Moving to udev

I followed the wiki on setting up udev and ran into an odd problem:
even with the devfs=nomount in my kernel line of menu.lst the first thing I saw after the Arch Linux banner was something about starting DevFS and it failing.  With DevFS failing, I couldn't mount any of my extended partitions (hda5-9)
I've fixed it my editing my rc.sysint to remove the check for DevFS, but I'm guessing that's not the best way to handle the issue.
Any suggestions?

Okay, I've put rc.sysinit back to the way it was.
I looked for /dev/.devfsd and didn't find it before the reboot.  After the reboot it's there.
crw------- 1 root root 253, 0 1969-12-31 19:00 /dev/.devfsd
I've checked my fstab for the /boot partition, here it is:
/dev/discs/disc0/part1 /boot ext2 defaults 0 1
here's my kernel line from menu.lst:
title Arch Linux [/boot/vmlinuz26]
root (hd0,2)
kernel (hd0,0)/vmlinuz26 root=/dev/discs/disc0/part3 devfs=nomount ro vga=773
and here's the start of the output of the dmesg | grep -i dev command:
[root@sf-game ~]# dmesg | grep -i dev
Kernel command line: root=/dev/discs/disc0/part3 devfs=nomount ro vga=773
Console: colour dummy device 80x25
devfs: 2004-01-31 Richard Gooch ([email protected])
devfs: boot_options: 0x0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
There are no further references to devfs, just a bunch of hits various devices.
I'm going to try deleting that /dev/.devfsd file now and see what happens.

Similar Messages

  • [SOLVED] Random kernel panics during boot (Waiting for UDev uevents..)

    Update 2012-03-31: Workaround confirmed to work, see tenthirteen's post.
    Update 2012-02-03: I've narrowed down the problem to the 3.x kernels. Downgrading to kernel26-2.6.38.5-1, with the other packages up-to-date (using nouveau instead of nvidia driver), solves the problem. Still, I still consider this a problem since it forces me to use an older kernel, so if anyone has any idea how to find the problem I would be very thankful!
    When I came back home after the summer vacations I did a huge upgrade with pacman -Syu (of course I read the announcements before). This included linux (3.0.3-1) from kernel26 (2.6.38.5-1) and udev (167-2 -> 173-3). After this point, the boot process randomly fails from time to time; today I had to restart more than 20 times before my machine would boot successfully.
    It always occurs during "Waiting for UDev uvents to be processed". Some of the errors are:
    1. The computer freezes when the message is shown (cursor stops to blink).
    2. Nothing happens for a long time, then Waiting for UDev uvents to be processed [ FAIL ]s.
    3. Short and long error messages that look similar to this guy's (except for the last line).
    I greped for some of the error messages in /var/log but they don't seem to be logged, so the examples below are from my handwritten notes and thus not very complete (there are a lot of other error messages except these lines). It's also possible that there are some mistakes. Note that they're from different boots.
    BUG: Soft lockup - CPU#1 stuck for 23 s! [modprobe:256]
    BUG: Unable to handle kernel
    --[End ...]--
    note: udevd[225] exited with preempt_count 2
    Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: c0147299
    BUG: Unable to handle kernel paging request at f8d20076
    Code: Bad EIP value.
    EIP: ...
    CRZ: ...
    --[End ...]--
    Kernel panic - not syncing: Attempted to kill the idle task!
    Lock: Bad EIP value
    Note: modprobe [296] exited with preempt_count 3
    WARNING: at kernel/watchdog.c:240 watchdog-overflow-callback+0xac/...
    BUG: Unable to handle kernel NULL pointer dereference at 00000286
    BUG: Unable to handle kernel NULL pointer dereference at (null)
    These errors are seemingly arbitrary which makes it very hard to find the problem. Sometimes it works without a single complaint, sometimes it says something about "No caching mode page present, Assuming drive cache: write through", and sometimes I get different errors (the examples above are only from today!). As you can imagine, it gets pretty annoying.
    So far I've tried to:
    * Use the fallback mode - nope.
    * Rerun mkinitcpio -p linux - nope.
    * Append noapic and nomodeset to the kernel in GRUB - nope.
    * Install and try kernel26-lts - seems to work, although I don't understand what other differences there are (e.g., it doesn't start X). At least this seems to suggest that it's not a hardware problem.
    * Unplug all USB devices before boot - sometimes works, sometimes not. Doesn't seem to be a direct connection.
    * Remove my custom settings in /etc/modprobe.d - nope.
    * A lot of other things I've forgotten.
    Edit: I forgot to mention, once it's booted, the system works perfectly fine. No kernel panics etc. That's the second reason why I suspect it's not a hardware failure.
    I've been thinking about trying to downgrade the kernel and udev, but with the renaming and all dependencies I'm not sure how to do that.
    Since I've run out of ideas how to troubleshoot this issue, I would appreciate if I could get some suggestions here. I've search around and found similar posts but no solution that works for me.
    Finally, here are some more information.
    uname -a:
    Linux archon 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz GenuineIntel GNU/Linux
    The packages that I upgraded with pacman -Syu that day (removed most KDE packages from the list):
    [2011-08-26 15:14] Running 'pacman-color -Syu'
    [2011-08-26 15:14] synchronizing package lists
    [2011-08-26 15:18] Running 'pacman-color -Sy pacman'
    [2011-08-26 15:18] synchronizing package lists
    [2011-08-26 15:18] upgraded linux-api-headers (2.6.38.1-1 -> 3.0.1-1)
    [2011-08-26 15:19] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
    [2011-08-26 15:19] Generating locales...
    [2011-08-26 15:19] en_US.UTF-8... done
    [2011-08-26 15:19] en_US.ISO-8859-1... done
    [2011-08-26 15:19] sv_SE.UTF-8... done
    [2011-08-26 15:19] sv_SE.ISO-8859-1... done
    [2011-08-26 15:19] Generation complete.
    [2011-08-26 15:19] upgraded glibc (2.13-5 -> 2.14-5)
    [2011-08-26 15:19] upgraded pacman (3.5.3-1 -> 3.5.4-4)
    [2011-08-26 15:27] Running 'pacman-color -Syu'
    [2011-08-26 15:27] synchronizing package lists
    [2011-08-26 15:27] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Rsn linuxwacom-bamboo-cth-ctl'
    [2011-08-26 15:29] removed linuxwacom-bamboo-cth-ctl (0.10.99.1-1)
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:53] Running 'pacman-color -Syu'
    [2011-08-26 15:53] synchronizing package lists
    [2011-08-26 15:54] starting full system upgrade
    [2011-08-26 16:03] warning: /etc/krb5.conf saved as /etc/krb5.conf.pacsave
    [2011-08-26 16:03] removed heimdal (1.3.3-4)
    [2011-08-26 16:03] removed eigen (2.0.15-1)
    [2011-08-26 16:03] removed python2-qt (4.8.3-1)
    [2011-08-26 16:03] removed kernel26 (2.6.38.5-1)
    [2011-08-26 16:04] removed kernel26-headers (2.6.38.5-1)
    [2011-08-26 16:04] removed libreoffice (3.3.2-2)
    [2011-08-26 16:04] upgraded readline (6.2.001-1 -> 6.2.001-2)
    [2011-08-26 16:04] upgraded bash (4.2.008-1 -> 4.2.010-1)
    [2011-08-26 16:04] upgraded attr (2.4.44-3 -> 2.4.46-1)
    [2011-08-26 16:04] upgraded acl (2.2.49-2 -> 2.2.51-1)
    [2011-08-26 16:04] upgraded rsync (3.0.8-1 -> 3.0.8-2)
    [2011-08-26 16:04] upgraded abs (2.4.2-1 -> 2.4.3-1)
    [2011-08-26 16:04] upgraded gcc-libs (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:04] upgraded zlib (1.2.5-3 -> 1.2.5-4)
    [2011-08-26 16:04] upgraded icu (4.6.1-1 -> 4.8.1-1)
    [2011-08-26 16:04] upgraded boost-libs (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:04] upgraded libmysqlclient (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded mysql-clients (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] hostname and {,yp,nis}domainname has moved:
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] hostname is now in coreutils
    [2011-08-26 16:04] domainname is now in yp-tools
    [2011-08-26 16:04] their functionality might have changed slightly
    [2011-08-26 16:04]
    [2011-08-26 16:04] dnsdomainname remains in net-tools
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] upgraded net-tools (1.60-14 -> 1.60-18)
    [2011-08-26 16:04] warning: directory permissions differ on var/lib/mysql/
    filesystem: 755 package: 700
    [2011-08-26 16:04] upgraded mysql (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded libpng (1.4.5-1 -> 1.4.8-1)
    [2011-08-26 16:04] upgraded sqlite3 (3.7.6.1-1 -> 3.7.7.1-1)
    [2011-08-26 16:04] upgraded run-parts (3.4.1-1 -> 3.4.4-1)
    [2011-08-26 16:04] upgraded db (5.1.25-1 -> 5.2.28-1)
    [2011-08-26 16:04] installed libgssglue (0.3-1)
    [2011-08-26 16:04] installed libtirpc (0.2.2-2)
    [2011-08-26 16:04] upgraded pam (1.1.3-1 -> 1.1.4-1)
    [2011-08-26 16:04] Fixing gshadow file ...
    [2011-08-26 16:04] upgraded shadow (4.1.4.3-1 -> 4.1.4.3-2)
    [2011-08-26 16:04] upgraded gmp (5.0.1-2 -> 5.0.2-3)
    [2011-08-26 16:04] upgraded libcap (2.20-1 -> 2.22-1)
    [2011-08-26 16:04] upgraded coreutils (8.12-1 -> 8.12-3)
    [2011-08-26 16:04] Updating certificates. This might take a while...
    [2011-08-26 16:04] upgraded ca-certificates (20090814+nmu2-1 -> 20110421-3)
    [2011-08-26 16:04] upgraded pcre (8.12-1 -> 8.13-2)
    [2011-08-26 16:04] upgraded glib2 (2.28.6-1 -> 2.28.8-1)
    [2011-08-26 16:04] upgraded iana-etc (2.30-1 -> 2.30-2)
    [2011-08-26 16:04] warning: /etc/fstab installed as /etc/fstab.pacnew
    [2011-08-26 16:04] warning: directory permissions differ on run/
    filesystem: 1777 package: 755
    [2011-08-26 16:04] upgraded filesystem (2011.04-1 -> 2011.08-1)
    [2011-08-26 16:04] upgraded dbus-core (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:04] upgraded xproto (7.0.21-1 -> 7.0.22-1)
    [2011-08-26 16:04] upgraded libx11 (1.4.3-2 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded dbus (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:05] upgraded freetype2 (2.4.4-2 -> 2.4.6-1)
    [2011-08-26 16:05] upgraded libxfont (1.4.3-1 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded util-linux (2.19-4 -> 2.19.1-3)
    [2011-08-26 16:05] upgraded module-init-tools (3.12-2 -> 3.16-1)
    [2011-08-26 16:05] ATTENTION UDEV:
    [2011-08-26 16:05] ----------
    [2011-08-26 16:05] Kernel 2.6.32 or newer is now required.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] OSS emulation modules are not loaded by default, add to rc.conf if needed.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch specific cd symlinks are now no longer created.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] cd and net persistent rules will no longer be autogenerated,
    [2011-08-26 16:05] see <https://wiki.archlinux.org/index.php/Udev> for details.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Errors are now logged (possibly to the console) by default.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch's custom blacklisting logic has been removed. MOD_AUTOLOAD and
    [2011-08-26 16:05] blacklisting in MODULES no longer works.
    [2011-08-26 16:05] See 'man modprobe.conf' for a replacement to blacklisting.
    [2011-08-26 16:05] To disable a module mod1 on the kernel command line, use
    [2011-08-26 16:05] mod1.disable=1
    [2011-08-26 16:05] or
    [2011-08-26 16:05] modprobe.blacklist=mod1
    [2011-08-26 16:05] --
    [2011-08-26 16:05] The following modules are no longer unconditionally loaded:
    [2011-08-26 16:05] pcspkr irtty-sir analog lp ppdev ide-generic
    [2011-08-26 16:05] Add them to MODULES in rc.conf if you need them.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Support for non-devtmpfs self-compiled kernels have been moved to udev-compat.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Blacklisting of framebuffer devices has moved from /etc/modprobe.d to
    [2011-08-26 16:05] /lib/modprobe.d. Any customizations shoud be done to the file in /etc, as it
    [2011-08-26 16:05] takes precedence.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] kbd and rtc devices are no longer world readable.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] rtc is no longer in the audio group and fb devices are no longer in
    [2011-08-26 16:05] the video group, as permissions and ownership of fb devices are controlled
    [2011-08-26 16:05] by X.
    [2011-08-26 16:05] ---------------
    [2011-08-26 16:05] upgraded udev (167-2 -> 173-3)
    [2011-08-26 16:05] upgraded libdrm (2.4.25-1 -> 2.4.26-1)
    [2011-08-26 16:05] upgraded pixman (0.20.2-1 -> 0.22.2-1)
    [2011-08-26 16:05] upgraded libgpg-error (1.9-3 -> 1.10-1)
    [2011-08-26 16:05] upgraded libgcrypt (1.4.6-3 -> 1.5.0-1)
    [2011-08-26 16:05] upgraded xorg-xkbcomp (1.2.1-2 -> 1.2.3-1)
    [2011-08-26 16:05] upgraded xorg-server-common (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded xorg-server (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded nvidia-173xx-utils (173.14.30-1 -> 173.14.31-1)
    [2011-08-26 16:05] upgraded libxext (1.2.0-1 -> 1.3.0-1)
    [2011-08-26 16:05] upgraded libxrandr (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:05] upgraded inputproto (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:05] upgraded libxi (1.4.2-1 -> 1.4.3-1)
    [2011-08-26 16:05] upgraded xorg-xset (1.2.1-2 -> 1.2.2-1)
    [2011-08-26 16:05] upgraded xdg-utils (1.1.0rc1-2 -> 1.1.0rc1-3)
    [2011-08-26 16:05] upgraded qt (4.7.2-6 -> 4.7.3-3)
    [2011-08-26 16:05] installed libssh2 (1.2.9-1)
    [2011-08-26 16:05] upgraded curl (7.21.6-1 -> 7.21.7-1)
    [2011-08-26 16:05] upgraded raptor (2.0.2-1 -> 2.0.4-1)
    [2011-08-26 16:05] upgraded mpfr (3.0.1-1 -> 3.0.1.p4-2)
    [2011-08-26 16:05] upgraded rasqal (1:0.9.21-1 -> 1:0.9.27-1)
    [2011-08-26 16:05] upgraded binutils (2.21-7 -> 2.21.1-2)
    [2011-08-26 16:05] upgraded libmpc (0.9-1 -> 0.9-2)
    [2011-08-26 16:05] upgraded isl (0.06-1 -> 0.06-2)
    [2011-08-26 16:05] upgraded cloog (0.16.2-1 -> 0.16.2-2)
    [2011-08-26 16:05] upgraded ppl (0.11.2-1 -> 0.11.2-2)
    [2011-08-26 16:05] upgraded gcc (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:05] upgraded libtool (2.4-3 -> 2.4-4)
    [2011-08-26 16:05] upgraded redland (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded redland-storage-virtuoso (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded soprano (2.6.0-5 -> 2.7.0-1)
    [2011-08-26 16:05] upgraded akonadi (1.5.2-1 -> 1.6.0-2)
    [2011-08-26 16:05] upgraded dialog (1.1_20110302-1 -> 1.1_20110707-1)
    [2011-08-26 16:05] upgraded psmisc (22.13-1 -> 22.14-1)
    [2011-08-26 16:05] upgraded alsa-utils (1.0.24.2-1 -> 1.0.24.2-3)
    [2011-08-26 16:06] upgraded exiv2 (0.21.1-1 -> 0.21.1-2)
    [2011-08-26 16:06] upgraded strigi (git20110405-1 -> 0.7.5-4)
    [2011-08-26 16:06] upgraded xz (5.0.2-1 -> 5.0.3-1)
    [2011-08-26 16:06] upgraded libsasl (2.1.23-5 -> 2.1.23-7)
    [2011-08-26 16:06] upgraded libldap (2.4.24-1 -> 2.4.26-3)
    [2011-08-26 16:06] upgraded keyutils (1.4-1 -> 1.5.2-1)
    [2011-08-26 16:06] installed krb5 (1.9.1-3)
    [2011-08-26 16:06] upgraded shared-desktop-ontologies (0.6.0-1 -> 0.7.1-1)
    [2011-08-26 16:06] upgraded libdbusmenu-qt (0.8.2-1 -> 0.8.3-1)
    [2011-08-26 16:06] upgraded grantlee (0.1.8-1 -> 0.1.9-1)
    [2011-08-26 16:06] upgraded aspell (0.60.6-5 -> 0.60.6.1-1)
    [2011-08-26 16:06] upgraded dbus-glib (0.92-1 -> 0.94-2)
    [2011-08-26 16:06] upgraded hunspell (1.2.15-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded enchant (1.6.0-1 -> 1.6.0-3)
    [2011-08-26 16:06] upgraded libogg (1.2.2-1 -> 1.3.0-1)
    [2011-08-26 16:06] upgraded flac (1.2.1-2 -> 1.2.1-3)
    [2011-08-26 16:06] upgraded libsndfile (1.0.24-1 -> 1.0.25-1)
    [2011-08-26 16:06] upgraded libpulse (0.9.22-2 -> 0.9.23-1)
    [2011-08-26 16:06] installed libqzeitgeist (0.7.0-1)
    [2011-08-26 16:06] upgraded pango (1.28.4-2 -> 1.28.4-3)
    [2011-08-26 16:06] upgraded gstreamer0.10 (0.10.32-1 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base-plugins (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded phonon-gstreamer (4.5.0-1 -> 4.5.1-1)
    [2011-08-26 16:06] upgraded sdl (1.2.14-6 -> 1.2.14-7)
    [2011-08-26 16:06] upgraded xvidcore (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded x264 (20110327-1 -> 20110617-1)
    [2011-08-26 16:06] upgraded libvpx (0.9.6-2 -> 0.9.7.p1-1)
    [2011-08-26 16:06] upgraded libva (1.0.12-1 -> 1.0.14-1)
    [2011-08-26 16:06] installed rtmpdump (2.4-1)
    [2011-08-26 16:06] upgraded ffmpeg (20110330-1 -> 20110724-1)
    [2011-08-26 16:06] upgraded cifs-utils (4.9-2 -> 4.9-3)
    [2011-08-26 16:06] upgraded smbclient (3.5.8-2 -> 3.6.0-4)
    [2011-08-26 16:06] upgraded mesa (7.10.2-2 -> 7.11-1)
    [2011-08-26 16:06] upgraded libsamplerate (0.1.7-1 -> 0.1.8-1)
    [2011-08-26 16:06] upgraded jack (0.120.1-1 -> 0.121.2-2)
    [2011-08-26 16:06] upgraded fluidsynth (1.1.3-2 -> 1.1.4-1)
    [2011-08-26 16:06] upgraded libass (0.9.11-1 -> 0.9.13-1)
    [2011-08-26 16:06] upgraded libproxy (0.4.6-6 -> 0.4.7-1)
    [2011-08-26 16:06] upgraded libjpeg-turbo (1.1.0-1 -> 1.1.1-3)
    [2011-08-26 16:06] upgraded v4l-utils (0.8.3-1 -> 0.8.5-1)
    [2011-08-26 16:06] upgraded taglib (1.7-1 -> 1.7-3)
    [2011-08-26 16:06] upgraded libdvbpsi (0.1.7-1 -> 0.2.0-1)
    [2011-08-26 16:06] upgraded libebml (1.2.0-1 -> 1.2.1-1)
    [2011-08-26 16:06] upgraded libmatroska (1.1.0-1 -> 1.2.0-1)
    [2011-08-26 16:06] upgraded libmodplug (0.8.8.1-1 -> 0.8.8.3-1)
    [2011-08-26 16:06] upgraded libmpeg2 (0.5.1-1 -> 0.5.1-3)
    [2011-08-26 16:06] upgraded libmtp (1.0.2-2 -> 1.1.0-1)
    [2011-08-26 16:06] installed libupnp (1.6.13-1)
    [2011-08-26 16:06] upgraded vlc (1.1.9-1 -> 1.1.11-4)
    [2011-08-26 16:06] upgraded phonon-vlc (0.4.0-1 -> 0.4.1-1)
    [2011-08-26 16:06] upgraded phonon (4.5.0-1 -> 4.5.55-1)
    [2011-08-26 16:06] upgraded upower (0.9.10-1 -> 0.9.12-1)
    [2011-08-26 16:07] upgraded device-mapper (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded parted (2.3-1 -> 3.0-3)
    [2011-08-26 16:07] upgraded lvm2 (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded eject (2.1.5-5 -> 2.1.5-7)
    [2011-08-26 16:07] upgraded udisks (1.0.3-2 -> 1.0.3-6)
    [2011-08-26 16:07] upgraded libxcursor (1.1.11-1 -> 1.1.12-1)
    [2011-08-26 16:07] upgraded ntrack (1:13-1 -> 1:13-2)
    [2011-08-26 16:07] upgraded libssh (0.4.8-1 -> 0.5.1-1)
    [2011-08-26 16:07] upgraded oxygen-icons (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:07] upgraded xorg-xauth (1.0.5-2 -> 1.0.6-1)
    [2011-08-26 16:07] installed qjson (0.7.1-1)
    [2011-08-26 16:08] upgraded amarok (2.4.0-4 -> 2.4.3-1)
    [2011-08-26 16:08] upgraded apr (1.4.2-1 -> 1.4.5-1)
    [2011-08-26 16:08] upgraded apr-util (1.3.10-2 -> 1.3.12-2)
    [2011-08-26 16:08] upgraded atk (2.0.0-1 -> 2.0.1-1)
    [2011-08-26 16:08] upgraded avahi (0.6.30-2 -> 0.6.30-4)
    [2011-08-26 16:08] installed eigen2 (2.0.16-1)
    [2011-08-26 16:08] upgraded libffi (3.0.9-1 -> 3.0.10-1)
    [2011-08-26 16:08] upgraded python (3.2-2 -> 3.2.1-1)
    [2011-08-26 16:08] installed sip (4.12.4-1)
    [2011-08-26 16:08] installed pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded python2 (2.7.1-9 -> 2.7.2-2)
    [2011-08-26 16:08] upgraded python2-sip (4.12.1-1 -> 4.12.4-1)
    [2011-08-26 16:08] upgraded dbus-python (0.83.1-2 -> 0.84.0-1)
    [2011-08-26 16:08] installed python2-pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded glew (1.5.8-1 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded blas (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded lapack (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded python2-numpy (1.5.1-2 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded avogadro (1.0.3-1 -> 1.0.3-3)
    [2011-08-26 16:08] upgraded bison (2.4.3-1 -> 2.5-1)
    [2011-08-26 16:08] upgraded bluez (4.93-1 -> 4.96-1)
    [2011-08-26 16:08] upgraded boost (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:08] upgraded cabextract (1.3-1 -> 1.4-1)
    [2011-08-26 16:08] upgraded libsigc++ (2.2.9-1 -> 2.2.10-1)
    [2011-08-26 16:08] upgraded cairomm (1.9.8-1 -> 1.10.0-1)
    [2011-08-26 16:08] upgraded chmlib (0.40-1 -> 0.40-2)
    [2011-08-26 16:08] installed nettle (2.2-1)
    [2011-08-26 16:08] upgraded gnutls (2.12.3-1 -> 3.0.1-1)
    [2011-08-26 16:08] upgraded libcups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:08] upgraded gdk-pixbuf2 (2.23.3-1 -> 2.23.5-1)
    [2011-08-26 16:08] upgraded gtk-update-icon-cache (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:08] upgraded gtk2 (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:09] upgraded nspr (4.8.7-1 -> 4.8.9-1)
    [2011-08-26 16:09] upgraded nss (3.12.9-1 -> 3.12.11-1)
    [2011-08-26 16:09] upgraded libevent (2.0.10-1 -> 2.0.12-1)
    [2011-08-26 16:09] upgraded xorg-mkfontscale (1.0.8-1 -> 1.0.9-1)
    [2011-08-26 16:10] upgraded ttf-dejavu (2.32-2 -> 2.33-1)
    [2011-08-26 16:10] upgraded chromium (11.0.696.57-1 -> 13.0.782.215-1)
    [2011-08-26 16:10] upgraded cln (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:10] upgraded clucene (0.9.21b-1 -> 2.3.3.4-1)
    [2011-08-26 16:11] upgraded cmake (2.8.4-1 -> 2.8.5-1)
    [2011-08-26 16:11] upgraded consolekit (0.4.4-1 -> 0.4.5-1)
    [2011-08-26 16:11] upgraded cryptsetup (1.2.0-1 -> 1.3.1-2)
    [2011-08-26 16:11] upgraded poppler (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:11] daemon script has been renamed to /etc/rc.d/cupsd
    [2011-08-26 16:11] change your entry in /etc/rc.conf
    [2011-08-26 16:11] upgraded cups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:11] upgraded cvs (1.11.23-6 -> 1.11.23-7)
    [2011-08-26 16:11] upgraded dash (0.5.6.1-2 -> 0.5.7-2)
    [2011-08-26 16:11] upgraded dconf (0.7.3-2 -> 0.8.0-1)
    [2011-08-26 16:11] upgraded dcron (4.4-2 -> 4.5-2)
    [2011-08-26 16:11] upgraded diffutils (3.0-2 -> 3.1-1)
    [2011-08-26 16:11] upgraded libksba (1.0.8-1 -> 1.2.0-1)
    [2011-08-26 16:11] upgraded libassuan (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:11] upgraded dirmngr (1.1.0-1 -> 1.1.0-3)
    [2011-08-26 16:11] upgraded dri2proto (2.3-1 -> 2.6-1)
    [2011-08-26 16:11] upgraded fakeroot (1.15.1-1 -> 1.17-1)
    [2011-08-26 16:11] upgraded file (5.06-1 -> 5.08-1)
    [2011-08-26 16:11] upgraded startup-notification (0.10-2 -> 0.12-1)
    [2011-08-26 16:11] upgraded mime-types (1.0-3 -> 8-1)
    [2011-08-26 16:11] upgraded libnotify (0.7.2-1 -> 0.7.3-1)
    [2011-08-26 16:11] upgraded firefox (4.0.1-1 -> 6.0-1)
    [2011-08-26 16:11] upgraded flashplugin (10.2.159.1-2 -> 10.3.183.7-1)
    [2011-08-26 16:11] - The directories /usr/lib/perl5/current, /usr/lib/perl5/site_perl/current,
    [2011-08-26 16:11] /usr/lib/perl5/site_perl/5.10.1, and /usr/share/perl5/site_perl/5.10.1
    [2011-08-26 16:11] have been removed from @INC.
    [2011-08-26 16:11] - The script/binary directories are now /usr/bin/*_perl instead of
    [2011-08-26 16:11] /usr/lib/perl5/*_perl/bin which will be eventually removed.
    [2011-08-26 16:11] upgraded perl (5.12.3-1 -> 5.14.1-3)
    [2011-08-26 16:11] upgraded foomatic-db (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-filters (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-db-engine (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded fortune-mod (1.99.1-4 -> 1.99.1-5)
    [2011-08-26 16:12] upgraded fpc (2.4.2-1 -> 2.4.4-3)
    [2011-08-26 16:12] upgraded gawk (3.1.8-2 -> 4.0.0-1)
    [2011-08-26 16:12] upgraded gc (7.1-1 -> 7.1-3)
    [2011-08-26 16:12] upgraded gcc-fortran (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:12] upgraded gdb (7.2-2 -> 7.3-2)
    [2011-08-26 16:12] upgraded libftdi (0.18-2 -> 0.19-1)
    [2011-08-26 16:12] upgraded lirc-utils (1:0.9.0-2 -> 1:0.9.0-6)
    [2011-08-26 16:12] installed mpg123 (1.13.3-2)
    [2011-08-26 16:12] upgraded mplayer (33159-1 -> 34007-1)
    [2011-08-26 16:12] upgraded gnome-mplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded gecko-mediaplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded libggz (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ggz-client-libs (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ghostscript (9.02-1 -> 9.04-5)
    [2011-08-26 16:12] upgraded pygobject-devel (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygobject (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygtk (2.24.0-1 -> 2.24.0-2)
    [2011-08-26 16:12] upgraded gimp (2.6.11-5 -> 2.6.11-6)
    [2011-08-26 16:12] upgraded git (1.7.5-1 -> 1.7.6.1-1)
    [2011-08-26 16:12] upgraded glibmm (2.28.0-1 -> 2.28.2-1)
    [2011-08-26 16:12] upgraded glib-networking (2.28.6.1-2 -> 2.28.7-4)
    [2011-08-26 16:12] upgraded glproto (1.4.12-1 -> 1.4.14-1)
    [2011-08-26 16:12] upgraded gnugo (3.8-1 -> 3.8-2)
    [2011-08-26 16:12] upgraded gnupg (1.4.11-2 -> 1.4.11-3)
    [2011-08-26 16:12] upgraded pinentry (0.8.1-1 -> 0.8.1-3)
    [2011-08-26 16:12] upgraded gnupg2 (2.0.17-1 -> 2.0.18-1)
    [2011-08-26 16:12] upgraded wxgtk (2.8.12-1 -> 2.8.12.1-1)
    [2011-08-26 16:12] ==> To add the gnuplot mode in Emacs, add the content of /usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
    [2011-08-26 16:12] Updating TeX tree...
    [2011-08-26 16:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-08-26 16:13] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-08-26 16:13] mktexlsr: Done.
    [2011-08-26 16:13] upgraded gnuplot (4.4.2-2 -> 4.4.3-1)
    [2011-08-26 16:13] upgraded gtkmm (2.24.0-1 -> 2.24.2-1)
    [2011-08-26 16:13] upgraded gparted (0.8.0-2 -> 0.9.0-3)
    [2011-08-26 16:13] upgraded gpgme (1.3.0-1 -> 1.3.1-1)
    [2011-08-26 16:13] upgraded gpsd (2.96-1 -> 3.0-3)
    [2011-08-26 16:13] upgraded graphicsmagick (1.3.12-1 -> 1.3.12-2)
    [2011-08-26 16:13] upgraded grep (2.7-1 -> 2.9-1)
    [2011-08-26 16:13] warning: /boot/grub/menu.lst installed as /boot/grub/menu.lst.pacnew
    [2011-08-26 16:13] upgraded grub (0.97-17 -> 0.97-20)
    [2011-08-26 16:13] upgraded gsl (1.14-1 -> 1.15-1)
    [2011-08-26 16:13] upgraded vim-runtime (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded ruby (1.9.2_p180-1 -> 1.9.2_p290-1)
    [2011-08-26 16:13] Updating desktop and mime database...done.
    [2011-08-26 16:13] upgraded gvim (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded hdf5 (1.8.6-1 -> 1.8.7-1)
    [2011-08-26 16:13] upgraded heirloom-mailx (12.5-1 -> 12.5-2)
    [2011-08-26 16:13] upgraded htop (0.9-1 -> 0.9-2)
    [2011-08-26 16:13] installed lcms2 (2.2-1)
    [2011-08-26 16:13] upgraded imagemagick (6.6.9.4-1 -> 6.7.1.6-1)
    [2011-08-26 16:13] installed iproute2 (2.6.39-1)
    [2011-08-26 16:13] upgraded kbd (1.15.2-1 -> 1.15.3-1)
    [2011-08-26 16:13] warning: /etc/inittab installed as /etc/inittab.pacnew
    [2011-08-26 16:13] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-08-26 16:13] Blacklisting of modules is no longer supported in rc.conf,
    [2011-08-26 16:13] please add blacklist entries to /etc/modprobe.d/ instead.
    [2011-08-26 16:13] VERBOSE= in rc.conf no longer has any effect.
    [2011-08-26 16:13] Please append 'quiet' to your kernel command line.
    [2011-08-26 16:13] upgraded initscripts (2011.04.1-2 -> 2011.07.3-1)
    [2011-08-26 16:13] upgraded poppler-glib (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:13] upgraded inkscape (0.48.1-2 -> 0.48.2-1)
    [2011-08-26 16:13] upgraded irssi (0.8.15-4 -> 0.8.15-5)
    [2011-08-26 16:13] upgraded jfsutils (1.1.14-2 -> 1.1.15-2)
    [2011-08-26 16:14] upgraded jre (6u25-1 -> 7-3)
    [2011-08-26 16:14] upgraded libdmtx (0.7.2-2 -> 0.7.4-1)
    [2011-08-26 16:14] installed qrencode (3.1.1-2)
    [2011-08-26 16:14] installed prison (1.0-1)
    [2011-08-26 16:14] upgraded libedit (20110227_3.0-1 -> 20110802_3.0-1)
    [2011-08-26 16:14] upgraded openssh (5.8p2-1 -> 5.8p2-9)
    [2011-08-26 16:14] upgraded lm_sensors (3.3.0-1 -> 3.3.1-2)
    [2011-08-26 16:14] upgraded xorg-xprop (1.2.0-2 -> 1.2.1-1)
    [2011-08-26 16:14] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
    [2011-08-26 16:14] installed libkexiv2 (4.7.0-2)
    [2011-08-26 16:15] upgraded qscintilla (2.5.1-1 -> 2.5.1-2)
    [2011-08-26 16:15] installed ocaml (3.12.1-1)
    [2011-08-26 16:15] installed libkipi (4.7.0-2)
    [2011-08-26 16:16] upgraded sane (1.0.22-1 -> 1.0.22-2)
    [2011-08-26 16:16] installed libksane (4.7.0-2)
    [2011-08-26 16:16] installed libkdcraw (4.7.0-2)
    [2011-08-26 16:16] upgraded poppler-qt (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:16] upgraded libidn (1.21-1 -> 1.22-1)
    [2011-08-26 16:16] upgraded qt3 (3.3.8-19 -> 3.3.8-20)
    [2011-08-26 16:16] upgraded libktorrent (1.1.1-1 -> 1.1.2-1)
    [2011-08-26 16:16] installed libmms (0.6.2-1)
    [2011-08-26 16:16] upgraded libgadu (1.10.1-1 -> 1.11.0-1)
    [2011-08-26 16:16] installed ortp (0.16.5-1)
    [2011-08-26 16:16] installed mediastreamer (2.7.3-3)
    [2011-08-26 16:17] upgraded qwt (5.2.1-1 -> 6.0.0-1)
    [2011-08-26 16:17] upgraded neon (0.29.3-2 -> 0.29.6-2)
    [2011-08-26 16:17] upgraded subversion (1.6.15-1 -> 1.6.17-6)
    [2011-08-26 16:17] upgraded linux-firmware (20110227-1 -> 20110727-1)
    [2011-08-26 16:17] upgraded mkinitcpio-busybox (1.18.2-1 -> 1.18.5-1)
    [2011-08-26 16:17] upgraded mkinitcpio (0.6.11-1 -> 0.7.2-1)
    [2011-08-26 16:18] >>> Updating module dependencies. Please wait ...
    [2011-08-26 16:18] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-08-26 16:18] ==> Building image from preset: 'default'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [autodetect]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-08-26 16:18] 7278 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] ==> Building image from preset: 'fallback'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-08-26 16:18] 23389 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] installed linux (3.0.3-1)
    [2011-08-26 16:18] installed linux-headers (3.0.3-1)
    [2011-08-26 16:18] upgraded koffice-servicetypes (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-libs (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-templates (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-plugins (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded koffice-krita (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded ktorrent (4.1.1-1 -> 4.1.2-1)
    [2011-08-26 16:19] upgraded kwebkitpart (1.1-1 -> 1.1.1-1)
    [2011-08-26 16:19] upgraded less (443-1 -> 444-1)
    [2011-08-26 16:19] upgraded usbmuxd (1.0.6-2 -> 1.0.7-2)
    [2011-08-26 16:19] upgraded libimobiledevice (1.1.0-1 -> 1.1.1-2)
    [2011-08-26 16:19] upgraded libgpod (0.8.0-2 -> 0.8.2-2)
    [2011-08-26 16:19] upgraded libgsf (1.14.20-1 -> 1.14.21-1)
    [2011-08-26 16:19] upgraded liblqr (0.4.1-1 -> 0.4.1-2)
    [2011-08-26 16:19] installed libreoffice-en-US (3.4.2-2)
    [2011-08-26 16:19] installed libtextcat (2.2-8)
    [2011-08-26 16:19] * see https://wiki.archlinux.org/index.php/LibreOffice
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] LibreOffice has been split into several packages:
    [2011-08-26 16:19] - libreoffice-common
    [2011-08-26 16:19] - libreoffice-{base,calc,draw,impress,math,writer} - frontend applications
    [2011-08-26 16:19] - libreoffice-{gnome,kde4} - desktop integration plugins
    [2011-08-26 16:19] - libreoffice-{sdk,sdk-doc} - add-on and doc for programming using
    [2011-08-26 16:19]  the LibreOffice APIs and for creating
    [2011-08-26 16:19] extensions (UNO components).
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] * you need to install at least one libreoffice-langpack
    [2011-08-26 16:19] * you may want to pacman -Ss libreoffice-extensions
    [2011-08-26 16:19] to see what additional extensions are prepared to install
    [2011-08-26 16:19] * it's recommended to install {hunspell,mythes,hyphen}-xx pkg
    [2011-08-26 16:19] for spell checking
    [2011-08-26 16:19] * make sure you have installed some ttf font (ttf-dejavu recommended)
    [2011-08-26 16:19] installed libreoffice-common (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-base (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-calc (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-draw (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-impress (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-math (3.4.2-2)
    [2011-08-26 16:19] upgraded libwpd (0.9.1-1 -> 0.9.2-1)
    [2011-08-26 16:19] installed libwps (0.2.2-1)
    [2011-08-26 16:19] installed libreoffice-writer (3.4.2-2)
    [2011-08-26 16:19] upgraded libreoffice-extension-ct2n (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] The jdk package is licensed software.
    [2011-08-26 16:20] You MUST read and agree to the license stored in
    [2011-08-26 16:20] /usr/share/licenses/jdk/LICENSE before using it.
    [2011-08-26 16:20] Please relogin to include jdk in your PATH
    [2011-08-26 16:20] installed jdk (7-3)
    [2011-08-26 16:20] upgraded libreoffice-extension-diagram (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-hunart (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-nlpsolver (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-numbertext (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-oooblogger (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-pdfimport (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presentation-minimizer (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presenter-screen (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-report-builder (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-typo (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-watch-window (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-wiki-publisher (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded make (3.81-5 -> 3.82-3)
    [2011-08-26 16:20] upgraded libreoffice-sdk (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libsoup (2.34.1-1 -> 2.34.3-1)
    [2011-08-26 16:20] upgraded libwebkit (1.4.0-1 -> 1.4.2-1)
    [2011-08-26 16:20] upgraded links (2.3pre1-1 -> 2.3-1)
    [2011-08-26 16:20] upgraded logrotate (3.7.9-1 -> 3.8.0-1)
    [2011-08-26 16:20] upgraded luasocket (2.0.2-4 -> 2.0.2-5)
    [2011-08-26 16:20] upgraded lzo2 (2.04-1 -> 2.05-1)
    [2011-08-26 16:20] upgraded man-db (2.6.0.2-1 -> 2.6.0.2-2)
    [2011-08-26 16:20] upgraded mdadm (3.2.1-3 -> 3.2.2-3)
    [2011-08-26 16:20] upgraded mercurial (1.8.3-1 -> 1.9.1-1)
    [2011-08-26 16:21] ERROR: Module nvidia is in use
    [2011-08-26 16:21] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-08-26 16:21] upgraded nvidia-173xx (173.14.30-1 -> 173.14.31-2)
    [2011-08-26 16:21] upgraded octave (3.4.0-2 -> 3.4.2-2)
    [2011-08-26 16:21] upgraded openal (1.13-1 -> 1.13-2)
    [2011-08-26 16:21] upgraded openbox (3.4.11.2-2 -> 3.5.0-3)
    [2011-08-26 16:21] upgraded xine-lib (1.1.19-2 -> 1.1.19-3)
    [2011-08-26 16:21] ==> Documentation and samples are in separate packages:
    [2011-08-26 16:21]
    [2011-08-26 16:21] * opencv-docs
    [2011-08-26 16:21] * opencv-samples
    [2011-08-26 16:21] upgraded opencv (2.2.0-5 -> 2.3.0-1)
    [2011-08-26 16:21] upgraded oxygen-gtk (1.0.4-1 -> 1.1.2-1)
    [2011-08-26 16:22] upgraded oxygen-icons-svg (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:22] upgraded p7zip (9.20.1-1 -> 9.20.1-4)
    [2011-08-26 16:22] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2011-08-26 16:22] upgraded pacman-mirrorlist (20110324-1 -> 20110816-1)
    [2011-08-26 16:22] upgraded pcmciautils (017-2 -> 018-1)
    [2011-08-26 16:22] upgraded perl-text-iconv (1.7-5 -> 1.7-6)
    [2011-08-26 16:22] upgraded perl-xml-parser (2.40-2 -> 2.41-1)
    [2011-08-26 16:22] upgraded pkg-config (0.25-3 -> 0.26-1)
    [2011-08-26 16:22] upgraded postgresql-libs (9.0.4-3 -> 9.0.4-4)
    [2011-08-26 16:22] upgraded procps (3.2.8-3 -> 3.2.8-4)
    [2011-08-26 16:22] upgraded python2-distribute (0.6.16-1 -> 0.6.19-1)
    [2011-08-26 16:22] upgraded qtcurve-gtk2 (1.8.8-1 -> 1.8.9-1)
    [2011-08-26 16:22] upgraded qtcurve-kde4 (1.8.7-1 -> 1.8.8-1)
    [2011-08-26 16:24] upgraded qt-doc (4.7.2-1 -> 4.7.3-1)
    [2011-08-26 16:24] >>> The kernel-mode plugin has a new place.
    [2011-08-26 16:24] >>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so
    [2011-08-26 16:24] >>> Change LINUX_PLUGIN to the new path in your /etc/ppp/pppoe.conf
    [2011-08-26 16:24] upgraded rp-pppoe (3.10-6 -> 3.10-7)
    [2011-08-26 16:24] upgraded rrdtool (1.4.5-1 -> 1.4.5-4)
    [2011-08-26 16:24] updating gtk.immodules... done.
    [2011-08-26 16:24] upgraded scim (1.4.9-2 -> 1.4.11-1)
    [2011-08-26 16:24] upgraded screen (4.0.3-11 -> 4.0.3-12)
    [2011-08-26 16:24] upgraded skype (2.2.0.25-1 -> 2.2.0.35-1)
    [2011-08-26 16:24] upgraded soundtouch (1.5.0-1 -> 1.6.0-1)
    [2011-08-26 16:24] upgraded sudo (1.8.1.p1-1 -> 1.8.2-1)
    [2011-08-26 16:24] upgraded syslog-ng (3.2.2-2 -> 3.2.4-3)
    [2011-08-26 16:25] upgraded tcl (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:26] Updating font cache... done.
    [2011-08-26 16:26] Note: terminus-font is in /usr/share/fonts/local/
    [2011-08-26 16:26] upgraded terminus-font (4.32-1 -> 4.36-1)
    [2011-08-26 16:26] upgraded tk (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:27] Updating font cache... done.
    [2011-08-26 16:27] upgraded ttf-liberation (1.06.0.20100721-1 -> 1.07.0-1)
    [2011-08-26 16:27] upgraded tzdata (2011g-1 -> 2011h-1)
    [2011-08-26 16:27] upgraded usbutils (002-2 -> 004-1)
    [2011-08-26 16:27] upgraded vi (050325-4 -> 1:050325-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-supertab (1.5-1 -> 1.6-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-vcscommand (1.99.42-1 -> 1.99.43-1)
    [2011-08-26 16:27] upgraded wget (1.12-5 -> 1.13.1-1)
    [2011-08-26 16:27] upgraded wine (1.3.19-2 -> 1.3.26-1)
    [2011-08-26 16:27] upgraded winetricks (20110429-1 -> 20110629-1)
    [2011-08-26 16:27] upgraded xcursor-themes (1.0.2-1 -> 1.0.3-1)
    [2011-08-26 16:27] upgraded xorg-iceauth (1.0.4-2 -> 1.0.5-1)
    [2011-08-26 16:27] upgraded xorg-util-macros (1.13.0-1 -> 1.15.0-1)
    [2011-08-26 16:27] upgraded xorg-server-devel (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:27] upgraded xorg-twm (1.0.6-2 -> 1.0.7-1)
    [2011-08-26 16:27] upgraded xorg-x11perf (1.5.3-2 -> 1.5.4-1)
    [2011-08-26 16:27] upgraded xorg-xlsclients (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xorg-xrandr (1.3.4-2 -> 1.3.5-1)
    [2011-08-26 16:28] upgraded xorg-xwininfo (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xpdf (3.02_pl6-1 -> 3.03-1)
    [2011-08-26 16:28] upgraded xscreensaver (5.12-2 -> 5.14-1)
    [2011-08-26 16:28] upgraded xterm (269-1 -> 271-1)
    [2011-08-26 16:28] upgraded xulrunner (2.0.1-1 -> 6.0-2)
    [2011-08-26 16:28] upgraded zsnes (1.51-7 -> 1.51-9)
    /etc/rc.conf without any comments:
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    MODULES=()
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs @crond @cups @sshd @startntpd)
    /etc/mkinitcpio.conf without any comments:
    MODULES=""
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect pata scsi sata filesystems"
    Please let me know if you need to know anything else.
    Last edited by Mogger (2012-03-30 23:33:38)

    I've temporarily fixed the problem by doing the following:
    removed cryptsetup (1.3.1-2)
    removed lvm2 (2.02.88-1)
    removed mdadm (3.2.2-4)
    removed linux (3.0.6-2)
    upgraded mkinitcpio-busybox (1.18.5-1 -> 1.18.2-1)
    installed gen-init-cpio (2.6.36-1)
    upgraded udev (173-3 -> 167-2)
    upgraded mkinitcpio (0.7.3-1 -> 0.6.11-1)
    installed kernel26 (2.6.38.5-1)
    upgraded nvidia-173xx-utils (173.14.31-1 -> 173.14.30-1)
    upgraded nvidia-173xx (173.14.31-2 -> 173.14.30-1)
    upgraded initscripts (2011.07.3-1 -> 2011.04.1-2)
    upgraded net-tools (1.60.20110819cvs-1 -> 1.60-18)
    I also restored my old /etc/mkinitcpio.conf, /etc/inittab and /etc/rc.conf.
    I'm still interested in a solution to the original problem. Is it a problem with my configuration, the new kernel, the udev version or something else?
    The difference in inittab is just a -s option and the mkinitcpio.conf files are the same except for some comments. rc.conf has the biggest changes and is now (removed comments):
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    VERBOSE="3"
    MOD_AUTOLOAD="yes"
    MODULES=(!usblp !pcspkr)
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    eth0="dhcp"
    INTERFACES=(eth0)
    ROUTES=(!gateway)
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs !wicd @crond @cups @sshd @startntpd)
    Last edited by Mogger (2011-10-11 14:04:20)

  • What is the deal with udev?

    from devfs.conf latest PKG:
    # PLEASE NOTE:  Arch Linux is phasing out its support for DevFS.  You should
    #               be moving to uDev sometime in the near future, as that's
    #               where the rest of us are going.
    in the wiki howto for udev it says you need 2.6 for udev - this is ok for me as i can and have moved to 2.6, but does this mean no more support for 2.4 or does 2.4 support udev and is the wiki wrong  :?  :?:

    dibblethewrecker wrote:
    ummmm - thanks for your responses but no-one actually answered the question directly.
    i gather 2.4 cannot use udev.  If Arch is still to provide a 2.4 PKG - which appears it may to satisfy those using servers etc then in what way will it be phasing out devfs?  this makes no sense.  what i wanted to ask is IS Arch phasing at 2.4, which the statement about devfs implies.
    I just also wanted to add that I also see Arch as more of a hobby than "enterprise" distro - but I would like to think that the main developers would not go so far as to limit our choice of the fundamental component of the OS.  True they don't offer 2.2, but if 2.4 is considered stable rather than obsolete then the case for not supporting it is not so strong.  For example, the repo version of fluxbox is still "stable" which is considered obsolete by the developers themselves, let alone the community.  But will the devel version be moved to extra?  who fscking knows!
    six of one, half dozen of the other!
    Good post.
    Though I don't even use linux anymore (or a PCs for that matter) I would hope that Arch would leave the 2.4 kernels in their package sets for some time. My understanding is that the 2.6 kernel still cannot handle all the devices and stuff that the 2.4 kernel can.
    The 2.4 kernels are more stable, imo, for running a server. That being said i had no real issues with the 2.6 kernels. I do find the management of releases to be alot more sloppy on them though.
    As long as the 2.4 kernel is available i think support for devfs should exist. If they are phasing devfs out then I assume the 2.4 kernel is due for removal as a kernel choice for arch.

  • Can't scan with Epson Stylus DX4450

    Hi everybody.
    I'm trying to configure my Epson Stylus DX4450. Printing works like a charm, but scanner is not. I tried to configure it as it was suggested on various websites. I've installed sane, xsane, iscan (from http://repo.archlinux.fr/i686) also I've downloaded iscan-plugin-cx4400 from Avasys website, extracted it with rpmextract ant put the library to /usr/lib/iscan.
    When I try sane-find-scanner it shows:
    # sane-find-scanner will now attempt to detect your scanner. If the
    # result is different from what you expected, first make sure your
    # scanner is powered up and properly connected to your computer.
    # No SCSI scanners found. If you expected something different, make sure that
    # you have loaded a kernel SCSI driver for your SCSI adapter.
    found USB scanner (vendor=0x04b8 [Language Error], product=0x083f [Language Error]) at libusb:002:010
    # Your USB scanner was (probably) detected. It may or may not be supported by
    # SANE. Try scanimage -L and read the backend's manpage.
    # Not checking for parallel port scanners.
    # Most Scanners connected to the parallel port or other proprietary ports
    # can't be detected by this program.
    # You may want to run this program as root to find all devices. Once you
    # found the scanner devices, be sure to adjust access permissions as
    # necessary.
    When I try scanimage -L it's idle for about a minute and then it shows:
    No scanners were identified. If you were expecting something different,
    check that the scanner is plugged in, turned on and detected by the
    sane-find-scanner tool (if appropriate). Please read the documentation
    which came with this software (README, FAQ, manpages).
    But when I try it again it shows:
    device `epkowa:libusb:002:010' is a Epson flatbed scanner
    Then if I try sane-find-scanner again it will show no language errors:
    found USB scanner (vendor=0x04b8, product=0x083f) at libusb:002:010
    xsane will check for available devices for some time, then it shows a message, that no device is available. iscan shows a message "Could not send command to scanner. Check the scanners status". Sometimes iscan will launch, but I can't scan, because it will show me the "Could not send..." error message.
    Device usually turns off when I try xsane. Two times xsane launched, but Epson turned off right after it. It also turns off sometimes when I try sane-find-scanner second time or when I try to launch iscan.
    I read that there can be a conflict between sane and gphoto, moved /etc/udev/rules/54-gphoto.rules and restarted udev - still didn't work.
    /etc/sane.d/dll.conf:
    # enable the next line if you want to allow access through the network:
    net
    abaton
    agfafocus
    apple
    avision
    artec
    artec_eplus48u
    as6e
    bh
    canon
    canon630u
    #canon_pp
    cardscan
    coolscan
    coolscan2
    #dc25
    #dc210
    #dc240
    dell1600n_net
    dmc
    epjitsu
    #epson
    #epson2
    epkowa
    fujitsu
    #gphoto2
    genesys
    gt68xx
    hp
    hp3900
    hpsj5s
    hp3500
    hp4200
    hp5400
    hp5590
    hpljm1005
    hs2p
    ibm
    leo
    lexmark
    ma1509
    matsushita
    microtek
    microtek2
    mustek
    #mustek_pp
    mustek_usb
    mustek_usb2
    nec
    niash
    pie
    pint
    pixma
    plustek
    #plustek_pp
    #pnm
    qcam
    ricoh
    s9036
    sceptre
    sharp
    sm3600
    sm3840
    snapscan
    sp15c
    #st400
    #stv680
    tamarack
    teco1
    teco2
    teco3
    #test
    u12
    umax
    #umax_pp
    umax1220u
    v4l
    # The following backends are not included in the sane-backends distribution
    # If you want to use them, download them from their webpages and read their
    # documentation
    # HP OfficeJet backend homepage: http://hpoj.sf.net/
    # Uncomment the following line if hpoj is installed:
    #hpoj
    hp_rts88xx
    #hpaio
    /etc/sane.d/epkowa.conf:
    # epkowa.conf -- sample configuration for the EPKOWA SANE backend
    # Copyright (C) 2004 Olaf Meeuwissen
    # See sane-epkowa(5), sane-scsi(5) and sane-usb(5) for details.
    # SCSI scanners can be configured simply by listing the path to the
    # device. For example, if your system claims to have a /dev/scanner
    # SCSI device, all you have to do is uncomment the following line:
    #/dev/scanner
    # In the interest of maintainability, most installations would have
    # /dev/scanner sym-linked to the real SCSI scanner device node.
    # An alternative way that works for many operating systems and is a
    # little bit more generic, is to have the backend probe for your SCSI
    # scanner with the following configuration command:
    #scsi EPSON
    # On systems with libusb, the following line is sufficient to get the
    # backend to recognise your USB scanners. It presumes, however, that
    # the scanner---more precisely, it's USB product ID---is known to the
    # backend.
    # For all USB scanners that are officially supported by this backend,
    # this presumption is true. A list of such scanners can be found in
    # sane-epkowa(5).
    usb 0x4b8 0x83f
    # For any USB scanner not known to the backend (yet), you may, at your
    # own peril(!!), force the backend to recognise and use it via libusb.
    # You can do so by the following configuration command:
    # usb <USB vendor ID> <USB product ID>
    # SEIKO EPSON's USB vendor ID is '0x04b8' (without quotes). In order
    # to find the USB product ID, use lsusb(1) or, on Linux systems, peek
    # at the information in /proc/bus/usb/devices.
    # A sample configuration for the Perfection 1650 (GT-8200), which has
    # a product ID of 0x0110, would look as follows:
    #usb 0x04b8 0x0110
    # When not accessing your USB scanner via libusb, you may need to use
    # one of the configuration commands below or commands that are almost
    # the same. These commands typically access the scanner via a kernel
    # scanner module.
    usb /dev/usb/scanner0
    usb /dev/usbscanner0
    usb /dev/uscanner0
    # Linux had a scanner module until version 2.6.2. As of version 2.6.3
    # libusb is your only option. Linux' scanner module can be loaded via
    # the modprobe(8) command like so:
    # modprobe scanner vendor=<USB vendor ID> product=<USB product ID>
    # If the scanner module already knows the vendor and product IDs, you
    # do not have to specify them. If you want to have this done automa-
    # tically every time you boot, you can add the above line, except for
    # the modprobe command itself, to your /etc/modules file.
    # Although not tested with this backend, parallel port scanners should
    # be usable. You can configure them as shown below, but I do not know
    # much about the details. Information is welcome.
    #pio 0x278
    #pio 0x378
    #pio 0x3BC
    /etc/udev/rules.d/53-sane.rules (shortened):
    # This file was automatically created based on description files (*.desc)
    # by sane-desc 3.3 from sane-backends 1.0.19 on Fri Mar 7 06:29:43 2008
    # udev rules file for supported USB devices
    # To add a USB device, add a rule to the list below between the
    # LABEL="libsane_rules_begin" and LABEL="libsane_rules_end" lines.
    # To run a script when your device is plugged in, add RUN+="/path/to/script"
    # to the appropriate rule.
    # The following list already contains a lot of scanners. If your scanner
    # isn't mentioned there, add it as explained above and mail the entry to
    # the sane-devel mailing list ([email protected]).
    ACTION!="add", GOTO="libsane_rules_end"
    ENV{DEVTYPE}=="usb_device", GOTO="libsane_create_usb_dev"
    SUBSYSTEM=="usb_device", GOTO="libsane_rules_begin"
    SUBSYSTEM!="usb_device", GOTO="libsane_rules_end"
    # Kernel >= 2.6.22 jumps here
    LABEL="libsane_create_usb_dev"
    # For Linux >= 2.6.22 without CONFIG_USB_DEVICE_CLASS=y
    # If the following rule does not exist on your system yet, uncomment it
    # ENV{DEVTYPE}=="usb_device", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0664", OWNER="root", GROUP="root"
    # Kernel < 2.6.22 jumps here
    LABEL="libsane_rules_begin"
    # EPSON Stylus CX4300 | EPSON Stylus CX4400 | EPSON Stylus CX5500
    # EPSON Stylus CX5600 | EPSON Stylus DX4400 | Epson Stylus DX4450
    ATTRS{idVendor}=="04b8", ATTRS{idProduct}=="083f", MODE="0664", GROUP="scanner", ENV{libsane_matched}="yes"
    # The following rule will disable USB autosuspend for the device
    ENV{libsane_matched}=="yes", RUN+="/bin/sh -c 'test -e /sys/$env{DEVPATH}/power/level && echo on > /sys/$env{DEVPATH}/power/level'"
    LABEL="libsane_rules_end"
    Can anyone help with this?

    Almost solved.
    First I've copied files extracted from iscan-plugin-cx4400.rpm from /usr/lib/iscan to /usr/lib/sane. Didn't work.
    Then I've checked version of iscan with yaourt and it appeared that aur have newer version than the one from archlinux.fr repo. I've built it, moved epkowa.conf.pacsave to epkowa.conf and it worked once.
    sane-find-scanner output was the same, with language errors, but scanimage -L showed that it found my scanner (don't have the exact output - it was different than before). xsane still didn't found the device but I managed to preview and scan to file printer test page with iscan.
    When I tried it for the second time, sane-find-scanner output was the same, but scanimage -L didn't recognised the scanner. iscan didn't work. Tried to restart the device - still the same.
    Tried to turn off the scanner, restart udev, start scanner again. Didn't work.

  • User rights, DVDrom, CDRW etc.

    I would like to ask someone to help me to setup rights for user. My CDRW and DVD works perfect under root but I don't know how to setup rights that I would be able to use them as ordinary user :cry:  During the installation I've used the command according to manual.
    My fstab looks as follows:
    # /etc/fstab: static file system information
    # <file system>        <dir>         <type>    <options>          <dump> <pass>
    none                   /proc         proc      defaults                      0      0
    none                   /dev/pts      devpts    defaults                   0      0
    none                   /dev/shm      tmpfs     defaults                  0      0
    tmpfs                  /tmp          tmpfs     defaults                     0      0
    sysfs                  /sys          sysfs     defaults                        0      0
    usbdevfs               /proc/bus/usb usbdevfs  defaults            0      0
    /dev/cdroms/cdrom0     /mnt/cd   iso9660   ro,user,noauto,unhide     0    0
    /dev/cdroms/cdrom0     /mnt/dvd  udf       ro,user,noauto,unhide       0    0
    /dev/cdroms/cdrom1     /mnt/cdrw iso9660   ro,user,noauto,unhide   0    0
    /dev/floppy/0          /mnt/fl   vfat      user,noauto,unhide                     0    0
    /dev/discs/disc1/part2 swap swap defaults 0 0
    /dev/discs/disc1/part1 / reiserfs defaults 0 0
    /dev/discs/disc1/part3 /home reiserfs defaults 0 0
    Oh yes as a default manager I use kde.
    Please help me :cry:

    I've restarted the whole system(how can devfs be restarted?).
    # PLEASE NOTE:  Arch Linux is phasing out its support for DevFS.  You should
    #               be moving to uDev sometime in the near future, as that's
    #               where the rest of us are going.
    # /etc/devfsd.conf configuration file.
    # Richard Gooch  <[email protected]>        17-FEB-2002
    # Enable full compatibility mode for old device names. You may comment these
    # out if you don't use the old device names. Make sure you know what you're
    # doing!
    REGISTER    .*        MKOLDCOMPAT
    UNREGISTER    .*        RMOLDCOMPAT
    # Permissions for sound devices
    REGISTER    ^sound/.*    PERMISSIONS    root.audio 660
    REGISTER    ^snd/.*        PERMISSIONS    root.audio 660
    # Permissoins for optical devices
    REGISTER    ^cdroms/.*    PERMISSIONS    root.optical 660
    # You may comment out the above and uncomment the following if you've
    # configured your system to use the original "new" devfs names or the really
    # new names
    #REGISTER    ^vc/        MKOLDCOMPAT
    #UNREGISTER    ^vc/        RMOLDCOMPAT
    #REGISTER    ^pty/        MKOLDCOMPAT
    #UNREGISTER    ^pty/        RMOLDCOMPAT
    #REGISTER    ^misc/        MKOLDCOMPAT
    #UNREGISTER    ^misc/        RMOLDCOMPAT
    # You may comment these out if you don't use the original "new" names
    REGISTER    .*        MKNEWCOMPAT
    UNREGISTER    .*        RMNEWCOMPAT
    # Enable module autoloading. You may comment this out if you don't use
    # autoloading
    LOOKUP        .*        MODLOAD
    # Uncomment the following if you want to set the group to "tty" for the
    # pseudo-tty devices. This is necessary so that mesg(1) can later be used to
    # enable/disable talk requests and wall(1) messages.
    #REGISTER    ^pty/s.*    PERMISSIONS    -1.tty    0600
    #REGISTER    ^pts/.*        PERMISSIONS    -1.tty    0600
    # Uncomment this if you want permissions to be saved and restored
    # Do not do this for pseudo-terminal devices
    #REGISTER    ^pt[sy]        IGNORE
    #CREATE        ^pt[sy]        IGNORE
    #CHANGE        ^pt[sy]        IGNORE
    #DELETE        ^pt[sy]        IGNORE
    #REGISTER    .*        COPY    /dev-state/$devname $devpath
    #CREATE        .*        COPY    $devpath /dev-state/$devname
    #CHANGE        .*        COPY    $devpath /dev-state/$devname
    #DELETE        .*        CFUNCTION GLOBAL unlink /dev-state/$devname
    #RESTORE        /dev-state
    # Uncomment this if you want the old /dev/cdrom symlink
    #REGISTER    ^cdroms/cdrom0$    CFUNCTION GLOBAL mksymlink $devname cdrom
    #UNREGISTER    ^cdroms/cdrom0$    CFUNCTION GLOBAL unlink cdrom
    # Uncomment this to let PAM manage devfs
    #REGISTER    .*        CFUNCTION /lib/security/pam_console_apply_devfsd.so pam_console_apply_single $devpath
    # Uncomment this to manage USB mouse
    REGISTER    ^input/mouse0$    CFUNCTION GLOBAL mksymlink $devname usbmouse
    UNREGISTER    ^input/mouse0$    CFUNCTION GLOBAL unlink usbmouse
    REGISTER    ^input/mice$    CFUNCTION GLOBAL mksymlink $devname usbmouse
    UNREGISTER    ^input/mice$    CFUNCTION GLOBAL unlink usbmouse
    # If you have removable media and want to force media revalidation when looking
    # up new or old compatibility names, uncomment the following lines
    # SCSI NEWCOMPAT  /dev/sd/* names
    #LOOKUP        ^(sd/c[0-9]+b[0-9]+t[0-9]+u[0-9]+)p[0-9]+$    EXECUTE /bin/dd if=$mntpnt/1 of=/dev/null count=1
    # SCSI OLDCOMPAT  /dev/sd?? names
    #LOOKUP        ^(sd[a-z]+)[0-9]+$    EXECUTE /bin/dd if=$mntpnt/1 of=/dev/null count=1
    # IDE NEWCOMPAT   /dev/ide/hd/* names
    #LOOKUP        ^(ide/hd/c[0-9]+b[0-9]+t[0-9]+u[0-9]+)p[0-9]+$    EXECUTE /bin/dd if=$mntpnt/1 of=/dev/null count=1
    # IDE OLDCOMPAT   /dev/hd?? names
    #LOOKUP        ^(hd[a-z])[0-9]+$    EXECUTE /bin/dd if=$mntpnt/1 of=/dev/null count=1
    Well this is it.Hope it will help. :cry:

  • Installed XFCE 4.8; USB no Mounting...

    Just installed XFCE 4.8 today.  I tried using a USB thumb drive and didn't see its icon on the desktop.  I know XFCE was planning on not using HAL for Thunar and moving to UDEV.  Do I just need to create UDEV rules now to use auto mounting etc?  In the past I was having problems because my partitions are set up as UUIDs in my fstab file instead of sdba1.
    Thx

    Check the wiki:
    https://wiki.archlinux.org/index.php/Udev
    I, too, run XFCE and use the "/etc/udev/rules.d/11-media-by-label-with-pmount.rules" as described here:
    https://wiki.archlinux.org/index.php/Ud … n-mounting
    Automounting works fine.
    I just can't get it to unmount without going to the command line.
    [Edit]
    To clarify, I can't right-click on the device in Thunar and click "unmount" without throwing up an error.
    However, I just found out I can just jerk the memory stick from the usb socket and all is well!  To test, I created a sample file on the stick, removed it, plugged it back in and the new file was there so I presume this is ok to do?
    I thought this was not good practice, however, and goes against years of habit.
    Last edited by whatshisname (2011-01-17 22:23:49)

  • Failed boot after moving hard drive (IDE not SATA)

    Greetings all.
    I am attempting to setup a headless box, and in doing so I am installing Arch on one system (Sapphire Axion A3-M275 Motherboard), then moving the hard drive to the new system (SGS1660, a VIA CLE266/VT8235 based headless rack-solution). After moving the drive into the SGS1660, the system fails to boot. Attached output from the Serial Console:
    Booting 'Arch Linux'
    root (hd0,0)
    Filesystem type is ext2fs, partition type 0x83
    kernel /vmlinuz26 root=/dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b r
    o console=ttyS0,115200
    [Linux-bzImage, setup=0x3600, size=0x1ad6d0]
    initrd /kernel26.img
    [Linux-initrd @ 0x2ff21000, 0x9e7a5 bytes]
    Linux version 2.6.30-ARCH (root@T-POWA-LX) (gcc version 4.4.0 20090630 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 20 11:20:32 UTC 2009
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    NSC Geode by NSC
    Cyrix CyrixInstead
    Centaur CentaurHauls
    Transmeta GenuineTMx86
    Transmeta TransmetaCPU
    UMC UMC UMC UMC
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000002ffd0000 (usable)
    BIOS-e820: 000000002ffd0000 - 000000002ffde000 (ACPI data)
    BIOS-e820: 000000002ffde000 - 0000000030000000 (ACPI NVS)
    BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    BIOS-e820: 00000000ff780000 - 0000000100000000 (reserved)
    DMI 2.3 present.
    AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    last_pfn = 0x2ffd0 max_arch_pfn = 0x100000
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009fc00 (usable)
    modified: 000000000009fc00 - 00000000000a0000 (reserved)
    modified: 00000000000e0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000002ffd0000 (usable)
    modified: 000000002ffd0000 - 000000002ffde000 (ACPI data)
    modified: 000000002ffde000 - 0000000030000000 (ACPI NVS)
    modified: 00000000fec00000 - 00000000fec01000 (reserved)
    modified: 00000000ff780000 - 0000000100000000 (reserved)
    init_memory_mapping: 0000000000000000-000000002ffd0000
    RAMDISK: 2ff21000 - 2ffbf7a5
    ACPI: RSDP 000f6ad0 00014 (v00 ACPIAM)
    ACPI: RSDT 2ffd0000 0002C (v01 A M I OEMRSDT 09000521 MSFT 00000097)
    ACPI: FACP 2ffd0200 00084 (v02 A M I OEMFACP 09000521 MSFT 00000097)
    ACPI: DSDT 2ffd0390 03270 (v01 MiniV MiniV080 00000080 INTL 02002026)
    ACPI: FACS 2ffde000 00040
    ACPI: OEMB 2ffde040 00046 (v01 A M I AMI_OEM 09000521 MSFT 00000097)
    0MB HIGHMEM available.
    767MB LOWMEM available.
    mapped low ram: 0 - 2ffd0000
    low ram: 0 - 2ffd0000
    node 0 low ram: 00000000 - 2ffd0000
    node 0 bootmap 00011000 - 00016ffc
    (9 early reservations) ==> bootmem [0000000000 - 002ffd0000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0000100000 - 0000626e44] TEXT DATA BSS ==> [0000100000 - 0000626e44]
    #4 [002ff21000 - 002ffbf7a5] RAMDISK ==> [002ff21000 - 002ffbf7a5]
    #5 [0000099c00 - 0000100000] BIOS reserved ==> [0000099c00 - 0000100000]
    #6 [0000627000 - 0000629230] BRK ==> [0000627000 - 0000629230]
    #7 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
    #8 [0000011000 - 0000017000] BOOTMAP ==> [0000011000 - 0000017000]
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    Normal 0x00001000 -> 0x0002ffd0
    HighMem 0x0002ffd0 -> 0x0002ffd0
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0002ffd0
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x808
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    No local APIC present or hardware disabled
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Allocating PCI resources starting at 40000000 (gap: 30000000:cec00000)
    NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
    PERCPU: Embedded 11 pages at c1606000, static data 24444 bytes
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 194911
    Kernel command line: root=/dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b ro console=ttyS0,115200
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    NR_IRQS:512
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Fast TSC calibration using PIT
    Detected 1326.894 MHz processor.
    Console: colour dummy device 80x25
    console [ttyS0] enabled
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Initializing HighMem for node 0 (00000000:00000000)
    Memory: 772708k/786240k available (2905k kernel code, 12976k reserved, 1052k data, 392k init, 0k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff4e000 - 0xfffff000 ( 708 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf07d0000 - 0xff7fe000 ( 240 MB)
    lowmem : 0xc0000000 - 0xeffd0000 ( 767 MB)
    .init : 0xc04e3000 - 0xc0545000 ( 392 kB)
    .data : 0xc03d647f - 0xc04dd6a8 (1052 kB)
    .text : 0xc0100000 - 0xc03d647f (2905 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Calibrating delay loop (skipped), value calculated using timer frequency.. 2654.36 BogoMIPS (lpj=4422980)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: L1 I Cache: 64K (32 bytes/line), D cache 64K (32 bytes/line)
    CPU: L2 Cache: 64K (32 bytes/line)
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 10k freed
    ACPI: Core revision 20090320
    ACPI: setting ELCR to 0200 (from 8c20)
    weird, boot CPU (#0) not listed by the BIOS.
    SMP motherboard not detected.
    Local APIC not detected. Using dummy APIC emulation.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (2654.36 BogoMIPS).
    net_namespace: 1056 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    ACPI: Power Resource [URP1] (off)
    ACPI: Power Resource [URP2] (off)
    ACPI: Power Resource [FDDP] (off)
    ACPI: Power Resource [LPTP] (off)
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:07.0: PME# disabled
    pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.0: PME# disabled
    pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.1: PME# disabled
    pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.2: PME# disabled
    HPET not enabled in BIOS. You might try hpet=force boot option
    pci 0000:00:11.0: quirk: region 0800-087f claimed by vt8235 PM
    pci 0000:00:11.0: quirk: region 0400-040f claimed by vt8235 SMB
    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)
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 10 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:05: ioport range 0xe900-0xe90f has been reserved
    system 00:05: ioport range 0xea00-0xea0f has been reserved
    system 00:05: ioport range 0xeb00-0xeb2f has been reserved
    system 00:05: ioport range 0xec00-0xec7f has been reserved
    system 00:05: ioport range 0xe800-0xe83f has been reserved
    system 00:07: ioport range 0x3e0-0x3e7 has been reserved
    system 00:07: ioport range 0x4d0-0x4d1 has been reserved
    system 00:07: ioport range 0x800-0x87f has been reserved
    system 00:07: ioport range 0x400-0x41f could not be reserved
    system 00:09: iomem range 0x0-0x9ffff could not be reserved
    system 00:09: iomem range 0xe0000-0xfffff could not be reserved
    system 00:09: iomem range 0x100000-0x2fffffff could not be reserved
    pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:01.0: IO window: disabled
    pci 0000:00:01.0: MEM window: 0xddd00000-0xdfdfffff
    pci 0000:00:01.0: PREFETCH window: 0x000000d5c00000-0x000000ddbfffff
    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
    NET: Registered protocol family 1
    Unpacking initramfs...
    Freeing initrd memory: 633k freed
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1248948860.509:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1510
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:01.0: disabling DAC on VIA PCI bridge
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: No PS/2 controller found. Probing ports directly.
    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
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 392k freed
    :: Loading Initramfs
    :: Running Hook [udev]
    :: Loading udev...SCSI subsystem initialized
    pata_acpi 0000:00:11.1: can't derive routing for PCI INT A
    pata_acpi 0000:00:11.1: can't derive routing for PCI INT A
    done.
    Waiting 10 seconds for device /dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b ...
    Root device '/dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b' doesn't exist, attempting to create it
    ERROR: Failed to parse block device ids for '/dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b'
    ERROR: Unable to detect or create root device '/dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b'
    You are being dropped to a recovery shell
    Type 'reboot' to reboot
    Type 'exit' to try and continue booting
    NOTE: klibc contains no 'ls' binary, use 'echo *' instead
    If the device '/dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b' gets created while you are here,
    try adding 'rootdelay=10' or higher to the kernel command-line
    ramfs$
    I think what is happening is that the kernel does not have the drivers for the IDE controller on the board for the CLE266/VT8235. Does this seem accurrate? And if so, how can I verify the current kernel config, then compile a kernel with everything else Arch needs to boot properly? I am familiar with the old means of setting up a kernel using the 'make menuconfig; make; make modules_install' etc method.
    Thanks for the help in advance!

    Hi, not sure if this is still causing you an issue, but I just ran into the same problem.
    For me, I have a Sharp PC=MM1110 which has no cd drive and doesn't like to boot from USB. To get Arch installed on it, I had to attach it to another PC (via it's docking cradle, which lets it show up as a USB hard drive), then boot the other PC from an Arch install cd and select the USB hdd for all of the partitioning etc.
    When I rebooted after the installation, the Sharp wouldn't boot.
    First, I had to edit the grub menu entry to point to (hd0,0), at which point I got the error listed in the first post... Failed to parse block device id's.
    If i booted into fallback mode, it booted without a problem.
    For me, the solution to finally get it working was to boot into fallback mode, remount the filesystem as r/w, and run mkinitcpio -g filename to rebuild the kernel. Once completed all I had to do was point grub to the new kernel image and it booted ok.
    Hope this is useful to someone

  • Filesystem Error (UDev and mounting)

    I'm having trouble with my filesystem(s) on startup. These problems began after I cleaned my case using compressed air / vacuum, though I don't think I jostled any hardware. My original filesystem was set up like this:
    /dev/sda1 NTFS WinXP partition
    /dev/sda2 XFS /var
    /dev/sda3 EXT3 root
    /dev/sda4 extended
    /dev/sda5 EXT3 /home
    /dev/sda6 swap
    /dev/sdb1 XFS /digitalmedia
    On startup, UDev starts and Modules are loaded, then I make it to:
    :: Checking Filesystems [BUSY]
    /dev/sda3: clean, 87750/977280 files, 668803/3905803 blocks
    /dev/sda5 is mounted. e2fsck: Cannot continue, aborting.
    /sbin/fsck.xfs: XFS file system. [FAIL]
    *** FILESYSTEM CHECK FAILED ***
    * Please repair manually and reboot *
    <snip>
    If I log in as root, /proc/mounts contains this:
    rootfs / rootfs rw 0 0
    proc /proc prox rw,relatime 0 0
    sys /sys sysfs rw,relatime 0 0
    udev /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=256615,mode=755 0 0
    /dev/disk/by-uuid/dc4661ec-06bf-46a7-ac7d-ba183f39f402 / ext3 ro,noatime,errors=continue,barrier=0,data=writeback 0 0
    /dev/sdb1 /media/usbhd-sdb1 xfs rw,relatime,attr2,noquota 0 0
    /dev/sda5 /media/usbhd-sda5 ext3 rw,relatime,errors=continue,barrier=0,data=writeback 0 0
    /dev/sda1 /media/usbhd-sda1 ntfs ro,relatime,uid=0,gid=100,umask=02,nls=utf8,errors=continue,mft_zone_multiplier=1 0 0
    /dev/sda2 /media/usbhd-sda2 xfs rw,relatime,attr2,noquota 0 0
    As you can see, 4 partitions are mounted under /media/* instead of their appropriate locations. At this point, I rebooted to SystemRescue LiveCD and issued e2fsck -f commands for the (unmounted) EXT3 partitions:
    root@sysresccd /proc % e2fsck -f /dev/sda3
    e2fsck 1.41.12 (17-May-2010)
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    /dev/sda3: 87750/977280 files (1.0% non-contiguous), 668803/3905803 blocks
    root@sysresccd /proc % e2fsck -f /dev/sda5
    e2fsck 1.41.12 (17-May-2010)
    Superblock last mount time is in the future.
    (by less than a day, probably due to the hardware clock being
    incorrectly set) Fix<y>? yes
    Superblock last write time is in the future.
    (by less than a day, probably due to the hardware clock being
    incorrectly set). Fix<y>? yes
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    /dev/sda5: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/sda5: 7092/2564096 files (7.1% non-contiguous), 3262832/10253478 blocks
    as well as xfs_check and xfs_repair commands for the (unmounted) XFS partitions:
    root@sysresccd /proc % xfs_check /dev/sda2
    root@sysresccd /proc % xfs_check /dev/sdb1
    root@sysresccd /proc % xfs_repair /dev/sda2
    Phase 1 - find and verify superblock...
    Phase 2 - using internal log
    - zero log...
    - scan filesystem freespace and inode maps...
    - found root inode chunk
    Phase 3 - for each AG...
    - scan and clear agi unlinked lists...
    - process known inodes and perform inode discovery...
    - agno = 0
    - agno = 1
    - agno = 2
    - agno = 3
    - process newly discovered inodes...
    Phase 4 - check for duplicate blocks...
    - setting up duplicate extent list...
    - check for inodes claiming duplicate blocks...
    - agno = 0
    - agno = 2
    - agno = 1
    - agno = 3
    Phase 5 - rebuild AG headers and trees...
    - reset superblock...
    Phase 6 - check inode connectivity...
    - resetting contents of realtime bitmap and summary inodes
    - traversing filesystem ...
    - traversal finished ...
    - moving disconnected inodes to lost+found ...
    Phase 7 - verify and correct link counts...
    done
    root@sysresccd /proc % xfs_repair /dev/sdb1
    Phase 1 - find and verify superblock...
    Phase 2 - using internal log
    - zero log...
    - scan filesystem freespace and inode maps...
    - found root inode chunk
    Phase 3 - for each AG...
    - scan and clear agi unlinked lists...
    - process known inodes and perform inode discovery...
    - agno = 0
    - agno = 1
    - agno = 2
    - agno = 3
    - process newly discovered inodes...
    Phase 4 - check for duplicate blocks...
    - setting up duplicate extent list...
    - check for inodes claiming duplicate blocks...
    - agno = 1
    - agno = 0
    - agno = 2
    - agno = 3
    Phase 5 - rebuild AG headers and trees...
    - reset superblock...
    Phase 6 - check inode connectivity...
    - resetting contents of realtime bitmap and summary inodes
    - traversing filesystem ...
    - traversal finished ...
    - moving disconnected inodes to lost+found ...
    Phase 7 - verify and correct link counts...
    done
    root@sysresccd /proc %
    but that doesn't seem to help. I went back to check if the UUIDs in fstab were correct, and they appear to be. Here's fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    devpts /dev/pts devpts defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid 0 0
    #/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    #/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    #/dev/fd0 /media/fl auto user,noauto 0 0
    UUID=216defa9-66be-4a21-940a-2899111b6f9a swap swap defaults 0 0
    UUID=8c0d304b-8c4d-4d8d-a60b-0a2e08dbfd2c /home ext3 defaults,noatime 0 1
    UUID=dc4661ec-06bf-46a7-ac7d-ba183f39f402 / ext3 defaults,noatime 0 1
    UUID=e09984c8-9f9f-46f9-a1c7-e4b5ed6ea1c0 /var xfs defaults 0 1
    #UUID=130a944d-1094-4cde-9af3-90a840290698 /digitalmedia xfs defaults,noatime 000 1
    #UUID=F0D8093AD8090098 /winxp NTFS defaults,noatime 0 0
    And here's the output for fdisk-l, mount, and dmesg:
    Disk /dev/sda: 320.1 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x3f353f35
    Device Boot Start End Blocks Id System
    /dev/sda1 * 63 152151614 76075776 7 HPFS/NTFS
    /dev/sda2 152151615 503718074 175783230 83 Linux
    /dev/sda3 503718075 534964499 15623212+ 83 Linux
    /dev/sda4 534964500 625137344 45086422+ 5 Extended
    /dev/sda5 534964563 616992389 41013913+ 83 Linux
    /dev/sda6 616992453 625137344 4072446 82 Linux swap / Solaris
    Disk /dev/sdb: 640.1 GB, 640135028736 bytes
    255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0005007d
    Device Boot Start End Blocks Id System
    /dev/sdb1 63 1250258624 625129281 83 Linux
    mount
    proc on /proc type proc (rw,relatime)
    sys on /sys type sysfs (rw,relatime)
    udev on /dev type devtmpfs (rw,nosuid,relatime,size=10240k,nr_inodes=256615,mode=755)
    /dev/disk/by-uuid/dc4661ec-06bf-46a7-ac7d-ba183f39f402 on / type ext3 (rw,noatime,errors=continue,barrier=0,data=writeback)
    shm on /dev/shm type tmpfs (rw,nosuid,nodev)
    fusectl on /sys/fs/fuse/connections type fusectl (rw)
    /dev/sda3 on /media/usbhd-sda3 type ext3 (rw,relatime)
    /dev/sdb1 on /media/usbhd-sdb1 type xfs (rw,relatime)
    /dev/sda1 on /media/usbhd-sda1 type ntfs (ro,relatime,utf8,gid=100,umask=002)
    /dev/sda5 on /media/usbhd-sda5 type ext3 (rw,relatime)
    /dev/sda2 on /media/usbhd-sda2 type xfs (rw,relatime)
    mount: warning: /etc/mtab is not writable (e.g. read-only filesystem).
    It's possible that information reported by mount(8) is not
    up to date. For actual information about system mount points
    check the /proc/mounts file
    dmesg
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.36-ARCH (tobias@T-POWA-LX) (gcc version 4.5.1 20101125 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Dec 10 20:32:37 CET 2010
    Command line: root=/dev/disk/by-uuid/dc4661ec-06bf-46a7-ac7d-ba183f39f402 ro vga=773
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
    BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000007fee0000 (usable)
    BIOS-e820: 000000007fee0000 - 000000007fee3000 (ACPI NVS)
    BIOS-e820: 000000007fee3000 - 000000007fef0000 (ACPI data)
    BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    NX (Execute Disable) protection: active
    DMI 2.5 present.
    Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    No AGP bridge found
    last_pfn = 0x7fee0 max_arch_pfn = 0x400000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-CCFFF write-protect
    CD000-EFFFF uncachable
    F0000-FFFFF write-through
    MTRR variable ranges enabled:
    0 base 000000000 mask F80000000 write-back
    1 base 07FF00000 mask FFFF00000 uncachable
    2 disabled
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009f400 (usable)
    modified: 000000000009f400 - 00000000000a0000 (reserved)
    modified: 00000000000f0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000007fee0000 (usable)
    modified: 000000007fee0000 - 000000007fee3000 (ACPI NVS)
    modified: 000000007fee3000 - 000000007fef0000 (ACPI data)
    modified: 000000007fef0000 - 000000007ff00000 (reserved)
    modified: 00000000e0000000 - 00000000f0000000 (reserved)
    modified: 00000000fec00000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 20000000
    found SMP MP-table at [ffff8800000f39f0] f39f0
    init_memory_mapping: 0000000000000000-000000007fee0000
    0000000000 - 007fe00000 page 2M
    007fe00000 - 007fee0000 page 4k
    kernel direct mapping tables up to 7fee0000 @ 16000-1a000
    RAMDISK: 37e02000 - 37ff0000
    ACPI: RSDP 00000000000f7970 00014 (v00 IntelR)
    ACPI: RSDT 000000007fee3000 00034 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
    ACPI: FACP 000000007fee3080 00074 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
    ACPI: DSDT 000000007fee3100 04EC3 (v01 INTELR AWRDACPI 00001000 MSFT 0100000E)
    ACPI: FACS 000000007fee0000 00040
    ACPI: MCFG 000000007fee80c0 0003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
    ACPI: APIC 000000007fee8000 00084 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
    ACPI: SSDT 000000007fee8a20 00380 (v01 PmRef CpuPm 00003000 INTL 20041203)
    ACPI: Local APIC address 0xfee00000
    [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff880002000000-ffff880003bfffff] on node 0
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    DMA32 0x00001000 -> 0x00100000
    Normal empty
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0007fee0
    On node 0 totalpages: 523887
    DMA zone: 56 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3927 pages, LIFO batch:0
    DMA32 zone: 7109 pages used for memmap
    DMA32 zone: 512795 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x408
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x03] enabled)
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    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
    SMP: Allowing 4 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 40
    early_res array is doubled to 64 at [18180 - 1897f]
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:60100000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    PERCPU: Embedded 28 pages/cpu @ffff880001a00000 s86016 r8192 d20480 u524288
    pcpu-alloc: s86016 r8192 d20480 u524288 alloc=1*2097152
    pcpu-alloc: [0] 0 1 2 3
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 516722
    Kernel command line: root=/dev/disk/by-uuid/dc4661ec-06bf-46a7-ac7d-ba183f39f402 ro vga=773
    PID hash table entries: 4096 (order: 3, 32768 bytes)
    Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Checking aperture...
    No AGP bridge found
    Calgary: detecting Calgary via BIOS EBDA area
    Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Subtract (48 early reservations)
    #1 [0001000000 - 00017fb9a8] TEXT DATA BSS
    #2 [0037e02000 - 0037ff0000] RAMDISK
    #3 [00017fc000 - 00017fc0ee] BRK
    #4 [00000f3a00 - 0000100000] BIOS reserved
    #5 [00000f39f0 - 00000f3a00] MP-table mpf
    #6 [000009ec00 - 00000f20d4] BIOS reserved
    #7 [00000f22a8 - 00000f39f0] BIOS reserved
    #8 [00000f20d4 - 00000f22a8] MP-table mpc
    #9 [0000010000 - 0000012000] TRAMPOLINE
    #10 [0000012000 - 0000016000] ACPI WAKEUP
    #11 [0000016000 - 0000018000] PGTABLE
    #12 [00017fc100 - 00017fd100] BOOTMEM
    #13 [0000018000 - 0000018180] BOOTMEM
    #14 [0001ffe000 - 0001fff000] BOOTMEM
    #15 [0001fff000 - 0002000000] BOOTMEM
    #16 [0002000000 - 0003c00000] MEMMAP 0
    #17 [00017fd100 - 0001815100] BOOTMEM
    #18 [0001815100 - 000182d100] BOOTMEM
    #19 [000182e000 - 000182f000] BOOTMEM
    #20 [00017fb9c0 - 00017fba03] BOOTMEM
    #21 [00017fba40 - 00017fbc70] BOOTMEM
    #22 [00017fbc80 - 00017fbce8] BOOTMEM
    #23 [00017fbd00 - 00017fbd68] BOOTMEM
    #24 [00017fbd80 - 00017fbde8] BOOTMEM
    #25 [00017fbe00 - 00017fbe68] BOOTMEM
    #26 [00017fbe80 - 00017fbee8] BOOTMEM
    #27 [00017fbf00 - 00017fbf68] BOOTMEM
    #28 [00017fbf80 - 00017fbfe8] BOOTMEM
    #29 [000182d100 - 000182d168] BOOTMEM
    #30 [000182d180 - 000182d1e8] BOOTMEM
    #31 [000182d200 - 000182d220] BOOTMEM
    #32 [000182d240 - 000182d287] BOOTMEM
    #33 [000182d2c0 - 000182d307] BOOTMEM
    #34 [0001a00000 - 0001a1c000] BOOTMEM
    #35 [0001a80000 - 0001a9c000] BOOTMEM
    #36 [0001b00000 - 0001b1c000] BOOTMEM
    #37 [0001b80000 - 0001b9c000] BOOTMEM
    #38 [000182d340 - 000182d348] BOOTMEM
    #39 [000182d380 - 000182d388] BOOTMEM
    #40 [000182d3c0 - 000182d3d0] BOOTMEM
    #41 [000182d400 - 000182d420] BOOTMEM
    #42 [000182d440 - 000182d570] BOOTMEM
    #43 [000182d580 - 000182d5d0] BOOTMEM
    #44 [000182d600 - 000182d650] BOOTMEM
    #45 [000182f000 - 0001837000] BOOTMEM
    #46 [0001b9c000 - 0001d9c000] BOOTMEM
    #47 [0001837000 - 0001937000] BOOTMEM
    Memory: 2052920k/2096000k available (3685k kernel code, 452k absent, 42628k reserved, 2089k data, 504k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Hierarchical RCU implementation.
    RCU-based detection of stalled CPUs is disabled.
    Verbose stalled-CPUs detection is disabled.
    NR_IRQS:2304
    Console: colour dummy device 80x25
    console [tty0] enabled
    allocated 20971520 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Fast TSC calibration using PIT
    Detected 2550.007 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 5102.51 BogoMIPS (lpj=8500023)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    TOMOYO Linux initialized
    AppArmor: AppArmor disabled by boot time parameter
    Mount-cache hash table entries: 256
    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
    Initializing cgroup subsys blkio
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    CPU0: Thermal monitoring enabled (TM2)
    using mwait in idle threads.
    Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    ... version: 2
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    ACPI: Core revision 20100702
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz stepping 07
    NMI watchdog enabled, takes one hw-pmu counter.
    Booting Node 0, Processors #1
    NMI watchdog enabled, takes one hw-pmu counter.
    #2
    NMI watchdog enabled, takes one hw-pmu counter.
    #3 Ok.
    NMI watchdog enabled, takes one hw-pmu counter.
    Brought up 4 CPUs
    Total of 4 processors activated (20407.98 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 configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: SSDT 000000007fee8140 0022A (v01 PmRef Cpu0Ist 00003000 INTL 20041203)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 0022A (v01 PmRef Cpu0Ist 00003000 INTL 20041203)
    ACPI: SSDT 000000007fee8600 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20041203)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20041203)
    ACPI: SSDT 000000007fee8760 00152 (v01 PmRef Cpu2Ist 00003000 INTL 20041203)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00152 (v01 PmRef Cpu2Ist 00003000 INTL 20041203)
    ACPI: SSDT 000000007fee88c0 00152 (v01 PmRef Cpu3Ist 00003000 INTL 20041203)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00152 (v01 PmRef Cpu3Ist 00003000 INTL 20041203)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: No dock devices found.
    PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff]
    pci_root PNP0A08:00: host bridge window [mem 0x7ff00000-0xfebfffff]
    pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:01.0: PME# disabled
    pci 0000:00:1a.0: reg 20: [io 0xff00-0xff1f]
    pci 0000:00:1a.1: reg 20: [io 0xfe00-0xfe1f]
    pci 0000:00:1a.2: reg 20: [io 0xfd00-0xfd1f]
    pci 0000:00:1a.7: reg 10: [mem 0xfdfff000-0xfdfff3ff]
    pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1a.7: PME# disabled
    pci 0000:00:1b.0: reg 10: [mem 0xfdff8000-0xfdffbfff 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 0xfc00-0xfc1f]
    pci 0000:00:1d.1: reg 20: [io 0xfb00-0xfb1f]
    pci 0000:00:1d.2: reg 20: [io 0xfa00-0xfa1f]
    pci 0000:00:1d.7: reg 10: [mem 0xfdffe000-0xfdffe3ff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.0: quirk: [io 0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0290 (mask 0007)
    pci 0000:00:1f.2: reg 10: [io 0xf900-0xf907]
    pci 0000:00:1f.2: reg 14: [io 0xf800-0xf803]
    pci 0000:00:1f.2: reg 18: [io 0xf700-0xf707]
    pci 0000:00:1f.2: reg 1c: [io 0xf600-0xf603]
    pci 0000:00:1f.2: reg 20: [io 0xf500-0xf50f]
    pci 0000:00:1f.2: reg 24: [io 0xf400-0xf40f]
    pci 0000:00:1f.3: reg 10: [mem 0xfdffd000-0xfdffd0ff 64bit]
    pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
    pci 0000:00:1f.5: reg 10: [io 0xf200-0xf207]
    pci 0000:00:1f.5: reg 14: [io 0xf100-0xf103]
    pci 0000:00:1f.5: reg 18: [io 0xf000-0xf007]
    pci 0000:00:1f.5: reg 1c: [io 0xef00-0xef03]
    pci 0000:00:1f.5: reg 20: [io 0xee00-0xee0f]
    pci 0000:00:1f.5: reg 24: [io 0xed00-0xed0f]
    pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit]
    pci 0000:01:00.0: reg 24: [io 0xaf00-0xaf7f]
    pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0xa000-0xafff]
    pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    pci 0000:00:1c.0: bridge window [io 0x9000-0x9fff]
    pci 0000:00:1c.0: bridge window [mem 0xfdb00000-0xfdbfffff]
    pci 0000:00:1c.0: bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
    pci 0000:03:00.0: reg 10: [io 0xdf00-0xdf07]
    pci 0000:03:00.0: reg 14: [io 0xde00-0xde03]
    pci 0000:03:00.0: reg 18: [io 0xdd00-0xdd07]
    pci 0000:03:00.0: reg 1c: [io 0xdc00-0xdc03]
    pci 0000:03:00.0: reg 20: [io 0xdb00-0xdb0f]
    pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    pci 0000:00:1c.1: bridge window [mem 0xfd800000-0xfd8fffff]
    pci 0000:00:1c.1: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    pci 0000:04:00.0: reg 10: [mem 0xfddfc000-0xfddfffff 64bit]
    pci 0000:04:00.0: reg 18: [io 0xbe00-0xbeff]
    pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    pci 0000:04:00.0: supports D1 D2
    pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:04:00.0: PME# disabled
    pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    pci 0000:00:1c.2: bridge window [io 0xb000-0xbfff]
    pci 0000:00:1c.2: bridge window [mem 0xfdd00000-0xfddfffff]
    pci 0000:00:1c.2: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    pci 0000:05:03.0: reg 10: [mem 0xfdae0000-0xfdaeffff]
    pci 0000:05:03.0: reg 14: [io 0xcf00-0xcf1f]
    pci 0000:05:04.0: reg 10: [mem 0xf4000000-0xf7ffffff pref]
    pci 0000:05:05.0: reg 10: [mem 0xfdaff000-0xfdafffff]
    pci 0000:05:05.0: supports D1 D2
    pci 0000:05:05.0: PME# supported from D0 D1 D2 D3hot
    pci 0000:05:05.0: PME# disabled
    pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0xc000-0xcfff]
    pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x7ff00000-0xfebfffff] (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.PEX0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 7 9 10 11 12)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 9 10 11 12)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *7 9 10 11 12)
    ACPI: PCI Interrupt Link [LNK0] (IRQs 3 *4 5 7 9 10 11 12)
    ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 *11 12)
    HEST: Table is not found!
    vgaarb: device added: PCI:0000:01:00.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
    reserve RAM buffer: 000000000009f400 - 000000000009ffff
    reserve RAM buffer: 000000007fee0000 - 000000007fffffff
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 11 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: [io 0x04d0-0x04d1] has been reserved
    system 00:01: [io 0x0290-0x030f] has been reserved
    system 00:01: [io 0x0880-0x088f] has been reserved
    system 00:07: [io 0x0400-0x04bf] could not be reserved
    system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
    system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
    system 00:0a: [mem 0x7ff00000-0x7fffffff] has been reserved
    system 00:0a: [mem 0x7fee0000-0x7fefffff] could not be reserved
    system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
    system 00:0a: [mem 0x00100000-0x7fedffff] could not be reserved
    system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    system 00:0a: [mem 0xfed14000-0xfed1dfff] has been reserved
    system 00:0a: [mem 0xfed20000-0xfed9ffff] has been reserved
    system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    system 00:0a: [mem 0xffb00000-0xffb7ffff] has been reserved
    system 00:0a: [mem 0xfff00000-0xffffffff] has been reserved
    system 00:0a: [mem 0x000e0000-0x000effff] has been reserved
    pci 0000:01:00.0: BAR 6: assigned [mem 0xfb000000-0xfb01ffff pref]
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0xa000-0xafff]
    pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    pci 0000:00:1c.0: bridge window [io 0x9000-0x9fff]
    pci 0000:00:1c.0: bridge window [mem 0xfdb00000-0xfdbfffff]
    pci 0000:00:1c.0: bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
    pci 0000:03:00.0: BAR 6: assigned [mem 0xfde00000-0xfde0ffff pref]
    pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    pci 0000:00:1c.1: bridge window [mem 0xfd800000-0xfd8fffff]
    pci 0000:00:1c.1: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    pci 0000:04:00.0: BAR 6: assigned [mem 0xfdc00000-0xfdc1ffff pref]
    pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    pci 0000:00:1c.2: bridge window [io 0xb000-0xbfff]
    pci 0000:00:1c.2: bridge window [mem 0xfdd00000-0xfddfffff]
    pci 0000:00:1c.2: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 05-05]
    pci 0000:00:1e.0: bridge window [io 0xc000-0xcfff]
    pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:01.0: setting latency timer to 64
    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 [io 0x0d00-0xffff]
    pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    pci_bus 0000:00: resource 8 [mem 0x7ff00000-0xfebfffff]
    pci_bus 0000:01: resource 0 [io 0xa000-0xafff]
    pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbffffff]
    pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    pci_bus 0000:02: resource 0 [io 0x9000-0x9fff]
    pci_bus 0000:02: resource 1 [mem 0xfdb00000-0xfdbfffff]
    pci_bus 0000:02: resource 2 [mem 0xfd900000-0xfd9fffff 64bit pref]
    pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    pci_bus 0000:03: resource 1 [mem 0xfd800000-0xfd8fffff]
    pci_bus 0000:03: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
    pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
    pci_bus 0000:04: resource 1 [mem 0xfdd00000-0xfddfffff]
    pci_bus 0000:04: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
    pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
    pci_bus 0000:05: resource 1 [mem 0xfda00000-0xfdafffff]
    pci_bus 0000:05: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref]
    pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:05: resource 5 [io 0x0d00-0xffff]
    pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:05: resource 7 [mem 0x000c0000-0x000dffff]
    pci_bus 0000:05: resource 8 [mem 0x7ff00000-0xfebfffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
    TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 262144 bind 65536)
    TCP reno registered
    UDP hash table entries: 1024 (order: 3, 32768 bytes)
    UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    NET: Registered protocol family 1
    pci 0000:01:00.0: Boot video device
    PCI: CLS 64 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1976k freed
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1294574252.469:1): initialized
    HugeTLB registered 2 MB page size, pre-allocated 0 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 4013
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    vesafb: framebuffer at 0xf9000000, mapped to 0xffffc90010100000, using 1536k, total 14336k
    vesafb: mode is 1024x768x8, linelength=1024, pages=3
    vesafb: scrolling: redraw
    vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    intel_idle: MWAIT substates: 0x20
    intel_idle: does not run on family 6 model 23
    ERST: Table is not found!
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    PNP: No PS/2 controller found. Probing ports directly.
    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
    rtc_cmos 00:03: RTC can wake from S4
    rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, 242 bytes nvram
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Registering the dns_resolver key type
    PM: Resume from disk failed.
    registered taskstats version 1
    rtc_cmos 00:03: setting system clock to 2011-01-09 11:57:33 UTC (1294574253)
    Initalizing network drop monitor service
    Freeing unused kernel memory: 504k freed
    udev[45]: starting version 164
    SCSI subsystem initialized
    libata version 3.00 loaded.
    pata_acpi 0000:00:1f.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    pata_acpi 0000:00:1f.2: setting latency timer to 64
    pata_acpi 0000:00:1f.2: PCI INT A disabled
    ata_piix 0000:00:1f.2: version 2.13
    ata_piix 0000:00:1f.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    Floppy drive(s): fd0 is 1.44M
    ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
    ata_piix 0000:00:1f.2: setting latency timer to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: SATA max UDMA/133 cmd 0xf900 ctl 0xf800 bmdma 0xf500 irq 19
    ata2: SATA max UDMA/133 cmd 0xf700 ctl 0xf600 bmdma 0xf508 irq 19
    ata_piix 0000:00:1f.5: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    ata_piix 0000:00:1f.5: setting latency timer to 64
    scsi2 : ata_piix
    scsi3 : ata_piix
    ata3: SATA max UDMA/133 cmd 0xf200 ctl 0xf100 bmdma 0xee00 irq 19
    ata4: SATA max UDMA/133 cmd 0xf000 ctl 0xef00 bmdma 0xee08 irq 19
    FDC 0 is a post-1991 82077
    pata_acpi 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pata_acpi 0000:03:00.0: setting latency timer to 64
    pata_acpi 0000:03:00.0: PCI INT A disabled
    ata3: SATA link down (SStatus 0 SControl 300)
    ata4: SATA link down (SStatus 0 SControl 300)
    ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata2.00: ATA-8: WDC WD6400AAKS-65A7B2, 01.03B01, max UDMA/133
    ata2.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 0/32)
    ata2.00: configured for UDMA/133
    ata1.00: ATA-7: MAXTOR STM3320620AS, 3.AAE, max UDMA/133
    ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA MAXTOR STM332062 3.AA PQ: 0 ANSI: 5
    scsi 1:0:0:0: Direct-Access ATA WDC WD6400AAKS-6 01.0 PQ: 0 ANSI: 5
    pata_jmicron 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pata_jmicron 0000:03:00.0: setting latency timer to 64
    scsi4 : pata_jmicron
    scsi5 : pata_jmicron
    ata5: PATA max UDMA/100 cmd 0xdf00 ctl 0xde00 bmdma 0xdb00 irq 17
    ata6: PATA max UDMA/100 cmd 0xdd00 ctl 0xdc00 bmdma 0xdb08 irq 17
    sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    sd 1:0:0:0: [sdb] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 1:0:0:0: [sdb] Write Protect is off
    sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sdb: sdb1
    sd 1:0:0:0: [sdb] Attached SCSI disk
    sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
    sd 0:0:0:0: [sda] Attached SCSI disk
    ata5.00: ATAPI: _NEC DVD_RW ND-3550A, 1.05, max UDMA/33
    ata5.00: configured for UDMA/33
    scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3550A 1.05 PQ: 0 ANSI: 5
    sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
    cdrom: Uniform CD-ROM driver Revision: 3.20
    sr 4:0:0:0: Attached scsi CD-ROM sr0
    EXT3-fs: barriers not enabled
    kjournald starting. Commit interval 5 seconds
    EXT3-fs (sda3): mounted filesystem with writeback data mode
    Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
    udev[761]: starting version 164
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    i801_smbus 0000:00:1f.3: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    iTCO_vendor_support: vendor-support=0
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0460)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    sky2: driver version 1.28
    sky2 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    sky2 0000:04:00.0: setting latency timer to 64
    sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
    sky2 0000:04:00.0: irq 40 for MSI/MSI-X
    sky2 0000:04:00.0: eth0: addr 00:50:8d:b3:2b:d6
    input: PC Speaker as /devices/platform/pcspkr/input/input0
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sd 1:0:0:0: Attached scsi generic sg1 type 0
    sr 4:0:0:0: Attached scsi generic sg2 type 5
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    HDA Intel 0000:00:1b.0: irq 41 for MSI/MSI-X
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    hda_codec: ALC888: BIOS auto-probing.
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input1
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ACPI: acpi_idle registered with cpuidle
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    ehci_hcd 0000:00:1a.7: setting latency timer to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfdfff000
    uhci_hcd: USB Universal Host Controller Interface driver
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 6 ports detected
    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 2
    ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdffe000
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 6 ports detected
    uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1a.0: setting latency timer to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff00
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:1a.1: setting latency timer to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fe00
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1a.2: setting latency timer to 64
    uhci_hcd 0000:00:1a.2: UHCI Host Controller
    uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000fd00
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    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 6
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fc00
    hub 6-0:1.0: USB hub found
    hub 6-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 7
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fb00
    hub 7-0:1.0: USB hub found
    hub 7-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 8
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fa00
    hub 8-0:1.0: USB hub found
    hub 8-0:1.0: 2 ports detected
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    ACPI: Power Button [PWRF]
    Linux video capture interface: v2.00
    ivtv: Start initialization, version 1.4.2
    ivtv0: Initializing card 0
    ivtv0: Autodetected Hauppauge card (cx23416 based)
    ivtv 0000:05:04.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THRM] (45 C)
    b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip loaded successfully
    tveeprom 1-0050: Hauppauge model 26582, rev F0B2, serial# 9304267
    tveeprom 1-0050: tuner model is TCL M2523_5N_E (idx 112, type 50)
    tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
    tveeprom 1-0050: audio processor is CX25843 (idx 37)
    tveeprom 1-0050: decoder processor is CX25843 (idx 30)
    tveeprom 1-0050: has no radio
    ivtv0: Autodetected Hauppauge WinTV PVR-150
    cx25840 1-0044: cx25843-24 found @ 0x88 (ivtv i2c driver #0)
    ACPI: Fan [FAN] (on)
    nvidia: module license 'NVIDIA' taints kernel.
    Disabling lock debugging due to kernel taint
    tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
    usb 3-2: new full speed USB device using uhci_hcd and address 2
    wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #0)
    tuner-simple 1-0061: creating new instance
    tuner-simple 1-0061: type set to 50 (TCL 2002N)
    ivtv0: Registered device video0 for encoder MPG (4096 kB)
    ivtv0: Registered device video32 for encoder YUV (2048 kB)
    ivtv0: Registered device vbi0 for encoder VBI (1024 kB)
    ivtv0: Registered device video24 for encoder PCM (320 kB)
    ivtv0: Initialized card: Hauppauge WinTV PVR-150
    flexcop-pci: will use the HW PID filter.
    flexcop-pci: card revision 2
    ivtv: End initialization
    b2c2_flexcop_pci 0000:05:03.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    b2c2_flexcop_pci 0000:05:03.0: setting latency timer to 64
    ------------[ cut here ]------------
    WARNING: at fs/proc/generic.c:323 __xlate_proc_name+0xbd/0xe0()
    Hardware name: .
    name 'Technisat/B2C2 FlexCop II/IIb/III Digital TV PCI Driver'
    Modules linked in: tuner_simple tuner_types wm8775 tuner fan cx25840 snd_seq_dummy firewire_ohci(+) firewire_core crc_itu_t snd_seq_oss b2c2_flexcop_pci(+) b2c2_flexcop dvb_core cx24123 cx24113 s5h1420 ivtv cx2341x v4l2_common videodev v4l1_compat v4l2_compat_ioctl32 i2c_algo_bit tveeprom snd_seq_midi_event snd_seq snd_seq_device thermal button uhci_hcd processor ehci_hcd usbcore snd_hda_codec_realtek snd_pcm_oss snd_mixer_oss snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer snd soundcore snd_page_alloc psmouse evdev sg pcspkr sky2 iTCO_wdt iTCO_vendor_support i2c_i801 i2c_core shpchp serio_raw pci_hotplug intel_agp ext3 jbd mbcache sr_mod cdrom sd_mod pata_jmicron floppy ata_piix pata_acpi libata scsi_mod
    Pid: 2310, comm: modprobe Tainted: P 2.6.36-ARCH #1
    Call Trace:
    [<ffffffff81054f7a>] warn_slowpath_common+0x7a/0xb0
    [<ffffffff81055051>] warn_slowpath_fmt+0x41/0x50
    [<ffffffff81189c9d>] __xlate_proc_name+0xbd/0xe0
    [<ffffffff81189d30>] __proc_create+0x70/0x140
    [<ffffffff8118a769>] proc_mkdir_mode+0x29/0x60
    [<ffffffff8118a7b1>] proc_mkdir+0x11/0x20
    [<ffffffff810b7dcb>] register_handler_proc+0x11b/0x140
    [<ffffffff810b5ae9>] __setup_irq+0x1e9/0x340
    [<ffffffffa0636180>] ? flexcop_pci_isr+0x0/0x190 [b2c2_flexcop_pci]
    [<ffffffff810b5d4a>] request_threaded_irq+0x10a/0x210
    [<ffffffffa06364c0>] flexcop_pci_probe+0x1b0/0x350 [b2c2_flexcop_pci]
    [<ffffffff8120976a>] local_pci_probe+0x5a/0xd0
    [<ffffffff81209f50>] pci_device_probe+0x80/0xb0
    [<ffffffff812a4f6a>] ? driver_sysfs_add+0x7a/0xb0
    [<ffffffff812a5246>] driver_probe_device+0x96/0x1c0
    [<ffffffff812a540b>] __driver_attach+0x9b/0xa0
    [<ffffffff812a5370>] ? __driver_attach+0x0/0xa0
    [<ffffffff812a41ae>] bus_for_each_dev+0x5e/0x90
    [<ffffffff812a4ee9>] driver_attach+0x19/0x20
    [<ffffffff812a4a07>] bus_add_driver+0xc7/0x2e0
    [<ffffffffa063a000>] ? flexcop_pci_module_init+0x0/0x20 [b2c2_flexcop_pci]
    [<ffffffff812a5681>] driver_register+0x71/0x140
    [<ffffffff8107b29d>] ? notifier_call_chain+0x4d/0x70
    [<ffffffffa063a000>] ? flexcop_pci_module_init+0x0/0x20 [b2c2_flexcop_pci]
    [<ffffffff8120a1e1>] __pci_register_driver+0x51/0xd0
    [<ffffffff8107b5fe>] ? __blocking_notifier_call_chain+0x5e/0x80
    [<ffffffffa063a01e>] flexcop_pci_module_init+0x1e/0x20 [b2c2_flexcop_pci]
    [<ffffffff8100212f>] do_one_initcall+0x3f/0x180
    [<ffffffff8109113b>] sys_init_module+0xbb/0x200
    [<ffffffff8100af42>] system_call_fastpath+0x16/0x1b
    ---[ end trace cea0e78273359df7 ]---
    DVB: registering new adapter (FlexCop Digital TV device)
    b2c2-flexcop: MAC address = 00:d0:d7:30:15:0f
    CX24123: cx24123_i2c_readreg: reg=0x0 (error=-121)
    CX24123: wrong demod revision: 87
    usb 3-2: not running at top speed; connect to a high speed hub
    hub 3-2:1.0: USB hub found
    hub 3-2:1.0: 4 ports detected
    usb 3-2.2: new low speed USB device using uhci_hcd and address 3
    nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    nvidia 0000:01:00.0: setting latency timer to 64
    vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    NVRM: loading NVIDIA UNIX x86_64 Kernel Module 260.19.29 Wed Dec 8 12:08:56 PST 2010
    usb 3-2.3: new low speed USB device using uhci_hcd and address 4
    usbcore: registered new interface driver hiddev
    input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.2/3-2.2:1.0/input/input4
    generic-usb 0003:046D:C01D.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-2.2/input0
    attempt to access beyond end of device
    sda4: rw=0, want=4, limit=2
    EXT3-fs (sda4): error: unable to read superblock
    input: Generic USB K/B as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.3/3-2.3:1.0/input/input5
    generic-usb 0003:13BA:0017.0002: input,hidraw1: USB HID v1.10 Keyboard [Generic USB K/B] on usb-0000:00:1a.0-2.3/input0
    input: Generic USB K/B as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.3/3-2.3:1.1/input/input6
    generic-usb 0003:13BA:0017.0003: input,hidraw2: USB HID v1.10 Mouse [Generic USB K/B] on usb-0000:00:1a.0-2.3/input1
    usbcore: registered new interface driver usbhid
    usbhid: USB HID core driver
    SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    SGI XFS Quota Management subsystem
    XFS mounting filesystem sdb1
    Ending clean XFS mount for filesystem: sdb1
    ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
    nxt200x: nxt200x_readbytes: i2c read error (addr 0x0a, err == -121)
    Unknown/Unsupported NXT chip: 00 00 00 00 00
    lgdt330x: i2c_read_demod_bytes: addr 0x59 select 0x02 error (ret == -121)
    ivtv0: Encoder revision: 0x02060039
    bcm3510: Revision: 0x1, Layer: 0xb.
    b2c2-flexcop: found 'Broadcom BCM3510 VSB/QAM frontend' .
    DVB: registering adapter 0 frontend 0 (Broadcom BCM3510 VSB/QAM frontend)...
    b2c2-flexcop: initialization of 'Air2PC/AirStar 2 ATSC 1st generation' at the 'PCI' bus controlled by a 'FlexCopIIb' complete
    firewire_ohci 0000:05:05.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    firewire_ohci 0000:05:05.0: setting latency timer to 64
    firewire_ohci: Added fw-ohci device 0000:05:05.0, OHCI v1.0, 8 IR + 8 IT contexts, quirks 0x0
    NTFS driver 2.1.29 [Flags: R/W MODULE].
    NTFS-fs warning (device sda1): parse_options(): Option utf8 is no longer supported, using option nls=utf8. Please use option nls=utf8 in the future and make sure utf8 is compiled either as a module or into the kernel.
    EXT3-fs: barriers not enabled
    kjournald starting. Commit interval 5 seconds
    EXT3-fs (sda5): using internal journal
    EXT3-fs (sda5): mounted filesystem with writeback data mode
    NTFS volume version 3.1.
    NTFS-fs error (device sda1): load_system_files(): Volume is dirty. Mounting read-only. Run chkdsk and mount in Windows.
    XFS mounting filesystem sda2
    Ending clean XFS mount for filesystem: sda2
    firewire_core: created device fw0: GUID 0000010000013236, S400
    cx25840 1-0044: loaded v4l-cx25840.fw firmware (16382 bytes)
    At this point, I'm not exactly sure where the problem is. I suspect that the filesystems themselves are ok (based on the liveCD tests), so perhaps the problem is the filesystems are inappropriately mounted under /media/* when they are not supposed to (ie before fsck during startup). Also, UDev (which I assume does this mounting) thinks these partitions are USB HD type directories instead of internal SATA partitions. Finally, the errors in dmesg referring to the flexcop module might be a red herring? Please help - I'm not sure what next step to take.

    Thanks for your reply. I did not disconnect any SATA leads. I mainly cleaned the CPU heatsink and fan.
    I am able to boot through UDev and get to filesystems checks without the LiveCD. More specifically, on boot without the live CD, both drives are recognized by the bios and Grub 1.5 is loaded, presenting options to boot into Arch Linux, Arch Linux Fallback, or Windows. If I select Arch Linux, boot messages scroll by, then I see:
    > Arch Linux
    > http://www.archlinux.org
    > Copyright 2002-2007 Judd Vinet
    > Copyright 2007-2010 Aaron Griffin
    > Distributed under the GNU General Public License (GPL)
    :: Starting UDev Daemon [DONE]
    :: Triggering UDev uevents [DONE]
    :: Loading Modules [DONE]
    :: Waiting for UDev uevents to be processed [DONE]
    :: Bringing up loopback interface [DONE]
    :: Mounting Root Read-only [DONE]
    :: Checking Filesystems [BUSY]
    /dev/sda3: clean, 87750/977280 files, 668803/3905803 blocks
    /dev/sda5 is mounted. e2fsck: Cannot continue, aborting.
    /sbin/fsck.xfs: XFS file system [FAIL]
    ***************** FILESYSTEM CHECK FAILED ****************
    * Please repair manually and reboot. Note that the root *
    * file system is currently mounted read-only. To remount *
    * it read-write type: mount -n -o remount,rw / *
    * When you exit the maintenance shell the system will *
    * reboot automatically. *
    Give root password for maintenance
    (or type Control-D to continue):
    At this prompt, if I press Control-D, the system reboots. If I log in using the root password, I see a root prompt. At this point, /proc/mounts already has partitions in it under /media (again this is without any LiveCD). Each directories' contents under media seem normal.
    Interestingly, as I posted above, mount reports that both /dev/disk/by-uuid/dc4661 and /dev/sda3 are mounted (to / and /media/usbhd-sda3, respectively), although this is actually the same partition.
    I should mention I have also run the bootable disk utilities provided by Seagate and WD for each drive and have run their diagnostic studies, which were unrevealing (each ran for ~1.5 hours).
    After seeing the sda1 error messages in dmesg, I booted to WinXP from GRUB. CHKDSK ran and the system booted normally. I ran CHKDSK again from within WinXP as well which revealed no errors. Then, booting into Arch produces a few new errors in dmesg (which are probably irrelevant to the main problem):
    NTFS volume version 3.1.
    NTFS-fs warning (device sda1): load_system_files(): Unsupported volume flags 0x4000 encountered.
    NTFS error (device sda1): load_system_files(): Volume has unsupported flags set. Mounting read-only. Run chkdsk and mount in Windows.
    I don't know if the problem is at the BIOS/hw, partition table, GRUB, UDev, etc.

  • Are /etc/udev/rules.d/86-hpmud* files obsolete?

    For a while now, I keep getting the following errors during boot:
    Sat Jan 21 14:25:13 2012: udevd[148]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/86-hpmud-hp_laserjet_professional_p1102w.rules:9
    Sat Jan 21 14:25:13 2012: udevd[148]: invalid rule '/etc/udev/rules.d/86-hpmud-hp_laserjet_professional_p1102w.rules:9'
    ... (repeat for every 86-hpmud-* file in that folder)
    I found an (ancient) bug report from 2009 with the subject "hplip: obsolete udev rules files are not removed on upgrades", so I assume they're obsolete, but I've only recently starting seeing this problem, which wouldn't jive with a 3-year old issue.
    Can I safely delete these files, assuming that their contents has been replaced with entries in the /lib/udev/rules.d tree? I am not that well-versed in udev, unfortunately....

    OK - I backed them up and moved them out of /etc/udev/rules.d.
    Confirming nothing broke is a bit of a problem right now. Printing is hit & miss from my laptop to my wireless HP P1102w printer at the best of times. I haven't figured out what the real issue is there, but since printing to other HPs works fine, I'll probably have to blame the printer or HPLIP. I wish HP would simplify their software and made simple drivers. I just need to print, I don't need all that hp-toolbox junk. I'll confirm this when I have a chance to print to a different HP printer.

  • Constant Wifi Disconnect After Moving To SystemD

    Hi All,
    I used netcfg for months with a WPA2 connection using the initscripts. I finally moved to systemD. I was getting dbus errors from systemD using systemctl so updated via pacman which fixed the errors. I did this within minutes apart so not for sure if a kernel update broke something - stupid move on my part.
    Any how I followed the wiki guide for netcfg, within a few minutes and after a reboot was happily working away.  I configured the wifi like so:
    systemctl enable netcfg@gloryhole
    Then the wifi disconnecting started at random intervals but very quickly, what seems to be less than 3 minutes.
    localhost kernel: [ 9.331945] wlan0: authenticate with 90:a4:de:2f:1f:b9
    localhost kernel: [ 9.351603] wlan0: send auth to 90:a4:de:2f:1f:b9 (try 1/3)
    localhost kernel: [ 9.554574] wlan0: send auth to 90:a4:de:2f:1f:b9 (try 2/3)
    localhost kernel: [ 9.556136] wlan0: authenticated
    localhost kernel: [ 9.556291] rtl8192se 0000:1f:00.0: wlan0: disabling HT as WMM/QoS is not supported
    localhost kernel: [ 9.567893] wlan0: associate with 90:a4:de:2f:1f:b9 (try 1/3)
    localhost kernel: [ 9.569768] wlan0: RX AssocResp from 90:a4:de:2f:1f:b9 (capab=0x31 status=0 aid=3)
    localhost kernel: [ 9.570797] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    localhost kernel: [ 9.570870] wlan0: associated
    localhost kernel: [ 326.279834] NVRM: GPU at 0000:02:00: GPU-23b184ce-812d-5661-9f43-2ee29ea56551
    localhost kernel: [ 383.804336] wlan0: deauthenticated from 90:a4:de:2f:1f:b9 (Reason: 2)
    localhost kernel: [ 383.820139] cfg80211: Calling CRDA for country: EC
    localhost kernel: [ 384.966159] wlan0: authenticate with 90:a4:de:2f:1f:b9
    localhost kernel: [ 384.985739] wlan0: send auth to 90:a4:de:2f:1f:b9 (try 1/3)
    localhost kernel: [ 384.987245] wlan0: authenticated
    localhost kernel: [ 384.987311] rtl8192se 0000:1f:00.0: wlan0: disabling HT as WMM/QoS is not supported
    localhost kernel: [ 384.998889] wlan0: associate with 90:a4:de:2f:1f:b9 (try 1/3)
    localhost kernel: [ 385.000853] wlan0: RX AssocResp from 90:a4:de:2f:1f:b9 (capab=0x31 status=0 aid=3)
    localhost kernel: [ 385.001928] wlan0: associated
    localhost kernel: [ 443.766995] wlan0: deauthenticated from 90:a4:de:2f:1f:b9 (Reason: 2)
    localhost kernel: [ 443.785044] cfg80211: Calling CRDA for country: US
    localhost kernel: [ 444.920930] wlan0: authenticate with 90:a4:de:2f:1f:b9
    localhost kernel: [ 444.940676] wlan0: send auth to 90:a4:de:2f:1f:b9 (try 1/3)
    localhost kernel: [ 444.942174] wlan0: authenticated
    localhost kernel: [ 444.942247] rtl8192se 0000:1f:00.0: wlan0: disabling HT as WMM/QoS is not supported
    localhost kernel: [ 444.953807] wlan0: associate with 90:a4:de:2f:1f:b9 (try 1/3)
    localhost kernel: [ 444.957208] wlan0: RX AssocResp from 90:a4:de:2f:1f:b9 (capab=0x31 status=0 aid=3)
    localhost kernel: [ 444.958280] wlan0: associated
    localhost kernel: [ 503.737604] wlan0: deauthenticated from 90:a4:de:2f:1f:b9 (Reason: 2)
    localhost kernel: [ 503.759940] cfg80211: Calling CRDA to update world regulatory domain
    localhost kernel: [ 504.899167] wlan0: authenticate with 90:a4:de:2f:1f:b9
    localhost kernel: [ 504.918917] wlan0: send auth to 90:a4:de:2f:1f:b9 (try 1/3)
    localhost kernel: [ 504.921386] wlan0: authenticated
    localhost kernel: [ 504.921458] rtl8192se 0000:1f:00.0: wlan0: disabling HT as WMM/QoS is not supported
    localhost kernel: [ 504.932053] wlan0: associate with 90:a4:de:2f:1f:b9 (try 1/3)
    localhost kernel: [ 504.933936] wlan0: RX AssocResp from 90:a4:de:2f:1f:b9 (capab=0x31 status=0 aid=3)
    localhost kernel: [ 504.935006] wlan0: associated
    localhost kernel: [ 517.536570] wlan0: deauthenticating from 90:a4:de:2f:1f:b9 by local choice (reason=3)
    localhost kernel: [ 517.569924] cfg80211: Calling CRDA for country: US
    After reading some forums they recommended net-auto-wireless.
    systemctl enable net-auto-wireless
    Still no luck, another forum recommended removing netcfg and trying some thing else, since they had constant disconnects. I installed wicd and disabled services that could conflict with wicd.  Disconnect problem still exists
    I verified hardware is OK, in windoze wifi card works great, pulled down many gigs with no problem testing. My laptop has native systemD install with wicd and works great so nothing with my AP.
    My system info:
    mr337@chronos ~ $ uname -a
    Linux chronos 3.6.9-1-ARCH #1 SMP PREEMPT Tue Dec 4 08:04:10 CET 2012 x86_64 GNU/Linux
    mr337@chronos ~ $ lspci | grep -i network
    1f:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller (rev 10)
    If anyone can spot a trouble service
    mr337@chronos ~ $ systemctl list-units
    UNIT LOAD ACTIVE SUB DESCRIPTION
    proc-sys...t_misc.automount loaded active running Arbitrary Executable File Formats File System Automount Point
    sys-devi...net-wlan0.device loaded active plugged /sys/devices/pci0000:00/0000:00:04.0/0000:1f:00.0/net/wlan0
    sys-devi...-net-eth0.device loaded active plugged /sys/devices/pci0000:00/0000:00:06.0/0000:3f:00.0/net/eth0
    sys-devi...-sda-sda1.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devi...-sda-sda2.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devi...-sda-sda3.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devi...-sda-sda4.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devi...-sda-sda5.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devi...block-sda.device loaded active plugged WDC_WD1001FALS-00J7B1
    sys-devi...-sdb-sdb1.device loaded active plugged WDC_WD2500AAKS-00UU3A0
    sys-devi...-sdb-sdb2.device loaded active plugged WDC_WD2500AAKS-00UU3A0
    sys-devi...block-sdb.device loaded active plugged WDC_WD2500AAKS-00UU3A0
    sys-devi...block-sr0.device loaded active plugged TSSTcorp_CDDVDW_TS-H653Q
    sys-devi...und-card1.device loaded active plugged Logitech_USB_Headset
    sys-devi...und-card0.device loaded active plugged /sys/devices/pci0000:00/0000:00:14.4/0000:07:04.0/sound/card0
    sys-devi...tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
    sys-devi...tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
    sys-devi...tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
    sys-devi...tty-ttyS0.device loaded active plugged /sys/devices/pnp0/00:07/tty/ttyS0
    sys-subs...ices-eth0.device loaded active plugged /sys/subsystem/net/devices/eth0
    sys-subs...ces-wlan0.device loaded active plugged /sys/subsystem/net/devices/wlan0
    -.mount loaded active mounted /
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    home.mount loaded active mounted /home
    proc-sys...infmt_misc.mount loaded active mounted Arbitrary Executable File Formats File System
    sys-kernel-debug.mount loaded active mounted Debug File System
    tmp.mount loaded active mounted /tmp
    cups.path loaded active running CUPS Printer Service Spool
    systemd-...ord-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
    systemd-...ssword-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
    colord.service loaded active running Manage, Install and Generate Color Profiles
    cronie.service loaded active running Periodic Command Scheduler
    cups.service loaded active running CUPS Printing Service
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running Getty on tty1
    ntpd.service loaded active running Network Time Service
    rc-local.service loaded active exited /etc/rc.local Compatibility
    sshd.service loaded active running OpenSSH Daemon
    syslog-ng.service loaded active running System Logger Daemon
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-...les-load.service loaded active exited Load Kernel Modules
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-...es-setup.service loaded active exited Recreate Volatile Files and Directories
    systemd-...-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-...sessions.service loaded active exited Permit User Sessions
    systemd-...le-setup.service loaded active exited Setup Virtual Console
    wicd.service loaded active running Wicd a wireless and wired network manager for Linux
    cups.socket loaded active listening CUPS Printing Service Sockets
    dbus.socket loaded active running D-Bus System Message Bus Socket
    syslog.socket loaded active running Syslog Socket
    systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
    systemd-journald.socket loaded active running Journal Socket
    systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
    systemd-...d-control.socket loaded active listening udev Control Socket
    systemd-udevd-kernel.socket loaded active running udev Kernel Socket
    dev-sda2.swap loaded active active /dev/sda2
    arch-daemons.target loaded active active Arch Daemons
    basic.target loaded active active Basic System
    cryptsetup.target loaded active active Encrypted Volumes
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User
    remote-fs.target loaded active active Remote File Systems
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    syslog.target loaded active active Syslog
    systemd-...iles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories

    So still being frustrated and tired of having a long cat5 cable across my house I decided to take another whack at this.
    First thing first I disabled WPA2 on the AP and let it wide open, even though every other device was working. Was hoping to rule out wpa but instead it got worse.
    I first tried netcfg, after removing everything I could find on wicd. The issue with netcfg is I could connect but couldn't surf. A little testing showed that there is a problem with the wifi link established. It won't allow much or any traffic to go through. Pings barely work, surfing was hit and miss.
    I decided to just connect via cli, once again removed netcfg, wicd, removed any trace files, disabled related services and rebooted to remove previous entries.
    mr337@chronos ~ $ sudo iwlist scan
    eth0 Interface doesn't support scanning.
    lo Interface doesn't support scanning.
    wlan0 Scan completed :
    Cell 01 - Address: 90:A4:DE:2F:1F:B9
    Channel:1
    Frequency:2.412 GHz (Channel 1)
    Quality=56/70 Signal level=-54 dBm
    Encryption key:off
    ESSID:"GloryHole"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
    Mode:Master
    Extra:tsf=000000005d6beed4
    Extra: Last beacon: 33ms ago
    IE: Unknown: 0009476C6F7279486F6C65
    IE: Unknown: 010482848B96
    IE: Unknown: 030101
    IE: Unknown: 0706555320010B1B
    mr337@chronos ~ $ sudo iwconfig wlan0 essid GloryHole
    mr337@chronos ~ $ sudo dhcpcd wlan0
    dhcpcd[2132]: version 5.6.3 starting
    dhcpcd[2132]: wlan0: sending IPv6 Router Solicitation
    dhcpcd[2132]: wlan0: broadcasting for a lease
    dhcpcd[2132]: wlan0: offered 176.16.128.30 from 176.16.128.1
    dhcpcd[2132]: wlan0: acknowledged 176.16.128.30 from 176.16.128.1
    dhcpcd[2132]: wlan0: checking for 176.16.128.30
    dhcpcd[2132]: wlan0: sending IPv6 Router Solicitation
    dhcpcd[2132]: wlan0: leased 176.16.128.30 for 7200 seconds
    dhcpcd[2132]: forked to background, child pid 2158
    mr337@chronos ~ $ ping google.com
    PING google.com (74.125.225.37) 56(84) bytes of data.
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=1 ttl=54 time=31.6 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=2 ttl=54 time=28.9 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=3 ttl=54 time=36.9 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=4 ttl=54 time=34.1 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=5 ttl=54 time=44.8 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=6 ttl=54 time=52.1 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=7 ttl=54 time=40.8 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=8 ttl=54 time=41.6 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=9 ttl=54 time=26.9 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=11 ttl=54 time=32.1 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=12 ttl=54 time=26.7 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=14 ttl=54 time=34.0 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=15 ttl=54 time=28.6 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=16 ttl=54 time=27.9 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=17 ttl=54 time=67.7 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=18 ttl=54 time=52.6 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=19 ttl=54 time=698 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=20 ttl=54 time=720 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=21 ttl=54 time=380 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=22 ttl=54 time=383 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=23 ttl=54 time=852 ms
    64 bytes from ord08s06-in-f5.1e100.net (74.125.225.37): icmp_seq=24 ttl=54 time=986 ms
    I was doing the pings while trying to do a quick speed test but that hung too
    mr337@chronos ~ $ wget -O /dev/null http://cachefly.cachefly.net/10mb.test
    --2012-12-17 14:20:11-- http://cachefly.cachefly.net/10mb.test
    Resolving cachefly.cachefly.net (cachefly.cachefly.net)... 205.234.175.175
    Connecting to cachefly.cachefly.net (cachefly.cachefly.net)|205.234.175.175|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 10485760 (10M) [application/octet-stream]
    Saving to: ‘/dev/null’
    13% [============> ] 1,405,172 --.-K/s eta 20m 24s ^
    Again I am getting these in the kernel.log
    Dec 17 14:17:15 localhost kernel: [ 569.314584] wlan0: authenticate with 90:a4:de:2f:1f:b9
    Dec 17 14:17:15 localhost kernel: [ 569.324640] wlan0: send auth to 90:a4:de:2f:1f:b9 (try 1/3)
    Dec 17 14:17:15 localhost kernel: [ 569.527632] wlan0: send auth to 90:a4:de:2f:1f:b9 (try 2/3)
    Dec 17 14:17:16 localhost kernel: [ 569.730752] wlan0: send auth to 90:a4:de:2f:1f:b9 (try 3/3)
    Dec 17 14:17:16 localhost kernel: [ 569.933897] wlan0: authentication with 90:a4:de:2f:1f:b9 timed out
    Dec 17 14:18:42 localhost kernel: [ 656.135945] wlan0: authenticate with 90:a4:de:2f:1f:b9
    Dec 17 14:18:42 localhost kernel: [ 656.145999] wlan0: send auth to 90:a4:de:2f:1f:b9 (try 1/3)
    Dec 17 14:18:42 localhost kernel: [ 656.150370] wlan0: authenticated
    Dec 17 14:18:42 localhost kernel: [ 656.150404] rtl8192se 0000:1f:00.0: wlan0: disabling HT as WMM/QoS is not supported
    Dec 17 14:18:42 localhost kernel: [ 656.162493] wlan0: associate with 90:a4:de:2f:1f:b9 (try 1/3)
    Dec 17 14:18:42 localhost kernel: [ 656.365624] wlan0: associate with 90:a4:de:2f:1f:b9 (try 2/3)
    Dec 17 14:18:43 localhost kernel: [ 656.568769] wlan0: associate with 90:a4:de:2f:1f:b9 (try 3/3)
    Dec 17 14:18:43 localhost kernel: [ 656.579139] wlan0: RX AssocResp from 90:a4:de:2f:1f:b9 (capab=0x21 status=0 aid=2)
    Dec 17 14:18:43 localhost kernel: [ 656.580162] wlan0: associated
    Dec 17 14:18:43 localhost kernel: [ 656.580196] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Dec 17 14:23:48 localhost kernel: [ 962.118225] wlan0: deauthenticating from 90:a4:de:2f:1f:b9 by local choice (reason=3)
    Dec 17 14:23:48 localhost kernel: [ 962.141969] cfg80211: Calling CRDA for country: US
    Interesting thing is I am getting a different deauthenticating reason, originally was 2. Deauthenticated reason=3 means "deauthenticated because sending STA is leaving (or has left) IBSS or ESS     The access point went offline, deauthenticating the client" or AP went offline, which it did not. (src: http://www.aboutcher.co.uk/2012/07/linu … on-codes/).
    Keep in mind I run my house on the same wifi so if anything went down somebody always tracks me down to fix it. Also my ISP link is not the problem as I was downloading at the same time and not saturating my pipe.  At this point I think it is just easier to run a cable under the house and mount a jack. Ideas?

  • Udev/hal rules won't automount my ipod

    After following directions in the wiki articles on hal and udev to get my ipod to automount and generate the /dev/ipod device, I'm at a loss because nothing seems to work as explained. (I'm running Arch64 with LXDE)
    I've added the following rule to /etc/hal/fdi/policy/ipod.fdi:
    <?xml version="1.0" encoding="UTF-8"?>
    <device>
    <match key="@block.storage_device:storage.model" string="iPod">
    <merge key="volume.policy.desired_mount_point" type="string">ipod</merge>
    <merge key="volume.policy.mount_option.iocharset=iso8859-15" type="bool">true</merge>
    <merge key="volume.policy.mount_option.sync" type="bool">true</merge>
    </match>
    </device>
    I've added the following rule to /etc/udev/rules.d/60-ipod.rules
    BUS=="usb", ATTRS{manufacturer}=="Apple*", ATTRS{model}=="iPod*", KERNEL=="sd?2", SYMLINK+="ipod", NAME="%k", GROUP="storage"
    When I plug in the ipod, Pcmanfm will show 'Apple Ipod Music Player' in the left column with the other drives. When I click on it, it will properly mount the ipod to /media/{name of ipod}. I would like it to mount every ipod at /media/ipod, and create a link /dev/ipod. I haven't put anything in the fstab yet, but in any case, the /dev/ipod link is not created. I know the udev rules work, because it will create the correct link for /dev/pilot when I plug in my Palm.
    Help! I'm trying hard to wrap my brain around this, and I don't understand why it's not creating the /dev/ipod link. I've restarted the computer and restarted hal and reloaded udev rules multiple times with no changes.
    Thanks!
    Scott

    Ahhh....thank you!  If I take out the 'last_rule' option it does indeed show up on pcmanfm. However, I think it's happening somewhere outside the parsing of the udev rules (perhaps HAL???) because even if I moved the local rules to the very last (99-local.rules) but kept in the 'last_rule' option, it would still not show up.
    Now, second problem is trying to distinguish between flash drive and ipod. I thought you could use a != on an attribute. The rules below still result in /dev/sdb2 on the ipod getting mounted twice .... once to /media/ipod and once to /media/usbhd-sdb2.
    ## Automount usb drives
    #Prevent sd?1 of the ipod from being mounted
    KERNEL=="sd?1", ATTRS{manufacturer}=="Apple*", ATTRS{product}=="iPod*", OPTIONS="last_rule"
    KERNEL=="sd?2", ATTRS{manufacturer}=="Apple*", ATTRS{product}=="iPod*", SYMLINK+="ipod", NAME="%k", GROUP="storage"
    ACTION=="add", KERNEL=="sd?2", ATTRS{manufacturer}=="Apple*", ATTRS{product}=="iPod*", RUN+="/bin/mount -t vfat -o rw,noauto,shortname=mixed,flush,dirsync,quiet,noatime,nodiratime,uid=1000,utf8,umask=077,nodev,nosuid /dev/ipod /media/ipod"
    #Automount flash drives to /media/usbdh-sd??
    ACTION=="add", ATTRS{product}!="iPod*", KERNEL=="sd[b-z][0-9]", RUN+="/bin/mkdir -p /media/usbhd-%k"
    KERNEL=="sd[b-z]", ATTRS{product}!="iPod*", NAME="%k", SYMLINK+="usbhd-%k", GROUP="storage"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ATTRS{product}!="iPod*", SYMLINK+="usbhd-%k", GROUP="storage", NAME="%k"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ATTRS{product}!="iPod*", RUN+="/bin/mkdir -p /media/usbhd-%k"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ATTRS{product}!="iPod*", RUN+="/bin/ln -s /media/usbhd-%k /mnt/usbhd-%k"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ATTRS{product}!="iPod*", PROGRAM=="/lib/udev/vol_id -t %N", RESULT=="vfat", RUN+="/bin/mount -t vfat -o rw,noauto,flush,dirsync,quiet,nodev,nosuid,noatime,nodiratime,dmask=000,fmask=111 /dev/%k /media/usbhd-%k"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ATTRS{product}!="iPod*", RUN+="/bin/mount -t auto -o rw,noauto,async,dirsync,nodev,noatime /dev/%k /media/usbhd-%k"
    #Unmount everything on removal
    ACTION=="remove", KERNEL=="sd[a-z][0-9]", RUN+="/bin/rm -f /mnt/usbhd-%k"
    ACTION=="remove", KERNEL=="sd[a-z][0-9]", RUN+="/bin/umount -l /dev/%k"
    ACTION=="remove", KERNEL=="sd[a-z][0-9]", RUN+="/bin/rmdir /media/usbhd-%k"
    Any ideas?
    Thanks, Scott

  • Initial hurdles in moving to Arch: scanner

    Debian/Ubuntu user of some years (ca. 6) thinking of moving over to Arch. Did a test installation of Arch on a 2nd hard drive. Managed to install most basic needed software and configure X. Now, other hardware is hanging things up: the scanner (HP5200C) works fully only for root. This same scanner works fine for my user under the Ubuntu installation I have on the 1st hard drive on this same machine.
    I consulted an Arch wiki page devoted to scanners ( http://wiki.archlinux.org/index.php/USB_Scanner_Support ) but it did not help me get it working. Running sane-find-scanner as user brings back results and correctly identifies the scanner. Running scanimage -L as user does not identify any scanner, though if I run that command as root the scanner is correctly identified. Running xsane as user brings up an expected error message that no scanner was found. Running xsane as root the scanner is found and I am able to use xsane to do test scans. I have added my user to the scanner group, incidentally.
    This is obviously a permissions problem. In fact, it's a twofold permissions problem, from my perspective: 1) permissions need to be changed; and 2) I am unsure exactly which permissions to change. Then, there is the added problem of how to make the permission changes permanent.
    So, an appeal here for some help troubleshooting this problem. I've looked at the wiki, searched and read a bit in the forums, and searched the wider web. I've found various snippets of information and have experimented a bit. But I am now realizing that, because I don't understand exactly where the problem lies, nor do I know for sure how to trace it down, I'm sort of grasping at straws. I don't want to keep hacking away at the system in a half-informed manner, thereby running the risk of screwing things up or spoiling a fresh installation.
    I'm hoping there are folks on this forum knowledgeable enough to point to some areas that need checking in order to diagnose this problem. Once the nature of the problem has been clarified, a solution can be implemented. I would be happy, in the context of this thread, to write up some essential procedures for setting up scanners under Arch. It seems from searching I've done so far that such a set of procedures is lacking. Please correct me if I'm wrong about that.
    Awaiting input on this issue.
    Thanks,
    James

    fwojciec wrote:What group you choose to use, in this particular case, is mostly an aesthetic consideration.
    "Mostly aesthetic" meaning that it is bound to work whether the scanner device file gets associated by the udev rule with either group? I'm gonna choose the rule that associates the scanner with the scanner group, for reasons that seem obvious to me--assuming I understand what's going on with these udev rules. Here's the way I'd go about this: 1) su to the directory where udev rules are; 2) issue touch myscanner.rules (I assume "my" should be changed to something numerical since rules probably get applied by the system based on numerical sequence of the file's name); 3) change permissions on the newly-created file to match those of other files in that directory; 4) edit the newly created file and add a line something like BUS=="usb", SYSFS{product}=="CanoScan", MODE="664", GROUP="scanner" (edit that line so that it reflects details of your actual scanner) to the file and save it. Reboot and the scanner should work for the unprivileged user--if that user has been made a member of the scanner group.
    Wanna add anything more to this anyone? I'm about to do a new, fresh test install to see if it actually works. I'll report back on the results.
    Thanks,
    James
    PS For more on udev, what are udev rules and how to write them see the document "Writing udev rules" at http://www.reactivated.net/writing_udev_rules.html
    Last edited by jamtat (2008-06-12 12:41:24)

  • Map scancodes to keycodes & udev rules

    I followed the wiki here and here. My keymap file /usr/lib/udev/keymaps/chicony-kb-9805:
    0xA0 www # 158 XF86WWW
    0xA3 close # 214 XF86Close
    0xB2 f13 # 191 XF86Tools
    0x92 f14 # 192 XF86Launch5
    0xB0 f15 # 193 XF86Launch6
    0xA1 f16 # 194 XF86Launch7
    0xAE previoussong # 173 XF86AudioPrev
    0xA4 stopcd # 174 XF86AudioStop
    0xA2 playpause # 172 XF86AudioPlay
    0x99 nextsong # 171 XF86AudioNext
    0xA6 volumeup # 123 XF86AudioRaiseVolume
    0x9E volumedown # 122 XF86AudioLowerVolume
    0x97 mute # 121 XF86AudioMute
    0xA5 sleep # 150 XF86Sleep
    I found my keyboard with $ /lib/udev/findkeyboards:
    AT keyboard: input/event0
    Then the command udevadm info -a -p $(udevadm info -q path -n /dev/input/event0) returns:
    Udevadm info starts with the device specified by the devpath and then
    walks up the chain of parent devices. It prints for every device
    found, all possible attributes in the udev rules key format.
    A rule to match, can be composed by the attributes of the device
    and the attributes from one single parent device.
    looking at device '/devices/platform/i8042/serio0/input/input0/event0':
    KERNEL=="event0"
    SUBSYSTEM=="input"
    DRIVER==""
    looking at parent device '/devices/platform/i8042/serio0/input/input0':
    KERNELS=="input0"
    SUBSYSTEMS=="input"
    DRIVERS==""
    ATTRS{name}=="AT Translated Set 2 keyboard"
    ATTRS{phys}=="isa0060/serio0/input0"
    ATTRS{uniq}==""
    ATTRS{properties}=="0"
    looking at parent device '/devices/platform/i8042/serio0':
    KERNELS=="serio0"
    SUBSYSTEMS=="serio"
    DRIVERS=="atkbd"
    ATTRS{description}=="i8042 KBD port"
    ATTRS{bind_mode}=="auto"
    ATTRS{extra}=="0"
    ATTRS{force_release}=="369-370"
    ATTRS{scroll}=="0"
    ATTRS{set}=="2"
    ATTRS{softrepeat}=="0"
    ATTRS{softraw}=="1"
    ATTRS{err_count}=="0"
    looking at parent device '/devices/platform/i8042':
    KERNELS=="i8042"
    SUBSYSTEMS=="platform"
    DRIVERS=="i8042"
    looking at parent device '/devices/platform':
    KERNELS=="platform"
    SUBSYSTEMS==""
    DRIVERS==""
    I can successfully load the keymap with # /lib/udev/keymap input/event0 chicony-kb-9805 but I can't get it loaded automatically with an udev rule. When I try to apply the keymap to device '/devices/platform/i8042/serio0/input/input0/event0' , It doesn't load (/etc/udev/rules.d/98-kb-9805.rules):
    SUBSYSTEM=="input", KERNEL=="event0", RUN+="/lib/udev/keymap input/$name chicony-kb-9805"
    Nor does it load when trying to apply to device '/devices/platform/i8042/serio0/input/input0':
    SUBSYSTEMS=="input", ATTRS{name}=="AT Translated Set 2 keyboard", RUN+="/lib/udev/keymap input/$name chicony-kb-9805"
    How should the udev rule file look like for it to work? Thanks.

    I think I figured out a way to do it using udev, and I'll update the wiki page once I've tested it a bit.
    Edit: All done, so now I can disable my hal daemon (big boot speed improvement ). Unfortunately I can't uninstall yet since hal-cups-utils has only recently moved over, and some packages still depend on the ancient gnome-vfs
    Last edited by PirateJonno (2010-06-22 10:11:32)

  • MOVED: A75MA-G55 Static-y, echo-y audio output from local files

    This topic has been moved to Linux/Unix.
    https://forum-en.msi.com/index.php?topic=156801.0

    fuser -v /dev/snd/* when chrome is playing an mp3
    UTENTE PID ACCESSO COMANDO
    /dev/snd/controlC0: gigitsu F.... pulseaudio
    /dev/snd/controlC1: gigitsu F.... pulseaudio
    /dev/snd/controlC2: gigitsu F.... pulseaudio
    /dev/snd/pcmC0D0p: gigitsu F...m chrome
    /dev/snd/timer: gigitsu f.... chrome
    /etc/pulse/default.pa without comments
    .nofail
    .fail
    load-module module-device-restore
    load-module module-stream-restore
    load-module module-card-restore
    load-module module-augment-properties
    load-module module-switch-on-port-available
    .ifexists module-udev-detect.so
    load-module module-udev-detect
    .else
    load-module module-detect
    .endif
    .ifexists module-jackdbus-detect.so
    .nofail
    load-module module-jackdbus-detect channels=2
    .fail
    .endif
    .ifexists module-bluetooth-policy.so
    load-module module-bluetooth-policy
    .endif
    .ifexists module-bluetooth-discover.so
    load-module module-bluetooth-discover
    .endif
    .ifexists module-esound-protocol-unix.so
    load-module module-esound-protocol-unix
    .endif
    load-module module-native-protocol-unix
    .ifexists module-gconf.so
    .nofail
    load-module module-gconf
    .fail
    .endif
    load-module module-default-device-restore
    load-module module-rescue-streams
    load-module module-always-sink
    load-module module-intended-roles
    load-module module-suspend-on-idle
    .ifexists module-console-kit.so
    load-module module-console-kit
    .endif
    .ifexists module-systemd-login.so
    load-module module-systemd-login
    .endif
    load-module module-position-event-sounds
    load-module module-filter-heuristics
    load-module module-filter-apply
    And i've not altered /usr/share/alsa/alsa.conf.
    libflashsupport-pulse did not work, I've killed and started pulseaudio but nothing. I did not even flashplugin

  • Trouble with booting system after upgrade udev= systemd

    Hi everybody,
    I have been trouble with my system since last upgrade (udev => systemd)
    My issue is something like this: https://bbs.archlinux.org/viewtopic.php?pid=1106157 but advice from this discussion doesn't work.
    When system booting, *immediately* (very fast, too fast) display login screen after start parsing hook [udev]
    Of course, i can't login - type username and i have redraw screen again on all /dev/tty* - i have no chance to type password.
    Many invalid logins suspend init for 5 minutes and allow me see display error due stop redraw screen - libpam.so.0 cannot find.
    I suspect that, partitions aren't mount (this fast login screen doesn't have even hostname). I have a 4 discs, with many partitions - mounting
    this take a some time (+- 5 secs).
    In rescuecd, i can mount all partitions and chroot. In chroot all works fine - /bin/login (i was checked authorization on all users),
    paths and pams are ok. Of course i try ,,default rescue trick'': `pacman -Suy linux udev mkinitcpio` and 'mkinitcpio -p linux' on rescuecd
    but nothing it's changed after reboot. I checking grub config, and unpack and check initramfs-linux.img - all ok.
    In my mkinitcpio.conf ofcourse i have MODULES="ext3" (for my filesystems).
    Please help.

    crab wrote:
    This may or may not be related... but I saw this message just now during an upgrade:
    (121/168) upgrading mkinitcpio [###################] 100%
    ==> If your /usr is on a separate partition, you must add the "usr" hook
    to /etc/mkinitcpio.conf and regenerate your images before rebooting
    And am wondering what the message means by if /usr is on a separate partition - separate partition to what?  /boot? / ?
    I have my /usr partition in the same partition as /  (but /boot is in a different partition)
    Logic tells me I'm safe (haven't rebooted yet), as / is "master", and anything else is a separate partition, and I have /usr on the same partition as /.
    Do you guys have separate /usr and/or /boot partitions?  As stated in first sentence this may not be related, but looks important...
    It means separate from /. So yes, you're right, you are "safe" from having to do anything with this message on your system.
    And to the other people on this thread: make sure you do have all your packages uniformly updated, including any pam-related AUR or ABS-build packages. libpam and the pam module directory (.../lib/security) were moved from /lib to /usr/lib a little while back, so make sure that anything that cares about where these may be have been updated so they aren't confused by this move.
    Last edited by ataraxia (2012-06-03 22:40:22)

Maybe you are looking for

  • Pages 5.5 table of contents not showing after formatting to ePub

    Im currently trying to format my pages version 5.5 document to ePub. My goal is to use the created document in iBooks. I have downloaded the ePub best practices template from the relevant apple help pages and followed the guidelines. However when ope

  • Blank conversation appearing in iMessage

    Yesterday I deleted a phone number and the entire message thread from my iMessage. Tonight the contact reappeared in my iMessage, but there was no message with it. It just appears as an unsaved contact and an empty conversation. Any ideas?

  • Java.sql.SQLDataException: ORA-01878: specified field not found in datetime

    I am getting the exception mentioned in the subject field. Here is the query select * from tabel_abc where from_tz(cast(LAST_RECEIVED_TIME + timeout_duration/86400 as timestamp),'UTC') <systimestamp at time zone 'UTC'; This is happening only for the

  • File Error using Check In

    This is the error I receive when I try to Check in my stylesheet to the remote server: "File activity incomplete. 1 file(s) or folder(s) were not completed." In the details, it says, "stylesheet.css - error occurred - An error occurred - cannot put s

  • Kodo 4.0.0EA3 Available

    All, Kodo 4.0.0 EA 3 is now available. Kodo 4 implements the JDO 2 and EJB 3 Persistence specifications. Feel free to download it at: http://www.solarmetric.com/Software/beta/4.0.0EA/ You can find the release notes at: http://solarmetric.com/Software