Bug#886914: systemd: Kernel Panic on systemctl daemon-relaod, unit enable/disable when libvirt vms are running

2018-03-17 Thread Guido Günther
On Sat, Mar 17, 2018 at 03:30:06AM +0100, Michael Biebl wrote: > On Thu, 11 Jan 2018 11:01:03 +0200 "Plamen K. Kosseff" > wrote: > > Package: systemd > > Version: 236-2 > > Severity: normal > > > > Dear Maintainer, > > > > > > This is new debian buster install on HP z600

Bug#887501: systemctl status should not use --pager

2018-01-19 Thread Guido Günther
Hi Michael, On Wed, Jan 17, 2018 at 04:19:58PM +0100, Michael Biebl wrote: [..snip..] > I quickly checked "service" from a Fedora installation. It doesn't seem > to use --no-pager (see the attached files). > > Does service really behave differently on other distros? At least the last CentOS and

Bug#887501: systemctl status should not use --pager

2018-01-17 Thread Guido Günther
Hi Michael, On Wed, Jan 17, 2018 at 02:59:07PM +0100, Michael Biebl wrote: > Am 17.01.2018 um 14:15 schrieb Guido Günther: > > Package: init-system-helpers > > Version: 1.51 > > Severity: normal > > Tags: patch > > > > Hi, > > systemctl status should b

Bug#887501: systemctl status should not use --pager

2018-01-17 Thread Guido Günther
Package: init-system-helpers Version: 1.51 Severity: normal Tags: patch Hi, systemctl status should be invoked with --no-pager, otherwise it might hang on non-interactive command. This was observed running serverspec's describe service('systemd-timesyncd') do it { should be_running }

Bug#887343: systemd-timesyncd does not start with DynamicUser=yes

2018-01-15 Thread Guido Günther
Hi, On Mon, Jan 15, 2018 at 11:24:33AM +0100, Michael Biebl wrote: > Am 15.01.2018 um 10:18 schrieb Guido Günther: > > Package: systemd > > Version: 236-3 > > Severity: normal > > File: systemd-timesyncd.service > > > > Hi, > > on a newly ins

Bug#887343: systemd-timesyncd does not start with DynamicUser=yes

2018-01-15 Thread Guido Günther
Package: systemd Version: 236-3 Severity: normal File: systemd-timesyncd.service Hi, on a newly installed (without installing recommends) system¹ systemd-timesyncd fails to start like $ systemctl status systemd-timesyncd ● systemd-timesyncd.service - Network Time Synchronization Loaded:

Bug#849316: machinctl: fails to list anything if a libvirt qemu container is running

2016-12-25 Thread Guido Günther
Package: systemd Version: 232-8 Severity: normal Tags: patch Hi, machinectl currently silently aborts if libvirt managed QEMU VMs are running and does not list anything. This is fixed in https://github.com/systemd/systemd/pull/4972 or https://github.com/systemd/systemd/pull/4978 Would be great

Re: Bug#828775: Support multiple patch queues branches

2016-07-29 Thread Guido Günther
On Thu, Jul 28, 2016 at 04:43:41PM +0200, Michael Biebl wrote: > Am 28.07.2016 um 16:39 schrieb Michael Biebl: > > Maybe Felipe's helper could be generalized and added to gbp pq, like > > gbp pq cherry-pick > > Or more generally gbp pq cherry-pick --before|after > > This will cherry-pick a

Re: [Pkg-libvirt-maintainers] Bug#766362: libvirt-daemon-system: fails to install

2014-10-23 Thread Guido Günther
On Thu, Oct 23, 2014 at 09:02:01AM +0300, Niko Tyni wrote: On Wed, Oct 22, 2014 at 04:58:03PM +0200, intrigeri wrote: Holger Levsen wrote (22 Oct 2014 14:06:05 GMT) : BEGIN failed--compilation aborted at /usr/bin/deb-systemd-helper line 85. ... which is shipped by the

Bug#759098: systemctl reload behaviour change between 204 and 208

2014-08-24 Thread Guido Günther
Package: systemd Version: 204-14 Severity: normal File: /bin/systemctl Hi, While in systemd 204 reloading a service that is stopped is a noop and exits with zero: # systemctl stop virtlockd.service systemctl reload virtlockd.service ; echo $? Warning: Stopping virtlockd.service, but it can

Bug#758809: deb-systemd-helper: Please support reload action

2014-08-21 Thread Guido Günther
Package: init-system-helpers Version: 1.20 Severity: wishlist File: /usr/bin/deb-systemd-helper Hi, I'd be nice if systemctl reload would be supported as in deb-systemd-helper like: if [ -d /run/systemd/system ] systemctl is-enabled service /dev/null; then systemctl reload