Re: pf queue monitoring

2006-08-23 Thread tony sarendal
On 23/08/06, tony sarendal <[EMAIL PROTECTED]> wrote: > > > > On 23/08/06, Julien TOUCHE <[EMAIL PROTECTED]> wrote: > > > > tony sarendal wrote on 22/08/2006 08:32: > > > I wrote a script to generate graphs for the queues using python and > > > rrdtool a while back when I needed it, although it onl

How to update httpd without a compiller

2006-08-23 Thread Tomas
Hi list, I was wondering is there any way to patch my httpd server without a compiller? I don't want to add a compiller on my production web server, but I need to patch httpd (security fix 004). I use OpenBSD 3.9.

Re: Questions about cfs

2006-08-23 Thread Michael
Nick Guenther wrote: (you have 13 or so partitions you can fit into the disklabel). What am I saying? vnd disks are not connected to wd disks. There should be no arbitrary restriction. What would be the reason for disklabels in this case anyway? I just need a partition which is readable by

Re: How to update httpd without a compiller

2006-08-23 Thread Nico Meijer
Hi Tomas, > I was wondering is there any way to patch my httpd server without a > compiller? I don't want to add a compiller on my production web server, > but I need to patch httpd (security fix 004). I use OpenBSD 3.9. Set up another, non-production, box with 3.9 and build -stable on that. Fo

Re: How to update httpd without a compiller

2006-08-23 Thread Juha Saarinen
On 8/23/06, Nico Meijer <[EMAIL PROTECTED]> wrote: Set up another, non-production, box with 3.9 and build -stable on that. Follow `man release` and read the upgrade guide on how to extract the sets. Seems a slightly cumbersome way to deal with security issues which may be urgent, but perhaps th

Re: How to update httpd without a compiller

2006-08-23 Thread Didier Wiroth
Hello, You will need a second box for this. a) on the build box: Use nfs, export /usr/src and /usr/obj cd /usr/src/usr.sbin/httpd make -f Makefile.bsd-wrapper obj make -f Makefile.bsd-wrapper cleandir make -f Makefile.bsd-wrapper depend make -f Makefile.bsd-wrapper b) on the box where you want to

Re: How to update httpd without a compiller

2006-08-23 Thread Rogier Krieger
On 8/23/06, Juha Saarinen <[EMAIL PROTECTED]> wrote: On 8/23/06, Nico Meijer <[EMAIL PROTECTED]> wrote: > Set up another, non-production, box with 3.9 and build -stable on that. Seems a slightly cumbersome way to deal with security issues which may be urgent, but perhaps that's just me? Buil

Re: How to update httpd without a compiller

2006-08-23 Thread Nico Meijer
Hi Juha, > Seems a slightly cumbersome way to deal with security issues which may > be urgent, but perhaps that's just me? Maybe. ;-) I find it easier than reading different patch-instructions and updating several servers. I have one procedure to run. After my `make release` I distribute the se

Re: How to update httpd without a compiller

2006-08-23 Thread Juha Saarinen
On 8/23/06, Rogier Krieger <[EMAIL PROTECTED]> wrote: An alternative may be binpatch (see the archives), but I haven't tried that piece of software yet. IIRC, quite a few people are happy with that, so it may be worth your while. Yeah, binpatch works nicely. -- Juha

pf queue skipping

2006-08-23 Thread Lawrence Horvath
I have the following config for my pf.conf and i noticed that nothing shows in the queues for incomming: ##BEGIN_QUEUES## altq on tl0 cbq bandwidth 3000Kb qlimit 200 queue { traffic_out, traffic_in } queue traffic_out bandwidth 1500Kb qlimit 200 cbq { \ other_out, ssh_out, ftp_data_out,

Re: How to update httpd without a compiller

2006-08-23 Thread Tomas
Thanks all for advises, I will do Nico's way :) And when I will have more free time I will try binpatch.

Re: pf queue skipping

2006-08-23 Thread Jason Dixon
On Aug 23, 2006, at 6:28 AM, Lawrence Horvath wrote: I have the following config for my pf.conf and i noticed that nothing shows in the queues for incomming: at this time i was transfering files into the server and it was not showing in the incomming queues, not sure why, i know its hard to "

Re: pf queue monitoring

2006-08-23 Thread tony sarendal
On 23/08/06, Julien TOUCHE <[EMAIL PROTECTED]> wrote: > > tony sarendal wrote on 22/08/2006 08:32: > > I wrote a script to generate graphs for the queues using python and > > rrdtool a while back when I needed it, although it only works with > > CBQ. http://www.prefixmaster.com/eyeonpf.php > > > >

Re: How to update httpd without a compiller

2006-08-23 Thread Nick Holland
Juha Saarinen wrote: On 8/23/06, Nico Meijer <[EMAIL PROTECTED]> wrote: Set up another, non-production, box with 3.9 and build -stable on that. Follow `man release` and read the upgrade guide on how to extract the sets. Seems a slightly cumbersome way to deal with security issues which may be

Re: pf queue skipping

2006-08-23 Thread Lawrence Horvath
Yes it says its only "useful" for outbound, that doesnt mean that it shoudnt still try to queue inbound, which it does sorta do as per my pfctl -vvs queue, however it skips on parent queue for some reason On 8/23/06, Jason Dixon <[EMAIL PROTECTED]> wrote: On Aug 23, 2006, at 6:28 AM, Lawrence Ho

Re: pf queue skipping

2006-08-23 Thread Jason Dixon
On Aug 23, 2006, at 7:26 AM, Lawrence Horvath wrote: Yes it says its only "useful" for outbound, that doesnt mean that it shoudnt still try to queue inbound, which it does sorta do as per my pfctl -vvs queue, however it skips on parent queue for some reason Try reading the entire paragraph. -

amd64 bsd.mp keyboard problems

2006-08-23 Thread Rob Sessink
I am having a strange problem with the bsd.mp kernel om my amd64. When i boot openbsd i get problems with the keyboard. When holding down a key for say 2 to 3 seconds it hangs and keeps issuing the pressed key. This leads to all kind of usability problems. This issue seems only related to the

Automatic disklabeling after resizing partition

2006-08-23 Thread Mohd Hisham Mohd Omar
Is there any way I can invoke automatic disklabeling like when you first install Openbsd on your system? I can't figure out the correct start and end sectors after resizing my NTFS/FAT32 partitions using Partition Magic. I always messed it up after doing manual disklabel in which afterwards Ope

Re: Automatic disklabeling after resizing partition

2006-08-23 Thread Bryan Allen
+-- | On 2006-08-23 13:24:25, Mohd Hisham Mohd Omar wrote: | | Is there any way I can invoke automatic disklabeling like when you first | install Openbsd on your system? I can't figure out the correct start and | end sec

Re: Questions about cfs

2006-08-23 Thread Michael
I got another question, when attaching an encrypted folder the permissions are always set to 0700. When trying to change that I am getting the following error: > chmod: /crypt/root: Operation not permitted I was hoping that I could make a shared world read and writeable folder for all users t

Re: BGP troubleshooting

2006-08-23 Thread bablam
Good morning, Being that I cannot find a list specifically for openbgp I am going to send it here (to the mics@ list), if anyone knows of a list more suited to openbgp troubleshooting please let me know. The issues is dropped neighborships between IBGP peers every 1-2 minutes. One host i

Re: Change a FR keyboard into a US one

2006-08-23 Thread Alina Florea
Hello Peter, Thanks a lot for your answer. It works now. Best regards, Alina. Peter H. Coffin a icrit : On Mon, Aug 21, 2006 at 11:52:06AM +0200, Alina Florea wrote: Hello, I have a US keyboard but the french one is loaded instead the US. I tape "a" I have a "q" and so on. I have used

Re: Change a FR keyboard into a US one

2006-08-23 Thread Andreas Kahari
On 21/08/06, Peter H. Coffin <[EMAIL PROTECTED]> wrote: [cut] See also the kbd(8) command. In 3.9 at least, there is a kbd-related section in /etc/rc: if [ -f /sbin/kbd -a -f /etc/kbdtype ]; then kbd `cat /etc/kbdtype` I wonder if that shouldn't really say if [ -x /sbin/kbd -a -f /et

Re: BGP troubleshooting

