Hello Harald,
On Tue, 2 Feb 1999, Harald Koerfgen wrote:
> I have just uploaded patch-2.1.131-pl1.gz to decstation.unix-ag.org. This
> should bring all the DECstation and Baget hackers back in sync. It
> contains:
> o Tom's dz and lance fixes
> o Gleb's and Vladimir's core fixes plus baget fixes
> o some minor zs fixes from me plus the HZ patch
> o efs fixes from the CVS
> This patch is against a vanilla 2.1.131 source tree from
> decstation.unix-ag.org (unless I have done something wrong) and compiles
> nicely on my Intel box and boots to multiuser on both of my DECstations.
That's basicly the same for a native compiled kernel with egcs after
changing mipsel-linux-ld in arch/mips/dec/boot/Makefile to $(LD).
After running /etc/rc.d/rc.sysconfig the fun with init starts:
Enabling swap space.
Initializing random number generator...
INIT: chld_handler: marked 6 as zombie
INIT: got SIGCHLD
INIT: Child died, PID= 6
INIT: Checking for children to start
INIT: SYSINIT -> BOOT
INIT: init_main: waiting..
INIT: Checking for children to start
INIT: BOOT -> NORMAL
INIT: Entering runlevel: 3
INIT: init_main: waiting..
INIT: Checking for children to start
INIT: Started id l3 (pid 48)
INIT: init_main: waiting..
Starting system loggers: syslogd klogd
The system is ready
INIT: chld_handler: marked 46 as zombie
INIT: got SIGCHLD
INIT: Child died, PID= 48
INIT: Checking for children to start
INIT: Started id ud (pid 84)
INIT: Started id s0 (pid 85)
INIT: init_main: waiting..
INIT: chld_handler: marked 84 as zombie
INIT: got SIGCHLD
INIT: Child died, PID= 84
INIT: Checking for children to start
INIT: init_main: waiting..
These are the according times:
Starting with an entry from the boot server daemon.log file
Feb 3 21:38:03 whale bootpd[2674]: version 2.4.3
and the messages file created by the DECstation
Feb 3 21:52:24 MAXine syslogd 1.3-3: restart.
...
Feb 3 21:52:32 MAXine init: chld_handler: marked 48 as zombie
Feb 3 21:53:43 MAXine init: got SIGCHLD
Feb 3 21:54:53 MAXine init: Child died, PID= 48
Feb 3 21:56:04 MAXine init: Checking for children to start
Feb 3 21:57:14 MAXine init: Started id ud (pid 84)
Feb 3 21:57:14 MAXine init: Started id s0 (pid 85)
Feb 3 21:57:15 MAXine init: init_main: waiting..
Feb 3 21:57:15 MAXine init: chld_handler: marked 84 as zombie
Feb 3 21:57:15 MAXine init: got SIGCHLD
Feb 3 21:57:15 MAXine init: Child died, PID= 84
Feb 3 21:57:15 MAXine init: Checking for children to start
Feb 3 21:57:15 MAXine init: init_main: waiting..
This was on the 5k/25 on the 133 init has the same speed. Currently an
Intel-box is compiling a kernel with gcc, with the same configuration,
see if that makes any difference.
Harald would you send me your .config and init?
Regards,
Richard
|