Re: Does anyone know a good file manager for OpenBSD?

2007-03-28 Thread Sunnz
wget can handle multiple files last time I used. wget -c http://url1 http://:url2 ftp://url3 ... 2007/3/21, Leonardo Rodrigues <[EMAIL PROTECTED]>: Ahh, sorry, I did write FILE manager instead of DOWNLOAD manager :D I need more coffee... Yeah, wget is great, I use it a lot, but I'm looking for

Re: Dual Port SysKonnect Card SK-9S22 working yet ?

2007-03-28 Thread Gordon Ross
>>> On 27 March 2007 at 16:23, in message <[EMAIL PROTECTED]>, "Gordon Ross" <[EMAIL PROTECTED]> wrote: > I bought a SysKonnect SK 9S22 card for use with OpenBSD ('cause the man > page claimed it was supported). I've since discovered ( > http://archives.neohapsis.com/archives/openbsd/2006-12/1480.h

Re: SCP/SFTP: Couldn't open /dev/null

2007-03-28 Thread Tasmanian Devil
So the solution is: Don't start mysql on the command line as system user "root" or let mysql keep it's history whereever it wants (no "MYSQL_HISTFILE=/dev/null" in .profile). Just a little addition to that: I'll try my luck with a 2 MB RAM disk instead of /dev/null just for the mysql history fil

Re: IPv6 and OpenBGPD - Protocol not available

2007-03-28 Thread Henning Brauer
* Claudio Jeker <[EMAIL PROTECTED]> [2007-03-27 19:36]: > - if (setsockopt(p->fd, IPPROTO_IPV6, IPV6_HOPLIMIT, &ttl, > + if (setsockopt(p->fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, &ttl, yuck. so it's fallout from this "bump v6 to newer rfc" thing a while ago (after 4.0, before

Re: IPv6 and OpenBGPD - Protocol not available

2007-03-28 Thread Henning Brauer
* Claudio Jeker <[EMAIL PROTECTED]> [2007-03-27 20:42]: > On Tue, Mar 27, 2007 at 07:12:50PM +0100, Jon Morby wrote: > > Thanks Claudio ... you guys are super stars! :) > > > > Seems to be working a treat > > > > Now to work out the filters :( > > > > /etc/bgpd.conf:796: king bula sez: AF_INET o

ifconfig pfsync0 down

2007-03-28 Thread Ronnie Garcia
Hey, I was expecting to stop pfsync with : ifconfig pfsync0 down But it did not. I could stop pfsync by down'ing the physical device, but is there any other way around ? I'm using 4.0 Rgds, -- Ronnie Garcia

Re: IPv6 and OpenBGPD - Protocol not available

2007-03-28 Thread Claudio Jeker
On Wed, Mar 28, 2007 at 10:41:17AM +0200, Henning Brauer wrote: > * Claudio Jeker <[EMAIL PROTECTED]> [2007-03-27 20:42]: > > On Tue, Mar 27, 2007 at 07:12:50PM +0100, Jon Morby wrote: > > > Thanks Claudio ... you guys are super stars! :) > > > > > > Seems to be working a treat > > > > > > Now to

Re: IPv6 and OpenBGPD - Protocol not available

2007-03-28 Thread Claudio Jeker
On Wed, Mar 28, 2007 at 10:40:44AM +0200, Henning Brauer wrote: > * Claudio Jeker <[EMAIL PROTECTED]> [2007-03-27 19:36]: > > - if (setsockopt(p->fd, IPPROTO_IPV6, IPV6_HOPLIMIT, &ttl, > > + if (setsockopt(p->fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, &ttl, > > yuck. so it's fallout

Re: IPv6 and OpenBGPD - Protocol not available

2007-03-28 Thread Henning Brauer
* Claudio Jeker <[EMAIL PROTECTED]> [2007-03-28 11:57]: > On Wed, Mar 28, 2007 at 10:41:17AM +0200, Henning Brauer wrote: > > * Claudio Jeker <[EMAIL PROTECTED]> [2007-03-27 20:42]: > > > On Tue, Mar 27, 2007 at 07:12:50PM +0100, Jon Morby wrote: > > > > Thanks Claudio ... you guys are super stars!

Re: WARNING: ahci(4) change may cause your disks to be renamed

2007-03-28 Thread Peter N. M. Hansteen
David Gwynne <[EMAIL PROTECTED]> writes: > As the commit message says, be careful if you're following -current and > you have a recent sata controller. There's a chance it will claim to be > supported by ahci(4), which means your disks will change their name > from wd to sd. If that happens, simpl

Re: Distorted sound with clcs(4) on Thinkpad 600X

2007-03-28 Thread Jim Dew
I had the same sort of issue on my T20. THe fix was to disable the one power saving setting related to slowing the pci bus down when not in use. Jim On Tue, Mar 27, 2007 at 08:26:29PM -0400, Julian Leyh wrote: > Hi there, > > I've got some issues with my Thinkpad 600X. It has a clcs(4) sound c

Re: About commands

2007-03-28 Thread Matt Rowley
$ fdisk -l displaying all partitions of a HD man disklabel. $ df -h displaying all partitions with size and use man df. Not to be pedantic, but df displays mounted filesystems, not "all partitions." cheers, Matt

maildrop package (missing components)

2007-03-28 Thread Peter Matulis
I have been working recently with the maildrop package. I installed into via ports with the MySQL flavor. Much documentation refer to the associated utility 'maildirmake' but I see that the OpenBSD port does not include it. Is this intended or is it an oversight? Or maybe I'm not looking in

Re: maildrop package (missing components)

2007-03-28 Thread Antti Harri
On Wed, 28 Mar 2007, Peter Matulis wrote: I have been working recently with the maildrop package. I installed into via ports with the MySQL flavor. Much documentation refer to the associated utility 'maildirmake' but I see that the OpenBSD port does not include it. It comes with courier-uti

Re: Distorted sound with clcs(4) on Thinkpad 600X

2007-03-28 Thread Stefan Sperling
On Tue, Mar 27, 2007 at 08:26:29PM -0400, Julian Leyh wrote: > Another problem with this Thinkpad is that the CPU speed is not detected > properly on boot. You'll see the strange value in the attached dmesg. > The value seems to be random after every reboot. Only if i detach the > power supply it w

Re: maildrop package (missing components)

2007-03-28 Thread Antoine Jacoutot
On Wed, 28 Mar 2007, Peter Matulis wrote: I have been working recently with the maildrop package. I installed into via ports with the MySQL flavor. Much documentation refer to the associated utility 'maildirmake' but I see that the OpenBSD port does not include it. Is this intended or is it a

cron doesn't run commands in /etc/crontab?

2007-03-28 Thread Will Maier
According to cron(8), cron should be able to read commands from a properly formatted and chmoded /etc/crontab file. I've created such a file, but I can't seem to get cron to run the test command in it. # cat < /etc/crontab */1 * * * * /usr/bin/touch /tmp/cronte

Re: cron doesn't run commands in /etc/crontab?

2007-03-28 Thread Paul de Weerd
On Wed, Mar 28, 2007 at 08:41:34AM -0500, Will Maier wrote: | According to cron(8), cron should be able to read commands from a | properly formatted and chmoded /etc/crontab file. I've created such | a file, but I can't seem to get cron to run the test command in it. | | # cat < /etc/crontab |

Re: cron doesn't run commands in /etc/crontab?

2007-03-28 Thread Stuart Henderson
On 2007/03/28 08:41, Will Maier wrote: > According to cron(8), cron should be able to read commands from a > properly formatted and chmoded /etc/crontab file. I've created such > a file, but I can't seem to get cron to run the test command in it. > > # cat < /etc/crontab > */1 *

4.0-stable panic with pppoe(4)

2007-03-28 Thread Tamas TEVESZ
ok, so i'm not *entirely* sure it's with pppoe(4), but as far as i can put bits and pieces together, it's always happening after "ifconfig pppoe0 down; ifconfig pppoe0 destroy" and then either "sh /etc/netstart pppoe0" or (the second case) starting ppp(8). box has 4 interfaces, one of them (vr0

Re: cron doesn't run commands in /etc/crontab?

2007-03-28 Thread Otto Moerbeek
On Wed, 28 Mar 2007, Will Maier wrote: > According to cron(8), cron should be able to read commands from a > properly formatted and chmoded /etc/crontab file. I've created such > a file, but I can't seem to get cron to run the test command in it. > > # cat < /etc/crontab > */1 *

Re: cron doesn't run commands in /etc/crontab?

2007-03-28 Thread Lars D . Noodén
Feel free to laugh if this is a stupid question, but have you made sure to leave an extra empty line at the end of the crontab? Are you in /var/cron/cron.allow ? Also, I usually pack everything into a script and then have cron call the script. It makes verbose comments and multi-line commands le

Re: cron doesn't run commands in /etc/crontab?

2007-03-28 Thread Will Maier
On Wed, Mar 28, 2007 at 03:58:35PM +0200, Paul de Weerd wrote: > Reread crontab(5), the /etc/crontab has a slightly different > format (to specify username). Oh. ;) Quite right -- thanks for the cluestick. -- o--{ Will Maier }--o | web:...http

Long WEP key

2007-03-28 Thread Rafael Morales
I have OpenBSD 4.0, and I have troubles trying to connect my wireless with my AP. I have in my /etc/hostname.wi0 dhcp NONE NONE NONE nwkey But when I restart the net I see this message: sudo sh /etc/netstart ifconfig: strings too long DHCPDISCOVER on wi0 to 255.255.255.255 port 67 interval 1 DHC

premature scripts?

2007-03-28 Thread Beavis
hi guys, Just wanted to know if the default setup for the built-in apache on 4.0can work with cgi's? I am currently building some mailboxes and I would like to run it on openbsd but I haven't noticed why is it that the default install can't run test-cgi or printenv at all? I did chmod 755 on t

Re: Long WEP key

2007-03-28 Thread Nick !
On 3/28/07, Rafael Morales <[EMAIL PROTECTED]> wrote: I have OpenBSD 4.0, and I have troubles trying to connect my wireless with my AP. I have in my /etc/hostname.wi0 dhcp NONE NONE NONE nwkey But when I restart the net I see this message: sudo sh /etc/netstart ifconfig: strings too long DHCPD

Re: Long WEP key

2007-03-28 Thread Stuart Henderson
On 2007/03/28 09:32, Rafael Morales wrote: > I have OpenBSD 4.0, and I have troubles trying to > connect my wireless with my AP. see the nwkey description in ifconfig(8) or wi(4), your key is too long > dhcp NONE NONE NONE nwkey

Re: premature scripts?

2007-03-28 Thread Vijay Sankar
On Wednesday 28 March 2007 10:54, Beavis <[EMAIL PROTECTED]> wrote: > hi guys, > >Just wanted to know if the default setup for the built-in apache > on 4.0can work with cgi's? > > I am currently building some mailboxes and I would like to run it on > openbsd but I haven't noticed why is it that

Re: premature scripts?

2007-03-28 Thread Johan SANCHEZ
On Wed, 28 Mar 2007 09:54:05 -0600 Beavis <[EMAIL PROTECTED]> wrote: > hi guys, Hi >Just wanted to know if the default setup for the built-in apache on > 4.0can work with cgi's? Default configuration is chrooted so you have to put libs and reqs into the chroot too...

Re: cron doesn't run commands in /etc/crontab?

2007-03-28 Thread Peter Strömberg
On 28 Mar 2007 at 8:41, Will Maier wrote: > According to cron(8), cron should be able to read commands from a > properly formatted and chmoded /etc/crontab file. I've created such > a file, but I can't seem to get cron to run the test command in it. > > # cat < /etc/crontab > */1 *

Re: Long WEP key

2007-03-28 Thread Jeroen Massar
Nick ! wrote: > On 3/28/07, Rafael Morales <[EMAIL PROTECTED]> wrote: [..] > Your symptons are pretty obviously the result of the key being set > wrong, as you guessed. I don't know what it might be. Try reading the > /etc/netstart script. By pen and paper, trace the values of variables. In case y

Re: premature scripts?

2007-03-28 Thread Beavis
Sorry for putting up noise where as Im silly at not looking at /etc/rc.conf first to find out that -u switch for HTTPD. thanks for all the reply guys! peace, Ed On 3/28/07, Beavis <[EMAIL PROTECTED]> wrote: > > hi guys, > >Just wanted to know if the default setup for the built-in apache on

Re: login_ldap

2007-03-28 Thread Mike Erdely
Joachim Schipper wrote: On Tue, Mar 27, 2007 at 04:49:05PM -0400, Mike Erdely wrote: I'm trying to get login_ldap to work with cvs pserver (run out of inetd). I think you are misunderstanding some things, or doing something that doesn't work; however, since I've never tried to set up a pserver,

Re: ifconfig pfsync0 down

2007-03-28 Thread Guido Tschakert
Ronnie Garcia wrote: > Hey, > > I was expecting to stop pfsync with : > ifconfig pfsync0 down > Hi pfsync is a pseudo-device (see man pfsync) To stop a pseudo-device you have to destroy it: ifconfig pfsync0 destroy (see man ifconfig and search for pseudo-device) hth guido > But it did not.

Re: premature scripts?

2007-03-28 Thread L. V. Lammert
At 09:54 AM 3/28/2007 -0600, Beavis wrote: hi guys, Just wanted to know if the default setup for the built-in apache on 4.0can work with cgi's? Certainly! What sort of cgi environment? Remember that the default environment is chroot'd, so if you need any libraries or stuff in /etc (a la r

Re: login_ldap

2007-03-28 Thread Vijay Sankar
On Wednesday 28 March 2007 11:45, Mike Erdely wrote: > Joachim Schipper wrote: > > On Tue, Mar 27, 2007 at 04:49:05PM -0400, Mike Erdely wrote: > >> I'm trying to get login_ldap to work with cvs pserver (run out of > >> inetd). > > > > I think you are misunderstanding some things, or doing somethin

Re: Distorted sound with clcs(4) on Thinkpad 600X

2007-03-28 Thread Julian Leyh
On 15:13 Wed 28 Mar , Stefan Sperling wrote: > Can you try the following patch and let me know if it makes > SpeedStep work for you? > > http://stsp.in-berlin.de/piixpcib/piixpcib-2007-03-24_3.diff > > Examine the hw.cpuspeed sysctl. The dmesg may still report CPU speed > incorrectly. Thanks

Re: 4.0-stable panic with pppoe(4)

2007-03-28 Thread Andreas Bartelt
Tamas TEVESZ wrote: > ok, so i'm not *entirely* sure it's with pppoe(4), but as far as i can > put bits and pieces together, it's always happening after "ifconfig > pppoe0 down; ifconfig pppoe0 destroy" and then either "sh > /etc/netstart pppoe0" or (the second case) starting ppp(8). > ... > >

Re: 4.0-stable panic with pppoe(4)

2007-03-28 Thread Can Erkin Acar
On 2007-03-28 Tamas TEVESZ wrote: > ok, so i'm not *entirely* sure it's with pppoe(4), but as far as i can > put bits and pieces together, it's always happening after "ifconfig > pppoe0 down; ifconfig pppoe0 destroy" and then either "sh > /etc/netstart pppoe0" or (the second case) starting ppp(8

can't get mod_perl running

2007-03-28 Thread Daniel Barowy
Hello everyone, I've been struggling with this problem since yesterday, and if anyone has any pointers, they would be appreciated. I get the following error when I try to load the Apache::DBI perl module: Syntax error on line 934 of /var/www/conf/httpd.conf: Invalid command 'PerlModule', pe

Re: login_ldap

2007-03-28 Thread Mike Erdely
Vijay Sankar wrote: I use login_ldap but don't have any experience with cvs pserver. Just in case it has any relevance or triggers some other solution . . . 1) Are you using LDAPv2 or LDAPv3? If you are using v3, you may want to try v2. I'm using the default in login.conf for login_ldap, whi

Re: Long WEP key

2007-03-28 Thread Gordon Stratton
On 3/28/07, Rafael Morales <[EMAIL PROTECTED]> wrote: I have in my /etc/hostname.wi0 dhcp NONE NONE NONE nwkey Rafael, I've received this error when I've tried to set a hexadecimal WEP key without the leading 0x. Example: DEADBEEF... vs 0xDEADBEEF... Try that and see if it fixes your p

Re: micro atx motherboard recommendations?

2007-03-28 Thread peter
hi, On Mon, Mar 26, 2007 at 11:21:42AM +0200, Nico Meijer wrote: > > i'm still having a weird > > issue with the nics not properly initializing somehow after a powerdown > > though. maybe it needs a bios-upgrade, but as i don't usually powerdown > > (reboot is ok) i haven't really investigated i

Re: can't get mod_perl running

2007-03-28 Thread Daniel Horecki
2007/3/28, Daniel Barowy <[EMAIL PROTECTED]>: Hello everyone, I've been struggling with this problem since yesterday, and if anyone has any pointers, they would be appreciated. $ pkg_info | grep mod_perl mod_perl-1.29p0 module that embeds a Perl interpreter into Apache After installing

apache loadbalancing

2007-03-28 Thread christian johansson
Hi Misc I have two CARP:ed openbsd machines, firewalling a couple of linux servers behind them. 3 of the linux machines run apache1 httpd:s. If need be, I can upgrade to apache2. I want to setup redundant httpd loadbalancing to these 3 machines from the openbsd machines. I know PF can do simple

Re: Distorted sound with clcs(4) on Thinkpad 600X

2007-03-28 Thread Stefan Sperling
On Wed, Mar 28, 2007 at 02:16:58PM -0400, Julian Leyh wrote: > On 15:13 Wed 28 Mar , Stefan Sperling wrote: > > Can you try the following patch and let me know if it makes > > SpeedStep work for you? > > > > http://stsp.in-berlin.de/piixpcib/piixpcib-2007-03-24_3.diff > > > > Examine the hw.c

Re: apache loadbalancing

2007-03-28 Thread Dan Brosemer
On Wed, Mar 28, 2007 at 12:20:53PM -0700, christian johansson wrote: > I know PF can do simple round-robin balancing to these machines, but I want > something that can take the load of the apache running machines into > consideration and shape the traffic sent to them accordingly. > > Would it be

Re: ntpd not synching

2007-03-28 Thread peter
hi, On Tue, Mar 27, 2007 at 01:49:16PM +0200, Otto Moerbeek wrote: > It looks like your clock drifts more that ntpd can compensate. Please > share some details on your setup, like the dmesg. Also, if you remove > the drift file, you must reboot, since otherwise the existing > frequency compensa

Re: [OpenBSD/i386 BOOT 2.10] "diskinfo" command on net4801

2007-03-28 Thread Igor Sobrado
Igor Sobrado writes: > > I would like to ask if this output for the "machine diskinfo" command > on the OpenBSD/i386 BOOT release 2.10 is expected: > > > Using drive 0, partition 3. > Loading... > probing: pc0 com0 com1 mem[639K 255M a20=on] > disk: hd0+ hd1+ > >> OpenBSD/i386 BOOT 2.10 > - > c

Re: can't get mod_perl running

2007-03-28 Thread Daniel Barowy
Daniel Horecki wrote: After installing mod_perl you should run /usr/local/sbin/mod_perl-enable. This message was displayed after installing package. Thanks, Daniel. That did the trick. I think I may have installed something where mod_perl was a dependency and missed that message in the va

Re: Long WEP key

2007-03-28 Thread Stefan Sperling
On Wed, Mar 28, 2007 at 09:32:44AM -0500, Rafael Morales wrote: > I have OpenBSD 4.0, and I have troubles trying to > connect my wireless with my AP. > > I have in my /etc/hostname.wi0 > dhcp NONE NONE NONE nwkey > > But when I restart the net I see this message: > sudo sh /etc/netstart > ifconf

Re: apache loadbalancing

2007-03-28 Thread Reyk Floeter
hi, On Wed, Mar 28, 2007 at 12:20:53PM -0700, christian johansson wrote: > I have two CARP:ed openbsd machines, firewalling a couple of linux servers > behind them. > > 3 of the linux machines run apache1 httpd:s. If need be, I can upgrade to > apache2. > I want to setup redundant httpd loadbalan

Spamdb Output Format Mismatch

2007-03-28 Thread Jason Haag
>From "man spamdb": = For GREY or WHITE entries, the format is: type|source IP|helo|from|to|first|pass|expire|block|pass = When I at the spamdb output on my box I get (2 representative entries): = GREY|194.242.40.177|tlnordic.moduleweb.net|<>|<[EMAIL PROTECTED] apture.com>

Re: Spamdb Output Format Mismatch

2007-03-28 Thread Stuart Henderson
On 2007/03/28 16:28, Jason Haag wrote: > For GREY or WHITE entries, the format is: > type|source IP|helo|from|to|first|pass|expire|block|pass > > When I at the spamdb output on my box I get (2 representative entries): > WHITE|91.89.52.244|||1175062170|1175064001|1178174455|3|0 > Can

rmoption INET6

2007-03-28 Thread John Brahy
Is there any reason I shouldn't add rmoption INET6 to my kernel? I don't use IPV6.

Re: Long WEP key (solved)

2007-03-28 Thread Rafael Morales
Yes, you are right, I only add the 0x before the key. Thanks and Regards --- Gordon Stratton <[EMAIL PROTECTED]> escribis: > On 3/28/07, Rafael Morales <[EMAIL PROTECTED]> > wrote: > > I have in my /etc/hostname.wi0 > > dhcp NONE NONE NONE nwkey > > Rafael, > > I've received this error when

Atheros wireless card in -current

2007-03-28 Thread Francisco Valladolid
Hi folks. I'm using OpenBSD 4.1 -current from March 1 and recently bougth a Atheros wireless card: ath0 at cardbus0 dev 0 function 0 "Atheros Communications, Inc., AR5001--, Wireless LAN Reference Card": irq 11 ath0: AR5213 7.9 phy 4.5 rf2112a 5.6, ETSI1W, address xx:xx:xx:xx:xx I do the

Re: rmoption INET6

2007-03-28 Thread Paul de Weerd
On Wed, Mar 28, 2007 at 01:54:48PM -0700, John Brahy wrote: | Is there any reason I shouldn't add rmoption INET6 to my kernel? I don't use | IPV6. The fact that you will run your own, unsupported, frankensteined kernel may be detrimental to your quest. You may want to remove driver support for all

Re: Atheros wireless card in -current

2007-03-28 Thread Stuart Henderson
On 2007/03/28 15:08, Francisco Valladolid wrote: > ath0: AR5213 7.9 phy 4.5 rf2112a 5.6, ETSI1W, address xx:xx:xx:xx:xx ^ AR5213 is not on the list of supported cards in ath(4).

Re: Long WEP key

2007-03-28 Thread Maxime DERCHE
Hello. There is a thing that I can't understand : why install and configure a "secure by default" OS if you use a WEP-based encryption on your Wi-Fi network, that anyone can crack in less than an hour ? IMHO you should think to configure your AP to provide a WAP-based encryption... Best regards

May I have a cluestick, please?

2007-03-28 Thread STeve Andre'
I have a -current system thats working just fine as a web server. Everything is working as it should, save for updating the wtmp for logins. The last entry in the wtmp was the reboot for going live-- since then logins work as expected but there is no record of them. Suggestions as to wha

Re: rmoption INET6

2007-03-28 Thread John Brahy
You don't recompile your kernel? Isn't that part of keeping with stable? -Original Message- From: Paul de Weerd [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 28, 2007 2:27 PM To: John Brahy Cc: misc@openbsd.org Subject: Re: rmoption INET6 On Wed, Mar 28, 2007 at 01:54:48PM -0700, John

Re: apache loadbalancing

2007-03-28 Thread christian johansson
On 3/28/07, Dan Brosemer <[EMAIL PROTECTED]> wrote: > > On Wed, Mar 28, 2007 at 12:20:53PM -0700, christian johansson wrote: > > Some people on this list speak highly of pound. I haven't used it myself > yet. > > I like haproxy. I've run it in an 80,000 (mod_perl-generated) page per > hour > situ

Re: rmoption INET6

2007-03-28 Thread Peter Hessler
Recompiling doesn't mean using a custom kernel. That is the part you shouldn't do. When you recompile, just use GENERIC. On 2007 Mar 28 (Wed) at 14:41:34 -0700 (-0700), John Brahy wrote: :You don't recompile your kernel? Isn't that part of keeping with stable? -- "Every time I think I know wh

Re: rmoption INET6

2007-03-28 Thread Darrin Chandler
On Wed, Mar 28, 2007 at 02:41:34PM -0700, John Brahy wrote: > You don't recompile your kernel? Isn't that part of keeping with stable? Mucking up your own kernel config and following -stable are not the same, as I suspect you already know. -- Darrin Chandler| Phoenix BSD User Group

Re: rmoption INET6

2007-03-28 Thread Paul de Weerd
On Wed, Mar 28, 2007 at 02:41:34PM -0700, John Brahy wrote: | You don't recompile your kernel? Isn't that part of keeping with stable? I do. But not my own. I build GENERIC and/or GENERIC.MP, not others. Only in documented circumstances will I build my *own* thing. There's an important differenc

Re: May I have a cluestick, please?

2007-03-28 Thread J.C. Roberts
On Wednesday 28 March 2007 12:52, STeve Andre' wrote: >I have a -current system thats working just fine as a web > server. Everything is working as it should, save for updating > the wtmp for logins. > >The last entry in the wtmp was the reboot for going live-- > since then logins work as e

IBGP Problems

2007-03-28 Thread rezidue
I guess I should start from the beginning. When I originally started this project my goal was to have two machines running carp between them and have the master connect to two different ISP's sending full routes. This was working fine and failover didn't cause any issues. At least I thought ever

Re: IBGP Problems

2007-03-28 Thread Henning Brauer
* rezidue <[EMAIL PROTECTED]> [2007-03-29 01:10]: > I guess I should start from the beginning. When I originally started this > project my goal was to have two machines running carp between them and have > the master connect to two different ISP's sending full routes. This was > working fine and

Re: rmoption INET6

2007-03-28 Thread Nick Holland
John Brahy wrote: > Is there any reason I shouldn't add rmoption INET6 to my kernel? I don't use > IPV6. maybe because you were smart and read the instructions? http://www.openbsd.org/faq/faq5.html#ProbIPv6 You provide the feet, we provide the bullets. And the warning. Nick.

Re: rmoption INET6

2007-03-28 Thread John Brahy
So if I use GENERIC and then disable ipv6 is that a safe thing do to? In light of the recent security issue and since I don't use ipv6 I thought it would make the system more secure, but I definitely don't want to make it unstable.

Re: IBGP Problems

2007-03-28 Thread Stuart Henderson
On 2007/03/28 17:52, rezidue wrote: > When the hosts connect to each other a full prefix table is sent but then > almost immediately it's neighbor starts withdrawing prefixes. On one host I > jump from 210k prefixes in the initial connection to only 59k after all of > the withdrawals. On the othe

Re: rmoption INET6

2007-03-28 Thread Jason Dixon
On Mar 28, 2007, at 7:41 PM, John Brahy wrote: So if I use GENERIC and then disable ipv6 is that a safe thing do to? In light of the recent security issue and since I don't use ipv6 I thought it would make the system more secure, but I definitely don't want to make it unstable. Yes, we u

Re: rmoption INET6

2007-03-28 Thread Darrin Chandler
On Wed, Mar 28, 2007 at 04:41:20PM -0700, John Brahy wrote: > So if I use GENERIC and then disable ipv6 is that a safe thing do to? In > light of the recent security issue and since I don't use ipv6 I thought it > would make the system more secure, but I definitely don't want to make it > unstable.

Re: rmoption INET6

2007-03-28 Thread Peter Hessler
NO. Making changes to GENERIC makes it not-GENERIC. Block ipv6 in your pf.conf, don't edit the kernel config files. On 2007 Mar 28 (Wed) at 16:41:20 -0700 (-0700), John Brahy wrote: :So if I use GENERIC and then disable ipv6 is that a safe thing do to? In :light of the recent security issue an

Re: rmoption INET6

2007-03-28 Thread Jason Crawford
On 3/28/07, John Brahy <[EMAIL PROTECTED]> wrote: So if I use GENERIC and then disable ipv6 is that a safe thing do to? In light of the recent security issue and since I don't use ipv6 I thought it would make the system more secure, but I definitely don't want to make it unstable. If you follo

Re: rmoption INET6

2007-03-28 Thread J.C. Roberts
On Wednesday 28 March 2007 16:41, John Brahy wrote: > So if I use GENERIC and then disable ipv6 is that a safe thing do to? > In light of the recent security issue and since I don't use ipv6 I > thought it would make the system more secure, but I definitely don't > want to make it unstable. John,

bgpctl community add/subtract.

2007-03-28 Thread Ben April
Greetings, I am looking for a way to add/subtract a single community from the rib via the bgpctl command, or some other accepted real-time user-level path, without re-specifying the whole community attribute set for that route. The goal is to be able to add a community on th

Re: Long WEP key

2007-03-28 Thread Lars Hansson
Maxime DERCHE wrote: There is a thing that I can't understand : why install and configure a "secure by default" OS if you use a WEP-based encryption on your Wi-Fi network, that anyone can crack in less than an hour ? Because it adds a minimum level of security that unencrypted doesn't? Sure, it

Re: Long WEP key

2007-03-28 Thread Darren Spruell
On 3/28/07, Lars Hansson <[EMAIL PROTECTED]> wrote: Maxime DERCHE wrote: > There is a thing that I can't understand : why install and configure a > "secure by default" OS if you use a WEP-based encryption on your Wi-Fi > network, that anyone can crack in less than an hour ? Because it adds a min

Re: Long WEP key

2007-03-28 Thread Lars Hansson
Darren Spruell wrote: Right. As long as we understand that it sucks, it's OK to use? Care to explain how not using WEP and allowing average joe easy access to your AP and network is better than running WEP and preventing him? Maybe it's OK to run telnetd so long as it's on port 10023 too?

Re: Long WEP key

2007-03-28 Thread Lars Hansson
Maxime DERCHE wrote: IMHO you should think to configure your AP to provide a WAP-based encryption... WAP-based encryption? Do you mean WPA? --- Lars Hansson

Not getting much bandwidth through the firewall

2007-03-28 Thread Watson Crick
Hi, I've got OpenBSD 4.0 (release) on a laptop setup up as a router between 2 subnets, and providing internet access through a 3rd nic to a DSL modem. The problem is the bandwidth between the two subnets. I'm only getting a maximum of about 500 KB/s between two 100mbit cards. Top shows ~70% int

Re: Long WEP key

2007-03-28 Thread Nick !
On 3/29/07, Lars Hansson <[EMAIL PROTECTED]> wrote: Maxime DERCHE wrote: > IMHO you should think to configure your AP to provide a WAP-based > encryption... WAP-based encryption? Do you mean WPA? And to answer the original question: because OpenBSD doesn't support WPA, and Theo has claimed som

See my favorite movies

2007-03-28 Thread Melinda Roberts
Hello, I am Melinda Roberts at TrustedOpinion.com, a new Internet service that provides personal, reliable movie recommendations. I was checking out your website (where I found your email address), and it occurred to me we might be able to offer you more web visibility. We can give you a place

Re: Long WEP key

2007-03-28 Thread Darren Spruell
On 3/28/07, Lars Hansson <[EMAIL PROTECTED]> wrote: Darren Spruell wrote: > Right. As long as we understand that it sucks, it's OK to use? Care to explain how not using WEP and allowing average joe easy access to your AP and network is better than running WEP and preventing him? No, because I'

Re: Not getting much bandwidth through the firewall

2007-03-28 Thread Kyle George
On Wed, 28 Mar 2007, Watson Crick wrote: I've got OpenBSD 4.0 (release) on a laptop setup up as a router between 2 subnets, and providing internet access through a 3rd nic to a DSL modem. The problem is the bandwidth between the two subnets. I'm only getting a maximum of about 500 KB/s betwee

Re: Long WEP key

2007-03-28 Thread Nick !
On 3/29/07, Darren Spruell <[EMAIL PROTECTED]> wrote: On 3/28/07, Lars Hansson <[EMAIL PROTECTED]> wrote: > Care to explain how not using WEP and allowing average joe easy access > to your AP and network is better than running WEP and preventing him? No, because I'm not trying to make the point

ipsec between openbsd 4.0 and checkpoint

2007-03-28 Thread Sebastian Reitenbach
Hi list, I have a problem to setup an ipsec tunnel between my openbsd box and a checkpoint firewall. Our Gateway IP: 123.123.123.123 Our Network behind the Gate: 192.168.100.0/24 Remote Gateway IP address: 42.173.16.1 Remote VPN Domain: 42.173.128.0/20 IKE Phase 1: 3DES/MD5 - Group 2 (1024bit) -

"ROOTBACKUP=1" corruption problems on amd64 (OPENBSD_4_0)

2007-03-28 Thread Didier Wiroth
Hello, I'm using ROOTBACKUP=1 to have daily backups on several boxes running amd64 OPENBSD_4_0. Actually I noticed that on 1 box (the hardware is +/- 3 month old), the partition is *always* corrupted after the backup. The corruption happens every day. Does anyone have an idea what could be the pr

Re: ntpd not synching

2007-03-28 Thread Otto Moerbeek
On Wed, 28 Mar 2007, [EMAIL PROTECTED] wrote: > hi, > > On Tue, Mar 27, 2007 at 01:49:16PM +0200, Otto Moerbeek wrote: > > > It looks like your clock drifts more that ntpd can compensate. Please > > share some details on your setup, like the dmesg. Also, if you remove > > the drift file, you m