Re: OpenLDAP question

2007-05-21 Thread Henning Brauer
* Dave Harrison <[EMAIL PROTECTED]> [2007-05-21 08:26]: > Henning Brauer wrote: > > * Uv Pzaf <[EMAIL PROTECTED]> [2007-05-20 23:12]: > >> I wonder why OpenBSD packages (i.e. openldap-server-2.3.24.tgz) still > >> uses ldbm as database backend especially since the OpenLDAP folks are > >> stating th

Re: OpenLDAP question

2007-05-21 Thread Henning Brauer
* Bryan Irvine <[EMAIL PROTECTED]> [2007-05-21 09:01]: > Older versions of bdb went bad a fairly regular basis. I had DB's go > corrupt as often as once a day under older verson of OL using bdb. > This hasn't been a problem for a while though. I havn't had a db go > bad in 2 years, even after powe

Re: 4.1 upgrade and squid

2007-05-21 Thread Steven Surdock
Bryan Irvine wrote: > I've upgraded my firewall to 4.1 and all of the packages. Now squid .. > > Any ideas what I need to change on the new version of squid? I ended up using /usr/local/share/examples/squid/squid.conf with a few minor modifications.

4.1 upgrade and squid

2007-05-21 Thread Bryan Irvine
I've upgraded my firewall to 4.1 and all of the packages. Now squid fails to start with the new version. I get the following errors: 2007/05/21 16:22:32| aclParseAclLine: WARNING: empty ACL: acl BlockSites url_regex "/etc/squid/blocksites.txt" 2007/05/21 16:22:32| parseConfigFile: line 2191 unr

Re: APC UPSD

2007-05-21 Thread David Higgs
I've also had good luck with the latest sourceforge release of apcupsd, especially since the APC USB is now usefully detected as a ugen. Thanks again to the kind soul who provided the USB quirks patch back in the 3.8 or 3.9 days. Their configure script doesn't handle --prefix too well, though; i

Re: 4.1 PXEboot fails to load via etherboot

2007-05-21 Thread John Lloyd
Solved it. Etherboot cannot process files an integer multiple of 1432 bytes. pxeboot V4.1 is 36 * 1432 = 51552 bytes long. Added two bytes to V4.1 pxeboot and it (Etherboot) works fine. --John _ Windows Live Hotmail, with safe

Thanks for the great os and xenocara

2007-05-21 Thread Sven Wolf
Hi, I say "thank you" to all developers for the great operating system. With xorg 7.2 (xenocara) now I can use my nvidia 7600 gs on my 1680x1050 widescreen without any problems. Best regards, Sven

Re: APC UPSD

2007-05-21 Thread Marco S Hyman
"Jean-Daniel Beaubien" writes: > If you want to use an APC UPS you might need to compile nut from ports (or > download and compile the latest version). Or use apcuspd. Last time I got the source from sourceforge it just worked. ./configure --enable-usb make sudo make install neko[marc]#

Re: OpenBSD 4.1: pf is not blocking anything

2007-05-21 Thread Mariusz Makowski
check pfctl -sr -vv use log and pflog check pflog via tcpdump and you will find answer On 2007-05-21, at 20:36, Marcos Laufer wrote: Hello, I am testing pf in an OpenBSD 4.1. This same configuration works fine on OpenBSD 3.9, but in 4.1 it is not filtering anything, everything is passing t

Re: OpenBSD 4.1: pf is not blocking anything

2007-05-21 Thread Todd Alan Smith
On 5/21/07, Marcos Laufer <[EMAIL PROTECTED]> wrote: Hello, I am testing pf in an OpenBSD 4.1. This same configuration works fine on OpenBSD 3.9, but in 4.1 it is not filtering anything, everything is passing thru, just like as if there was no 'block all'. What worries me most is that anyone on

Re: hackathon

2007-05-21 Thread Bryan
I will donate 100 bucks to the cause. You call it "network testing", I call it "making sure the Internet is up" Same thing... Counterstrike tournament... ;^) Glad to see you guys got in on the ground floor WRT 10G. Betcha M$ don't have the ear of the hardware guys like you do... Keep up the

OpenBSD 4.1: pf is not blocking anything

2007-05-21 Thread Marcos Laufer
Hello, I am testing pf in an OpenBSD 4.1. This same configuration works fine on OpenBSD 3.9, but in 4.1 it is not filtering anything, everything is passing thru, just like as if there was no 'block all'. What worries me most is that anyone on the outside can see my ssh service . Is there anything

Re: setting up ssh tunnel/vpn

2007-05-21 Thread Steffen Schütz
On Sunday 20 May 2007 22:23, Martin Toft wrote: > On Sun, May 20, 2007 at 07:19:50PM +0200, Steffen Sch|tz wrote: > > You can try "man ssh" and then search > > for the section "SSH-BASED VIRTUAL PRIVATE NETWORKS" > > > > Steffen > > Nice section actually -- I just used the trial and error way of ge

Re: hackathon

2007-05-21 Thread Theo de Raadt
> On Mon, 21 May 2007, Theo de Raadt wrote: > SNIP > > time for the hackathon. In the meantime, we will try to work with our > > CX4 units (that is copper 10GE, really weird stuff). > SNIP > > At some point we will also need one of the LR optic units as well ;) > > now that's an extreme, from CX4

Re: hackathon

2007-05-21 Thread Diana Eichert
On Mon, 21 May 2007, Theo de Raadt wrote: SNIP time for the hackathon. In the meantime, we will try to work with our CX4 units (that is copper 10GE, really weird stuff). SNIP At some point we will also need one of the LR optic units as well ;) now that's an extreme, from CX4 Cu to LR optics.

