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