Reply To: Firefly now running on unmodifed Linkstation Live/Pro

#11757
Sam1
Participant

Sorry Ron, I should have given more detail. SVN-1586

When I go to the web interface and try to open the configuration page I get [Your config file is not writable, you can not change anything using this webpage]. All of the options are visible but not editable.

Telnet in to see what permissions are set

[root@HS-DHGL70A:/etc/mt-daapd# ls -l
-rw-r–r– 1 root root 8172 Oct 8 20:53 mt-daapd.conf]

I ran [chmod 0666 /dev/null] and checked the permissions. Results are: [crw-rw-rw- 1 root root 1, 3 Oct 10 2001 null]

I then ran [chmod 777 mt-daapd.conf] the results below.
[-rwxrwxrwx 1 root root 457 Sep 22 14:06 mt-daapd.conf]

Still not able to edit the configuration file from the web interface.

Am I doing anything stupid?