You are not logged in.
How complitely turn off computer?
Goodbye!
Offline
shutdown -h now
I am a gated community.
Offline
You can also just type "halt"
Check out my website, http://tatey.com
Offline
Or "poweroff"
Offline
moved to newbie corner
Offline
Thanks, but 'shutdown -h now' and 'halt' not complitely turn off computer.
Need try 'poweroff'.
Goodbye!
Offline
'halt', 'poweroff' and 'shutdown -h now' should all turn your computer off. What happens exactly if you try to halt? What "keeps running"?
Haven't been here in a while. Still rocking Arch.
Offline
Write something like this: "System halted" in last lines, then write "halt" and not turn of computer, yuo can wait ten minutes, but not tun of computer complitely.
Goodbye!
Offline
I think you can savely turn of the computer by hand, then.
IIRC, this feature has to be supported by the BIOS of your system. How old is your computer?
Haven't been here in a while. Still rocking Arch.
Offline
telinit 0 also works.
Offline
Thanks, but 'shutdown -h now' and 'halt' not complitely turn off computer.
Need try 'poweroff'.
'shutdown -hP now' or 'halt -p' will do the trick.
Offline
I've had this problem before, I think it happens if ACPI is not working.
Offline
Jaboua, how make that ACPI work?
Thanks, but 'halt -p' also not turn off computer complitely.
'shutdown -hP now' need try.
My computer, I do not known exactly how old, but I think, that it made 2000 years.
It procesor 233 MHz.
Goodbye!
Offline
Try to enable acpi in bios?
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
Thanks, need try enable acpi in bios, if I find it.
Goodbye!
Offline
If it's a 233MHz processor, perhaps better looking into APM rather than ACPI.
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
How do you get permissions to run halt -p?
I am always prompted 'only root can do that'?
Offline
How do you get permissions to run halt -p?
I am always prompted 'only root can do that'?
"sudo" can do it for you
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
Or just su.
Offline
Thanks, telinit 0 not work.
ACPI in bios be enabled, I disable it, halt not work with disabled ACPI also.
Goodbye!
Offline
I installed the Gnome display manager (gdm) and added the daemon as the last one in the list of my rc.conf.
This now allows me to reboot/shutdown without having to use a sudo account.
Offline
I installed the Gnome display manager (gdm) and added the daemon as the last one in the list of my rc.conf.
This now allows me to reboot/shutdown without having to use a sudo account.
I also think it would be possible to change permissions of the executable - but GDM is probably safer.
Offline
There is always the master of all - The unplug - if none above works and this is complete 8)
Offline
Try 'halt', 'halt -p', 'poweroff' and others, but can not complitely turn off computer.
I understood, that, then is halted I can turn off computer by hand.
But maybe posible somehow turn off computer without hand?
Goodbye!
Offline
Are you talking about where it shuts itself down after going through the shutdown routine? If it's not doing it automatically when you issue a "shutdown -r now" (or the like) then it's probably an issue with power management. There's a few ways to tackle that. Either use APM or ACPI. ACPI tends not to work all that great on computers that have really old bios. In that case it's better to utilize APM. Probably your issue is that the your system may not support ACPI very well or even at all. However, it may support it, but the kernel is turning it off by default from detecting your BIOS being dated beyond a certain point in time. They did that to error on the side of caution. They opted to choose a conservative default assumption since it makes more sense in that at least most systems will be able to boot up without any problems by default.
My computer used to be able to shutdown automatically through the use of APM, but not ACPI (ran into this issue when I upgraded my kernel from 2.4 series to 2.6 series back when I ran with Debian), but I ended updating it's BIOS and it worked fine with ACPI from there on. My system is pretty old too, so it doesn't completely implement ACPI. I think it's laptops that tend to make fuller use of ACPI anyway. However, it seems like most desktops with the last 8 or so years make some minimal use of it at least. So you can see there is many ways to approach this issue.
First thing to try is to look around in your BIOS setup to see if there is any ACPI related setting, like mentioned earlier. That's a good place to start. If you don't see any settings, it either means that your BIOS setup either don't allow you to set ACPI, doesn't support it, or just the current version of your BIOS doesn't allow changing related settings or make use of it. So naturally, the next thing to check is the manufacturer's sight for your motherboard and find any BIOS related info.
Upgrading the BIOS is probably the most elegent solution but it can be openning up a whole can worms if you don't know what you're doing. If you botch flashing the BIOS you run the risk of turning your motherboard into a paper weight. So the key there is make sure you at least read your manufacturer's instructions carefully and also make sure that your use the right utils and BIOS version for your BIOS and motherboard. And don't dare have a power failure or shut the system off while it's rewriting the boot block. That where people run into a serious problem of rendering their system completely unbootable since the system no longer has the most basic of code needed to even get the system to a state that it can even begin bootstrapping. Technically, the motherboard isn't probably trashed, but at that point you have a chicken before the egg syndrome going on. You can't get it to boot far enough to boot to anything, much less a floppy, to be able to reflash the bios to get yourself out of the pickle. So when, and if that sort of thing happens, then it would require replacing the BIOS chip itself which may or may not require soldering.
Anyway, don't let that scare you, it's just to point out that when you're doing things like flashing a system's BIOS it's critical to do it right since it's modifying the system on such a fundimental low-level. If that part of the system isn't functional, everything else, like HD and floppy being able to load anything, is a moot point.
If all of that stuff makes you uncomfortable, you may opt to utilize APM instead. I can't remember exactly how to instruct the kernel to use APM instead of ACPI. I believe there is kernel parameter you can set in your bootloader's settings. I can't remember it off hand. Sorry.
Offline