View Single Post
Old 11-21-2012, 10:54 PM   #2851
blaser
Enthusiast
blaser began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Nov 2012
Device: Kindle DXG
No I do not remember the error message, but going over the install.sh script I can see where it failed.
it tries to create a link to ${USBNET_BINDIR}/dropbearmulti from /usr/sbin/dropbearmulti and it fails, it records the error message in the log file.
ln -fs ${USBNET_BINDIR}/dropbearmulti ${var} >> ${USBNET_LOG} 2>&1 || exit ${ERR}
blaser is offline   Reply With Quote