Re: segmentation fault in sqlite3 on 6.2R amd64

2007-10-02 Thread Chad Leigh -- Shire.Net LLC
checking, but I would like to get to the bottom of this.I am rebuilding sqlite3 with debug to look in gdb. I am not a gdb whiz or anything :-) (doing most of my not often programming on OS X and Cocoa and their debugger frontend to gdb) but will try and see what I can. Thanks! Chad

gateway/routing questions

2003-11-07 Thread Chad Leigh -- Shire.Net LLC
I used to have a situation like this but it was a few years ago and I have forgotten how to set this up in detail. I have a class C network (public) and I have a FreeBSD box with lots of aliases on it providing various services. There is also a Mandrake Linux box that belongs to a customer sit

Re: gateway/routing questions

2003-11-07 Thread Chad Leigh -- Shire.Net LLC
On Nov 7, 2003, at 5:15 PM, Alex de Kruijff wrote: You don't need static route at all. You only use this when you default route doesn't apply. This doesn't apply to you since you only have traffic on your 192.168.1.0/24 network. So all you need is an alias. Thanks to all who replied. Helped me ge

NFS v2? possible?

2003-11-09 Thread Chad Leigh -- Shire.Net LLC
Hi I have a linux server that needs to mount my FBSD server's web volume and the linux server only has v2 support right now (and I cannot make my own kernel since this is a UML kernel distributed as part of a product) and so I would like to run a v2 compatible nfs server on my FBSD server if p

Re: NFS v2? possible?

2003-11-09 Thread Chad Leigh -- Shire.Net LLC
On Nov 9, 2003, at 4:28 AM, Kris Kennaway wrote: On Sun, Nov 09, 2003 at 01:33:23AM -0700, Chad Leigh -- Shire.Net LLC wrote: Hi I have a linux server that needs to mount my FBSD server's web volume and the linux server only has v2 support right now (and I cannot make my own kernel since

Re: NFS v2? possible?

2003-11-09 Thread Chad Leigh -- Shire.Net LLC
Thanks! Chad On Nov 9, 2003, at 7:58 PM, Kris Kennaway wrote: OK, so it was a manpage listed in the cross-references..see mountd. Kris ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send a

Re: NFS v2? possible?

2003-11-09 Thread Chad Leigh -- Shire.Net LLC
On Nov 9, 2003, at 8:03 PM, Dan Nelson wrote: You can disable NFSv3 with the -2 option to mountd, but if you have to do that, then your Linux distro is extremely broken and you should have your vendor fix it. Yes, thanks. I am just trying to figure out the behavior of it and wanted to try that to

Re: NFS v2? possible?

2003-11-09 Thread Chad Leigh -- Shire.Net LLC
On Nov 9, 2003, at 8:09 PM, Tillman Hodgson wrote: It's the same nfsd on the server side. I didn't do anything specify to enable NFS version 2, my rc.conf entry says nfs_server_flags="-u -t -n 14" (the 14 is because it's a high-usage NFS server and my testing shows that I consistently peak at arou

Re: NFS v2? possible?

2003-11-09 Thread Chad Leigh -- Shire.Net LLC
On Nov 9, 2003, at 9:21 PM, Tillman Hodgson wrote: For that sort of problem, I'd check your name resolution first. I'll check it again, as that was an issue at one time. Thanks Chad ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/lis

Re: NFS v2? possible?

2003-11-09 Thread Chad Leigh -- Shire.Net LLC
On Nov 9, 2003, at 9:56 PM, Chad Leigh -- Shire.Net LLC wrote: On Nov 9, 2003, at 9:21 PM, Tillman Hodgson wrote: For that sort of problem, I'd check your name resolution first. I'll check it again, as that was an issue at one time. It seems to be ok. I don't know what the pro

Re: NFS v2? possible?

2003-11-10 Thread Chad Leigh -- Shire.Net LLC
On Nov 9, 2003, at 11:51 PM, Miguel Mendez wrote: On Sun, 9 Nov 2003 22:32:38 -0700 "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]> wrote: Hi, It seems to be ok. I don't know what the problem is, but it seems to be on the Linux end as I run mountd and portmap with

Re: FreeBSD Essay.

2003-11-13 Thread Chad Leigh -- Shire.Net LLC
On Nov 13, 2003, at 8:07 AM, Viktor Lazlo wrote: On Wed, 12 Nov 2003, Lewis Thompson wrote: Hey guys, I'm a first year CS student at Manchester and I've been given the task of writing a 1,000 word essay on something computer-related. It can be 1000 words is awfully short to cover such a g

Re: Vinum & U320 SCSI, slower than UDMA100 IDE ?

2003-12-01 Thread Chad Leigh -- Shire.Net LLC
On Nov 27, 2003, at 5:44 AM, Sander Smeenk wrote: Hi, I recently installed a Dual P4 2.8ghz with FBSD 4.9 and made a RAID10 array of the 4 scsi disks available. The idea was that this would be faster to read from than normal IDE disks. As a test I took the company's web/ directory, which is 1.6gb

Changes in Jails from FreeBSD 6 to FreeBSD 9 -- particularly, networking and routing

2012-04-13 Thread Chad Leigh Shire.Net LLC
Hi All OK, so I have a server that has been running FreeBSD 6.1 and a bunch of jails, providing a few limited services. I am migrating these from real hardware and FreeBSD 6.1 with jail running, to a Xen based VPS running FreeBSD 9.0-R with a kernel rebuild from a GENERIC kernel to GENERIC plu

Re: Changes in Jails from FreeBSD 6 to FreeBSD 9 -- particularly, networking and routing

2012-04-13 Thread Chad Leigh Shire.Net LLC
On Apr 13, 2012, at 1:50 PM, Mark Felder wrote: > Do I understand this right? > > > Working in FreeBSD 6.x: > > interface em0: 1.2.3.4/24 <-- public IP, host only > 192.168.1.1/24 <-- private IP, host only > 192.168.1.2/24 <-- Jail #1 > 192.168.1.3/24 <-- Jail

Re: Changes in Jails from FreeBSD 6 to FreeBSD 9 -- particularly, networking and routing

2012-04-15 Thread Chad Leigh Shire.Net LLC
On Apr 13, 2012, at 4:58 PM, Mark Felder wrote: > On Fri, 13 Apr 2012 15:53:49 -0500, Chad Leigh Shire.Net LLC > wrote: > >> No NAT needed since they share the network stack under Jails v1 they share >> the routing tables. It works. Try it. > > You're clear

Re: recommendation(s) for new computer

2012-04-30 Thread Chad Leigh Shire.Net LLC
On Apr 30, 2012, at 4:41 AM, Erich Dollansky wrote: > >>> - Enermax Platimax 600W > > I do not know about your location but at mine power supplies have the > tendency to have a short life due to lightning strikes in the area. Get a > cheaper model but buy two. I just ran into this problem but

question on SYN_SENT

2012-05-11 Thread Chad Leigh Shire.Net LLC
it is my understanding that SYN_SENT is when MY SIDE sends out a request and is awaiting a reply? One of the jails we run for a customer had hundreds (if not thousands) of attempts to connect from the 147. address you see below. It was exhausting resources so that new tcp connections could n

Re: question on SYN_SENT

2012-05-11 Thread Chad Leigh Shire.Net LLC
On May 11, 2012, at 4:08 PM, Chuck Swiger wrote: > On May 11, 2012, at 2:09 PM, Chad Leigh Shire.Net LLC wrote: >> it is my understanding that SYN_SENT is when MY SIDE sends out a request and >> is awaiting a reply? > > That's right. > >> One of the jails

Re: question on SYN_SENT

2012-06-04 Thread Chad Leigh Shire.Net LLC
On May 11, 2012, at 6:06 PM, Robert Bonomi wrote: > > 'Should not' does not mean 'is not'. and unfortunately, it -is- attempting > to "go out". > > There are at least a couple of possible explanations, none of them "good". > 1) the jail is attempting a DoS (or participating in DDoS) against an

Re: Apple & FreeBSD relationship

2011-03-09 Thread Chad Leigh -- Shire.Net LLC
On Mar 9, 2011, at 3:00 PM, Nerius Landys wrote: > This is not a technical question. > > Basically I have some cash sitting around. I'm thinking of investing > part of it with a company that I believe in. Apple came to mind. You > could say that I'd like to judge Apple's moral character befor

Re: HAL must die!

2011-03-15 Thread Chad Leigh -- Shire.Net LLC
On Mar 16, 2011, at 12:29 AM, Matthew Seaman wrote: > > Microsoft may once have had 90% of the desktop market -- but is that > still true? Macs seem to be everywhere nowadays. It may have change a couple of percentage points. Apple marketshare has gone up a lot percentage wise but in the who

Re: exim with 3 domains

2006-01-07 Thread Chad Leigh -- Shire.Net LLC
http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions- [EMAIL PROTECTED]" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questi

Re: speccing an NFS server -- smp good or bad?

2006-01-09 Thread Chad Leigh -- Shire.Net LLC
ail to "freebsd-questions- [EMAIL PROTECTED]" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-quest

Re: mount_nullfs dangerous?

2006-01-15 Thread Chad Leigh -- Shire.Net LLC
stions- [EMAIL PROTECTED]" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: English only, please

2006-01-17 Thread Chad Leigh -- Shire.Net LLC
ing Services (http:// www.hub.org) Email: [EMAIL PROTECTED] Yahoo!: yscrappy ICQ: 7615664 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-qu

Re: FreeBSD vs Linux

2006-01-17 Thread Chad Leigh -- Shire.Net LLC
s add a ueserland and tools to it but if you go look at the actual definition of Linux you will find it is just a kernel. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebs

Re: FreeBSD vs Linux

2006-01-17 Thread Chad Leigh -- Shire.Net LLC
de effects like hanging IO. My dad had some sound card issues on Windows with "supported" cards. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.o

Re: Foreign language posts (was: Pooomooocyyyy ;()

2006-01-17 Thread Chad Leigh -- Shire.Net LLC
t you aren't able to answer? --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: FreeBSD vs Linux

2006-01-17 Thread Chad Leigh -- Shire.Net LLC
p and a wrong driver gets installed by accident and hoses everything and it won't boot at all and the repair disks won't repair it. If you are looking for compatibility, Windows is the answer. Compatibility with what? All my HW is FreeBSD compatible. --- Chad Leigh -- Shire.Net L

can't build jdk15 on 6.0

2006-01-22 Thread Chad Leigh -- Shire.Net LLC
/j2sdk1.4.2_10/jre/lib/i386/ libjava.so utah# --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: can't build jdk15 on 6.0

2006-01-23 Thread Chad Leigh -- Shire.Net LLC
On Jan 22, 2006, at 6:28 PM, Chad Leigh -- Shire.Net LLC wrote: Am trying to build jdk15 form ports on 6.0. Happens to be inside a jail with linux emulation running etc. I previously was able to build jdk142 in s similar environment. The linux jdk14 is installed (I believe the port

Re: can't build jdk15 on 6.0

2006-01-23 Thread Chad Leigh -- Shire.Net LLC
On Jan 23, 2006, at 4:04 PM, Chad Leigh -- Shire.Net LLC wrote: On Jan 22, 2006, at 6:28 PM, Chad Leigh -- Shire.Net LLC wrote: Am trying to build jdk15 form ports on 6.0. Happens to be inside a jail with linux emulation running etc. I previously was able to build jdk142 in s

can't build jdk15 on 6.0

2006-01-31 Thread Chad Leigh -- Shire.Net LLC
/j2sdk1.4.2_10/jre/lib/i386/ libjava.so utah# --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscr

update just cvs?

2006-02-02 Thread Chad Leigh -- Shire.Net LLC
It seems cvs is part of the base system. Is it possible to just build and install (properly) cvs after updating my source tree? Thanks Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd

Re: update just cvs?

2006-02-02 Thread Chad Leigh -- Shire.Net LLC
On Feb 2, 2006, at 9:51 AM, Giorgos Keramidas wrote: On 2006-02-02 01:07, "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]> wrote: It seems cvs is part of the base system. Is it possible to just build and install (properly) cvs after updating my source tree? If you hav

Re: How to share directories b/n jails on 6.0?

2006-02-03 Thread Chad Leigh -- Shire.Net LLC
does it also work in 5.4 ? 5.4 might be OK, but I think there were bugs fixed only in 6.0. Please don't top-post. Kris --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebs

Re: Getting a new server

2006-02-03 Thread Chad Leigh -- Shire.Net LLC
bscribe, send any mail to "freebsd-questions- [EMAIL PROTECTED]" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: Getting a new server

2006-02-03 Thread Chad Leigh -- Shire.Net LLC
tion. Version: 7.1.375 / Virus Database: 267.14.25/247 - Release Date: 1/31/2006 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions- [EMAIL PROTE

Re: Getting a new server

2006-02-04 Thread Chad Leigh -- Shire.Net LLC
ink he has successfully sent the message unless it is one that does not care anyway to finish the smtp connection. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org ma

Re: Natively supported inexpensive RAID cards

2006-02-04 Thread Chad Leigh -- Shire.Net LLC
mputer.com) recently sold me 1 for about $230 . Sounds like it fits the bill. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: Getting a new server

2006-02-05 Thread Chad Leigh -- Shire.Net LLC
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chad Leigh -- Shire.Net LLC Sent: Saturday, February 04, 2006 7:50 AM To: Ted Mittelstaedt Cc: freebsd-questions@freebsd.org; Lisa Casey Subject: Re: Getting a new server On Feb 4, 2006, at 1:54 AM, Ted Mittelstaedt wrote: The

Re: SATA Raid

2006-02-15 Thread Chad Leigh -- Shire.Net LLC
11/10/FreeBSD_Basics.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions- [EMAIL PROTECTED]" --- Chad Leigh -- Shire.Net LLC Your Web App and Email

Re: Areca ARC-1120 vs Adeptec 2820 for RAID 6

2006-02-24 Thread Chad Leigh -- Shire.Net LLC
send any mail to "freebsd-questions- [EMAIL PROTECTED]" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ques

Re: Areca ARC-1120 vs Adeptec 2820 for RAID 6

2006-02-27 Thread Chad Leigh -- Shire.Net LLC
On Feb 27, 2006, at 3:32 AM, Ashley Moran wrote: On Saturday 25 February 2006 04:53, Chad Leigh -- Shire.Net LLC wrote: I would wonder about Adaptec support. Areca is officially supporting FreeBSD (and Solaris 10 and others). The Adaptec website claims that the 2820 is compatible with

Re: FreeBSD cluseter ?

2006-03-10 Thread Chad Leigh -- Shire.Net LLC
dovecot or courier-imap servers across multiple machines accessing a central filesystem using maildir format. maildir is designed for multiple access etc. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net

Re: Motherboard for new Socket 939 fileserver

2006-03-14 Thread Chad Leigh -- Shire.Net LLC
e, send any mail to "freebsd-questions- [EMAIL PROTECTED]" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Mail client like mulberry

2006-03-14 Thread Chad Leigh -- Shire.Net LLC
hat only displays folders with new mail in them. Kind of like the idea of a dynamic "smart folder" where the criterion is other folders with new mail? Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___

Re: How do you keep users from stealing other user's ip??

2006-03-23 Thread Chad Leigh -- Shire.Net LLC
u force them to use DHCP you can also tie the MAC to the IP. This is not a technical problem per se but an administrative policy problem. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ fr

Re: AAC_COMPAT_LINUX?

2006-03-26 Thread Chad Leigh -- Shire.Net LLC
ions To unsubscribe, send any mail to "freebsd-questions- [EMAIL PROTECTED]" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/ma

Re: AAC_COMPAT_LINUX?

2006-03-26 Thread Chad Leigh -- Shire.Net LLC
be a FreeBSD native one that was not the equal of the Linux one in terms of functionality and that had been basically abandoned, according to what I remember Scott Long saying. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provi

Re: SiI3112 Controller Question

2006-03-30 Thread Chad Leigh -- Shire.Net LLC
If you want a somewhat reasonably priced "real" raid controller, the LSI MegaRaid SATA-4 150 (or some name like that) is around $225 or so and works pretty well Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net

Re: Indiana goes to DST

2006-04-01 Thread Chad Leigh -- Shire.Net LLC
year of changing in April Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send a

Re: Indiana goes to DST

2006-04-02 Thread Chad Leigh -- Shire.Net LLC
for my timezone? While we're on this subject, what do we do when DST is extended? I am sure that an update between now and next Spring will bring us updated timezones, so as long as you never update your machine will you be SOL, otherwise you will be ok Chad --- Chad Leigh -- Shire.Net L

Re: jls shows dead jails too?

2006-04-04 Thread Chad Leigh -- Shire.Net LLC
isted when I run jls. Why is that and is there any way to clear the jls list? Where does jls get the list of the jails? The jail is not completely did in that case. It still "owns" some resources of some sort. Chad Chad Leigh -- Shire.Net LLC Your Web App and Email hosting p

Re: jls shows dead jails too?

2006-04-04 Thread Chad Leigh -- Shire.Net LLC
On Apr 4, 2006, at 2:03 PM, Kris Kennaway wrote: On Tue, Apr 04, 2006 at 04:21:39PM -0300, Marc G. Fournier wrote: On Tue, 4 Apr 2006, Chad Leigh -- Shire.Net LLC wrote: On Apr 4, 2006, at 9:20 AM, Daniel Johansson wrote: I'm setting up a few jails on my FreeBSD 6.0 box and when

Re: swapping out mb and cpu

2006-04-08 Thread Chad Leigh -- Shire.Net LLC
ot;freebsd-questions- [EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions- [EMAIL PROTECTED]" --- Chad Leig

Re: Partitioning on existing system

2006-04-08 Thread Chad Leigh -- Shire.Net LLC
field ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions- [EMAIL PROTECTED]" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider ch

Re: Partitioning on existing system

2006-04-09 Thread Chad Leigh -- Shire.Net LLC
l Hatfield ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions- [EMAIL PROTECTED]" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provid

Re: lost root password on a raid-1 geom mirror

2006-04-11 Thread Chad Leigh -- Shire.Net LLC
in (and obviously fail) When the boot menu comes up, choose "single user mode" and then set a new root password at the shell prompt. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freeb

Re: lost root password on a raid-1 geom mirror

2006-04-11 Thread Chad Leigh -- Shire.Net LLC
ount an appropriate FS :-). This does outline the need to make sure you have strict physical security over your systems. _thank_you_ You're welcome. Best wishes Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosti

Re: Wanted: Flash player for ....

2006-04-13 Thread Chad Leigh -- Shire.Net LLC
d all that Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to &q

Re: IDE hard disk recoms

2004-06-16 Thread Chad Leigh -- Shire.Net LLC
On Jun 16, 2004, at 12:05 PM, Chuck Swiger wrote: I still wouldn't get a drive with the Quantum brand name on it today, however... Besides the fact that Quantum got bought by Maxtor, Quantum had several lines, some of which were quite good and some of which were not so good. Quantum had bought

Re: What's the best possible email failover solution

2004-06-21 Thread Chad Leigh -- Shire.Net LLC
On Jun 21, 2004, at 3:25 PM, Bill Moran wrote: You'd be much better off with some sort of NAS in a raid config, even if it were home grown, to store the spools. We already have a "home-grown NAS" (just a FreeBSD box with Vinum RAID) but it doesn't protect me if the machine with the drives has a p

Re: What's the best possible email failover solution

2004-06-22 Thread Chad Leigh -- Shire.Net LLC
On Jun 22, 2004, at 12:57 AM, Chad Leigh -- Shire.Net LLC wrote: On Jun 21, 2004, at 3:25 PM, Bill Moran wrote: You'd be much better off with some sort of NAS in a raid config, even if it were home grown, to store the spools. We already have a "home-grown NAS" (just a FreeBSD box w

Re: Rack-Mount Server cases

2004-07-14 Thread Chad Leigh -- Shire.Net LLC
On Jul 12, 2004, at 12:04 AM, Jay Moore wrote: On Friday 09 July 2004 07:19 am, Eric Crist wrote: I'm just asking opinions here, but: What do you prefer for a 2U rack mount server case? I want to keep the cost down, but I want something that looks nice and is functional. I've got 5 servers I'm

Re: jails: am I missing something or..

2004-08-03 Thread Chad Leigh -- Shire.Net LLC
On Jul 25, 2004, at 6:29 AM, Hugo Silva wrote: It is unthinkable to be umount'ing EVERY jail if I want to add one. I need separate filesystems for jails if I want (I *need* to) user quotas on jails If I have separate filesystems, I can't create a new jail while the disk is being used (ie other ja

Re: Does the AMD64 version of FreeBSD run on this?

2004-08-06 Thread Chad Leigh -- Shire.Net LLC
On Aug 6, 2004, at 2:42 AM, Massimiliano Stucchi wrote: On 050804, 20:58, Brett Glass wrote: http://eetimes.com/semi/news/showArticle.jhtml?articleID=26805631 You should look at the IA64 port, not the AMD64. Why? This Intel chip referenced is NOT an IA64 architecture. It is Intels EM64T 64/32 bi

jails; sharing parts of file system; mounting pieces of file system in other positions, etc.

2004-01-07 Thread Chad Leigh -- Shire.Net LLC
On linux you can do a % mount -bind olddir newdir to remount a piece of the FS somewhere else. The NullFS on FBSD seems to allow similar things. However, as much as I could find on NullFS in Google seems to indicate that it is pretty much broken and shouldn't be used. What I want to do is r

how many mounts can a system have?

2004-01-09 Thread Chad Leigh -- Shire.Net LLC
I am experimenting with using nfs mounts from localhost to build a set of read only mounts of basic system directories so that I have a single "filebase" to base a farm of jails off of. Ie, mount localhost:/jail/master/bin /jail/myjail1/bin mount localhost:/jail/master/libexec /jail/myjail1/lib

Re: how many mounts can a system have?

2004-01-09 Thread Chad Leigh -- Shire.Net LLC
On Jan 9, 2004, at 11:51 AM, Chad Leigh -- Shire.Net LLC wrote: I am experimenting with using nfs mounts from localhost to build a set of read only mounts of basic system directories so that I have a single "filebase" to base a farm of jails off of. Ie, mount localhost:/jail/master

Re: How "safe" is 5.2 to use?

2004-01-13 Thread Chad Leigh -- Shire.Net LLC
On Jan 13, 2004, at 4:45 AM, Vahric MUHTARYAN wrote: Hi , You have to use FreeBSD 4.9, because you can see in freebsd web page prodcution version is 4.9. and please test it maybe you will see you can not install 5.2 on your hardware because when I try to install 5.1 on my intel platform I faced

Re: -HUP 1 command

2004-01-14 Thread Chad Leigh -- Shire.Net LLC
On Jan 14, 2004, at 1:58 PM, Quintin Riis wrote: I believe the common command for this is -SIGHUP. This depends on the software though. Quintin It is called SIGHUP but to send it you use -HUP to the kill command. Chad fbsd_user wrote: After making changes to syslog.conf and newsyslog.conf w

Re: sshd, how is this possible, security bug?

2004-01-14 Thread Chad Leigh -- Shire.Net LLC
On Jan 14, 2004, at 6:43 PM, Jonathan T. Sage wrote: you did. from ssh's point of view. however, pam is enabled, and it allows password authentication. to do what you're asking, edit sshd_config again, and toggle this line # Change to no to disable PAM authentication ChallengeResponseAuthent

ACPI errors at bit on Abit BP-6 mb (since 5.1) on 5.2RC

2004-01-15 Thread Chad Leigh -- Shire.Net LLC
Hi. I have been getting these errors at boot time on a dual CPU Abit BP-6. This has been happening since I converted this old system into a test system a while back with 5.1R. It still happens with 5.2RC. I have not updated to 5.2R yet. It still seems to run fine and stably even with t

more than one IP address in a jail (?)

2004-01-17 Thread Chad Leigh -- Shire.Net LLC
Either on a webpage somewhere, once, or in here in the list, at one time, I remember seeing some patches that allowed a jail to have more than one IP address. I have been googling all day (not really, but a good amount of time at least) and can't seem to find it again. Anyone have any pointer

Re: more than one IP address in a jail (?)

2004-01-17 Thread Chad Leigh -- Shire.Net LLC
On Jan 17, 2004, at 7:58 PM, Chris Haulmark wrote: Either on a webpage somewhere, once, or in here in the list, at one time, I remember seeing some patches that allowed a jail to have more than one IP address. I have been googling all day (not really, but a good amount of time at least) and can't

Re: Shutdown/reboot troubles with SMP on 5.2

2004-01-21 Thread Chad Leigh -- Shire.Net LLC
On Jan 21, 2004, at 3:47 AM, Alexey Kuzmenko wrote: Hi all, I have troubles with 5.2 while I try to reboot/shutdown it. Our freeBSD 5.2 smp kernel is installed on dual P3 host. It hangs on cpu_reset or cpu_reset_proxy. Is there any solution for this problem? I have noticed a similar problem wit

Re: Folding@Home problem

2004-01-23 Thread Chad Leigh -- Shire.Net LLC
On Jan 23, 2004, at 11:13 PM, Sara Trice wrote: I'm trying to get [EMAIL PROTECTED] running on freeBSD. I get the console running fine, but once it gets running it just keeps failing when it tries to run FahCore_65.exe. Partial Log: [23:14:50] Trying to unzip core FahCore_65.exe [23:14:52] Deco

Re: FreeBSD AMD64 malloc(), mmap()

2004-01-24 Thread Chad Leigh -- Shire.Net LLC
On Jan 24, 2004, at 4:35 PM, [EMAIL PROTECTED] wrote: Hi. I can't find a direct answer for these two linked questions, hence the query to this email address. We're looking into FreeBSD running on Athlon64 processors to give us the ability to handle seriously huge datasets. We did buy a G5 machine

Re: SATA

2004-01-26 Thread Chad Leigh -- Shire.Net LLC
On Jan 26, 2004, at 4:27 AM, Mike Woods wrote: Whats the current state of play with sata in 5.2, I know it's supported and I Know some have had issues, but overall whats the general view on it, what controllers have people had the most luck with, how well supported is SATA Raid ? This may seem

Re: Interest

2004-01-29 Thread Chad Leigh -- Shire.Net LLC
On Jan 29, 2004, at 9:54 AM, JJB wrote: You are mistaken. There is no hardware for sale here Not only that, it is a scam... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of zuber zaini Sent: Thursday, January 29, 2004 11:17 AM To: [EMAIL PROTECTED] Subject: I

Re: SATA RAID 5 controller for FreeBSD

2004-02-02 Thread Chad Leigh -- Shire.Net LLC
On Jan 29, 2004, at 5:12 AM, Artem Koutchine wrote: Hi! I am looking for supported RAID 5 controller for FreeBSD and I am very puzzled after reading all the specs and descrioptions. I haven't found any SATA RAID 5 controller in the FreeBSD supported Hardware list, but some manufacturer claim they

Re: PPC ver of freeBSD ? isent that the main body of os X

2004-02-04 Thread Chad Leigh -- Shire.Net LLC
On Feb 4, 2004, at 8:31 AM, Lucas Holt wrote: This information is based on some articles I read on apple's developer site about OS X.3. Not to be pedantic, but there is no such thing as OS X.3 . There is OS X 10.3 . best Chad ___ [EMAIL PROTECTED]

Re: Any experience with iPowerWeb.com's dedicated FreeBSD server package?

2004-02-07 Thread Chad Leigh -- Shire.Net LLC
On Feb 2, 2004, at 1:40 PM, Philip Hallstrom wrote: Hi - I was wondering if any of you have used iPowerWeb.com's dedicated server package that runs on FreeBSD? Seems like a good deal. For $50/mo you get full root access on your own box and can do whatever you want. http://www.ipowerweb.

Re: AMD vs Intel ...

2004-02-10 Thread Chad Leigh -- Shire.Net LLC
On Feb 10, 2004, at 5:25 AM, Chuck Swiger wrote: Marc Wiz wrote: On Mon, Feb 09, 2004 at 01:53:38PM -0500, Charles Swiger wrote: OK. The price difference for AMD vs. Intel is pretty significant, but be aware that you'll also pay a significant premium for dual-proc hardware versus single-proc ma

Re: AMD vs Intel ...

2004-02-10 Thread Chad Leigh -- Shire.Net LLC
On Feb 10, 2004, at 11:24 AM, Kenneth Culver wrote: Quoting "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]>: On Feb 10, 2004, at 5:25 AM, Chuck Swiger wrote: Marc Wiz wrote: On Mon, Feb 09, 2004 at 01:53:38PM -0500, Charles Swiger wrote: OK. The price difference for AMD vs.

Re: AMD vs Intel ...

2004-02-10 Thread Chad Leigh -- Shire.Net LLC
On Feb 10, 2004, at 11:13 AM, Charles Swiger wrote: On Feb 10, 2004, at 12:58 PM, Chad Leigh -- Shire.Net LLC wrote: Just a note: If you want ECC with an AMD Athlon (not AMD64), you need to buy a dual board anyway, since I don't know of anyone who makes a board with a chipset that support

Re: Cannot ssh from FreeBSD to Linux

2004-02-10 Thread Chad Leigh -- Shire.Net LLC
I am running FreeBSD 5.1 and running Debian Woody stock 2.2.20 kernel. My ISP is Comcast and each machine has an IP address assigned by DHCP, from Comcast. My problem is: I am unable to ssh to the FreeBSD machine from my Debian machine and cannot ssh to Debian from FreeBSD. However, I can ssh t

Re: Cannot ssh from FreeBSD to Linux

2004-02-10 Thread Chad Leigh -- Shire.Net LLC
On Feb 10, 2004, at 10:11 PM, P.V.N wrote: No they are on the same network. Everything is identical except for the last two digits of the IP address. What does the route on each look like? % netstat -r -Original Message- From: Chad Leigh -- Shire.Net LLC [mailto:[EMAIL PROTECTED] Sent

Re: Promise Fastrak ATA RAID 1 rebuild failed

2004-02-11 Thread Chad Leigh -- Shire.Net LLC
On Feb 10, 2004, at 11:39 PM, Michael Shafae wrote: Hi, I have an intel motherboard, s845wd1, with an onboard Promise Fastrak ATA RAID. Its running 4.8p10 on two mirrored Seagate 80 GB disks. It lost the mirror reporting this: ad6: hard error reading fsbn 140018943 of 0-127 (ad6 bn 140018943; c

Linksys EG1032 gigabit card

2004-04-07 Thread Chad Leigh -- Shire.Net LLC
Hi According to the HW list in the handbook, the Linksys EG1032 gigabit card uses a National Semiconductor chip and is supported with the "nge" driver. (4.9-STABLE or -RELEASE). I put one in my server and it is not recognized (and I did add device nge to my kernel). My gentoo Linux java com

Re: Can't *write* to a hard disk, not even a slice using fdisk(8).

2004-04-11 Thread Chad Leigh -- Shire.Net LLC
do you have your securelevel set in rc.conf to YES and to a higher level (like 3)? Chad ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Can't *write* to a hard disk, not even a slice using fdisk(8).

2004-04-11 Thread Chad Leigh -- Shire.Net LLC
On Apr 11, 2004, at 1:50 AM, Julien Gabel wrote: do you have your securelevel set in rc.conf to YES and to a higher level (like 3)? Yes, this machine had a securevel positionned: it set to '2'. But because I can't touch the disk even in Single User Mode, I don't think it is related, but... What i

Re: Question about the Linksys EG1032V2

2004-04-15 Thread Chad Leigh -- Shire.Net LLC
On Apr 14, 2004, at 5:58 PM, John Barbieri wrote: Hello there list. I was wondering if anyone has found a driver or knows a way of getting the Linksys EG1032V2 gigabit Ethernet card to work under FreeBSD 4.9RC-2 I posted about this a few days ago. No response. I bought 2 of them and I seemed

how to update your source tree with amd64?

2004-04-24 Thread Chad Leigh -- Shire.Net LLC
Hi Since cvsup doesn't work and on amd64 platform (ie, running amd64, not just the HW), how do I go about updating my source tree? I wanted to try anaonymous CVS but the host anoncvs.FreeBSD.org as listed in the handbook doesn't seem to exist either... Thanks Chad

nfs help

2004-05-11 Thread Chad Leigh -- Shire.Net LLC
Hi I have a 5.2-CURRENT (as of about 2 weeks ago) machine that I want to serve some filesystem from to itself using localhost. Ie, % mount localhost:/path/to/shared/dir /other/path I have it working on a 5.2.1-RELEASE-p6 machine, but cannot get it working on the -CURRENT machine. I run mount

Re: nfs help

2004-05-11 Thread Chad Leigh -- Shire.Net LLC
On May 11, 2004, at 8:47 PM, Chad Leigh -- Shire.Net LLC wrote: Hi I have a 5.2-CURRENT (as of about 2 weeks ago) machine that I want to serve some filesystem from to itself using localhost. Ie, % mount localhost:/path/to/shared/dir /other/path I have it working on a 5.2.1-RELEASE-p6 machine

read only system file systems for jail

2004-05-11 Thread Chad Leigh -- Shire.Net LLC
Hi All I am playing around on 5.2-CURRENT and am setting up a system to run various programs inside of jails. Including allowing the users to ssh in etc. Is there a fundamental problem of having the following all be read-only file systems, with the noted exceptions? /bin /sbin /libexec /lib

Re: read only system file systems for jail

2004-05-11 Thread Chad Leigh -- Shire.Net LLC
On May 11, 2004, at 11:31 PM, Chad Leigh -- Shire.Net LLC wrote: Hi All I am playing around on 5.2-CURRENT and am setting up a system to run various programs inside of jails. Including allowing the users to ssh in etc. Is there a fundamental problem of having the following all be read-only

  1   2   3   4   5   6   >