Re: buildup of Windows time_wait talking to fbsd 4.10

2005-01-10 Thread laffer1
On Mon, 10 Jan 2005, Len Conrad wrote: We have a windows mailserver that relays its outbound to a fbsd gateway. We changed to a different fbsd gateway running 4.10. Windows then began having trouble sending to 4.10. Windows "netstat -an" shows dozens of lines like this: source IP

Re: ftp/fetch can not connect to ftp sites.

2005-01-21 Thread laffer1
On Fri, 21 Jan 2005, Lowell Gilbert wrote: It sounds like you have a new firewall (intentionally or not) in the form of your cable "modem." Why do you have the portrange set low? The fact that you apparently have similar problems under other operating systems may indicate that FreeBSD can't actua

Re: Asus P4S800D-E Deluxe

2004-06-27 Thread User LAFFER1
I've noticed that many newer Asus boards have ACPI problems with FreeBSD. Its a shame because i have always bought asus boards since I learned of them. On Sat, 26 Jun 2004, Doug Poland wrote: On Sun, Jun 27, 2004 at 12:15:18AM +0100, Shaun Friedle wrote: On Sat, 2004-06-26 at 18:42, Doug Poland

Re: tripwire on 5.2.1

2004-06-27 Thread User LAFFER1
I was able to get a really old version in ports to work, but not the most recent build. The old version occasionally crashed on me when running a check on the filesystem. I would look at some of the alternatives to tripwire in ports for a 5.x system. On Sun, 27 Jun 2004, dave wrote: Hello, A

Re: Problem restarts

2004-06-28 Thread User LAFFER1
I had a similar problem with a server recently. The issue turned out to be the NIC/NIC driver. I changed it over to a 3com and it worked like a charm ever since. I'm also using that power supply in a server. I've noticed it gets very hot under load. I believe that model only has one fan and

Re: Problem restarts

2004-06-28 Thread User LAFFER1
On Mon, 28 Jun 2004, Mark Terribile wrote: Dear "User LAFFER1", I had a similar problem with a server recently. The issue turned out to be the NIC/NIC driver. I changed it over to a 3com and it worked like a charm ever since. Well, I'm using the motherboard NIC, which is an Inte

Re: FTP server will not initiate DATA connection back to client

2004-07-01 Thread User LAFFER1
Does it work with ipfw disabled? If so, then it seems resonable that ipfw is causing the problem. One of the ftp modes (pasv or port) requires high level ports to be accessible on the server. I just started drinking coffee this moring, so i can't remember which one yet. :) If i remember righ

Re: newbie ACPI questions

2004-07-08 Thread User LAFFER1
I also have a precision 650 at home. What is acpi's setting in the bios? You can set it to s3 or s1 in there. I would check that. I just got my system on refurb from dell and haven't had a chance to play much yet. :) On Thu, 8 Jul 2004, Duane Winner wrote: Hi all. I'm just getting my feet wet

Re: 100Mbit/s LAN slow, TX only ~3MB/s (esp. file transfer) -- why?

2004-07-15 Thread User LAFFER1
THe realtek driver in freebsd is very poor. I have a Dlink DFE 530+ with a realtek chipset and the machine would actually reboot once a week (small mail server) and had unusual statements in the log about oversized frames. I replaced it with a 3com 3c905c and it works great now. (even though

Re: 3COM NIC Card???

2004-07-26 Thread User LAFFER1
They should be. I have used the same card in 4.9 stable and 5.2.1 release. On Mon, 26 Jul 2004, Hakim Singhji wrote: Hello All, I recently purchased a pair of 3Com 3C905CTXM EtherLink XL PCI TX Network adapter PCI 100 Mbps NIC Cards and I wanted to know if they are compatible with FreeBSD 4.10

Re: Odd /etc/hosts entry

2004-07-26 Thread User LAFFER1
Its for ip6. On Mon, 26 Jul 2004, Clint Olsen wrote: So, I just debugged a majorly annoying problem doing port forwarding with SSH. Thanks to some creative Googling, I realized I had a weird entry in my hosts file. What does this "::1" entry mean? #::1localhost localhost.my.do

Re: Video Driver - Rage Pro Help

2004-08-02 Thread User LAFFER1
The IBM aptiva machines used a modified ati chipset. Some models do not work properly with x11, os/2 warp (ironically), and other non-windows environments. There is a rage driver present with x11 that might work. On Mon, 2 Aug 2004, Bruce wrote: I have an old IBM Aptiva with a Rage Pro video c

Re: 5.2.1 can't find sound card

2004-04-20 Thread User LAFFER1
Audigy cards are not supported. I have the same problem. Supposedly, current supports audigy's and there are several patches that i could not get to work on the internet. I'm trying to build a current kernel right now to hopefully get sound on my desktop. On Tue, 20 Apr 2004 [EMAIL PROTECTED] w

Re: Moving to apache2

2004-04-20 Thread User LAFFER1
apache2 has "builtin" support for SSL and doesn't require a seperate module. There might be a variable like WITH_SSL or something you need for the port. i never used the ports collection for apache. On Tue, 20 Apr 2004, Marius Kirschner wrote: > I just set up a new 4.9 box and want to install Ap

Re: 5.2.1 can't find sound card

2004-04-21 Thread User LAFFER1
I can tell you that Audigy Gamers work in freebsd current. I *finally* got my sound working last night. I had a similar problem to yours when i had pcm in the kernel. You don't need it there. Just compile the kernel without sound and then kldload the snd_emu10k1 (or x in your case). If that wo