Hide Forgot
Description of problem: Start sshd service and then stop it: [newman@dhcp-25-35 ~]$ sudo service sshd start Starting sshd: [ OK ] [newman@dhcp-25-35 ~]$ sudo service sshd stop Stopping sshd: Stopping sshd: [FAILED] Return code == 1. I verified sshd process was running after start() and is not running after stop(). Version-Release number of selected component (if applicable): openssh-5.3p1-62.el6.x86_64 How reproducible: always I'd expect stop() to return 1 when it actually terminates sshd process.
Well, I wanted this bug to be fixed in RHEL6 because it makes my test to fail. Can you be more verbose on why this bug should by closed from your point of view?
sorry
This bug may be caused by the fix of https://bugzilla.redhat.com/show_bug.cgi?id=698777 which is not a bug really and will be removed from the next build. If this test case passes with latest released openssh-5.3p1-52.el6_1.2 package this request should be closed as not a bug or something like that. Of course we can wait for next build and retest.
According to the reporter this bug is not reproducable with openssh-5.3p1-52.el6_1.2. We will retest with the latest openssh when it gets build to be sure though.
This bug is repaired by unrolling the init script change.