You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if you could add it to your ramdisk patches :
e.g. within StartServices() after etc/rc
# create second console channel
if [ -e /dev/hvc0 ]; then
/sbin/getty 115200 hvc0 &
fi
fi
add something like :
echo "Starting early telnetd for troubleshooting "
/sbin/inetd
if [ ps -ef |grep -i inetd |grep sbin | wc -l -eq 1 ] ; then
echo "Inetd has started succesfully"
fi
The text was updated successfully, but these errors were encountered:
It would be nice if you could add it to your ramdisk patches :
e.g. within StartServices() after etc/rc
add something like :
echo "Starting early telnetd for troubleshooting "
/sbin/inetd
if [
ps -ef |grep -i inetd |grep sbin | wc -l
-eq 1 ] ; thenecho "Inetd has started succesfully"
fi
The text was updated successfully, but these errors were encountered: