Your message dated Fri, 18 Jan 2008 23:35:26 -0800
with message-id <[EMAIL PROTECTED]>
and subject line ltsp-client: XDMCP and power off
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ltsp-client
Severity: wishlist
Tags: patch

Since there's no possibility to power off terminal using XDMCP login 
screen, i suggest the patch below which i use by myself.

--- /opt/ltsp/i386/usr/lib/ltsp/screen.d/startx 2007-01-11 10:20:45.000000000 
+0300
+++ /opt/ltsp/i386/usr/lib/ltsp/screen.d/startx-off     2007-07-06 
00:37:54.000000000 +0400
@@ -153,7 +153,7 @@
 fi
 
 if [ "${XF_ARGS}" = "" ]; then
-    XF_ARGS="-query ${XDM_SERVER}"
+    XF_ARGS="-query ${XDM_SERVER} -terminate"
 fi
 
 # Do this here instead of updating the configuration file, until
@@ -173,6 +173,8 @@
     if [ $? -ne 0 ]; then
       echo -n -e "\n\rxserver failed, press <enter> to continue "
       read CMD
+    else
+      poweroff
     fi
 else
     ${XBINARY} ${ACC_CTRL}              \
@@ -182,5 +184,7 @@
     if [ $? -ne 0 ]; then
       echo -n -e "\n\rxserver failed, press <enter> to continue "
       read CMD
+    else
+      poweroff
     fi
 fi


--- End Message ---
--- Begin Message ---
with support in newer LDM for unencrypted sessions, the XDMCP related
scripts are nearly deprecated.

closing this bug.

live well,
  vagrant


--- End Message ---

Reply via email to