View Single Post
Posts: 395 | Thanked: 509 times | Joined on Jan 2011 @ Brisbane, Australia
#140
Originally Posted by Bratag View Post
Are you running as root. A quick strace of the app reveals that when you hit save it tries to open the conf file and gets a permission denied. However the error is not caught and returns a successful.

An easy way around this is go open an xterm

cd /opt/smartcam_m5/bin
touch smartcam_m5.conf
chmod 777 smartcam_m5.conf
As far as I can tell im not running as root.
Yeah, I didnt do any error checking I just had it cout when it shouldve written the file so I knew what was happening. I probably shouldve changed that.