Re: gmirror dual mirrors?

2006-07-26 Thread James Snow
On Wed, Jul 26, 2006 at 06:38:48AM -0700, Mark Busby wrote: I am using one for the operating system then one to mirror it. One has data and I want a mirror of that. When creating the first mirror I used gm0. Now creating the 2nd mirror use gm1? Or is there a gotcha hidden away? That's how I

WinXP/FreeBSD - IPSec Tunnel Over Wireless (MTU Problems?)

2003-11-29 Thread James Snow
At this point, my problem is more with XP than with FreeBSD, so this isn't really the proper forum for this question. But I figure I can't be the first person who's tried to do this, so maybe someone here can point me in the right direction. I have a 4.9-S box with a Netgear MA311 wireless card

Question about stat(2) return values

2003-02-06 Thread James Snow
Per the man page for stat(2): The sb argument is a pointer to a stat() structure as defined by sys/stat.h (shown below) and into which information is placed concerning the file. struct stat { dev_t st_dev; /* inode's device */ ino_t st_ino;

UID confusion in top with proftpd?

2002-12-18 Thread James Snow
Tried this on a pair of 4.7-R-p2 machines with the same result. Using proftpd from packages, configured to run as nobody/nogroup, 'ps -aux | grep proftpd' will show: nobody 7494 0.0 0.1 1488 1156 ?? Is Fri05PM 0:00.76 proftpd: proftpd (accepting connect But in top: 7494 root

Re: Number of mbuf clusters (NMBCLUSTERS)

2002-07-24 Thread James Snow
Funny that you should post this at exactly the same time that I was beginning to look for other instances of the 'mbuf clusters exhausted' message. On Sat, Jul 13, 2002 at 11:56:18PM -0400, [EMAIL PROTECTED] wrote: I'm seeing a bit of problem with my FreeBSD 4.6 stable server. Me: FreeBSD