[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Paket irmp3 macht probleme



Hallo Manfred,

Manfred Gil <m.gil@arcor.de> wrote:
> * Evgeni Golov [19.01.09 21:42]:
>
>> On Mon, 19 Jan 2009 20:25:54 +0100 Manfred Gil wrote:
>>
>> >   stop)
>> > 	echo -n "Stopping $DESC: "
>> > 	start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
>> > 		--exec $DAEMON
>> > 	echo "$NAME."
>> > 	;;
>>
>> hier mal den start-stop-daemon aufruf auf
>> start-stop-daemon --stop --quiet --oknodo --exec $DAEMON
>> ändern
>>
>
> Na das war wohl shiht. oder so
>
> Meldung nach dem Stoppen
>
> Debian:/home/manfred# /etc/init.d/irmp3 stop
> Stopping irmp3: start-stop-daemon: need at least one of --exec, --pidfile, --user or --name
> Try `start-stop-daemon --help' for more information.
> Debian:/home/manfred# /etc/init.d/irmp3 start
> Starting irmp3: irmp3.

Dann mache es kurz und schmerzlos und stelle sicher, dass irmp3d nicht
läuft, z. B. mit kill, und dann lege das init‐Skript einfach tot, indem
Du nach stop) exit 0 einträgst.

  stop)
exit 0
        echo -n "Stopping $DESC: "
        start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
                --exec $DAEMON
        echo "$NAME."

Du wirst dann beim Update allerdings gefragt, was mit den Änderungen
passieren soll, aber das ist nicht so schlimm, wähle einfach die neue
Datei und wirf die Änderungen weg.

Schöne Grüße, Jörg.
-- 
And 1.1.81 is officially BugFree(tm), so if you receive any bug-reports
on it, you know they are just evil lies.
            (Linus Torvalds)


Reply to: