Re: IP accounting software

2004-08-24 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It just seems to be a reporting tool.
What I was wanting was to control connectivity to a user on the basis of
bandwidth. I am wanting to sell services to my customer in terms of
bandwidth, say 500mb/month.
Is there a utility available or do I need to do some scripting ?

On Tue, 24 Aug 2004, Vijaya S wrote:

 Ritesh Raj Sarraf wrote:

  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  I have tried ipfm anf it works good.




  Hi all,
I'm trying to implement ip accounting on the basis of bandwidth
consumption to my cable lease users. Can someone please suggest me
a good utility for this ?
 

- -- 
Ritesh Raj Sarraf
RESEARCHUT -- http://www.researchut.com
Gnupg Key ID: 04F130BC
Stealing logic from one person is plagiarism, stealing from many is research.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFBKttU4Rhi6gTxMLwRAhv/AKCq+1fWruPuoT66PlfmBv9mB5fA6ACgjt7s
cIlwarwplodQZT2O3EKBw4k=
=WaB5
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: New Debian net install on a SATA server?

2004-08-24 Thread Volker Tanger
Good Morning!

On Mon, 23 Aug 2004 18:33:25 -0600 Nate Duehr [EMAIL PROTECTED] wrote:
 RAID != Backup!!!
 RAID = if you write bad data to one disk, you get it everywhere.
 Backup = If you write bad data to a disk, you can roll back to it.

Full ack - re-reading my post I found that I missed deleting the first
half of the cited mail. My post should have read in short:

RAID for backup (1st half)? - NO! Definitely no.

Use RSYNC (2nd half) - yes, but (only if) to remote servers

Sorry if that lead to confusion...

 On Aug 23, 2004, at 7:07 AM, Volker Tanger wrote:
  On Mon, 23 Aug 2004 07:00:37 -0500 Penbrock
  [EMAIL PROTECTED] wrote:
 For backups is RAID the best way to go? For this server it is
 more important to be able to restore the data then to have the
 system back up and running in seconds. I hear allot of people
 saying to just make the second drive an image of the first and
 then run an hourly cron job to copy the/home/ directories?
 
  yes - best locally *AND* to warm standby backup servers (placed at
  different locations spread over the campus) that is mirroring the
  data and performing its own backup.
 
  See http://www.mikerubel.org/computers/rsync_snapshots/ for ideas of
  HD-based backup/mirror.

Bye

Volker Tanger
ITK Security


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: IP accounting software

2004-08-24 Thread Vijaya S
Ritesh Raj Sarraf wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 I have tried ipfm anf it works good.




 Hi all,
   I'm trying to implement ip accounting on the basis of bandwidth
   consumption to my cable lease users. Can someone please suggest me
   a good utility for this ?

 TIA,
 Ritesh

 - --
 Ritesh Raj Sarraf
 RESEARCHUT -- http://www.researchut.com
 Gnupg Key ID: 04F130BC
 Stealing logic from one person is plagiarism, stealing from many is research.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)
 Comment: Made with pgp4pine 1.76

 iD8DBQFBKsvn4Rhi6gTxMLwRAlZVAJ9w54K1UbCQuCdziHHCTa/WnSBpfQCcCEUs
 I06uBmqkycOUdQQR9nWp6RE=
 =rig2
 -END PGP SIGNATURE-

 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: IP accounting software

2004-08-24 Thread Torsten Krueger
Hello,

On Tue, 24 Aug 2004, Ritesh Raj Sarraf wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 It just seems to be a reporting tool.
 What I was wanting was to control connectivity to a user on the basis of
 bandwidth. I am wanting to sell services to my customer in terms of
 bandwidth, say 500mb/month.
 Is there a utility available or do I need to do some scripting ?


You could have a look at rtg. http://rtg.sourceforge.net/
It polls devices with snmp writes the values to a database and includes
several scripts and webinterfaces to do monthly  traffic accounting. It is
capable of 95 percentile and gigabytes of course.

Regards
Torsten


 On Tue, 24 Aug 2004, Vijaya S wrote:

  Ritesh Raj Sarraf wrote:
 
   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1
  
   I have tried ipfm anf it works good.
 
 
 
 
   Hi all,
 I'm trying to implement ip accounting on the basis of bandwidth
 consumption to my cable lease users. Can someone please suggest me
 a good utility for this ?
  

 - --
 Ritesh Raj Sarraf
 RESEARCHUT -- http://www.researchut.com
 Gnupg Key ID: 04F130BC
 Stealing logic from one person is plagiarism, stealing from many is research.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)
 Comment: Made with pgp4pine 1.76

 iD8DBQFBKttU4Rhi6gTxMLwRAhv/AKCq+1fWruPuoT66PlfmBv9mB5fA6ACgjt7s
 cIlwarwplodQZT2O3EKBw4k=
 =WaB5
 -END PGP SIGNATURE-




-- 
Media Online Internet Services  Marketing GmbH
Torsten Krueger   [EMAIL PROTECTED]
fon: 49-231-5575100fax: 49-231-55751098
Kurze Str. 10  D-44137 Dortmund


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: IP accounting software

2004-08-24 Thread Vijaya S
Try with CBQ - Class based queueing or HTB

