Custom kernel = sk transmit failures

2006-02-25 Thread David Higgs
I know custom kernels aren't supported, but I ran into some odd issues when I tried to make a new stripped-down 3.8-stable kernel for my new hardware (a 3com 3C2000-T card). I generate kernel configs with dmassage (-s option) to remove unused drivers and a bit of hand-tweaking to remove features I

manual vs. crontab execution

2006-02-25 Thread Peter Bako
I have a weird problem I cannot find a solution to. I've written a small script (attached below) that I put on the dozen or so systems that I maintain for friends and clients, that daily sends some basic information to my web server. This data is then stored in a MySQL database and viewed via ano

Re: pf.conf to log specific but block all

2006-02-25 Thread knitti
On 2/25/06, Harry Putnam <[EMAIL PROTECTED]> wrote: > "Melameth, Daniel D." <[EMAIL PROTECTED]> writes: > > > On a consumer-class Internet connection, I don't expect too much. > > However, the following should only log ssh: > > That is what got me going on this... By negligence I'd left ssh open >

Unsafe Sockets

2006-02-25 Thread Jason Balan
Hi Having some trouble with mail filters. Using this filter cvgfilter.c Compile with cc -I/usr/include -I/usr/share/sendmail -c cvgfilter.c compiles to cvgfilter.o This line below not sure what to do with and your linking command line will look something like cc -o cvgfilter [object-files]

Re: JPMorgan Chase & Co.- Suspension Notice :159246495

2006-02-25 Thread Harry Putnam
Notice Chase <[EMAIL PROTECTED]> writes: Chase staff, Could you please fix the help and support links.

Re: pf on bridge

2006-02-25 Thread NetNeanderthal
On 2/25/06, Luke Eckley <[EMAIL PROTECTED]> wrote: > All documentation I have seen about configuring pf on a bridge states > to pass in/out all on one interface and filter in/out on the other. > > Why not just 'set skip on { lo, $bridge_int_1 }', then filter on > $bridge_int_0? Why not filter inbo

pf on bridge

2006-02-25 Thread Luke Eckley
All documentation I have seen about configuring pf on a bridge states to pass in/out all on one interface and filter in/out on the other. Why not just 'set skip on { lo, $bridge_int_1 }', then filter on $bridge_int_0? Luke

Re: OpenBSD's AFS informations

2006-02-25 Thread ober
You are in luck. -current has an openafs port. It contains a script to setup a single server cell. OpenBSD also comes with arla in the base system which allows for easy setup for clients. -Ober Richard Chesler: [Reading a piece of paper] The first rule of Fight Club is you don't talk about Figh

Re: pf.conf to log specific but block all

2006-02-25 Thread Harry Putnam
Joachim Schipper <[EMAIL PROTECTED]> writes: >> There is a facility on the NETGEAR to send all traffic to an inside >> machine for whatever reason. Its called a DMZ Server although I don't >> think that is the normal usage of DMZ, but not experienced enough to >> know for sure. > > That would pro

Re: IPSEC negotiation on demand

2006-02-25 Thread Matthew Closson
On Sat, 25 Feb 2006, Joachim Schipper wrote: On Sat, Feb 25, 2006 at 10:29:11AM -0500, Matthew Closson wrote: Rather than have isakmpd bring up all tunnels when the daemon starts up, is there a way to have it bring up the tunnels on demand? For example. host_a > router_b <>

Re: pf.conf to log specific but block all

2006-02-25 Thread Joachim Schipper
On Fri, Feb 24, 2006 at 08:58:11PM -0600, Harry Putnam wrote: > I want to use pf.conf in what may be an unusual place. > > Not the usual sheild between private net and internet. > It would be more as a logging service but will need some config to > allow two private net machines to access it. > >

Re: IPSEC negotiation on demand

2006-02-25 Thread Joachim Schipper
On Sat, Feb 25, 2006 at 10:29:11AM -0500, Matthew Closson wrote: > Rather than have isakmpd bring up all tunnels when the daemon starts up, > is there a way to have it bring up the tunnels on demand? For example. > > host_a > router_b <> router_c <- host_d > > Is there a w

Re: pf.conf to log specific but block all

2006-02-25 Thread Harry Putnam
"Melameth, Daniel D." <[EMAIL PROTECTED]> writes: > On a consumer-class Internet connection, I don't expect too much. > However, the following should only log ssh: That is what got me going on this... By negligence I'd left ssh open after coming home from a trip where I had it open for connection

Re: pf.conf to log specific but block all

2006-02-25 Thread Harry Putnam
"Melameth, Daniel D." <[EMAIL PROTECTED]> writes: >> There is a facility on the NETGEAR to send all traffic to an inside >> machine for whatever reason. Its called a DMZ Server although I don't >> think that is the normal usage of DMZ, but not experienced enough to >> know for sure. > > This migh

Re: Broadcom BCM4401 not configured

2006-02-25 Thread Brendan Grossman
Thanks! That would explain it, I'm trying to do an FTP install. On Sat, 25 Feb 2006 09:20:02 -0500, "marius" <[EMAIL PROTECTED]> said: > Hi Brandan, > > Check http://www.openbsd.org/i386.html > > The boot floppies do not include support for the Broadcom BCM4401. > Either use the .iso, or buy th

IPSEC negotiation on demand

2006-02-25 Thread Matthew Closson
Rather than have isakmpd bring up all tunnels when the daemon starts up, is there a way to have it bring up the tunnels on demand? For example. host_a > router_b <> router_c <- host_d Is there a way to setup isakmpd so that if host_a tries to send a packet to host_d, rou

Re: pf.conf to log specific but block all

2006-02-25 Thread Melameth, Daniel D.
Harry Putnam wrote: > "Melameth, Daniel D." <[EMAIL PROTECTED]> writes: > Thanks for the nifty summary. I want to pester you just a little more > then I'll get to work on this and see if I get really stuck > somewhere. Sounds good ;-) . > > # Address translation for machines on your LAN > > nat

Re: Broadcom BCM4401 not configured

2006-02-25 Thread marius
Hi Brandan, Check http://www.openbsd.org/i386.html The boot floppies do not include support for the Broadcom BCM4401. Either use the .iso, or buy the CD. I've got that network card in my Acer laptop and it works great. //mts -- "Playing safe is only playing." Fortune Cookie from Simon

Re: Problem with freshclam (maybe a port problem)

2006-02-25 Thread Joachim Schipper
On Sat, Feb 25, 2006 at 11:44:57AM +0200, Gabriel George POPA wrote: > No, I am not. But freshclam runs as user _clamav (I think this should be > no problem). > Maybe I have a problem with my DNS? Or with file/directory permissons? > It's the first time this happens and I really don't know what >

Broadcom BCM4401 not configured

2006-02-25 Thread Brendan Grossman
Hi all I'm trying to install 3.8 on an ASUS P4PE with onboard Broadcom BCM4401 chip, however it doesn't seem to be detecting it. At boot I get the following... "Broadcom BCM4410" rev 0x01 at pci2 dev 5 function 0 not configured I've Googled around but most reports seem to be from before the dr

OpenBSD's AFS informations

2006-02-25 Thread Bruno Carnazzi
Hi misc, I come to you because my enterprise will need some distributed file system in the mounths to come. We need to distribute a big file system between 2 main sites, accessed by multiples clients spreaded across differents sites. A client is nearly always a thinclient running RDP to some TS

Re: how to hunt for suspected memory leaks?

2006-02-25 Thread Toni Mueller
Hello, On Fri, 24.02.2006 at 21:49:16 +, Nick Guenther <[EMAIL PROTECTED]> wrote: > On 2/24/06, Gabriel George POPA <[EMAIL PROTECTED]> wrote: > > I understand your problem. In fact a closer analysis will > > show that there is no problem. Probably the memory you are reporting > >

Re: Problem with freshclam (maybe a port problem)

2006-02-25 Thread Gabriel George POPA
No, I am not. But freshclam runs as user _clamav (I think this should be no problem). Maybe I have a problem with my DNS? Or with file/directory permissons? It's the first time this happens and I really don't know what to do... (I really need this antivirus filter). I've set the debug flag and th