View Single Post
Posts: 14 | Thanked: 7 times | Joined on May 2011
#152
Originally Posted by mrwormp View Post
load and saving is still not working with the above commands. the option of adding the ip address to the config file manually works tho
Hm...

It's strange because I can easily save and smartcam auto-loads on next start-up.

Only thing that pops in my mind is that your .conf file doesn't have the right permissions, let's try to fix that too:

type (as root):
Code:
chmod 777 /opt/smartcam_m5/bin/smartcam_m5.conf
That should give all permissions available to the file, not very pretty but it should work

Please let us know if it worked.

P.S. You can even try changing the owner of the file (I don't think it should be an issue though):

Also as root:
Code:
chown user:user /opt/smartcam_m5/bin/smartcam_m5.conf
 

The Following User Says Thank You to momcilosystem For This Useful Post: