Bug #611
/etc/init.d/sshd does not stop ssh connections at shutdown
| Status: | Closed | Start date: | 04/28/2011 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 100% | ||
| Category: | Aports | |||
| Target version: | - | |||
| Affected versions: |
Description
_sshd_pids=$(pgrep "${SSHD_BINARY##*/}: .* \[priv]") does not match sessions like this:
16828 root 0:05 sshd: root@pts/0
25571 root 0:01 sshd: root@pts/1
temporary workaround: _sshd_pids=$(pgrep sshd) and add sshd to lbu include
This is critical since it cause /tmp partition to be in used (by ssh-agent socket) so file system remains in dirty state
History
#1
Updated by Natanael Copa 11 months ago
- Category set to Aports
- Status changed from Assigned to Resolved
- Assignee set to Natanael Copa
- % Done changed from 0 to 100
I believe this was fixed with e9382963d309f13507bf14b60a262b33c0c8c0ac
#2
Updated by Natanael Copa 11 months ago
- Status changed from Resolved to Closed