Package: byobu
Version: 2.80-1
Severity: normal
In /var/run/screen/ can exist directory, what left from deleted users.
In my case
drwx------ 2 1002 1004 88 Фев 8 22:05 S-bat
Patch in attach
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'unstable'), (500,
'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.35.7 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages byobu depends on:
ii debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii gettext-base 0.18.1.1-3 GNU Internationalization utilities
ii python 2.6.6-3+squeeze2 interactive high-level object-orie
ii python-newt 0.52.11-1 A NEWT module for Python
ii screen 4.0.3-14 terminal multiplexor with VT100/AN
byobu recommends no packages.
Versions of packages byobu suggests:
pn apport <none> (no description available)
ii lsb-release 3.2-23.1 Linux Standard Base version report
ii po-debconf 1.0.16+nmu1 tool for managing templates file t
ii update-notif 0.99.3debian8 Files shared between update-notifi
ii vim 2:7.3.035+hg~8fdc12103333-1 Vi IMproved - enhanced vi editor
ii vim-gtk [vim 2:7.3.035+hg~8fdc12103333-1 Vi IMproved - enhanced vi editor -
ii w3m 0.5.2-9 WWW browsable pager with excellent
-- debconf information excluded
--- postinst.orig 2011-02-08 22:38:02.000000000 +0100
+++ postinst 2011-02-08 22:50:11.000000000 +0100
@@ -23,6 +23,7 @@
[ -d "$d" ] || continue
touch "$d/$PKG.reload-required"
u=$(echo "$d" | sed "s:^.*/S-::")
+ id $u 2> /dev/null 1>&2 || continue
chown $u "$d/$PKG.reload-required"
chmod 700 "$d/$PKG.reload-required"
done