we have an icon on the terminal's desktop that issue the command:

ltspinfo -h "terminal-ip or name" --shutdown

that can shutdown many types of hardware, but not all of them :-(

here is the complete info about it:
(http://www.skolelinux.no/~klaus/sarge/x2700.html)

8.7.5.7. Using the package ltps-utils

The package ltsp-utils is a great tool when it comes to administrating the
thinclients without to much footjob. With it you can reboot/shutdown the
clients, and query the contents of their /proc filesystem, which contains
plenty of useful stuff. First you must activate it, you have the choice of
activating the reading of /proc and the possibility to reboot/shutdown. It's
configured in the file /opt/ltsp/i386/etc/lts.conf, placed it under the
section [Default]


        ALLOW_SHUTDOWN     = Y
        ALLOW_PROCREAD     = Y

With ALLOW_SHUTDOWN = Y you may reboot/shutdown your thinclients using the
commands

ltspinfo --reboot -h ltsp040
ltspinfo --shutdown -h ltsp040
If you have ALLOW_PROCREAD = Y you may query the /proc filesystem on the
thinclients, like this:


On 10/6/07, Sebastien Koechlin <[EMAIL PROTECTED]> wrote:
>
> On 10/6/07, Donny Christiaan <[EMAIL PROTECTED]> wrote:
> > I've used K12LTSP-6 for trial but I can't find "Shutdown Button" in the
> > login screen like Ubuntu 7.04 does.
>
> As xdm or any *dm is running on your LTSP server, it would shutdown
> your server computer, not the terminal.
>
>
> > Can I set K12LTSP to display the shutdown button so my user can simply
> > click on that button to shutdown their terminal instead of push the
> > power button on the CPU for 3-seconds (ATX).
>
> I'm using LTSP 4.2, but this will work for any kernel compiled with
> CONFIG_MAGIC_SYSRQ:
> [Alt]-[SysRq]-[O] (SysRq is Print Screen)
>
> You can read linux/Documentation/sysrq.txt if you want to change the keys.
>
>
> > Btw, can I shutdown remotely my client's terminal?
>
> This is a recent subject, look at the mailing-list archives.
>
> --
> Sebastien Koechlin
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to