[Touch-packages] [Bug 1555171] Re: systemd does not shut down rsyslog

2018-06-04 Thread Mrten
expected behaviour:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815862#10

** Bug watch added: Debian Bug tracker #815862
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815862

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsyslog in Ubuntu.
https://bugs.launchpad.net/bugs/1555171

Title:
  systemd does not shut down rsyslog

Status in rsyslog package in Ubuntu:
  Confirmed

Bug description:
  This bug is 100% reproducible.

  Example output:

  Script started on Wed 09 Mar 2016 10:04:42 AM EST
  root@flea:/etc/init.d# ps -ef | grep rsyslog
  syslog5219 1  0 10:04 ?00:00:00 /usr/sbin/rsyslogd -n
  root  5240  5227  0 10:04 pts/000:00:00 grep --color=auto 
  root@flea:/etc/init.d# systemctl stop rsyslog 
  Warning: Stopping rsyslog.service, but it can still be activated by:
syslog.socket
  root@flea:/etc/init.d# systemctl stop syslog 
  Warning: Stopping syslog.service, but it can still be activated by:
syslog.socket
  root@flea:/etc/init.d# systemctl stop rsyslogd
  Failed to stop rsyslogd.service: Unit rsyslogd.service not loaded.
  root@flea:/etc/init.d# ps -ef | grep rsyslog
  syslog5254 1  0 10:05 ?00:00:00 /usr/sbin/rsyslogd -n
  root  5263  5227  0 10:05 pts/000:00:00 grep --color=auto 
  root@flea:/etc/init.d# exit

  Script done on Wed 09 Mar 2016 10:05:12 AM EST

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1555171/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1555171] Re: systemd does not shut down rsyslog

2017-02-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: rsyslog (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsyslog in Ubuntu.
https://bugs.launchpad.net/bugs/1555171

Title:
  systemd does not shut down rsyslog

Status in rsyslog package in Ubuntu:
  Confirmed

Bug description:
  This bug is 100% reproducible.

  Example output:

  Script started on Wed 09 Mar 2016 10:04:42 AM EST
  root@flea:/etc/init.d# ps -ef | grep rsyslog
  syslog5219 1  0 10:04 ?00:00:00 /usr/sbin/rsyslogd -n
  root  5240  5227  0 10:04 pts/000:00:00 grep --color=auto 
  root@flea:/etc/init.d# systemctl stop rsyslog 
  Warning: Stopping rsyslog.service, but it can still be activated by:
syslog.socket
  root@flea:/etc/init.d# systemctl stop syslog 
  Warning: Stopping syslog.service, but it can still be activated by:
syslog.socket
  root@flea:/etc/init.d# systemctl stop rsyslogd
  Failed to stop rsyslogd.service: Unit rsyslogd.service not loaded.
  root@flea:/etc/init.d# ps -ef | grep rsyslog
  syslog5254 1  0 10:05 ?00:00:00 /usr/sbin/rsyslogd -n
  root  5263  5227  0 10:05 pts/000:00:00 grep --color=auto 
  root@flea:/etc/init.d# exit

  Script done on Wed 09 Mar 2016 10:05:12 AM EST

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1555171/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1555171] Re: systemd does not shut down rsyslog

2016-03-09 Thread msp3k
Nevermind.  Apparently "systemctl stop " doesn't do what I
thought it should do.  Rsyslogd can be stopped with:

systemctl disable rsyslog
systemctl stop rsyslog

After issuing the disable command, the stop command worked as I
expected.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsyslog in Ubuntu.
https://bugs.launchpad.net/bugs/1555171

Title:
  systemd does not shut down rsyslog

Status in rsyslog package in Ubuntu:
  New

Bug description:
  This bug is 100% reproducible.

  Example output:

  Script started on Wed 09 Mar 2016 10:04:42 AM EST
  root@flea:/etc/init.d# ps -ef | grep rsyslog
  syslog5219 1  0 10:04 ?00:00:00 /usr/sbin/rsyslogd -n
  root  5240  5227  0 10:04 pts/000:00:00 grep --color=auto 
  root@flea:/etc/init.d# systemctl stop rsyslog 
  Warning: Stopping rsyslog.service, but it can still be activated by:
syslog.socket
  root@flea:/etc/init.d# systemctl stop syslog 
  Warning: Stopping syslog.service, but it can still be activated by:
syslog.socket
  root@flea:/etc/init.d# systemctl stop rsyslogd
  Failed to stop rsyslogd.service: Unit rsyslogd.service not loaded.
  root@flea:/etc/init.d# ps -ef | grep rsyslog
  syslog5254 1  0 10:05 ?00:00:00 /usr/sbin/rsyslogd -n
  root  5263  5227  0 10:05 pts/000:00:00 grep --color=auto 
  root@flea:/etc/init.d# exit

  Script done on Wed 09 Mar 2016 10:05:12 AM EST

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1555171/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1555171] Re: systemd does not shut down rsyslog

2016-03-09 Thread msp3k
This is on Ubuntu Server 16.04 beta

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsyslog in Ubuntu.
https://bugs.launchpad.net/bugs/1555171

Title:
  systemd does not shut down rsyslog

Status in rsyslog package in Ubuntu:
  New

Bug description:
  This bug is 100% reproducible.

  Example output:

  Script started on Wed 09 Mar 2016 10:04:42 AM EST
  root@flea:/etc/init.d# ps -ef | grep rsyslog
  syslog5219 1  0 10:04 ?00:00:00 /usr/sbin/rsyslogd -n
  root  5240  5227  0 10:04 pts/000:00:00 grep --color=auto 
  root@flea:/etc/init.d# systemctl stop rsyslog 
  Warning: Stopping rsyslog.service, but it can still be activated by:
syslog.socket
  root@flea:/etc/init.d# systemctl stop syslog 
  Warning: Stopping syslog.service, but it can still be activated by:
syslog.socket
  root@flea:/etc/init.d# systemctl stop rsyslogd
  Failed to stop rsyslogd.service: Unit rsyslogd.service not loaded.
  root@flea:/etc/init.d# ps -ef | grep rsyslog
  syslog5254 1  0 10:05 ?00:00:00 /usr/sbin/rsyslogd -n
  root  5263  5227  0 10:05 pts/000:00:00 grep --color=auto 
  root@flea:/etc/init.d# exit

  Script done on Wed 09 Mar 2016 10:05:12 AM EST

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1555171/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp