Não consigo startar o bind do slackware

1. Não consigo startar o bind do slackware

Bruno Lino dos Santos
brunoL.

(usa Debian)

Enviado em 20/03/2009 - 21:54h

Amigos gostaria da ajuda de vcs não estou conseguindo startar o bind no meu slackware 12.1 estou postando os meus arquivos aqui agradço se alguem poder me ajudar a identificar o erro.

HOSTNAME

Bruno.studio.net.



hosts

#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server. Just add the names, addresses
# and any aliases to this file...
#
# By the way, Arnt Gulbrandsen <agulbra@nvg.unit.no> says that 127.0.0.1
# should NEVER be named with the name of the machine. It causes problems
# for some (stupid) programs, irc and reputedly talk. :^)
#

# For loopbacking.
127.0.0.1 localhost
# This next entry is technically wrong, but good enough to get TCP/IP apps
# to quit complaining that they can't verify the hostname on a loopback-only
# Linux box.
192.168.254.1 bruno.studio.net bruno

# End of hosts.



networks


#
# networks This file describes a number of netname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
#

localnet 127.0.0.0
studio.net 192.168.254.0

# End of networks.



resolv.conf


search studio.net
nameserver 192.168.254.1




named.conf


ptions {
directory "/var/named";
version "PROTECT";
allow-transfer {192.168.254.2;};
listen-on (127.0.0.1; 192.168.254.1;};
allow-recursion {127.0.0.1; localhost; 192.168.254.0/24;};

/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};

//
// a caching only nameserver config
//
zone "." IN {
type master;
file "caching-example/localhost.zone";
allow-update { none; };
};

zone "0.0.127.in-addr.arpa" IN {
type master;
file "caching-example/named.local";
allow-update { none; };
};

zone "254.168.192.in-addr.arpa" IN {
type master;
file caching-example/inversa";
allow-transfer { 192.168.254.2; };
};




zona direta


TTL 86400

