Bug 104639 - sshd Restart Failure
Summary: sshd Restart Failure
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Network (show other bugs)
Version: Beta 1
Hardware: i686 SUSE Other
: P5 - None : Major
Target Milestone: ---
Assignee: Andreas Schwab
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-15 06:35 UTC by Gregory Taylor
Modified: 2005-08-16 11:54 UTC (History)
1 user (show)

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gregory Taylor 2005-08-15 06:35:24 UTC
I get the following error when trying to restart the sshd on SuSe 10.0 beta 1: 
 
linux:/etc/init.d # ./sshd restart 
Shutting down SSH daemon./sshd: line 74: killproc: command not found 
                                                                     failed 
Starting SSH daemon./sshd: line 64: startproc: command not found 
                                                                     failed 
Editing the file, I was able to remedy the problem by pointing 
to /sbin/killproc and /sbin/startproc rather than just referring to killproc 
and startproc as if they were in my path. So depending on how you want to fix 
this, a path entry can be added or an absolute path can be used. I'd almost 
suggest going with the absolute path since their locations are going to be 
constant and it'd avoid problems caused by people kludging with their $PATH 
variables.
Comment 1 Dr. Werner Fink 2005-08-16 09:32:06 UTC
IMHO no /sbin nor /usr/sbin in path after su
Comment 2 Andreas Schwab 2005-08-16 11:54:08 UTC
Use su -.