[mdlug] hanging machine kernel panic - on going

Aaron Kulkis akulkis00 at gmail.com
Wed Feb 29 04:04:44 EST 2012


Wojtak, Greg (Superfly) wrote:
> If you're feeling really ambitious you could make sure that the kdump
> system is configured, grab the kernel dump, and run gdb on it...
>

I haven't fired up a debugger in over a decade.  Even though I
have debugged a kernel (we had to write a multi-user, pre-emptive
multi-tasking kernel with interprocess communication in 4 weeks for
one of my senior-level labs), that was on code I was familiar with,
on a processor which I thoroughly understood.

Unfortunately, neither of those applies here.

I would be lost both in the Linux kernel code and also on
a modern Intel or AMD processor. :-(.

Recently, I've been slowly working my way through an x86 assembly
language book -- and it's odd.  The assembly language seems to be
simultaneously much simpler (fewer operation types, and far fewer
addressing modes) than other assembly languages that I learned
(6502, 8080, PDP-11, IBM 370, and VAX-11), but for some reason,
paradoxically, more complex.  I won't bore you with the details,
other than to say that there are 8, 16, 32 (and now 64)-bit
versions of four registers A, B, C, and D (which Intel intended
to stand for Accumulator, Base, Code, and Data), but which,
other than the A registers, seem to be used rather inconsistently.

To make things more confusing, gcc and g++ don't produce
standard Intel format assembly code (ASM / NASM compatible),
instead producing something called AT&T format assembly code,
which has operands in the reverse order of Intel format
(not to mention distinctly different assembler directives
for things such as labels, reserving memory blocks, pre-positioned
constants, etc.)

SoI'm just going to wait for the kernel team to
figure it all out.

> On 2012-02-28 10:47 AM, "Aaron Kulkis"<akulkis00 at gmail.com>  wrote:
>
>> Gmail-otakurider wrote:
>>> Here is the messages dump - check around 16:53 anyone have any ideas?
>>> checked memory tested ok - checked HDD tested ok
>>>
>>
>>
>> I've been getting some panics lately, too.  My suspicion
>> is that a kernel bug was recently introduced.  I also trust
>> that with time, it will be found and go away.
>>
>> Fortunately, I still have some habits from my college days
>> when Purdue's Electrical Engineering department was the
>> primary test site for Gould Electronics' high performance
>> Unix division, and endured periods in which typical
>> uptime was<90 minutes, until the problems were found
>> and resolved.
>>
>>> Yes I know its long but wanted to give all info
>>>
>>>    thinking of setting panic=  setting to have it just reboot
>>>
>>> Thank in advance
>>>
>>>
>>>
>>> Feb 27 10:37:30 kuza avahi-daemon[2006]: Network interface enumeration
>>> completed.
>>> Feb 27 10:37:30 kuza avahi-daemon[2006]: Registering new address record
>>> for fe80::250:baff:fe5f:e4c3 on eth0.
>>> Feb 27 10:37:30 kuza avahi-daemon[2006]: Registering new address record
>>> for 192.168.1.3 on eth0.
>>> Feb 27 10:37:30 kuza avahi-daemon[2006]: Registering HINFO record with
>>> values 'I686'/'LINUX'.
>>> Feb 27 10:37:31 kuza avahi-daemon[2006]: Server startup complete. Host
>>> name is kuza.local. Local service cookie is 1101511634.
>>> Feb 27 10:43:10 kuza nmbd[1926]: [2012/02/27 10:43:10, 0]
>>> nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
>>> Feb 27 10:43:10 kuza nmbd[1926]:   *****
>>> Feb 27 10:43:10 kuza nmbd[1926]:
>>> Feb 27 10:43:10 kuza nmbd[1926]:   Samba name server KUZA is now a local
>>> master browser for workgroup WORKGROUP on subnet 192.168.1.3
>>> Feb 27 10:43:10 kuza nmbd[1926]:
>>> Feb 27 10:43:10 kuza nmbd[1926]:   *****
>>> Feb 27 11:18:52 kuza avahi-daemon[2006]: Invalid query packet.
>>> Feb 27 11:19:32 kuza last message repeated 26 times
>>> Feb 27 11:19:32 kuza avahi-daemon[2006]: Invalid query packet.
>>> Feb 27 16:53:41 kuza kernel: BUG: unable to handle kernel NULL pointer
>>> dereference at virtual address 00000000
>>> Feb 27 16:53:41 kuza kernel:  printing eip:
>>> Feb 27 16:53:41 kuza kernel: cab88e5c
>>> Feb 27 16:53:41 kuza kernel: *pde = 09606067
>>> Feb 27 16:53:41 kuza kernel: Oops: 0002 [#1]
>>> Feb 27 16:53:41 kuza kernel: last sysfs file: /block/hda/hda1/size
>>> Feb 27 16:53:41 kuza kernel: Modules linked in: nfsd exportfs lockd
>>> nfs_acl autofs4 hidp l2cap bluetooth sunrpc dm_mirror dm_mod video sbs
>>> i2c_ec dock container button battery asus_acpi backlight ac ipv6 lp
>>> parport_pc parport floppy ohci_hcd 8139too i2c_ali15x3 serio_raw mii
>>> i2c_ali1535 i2c_core pcspkr ide_cd cdrom ext3 jbd
>>> Feb 27 16:53:41 kuza kernel: CPU:    0
>>> Feb 27 16:53:41 kuza kernel: EIP:    0060:[<cab88e5c>]    Not tainted
>>> VLI
>>> Feb 27 16:53:41 kuza kernel: EFLAGS: 00210206   (2.6.20-1.2320.fc5 #1)
>>> Feb 27 16:53:41 kuza kernel: EIP is at 0xcab88e5c
>>> Feb 27 16:53:41 kuza kernel: eax: 00000000   ebx: cab88f9c   ecx:
>>> ca3c3610   edx: c137c980
>>> Feb 27 16:53:41 kuza kernel: esi: cab88f48   edi: 00000006   ebp:
>>> cab88e58   esp: cab88ba4
>>> Feb 27 16:53:41 kuza kernel: ds: 007b   es: 007b   ss: 0068
>>> Feb 27 16:53:41 kuza kernel: Process python (pid: 1745, ti=cab88000
>>> task=cfec30d0 task.ti=cab88000)
>>> Feb 27 16:53:41 kuza kernel: Stack: cab88e60 cab88e4c cab88e50 cab88e54
>>> 00000030 00000000 00000000 00000030
>>> Feb 27 16:53:41 kuza kernel:        00000000 00000000 00000000 00000000
>>> 00000000 00000000 c046ad08 00000000
>>> Feb 27 16:53:41 kuza kernel:        00000000 00000002 ccd0f320 00000000
>>> cfec30d0 c0419bdc 00100100 00200200
>>> Feb 27 16:53:41 kuza kernel: Call Trace:
>>> Feb 27 16:53:41 kuza kernel:  [<c046ad08>] __pollwait+0x0/0xab
>>> Feb 27 16:53:41 kuza kernel:  [<c0419bdc>] default_wake_function+0x0/0xc
>>> Feb 27 16:53:41 kuza kernel:  [<c0419bdc>] default_wake_function+0x0/0xc
>>> Feb 27 16:53:41 kuza kernel:  [<d082fb73>]
>>> do_get_write_access+0x48b/0x4b8 [jbd]
>>> Feb 27 16:53:41 kuza kernel:  [<d08885f8>]
>>> __ext3_get_inode_loc+0x10a/0x2fd [ext3]
>>> Feb 27 16:53:41 kuza kernel:  [<c0608164>] _read_unlock_irq+0x5/0x7
>>> Feb 27 16:53:41 kuza kernel:  [<d0893712>]
>>> __ext3_journal_dirty_metadata+0x16/0x3a [ext3]
>>> Feb 27 16:53:41 kuza kernel:  [<d082fbc1>]
>>> journal_get_write_access+0x21/0x26 [jbd]
>>> Feb 27 16:53:41 kuza kernel:  [<d0888489>]
>>> ext3_mark_iloc_dirty+0x275/0x2da [ext3]
>>> Feb 27 16:53:41 kuza kernel:  [<c0418de8>] __wake_up+0x32/0x43
>>> Feb 27 16:53:41 kuza kernel:  [<d082f6dc>] journal_stop+0x1cb/0x1d7
>>> [jbd]
>>> Feb 27 16:53:41 kuza kernel:  [<d088f703>] __ext3_journal_stop+0x19/0x34
>>> [ext3]
>>> Feb 27 16:53:41 kuza kernel:  [<d088a6b2>]
>>> ext3_ordered_commit_write+0xba/0xd8 [ext3]
>>> Feb 27 16:53:41 kuza kernel:  [<c044aaa7>] __pagevec_lru_add+0x7a/0x85
>>> Feb 27 16:53:41 kuza kernel:  [<c0446328>]
>>> generic_file_buffered_write+0x579/0x5e8
>>> Feb 27 16:53:41 kuza kernel:  [<c047aa2a>] __getblk+0x3b/0x287
>>> Feb 27 16:53:41 kuza kernel:  [<c0420638>] current_fs_time+0x45/0x51
>>> Feb 27 16:53:41 kuza kernel:  [<c0405e65>] do_IRQ+0xbf/0xd6
>>> Feb 27 16:53:41 kuza kernel:  [<c0404763>] common_interrupt+0x23/0x28
>>> Feb 27 16:53:41 kuza kernel:  [<c046aa67>] core_sys_select+0x2d2/0x2f3
>>> Feb 27 16:53:41 kuza kernel:  [<c0448dff>] __alloc_pages+0x68/0x29c
>>> Feb 27 16:53:41 kuza kernel:  [<c0608164>] _read_unlock_irq+0x5/0x7
>>> Feb 27 16:53:41 kuza kernel:  [<c0444c30>] find_get_page+0x35/0x3a
>>> Feb 27 16:53:41 kuza kernel:  [<c044710b>] filemap_nopage+0x159/0x2d4
>>> Feb 27 16:53:41 kuza kernel:  [<c044f9c9>] __handle_mm_fault+0x858/0x87a
>>> Feb 27 16:53:41 kuza kernel:  [<c0452bf4>] do_mmap_pgoff+0x587/0x6e8
>>> Feb 27 16:53:41 kuza kernel:  [<c046b04e>] sys_select+0xa0/0x186
>>> Feb 27 16:53:41 kuza kernel:  [<c0403dc8>] syscall_call+0x7/0xb
>>> Feb 27 16:53:41 kuza kernel:  =======================
>>> Feb 27 16:53:41 kuza kernel: Code: aa 46 c0 48 4b c3 bf ea ff ff ff 00
>>> e0 9a 08 00 e0 9a 08 06 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00 00
>>> 00 00 00 00 00 00 00<00>   00 00 00 44 00 00 00 46 02 20 00 01 00 00 00
>>> 00 00 00 00 d2
>>> Feb 27 16:53:41 kuza kernel: EIP: [<cab88e5c>] 0xcab88e5c SS:ESP
>>> 0068:cab88ba4
>>> Feb 27 20:04:54 kuza avahi-daemon[2006]: Invalid query packet.
>>> Feb 27 20:05:38 kuza last message repeated 30 times
>>> Feb 27 20:49:41 kuza syslogd 1.4.1: restart.
>>> Feb 27 20:49:41 kuza kernel: klogd 1.4.1, log source = /proc/kmsg
>>> started.
>>> Feb 27 20:49:41 kuza kernel: Linux version 2.6.20-1.2320.fc5
>>> (brewbuilder at hs20-bc2-2.build.redhat.com) (gcc version 4.1.1 20070105
>>> (Red Hat 4.1.1-51)) #1 Tue Jun 12 18:50:38 EDT 2007
>>> Feb 27 20:49:41 kuza kernel: BIOS-provided physical RAM map:
>>> Feb 27 20:49:41 kuza kernel: sanitize start
>>> Feb 27 20:49:41 kuza kernel: sanitize end
>>> Feb 27 20:49:41 kuza kernel: copy_e820_map() start: 0000000000000000
>>> size: 000000000009fc00 end: 000000000009fc00 type: 1
>>> Feb 27 20:49:41 kuza kernel: copy_e820_map() type is E820_RAM
>>> Feb 27 20:49:41 kuza kernel: copy_e820_map() start: 000000000009fc00
>>> size: 0000000000000400 end: 00000000000a0000 type: 2
>>> Feb 27 20:49:41 kuza kernel: copy_e820_map() start: 00000000000f0000
>>> size: 0000000000010000 end: 0000000000100000 type: 2
>>> Feb 27 20:49:41 kuza kernel: copy_e820_map() start: 0000000000100000
>>> size: 000000000feec000 end: 000000000ffec000 type: 1
>>> Feb 27 20:49:41 kuza kernel: copy_e820_map() type is E820_RAM
>>> Feb 27 20:49:41 kuza kernel: copy_e820_map() start: 000000000ffec000
>>> size: 0000000000003000 end: 000000000ffef000 type: 3
>>> Feb 27 20:49:41 kuza kernel: copy_e820_map() start: 000000000ffef000
>>> size: 0000000000010000 end: 000000000ffff000 type: 2
>>> Feb 27 20:49:41 kuza kernel: copy_e820_map() start: 000000000ffff000
>>> size: 0000000000001000 end: 0000000010000000 type: 4
>>> Feb 27 20:49:41 kuza kernel: copy_e820_map() start: 00000000ffff0000
>>> size: 0000000000010000 end: 0000000100000000 type: 2
>>> Feb 27 20:49:41 kuza kernel:  BIOS-e820: 0000000000000000 -
>>> 000000000009fc00 (usable)
>>> Feb 27 20:49:41 kuza kernel:  BIOS-e820: 000000000009fc00 -
>>> 00000000000a0000 (reserved)
>>> Feb 27 20:49:41 kuza kernel:  BIOS-e820: 00000000000f0000 -
>>> 0000000000100000 (reserved)
>>> Feb 27 20:49:41 kuza kernel:  BIOS-e820: 0000000000100000 -
>>> 000000000ffec000 (usable)
>>> Feb 27 20:49:41 kuza kernel:  BIOS-e820: 000000000ffec000 -
>>> 000000000ffef000 (ACPI data)
>>> Feb 27 20:49:41 kuza kernel:  BIOS-e820: 000000000ffef000 -
>>> 000000000ffff000 (reserved)
>>> Feb 27 20:49:41 kuza kernel:  BIOS-e820: 000000000ffff000 -
>>> 0000000010000000 (ACPI NVS)
>>> Feb 27 20:49:41 kuza kernel:  BIOS-e820: 00000000ffff0000 -
>>> 0000000100000000 (reserved)
>>> Feb 27 20:49:41 kuza kernel: 0MB HIGHMEM available.
>>> Feb 27 20:49:41 kuza kernel: 255MB LOWMEM available.
>>> Feb 27 20:49:41 kuza kernel: Using x86 segment limits to approximate NX
>>> protection
>>> Feb 27 20:49:41 kuza kernel: Zone PFN ranges:
>>> Feb 27 20:49:41 kuza kernel:   DMA             0 ->       4096
>>> Feb 27 20:49:43 kuza kernel:   Normal       4096 ->      65516
>>> Feb 27 20:49:43 kuza kernel:   HighMem     65516 ->      65516
>>> Feb 27 20:49:43 kuza kernel: early_node_map[1] active PFN ranges
>>> Feb 27 20:49:43 kuza kernel:     0:        0 ->      65516
>>> Feb 27 20:49:43 kuza kernel: DMI 2.3 present.
>>> Feb 27 20:49:43 kuza kernel: Using APIC driver default
>>> Feb 27 20:49:43 kuza kernel: ACPI: PM-Timer IO Port: 0xe408
>>> Feb 27 20:49:43 kuza kernel: Allocating PCI resources starting at
>>> 20000000 (gap: 10000000:efff0000)
>>> Feb 27 20:49:43 kuza kernel: Detected 807.940 MHz processor.
>>> Feb 27 20:49:43 kuza kernel: Built 1 zonelists.  Total pages: 65005
>>> Feb 27 20:49:43 kuza kernel: Kernel command line: ro root=LABEL=/ rhgb
>>> quiet
>>> Feb 27 20:49:43 kuza kernel: Local APIC disabled by BIOS -- you can
>>> enable it with "lapic"
>>> Feb 27 20:49:43 kuza kernel: Enabling fast FPU save and restore... done.
>>> Feb 27 20:49:43 kuza kernel: Initializing CPU#0
>>> Feb 27 20:49:43 kuza kernel: CPU 0 irqstacks, hard=c0720000
>>> soft=c071f000
>>> Feb 27 20:49:43 kuza kernel: PID hash table entries: 1024 (order: 10,
>>> 4096 bytes)
>>> Feb 27 20:49:43 kuza kernel: Console: colour VGA+ 80x25
>>> Feb 27 20:49:43 kuza kernel: Dentry cache hash table entries: 32768
>>> (order: 5, 131072 bytes)
>>> Feb 27 20:49:43 kuza kernel: Inode-cache hash table entries: 16384
>>> (order: 4, 65536 bytes)
>>> Feb 27 20:49:43 kuza kernel: Memory: 254596k/262064k available (2091k
>>> kernel code, 6828k reserved, 845k data, 232k init, 0k highmem)
>>> Feb 27 20:49:43 kuza kernel: virtual kernel memory layout:
>>> Feb 27 20:49:43 kuza kernel:     fixmap  : 0xfff9b000 - 0xfffff000   (
>>> 400 kB)
>>> Feb 27 20:49:43 kuza kernel:     pkmap   : 0xff800000 - 0xffc00000
>>> (4096 kB)
>>> Feb 27 20:49:43 kuza kernel:     vmalloc : 0xd0800000 - 0xff7fe000   (
>>> 751 MB)
>>> Feb 27 20:49:43 kuza kernel:     lowmem  : 0xc0000000 - 0xcffec000   (
>>> 255 MB)
>>> Feb 27 20:49:43 kuza kernel:       .init : 0xc06e0000 - 0xc071a000   (
>>> 232 kB)
>>> Feb 27 20:49:43 kuza kernel:       .data : 0xc060aefd - 0xc06de614   (
>>> 845 kB)
>>> Feb 27 20:49:43 kuza kernel:       .text : 0xc0400000 - 0xc060aefd
>>> (2091 kB)
>>> Feb 27 20:49:43 kuza kernel: Checking if this processor honours the WP
>>> bit even in supervisor mode... Ok.
>>> Feb 27 20:49:43 kuza kernel: Calibrating delay using timer specific
>>> routine.. 1616.55 BogoMIPS (lpj=808275)
>>> Feb 27 20:49:43 kuza kernel: Security Framework v1.0.0 initialized
>>> Feb 27 20:49:43 kuza kernel: SELinux:  Initializing.
>>> Feb 27 20:49:43 kuza kernel: SELinux:  Starting in permissive mode
>>> Feb 27 20:49:43 kuza kernel: selinux_register_security:  Registering
>>> secondary module capability
>>> Feb 27 20:49:43 kuza kernel: Capability LSM initialized as secondary
>>> Feb 27 20:49:43 kuza kernel: Mount-cache hash table entries: 512
>>> Feb 27 20:49:43 kuza kernel: CPU: L1 I Cache: 64K (64 bytes/line), D
>>> cache 64K (64 bytes/line)
>>> Feb 27 20:49:43 kuza kernel: CPU: L2 Cache: 64K (64 bytes/line)
>>> Feb 27 20:49:43 kuza kernel: Intel machine check architecture supported.
>>> Feb 27 20:49:43 kuza kernel: Intel machine check reporting enabled on
>>> CPU#0.
>>> Feb 27 20:49:43 kuza kernel: CPU: AMD Duron(tm) Processor stepping 01
>>> Feb 27 20:49:43 kuza kernel: Checking 'hlt' instruction... OK.
>>> Feb 27 20:49:43 kuza kernel: ACPI: Core revision 20060707
>>> Feb 27 20:49:43 kuza kernel: ACPI: setting ELCR to 0200 (from 0e20)
>>> Feb 27 20:49:43 kuza kernel: NET: Registered protocol family 16
>>> Feb 27 20:49:43 kuza kernel: ACPI: bus type pci registered
>>> Feb 27 20:49:43 kuza kernel: PCI: PCI BIOS revision 2.10 entry at
>>> 0xf1170, last bus=1
>>> Feb 27 20:49:43 kuza kernel: PCI: Using configuration type 1
>>> Feb 27 20:49:43 kuza kernel: Setting up standard PCI resources
>>> Feb 27 20:49:43 kuza kernel: ACPI: Interpreter enabled
>>> Feb 27 20:49:43 kuza kernel: ACPI: Using PIC for interrupt routing
>>> Feb 27 20:49:43 kuza kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5
>>> 6 7 9 10 *11 12 14 15)
>>> Feb 27 20:49:43 kuza kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5
>>> 6 7 9 10 11 12 14 15) *0, disabled.
>>> Feb 27 20:49:43 kuza kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5
>>> 6 7 9 *10 11 12 14 15)
>>> Feb 27 20:49:43 kuza kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5
>>> 6 7 9 10 11 12 14 15) *0, disabled.
>>> Feb 27 20:49:43 kuza kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4
>>> *5 6 7 9 10 11 12 14 15)
>>> Feb 27 20:49:43 kuza kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5
>>> 6 7 9 10 11 12 14 15) *0, disabled.
>>> Feb 27 20:49:43 kuza kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5
>>> 6 7 9 10 11 12 14 15) *0, disabled.
>>> Feb 27 20:49:43 kuza kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5
>>> 6 7 9 10 11 12 14 15) *0, disabled.
>>> Feb 27 20:49:43 kuza kernel: ACPI: PCI Interrupt Link [LNKI] (IRQs 3 4 5
>>> 6 7 *9 10 11 12 14 15)
>>> Feb 27 20:49:43 kuza kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
>>> Feb 27 20:49:43 kuza kernel: ACPI: Assume root bridge [\_SB_.PCI0] bus
>>> is 0
>>> Feb 27 20:49:43 kuza kernel: PCI quirk: region e400-e43f claimed by
>>> ali7101 ACPI
>>> Feb 27 20:49:43 kuza kernel: PCI quirk: region e800-e81f claimed by
>>> ali7101 SMB
>>> Feb 27 20:49:43 kuza kernel: Linux Plug and Play Support v0.97 (c) Adam
>>> Belay
>>> Feb 27 20:49:43 kuza kernel: pnp: PnP ACPI init
>>> Feb 27 20:49:43 kuza kernel: pnp: PnP ACPI: found 15 devices
>>> Feb 27 20:49:43 kuza kernel: usbcore: registered new interface driver
>>> usbfs
>>> Feb 27 20:49:43 kuza kernel: usbcore: registered new interface driver
>>> hub
>>> Feb 27 20:49:43 kuza kernel: usbcore: registered new device driver usb
>>> Feb 27 20:49:43 kuza kernel: PCI: Using ACPI for IRQ routing
>>> Feb 27 20:49:43 kuza kernel: PCI: If a device doesn't work, try
>>> "pci=routeirq".  If it helps, post a report
>>> Feb 27 20:49:43 kuza kernel: NetLabel: Initializing
>>> Feb 27 20:49:43 kuza kernel: NetLabel:  domain hash size = 128
>>> Feb 27 20:49:43 kuza kernel: NetLabel:  protocols = UNLABELED CIPSOv4
>>> Feb 27 20:49:43 kuza kernel: NetLabel:  unlabeled traffic allowed by
>>> default
>>> Feb 27 20:49:43 kuza kernel: pnp: 00:02: ioport range 0xe400-0xe47f
>>> could not be reserved
>>> Feb 27 20:49:43 kuza kernel: pnp: 00:02: ioport range 0xe800-0xe81f has
>>> been reserved
>>> Feb 27 20:49:43 kuza kernel: pnp: 00:02: ioport range 0x40b-0x40b has
>>> been reserved
>>> Feb 27 20:49:43 kuza kernel: pnp: 00:02: ioport range 0x480-0x48f has
>>> been reserved
>>> Feb 27 20:49:43 kuza kernel: pnp: 00:02: ioport range 0x4d6-0x4d6 has
>>> been reserved
>>> Feb 27 20:49:43 kuza kernel: PCI: Bridge: 0000:00:01.0
>>> Feb 27 20:49:43 kuza kernel:   IO window: disabled.
>>> Feb 27 20:49:43 kuza kernel:   MEM window: ec000000-edefffff
>>> Feb 27 20:49:43 kuza kernel:   PREFETCH window: edf00000-efffffff
>>> Feb 27 20:49:43 kuza kernel: NET: Registered protocol family 2
>>> Feb 27 20:49:43 kuza kernel: IP route cache hash table entries: 2048
>>> (order: 1, 8192 bytes)
>>> Feb 27 20:49:43 kuza kernel: TCP established hash table entries: 8192
>>> (order: 5, 131072 bytes)
>>> Feb 27 20:49:43 kuza kernel: TCP bind hash table entries: 4096 (order:
>>> 4, 81920 bytes)
>>> Feb 27 20:49:43 kuza kernel: TCP: Hash tables configured (established
>>> 8192 bind 4096)
>>> Feb 27 20:49:43 kuza kernel: TCP reno registered
>>> Feb 27 20:49:43 kuza kernel: checking if image is initramfs... it is
>>> Feb 27 20:49:43 kuza kernel: Freeing initrd memory: 913k freed
>>> Feb 27 20:49:43 kuza kernel: Simple Boot Flag at 0x3a set to 0x1
>>> Feb 27 20:49:43 kuza kernel: apm: BIOS version 1.2 Flags 0x0b (Driver
>>> version 1.16ac)
>>> Feb 27 20:49:43 kuza kernel: apm: overridden by ACPI.
>>> Feb 27 20:49:43 kuza kernel: audit: initializing netlink socket
>>> (disabled)
>>> Feb 27 20:49:43 kuza kernel: audit(1330375714.653:1): initialized
>>> Feb 27 20:49:43 kuza kernel: Total HugeTLB memory allocated, 0
>>> Feb 27 20:49:43 kuza kernel: VFS: Disk quotas dquot_6.5.1
>>> Feb 27 20:49:43 kuza kernel: Dquot-cache hash table entries: 1024 (order
>>> 0, 4096 bytes)
>>> Feb 27 20:49:43 kuza kernel: SELinux:  Registering netfilter hooks
>>> Feb 27 20:49:43 kuza kernel: ksign: Installing public key data
>>> Feb 27 20:49:43 kuza kernel: Loading keyring
>>> Feb 27 20:49:43 kuza kernel: - Added public key FA1AD44A9013A628
>>> Feb 27 20:49:43 kuza kernel: - User ID: Red Hat, Inc. (Kernel Module GPG
>>> key)
>>> Feb 27 20:49:43 kuza kernel: io scheduler noop registered
>>> Feb 27 20:49:43 kuza kernel: io scheduler anticipatory registered
>>> Feb 27 20:49:43 kuza kernel: io scheduler deadline registered
>>> Feb 27 20:49:43 kuza kernel: io scheduler cfq registered (default)
>>> Feb 27 20:49:43 kuza kernel: Limiting direct PCI/PCI transfers.
>>> Feb 27 20:49:43 kuza kernel: Activating ISA DMA hang workarounds.
>>> Feb 27 20:49:43 kuza kernel: pci_hotplug: PCI Hot Plug PCI Core
>>> version: 0.5
>>> Feb 27 20:49:43 kuza kernel: ACPI: Invalid PBLK length [5]
>>> Feb 27 20:49:43 kuza kernel: isapnp: Scanning for PnP cards...
>>> Feb 27 20:49:43 kuza kernel: isapnp: No Plug&   Play device found
>>> Feb 27 20:49:43 kuza kernel: Real Time Clock Driver v1.12ac
>>> Feb 27 20:49:43 kuza kernel: Non-volatile memory driver v1.2
>>> Feb 27 20:49:43 kuza kernel: Linux agpgart interface v0.101 (c) Dave
>>> Jones
>>> Feb 27 20:49:43 kuza kernel: agpgart: Detected ALi M1647 chipset
>>> Feb 27 20:49:43 kuza kernel: agpgart: AGP aperture is 128M @ 0xf0000000
>>> Feb 27 20:49:43 kuza kernel: Serial: 8250/16550 driver $Revision: 1.90 $
>>> 4 ports, IRQ sharing enabled
>>> Feb 27 20:49:43 kuza kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is
>>> a 16550A
>>> Feb 27 20:49:43 kuza kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is
>>> a 16550A
>>> Feb 27 20:49:43 kuza kernel: 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a
>>> 16550A
>>> Feb 27 20:49:43 kuza kernel: 00:0c: ttyS1 at I/O 0x2f8 (irq = 3) is a
>>> 16550A
>>> Feb 27 20:49:43 kuza kernel: RAMDISK driver initialized: 16 RAM disks of
>>> 16384K size 4096 blocksize
>>> Feb 27 20:49:43 kuza kernel: input: Macintosh mouse button emulation as
>>> /class/input/input0
>>> Feb 27 20:49:43 kuza kernel: Uniform Multi-Platform E-IDE driver
>>> Revision: 7.00alpha2
>>> Feb 27 20:49:43 kuza kernel: ide: Assuming 33MHz system bus speed for
>>> PIO modes; override with idebus=xx
>>> Feb 27 20:49:43 kuza kernel: ALI15X3: IDE controller at PCI slot
>>> 0000:00:04.0
>>> Feb 27 20:49:43 kuza kernel: ACPI: Unable to derive IRQ for device
>>> 0000:00:04.0
>>> Feb 27 20:49:43 kuza kernel: ACPI: PCI Interrupt 0000:00:04.0[A]: no GSI
>>> Feb 27 20:49:43 kuza kernel: ALI15X3: chipset revision 196
>>> Feb 27 20:49:43 kuza kernel: ALI15X3: not 100% native mode: will probe
>>> irqs later
>>> Feb 27 20:49:43 kuza kernel:     ide0: BM-DMA at 0xd400-0xd407, BIOS
>>> settings: hda:DMA, hdb:DMA
>>> Feb 27 20:49:43 kuza kernel:     ide1: BM-DMA at 0xd408-0xd40f, BIOS
>>> settings: hdc:DMA, hdd:pio
>>> Feb 27 20:49:43 kuza kernel: hda: Maxtor 4D040H2, ATA DISK drive
>>> Feb 27 20:49:43 kuza kernel: hdb: ST3120814A, ATA DISK drive
>>> Feb 27 20:49:43 kuza kernel: hda: hw_config=603b
>>> Feb 27 20:49:43 kuza kernel: hda: hw_config=603b
>>> Feb 27 20:49:43 kuza kernel: hdb: hw_config=6d00
>>> Feb 27 20:49:43 kuza kernel: hdb: hw_config=6d00
>>> Feb 27 20:49:43 kuza kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
>>> Feb 27 20:49:49 kuza kernel: hdc: MATSHITA CR-583, ATAPI CD/DVD-ROM
>>> drive
>>> Feb 27 20:49:49 kuza rpc.statd[1535]: Version 1.0.8 Starting
>>> Feb 27 20:49:49 kuza kernel: hdd: no response (status = 0xa1), resetting
>>> drive
>>> Feb 27 20:49:49 kuza kernel: hdd: no response (status = 0xa1)
>>> Feb 27 20:49:49 kuza kernel: ide1 at 0x170-0x177,0x376 on irq 15
>>> Feb 27 20:49:49 kuza kernel: hda: max request size: 128KiB
>>> Feb 27 20:49:49 kuza kernel: hda: 80043264 sectors (40982 MB) w/2048KiB
>>> Cache, CHS=65535/16/63<6>hda: hw_config=603b
>>> Feb 27 20:49:49 kuza kernel: , UDMA(100)
>>> Feb 27 20:49:49 kuza kernel: hda: cache flushes not supported
>>> Feb 27 20:49:49 kuza kernel:  hda: hda1 hda2 hda3 hda4<   hda5>
>>> Feb 27 20:49:49 kuza kernel: hdb: max request size: 128KiB
>>> Feb 27 20:49:49 kuza kernel: hdb: 234441648 sectors (120034 MB)
>>> w/8192KiB Cache, CHS=16383/255/63<6>hdb: hw_config=6d00
>>> Feb 27 20:49:49 kuza kernel: , UDMA(100)
>>> Feb 27 20:49:49 kuza kernel: hdb: cache flushes supported
>>> Feb 27 20:49:49 kuza kernel:  hdb: hdb1
>>> Feb 27 20:49:49 kuza kernel: ide-floppy driver 0.99.newide
>>> Feb 27 20:49:49 kuza kernel: usbcore: registered new interface driver
>>> libusual
>>> Feb 27 20:49:49 kuza kernel: usbcore: registered new interface driver
>>> hiddev
>>> Feb 27 20:49:49 kuza kernel: usbcore: registered new interface driver
>>> usbhid
>>> Feb 27 20:49:49 kuza kernel: drivers/usb/input/hid-core.c: v2.6:USB HID
>>> core driver
>>> Feb 27 20:49:49 kuza kernel: PNP: PS/2 Controller
>>> [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
>>> Feb 27 20:49:49 kuza kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
>>> Feb 27 20:49:49 kuza kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
>>> Feb 27 20:49:49 kuza kernel: mice: PS/2 mouse device common for all mice
>>> Feb 27 20:49:49 kuza kernel: input: AT Translated Set 2 keyboard as
>>> /class/input/input1
>>> Feb 27 20:49:49 kuza kernel: TCP bic registered
>>> Feb 27 20:49:49 kuza kernel: Initializing XFRM netlink socket
>>> Feb 27 20:49:49 kuza kernel: NET: Registered protocol family 1
>>> Feb 27 20:49:49 kuza kernel: NET: Registered protocol family 17
>>> Feb 27 20:49:49 kuza kernel: powernow-k8: Processor cpuid 631 not
>>> supported
>>> Feb 27 20:49:49 kuza kernel: Using IPI Shortcut mode
>>> Feb 27 20:49:49 kuza kernel: Time: tsc clocksource has been installed.
>>> Feb 27 20:49:49 kuza kernel: ACPI: (supports S0 S1 S4 S5)
>>> Feb 27 20:49:49 kuza kernel: Freeing unused kernel memory: 232k freed
>>> Feb 27 20:49:49 kuza kernel: Write protecting the kernel read-only data:
>>> 585k
>>> Feb 27 20:49:49 kuza kernel: input: ImPS/2 Generic Wheel Mouse as
>>> /class/input/input2
>>> Feb 27 20:49:49 kuza kernel: EXT3-fs: INFO: recovery required on
>>> readonly filesystem.
>>> Feb 27 20:49:49 kuza kernel: EXT3-fs: write access will be enabled
>>> during recovery.
>>> Feb 27 20:49:49 kuza kernel: kjournald starting.  Commit interval 5
>>> seconds
>>> Feb 27 20:49:49 kuza kernel: EXT3-fs: recovery complete.
>>> Feb 27 20:49:49 kuza kernel: EXT3-fs: mounted filesystem with ordered
>>> data mode.
>>> Feb 27 20:49:49 kuza kernel: SELinux:  Disabled at runtime.
>>> Feb 27 20:49:49 kuza kernel: SELinux:  Unregistering netfilter hooks
>>> Feb 27 20:49:49 kuza kernel: audit(1330375739.875:2): selinux=0
>>> auid=4294967295
>>> Feb 27 20:49:49 kuza kernel: alim7101_wdt: Steve
>>> Hill<steve at navaho.co.uk>.
>>> Feb 27 20:49:49 kuza kernel: alim7101_wdt: Detected old alim7101
>>> revision 'a1d'.  If this is a cobalt board, set the 'use_gpio' module
>>> parameter.
>>> Feb 27 20:49:49 kuza kernel: input: PC Speaker as /class/input/input3
>>> Feb 27 20:49:49 kuza kernel: hdc: ATAPI 8X CD-ROM drive, 128kB Cache,
>>> DMA
>>> Feb 27 20:49:49 kuza kernel: Uniform CD-ROM driver Revision: 3.20
>>> Feb 27 20:49:49 kuza kernel: 8139too Fast Ethernet driver 0.9.28
>>> Feb 27 20:49:49 kuza kernel: ACPI: PCI Interrupt Link [LNKC] enabled at
>>> IRQ 10
>>> Feb 27 20:49:49 kuza kernel: ACPI: PCI Interrupt 0000:00:0a.0[A] ->
>>> Link
>>> [LNKC] ->   GSI 10 (level, low) ->   IRQ 10
>>> Feb 27 20:49:49 kuza kernel: eth0: RealTek RTL8139 at 0xd081e000,
>>> 00:50:ba:5f:e4:c3, IRQ 10
>>> Feb 27 20:49:49 kuza kernel: Floppy drive(s): fd0 is 1.44M
>>> Feb 27 20:49:49 kuza kernel: FDC 0 is a post-1991 82077
>>> Feb 27 20:49:49 kuza kernel: ACPI: PCI Interrupt Link [LNKI] enabled at
>>> IRQ 9
>>> Feb 27 20:49:49 kuza kernel: ACPI: PCI Interrupt 0000:00:02.0[A] ->
>>> Link
>>> [LNKI] ->   GSI 9 (level, low) ->   IRQ 9
>>> Feb 27 20:49:49 kuza kernel: ohci_hcd 0000:00:02.0: OHCI Host Controller
>>> Feb 27 20:49:49 kuza kernel: ohci_hcd 0000:00:02.0: new USB bus
>>> registered, assigned bus number 1
>>> Feb 27 20:49:49 kuza kernel: ohci_hcd 0000:00:02.0: irq 9, io mem
>>> 0xeb800000
>>> Feb 27 20:49:49 kuza kernel: usb usb1: configuration #1 chosen from 1
>>> choice
>>> Feb 27 20:49:49 kuza kernel: hub 1-0:1.0: USB hub found
>>> Feb 27 20:49:49 kuza kernel: hub 1-0:1.0: 4 ports detected
>>> Feb 27 20:49:49 kuza kernel: ACPI: PCI Interrupt Link [LNKE] enabled at
>>> IRQ 5
>>> Feb 27 20:49:49 kuza kernel: ACPI: PCI Interrupt 0000:00:06.0[A] ->
>>> Link
>>> [LNKE] ->   GSI 5 (level, low) ->   IRQ 5
>>> Feb 27 20:49:49 kuza kernel: ohci_hcd 0000:00:06.0: OHCI Host Controller
>>> Feb 27 20:49:49 kuza kernel: ohci_hcd 0000:00:06.0: new USB bus
>>> registered, assigned bus number 2
>>> Feb 27 20:49:49 kuza kernel: ohci_hcd 0000:00:06.0: irq 5, io mem
>>> 0xea800000
>>> Feb 27 20:49:49 kuza kernel: usb usb2: configuration #1 chosen from 1
>>> choice
>>> Feb 27 20:49:49 kuza kernel: hub 2-0:1.0: USB hub found
>>> Feb 27 20:49:49 kuza kernel: hub 2-0:1.0: 2 ports detected
>>> Feb 27 20:49:49 kuza kernel: usb 1-1: new low speed USB device using
>>> ohci_hcd and address 2
>>> Feb 27 20:49:49 kuza kernel: usb 1-1: configuration #1 chosen from 1
>>> choice
>>> Feb 27 20:49:49 kuza kernel: parport: PnPBIOS parport detected.
>>> Feb 27 20:49:49 kuza kernel: parport0: PC-style at 0x378 (0x778), irq 7
>>> [PCSPP,TRISTATE]
>>> Feb 27 20:49:49 kuza kernel: lp0: using parport0 (interrupt-driven).
>>> Feb 27 20:49:49 kuza kernel: lp0: console ready
>>> Feb 27 20:49:49 kuza kernel: hiddev96: USB HID v1.10 Device [American
>>> Power Conversion Back-UPS XS 1300 LCD FW:836.H5 .D USB FW:H5 ] on
>>> usb-0000:00:02.0-1
>>> Feb 27 20:49:49 kuza kernel: NET: Registered protocol family 10
>>> Feb 27 20:49:49 kuza kernel: lo: Disabled Privacy Extensions
>>> Feb 27 20:49:49 kuza kernel: Mobile IPv6
>>> Feb 27 20:49:49 kuza kernel: input: Power Button (FF) as
>>> /class/input/input4
>>> Feb 27 20:49:49 kuza kernel: ACPI: Power Button (FF) [PWRF]
>>> Feb 27 20:49:49 kuza kernel: input: Power Button (CM) as
>>> /class/input/input5
>>> Feb 27 20:49:49 kuza kernel: ACPI: Power Button (CM) [PWRB]
>>> Feb 27 20:49:49 kuza kernel: No dock devices found.
>>> Feb 27 20:49:49 kuza kernel: ibm_acpi: ec object not found
>>> Feb 27 20:49:49 kuza kernel: md: Autodetecting RAID arrays.
>>> Feb 27 20:49:49 kuza kernel: md: autorun ...
>>> Feb 27 20:49:49 kuza kernel: md: ... autorun DONE.
>>> Feb 27 20:49:49 kuza kernel: device-mapper: ioctl: 4.11.0-ioctl
>>> (2006-10-12) initialised: dm-devel at redhat.com
>>> Feb 27 20:49:49 kuza kernel: EXT3 FS on hda5, internal journal
>>> Feb 27 20:49:49 kuza kernel: kjournald starting.  Commit interval 5
>>> seconds
>>> Feb 27 20:49:49 kuza kernel: EXT3 FS on hda1, internal journal
>>> Feb 27 20:49:49 kuza kernel: EXT3-fs: mounted filesystem with ordered
>>> data mode.
>>> Feb 27 20:49:49 kuza kernel: kjournald starting.  Commit interval 5
>>> seconds
>>> Feb 27 20:49:49 kuza kernel: EXT3 FS on hdb1, internal journal
>>> Feb 27 20:49:50 kuza kernel: EXT3-fs: mounted filesystem with ordered
>>> data mode.
>>> Feb 27 20:49:50 kuza kernel: kjournald starting.  Commit interval 5
>>> seconds
>>> Feb 27 20:49:50 kuza kernel: EXT3 FS on hda2, internal journal
>>> Feb 27 20:49:50 kuza kernel: EXT3-fs: mounted filesystem with ordered
>>> data mode.
>>> Feb 27 20:49:50 kuza kernel: Adding 514072k swap on /dev/hda3.
>>> Priority:-1 extents:1 across:514072k
>>> Feb 27 20:49:50 kuza kernel: eth0: link up, 100Mbps, full-duplex, lpa
>>> 0x45E1
>>> Feb 27 20:49:53 kuza kernel: Bluetooth: Core ver 2.11
>>> Feb 27 20:49:53 kuza kernel: NET: Registered protocol family 31
>>> Feb 27 20:49:53 kuza kernel: Bluetooth: HCI device and connection
>>> manager initialized
>>> Feb 27 20:49:53 kuza kernel: Bluetooth: HCI socket layer initialized
>>> Feb 27 20:49:53 kuza kernel: Bluetooth: L2CAP ver 2.8
>>> Feb 27 20:49:53 kuza kernel: Bluetooth: L2CAP socket layer initialized
>>> Feb 27 20:49:53 kuza kernel: Bluetooth: HIDP (Human Interface Emulation)
>>> ver 1.1
>>> Feb 27 20:49:53 kuza hidd[1621]: Bluetooth HID daemon
>>> Feb 27 20:49:56 kuza smartd[1719]: smartd version 5.36
>>> [i686-redhat-linux-gnu] Copyright (C) 2002-6 Bruce Allen
>>> Feb 27 20:49:56 kuza smartd[1719]: Home page is
>>> http://smartmontools.sourceforge.net/
>>> Feb 27 20:49:56 kuza smartd[1719]: Opened configuration file
>>> /etc/smartd.conf
>>> Feb 27 20:49:56 kuza smartd[1719]: Configuration file /etc/smartd.conf
>>> parsed.
>>> Feb 27 20:49:56 kuza smartd[1719]: Device: /dev/hda, opened
>>> Feb 27 20:49:56 kuza smartd[1719]: Device: /dev/hda, found in smartd
>>> database.
>>> Feb 27 20:49:57 kuza smartd[1719]: Device: /dev/hda, is SMART capable.
>>> Adding to "monitor" list.
>>> Feb 27 20:49:57 kuza smartd[1719]: Device: /dev/hdb, opened
>>> Feb 27 20:49:57 kuza smartd[1719]: Device: /dev/hdb, not found in smartd
>>> database.
>>> Feb 27 20:49:58 kuza smartd[1719]: Device: /dev/hdb, is SMART capable.
>>> Adding to "monitor" list.
>>> Feb 27 20:49:58 kuza smartd[1719]: Monitoring 2 ATA and 0 SCSI devices
>>> Feb 27 20:49:59 kuza smartd[1724]: smartd has fork()ed into background
>>> mode. New PID=1724.
>>> Feb 27 20:49:59 kuza hpiod: 1.6.6a accepting connections at 50000...
>>> Feb 27 20:50:06 kuza xinetd[1770]: xinetd Version 2.3.13 started with
>>> libwrap loadavg options compiled in.
>>> Feb 27 20:50:06 kuza xinetd[1770]: Started working: 1 available service
>>> Feb 27 20:50:06 kuza exportfs[1803]: No host name given with /data
>>> (sync,rw), suggest *(sync,rw) to avoid warning
>>> Feb 27 20:50:06 kuza apcupsd[1789]: apcupsd 3.12.4 (19 August 2006)
>>> redhat startup succeeded
>>> Feb 27 20:50:06 kuza apcupsd[1789]: NIS server startup succeeded
>>> Feb 27 20:50:07 kuza kernel: Installing knfsd (copyright (C) 1996
>>> okir at monad.swb.de).
>>> Feb 27 20:50:07 kuza kernel: NFSD: Using /var/lib/nfs/v4recovery as the
>>> NFSv4 state recovery directory
>>> Feb 27 20:50:07 kuza kernel: NFSD: starting 90-second grace period
>>> Feb 27 20:50:08 kuza gpm[1855]: *** info [startup.c(95)]:
>>> Feb 27 20:50:08 kuza gpm[1855]: Started gpm successfully. Entered daemon
>>> mode.
>>> Feb 27 20:50:20 kuza avahi-daemon[2009]: Found user 'avahi' (UID 70) and
>>> group 'avahi' (GID 70).
>>> Feb 27 20:50:20 kuza avahi-daemon[2009]: Successfully dropped root
>>> privileges.
>>> Feb 27 20:50:20 kuza avahi-daemon[2009]: avahi-daemon 0.6.11 starting
>>> up.
>>> Feb 27 20:50:20 kuza avahi-daemon[2009]: WARNING: No NSS support for
>>> mDNS detected, consider installing nss-mdns!
>>> Feb 27 20:50:21 kuza avahi-daemon[2009]: Successfully called chroot().
>>> Feb 27 20:50:21 kuza avahi-daemon[2009]: Successfully dropped remaining
>>> capabilities.
>>> Feb 27 20:50:21 kuza avahi-daemon[2009]: No service found in
>>> /etc/avahi/services.
>>> Feb 27 20:50:21 kuza avahi-daemon[2009]: New relevant interface
>>> eth0.IPv6 for mDNS.
>>> Feb 27 20:50:21 kuza avahi-daemon[2009]: Joining mDNS multicast group on
>>> interface eth0.IPv6 with address fe80::250:baff:fe5f:e4c3.
>>> Feb 27 20:50:21 kuza avahi-daemon[2009]: New relevant interface
>>> eth0.IPv4 for mDNS.
>>> Feb 27 20:50:21 kuza avahi-daemon[2009]: Joining mDNS multicast group on
>>> interface eth0.IPv4 with address 192.168.1.3.
>>> Feb 27 20:50:21 kuza avahi-daemon[2009]: Network interface enumeration
>>> completed.
>>> Feb 27 20:50:21 kuza avahi-daemon[2009]: Registering new address record
>>> for fe80::250:baff:fe5f:e4c3 on eth0.
>>> Feb 27 20:50:21 kuza avahi-daemon[2009]: Registering new address record
>>> for 192.168.1.3 on eth0.
>>> Feb 27 20:50:21 kuza avahi-daemon[2009]: Registering HINFO record with
>>> values 'I686'/'LINUX'.
>>> Feb 27 20:50:21 kuza avahi-daemon[2009]: Server startup complete. Host
>>> name is kuza.local. Local service cookie is 2874978490.
>>> Feb 27 20:56:06 kuza nmbd[1930]: [2012/02/27 20:56:06, 0]
>>> nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
>>> Feb 27 20:56:06 kuza nmbd[1930]:   *****
>>> Feb 27 20:56:06 kuza nmbd[1930]:
>>> Feb 27 20:56:06 kuza nmbd[1930]:   Samba name server KUZA is now a local
>>> master browser for workgroup WORKGROUP on subnet 192.168.1.3
>>> Feb 27 20:56:06 kuza nmbd[1930]:
>>> Feb 27 20:56:06 kuza nmbd[1930]:   *****
>>> _______________________________________________
>>> mdlug mailing list
>>> mdlug at mdlug.org
>>> http://mdlug.org/mailman/listinfo/mdlug
>>
>> _______________________________________________
>> mdlug mailing list
>> mdlug at mdlug.org
>> http://mdlug.org/mailman/listinfo/mdlug
>
> _______________________________________________
> mdlug mailing list
> mdlug at mdlug.org
> http://mdlug.org/mailman/listinfo/mdlug




More information about the mdlug mailing list