Tcp_wrappers

has anyone successfully installed tcp_wrappers using gcc on a solaris 8 intel box? I get this error, please help.
sjcfwb01 $ make CC=gcc sunos5
If none of these match your environment, edit the system
dependencies sections in the Makefile and do a 'make other'.
*** Error code 1
make: Fatal error: Command failed for target `config-check'
Current working directory /usr/local/uploads/tcp_wrappers_7.6
*** Error code 1
make: Fatal error: Command failed for target `sunos5'

Just leave of the trailing part to do an entire subnet eg
ALL: 123.234., 234.221.

Similar Messages

  • [Solved] Dropped tcp_wrappers | can't connect to httpd

    In order to allow others to connect i used
    echo "httpd : ALL : ALLOW" >> /etc/hosts.allow
    After droppting of tcp_wrappers no one can connect to my machine.
    I do not use any firewalls.
    How can I make it available?
    Last edited by Doctor Drive (2011-08-06 11:23:33)

    Seems like no one can connect to my 80 port.
    Only http is unreachable.
    It's not a firewall problem...
    My proider suddenly blocked the port without noticing me.
    Last edited by Doctor Drive (2011-08-06 11:24:40)

  • Sendmail and tcp_wrappers

    Hi all,
    According to the documentation, in solaris 10 access to sendmail should be controllable through tcp_wrappers, but I can't seem to get it to work like it should.
    I've edited the /etc/hosts.allow to this:
    sendmail: 127.0.0.1
    But when I try and connect from another machine it still allows me access:
    [user@othermachine ~]$ telnet box 25
    Trying 10.37.5.91...
    Connected to box.
    Escape character is '^]'.
    220 box ESMTP Sendmail 8.13.6+Sun/8.13.6; Mon, 24 Apr 2006 14:57:08 +0200 (MEST)
    I've used truss on the sendmail process, and can see it actually opening /etc/hosts.allow:
    507: open("/etc/hosts.allow", O_RDONLY) = 6
    507: fstat64(6, 0xFFBFCF58) = 0
    507: fstat64(6, 0xFFBFCE00) = 0
    507: ioctl(6, TCGETA, 0xFFBFCEE4) Err#25 ENOTTY
    507: read(6, " s e n d m a i l : l o c".., 8192) = 122
    507: read(6, 0x0016B71C, 8192) = 0
    507: llseek(6, 0, SEEK_CUR) = 122
    507: close(6) = 0
    507: open("/etc/hosts.deny", O_RDONLY) = 6
    507: fstat64(6, 0xFFBFCF58) = 0
    507: fstat64(6, 0xFFBFCE00) = 0
    507: ioctl(6, TCGETA, 0xFFBFCEE4) Err#25 ENOTTY
    507: read(6, " A L L : A L L\n s e n d".., 8192) = 21
    507: llseek(6, 0xFFFFFFFFFFFFFFF3, SEEK_CUR) = 8
    507: close(6) = 0
    507: fstat(4, 0xFFBFD338) = 0
    507: time() = 1145882218
    507: getpid() = 507 [475]
    507: putmsg(4, 0xFFBFC9F0, 0xFFBFC9E4, 0) = 0
    507: open("/var/run/syslog_door", O_RDONLY) = 6
    I've also installed the latest sendmail patch ( 122856-01 ).
    If anyone can shed some light on this i'd be appreciated.
    Thanks in advance!

    Just went through this with support. Sendmail should use tcp wrappers by default.
    Check:
    If you run the command:
    # /usr/lib/sendmail -d0.1 < /dev/null
    Does the output show tcpwrappers as it does below:
    # /usr/lib/sendmail -d0.1 < /dev/null
    Version 8.13.4+Sun
    Compiled with: DNSMAP LDAPMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8
    MIME8TO7 NAMED_BIND NDBM NETINET NETINET6 NETUNIX NEWDB NIS
    NISPLUS PIPELINING SCANF STARTTLS TCPWRAPPERS USERDB
    USE_LDAP_INIT XDEBUG
    *** Now, the meat... if tcp wrappers is indicated as above, connect & try mail from command. sendmail always allows the connection, but if blocked by wrappers, mail from will be disallowed. It's not intuitive, since other tcp wrappers don't allow any connection when a host is denied. And, Sun ought to document better, since we're counting on them!
    E.g. (mconnect is Solaris command, like telnet to port 25, actual info changed to protect us):
    mconnect mailserver
    connecting to host mailserver (10.1.1.25), port 25
    connection open
    220 mailserver.domain.net ESMTP Sendmail 8.13.6+Sun/8.13.6; Tue, 25 Apr 2006 14:54:45 -0400 (EDT)
    MAIL FROM:[email protected]
    550 5.0.0 Access denied

  • Replace tcp_wrappers with what?

    I use a very simple home network system using sshd and scp. Basically I have sshd running on all 4 home computers and then I use /etc/hosts to list the IP addresses and hostnames of each computer. I then use /etc/hosts.allow to allow the sshd deamon access to my base network address, so that I can login to accounts I know the password for from any computer on the network.
    Being as tcp_wrappers has been deprecated can anyone suggest anything as simple as what I am doing to replace what I presently have?

    Alright, so ufw seems to be the weapon of choice to replace tcp_wrappers.
    Before removing tcp_wrappers, my /etc/hosts.allow file was empty while and /etc/hosts.deny had only one thing in it like "ALL:ALL".
    It turns out I had previously installed gufw, a GTK GUI front-end for ufw (the CLI wrapper for iptables), and now it is all starting to make sense!
    Gufw is super simple to use. This is what the tcp_wrappers' default functionality (as determined in the hosts.{allow/deny} files) looks like when replaced with Gufw:
    You can also use kcm-ufw in KDE if you don't have Gnome/GTK.
    Its all pretty straight forward and there's no need to mess with configuration files or terminal commands.
    Now, let me make sure that its working. There must be some location where iptables (manipulated through ufw which is manipulated by gufw) reads its configuration. Let's find it...
    The configuration file is located here: /etc/conf.d/iptables.
    Mine looks like this:
    # Configuration for iptables rules
    IPTABLES_CONF=/etc/iptables/iptables.rules
    IP6TABLES_CONF=/etc/iptables/ip6tables.rules
    # Enable IP forwarding (both IPv4 and IPv6)
    # NOTE: this is not the recommended way to do this, and is supported only for
    # backward compatibility. Instead, use /etc/sysctl.conf and set the following
    # options:
    # * net.ipv4.ip_forward=1
    # * net.ipv6.conf.default.forwarding=1
    # * net.ipv6.conf.all.forwarding=1
    #IPTABLES_FORWARD=0
    Hmmm, after changing the "incoming" setting to "allow"
    my configuration file still looks the same:
    # Configuration for iptables rules
    IPTABLES_CONF=/etc/iptables/iptables.rules
    IP6TABLES_CONF=/etc/iptables/ip6tables.rules
    # Enable IP forwarding (both IPv4 and IPv6)
    # NOTE: this is not the recommended way to do this, and is supported only for
    # backward compatibility. Instead, use /etc/sysctl.conf and set the following
    # options:
    # * net.ipv4.ip_forward=1
    # * net.ipv6.conf.default.forwarding=1
    # * net.ipv6.conf.all.forwarding=1
    #IPTABLES_FORWARD=0
    I wonder where the settings are applied. Both of the .rules files are non-existent still, by the way. Anyone know?
    EDIT 8/31/2013 3:08pm: A simple execution of `locate .rules | grep ufw` will show you all the .rules files on your system.
    Last edited by trusktr (2013-08-31 22:08:00)

  • Dropping tcp_wrappers support - functional implications to users

    Dan McGee wrote:
    tcp_wrappers support is being dropped frrom all packages and the package removed from [core]. This is due to upstream not having released a new version since April 1997. Additionally, newer daemons and applications are inconsistent in their support for libwrap, leading to confusion as to whether an application supports the library.
    If you currently use /etc/hosts.allow or /etc/hosts.deny for security or logging purposes, you will need to adjust accordingly and use another tool such as iptables.
    If I'm reading that correctly, does it mean that the syntax taught in the beginners guide as well as numerous other wiki articles is wrong from here on out?
    syntax example:
    # /etc/hosts.allow
    # End of file
    distccd: 192.168.0.
    tcp: 192.168.0.
    sshd: 192.168.0. 127.0.0.1
    cupsd: 192.168.0.
    nfsd: 192.168.0.
    rpcbind: 192.168.0.
    mountd: 192.168.0.
    EDIT: the answer to my question is, yes.  A great alternative is ufw.  For an example, see this thread.
    Last edited by graysky (2011-07-17 02:02:41)

    Tea2 wrote:
    graysky wrote:@Tea2 - I think it's due to the staleness of the package as well as the need for the devs to provide extra work just to keep the rest of the packages functional working around it.  I think ufw is a pretty good alternative.
    Forgive my ignorance but what sort of work are you talking about? Surely, the work needed to keep a package working with another is upstream work, with the package maintainers ensuring that the dependencies are in order?
    On the issue of alternatives, personally I hate iptables. It's more complex than it needs to be; the process of adding a single rule is a little bit tricky. Then there's no assurance it actually worked, since the syntax of a single command is a little bit confusing. I have no real issue with iptables other than it's ugly. Since Arch is based on the KISS philosophy, should we not keep the hosts files based on their simplicity? I have not used ufw, but I've checked it out in the wiki and it actually looks pretty good and I think I'll get it installed on my VPS asap so I can start experimenting with it.
    I can understand removing tcp_wrappers from the default installation stack, but completely removing the option is going too far. I'm sure it can be quite comfortable in [extra] or something.
    I imagine that there are many users that feel the same way that you do, so I recommend putting it into the AUR.

  • Tcp_wrappers compile options

    I just had another look at tcp_wrappers' PKGBUILD  after reading my post in http://bbs.archlinux.org/viewtopic.php?id=58685 in which I found out that at least vsftpd needs "STYLE=-DPROCESS_OPTIONS" when configuring tcp_wrappers for certain features. However, in Arch's default PKGBUILD, it's "STYLE=-DSYS_ERRLIST_DEFINED". But as far as I understand the Makefile, -DSYS_ERRLIST_REFINED is already enabled because of the keyword "linux" in "make REAL_DAEMON_DIR=/usr/sbin STYLE=-DSYS_ERRLIST_DEFINED linux", so it's not even needed. It would be nice if that could be changed if true.

    I consider this a really cheesy and hopefully very temporary workaround. It may not be recommended, use at your own risk, your universe may collapse into a black hole, etc., etc.  But it worked.
    If you still have a 10.7 install on another volume, you can copy the old sshd binary and missing libwrap library file to your 10.8 boot disk and run it. Quick and dirty run down (this is not detailed for those not versed in command line):
    Pre) Make sure you stop the default sshd daemon via the sharing control panel. (Uncheck "Remote login.) Otherwise you will have a conflict on port 22 when you try to start the old.
    1) Mount the 10.7 volume. For my example I'll call mine "Mac 10.7 HD"
    2) sudo cp /Volumes/"Mac 10.7 HD"/usr/lib/libwrap.7.dylib /usr/lib/.
    3) sudo cp /Volumes/"Mac 10.7 HD"/usr/sbin/sshd /usr/sbin/sshd2 (or "sshd-old" or whatever you like, just don't overwrite the exisitng sshd or you won't be able to revert later.)
    4) sudo /usr/sbin/sshd2 (start the daemon)
    Note you can't use the sharing control panel to control this version and if you wanted it start between reboots you would have to create a separate launchctl script for it.
    Linc, another good lead, thanks. I probably should be spending my time looking around for alternatives than hacking away at my install. 

  • Tcp_wrappers value

    I�m getting two different results from the following commands and need to understand why?
    svcprop �p defaults inetd | grep tcp_wrappers
    Shows tcp_wrappers=FALSE
    svcprop �p defaults network/inetd | grep tcp_wrappers
    Shows tcp_wrappers=TRUE
    I can change the tcp_wrappers value as they are displayed for the second command �network/inetd� but not the first using just �inetd�.

    Post the outputfor svcs inetd

  • Tcp_wrappers and or ipf

    Is it possible to prevent outgoing ssh using tcp_wrappers? Or will I need to start using ipf?
    We have a server that I'd like to set up to allow only incoming ssh connections and no outgoing ssh connections. ipf is capable of this, but I thought I would check first.
    thanks in advance

    tcp wrappers controls host/user access to a service via /etc/hosts.allow and /etc/hosts.allow. ipf is the one that allows you to allow/deny/log incoming/outgoing packets based on rules in /etc/ipf/ipf.conf per interface.

  • Suspend to RAM no longer works, even in a console

    I've recently installed Arch on an SSD (OCZ Vertex 2) and I have testing repo enabled.  I can get the laptop to suspend outside of KDE using pm-suspend, but the system never comes back after pressing a key.  The cursor just stays there.  The caps lock key still toggles, but I can't shutdown using the power button.
    In KDE when I close the lid it doesn't do anything. 
    When I first set up KDE suspend worked....I'm not sure what package broke it, but could anyone have any ideas?
    Here are my installed packages:
    a52dec 0.7.4-4
    aalib 1.4rc5-7
    acl 2.2.49-1
    acpi 1.4-2
    acpid 1.0.10-3
    akonadi 1.4.1-1
    akonadi-googledata 1.2.0-1
    alsa-lib 1.0.23-2
    alsa-utils 1.0.23-2
    antlr 2.7.7-8
    apr 1.4.2-1
    apr-util 1.3.10-1
    aria2 1.10.3-1
    aspell 0.60.6-4
    atk 1.32.0-1
    attica 0.1.4-1
    attr 2.4.44-1
    autoconf 2.68-1
    automake 1.11.1-1
    automoc4 0.9.88-1
    avahi 0.6.27-7
    avogadro 1.0.1-1
    babl 0.1.2-1
    bash 4.1.007-1
    beautiful-soup 3.1.0.1-4
    binutils 2.20.1-4
    bison 2.4.3-1
    blas 3.2.2-2
    boost 1.43.0-2
    boost-libs 1.43.0-2
    bzip2 1.0.6-1
    c-ares 1.7.3-1
    ca-certificates 20090814+nmu2-1
    ca-certificates-java 20100412-1
    cabextract 1.3-1
    cairo 1.10.0-2
    cdparanoia 10.2-2
    cfitsio 3.250-2
    cherrypy 3.1.2-3
    chmlib 0.40-1
    chromium 7.0.517.43-1
    cln 1.2.2-3
    cloog-ppl 0.15.9-2
    clucene 0.9.21b-1
    clyde-git 20101027-1
    cmake 2.8.2-3
    compositeproto 0.4.1-1
    consolekit 0.4.2-1
    coreutils 8.6-1
    cracklib 2.8.16-1
    cryptsetup 1.1.3-1
    curl 7.21.2-2
    damageproto 1.2.0-1
    dash 0.5.6.1-1
    db 4.8.26-2
    dbus 1.4.0-1
    dbus-core 1.4.0-1
    dbus-glib 0.86-1
    dbus-python 0.83.1-2
    dcron 4.4-2
    desktop-file-utils 0.16-1
    device-mapper 2.02.74-1
    dhcpcd 5.2.8-1
    dialog 1.1_20100428-2
    diffutils 3.0-1
    dirmngr 1.1.0-1
    djvulibre 3.5.23-1
    dmidecode 2.10-1
    dmxproto 2.3-1
    dnsutils 9.7.1.P2-1
    dri2proto 2.3-1
    e2fsprogs 1.41.12-1
    ebook-tools 0.2.1-1
    eigen 2.0.15-1
    eject 2.1.5-4
    elfutils 0.149-2
    enca 1.13-1
    enchant 1.6.0-1
    ethtool 6-2
    eventlog 0.2.12-1
    exiv2 0.20-1
    expat 2.0.1-5
    faac 1.28-2
    faad2 2.7-1
    fakeroot 1.14.4-2
    farsight2 0.0.21-2
    ffmpeg 25472-1
    fftw 3.2.2-1
    file 5.04-2
    filesystem 2010.10-1
    findutils 4.4.2-2
    fixesproto 4.1.1-1
    flac 1.2.1-2
    flashplugin-prerelease 10.2.161.23-1
    flex 2.5.35-4
    fluidsynth 1.1.3-1
    fontconfig 2.8.0-1
    fontsproto 2.1.0-1
    freeglut 2.6.0-1
    freetype2 2.4.3-1
    fribidi 0.19.2-1
    gawk 3.1.8-1
    gcc 4.5.1-1
    gcc-libs 4.5.1-1
    gconf 2.32.0-1
    gdbm 1.8.3-7
    gdk-pixbuf2 2.22.0-2
    gegl 0.1.2-1
    gen-init-cpio 2.6.32-1
    gettext 0.18.1.1-1
    ggz-client-libs 0.0.14.1-1
    ghostscript 9.00-1
    giflib 4.1.6-3
    gimp 2.6.11-1
    git 1.7.3.2-1
    glew 1.5.6-1
    glib2 2.26.0-2
    glibc 2.12.1-4
    glproto 1.4.12-1
    gmp 5.0.1-1
    gnugo 3.8-1
    gnupg 1.4.11-1
    gnupg2 2.0.16-2
    gnutls 2.8.6-1
    gobject-introspection 0.9.12-1
    gpgme 1.3.0-1
    gpm 1.20.6-5
    gpsd 2.95-4
    grep 2.7-1
    groff 1.20.1-4
    grub 0.97-17
    gsfonts 1.0.7pre44-2
    gsl 1.14-1
    gstreamer0.10 0.10.30-1
    gstreamer0.10-base 0.10.30-1
    gstreamer0.10-base-plugins 0.10.30-1
    gstreamer0.10-python 0.10.18-3
    gtk2 2.22.0-5
    gzip 1.4-1
    hal 0.5.14-4
    hal-info 0.20091130-1
    heimdal 1.3.3-1
    hicolor-icon-theme 0.12-1
    htop 0.8.3-1
    huludesktop 0.9.8-3
    hunspell 1.2.12-1
    iana-etc 2.30-1
    ilmbase 1.0.1-1
    imagemagick 6.6.4.10-1
    imlib2 1.4.4-1
    initscripts 2010.07-1
    inputproto 2.0-1
    intel-dri 7.9-1
    iputils 20100214-2
    iso-codes 3.14-1
    jack 0.118.0-4
    jasper 1.900.1-6
    jfsutils 1.1.14-1
    kbd 1.15.2-1
    kbproto 1.0.5-1
    kde-agent 20090801-2
    kdeaccessibility-colorschemes 4.5.2-1
    kdeaccessibility-iconthemes 4.5.2-1
    kdeaccessibility-kmag 4.5.2-1
    kdeaccessibility-kmousetool 4.5.2-1
    kdeaccessibility-kmouth 4.5.2-1
    kdeadmin-kcron 4.5.2-1
    kdeadmin-ksystemlog 4.5.2-1
    kdeadmin-kuser 4.5.2-1
    kdeadmin-system-config-printer-kde 4.5.2-1
    kdeartwork-aurorae 4.5.2-1
    kdeartwork-colorschemes 4.5.2-1
    kdeartwork-desktopthemes 4.5.2-1
    kdeartwork-emoticons 4.5.2-1
    kdeartwork-iconthemes 4.5.2-1
    kdeartwork-kscreensaver 4.5.2-1
    kdeartwork-sounds 4.5.2-1
    kdeartwork-styles 4.5.2-1
    kdeartwork-wallpapers 4.5.2-1
    kdeartwork-weatherwallpapers 4.5.2-1
    kdebase-dolphin 4.5.2-1
    kdebase-kdepasswd 4.5.2-1
    kdebase-kdialog 4.5.2-1
    kdebase-kfind 4.5.2-1
    kdebase-konqueror 4.5.2-1
    kdebase-konsole 4.5.2-1
    kdebase-kwrite 4.5.2-1
    kdebase-lib 4.5.2-1
    kdebase-plasma 4.5.2-1
    kdebase-runtime 4.5.2-2
    kdebase-workspace 4.5.2-2
    kdebindings-python 4.5.2-8
    kdeedu-blinken 4.5.2-2
    kdeedu-cantor 4.5.2-2
    kdeedu-data 4.5.2-2
    kdeedu-kalgebra 4.5.2-2
    kdeedu-kalzium 4.5.2-2
    kdeedu-kanagram 4.5.2-2
    kdeedu-kbruch 4.5.2-2
    kdeedu-kgeography 4.5.2-2
    kdeedu-khangman 4.5.2-2
    kdeedu-kig 4.5.2-2
    kdeedu-kiten 4.5.2-2
    kdeedu-klettres 4.5.2-2
    kdeedu-kmplot 4.5.2-2
    kdeedu-kstars 4.5.2-2
    kdeedu-ktouch 4.5.2-2
    kdeedu-kturtle 4.5.2-2
    kdeedu-kwordquiz 4.5.2-2
    kdeedu-libkdeedu 4.5.2-2
    kdeedu-marble 4.5.2-2
    kdeedu-parley 4.5.2-2
    kdeedu-rocs 4.5.2-2
    kdeedu-step 4.5.2-2
    kdegames-bomber 4.5.2-1
    kdegames-bovo 4.5.2-1
    kdegames-granatier 4.5.2-1
    kdegames-kajongg 4.5.2-1
    kdegames-kapman 4.5.2-1
    kdegames-katomic 4.5.2-1
    kdegames-kbattleship 4.5.2-1
    kdegames-kblackbox 4.5.2-1
    kdegames-kblocks 4.5.2-1
    kdegames-kbounce 4.5.2-1
    kdegames-kbreakout 4.5.2-1
    kdegames-kdiamond 4.5.2-1
    kdegames-kfourinline 4.5.2-1
    kdegames-kgoldrunner 4.5.2-1
    kdegames-kigo 4.5.2-1
    kdegames-killbots 4.5.2-1
    kdegames-kiriki 4.5.2-1
    kdegames-kjumpingcube 4.5.2-1
    kdegames-klines 4.5.2-1
    kdegames-kmahjongg 4.5.2-1
    kdegames-kmines 4.5.2-1
    kdegames-knetwalk 4.5.2-1
    kdegames-kolf 4.5.2-1
    kdegames-kollision 4.5.2-1
    kdegames-konquest 4.5.2-1
    kdegames-kpatience 4.5.2-1
    kdegames-kreversi 4.5.2-1
    kdegames-ksame 4.5.2-1
    kdegames-kshisen 4.5.2-1
    kdegames-ksirk 4.5.2-1
    kdegames-kspaceduel 4.5.2-1
    kdegames-ksquares 4.5.2-1
    kdegames-ksudoku 4.5.2-1
    kdegames-ktron 4.5.2-1
    kdegames-ktuberling 4.5.2-1
    kdegames-kubrick 4.5.2-1
    kdegames-libkdegames 4.5.2-1
    kdegames-libkmahjongg 4.5.2-1
    kdegames-lskat 4.5.2-1
    kdegames-palapeli 4.5.2-1
    kdegraphics-gwenview 4.5.2-2
    kdegraphics-kamera 4.5.2-2
    kdegraphics-kcolorchooser 4.5.2-2
    kdegraphics-kgamma 4.5.2-2
    kdegraphics-kolourpaint 4.5.2-2
    kdegraphics-kruler 4.5.2-2
    kdegraphics-ksnapshot 4.5.2-2
    kdegraphics-libs 4.5.2-2
    kdegraphics-okular 4.5.2-2
    kdelibs 4.5.2-2
    kdemultimedia-dragonplayer 4.5.2-1
    kdemultimedia-ffmpegthumbs 4.5.2-1
    kdemultimedia-juk 4.5.2-1
    kdemultimedia-kioslave 4.5.2-1
    kdemultimedia-kmix 4.5.2-1
    kdemultimedia-kscd 4.5.2-1
    kdemultimedia-mplayerthumbs 4.5.2-1
    kdenetwork-filesharing 4.5.2-1
    kdenetwork-kdnssd 4.5.2-1
    kdenetwork-kget 4.5.2-1
    kdenetwork-kopete 4.5.2-1
    kdenetwork-kppp 4.5.2-1
    kdenetwork-krdc 4.5.2-1
    kdenetwork-krfb 4.5.2-1
    kdepim-akonadiconsole 4.4.7-1
    kdepim-akregator 4.4.7-1
    kdepim-blogilo 4.4.7-1
    kdepim-console 4.4.7-1
    kdepim-kaddressbook 4.4.7-1
    kdepim-kalarm 4.4.7-1
    kdepim-kjots 4.4.7-1
    kdepim-kleopatra 4.4.7-1
    kdepim-kmail 4.4.7-1
    kdepim-knode 4.4.7-1
    kdepim-knotes 4.4.7-1
    kdepim-kontact 4.4.7-1
    kdepim-korganizer 4.4.7-1
    kdepim-kresources 4.4.7-1
    kdepim-ktimetracker 4.4.7-1
    kdepim-libkdepim 4.4.7-1
    kdepim-runtime 4.4.7-1
    kdepim-wizards 4.4.7-1
    kdepimlibs 4.5.2-1
    kdeplasma-addons-applets-bball 4.5.2-1
    kdeplasma-addons-applets-binary-clock 4.5.2-1
    kdeplasma-addons-applets-blackboard 4.5.2-1
    kdeplasma-addons-applets-bookmarks 4.5.2-1
    kdeplasma-addons-applets-bubblemon 4.5.2-1
    kdeplasma-addons-applets-calculator 4.5.2-1
    kdeplasma-addons-applets-charselect 4.5.2-1
    kdeplasma-addons-applets-comic 4.5.2-1
    kdeplasma-addons-applets-community 4.5.2-1
    kdeplasma-addons-applets-dict 4.5.2-1
    kdeplasma-addons-applets-eyes 4.5.2-1
    kdeplasma-addons-applets-fifteenpuzzle 4.5.2-1
    kdeplasma-addons-applets-filewatcher 4.5.2-1
    kdeplasma-addons-applets-frame 4.5.2-1
    kdeplasma-addons-applets-fuzzy-clock 4.5.2-1
    kdeplasma-addons-applets-incomingmsg 4.5.2-1
    kdeplasma-addons-applets-kdeobservatory 4.5.2-1
    kdeplasma-addons-applets-kimpanel 4.5.2-1
    kdeplasma-addons-applets-knowledgebase 4.5.2-1
    kdeplasma-addons-applets-kolourpicker 4.5.2-1
    kdeplasma-addons-applets-konqprofiles 4.5.2-1
    kdeplasma-addons-applets-konsoleprofiles 4.5.2-1
    kdeplasma-addons-applets-lancelot 4.5.2-1
    kdeplasma-addons-applets-leavenote 4.5.2-1
    kdeplasma-addons-applets-life 4.5.2-1
    kdeplasma-addons-applets-luna 4.5.2-1
    kdeplasma-addons-applets-magnifique 4.5.2-1
    kdeplasma-addons-applets-mediaplayer 4.5.2-1
    kdeplasma-addons-applets-microblog 4.5.2-1
    kdeplasma-addons-applets-news 4.5.2-1
    kdeplasma-addons-applets-notes 4.5.2-1
    kdeplasma-addons-applets-nowplaying 4.5.2-1
    kdeplasma-addons-applets-paste 4.5.2-1
    kdeplasma-addons-applets-pastebin 4.5.2-1
    kdeplasma-addons-applets-plasmaboard 4.5.2-1
    kdeplasma-addons-applets-previewer 4.5.2-1
    kdeplasma-addons-applets-qalculate 4.5.2-1
    kdeplasma-addons-applets-rememberthemilk 4.5.2-1
    kdeplasma-addons-applets-rssnow 4.5.2-1
    kdeplasma-addons-applets-showdashboard 4.5.2-1
    kdeplasma-addons-applets-showdesktop 4.5.2-1
    kdeplasma-addons-applets-social-news 4.5.2-1
    kdeplasma-addons-applets-spellcheck 4.5.2-1
    kdeplasma-addons-applets-systemloadviewer 4.5.2-1
    kdeplasma-addons-applets-timer 4.5.2-1
    kdeplasma-addons-applets-unitconverter 4.5.2-1
    kdeplasma-addons-applets-weather 4.5.2-1
    kdeplasma-addons-applets-weatherstation 4.5.2-1
    kdeplasma-addons-applets-webslice 4.5.2-1
    kdeplasma-addons-libs 4.5.2-1
    kdeplasma-addons-runners-audioplayercontrol 4.5.2-1
    kdeplasma-addons-runners-browserhistory 4.5.2-1
    kdeplasma-addons-runners-characters 4.5.2-1
    kdeplasma-addons-runners-contacts 4.5.2-1
    kdeplasma-addons-runners-converter 4.5.2-1
    kdeplasma-addons-runners-datetime 4.5.2-1
    kdeplasma-addons-runners-katesessions 4.5.2-1
    kdeplasma-addons-runners-konquerorsessions 4.5.2-1
    kdeplasma-addons-runners-konsolesessions 4.5.2-1
    kdeplasma-addons-runners-kopete 4.5.2-1
    kdeplasma-addons-runners-mediawiki 4.5.2-1
    kdeplasma-addons-runners-spellchecker 4.5.2-1
    kdeplasma-addons-wallpapers-mandelbrot 4.5.2-1
    kdeplasma-addons-wallpapers-marble 4.5.2-1
    kdeplasma-addons-wallpapers-pattern 4.5.2-1
    kdeplasma-addons-wallpapers-virus 4.5.2-1
    kdeplasma-addons-wallpapers-weather 4.5.2-1
    kdesdk-cervisia 4.5.2-1
    kdesdk-dolphin-plugins 4.5.2-1
    kdesdk-kapptemplate 4.5.2-1
    kdesdk-kate 4.5.2-1
    kdesdk-kbugbuster 4.5.2-1
    kdesdk-kcachegrind 4.5.2-1
    kdesdk-kdeaccounts-plugin 4.5.2-1
    kdesdk-kdepalettes 4.5.2-1
    kdesdk-kioslave 4.5.2-1
    kdesdk-kmtrace 4.5.2-1
    kdesdk-kompare 4.5.2-1
    kdesdk-kpartloader 4.5.2-1
    kdesdk-kprofilemethod 4.5.2-1
    kdesdk-kstartperf 4.5.2-1
    kdesdk-kuiviewer 4.5.2-1
    kdesdk-lokalize 4.5.2-1
    kdesdk-poxml 4.5.2-1
    kdesdk-scripts 4.5.2-1
    kdesdk-strigi-analyzer 4.5.2-1
    kdesdk-umbrello 4.5.2-1
    kdetoys-amor 4.5.2-1
    kdetoys-kteatime 4.5.2-1
    kdetoys-ktux 4.5.2-1
    kdeutils-ark 4.5.2-2
    kdeutils-kcalc 4.5.2-2
    kdeutils-kcharselect 4.5.2-2
    kdeutils-kdf 4.5.2-2
    kdeutils-kfloppy 4.5.2-2
    kdeutils-kgpg 4.5.2-2
    kdeutils-kremotecontrol 4.5.2-2
    kdeutils-ktimer 4.5.2-2
    kdeutils-kwallet 4.5.2-2
    kdeutils-okteta 4.5.2-2
    kdeutils-printer-applet 4.5.2-2
    kdeutils-superkaramba 4.5.2-2
    kdeutils-sweeper 4.5.2-2
    kdewebdev-kfilereplace 4.5.2-1
    kdewebdev-kimagemapeditor 4.5.2-1
    kdewebdev-klinkstatus 4.5.2-1
    kdewebdev-kommander 4.5.2-1
    kernel26 2.6.35.7-1
    kernel26-headers 2.6.35.7-1
    ksplash-theme-generator 0.4-1
    kwebkitpart 0.9.6-1
    lame 3.98.4-1
    lapack 3.2.2-2
    lcms 1.19-1
    less 436-1
    lesstif 0.95.2-2
    lib32-alsa-lib 1.0.23-4
    lib32-expat 2.0.1-7
    lib32-fontconfig 2.8.0-3
    lib32-freetype2 2.4.3-1
    lib32-gcc-libs 4.5.1-7
    lib32-glibc 2.12.1-7
    lib32-libdrm 2.4.21-4
    lib32-libgl 7.8.2-5
    lib32-libice 1.0.6-3
    lib32-libsm 1.1.1-3
    lib32-libx11 1.3.5-2
    lib32-libxau 1.0.6-2
    lib32-libxcb 1.7-2
    lib32-libxcursor 1.1.10-3
    lib32-libxdamage 1.1.3-3
    lib32-libxdmcp 1.0.3-4
    lib32-libxext 1.1.2-3
    lib32-libxfixes 4.0.5-3
    lib32-libxrandr 1.3.0-3
    lib32-libxrender 0.9.6-4
    lib32-libxt 1.0.8-3
    lib32-libxxf86dga 1.1.1-3
    lib32-libxxf86vm 1.1.0-3
    lib32-mesa 7.8.2-5
    lib32-util-linux-ng 2.18-3
    lib32-zlib 1.2.5-5
    libao 1.0.0-2
    libarchive 2.8.4-2
    libass 0.9.11-1
    libassuan 2.0.1-1
    libcaca 0.99.beta17-1
    libcap 2.19-1
    libcddb 1.3.2-2
    libcdio 0.82-1
    libcroco 0.6.2-1
    libcups 1.4.4-3
    libdaemon 0.14-1
    libdatrie 0.2.4-1
    libdbusmenu-qt 0.6.4-1
    libdca 0.0.5-2
    libdmx 1.1.0-1
    libdrm 2.4.22-1
    libdvbpsi 0.1.7-1
    libdvdnav 4.1.3-2
    libdvdread 4.1.3-2
    libebml 1.0.0-1
    libevent 1.4.14b-2
    libexif 0.6.19-1
    libfetch 2.33-1
    libffi 3.0.9-1
    libfontenc 1.1.0-1
    libftdi 0.18-1
    libgadu 1.9.1-1
    libgcal 0.9.6-1
    libgcrypt 1.4.6-1
    libggz 0.0.14.1-1
    libgl 7.9-1
    libglade 2.6.4-2
    libgpg-error 1.9-2
    libgphoto2 2.4.9-1
    libgssglue 0.1-2
    libical 0.46-1
    libice 1.0.7-1
    libid3tag 0.15.1b-6
    libidl2 0.8.14-1
    libidn 1.19-1
    libieee1284 0.2.11-3
    libindi 0.6.2-1
    libiodbc 3.52.7-4
    libjpeg 8.0.2-1
    libksba 1.0.8-1
    libktorrent 1.0.4-1
    libldap 2.4.23-1
    libmad 0.15.1b-4
    libmatroska 1.0.0-1
    libmng 1.0.10-3
    libmodplug 0.8.8.1-1
    libmp4v2 1.9.1-1
    libmpc 0.8.2-2
    libmpcdec 1.2.6-2
    libmpeg2 0.5.1-1
    libmsn 4.1-2
    libmtp 1.0.2-1
    libmysqlclient 5.1.51-1
    libnice 0.0.13-3
    libnl 1.1-2
    libnova 0.13.0-1
    libofa 0.9.3-2
    libogg 1.2.0-1
    libotr 3.2.0-1
    libpcap 1.1.1-1
    libpciaccess 0.12.0-1
    libpng 1.4.4-1
    libproxy 0.4.6-2
    libqalculate 0.9.7-1
    libraw1394 2.0.5-1
    librpcsecgss 0.19-3
    librsvg 2.32.0-2
    libsamplerate 0.1.7-1
    libsasl 2.1.23-4
    libshout 2.2.2-3
    libsm 1.1.1-1
    libsndfile 1.0.23-1
    libspectre 0.2.6-2
    libssh 0.4.6-1
    libtasn1 2.6-1
    libthai 0.1.14-1
    libtheora 1.1.1-1
    libtiff 3.9.4-1
    libtirpc 0.2.1-1
    libtool 2.4-1
    libusb 0.1.12-4
    libusb1 1.0.8-1
    libva 1.0.5-2
    libvdpau 0.4-1
    libvisual 0.4.0-3
    libvncserver 0.9.7-3
    libvorbis 1.3.1-1
    libvpx 0.9.2-1
    libwmf 0.2.8.4-8
    libx11 1.3.5-1
    libx86 1.1-2
    libxau 1.0.6-1
    libxaw 1.0.8-1
    libxcb 1.7-1
    libxcomposite 0.4.2-1
    libxcursor 1.1.10-1
    libxdamage 1.1.3-1
    libxdmcp 1.0.3-1
    libxext 1.1.2-1
    libxfixes 4.0.5-1
    libxfont 1.4.2-2
    libxft 2.1.14-1
    libxi 1.3.2-1
    libxinerama 1.1-1
    libxkbfile 1.0.6-1
    libxklavier 5.0-1
    libxml2 2.7.7-2
    libxmu 1.0.5-1
    libxp 1.0.0-3
    libxpm 3.5.8-1
    libxrandr 1.3.0-1
    libxrender 0.9.6-1
    libxslt 1.1.26-2
    libxss 1.2.0-1
    libxt 1.0.8-1
    libxtst 1.1.0-1
    libxv 1.0.5-1
    libxvmc 1.0.6-1
    libxxf86dga 1.1.1-1
    libxxf86vm 1.1.0-1
    libzip 0.9.3-1
    licenses 2.6-1
    linux-api-headers 2.6.34-1
    linux-firmware 20100911-1
    lirc-utils 0.8.6-5
    lm_sensors 3.2.0-1
    logrotate 3.7.9-1
    lua 5.1.4-6
    lua-lzlib 0.4_work2-4
    lua-yajl-git 20100308-1
    luafilesystem 1.5.0-1
    luasec 0.4-2
    luasocket 2.0.2-3
    lvm2 2.02.74-1
    lzo2 2.03-1
    m4 1.4.15-1
    mailx 8.1.1-7
    make 3.82-2
    man-db 2.5.7-1
    man-pages 3.29-1
    mcpp 2.7.2-2
    mdadm 3.1.4-1
    mesa-demos 8.0.1-1
    mkinitcpio 0.6.7-1
    mkinitcpio-busybox 1.17.2-1
    mlocate 0.23.1-2
    module-init-tools 3.12-1
    mozilla-common 1.4-1
    mpfr 3.0.0.p4-1
    mplayer 32492-2
    musicbrainz 2.1.5-4
    mysql 5.1.51-1
    mysql-clients 5.1.51-1
    nano 2.2.5-1
    ncurses 5.7-3
    neon 0.29.3-2
    net-tools 1.60-14
    nfs-utils 1.2.2-3
    nfsidmap 0.23-3
    nickle 2.70-1
    nspr 4.8.6-1
    nss 3.12.8-1
    openbabel 2.2.3-1
    opencore-amr 0.1.2-1
    openexr 1.6.1-1
    openjdk6 6.b20_1.9.1-1
    openjpeg 1.3-3
    openssh 5.6p1-1
    openssl 1.0.0.a-3
    openvpn 2.1.3-1
    orbit2 2.14.19-1
    orc 0.4.7-1
    oss 4.2_2003-1
    oxygen-icons 4.5.2-1
    package-query 0.4-1
    pacman 3.4.1-1
    pacman-mirrorlist 20100825-1
    pam 1.1.1-1
    pango 1.28.3-1
    patch 2.6.1-1
    pciutils 3.1.7-1
    pcmciautils 017-1
    pcre 8.10-1
    perl 5.12.1-2
    perl-error 0.17016-1
    perl-html-parser 3.66-1
    perl-html-tagset 3.20-1
    perl-libwww 5.836-1
    perl-uri 1.54-1
    perl-xyne-arch 2010.10.09.1-1
    perl-xyne-common 2010.10.09.1-1
    phonon 4.4.2-2
    phonon-gstreamer 4.4.2-2
    phoronix-test-suite 2.8.1-1
    php 5.3.3-2
    pinentry 0.8.0-2
    pixman 0.18.4-1
    pkg-config 0.25-2
    pm-quirks 0.20100619-1
    pm-utils 1.4.0-1
    podofo 0.8.4-1
    polkit 0.98-1
    polkit-kde 0.95.1-2
    polkit-qt 0.96.1-3
    poppler 0.14.4-1
    poppler-data 0.4.3-1
    poppler-qt 0.14.4-1
    popt 1.16-2
    postgresql-libs 9.0.1-2
    powerpill 2010.08.24.1-1
    ppl 0.11-1
    ppp 2.4.5-1
    printproto 1.0.4-2
    procps 3.2.8-1
    psmisc 22.13-1
    pth 2.0.7-3
    pycairo 1.8.10-2
    pycrypto 2.3-1
    pycups 1.9.51-2
    pygobject 2.26.0-2
    pygtk 2.22.0-3
    pyqt 4.8.0-1
    pysmbc 1.0.9-1
    python-dateutil 1.5-2
    python-dnspython 1.8.0-2
    python-imaging 1.1.7-2
    python-lxml 2.2.8-2
    python-mechanize 0.2.2-2
    python-numpy 1.5.0-2
    python-pypdf 1.12-5
    python-urwid 0.9.9.1-2
    python2 2.7-2
    qca 2.0.2-2
    qca-ossl 2.0.0-3
    qimageblitz 0.0.6-1
    qscintilla 2.4.5-4
    qt 4.7.0-4
    qwt 5.2.1-1
    randrproto 1.3.1-1
    raptor 1.4.21-1
    rarian 0.8.1-1
    rasqal 0.9.20-1
    rdesktop 1.6.0-5
    readline 6.1.002-1
    recode 3.6-5
    recordproto 1.14-1
    redland 1.0.12-1
    reiserfsprogs 3.6.21-2
    renderproto 0.11.1-1
    rp-pppoe 3.10-5
    rpcbind 0.2.0-2
    rrdtool 1.4.4-2
    run-parts 3.4.1-1
    sane 1.0.21-3
    schroedinger 1.0.9-1
    scrnsaverproto 1.2.0-1
    sdl 1.2.14-5
    sdl_image 1.2.10-2
    sed 4.2.1-2
    shadow 4.1.4.2-3
    shared-desktop-ontologies 0.5-1
    shared-mime-info 0.80-1
    sip 4.11.2-1
    smbclient 3.5.6-1
    soprano 2.5.2-1
    speex 1.2rc1-1
    sqlite3 3.7.3-1
    stdin-plasmoid-svn 0.2r32-1
    strigi 0.7.2-3
    subversion 1.6.9-6
    sudo 1.7.4.p4-1
    sysfsutils 2.1.0-5
    syslog-ng 3.1.2-1
    system-config-printer-common 1.2.5-3
    sysvinit 2.88-2
    taglib 1.6.3-1
    talloc 2.0.1-1
    tar 1.23-3
    tcp_wrappers 7.6-12
    tdb 1.2.1-2
    telepathy-farsight 0.0.15-2
    telepathy-glib 0.12.2-1
    telepathy-qt4 0.3.5-1
    texinfo 4.13a-4
    tidyhtml 1.46-1
    ttf-dejavu 2.30-2
    ttf-freefont 20090104-2
    ttf-ms-fonts 2.0-3
    tunepimp 0.5.3-8
    twisted 10.1.0-1
    tzdata 2010n-1
    udev 163-1
    unixodbc 2.3.0-1
    unrar 3.9.10-1
    unzip 6.0-5
    usbutils 0.90-1
    util-linux-ng 2.18-3
    v4l-utils 0.8.1-1
    vbetool 1.1-1
    vi 050325-3
    videoproto 2.3.1-1
    vim 7.3.3-2
    vim-colorsamplerpack 8.03-2
    vim-runtime 7.3.3-2
    virtualbox_bin 3.2.10-2
    virtuoso 6.1.2-1
    vlc 1.1.4.1-2
    wget 1.12-2
    which 2.20-3
    wicd 1.7.0-6
    wine 1.3.5-1
    wireless_tools 29-3
    wpa_supplicant 0.7.3-1
    x264 20101013-1
    xbitmaps 1.1.0-1
    xcb-proto 1.6-2
    xcb-util 0.3.6-1
    xdg-utils 1.0.2.20100618-1
    xextproto 7.1.2-1
    xf86-input-evdev 2.5.0-1
    xf86-input-keyboard 1.4.0-3
    xf86-input-mouse 1.6.0-1
    xf86-input-synaptics 1.3.0-1
    xf86-video-intel 2.13.0-4
    xf86-video-vesa 2.3.0-3
    xf86dgaproto 2.1-1
    xf86vidmodeproto 2.3-1
    xfsprogs 3.1.3-1
    xineramaproto 1.2-1
    xkeyboard-config 2.0-1
    xorg-docs 1.5-1
    xorg-font-utils 7.5-2
    xorg-fonts-100dpi 1.0.1-3
    xorg-fonts-75dpi 1.0.1-3
    xorg-fonts-alias 1.0.2-1
    xorg-fonts-encodings 1.0.3-1
    xorg-fonts-misc 1.0.1-1
    xorg-iceauth 1.0.3-1
    xorg-luit 1.1.0-1
    xorg-res-utils 1.0.3-3
    xorg-server 1.9.0.901-2
    xorg-server-common 1.9.0.901-2
    xorg-server-utils 7.6-1
    xorg-sessreg 1.0.6-1
    xorg-twm 1.0.4-3
    xorg-utils 7.6-5
    xorg-xauth 1.0.4-1
    xorg-xbacklight 1.1.1-1
    xorg-xcmsdb 1.0.3-1
    xorg-xgamma 1.0.3-1
    xorg-xhost 1.0.3-1
    xorg-xinit 1.2.1-1
    xorg-xinput 1.5.2-1
    xorg-xkb-utils 7.5-2
    xorg-xmodmap 1.0.5-1
    xorg-xrandr 1.3.3-1
    xorg-xrdb 1.0.6-1
    xorg-xrefresh 1.0.3-1
    xorg-xset 1.2.0-1
    xorg-xsetroot 1.0.3-1
    xproto 7.0.18-1
    xterm 266-1
    xvidcore 1.2.2-1
    xz 5.0.0-1
    yajl 1.0.9-3
    yaourt 0.9.5-1
    zlib 1.2.5-2
    zope-interface 3.5.3-2
    zvbi 0.2.33-2
    Last edited by DarksideEE7 (2010-10-28 16:29:14)

    Could it be that I don't have a swap file?  Surely not....I have 4GB of memory and I've never had problems with suspend in the past. 
    I was able to get it to suspend while in KDE using pm-suspend while in konsole and all of the console screens were black, with the exception of tty7, which had konsole up (without any window decoration).  I wasn't able to execute any commands (including shutdown), nor could I su - to root. 
    This happened a second time, and it mentioned that it was enable to mount  sda2 (which is my route partition)  Any ideas on how to fix this?  I NEED suspend. 
    Other than that I'm getting great performance, especially with my fstab options set in place.
    Last edited by DarksideEE7 (2010-10-28 23:40:08)

  • Pacman -Qm no longer working correctly [solved]

    I can't get pacman -Qm to work right anymore, when I use it, it just displays pretty much every package I have, like so:
    $ pacman -Qm
    acl 2.2.39-1
    alsa-lib 1.0.13-1
    alsa-oss 1.0.12-1
    alsa-utils 1.0.13-1
    apache 2.2.4-2
    apr 1.2.8-1
    apr-util 1.2.8-2
    aspell 0.60.5-1
    asunder 0.1.0-2
    aterm 1.0.0-2
    atk 1.18.0-2
    attr 2.4.32-2
    audiofile 0.2.6-3
    autoconf 2.61-1
    automake 1.10-1
    bash 3.2-1
    bigreqsproto 1.0.2-1
    bin86 0.16.17-1
    binutils 2.17-2
    bison 2.3-2
    bzip2 1.0.4-1
    cairo 1.4.2-1
    cdparanoia 9.8-4
    cdrdao 1.2.2-1
    cdrkit 1.1.2-1
    clisp 2.41-1
    cmake 2.4.6-1
    codecs 20061022-1
    compositeproto 0.3.1-1
    coreutils 6.9-1
    cpio 2.7-2
    cracklib 2.8.10-3
    cups 1.2.10-1
    curl 7.15.5-1
    cvsup 16.1h-3
    cyrus-sasl 2.1.22-3
    cyrus-sasl-plugins 2.1.22-4
    damageproto 1.1.0-1
    db 4.5.20-1
    dbus 1.0.2-4
    dbus-glib 0.73-1
    dcron 3.2-1
    desktop-file-utils 0.12-1
    dhcpcd 1.3.22pl4-4
    dialog 1.0_20060221-1
    diffutils 2.8.1-2
    divx4linux 6.1.1-1
    dmxproto 2.2.2-1
    docbook-xml 4.1.2-2
    docbook-xsl 1.71.1-2
    doom3 1.3.1302-4
    dosfstools 2.11-1
    e2fsprogs 1.39-2
    ed 0.4-1
    enchant 1.3.0-1
    esd 0.2.37-2
    expat 2.0.0-1
    faad2 2.5-2
    fakeroot 1.5.10-1
    fam 2.7.0-9
    fbset 2.1-1
    file 4.20-1
    filesystem 0.8-1
    findutils 4.2.30-1
    fixesproto 4.0-2
    flac 1.1.4-1
    flex 2.5.33-1
    fontcacheproto 0.1.2-1
    fontconfig 2.4.2-1
    fontsproto 2.0.2-1
    freetype1 1.3.1-3
    freetype2 2.3.1-1
    fribidi 0.10.7-1
    gawk 3.1.5-3
    gc 6.8-1
    gcc 4.1.2-3
    gd 2.0.34-1
    gdb 6.6-1
    gdbm 1.8.3-3
    gen-init-cpio 2.6.17-1
    gettext 0.16.1-1
    gftp 2.0.18-2
    ghostscript 8.15.4-1
    gimp 2.2.13-3
    glib 1.2.10-6
    glib2 2.12.11-1
    glibc 2.5-6
    glproto 1.4.8-1
    gmp 4.2.1-1
    gnome-icon-theme 2.18.0-1
    gnutls 1.6.1-1
    gpm 1.20.1-6
    gpodder 0.8.0-1
    grep 2.5.1a-2
    groff 1.19.2-1
    grub 0.97-7
    gsfonts 8.11-4
    gtk 1.2.10-7
    gtk-engines 2.10.0-1
    gtk2 2.10.11-2
    gtkspell 2.0.11-2
    gutenprint 5.0.0-2
    gvim 7.0.219-1
    gzip 1.3.9-1
    heimdal 0.7.2-6
    hicolor-icon-theme 0.10-1
    icon-naming-utils 0.8.2-1
    imagemagick 6.3.2.8-1
    imlib2 1.2.2-1
    initscripts 0.8-6
    inputproto 1.4-1
    intltool 0.35.5-1
    iptables 1.3.7-2
    iputils 021109-5
    kbd 1.12-6
    kbproto 1.0.3-1
    kernel-headers 2.6.20-1
    kernel26 2.6.20.4-1
    kernel26emission 2.6.17.emission8-1
    klibc 1.5-1
    klibc-extras 2.2-2
    klibc-udev 107-2
    lame 3.97-1
    latexmk 307a-1
    lcms 1.16-1
    less 394-1
    lesstif 0.95.0-2
    libao 0.8.6-2
    libarchive 1.3.1-2
    libart-lgpl 2.3.19-1
    libcap 1.10-2
    libcroco 0.6.1-1
    libcups 1.2.10-1
    libdmx 1.0.2-1
    libdownload 1.1-1
    libdrm 2.3.0-1
    libelf 0.8.6-1
    libevent 1.1a-2
    libexif 0.6.13-1
    libfontenc 1.0.3-1
    libgcrypt 1.2.4-1
    libglade 2.6.0-1
    libgnomecanvas 2.14.0-1
    libgnomecups 0.2.2-4
    libgnomeprint 2.18.0-1
    libgnomeprintui 2.18.0-1
    libgpg-error 1.5-1
    libgsf 1.14.3-2
    libice 1.0.2-1
    libid3tag 0.15.1b-2
    libidl2 0.8.8-1
    libjpeg 6b-4
    liblbxutil 1.0.1-1
    libldap 2.3.33-3
    libmad 0.15.1b-2
    libmng 1.0.9-1
    libmp4v2 1.5.0.1-1
    libmysqlclient 5.0.37-1
    libogg 1.1.3-1
    libpcap 0.9.5-1
    libpng 1.2.16-1
    librsvg 2.16.1-1
    libsasl 2.1.22-3
    libsm 1.0.2-1
    libsndfile 1.0.17-1
    libstdc++5 3.3.6-1
    libtasn1 0.3.9-1
    libtheora 1.0alpha7-1
    libtiff 3.8.2-3
    libtool 1.5.22-1
    libungif 4.1.4-1
    libusb 0.1.12-1
    libvorbis 1.1.2-1
    libwmf 0.2.8.4-4
    libx11 1.1.1-3
    libxau 1.0.2-1
    libxaw 1.0.3-1
    libxcb 1.0-2
    libxcomposite 0.3.1-1
    libxcursor 1.1.8-1
    libxdamage 1.1-1
    libxdmcp 1.0.2-1
    libxext 1.0.3-1
    libxfixes 4.0.3-1
    libxfont 1.2.7-1
    libxfontcache 1.0.3-1
    libxft 2.1.11-2
    libxi 1.1.0-1
    libxinerama 1.0.0-1
    libxkbfile 1.0.4-1
    libxkbui 1.0.2-1
    libxml2 2.6.27-2
    libxmu 1.0.3-1
    libxp 1.0.0-1
    libxpm 3.5.6-1
    libxrandr 1.2.1-1
    libxrender 0.9.2-1
    libxres 1.0.2-1
    libxslt 1.1.20-2
    libxss 1.1.1-1
    libxt 1.0.5-1
    libxtrap 1.0.0-1
    libxtst 1.0.1-1
    libxv 1.0.2-1
    libxvmc 1.0.3-1
    libxxf86dga 1.0.1-1
    libxxf86misc 1.0.1-1
    libxxf86vm 1.0.1-1
    licenses 1.0.1-1
    linkage-svn 118-1
    logrotate 3.7.1-3
    lshwd 1.1.3-5
    lzo2 2.02-1
    m4 1.4.8-1
    mailx 8.1.1-3
    make 3.81-1
    man 1.6e-1
    man-pages 2.43-1
    mcpp 2.6-1
    mdadm 2.6.1-1
    mesa 6.5.2-1
    mkinitcpio 0.5.13-1
    mktemp 1.5-1
    module-init-tools 3.2.2-3
    mozilla-common 1.1-1
    mpg321 0.2.10-2
    ncurses 5.6-1
    net-tools 1.60-10
    nspr 4.6.6-1
    nss 3.11.5-1
    ntp 4.2.4-2
    nvidia-emission 1.0.9629-1
    opencdk 0.5.13-1
    openldap 2.3.33-2
    openslp 1.2.1-1
    openssh 4.6p1-1
    openssl 0.9.8e-1
    pallavi-svn 94-1
    pam 0.81-4
    pango 1.16.1-2
    parted 1.8.6-1
    patch 2.5.4-2
    pciutils 2.2.4-2
    pcmciautils 014-1
    pcre 7.0-1
    perl 5.8.8-5
    perl-xml-simple 2.16-1
    perlxml 2.34-4
    pida 0.4.4-2
    pkgconfig 0.21-1
    popt 1.7-3
    portmap 5beta-9
    postgresql-libs 8.2.3-1
    printproto 1.0.3-1
    procinfo 18-3
    procps 3.2.7-1
    psmisc 22.3-1
    pycairo 1.2.2-2
    pygobject 2.12.3-2
    pygtk 2.10.4-1
    python 2.5-4
    python-numeric 24.2-2
    randrproto 1.2.1-1
    rapidsvn 0.9.4-1
    rb_libtorrent 0.11-1
    readline 5.2-1
    recordproto 1.13.2-1
    reiserfsprogs 3.6.20-1
    renderproto 0.9.2-1
    ruby 1.8.5_p12-2
    scrnsaverproto 1.1.0-1
    scrollkeeper 0.3.14-5
    sdl 1.2.11-1
    sed 4.1.5-1
    shadow 4.0.18.1-3
    slocate 3.1-2
    smbclient 3.0.24-2
    soundmixer 0.1-1
    startup-notification 0.9-1
    sudo 1.6.8-10
    swiftfox-amd 2.0.0.3-1
    sysfsutils 2.1.0-1
    syslog-ng 2.0.0-2
    sysvinit 2.86-2
    tar 1.16.1-1
    tcl 8.4.14-1
    tcp_wrappers 7.6-6
    tk 8.4.14-1
    transmission-svn 1516-1
    trapproto 3.4.3-1
    trash 0.2-1
    ttf-bitstream-vera 1.10-5
    udev 107-3
    unrar 3.7.3-1
    unzip 5.52-2
    usbutils 0.72-1
    util-linux 2.12-10
    videoproto 2.2.2-1
    vim 7.0.219-1
    vorbis-tools 1.1.1-3
    weatherget 0.2-2
    wget 1.10.2-2
    which 2.16-1
    wmctrl 1.07-1
    xcb-proto 1.0-1
    xcursor-themes 1.0.1-1
    xdg-utils 1.0.1-1
    xextproto 7.0.2-1
    xf86-input-keyboard 1.1.0-1
    xf86-input-mouse 1.1.1-1
    xf86-video-vesa 1.2.1-2
    xf86dgaproto 2.0.2-1
    xf86miscproto 0.9.2-1
    xf86vidmodeproto 2.2.2-1
    xine-lib 1.1.4-2
    xineramaproto 1.1.2-1
    xkeyboard-config 0.9-1
    xorg 11R7.0-1
    xorg-font-utils 1.0.3-1
    xorg-fonts-alias 1.0.1-1
    xorg-fonts-encodings 1.0.2-1
    xorg-fonts-misc 1.0.0-3
    xorg-server 1.2.0-3
    xorg-server-utils 1.0.3-2
    xorg-utils 1.0.2-1
    xorg-xauth 1.0.1-1
    xorg-xinit 1.0.3-1
    xorg-xkb-utils 1.0.2-1
    xorg-xsm 1.0.1-2
    xproto 7.0.9-2
    xterm 223-1
    xvidcore 1.1.2-1
    zip 2.32-1
    zlib 1.2.3-1
    I know for a fact that all of these packages aren't foreign. Any Ideas why this is acting like this?
    Edit: I suppose I should mention that It worked fine last week. I can't remember if I've used it since I upgraded to pacman 3 from testing, but I have used it with pacman 3 ( I was using the rc before it went to testing).
    Last edited by barebones (2007-04-03 18:43:51)

    For future reference, I got this fixed. I was looking around in /var/lib/pacman and I realized that the current folder was empty. Why this happened I do not know. I used pacman to reinstall a package from current (I used bash) and when it was installed, the current directory was regenerated.

  • [SOLVED] Kernel panic - unable to mount root fs

    I'm having some trouble with my Toshiba NB255 netbook. It no longer boots after I performed a major pacman upgrade. It hangs with this error message:
    http://imgur.com/Cxj1z
    I did some research and found a couple of threads with problems similar to mine:
    https://bbs.archlinux.org/viewtopic.php?id=98771
    https://bbs.archlinux.org/viewtopic.php?id=98496
    From what I could tell, both had something to do with the initrd, but I'm not sure what to do in my specific situation. Additionally, according to my pacman.log the initrd was updated successfully during the upgrade. I did, however, also recently install some stuff to try to get my iPhone to tether to the netbook over USB (
    menu.lst: (the "root=" part of the first option was originally in the disk-by-uuid format, I changed it trying to fix the issue)
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # [url]http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution[/url]
    # general configuration:
    timeout 2
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 resume=/dev/disk/by-uuid/55dfc8bd-98b4-4f27-875c-e7b06c8b1c3e ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/0c38b0a8-2ce1-4b16-b902-3d9f0cc8b2cc ro
    initrd /kernel26-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    dmesg.log:
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.34-ARCH (tobias@T-POWA-LX) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 5 21:03:38 UTC 2010
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
    BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
    BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000003f5d0000 (usable)
    BIOS-e820: 000000003f5d0000 - 000000003f5e0000 (ACPI data)
    BIOS-e820: 000000003f5e0000 - 000000003f5e3000 (ACPI NVS)
    BIOS-e820: 000000003f5e3000 - 0000000040000000 (reserved)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    DMI present.
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    last_pfn = 0x3f5d0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-CFFFF write-protect
    D0000-DFFFF uncachable
    E0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask 0C0000000 write-back
    1 base 03F600000 mask 0FFE00000 uncachable
    2 base 03F800000 mask 0FF800000 uncachable
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000002000 - 0000000000010000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000001000 (reserved)
    modified: 0000000000001000 - 0000000000002000 (usable)
    modified: 0000000000002000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009dc00 (usable)
    modified: 000000000009dc00 - 00000000000a0000 (reserved)
    modified: 00000000000dc000 - 00000000000e0000 (reserved)
    modified: 00000000000e4000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000003f5d0000 (usable)
    modified: 000000003f5d0000 - 000000003f5e0000 (ACPI data)
    modified: 000000003f5e0000 - 000000003f5e3000 (ACPI NVS)
    modified: 000000003f5e3000 - 0000000040000000 (reserved)
    modified: 00000000e0000000 - 00000000f0000000 (reserved)
    modified: 00000000fec00000 - 00000000fec10000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000ff000000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    found SMP MP-table at [c00f7d40] f7d40
    init_memory_mapping: 0000000000000000-00000000377fe000
    0000000000 - 0000400000 page 4k
    0000400000 - 0037400000 page 2M
    0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 15000-1a000
    RAMDISK: 3f453000 - 3f5c0000
    Allocated new RAMDISK: 00100000 - 0026c574
    Move RAMDISK from 000000003f453000 - 000000003f5bf573 to 00100000 - 0026c573
    ACPI: RSDP 000f7ca0 00024 (v02 TOSCPL)
    ACPI: XSDT 3f5d7ae9 00074 (v01 TOSCPL TOSCPL00 06040000 LTP 00000000)
    ACPI: FACP 3f5dfc60 000F4 (v03 TOSCPL TOSCPL00 06040000 PTL 00000002)
    ACPI: DSDT 3f5d8c7f 06F6D (v01 TOSCPL TOSCPL00 06040000 MSFT 03000000)
    ACPI: FACS 3f5e2fc0 00040
    ACPI: TCPA 3f5dfd54 00032 (v01 Phoeni x 06040000 TL 00000000)
    ACPI: HPET 3f5dfd86 00038 (v01 DELL M09 06040000 LOHR 0000005A)
    ACPI: MCFG 3f5dfdbe 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    ACPI: SLIC 3f5dfdfa 00176 (v01 TOSCPL TOSCPL00 06040000 LOHR 00000000)
    ACPI: APIC 3f5dff70 00068 (v01 TOSCPL TOSCPL00 06040000 LTP 00000000)
    ACPI: BOOT 3f5dffd8 00028 (v01 TOSCPL TOSCPL00 06040000 LTP 00000001)
    ACPI: SSDT 3f5d80df 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    ACPI: SSDT 3f5d8039 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
    ACPI: SSDT 3f5d7b5d 004DC (v02 PmRef CpuPm 00003000 INTL 20050624)
    ACPI: Local APIC address 0xfee00000
    125MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 0 - 377fe000
    Zone PFN ranges:
    DMA 0x00000001 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0003f5d0
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000001 -> 0x00000002
    0: 0x00000010 -> 0x0000009d
    0: 0x00000100 -> 0x0003f5d0
    On node 0 totalpages: 259422
    free_area_init_node: node 0, pgdat c1402fc0, node_mem_map c1563020
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3950 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 252 pages used for memmap
    HighMem zone: 31958 pages, LIFO batch:7
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a201 base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    early_res array is doubled to 64 at [16000 - 167ff]
    PM: Registered nosave memory: 0000000000002000 - 0000000000010000
    PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
    PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 14 pages/cpu @c2000000 s34388 r0 d22956 u2097152
    pcpu-alloc: s34388 r0 d22956 u2097152 alloc=1*4194304
    pcpu-alloc: [0] 0 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257394
    Kernel command line: root=/dev/disk/by-uuid/0c38b0a8-2ce1-4b16-b902-3d9f0cc8b2cc resume=/dev/disk/by-uuid/55dfc8bd-98b4-4f27-875c-e7b06c8b1c3e ro
    PID hash table entries: 4096 (order: 2, 16384 bytes)
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    allocated 5190700 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Subtract (52 early reservations)
    #1 [0000001000 - 0000002000] EX TRAMPOLINE
    #2 [0001000000 - 000155ad84] TEXT DATA BSS
    #3 [000155b000 - 0001561164] BRK
    #4 [00000f7d50 - 0000100000] BIOS reserved
    #5 [00000f7d40 - 00000f7d50] MP-table mpf
    #6 [000009dc00 - 000009e071] BIOS reserved
    #7 [000009e1c1 - 00000f7d40] BIOS reserved
    #8 [000009e071 - 000009e1c1] MP-table mpc
    #9 [0000010000 - 0000011000] TRAMPOLINE
    #10 [0000011000 - 0000015000] ACPI WAKEUP
    #11 [0000015000 - 0000016000] PGTABLE
    #12 [0000100000 - 000026d000] NEW RAMDISK
    #13 [0001562000 - 0001563000] BOOTMEM
    #14 [0001563000 - 0001d53000] BOOTMEM
    #15 [000155adc0 - 000155adc4] BOOTMEM
    #16 [000155ae00 - 000155aec0] BOOTMEM
    #17 [000155aec0 - 000155af14] BOOTMEM
    #18 [0001d53000 - 0001d56000] BOOTMEM
    #19 [000155af40 - 000155af4c] BOOTMEM
    #20 [0001561180 - 0001561780] BOOTMEM
    #21 [000155af80 - 000155afa5] BOOTMEM
    #22 [000155afc0 - 000155afe7] BOOTMEM
    #23 [0001561780 - 0001561924] BOOTMEM
    #24 [0001561940 - 0001561980] BOOTMEM
    #25 [0001561980 - 00015619c0] BOOTMEM
    #26 [00015619c0 - 0001561a00] BOOTMEM
    #27 [0001561a00 - 0001561a40] BOOTMEM
    #28 [0001561a40 - 0001561a80] BOOTMEM
    #29 [0001561a80 - 0001561ac0] BOOTMEM
    #30 [0001561ac0 - 0001561b00] BOOTMEM
    #31 [0001561b00 - 0001561b40] BOOTMEM
    #32 [0001561b40 - 0001561b80] BOOTMEM
    #33 [0001561b80 - 0001561bc0] BOOTMEM
    #34 [0001561bc0 - 0001561c00] BOOTMEM
    #35 [0001561c00 - 0001561c40] BOOTMEM
    #36 [0001561c40 - 0001561c50] BOOTMEM
    #37 [0001561c80 - 0001561c90] BOOTMEM
    #38 [0001561cc0 - 0001561d3d] BOOTMEM
    #39 [0001561d40 - 0001561dbd] BOOTMEM
    #40 [0002000000 - 000200e000] BOOTMEM
    #41 [0002200000 - 000220e000] BOOTMEM
    #42 [0001561dc0 - 0001561dc4] BOOTMEM
    #43 [0001561e00 - 0001561e04] BOOTMEM
    #44 [0001561e40 - 0001561e48] BOOTMEM
    #45 [0001561e80 - 0001561e88] BOOTMEM
    #46 [0001561ec0 - 0001561f68] BOOTMEM
    #47 [0001561f80 - 0001561fe8] BOOTMEM
    #48 [0001d56000 - 0001d5a000] BOOTMEM
    #49 [0001d5a000 - 0001dda000] BOOTMEM
    #50 [0001dda000 - 0001e1a000] BOOTMEM
    #51 [000220e000 - 000270142c] BOOTMEM
    Initializing HighMem for node 0 (000377fe:0003f5d0)
    Memory: 1016576k/1038144k available (2930k kernel code, 21112k reserved, 1209k data, 408k init, 128840k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff1e000 - 0xfffff000 ( 900 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc140b000 - 0xc1471000 ( 408 kB)
    .data : 0xc12dc8fc - 0xc140adc0 (1209 kB)
    .text : 0xc1000000 - 0xc12dc8fc (2930 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:512
    Extended CMOS year: 2000
    Console: colour VGA+ 80x25
    console [tty0] enabled
    hpet clockevent registered
    Fast TSC calibration using PIT
    Detected 1662.845 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3327.26 BogoMIPS (lpj=5542816)
    Security Framework initialized
    Mount-cache hash table entries: 512
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 5 MCE banks
    CPU0: Thermal monitoring handled by SMI
    using mwait in idle threads.
    Performance Events: Atom events, Intel PMU driver.
    ... version: 3
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    Checking 'hlt' instruction... OK.
    ACPI: Core revision 20100121
    Enabling APIC mode: Flat. Using 1 I/O APICs
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Atom(TM) CPU N455 @ 1.66GHz stepping 0a
    APIC calibration not consistent with PM-Timer: 299ms instead of 100ms
    APIC delta adjusted to PM-Timer: 1039171 (3117494)
    Booting Node 0, Processors #1 Ok.
    Initializing CPU#1
    CPU0: Thermal monitoring enabled (TM1)
    Brought up 2 CPUs
    Total of 2 processors activated (6653.18 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    PCI: Using MMCONFIG for extended config space
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: SSDT 3f5d89a8 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
    ACPI: SSDT 3f5d833e 005E5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
    ACPI: SSDT 3f5d8bab 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
    ACPI: SSDT 3f5d8923 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x40000000-0xf7ffffff]
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xfdff]
    pci 0000:00:02.0: reg 10: [mem 0xf0200000-0xf027ffff]
    pci 0000:00:02.0: reg 14: [io 0x18d0-0x18d7]
    pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
    pci 0000:00:02.0: reg 1c: [mem 0xf0000000-0xf00fffff]
    pci 0000:00:02.1: reg 10: [mem 0xf0280000-0xf02fffff]
    pci 0000:00:1b.0: reg 10: [mem 0xf0300000-0xf0303fff 64bit]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.1: PME# disabled
    pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.2: PME# disabled
    pci 0000:00:1d.0: reg 20: [io 0x1820-0x183f]
    pci 0000:00:1d.1: reg 20: [io 0x1840-0x185f]
    pci 0000:00:1d.2: reg 20: [io 0x1860-0x187f]
    pci 0000:00:1d.3: reg 20: [io 0x1880-0x189f]
    pci 0000:00:1d.7: reg 10: [mem 0xf0504000-0xf05043ff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.2: reg 10: [io 0x18e8-0x18ef]
    pci 0000:00:1f.2: reg 14: [io 0x18dc-0x18df]
    pci 0000:00:1f.2: reg 18: [io 0x18e0-0x18e7]
    pci 0000:00:1f.2: reg 1c: [io 0x18d8-0x18db]
    pci 0000:00:1f.2: reg 20: [io 0x18c0-0x18cf]
    pci 0000:00:1f.2: reg 24: [mem 0xf0504400-0xf05047ff]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:00:1f.3: reg 20: [io 0x18a0-0x18bf]
    pci 0000:00:1c.0: PCI bridge to [bus 05-05]
    pci 0000:00:1c.0: bridge window [io 0x0000-0x0000] (disabled)
    pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:07:00.0: reg 10: [mem 0xf0100000-0xf010ffff 64bit]
    pci 0000:07:00.0: supports D1
    pci 0000:07:00.0: PME# supported from D0 D1 D3hot
    pci 0000:07:00.0: PME# disabled
    pci 0000:00:1c.1: PCI bridge to [bus 07-07]
    pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1c.1: bridge window [mem 0xf0100000-0xf01fffff]
    pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:09:00.0: reg 10: [io 0x2000-0x20ff]
    pci 0000:09:00.0: reg 18: [mem 0xf050c000-0xf050cfff 64bit pref]
    pci 0000:09:00.0: reg 20: [mem 0xf0508000-0xf050bfff 64bit pref]
    pci 0000:09:00.0: supports D1 D2
    pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:09:00.0: PME# disabled
    pci 0000:00:1c.2: PCI bridge to [bus 09-09]
    pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
    pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1c.2: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 11-11] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x40000000-0xf7ffffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0x0d00-0xfdff] (subtractive decode)
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    pci 0000:00:1d.7: address space collision: [mem 0xf0504000-0xf05043ff] conflicts with PCI Bus 0000:09 [mem 0xf0500000-0xf05fffff 64bit pref]
    pci 0000:00:1f.2: address space collision: [mem 0xf0504400-0xf05047ff] conflicts with PCI Bus 0000:09 [mem 0xf0500000-0xf05fffff 64bit pref]
    reserve RAM buffer: 0000000000002000 - 000000000000ffff
    reserve RAM buffer: 000000000009dc00 - 000000000009ffff
    reserve RAM buffer: 000000003f5d0000 - 000000003fffffff
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 8 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: [io 0x0800-0x080f] has been reserved
    system 00:01: [io 0x1000-0x107f] has been reserved
    system 00:01: [io 0x1180-0x11bf] has been reserved
    system 00:01: [io 0x04d0-0x04d1] has been reserved
    system 00:01: [io 0xfe00] has been reserved
    system 00:01: [io 0x164e-0x174c] has been reserved
    system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    system 00:01: [mem 0xfef00000-0xfeffffff] has been reserved
    pci 0000:00:1c.0: BAR 14: assigned [mem 0x40000000-0x401fffff]
    pci 0000:00:1c.0: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
    pci 0000:00:1c.1: BAR 15: assigned [mem 0x40400000-0x405fffff 64bit pref]
    pci 0000:00:1c.2: BAR 14: assigned [mem 0x40600000-0x409fffff]
    pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
    pci 0000:00:1d.7: BAR 0: assigned [mem 0x40a00000-0x40a003ff]
    pci 0000:00:1d.7: BAR 0: set to [mem 0x40a00000-0x40a003ff] (PCI address [0x40a00000-0x40a003ff]
    pci 0000:00:1f.2: BAR 5: assigned [mem 0x40a00400-0x40a007ff]
    pci 0000:00:1f.2: BAR 5: set to [mem 0x40a00400-0x40a007ff] (PCI address [0x40a00400-0x40a007ff]
    pci 0000:00:1c.0: PCI bridge to [bus 05-05]
    pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    pci 0000:00:1c.0: bridge window [mem 0x40000000-0x401fffff]
    pci 0000:00:1c.0: bridge window [mem 0x40200000-0x403fffff 64bit pref]
    pci 0000:00:1c.1: PCI bridge to [bus 07-07]
    pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    pci 0000:00:1c.1: bridge window [mem 0xf0100000-0xf01fffff]
    pci 0000:00:1c.1: bridge window [mem 0x40400000-0x405fffff 64bit pref]
    pci 0000:00:1c.2: PCI bridge to [bus 09-09]
    pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
    pci 0000:00:1c.2: bridge window [mem 0x40600000-0x409fffff]
    pci 0000:00:1c.2: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 11-11]
    pci 0000:00:1e.0: bridge window [io disabled]
    pci 0000:00:1e.0: bridge window [mem disabled]
    pci 0000:00:1e.0: bridge window [mem pref disabled]
    pci 0000:00:1c.0: enabling device (0000 -> 0003)
    pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.1: setting latency timer to 64
    pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    pci 0000:00:1c.2: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:00: resource 10 [mem 0x40000000-0xf7ffffff]
    pci_bus 0000:00: resource 11 [io 0x0d00-0xfdff]
    pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
    pci_bus 0000:05: resource 1 [mem 0x40000000-0x401fffff]
    pci_bus 0000:05: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
    pci_bus 0000:07: resource 0 [io 0x4000-0x4fff]
    pci_bus 0000:07: resource 1 [mem 0xf0100000-0xf01fffff]
    pci_bus 0000:07: resource 2 [mem 0x40400000-0x405fffff 64bit pref]
    pci_bus 0000:09: resource 0 [io 0x2000-0x2fff]
    pci_bus 0000:09: resource 1 [mem 0x40600000-0x409fffff]
    pci_bus 0000:09: resource 2 [mem 0xf0500000-0xf05fffff 64bit pref]
    pci_bus 0000:11: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:11: resource 5 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:11: resource 6 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:11: resource 7 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:11: resource 8 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:11: resource 9 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:11: resource 10 [mem 0x40000000-0xf7ffffff]
    pci_bus 0000:11: resource 11 [io 0x0d00-0xfdff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    UDP hash table entries: 512 (order: 2, 16384 bytes)
    UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    NET: Registered protocol family 1
    pci 0000:00:02.0: Boot video device
    PCI: CLS 32 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1460k freed
    Simple Boot Flag at 0x35 set to 0x1
    apm: BIOS not found.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1285380584.433:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1736
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pcieport 0000:00:1c.0: setting latency timer to 64
    pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
    pcieport 0000:00:1c.1: setting latency timer to 64
    pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X
    pcieport 0000:00:1c.2: setting latency timer to 64
    pcieport 0000:00:1c.2: irq 26 for MSI/MSI-X
    pcieport 0000:00:1c.0: Requesting control of PCIe PME from ACPI BIOS
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    pcieport 0000:00:1c.0: Failed to receive control of PCIe PME service: ACPI _OSC failed
    pcie_pme: probe of 0000:00:1c.0:pcie01 failed with error -13
    pcieport 0000:00:1c.1: Requesting control of PCIe PME from ACPI BIOS
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    pcieport 0000:00:1c.1: Failed to receive control of PCIe PME service: ACPI _OSC failed
    pcie_pme: probe of 0000:00:1c.1:pcie01 failed with error -13
    pcieport 0000:00:1c.2: Requesting control of PCIe PME from ACPI BIOS
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    pcieport 0000:00:1c.2: Failed to receive control of PCIe PME service: ACPI _OSC failed
    pcie_pme: probe of 0000:00:1c.2:pcie01 failed with error -13
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    PM: Checking image partition /dev/disk/by-uuid/55dfc8bd-98b4-4f27-875c-e7b06c8b1c3e
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 408k freed
    udev: starting version 160
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ahci 0000:00:1f.2: version 3.0
    ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ahci 0000:00:1f.2: irq 27 for MSI/MSI-X
    ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
    ahci 0000:00:1f.2: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    ata1: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00500 irq 27
    ata2: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00580 irq 27
    ata3: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00600 irq 27
    ata4: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00680 irq 27
    ata2: SATA link down (SStatus 0 SControl 300)
    ata3: SATA link down (SStatus 0 SControl 300)
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata4: SATA link down (SStatus 0 SControl 300)
    ata1.00: ATA-8: Hitachi HTS545025B9A300, PB2OC64G, max UDMA/133
    ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54502 PB2O PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    kjournald starting. Commit interval 5 seconds
    EXT3-fs (sda3): mounted filesystem with writeback data mode
    udev: starting version 160
    cfg80211: Calling CRDA to update world regulatory domain
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    input: PC Speaker as /devices/platform/pcspkr/input/input1
    Linux agpgart interface v0.103
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/PNP0C0D:00/input/input2
    ACPI: Lid Switch [LID0]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0C:00/input/input3
    i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    ACPI: Power Button [PWRF]
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1d.7: using broken periodic workaround
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0x40a00000
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    Marking TSC unstable due to TSC halts in idle
    Switching to clocksource hpet
    ACPI: AC Adapter [ACAD] (off-line)
    usb 1-4: new high speed USB device using ehci_hcd and address 2
    r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    r8169 0000:09:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
    r8169 0000:09:00.0: setting latency timer to 64
    r8169 0000:09:00.0: (unregistered net_device): unknown MAC, using family default
    r8169 0000:09:00.0: irq 28 for MSI/MSI-X
    r8169 0000:09:00.0: eth0: RTL8101e at 0xf8664000, 88:ae:1d:46:3e:b2, XID 0c200000 IRQ 28
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1d.3: setting latency timer to 64
    uhci_hcd 0000:00:1d.3: UHCI Host Controller
    uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
    agpgart-intel 0000:00:00.0: detected 8188K stolen memory
    agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    ath9k 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    ath9k 0000:07:00.0: setting latency timer to 64
    Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000/0xa0000
    ath: EEPROM regdomain: 0x65
    ath: EEPROM indicates we should expect a direct regpair map
    ath: Country alpha2 being used: 00
    ath: Regpair used: 0x65
    ACPI: Battery Slot [BAT1] (battery present)
    input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
    [drm] Initialized drm 1.1.0 20060810
    rtc_cmos 00:04: RTC can wake from S4
    rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    usb 1-8: new high speed USB device using ehci_hcd and address 3
    i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    i915 0000:00:02.0: setting latency timer to 64
    i915 0000:00:02.0: irq 29 for MSI/MSI-X
    [drm] set up 7M of stolen space
    phy0: Selected rate control algorithm 'ath9k_rate_control'
    Registered led device: ath9k-phy0::radio
    Registered led device: ath9k-phy0::assoc
    Registered led device: ath9k-phy0::tx
    Registered led device: ath9k-phy0::rx
    phy0: Atheros AR9285 Rev:2 mem=0xf8160000, irq=17
    fuse init (API version 7.13)
    [drm] initialized overlay support
    Initializing USB Mass Storage driver...
    scsi4 : usb-storage 1-4:1.0
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    Linux video capture interface: v2.00
    uvcvideo: Found UVC 1.00 device USB 2.0 Camera (064e:c211)
    input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input6
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    [drm] Big FIFO is enabled
    [drm] Big FIFO is enabled
    [drm] Big FIFO is enabled
    [drm] Big FIFO is enabled
    Console: switching to colour frame buffer device 128x37
    fb0: inteldrmfb frame buffer device
    registered panic notifier
    [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    HDA Intel 0000:00:1b.0: irq 30 for MSI/MSI-X
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    hda_codec: ALC259: BIOS auto-probing.
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
    scsi 4:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 0 CCS
    sd 4:0:0:0: Attached scsi generic sg1 type 0
    sd 4:0:0:0: [sdb] Attached SCSI removable disk
    EXT3-fs (sda3): using internal journal
    kjournald starting. Commit interval 5 seconds
    EXT3-fs (sda4): warning: maximal mount count reached, running e2fsck is recommended
    EXT3-fs (sda4): using internal journal
    EXT3-fs (sda4): mounted filesystem with writeback data mode
    Adding 265068k swap on /dev/sda2. Priority:-1 extents:1 across:265068k
    pacman.log: (the latest update + my attempt at iphone USB tethering)
    [2010-09-25 00:08] Running 'pacman -Syu'
    [2010-09-25 00:08] synchronizing package lists
    [2010-09-25 00:08] starting full system upgrade
    [2010-09-25 00:14] Running 'pacman -Syyu'
    [2010-09-25 00:14] synchronizing package lists
    [2010-09-25 00:14] upgraded pacman (3.4.0-2 -> 3.4.1-1)
    [2010-09-25 00:15] Running 'pacman -Syu'
    [2010-09-25 00:15] synchronizing package lists
    [2010-09-25 00:15] starting full system upgrade
    [2010-09-25 00:15] Running 'pacman -Syu'
    [2010-09-25 00:15] synchronizing package lists
    [2010-09-25 00:15] starting full system upgrade
    [2010-09-25 00:15] Running 'pacman -Syyu'
    [2010-09-25 00:15] synchronizing package lists
    [2010-09-25 00:16] starting full system upgrade
    [2010-09-25 00:16] Running 'pacman -Syyu'
    [2010-09-25 00:16] synchronizing package lists
    [2010-09-25 00:16] starting full system upgrade
    [2010-09-25 00:26] removed libelf (0.8.13-1)
    [2010-09-25 00:26] removed libv4l (0.6.4-1)
    [2010-09-25 00:26] installed goffice (0.8.9-1)
    [2010-09-25 00:26] upgraded abiword (2.8.6-1 -> 2.8.6-2)
    [2010-09-25 00:26] upgraded apvlv (0.0.9.7-1 -> 0.0.9.8-1)
    [2010-09-25 00:27] upgraded tzdata (2010j-1 -> 2010l-1)
    [2010-09-25 00:27] Generating locales...
    [2010-09-25 00:27] en_US.UTF-8... done
    [2010-09-25 00:27] en_US.ISO-8859-1... done
    [2010-09-25 00:27] Generation complete.
    [2010-09-25 00:27] upgraded glibc (2.12-4 -> 2.12.1-1)
    [2010-09-25 00:27] upgraded m4 (1.4.14-2 -> 1.4.15-1)
    [2010-09-25 00:27] upgraded autoconf (2.66-2 -> 2.67-1)
    [2010-09-25 00:27] upgraded glib2 (2.24.1-1 -> 2.24.2-1)
    [2010-09-25 00:27] installed iana-etc (2.30-1)
    [2010-09-25 00:27] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2010-09-25 00:27] upgraded filesystem (2010.02-4 -> 2010.09-1)
    [2010-09-25 00:27] upgraded dbus-core (1.2.24-1 -> 1.4.0-1)
    [2010-09-25 00:27] upgraded xproto (7.0.17-1 -> 7.0.18-1)
    [2010-09-25 00:27] upgraded libxau (1.0.5-1 -> 1.0.6-1)
    [2010-09-25 00:27] upgraded libxcb (1.6-1 -> 1.7-1)
    [2010-09-25 00:27] upgraded kbproto (1.0.4-1 -> 1.0.5-1)
    [2010-09-25 00:27] upgraded libx11 (1.3.4-1 -> 1.3.5-1)
    [2010-09-25 00:27] upgraded dbus (1.2.24-1 -> 1.4.0-1)
    [2010-09-25 00:27] upgraded avahi (0.6.25-3 -> 0.6.27-2)
    [2010-09-25 00:27] upgraded lua (5.1.4-5 -> 5.1.4-6)
    [2010-09-25 00:27]
    [2010-09-25 00:27] ==> awesome installation notes:
    [2010-09-25 00:27] ----------------------------------------
    [2010-09-25 00:27] During some updates of awesome, the config file syntax changes heavily.
    [2010-09-25 00:27] This means that your configuration file (~/.config/awesome/rc.lua) for
    [2010-09-25 00:27] any other than this particular version of awesome may or may not work.
    [2010-09-25 00:27]
    [2010-09-25 00:27] upgraded awesome (3.4.5-2 -> 3.4.6-1)
    [2010-09-25 00:27] upgraded bzip2 (1.0.5-5 -> 1.0.6-1)
    [2010-09-25 00:27] upgraded cabextract (1.2-2 -> 1.3-1)
    [2010-09-25 00:27] upgraded ppl (0.10.2-3 -> 0.11-1)
    [2010-09-25 00:27] upgraded cloog-ppl (0.15.9-1 -> 0.15.9-2)
    [2010-09-25 00:27] upgraded consolekit (0.4.1-2 -> 0.4.1-4)
    [2010-09-25 00:27] The directories /usr/lib/perl5/current, /usr/lib/perl5/site_perl/current,
    [2010-09-25 00:27] /usr/lib/perl5/site_perl/5.10.1, and /usr/share/perl5/site_perl/5.10.1
    [2010-09-25 00:27] will be removed from @INC in a future release.
    [2010-09-25 00:27] The directory /usr/bin/perlbin/site will not be added to $PATH in a
    [2010-09-25 00:27] future release.
    [2010-09-25 00:27] upgraded perl (5.10.1-5 -> 5.12.1-2)
    [2010-09-25 00:27] upgraded openssl (1.0.0.a-2 -> 1.0.0.a-3)
    [2010-09-25 00:27] upgraded curl (7.21.0-1 -> 7.21.1-1)
    [2010-09-25 00:27] upgraded util-linux-ng (2.18-2 -> 2.18-3)
    [2010-09-25 00:27] upgraded module-init-tools (3.11.1-2 -> 3.12-1)
    [2010-09-25 00:27] upgraded udev (160-1 -> 162-1)
    [2010-09-25 00:27] upgraded device-mapper (2.02.70-1 -> 2.02.73-1)
    [2010-09-25 00:27] upgraded dhcpcd (5.2.5-1 -> 5.2.7-1)
    [2010-09-25 00:27] upgraded libldap (2.4.22-1 -> 2.4.23-1)
    [2010-09-25 00:27] upgraded libgpg-error (1.7-3 -> 1.9-2)
    [2010-09-25 00:27] upgraded libksba (1.0.7-1 -> 1.0.8-1)
    [2010-09-25 00:27] upgraded libassuan (2.0.0-1 -> 2.0.1-1)
    [2010-09-25 00:27] upgraded dirmngr (1.1.0rc1-1 -> 1.1.0-1)
    [2010-09-25 00:27] upgraded gcc-libs (4.5.0-6 -> 4.5.1-1)
    [2010-09-25 00:27] upgraded espeak (1.43.03-1 -> 1.44.05-1)
    [2010-09-25 00:27] upgraded feh (1.8-1 -> 1.9-1)
    [2010-09-25 00:27] upgraded x264 (20100722-1 -> 20100826-1)
    [2010-09-25 00:27] upgraded libvpx (0.9.1-1 -> 0.9.2-1)
    [2010-09-25 00:27] upgraded libdrm (2.4.21-1 -> 2.4.21-2)
    [2010-09-25 00:27] upgraded libva (0.31.0_p13-2 -> 1.0.4-1)
    [2010-09-25 00:27] upgraded ffmpeg (24460-1 -> 24953-1)
    [2010-09-25 00:27] upgraded nspr (4.8.4-1 -> 4.8.6-1)
    [2010-09-25 00:27] upgraded sqlite3 (3.6.23.1-1 -> 3.7.2-1)
    [2010-09-25 00:27] upgraded nss (3.12.6-3 -> 3.12.7-1)
    [2010-09-25 00:28] upgraded xulrunner (1.9.2.8-1 -> 1.9.2.10-1)
    [2010-09-25 00:28] upgraded firefox (3.6.8-1 -> 3.6.10-1)
    [2010-09-25 00:28] upgraded flashplugin (10.1.53.64-1 -> 10.1.85.3-1)
    [2010-09-25 00:28] installed elfutils (0.148-1)
    [2010-09-25 00:28] upgraded gcc (4.5.0-6 -> 4.5.1-1)
    [2010-09-25 00:28] ==> Unregistering cabalized packages...
    [2010-09-25 00:28] ==> Done.
    [2010-09-25 00:29] ==> All cabalized and yaourt-installed packages need to be reinstalled now.
    [2010-09-25 00:29] ==> See /usr/share/haskell/ and ghc-pkg list --user for a tentative list of affected packages.
    [2010-09-25 00:29] upgraded ghc (6.12.1-4 -> 6.12.3-1)
    [2010-09-25 00:29] upgraded git (1.7.2-1 -> 1.7.3-1)
    [2010-09-25 00:29] upgraded gnome-keyring (2.30.3-1 -> 2.30.3-2)
    [2010-09-25 00:29] upgraded pinentry (0.8.0-1 -> 0.8.0-2)
    [2010-09-25 00:29] upgraded gnupg2 (2.0.15-1 -> 2.0.16-2)
    [2010-09-25 00:29] upgraded grep (2.6.3-1 -> 2.7-1)
    [2010-09-25 00:29] upgraded gstreamer0.10 (0.10.29-1 -> 0.10.30-1)
    [2010-09-25 00:29] upgraded orc (0.4.6-1 -> 0.4.7-1)
    [2010-09-25 00:29] upgraded gstreamer0.10-base (0.10.29-1 -> 0.10.30-1)
    [2010-09-25 00:29] upgraded vim-runtime (7.2-1 -> 7.3.3-1)
    [2010-09-25 00:29] upgraded ruby (1.9.1_p429-1 -> 1.9.2_p0-3)
    [2010-09-25 00:29] Updating desktop and mime database...done.
    [2010-09-25 00:29] upgraded gvim (7.2-1 -> 7.3.3-1)
    [2010-09-25 00:29] Reading package info from stdin ... done.
    [2010-09-25 00:29] upgraded haskell-mtl (1.1.0.2-3 -> 1.1.0.2-4)
    [2010-09-25 00:29] Reading package info from stdin ... done.
    [2010-09-25 00:29] upgraded haskell-utf8-string (0.3.6-3 -> 0.3.6-4)
    [2010-09-25 00:29] Reading package info from stdin ... done.
    [2010-09-25 00:29] upgraded haskell-x11 (1.5.0.0-2 -> 1.5.0.0-5)
    [2010-09-25 00:29] upgraded libtool (2.2.10-1 -> 2.2.10-3)
    [2010-09-25 00:29] upgraded lcms (1.18-3 -> 1.19-1)
    [2010-09-25 00:29] upgraded imagemagick (6.6.2.10-1 -> 6.6.4.3-1)
    [2010-09-25 00:29] upgraded iproute2 (2.6.34-2 -> 2.6.35-3)
    [2010-09-25 00:29] upgraded iptables (1.4.8-1 -> 1.4.9-1)
    [2010-09-25 00:29] upgraded irssi (0.8.15-1 -> 0.8.15-3)
    [2010-09-25 00:29] upgraded jack (0.118.0-3 -> 0.118.0-4)
    [2010-09-25 00:29] upgraded libxi (1.3-2 -> 1.3.2-1)
    [2010-09-25 00:29] upgraded jasper (1.900.1-5 -> 1.900.1-6)
    [2010-09-25 00:29] upgraded linux-firmware (20100623-2 -> 20100807-1)
    [2010-09-25 00:30] >>> Updating module dependencies. Please wait ...
    [2010-09-25 00:30] >>> MKINITCPIO SETUP
    [2010-09-25 00:30] >>> ----------------
    [2010-09-25 00:30] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-09-25 00:30] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-09-25 00:30] >>> More information about mkinitcpio setup can be found here:
    [2010-09-25 00:30] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-09-25 00:30]
    [2010-09-25 00:30] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2010-09-25 00:30] ==> Building image "default"
    [2010-09-25 00:30] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-09-25 00:30] :: Begin build
    [2010-09-25 00:30] :: Parsing hook [base]
    [2010-09-25 00:30] :: Parsing hook [udev]
    [2010-09-25 00:30] :: Parsing hook [autodetect]
    [2010-09-25 00:30] :: Parsing hook [pata]
    [2010-09-25 00:30] :: Parsing hook [scsi]
    [2010-09-25 00:30] :: Parsing hook [sata]
    [2010-09-25 00:30] :: Parsing hook [filesystems]
    [2010-09-25 00:30] :: Generating module dependencies
    [2010-09-25 00:30] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-09-25 00:30] ==> SUCCESS
    [2010-09-25 00:30] ==> Building image "fallback"
    [2010-09-25 00:30] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-09-25 00:30] :: Begin build
    [2010-09-25 00:30] :: Parsing hook [base]
    [2010-09-25 00:31] :: Parsing hook [udev]
    [2010-09-25 00:31] :: Parsing hook [pata]
    [2010-09-25 00:31] :: Parsing hook [scsi]
    [2010-09-25 00:33] :: Parsing hook [sata]
    [2010-09-25 00:34] :: Parsing hook [filesystems]
    [2010-09-25 00:35] :: Generating module dependencies
    [2010-09-25 00:35] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-09-25 00:35] ==> SUCCESS
    [2010-09-25 00:35] upgraded kernel26 (2.6.34.1-1 -> 2.6.35.5-1)
    [2010-09-25 00:35] upgraded kernel26-headers (2.6.34.1-1 -> 2.6.35.5-1)
    [2010-09-25 00:35] upgraded lftp (4.0.9-1 -> 4.0.10-1)
    [2010-09-25 00:35] upgraded libass (0.9.9-1 -> 0.9.11-1)
    [2010-09-25 00:35] upgraded libcdaudio (0.99.12-4 -> 0.99.12-5)
    [2010-09-25 00:35] upgraded libcups (1.4.4-1 -> 1.4.4-3)
    [2010-09-25 00:35] upgraded libdatrie (0.2.3-1 -> 0.2.4-1)
    [2010-09-25 00:35] upgraded libfetch (2.32-1 -> 2.33-1)
    [2010-09-25 00:35] upgraded libgnome-keyring (2.30.1-1 -> 2.30.1-2)
    [2010-09-25 00:35] upgraded libid3tag (0.15.1b-5 -> 0.15.1b-6)
    [2010-09-25 00:35] upgraded libpciaccess (0.11.0-1 -> 0.12.0-1)
    [2010-09-25 00:35] upgraded libproxy (0.3.1-1 -> 0.4.6-1)
    [2010-09-25 00:35] installed v4l-utils (0.8.1-1)
    [2010-09-25 00:35] upgraded libxvmc (1.0.5-1 -> 1.0.6-1)
    [2010-09-25 00:35] upgraded lirc-utils (0.8.6-3 -> 0.8.6-4)
    [2010-09-25 00:35] upgraded lvm2 (2.02.70-1 -> 2.02.73-1)
    [2010-09-25 00:35] upgraded man-pages (3.25-1 -> 3.26-1)
    [2010-09-25 00:35] upgraded mathomatic (15.1.5-1 -> 15.2.1-1)
    [2010-09-25 00:35] upgraded mdadm (3.1.2-2 -> 3.1.4-1)
    [2010-09-25 00:35] upgraded mkinitcpio-busybox (1.16.2-1 -> 1.17.2-1)
    [2010-09-25 00:35] upgraded modemmanager (0.3-2 -> 0.4-1)
    [2010-09-25 00:35] upgraded mpfr (3.0.0-1 -> 3.0.0-2)
    [2010-09-25 00:35] upgraded smbclient (3.5.4-1 -> 3.5.5-1)
    [2010-09-25 00:35] upgraded mplayer (31774-1 -> 32227-1)
    [2010-09-25 00:35] upgraded murrine-themes-collection (20100201-1 -> 20100910-1)
    [2010-09-25 00:35] upgraded nano (2.2.4-1 -> 2.2.5-1)
    [2010-09-25 00:35] upgraded ncmpcpp (0.5.4-1 -> 0.5.5-1)
    [2010-09-25 00:35] upgraded networkmanager (0.8-1 -> 0.8.1-1)
    [2010-09-25 00:35] upgraded network-manager-applet (0.8-3 -> 0.8.1-1)
    [2010-09-25 00:35] upgraded tcp_wrappers (7.6-11 -> 7.6-12)
    [2010-09-25 00:35] upgraded openssh (5.5p1-1 -> 5.6p1-1)
    [2010-09-25 00:35] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2010-09-25 00:35] upgraded pacman-mirrorlist (20100621-1 -> 20100825-1)
    [2010-09-25 00:35] upgraded perl-list-moreutils (0.22-2 -> 0.22-4)
    [2010-09-25 00:35] upgraded pixman (0.18.2-1 -> 0.18.4-1)
    [2010-09-25 00:35] upgraded poppler-data (0.4.2-1 -> 0.4.3-1)
    [2010-09-25 00:35] upgraded psmisc (22.11-1 -> 22.13-1)
    [2010-09-25 00:35] upgraded pycairo (1.8.8-1 -> 1.8.10-1)
    [2010-09-25 00:36] upgraded pygtk (2.17.0-1 -> 2.17.0-2)
    [2010-09-25 00:36] upgraded renderproto (0.11-1 -> 0.11.1-1)
    [2010-09-25 00:36] upgraded rpcbind (0.2.0-1 -> 0.2.0-2)
    [2010-09-25 00:36] upgraded rxvt-unicode-256color (9.07-8 -> 9.07-9)
    [2010-09-25 00:36] warning: /etc/slim.conf installed as /etc/slim.conf.pacnew
    [2010-09-25 00:36] upgraded slim (1.3.1-7 -> 1.3.2-1)
    [2010-09-25 00:36] warning: /etc/sudoers installed as /etc/sudoers.pacnew
    [2010-09-25 00:36] upgraded sudo (1.7.3-1 -> 1.7.4.p4-1)
    [2010-09-25 00:36] upgraded synergy (1.3.1-7 -> 1.3.4-2)
    [2010-09-25 00:36] upgraded syslog-ng (3.1.1-1 -> 3.1.2-1)
    [2010-09-25 00:36] upgraded sysvinit (2.86-5 -> 2.88-1)
    [2010-09-25 00:36] upgraded upower (0.9.4-1 -> 0.9.5-1)
    [2010-09-25 00:36] upgraded usbutils (0.87-1 -> 0.90-1)
    [2010-09-25 00:36] upgraded videoproto (2.3.0-1 -> 2.3.1-1)
    [2010-09-25 00:36] upgraded vim-colorsamplerpack (8.03-1 -> 8.03-2)
    [2010-09-25 00:36] upgraded vlc (1.1.1-3 -> 1.1.4-2)
    [2010-09-25 00:36] upgraded wine (1.2-1 -> 1.3.3-1)
    [2010-09-25 00:36] upgraded xextproto (7.1.1-1 -> 7.1.2-1)
    [2010-09-25 00:36] upgraded xf86-input-evdev (2.4.0-1 -> 2.4.0-2)
    [2010-09-25 00:36] upgraded xfce-utils (4.6.2-1 -> 4.6.2-2)
    [2010-09-25 00:36] upgraded xfconf (4.6.2-1 -> 4.6.2-2)
    [2010-09-25 00:36] upgraded xfdesktop (4.6.2-1 -> 4.6.2-2)
    [2010-09-25 00:36] upgraded xfsprogs (3.1.2-1 -> 3.1.3-1)
    [2010-09-25 00:36] Reading package info from stdin ... done.
    [2010-09-25 00:36] upgraded xmonad (0.9.1-4 -> 0.9.1-8)
    [2010-09-25 00:36] upgraded xorg-server-utils (7.5-4 -> 7.5-6)
    [2010-09-25 00:36] upgraded xorg-utils (7.6-2 -> 7.6-3)
    [2010-09-25 00:36] upgraded xterm (259-1 -> 261-1)
    [2010-09-25 00:36] upgraded xz (4.999.9beta-5 -> 4.999.9beta_174_g41bc-1)
    [2010-09-25 00:36] upgraded youtube-dl (2010.07.14-1 -> 2010.08.04-1)
    [2010-09-25 00:41] Running 'pacman -S xcompmgr'
    [2010-09-25 00:41] installed xcompmgr (1.1.5-1)
    [2010-09-27 23:25] Running 'pacman -S libimobiledevice'
    [2010-09-27 23:25] installed libplist (1.3-1)
    [2010-09-27 23:25] installed usbmuxd (1.0.4-2)
    [2010-09-27 23:25] installed libimobiledevice (1.0.2-1)
    [2010-09-27 23:27] Running 'pacman -U /home/brandon/downloads/ipheth-utils/ipheth-utils-1.0-1-i686.pkg.tar.xz'
    [2010-09-27 23:27] >>> Reloading udev rules
    [2010-09-27 23:27] >>> You can load the iPhone Ethernet Driver now - ipheth
    [2010-09-27 23:27] installed ipheth-utils (1.0-1)
    Last edited by bas1 (2010-09-30 01:48:43)

    karol wrote:
    bas1 wrote:I guess the thing to do would be to try to re-generate the initrd via chroot, but I have no idea how to do this.
    http://wiki.archlinux.org/index.php/Chroot
    You may try to add or remove some hooks as this mysteriously helped some folks.
    Good luck.
    Well, chrooting and regenerating the initial ramdisk has fixed it! Thanks for the help!!
    Edit:  and just FYI, I didn't change any hooks in /etc/mkinitcpio.conf when I re-generated.  But yeah, if someone else has this issue, try playing with them.
    Last edited by bas1 (2010-09-30 01:59:47)

  • Matrox M9138 video card doesn't like system update

    Hi thanks to all who helped me get this video card working about 18 months ago! https://bbs.archlinux.org/viewtopic.php?id=89108&p=1
    Unfortunately updating with pacman -Syu has stopped the video card from working at all. I now write to you using the VESA driver and everything looks way to big! 1024x768 on a 30" monitor when I normally use 1920x1200.
    This is what I get if I try to startx with the m9x Matrox driver:
    [username@computername ~]$ startx
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.38-ARCH x86_64
    Current Operating System: Linux computername 2.6.38-ARCH #1 SMP PREEMPT Mon May 23 22:02:08 CEST 2011 x86_64
    Kernel command line: root=/dev/disk/by-uuid/8ad79d56-15d4-460f-8870-b1b1489d0eac ro vga=773
    Build Date: 30 May 2011 08:18:15AM
    Current Version of pixman: 0.20.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 2 19:12:57 2011
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (EE) Failed to load /urs/lib/xorg/modules/drivers/m9x_drv.so: /usr/lib/xorg/modules/drivers/m9x_drv.so: undefined symbol: xf86ScreenKey
    (EE) LoadModule: Module m9x does not have a m9xModuleData Data object.
    (EE) Failed to load modul "m9x" (invalid module, 0)
    (EE) No drivers available.
    Fatal Server Error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    [username@computername ~]$
    /urs/lib/xorg/modules/drivers/m9x_drv.so does exist, and I've no idea what xf86ScreenKey is and why it happens to be undefined today.
    I'm definitely using the file etc/X11/xorg.conf because when I edit this file and change the driver to "vesa" I can get into X and see you all much larger than life. etc/X11/xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dri"
    Load "extmod"
    Load "dri2"
    Load "glx"
    Load "dbe"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "gb"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Option "OldDmaInit" "On"
    Identifier "Card0"
    Driver "m9x"
    VendorName "Matrox Graphics, Inc."
    BoardName "M91XX"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1920x1200"
    EndSubSection
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    EndSection
    /var/log/Xorg.0.log
    [ 28.582] X Protocol Version 11, Revision 0
    [ 28.583] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 28.583] Current Operating System: Linux eggi 2.6.38-ARCH #1 SMP PREEMPT Mon May 23 22:02:08 CEST 2011 x86_64
    [ 28.584] Kernel command line: root=/dev/disk/by-uuid/8ad79d56-15d4-460f-8870-b1b1489d0eac ro vga=773
    [ 28.584] Build Date: 30 May 2011 08:18:15AM
    [ 28.584]
    [ 28.584] Current version of pixman: 0.20.2
    [ 28.585] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 28.585] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 28.586] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 2 19:17:54 2011
    [ 28.589] (==) Using config file: "/etc/X11/xorg.conf"
    [ 28.589] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 28.592] (==) ServerLayout "X.org Configured"
    [ 28.592] (**) |-->Screen "Screen0" (0)
    [ 28.592] (**) | |-->Monitor "Monitor0"
    [ 28.592] (**) | |-->Device "Card0"
    [ 28.592] (**) |-->Input Device "Mouse0"
    [ 28.592] (**) |-->Input Device "Keyboard0"
    [ 28.592] (**) Option "AutoAddDevices" "False"
    [ 28.592] (**) Not automatically adding devices
    [ 28.592] (==) Automatically enabling devices
    [ 28.596] (WW) The directory "/usr/share/fonts/Type1" does not exist.
    [ 28.596] Entry deleted from font path.
    [ 28.596] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 28.596] Entry deleted from font path.
    [ 28.596] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 28.596] Entry deleted from font path.
    [ 28.596] (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 28.596] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 28.596] (II) Loader magic: 0x7d3440
    [ 28.596] (II) Module ABI versions:
    [ 28.596] X.Org ANSI C Emulation: 0.4
    [ 28.596] X.Org Video Driver: 10.0
    [ 28.596] X.Org XInput driver : 12.2
    [ 28.596] X.Org Server Extension : 5.0
    [ 28.597] (--) PCI:*(0:2:0:0) 102b:0540:102b:2241 rev 1, Mem @ 0xd0000000/268435456, 0xfbafe000/8192, BIOS @ 0x????????/131072
    [ 28.597] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 28.597] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 28.597] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 28.597] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 28.597] (II) "record" will be loaded by default.
    [ 28.597] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [ 28.597] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 28.597] (II) LoadModule: "dri"
    [ 28.600] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 28.602] (II) Module dri: vendor="X.Org Foundation"
    [ 28.602] compiled for 1.10.2, module version = 1.0.0
    [ 28.602] ABI class: X.Org Server Extension, version 5.0
    [ 28.602] (II) Loading extension XFree86-DRI
    [ 28.602] (II) LoadModule: "extmod"
    [ 28.602] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 28.604] (II) Module extmod: vendor="X.Org Foundation"
    [ 28.604] compiled for 1.10.2, module version = 1.0.0
    [ 28.604] Module class: X.Org Server Extension
    [ 28.604] ABI class: X.Org Server Extension, version 5.0
    [ 28.604] (II) Loading extension MIT-SCREEN-SAVER
    [ 28.604] (II) Loading extension XFree86-VidModeExtension
    [ 28.604] (II) Loading extension XFree86-DGA
    [ 28.604] (II) Loading extension DPMS
    [ 28.604] (II) Loading extension XVideo
    [ 28.604] (II) Loading extension XVideo-MotionCompensation
    [ 28.604] (II) Loading extension X-Resource
    [ 28.604] (II) LoadModule: "dri2"
    [ 28.604] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 28.604] (II) Module dri2: vendor="X.Org Foundation"
    [ 28.604] compiled for 1.10.2, module version = 1.2.0
    [ 28.604] ABI class: X.Org Server Extension, version 5.0
    [ 28.604] (II) Loading extension DRI2
    [ 28.604] (II) LoadModule: "glx"
    [ 28.605] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 28.608] (II) Module glx: vendor="X.Org Foundation"
    [ 28.608] compiled for 1.10.2, module version = 1.0.0
    [ 28.608] ABI class: X.Org Server Extension, version 5.0
    [ 28.608] (==) AIGLX enabled
    [ 28.608] (II) Loading extension GLX
    [ 28.608] (II) LoadModule: "dbe"
    [ 28.608] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 28.608] (II) Module dbe: vendor="X.Org Foundation"
    [ 28.608] compiled for 1.10.2, module version = 1.0.0
    [ 28.608] Module class: X.Org Server Extension
    [ 28.608] ABI class: X.Org Server Extension, version 5.0
    [ 28.608] (II) Loading extension DOUBLE-BUFFER
    [ 28.608] (II) LoadModule: "record"
    [ 28.609] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 28.609] (II) Module record: vendor="X.Org Foundation"
    [ 28.609] compiled for 1.10.2, module version = 1.13.0
    [ 28.609] Module class: X.Org Server Extension
    [ 28.609] ABI class: X.Org Server Extension, version 5.0
    [ 28.609] (II) Loading extension RECORD
    [ 28.609] (II) LoadModule: "vesa"
    [ 28.612] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 28.612] (II) Module vesa: vendor="X.Org Foundation"
    [ 28.612] compiled for 1.10.0, module version = 2.3.0
    [ 28.612] Module class: X.Org Video Driver
    [ 28.612] ABI class: X.Org Video Driver, version 10.0
    [ 28.612] (II) LoadModule: "mouse"
    [ 28.613] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 28.613] (II) Module mouse: vendor="X.Org Foundation"
    [ 28.613] compiled for 1.10.0, module version = 1.7.0
    [ 28.613] Module class: X.Org XInput Driver
    [ 28.613] ABI class: X.Org XInput driver, version 12.2
    [ 28.613] (II) LoadModule: "kbd"
    [ 28.614] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    [ 28.614] (II) Module kbd: vendor="X.Org Foundation"
    [ 28.614] compiled for 1.10.0, module version = 1.6.0
    [ 28.614] Module class: X.Org XInput Driver
    [ 28.614] ABI class: X.Org XInput driver, version 12.2
    [ 28.614] (II) VESA: driver for VESA chipsets: vesa
    [ 28.614] (--) using VT number 7
    [ 28.645] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 28.645] (II) Loading sub module "vbe"
    [ 28.645] (II) LoadModule: "vbe"
    [ 28.649] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 28.649] (II) Module vbe: vendor="X.Org Foundation"
    [ 28.650] compiled for 1.10.2, module version = 1.1.0
    [ 28.650] ABI class: X.Org Video Driver, version 10.0
    [ 28.650] (II) Loading sub module "int10"
    [ 28.650] (II) LoadModule: "int10"
    [ 28.650] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 28.652] (II) Module int10: vendor="X.Org Foundation"
    [ 28.652] compiled for 1.10.2, module version = 1.0.0
    [ 28.652] ABI class: X.Org Video Driver, version 10.0
    [ 28.652] (II) VESA(0): initializing int10
    [ 28.652] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [ 28.652] (II) VESA(0): VESA BIOS detected
    [ 28.652] (II) VESA(0): VESA VBE Version 3.0
    [ 28.652] (II) VESA(0): VESA VBE Total Mem: 16384 kB
    [ 28.652] (II) VESA(0): VESA VBE OEM: Matrox Graphics Inc.
    [ 28.652] (II) VESA(0): VESA VBE OEM Software Rev: 1.6
    [ 28.652] (II) VESA(0): VESA VBE OEM Vendor: Matrox
    [ 28.652] (II) VESA(0): VESA VBE OEM Product: Matrox Phoenix
    [ 28.652] (II) VESA(0): VESA VBE OEM Product Rev: 00
    [ 28.654] (**) VESA(0): Depth 24, (--) framebuffer bpp 32
    [ 28.655] (==) VESA(0): RGB weight 888
    [ 28.655] (==) VESA(0): Default visual is TrueColor
    [ 28.655] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 28.655] (II) Loading sub module "ddc"
    [ 28.655] (II) LoadModule: "ddc"
    [ 28.655] (II) Module "ddc" already built-in
    [ 28.655] (II) VESA(0): VESA VBE DDC not supported
    [ 28.655] (II) VESA(0): VESA VBE PanelID invalid
    [ 28.655] (II) VESA(0): Searching for matching VESA mode(s):
    [ 28.655] Mode: 101 (640x480)
    [ 28.655] ModeAttributes: 0xbb
    [ 28.655] WinAAttributes: 0x7
    [ 28.655] WinBAttributes: 0x0
    [ 28.655] WinGranularity: 64
    [ 28.655] WinSize: 64
    [ 28.655] WinASegment: 0xa000
    [ 28.655] WinBSegment: 0x0
    [ 28.655] WinFuncPtr: 0xc0006f25
    [ 28.655] BytesPerScanline: 640
    [ 28.655] XResolution: 640
    [ 28.655] YResolution: 480
    [ 28.655] XCharSize: 8
    [ 28.655] YCharSize: 16
    [ 28.655] NumberOfPlanes: 1
    [ 28.655] BitsPerPixel: 8
    [ 28.655] NumberOfBanks: 1
    [ 28.655] MemoryModel: 4
    [ 28.655] BankSize: 0
    [ 28.655] NumberOfImages: 30
    [ 28.655] RedMaskSize: 0
    [ 28.655] RedFieldPosition: 0
    [ 28.655] GreenMaskSize: 0
    [ 28.655] GreenFieldPosition: 0
    [ 28.655] BlueMaskSize: 0
    [ 28.655] BlueFieldPosition: 0
    [ 28.655] RsvdMaskSize: 0
    [ 28.655] RsvdFieldPosition: 0
    [ 28.655] DirectColorModeInfo: 0
    [ 28.655] PhysBasePtr: 0xd0000000
    [ 28.655] LinBytesPerScanLine: 640
    [ 28.655] BnkNumberOfImagePages: 30
    [ 28.655] LinNumberOfImagePages: 30
    [ 28.655] LinRedMaskSize: 0
    [ 28.655] LinRedFieldPosition: 0
    [ 28.655] LinGreenMaskSize: 0
    [ 28.655] LinGreenFieldPosition: 0
    [ 28.655] LinBlueMaskSize: 0
    [ 28.655] LinBlueFieldPosition: 0
    [ 28.655] LinRsvdMaskSize: 0
    [ 28.655] LinRsvdFieldPosition: 0
    [ 28.655] MaxPixelClock: 218000000
    [ 28.655] Mode: 110 (640x480)
    [ 28.655] ModeAttributes: 0xbb
    [ 28.655] WinAAttributes: 0x7
    [ 28.655] WinBAttributes: 0x0
    [ 28.655] WinGranularity: 64
    [ 28.655] WinSize: 64
    [ 28.655] WinASegment: 0xa000
    [ 28.655] WinBSegment: 0x0
    [ 28.655] WinFuncPtr: 0xc0006f25
    [ 28.655] BytesPerScanline: 1280
    [ 28.655] XResolution: 640
    [ 28.655] YResolution: 480
    [ 28.655] XCharSize: 8
    [ 28.655] YCharSize: 16
    [ 28.655] NumberOfPlanes: 1
    [ 28.655] BitsPerPixel: 16
    [ 28.655] NumberOfBanks: 1
    [ 28.655] MemoryModel: 6
    [ 28.655] BankSize: 0
    [ 28.655] NumberOfImages: 24
    [ 28.655] RedMaskSize: 5
    [ 28.655] RedFieldPosition: 10
    [ 28.655] GreenMaskSize: 5
    [ 28.655] GreenFieldPosition: 5
    [ 28.655] BlueMaskSize: 5
    [ 28.655] BlueFieldPosition: 0
    [ 28.655] RsvdMaskSize: 1
    [ 28.655] RsvdFieldPosition: 15
    [ 28.655] DirectColorModeInfo: 1
    [ 28.655] PhysBasePtr: 0xd0000000
    [ 28.655] LinBytesPerScanLine: 1280
    [ 28.655] BnkNumberOfImagePages: 24
    [ 28.655] LinNumberOfImagePages: 24
    [ 28.655] LinRedMaskSize: 5
    [ 28.655] LinRedFieldPosition: 10
    [ 28.655] LinGreenMaskSize: 5
    [ 28.655] LinGreenFieldPosition: 5
    [ 28.655] LinBlueMaskSize: 5
    [ 28.655] LinBlueFieldPosition: 0
    [ 28.655] LinRsvdMaskSize: 1
    [ 28.655] LinRsvdFieldPosition: 15
    [ 28.655] MaxPixelClock: 218000000
    [ 28.655] Mode: 111 (640x480)
    [ 28.655] ModeAttributes: 0xbb
    [ 28.655] WinAAttributes: 0x7
    [ 28.655] WinBAttributes: 0x0
    [ 28.655] WinGranularity: 64
    [ 28.655] WinSize: 64
    [ 28.655] WinASegment: 0xa000
    [ 28.655] WinBSegment: 0x0
    [ 28.655] WinFuncPtr: 0xc0006f25
    [ 28.655] BytesPerScanline: 1280
    [ 28.655] XResolution: 640
    [ 28.655] YResolution: 480
    [ 28.655] XCharSize: 8
    [ 28.655] YCharSize: 16
    [ 28.655] NumberOfPlanes: 1
    [ 28.655] BitsPerPixel: 16
    [ 28.655] NumberOfBanks: 1
    [ 28.655] MemoryModel: 6
    [ 28.655] BankSize: 0
    [ 28.655] NumberOfImages: 24
    [ 28.655] RedMaskSize: 5
    [ 28.655] RedFieldPosition: 11
    [ 28.655] GreenMaskSize: 6
    [ 28.655] GreenFieldPosition: 5
    [ 28.655] BlueMaskSize: 5
    [ 28.655] BlueFieldPosition: 0
    [ 28.655] RsvdMaskSize: 0
    [ 28.655] RsvdFieldPosition: 0
    [ 28.655] DirectColorModeInfo: 1
    [ 28.655] PhysBasePtr: 0xd0000000
    [ 28.655] LinBytesPerScanLine: 1280
    [ 28.655] BnkNumberOfImagePages: 24
    [ 28.655] LinNumberOfImagePages: 24
    [ 28.655] LinRedMaskSize: 5
    [ 28.655] LinRedFieldPosition: 11
    [ 28.655] LinGreenMaskSize: 6
    [ 28.655] LinGreenFieldPosition: 5
    [ 28.655] LinBlueMaskSize: 5
    [ 28.655] LinBlueFieldPosition: 0
    [ 28.656] LinRsvdMaskSize: 0
    [ 28.656] LinRsvdFieldPosition: 0
    [ 28.656] MaxPixelClock: 218000000
    [ 28.656] *Mode: 112 (640x480)
    [ 28.656] ModeAttributes: 0xbb
    [ 28.656] WinAAttributes: 0x7
    [ 28.656] WinBAttributes: 0x0
    [ 28.656] WinGranularity: 64
    [ 28.656] WinSize: 64
    [ 28.656] WinASegment: 0xa000
    [ 28.656] WinBSegment: 0x0
    [ 28.656] WinFuncPtr: 0xc0006f25
    [ 28.656] BytesPerScanline: 2560
    [ 28.656] XResolution: 640
    [ 28.656] YResolution: 480
    [ 28.656] XCharSize: 8
    [ 28.656] YCharSize: 16
    [ 28.656] NumberOfPlanes: 1
    [ 28.656] BitsPerPixel: 32
    [ 28.656] NumberOfBanks: 1
    [ 28.656] MemoryModel: 6
    [ 28.656] BankSize: 0
    [ 28.656] NumberOfImages: 12
    [ 28.656] RedMaskSize: 8
    [ 28.656] RedFieldPosition: 16
    [ 28.656] GreenMaskSize: 8
    [ 28.656] GreenFieldPosition: 8
    [ 28.656] BlueMaskSize: 8
    [ 28.656] BlueFieldPosition: 0
    [ 28.656] RsvdMaskSize: 8
    [ 28.656] RsvdFieldPosition: 24
    [ 28.656] DirectColorModeInfo: 1
    [ 28.656] PhysBasePtr: 0xd0000000
    [ 28.656] LinBytesPerScanLine: 2560
    [ 28.656] BnkNumberOfImagePages: 12
    [ 28.656] LinNumberOfImagePages: 12
    [ 28.656] LinRedMaskSize: 8
    [ 28.656] LinRedFieldPosition: 16
    [ 28.656] LinGreenMaskSize: 8
    [ 28.656] LinGreenFieldPosition: 8
    [ 28.656] LinBlueMaskSize: 8
    [ 28.656] LinBlueFieldPosition: 0
    [ 28.656] LinRsvdMaskSize: 8
    [ 28.656] LinRsvdFieldPosition: 24
    [ 28.656] MaxPixelClock: 218000000
    [ 28.656] Mode: 100 (640x400)
    [ 28.656] ModeAttributes: 0xbb
    [ 28.656] WinAAttributes: 0x7
    [ 28.656] WinBAttributes: 0x0
    [ 28.656] WinGranularity: 64
    [ 28.656] WinSize: 64
    [ 28.656] WinASegment: 0xa000
    [ 28.656] WinBSegment: 0x0
    [ 28.656] WinFuncPtr: 0xc0006f25
    [ 28.656] BytesPerScanline: 640
    [ 28.656] XResolution: 640
    [ 28.656] YResolution: 400
    [ 28.656] XCharSize: 8
    [ 28.656] YCharSize: 16
    [ 28.656] NumberOfPlanes: 1
    [ 28.656] BitsPerPixel: 8
    [ 28.656] NumberOfBanks: 1
    [ 28.656] MemoryModel: 4
    [ 28.656] BankSize: 0
    [ 28.656] NumberOfImages: 38
    [ 28.656] RedMaskSize: 0
    [ 28.656] RedFieldPosition: 0
    [ 28.656] GreenMaskSize: 0
    [ 28.656] GreenFieldPosition: 0
    [ 28.656] BlueMaskSize: 0
    [ 28.656] BlueFieldPosition: 0
    [ 28.656] RsvdMaskSize: 0
    [ 28.656] RsvdFieldPosition: 0
    [ 28.656] DirectColorModeInfo: 0
    [ 28.656] PhysBasePtr: 0xd0000000
    [ 28.656] LinBytesPerScanLine: 640
    [ 28.656] BnkNumberOfImagePages: 38
    [ 28.656] LinNumberOfImagePages: 38
    [ 28.656] LinRedMaskSize: 0
    [ 28.656] LinRedFieldPosition: 0
    [ 28.656] LinGreenMaskSize: 0
    [ 28.656] LinGreenFieldPosition: 0
    [ 28.656] LinBlueMaskSize: 0
    [ 28.656] LinBlueFieldPosition: 0
    [ 28.656] LinRsvdMaskSize: 0
    [ 28.656] LinRsvdFieldPosition: 0
    [ 28.656] MaxPixelClock: 218000000
    [ 28.656] Mode: 102 (800x600)
    [ 28.656] ModeAttributes: 0x3b
    [ 28.656] WinAAttributes: 0x7
    [ 28.656] WinBAttributes: 0x0
    [ 28.656] WinGranularity: 64
    [ 28.656] WinSize: 64
    [ 28.656] WinASegment: 0xa000
    [ 28.656] WinBSegment: 0x0
    [ 28.656] WinFuncPtr: 0xc0006f25
    [ 28.656] BytesPerScanline: 100
    [ 28.656] XResolution: 800
    [ 28.656] YResolution: 600
    [ 28.656] XCharSize: 8
    [ 28.656] YCharSize: 14
    [ 28.656] NumberOfPlanes: 4
    [ 28.656] BitsPerPixel: 4
    [ 28.656] NumberOfBanks: 1
    [ 28.656] MemoryModel: 3
    [ 28.656] BankSize: 0
    [ 28.656] NumberOfImages: 0
    [ 28.656] RedMaskSize: 0
    [ 28.657] RedFieldPosition: 0
    [ 28.657] GreenMaskSize: 0
    [ 28.657] GreenFieldPosition: 0
    [ 28.657] BlueMaskSize: 0
    [ 28.657] BlueFieldPosition: 0
    [ 28.657] RsvdMaskSize: 0
    [ 28.657] RsvdFieldPosition: 0
    [ 28.657] DirectColorModeInfo: 0
    [ 28.657] PhysBasePtr: 0x0
    [ 28.657] LinBytesPerScanLine: 0
    [ 28.657] BnkNumberOfImagePages: 0
    [ 28.657] LinNumberOfImagePages: 0
    [ 28.657] LinRedMaskSize: 0
    [ 28.657] LinRedFieldPosition: 0
    [ 28.657] LinGreenMaskSize: 0
    [ 28.657] LinGreenFieldPosition: 0
    [ 28.657] LinBlueMaskSize: 0
    [ 28.657] LinBlueFieldPosition: 0
    [ 28.657] LinRsvdMaskSize: 0
    [ 28.657] LinRsvdFieldPosition: 0
    [ 28.657] MaxPixelClock: 218000000
    [ 28.657] Mode: 103 (800x600)
    [ 28.657] ModeAttributes: 0xbb
    [ 28.657] WinAAttributes: 0x7
    [ 28.657] WinBAttributes: 0x0
    [ 28.657] WinGranularity: 64
    [ 28.657] WinSize: 64
    [ 28.657] WinASegment: 0xa000
    [ 28.657] WinBSegment: 0x0
    [ 28.657] WinFuncPtr: 0xc0006f25
    [ 28.657] BytesPerScanline: 800
    [ 28.657] XResolution: 800
    [ 28.657] YResolution: 600
    [ 28.657] XCharSize: 8
    [ 28.657] YCharSize: 16
    [ 28.657] NumberOfPlanes: 1
    [ 28.657] BitsPerPixel: 8
    [ 28.657] NumberOfBanks: 1
    [ 28.657] MemoryModel: 4
    [ 28.657] BankSize: 0
    [ 28.657] NumberOfImages: 23
    [ 28.657] RedMaskSize: 0
    [ 28.657] RedFieldPosition: 0
    [ 28.657] GreenMaskSize: 0
    [ 28.657] GreenFieldPosition: 0
    [ 28.657] BlueMaskSize: 0
    [ 28.657] BlueFieldPosition: 0
    [ 28.657] RsvdMaskSize: 0
    [ 28.657] RsvdFieldPosition: 0
    [ 28.657] DirectColorModeInfo: 0
    [ 28.657] PhysBasePtr: 0xd0000000
    [ 28.657] LinBytesPerScanLine: 800
    [ 28.657] BnkNumberOfImagePages: 23
    [ 28.657] LinNumberOfImagePages: 23
    [ 28.657] LinRedMaskSize: 0
    [ 28.657] LinRedFieldPosition: 0
    [ 28.657] LinGreenMaskSize: 0
    [ 28.657] LinGreenFieldPosition: 0
    [ 28.657] LinBlueMaskSize: 0
    [ 28.657] LinBlueFieldPosition: 0
    [ 28.657] LinRsvdMaskSize: 0
    [ 28.657] LinRsvdFieldPosition: 0
    [ 28.657] MaxPixelClock: 218000000
    [ 28.657] Mode: 113 (800x600)
    [ 28.657] ModeAttributes: 0xbb
    [ 28.657] WinAAttributes: 0x7
    [ 28.657] WinBAttributes: 0x0
    [ 28.657] WinGranularity: 64
    [ 28.657] WinSize: 64
    [ 28.657] WinASegment: 0xa000
    [ 28.657] WinBSegment: 0x0
    [ 28.657] WinFuncPtr: 0xc0006f25
    [ 28.657] BytesPerScanline: 1600
    [ 28.657] XResolution: 800
    [ 28.657] YResolution: 600
    [ 28.657] XCharSize: 8
    [ 28.657] YCharSize: 16
    [ 28.657] NumberOfPlanes: 1
    [ 28.657] BitsPerPixel: 16
    [ 28.657] NumberOfBanks: 1
    [ 28.657] MemoryModel: 6
    [ 28.657] BankSize: 0
    [ 28.657] NumberOfImages: 16
    [ 28.657] RedMaskSize: 5
    [ 28.657] RedFieldPosition: 10
    [ 28.657] GreenMaskSize: 5
    [ 28.657] GreenFieldPosition: 5
    [ 28.657] BlueMaskSize: 5
    [ 28.657] BlueFieldPosition: 0
    [ 28.657] RsvdMaskSize: 1
    [ 28.657] RsvdFieldPosition: 15
    [ 28.657] DirectColorModeInfo: 1
    [ 28.657] PhysBasePtr: 0xd0000000
    [ 28.657] LinBytesPerScanLine: 1600
    [ 28.657] BnkNumberOfImagePages: 16
    [ 28.657] LinNumberOfImagePages: 16
    [ 28.657] LinRedMaskSize: 5
    [ 28.657] LinRedFieldPosition: 10
    [ 28.657] LinGreenMaskSize: 5
    [ 28.657] LinGreenFieldPosition: 5
    [ 28.657] LinBlueMaskSize: 5
    [ 28.657] LinBlueFieldPosition: 0
    [ 28.657] LinRsvdMaskSize: 1
    [ 28.657] LinRsvdFieldPosition: 15
    [ 28.657] MaxPixelClock: 218000000
    [ 28.657] Mode: 114 (800x600)
    [ 28.657] ModeAttributes: 0xbb
    [ 28.657] WinAAttributes: 0x7
    [ 28.657] WinBAttributes: 0x0
    [ 28.657] WinGranularity: 64
    [ 28.657] WinSize: 64
    [ 28.657] WinASegment: 0xa000
    [ 28.657] WinBSegment: 0x0
    [ 28.657] WinFuncPtr: 0xc0006f25
    [ 28.657] BytesPerScanline: 1600
    [ 28.657] XResolution: 800
    [ 28.657] YResolution: 600
    [ 28.657] XCharSize: 8
    [ 28.657] YCharSize: 16
    [ 28.657] NumberOfPlanes: 1
    [ 28.657] BitsPerPixel: 16
    [ 28.657] NumberOfBanks: 1
    [ 28.657] MemoryModel: 6
    [ 28.657] BankSize: 0
    [ 28.657] NumberOfImages: 16
    [ 28.657] RedMaskSize: 5
    [ 28.657] RedFieldPosition: 11
    [ 28.657] GreenMaskSize: 6
    [ 28.657] GreenFieldPosition: 5
    [ 28.657] BlueMaskSize: 5
    [ 28.657] BlueFieldPosition: 0
    [ 28.657] RsvdMaskSize: 0
    [ 28.657] RsvdFieldPosition: 0
    [ 28.657] DirectColorModeInfo: 1
    [ 28.657] PhysBasePtr: 0xd0000000
    [ 28.657] LinBytesPerScanLine: 1600
    [ 28.657] BnkNumberOfImagePages: 16
    [ 28.657] LinNumberOfImagePages: 16
    [ 28.657] LinRedMaskSize: 5
    [ 28.657] LinRedFieldPosition: 11
    [ 28.657] LinGreenMaskSize: 6
    [ 28.657] LinGreenFieldPosition: 5
    [ 28.657] LinBlueMaskSize: 5
    [ 28.657] LinBlueFieldPosition: 0
    [ 28.657] LinRsvdMaskSize: 0
    [ 28.657] LinRsvdFieldPosition: 0
    [ 28.657] MaxPixelClock: 218000000
    [ 28.658] *Mode: 115 (800x600)
    [ 28.658] ModeAttributes: 0xbb
    [ 28.658] WinAAttributes: 0x7
    [ 28.658] WinBAttributes: 0x0
    [ 28.658] WinGranularity: 64
    [ 28.658] WinSize: 64
    [ 28.658] WinASegment: 0xa000
    [ 28.658] WinBSegment: 0x0
    [ 28.658] WinFuncPtr: 0xc0006f25
    [ 28.658] BytesPerScanline: 3200
    [ 28.658] XResolution: 800
    [ 28.658] YResolution: 600
    [ 28.658] XCharSize: 8
    [ 28.658] YCharSize: 16
    [ 28.658] NumberOfPlanes: 1
    [ 28.658] BitsPerPixel: 32
    [ 28.658] NumberOfBanks: 1
    [ 28.658] MemoryModel: 6
    [ 28.658] BankSize: 0
    [ 28.658] NumberOfImages: 7
    [ 28.658] RedMaskSize: 8
    [ 28.658] RedFieldPosition: 16
    [ 28.658] GreenMaskSize: 8
    [ 28.658] GreenFieldPosition: 8
    [ 28.658] BlueMaskSize: 8
    [ 28.658] BlueFieldPosition: 0
    [ 28.658] RsvdMaskSize: 8
    [ 28.658] RsvdFieldPosition: 24
    [ 28.658] DirectColorModeInfo: 1
    [ 28.658] PhysBasePtr: 0xd0000000
    [ 28.658] LinBytesPerScanLine: 3200
    [ 28.658] BnkNumberOfImagePages: 7
    [ 28.658] LinNumberOfImagePages: 7
    [ 28.658] LinRedMaskSize: 8
    [ 28.658] LinRedFieldPosition: 16
    [ 28.658] LinGreenMaskSize: 8
    [ 28.658] LinGreenFieldPosition: 8
    [ 28.658] LinBlueMaskSize: 8
    [ 28.658] LinBlueFieldPosition: 0
    [ 28.658] LinRsvdMaskSize: 8
    [ 28.658] LinRsvdFieldPosition: 24
    [ 28.658] MaxPixelClock: 218000000
    [ 28.658] Mode: 105 (1024x768)
    [ 28.658] ModeAttributes: 0xbb
    [ 28.658] WinAAttributes: 0x7
    [ 28.658] WinBAttributes: 0x0
    [ 28.658] WinGranularity: 64
    [ 28.658] WinSize: 64
    [ 28.658] WinASegment: 0xa000
    [ 28.658] WinBSegment: 0x0
    [ 28.658] WinFuncPtr: 0xc0006f25
    [ 28.658] BytesPerScanline: 1024
    [ 28.658] XResolution: 1024
    [ 28.658] YResolution: 768
    [ 28.658] XCharSize: 8
    [ 28.658] YCharSize: 16
    [ 28.658] NumberOfPlanes: 1
    [ 28.658] BitsPerPixel: 8
    [ 28.658] NumberOfBanks: 1
    [ 28.658] MemoryModel: 4
    [ 28.658] BankSize: 0
    [ 28.658] NumberOfImages: 18
    [ 28.658] RedMaskSize: 0
    [ 28.658] RedFieldPosition: 0
    [ 28.658] GreenMaskSize: 0
    [ 28.658] GreenFieldPosition: 0
    [ 28.658] BlueMaskSize: 0
    [ 28.658] BlueFieldPosition: 0
    [ 28.658] RsvdMaskSize: 0
    [ 28.658] RsvdFieldPosition: 0
    [ 28.658] DirectColorModeInfo: 0
    [ 28.658] PhysBasePtr: 0xd0000000
    [ 28.658] LinBytesPerScanLine: 1024
    [ 28.658] BnkNumberOfImagePages: 18
    [ 28.658] LinNumberOfImagePages: 18
    [ 28.658] LinRedMaskSize: 0
    [ 28.658] LinRedFieldPosition: 0
    [ 28.658] LinGreenMaskSize: 0
    [ 28.658] LinGreenFieldPosition: 0
    [ 28.658] LinBlueMaskSize: 0
    [ 28.658] LinBlueFieldPosition: 0
    [ 28.658] LinRsvdMaskSize: 0
    [ 28.658] LinRsvdFieldPosition: 0
    [ 28.658] MaxPixelClock: 218000000
    [ 28.658] Mode: 116 (1024x768)
    [ 28.658] ModeAttributes: 0xbb
    [ 28.658] WinAAttributes: 0x7
    [ 28.658] WinBAttributes: 0x0
    [ 28.658] WinGranularity: 64
    [ 28.658] WinSize: 64
    [ 28.658] WinASegment: 0xa000
    [ 28.658] WinBSegment: 0x0
    [ 28.658] WinFuncPtr: 0xc0006f25
    [ 28.658] BytesPerScanline: 2048
    [ 28.658] XResolution: 1024
    [ 28.658] YResolution: 768
    [ 28.658] XCharSize: 8
    [ 28.658] YCharSize: 16
    [ 28.658] NumberOfPlanes: 1
    [ 28.658] BitsPerPixel: 16
    [ 28.658] NumberOfBanks: 1
    [ 28.658] MemoryModel: 6
    [ 28.658] BankSize: 0
    [ 28.658] NumberOfImages: 9
    [ 28.658] RedMaskSize: 5
    [ 28.658] RedFieldPosition: 10
    [ 28.658] GreenMaskSize: 5
    [ 28.658] GreenFieldPosition: 5
    [ 28.658] BlueMaskSize: 5
    [ 28.658] BlueFieldPosition: 0
    [ 28.658] RsvdMaskSize: 1
    [ 28.658] RsvdFieldPosition: 15
    [ 28.658] DirectColorModeInfo: 1
    [ 28.658] PhysBasePtr: 0xd0000000
    [ 28.658] LinBytesPerScanLine: 2048
    [ 28.658] BnkNumberOfImagePages: 9
    [ 28.658] LinNumberOfImagePages: 9
    [ 28.658] LinRedMaskSize: 5
    [ 28.658] LinRedFieldPosition: 10
    [ 28.658] LinGreenMaskSize: 5
    [ 28.658] LinGreenFieldPosition: 5
    [ 28.658] LinBlueMaskSize: 5
    [ 28.658] LinBlueFieldPosition: 0
    [ 28.658] LinRsvdMaskSize: 1
    [ 28.658] LinRsvdFieldPosition: 15
    [ 28.658] MaxPixelClock: 218000000
    [ 28.658] Mode: 117 (1024x768)
    [ 28.658] ModeAttributes: 0xbb
    [ 28.658] WinAAttributes: 0x7
    [ 28.658] WinBAttributes: 0x0
    [ 28.658] WinGranularity: 64
    [ 28.658] WinSize: 64
    [ 28.658] WinASegment: 0xa000
    [ 28.658] WinBSegment: 0x0
    [ 28.658] WinFuncPtr: 0xc0006f25
    [ 28.658] BytesPerScanline: 2048
    [ 28.659] XResolution: 1024
    [ 28.659] YResolution: 768
    [ 28.659] XCharSize: 8
    [ 28.659] YCharSize: 16
    [ 28.659] NumberOfPlanes: 1
    [ 28.659] BitsPerPixel: 16
    [ 28.659] NumberOfBanks: 1
    [ 28.659] MemoryModel: 6
    [ 28.659] BankSize: 0
    [ 28.659] NumberOfImages: 9
    [ 28.659] RedMaskSize: 5
    [ 28.659] RedFieldPosition: 11
    [ 28.659] GreenMaskSize: 6
    [ 28.659] GreenFieldPosition: 5
    [ 28.659] BlueMaskSize: 5
    [ 28.659] BlueFieldPosition: 0
    [ 28.659] RsvdMaskSize: 0
    [ 28.659] RsvdFieldPosition: 0
    [ 28.659] DirectColorModeInfo: 1
    [ 28.659] PhysBasePtr: 0xd0000000
    [ 28.659] LinBytesPerScanLine: 2048
    [ 28.659] BnkNumberOfImagePages: 9
    [ 28.659] LinNumberOfImagePages: 9
    [ 28.659] LinRedMaskSize: 5
    [ 28.659] LinRedFieldPosition: 11
    [ 28.659] LinGreenMaskSize: 6
    [ 28.659] LinGreenFieldPosition: 5
    [ 28.659] LinBlueMaskSize: 5
    [ 28.659] LinBlueFieldPosition: 0
    [ 28.659] LinRsvdMaskSize: 0
    [ 28.659] LinRsvdFieldPosition: 0
    [ 28.659] MaxPixelClock: 218000000
    [ 28.659] *Mode: 118 (1024x768)
    [ 28.659] ModeAttributes: 0xbb
    [ 28.659] WinAAttributes: 0x7
    [ 28.659] WinBAttributes: 0x0
    [ 28.659] WinGranularity: 64
    [ 28.659] WinSize: 64
    [ 28.659] WinASegment: 0xa000
    [ 28.659] WinBSegment: 0x0
    [ 28.659] WinFuncPtr: 0xc0006f25
    [ 28.659] BytesPerScanline: 4096
    [ 28.659] XResolution: 1024
    [ 28.659] YResolution: 768
    [ 28.659] XCharSize: 8
    [ 28.659] YCharSize: 16
    [ 28.659] NumberOfPlanes: 1
    [ 28.659] BitsPerPixel: 32
    [ 28.659] NumberOfBanks: 1
    [ 28.659] MemoryModel: 6
    [ 28.659] BankSize: 0
    [ 28.659] NumberOfImages: 4
    [ 28.659] RedMaskSize: 8
    [ 28.659] RedFieldPosition: 16
    [ 28.659] GreenMaskSize: 8
    [ 28.659] GreenFieldPosition: 8
    [ 28.659] BlueMaskSize: 8
    [ 28.659] BlueFieldPosition: 0
    [ 28.659] RsvdMaskSize: 8
    [ 28.659] RsvdFieldPosition: 24
    [ 28.659] DirectColorModeInfo: 1
    [ 28.659] PhysBasePtr: 0xd0000000
    [ 28.659] LinBytesPerScanLine: 4096
    [ 28.659] BnkNumberOfImagePages: 4
    [ 28.659] LinNumberOfImagePages: 4
    [ 28.659] LinRedMaskSize: 8
    [ 28.659] LinRedFieldPosition: 16
    [ 28.659] LinGreenMaskSize: 8
    [ 28.659] LinGreenFieldPosition: 8
    [ 28.659] LinBlueMaskSize: 8
    [ 28.659] LinBlueFieldPosition: 0
    [ 28.659] LinRsvdMaskSize: 8
    [ 28.659] LinRsvdFieldPosition: 24
    [ 28.659] MaxPixelClock: 218000000
    [ 28.659] Mode: 107 (1280x1024)
    [ 28.659] ModeAttributes: 0xbb
    [ 28.659] WinAAttributes: 0x7
    [ 28.659] WinBAttributes: 0x0
    [ 28.659] WinGranularity: 64
    [ 28.659] WinSize: 64
    [ 28.659] WinASegment: 0xa000
    [ 28.659] WinBSegment: 0x0
    [ 28.659] WinFuncPtr: 0xc0006f25
    [ 28.659] BytesPerScanline: 1280
    [ 28.659] XResolution: 1280
    [ 28.659] YResolution: 1024
    [ 28.659] XCharSize: 8
    [ 28.659] YCharSize: 16
    [ 28.659] NumberOfPlanes: 1
    [ 28.659] BitsPerPixel: 8
    [ 28.659] NumberOfBanks: 1
    [ 28.659] MemoryModel: 4
    [ 28.659] BankSize: 0
    [ 28.659] NumberOfImages: 11
    [ 28.659] RedMaskSize: 0
    [ 28.659] RedFieldPosition: 0
    [ 28.659] GreenMaskSize: 0
    [ 28.659] GreenFieldPosition: 0
    [ 28.659] BlueMaskSize: 0
    [ 28.659] BlueFieldPosition: 0
    [ 28.659] RsvdMaskSize: 0
    [ 28.659] RsvdFieldPosition: 0
    [ 28.659] DirectColorModeInfo: 0
    [ 28.659] PhysBasePtr: 0xd0000000
    [ 28.659] LinBytesPerScanLine: 1280
    [ 28.659] BnkNumberOfImagePages: 11
    [ 28.659] LinNumberOfImagePages: 11
    [ 28.659] LinRedMaskSize: 0
    [ 28.659] LinRedFieldPosition: 0
    [ 28.659] LinGreenMaskSize: 0
    [ 28.659] LinGreenFieldPosition: 0
    [ 28.659] LinBlueMaskSize: 0
    [ 28.659] LinBlueFieldPosition: 0
    [ 28.659] LinRsvdMaskSize: 0
    [ 28.659] LinRsvdFieldPosition: 0
    [ 28.659] MaxPixelClock: 218000000
    [ 28.659] Mode: 119 (1280x1024)
    [ 28.659] ModeAttributes: 0xbb
    [ 28.659] WinAAttributes: 0x7
    [ 28.659] WinBAttributes: 0x0
    [ 28.659] WinGranularity: 64
    [ 28.659] WinSize: 64
    [ 28.659] WinASegment: 0xa000
    [ 28.659] WinBSegment: 0x0
    [ 28.659] WinFuncPtr: 0xc0006f25
    [ 28.659] BytesPerScanline: 2560
    [ 28.659] XResolution: 1280
    [ 28.659] YResolution: 1024
    [ 28.659] XCharSize: 8
    [ 28.659] YCharSize: 16
    [ 28.659] NumberOfPlanes: 1
    [ 28.659] BitsPerPixel: 16
    [ 28.659] NumberOfBanks: 1
    [ 28.659] MemoryModel: 6
    [ 28.659] BankSize: 0
    [ 28.659] NumberOfImages: 5
    [ 28.659] RedMaskSize: 5
    [ 28.659] RedFieldPosition: 10
    [ 28.659] GreenMaskSize: 5
    [ 28.659] GreenFieldPosition: 5
    [ 28.659] BlueMaskSize: 5
    [ 28.659] BlueFieldPosition: 0
    [ 28.659] RsvdMaskSize: 1
    [ 28.659] RsvdFieldPosition: 15
    [ 28.659] DirectColorModeInfo: 1
    [ 28.659] PhysBasePtr: 0xd0000000
    [ 28.659] LinBytesPerScanLine: 2560
    [ 28.659] BnkNumberOfImagePages: 5
    [ 28.659] LinNumberOfImagePages: 5
    [ 28.659] LinRedMaskSize: 5
    [ 28.659] LinRedFieldPosition: 10
    [ 28.659] LinGreenMaskSize: 5
    [ 28.659] LinGreenFieldPosition: 5
    [ 28.659] LinBlueMaskSize: 5
    [ 28.660] LinBlueFieldPosition: 0
    [ 28.660] LinRsvdMaskSize: 1
    [ 28.660] LinRsvdFieldPosition: 15
    [ 28.660] MaxPixelClock: 218000000
    [ 28.660] Mode: 11a (1280x1024)
    [ 28.660] ModeAttributes: 0xbb
    [ 28.660] WinAAttributes: 0x7
    [ 28.660] WinBAttributes: 0x0
    [ 28.660] WinGranularity: 64
    [ 28.660] WinSize: 64
    [ 28.660] WinASegment: 0xa000
    [ 28.660] WinBSegment: 0x0
    [ 28.660] WinFuncPtr: 0xc0006f25
    [ 28.660] BytesPerScanline: 2560
    [ 28.660] XResolution: 1280
    [ 28.660] YResolution: 1024
    [ 28.660] XCharSize: 8
    [ 28.660] YCharSize: 16
    [ 28.660] NumberOfPlanes: 1
    [ 28.660] BitsPerPixel: 16
    [ 28.660] NumberOfBanks: 1
    [ 28.660] MemoryModel: 6
    [ 28.660] BankSize: 0
    [ 28.660] NumberOfImages: 5
    [ 28.660] RedMaskSize: 5
    [ 28.660] RedFieldPosition: 11
    [ 28.660] GreenMaskSize: 6
    [ 28.660] GreenFieldPosition: 5
    [ 28.660] BlueMaskSize: 5
    [ 28.660] BlueFieldPosition: 0
    [ 28.660] RsvdMaskSize: 0
    [ 28.660] RsvdFieldPosition: 0
    [ 28.660] DirectColorModeInfo: 1
    [ 28.660] PhysBasePtr: 0xd0000000
    [ 28.660] LinBytesPerScanLine: 2560
    [ 28.660] BnkNumberOfImagePages: 5
    [ 28.660] LinNumberOfImagePages: 5
    [ 28.660] LinRedMaskSize: 5
    [ 28.660] LinRedFieldPosition: 11
    [ 28.660] LinGreenMaskSize: 6
    [ 28.660] LinGreenFieldPosition: 5
    [ 28.660] LinBlueMaskSize: 5
    [ 28.660] LinBlueFieldPosition: 0
    [ 28.660] LinRsvdMaskSize: 0
    [ 28.660] LinRsvdFieldPosition: 0
    [ 28.660] MaxPixelClock: 218000000
    [ 28.660] *Mode: 11b (1280x1024)
    [ 28.660] ModeAttributes: 0xbb
    [ 28.660] WinAAttributes: 0x7
    [ 28.660] WinBAttributes: 0x0
    [ 28.660] WinGranularity: 64
    [ 28.660] WinSize: 64
    [ 28.660] WinASegment: 0xa000
    [ 28.660] WinBSegment: 0x0
    [ 28.660] WinFuncPtr: 0xc0006f25
    [ 28.660] BytesPerScanline: 5120
    [ 28.660] XResolution: 1280
    [ 28.660] YResolution: 1024
    [ 28.660] XCharSize: 8
    [ 28.660] YCharSize: 16
    [ 28.660] NumberOfPlanes: 1
    [ 28.660] BitsPerPixel: 32
    [ 28.660] NumberOfBanks: 1
    [ 28.660] MemoryModel: 6
    [ 28.660] BankSize: 0
    [ 28.660] NumberOfImages: 2
    [ 28.660] RedMaskSize: 8
    [ 28.660] RedFieldPosition: 16
    [ 28.660] GreenMaskSize: 8
    [ 28.660] GreenFieldPosition: 8
    [ 28.660] BlueMaskSize: 8
    [ 28.660] BlueFieldPosition: 0
    [ 28.660] RsvdMaskSize: 8
    [ 28.660] RsvdFieldPosition: 24
    [ 28.660] DirectColorModeInfo: 1
    [ 28.660] PhysBasePtr: 0xd0000000
    [ 28.660] LinBytesPerScanLine: 5120
    [ 28.660] BnkNumberOfImagePages: 2
    [ 28.660] LinNumberOfImagePages: 2
    [ 28.660] LinRedMaskSize: 8
    [ 28.660] LinRedFieldPosition: 16
    [ 28.660] LinGreenMaskSize: 8
    [ 28.660] LinGreenFieldPosition: 8
    [ 28.660] LinBlueMaskSize: 8
    [ 28.660] LinBlueFieldPosition: 0
    [ 28.660] LinRsvdMaskSize: 8
    [ 28.660] LinRsvdFieldPosition: 24
    [ 28.660] MaxPixelClock: 218000000
    [ 28.660] Mode: 11c (1600x1200)
    [ 28.660] ModeAttributes: 0xbb
    [ 28.660] WinAAttributes: 0x7
    [ 28.660] WinBAttributes: 0x0
    [ 28.660] WinGranularity: 64
    [ 28.660] WinSize: 64
    [ 28.660] WinASegment: 0xa000
    [ 28.660] WinBSegment: 0x0
    [ 28.660] WinFuncPtr: 0xc0006f25
    [ 28.660] BytesPerScanline: 1600
    [ 28.660] XResolution: 1600
    [ 28.660] YResolution: 1200
    [ 28.660] XCharSize: 8
    [ 28.660] YCharSize: 16
    [ 28.660] NumberOfPlanes: 1
    [ 28.660] BitsPerPixel: 8
    [ 28.660] NumberOfBanks: 1
    [ 28.660] MemoryModel: 4
    [ 28.660] BankSize: 0
    [ 28.660] NumberOfImages: 7
    [ 28.660] RedMaskSize: 0
    [ 28.660] RedFieldPosition: 0
    [ 28.660] GreenMaskSize: 0
    [ 28.660] GreenFieldPosition: 0
    [ 28.660] BlueMaskSize: 0
    [ 28.660] BlueFieldPosition: 0
    [ 28.660] RsvdMaskSize: 0
    [ 28.660] RsvdFieldPosition: 0
    [ 28.660] DirectColorModeInfo: 0
    [ 28.660] PhysBasePtr: 0xd0000000
    [ 28.660] LinBytesPerScanLine: 1600
    [ 28.660] BnkNumberOfImagePages: 7
    [ 28.660] LinNumberOfImagePages: 7
    [ 28.660] LinRedMaskSize: 0
    [ 28.660] LinRedFieldPosition: 0
    [ 28.660] LinGreenMaskSize: 0
    [ 28.660] LinGreenFieldPosition: 0
    [ 28.660] LinBlueMaskSize: 0
    [ 28.660] LinBlueFieldPosition: 0
    [ 28.660] LinRsvdMaskSize: 0
    [ 28.660] LinRsvdFieldPosition: 0
    [ 28.660] MaxPixelClock: 218000000
    [ 28.661] Mode: 11d (1600x1200)
    [ 28.661] ModeAttributes: 0xbb
    [ 28.661] WinAAttributes: 0x7
    [ 28.661] WinBAttributes: 0x0
    [ 28.661] WinGranularity: 64
    [ 28.661] WinSize: 64
    [ 28.661] WinASegment: 0xa000
    [ 28.661] WinBSegment: 0x0
    [ 28.661] WinFuncPtr: 0xc0006f25
    [ 28.661] BytesPerScanline: 3200
    [ 28.661] XResolution: 1600
    [ 28.661] YResolution: 1200
    [ 28.661] XCharSize: 8
    [ 28.661] YCharSize: 16
    [ 28.661] NumberOfPlanes: 1
    [ 28.661] BitsPerPixel: 16
    [ 28.661] NumberOfBanks: 1
    [ 28.661] MemoryModel: 6
    [ 28.661] BankSize: 0
    [ 28.661] NumberOfImages: 3
    [ 28.661] RedMaskSize: 5
    [ 28.661] RedFieldPosition: 10
    [ 28.661] GreenMaskSize: 5
    [ 28.661] GreenFieldPosition: 5
    [ 28.661] BlueMaskSize: 5
    [ 28.661] BlueFieldPosition: 0
    [ 28.661] RsvdMaskSize: 1
    [ 28.661] RsvdFieldPosition: 15
    [ 28.661] DirectColorModeInfo: 1
    [ 28.661] PhysBasePtr: 0xd0000000
    [ 28.661] LinBytesPerScanLine: 3200
    [ 28.661] BnkNumberOfImagePages: 3
    [ 28.661] LinNumberOfImagePages: 3
    [ 28.661] LinRedMaskSize: 5
    [ 28.661] LinRedFieldPosition: 10
    [ 28.661] LinGreenMaskSize: 5
    [ 28.661] LinGreenFieldPosition: 5
    [ 28.661] LinBlueMaskSize: 5
    [ 28.661] LinBlueFieldPosition: 0
    [ 28.661] LinRsvdMaskSize: 1
    [ 28.661] LinRsvdFieldPosition: 15
    [ 28.661] MaxPixelClock: 218000000
    [ 28.661] Mode: 11e (1600x1200)
    [ 28.661] ModeAttributes: 0xbb
    [ 28.661] WinAAttributes: 0x7
    [ 28.661] WinBAttributes: 0x0
    [ 28.661] WinGranularity: 64
    [ 28.661] WinSize: 64
    [ 28.661] WinASegment: 0xa000
    [ 28.661] WinBSegment: 0x0
    [ 28.661] WinFuncPtr: 0xc0006f25
    [ 28.661] BytesPerScanline: 3200
    [ 28.661] XResolution: 1600
    [ 28.661] YResolution: 1200
    [ 28.661] XCharSize: 8
    [ 28.661] YCharSize: 16
    [ 28.661] NumberOfPlanes: 1
    [ 28.661] BitsPerPixel: 16
    [ 28.661] NumberOfBanks: 1
    [ 28.661] MemoryModel: 6
    [ 28.661] BankSize: 0
    [ 28.661] NumberOfImages: 3
    [ 28.661] RedMaskSize: 5
    [ 28.661] RedFieldPosition: 11
    [ 28.661] GreenMaskSize: 6
    [ 28.661] GreenFieldPosition: 5
    [ 28.661] BlueMaskSize: 5
    [ 28.661] BlueFieldPosition: 0
    [ 28.661] RsvdMaskSize: 0
    [ 28.661] RsvdFieldPosition: 0
    [ 28.661] DirectColorModeInfo: 1
    [ 28.661] PhysBasePtr: 0xd0000000
    [ 28.661] LinBytesPerScanLine: 3200
    [ 28.661] BnkNumberOfImagePages: 3
    [ 28.661] LinNumberOfImagePages: 3
    [ 28.661] LinRedMaskSize: 5
    [ 28.661] LinRedFieldPosition: 11
    [ 28.661] LinGreenMaskSize: 6
    [ 28.661] LinGreenFieldPosition: 5
    [ 28.661] LinBlueMaskSize: 5
    [ 28.661] LinBlueFieldPosition: 0
    [ 28.661] LinRsvdMaskSize: 0
    [ 28.661] LinRsvdFieldPosition: 0
    [ 28.661] MaxPixelClock: 218000000
    [ 28.661] *Mode: 11f (1600x1200)
    [ 28.661] ModeAttributes: 0xbb
    [ 28.661] WinAAttributes: 0x7
    [ 28.661] WinBAttributes: 0x0
    [ 28.661] WinGranularity: 64
    [ 28.661] WinSize: 64
    [ 28.661] WinASegment: 0xa000
    [ 28.661] WinBSegment: 0x0
    [ 28.661] WinFuncPtr: 0xc0006f25
    [ 28.661] BytesPerScanline: 6400
    [ 28.661] XResolution: 1600
    /var/log/Xorg.0.log[ 28.661] YResolution: 1200
    [ 28.661] XCharSize: 8
    [ 28.661] YCharSize: 16
    [ 28.661] NumberOfPlanes: 1
    [ 28.661] BitsPerPixel: 32
    [ 28.661] NumberOfBanks: 1
    [ 28.661] MemoryModel: 6
    [ 28.661] BankSize: 0
    [ 28.661] NumberOfImages: 1
    [ 28.661] RedMaskSize: 8
    [ 28.661] RedFieldPosition: 16
    [ 28.661] GreenMaskSize: 8
    [ 28.661] GreenFieldPosition: 8
    [ 28.661] BlueMaskSize: 8
    [ 28.661] BlueFieldPosition: 0
    [ 28.661] RsvdMaskSize: 8
    [ 28.661] RsvdFieldPosition: 24
    [ 28.661] DirectColorModeInfo: 1
    [ 28.661] PhysBasePtr: 0xd0000000
    [ 28.661] LinBytesPerScanLine: 6400
    [ 28.661] BnkNumberOfImagePages: 1
    [ 28.661] LinNumberOfImagePages: 1
    [ 28.661] LinRedMaskSize: 8
    [ 28.661] LinRedFieldPosition: 16
    [ 28.661] LinGreenMaskSize: 8
    [ 28.661] LinGreenFieldPosition: 8
    [ 28.661] LinBlueMaskSize: 8
    [ 28.661] LinBlueFieldPosition: 0
    [ 28.661] LinRsvdMaskSize: 8
    [ 28.661] LinRsvdFieldPosition: 24
    [ 28.661] MaxPixelClock: 218000000
    [ 28.661]
    [ 28.661] (II) VESA(0): Total Memory: 256 64KB banks (16384kB)
    [ 28.661] (II) VESA(0): Monitor0: Using default hsync range of 31.50-48.00 kHz
    [ 28.661] (II) VESA(0): Monitor0: Using default vrefresh range of 50.00-70.00 Hz
    [ 28.661] (II) VESA(0): Monitor0: Using default maximum pixel clock of 65.00 MHz
    [ 28.661] (II) VESA(0): Not using mode "1920x1200" (no mode of this name)
    [ 28.661] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
    [ 28.661] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
    [ 28.661] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
    [ 28.661] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
    [ 28.661] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
    [ 28.661] (WW) VESA(0): No valid modes left. Trying less strict filter...
    [ 28.661] (II) VESA(0): Monitor0: Using hsync range of 31.50-48.00 kHz
    [ 28.661] (II) VESA(0): Monitor0: Using vrefresh range of 50.00-70.00 Hz
    [ 28.661] (II) VESA(0): Monitor0: Using maximum pixel clock of 65.00 MHz
    [ 28.661] (II) VESA(0): Not using mode "1920x1200" (no mode of this name)
    [ 28.662] (II) VESA(0): Not using built-in mode "1600x1200" (hsync out of range)
    [ 28.662] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
    [ 28.662] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
    [ 28.662] (**) VESA(0): Built-in mode "1024x768"
    [ 28.662] (**) VESA(0): Built-in mode "800x600"
    [ 28.662] (**) VESA(0): Built-in mode "640x480"
    [ 28.662] (==) VESA(0): DPI set to (96, 96)
    [ 28.662] (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (118)
    [ 28.694] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
    [ 28.730] (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
    [ 28.815] (**) VESA(0): Using "Shadow Framebuffer"
    [ 28.815] (II) Loading sub module "shadow"
    [ 28.815] (II) LoadModule: "shadow"
    [ 28.815] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 28.816] (II) Module shadow: vendor="X.Org Foundation"
    [ 28.816] compiled for 1.10.2, module version = 1.1.0
    [ 28.816] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 28.816] (II) Loading sub module "fb"
    [ 28.816] (II) LoadModule: "fb"
    [ 28.816] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 28.818] (II) Module fb: vendor="X.Org Foundation"
    [ 28.818] compiled for 1.10.2, module version = 1.0.0
    [ 28.818] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 28.818] (==) Depth 24 pixmap format is 32 bpp
    [ 28.818] (II) Loading sub module "int10"
    [ 28.818] (II) LoadModule: "int10"
    [ 28.818] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 28.818] (II) Module int10: vendor="X.Org Foundation"
    [ 28.818] compiled for 1.10.2, module version = 1.0.0
    [ 28.818] ABI class: X.Org Video Driver, version 10.0
    [ 28.818] (II) VESA(0): initializing int10
    [ 28.818] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [ 28.819] (II) VESA(0): VESA BIOS detected
    [ 28.819] (II) VESA(0): VESA VBE Version 3.0
    [ 28.819] (II) VESA(0): VESA VBE Total Mem: 16384 kB
    [ 28.819] (II) VESA(0): VESA VBE OEM: Matrox Graphics Inc.
    [ 28.819] (II) VESA(0): VESA VBE OEM Software Rev: 1.6
    [ 28.819] (II) VESA(0): VESA VBE OEM Vendor: Matrox
    [ 28.819] (II) VESA(0): VESA VBE OEM Product: Matrox Phoenix
    [ 28.819] (II) VESA(0): VESA VBE OEM Product Rev: 00
    [ 28.821] (II) VESA(0): virtual address = 0x7f4f3b407000,
    physical address = 0xd0000000, size = 16777216
    [ 28.928] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
    [ 29.217] (==) VESA(0): Default visual is TrueColor
    [ 29.219] (==) VESA(0): Backing store disabled
    [ 29.219] (==) VESA(0): DPMS enabled
    [ 29.219] (WW) VESA(0): Option "OldDmaInit" is not used
    [ 29.219] (==) RandR enabled
    [ 29.219] (II) Initializing built-in extension Generic Event Extension
    [ 29.219] (II) Initializing built-in extension SHAPE
    [ 29.219] (II) Initializing built-in extension MIT-SHM
    [ 29.219] (II) Initializing built-in extension XInputExtension
    [ 29.219] (II) Initializing built-in extension XTEST
    [ 29.219] (II) Initializing built-in extension BIG-REQUESTS
    [ 29.219] (II) Initializing built-in extension SYNC
    [ 29.219] (II) Initializing built-in extension XKEYBOARD
    [ 29.219] (II) Initializing built-in extension XC-MISC
    [ 29.219] (II) Initializing built-in extension SECURITY
    [ 29.219] (II) Initializing built-in extension XINERAMA
    [ 29.219] (II) Initializing built-in extension XFIXES
    [ 29.219] (II) Initializing built-in extension RENDER
    [ 29.219] (II) Initializing built-in extension RANDR
    [ 29.219] (II) Initializing built-in extension COMPOSITE
    [ 29.219] (II) Initializing built-in extension DAMAGE
    [ 29.224] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 29.224] (II) AIGLX: Screen 0 is not DRI capable
    [ 29.242] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    [ 29.242] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 29.357] (II) Using input driver 'mouse' for 'Mouse0'
    [ 29.357] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 29.357] (**) Option "CorePointer"
    [ 29.357] (**) Mouse0: always reports core events
    [ 29.357] (**) Option "Protocol" "auto"
    [ 29.357] (**) Option "Device" "/dev/input/mice"
    [ 29.357] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    [ 29.357] (**) Mouse0: Protocol: "auto"
    [ 29.357] (**) Mouse0: always reports core events
    [ 29.430] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    [ 29.430] (**) Option "ZAxisMapping" "4 5 6 7"
    [ 29.430] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    [ 29.430] (**) Mouse0: Buttons: 11
    [ 29.430] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    [ 29.430] (**) Mouse0: (accel) keeping acceleration scheme 1
    [ 29.430] (**) Mouse0: (accel) acceleration profile 0
    [ 29.430] (**) Mouse0: (accel) acceleration factor: 2.000
    [ 29.430] (**) Mouse0: (accel) acceleration threshold: 4
    [ 29.456] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    [ 29.749] (II) Mouse0: ps2EnableDataReporting: succeeded
    [ 29.749] (II) Using input driver 'kbd' for 'Keyboard0'
    [ 29.749] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    [ 29.749] (**) Option "CoreKeyboard"
    [ 29.749] (**) Keyboard0: always reports core events
    [ 29.749] (**) Keyboard0: always reports core events
    [ 29.749] (**) Option "Protocol" "standard"
    [ 29.749] (**) Option "XkbRules" "base"
    [ 29.749] (**) Option "XkbModel" "pc105"
    [ 29.749] (**) Option "XkbLayout" "gb"
    [ 29.749] (WW) Option "XkbVariant" requires an string value
    [ 29.749] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    [ 29.778] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 29.778] (II) AutoAddDevices is off - not adding device.
    [ 29.780] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 29.781] (II) AutoAddDevices is off - not adding device.
    [ 29.782] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
    [ 29.782] (II) AutoAddDevices is off - not adding device.
    [ 29.784] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event4)
    [ 29.784] (II) AutoAddDevices is off - not adding device.
    [ 29.784] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5)
    [ 29.784] (II) AutoAddDevices is off - not adding device.
    [ 29.784] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 29.784] (II) AutoAddDevices is off - not adding device.
    [ 29.787] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)
    [ 29.787] (II) AutoAddDevices is off - not adding device.
    [ 162.746] (II) 3rd Button detected: disabling emulate3Button
    I understand from reading around that Linux users from many distros have problems with Matrox graphics cards when they update Xorg, and the only solution mentioned is to downgrade to a previous version of Xorg. I'm not sure if this applies to me because the error messages when I try to startx don't seem relevant, but anyway I've tried downgrading the following packages from my pacman cache:
    pacman -U xorg-server-utils-7.6-2-any.pkg.tar.xz xorg-apps-7.6-1-any.pkg.tar.xz xorg-xrdb-1.0.9-1-x86_64.pkg.tar.xz xorg-fonts-encodings-1.0.4-1-any.pkg.tar.xz xorg-xauth-1.0.6-1-x86_64.pkg.tar.xz xorg-xcmsdb-1.0.3-2-x86_64.pkg.tar.xz xorg-xkbutils-1.0.3-2-x86_64.pkg.tar.xz xorg-fonts-75dpi-1.0.1-3-any.pkg.tar.xz xorg-xmodmap-1.0.5-2-x86_64.pkg.tar.xz xorg-xbacklight-1.1.2-2-x86_64.pkg.tar.xz xorg-xset-1.2.1-2-x86_64.pkg.tar.xz xorg-xrandr-1.3.4-2-x86_64.pkg.tar.xz xorg-docs-1.6-1-any.pkg.tar.xz xorg-xkbcomp-1.2.1-2-x86_64.pkg.tar.xz xorg-xprop-1.2.0-2-x86_64.pkg.tar.xz xorg-smproxy-1.0.4-2-x86_64.pkg.tar.xz xorg-xkb-utils-7.6-1-any.pkg.tar.xz xorg-xhost-1.0.4-2-x86_64.pkg.tar.xz xorg-xev-1.1.0-2-x86_64.pkg.tar.xz xorg-twm-1.0.6-2-x86_64.pkg.tar.xz xorg-xlsatoms-1.1.0-2-x86_64.pkg.tar.xz xorg-mkfontdir-1.0.6-2-any.pkg.tar.xz xorg-xkill-1.0.3-2-x86_64.pkg.tar.xz xorg-x11perf-1.5.3-2-x86_64.pkg.tar.xz xorg-bdftopcf-1.0.3-1-x86_64.pkg.tar.xz xorg-xsetroot-1.1.0-2-x86_64.pkg.tar.xz xorg-xkbevd-1.1.2-2-x86_64.pkg.tar.xz xorg-luit-1.1.0-2-x86_64.pkg.tar.xz xorg-xcursorgen-1.0.4-2-x86_64.pkg.tar.xz xorg-xgamma-1.0.4-2-x86_64.pkg.tar.xz xorg-xdriinfo-1.0.4-2-x86_64.pkg.tar.xz xorg-res-utils-1.0.3-3-x86_64.pkg.tar.gz xorg-xvinfo-1.1.1-2-x86_64.pkg.tar.xz xorg-xinit-1.3.0-3-x86_64.pkg.tar.xz xorg-xwd-1.0.4-2-x86_64.pkg.tar.xz xorg-fonts-alias-1.0.2-1-any.pkg.tar.gz xorg-fonts-100dpi-1.0.1-3-any.pkg.tar.xz xorg-utils-7.6-7-any.pkg.tar.xz xorg-server-1.10.2-1-x86_64.pkg.tar.xz xorg-setxkbmap-1.2.0-2-x86_64.pkg.tar.xz xorg-sessreg-1.0.6-2-x86_64.pkg.tar.xz xorg-font-utils-7.6-2-any.pkg.tar.xz xorg-xinput-1.5.3-2-x86_64.pkg.tar.xz xorg-fonts-misc-1.0.0-4-x86_64.pkg.tar.gz xorg-iceauth-1.0.5-1-x86_64.pkg.tar.xz xorg-xwininfo-1.1.1-2-x86_64.pkg.tar.xz xorg-xrefresh-1.0.4-2-x86_64.pkg.tar.xz xorg-font-util-1.2.0-1-x86_64.pkg.tar.xz xorg-xpr-1.0.3-2-x86_64.pkg.tar.xz xorg-xdpyinfo-1.2.0-2-x86_64.pkg.tar.xz xorg-xwud-1.0.3-2-x86_64.pkg.tar.xz xorg-xlsclients-1.1.1-2-x86_64.pkg.tar.xz xorg-mkfontscale-1.0.8-1-x86_64.pkg.tar.xz xorg-server-common-1.10.2-1-x86_64.pkg.tar.xz
    ...all to no effect. Any ideas?

    Well I've just tried downgrading to all the packages in my pacman cache folder /var/cache/pacman/pkg:
    pacman -U a52dec-0.7.4-4-x86_64.pkg.tar.gz libgcrypt-1.4.5-1-x86_64.pkg.tar.gz aalib-1.4rc5-6-x86_64.pkg.tar.gz recode-3.6-3-x86_64.pkg.tar.gz acl-2.2.48-1-x86_64.pkg.tar.gz libgl-7.7-1-x86_64.pkg.tar.gz recordproto-1.14-1-any.pkg.tar.gz alsa-lib-1.0.22-1-x86_64.pkg.tar.gz libgpg-error-1.7-2-x86_64.pkg.tar.gz reiserfsprogs-3.6.21-2-x86_64.pkg.tar.gz alsa-oss-1.0.17-1-x86_64.pkg.tar.gz libice-1.0.6-1-x86_64.pkg.tar.gz alsa-utils-1.0.22-2-x86_64.pkg.tar.gz renderproto-0.11-1-any.pkg.tar.gz libidl2-0.8.13-1-x86_64.pkg.tar.gz rp-pppoe-3.10-2-x86_64.pkg.tar.gz atk-1.28.0-1-x86_64.pkg.tar.gz libjpeg-7-1-x86_64.pkg.tar.gz run-parts-3.2.2-1-x86_64.pkg.tar.gz libjpeg-turbo-1.1.1-1-x86_64.pkg.tar.xz attr-2.4.44-1-x86_64.pkg.tar.gz libldap-2.4.21-1-x86_64.pkg.tar.gz scrnsaverproto-1.2.0-1-any.pkg.tar.gz autoconf-2.65-1-any.pkg.tar.gz libmad-0.15.1b-4-x86_64.pkg.tar.gz sdl-1.2.14-1-x86_64.pkg.tar.gz libmatroska-0.8.1-2-x86_64.pkg.tar.gz sdparm-1.04-1-x86_64.pkg.tar.gz automake-1.11.1-1-any.pkg.tar.gz libmodplug-0.8.7-1-x86_64.pkg.tar.gz libmpc-0.9-1-x86_64.pkg.tar.xz sed-4.2.1-1-x86_64.pkg.tar.gz avahi-0.6.30-2-x86_64.pkg.tar.xz libmpcdec-1.2.6-2-x86_64.pkg.tar.gz bash-4.0.035-1-x86_64.pkg.tar.gz libmpeg2-0.5.1-1-x86_64.pkg.tar.gz shadow-4.1.4.2-1-x86_64.pkg.tar.gz libnl-1.1-1-x86_64.pkg.tar.gz bin86-0.16.17-4-x86_64.pkg.tar.gz libnotify-0.7.3-1-x86_64.pkg.tar.xz binutils-2.20-3-x86_64.pkg.tar.gz libogg-1.1.4-1-x86_64.pkg.tar.gz libpcap-1.0.0-1-x86_64.pkg.tar.gz speex-1.2rc1-1-x86_64.pkg.tar.gz bison-2.4.1-1-x86_64.pkg.tar.gz sqlite3-3.6.21-1-x86_64.pkg.tar.gz libpciaccess-0.10.9-1-x86_64.pkg.tar.gz bzip2-1.0.5-5-x86_64.pkg.tar.gz startup-notification-0.10-1-x86_64.pkg.tar.gz libpipeline-1.2.0-1-x86_64.pkg.tar.xz cabextract-1.2-2-x86_64.pkg.tar.gz libpng-1.2.40-1-x86_64.pkg.tar.gz sudo-1.7.2p2-1-x86_64.pkg.tar.gz ca-certificates-20090814-2-any.pkg.tar.gz libproxy-0.2.3-1-x86_64.pkg.tar.gz sysfsutils-2.1.0-5-x86_64.pkg.tar.gz libsasl-2.1.23-2-x86_64.pkg.tar.gz ca-certificates-java-20090629-2-any.pkg.tar.gz syslog-ng-3.0.4-1-x86_64.pkg.tar.gz libshout-2.2.2-3-x86_64.pkg.tar.gz libsm-1.1.1-1-x86_64.pkg.tar.gz sysvinit-2.86-5-x86_64.pkg.tar.gz cairo-1.8.8-1-x86_64.pkg.tar.gz cdparanoia-10.2-2-x86_64.pkg.tar.gz libsndfile-1.0.21-1-x86_64.pkg.tar.gz taglib-1.6.1-1-x86_64.pkg.tar.gz cloog-0.16.2-1-x86_64.pkg.tar.xz libssh2-1.2.7-2-x86_64.pkg.tar.xz talloc-2.0.1-1-x86_64.pkg.tar.gz libtasn1-2.2-1-x86_64.pkg.tar.gz tar-1.22-1-x86_64.pkg.tar.gz compositeproto-0.4.1-1-any.pkg.tar.gz libthai-0.1.12-1-x86_64.pkg.tar.gz tcp_wrappers-7.6-10-x86_64.pkg.tar.gz consolekit-0.4.1-2-x86_64.pkg.tar.gz libtheora-1.1.1-1-x86_64.pkg.tar.gz libtiff-3.9.2-1-x86_64.pkg.tar.gz texinfo-4.13a-3-x86_64.pkg.tar.gz coreutils-8.2-1-x86_64.pkg.tar.gz cpio-2.10-1-x86_64.pkg.tar.gz libtool-2.2.6b-1-x86_64.pkg.tar.gz ttf-bitstream-vera-1.10-6-x86_64.pkg.tar.gz cracklib-2.8.13-2-x86_64.pkg.tar.gz libusb-0.1.12-3-x86_64.pkg.tar.gz ttf-dejavu-2.30-1-any.pkg.tar.gz cryptsetup-1.0.7-1-x86_64.pkg.tar.gz libusb-compat-0.1.3-1-x86_64.pkg.tar.xz ttf-freefont-20090104-2-any.pkg.tar.gz libvisual-0.4.0-2-x86_64.pkg.tar.gz ttf-ms-fonts-2.0-2-x86_64.pkg.tar.gz curl-7.19.7-1-x86_64.pkg.tar.gz libvorbis-1.2.3-1-x86_64.pkg.tar.gz tzdata-2009t-1-x86_64.pkg.tar.gz libx11-1.3.2-1-x86_64.pkg.tar.gz damageproto-1.2.0-1-any.pkg.tar.gz udev-146-2-x86_64.pkg.tar.gz libx86-1.1-2-x86_64.pkg.tar.gz dash-0.5.5.1-2-x86_64.pkg.tar.gz libxau-1.0.5-1-x86_64.pkg.tar.gz usbutils-0.86-2-x86_64.pkg.tar.gz db-4.8.24-1-x86_64.pkg.tar.gz libxaw-1.0.7-1-x86_64.pkg.tar.gz util-linux-ng-2.16.2-1-x86_64.pkg.tar.gz dbus-1.2.16-1-x86_64.pkg.tar.gz libxcb-1.5-1-x86_64.pkg.tar.gz vbetool-1.1-1-x86_64.pkg.tar.gz vi-050325-1-x86_64.pkg.tar.gz dbus-core-1.2.16-1-x86_64.pkg.tar.gz libxcomposite-0.4.1-1-x86_64.pkg.tar.gz videoproto-2.3.0-1-any.pkg.tar.gz dbus-glib-0.82-2-x86_64.pkg.tar.gz libxcursor-1.1.10-1-x86_64.pkg.tar.gz vim-7.2.266-1-x86_64.pkg.tar.gz dcron-3.2-4-x86_64.pkg.tar.gz libxdamage-1.1.2-1-x86_64.pkg.tar.gz vim-runtime-7.3.177-1-x86_64.pkg.tar.xz desktop-file-utils-0.15-1-x86_64.pkg.tar.gz libxdmcp-1.0.3-1-x86_64.pkg.tar.gz wget-1.12-1-x86_64.pkg.tar.gz device-mapper-2.02.53-1-x86_64.pkg.tar.gz libxext-1.1.1-1-x86_64.pkg.tar.gz which-2.20-1-x86_64.pkg.tar.gz dhcpcd-5.1.4-1-x86_64.pkg.tar.gz libxfixes-4.0.4-1-x86_64.pkg.tar.gz wireless_tools-29-3-x86_64.pkg.tar.gz dialog-1.1_20080819-3-x86_64.pkg.tar.gz libxfont-1.4.1-1-x86_64.pkg.tar.gz wpa_supplicant-0.6.9-2-x86_64.pkg.tar.gz diffutils-2.8.1-6-x86_64.pkg.tar.gz libxfontcache-1.0.5-1-x86_64.pkg.tar.gz xbitmaps-1.1.0-1-any.pkg.tar.gz libxft-2.1.14-1-x86_64.pkg.tar.gz dmidecode-2.10-1-x86_64.pkg.tar.gz xcb-proto-1.6-1-any.pkg.tar.gz libxi-1.3-2-x86_64.pkg.tar.gz xcb-util-0.3.6-1-x86_64.pkg.tar.gz dmxproto-2.3-1-any.pkg.tar.gz xcursor-themes-1.0.2-1-any.pkg.tar.gz dri2proto-2.1-1-x86_64.pkg.tar.gz libxinerama-1.1-1-x86_64.pkg.tar.gz xdg-utils-1.0.2.20091216-1-any.pkg.tar.gz libxkbfile-1.0.6-1-x86_64.pkg.tar.gz xextproto-7.1.1-1-any.pkg.tar.gz e2fsprogs-1.41.9-1-x86_64.pkg.tar.gz libxml2-2.7.6-1-x86_64.pkg.tar.gz ed-1.4-1-x86_64.pkg.tar.gz xf86dgaproto-2.1-1-any.pkg.tar.gz libxmu-1.0.5-1-x86_64.pkg.tar.gz eggdbus-0.6-1-x86_64.pkg.tar.gz xf86-input-aiptek-1.4.0-1-x86_64.pkg.tar.xz eject-2.1.5-4-x86_64.pkg.tar.gz libxp-1.0.0-3-x86_64.pkg.tar.gz xf86-input-evdev-2.3.2-1-x86_64.pkg.tar.gz libxpm-3.5.8-1-x86_64.pkg.tar.gz xf86-input-joystick-1.6.0-1-x86_64.pkg.tar.xz eventlog-0.2.9-1-x86_64.pkg.tar.gz xf86-input-keyboard-1.4.0-1-x86_64.pkg.tar.gz expat-2.0.1-5-x86_64.pkg.tar.gz libxrandr-1.3.0-1-x86_64.pkg.tar.gz xf86-input-mouse-1.5.0-1-x86_64.pkg.tar.gz faad2-2.7-1-x86_64.pkg.tar.gz libxrender-0.9.5-1-x86_64.pkg.tar.gz fakeroot-1.14.4-1-x86_64.pkg.tar.gz xf86-input-synaptics-1.4.0-2-x86_64.pkg.tar.xz libxss-1.2.0-1-x86_64.pkg.tar.gz xf86-input-vmmouse-12.7.0-2-x86_64.pkg.tar.xz file-5.03-2-x86_64.pkg.tar.gz libxt-1.0.7-1-x86_64.pkg.tar.gz xf86-input-void-1.4.0-1-x86_64.pkg.tar.xz xf86miscproto-0.9.3-1-any.pkg.tar.gz filesystem-2010.01-1-any.pkg.tar.gz libxtst-1.1.0-1-x86_64.pkg.tar.gz xf86-video-apm-1.2.3-3-x86_64.pkg.tar.xz xf86-video-ark-0.7.3-3-x86_64.pkg.tar.xz findutils-4.4.2-1-x86_64.pkg.tar.gz libxv-1.0.5-1-x86_64.pkg.tar.gz xf86-video-ast-0.91.10-3-x86_64.pkg.tar.xz xf86-video-ati-6.14.1-1-x86_64.pkg.tar.xz firefox-3.5.7-1-x86_64.pkg.tar.gz libxvmc-1.0.5-1-x86_64.pkg.tar.gz xf86-video-chips-1.2.4-2-x86_64.pkg.tar.xz xf86-video-cirrus-1.3.2-6-x86_64.pkg.tar.xz fixesproto-4.1.1-1-any.pkg.tar.gz libxxf86dga-1.1.1-1-x86_64.pkg.tar.gz xf86-video-dummy-0.3.4-4-x86_64.pkg.tar.xz xf86-video-fbdev-0.4.2-4-x86_64.pkg.tar.xz flac-1.2.1-2-x86_64.pkg.tar.gz libxxf86misc-1.0.2-1-x86_64.pkg.tar.gz xf86-video-glint-1.2.5-2-x86_64.pkg.tar.xz flashplugin-10.0.42.34-1-x86_64.pkg.tar.gz libxxf86vm-1.1.0-1-x86_64.pkg.tar.gz xf86-video-i128-1.3.4-3-x86_64.pkg.tar.xz flex-2.5.35-3-x86_64.pkg.tar.gz xf86-video-i740-1.3.2-6-x86_64.pkg.tar.xz licenses-2.5-1-x86_64.pkg.tar.gz xf86-video-intel-2.15.0-2-x86_64.pkg.tar.xz fontcacheproto-0.1.3-1-any.pkg.tar.gz xf86-video-mach64-6.8.2-6-x86_64.pkg.tar.xz fontconfig-2.8.0-1-x86_64.pkg.tar.gz linux-api-headers-2.6.38.1-1-x86_64.pkg.tar.xz xf86-video-mga-1.4.11-2-x86_64.pkg.tar.gz fontsproto-2.1.0-1-any.pkg.tar.gz linux-atm-2.5.0-1-x86_64.pkg.tar.gz xf86-video-neomagic-1.2.5-4-x86_64.pkg.tar.xz freetype2-2.3.11-1-x86_64.pkg.tar.gz linux-firmware-20110512-2-any.pkg.tar.xz xf86-video-nv-2.1.18-3-x86_64.pkg.tar.xz lirc-utils-0.8.6-3-x86_64.pkg.tar.gz xf86-video-r128-6.8.1-6-x86_64.pkg.tar.xz fribidi-0.19.2-1-x86_64.pkg.tar.gz logrotate-3.7.8-1-x86_64.pkg.tar.gz xf86-video-rendition-4.2.4-4-x86_64.pkg.tar.xz gawk-3.1.7-1-x86_64.pkg.tar.gz xf86-video-s3-0.6.3-5-x86_64.pkg.tar.xz lua-5.1.4-4-x86_64.pkg.tar.gz xf86-video-s3virge-1.10.4-5-x86_64.pkg.tar.xz lvm2-2.02.53-1-x86_64.pkg.tar.gz xf86-video-savage-2.3.2-2-x86_64.pkg.tar.xz xf86-video-siliconmotion-1.7.5-2-x86_64.pkg.tar.xz lzo2-2.03-1-x86_64.pkg.tar.gz xf86-video-sis-0.10.3-4-x86_64.pkg.tar.xz xf86-video-sisusb-0.9.4-4-x86_64.pkg.tar.xz gdbm-1.8.3-6-x86_64.pkg.tar.gz m4-1.4.13-1-x86_64.pkg.tar.gz xf86-video-tdfx-1.4.3-6-x86_64.pkg.tar.xz xf86-video-trident-1.3.4-4-x86_64.pkg.tar.xz gdk-pixbuf2-2.23.3-1-x86_64.pkg.tar.xz xf86-video-tseng-1.2.4-4-x86_64.pkg.tar.xz gen-init-cpio-2.6.32-1-x86_64.pkg.tar.gz mailx-8.1.1-7-x86_64.pkg.tar.gz xf86-video-v4l-0.2.0-8-x86_64.pkg.tar.xz make-3.81-4-x86_64.pkg.tar.gz xf86-video-vesa-2.2.1-1-x86_64.pkg.tar.gz gettext-0.17-3-x86_64.pkg.tar.gz man-db-2.5.6-1-x86_64.pkg.tar.gz xf86-video-vmware-11.0.3-3-x86_64.pkg.tar.xz giflib-4.1.6-3-x86_64.pkg.tar.gz xf86-video-voodoo-1.2.4-4-x86_64.pkg.tar.xz man-pages-3.23-1-x86_64.pkg.tar.gz xf86-video-xgi-1.6.0-3-x86_64.pkg.tar.xz glib2-2.22.3-1-x86_64.pkg.tar.gz xf86-video-xgixp-1.8.0-3-x86_64.pkg.tar.xz mcpp-2.7.2-2-x86_64.pkg.tar.gz glibc-2.11.1-1-x86_64.pkg.tar.gz mdadm-2.6.9-1-x86_64.pkg.tar.gz xf86vidmodeproto-2.3-1-any.pkg.tar.gz xfsprogs-3.1.0-1-x86_64.pkg.tar.gz glproto-1.4.12-1-any.pkg.tar.xz menumaker-0.99.7-5.pkg.tar.gz gmp-4.3.1-2-x86_64.pkg.tar.gz xineramaproto-1.2-1-any.pkg.tar.gz xkeyboard-config-1.6-1-x86_64.pkg.tar.gz gnutls-2.8.5-1-x86_64.pkg.tar.gz gpm-1.20.6-5-x86_64.pkg.tar.gz mga-dri-7.7-1-x86_64.pkg.tar.gz xorg-apps-7.5-2-x86_64.pkg.tar.gz mime-types-1.0-2-x86_64.pkg.tar.gz grep-2.5.4-3-x86_64.pkg.tar.gz xorg-bdftopcf-1.0.3-1-x86_64.pkg.tar.xz xorg-docs-1.5-1-any.pkg.tar.gz groff-1.20.1-3-x86_64.pkg.tar.gz mkinitcpio-busybox-1.18.4-1-x86_64.pkg.tar.xz xorg-fonts-100dpi-1.0.1-2-x86_64.pkg.tar.gz grub-0.97-16-x86_64.pkg.tar.gz mlocate-0.22.2-2-x86_64.pkg.tar.gz xorg-fonts-75dpi-1.0.1-2-x86_64.pkg.tar.gz gtk2-2.18.5-1-x86_64.pkg.tar.gz module-init-tools-3.11.1-1-x86_64.pkg.tar.gz xorg-fonts-alias-1.0.2-1-any.pkg.tar.gz gtk-update-icon-cache-2.24.4-2-x86_64.pkg.tar.xz mozilla-common-1.4-1-x86_64.pkg.tar.gz xorg-fonts-encodings-1.0.3-1-any.pkg.tar.gz gzip-1.3.13-1-x86_64.pkg.tar.gz mpfr-2.4.1-1-x86_64.pkg.tar.gz xorg-fonts-misc-1.0.0-4-x86_64.pkg.tar.gz hal-0.5.14-1-x86_64.pkg.tar.gz nano-2.2.1-1-x86_64.pkg.tar.gz hal-info-0.20091130-1-any.pkg.tar.gz ncurses-5.7-2.1-x86_64.pkg.tar.gz xorg-font-utils-7.5-2-x86_64.pkg.tar.gz hdparm-9.27-2-x86_64.pkg.tar.gz netcfg-2.2.1-1-x86_64.pkg.tar.gz xorg-iceauth-1.0.5-1-x86_64.pkg.tar.xz heimdal-1.3.1-2-x86_64.pkg.tar.gz xorg-luit-1.1.0-2-x86_64.pkg.tar.xz heirloom-mailx-12.5-1-x86_64.pkg.tar.xz net-tools-1.60-14-x86_64.pkg.tar.gz xorg-mkfontdir-1.0.6-2-any.pkg.tar.xz hicolor-icon-theme-0.11-1-any.pkg.tar.gz nspr-4.8.2-1-x86_64.pkg.tar.gz xorg-mkfontscale-1.0.8-1-x86_64.pkg.tar.xz xorg-res-utils-1.0.3-3-x86_64.pkg.tar.gz hunspell-1.2.8-2-x86_64.pkg.tar.gz nss-3.12.4-2-x86_64.pkg.tar.gz xorg-server-1.7.3.902-1-x86_64.pkg.tar.gz iana-etc-2.30-1-any.pkg.tar.xz openbox-3.4.10-2-x86_64.pkg.tar.gz xorg-server-common-1.10.2-1-x86_64.pkg.tar.xz initscripts-2009.08-1-x86_64.pkg.tar.gz xorg-server-utils-7.5-3-x86_64.pkg.tar.gz opencore-amr-0.1.2-1-x86_64.pkg.tar.gz openjdk6-1.6.2-1-x86_64.pkg.tar.gz xorg-sessreg-1.0.6-2-x86_64.pkg.tar.xz inputproto-2.0-1-any.pkg.tar.gz xorg-setxkbmap-1.2.0-2-x86_64.pkg.tar.xz openssl-0.9.8l-1-x86_64.pkg.tar.gz xorg-smproxy-1.0.4-2-x86_64.pkg.tar.xz iproute2-2.6.29-3-x86_64.pkg.tar.gz xorg-twm-1.0.4-3-x86_64.pkg.tar.gz pacman-3.3.3-1-x86_64.pkg.tar.gz iputils-20071127-2-x86_64.pkg.tar.gz xorg-utils-7.5-1-x86_64.pkg.tar.gz pacman-mirrorlist-20091206-1-x86_64.pkg.tar.gz isl-0.06-1-x86_64.pkg.tar.xz xorg-x11perf-1.5.3-2-x86_64.pkg.tar.xz jfsutils-1.1.14-1-x86_64.pkg.tar.gz pam-1.1.1-1-x86_64.pkg.tar.gz xorg-xauth-1.0.4-1-x86_64.pkg.tar.gz kbd-1.15.1-1-x86_64.pkg.tar.gz pango-1.26.2-1-x86_64.pkg.tar.gz xorg-xbacklight-1.1.2-2-x86_64.pkg.tar.xz xorg-xcmsdb-1.0.3-2-x86_64.pkg.tar.xz kbproto-1.0.4-1-any.pkg.tar.gz patch-2.6.1-1-x86_64.pkg.tar.gz xorg-xcursorgen-1.0.4-2-x86_64.pkg.tar.xz xorg-xdpyinfo-1.2.0-2-x86_64.pkg.tar.xz pciutils-3.1.4-1-x86_64.pkg.tar.gz xorg-xdriinfo-1.0.4-2-x86_64.pkg.tar.xz xorg-xev-1.1.0-2-x86_64.pkg.tar.xz kernel26-firmware-2.6.32.3-1-x86_64.pkg.tar.gz pcmciautils-015-2-x86_64.pkg.tar.gz xorg-xgamma-1.0.4-2-x86_64.pkg.tar.xz kernel-headers-2.6.32-1-x86_64.pkg.tar.gz xorg-xhost-1.0.4-2-x86_64.pkg.tar.xz keyutils-1.4-1-x86_64.pkg.tar.xz pcre-8.00-1-x86_64.pkg.tar.gz xorg-xinit-1.2.0-1-x86_64.pkg.tar.gz klibc-1.5.15-3-x86_64.pkg.tar.gz klibc-extras-2.5-4-x86_64.pkg.tar.gz perl-5.10.1-5-x86_64.pkg.tar.gz xorg-xinput-1.5.3-2-x86_64.pkg.tar.xz klibc-kbd-1.15.20080312-10-x86_64.pkg.tar.gz xorg-xkbcomp-1.2.1-2-x86_64.pkg.tar.xz klibc-module-init-tools-3.8-1-x86_64.pkg.tar.gz pixman-0.16.4-1-x86_64.pkg.tar.gz xorg-xkbevd-1.1.2-2-x86_64.pkg.tar.xz klibc-udev-141-3-x86_64.pkg.tar.gz xorg-xkbutils-1.0.3-2-x86_64.pkg.tar.xz krb5-1.9.1-1-x86_64.pkg.tar.xz pkgconfig-0.23-1-x86_64.pkg.tar.gz xorg-xkb-utils-7.5-2-x86_64.pkg.tar.gz ladspa-1.13-2-x86_64.pkg.tar.gz less-436-1-x86_64.pkg.tar.gz pm-quirks-0.20100619-1-any.pkg.tar.xz xorg-xkill-1.0.3-2-x86_64.pkg.tar.xz pm-utils-1.2.6.1-3-x86_64.pkg.tar.gz xorg-xlsatoms-1.1.0-2-x86_64.pkg.tar.xz libarchive-2.7.1-1-x86_64.pkg.tar.gz xorg-xlsclients-1.1.1-2-x86_64.pkg.tar.xz xorg-xmodmap-1.0.5-2-x86_64.pkg.tar.xz libcap-2.17-1-x86_64.pkg.tar.gz polkit-0.95-1-x86_64.pkg.tar.gz xorg-xpr-1.0.3-2-x86_64.pkg.tar.xz popt-1.15-1-x86_64.pkg.tar.gz xorg-xprop-1.2.0-2-x86_64.pkg.tar.xz libcddb-1.3.2-1.1-x86_64.pkg.tar.gz xorg-xrandr-1.3.4-2-x86_64.pkg.tar.xz ppl-0.10.2-2-x86_64.pkg.tar.gz xorg-xrdb-1.0.9-1-x86_64.pkg.tar.xz xorg-xrefresh-1.0.4-2-x86_64.pkg.tar.xz libdaemon-0.14-1-x86_64.pkg.tar.gz ppp-2.4.4-9-x86_64.pkg.tar.gz xorg-xset-1.2.1-2-x86_64.pkg.tar.xz libdatrie-0.2.2-1-x86_64.pkg.tar.gz xorg-xsetroot-1.1.0-2-x86_64.pkg.tar.xz printproto-1.0.4-1-x86_64.pkg.tar.gz xorg-xvinfo-1.1.1-2-x86_64.pkg.tar.xz libdca-0.0.5-2-x86_64.pkg.tar.gz xorg-xwd-1.0.4-2-x86_64.pkg.tar.xz libdmx-1.1.0-1-x86_64.pkg.tar.gz procinfo-19-3-x86_64.pkg.tar.gz xorg-xwininfo-1.1.1-2-x86_64.pkg.tar.xz xorg-xwud-1.0.3-2-x86_64.pkg.tar.xz libdrm-2.4.17-2-x86_64.pkg.tar.gz procps-3.2.8-1-x86_64.pkg.tar.gz xproto-7.0.16-1-any.pkg.tar.gz libdvbpsi-0.1.6-3-x86_64.pkg.tar.gz xterm-250-1-x86_64.pkg.tar.gz libdvdread-4.1.3-1-x86_64.pkg.tar.gz psmisc-22.8-1-x86_64.pkg.tar.gz libevent-2.0.11-1-x86_64.pkg.tar.xz python-2.6.4-1-x86_64.pkg.tar.gz xvidcore-1.2.2-1-x86_64.pkg.tar.gz libffi-3.0.9-1-x86_64.pkg.tar.xz xz-5.0.3-1-x86_64.pkg.tar.gz libfontenc-1.0.5-1-x86_64.pkg.tar.gz randrproto-1.3.1-1-any.pkg.tar.gz xz-utils-4.999.9beta-1-x86_64.pkg.tar.gz zlib-1.2.3.4-3-x86_64.pkg.tar.gz libftdi-0.16-1-x86_64.pkg.tar.gz readline-6.0.004-1-x86_64.pkg.tar.gz ati-dri-7.10.2-2-x86_64.pkg.tar.xz cloog-ppl-0.15.7-1-x86_64.pkg.tar.gz gcc-4.4.2-4-x86_64.pkg.tar.gz gcc-libs-4.6.0-5-x86_64.pkg.tar.xz intel-dri-7.10.2-2-x86_64.pkg.tar.xz kernel26-2.6.32.3-1-x86_64.pkg.tar.gz libcups-1.4.2-2-x86_64.pkg.tar.gz mach64-dri-7.10.2-2-x86_64.pkg.tar.xz mesa-7.7-1-x86_64.pkg.tar.gz mkinitcpio-0.5.28-1-any.pkg.tar.gz r128-dri-7.10.2-2-x86_64.pkg.tar.xz savage-dri-7.10.2-2-x86_64.pkg.tar.xz shared-mime-info-0.70-2-x86_64.pkg.tar.gz sis-dri-7.10.2-2-x86_64.pkg.tar.xz tdfx-dri-7.10.2-2-x86_64.pkg.tar.xz xulrunner-1.9.1.7-1-x86_64.pkg.tar.gz libfetch-2.26-1-x86_64.pkg.tar.gz
    But I get the following errors:
    resolving dependencies...
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "ati-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "savage-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "sis-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "tdfx-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "ati-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "intel-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "mach64-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "r128-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "savage-dri"
    warning: cannot resolve "libgl=7.10.2", a dependency of "sis-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "tdfx-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "mach64-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "intel-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    warning: cannot resolve "libgl=7.10.2", a dependency of "r128-dri"
    warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
    :: The following packages cannot be upgraded due to unresolvable dependencies:
    libidl2 ati-dri atk libldap savage-dri libmatroska automake libmodplug libmpc avahi shadow shared-mime-info libnotify sis-dri sudo ca-certificates
    libsasl ca-certificates-java syslog-ng sysvinit taglib cloog libssh2 cloog-ppl consolekit tdfx-dri coreutils ttf-bitstream-vera libusb ttf-dejavu
    libusb-compat ttf-freefont ttf-ms-fonts curl udev usbutils db dbus dbus-core dbus-glib vim desktop-file-utils wget wpa_supplicant eggdbus fakeroot
    xf86-video-ati firefox flashplugin xf86-video-intel xf86-video-mach64 lirc-utils xf86-video-r128 gcc xf86-video-savage xf86-video-sis gcc-libs
    xf86-video-tdfx gdk-pixbuf2 mach64-dri gettext man-db glib2 menumaker gmp mesa gnutls grep mkinitcpio xorg-docs groff xorg-fonts-100dpi
    xorg-fonts-75dpi gtk2 gtk-update-icon-cache xorg-fonts-encodings mpfr xorg-fonts-misc hal xorg-font-utils netcfg heimdal heirloom-mailx hunspell
    xorg-server openbox xorg-server-common initscripts opencore-amr openjdk6 intel-dri openssl iproute2 pacman pam pango kernel26 pcre perl klibc-udev
    krb5 ladspa libarchive polkit libcups ppl procinfo libevent xulrunner libfetch python r128-dri libftdi
    Do you want to skip the above packages for this upgrade? [y/N]
    When I try to downgrade the dependants first they also seem to have dependants, and then I try the same trick and it turns out some files are mutually dependant! Is there any way to force a downgrade of all packages, completely ignoring dependancies? In theory this should bring my system back to how it was a couple of days ago before I did the update that stopped my graphics card working.

  • "How long does it take to do a dist-upgrade on your distro?"

    Yesterday there was a question in the USALUG.org "How long does it take to do a dist-upgrade on your distro?"
    This question was a good question, so I decide to make the ultimate test. I have a lot of computers standing here around, and remembered that on one of them was have already Archlinux installation. I was right, when I booted, the system check said me, that the system was 253 days not checked anymore. I got so excited that I forgot to check was it one of my 0.7.2 Gimmick or 0.8 Voodoo installations.
    The Computer
    Dell OptiPlex GX110
    [jada@arch-02 ~]$ cat /proc/cpuinfo
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 8
    model name : Pentium III (Coppermine)
    stepping : 6
    cpu MHz : 797.452
    cache size : 256 KB
    fdiv_bug : no
    hlt_bug : no
    f00f_bug : no
    coma_bug : no
    fpu : yes
    fpu_exception : yes
    cpuid level : 2
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat p se36 mmx fxsr sse up
    bogomips : 1596.45
    clflush size : 32
    [jada@arch-02 ~]$
    I used the following command for the update
    $ time pacman -Syu
    The Test
    first update pacman
    [root@arch-02 jada]# pacman -Syu
    warning: current locale is invalid; using default "C" locale
    :: Synchronizing package databases...
    core 23.8K 80.0K/s 00:00:00 [#####################] 100%
    extra 310.5K 292.3K/s 00:00:01 [#####################] 100%
    community 341.0K 295.8K/s 00:00:01 [#####################] 100%
    :: Starting full system upgrade...
    :: Replace mktemp with core/coreutils? [Y/n] y
    :: Replace mpg321 with extra/mpg123? [Y/n] y
    warning: bind: forcing upgrade to version 9.4.2-1
    warning: cpufrequtils: forcing upgrade to version 002-3
    warning: dnsutils: forcing upgrade to version 9.4.2-1
    warning: flex: forcing upgrade to version 2.5.33-4
    warning: opera: forcing upgrade to version 9.25-2
    :: pacman has detected a newer version of the "pacman" package.
    :: It is recommended that you allow pacman to upgrade itself
    :: first, then you can re-run the operation with the newer version.
    :: Upgrade pacman first? [Y/n] y
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: libarchive-2.4.11-1 libdownload-1.3-1 pacman-3.1.1-1
    Total Package Size: 1.19 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    libarchive 314.8K 253.4K/s 00:00:01 [#####################] 100%
    libdownload 49.4K 97.9K/s 00:00:01 [#####################] 100%
    pacman 855.2K 460.4K/s 00:00:02 [#####################] 100%
    checking package integrity... done.
    cleaning up... done.
    (3/3) checking for file conflicts [#####################] 100%
    (1/3) upgrading libarchive [#####################] 100%
    (2/3) upgrading libdownload [#####################] 100%
    (3/3) upgrading pacman [#####################] 100%
    >>> The makepkg.conf syntax has changed, please note the new format
    >>> when merging the pacnew file with your old configuration.
    >>>
    >>> The pacman.conf default file has changed. Please update your
    >>> config to use the single mirrorlist, and any additional files
    >>> in /etc/pacman.d/ (core, extra, etc.) can be deleted.
    >>>
    >>> The location of sync DBs has moved from /var/lib/pacman/ to
    >>> /var/lib/pacman/sync/ for several reasons. To delete older
    >>> DBs, please run pacman -Sc and follow the instructions.
    >>> You will also have to run pacman -Sy to refresh the sync DBs.
    >>>
    >>> abs is no longer included; please install the 'abs' package
    >>> to use abs. You may need to edit abs.conf to re-enable repos.
    [root@arch-02 jada]#
    restart pacman 3.1.1 and update the packages
    [root@arch-02 jada]# time pacman -Syu
    :: Synchronizing package databases...
    core 23.8K 80.3K/s 00:00:00 [#####################] 100%
    extra 310.5K 261.1K/s 00:00:01 [#####################] 100%
    community 341.0K 302.5K/s 00:00:01 [#####################] 100%
    :: Starting full system upgrade...
    :: Replace mktemp with core/coreutils? [Y/n] y
    :: Replace mpg321 with extra/mpg123? [Y/n] y
    warning: bind: forcing upgrade to version 9.4.2-1
    warning: cpufrequtils: forcing upgrade to version 002-3
    warning: dnsutils: forcing upgrade to version 9.4.2-1
    warning: flex: forcing upgrade to version 2.5.33-4
    warning: opera: forcing upgrade to version 9.25-2
    resolving dependencies...
    warning: dependency cycle detected:
    warning: bash will be installed before its glibc dependency
    warning: dependency cycle detected:
    warning: readline will be installed before its glibc dependency
    warning: dependency cycle detected:
    warning: ncurses will be installed before its glibc dependency
    warning: dependency cycle detected:
    warning: db will be installed before its coreutils dependency
    looking for inter-conflicts...
    Remove: mktemp mpg321
    Total Removed Size: 0.08 MB
    Targets: ncurses-5.6-6 readline-5.2-7 bash-3.2.033-2
    kernel-headers-2.6.23.1-2 tzdata-2007k-1 glibc-2.7-7 attr-2.4.39-2
    acl-2.2.45-2 cracklib-2.8.10-5 gcc-libs-4.2.3-3 db-4.6.21-2
    pam-0.99.9.0-2 shadow-4.0.18.2-2 coreutils-6.10-2 libtool-1.5.26-1
    mpg123-1.2.0-1 fontconfig-2.5.0-1 zlib-1.2.3-4 libpng-1.2.24-1
    cairo-1.4.14-1 libtasn1-1.3-1 lzo2-2.02-3 libgpg-error-1.6-1
    libgcrypt-1.4.0-1.1 opencdk-0.6.6-1 gnutls-2.0.4-1 libcups-1.3.5-1
    pcre-7.6-2 glib2-2.14.5-1 pango-1.18.4-1 gtk2-2.12.7-1
    binutils-2.18-5 gmp-4.2.2-2 mpfr-2.3.1-1 gcc-4.2.3-1
    glproto-1.4.9-1 libgl-7.0.3rc1-1 mesa-7.0.3rc1-1 acroread-8.1.2-1
    dialog-1.1_20071028-1 pciutils-2.2.8-3 alsa-utils-1.0.15-2
    e2fsprogs-1.40.4-1 apr-1.2.12-1 gdbm-1.8.3-5 apr-util-1.2.12-1
    openssl-0.9.8g-2 apache-2.2.8-1 jack-audio-connection-kit-0.109.0-1
    kde-common-3.5.8-3 libxmu-1.0.4-1 qt3-3.3.8-6.1 arts-1.5.8-2
    diffutils-2.8.1-5 gawk-3.1.6-2 m4-1.4.10-3 autoconf-2.61-3
    perl-5.8.8-9 automake-1.10.1-2 filesystem-2007.11-6 avahi-0.6.20-3
    bftpd-2.1-1 bin86-0.16.17-3 dnsutils-9.4.2-1 bind-9.4.2-1
    bison-2.3-4 bluez-libs-3.24-1 libusb-0.1.12-3 bluez-utils-3.24-2
    bridge-utils-1.2-2 bzip2-1.0.4-3 cairomm-1.4.6-1 cmake-2.4.8-1
    cpio-2.9-3 sysfsutils-2.1.0-4 cpufrequtils-002-3
    device-mapper-1.02.24-1 popt-1.10.6-3 cryptsetup-1.0.5-5
    csup-20060318-5 cups-1.3.5-1 curl-7.18.0-1 dbus-qt3-0.62-3
    dcron-3.2-3 dhcpcd-3.2.0-1 dmapi-2.2.8-3 libxml2-2.6.31-1
    docbook-xsl-1.73.2-1 dosfstools-2.11-2 dvd+rw-tools-7.0-4 ed-0.8-3
    enlightenment-0.16.8.11-1 gnome-desktop-2.20.3-1 eog-2.20.4-1
    libidl2-0.8.10-1 mozilla-common-1.1-2 xulrunner-1.8.1.11-1
    epiphany-2.20.3-1 eventlog-0.2.5-2 ghostscript-8.61-1
    gnome-keyring-2.20.3-1 libsasl-2.1.22-5 libldap-2.3.39-2
    smbclient-3.0.28A-1 gnome-vfs-2.20.1-1 libdjvu-3.5.20-1
    poppler-0.6.3-1 poppler-glib-0.6.3-1 evince-2.20.2-1 evms-2.5.5-5
    libsoup-2.2.104-1 evolution-data-server-1.12.3-1 exiv2-0.15-1
    faad2-2.6-1 grep-2.5.3-3 sed-4.1.5-3 fakeroot-1.9.2-1 fbset-2.1-2
    file-4.23-1 file-roller-2.20.3-1 findutils-4.2.32-1
    firefox-2.0.0.12-1 flashplugin-9.0.115.0-2 flex-2.5.33-4
    font-bitstream-speedo-1.0.0-4 font-misc-ethiopic-1.0.0-4
    font-misc-meltho-1.0.0-4 freeglut-2.4.0-3 freetype1-1.3.1-4
    glib-1.2.10-7 gtk-1.2.10-8 imlib-1.9.15-4 libstroke-0.5.1-2
    fvwm-2.4.20-2 gail-1.20.2-1 gc-7.0-2 gdb-6.7.1-1
    gtksourceview2-2.0.2-1 libgnomecups-0.2.3-1 libgnomeprint-2.18.3-1
    libgnomeprintui-2.18.2-1 python-2.5.1-5 pygobject-2.14.1-1
    pygtk-2.12.1-1 gedit-2.20.4-1 gen-init-cpio-2.6.17-3
    gettext-0.17-1 librsvg-2.20.0-1 gimp-2.4.4-1 gkrellm-2.3.1-2
    glibmm-2.14.2-1 gmime-2.2.16-1 gnokii-0.6.22-3
    gnome-menus-2.20.3-1 libwnck-2.20.3-1 gnome-panel-2.20.3-1
    gstreamer0.10-0.10.15-1 gstreamer0.10-base-0.10.15-1
    gstreamer0.10-alsa-0.10.15-1 gucharmap-1.10.2-1 libgtop-2.20.1-1
    gnome-applets-2.20.1-1 metacity-2.20.2-1 libbeagle-0.3.0-3
    nautilus-2.20.0-4 gnome-control-center-2.20.3-1
    gnome-python-2.20.1-1 gnome-python-desktop-2.20.0-3 guile-1.8.3-1
    gnome-games-2.20.3-1 gnome-power-manager-2.20.2-1
    tcp_wrappers-7.6-8 gnome-session-2.20.3-1 gtkmm-2.12.3-1
    gnome-system-monitor-2.20.2-1 vte-0.16.12-1 gnome-terminal-2.18.4-1
    gnome-utils-2.20.0.1-2 gnupg-1.4.8-1 libassuan-1.0.4-1
    gnupg2-2.0.8-1 gpgme-1.1.6-1 gpm-1.20.1-7 groff-1.19.2-4
    grub-0.97-9 gstreamer0.10-cdparanoia-0.10.15-1
    gstreamer0.10-gnomevfs-0.10.15-1 gstreamer0.10-ogg-0.10.15-1
    gstreamer0.10-vorbis-0.10.15-1 gtkhtml-3.16.3-1 gutenprint-5.0.2-1
    vi-7.1.228-1 vim-7.1.228-1 gvim-7.1.228-1 gzip-1.3.12-4
    hal-info-0.20071212-1 hdparm-7.7-3 usbutils-0.73-5 wget-1.11-1
    hwd-5.3.2-1 hwdetect-0.9-1 icewm-1.2.35-1 ifenslave-1.1.0-3
    imagemagick-6.3.8.0-1 intltool-0.37.0-1 iproute-070710-3
    iptables-1.3.8-2 iputils-20070202-4 isdn4k-utils-3.2p1-3
    jfsutils-1.1.12-2 jre-6u3-2 kbd-1.12.20070827-2 kdelibs-3.5.8-4
    lm_sensors-3.0.1-1 xorg-xauth-1.0.2-1 kdebase-3.5.8-3
    qscintilla-qt3-1.7.1-2 kdebindings-3.5.8-2 libgphoto2-2.4.0-4
    poppler-qt3-0.6.3-1 kdegraphics-3.5.8-3 sqlite3-3.5.6-1
    libopensync-0.34-1 kdepim-3.5.8-2 klibc-1.5-3 klibc-extras-2.3-1
    klibc-udev-116-2 klibc-module-init-tools-3.2.2-1
    mkinitcpio-0.5.17-2 module-init-tools-3.2.2-5 kernel26-2.6.24.1-2
    less-418-1 lftp-3.6.3-1 libao-0.8.8-2 orbit2-2.14.12-1
    libbonobo-2.20.3-1 libcdio-0.79-1 libelf-0.8.10-3 libevent-1.3d-2
    libgdiplus-1.2.6-1 libmikmod-3.1.12-1 libmysqlclient-5.0.51-2
    libpcap-0.9.8-2 libsamplerate-0.1.2-4 libtar-1.2.11-3
    libxfont-1.3.1-2 licenses-2.3-1 lilo-22.8-2 links-2.1pre33-1
    logrotate-3.7.5-1 lua-5.1.3-1 lvm2-2.02.33-1 mailx-8.1.1-5
    make-3.81-3 man-1.6f-2 man-pages-2.77-1 mdadm-2.6.4-1
    mono-1.2.6-1 mutt-1.5.17-4 mysql-clients-5.0.51-3 mysql-5.0.51-3
    nano-2.0.7-1 net-tools-1.60-13 netkit-ftp-0.17-4
    netkit-telnet-0.17-7 nfsidmap-0.20-2 portmap-6.0-2
    nfs-utils-1.1.0-3 ngrep-1.45-4 nmap-4.53-1 ntp-4.2.4p4-4
    openssh-4.7p1-6 openvpn-2.0.9-3 opera-9.25-2 orca-2.20.3-1
    patch-2.5.4-4 pcmciautils-014-3 php-5.2.5-3 pilot-link-0.12.3-1
    pine-4.64-4 pkgconfig-0.22-3 procps-3.2.7-4 libx86-0.99-1
    vbetool-1.0-2 pm-utils-0.99.4-1 qt-4.3.3-4 poppler-qt-0.6.3-1
    postgresql-libs-8.2.6-1 postgresql-8.2.6-1 ppp-2.4.4-6
    procinfo-19-2 psmisc-22.6-1 qca-2.0.0.svn744387-1.1 qca-qt3-1.0-1
    qca-tls-1.0-5 qscintilla-2.1-3 reiserfsprogs-3.6.20-3
    rp-pppoe-3.8-2 rsync-2.6.9-4 samba-3.0.28A-1 screen-4.0.3-5
    seahorse-2.20.3-1 shared-mime-info-0.23-1 sudo-1.6.9p12-1
    sysklogd-1.5-1 syslog-ng-2.0.6-1 util-linux-ng-2.13.0.1-2
    sysvinit-2.86-4 taglib-1.4.0.svn744384-1 tar-1.19-2 tcl-8.5.1-1
    tcpdump-3.9.8-1 tcsh-6.15.01-1 thunderbird-2.0.0.9-2 tk-8.5.1-1
    totem-plparser-2.21.91-1 totem-2.20.1-3 ttf-dejavu-2.23-1
    udev-116-3 unichrome-dri-7.0.3rc1-1 unzip-5.52-3
    vorbis-tools-1.1.1-7 which-2.19-2 whois-4.7.24-1
    wireless_tools-29-2 wireshark-0.99.7-1 wpa_supplicant-0.5.9-1
    xaw3d-1.5-4 xchat-2.8.4-2 xf86-input-evdev-1.2.0-1
    xf86-input-joystick-1.3.1-1 xf86-video-ati-6.7.197-2
    xf86-video-mga-1.9.100-2 xf86-video-nv-2.1.7-1
    xf86-video-s3virge-1.9.1-9 xf86-video-savage-2.1.3-2
    xf86-video-sis-0.9.4-2 xfsprogs-2.9.4-2 xfsdump-2.2.46-3
    wavpack-4.41.0-3 xine-lib-1.1.10-1 xinetd-2.3.14-3
    xkeyboard-config-1.1-1 xmms-1.2.11-1 xorg-server-1.4.0.90-6
    xorg-xinit-1.0.7-3 xscreensaver-5.04-2 yelp-2.20.0-3
    zenity-2.20.1-1
    Total Download Size: 743.90 MB
    Total Installed Size: 748.87 MB
    Proceed with installation? [Y/n]
    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    ncurses-5.6-6-i686 1738.2K 518.0K/s 00:00:03 [#####################] 100%
    readline-5.2-7-i686 271.5K 228.3K/s 00:00:01 [#####################] 100%
    bash-3.2.033-2-i686 407.1K 299.1K/s 00:00:01 [#####################] 100%
    kernel-headers-2.6.2... 621.6K 376.8K/s 00:00:02 [#####################] 100%
    tzdata-2007k-1-i686 610.7K 329.0K/s 00:00:02 [#####################] 100%
    xorg-server-1.4.0.90... 7.4M 659.0K/s 00:00:11 [#####################] 100%
    xorg-xinit-1.0.7-3-i686 14.4K 56.9K/s 00:00:00 [#####################] 100%
    xscreensaver-5.04-2-... 8.0M 655.2K/s 00:00:13 [#####################] 100%
    yelp-2.20.0-3-i686 603.4K 356.7K/s 00:00:02 [#####################] 100%
    zenity-2.20.1-1-i686 1896.3K 546.6K/s 00:00:03 [#####################] 100%
    :: Retrieving packages from community...
    freetype1-1.3.1-4 119.9K 129.5K/s 00:00:01 [#####################] 100%
    gkrellm-2.3.1-2 724.3K 411.1K/s 00:00:02 [#####################] 100%
    xmms-1.2.11-1 1945.1K 557.0K/s 00:00:03 [#####################] 100%
    checking package integrity...
    (349/349) checking for file conflicts [#####################] 100%
    ( 1/349) upgrading ncurses [#####################] 100%
    ( 2/349) upgrading readline [#####################] 100%
    ( 3/349) upgrading bash [#####################] 100%
    ( 4/349) upgrading kernel-headers [#####################] 100%
    ( 5/349) upgrading tzdata [#####################] 100%
    ( 6/349) upgrading glibc [#####################] 100%
    (340/349) installing wavpack [#####################] 100%
    (341/349) upgrading xine-lib [#####################] 100%
    (342/349) upgrading xinetd [#####################] 100%
    (343/349) upgrading xkeyboard-config [#####################] 100%
    (344/349) upgrading xmms [#####################] 100%
    (345/349) upgrading xorg-server [#####################] 100%
    :: Could not detect nvidia-utils on system
    :: Will attempt to use built-in libwfb
    (346/349) upgrading xorg-xinit [#####################] 100%
    (347/349) upgrading xscreensaver [#####################] 100%
    (348/349) upgrading yelp [#####################] 100%
    (349/349) upgrading zenity [#####################] 100%
    real 56m46.062s
    user 4m25.013s
    sys 1m46.520s
    [root@arch-02 jada]#
    And for your tread question.
    How long does it take to do a dist-upgrade on your distro?
    one hour
    real    56m46.062s
    user    4m25.013s
    sys     1m46.520s
    After reboot the system loads all new applications with out any problem. Later I replaced the intel-video driver "xf86-video-i810 1.7.4-6" with the driver xf86-video-intel 2.2.0-2. No problems at all.
    Archlinux rocks

    JaDa wrote:Archlinux rocks
    definitely. By contrast, here's a regular upgrade on my debian box -- out of the blue it's having some problem with one of the packages, and it's turning into a regular recursive nightmare.
    root@moe:~ # apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these.
    The following packages have unmet dependencies.
    E: Unmet dependencies. Try using -f.
    root@moe:~ # apt-get -f install
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Correcting dependencies...Done
    The following extra packages will be installed:
    exim4-base exim4-daemon-light
    Suggested packages:
    exim4-doc-html exim4-doc-info eximon4 libmail-spf-query-perl
    The following packages will be upgraded:
    exim4-base exim4-daemon-light
    2 upgraded, 0 newly installed, 0 to remove and 64 not upgraded.
    1 not fully installed or removed.
    Need to get 0B/1391kB of archives.
    After unpacking 8192B of additional disk space will be used.
    Do you want to continue [Y/n]?
    Preconfiguring packages ...
    dpkg: exim4-daemon-light: dependency problems, but removing anyway as you request:
    exim4 depends on exim4-daemon-light | exim4-daemon-heavy | exim4-daemon-custom; however:
    Package exim4-daemon-light is to be removed.
    Package exim4-daemon-heavy is not installed.
    Package exim4-daemon-custom is not installed.
    dpkg: error processing exim4-daemon-light (--remove):
    Package is in a very bad inconsistent state - you should
    reinstall it before attempting a removal.
    Errors were encountered while processing:
    exim4-daemon-light
    [ Rootkit Hunter version 1.3.0 ]
    File updated: searched for 152 files, found 131
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    root@moe:~ # apt-get install exim4-daemon-light
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies.
    exim4-daemon-light: Depends: exim4-base (>= 4.69) but 4.68-2 is to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    root@moe:~ #
    It's so "delicate" and temperamental compared to the no-nonsense, straightforward approach of Arch. If one little thing is off, the entire system has a hissy-fit and won't do anything until you hunt the internet high and low searching for a solution, encountering all the debian hawks along the way who are ready to rip your head off at the first suggestion that debian isn't directly from god and could have a problem. Imo, Arch is the best linx distro hands down. Nothing else even comes close.

  • Pacman doesn't upgrade and update the system properly

    It's been almost one and half months that my system is not getting upgrade or update, what all I go t is :
    bhaskar@bhaskar-laptop_11:28:06_Mon Sep 06:/etc> sudo pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    archlinuxfr is up to date
    :: Starting full system upgrade...
    there is nothing to do
    Here is my mirrorlist url ,which I am using for long long time:
    Server = http://distro.ibiblio.org/pub/linux/dis … po/os/i686
    Server = http://archlinux.mirrors.uk2.net/$repo/os/i686
    Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/i686
    Now please look at the installed packages..I am paranoid about systemupgrade and update and I do it very frequently....
    bhaskar@bhaskar-laptop_11:32:14_Mon Sep 06:/etc> sudo pacman -Q
    a52dec 0.7.4-4
    aalib 1.4rc5-6
    abiword 2.8.6-1
    acl 2.2.49-1
    alsa-lib 1.0.23-1
    apache 2.2.15-2
    apr 1.4.2-1
    apr-util 1.3.9-4
    archlinux-artwork 1.6-1
    aria2 1.9.5-1
    artwiz-fonts 1.3-5
    aspell 0.60.6-4
    at-spi 1.30.1-1
    atk 1.30.0-1
    attica 0.1.3-1
    attr 2.4.44-1
    audiofile 0.2.7-1
    autoconf 2.66-2
    automake 1.11.1-1
    avahi 0.6.25-3
    babl 0.1.2-1
    bash 4.1.007-1
    bashdb 4.1_0.4-1
    bcm43xx-fwcutter 006-1
    beanshell 2.0b4-1
    bin86 0.16.17-4
    bind 9.7.1-1
    binutils 2.20.1-3
    bison 2.4.2-1
    bluez 4.69-1
    brasero 2.30.2-1
    bridge-utils 1.4-3
    bzip2 1.0.5-5
    c-ares 1.7.3-1
    ca-certificates 20090814-3
    cabextract 1.2-2
    cacti 0.8.7e-1
    cairo 1.8.10-1
    cairomm 1.8.4-1
    capi4k-utils 050718-7
    cdparanoia 10.2-2
    cdrdao 1.2.3-4
    cdrkit 1.1.10-1
    chkrootkit 0.49-1
    chromium 5.0.375.99-1
    clamav 0.96.1-1
    claws-mail 3.7.6-1
    cloog-ppl 0.15.9-1
    clucene 0.9.21b-1
    compositeproto 0.4.1-1
    consolekit 0.4.1-2
    coreutils 8.5-2
    cpio 2.11-2
    cpufrequtils 008-1
    cracklib 2.8.16-1
    cryptsetup 1.1.3-1
    curl 7.21.0-1
    cyrus-sasl-plugins 2.1.23-2
    damageproto 1.2.0-1
    db 4.8.26-2
    dbus 1.2.24-1
    dbus-core 1.2.24-1
    dbus-glib 0.86-1
    dcron 4.4-2
    ddrescue 1.11-1
    desktop-file-utils 0.16-1
    device-mapper 2.02.70-1
    dhcpcd 5.2.5-1
    dialog 1.1_20100428-1
    diffutils 3.0-1
    dirmngr 1.1.0rc1-1
    dmapi 2.2.10-2
    dmidecode 2.10-1
    dmxproto 2.3-1
    dnsutils 9.6.1-3
    docbook-xml 4.5-4
    dosfstools 3.0.9-1
    dri2proto 2.3-1
    dvd+rw-tools 7.1-2
    e2fsprogs 1.41.12-1
    ed 1.4-2
    eggdbus 0.6-1
    eject 2.1.5-4
    empathy 2.30.2-1
    enca 1.13-1
    enchant 1.6.0-1
    epiphany 2.30.2-1
    esound 0.2.41-1
    ethtool 6-2
    eventlog 0.2.12-1
    evince 2.30.3-1
    evolution-data-server 2.30.2.1-1
    exempi 2.1.1-1
    exiv2 0.19-1
    expat 2.0.1-5
    faac 1.28-2
    faad2 2.7-1
    fakeroot 1.14.4-2
    fam 2.7.0-14
    farsight2 0.0.20-1
    ffmpeg 24460-1
    fftw 3.2.2-1
    file 5.04-2
    filesystem 2010.02-4
    findutils 4.4.2-2
    firefox 3.6.8-1
    fixesproto 4.1.1-1
    flac 1.2.1-2
    flashplugin 10.1.53.64-1
    flex 2.5.35-3
    fluidsynth 1.1.1-2
    fontcacheproto 0.1.3-1
    fontconfig 2.8.0-1
    fontsproto 2.1.0-1
    freeglut 2.6.0-1
    freetype2 2.4.1-1
    fribidi 0.19.2-1
    fuse 2.8.4-2
    gawk 3.1.8-1
    gcc 4.5.0-6
    gcc-libs 4.5.0-6
    gconf 2.28.1-1
    gconf-editor 2.30.0-1
    gd 2.0.36RC1-3
    gdbm 1.8.3-7
    gdk-pixbuf 0.22.0-7
    gdm 2.30.4-1
    gegl 0.1.2-1
    gen-init-cpio 2.6.32-1
    gettext 0.18.1.1-1
    ghostscript 8.71-3
    giflib 4.1.6-3
    gimp 2.6.9-1
    glib 1.2.10-8
    glib2 2.24.1-1
    glibc 2.12-4
    glibmm 2.24.2-1
    gmime 2.4.17-1
    gmp 5.0.1-1
    gnome-applets 2.30.0-1
    gnome-backgrounds 2.30.0-1
    gnome-control-center 2.30.1-1
    gnome-desktop 2.30.2-1
    gnome-disk-utility 2.30.1-1
    gnome-doc-utils 0.20.1-1
    gnome-icon-theme 2.30.3-1
    gnome-js-common 0.1.2-1
    gnome-keyring 2.30.3-1
    gnome-media 2.30.0-2
    gnome-menus 2.30.2-1
    gnome-mime-data 2.18.0-4
    gnome-panel 2.30.2-1
    gnome-screensaver 2.30.0-1
    gnome-session 2.30.2-1
    gnome-settings-daemon 2.30.2-1
    gnome-system-tools 2.30.2-1
    gnome-terminal 2.30.2-1
    gnome-themes 2.30.2-1
    gnome-utils 2.30.0-1
    gnome-vfs 2.24.3-2
    gnome2-user-docs 2.30.0-1
    gnupg 1.4.10-2
    gnupg2 2.0.15-1
    gnutls 2.8.6-1
    gobject-introspection 0.6.14-1
    gparted 0.6.1-1
    gpgme 1.3.0-1
    gpm 1.20.6-5
    grep 2.6.3-1
    groff 1.20.1-4
    grub 0.97-17
    gsfonts 1.0.7pre44-2
    gstreamer0.10 0.10.29-1
    gstreamer0.10-base 0.10.29-1
    gstreamer0.10-base-plugins 0.10.29-1
    gstreamer0.10-good 0.10.23-1
    gstreamer0.10-good-plugins 0.10.23-1
    gstreamer0.10-python 0.10.18-1
    gtk 1.2.10-10
    gtk-engines 2.20.1-1
    gtk-smooth-engine 0.6.0.1-5
    gtk2 2.20.1-2
    gtkmm 2.20.3-1
    gucharmap 2.30.2-1
    gvfs 1.6.3-1
    gzip 1.4-1
    hal 0.5.14-4
    hal-info 0.20091130-1
    hdf5 1.8.4_patch1-1
    hdparm 9.28-1
    heimdal 1.3.3-1
    hicolor-icon-theme 0.12-1
    hsqldb-java 1.8.0.10-1
    htop 0.8.3-1
    hunspell 1.2.12-1
    hwdetect 2010.07-1
    hyphen 2.5-1
    icon-naming-utils 0.8.90-1
    icu 4.4.1-1
    ifenslave 1.1.0-5
    iftop 0.17-9
    ilmbase 1.0.1-1
    imlib2 1.4.4-1
    inetutils 1.8-1
    initscripts 2010.07-1
    inputproto 2.0-1
    intel-dri 7.8.2-1
    intltool 0.41.1-1
    iotop 0.4.1-1
    ipcalc 0.41-3
    iperf 2.0.4-1
    iproute2 2.6.34-2
    iptables 1.4.8-1
    iptraf 3.0.0-2
    iputils 20100214-2
    ipw2100-fw 1.3-4
    ipw2200-fw 3.1-2
    ipw3945 1.2.2-1
    ipw3945-ucode 1.14.2-1
    ipw3945d 1.7.22-3
    isdn4k-utils 3.2p1-5
    iso-codes 3.14-1
    jack 0.118.0-3
    jasper 1.900.1-5
    jdk 6u20-1
    jfsutils 1.1.14-1
    jre 6u20-1
    k3b 2.0.0-2
    kbd 1.15.2-1
    kbproto 1.0.4-1
    kdebase-runtime 4.4.5-1
    kdelibs 4.4.5-1
    kdemultimedia-kioslave 4.4.5-1
    kernel26 2.6.34.1-1
    kernel26-headers 2.6.34.1-1
    ladspa 1.13-2
    lame 3.98.4-1
    lcms 1.18-3
    less 436-1
    libao 1.0.0-2
    libarchive 2.8.4-1
    libart-lgpl 2.3.21-1
    libass 0.9.9-1
    libassuan 2.0.0-1
    libatasmart 0.17-1
    libavc1394 0.5.3-3
    libbeagle 0.3.9-1
    libbonobo 2.24.3-1
    libbonoboui 2.24.3-1
    libcaca 0.99.beta17-1
    libcanberra 0.23-1
    libcap 2.19-1
    libcddb 1.3.2-2
    libcdio 0.82-1
    libcroco 0.6.2-1
    libcups 1.4.4-1
    libdaemon 0.14-1
    libdatrie 0.2.3-1
    libdca 0.0.5-2
    libdjvu 3.5.22-3
    libdmx 1.1.0-1
    libdownload 1.1-3
    libdrm 2.4.21-1
    libdv 1.0.0-3
    libdvbpsi 0.1.7-1
    libdvdnav 4.1.3-2
    libdvdread 4.1.3-2
    libebml 1.0.0-1
    libelf 0.8.13-1
    libetpan 1.0-1
    libevent 1.4.14b-1
    libexif 0.6.19-1
    libfetch 2.32-1
    libffi 3.0.9-1
    libfm 0.1.12-1
    libfontenc 1.0.5-1
    libftdi 0.18-1
    libgail-gnome 1.20.3-1
    libgcrypt 1.4.6-1
    libgl 7.8.2-1
    libglade 2.6.4-1
    libgnome 2.30.0-1
    libgnome-keyring 2.30.1-1
    libgnomecanvas 2.30.1-1
    libgnomekbd 2.30.2-1
    libgnomeui 2.24.3-1
    libgpg-error 1.7-3
    libgphoto2 2.4.9-1
    libgraphite 2.3.1-1
    libgsf 1.14.18-1
    libgsf-gnome 1.14.18-1
    libgssglue 0.1-2
    libgtop 2.28.1-1
    libgweather 2.30.2-1
    libical 0.44-1
    libice 1.0.6-1
    libid3tag 0.15.1b-5
    libidl2 0.8.14-1
    libidn 1.16-1
    libiec61883 1.2.0-1
    libiodbc 3.52.7-4
    libjpeg 8.0.2-1
    libksba 1.0.7-1
    libldap 2.4.22-1
    libmad 0.15.1b-4
    libmatroska 1.0.0-1
    libmng 1.0.10-3
    libmodplug 0.8.8.1-1
    libmp4v2 1.9.1-1
    libmpc 0.8.2-2
    libmpcdec 1.2.6-2
    libmpeg2 0.5.1-1
    libmspack 0.0.20060920alpha-2
    libmtp 1.0.2-1
    libmysqlclient 5.1.47-1
    libnewt 0.52.8-2
    libnice 0.0.12-1
    libnl 1.1-2
    libnotify 0.4.5-1.1
    libogg 1.2.0-1
    liboil 0.3.17-1
    liboobs 2.30.1-1
    libpcap 1.1.1-1
    libpciaccess 0.11.0-1
    libpng 1.4.3-1
    libproxy 0.3.1-1
    libpurple 2.7.2-1
    libraw1394 2.0.5-1
    librpcsecgss 0.19-3
    librsvg 2.26.3-1
    libsamplerate 0.1.7-1
    libsasl 2.1.23-4
    libsexy 0.1.11-2
    libshout 2.2.2-3
    libsigc++ 2.2.8-1
    libsm 1.1.1-1
    libsndfile 1.0.21-1
    libsoup 2.30.2-1
    libsoup-gnome 2.30.2-1
    libspectre 0.2.6-1
    libssh 0.4.5-1
    libstroke 0.5.1-3
    libsynaptics 0.14.6c-4
    libtasn1 2.6-1
    libthai 0.1.14-1
    libtheora 1.1.1-1
    libtiff 3.9.4-1
    libtirpc 0.2.1-1
    libtool 2.2.10-1
    libtracker 0.6.95-1
    libunique 1.1.6-2
    libusb 0.1.12-4
    libv4l 0.6.4-1
    libva 0.31.0_p13-2
    libvdpau 0.4-1
    libvisual 0.4.0-3
    libvorbis 1.3.1-1
    libvpx 0.9.1-1
    libwebkit 1.2.3-1
    libwmf 0.2.8.4-7
    libwnck 2.30.2-1
    libwpd 0.8.14-1
    libx11 1.3.4-1
    libx86 1.1-2
    libxau 1.0.5-1
    libxaw 1.0.7-1
    libxcb 1.6-1
    libxcomposite 0.4.2-1
    libxcursor 1.1.10-1
    libxdamage 1.1.3-1
    libxdmcp 1.0.3-1
    libxext 1.1.2-1
    libxfixes 4.0.5-1
    libxfont 1.4.2-1
    libxfontcache 1.0.5-1
    libxft 2.1.14-1
    libxi 1.3-2
    libxinerama 1.1-1
    libxkbfile 1.0.6-1
    libxklavier 5.0-1
    libxml2 2.7.7-1
    libxmu 1.0.5-1
    libxp 1.0.0-3
    libxpm 3.5.8-1
    libxrandr 1.3.0-1
    libxrender 0.9.6-1
    libxres 1.0.4-1
    libxslt 1.1.26-1
    libxss 1.2.0-1
    libxt 1.0.8-1
    libxtst 1.1.0-1
    libxv 1.0.5-1
    libxvmc 1.0.5-1
    libxxf86dga 1.1.1-1
    libxxf86misc 1.0.2-1
    libxxf86vm 1.1.0-1
    licenses 2.6-1
    lilo 22.8-4
    linux-api-headers 2.6.34-1
    linux-atm 2.5.1-1
    linux-firmware 20100623-2
    lirc-utils 0.8.6-3
    logrotate 3.7.8-1
    logwatch 7.3.6-3
    loudmouth 1.4.3-2
    lpsolve 5.5.0.15-1
    lsof 4.83-1
    lua 5.1.4-5
    lucene 2.9.3-1
    lvm2 2.02.70-1
    lynx 2.8.7-2
    lzo 1.08-5
    lzo2 2.03-1
    m4 1.4.14-2
    madwifi 0.9.4.4119-2
    madwifi-utils 0.9.4.4119-1
    mailx 8.1.1-7
    make 3.81-5
    man-db 2.5.7-1
    man-pages 3.25-1
    mcpp 2.7.2-2
    mdadm 3.1.2-2
    menu-cache 0.3.2-1
    mesa 7.8.2-1
    metacity 2.30.1-1
    mime-types 1.0-3
    mkinitcpio 0.6.7-1
    mkinitcpio-busybox 1.16.2-1
    mlocate 0.22.4-1
    module-init-tools 3.11.1-2
    monit 5.0.3-2
    most 5.0.0a-2
    mozilla-common 1.4-1
    mpfr 3.0.0-1
    mrtg 2.16.3-1
    munin 1.4.5-1
    munin-node 1.4.5-1
    musicbrainz 2.1.5-3
    mysql 5.1.47-1
    mysql-clients 5.1.47-1
    nagios 3.2.0-1
    nagios-nrpe-plugin 2.12-1
    nagios-nsca 2.7.2-2
    nagios-plugins 1.4.14-1
    nano 2.2.4-1
    nautilus 2.30.1-1
    ncurses 5.7-3
    ndiswrapper 1.56-3
    ndiswrapper-utils 1.56-2
    neon 0.29.3-2
    net-snmp 5.5-5
    net-tools 1.60-14
    nfs-utils 1.2.2-3
    nfsidmap 0.23-3
    nmap 5.21-2
    notification-daemon 0.4.0-4
    nspr 4.8.4-1
    nss 3.12.6-3
    ntfs-3g 2010.5.22-1
    ntfsprogs 2.0.0-4
    opencore-amr 0.1.2-1
    openexr 1.6.1-1
    openjpeg 1.3-3
    openntpd 3.9p1-12
    openoffice-base 3.2.1-1
    openssh 5.5p1-1
    openssl 1.0.0.a-2
    openswan 2.4.14-1
    openvpn 2.1.1-2
    orbit2 2.14.18-1
    orc 0.4.6-1
    oxygen-icons 4.4.5-1
    package-query 0.3-2
    pacman 3.4.0-2
    pacman-color 3.4.0-1
    pacman-mirrorlist 20100621-1
    pam 1.1.1-1
    pango 1.28.1-1
    pangomm 2.26.2-1
    parted 2.3-1
    partimage 0.6.8-2
    patch 2.6.1-1
    pciutils 3.1.7-1
    pcmanfm 0.9.7-1
    pcre 8.10-1
    perl 5.10.1-5
    perl-date-manip 6.07-3
    perl-dbd-mysql 4.013-1
    perl-dbi 1.609-1
    perl-html-parser 3.64-1
    perl-html-tagset 3.20-1
    perl-html-template 2.9-4
    perl-libwww 5.836-1
    perl-log-log4perl 1.28-1
    perl-net-server 0.97-3
    perl-term-readkey 2.30.01-1
    perl-text-iconv 1.7-3
    perl-uri 1.54-1
    perl-xml-parser 2.36-6
    perl-xml-simple 2.18-2
    perl-xml-twig 3.34-1
    perl-xyne-arch 2010.07.17.1-1
    perl-xyne-common 2010.04.01.2-3
    perl-yaml-syck 1.07-1
    phonon 4.4.2-1
    phonon-gstreamer 4.4.2-1
    php 5.3.2-6
    php-apache 5.3.2-6
    pilot-link 0.12.5-1
    pinentry 0.8.0-1
    pixman 0.18.2-1
    pkg-config 0.25-2
    pm-quirks 0.20100619-1
    pm-utils 1.4.0-1
    polkit 0.96-2
    polkit-gnome 0.96-3
    polkit-qt 0.95.1-1
    poppler 0.14.0-1
    poppler-data 0.4.2-1
    poppler-glib 0.14.0-1
    popt 1.16-2
    postfix 2.7.1-1
    postgresql-libs 8.4.4-1
    powerpill 2010.06.20.1-1
    powertop 1.11-2
    ppl 0.10.2-3
    ppp 2.4.5-1
    pptpclient 1.7.2-2
    printproto 1.0.4-2
    procinfo-ng 2.0.304-1
    procps 3.2.8-1
    psmisc 22.11-1
    pth 2.0.7-3
    pycairo 1.8.8-1
    pygobject 2.21.3-1
    pygtk 2.17.0-1
    python 2.6.5-3
    qca 2.0.2-2
    qemu-kvm 0.12.4-2
    qt 4.6.3-1
    randrproto 1.3.1-1
    raptor 1.4.21-1
    rarian 0.8.1-1
    rasqal 0.9.19-2
    readline 6.1.002-1
    recode 3.6-5
    recordproto 1.14-1
    redland 1.0.10-2
    reiserfsprogs 3.6.21-2
    renderproto 0.11-1
    rp-pppoe 3.10-5
    rpcbind 0.2.0-1
    rrdtool 1.4.3-2
    run-parts 3.2.3-1
    saxon 9.2.0.6-1
    schroedinger 1.0.9-1
    screen 4.0.3-8
    scrnsaverproto 1.2.0-1
    sdl 1.2.14-5
    sdl_image 1.2.10-2
    sdparm 1.05-1
    seahorse 2.30.1-1
    sed 4.2.1-2
    seed 2.30.0-2
    sg3_utils 1.29-1
    shadow 4.1.4.2-3
    shared-desktop-ontologies 0.5-1
    shared-mime-info 0.71-1
    silc-toolkit 1.1.10-1
    slang 2.2.1-1
    smbclient 3.5.4-1
    soprano 2.4.4-1
    sound-theme-freedesktop 0.7-1
    speex 1.2rc1-1.1
    sqlite3 3.6.23.1-1
    squid 2.7.STABLE9-1
    startup-notification 0.10-1
    strace 4.5.20-1
    strigi 0.7.2-2
    sudo 1.7.3-1
    sysfsutils 2.1.0-5
    syslog-ng 3.1.1-1
    sysstat 9.0.6.1-1
    system-tools-backends 2.10.0-1
    sysvinit 2.86-5
    t1lib 5.1.2-2
    taglib 1.6.3-1
    talloc 2.0.1-1
    tar 1.23-3
    tcp_wrappers 7.6-11
    tcpdump 4.1.1-1
    tdb 1.2.1-1
    telepathy-farsight 0.0.14-1
    telepathy-gabble 0.8.14-1
    telepathy-glib 0.10.7-1
    telepathy-haze 0.3.6-1
    telepathy-mission-control 5.4.3-1
    telepathy-salut 0.3.12-1
    texinfo 4.13a-4
    thunderbird 3.1.1-1
    tomcat 5.5.29-1
    totem-plparser 2.30.1-1
    tripwire 2.4.1.2-2
    ttf-dejavu 2.30-2
    ttf-freefont 20090104-2
    ttf-ms-fonts 2.0-3
    tzdata 2010j-1
    udev 160-1
    udisks 1.0.1-4
    unixodbc 2.3.0-1
    upower 0.9.4-1
    usbutils 0.87-1
    util-linux-ng 2.18-2
    vbetool 1.1-1
    vde2 2.3-1
    vi 050325-3
    videoproto 2.3.0-1
    vigra 1.7.0-3
    vim 7.2-1
    vim-runtime 7.2-1
    virtualbox-ose 3.2.6-1
    virtualbox-ose-additions 3.2.6-1
    virtualbox-ose-additions-modules 3.2.6-1
    virtuoso 6.1.1-1
    vlc 1.1.1-3
    vnstat 1.10-5
    vpnc 0.5.3-2
    vte 0.24.3-1
    wavpack 4.60.1-1
    wget 1.12-2
    which 2.20-3
    wireless_tools 29-3
    wireshark 1.2.9-1
    wlan-ng26-utils 0.2.9-1
    wpa_supplicant 0.6.10-2
    wv 1.2.7-1
    wvdial 1.61-2
    wvstreams 4.6.1-2
    x264 20100722-1
    xbitmaps 1.1.0-1
    xcb-proto 1.6-1
    xcb-util 0.3.6-1
    xchat 2.8.8-1
    xcursor-themes 1.0.2-1
    xdg-utils 1.0.2.20100618-1
    xextproto 7.1.1-1
    xf86-input-evdev 2.4.0-1
    xf86-input-synaptics 1.2.2-2
    xf86-video-intel 2.12.0-1
    xf86-video-vesa 2.3.0-2
    xf86dgaproto 2.1-1
    xf86miscproto 0.9.3-1
    xf86vidmodeproto 2.3-1
    xfsdump 3.0.4-1
    xfsprogs 3.1.2-1
    xineramaproto 1.2-1
    xinetd 2.3.14-5
    xkeyboard-config 1.8-1
    xorg-apps 7.5-3
    xorg-docs 1.5-1
    xorg-font-utils 7.5-2
    xorg-fonts-100dpi 1.0.1-3
    xorg-fonts-75dpi 1.0.1-3
    xorg-fonts-alias 1.0.2-1
    xorg-fonts-encodings 1.0.3-1
    xorg-fonts-misc 1.0.1-1
    xorg-res-utils 1.0.3-3
    xorg-server 1.8.1.902-1
    xorg-server-utils 7.5-4
    xorg-twm 1.0.4-3
    xorg-utils 7.6-2
    xorg-xauth 1.0.4-1
    xorg-xinit 1.2.1-1
    xorg-xkb-utils 7.5-2
    xplc 0.3.13-2
    xproto 7.0.17-1
    xterm 259-1
    xulrunner 1.9.2.8-1
    xvidcore 1.2.2-1
    xz 4.999.9beta-5
    yajl 1.0.9-3
    yaourt 0.9.4.3-1
    yelp 2.30.1-1
    zd1211-firmware 1.4-3
    zenity 2.30.0-1
    zip 3.0-1.1
    zlib 1.2.5-2
    zvbi 0.2.33-2
    I am not able to figure out why is not getting updated or upgraded for last month or so????
    Please throw some light on it.
    Thanks
    Bhaskar
    Last edited by jasonwryan (2010-09-06 06:44:07)

    Still nothing. Even with that server this is what I get
    # pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    warning: akonadi: local (1.4.0-1) is newer than extra (1.3.1-4)
    warning: cabextract: local (1.3-1) is newer than extra (1.2-2)
    warning: consolekit: local (0.4.1-3) is newer than extra (0.4.1-2)
    warning: cups: local (1.4.4-2) is newer than extra (1.4.4-1)
    warning: dhcpcd: local (5.2.7-1) is newer than core (5.2.5-1)
    warning: farsight2: local (0.0.21-1) is newer than extra (0.0.20-1)
    warning: filesystem: local (2010.07-1) is newer than core (2010.02-4)
    warning: gimp: local (2.6.10-1) is newer than extra (2.6.9-1)
    warning: gnupg2: local (2.0.16-1) is newer than extra (2.0.15-1)
    warning: hplip: local (3.10.6-1) is newer than extra (3.10.5-1)
    warning: jre: local (6u21-1) is newer than community (6u20-1)
    warning: kdeadmin-kcron: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeadmin-ksystemlog: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeadmin-kuser: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeadmin-system-config-printer-kde: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-ark: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kcalc: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kcharselect: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kdelirc: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kdf: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kfloppy: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kgpg: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-ktimer: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kwallet: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-okteta: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-printer-applet: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-superkaramba: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-sweeper: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kernel26: local (2.6.34.2-2) is newer than core (2.6.34.1-1)
    warning: ktorrent: local (4.0.2-1) is newer than extra (4.0.1-1)
    warning: libcups: local (1.4.4-2) is newer than extra (1.4.4-1)
    warning: libdrm: local (2.4.21-2) is newer than extra (2.4.21-1)
    warning: libktorrent: local (1.0.2-1) is newer than extra (1.0.1-1)
    warning: libnice: local (0.0.13-1) is newer than extra (0.0.12-1)
    warning: module-init-tools: local (3.12-1) is newer than core (3.11.1-2)
    warning: nvidia: local (256.44-1) is newer than extra (256.35-1)
    warning: nvidia-utils: local (256.44-1) is newer than extra (256.35-4)
    warning: perl: local (5.12.1-2) is newer than core (5.10.1-5)
    warning: psmisc: local (22.12-1) is newer than core (22.11-1)
    warning: pycups: local (1.9.51-1) is newer than extra (1.9.50-1)
    warning: sqlite3: local (3.7.0.1-1) is newer than core (3.6.23.1-1)
    warning: system-config-printer-common: local (1.2.3-1) is newer than extra (1.2.2-1)
    warning: thunderbird: local (3.1.2-1) is newer than extra (3.1.1-1)
    warning: tzdata: local (2010k-1) is newer than core (2010j-1)
    warning: util-linux-ng: local (2.18-3) is newer than core (2.18-2)
    warning: virtuoso: local (6.1.2-1) is newer than extra (6.1.1-1)
    warning: xine-lib: local (1.1.19-1) is newer than extra (1.1.18.1-2)
    there is nothing to do

  • Problem with Amanda

    Hi All, i have a problem with the Amanda under soalris 10, the planner is not able to get an estimate, se below:
    AMANDA bex> /usr/local/libexec/planner daily
    planner: pid 3833 executable /usr/local/libexec/planner version 2.5.1
    planner: build: VERSION="Amanda-2.5.1"
    planner:        BUILT_DATE="Thu Sep 14 22:40:36 CEST 2006"
    planner:        BUILT_MACH="SunOS bex 5.10 Generic_118855-14 i86pc i386 i86pc"
    planner:        CC="gcc"
    planner:        CONFIGURE_COMMAND="'./configure' '--with-group=amanda' '--with-user=amanda' '--datadir=/opt/local/share' '--sysconfdir=/opt/local/etc' '--sharedstatedir=/opt/local/com' '--localstatedir=/opt/local/var'"
    planner: paths: bindir="/usr/local/bin" sbindir="/usr/local/sbin"
    planner:        libexecdir="/usr/local/libexec" mandir="/usr/local/man"
    planner:        AMANDA_TMPDIR="/tmp/amanda" AMANDA_DBGDIR="/tmp/amanda"
    planner:        CONFIG_DIR="/opt/local/etc/amanda" DEV_PREFIX="/dev/dsk/"
    planner:        RDEV_PREFIX="/dev/rdsk/" DUMP="/usr/sbin/ufsdump"
    planner:        RESTORE="/usr/sbin/ufsrestore" VDUMP=UNDEF VRESTORE=UNDEF
    planner:        XFSDUMP=UNDEF XFSRESTORE=UNDEF VXDUMP=UNDEF VXRESTORE=UNDEF
    planner:        SAMBA_CLIENT=UNDEF GNUTAR=UNDEF
    planner:        COMPRESS_PATH="/usr/bin/gzip"
    planner:        UNCOMPRESS_PATH="/usr/bin/gzip" LPRCMD="/usr/bin/lp"
    planner:        MAILER="/usr/bin/mailx"
    planner:        listed_incr_dir="/opt/local/var/amanda/gnutar-lists"
    planner: defs:  DEFAULT_SERVER="bex" DEFAULT_CONFIG="DailySet1"
    planner:        DEFAULT_TAPE_SERVER="bex" HAVE_MMAP HAVE_SYSVSHM
    planner:        LOCKING=POSIX_FCNTL SETPGRP_VOID DEBUG_CODE
    planner:        AMANDA_DEBUG_DAYS=4 BSD_SECURITY RSH_SECURITY USE_AMANDAHOSTS
    planner:        CLIENT_LOGIN="amanda" FORCE_USERID HAVE_GZIP
    planner:        COMPRESS_SUFFIX=".gz" COMPRESS_FAST_OPT="--fast"
    planner:        COMPRESS_BEST_OPT="--best" UNCOMPRESS_OPT="-dc"
    READING CONF FILES...
    DATE 20060919082701
    planner: timestamp 20060919082701
    planner: time 0.233: startup took 0.233 secs
    SENDING FLUSHES...
    ENDFLUSH
    ENDFLUSH
    SETTING UP FOR ESTIMATES...
    planner: time 0.234: setting up estimates for bex.martel-consulting.ch:d0
    bex.martel-consulting.ch:d0 overdue 13410 days for level 0
    setup_estimate: bex.martel-consulting.ch:d0: command 0, options: none    last_level -1 next_level0 -13410 level_days 0    getting estimates 0 (-2) -1 (-2) -1 (-2)
    planner: time 0.236: setting up estimates took 0.001 secs
    GETTING ESTIMATES...
    planner: time 0.420: got result for host bex.martel-consulting.ch disk d0: 0 -> -2K, -1 -> -2K, -1 -> -2K
    error result for host bex.martel-consulting.ch disk d0: missing estimate
    planner: time 0.421: getting estimates took 0.184 secs
    FAILED QUEUE:
      0: bex.martel-consulting.ch d0
    DONE QUEUE: empty
    ANALYZING ESTIMATES...
    planner: FAILED bex.martel-consulting.ch d0 20060919082701 0 [missing result for d0 in bex.martel-consulting.ch response]
    INITIAL SCHEDULE (size 2064):
    DELAYING DUMPS IF NEEDED, total_size 2064, tape length 30793728 mark 1000
      delay: Total size now 2064.
    PROMOTING DUMPS IF NEEDED, total_lev0 0, balanced_size 0...
    planner: time 0.421: analysis took 0.000 secs
    GENERATING SCHEDULE:
    I have a .amandahosts:
    AMANDA bex> ls -l .amandahosts
    -rw-------   1 amanda   amanda        11 Sep 16 22:25 .amandahosts
    AMANDA bex> more .amandahosts
    bex amanda
    the amanda service is defined
    bex> grep amanda /etc/services
    amanda          10080/udp
    amandaidx       10082/tcp
    bex> inetadm | grep amanda
    enabled   online         svc:/network/amandaidx/tcp:default
    enabled   online         svc:/network/amanda/udp:default
    bex> inetadm -l svc:/network/amanda/udp:default
    SCOPE    NAME=VALUE
             name="amanda"
             endpoint_type="dgram"
             proto="udp"
             isrpc=FALSE
             wait=TRUE
             exec="/usr/local/libexec/amandad"
             user="amanda"
    default  bind_addr=""
    default  bind_fail_max=-1
    default  bind_fail_interval=-1
    default  max_con_rate=-1
    default  max_copies=-1
    default  con_rate_offline=-1
    default  failrate_cnt=40
    default  failrate_interval=60
    default  inherit_env=TRUE
    default  tcp_trace=FALSE
    default  tcp_wrappers=FALSE
    bex>
    my config is
    bex> cat /opt/local/etc/amanda/daily/amanda.conf
    # amanda.conf - sample Amanda configuration file. See amanda.conf(5) for
    # details
    org      "BackupService"        # your organization name for reports
    mailto   "[email protected]"    # space separated list of operators at your site
    dumpuser "amanda"       # the user to run dumps under
    inparallel 4            # maximum dumpers that will run in parallel (max 63)
                            # this maximum can be increased at compile-time,
                            # modifying MAX_DUMPERS in server-src/driverio.h
    dumporder "sssS"        # specify the priority order of each dumper
                            #   s -> smallest size
                            #   S -> biggest size
                            #   t -> smallest time
                            #   T -> biggest time
                            #   b -> smallest bandwitdh
                            #   B -> biggest bandwitdh
                            # try "BTBTBTBTBTBT" if you are not holding
                            # disk constrained
    taperalgo first         # The algorithm used to choose which dump image to send
                            # to the taper.
                            # Possible values:
                            # [first|firstfit|largest|largestfit|smallest|last]
                            # Default: first.
                            # first         First in - first out.
                            # firstfit      The first dump image that will fit
                            #               on the current tape.
                            # largest       The largest dump image.
                            # largestfit    The largest dump image that will fit
                            #               on the current tape.
                            # smallest      The smallest dump image.
                            # last          Last in - first out.
    displayunit "k"         # Possible values: "k|m|g|t"
                            # Default: k.
                            # The unit used to print many numbers.
                            # k=kilo, m=mega, g=giga, t=tera
    netusage  600 Kbps      # maximum net bandwidth for Amanda, in KB per sec
    dumpcycle 4 weeks       # the number of days in the normal dump cycle
    runspercycle 20         # the number of amdump runs in dumpcycle days
                            # (4 weeks * 5 amdump runs per week -- just weekdays)
    #tapecycle 25 tapes     # the number of tapes in rotation
                            # 4 weeks (dumpcycle) times 5 tapes per week (just
                            # the weekdays) plus a few to handle errors that
                            # need amflush and so we do not overwrite the full
                            # backups performed at the beginning of the previous
                            # cycle
    #* vtapes
    define tapetype HARD-DISK {
    comment "Dump onto hard disk"
    length 30072 mbytes # specified in mbytes to get the exact size of 3GB
    tapecycle 20
    tapetype HARD-DISK
    tpchanger "chg-disk"
    changerfile "/opt/local/etc/amanda/daily/changer"
    tapedev "file:/backupdisk1/daily"
    bumpsize 20 Mb          # minimum savings (threshold) to bump level 1 -> 2
    bumppercent 20          # minimum savings (threshold) to bump level 1 -> 2
    bumpdays 1              # minimum days at each level
    bumpmult 4              # threshold = bumpsize * bumpmult^(level-1)
    etimeout 300            # number of seconds per filesystem for estimates.
    dtimeout 1800           # number of idle seconds before a dump is aborted.
    ctimeout 30             # maximum number of seconds that amcheck waits
                            # for each client host
    tapebufs 20             # A positive integer telling taper how many
                            # 32k buffers to allocate.  The default is 20 (640k).
    # By default, Amanda can only track at most one run per calendar day. When
    # the usetimestamps option is enabled, however, Amanda can track as many
    # runs as you care to make.
    # WARNING: This option is not backward-compatible. Do not enable it if you
    #          intend to downgrade your server installation to Amanda community
    #          edition 2.5
    usetimestamps yes
    # Specify tape device and/or tape changer.  If you don't have a tape
    # changer, and you don't want to use more than one tape per run of
    # amdump, just comment out the definition of tpchanger.
    # Some tape changers require tapedev to be defined; others will use
    # their own tape device selection mechanism.  Some use a separate tape
    # changer device (changerdev), others will simply ignore this
    # parameter.  Some rely on a configuration file (changerfile) to
    # obtain more information about tape devices, number of slots, etc;
    # others just need to store some data in files, whose names will start
    # with changerfile.
    # At most one changerfile entry must be defined; select the most
    # appropriate one for your configuration.  If you select man-changer,
    # keep the first one; if you decide not to use a tape changer, you may
    # comment them all out.
    runtapes 1                      # number of tapes to be used in a single run of amdump
    ##tpchanger "chg-manual"                # the tape-changer glue script
    ##tapedev ""    # the no-rewind tape device to be used
    rawtapedev "/dev/null"  # the raw device to be used (ftape only)
    #changerfile "/usr/local/etc/amanda/DailySet1/changer"
    #changerfile "/usr/local/etc/amanda/DailySet1/changer-status"
    ##changerfile "/usr/local/etc/amanda/DailySet1/changer.conf"
    changerdev "/dev/null"
    # If you want Amanda to automatically label any non-Amanda tapes it
    # encounters, uncomment the line below. Note that this will ERASE any
    # non-Amanda tapes you may have, and may also ERASE any near-failing tapes.
    # Use with caution.
    ## label_new_tapes "DailySet1-%%%"
    maxdumpsize -1          # Maximum number of bytes the planner will schedule
                            # for a run (default: runtapes * tape_length).
    ##tapetype HP-DAT               # what kind of tape it is (see tapetypes below)
    labelstr "^DailySet1-[0-9][0-9]*$"      # label constraint regex: all tapes must match
    amrecover_do_fsf yes            # amrecover will call amrestore with the
                                    # -f flag for faster positioning of the tape.
    amrecover_check_label yes       # amrecover will call amrestore with the
                                    # -l flag to check the label.
    amrecover_changer ""    # amrecover will use the changer if you restore
                                    # from this device.
                                    # It could be a string like 'changer' and
                                    # amrecover will use your changer if you
                                    # set your tape with 'settape changer'
    # Specify holding disks.  These are used as a temporary staging area for
    # dumps before they are written to tape and are recommended for most sites.
    # The advantages include: tape drive is more likely to operate in streaming
    # mode (which reduces tape and drive wear, reduces total dump time); multiple
    # dumps can be done in parallel (which can dramatically reduce total dump time.
    # The main disadvantage is that dumps on the holding disk need to be flushed
    # (with amflush) to tape after an operating system crash or a tape failure.
    # If no holding disks are specified then all dumps will be written directly
    # to tape.  If a dump is too big to fit on the holding disk than it will be
    # written directly to tape.  If more than one holding disk is specified then
    # they will all be used based on activity and available space.
    holdingdisk hd1 {
        comment "main holding disk"
        directory "/dumps/amanda"   # where the holding disk is
        use -100 Mb                 # how much space can we use on it
                                    # a non-positive value means:
                                    # use all space but that value
        chunksize 1Gb       # size of chunk if you want big dump to be
                            # dumped on multiple files on holding disks
                            #  N Kb/Mb/Gb split images in chunks of size N
                            #             The maximum value should be
                            #             (MAX_FILE_SIZE - 1Mb)
                            #  0          same as INT_MAX bytes
    #holdingdisk hd2 {
    #    directory "/dumps2/amanda"
    #    use 1000 Mb
    #holdingdisk hd3 {
    #    directory "/mnt/disk4"
    #    use 1000 Mb
    # If amanda cannot find a tape on which to store backups, it will run
    # as many backups as it can to the holding disks.  In order to save
    # space for unattended backups, by default, amanda will only perform
    # incremental backups in this case, i.e., it will reserve 100% of the
    # holding disk space for the so-called degraded mode backups.
    # However, if you specify a different value for the `reserve'
    # parameter, amanda will not degrade backups if they will fit in the
    # non-reserved portion of the holding disk.
    # reserve 30 # percent
    # This means save at least 30% of the holding disk space for degraded
    # mode backups.
    autoflush no #
    # if autoflush is set to yes, then amdump will schedule all dump on
    # holding disks to be flush to tape during the run.
    # The format for a ColumnSpec is a ',' seperated list of triples.
    # Each triple consists of
    #   + the name of the column (as in ColumnNameStrings)
    #   + prefix before the column
    #   + the width of the column, if set to -1 it will be recalculated
    #     to the maximum length of a line to print.
    # Example:
    #       "Disk=1:17,HostName=1:10,OutKB=1:7"
    # or
    #       "Disk=1:-1,HostName=1:10,OutKB=1:7"
    # You need only specify those colums that should be changed from
    # the default. If nothing is specified in the configfile, the
    # above compiled in values will be in effect, resulting in an
    # output as it was all the time.
    # The names of the colums are:
    # HostName, Disk, Level, OrigKB, OutKB, Compress, DumpTime, DumpRate,
    # TapeTime and TapeRate.
    #                                                       ElB, 1999-02-24.
    # columnspec "Disk=1:18,HostName=0:10,OutKB=1:7"
    # Amanda needs a few Mb of diskspace for the log and debug files,
    # as well as a database.  This stuff can grow large, so the conf directory
    # isn't usually appropriate.  Some sites use /usr/local/var and some /usr/adm.
    # Create an amanda directory under there.  You need a separate infofile and
    # logdir for each configuration, so create subdirectories for each conf and
    # put the files there.  Specify the locations below.
    # Note that, although the keyword below is infofile, it is only so for
    # historic reasons, since now it is supposed to be a directory (unless
    # you have selected some database format other than the `text' default)
    infofile "/opt/local/etc/amanda/daily/curinfo"  # database DIRECTORY
    logdir   "/opt/local/etc/amanda/daily"          # log directory
    indexdir "/opt/local/etc/amanda/daily/index"            # index directory
    #tapelist "/usr/local/etc/amanda/DailySet1/tapelist"    # list of used tapes
    # tapelist is stored, by default, in the directory that contains amanda.conf
    # tapetypes
    # Define the type of tape you use here, and use it in "tapetype"
    # above.  Some typical types of tapes are included here.  The tapetype
    # tells amanda how many MB will fit on the tape, how big the filemarks
    # are, and how fast the tape device is.
    # A filemark is the amount of wasted space every time a tape section
    # ends.  If you run `make tapetype' in tape-src, you'll get a program
    # that generates tapetype entries, but it is slow as hell, use it only
    # if you really must and, if you do, make sure you post the data to
    # the amanda mailing list, so that others can use what you found out
    # by searching the archives.
    # For completeness Amanda should calculate the inter-record gaps too,
    # but it doesn't.  For EXABYTE and DAT tapes this is ok.  Anyone using
    # 9 tracks for amanda and need IRG calculations?  Drop me a note if
    # so.
    # If you want amanda to print postscript paper tape labels
    # add a line after the comment in the tapetype of the form
    #    lbl-templ "/path/to/postscript/template/label.ps"
    # if you want the label to go to a printer other than the default
    # for your system, you can also add a line above for a different
    # printer. (i usually add that line after the dumpuser specification)
    # dumpuser "operator"     # the user to run dumps under
    # printer "mypostscript"  # printer to print paper label on
    # here is an example of my definition for an EXB-8500
    # define tapetype EXB-8500 {
    #     lbl-templ "/usr/local/etc/amanda/config/lbl.exabyte.ps"
    define tapetype QIC-60 {
        comment "Archive Viper"
        length 60 mbytes
        filemark 100 kbytes         # don't know a better value
        speed 100 kbytes            # dito
    define tapetype DEC-DLT2000 {
        comment "DEC Differential Digital Linear Tape 2000"
        length 15000 mbytes
        filemark 8 kbytes
        speed 1250 kbytes
    # [email protected]
    # in amanda-users (Thu Dec 26 01:55:38 MEZ 1996)
    define tapetype DLT {
        comment "DLT tape drives"
        length 20000 mbytes         # 20 Gig tapes
        filemark 2000 kbytes        # I don't know what this means
        speed 1536 kbytes           # 1.5 Mb/s
    define tapetype SURESTORE-1200E {
        comment "HP AutoLoader"
        length 3900 mbytes
        filemark 100 kbytes
        speed 500 kbytes
    define tapetype EXB-8500 {
        comment "Exabyte EXB-8500 drive on decent machine"
        length 4200 mbytes
        filemark 48 kbytes
        speed 474 kbytes
    define tapetype EXB-8200 {
        comment "Exabyte EXB-8200 drive on decent machine"
        length 2200 mbytes
        filemark 2130 kbytes
        speed 240 kbytes
    define tapetype HP-DAT {
        comment "DAT tape drives"
        # data provided by Rob Browning <[email protected]>
        length 1930 mbytes
        filemark 111 kbytes
        speed 468 kbytes
    define tapetype DAT {
        comment "DAT tape drives"
        length 1000 mbytes          # these numbers are not accurate
        filemark 100 kbytes         # but you get the idea
        speed 100 kbytes
    define tapetype MIMSY-MEGATAPE {
        comment "Megatape (Exabyte based) drive through Emulex on Vax 8600"
        length 2200 mbytes
        filemark 2130 kbytes
        speed 170 kbytes            # limited by the Emulex bus interface, ugh
    # dumptypes
    # These are referred to by the disklist file.  The dumptype specifies
    # certain parameters for dumping including:
    #   auth        - authentication scheme to use between server and client.
    #                 Valid values are "bsd", "krb4", "krb5" and "ssh".
    #                 Default: [auth bsd]
    #   comment     - just a comment string
    #   comprate    - set default compression rate.  Should be followed by one or
    #                 two numbers, optionally separated by a comma.  The 1st is
    #                 the full compression rate; the 2nd is the incremental rate.
    #                 If the second is omitted, it is assumed equal to the first.
    #                 The numbers represent the amount of the original file the
    #                 compressed file is expected to take up.
    #                 Default: [comprate 0.50, 0.50]
    #   compress    - specify compression of the backed up data.  Valid values are:
    #                 "none"        - don't compress the dump output.
    #                 "client best" - compress on the client using the best (and
    #                                 probably slowest) algorithm.
    #                 "client fast" - compress on the client using fast algorithm.
    #                 "client custom" - compress using your custom client compression program.
    #                                   use client_custom_compress "PROG" to specify
    #                                   the custom compression program.
    #                                   PROG must not contain white space.
    #                 "server best" - compress on the tape host using the best (and
    #                                 probably slowest) algorithm.
    #                 "server fast" - compress on the tape host using a fast
    #                                 algorithm.  This may be useful when a fast
    #                                 tape host is backing up slow clients.
    #                 "server custom" - compress using your server custom compression program.
    #                                   use server_custom_compress "PROG" to specify
    #                                   the custom compression program.
    #                                   PROG must not contain white space.
    #                 Default: [compress client fast]
    #   dumpcycle   - set the number of days in the dump cycle, ie, set how often a
    #                 full dump should be performed.  Default: from DUMPCYCLE above
    #   estimate      Determine the way AMANDA does it's estimate.
    #                 "client"      - Use the same program as the dumping program,
    #                               this is the most accurate way to do estimates,
    #                               but it can take a long time.
    #                 "calcsize"    - Use a faster program to do estimates, but the
    #                               result is less accurate.
    #                 "server"      - Use only statistics from the previous run to
    #                               give an estimate,
    #                               it takes only a few seconds but the result is not
    #                               accurate if your disk usage changes from day to day.
    #                 Default: [client]
    #   encrypt  - specify encryption of the backed up data. Valid values are:
    #                 "none"   - don't encrypt the dump output.
    #                 "client" - encrypt on the client using the program specified by
    #                            client_encrypt "PROG".
    #                            Use client_decrypt_option to specify the decrypt-
    #                            parameter, default is "-d".
    #                            PROG and decrypt-parameter must not contain white space.
    #                 "server" - encrypt on the server using the program specified by
    #                            server_encrypt "PROG".
    #                            Use server_decrypt_option to specify the decrypt-
    #                            parameter, default is "-d".
    #                            PROG and decrypt-parameter must not contain white space.
    #                 Default: [none]
    #   exclude     - specify files and directories to be excluded from the dump.
    #                 Useful with gnutar only; silently ignored by dump and samba.
    #                 Valid values are:
    #                 "pattern"       - a shell glob pattern defining which files
    #                                   to exclude.
    #                                   gnutar gets --exclude="pattern"
    #                 list "filename" - a file (on the client!) containing patterns
    #                                   re's (1 per line) defining which files to
    #                                   exclude.
    #                                   gnutar gets --exclude-from="filename"
    #                 Note that the `full pathname' of a file within its
    #                 filesystem starts with `./', because of the way amanda runs
    #                 gnutar: `tar -C $mountpoint -cf - --lots-of-options .' (note
    #                 the final dot!)  Thus, if you're backing up `/usr' with a
    #                 diskfile entry like ``host /usr gnutar-root', but you don't
    #                 want to backup /usr/tmp, your exclude list should contain
    #                 the pattern `./tmp', as this is relative to the `/usr' above.
    #                 Please refer to the man-page of gnutar for more information.
    #                 If a relative pathname is specified as the exclude list,
    #                 it is searched from within the directory that is
    #                 going to be backed up.
    #                 Default: include all files
    #   holdingdisk - should the holding disk be used for this dump.  Useful for
    #                 dumping the holding disk itself.  Default: [holdingdisk auto]
    #                 "never"    - Never use the holding disk.
    #                 "auto"     - Use the holding disk if possible.
    #                 "required" - Always use the holding disk.
    #   ignore      - do not back this filesystem up.  Useful for sharing a single
    #                 disklist in several configurations.
    #   index       - keep an index of the files backed up.  Default: [index no]
    #   kencrypt    - encrypt the data stream between the client and server.
    #                 Default: [kencrypt no]
    #   maxdumps    - max number of concurrent dumps to run on the client.
    #                 Default: [maxdumps 1]
    #   maxpromoteday - max number of day for a promotion, set it 0 if you don't
    #                 want promotion, set it to 1 or 2 if your disk get
    #                 overpromoted.
    #                 Default: [10000]
    #   priority    - priority level of the dump.  Valid levels are "low", "medium"
    #                 or "high".  These are really only used when Amanda has no
    #                 tape to write to because of some error.  In that "degraded
    #                 mode", as many incrementals as will fit on the holding disk
    #                 are done, higher priority first, to insure the important
    #                 disks are at least dumped.  Default: [priority medium]
    #   program     - specify the dump system to use.  Valid values are "DUMP",
    #                 or "GNUTAR".  Default: [program "DUMP"].
    #   record      - record the backup in the time-stamp-database of the backup
    #                 program (e.g. /etc/dumpdates for DUMP or
    #                 /usr/local/var/amanda/gnutar-lists for GNUTAR.).
    #                 Default: [record yes]
    #   skip-full   - skip the disk when a level 0 is due, to allow full backups
    #                 outside Amanda, eg when the machine is in single-user mode.
    #   skip-incr   - skip the disk when the level 0 is NOT due.  This is used in
    #                 archive configurations, where only full dumps are done and
    #                 the tapes saved.
    #   starttime   - delay the start of the dump?  Default: no delay
    #   strategy    - set the dump strategy.  Valid strategies are currently:
    #                 "standard" - the standard one.
    #                 "nofull"   - do level 1 dumps every time.  This can be used,
    #                              for example, for small root filesystems that
    #                              only change slightly relative to a site-wide
    #                              prototype.  Amanda then backs up just the
    #                              changes.
    #                 "noinc"    - do level 0 dumps every time.
    #                 "skip"     - skip all dumps.  Useful for sharing a single
    #                              disklist in several configurations.
    #                 "incronly" - do only incremental dumps. This is similar
    #                              to strategy 'nofull', but will increase
    #                              the dump level as usual. Full dumps will
    #                              only be performed when an 'amadmin force'
    #                              has been issued
    #                 Default: [strategy standard]
    # tape_splitsize - (optional) split dump file into pieces of a specified size.
    #                 This allows dumps to be spread across multiple tapes, and can
    #                 potentially make more efficient use of tape space.  Note that
    #                 if this value is too large (more than half the size of the
    #                 average dump being split), substantial tape space can be
    #                 wasted.  If too small, large dumps will be split into
    #                 innumerable tiny dumpfiles, adding to restoration complexity.
    #                 A good rule of thumb, usually, is 1/10 of the size of your
    #                 tape.  Default: [disabled]
    # split_diskbuffer - (optional) When dumping a split dump  in  PORT-WRITE
    #                 mode (usually meaning "no holding disk"), buffer the split
    #                 chunks to a file in the directory specified by this option.
    #                 Default: [none]
    # fallback_splitsize - (optional) When dumping a split dump  in  PORT-WRITE
    #                 mode, if no split_diskbuffer is specified (or if we somehow
    #                 fail to use our split_diskbuffer), we must buffer split
    #                 chunks in memory.  This specifies the maximum size split
    #                 chunks can be in this scenario, and thus the maximum amount
    #                 of memory consumed for in-memory splitting.  Default: [10m]
    # Note that you may specify previously defined dumptypes as a shorthand way of
    # defining parameters.
    define dumptype global {
        comment "Global definitions"
        # This is quite useful for setting global parameters, so you don't have
        # to type them everywhere.  All dumptype definitions in this sample file
        # do include these definitions, either directly or indirectly.
        # There's nothing special about the name `global'; if you create any
        # dumptype that does not contain the word `global' or the name of any
        # other dumptype that contains it, these definitions won't apply.
        # Note that these definitions may be overridden in other
        # dumptypes, if the redefinitions appear *after* the `global'
        # dumptype name.
        # You may want to use this for globally enabling or disabling
        # indexing, recording, etc.  Some examples:
        # index yes
        # record no
        # split_diskbuffer "/raid/amanda"
        # fallback_splitsize 64m
    define dumptype always-full {
        global
        comment "Full dump of this filesystem always"
        compress none
        priority high
        dumpcycle 0
    # Dumptypes for gnutar
    define dumptype root-tar {
        global
        program "GNUTAR"
        comment "                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          

    Auntbeee4 wrote:
    I just bought the LG ALLY and would love to have the Accuweather widget on the phone. My problem is while my phone shows the correct time, (I am on Eastern here, but about 15 miles away in Illinois they are on Central) the Accuweather Widget is off by an hour showing Central time. I tried to sync it, but I can't find it in my list of sync-able programs. If someone can help it would be greatly appreciated. It's frustrating both me and a co-worker with the same phone/problem.
    Thank you!
    Amanda
    I have the same issue, Amanda. The weather widget that comes with the Ally was poorly written. The time issue is bad enough, but it takes up more screen space than is visible. Try it, if you touch and hold on the space below the widget, it will select it. This also means you can't add widgets or icons directly below it, resulting in a great deal of wasted space. 

Maybe you are looking for

  • Open in new tab or open in new page are the same result

    when I set it to open in a new tab or uncheck that box the result is the same

  • Connecting G4 Sawtooth to HDTV Without VGA Port

    My new TV does not have a VGA port, but I'd like to hook my G4 up to it for use as a monitor. I've seen several DVI or VGA to Component video adapters online, but do these work? Should I go with a VGA to Composite adapter?

  • Set date and time for all macs in the network

    Hi, I need to set the time and date for all of our Macs in the network, I have tried to have a look at Workgroup manager but I can not see anything. Any ideas? Thanks in advance,

  • User Role problems in Sun Java Application Server Platform Edition 8

    I am having two problems setting up user roles in Sun Java Application Server Platform Edition 8. At first, I thought that it was a problem with the higher level features that I was using, so I created a very simple example using the simplest authent

  • SAP WEB AS Management

    Hello, I am looking for information regarding -<b>Resourcemanagement  in ABAP and J2EE-Server</b> (similarities and differences, advantages/disadvantages) -<b>Processmanagement in ABAP and J2EE-Server</b> (similarities and differences, Tools) Thank y