@ IN SOA bruno.studio.net. root.bruno.studio.net. (
2009030601 ; Serial de sincronização
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum

NS bruno.studio.net.

localhost IN A 127.0.0.1
studio.net. IN A 192.168.254.1
dns IN A 192.168.254.1
www IN CNAME studio.net.
bruno IN A 192.168.254.1



zona inversa


$TTL 86400
$ORIGIN studio.net.
254.168.192.in-addr.arpa IN SOA bruno.studio.net. root.bruno.studio.net.(
2009030601 ; Serial de sincronização
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum

NS bruno.studio.net.

1 IN PTR localhost



erro do bind


root@bruno:~# /etc/rc.d/rc.bind start
Starting BIND: /usr/sbin/named
WARNING: named did not start.
Attempting to start named again: /usr/sbin/named
FAILED: Sorry, a second attempt to start named has also failed.
There may be a configuration error that needs fixing. Good luck!


APOS O COMANDO cat /var/log/messages e startar o named.conf apareceu o seguinte erro


Mar 19 13:45:02 bruno kernel: system 00:10: iomem range 0x0-0x0 could not be reserved
Mar 19 13:45:02 bruno kernel: PCI: Bridge: 0000:00:1e.0
Mar 19 13:45:02 bruno kernel: IO window: e000-efff
Mar 19 13:45:02 bruno kernel: MEM window: feb00000-febfffff
Mar 19 13:45:02 bruno kernel: PREFETCH window: disabled.
Mar 19 13:45:02 bruno kernel: NET: Registered protocol family 2
Mar 19 13:45:02 bruno kernel: IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
Mar 19 13:45:02 bruno kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes)
Mar 19 13:45:02 bruno kernel: TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
Mar 19 13:45:02 bruno kernel: TCP: Hash tables configured (established 16384 bind 16384)
Mar 19 13:45:02 bruno kernel: TCP reno registered
Mar 19 13:45:02 bruno kernel: VFS: Disk quotas dquot_6.5.1
Mar 19 13:45:02 bruno kernel: NTFS driver 2.1.29 [Flags: R/W].
Mar 19 13:45:02 bruno kernel: JFS: nTxBlock = 3921, nTxLock = 31372
Mar 19 13:45:02 bruno kernel: SGI XFS with ACLs, security attributes, large block numbers, no debug enabled
Mar 19 13:45:02 bruno kernel: SGI XFS Quota Management subsystem
Mar 19 13:45:02 bruno kernel: async_tx: api initialized (async)
Mar 19 13:45:02 bruno kernel: io scheduler noop registered
Mar 19 13:45:02 bruno kernel: io scheduler anticipatory registered
Mar 19 13:45:02 bruno kernel: io scheduler deadline registered
Mar 19 13:45:02 bruno kernel: io scheduler cfq registered (default)
Mar 19 13:45:02 bruno kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Mar 19 13:45:02 bruno kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xe0280000, using 1536k, total 7872k
Mar 19 13:45:02 bruno kernel: vesafb: mode is 1024x768x8, linelength=1024, pages=9
Mar 19 13:45:02 bruno kernel: vesafb: scrolling: redraw
Mar 19 13:45:02 bruno kernel: vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
Mar 19 13:45:02 bruno kernel: fb0: VESA VGA frame buffer device
Mar 19 13:45:02 bruno kernel: isapnp: Scanning for PnP cards...
Mar 19 13:45:02 bruno kernel: isapnp: No Plug & Play device found
Mar 19 13:45:02 bruno kernel: Real Time Clock Driver v1.12ac
Mar 19 13:45:02 bruno kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Mar 19 13:45:02 bruno kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar 19 13:45:02 bruno kernel: 00:0e: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar 19 13:45:02 bruno kernel: loop: module loaded
Mar 19 13:45:02 bruno kernel: HP CISS Driver (v 3.6.14)
Mar 19 13:45:02 bruno kernel: input: Macintosh mouse button emulation as /devices/virtual/input/input0
Mar 19 13:45:02 bruno kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Mar 19 13:45:02 bruno kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Mar 19 13:45:02 bruno kernel: ICH7: IDE controller (0x8086:0x27df rev 0x01) at PCI slot 0000:00:1f.1
Mar 19 13:45:02 bruno kernel: ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 16
Mar 19 13:45:02 bruno kernel: ICH7: not 100%% native mode: will probe irqs later
Mar 19 13:45:02 bruno kernel: ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
Mar 19 13:45:02 bruno kernel: ICH7: IDE port disabled
Mar 19 13:45:02 bruno kernel: hda: UDMA/100 mode selected
Mar 19 13:45:02 bruno kernel: hdb: UDMA/66 mode selected
Mar 19 13:45:02 bruno kernel: hda: max request size: 512KiB
Mar 19 13:45:02 bruno kernel: hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=16383/255/63
Mar 19 13:45:02 bruno kernel: hda: cache flushes supported
Mar 19 13:45:02 bruno kernel: hda: hda1 hda2 < hda5 hda6 hda7 hda8 >
Mar 19 13:45:02 bruno kernel: hdb: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
Mar 19 13:45:02 bruno kernel: Uniform CD-ROM driver Revision: 3.20
Mar 19 13:45:02 bruno kernel: Loading iSCSI transport class v2.0-724.
Mar 19 13:45:02 bruno kernel: Detecting Adaptec I2O RAID controllers...
Mar 19 13:45:02 bruno kernel: Adaptec aacraid driver 1.1-5[2449]-ms
Mar 19 13:45:02 bruno kernel: aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
Mar 19 13:45:02 bruno kernel: sym53c416.c: Version 1.0.0-ac
Mar 19 13:45:02 bruno kernel: qlogicfas: no cards were found, please specify I/O address and IRQ using iobase= and irq= options<6>QLogic Fibre Channel HBA Driver
Mar 19 13:45:02 bruno kernel: iscsi: registered transport (qla4xxx)
Mar 19 13:45:02 bruno kernel: QLogic iSCSI HBA Driver
Mar 19 13:45:02 bruno kernel: seagate: ST0x/TMC-8xx not detected.
Mar 19 13:45:02 bruno kernel: DC390: clustering now enabled by default. If you get problems load
Mar 19 13:45:02 bruno kernel: megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
Mar 19 13:45:02 bruno kernel: megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
Mar 19 13:45:02 bruno kernel: megasas: 00.00.03.10-rc5 Thu May 17 10:09:32 PDT 2007
Mar 19 13:45:02 bruno kernel: nsp32: loading...
Mar 19 13:45:02 bruno kernel: ipr: IBM Power RAID SCSI Device Driver version: 2.4.1 (April 24, 2007)
Mar 19 13:45:02 bruno kernel: RocketRAID 3xxx SATA Controller driver v1.2 (070830)
Mar 19 13:45:02 bruno kernel: st: Version 20070203, fixed bufsize 32768, s/g segs 256
Mar 19 13:45:02 bruno kernel: ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
Mar 19 13:45:02 bruno kernel: ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 17
Mar 19 13:45:02 bruno kernel: scsi2 : ata_piix
Mar 19 13:45:02 bruno kernel: scsi3 : ata_piix
Mar 19 13:45:02 bruno kernel: ata1: SATA max UDMA/133 cmd 0xd080 ctl 0xd000 bmdma 0xc800 irq 17
Mar 19 13:45:02 bruno kernel: ata2: SATA max UDMA/133 cmd 0xcc00 ctl 0xc880 bmdma 0xc808 irq 17
Mar 19 13:45:02 bruno kernel: I2O subsystem v1.325
Mar 19 13:45:02 bruno kernel: i2o: max drivers = 8
Mar 19 13:45:02 bruno kernel: I2O Configuration OSM v1.323
Mar 19 13:45:02 bruno kernel: I2O Bus Adapter OSM v1.317
Mar 19 13:45:02 bruno kernel: I2O Block Device OSM v1.325
Mar 19 13:45:02 bruno kernel: I2O SCSI Peripheral OSM v1.316
Mar 19 13:45:02 bruno kernel: I2O ProcFS OSM v1.316
Mar 19 13:45:02 bruno kernel: Fusion MPT base driver 3.04.06
Mar 19 13:45:02 bruno kernel: Copyright (c) 1999-2007 LSI Corporation
Mar 19 13:45:02 bruno kernel: Fusion MPT SPI Host driver 3.04.06
Mar 19 13:45:02 bruno kernel: Fusion MPT FC Host driver 3.04.06
Mar 19 13:45:02 bruno kernel: Fusion MPT SAS Host driver 3.04.06
Mar 19 13:45:02 bruno kernel: usbmon: debugfs is not available
Mar 19 13:45:02 bruno kernel: ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 18
Mar 19 13:45:02 bruno kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
Mar 19 13:45:02 bruno kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
Mar 19 13:45:02 bruno kernel: ehci_hcd 0000:00:1d.7: debug port 1
Mar 19 13:45:02 bruno kernel: ehci_hcd 0000:00:1d.7: irq 18, io mem 0xfea37c00
Mar 19 13:45:02 bruno kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Mar 19 13:45:02 bruno kernel: usb usb1: configuration #1 chosen from 1 choice
Mar 19 13:45:02 bruno kernel: hub 1-0:1.0: USB hub found
Mar 19 13:45:02 bruno kernel: hub 1-0:1.0: 8 ports detected
Mar 19 13:45:02 bruno kernel: 116x: driver isp116x-hcd, 03 Nov 2005
Mar 19 13:45:02 bruno kernel: USB Universal Host Controller Interface driver v3.0
Mar 19 13:45:02 bruno kernel: ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 18
Mar 19 13:45:02 bruno kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
Mar 19 13:45:02 bruno kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Mar 19 13:45:02 bruno kernel: uhci_hcd 0000:00:1d.0: irq 18, io base 0x0000d880
Mar 19 13:45:02 bruno kernel: usb usb2: configuration #1 chosen from 1 choice
Mar 19 13:45:02 bruno kernel: hub 2-0:1.0: USB hub found
Mar 19 13:45:02 bruno kernel: hub 2-0:1.0: 2 ports detected
Mar 19 13:45:02 bruno kernel: ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 17
Mar 19 13:45:02 bruno kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
Mar 19 13:45:02 bruno kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
Mar 19 13:45:02 bruno kernel: uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000d800
Mar 19 13:45:02 bruno kernel: usb usb3: configuration #1 chosen from 1 choice
Mar 19 13:45:02 bruno kernel: hub 3-0:1.0: USB hub found
Mar 19 13:45:02 bruno kernel: hub 3-0:1.0: 2 ports detected
Mar 19 13:45:02 bruno kernel: usb 1-8: new high speed USB device using ehci_hcd and address 2
Mar 19 13:45:02 bruno kernel: ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 16
Mar 19 13:45:02 bruno kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
Mar 19 13:45:02 bruno kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
Mar 19 13:45:02 bruno kernel: uhci_hcd 0000:00:1d.2: irq 16, io base 0x0000d480
Mar 19 13:45:02 bruno kernel: usb usb4: configuration #1 chosen from 1 choice
Mar 19 13:45:02 bruno kernel: hub 4-0:1.0: USB hub found
Mar 19 13:45:02 bruno kernel: hub 4-0:1.0: 2 ports detected
Mar 19 13:45:02 bruno kernel: usb 1-8: configuration #1 chosen from 1 choice
Mar 19 13:45:02 bruno kernel: ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 19
Mar 19 13:45:02 bruno kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
Mar 19 13:45:02 bruno kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
Mar 19 13:45:02 bruno kernel: uhci_hcd 0000:00:1d.3: irq 19, io base 0x0000d400
Mar 19 13:45:02 bruno kernel: usb usb5: configuration #1 chosen from 1 choice
Mar 19 13:45:02 bruno kernel: hub 5-0:1.0: USB hub found
Mar 19 13:45:02 bruno kernel: hub 5-0:1.0: 2 ports detected
Mar 19 13:45:02 bruno kernel: sl811: driver sl811-hcd, 19 May 2005
Mar 19 13:45:02 bruno kernel: Initializing USB Mass Storage driver...
Mar 19 13:45:02 bruno kernel: scsi4 : SCSI emulation for USB Mass Storage devices
Mar 19 13:45:02 bruno kernel: usbcore: registered new interface driver usb-storage
Mar 19 13:45:02 bruno kernel: USB Mass Storage support registered.
Mar 19 13:45:02 bruno kernel: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Mar 19 13:45:02 bruno kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mar 19 13:45:02 bruno kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Mar 19 13:45:02 bruno kernel: mice: PS/2 mouse device common for all mice
Mar 19 13:45:02 bruno kernel: md: linear personality registered for level -1
Mar 19 13:45:02 bruno kernel: md: raid0 personality registered for level 0
Mar 19 13:45:02 bruno kernel: md: raid1 personality registered for level 1
Mar 19 13:45:02 bruno kernel: md: raid10 personality registered for level 10
Mar 19 13:45:02 bruno kernel: md: raid6 personality registered for level 6
Mar 19 13:45:02 bruno kernel: md: raid5 personality registered for level 5
Mar 19 13:45:02 bruno kernel: md: raid4 personality registered for level 4
Mar 19 13:45:02 bruno kernel: md: multipath personality registered for level -4
Mar 19 13:45:02 bruno kernel: device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@redhat.com
Mar 19 13:45:02 bruno kernel: usbcore: registered new interface driver hiddev
Mar 19 13:45:02 bruno kernel: usbcore: registered new interface driver usbhid
Mar 19 13:45:02 bruno kernel: drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
Mar 19 13:45:02 bruno kernel: TCP cubic registered
Mar 19 13:45:02 bruno kernel: Initializing XFRM netlink socket
Mar 19 13:45:02 bruno kernel: NET: Registered protocol family 1
Mar 19 13:45:02 bruno kernel: NET: Registered protocol family 17
Mar 19 13:45:02 bruno kernel: RPC: Registered udp transport module.
Mar 19 13:45:02 bruno kernel: RPC: Registered tcp transport module.
Mar 19 13:45:02 bruno kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Mar 19 13:45:02 bruno kernel: md: Autodetecting RAID arrays.
Mar 19 13:45:02 bruno kernel: md: Scanned 0 and added 0 devices.
Mar 19 13:45:02 bruno kernel: md: autorun ...
Mar 19 13:45:02 bruno kernel: md: ... autorun DONE.
Mar 19 13:45:02 bruno kernel: ReiserFS: hda8: found reiserfs format "3.6" with standard journal
Mar 19 13:45:02 bruno kernel: ReiserFS: hda8: using ordered data mode
Mar 19 13:45:02 bruno kernel: ReiserFS: hda8: journal params: device hda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar 19 13:45:02 bruno kernel: ReiserFS: hda8: checking transaction log (hda8)
Mar 19 13:45:02 bruno kernel: ReiserFS: hda8: Using r5 hash to sort names
Mar 19 13:45:02 bruno kernel: Freeing unused kernel memory: 380k freed
Mar 19 13:45:02 bruno kernel: iTCO_vendor_support: vendor-support=0
Mar 19 13:45:02 bruno kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007)
Mar 19 13:45:02 bruno kernel: iTCO_wdt: No card detected
Mar 19 13:45:02 bruno kernel: Linux agpgart interface v0.102
Mar 19 13:45:02 bruno kernel: ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 19 (level, low) -> IRQ 17
Mar 19 13:45:02 bruno kernel: agpgart: Detected an Intel 945G Chipset.
Mar 19 13:45:02 bruno kernel: agpgart: Detected 7932K stolen memory.
Mar 19 13:45:02 bruno kernel: agpgart: AGP aperture is 256M @ 0xd0000000
Mar 19 13:45:02 bruno kernel: input: Power Button (FF) as /devices/virtual/input/input2
Mar 19 13:45:02 bruno kernel: ACPI: Power Button (FF) [PWRF]
Mar 19 13:45:02 bruno kernel: input: Power Button (CM) as /devices/virtual/input/input3
Mar 19 13:45:02 bruno kernel: ACPI: Power Button (CM) [PWRB]
Mar 19 13:45:02 bruno kernel: ACPI: Thermal Zone [THRM] (40 C)
Mar 19 13:45:02 bruno kernel: ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 19
Mar 19 13:45:02 bruno kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
Mar 19 13:45:02 bruno kernel: 8139too Fast Ethernet driver 0.9.28
Mar 19 13:45:02 bruno kernel: ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 20 (level, low) -> IRQ 20
Mar 19 13:45:02 bruno kernel: eth0: RealTek RTL8139 at 0xe800, 00:1b:b9:96:3d:ab, IRQ 20
Mar 19 13:45:02 bruno kernel: ACPI: PCI Interrupt 0000:01:01.0[A] -> GSI 18 (level, low) -> IRQ 16
Mar 19 13:45:02 bruno kernel: snd-ca0106: Model 100a Rev 00000000 Serial 100a1102
Mar 19 13:45:02 bruno kernel: parport_pc 00:06: reported by Plug and Play ACPI
Mar 19 13:45:02 bruno kernel: parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
Mar 19 13:45:02 bruno kernel: scsi 4:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS
Mar 19 13:45:02 bruno kernel: sd 4:0:0:0: [sda] 3919872 512-byte hardware sectors (2007 MB)
Mar 19 13:45:02 bruno kernel: sd 4:0:0:0: [sda] Write Protect is off
Mar 19 13:45:02 bruno kernel: sd 4:0:0:0: [sda] 3919872 512-byte hardware sectors (2007 MB)
Mar 19 13:45:02 bruno kernel: sd 4:0:0:0: [sda] Write Protect is off
Mar 19 13:45:02 bruno kernel: sda:<6>usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 13:45:02 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 13:45:02 bruno kernel: sd 4:0:0:0: [sda] Attached SCSI removable disk
Mar 19 13:45:02 bruno kernel: sd 4:0:0:0: Attached scsi generic sg0 type 0
Mar 19 13:45:02 bruno kernel: Adding 497972k swap on /dev/hda7. Priority:-1 extents:1 across:497972k
Mar 19 13:45:02 bruno kernel: lp0: using parport0 (interrupt-driven).
Mar 19 13:45:02 bruno kernel: lp0: console ready
Mar 19 13:45:02 bruno kernel: NTFS volume version 3.1.
Mar 19 13:45:02 bruno kernel: Intel ISA PCIC probe: not found.
Mar 19 13:45:02 bruno kernel: Databook TCIC-2 PCMCIA probe: not found.
Mar 19 13:45:03 bruno logger: /etc/rc.d/rc.inet1: /sbin/ifconfig lo 127.0.0.1
Mar 19 13:45:03 bruno logger: /etc/rc.d/rc.inet1: /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
Mar 19 13:45:04 bruno kernel: NET: Registered protocol family 10
Mar 19 13:45:04 bruno kernel: lo: Disabled Privacy Extensions
Mar 19 13:45:04 bruno sshd[2660]: Server listening on :: port 22.
Mar 19 13:45:04 bruno sshd[2660]: Server listening on 0.0.0.0 port 22.
Mar 19 13:45:04 bruno named[2663]: starting BIND 9.4.2
Mar 19 13:45:04 bruno named[2663]: found 1 CPU, using 1 worker thread
Mar 19 13:45:04 bruno named[2663]: loading configuration from '/etc/named.conf'
Mar 19 13:45:05 bruno named[2671]: starting BIND 9.4.2
Mar 19 13:45:05 bruno named[2671]: found 1 CPU, using 1 worker thread
Mar 19 13:45:05 bruno named[2671]: loading configuration from '/etc/named.conf'
Mar 19 13:45:13 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 13:45:15 bruno last message repeated 8 times
Mar 19 13:45:17 bruno /usr/sbin/gpm[2770]: *** info [startup.c(95)]:
Mar 19 13:45:17 bruno /usr/sbin/gpm[2770]: Started gpm successfully. Entered daemon mode.
Mar 19 13:45:17 bruno /usr/sbin/gpm[2770]: *** info [mice.c(1766)]:
Mar 19 13:45:17 bruno /usr/sbin/gpm[2770]: imps2: Auto-detected intellimouse PS/2
Mar 19 14:02:03 bruno kernel: usb 1-8: USB disconnect, address 2
Mar 19 14:02:06 bruno kernel: usb 1-8: new high speed USB device using ehci_hcd and address 3
Mar 19 14:02:06 bruno kernel: usb 1-8: configuration #1 chosen from 1 choice
Mar 19 14:02:06 bruno kernel: scsi5 : SCSI emulation for USB Mass Storage devices
Mar 19 14:02:11 bruno kernel: scsi 5:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS
Mar 19 14:02:13 bruno kernel: sd 5:0:0:0: [sda] 3919872 512-byte hardware sectors (2007 MB)
Mar 19 14:02:13 bruno kernel: sd 5:0:0:0: [sda] Write Protect is off
Mar 19 14:02:13 bruno kernel: sd 5:0:0:0: [sda] 3919872 512-byte hardware sectors (2007 MB)
Mar 19 14:02:13 bruno kernel: sd 5:0:0:0: [sda] Write Protect is off
Mar 19 14:02:13 bruno kernel: sda: unknown partition table
Mar 19 14:02:13 bruno kernel: sd 5:0:0:0: [sda] Attached SCSI removable disk
Mar 19 14:02:13 bruno kernel: sd 5:0:0:0: Attached scsi generic sg0 type 0
Mar 19 14:11:17 bruno syslogd 1.4.1: restart.
Mar 19 14:11:18 bruno kernel: klogd 1.4.1, log source = /proc/kmsg started.
Mar 19 14:11:18 bruno kernel: Linux version 2.6.24.5-smp (root@midas) (gcc version 4.2.3) #2 SMP Wed Apr 30 13:41:38 CDT 2008
Mar 19 14:11:18 bruno kernel: BIOS-provided physical RAM map:
Mar 19 14:11:18 bruno kernel: 0MB HIGHMEM available.
Mar 19 14:11:18 bruno kernel: 503MB LOWMEM available.
Mar 19 14:11:18 bruno kernel: found SMP MP-table at 000ff780
Mar 19 14:11:18 bruno kernel: DMI present.
Mar 19 14:11:18 bruno kernel: ACPI: PM-Timer IO Port: 0x808
Mar 19 14:11:18 bruno kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Mar 19 14:11:18 bruno kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
Mar 19 14:11:18 bruno kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
Mar 19 14:11:18 bruno kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
Mar 19 14:11:18 bruno kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
Mar 19 14:11:18 bruno kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Mar 19 14:11:18 bruno kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Mar 19 14:11:18 bruno kernel: ACPI: HPET id: 0xffffffff base: 0xfed00000
Mar 19 14:11:18 bruno kernel: Using ACPI (MADT) for SMP configuration information
Mar 19 14:11:18 bruno kernel: Kernel command line: BOOT_IMAGE=Linux ro root=308 vt.default_utf8=0
Mar 19 14:11:18 bruno kernel: Enabling fast FPU save and restore... done.
Mar 19 14:11:18 bruno kernel: Enabling unmasked SIMD FPU exception support... done.
Mar 19 14:11:18 bruno kernel: Initializing CPU#0
Mar 19 14:11:18 bruno kernel: console [tty0] enabled
Mar 19 14:11:18 bruno kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Mar 19 14:11:18 bruno kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Mar 19 14:11:18 bruno kernel: Memory: 501800k/515840k available (6059k kernel code, 13528k reserved, 2015k data, 380k init, 0k highmem)
Mar 19 14:11:18 bruno kernel: SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
Mar 19 14:11:18 bruno kernel: Security Framework initialized
Mar 19 14:11:18 bruno kernel: Capability LSM initialized
Mar 19 14:11:18 bruno kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
Mar 19 14:11:18 bruno kernel: CPU: L2 cache: 256K
Mar 19 14:11:18 bruno kernel: CPU: Hyper-Threading is disabled
Mar 19 14:11:18 bruno kernel: Intel machine check architecture supported.
Mar 19 14:11:18 bruno kernel: Intel machine check reporting enabled on CPU#0.
Mar 19 14:11:18 bruno kernel: CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
Mar 19 14:11:18 bruno kernel: Checking 'hlt' instruction... OK.
Mar 19 14:11:18 bruno kernel: SMP alternatives: switching to UP code
Mar 19 14:11:18 bruno kernel: Freeing SMP alternatives: 24k freed
Mar 19 14:11:18 bruno kernel: ACPI: Core revision 20070126
Mar 19 14:11:18 bruno kernel: Total of 1 processors activated (5605.24 BogoMIPS).
Mar 19 14:11:18 bruno kernel: ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
Mar 19 14:11:18 bruno kernel: APIC delta adjusted to PM-Timer: 833322 (966648)
Mar 19 14:11:18 bruno kernel: Brought up 1 CPUs
Mar 19 14:11:18 bruno kernel: net_namespace: 64 bytes
Mar 19 14:11:18 bruno kernel: xor: automatically using best checksumming function: pIII_sse
Mar 19 14:11:18 bruno kernel: pIII_sse : 4499.000 MB/sec
Mar 19 14:11:18 bruno kernel: xor: using function: pIII_sse (4499.000 MB/sec)
Mar 19 14:11:18 bruno kernel: NET: Registered protocol family 16
Mar 19 14:11:18 bruno kernel: ACPI: bus type pci registered
Mar 19 14:11:18 bruno kernel: PCI: Found Intel Corporation 945G/GZ/P/PL Express Memory Controller Hub with MMCONFIG support.
Mar 19 14:11:18 bruno kernel: PCI: Using MMCONFIG
Mar 19 14:11:18 bruno kernel: ACPI: Interpreter enabled
Mar 19 14:11:18 bruno kernel: ACPI: (supports S0 S1 S3 S4 S5)
Mar 19 14:11:18 bruno kernel: ACPI: Using IOAPIC for interrupt routing
Mar 19 14:11:18 bruno kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Mar 19 14:11:18 bruno kernel: PCI: Transparent bridge - 0000:00:1e.0
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15)
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar 19 14:11:18 bruno kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Mar 19 14:11:18 bruno kernel: pnp: PnP ACPI init
Mar 19 14:11:18 bruno kernel: ACPI: bus type pnp registered
Mar 19 14:11:18 bruno kernel: pnp: PnP ACPI: found 17 devices
Mar 19 14:11:18 bruno kernel: ACPI: ACPI bus type pnp unregistered
Mar 19 14:11:18 bruno kernel: SCSI subsystem initialized
Mar 19 14:11:18 bruno kernel: usbcore: registered new interface driver usbfs
Mar 19 14:11:18 bruno kernel: usbcore: registered new interface driver hub
Mar 19 14:11:18 bruno kernel: usbcore: registered new device driver usb
Mar 19 14:11:18 bruno kernel: PCI: Using ACPI for IRQ routing
Mar 19 14:11:18 bruno kernel: PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
Mar 19 14:11:18 bruno kernel: Time: tsc clocksource has been installed.
Mar 19 14:11:18 bruno kernel: system 00:01: iomem range 0xfed13000-0xfed19fff has been reserved
Mar 19 14:11:18 bruno kernel: system 00:07: ioport range 0x4d0-0x4d1 has been reserved
Mar 19 14:11:18 bruno kernel: system 00:07: ioport range 0x800-0x87f has been reserved
Mar 19 14:11:18 bruno kernel: system 00:07: ioport range 0x480-0x4bf has been reserved
Mar 19 14:11:18 bruno kernel: system 00:07: iomem range 0xfed1c000-0xfed1ffff has been reserved
Mar 19 14:11:18 bruno kernel: system 00:07: iomem range 0xfed20000-0xfed8ffff has been reserved
Mar 19 14:11:18 bruno kernel: system 00:09: iomem range 0xffc00000-0xfff7ffff could not be reserved
Mar 19 14:11:18 bruno kernel: system 00:0a: iomem range 0xfec00000-0xfec00fff has been reserved
Mar 19 14:11:18 bruno kernel: system 00:0a: iomem range 0xfee00000-0xfee00fff could not be reserved
Mar 19 14:11:18 bruno kernel: system 00:0d: ioport range 0xa00-0xa0f has been reserved
Mar 19 14:11:18 bruno kernel: system 00:0d: ioport range 0xa10-0xa1f has been reserved
Mar 19 14:11:18 bruno kernel: system 00:0d: ioport range 0xa20-0xa2f has been reserved
Mar 19 14:11:18 bruno kernel: system 00:0d: ioport range 0xa30-0xa3f has been reserved
Mar 19 14:11:18 bruno kernel: system 00:0f: iomem range 0xe0000000-0xe3ffffff could not be reserved
Mar 19 14:11:18 bruno kernel: system 00:10: iomem range 0x0-0x9ffff could not be reserved
Mar 19 14:11:18 bruno kernel: system 00:10: iomem range 0xc0000-0xcffff could not be reserved
Mar 19 14:11:18 bruno kernel: system 00:10: iomem range 0xe0000-0xfffff could not be reserved
Mar 19 14:11:18 bruno kernel: system 00:10: iomem range 0x100000-0x1f7fffff could not be reserved
Mar 19 14:11:18 bruno kernel: system 00:10: iomem range 0x0-0x0 could not be reserved
Mar 19 14:11:18 bruno kernel: PCI: Bridge: 0000:00:1e.0
Mar 19 14:11:18 bruno kernel: IO window: e000-efff
Mar 19 14:11:18 bruno kernel: MEM window: feb00000-febfffff
Mar 19 14:11:18 bruno kernel: PREFETCH window: disabled.
Mar 19 14:11:18 bruno kernel: NET: Registered protocol family 2
Mar 19 14:11:18 bruno kernel: IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
Mar 19 14:11:18 bruno kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes)
Mar 19 14:11:18 bruno kernel: TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
Mar 19 14:11:18 bruno kernel: TCP: Hash tables configured (established 16384 bind 16384)
Mar 19 14:11:18 bruno kernel: TCP reno registered
Mar 19 14:11:18 bruno kernel: VFS: Disk quotas dquot_6.5.1
Mar 19 14:11:18 bruno kernel: NTFS driver 2.1.29 [Flags: R/W].
Mar 19 14:11:18 bruno kernel: JFS: nTxBlock = 3921, nTxLock = 31372
Mar 19 14:11:18 bruno kernel: SGI XFS with ACLs, security attributes, large block numbers, no debug enabled
Mar 19 14:11:18 bruno kernel: SGI XFS Quota Management subsystem
Mar 19 14:11:18 bruno kernel: async_tx: api initialized (async)
Mar 19 14:11:18 bruno kernel: io scheduler noop registered
Mar 19 14:11:18 bruno kernel: io scheduler anticipatory registered
Mar 19 14:11:18 bruno kernel: io scheduler deadline registered
Mar 19 14:11:18 bruno kernel: io scheduler cfq registered (default)
Mar 19 14:11:18 bruno kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Mar 19 14:11:18 bruno kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xe0280000, using 1536k, total 7872k
Mar 19 14:11:18 bruno kernel: vesafb: mode is 1024x768x8, linelength=1024, pages=9
Mar 19 14:11:18 bruno kernel: vesafb: scrolling: redraw
Mar 19 14:11:18 bruno kernel: vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
Mar 19 14:11:18 bruno kernel: fb0: VESA VGA frame buffer device
Mar 19 14:11:18 bruno kernel: isapnp: Scanning for PnP cards...
Mar 19 14:11:18 bruno kernel: isapnp: No Plug & Play device found
Mar 19 14:11:18 bruno kernel: Real Time Clock Driver v1.12ac
Mar 19 14:11:18 bruno kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Mar 19 14:11:18 bruno kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar 19 14:11:18 bruno kernel: 00:0e: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar 19 14:11:18 bruno kernel: loop: module loaded
Mar 19 14:11:18 bruno kernel: HP CISS Driver (v 3.6.14)
Mar 19 14:11:18 bruno kernel: input: Macintosh mouse button emulation as /devices/virtual/input/input0
Mar 19 14:11:18 bruno kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Mar 19 14:11:18 bruno kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Mar 19 14:11:18 bruno kernel: ICH7: IDE controller (0x8086:0x27df rev 0x01) at PCI slot 0000:00:1f.1
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 16
Mar 19 14:11:18 bruno kernel: ICH7: not 100%% native mode: will probe irqs later
Mar 19 14:11:18 bruno kernel: ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
Mar 19 14:11:18 bruno kernel: ICH7: IDE port disabled
Mar 19 14:11:18 bruno kernel: hda: UDMA/100 mode selected
Mar 19 14:11:18 bruno kernel: hdb: UDMA/66 mode selected
Mar 19 14:11:18 bruno kernel: hda: max request size: 512KiB
Mar 19 14:11:18 bruno kernel: hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=16383/255/63
Mar 19 14:11:18 bruno kernel: hda: cache flushes supported
Mar 19 14:11:18 bruno kernel: hda: hda1 hda2 < hda5 hda6 hda7 hda8 >
Mar 19 14:11:18 bruno kernel: hdb: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
Mar 19 14:11:18 bruno kernel: Uniform CD-ROM driver Revision: 3.20
Mar 19 14:11:18 bruno kernel: Loading iSCSI transport class v2.0-724.
Mar 19 14:11:18 bruno kernel: Detecting Adaptec I2O RAID controllers...
Mar 19 14:11:18 bruno kernel: Adaptec aacraid driver 1.1-5[2449]-ms
Mar 19 14:11:18 bruno kernel: aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
Mar 19 14:11:18 bruno kernel: sym53c416.c: Version 1.0.0-ac
Mar 19 14:11:18 bruno kernel: qlogicfas: no cards were found, please specify I/O address and IRQ using iobase= and irq= options<6>QLogic Fibre Channel HBA Driver
Mar 19 14:11:18 bruno kernel: iscsi: registered transport (qla4xxx)
Mar 19 14:11:18 bruno kernel: QLogic iSCSI HBA Driver
Mar 19 14:11:18 bruno kernel: seagate: ST0x/TMC-8xx not detected.
Mar 19 14:11:18 bruno kernel: DC390: clustering now enabled by default. If you get problems load
Mar 19 14:11:18 bruno kernel: megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
Mar 19 14:11:18 bruno kernel: megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
Mar 19 14:11:18 bruno kernel: megasas: 00.00.03.10-rc5 Thu May 17 10:09:32 PDT 2007
Mar 19 14:11:18 bruno kernel: nsp32: loading...
Mar 19 14:11:18 bruno kernel: ipr: IBM Power RAID SCSI Device Driver version: 2.4.1 (April 24, 2007)
Mar 19 14:11:18 bruno kernel: RocketRAID 3xxx SATA Controller driver v1.2 (070830)
Mar 19 14:11:18 bruno kernel: st: Version 20070203, fixed bufsize 32768, s/g segs 256
Mar 19 14:11:18 bruno kernel: ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 17
Mar 19 14:11:18 bruno kernel: scsi2 : ata_piix
Mar 19 14:11:18 bruno kernel: scsi3 : ata_piix
Mar 19 14:11:18 bruno kernel: ata1: SATA max UDMA/133 cmd 0xd080 ctl 0xd000 bmdma 0xc800 irq 17
Mar 19 14:11:18 bruno kernel: ata2: SATA max UDMA/133 cmd 0xcc00 ctl 0xc880 bmdma 0xc808 irq 17
Mar 19 14:11:18 bruno kernel: I2O subsystem v1.325
Mar 19 14:11:18 bruno kernel: i2o: max drivers = 8
Mar 19 14:11:18 bruno kernel: I2O Configuration OSM v1.323
Mar 19 14:11:18 bruno kernel: I2O Bus Adapter OSM v1.317
Mar 19 14:11:18 bruno kernel: I2O Block Device OSM v1.325
Mar 19 14:11:18 bruno kernel: I2O SCSI Peripheral OSM v1.316
Mar 19 14:11:18 bruno kernel: I2O ProcFS OSM v1.316
Mar 19 14:11:18 bruno kernel: Fusion MPT base driver 3.04.06
Mar 19 14:11:18 bruno kernel: Copyright (c) 1999-2007 LSI Corporation
Mar 19 14:11:18 bruno kernel: Fusion MPT SPI Host driver 3.04.06
Mar 19 14:11:18 bruno kernel: Fusion MPT FC Host driver 3.04.06
Mar 19 14:11:18 bruno kernel: Fusion MPT SAS Host driver 3.04.06
Mar 19 14:11:18 bruno kernel: usbmon: debugfs is not available
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 18
Mar 19 14:11:18 bruno kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
Mar 19 14:11:18 bruno kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
Mar 19 14:11:18 bruno kernel: ehci_hcd 0000:00:1d.7: debug port 1
Mar 19 14:11:18 bruno kernel: ehci_hcd 0000:00:1d.7: irq 18, io mem 0xfea37c00
Mar 19 14:11:18 bruno kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Mar 19 14:11:18 bruno kernel: usb usb1: configuration #1 chosen from 1 choice
Mar 19 14:11:18 bruno kernel: hub 1-0:1.0: USB hub found
Mar 19 14:11:18 bruno kernel: hub 1-0:1.0: 8 ports detected
Mar 19 14:11:18 bruno kernel: 116x: driver isp116x-hcd, 03 Nov 2005
Mar 19 14:11:18 bruno kernel: USB Universal Host Controller Interface driver v3.0
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 18
Mar 19 14:11:18 bruno kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
Mar 19 14:11:18 bruno kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Mar 19 14:11:18 bruno kernel: uhci_hcd 0000:00:1d.0: irq 18, io base 0x0000d880
Mar 19 14:11:18 bruno kernel: usb usb2: configuration #1 chosen from 1 choice
Mar 19 14:11:18 bruno kernel: hub 2-0:1.0: USB hub found
Mar 19 14:11:18 bruno kernel: hub 2-0:1.0: 2 ports detected
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 17
Mar 19 14:11:18 bruno kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
Mar 19 14:11:18 bruno kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
Mar 19 14:11:18 bruno kernel: uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000d800
Mar 19 14:11:18 bruno kernel: usb usb3: configuration #1 chosen from 1 choice
Mar 19 14:11:18 bruno kernel: hub 3-0:1.0: USB hub found
Mar 19 14:11:18 bruno kernel: hub 3-0:1.0: 2 ports detected
Mar 19 14:11:18 bruno kernel: usb 1-8: new high speed USB device using ehci_hcd and address 2
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 16
Mar 19 14:11:18 bruno kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
Mar 19 14:11:18 bruno kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
Mar 19 14:11:18 bruno kernel: uhci_hcd 0000:00:1d.2: irq 16, io base 0x0000d480
Mar 19 14:11:18 bruno kernel: usb usb4: configuration #1 chosen from 1 choice
Mar 19 14:11:18 bruno kernel: hub 4-0:1.0: USB hub found
Mar 19 14:11:18 bruno kernel: hub 4-0:1.0: 2 ports detected
Mar 19 14:11:18 bruno kernel: usb 1-8: configuration #1 chosen from 1 choice
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 19
Mar 19 14:11:18 bruno kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
Mar 19 14:11:18 bruno kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
Mar 19 14:11:18 bruno kernel: uhci_hcd 0000:00:1d.3: irq 19, io base 0x0000d400
Mar 19 14:11:18 bruno kernel: usb usb5: configuration #1 chosen from 1 choice
Mar 19 14:11:18 bruno kernel: hub 5-0:1.0: USB hub found
Mar 19 14:11:18 bruno kernel: hub 5-0:1.0: 2 ports detected
Mar 19 14:11:18 bruno kernel: sl811: driver sl811-hcd, 19 May 2005
Mar 19 14:11:18 bruno kernel: Initializing USB Mass Storage driver...
Mar 19 14:11:18 bruno kernel: scsi4 : SCSI emulation for USB Mass Storage devices
Mar 19 14:11:18 bruno kernel: usbcore: registered new interface driver usb-storage
Mar 19 14:11:18 bruno kernel: USB Mass Storage support registered.
Mar 19 14:11:18 bruno kernel: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Mar 19 14:11:18 bruno kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mar 19 14:11:18 bruno kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Mar 19 14:11:18 bruno kernel: mice: PS/2 mouse device common for all mice
Mar 19 14:11:18 bruno kernel: md: linear personality registered for level -1
Mar 19 14:11:18 bruno kernel: md: raid0 personality registered for level 0
Mar 19 14:11:18 bruno kernel: md: raid1 personality registered for level 1
Mar 19 14:11:18 bruno kernel: md: raid10 personality registered for level 10
Mar 19 14:11:18 bruno kernel: md: raid6 personality registered for level 6
Mar 19 14:11:18 bruno kernel: md: raid5 personality registered for level 5
Mar 19 14:11:18 bruno kernel: md: raid4 personality registered for level 4
Mar 19 14:11:18 bruno kernel: md: multipath personality registered for level -4
Mar 19 14:11:18 bruno kernel: device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@redhat.com
Mar 19 14:11:18 bruno kernel: usbcore: registered new interface driver hiddev
Mar 19 14:11:18 bruno kernel: usbcore: registered new interface driver usbhid
Mar 19 14:11:18 bruno kernel: drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
Mar 19 14:11:18 bruno kernel: TCP cubic registered
Mar 19 14:11:18 bruno kernel: Initializing XFRM netlink socket
Mar 19 14:11:18 bruno kernel: NET: Registered protocol family 1
Mar 19 14:11:18 bruno kernel: NET: Registered protocol family 17
Mar 19 14:11:18 bruno kernel: RPC: Registered udp transport module.
Mar 19 14:11:18 bruno kernel: RPC: Registered tcp transport module.
Mar 19 14:11:18 bruno kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Mar 19 14:11:18 bruno kernel: md: Autodetecting RAID arrays.
Mar 19 14:11:18 bruno kernel: md: Scanned 0 and added 0 devices.
Mar 19 14:11:18 bruno kernel: md: autorun ...
Mar 19 14:11:18 bruno kernel: md: ... autorun DONE.
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: found reiserfs format "3.6" with standard journal
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: using ordered data mode
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: journal params: device hda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: checking transaction log (hda8)
Mar 19 14:11:18 bruno kernel: scsi 4:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS
Mar 19 14:11:18 bruno kernel: sd 4:0:0:0: [sda] 3919872 512-byte hardware sectors (2007 MB)
Mar 19 14:11:18 bruno kernel: sd 4:0:0:0: [sda] Write Protect is off
Mar 19 14:11:18 bruno kernel: sd 4:0:0:0: [sda] 3919872 512-byte hardware sectors (2007 MB)
Mar 19 14:11:18 bruno kernel: sd 4:0:0:0: [sda] Write Protect is off
Mar 19 14:11:18 bruno kernel: sda: unknown partition table
Mar 19 14:11:18 bruno kernel: sd 4:0:0:0: [sda] Attached SCSI removable disk
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: replayed 208 transactions in 13 seconds
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Using r5 hash to sort names
Mar 19 14:11:18 bruno kernel: Freeing unused kernel memory: 380k freed
Mar 19 14:11:18 bruno kernel: sd 4:0:0:0: Attached scsi generic sg0 type 0
Mar 19 14:11:18 bruno kernel: iTCO_vendor_support: vendor-support=0
Mar 19 14:11:18 bruno kernel: parport_pc 00:06: reported by Plug and Play ACPI
Mar 19 14:11:18 bruno kernel: parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
Mar 19 14:11:18 bruno kernel: Linux agpgart interface v0.102
Mar 19 14:11:18 bruno kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007)
Mar 19 14:11:18 bruno kernel: iTCO_wdt: No card detected
Mar 19 14:11:18 bruno kernel: agpgart: Detected an Intel 945G Chipset.
Mar 19 14:11:18 bruno kernel: agpgart: Detected 7932K stolen memory.
Mar 19 14:11:18 bruno kernel: agpgart: AGP aperture is 256M @ 0xd0000000
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 19 (level, low) -> IRQ 17
Mar 19 14:11:18 bruno kernel: input: Power Button (FF) as /devices/virtual/input/input2
Mar 19 14:11:18 bruno kernel: ACPI: Power Button (FF) [PWRF]
Mar 19 14:11:18 bruno kernel: input: Power Button (CM) as /devices/virtual/input/input3
Mar 19 14:11:18 bruno kernel: ACPI: Power Button (CM) [PWRB]
Mar 19 14:11:18 bruno kernel: ACPI: Thermal Zone [THRM] (40 C)
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 19
Mar 19 14:11:18 bruno kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
Mar 19 14:11:18 bruno kernel: 8139too Fast Ethernet driver 0.9.28
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 20 (level, low) -> IRQ 20
Mar 19 14:11:18 bruno kernel: eth0: RealTek RTL8139 at 0xe800, 00:1b:b9:96:3d:ab, IRQ 20
Mar 19 14:11:18 bruno kernel: ACPI: PCI Interrupt 0000:01:01.0[A] -> GSI 18 (level, low) -> IRQ 16
Mar 19 14:11:18 bruno kernel: snd-ca0106: Model 100a Rev 00000000 Serial 100a1102
Mar 19 14:11:18 bruno kernel: Adding 497972k swap on /dev/hda7. Priority:-1 extents:1 across:497972k
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257531 260656 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257531 260507 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257533 260503 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257531 260497 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257533 260495 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257533 260494 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257531 259404 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [133 259383 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259232 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259221 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259200 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259157 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259124 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259095 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259093 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259082 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259059 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259046 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259042 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259036 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 259022 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258891 258946 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [145 258864 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [145 258862 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [145 258861 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [258810 258841 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257533 257944 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257531 257941 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257531 257939 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257531 257938 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257533 257909 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257531 257900 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [45 257892 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257531 257884 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257531 257876 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257531 257858 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: Removing [257531 257641 0x0 SD]..done
Mar 19 14:11:18 bruno kernel: ReiserFS: hda8: There were 37 uncompleted unlinks/truncates. Completed
Mar 19 14:11:18 bruno kernel: lp0: using parport0 (interrupt-driven).
Mar 19 14:11:18 bruno kernel: lp0: console ready
Mar 19 14:11:18 bruno kernel: NTFS volume version 3.1.
Mar 19 14:11:18 bruno kernel: Intel ISA PCIC probe: not found.
Mar 19 14:11:18 bruno kernel: Databook TCIC-2 PCMCIA probe: not found.
Mar 19 14:11:18 bruno logger: /etc/rc.d/rc.inet1: /sbin/ifconfig lo 127.0.0.1
Mar 19 14:11:18 bruno logger: /etc/rc.d/rc.inet1: /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
Mar 19 14:11:19 bruno kernel: NET: Registered protocol family 10
Mar 19 14:11:19 bruno kernel: lo: Disabled Privacy Extensions
Mar 19 14:11:19 bruno sshd[2662]: Server listening on :: port 22.
Mar 19 14:11:19 bruno sshd[2662]: Server listening on 0.0.0.0 port 22.
Mar 19 14:11:20 bruno named[2665]: starting BIND 9.4.2
Mar 19 14:11:20 bruno named[2665]: found 1 CPU, using 1 worker thread
Mar 19 14:11:20 bruno named[2665]: loading configuration from '/etc/named.conf'
Mar 19 14:11:21 bruno named[2673]: starting BIND 9.4.2
Mar 19 14:11:21 bruno named[2673]: found 1 CPU, using 1 worker thread
Mar 19 14:11:21 bruno named[2673]: loading configuration from '/etc/named.conf'
Mar 19 14:11:28 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:11:29 bruno last message repeated 5 times
Mar 19 14:11:31 bruno /usr/sbin/gpm[2772]: *** info [startup.c(95)]:
Mar 19 14:11:31 bruno /usr/sbin/gpm[2772]: Started gpm successfully. Entered daemon mode.
Mar 19 14:11:31 bruno /usr/sbin/gpm[2772]: *** info [mice.c(1766)]:
Mar 19 14:11:31 bruno /usr/sbin/gpm[2772]: imps2: Auto-detected intellimouse PS/2
Mar 19 14:12:52 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:01 bruno last message repeated 5 times
Mar 19 14:13:01 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:01 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:01 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:01 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:01 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:02 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:02 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:12 bruno last message repeated 15 times
Mar 19 14:13:12 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:14 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:15 bruno last message repeated 2 times
Mar 19 14:13:15 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:15 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:15 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:15 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:15 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:16 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:16 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:16 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:37 bruno last message repeated 32 times
Mar 19 14:13:37 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:37 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:41 bruno last message repeated 15 times
Mar 19 14:13:41 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:41 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:43 bruno last message repeated 8 times
Mar 19 14:13:43 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:44 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:51 bruno last message repeated 20 times
Mar 19 14:13:51 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:51 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:13:56 bruno last message repeated 20 times
Mar 19 14:13:57 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:13:57 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:07 bruno last message repeated 41 times
Mar 19 14:14:07 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:07 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:13 bruno last message repeated 22 times
Mar 19 14:14:13 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:13 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:20 bruno last message repeated 27 times
Mar 19 14:14:20 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:20 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:22 bruno last message repeated 9 times
Mar 19 14:14:22 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:22 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:24 bruno last message repeated 7 times
Mar 19 14:14:24 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:24 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:26 bruno last message repeated 7 times
Mar 19 14:14:26 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:26 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:30 bruno last message repeated 16 times
Mar 19 14:14:30 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:31 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:34 bruno last message repeated 14 times
Mar 19 14:14:34 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:34 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:37 bruno last message repeated 9 times
Mar 19 14:14:37 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:37 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:38 bruno last message repeated 5 times
Mar 19 14:14:38 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:38 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:40 bruno last message repeated 5 times
Mar 19 14:14:40 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:40 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:42 bruno last message repeated 8 times
Mar 19 14:14:42 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:42 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:48 bruno last message repeated 24 times
Mar 19 14:14:48 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:48 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:50 bruno last message repeated 6 times
Mar 19 14:14:50 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:50 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:53 bruno last message repeated 13 times
Mar 19 14:14:53 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:53 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:14:55 bruno last message repeated 6 times
Mar 19 14:14:55 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:14:55 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:02 bruno last message repeated 27 times
Mar 19 14:15:02 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:02 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:06 bruno last message repeated 17 times
Mar 19 14:15:06 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:07 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:08 bruno last message repeated 5 times
Mar 19 14:15:08 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:08 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:12 bruno last message repeated 14 times
Mar 19 14:15:12 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:12 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:15 bruno last message repeated 12 times
Mar 19 14:15:15 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:15 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:16 bruno last message repeated 5 times
Mar 19 14:15:16 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:16 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:19 bruno last message repeated 12 times
Mar 19 14:15:20 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:20 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:21 bruno last message repeated 5 times
Mar 19 14:15:21 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:21 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:31 bruno last message repeated 38 times
Mar 19 14:15:31 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:31 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:32 bruno last message repeated 6 times
Mar 19 14:15:32 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:33 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:38 bruno last message repeated 21 times
Mar 19 14:15:38 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:38 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:42 bruno last message repeated 18 times
Mar 19 14:15:43 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:43 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:15:44 bruno last message repeated 5 times
Mar 19 14:15:44 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:15:44 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:07 bruno last message repeated 27 times
Mar 19 14:16:07 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:07 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:08 bruno last message repeated 5 times
Mar 19 14:16:08 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:08 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:13 bruno last message repeated 17 times
Mar 19 14:16:13 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:13 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:16 bruno last message repeated 14 times
Mar 19 14:16:17 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:17 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:20 bruno last message repeated 13 times
Mar 19 14:16:20 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:20 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:24 bruno last message repeated 14 times
Mar 19 14:16:24 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:24 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:25 bruno last message repeated 5 times
Mar 19 14:16:25 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:25 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:28 bruno last message repeated 12 times
Mar 19 14:16:28 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:28 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:35 bruno last message repeated 25 times
Mar 19 14:16:35 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:35 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:37 bruno last message repeated 9 times
Mar 19 14:16:37 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:37 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:39 bruno last message repeated 5 times
Mar 19 14:16:39 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:39 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:45 bruno last message repeated 24 times
Mar 19 14:16:45 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:45 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:46 bruno last message repeated 5 times
Mar 19 14:16:47 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:47 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:49 bruno last message repeated 8 times
Mar 19 14:16:49 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:49 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:50 bruno last message repeated 5 times
Mar 19 14:16:50 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:50 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:55 bruno last message repeated 20 times
Mar 19 14:16:55 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:56 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:16:58 bruno last message repeated 11 times
Mar 19 14:16:58 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:16:59 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:17:00 bruno last message repeated 5 times
Mar 19 14:17:00 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:17:00 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:17:01 bruno last message repeated 5 times
Mar 19 14:17:01 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:17:01 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:17:05 bruno last message repeated 16 times
Mar 19 14:17:06 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:17:06 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:17:16 bruno last message repeated 41 times
Mar 19 14:17:16 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:17:16 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:17:17 bruno last message repeated 5 times
Mar 19 14:17:17 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:17:18 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:17:27 bruno last message repeated 36 times
Mar 19 14:17:27 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:17:27 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:17:28 bruno last message repeated 6 times
Mar 19 14:17:28 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:17:29 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:17:33 bruno last message repeated 19 times
Mar 19 14:17:33 bruno kernel: sd 4:0:0:0: [sda] Result: hostbyte=0x07 driverbyte=0x00
Mar 19 14:17:34 bruno kernel: usb 1-8: reset high speed USB device using ehci_hcd and address 2
Mar 19 14:17:38 bruno last messag


  


2. Re: Não consigo startar o bind do slackware

Sérgio Abrantes Junior
pelo

(usa Debian)

Enviado em 21/03/2009 - 22:22h

Ele pede para corrigir teu conf.
Já tentou pegar o conf de alguém aqui do site para teste?

Sérgio Abrantes
[]'s


3. Re: Não consigo startar o bind do slackware

Bullit
bullitb3p

(usa Slackware)

Enviado em 08/05/2009 - 11:02h

Não sei se tu q colou errado... mas olha a 1a linha do teu named.conf

ptions {

Falta um "o"... heheh


4. Re: Não consigo startar o bind do slackware

Carlos Alexandro Becker
caarlos0

(usa Slackware)

Enviado em 20/05/2009 - 02:29h

basicamente, aqui simplemente rodei /etc/rc.d/rc.bind start , e configurei o /etc/resolv.conf, e foi de boa.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts