FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › Firefly now running on unmodifed Linkstation Live/Pro
- This topic has 36 replies, 12 voices, and was last updated 16 years, 9 months ago by Anonymous.
-
AuthorPosts
-
29/07/2007 at 12:28 PM #11751KaitenParticipant
@taalas wrote:
All is well now, web interface gives errors sometimes when writing a new password or server name (Error500:adminpass e.g.) but I think this is Firefly-related.
It is π
29/07/2007 at 10:34 PM #11752taalasParticipantPhew π good to knew, I was guessing there π
09/08/2007 at 9:02 AM #11753cezzaParticipant@bawbagg wrote:
I’ve been able to get Firefly running on my unmodded Linkstation Live (with a 500GB disk π ).
[edit]
I posted a detailed howto on the Linkstation forums – thread is http://forum.linkstationwiki.net/viewtopic.php?f=39&t=3509
Just wanted to say that this is by far the easiest set of instructions for getting Firefly running on a NAS (and specifically the Linkstation) that I’ve seen. Thank you for taking the time to produce them.
I’ve been playing around with the idea of getting a NAS device for my Roku Soundbridge for some time now, and this solution fits…
10/08/2007 at 11:29 PM #11754cezzaParticipant@bawbagg wrote:
I posted a detailed howto on the Linkstation forums – thread is http://forum.linkstationwiki.net/viewtopic.php?f=39&t=3509
I’ve been playing with the Firefly package that’s detailed in the howto, and determined that /etc/init.d/firefly doesn’t support the restart parameter. This can be fixed by editing /etc/init.d/firefly and changing this:
restart)
stop
start
;;To this:
restart)
$0 stop
$0 start
;;I guess for convention’s sake /etc/init.d/firefly should be renamed /etc/init.d/firefly.sh…
Also, having looked at one of Kaiten’s posts elsewhere (and assuming the above edit has been made and that /etc/init.d/firefly has been renamed /etc/init.d/firefly.sh), I’ve determined that you can set daemonwatcher to automatically restart Firefly it it’s stopped running by adding the following to /etc/daemonwatch.list:
/var/run/mt-daapd.pid /etc/init.d/firefly.sh restart
07/10/2007 at 8:13 PM #11755Sam1ParticipantThanks for the excellent instructions on the Linkstation. Worked first time except for the problem with the configuration file. I cannot edit this from the web interface as posted on this thread. I have tried changing the permissions on the mt-daapt.conf file through telnet using the chmod 777 mt-daapd.conf still no joy…
Any ideas?
09/10/2007 at 3:45 AM #11756rpeddeParticipant@Sam1 wrote:
Thanks for the excellent instructions on the Linkstation. Worked first time except for the problem with the configuration file. I cannot edit this from the web interface as posted on this thread. I have tried changing the permissions on the mt-daapt.conf file through telnet using the chmod 777 mt-daapd.conf still no joy…
Any ideas?
What does it do?
09/10/2007 at 8:11 PM #11757Sam1ParticipantSorry 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?
10/10/2007 at 12:53 AM #11758rpeddeParticipant@Sam1 wrote:
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?
The only thing I can think is that maybe that’s not the config file you think it is. Is that really the same config file that it says is the config file in the web interface?
What’s the full path?
10/10/2007 at 6:55 PM #11759Sam1ParticipantHi Ron, Sorry for the delay in reply……it’s the time difference.
The path in the web config is [Config File Location /etc/mt-daapd/mt-daapd.conf]
C[/quote]
11/10/2007 at 4:45 AM #11760 -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.