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.

Similar Messages

  • Udev and mount usb

    Hi gues
    I''m new in arche and generalny in linux .
    Lately I wanted to automount my MP3 player when i plug in him.
    Let's move to the point .
    Firstly i writen script to mount
    #!/bin/bash
    sleep 10
    echo "pawel" >> /home/lenovo/pawel.txt
    /bin/mount -o ro /dev/sony_walkman /mnt/sony_walkman
    exit
    Next
    My udev rule
    SUBSYSTEM=="block", ATTRS{ventor}=="SONY", SYMLINK+="sony_walkman:, RUN+="/bin/sh -c 'sudo /home/lenovo/.scripts/mount_sony_walkman.sh'"
    When i plug the mp3 player the script i called because the file pawel.txt is changed .
    By disk is not mount
    When i invoke the script in console than the disk is mounting.

    I use a slightly better method these days, which is:
    In /etc/udev/rules.d/10-local.rules
    ACTION=="add", KERNEL=="sd*1", ATTRS{serial}=="BIGLONGLISTOFHEXCHARS", SYMLINK+="mydrive%n", RUN+="/root/bin/mntmydrive"
    And that file contains, essentially:
    if ! mountpoint -q /media/mydrive ; then
    mount /media/mydrive
    fi
    And there's an appropriate entry in /etc/fstab, e.g.:
    /dev/mydrive1 /media/mydrive vfat noauto,noatime,users,flush,gid=100,umask=007
    If it doesn't work for you, do some debugging.
    Remember to run this, after changing udev rules:
    udevadm control --reload

  • Root filesystem errors, Arch mounts it as RO, unusable system

    I dunno why, but since a little why Arch stopped working because it just stops the initscripts where it checks for filesystems.
    I'm getting at the beginning of initscripts this:
    "Using static /dev filesystem"
    Then it goes into maintenance mode after the Filesystem Check, asking for my root password, with the root filesystem mounted read-only, then it asks me to fsck it and change the superblock, however I can't do this because /dev/sda1 (my root FS) doesn't exists.
    What should I do?
    Thanks in advance

    1. when you start it will say filesystem check error and ask if you want to fix it type in your root password and press enter
    2. type mount -o -n remount,rw / and press enter
    3. type pacman -S initscripts and press enter
    4. type cp /etc/rc.local.shutdown.pacsave /etc/rc.local.shutdown press enter
    5. type cp /etc/rc.local.pacsave /etc/rc.local press enter
    6. type cp /etc/rc.conf.pacsave /etc/rc.conf press enter
    7. type cp /etc/inittab.pacsave /etc/inittab
    8. type reboot and press enter and you should be able to boot into your filesystem
    if you pacman tells you that it cant find initscripts then download the package from here:
    ftp://ftp.archlinux.org/testing/os/i686 … pkg.tar.gz
    and put it on a usb drive and mount it from inside another linux for example a ubuntu live cd
    then mount your arch root aswell and copy the initscripts-2008.02-1-i686.pkg.tar.gz to mountpoint/root/
    then go back and go from step 3 but with pacman -U initscripts-2008.02-1-i686.pkg.tar.gz
    Last edited by INCSlayer (2008-03-01 07:25:15)

  • Mount error: ...not superuser and mount.cifs not installed SUID

    I'm trying to automount Samba shares but get this everytime I try to mount the partition:
    mount error: permission denied or not superuser and mount.cifs not installed SUID
    I have this entry in the fstab:
    //192.168.2.1/Capsule /media/capsule cifs auto,noserverino,username=xxx,password=xxx,workgroup=WORKGROUP,iocharset=utf8,file_mode=0777,dir_mode=0777,suid,users 0 0
    I tried different options (suid,users or without them) same results.
    I also tried to chown like this:
    chmod u+s mount.cifs
    But still no luck
    Need help please.

    It seems that mount.cifs will only let you mount at directory that you are the owner of.  I think this may be changeable with the UID option but I have not figured it out.

  • Udev and SCSI partitions not mounted

    I have just attempted to convert devfs to udev on my dual AMD Opteron with two SCSI drives running fully up-to-date Arch Linux.  The result of following the standard udev procedure (which has worked on three other IDE machines without a hitch) was that of the four mountable SCSI disk partititions, only swap and / were mounted properly
    /dev/discs/disc0/part1 / reiserfs defaults 0 0
    dev/discs/disc0/part2 swap swap defaults 0 0
    while the /home and /data partitions were not recognized and mounted:
    /dev/discs/disc0/part3 /home reiserfs defaults 0 0
    /dev/discs/disc1/part1 /data reiserfs defaults 0 0
    I was able to revert the machine back to its original devfs so the machine does work properly in its original configuration.
    I noticed a bash script in the /etc/udev directory that seemed to be used to identify the SCSI devices present. Is it possible that this is not working correctly?  Does anyone have any idea of how the SCSI configuration could have gone awry?
    Thanks.
    Some details about the machine:
    arch version: Arch Linux 0.7 (Wombat)
    kernel version: 2.6.7
    two processors: AMD Athlon(tm) MP 2600+
    two SCSI_storage_controllers: Adaptec AIC-7899P U160/m (rev 1).

    Once again, I installed archlinux on an scsi machine, and have been cought in the boot-scsi-device-fails-udev-trap. This time, I had a bit of time. Instead of editing the fstab entries, I decided to find out why ide devices are handled well, and scsi devices are not.
    Have a look at udev.rules. You will find an entry for ide block deviced there, that creates devfs symlinks:
    # ide block devices
    BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}"
    You will notice also there are no similar entries for scsi block devices. Therefore, their nodes will not fit devfs scheme. Now, let's have a look at /etc/udev/. You will find scsi-devfs.sh there. This script will create devfs-like nodes for scsi blocks. Now the problem is clear, isn't it. Add the following lines to udev.rules:
    # scsi block devices
    BUS="scsi", KERNEL="sd*", PROGRAM="/etc/udev/scsi-devfs.sh sd %b %n", NAME="%c{1}", SYMLINK="%c{2} %k %c{3} %c{4}"
    BUS="scsi", KERNEL="sr*", PROGRAM="/etc/udev/scsi-devfs.sh sr %b %n", NAME="%c{1}", SYMLINK="%c{2} %k %c{3} %c{4}"
    BUS="scsi", KERNEL="st*", PROGRAM="/etc/udev/scsi-devfs.sh st %b %n", NAME="%c{1}", SYMLINK="%c{2} %k %c{3} %c{4}"
    BUS="scsi", KERNEL="sg*", PROGRAM="/etc/udev/scsi-devfs.sh sg %b %n", NAME="%c{1}", SYMLINK="%c{2} %k %c{3} %c{4}"
    Now the devfs naming scheme should be used for scsi devices, too. Surprisingly, it isn't. Any hints are welcome.

  • Everything 'exists in filesystem' Errors occurred, no packages were up

    Something like 260 package updates failed to same error.
    Really do not want to use --force
    Any ideas?
    edObject/EmbeddedObject.odt exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/EmbedDocument/EmbeddedObject/EmbeddedObject.xcu exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/EmbedDocument/EmbeddedObject/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.components exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObjectFactory.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/MinimalComponent/BuildMinimalComponent.xml exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/MinimalComponent/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/MinimalComponent/MinimalComponent.components exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/MinimalComponent/MinimalComponent.idl exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/MinimalComponent/MinimalComponent.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/MinimalComponent/TestMinimalComponent.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/PropertySet/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/PropertySet/PropTest.components exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/PropertySet/PropTest.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/PropertySet/PropertySet.odt exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/CalcAddins.components exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/CalcAddins.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/CalcAddins.ods exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/ChartTypeChange.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/EuroAdaption.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/SCalc.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/XCalcAddins.idl exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/BookmarkInsertion.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/GraphicsInserter.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/HardFormatting.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/SWriter.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/StyleCreation.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/StyleInitialization.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/TextDocumentStructure.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/TextReplace.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/WriterSelector.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/oo_smiley.gif exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/ToDo/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/ToDo/ToDo.components exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/ToDo/ToDo.idl exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/ToDo/ToDo.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/ToDo/ToDo.ods exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/ToDo/XToDo.idl exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/CalcWindowState.xcu exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/Factory.xcu exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/META-INF/manifest.xml exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/description.xml exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/readme exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/toolPanelPocBasic/Module1.xba exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/toolPanelPocBasic/dialog.xlb exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/toolPanelPocBasic/script.xlb exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/toolpanel.component exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/toolpanel.py exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/toolpanels/poc.xdl exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/index.html exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libhwplo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/liblwpftlo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libmswordlo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libmsworkslo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libswdlo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libswuilo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libt602filterlo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libwpftlo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libwriterfilterlo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/share/registry/writer.xcd exists in filesystem
    libxft: /usr/lib/libXft.so.2.3.0 exists in filesystem
    linux-firmware: /lib/firmware/bnx2x/bnx2x-e1-7.2.16.0.fw exists in filesystem
    linux-firmware: /lib/firmware/bnx2x/bnx2x-e1h-7.2.16.0.fw exists in filesystem
    linux-firmware: /lib/firmware/bnx2x/bnx2x-e2-7.2.16.0.fw exists in filesystem
    linux-firmware: /lib/firmware/brcm/brcmfmac43236b.bin exists in filesystem
    linux-firmware: /lib/firmware/brcm/brcmfmac4329.bin exists in filesystem
    linux-firmware: /lib/firmware/brcm/brcmfmac4330.bin exists in filesystem
    linux-firmware: /lib/firmware/cxgb3/t3fw-7.12.0.bin exists in filesystem
    linux-firmware: /lib/firmware/cxgb4/t4fw-1.4.16.0.bin exists in filesystem
    linux-firmware: /lib/firmware/usbdux/usbduxsigma_firmware.asm exists in filesystem
    linux-firmware: /lib/firmware/usbduxsigma_firmware.bin exists in filesystem
    mkinitcpio-busybox: /usr/lib/initcpio/busybox exists in filesystem
    mkinitcpio: /usr/lib/initcpio/functions exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/btrfs exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/consolefont exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/keymap exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/memdisk exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/net exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/resume exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/shutdown exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/sleep exists in filesystem
    mkinitcpio: /usr/lib/initcpio/init exists in filesystem
    mkinitcpio: /usr/lib/initcpio/init_functions exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/autodetect exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/base exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/btrfs exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/consolefont exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/filesystems exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/fsck exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/fw exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/ide exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/keymap exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/memdisk exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/net exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/pata exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/pcmcia exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/resume exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/sata exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/scsi exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/shutdown exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/sleep exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/usb exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/usbinput exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/virtio exists in filesystem
    mkinitcpio: /usr/lib/initcpio/shutdown exists in filesystem
    mkinitcpio: /usr/lib/initcpio/udev/01-memdisk.rules exists in filesystem
    man-db: /usr/lib/man-db/libman-2.6.1.so exists in filesystem
    man-db: /usr/lib/man-db/libmandb-2.6.1.so exists in filesystem
    man-pages: /usr/share/man/man1/getent.1.gz exists in filesystem
    man-pages: /usr/share/man/man2/sendmmsg.2.gz exists in filesystem
    mesa: /usr/include/xa_composite.h exists in filesystem
    mesa: /usr/include/xa_context.h exists in filesystem
    mesa: /usr/include/xa_tracker.h exists in filesystem
    mesa: /usr/lib/libGLU.so.1.3.08000 exists in filesystem
    mesa: /usr/lib/libxatracker.so exists in filesystem
    mesa: /usr/lib/libxatracker.so.1 exists in filesystem
    mesa: /usr/lib/libxatracker.so.1.0.0 exists in filesystem
    mesa: /usr/lib/pkgconfig/xatracker.pc exists in filesystem
    mx: /usr/lib/libmx-1.0.so.2.401.0 exists in filesystem
    poppler-glib: /usr/share/gtk-doc/html/poppler/api-index-0-18.html exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/reflective/R110714.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/reflective/R110714WhiteBacking.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/reflective/R110903.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/reflective/R111204.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/reflective/R111204WhiteBacking.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/A111011.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/A120115.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/E111007.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/E120104.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/F111224.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/N111122.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/N111125.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/N111203.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/V111010.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/V120101.it8 exists in filesystem
    subversion: /usr/lib/httpd/modules/mod_dontdothat.so exists in filesystem
    thunderbird: /usr/lib/thunderbird/isp/Bogofilter.sfd exists in filesystem
    thunderbird: /usr/lib/thunderbird/isp/DSPAM.sfd exists in filesystem
    thunderbird: /usr/lib/thunderbird/isp/POPFile.sfd exists in filesystem
    libkate: /usr/bin/KateDJ exists in filesystem
    libkate: /usr/bin/katalyzer exists in filesystem
    libkate: /usr/bin/katedec exists in filesystem
    libkate: /usr/bin/kateenc exists in filesystem
    libkate: /usr/include/kate/kate.h exists in filesystem
    libkate: /usr/include/kate/kate_config.h exists in filesystem
    libkate: /usr/include/kate/oggkate.h exists in filesystem
    libkate: /usr/lib/libkate.so exists in filesystem
    libkate: /usr/lib/libkate.so.1 exists in filesystem
    libkate: /usr/lib/libkate.so.1.3.0 exists in filesystem
    libkate: /usr/lib/liboggkate.so exists in filesystem
    libkate: /usr/lib/liboggkate.so.1 exists in filesystem
    libkate: /usr/lib/liboggkate.so.1.2.2 exists in filesystem
    libkate: /usr/lib/pkgconfig/kate.pc exists in filesystem
    libkate: /usr/lib/pkgconfig/oggkate.pc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/__init__.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/__init__.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/__init__.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/constants.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/constants.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/constants.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/demuxer.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/demuxer.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/demuxer.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/finder.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/finder.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/finder.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/muxer.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/muxer.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/muxer.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/options.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/options.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/options.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/tester.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/tester.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/tester.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/tools.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/tools.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/tools.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_editor.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_editor.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_editor.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_main.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_main.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_main.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_options.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_options.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_options.pyo exists in filesystem
    libkate: /usr/share/doc/libkate/AUTHORS exists in filesystem
    libkate: /usr/share/doc/libkate/COPYING exists in filesystem
    libkate: /usr/share/doc/libkate/ChangeLog exists in filesystem
    libkate: /usr/share/doc/libkate/README exists in filesystem
    libkate: /usr/share/doc/libkate/THANKS exists in filesystem
    libkate: /usr/share/doc/libkate/html/Format.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/HOWTO.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/Support.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/annotated.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/categories.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/classes.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/config_8h-source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/config_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/decoding_8c-example.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/doxygen.css exists in filesystem
    libkate: /usr/share/doc/libkate/html/doxygen.png exists in filesystem
    libkate: /usr/share/doc/libkate/html/encoding_8c-example.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/errors.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/examples.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/files.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x00.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x01.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x7f.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x80.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x81.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x82.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x83.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x84.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x85.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x86.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x87.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x88.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_32v.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_bitmap.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_color.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_curve.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_font_range.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_fp.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_metadata.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_motion.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_palette.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_region.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_rle.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_style.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_warp.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/functions.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/functions_vars.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x63.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x64.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x65.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x66.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x67.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x68.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x69.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x6c.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x6d.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x6f.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x70.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x72.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x73.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x74.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x75.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x76.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x77.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_defs.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_enum.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_eval.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_func.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/granule.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__comments.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__decoding.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__encoding.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__font.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__granule.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__high.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__info.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__metadata.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__misc.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__ogg__decode.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__ogg__encode.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__packet.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__text.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__tracker.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__version.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/high_8c-example.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/index.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate_8h-source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate_8h.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__bitwise_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__bitwise_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__comment_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__config_8h-source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__config_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__decode_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__decode__state_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__decode__state_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__encode_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__encode__state_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__encode__state_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__event_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__font_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__fp_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__fp_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__granule_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__high_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__info_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__internal_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__motion_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__ogg_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__packet_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__rle_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__rle_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__text_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__tracker_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/modules.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/oggkate_8h-source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/oggkate_8h.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/oggkate_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/pages.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__active__event.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__bitmap.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__color.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__comment.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__curve.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__decode__state.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__encode__state.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__event.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__event__timing.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__font__mapping.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__font__range.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__info.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__memory__guard.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__motion.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__pack__buffer.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__packet.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__palette.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__region.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__state.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__style.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__tracker.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__tracker__internal.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/tab_b.gif exists in filesystem
    libkate: /usr/share/doc/libkate/html/tab_l.gif exists in filesystem
    libkate: /usr/share/doc/libkate/html/tab_r.gif exists in filesystem
    libkate: /usr/share/doc/libkate/html/tabs.css exists in filesystem
    libkate: /usr/share/licenses/libkate/LICENSE exists in filesystem
    libkate: /usr/share/man/man1/KateDJ.1.gz exists in filesystem
    libkate: /usr/share/man/man1/katalyzer.1.gz exists in filesystem
    libkate: /usr/share/man/man1/katedec.1.gz exists in filesystem
    libkate: /usr/share/man/man1/kateenc.1.gz exists in filesystem
    libtiger: /usr/include/tiger/tiger.h exists in filesystem
    libtiger: /usr/include/tiger/tiger_config.h exists in filesystem
    libtiger: /usr/lib/libtiger.so exists in filesystem
    libtiger: /usr/lib/libtiger.so.5 exists in filesystem
    libtiger: /usr/lib/libtiger.so.5.0.2 exists in filesystem
    libtiger: /usr/lib/pkgconfig/tiger.pc exists in filesystem
    vlc: /usr/bin/svlc exists in filesystem
    vlc: /usr/lib/vlc/plugins/access/libaccess_gnomevfs_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/access/libvcdx_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/audio_output/libportaudio_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/codec/libkate_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/codec/libtwolame_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/demux/libgme_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/gui/libskins2_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/notify/libnotify_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/notify/libxosd_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/text_renderer/libsvg_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/video_output/libaa_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/visualization/libgoom_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/visualization/libprojectm_plugin.so exists in filesystem
    vlc: /usr/share/vlc/skins2/default.vlt exists in filesystem
    vlc: /usr/share/vlc/skins2/fonts/FreeSans.ttf exists in filesystem
    vlc: /usr/share/vlc/skins2/fonts/FreeSansBold.ttf exists in filesystem
    vlc: /usr/share/vlc/skins2/skin.catalog exists in filesystem
    vlc: /usr/share/vlc/skins2/skin.dtd exists in filesystem
    vlc: /usr/share/vlc/skins2/winamp2.xml exists in filesystem
    mtdev: /usr/bin/mtdev-test exists in filesystem
    mtdev: /usr/include/mtdev-mapping.h exists in filesystem
    mtdev: /usr/include/mtdev-plumbing.h exists in filesystem
    mtdev: /usr/include/mtdev.h exists in filesystem
    mtdev: /usr/lib/libmtdev.so exists in filesystem
    mtdev: /usr/lib/libmtdev.so.1 exists in filesystem
    mtdev: /usr/lib/libmtdev.so.1.0.0 exists in filesystem
    mtdev: /usr/lib/pkgconfig/mtdev.pc exists in filesystem
    mtdev: /usr/share/licenses/mtdev/LICENSE exists in filesystem
    Errors occurred, no packages were upgraded.
    Here is the 299 pkg updates
    root@clc ~]# pacman -Syu
    :: Synchronizing package databases...
    core 103.4 KiB 131K/s 00:01 [######################] 100%
    extra 1382.7 KiB 334K/s 00:04 [######################] 100%
    community 1639.9 KiB 328K/s 00:05 [######################] 100%
    :: Starting full system upgrade...
    :: Replace gnupg2 with core/gnupg? [Y/n] y
    resolving dependencies...
    warning: dependency cycle detected:
    warning: udev will be installed before its util-linux dependency
    warning: dependency cycle detected:
    warning: rhino will be installed before its jre7-openjdk-headless dependency
    looking for inter-conflicts...
    Targets (299): akonadi-1.7.1-1 avahi-0.6.31-1 bash-4.2.024-2 binutils-2.22-5
    bluez-4.99-1 boost-libs-1.49.0-1.1 busybox-1.19.4-1
    ca-certificates-java-20120225-1 cifs-utils-5.3-2
    colord-0.1.17-1 coreutils-8.16-2 curl-7.25.0-1
    damageproto-1.2.1-2 device-mapper-2.02.95-1 dhcpcd-5.5.6-1
    dmxproto-2.3.1-2 dnsutils-9.9.0-1 docbook-xml-4.5-5
    e2fsprogs-1.42.1-1 ekiga-3.3.2-3 exempi-2.2.0-1 expat-2.1.0-1
    ffmpeg-20120317-1 fftw-3.3.1-1 file-5.11-1 firefox-11.0-2
    fixesproto-5.0-2 flashplugin-11.2.202.228-1 fluidsynth-1.1.5-2
    fontconfig-2.8.0-2 fontsproto-2.1.2-1 freetype2-2.4.9-2
    gcc-4.7.0-3 gcc-libs-4.7.0-3 gconf-editor-3.0.0-2
    giflib-4.1.6-5 git-1.7.9.6-1 glibc-2.15-10 glproto-1.4.15-1
    gmime-2.6.7-1 gnome-desktop-1:3.2.1-1 gnome-mime-data-2.18.0-6
    gnupg-2.0.19-1 gnupg2-2.0.18-1 [removal] gnutls-3.0.17-1
    gpgme-1.3.1-4 grep-2.11-2 gstreamer0.10-0.10.36-1
    gstreamer0.10-bad-0.10.23-1 gstreamer0.10-base-0.10.36-1
    gstreamer0.10-base-plugins-0.10.36-1
    gstreamer0.10-good-0.10.31-1
    gstreamer0.10-good-plugins-0.10.31-1
    gtk-update-icon-cache-2.24.10-3 gtk2-2.24.10-3 gtk3-3.2.3-3
    guile-1.8.8-2 gvfs-1.10.1-3 gvfs-obexftp-1.10.1-3
    gvim-7.3.475-1 hspell-1.1-2 hsqldb-java-1:1.8.0.10-2
    initscripts-2012.03.2-1 inputproto-2.2-1 intel-dri-8.0.2-1
    iproute2-3.2.0-3 jdk7-openjdk-7.b147_2.1-3
    jre7-openjdk-7.b147_2.1-3 jre7-openjdk-headless-7.b147_2.1-3
    kactivities-4.8.2-1 kbproto-1.0.6-1 kde-l10n-en_gb-4.8.2-1
    kde-wallpapers-4.8.2-1 kdebase-dolphin-4.8.2-1
    kdebase-katepart-4.8.2-1 kdebase-kdepasswd-4.8.2-1
    kdebase-kdialog-4.8.2-1 kdebase-keditbookmarks-4.8.2-1
    kdebase-kfind-4.8.2-1 kdebase-konq-plugins-4.8.2-1
    kdebase-konqueror-4.8.2-1 kdebase-konsole-4.8.2-2
    kdebase-kwrite-4.8.2-1 kdebase-lib-4.8.2-1
    kdebase-plasma-4.8.2-1 kdebase-runtime-4.8.2-1
    kdebase-workspace-4.8.2-2 kdelibs-4.8.2-1
    kdepim-runtime-4.8.2-2 kdepimlibs-4.8.2-1
    khrplatform-devel-8.0.2-1 kmod-7-1 krb5-1.10.1-2
    lame-3.99.5-1 libarchive-3.0.4-1 libbonobo-2.32.1-2
    libcdio-0.83-1 libcroco-0.6.4-1 libdmx-1.1.2-1
    libdrm-2.4.33-1 libedit-20120311_3.0-1 libegl-8.0.2-1
    libevent-2.0.17-1 libexif-0.6.20-2 libfontenc-1.1.1-1
    libgl-8.0.2-1 libglade-2.6.4-3 libglapi-8.0.2-1
    libgles-8.0.2-1 libgnome-2.32.1-3 libgnome-data-2.32.1-3
    libgphoto2-2.4.13-1 libice-1.0.8-1 libiodbc-3.52.8-1
    libkate-0.4.1-3 libldap-2.4.30-1 libltdl-2.4.2-5
    libmtp-1.1.2-1 libmusicbrainz3-3.0.3-2 libmysqlclient-5.5.22-1
    libnl-3.2.7-1 libnotify-0.7.5-1 libpcap-1.2.1-2
    libpciaccess-0.13-1 libpng-1.5.10-1 libpst-0.6.54-1
    libreoffice-base-3.5.1-1 libreoffice-calc-3.5.1-1
    libreoffice-common-3.5.1-1 libreoffice-draw-3.5.1-1
    libreoffice-en-US-3.5.1-1 libreoffice-gnome-3.5.1-1
    libreoffice-impress-3.5.1-1 libreoffice-kde4-3.5.1-1
    libreoffice-math-3.5.1-1 libreoffice-sdk-3.5.1-1
    libreoffice-sdk-doc-3.5.1-1 libreoffice-writer-3.5.1-1
    libsigc++-2.2.10-2 libsm-1.2.1-1 libsocialweb-0.25.20-0
    libspectre-0.2.6-3 libtasn1-2.12-1 libtextcat-2.2-9
    libtiff-4.0.1-1 libtiger-0.3.4-3 libtool-2.4.2-5
    libupnp-1.6.16-1 libwbclient-3.6.3-4 libwpd-0.9.2-2
    libwps-0.2.2-2 libx11-1.4.99.901-1 libxau-1.0.7-1
    libxaw-1.0.10-1 libxcb-1.8.1-1 libxcomposite-0.4.3-2
    libxcursor-1.1.13-1 libxdmcp-1.1.1-1 libxext-1.3.1-1
    libxfixes-5.0-2 libxfont-1.4.5-1 libxft-2.3.0-2 libxi-1.6.0-1
    libxinerama-1.1.2-1 libxkbfile-1.0.8-1 libxklavier-5.1-2
    libxmu-1.1.1-1 libxpm-3.5.10-1 libxrender-0.9.7-1
    libxres-1.0.6-1 libxss-1.2.2-1 libxt-1.1.3-1 libxtst-1.2.1-1
    libxv-1.0.7-1 libxvmc-1.0.7-1 libxxf86dga-1.1.3-1
    libxxf86vm-1.1.2-1 libyaml-0.1.4-2 linux-3.2.13-1
    linux-api-headers-3.3-1 linux-docs-3.2.13-1
    linux-firmware-20120227-1 linux-headers-3.2.13-1
    lm_sensors-3.3.2-1 lpsolve-5.5.2.0-2 lua-5.1.5-1
    lvm2-2.02.95-1 man-db-2.6.1-1 man-pages-3.37-1 mesa-8.0.2-1
    mkinitcpio-0.8.5-1 mkinitcpio-busybox-1.19.4-2 mpfr-3.1.0.p7-1
    mtdev-1.1.2-1 mx-1.4.3-1 mysql-5.5.22-1
    mysql-clients-5.5.22-1 neon-0.29.6-4 net-snmp-5.7.1-2
    networkmanager-0.9.2.0-3 nfs-utils-1.2.5-2
    notification-daemon-0.7.4-1 nouveau-dri-8.0.2-1 nspr-4.9-1
    nss-3.13.3-1 opencore-amr-0.1.3-1 openssh-5.9p1-8
    openssl-1.0.1-2 orbit2-2.14.19-2 oxygen-icons-4.8.2-1
    p11-kit-0.12-1 parted-3.1-1 pcmciautils-018-2
    perl-xml-parser-2.41-2 perl-xml-simple-2.18-4 poppler-0.18.4-1
    poppler-glib-0.18.4-1 ppl-0.12-1 psmisc-22.16-1
    ptlib-2.10.2-2 python-pexpect-2.3-6 qrencode-3.3.0-1
    qt-4.8.1-1 randrproto-1.3.2-2 raptor-2.0.7-1 recode-3.6-7
    recordproto-1.14.2-1 renderproto-0.11.1-2 rhino-1.7R3-2
    ruby-1.9.3_p125-3 sane-1.0.22-7 scrnsaverproto-1.2.2-1
    sdl_ttf-2.0.11-2 shadow-4.1.5-4 shared-color-targets-0.1.1-1
    smbclient-3.6.3-4 soprano-2.7.5-1 sound-juicer-2.32.1-2
    sqlite3-3.7.11-1 subversion-1.7.4-1 sudo-1.8.4.p4-1
    syslog-ng-3.3.4-4 taglib-1.7.1-1 thunderbird-11.0.1-1
    ttf-dejavu-2.33-2 tzdata-2012b-3 udev-181-5 udisks-1.0.4-2
    usbutils-005-1 util-linux-2.21-6 videoproto-2.3.1-2
    vim-runtime-7.3.475-1 vlc-2.0.1-1 whois-5.0.15-1
    wpa_actiond-1.2-1 wpa_supplicant-0.7.3-5 xbitmaps-1.1.1-2
    xcb-proto-1.7.1-1 xextproto-7.2.1-1 xf86-input-evdev-2.7.0-2
    xf86-input-synaptics-1.5.99.902-1 xf86-video-intel-2.18.0-1
    xf86-video-nouveau-0.0.16_git20120210-1
    xf86vidmodeproto-2.3.1-2 xineramaproto-1.2.1-2
    xorg-bdftopcf-1.0.3-2 xorg-font-util-1.3.0-1
    xorg-font-utils-7.6-3 xorg-fonts-encodings-1.0.4-3
    xorg-luit-1.1.1-1 xorg-server-1.12.0.901-1
    xorg-server-common-1.12.0.901-1 xorg-server-utils-7.6-3
    xorg-setxkbmap-1.3.0-1 xorg-utils-7.6-8 xorg-xauth-1.0.7-1
    xorg-xbacklight-1.1.2-3 xorg-xcursorgen-1.0.5-1
    xorg-xdriinfo-1.0.4-3 xorg-xev-1.2.0-1 xorg-xgamma-1.0.5-1
    xorg-xhost-1.0.5-1 xorg-xinput-1.5.99.1-1 xorg-xkbcomp-1.2.4-1
    xorg-xkbevd-1.1.3-1 xorg-xkbutils-1.0.3-3 xorg-xkill-1.0.3-3
    xorg-xlsatoms-1.1.1-1 xorg-xlsclients-1.1.2-2
    xorg-xmodmap-1.0.6-1 xorg-xpr-1.0.4-1 xorg-xrdb-1.0.9-2
    xorg-xrefresh-1.0.4-3 xorg-xsetroot-1.1.0-3
    xorg-xvinfo-1.1.1-3 xorg-xwd-1.0.5-2 xorg-xwud-1.0.4-1
    xproto-7.0.23-1 xz-5.0.3-2
    Total Download Size: 160.85 MiB
    Total Installed Size: 2291.87 MiB
    Net Upgrade Size: 101.97 MiB
    Proceed with installation? [Y/n] y
    Last edited by killnine (2012-04-05 14:17:33)

    karol wrote:
    You can check if the 'files' file has the files that are causing errors, e.g.
    [karol@black ~]$ grep "usr/lib/httpd/modules/mod_dontdothat.so" $(find /var/lib/pacman/local -name "subversion-*")/files
    usr/lib/httpd/modules/mod_dontdothat.so
    but I think there's something else going on.
    I've noticed all of the errors concern files from /usr. Do you have some special setup, like a separate /usr partition?
    [root@clc ~]# fdisk -l
    Disk /dev/sda: 750.2 GB, 750156374016 bytes
    255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disk identifier: 0x07f2837e
    Device Boot Start End Blocks Id System
    /dev/sda1 63 208844 104391 de Dell Utility
    Partition 1 does not start on physical sector boundary.
    /dev/sda2 * 212992 41172991 20480000 7 HPFS/NTFS/exFAT
    /dev/sda3 41172992 1255431919 607129464 7 HPFS/NTFS/exFAT
    /dev/sda4 1255431920 1451440984 98004532+ 5 Extended
    /dev/sda5 1255431983 1287433399 16000708+ 83 Linux
    Partition 5 does not start on physical sector boundary.
    /dev/sda6 1287433463 1303434139 8000338+ 83 Linux
    Partition 6 does not start on physical sector boundary.
    /dev/sda7 1303434203 1451440984 74003391 83 Linux
    Partition 7 does not start on physical sector boundary.
    [root@clc ~]# mount
    /dev/sda5 on / type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    /dev on /dev type devtmpfs (rw,nosuid,relatime,size=4033576k,nr_inodes=1008394,mode=755)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
    shm on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
    tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
    /dev/sda7 on /home type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
    /dev/sda6 on /var type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
    gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
    [root@clc ~]# cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    LABEL=home /home ext4 defaults 0 1
    LABEL=root / ext4 defaults 0 1
    LABEL=var /var ext4 defaults 0 1

  • AutoMounting / Udev and HAL

    Hey fellow Archers,
    Sorry if this is a bit of a Noob Question.
    But I am having issues with automounting usb drives that etc. 
    I am running eeepc 1000 and everything works fine out of the box.  But I have shown Arch to a friend of mine and we can't gain access to the usb drive with free.desktop permission error.  I have read the wiki and forum posts.  However I have found the are for much older versions of HAL and Udev, and they are contradictory. 
    Please if you could help me clarfiy a solutions.  Should Udev handle to mounting and permission rule or should I add HAL policy ?.
    If HAL if the best solution could be so kind as to provide a example of Hal policy as my previous attempt to edited HAL has failed.
    Kind Regards
    Mac Tzu

    Mac Tzu wrote:
    Great thanks SpeedVin
    Could you Show me w copy of your Hal polcy?
    No problem
    1 <!DOCTYPE busconfig PUBLIC
    2 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
    3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
    4 <busconfig>
    5
    6 <!-- This configuration file specifies the required security policies
    7 for the HAL to work. -->
    8
    9 <!-- Only root or user hal can own the HAL service -->
    10 <policy user="hal">
    11 <allow own="org.freedesktop.Hal"/>
    12 </policy>
    13 <policy user="root">
    14 <allow own="org.freedesktop.Hal"/>
    15 </policy>
    16
    17 <!-- Allow anyone to invoke methods on the Manager and Device interfaces -->
    18 <policy context="default">
    19 <allow send_destination="org.freedesktop.Hal"
    20 send_interface="org.freedesktop.DBus.Introspectable"/>
    21 <allow send_destination="org.freedesktop.Hal"
    22 send_interface="org.freedesktop.DBus.Properties" />
    23
    24 <allow send_destination="org.freedesktop.Hal"
    25 send_interface="org.freedesktop.Hal.Device"/>
    26 <allow send_destination="org.freedesktop.Hal"
    27 send_interface="org.freedesktop.Hal.Manager"/>
    28
    29 <allow send_destination="org.freedesktop.Hal"
    30 send_interface="org.freedesktop.Hal.Device.CPUFreq"/>
    31 <allow send_destination="org.freedesktop.Hal"
    32 send_interface="org.freedesktop.Hal.Device.DockStation"/>
    33 <allow send_destination="org.freedesktop.Hal"
    34 send_interface="org.freedesktop.Hal.Device.KillSwitch"/>
    35 <allow send_destination="org.freedesktop.Hal"
    36 send_interface="org.freedesktop.Hal.Device.KeyboardBacklight"/>
    37 <allow send_destination="org.freedesktop.Hal"
    38 send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
    39 <allow send_destination="org.freedesktop.Hal"
    40 send_interface="org.freedesktop.Hal.Device.Leds"/>
    41 <allow send_destination="org.freedesktop.Hal"
    42 send_interface="org.freedesktop.Hal.Device.LightSensor"/>
    43 <allow send_destination="org.freedesktop.Hal"
    44 send_interface="org.freedesktop.Hal.Device.Storage"/>
    45 <allow send_destination="org.freedesktop.Hal"
    46 send_interface="org.freedesktop.Hal.Device.Storage.Removable"/>
    47 <allow send_destination="org.freedesktop.Hal"
    48 send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
    49 <allow send_destination="org.freedesktop.Hal"
    50 send_interface="org.freedesktop.Hal.Device.Volume"/>
    51 <allow send_destination="org.freedesktop.Hal"
    52 send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
    53 <allow send_destination="org.freedesktop.Hal"
    54 send_interface="org.freedesktop.Hal.Device.WakeOnLan"/>
    55
    56 </policy>
    57
    58 </busconfig>
    59
    Nuber's are from Vim

  • Mkinitcpio upgrade: "exists in filesystem" error

    When running pacman -Syu, I get the following errors:
    error: failed to commit transaction (conflicting files)
    mkinitcpio: /lib/initcpio/hooks/keymap exists in filesystem
    mkinitcpio: /lib/initcpio/hooks/udev exists in filesystem
    mkinitcpio: /lib/initcpio/install/keymap exists in filesystem
    mkinitcpio: /lib/initcpio/install/udev exists in filesystem
    mkinitcpio: /lib/initcpio/udev/load-modules.sh exists in filesystem
    Errors occurred, no packages were upgraded.
    error: pacman exited with an error (256)
    I assume this has to do with the changes to mkinitcpio mentioned on the front page
    I have earlier modified the HOOKS line in /etc/mkinitcpio.conf
    HOOKS="base udev autodetect pata scsi sata keymap uresume filesystems"
    So, what do I do? Force the upgrade?

    I'm getting the same error on yaourt -Syu (also occurs when trying to upgrade mkinitcpio)
    error: failed to commit transaction (conflicting files)
    mkinitcpio: /lib/initcpio/hooks/keymap exists in filesystem
    mkinitcpio: /lib/initcpio/hooks/udev exists in filesystem
    mkinitcpio: /lib/initcpio/install/keymap exists in filesystem
    mkinitcpio: /lib/initcpio/install/udev exists in filesystem
    mkinitcpio: /lib/initcpio/udev/load-modules.sh exists in filesystem
    Errors occurred, no packages were upgraded.
    The upgrade is from mkinitcpio 0.5.30-1 to 0.6.2-1 and to mkinitcpio-busybox 1.15.3-5 (new package)
    I'm running x86_64. I can update other packages without problems.
    Edit: I forced the upgrade of mkinitcpio and rebuilt the kernel image. The new image doesn't work (it can't find /sbin/udevd, which does exist). If I remove klibc-*, the kernel won't build at all (Can't build hook udev).
    Booting the new kernel image:
    :: Loading Initramfs
    :: Starting udev...
    /init: line 24: /sbin/udevd: not found
    done.
    :: Running Hook [udev]
    :: Loading udev... /init: line 11: /sbin/udevd: not found
    /init: line 11: sbin/udevadm: not found
    /init: line 11: sbin/udevadm: not found
    done.
    Waiting 10 seconds for device /dev/disk/by-uuid/(...)...
    \nRoot device 'dev/disk/by-uuid/(...)' doesn't exist. Attempting to create it.
    ERROR: Unable to determine major/minor number of root device '/dev/disk/by-uuid/(...)'.
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    /bin/sh: can't access tty; job control turned off
    [ramfs /]# _
    I can't do anything with the recovery console using my usb keyboard.
    /sbin/udevd does exist.
    Last edited by gopher292 (2010-02-18 00:30:37)

  • Pacman - his error messages - and clarity

    first
    [root@gateway ~]# pacman -Syu
    :: Synchronizing package databases...
    current [################] 100% 41K 12.7K/s 00:00:03
    extra [################] 100% 164K 19.9K/s 00:00:08
    Targets: abiword-2.0.12-1 dbh-1.0.20-1 doxygen-1.3.9.1-1 evolution-2.0.2-2
    evolution-data-server-1.0.2-1 flac-1.1.1-1 gaim-1.0.1-1 gal-2.2.3-1
    gdm-2.6.0.5-2 gimp-2.0.5-1 glib2-2.4.7-1 gmp-4.1.4-1
    gnome-panel-2.8.1-1 heimdal-0.6.2-1 gnome-vfs-2.8.2-1 gqview-1.4.5-1
    jack-audio-connection-kit-0.99.0-1 gst-plugins-0.8.5-1
    gstreamer-0.8.7-1 gtk2-2.4.13-1 gtkhtml-3.2.3-1 imagemagick-6.1.1-1
    imlib-1.9.15-1 iptables-1.2.11-3 libogg-1.1.2-1 libsoup-2.2.1-1
    libtiff-3.6.1-4 libvorbis-1.1.0-1 man-pages-1.69-1 mozilla-1.7.3-1
    mozilla-firefox-0.10.1-2 nautilus-2.8.1-1 perl-html-parser-3.36-1
    reiserfsprogs-3.6.19-1
    Total Package Size: 94.8 MB
    Proceed with upgrade? [Y/n]
    :: Retrieving packages from current...
    abiword-2.0.12-1 [################] 100% 3683K 29.3K/s 00:02:05
    doxygen-1.3.9.1-1 [################] 100% 1278K 23.1K/s 00:00:55
    gaim-1.0.1-1 [################] 100% 3964K 27.2K/s 00:02:25
    gimp-2.0.5-1 [################] 100% 10290K 25.7K/s 00:02:24
    glib2-2.4.7-1 [################] 100% 1082K 25.8K/s 00:00:41
    gmp-4.1.4-1 [################] 100% 240K 32.0K/s 00:00:07
    gqview-1.4.5-1 [################] 100% 298K 25.1K/s 00:00:11
    gtk2-2.4.13-1 [################] 100% 6229K 24.6K/s 00:04:13
    imagemagick-6.1.1-1 [################] 100% 4317K 24.9K/s 00:02:53
    imlib-1.9.15-1 [################] 100% 535K 36.3K/s 00:00:14
    iptables-1.2.11-3 [################] 100% 243K 23.2K/s 00:00:10
    libogg-1.1.2-1 [################] 100% 19K 14.6K/s 00:00:01
    libtiff-3.6.1-4 [################] 100% 450K 23.6K/s 00:00:19
    libvorbis-1.1.0-1 [################] 100% 451K 24.2K/s 00:00:18
    man-pages-1.69-1 [################] 100% 3638K 28.5K/s 00:02:07
    mozilla-firefox-0.10.1-2 [################] 100% 11678K 27.3K/s 00:02:52
    reiserfsprogs-3.6.19-1 [################] 100% 441K 29.7K/s 00:00:14
    :: Retrieving packages from extra...
    dbh-1.0.20-1 [################] 100% 25K 7.9K/s 00:00:03
    evolution-2.0.2-2 [################] 100% 10527K 15.9K/s 00:02:31
    evolution-data-server-1. [################] 100% 1330K 12.0K/s 00:01:50
    flac-1.1.1-1 [################] 100% 587K 20.6K/s 00:00:28
    gal-2.2.3-1 [################] 100% 1326K 16.9K/s 00:01:18
    gdm-2.6.0.5-2 [################] 100% 2805K 28.6K/s 00:01:38
    gnome-panel-2.8.1-1 [################] 100% 2705K 24.5K/s 00:01:50
    heimdal-0.6.2-1 [################] 100% 1297K 17.6K/s 00:01:13
    gnome-vfs-2.8.2-1 [################] 100% 1479K 27.2K/s 00:00:54
    jack-audio-connection-ki [################] 100% 186K 26.6K/s 00:00:07
    gst-plugins-0.8.5-1 [################] 100% 1940K 19.0K/s 00:01:42
    gstreamer-0.8.7-1 [################] 100% 1511K 21.9K/s 00:01:09
    gtkhtml-3.2.3-1 [################] 100% 1246K 20.7K/s 00:01:00
    libsoup-2.2.1-1 [################] 100% 222K 29.2K/s 00:00:07
    mozilla-1.7.3-1 [################] 100% 16636K 25.8K/s 00:02:12
    nautilus-2.8.1-1 [################] 100% 4109K 10.0K/s 00:02:35
    perl-html-parser-3.36-1 [################] 100% 78K 24.1K/s 00:00:03
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts...
    error: the following file conflicts were found:
    heimdal: /usr/man/man8/rshd.8.gz: exists in filesystem
    errors occurred, no packages were upgraded.
    [root@gateway ~]# pacman -Ql /usr/man/man8/rshd.8.gz
    Package "/usr/man/man8/rshd.8.gz" was not found.
    [root@gateway ~]# pacman -Qo /usr/man/man8/rshd.8.gz
    /usr/man/man8/rshd.8.gz is owned by netkit-rsh 0.17-2
    [root@gateway ~]# pacman --version
    .--. Pacman v2.9.2
    / _.-' .-. .-. .-. Copyright (C) 2002-2004 Judd Vinet <[email protected]>
    '--' This program may be freely redistributed under
    the terms of the GNU General Public License
    [root@gateway ~]#
    Little addon ... maybe pacman could say something about "overwriting" files...
    if its intended to.. or should never ever happen... whatever.. maybe with msg's the pkg-distributer made himself (cuz at least he should know WHY of IF it should happen )
    this could be achieved by putting info in the pgk that there will be files to overwrite... so the user still is able to say "oh no don't touch it!" if he doesn't want pac'y to do that...
    like:
    REWORKDESTINATION=" /usr/man/man8/rshd.8.gz  /foo/bar"
    REWORKMESSAGE="1. just cuz im funny... <split> 2. heavy bugs fixed"
    [root@gateway ~]# pacman -S heimdal
    Targets: heimdal-0.6.2-1
    Total Package Size: 1.3 MB
    Proceed with upgrade? [Y/n]
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts...
    error: the following file conflicts were found:
    heimdal: /usr/man/man8/rshd.8.gz: exists in filesystem
    reworkinfo: Just cuz im funny...
    do you want to overwrite? (YES/no) :_
    so you could also -f pac'y and he simply overwrites exept things on the <b>HoldPkg !</b> (so you still feel save with some things )
    secondly
    it would be nice to make pacman capable to download/install pgk with given versions... but as far as i see there are a lot threats about that
    thirdly
    it would also be nice if a pkg you install could add things to the pacman.conf like NoUpgrade and HoldPkg. ... eg. updating cups ... it saves the configfiles.. yeah... but as .pacsave and cups is after restarting the deamons unuseable cuz it loads with the new ones ... the other way round would be nicer...
    so if you install cups the first time the pkg it self writes into pacman.conf:
    NoUpgrade /etc/cups/cupsd.conf /etc/cups/classes.conf /etc/cups/client.conf /etc/cups/mime.convs /etc/cups/mime.types /etc/cups/printes.conf
    maybe with a update function like:
    Syntax: update(file, method, string1, string2);
    example:
    update(pacman.conf,add,"NoUpdate NoUpgrade /etc/cups/cupsd.conf /etc/cups/classes.conf /etc/cups/client.conf /etc/cups/mime.convs /etc/cups/mime.types /etc/cups/printes.conf, )
    and when you remove the pkg it does automatically:
    update(pacman.conf, remove, "NoUpgrade /etc/cups/cupsd.conf /etc/cups/classes.conf /etc/cups/client.conf /etc/cups/mime.convs /etc/cups/mime.types /etc/cups/printes.conf", )
    this could also work with a substitute-method so in pkg-updates you can also update pacman.
    i think that would heavily increase the power of pacman - wich already is a realy mighty thing

    I like 1 and 3.... very good ideas - especially number 1.. it'd be nice to have overwrite functionality in packages
    about number 2 - this issue has been brought up ad nauseum.... Arch is considered by users and developers a "bleeding edge distro" - that is, Arch uses the newest packages, assuming they work.  allowing users to manually grab a non-bleeding edge package, or even downgrade their packages is, for lack of a better phrase, against policy.  If something is not functional in a given package, then Arch as a whole should be downgraded until the package is working.  If a new version replaces the old with differing functionality, the packages should be installed side-by-side (as is the case with gtk1 & gtk2, imlib & imlib2, and many more).
    In a bleeding edge distro, downgrading a package simply because a user "likes SomePackage 0.9 better than 1.0" is not worthwhile.  Package management would become so much more difficult and require much more space.
    If there is a problem with a package (i.e. "I upgraded to Blah 0.6.5 from 0.6.3 and it doesn't work now") then the problem is most likely on your system and should be fixed.  Blame the developers, blame yourself, whatever... the fact of the matter is you need to expect this sort of thing with Arch...

  • When restoring an iPhoto library I got an "unexpected error" message and the operation could not be completed. Is my best choice to try again?

    One of my external hard drives died. I had several iPhoto libraries in it. Fortunately, I used Time Machine to backup to a Time Capsule and I can see all the iPhoto library icons in Backups.
    When restoring the first iPhoto library, after three hours, I got an "unexpected error" message and the operation could not be completed. Indeed, the restored library is smaller than the library in Backups. Is my best choice to try again and replace the restored library (which apparently must be missing some photos)? It would mean another 3 hours plus of restoration with fingers crossed...
    Any suggestions? Thank you in advance!

    I am always suspicious of using a different OS to the one that was used to run the backup.. ie if you used Snow L to backup then there is absolutely nothing wrong with using SL to restore.
    Mount the TC sparsebundle and verify it using disk utility.
    A5 here. http://pondini.org/TM/Troubleshooting.html
    You might also like to load the widget in Time Machine so you get whatever the full error message is..
    I cannot find any reference to the error code you are getting..
    My recommendation would be to try it on a different computer.. restore the whole backup to an external drive large enough to accept the whole backup.
    Use the manual methods pondini recommends.
    http://pondini.org/TM/FAQ.html
    Q16 17
    Use ethernet only. Turn off wireless so it does not enter the situation.

  • Mac mini with Mountain lion fails to load and mount the os-10.6.3 install disk

    I'm trying to use the hardware test utility that should be on the applications disk.  When I put in either the install or application disk the drive kicks it out again after 15 or 20 seconds.  These disks will both load on my imac (late 2009) but of course won't install anything.
    Is this normal behavour or do I have a hardware problem?
    In addition I boot from my Mountain lion usb recovery drive but find nothing about the hardware testing utility local or online.
    I wanted to test memory.  Used memtest and shows no errors.  I also want to test everything else too.

    Thanks much folks for the replies and ideas.
    Here is more info that should have been in my first post.
    The mini is late 2009.
    It ejects the install os 10.6.3 original disks without mounting them BUT will load and mount any other dvd or cd that I have tried video, music or data.  When either of the Apple disks are inserted the drive does a low pitch vibration for several seconds then stops.  It repeats about five times then ejects.  No other disks vibrate this way.  The apple disks for the mini  do not vibrate or eject in the iMac.  They load and mount normally.
    I looked for an update for the EFIboot and couldnt see anything that I thought mached the mini.
    I have tried the NVPRAM reset with no change in behavour.
    Doing a startup with d key doesn't find the AHT.  I assume if it is on the mac-HD it would be found and run.
    There doesnt seem to be one on the recovery USB drive that I created.
    I did upgrade from SL to ML, no erase.
    BDAqua,  I'm not sure what you mean, "In fact, do 3 in a row, takes a bit of time."  Should I do 3 NVRAM resets in a row?
    I haven't tried the cleaning kit since all other disks give no problems or errors that I know of. 

  • Mounting ZFS filesystems: (1/10)cannot mount  directory is not empt(10/10

    Hi
    in zone:
    bash-3.00# reboot
    [NOTICE: Zone rebooting]
    SunOS Release 5.10 Version Generic_144488-17 64-bit
    Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
    Hostname: dbspfox1
    Reading ZFS config: done.
    Mounting ZFS filesystems: (1/10)cannot mount '/zonedev/dbspfox1/biblio/P622/dev': directory is not empt(10/10 )
    svc:/system/filesystem/local:default: WARNING: /usr/sbin/zfs mount -a failed: exit status 1
    Nov 4 10:07:33 svc.startd[12427]: svc:/system/filesystem/local:default: Method "/lib/svc/method/fs-local" fa iled with exit status 95.
    Nov 4 10:07:33 svc.startd[12427]: system/filesystem/local:default failed fatally: transitioned to maintenanc e (see 'svcs -xv' for details)
    For sure the directory in not empty, but the others too are not empty.
    bash-3.00# zfs list
    NAME USED AVAIL REFER MOUNTPOINT
    zonedev 236G 57.6G 23K /zonedev
    zonedev/dbspfox1 236G 57.6G 1.06G /zonedev/dbspfox1
    zonedev/dbspfox1/biblio 235G 57.6G 23K /zonedev/dbspfox1/biblio
    zonedev/dbspfox1/biblio/P622 235G 57.6G 10.4G /zonedev/dbspfox1/biblio/P622
    zonedev/dbspfox1/biblio/P622/31mars 81.3G 57.6G 47.3G /zonedev/dbspfox1/biblio/P622/31mars
    zonedev/dbspfox1/biblio/P622/31mars/data 34.0G 57.6G 34.0G /zonedev/dbspfox1/biblio/P622/31mars/data
    zonedev/dbspfox1/biblio/P622/dev 89.7G 57.6G 50.1G /zonedev/dbspfox1/biblio/P622/dev
    zonedev/dbspfox1/biblio/P622/dev/data 39.6G 57.6G 39.6G /zonedev/dbspfox1/biblio/P622/dev/data
    zonedev/dbspfox1/biblio/P622/preprod 53.3G 57.6G 12.9G /zonedev/dbspfox1/biblio/P622/preprod
    zonedev/dbspfox1/biblio/P622/preprod/data 40.4G 57.6G 40.4G /zonedev/dbspfox1/biblio/P622/preprod/data
    bash-3.00# svcs -xv
    svc:/system/filesystem/local:default (local file system mounts)
    State: maintenance since Fri Nov 04 10:07:33 2011
    Reason: Start method exited with $SMF_EXIT_ERR_FATAL.
    See: http://sun.com/msg/SMF-8000-KS
    See: /var/svc/log/system-filesystem-local:default.log
    Impact: 33 dependent services are not running:
    svc:/system/webconsole:console
    svc:/system/filesystem/autofs:default
    svc:/system/system-log:default
    svc:/milestone/multi-user:default
    svc:/milestone/multi-user-server:default
    svc:/application/autoreg:default
    svc:/application/stosreg:default
    svc:/application/graphical-login/cde-login:default
    svc:/application/cde-printinfo:default
    svc:/network/smtp:sendmail
    svc:/application/management/seaport:default
    svc:/application/management/snmpdx:default
    svc:/application/management/dmi:default
    svc:/application/management/sma:default
    svc:/network/sendmail-client:default
    svc:/network/ssh:default
    svc:/system/sysidtool:net
    svc:/network/rpc/bind:default
    svc:/network/nfs/nlockmgr:default
    svc:/network/nfs/client:default
    svc:/network/nfs/status:default
    svc:/network/nfs/cbd:default
    svc:/network/nfs/mapid:default
    svc:/network/inetd:default
    svc:/system/sysidtool:system
    svc:/system/postrun:default
    svc:/system/filesystem/volfs:default
    svc:/system/cron:default
    svc:/application/font/fc-cache:default
    svc:/system/boot-archive-update:default
    svc:/network/shares/group:default
    svc:/network/shares/group:zfs
    svc:/system/sac:default
    svc:/network/rpc/gss:default (Generic Security Service)
    State: uninitialized since Fri Nov 04 10:07:31 2011
    Reason: Restarter svc:/network/inetd:default is not running.
    See: http://sun.com/msg/SMF-8000-5H
    See: man -M /usr/share/man -s 1M gssd
    Impact: 17 dependent services are not running:
    svc:/network/nfs/client:default
    svc:/system/filesystem/autofs:default
    svc:/system/webconsole:console
    svc:/system/system-log:default
    svc:/milestone/multi-user:default
    svc:/milestone/multi-user-server:default
    svc:/application/autoreg:default
    svc:/application/stosreg:default
    svc:/application/graphical-login/cde-login:default
    svc:/application/cde-printinfo:default
    svc:/network/smtp:sendmail
    svc:/application/management/seaport:default
    svc:/application/management/snmpdx:default
    svc:/application/management/dmi:default
    svc:/application/management/sma:default
    svc:/network/sendmail-client:default
    svc:/network/ssh:default
    svc:/application/print/server:default (LP print server)
    State: disabled since Fri Nov 04 10:07:31 2011
    Reason: Disabled by an administrator.
    See: http://sun.com/msg/SMF-8000-05
    See: man -M /usr/share/man -s 1M lpsched
    Impact: 1 dependent service is not running:
    svc:/application/print/ipp-listener:default
    svc:/network/rpc/smserver:default (removable media management)
    State: uninitialized since Fri Nov 04 10:07:32 2011
    Reason: Restarter svc:/network/inetd:default is not running.
    See: http://sun.com/msg/SMF-8000-5H
    See: man -M /usr/share/man -s 1M rpc.smserverd
    Impact: 1 dependent service is not running:
    svc:/system/filesystem/volfs:default
    svc:/network/rpc/rstat:default (kernel statistics server)
    State: uninitialized since Fri Nov 04 10:07:31 2011
    Reason: Restarter svc:/network/inetd:default is not running.
    See: http://sun.com/msg/SMF-8000-5H
    See: man -M /usr/share/man -s 1M rpc.rstatd
    See: man -M /usr/share/man -s 1M rstatd
    Impact: 1 dependent service is not running:
    svc:/application/management/sma:default
    bash-3.00# df -h
    Filesystem size used avail capacity Mounted on
    / 59G 1.1G 58G 2% /
    /dev 59G 1.1G 58G 2% /dev
    /lib 261G 7.5G 253G 3% /lib
    /platform 261G 7.5G 253G 3% /platform
    /sbin 261G 7.5G 253G 3% /sbin
    /usr 261G 7.5G 253G 3% /usr
    proc 0K 0K 0K 0% /proc
    ctfs 0K 0K 0K 0% /system/contract
    mnttab 0K 0K 0K 0% /etc/mnttab
    objfs 0K 0K 0K 0% /system/object
    swap 2.1G 248K 2.1G 1% /etc/svc/volatile
    fd 0K 0K 0K 0% /dev/fd
    swap 2.1G 0K 2.1G 0% /tmp
    swap 2.1G 16K 2.1G 1% /var/run
    zonedev/dbspfox1/biblio
    293G 23K 58G 1% /zonedev/dbspfox1/biblio
    zonedev/dbspfox1/biblio/P622
    293G 10G 58G 16% /zonedev/dbspfox1/biblio/P622
    zonedev/dbspfox1/biblio/P622/31mars
    293G 47G 58G 46% /zonedev/dbspfox1/biblio/P622/31mars
    zonedev/dbspfox1/biblio/P622/31mars/data
    293G 34G 58G 38% /zonedev/dbspfox1/biblio/P622/31mars/data
    zonedev/dbspfox1/biblio/P622/dev/data
    293G 40G 58G 41% /zonedev/dbspfox1/biblio/P622/dev/data
    zonedev/dbspfox1/biblio/P622/preprod
    293G 13G 58G 19% /zonedev/dbspfox1/biblio/P622/preprod
    zonedev/dbspfox1/biblio/P622/preprod/data
    293G 40G 58G 42% /zonedev/dbspfox1/biblio/P622/preprod/data
    What i missed? what happen with zfs dev directory?
    thank you
    Walter

    Hi
    I finally found the problem.
    ZFS naming restrictions:
    names must begin with a letter
    Walter

  • Possible fix for errors 11503 and 50

    Here's a possible fix for Error 11503 and for error 50.
    It worked for me and hopefully it will work for you.
    I believe this error is caused by the incomplete downloading of either an update to an app. In my case it was caused by closing the lid on my laptop when I was downloading app updates on a very slow internet connection in a hotel.
    Anyway, here is what I did that fixed it completely.
    Close iTunes.
    Go to this folder : /iTunes/Mobile Applications/Downloads
    You'll find tmp files there. Drag them out of this folder to a temporary folder on your desktop. The Downloads folder should now be empty.
    Restart iTunes.
    All should be fine.
    If it is, delete the desktop folder with all the temp files.
    If it's not, then I can't help further, but that's what worked for me.

    Several possible causes from the info you gave
    Battery level low - recharge it for at least 4 hours till the full charge sign displays (2 prong icon instead of lightning icon).
    Time to Reset the iPod - Press the Menu and center Button for about 10 secs till the Apple logo comes ON, then let go of the buttons.
    your hardisk is starting to give problems, hence the skipping and some song refuse to play. - Do a disk diagnostic - follow this post by tt2.
         https://discussions.apple.com/message/17028567#17028567
    If you have updated any sofware application in Windows, then follow this Apple support procedure
    http://support.apple.com/kb/TS1539
    Most likely you have to do all, as the iPod hardisk filesystem would have been corrupted, or else the iPod Reset would bring it to normal operation.
    Good Luck!

  • "Firmware","disk error","can't mount it": Is this the end?

    "Firmware","disk error","can't mount it": Is this the end? My iShuffle is DEAD?
    I think it's dead but as my last breath i will try to find any different solution before to bury it. Sorry for my English, I am Brazilian, but I will try do my best for you understand me. It’s me who needs help.
    I have an iShuffle 512MB (purchase OUT2005), a mini iPod 6GB (purchase SET2005) and a PC running Windows XP SP2 (ADM Athlon XP 2600, HD 120GB, 512MB RAM, 6 USB 2.0).
    My mini iPod 6GB (miP6) works correctly with iTunes 5 or 6, with its original factory software and settings and now with iPod update October 2005. I don’t know if everything started when I first connected them two at the same time but they were working fine in the beginning.
    One day my iShuffle, connected to my PC USB and transferring music from iTunes, , started to turn off and turn on, that is, iTunes showed it connected and then disconnected even I wasn’t touching it. When it came back in iTunes I started to try to transfer music to it and this time it came off, and then came back without that music I tried to transfer in. This situation didn’t go better even when I try to change my iPod to the other five USB ports, neither in my Notebook (PC WinXP SP2). I have reinstalled iPod with the original CD software, reinstalled iTunes and all the things I read at this forum. The situation was going worse until now, I don’t know why, I can’t use it anymore. The current situation, after all I did – and I will explain what was - is:
    1) When I connect it to a USB in my PC or Notebook, windows recognize it as a mass storage device and iTunes don’t start automatically.
    2) I go to windows explorer and there it is, “Drive E: removable disk”, but…
    3) But it looks like a Drive, with no disk in it. It’s a kind of a CD-ROM drive with NO CD inside it. This way, I can’t format it because I can’t format a drive, just a disk, even partition it.
    4) When I connect it to other PCs (winXP), with no iPod software installed, the systems first recognize it as Apple iPod and then as USB Mass Storage device, but the same way at my PC: OKB.
    5) When I try to run iPod Updater I receive most of the times this message: “Can’t mount it”. Some times it recognizes it as an iPod but I receive the message, during the restoring original software process, “Firmware update failure. Disk write error”, as you can see here: http://www.ivan.med.br/ishuffle.jpg.
    6) So, to try to use Updater, at this time, is out of question. If there is anyway to save it, I think it must be through other software or adjustment, I don’t know. I will show you a brief of what I have done until now:
    “Windows-try”
    - Current updater. Reinstalled old updater and run too. Reinstalled iTunes and all this stuff.
    - Changed USB connection and reinstall USB drives.
    - Installed iShuffle at another machine the same way described in iShuffle Manual.
    - Tried to format it using windows explorer format tool and other no-windows native tools.
    - Used partition magic and other tool to try to build anything in it.
    - Used Click Administrative Tools, double-clicked Computer Management, and then clicked Disk Management in the left pane. Nothing appeared. When I connect my miP6 it is there, and everything works fine. Just remember.
    - Used Windows tools (CMD tools) as DiskPart and MountVol. Nothing.
    “DOS-Try”
    - I used a bootable win98 formatted floppy disk, with USB ASPI support, and the system recognized the two USB devices I have connected that time: my Apple “DEAD” iShuffle and my Pendrive. But it could not assign a letter to iSuffle device, only for the pendrive. I’ve used DUSE software too and the same answer, even with an instruction INT13 that allow me to use Fdisk. But even Fdisk could not recognize the iPod as a Disk.
    So, this is my story. If anyone could understand it and know anything better than to bury it, send me your message, PLEASE. If you want to send me any software or tool you think can help me, my e-mail address

    Same problem in the US...after 1 week of use, hit the reverse button while playing and it stopped, never to resume. Tried the latest software updater for both the ipod and itunes, and received the Ipod Service and Can't Mount Errors. After multiple attempts, all I get is the updater screen stating Initializing.. Additionally, when I tried to reinstall, it stated that the ipod needed to be formatted, yet I received a message that the ipod couldn't communicate. Seems like too many people are having the same issue!

  • [Solved]Can't install Thunar, 'index.theme exists in filesystem' error

    Hi,
    I'm trying to install Thunar via 'pacman -S thunar'.   The packages downloaded fine, but after that, I get this output:
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    hicolor-icon-theme: /usr/share/icons/hicolor/index.theme exists in filesystem
    Errors occured, no packages were upgraded.
    Any idea what's wrong?   I would simply go and remove the conflicting file, but I don't know if anything's using it.   I'm using a almost-fresh install of Arch with Openbox.
    Last edited by vertimyst (2009-02-25 04:44:53)

    Thanks for the advice - I made a backup of the file just in case before deleting it, and Thunar installed fine after that.   Nothing seems broken (yet).
    Thanks again!

Maybe you are looking for

  • Mm-srv, PO, MS0000 - How to calculate the tax (navs)?

    Hi, I'm working on standard pricing MS0000. I changed the type of condition NAVS: Cond. class   D Taxes Calculat.type B Fixed Cond.category D Tax Manual entries      D Not possible to process manually RefConType    NAVS RefApplicatio M I added the se

  • Does anyone have a problem with the ipad air screen?

    I bought an ipad air last week and the left edge of the screen was darker than the other side. It was obvious so I just returned it and bought a new one since the store didn't have the same style in storage. I bought another one from another retailer

  • Kernel panics on OS X Lion

    i use Macbook Pro 13"  Mid 2009, when snow leopard run on my mac, i almost never taste how annoying the kernel panics. when i run os x lion, everything change, everyday at least 3 times per day i get kernel panics. i dont know why, after update to 10

  • Depreciation external  number range

    Hi, I am having one doubt: the depreciation posting always happens with external document number range If the external no range tick is not clicked then the system should take the internal number range. But if the check is not ticked then the system

  • Accounts Receivable Analysis: Error in DataStore object 0FIAR_O03

    Hi! I am facing with accounts Receivable Analysis Best Practice. When I try to activate the both DataStore Oobject 0FIAR_O06 and 0FIAR_O03 in tcode RSORBCT I get the following error: Data source 0DBDUNS_IMPORT_ATTR not maintained- RSAU231 Can some on