Differences
This shows you the differences between two versions of the page.
|
faq:faq [2011/03/16 21:55] robk Mentioning the possibility of using a tunnel such as OpenVPN to allow routing of multicast between subnets |
faq:faq [2011/03/16 22:07] (current) robk using /etc/init.d/ on Debian is deprecated, use invoke-rc.d instead |
||
|---|---|---|---|
| Line 59: | Line 59: | ||
| * Edit the file /etc/default/mediatomb | * Edit the file /etc/default/mediatomb | ||
| * Change NO_START="yes" to NO_START="no" | * Change NO_START="yes" to NO_START="no" | ||
| - | * run "sudo /etc/init.d/mediatomb start" | + | * run this command: |
| + | <code>sudo invoke-rc.d mediatomb start</code> | ||
| Mediatomb should now be running, and will be started automatically at boot. | Mediatomb should now be running, and will be started automatically at boot. | ||
| Line 65: | Line 66: | ||
| * MediaTomb is now using /etc/mediatomb/config.xml , not the one in ~/.mediatomb. | * MediaTomb is now using /etc/mediatomb/config.xml , not the one in ~/.mediatomb. | ||
| * MediaTomb runs as the user:group mediatomb:mediatomb now, so make sure the permissions on you files/dirs are set right. | * MediaTomb runs as the user:group mediatomb:mediatomb now, so make sure the permissions on you files/dirs are set right. | ||
| - | |||
| == Ubuntu == | == Ubuntu == | ||
News Feed