Thread
:
Fremantle/N900 - Problems with MADDE installed by root
View Single Post
ansoni
2010-01-07 , 20:33
Posts: 10 | Thanked: 2 times | Joined on Jan 2010
#
5
The command not found looks like a PATH issue when your sudo gets its root shell. Updating the root profile /root/.bash_profile to set the PATH variable would fix that. Also, giving an absolute path to mad-admin in the sudo command would work as well.
PATH=/home/neil/bin:$PATH;export PATH
My vote would be to fix the permissions. You can do that with a recurisve chown(chown -R neil /home/neil)
Quote & Reply
|
The Following User Says Thank You to ansoni For This Useful Post:
finlaybob
ansoni
View Public Profile
Send a private message to ansoni
Find all posts by ansoni