During a successful pxe boot of a T1000, I always see:
Starting remote procedure call (RPC) services:Assertion failed: *count <= max,
file ns_dns_misc.c, line 189
Abort - core dumped
and have tracked that down to the script in
Solaris_11/Tools/Boot/sbin/sysid-finish:
echo "Starting remote procedure call (RPC) services:\c"
SYSIDNS="/usr/sbin/sysidns -y"
if install_debug_isset man_sysid ; then
echo "Would have run \$SYSIDNS"
/sbin/sh
else
\$SYSIDNS
fi
The systems also reports:
Installing boot information
- Installing boot blocks (c0t0d0s0)
- Updating system firmware for automatic rebooting
WARNING: Could not update system for automatic rebooting
and drop to a prompt after completing their Jumpstart.
I have run /usr/sbin/sysidns -y from the prompt post-JS and it does not dump
core at that time.
Insights/Suggestions?
Message was edited by:
joyent
This message posted from opensolaris.org