in cbq , a parent class is created of certain BW and then its shared among child.
Thjere is a configuration file maintained for each user and u can control the
upper and lower BW.

Regards,
vijaya

Ritesh Raj Sarraf wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 It just seems to be a reporting tool.
 What I was wanting was to control connectivity to a user on the basis of
 bandwidth. I am wanting to sell services to my customer in terms of
 bandwidth, say 500mb/month.
 Is there a utility available or do I need to do some scripting ?

 On Tue, 24 Aug 2004, Vijaya S wrote:

  Ritesh Raj Sarraf wrote:
 
   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1
  
   I have tried ipfm anf it works good.
 
 
 
 
   Hi all,
 I'm trying to implement ip accounting on the basis of bandwidth
 consumption to my cable lease users. Can someone please suggest me
 a good utility for this ?
  

 - --
 Ritesh Raj Sarraf
 RESEARCHUT -- http://www.researchut.com
 Gnupg Key ID: 04F130BC
 Stealing logic from one person is plagiarism, stealing from many is research.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)
 Comment: Made with pgp4pine 1.76

 iD8DBQFBKttU4Rhi6gTxMLwRAhv/AKCq+1fWruPuoT66PlfmBv9mB5fA6ACgjt7s
 cIlwarwplodQZT2O3EKBw4k=
 =WaB5
 -END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



problems with pg_dump

2004-08-24 Thread suela
Hi!

I have a debian woody with postgresql 7.4.2. When i try to use pg_dump i
get the next error:

pg_dump: saving encoding
pg_dump: saving database definition
pg_dump: SQL command failed
pg_dump: Error message from server: ERROR:  relation pg_user does not exist
pg_dump: The command was: SELECT (SELECT usename FROM pg_user WHERE usesysid = datdba) 
as dba, pg_encoding_to_char(encoding) as encoding, datpath FROM pg_database WHERE 
datname = 'db'
pg_dump: *** aborted because of error

I want to do a daily backup, otherway to do this without pg_dump?

Thanks,

Suela.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: IP accounting software

2004-08-24 Thread Michelle Konzack
Am 2004-08-24 11:53:11, schrieb Ritesh Raj Sarraf:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 It just seems to be a reporting tool.
 What I was wanting was to control connectivity to a user on the basis of
 bandwidth. I am wanting to sell services to my customer in terms of
 bandwidth, say 500mb/month.
 Is there a utility available or do I need to do some scripting ?

I do it with ipac-ng and set iptables to block clients which 
exceed the limit and send a messages to his/her account.

Note:   I block the his/her IP only on the external interface 
(Backbone) that he can read the Messages which are on 
the Mail-Server. 


Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: IP accounting software

2004-08-24 Thread Micah Anderson
Have a look at ipac-ng - IP Accounting for iptables( kernel =2.4)


Micah

On Tue, 24 Aug 2004, Ritesh Raj Sarraf wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 It just seems to be a reporting tool.
 What I was wanting was to control connectivity to a user on the basis of
 bandwidth. I am wanting to sell services to my customer in terms of
 bandwidth, say 500mb/month.
 Is there a utility available or do I need to do some scripting ?
 
 On Tue, 24 Aug 2004, Vijaya S wrote:
 
  Ritesh Raj Sarraf wrote:
 
   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1
  
   I have tried ipfm anf it works good.
 
 
 
 
   Hi all,
 I'm trying to implement ip accounting on the basis of bandwidth
 consumption to my cable lease users. Can someone please suggest me
 a good utility for this ?
  
 
 - -- 
 Ritesh Raj Sarraf
 RESEARCHUT -- http://www.researchut.com
 Gnupg Key ID: 04F130BC
 Stealing logic from one person is plagiarism, stealing from many is research.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)
 Comment: Made with pgp4pine 1.76
 
 iD8DBQFBKttU4Rhi6gTxMLwRAhv/AKCq+1fWruPuoT66PlfmBv9mB5fA6ACgjt7s
 cIlwarwplodQZT2O3EKBw4k=
 =WaB5
 -END PGP SIGNATURE-
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: New Debian net install on a SATA server?

2004-08-24 Thread debianlists
IMO rdiff-backup does the best job:

 http://rdiff-backup.stanford.edu/


-- 
 ___ 
/ A bug in the code is worth two in the \
\ documentation./
 --- 
\   ^__^
 \  (oo)\___
(__)\   )\/\
||w |
|| ||


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: IP accounting software

2004-08-24 Thread Arnt Karlsen
On Tue, 24 Aug 2004 11:53:11 +0545 (NPT), Ritesh wrote in message 
[EMAIL PROTECTED]:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 It just seems to be a reporting tool.
 What I was wanting was to control connectivity to a user on the basis
 of bandwidth. I am wanting to sell services to my customer in terms of
 bandwidth, say 500mb/month.
 Is there a utility available or do I need to do some scripting ?

..you _could_ start off http://fmb.no/ipcop/setup-cbq-0.0.5.tar.bz2 
which I use to set up cbq to control bandwith for my isp client.

..combining your idea with my tarball can have us all offer ok and 
exceeded-quota-so-trottled-down bandwith, however this concept 
is not too popular with isp service customers as you stomp on the
brakes.  ;-)

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]