<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On 9/5/2012 6:30 PM, Yorvyk wrote:<br>
</div>
<blockquote cite="mid:5047D26E.107@googlemail.com" type="cite">On
05/09/12 22:56, John Hupp wrote:
<br>
<blockquote type="cite">VERY intriguing.
<br>
<br>
Anyone know how to set an equivalent parameter for LTSP clients?
<br>
<br>
[Marco Muller posted to the LTSP a solution that did not work
for him.
<br>
See
<br>
<a class="moz-txt-link-freetext" href="http://www.mail-archive.com/ltsp-discuss@lists.sourceforge.net/msg40651.html">http://www.mail-archive.com/ltsp-discuss@lists.sourceforge.net/msg40651.html</a>,
<br>
but he reports that he edited
<br>
/var/lib/tftpboot/ltsp/amd64/pxelinux.cfg/default
<br>
to add
<br>
append ro initrd=initrd.img root=/dev/nbd0
init=/sbin/init-ltsp
<br>
quiet splash acpi=force plymouth:force-splash vt.handoff=7
<br>
nbdroot=:ltsp_amd64
<br>
and nobody posted a reply.]
<br>
<br>
And in connection with that configuration question (OK, I'm
really
<br>
showing my newbie stripes here), how do I verify whether ACPI is
running?
<br>
<br>
</blockquote>
>
<br>
Look in /var/log/dmesg for 'ACPI: Disabling ACPI support'. If you
see this it is NOT running, otherwise you should see lots of
messages like this:
<br>
<br>
[ 0.071264] ACPI: Added _OSI(Module Device)
<br>
[ 0.071268] ACPI: Added _OSI(Processor Device)
<br>
[ 0.071271] ACPI: Added _OSI(3.0 _SCP Extensions)
<br>
[ 0.071274] ACPI: Added _OSI(Processor Aggregator Device)
<br>
[ 0.072303] ACPI: EC: Look up EC in DSDT
<br>
[ 0.073469] ACPI: Executed 3 blocks of module-level executable
AML code
<br>
[ 0.076122] ACPI: Interpreter enabled
<br>
[ 0.076145] ACPI: (supports S0 S1 S4 S5)
<br>
[ 0.076174] ACPI: Using IOAPIC for interrupt routing
<br>
</blockquote>
<font size="-1"><font face="Arial">OK, I can see how that would work
on a standalone desktop or on an LTSP terminal server.<br>
<br>
But my main problem here is with the terminal clients. And if I
look at dmesg on a client, isn't that just going to tell me if
ACPI is running on the server? Or is ACPI running on the server
supposed to support turning off client machines? (And if the
latter is the case, then adding acpi=force in Grub might be all
I need?)<br>
</font></font>
</body>
</html>