Page 1 of 1

Lost samyGOso in the path.

Posted: Wed May 13, 2015 5:47 pm
by miazza
I do not know what I did, possibly in FTP by mistake I moved something without realize it.
The fact is that now samyGOso seems not anymore in the path and is not executed from init script.

How can I solve the issue.

The file is still in

Code: Select all

/mnt/etc/opt/privateer/usr/bin/
.
Everything works fine except the fact that any command gives back samyGOso not found....

Re: Lost samyGOso in the path.

Posted: Wed May 13, 2015 5:48 pm
by miazza
miazza wrote:I do not know what I did, possibly in FTP by mistake I moved something without realize it.
The fact is that now samyGOso seems not anymore in the path and is not executed from init script.

How can I solve the issue.

The file is still in

Code: Select all

/mnt/etc/opt/privateer/usr/bin/
.
Everything works fine except the fact that any command gives back samyGOso not found....

Code: Select all

VDLinux#> echo $PATH
/mnt/opt/privateer/sbin:/mnt/opt/privateer/bin:/mnt/opt/privateer/usr/bin:/mnt/opt/privateer/usr/sbin:/mnt/sbin:/mnt/bin:/mnt/usr/bin:/mnt/usr/sbin:/tmp/bin:/usr/sbin:/usr/bin:/bin:/sbin:/etc/Scripts:/util:/mtd_appdata/Runtime/bin

WOW .... it seems I have moved all the content of opt under etc... The right path should be /mnt/opt/privateer/usr/bin/samyGOso

I reverted and now is ok. quite dangerous...
SOLVED