linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* AHCI SATA DVD writing issue
@ 2008-03-20 11:16 davor emard
  2008-03-29 12:46 ` Tejun Heo
  0 siblings, 1 reply; 7+ messages in thread
From: davor emard @ 2008-03-20 11:16 UTC (permalink / raw)
  To: linux-ide

HI
I've seen your mail in kernel ahci.c and I'm not sure if I addressed
the right place to report thos but you are my starting point :-)

I have sata dvd writer issues. Have tried pioneer dvr215 and optiarc 7173S
connected on intel and marvell 6145 port. I updated the motherboard
bios (that has some marvell firmware onboard) up to the latest.
marvell sata port gave me the better results but not too good
both sata's are ahci compliant, so using ahci.c driver in kernel.

I compiled 2.6.24.3 on amd64 but the similar problems existed even before
on earlier kernels from 2.6.20 when when I started trying with this
and now I think It's my duty to start reporting this at last

I tried scsi cdrom with and without support for vendor-specific ioctls
doesn't matter

On intel sata hardware I cannot flash optiarc drive from linux
(drive not detected).

On marvell 6145 sata flashing works to the optiarc drive
(program autodetects the drive from sg and sr-mod driver).
Flash program on linux also detects the pioneer but the linux
flashing support is not stable to this program so I haven't tried it

I can also write correct iso image from pioneer and optiarc using
growisofs -Z /dev/scd0=image.iso
I can mount the disc with pioneer
mount /dev/scd0 /mnt and it works
I cannot do the mount with optiarc, mount waits a long
time and in kernel log appears something like

Mar 19 01:18:32 emard kernel: ata6.00: exception Emask 0x0 SAct 0x0
SErr 0x0 action 0x2 f
Mar 19 01:18:32 emard kernel: ata6.00: cmd
a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio
Mar 19 01:18:32 emard kernel: cdb ac 00 00 00 00 00 00 00 00
01 03 00 00 00 00
Mar 19 01:18:32 emard kernel: res
40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4
Mar 19 01:18:32 emard kernel: ata6.00: status: { DRDY }

and once this appears, both optiarc and pioneer connected refuse
to work with messages like

Mar 19 01:18:32 emard kernel: ata6: hard resetting link
Mar 19 01:18:34 emard kernel: ata6: failed to reset engine (errno=-5)
Mar 19 01:18:34 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113
SControl 300)
Mar 19 01:19:04 emard kernel: ata6.00: qc timeout (cmd 0xa1)
Mar 19 01:19:04 emard kernel: ata6.00: failed to IDENTIFY (I/O error,
err_mask=0x4)
Mar 19 01:19:04 emard kernel: ata6.00: revalidation failed (errno=-5)
Mar 19 01:19:04 emard kernel: ata6: failed to recover some devices,
retrying in 5 secs
Mar 19 01:19:09 emard kernel: ata6: hard resetting link

I need to reboot to get them "working" again

Also using the dvd from wodim is particularly very broken.
if I try to autodetect pionner
wodim dev=/dev/scd0 -scanbus
it will produce in the log something like

Mar 19 01:18:32 emard kernel: ata6.00: exception Emask 0x0 SAct 0x0
SErr 0x0 action 0x2 f
Mar 19 01:18:32 emard kernel: ata6.00: cmd
a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio
Mar 19 01:18:32 emard kernel: cdb ac 00 00 00 00 00 00 00 00
01 03 00 00 00 00
Mar 19 01:18:32 emard kernel: res
40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4
Mar 19 01:18:32 emard kernel: ata6.00: status: { DRDY }

and after a long time, wodim will even print correct device and
capabilities of pioneer, but nothing else on sata will work from
this point (unless I reboot again).

Any following wodim dev=/dev/scd0 -scanbus
will report nothing and of course drives will not work from this point on

if I use wodim to autodetect optiarc
wodim dev=/dev/scd1 -scanbus
then it will report above sata exception but after some shorter
pause then drive will be correctly detected with wodim gives me
a hard scsi error report, but the drive will continue being autodetectable
so following wodim dev=/dev/scd1 -scanbus will again report the optiarc
device correctly

What do you say, is it easy to get rid of this ata exception errors that
hose up the sata bus?

Best regards, Davor

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AHCI SATA DVD writing issue
  2008-03-20 11:16 AHCI SATA DVD writing issue davor emard
@ 2008-03-29 12:46 ` Tejun Heo
  2008-04-01 22:26   ` davor emard
  0 siblings, 1 reply; 7+ messages in thread
From: Tejun Heo @ 2008-03-29 12:46 UTC (permalink / raw)
  To: davor emard; +Cc: linux-ide

Hello,

davor emard wrote:
> I've seen your mail in kernel ahci.c and I'm not sure if I addressed
> the right place to report thos but you are my starting point :-)

Yeap, it's the right place.

> I have sata dvd writer issues. Have tried pioneer dvr215 and optiarc 7173S
> connected on intel and marvell 6145 port. I updated the motherboard
> bios (that has some marvell firmware onboard) up to the latest.
> marvell sata port gave me the better results but not too good
> both sata's are ahci compliant, so using ahci.c driver in kernel.
> 
> I compiled 2.6.24.3 on amd64 but the similar problems existed even before
> on earlier kernels from 2.6.20 when when I started trying with this
> and now I think It's my duty to start reporting this at last
> 
> I tried scsi cdrom with and without support for vendor-specific ioctls
> doesn't matter
> 
> On intel sata hardware I cannot flash optiarc drive from linux
> (drive not detected).
> 
> On marvell 6145 sata flashing works to the optiarc drive
> (program autodetects the drive from sg and sr-mod driver).
> Flash program on linux also detects the pioneer but the linux
> flashing support is not stable to this program so I haven't tried it
> 
> I can also write correct iso image from pioneer and optiarc using
> growisofs -Z /dev/scd0=image.iso
> I can mount the disc with pioneer
> mount /dev/scd0 /mnt and it works
> I cannot do the mount with optiarc, mount waits a long
> time and in kernel log appears something like
> 
> Mar 19 01:18:32 emard kernel: ata6.00: exception Emask 0x0 SAct 0x0
> SErr 0x0 action 0x2 f
> Mar 19 01:18:32 emard kernel: ata6.00: cmd
> a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio
> Mar 19 01:18:32 emard kernel: cdb ac 00 00 00 00 00 00 00 00
> 01 03 00 00 00 00
> Mar 19 01:18:32 emard kernel: res
> 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4
> Mar 19 01:18:32 emard kernel: ata6.00: status: { DRDY }

0xAC is GET PERFORMANCE.  There's no in-kernel code which issues the 
command and it's not the most likely one to get issued during mount.

> and once this appears, both optiarc and pioneer connected refuse
> to work with messages like

That is really weird.  Ports on these SATA controllers are very 
independent from each other.  Unless IRQ delivery gets hosed by IRQ 
storm, failure on one port almost never affects others.

> Mar 19 01:18:32 emard kernel: ata6: hard resetting link
> Mar 19 01:18:34 emard kernel: ata6: failed to reset engine (errno=-5)
> Mar 19 01:18:34 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113
> SControl 300)
> Mar 19 01:19:04 emard kernel: ata6.00: qc timeout (cmd 0xa1)
> Mar 19 01:19:04 emard kernel: ata6.00: failed to IDENTIFY (I/O error,
> err_mask=0x4)
> Mar 19 01:19:04 emard kernel: ata6.00: revalidation failed (errno=-5)
> Mar 19 01:19:04 emard kernel: ata6: failed to recover some devices,
> retrying in 5 secs
> Mar 19 01:19:09 emard kernel: ata6: hard resetting link
> 
> I need to reboot to get them "working" again

Can you please post full kernel log from boot through the initial and 
following failures?  Preferably with PRINTK_TIMESTAMP turned on but just 
attaching syslog file should do too.

> Also using the dvd from wodim is particularly very broken.
> if I try to autodetect pionner
> wodim dev=/dev/scd0 -scanbus
> it will produce in the log something like
> 
> Mar 19 01:18:32 emard kernel: ata6.00: exception Emask 0x0 SAct 0x0
> SErr 0x0 action 0x2 f
> Mar 19 01:18:32 emard kernel: ata6.00: cmd
> a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio
> Mar 19 01:18:32 emard kernel: cdb ac 00 00 00 00 00 00 00 00
> 01 03 00 00 00 00
> Mar 19 01:18:32 emard kernel: res
> 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4
> Mar 19 01:18:32 emard kernel: ata6.00: status: { DRDY }

0xAC again.

> and after a long time, wodim will even print correct device and
> capabilities of pioneer, but nothing else on sata will work from
> this point (unless I reboot again).
> 
> Any following wodim dev=/dev/scd0 -scanbus
> will report nothing and of course drives will not work from this point on
> 
> if I use wodim to autodetect optiarc
> wodim dev=/dev/scd1 -scanbus
> then it will report above sata exception but after some shorter
> pause then drive will be correctly detected with wodim gives me
> a hard scsi error report, but the drive will continue being autodetectable
> so following wodim dev=/dev/scd1 -scanbus will again report the optiarc
> device correctly
> 
> What do you say, is it easy to get rid of this ata exception errors that
> hose up the sata bus?

Can't really tell at this point.  Let's see.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AHCI SATA DVD writing issue
  2008-03-29 12:46 ` Tejun Heo
@ 2008-04-01 22:26   ` davor emard
  2008-04-02  0:22     ` Tejun Heo
  0 siblings, 1 reply; 7+ messages in thread
From: davor emard @ 2008-04-01 22:26 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide

[-- Attachment #1: Type: text/plain, Size: 1138 bytes --]

HI!!

Here is capture of the syslog as you requested.
I have a LG on ide, and pioneer and optiarc on sata (marvell 6145)
(see my "lsscsi.txt")

First I tried wodim -devices then were lots of ata errors and
timeouts and after some time wodim printed "wodim-devices-1.txt"
where it recognized LG and pioneer but not optiarc.
But next time I run wodim -devices it doesn't
recognize even pioneer (only IDE LG drive is listed)
"wodim-devices-2.txt"
The syslog dump of the above test is in "syslog-devices.txt"

Next I rebooted and tried mounting.
First I mounted a CD normally on pioneer. Then I ejected
it from pioneer and inserted into optiarc.
Interesting that hal daemon printed corrected CD name
from optiarc.
But then I tried mounting to optiarc, ata errors appeared and
mount gave up after long time.
Then I ejected from optiarc and tried to mount to pioneer
again but this time pioneer doesn't work either -
Buffer I/O error on device sr0, logical block 329952
See the test in "syslog-mounting.txt"

I also attach my kernel config. I used normal unpatched
2.6.24.4 on amd64, I compiled it myself on debian testing

Best regards, Davor

[-- Attachment #2: lsscsi.txt --]
[-- Type: text/plain, Size: 250 bytes --]

[0:0:0:0]    disk    ATA      Hitachi HDT72503 V54O  /dev/sda
[1:0:0:0]    disk    ATA      Hitachi HDT72503 V54O  /dev/sdb
[5:0:0:0]    cd/dvd  PIONEER  DVD-RW  DVR-215D 1.18  /dev/scd0
[6:0:0:0]    cd/dvd  Optiarc  DVD RW AD-7173S  1-02  /dev/scd1

[-- Attachment #3: wodim-devices-1.txt --]
[-- Type: text/plain, Size: 313 bytes --]

wodim: Overview of accessible drives (2 found) :
-------------------------------------------------------------------------
 0  dev='/dev/scd0'	rwrw-- : 'PIONEER' 'DVD-RW  DVR-215D'
 1  dev='/dev/hdb'	rwrw-- : 'HL-DT-ST' 'DVDRAM GSA-4167B'
-------------------------------------------------------------------------

[-- Attachment #4: wodim-devices-2.txt --]
[-- Type: text/plain, Size: 255 bytes --]

wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
 0  dev='/dev/hdb'	rwrw-- : 'HL-DT-ST' 'DVDRAM GSA-4167B'
-------------------------------------------------------------------------

[-- Attachment #5: syslog-devices.txt --]
[-- Type: text/plain, Size: 43156 bytes --]

Apr  1 23:40:12 emard syslogd 1.5.0#2: restart.
Apr  1 23:40:12 emard kernel: klogd 1.5.0#2, log source = /proc/kmsg started.
Apr  1 23:40:12 emard kernel: 6>ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Apr  1 23:40:12 emard kernel: ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] -  D1, should be C4 [20070126]
Apr  1 23:40:12 emard kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Apr  1 23:40:12 emard kernel: pnp: PnP ACPI init
Apr  1 23:40:12 emard kernel: ACPI: bus type pnp registered
Apr  1 23:40:12 emard kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
Apr  1 23:40:12 emard kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr  1 23:40:12 emard kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
Apr  1 23:40:12 emard kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr  1 23:40:12 emard kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
Apr  1 23:40:12 emard kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
Apr  1 23:40:12 emard kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
Apr  1 23:40:12 emard kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0401 (active)
Apr  1 23:40:12 emard kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  1 23:40:12 emard kernel: pnp 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  1 23:40:12 emard kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0103 (active)
Apr  1 23:40:12 emard kernel: pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
Apr  1 23:40:12 emard kernel: pnp 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  1 23:40:12 emard kernel: pnp 00:0d: Plug and Play ACPI device, IDs PNP0501 (active)
Apr  1 23:40:12 emard kernel: pnp 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  1 23:40:12 emard kernel: pnp 00:0f: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr  1 23:40:12 emard kernel: pnp: PnP ACPI: found 16 devices
Apr  1 23:40:12 emard kernel: ACPI: ACPI bus type pnp unregistered
Apr  1 23:40:12 emard kernel: SCSI subsystem initialized
Apr  1 23:40:12 emard kernel: libata version 3.00 loaded.
Apr  1 23:40:12 emard kernel: PCI: Using ACPI for IRQ routing
Apr  1 23:40:12 emard kernel: PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Apr  1 23:40:12 emard kernel: PCI-GART: No AMD northbridge found.
Apr  1 23:40:12 emard kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Apr  1 23:40:12 emard kernel: hpet0: 3 64-bit timers, 14318180 Hz
Apr  1 23:40:12 emard kernel: Time: tsc clocksource has been installed.
Apr  1 23:40:12 emard kernel: pnp: the driver 'system' has been registered
Apr  1 23:40:12 emard kernel: system 00:01: iomem range 0xfed13000-0xfed19fff has been reserved
Apr  1 23:40:12 emard kernel: system 00:01: driver attached
Apr  1 23:40:12 emard kernel: system 00:08: ioport range 0x290-0x297 has been reserved
Apr  1 23:40:12 emard kernel: system 00:08: driver attached
Apr  1 23:40:12 emard kernel: system 00:09: ioport range 0x4d0-0x4d1 has been reserved
Apr  1 23:40:12 emard kernel: system 00:09: ioport range 0x800-0x87f has been reserved
Apr  1 23:40:12 emard kernel: system 00:09: ioport range 0x400-0x41f has been reserved
Apr  1 23:40:12 emard kernel: system 00:09: ioport range 0x480-0x4bf has been reserved
Apr  1 23:40:12 emard kernel: system 00:09: iomem range 0xfed1c000-0xfed1ffff has been reserved
Apr  1 23:40:12 emard kernel: system 00:09: iomem range 0xfed20000-0xfed3ffff has been reserved
Apr  1 23:40:12 emard kernel: system 00:09: iomem range 0xfed50000-0xfed8ffff has been reserved
Apr  1 23:40:12 emard kernel: system 00:09: iomem range 0xffb00000-0xffbfffff could not be reserved
Apr  1 23:40:12 emard kernel: system 00:09: iomem range 0xfff00000-0xffffffff could not be reserved
Apr  1 23:40:12 emard kernel: system 00:09: driver attached
Apr  1 23:40:12 emard kernel: system 00:0c: iomem range 0xfec00000-0xfec00fff has been reserved
Apr  1 23:40:12 emard kernel: system 00:0c: iomem range 0xfee00000-0xfee00fff could not be reserved
Apr  1 23:40:12 emard kernel: system 00:0c: driver attached
Apr  1 23:40:12 emard kernel: system 00:0e: iomem range 0xf0000000-0xf3ffffff has been reserved
Apr  1 23:40:12 emard kernel: system 00:0e: driver attached
Apr  1 23:40:12 emard kernel: system 00:0f: iomem range 0x0-0x9ffff could not be reserved
Apr  1 23:40:12 emard kernel: system 00:0f: iomem range 0xc0000-0xdffff has been reserved
Apr  1 23:40:12 emard kernel: system 00:0f: iomem range 0xe0000-0xfffff could not be reserved
Apr  1 23:40:12 emard kernel: system 00:0f: iomem range 0x100000-0x7fffffff could not be reserved
Apr  1 23:40:12 emard kernel: system 00:0f: iomem range 0x0-0x0 could not be reserved
Apr  1 23:40:12 emard kernel: system 00:0f: driver attached
Apr  1 23:40:12 emard kernel: PCI: Bridge: 0000:00:01.0
Apr  1 23:40:12 emard kernel:   IO window: disabled.
Apr  1 23:40:12 emard kernel:   MEM window: edf00000-efffffff
Apr  1 23:40:12 emard kernel:   PREFETCH window: d0000000-dfffffff
Apr  1 23:40:12 emard kernel: PCI: Bridge: 0000:00:1c.0
Apr  1 23:40:12 emard kernel:   IO window: disabled.
Apr  1 23:40:12 emard kernel:   MEM window: disabled.
Apr  1 23:40:12 emard kernel:   PREFETCH window: cff00000-cfffffff
Apr  1 23:40:12 emard kernel: PCI: Bridge: 0000:00:1c.4
Apr  1 23:40:12 emard kernel:   IO window: e000-efff
Apr  1 23:40:12 emard kernel:   MEM window: ede00000-edefffff
Apr  1 23:40:12 emard kernel:   PREFETCH window: disabled.
Apr  1 23:40:12 emard kernel: PCI: Bridge: 0000:00:1c.5
Apr  1 23:40:12 emard kernel:   IO window: d000-dfff
Apr  1 23:40:12 emard kernel:   MEM window: edd00000-eddfffff
Apr  1 23:40:12 emard kernel:   PREFETCH window: disabled.
Apr  1 23:40:12 emard kernel: PCI: Bridge: 0000:00:1e.0
Apr  1 23:40:12 emard kernel:   IO window: c000-cfff
Apr  1 23:40:12 emard kernel:   MEM window: edc00000-edcfffff
Apr  1 23:40:12 emard kernel:   PREFETCH window: disabled.
Apr  1 23:40:12 emard kernel: ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
Apr  1 23:40:12 emard kernel: PCI: Setting latency timer of device 0000:00:01.0 to 64
Apr  1 23:40:12 emard kernel: ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
Apr  1 23:40:12 emard kernel: PCI: Setting latency timer of device 0000:00:1c.0 to 64
Apr  1 23:40:12 emard kernel: ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 16 (level, low) -> IRQ 16
Apr  1 23:40:12 emard kernel: PCI: Setting latency timer of device 0000:00:1c.4 to 64
Apr  1 23:40:12 emard kernel: ACPI: PCI Interrupt 0000:00:1c.5[B] -> GSI 17 (level, low) -> IRQ 17
Apr  1 23:40:12 emard kernel: PCI: Setting latency timer of device 0000:00:1c.5 to 64
Apr  1 23:40:12 emard kernel: PCI: Setting latency timer of device 0000:00:1e.0 to 64
Apr  1 23:40:12 emard kernel: NET: Registered protocol family 2
Apr  1 23:40:12 emard kernel: IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
Apr  1 23:40:12 emard kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
Apr  1 23:40:12 emard kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Apr  1 23:40:12 emard kernel: TCP: Hash tables configured (established 262144 bind 65536)
Apr  1 23:40:12 emard kernel: TCP reno registered
Apr  1 23:40:12 emard kernel: checking if image is initramfs... it is
Apr  1 23:40:12 emard kernel: Freeing initrd memory: 3145k freed
Apr  1 23:40:12 emard kernel: khelper used greatest stack depth: 6216 bytes left
Apr  1 23:40:12 emard kernel: IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
Apr  1 23:40:12 emard kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Apr  1 23:40:12 emard kernel: SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
Apr  1 23:40:12 emard kernel: SGI XFS Quota Management subsystem
Apr  1 23:40:12 emard kernel: io scheduler noop registered
Apr  1 23:40:12 emard kernel: io scheduler anticipatory registered (default)
Apr  1 23:40:12 emard kernel: io scheduler deadline registered
Apr  1 23:40:12 emard kernel: io scheduler cfq registered
Apr  1 23:40:12 emard kernel: Boot video device is 0000:05:00.0
Apr  1 23:40:12 emard kernel: PCI: Setting latency timer of device 0000:00:01.0 to 64
Apr  1 23:40:12 emard kernel: assign_interrupt_mode Found MSI capability
Apr  1 23:40:12 emard kernel: Allocate Port Service[0000:00:01.0:pcie00]
Apr  1 23:40:12 emard kernel: PCI: Setting latency timer of device 0000:00:1c.0 to 64
Apr  1 23:40:12 emard kernel: assign_interrupt_mode Found MSI capability
Apr  1 23:40:12 emard kernel: Allocate Port Service[0000:00:1c.0:pcie00]
Apr  1 23:40:12 emard kernel: PCI: Setting latency timer of device 0000:00:1c.4 to 64
Apr  1 23:40:12 emard kernel: assign_interrupt_mode Found MSI capability
Apr  1 23:40:12 emard kernel: Allocate Port Service[0000:00:1c.4:pcie00]
Apr  1 23:40:12 emard kernel: PCI: Setting latency timer of device 0000:00:1c.5 to 64
Apr  1 23:40:12 emard kernel: assign_interrupt_mode Found MSI capability
Apr  1 23:40:12 emard kernel: Allocate Port Service[0000:00:1c.5:pcie00]
Apr  1 23:40:12 emard kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Apr  1 23:40:12 emard kernel: hpet_resources: 0xfed00000 is busy
Apr  1 23:40:12 emard kernel: Linux agpgart interface v0.102
Apr  1 23:40:12 emard kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
Apr  1 23:40:12 emard kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Apr  1 23:40:12 emard kernel: pnp: the driver 'serial' has been registered
Apr  1 23:40:12 emard kernel: 00:0d: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Apr  1 23:40:12 emard kernel: serial 00:0d: driver attached
Apr  1 23:40:12 emard kernel: Floppy drive(s): fd0 is 1.44M
Apr  1 23:40:12 emard kernel: FDC 0 is a post-1991 82077
Apr  1 23:40:12 emard kernel: RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
Apr  1 23:40:12 emard kernel: loop: module loaded
Apr  1 23:40:12 emard kernel: Driver 'sd' needs updating - please use bus_type methods
Apr  1 23:40:12 emard kernel: ahci 0000:00:1f.2: version 3.0
Apr  1 23:40:12 emard kernel: ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 23 (level, low) -> IRQ 23
Apr  1 23:40:12 emard kernel: Switched to high resolution mode on CPU 1
Apr  1 23:40:12 emard kernel: Switched to high resolution mode on CPU 0
Apr  1 23:40:12 emard kernel: ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
Apr  1 23:40:12 emard kernel: ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part 
Apr  1 23:40:12 emard kernel: PCI: Setting latency timer of device 0000:00:1f.2 to 64
Apr  1 23:40:12 emard kernel: scsi0 : ahci
Apr  1 23:40:12 emard kernel: scsi1 : ahci
Apr  1 23:40:12 emard kernel: scsi2 : ahci
Apr  1 23:40:12 emard kernel: scsi3 : ahci
Apr  1 23:40:12 emard kernel: ata1: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffd00 irq 23
Apr  1 23:40:12 emard kernel: ata2: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffd80 irq 23
Apr  1 23:40:12 emard kernel: ata3: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffe00 irq 23
Apr  1 23:40:12 emard kernel: ata4: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffe80 irq 23
Apr  1 23:40:12 emard kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Apr  1 23:40:12 emard kernel: ata1.00: ATA-7: Hitachi HDT725032VLA360, V54OA73A, max UDMA/133
Apr  1 23:40:12 emard kernel: ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
Apr  1 23:40:12 emard kernel: ata1.00: configured for UDMA/133
Apr  1 23:40:12 emard kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Apr  1 23:40:12 emard kernel: ata2.00: ATA-7: Hitachi HDT725032VLA360, V54OA73A, max UDMA/133
Apr  1 23:40:12 emard kernel: ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
Apr  1 23:40:12 emard kernel: ata2.00: configured for UDMA/133
Apr  1 23:40:12 emard kernel: ata3: SATA link down (SStatus 0 SControl 300)
Apr  1 23:40:12 emard kernel: ata4: SATA link down (SStatus 0 SControl 300)
Apr  1 23:40:12 emard kernel: scsi 0:0:0:0: Direct-Access     ATA      Hitachi HDT72503 V54O PQ: 0 ANSI: 5
Apr  1 23:40:12 emard kernel: sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
Apr  1 23:40:12 emard kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr  1 23:40:12 emard kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr  1 23:40:12 emard kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  1 23:40:12 emard kernel: sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
Apr  1 23:40:12 emard kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr  1 23:40:12 emard kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr  1 23:40:12 emard kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  1 23:40:12 emard kernel:  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 >
Apr  1 23:40:12 emard kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Apr  1 23:40:12 emard kernel: scsi 1:0:0:0: Direct-Access     ATA      Hitachi HDT72503 V54O PQ: 0 ANSI: 5
Apr  1 23:40:12 emard kernel: sd 1:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
Apr  1 23:40:12 emard kernel: sd 1:0:0:0: [sdb] Write Protect is off
Apr  1 23:40:12 emard kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Apr  1 23:40:12 emard kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  1 23:40:12 emard kernel: sd 1:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
Apr  1 23:40:12 emard kernel: sd 1:0:0:0: [sdb] Write Protect is off
Apr  1 23:40:12 emard kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Apr  1 23:40:12 emard kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  1 23:40:12 emard kernel:  sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 sdb8 sdb9 >
Apr  1 23:40:12 emard kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Apr  1 23:40:12 emard kernel: ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
Apr  1 23:40:12 emard kernel: ahci 0000:02:00.0: controller can't do NCQ, turning off CAP_NCQ
Apr  1 23:40:12 emard kernel: ahci 0000:02:00.0: MV_AHCI HACK: port_map 0 -> 0
Apr  1 23:40:12 emard kernel: ahci 0000:02:00.0: nr_ports (5) and implemented port map (0xf) don't match, using nr_ports
Apr  1 23:40:12 emard kernel: ahci 0000:02:00.0: forcing PORTS_IMPL to 0x1f
Apr  1 23:40:12 emard kernel: ahci 0000:02:00.0: AHCI 0001.0000 32 slots 5 ports 3 Gbps 0x1f impl RAID mode
Apr  1 23:40:12 emard kernel: ahci 0000:02:00.0: flags: 64bit stag pmp slum part 
Apr  1 23:40:12 emard kernel: PCI: Setting latency timer of device 0000:02:00.0 to 64
Apr  1 23:40:12 emard kernel: scsi4 : ahci
Apr  1 23:40:12 emard kernel: scsi5 : ahci
Apr  1 23:40:12 emard kernel: scsi6 : ahci
Apr  1 23:40:12 emard kernel: scsi7 : ahci
Apr  1 23:40:12 emard kernel: scsi8 : ahci
Apr  1 23:40:12 emard kernel: ata5: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffd00 irq 17
Apr  1 23:40:12 emard kernel: ata6: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffd80 irq 17
Apr  1 23:40:12 emard kernel: ata7: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffe00 irq 17
Apr  1 23:40:12 emard kernel: ata8: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffe80 irq 17
Apr  1 23:40:12 emard kernel: ata9: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddfff00 irq 17
Apr  1 23:40:12 emard kernel: ata5: SATA link down (SStatus 0 SControl 300)
Apr  1 23:40:12 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  1 23:40:12 emard kernel: ata6.00: ATAPI: PIONEER DVD-RW  DVR-215D, 1.18, max UDMA/66
Apr  1 23:40:12 emard kernel: ata6.00: configured for UDMA/66
Apr  1 23:40:12 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  1 23:40:12 emard kernel: ata7.00: ATAPI: Optiarc DVD RW AD-7173S, 1-02, max UDMA/66
Apr  1 23:40:12 emard kernel: ata7.00: configured for UDMA/66
Apr  1 23:40:12 emard kernel: ata8: SATA link down (SStatus 0 SControl 300)
Apr  1 23:40:12 emard kernel: ata9: SATA link down (SStatus 0 SControl 0)
Apr  1 23:40:12 emard kernel: scsi 5:0:0:0: CD-ROM            PIONEER  DVD-RW  DVR-215D 1.18 PQ: 0 ANSI: 5
Apr  1 23:40:12 emard kernel: scsi 6:0:0:0: CD-ROM            Optiarc  DVD RW AD-7173S  1-02 PQ: 0 ANSI: 5
Apr  1 23:40:12 emard kernel: pnp: the driver 'i8042 kbd' has been registered
Apr  1 23:40:12 emard kernel: i8042 kbd 00:0b: driver attached
Apr  1 23:40:12 emard kernel: pnp: the driver 'i8042 aux' has been registered
Apr  1 23:40:12 emard kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Apr  1 23:40:12 emard kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Apr  1 23:40:12 emard kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr  1 23:40:12 emard kernel: mice: PS/2 mouse device common for all mice
Apr  1 23:40:12 emard kernel: input: AT Translated Set 2 keyboard as /class/input/input0
Apr  1 23:40:12 emard kernel: md: raid1 personality registered for level 1
Apr  1 23:40:12 emard kernel: device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@redhat.com
Apr  1 23:40:12 emard kernel: cpuidle: using governor ladder
Apr  1 23:40:12 emard kernel: cpuidle: using governor menu
Apr  1 23:40:12 emard kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Apr  1 23:40:12 emard kernel: NET: Registered protocol family 1
Apr  1 23:40:12 emard kernel: NET: Registered protocol family 17
Apr  1 23:40:12 emard kernel: NET: Registered protocol family 15
Apr  1 23:40:12 emard kernel: RPC: Registered udp transport module.
Apr  1 23:40:12 emard kernel: RPC: Registered tcp transport module.
Apr  1 23:40:12 emard kernel: Freeing unused kernel memory: 236k freed
Apr  1 23:40:12 emard kernel: framebuffer used greatest stack depth: 6200 bytes left
Apr  1 23:40:12 emard kernel: ACPI: SSDT 7FF4E0C0, 01C6 (r1    AMI   CPU1PM        1 INTL 20060113)
Apr  1 23:40:12 emard kernel: ACPI: Processor [CPU1] (supports 8 throttling states)
Apr  1 23:40:12 emard kernel: ACPI: SSDT 7FF4E290, 013A (r1    AMI   CPU2PM        1 INTL 20060113)
Apr  1 23:40:12 emard kernel: ACPI: Processor [CPU2] (supports 8 throttling states)
Apr  1 23:40:12 emard kernel: ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
Apr  1 23:40:12 emard kernel: ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
Apr  1 23:40:12 emard kernel: modprobe used greatest stack depth: 5552 bytes left
Apr  1 23:40:12 emard kernel: Driver 'sr' needs updating - please use bus_type methods
Apr  1 23:40:12 emard kernel: sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Apr  1 23:40:12 emard kernel: Uniform CD-ROM driver Revision: 3.20
Apr  1 23:40:12 emard kernel: sr 5:0:0:0: Attached scsi CD-ROM sr0
Apr  1 23:40:12 emard kernel: sr1: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Apr  1 23:40:12 emard kernel: sr 6:0:0:0: Attached scsi CD-ROM sr1
Apr  1 23:40:12 emard kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Apr  1 23:40:12 emard kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Apr  1 23:40:12 emard kernel: sr 5:0:0:0: Attached scsi generic sg2 type 5
Apr  1 23:40:12 emard kernel: sr 6:0:0:0: Attached scsi generic sg3 type 5
Apr  1 23:40:12 emard kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Apr  1 23:40:12 emard kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Apr  1 23:40:12 emard kernel: ICH7: IDE controller (0x8086:0x27df rev 0x01) at  PCI slot 0000:00:1f.1
Apr  1 23:40:12 emard kernel: ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 22 (level, low) -> IRQ 22
Apr  1 23:40:12 emard kernel: ICH7: not 100% native mode: will probe irqs later
Apr  1 23:40:12 emard kernel:     ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:pio, hdb:DMA
Apr  1 23:40:12 emard kernel:     ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:pio, hdd:pio
Apr  1 23:40:12 emard kernel: Probing IDE interface ide0...
Apr  1 23:40:12 emard kernel: scsi_id used greatest stack depth: 5544 bytes left
Apr  1 23:40:12 emard kernel: scsi_id used greatest stack depth: 5424 bytes left
Apr  1 23:40:12 emard kernel: scsi_id used greatest stack depth: 5304 bytes left
Apr  1 23:40:12 emard kernel: hdb: HL-DT-ST DVDRAM GSA-4167B, ATAPI CD/DVD-ROM drive
Apr  1 23:40:12 emard kernel: hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4
Apr  1 23:40:12 emard kernel: hdb: UDMA/33 mode selected
Apr  1 23:40:12 emard kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Apr  1 23:40:12 emard kernel: Probing IDE interface ide1...
Apr  1 23:40:12 emard kernel: ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 21 (level, low) -> IRQ 21
Apr  1 23:40:12 emard kernel: skge 1.13 addr 0xedcf4000 irq 21 chip Yukon-Lite rev 9
Apr  1 23:40:12 emard kernel: skge eth0: addr 00:18:f3:92:09:fe
Apr  1 23:40:12 emard kernel: udev: renamed network interface eth0 to eth3
Apr  1 23:40:12 emard kernel: hdb: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
Apr  1 23:40:12 emard kernel: md: md205 stopped.
Apr  1 23:40:12 emard kernel: md: md206 stopped.
Apr  1 23:40:12 emard kernel: md: md207 stopped.
Apr  1 23:40:12 emard kernel: md: md208 stopped.
Apr  1 23:40:12 emard kernel: md: md209 stopped.
Apr  1 23:40:12 emard kernel: md: bind<sda9>
Apr  1 23:40:12 emard kernel: md: bind<sdb9>
Apr  1 23:40:12 emard kernel: raid1: raid set md209 active with 2 out of 2 mirrors
Apr  1 23:40:12 emard kernel: md: bind<sda8>
Apr  1 23:40:12 emard kernel: md: bind<sdb8>
Apr  1 23:40:12 emard kernel: raid1: raid set md208 active with 2 out of 2 mirrors
Apr  1 23:40:12 emard kernel: md: bind<sda7>
Apr  1 23:40:12 emard kernel: md: bind<sdb7>
Apr  1 23:40:12 emard kernel: raid1: raid set md207 active with 2 out of 2 mirrors
Apr  1 23:40:12 emard kernel: md: bind<sda6>
Apr  1 23:40:12 emard kernel: md: bind<sdb6>
Apr  1 23:40:12 emard kernel: raid1: raid set md206 active with 2 out of 2 mirrors
Apr  1 23:40:12 emard kernel: md: bind<sda5>
Apr  1 23:40:12 emard kernel: md: bind<sdb5>
Apr  1 23:40:12 emard kernel: raid1: raid set md205 active with 2 out of 2 mirrors
Apr  1 23:40:12 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:40:12 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:40:12 emard kernel: modprobe used greatest stack depth: 5288 bytes left
Apr  1 23:40:12 emard kernel: stty used greatest stack depth: 4744 bytes left
Apr  1 23:40:12 emard kernel: Real Time Clock Driver v1.12ac
Apr  1 23:40:12 emard kernel: Generic RTC Driver v1.07
Apr  1 23:40:12 emard kernel: EXT3 FS on md206, internal journal
Apr  1 23:40:12 emard kernel: tun: Universal TUN/TAP device driver, 1.6
Apr  1 23:40:12 emard kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Apr  1 23:40:12 emard kernel: mdadm used greatest stack depth: 4344 bytes left
Apr  1 23:40:12 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:40:12 emard kernel: EXT3 FS on dm-24, internal journal
Apr  1 23:40:12 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:40:12 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:40:12 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:40:12 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:40:12 emard kernel: EXT3 FS on dm-2, internal journal
Apr  1 23:40:12 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:40:12 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:40:12 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:40:12 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:40:12 emard kernel: EXT3 FS on dm-1, internal journal
Apr  1 23:40:12 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:40:12 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:40:12 emard kernel: EXT3 FS on dm-18, internal journal
Apr  1 23:40:12 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:40:12 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:40:12 emard kernel: EXT3 FS on dm-24, internal journal
Apr  1 23:40:12 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:40:12 emard kernel: Filesystem "dm-17": Disabling barriers, not supported by the underlying device
Apr  1 23:40:12 emard kernel: XFS mounting filesystem dm-17
Apr  1 23:40:12 emard kernel: Ending clean XFS mount for filesystem: dm-17
Apr  1 23:40:12 emard kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
Apr  1 23:40:12 emard kernel: ISO 9660 Extensions: RRIP_1991A
Apr  1 23:40:12 emard kernel: Adding 4194296k swap on /dev/mapper/cswap.  Priority:-1 extents:1 across:4194296k
Apr  1 23:40:12 emard kernel: skge eth0: enabling interface
Apr  1 23:40:12 emard kernel: skge eth0: Link is up at 1000 Mbps, full duplex, flow control both
Apr  1 23:40:12 emard kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Apr  1 23:40:13 emard named[21667]: starting BIND 9.4.2 -u bind
Apr  1 23:40:13 emard named[21667]: found 2 CPUs, using 2 worker threads
Apr  1 23:40:13 emard named[21667]: loading configuration from '/etc/bind/named.conf'
Apr  1 23:40:13 emard named[21667]: no IPv6 interfaces found
Apr  1 23:40:13 emard named[21667]: listening on IPv4 interface lo, 127.0.0.1#53
Apr  1 23:40:13 emard named[21667]: automatic empty zone: 254.169.IN-ADDR.ARPA
Apr  1 23:40:13 emard named[21667]: automatic empty zone: 2.0.192.IN-ADDR.ARPA
Apr  1 23:40:13 emard named[21667]: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
Apr  1 23:40:13 emard named[21667]: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Apr  1 23:40:13 emard named[21667]: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Apr  1 23:40:13 emard named[21667]: automatic empty zone: D.F.IP6.ARPA
Apr  1 23:40:13 emard named[21667]: automatic empty zone: 8.E.F.IP6.ARPA
Apr  1 23:40:13 emard named[21667]: automatic empty zone: 9.E.F.IP6.ARPA
Apr  1 23:40:13 emard named[21667]: automatic empty zone: A.E.F.IP6.ARPA
Apr  1 23:40:13 emard named[21667]: automatic empty zone: B.E.F.IP6.ARPA
Apr  1 23:40:13 emard named[21667]: command channel listening on 127.0.0.1#953
Apr  1 23:40:13 emard named[21667]: zone 0.in-addr.arpa/IN: loaded serial 1
Apr  1 23:40:13 emard named[21667]: zone 127.in-addr.arpa/IN: loaded serial 1
Apr  1 23:40:13 emard named[21667]: zone 255.in-addr.arpa/IN: loaded serial 1
Apr  1 23:40:13 emard named[21667]: zone localhost/IN: loaded serial 2
Apr  1 23:40:13 emard named[21667]: zone dynamic1.net/IN: loaded serial 20020101
Apr  1 23:40:13 emard named[21667]: running
Apr  1 23:40:13 emard named[21667]: zone dynamic1.net/IN: sending notifies (serial 20020101)
Apr  1 23:40:14 emard dnsmasq[21745]: failed to create listening socket: Address already in use
Apr  1 23:40:14 emard dnsmasq[21745]: FAILED to start up
Apr  1 23:40:15 emard mysqld_safe[21843]: started
Apr  1 23:40:16 emard mysqld[21846]: 080401 23:40:16  InnoDB: Started; log sequence number 0 8918294
Apr  1 23:40:16 emard mysqld[21846]: 080401 23:40:16 [Note] /usr/sbin/mysqld: ready for connections.
Apr  1 23:40:16 emard mysqld[21846]: Version: '5.0.51a-3'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Debian)
Apr  1 23:40:16 emard /etc/mysql/debian-start[21891]: Upgrading MySQL tables if necessary.
Apr  1 23:40:17 emard /etc/mysql/debian-start[21895]: Looking for 'mysql' in: /usr/bin/mysql
Apr  1 23:40:17 emard /etc/mysql/debian-start[21895]: Looking for 'mysqlcheck' in: /usr/bin/mysqlcheck
Apr  1 23:40:17 emard /etc/mysql/debian-start[21895]: This installation of MySQL is already upgraded to 5.0.51a, use --force if you still need to run mysql_upgrade
Apr  1 23:40:17 emard /etc/mysql/debian-start[21914]: Checking for insecure root accounts.
Apr  1 23:40:17 emard /etc/mysql/debian-start[21929]: Checking for crashed MySQL tables.
Apr  1 23:40:17 emard kernel: input: Power Button (FF) as /class/input/input1
Apr  1 23:40:17 emard kernel: ACPI: Power Button (FF) [PWRF]
Apr  1 23:40:17 emard kernel: input: Power Button (CM) as /class/input/input2
Apr  1 23:40:17 emard kernel: ACPI: Power Button (CM) [PWRB]
Apr  1 23:40:21 emard /usr/sbin/gpm[22377]: *** info [daemon/startup.c(143)]: 
Apr  1 23:40:21 emard /usr/sbin/gpm[22377]: Started gpm successfully. Entered daemon mode.
Apr  1 23:40:28 emard kernel: scanimage used greatest stack depth: 4296 bytes left
Apr  1 23:40:31 emard snmpd[25104]: netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load() 
Apr  1 23:40:31 emard last message repeated 2 times
Apr  1 23:40:31 emard snmpd[25104]: could not open /proc/net/if_inet6 
Apr  1 23:40:31 emard snmpd[25104]: error finding row index in _ifXTable_container_row_restore 
Apr  1 23:40:31 emard snmpd[25104]: NET-SNMP version 5.4.1 
Apr  1 23:40:33 emard init: Re-reading inittab
Apr  1 23:40:34 emard ntpd[25356]: ntpd 4.2.4p4@1.1520-o Sun Jan 13 13:49:59 UTC 2008 (1)
Apr  1 23:40:34 emard ntpd[25357]: precision = 1.000 usec
Apr  1 23:40:34 emard ntpd[25357]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
Apr  1 23:40:34 emard ntpd[25357]: Listening on interface #1 lo, 127.0.0.1#123 Enabled
Apr  1 23:40:34 emard ntpd[25357]: Listening on interface #2 eth0, 192.168.9.2#123 Enabled
Apr  1 23:40:34 emard ntpd[25357]: Listening on interface #3 eth0:1, 192.168.2.2#123 Enabled
Apr  1 23:40:34 emard ntpd[25357]: kernel time sync status 0040
Apr  1 23:40:34 emard ntpd[25357]: frequency initialized 152.554 PPM from /var/lib/ntp/ntp.drift
Apr  1 23:40:34 emard avahi-daemon[25373]: Found user 'avahi' (UID 101) and group 'avahi' (GID 103).
Apr  1 23:40:34 emard avahi-daemon[25373]: Successfully dropped root privileges.
Apr  1 23:40:34 emard avahi-daemon[25373]: avahi-daemon 0.6.22 starting up.
Apr  1 23:40:34 emard avahi-daemon[25373]: Successfully called chroot().
Apr  1 23:40:34 emard avahi-daemon[25373]: Successfully dropped remaining capabilities.
Apr  1 23:40:34 emard avahi-daemon[25373]: No service file found in /etc/avahi/services.
Apr  1 23:40:34 emard avahi-daemon[25373]: socket() failed: Address family not supported by protocol
Apr  1 23:40:34 emard avahi-daemon[25373]: Failed to create IPv6 socket, proceeding in IPv4 only mode
Apr  1 23:40:34 emard avahi-daemon[25373]: socket() failed: Address family not supported by protocol
Apr  1 23:40:34 emard avahi-daemon[25373]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.2.2.
Apr  1 23:40:34 emard avahi-daemon[25373]: New relevant interface eth0.IPv4 for mDNS.
Apr  1 23:40:34 emard avahi-daemon[25373]: Network interface enumeration completed.
Apr  1 23:40:34 emard avahi-daemon[25373]: Registering new address record for 192.168.2.2 on eth0.IPv4.
Apr  1 23:40:34 emard avahi-daemon[25373]: Registering new address record for 192.168.9.2 on eth0.IPv4.
Apr  1 23:40:34 emard avahi-daemon[25373]: Registering HINFO record with values 'X86_64'/'LINUX'.
Apr  1 23:40:35 emard dhcdbd: Started up.
Apr  1 23:40:35 emard avahi-daemon[25373]: Server startup complete. Host name is emard.local. Local service cookie is 3003576065.
Apr  1 23:40:36 emard ntpd[25357]: getaddrinfo: "::1" invalid host address, ignored
Apr  1 23:40:41 emard hcid[25510]: Bluetooth HCI daemon
Apr  1 23:40:41 emard kernel: Bluetooth: Core ver 2.11
Apr  1 23:40:41 emard kernel: NET: Registered protocol family 31
Apr  1 23:40:41 emard kernel: Bluetooth: HCI device and connection manager initialized
Apr  1 23:40:41 emard kernel: Bluetooth: HCI socket layer initialized
Apr  1 23:40:41 emard hcid[25510]: Starting SDP server
Apr  1 23:40:41 emard kernel: Bluetooth: L2CAP ver 2.9
Apr  1 23:40:41 emard kernel: Bluetooth: L2CAP socket layer initialized
Apr  1 23:40:41 emard hcid[25510]: Created local server at unix:abstract=/var/run/dbus-AmWIAEdKFO,guid=d903cad4bb72b20e25d03cad47f2abd9
Apr  1 23:40:41 emard audio[25558]: Bluetooth Audio daemon
Apr  1 23:40:41 emard audio[25558]: /etc/bluetooth/audio.conf: Key file does not have key 'SCORouting'
Apr  1 23:40:41 emard audio[25558]: /etc/bluetooth/audio.conf: Key file does not have key 'Enable'
Apr  1 23:40:41 emard audio[25558]: /etc/bluetooth/audio.conf: Key file does not have key 'Disable'
Apr  1 23:40:41 emard audio[25558]: /etc/bluetooth/audio.conf: Key file does not have group 'A2DP'
Apr  1 23:40:41 emard audio[25558]: Config options: DisableHFP=true, SCORouting=HCI, SourceCount=1
Apr  1 23:40:41 emard audio[25558]: Unix socket created: 5
Apr  1 23:40:41 emard kernel: Bluetooth: RFCOMM socket layer initialized
Apr  1 23:40:41 emard kernel: Bluetooth: RFCOMM TTY layer initialized
Apr  1 23:40:41 emard kernel: Bluetooth: RFCOMM ver 1.8
Apr  1 23:40:41 emard audio[25558]: add_service_record: got record id 0x10000
Apr  1 23:40:41 emard audio[25558]: add_service_record: got record id 0x10001
Apr  1 23:40:41 emard audio[25558]: add_service_record: got record id 0x10002
Apr  1 23:40:41 emard audio[25558]: add_service_record: got record id 0x10003
Apr  1 23:40:41 emard audio[25558]: Registered manager path:/org/bluez/audio
Apr  1 23:40:41 emard audio[25558]: Loading device 68:21:22:06:10:31 (headset )
Apr  1 23:40:42 emard NetworkManager: <info>  starting... 
Apr  1 23:40:42 emard NetworkManager: <info>  Found dial up configuration for dsl-provider via Modem: ppp4 
Apr  1 23:40:42 emard NetworkManager: <info>  Found dial up configuration for vpn-css via Modem: ppp7 
Apr  1 23:40:42 emard NetworkManager: <info>  Found dial up configuration for vpn-csslab via Modem: ppp8 
Apr  1 23:40:43 emard squid[25789]: Squid Parent: child process 25792 started
Apr  1 23:40:43 emard squid[25792]: Starting Squid Cache version 2.6.STABLE18 for amd64-debian-linux-gnu... 
Apr  1 23:40:43 emard squid[25792]: Process ID 25792 
Apr  1 23:40:43 emard squid[25792]: With 1024 file descriptors available 
Apr  1 23:40:43 emard squid[25792]: Using epoll for the IO loop 
Apr  1 23:40:43 emard squid[25792]: DNS Socket created at 0.0.0.0, port 51263, FD 6 
Apr  1 23:40:43 emard squid[25792]: Adding nameserver 127.0.0.1 from /etc/resolv.conf 
Apr  1 23:40:43 emard squid[25792]: User-Agent logging is disabled. 
Apr  1 23:40:43 emard squid[25792]: Referer logging is disabled. 
Apr  1 23:40:43 emard squid[25792]: Unlinkd pipe opened on FD 11 
Apr  1 23:40:43 emard squid[25792]: Swap maxSize 102400 KB, estimated 7876 objects 
Apr  1 23:40:43 emard squid[25792]: Target number of buckets: 393 
Apr  1 23:40:43 emard squid[25792]: Using 8192 Store buckets 
Apr  1 23:40:43 emard squid[25792]: Max Mem  size: 8192 KB 
Apr  1 23:40:43 emard squid[25792]: Max Swap size: 102400 KB 
Apr  1 23:40:43 emard squid[25792]: Local cache digest enabled; rebuild/rewrite every 3600/3600 sec 
Apr  1 23:40:43 emard squid[25792]: Rebuilding storage in /var/spool/squid (CLEAN) 
Apr  1 23:40:43 emard squid[25792]: Using Least Load store dir selection 
Apr  1 23:40:43 emard squid[25792]: Set Current Directory to /var/spool/squid 
Apr  1 23:40:43 emard apcupsd[25825]: apcupsd FATAL ERROR in smartsetup.c at line 58 Cannot open UPS port /dev/ttyUSB0: No such device or address 
Apr  1 23:40:43 emard squid[25792]: Loaded Icons. 
Apr  1 23:40:43 emard squid[25792]: Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 13. 
Apr  1 23:40:43 emard squid[25792]: Accepting ICP messages at 0.0.0.0, port 3130, FD 14. 
Apr  1 23:40:43 emard apcupsd[25825]: apcupsd error shutdown completed
Apr  1 23:40:43 emard squid[25792]: HTCP Disabled. 
Apr  1 23:40:43 emard squid[25792]: WCCP Disabled. 
Apr  1 23:40:43 emard squid[25792]: Ready to serve requests. 
Apr  1 23:40:43 emard squid[25792]: Done reading /var/spool/squid swaplog (372 entries) 
Apr  1 23:40:43 emard squid[25792]: Finished rebuilding storage from disk. 
Apr  1 23:40:43 emard squid[25792]:       372 Entries scanned 
Apr  1 23:40:43 emard squid[25792]:         0 Invalid entries. 
Apr  1 23:40:43 emard squid[25792]:         0 With invalid flags. 
Apr  1 23:40:43 emard squid[25792]:       372 Objects loaded. 
Apr  1 23:40:43 emard squid[25792]:         0 Objects expired. 
Apr  1 23:40:43 emard squid[25792]:         0 Objects cancelled. 
Apr  1 23:40:43 emard squid[25792]:         0 Duplicate URLs purged. 
Apr  1 23:40:43 emard squid[25792]:         0 Swapfile clashes avoided. 
Apr  1 23:40:43 emard squid[25792]:   Took 0.6 seconds ( 673.0 objects/sec). 
Apr  1 23:40:43 emard squid[25792]: Beginning Validation Procedure 
Apr  1 23:40:43 emard squid[25792]:   Completed Validation Procedure 
Apr  1 23:40:43 emard squid[25792]:   Validated 372 Entries 
Apr  1 23:40:43 emard squid[25792]:   store_swap_size = 3072k 
Apr  1 23:40:44 emard anacron[25850]: Anacron 2.3 started on 2008-04-01
Apr  1 23:40:44 emard anacron[25850]: Normal exit (0 jobs run)
Apr  1 23:40:44 emard /usr/sbin/cron[25875]: (CRON) INFO (pidfile fd = 3)
Apr  1 23:40:44 emard /usr/sbin/cron[25876]: (CRON) STARTUP (fork ok)
Apr  1 23:40:44 emard squid[25792]: storeLateRelease: released 0 objects 
Apr  1 23:40:45 emard /usr/sbin/cron[25876]: (CRON) INFO (Running @reboot jobs)
Apr  1 23:40:46 emard ntpd[25357]: synchronized to 193.2.111.3, stratum 3
Apr  1 23:40:46 emard ntpd[25357]: kernel time sync status change 0001
Apr  1 23:40:46 emard gdm[25768]: WARNING: gdm_slave_xioerror_handler: Fatalna X greška - ponovo pokrećem :0 
Apr  1 23:40:50 emard gdm[25975]: WARNING: gdm_slave_xioerror_handler: Fatalna X greška - ponovo pokrećem :0 
Apr  1 23:40:54 emard gdm[26038]: WARNING: gdm_slave_xioerror_handler: Fatalna X greška - ponovo pokrećem :0 
Apr  1 23:40:55 emard /usr/sbin/gpm[22377]: *** info [daemon/gpm.c(745)]: 
Apr  1 23:40:55 emard /usr/sbin/gpm[22377]: Connecting at fd 6
Apr  1 23:40:55 emard ntpd[25357]: synchronized to 209.132.176.4, stratum 1
Apr  1 23:40:56 emard /usr/sbin/gpm[22377]: *** info [daemon/gpm.c(647)]: 
Apr  1 23:40:56 emard /usr/sbin/gpm[22377]: Request on 6 (console 8)
Apr  1 23:40:56 emard /usr/sbin/gpm[22377]: *** info [daemon/gpm.c(656)]: 
Apr  1 23:40:56 emard /usr/sbin/gpm[22377]: Closing
Apr  1 23:40:56 emard /usr/sbin/gpm[22377]: *** info [daemon/gpm.c(745)]: 
Apr  1 23:40:56 emard /usr/sbin/gpm[22377]: Connecting at fd 6
Apr  1 23:40:57 emard /usr/sbin/gpm[22377]: *** info [daemon/gpm.c(647)]: 
Apr  1 23:40:57 emard /usr/sbin/gpm[22377]: Request on 6 (console 8)
Apr  1 23:40:57 emard /usr/sbin/gpm[22377]: *** info [daemon/gpm.c(656)]: 
Apr  1 23:40:57 emard /usr/sbin/gpm[22377]: Closing
Apr  1 23:40:57 emard gdm[25763]: WARNING: Nisam uspio da pokrenem X server nekoliko puta u kratkom vremenskom periodu; isključujem ekran :0 
Apr  1 23:41:31 emard snmpd[25104]: cannot open /proc/net/snmp6 ... 
Apr  1 23:43:51 emard kernel: ata6.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
Apr  1 23:43:51 emard kernel: ata6.00: cmd a0/00:00:00:02:00/00:00:00:00:00/a0 tag 0 pio 2 in
Apr  1 23:43:51 emard kernel:          cdb 5a 00 2a 00 00 00 00 00  02 00 00 00 00 00 00 00
Apr  1 23:43:51 emard kernel:          res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Apr  1 23:43:51 emard kernel: ata6.00: status: { DRDY }
Apr  1 23:43:51 emard kernel: ata6: hard resetting link
Apr  1 23:43:52 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  1 23:44:22 emard kernel: ata6.00: qc timeout (cmd 0xa1)
Apr  1 23:44:22 emard kernel: ata6.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  1 23:44:22 emard kernel: ata6.00: revalidation failed (errno=-5)
Apr  1 23:44:22 emard kernel: ata6: failed to recover some devices, retrying in 5 secs
Apr  1 23:44:27 emard kernel: ata6: hard resetting link
Apr  1 23:44:28 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  1 23:44:58 emard kernel: ata6.00: qc timeout (cmd 0xa1)
Apr  1 23:44:58 emard kernel: ata6.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  1 23:44:58 emard kernel: ata6.00: revalidation failed (errno=-5)
Apr  1 23:44:58 emard kernel: ata6: failed to recover some devices, retrying in 5 secs
Apr  1 23:44:59 emard kernel: ata7.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
Apr  1 23:44:59 emard kernel: ata7.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
Apr  1 23:44:59 emard kernel:          cdb 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
Apr  1 23:44:59 emard kernel:          res 40/00:03:00:08:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Apr  1 23:44:59 emard kernel: ata7.00: status: { DRDY }
Apr  1 23:44:59 emard kernel: ata7: hard resetting link
Apr  1 23:45:00 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  1 23:45:00 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  1 23:45:03 emard kernel: ata6: hard resetting link
Apr  1 23:45:05 emard kernel: ata6: failed to reset engine (errno=-5)
Apr  1 23:45:05 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  1 23:45:30 emard kernel: ata7.00: qc timeout (cmd 0xa1)
Apr  1 23:45:31 emard kernel: ata7.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  1 23:45:31 emard kernel: ata7.00: revalidation failed (errno=-5)
Apr  1 23:45:31 emard kernel: ata7: failed to recover some devices, retrying in 5 secs
Apr  1 23:45:35 emard kernel: ata6.00: qc timeout (cmd 0xa1)
Apr  1 23:45:36 emard kernel: ata6.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  1 23:45:36 emard kernel: ata6.00: revalidation failed (errno=-5)
Apr  1 23:45:36 emard kernel: ata6.00: disabled
Apr  1 23:45:36 emard kernel: ata7: hard resetting link
Apr  1 23:45:36 emard kernel: ata6: hard resetting link
Apr  1 23:45:37 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  1 23:45:37 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  1 23:45:38 emard kernel: ata6: failed to reset engine (errno=-5)
Apr  1 23:45:38 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  1 23:45:38 emard kernel: ata6: EH complete
Apr  1 23:46:08 emard kernel: ata7.00: qc timeout (cmd 0xa1)
Apr  1 23:46:08 emard kernel: ata7.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  1 23:46:08 emard kernel: ata7.00: revalidation failed (errno=-5)
Apr  1 23:46:08 emard kernel: ata7: failed to recover some devices, retrying in 5 secs
Apr  1 23:46:13 emard kernel: ata7: hard resetting link
Apr  1 23:46:14 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  1 23:46:15 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  1 23:46:45 emard kernel: ata7.00: qc timeout (cmd 0xa1)
Apr  1 23:46:45 emard kernel: ata7.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  1 23:46:45 emard kernel: ata7.00: revalidation failed (errno=-5)
Apr  1 23:46:45 emard kernel: ata7.00: disabled
Apr  1 23:46:46 emard kernel: ata7: hard resetting link
Apr  1 23:46:47 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  1 23:46:47 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  1 23:46:47 emard kernel: ata7: EH complete

[-- Attachment #6: syslog-mounting.txt --]
[-- Type: text/plain, Size: 47168 bytes --]

Apr  1 23:58:59 emard syslogd 1.5.0#2: restart.
Apr  1 23:58:59 emard kernel: klogd 1.5.0#2, log source = /proc/kmsg started.
Apr  1 23:58:59 emard kernel:  IDs PNP0a08 PNP0a03 (active)
Apr  1 23:58:59 emard kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr  1 23:58:59 emard kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
Apr  1 23:58:59 emard kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr  1 23:58:59 emard kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
Apr  1 23:58:59 emard kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
Apr  1 23:58:59 emard kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
Apr  1 23:58:59 emard kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0401 (active)
Apr  1 23:58:59 emard kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  1 23:58:59 emard kernel: pnp 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  1 23:58:59 emard kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0103 (active)
Apr  1 23:58:59 emard kernel: pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
Apr  1 23:58:59 emard kernel: pnp 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  1 23:58:59 emard kernel: pnp 00:0d: Plug and Play ACPI device, IDs PNP0501 (active)
Apr  1 23:58:59 emard kernel: pnp 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  1 23:58:59 emard kernel: pnp 00:0f: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr  1 23:58:59 emard kernel: pnp: PnP ACPI: found 16 devices
Apr  1 23:58:59 emard kernel: ACPI: ACPI bus type pnp unregistered
Apr  1 23:58:59 emard kernel: SCSI subsystem initialized
Apr  1 23:58:59 emard kernel: libata version 3.00 loaded.
Apr  1 23:58:59 emard kernel: PCI: Using ACPI for IRQ routing
Apr  1 23:58:59 emard kernel: PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Apr  1 23:58:59 emard kernel: PCI-GART: No AMD northbridge found.
Apr  1 23:58:59 emard kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Apr  1 23:58:59 emard kernel: hpet0: 3 64-bit timers, 14318180 Hz
Apr  1 23:58:59 emard kernel: Time: tsc clocksource has been installed.
Apr  1 23:58:59 emard kernel: pnp: the driver 'system' has been registered
Apr  1 23:58:59 emard kernel: system 00:01: iomem range 0xfed13000-0xfed19fff has been reserved
Apr  1 23:58:59 emard kernel: system 00:01: driver attached
Apr  1 23:58:59 emard kernel: system 00:08: ioport range 0x290-0x297 has been reserved
Apr  1 23:58:59 emard kernel: system 00:08: driver attached
Apr  1 23:58:59 emard kernel: system 00:09: ioport range 0x4d0-0x4d1 has been reserved
Apr  1 23:58:59 emard kernel: system 00:09: ioport range 0x800-0x87f has been reserved
Apr  1 23:58:59 emard kernel: system 00:09: ioport range 0x400-0x41f has been reserved
Apr  1 23:58:59 emard kernel: system 00:09: ioport range 0x480-0x4bf has been reserved
Apr  1 23:58:59 emard kernel: system 00:09: iomem range 0xfed1c000-0xfed1ffff has been reserved
Apr  1 23:58:59 emard kernel: system 00:09: iomem range 0xfed20000-0xfed3ffff has been reserved
Apr  1 23:58:59 emard kernel: system 00:09: iomem range 0xfed50000-0xfed8ffff has been reserved
Apr  1 23:58:59 emard kernel: system 00:09: iomem range 0xffb00000-0xffbfffff could not be reserved
Apr  1 23:58:59 emard kernel: system 00:09: iomem range 0xfff00000-0xffffffff could not be reserved
Apr  1 23:58:59 emard kernel: system 00:09: driver attached
Apr  1 23:58:59 emard kernel: system 00:0c: iomem range 0xfec00000-0xfec00fff has been reserved
Apr  1 23:58:59 emard kernel: system 00:0c: iomem range 0xfee00000-0xfee00fff could not be reserved
Apr  1 23:58:59 emard kernel: system 00:0c: driver attached
Apr  1 23:58:59 emard kernel: system 00:0e: iomem range 0xf0000000-0xf3ffffff has been reserved
Apr  1 23:58:59 emard kernel: system 00:0e: driver attached
Apr  1 23:58:59 emard kernel: system 00:0f: iomem range 0x0-0x9ffff could not be reserved
Apr  1 23:58:59 emard kernel: system 00:0f: iomem range 0xc0000-0xdffff has been reserved
Apr  1 23:58:59 emard kernel: system 00:0f: iomem range 0xe0000-0xfffff could not be reserved
Apr  1 23:58:59 emard kernel: system 00:0f: iomem range 0x100000-0x7fffffff could not be reserved
Apr  1 23:58:59 emard kernel: system 00:0f: iomem range 0x0-0x0 could not be reserved
Apr  1 23:58:59 emard kernel: system 00:0f: driver attached
Apr  1 23:58:59 emard kernel: PCI: Bridge: 0000:00:01.0
Apr  1 23:58:59 emard kernel:   IO window: disabled.
Apr  1 23:58:59 emard kernel:   MEM window: edf00000-efffffff
Apr  1 23:58:59 emard kernel:   PREFETCH window: d0000000-dfffffff
Apr  1 23:58:59 emard kernel: PCI: Bridge: 0000:00:1c.0
Apr  1 23:58:59 emard kernel:   IO window: disabled.
Apr  1 23:58:59 emard kernel:   MEM window: disabled.
Apr  1 23:58:59 emard kernel:   PREFETCH window: cff00000-cfffffff
Apr  1 23:58:59 emard kernel: PCI: Bridge: 0000:00:1c.4
Apr  1 23:58:59 emard kernel:   IO window: e000-efff
Apr  1 23:58:59 emard kernel:   MEM window: ede00000-edefffff
Apr  1 23:58:59 emard kernel:   PREFETCH window: disabled.
Apr  1 23:58:59 emard kernel: PCI: Bridge: 0000:00:1c.5
Apr  1 23:58:59 emard kernel:   IO window: d000-dfff
Apr  1 23:58:59 emard kernel:   MEM window: edd00000-eddfffff
Apr  1 23:58:59 emard kernel:   PREFETCH window: disabled.
Apr  1 23:58:59 emard kernel: PCI: Bridge: 0000:00:1e.0
Apr  1 23:58:59 emard kernel:   IO window: c000-cfff
Apr  1 23:58:59 emard kernel:   MEM window: edc00000-edcfffff
Apr  1 23:58:59 emard kernel:   PREFETCH window: disabled.
Apr  1 23:58:59 emard kernel: ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
Apr  1 23:58:59 emard kernel: PCI: Setting latency timer of device 0000:00:01.0 to 64
Apr  1 23:58:59 emard kernel: ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
Apr  1 23:58:59 emard kernel: PCI: Setting latency timer of device 0000:00:1c.0 to 64
Apr  1 23:58:59 emard kernel: ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 16 (level, low) -> IRQ 16
Apr  1 23:58:59 emard kernel: PCI: Setting latency timer of device 0000:00:1c.4 to 64
Apr  1 23:58:59 emard kernel: ACPI: PCI Interrupt 0000:00:1c.5[B] -> GSI 17 (level, low) -> IRQ 17
Apr  1 23:58:59 emard kernel: PCI: Setting latency timer of device 0000:00:1c.5 to 64
Apr  1 23:58:59 emard kernel: PCI: Setting latency timer of device 0000:00:1e.0 to 64
Apr  1 23:58:59 emard kernel: NET: Registered protocol family 2
Apr  1 23:58:59 emard kernel: IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
Apr  1 23:58:59 emard kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
Apr  1 23:58:59 emard kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Apr  1 23:58:59 emard kernel: TCP: Hash tables configured (established 262144 bind 65536)
Apr  1 23:58:59 emard kernel: TCP reno registered
Apr  1 23:58:59 emard kernel: checking if image is initramfs... it is
Apr  1 23:58:59 emard kernel: Freeing initrd memory: 3145k freed
Apr  1 23:58:59 emard kernel: khelper used greatest stack depth: 6216 bytes left
Apr  1 23:58:59 emard kernel: IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
Apr  1 23:58:59 emard kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Apr  1 23:58:59 emard kernel: SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
Apr  1 23:58:59 emard kernel: SGI XFS Quota Management subsystem
Apr  1 23:58:59 emard kernel: io scheduler noop registered
Apr  1 23:58:59 emard kernel: io scheduler anticipatory registered (default)
Apr  1 23:58:59 emard kernel: io scheduler deadline registered
Apr  1 23:58:59 emard kernel: io scheduler cfq registered
Apr  1 23:58:59 emard kernel: Boot video device is 0000:05:00.0
Apr  1 23:58:59 emard kernel: PCI: Setting latency timer of device 0000:00:01.0 to 64
Apr  1 23:58:59 emard kernel: assign_interrupt_mode Found MSI capability
Apr  1 23:58:59 emard kernel: Allocate Port Service[0000:00:01.0:pcie00]
Apr  1 23:58:59 emard kernel: PCI: Setting latency timer of device 0000:00:1c.0 to 64
Apr  1 23:58:59 emard kernel: assign_interrupt_mode Found MSI capability
Apr  1 23:58:59 emard kernel: Allocate Port Service[0000:00:1c.0:pcie00]
Apr  1 23:58:59 emard kernel: PCI: Setting latency timer of device 0000:00:1c.4 to 64
Apr  1 23:58:59 emard kernel: assign_interrupt_mode Found MSI capability
Apr  1 23:58:59 emard kernel: Allocate Port Service[0000:00:1c.4:pcie00]
Apr  1 23:58:59 emard kernel: PCI: Setting latency timer of device 0000:00:1c.5 to 64
Apr  1 23:58:59 emard kernel: assign_interrupt_mode Found MSI capability
Apr  1 23:58:59 emard kernel: Allocate Port Service[0000:00:1c.5:pcie00]
Apr  1 23:58:59 emard kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Apr  1 23:58:59 emard kernel: hpet_resources: 0xfed00000 is busy
Apr  1 23:58:59 emard kernel: Linux agpgart interface v0.102
Apr  1 23:58:59 emard kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
Apr  1 23:58:59 emard kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Apr  1 23:58:59 emard kernel: pnp: the driver 'serial' has been registered
Apr  1 23:58:59 emard kernel: 00:0d: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Apr  1 23:58:59 emard kernel: serial 00:0d: driver attached
Apr  1 23:58:59 emard kernel: Floppy drive(s): fd0 is 1.44M
Apr  1 23:58:59 emard kernel: FDC 0 is a post-1991 82077
Apr  1 23:58:59 emard kernel: RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
Apr  1 23:58:59 emard kernel: loop: module loaded
Apr  1 23:58:59 emard kernel: Driver 'sd' needs updating - please use bus_type methods
Apr  1 23:58:59 emard kernel: ahci 0000:00:1f.2: version 3.0
Apr  1 23:58:59 emard kernel: ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 23 (level, low) -> IRQ 23
Apr  1 23:58:59 emard kernel: Switched to high resolution mode on CPU 1
Apr  1 23:58:59 emard kernel: Switched to high resolution mode on CPU 0
Apr  1 23:58:59 emard kernel: ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
Apr  1 23:58:59 emard kernel: ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part 
Apr  1 23:58:59 emard kernel: PCI: Setting latency timer of device 0000:00:1f.2 to 64
Apr  1 23:58:59 emard kernel: scsi0 : ahci
Apr  1 23:58:59 emard kernel: scsi1 : ahci
Apr  1 23:58:59 emard kernel: scsi2 : ahci
Apr  1 23:58:59 emard kernel: scsi3 : ahci
Apr  1 23:58:59 emard kernel: ata1: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffd00 irq 23
Apr  1 23:58:59 emard kernel: ata2: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffd80 irq 23
Apr  1 23:58:59 emard kernel: ata3: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffe00 irq 23
Apr  1 23:58:59 emard kernel: ata4: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffe80 irq 23
Apr  1 23:58:59 emard kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Apr  1 23:58:59 emard kernel: ata1.00: ATA-7: Hitachi HDT725032VLA360, V54OA73A, max UDMA/133
Apr  1 23:58:59 emard kernel: ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
Apr  1 23:58:59 emard kernel: ata1.00: configured for UDMA/133
Apr  1 23:58:59 emard kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Apr  1 23:58:59 emard kernel: ata2.00: ATA-7: Hitachi HDT725032VLA360, V54OA73A, max UDMA/133
Apr  1 23:58:59 emard kernel: ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
Apr  1 23:58:59 emard kernel: ata2.00: configured for UDMA/133
Apr  1 23:58:59 emard kernel: ata3: SATA link down (SStatus 0 SControl 300)
Apr  1 23:58:59 emard kernel: ata4: SATA link down (SStatus 0 SControl 300)
Apr  1 23:58:59 emard kernel: scsi 0:0:0:0: Direct-Access     ATA      Hitachi HDT72503 V54O PQ: 0 ANSI: 5
Apr  1 23:58:59 emard kernel: sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
Apr  1 23:58:59 emard kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr  1 23:58:59 emard kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr  1 23:58:59 emard kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  1 23:58:59 emard kernel: sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
Apr  1 23:58:59 emard kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr  1 23:58:59 emard kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr  1 23:58:59 emard kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  1 23:58:59 emard kernel:  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 >
Apr  1 23:58:59 emard kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Apr  1 23:58:59 emard kernel: scsi 1:0:0:0: Direct-Access     ATA      Hitachi HDT72503 V54O PQ: 0 ANSI: 5
Apr  1 23:58:59 emard kernel: sd 1:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
Apr  1 23:58:59 emard kernel: sd 1:0:0:0: [sdb] Write Protect is off
Apr  1 23:58:59 emard kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Apr  1 23:58:59 emard kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  1 23:58:59 emard kernel: sd 1:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
Apr  1 23:58:59 emard kernel: sd 1:0:0:0: [sdb] Write Protect is off
Apr  1 23:58:59 emard kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Apr  1 23:58:59 emard kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  1 23:58:59 emard kernel:  sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 sdb8 sdb9 >
Apr  1 23:58:59 emard kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Apr  1 23:58:59 emard kernel: ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
Apr  1 23:58:59 emard kernel: ahci 0000:02:00.0: controller can't do NCQ, turning off CAP_NCQ
Apr  1 23:58:59 emard kernel: ahci 0000:02:00.0: MV_AHCI HACK: port_map 0 -> 0
Apr  1 23:58:59 emard kernel: ahci 0000:02:00.0: nr_ports (5) and implemented port map (0xf) don't match, using nr_ports
Apr  1 23:58:59 emard kernel: ahci 0000:02:00.0: forcing PORTS_IMPL to 0x1f
Apr  1 23:58:59 emard kernel: ahci 0000:02:00.0: AHCI 0001.0000 32 slots 5 ports 3 Gbps 0x1f impl RAID mode
Apr  1 23:58:59 emard kernel: ahci 0000:02:00.0: flags: 64bit stag pmp slum part 
Apr  1 23:58:59 emard kernel: PCI: Setting latency timer of device 0000:02:00.0 to 64
Apr  1 23:58:59 emard kernel: scsi4 : ahci
Apr  1 23:58:59 emard kernel: scsi5 : ahci
Apr  1 23:58:59 emard kernel: scsi6 : ahci
Apr  1 23:58:59 emard kernel: scsi7 : ahci
Apr  1 23:58:59 emard kernel: scsi8 : ahci
Apr  1 23:58:59 emard kernel: ata5: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffd00 irq 17
Apr  1 23:58:59 emard kernel: ata6: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffd80 irq 17
Apr  1 23:58:59 emard kernel: ata7: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffe00 irq 17
Apr  1 23:58:59 emard kernel: ata8: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffe80 irq 17
Apr  1 23:58:59 emard kernel: ata9: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddfff00 irq 17
Apr  1 23:58:59 emard kernel: ata5: SATA link down (SStatus 0 SControl 300)
Apr  1 23:58:59 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  1 23:58:59 emard kernel: ata6.00: ATAPI: PIONEER DVD-RW  DVR-215D, 1.18, max UDMA/66
Apr  1 23:58:59 emard kernel: ata6.00: configured for UDMA/66
Apr  1 23:58:59 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  1 23:58:59 emard kernel: ata7.00: ATAPI: Optiarc DVD RW AD-7173S, 1-02, max UDMA/66
Apr  1 23:58:59 emard kernel: ata7.00: configured for UDMA/66
Apr  1 23:58:59 emard kernel: ata8: SATA link down (SStatus 0 SControl 300)
Apr  1 23:58:59 emard kernel: ata9: SATA link down (SStatus 0 SControl 0)
Apr  1 23:58:59 emard kernel: scsi 5:0:0:0: CD-ROM            PIONEER  DVD-RW  DVR-215D 1.18 PQ: 0 ANSI: 5
Apr  1 23:58:59 emard kernel: scsi 6:0:0:0: CD-ROM            Optiarc  DVD RW AD-7173S  1-02 PQ: 0 ANSI: 5
Apr  1 23:58:59 emard kernel: pnp: the driver 'i8042 kbd' has been registered
Apr  1 23:58:59 emard kernel: i8042 kbd 00:0b: driver attached
Apr  1 23:58:59 emard kernel: pnp: the driver 'i8042 aux' has been registered
Apr  1 23:58:59 emard kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Apr  1 23:58:59 emard kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Apr  1 23:58:59 emard kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr  1 23:58:59 emard kernel: mice: PS/2 mouse device common for all mice
Apr  1 23:58:59 emard kernel: input: AT Translated Set 2 keyboard as /class/input/input0
Apr  1 23:58:59 emard kernel: md: raid1 personality registered for level 1
Apr  1 23:58:59 emard kernel: device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@redhat.com
Apr  1 23:58:59 emard kernel: cpuidle: using governor ladder
Apr  1 23:58:59 emard kernel: cpuidle: using governor menu
Apr  1 23:58:59 emard kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Apr  1 23:58:59 emard kernel: NET: Registered protocol family 1
Apr  1 23:58:59 emard kernel: NET: Registered protocol family 17
Apr  1 23:58:59 emard kernel: NET: Registered protocol family 15
Apr  1 23:58:59 emard kernel: RPC: Registered udp transport module.
Apr  1 23:58:59 emard kernel: RPC: Registered tcp transport module.
Apr  1 23:58:59 emard kernel: Freeing unused kernel memory: 236k freed
Apr  1 23:58:59 emard kernel: framebuffer used greatest stack depth: 6200 bytes left
Apr  1 23:58:59 emard kernel: ACPI: SSDT 7FF4E0C0, 01C6 (r1    AMI   CPU1PM        1 INTL 20060113)
Apr  1 23:58:59 emard kernel: ACPI: Processor [CPU1] (supports 8 throttling states)
Apr  1 23:58:59 emard kernel: ACPI: SSDT 7FF4E290, 013A (r1    AMI   CPU2PM        1 INTL 20060113)
Apr  1 23:58:59 emard kernel: ACPI: Processor [CPU2] (supports 8 throttling states)
Apr  1 23:58:59 emard kernel: ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
Apr  1 23:58:59 emard kernel: ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
Apr  1 23:58:59 emard kernel: modprobe used greatest stack depth: 5552 bytes left
Apr  1 23:58:59 emard kernel: Driver 'sr' needs updating - please use bus_type methods
Apr  1 23:58:59 emard kernel: sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Apr  1 23:58:59 emard kernel: Uniform CD-ROM driver Revision: 3.20
Apr  1 23:58:59 emard kernel: sr 5:0:0:0: Attached scsi CD-ROM sr0
Apr  1 23:58:59 emard kernel: sr1: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Apr  1 23:58:59 emard kernel: sr 6:0:0:0: Attached scsi CD-ROM sr1
Apr  1 23:58:59 emard kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Apr  1 23:58:59 emard kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Apr  1 23:58:59 emard kernel: sr 5:0:0:0: Attached scsi generic sg2 type 5
Apr  1 23:58:59 emard kernel: sr 6:0:0:0: Attached scsi generic sg3 type 5
Apr  1 23:58:59 emard kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Apr  1 23:58:59 emard kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Apr  1 23:58:59 emard kernel: ICH7: IDE controller (0x8086:0x27df rev 0x01) at  PCI slot 0000:00:1f.1
Apr  1 23:58:59 emard kernel: ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 22 (level, low) -> IRQ 22
Apr  1 23:58:59 emard kernel: ICH7: not 100% native mode: will probe irqs later
Apr  1 23:58:59 emard kernel:     ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:pio, hdb:DMA
Apr  1 23:58:59 emard kernel:     ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:pio, hdd:pio
Apr  1 23:58:59 emard kernel: Probing IDE interface ide0...
Apr  1 23:58:59 emard kernel: hdb: HL-DT-ST DVDRAM GSA-4167B, ATAPI CD/DVD-ROM drive
Apr  1 23:58:59 emard kernel: hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4
Apr  1 23:58:59 emard kernel: hdb: UDMA/33 mode selected
Apr  1 23:58:59 emard kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Apr  1 23:58:59 emard kernel: Probing IDE interface ide1...
Apr  1 23:58:59 emard kernel: ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 21 (level, low) -> IRQ 21
Apr  1 23:58:59 emard kernel: skge 1.13 addr 0xedcf4000 irq 21 chip Yukon-Lite rev 9
Apr  1 23:58:59 emard kernel: skge eth0: addr 00:18:f3:92:09:fe
Apr  1 23:58:59 emard kernel: udev: renamed network interface eth0 to eth3
Apr  1 23:58:59 emard kernel: hdb: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
Apr  1 23:58:59 emard kernel: md: md205 stopped.
Apr  1 23:58:59 emard kernel: md: md206 stopped.
Apr  1 23:58:59 emard kernel: md: md207 stopped.
Apr  1 23:58:59 emard kernel: md: md208 stopped.
Apr  1 23:58:59 emard kernel: md: md209 stopped.
Apr  1 23:58:59 emard kernel: md: bind<sda9>
Apr  1 23:58:59 emard kernel: md: bind<sdb9>
Apr  1 23:58:59 emard kernel: raid1: raid set md209 active with 2 out of 2 mirrors
Apr  1 23:58:59 emard kernel: md: bind<sda8>
Apr  1 23:58:59 emard kernel: md: bind<sdb8>
Apr  1 23:58:59 emard kernel: raid1: raid set md208 active with 2 out of 2 mirrors
Apr  1 23:58:59 emard kernel: md: bind<sda7>
Apr  1 23:58:59 emard kernel: md: bind<sdb7>
Apr  1 23:58:59 emard kernel: raid1: raid set md207 active with 2 out of 2 mirrors
Apr  1 23:58:59 emard kernel: md: bind<sda6>
Apr  1 23:58:59 emard kernel: md: bind<sdb6>
Apr  1 23:58:59 emard kernel: raid1: raid set md206 active with 2 out of 2 mirrors
Apr  1 23:58:59 emard kernel: md: bind<sda5>
Apr  1 23:58:59 emard kernel: md: bind<sdb5>
Apr  1 23:58:59 emard kernel: raid1: raid set md205 active with 2 out of 2 mirrors
Apr  1 23:58:59 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:58:59 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:58:59 emard kernel: scsi_id used greatest stack depth: 5272 bytes left
Apr  1 23:58:59 emard kernel: stty used greatest stack depth: 4744 bytes left
Apr  1 23:58:59 emard kernel: input: Power Button (FF) as /class/input/input1
Apr  1 23:58:59 emard kernel: ACPI: Power Button (FF) [PWRF]
Apr  1 23:58:59 emard kernel: input: Power Button (CM) as /class/input/input2
Apr  1 23:58:59 emard kernel: ACPI: Power Button (CM) [PWRB]
Apr  1 23:58:59 emard kernel: ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 16 (level, low) -> IRQ 16
Apr  1 23:58:59 emard kernel: PCI: Setting latency timer of device 0000:03:00.0 to 64
Apr  1 23:58:59 emard kernel: sky2 0000:03:00.0: v1.20 addr 0xedefc000 irq 16 Yukon-EC (0xb6) rev 2
Apr  1 23:58:59 emard kernel: sky2 eth0: addr 00:18:f3:92:09:fd
Apr  1 23:58:59 emard kernel: input: PC Speaker as /class/input/input3
Apr  1 23:58:59 emard kernel: Real Time Clock Driver v1.12ac
Apr  1 23:58:59 emard kernel: udev: renamed network interface eth0 to eth5
Apr  1 23:58:59 emard kernel: EXT3 FS on md206, internal journal
Apr  1 23:58:59 emard kernel: tun: Universal TUN/TAP device driver, 1.6
Apr  1 23:58:59 emard kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Apr  1 23:58:59 emard kernel: mdadm used greatest stack depth: 4344 bytes left
Apr  1 23:58:59 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:58:59 emard kernel: EXT3 FS on dm-24, internal journal
Apr  1 23:58:59 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:58:59 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:58:59 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:58:59 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:58:59 emard kernel: EXT3 FS on dm-2, internal journal
Apr  1 23:58:59 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:58:59 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:58:59 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:58:59 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:58:59 emard kernel: EXT3 FS on dm-1, internal journal
Apr  1 23:58:59 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:58:59 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:58:59 emard kernel: EXT3 FS on dm-18, internal journal
Apr  1 23:58:59 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:58:59 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  1 23:58:59 emard kernel: EXT3 FS on dm-24, internal journal
Apr  1 23:58:59 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  1 23:58:59 emard kernel: Filesystem "dm-17": Disabling barriers, not supported by the underlying device
Apr  1 23:58:59 emard kernel: XFS mounting filesystem dm-17
Apr  1 23:58:59 emard kernel: Ending clean XFS mount for filesystem: dm-17
Apr  1 23:58:59 emard kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
Apr  1 23:58:59 emard kernel: ISO 9660 Extensions: RRIP_1991A
Apr  1 23:58:59 emard kernel: Adding 4194296k swap on /dev/mapper/cswap.  Priority:-1 extents:1 across:4194296k
Apr  1 23:58:59 emard kernel: skge eth0: enabling interface
Apr  1 23:58:59 emard kernel: skge eth0: Link is up at 1000 Mbps, full duplex, flow control both
Apr  1 23:58:59 emard kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Apr  1 23:58:59 emard named[26283]: starting BIND 9.4.2 -u bind
Apr  1 23:58:59 emard named[26283]: found 2 CPUs, using 2 worker threads
Apr  1 23:58:59 emard named[26283]: loading configuration from '/etc/bind/named.conf'
Apr  1 23:58:59 emard named[26283]: no IPv6 interfaces found
Apr  1 23:58:59 emard named[26283]: listening on IPv4 interface lo, 127.0.0.1#53
Apr  1 23:58:59 emard named[26283]: automatic empty zone: 254.169.IN-ADDR.ARPA
Apr  1 23:58:59 emard named[26283]: automatic empty zone: 2.0.192.IN-ADDR.ARPA
Apr  1 23:58:59 emard named[26283]: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
Apr  1 23:58:59 emard named[26283]: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Apr  1 23:58:59 emard named[26283]: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Apr  1 23:58:59 emard named[26283]: automatic empty zone: D.F.IP6.ARPA
Apr  1 23:58:59 emard named[26283]: automatic empty zone: 8.E.F.IP6.ARPA
Apr  1 23:58:59 emard named[26283]: automatic empty zone: 9.E.F.IP6.ARPA
Apr  1 23:58:59 emard named[26283]: automatic empty zone: A.E.F.IP6.ARPA
Apr  1 23:58:59 emard named[26283]: automatic empty zone: B.E.F.IP6.ARPA
Apr  1 23:58:59 emard named[26283]: command channel listening on 127.0.0.1#953
Apr  1 23:58:59 emard named[26283]: zone 0.in-addr.arpa/IN: loaded serial 1
Apr  1 23:58:59 emard named[26283]: zone 127.in-addr.arpa/IN: loaded serial 1
Apr  1 23:58:59 emard named[26283]: zone 255.in-addr.arpa/IN: loaded serial 1
Apr  1 23:58:59 emard named[26283]: zone localhost/IN: loaded serial 2
Apr  1 23:58:59 emard named[26283]: zone dynamic1.net/IN: loaded serial 20020101
Apr  1 23:58:59 emard named[26283]: running
Apr  1 23:58:59 emard named[26283]: zone dynamic1.net/IN: sending notifies (serial 20020101)
Apr  1 23:59:01 emard dnsmasq[26362]: failed to create listening socket: Address already in use
Apr  1 23:59:01 emard dnsmasq[26362]: FAILED to start up
Apr  1 23:59:02 emard mysqld_safe[26460]: started
Apr  1 23:59:02 emard mysqld[26463]: 080401 23:59:02  InnoDB: Started; log sequence number 0 8918294
Apr  1 23:59:03 emard mysqld[26463]: 080401 23:59:03 [Note] /usr/sbin/mysqld: ready for connections.
Apr  1 23:59:03 emard mysqld[26463]: Version: '5.0.51a-3'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Debian)
Apr  1 23:59:03 emard /etc/mysql/debian-start[26508]: Upgrading MySQL tables if necessary.
Apr  1 23:59:03 emard /etc/mysql/debian-start[26512]: Looking for 'mysql' in: /usr/bin/mysql
Apr  1 23:59:03 emard /etc/mysql/debian-start[26512]: Looking for 'mysqlcheck' in: /usr/bin/mysqlcheck
Apr  1 23:59:03 emard /etc/mysql/debian-start[26512]: This installation of MySQL is already upgraded to 5.0.51a, use --force if you still need to run mysql_upgrade
Apr  1 23:59:03 emard /etc/mysql/debian-start[26545]: Checking for insecure root accounts.
Apr  1 23:59:03 emard /etc/mysql/debian-start[26549]: Checking for crashed MySQL tables.
Apr  1 23:59:07 emard /usr/sbin/gpm[26949]: *** info [daemon/startup.c(143)]: 
Apr  1 23:59:07 emard /usr/sbin/gpm[26949]: Started gpm successfully. Entered daemon mode.
Apr  1 23:59:13 emard snmpd[27068]: netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load() 
Apr  1 23:59:13 emard last message repeated 2 times
Apr  1 23:59:13 emard snmpd[27068]: could not open /proc/net/if_inet6 
Apr  1 23:59:14 emard snmpd[27068]: NET-SNMP version 5.4.1 
Apr  1 23:59:16 emard init: Re-reading inittab
Apr  1 23:59:17 emard ntpd[27194]: ntpd 4.2.4p4@1.1520-o Sun Jan 13 13:49:59 UTC 2008 (1)
Apr  1 23:59:17 emard ntpd[27195]: precision = 1.000 usec
Apr  1 23:59:17 emard ntpd[27195]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
Apr  1 23:59:17 emard ntpd[27195]: Listening on interface #1 lo, 127.0.0.1#123 Enabled
Apr  1 23:59:17 emard ntpd[27195]: Listening on interface #2 eth0, 192.168.9.2#123 Enabled
Apr  1 23:59:17 emard ntpd[27195]: Listening on interface #3 eth0:1, 192.168.2.2#123 Enabled
Apr  1 23:59:17 emard ntpd[27195]: kernel time sync status 0040
Apr  1 23:59:17 emard ntpd[27195]: frequency initialized 152.427 PPM from /var/lib/ntp/ntp.drift
Apr  1 23:59:17 emard avahi-daemon[27211]: Found user 'avahi' (UID 101) and group 'avahi' (GID 103).
Apr  1 23:59:17 emard avahi-daemon[27211]: Successfully dropped root privileges.
Apr  1 23:59:17 emard avahi-daemon[27211]: avahi-daemon 0.6.22 starting up.
Apr  1 23:59:17 emard avahi-daemon[27211]: Successfully called chroot().
Apr  1 23:59:17 emard avahi-daemon[27211]: Successfully dropped remaining capabilities.
Apr  1 23:59:17 emard avahi-daemon[27211]: No service file found in /etc/avahi/services.
Apr  1 23:59:17 emard avahi-daemon[27211]: socket() failed: Address family not supported by protocol
Apr  1 23:59:17 emard avahi-daemon[27211]: Failed to create IPv6 socket, proceeding in IPv4 only mode
Apr  1 23:59:17 emard avahi-daemon[27211]: socket() failed: Address family not supported by protocol
Apr  1 23:59:17 emard avahi-daemon[27211]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.2.2.
Apr  1 23:59:17 emard avahi-daemon[27211]: New relevant interface eth0.IPv4 for mDNS.
Apr  1 23:59:17 emard avahi-daemon[27211]: Network interface enumeration completed.
Apr  1 23:59:17 emard avahi-daemon[27211]: Registering new address record for 192.168.2.2 on eth0.IPv4.
Apr  1 23:59:17 emard avahi-daemon[27211]: Registering new address record for 192.168.9.2 on eth0.IPv4.
Apr  1 23:59:17 emard avahi-daemon[27211]: Registering HINFO record with values 'X86_64'/'LINUX'.
Apr  1 23:59:18 emard avahi-daemon[27211]: Server startup complete. Host name is emard.local. Local service cookie is 517450624.
Apr  1 23:59:18 emard dhcdbd: Started up.
Apr  1 23:59:19 emard ntpd[27195]: getaddrinfo: "::1" invalid host address, ignored
Apr  1 23:59:22 emard hcid[27328]: Bluetooth HCI daemon
Apr  1 23:59:22 emard kernel: Bluetooth: Core ver 2.11
Apr  1 23:59:22 emard kernel: NET: Registered protocol family 31
Apr  1 23:59:22 emard kernel: Bluetooth: HCI device and connection manager initialized
Apr  1 23:59:22 emard kernel: Bluetooth: HCI socket layer initialized
Apr  1 23:59:22 emard hcid[27328]: Starting SDP server
Apr  1 23:59:22 emard kernel: Bluetooth: L2CAP ver 2.9
Apr  1 23:59:22 emard kernel: Bluetooth: L2CAP socket layer initialized
Apr  1 23:59:22 emard hcid[27328]: Created local server at unix:abstract=/var/run/dbus-Lwo64EHU7l,guid=b8cbaa784597e4f5295ae94747f2b03a
Apr  1 23:59:23 emard kernel: Bluetooth: RFCOMM socket layer initialized
Apr  1 23:59:23 emard kernel: Bluetooth: RFCOMM TTY layer initialized
Apr  1 23:59:23 emard kernel: Bluetooth: RFCOMM ver 1.8
Apr  1 23:59:23 emard audio[27370]: Bluetooth Audio daemon
Apr  1 23:59:23 emard audio[27370]: /etc/bluetooth/audio.conf: Key file does not have key 'SCORouting'
Apr  1 23:59:23 emard audio[27370]: /etc/bluetooth/audio.conf: Key file does not have key 'Enable'
Apr  1 23:59:23 emard audio[27370]: /etc/bluetooth/audio.conf: Key file does not have key 'Disable'
Apr  1 23:59:23 emard audio[27370]: /etc/bluetooth/audio.conf: Key file does not have group 'A2DP'
Apr  1 23:59:23 emard audio[27370]: Config options: DisableHFP=true, SCORouting=HCI, SourceCount=1
Apr  1 23:59:23 emard audio[27370]: Unix socket created: 5
Apr  1 23:59:23 emard audio[27370]: add_service_record: got record id 0x10000
Apr  1 23:59:23 emard audio[27370]: add_service_record: got record id 0x10001
Apr  1 23:59:23 emard audio[27370]: add_service_record: got record id 0x10002
Apr  1 23:59:23 emard audio[27370]: add_service_record: got record id 0x10003
Apr  1 23:59:23 emard audio[27370]: Registered manager path:/org/bluez/audio
Apr  1 23:59:23 emard audio[27370]: Loading device 68:21:22:06:10:31 (headset )
Apr  1 23:59:23 emard NetworkManager: <info>  starting... 
Apr  1 23:59:23 emard kernel: sky2 eth1: enabling interface
Apr  1 23:59:23 emard NetworkManager: <info>  eth1: Device is fully-supported using driver '(null)'. 
Apr  1 23:59:23 emard NetworkManager: <info>  nm_device_init(): waiting for device's worker thread to start 
Apr  1 23:59:23 emard NetworkManager: <info>  nm_device_init(): device's worker thread started, continuing. 
Apr  1 23:59:23 emard NetworkManager: <info>  Now managing wired Ethernet (802.3) device 'eth1'. 
Apr  1 23:59:23 emard NetworkManager: <info>  Deactivating device eth1. 
Apr  1 23:59:23 emard NetworkManager: <info>  Found dial up configuration for dsl-provider via Modem: ppp4 
Apr  1 23:59:23 emard NetworkManager: <info>  Found dial up configuration for vpn-css via Modem: ppp7 
Apr  1 23:59:23 emard NetworkManager: <info>  Found dial up configuration for vpn-csslab via Modem: ppp8 
Apr  1 23:59:23 emard NetworkManager: <info>  Will activate wired connection 'eth1' because it now has a link. 
Apr  1 23:59:24 emard squid[27503]: Squid Parent: child process 27506 started
Apr  1 23:59:24 emard squid[27506]: Starting Squid Cache version 2.6.STABLE18 for amd64-debian-linux-gnu... 
Apr  1 23:59:24 emard squid[27506]: Process ID 27506 
Apr  1 23:59:24 emard squid[27506]: With 1024 file descriptors available 
Apr  1 23:59:24 emard squid[27506]: Using epoll for the IO loop 
Apr  1 23:59:24 emard squid[27506]: DNS Socket created at 0.0.0.0, port 59171, FD 6 
Apr  1 23:59:24 emard squid[27506]: Adding nameserver 127.0.0.1 from /etc/resolv.conf 
Apr  1 23:59:24 emard squid[27506]: User-Agent logging is disabled. 
Apr  1 23:59:24 emard squid[27506]: Referer logging is disabled. 
Apr  1 23:59:25 emard apcupsd[27539]: apcupsd FATAL ERROR in smartsetup.c at line 58 Cannot open UPS port /dev/ttyUSB0: No such file or directory 
Apr  1 23:59:25 emard apcupsd[27539]: apcupsd error shutdown completed
Apr  1 23:59:25 emard squid[27506]: Unlinkd pipe opened on FD 11 
Apr  1 23:59:25 emard squid[27506]: Swap maxSize 102400 KB, estimated 7876 objects 
Apr  1 23:59:25 emard squid[27506]: Target number of buckets: 393 
Apr  1 23:59:25 emard squid[27506]: Using 8192 Store buckets 
Apr  1 23:59:25 emard squid[27506]: Max Mem  size: 8192 KB 
Apr  1 23:59:25 emard squid[27506]: Max Swap size: 102400 KB 
Apr  1 23:59:25 emard squid[27506]: Local cache digest enabled; rebuild/rewrite every 3600/3600 sec 
Apr  1 23:59:25 emard squid[27506]: Rebuilding storage in /var/spool/squid (CLEAN) 
Apr  1 23:59:25 emard squid[27506]: Using Least Load store dir selection 
Apr  1 23:59:25 emard squid[27506]: Set Current Directory to /var/spool/squid 
Apr  1 23:59:25 emard anacron[27560]: Anacron 2.3 started on 2008-04-01
Apr  1 23:59:25 emard anacron[27560]: Normal exit (0 jobs run)
Apr  1 23:59:25 emard squid[27506]: Loaded Icons. 
Apr  1 23:59:25 emard squid[27506]: Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 13. 
Apr  1 23:59:25 emard squid[27506]: Accepting ICP messages at 0.0.0.0, port 3130, FD 14. 
Apr  1 23:59:25 emard squid[27506]: HTCP Disabled. 
Apr  1 23:59:25 emard squid[27506]: WCCP Disabled. 
Apr  1 23:59:25 emard squid[27506]: Ready to serve requests. 
Apr  1 23:59:25 emard squid[27506]: Done reading /var/spool/squid swaplog (372 entries) 
Apr  1 23:59:25 emard squid[27506]: Finished rebuilding storage from disk. 
Apr  1 23:59:25 emard squid[27506]:       372 Entries scanned 
Apr  1 23:59:25 emard squid[27506]:         0 Invalid entries. 
Apr  1 23:59:25 emard squid[27506]:         0 With invalid flags. 
Apr  1 23:59:25 emard squid[27506]:       372 Objects loaded. 
Apr  1 23:59:25 emard squid[27506]:         0 Objects expired. 
Apr  1 23:59:25 emard squid[27506]:         0 Objects cancelled. 
Apr  1 23:59:25 emard squid[27506]:         0 Duplicate URLs purged. 
Apr  1 23:59:25 emard squid[27506]:         0 Swapfile clashes avoided. 
Apr  1 23:59:25 emard squid[27506]:   Took 0.7 seconds ( 546.2 objects/sec). 
Apr  1 23:59:25 emard squid[27506]: Beginning Validation Procedure 
Apr  1 23:59:25 emard squid[27506]:   Completed Validation Procedure 
Apr  1 23:59:25 emard squid[27506]:   Validated 372 Entries 
Apr  1 23:59:25 emard squid[27506]:   store_swap_size = 3072k 
Apr  1 23:59:25 emard /usr/sbin/cron[27585]: (CRON) INFO (pidfile fd = 3)
Apr  1 23:59:25 emard /usr/sbin/cron[27586]: (CRON) STARTUP (fork ok)
Apr  1 23:59:25 emard squid[27506]: storeLateRelease: released 0 objects 
Apr  1 23:59:25 emard /usr/sbin/cron[27586]: (CRON) INFO (Running @reboot jobs)
Apr  1 23:59:28 emard gdm[27486]: WARNING: gdm_slave_xioerror_handler: Fatalna X greška - ponovo pokrećem :0 
Apr  1 23:59:28 emard ntpd[27195]: synchronized to 193.189.184.122, stratum 2
Apr  1 23:59:28 emard ntpd[27195]: kernel time sync status change 0001
Apr  1 23:59:32 emard gdm[27713]: WARNING: gdm_slave_xioerror_handler: Fatalna X greška - ponovo pokrećem :0 
Apr  1 23:59:36 emard gdm[27763]: WARNING: gdm_slave_xioerror_handler: Fatalna X greška - ponovo pokrećem :0 
Apr  1 23:59:36 emard /usr/sbin/gpm[26949]: *** info [daemon/gpm.c(745)]: 
Apr  1 23:59:36 emard /usr/sbin/gpm[26949]: Connecting at fd 6
Apr  1 23:59:39 emard /usr/sbin/gpm[26949]: *** info [daemon/gpm.c(647)]: 
Apr  1 23:59:39 emard /usr/sbin/gpm[26949]: Request on 6 (console 8)
Apr  1 23:59:39 emard /usr/sbin/gpm[26949]: *** info [daemon/gpm.c(656)]: 
Apr  1 23:59:39 emard /usr/sbin/gpm[26949]: Closing
Apr  1 23:59:39 emard /usr/sbin/gpm[26949]: *** info [daemon/gpm.c(745)]: 
Apr  1 23:59:39 emard /usr/sbin/gpm[26949]: Connecting at fd 6
Apr  1 23:59:39 emard /usr/sbin/gpm[26949]: *** info [daemon/gpm.c(647)]: 
Apr  1 23:59:39 emard /usr/sbin/gpm[26949]: Request on 6 (console 8)
Apr  1 23:59:39 emard /usr/sbin/gpm[26949]: *** info [daemon/gpm.c(656)]: 
Apr  1 23:59:39 emard /usr/sbin/gpm[26949]: Closing
Apr  1 23:59:39 emard gdm[27477]: WARNING: Nisam uspio da pokrenem X server nekoliko puta u kratkom vremenskom periodu; isključujem ekran :0 
Apr  2 00:00:14 emard snmpd[27068]: cannot open /proc/net/snmp6 ... 
Apr  2 00:00:35 emard kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
Apr  2 00:00:35 emard kernel: ISOFS: changing to secondary root
Apr  2 00:00:49 emard NetworkManager: <debug> [1207087249.343108] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/volume_label_My_Disc'). 
Apr  2 00:01:19 emard NetworkManager: <debug> [1207087279.823064] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/volume_label_My_Disc'). 
Apr  2 00:01:47 emard kernel: ata7.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
Apr  2 00:01:47 emard kernel: ata7.00: cmd a0/00:00:00:02:00/00:00:00:00:00/a0 tag 0 pio 2 in
Apr  2 00:01:47 emard kernel:          cdb 51 00 00 00 00 00 00 00  02 00 00 00 00 00 00 00
Apr  2 00:01:47 emard kernel:          res 40/00:03:00:0c:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Apr  2 00:01:47 emard kernel: ata7.00: status: { DRDY }
Apr  2 00:01:47 emard kernel: ata7: hard resetting link
Apr  2 00:01:47 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 00:02:10 emard kernel: ata7.00: failed to IDENTIFY (I/O error, err_mask=0x100)
Apr  2 00:02:10 emard kernel: ata7.00: revalidation failed (errno=-5)
Apr  2 00:02:10 emard kernel: ata7: failed to recover some devices, retrying in 5 secs
Apr  2 00:02:15 emard kernel: ata7: hard resetting link
Apr  2 00:02:21 emard kernel: ata7: port is slow to respond, please be patient (Status 0x80)
Apr  2 00:02:25 emard kernel: ata7: softreset failed (device not ready)
Apr  2 00:02:25 emard kernel: ata7: hard resetting link
Apr  2 00:02:27 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  2 00:02:35 emard kernel: ata7: softreset failed (device not ready)
Apr  2 00:02:35 emard kernel: ata7: hard resetting link
Apr  2 00:02:37 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  2 00:02:42 emard kernel: ata7: port is slow to respond, please be patient (Status 0x80)
Apr  2 00:02:47 emard kernel: ata6.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
Apr  2 00:02:47 emard kernel: ata6.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
Apr  2 00:02:47 emard kernel:          cdb 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
Apr  2 00:02:47 emard kernel:          res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Apr  2 00:02:47 emard kernel: ata6.00: status: { DRDY }
Apr  2 00:02:47 emard kernel: ata6: hard resetting link
Apr  2 00:02:48 emard kernel: ata6: failed to reset engine (errno=-5)
Apr  2 00:02:48 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 00:03:10 emard kernel: ata7: softreset failed (device not ready)
Apr  2 00:03:10 emard kernel: ata7: limiting SATA link speed to 1.5 Gbps
Apr  2 00:03:10 emard kernel: ata7: hard resetting link
Apr  2 00:03:12 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  2 00:03:15 emard kernel: ata7: softreset failed (device not ready)
Apr  2 00:03:15 emard kernel: ata7: reset failed, giving up
Apr  2 00:03:15 emard kernel: ata7.00: disabled
Apr  2 00:03:15 emard kernel: ata7: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0xa frozen t4
Apr  2 00:03:15 emard kernel: ata7: irq_stat 0x04400000, PHY RDY changed
Apr  2 00:03:15 emard kernel: ata7: hard resetting link
Apr  2 00:03:18 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  2 00:03:18 emard kernel: ata6.00: qc timeout (cmd 0xa1)
Apr  2 00:03:19 emard kernel: ata6.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  2 00:03:19 emard kernel: ata6.00: revalidation failed (errno=-5)
Apr  2 00:03:19 emard kernel: ata6: failed to recover some devices, retrying in 5 secs
Apr  2 00:03:24 emard kernel: ata6: hard resetting link
Apr  2 00:03:25 emard kernel: ata7: softreset failed (device not ready)
Apr  2 00:03:25 emard kernel: ata7: hard resetting link
Apr  2 00:03:25 emard kernel: ata6: failed to reset engine (errno=-5)
Apr  2 00:03:25 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 00:03:28 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  2 00:03:35 emard kernel: ata7: softreset failed (device not ready)
Apr  2 00:03:35 emard kernel: ata7: hard resetting link
Apr  2 00:03:38 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  2 00:03:43 emard kernel: ata7: port is slow to respond, please be patient (Status 0x80)
Apr  2 00:03:56 emard kernel: ata6.00: qc timeout (cmd 0xa1)
Apr  2 00:03:56 emard kernel: ata6.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  2 00:03:56 emard kernel: ata6.00: revalidation failed (errno=-5)
Apr  2 00:03:56 emard kernel: ata6: failed to recover some devices, retrying in 5 secs
Apr  2 00:04:01 emard kernel: ata6: hard resetting link
Apr  2 00:04:02 emard kernel: ata6: failed to reset engine (errno=-5)
Apr  2 00:04:03 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 00:04:10 emard kernel: ata7: softreset failed (device not ready)
Apr  2 00:04:10 emard kernel: ata7: limiting SATA link speed to 1.5 Gbps
Apr  2 00:04:10 emard kernel: ata7: hard resetting link
Apr  2 00:04:13 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  2 00:04:15 emard kernel: ata7: softreset failed (device not ready)
Apr  2 00:04:15 emard kernel: ata7: reset failed, giving up
Apr  2 00:04:15 emard kernel: ata7: EH complete
Apr  2 00:04:15 emard kernel: sr1: CDROM (ioctl) error, command: Xpwrite, Read disk info 51 00 00 00 00 00 00 00 02 00
Apr  2 00:04:15 emard kernel: sr: Sense Key : Aborted Command [current] [descriptor]
Apr  2 00:04:15 emard kernel: sr: Add. Sense: No additional sense information
Apr  2 00:04:15 emard kernel: sr 6:0:0:0: rejecting I/O to offline device
Apr  2 00:04:15 emard kernel: sr 6:0:0:0: rejecting I/O to offline device
Apr  2 00:04:15 emard kernel: ata7.00: detaching (SCSI 6:0:0:0)
Apr  2 00:04:15 emard kernel: isofs_fill_super: bread failed, dev=sr1, iso_blknum=16, block=16
Apr  2 00:04:15 emard kernel: scsi 6:0:0:0: rejecting I/O to dead device
Apr  2 00:04:15 emard last message repeated 2 times
Apr  2 00:04:15 emard NetworkManager: <debug> [1207087455.313184] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/pci_11ab_6145_scsi_host_0_scsi_device_lun0_scsi_generic'). 
Apr  2 00:04:15 emard NetworkManager: <debug> [1207087455.313661] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/storage_model_DVD_RW_AD_7173S'). 
Apr  2 00:04:15 emard NetworkManager: <debug> [1207087455.313693] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/pci_11ab_6145_scsi_host_0_scsi_device_lun0'). 
Apr  2 00:04:15 emard NetworkManager: <debug> [1207087455.313891] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/pci_11ab_6145_scsi_host_0'). 
Apr  2 00:04:33 emard kernel: ata6.00: qc timeout (cmd 0xa1)
Apr  2 00:04:33 emard kernel: ata6.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  2 00:04:33 emard kernel: ata6.00: revalidation failed (errno=-5)
Apr  2 00:04:33 emard kernel: ata6.00: disabled
Apr  2 00:04:34 emard kernel: ata6: hard resetting link
Apr  2 00:04:35 emard kernel: ata6: failed to reset engine (errno=-5)
Apr  2 00:04:35 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 00:04:35 emard kernel: ata6: EH complete
Apr  2 00:05:08 emard kernel: Buffer I/O error on device sr0, logical block 329952
Apr  2 00:05:08 emard kernel: Buffer I/O error on device sr0, logical block 329953
Apr  2 00:05:08 emard kernel: Buffer I/O error on device sr0, logical block 329952
Apr  2 00:05:08 emard kernel: Buffer I/O error on device sr0, logical block 329953
Apr  2 00:05:08 emard kernel: Buffer I/O error on device sr0, logical block 0
Apr  2 00:05:08 emard kernel: Buffer I/O error on device sr0, logical block 1
Apr  2 00:05:08 emard kernel: Buffer I/O error on device sr0, logical block 2
Apr  2 00:05:08 emard kernel: Buffer I/O error on device sr0, logical block 3
Apr  2 00:05:08 emard kernel: Buffer I/O error on device sr0, logical block 4
Apr  2 00:05:08 emard kernel: Buffer I/O error on device sr0, logical block 5

[-- Attachment #7: config-2.6.24.4-amd64-asus-p5w64-ws-test --]
[-- Type: text/plain, Size: 36584 bytes --]

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.24.4-amd64-asus-p5w64-ws-test
# Tue Apr  1 22:58:51 2008
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
# CONFIG_QUICKLIST is not set
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_ARCH_SUPPORTS_OPROFILE=y
CONFIG_ZONE_DMA32=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_AUDIT_ARCH=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_X86_HT=y
# CONFIG_KTIME_SCALAR is not set
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
# CONFIG_AUDIT is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=14
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_NS=y
# CONFIG_CPUSETS is not set
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_FAIR_USER_SCHED=y
# CONFIG_FAIR_CGROUP_SCHED is not set
CONFIG_CGROUP_CPUACCT=y
CONFIG_SYSFS_DEPRECATED=y
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_BLK_DEV_BSG is not set
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_SMP=y
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_X86_VSMP is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
CONFIG_MPSC=y
# CONFIG_MCORE2 is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_L1_CACHE_BYTES=128
CONFIG_X86_INTERNODE_CACHE_BYTES=128
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_TSC=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_HPET_TIMER=y
CONFIG_GART_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
CONFIG_SWIOTLB=y
CONFIG_NR_CPUS=2
# CONFIG_SCHED_SMT is not set
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
# CONFIG_X86_MCE_AMD is not set
CONFIG_MICROCODE=y
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=y
# CONFIG_X86_CPUID is not set
# CONFIG_NUMA is not set
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_RESOURCES_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MTRR=y
CONFIG_SECCOMP=y
# CONFIG_CC_STACKPROTECTOR is not set
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_KEXEC=y
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x200000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_HOTPLUG_CPU=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_PM=y
CONFIG_PM_LEGACY=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND_SMP_POSSIBLE=y
CONFIG_SUSPEND=y
CONFIG_HIBERNATION_SMP_POSSIBLE=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_FAN=m
# CONFIG_ACPI_DOCK is not set
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=m
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=m
CONFIG_ACPI_SBS=m

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=m
# CONFIG_X86_POWERNOW_K8 is not set
CONFIG_X86_SPEEDSTEP_CENTRINO=m
CONFIG_X86_P4_CLOCKMOD=m

#
# shared options
#
# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
CONFIG_X86_SPEEDSTEP_LIB=m
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
# CONFIG_HOTPLUG_PCI_PCIE is not set
CONFIG_PCIEAER=y
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
CONFIG_K8_NB=y
# CONFIG_PCCARD is not set
CONFIG_HOTPLUG_PCI=y
# CONFIG_HOTPLUG_PCI_FAKE is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
# CONFIG_HOTPLUG_PCI_CPCI is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_IA32_EMULATION=y
CONFIG_IA32_AOUT=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
CONFIG_NET_KEY=y
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_MULTIPLE_TABLES=y
# CONFIG_IP_ROUTE_MULTIPATH is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
CONFIG_NET_IPIP=m
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_LRO=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=m
CONFIG_TCP_CONG_CUBIC=m
CONFIG_TCP_CONG_WESTWOOD=m
CONFIG_TCP_CONG_HTCP=m
CONFIG_TCP_CONG_HSTCP=m
CONFIG_TCP_CONG_HYBLA=m
CONFIG_TCP_CONG_VEGAS=m
CONFIG_TCP_CONG_SCALABLE=m
# CONFIG_TCP_CONG_LP is not set
CONFIG_TCP_CONG_VENO=m
CONFIG_TCP_CONG_YEAH=m
CONFIG_TCP_CONG_ILLINOIS=m
# CONFIG_DEFAULT_BIC is not set
# CONFIG_DEFAULT_CUBIC is not set
# CONFIG_DEFAULT_HTCP is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
CONFIG_DEFAULT_RENO=y
CONFIG_DEFAULT_TCP_CONG="reno"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
CONFIG_NETWORK_SECMARK=y
CONFIG_NETFILTER=y
CONFIG_NETFILTER_DEBUG=y
CONFIG_BRIDGE_NETFILTER=y

#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK is not set
CONFIG_NF_CONNTRACK_ENABLED=y
CONFIG_NF_CONNTRACK=y
CONFIG_NF_CT_ACCT=y
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
# CONFIG_NF_CONNTRACK_EVENTS is not set
CONFIG_NF_CT_PROTO_GRE=y
# CONFIG_NF_CT_PROTO_SCTP is not set
# CONFIG_NF_CT_PROTO_UDPLITE is not set
# CONFIG_NF_CONNTRACK_AMANDA is not set
CONFIG_NF_CONNTRACK_FTP=y
# CONFIG_NF_CONNTRACK_H323 is not set
CONFIG_NF_CONNTRACK_IRC=y
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
CONFIG_NF_CONNTRACK_PPTP=y
# CONFIG_NF_CONNTRACK_SANE is not set
# CONFIG_NF_CONNTRACK_SIP is not set
CONFIG_NF_CONNTRACK_TFTP=y
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_SECMARK=m
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m

#
# IP: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV4=y
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
CONFIG_IP_NF_QUEUE=y
CONFIG_IP_NF_IPTABLES=m
# CONFIG_IP_NF_MATCH_IPRANGE is not set
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_RECENT=m
# CONFIG_IP_NF_MATCH_ECN is not set
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_SAME=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PROTO_GRE=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_TFTP=m
# CONFIG_NF_NAT_AMANDA is not set
CONFIG_NF_NAT_PPTP=m
# CONFIG_NF_NAT_H323 is not set
# CONFIG_NF_NAT_SIP is not set
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
# CONFIG_IP_NF_TARGET_ECN is not set
CONFIG_IP_NF_TARGET_TTL=m
# CONFIG_IP_NF_TARGET_CLUSTERIP is not set
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m

#
# Bridge: Netfilter Configuration
#
# CONFIG_BRIDGE_NF_EBTABLES is not set
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
CONFIG_BRIDGE=m
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
CONFIG_LLC=m
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RR=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_INGRESS=m

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_CLS_U32_PERF=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=m
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=m
CONFIG_NET_ACT_IPT=m
CONFIG_NET_ACT_NAT=m
CONFIG_NET_ACT_PEDIT=m
CONFIG_NET_ACT_SIMP=m
# CONFIG_NET_CLS_POLICE is not set
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y

#
# Network testing
#
CONFIG_NET_PKTGEN=m
# CONFIG_HAMRADIO is not set
CONFIG_IRDA=m

#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
# CONFIG_IRDA_ULTRA is not set

#
# IrDA options
#
# CONFIG_IRDA_CACHE_LAST_LSAP is not set
# CONFIG_IRDA_FAST_RR is not set
# CONFIG_IRDA_DEBUG is not set

#
# Infrared-port device drivers
#

#
# SIR device drivers
#
# CONFIG_IRTTY_SIR is not set

#
# Dongle support
#

#
# Old SIR device drivers
#

#
# Old Serial dongle support
#

#
# FIR device drivers
#
# CONFIG_NSC_FIR is not set
# CONFIG_WINBOND_FIR is not set
# CONFIG_SMC_IRCC_FIR is not set
# CONFIG_ALI_FIR is not set
# CONFIG_VLSI_FIR is not set
# CONFIG_VIA_FIR is not set
CONFIG_BT=m
CONFIG_BT_L2CAP=m
CONFIG_BT_SCO=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m

#
# Bluetooth device drivers
#
# CONFIG_BT_HCIUART is not set
# CONFIG_BT_HCIVHCI is not set
CONFIG_AF_RXRPC=m
# CONFIG_AF_RXRPC_DEBUG is not set
CONFIG_RXKAD=m
CONFIG_FIB_RULES=y

#
# Wireless
#
# CONFIG_CFG80211 is not set
CONFIG_WIRELESS_EXT=y
# CONFIG_MAC80211 is not set
CONFIG_IEEE80211=m
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=m
CONFIG_IEEE80211_CRYPT_CCMP=m
CONFIG_IEEE80211_CRYPT_TKIP=m
CONFIG_IEEE80211_SOFTMAC=m
# CONFIG_IEEE80211_SOFTMAC_DEBUG is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=m
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_PNP=y
CONFIG_PNP_DEBUG=y

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_CRYPTOLOOP=y
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=32768
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_MISC_DEVICES is not set
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=m

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_IDEDISK is not set
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECD=m
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_BLK_DEV_IDEACPI is not set
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_PROC_FS=y

#
# IDE chipset support/bugfixes
#
# CONFIG_IDE_GENERIC is not set
# CONFIG_BLK_DEV_PLATFORM is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set

#
# PCI IDE chipsets support
#
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_IDEPCI_PCIBUS_ORDER is not set
# CONFIG_BLK_DEV_GENERIC is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_JMICRON is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=m
# CONFIG_BLK_DEV_IT8213 is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_BLK_DEV_TC86C001 is not set
# CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_IDE_ARCH_OBSOLETE_INIT=y
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
CONFIG_RAID_ATTRS=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_TGT=y
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=m
# CONFIG_CHR_DEV_SCH is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_SCSI_WAIT_SCAN=m

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=m
CONFIG_SCSI_SAS_LIBSAS=m
CONFIG_SCSI_SAS_ATA=y
CONFIG_SCSI_SAS_LIBSAS_DEBUG=y
CONFIG_SCSI_SRP_ATTRS=m
CONFIG_SCSI_SRP_TGT_ATTRS=y
# CONFIG_SCSI_LOWLEVEL is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_AHCI=y
# CONFIG_SATA_SVW is not set
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIL24 is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_PATA_ACPI is not set
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
CONFIG_PATA_MPIIX=y
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
# CONFIG_MD_RAID456 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_MD_FAULTY is not set
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
CONFIG_DM_CRYPT=y
# CONFIG_DM_SNAPSHOT is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_IEEE1394 is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_NETDEVICES_MULTIQUEUE=y
# CONFIG_IFB is not set
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=m
CONFIG_VETH=m
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
# CONFIG_PHYLIB is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=m
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
# CONFIG_NET_PCI is not set
# CONFIG_B44 is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
# CONFIG_IP1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
CONFIG_SKGE=m
CONFIG_SKY2=m
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
# CONFIG_LIBERTAS is not set
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set
# CONFIG_PRISM54 is not set
# CONFIG_HOSTAP is not set
# CONFIG_BCM43XX is not set
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
# CONFIG_PPP_SYNC_TTY is not set
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_MPPE=m
CONFIG_PPPOE=m
# CONFIG_PPPOL2TP is not set
# CONFIG_SLIP is not set
CONFIG_SLHC=m
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=m
# CONFIG_INPUT_POLLDEV is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_VSXXXAA is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_ATLAS_BTNS is not set
CONFIG_INPUT_UINPUT=m

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
# CONFIG_IPMI_HANDLER is not set
# CONFIG_HW_RANDOM is not set
CONFIG_NVRAM=m
CONFIG_RTC=m
CONFIG_GEN_RTC=m
CONFIG_GEN_RTC_X=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
CONFIG_HPET_RTC_IRQ=y
CONFIG_HPET_MMAP=y
CONFIG_HANGCHECK_TIMER=m
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
# CONFIG_I2C is not set

#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_BATTERY_DS2760 is not set
# CONFIG_HWMON is not set
# CONFIG_WATCHDOG is not set

#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
# CONFIG_SSB is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_SM501 is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
# CONFIG_DAB is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_DRM is not set
# CONFIG_VGASTATE is not set
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
# CONFIG_FB is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set

#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y

#
# Sound
#
# CONFIG_SOUND is not set
# CONFIG_HID_SUPPORT is not set
CONFIG_HID=m
# CONFIG_USB_SUPPORT is not set
# CONFIG_MMC is not set
# CONFIG_NEW_LEDS is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=m
CONFIG_RTC_CLASS=m

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set
CONFIG_VIRTUALIZATION=y
# CONFIG_KVM is not set

#
# Userspace I/O
#
# CONFIG_UIO is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
# CONFIG_DMIID is not set

#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS_XATTR is not set
# CONFIG_EXT4DEV_FS is not set
CONFIG_JBD=y
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
CONFIG_REISERFS_PROC_INFO=y
# CONFIG_REISERFS_FS_XATTR is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=y
CONFIG_XFS_QUOTA=y
CONFIG_XFS_SECURITY=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_MINIX_FS is not set
CONFIG_ROMFS_FS=m
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
CONFIG_QUOTACTL=y
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=m
CONFIG_GENERIC_ACL=y

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_CONFIGFS_FS=m

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
CONFIG_EFS_FS=m
CONFIG_CRAMFS=m
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
# CONFIG_NFSD_V4 is not set
CONFIG_NFSD_TCP=y
CONFIG_ROOT_NFS=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
# CONFIG_SUNRPC_BIND34 is not set
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
CONFIG_CIFS=m
CONFIG_CIFS_STATS=y
CONFIG_CIFS_STATS2=y
CONFIG_CIFS_WEAK_PW_HASH=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_DEBUG2=y
# CONFIG_CIFS_EXPERIMENTAL is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-2"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=y
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set
# CONFIG_INSTRUMENTATION is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_DETECT_SOFTLOCKUP=y
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_SLAB is not set
CONFIG_DEBUG_PREEMPT=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
CONFIG_DEBUG_MUTEXES=y
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_FRAME_POINTER is not set
CONFIG_FORCED_INLINING=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_SAMPLES is not set
CONFIG_EARLY_PRINTK=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACK_USAGE=y
# CONFIG_DEBUG_RODATA is not set
# CONFIG_IOMMU_DEBUG is not set

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ABLKCIPHER=m
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_WP512=m
CONFIG_CRYPTO_TGR192=m
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_PCBC=y
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_XTS is not set
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_FCRYPT=y
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
CONFIG_CRYPTO_TWOFISH_X86_64=m
CONFIG_CRYPTO_SERPENT=y
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_AES_X86_64=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_KHAZAD=y
CONFIG_CRYPTO_ANUBIS=y
CONFIG_CRYPTO_SEED=y
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CAMELLIA=y
CONFIG_CRYPTO_TEST=m
CONFIG_CRYPTO_AUTHENC=y
CONFIG_CRYPTO_HW=y

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=y
# CONFIG_CRC16 is not set
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
CONFIG_CRC7=y
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AHCI SATA DVD writing issue
  2008-04-01 22:26   ` davor emard
@ 2008-04-02  0:22     ` Tejun Heo
  2008-04-02 10:07       ` Konstantin A. Lepikhov
  2008-04-02 12:51       ` davor emard
  0 siblings, 2 replies; 7+ messages in thread
From: Tejun Heo @ 2008-04-02  0:22 UTC (permalink / raw)
  To: davor emard; +Cc: linux-ide, Mark Lord, Jeff Garzik

Hello, Davor.

davor emard wrote:
> Here is capture of the syslog as you requested.
> I have a LG on ide, and pioneer and optiarc on sata (marvell 6145)
> (see my "lsscsi.txt")

Ah... it's a marvell.  MV ahci support is somewhat limited at the moment.

> First I tried wodim -devices then were lots of ata errors and
> timeouts and after some time wodim printed "wodim-devices-1.txt"
> where it recognized LG and pioneer but not optiarc.
> But next time I run wodim -devices it doesn't
> recognize even pioneer (only IDE LG drive is listed)
> "wodim-devices-2.txt"
> The syslog dump of the above test is in "syslog-devices.txt"
> 
> Next I rebooted and tried mounting.
> First I mounted a CD normally on pioneer. Then I ejected
> it from pioneer and inserted into optiarc.
> Interesting that hal daemon printed corrected CD name
> from optiarc.
> But then I tried mounting to optiarc, ata errors appeared and
> mount gave up after long time.
> Then I ejected from optiarc and tried to mount to pioneer
> again but this time pioneer doesn't work either -
> Buffer I/O error on device sr0, logical block 329952
> See the test in "syslog-mounting.txt"
> 
> I also attach my kernel config. I used normal unpatched
> 2.6.24.4 on amd64, I compiled it myself on debian testing

Yeah, what happens is that the controller somehow doesn't like certain 
ATAPI commands (maybe it doesn't really enjoy short or unaligned 
transfers, both cases are data-in commands w/ 2 byte buffer).

The port completely locks up afterwards which is unusual for ahci port 
and more unusually it takes the other port on the controller with it. 
hald tries to poll the other device and thus the driver issues TUR and 
ta-da the port is completely dead already.

Can you please give a shot at 2.6.25-rc8 and post resulting kernel log? 
  Buffer aligning / padding support is improved there.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AHCI SATA DVD writing issue
  2008-04-02  0:22     ` Tejun Heo
@ 2008-04-02 10:07       ` Konstantin A. Lepikhov
  2008-04-02 12:51       ` davor emard
  1 sibling, 0 replies; 7+ messages in thread
From: Konstantin A. Lepikhov @ 2008-04-02 10:07 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide

Hi Tejun!

Wednesday 02, at 09:22:51 AM you wrote:

> Hello, Davor.
> 
> davor emard wrote:
>> Here is capture of the syslog as you requested.
>> I have a LG on ide, and pioneer and optiarc on sata (marvell 6145)
>> (see my "lsscsi.txt")
> 
> Ah... it's a marvell.  MV ahci support is somewhat limited at the moment.
> 
>> First I tried wodim -devices then were lots of ata errors and
>> timeouts and after some time wodim printed "wodim-devices-1.txt"
>> where it recognized LG and pioneer but not optiarc.
>> But next time I run wodim -devices it doesn't
>> recognize even pioneer (only IDE LG drive is listed)
>> "wodim-devices-2.txt"
>> The syslog dump of the above test is in "syslog-devices.txt"
>> 
>> Next I rebooted and tried mounting.
>> First I mounted a CD normally on pioneer. Then I ejected
>> it from pioneer and inserted into optiarc.
>> Interesting that hal daemon printed corrected CD name
>> from optiarc.
>> But then I tried mounting to optiarc, ata errors appeared and
>> mount gave up after long time.
>> Then I ejected from optiarc and tried to mount to pioneer
>> again but this time pioneer doesn't work either -
>> Buffer I/O error on device sr0, logical block 329952
>> See the test in "syslog-mounting.txt"
>> 
>> I also attach my kernel config. I used normal unpatched
>> 2.6.24.4 on amd64, I compiled it myself on debian testing
> 
> Yeah, what happens is that the controller somehow doesn't like certain 
> ATAPI commands (maybe it doesn't really enjoy short or unaligned transfers, 
> both cases are data-in commands w/ 2 byte buffer).
> 
> The port completely locks up afterwards which is unusual for ahci port and 
> more unusually it takes the other port on the controller with it. hald 
> tries to poll the other device and thus the driver issues TUR and ta-da the 
> port is completely dead already.
> 
> Can you please give a shot at 2.6.25-rc8 and post resulting kernel log?  
> Buffer aligning / padding support is improved there.
> 
> Thanks.
> 
I'm found simular report but for intel ahci -
https://bugzilla.altlinux.org/show_bug.cgi?id=15087

Here is lspci -vvnn output
https://bugzilla.altlinux.org/attachment.cgi?id=2543

And the dmesg with timings
https://bugzilla.altlinux.org/attachment.cgi?id=2546

The symptoms looks the same except failed ATAPI commands. I don't know
it's important or not and may we combine this bugs.

It's reproducible with 2.6.24.4 kernel with stock ahci driver. 

-- 
WBR et al.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AHCI SATA DVD writing issue
  2008-04-02  0:22     ` Tejun Heo
  2008-04-02 10:07       ` Konstantin A. Lepikhov
@ 2008-04-02 12:51       ` davor emard
  2008-04-16 15:58         ` davor emard
  1 sibling, 1 reply; 7+ messages in thread
From: davor emard @ 2008-04-02 12:51 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide, Mark Lord, Jeff Garzik

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

Hello Tejun and all

Here are results of the ata ahci test on 2.6.25-rc8

Basically not much improvement,,

wodim --devices creates similar errors and hangs
the controller

mounting with pioneer now creates I/O errors (which haven't
appeared on 2.6.24.4)

if I ignore errors the mounted CD seems to
work and at least directory is listed. I havent tried
to verify contents of the files

On optiarc, similar as before - the hid daemon prints
correct CD name after insertion but the mounting on
optiarc causes similar ata errors and hangs the sata controller

attached are the syslogs

Best regards, Davor

[-- Attachment #2: syslog-devices.txt --]
[-- Type: text/plain, Size: 43419 bytes --]

Apr  2 14:25:23 emard syslogd 1.5.0#2: restart.
Apr  2 14:25:23 emard kernel: klogd 1.5.0#2, log source = /proc/kmsg started.
Apr  2 14:25:23 emard kernel: ) Adam Belay
Apr  2 14:25:23 emard kernel: pnp: PnP ACPI init
Apr  2 14:25:23 emard kernel: ACPI: bus type pnp registered
Apr  2 14:25:23 emard kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
Apr  2 14:25:23 emard kernel:  00:01: calling quirk 0xffffffff8040dd4b: quirk_system_pci_resources+0x0/0x179()
Apr  2 14:25:23 emard kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr  2 14:25:23 emard kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
Apr  2 14:25:23 emard kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr  2 14:25:23 emard kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
Apr  2 14:25:23 emard kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
Apr  2 14:25:23 emard kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
Apr  2 14:25:23 emard kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0401 (active)
Apr  2 14:25:23 emard kernel:  00:08: calling quirk 0xffffffff8040dd4b: quirk_system_pci_resources+0x0/0x179()
Apr  2 14:25:23 emard kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  2 14:25:23 emard kernel:  00:09: calling quirk 0xffffffff8040dd4b: quirk_system_pci_resources+0x0/0x179()
Apr  2 14:25:23 emard kernel: pnp 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  2 14:25:23 emard kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0103 (active)
Apr  2 14:25:23 emard kernel: pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
Apr  2 14:25:23 emard kernel:  00:0c: calling quirk 0xffffffff8040dd4b: quirk_system_pci_resources+0x0/0x179()
Apr  2 14:25:23 emard kernel: pnp 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  2 14:25:23 emard kernel: pnp 00:0d: Plug and Play ACPI device, IDs PNP0501 (active)
Apr  2 14:25:23 emard kernel:  00:0e: calling quirk 0xffffffff8040dd4b: quirk_system_pci_resources+0x0/0x179()
Apr  2 14:25:23 emard kernel: pnp 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  2 14:25:23 emard kernel:  00:0f: calling quirk 0xffffffff8040dd4b: quirk_system_pci_resources+0x0/0x179()
Apr  2 14:25:23 emard kernel: pnp 00:0f: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr  2 14:25:23 emard kernel: pnp: PnP ACPI: found 16 devices
Apr  2 14:25:23 emard kernel: ACPI: ACPI bus type pnp unregistered
Apr  2 14:25:23 emard kernel: SCSI subsystem initialized
Apr  2 14:25:23 emard kernel: libata version 3.00 loaded.
Apr  2 14:25:23 emard kernel: PCI: Using ACPI for IRQ routing
Apr  2 14:25:23 emard kernel: PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Apr  2 14:25:23 emard kernel: PCI-GART: No AMD northbridge found.
Apr  2 14:25:23 emard kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 11
Apr  2 14:25:23 emard kernel: hpet0: 3 64-bit timers, 14318180 Hz
Apr  2 14:25:23 emard kernel: pnp: the driver 'system' has been registered
Apr  2 14:25:23 emard kernel: system 00:01: iomem range 0xfed13000-0xfed19fff has been reserved
Apr  2 14:25:23 emard kernel: system 00:01: driver attached
Apr  2 14:25:23 emard kernel: system 00:08: ioport range 0x290-0x297 has been reserved
Apr  2 14:25:23 emard kernel: system 00:08: driver attached
Apr  2 14:25:23 emard kernel: system 00:09: ioport range 0x4d0-0x4d1 has been reserved
Apr  2 14:25:23 emard kernel: system 00:09: ioport range 0x800-0x87f has been reserved
Apr  2 14:25:23 emard kernel: system 00:09: ioport range 0x400-0x41f has been reserved
Apr  2 14:25:23 emard kernel: system 00:09: ioport range 0x480-0x4bf has been reserved
Apr  2 14:25:23 emard kernel: system 00:09: iomem range 0xfed1c000-0xfed1ffff has been reserved
Apr  2 14:25:23 emard kernel: system 00:09: iomem range 0xfed20000-0xfed3ffff has been reserved
Apr  2 14:25:23 emard kernel: system 00:09: iomem range 0xfed50000-0xfed8ffff has been reserved
Apr  2 14:25:23 emard kernel: system 00:09: iomem range 0xffb00000-0xffbfffff could not be reserved
Apr  2 14:25:23 emard kernel: system 00:09: iomem range 0xfff00000-0xffffffff could not be reserved
Apr  2 14:25:23 emard kernel: system 00:09: driver attached
Apr  2 14:25:23 emard kernel: system 00:0c: iomem range 0xfec00000-0xfec00fff has been reserved
Apr  2 14:25:23 emard kernel: system 00:0c: iomem range 0xfee00000-0xfee00fff could not be reserved
Apr  2 14:25:23 emard kernel: system 00:0c: driver attached
Apr  2 14:25:23 emard kernel: system 00:0e: iomem range 0xf0000000-0xf3ffffff has been reserved
Apr  2 14:25:23 emard kernel: system 00:0e: driver attached
Apr  2 14:25:23 emard kernel: system 00:0f: iomem range 0x0-0x9ffff could not be reserved
Apr  2 14:25:23 emard kernel: system 00:0f: iomem range 0xc0000-0xdffff has been reserved
Apr  2 14:25:23 emard kernel: system 00:0f: iomem range 0xe0000-0xfffff could not be reserved
Apr  2 14:25:23 emard kernel: system 00:0f: iomem range 0x100000-0x7fffffff could not be reserved
Apr  2 14:25:23 emard kernel: system 00:0f: iomem range 0x0-0x0 could not be reserved
Apr  2 14:25:23 emard kernel: system 00:0f: driver attached
Apr  2 14:25:23 emard kernel: PCI: Bridge: 0000:00:01.0
Apr  2 14:25:23 emard kernel:   IO window: disabled.
Apr  2 14:25:23 emard kernel:   MEM window: 0xedf00000-0xefffffff
Apr  2 14:25:23 emard kernel:   PREFETCH window: 0x00000000d0000000-0x00000000dfffffff
Apr  2 14:25:23 emard kernel: PCI: Bridge: 0000:00:1c.0
Apr  2 14:25:23 emard kernel:   IO window: disabled.
Apr  2 14:25:23 emard kernel:   MEM window: disabled.
Apr  2 14:25:23 emard kernel:   PREFETCH window: 0x00000000cff00000-0x00000000cfffffff
Apr  2 14:25:23 emard kernel: PCI: Bridge: 0000:00:1c.4
Apr  2 14:25:23 emard kernel:   IO window: e000-efff
Apr  2 14:25:23 emard kernel:   MEM window: 0xede00000-0xedefffff
Apr  2 14:25:23 emard kernel:   PREFETCH window: disabled.
Apr  2 14:25:23 emard kernel: PCI: Bridge: 0000:00:1c.5
Apr  2 14:25:23 emard kernel:   IO window: d000-dfff
Apr  2 14:25:23 emard kernel:   MEM window: 0xedd00000-0xeddfffff
Apr  2 14:25:23 emard kernel:   PREFETCH window: disabled.
Apr  2 14:25:23 emard kernel: PCI: Bridge: 0000:00:1e.0
Apr  2 14:25:23 emard kernel:   IO window: c000-cfff
Apr  2 14:25:23 emard kernel:   MEM window: 0xedc00000-0xedcfffff
Apr  2 14:25:23 emard kernel:   PREFETCH window: 0x0000000088000000-0x00000000880fffff
Apr  2 14:25:23 emard kernel: ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
Apr  2 14:25:23 emard kernel: PCI: Setting latency timer of device 0000:00:01.0 to 64
Apr  2 14:25:23 emard kernel: ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
Apr  2 14:25:23 emard kernel: PCI: Setting latency timer of device 0000:00:1c.0 to 64
Apr  2 14:25:23 emard kernel: ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 16 (level, low) -> IRQ 16
Apr  2 14:25:23 emard kernel: PCI: Setting latency timer of device 0000:00:1c.4 to 64
Apr  2 14:25:23 emard kernel: ACPI: PCI Interrupt 0000:00:1c.5[B] -> GSI 17 (level, low) -> IRQ 17
Apr  2 14:25:23 emard kernel: PCI: Setting latency timer of device 0000:00:1c.5 to 64
Apr  2 14:25:23 emard kernel: PCI: Setting latency timer of device 0000:00:1e.0 to 64
Apr  2 14:25:23 emard kernel: NET: Registered protocol family 2
Apr  2 14:25:23 emard kernel: IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
Apr  2 14:25:23 emard kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
Apr  2 14:25:23 emard kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Apr  2 14:25:23 emard kernel: TCP: Hash tables configured (established 262144 bind 65536)
Apr  2 14:25:23 emard kernel: TCP reno registered
Apr  2 14:25:23 emard kernel: checking if image is initramfs... it is
Apr  2 14:25:23 emard kernel: Freeing initrd memory: 3153k freed
Apr  2 14:25:23 emard kernel: IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
Apr  2 14:25:23 emard kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Apr  2 14:25:23 emard kernel: SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
Apr  2 14:25:23 emard kernel: SGI XFS Quota Management subsystem
Apr  2 14:25:23 emard kernel: io scheduler noop registered
Apr  2 14:25:23 emard kernel: io scheduler anticipatory registered (default)
Apr  2 14:25:23 emard kernel: io scheduler deadline registered
Apr  2 14:25:23 emard kernel: io scheduler cfq registered
Apr  2 14:25:23 emard kernel: pci 0000:05:00.0: Boot video device
Apr  2 14:25:23 emard kernel: PCI: Setting latency timer of device 0000:00:01.0 to 64
Apr  2 14:25:23 emard kernel: assign_interrupt_mode Found MSI capability
Apr  2 14:25:23 emard kernel: Allocate Port Service[0000:00:01.0:pcie00]
Apr  2 14:25:23 emard kernel: PCI: Setting latency timer of device 0000:00:1c.0 to 64
Apr  2 14:25:23 emard kernel: assign_interrupt_mode Found MSI capability
Apr  2 14:25:23 emard kernel: Allocate Port Service[0000:00:1c.0:pcie00]
Apr  2 14:25:23 emard kernel: PCI: Setting latency timer of device 0000:00:1c.4 to 64
Apr  2 14:25:23 emard kernel: assign_interrupt_mode Found MSI capability
Apr  2 14:25:23 emard kernel: Allocate Port Service[0000:00:1c.4:pcie00]
Apr  2 14:25:23 emard kernel: PCI: Setting latency timer of device 0000:00:1c.5 to 64
Apr  2 14:25:23 emard kernel: assign_interrupt_mode Found MSI capability
Apr  2 14:25:23 emard kernel: Allocate Port Service[0000:00:1c.5:pcie00]
Apr  2 14:25:23 emard kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Apr  2 14:25:23 emard kernel: hpet_resources: 0xfed00000 is busy
Apr  2 14:25:23 emard kernel: Linux agpgart interface v0.103
Apr  2 14:25:23 emard kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
Apr  2 14:25:23 emard kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Apr  2 14:25:23 emard kernel: pnp: the driver 'serial' has been registered
Apr  2 14:25:23 emard kernel: 00:0d: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Apr  2 14:25:23 emard kernel: serial 00:0d: driver attached
Apr  2 14:25:23 emard kernel: isa bounce pool size: 16 pages
Apr  2 14:25:23 emard kernel: Floppy drive(s): fd0 is 1.44M
Apr  2 14:25:23 emard kernel: FDC 0 is a post-1991 82077
Apr  2 14:25:23 emard kernel: brd: module loaded
Apr  2 14:25:23 emard kernel: loop: module loaded
Apr  2 14:25:23 emard kernel: Driver 'sd' needs updating - please use bus_type methods
Apr  2 14:25:23 emard kernel: ahci 0000:00:1f.2: version 3.0
Apr  2 14:25:23 emard kernel: ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 23 (level, low) -> IRQ 23
Apr  2 14:25:23 emard kernel: Switched to high resolution mode on CPU 1
Apr  2 14:25:23 emard kernel: Switched to high resolution mode on CPU 0
Apr  2 14:25:23 emard kernel: ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
Apr  2 14:25:23 emard kernel: ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part 
Apr  2 14:25:23 emard kernel: PCI: Setting latency timer of device 0000:00:1f.2 to 64
Apr  2 14:25:23 emard kernel: scsi0 : ahci
Apr  2 14:25:23 emard kernel: scsi1 : ahci
Apr  2 14:25:23 emard kernel: scsi2 : ahci
Apr  2 14:25:23 emard kernel: scsi3 : ahci
Apr  2 14:25:23 emard kernel: ata1: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffd00 irq 23
Apr  2 14:25:23 emard kernel: ata2: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffd80 irq 23
Apr  2 14:25:23 emard kernel: ata3: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffe00 irq 23
Apr  2 14:25:23 emard kernel: ata4: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffe80 irq 23
Apr  2 14:25:23 emard kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Apr  2 14:25:23 emard kernel: ata1.00: ATA-7: Hitachi HDT725032VLA360, V54OA73A, max UDMA/133
Apr  2 14:25:23 emard kernel: ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
Apr  2 14:25:23 emard kernel: ata1.00: configured for UDMA/133
Apr  2 14:25:23 emard kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Apr  2 14:25:23 emard kernel: ata2.00: ATA-7: Hitachi HDT725032VLA360, V54OA73A, max UDMA/133
Apr  2 14:25:23 emard kernel: ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
Apr  2 14:25:23 emard kernel: ata2.00: configured for UDMA/133
Apr  2 14:25:23 emard kernel: ata3: SATA link down (SStatus 0 SControl 300)
Apr  2 14:25:23 emard kernel: ata4: SATA link down (SStatus 0 SControl 300)
Apr  2 14:25:23 emard kernel: scsi 0:0:0:0: Direct-Access     ATA      Hitachi HDT72503 V54O PQ: 0 ANSI: 5
Apr  2 14:25:23 emard kernel: sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
Apr  2 14:25:23 emard kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr  2 14:25:23 emard kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr  2 14:25:23 emard kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  2 14:25:23 emard kernel: sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
Apr  2 14:25:23 emard kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr  2 14:25:23 emard kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr  2 14:25:23 emard kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  2 14:25:23 emard kernel:  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 >
Apr  2 14:25:23 emard kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Apr  2 14:25:23 emard kernel: scsi 1:0:0:0: Direct-Access     ATA      Hitachi HDT72503 V54O PQ: 0 ANSI: 5
Apr  2 14:25:23 emard kernel: sd 1:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
Apr  2 14:25:23 emard kernel: sd 1:0:0:0: [sdb] Write Protect is off
Apr  2 14:25:23 emard kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Apr  2 14:25:23 emard kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  2 14:25:23 emard kernel: sd 1:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
Apr  2 14:25:23 emard kernel: sd 1:0:0:0: [sdb] Write Protect is off
Apr  2 14:25:23 emard kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Apr  2 14:25:23 emard kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  2 14:25:23 emard kernel:  sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 sdb8 sdb9 >
Apr  2 14:25:23 emard kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Apr  2 14:25:23 emard kernel: ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
Apr  2 14:25:23 emard kernel: ahci 0000:02:00.0: controller can't do NCQ, turning off CAP_NCQ
Apr  2 14:25:23 emard kernel: ahci 0000:02:00.0: MV_AHCI HACK: port_map 1f -> f
Apr  2 14:25:23 emard kernel: ahci 0000:02:00.0: AHCI 0001.0000 32 slots 5 ports 3 Gbps 0xf impl RAID mode
Apr  2 14:25:23 emard kernel: ahci 0000:02:00.0: flags: 64bit stag pmp slum part 
Apr  2 14:25:23 emard kernel: PCI: Setting latency timer of device 0000:02:00.0 to 64
Apr  2 14:25:23 emard kernel: scsi4 : ahci
Apr  2 14:25:23 emard kernel: scsi5 : ahci
Apr  2 14:25:23 emard kernel: scsi6 : ahci
Apr  2 14:25:23 emard kernel: scsi7 : ahci
Apr  2 14:25:23 emard kernel: scsi8 : ahci
Apr  2 14:25:23 emard kernel: ata5: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffd00 irq 17
Apr  2 14:25:23 emard kernel: ata6: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffd80 irq 17
Apr  2 14:25:23 emard kernel: ata7: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffe00 irq 17
Apr  2 14:25:23 emard kernel: ata8: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffe80 irq 17
Apr  2 14:25:23 emard kernel: ata9: DUMMY
Apr  2 14:25:23 emard kernel: ata5: SATA link down (SStatus 0 SControl 300)
Apr  2 14:25:23 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:25:23 emard kernel: ata6.00: ATAPI: PIONEER DVD-RW  DVR-215D, 1.18, max UDMA/66
Apr  2 14:25:23 emard kernel: ata6.00: configured for UDMA/66
Apr  2 14:25:23 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:25:23 emard kernel: ata7.00: ATAPI: Optiarc DVD RW AD-7173S, 1-02, max UDMA/66
Apr  2 14:25:23 emard kernel: ata7.00: configured for UDMA/66
Apr  2 14:25:23 emard kernel: ata8: SATA link down (SStatus 0 SControl 300)
Apr  2 14:25:23 emard kernel: scsi 5:0:0:0: CD-ROM            PIONEER  DVD-RW  DVR-215D 1.18 PQ: 0 ANSI: 5
Apr  2 14:25:23 emard kernel: scsi 6:0:0:0: CD-ROM            Optiarc  DVD RW AD-7173S  1-02 PQ: 0 ANSI: 5
Apr  2 14:25:23 emard kernel: pnp: the driver 'i8042 kbd' has been registered
Apr  2 14:25:23 emard kernel: i8042 kbd 00:0b: driver attached
Apr  2 14:25:23 emard kernel: pnp: the driver 'i8042 aux' has been registered
Apr  2 14:25:23 emard kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Apr  2 14:25:23 emard kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Apr  2 14:25:23 emard kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr  2 14:25:23 emard kernel: mice: PS/2 mouse device common for all mice
Apr  2 14:25:23 emard kernel: input: AT Translated Set 2 keyboard as /class/input/input0
Apr  2 14:25:23 emard kernel: md: raid1 personality registered for level 1
Apr  2 14:25:23 emard kernel: device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com
Apr  2 14:25:23 emard kernel: cpuidle: using governor ladder
Apr  2 14:25:23 emard kernel: cpuidle: using governor menu
Apr  2 14:25:23 emard kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Apr  2 14:25:23 emard kernel: NET: Registered protocol family 1
Apr  2 14:25:23 emard kernel: NET: Registered protocol family 17
Apr  2 14:25:23 emard kernel: NET: Registered protocol family 15
Apr  2 14:25:23 emard kernel: RPC: Registered udp transport module.
Apr  2 14:25:23 emard kernel: RPC: Registered tcp transport module.
Apr  2 14:25:23 emard kernel: Freeing unused kernel memory: 260k freed
Apr  2 14:25:23 emard kernel: exe used greatest stack depth: 6040 bytes left
Apr  2 14:25:23 emard kernel: modprobe used greatest stack depth: 5888 bytes left
Apr  2 14:25:23 emard kernel: exe used greatest stack depth: 5760 bytes left
Apr  2 14:25:23 emard kernel: ACPI: SSDT 7FF4E0C0, 01C6 (r1    AMI   CPU1PM        1 INTL 20060113)
Apr  2 14:25:23 emard kernel: ACPI: ACPI0007:00 is registered as cooling_device0
Apr  2 14:25:23 emard kernel: ACPI: Processor [CPU1] (supports 8 throttling states)
Apr  2 14:25:23 emard kernel: ACPI: SSDT 7FF4E290, 013A (r1    AMI   CPU2PM        1 INTL 20060113)
Apr  2 14:25:23 emard kernel: ACPI: ACPI0007:01 is registered as cooling_device1
Apr  2 14:25:23 emard kernel: ACPI: Processor [CPU2] (supports 8 throttling states)
Apr  2 14:25:23 emard kernel: modprobe used greatest stack depth: 5360 bytes left
Apr  2 14:25:23 emard kernel: Driver 'sr' needs updating - please use bus_type methods
Apr  2 14:25:23 emard kernel: sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Apr  2 14:25:23 emard kernel: Uniform CD-ROM driver Revision: 3.20
Apr  2 14:25:23 emard kernel: sr 5:0:0:0: Attached scsi CD-ROM sr0
Apr  2 14:25:23 emard kernel: sr1: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Apr  2 14:25:23 emard kernel: sr 6:0:0:0: Attached scsi CD-ROM sr1
Apr  2 14:25:23 emard kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Apr  2 14:25:23 emard kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Apr  2 14:25:23 emard kernel: sr 5:0:0:0: Attached scsi generic sg2 type 5
Apr  2 14:25:23 emard kernel: sr 6:0:0:0: Attached scsi generic sg3 type 5
Apr  2 14:25:23 emard kernel: ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 21 (level, low) -> IRQ 21
Apr  2 14:25:23 emard kernel: skge 1.13 addr 0xedcf4000 irq 21 chip Yukon-Lite rev 9
Apr  2 14:25:23 emard kernel: skge eth0: addr 00:18:f3:92:09:fe
Apr  2 14:25:23 emard kernel: Uniform Multi-Platform E-IDE driver
Apr  2 14:25:23 emard kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Apr  2 14:25:23 emard kernel: ICH7: IDE controller (0x8086:0x27df rev 0x01) at  PCI slot 0000:00:1f.1
Apr  2 14:25:23 emard kernel: ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 22 (level, low) -> IRQ 22
Apr  2 14:25:23 emard kernel: ICH7: not 100% native mode: will probe irqs later
Apr  2 14:25:23 emard kernel:     ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:PIO, hdb:DMA
Apr  2 14:25:23 emard kernel:     ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:PIO, hdd:PIO
Apr  2 14:25:23 emard kernel: Probing IDE interface ide0...
Apr  2 14:25:23 emard kernel: udev: renamed network interface eth0 to eth3
Apr  2 14:25:23 emard kernel: scsi_id used greatest stack depth: 5304 bytes left
Apr  2 14:25:23 emard kernel: hdb: HL-DT-ST DVDRAM GSA-4167B, ATAPI CD/DVD-ROM drive
Apr  2 14:25:23 emard kernel: hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4
Apr  2 14:25:23 emard kernel: hdb: UDMA/33 mode selected
Apr  2 14:25:23 emard kernel: Probing IDE interface ide1...
Apr  2 14:25:23 emard kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Apr  2 14:25:23 emard kernel: hdb: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
Apr  2 14:25:23 emard kernel: md: md205 stopped.
Apr  2 14:25:23 emard kernel: md: md206 stopped.
Apr  2 14:25:23 emard kernel: md: md207 stopped.
Apr  2 14:25:23 emard kernel: md: md208 stopped.
Apr  2 14:25:23 emard kernel: md: md209 stopped.
Apr  2 14:25:23 emard kernel: md: bind<sda9>
Apr  2 14:25:23 emard kernel: md: bind<sdb9>
Apr  2 14:25:23 emard kernel: raid1: raid set md209 active with 2 out of 2 mirrors
Apr  2 14:25:23 emard kernel: md: bind<sda8>
Apr  2 14:25:23 emard kernel: md: bind<sdb8>
Apr  2 14:25:23 emard kernel: raid1: raid set md208 active with 2 out of 2 mirrors
Apr  2 14:25:23 emard kernel: md: bind<sda7>
Apr  2 14:25:23 emard kernel: md: bind<sdb7>
Apr  2 14:25:23 emard kernel: raid1: raid set md207 active with 2 out of 2 mirrors
Apr  2 14:25:23 emard kernel: md: bind<sda6>
Apr  2 14:25:23 emard kernel: md: bind<sdb6>
Apr  2 14:25:23 emard kernel: raid1: raid set md206 active with 2 out of 2 mirrors
Apr  2 14:25:23 emard kernel: md: bind<sda5>
Apr  2 14:25:23 emard kernel: md: bind<sdb5>
Apr  2 14:25:23 emard kernel: raid1: raid set md205 active with 2 out of 2 mirrors
Apr  2 14:25:23 emard kernel: scsi_id used greatest stack depth: 5072 bytes left
Apr  2 14:25:23 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:25:23 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:25:23 emard kernel: stty used greatest stack depth: 4360 bytes left
Apr  2 14:25:23 emard kernel: Real Time Clock Driver v1.12ac
Apr  2 14:25:23 emard kernel: Generic RTC Driver v1.07
Apr  2 14:25:23 emard kernel: EXT3 FS on md206, internal journal
Apr  2 14:25:23 emard kernel: tun: Universal TUN/TAP device driver, 1.6
Apr  2 14:25:23 emard kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Apr  2 14:25:23 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:25:23 emard kernel: EXT3 FS on dm-24, internal journal
Apr  2 14:25:23 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:25:23 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:25:23 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:25:23 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:25:23 emard kernel: EXT3 FS on dm-2, internal journal
Apr  2 14:25:23 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:25:23 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:25:23 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:25:23 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:25:23 emard kernel: EXT3 FS on dm-1, internal journal
Apr  2 14:25:23 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:25:23 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:25:23 emard kernel: EXT3 FS on dm-18, internal journal
Apr  2 14:25:23 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:25:23 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:25:23 emard kernel: EXT3 FS on dm-24, internal journal
Apr  2 14:25:23 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:25:23 emard kernel: Filesystem "dm-17": Disabling barriers, not supported by the underlying device
Apr  2 14:25:23 emard kernel: XFS mounting filesystem dm-17
Apr  2 14:25:23 emard kernel: Ending clean XFS mount for filesystem: dm-17
Apr  2 14:25:23 emard kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
Apr  2 14:25:23 emard kernel: ISO 9660 Extensions: RRIP_1991A
Apr  2 14:25:23 emard kernel: Adding 4194296k swap on /dev/mapper/cswap.  Priority:-1 extents:1 across:4194296k
Apr  2 14:25:23 emard kernel: find used greatest stack depth: 4280 bytes left
Apr  2 14:25:23 emard kernel: skge eth0: enabling interface
Apr  2 14:25:23 emard kernel: lsb_release used greatest stack depth: 4008 bytes left
Apr  2 14:25:23 emard kernel: skge eth0: Link is up at 1000 Mbps, full duplex, flow control both
Apr  2 14:25:23 emard kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Apr  2 14:25:23 emard kernel: Netfilter messages via NETLINK v0.30.
Apr  2 14:25:24 emard kernel: warning: `named' uses 32-bit capabilities (legacy support in use)
Apr  2 14:25:24 emard named[21599]: starting BIND 9.4.2 -u bind
Apr  2 14:25:24 emard named[21599]: found 2 CPUs, using 2 worker threads
Apr  2 14:25:24 emard named[21599]: loading configuration from '/etc/bind/named.conf'
Apr  2 14:25:24 emard named[21599]: no IPv6 interfaces found
Apr  2 14:25:24 emard named[21599]: listening on IPv4 interface lo, 127.0.0.1#53
Apr  2 14:25:24 emard named[21599]: automatic empty zone: 254.169.IN-ADDR.ARPA
Apr  2 14:25:24 emard named[21599]: automatic empty zone: 2.0.192.IN-ADDR.ARPA
Apr  2 14:25:24 emard named[21599]: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
Apr  2 14:25:24 emard named[21599]: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Apr  2 14:25:24 emard named[21599]: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Apr  2 14:25:24 emard named[21599]: automatic empty zone: D.F.IP6.ARPA
Apr  2 14:25:24 emard named[21599]: automatic empty zone: 8.E.F.IP6.ARPA
Apr  2 14:25:24 emard named[21599]: automatic empty zone: 9.E.F.IP6.ARPA
Apr  2 14:25:24 emard named[21599]: automatic empty zone: A.E.F.IP6.ARPA
Apr  2 14:25:24 emard named[21599]: automatic empty zone: B.E.F.IP6.ARPA
Apr  2 14:25:24 emard named[21599]: command channel listening on 127.0.0.1#953
Apr  2 14:25:24 emard named[21599]: zone 0.in-addr.arpa/IN: loaded serial 1
Apr  2 14:25:24 emard named[21599]: zone 127.in-addr.arpa/IN: loaded serial 1
Apr  2 14:25:24 emard named[21599]: zone 255.in-addr.arpa/IN: loaded serial 1
Apr  2 14:25:24 emard named[21599]: zone localhost/IN: loaded serial 2
Apr  2 14:25:24 emard named[21599]: zone dynamic1.net/IN: loaded serial 20020101
Apr  2 14:25:24 emard named[21599]: zone dynamic1.net/IN: sending notifies (serial 20020101)
Apr  2 14:25:24 emard named[21599]: running
Apr  2 14:25:25 emard dnsmasq[21678]: failed to create listening socket: Address already in use
Apr  2 14:25:25 emard dnsmasq[21678]: FAILED to start up
Apr  2 14:25:26 emard mysqld_safe[21776]: started
Apr  2 14:25:27 emard mysqld[21779]: 080402 14:25:27  InnoDB: Started; log sequence number 0 8918294
Apr  2 14:25:27 emard mysqld[21779]: 080402 14:25:27 [Note] /usr/sbin/mysqld: ready for connections.
Apr  2 14:25:27 emard mysqld[21779]: Version: '5.0.51a-3'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Debian)
Apr  2 14:25:28 emard /etc/mysql/debian-start[21834]: Upgrading MySQL tables if necessary.
Apr  2 14:25:28 emard /etc/mysql/debian-start[21839]: Looking for 'mysql' in: /usr/bin/mysql
Apr  2 14:25:28 emard /etc/mysql/debian-start[21839]: Looking for 'mysqlcheck' in: /usr/bin/mysqlcheck
Apr  2 14:25:28 emard /etc/mysql/debian-start[21839]: This installation of MySQL is already upgraded to 5.0.51a, use --force if you still need to run mysql_upgrade
Apr  2 14:25:28 emard /etc/mysql/debian-start[21856]: Checking for insecure root accounts.
Apr  2 14:25:28 emard /etc/mysql/debian-start[21866]: Checking for crashed MySQL tables.
Apr  2 14:25:29 emard kernel: input: Power Button (FF) as /class/input/input1
Apr  2 14:25:29 emard kernel: ACPI: Power Button (FF) [PWRF]
Apr  2 14:25:29 emard kernel: input: Power Button (CM) as /class/input/input2
Apr  2 14:25:29 emard kernel: ACPI: Power Button (CM) [PWRB]
Apr  2 14:25:33 emard /usr/sbin/gpm[22320]: *** info [daemon/startup.c(143)]: 
Apr  2 14:25:33 emard /usr/sbin/gpm[22320]: Started gpm successfully. Entered daemon mode.
Apr  2 14:25:42 emard snmpd[25047]: netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load() 
Apr  2 14:25:42 emard last message repeated 2 times
Apr  2 14:25:42 emard snmpd[25047]: could not open /proc/net/if_inet6 
Apr  2 14:25:43 emard snmpd[25047]: error finding row index in _ifXTable_container_row_restore 
Apr  2 14:25:43 emard snmpd[25047]: NET-SNMP version 5.4.1 
Apr  2 14:25:45 emard init: Re-reading inittab
Apr  2 14:25:46 emard ntpd[25299]: ntpd 4.2.4p4@1.1520-o Sun Jan 13 13:49:59 UTC 2008 (1)
Apr  2 14:25:46 emard ntpd[25300]: precision = 1.000 usec
Apr  2 14:25:46 emard ntpd[25300]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
Apr  2 14:25:46 emard ntpd[25300]: Listening on interface #1 lo, 127.0.0.1#123 Enabled
Apr  2 14:25:46 emard ntpd[25300]: Listening on interface #2 eth0, 192.168.9.2#123 Enabled
Apr  2 14:25:46 emard ntpd[25300]: Listening on interface #3 eth0:1, 192.168.2.2#123 Enabled
Apr  2 14:25:46 emard ntpd[25300]: kernel time sync status 0040
Apr  2 14:25:46 emard ntpd[25300]: frequency initialized 152.303 PPM from /var/lib/ntp/ntp.drift
Apr  2 14:25:46 emard avahi-daemon[25313]: Found user 'avahi' (UID 101) and group 'avahi' (GID 103).
Apr  2 14:25:46 emard avahi-daemon[25313]: Successfully dropped root privileges.
Apr  2 14:25:46 emard avahi-daemon[25313]: avahi-daemon 0.6.22 starting up.
Apr  2 14:25:46 emard avahi-daemon[25313]: Successfully called chroot().
Apr  2 14:25:46 emard avahi-daemon[25313]: Successfully dropped remaining capabilities.
Apr  2 14:25:46 emard avahi-daemon[25313]: No service file found in /etc/avahi/services.
Apr  2 14:25:46 emard avahi-daemon[25313]: socket() failed: Address family not supported by protocol
Apr  2 14:25:46 emard avahi-daemon[25313]: Failed to create IPv6 socket, proceeding in IPv4 only mode
Apr  2 14:25:46 emard avahi-daemon[25313]: socket() failed: Address family not supported by protocol
Apr  2 14:25:46 emard avahi-daemon[25313]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.2.2.
Apr  2 14:25:46 emard avahi-daemon[25313]: New relevant interface eth0.IPv4 for mDNS.
Apr  2 14:25:46 emard avahi-daemon[25313]: Network interface enumeration completed.
Apr  2 14:25:46 emard avahi-daemon[25313]: Registering new address record for 192.168.2.2 on eth0.IPv4.
Apr  2 14:25:46 emard avahi-daemon[25313]: Registering new address record for 192.168.9.2 on eth0.IPv4.
Apr  2 14:25:46 emard avahi-daemon[25313]: Registering HINFO record with values 'X86_64'/'LINUX'.
Apr  2 14:25:47 emard avahi-daemon[25313]: Server startup complete. Host name is emard.local. Local service cookie is 3612983290.
Apr  2 14:25:47 emard dhcdbd: Started up.
Apr  2 14:25:48 emard ntpd[25300]: getaddrinfo: "::1" invalid host address, ignored
Apr  2 14:25:53 emard hcid[25454]: Bluetooth HCI daemon
Apr  2 14:25:53 emard kernel: Bluetooth: Core ver 2.11
Apr  2 14:25:53 emard kernel: NET: Registered protocol family 31
Apr  2 14:25:53 emard kernel: Bluetooth: HCI device and connection manager initialized
Apr  2 14:25:53 emard kernel: Bluetooth: HCI socket layer initialized
Apr  2 14:25:53 emard hcid[25454]: Starting SDP server
Apr  2 14:25:53 emard kernel: Bluetooth: L2CAP ver 2.9
Apr  2 14:25:53 emard hcid[25454]: Created local server at unix:abstract=/var/run/dbus-2E4FAnEAP4,guid=d023d8faf9e2c0e65d5e57ca47f37b51
Apr  2 14:25:53 emard kernel: Bluetooth: L2CAP socket layer initialized
Apr  2 14:25:53 emard audio[25503]: Bluetooth Audio daemon
Apr  2 14:25:53 emard audio[25503]: /etc/bluetooth/audio.conf: Key file does not have key 'SCORouting'
Apr  2 14:25:53 emard audio[25503]: /etc/bluetooth/audio.conf: Key file does not have key 'Enable'
Apr  2 14:25:53 emard audio[25503]: /etc/bluetooth/audio.conf: Key file does not have key 'Disable'
Apr  2 14:25:53 emard audio[25503]: /etc/bluetooth/audio.conf: Key file does not have group 'A2DP'
Apr  2 14:25:53 emard audio[25503]: Config options: DisableHFP=true, SCORouting=HCI, SourceCount=1
Apr  2 14:25:53 emard audio[25503]: Unix socket created: 5
Apr  2 14:25:53 emard kernel: Bluetooth: RFCOMM socket layer initialized
Apr  2 14:25:53 emard kernel: Bluetooth: RFCOMM TTY layer initialized
Apr  2 14:25:53 emard kernel: Bluetooth: RFCOMM ver 1.8
Apr  2 14:25:53 emard audio[25503]: add_service_record: got record id 0x10000
Apr  2 14:25:53 emard audio[25503]: add_service_record: got record id 0x10001
Apr  2 14:25:53 emard audio[25503]: add_service_record: got record id 0x10002
Apr  2 14:25:53 emard audio[25503]: add_service_record: got record id 0x10003
Apr  2 14:25:53 emard audio[25503]: Registered manager path:/org/bluez/audio
Apr  2 14:25:53 emard audio[25503]: Loading device 68:21:22:06:10:31 (headset )
Apr  2 14:25:53 emard NetworkManager: <info>  starting... 
Apr  2 14:25:53 emard NetworkManager: <info>  Found dial up configuration for dsl-provider via Modem: ppp4 
Apr  2 14:25:53 emard NetworkManager: <info>  Found dial up configuration for vpn-css via Modem: ppp7 
Apr  2 14:25:53 emard NetworkManager: <info>  Found dial up configuration for vpn-csslab via Modem: ppp8 
Apr  2 14:25:55 emard squid[25732]: Squid Parent: child process 25734 started
Apr  2 14:25:55 emard squid[25734]: Starting Squid Cache version 2.6.STABLE18 for amd64-debian-linux-gnu... 
Apr  2 14:25:55 emard squid[25734]: Process ID 25734 
Apr  2 14:25:55 emard squid[25734]: With 1024 file descriptors available 
Apr  2 14:25:55 emard squid[25734]: Using epoll for the IO loop 
Apr  2 14:25:55 emard squid[25734]: DNS Socket created at 0.0.0.0, port 49450, FD 6 
Apr  2 14:25:55 emard squid[25734]: Adding nameserver 127.0.0.1 from /etc/resolv.conf 
Apr  2 14:25:55 emard squid[25734]: User-Agent logging is disabled. 
Apr  2 14:25:55 emard squid[25734]: Referer logging is disabled. 
Apr  2 14:25:55 emard squid[25734]: Unlinkd pipe opened on FD 11 
Apr  2 14:25:55 emard squid[25734]: Swap maxSize 102400 KB, estimated 7876 objects 
Apr  2 14:25:55 emard squid[25734]: Target number of buckets: 393 
Apr  2 14:25:55 emard squid[25734]: Using 8192 Store buckets 
Apr  2 14:25:55 emard squid[25734]: Max Mem  size: 8192 KB 
Apr  2 14:25:55 emard squid[25734]: Max Swap size: 102400 KB 
Apr  2 14:25:55 emard squid[25734]: Local cache digest enabled; rebuild/rewrite every 3600/3600 sec 
Apr  2 14:25:55 emard apcupsd[25769]: apcupsd FATAL ERROR in smartsetup.c at line 58 Cannot open UPS port /dev/ttyUSB0: No such device or address 
Apr  2 14:25:55 emard apcupsd[25769]: apcupsd error shutdown completed
Apr  2 14:25:55 emard squid[25734]: Rebuilding storage in /var/spool/squid (CLEAN) 
Apr  2 14:25:55 emard squid[25734]: Using Least Load store dir selection 
Apr  2 14:25:55 emard squid[25734]: Set Current Directory to /var/spool/squid 
Apr  2 14:25:55 emard squid[25734]: Loaded Icons. 
Apr  2 14:25:55 emard squid[25734]: Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 13. 
Apr  2 14:25:55 emard squid[25734]: Accepting ICP messages at 0.0.0.0, port 3130, FD 14. 
Apr  2 14:25:55 emard squid[25734]: HTCP Disabled. 
Apr  2 14:25:55 emard squid[25734]: WCCP Disabled. 
Apr  2 14:25:55 emard squid[25734]: Ready to serve requests. 
Apr  2 14:25:55 emard squid[25734]: Done reading /var/spool/squid swaplog (372 entries) 
Apr  2 14:25:55 emard squid[25734]: Finished rebuilding storage from disk. 
Apr  2 14:25:55 emard squid[25734]:       372 Entries scanned 
Apr  2 14:25:55 emard squid[25734]:         0 Invalid entries. 
Apr  2 14:25:55 emard squid[25734]:         0 With invalid flags. 
Apr  2 14:25:55 emard squid[25734]:       372 Objects loaded. 
Apr  2 14:25:55 emard squid[25734]:         0 Objects expired. 
Apr  2 14:25:55 emard squid[25734]:         0 Objects cancelled. 
Apr  2 14:25:55 emard squid[25734]:         0 Duplicate URLs purged. 
Apr  2 14:25:55 emard squid[25734]:         0 Swapfile clashes avoided. 
Apr  2 14:25:55 emard squid[25734]:   Took 0.6 seconds ( 575.5 objects/sec). 
Apr  2 14:25:55 emard squid[25734]: Beginning Validation Procedure 
Apr  2 14:25:55 emard squid[25734]:   Completed Validation Procedure 
Apr  2 14:25:55 emard squid[25734]:   Validated 372 Entries 
Apr  2 14:25:55 emard squid[25734]:   store_swap_size = 3072k 
Apr  2 14:25:55 emard anacron[25794]: Anacron 2.3 started on 2008-04-02
Apr  2 14:25:55 emard anacron[25794]: Normal exit (0 jobs run)
Apr  2 14:25:56 emard squid[25734]: storeLateRelease: released 0 objects 
Apr  2 14:25:56 emard /usr/sbin/cron[25819]: (CRON) INFO (pidfile fd = 3)
Apr  2 14:25:56 emard /usr/sbin/cron[25820]: (CRON) STARTUP (fork ok)
Apr  2 14:25:57 emard /usr/sbin/cron[25820]: (CRON) INFO (Running @reboot jobs)
Apr  2 14:25:57 emard ntpd[25300]: synchronized to 209.132.176.4, stratum 1
Apr  2 14:25:57 emard ntpd[25300]: kernel time sync status change 0001
Apr  2 14:25:58 emard gdm[25712]: WARNING: gdm_slave_xioerror_handler: Fatalna X greška - ponovo pokrećem :0 
Apr  2 14:26:02 emard gdm[25885]: WARNING: gdm_slave_xioerror_handler: Fatalna X greška - ponovo pokrećem :0 
Apr  2 14:26:06 emard gdm[26004]: WARNING: gdm_slave_xioerror_handler: Fatalna X greška - ponovo pokrećem :0 
Apr  2 14:26:07 emard /usr/sbin/gpm[22320]: *** info [daemon/gpm.c(745)]: 
Apr  2 14:26:07 emard /usr/sbin/gpm[22320]: Connecting at fd 6
Apr  2 14:26:08 emard /usr/sbin/gpm[22320]: *** info [daemon/gpm.c(647)]: 
Apr  2 14:26:08 emard /usr/sbin/gpm[22320]: Request on 6 (console 7)
Apr  2 14:26:08 emard /usr/sbin/gpm[22320]: *** info [daemon/gpm.c(656)]: 
Apr  2 14:26:08 emard /usr/sbin/gpm[22320]: Closing
Apr  2 14:26:08 emard /usr/sbin/gpm[22320]: *** info [daemon/gpm.c(745)]: 
Apr  2 14:26:08 emard /usr/sbin/gpm[22320]: Connecting at fd 6
Apr  2 14:26:08 emard /usr/sbin/gpm[22320]: *** info [daemon/gpm.c(647)]: 
Apr  2 14:26:08 emard /usr/sbin/gpm[22320]: Request on 6 (console 7)
Apr  2 14:26:08 emard /usr/sbin/gpm[22320]: *** info [daemon/gpm.c(656)]: 
Apr  2 14:26:08 emard /usr/sbin/gpm[22320]: Closing
Apr  2 14:26:42 emard snmpd[25047]: cannot open /proc/net/snmp6 ... 
Apr  2 14:27:08 emard kernel: ata6.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
Apr  2 14:27:08 emard kernel: ata6.00: cmd a0/00:00:00:02:00/00:00:00:00:00/a0 tag 0 pio 16388 in
Apr  2 14:27:08 emard kernel:          cdb 5a 00 2a 00 00 00 00 00  02 00 00 00 00 00 00 00
Apr  2 14:27:08 emard kernel:          res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Apr  2 14:27:08 emard kernel: ata6.00: status: { DRDY }
Apr  2 14:27:08 emard kernel: ata6: hard resetting link
Apr  2 14:27:08 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:27:39 emard kernel: ata6.00: qc timeout (cmd 0xa1)
Apr  2 14:27:39 emard kernel: ata6.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  2 14:27:39 emard kernel: ata6.00: revalidation failed (errno=-5)
Apr  2 14:27:39 emard kernel: ata6: failed to recover some devices, retrying in 5 secs
Apr  2 14:27:44 emard kernel: ata6: hard resetting link
Apr  2 14:27:44 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:28:04 emard /usr/sbin/gpm[22320]: *** info [daemon/gpm.c(745)]: 
Apr  2 14:28:04 emard /usr/sbin/gpm[22320]: Connecting at fd 6
Apr  2 14:28:05 emard /usr/sbin/gpm[22320]: *** info [daemon/gpm.c(647)]: 
Apr  2 14:28:05 emard /usr/sbin/gpm[22320]: Request on 6 (console 3)
Apr  2 14:28:05 emard /usr/sbin/gpm[22320]: *** info [daemon/gpm.c(656)]: 
Apr  2 14:28:05 emard /usr/sbin/gpm[22320]: Closing
Apr  2 14:28:14 emard kernel: ata6.00: qc timeout (cmd 0xa1)
Apr  2 14:28:15 emard kernel: ata7.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
Apr  2 14:28:15 emard kernel: ata7.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
Apr  2 14:28:15 emard kernel:          cdb 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
Apr  2 14:28:15 emard kernel:          res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Apr  2 14:28:15 emard kernel: ata7.00: status: { DRDY }
Apr  2 14:28:15 emard kernel: ata7: hard resetting link
Apr  2 14:28:15 emard kernel: ata6.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  2 14:28:15 emard kernel: ata6.00: revalidation failed (errno=-5)
Apr  2 14:28:15 emard kernel: ata6: failed to recover some devices, retrying in 5 secs
Apr  2 14:28:16 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  2 14:28:16 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:28:20 emard kernel: ata6: hard resetting link
Apr  2 14:28:21 emard kernel: ata6: failed to reset engine (errno=-5)
Apr  2 14:28:21 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:28:46 emard kernel: ata7.00: qc timeout (cmd 0xa1)
Apr  2 14:28:47 emard kernel: ata7.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  2 14:28:47 emard kernel: ata7.00: revalidation failed (errno=-5)
Apr  2 14:28:47 emard kernel: ata7: failed to recover some devices, retrying in 5 secs
Apr  2 14:28:52 emard kernel: ata6.00: qc timeout (cmd 0xa1)
Apr  2 14:28:52 emard kernel: ata7: hard resetting link
Apr  2 14:28:52 emard kernel: ata6.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  2 14:28:52 emard kernel: ata6.00: revalidation failed (errno=-5)
Apr  2 14:28:52 emard kernel: ata6.00: disabled
Apr  2 14:28:53 emard kernel: ata6: hard resetting link
Apr  2 14:28:53 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  2 14:28:53 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:28:54 emard kernel: ata6: failed to reset engine (errno=-5)
Apr  2 14:28:54 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:28:54 emard kernel: ata6: EH complete
Apr  2 14:29:24 emard kernel: ata7.00: qc timeout (cmd 0xa1)
Apr  2 14:29:24 emard kernel: ata7.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  2 14:29:24 emard kernel: ata7.00: revalidation failed (errno=-5)
Apr  2 14:29:24 emard kernel: ata7: failed to recover some devices, retrying in 5 secs
Apr  2 14:29:29 emard kernel: ata7: hard resetting link
Apr  2 14:29:30 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  2 14:29:31 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:30:01 emard kernel: ata7.00: qc timeout (cmd 0xa1)
Apr  2 14:30:01 emard kernel: ata7.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Apr  2 14:30:01 emard kernel: ata7.00: revalidation failed (errno=-5)
Apr  2 14:30:01 emard kernel: ata7.00: disabled
Apr  2 14:30:02 emard kernel: ata7: hard resetting link
Apr  2 14:30:03 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  2 14:30:03 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:30:03 emard kernel: ata7: EH complete

[-- Attachment #3: syslog-mounting.txt --]
[-- Type: text/plain, Size: 44178 bytes --]

Apr  2 14:32:49 emard syslogd 1.5.0#2: restart.
Apr  2 14:32:49 emard kernel: klogd 1.5.0#2, log source = /proc/kmsg started.
Apr  2 14:32:49 emard kernel: ncorrect checksum in table [OEMB] -  D1, should be C4 [20070126]
Apr  2 14:32:49 emard kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Apr  2 14:32:49 emard kernel: pnp: PnP ACPI init
Apr  2 14:32:49 emard kernel: ACPI: bus type pnp registered
Apr  2 14:32:49 emard kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
Apr  2 14:32:49 emard kernel:  00:01: calling quirk 0xffffffff8040dd4b: quirk_system_pci_resources+0x0/0x179()
Apr  2 14:32:49 emard kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr  2 14:32:49 emard kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
Apr  2 14:32:49 emard kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr  2 14:32:49 emard kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
Apr  2 14:32:49 emard kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
Apr  2 14:32:49 emard kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
Apr  2 14:32:49 emard kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0401 (active)
Apr  2 14:32:49 emard kernel:  00:08: calling quirk 0xffffffff8040dd4b: quirk_system_pci_resources+0x0/0x179()
Apr  2 14:32:49 emard kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  2 14:32:49 emard kernel:  00:09: calling quirk 0xffffffff8040dd4b: quirk_system_pci_resources+0x0/0x179()
Apr  2 14:32:49 emard kernel: pnp 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  2 14:32:49 emard kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0103 (active)
Apr  2 14:32:49 emard kernel: pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
Apr  2 14:32:49 emard kernel:  00:0c: calling quirk 0xffffffff8040dd4b: quirk_system_pci_resources+0x0/0x179()
Apr  2 14:32:49 emard kernel: pnp 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  2 14:32:49 emard kernel: pnp 00:0d: Plug and Play ACPI device, IDs PNP0501 (active)
Apr  2 14:32:49 emard kernel:  00:0e: calling quirk 0xffffffff8040dd4b: quirk_system_pci_resources+0x0/0x179()
Apr  2 14:32:49 emard kernel: pnp 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr  2 14:32:49 emard kernel:  00:0f: calling quirk 0xffffffff8040dd4b: quirk_system_pci_resources+0x0/0x179()
Apr  2 14:32:49 emard kernel: pnp 00:0f: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr  2 14:32:49 emard kernel: pnp: PnP ACPI: found 16 devices
Apr  2 14:32:49 emard kernel: ACPI: ACPI bus type pnp unregistered
Apr  2 14:32:49 emard kernel: SCSI subsystem initialized
Apr  2 14:32:49 emard kernel: libata version 3.00 loaded.
Apr  2 14:32:49 emard kernel: PCI: Using ACPI for IRQ routing
Apr  2 14:32:49 emard kernel: PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Apr  2 14:32:49 emard kernel: PCI-GART: No AMD northbridge found.
Apr  2 14:32:49 emard kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 11
Apr  2 14:32:49 emard kernel: hpet0: 3 64-bit timers, 14318180 Hz
Apr  2 14:32:49 emard kernel: pnp: the driver 'system' has been registered
Apr  2 14:32:49 emard kernel: system 00:01: iomem range 0xfed13000-0xfed19fff has been reserved
Apr  2 14:32:49 emard kernel: system 00:01: driver attached
Apr  2 14:32:49 emard kernel: system 00:08: ioport range 0x290-0x297 has been reserved
Apr  2 14:32:49 emard kernel: system 00:08: driver attached
Apr  2 14:32:49 emard kernel: system 00:09: ioport range 0x4d0-0x4d1 has been reserved
Apr  2 14:32:49 emard kernel: system 00:09: ioport range 0x800-0x87f has been reserved
Apr  2 14:32:49 emard kernel: system 00:09: ioport range 0x400-0x41f has been reserved
Apr  2 14:32:49 emard kernel: system 00:09: ioport range 0x480-0x4bf has been reserved
Apr  2 14:32:49 emard kernel: system 00:09: iomem range 0xfed1c000-0xfed1ffff has been reserved
Apr  2 14:32:49 emard kernel: system 00:09: iomem range 0xfed20000-0xfed3ffff has been reserved
Apr  2 14:32:49 emard kernel: system 00:09: iomem range 0xfed50000-0xfed8ffff has been reserved
Apr  2 14:32:49 emard kernel: system 00:09: iomem range 0xffb00000-0xffbfffff could not be reserved
Apr  2 14:32:49 emard kernel: system 00:09: iomem range 0xfff00000-0xffffffff could not be reserved
Apr  2 14:32:49 emard kernel: system 00:09: driver attached
Apr  2 14:32:49 emard kernel: system 00:0c: iomem range 0xfec00000-0xfec00fff has been reserved
Apr  2 14:32:49 emard kernel: system 00:0c: iomem range 0xfee00000-0xfee00fff could not be reserved
Apr  2 14:32:49 emard kernel: system 00:0c: driver attached
Apr  2 14:32:49 emard kernel: system 00:0e: iomem range 0xf0000000-0xf3ffffff has been reserved
Apr  2 14:32:49 emard kernel: system 00:0e: driver attached
Apr  2 14:32:49 emard kernel: system 00:0f: iomem range 0x0-0x9ffff could not be reserved
Apr  2 14:32:49 emard kernel: system 00:0f: iomem range 0xc0000-0xdffff has been reserved
Apr  2 14:32:49 emard kernel: system 00:0f: iomem range 0xe0000-0xfffff could not be reserved
Apr  2 14:32:49 emard kernel: system 00:0f: iomem range 0x100000-0x7fffffff could not be reserved
Apr  2 14:32:49 emard kernel: system 00:0f: iomem range 0x0-0x0 could not be reserved
Apr  2 14:32:49 emard kernel: system 00:0f: driver attached
Apr  2 14:32:49 emard kernel: PCI: Bridge: 0000:00:01.0
Apr  2 14:32:49 emard kernel:   IO window: disabled.
Apr  2 14:32:49 emard kernel:   MEM window: 0xedf00000-0xefffffff
Apr  2 14:32:49 emard kernel:   PREFETCH window: 0x00000000d0000000-0x00000000dfffffff
Apr  2 14:32:49 emard kernel: PCI: Bridge: 0000:00:1c.0
Apr  2 14:32:49 emard kernel:   IO window: disabled.
Apr  2 14:32:49 emard kernel:   MEM window: disabled.
Apr  2 14:32:49 emard kernel:   PREFETCH window: 0x00000000cff00000-0x00000000cfffffff
Apr  2 14:32:49 emard kernel: PCI: Bridge: 0000:00:1c.4
Apr  2 14:32:49 emard kernel:   IO window: e000-efff
Apr  2 14:32:49 emard kernel:   MEM window: 0xede00000-0xedefffff
Apr  2 14:32:49 emard kernel:   PREFETCH window: disabled.
Apr  2 14:32:49 emard kernel: PCI: Bridge: 0000:00:1c.5
Apr  2 14:32:49 emard kernel:   IO window: d000-dfff
Apr  2 14:32:49 emard kernel:   MEM window: 0xedd00000-0xeddfffff
Apr  2 14:32:49 emard kernel:   PREFETCH window: disabled.
Apr  2 14:32:49 emard kernel: PCI: Bridge: 0000:00:1e.0
Apr  2 14:32:49 emard kernel:   IO window: c000-cfff
Apr  2 14:32:49 emard kernel:   MEM window: 0xedc00000-0xedcfffff
Apr  2 14:32:49 emard kernel:   PREFETCH window: 0x0000000088000000-0x00000000880fffff
Apr  2 14:32:49 emard kernel: ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
Apr  2 14:32:49 emard kernel: PCI: Setting latency timer of device 0000:00:01.0 to 64
Apr  2 14:32:49 emard kernel: ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
Apr  2 14:32:49 emard kernel: PCI: Setting latency timer of device 0000:00:1c.0 to 64
Apr  2 14:32:49 emard kernel: ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 16 (level, low) -> IRQ 16
Apr  2 14:32:49 emard kernel: PCI: Setting latency timer of device 0000:00:1c.4 to 64
Apr  2 14:32:49 emard kernel: ACPI: PCI Interrupt 0000:00:1c.5[B] -> GSI 17 (level, low) -> IRQ 17
Apr  2 14:32:49 emard kernel: PCI: Setting latency timer of device 0000:00:1c.5 to 64
Apr  2 14:32:49 emard kernel: PCI: Setting latency timer of device 0000:00:1e.0 to 64
Apr  2 14:32:49 emard kernel: NET: Registered protocol family 2
Apr  2 14:32:49 emard kernel: IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
Apr  2 14:32:49 emard kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
Apr  2 14:32:49 emard kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Apr  2 14:32:49 emard kernel: TCP: Hash tables configured (established 262144 bind 65536)
Apr  2 14:32:49 emard kernel: TCP reno registered
Apr  2 14:32:49 emard kernel: checking if image is initramfs... it is
Apr  2 14:32:49 emard kernel: Freeing initrd memory: 3153k freed
Apr  2 14:32:49 emard kernel: IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
Apr  2 14:32:49 emard kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Apr  2 14:32:49 emard kernel: SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
Apr  2 14:32:49 emard kernel: SGI XFS Quota Management subsystem
Apr  2 14:32:49 emard kernel: io scheduler noop registered
Apr  2 14:32:49 emard kernel: io scheduler anticipatory registered (default)
Apr  2 14:32:49 emard kernel: io scheduler deadline registered
Apr  2 14:32:49 emard kernel: io scheduler cfq registered
Apr  2 14:32:49 emard kernel: pci 0000:05:00.0: Boot video device
Apr  2 14:32:49 emard kernel: PCI: Setting latency timer of device 0000:00:01.0 to 64
Apr  2 14:32:49 emard kernel: assign_interrupt_mode Found MSI capability
Apr  2 14:32:49 emard kernel: Allocate Port Service[0000:00:01.0:pcie00]
Apr  2 14:32:49 emard kernel: PCI: Setting latency timer of device 0000:00:1c.0 to 64
Apr  2 14:32:49 emard kernel: assign_interrupt_mode Found MSI capability
Apr  2 14:32:49 emard kernel: Allocate Port Service[0000:00:1c.0:pcie00]
Apr  2 14:32:49 emard kernel: PCI: Setting latency timer of device 0000:00:1c.4 to 64
Apr  2 14:32:49 emard kernel: assign_interrupt_mode Found MSI capability
Apr  2 14:32:49 emard kernel: Allocate Port Service[0000:00:1c.4:pcie00]
Apr  2 14:32:49 emard kernel: PCI: Setting latency timer of device 0000:00:1c.5 to 64
Apr  2 14:32:49 emard kernel: assign_interrupt_mode Found MSI capability
Apr  2 14:32:49 emard kernel: Allocate Port Service[0000:00:1c.5:pcie00]
Apr  2 14:32:49 emard kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Apr  2 14:32:49 emard kernel: hpet_resources: 0xfed00000 is busy
Apr  2 14:32:49 emard kernel: Linux agpgart interface v0.103
Apr  2 14:32:49 emard kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
Apr  2 14:32:49 emard kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Apr  2 14:32:49 emard kernel: pnp: the driver 'serial' has been registered
Apr  2 14:32:49 emard kernel: 00:0d: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Apr  2 14:32:49 emard kernel: serial 00:0d: driver attached
Apr  2 14:32:49 emard kernel: isa bounce pool size: 16 pages
Apr  2 14:32:49 emard kernel: Floppy drive(s): fd0 is 1.44M
Apr  2 14:32:49 emard kernel: FDC 0 is a post-1991 82077
Apr  2 14:32:49 emard kernel: brd: module loaded
Apr  2 14:32:49 emard kernel: loop: module loaded
Apr  2 14:32:49 emard kernel: Driver 'sd' needs updating - please use bus_type methods
Apr  2 14:32:49 emard kernel: ahci 0000:00:1f.2: version 3.0
Apr  2 14:32:49 emard kernel: ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 23 (level, low) -> IRQ 23
Apr  2 14:32:49 emard kernel: Switched to high resolution mode on CPU 1
Apr  2 14:32:49 emard kernel: Switched to high resolution mode on CPU 0
Apr  2 14:32:49 emard kernel: ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
Apr  2 14:32:49 emard kernel: ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part 
Apr  2 14:32:49 emard kernel: PCI: Setting latency timer of device 0000:00:1f.2 to 64
Apr  2 14:32:49 emard kernel: scsi0 : ahci
Apr  2 14:32:49 emard kernel: scsi1 : ahci
Apr  2 14:32:49 emard kernel: scsi2 : ahci
Apr  2 14:32:49 emard kernel: scsi3 : ahci
Apr  2 14:32:49 emard kernel: ata1: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffd00 irq 23
Apr  2 14:32:49 emard kernel: ata2: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffd80 irq 23
Apr  2 14:32:49 emard kernel: ata3: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffe00 irq 23
Apr  2 14:32:49 emard kernel: ata4: SATA max UDMA/133 abar m1024@0xedbffc00 port 0xedbffe80 irq 23
Apr  2 14:32:49 emard kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Apr  2 14:32:49 emard kernel: ata1.00: ATA-7: Hitachi HDT725032VLA360, V54OA73A, max UDMA/133
Apr  2 14:32:49 emard kernel: ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
Apr  2 14:32:49 emard kernel: ata1.00: configured for UDMA/133
Apr  2 14:32:49 emard kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Apr  2 14:32:49 emard kernel: ata2.00: ATA-7: Hitachi HDT725032VLA360, V54OA73A, max UDMA/133
Apr  2 14:32:49 emard kernel: ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
Apr  2 14:32:49 emard kernel: ata2.00: configured for UDMA/133
Apr  2 14:32:49 emard kernel: ata3: SATA link down (SStatus 0 SControl 300)
Apr  2 14:32:49 emard kernel: ata4: SATA link down (SStatus 0 SControl 300)
Apr  2 14:32:49 emard kernel: scsi 0:0:0:0: Direct-Access     ATA      Hitachi HDT72503 V54O PQ: 0 ANSI: 5
Apr  2 14:32:49 emard kernel: sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
Apr  2 14:32:49 emard kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr  2 14:32:49 emard kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr  2 14:32:49 emard kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  2 14:32:49 emard kernel: sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
Apr  2 14:32:49 emard kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr  2 14:32:49 emard kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr  2 14:32:49 emard kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  2 14:32:49 emard kernel:  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 >
Apr  2 14:32:49 emard kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Apr  2 14:32:49 emard kernel: scsi 1:0:0:0: Direct-Access     ATA      Hitachi HDT72503 V54O PQ: 0 ANSI: 5
Apr  2 14:32:49 emard kernel: sd 1:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
Apr  2 14:32:49 emard kernel: sd 1:0:0:0: [sdb] Write Protect is off
Apr  2 14:32:49 emard kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Apr  2 14:32:49 emard kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  2 14:32:49 emard kernel: sd 1:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
Apr  2 14:32:49 emard kernel: sd 1:0:0:0: [sdb] Write Protect is off
Apr  2 14:32:49 emard kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Apr  2 14:32:49 emard kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  2 14:32:49 emard kernel:  sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 sdb8 sdb9 >
Apr  2 14:32:49 emard kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Apr  2 14:32:49 emard kernel: ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
Apr  2 14:32:49 emard kernel: ahci 0000:02:00.0: controller can't do NCQ, turning off CAP_NCQ
Apr  2 14:32:49 emard kernel: ahci 0000:02:00.0: MV_AHCI HACK: port_map 1f -> f
Apr  2 14:32:49 emard kernel: ahci 0000:02:00.0: AHCI 0001.0000 32 slots 5 ports 3 Gbps 0xf impl RAID mode
Apr  2 14:32:49 emard kernel: ahci 0000:02:00.0: flags: 64bit stag pmp slum part 
Apr  2 14:32:49 emard kernel: PCI: Setting latency timer of device 0000:02:00.0 to 64
Apr  2 14:32:49 emard kernel: scsi4 : ahci
Apr  2 14:32:49 emard kernel: scsi5 : ahci
Apr  2 14:32:49 emard kernel: scsi6 : ahci
Apr  2 14:32:49 emard kernel: scsi7 : ahci
Apr  2 14:32:49 emard kernel: scsi8 : ahci
Apr  2 14:32:49 emard kernel: ata5: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffd00 irq 17
Apr  2 14:32:49 emard kernel: ata6: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffd80 irq 17
Apr  2 14:32:49 emard kernel: ata7: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffe00 irq 17
Apr  2 14:32:49 emard kernel: ata8: SATA max UDMA/133 abar m1024@0xeddffc00 port 0xeddffe80 irq 17
Apr  2 14:32:49 emard kernel: ata9: DUMMY
Apr  2 14:32:49 emard kernel: ata5: SATA link down (SStatus 0 SControl 300)
Apr  2 14:32:49 emard kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:32:49 emard kernel: ata6.00: ATAPI: PIONEER DVD-RW  DVR-215D, 1.18, max UDMA/66
Apr  2 14:32:49 emard kernel: ata6.00: configured for UDMA/66
Apr  2 14:32:49 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:32:49 emard kernel: ata7.00: ATAPI: Optiarc DVD RW AD-7173S, 1-02, max UDMA/66
Apr  2 14:32:49 emard kernel: ata7.00: configured for UDMA/66
Apr  2 14:32:49 emard kernel: ata8: SATA link down (SStatus 0 SControl 300)
Apr  2 14:32:49 emard kernel: scsi 5:0:0:0: CD-ROM            PIONEER  DVD-RW  DVR-215D 1.18 PQ: 0 ANSI: 5
Apr  2 14:32:49 emard kernel: scsi 6:0:0:0: CD-ROM            Optiarc  DVD RW AD-7173S  1-02 PQ: 0 ANSI: 5
Apr  2 14:32:49 emard kernel: pnp: the driver 'i8042 kbd' has been registered
Apr  2 14:32:49 emard kernel: i8042 kbd 00:0b: driver attached
Apr  2 14:32:49 emard kernel: pnp: the driver 'i8042 aux' has been registered
Apr  2 14:32:49 emard kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Apr  2 14:32:49 emard kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Apr  2 14:32:49 emard kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr  2 14:32:49 emard kernel: mice: PS/2 mouse device common for all mice
Apr  2 14:32:49 emard kernel: input: AT Translated Set 2 keyboard as /class/input/input0
Apr  2 14:32:49 emard kernel: md: raid1 personality registered for level 1
Apr  2 14:32:49 emard kernel: device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com
Apr  2 14:32:49 emard kernel: cpuidle: using governor ladder
Apr  2 14:32:49 emard kernel: cpuidle: using governor menu
Apr  2 14:32:49 emard kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Apr  2 14:32:49 emard kernel: NET: Registered protocol family 1
Apr  2 14:32:49 emard kernel: NET: Registered protocol family 17
Apr  2 14:32:49 emard kernel: NET: Registered protocol family 15
Apr  2 14:32:49 emard kernel: RPC: Registered udp transport module.
Apr  2 14:32:49 emard kernel: RPC: Registered tcp transport module.
Apr  2 14:32:49 emard kernel: Freeing unused kernel memory: 260k freed
Apr  2 14:32:49 emard kernel: exe used greatest stack depth: 6040 bytes left
Apr  2 14:32:49 emard kernel: ACPI: SSDT 7FF4E0C0, 01C6 (r1    AMI   CPU1PM        1 INTL 20060113)
Apr  2 14:32:49 emard kernel: ACPI: ACPI0007:00 is registered as cooling_device0
Apr  2 14:32:49 emard kernel: ACPI: Processor [CPU1] (supports 8 throttling states)
Apr  2 14:32:49 emard kernel: ACPI: SSDT 7FF4E290, 013A (r1    AMI   CPU2PM        1 INTL 20060113)
Apr  2 14:32:49 emard kernel: ACPI: ACPI0007:01 is registered as cooling_device1
Apr  2 14:32:49 emard kernel: ACPI: Processor [CPU2] (supports 8 throttling states)
Apr  2 14:32:49 emard kernel: modprobe used greatest stack depth: 5360 bytes left
Apr  2 14:32:49 emard kernel: Driver 'sr' needs updating - please use bus_type methods
Apr  2 14:32:49 emard kernel: sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Apr  2 14:32:49 emard kernel: Uniform CD-ROM driver Revision: 3.20
Apr  2 14:32:49 emard kernel: sr 5:0:0:0: Attached scsi CD-ROM sr0
Apr  2 14:32:49 emard kernel: sr1: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Apr  2 14:32:49 emard kernel: sr 6:0:0:0: Attached scsi CD-ROM sr1
Apr  2 14:32:49 emard kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Apr  2 14:32:49 emard kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Apr  2 14:32:49 emard kernel: sr 5:0:0:0: Attached scsi generic sg2 type 5
Apr  2 14:32:49 emard kernel: sr 6:0:0:0: Attached scsi generic sg3 type 5
Apr  2 14:32:49 emard kernel: Uniform Multi-Platform E-IDE driver
Apr  2 14:32:49 emard kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Apr  2 14:32:49 emard kernel: ICH7: IDE controller (0x8086:0x27df rev 0x01) at  PCI slot 0000:00:1f.1
Apr  2 14:32:49 emard kernel: ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 22 (level, low) -> IRQ 22
Apr  2 14:32:49 emard kernel: ICH7: not 100% native mode: will probe irqs later
Apr  2 14:32:49 emard kernel:     ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:PIO, hdb:DMA
Apr  2 14:32:49 emard kernel:     ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:PIO, hdd:PIO
Apr  2 14:32:49 emard kernel: Probing IDE interface ide0...
Apr  2 14:32:49 emard kernel: scsi_id used greatest stack depth: 5304 bytes left
Apr  2 14:32:49 emard kernel: hdb: HL-DT-ST DVDRAM GSA-4167B, ATAPI CD/DVD-ROM drive
Apr  2 14:32:49 emard kernel: hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4
Apr  2 14:32:49 emard kernel: hdb: UDMA/33 mode selected
Apr  2 14:32:49 emard kernel: Probing IDE interface ide1...
Apr  2 14:32:49 emard kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Apr  2 14:32:49 emard kernel: ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 21 (level, low) -> IRQ 21
Apr  2 14:32:49 emard kernel: skge 1.13 addr 0xedcf4000 irq 21 chip Yukon-Lite rev 9
Apr  2 14:32:49 emard kernel: skge eth0: addr 00:18:f3:92:09:fe
Apr  2 14:32:49 emard kernel: udev: renamed network interface eth0 to eth3
Apr  2 14:32:49 emard kernel: hdb: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
Apr  2 14:32:49 emard kernel: md: md205 stopped.
Apr  2 14:32:49 emard kernel: md: md206 stopped.
Apr  2 14:32:49 emard kernel: md: md207 stopped.
Apr  2 14:32:49 emard kernel: md: md208 stopped.
Apr  2 14:32:49 emard kernel: md: md209 stopped.
Apr  2 14:32:49 emard kernel: md: bind<sda9>
Apr  2 14:32:49 emard kernel: md: bind<sdb9>
Apr  2 14:32:49 emard kernel: raid1: raid set md209 active with 2 out of 2 mirrors
Apr  2 14:32:49 emard kernel: md: bind<sda8>
Apr  2 14:32:49 emard kernel: md: bind<sdb8>
Apr  2 14:32:49 emard kernel: raid1: raid set md208 active with 2 out of 2 mirrors
Apr  2 14:32:49 emard kernel: md: bind<sda7>
Apr  2 14:32:49 emard kernel: md: bind<sdb7>
Apr  2 14:32:49 emard kernel: raid1: raid set md207 active with 2 out of 2 mirrors
Apr  2 14:32:49 emard kernel: md: bind<sda6>
Apr  2 14:32:49 emard kernel: md: bind<sdb6>
Apr  2 14:32:49 emard kernel: raid1: raid set md206 active with 2 out of 2 mirrors
Apr  2 14:32:49 emard kernel: md: bind<sda5>
Apr  2 14:32:49 emard kernel: md: bind<sdb5>
Apr  2 14:32:49 emard kernel: raid1: raid set md205 active with 2 out of 2 mirrors
Apr  2 14:32:49 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:32:49 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:32:49 emard kernel: modprobe used greatest stack depth: 5264 bytes left
Apr  2 14:32:49 emard kernel: stty used greatest stack depth: 4360 bytes left
Apr  2 14:32:49 emard kernel: Real Time Clock Driver v1.12ac
Apr  2 14:32:49 emard kernel: Generic RTC Driver v1.07
Apr  2 14:32:49 emard kernel: EXT3 FS on md206, internal journal
Apr  2 14:32:49 emard kernel: tun: Universal TUN/TAP device driver, 1.6
Apr  2 14:32:49 emard kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Apr  2 14:32:49 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:32:49 emard kernel: EXT3 FS on dm-24, internal journal
Apr  2 14:32:49 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:32:49 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:32:49 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:32:49 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:32:49 emard kernel: EXT3 FS on dm-2, internal journal
Apr  2 14:32:49 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:32:49 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:32:49 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:32:49 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:32:49 emard kernel: EXT3 FS on dm-1, internal journal
Apr  2 14:32:49 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:32:49 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:32:49 emard kernel: EXT3 FS on dm-18, internal journal
Apr  2 14:32:49 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:32:49 emard kernel: kjournald starting.  Commit interval 5 seconds
Apr  2 14:32:49 emard kernel: EXT3 FS on dm-24, internal journal
Apr  2 14:32:49 emard kernel: EXT3-fs: mounted filesystem with ordered data mode.
Apr  2 14:32:49 emard kernel: Filesystem "dm-17": Disabling barriers, not supported by the underlying device
Apr  2 14:32:49 emard kernel: XFS mounting filesystem dm-17
Apr  2 14:32:49 emard kernel: Ending clean XFS mount for filesystem: dm-17
Apr  2 14:32:49 emard kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
Apr  2 14:32:49 emard kernel: ISO 9660 Extensions: RRIP_1991A
Apr  2 14:32:49 emard kernel: Adding 4194296k swap on /dev/mapper/cswap.  Priority:-1 extents:1 across:4194296k
Apr  2 14:32:49 emard kernel: find used greatest stack depth: 4280 bytes left
Apr  2 14:32:49 emard kernel: skge eth0: enabling interface
Apr  2 14:32:49 emard kernel: lsb_release used greatest stack depth: 4008 bytes left
Apr  2 14:32:49 emard kernel: skge eth0: Link is up at 1000 Mbps, full duplex, flow control both
Apr  2 14:32:49 emard kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Apr  2 14:32:49 emard kernel: Netfilter messages via NETLINK v0.30.
Apr  2 14:32:49 emard kernel: warning: `named' uses 32-bit capabilities (legacy support in use)
Apr  2 14:32:49 emard named[21757]: starting BIND 9.4.2 -u bind
Apr  2 14:32:49 emard named[21757]: found 2 CPUs, using 2 worker threads
Apr  2 14:32:49 emard named[21757]: loading configuration from '/etc/bind/named.conf'
Apr  2 14:32:49 emard named[21757]: no IPv6 interfaces found
Apr  2 14:32:49 emard named[21757]: listening on IPv4 interface lo, 127.0.0.1#53
Apr  2 14:32:49 emard named[21757]: automatic empty zone: 254.169.IN-ADDR.ARPA
Apr  2 14:32:49 emard named[21757]: automatic empty zone: 2.0.192.IN-ADDR.ARPA
Apr  2 14:32:49 emard named[21757]: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
Apr  2 14:32:49 emard named[21757]: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Apr  2 14:32:49 emard named[21757]: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Apr  2 14:32:49 emard named[21757]: automatic empty zone: D.F.IP6.ARPA
Apr  2 14:32:49 emard named[21757]: automatic empty zone: 8.E.F.IP6.ARPA
Apr  2 14:32:49 emard named[21757]: automatic empty zone: 9.E.F.IP6.ARPA
Apr  2 14:32:49 emard named[21757]: automatic empty zone: A.E.F.IP6.ARPA
Apr  2 14:32:49 emard named[21757]: automatic empty zone: B.E.F.IP6.ARPA
Apr  2 14:32:49 emard named[21757]: command channel listening on 127.0.0.1#953
Apr  2 14:32:49 emard named[21757]: zone 0.in-addr.arpa/IN: loaded serial 1
Apr  2 14:32:49 emard named[21757]: zone 127.in-addr.arpa/IN: loaded serial 1
Apr  2 14:32:49 emard named[21757]: zone 255.in-addr.arpa/IN: loaded serial 1
Apr  2 14:32:49 emard named[21757]: zone localhost/IN: loaded serial 2
Apr  2 14:32:49 emard named[21757]: zone dynamic1.net/IN: loaded serial 20020101
Apr  2 14:32:49 emard named[21757]: running
Apr  2 14:32:49 emard named[21757]: zone dynamic1.net/IN: sending notifies (serial 20020101)
Apr  2 14:32:51 emard dnsmasq[21836]: failed to create listening socket: Address already in use
Apr  2 14:32:51 emard dnsmasq[21836]: FAILED to start up
Apr  2 14:32:52 emard mysqld_safe[21934]: started
Apr  2 14:32:52 emard mysqld[21937]: 080402 14:32:52  InnoDB: Started; log sequence number 0 8918294
Apr  2 14:32:53 emard mysqld[21937]: 080402 14:32:53 [Note] /usr/sbin/mysqld: ready for connections.
Apr  2 14:32:53 emard mysqld[21937]: Version: '5.0.51a-3'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Debian)
Apr  2 14:32:53 emard /etc/mysql/debian-start[21982]: Upgrading MySQL tables if necessary.
Apr  2 14:32:53 emard /etc/mysql/debian-start[21987]: Looking for 'mysql' in: /usr/bin/mysql
Apr  2 14:32:53 emard /etc/mysql/debian-start[21987]: Looking for 'mysqlcheck' in: /usr/bin/mysqlcheck
Apr  2 14:32:53 emard /etc/mysql/debian-start[21987]: This installation of MySQL is already upgraded to 5.0.51a, use --force if you still need to run mysql_upgrade
Apr  2 14:32:53 emard /etc/mysql/debian-start[22019]: Checking for insecure root accounts.
Apr  2 14:32:53 emard /etc/mysql/debian-start[22023]: Checking for crashed MySQL tables.
Apr  2 14:32:53 emard kernel: input: Power Button (FF) as /class/input/input1
Apr  2 14:32:53 emard kernel: ACPI: Power Button (FF) [PWRF]
Apr  2 14:32:53 emard kernel: input: Power Button (CM) as /class/input/input2
Apr  2 14:32:53 emard kernel: ACPI: Power Button (CM) [PWRB]
Apr  2 14:32:57 emard /usr/sbin/gpm[22458]: *** info [daemon/startup.c(143)]: 
Apr  2 14:32:57 emard /usr/sbin/gpm[22458]: Started gpm successfully. Entered daemon mode.
Apr  2 14:33:07 emard snmpd[25185]: netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load() 
Apr  2 14:33:07 emard last message repeated 2 times
Apr  2 14:33:07 emard snmpd[25185]: could not open /proc/net/if_inet6 
Apr  2 14:33:08 emard snmpd[25185]: NET-SNMP version 5.4.1 
Apr  2 14:33:10 emard init: Re-reading inittab
Apr  2 14:33:10 emard ntpd[25437]: ntpd 4.2.4p4@1.1520-o Sun Jan 13 13:49:59 UTC 2008 (1)
Apr  2 14:33:10 emard ntpd[25438]: precision = 1.000 usec
Apr  2 14:33:10 emard ntpd[25438]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
Apr  2 14:33:10 emard ntpd[25438]: Listening on interface #1 lo, 127.0.0.1#123 Enabled
Apr  2 14:33:10 emard ntpd[25438]: Listening on interface #2 eth0, 192.168.9.2#123 Enabled
Apr  2 14:33:10 emard ntpd[25438]: Listening on interface #3 eth0:1, 192.168.2.2#123 Enabled
Apr  2 14:33:10 emard ntpd[25438]: kernel time sync status 0040
Apr  2 14:33:11 emard ntpd[25438]: frequency initialized 152.260 PPM from /var/lib/ntp/ntp.drift
Apr  2 14:33:11 emard avahi-daemon[25451]: Found user 'avahi' (UID 101) and group 'avahi' (GID 103).
Apr  2 14:33:11 emard avahi-daemon[25451]: Successfully dropped root privileges.
Apr  2 14:33:11 emard avahi-daemon[25451]: avahi-daemon 0.6.22 starting up.
Apr  2 14:33:11 emard avahi-daemon[25451]: Successfully called chroot().
Apr  2 14:33:11 emard avahi-daemon[25451]: Successfully dropped remaining capabilities.
Apr  2 14:33:11 emard avahi-daemon[25451]: No service file found in /etc/avahi/services.
Apr  2 14:33:11 emard avahi-daemon[25451]: socket() failed: Address family not supported by protocol
Apr  2 14:33:11 emard avahi-daemon[25451]: Failed to create IPv6 socket, proceeding in IPv4 only mode
Apr  2 14:33:11 emard avahi-daemon[25451]: socket() failed: Address family not supported by protocol
Apr  2 14:33:11 emard avahi-daemon[25451]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.2.2.
Apr  2 14:33:11 emard avahi-daemon[25451]: New relevant interface eth0.IPv4 for mDNS.
Apr  2 14:33:11 emard avahi-daemon[25451]: Network interface enumeration completed.
Apr  2 14:33:11 emard avahi-daemon[25451]: Registering new address record for 192.168.2.2 on eth0.IPv4.
Apr  2 14:33:11 emard avahi-daemon[25451]: Registering new address record for 192.168.9.2 on eth0.IPv4.
Apr  2 14:33:11 emard avahi-daemon[25451]: Registering HINFO record with values 'X86_64'/'LINUX'.
Apr  2 14:33:11 emard dhcdbd: Started up.
Apr  2 14:33:12 emard avahi-daemon[25451]: Server startup complete. Host name is emard.local. Local service cookie is 3584988006.
Apr  2 14:33:12 emard ntpd[25438]: getaddrinfo: "::1" invalid host address, ignored
Apr  2 14:33:18 emard hcid[25592]: Bluetooth HCI daemon
Apr  2 14:33:18 emard kernel: Bluetooth: Core ver 2.11
Apr  2 14:33:18 emard kernel: NET: Registered protocol family 31
Apr  2 14:33:18 emard kernel: Bluetooth: HCI device and connection manager initialized
Apr  2 14:33:18 emard kernel: Bluetooth: HCI socket layer initialized
Apr  2 14:33:18 emard hcid[25592]: Starting SDP server
Apr  2 14:33:18 emard kernel: Bluetooth: L2CAP ver 2.9
Apr  2 14:33:18 emard kernel: Bluetooth: L2CAP socket layer initialized
Apr  2 14:33:18 emard hcid[25592]: Created local server at unix:abstract=/var/run/dbus-vB8sWoxDtX,guid=c265ef79856808a30c1e188547f37d0e
Apr  2 14:33:18 emard audio[25638]: Bluetooth Audio daemon
Apr  2 14:33:18 emard audio[25638]: /etc/bluetooth/audio.conf: Key file does not have key 'SCORouting'
Apr  2 14:33:18 emard audio[25638]: /etc/bluetooth/audio.conf: Key file does not have key 'Enable'
Apr  2 14:33:18 emard audio[25638]: /etc/bluetooth/audio.conf: Key file does not have key 'Disable'
Apr  2 14:33:18 emard audio[25638]: /etc/bluetooth/audio.conf: Key file does not have group 'A2DP'
Apr  2 14:33:18 emard audio[25638]: Config options: DisableHFP=true, SCORouting=HCI, SourceCount=1
Apr  2 14:33:18 emard audio[25638]: Unix socket created: 5
Apr  2 14:33:18 emard kernel: Bluetooth: RFCOMM socket layer initialized
Apr  2 14:33:18 emard kernel: Bluetooth: RFCOMM TTY layer initialized
Apr  2 14:33:18 emard kernel: Bluetooth: RFCOMM ver 1.8
Apr  2 14:33:18 emard audio[25638]: add_service_record: got record id 0x10000
Apr  2 14:33:18 emard audio[25638]: add_service_record: got record id 0x10001
Apr  2 14:33:18 emard audio[25638]: add_service_record: got record id 0x10002
Apr  2 14:33:18 emard audio[25638]: add_service_record: got record id 0x10003
Apr  2 14:33:18 emard audio[25638]: Registered manager path:/org/bluez/audio
Apr  2 14:33:18 emard audio[25638]: Loading device 68:21:22:06:10:31 (headset )
Apr  2 14:33:18 emard NetworkManager: <info>  starting... 
Apr  2 14:33:18 emard NetworkManager: <info>  Found dial up configuration for dsl-provider via Modem: ppp4 
Apr  2 14:33:18 emard NetworkManager: <info>  Found dial up configuration for vpn-css via Modem: ppp7 
Apr  2 14:33:18 emard NetworkManager: <info>  Found dial up configuration for vpn-csslab via Modem: ppp8 
Apr  2 14:33:19 emard squid[25868]: Squid Parent: child process 25870 started
Apr  2 14:33:19 emard squid[25870]: Starting Squid Cache version 2.6.STABLE18 for amd64-debian-linux-gnu... 
Apr  2 14:33:19 emard squid[25870]: Process ID 25870 
Apr  2 14:33:19 emard squid[25870]: With 1024 file descriptors available 
Apr  2 14:33:19 emard squid[25870]: Using epoll for the IO loop 
Apr  2 14:33:19 emard squid[25870]: DNS Socket created at 0.0.0.0, port 34889, FD 6 
Apr  2 14:33:19 emard squid[25870]: Adding nameserver 127.0.0.1 from /etc/resolv.conf 
Apr  2 14:33:19 emard squid[25870]: User-Agent logging is disabled. 
Apr  2 14:33:19 emard squid[25870]: Referer logging is disabled. 
Apr  2 14:33:20 emard squid[25870]: Unlinkd pipe opened on FD 11 
Apr  2 14:33:20 emard squid[25870]: Swap maxSize 102400 KB, estimated 7876 objects 
Apr  2 14:33:20 emard squid[25870]: Target number of buckets: 393 
Apr  2 14:33:20 emard squid[25870]: Using 8192 Store buckets 
Apr  2 14:33:20 emard squid[25870]: Max Mem  size: 8192 KB 
Apr  2 14:33:20 emard squid[25870]: Max Swap size: 102400 KB 
Apr  2 14:33:20 emard squid[25870]: Local cache digest enabled; rebuild/rewrite every 3600/3600 sec 
Apr  2 14:33:20 emard apcupsd[25906]: apcupsd FATAL ERROR in smartsetup.c at line 58 Cannot open UPS port /dev/ttyUSB0: No such device or address 
Apr  2 14:33:20 emard apcupsd[25906]: apcupsd error shutdown completed
Apr  2 14:33:20 emard squid[25870]: Rebuilding storage in /var/spool/squid (CLEAN) 
Apr  2 14:33:20 emard squid[25870]: Using Least Load store dir selection 
Apr  2 14:33:20 emard squid[25870]: Set Current Directory to /var/spool/squid 
Apr  2 14:33:20 emard squid[25870]: Loaded Icons. 
Apr  2 14:33:20 emard squid[25870]: Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 13. 
Apr  2 14:33:20 emard squid[25870]: Accepting ICP messages at 0.0.0.0, port 3130, FD 14. 
Apr  2 14:33:20 emard squid[25870]: HTCP Disabled. 
Apr  2 14:33:20 emard squid[25870]: WCCP Disabled. 
Apr  2 14:33:20 emard squid[25870]: Ready to serve requests. 
Apr  2 14:33:20 emard anacron[25921]: Anacron 2.3 started on 2008-04-02
Apr  2 14:33:20 emard squid[25870]: Done reading /var/spool/squid swaplog (372 entries) 
Apr  2 14:33:20 emard squid[25870]: Finished rebuilding storage from disk. 
Apr  2 14:33:20 emard squid[25870]:       372 Entries scanned 
Apr  2 14:33:20 emard squid[25870]:         0 Invalid entries. 
Apr  2 14:33:20 emard squid[25870]:         0 With invalid flags. 
Apr  2 14:33:20 emard squid[25870]:       372 Objects loaded. 
Apr  2 14:33:20 emard squid[25870]:         0 Objects expired. 
Apr  2 14:33:20 emard squid[25870]:         0 Objects cancelled. 
Apr  2 14:33:20 emard squid[25870]:         0 Duplicate URLs purged. 
Apr  2 14:33:20 emard squid[25870]:         0 Swapfile clashes avoided. 
Apr  2 14:33:20 emard squid[25870]:   Took 0.6 seconds ( 625.5 objects/sec). 
Apr  2 14:33:20 emard squid[25870]: Beginning Validation Procedure 
Apr  2 14:33:20 emard squid[25870]:   Completed Validation Procedure 
Apr  2 14:33:20 emard squid[25870]:   Validated 372 Entries 
Apr  2 14:33:20 emard squid[25870]:   store_swap_size = 3072k 
Apr  2 14:33:20 emard anacron[25921]: Normal exit (0 jobs run)
Apr  2 14:33:20 emard /usr/sbin/cron[25956]: (CRON) INFO (pidfile fd = 3)
Apr  2 14:33:20 emard /usr/sbin/cron[25957]: (CRON) STARTUP (fork ok)
Apr  2 14:33:20 emard squid[25870]: storeLateRelease: released 0 objects 
Apr  2 14:33:20 emard /usr/sbin/cron[25957]: (CRON) INFO (Running @reboot jobs)
Apr  2 14:33:22 emard ntpd[25438]: synchronized to 204.152.186.173, stratum 2
Apr  2 14:33:22 emard ntpd[25438]: kernel time sync status change 0001
Apr  2 14:33:23 emard gdm[25848]: WARNING: gdm_slave_xioerror_handler: Fatalna X greška - ponovo pokrećem :0 
Apr  2 14:33:27 emard gdm[26084]: WARNING: gdm_slave_xioerror_handler: Fatalna X greška - ponovo pokrećem :0 
Apr  2 14:33:31 emard gdm[26133]: WARNING: gdm_slave_xioerror_handler: Fatalna X greška - ponovo pokrećem :0 
Apr  2 14:33:31 emard /usr/sbin/gpm[22458]: *** info [daemon/gpm.c(745)]: 
Apr  2 14:33:31 emard /usr/sbin/gpm[22458]: Connecting at fd 6
Apr  2 14:33:33 emard /usr/sbin/gpm[22458]: *** info [daemon/gpm.c(647)]: 
Apr  2 14:33:33 emard /usr/sbin/gpm[22458]: Request on 6 (console 8)
Apr  2 14:33:33 emard /usr/sbin/gpm[22458]: *** info [daemon/gpm.c(656)]: 
Apr  2 14:33:33 emard /usr/sbin/gpm[22458]: Closing
Apr  2 14:33:33 emard /usr/sbin/gpm[22458]: *** info [daemon/gpm.c(745)]: 
Apr  2 14:33:33 emard /usr/sbin/gpm[22458]: Connecting at fd 6
Apr  2 14:33:33 emard /usr/sbin/gpm[22458]: *** info [daemon/gpm.c(647)]: 
Apr  2 14:33:33 emard /usr/sbin/gpm[22458]: Request on 6 (console 8)
Apr  2 14:33:33 emard /usr/sbin/gpm[22458]: *** info [daemon/gpm.c(656)]: 
Apr  2 14:33:33 emard /usr/sbin/gpm[22458]: Closing
Apr  2 14:34:07 emard snmpd[25185]: cannot open /proc/net/snmp6 ... 
Apr  2 14:34:16 emard kernel: end_request: I/O error, dev sr0, sector 2096896
Apr  2 14:34:16 emard kernel: Buffer I/O error on device sr0, logical block 2096896
Apr  2 14:34:16 emard kernel: Buffer I/O error on device sr0, logical block 2096897
Apr  2 14:34:16 emard kernel: Buffer I/O error on device sr0, logical block 2096898
Apr  2 14:34:16 emard kernel: Buffer I/O error on device sr0, logical block 2096899
Apr  2 14:34:16 emard kernel: Buffer I/O error on device sr0, logical block 2096900
Apr  2 14:34:16 emard kernel: Buffer I/O error on device sr0, logical block 2096901
Apr  2 14:34:16 emard kernel: Buffer I/O error on device sr0, logical block 2096902
Apr  2 14:34:16 emard kernel: Buffer I/O error on device sr0, logical block 2096903
Apr  2 14:34:16 emard kernel: end_request: I/O error, dev sr0, sector 2096896
Apr  2 14:34:16 emard kernel: Buffer I/O error on device sr0, logical block 2096896
Apr  2 14:34:16 emard kernel: Buffer I/O error on device sr0, logical block 2096897
Apr  2 14:34:17 emard NetworkManager: <debug> [1207139657.159278] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/volume_label_My_Disc'). 
Apr  2 14:34:17 emard kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
Apr  2 14:34:17 emard kernel: ISOFS: changing to secondary root
Apr  2 14:34:39 emard NetworkManager: <debug> [1207139679.259786] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/volume_label_My_Disc'). 
Apr  2 14:35:16 emard NetworkManager: <debug> [1207139716.636851] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/volume_label_My_Disc'). 
Apr  2 14:35:37 emard kernel: ata7.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
Apr  2 14:35:37 emard kernel: ata7.00: cmd a0/00:00:00:02:00/00:00:00:00:00/a0 tag 0 pio 16386 in
Apr  2 14:35:37 emard kernel:          cdb 51 00 00 00 00 00 00 00  02 00 00 00 00 00 00 00
Apr  2 14:35:37 emard kernel:          res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Apr  2 14:35:37 emard kernel: ata7.00: status: { DRDY }
Apr  2 14:35:37 emard kernel: ata7: hard resetting link
Apr  2 14:35:38 emard kernel: ata7: failed to reset engine (errno=-5)
Apr  2 14:35:39 emard kernel: ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr  2 14:35:52 emard shutdown[26590]: shutting down for system reboot
Apr  2 14:35:52 emard init: Switching to runlevel: 6
Apr  2 14:35:53 emard NetworkManager: <WARN>  nm_signal_handler(): Caught signal 15, shutting down normally. 
Apr  2 14:35:53 emard NetworkManager: <info>  Caught terminiation signal 
Apr  2 14:35:53 emard NetworkManager: <debug> [1207139753.723674] nm_print_open_socks(): Open Sockets List: 
Apr  2 14:35:53 emard NetworkManager: <debug> [1207139753.723691] nm_print_open_socks(): Open Sockets List Done. 
Apr  2 14:35:53 emard avahi-daemon[25451]: Got SIGTERM, quitting.
Apr  2 14:35:53 emard avahi-daemon[25451]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.2.2.
Apr  2 14:35:54 emard snmpd[25185]: Received TERM or STOP signal...  shutting down... 
Apr  2 14:35:54 emard mysqld[21937]: 080402 14:35:54 [Note] /usr/sbin/mysqld: Normal shutdown
Apr  2 14:35:54 emard mysqld[21937]: 
Apr  2 14:35:54 emard mysqld[21937]: 080402 14:35:54  InnoDB: Starting shutdown...
Apr  2 14:35:55 emard mysqld[21937]: 080402 14:35:55  InnoDB: Shutdown completed; log sequence number 0 8918294
Apr  2 14:35:55 emard mysqld[21937]: 080402 14:35:55 [Note] /usr/sbin/mysqld: Shutdown complete
Apr  2 14:35:55 emard mysqld[21937]: 
Apr  2 14:35:55 emard mysqld_safe[27016]: ended
Apr  2 14:35:55 emard init: Re-reading inittab
Apr  2 14:35:55 emard ntpd[25438]: ntpd exiting on signal 15
Apr  2 14:35:57 emard squid[25870]: Preparing for shutdown after 0 requests 
Apr  2 14:35:57 emard squid[25870]: Waiting 30 seconds for active connections to finish 
Apr  2 14:35:57 emard squid[25870]: FD 13 Closing HTTP connection 
Apr  2 14:35:57 emard squid[25870]: Shutting down... 
Apr  2 14:35:57 emard squid[25870]: FD 14 Closing ICP connection 
Apr  2 14:35:57 emard squid[25870]: Closing unlinkd pipe on FD 11 
Apr  2 14:35:57 emard squid[25870]: storeDirWriteCleanLogs: Starting... 
Apr  2 14:35:57 emard squid[25870]:   Finished.  Wrote 372 entries. 
Apr  2 14:35:57 emard squid[25870]:   Took 0.0 seconds (1841584.2 entries/sec). 
Apr  2 14:35:57 emard squid[25870]: Squid Cache (Version 2.6.STABLE18): Exiting normally. 
Apr  2 14:35:57 emard squid[25868]: Squid Parent: child process 25870 exited with status 0
Apr  2 14:35:59 emard hcid[25592]: Stopping SDP server
Apr  2 14:35:59 emard hcid[25592]: Unregister path: /org/bluez
Apr  2 14:35:59 emard hcid[25592]: Shutting down local server
Apr  2 14:35:59 emard hcid[25592]: Exit
Apr  2 14:35:59 emard audio[25638]: Removing service record 0x10000 failed: The name org.bluez was not provided by any .service files
Apr  2 14:35:59 emard audio[25638]: Unregistered manager path
Apr  2 14:35:59 emard audio[25638]: Exit
Apr  2 14:36:00 emard named[21757]: shutting down: flushing changes
Apr  2 14:36:00 emard named[21757]: stopping command channel on 127.0.0.1#953
Apr  2 14:36:00 emard named[21757]: no longer listening on 127.0.0.1#53
Apr  2 14:36:00 emard named[21757]: exiting
Apr  2 14:36:00 emard kernel: Kernel logging (proc) stopped.
Apr  2 14:36:00 emard kernel: Kernel log daemon terminating.
Apr  2 14:36:02 emard logger: Shorewall Stopped
Apr  2 14:36:02 emard logger: Shorewall Cleared
Apr  2 14:36:02 emard exiting on signal 15


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AHCI SATA DVD writing issue
  2008-04-02 12:51       ` davor emard
@ 2008-04-16 15:58         ` davor emard
  0 siblings, 0 replies; 7+ messages in thread
From: davor emard @ 2008-04-16 15:58 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide, Mark Lord, Jeff Garzik

HI

Regarding the mv6145 dvd writing issue, is there something I can
try myself, some interesting places to modify or tune the driver in
order to fix the bug? Gimme some clue I can try them

Best regards, Davor


On 4/2/08, davor emard <davoremard@gmail.com> wrote:
> Hello Tejun and all
>
> Here are results of the ata ahci test on 2.6.25-rc8
>
> Basically not much improvement,,
>
> wodim --devices creates similar errors and hangs
> the controller
>
> mounting with pioneer now creates I/O errors (which haven't
> appeared on 2.6.24.4)
>
> if I ignore errors the mounted CD seems to
> work and at least directory is listed. I havent tried
> to verify contents of the files
>
> On optiarc, similar as before - the hid daemon prints
> correct CD name after insertion but the mounting on
> optiarc causes similar ata errors and hangs the sata controller
>
> attached are the syslogs
>
> Best regards, Davor
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-04-16 15:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-20 11:16 AHCI SATA DVD writing issue davor emard
2008-03-29 12:46 ` Tejun Heo
2008-04-01 22:26   ` davor emard
2008-04-02  0:22     ` Tejun Heo
2008-04-02 10:07       ` Konstantin A. Lepikhov
2008-04-02 12:51       ` davor emard
2008-04-16 15:58         ` davor emard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).