Re: ppp check.

2000-04-13 Thread Mike Thompson
Kent perhaps you want something like this # # ###/etc/ppp/ip-up.d/up-time-sh #!/bin/sh rdate -s timelord.uregina.ca #use your own timeserver echo -e "#\nOnline: `date`" >> /var/log//online echo -e "`date +%s%t`\c" >> /var/log//online #

Re: ppp check.

2000-04-13 Thread Kjetil Thuen
Kent Nyberg <[EMAIL PROTECTED]> writes: > Is there a program to check how long one have been on ppp ? > I used a program in windows to check how long i have been on internet.. so > that i do not get to expensive bills :) > So i would like one for linux :) You might want to check out tcharge. It e

Re: ppp check.

2000-04-12 Thread kent nyberg
On Tue, 11 Apr 2000, Wayne Topa wrote: > > Subject: ppp check. > Date: Tue, Apr 11, 2000 at 07:09:56PM +0200 > > In reply to:Kent Nyberg > > Quoting Kent Nyberg([EMAIL PROTECTED]): > Kent> Is there a program to check how long one have been on ppp ?

Re: ppp check.

2000-04-12 Thread Paul J. Keenan
On Tue, Apr 11, 2000 at 07:09:56PM +0200, Kent Nyberg wrote: > Is there a program to check how long one have been on ppp ? > I used a program in windows to check how long i have been on internet.. so > that i do not get to expensive bills :) > So i would like one for linux :) > > I know its enough

Re: ppp check.

2000-04-11 Thread Ethan Benson
On Tue, Apr 11, 2000 at 07:09:56PM +0200, Kent Nyberg wrote: > Is there a program to check how long one have been on ppp ? > I used a program in windows to check how long i have been on internet.. so > that i do not get to expensive bills :) > So i would like one for linux :) > > I know its enough

Re: ppp check.

2000-04-11 Thread Rodrigo Castro
Hello, On Tue, Apr 11, 2000 at 02:31:15PM -0400, Wayne Topa wrote: > I assume you mean "how long has this connection been active". > IF that is what you meant them take a look at wmppp. It shows > a running 'on-line" time. > > If you meant "How long have I spent on-line this (day/week/month)". >

Re: ppp check.

2000-04-11 Thread Wayne Topa
Subject: ppp check. Date: Tue, Apr 11, 2000 at 07:09:56PM +0200 In reply to:Kent Nyberg Quoting Kent Nyberg([EMAIL PROTECTED]): Kent> Is there a program to check how long one have been on ppp ? Kent> I used a program in windows to check how long i have been on internet.. s

ppp check.

2000-04-11 Thread Kent Nyberg
Is there a program to check how long one have been on ppp ? I used a program in windows to check how long i have been on internet.. so that i do not get to expensive bills :) So i would like one for linux :) I know its enough to check the /var/logs/ppp... But its not that funny :(