* Re: [parisc-linux] compiler & kernel
@ 2003-06-03 17:21 Joel Soete
2003-06-04 18:33 ` [parisc-linux] compiler & kernel (2) M. Grabert
0 siblings, 1 reply; 7+ messages in thread
From: Joel Soete @ 2003-06-03 17:21 UTC (permalink / raw)
To: M. Grabert; +Cc: parisc-linux
Hi Max,
>
>Attachment: config-2.4.20-pa35-gcc-3.3
>
32-bits first;
I test this config with gcc-3.3-2 and binutils 2.13.90.0.18-7 but I encounter
following pb:
`gcc-3.3 -print-libgcc-file-name` /usr/src/linux-2.4.20-pa35/arch/parisc/lib/lib.a
/usr/src/linux-2.4.20-pa35/lib/lib.a \
--end-group \
-o vmlinux
drivers/net/wireless/wireless_net.o(.init.text+0x78): In function `init_orinoco_cs':
: undefined reference to `CardServices'
drivers/net/wireless/wireless_net.o(.ini
.text+0xac): In function `init_orinoco_cs':
: undefined reference to `register_pccard_driver'
drivers/net/wireless/wireless_net.o(.exit.text+0x2c): In function `exit_orinoco_cs':
: undefined reference to `unregister_pccard_driver'
drivers/net/wirel
ss/wireless_net.o(.text.cs_error+0x18): In function `cs_error':
: undefined reference to `CardServices'
drivers/net/wireless/wireless_net.o(.text.orinoco_cs_cor_reset+0x48): In
function `orinoco_cs_cor_reset':
: undefined reference to `CardServices
drivers/net/wireless/wireless_net.o(.text.orinoco_cs_cor_reset+0x74): In
function `orinoco_cs_cor_reset':
: undefined reference to `CardServices'
drivers/net/wireless/wireless_net.o(.text.orinoco_cs_cor_reset+0xd4): In
function `orinoco_cs_cor_re
et':
: undefined reference to `CardServices'
drivers/net/wireless/wireless_net.o(.text.orinoco_cs_attach+0x108): In function
`orinoco_cs_attach':
: undefined reference to `CardServices'
drivers/net/wireless/wireless_net.o(.text.orinoco_cs_detach+0
90): more
undefined references to `CardServices' follow
make: *** [vmlinux] Error 1
And the very same with gcc-3.0.4-16 {(which also backport canonicalize_*
?)}
Any idea?
Now overall results:
[the two test made exactely the same number of
cc (grep "^gcc" blabla |
wc -l == 968)]
gcc-3.3
start: k-2.4.20-pa35-cfg-gcc33:Tue Jun 3 18:22:57 CEST 2003
end: k-2.4.20-pa35-cfg-gcc33:Tue Jun 3 18:41:31 CEST 2003
(About 19 min)
gcc-3.0
start: k-2.4.20-pa35-cfg-gcc30:Tue Jun 3 19:1
:44 CEST 2003
end: k-2.4.20-pa35-cfg-gcc30:Tue Jun 3 19:30:46 CEST 2003
(about 17 min)
I am not enough happy because not yet reach to obtain a kernel; I will try
tomorrow :(
Cheers,
Joel
PS: I run those draft test on a b2k running a
kernel compile with gcc-3.3
(32-bits) and the BogoMIPS in dmesg is 799.53 (about 2 * 400MHz of cpu).
On the other hand I will made same test on a N (ucp) running a 64-bit kernel
with BogoMIPS announced as 1097.72 (about 2 * 550 Mhz of cpu).
Well
hat is only draft info, I am waiting to run your kernel on the two
machime to see?
>
>Attachment: config-2.4.20-pa35-64
>
(I hope tomorrow )
---------------------------------
Découvrez les 6 clés et gagnez le Club Med à Vie avec Tiscali
http://www.tiscali.be/nl/subs/tiscali4life/default.asp?lang=fr
^ permalink raw reply [flat|nested] 7+ messages in thread
* [parisc-linux] compiler & kernel (2)
2003-06-03 17:21 [parisc-linux] compiler & kernel Joel Soete
@ 2003-06-04 18:33 ` M. Grabert
2003-06-04 18:50 ` M. Grabert
2003-06-06 20:58 ` [parisc-linux] " Joel Soete
0 siblings, 2 replies; 7+ messages in thread
From: M. Grabert @ 2003-06-04 18:33 UTC (permalink / raw)
To: Joel Soete; +Cc: parisc-linux
[-- Attachment #1: Type: TEXT/PLAIN, Size: 3501 bytes --]
On Tue, 3 Jun 2003, Joel Soete wrote:
> Hi Max,
>
> >
> >Attachment: config-2.4.20-pa35-gcc-3.3
> >
> 32-bits first;
> I test this config with gcc-3.3-2 and binutils 2.13.90.0.18-7 but I encounter
> following pb:
>
> `gcc-3.3 -print-libgcc-file-name` /usr/src/linux-2.4.20-pa35/arch/parisc/lib/lib.a
>
> /usr/src/linux-2.4.20-pa35/lib/lib.a \
> --end-group \
> -o vmlinux
> drivers/net/wireless/wireless_net.o(.init.text+0x78): In function `init_orinoco_cs':
> : undefined reference to `CardServices'
> drivers/net/wireless/wireless_net.o(.ini
> .text+0xac): In function `init_orinoco_cs':
> : undefined reference to `register_pccard_driver'
> drivers/net/wireless/wireless_net.o(.exit.text+0x2c): In function `exit_orinoco_cs':
> : undefined reference to `unregister_pccard_driver'
> drivers/net/wirel
> ss/wireless_net.o(.text.cs_error+0x18): In function `cs_error':
> : undefined reference to `CardServices'
> drivers/net/wireless/wireless_net.o(.text.orinoco_cs_cor_reset+0x48): In
> function `orinoco_cs_cor_reset':
> : undefined reference to `CardServices
>
> drivers/net/wireless/wireless_net.o(.text.orinoco_cs_cor_reset+0x74): In
> function `orinoco_cs_cor_reset':
> : undefined reference to `CardServices'
> drivers/net/wireless/wireless_net.o(.text.orinoco_cs_cor_reset+0xd4): In
> function `orinoco_cs_cor_re
> et':
> : undefined reference to `CardServices'
> drivers/net/wireless/wireless_net.o(.text.orinoco_cs_attach+0x108): In function
> `orinoco_cs_attach':
> : undefined reference to `CardServices'
> drivers/net/wireless/wireless_net.o(.text.orinoco_cs_detach+0
> 90): more
> undefined references to `CardServices' follow
> make: *** [vmlinux] Error 1
>
> And the very same with gcc-3.0.4-16 {(which also backport canonicalize_*
> ?)}
>
> Any idea?
Yes, I enabled PCMCIA specific bits in arch/parisc/config.in. I wanted
to get a PCMCIA wireless network card working.
Currently hppa doesn't give you the option to select PCMCIA, so you have
to modify the config.in so that you can select it. Just copy the PCMCIA
bits it from arch/i386/config.in to arch/parisc/config.in.
OR simpler:
Disable wireless network (orinoco, hermes, orinoco_cs etc.).
I currently don't have a wireless card, and the same problems occurred
also without the driver for wireless card built-in.
> Now overall results:
> [the two test made exactely the same number of
> cc (grep "^gcc" blabla |
> wc -l == 968)]
>
> gcc-3.3
>
> start: k-2.4.20-pa35-cfg-gcc33:Tue Jun 3 18:22:57 CEST 2003
> end: k-2.4.20-pa35-cfg-gcc33:Tue Jun 3 18:41:31 CEST 2003
> (About 19 min)
>
> gcc-3.0
> start: k-2.4.20-pa35-cfg-gcc30:Tue Jun 3 19:1
> :44 CEST 2003
> end: k-2.4.20-pa35-cfg-gcc30:Tue Jun 3 19:30:46 CEST 2003
> (about 17 min)
>
> I am not enough happy because not yet reach to obtain a kernel; I will try
> tomorrow :(
>
> Cheers,
> Joel
>
> PS: I run those draft test on a b2k running a
> kernel compile with gcc-3.3
> (32-bits) and the BogoMIPS in dmesg is 799.53 (about 2 * 400MHz of cpu).
> On the other hand I will made same test on a N (ucp) running a 64-bit kernel
> with BogoMIPS announced as 1097.72 (about 2 * 550 Mhz of cpu).
The BogoMIPS problem is solved: it only occurred with a gcc-3.3
Debian-prerelease. It's normal now with gcc-3.3_3.3-2.hppa.deb.
Attached my current dmesg and a dmesg of an older kernel with the
BogoMIPS-problem (latter also used a TokenRing card, but the card was not
connected to a TR swich/hub, therefore the "Ring Lobe failures")
Thanks, Max
[-- Attachment #2: dmesg of working -pa35 (gcc-3.3 final) --]
[-- Type: TEXT/PLAIN, Size: 12179 bytes --]
May 26 16:25:39 beast syslogd 1.4.1#11: restart.
May 26 16:25:40 beast kernel: klogd 1.4.1#11, log source = /proc/kmsg started.
May 26 16:25:40 beast kernel: Inspecting /boot/System.map-2.4.20-pa35-gcc-3.3
May 26 16:25:41 beast kernel: Loaded 17818 symbols from /boot/System.map-2.4.20-pa35-gcc-3.3.
May 26 16:25:41 beast kernel: Symbols match kernel version 2.4.20.
May 26 16:25:41 beast kernel: Loaded 37 symbols from 2 modules.
May 26 16:25:41 beast kernel: Linux version 2.4.20-pa35-gcc-3.3 (root@beast) (gcc version 3.3 20030509 (Debian prerelease)) #2 Sun May 25 15:32:26 IST 2003
May 26 16:25:41 beast kernel: FP[0] enabled: Rev 0 Model 14
May 26 16:25:41 beast kernel: The 32-bit Kernel has started...
May 26 16:25:41 beast kernel: Determining PDC firmware type: System Map.
May 26 16:25:41 beast kernel: model 00005990 00000481 00000000 00000002 77f75630 100000f0 00000008 000000b2 000000b2
May 26 16:25:41 beast kernel: vers 00000501
May 26 16:25:41 beast kernel: CPUID vers 14 rev 23 (0x000001d7)
May 26 16:25:41 beast kernel: capabilities 0x2
May 26 16:25:41 beast kernel: model 9000/782/C240+
May 26 16:25:41 beast kernel: Total Memory: 1024 Mb
May 26 16:25:41 beast kernel: pagetable_init
May 26 16:25:41 beast kernel: On node 0 totalpages: 262144
May 26 16:25:41 beast kernel: zone(0): 262144 pages.
May 26 16:25:41 beast kernel: zone(1): 0 pages.
May 26 16:25:41 beast kernel: zone(2): 0 pages.
May 26 16:25:41 beast kernel: LED display at f0190001 registered
May 26 16:25:41 beast kernel: Kernel command line: root=/dev/sda4 HOME=/ ip=off console=ttyS0 TERM=vt102 palo_kernel=2/vmlinux
May 26 16:25:41 beast kernel: Console: colour dummy device 160x64
May 26 16:25:41 beast kernel: Calibrating delay loop... 470.22 BogoMIPS
May 26 16:25:41 beast kernel: Memory: 1033312k available
May 26 16:25:41 beast kernel: Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
May 26 16:25:41 beast kernel: Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
May 26 16:25:41 beast kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
May 26 16:25:41 beast kernel: Buffer-cache hash table entries: 65536 (order: 6, 262144 bytes)
May 26 16:25:41 beast kernel: Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
May 26 16:25:41 beast kernel: Searching for devices...
May 26 16:25:41 beast kernel: Found devices:
May 26 16:25:41 beast kernel: 1. U2-IOA BC Runway Port (12) at 0xfff88000 [8], versions 0x580, 0xf, 0xb
May 26 16:25:41 beast kernel: 2. Dino PCI Bridge (13) at 0xf2000000 [8/0], versions 0x680, 0x3, 0xa, additional addresses: 0xf2800000
May 26 16:25:41 beast kernel: 3. Raven U/L2 Dino RS-232 (10) at 0xf2003000 [8/0/63], versions 0x6, 0x0, 0x8c
May 26 16:25:41 beast kernel: 4. Raven U/L2 Dino PS/2 Port (10) at 0xf2001000 [8/1], versions 0x6, 0x0, 0x96
May 26 16:25:41 beast kernel: 5. Raven+ w SE FWSCSI Core BA (11) at 0xffd00000 [8/16], versions 0x56, 0x0, 0x81, additional addresses: 0xffd0c000 0xffc00000
May 26 16:25:41 beast kernel: 6. Raven+ w SE FWSCSI Core Centronics (10) at 0xffd02000 [8/16/0], versions 0x56, 0x0, 0x74, additional addresses: 0xffd01000 0xffd03000
May 26 16:25:41 beast kernel: 7. Raven+ w SE FWSCSI Core Audio (10) at 0xffd04000 [8/16/1], versions 0x56, 0x4, 0x7b
May 26 16:25:41 beast kernel: 8. Raven+ w SE FWSCSI Core RS-232 (10) at 0xffd05000 [8/16/4], versions 0x56, 0x0, 0x8c
May 26 16:25:41 beast kernel: 9. Raven+ w SE FWSCSI Core SCSI (10) at 0xffd06000 [8/16/5], versions 0x56, 0x0, 0x82
May 26 16:25:41 beast kernel: 10. Raven+ w SE FWSCSI Core PS/2 Port (10) at 0xffd08000 [8/16/7], versions 0x56, 0x0, 0x84
May 26 16:25:41 beast kernel: 11. Raven+ w SE FWSCSI Core PS/2 Port (10) at 0xffd08100 [8/16/8], versions 0x56, 0x0, 0x84
May 26 16:25:41 beast kernel: 12. U2-IOA BC GSC+ Port (7) at 0xf203f000 [8/63], versions 0x501, 0x1, 0xc
May 26 16:25:41 beast kernel: 13. U2-IOA BC Runway Port (12) at 0xfff8a000 [10], versions 0x580, 0xf, 0xb
May 26 16:25:41 beast kernel: 14. Cujo PCI Bridge (13) at 0xf1000000 [10/0], versions 0x682, 0x1, 0xa
May 26 16:25:41 beast kernel: 15. Dino RS-232 (10) at 0xf1003000 [10/3], versions 0x7, 0x0, 0x8c
May 26 16:25:41 beast kernel: 16. U2-IOA BC GSC+ Port (7) at 0xf103f000 [10/63], versions 0x501, 0x1, 0xc
May 26 16:25:41 beast kernel: 17. Raven U 240 (9000/780/C240) (0) at 0xfffa0000 [32], versions 0x599, 0x0, 0x4
May 26 16:25:41 beast kernel: 18. Memory (1) at 0xfffb1000 [49], versions 0x6f, 0x0, 0x9
May 26 16:25:41 beast kernel: CPU(s): 1 x PA8200 (PCX-U+) at 236.000000 MHz
May 26 16:25:41 beast kernel: Found U2 at 0xfff88000
May 26 16:25:41 beast kernel: Found U2 at 0xfff8a000
May 26 16:25:41 beast kernel: Lasi version 0 at 0xffd00000 found.
May 26 16:25:41 beast kernel: Dino version 3.1 found at 0xf2000000
May 26 16:25:41 beast kernel: Cujo version 2.0 found at 0xf1000000
May 26 16:25:41 beast kernel: Enabling Cujo 2.0 bug workaround
May 26 16:25:41 beast kernel: Don't recognise Cujo at address 0xf1000000, not enabling workaround
May 26 16:25:41 beast kernel: Cujo: No PCI devices enabled.
May 26 16:25:41 beast kernel: POSIX conformance testing by UNIFIX
May 26 16:25:41 beast kernel: Linux NET4.0 for Linux 2.4
May 26 16:25:41 beast kernel: Based upon Swansea University Computer Society NET3.039
May 26 16:25:41 beast kernel: Initializing RT netlink socket
May 26 16:25:41 beast kernel: Soft power switch enabled, polling @ 0xf0140000.
May 26 16:25:41 beast kernel: Starting kswapd
May 26 16:25:41 beast kernel: VFS: Diskquotas version dquot_6.4.0 initialized
May 26 16:25:41 beast kernel: Journalled Block Device driver loaded
May 26 16:25:41 beast kernel: parport_init_chip: initialize bidirectional-mode.
May 26 16:25:41 beast kernel: parport0: PC-style at 0xffd02800, irq 88 [PCSPP,TRISTATE]
May 26 16:25:41 beast kernel: STI GSC/PCI graphics driver version 0.9
May 26 16:25:41 beast kernel: pty: 256 Unix98 ptys configured
May 26 16:25:41 beast kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
May 26 16:25:41 beast kernel: ttyS00 at iomem 0xffd05800 (irq = 90) is a 16550A
May 26 16:25:41 beast kernel: ttyS01 at iomem 0xf2003800 (irq = 106) is a 16550A
May 26 16:25:41 beast kernel: PS/2 keyboard port at 0xffd08000 (irq 69) found, no device attached.
May 26 16:25:41 beast kernel: PS/2 psaux port at 0xffd08100 (irq 69) found, no device attached.
May 26 16:25:41 beast kernel: lp0: using parport0 (interrupt-driven).
May 26 16:25:41 beast kernel: Generic RTC Driver v1.07
May 26 16:25:41 beast kernel: NET4: Frame Diverter 0.46
May 26 16:25:41 beast kernel: loop: loaded (max 8 devices)
May 26 16:25:41 beast kernel: Linux Tulip driver version 0.9.15-pre12 (Aug 9, 2002)
May 26 16:25:41 beast kernel: tulip0: no phy info, aborting mtable build
May 26 16:25:41 beast kernel: tulip0: MII transceiver #1 config 1000 status 782d advertising 01e1.
May 26 16:25:41 beast kernel: eth0: Digital DS21143 Tulip rev 48 at 0xf2fff000, 00:10:83:03:2C:1C, IRQ 96.
May 26 16:25:41 beast kernel: PPP generic driver version 2.4.2
May 26 16:25:41 beast kernel: PPP Deflate Compression module registered
May 26 16:25:41 beast kernel: PPP BSD Compression module registered
May 26 16:25:41 beast kernel: Universal TUN/TAP device driver 1.5 (C)1999-2002 Maxim Krasnyansky
May 26 16:25:41 beast kernel: SCSI subsystem driver Revision: 1.00
May 26 16:25:41 beast kernel: sym53c8xx: at PCI bus 0, device 19, function 0
May 26 16:25:41 beast kernel: sym53c8xx: 53c875 detected
May 26 16:25:41 beast kernel: sym53c875-0: rev 0x4 on pci bus 0 device 19 function 0 irq 99
May 26 16:25:41 beast kernel: sym53c875-0: ID 7, Fast-20, Parity Checking
May 26 16:25:41 beast kernel: scsi0 : sym53c8xx-1.7.3c-20010512
May 26 16:25:41 beast kernel: blk: queue 10efc794, I/O limit 4095Mb (mask 0xffffffff)
May 26 16:25:42 beast kernel: 53c700: Version 2.7 By James.Bottomley@HansenPartnership.com
May 26 16:25:42 beast kernel: scsi1: 53c710 rev 2
May 26 16:25:42 beast kernel: scsi1 : LASI SCSI 53c700
May 26 16:25:42 beast kernel: scsi1: (6:0) Synchronous at offset 8, period 100ns
May 26 16:25:42 beast kernel: Vendor: SEAGATE Model: ST318416N Rev: 0010
May 26 16:25:42 beast kernel: Type: Direct-Access ANSI SCSI revision: 03
May 26 16:25:42 beast kernel: scsi1: (6:1) Synchronous at offset 8, period 100ns
May 26 16:25:42 beast kernel: Attached scsi disk sda at scsi1, channel 0, id 6, lun 0
May 26 16:25:42 beast kernel: scsi1: (6:0) Enabling Tag Command Queuing
May 26 16:25:42 beast kernel: SCSI device sda: 35885168 512-byte hdwr sectors (18373 MB)
May 26 16:25:42 beast kernel: Partition check:
May 26 16:25:42 beast kernel: sda: sda1 sda2 sda3 sda4
May 26 16:25:42 beast kernel: Linux Kernel Card Services 3.1.22
May 26 16:25:42 beast kernel: options: [pci]
May 26 16:25:42 beast kernel: STI GSC/PCI graphics driver version 0.9
May 26 16:25:42 beast kernel: BUG: Skipping previously registered driver: sti (native)
May 26 16:25:42 beast kernel: usb.c: registered new driver usbdevfs
May 26 16:25:42 beast kernel: usb.c: registered new driver hub
May 26 16:25:42 beast kernel: usb-ohci.c: USB OHCI at membase 0xf2ff9000, IRQ 96
May 26 16:25:42 beast kernel: usb-ohci.c: usb-00:03.0, Acer Laboratories Inc. [ALi] USB 1.1 Controller
May 26 16:25:42 beast kernel: usb.c: new USB bus registered, assigned bus number 1
May 26 16:25:42 beast kernel: hub.c: USB hub found
May 26 16:25:42 beast kernel: hub.c: 2 ports detected
May 26 16:25:42 beast kernel: usb-ohci.c: USB OHCI at membase 0xf2ffa000, IRQ 97
May 26 16:25:42 beast kernel: usb-ohci.c: usb-00:03.1, Acer Laboratories Inc. [ALi] USB 1.1 Controller (#2)
May 26 16:25:42 beast kernel: usb.c: new USB bus registered, assigned bus number 2
May 26 16:25:42 beast kernel: hub.c: USB hub found
May 26 16:25:42 beast kernel: hub.c: 2 ports detected
May 26 16:25:42 beast kernel: usb-ohci.c: USB OHCI at membase 0xf2ffb000, IRQ 98
May 26 16:25:42 beast kernel: usb-ohci.c: usb-00:03.2, Acer Laboratories Inc. [ALi] USB 1.1 Controller (#3)
May 26 16:25:42 beast kernel: usb.c: new USB bus registered, assigned bus number 3
May 26 16:25:42 beast kernel: hub.c: USB hub found
May 26 16:25:42 beast kernel: hub.c: 2 ports detected
May 26 16:25:42 beast kernel: NET4: Linux TCP/IP 1.0 for NET4.0
May 26 16:25:42 beast kernel: IP Protocols: ICMP, UDP, TCP, IGMP
May 26 16:25:42 beast kernel: IP: routing cache hash table of 8192 buckets, 64Kbytes
May 26 16:25:42 beast kernel: TCP: Hash tables configured (established 262144 bind 65536)
May 26 16:25:42 beast kernel: Linux IP multicast router 0.06 plus PIM-SM
May 26 16:25:42 beast kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
May 26 16:25:42 beast kernel: NET4: Ethernet Bridge 008 for NET4.0
May 26 16:25:42 beast kernel: ds: no socket drivers loaded!
May 26 16:25:42 beast kernel: kjournald starting. Commit interval 5 seconds
May 26 16:25:42 beast kernel: EXT3-fs: mounted filesystem with ordered data mode.
May 26 16:25:42 beast kernel: VFS: Mounted root (ext3 filesystem) readonly.
May 26 16:25:42 beast kernel: Freeing unused kernel memory: 209k freed
May 26 16:25:42 beast kernel: Adding Swap: 499704k swap-space (priority -1)
May 26 16:25:42 beast kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,4), internal journal
May 26 16:25:42 beast kernel: Lasi Harmony Audio driver V0.9a, h/w id 20, rev. 18 at 0xffd04000, IRQ 82
May 26 16:25:42 beast kernel: Initializing USB Mass Storage driver...
May 26 16:25:42 beast kernel: usb.c: registered new driver usb-storage
May 26 16:25:42 beast kernel: USB Mass Storage support registered.
May 26 16:25:42 beast kernel: EXT2-fs warning (device sd(8,2)): ext2_read_super: mounting ext3 filesystem as ext2
May 26 16:25:42 beast kernel:
May 26 16:25:42 beast kernel: eth0: Setting full-duplex based on MII#1 link partner capability of 41e1.
May 26 16:25:56 beast kernel: ip_conntrack version 2.1 (8074 buckets, 64592 max) - 292 bytes per conntrack
May 26 16:25:57 beast kernel: ip_tables: (C) 2000-2002 Netfilter core team
[-- Attachment #3: dmesg of working -pa35 but with weird bogomips (gcc-3.3pre) --]
[-- Type: TEXT/PLAIN, Size: 21283 bytes --]
May 10 10:17:41 beast syslogd 1.4.1#11: restart.
May 10 10:17:42 beast kernel: klogd 1.4.1#11, log source = /proc/kmsg started.
May 10 10:17:42 beast kernel: Inspecting /boot/System.map-2.4.20-pa35
May 10 10:17:43 beast kernel: Loaded 16511 symbols from /boot/System.map-2.4.20-pa35.
May 10 10:17:43 beast kernel: Symbols match kernel version 2.4.20.
May 10 10:17:43 beast kernel: Loaded 3 symbols from 1 module.
May 10 10:17:43 beast kernel: Linux version 2.4.20-pa35 (root@beast.ucc.ie) (gcc version 3.3 20030415 (Debian prerelease)) #7 Sat May 10 10:04:49 IST 2003
May 10 10:17:43 beast kernel: FP[0] enabled: Rev 0 Model 14
May 10 10:17:43 beast kernel: The 32-bit Kernel has started...
May 10 10:17:43 beast kernel: Determining PDC firmware type: System Map.
May 10 10:17:43 beast kernel: model 00005990 00000481 00000000 00000002 77f75630 100000f0 00000008 000000b2 000000b2
May 10 10:17:43 beast kernel: vers 00000501
May 10 10:17:43 beast kernel: CPUID vers 14 rev 23 (0x000001d7)
May 10 10:17:43 beast kernel: capabilities 0x2
May 10 10:17:43 beast kernel: model 9000/782/C240+
May 10 10:17:43 beast kernel: Total Memory: 1024 Mb
May 10 10:17:43 beast kernel: pagetable_init
May 10 10:17:43 beast kernel: On node 0 totalpages: 262144
May 10 10:17:43 beast kernel: zone(0): 262144 pages.
May 10 10:17:43 beast kernel: zone(1): 0 pages.
May 10 10:17:43 beast kernel: zone(2): 0 pages.
May 10 10:17:43 beast kernel: LED display at f0190001 registered
May 10 10:17:43 beast kernel: Kernel command line: root=/dev/sda4 HOME=/ ip=off console=ttyS0 TERM=vt102 palo_kernel=2/vmlinux-2.4.20-pa35
May 10 10:17:43 beast kernel: Calibrating delay loop... 0.81 BogoMIPS
May 10 10:17:43 beast kernel: Memory: 1033688k available
May 10 10:17:43 beast kernel: Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
May 10 10:17:43 beast kernel: Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
May 10 10:17:43 beast kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
May 10 10:17:43 beast kernel: Buffer-cache hash table entries: 65536 (order: 6, 262144 bytes)
May 10 10:17:43 beast kernel: Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
May 10 10:17:43 beast kernel: Searching for devices...
May 10 10:17:43 beast kernel: Found devices:
May 10 10:17:43 beast kernel: 1. U2-IOA BC Runway Port (12) at 0xfff88000 [8], versions 0x580, 0xf, 0xb
May 10 10:17:43 beast kernel: 2. Dino PCI Bridge (13) at 0xf2000000 [8/0], versions 0x680, 0x3, 0xa, additional addresses: 0xf2800000
May 10 10:17:43 beast kernel: 3. Raven U/L2 Dino RS-232 (10) at 0xf2003000 [8/0/63], versions 0x6, 0x0, 0x8c
May 10 10:17:43 beast kernel: 4. Raven U/L2 Dino PS/2 Port (10) at 0xf2001000 [8/1], versions 0x6, 0x0, 0x96
May 10 10:17:43 beast kernel: 5. Raven+ w SE FWSCSI Core BA (11) at 0xffd00000 [8/16], versions 0x56, 0x0, 0x81, additional addresses: 0xffd0c000 0xffc00000
May 10 10:17:43 beast kernel: 6. Raven+ w SE FWSCSI Core Centronics (10) at 0xffd02000 [8/16/0], versions 0x56, 0x0, 0x74, additional addresses: 0xffd01000 0xffd03000
May 10 10:17:43 beast kernel: 7. Raven+ w SE FWSCSI Core Audio (10) at 0xffd04000 [8/16/1], versions 0x56, 0x4, 0x7b
May 10 10:17:43 beast kernel: 8. Raven+ w SE FWSCSI Core RS-232 (10) at 0xffd05000 [8/16/4], versions 0x56, 0x0, 0x8c
May 10 10:17:43 beast kernel: 9. Raven+ w SE FWSCSI Core SCSI (10) at 0xffd06000 [8/16/5], versions 0x56, 0x0, 0x82
May 10 10:17:43 beast kernel: 10. Raven+ w SE FWSCSI Core PS/2 Port (10) at 0xffd08000 [8/16/7], versions 0x56, 0x0, 0x84
May 10 10:17:43 beast kernel: 11. Raven+ w SE FWSCSI Core PS/2 Port (10) at 0xffd08100 [8/16/8], versions 0x56, 0x0, 0x84
May 10 10:17:43 beast kernel: 12. U2-IOA BC GSC+ Port (7) at 0xf203f000 [8/63], versions 0x501, 0x1, 0xc
May 10 10:17:43 beast kernel: 13. U2-IOA BC Runway Port (12) at 0xfff8a000 [10], versions 0x580, 0xf, 0xb
May 10 10:17:43 beast kernel: 14. Cujo PCI Bridge (13) at 0xf1000000 [10/0], versions 0x682, 0x1, 0xa, additional addresses: 0xf1800000 0xf6000000
May 10 10:17:43 beast kernel: 15. Dino RS-232 (10) at 0xf1003000 [10/3], versions 0x7, 0x0, 0x8c
May 10 10:17:43 beast kernel: 16. U2-IOA BC GSC+ Port (7) at 0xf103f000 [10/63], versions 0x501, 0x1, 0xc
May 10 10:17:43 beast kernel: 17. Raven U 240 (9000/780/C240) (0) at 0xfffa0000 [32], versions 0x599, 0x0, 0x4
May 10 10:17:43 beast kernel: 18. Memory (1) at 0xfffb1000 [49], versions 0x6f, 0x0, 0x9
May 10 10:17:43 beast kernel: CPU(s): 1 x PA8200 (PCX-U+) at 236.000000 MHz
May 10 10:17:43 beast kernel: Found U2 at 0xfff88000
May 10 10:17:43 beast kernel: Found U2 at 0xfff8a000
May 10 10:17:43 beast kernel: Lasi version 0 at 0xffd00000 found.
May 10 10:17:43 beast kernel: Dino version 3.1 found at 0xf2000000
May 10 10:17:43 beast kernel: Cujo version 2.0 found at 0xf1000000
May 10 10:17:43 beast kernel: Enabling Cujo 2.0 bug workaround
May 10 10:17:43 beast kernel: Don't recognise Cujo at address 0xf1000000, not enabling workaround
May 10 10:17:43 beast kernel: POSIX conformance testing by UNIFIX
May 10 10:17:43 beast kernel: Linux NET4.0 for Linux 2.4
May 10 10:17:43 beast kernel: Based upon Swansea University Computer Society NET3.039
May 10 10:17:43 beast kernel: Initializing RT netlink socket
May 10 10:17:43 beast kernel: Soft power switch enabled, polling @ 0xf0140000.
May 10 10:17:43 beast kernel: Starting kswapd
May 10 10:17:43 beast kernel: VFS: Diskquotas version dquot_6.4.0 initialized
May 10 10:17:43 beast kernel: Journalled Block Device driver loaded
May 10 10:17:43 beast kernel: parport_init_chip: initialize bidirectional-mode.
May 10 10:17:43 beast kernel: parport0: PC-style at 0xffd02800, irq 88 [PCSPP,TRISTATE]
May 10 10:17:43 beast kernel: pty: 256 Unix98 ptys configured
May 10 10:17:43 beast kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
May 10 10:17:43 beast kernel: ttyS00 at iomem 0xffd05800 (irq = 90) is a 16550A
May 10 10:17:43 beast kernel: ttyS01 at iomem 0xf2003800 (irq = 106) is a 16550A
May 10 10:17:43 beast kernel: lp0: using parport0 (interrupt-driven).
May 10 10:17:43 beast kernel: Generic RTC Driver v1.07
May 10 10:17:43 beast kernel: NET4: Frame Diverter 0.46
May 10 10:17:43 beast kernel: loop: loaded (max 8 devices)
May 10 10:17:43 beast kernel: Linux Tulip driver version 0.9.15-pre12 (Aug 9, 2002)
May 10 10:17:43 beast kernel: tulip0: no phy info, aborting mtable build
May 10 10:17:43 beast kernel: tulip0: MII transceiver #1 config 1000 status 7809 advertising 01e1.
May 10 10:17:43 beast kernel: eth0: Digital DS21143 Tulip rev 48 at 0xf2fff000, 00:10:83:03:2C:1C, IRQ 96.
May 10 10:17:43 beast kernel: PPP generic driver version 2.4.2
May 10 10:17:43 beast kernel: PPP Deflate Compression module registered
May 10 10:17:43 beast kernel: PPP BSD Compression module registered
May 10 10:17:43 beast kernel: 8139too Fast Ethernet driver 0.9.26
May 10 10:17:43 beast kernel: eth1: RealTek RTL8139 Fast Ethernet at 0xf2ffb000, 00:c0:26:8b:21:c0, IRQ 97
May 10 10:17:43 beast kernel: Universal TUN/TAP device driver 1.5 (C)1999-2002 Maxim Krasnyansky
May 10 10:17:43 beast kernel: Olympic.c v1.0.5 6/04/02 - Peter De Schrijver & Mike Phillips
May 10 10:17:43 beast kernel: IBM 16/4 Token ring UTP/STP controller. I/O at ff00, MMIO at f1ffe000, LAP at f1fff000, using irq 130
May 10 10:17:43 beast kernel: Olympic: IBM 16/4 Token ring UTP/STP controller registered as: tr0
May 10 10:17:43 beast kernel: SCSI subsystem driver Revision: 1.00
May 10 10:17:43 beast kernel: 53c700: Version 2.8 By James.Bottomley@HansenPartnership.com
May 10 10:17:43 beast kernel: scsi0: 53c710 rev 2
May 10 10:17:43 beast kernel: scsi0 : LASI SCSI 53c700
May 10 10:17:43 beast kernel: Vendor: HP Model: CD-Writer 6020 Rev: 1.07
May 10 10:17:43 beast kernel: Type: CD-ROM ANSI SCSI revision: 02
May 10 10:17:43 beast kernel: scsi0: (6:0) Synchronous at offset 8, period 100ns
May 10 10:17:43 beast kernel: Vendor: SEAGATE Model: ST318416N Rev: 0010
May 10 10:17:43 beast kernel: Type: Direct-Access ANSI SCSI revision: 03
May 10 10:17:43 beast kernel: scsi0: (6:1) Synchronous at offset 8, period 100ns
May 10 10:17:43 beast kernel: Attached scsi disk sda at scsi0, channel 0, id 6, lun 0
May 10 10:17:43 beast kernel: scsi0: (6:0) Enabling Tag Command Queuing
May 10 10:17:43 beast kernel: SCSI device sda: 35885168 512-byte hdwr sectors (18373 MB)
May 10 10:17:43 beast kernel: Partition check:
May 10 10:17:43 beast kernel: sda: sda1 sda2 sda3 sda4
May 10 10:17:43 beast kernel: usb.c: registered new driver usbdevfs
May 10 10:17:43 beast kernel: usb.c: registered new driver hub
May 10 10:17:43 beast kernel: Initializing USB Mass Storage driver...
May 10 10:17:43 beast kernel: usb.c: registered new driver usb-storage
May 10 10:17:43 beast kernel: USB Mass Storage support registered.
May 10 10:17:43 beast kernel: NET4: Linux TCP/IP 1.0 for NET4.0
May 10 10:17:43 beast kernel: IP Protocols: ICMP, UDP, TCP, IGMP
May 10 10:17:43 beast kernel: IP: routing cache hash table of 8192 buckets, 64Kbytes
May 10 10:17:43 beast kernel: TCP: Hash tables configured (established 262144 bind 65536)
May 10 10:17:43 beast kernel: Linux IP multicast router 0.06 plus PIM-SM
May 10 10:17:43 beast kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
May 10 10:17:43 beast kernel: NET4: Ethernet Bridge 008 for NET4.0
May 10 10:17:43 beast kernel: kjournald starting. Commit interval 5 seconds
May 10 10:17:43 beast kernel: EXT3-fs: mounted filesystem with ordered data mode.
May 10 10:17:43 beast kernel: VFS: Mounted root (ext3 filesystem) readonly.
May 10 10:17:43 beast kernel: Freeing unused kernel memory: 336k freed
May 10 10:17:43 beast kernel: Adding Swap: 499704k swap-space (priority -1)
May 10 10:17:43 beast kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,4), internal journal
May 10 10:17:43 beast kernel: Lasi Harmony Audio driver V0.9a, h/w id 20, rev. 6 at 0xffd04000, IRQ 82
May 10 10:17:43 beast kernel: EXT2-fs warning (device sd(8,2)): ext2_read_super: mounting ext3 filesystem as ext2
May 10 10:17:43 beast kernel:
May 10 10:17:43 beast kernel: eth1: Setting 100mbps full-duplex based on auto-negotiated partner ability 41e1.
May 10 10:17:43 beast kernel: tr0: SRB timed out.
May 10 10:17:43 beast kernel: tr0: Retrying at different ring speed
May 10 10:17:43 beast kernel: tr0: SRB timed out.
May 10 10:17:43 beast kernel: tr0: Lobe Media Test - Function Failure
May 10 10:17:43 beast kernel: tr0: SRB timed out.
May 10 10:17:43 beast kernel: tr0: Retrying at different ring speed
May 10 10:17:43 beast kernel: tr0: SRB timed out.
May 10 10:17:43 beast kernel: tr0: Lobe Media Test - Function Failure
May 10 10:23:04 beast kernel: ip_conntrack version 2.1 (8078 buckets, 64624 max) - 292 bytes per conntrack
May 10 10:23:04 beast kernel: ip_tables: (C) 2000-2002 Netfilter core team
May 10 10:37:41 beast -- MARK --
May 10 10:53:49 beast kernel: scsi0 (6:0) Target is suffering from tag starvation.
May 10 10:53:31 beast kernel: SCSI disk error : host 0 channel 0 id 6 lun 0 return code = 8
May 10 10:53:31 beast kernel: I/O error: dev 08:04, sector 17075784
May 10 10:53:31 beast kernel: SCSI disk error : host 0 channel 0 id 6 lun 0 return code = 8
May 10 10:53:31 beast kernel: I/O error: dev 08:04, sector 19660888
May 10 10:58:58 beast syslogd 1.4.1#11: restart.
May 10 10:58:58 beast kernel: klogd 1.4.1#11, log source = /proc/kmsg started.
May 10 10:58:58 beast kernel: Inspecting /boot/System.map-2.4.19-pa2
May 10 10:58:59 beast kernel: Loaded 19548 symbols from /boot/System.map-2.4.19-pa2.
May 10 10:58:59 beast kernel: Symbols match kernel version 2.4.19.
May 10 10:58:59 beast kernel: Loaded 3 symbols from 1 module.
May 10 10:58:59 beast kernel: Linux version 2.4.19-pa2 (xam@beast.ucc.ie) (gcc version 3.0.4) #2 Mon Aug 12 21:15:52 IST 2002
May 10 10:58:59 beast kernel: FP[0] enabled: Rev 0 Model 14
May 10 10:58:59 beast kernel: The 32-bit Kernel has started...
May 10 10:58:59 beast kernel: Determining PDC firmware type: System Map.
May 10 10:58:59 beast kernel: model 00005990 00000481 00000000 00000002 77f75630 100000f0 00000008 000000b2 000000b2
May 10 10:58:59 beast kernel: vers 00000501
May 10 10:58:59 beast kernel: CPUID vers 14 rev 23 (0x000001d7)
May 10 10:58:59 beast kernel: capabilities 0x2
May 10 10:58:59 beast kernel: model 9000/782/C240+
May 10 10:58:59 beast kernel: Total Memory: 1024 Mb
May 10 10:58:59 beast kernel: pagetable_init
May 10 10:58:59 beast kernel: On node 0 totalpages: 262144
May 10 10:58:59 beast kernel: zone(0): 262144 pages.
May 10 10:58:59 beast kernel: zone(1): 0 pages.
May 10 10:58:59 beast kernel: zone(2): 0 pages.
May 10 10:58:59 beast kernel: LED display at f0190001 registered
May 10 10:58:59 beast kernel: Kernel command line: root=/dev/sda4 HOME=/ ip=off console=ttyS0 TERM=vt102 palo_kernel=2/vmlinux.old
May 10 10:58:59 beast kernel: Console: colour dummy device 160x64
May 10 10:58:59 beast kernel: Calibrating delay loop... 470.22 BogoMIPS
May 10 10:58:59 beast kernel: Memory: 1033840k available
May 10 10:58:59 beast kernel: Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
May 10 10:58:59 beast kernel: Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
May 10 10:58:59 beast kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
May 10 10:58:59 beast kernel: Buffer-cache hash table entries: 65536 (order: 6, 262144 bytes)
May 10 10:58:59 beast kernel: Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
May 10 10:58:59 beast kernel: Searching for devices...
May 10 10:58:59 beast kernel: Found devices:
May 10 10:58:59 beast kernel: 1. U2-IOA BC Runway Port (12) at 0xfff88000 [8], versions 0x580, 0xf, 0xb
May 10 10:58:59 beast kernel: 2. Dino PCI Bridge (13) at 0xf2000000 [8/0], versions 0x680, 0x3, 0xa, additional addresses: 0xf2800000
May 10 10:58:59 beast kernel: 3. Raven U/L2 Dino RS-232 (10) at 0xf2003000 [8/0/63], versions 0x6, 0x0, 0x8c
May 10 10:58:59 beast kernel: 4. Raven U/L2 Dino PS/2 Port (10) at 0xf2001000 [8/1], versions 0x6, 0x0, 0x96
May 10 10:58:59 beast kernel: 5. Raven+ w SE FWSCSI Core BA (11) at 0xffd00000 [8/16], versions 0x56, 0x0, 0x81, additional addresses: 0xffd0c000 0xffc00000
May 10 10:58:59 beast kernel: 6. Raven+ w SE FWSCSI Core Centronics (10) at 0xffd02000 [8/16/0], versions 0x56, 0x0, 0x74, additional addresses: 0xffd01000 0xffd03000
May 10 10:58:59 beast kernel: 7. Raven+ w SE FWSCSU Core Audio (10) at 0xffd04000 [8/16/1], versions 0x56, 0x4, 0x7b
May 10 10:58:59 beast kernel: 8. Raven+ w SE FWSCSI Core RS-232 (10) at 0xffd05000 [8/16/4], versions 0x56, 0x0, 0x8c
May 10 10:58:59 beast kernel: 9. Raven+ w SE FWSCSI Core SCSI (10) at 0xffd06000 [8/16/5], versions 0x56, 0x0, 0x82
May 10 10:58:59 beast kernel: 10. Raven+ w SE FWSCSI Core PS/2 Port (10) at 0xffd08000 [8/16/7], versions 0x56, 0x0, 0x84
May 10 10:58:59 beast kernel: 11. Raven+ w SE FWSCSI Core PS/2 Port (10) at 0xffd08100 [8/16/8], versions 0x56, 0x0, 0x84
May 10 10:58:59 beast kernel: 12. U2-IOA BC GSC+ Port (7) at 0xf203f000 [8/63], versions 0x501, 0x1, 0xc
May 10 10:58:59 beast kernel: 13. U2-IOA BC Runway Port (12) at 0xfff8a000 [10], versions 0x580, 0xf, 0xb
May 10 10:58:59 beast kernel: 14. Cujo PCI Bridge (13) at 0xf1000000 [10/0], versions 0x682, 0x1, 0xa, additional addresses: 0xf1800000 0xf6000000
May 10 10:58:59 beast kernel: 15. Dino RS-232 (10) at 0xf1003000 [10/3], versions 0x7, 0x0, 0x8c
May 10 10:58:59 beast kernel: 16. U2-IOA BC GSC+ Port (7) at 0xf103f000 [10/63], versions 0x501, 0x1, 0xc
May 10 10:58:59 beast kernel: 17. Raven U 240 (9000/780/C240) (0) at 0xfffa0000 [32], versions 0x599, 0x0, 0x4
May 10 10:58:59 beast kernel: 18. Memory (1) at 0xfffb1000 [49], versions 0x6f, 0x0, 0x9
May 10 10:58:59 beast kernel: CPU(s): 1 x PA8200 (PCX-U+) at 236.000000 MHz
May 10 10:58:59 beast kernel: Found U2 at 0xfff88000
May 10 10:58:59 beast kernel: Found U2 at 0xfff8a000
May 10 10:58:59 beast kernel: Lasi version 0 at 0xffd00000 found.
May 10 10:58:59 beast kernel: Dino version 3.1 found at 0xf2000000
May 10 10:58:59 beast kernel: Cujo version 2.0 found at 0xf1000000
May 10 10:58:59 beast kernel: Enabling Cujo 2.0 bug workaround
May 10 10:58:59 beast kernel: Don't recognise Cujo at address 0xf1000000, not enabling workaround
May 10 10:58:59 beast kernel: POSIX conformance testing by UNIFIX
May 10 10:58:59 beast kernel: Linux NET4.0 for Linux 2.4
May 10 10:58:59 beast kernel: Based upon Swansea University Computer Society NET3.039
May 10 10:58:59 beast kernel: Initializing RT netlink socket
May 10 10:58:59 beast kernel: Soft power switch enabled, polling @ 0xf0140000.
May 10 10:58:59 beast kernel: Starting kswapd
May 10 10:58:59 beast kernel: Journalled Block Device driver loaded
May 10 10:58:59 beast kernel: parport_init_chip: initialize bidirectional-mode.
May 10 10:58:59 beast kernel: parport0: PC-style at 0xffd02800, irq 88 [PCSPP,TRISTATE]
May 10 10:58:59 beast kernel: pty: 256 Unix98 ptys configured
May 10 10:58:59 beast kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
May 10 10:58:59 beast kernel: ttyS00 at iomem 0xffd05800 (irq = 90) is a 16550A
May 10 10:58:59 beast kernel: ttyS01 at iomem 0xf2003800 (irq = 106) is a 16550A
May 10 10:58:59 beast kernel: PS/2 keyboard port at 0xffd08000 (irq 69) found, no device attached.
May 10 10:58:59 beast kernel: PS/2 psaux port at 0xffd08100 (irq 69) found, no device attached.
May 10 10:58:59 beast kernel: lp0: using parport0 (interrupt-driven).
May 10 10:58:59 beast kernel: Generic RTC Driver v1.02 05/27/1999 Sam Creasey (sammy@oh.verio.com)
May 10 10:58:59 beast kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
May 10 10:58:59 beast kernel: loop: loaded (max 8 devices)
May 10 10:58:59 beast kernel: Linux Tulip driver version 0.9.15-pre11 (May 11, 2002)
May 10 10:58:59 beast kernel: tulip0: no phy info, aborting mtable build
May 10 10:58:59 beast kernel: tulip0: MII transceiver #1 config 1000 status 7809 advertising 01e1.
May 10 10:58:59 beast kernel: eth0: Digital DS21143 Tulip rev 48 at 0xf2fff000, 00:10:83:03:2C:1C, IRQ 96.
May 10 10:58:59 beast kernel: SCSI subsystem driver Revision: 1.00
May 10 10:58:59 beast kernel: sym53c8xx: at PCI bus 0, device 19, function 0
May 10 10:59:00 beast kernel: sym53c8xx: 53c875 detected
May 10 10:59:00 beast kernel: sym53c875-0: rev 0x4 on pci bus 0 device 19 function 0 irq 99
May 10 10:59:00 beast kernel: sym53c875-0: ID 7, Fast-20, Parity Checking
May 10 10:59:00 beast kernel: scsi0 : sym53c8xx-1.7.3c-20010512
May 10 10:59:00 beast kernel: 53c700: Version 2.7 By James.Bottomley@HansenPartnership.com
May 10 10:59:00 beast kernel: scsi1: 53c710 rev 2
May 10 10:59:00 beast kernel: scsi1 : LASI SCSI 53c700
May 10 10:59:00 beast kernel: Vendor: HP Model: CD-Writer 6020 Rev: 1.07
May 10 10:59:00 beast kernel: Type: CD-ROM ANSI SCSI revision: 02
May 10 10:59:00 beast kernel: scsi1: (6:0) Synchronous at offset 8, period 100ns
May 10 10:59:00 beast kernel: Vendor: SEAGATE Model: ST318416N Rev: 0010
May 10 10:59:00 beast kernel: Type: Direct-Access ANSI SCSI revision: 03
May 10 10:59:00 beast kernel: scsi1: (6:1) Synchronous at offset 8, period 100ns
May 10 10:59:00 beast kernel: Attached scsi disk sda at scsi1, channel 0, id 6, lun 0
May 10 10:59:00 beast kernel: scsi1: (6:0) Enabling Tag Command Queuing
May 10 10:59:00 beast kernel: SCSI device sda: 35885168 512-byte hdwr sectors (18373 MB)
May 10 10:59:00 beast kernel: Partition check:
May 10 10:59:00 beast kernel: sda: sda1 sda2 sda3 sda4
May 10 10:59:00 beast kernel: NET4: Linux TCP/IP 1.0 for NET4.0
May 10 10:59:00 beast kernel: IP Protocols: ICMP, UDP, TCP, IGMP
May 10 10:59:00 beast kernel: IP: routing cache hash table of 8192 buckets, 64Kbytes
May 10 10:59:00 beast kernel: TCP: Hash tables configured (established 262144 bind 65536)
May 10 10:59:00 beast kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
May 10 10:59:00 beast kernel: EXT3-fs: INFO: recovery required on readonly filesystem.
May 10 10:59:00 beast kernel: EXT3-fs: write access will be enabled during recovery.
May 10 10:59:00 beast kernel: scsi1 (6:0) Target is suffering from tag starvation.
May 10 10:59:00 beast kernel: kjournald starting. Commit interval 5 seconds
May 10 10:59:00 beast kernel: EXT3-fs: recovery complete.
May 10 10:59:00 beast kernel: EXT3-fs: mounted filesystem with ordered data mode.
May 10 10:59:00 beast kernel: VFS: Mounted root (ext3 filesystem) readonly.
May 10 10:59:00 beast kernel: Freeing unused kernel memory: 365k freed
May 10 10:59:00 beast kernel: Adding Swap: 499704k swap-space (priority -1)
May 10 10:59:00 beast kernel: EXT3 FS 2.4-0.9.17, 10 Jan 2002 on sd(8,4), internal journal
May 10 10:59:00 beast kernel: Lasi Harmony Audio driver V0.9a, h/w id 20, rev. 23 at 0xffd04000, IRQ 82
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] compiler & kernel (2)
2003-06-04 18:33 ` [parisc-linux] compiler & kernel (2) M. Grabert
@ 2003-06-04 18:50 ` M. Grabert
2003-06-06 20:58 ` [parisc-linux] " Joel Soete
1 sibling, 0 replies; 7+ messages in thread
From: M. Grabert @ 2003-06-04 18:50 UTC (permalink / raw)
To: Joel Soete; +Cc: parisc-linux
Sorry for replying my own mail:
The BogoMIPS problem was in fact due to a bug in a gcc-3.3 (up to debian
prerelease 20030415). However it was already fixed in Debian prerelease
20030509.
the last mail contained two attachments:
- dmesg (the dmesg of my current -pa35 kernel, using SYM1 and 53c700 from
2.4.19-pa2, no BogoMIPS problem) and
- dmesg2 (FIRST: the dmesg of a vanilla -pa35 kernel, using SYM2 and
original 53c700, BogoMIPS problem.
SECOND:
You can see it doesn't even boot ('target is suffering from tag
starvation' and the kernel hang) so I rebooted to 2.4.19-pa2.
It's dmesg is also in this file.
Thanks, Max
^ permalink raw reply [flat|nested] 7+ messages in thread
* [parisc-linux] Re: compiler & kernel (2)
2003-06-04 18:33 ` [parisc-linux] compiler & kernel (2) M. Grabert
2003-06-04 18:50 ` M. Grabert
@ 2003-06-06 20:58 ` Joel Soete
2003-06-07 20:39 ` M. Grabert
1 sibling, 1 reply; 7+ messages in thread
From: Joel Soete @ 2003-06-06 20:58 UTC (permalink / raw)
To: M. Grabert; +Cc: Joel Soete, parisc-linux
M. Grabert wrote:
>On Tue, 3 Jun 2003, Joel Soete wrote:
>
>
>
>>Hi Max,
>>
>>
>>
>>>Attachment: config-2.4.20-pa35-gcc-3.3
>>>
>>>
>>>
>>32-bits first;
>>I test this config with gcc-3.3-2 and binutils 2.13.90.0.18-7 but I encounter
>>following pb:
>>
>>`gcc-3.3 -print-libgcc-file-name` /usr/src/linux-2.4.20-pa35/arch/parisc/lib/lib.a
>>
>>/usr/src/linux-2.4.20-pa35/lib/lib.a \
>> --end-group \
>> -o vmlinux
>>drivers/net/wireless/wireless_net.o(.init.text+0x78): In function `init_orinoco_cs':
>>
>>
>>
>Yes, I enabled PCMCIA specific bits in arch/parisc/config.in. I wanted
>to get a PCMCIA wireless network card working.
>Currently hppa doesn't give you the option to select PCMCIA, so you have
>to modify the config.in so that you can select it. Just copy the PCMCIA
>bits it from arch/i386/config.in to arch/parisc/config.in.
>
>OR simpler:
>
>Disable wireless network (orinoco, hermes, orinoco_cs etc.).
>
>
Well finaly I reach to continue only some test.
I so choose this simpler solution to build 32 kernel with gcc-3.0 first
and it compiles well (it took about 15min excluded modules).
I launch it on my b2k and it seems to works fine (any boot pb); I so use
it to rebuild te same kernel with gcc-3.3.
It also compiles well (in about 12min).
But I notice something strange: runing a top in another xterm, I notice
that swap was well on but absolutly not used where usually my kernel
(near about debian std cfg) used about 20Mb of swap (with 256Mb of ram).
Is it a wanted behaviour? (config option?)
Thanks,
Joel
PS: I do not yet reboot with this last kernel (on Tuesday :-) )
^ permalink raw reply [flat|nested] 7+ messages in thread
* [parisc-linux] Re: compiler & kernel (2)
2003-06-06 20:58 ` [parisc-linux] " Joel Soete
@ 2003-06-07 20:39 ` M. Grabert
2003-06-07 21:49 ` Joel Soete
0 siblings, 1 reply; 7+ messages in thread
From: M. Grabert @ 2003-06-07 20:39 UTC (permalink / raw)
To: Joel Soete; +Cc: parisc-linux
On Fri, 6 Jun 2003, Joel Soete wrote:
> I launch it on my b2k and it seems to works fine (any boot pb); I so use
> it to rebuild te same kernel with gcc-3.3.
> It also compiles well (in about 12min).
> But I notice something strange: runing a top in another xterm, I notice
> that swap was well on but absolutly not used where usually my kernel
> (near about debian std cfg) used about 20Mb of swap (with 256Mb of ram).
> Is it a wanted behaviour? (config option?)
I don't think I can help you here, I hardly run out of physical memory
(I've 1GB RAM in my machine), but during my tests I was able to
deliberately force the machine to run out of memory and using swap.
I never see the kernel using swap on my machine at all, unless I really
want it to happen ;)
So swap for me works, but I hardly will ever have to come into a situation
where heavy use of swap space will be required (at least I hope so).
Max
^ permalink raw reply [flat|nested] 7+ messages in thread
* [parisc-linux] Re: compiler & kernel (2)
2003-06-07 20:39 ` M. Grabert
@ 2003-06-07 21:49 ` Joel Soete
2003-06-07 22:04 ` M. Grabert
0 siblings, 1 reply; 7+ messages in thread
From: Joel Soete @ 2003-06-07 21:49 UTC (permalink / raw)
To: M. Grabert; +Cc: parisc-linux
M. Grabert wrote:
>On Fri, 6 Jun 2003, Joel Soete wrote:
>
>
>
>>I launch it on my b2k and it seems to works fine (any boot pb); I so use
>>it to rebuild te same kernel with gcc-3.3.
>>It also compiles well (in about 12min).
>>But I notice something strange: runing a top in another xterm, I notice
>>that swap was well on but absolutly not used where usually my kernel
>>(near about debian std cfg) used about 20Mb of swap (with 256Mb of ram).
>>Is it a wanted behaviour? (config option?)
>>
>>
>
>I don't think I can help you here, I hardly run out of physical memory
>(I've 1GB RAM in my machine), but during my tests I was able to
>deliberately force the machine to run out of memory and using swap.
>I never see the kernel using swap on my machine at all, unless I really
>want it to happen ;)
>
>So swap for me works, but I hardly will ever have to come into a situation
>where heavy use of swap space will be required (at least I hope so).
>
>Max
>
>
>
>
Max,
I will so have a more detail look in your config.
(the other server I can use is a N model with 2Mb wich I do not see used
more than 1.7 Mb and so not need to swap :-) ; OTC my 256Mb (or less)
boxes usualy need swap. Let see)
Thanks for info,
Joel
PS: Do you still encounter starvation pb?
^ permalink raw reply [flat|nested] 7+ messages in thread
* [parisc-linux] Re: compiler & kernel (2)
2003-06-07 21:49 ` Joel Soete
@ 2003-06-07 22:04 ` M. Grabert
0 siblings, 0 replies; 7+ messages in thread
From: M. Grabert @ 2003-06-07 22:04 UTC (permalink / raw)
To: Joel Soete; +Cc: parisc-linux
On Sat, 7 Jun 2003, Joel Soete wrote:
> Max,
>
> I will so have a more detail look in your config.
>
> (the other server I can use is a N model with 2Mb wich I do not see used
> more than 1.7 Mb and so not need to swap :-) ; OTC my 256Mb (or less)
> boxes usualy need swap. Let see)
I think you are talking about GB here, not MB ;)
> PS: Do you still encounter starvation pb?
I'm not sure, I've to check the /var/log/messages* files more closely.
When I was browsing through them last time (when I sent the dmesg to the
list) it didn't seem so (the 'beast' is now up almost 2 weeks).
So if there are 'target is suffering tag starvation' messages at all,
there are at least so few you can hardly spot them ;)
Max
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-06-07 22:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-03 17:21 [parisc-linux] compiler & kernel Joel Soete
2003-06-04 18:33 ` [parisc-linux] compiler & kernel (2) M. Grabert
2003-06-04 18:50 ` M. Grabert
2003-06-06 20:58 ` [parisc-linux] " Joel Soete
2003-06-07 20:39 ` M. Grabert
2003-06-07 21:49 ` Joel Soete
2003-06-07 22:04 ` M. Grabert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox