Sendmail Bandwidth Tracking per User

2005-01-10 Thread Richard Beyer
I have Sendmail 8.13.2 on FreeBSD 4.10, hosting several dozen virtual domains (email and web). Has anyone on the list ever managed to find an easy way to track bandwidth usage per user (and virtual domain) from sendmail logs? I'm thinking something similar to http://www.dynw.com/iog/ but for

backup

2004-02-23 Thread Richard Beyer
We're currently doing a back up of a FreeBSD 4.9 (2) server by plugging a USB external drive in and then doing cp /dev/ad0 /dev/da0 This takes about 30 hours, (USB 1). Is this the best way to do it, or can someone suggest a better way. We'd rather not have the server offline while we

Re: Newbie Upgrading 4.8 - 5.2, filesystem full

2004-02-10 Thread Richard Beyer
0B 100%/proc It's an 80Gig HDD and I was using the sysinstall | upgrade | all | include ports Cheers, Richard On Tue, 10 Feb 2004, Jez Hancock wrote: On Tue, Feb 10, 2004 at 12:36:27PM +1100, Richard Beyer wrote: I tried doing an upgrade from 4.8 to 5.2, and part way through I got

Newbie Upgrading 4.8 - 5.2, filesystem full

2004-02-09 Thread Richard Beyer
I tried doing an upgrade from 4.8 to 5.2, and part way through I got a filesystem full error (about 3 in a row actually) as each partion filled up. (No panic - doing it off a mirror). My question is - obviously the CDROM sysinstall isn't going to work for me - what now? Cheers, Richard

USB External Drive

2003-07-10 Thread Richard Beyer
Hi, I'm trying to get a USB external drive working on FreeBSD-4.8 Plugging it in gives all the expected kernel messages. camcontrol devlist gives: USB 2.0 Storage Device 0100 at scbus0 target 0 lun 0 (da0,pass0) fdisk -I /dev/da0 gives: fdisk: can't open device /dev/da0 fdisk: cannot

Newbie - Compiling a kernel with Promise RAID

2003-06-23 Thread Richard Beyer
Hi, RE: FreeBSD-4.8-STABLE I've searched the archives to no avail - I have an Intel Sentry Server Board (S845WD1-E) with onboard Promise RAID (PDC20267). The GENERIC kernel sees the RAID fine, and identifies it as atapci01 and ar0, however neither option appears in the GENERIC or LINT kernel,

Re: Moving users

2003-06-16 Thread Richard Beyer
Excellent! Thanks Ruben. Cheers, Richard On Mon, 16 Jun 2003, Ruben de Groot wrote: On Mon, Jun 16, 2003 at 02:40:02PM +1000, Richard Beyer typed: Hi, I need to move users from one machine to another and keep their passwords intact. I've added a test user to Server-Source

Moving users

2003-06-15 Thread Richard Beyer
Hi, I need to move users from one machine to another and keep their passwords intact. I've added a test user to Server-Source and a test user to Server-Destination and copied the password hash from /etc/master.password on Server-Source and pasted it into master.password on Server-Destination,