Package: systemd
Version: 44-5
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   Attempt to reload any service configuration (i.e. udev, autofs, distcc, 
etc.) 
   
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
    Using 'bash -x' to run '/etc/init.d/(service name) reload 
    I noticed that '$service' variable was unset in 
'/lib/lsb/init-functions/40-systemd'
    at the time it was used to check if service is reloadable   I
    believe the check 
    
        if [ "$(systemctl -p CanReload show $service 
        
    should read
    
        if [ "$(systemctl -p CanReload show $0.service
        
    and perhaps this was what was intended initially.
   
   * What was the outcome of this action?
    With the above change:
    
    bash -x udev reload
    + '[' -x /sbin/udevd ']'
    + PATH=/sbin:/bin
    + tmpfs_size=10M
    + udev_root=/dev
    + '[' -e /etc/udev/udev.conf ']'
    + . /etc/udev/udev.conf
    ++ udev_log=err
    + . /lib/lsb/init-functions
    +++ run-parts --lsbsysinit --list /lib/lsb/init-functions.d
    ++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2>/dev/null)'
    ++ '[' -r /lib/lsb/init-functions.d/20-left-info-blocks ']'
    ++ . /lib/lsb/init-functions.d/20-left-info-blocks
    ++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2>/dev/null)'
    ++ '[' -r /lib/lsb/init-functions.d/40-systemd ']'
    ++ . /lib/lsb/init-functions.d/40-systemd
    +++ '[' -e /sys/fs/cgroup/systemd ']'
    +++ set +e
    +++ set +u
    +++ '[' -n '' ']'
    +++ '[' 18685 -ne 1 ']'
    +++ '[' -z '' ']'
    +++ '[' -z '' ']'
    +++ case $(readlink -f "$0") in
    ++++ readlink -f udev
    +++ _use_systemctl=1
    ++++ systemctl -p CanReload show udev.service
    +++ '[' CanReload=no = CanReload=no ']'
    +++ '[' reload = reload ']'
    +++ _use_systemctl=0
    +++ '[' 0 = 1 ']'
    ++ FANCYTTY=
    ++ '[' -e /etc/lsb-base-logging.sh ']'
    ++ true
    + supported_kernel
    + case "$(uname -r)" in
    ++ uname -r
    + return 0
    + '[' '!' -e /proc/filesystems ']'
    + grep -q '[[:space:]]tmpfs$' /proc/filesystems
    + '[' '!' -d /sys/class/ ']'
    + '[' '!' -e /sys/kernel/uevent_helper ']'
    + ps --no-headers --format args ax
    + egrep -q '^\['
    + '[' -d /sys/class/mem/null -a '!' -L /sys/class/mem/null ']'
    + '[' -e /sys/block -a '!' -e /sys/class/block ']'
    + '[' '' = yes ']'
    + udev_root=/dev
    + dev_mount_options=mode=0755
    + '[' 10M ']'
    + dev_mount_options=size=10M,mode=0755
    + '[' /dev '!=' /dev ']'
    + case "$1" in
    + udevadm control --reload-rules
    + exit 0
    
   
*** End of the template - remove these lines ***


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.32-interatom (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  dpkg                 1.16.9
ii  initscripts          2.88dsf-34
ii  libacl1              2.2.51-8
ii  libaudit0            1:1.7.18-1.1
ii  libc6                2.13-37
ii  libcap2              1:2.22-1.2
ii  libcryptsetup4       2:1.4.3-4
ii  libdbus-1-3          1.6.8-1
ii  libkmod2             9-2
ii  liblzma5             5.1.1alpha+20120614-2
ii  libpam0g             1.1.3-7.1
ii  libselinux1          2.1.9-5
ii  libsystemd-daemon0   44-5
ii  libsystemd-id128-0   44-5
ii  libsystemd-journal0  44-5
ii  libsystemd-login0    44-5
ii  libudev0             175-7
ii  libwrap0             7.6.q-24
ii  udev                 175-7
ii  util-linux           2.20.1-5.2

Versions of packages systemd recommends:
ii  libpam-systemd  44-5

Versions of packages systemd suggests:
ii  python        2.7.3~rc2-1
ii  python-cairo  1.8.8-1+b2
ii  python-dbus   1.1.1-1
ii  systemd-gui   44-5

-- Configuration Files:
/etc/systemd/system.conf changed:
[Manager]
SysVConsole=yes

/etc/systemd/systemd-journald.conf changed:
[Journal]
RateLimitBurst=200
ImportKernel=no


-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to