[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#363427: x11-common: /tmp/.ICE-unix not created on startup if $VERBOSE=no



Package: x11-common
Version: 1:7.0.14
Severity: normal

The directory /tmp/.ICE-unix is not created if VERBOSE=no (set in
/etc/default/rcS). The problem can be found in /etc/init.d/x11-common
in line

  [ "$VERBOSE" != no ] && log_end_msg 0 || exit 0

(in both functions set_up_socket_dir and set_up_ice_dir). Change these
lines to

  [ "$VERBOSE" != no ] && log_end_msg 0 || true

and everything works fine (at least it does for me :-)).

David: Great work!!!

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc1
Locale: LANG=C, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0]         1.4.72     Debian configuration management sy
ii  debianutils                   2.15.6     Miscellaneous utilities specific t
ii  lsb-base                      3.1-3      Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

-- debconf information:
  x11-common/xwrapper/nice_value: 0
  x11-common/xwrapper/allowed_users: Console Users Only
  x11-common/experimental_packages:
  x11-common/xwrapper/actual_allowed_users: console
  x11-common/xwrapper/nice_value/error:



Reply to: