So I started up /usr/bin/inetd from rc.sysinit...
Connecting via telnet gets a connect...
It indicates that inetd recieved the connection and then immediatedly
disconnects...
A couple of hypotheses:
1. spawning another process just isn't working....
(I don't really believe this one)
2. inetd is broken
(I don't really believe this one)
3. Allocating a pty somehow is failing...
(I sort of but don't really believe this one.)
At the same time I never get a console login....
Any ideas?
-Tom Riemer
-----------------------------------------------------------------------
Given enough eyeballs all bugs seem shallow.
On Thu, 21 Jan 1999, Thomas Riemer wrote:
> Ok, snagging Thomas's version of init gets me a bit closer...
> init actually executes... that in combination with the new root
> fs.
>
> However it looks like it goes through /etc/rc.d/rc.sysinit and
> then promptly stops... There are a few exceptions that show up
> in the dmesg file...
>
> Oh yeah... and how come it thinks its hostname is elrond... I
> can't find a single reference to that. (Not that it matters
> all that much).
>
> What's supposed to happen after /etc/rc.d/rc.sysinit?
>
> -Tom Riemer
>
> ---------------------------- /var/log/dmesg --------------------------
> Loading R[23]00 MMU routines.
> CPU revision is: 00000220
> Instruction cache 64kb
> Data cache 64kb
> Linux version 2.1.131 (root@newton.phinu.org) (gcc version 2.7.2) #19 Mon Jan
> 18 20:43:54 EST 1999
> Calibrating delay loop... 12.29 BogoMIPS
> Memory: 14720k/16380k available (984k kernel code, 416k data)
> Checking for 'wait' instruction... unavailable.
> POSIX conformance testing by UNIFIX
> Swansea University Computer Society NET3.039 for Linux 2.1
> Swansea University Computer Society TCP/IP for NET3.037
> IP Protocols: ICMP, UDP, TCP
> Starting kswapd v 1.5
> DECstation DZ serial driver version 1.02
> ttyS00 at 0xbc000000 (irq = 3)
> ttyS01 at 0xbc000000 (irq = 3)
> ttyS02 at 0xbc000000 (irq = 3)
> ttyS03 at 0xbc000000 (irq = 3)
> scsi_init:0 -> DEC SII
> now detect
> Call branch 2
> scsi : 0 hosts.
> scsi : detected total.
> declance.c: v0.008 by Linux Mips DECstation task force
> eth0: PMAX onboard LANCE, addr = 08:00:2b:15:43:e8, irq = 2
> Sending BOOTP and RARP requests.... OK
> IP-Config: Got BOOTP answer from 10.0.0.5, my address is 10.0.0.8
> Looking up port of RPC 100003/2 on 10.0.0.5
> Looking up port of RPC 100005/1 on 10.0.0.5
> VFS: Mounted root (nfs filesystem).
> Freeing unused kernel memory: 48k freed
> swapon: Exception at [<8004f6fc>] (8004f84c)
> mount: Exception at [<8004f6fc>] (8004f84c)
> mount: Exception at [<8004f6fc>] (8004f84c)
> mount: Exception at [<8004f6fc>] (8004f84c)
> mount: Exception at [<8004f6fc>] (8004f84c)
> mount: Exception at [<8004f6fc>] (8004f84c)
> swapon: Exception at [<8004f6fc>] (8004f84c)
>
>
> -----------------------------------------------------------------------
> Given enough eyeballs all bugs seem shallow.
>
|