Displaying 5 results from an estimated 5 matches for "tdown".
Did you mean:
down
2004 Jan 18
2
HTB + ESFQ in nat router for shape incoming by ip
...r with simple download).
$tc qdisc add dev eth1 root handle 2:0 htb default 20
$tc class add dev eth1 parent 2:0 classid 2:2 htb rate 10mbit ceil 100mbit
$tc class add dev eth1 parent 2:2 classid 2:9 htb rate 10mbit prio 2
$tc class add dev eth1 parent 2:2 classid 2:10 htb rate $DOWN ceil
$TDOWN prio 2
$tc class add dev eth1 parent 2:2 classid 2:11 htb rate $DOWN ceil
$TDOWN prio 2
$tc class add dev eth1 parent 2:2 classid 2:20 htb rate 10kbit ceil
100mbit prio 2
$tc qdisc add dev eth1 parent 2:10 handle 10: esfq perturb 10 hash dst
$tc qdisc add dev eth1 parent 2:11 handle 11: es...
2013 Jun 22
1
Help to configure NUT on Win 8
...vent of power failure". NUT clients connect
to the NUT server, so the server shouldn't need to know the IP addresses of
the clients in advance (unless this refers to some sort of firewall).
> I cannot understand how to configure NUT to be the client, receive the
messages and suspend/shutdown the PC if needed.
> The PC runs Win8 64bit
You will probably want to read this:
http://www.networkupstools.org/docs/user-manual.chunked/ar01s02.html#_monito
ring_client
http://www.networkupstools.org/docs/user-manual.chunked/ar01s06.html#UPS_shu
tdown
Please subscribe to continue this discus...
2013 Jun 21
0
Help to configure NUT on Win 8
...vent of power failure". NUT clients connect to the NUT server, so the server shouldn't need to know the IP addresses of the clients in advance (unless this refers to some sort of firewall).
> I cannot understand how to configure NUT to be the client, receive the messages and suspend/shutdown the PC if needed.
> The PC runs Win8 64bit
You will probably want to read this:
http://www.networkupstools.org/docs/user-manual.chunked/ar01s02.html#_monitoring_client
http://www.networkupstools.org/docs/user-manual.chunked/ar01s06.html#UPS_shutdown
Please subscribe to continue this discussi...
2013 Jun 21
2
Help to configure NUT on Win 8
Sorry to bother, but I tried to solve the issue without success.
Here is my configuration
UPS ? NAS
I have configured the UPS to send the power messages to my clients:
I cannot understand how to configure NUT to be the client, receive the
messages and suspend/shutdown the PC if needed.
The PC runs Win8 64bit
Can you help me?
Thanbks
-----------------
This message is intended only for the use of the addressee and may contain
information that is privileged, confidential and exempt from disclosure
under applicable law.
If the reader of this mes...
2006 Aug 17
2
powercom UPS shoutdown discussion
...sc Inform@localhost ups.status`
if [ $control != OL ]
then
/sbin/telinit 0
fi
I tried adding the line: "touch /etc/powerdown" to the "notifyme" script and the lines:
if (test -f /etc/powerdown)
then
echo "Killing the power, bye!"
/usr/local/ups/bin/upsdrvctl shutdown
sleep 120
fi
to the /etc/rc.d/rc.6 script, but when I simulated a power failure, the system shut down, but the UPS did not. I think I did not add the lines at the correct place in the rc.6 script, or probably there is poor communication between the UPS and the software, for I am not sure the s...