Thanks!
Thanks!
Hi. I agree that you can just quit the quickstarter first, via the panel, then exit. It would be nice, though, if the GUI shutdown command forced quickstarter to exit, without having to work through things in two stages. Now, what I don't understand is how the command invoked by GUI shutdown differs from the command-line "halt" or "shutdown -P 0". The first obviously bugs because of OO Quickstarter, the second doesn't. If it were possible to personalise the command invoked by GUI shutdown, it ought to be possible to force the quickstarter to quit.
Hope things are clearer now!
(It's not a big bug, admittedly!)
My dual boot office HP notebook (forgot what model, I'll check later) works fine with Ubuntu 9.10 but after a fresh installation of Ubuntu 10.4 LTS was made, 3 problems immediately surfaced:
1. Cannot surf the Internet although system monitor shows connection has been made;
2. Cannot open any thumbdrive;
3. Cannot shutdown after selecting shutdown button.
I asked my IT programmer for help and now everything works fine. I asked him to email me the command lines he did and I record them here to share:
To overcome thumbdrive that cannot open:
dmesg
sudo su
mount -t vfat /dev/sdb1 /media/pendrive/
To overcome internet linkages:
/etc/init.d/networking restart
To overcome shutdown that cannot shutdown:
sudo su
init 0
Thanks for this post, but this doesn't look like a permanent fix, is it? By the way I think sudo init 0 should do the trick, without "sudo su". "sudo su" effectively transforms the user into superuser, which means that you can do anything without invoking sudo. Of course, if you're shutting down, it doesn't matter, but "sudo su" is a dangerous habit to get into, I think!To overcome shutdown that cannot shutdown:
sudo su
init 0
I imagine the answer for a permanent fix might be to edit /etc/init.d/halt but this lies beyond my capacities!
Last edited by Sigma1; May 16th, 2010 at 06:42 PM.
There is a bug report on Launchpad for this, although it is marked Low importance and only affecting 31 people. Everybody here should go to this but and mark it as affecting them.
https://bugs.launchpad.net/ubuntu/+s...rg/+bug/562027
the open office quick starter is never enabled in my system but still it is not shutting down, screen goes off and then i have to go for hard shutdown.....i do not have any problem with restart..i have edited the grub but it didn't worked...
sry....i checked it now ..even my restart is not working and none of the command like
sudo halt
sudo init0
sudo poweroff..
for shutting down properly i need to log out then have to shut down..
the commands are working when i am logged in command line only
I have a Compaq Presario 6400nx. "kinforcenter" reports the computer is: Compaq Presario 06 DA234A-ABA 6400nx NA910 (version On31411RE101SALSA). "sudo lspci | grep VGA" reports: S3 Inc. VT8375 [ProSavage8 KM266/KL266] for the on-board video device. You can install kinfocenter with apt-get if it is not loaded on your system. Start kinfocenter from a terminal.
A solution that worked for me was to edit the /etc/X11/xorg.conf file. You must su to root or use "sudo gedit" to change the xorg.conf file. Make a backup first, so if something goes wrong, you can recover (sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak). In Section "Device", comment out or remove the line that contains "Driver "vesa". Restart the system. You may have to hold in the power button one last time to reboot. From this point on you will notice you can reboot or shutdown the system. The CPU will power down properly.
I also reinstalled the xorg savage driver. When I did, the system downloaded about 93K from the distribution site. I assume it did a small update, but did not notice any change in video performance.
Please let me know if this works for you. Good luck.
Bookmarks