Quote Originally Posted by gratitude182 View Post

what do you mean with that?

....

i think i have a chrooted enivornment.

...

2 weeks ago i have changed the permissions in the opt/home/username ... but i don't know if i made something wrong....

grat182
There are subtle differences between starting a program via rc.local and a login shell. The primary difference is the PATH and LD_LIBRARY_PATH environment settings. If the problem disappears when starting from a login command prompt, then you've probably got a problem with one of them.

Regarding the chroot environment, if you haven't gone out of your way to enable it, then you're not running in such an environment. The reason why I asked is because /dev will disappear in a chrooted environment which could explain why the ftpd couldn't find /dev/nvram.

I doubt the permission change to /opt/home/username is in any way related to your problem.

- K.C.