J'ai ce souci là aussi actuellement. Je configure mes paramètres réseaux directement, comme j'ai toujours fait ,dans /etc/mediatomb.conf
## Network interface on which the server will run, you need to edit this!
MT_INTERFACE="wlan0"
## User defined command line options that may be passed to the server
MT_OPTIONS=""
## MediaTomb will be started on port 50500
MT_PORT="50505"
## MediaTomb will run as mediatomb
MT_USER="mediatomb"
MT_GROUP="mediatomb"
## Location of the PID file
MT_PIDFILE="/var/run/mediatomb.pid"
## Location of the log file
MT_LOGFILE="/var/log/mediatomb"
## Location of the config file/database
MT_HOME="/etc"
MT_CFGDIR="mediatomb"
Je fais un systemctl start mediatomb.service et systemctl status mediatomb.service
mediatomb.service - UPnP MediaServer
Loaded: loaded (/usr/lib/systemd/system/mediatomb.service; disabled)
Active: active (running) since lun. 2013-02-25 11:38:33 CET; 12min ago
Process: 6339 ExecStart=/usr/bin/mediatomb -d -u $MT_USER -g $MT_GROUP -P /run/mediatomb.pid -l $MT_LOGFILE -m $MT_HOME -f $MT_CFGDIR -p $MT_PORT -e $MT_INTERFACE (code=exited, status=0/SUCCESS)
Process: 6336 ExecStartPre=/usr/sbin/ifconfig $MT_INTERFACE allmulti (code=exited, status=0/SUCCESS)
Process: 6333 ExecStartPre=/usr/sbin/route add -net 239.0.0.0 netmask 255.0.0.0 $MT_INTERFACE (code=exited, status=7)
Main PID: 6340 (mediatomb)
CGroup: name=systemd:/system/mediatomb.service
└─6340 /usr/bin/mediatomb -d -u mediatomb -g mediatomb -P /run/mediatomb.pid -l /var/log/mediatomb -m /etc -f mediatomb -p 50505 -e wlan0
févr. 25 11:38:33 fedo-msi systemd[1]: Starting UPnP MediaServer...
févr. 25 11:38:33 fedo-msi route[6333]: SIOCADDRT: Le fichier existe
févr. 25 11:38:33 fedo-msi systemd[1]: Started UPnP MediaServer.
et quand je regarde de plus près mes log dans /var/log/mediatomb, ben je m'apperçois que la conf n'est pas retenu
2013-02-25 11:38:33 INFO: Configuration check succeeded.
2013-02-25 11:38:33 INFO: Initialized port: 49152
2013-02-25 11:38:33 INFO: Server bound to: 192.168.1.51
2013-02-25 11:38:33 INFO: MediaTomb Web UI can be reached by following this link:
2013-02-25 11:38:33 INFO: http://192.168.1.51:49152/
et j’atterris aussi sur le même d'identifiant à l'adresse
http://192.168.1.51:49152/ . C'est un mystère 😐