Your message dated Sat, 22 Feb 2014 17:19:45 +0000
with message-id <[email protected]>
and subject line Bug#705883: fixed in slim 1.3.6-0.1
has caused the Debian Bug report #705883,
regarding slim: doesn't start completely with auto-login
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
705883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705883
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: slim
Version: 1.3.4-2
Severity: important
Tags: patch

Dear Maintainer,


I have slim in auto-login and occasionally it does not start (black screen with
a cross)

There are this problem because : dbus start after slim in init script

With this header, slim start correctly

### BEGIN INIT INFO
# Provides:          slim
# Required-Start:    dbus $local_fs $remote_fs
# Required-Stop:     $local_fs $remote_fs
# Should-Start:      xfs $named slapd
# Should-Stop:       xfs $named slapd
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Start/stop the SLiM daemon.
### END INIT INFO


Thank you,

Regards



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages slim depends on:
ii  consolekit             0.4.5-3.1
ii  dbus                   1.6.8-1
ii  debconf [debconf-2.0]  1.5.49
ii  libc6                  2.13-38
ii  libck-connector0       0.4.5-3.1
ii  libdbus-1-3            1.6.8-1
ii  libfontconfig1         2.9.0-7.1
ii  libfreetype6           2.4.9-1.1
ii  libgcc1                1:4.7.2-5
ii  libjpeg8               8d-1
ii  libpam0g               1.1.3-7.1
ii  libpng12-0             1.2.49-1
ii  libstdc++6             4.7.2-5
ii  libx11-6               2:1.5.0-1
ii  libxft2                2.3.1-1
ii  libxmu6                2:1.1.1-1
ii  libxrender1            1:0.9.7-1
ii  zlib1g                 1:1.2.7.dfsg-13

Versions of packages slim recommends:
ii  xterm  278-4

Versions of packages slim suggests:
pn  scrot  <none>
ii  xauth  1:1.0.7-1

-- Configuration Files:
/etc/init.d/slim changed:
test -z "$HEED_DEFAULT_DISPLAY_MANAGER" && HEED_DEFAULT_DISPLAY_MANAGER=true
DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
DAEMON=/usr/bin/slim
PIDFILE=/var/run/slim.lock
SSD_START_ARGS="--pidfile $PIDFILE --name $(basename $DAEMON) --startas $DAEMON 
-- -d"
SSD_STOP_ARGS="--pidfile $PIDFILE --name $(basename $DAEMON) --retry 
TERM/5/TERM/5"
case $1 in
  start)
    if [ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] &&
       [ -e $DEFAULT_DISPLAY_MANAGER_FILE ] &&
       [ "$(cat $DEFAULT_DISPLAY_MANAGER_FILE)" != "$DAEMON" ]; then
      echo "Not starting X display manager (slim); it is not the default 
display manager."
    else
      echo -n "Starting X display manager: slim"
      start-stop-daemon --start --quiet $SSD_START_ARGS || echo -n " already 
running"
      echo "."
    fi
  ;;
  stop)
    echo -n "Stopping X display manager: slim"
    if ! [ -f $PIDFILE ]; then
      echo -n " not running ($PIDFILE not found)"
    else
      start-stop-daemon --stop --quiet $SSD_STOP_ARGS
      SSD_RES=$?
      if [ $SSD_RES -eq 1 ]; then
        echo -n " not running"
      fi
      if [ $SSD_RES -eq 2 ]; then
        echo -n " not responding to TERM signals"
      else
    if [ -f $PIDFILE ]; then
      echo -n " (removing stale $PIDFILE)"
      rm $PIDFILE
    fi
      fi
    fi
    echo "."
  ;;
  restart)
    $0 stop
    sleep 2
    $0 start
  ;;
  force-reload)
    /etc/init.d/slim restart
  ;;
  *)
    echo "Usage: /etc/init.d/slim {start|stop|restart|force-reload}"
    exit 1
  ;;
esac

/etc/slim.conf changed:
default_path        /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
default_xserver     /usr/bin/X11/X
xserver_arguments   -nolisten tcp
halt_cmd            /sbin/shutdown -h now
reboot_cmd          /sbin/shutdown -r now
console_cmd         /usr/bin/xterm -C -fg white -bg black +sb -T "Console 
login" -e /bin/sh -c "/bin/cat /etc/issue.net; exec /bin/login"
xauth_path         /usr/bin/X11/xauth
authfile           /var/run/slim.auth
login_cmd           exec /bin/bash -login /etc/X11/Xsession %session
sessions            
default,startxfce4,openbox-session,ion3,icewm,wmaker,blackbox,awesome
screenshot_cmd      scrot /root/slim.png
welcome_msg         Welcome to %host
shutdown_msg       The system is halting...
reboot_msg         The system is rebooting...
default_user        bourdoiseau
auto_login          yes
current_theme       debian-joy
lockfile            /var/run/slim.lock
logfile             /var/log/slim.log


-- debconf information:
  slim/daemon_name: /usr/bin/slim
* shared/default-x-display-manager: slim

--- End Message ---
--- Begin Message ---
Source: slim
Source-Version: 1.3.6-0.1

We believe that the bug you reported is fixed in the latest version of
slim, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mateusz Łukasik <[email protected]> (supplier of updated slim package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 22 Feb 2014 09:58:00 +0100
Source: slim
Binary: slim
Architecture: source amd64
Version: 1.3.6-0.1
Distribution: unstable
Urgency: medium
Maintainer: Nobuhiro Iwamatsu <[email protected]>
Changed-By: Mateusz Łukasik <[email protected]>
Description: 
 slim       - desktop-independent graphical login manager for X11
Closes: 689781 692148 698257 705883 725902
Changes: 
 slim (1.3.6-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release:
     - Added systemd support. (Closes: #692148)
     - Fixed CVE-2013-4412. (Closes: #725902)
   * Add debian/watch.
   * debian/control:
     - Update build depends for new version.
     - Bump standards version to 3.9.5.
   * Add fvwm to slim.conf. (Closes: #689781)
   * Remove debian/patches/disable_log.patch -- no longer needed.
   * Update debian/slim.init:
     - Use lsb init functions in the init script file. (Closes: #698257)
     - Run dbus before slim. (Closes: #705883)
   * Refresh debian/patches/slim-fix-env-alloc.patch.
   * Rewrite debian/copyright.
Checksums-Sha1: 
 df06fee52193f7b7d355f8a0a202588e63c3d9d7 1893 slim_1.3.6-0.1.dsc
 9407ea2ee7b2ed649f17a8ddbf1f7b26a7c7b9fb 232547 slim_1.3.6.orig.tar.gz
 f228e3f3a0fb24eb683a92c1f471c0b2cd8e09b1 917440 slim_1.3.6-0.1.debian.tar.xz
 4c3131d4dea9c1b7057e02b5736df6e9d312fca6 1170996 slim_1.3.6-0.1_amd64.deb
Checksums-Sha256: 
 6f650f5dbdb07dbdd48539cf362fb9770460f918c9594abe00c71484b8d9fbd8 1893 
slim_1.3.6-0.1.dsc
 21defeed175418c46d71af71fd493cd0cbffd693f9d43c2151529125859810df 232547 
slim_1.3.6.orig.tar.gz
 05e82c14c8946562093b8d1fe03ef25f48e8e4afeba6e0cf35676a3b3daa39b6 917440 
slim_1.3.6-0.1.debian.tar.xz
 1d4393bc17d35bef1a22dee2670953881515a28832bd1dec08a8bcfb6b0413b3 1170996 
slim_1.3.6-0.1_amd64.deb
Files: 
 373b4f68ce5d81ea55c15e4ca3494b1d 1893 x11 optional slim_1.3.6-0.1.dsc
 d40d256394f9ef34cef34d2aa9cb52e6 232547 x11 optional slim_1.3.6.orig.tar.gz
 9e9715a966e329af79afae0b8066ef2a 917440 x11 optional 
slim_1.3.6-0.1.debian.tar.xz
 7ce800927f4b652b67a8e305545cea39 1170996 x11 optional slim_1.3.6-0.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTCNjkAAoJEHQmOzf1tfkTmw0P/3KcfMcDeaaW/I83ZcqHjwWc
Si1/D3OVh7aBCqQ8LFqziRh6/QTwmODhIB6riZsTIKx3mxpOnAdwTJap+eIu8IHD
6H50X3UttLweAtywZAsZio3CWieG2jHmwTaARQFa6b/QoJeAvx/i1V/YNja2h99N
G+2XvKXuHz268nPh5VPhbhgvVe4vOO+QNP1FvN88gVJ+GKYaiuhQGfEckyb5sawV
wANd5hz3ReTNisGQ80lC6uQmcGc/G5YMKKKTSFv/1vtYFNvfhpfAnABgQuQ7dyVz
FdJaDZixll1TT6Jqf/NaBmyWbpOZR+ngROw7X/yDpHbjuw4tnQ58IYOMD2mt7Ndd
fWqgbNA4oZxfV8o5M3EM4/wSO45tKJO2CQLyV96+CIzErqTimY+ZoyhwS4Uwsxob
3wfLpWxtMALZulmNhvikVOsYtW0C4xX3+8xMYw48ILqvML95DRDR7N+rrYJ6U3AD
WDjLNzoUGvHl5dUXKwPN0iBMC9wORk93n8BKmzjxBWL+QsKyMx/D52Rt0BhoK5zw
8vA6WLcf5AbHGL9ztzVfoEFEbe9dIcAdQCHpjX+pPnoNChdBDgNBCWTweh8j8G00
EAksqDCNJKmyWTPD3LA7EoYYL97GJVvSsboGjUkylgZrKx/MYdmsNjutOd1iMwxa
i2jgad66dsz0oW5VhpmP
=TJiU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to