tags #913364 -moreinfo -unreproducible
thanks

On Wed, Nov 21, 2018 at 04:28:40PM +0100, Marc Haber wrote:
> On Sun, Nov 18, 2018 at 01:27:53AM +0100, Adam Borowski wrote:
> > > Not a bug in Debian. Kindly fix Devuan bugs in Devuan.
> > 
> > Except that it _is_ a bug in Debian.  The Devuan package the submitter has
> > is unmodified (just like almost anything not related to systemd), and I just
> > reproduced the bug on pure Debian unstable (I don't use Devuan save for a
> > couple of containers that are hardly ever up).
> 
> I still don't understand what the bug _IS_. Make it easy to reproduce
> and I'll try. Give me riddles and I'll do things that are more fun than
> debugging sysv stuff.

I now see it:

zgadmin@test:~$ pstree -apl
init,1  
  |-atopacctd,1568
  |-cron,1386
  |   `-cron,1598
  |       `-sh,1599 -c if [ -d "/run/systemd/system" ]; then systemctl restart 
atop; else /usr/share/atop/atop.daily \\& ; fi
  |           `-atop,1600 -R -w /var/log/atop/atop_20181122 600
  |-dbus-daemon,1404 --system
  |-getty,1453 38400 tty2
  |-getty,1454 38400 tty3
  |-getty,1455 38400 tty4
  |-getty,1456 38400 tty5
  |-getty,1457 38400 tty6
  |-login,1452 --        
  |   `-bash,1462
  |-rsyslogd,1326
  |   |-{rsyslogd},1327
  |   |-{rsyslogd},1328
  |   `-{rsyslogd},1329
  |-sshd,1428
  |   `-sshd,1769
  |       `-sshd,1775
  |           `-bash,1776
  |               `-pstree,1781 -apl
  `-systemd-udevd,378
zgadmin@test:~$ 

the shell invoked by cron stays around. Sounds like a quoting hell issue.

Greetings
Marc

Reply via email to