Your message dated Tue, 28 Jul 2015 09:48:36 +0200
with message-id <[email protected]>
and subject line Re: Bug#793777: [ola] olad can't be prevented starting at boot
time
has caused the Debian Bug report #793777,
regarding [ola] olad can't be prevented starting at boot time
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
793777: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793777
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ola
Version: 0.9.7-1
Severity: normal
--- Please enter the report below this line. ---
When I start my computer, olad is running after booting, although
/etc/default/ola says:
RUN_DAEMON="false"
Last version, /etc/default/ola looked the same, but olad was also
started, anyway.
--- System information. ---
Architecture: amd64
Kernel: Linux 3.16.0-4-amd64
Debian Release: stretch/sid
500 testing-updates ftp.de.debian.org
500 testing www.deb-multimedia.org
500 testing security.debian.org
500 testing ftp.de.debian.org
--- Package information. ---
Package's Depends field is empty.
Package's Recommends field is empty.
Package's Suggests field is empty.
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
On Mon, Jul 27, 2015 at 02:46:28PM +0200, Michael Jarosch wrote:
> When I start my computer, olad is running after booting, although
> /etc/default/ola says:
>
> RUN_DAEMON="false"
>
> Last version, /etc/default/ola looked the same, but olad was also
> started, anyway.
The existence of that variable in the (original) Debian package was a
mistake, copied from the upstream packaging. This kind of variable,
especially if it defaults to false, is a menace and should be abolished.
If you don't want the daemon to run at startup, you should run:
update-rc.d olad disable
this will cause the initscript to be moved from an S script to a K
script, so that it will not, by default, run at startup (but it will
still start if you manually call the init script with the "start"
argument).
Regards,
--
It is easy to love a country that is famous for chocolate and beer
-- Barack Obama, speaking in Brussels, Belgium, 2014-03-26
--- End Message ---