Package: screen
Version: 4.0.3-0.3+b1
Severity: normal
Recently I switched RAMRUN=yes in /etc/default/rcS to make /var/lock/
available as a ram file system. Unfortunately it produces a side
effect for screen.
> screen -ls
Cannot make directory '/var/run/screen': Permission denied
It is understandable because screen is setgid of utmp, and /var/run has
permissions 0755 and owner of root.root.
The simplest way to get rid of it to create /var/run/screen
in /etc/init.d/screen-cleanup script.
Something like this
if [ ! -d $SCREENDIR ]; then
mkdir -m 0777 $SCREENDIR
else
...
Yu.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Versions of packages screen depends on:
ii base-passwd 3.5.11 Debian base system master password
ii debconf [debconf-2.0] 1.5.11etch1 Debian configuration management sy
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libncursesw5 5.5-5 Shared libraries for terminal hand
ii libpam0g 0.79-5 Pluggable Authentication Modules l
ii passwd 1:4.0.18.1-7 change and administer password and
screen recommends no packages.
-- debconf information:
screen/old_upgrade_prompt: false
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]