Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14606] New: in openssh, if sshd script is disabled, restart function doesn't work

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14606] New: in openssh, if sshd script is disabled, restart function doesn't work
  • Date: 25 Jul 2008 21:08:17 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14606

Summary: in openssh, if sshd script is disabled, restart function
doesn't work
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: crypto
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: julien AT rozo.org


While casting openssh, I installed sshd init script, but didn't enabled it.

If I do "telinit run sshd {start,stop}", it works flawlessly.

But if I run a "telinit run sshd restart", the script exits with this error :

sshd: Reloading sshd...
/etc/init.d/runlevels/%3/sshd: line 30: /etc/init.d/runlevels/%3/sshd:
Permission non accordée

which means the script is not executable.

Line 30 calls "$0 start" : maybe the way the script calls itself in restart
function needs to be reworked.


Doing a "chmod +x /etc/init.d/runlevels/%3/sshd" solves the problem.


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



Archive powered by MHonArc 2.6.24.

Top of Page