| Summary: | net-misc/openssh-5.9_p1-r4 creates PID-file in wrong place | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Azamat H. Hackimov <azamat.hackimov> |
| Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | emerge --info | ||
*** This bug has been marked as a duplicate of bug 435668 *** |
Created attachment 341856 [details] emerge --info Current stable openssh 5.9_p1-r4 in fresh installed system creates PID-file in /etc/ssh directory, but should in /var/run. As result, sshd stops with errors: /etc/init.d/sshd restart * Stopping sshd ... * start-stop-daemon: fopen `/var/run/sshd.pid': No such file or director [ ok ] * Starting sshd ... [ ok ] In unstable openssh 6.1 ebuild have econf option "--with-pid-dir=/var/run" that 5.9_p1-r4 don't have, so stable version uses default value /etc/ssh/.