Mozilla compilation and P4 problems?

2003-11-27 Thread Byron Schlemmer
Hi all, I have a rather annoying problem here. I can't seem to build mozilla from ports (cvsuped at 06:13GMT today). I'm not sure if this is freebsd related but perhaps someone has had a similar problem. I'm running a P4 2.8GHz 800FSB and have tried CPUTYPE set to p4, i686, i386 in /etc/make.conf

Re: Mozilla compilation and P4 problems?

2003-11-27 Thread Byron Schlemmer
On Fri, 2003-11-28 at 08:26, Joe Marcus Clarke wrote: > CPUTYPE=p4 is not supported in 5.1-RELEASE, but was compensated for by > using p3 internally. However, I bet you're still using non-standard Ah, okay. Thanks for that. > CFLAGS or CXXFLAGS. If so, switch back to using default > CFLAGS/CXXF

Re: Mozilla compilation and P4 problems?

2003-11-28 Thread Byron Schlemmer
On Fri, 2003-11-28 at 08:43, Byron Schlemmer wrote: > Hmm strange thing is I am using the defaults from > /usr/share/examples/etc/make.conf, I've even tried removing them from my > /etc/make.conf it still seems to die. Albeit in a different spot now? > > gmake[3]: Entering dir

Re: Mozilla compilation and P4 problems?

2003-11-28 Thread Byron Schlemmer
On Fri, 2003-11-28 at 09:19, Byron Schlemmer wrote: > Hmm, I'm beginning to think that this might me a hyper threading issue. > I am running an SMP kernel with machdep.cpu_idle_hlt set to 1. Looking > at previous posts HTT maybe because of : > > From: Terry Lambert ([EMAIL P

Re: I need advise ?!

2003-12-22 Thread Byron Schlemmer
On Mon, 2003-12-22 at 17:27, Vahric MUHTARYAN wrote: > Hi Everybody , > > Some LinuxAdmin said that ext3 file system is running more faster > then UFS2 file system .. Could you give me advise about How can I test write > and read performans on two filesystem . I will use same Controller Ca

Bacula installation problems

2004-07-08 Thread Byron Schlemmer
Hi all, I'm having a problem installing Bacula from ports, which have been updated today : # portinstall -v bacula . . . c++ -L/usr/local/lib -pthread -L../lib -L../cats -L../findlib -o bacula-dir dird.o admin.o authenticate.o autoprune.o backup.o bsr.o catreq.o dird_conf.o expand.o fd_cmds

Re: Bacula installation problems

2004-07-08 Thread Byron Schlemmer
On Jul 8, 2004, at 16:20, Dan Nelson wrote: nl_langinfo has been provided by libc ever since FreeBSD 4.5. If you're running something older, you will have to build a newer libc (preferably a new world). I'm not sure why your gettext build decided that the system had nl_langinfo, though. Ah! Thank

Re: Spam Assassin?

2004-01-25 Thread Byron Schlemmer
On Sun, 2004-01-25 at 06:51, Eric F Crist wrote: > Where is the Spam Assassin port? The only thing I can find is spamass-milter > which just USES Spam Assassin. Or you might try /usr/ports/mail/bogofilter which I found to be quite a bit faster than SpamAssasin. -- Byron signature.as

Re: Traffic shaping - current best practice?

2002-09-18 Thread Byron Schlemmer
On 18 Sep 2002, Kirk Strauser wrote: > I know that someone asks this question every now and then, but it's the kind > of thing that can change over time, so I ask again: > > I want to use a FreeBSD firewall to provide bandwidth guarantees to > customers. Specifically, several hosts will be shari

Re: Trafic shaping HOWTO?

2002-09-29 Thread Byron Schlemmer
On Sun, 29 Sep 2002, stan wrote: > I've got a FreeBSD machine that serves as the gateway between 2 > subnets. > > Now I find myself in need of throtoling trafic between the 2 > for certain prts (NFS and Amanad, if it matters). > > Coan anyone point me to the corect documentation to read? If you

Re: Coding style and API's

2002-07-17 Thread Byron Schlemmer
On Wed, 17 Jul 2002, Kenneth Culver wrote: > get on a freebsd machine and type "main style" > > for the api's, I have like 5 books on them, but I can't remember their > names but they're all by Stevens and can be found pretty easily. > > Ken > > On Wed, 17 Jul 2002, Rafter Man wrote: > > > Hi Fre

Re: FreeBSD - Secure by DEFAULT ?? [hosts.allow]

2003-08-08 Thread Byron Schlemmer
On Thu, 2003-08-07 at 19:24, Schalk Erasmus wrote: > Hi, > > I need to know what the implications are to make use of the hosts.allow file > on a FreeBSD Production Server (ISP Setup)? The reason I'm asking, is that > I've recently decommisioned a Linux SendMail Server to a FreeBSD Exim > Server, b

ipfw enable firewall not working

2004-03-22 Thread Byron Schlemmer
Hi all, I'm having a problem enabling the ipfw firewall on RELENG-4.9 boxes cvsuped and installed today. Basically ipfw enable firewall leaves net.inet.ip.fw.enable set to 0 and the ipfw counters are not changing when I do a ipfw show, so the firewall is definitely not being loaded. Anyone else s