Re: USB hard drives

2006-09-22 Thread Uwe Dippel
On Sat, 16 Sep 2006 23:49:22 +, Default User wrote: > Does OpenBSD 3.9 RELEASE support usb external hard drives? Absolutely. By now I run a few boxes without any internal hard disc. Install has been done immediately to the external 250 GB USB drives, from which it boots and runs without any

Re: Managed UPS on OpenBSD

2006-09-22 Thread Uwe Dippel
On Tue, 19 Sep 2006 01:35:29 +0200, Floor Terra wrote: > I'm searching the internet for a Managed UPS for my OpenBSD server. > My main concern is protecting the server from damage caused by sudden > power-outages. If the power is gone, the server should have enough > time to shut down and po

Re: automate changing strcpy() to strlcpy()

2006-09-22 Thread Siju George
On 9/23/06, Alexander Farber <[EMAIL PROTECTED]> wrote: On 9/22/06, Siju George <[EMAIL PROTECTED]> wrote: > http://fredrik.rambris.com/files/sleezeball-0.6.tar.gz I used sleezeball and other filters for squid earlier too, but now I've just switched to the Adblock Plus plugin for Firefox: https:

kernel profiling boot startup call graph kgmon gprof

2006-09-22 Thread Paul Stoeber
The kernel profiling facility does not currently provide a call graph of system startup. With the patch below, it does. Time profiling is not the purpose of this patch and remains limited. One printf() is lost. The information it provided can be gathered at build time. A kernel that would prev

Re: automate changing strcpy() to strlcpy()

2006-09-22 Thread Raja Subramanian
On 9/23/06, Alexander Farber <[EMAIL PROTECTED]> wrote: On 9/22/06, Siju George <[EMAIL PROTECTED]> wrote: > http://fredrik.rambris.com/files/sleezeball-0.6.tar.gz I used sleezeball and other filters for squid earlier too, but now I've just switched to the Adblock Plus plugin for Firefox: https:

Re: Further: Debugging printfs in OpenBSD lkm module

2006-09-22 Thread Ted Unangst
On 9/21/06, Chris 'Xenon' Hanson <[EMAIL PROTECTED]> wrote: I've tried including syslog.h and using the syslog() call, but at driver load time it complains about modload not being able to load the module because of the reference to syslog. I tried printf(), which compiled, loaded and ran fine

Re: Further: Debugging printfs in OpenBSD lkm module

2006-09-22 Thread Woodchuck
On Fri, 22 Sep 2006, Chris 'Xenon' Hanson wrote: > Chris 'Xenon' Hanson wrote: > > I think I can sort out the problem if I can just get a few debug printfs > > to spit out some bits of info at certain times. But, I'm not an experienced > > BSD kernel guy and I've been unsuccessful in doing so. >

Re: usable winxp ipsec client... referenced in a message but I can't find the archive

2006-09-22 Thread Chris Lawder
Hi, The following gave me enough to work from to get ipsec working on XP to our OpenBSD firewall: http://www.cs.umd.edu/~mvanopst/xp2obsd.pdf Section 3 (Configuration on the Windows XP Hosts) is pretty good at describing how to set up the windows side via the MMC and avaliable "snap-in

Re: usable winxp ipsec client... referenced in a message but I can't find the archive

2006-09-22 Thread viq
On 9/23/06, Peter Landry <[EMAIL PROTECTED]> wrote: Hello, http://marc.theaimsgroup.com/?l=openbsd-misc&m=115409112232227&w=2 references a "usable" ipsec client for winxp in the archives, but I can't find what it's referring to. Can anyone point me in the right direction? I'm tired of banging my

Re: usable winxp ipsec client... referenced in a message but I can't find the archive

2006-09-22 Thread viq
On 9/23/06, Peter Landry <[EMAIL PROTECTED]> wrote: Hello, http://marc.theaimsgroup.com/?l=openbsd-misc&m=115409112232227&w=2 references a "usable" ipsec client for winxp in the archives, but I can't find what it's referring to. Can anyone point me in the right direction? I'm tired of banging my

Re: rthreads

2006-09-22 Thread Frank Denis
Hello Sam, Le Fri, Sep 22, 2006 at 10:15:20AM -0400, Sam Chill ecrivait : My $0.02. I don't know the offical status of the project, but I have been running a kernel with rthreads enabled in it for quite a while on a development box and not run into any issues. Did you actually test threaded

usable winxp ipsec client... referenced in a message but I can't find the archive

2006-09-22 Thread Peter Landry
Hello, http://marc.theaimsgroup.com/?l=openbsd-misc&m=115409112232227&w=2 references a "usable" ipsec client for winxp in the archives, but I can't find what it's referring to. Can anyone point me in the right direction? I'm tired of banging my head against ipseccmd.exe... Thanks, Peter L.

Re: automate changing strcpy() to strlcpy()

2006-09-22 Thread Alexander Farber
On 9/22/06, Siju George <[EMAIL PROTECTED]> wrote: http://fredrik.rambris.com/files/sleezeball-0.6.tar.gz I used sleezeball and other filters for squid earlier too, but now I've just switched to the Adblock Plus plugin for Firefox: https://addons.mozilla.org/ IMHO the only effective way to fil

Re: OT: 4.0 = happy

2006-09-22 Thread Kian Mohageri
On 9/21/06, Greg Thomas <[EMAIL PROTECTED]> wrote: > > On 9/21/06, Spruell, Darren-Perot <[EMAIL PROTECTED]> wrote: > > http://www.openbsd.org/40.html > > > > Every time I go through the release notes I can't help but squirm with > > happiness in my seat. > > > > The progress is always impressive a

Re: Some recommendations on file locations sought

2006-09-22 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > htpasswd -c /var/www/conf/auth/passwd edp < I set the password here > > > chown root.nogroup /var/www/conf/auth/passwd chmod 640 > /var/www/conf/auth/passwd > > > Setting the Config to use this file > --- > >

Re: Further: Debugging printfs in OpenBSD lkm module

2006-09-22 Thread Chris 'Xenon' Hanson
Chris 'Xenon' Hanson wrote: I think I can sort out the problem if I can just get a few debug printfs to spit out some bits of info at certain times. But, I'm not an experienced BSD kernel guy and I've been unsuccessful in doing so. Is this the wrong list to be asking this sort of stuff on?

Re: Some recommendations on file locations sought

2006-09-22 Thread Will Maier
On Fri, Sep 22, 2006 at 01:29:56PM -0700, John Draper wrote: > Here is what I did... > > htpasswd -c /var/www/conf/auth/passwd edp > < I set the password here > > > chown root.nogroup /var/www/conf/auth/passwd > chmod 640 /var/www/conf/auth/passwd What user/group are you running httpd as? Is tha

Re: Some recommendations on file locations sought

2006-09-22 Thread John Draper
Hi again. Issue NOT resolved yet... (sigh) Well - I thought it works, but (sigh) it don't work. I can get to the site via the URL, and indeed apache asks for the username and password, but it rejects it, and won't let me on the site Here is what I did... htpasswd -c /var/www/conf/auth/p

Re: wi0 / wicontrol issues in 3.9

2006-09-22 Thread William Graeber
I just tested it out with the 1.7.4 firmware, and all of the problems seem to have been resolved. The connections aren't droppping and wicontrol is actually working. Thanks for the suggestion, William On 9/21/06, Bryan Vyhmeister <[EMAIL PROTECTED]> wrote: > > I haven't been able to get firmware

Re: upgrading without physical access

2006-09-22 Thread Stuart Henderson
On 2006/09/22 13:42, Daniel Ouellet wrote: > Chris Cappuccio wrote: > >doing it all in one step is trivial. > > Please guys. Nick spend a lots of time trying to make the process very > clear and exact for everyone. He put many warning in there and even with > that, some users find ways to sh

Re: upgrading without physical access

2006-09-22 Thread Daniel Ouellet
Chris Cappuccio wrote: doing it all in one step is trivial. Please guys. Nick spend a lots of time trying to make the process very clear and exact for everyone. He put many warning in there and even with that, some users find ways to shoot themselves in the foot by using none standard, s

Re: quick installboot(8) question, i386->amd64?

2006-09-22 Thread Stuart Henderson
On 2006/09/23 02:36, Bertrand CHERRIER wrote: > would you mind sharing how you did it ? > I'm very interested !! I don't mind sharing, but reading installboot(8) is a prerequisite, because you need to understand what changes you're making with boot blocks or you are likely to become unstuck. So I

Re: upgrading without physical access

2006-09-22 Thread Chris Cappuccio
doing it all in one step is trivial. Bernd Schoeller [EMAIL PROTECTED] wrote: > On Fri, 22 Sep 2006 08:44:30 +0200, Christopher Vance <[EMAIL PROTECTED]> > wrote: > > >It might not be the 'right' way to do things, but I've had no trouble > >upgrading machines remotely. YMMV, depending on ho

Re: Support for integrity only ESP and IKE in ipsecctl?

2006-09-22 Thread Joachim Schipper
On Fri, Sep 22, 2006 at 06:08:03PM +0200, Martin Hedenfalk wrote: > Hi misc, > > We've been trying to get integrity only ESP (ie, null encryption) to > work using ipsecctl on an OpenBSD 4.0 snapshot. The man page mentions > null encryption only in conjunction with setting up manual SAs. In the > s

Support for integrity only ESP and IKE in ipsecctl?

