Re: Weird behavior with -stable

2004-03-22 Thread Gregory Bond
Really sounds like there is another machine on the same subnet with the same (new) IP address, and they are having ARP duels. Sometimes you get machine A, sometimes machine B. When you get A, it works, when you get B, there is no HTTP/IMAP/ etc daemons listening and the host key is wrong. Check

kernel doesn't build anymore on 4.9-RC ?

2004-03-22 Thread TJ
Did you ever find a solution? I have finally found the time to try to upgrade and have the same problem. I suspect my Cyrix processor, but it did work on 4.8, eventually. TJ Olney ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/list

Weird behavior with -stable

2004-03-22 Thread kniveton
There is a box that's been running 4-stable for a long time. A few days ago, I changed the IP address of the box to a different address on the same subnet, and also cvsup'ed -stable and rebuilt world and the kernel. Recently, I also added the options IPSEC and IPSEC_ESP Now for the past few d

Re: Question about threading

2004-03-22 Thread Doug White
On Sun, 21 Mar 2004, Joe Halpin wrote: > I've been told that threading in FreeBSD has historically had some > problems. What is the current state of that (-STABLE and -CURRENT)? Can you explain which problems? :) Threading on 4.x has worked for some time, although its a somewhat limited implmeen

Re: natd & virtual hosting

2004-03-22 Thread Eli K. Breen
Aha! I'll give that a go. Thank you. -E- Matthew Seaman wrote: If I have a single IP, will nat with FreeBSD 4.9 allow me to separate requests by domain name even if they share an IP? NAT works with IP addresses. Why can't you just use Virtual Hosts in Apache? Do you really need to run both ve

4.9 stable panic (maybe cfsd related)

2004-03-22 Thread Chi-Fung Fan
Hi, I've encountered kernel panics on my P4 machine few times. These panics only happened occasionally (like once every month). I'm not sure if they are time dependent, but they seem to only happen around 5-7am in the morning. The only nfs server I'm running is cfsd, so they may be cfs related

Re: SMP forcing crash/reboot in 4.9-STABLE

2004-03-22 Thread Dag-Erling Smørgrav
Rick Updegrove <[EMAIL PROTECTED]> writes: > dumpdev=YES dumpdev=ad0s1b (replace ad0s1b with one of your actual swap devices) DES -- Dag-Erling SmÃrgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/f

Re: ftp.perl.org strangeness

2004-03-22 Thread Mark Andrews
> > On Mar 15, 2004, at 11:55 PM, Dave Hart wrote: > > (Dave, I'm not subscribed to freebsd-stable currently - if the list > isn't open for non-subscribers and you find it appropriate can you > forward this mail there?) > > > I've run across this issue with a few websites in the last 18 month

Re: natd & virtual hosting

2004-03-22 Thread Matthew Seaman
On Mon, Mar 22, 2004 at 11:15:10AM -0800, Eli K. Breen wrote: > > Janet Sullivan wrote: > > > I'm trying to host a few services under a few different domain names and > > > need to be running multiple webservers to do it (apache 1.3x and 2.x). > > > > > > If I have a single IP, will nat with FreeB

Re: natd & virtual hosting

2004-03-22 Thread Barney Wolff
On Mon, Mar 22, 2004 at 11:15:10AM -0800, Eli K. Breen wrote: > > > >NAT works with IP addresses. Why can't you just use Virtual Hosts in > >Apache? Do you really need to run both versions? > > Yes. Unfortunately. (Slash does not run on 2.x, many of the sites > require 2.x) > > I am already

Re: natd & virtual hosting

2004-03-22 Thread Eli K. Breen
Janet Sullivan wrote: > I'm trying to host a few services under a few different domain names and > need to be running multiple webservers to do it (apache 1.3x and 2.x). > > If I have a single IP, will nat with FreeBSD 4.9 allow me to separate > requests by domain name even if they share an IP

Re: natd & virtual hosting

2004-03-22 Thread Janet Sullivan
> I'm trying to host a few services under a few different domain names and > need to be running multiple webservers to do it (apache 1.3x and 2.x). > > If I have a single IP, will nat with FreeBSD 4.9 allow me to separate > requests by domain name even if they share an IP? NAT works with IP address

Re: SMP forcing crash/reboot in 4.9-STABLE

2004-03-22 Thread Rick Updegrove
Rick Updegrove wrote: Randy Rowe wrote: > Is your Apache running mod_ssl? If you have updated openssl you will > need to recompile apache with the updated libraries. Thanks Randy, I will do that and report back to this thread. OK I forgot that this box was standard apache port. [EMAIL PROTECT