Fedora :: P490 Running 14 Will Not Power Off Or Restart?
May 15, 2011
I just completed a clean install and update of Fedora 14 on a Dell Precision 490 (4G of RAM, Dual Xeon 5140 CPUs).The system has all of the current updates applied and seems to be running normally, but it will not complete a shutdown/poweroff or restart. It gets hung with Restarting... in the upper left corner of the screen and stays there until I force the system to power down.I have searched quite a bit for related problems but have come up empty. Its kind of hard to debug because the system does not respond when it is in this hung state and there does not appear to be any relevant info in /var/log that I can find.
View 3 Replies
ADVERTISEMENT
May 29, 2010
I upgraded to F13 this week. And autologin just sits with autologin present, but I have to click the autologin (rather than a user name) and then click again to actually login. That's not so "auto" anymore if I can't push the power button and come back in x minutes with everything and running.
I had this in my /etc/gdm/custom.conf
TimedLoginEnable=true
TimedLogin=marty
TimedLoginDelay=8
What changed and what do I need to do now to get autologin to get off it's ass and log me in?
View 4 Replies
View Related
Dec 22, 2009
Installed new APC Back-UPS CS 350 on single server running openSUSE 11.2 64-bit and configured NUT 2.4.1 (SUSE package) according to instructions. When testing, NUT shuts down the server correctly and instructs the UPS to power down. UPS does so after some 20s delay, everything without errors. But after restoring main power, even after waiting for 1/2h UPS does not by itself turn on again, all LEDs are dark. One has to manually press the UPS's power button, which makes server and monitor run again immediately. What could be wrong that prevents UPS from turning itself on again?
Below output of upsc:
[Code]...
View 2 Replies
View Related
Sep 29, 2010
I have thought about it many times but just never found enough guts to attempt using it before..but necessity is the mother of invention so here I am.
I have a Dell PC with windows Xp that failed to restart after a power outage it went into auto restart and caught itself in a loop of restarts and wont see the hard drive so therefore will not start up in windows at all I downloaded feather Linux onto a cd and it does start the PC In Linux but I cant seem to figure out how to find the hard drives in the pc to get the info off of it
View 3 Replies
View Related
Oct 25, 2010
I have observed a problem twice now with Apache trying to restart but hanging somewhere in the process. This happens after a power failure; the machine comes back just fine, but not the web server. The machine is on a UPS, but occasionally it runs out of "juice" before someone can get to it (we have a generator for emergencies). When this happens, a ps indicates about three processes running that are trying to start Apache, but they just sit there - this time for three days since the power failure was on a Friday. I can fix this by killing those processes and doing an Apache restart - but that takes human intervention, which is not acceptable.
I suspect this may have to do with SSL, since when I do a manual restart it asks me for the SSL password. There must be some way around this so the system can recover on its own. This system's web site runs under SSL since it maintains medical information that must by law be protected. But it also could be life-threatening to someone if the system can't come back and as a result a person can't get help.
So I would appreciate some guidance as to what I could change that would allow for system recovery without intervention. I'm happy to provide any configuration file info, if you tell me where to look.
View 3 Replies
View Related
Jan 28, 2010
I am trying to figure out why, i need to restart/reboot ubuntu in order to reconnect wirelessly after being in power save mode. It works fine before the power-save mode and fine after the restart. Is it an IP issue?
View 1 Replies
View Related
Jun 7, 2011
I have a small problem on my Compaq Evo Centos 5.4 web server. The web server runs just fine, the problem is it fails to restart from a power outage. Simple edit the BIOS. No! For a reason I can't think of the keyboard stops working after a few key strokes following the F10 to enter BIOS setup. Then its a power cycle. If left to BOOT the PC and keyboard are fine. After hearing about viruses which get to the BIOS I will ask can NIX get that far so I can adjust the Power ON?
View 4 Replies
View Related
Oct 13, 2009
Offlate I installed F11 i586 on my laptop. F11 shares the hard disk with Vista Home Premium 32-bit. The problem is that when running F11 (or even Ubuntu), my system shut off suddenly(not a normal OS shut down, but a sudden power off without any warning). This could have been a hardware trouble(heating) but it doesn't happen with Vista.
Machine specifications:
Maker: Toshiba
Model: Satellite L305D-S5881
AMD Turion X2 Dual Core Mobile Processor RM-70
3072 MB 800 MHz SDRAM
I don't want to open up my machine unnecessarily, if it isn't a hardware issue.
I am not sure how to verify the bit length of the machine and the OS and does it create a compatibility issue ?
Your advise would be highly appreciated.
Raman
View 3 Replies
View Related
Jun 26, 2009
Everytime I boot up my Eee PC which has Fedora 11 with Xfce 4.6.1, I get the error:Quote:Another power manager is already running.Once I click OK to that, I notice that the notification area isn't on my taskbar, when it was when I logged out. And yes, I do have the checkbox marked for "save session for future logins". To fix this, I have to add the notification area back to the panel everytime I turn on my netbook.If the netbook is plugged into the AC adapter, there's one plug icon showing that I'm on AC power, but if I'm on the battery power, it shows two battery icons.EDIT: Now the problem is getting worse. Everytime I boot up, I notice I get more and more icons for the power manager. I'll try to give you the best representation here:
[application menu] [icons] [window list] [network meter] [power manager] [power manager] [power manager] [time]I tried looking for where a startup thing was, and I saw from within the Applications Menu > Preferences > Xfce 4 Settings Manager > Session and Startup. I clicked the tab Application Autostart and saw the following checked:
Xfce Power Manager
kerneloops applet
PackageKit Update Applet
[code]....
View 3 Replies
View Related
May 11, 2010
Since upgrading to 10.04 (from 9.10) 2 days ago, I have been getting an error message whenever I log in. It tells me that 'Power manager is still running' and gives me options of 'logout anyway' or 'cancel' (I'm writing this from memory, so may have got the wording slightly wrong). Clicking 'logout anyway', then continues with the login process, with no further problems (as an aside, I am running a desktop, so I'm not sure that Power Manager has much to do anyway.
View 9 Replies
View Related
Feb 19, 2010
I work on Ubuntu 9.04 and our application requirement is not to go to power saving mode when application is running. I added ServerFlags section to /etc/X11/xorg.conf
Section "ServerFlags"
Option "blank time" "0"
Option "standby time" "0"
Option "suspend time" "0"
Option "off time" "0"
EndSection
This didn't help. Then I tried following commands
gconftool-2 -s /apps/gnome-power-manager/ac_sleep_display --type=int 0
gconftool-2 -s /apps/gnome-screensaver/idle_activation_enabled --type=bool false
I see that it works fine only if I change settings via Settings>ScreenSaver>Power Management in gnome. I wan to do this via script. Can I do this? Which file gets updated when I change display settings via Settings>ScreenSaver>Power Management.
View 2 Replies
View Related
Aug 24, 2010
that If I am fire a crontab which is running myScriptThe crontab is runningNow if I change the source code of myScriptDo I need to restart the crontab, to take into effect mychanges Ie I want in the existing crontab to take my updated script
View 2 Replies
View Related
May 18, 2011
I am very new to linux, and I have a question regarding the filesystem check (fsck). The power recently went out and when I tried to restart linux the following error appears:
*/dev/sda1 contains file system w/errors, check forced it then goes on to say..
*An error occured during the file system check. Dropping you to a shell; the system will reboot when you leave the shell. Give root password for maintenance (or type Control-D to continue) I wasn't sure what to do, but checked some other online forums and they suggested running fsck manually - so I typed in the root password - and used the command, "fsck -A -V ; echo == $? ==" it then gave the following message
*WARNING!!! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage
*Would you like to continue (y/n)
Again, I wasn't sure what to do so i just checked no. I then manually turned off the computer and was prompted at the beginning to press Alt-3. I was brought to another screen and it informed me one of the drives was degraded and suggested rebuilding the array. I tried doing this, but it still brings me back to the original error of, "/dev/sda1 contains file system w/errors, check forced," and the process continues.
Also, when I tried to rebuild the array, I didn't backup any of the data on our home directory before doing this (which was probably a big mistake). After being prompted to type the root password, I was able to give the ls command and look at all the directories...the home directory where our data was stored was empty and I am afraid I may have lost some information. Is there a possibility that data was lost when I was trying to rebuild using the old drives?
View 2 Replies
View Related
Feb 12, 2011
Is there any way to allow normal fsck boot-time checks when running on battery power? After looking around, the only solution I've seen is to manually alter the /etc/init.d/checkfs.sh and /etc/init.d/checkroot.sh files and remove the AC power check. There must be a better way than that surely?
View 2 Replies
View Related
Nov 24, 2010
I have triple monitors working on my 10.10 ubuntu system and they work for most things. Except k9copy and virtual box will cause x to restart. glxgears works fine.
xorg.conf
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 260.19.06 (buildd@yellow) Mon Oct 4 15:59:51 UTC 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" RightOf "Screen1"
Screen 1 "Screen1" 0 0
Screen 2 "Screen2" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "1"
EndSection .....
View 5 Replies
View Related
Sep 23, 2010
How to setup vncserver and keep it running in the background after restart on Lenny workstation? The admin should be able to connect every time via vncviewer to this workstation.
View 2 Replies
View Related
Sep 6, 2010
I am an absolutely beginner with Linux (ubuntu). I got fed up with widows and decided it was time to go. I installed (clean install from a cd) ubuntu 10.04 on my desktop. It is an hp compaq d220 MT.It looks good and feels good, well at least for a while since it keeps crashing. The screen starts to flicker, goes black, and the only way to get it up and running again is to press the on/off button until the system powers off and restart.
View 2 Replies
View Related
Sep 13, 2010
Approximately two days ago my nm-applet changed from the up & down arrows to a wireless graphic with a red exclamation point. I lost my network connection. I was playing a video game at the time. I did not install any applications, change the network settings, have any non-included crons executing, run update-manager manually, or reboot my machine within the past 24 hours of this happening.I completely removed network-manager & gnome-network-manager via Synaptic, configured my /etc/network/interfaces file properly, and rebooted. I have my network connection working via the interfaces file.
Then, I found every file I could that mentioned "NetworkManager" and deleted them.I re-installed network-manager and rebooted.e deleted files were re-created upon rebootMy network connection was working because of the /etc/network/interfaces etworkManager was not and nm-applet was showing the wireless icon with the red exclamation point.I have been trying to figure out what happened to NetworkManager. When I click on nm-applet, it says "NetworkManager is not running..." I tried to restart network-manager with the following commands and their respective errors:
Code:
xk@localhost:~$ sudo stop network-manager
stop: Unknown instance:
[code]....
View 2 Replies
View Related
Jun 4, 2010
I use Squeeze with Xfce. My problem is that recently (after the xfce updates) the xfce power manager doesnt react to the power button - it is set to suspend. I dont have gnome-power manager or anything like it running.
If i reboot the computer, the power button will work but if i suspend and resume, it doesnt work again.
The computer is built on an Asus M3N78-VM mobo (2GB RAM/Athlon3200+ single core).
acpi_listen detects the button press.
Any thoughts?
View 2 Replies
View Related
Jun 21, 2010
I am using Ubuntu 10.04 64-bit and I purchased a new ALFA AWUS036H wireless card. I would like to know if this "1Watt" wireless card is configured for full power. iwlist wlan0 txpower results:
wlan0 unknown transmit-power information. Current Tx-Power=27 dBm (501 mW). It appears to me that I should be able to increase the power. "iwpriv wlan0 highpower 1" does not work. Do I need to patch the new default driver that comes with Ubuntu 10.04 64-bit with the aircrack one following these directions:[URL]...? Monitor mode and a injection tests seem to work fine with the driver I have installed.
View 2 Replies
View Related
Apr 4, 2011
I'm looking for any power monitoring devices for Linux to allow monitoring power quality, voltage changes, and outages. This would be for North American three phase power system. I want to have this data fed live to my own program. It should be something much better than just jury-rigging a circuit to fee the power waveform into 2 or 3 audio cards.
View 10 Replies
View Related
Oct 30, 2010
I had unplugged my PC last night as sometimes there's storms at night this morning I plugged in PC and the power light is blinking and the PC wont come on at all tried different power cord, same result
PC is a AMD athlon64 3300+ 2.4ghz SiS graphics
probably the power-supply or what?
If it is the power supply, how do I find new one as I've never had to replace anything on it or any other PC?
Also, I really need access to the hard drive but it's a weird hard drive and was wondering if I could put that hard drive in my K7 PC, which already has 2 drives in it can a pc have 3 drives? do I have to add/have another ribbon cable for 3rd drive?
View 4 Replies
View Related
Apr 30, 2011
I have just finished the upgrade of the latest version and I'm at the point of my system restating.
My system automatically tried to restart but on the restart I got the 'terminal' view. It stopped when asking for my username (it never normally asks for this before the grub menu) and then password. I didn't get any further than that.
I now have on my screen (still in the terminal view before the grub menu)
"name@name-desktop:...$ "
I'm on my phone now so I don't actually have the symbol for before the dollar sign but your know what it is. The raised S on a 90 degree angle.
View 6 Replies
View Related
Jul 19, 2009
After "yum install emacs" & "yum install emacs-ess", I was able to install emacs on my X86_64 running Fedora 10.
If I run one session of emacs everything works fine.
Once I start a second session and try to resize or move the emacs window, the system stops responding.
View 1 Replies
View Related
Mar 13, 2010
I have a suspend problem in my laptop. Sometimes, when resuming from suspend, the network adapter is down (that is, the network does not work and the light of the network adapter is off). Restarting the network service doesn't work, because I think that the system forgot about the hardware, and probably the driver should be reloaded.Does anyone knows how to do that?(ps. /etc/init.d/networking restart does not work, because the hardware driver is not being recognized anymore).
View 5 Replies
View Related
Feb 27, 2010
i have installed dhcp,there i declared the subnet and network,i used command include "/etc/dhcpd.conf.jutu1"; to start and other files, but it show me this error when i want to restart the DHCP, if you need more information contact me, i have configured this file too jutu1, but it don't let me to restart dhcp from /etc/init.d/dhcpd restart, this show me this message
[Code]..
View 3 Replies
View Related
May 28, 2010
On the last release, I had this app installed where I could pick my power profile. I could use power conservatively, and performance would suffer a bit, but longer batt life,or I could have it automatically detect, or I could have the apps use all the power they want and then some. I'm looking to reinstall that app. What was the name of it?I can't remember, and so far, can't find.
View 2 Replies
View Related
May 23, 2011
have installed kvm using yast and now when I try add new mashine I am getting message "virtual monitor is not running and to run xen I need restart my opensuse, which I did and still getting the same message... thats what I am getting when going to manager virtual mashines -> add new mashine : Traceback (most recent call last):
[Code]...
View 3 Replies
View Related
Apr 5, 2010
Whenever I choose "Restart" from the GDM screen, GDM appears to shutdown, and the first TTY is displayed with a login prompt at the bottom (assuming I haven't used that TTY). I am by no estimation a patient individual, but I waited a solid minute or two for something to happen, but nothing ever did. I end up logging in as root on that TTY and running "shutdown -r now" to get the job done. This is a shared computer, and ideally any user should be able to perform shutdown options graphically from GDM.The only mentioned workaround doesn't apply to me as I am using the nvidia driver, not intel.
View 1 Replies
View Related
Oct 15, 2010
After much research, I have found the solution to my intermittent wireless problem!Whenever the laptop is plugged into power, wireless is perfect, when I'm on battery, wireless is horrible.Here is the fix:
Code:
sudo iwconfig eth1 power off
Unfortunately, I have to type this in everytime I unplug the laptop.
[code]....
View 3 Replies
View Related