0 Mitglieder und 1 Gast betrachten dieses Thema.
~ $ rygel -sEntfernte Rygel-Instanz wird beendet
systemctl status rygel
systemctl status rygel● rygel.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead)
in startprogramme wird er sicher nicht stecken... oder?
pulseaudio-dlna
dann wird er vielleicht in /etc/rcS.d oder rc2.d gestartet...
alternativ.. den stop befehl in startprogramme (sudo wird ja nicht gebraucht) oder rc.local setzen,damit er beim start gleich wieder beendet wird dann kannst du später ja mit einem starter starten.
auch nicht in den anderen rcX.d verzeichnissen?evtl. in /etc/xdg/autostartoder einfach mal in synaptic bei rygel > eigenschaften > installierte dateien schauen.. das könnte auch erhellen systemd shutdown service steht ja genau auf meiner page.
/usr/share/doc/rygel/examples/service/service/upstart
description "Rygel UPnP-AV/DLNA server"start on (local-filesystems and net-device-up IFACE!=lo)stop on runlevel [!2345]respawnrespawn limit 10 5umask 022console logsetuid rygelsetgid rygelenv HOME="/home/rygel"#exec /usr/bin/wrap-dbus /usr/bin/rygelexec /usr/bin/rygel
/usr/share/doc/rygel/examples/service/service/systemd
[Unit]Description=Rygel DLNA serverAfter=syslog.target[Service]User=rygelGroup=rygelExecStart=/usr/bin/rygel# ExecStart=/usr/bin/wrap-dbus /usr/bin/rygel[Install]WantedBy=multi-user.target
# Configuration file for Rygel# General configuration options[general]# Set it to 'false' if you want to only use the streaming part of Rygel and/or# don't want it to advertize itself on the UPnP network. If you want to# completely disable rygel, just don't run it then. :)upnp-enabled=true# Set it to 'false' if you want to disable transcoding support.enable-transcoding=true# Where video files should be saved if allow-upload is true.# Defaults to @VIDEOS@, the standard videos folder (typically ${HOME}/Videos).video-upload-folder=@VIDEOS@# Where music files should be saved if allow-upload is true# Defaults to @MUSIC@, the standard music folder (typically ${HOME}/Music).music-upload-folder=@MUSIC@# Where picture files should be saved if allow-upload is true# Defaults to @PICTURES@, the standard picture folder (typically ${HOME}/Pictures).picture-upload-folder=@PICTURES@# Default media engine to load. If not specified, the engine directory is# searched recursively and the first engine found is loaded.media-engine=librygel-media-engine-gst.so# List of network interfaces to attach rygel to. You can also use network IP or# even ESSID for wireless networks on Linux. Leave it blank for dynamic# configuration.interface=# The port to run HTTP server on. 0 means dynamic.port=0# Comma-separated list of domain:level pairs to specify log level thresholds for# individual domains. domain could be either 'rygel', name of a plugin or '*'# for all domains. Allowed levels are:## 1=critical# 2=error# 3=warning# 4=message/info# 5=debuglog-level=*:4# Allow upload of media files?allow-upload=true# Allow deletion of media folders and files?allow-deletion=true# Semicolon-separated list of device user-agents (or parts thereof) that need# a downgrade in the UPnP device versions# WARNING /!\: Only change this setting when told to do so or when you know# what you're doing. If you find that adding your device makes it# working with Rygel, please file a bug at# https://bugzilla.gnome.org/enter_bug.cgi?product=Rygel&component=IOP# so we can include it in future releases.#force-downgrade-for=Allegro-Software-WebClient;SEC_HHP;SEC HHP;Mediabolic-IMHTTP/1;TwoPlayer;Reciva;FDSSDP;Portable SDK for UPnP devices;Darwin# Plugin specific sections## Some options are generic and some are specific to each plugin.# The generic ones are:## * enabled: As the name suggests, to enable or disable the plugin.# * title: The title of the plugin to advertise to UPnP clients. This can# contain the following automatically substituted keywords:# * @REALNAME@: The real name of the user as returned by# g_get_real_name() function of glib library.# * @USERNAME@: The user name of the user as returned by# g_get_user_name() function of glib library.# * @HOSTNAME@: The host name of the machine rygel is running on, as# returned by g_get_host_name() function of glib library.## Options related to the used media backend.# The options shown in this configuration file are specific to GStreamer.[GstMediaEngine]# List of active transcoders. To disable one, remove from list.transcoders=mp3;lpcm;mp2ts;wmv;aac;avc# Options that apply to the renderer framework in general[Renderer]# Default showtime in seconds to use for images in playlists if dlna:lifetime# is not set. DLNA wants something between 5 and 15 seconds.image-timeout = 15[Tracker]enabled=trueshare-pictures=trueshare-videos=trueshare-music=truestrict-sharing=falsetitle=@REALNAME@'s media on @PRETTY_HOSTNAME@[MediaExport]enabled=truetitle=@REALNAME@'s media on @PRETTY_HOSTNAME@# List of URIs to export. Following variables are automatically substituted by# the appropriate XDG standard media folders by Rygel for you.## * @MUSIC@: The standard music folder (typically ${HOME}/Music).# * @VIDEOS@: The standard videos folder (typically ${HOME}/Videos).# * @PICTURES@: The standard pictures folder (typically ${HOME}/Pictures).#uris=@MUSIC@;@VIDEOS@;@PICTURES@extract-metadata=truemonitor-changes=truemonitor-grace-timeout=5virtual-folders=true[Playbin]enabled=truetitle=Audio/Video playback on @PRETTY_HOSTNAME@[ZDFMediathek]enabled=false# List of ids of broadcastsrss=1901618update-interval=1800[GstLaunch]enabled=falselaunch-items=audiotestsrc;videotestsrc;videotestoverlayaudiotestsrc-title=Audiotestsrcaudiotestsrc-mime=audio/x-wavaudiotestsrc-launch=audiotestsrc ! wavencvideotestsrc-title=Videotestsrcvideotestsrc-mime=video/mpegvideotestsrc-launch=videotestsrc ! avenc_mpeg2video ! mpegtsmuxvideotestoverlay-title=Videotestsrc with timeoverlay 2videotestoverlay-mime=video/mpegvideotestoverlay-launch=videotestsrc ! timeoverlay ! avenc_mpeg2video ! mpegtsmux[Test]enabled=false[ExampleServerPluginVala]enabled=false[ExampleServerPluginC]enabled=false[ExampleRendererPluginVala]enabled=false[ExampleRendererPluginC]enabled=false[MPRIS]enabled=false[External]enabled=false[Ruih]enabled=falsetitle=Rygel Remote UI Server
und in /.config/autostart/ steht das drin was in startprogramme eingetragen wurde..sollte also dort zu sehen und einfach zu deaktivieren sein...