2006-09-22 Thread Martin Hedenfalk
Hi misc, We've been trying to get integrity only ESP (ie, null encryption) to work using ipsecctl on an OpenBSD 4.0 snapshot. The man page mentions null encryption only in conjunction with setting up manual SAs. In the section about automated keying using IKE there is however no mention of null e

Re: quick installboot(8) question, i386->amd64?

2006-09-22 Thread Bertrand CHERRIER
Hi, would you mind sharing how you did it ? I'm very interested !! Stuart Henderson a icrit : On 2006/09/22 12:26, Stuart Henderson wrote: Should i386 installboot be able to successfully install an amd64 bootloader? ok, I worked out a way to try it now. Yes it does. Now I get to al

Re: automate changing strcpy() to strlcpy()

2006-09-22 Thread Bob Beck
> - The system can prevent the worst at run-time by truncating strings. .. and you also have to think about cases where truncation *can* matter, and if so, detect it and react appropriately by using the return value from strlcpy (look at the man page for a very good example of how to

NAT on IPSEC with OpenBSD/pf/isakmpd

2006-09-22 Thread Andrea Mistrali
Hi to all! Last days I've been banging my head to make NAT work on an IPSEC tunnel between two OpenBSD firewalls. I've seen that many people have had the same problem, but no one ever wrote a good solution to this problem, so I wrote down a little article on how I did it. I hope it would be

Re: upgrading without physical access

2006-09-22 Thread Han Boetes
With OpenBSD-binary-upgrade you can do it in one swift upgrade: http://www.xs4all.nl/~hanb/software/OpenBSD-binary-upgrade/ Though I recommend you disable the firewall on boot since your rules will probably not work. # Han

Re: trying to build mod_python on OpenBSD

2006-09-22 Thread edgar mortiz
thanks for the package list tony :) I'll try to build it again On 9/22/06, tony sarendal <[EMAIL PROTECTED]> wrote: I've used different versions of mod_python since 3.7 without problems compiling it. [Fri Aug 25 12:31:56 2006] [notice] Apache/2.0.55 (Unix) mod_python/3.2.7 Python/2.3.5 configu

Re: upgrading without physical access

2006-09-22 Thread Stuart Henderson
On 2006/09/22 16:31, Bernd Schoeller wrote: > remote installation through an SSH connection directly onto a local disk > (assuming you have created an identical disk layout first) [*]. You might > probably want to exclude /usr/src, /usr/ports and other directories that > you can not cause any

Re: rthreads

2006-09-22 Thread Martin Toft
Sam Chill wrote: On 9/22/06, Anton Maksimenkov <[EMAIL PROTECTED]> wrote: May I ask about what is the current state of rthreads library? It was cool to hear about this excellent project, but I found nothing in tech@ and misc@ since old time... My $0.02. I don't know the offical status of the p

OpenBSD 4.0 - Postfix & Dovecot SASL

2006-09-22 Thread Seth Hanford
I pre-ordered 4.0, and was starting to think about system upgrades. About a month ago I noticed on the Dovecot site that as of Postfix 2.3, Dovecot SASL is a supported SASL auth type for authenticating users during smtpd_sasl restrictions. Has anyone used this under OpenBSD? Anyone with a profess

Re: upgrading without physical access

2006-09-22 Thread Bernd Schoeller
On Fri, 22 Sep 2006 15:35:17 +0200, Nick Holland <[EMAIL PROTECTED]> wrote: [...] Build out a machine as similar to your remote machine as you can (and I don't just mean just the OpenBSD version[*]), back it up. Now, put it in another room, and upgrade it. If it works, restore, try it again.

Re: rthreads

2006-09-22 Thread Sam Chill
On 9/22/06, Anton Maksimenkov <[EMAIL PROTECTED]> wrote: May I ask about what is the current state of rthreads library? It was cool to hear about this excellent project, but I found nothing in tech@ and misc@ since old time... My $0.02. I don't know the offical status of the project, but I have

Re: quick installboot(8) question, i386->amd64?

2006-09-22 Thread Stuart Henderson
On 2006/09/22 12:26, Stuart Henderson wrote: > Should i386 installboot be able to successfully install an amd64 > bootloader? ok, I worked out a way to try it now. Yes it does. Now I get to alter vlans on the switch since bsd.rd doesn't know about them ;-)

Re: upgrading without physical access

2006-09-22 Thread Nick Holland
Bernd Schoeller wrote: > On Fri, 22 Sep 2006 08:44:30 +0200, Christopher Vance <[EMAIL PROTECTED]> > wrote: > >> It might not be the 'right' way to do things, but I've had no trouble >> upgrading machines remotely. YMMV, depending on how busy the thing is. >> >> What I would do is: > > Please,

Re: upgrading without physical access

2006-09-22 Thread Daniel A. Ramaley
On Friday 22 September 2006 00:39, you wrote: >I have a machine running OpenBSD 3.6 on a remote location that I would >like to upgrade. I only have ssh access unless I buy myself an > expensive plane ticket. I wondered if there's a safe way to upgrade > remotely or should I just wait until I get a

Re: hearing complaints regarding pre-orders

2006-09-22 Thread Anton Karpov
Guys, is there any chance to get official CDs here in Russian Federation?

Re: OpenBSD 4.0 pre-orders are up

2006-09-22 Thread Daniel A. Ramaley
On Friday 22 September 2006 02:55, you wrote: >> http://undeadly.org/cgi?action=article&sid=20060921164308 >> https://https.openbsd.org/images/pluffy.jpg > >damned. wanted to make a donation and ended up buying pluffies and >shirts for me, my wife and the office. it's all your fault. ;) Pluffy app

Re: upgrading without physical access

2006-09-22 Thread Bernd Schoeller
On Fri, 22 Sep 2006 08:44:30 +0200, Christopher Vance <[EMAIL PROTECTED]> wrote: It might not be the 'right' way to do things, but I've had no trouble upgrading machines remotely. YMMV, depending on how busy the thing is. What I would do is: Please, that is not the recommended way of doing

Re: hearing complaints regarding pre-orders

2006-09-22 Thread MikeM
On 9/21/2006 at 2:23 PM Steve Tornio wrote: |On Sep 21, 2006, at 2:12 PM, Martin Schrvder wrote: | [snip] |As long as I can remember, it's always been this way, and I've been |buying CDs since 2.5. I'm amazed that anyone is making an issue of |it now. = This is the Internet, peo

smtp-vilter

2006-09-22 Thread Tautvydas
Hello List, I have one problem - I'm trying to run smtp-vilter (amd64 3.9 stable and i386 snapshot). When I try to run: $sudo /usr/local/sbin/smtp-vilter -v I've got these errors: smtp-vilter: start unprivileged child process smtp-vilter[32264]: dropped privileges, running as 538:538 smtp-vilter

Re: automate changing strcpy() to strlcpy()

2006-09-22 Thread Bernd Schoeller
On Fri, 22 Sep 2006 12:52:43 +0200, Siju George <[EMAIL PROTECTED]> wrote: I understand that the OpenBSD team has replaced strcpy() with strlcpy() in their tree. It has not been replaced, there is just a warning. How did you people do it? Do we have to manually go to each place and make the

quick installboot(8) question, i386->amd64?

2006-09-22 Thread Stuart Henderson
Should i386 installboot be able to successfully install an amd64 bootloader? I'd like to change arch on a remote box (I have console access so I plan on just booting an amd64 bsd.rd at that point), pxe isn't easily available, and I don't have a spare machine with a suitable processor to try it on

Re: automate changing strcpy() to strlcpy()

2006-09-22 Thread Siju George
On 9/22/06, Otto Moerbeek <[EMAIL PROTECTED]> wrote: On Fri, 22 Sep 2006, Siju George wrote: > I understand that the OpenBSD team has replaced strcpy() with > strlcpy() in their tree. > How did you people do it? Do we have to manually go to each place and > make the change or is there any tool t

Re: automate changing strcpy() to strlcpy()

2006-09-22 Thread Otto Moerbeek
On Fri, 22 Sep 2006, Siju George wrote: > Hi, > > I am trying to install > > http://fredrik.rambris.com/files/sleezeball-0.6.tar.gz > > on OpenBSD 3.9 > > I get this following error. Those are warnings. > > == > # ls > COPY

automate changing strcpy() to strlcpy()

2006-09-22 Thread Siju George
Hi, I am trying to install http://fredrik.rambris.com/files/sleezeball-0.6.tar.gz on OpenBSD 3.9 I get this following error. == # ls COPYINGbanner.gif sleezeball.conf ChangeLog

Re: Brooktree BT878 support?

2006-09-22 Thread mickey
On Thu, Sep 21, 2006 at 03:48:11PM -0500, Kevin wrote: > What is the current status of the Brooktree (bktr) driver and userland > applications? > > I've found the ProVideo PV-143 quad-port BT878 capture cards for > about fifty dollars, and would like to use the card with 'fxtv' (from > ports) or p

Re: OpenBSD 4.0 pre-orders are up

2006-09-22 Thread Siegbert Marschall
Hi, > On 9/20/06, Theo de Raadt <[EMAIL PROTECTED]> wrote: >> We have activated OpenBSD 4.0 pre-orders. The official release date >> is November 1. >> >> For more information on the release, please see >> >> http://www.openbsd.org/40.html > And don't forget to order the cute Pluffy: > > h

rthreads

2006-09-22 Thread Anton Maksimenkov
May I ask about what is the current state of rthreads library? It was cool to hear about this excellent project, but I found nothing in tech@ and misc@ since old time... -- engineer