You are not logged in.
Greetings,
Yesterday I've performed a pacman -Syu followed by pacman -S flashplugin.
After rebooting, I've entered my login (as usual, I don't have a dm), typed "startx" and after some usual output, my laptop suddenly shutdown.
I've tried several times without success and even edited my .xinitrc with just "exec awesome".
I didn't get the chance of seeing the graphical interface/window manager, so could it be something related with my graphics card/xorg?
BTW, I have a Asus n56vz (nvidia GT 650M).
I need some help to pinpoint where the problem is (any commands, check logs...).
Last edited by joaocenoura (2014-04-21 21:35:17)
Offline
What was updated (check the pacman log). What was X's output (check the Xorg log).
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I think X actually logs to the journal now; so have a look at `journalctl -b -1` to see the logs for the previous boot. You should be able to see why X refuses to start. It might also help you pinpoint why your machine reboots
Offline
Thanks for the journalctl tip.
Unfortunately I didn't get anything; it just says :
-- reboot - -
starting paths
(...)
startup finished in 168ms
Xorg.0.log and Xorg.0.log.old is empty.
Pacman logs show a lot of updates... kernel 3.13.7 updated to 3.14.1
Awesome was also updated to 3.5.5
The last thing I see before shutdown is (after doing startx) : loading extention glx
Last edited by joaocenoura (2014-04-21 13:05:05)
Offline
journalctl should show a *lot*. I'm not sure what you are leaving out with the "(...)" part.
You can also get the xorg output by redirecting it to a file when you run startx:
startx > ~/myxlog 2>&1Then when it reboots, post the contents of ~myxlog (in code tags).
The elipses and saying there were "a lot" of updates really isn't helpful. We need to see actual information.
Last edited by Trilby (2014-04-21 14:28:07)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
True, I recon that post don't have enough info but I didn't meant to be unhelpful. I was writing that post on my phone because I didn't had any other way to communicate thus the poor content.
I'll post once I get off work! Thanks for the fast reply
Offline
journalctl should show a *lot*. I'm not sure what you are leaving out with the "(...)" part.
Here's the journalctl output (I've ran `journalctl -b -1`):
-- Logs begin at Tue 2013-12-31 05:31:23 WET, end at Mon 2014-04-21 21:13:09 WEST. --
Apr 21 13:40:03 joao-n56v systemd[376]: Starting Paths.
Apr 21 13:40:03 joao-n56v systemd[376]: Reached target Paths.
Apr 21 13:40:03 joao-n56v systemd[376]: Starting Timers.
Apr 21 13:40:03 joao-n56v systemd[376]: Reached target Timers.
Apr 21 13:40:03 joao-n56v systemd[376]: Starting Sockets.
Apr 21 13:40:03 joao-n56v systemd[376]: Reached target Sockets.
Apr 21 13:40:03 joao-n56v systemd[376]: Starting Basic System.
Apr 21 13:40:03 joao-n56v systemd[376]: Reached target Basic System.
Apr 21 13:40:03 joao-n56v systemd[376]: Starting Default.
Apr 21 13:40:03 joao-n56v systemd[376]: Reached target Default.
Apr 21 13:40:03 joao-n56v systemd[376]: Startup finished in 168ms.I also was hopping to see more output. Am I checking in the right place or is it possible to add more verbose?
You can also get the xorg output by redirecting it to a file when you run startx:
startx > ~/myxlog 2>&1Then when it reboots, post the contents of ~myxlog (in code tags).
Weird, I've tried twice but the file wasn't written. Just a note: the laptop doesn't reboot; it simply shuts down abruptly (like when you pull the plug or press the power button for a few seconds).
The elipses and saying there were "a lot" of updates really isn't helpful. We need to see actual information.
Here's my pacman.log:
[2014-04-18 18:35] [PACMAN] Running 'pacman -Syu'
[2014-04-18 18:35] [PACMAN] synchronizing package lists
[2014-04-18 18:35] [PACMAN] starting full system upgrade
[2014-04-18 19:02] [PACMAN] upgraded readline (6.3-3 -> 6.3.003-2)
[2014-04-18 19:02] [PACMAN] upgraded bash (4.3-3 -> 4.3.008-2)
[2014-04-18 19:02] [PACMAN] upgraded pcre (8.34-2 -> 8.35-1)
[2014-04-18 19:02] [PACMAN] upgraded glib2 (2.38.2-1 -> 2.40.0-1)
[2014-04-18 19:02] [PACMAN] upgraded at-spi2-core (2.10.2-1 -> 2.12.0-1)
[2014-04-18 19:02] [PACMAN] upgraded atk (2.10.0-1 -> 2.12.0-1)
[2014-04-18 19:02] [PACMAN] upgraded at-spi2-atk (2.10.2-1 -> 2.12.1-1)
[2014-04-18 19:02] [PACMAN] upgraded autofs (5.0.8-2 -> 5.0.9-1)
[2014-04-18 19:02] [PACMAN] upgraded libjpeg-turbo (1.3.0-4 -> 1.3.1-1)
[2014-04-18 19:02] [PACMAN] upgraded gdk-pixbuf2 (2.30.6-1 -> 2.30.7-1)
[2014-04-18 19:02] [PACMAN] upgraded harfbuzz (0.9.26-1 -> 0.9.26-2)
[2014-04-18 19:02] [PACMAN] upgraded pango (1.36.3-1 -> 1.36.3-2)
[2014-04-18 19:02] [ALPM] warning: /etc/xdg/awesome/rc.lua installed as /etc/xdg/awesome/rc.lua.pacnew
[2014-04-18 19:02] [PACMAN] upgraded awesome (3.5.2-1 -> 3.5.5-1)
[2014-04-18 19:02] [PACMAN] upgraded bluez-libs (5.16-1 -> 5.18-1)
[2014-04-18 19:02] [PACMAN] upgraded icu (52.1-1 -> 53.1-1)
[2014-04-18 19:02] [PACMAN] upgraded boost-libs (1.55.0-4 -> 1.55.0-6)
[2014-04-18 19:02] [PACMAN] upgraded openssl (1.0.1.f-1 -> 1.0.1.g-1)
[2014-04-18 19:02] [PACMAN] upgraded coreutils (8.22-3 -> 8.22-4)
[2014-04-18 19:02] [PACMAN] upgraded ca-certificates (20130906-1 -> 20140325-1)
[2014-04-18 19:02] [PACMAN] upgraded libcups (1.7.1-4 -> 1.7.2-1)
[2014-04-18 19:02] [PACMAN] upgraded gtk-update-icon-cache (2.24.22-1 -> 2.24.23-1)
[2014-04-18 19:02] [PACMAN] upgraded gtk2 (2.24.22-1 -> 2.24.23-1)
[2014-04-18 19:02] [PACMAN] upgraded sqlite (3.8.4.2-1 -> 3.8.4.3-1)
[2014-04-18 19:02] [PACMAN] upgraded nss (3.15.5-1 -> 3.16-1)
[2014-04-18 19:02] [PACMAN] upgraded kmod (16-1 -> 17-1)
[2014-04-18 19:02] [PACMAN] upgraded libsystemd (212-1 -> 212-3)
[2014-04-18 19:02] [PACMAN] upgraded shadow (4.1.5.1-7 -> 4.1.5.1-9)
[2014-04-18 19:02] [PACMAN] upgraded libutil-linux (2.24.1-4 -> 2.24.1-6)
[2014-04-18 19:02] [PACMAN] upgraded util-linux (2.24.1-4 -> 2.24.1-6)
[2014-04-18 19:02] [PACMAN] upgraded systemd (212-1 -> 212-3)
[2014-04-18 19:02] [PACMAN] upgraded harfbuzz-icu (0.9.26-1 -> 0.9.26-2)
[2014-04-18 19:02] [PACMAN] upgraded chromium (33.0.1750.152-1 -> 34.0.1847.116-1)
[2014-04-18 19:02] [PACMAN] upgraded curl (7.35.0-1 -> 7.36.0-1)
[2014-04-18 19:02] [PACMAN] upgraded dconf (0.18.0-1 -> 0.20.0-1)
[2014-04-18 19:02] [PACMAN] upgraded device-mapper (2.02.105-2 -> 2.02.106-1)
[2014-04-18 19:02] [ALPM-SCRIPTLET] updating font cache... done.
[2014-04-18 19:02] [PACMAN] upgraded fontconfig (2.11.0-1 -> 2.11.1-1)
[2014-04-18 19:02] [PACMAN] upgraded gnutls (3.2.12.1-1 -> 3.3.0-1)
[2014-04-18 19:02] [PACMAN] upgraded x264 (20131030-2 -> 1:142.20140311-1)
[2014-04-18 19:02] [PACMAN] installed x265 (0.9-1)
[2014-04-18 19:02] [PACMAN] upgraded ffmpeg (1:2.1.4-1 -> 1:2.2.1-1)
[2014-04-18 19:02] [PACMAN] upgraded ffmpeg-compat (1:0.10.12-1 -> 1:0.10.12-2)
[2014-04-18 19:02] [PACMAN] upgraded fftw (3.3.3-2 -> 3.3.4-1)
[2014-04-18 19:02] [PACMAN] upgraded file (5.17-2 -> 5.18-1)
[2014-04-18 19:02] [PACMAN] upgraded fontsproto (2.1.2-1 -> 2.1.3-1)
[2014-04-18 19:02] [PACMAN] upgraded libxkbcommon (0.4.0-1 -> 0.4.1-1)
[2014-04-18 19:02] [PACMAN] upgraded gtk3 (3.10.7-1 -> 3.12.1-1)
[2014-04-18 19:02] [PACMAN] upgraded gcr (3.10.1-3 -> 3.12.0-1)
[2014-04-18 19:02] [PACMAN] upgraded git (1.9.1-1 -> 1.9.2-1)
[2014-04-18 19:02] [PACMAN] upgraded gsettings-desktop-schemas (3.10.1-1 -> 3.12.0-1)
[2014-04-18 19:02] [PACMAN] upgraded glib-networking (2.38.2-1 -> 2.40.1-1)
[2014-04-18 19:02] [PACMAN] upgraded gmime (2.6.18-1 -> 2.6.20-1)
[2014-04-18 19:02] [PACMAN] upgraded librsvg (1:2.40.1-3 -> 1:2.40.2-1)
[2014-04-18 19:02] [PACMAN] upgraded gnome-icon-theme-symbolic (3.10.1-1 -> 3.12.0-1)
[2014-04-18 19:02] [PACMAN] upgraded gnome-icon-theme (3.10.0-1 -> 3.12.0-1)
[2014-04-18 19:02] [PACMAN] upgraded gnome-keyring (3.10.1-2 -> 3.12.0-1)
[2014-04-18 19:02] [PACMAN] upgraded gobject-introspection (1.38.0-1 -> 1.40.0-1)
[2014-04-18 19:02] [PACMAN] upgraded groff (1.22.2-5 -> 1.22.2-6)
[2014-04-18 19:02] [PACMAN] upgraded gst-plugins-ugly (1.2.3-1 -> 1.2.3-2)
[2014-04-18 19:02] [ALPM-SCRIPTLET] Copied /usr/lib/gummiboot/gummibootx64.efi to /boot/EFI/gummiboot/gummibootx64.efi.
[2014-04-18 19:02] [ALPM-SCRIPTLET] Copied /usr/lib/gummiboot/gummibootx64.efi to /boot/EFI/Boot/BOOTX64.EFI.
[2014-04-18 19:02] [PACMAN] upgraded gummiboot (43-2 -> 44-2)
[2014-04-18 19:02] [PACMAN] upgraded libsoup (2.44.2-1 -> 2.46.0-1)
[2014-04-18 19:02] [PACMAN] upgraded libsecret (0.16-2 -> 0.18-1)
[2014-04-18 19:02] [PACMAN] upgraded gvfs (1.18.3-3 -> 1.20.1-2)
[2014-04-18 19:02] [PACMAN] upgraded lcms2 (2.5-2 -> 2.6-1)
[2014-04-18 19:02] [PACMAN] upgraded jre7-openjdk-headless (7.u51_2.4.5-1 -> 7.u55_2.4.7-1)
[2014-04-18 19:02] [PACMAN] upgraded jre7-openjdk (7.u51_2.4.5-1 -> 7.u55_2.4.7-1)
[2014-04-18 19:02] [PACMAN] upgraded icedtea-web-java7 (1.4.2-1 -> 1.5-1)
[2014-04-18 19:02] [PACMAN] upgraded libdrm (2.4.52-1 -> 2.4.53-1)
[2014-04-18 19:02] [PACMAN] upgraded mesa (10.1.0-4 -> 10.1.0-5)
[2014-04-18 19:02] [PACMAN] upgraded mesa-libgl (10.1.0-4 -> 10.1.0-5)
[2014-04-18 19:02] [PACMAN] upgraded intel-dri (10.1.0-4 -> 10.1.0-5)
[2014-04-18 19:02] [PACMAN] upgraded iproute2 (3.12.0-1 -> 3.14.0-1)
[2014-04-18 19:02] [PACMAN] upgraded iso-codes (3.44-1 -> 3.52-1)
[2014-04-18 19:02] [PACMAN] upgraded jdk7-openjdk (7.u51_2.4.5-1 -> 7.u55_2.4.7-1)
[2014-04-18 19:02] [PACMAN] upgraded js (17.0.0-1 -> 24.2.0-1)
[2014-04-18 19:02] [PACMAN] upgraded json-glib (0.16.2-1 -> 1.0.0-1)
[2014-04-18 19:02] [PACMAN] upgraded libmediainfo (0.7.67-1 -> 0.7.68-1)
[2014-04-18 19:02] [PACMAN] upgraded libmicrohttpd (0.9.33-1 -> 0.9.34-1)
[2014-04-18 19:02] [PACMAN] upgraded libpeas (1.9.0-2 -> 1.10.0-1)
[2014-04-18 19:02] [PACMAN] upgraded libpipeline (1.2.6-1 -> 1.3.0-1)
[2014-04-18 19:02] [PACMAN] upgraded libwbclient (4.1.6-1 -> 4.1.7-1)
[2014-04-18 19:02] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
[2014-04-18 19:02] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
[2014-04-18 19:02] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2014-04-18 19:02] [ALPM-SCRIPTLET] ==> Starting build: 3.14.1-1-ARCH
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2014-04-18 19:02] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2014-04-18 19:02] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
[2014-04-18 19:02] [ALPM-SCRIPTLET] ==> Image generation successful
[2014-04-18 19:02] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2014-04-18 19:02] [ALPM-SCRIPTLET] ==> Starting build: 3.14.1-1-ARCH
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2014-04-18 19:02] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2014-04-18 19:02] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2014-04-18 19:03] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
[2014-04-18 19:03] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2014-04-18 19:03] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2014-04-18 19:03] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2014-04-18 19:03] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2014-04-18 19:03] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
[2014-04-18 19:03] [ALPM-SCRIPTLET] ==> Image generation successful
[2014-04-18 19:03] [PACMAN] upgraded linux (3.13.7-1 -> 3.14.1-1)
[2014-04-18 19:03] [PACMAN] upgraded logrotate (3.8.7-1 -> 3.8.7-3)
[2014-04-18 19:03] [PACMAN] upgraded lvm2 (2.02.105-2 -> 2.02.106-1)
[2014-04-18 19:03] [PACMAN] upgraded man-db (2.6.6-1 -> 2.6.7.1-1)
[2014-04-18 19:03] [PACMAN] upgraded man-pages (3.63-1 -> 3.64-1)
[2014-04-18 19:03] [PACMAN] upgraded mongodb (2.4.9-1 -> 2.6.0-1)
[2014-04-18 19:03] [PACMAN] upgraded nmap (6.40-1 -> 6.45-1)
[2014-04-18 19:03] [PACMAN] upgraded xorg-server-common (1.15.0-5 -> 1.15.1-1)
[2014-04-18 19:03] [PACMAN] upgraded xorg-server (1.15.0-5 -> 1.15.1-1)
[2014-04-18 19:03] [PACMAN] upgraded nvidia-utils (334.21-6 -> 337.12-1)
[2014-04-18 19:03] [PACMAN] upgraded nvidia (334.21-2 -> 337.12-1)
[2014-04-18 19:03] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2014-04-18 19:03] [PACMAN] upgraded pacman-mirrorlist (20140107-1 -> 20140405-1)
[2014-04-18 19:03] [PACMAN] installed js17 (17.0.0-1)
[2014-04-18 19:03] [PACMAN] upgraded polkit (0.112-1 -> 0.112-2)
[2014-04-18 19:03] [PACMAN] upgraded pygobject-devel (3.10.2-2 -> 3.12.1-1)
[2014-04-18 19:03] [PACMAN] upgraded python-gobject (3.10.2-2 -> 3.12.1-1)
[2014-04-18 19:03] [PACMAN] upgraded qt4 (4.8.5-7 -> 4.8.5-9)
[2014-04-18 19:03] [PACMAN] upgraded totem-plparser (3.10.1-1 -> 3.10.2-1)
[2014-04-18 19:03] [PACMAN] upgraded webkitgtk (2.2.5-2 -> 2.4.1-1)
[2014-04-18 19:03] [PACMAN] upgraded rhythmbox (3.0.1-1 -> 3.0.2-2)
[2014-04-18 19:03] [PACMAN] upgraded s-nail (14.6.2-1 -> 14.6.4-1)
[2014-04-18 19:03] [PACMAN] upgraded talloc (2.1.0-1 -> 2.1.0-2)
[2014-04-18 19:03] [PACMAN] upgraded tevent (0.9.21-2 -> 0.9.21-3)
[2014-04-18 19:03] [PACMAN] upgraded smbclient (4.1.6-1 -> 4.1.7-1)
[2014-04-18 19:03] [PACMAN] upgraded systemd-sysvcompat (212-1 -> 212-3)
[2014-04-18 19:03] [PACMAN] upgraded tzdata (2014a-1 -> 2014b-1)
[2014-04-18 19:03] [PACMAN] upgraded unrar (1:5.0.14-1 -> 1:5.1.2-1)
[2014-04-18 19:03] [PACMAN] upgraded vim-runtime (7.4.135-2 -> 7.4.214-1)
[2014-04-18 19:03] [PACMAN] upgraded vim (7.4.135-2 -> 7.4.214-1)
[2014-04-18 19:03] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
[2014-04-18 19:03] [PACMAN] upgraded virtualbox-host-modules (4.3.10-1 -> 4.3.10-2)
[2014-04-18 19:03] [PACMAN] upgraded vlc (2.1.4-1 -> 2.1.4-2)
[2014-04-18 19:03] [PACMAN] upgraded yajl (2.0.4-2 -> 2.1.0-1)
[2014-04-18 19:03] [PACMAN] upgraded xbmc (12.3-12 -> 12.3-14)
[2014-04-18 19:03] [PACMAN] upgraded xf86-video-intel (2.99.911-1 -> 2.99.911-2)
[2014-04-18 19:03] [PACMAN] upgraded xorg-xauth (1.0.8-1 -> 1.0.9-1)
[2014-04-18 19:03] [PACMAN] upgraded xorg-xrandr (1.4.1-1 -> 1.4.2-1)
[2014-04-18 19:03] [PACMAN] upgraded xproto (7.0.25-1 -> 7.0.26-1)
[2014-04-18 19:05] [PACMAN] Running 'pacman -S vagrant'
[2014-04-18 19:06] [PACMAN] installed vagrant (1.5.3-1)
[2014-04-18 21:24] [PACMAN] Running 'pacman -U ansible-1.5.4-1-any.pkg.tar.xz'
[2014-04-18 21:24] [ALPM-SCRIPTLET] ==> Note that even though this package uses libyaml library,
[2014-04-18 21:24] [ALPM-SCRIPTLET] ==> slower pure python implementation is used by default.
[2014-04-18 21:24] [ALPM-SCRIPTLET] ==> See http://pyyaml.org/wiki/PyYAMLDocumentation
[2014-04-18 21:24] [PACMAN] installed python2-yaml (3.11-1)
[2014-04-18 21:24] [PACMAN] installed python2-crypto (2.6.1-2)
[2014-04-18 21:24] [PACMAN] installed python2-ecdsa (0.11-2)
[2014-04-18 21:24] [PACMAN] installed python2-paramiko (1.13.0-2)
[2014-04-18 21:24] [PACMAN] installed python2-setuptools (3.4.4-1)
[2014-04-18 21:24] [PACMAN] installed python2-jinja (2.7.2-2)
[2014-04-18 21:24] [PACMAN] installed ansible (1.5.4-1)
[2014-04-18 21:24] [PACMAN] Running 'pacman -S python2-pyasn1 python2-keyczar'
[2014-04-18 21:24] [PACMAN] Running 'pacman -S python2-pyasn1'
[2014-04-18 21:24] [PACMAN] installed python2-pyasn1 (0.1.7-2)
[2014-04-19 20:34] [PACMAN] Running 'pacman -U sublime-text-2.0.2-1-x86_64.pkg.tar.xz'
[2014-04-19 20:34] [PACMAN] installed sublime-text (2.0.2-1)
[2014-04-20 14:34] [PACMAN] Running 'pacman -S clementine'
[2014-04-20 14:37] [PACMAN] Running 'pacman -S flashplayer'
[2014-04-20 14:37] [ALPM-SCRIPTLET] >>
[2014-04-20 14:37] [ALPM-SCRIPTLET] >> If you have an NVIDIA card that supports libvdpau or Broadcom Crystal HD chips,
[2014-04-20 14:37] [ALPM-SCRIPTLET] >> uncomment EnableLinuxHWVideoDecode=1 from /etc/adobe/mms.cfg.
[2014-04-20 14:37] [ALPM-SCRIPTLET] >> If you run into problems, please contact nVidia or Broadcom along with your system config info / driver version.
[2014-04-20 14:37] [ALPM-SCRIPTLET] >>
[2014-04-20 14:37] [PACMAN] installed flashplugin (11.2.202.350-1)
[2014-04-20 20:11] [PACMAN] Running 'pacman -S mkpasswd'
[2014-04-20 20:13] [PACMAN] Running 'pacman -S expect'
[2014-04-20 20:14] [PACMAN] installed tcl (8.6.1-1)
[2014-04-20 20:14] [PACMAN] installed expect (5.45-3)
[2014-04-20 20:16] [PACMAN] Running 'pacman -S makepasswd'
[2014-04-20 20:16] [PACMAN] installed perl-crypt-passwdmd5 (1.40-1)
[2014-04-20 20:16] [PACMAN] installed perl-crypt-openssl-random (0.06-1)
[2014-04-20 20:16] [PACMAN] installed makepasswd (1.10_9-1)
[2014-04-21 00:49] [PACMAN] Running 'pacman -Syu'
[2014-04-21 00:49] [PACMAN] synchronizing package lists
[2014-04-21 00:50] [PACMAN] starting full system upgrade
[2014-04-21 00:50] [PACMAN] upgraded giflib (5.0.5-1 -> 5.0.6-1)
[2014-04-21 00:50] [PACMAN] upgraded gnutls (3.3.0-1 -> 3.3.1-1)
[2014-04-21 00:50] [PACMAN] upgraded mesa (10.1.0-5 -> 10.1.1-1)
[2014-04-21 00:50] [PACMAN] upgraded mesa-libgl (10.1.0-5 -> 10.1.1-1)
[2014-04-21 00:50] [PACMAN] upgraded intel-dri (10.1.0-5 -> 10.1.1-1)
[2014-04-21 00:50] [PACMAN] upgraded libdvdread (4.2.1-1 -> 4.9.9-1)
[2014-04-21 00:50] [PACMAN] upgraded nmap (6.45-1 -> 6.46-1)
[2014-04-21 00:50] [PACMAN] upgraded wildmidi (0.3.2-1 -> 0.3.6-1)Offline
This sounds like this issue: https://bbs.archlinux.org/viewtopic.php?id=180085
I would give that a read if I were you and try the solution in that topic.
Offline
This sounds like this issue: https://bbs.archlinux.org/viewtopic.php?id=180085
I would give that a read if I were you and try the solution in that topic.
Thank you very much, that solved my issue!
Offline