Displaying 1 result from an estimated 1 matches for "smf_managed".
Did you mean:
nm_managed
2009 Aug 05
11
[Bug 1628] New: /var/run/sshd.pid file collisions...
...ponent: Build system
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: mike.ellis at fmr.com
If I install sshd (using the SMF manifest) option and want to run it on
a different port (say for some chroot/sftp action) I end up generating
pid-file collisions between the existing SMF_managed Solaris-SSHd.
making the following change in: /lib/svc/method/site/opensshd
PIDFILE=$piddir/opensshd.pid
does NOT appear to solve the problem. (that PIDFILE variable seems to
be entirely ignored)
--
doing the following in the config-file DOES solve the pid-issue...
/opt/OpenSSH//etc/sshd_confi...