server crash "panic: spin lock held too long"

2005-03-20 Thread Gerard Meijer
Hi I have a P4 2.6Mhz running on FreeBSD 5.3. Every few days the server crashes. When it crashes it says: spin lock sleepq chain held by 0xc1eb7640 for > 5 seconds panic: spin lock held too long Uptime: 2d3h56m36s Anybody any idea how I can fix this? Thanks!

Re: get local sendmail to use MX records

2005-02-25 Thread Gerard Meijer
will become of someone someday. Thanks a lot to everybody who replied to my thread! Gerard - Original Message - From: "Gerard Meijer" <[EMAIL PROTECTED]> To: "Ted Mittelstaedt" <[EMAIL PROTECTED]>; "Greg Barniskis" <[EMAIL PROTECTED]> Cc: S

Re: get local sendmail to use MX records

2005-02-24 Thread Gerard Meijer
pointer to a domain above looking up the MX records and using them, but how can I let it stop doing that? Thanks! - Original Message - From: "Ted Mittelstaedt" <[EMAIL PROTECTED]> To: "Gerard Meijer" <[EMAIL PROTECTED]>; "Greg Barniskis" <[EMA

Re: get local sendmail to use MX records

2005-02-23 Thread Gerard Meijer
nd local-host-names files. I really don't know why this happens. - Original Message - From: "Greg Barniskis" <[EMAIL PROTECTED]> To: "Gerard Meijer" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, February 23, 2005 8:09 PM Subject: Re: get local sendmail to use MX rec

Re: get local sendmail to use MX records

2005-02-23 Thread Gerard Meijer
Yes the grep suggested by Mark was appropriate. I did that and it returned nothing. Nslookup on the server shows the right MX records for the specific domain. I really don't know what it is. - Original Message - From: "Greg Barniskis" <[EMAIL PROTECTED]> To: &q

Re: get local sendmail to use MX records

2005-02-23 Thread Gerard Meijer
Hi Greg, I'm absolutely sure that this is not the case anymore. I removed everything. - Original Message - From: "Greg Barniskis" <[EMAIL PROTECTED]> To: "Gerard Meijer" <[EMAIL PROTECTED]> Cc: "Hexren" <[EMAIL PROTECTED]>; Sent:

Re: get local sendmail to use MX records

2005-02-23 Thread Gerard Meijer
t wouldn't be a problem, but I'm actually talking about a little more then one address. So that's not a good solution for me. - Original Message - From: "Hexren" <[EMAIL PROTECTED]> To: "Gerard Meijer" <[EMAIL PROTECTED]> Cc: Sent: We

get local sendmail to use MX records

2005-02-23 Thread Gerard Meijer
Hi, I have the following situation: I have moved my mail services from my dedicated server to another server. The MX records were updated at the DNS host to point to the other server. Email from the outside is being routed correctly to the new server, but now the local scripts on the dedicat

FreeBSD 5.3 WARNING: $swapoff is not set properly

2005-02-23 Thread Gerard Meijer
Hi all, When I restart my system, I get this message when the system is shutting down: /etc/rc.shutdown: WARNING: $swapoff is not set properly - see rc.conf(5). Does anybody know what this means and how I can solve it? Thanks! Gerard ___ freebsd-ques

slow ftp connections

2005-02-21 Thread Gerard Meijer
Hi all, One of my boxes has some problems with ftp since a few days. I didn't change anything on the box. I'm running FreeBSD 4.10 and normal ftpd on the box. When I start uploading files to the box through my normal FTP client the speed slows down in a few seconds and eventually the connection

Re: live mirroring

2005-02-14 Thread Gerard Meijer
Peter, I don't really understand this approach. Where can I read more about nfs? Thanks - Original Message - From: "Peter Risdon" <[EMAIL PROTECTED]> To: "Gerard Meijer" <[EMAIL PROTECTED]> Cc: Sent: Monday, February 14, 2005 10:49 AM Subject: Re: l

live mirroring

2005-02-14 Thread Gerard Meijer
Hi all, I have a question. I want to set-up a site on 3 identical FreeBSD servers, using Round Robin to distribute the load. The site will be running some .cgi and .php scripts and when those scripts make changes to the configuration files of the sites, they need to be spread automatically to

ipfw statefull ruleset problem

2005-01-29 Thread Gerard Meijer
Hi everyone, I have a question regarding my statefull ipfw ruleset. I have the following rules: ---begin--- $cmd 00015 check-state #www $cmd 00200 allow tcp from any to any 80 out via $pif setup keep-state #mail $cmd 00231 allow tcp from any to any 110 out via $pif setup keep-state #ftp $cmd

Re: ipfw question (FreeBSD 4.11)

2005-01-03 Thread Gerard Meijer
You are so the man! That's it. You have no idea how long I've spend looking for this. Thanks again! - Original Message - From: "Andras Kende" <[EMAIL PROTECTED]> To: "'Gerard Meijer'" <[EMAIL PROTECTED]>; Sent: Monday, January 03, 2

ipfw question (FreeBSD 4.11)

2005-01-03 Thread Gerard Meijer
I run apache webserver on my server with FreeBSD 4.11 I have a question about ipfw. I have the following rules in my /etc/ipfw.conf: $cmd 00200 allow tcp from any to any 80 out via $pif setup keep-state $cmd 00400 allow tcp from any to any 80 in via $pif setup keep-state (with $pif being my NIC)