> Does anyone now of a simple timer program that i could run when
> pppd runs the ip-script and that I could check periodically to see how
> long I've been online. One that I could monitor with "watch", or that
> beeped the bell every X minutes would be handy. Or could this all be done
> in a script?
#!/bin/sh
STARTTIME=`date`
while [ -f /var/run/ppp0.pid ] ; do
sleep 60
echo -e '\a'Online since $STARTTIME > /dev/tty12
done
Start this in the background from /etc/ppp/ip-up.local.
I'm not 100% sure about the .pid file. I'll check later
when I get home and post a correction if it's wrong.
Then hit Alt-F12 to see the output.
Later,
Kenn
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!