Re: php5 port compile problem

2004-11-01 Thread Xander Damen
Well, yeah that's what I did and it did solve my problem. Not the best way to solve it, but if you really want php5 you can do it like that :) I believe 5-stable solved this problem because it switched to bind9, but 4-stable still misses those functions (because of bind8?). Xander -

firewall stable vs current

2004-11-01 Thread Mohd Rasfan
Hello All, what is the diffrent between firewall stable and current what is diffrent beetween deny or reject what is the best market practice Best Regards , @ Mohd Rasfan Bin Mohd Nor System Network Administrator Mobile : 019-2792472 Office : 03-42967102 Fax

Re: Future support for PERC 4e/XX cards

2004-11-01 Thread Vivek Khera
On Oct 26, 2004, at 10:51 AM, Gareth Hopkins wrote: Was wondering if the following cards would be supported in the near future by BSD 4.10. PERC 4e/Si and PERC 4e/Di. These are from the new Dell poweredge 1850 and 2850 servers. Did you try them and they did not work, or are you looking to see

Problems After Upgrading from 4.9-RELEASE-p4 To 4.10-RELEASE-p3

2004-11-01 Thread Drew Tomlinson
I've been happily using 4.9-RELEASE-p4 since April 2004. Over the weekend, I decided to upgrade to 4.10-RELEASE-p3 to fix the pthreads problem since I had just added an external tape drive to the QLogic SCSI card that was already in my system. Anyway, after upgrading, I experienced the same

Re: Why the mode of /dev/null is changed after system reboot?

2004-11-01 Thread Kris Kennaway
On Mon, Nov 01, 2004 at 09:19:12AM +0800, Iva Hesy wrote: I have a gateway running FreeBSD 4.10-p3. Normally, the mode of /dev/null should be 666, but recently, I find that its mode is changed to 600 automatically after reboot, I have checked all /etc/rc* and /usr/local/etc/rc.d/*, but I can't

Re: Why the mode of /dev/null is changed after system reboot?

2004-11-01 Thread Sven Willenberger
On Mon, 2004-11-01 at 09:30 -0800, Kris Kennaway wrote: On Mon, Nov 01, 2004 at 09:19:12AM +0800, Iva Hesy wrote: I have a gateway running FreeBSD 4.10-p3. Normally, the mode of /dev/null should be 666, but recently, I find that its mode is changed to 600 automatically after reboot, I have

Re: Why the mode of /dev/null is changed after system reboot?

2004-11-01 Thread Kris Kennaway
On Mon, Nov 01, 2004 at 02:49:48PM -0500, Sven Willenberger wrote: On Mon, 2004-11-01 at 09:30 -0800, Kris Kennaway wrote: On Mon, Nov 01, 2004 at 09:19:12AM +0800, Iva Hesy wrote: I have a gateway running FreeBSD 4.10-p3. Normally, the mode of /dev/null should be 666, but recently, I

exim-sa Build procedure issues.

2004-11-01 Thread Andy Davidson
Hi, I recently installed Exim 4 with SpamAssassin at smtp-time suport from FreeBSD ports. (Most recent collection downloaded from the freebsd.org site.) The port is exim-sa-exim in the mail collection. There were some problems with the build procedure that could be automated : 1. The

Re: Why the mode of /dev/null is changed after system reboot?

2004-11-01 Thread Dmitry Morozovsky
On Mon, 1 Nov 2004, Sven Willenberger wrote: SW I have a gateway running FreeBSD 4.10-p3. Normally, the mode of SW /dev/null should be 666, but recently, I find that its mode is changed SW to 600 automatically after reboot, I have checked all /etc/rc* and SW /usr/local/etc/rc.d/*, but I

Re: Why the mode of /dev/null is changed after system reboot?

2004-11-01 Thread Iva Hesy
It could be a port doing this at startup, but we still need more debugging.. Kris I think that sshd2 does this. because I installed it only recently... ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: Why the mode of /dev/null is changed after system reboot?

2004-11-01 Thread Iva Hesy
No, it just happened after system reboot...:-) If I chmod it to 666it will re-chmod it to 600 after system reboot. On Tue, 2 Nov 2004 09:08:15 +0300 (MSK), Dmitry Morozovsky [EMAIL PROTECTED] wrote: I remember I stepped into this once or twice in the past. Bad umask at mergemaster/MAKEDEV time