See below -----Original Message----- From: fedora-list-admin@xxxxxxxxxx [mailto:fedora-list-admin@xxxxxxxxxx]On Behalf Of Mike Westkamper Sent: Friday, January 30, 2004 11:39 AM To: fedora-list@xxxxxxxxxx Subject: RE: A SCSI problem -----Original Message----- From: fedora-list-admin@xxxxxxxxxx [mailto:fedora-list-admin@xxxxxxxxxx]On Behalf Of Alexander Dalloz Sent: Friday, January 30, 2004 6:07 AM To: fedora-list@xxxxxxxxxx Subject: RE: A SCSI problem Am Fr, den 30.01.2004 schrieb Mike Westkamper um 01:23: [ snip ] > Greetings: > > After a few days away I am back trying to solve this problem. > > I modified the modules.conf to: > =============== > alias eth0 3c509 > alias scsi_host_adapter aic7xxx > options aic7xxx 'aic7xxx=probe_eisa_vl.tag_info:{{}.{.10}}.seltime:1' Do you really need this options line? I am not sure about which SCSI adapter you use. If it is a normal PCI adapter, even embedded and not a single slot card, these options certainly cause errors. It was just an example from modinfo I posted you before. It is often helpful to ask google for information by other users if you have problems with special hardware. It is good to know the whole and exact product name to search for. > =============== > > Next I did a mkinitrd and logged the results: > =============== > Looking for deps of module scsi_mod > Looking for deps of module sd_mod scsi_mod > Looking for deps of module scsi_mod > Looking for deps of module unknown > Looking for deps of module aic7xxx scsi_mod > Looking for deps of module scsi_mod > Looking for deps of module ide-disk > Looking for deps of module ext2 > Using modules: ./kernel/drivers/scsi/scsi_mod.o > ./kernel/drivers/scsi/sd_mod.o ./kernel/drivers/scsi/aic7xxx/aic7xxx.o > Using loopback device /dev/loop0 > /sbin/nash -> /tmp/initrd.iF2107/bin/nash > /sbin/insmod.static -> /tmp/initrd.iF2107/bin/insmod > `/lib/modules/2.4.22-1.2149.nptlcustom/./kernel/drivers/scsi/scsi_mod.o' -> > `/tmp/initrd.iF2107/lib/scsi_mod.o' > `/lib/modules/2.4.22-1.2149.nptlcustom/./kernel/drivers/scsi/sd_mod.o' -> > `/tmp/initrd.iF2107/lib/sd_mod.o' > `/lib/modules/2.4.22-1.2149.nptlcustom/./kernel/drivers/scsi/aic7xxx/aic7xxx > .o' -> `/tmp/initrd.iF2107/lib/aic7xxx.o' > Loading module scsi_mod > Loading module sd_mod > Loading module aic7xxx with options > 'aic7xxx=probe_eisa_vl.tag_info:{{}.{.10}}.seltime:1' > =============== ramdisk did build properly > Upon rebooting the machine, carefully choosing the correct kernel, the boot > process proceeds normally until it produced the following error on the > console: > =============== > /lib/aic7xxx.0 > insmod errors can be caused by incorrect IO or IRQ ..... > /bin/insmod exited abnormally > =============== Ok, the problem is a ressources conflict. Maybe the options line I commented above is causing trouble. > The error text may not be exactly correct as it was scrolling when I tried > to catch it. I could not find the message in the boot sequence logged in > /var/log/messages or dmesg or in boot.log A fdisk -l did not show the SCSI > drives. > > Next, if I do an insmod aic7xxx the module loads and the drives appear. After loading the module properly, can you do a "cat /proc/interrupts", "cat /proc/pci" (if it's a PCI adapter) and "cat /proc/ioports" to see which hardware resources the SCSI adapter uses? > Help is really appreciated. Alexander Thanks again, The SCSI Adapter is an embedded Adaptec AHA274x on an EISA bus. It is dual channel with 8 36 GB drives attached. [root@auxfs proc]# cat interrupts CPU0 0: 6063610 XT-PIC timer 1: 4124 XT-PIC keyboard 2: 0 XT-PIC cascade 5: 26457 XT-PIC eth0 8: 1 XT-PIC rtc 11: 491 XT-PIC aic7xxx 14: 65633 XT-PIC ide0 NMI: 0 ERR: 0 [root@auxfs proc]# cat ioports 0000-001f : dma1 0020-003f : pic1 0040-005f : timer 0060-006f : keyboard 0070-007f : rtc 0080-008f : dma page reg 00a0-00bf : pic2 00c0-00df : dma2 00f0-00ff : fpu 01f0-01f7 : ide0 0213-0213 : isapnp read 0220-022f : 3c509 PnP 02f8-02ff : serial(auto) 03c0-03df : vga+ 03f6-03f6 : ide0 03f8-03ff : serial(auto) 0a79-0a79 : isapnp write 9c00-9cff : aic7xxx Mike Below is the output of messages. It looks as if the aic7xxx is installed then crashes. Anu Ideas? Feb 2 10:16:03 auxfs syslogd 1.4.1: restart. Feb 2 10:16:03 auxfs syslog: syslogd startup succeeded Feb 2 10:16:03 auxfs kernel: klogd 1.4.1, log source = /proc/kmsg started. Feb 2 10:16:03 auxfs kernel: Linux version 2.4.22-1.2149.nptlcustom (root@auxfs) (gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #2 Wed Jan 21 09:34:10 EST 2004 Feb 2 10:16:03 auxfs kernel: BIOS-provided physical RAM map: Feb 2 10:16:04 auxfs kernel: BIOS-88: 0000000000000000 - 000000000009f000 (usable) Feb 2 10:16:04 auxfs kernel: BIOS-88: 0000000000100000 - 00000000040ffc00 (usable) Feb 2 10:16:04 auxfs kernel: 64MB LOWMEM available. Feb 2 10:16:04 auxfs kernel: On node 0 totalpages: 16639 Feb 2 10:16:04 auxfs kernel: zone(0): 4096 pages. Feb 2 10:16:04 auxfs kernel: zone(1): 12543 pages. Feb 2 10:16:04 auxfs kernel: zone(2): 0 pages. Feb 2 10:16:04 auxfs kernel: DMI not present. Feb 2 10:16:04 auxfs kernel: ACPI: Unable to locate RSDP Feb 2 10:16:04 auxfs syslog: klogd startup succeeded Feb 2 10:16:04 auxfs kernel: Kernel command line: ro root=LABEL=/ Feb 2 10:16:04 auxfs kernel: Initializing CPU#0 Feb 2 10:16:04 auxfs kernel: Detected 60.002 MHz processor. Feb 2 10:16:04 auxfs kernel: Console: colour VGA+ 80x25 Feb 2 10:16:04 auxfs kernel: Calibrating delay loop... 119.19 BogoMIPS Feb 2 10:16:04 auxfs kernel: Memory: 62228k/66556k available (1358k kernel code, 3940k reserved, 1094k data, 120k init, 0k highmem) Feb 2 10:16:04 auxfs kernel: Dentry cache hash table entries: 16384 (order: 5, 131072 bytes) Feb 2 10:16:04 auxfs kernel: Inode cache hash table entries: 8192 (order: 4, 65536 bytes) Feb 2 10:16:04 auxfs kernel: Mount cache hash table entries: 512 (order: 0, 4096 bytes) Feb 2 10:16:04 auxfs kernel: Buffer cache hash table entries: 4096 (order: 2, 16384 bytes) Feb 2 10:16:04 auxfs kernel: Page-cache hash table entries: 32768 (order: 5, 131072 bytes) Feb 2 10:16:04 auxfs kernel: Intel Pentium with F0 0F bug - workaround enabled. Feb 2 10:16:04 auxfs kernel: CPU: Intel Pentium 60/66 stepping 07 Feb 2 10:16:04 auxfs kernel: Checking 'hlt' instruction... OK. Feb 2 10:16:04 auxfs kernel: POSIX conformance testing by UNIFIX Feb 2 10:16:04 auxfs kernel: mtrr: v1.40 (20010327) Richard Gooch (rgooch@xxxxxxxxxxxxx) Feb 2 10:16:04 auxfs kernel: mtrr: detected mtrr type: none Feb 2 10:16:04 auxfs kernel: ACPI: Subsystem revision 20031002 Feb 2 10:16:04 auxfs kernel: ACPI: Interpreter disabled. Feb 2 10:16:04 auxfs kernel: PCI: System does not support PCI Feb 2 10:16:04 auxfs kernel: isapnp: Scanning for PnP cards... Feb 2 10:16:04 auxfs kernel: isapnp: Card '3Com 3C509B EtherLink III' Feb 2 10:16:04 auxfs kernel: isapnp: 1 Plug & Play card detected total Feb 2 10:16:04 auxfs kernel: Linux NET4.0 for Linux 2.4 Feb 2 10:16:04 auxfs kernel: Based upon Swansea University Computer Society NET3.039 Feb 2 10:16:04 auxfs kernel: Initializing RT netlink socket Feb 2 10:16:04 auxfs kernel: apm: BIOS not found. Feb 2 10:16:04 auxfs kernel: Starting kswapd Feb 2 10:16:00 auxfs ifup: done. Feb 2 10:16:04 auxfs kernel: VFS: Disk quotas vdquot_6.5.1 Feb 2 10:16:04 auxfs kernel: Detected PS/2 Mouse Port. Feb 2 10:16:04 auxfs kernel: pty: 512 Unix98 ptys configured Feb 2 10:16:04 auxfs kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled Feb 2 10:16:04 auxfs kernel: ttyS0 at 0x03f8 (irq = 4) is a 16550A Feb 2 10:16:04 auxfs kernel: ttyS1 at 0x02f8 (irq = 3) is a 16550A Feb 2 10:16:04 auxfs kernel: Real Time Clock Driver v1.10e Feb 2 10:16:04 auxfs kernel: NET4: Frame Diverter 0.46 Feb 2 10:16:04 auxfs kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize Feb 2 10:16:04 auxfs kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4 Feb 2 10:16:04 auxfs kernel: ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx Feb 2 10:16:04 auxfs kernel: hda: QUANTUM FIREBALL SE2.1A, ATA DISK drive Feb 2 10:16:04 auxfs kernel: hdb: ST31720A, ATA DISK drive Feb 2 10:16:04 auxfs kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Feb 2 10:16:04 auxfs kernel: hda: attached ide-disk driver. Feb 2 10:16:04 auxfs kernel: hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error } Feb 2 10:16:04 auxfs kernel: hda: task_no_data_intr: error=0x04 { DriveStatusError } Feb 2 10:16:04 auxfs kernel: hda: 4124736 sectors (2112 MB) w/80KiB Cache, CHS=4092/16/63 Feb 2 10:16:04 auxfs kernel: hdb: attached ide-disk driver. Feb 2 10:16:04 auxfs kernel: hdb: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error } Feb 2 10:16:04 auxfs kernel: hdb: task_no_data_intr: error=0x04 { DriveStatusError } Feb 2 10:16:04 auxfs kernel: hdb: 3331852 sectors (1706 MB), CHS=3305/16/63 Feb 2 10:16:04 auxfs kernel: Partition check: Feb 2 10:16:04 auxfs kernel: hda: hda1 hda2 hda3 hda4 < hda5 > Feb 2 10:16:04 auxfs kernel: hdb: hdb1 Feb 2 10:16:04 auxfs kernel: ide: late registration of driver. Feb 2 10:16:04 auxfs kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27 Feb 2 10:16:04 auxfs kernel: md: Autodetecting RAID arrays. Feb 2 10:16:04 auxfs kernel: md: autorun ... Feb 2 10:16:04 auxfs kernel: md: ... autorun DONE. Feb 2 10:16:04 auxfs kernel: Initializing Cryptographic API Feb 2 10:16:04 auxfs kernel: NET4: Linux TCP/IP 1.0 for NET4.0 Feb 2 10:16:04 auxfs kernel: IP Protocols: ICMP, UDP, TCP, IGMP Feb 2 10:16:04 auxfs kernel: IP: routing cache hash table of 512 buckets, 4Kbytes Feb 2 10:16:04 auxfs kernel: TCP: Hash tables configured (established 4096 bind 8192) Feb 2 10:16:04 auxfs kernel: Linux IP multicast router 0.06 plus PIM-SM Feb 2 10:16:04 auxfs kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. Feb 2 10:16:05 auxfs kernel: RAMDISK: Compressed image found at block 0 Feb 2 10:16:05 auxfs kernel: Freeing initrd memory: 235k freed Feb 2 10:16:05 auxfs kernel: VFS: Mounted root (ext2 filesystem). Feb 2 10:16:05 auxfs kernel: SCSI subsystem driver Revision: 1.00 Feb 2 10:16:05 auxfs kernel: Freeing unused kernel memory: 120k freed Feb 2 10:16:05 auxfs kernel: Adding Swap: 167288k swap-space (priority -1) Feb 2 10:16:05 auxfs kernel: parport0: PC-style at 0x378 [PCSPP] Feb 2 10:16:05 auxfs kernel: scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36 Feb 2 10:16:05 auxfs kernel: <Adaptec aic7770 SCSI adapter> Feb 2 10:16:05 auxfs kernel: aic7770: Twin Channel, A SCSI Id=7, B SCSI Id=7, primary A, 4/253 SCBs Feb 2 10:16:05 auxfs kernel: Feb 2 10:16:05 auxfs kernel: (scsi0:A:0): 10.000MB/s transfers (10.000MHz, offset 15) Feb 2 10:16:05 auxfs kernel: Vendor: IBM Model: DCAS-32160 Rev: S65A Feb 2 10:16:05 auxfs kernel: Type: Direct-Access ANSI SCSI revision: 02 Feb 2 10:16:05 auxfs kernel: (scsi0:A:1): 10.000MB/s transfers (10.000MHz, offset 15) Feb 2 10:16:05 auxfs kernel: Vendor: IBM Model: DNES-318350 Rev: SA30 Feb 2 10:16:05 auxfs kernel: Type: Direct-Access ANSI SCSI revision: 03 Feb 2 10:16:05 auxfs kernel: (scsi0:A:2): 10.000MB/s transfers (10.000MHz, offset 15) Feb 2 10:16:05 auxfs kernel: Vendor: IBM Model: DNES-318350 Rev: SA30 Feb 2 10:16:05 auxfs kernel: Type: Direct-Access ANSI SCSI revision: 03 Feb 2 10:16:05 auxfs kernel: (scsi0:A:3): 10.000MB/s transfers (10.000MHz, offset 15) Feb 2 10:16:05 auxfs kernel: Vendor: IBM Model: DNES-318350 Rev: SA30 Feb 2 10:16:05 auxfs kernel: Type: Direct-Access ANSI SCSI revision: 03 Feb 2 10:16:05 auxfs kernel: (scsi0:A:6): 10.000MB/s transfers (10.000MHz, offset 15) Feb 2 10:16:05 auxfs kernel: Vendor: PLEXTOR Model: CD-ROM PX-40TS Rev: 1.04 Feb 2 10:16:05 auxfs kernel: Type: CD-ROM ANSI SCSI revision: 02 Feb 2 10:16:05 auxfs kernel: (scsi0:B:0): 10.000MB/s transfers (10.000MHz, offset 15) Feb 2 10:16:05 auxfs kernel: Vendor: IBM Model: DNES-318350 Rev: SA30 Feb 2 10:16:05 auxfs kernel: Type: Direct-Access ANSI SCSI revision: 03 Feb 2 10:16:05 auxfs kernel: (scsi0:B:1): 10.000MB/s transfers (10.000MHz, offset 15) Feb 2 10:16:05 auxfs kernel: Vendor: IBM Model: DNES-318350 Rev: SA30 Feb 2 10:16:05 auxfs kernel: Type: Direct-Access ANSI SCSI revision: 03 Feb 2 10:16:05 auxfs kernel: (scsi0:B:2): 10.000MB/s transfers (10.000MHz, offset 15) Feb 2 10:16:05 auxfs kernel: Vendor: IBM Model: DNES-318350 Rev: SA30 Feb 2 10:16:05 auxfs kernel: Type: Direct-Access ANSI SCSI revision: 03 Feb 2 10:16:05 auxfs kernel: (scsi0:B:6): 10.000MB/s transfers (10.000MHz, offset 15) Feb 2 10:16:05 auxfs kernel: Vendor: IBM Model: DNES-318350 Rev: SA30 Feb 2 10:16:05 auxfs kernel: Type: Direct-Access ANSI SCSI revision: 03 Feb 2 10:16:05 auxfs kernel: scsi0:A:0:0: Tagged Queuing enabled. Depth 32 Feb 2 10:16:05 auxfs kernel: scsi0:A:1:0: Tagged Queuing enabled. Depth 32 Feb 2 10:16:05 auxfs kernel: scsi0:A:2:0: Tagged Queuing enabled. Depth 32 Feb 2 10:16:05 auxfs kernel: scsi0:A:3:0: Tagged Queuing enabled. Depth 32 Feb 2 10:16:05 auxfs kernel: scsi0:B:0:0: Tagged Queuing enabled. Depth 32 Feb 2 10:16:05 auxfs kernel: scsi0:B:1:0: Tagged Queuing enabled. Depth 32 Feb 2 10:16:05 auxfs kernel: scsi0:B:2:0: Tagged Queuing enabled. Depth 32 Feb 2 10:16:05 auxfs kernel: scsi0:B:6:0: Tagged Queuing enabled. Depth 32 Feb 2 10:16:05 auxfs kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0 Feb 2 10:16:05 auxfs kernel: Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0 Feb 2 10:16:05 auxfs kernel: Attached scsi disk sdc at scsi0, channel 0, id 2, lun 0 Feb 2 10:16:05 auxfs kernel: Attached scsi disk sdd at scsi0, channel 0, id 3, lun 0 Feb 2 10:16:05 auxfs kernel: Attached scsi disk sde at scsi0, channel 1, id 0, lun 0 Feb 2 10:16:05 auxfs kernel: Attached scsi disk sdf at scsi0, channel 1, id 1, lun 0 Feb 2 10:16:05 auxfs kernel: Attached scsi disk sdg at scsi0, channel 1, id 2, lun 0 Feb 2 10:16:05 auxfs kernel: Attached scsi disk sdh at scsi0, channel 1, id 6, lun 0 Feb 2 10:16:05 auxfs kernel: SCSI device sda: 4226725 512-byte hdwr sectors (2164 MB) Feb 2 10:16:05 auxfs kernel: sda: sda1 sda2 sda3 Feb 2 10:16:05 auxfs kernel: SCSI device sdb: 35843670 512-byte hdwr sectors (18352 MB) Feb 2 10:16:05 auxfs kernel: sdb: sdb1 Feb 2 10:16:05 auxfs kernel: SCSI device sdc: 35843670 512-byte hdwr sectors (18352 MB) Feb 2 10:16:05 auxfs kernel: sdc: sdc1 Feb 2 10:16:05 auxfs kernel: SCSI device sdd: 35843670 512-byte hdwr sectors (18352 MB) Feb 2 10:16:05 auxfs kernel: sdd: sdd1 Feb 2 10:16:05 auxfs kernel: SCSI device sde: 35843670 512-byte hdwr sectors (18352 MB) Feb 2 10:16:05 auxfs kernel: sde: sde1 Feb 2 10:16:05 auxfs kernel: SCSI device sdf: 35843670 512-byte hdwr sectors (18352 MB) Feb 2 10:16:05 auxfs kernel: sdf: sdf1 Feb 2 10:16:05 auxfs kernel: SCSI device sdg: 35843670 512-byte hdwr sectors (18352 MB) Feb 2 10:16:05 auxfs kernel: sdg: sdg1 Feb 2 10:16:05 auxfs kernel: SCSI device sdh: 35843670 512-byte hdwr sectors (18352 MB) Feb 2 10:16:05 auxfs kernel: sdh: sdh1 Feb 2 10:16:05 auxfs kernel: Attached scsi CD-ROM sr0 at scsi0, channel 0, id 6, lun 0 Feb 2 10:16:05 auxfs kernel: sr0: scsi-1 drive Feb 2 10:16:05 auxfs kernel: Uniform CD-ROM driver Revision: 3.12 Feb 2 10:16:05 auxfs kernel: scsi : 0 hosts left. Feb 2 10:16:05 auxfs kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000000 Feb 2 10:16:05 auxfs kernel: printing eip: Feb 2 10:16:05 auxfs kernel: c01d3fdb Feb 2 10:16:05 auxfs kernel: *pde = 00000000 Feb 2 10:16:05 auxfs kernel: Oops: 0002 Feb 2 10:16:05 auxfs kernel: sg sr_mod cdrom aic7xxx sd_mod scsi_mod Feb 2 10:16:05 auxfs kernel: CPU: 0 Feb 2 10:16:05 auxfs kernel: EIP: 0060:[<c01d3fdb>] Not tainted Feb 2 10:16:05 auxfs kernel: EFLAGS: 00010286 Feb 2 10:16:05 auxfs kernel: Feb 2 10:16:05 auxfs kernel: EIP is at pci_unregister_driver [kernel] 0xb (2.4.22-1.2149.nptlcustom) Feb 2 10:16:05 auxfs kernel: eax: 00000000 ebx: 00000000 ecx: c5067540 edx: 00000000 Feb 2 10:16:05 auxfs kernel: esi: c5069320 edi: 00000000 ebp: bfea94e8 esp: c35edf74 Feb 2 10:16:05 auxfs kernel: ds: 0068 es: 0068 ss: 0068 Feb 2 10:16:05 auxfs kernel: Process modprobe (pid: 384, stackpage=c35ed000) Feb 2 10:16:05 auxfs kernel: Stack: 00000000 00000000 c505de7a c5069320 c504a807 00000001 c5067540 00003282 Feb 2 10:16:05 auxfs kernel: c5044000 c011d0dc c5044000 00000000 00000000 c011c445 c5044000 00000000 Feb 2 10:16:05 auxfs kernel: c35ec000 00000000 00000000 c01093a3 bff98f1a bff98f1a 09fcc3c8 00000000 Feb 2 10:16:05 auxfs kernel: Call Trace: [<c505de7a>] ahc_linux_pci_exit [aic7xxx] 0xa (0xc35edf7c) Feb 2 10:16:05 auxfs kernel: [<c5069320>] aic7xxx_pci_driver [aic7xxx] 0x0 (0xc35edf80) Feb 2 10:16:05 auxfs kernel: [<c504a807>] cleanup_module [aic7xxx] 0x37 (0xc35edf84) Feb 2 10:16:05 auxfs kernel: [<c5067540>] aic7xxx_driver_template [aic7xxx] 0x0 (0xc35edf8c) Feb 2 10:16:05 auxfs kernel: [<c011d0dc>] free_module [kernel] 0xac (0xc35edf98) Feb 2 10:16:05 auxfs kernel: [<c011c445>] sys_delete_module [kernel] 0xa5 (0xc35edfa8) Feb 2 10:16:05 auxfs kernel: [<c01093a3>] system_call [kernel] 0x33 (0xc35edfc0) Feb 2 10:16:05 auxfs kernel: Feb 2 10:16:05 auxfs kernel: Feb 2 10:16:05 auxfs kernel: Code: 89 02 c7 06 00 00 00 00 8b 1d 88 48 33 c0 89 50 04 81 fb 88 Feb 2 10:16:05 auxfs kernel: <6>inserting floppy driver for 2.4.22-1.2149.nptlcustom Feb 2 10:16:05 auxfs kernel: Floppy drive(s): fd0 is 1.44M Feb 2 10:16:05 auxfs kernel: FDC 0 is a post-1991 82077 Feb 2 10:16:05 auxfs kernel: eth0: 3c5x9 at 0x220, 10baseT port, address 00 60 97 50 f2 5f, IRQ 5. Feb 2 10:16:05 auxfs kernel: 3c509.c:1.19 16Oct2002 becker@xxxxxxxxx Feb 2 10:16:05 auxfs kernel: http://www.scyld.com/network/3c509.html Feb 2 10:16:05 auxfs kernel: ip_tables: (C) 2000-2002 Netfilter core team Feb 2 10:16:05 auxfs kernel: eth0: 3c5x9 at 0x220, 10baseT port, address 00 60 97 50 f2 5f, IRQ 5. Feb 2 10:16:05 auxfs kernel: 3c509.c:1.19 16Oct2002 becker@xxxxxxxxx Feb 2 10:16:05 auxfs kernel: http://www.scyld.com/network/3c509.html Feb 2 10:16:05 auxfs kernel: ip_tables: (C) 2000-2002 Netfilter core team Feb 2 10:16:05 auxfs kernel: eth0: Setting 3c5x9/3c5x9B half-duplex mode if_port: 0, sw_info: 1321 Feb 2 10:16:05 auxfs kernel: eth0: Setting Rx mode to 1 addresses. Feb 2 10:16:06 auxfs irqbalance: irqbalance startup succeeded Feb 2 10:16:07 auxfs portmap: portmap startup succeeded Feb 2 10:16:09 auxfs rpc.statd[700]: Version 1.0.6 Starting Feb 2 10:16:09 auxfs nfslock: rpc.statd startup succeeded Feb 2 10:16:10 auxfs random: Initializing random number generator: succeeded Feb 2 10:16:11 auxfs rc: Starting pcmcia: succeeded Feb 2 10:16:12 auxfs netfs: Mounting other filesystems: succeeded Feb 2 10:16:15 auxfs autofs: automount startup succeeded Feb 2 10:16:16 auxfs smartd[779]: smartd version 5.21 Copyright (C) 2002-3 Bruce Allen Feb 2 10:16:16 auxfs smartd[779]: Home page is http://smartmontools.sourceforge.net/ Feb 2 10:16:16 auxfs smartd[779]: Opened configuration file /etc/smartd.conf Feb 2 10:16:16 auxfs smartd[779]: Configuration file /etc/smartd.conf parsed. Feb 2 10:16:16 auxfs smartd[779]: Device: /dev/hda, opened Feb 2 10:16:16 auxfs smartd[779]: Device: /dev/hda, not found in smartd database. Feb 2 10:16:16 auxfs smartd[779]: Device: /dev/hda, is SMART capable. Adding to "monitor" list. Feb 2 10:16:16 auxfs smartd[779]: Monitoring 1 ATA and 0 SCSI devices Feb 2 10:16:16 auxfs smartd: smartd startup succeeded Feb 2 10:16:17 auxfs smartd[781]: smartd has fork()ed into background mode. New PID=781. Feb 2 10:16:20 auxfs sshd: succeeded Feb 2 10:16:22 auxfs xinetd: xinetd startup succeeded Feb 2 10:16:24 auxfs xinetd[808]: xinetd Version 2.3.12 started with libwrap loadavg options compiled in. Feb 2 10:16:24 auxfs xinetd[808]: Started working: 2 available services Feb 2 10:16:31 auxfs sendmail: sendmail startup succeeded Feb 2 10:16:34 auxfs sendmail: sm-client startup succeeded Feb 2 10:16:36 auxfs crond: crond startup succeeded Feb 2 10:16:37 auxfs anacron: anacron startup succeeded Feb 2 10:16:38 auxfs atd: atd startup succeeded Feb 2 10:16:45 auxfs login(pam_unix)[877]: session opened for user root by LOGIN(uid=0) Feb 2 10:16:45 auxfs -- root[877]: ROOT LOGIN ON tty1 Feb 2 10:26:01 auxfs login(pam_unix)[878]: authentication failure; logname=LOGIN uid=0 euid=0 tty=tty2 ruser= rhost= user=root Feb 2 10:26:04 auxfs login[878]: FAILED LOGIN 1 FROM (null) FOR root, Authentication failure Feb 2 10:26:07 auxfs login(pam_unix)[878]: session opened for user root by LOGIN(uid=0) Feb 2 10:26:07 auxfs -- root[878]: ROOT LOGIN ON tty2 Feb 2 10:27:50 auxfs smb: smbd startup succeeded Feb 2 10:28:01 auxfs smb: nmbd startup succeeded -- Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13 Fedora GNU/Linux Core 1 (Yarrow) on Athlon CPU kernel 2.4.22-1.2149.nptl Sirendipity 11:58:58 up 20:46, 7 users, 0.19, 0.14, 0.09 [ ÎÎÏÎÎ Ï'ÎÏÏÎÎ - gnothi seauton ] -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list