PDA

View Full Version : Any solution of shutdown problem at fedora 7


fyny
2007-07-12, 01:32 PM CDT
friends.........,
i have installed fedora 7. every thing is working properly. but the problem is that shuting down is not happening properly.
motherboard = asus
processor = AMD athlon 2200+
i wrotedown acpi=off at grub.conf file. but result was nill. can any one suggest, what to do? :mad: :mad: :mad:

LLS
2007-07-12, 02:08 PM CDT
A quick search-
http://www.fedoraforum.org/forum/showthread.php?t=155615&page=2
Try pci=noacpi for grub edit.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=243579
Make sure acpid is installed. Good luck.

Hobashira
2007-07-12, 07:59 PM CDT
fyfy,

Same old problem for me.
None of the solutions suggested so far in those threads worked for me.

In order to avoid having to press the "Off" button of my computer (which is never good) or to avoid having to open a terminal and type "poweroff" (which otherwise works fine) each time I want to shut down my machine, here is what I did as a temporary fix:

Right click on the desktop, select "Create launcher" in the windows which opens, then "Application in terminal", then give it whatever "Name" you wish, then in "Command", type "poweroff". This will create an icon on your desktop, which will shut down your system in a clean way when you click on it.

Hobashira

fyny
2007-07-31, 12:20 PM CDT
any solution has been invented or not till now?

Hobashira
2007-07-31, 05:50 PM CDT
fyny, to my knowledge, no bug fix exists yet.

Probable causes: Compiz? The latest kmod-nvidia driver? The kernel?

Have you tried what I suggested above to shut down your system?

Judy
2007-07-31, 06:10 PM CDT
I've had this same problem for about the last week or two . Fedora kills everything, but the computer will not close at all. I have to admit that I do the 'dirty' close - just hit the button until it turns off. :(

Hobashira
2007-07-31, 06:13 PM CDT
Elide, have you tried "poweroff" from a terminal?

Judy
2007-07-31, 06:52 PM CDT
Yes, Hobashira. I just tried that. It just seems to close down faster than normal, but still the computer runs on and I have to do the 'dirty' shut down. :confused:

lmo
2007-07-31, 09:52 PM CDT
Other shutdown commands.

/sbin/shutdown now -h
/sbin/shutdown -g0 -h
/sbin/init 0

I was just guessing with 'init 0', but it shut my computer right down.
The '-g0' (gee-zero) in 'shutdown -g0 -h' is the old unix style, but still works and I like it.


You do, of course, have dbus and hal running, if you want shutdown from gui menu.ps -e | egrep "dbus|hal"should show at least 1 of hald and at least one of dbus.

ryptyde
2007-08-01, 01:06 PM CDT
friends.........,
i have installed fedora 7. every thing is working properly. but the problem is that shuting down is not happening properly.
motherboard = asus
processor = AMD athlon 2200+
i wrotedown acpi=off at grub.conf file. but result was nill. can any one suggest, what to do? :mad: :mad: :mad:

I had the "no shutdown" with FC6 and F7 on one of my older computers and the fix for me and others at the time was to use "acpi=force" and edit /boot/grub/menu.lst so that your "kernel" lines read like this:
kernel /boot/vmlinuz-2.6.XX-XXXX acpi=force ro root=LABEL=/ rhgb quiet

This fix was Originally Posted by Jack Malmostoso "If you put the argument at the end of the file, it won't do anything, cause it won't be parsed correctly" . Try it just may work for you too.

Hobashira
2007-08-02, 04:29 AM CDT
ryptyde,

I know about this fix by Jack Malmostoso but "acpi=force" does not do it for me, whether in the middle of "kernel /boot/vmlinuz-2.6.XX-XXXX ro root=LABEL=/ rhgb quiet" or at the end!

Maybe I am just part of the unlucky few...

ryptyde
2007-08-02, 07:47 AM CDT
ryptyde,

I know about this fix by Jack Malmostoso but "acpi=force" does not do it for me, whether in the middle of "kernel /boot/vmlinuz-2.6.XX-XXXX ro root=LABEL=/ rhgb quiet" or at the end!

Maybe I am just part of the unlucky few...

Always worth a try but sorry it didn't work. I've had a couple of new issues to resolve since the latest kernel update. The price to pay when living on the edge.

bilalwahla
2007-08-02, 09:03 AM CDT
hey friends,
same issue, as soon as i press the restart button or even the logoff button, the system gets halted with those fedora 7 baloons on the wallpaper. I simply can't do anything, no keyboard key works. And im forced to press the power button on the machine which is never good.
Please help!!!!!!!!!!!!!!!!!!!!!!!!!

bilalwahla
2007-08-02, 09:08 AM CDT
And also it would be great to know what the exact issue is. What makes this happen?

SomeDamFool
2007-08-20, 03:48 PM CDT
And also it would be great to know what the exact issue is. What makes this happen?
Using the xen kernel will make it hang on shutdown too. I went back to the standard kernel and haven't had the problem since..

fyny
2007-09-18, 09:12 AM CDT
any another idea?

Hobashira
2007-09-20, 04:06 AM CDT
fyny, are you using Gnome and Compiz?
Since I switched to Beryl, I can shut down from Gnome without any problem.
It seems Compiz was the culprit.

swappa
2007-09-20, 08:55 AM CDT
Got the same thing with Compiz enabled. If I disable Compiz the shutdown works fine.

Hobashira
2007-09-20, 09:09 AM CDT
If you still want to have some sort of "effects" enabled, have you tried Beryl instead of Compiz?
As I said above, with Beryl, my shutdown problem disappeared.

ibbo
2007-09-20, 09:17 AM CDT
I resolved this issue (getting out of X etc) by disabling the kmod-nvidia driver and enabling the one that comes from the repos.

Everything now works fine save desktop effects.

Ibbo

Hobashira
2007-09-20, 09:26 AM CDT
ibbo, what do you mean by "the one coming from the repos"? Which repo is that?

sej7278
2007-09-20, 09:32 AM CDT
is compiz-fusion official yet? how else do we install beryl? i don't want to use a non- livna/redhat repo.

does the new nvidia driver fix the shutdown/desktop effects issue or is it a compiz issue?

KimBP
2007-09-21, 11:56 AM CDT
friends.........,
i have installed fedora 7. every thing is working properly. but the problem is that shuting down is not happening properly.
motherboard = asus
processor = AMD athlon 2200+
i wrotedown acpi=off at grub.conf file. but result was nill. can any one suggest, what to do? :mad: :mad: :mad:
How far in the shutdown process do you come. I have a semilar problem. X is turned off and last message is something like "System Halted", but power never goes off. When pressing my Off button for 6 second a few more lines are written before it finally goes off.

I thought it was related to a little hack I made in the PSU, but if your experiences are the same it might be a SW or configuration problem

/Kim BP