Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Jul 2018 22:50:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229264] init died (signal 0, exit 1) and kernel panic
Message-ID:  <bug-229264-227-kV3yedcG9A@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229264-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229264-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229264

Gergely Kiss <mail.gery@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mail.gery@gmail.com

--- Comment #3 from Gergely Kiss <mail.gery@gmail.com> ---
Assuming the build was produced using the freebsd-wifi-build scripts: I was
also facing this issue with the same board and managed to resolve it. My idea
was to include the "real" /sbin/init binary instead of the symlink pointing to
bsdbox. This way I could get the following output:

Trying to mount root from ufs:map/rootfs.uzip []...
Warning: no time-of-day clock registered, system time will not be set
accurately
start_init: trying /sbin/init
uhub0: 1 port with 1 removable, self powered
random: harvesting attach, 8 bytes (4 bits) from uhub0
Jul  1 20:08:55 init: login_getclass: unknown class 'daemon'
rtl8366rb0port4: link state changed to UP
Shared object "libsbuf.so.6" not found, required by "lib80211.so.1"
Enter full pathname of shell or RETURN for /bin/sh: 

After including the missing libraries in the image, the issue was gone:

https://github.com/kissg1988/freebsd-wifi-build/commit/0477cf50fad030e574a5cf901541c55be248e96b

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229264-227-kV3yedcG9A>