Hide Forgot
Description of problem: rsyslog process not stop when i move from init5 to init 3 when is checked as 3:off and 5:on (chkconfig) Version-Release number of selected component (if applicable): How reproducible: [root@fedora]# init 5 [if you are not] [root@fedora]# chkconfig --level 3 rsyslog off [root@fedora]# chkconfig --list |grep rsyslog rsyslog 0:off 1:off 2:on 3:off 4:on 5:on 6:off [root@fedora]# init 3 [root@fedora]# service rsyslog status rsyslogd (pid 1081) is running... Steps to Reproduce: 1. 2. 3. Actual results: process still running Expected results: rsyslog process should be stop Additional info: may be more process have this issue, i checked just rsyslog
Is this issue still relevant? What is the version of the rsyslog package?