public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Don Dugger <n0ano@valinux.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] test11, test12 kernel vs. big sur: Unexpected irq vector
Date: Fri, 15 Dec 2000 17:41:43 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590678205853@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590678205850@msgid-missing>

John-

I don't know of a way to discover the FW version, you just have to
keep good records :-)

If your FW is old you really should upgrade it.  You can get new
FW from QuAD, Intel's support web site (this is different from
`developer.intel.com').  Since you have a BigSur Intel should have
given you a QuAD account, I'd talk to your Intel rep about it.
I'd also talk to Intel about upgrading your machine to a B-step
processor, it's well worth the effort.

On Fri, Dec 15, 2000 at 12:11:18PM -0500, John Kohl wrote:
> >>>>> "D" = Don Dugger <n0ano@valinux.com> writes:
> 
> D> John-
> D> Two questions:
> 
> D> 1)  What version of the firmware are you running?
> 
> How do I figure that out?  (Sorry, I'm new to ia64 work.)  It's probably
> old, these are relatively early Intel developer units.  We've tried to
> find new firmware through our Intel support web site with no success
> recently.
> 
> D> 2)  Are you including ACPI support?  I found that most IRQ problems
> D> go away when you do this.
>   
> Yes, I've got ACPI enabled:
> 
> % grep ACPI include/linux/autoconf.h 
> #define CONFIG_ACPI20 1
> #define CONFIG_ACPI_KERNEL_CONFIG 1
> #define CONFIG_ACPI 1
> #define CONFIG_ACPI_INTERPRETER 1
> 
> I also recently looked at a boot trace of a working turbolinux test10
> kernel, and it displays this IRQ message once (then continues booting).
> 
> Here's the boot trace from that kernel:
> 
> Dec 15 10:03:32 yegua syslogd 1.3-3: restart.
> Dec 15 10:03:32 yegua syslog: syslogd startup succeeded
> Dec 15 10:03:32 yegua kernel: klogd 1.3-3, log source = /proc/kmsg started.
> Dec 15 10:03:32 yegua kernel: Inspecting /boot/System.map-2.4.0test10-001115-55
> Dec 15 10:03:32 yegua syslog: klogd startup succeeded
> Dec 15 10:03:32 yegua portmap: portmap startup succeeded
> Dec 15 10:03:32 yegua rpc.lockd: lockdsvc: Invalid argument
> Dec 15 10:03:32 yegua nfslock: rpc.lockd startup failed
> Dec 15 10:03:33 yegua nfslock: rpc.statd startup succeeded
> Dec 15 10:03:33 yegua kernel: Loaded 32121 symbols from /boot/System.map-2.4.0test10-001115-55.
> Dec 15 10:03:33 yegua kernel: Symbols match kernel version 2.4.0.
> Dec 15 10:03:33 yegua kernel: No module symbols loaded.
> Dec 15 10:03:33 yegua kernel: Linux version 2.4.0test10-001115-55 (root@yegua) (gcc version 2.96-ia64-000717 snap 001117) #7 SMP Tue Dec 12 17:19:23 EST 2000
> Dec 15 10:03:33 yegua kernel: EFI v0.92 by INTEL: SALsystab=0x3ff202a0 ACPI=0x3ffd8e60 MPS=0x3ffd1000
> Dec 15 10:03:33 yegua kernel: CPU 0: mapping PAL code [0x3ff40000-0x3ff7b000) into [0xe000000030000000-0xe000000040000000)
> Dec 15 10:03:33 yegua kernel: SAL v2.70: oem=INTEL   MSL     REF     SAL     , product> Dec 15 10:03:33 yegua kernel: sal[0] - entry: pal_proc=0x3ff48010, sal_proc=0x3fe5a7f0
> Dec 15 10:03:33 yegua kernel: SAL: Platform features BusLock 
> Dec 15 10:03:33 yegua kernel: sal[25] - wakeup type 0, 0xf0
> Dec 15 10:03:33 yegua kernel: SAL: AP wakeup using external interrupt vector 0xf0
> Dec 15 10:03:33 yegua kernel: CPU 0: 51 virtual and 44 physical address bits
> Dec 15 10:03:33 yegua kernel: ACPI: Intel    RSDT   0.0
> Dec 15 10:03:33 yegua kernel: Acpi cfg:bind to Boot time Acpi OSD
> Dec 15 10:03:33 yegua kernel:       CPU 0 (0000:0003): Available.
> Dec 15 10:03:33 yegua kernel:       CPU 1 (0000:0000): Available.
> Dec 15 10:03:33 yegua kernel: Acpi Cfg: get PRT pass
> Dec 15 10:03:33 yegua kernel: IOSAPIC: version 2.1, address 0xfec00000, IRQs 0x00-0x3f
> Dec 15 10:03:33 yegua ypbind: ypbind startup succeeded
> Dec 15 10:03:33 yegua kernel:       2 CPUs available, 2 CPUs total
> Dec 15 10:03:33 yegua kernel: Acpi cfg:bind to Run time Acpi OSD
> Dec 15 10:03:33 yegua kernel: ia64_mca_init : begin
> Dec 15 10:03:33 yegua kernel: ia64_mca_init : registered mca rendezvous spinloop and wakeup mech.
> Dec 15 10:03:33 yegua kernel: ia64_mca_init : correctable mca vector setup done
> Dec 15 10:03:33 yegua kernel: ia64_mca_init : registered os mca handler with SAL
> Dec 15 10:03:33 yegua kernel: ia64_mca_init : os init handler at 5477a0
> Dec 15 10:03:33 yegua kernel: ia64_mca_init : registered os init handler with SAL
> Dec 15 10:03:33 yegua kernel: ia64_mca_init : platform-specific mca handling setup done
> Dec 15 10:03:33 yegua kernel: Mca related initialization done
> Dec 15 10:03:33 yegua kernel: On node 0 totalpages: 64894
> Dec 15 10:03:33 yegua kernel: zone(0): 64894 pages.
> Dec 15 10:03:33 yegua kernel: zone(1): 0 pages.
> Dec 15 10:03:33 yegua random: Initializing random number generator:  succeeded
> Dec 15 10:03:33 yegua kernel: zone(2): 0 pages.
> Dec 15 10:03:33 yegua kernel: Placing software IO TLB between 0xe000000000100000 - 0xe000000000300000
> Dec 15 10:03:33 yegua kernel: Kernel command line:  root=/dev/sda2 ro
> Dec 15 10:03:33 yegua kernel: fpswa interface at 3f511110
> Dec 15 10:03:34 yegua kernel: CPU 0: base freq™.804MHz, ITC ratio\x10/2, ITC freqI9.024MHz
> Dec 15 10:03:34 yegua kernel: Console: colour VGA+ 80x25
> Dec 15 10:03:34 yegua kernel: Unexpected irq vector 0x0 on CPU 0!
> Dec 15 10:03:34 yegua kernel: Calibrating delay loop... 494.93 BogoMIPS
> Dec 15 10:03:34 yegua kernel: Placing software IO TLB between 0xe000000000300000 - 0xe000000000500000
> Dec 15 10:03:34 yegua kernel: Memory: 1017312k/1038304k available (3884k code, 19920k reserved, 2395k data, 320k init)
> Dec 15 10:03:34 yegua kernel: kdb version 1.2 by Scott Lurndal. Copyright SGI, All Rights Reserved
> Dec 15 10:03:34 yegua kernel: perfmon: Initialized vector to 238
> Dec 15 10:03:34 yegua netfs: Mounting NFS filesystems:  succeeded
> Dec 15 10:03:34 yegua kernel: perfmon: Counters are 32 bits
> Dec 15 10:03:34 yegua kernel: perfmon: Maximum counter value 0xffffffff
> Dec 15 10:03:34 yegua netfs: Mounting other filesystems:  succeeded
> Dec 15 10:03:34 yegua kernel: Dentry-cache hash table entries: 65536 (order: 6, 1048576 bytes)
> Dec 15 10:03:34 yegua kernel: Buffer-cache hash table entries: 65536 (order: 5, 524288 bytes)
> Dec 15 10:03:34 yegua kernel: Page-cache hash table entries: 65536 (order: 5, 524288 bytes)
> Dec 15 10:03:34 yegua kernel: Inode-cache hash table entries: 65536 (order: 6, 1048576 bytes)
> Dec 15 10:03:34 yegua kernel: POSIX conformance testing by UNIFIX
> Dec 15 10:03:34 yegua identd: identd startup succeeded
> Dec 15 10:03:34 yegua kernel: SMP: starting up secondaries.
> Dec 15 10:03:35 yegua kernel: CPU 1: mapping PAL code [0x3ff40000-0x3ff7b000) into [0xe000000030000000-0xe000000040000000)
> Dec 15 10:03:35 yegua kernel: CPU 1: 51 virtual and 44 physical address bits
> Dec 15 10:03:35 yegua kernel: CPU 1: base freq™.804MHz, ITC ratio\x10/2, ITC freqI9.024MHz
> Dec 15 10:03:23 yegua fsck: /dev/sda4: 76563/881280 files (5.2% non-contiguous), 529290/1761792 blocks 
> Dec 15 10:03:35 yegua kernel: Calibrating delay loop... 494.93 BogoMIPS
> Dec 15 10:03:23 yegua rc.sysinit: Checking filesystems succeeded 
> Dec 15 10:03:23 yegua modprobe: modprobe: Can't locate module nls_iso8859-1 
> Dec 15 10:03:23 yegua modprobe: modprobe: Can't locate module nls_iso8859-1 
> Dec 15 10:03:35 yegua kernel: SMP: Total of 2 processors activated (989.86 BogoMIPS).
> Dec 15 10:03:35 yegua atd: atd startup succeeded
> Dec 15 10:03:23 yegua rc.sysinit: Mounting local filesystems:  succeeded 
> Dec 15 10:03:35 yegua kernel: PCI: Probing PCI hardware
> Dec 15 10:03:23 yegua rc.sysinit: Turning on user and group quotas for local filesystems:  succeeded 
> Dec 15 10:03:35 yegua kernel: PCI->APIC IRQ transform: (B0,I1,P0) -> 0x30
> Dec 15 10:03:24 yegua rc.sysinit: Enabling swap space:  succeeded 
> Dec 15 10:03:35 yegua kernel: PCI->APIC IRQ transform: (B0,I3,P3) -> 0x3d
> Dec 15 10:03:25 yegua init: Entering runlevel: 5 
> Dec 15 10:03:35 yegua kernel: PCI->APIC IRQ transform: (B0,I3,P1) -> 0x3c
> Dec 15 10:03:30 yegua kudzu:  succeeded 
> Dec 15 10:03:30 yegua sysctl: error: 'net.ipv4.ip_always_defrag' is an unknown key 
> Dec 15 10:03:30 yegua sysctl: net.ipv4.ip_forward = 0 
> Dec 15 10:03:35 yegua kernel: PCI->APIC IRQ transform: (B0,I4,P0) -> 0x38
> Dec 15 10:03:35 yegua crond[503]: (CRON) STARTUP (fork ok) 
> Dec 15 10:03:30 yegua sysctl: net.ipv4.conf.all.rp_filter = 1 
> Dec 15 10:03:35 yegua kernel: PCI->APIC IRQ transform: (B1,I2,P0) -> 0x46
> Dec 15 10:03:30 yegua sysctl: kernel.sysrq = 0 
> Dec 15 10:03:35 yegua kernel: Linux NET4.0 for Linux 2.4
> Dec 15 10:03:30 yegua network: Setting network parameters:  succeeded 
> Dec 15 10:03:35 yegua kernel: Based upon Swansea University Computer Society NET3.039
> Dec 15 10:03:31 yegua ifup: SIOCADDRT: No such device 
> Dec 15 10:03:35 yegua kernel: Initializing RT netlink socket
> Dec 15 10:03:31 yegua network: Bringing up interface lo:  succeeded 
> Dec 15 10:03:35 yegua kernel: PAL Information Facility v0.3
> Dec 15 10:03:32 yegua network: Bringing up interface eth0:  succeeded 
> Dec 15 10:03:35 yegua kernel: Starting kswapd v1.8
> Dec 15 10:03:35 yegua kernel: pty: 256 Unix98 ptys configured
> Dec 15 10:03:35 yegua kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
> Dec 15 10:03:35 yegua kernel: loop: enabling 8 loop devices
> Dec 15 10:03:36 yegua crond: crond startup succeeded
> Dec 15 10:03:36 yegua kernel: Uniform Multi-Platform E-IDE driver Revision: 6.31
> Dec 15 10:03:36 yegua kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> Dec 15 10:03:36 yegua kernel: PIIX4: IDE controller on PCI bus 00 dev 19
> Dec 15 10:03:36 yegua kernel: PIIX4: chipset revision 0
> Dec 15 10:03:36 yegua kernel: PIIX4: not 100% native mode: will probe irqs later
> Dec 15 10:03:36 yegua kernel:     ide0: BM-DMA at 0x1170-0x1177, BIOS settings: hda:pio, hdb:pio
> Dec 15 10:03:36 yegua kernel: hda: LTN483, ATAPI CDROM drive
> Dec 15 10:03:36 yegua kernel: hdb: LS-120 F200 08 UHD Floppy, ATAPI FLOPPY drive
> Dec 15 10:03:36 yegua kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 34
> Dec 15 10:03:36 yegua kernel: hda: ATAPI 48X CD-ROM drive, 120kB Cache, UDMA(33)
> Dec 15 10:03:36 yegua kernel: Uniform CD-ROM driver Revision: 3.11
> Dec 15 10:03:36 yegua kernel: Partition check:
> Dec 15 10:03:36 yegua kernel:  hdb:<3>ide-scsi: hdb: unsupported command in request queue (0)
> Dec 15 10:03:36 yegua kernel: end_request: I/O error, dev 03:40 (hdb), sector 0
> Dec 15 10:03:36 yegua kernel:  unable to read partition table
> Dec 15 10:03:36 yegua kernel: NET4: Linux TCP/IP 1.0 for NET4.0
> Dec 15 10:03:36 yegua kernel: IP Protocols: ICMP, UDP, TCP, IGMP
> Dec 15 10:03:36 yegua kernel: IP: routing cache hash table of 16384 buckets, 256Kbytes
> Dec 15 10:03:36 yegua kernel: TCP: Hash tables configured (established 131072 bind 65536)
> Dec 15 10:03:36 yegua kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
> Dec 15 10:03:36 yegua kernel: Serial driver version 5.02 (2000-08-09) with MANY_PORTS SHARE_IRQ DETECT_IRQ SERIAL_PCI enabled
> Dec 15 10:03:36 yegua kernel: ttyS00 at 0x03f8 (irq = 44) is a 16550A
> Dec 15 10:03:36 yegua kernel: EFI Time Services Driver v0.2
> Dec 15 10:03:36 yegua kernel: eepro100.c:v1.09j-t 9/29/99 Donald Becker http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html
> Dec 15 10:03:36 yegua kernel: eepro100.c: $Revision: 1.33 $ 2000/05/24 Modified by Andrey V. Savochkin <saw@saw.sw.com.sg> and others
> Dec 15 10:03:36 yegua kernel: eth0: OEM i82557/i82558 10/100 Ethernet, 00:90:27:FE:20:44, IRQ 56.
> Dec 15 10:03:36 yegua kernel:   Receiver lock-up bug exists -- enabling work-around.
> Dec 15 10:03:36 yegua kernel:   Board assembly 727095-004, Physical connectors present: RJ45
> Dec 15 10:03:36 yegua kernel:   Primary interface chip i82555 PHY #1.
> Dec 15 10:03:36 yegua kernel:   General self-test: passed.
> Dec 15 10:03:36 yegua kernel:   Serial sub-system self-test: passed.
> Dec 15 10:03:36 yegua kernel:   Internal registers self-test: passed.
> Dec 15 10:03:36 yegua kernel:   ROM checksum self-test: passed (0x04f4518b).
> Dec 15 10:03:36 yegua kernel: SCSI subsystem driver Revision: 1.00
> Dec 15 10:03:36 yegua kernel: qla1280: detect() found an HBA
> Dec 15 10:03:36 yegua kernel: qla1280: VID\x1077 DID\x1280 SSVID\x1077 SSDID=6
> Dec 15 10:03:36 yegua kernel: scsi(0): Determining if RISC is loaded...
> Dec 15 10:03:36 yegua kernel: scsi(0): Verifying chip...
> Dec 15 10:03:37 yegua kernel: scsi(0): Setup chip...
> Dec 15 10:03:37 yegua kernel: scsi(0): Configure NVRAM parameters...
> Dec 15 10:03:37 yegua kernel: scsi(0): Resetting SCSI BUS (0)
> Dec 15 10:03:37 yegua kernel: scsi(0): Resetting SCSI BUS (1)
> Dec 15 10:03:37 yegua kernel: scsi0 : QLogic QLA1280  PCI to SCSI Host Adapter: bus 1 device 2 irq 70
> Dec 15 10:03:37 yegua xinetd[518]: linuxconf disabled, removing 
> Dec 15 10:03:37 yegua kernel:        Firmware version:  8.13.08, Driver version 3.19 Beta
> Dec 15 10:03:37 yegua kernel:   Vendor: QUANTUM   Model: ATLAS IV 9 WLS    Rev: 0B0B
> Dec 15 10:03:37 yegua xinetd[518]: exec disabled, removing 
> Dec 15 10:03:37 yegua kernel:   Type:   Direct-Access                      ANSI SCSI revision: 03
> Dec 15 10:03:37 yegua kernel: scsi(0:0:0:0): Enabled tagged queuing, queue depth 10.
> Dec 15 10:03:37 yegua xinetd[518]: tftp disabled, removing 
> Dec 15 10:03:37 yegua kernel: scsi(0:0:0:0): Synchronous tranfer at period 10, offset 8. 
> Dec 15 10:03:37 yegua kernel: scsi1 : SCSI host adapter emulation for IDE ATAPI devices
> Dec 15 10:03:37 yegua kernel:   Vendor: MITBISHI  Model: LS-120 F200   08  Rev: 0220
> Dec 15 10:03:37 yegua kernel:   Type:   Direct-Access                      ANSI SCSI revision: 00
> Dec 15 10:03:37 yegua xinetd[518]: xinetd Version 2.1.8.9pre9 started with 
> Dec 15 10:03:37 yegua kernel: Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
> Dec 15 10:03:37 yegua xinetd[518]: libwrap 
> Dec 15 10:03:37 yegua kernel: Detected scsi removable disk sdb at scsi1, channel 0, id 0, lun 0
> Dec 15 10:03:37 yegua xinetd[518]: options compiled in.
> Dec 15 10:03:37 yegua kernel: SCSI device sda: 17942584 512-byte hdwr sectors (9187 MB)
> Dec 15 10:03:37 yegua xinetd[518]: Started working: 7 available services
> Dec 15 10:03:37 yegua kernel:  sda: sda1 sda2 sda3 sda4
> Dec 15 10:03:37 yegua kernel: sdb : READ CAPACITY failed.
> Dec 15 10:03:37 yegua kernel: sdb : status = 0, message = 00, host = 0, driver = 28 
> Dec 15 10:03:37 yegua kernel: sdb : extended sense code = 2 
> Dec 15 10:03:37 yegua kernel: sdb : block size assumed to be 512 bytes, disk size 1GB.  
> Dec 15 10:03:37 yegua kernel:  sdb: I/O error: dev 08:10, sector 0
> Dec 15 10:03:37 yegua kernel:  unable to read partition table
> Dec 15 10:03:37 yegua kernel: usb.c: registered new driver usbdevfs
> Dec 15 10:03:37 yegua kernel: usb.c: registered new driver hub
> Dec 15 10:03:37 yegua kernel: uhci.c: USB UHCI at I/O 0x1140, IRQ 61
> Dec 15 10:03:37 yegua kernel: uhci.c: detected 2 ports
> Dec 15 10:03:37 yegua kernel: usb.c: new USB bus registered, assigned bus number 1
> Dec 15 10:03:37 yegua kernel: hub.c: USB hub found
> Dec 15 10:03:37 yegua kernel: hub.c: 2 ports detected
> Dec 15 10:03:37 yegua kernel: uhci.c: enabling Lion USB workaround io_addr\x1140
> Dec 15 10:03:37 yegua kernel: usb.c: registered new driver hid
> Dec 15 10:03:37 yegua kernel: mice: PS/2 mouse device common for all mice
> Dec 15 10:03:37 yegua kernel: kmem_create: Forcing size word alignment - nfs_fh
> Dec 15 10:03:37 yegua kernel: VFS: Mounted root (ext2 filesystem) readonly.
> Dec 15 10:03:37 yegua kernel: Freeing unused kernel memory: 320kB freed
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itcÌf560a5a,itmÌf5d60fb)
> Dec 15 10:03:37 yegua kernel: Adding Swap: 263136k swap-space (priority -1)
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itcÍc1fa4f8,itmÍc27002c)
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itc\x103bbe2bdd,itm\x103bc56e7b)
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itc\x178060cd15,itm\x178068197b)
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itc\x1843bf8ef6,itm\x1843c6df3b)
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itc\x1847599993,itm\x184760f0bb)
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itc\x1850c4ab42,itm\x1850cbfb6c)
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itc\x18548b53f7,itm\x185492aaac)
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itc\x1855349f11,itm\x18553beddb)
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itc\x1859adbfa0,itm\x1859b5141b)
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itc\x186912ddce,itm\x18691a2d5b)
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itc\x186b248ebc,itm\x186b2be6ec)
> Dec 15 10:03:37 yegua kernel: Oops: timer tick before it's due (itc\x1871da49e7,itm\x1871e1a04c)
> Dec 15 10:03:38 yegua kernel: Oops: timer tick before it's due (itc\x187aaed8cd,itm\x187ab62e4c)
> Dec 15 10:03:38 yegua kernel: Oops: timer tick before it's due (itc\x188058dbb6,itm\x188060352c)
> Dec 15 10:03:38 yegua kernel: Oops: timer tick before it's due (itc\x1887b99e37,itm\x1887c0f5ec)
> Dec 15 10:03:38 yegua kernel: Oops: timer tick before it's due (itc\x188af30177,itm\x188afa5c4c)
> Dec 15 10:03:38 yegua kernel: Oops: timer tick before it's due (itc\x188cd49c50,itm\x188cdbefbb)
> Dec 15 10:03:38 yegua kernel: NFS: NFSv3 not supported.
> Dec 15 10:03:38 yegua kernel: nfs warning: mount version older than kernel
> Dec 15 10:03:38 yegua last message repeated 11 times
> Dec 15 10:03:38 yegua kernel: Oops: timer tick before it's due (itc\x18c537b7d3,itm\x18c53f0c0c)
> Dec 15 10:03:39 yegua xinetd: xinetd startup succeeded
> Dec 15 10:03:39 yegua kernel: Oops: timer tick before it's due (itc\x1958056aee,itm\x19580cc4cc)
> Dec 15 10:03:40 yegua lpd: lpd startup succeeded
> Dec 15 10:03:40 yegua nfs: Starting NFS services:  succeeded
> Dec 15 10:03:40 yegua nfs: rpc.rquotad startup succeeded
> Dec 15 10:03:40 yegua kernel: Oops: timer tick before it's due (itc\x19757997a1,itm\x197580e88c)
> Dec 15 10:03:41 yegua nfs: rpc.mountd startup succeeded
> Dec 15 10:03:41 yegua kernel: Oops: timer tick before it's due (itc\x1978524cdb,itm\x197859a3cc)
> Dec 15 10:03:41 yegua nfs: rpc.nfsd startup succeeded
> Dec 15 10:03:41 yegua amd[599]: switched to logfile "syslog"
> Dec 15 10:03:41 yegua amd[599]: AM-UTILS VERSION INFORMATION:
> Dec 15 10:03:41 yegua amd[599]: Copyright (c) 1997-2000 Erez Zadok
> Dec 15 10:03:41 yegua amd[599]: Copyright (c) 1990 Jan-Simon Pendry
> Dec 15 10:03:41 yegua amd[599]: Copyright (c) 1990 Imperial College of Science, Technology & Medicine
> Dec 15 10:03:41 yegua amd[599]: Copyright (c) 1990 The Regents of the University of California.
> Dec 15 10:03:41 yegua amd[599]: am-utils version 6.0.4s5 (build 1).
> Dec 15 10:03:41 yegua amd[599]: Built by prospector@boris.devel.redhat.com on date Sat Jul 15 13:50:30 EDT 2000.
> Dec 15 10:03:41 yegua amd[599]: cpu=ia64 (little-endian), arch=ia64, karch=ia64.
> Dec 15 10:03:41 yegua amd[599]: full_os=linux, os=linux, osver=2.4.0-0.5smp, vendor=redhat.
> Dec 15 10:03:41 yegua amd[599]: Map support for: root, passwd, ldap, union, nisplus, nis, ndbm, file, error.
> Dec 15 10:03:41 yegua amd[599]: AMFS: nfs, link, nfsx, nfsl, host, linkx, program, union, inherit, ufs, 
> Dec 15 10:03:41 yegua amd[599]:       cdfs, pcfs, auto, direct, toplvl, error.
> Dec 15 10:03:41 yegua amd: Dec 15 10:03:41 yegua amd[599]/info:  using configuration file /etc/amd.conf
> Dec 15 10:03:41 yegua amd[599]: FS: iso9660, nfs, vfat, ext2.
> Dec 15 10:03:41 yegua amd[599]: Network: wire="172.21.0.0" (netnumber\x172.21).
> Dec 15 10:03:41 yegua amd[599]: My ip addr is 172.21.171.248
> Dec 15 10:03:42 yegua amd[601]: released controlling tty using setsid()
> Dec 15 10:03:42 yegua amd[601]: file server localhost type local starts up
> Dec 15 10:03:42 yegua amd[601]: /dev/sda2 restarted fstype ufs on /
> Dec 15 10:03:42 yegua amd[601]: none restarted fstype link on /proc
> Dec 15 10:03:42 yegua amd[601]: /dev/sda1 restarted fstype pcfs on /boot/efi
> Dec 15 10:03:42 yegua amd[601]: /dev/sda4 restarted fstype ufs on /usr1
> Dec 15 10:03:42 yegua amd[601]: none restarted fstype link on /dev/pts
> Dec 15 10:03:42 yegua amd[601]: Using NFS version 2, protocol udp on host metta
> Dec 15 10:03:42 yegua amd[601]: start_ping: nfs_version: 2
> Dec 15 10:03:42 yegua amd[601]: metta:/usr1/qe_releases restarted fstype nfs on /usr/src/releases4
> Dec 15 10:03:42 yegua amd[601]: Using NFS version 2, protocol udp on host sudden
> Dec 15 10:03:42 yegua amd[601]: sudden:/usr2/qe_releases restarted fstype nfs on /usr/src/releases3
> Dec 15 10:03:42 yegua amd[601]: Using NFS version 2, protocol udp on host toaster
> Dec 15 10:03:42 yegua amd[601]: toaster:/usr1/releases2 restarted fstype nfs on /usr/src/releases2
> Dec 15 10:03:42 yegua amd[601]: Using NFS version 2, protocol udp on host toaster
> Dec 15 10:03:42 yegua amd[601]: toaster:/usr2/releases restarted fstype nfs on /usr/src/releases
> Dec 15 10:03:42 yegua amd[601]: Using NFS version 2, protocol udp on host blender
> Dec 15 10:03:42 yegua amd[601]: blender:/src.exports/bsdnetR2 restarted fstype nfs on /usr/src/bsdnetR2
> Dec 15 10:03:42 yegua amd[601]: Using NFS version 2, protocol udp on host metta
> Dec 15 10:03:42 yegua amd[601]: metta:/usr1/qe_automation restarted fstype nfs on /usr/src/automation
> Dec 15 10:03:42 yegua amd[601]: Using NFS version 2, protocol udp on host blender
> Dec 15 10:03:42 yegua amd[601]: blender:/src.exports/local restarted fstype nfs on /usr/src/local
> Dec 15 10:03:42 yegua amd[601]: Using NFS version 2, protocol udp on host blender
> Dec 15 10:03:42 yegua amd[601]: blender:/src.exports/gnu/emacs restarted fstype nfs on /usr/src/emacs
> Dec 15 10:03:42 yegua amd[601]: Using NFS version 2, protocol udp on host blender
> Dec 15 10:03:42 yegua amd[601]: blender:/exports/usr/atria restarted fstype nfs on /usr/src/atria
> Dec 15 10:03:42 yegua amd[601]: Using NFS version 2, protocol udp on host sudden
> Dec 15 10:03:42 yegua amd[601]: sudden:/usr5/qe_automation_archive restarted fstype nfs on /usr/src/automation_archive
> Dec 15 10:03:42 yegua amd[601]: Using NFS version 2, protocol udp on host metta
> Dec 15 10:03:42 yegua amd[601]: metta:/usr1/qe_automation restarted fstype nfs on /usr/src/automation_nr
> Dec 15 10:03:42 yegua amd[601]: Using NFS version 2, protocol udp on host blender
> Dec 15 10:03:42 yegua amd[601]: blender:/exports/ia64/usr/local restarted fstype nfs on /usr/local
> Dec 15 10:03:42 yegua amd[601]: recompute_portmap: NFS version 2
> Dec 15 10:03:42 yegua amd[601]: Using MOUNT version: 1
> Dec 15 10:03:42 yegua amd[601]: recompute_portmap: NFS version 2
> Dec 15 10:03:42 yegua amd[601]: Using MOUNT version: 1
> Dec 15 10:03:42 yegua amd[601]: recompute_portmap: NFS version 2
> Dec 15 10:03:42 yegua amd[601]: Using MOUNT version: 1
> Dec 15 10:03:42 yegua amd[601]: recompute_portmap: NFS version 2
> Dec 15 10:03:42 yegua amd[601]: Using MOUNT version: 1
> Dec 15 10:03:42 yegua amd[601]: initializing amd conf map /etc/amd.net of type file
> Dec 15 10:03:42 yegua amd[601]: first time load of map /etc/amd.net succeeded
> Dec 15 10:03:42 yegua amd[601]: /etc/amd.net mounted fstype toplvl on /net
> Dec 15 10:03:42 yegua amd: amd startup succeeded
> Dec 15 10:03:43 yegua kernel: Oops: timer tick before it's due (itc\x19be8ea306,itm\x19be95f90c)
> Dec 15 10:03:43 yegua automount[656]: starting automounter version 3.1.6, path = /usr/src, maptype = file, mapname = /etc/auto_direct.nis
> Dec 15 10:03:43 yegua automount[656]: using kernel protocol version 3
> Dec 15 10:03:43 yegua automount[681]: starting automounter version 3.1.6, path = /people, maptype = yp, mapname = auto.people
> Dec 15 10:03:43 yegua automount[681]: parse(sun): unknown option: -rw,hard
> Dec 15 10:03:43 yegua autofs: autofs startup succeeded
> Dec 15 10:03:43 yegua automount[681]: using kernel protocol version 3
> Dec 15 10:03:43 yegua keytable: Loading keymap: 
> Dec 15 10:03:43 yegua keytable: Loading /usr/lib/kbd/keymaps/i386/qwerty/us.kmap.gz
> Dec 15 10:03:43 yegua keytable: Loading system font: 
> Dec 15 10:03:43 yegua rc: Starting keytable:  succeeded
> Dec 15 10:03:44 yegua atria: Unsupported operating system version "2.4.0test10-001115-55"(2:1)
> Dec 15 10:03:44 yegua rc: Starting atria:  failed
> Dec 15 10:03:44 yegua sendmail: sendmail startup succeeded
> Dec 15 10:03:45 yegua kernel: Oops: timer tick before it's due (itc\x19f1195bf5,itm\x19f120ac8c)
> Dec 15 10:03:45 yegua gpm: gpm startup succeeded
> Dec 15 10:03:45 yegua kernel: Oops: timer tick before it's due (itc\x1a037a9edc,itm\x1a0381eafb)
> Dec 15 10:03:45 yegua kernel: Oops: timer tick before it's due (itc\x1a0b7015c3,itm\x1a0b77643b)
> Dec 15 10:03:46 yegua kernel: Oops: timer tick before it's due (itc\x1a0d376fa8,itm\x1a0d3ec18c)
> Dec 15 10:03:46 yegua httpd: httpd startup succeeded
> Dec 15 10:03:46 yegua kernel: Oops: timer tick before it's due (itc\x1a28c8379f,itm\x1a28cf8dac)
> Dec 15 10:03:47 yegua kernel: Oops: timer tick before it's due (itc\x1a2a953a22,itm\x1a2a9c966c)
> Dec 15 10:03:47 yegua kernel: Oops: timer tick before it's due (itc\x1a2c5ad6fa,itm\x1a2c622f8c)
> Dec 15 10:03:47 yegua kernel: Oops: timer tick before it's due (itc\x1a3089a290,itm\x1a3090f98c)
> Dec 15 10:03:47 yegua kernel: Oops: timer tick before it's due (itc\x1a30bdaf2a,itm\x1a30c506ec)
> Dec 15 10:03:47 yegua kernel: Oops: timer tick before it's due (itc\x1a38e571ce,itm\x1a38ecc95b)
> Dec 15 10:03:47 yegua xfs: xfs startup succeeded
> Dec 15 10:03:47 yegua kernel: Oops: timer tick before it's due (itc\x1a3ddec657,itm\x1a3de61d6c)
> Dec 15 10:03:47 yegua anacron[944]: Anacron 2.3 started on 2000-12-15
> Dec 15 10:03:47 yegua anacron: anacron startup succeeded
> Dec 15 10:03:47 yegua anacron[944]: Normal exit (0 jobs run)
> Dec 15 10:03:48 yegua linuxconf: Running Linuxconf hooks: succeeded
> Dec 15 10:03:48 yegua kernel: Oops: timer tick before it's due (itc\x1a57401d8c,itm\x1a5747717b)
> Dec 15 10:03:52 yegua modprobe: modprobe: Can't locate module char-major-81
> 
> -- 
> =John Kohl <jtk@rational.com>, Software Engineer
> Rational Software, Configuration Management Business Unit
> Mark your calendars!  Rational User Conference 2001, July 22-26, 2001
> in beautiful Denver, Colorado

-- 
Don Dugger
"Censeo Toto nos in Kansa esse decisse." - D. Gale
n0ano@valinux.com
Ph: 303/938-9838


  parent reply	other threads:[~2000-12-15 17:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-15 16:32 [Linux-ia64] test11, test12 kernel vs. big sur: Unexpected irq vector John Kohl
2000-12-15 17:07 ` Don Dugger
2000-12-15 17:11 ` John Kohl
2000-12-15 17:41 ` Don Dugger [this message]
2000-12-15 17:52 ` [Linux-ia64] test11, test12 kernel vs. big sur: Unexpected ir Hall, Jenna S
2000-12-15 17:57 ` Cook, Steven C
2000-12-15 18:05 ` Jonathan_Kwahk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ia64-105590678205853@msgid-missing \
    --to=n0ano@valinux.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox