Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
I installed funplug 0.5 successfully. I also installed all the packages successfully with funpkg -i *.tgz and funpkg -u xxx.tgz (for those packages installed with funplug 0.5).
Then, upon root login via SSH, $PATH showed /bin/sh and not /ffp/bin/sh. Also, funpkg and many others would return error message indicating command not found or similar.
However, telnet login was fine and in /ffp/bin/sh.
I tried to change shell:
usermod -s /ffp/bin/sh root
or
chsh -s /ffp/bin/sh root
Both did not do the job.
Any advice?
Thanks.
Offline
I registered on the forum just to help you out, as I just spent 4 hours in angst over this. :-)
Edit: MNT/HD_a2/fun_plug
Make sure the first lines includes:
#!/bin/sh
PATH=/ffp/sbin:/ffp/bin
I have NO idea how they disappeared or when, but when comparing (file, by file, by file) with a vanilla installation I found that annoying gem straight in my face. Hope it helps ya.
Offline
Oh. Be careful not to change the rights or owner on the file when you edit it..
Offline
Pages: 1