Subject: error message while starting init
To: None <tech-kern@NetBSD.org>
From: Klaus Heinz <k.heinz.maer.sechs@onlinehome.de>
List: tech-kern
Date: 03/25/2006 22:57:11
Hi,

if I get errors like this

  exec /sbin/init: error 14
  init: trying /sbin/oinit
  exec /sbin/oinit: error 14
  init: trying /sbin/init.bak
  exec /sbin/init.bak: error 14
  init: not found

I suppose this number 14 was taken from errno.h and means EFAULT?

While there is a file /sbin/init, there are no files /sbin/oinit or
/sbin/init.bak on this md disk. I wonder why the error is not 2 (ENOENT)
for those last two.

ciao
     Klaus