I tried update-rc.d -n -f rygel remove but rygel is still running. I do not know what runs rygel, but once started (a part of) the problem is the dynamical configuration of the interface. The patch below avoids having rygel listening on tcp on my internet IP. I do not know if the udp sockets are to be considered as unsecure.
root@IPhT-IA-004976:/etc# git diff -U0 rygel.conf diff --git a/etc/rygel.conf b/etc/rygel.conf index b0b61f8..2dc80d3 100644 --- a/etc/rygel.conf +++ b/etc/rygel.conf @@ -50 +50 @@ picture-upload-folder=@PICTURES@ -interface= +interface=lo root@IPhT-IA-004976:/etc# root@IPhT-IA-004976:/etc# netstat -lp|egrep rygel tcp 0 0 localhost:35047 *:* LISTEN 5780/rygel udp 0 0 ipht-ia-004976.ex:44844 *:* 5780/rygel udp 0 0 localhost:34138 *:* 5780/rygel udp 0 0 239.255.255.250:1900 *:* 5780/rygel udp 0 0 ipht-ia-004976.ext:1900 *:* 5780/rygel udp 0 0 239.255.255.250:1900 *:* 5780/rygel udp 0 0 localhost:1900 *:* 5780/rygel root@IPhT-IA-004976:/etc# -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

