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 Michael Biebl
Hi Guido, for all my replies, keep in mind, that I don't have any idea what serverspec is or does... Am 17.01.2018 um 15:25 schrieb Guido Günther: > On Wed, Jan 17, 2018 at 02:59:07PM +0100, Michael Biebl wrote: >> Am 17.01.2018 um 14:15 schrieb Guido Günther: >> Hm, I'm not quite convinced we

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 be invoked with --no-pager, otherwise it might

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

2018-01-17 Thread Michael Biebl
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 be invoked with --no-pager, otherwise it might > hang on non-interactive command. This was observed running serverspec's > >describe

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 }