Re: spamd-setup in blacklisting mode run from rc

2007-05-21 Thread Nick Templeton
On Sun, May 20, 2007 at 12:55:58PM +0200, Maurice Janssen wrote: > On Saturday, May 19, 2007 at 22:46:29 +0100, Jason McIntyre wrote: > >On Fri, May 18, 2007 at 05:25:32PM -0500, Nick Templeton wrote: > >> Since when running spamd(8) in blacklisting mode requires > >> that spamd-setup(8) also be ru

Re: OpenBSD 4.1 install issue??

2007-05-21 Thread Toni Mueller
Hi, On Mon, 30.04.2007 at 21:04:37 -0400, Rob Waite <[EMAIL PROTECTED]> wrote: > booting cd0a:4.1/i386/bsd.rd: blah blah > entry point at blah blah > > avm_page_physload: unable to load physical memory segment. 5 segments > allocated, ignoring blah blah > increase VM_PHYSSEG_MAX I experience the

Re: APC UPSD

2007-05-21 Thread Jean-Daniel Beaubien
If you want to use an APC UPS you might need to compile nut from ports (or download and compile the latest version). For some reason, the newhidups/hidups drivers are not in the 4.1 package and are not compiled when using vanilla ports (those are the drivers needed by most usb APC UPS, look it up

Re: US Export of Cryptography

2007-05-21 Thread Woodchuck
On Sun, 20 May 2007, dreamwvr wrote: > > -- > > Mark Reitblatt > > > The entire world is not the US. The entire world AND the US is addressed > by OpenBSD. Mr Reitblatt should be advised that there are some of us in the USA that are quite pleased with and in fact grateful for a reliable, free a

Re: hackathon

2007-05-21 Thread Theo de Raadt
> On Sat, May 19, 2007 at 01:15:58PM -0600, Jack Woehr wrote: > > Theo de Raadt wrote: > > >A HP XFP SR-optic 10GE module for a HP 3500yl switch which already has > > >the 10Gb card installed. If anyone can help us with getting this to > > >us, we'd love it. > > > > > >Yes, we know they are very ex

Re: CARP question

2007-05-21 Thread Luca Corti
On Mon, 2007-05-21 at 14:01 +0200, Alberich de megres wrote: > But i got a question: carp0 for example, uses em0 to listen my shared IP, > and sends advsken on this nic ( em0 ). The same thing with internal lan carp > device. But i don't want carp advske to travel in all net. I got a third > NICs u

CARP question

2007-05-21 Thread Alberich de megres
Hi Again! I got my firewall running, affer some headaches.. But i got a question: carp0 for example, uses em0 to listen my shared IP, and sends advsken on this nic ( em0 ). The same thing with internal lan carp device. But i don't want carp advske to travel in all net. I got a third NICs used by

Re: new openbsd 4.0 server, panic on ufsdirhash

2007-05-21 Thread Arnaud Bergeron
[snip] OK, now I'm clueless why this happens. I didn't see in your verbose dmesg at all any obvious PCI busses or devices. Yet the normal dmesg lists your PCI devices. I could be reading the devices wrong, but I read in your verbose dmesg that it found: 1: Audio 2: Realtek Ethernet (probably

Re: VESA modes

2007-05-21 Thread Jan Stary
Thanks Mats, > The VESA lines tell us which moded the graphics cards BIOSs thinks it can > handle. It has nothing to do with what your monitor can handle. > In your case it seems like it is the monitor that is setting the limit. > But if you had a external 1280x1024 monitor it would be the graphi

Re: flowcharts

2007-05-21 Thread mvdeventer
> -Original Message- > From: Edd Barrett [mailto:[EMAIL PROTECTED] > Sent: 21 May 2007 09:03 AM > To: Marius Van Deventer - Umzimkulu; OpenBSD general usage list > Subject: Re: flowcharts > > Hi, > > On 21/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Like I said to someone else o

Re: Problem with cvs update

2007-05-21 Thread Mikolaj Kucharski
On Mon, May 21, 2007 at 10:52:13AM +0200, Artur Grabowski wrote: > Mikolaj Kucharski <[EMAIL PROTECTED]> writes: > > > Hi, > > > > >From some time I have a problem updating sources from cvs. Below is an > > example cvs session. The `No space left on device' problem was very > > often for me durni

Re: Problem with cvs update

2007-05-21 Thread Artur Grabowski
Mikolaj Kucharski <[EMAIL PROTECTED]> writes: > Hi, > > >From some time I have a problem updating sources from cvs. Below is an > example cvs session. The `No space left on device' problem was very > often for me durning last few months, but from today I cannot update > src and ports module at al

pckbc, pmsi_* errors, mouse not working on 4.1

2007-05-21 Thread Markus Wernig
Hi all I've upgraded OBSD on my notebook (hp-compaq nc7xxx series) from 3.8 to 4.1. All went well, except that when I start X, neither mouse nor keyboard are responding any more. Instead I get repeating error messages in syslog and on console: pmsi_enable: command error pckbc: command timeout

Re: a cd "key"

2007-05-21 Thread Eric Johnson
On Fri, 18 May 2007 18:16:03 -0400 "Clint M. Sand" <[EMAIL PROTECTED]> wrote: > On Fri, May 18, 2007 at 08:47:21PM +1000, Timothy Wilson wrote: > > Had you thought about mounting certain areas as read only? > > For example, /etc, /local can be mounted as read only. When you want > > to make change

Re: flowcharts

2007-05-21 Thread Edd Barrett
Hi, On 21/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Like I said to someone else off list. Maybe flowcharts are not needed, but I have a lecturer who believes in them and wants me to use them I my assignments. So for a while I am simply forced to use the. Have you looked into UML stat