[Bug 1628] New: /var/run/sshd.pid file collisions...

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Aug 5 14:25:13 EST 2009


https://bugzilla.mindrot.org/show_bug.cgi?id=1628

           Summary: /var/run/sshd.pid file collisions...
           Product: Portable OpenSSH
           Version: 5.2p1
          Platform: Other
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: 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_config

    PidFile /var/run/opensshd.pid

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list