linux-origin
[Top] [All Lists]

Little progress

To: linux-origin@xxxxxxxxxxx
Subject: Little progress
From: kanoj@xxxxxxxxxxxxxxxxxxx (Kanoj Sarcar)
Date: Fri, 17 Mar 2000 14:48:08 -0800 (PST)
Sender: owner-linux-origin@xxxxxxxxxxx
With the last checkin, I can now get to where the following output shows.
Ulf, please look at the hack I put into sys32_wait, it might be related
to the waitqueue problem you found before.

So, emergency (static) shell works now somewhat, we need to move on towards
emergency dynamic shell, then bash, then single user.


Kanoj

>> bootp()annie.engr.sgi.com:/tftpboot/penguin3/vmlinux.64 init=/bin/ash
Setting $netaddr to 163.154.10.23 (from server annie.engr.sgi.com)
Obtaining /tftpboot/penguin3/vmlinux.64 from server annie.engr.sgi.com
1243188+318320+699612 entry: 0xa800000000150000
ARCH: SGI-IP27
PROMLIB: ARC firmware Version 64 Revision 0
Total memory probed : 0x20000 pages
Linux version 2.3.51 (kanoj@xxxxxxxxxxxxxxxxxx) (gcc version egcs-2.91.66 
19990314
(egcs-1.1.2 release)) #68 Fri Mar 17 14:22:05 PST 2000
Loading R10000 MMU routines.
CPU revision is: 00000927
Primary instruction cache 32kb, linesize 64 bytes
Primary data cache 32kb, linesize 32 bytes
Secondary cache sized at 1024K, linesize 128
IP27: Running on node 0.
Node 0 has a primary CPU, CPU is running.
Node 0 has a secondary CPU, CPU is running.
Machine is in M mode.
On node 0 totalpages: 32768
zone(0): 4096 pages.
zone(1): 28672 pages.
zone(2): 0 pages.
Entering 64-bit mode.
CPU clock is 180MHz.
Calibrating delay loop... 179.81 BogoMIPS
Memory: 124112k/131072k available (1214k kernel code, 6960k reserved, 110k 
data, 184k init)
Buffer-cache hash table entries: 8192 (order: 4, 65536 bytes)
Page-cache hash table entries: 32768 (order: 6, 262144 bytes)
Checking for 'wait' instruction...  unavailable.
POSIX conformance testing by UNIFIX
PCI: Probing PCI hardware on host bus 0, node 0.
PCI: Fixing base addresses for device 00:02.0
Linux NET4.0 for Linux 2.3
Based upon Swansea University Computer Society NET3.039
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 8Kbytes
TCP: Hash tables configured (established 4096 bind 4096)
Starting kswapd v1.6
Serial driver version 4.92 (2000-1-27) with MANY_PORTS SHARE_IRQ SERIAL_PCI 
enabledttyS00 at 0x0000 (irq = 0) is a 16550A
ttyS01 at 0x0000 (irq = 0) is a 16550A
qlogicisp : new isp1020 revision ID (5)
qlogicisp : new isp1020 revision ID (5)
scsi0 : QLogic ISP1020 SCSI on PCI bus 00 device 00 irq 0 I/O base 0x8200000
scsi1 : QLogic ISP1020 SCSI on PCI bus 00 device 08 irq 1 I/O base 0x8400000
scsi : 2 hosts.
  Vendor: SGI       Model: IBM  DCHS04Y      Rev: 3232
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sda at scsi0, channel 0, id 1, lun 0
  Vendor: SGI       Model: IBM  DCHS04Y      Rev: 3232
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sdb at scsi0, channel 0, id 4, lun 0
scsi : detected 2 SCSI disks total.
SCSI device sda: hdwr sector= 512 bytes. Sectors= 8888543 [4340 MB] [4.3 GB]
Partition check:
 sda: sda1 sda2 sda3 sda4
SCSI device sdb: hdwr sector= 512 bytes. Sectors= 8888543 [4340 MB] [4.3 GB]
 sdb: sdb1 sdb2 sdb3 sdb4
Ok, using PHY 31, vendor 0x20005c0, model 0, rev 1.
eth0:  MII transceiver found at MDIO address 31, config 3100 status 786f.
IOC3 SSRAM has 64 kbyte.
Found DS1981U NIC, registration number 70:ad:01:00:70:5e, CRC eb.
Ethernet address is 08:00:69:05:31:cd.
Sending BOOTP requests....... OK
IP-Config: Got BOOTP answer from 163.154.10.27, my address is 163.154.10.23
Looking up port of RPC 100003/2 on 163.154.10.27
Looking up port of RPC 100005/1 on 163.154.10.27
Looking up port of RPC 100005/1 on 163.154.10.27
VFS: Mounted root (NFS filesystem) readonly.
Freeing unused kernel memory: 184k freed
# ls
a.out       dev         lib         mnt         sbin        var
bin         etc         lost+found  proc        tmp         vmlinux.64
boot        home        ls          root        usr
# whoami
root
# uid
uid: not found
# id
uid=0(root) gid=0(root)
# pwd
/
# cd /tmp
# ls
linuxconf-rpminstall.log
# ls -l
total 1
-rw-r--r--   1 root     root          309 Oct 30 10:28 linuxconf-rpminstall.log
# pwd
/tmp
# touch x
touch: x: Read-only file system


<Prev in Thread] Current Thread [Next in Thread>