Starting full system upgrade... there is nothing to do

Just finished my Install of Arch and I can't seem to update anything it just gives me "Starting full system upgrade...
there is nothing to do"
I tried pacman -Syy and it syncs my repos and I've checked and I do have packages that are out of date so they should upodate. My mirrors are also not out of date, I just checked them

Please paste the pull output pacman -S openbox. I think you'll find something along the lines of:
warning: openbox-3.5.0-7 is up to date -- reinstalling
The following will tell you which version you have installed
$ pacman -Q openbox
The current version is 3.5.0-7, which you can see here: https://www.archlinux.org/packages/comm … 4/openbox/

Similar Messages

  • [SOLVED] Starting Full System Upgrade... There Is Nothing To Do

    "Starting Full System Upgrade... There Is Nothing To Do" is the only message I have ever seen when using pacman -Syu.  I have no problem installing files but pacman cannot seem to EVER find updates to anything.  Even when I know that a package has been updated in the repositories, pacman never acknowledges it.  Some examples of applications are:
    Python2 - Installed - 2.6.5-3, Available - 2.7.1-4
    Geany - Installed 0.19-1, Available - 0.20-1
    Pacman - Installed 3.4.0-2, Available - 3.4.2-1
    Even if I try to specify the repository, for Geany for instance, "pacman -S community/geany", it still sees it as up-to-date.
    It's quite possible that I'm going about something the wrong way but I don't ever recall the system actually finding updates (since June).  My pacman.conf looks as follows:
    MOD EDIT -- Please use code tags to display any output and of files -- Inxsible
    Any help would be greatly appreciated.
    Last edited by 24sHD (2011-01-13 15:55:34)

    Also try to read the wiki about pacman and mirrorlist. Simply uncommenting multiple mirrors does not give you the ability to get packages from all of them. pacman will connect to each one in order. If it can connect to the first one and see that pacman is available it does not connect to the next mirror to see if some other mirror has an updated version of not.
    It connects to the next mirror if and only if a certain package is not available on the first mirror or the mirror itself is down.

  • [SOLVED]pacman.log filled with "[PACMAN] starting full system upgrade"

    Today i just ran pacman -Suy, but now the log is filled with:
    Gozer ~ # tail /var/log/pacman.log -n 100
    [2013-04-08 12:26] [PACMAN] upgraded youtube-dl (2013.02.25-1 -> 2013.04.03-1)
    [2013-04-08 12:27] [PACMAN] starting full system upgrade
    [2013-04-08 12:27] [PACMAN] starting full system upgrade
    [2013-04-08 12:27] [PACMAN] starting full system upgrade
    [2013-04-08 12:27] [PACMAN] starting full system upgrade
    [2013-04-08 12:28] [PACMAN] starting full system upgrade
    [2013-04-08 12:28] [PACMAN] starting full system upgrade
    [2013-04-08 13:06] [PACMAN] starting full system upgrade
    Gozer ~ # grep '2013-04-08' /var/log/pacman.log |grep "starting full system upgrade" | wc -l
    637
    Is this a bug?
    Last edited by kokoko3k (2013-04-08 12:57:01)

    Edit: are you using some system update monitoring script?
    Ops... big "OPS".
    You are right, sorry!

  • [Solved] Full system upgrade fails because of Nvidia dependencies

    Problem:
    # pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-dkms: requires nvidia-utils=346.35
    Things I have tried:
    $ makepkg -s
    ==> Making package: nvidia-dkms 346.47-1 (Sun Mar 1 11:42:11 PST 2015)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    [sudo] password for digger:
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-dkms: requires nvidia-utils=346.35
    ==> ERROR: 'pacman' failed to install missing dependencies.
    # pacman -R nvidia-utils
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-dkms: requires nvidia-utils=346.35
    :: nvidia-libgl: requires nvidia-utils
    Some info:
    $ uname -a
    Linux <hostname> 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64 GNU/Linux
    # dkms status
    nvidia, 346.35, 3.18.5-1-ARCH, x86_64: installed
    nvidia, 346.35, 3.18.6-1-ARCH, x86_64: installed
    $ lspci -k | grep -A 2 -i "VGA"
    03:00.0 VGA compatible controller: NVIDIA Corporation GK107 [GeForce GT 640] (rev a1)
    Subsystem: eVga.com. Corp. Device 2643
    Kernel driver in use: nvidia
    Kernel modules: nouveau, nvidia
    Subsystem: eVga.com. Corp. Device 2643
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    # pacman -Ss nvidia | grep installed
    extra/libvdpau 0.9-1 [installed]
    extra/nvidia-libgl 346.47-2 [installed: 346.35-2]
    extra/nvidia-utils 346.47-2 [installed: 346.35-2]
    # cat /etc/mkinitcpio.conf | grep ^HOOKS
    HOOKS="base udev autodetect modconf block lvm2 nvidia filesystems keyboard fsck"
    # systemctl status dkms
    ● dkms.service - Dynamic Kernel Modules System
    Loaded: loaded (/usr/lib/systemd/system/dkms.service; enabled; vendor preset: disabled)
    Active: active (exited) since Sun 2015-03-01 11:40:15 PST; 1h 43min ago
    Process: 6196 ExecStart=/usr/lib/systemd/scripts/dkms start (code=exited, status=0/SUCCESS)
    Main PID: 6196 (code=exited, status=0/SUCCESS)
    CGroup: /system.slice/dkms.service
    # pacman -Qm | grep nvidia
    nvidia-dkms 346.35-2
    nvidia-hook 2.2-3
    Let me know if any other information is needed.
    Thanks.
    Last edited by digger (2015-03-03 03:12:52)

    The fix, thanks to Xabre
    # pacman -R nvidia-dkms
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-hook: requires nvidia-dkms
    # pacman -Rs nvidia-dkms
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-hook: requires nvidia-dkms
    [root@big-kahuna ~]# pacman -Rdd nvidia-dkms
    Packages (1) nvidia-dkms-346.35-2
    Total Removed Size: 12.29 MiB
    :: Do you want to remove these packages? [Y/n] Y
    -------- Uninstall Beginning --------
    Module: nvidia
    Version: 346.35
    Kernel: 3.18.5-1-ARCH (x86_64)
    Status: Before uninstall, this module version was ACTIVE on this kernel.
    nvidia.ko:
    - Uninstallation
    - Deleting from: /usr/lib/modules/3.18.5-1-ARCH/kernel/drivers/video/
    - Original module
    - No original module was found for this module on this kernel.
    - Use the dkms install command to reinstall any previous module version.
    nvidia-uvm.ko:
    - Uninstallation
    - Deleting from: /usr/lib/modules/3.18.5-1-ARCH/kernel/drivers/video/
    - Original module
    - No original module was found for this module on this kernel.
    - Use the dkms install command to reinstall any previous module version.
    depmod....
    DKMS: uninstall completed.
    -------- Uninstall Beginning --------
    Module: nvidia
    Version: 346.35
    Kernel: 3.18.6-1-ARCH (x86_64)
    Status: Before uninstall, this module version was ACTIVE on this kernel.
    nvidia.ko:
    - Uninstallation
    - Deleting from: /usr/lib/modules/3.18.6-1-ARCH/kernel/drivers/video/
    - Original module
    - No original module was found for this module on this kernel.
    - Use the dkms install command to reinstall any previous module version.
    nvidia-uvm.ko:
    - Uninstallation
    - Deleting from: /usr/lib/modules/3.18.6-1-ARCH/kernel/drivers/video/
    - Original module
    - No original module was found for this module on this kernel.
    - Use the dkms install command to reinstall any previous module version.
    depmod.....
    DKMS: uninstall completed.
    Deleting module version: 346.35
    completely from the DKMS tree.
    Done.
    (1/1) removing nvidia-dkms [######################] 100%
    # pacman -Syu ### This ran as expected.
    All I wanted was to have the simplest use of the Nvidia proprietary driver.  So I followed https://wiki.archlinux.org/index.php/NV … any_kernel
    So what I gather from the discussion here is that this (nvidia-dkms) should only be used for custom kernels?  And the topic should be a sub topic of https://wiki.archlinux.org/index.php/NV … tom_kernel?  Is that right?
    Thanks for you help.
    Last edited by digger (2015-03-03 03:11:58)

  • Pacman -Qe Broken after today´s "full system upgrade"

    From "pacman.log"
    synchronizing package lists
    [2008-01-17 18:04] starting full system upgrade
    [2008-01-17 18:05] upgraded gnome-keyring (2.20.2-1 -> 2.20.3-1)
    [2008-01-17 18:06] >>>
    [2008-01-17 18:06] >>> If you use the LILO bootloader, you should run 'lilo' before rebooting.
    [2008-01-17 18:06] >>>
    [2008-01-17 18:06] >>> Updating module dependencies. Please wait ...
    [2008-01-17 18:06] >>> MKINITCPIO SETUP
    [2008-01-17 18:06] >>> ----------------
    [2008-01-17 18:06] >>> If you use LVM2, Encrypted root or software RAID,
    [2008-01-17 18:06] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2008-01-17 18:06] >>> More information about mkinitcpio setup can be found here:
    [2008-01-17 18:06] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2008-01-17 18:06]
    [2008-01-17 18:06] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2008-01-17 18:06] ==> Building image "default"
    [2008-01-17 18:06] ==> Running command: /sbin/mkinitcpio -k 2.6.23-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2008-01-17 18:06] :: Begin build
    [2008-01-17 18:06] :: Parsing hook [base]
    [2008-01-17 18:06] :: Parsing hook [autodetect]
    [2008-01-17 18:06] :: Generating module dependencies
    [2008-01-17 18:06] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2008-01-17 18:06] ==> SUCCESS
    [2008-01-17 18:06] ==> Building image "fallback"
    [2008-01-17 18:06] ==> Running command: /sbin/mkinitcpio -k 2.6.23-ARCH -c /etc/mkinitcpio.d/kernel26-fallback.conf -g /boot/kernel26-fallback.img
    [2008-01-17 18:06] :: Begin build
    [2008-01-17 18:06] :: Parsing hook [base]
    [2008-01-17 18:06] :: Parsing hook [udev]
    [2008-01-17 18:06] :: Parsing hook [ide]
    [2008-01-17 18:06] :: Parsing hook [pata]
    [2008-01-17 18:06] :: Parsing hook [scsi]
    [2008-01-17 18:06] :: Parsing hook [sata]
    [2008-01-17 18:06] :: Parsing hook [usbinput]
    [2008-01-17 18:06] :: Parsing hook [raid]
    [2008-01-17 18:06] :: Parsing hook [filesystems]
    [2008-01-17 18:07] :: Generating module dependencies
    [2008-01-17 18:07] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2008-01-17 18:07] ==> SUCCESS
    [2008-01-17 18:07] upgraded kernel26 (2.6.23.12-3 -> 2.6.23.14-1)
    [2008-01-17 18:07] upgraded libgtop (2.20.0-1 -> 2.20.1-1)
    [2008-01-17 18:07] upgraded libwnck (2.20.2-1 -> 2.20.3-1)
    [2008-01-17 18:07] upgraded vte (0.16.11-1 -> 0.16.12-1)
    [2008-01-17 18:07] upgraded xorg-xinit (1.0.7-2 -> 1.0.7-3)
    Result when using "pacman -Qe" afterwards.
    pacman -Qe
    alsa-lib 1.0.15-1
    alsa-oss 1.0.15-1
    alsa-plugins 1.0.15-1
    alsa-utils 1.0.15-2
    autoconf 2.61-3
    automake 1.10-3
    bin86 0.16.17-3
    bison 2.3-4
    bzip2 1.0.4-3
    catfish 0.3-1
    ccsm 0.6.0-2
    compiz-fusion-plugins-extra 0.6.0-2
    compiz-fusion-plugins-main 0.6.0-3
    compizconfig-backend-gconf 0.6.0-2
    conky 1.4.9-1
    cpio 2.9-3
    csup 20060318-5
    curl 7.17.1-1
    dbus 1.0.2-4
    e2fsprogs 1.40.3-1
    ed 0.8-3
    emerald 0.6.0-3
    emerald-themes 0.6.0-2
    epdfview 0.1.6-5
    exo 0.3.4-1
    fcron 3.0.4-1
    file 4.23-1
    filesystem 2007.11-3
    findutils 4.2.31-3
    firefox 2.0.0.11-1
    flashplugin 9.0.115.0-1
    flex 2.5.33-3
    fusion-icon 20071111-1
    galculator 1.3.1-1
    gawk 3.1.6-2
    gettext 0.17-1
    gksu 2.0.0-2
    gnome-icon-theme 2.20.0-1
    gqview 2.0.4-1
    grep 2.5.3-3
    groff 1.19.2-3
    grub 0.97-9
    gtk-xfce-engine 2.4.2-1
    gzip 1.3.12-4
    hardinfo 0.4.2.3-1
    hdparm 7.7-3
    hwd 5.3.1-1
    hwdetect 0.9-1
    initscripts 2007.11-2
    iptables 1.3.8-2
    iputils 20070202-3
    jacman 0.4-2
    jre 6u3-2
    kbd 1.12.20070827-2
    kernel26 2.6.23.14-1
    less 418-1
    libdca 0.0.5-1
    libpcap 0.9.8-2
    libtool 1.5.24-3
    libusb 0.1.12-3
    libxfce4mcs 4.4.2-1
    libxfce4util 4.4.2-1
    libxfcegui4 4.4.2-1
    licenses 2.2-2
    lilo 22.8-2
    lshwd 1.1.3-5
    lzo2 2.02-3
    lzop 1.02rc1-3
    make 3.81-3
    man 1.6f-1
    man-pages 2.74-1
    mc 4.6.1-4
    mesa 7.0.1-1
    mkinitcpio 0.5.17-1
    mktemp 1.5-3
    mlocate 0.18-2
    module-init-tools 3.2.2-5
    mousepad 0.2.13-1
    mplayer 1.0rc2-1
    mplayer-plugin 3.45-1
    nano 2.0.7-1
    net-tools 1.60-13
    numlockx 1.1-3
    nvidia-96xx 96.43.01-6
    openal 0.0.8-4
    openssl 0.9.8g-2
    pacman 3.1.0-1
    pacworld 0.3.4-2
    patch 2.5.4-4
    pcmciautils 014-3
    pidgin 2.3.1-1
    pkgconfig 0.22-3
    ppp 2.4.4-6
    procinfo 19-2
    procps 3.2.7-4
    psmisc 22.6-1
    pyqt4 4.3.3-1
    pyxdg 0.15-1
    qca 1.0-3
    qca-tls 1.0-3
    rarian 0.6.0-1
    reiserfsprogs 3.6.20-3
    rp-pppoe 3.8-2
    rpmextract 0-1
    schismtracker 0.5rc1-1
    scite 1.75-1
    sdl_image 1.2.6-1
    sdl_mixer 1.2.8-1
    seamonkey 1.1.5-2
    skype 2.0.0.27-1
    slim 1.3.0-2
    slim-themes 1.2.3-2
    squeeze 0.2.2-1
    sudo 1.6.9p10-3
    syslog-ng 2.0.6-1
    sysvinit 2.86-4
    tar 1.19-2
    terminal 0.2.8-1
    terminatorx 3.82-1
    thunar 0.9.0-2
    thunar-archive-plugin 0.2.4-5
    thunar-volman 0.2.0-1
    ttf-ms-fonts 2.0-1
    tuxcards 2.0-1
    udev 116-3
    unclutter 8-4
    unrar 3.7.8-1
    unzip 5.52-3
    util-linux-ng 2.13.0.1-2
    vim 7.1.156-1
    vlc 0.8.6d-1
    wget 1.10.2-4
    which 2.17-2
    xcursor-grounation 0.3-5
    xfce-mcs-manager 4.4.2-1
    xfce-mcs-plugins 4.4.2-1
    xfce-utils 4.4.2-1
    xfce4-appfinder 4.4.2-1
    xfce4-cpugraph-plugin 0.4.0-1
    xfce4-genmon-plugin 3.1-4
    xfce4-icon-theme 4.4.2-1
    xfce4-mixer 4.4.2-1
    xfce4-netload-plugin 0.4.0-4
    xfce4-panel 4.4.2-1
    xfce4-screenshooter-plugin 1.0.0-5
    xfce4-session 4.4.2-1
    xfce4-taskmanager 0.3.2-4
    xfdesktop 4.4.2-1
    xfprint 4.4.2-1
    xfwm4 4.4.2-1
    xfwm4-themes 4.4.2-1
    xmms 1.2.11-1
    xorg-fonts-type1 1.0.1-1
    xorg-twm 1.0.1-2
    xterm 229-2
    zip 2.32-1
    WEIRD, BUG or ???

    After reading your reply, I checked "man pacman" and it changed as you said!
    so I did a "pacman -Qt" to look for orphans and this is the result.
    alsa-oss 1.0.15-1
    alsa-plugins 1.0.15-1
    alsa-utils 1.0.15-2
    autoconf 2.61-3
    automake 1.10-3
    bin86 0.16.17-3
    bison 2.3-4
    catfish 0.3-1
    ccsm 0.6.0-2
    compiz-fusion-plugins-extra 0.6.0-2
    compizconfig-backend-gconf 0.6.0-2
    conky 1.4.9-1
    csup 20060318-5
    docbook-xml 4.5-1
    emerald-themes 0.6.0-2
    epdfview 0.1.6-5
    findutils 4.2.31-3
    firefox 2.0.0.11-1
    flashplugin 9.0.115.0-1
    flex 2.5.33-3
    fusion-icon 20071111-1
    galculator 1.3.1-1
    gettext 0.17-1
    gksu 2.0.0-2
    gnome-icon-theme 2.20.0-1
    gqview 2.0.4-1
    grub 0.97-9
    gtk-xfce-engine 2.4.2-1
    hardinfo 0.4.2.3-1
    hdparm 7.7-3
    hwd 5.3.1-1
    hwdetect 0.9-1
    initscripts 2007.11-2
    iptables 1.3.8-2
    iputils 20070202-3
    jacman 0.4-2
    kbd 1.12.20070827-2
    libsigc++2.0 2.1.1-1
    libtool 1.5.24-3
    licenses 2.2-2
    lilo 22.8-2
    lshwd 1.1.3-5
    lzo 1.08-4
    lzop 1.02rc1-3
    make 3.81-3
    man 1.6f-1
    man-pages 2.74-1
    mc 4.6.1-4
    mlocate 0.18-2
    mousepad 0.2.13-1
    mplayer-plugin 3.45-1
    nano 2.0.7-1
    numlockx 1.1-3
    nvidia-96xx 96.43.01-6
    openal 0.0.8-4
    pacman 3.1.0-1
    pacworld 0.3.4-2
    patch 2.5.4-4
    pcmciautils 014-3
    pidgin 2.3.1-1
    pkgconfig 0.22-3
    procinfo 19-2
    psmisc 22.6-1
    pyqt4 4.3.3-1
    qca-tls 1.0-3
    reiserfsprogs 3.6.20-3
    rp-pppoe 3.8-2
    rpmextract 0-1
    schismtracker 0.5rc1-1
    scite 1.75-1
    sdl_image 1.2.6-1
    sdl_mixer 1.2.8-1
    seamonkey 1.1.5-2
    skype 2.0.0.27-1
    slim-themes 1.2.3-2
    squeeze 0.2.2-1
    sudo 1.6.9p10-3
    syslog-ng 2.0.6-1
    sysvinit 2.86-4
    tar 1.19-2
    terminal 0.2.8-1
    terminatorx 3.82-1
    thunar-archive-plugin 0.2.4-5
    thunar-volman 0.2.0-1
    ttf-ms-fonts 2.0-1
    tuxcards 2.0-1
    unclutter 8-4
    unrar 3.7.8-1
    unzip 5.52-3
    vim 7.1.156-1
    vlc 0.8.6d-1
    which 2.17-2
    xcursor-grounation 0.3-5
    xf86-input-keyboard 1.2.2-2
    xf86-input-mouse 1.2.3-1
    xf86-video-vesa 1.3.0-5
    xfce-mcs-plugins 4.4.2-1
    xfce-utils 4.4.2-1
    xfce4-appfinder 4.4.2-1
    xfce4-cpugraph-plugin 0.4.0-1
    xfce4-genmon-plugin 3.1-4
    xfce4-icon-theme 4.4.2-1
    xfce4-mixer 4.4.2-1
    xfce4-netload-plugin 0.4.0-4
    xfce4-screenshooter-plugin 1.0.0-5
    xfce4-session 4.4.2-1
    xfce4-taskmanager 0.3.2-4
    xfdesktop 4.4.2-1
    xfprint 4.4.2-1
    xfwm4-themes 4.4.2-1
    xmms 1.2.11-1
    xorg-fonts-type1 1.0.1-1
    xorg-twm 1.0.1-2
    xorg-xinit 1.0.7-3
    xterm 229-2
    zip 2.32-1
    It shows less packages, yet this are not orphans :-(
    Also in "man pacman" it says "(-Qet is equivalent to the pacman 2.9.X -Qe option.)"
    pacman -Qet
    alsa-oss 1.0.15-1
    alsa-plugins 1.0.15-1
    alsa-utils 1.0.15-2
    autoconf 2.61-3
    automake 1.10-3
    bin86 0.16.17-3
    bison 2.3-4
    catfish 0.3-1
    ccsm 0.6.0-2
    compiz-fusion-plugins-extra 0.6.0-2
    compizconfig-backend-gconf 0.6.0-2
    conky 1.4.9-1
    csup 20060318-5
    emerald-themes 0.6.0-2
    epdfview 0.1.6-5
    findutils 4.2.31-3
    firefox 2.0.0.11-1
    flashplugin 9.0.115.0-1
    flex 2.5.33-3
    fusion-icon 20071111-1
    galculator 1.3.1-1
    gettext 0.17-1
    gksu 2.0.0-2
    gnome-icon-theme 2.20.0-1
    gqview 2.0.4-1
    grub 0.97-9
    gtk-xfce-engine 2.4.2-1
    hardinfo 0.4.2.3-1
    hdparm 7.7-3
    hwd 5.3.1-1
    hwdetect 0.9-1
    initscripts 2007.11-2
    iptables 1.3.8-2
    iputils 20070202-3
    jacman 0.4-2
    kbd 1.12.20070827-2
    libtool 1.5.24-3
    licenses 2.2-2
    lilo 22.8-2
    lshwd 1.1.3-5
    lzop 1.02rc1-3
    make 3.81-3
    man 1.6f-1
    man-pages 2.74-1
    mc 4.6.1-4
    mlocate 0.18-2
    mousepad 0.2.13-1
    mplayer-plugin 3.45-1
    nano 2.0.7-1
    numlockx 1.1-3
    nvidia-96xx 96.43.01-6
    openal 0.0.8-4
    pacman 3.1.0-1
    pacworld 0.3.4-2
    patch 2.5.4-4
    pcmciautils 014-3
    pidgin 2.3.1-1
    pkgconfig 0.22-3
    procinfo 19-2
    psmisc 22.6-1
    pyqt4 4.3.3-1
    qca-tls 1.0-3
    reiserfsprogs 3.6.20-3
    rp-pppoe 3.8-2
    rpmextract 0-1
    schismtracker 0.5rc1-1
    scite 1.75-1
    sdl_image 1.2.6-1
    sdl_mixer 1.2.8-1
    seamonkey 1.1.5-2
    skype 2.0.0.27-1
    slim-themes 1.2.3-2
    squeeze 0.2.2-1
    sudo 1.6.9p10-3
    syslog-ng 2.0.6-1
    sysvinit 2.86-4
    tar 1.19-2
    terminal 0.2.8-1
    terminatorx 3.82-1
    thunar-archive-plugin 0.2.4-5
    thunar-volman 0.2.0-1
    ttf-ms-fonts 2.0-1
    tuxcards 2.0-1
    unclutter 8-4
    unrar 3.7.8-1
    unzip 5.52-3
    vim 7.1.156-1
    vlc 0.8.6d-1
    which 2.17-2
    xcursor-grounation 0.3-5
    xfce-mcs-plugins 4.4.2-1
    xfce-utils 4.4.2-1
    xfce4-appfinder 4.4.2-1
    xfce4-cpugraph-plugin 0.4.0-1
    xfce4-genmon-plugin 3.1-4
    xfce4-icon-theme 4.4.2-1
    xfce4-mixer 4.4.2-1
    xfce4-netload-plugin 0.4.0-4
    xfce4-screenshooter-plugin 1.0.0-5
    xfce4-session 4.4.2-1
    xfce4-taskmanager 0.3.2-4
    xfdesktop 4.4.2-1
    xfprint 4.4.2-1
    xfwm4-themes 4.4.2-1
    xmms 1.2.11-1
    xorg-fonts-type1 1.0.1-1
    xorg-twm 1.0.1-2
    xterm 229-2
    zip 2.32-1
    Now I am lost, hahhahahahahaahahahahahaha

  • Dependancy trouble when performing full system upgrade

    Below is the output from pacman:
    :: Starting full system upgrade...
    :: Replace esd with extra/esound? [Y/n] y
    :: Replace synaptics with extra/xf86-input-synaptics? [Y/n] y
    resolving dependencies...
    warning: dependency cycle detected:
    warning: xorg-server will be installed before its catalyst-utils dependency
    looking for inter-conflicts...
    warning: removing 'libgl' from target list because it conflicts with 'catalyst-utils'
    error: failed to prepare transaction (could not satisfy dependencies)
    :: xf86-video-ati: requires libgl>=7.2
    Checked the news and theads on here and not seen anyone with simular problems so I'm really not quite sure how to tackle this one...

    sorry, i should have added a bit more detail about my setup:
    it's an ASUS X51RL-series laptop. It has an ATI radeon xpress 1100 GFX chip.
    I'm running KDE4 + compiz-fusion
    I'm guessing the problem is related to the xorg upgrade? Beyond that I'm not sure how best to address the dependances.

  • X do not start after full system upgrade - [SOLVED]

    hi all,
    i did a full system upgrade yesterday, and after that, arch doesn't start..
    the error itself:
    X: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory
    any help on this? want to get off of bloated ubuntu
    installed packages: http://pastebin.archlinux.org/15106
    Last edited by ivan (2007-09-25 13:49:57)

    I have the same issue also. Something told me not to reboot but I did because I wanted to use my rt-kernel.
    yes, please help because I too have to use Ubuntu-Studio and SuSE's JAD. Both way too bloated and not as fast as Arch..
    I tried to fix the xorg.conf but nothing.

  • [solved] After a full-system upgrade (Linux 3.15.8) = Wifi undetected

    Hi, following this post, I'm seeking help concerning a big problem with my wifi.
    In fact, it has been a few months since my wifi interface isn't recognized anymore. Yesterday, after a few tests, I found it was due to the kernel version, so I tried to reinstall my first ArchLinux (Linux 3.13.5-1-ARCH) : it worked, my wifi was back. The problem was that I couldn't reinstall all my stuffs : so I did a full-system upgrade (knowing I will lose my wifi) and now I just want to fix it once and for all (I'm done dealing with it).
    So now, your help would be very appreciated. Does anyone have an idead? Or need more details about my config, my laptop, or whatever?
    Last edited by nugetchar (2014-08-09 20:30:44)

    Okay then, here we go :
    When I do a
    lspci
    I have the following output :
    [nugetchar@arch ~]$ lspci
    00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
    00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
    00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
    00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
    00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
    00:1c.5 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 (rev c4)
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation QM77 Express Chipset LPC Controller (rev 04)
    00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108GLM [NVS 5200M] (rev a1)
    01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
    03:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
    0c:00.0 SD Host controller: O2 Micro, Inc. OZ600FJ0/OZ900FJ0/OZ600FJS SD/MMC Card Reader Controller (rev 05)
    So, as you can see, the Network Controller is the following :
    03:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
    When I do a
    ip link
    this is what I obtain :
    [nugetchar@arch ~]$ ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: eno1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
    link/ether f0:1f:af:25:3b:13 brd ff:ff:ff:ff:ff:ff
    6: enp0s20u2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT group default qlen 1000
    link/ether 6e:d6:2d:5c:29:bd brd ff:ff:ff:ff:ff:ff
    I started reading this page but am not sure if it is relevant due to the fact it concerns the 3.8.2B version.
    Finally, a
    more /etc/modprobe.d/modprobe.conf
    gives me the following output :
    ^C[nugetchar@arch ~]$ more /etc/modprobe.d/modprobe.conf
    alias floppy off
    blacklist fd0
    blacklist floppy
    blacklist ipv6
    blacklist bcma
    blacklist pcspkr
    blacklist snd_pcsp
    I think I need to unblacklist bcma ?
    @ewaller : I just saw you reply, here is the output for ls /lib/modules
    [nugetchar@arch ~]$ ls /lib/modules
    3.15.8-1-ARCH extramodules-3.13-ARCH extramodules-3.15-ARCH
    Thank you for your answers, I really appreciate it

  • [SOLVED] GNOME is messed up after full system upgrade

    I ran a full system upgrade today (last one was about 1-2 months ago) and it went smoothly.
    Everything boots normally, and my default GNOME desktop also boots, but all the icons are messed up, as can be seen in this screenshot.
    And worst, the overlay panel (e.g. when pressing the Windows key) is completely b0rked and unusable.
    The GNOME desktop is the default one with no modifications that I know of. I tried searching for existing issues but didn't find any.
    I'm running Intel Graphics on:
    $ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    Any ideas?
    Last edited by yuvadm (2014-03-06 10:03:30)

    While typing the post, I bumped into https://wiki.archlinux.org/index.php/Gn … ncorrectly
    After setting and re-setting my monitor resolution, things seem to fall back into place.
    Looks like I'll use the scaling factor hack for a permanent fix.

  • HT1933 Already purchased and fully paid for the full version but there is nothing updated from the original app.

    I have already purchasd and upgraded the Chest Workout App from free version to the Pro version. But there has nothing been upgraded and still unable to view the Pro version yet.

    Purchased 2 years of service last year (desktop, not just for the iOS). Shortly after signing up and paying, my account was terminated stating there was no paymen. I was treated like a criminal, required to jump through a million hoops - then service as turned back on.
    Few months later - service was terminated again, sighting I was spamming on the account. Nope, never spammed...and no bots or viruses spamming. Few days later they turned on the account.
    Two week ago I contact support via chat. Representative was the most rude I've ever encountered, with insults to allogations. He terminated my account, stating 'there was a mistake' and I my account should not have been active. Now I'm being treated like a criminal and 2 weeks and nothing has been resolved. They appear to be unable to access the payment details to do the research.
    For anyone considreing using Astrill services please keep the following in mind:
    Service will be slow. You will find yourself having to constantly change servers.
    Many websites (IE CraigsList) ban the Astrill IPs.
    Many website force you through hoops... so extra captchas for instance for Google to search.
    Support beyond the 'download latest version' and 'clear cache' is hard to get.
    Expect the familiar off-shore support models we have grown to love and cherish over the years.
    Keep your payment record at your fingertips because you never know when you'll be called upon to prove yourself over and over.
    Though the VPN service is slow and clunky, it is the business practices and customer treatment that has me here writing to warn all of you to know what to expect before providing payment. I was 'ok' w/the service, it worked... but havea real problem w/how they treat everyone.

  • [ANN] script to show pacman full system upgrade in SVG picture

    I just wonder how eager I upgrade my full arch system.
    So, I've written a simple script to do it.
    https://aur.archlinux.org/packages.php?ID=58643
    Please give me feed back.

    Interesting, here's mine. Here's with vertical being number of updates in a day than hours.
    mod action: moving from Arch Discussion to Community Contributions.

  • Full System Upgrade: pacman -Syyu

    When I use that command, it asks me if I want to replace iwiwfi and rt2x00-cvs with kernel26. Am I supposed to hit yes on these? Cause when I do it can't resolve the dependencies because archboot used both of them. So I am trying it with no while I wait for a response. Thanks in advance.

    You should file a bug for archboot.  It should no longer depend on these packages as they a build into the kernel.
    My suggestion:
    pacman -R archboot
    pacman -Syu
    pacman -Sd archboot
    That will remove archboot, upgrade your system and install archboot while ignoring dependancy problems.

  • How to upgrade archlinux pacman "there is nothing to do"?

    Hi, I have a problem, since nine days did not update the Arch on the laptop, because I still shows:
    [root@arch~] # pacman-Syu
    :: Synchronizing package databases ...
    core is already the newest version
    extra is already the newest version
    community is already the newest version
    multilib is already the newest version
    archlinuxfr is already the newest version
    :: Starting full system upgrade ...
    there is nothing to do
    I've tried, and pacman -Syy even pacman-Scc to clear the cache and nothing.
    Any ideas?
    I use the same mirror on the pc and there are no problems with updates, every day there are any.

    Inxsible wrote:Try changing your mirrors. If your pc and laptop are on different architectures it may explain why one works and another doesn't. Maybe the mirror owner didn't update his repos on the architecture that you have on your laptop.
    I already tried to change the mirror to another, but nothing helped. Only a laptop I have this problem, and have the same architecture

  • Wireshark dependency causing system upgrade problem

    Here's what is happening:
    jeff ~ | sudo pacman -Syu
    :: Synchronizing package databases...
    core 31.4K 132.4K/s 00:00:00 [#####################] 100%
    extra 413.7K 558.3K/s 00:00:01 [#####################] 100%
    community 348.2K 534.8K/s 00:00:01 [#####################] 100%
    :: Starting full system upgrade...
    resolving dependencies...
    error: cannot resolve "heimdal>=1.2.1", a dependency of "wireshark"
    error: failed to prepare transaction (could not satisfy dependencies)
    :: wireshark: requires heimdal>=1.2.1
    I checked to see what version of heimdal is available to install with "pacman -Si", and the current version is 1.2-2, which is lower than what wireshark requires.  Do I have to wait until heimdal 1.2.1 is pushed into the repos before I can update my system, or is there another solution?

    Xyne wrote:There's no nasty tone to this question, I'm just curious: Why do packages get moved to the official repos before their dependencies are ready? Doesn't that just create problems for upgrades and prevent users who might need to install the package in that little window of dependency hell? What's the reasoning? Is it just for the packager's convenience?
    What happened here was that in the testing repo there were packages rebuilt for libpcap and packages rebuilt against heimdal.  However, wireshark was rebuilt against both libpcap and heimdal. Because of an oversight, the libpcap rebuild was moved out of testing without realizing that wireshark depended on the heimdal wich was still in testing.  We try to avoid these missing dependency problems but sometime mistakes are made.
    Xyne wrote:Follow-up question: Would it be possible (read: reasonable) to create some pkg queue system that moves ready packages into the official repos once their dependencies are solved?
    I'm not sure if it's possible as packages are moved manually.
    When there are library soname bump, we rebuild all packages that needs it to the best of our knowledge but it can happen that we forget a few. Sometime the package that needs to be rebuilt doesn't have the dependency listed, especially when it comes to dependencies on core packages, so we miss it. In this case, a queue system would do nothing. We just need users to report them on the bug tracker

  • Unresponsive input devices after full system update

    This problem's been going on for a couple of months now. Essentially what happens is that when I perform a normal system update using
    sudo pacman -Syu
    and reboot the computer, it will go through the normal booting process (Everything marked as OK), but when the display manager starts, the resolution is significantly lower (probably 800x600 rather than 1366x768). Another symptom is that the neither the keyboard nor the mouse register any input on the screen. (Pressing the 'lock' keys don't trigger the LED on the keyboard, and the mouse doesn't move on the screen).
    The only way I've been able to remedy this situation is that everytime I perform a system update, I have to load up the Arch boot CD, and pacstrap the root installing.
    I"m not entirely sure which information one would need to diagnose this problem, but I'll include the output from the system update, and the pactrap update;
    System update:
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Packages (63): alsa-plugins-1.0.27-1 archlinux-keyring-20130406-1 binutils-2.23.2-2 chromium-26.0.1410.63-1 cifs-utils-6.0-1 firefox-20.0.1-2 flashplugin-11.2.202.280-1 gcc-4.8.0-2 gcc-libs-4.8.0-2 git-1.8.2.1-1 glibc-2.17-5 gnome-media-3.4.0-2 harfbuzz-0.9.15-1 imagemagick-6.8.4.6-1 isl-0.11.2-1 java-commons-daemon-1.0.15-1 java-jsvc-1.0.15-1 kmod-13-1 ldb-1.1.15-1 libbsd-0.4.2-1 libcap-2.22-4 libcdio-paranoia-10.2+0.90+1-1 libdiscid-0.5.0-1 libgnome-media-profiles-3.0.0-4 libldap-2.4.35-1 libmicrohttpd-0.9.25-2 libnfs-1.5.0-1 libpng-1.5.15-1 libreoffice-base-4.0.2-2 libreoffice-calc-4.0.2-2 libreoffice-common-4.0.2-2 libreoffice-draw-4.0.2-2 libreoffice-en-US-4.0.2-2 libreoffice-gnome-4.0.2-2 libreoffice-impress-4.0.2-2 libreoffice-math-4.0.2-2 libreoffice-writer-4.0.2-2 libshairport-1.2.1.20121215-1 libva-1.1.1-1 libwbclient-4.0.5-1 libwnck3-3.4.5-1 libxi-1.7.1-1 linux-3.8.6-1 lua-5.2.2-1 mpg123-1.15.3-1 nspr-4.9.6-1 orc-0.4.17-1 psmisc-22.20-1 python-3.3.1-1 python2-2.7.4-1 python2-distribute-0.6.36-1 python2-lxml-3.1.1-1 smbclient-4.0.5-1 sqlite-3.7.16.2-1 sudo-1.8.6.p8-1 systemd-201-1 systemd-sysvcompat-201-1 tevent-0.9.18-1 thunderbird-17.0.5-1 vlc-2.0.6-1 xbmc-12.1-5 xf86-input-synaptics-1.7.0-1 xf86-video-vmware-13.0.0-3
    Total Download Size: 295.55 MiB
    Total Installed Size: 1047.26 MiB
    Net Upgrade Size: -80.29 MiB
    :: Retrieving packages ...
    downloading archlinux-keyring-20130406-1-any.pkg.tar.xz...
    downloading glibc-2.17-5-i686.pkg.tar.xz...
    downloading binutils-2.23.2-2-i686.pkg.tar.xz...
    downloading kmod-13-1-i686.pkg.tar.xz...
    downloading libcap-2.22-4-i686.pkg.tar.xz...
    downloading systemd-201-1-i686.pkg.tar.xz...
    downloading gcc-libs-4.8.0-2-i686.pkg.tar.xz...
    downloading gcc-4.8.0-2-i686.pkg.tar.xz...
    downloading isl-0.11.2-1-i686.pkg.tar.xz...
    downloading libldap-2.4.35-1-i686.pkg.tar.xz...
    downloading linux-3.8.6-1-i686.pkg.tar.xz...
    downloading psmisc-22.20-1-i686.pkg.tar.xz...
    downloading sudo-1.8.6.p8-1-i686.pkg.tar.xz...
    downloading systemd-sysvcompat-201-1-i686.pkg.tar.xz...
    downloading alsa-plugins-1.0.27-1-i686.pkg.tar.xz...
    downloading chromium-26.0.1410.63-1-i686.pkg.tar.xz...
    downloading libbsd-0.4.2-1-i686.pkg.tar.xz...
    downloading libwbclient-4.0.5-1-i686.pkg.tar.xz...
    downloading cifs-utils-6.0-1-i686.pkg.tar.xz...
    downloading sqlite-3.7.16.2-1-i686.pkg.tar.xz...
    downloading firefox-20.0.1-2-i686.pkg.tar.xz...
    downloading flashplugin-11.2.202.280-1-i686.pkg.tar.xz...
    downloading git-1.8.2.1-1-i686.pkg.tar.xz...
    downloading harfbuzz-0.9.15-1-i686.pkg.tar.xz...
    downloading imagemagick-6.8.4.6-1-i686.pkg.tar.xz...
    downloading java-commons-daemon-1.0.15-1-i686.pkg.tar.xz...
    downloading java-jsvc-1.0.15-1-i686.pkg.tar.xz...
    downloading libcdio-paranoia-10.2+0.90+1-1-i686.pkg.tar.xz...
    downloading libdiscid-0.5.0-1-i686.pkg.tar.xz...
    downloading libpng-1.5.15-1-i686.pkg.tar.xz...
    downloading libreoffice-en-US-4.0.2-2-i686.pkg.tar.xz...
    downloading python-3.3.1-1-i686.pkg.tar.xz...
    downloading libreoffice-common-4.0.2-2-i686.pkg.tar.xz...
    downloading libreoffice-base-4.0.2-2-i686.pkg.tar.xz...
    downloading libreoffice-calc-4.0.2-2-i686.pkg.tar.xz...
    downloading libreoffice-draw-4.0.2-2-i686.pkg.tar.xz...
    downloading libreoffice-gnome-4.0.2-2-i686.pkg.tar.xz...
    downloading libreoffice-impress-4.0.2-2-i686.pkg.tar.xz...
    downloading libreoffice-math-4.0.2-2-i686.pkg.tar.xz...
    downloading libreoffice-writer-4.0.2-2-i686.pkg.tar.xz...
    downloading libva-1.1.1-1-i686.pkg.tar.xz...
    downloading libwnck3-3.4.5-1-i686.pkg.tar.xz...
    downloading libxi-1.7.1-1-i686.pkg.tar.xz...
    downloading lua-5.2.2-1-i686.pkg.tar.xz...
    downloading mpg123-1.15.3-1-i686.pkg.tar.xz...
    downloading nspr-4.9.6-1-i686.pkg.tar.xz...
    downloading orc-0.4.17-1-i686.pkg.tar.xz...
    downloading python2-2.7.4-1-i686.pkg.tar.xz...
    downloading python2-distribute-0.6.36-1-any.pkg.tar.xz...
    downloading python2-lxml-3.1.1-1-i686.pkg.tar.xz...
    downloading tevent-0.9.18-1-i686.pkg.tar.xz...
    downloading ldb-1.1.15-1-i686.pkg.tar.xz...
    downloading smbclient-4.0.5-1-i686.pkg.tar.xz...
    downloading thunderbird-17.0.5-1-i686.pkg.tar.xz...
    downloading vlc-2.0.6-1-i686.pkg.tar.xz...
    downloading xf86-input-synaptics-1.7.0-1-i686.pkg.tar.xz...
    downloading xf86-video-vmware-13.0.0-3-i686.pkg.tar.xz...
    downloading libgnome-media-profiles-3.0.0-4-i686.pkg.tar.xz...
    downloading gnome-media-3.4.0-2-i686.pkg.tar.xz...
    downloading libmicrohttpd-0.9.25-2-i686.pkg.tar.xz...
    downloading libnfs-1.5.0-1-i686.pkg.tar.xz...
    downloading libshairport-1.2.1.20121215-1-i686.pkg.tar.xz...
    downloading xbmc-12.1-5-i686.pkg.tar.xz...
    checking keyring...
    checking package integrity...
    loading package files...
    checking for file conflicts...
    checking available disk space...
    upgrading alsa-plugins...
    upgrading archlinux-keyring...
    ==> Appending keys from archlinux.gpg...
    gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
    gpg: depth: 0 valid: 1 signed: 5 trust: 0-, 0q, 0n, 0m, 0f, 1u
    gpg: depth: 1 valid: 5 signed: 64 trust: 0-, 0q, 0n, 5m, 0f, 0u
    gpg: depth: 2 valid: 64 signed: 1 trust: 64-, 0q, 0n, 0m, 0f, 0u
    gpg: next trustdb check due at 2014-01-22
    ==> Locally signing trusted keys in keyring...
    -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
    -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
    -> Locally signing key 44D4A033AC140143927397D47EFD567D4C7EA887...
    -> Locally signing key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
    -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
    ==> Importing owner trust values...
    ==> Updating trust database...
    gpg: next trustdb check due at 2014-01-22
    upgrading glibc...
    Generating locales...
    en_US.UTF-8... done
    en_US.ISO-8859-1... done
    Generation complete.
    upgrading binutils...
    upgrading kmod...
    upgrading libcap...
    upgrading systemd...
    upgrading chromium...
    installing libbsd...
    upgrading libwbclient...
    upgrading cifs-utils...
    upgrading sqlite...
    upgrading firefox...
    upgrading flashplugin...
    upgrading gcc-libs...
    upgrading gcc...
    upgrading git...
    upgrading libgnome-media-profiles...
    upgrading gnome-media...
    New optional dependencies for gnome-media
    gstreamer0.10-ugly-plugins: Record sound into mp3 format [installed]
    upgrading harfbuzz...
    upgrading imagemagick...
    upgrading isl...
    upgrading java-commons-daemon...
    upgrading java-jsvc...
    upgrading libcdio-paranoia...
    upgrading libdiscid...
    upgrading libldap...
    upgrading libmicrohttpd...
    upgrading libnfs...
    upgrading libpng...
    upgrading libreoffice-en-US...
    upgrading python...
    upgrading libreoffice-common...
    upgrading libreoffice-base...
    upgrading libreoffice-calc...
    upgrading libreoffice-draw...
    upgrading libreoffice-gnome...
    upgrading libreoffice-impress...
    upgrading libreoffice-math...
    upgrading libreoffice-writer...
    upgrading libshairport...
    upgrading libva...
    upgrading libwnck3...
    upgrading libxi...
    upgrading linux...
    >>> Updating module dependencies. Please wait ...
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.8.6-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    ==> WARNING: Hook 'usbinput' is deprecated. Replace it with 'keyboard' in your config
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.8.6-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    ==> WARNING: Hook 'usbinput' is deprecated. Replace it with 'keyboard' in your config
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    upgrading lua...
    upgrading mpg123...
    upgrading nspr...
    upgrading orc...
    upgrading psmisc...
    upgrading python2...
    upgrading python2-distribute...
    upgrading python2-lxml...
    installing tevent...
    Optional dependencies for tevent
    python2: for python bindings [installed]
    installing ldb...
    Optional dependencies for ldb
    python2: for python bindings [installed]
    upgrading smbclient...
    upgrading sudo...
    upgrading systemd-sysvcompat...
    upgrading thunderbird...
    upgrading vlc...
    New optional dependencies for vlc
    ttf-freefont: for subtitle font
    upgrading xbmc...
    upgrading xf86-input-synaptics...
    upgrading xf86-video-vmware...
    Pacstrap results:
    ==> Creating install root at /mnt
    ==> Installing packages to /mnt
    :: Synchronizing package databases...
    downloading core.db...
    downloading core.db...
    downloading core.db...
    downloading core.db...
    downloading core.db...
    downloading extra.db...
    downloading extra.db...
    downloading extra.db...
    downloading community.db...
    downloading community.db...
    downloading community.db...
    :: There are 52 members in group base:
    :: Repository core
    1) bash 2) bzip2 3) coreutils 4) cronie 5) cryptsetup 6) device-mapper 7) dhcpcd 8) diffutils 9) e2fsprogs 10) file 11) filesystem 12) findutils 13) gawk 14) gcc-libs 15) gettext 16) glibc 17) grep 18) gzip 19) heirloom-mailx 20) inetutils 21) iproute2 22) iputils 23) jfsutils 24) less 25) licenses 26) linux 27) logrotate 28) lvm2 29) man-db 30) man-pages 31) mdadm 32) nano 33) netcfg 34) pacman 35) pciutils 36) pcmciautils 37) perl 38) ppp 39) procps-ng 40) psmisc 41) reiserfsprogs 42) sed 43) shadow 44) sysfsutils 45) systemd-sysvcompat 46) tar 47) texinfo 48) usbutils 49) util-linux 50) vi 51) which 52) xfsprogs
    Enter a selection (default=all):
    resolving dependencies...
    looking for inter-conflicts...
    Targets (52): bash-4.2.045-1 bzip2-1.0.6-4 coreutils-8.21-1 cronie-1.4.9-2 cryptsetup-1.6.0-1 device-mapper-2.02.98-3 dhcpcd-5.6.7-1 diffutils-3.3-1 e2fsprogs-1.42.7-1 file-5.14-1 filesystem-2013.03-2 findutils-4.4.2-5 gawk-4.0.2-1 gcc-libs-4.8.0-2 gettext-0.18.2.1-1 glibc-2.17-5 grep-2.14-2 gzip-1.5-3 heirloom-mailx-12.5-3 inetutils-1.9.1-4 iproute2-3.8.0-1 iputils-20121221-1 jfsutils-1.1.15-3 less-451-1 licenses-20130203-1 linux-3.8.6-1 logrotate-3.8.3-1 lvm2-2.02.98-3 man-db-2.6.3-1 man-pages-3.50-1 mdadm-3.2.6-3 nano-2.2.6-2 netcfg-3.0-1 pacman-4.1.0-2 pciutils-3.1.10-1 pcmciautils-018-6 perl-5.16.3-1 ppp-2.4.5-5 procps-ng-3.3.7-1 psmisc-22.20-1 reiserfsprogs-3.6.22-1 sed-4.2.2-2 shadow-4.1.5.1-5 sysfsutils-2.1.0-8 systemd-sysvcompat-201-1 tar-1.26-2 texinfo-5.1-1 usbutils-006-1 util-linux-2.22.2-2 vi-1:050325-3 which-2.20-6 xfsprogs-3.1.10-1
    Total Installed Size: 245.60 MiB
    Net Upgrade Size: 0.00 MiB
    Proceed with installation? [Y/n]
    checking package integrity...
    loading package files...
    checking for file conflicts...
    checking available disk space...
    upgrading filesystem...
    upgrading glibc...
    Generating locales...
    en_US.UTF-8... done
    en_US.ISO-8859-1... done
    Generation complete.
    upgrading bash...
    upgrading bzip2...
    upgrading coreutils...
    upgrading cronie...
    upgrading device-mapper...
    upgrading shadow...
    upgrading util-linux...
    upgrading cryptsetup...
    upgrading dhcpcd...
    upgrading diffutils...
    upgrading e2fsprogs...
    upgrading file...
    upgrading findutils...
    upgrading gawk...
    upgrading gcc-libs...
    upgrading gettext...
    upgrading grep...
    upgrading gzip...
    upgrading heirloom-mailx...
    upgrading inetutils...
    upgrading iproute2...
    upgrading sysfsutils...
    upgrading iputils...
    upgrading jfsutils...
    upgrading less...
    upgrading licenses...
    upgrading linux...
    >>> Updating module dependencies. Please wait ...
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.8.6-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    ==> WARNING: Hook 'usbinput' is deprecated. Replace it with 'keyboard' in your config
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.8.6-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    ==> WARNING: Hook 'usbinput' is deprecated. Replace it with 'keyboard' in your config
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    upgrading logrotate...
    upgrading lvm2...
    upgrading man-db...
    upgrading man-pages...
    upgrading mdadm...
    upgrading nano...
    upgrading netcfg...
    upgrading pacman...
    upgrading pciutils...
    upgrading pcmciautils...
    upgrading perl...
    upgrading ppp...
    upgrading procps-ng...
    upgrading psmisc...
    upgrading reiserfsprogs...
    upgrading sed...
    upgrading systemd-sysvcompat...
    upgrading tar...
    upgrading texinfo...
    upgrading usbutils...
    upgrading vi...
    upgrading which...
    upgrading xfsprogs...
    That was the most recent occurrence, but like I said, it's been occurring for months. I figure it's probably some crazy setting I have in my system. I'll post my mkinitcpio.conf just as a preemptive measure.
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect block filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev block filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev block mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev block lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base udev autodetect modconf block lvm2 filesystems keyboard fsck"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""

    ewaller wrote:
    Can we take a peek at your /etc/fstab ?
    I think you've the problem I had suspected was going on in that other thread.  I think your boot partition is not mounted on /boot at the time you do the upgrade.  This will cause the new modules to be installed in the libraries.  The new kernel and initrd will be built, and installed to the /boot mount point.  Unfortunately, if the boot partition is not mounted, the files don't replace the old ones and the boot loader uses the stale files the next time you boot.  The old kernel cannot find its modules, because the only ones available belong to the new kernel (you know, the one that was written to what /boot)
    If you can use the keyboard after an upgrade, log in and compare the output of uname -a and of pacman -Qi linux.  The versions had better match.
    Yes, it seems as if you were right. I must have missed that in the thread you posted. My /etc/fstab does not have the boot partition in it, just the root and home (I'm using lvm for both of them)
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/mapper/zenith-root
    UUID=ee7499cc-47b3-4001-a2ed-01686bc0aaec / ext4 rw,relatime,data=ordered 0 1
    # /dev/mapper/zenith-home
    UUID=e13add11-3bc1-44d5-acc4-f7e0be7f8419 /home ext4 rw,relatime,data=ordered 0 2

Maybe you are looking for

  • Laserjet P4515 network issue

    Hi all, I've got a Laserjet P4515 that seems to have a dead network card. Both communication LEDs on the LAN port are off, and I can't ping the printer from the network.  I've replaced the formatter, but the problem remains. The odd thing is that on

  • Suddenly can't connect to gmail SMTP for outbound mail

    I have both a MacBook Air and an IMac. Recently, I lost the ability on both machines to send outbound mail. With Apple Care help on my supported machine (the MacBook Air,) we rebuilt my gmail mail account on that machine and was able to reconnect and

  • How to execute the content of varchar  variable like a simple query

    Hi everyone! I did a PL/SQL region in apex, in this region I did the query which is storaged in a variable; it was did it concatenate several times, in the procedure I have several sentences. I thought that the command 'execute immediate' would get a

  • Depolyment on Standalone server problem

    hi groups, Good to see you people here again. :) am using jdev11.1.1.5.0 - adfbc. i had application quite running nice in Intergrated wls. if I try to deploy in standalone. I'm stuck with this following exception. little bit i googled out, from that

  • HT1752 Flash player on PPC G4 Tiger 10.4.11  Can't update to latest because it's intel.  What do I do?

    I have lost the ability to play games needing flash player on PPC G4 Tiger 10.4.11  Can't update to latest because update is for intel, my PPC is not.  What do I do?  I've tried loading the archived ones but can't really figure out what the last upda