Bugzilla – Attachment 228274 Details for
Bug 397816
kpartx -a /dev/sda creates nothing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
mkintrd, fdisk -l, mount, /dev/md*, /dev/dm*, /var/log/boot.msg
b397816-26.txt (text/plain), 36.63 KB, created by
Felix Miata
on 2008-07-16 23:22:40 UTC
(
hide
)
Description:
mkintrd, fdisk -l, mount, /dev/md*, /dev/dm*, /var/log/boot.msg
Filename:
MIME Type:
Creator:
Felix Miata
Created:
2008-07-16 23:22:40 UTC
Size:
36.63 KB
patch
obsolete
># activate_dm_linear -d /dev/sda ># mkinitrd -k vmlinuz-2.6.25.9-4-pae -i initrd-2.6.25.9-4-pae > >Kernel image: /boot/vmlinuz-2.6.25.9-4-pae >Initrd image: /boot/initrd-2.6.25.9-4-pae >Root device: /dev/disk/by-id/ata-ST3160023A_4JS0L8FE-part10 (/dev/sda10) (mounted on / as ext3) >Kernel Modules: processor thermal dock scsi_mod libata ata_piix fan jbd mbcache ext3 edd ide-core piix dm-mod dm-snapshot sd_mod usbcore ohci-hcd uhci-hcd ehci-hcd ff-memless hid usbhid >Features: dm_linear dm block usb kpartx resume.userspace resume.kernel >Bootsplash: openSUSE (1024x768) >22538 blocks > ># fdisk -l >Disk /dev/sda: 160.0 GB, 160041885696 bytes >255 heads, 63 sectors/track, 19457 cylinders >Units = cylinders of 16065 * 512 = 8225280 bytes >Disk identifier: 0x65df4d9d > > Device Boot Start End Blocks Id System >/dev/sda1 1 13 104391 17 Hidden HPFS/NTFS >/dev/sda2 * 14 14 8032+ a OS/2 Boot Manager >/dev/sda3 15 46 257040 6 FAT16 >/dev/sda4 48 19456 155902792+ 5 Extended >/dev/sda5 48 73 208813+ 83 Linux >/dev/sda6 75 890 6554488+ b W95 FAT32 >/dev/sda7 891 922 257008+ 6 FAT16 >/dev/sda8 924 1054 1052226 82 Linux swap / Solaris >/dev/sda9 1055 1666 4915858+ 83 Linux >/dev/sda10 1667 2278 4915858+ 83 Linux >/dev/sda11 2279 2890 4915858+ 83 Linux >/dev/sda12 2891 3094 1638598+ 83 Linux >/dev/sda13 3095 3987 7172991 83 Linux >/dev/sda14 3988 4017 240943+ 83 Linux >/dev/sda15 4018 4157 1124518+ 83 Linux >/dev/sda16 4158 4795 5124703+ 83 Linux >/dev/sda17 14561 15172 4915858+ 83 Linux >/dev/sda18 15173 15784 4915858+ 83 Linux >/dev/sda19 15785 16396 4915858+ 83 Linux >/dev/sda20 16397 17008 4915858+ 83 Linux >/dev/sda21 17009 17620 4915858+ 83 Linux >/dev/sda22 17621 18232 4915858+ 83 Linux >/dev/sda23 18233 18844 4915858+ 83 Linux >/dev/sda24 18845 19456 4915858+ 83 Linux > ># mount|sort >/dev/sda10 on / type ext3 (rw,noatime,nodiratime,acl) >/dev/sda12 on /home type ext3 (rw,noatime,nodiratime,acl) >/dev/sda13 on /pub type ext3 (rw,noatime,nodiratime,acl) >/dev/sda14 on /srv type ext3 (rw,noatime,nodiratime,noacl) >/dev/sda15 on /usr/local type ext3 (rw,noatime,nodiratime,noacl) >/dev/sda3 on /disks/C type msdos (rw,noexec,nosuid,nodev,dmask=0000,fmask=0111) >/dev/sda5 on /disks/hda/boot type ext2 (rw,noatime,nodiratime,noacl) >/dev/sda6 on /disks/D type vfat (rw,noexec,nosuid,nodev,dmask=0000,fmask=0111,utf8=true) >/dev/sda7 on /disks/E type msdos (rw,noexec,nosuid,nodev,dmask=0000,fmask=0111) >/proc on /var/lib/ntp/proc type proc (ro) >debugfs on /sys/kernel/debug type debugfs (rw) >devpts on /dev/pts type devpts (rw,mode=0620,gid=5) >fusectl on /sys/fs/fuse/connections type fusectl (rw) >nfsd on /proc/fs/nfsd type nfsd (rw) >rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) >sysfs on /sys type sysfs (rw) >udev on /dev type tmpfs (rw) > ># ls -l /dev/dm* >ls: Cannot access /dev/dm*: no such file or directory > ># ls -l /dev/md* >brw-r----- 1 root disk 9, 0 Jul 12 05:26 /dev/md0 >brw-r----- 1 root disk 9, 1 Jul 12 05:26 /dev/md1 >brw-r----- 1 root disk 9, 10 Jul 12 05:26 /dev/md10 >brw-r----- 1 root disk 9, 11 Jul 12 05:26 /dev/md11 >brw-r----- 1 root disk 9, 12 Jul 12 05:26 /dev/md12 >brw-r----- 1 root disk 9, 13 Jul 12 05:26 /dev/md13 >brw-r----- 1 root disk 9, 14 Jul 12 05:26 /dev/md14 >brw-r----- 1 root disk 9, 15 Jul 12 05:26 /dev/md15 >brw-r----- 1 root disk 9, 16 Jul 12 05:26 /dev/md16 >brw-r----- 1 root disk 9, 17 Jul 12 05:26 /dev/md17 >brw-r----- 1 root disk 9, 18 Jul 12 05:26 /dev/md18 >brw-r----- 1 root disk 9, 19 Jul 12 05:26 /dev/md19 >brw-r----- 1 root disk 9, 2 Jul 12 05:26 /dev/md2 >brw-r----- 1 root disk 9, 20 Jul 12 05:26 /dev/md20 >brw-r----- 1 root disk 9, 21 Jul 12 05:26 /dev/md21 >brw-r----- 1 root disk 9, 22 Jul 12 05:26 /dev/md22 >brw-r----- 1 root disk 9, 23 Jul 12 05:26 /dev/md23 >brw-r----- 1 root disk 9, 24 Jul 12 05:26 /dev/md24 >brw-r----- 1 root disk 9, 25 Jul 12 05:26 /dev/md25 >brw-r----- 1 root disk 9, 26 Jul 12 05:26 /dev/md26 >brw-r----- 1 root disk 9, 27 Jul 12 05:26 /dev/md27 >brw-r----- 1 root disk 9, 28 Jul 12 05:26 /dev/md28 >brw-r----- 1 root disk 9, 29 Jul 12 05:26 /dev/md29 >brw-r----- 1 root disk 9, 3 Jul 12 05:26 /dev/md3 >brw-r----- 1 root disk 9, 30 Jul 12 05:26 /dev/md30 >brw-r----- 1 root disk 9, 31 Jul 12 05:26 /dev/md31 >brw-r----- 1 root disk 9, 4 Jul 12 05:26 /dev/md4 >brw-r----- 1 root disk 9, 5 Jul 12 05:26 /dev/md5 >brw-r----- 1 root disk 9, 6 Jul 12 05:26 /dev/md6 >brw-r----- 1 root disk 9, 7 Jul 12 05:26 /dev/md7 >brw-r----- 1 root disk 9, 8 Jul 12 05:26 /dev/md8 >brw-r----- 1 root disk 9, 9 Jul 12 05:26 /dev/md9 > >#cat /var/log/boot.msg >Inspecting /boot/System.map-2.6.25.9-4-pae >Loaded 28179 symbols from /boot/System.map-2.6.25.9-4-pae. >Symbols match kernel version 2.6.25. >No module symbols loaded - kernel modules not enabled. > >klogd 1.4.1, log source = ksyslog started. ><5>Linux version 2.6.25.9-4-pae (geeko@buildhost) (gcc version 4.3.2 20080703 (prerelease) [gcc-4_3-branch revision 137416] (SUSE Linux) ) #1 SMP 2008-06-28 00:00:07 +0200 ><6>BIOS-provided physical RAM map: ><4> BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) ><4> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) ><4> BIOS-e820: 0000000000100000 - 000000003f771000 (usable) ><4> BIOS-e820: 000000003f771000 - 000000003f773000 (ACPI NVS) ><4> BIOS-e820: 000000003f773000 - 000000003f794000 (ACPI data) ><4> BIOS-e820: 000000003f794000 - 000000003f800000 (reserved) ><4> BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved) ><4> BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved) ><4> BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved) ><5>119MB HIGHMEM available. ><5>896MB LOWMEM available. ><6>Scan SMP from c0000000 for 1024 bytes. ><6>Scan SMP from c009fc00 for 1024 bytes. ><6>Scan SMP from c00f0000 for 65536 bytes. ><6>found SMP MP-table at [c00fe710] 000fe710 ><7>Entering add_active_range(0, 0, 259953) 0 entries of 256 used ><4>Zone PFN ranges: ><4> DMA 0 -> 4096 ><4> Normal 4096 -> 229376 ><4> HighMem 229376 -> 259953 ><4>Movable zone start PFN for each node ><4>early_node_map[1] active PFN ranges ><4> 0: 0 -> 259953 ><7>On node 0 totalpages: 259953 ><7> DMA zone: 32 pages used for memmap ><7> DMA zone: 0 pages reserved ><7> DMA zone: 4064 pages, LIFO batch:0 ><7> Normal zone: 1760 pages used for memmap ><7> Normal zone: 223520 pages, LIFO batch:31 ><7> HighMem zone: 238 pages used for memmap ><7> HighMem zone: 30339 pages, LIFO batch:7 ><7> Movable zone: 0 pages used for memmap ><6>DMI 2.3 present. ><6>Using APIC driver default ><4>ACPI: RSDP 000FEBA0, 0014 (r0 DELL ) ><4>ACPI: RSDT 000FD509, 0038 (r1 DELL GX260 9 ASL 61) ><4>ACPI: FACP 000FD541, 0074 (r1 DELL GX260 9 ASL 61) ><4>ACPI: DSDT FFFD861C, 26B0 (r1 DELL dt_ex 1000 MSFT 100000D) ><4>ACPI: FACS 3F771000, 0040 ><4>ACPI: SSDT FFFDACCC, 00A7 (r1 DELL st_ex 1000 MSFT 100000D) ><4>ACPI: APIC 000FD5B5, 006C (r1 DELL GX260 9 ASL 61) ><4>ACPI: BOOT 000FD621, 0028 (r1 DELL GX260 9 ASL 61) ><4>ACPI: ASF! 000FD649, 0067 (r16 DELL GX260 9 ASL 61) ><6>ACPI: PM-Timer IO Port: 0x808 ><7>ACPI: Local APIC address 0xfee00000 ><6>ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) ><4>Processor #0 15:2 APIC version 20 ><6>ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] disabled) ><6>ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] disabled) ><6>ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled) ><6>ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) ><4>IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 ><6>ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ><6>ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ><7>ACPI: IRQ0 used by override. ><7>ACPI: IRQ2 used by override. ><7>ACPI: IRQ9 used by override. ><4>Enabling APIC mode: Flat. Using 1 I/O APICs ><6>Using ACPI (MADT) for SMP configuration information ><4>Allocating PCI resources starting at 40000000 (gap: 3f800000:bf400000) ><6>PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 ><6>PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 ><4>Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257923 ><5>Kernel command line: root=LABEL=S16A-10factory noresume splash=off vga=0x305 3 ><7>mapped APIC to ffffb000 (fee00000) ><7>mapped IOAPIC to ffffa000 (fec00000) ><6>Enabling fast FPU save and restore... done. ><6>Enabling unmasked SIMD FPU exception support... done. ><6>Initializing CPU#0 ><4>PID hash table entries: 4096 (order: 12, 16384 bytes) ><4>Detected 2000.148 MHz processor. ><4>Console: colour dummy device 80x25 ><6>console [tty0] enabled ><6>Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) ><6>Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) ><6>Memory: 1020060k/1039812k available (1954k kernel code, 18936k reserved, 1679k data, 264k init, 122308k highmem) ><6>virtual kernel memory layout: ><4> fixmap : 0xff8b2000 - 0xfffff000 (7476 kB) ><4> pkmap : 0xff400000 - 0xff600000 (2048 kB) ><4> vmalloc : 0xf8800000 - 0xff3fe000 ( 107 MB) ><4> lowmem : 0xc0000000 - 0xf8000000 ( 896 MB) ><4> .init : 0xc0495000 - 0xc04d7000 ( 264 kB) ><4> .data : 0xc02e89aa - 0xc048c784 (1679 kB) ><4> .text : 0xc0100000 - 0xc02e89aa (1954 kB) ><6>Checking if this processor honours the WP bit even in supervisor mode...Ok. ><7>CPA: page pool initialized 1 of 1 pages preallocated ><4>Calibrating delay using timer specific routine.. 4004.90 BogoMIPS (lpj=8009802) ><6>Security Framework initialized ><6>AppArmor: AppArmor initialized <NULL> ><6>AppArmor: Registered secondary security module capability ><6>Capability LSM initialized as secondary ><4>Mount-cache hash table entries: 512 ><6>CPU: Trace cache: 12K uops, L1 D cache: 8K ><6>CPU: L2 cache: 512K ><6>CPU: Hyper-Threading is disabled ><6>Intel machine check architecture supported. ><6>Intel machine check reporting enabled on CPU#0. ><6>CPU0: Intel P4/Xeon Extended MCE MSRs (12) available ><6>CPU0: Thermal monitoring enabled ><4>Compat vDSO mapped to ffffe000. ><6>Checking 'hlt' instruction... OK. ><6>SMP alternatives: switching to UP code ><6>Freeing SMP alternatives: 18k freed ><6>ACPI: Core revision 20070126 ><6>ACPI: Checking initramfs for custom DSDT ><4>Parsing all Control Methods: ><4>Table [DSDT](id 0001) - 303 Objects with 29 Devices 117 Methods 21 Regions ><4>Parsing all Control Methods: ><4>Table [SSDT](id 0002) - 7 Objects with 0 Devices 1 Methods 0 Regions ><4> tbxface-0598 [00] tb_load_namespace : ACPI Tables successfully acquired ><4>evxfevnt-0091 [00] enable : Transition to ACPI mode successful ><4>CPU0: Intel(R) Pentium(R) 4 CPU 2.00GHz stepping 07 ><6>Total of 1 processors activated (4004.90 BogoMIPS). ><4>ENABLING IO-APIC IRQs ><6>..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 ><6>Brought up 1 CPUs ><7>CPU0 attaching sched-domain: ><7> domain 0: span 00000000,00000000,00000000,00000001 ><7> groups: 00000000,00000000,00000000,00000001 ><6>net_namespace: 548 bytes ><6>Booting paravirtualized kernel on bare hardware ><6>NET: Registered protocol family 16 ><6>ACPI: bus type pci registered ><6>PCI: PCI BIOS revision 2.10 entry at 0xfbdea, last bus=1 ><6>PCI: Using configuration type 1 ><6>Setting up standard PCI resources ><4>evgpeblk-0956 [00] ev_create_gpe_block : GPE 00 to 1F [_GPE] 4 regs on int 0x9 ><4>evgpeblk-1052 [00] ev_initialize_gpe_bloc: Found 7 Wake, Enabled 1 Runtime GPEs in this block ><7>ACPI: EC: Look up EC in DSDT ><4>Completing Region/Field/Buffer/Package initialization:.................................. ><4>Initialized 17/21 Regions 0/0 Fields 8/8 Buffers 9/16 Packages (319 nodes) ><4>Initializing Device/Processor/Thermal objects by executing _INI methods:.... ><4>Executed 4 _INI methods requiring 3 _STA executions (examined 33 objects) ><6>ACPI: Interpreter enabled ><6>ACPI: (supports S0 S1 S3 S4 S5) ><6>ACPI: Using IOAPIC for interrupt routing ><6>ACPI: PCI Root Bridge [PCI0] (0000:00) ><4>* The chipset may have PM-Timer Bug. Due to workarounds for a bug, ><4>* this clock source is slow. If you are sure your timer does not have ><4>* this bug, please use "acpi_pm_good" to disable the workaround ><6>pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO ><6>pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH4 GPIO ><6>PCI: Transparent bridge - 0000:00:1e.0 ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT] ><6>ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 12 15) ><6>ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 9 10 11 12 15) ><6>ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 15) ><6>ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 15) ><6>ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled. ><6>ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled. ><6>ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled. ><6>ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 9 10 11 12 15) ><6>Linux Plug and Play Support v0.97 (c) Adam Belay ><6>pnp: PnP ACPI init ><6>ACPI: bus type pnp registered ><6>pnp: PnP ACPI: found 11 devices ><6>ACPI: ACPI bus type pnp unregistered ><6>PnPBIOS: Disabled by ACPI PNP ><6>PCI: Using ACPI for IRQ routing ><6>PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report ><6>AppArmor: AppArmor Filesystem Enabled ><4>ACPI: RTC can wake from S4 ><6>system 00:00: iomem range 0x0-0x9ffff could not be reserved ><6>system 00:00: iomem range 0x100000-0xffffff could not be reserved ><6>system 00:00: iomem range 0x1000000-0x3f770fff could not be reserved ><6>system 00:00: iomem range 0xc0000-0xcbfff could not be reserved ><6>system 00:00: iomem range 0xf0000-0xfffff could not be reserved ><6>system 00:00: iomem range 0xfec00000-0xfec0ffff could not be reserved ><6>system 00:00: iomem range 0xfee00000-0xfee0ffff could not be reserved ><6>system 00:00: iomem range 0xffb00000-0xffbfffff could not be reserved ><6>system 00:00: iomem range 0xffc00000-0xffffffff could not be reserved ><6>system 00:0a: ioport range 0x800-0x85f has been reserved ><6>system 00:0a: ioport range 0xc00-0xc7f has been reserved ><6>system 00:0a: ioport range 0x860-0x8ff could not be reserved ><6>PCI: Bridge: 0000:00:1e.0 ><6> IO window: e000-efff ><6> MEM window: 0xff800000-0xff9fffff ><6> PREFETCH window: 0x00000000fa000000-0x00000000fa0fffff ><7>PCI: Setting latency timer of device 0000:00:1e.0 to 64 ><6>NET: Registered protocol family 2 ><6>IP route cache hash table entries: 32768 (order: 5, 131072 bytes) ><6>TCP established hash table entries: 131072 (order: 8, 1048576 bytes) ><6>TCP bind hash table entries: 65536 (order: 7, 524288 bytes) ><6>TCP: Hash tables configured (established 131072 bind 65536) ><6>TCP reno registered ><6>Unpacking initramfs... done ><6>Freeing initrd memory: 5452k freed ><4>Simple Boot Flag value 0x87 read from CMOS RAM was invalid ><6>Simple Boot Flag at 0x7a set to 0x1 ><6>Machine check exception polling timer started. ><6>audit: initializing netlink socket (disabled) ><5>type=2000 audit(1216234908.984:1): initialized ><4>highmem bounce pool size: 64 pages ><4>Total HugeTLB memory allocated, 0 ><5>VFS: Disk quotas dquot_6.5.1 ><4>Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) ><6>Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254) ><6>io scheduler noop registered ><6>io scheduler anticipatory registered ><6>io scheduler deadline registered ><6>io scheduler cfq registered (default) ><7>pci 0000:00:02.0: Boot video device ><4>pci 0000:01:07.0: Firmware left e100 interrupts enabled; disabling ><6>vesafb: framebuffer at 0xf0000000, mapped to 0xf8880000, using 3072k, total 8000k ><6>vesafb: mode is 1024x768x8, linelength=1024, pages=9 ><6>vesafb: scrolling: redraw ><6>vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0 ><4>Console: switching to colour frame buffer device 128x48 ><6>fb0: VESA VGA frame buffer device ><6>isapnp: Scanning for PnP cards... ><7>Switched to high resolution mode on CPU 0 ><6>isapnp: No Plug & Play device found ><6>Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled ><6>serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ><6>00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ><6>Floppy drive(s): fd0 is 1.44M ><6>FDC 0 is a post-1991 82077 ><6>PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 ><6>serio: i8042 KBD port at 0x60,0x64 irq 1 ><6>serio: i8042 AUX port at 0x60,0x64 irq 12 ><6>mice: PS/2 mouse device common for all mice ><6>input: PC Speaker as /devices/platform/pcspkr/input/input0 ><6>cpuidle: using governor ladder ><6>cpuidle: using governor menu ><6>NET: Registered protocol family 1 ><4>Using IPI No-Shortcut mode ><4>registered taskstats version 1 ><6>Freeing unused kernel memory: 264k freed ><6>Write protecting the kernel read-only data: 1436k ><6>input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 ><6>ACPI: ACPI0007:00 is registered as cooling_device0 ><6>No dock devices found. ><5>SCSI subsystem initialized ><7>libata version 3.00 loaded. ><7>ata_piix 0000:00:1f.1: version 2.12 ><4>PCI: Enabling device 0000:00:1f.1 (0005 -> 0007) ><6>ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18 ><7>PCI: Setting latency timer of device 0000:00:1f.1 to 64 ><6>scsi0 : ata_piix ><6>scsi1 : ata_piix ><6>ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 ><6>ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 ><4>logips2pp: Detected unknown logitech mouse model 109 ><6>ata1.00: ATA-6: ST3160023A, 8.01, max UDMA/100 ><6>ata1.00: 312581808 sectors, multi 8: LBA48 ><6>ata1.00: configured for UDMA/100 ><6>input: ImExPS/2 Logitech Explorer Mouse as /devices/platform/i8042/serio1/input/input2 ><6>ata2.00: ATAPI: TOSHIBA CDW/DVD SD-R1612, TB02, max UDMA/33 ><6>ata2.00: configured for UDMA/33 ><5>scsi 0:0:0:0: Direct-Access ATA ST3160023A 8.01 PQ: 0 ANSI: 5 ><5>scsi 1:0:0:0: CD-ROM TOSHIBA CDW/DVD SD-R1612 TB02 PQ: 0 ANSI: 5 ><6>BIOS EDD facility v0.16 2004-Jun-25, 6 devices found ><6>Uniform Multi-Platform E-IDE driver ><6>ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ><6>device-mapper: uevent: version 1.0.3 ><6>device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com ><6>udevd version 124 started ><6>usbcore: registered new interface driver usbfs ><6>usbcore: registered new interface driver hub ><6>usbcore: registered new device driver usb ><6>USB Universal Host Controller Interface driver v3.0 ><6>ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 16 ><7>PCI: Setting latency timer of device 0000:00:1d.0 to 64 ><6>uhci_hcd 0000:00:1d.0: UHCI Host Controller ><6>uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1 ><6>uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000ff80 ><6>usb usb1: configuration #1 chosen from 1 choice ><6>hub 1-0:1.0: USB hub found ><6>hub 1-0:1.0: 2 ports detected ><4>Driver 'sd' needs updating - please use bus_type methods ><5>sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB) ><5>sd 0:0:0:0: [sda] Write Protect is off ><7>sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 ><5>sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA ><5>sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB) ><5>sd 0:0:0:0: [sda] Write Protect is off ><7>sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 ><5>sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA ><6> sda: sda1 sda2 sda3 sda4 < sda5<6>usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 ><6>usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 ><6>usb usb1: Product: UHCI Host Controller ><6>usb usb1: Manufacturer: Linux 2.6.25.9-4-pae uhci_hcd ><6>usb usb1: SerialNumber: 0000:00:1d.0 ><4> sda6<6>ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 23 ><7>PCI: Setting latency timer of device 0000:00:1d.7 to 64 ><6>ehci_hcd 0000:00:1d.7: EHCI Host Controller ><4> sda7<6>ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 ><4> sda8<6>ehci_hcd 0000:00:1d.7: debug port 1 ><7>PCI: cache line size of 128 is not supported by device 0000:00:1d.7 ><4> sda9<6>ehci_hcd 0000:00:1d.7: irq 23, io mem 0xffa80800 ><4> sda10<6>ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 ><4> sda11<6>usb usb2: configuration #1 chosen from 1 choice ><6>hub 2-0:1.0: USB hub found ><4> sda12<6>hub 2-0:1.0: 6 ports detected ><4> sda13 sda14 sda15 > ><5>sd 0:0:0:0: [sda] Attached SCSI disk ><6>usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 ><6>usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 ><6>usb usb2: Product: EHCI Host Controller ><6>usb usb2: Manufacturer: Linux 2.6.25.9-4-pae ehci_hcd ><6>usb usb2: SerialNumber: 0000:00:1d.7 ><6>ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19 ><7>PCI: Setting latency timer of device 0000:00:1d.1 to 64 ><6>uhci_hcd 0000:00:1d.1: UHCI Host Controller ><6>uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 ><6>uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000ff60 ><6>usb usb3: configuration #1 chosen from 1 choice ><6>hub 3-0:1.0: USB hub found ><6>hub 3-0:1.0: 2 ports detected ><6>usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 ><6>usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 ><6>usb usb3: Product: UHCI Host Controller ><6>usb usb3: Manufacturer: Linux 2.6.25.9-4-pae uhci_hcd ><6>usb usb3: SerialNumber: 0000:00:1d.1 ><6>ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18 ><7>PCI: Setting latency timer of device 0000:00:1d.2 to 64 ><6>uhci_hcd 0000:00:1d.2: UHCI Host Controller ><6>uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 ><6>uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ff40 ><6>usb usb4: configuration #1 chosen from 1 choice ><6>hub 4-0:1.0: USB hub found ><6>hub 4-0:1.0: 2 ports detected ><6>usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 ><6>usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 ><6>usb usb4: Product: UHCI Host Controller ><6>usb usb4: Manufacturer: Linux 2.6.25.9-4-pae uhci_hcd ><6>usb usb4: SerialNumber: 0000:00:1d.2 ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda10, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><6>udevd version 124 started ><5>sd 0:0:0:0: Attached scsi generic sg0 type 0 ><5>scsi 1:0:0:0: Attached scsi generic sg1 type 5 ><6>rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0 ><6>rtc0: alarms up to one day ><6>dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) ><3>intel_rng: FWH not detected ><6>pci_hotplug: PCI Hot Plug PCI Core version: 0.5 ><6>Linux agpgart interface v0.103 ><6>shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 ><6>iTCO_vendor_support: vendor-support=0 ><6>input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 ><6>ACPI: Power Button (FF) [PWRF] ><6>input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4 ><6>ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 17 ><6>ACPI: Power Button (CM) [VBTN] ><4>Driver 'sr' needs updating - please use bus_type methods ><4>sr0: scsi3-mmc drive: 5x/52x writer cd/rw xa/form2 cdda tray ><6>Uniform CD-ROM driver Revision: 3.20 ><7>sr 1:0:0:0: Attached scsi CD-ROM sr0 ><6>iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007) ><3>iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware ><6>iTCO_wdt: No card detected ><6>agpgart: Detected an Intel 830M Chipset. ><6>agpgart: Detected 8060K stolen memory. ><6>agpgart: AGP aperture is 128M @ 0xf0000000 ><6>e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI ><6>e100: Copyright(c) 1999-2006 Intel Corporation ><6>ACPI: PCI Interrupt 0000:01:07.0[A] -> GSI 16 (level, low) -> IRQ 16 ><6>e100: eth0: e100_probe: addr 0xfa0ff000, irq 16, MAC addr 00:60:94:a3:2e:3c ><6>i810_smbus 0000:00:02.0: i810/i815 i2c device found. ><6>ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 17 ><7>PCI: Setting latency timer of device 0000:00:1f.5 to 64 ><6>intel8x0_measure_ac97_clock: measured 54929 usecs ><6>intel8x0: clocking to 48000 ><6>Adding 1052216k swap on /dev/sda8. Priority:-1 extents:1 across:1052216k ><6>loop: module loaded ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda12, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda13, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda14, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda15, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><4>fuse init (API version 7.9) >Kernel logging (ksyslog) stopped. >Kernel log daemon terminating. > >Boot logging started on /dev/tty1(/dev/console) at Wed Jul 16 19:01:49 2008 > >Creating device nodes with udev >udevd-event[302]: node_symlink: device node '/dev/mapper/control' already exists, link to '/dev/device-mapper' will not overwrite it > > >resume device not found (ignoring) >Waiting for device /dev/root to appear: ok >fsck 1.40.11 (17-June-2008) >[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a -C0 /dev/root >S16A-10factory: Superblock last write time is in the future. FIXED. >S16A-10factory: clean, 134236/615424 files, 3408955/4915856 blocks >fsck succeeded. Mounting root device read-write. >Mounting root /dev/root > >Boot logging started on /dev/tty1(/dev/console) at Wed Jul 16 15:02:05 2008 > >Master Resource Control: previous runlevel: N, switching to runlevel: 3 ><notice>startproc: execve (/sbin/resmgrd) [ /sbin/resmgrd ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/sbin/resmgrd ] >Starting resource managerdone >Starting D-Bus daemon<notice>startproc: execve (/sbin/acpid) [ /sbin/acpid ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/sbin/acpid ] >acpid: starting up > > >Starting acpid done >acpid: 1 rule loaded > > >Checking/updating CPU microcode done >done ><notice>startproc: execve (/usr/sbin/console-kit-daemon) [ /usr/sbin/console-kit-daemon ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/console-kit-daemon ] >Starting ConsoleKitdone >Loading CPUFreq modules (CPUFreq not supported) >Starting HAL daemonInitializing random number generatordone >acpid: client connected from 1680[101:102] > > >acpid: 1 client rule loaded > > >done >Setting up network interfaces: > lo > lo IP address: 127.0.0.1/8 > IP address: 127.0.0.2/8 >done eth0 device: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 02) > eth0 IP address: 192.168.0.26/24 >doneSetting up service network . . . . . . . . . . . . . . . .done ><notice>startproc: execve (/sbin/syslog-ng) [ /sbin/syslog-ng ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/sbin/syslog-ng ] ><notice>startproc: execve (/sbin/klogd) [ /sbin/klogd -c 1 -x ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/sbin/klogd ] >Starting syslog servicesdone >Starting Samba NMB daemon <notice>startproc: execve (/usr/sbin/nmbd) [ /usr/sbin/nmbd -D -s /etc/samba/smb.conf ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/nmbd ] >done ><notice>startproc: execve (/sbin/portmap) [ /sbin/portmap ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/sbin/portmap ] >Starting RPC portmap daemondone ><notice>checkproc: /sbin/portmap 2121 > >Starting NFS client services: sm-notifyBackgrounding to notify hosts... > idmapd<notice>startproc: execve (/usr/sbin/rpc.idmapd) [ /usr/sbin/rpc.idmapd ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/rpc.idmapd ] >done >Mount CIFS File Systems >from /etc/fstab done >Loading keymap i386/qwerty/us.map.gz >doneLoading compose table latin1.adddone >Start Unicode mode >doneLoading console font lat9w-16.psfu -m trivial G0:loadable >done<notice>startproc: execve (/sbin/auditd) [ /sbin/auditd -s disable ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/sbin/auditd ] ><notice>startproc: execve (/usr/sbin/avahi-daemon) [ /usr/sbin/avahi-daemon -D ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/avahi-daemon ] >Starting auditd done >Starting cupsd<notice>startproc: execve (/usr/sbin/cupsd) [ /usr/sbin/cupsd ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/cupsd ] >done ><notice>checkproc: /usr/sbin/rpc.idmapd 2156 ><notice>killproc: kill(2156,1) ><notice>startproc: execve (/usr/sbin/rpc.mountd) [ /usr/sbin/rpc.mountd ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/rpc.mountd ] >Starting Avahi daemon.done >Starting kernel based NFS server: idmapdexportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.0.0/255.255.255.0:/home". > Assuming default behaviour ('no_subtree_check'). > NOTE: this default has changed since nfs-utils version 1.0.x > >exportfs: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.0.0/255.255.255.0:/isos". > Assuming default behaviour ('no_subtree_check'). > NOTE: this default has changed since nfs-utils version 1.0.x > >exportfs: /etc/exports [3]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.0.0/255.255.255.0:/pub". > Assuming default behaviour ('no_subtree_check'). > NOTE: this default has changed since nfs-utils version 1.0.x > >exportfs: /etc/exports [4]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.0.0/255.255.255.0:/tmp". > Assuming default behaviour ('no_subtree_check'). > NOTE: this default has changed since nfs-utils version 1.0.x > > mountd statd<notice>startproc: execve (/usr/sbin/rpc.statd) [ /usr/sbin/rpc.statd --no-notify ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/rpc.statd ] > nfsd sm-notifydone ><notice>startproc: execve (/usr/sbin/avahi-dnsconfd) [ /usr/sbin/avahi-dnsconfd -D ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/avahi-dnsconfd ] >Starting Avahi DNS Configuration daemondone ><notice>startproc: execve (/usr/sbin/smartd) [ /usr/sbin/smartd ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/smartd ] >Starting smartd done ><notice>startproc: execve (/usr/sbin/smbd) [ /usr/sbin/smbd -D -s /etc/samba/smb.conf ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 TMPDIR=/var/tmp LC_ALL= INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= LANG=en_US.UTF-8 PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 LC_CTYPE= splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/smbd ] >Starting Samba SMB daemon done ><notice>startproc: execve (/usr/sbin/sshd) [ /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/sshd ] >Starting SSH daemondone >ntpd: time set +14401.123422s >Starting network time protocol daemon (NTPD)<notice>startproc: execve (/usr/sbin/ntpd) [ /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -i /var/lib/ntp -c /etc/ntp.conf ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/ntpd ] >done ><notice>startproc: execve (/usr/sbin/cron) [ /usr/sbin/cron ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/cron ] >Starting CRON daemondone ><notice>startproc: execve (/usr/sbin/nscd) [ /usr/sbin/nscd ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x305 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=48 HOME=/ SHLVL=2 splash=off SPLASH=no ROOTFS_BLKDEV=/dev/root _=/sbin/startproc DAEMON=/usr/sbin/nscd ] >Starting Name Service Cache Daemondone >done >Master Resource Control: runlevel 3 has been reached >Skipped services in runlevel 3: splash ><notice>killproc: kill(1455,3)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 397816
:
220616
|
221461
|
221467
|
221468
|
221471
|
221792
|
221793
|
227827
| 228274