[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.

Similar Messages

  • 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/

  • [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)

  • [Solved] Error in system upgrade (ruby-glib2)

    Hi there, I tried to upgrade my system but have encountered this problem:
    [mike@mike-pc ~]$ sudo pacman -Syu
    :: Synchronising package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    :: Replace libnm-gtk with extra/nm-connection-editor? [Y/n] y
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: ruby-gdkpixbuf2: requires ruby-glib2=2.2.4
    [mike@mike-pc ~]$ sudo pacman -Sy ruby-glib2
    :: Synchronising package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: ruby-atk: requires ruby-glib2=2.2.4
    :: ruby-gdkpixbuf2: requires ruby-glib2=2.2.4
    :: ruby-pango: requires ruby-glib2=2.2.4
    [mike@mike-pc ~]$
    I can't seem to upgrade ruby-glib2 to the latest version, which seems to be required for the update! How can I fix this?
    Last edited by mikerhiggins (2015-05-03 12:34:46)

    mikerhiggins wrote:
    Fair enough, that's entirely possible! To that end, I tried the following:
    [mike@mike-pc ~]$ sudo pacman -R ruby-gdkpixbuf2
    [sudo] password for mike:
    checking dependencies...
    Packages (1) ruby-gdkpixbuf2-2.2.4-2
    Total Removed Size: 0.05 MiB
    :: Do you want to remove these packages? [Y/n] y
    (1/1) removing ruby-gdkpixbuf2 [######################] 100%
    [mike@mike-pc ~]$ sudo pacman -S ruby-gdk_pixbuf2
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: ruby-atk: requires ruby-glib2=2.2.4
    :: ruby-pango: requires ruby-glib2=2.2.4
    So that's not brought me much further forward. Anything more I can try?
    I had the same problem:
    I had to reinstall ruby-gtk2 which fixed ruby-atk and ruby-pango.
    Then I was able to upgrade normally.
    pacman -S ruby-gtk2
    pacman -Syu

  • 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.

  • [SOLVED] Error on system upgrade

    Hi,
    When i run "pacman -Syu --debug", i have this errors :
    debug: found cached pkg: /var/cache/pacman/pkg/xorg-xvinfo-1.1.1-3-x86_64.pkg.tar.xz
    debug: sha256sum: f331bfa5ada91a5a13d978ed1ebe5a1984db844a52b7710777ebaae8d4675de9
    debug: checking sha256sum for /var/cache/pacman/pkg/xorg-xvinfo-1.1.1-3-x86_64.pkg.tar.xz
    debug: returning error 33 from check_validity : invalid or corrupted package
    error: failed to commit transaction (invalid or corrupted package)
    Errors occurred, no packages were upgraded.
    I tried to remove the package but without
    success.
    Can anybody help me ?
    Last edited by macinteuch (2012-02-27 11:32:18)

    Ah - that was not the only package being updated.   A full debug log would have shown which package needed deleted.

  • 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

Maybe you are looking for