Three interface NAT box

2008-02-12 Thread Matthew Herzog
Hi Again. I have a FreeBSD 6.3 box that runs IPNAT and IPFILTER. xl0 is the external NIC and is a dhcp client on a cable network. Naturally, it does IPFILTER. fxp0 is the internal NIC that hands out dhcp leases to clients inside the NAT net. It has the address 192.168.0.1. I also run a cachi

ifconfig fxp0 link0 from rc.conf?

2008-02-02 Thread Matthew Herzog
What is the proper way to turn on the checksum offloading for an Intel fxp card? Yes, it's obvious I can do it by hand with ifconfig. That works fine. How do enable it in rc.conf so that it happens upon each reboot? I searched the www for an hour and found no examples. My guess would be -flags li

bootable scsi card for Ultra 5

2008-01-03 Thread Matthew Herzog
Hey. I just bought a Sun branded 375-0005 X6540A card in hopes I might be able to boot FreeBSD STABLE from it. I powered down the box, physically installed the card and powered up, then hit Stop-a and typed "probe-scsi-all". The OBP saw the card and saw the drive attached to the card seemed OK w

disklabel from sysinstall

2007-12-07 Thread Matthew Herzog
Hi All. Just wondering if anyone has noticed the following problem on Sparc64 FreeBSD STABLE. When I partition a disk from the postinstall disklabel option and then exit the sysinstall shell I am left in an environment where I have no access to any binaries nor can I login via ssh from another h

geli on sparc64

2007-10-03 Thread Matthew Herzog
What options do I need for geli on sparc64? Did I miss something? _KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=medlow -msoft-float -ffreestanding -Werror hints.c cc -c -O2 -pipe -fno-stri

sparc64 kernel build error

2007-10-01 Thread Matthew Herzog
Hello Beasties. I have attached the error text and my kernel config. The build seems to die while building ipfilter but I'm guessing that's not the real reason for it failing. Thanks for any suggestions. -- Matt H nclude opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=1

mounting Solaris 10 NFS share

2007-05-31 Thread Matthew Herzog
Hey all. I'm trying to mount a Solaris 10 NFS share from my FreeBSD 6.2-STABLE machine and I'm having some permissions problems. Here's my /etc/dfs/dfstab file on Solaris 10. share -F nfs -o rw=spark -d "generic" /export/home/mush and the line in /etc/fstab on FreeBSD: 192.168.0.26:/export/h

Re: 6.1 to 6.2

2007-03-13 Thread Matthew Herzog
On Mar 13, 2007, at 4:58, Matthew Herzog wrote: > Hello. > The 6.1 install is intact on disk0 and still works fine. I copied my > ipfilter and ipnat config files to the new system after building an > ipf/ipnat enabled kernel on the 6.2 install but the machine is not > acting > a

6.1 to 6.2

2007-03-12 Thread Matthew Herzog
Hello. I just spent a few hours trying to upgrade my 6.1 FreeBSD to 6.2 FreeBSD. This is on an UltraSparc 5 machine. The 6.1 install is intact on disk0 and still works fine. I copied my ipfilter and ipnat config files to the new system after building an ipf/ipnat enabled kernel on the 6.2 insta

php apache2 config

2007-01-23 Thread Matthew Herzog
When I load a file named php4.info I can see all my php build information. If I change that same file's name to phpinfo.php, I get a "premature end of script headers" error. The file contains this text only: and is owned by apache. ___ freebsd-stabl

vBulletin

2007-01-17 Thread Matthew Herzog
Hi all. I seem to have screwed up my ports nicely. I have two versions of the same php modules installed. GAH! php5-session-5.1.6_3 The session shared extension for php php5-session-5.2.0 The session shared extension for php php5-shmop-5.1.6_3 The shmop shared extension for php php5-shmop-5.2.

Re: chkrootkit finds 94 process hidden for readdir

2006-12-23 Thread Matthew Herzog
; wrote: On Sat, Dec 23, 2006 at 03:57:35PM -0500, Matthew Herzog wrote: > I run FreeBSD 6.1-RELEASE-p7 on an UltraSparc 5 machine. > I ran chkrootkit yesterday and saw this: > Checking `lkm'... You have94 process hidden for readdir command > chkproc: Warning: Possible LKM Tro

chkrootkit finds 94 process hidden for readdir

2006-12-23 Thread Matthew Herzog
Hello. I run FreeBSD 6.1-RELEASE-p7 on an UltraSparc 5 machine. I ran chkrootkit yesterday and saw this: Checking `lkm'... You have94 process hidden for readdir command chkproc: Warning: Possible LKM Trojan installed Everything else was deemed clean by chkrootkit. When I booted into singl

Re: LOR with today's RELENG_6

2006-11-09 Thread Matthew Herzog
I have never been able to "make buildworld" on sparc64 STABLE. It always dies in gbde. mkdep -f .depend -a-I/usr/src/sbin/gbde/../../sys -DRESCUE /usr/src/sbin/gbde/gbde.c template.c /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-alg-fst.c /usr/src/sbin/gbde/../../sys/crypto/rijndael/r

gbde breaks buildworld

2006-11-02 Thread Matthew Herzog
With a freshly checked-out tree from yesterday I still get the same error when running "make buildworld" on sparc64 6.1-RELEASE-p7. mkdep -f .depend -a-I/usr/src/sbin/gbde/../../sys -DRESCUE /usr/src/sbin/gbde/gbde.c template.c /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-alg-fst.c /

gbde breaks buildworld

2006-10-29 Thread Matthew Herzog
http://pastebin.ca/228459 Can I somehow omit building gbde? I do not use it. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

make buildworld fails

2006-10-28 Thread Matthew Herzog
With a stock stable-supfile and freshly checked-out source, I get the following error ( every time ) when I attempt to "make buildworld" on sparc64. Is there some cvs tag I should be using? BuildError Description: Binary data ___ freebsd-stable@freebsd