[debian-edu-commits] debian-edu/shutdown-at-night.git (#34) - master (branch) updated: 4d863d9911bdec0b63837fe3e90ba67e0035b233

Mike Gabriel sunweaver at alioth.debian.org
Wed Oct 23 09:52:10 UTC 2013


The branch, master has been updated
       via  4d863d9911bdec0b63837fe3e90ba67e0035b233 (commit)
      from  7621066b1f96efcd3b22cc3ddd8d5d53428a93fe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4d863d9911bdec0b63837fe3e90ba67e0035b233
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sun Jul 6 23:24:38 2008 +0000

    Improve documentation.
    
    git-svn-id: svn+ssh://svn.debian.org/svn/debian-edu/trunk/src/shutdown-at-night@42347 6e500793-9bee-0310-a5b0-9d0909bd054d

-----------------------------------------------------------------------

Summary of changes:
 README |   22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

The diff of changes is:
diff --git a/README b/README
index 8bc740f..104ac6d 100644
--- a/README
+++ b/README
@@ -25,12 +25,14 @@ How to set it up
 ----------------
 
 On clients that should turn off at night, touch
-/etc/shutdown-at-night/shutdown-at-night, or add the hostname to the
-netgroup "shutdown-at-night-hosts".  The clients might need to have
-wake-on-lan configured in the BIOS.  It is also important that the
-switches and routers used between the wake-on-lan server and the
-clients will pass the WOL packages to the clients even if the clients
-are turned off.
+/etc/shutdown-at-night/shutdown-at-night, or add the hostname (ie the
+output from 'uname -n' on the client) to the netgroup
+"shutdown-at-night-hosts".  The clients might need to have wake-on-lan
+configured in the BIOS.  It is also important that the switches and
+routers used between the wake-on-lan server and the clients will pass
+the WOL packages to the clients even if the clients are turned off.
+Some switches fail to pass on packages to clients that are missing in
+the ARP table on the switch, and this block the WOL packages.
 
 To enable wake-on-lan on the server, add the clients to
 /etc/shutdown-at-night/clients, with one line per client, IP address
@@ -38,6 +40,14 @@ first, and MAC address (ethernet address) next, with space between
 them, or create a script /etc/shutdown-at-night/clients-generator to
 generate the list of clients on the fly.
 
+Here is an example /etc/shutdown-at-night/clients-generator for use
+with sitesummary:
+
+  #!/bin/sh
+  PATH=/usr/sbin:$PATH
+  export PATH
+  sitesummary-nodes -w
+
 License
 -------
 


hooks/post-receive
-- 
shutdown-at-night.git (shutdown-at-night Debian package)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "shutdown-at-night.git" (shutdown-at-night Debian package).




More information about the debian-edu-commits mailing list