You are not logged in.
Folks after the last upgrade I can no longer shutdown nor reboot my machine. The command simply hangs and nothign happens. I've done some research and found https://bbs.archlinux.org/viewtopic.php?id=141155 this but that does not seems to be my issue. I'm clueless which logs can I provide you in order to diagnose what can be the problem? Important thing, I have only 1 session running and the system report going down still it never gets past the tty broadcast as it seems.
Ideas?
Offline
At least tell us what command you use to shutdown:
dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
sudo halt
sudo shutdown -h now
or what?
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
If this only started happening after your latest upgrade; it might also be usefull to check which packages were upgraded and try to narrow it down to one specific package.
Burninate!
Offline
Moving to Newbie Corner...
Offline
Are you in the "power" group and "wheel", like the Beginner's Guide recommends?
$ groups
If you are, open a terminal and run:
$ sudo reboot
$ sudo poweroff
If you don't want it to ask for the password every time, you can edit your sudoers file:
root ALL=(ALL) ALL
dspider ALL=(ALL) ALL
dspider ALL=NOPASSWD: /bin/mount, /bin/umount
dspider arch=NOPASSWD: /sbin/reboot, /sbin/poweroff
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
At least tell us what command you use to shutdown:
dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
sudo halt
sudo shutdown -h now
or what?
I'm doing shutdown -h now as root.
If this only started happening after your latest upgrade; it might also be usefull to check which packages were upgraded and try to narrow it down to one specific package.
How can I check it?
Are you in the "power" group and "wheel", like the Beginner's Guide recommends?
$ groups
If you are, open a terminal and run:
$ sudo reboot $ sudo poweroff
If you don't want it to ask for the password every time, you can edit your sudoers file:
root ALL=(ALL) ALL dspider ALL=(ALL) ALL dspider ALL=NOPASSWD: /bin/mount, /bin/umount dspider arch=NOPASSWD: /sbin/reboot, /sbin/poweroff
I'm doing this as root. I can't reboot as root.
Offline
I'm doing this as root. I can't reboot as root.
Why? What does it say in the terminal or on tty1 (Ctrl+Alt+F1)?
$ pacman -Qo reboot poweroff
/sbin/reboot is owned by sysvinit 2.88-3
/sbin/poweroff is owned by sysvinit 2.88-3
Do you have the sysvinit package installed or are you using systemd? (in which case you should refer to the systemd wiki article)
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Gcool wrote:If this only started happening after your latest upgrade; it might also be usefull to check which packages were upgraded and try to narrow it down to one specific package.
How can I check it?
/var/log/pacman.log
Burninate!
Offline
vfbsilva wrote:Gcool wrote:If this only started happening after your latest upgrade; it might also be usefull to check which packages were upgraded and try to narrow it down to one specific package.
How can I check it?
/var/log/pacman.log
[2012-06-10 19:17] Running 'pacman -Syu'
[2012-06-10 19:17] synchronizing package lists
[2012-06-10 19:17] starting full system upgrade
[2012-06-10 19:54] Running 'pacman -Syu'
[2012-06-10 19:54] synchronizing package lists
[2012-06-10 19:54] starting full system upgrade
[2012-06-10 19:57] Running 'pacman -Syu --ignore filesystem'
[2012-06-10 19:57] synchronizing package lists
[2012-06-10 19:57] starting full system upgrade
[2012-06-10 19:58] upgraded amule (10790-1 -> 10792-1)
[2012-06-10 19:58] upgraded linux-api-headers (3.3.2-1 -> 3.3.8-1)
[2012-06-10 19:58] Generating locales...
[2012-06-10 19:58] en_US.UTF-8... done
[2012-06-10 19:58] en_US.ISO-8859-1... done
[2012-06-10 19:58] pt_BR.UTF-8... done
[2012-06-10 19:58] pt_BR.ISO-8859-1... done
[2012-06-10 19:58] Generation complete.
[2012-06-10 19:58] upgraded glibc (2.15-10 -> 2.15-11)
[2012-06-10 19:58] upgraded bison (2.5-3 -> 2.5.1-1)
[2012-06-10 19:58] upgraded cairo (1.12.2-1 -> 1.12.2-2)
[2012-06-10 19:58] installed python2-dnspython (1.10.0-1)
[2012-06-10 19:58] upgraded icu (49.1.1-2 -> 49.1.2-1)
[2012-06-10 19:58] upgraded calibre (0.8.54-1 -> 0.8.55-2)
[2012-06-10 19:58] upgraded chromium (19.0.1084.52-2 -> 19.0.1084.56-1)
[2012-06-10 19:58] upgraded krb5 (1.10.1-3 -> 1.10.2-1)
[2012-06-10 19:58] upgraded dnsutils (9.9.1-1 -> 9.9.1.P1-1)
[2012-06-10 19:58] upgraded eog (3.4.1-2 -> 3.4.2-1)
[2012-06-10 19:58] upgraded fakeroot (1.18.3-1 -> 1.18.4-1)
[2012-06-10 19:59] upgraded firefox (13.0-1 -> 13.0-2)
[2012-06-10 19:59] upgraded flashplugin (11.2.202.235-1 -> 11.2.202.236-1)
[2012-06-10 19:59] upgraded gedit (3.4.1-2 -> 3.4.2-1)
[2012-06-10 19:59] upgraded geoip-database (20120501-1 -> 20120606-1)
[2012-06-10 19:59] upgraded git (1.7.10.3-1 -> 1.7.10.4-1)
[2012-06-10 19:59] upgraded libsystemd (184-2 -> 185-1)
[2012-06-10 19:59] upgraded gnome-session (3.4.2-2 -> 3.4.2-3)
[2012-06-10 19:59] upgraded systemd-tools (184-2 -> 185-1)
[2012-06-10 19:59] upgraded initscripts (2012.05.1-3 -> 2012.06.1-1)
[2012-06-10 19:59] upgraded kdelibs (4.8.3-3 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kactivities (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded libwbclient (3.6.5-1 -> 3.6.5-3)
[2012-06-10 19:59] upgraded smbclient (3.6.5-1 -> 3.6.5-3)
[2012-06-10 19:59] upgraded oxygen-icons (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdebase-runtime (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeaccessibility-jovie (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeaccessibility-kaccessible (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeaccessibility-kmag (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeaccessibility-kmousetool (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeadmin-kcron (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeadmin-ksystemlog (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdepimlibs (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeadmin-kuser (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdepim-runtime (4.8.3-2 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdebindings-python2 (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeadmin-system-config-printer-kde (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeartwork-aurorae (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeartwork-colorschemes (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeartwork-desktopthemes (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeartwork-emoticons (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeartwork-iconthemes (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdebase-workspace (4.8.3-2 -> 4.8.4-1)
[2012-06-10 19:59] upgraded libkexiv2 (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeartwork-kscreensaver (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeartwork-sounds (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeartwork-styles (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeartwork-wallpapers (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdeartwork-weatherwallpapers (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdebase-lib (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdebase-dolphin (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdebase-katepart (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdebase-kdepasswd (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdebase-kdialog (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdebase-keditbookmarks (4.8.3-1 -> 4.8.4-1)
[2012-06-10 19:59] upgraded kdebase-kfind (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdebase-konqueror (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdebase-konsole (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdebase-kwrite (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdebase-plasma (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdebindings-python (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-analitza (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-blinken (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-cantor (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded libkdeedu (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-kalgebra (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-kalzium (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-kanagram (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-kbruch (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-kgeography (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-khangman (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-kig (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-kiten (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-klettres (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-kmplot (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-kstars (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-ktouch (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-kturtle (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-kwordquiz (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-marble (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-parley (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-rocs (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdeedu-step (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:00] upgraded kdegames-libkdegames (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-bomber (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-bovo (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-granatier (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kapman (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-katomic (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kbattleship (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kblackbox (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kblocks (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kbounce (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kbreakout (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kdiamond (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kfourinline (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kgoldrunner (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kigo (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-killbots (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kiriki (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kjumpingcube (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-klickety (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-klines (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-libkmahjongg (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kmahjongg (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kmines (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-knetwalk (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kolf (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kollision (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-konquest (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kpatience (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:01] upgraded kdegames-kreversi (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegames-kshisen (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegames-ksirk (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegames-kspaceduel (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegames-ksquares (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegames-ksudoku (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegames-ktron (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegames-ktuberling (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegames-kubrick (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegames-lskat (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegames-palapeli (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded libkipi (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegraphics-gwenview (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegraphics-kamera (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegraphics-kcolorchooser (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegraphics-kgamma (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegraphics-kolourpaint (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegraphics-kruler (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegraphics-ksnapshot (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdegraphics-okular (4.8.3-2 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdemultimedia-dragonplayer (4.8.3-2 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdemultimedia-ffmpegthumbs (4.8.3-2 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdemultimedia-juk (4.8.3-2 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdemultimedia-kioslave (4.8.3-2 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdemultimedia-kmix (4.8.3-2 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdemultimedia-kscd (4.8.3-2 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdemultimedia-mplayerthumbs (4.8.3-2 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdenetwork-filesharing (4.8.3-3 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdenetwork-kdnssd (4.8.3-3 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdenetwork-kget (4.8.3-3 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdenetwork-kppp (4.8.3-3 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdenetwork-krdc (4.8.3-3 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdenetwork-krfb (4.8.3-3 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdepim-libkdepim (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdepim-akonadiconsole (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:02] upgraded kdepim-akregator (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdepim-blogilo (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdepim-console (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdepim-kaddressbook (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdepim-kalarm (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdepim-kjots (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdepim-kleopatra (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdepim-knode (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdepim-knotes (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdepim-kontact (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdepim-korganizer (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdepim-kresources (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdepim-ktimetracker (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-bball (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-binary-clock (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-blackboard (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-bookmarks (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-bubblemon (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-calculator (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-charselect (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-libs (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-comic (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-community (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-dict (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-eyes (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-fifteenpuzzle (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-filewatcher (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-frame (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-fuzzy-clock (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-incomingmsg (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-kdeobservatory (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-kimpanel (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-knowledgebase (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-kolourpicker (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-konqprofiles (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-konsoleprofiles (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-lancelot (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-leavenote (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-life (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-luna (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-magnifique (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-mediaplayer (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-microblog (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-news (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-notes (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-nowplaying (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-paste (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-pastebin (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-plasmaboard (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-previewer (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-qalculate (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-rememberthemilk (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-rssnow (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-showdashboard (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-showdesktop (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-social-news (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-spellcheck (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-systemloadviewer (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-timer (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-unitconverter (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-weather (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-weatherstation (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-applets-webslice (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-containments (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-audioplayercontrol (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-browserhistory (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-characters (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-contacts (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-converter (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-datetime (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-events (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-katesessions (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-konquerorsessions (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-konsolesessions (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-kopete (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-mediawiki (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-runners-spellchecker (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-wallpapers-mandelbrot (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-wallpapers-marble (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-wallpapers-pattern (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-wallpapers-virus (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdeplasma-addons-wallpapers-weather (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-cervisia (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-dolphin-plugins (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-kapptemplate (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-kate (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-kcachegrind (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-kdeaccounts-plugin (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-kdepalettes (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-kioslave (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-kmtrace (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-kompare (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-kpartloader (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-kprofilemethod (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:03] upgraded kdesdk-kstartperf (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdesdk-kuiviewer (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdesdk-lokalize (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdesdk-okteta (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdesdk-poxml (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdesdk-scripts (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdesdk-strigi-analyzer (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdetoys-amor (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdetoys-kteatime (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdetoys-ktux (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-ark (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-filelight (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-kcalc (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-kcharselect (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-kdf (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-kfloppy (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-kgpg (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-kremotecontrol (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-ktimer (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-kwallet (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-printer-applet (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-superkaramba (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdeutils-sweeper (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdewebdev-kfilereplace (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdewebdev-kimagemapeditor (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdewebdev-klinkstatus (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded kdewebdev-kommander (4.8.3-1 -> 4.8.4-1)
[2012-06-10 20:04] upgraded libquvi-scripts (0.4.4-1 -> 0.4.5-1)
[2012-06-10 20:04] upgraded mkinitcpio (0.9.1-1 -> 0.9.2-1)
[2012-06-10 20:04] >>> Updating module dependencies. Please wait ...
[2012-06-10 20:04] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
[2012-06-10 20:04] ==> Building image from preset: 'default'
[2012-06-10 20:04] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2012-06-10 20:04] ==> Starting build: 3.3.8-1-ARCH
[2012-06-10 20:04] -> Running build hook: [base]
[2012-06-10 20:04] -> Running build hook: [udev]
[2012-06-10 20:04] -> Running build hook: [autodetect]
[2012-06-10 20:04] -> Running build hook: [pata]
[2012-06-10 20:04] -> Running build hook: [scsi]
[2012-06-10 20:04] -> Running build hook: [sata]
[2012-06-10 20:04] -> Running build hook: [filesystems]
[2012-06-10 20:04] -> Running build hook: [usbinput]
[2012-06-10 20:04] -> Running build hook: [fsck]
[2012-06-10 20:04] ==> Generating module dependencies
[2012-06-10 20:04] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
[2012-06-10 20:04] ==> Image generation successful
[2012-06-10 20:04] ==> Building image from preset: 'fallback'
[2012-06-10 20:04] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2012-06-10 20:04] ==> Starting build: 3.3.8-1-ARCH
[2012-06-10 20:04] -> Running build hook: [base]
[2012-06-10 20:04] -> Running build hook: [udev]
[2012-06-10 20:04] -> Running build hook: [pata]
[2012-06-10 20:04] -> Running build hook: [scsi]
[2012-06-10 20:04] -> Running build hook: [sata]
[2012-06-10 20:04] -> Running build hook: [filesystems]
[2012-06-10 20:04] -> Running build hook: [usbinput]
[2012-06-10 20:04] -> Running build hook: [fsck]
[2012-06-10 20:04] ==> Generating module dependencies
[2012-06-10 20:04] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
[2012-06-10 20:04] ==> Image generation successful
[2012-06-10 20:04] upgraded linux (3.3.7-1 -> 3.3.8-1)
[2012-06-10 20:05] upgraded linux-headers (3.3.7-1 -> 3.3.8-1)
[2012-06-10 20:05] upgraded log4net (1.2.10-3 -> 1.2.11-2)
[2012-06-10 20:05] upgraded nini (1.1.0-3 -> 1.1.0-4)
[2012-06-10 20:05] upgraded pango (1.30.0-1 -> 1.30.1-1)
[2012-06-10 20:05] >>> PLEASE READ FOR KVM USAGE!
[2012-06-10 20:05] >>> Load the correct KVM module, you will need a KVM capable CPU!
[2012-06-10 20:05] >>> Add yourself to the group 'kvm'.
[2012-06-10 20:05]
[2012-06-10 20:05] upgraded qemu (1.0.1-3 -> 1.1.0-1)
[2012-06-10 20:05] installed smuxi-server (0.8.9.2-3)
[2012-06-10 20:05] upgraded smuxi (0.8-4 -> 0.8.9.2-3)
[2012-06-10 20:05] upgraded vim-runtime (7.3.515-2 -> 7.3.547-1)
[2012-06-10 20:05] upgraded vim (7.3.515-2 -> 7.3.547-1)
[2012-06-10 20:05] Running 'pacman -S --force filesystem'
[2012-06-10 20:25] warning: directory permissions differ on sys/
filesystem: 755 package: 555
[2012-06-10 20:25] warning: directory permissions differ on usr/local/
filesystem: 777 package: 755
[2012-06-10 20:25] upgraded filesystem (2012.2-5 -> 2012.6-2)
I'm doing this as root. I can't reboot as root.
Why? What does it say in the terminal or on tty1 (Ctrl+Alt+F1)?
$ pacman -Qo reboot poweroff
/sbin/reboot is owned by sysvinit 2.88-3
/sbin/poweroff is owned by sysvinit 2.88-3
I'm doing this as root. I can't reboot as root.
Why? What does it say in the terminal or on tty1 (Ctrl+Alt+F1)?
$ pacman -Qo reboot poweroff /sbin/reboot is owned by sysvinit 2.88-3 /sbin/poweroff is owned by sysvinit 2.88-3
Do you have the sysvinit package installed or are you using systemd? (in which case you should refer to the systemd wiki article)
I have sysvinit. Same output as yours for pacman -Qo reboot poweroff
Offline
The most obvious thing that jumps out would be the kernel update (3.3.7 -> 3.3.8). Perhaps try rolling back to kernel 3.3.7 and see if you're able to reboot/shutdown properly again.
PS: this is just a way of troubleshooting the issue. Downgrading packages is never a final solution as far as I'm concerned. Should this solve the issue for you, consider posting a bug report for it to get the search for an actual structural fix going.
Burninate!
Offline
Well looks like i m not the only one, having this problem happen the same to I cannot shutdown or reboot as root user from terminal, it's weird just a few one happen this. Or even as regular user i can' t shutdown my system. So vbfsilva you are not alone in this problem
Offline
Well looks like i m not the only one, having this problem happen the same to I cannot shutdown or reboot as root user from terminal, it's weird just a few one happen this. Or even as regular user i can' t shutdown my system. So vbfsilva you are not alone in this problem
Great now we have a pattern. Did you update packages yesterday by any chance? Also folks is there a procedure I can take to revert my kernel to the old one? Problem is that many things as nvidia might break so how can I roll it smootly?
Offline
Yes i update from yesterday but i think also this issue started since Saturday. I update twice thinking that will be a fix but i got this issue since i use the manual intervention for filesystem required i present this problem. At begin I thought was failure hardware problem but then I notice happen this the next time :s .
Offline
Could you please paste the output of the logs generated by your upgrade? So we can check it against mine and maybe pinpoint what is the problem.
Offline
Do you guys have any nfs drives mounted via fstab? I sometimes get hanging shutting down if I don't manually umount my nfs drives first.
Offline
Do you guys have any nfs drives mounted via fstab? I sometimes get hanging shutting down if I don't manually umount my nfs drives first.
If that is the case, you should run the netfs daemon in your DAEMONS array. Put @netfs in there because netfs implements the clean unmount of nfs shares on shutdown
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
I m not using a nfs drives but i will try anyway that option in my daemons array. I let you know when i tried at home.
Cheers.
Offline
matth wrote:Do you guys have any nfs drives mounted via fstab? I sometimes get hanging shutting down if I don't manually umount my nfs drives first.
If that is the case, you should run the netfs daemon in your DAEMONS array. Put @netfs in there because netfs implements the clean unmount of nfs shares on shutdown
I don't have ntfs drivers running, should i check lsof to see if something is hanging on my system?
Offline
matth wrote:Do you guys have any nfs drives mounted via fstab? I sometimes get hanging shutting down if I don't manually umount my nfs drives first.
If that is the case, you should run the netfs daemon in your DAEMONS array. Put @netfs in there because netfs implements the clean unmount of nfs shares on shutdown
Thanks for the tip, but netfs is already in my daemons array on both Arch machines that have the issue.
Offline
I m not using a nfs drives but i will try anyway that option in my daemons array. I let you know when i tried at home.
Cheers.
If you don't use NFS shares, you don't need @netfs daemon. Don't start daemons just for the heck of it.
I don't have ntfs drivers running
I hope that was a typo because ntfs != netfs, just so we are clear.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Cerbereus wrote:I m not using a nfs drives but i will try anyway that option in my daemons array. I let you know when i tried at home.
Cheers.If you don't use NFS shares, you don't need @netfs daemon. Don't start daemons just for the heck of it.
vbsilva wrote:I don't have ntfs drivers running
I hope that was a typo because ntfs != netfs, just so we are clear.
It was a typo, but anyway I don't have it. Should I add it? I'm still out of ideas. Anyone has an insight?
Last edited by vfbsilva (2012-06-11 20:41:12)
Offline
Sure. Create a new user, log out, and then try "sudo reboot" from this account.
$ sudo useradd -m -g users -G audio,video,storage,wheel,power -s /bin/bash testusername
https://wiki.archlinux.org/index.php/Be … ing_a_User
Last edited by DSpider (2012-06-11 20:42:46)
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Sure. Create a new user and then try "sudo reboot".
$ sudo useradd -m -g users -G audio,video,storage,wheel,power -s /bin/bash testusername
Still this makes no sense as I'm trying reboot as root hence those group setting should not matter. Oki so I will add nfs to daemons array right? Still I would need a hard reboot or could an init 1 do the trick?
Another problem that I'vew forgotten to report is that my USB external disk is taking some time to be mounted and recognized after you suggesting nfs could be the problem .
Tonight I will post the log from my last boot.
Regards,
Victor
Last edited by vfbsilva (2012-06-11 20:48:10)
Offline
so when you issue a command
shutdown -h now
what happens ?
you said the "command hangs and nothing happens", but is the computer otherwise usable? If so, check dmesg and Xorg logs to see what happens immediately after issuing that command.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
so when you issue a command
shutdown -h now
what happens ?
you said the "command hangs and nothing happens", but is the computer otherwise usable? If so, check dmesg and Xorg logs to see what happens immediately after issuing that command.
It was 3 am when I decided it was time to sleep. By hanging I mean nothign happens, the system still works, I can spawn new processes in other tty's. Still KDE reports the shutdown commands. I think xorg is unrelated to the problem as I could not shutdown as root in tty whitout an Xsession spawned. Oki so for now I own you:
* dmesg output
*boot logs
Anything else that could help?
Offline