Bug#709780: [Pkg-systemd-maintainers] Bug#709780: Bug#709780: Bug#709780: Bug#709780: Provide a way to not start a daemon on boot

2013-08-10 Thread Michael Stapelberg
Hi Michael, Michael Biebl writes: > a/ For a service with sysv + native service, where the service is > masked, we still run the update-rc.d call but then fail when trying to > modify the native service: > > root@pluto:/etc# systemctl mask kbd.service > ln -s '/dev/null' '/etc/systemd/system/kbd.

Bug#709780: [Pkg-systemd-maintainers] Bug#709780: Bug#709780: Bug#709780: Bug#709780: Provide a way to not start a daemon on boot

2013-08-10 Thread Michael Biebl
Am 09.08.2013 20:30, schrieb Michael Stapelberg: > Hi Michael, > > Michael Biebl writes: >> We should probably add test cases for these different use cases, i.e. >> - SysV-only services >> - systemd-only services >> - services with both SysV and native service files > That would be good, but it’s

Bug#709780: [Pkg-systemd-maintainers] Bug#709780: Bug#709780: Bug#709780: Provide a way to not start a daemon on boot

2013-08-09 Thread Michael Stapelberg
Hi Michael, Michael Biebl writes: > We should probably add test cases for these different use cases, i.e. > - SysV-only services > - systemd-only services > - services with both SysV and native service files That would be good, but it’s not a priority for me currently. The test matrix is simple e

Bug#709780: [Pkg-systemd-maintainers] Bug#709780: Bug#709780: Bug#709780: Provide a way to not start a daemon on boot

2013-08-09 Thread Michael Biebl
Am 09.08.2013 19:28, schrieb Michael Biebl: > > Hm, with systemctl disable rsyslog.service, systemctl will no longer act > on the native service file, but only removes the SysV symlinks. > So I don't think it works as expected, yet. > > I also noticed, that you are using update-rc.d defaults|remo

Bug#709780: [Pkg-systemd-maintainers] Bug#709780: Bug#709780: Bug#709780: Provide a way to not start a daemon on boot

2013-08-09 Thread Michael Biebl
Am 09.08.2013 19:18, schrieb Michael Stapelberg: > Hi Michael, > > Michael Biebl writes:> >> Running systemctl enable|disable for a service which has both a native >> .service file *and* a SysV/LSB init script results in systemctl only >> acting on the native service. >> >> root@pluto:/etc# ls rc

Bug#709780: [Pkg-systemd-maintainers] Bug#709780: Bug#709780: Bug#709780: Provide a way to not start a daemon on boot

2013-08-09 Thread Michael Stapelberg
Hi Michael, Michael Biebl writes:> > Running systemctl enable|disable for a service which has both a native > .service file *and* a SysV/LSB init script results in systemctl only > acting on the native service. > > root@pluto:/etc# ls rc?.d/???rsyslog > rc0.d/K04rsyslog rc1.d/K04rsyslog rc2.d/S

Bug#709780: [Pkg-systemd-maintainers] Bug#709780: Bug#709780: Bug#709780: Provide a way to not start a daemon on boot

2013-08-09 Thread Michael Biebl
Am 08.08.2013 21:36, schrieb Michael Stapelberg: > AFAICT, there is nothing we need to change. Please correct me if I’m > wrong. Running systemctl enable|disable for a service which has both a native .service file *and* a SysV/LSB init script results in systemctl only acting on the native service.

Bug#709780: [Pkg-systemd-maintainers] Bug#709780: Bug#709780: Provide a way to not start a daemon on boot

2013-08-08 Thread Michael Stapelberg
Hi Michael, Michael Biebl writes: > As discussed on IRC: What this patch does, is forward requests for > LSB-only services to update-rc.d. Nope, it forwards all requests to update-rc.d :). The log_info line said otherwise, but I changed that in http://anonscm.debian.org/gitweb/?p=pkg-systemd/syst

Bug#709780: [Pkg-systemd-maintainers] Bug#709780: Bug#709780: Provide a way to not start a daemon on boot

2013-08-01 Thread Michael Biebl
Am 29.07.2013 22:07, schrieb Michael Stapelberg: > control: tags -1 + pending > > Hi Michael, > > Michael Biebl writes: >> Could you rebase the patch on top of the debian-experimental branch? > Done, and pushed it to debian-experimental directly. As discussed on IRC: What this patch does, is fo

Bug#709780: [Pkg-systemd-maintainers] Bug#709780: Provide a way to not start a daemon on boot

2013-07-29 Thread Michael Stapelberg
control: tags -1 + pending Hi Michael, Michael Biebl writes: > Could you rebase the patch on top of the debian-experimental branch? Done, and pushed it to debian-experimental directly. -- Best regards, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subj

Bug#709780: [Pkg-systemd-maintainers] Bug#709780: Provide a way to not start a daemon on boot

2013-07-24 Thread Michael Biebl
Am 19.07.2013 21:34, schrieb Michael Stapelberg: > control: tag -1 + patch > > Hi Michael, > > Michael Biebl writes: Atm systemctl enable|disable does only operate on native .service files. Michael Stapelberg has prepared patches to forward such enable requests to update-rc.d for

Bug#709780: Provide a way to not start a daemon on boot

2013-07-19 Thread Michael Stapelberg
control: tag -1 + patch Hi Michael, Michael Biebl writes: >>> Atm systemctl enable|disable does only operate on native .service files. >>> Michael Stapelberg has prepared patches to forward such enable requests >>> to update-rc.d for SysV services (and vice versa). Attached the patch to have it

Bug#709780: Provide a way to not start a daemon on boot

2013-05-25 Thread Michael Biebl
found 709780 44-11 retitle 709780 Make systemctl disable|enable work for SysV init scripts found Am 25.05.2013 18:34, schrieb Vincent Bernat: > ❦ 25 mai 2013 16:25 CEST, Michael Biebl : > Yeah, the interface to use for that is update-rc.d foo disable|enable > This does not se

Bug#709780: Provide a way to not start a daemon on boot

2013-05-25 Thread Vincent Bernat
❦ 25 mai 2013 16:25 CEST, Michael Biebl  : >>> Yeah, the interface to use for that is >>> update-rc.d foo disable|enable >>> This does not seem to work with systemd. >>> >>> Exactly the same command exists for systemd: >>> systemctl enable|disable foo.service >>> >>> That command creates the

Bug#709780: Provide a way to not start a daemon on boot

2013-05-25 Thread Michael Biebl
Am 25.05.2013 16:18, schrieb Vincent Bernat: > ❦ 25 mai 2013 15:53 CEST, Michael Biebl : > >>> With classis SysV init, we can prevent a daemon to be started on boot >>> by replacing the symlink from S* to K* in the appropriate >>> runlevel. >> >> Yeah, the interface to use for that is >> update-

Bug#709780: Provide a way to not start a daemon on boot

2013-05-25 Thread Vincent Bernat
❦ 25 mai 2013 15:53 CEST, Michael Biebl  : >> With classis SysV init, we can prevent a daemon to be started on boot >> by replacing the symlink from S* to K* in the appropriate >> runlevel. > > Yeah, the interface to use for that is > update-rc.d foo disable|enable > >> This does not seem to work

Bug#709780: Provide a way to not start a daemon on boot

2013-05-25 Thread Vincent Bernat
Package: systemd Version: 44-11 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi! With classis SysV init, we can prevent a daemon to be started on boot by replacing the symlink from S* to K* in the appropriate runlevel. This does not seem to work with systemd. Therefore, we