2006-08-23 Thread Stuart Henderson
On 2006/08/23 06:48, bablam wrote: > The issues is dropped neighborships between IBGP peers every 1-2 > minutes. One host is a PFsense (FC1) firewall running openbgp version > 3.72 What is "openbgp version 3.72"?! I see 3.6, 3.7, 3.9 in the ftp directory, no 3.72. I think it's better to run a

Re: MegaRAID SCSI 320-2 bad write performance

2006-08-23 Thread Robert Urban
I set up a couple of partitions to perform raw I/O to, one on the RAID-5 drive and one on the RAID-0 drive: dd to raw device: RAID-5: 6.4MB/s RAID-0: 9.1MB/s There is *no* difference between 3.9 and 4.0-beta. For kicks, I also tested reading from a raw device: dd reading from a raw devi

Re: BGP troubleshooting

2006-08-23 Thread Claudio Jeker
On Wed, Aug 23, 2006 at 06:48:52AM -0700, bablam wrote: > Good morning, > Being that I cannot find a list specifically for openbgp I am > going to send it here (to the mics@ list), if anyone knows of a list > more suited to openbgp troubleshooting please let me know. misc@ is the right place.

Re: MegaRAID SCSI 320-2 bad write performance

2006-08-23 Thread Greg Thomas
On 8/23/06, Robert Urban <[EMAIL PROTECTED]> wrote: I set up a couple of partitions to perform raw I/O to, one on the RAID-5 drive and one on the RAID-0 drive: dd to raw device: RAID-5: 6.4MB/s RAID-0: 9.1MB/s Hmmm, if I'm doing my calculations right I'm getting almost 40MB/s for RAID-

Re: Automatic disklabeling after resizing partition

2006-08-23 Thread Mohd Hisham Mohd Omar
Thanks Bryan, but I did meant automatic disklabeling or 'automatic detection of existing foreign partitions' if you will. Forgive me for not being clear. The FAQ says in 14.16.1 I had to do it manually but I know Openbsd is much smarter than that, because it did exactly just that (automatic det

Re: MegaRAID SCSI 320-2 bad write performance

2006-08-23 Thread Robert Urban
Greg wrote: > Hmmm, if I'm doing my calculations right I'm getting almost 40MB/s for > RAID-1 which should be slower than RAID-0, shouldn't it? I'm not sure what you mean by "my calculations". In your earlier mail you wrote: > [EMAIL PROTECTED]:/home/ethant# dd if=/dev/zero of=/dev/rsd1c bs=64k

Looking for general info on OpenBSD

2006-08-23 Thread Jon R H
Hello Group. Need some help understanding 3.9 stable and what it means from a pkg stand point! I mean does stable give me more options then the release ver of 3.9! Dose OpenBSD have a printed manual like FreeBSD has "The complete FreeBSD 4th Ed" and also the "The Design and Implementation of the

Re: [quagga-dev 4328] Re: BGP troubleshooting

2006-08-23 Thread Paul Jakma
Hi Bablam, On Wed, 23 Aug 2006, bablam wrote: Good morning, The issues is dropped neighborships between IBGP peers every 1-2 minutes. One host is a PFsense (FC1) firewall running openbgp version 3.72 and the other a Fedora Core 5 box running Quagga 0.98.6. The configs and debugs are be

Sometimes OpenBSD "forgets" the disklabel

2006-08-23 Thread Andreas Maus
Hello everybody. I have a ccd containing two disks: [EMAIL PROTECTED]:~ $ cat /etc/ccd.conf # $OpenBSD: ccd.conf,v 1.1 1996/08/24 20:52:22 deraadt Exp $ # Configuration file for concatenated disk devices # ccd ileave flags component devices ccd064 0x8 /dev/wd0e /dev/wd1a

Re: OpenBSD-current (Changelog): Disable Speedstep and p4tcc setperf mechanisms on SMP systems

2006-08-23 Thread Dimitry Andric
Brian Curtis wrote: > I was reviewing the changelog for OpenBSD-current and came across the > following: > > "Disable Speedstep and p4tcc setperf mechanisms on SMP systems." This was done because the current setperf implementation isn't smp-safe. Fixing this is a rather large undertaking, howeve

Re: Looking for general info on OpenBSD

2006-08-23 Thread Josh Grosse
On Wed, Aug 23, 2006 at 10:33:46AM -0700, Jon R H wrote: > Hello Group. > Need some help understanding 3.9 stable > and what it means from a pkg stand point! > I mean does stable give me more options > then the release ver of 3.9! > > Dose OpenBSD have a printed manual > like FreeBSD has "The comp

pf rules for frickin pptp

2006-08-23 Thread Raja Subramanian
Hi All, I have pptp lusers who need to connect from my lan network to external servers. But pf nat breaks pptp traffic from multiple clients to the same external pptp server. I'm testing with OpenBSD 3.9 and FreeBSD 6.1 firewalls. I tried using frickin pptp 1.3 to proxy pptp traffic, but I'm u

Re: Looking for general info on OpenBSD

2006-08-23 Thread Terry
On Wed, Aug 23, 2006 at 10:33:46AM -0700, Jon R H wrote: > Hello Group. > Need some help understanding 3.9 stable > and what it means from a pkg stand point! > I mean does stable give me more options > then the release ver of 3.9! > > Dose OpenBSD have a printed manual > like FreeBSD has "The comp

Re: Looking for general info on OpenBSD

2006-08-23 Thread jjhartley
> On Wed, Aug 23, 2006 at 10:33:46AM -0700, Jon R H wrote: > > Dose OpenBSD have a printed manual like... > > Starting with your documentation questions: AFAIK, OpenBSD's official > documentation is limited to: > > * The definitive man pages. > * The published FAQ > * The PF User's Guide >

IPSec Tunnel - OpenBSD to NetScreen

2006-08-23 Thread Sean Hafeez
Can someone help me. I am quite stuck. I have spend hours trying various combinations in order to get an 3.9 box bring up a tunnel to a NetScreen 25. Below is all the information. I have full control over both boxes and I am willing to try anything at this point. -

Re: Looking for general info on OpenBSD

2006-08-23 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > As for books, you might consider: One other that I like: Mastering FreeBSD and OpenBSD Security (O'Reilly, 2005) http://www.oreilly.com/catalog/mfreeopenbsd/ DS

Re: Automatic disklabeling after resizing partition

2006-08-23 Thread Nick Guenther
On 8/23/06, Mohd Hisham Mohd Omar <[EMAIL PROTECTED]> wrote: Bryan Allen wrote: > disklabel -E wd0 > man 8 disklabel > > Though maybe I am confusing "automatic" for "interactive" in this > context, as I've never noticed an automatic (best defaults?) > partition scheme frob in the installer.

Re: Sometimes OpenBSD "forgets" the disklabel

2006-08-23 Thread Kyle George
On Wed, 23 Aug 2006, Andreas Maus wrote: [snip] > I have a ccd containing two disks: Sometimes after a reboot the system > is can not build ccd0 because wd1 doesn't have a correcte disklabel. I > can set it manually (disklabel -E wd1) to: Does anyone knows whats wrong > or what I should do the fi

Re: Sometimes OpenBSD "forgets" the disklabel

2006-08-23 Thread Nick Guenther
On 8/23/06, Andreas Maus <[EMAIL PROTECTED]> wrote: Hello everybody. I have a ccd containing two disks: [EMAIL PROTECTED]:~ $ cat /etc/ccd.conf # $OpenBSD: ccd.conf,v 1.1 1996/08/24 20:52:22 deraadt Exp $ # Configuration file for concatenated disk devices # ccd ileave flags component

Re: Looking for general info on OpenBSD

2006-08-23 Thread Robert C Wittig
Jon R H wrote: Dose OpenBSD have a printed manual like FreeBSD has "The complete FreeBSD 4th Ed" and also the "The Design and Implementation of the FreeBSD Operating System" In addition to what Josh Grosse has already told you, there is a 'No Starch Press' book titled 'Absolute OpenBSD' (20

Re: Sometimes OpenBSD "forgets" the disklabel

2006-08-23 Thread L. V. Lammert
At 03:10 PM 8/23/2006 -0400, Nick Guenther wrote: On 8/23/06, Andreas Maus <[EMAIL PROTECTED]> wrote: Hello everybody. # disklabel wd1 16 partitions: # sizeoffset fstype [fsize bsize cpg] a: 2343763 4.2BSD 0 00 # Cyl 0*-232512* c:

Re: Sometimes OpenBSD "forgets" the disklabel

2006-08-23 Thread Andreas Maus
On 8/23/06, Kyle George <[EMAIL PROTECTED]> wrote: Hi Kyle. > or what I should do the fix this behaviour? See: http://inglorion.net/documents/tutorials/ccd See: http://morgenes.shire.sytes.net/~inglorion/documents/tutorials/ccd Thanks I will take a look at this. And as far I can see I use ccd0

Re: Sometimes OpenBSD "forgets" the disklabel

2006-08-23 Thread Andreas Maus
On 8/23/06, Nick Guenther <[EMAIL PROTECTED]> wrote: Hi Nick. > Does anyone knows whats wrong or what I should do the fix this > behaviour? My first guess is that something is wiping out the disklabel on wd1. That is, some boundary is configured wrong and, in the process of writing to the ccd, s

Re: Looking for general info on OpenBSD

2006-08-23 Thread Jon R H
Ok you all, many thanks to you all! I am about to get most everthing i need done. Took me two days to get past the disk tool ! LOL Man pages drives me nuts some times! its the formating of them that gets me! but i will use them with a open mind. The book list is about the same as the ones i have

Re: Questions about cfs

2006-08-23 Thread Michael
> On the other hand, I could just insert the encrypting script (which > reads a key from USB stick and cattaches the encraypted folder) into > .profile and the shared folder gets assigned to the user on login. This seems to work only partly in my scenario. Even though I can mount the same encrypte

Re: Sometimes OpenBSD "forgets" the disklabel

2006-08-23 Thread Nick Guenther
On 8/23/06, Andreas Maus <[EMAIL PROTECTED]> wrote: On 8/23/06, Nick Guenther <[EMAIL PROTECTED]> wrote: Hi Nick. > > Does anyone knows whats wrong or what I should do the fix this > > behaviour? > > My first guess is that something is wiping out the disklabel on wd1. > That is, some boundary is

Re: Looking for general info on OpenBSD

2006-08-23 Thread Marco Peereboom
Print the man pages. OpenBSD is simply the best documented OS. Almost everything you'll ever need is in the man pages. On Wed, Aug 23, 2006 at 01:20:04PM -0700, Jon R H wrote: > Ok you all, many thanks to you all! > > I am about to get most everthing i need done. > Took me two days to get past

Re: Looking for general info on OpenBSD

2006-08-23 Thread Matthias Kilian
On Wed, Aug 23, 2006 at 01:20:04PM -0700, Jon R H wrote: > Just seems kinds wild one of the best OS's > in the world has no printed Manual, ya know ? Why kill trees? There are many books around that are just print-outs of manpages of some unix system with some additional colophon. (I remember my

Re: BGP troubleshooting

2006-08-23 Thread bablam
Thanks everyone for all your replies, Answers inline What is "openbgp version 3.72"?.. When I installed this package I did so with the following command "pkg_add -r openbgpd Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/Latest/openbgpd.tbz..."; This link

Re: Looking for general info on OpenBSD

2006-08-23 Thread Aaron Glenn
On 8/23/06, Marco Peereboom <[EMAIL PROTECTED]> wrote: Print the man pages. OpenBSD is simply the best documented OS. Almost everything you'll ever need is in the man pages. exactly. buy a CD set or two, a shirt, and a poster instead of a book you don't need and support the project.

Re: How to update httpd without a compiller

2006-08-23 Thread Juha Saarinen
On 8/23/06, Nick Holland <[EMAIL PROTECTED]> wrote: THEN PUT THE COMPILER ON THE COMPUTER IN QUESTION! Sheesh. Hmm? What are you ranting about? "Hi, I just shot myself in the foot, and it really hurts. I don't think it should be that way" uh..then watch where you store your bullets. I se

mpi messages at boot running current under VMWare Server

2006-08-23 Thread Nick Bender
Just did an August 22nd snapshot install in a VM running under the free VMWare Server product. The host is Windows XP and the guest is intalled on a scsi disk (LSI Logic chosen during create) in the VM. During boot there are a number of mpi messsages which do not seem to have any effect on the ru

Re: Looking for general info on OpenBSD

2006-08-23 Thread Nick Guenther
On 8/23/06, Jon R H <[EMAIL PROTECTED]> wrote: Just seems kinds wild one of the best OS's in the world has no printed Manual, ya know ? It's so good it doesn't need one. -Nick

Re: Looking for general info on OpenBSD

2006-08-23 Thread Bryan Irvine
On 8/23/06, Matthias Kilian <[EMAIL PROTECTED]> wrote: On Wed, Aug 23, 2006 at 01:20:04PM -0700, Jon R H wrote: > Just seems kinds wild one of the best OS's > in the world has no printed Manual, ya know ? Why kill trees? There are many books around that are just print-outs of manpages of some u

Re: BGP troubleshooting

2006-08-23 Thread bablam
PPS, The version says it is, in fact, 3.7_2. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/Latest/openbgpd.tbz... Done. pkg_add: package 'openbgpd-3.7_2' or its older version already installed -W On 8/23/06, bablam <[EMAIL PROTECTED]> wrote: Thanks everyone

Re: Questions about cfs

2006-08-23 Thread Nick Guenther
On 8/23/06, Michael <[EMAIL PROTECTED]> wrote: > On the other hand, I could just insert the encrypting script (which > reads a key from USB stick and cattaches the encraypted folder) into > .profile and the shared folder gets assigned to the user on login. This seems to work only partly in my sce

Re: Looking for general info on OpenBSD

2006-08-23 Thread Jon R H
Smooth Nick Vary smooth, I like that way of thanking Peace out - Original Message - From: "Nick Guenther" <[EMAIL PROTECTED]> To: "OpenBSD-Misc" Sent: Wednesday, August 23, 2006 2:17 PM Subject: Re: Looking for general info on OpenBSD On 8/23/06, Jon R H <[EMAIL PROTECTED]> wrote:

Re: mpi messages at boot running current under VMWare Server

2006-08-23 Thread Marco Peereboom
Yeah this is known and both dlg and I have been meaning to clean this up. Thanks for the kick in the butt. I'll try to do this on the airplane tomorrow. On Wed, Aug 23, 2006 at 05:11:09PM -0400, Nick Bender wrote: > Just did an August 22nd snapshot install in a VM running under the > free VMWare

Re: Looking for general info on OpenBSD

2006-08-23 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > Man pages drives me nuts some times! > its the formating of them that gets me! > but i will use them with a open mind. That's something you'll have to get over - UNIX without the manual pages = 1 dumb admin. > Just seems kinds wild one of the best OS's > in the world ha

Re: How to update httpd without a compiller

2006-08-23 Thread Greg Thomas
On 8/23/06, Juha Saarinen <[EMAIL PROTECTED]> wrote: On 8/23/06, Nick Holland <[EMAIL PROTECTED]> wrote: > THEN PUT THE COMPILER ON THE COMPUTER IN QUESTION! Sheesh. Hmm? What are you ranting about? He's ranting about people naively leaving compilers off of computers in the interest of making

Re: amd64 bsd.mp keyboard problems

2006-08-23 Thread Mark Kettenis
Rob Sessink wrote: > I am having a strange problem with the bsd.mp kernel om my amd64. When i > boot openbsd i get problems with the keyboard. When holding down a key > for say 2 to 3 seconds it hangs and keeps issuing the pressed key. This > leads to all kind of usability problems. This issue

Re: Looking for general info on OpenBSD

2006-08-23 Thread Jon R H
One thing that keeps donaters from giving away there money are people who are rude in public forums! The next thing would be a lack of printed manuals for a good read by donaters! Put your thinking cap on before you post next time please! you could be costing openBSD a pile of free money! But wh

Re: BGP troubleshooting

2006-08-23 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > PPS, > The version says it is, in fact, 3.7_2. > > Fetching > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-rele > ase/Latest/openbgpd.tbz... > Done. > pkg_add: package 'openbgpd-3.7_2' or its older version > already installed You're confusing the soft

Re: Help with openbgpd 3.9 installation

2006-08-23 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > Good afternoon all, > I have just removed openbgpd 3.7_2 from my pfsense box and > installed 3.9. When I attempt to run bgpd I get the following error; > > /libexec/ld-elf.so.1: Shared object "libc.so.7" not found, > required by "bgpd" > > How can I install that

Re: BGP troubleshooting

2006-08-23 Thread bablam
Thanks Darren, Yes I did get them confused, being somewhat new to the pkg software distro system and the packages themselves how do I check the software version? I did not see a switch in the man page to even allow me to check it. -v, which I would have thought to echo a banner with version i

Re: Help with openbgpd 3.9 installation

2006-08-23 Thread bablam
Thanks Darren, Let's call it effecient communication. Sorry you got your panties in a twist, I will post there and let you have your purist newsgroup (grin). Seriously, thanks for at least responding. -W On 8/23/06, Spruell, Darren-Perot <[EMAIL PROTECTED]> wrote: From: [EMAIL PROTECTE

Re: Looking for general info on OpenBSD

2006-08-23 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > But what do i know ? > I am just some dude in a public forum! And too overly sensitive. Lay off the estrogen supplements, at least for a while. The facts still stand. The dumb admins are the ones that don't read the man pages. DS

Re: BGP troubleshooting

2006-08-23 Thread Spruell, Darren-Perot
From: bablam [mailto:[EMAIL PROTECTED] > Yes I did get them confused, being somewhat new to the pkg > software distro system and the packages themselves how do I check the > software version? I did not see a switch in the man page to even > allow me to check it. -v, which I would have thought to

Re: Looking for general info on OpenBSD

2006-08-23 Thread Stefan
> The facts still stand. The dumb admins are the ones that don't read the man pages. Indeed. But to put it more nicely for everyone: The fact remains that the most important feature of UNIX type operating systems is the man pages. It's unfortunate that some OS's chose not to keep accurate or well

Is it possible that source spoof IP bypass the three step handshake of the TCP connection to apache in an attack?

2006-08-23 Thread Daniel Ouellet
I am curious as to if this is possible that the three step of the TCP connection is bypass somehow, or not completed when it is connecting directly to the apache server on OpenBSD? I wouldn't think so, but may be I am missing something or not understanding something here. I am asking as I have

Re: Is it possible that source spoof IP bypass the three step handshake of the TCP connection to apache in an attack?

2006-08-23 Thread Nick Guenther
On 8/23/06, Daniel Ouellet <[EMAIL PROTECTED]> wrote: I am curious as to if this is possible that the three step of the TCP connection is bypass somehow, or not completed when it is connecting directly to the apache server on OpenBSD? I wouldn't think so, but may be I am missing something or not

Re: Is it possible that source spoof IP bypass the three step handshake of the TCP connection to apache in an attack?

2006-08-23 Thread Nick Guenther
On 8/23/06, Nick Guenther <[EMAIL PROTECTED]> wrote: No it's not possible to bypass the handshake. These must be zombie hosts. Compromised Windows boxes go for 5cents, I hear. You should try to figure out who would want to do this to you. Additionally I just ran nmap on the address listed in y

Re: Sometimes OpenBSD "forgets" the disklabel

2006-08-23 Thread Nick Holland
L. V. Lammert wrote: At 03:10 PM 8/23/2006 -0400, Nick Guenther wrote: On 8/23/06, Andreas Maus <[EMAIL PROTECTED]> wrote: Hello everybody. # disklabel wd1 16 partitions: # sizeoffset fstype [fsize bsize cpg] a: 2343763 4.2BSD 0 00 # Cy

Re: How to update httpd without a compiller

2006-08-23 Thread Juha Saarinen
On 8/24/06, Greg Thomas <[EMAIL PROTECTED]> wrote: He was responding to the list. Why are you taking it so personally? Even if he was directing his rant directly at you who cares, are you Buddha? Who cares? You do obviously. Nick's points are fine, but he fired his rant in the wrong direction.

Re: Is it possible that source spoof IP bypass the three step handshake of the TCP connection to apache in an attack?

2006-08-23 Thread Daniel Ouellet
Nick Guenther wrote: No it's not possible to bypass the handshake. These must be zombie hosts. Compromised Windows boxes go for 5cents, I hear. You should try to figure out who would want to do this to you. Well finding the source of this as you can imagine is not that easy. In my database rig

Re: Is it possible that source spoof IP bypass the three step handshake of the TCP connection to apache in an attack?

2006-08-23 Thread Daniel Ouellet
Nick Guenther wrote: Additionally I just ran nmap on the address listed in your log and although it didn't identify it positively it says it's a windows box. So there you go. It has an open port at 1026/tcp and I'll bet that's the control channel. Got to love Micro$oft I tell you. If true, they

Help with openbgpd 3.9 installation

2006-08-23 Thread bablam
Good afternoon all, I have just removed openbgpd 3.7_2 from my pfsense box and installed 3.9. When I attempt to run bgpd I get the following error; /libexec/ld-elf.so.1: Shared object "libc.so.7" not found, required by "bgpd" How can I install that object? Thanks all. Wade B -- Wade

Re: Is it possible that source spoof IP bypass the three step handshake of the TCP connection to apache in an attack?

2006-08-23 Thread Dave Anderson
** Reply to message from Daniel Ouellet <[EMAIL PROTECTED]> on Wed, 23 Aug 2006 22:05:53 -0400 >In my database right now I am up to 5241 IP's starting at 2PM today only. > >I sure can publish it as it's fair game. > >But what's interesting to me is the signature. > >If I follow this idea, then eve

Re: Looking for general info on OpenBSD

2006-08-23 Thread Nick Guenther
On 8/23/06, Jon R H <[EMAIL PROTECTED]> wrote: - Original Message - From: "Spruell, Darren-Perot" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 23, 2006 2:47 PM Subject: Re: Looking for general info on OpenBSD > From: [EMAIL PROTECTED] >> Man pages drives me nuts some times! >> its

Re: How to update httpd without a compiller

2006-08-23 Thread Han Boetes
Tomas wrote: > I was wondering is there any way to patch my httpd server without a > compiller? I don't want to add a compiller on my production web server, > but I need to patch httpd (security fix 004). I use OpenBSD 3.9. cd /usr/src/usr.sbin/httpd cvs up make -f Makefile.bsd-wrapper obj clean

Dsniff ports failure

2006-08-23 Thread Edward Ray
I am running OpenBSD 3.9/i386 and am having trouble with ports, specifically dsniff (and others including hydra, nmap, fragroute) The error during make is in libnids, as shown below. If more info is needed to debug this issue, please let me know. ===> Building for libnids-1.20 cd src ; make st

Re: sendmail and milter

2006-08-23 Thread riwanlky
Hi Zoong, I had been able to do so in the sendmail.cf I did this: O InputMailFilters=rxmilter Xrxmilter, S=local:/var/spool/milter-regex/sock, T=S:30s;R:2m O InputMailFilters=clmilter Xclmilter, S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4 Where I should: O InputMailFilters=rxmilter,cl

Re: Dsniff ports failure

2006-08-23 Thread Nick Guenther
On 8/24/06, Edward Ray <[EMAIL PROTECTED]> wrote: I am running OpenBSD 3.9/i386 and am having trouble with ports, specifically dsniff (and others including hydra, nmap, fragroute) The error during make is in libnids, as shown below. If more info is needed to debug this issue, please let me know

Re: Dsniff ports failure

2006-08-23 Thread Edward Ray
It has been awhile since I used ports, and have not kept up on the latest OpenBSD stuff. What and where are packages?

Re: How to update httpd without a compiller

2006-08-23 Thread Tomas
Thank you very much, I think that's the way I will do it :) It's quicker then compilling all the release... And if it'll proove to be working :) it'll be the best way to update things in openbsd :) Can I ask you one more thing? How can I make sure that httpd was patched? Is it enought to see versi

Re: How to update httpd without a compiller

2006-08-23 Thread Han Boetes
Tomas wrote: > How can I make sure that httpd was patched? Is it enought to see > version of mod_rewrite.c (it should be 1.24.6.1)? Yes, that should suffice. # Han