View Single Post
Old 05-29-2018, 03:47 PM   #258
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by hfpop View Post
Yes, Update 2 is already on. I did not install telnet and ftp as I assumed they are not necessary, since they use different ports as compared to ssh and sftp.

I will try to go with the KevinShort package. What about the vlasovsoft folder? Is it …/usbnet or …/dropbear?
Both should work. This is how KSM tries to find the location:

Code:
  if [ -e /mnt/onboard/.adds/vlasovsoft/launcher ]; then
    vlasovsoftbasedir=/mnt/onboard/.adds/vlasovsoft
  elif [ -e /mnt/onboard/.kobo/vlasovsoft/launcher ]; then
    vlasovsoftbasedir=/mnt/onboard/.kobo/vlasovsoft
  fi
Code:
  if [ -x ${vlasovsoftbasedir}/dropbear/dropbear ]; then
    vlasovsoft_dropbear=${vlasovsoftbasedir}/dropbear
  elif [ -x ${vlasovsoftbasedir}/usbnet/dropbear ]; then
    vlasovsoft_dropbear=${vlasovsoftbasedir}/usbnet
  fi
tshering is offline   Reply With Quote