Re: Carp/Pfsync problem

2006-07-31 Thread Tim Pushor
Kian Mohageri wrote: On 7/31/06, Tim Pushor <[EMAIL PROTECTED]> wrote: Sorry to bump this thread, but I'd really like to know how to troubleshoot something like this. I'd suggest tcpdump'ing at the point when the connection fails, on the pflog(4) interface of both machines, especially

Re: 3.9 freeze

2006-07-31 Thread Samuel Moñux
2006/7/31, diego <[EMAIL PROTECTED]>: Pedro, since I set the "option NKMEMPAGES_MAX=65535" on kernel file, the server doesn't freeze UVM amap128305 10153K 50705K157284K4071891000 0 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536 This server has an uptime 12 days, before

Using dd(1) to duplicate a hard drive

2006-07-31 Thread Chris Zakelj
Went back about two years in the MARC archives with the terms 'copy drive' (oddly enough, 'dd' itself wouldn't work), and got plenty of linux examples on Google (that pretty much say what I propose anyway) but no luck... I'm hoping to find a faster way to create an image of one drive (a Samsung MP0

Re: ralink rum(4) driver ?

2006-07-31 Thread Jonathan Gray
On Mon, Jul 31, 2006 at 11:40:43AM -0600, Diana Eichert wrote: > First I realize rum(4) is a work in progress, but I've seen some commits > related to the newer Ralink USB wireless chipset using the RT2501. > Reading the rum(4) man page it appears it will support configuring as an > AP. I was thin

Re: OpenBSD's own compiler

2006-07-31 Thread Philip Guenther
On 7/31/06, David Leung <[EMAIL PROTECTED]> wrote: I am not a regular GCC user, but my recent experience with it has been quite bitter. Recently I came across a piece of code that only produces correct results with optimization turned on. Yeah, that's not an uncommon result of code that doesn't

Re: OpenBSD's own compiler

2006-07-31 Thread Andrew Pinski
> I'm becoming slightly more cynical about testing any piece of C code with > optimization turned on in GCC. And you think this will be different with anyother compiler, you have to be joking. -- Pinski a GCC developer that actually tries to take pride in the recent development of GCC

Re: OpenBSD's own compiler

2006-07-31 Thread David Leung
On Tuesday 01 August 2006 10:08, R. Tyler Ballance wrote: > I really don't want to start a holy war, but I am an idealist, and I > don't think "we" as a community should settle for something like the > GNU Compiler Collection (which I use every day, with about a 50/50 > love-hate relationship). I

Re: hard drive problem

2006-07-31 Thread Nick Holland
RV Tec wrote: Folks, I had two crashes, on two different days, with the same reason: a dying hard drive. Definitively, it is really unpleasant to get caught with my pants down. [there were a few potential comments here, but we'll keep this a family-oriented mailing list! :) (ok, the real t

Re: Gratuitous ARP problem with OpenBSD and MS Cluster Services

2006-07-31 Thread Shawn K. Quinn
On Fri, 2006-07-28 at 14:26 -0700, Clayton Wheeler wrote: > I have a pair of OpenBSD 3.9 firewalls (using pf and carp) attached > to a network with a Windows server cluster on it. The Windows > cluster > moves a shared IP address between nodes using the MAC address of the > actual cluster nod

Re: your mail

2006-07-31 Thread Travers Buda
On Mon, 31 Jul 2006 11:05:06 -0500 Marco Peereboom <[EMAIL PROTECTED]> wrote: > Actually I wrote a very simple piece of code to recover as much as > possible from a hard disk the other day (jordan's disk died with a > lot of code on it and we are still trying to recover it). I'll clean > it up an

Re: hard drive problem

2006-07-31 Thread Travers Buda
On Mon, 31 Jul 2006 20:10:23 -0400 Chris <[EMAIL PROTECTED]> wrote: > If all is > lost, you can wipe the disk with BCWipe (www.jetico.com) then test > again with Spinrite. This has recovered several disks for me. Wipe it with dd if=/dev/zero of=/dev/rwd0c count=10, or just take the drive out an

Re: hard drive problem

2006-07-31 Thread Chris
> There is a way to test hard drives for possible failures or foresee those errors? Try www.Spinrite.com for drive testing and data recovery. If all is lost, you can wipe the disk with BCWipe (www.jetico.com) then test again with Spinrite. This has recovered several disks for me. SMART is close

Re: Carp/Pfsync problem

2006-07-31 Thread Kian Mohageri
On 7/31/06, Tim Pushor <[EMAIL PROTECTED]> wrote: > > Sorry to bump this thread, but I'd really like to know how to > troubleshoot something like this. I'd suggest tcpdump'ing at the point when the connection fails, on the pflog(4) interface of both machines, especially the backup which is appar

SSH connection from UNKNOWN ?

2006-07-31 Thread Andreas Maus
Hi folks. During the last weeks I received some alerts about ssh connections from UNKNOWN. E.g.: Jul 17 08:54:25 piglet sshd[7762]: Did not receive identification string from UNKNOWN Jul 26 05:27:54 piglet sshd[31895]: Did not receive identification string from UNKNOWN After a fast look at the

Disabling dynamic standby mode in EEPROM

2006-07-31 Thread Bryan Irvine
My firewall just failed over to the standby firewall (running carp). They have been running fine for nearly a year, the only thing done to them was upgrade to 3.9 last may. The primary firewall is set to preempt but will not take over as master. Probably a good thing because I think a card (fxp2

Re: OpenBSD's own compiler

2006-07-31 Thread Andrés
Section 4 (commercial distribution) with its beautiful "certain responsibilities" is still there. Section 7 (export control) is still there. On 7/31/06, Ted Unangst <[EMAIL PROTECTED]> wrote: On 7/31/06, AndrC)s <[EMAIL PROTECTED]> wrote: > We should convince both the Free Software Foundation an

Re: OpenBSD's own compiler

2006-07-31 Thread R. Tyler Ballance
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 31, 2006, at 4:32 PM, Andris wrote: We should convince both the Free Software Foundation and the Open Source Initiative that "Lucent Public License Version 1.02" is not a free software license. Mainly based in Theo's arguments*. I most cer

Re: OpenBSD's own compiler

2006-07-31 Thread Ted Unangst
On 7/31/06, Andris <[EMAIL PROTECTED]> wrote: We should convince both the Free Software Foundation and the Open Source Initiative that "Lucent Public License Version 1.02" is not a free software license. Mainly based in Theo's arguments*. * [9fans] The new ridiculous license http://9fans.net/arc

Re: Nagios check_bioctl available

2006-07-31 Thread Marco Peereboom
dmesg please On Mon, Jul 31, 2006 at 02:09:21PM -0700, andrew fresh wrote: > On Sun, Jul 30, 2006 at 03:03:26AM +0200, Wijnand Wiersma wrote: > > 2006/7/29, andrew fresh <[EMAIL PROTECTED]>: > > >One thing I ran into is that bioctl needs to run as root to get access > > >to /dev/bio, even for read

Re: OpenBSD's own compiler

2006-07-31 Thread Karel Kulhavy
On Mon, Jul 31, 2006 at 10:35:29AM -0500, R. Tyler Ballance wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > >>I was wondering, would it be a stupid and bad idea, for the > >>OpenBSD team to > >>develope, an OpenBSD C compiler based upon the OpenBSD security > >>knowledge > >>and i

Re: OpenBSD's own compiler

2006-07-31 Thread Andrés
We should convince both the Free Software Foundation and the Open Source Initiative that "Lucent Public License Version 1.02" is not a free software license. Mainly based in Theo's arguments*. This paragraph says it all: And come on it says "certain responsibilities". Good god. Are you people

Re: Nagios check_bioctl available

2006-07-31 Thread andrew fresh
On Sun, Jul 30, 2006 at 03:03:26AM +0200, Wijnand Wiersma wrote: > 2006/7/29, andrew fresh <[EMAIL PROTECTED]>: > >One thing I ran into is that bioctl needs to run as root to get access > >to /dev/bio, even for read only access. Is there a way to query bioctl > >without needing root? > > Well, I

Re: More to hanging audio

2006-07-31 Thread Karel Kulhavy
On Mon, Jul 31, 2006 at 11:18:06AM -0400, Jeff Quast wrote: > On 7/31/06, Karel Kulhavy <[EMAIL PROTECTED]> wrote: > >I examined dmesg, there were no late messages. Tried shutting down X > >Windows > >and playing from console. Didn't help. Reboot helped. My dmesg: > > > > Are you willing to insta

Re: Audio hangs in 3.9

2006-07-31 Thread Karel Kulhavy
On Mon, Jul 31, 2006 at 11:22:30AM -0400, Jeff Quast wrote: > On 7/31/06, Karel Kulhavy <[EMAIL PROTECTED]> wrote: > >My xmms crashed so I killed it and make sure no more xmms process is > >running > >there. Then I tried XMMS several times again and every time I pressed play > >it hangs. > > For

Re: Nagios check_bioctl available

2006-07-31 Thread andrew fresh
On Fri, Jul 28, 2006 at 09:17:28PM -0500, Marco Peereboom wrote: > andrew fresh wrote: > >I have written a perl script that parses the output from bioctl and > >returns it in a format that Nagios can use. > > Sweet :-) Thanks! > >One thing I ran into is that bioctl needs to run as root to get

Re: OpenBSD's own compiler

2006-07-31 Thread R. Tyler Ballance
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 31, 2006, at 1:32 PM, Rogier Krieger wrote: On 7/31/06, R. Tyler Ballance <[EMAIL PROTECTED]> wrote: Jeeez, talk about an overreaction to the suggestion. [...] It's not that far fetched of an idea Given the times that this question popp

OpenBSD at DefCon

2006-07-31 Thread Michael Favinsky
Is anyone on misc going to be at DefCon this weekend? If you are, get in touch. Would be nice to have a beer with other users or developers. If this has already been asked and I missed the thread, then flame away.

Re: USB sound device recommendations?

2006-07-31 Thread Alexandre Ratchov
On Sun, Jul 30, 2006 at 10:04:32PM +0200, Matthias Kilian wrote: > Hi, > > has anyone tested the Creative SoundBlaster Live! 24Bit USB on > OpenBSD or can recommend a similar (or better) device? > hi, i've got a m-audio "mobile pre", it sounds really good and is fully supported by openbsd. It's

Re: OpenBSD's own compiler

2006-07-31 Thread Rogier Krieger
On 7/31/06, R. Tyler Ballance <[EMAIL PROTECTED]> wrote: Jeeez, talk about an overreaction to the suggestion. [...] It's not that far fetched of an idea Given the times that this question popped up in the archives, Mickey's reaction isn't too surprising. From the past discussions, I gather that

Re: openBSD 3.8 window scaling problem: packets dropped on enc0?

2006-07-31 Thread David Wilk
Hi, I don't know if you eventually got an answer on this or not, but I got bit by this with my upgrade to 2.6.17.7 on my linux workstation and my pf firewall started blocking connections. Turns out, that pf is not to blame, but a sloppy ruleset (at least in my case). The thing to check for is to

ralink rum(4) driver ?

2006-07-31 Thread Diana Eichert
First I realize rum(4) is a work in progress, but I've seen some commits related to the newer Ralink USB wireless chipset using the RT2501. Reading the rum(4) man page it appears it will support configuring as an AP. I was thinking about getting one to see how it works. Anyone working with these?

Re: OpenBSD's own compiler

2006-07-31 Thread mickey
On Mon, Jul 31, 2006 at 10:35:29AM -0500, R. Tyler Ballance wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > >>I was wondering, would it be a stupid and bad idea, for the > >>OpenBSD team to > >>develope, an OpenBSD C compiler based upon the OpenBSD security > >>knowledge > >>and i

Re: pf: state insert failed: tree_lan_ext

2006-07-31 Thread Rickard Dahlstrand
Rickard Dahlstrand wrote: > Darrin Chandler wrote: > >> On Sun, Jul 30, 2006 at 11:11:17PM +0200, Rickard Dahlstrand wrote: >> >> >>> Hi, >>> >>> With the rulesset: >>> nat on sis0 from !(sis0) -> (sis0) >>> rdr on sis0 inet proto udp from any to any port = 12560 -> 192.168.1.10 >>> port

Re:

2006-07-31 Thread Daniel A. Ramaley
On Monday 31 July 2006 09:41, you wrote: >The SMART thing isn't that smart at all. Even after the server crashed >twice due faulty harddrive, SMART keeps teeling me everything is OK. I think (someone with more knowledge may correct me if i'm wrontg) SMART communicates with the drive and asks the

Re: Carp/Pfsync problem

2006-07-31 Thread Tim Pushor
Sorry to bump this thread, but I'd really like to know how to troubleshoot something like this. Should this work? Should I expect the firewall to fail over a TCP session? I'm thinking yes, since it does what its supposed to when shutting down the active firewall mid-stream, but not when I pull

Re: your mail

2006-07-31 Thread Marco Peereboom
Actually I wrote a very simple piece of code to recover as much as possible from a hard disk the other day (jordan's disk died with a lot of code on it and we are still trying to recover it). I'll clean it up and put it up. On Mon, Jul 31, 2006 at 10:41:21AM -0400, RV Tec wrote: > Folks, > > I h

[no subject]

2006-07-31 Thread RV Tec
Folks, I had two crashes, on two different days, with the same reason: a dying hard drive. Definitively, it is really unpleasant to get caught with my pants down. There is a way to test hard drives for possible failures or foresee those errors? The SMART thing isn't that smart at all. Even

Re: OpenBSD's own compiler

2006-07-31 Thread R. Tyler Ballance
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was wondering, would it be a stupid and bad idea, for the OpenBSD team to develope, an OpenBSD C compiler based upon the OpenBSD security knowledge and internal standards regarding the language? yeah we will just drop everything we do now, qu

Re: OpenBSD's own compiler

2006-07-31 Thread mickey
On Mon, Jul 31, 2006 at 02:12:47PM +0100, Steve Fairhead wrote: > Rico Secada [EMAIL PROTECTED] said: > > >> I read about how Ada is been used in all areas where safety is of great > issue, and about how it's being used in rockets, Boing Airplanes and so on > because of it's high level of safety.

Re: Silly^WFantastic OpenBSD promo video!!

2006-07-31 Thread Matthias Kilian
On Mon, Jul 31, 2006 at 03:36:30PM +0200, Karel Kulhavy wrote: > ttyplay plays it like on 9600 baud terminal. When I increase the speed with > f it doesn't wait where it should. Not particularly useful. Either the > file is recorded incorrectly or the ttyplay works wrong. This has been fixed in tt

Re: Silly^WFantastic OpenBSD promo video!!

2006-07-31 Thread Karel Kulhavy
On Tue, Jul 25, 2006 at 02:32:32AM +0200, Moritz Grimm wrote: > Hello! > > > I made something ... and for some reason, several people liked it enough > to help it spread at reckless torrent speeds! > http://jolly.kicks-ass.org/OpenBSD_install-quick.avi.torrent should get Could you put it on a

Re: Looking to start developing OpenBSD

2006-07-31 Thread Karel Kulhavy
On Wed, Jul 26, 2006 at 12:19:45PM -0700, Nick Price wrote: > I'm interested in starting to do development on the OpenBSD OS. What are > some good tasks that need to be done that someone isn't currently working > on? Someone suggested ACPId, but apparently it's already being worked on. I suggest

Re: Silly^WFantastic OpenBSD promo video!!

2006-07-31 Thread Karel Kulhavy
On Tue, Jul 25, 2006 at 09:19:33PM +0200, Matthias Kilian wrote: > On Tue, Jul 25, 2006 at 02:32:32AM +0200, Moritz Grimm wrote: > > Message-ID: <[EMAIL PROTECTED]> > > Date: Tue, 25 Jul 2006 02:32:32 +0200 > > From: Moritz Grimm <[EMAIL PROTECTED]> > > To: misc > > Subject: Silly^WFantastic OpenB

Re: OpenBSD's own compiler

2006-07-31 Thread Steve Fairhead
Rico Secada [EMAIL PROTECTED] said: >> I read about how Ada is been used in all areas where safety is of great issue, and about how it's being used in rockets, Boing Airplanes and so on because of it's high level of safety. What I understood from it is, that the demand and control upon compilers,

X-Orientation: Gay SMTP header

2006-07-31 Thread Karel Kulhavy
Hello who wouldn't mind other people knowing, please put X-Orientation: Gay into the SMTP headers. Thanks. Dumb people with anti-gay mindset usually use dumb mailers which don't show these lines. I have it so already for several years and no problem happened. I just figured out the author of a ma

Re: VPN help needed: OpenBSD in the corporate environment instead of Linux

2006-07-31 Thread Joachim Schipper
On Sat, Jul 29, 2006 at 12:22:42PM -0700, jeraklo wrote: > After summarizing all the clues I think I'll give a > chance to OpenVPN + OpenBSD 3.9 combination primarily > due to questionable quality of windows clients > IPsec+IP stack (as I said in my first post - windows > clients will comprise abou

Re: BOB is dying.

2006-07-31 Thread Karel Kulhavy
How should I mark this message for Spamassassin? Spam or ham? Or delete it without giving to Spamassassin? :) CL< On Sun, Jul 16, 2006 at 02:54:35PM -0400, Tim Donahue wrote: > I swear, spam keeps getting wierder and wierder > > > On Fri, 14 Jul 2006 20:43:50 -0700 (PDT) > "Anon Y. Mous" <[

More to hanging audio

2006-07-31 Thread Karel Kulhavy
I examined dmesg, there were no late messages. Tried shutting down X Windows and playing from console. Didn't help. Reboot helped. My dmesg: OpenBSD 3.9 (GENERIC) #617: Thu Mar 2 02:26:48 MST 2006 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC cpu0: Intel(R) Pentium(R) M processor 1

Audio hangs in 3.9

2006-07-31 Thread Karel Kulhavy
My xmms crashed so I killed it and make sure no more xmms process is running there. Then I tried XMMS several times again and every time I pressed play it hangs. I read all the process names and there is no remain if xmms. mplayer does the same - hangs on opening audio. Is the audio in OpenBSD ke

Re: rule help

2006-07-31 Thread jared r r spiegel
On Sun, Jul 30, 2006 at 10:33:56PM -0700, S t i n g r a y wrote: > can you please help me out here .. > > below is my pf.conf file which allow all ourbound > traffice , now i want it to only allow specific > protocols like only http,https,ftp,. > > need a hint. <...> > pass out on $extif inet

Re: 3.9 freeze

2006-07-31 Thread diego
Pedro, since I set the "option NKMEMPAGES_MAX=65535" on kernel file, the server doesn't freeze UVM amap128305 10153K 50705K157284K4071891000 0 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536 This server has an uptime 12 days, before the change only alive 3 or 4 days..

unrecognized Waveplus 802.11b chip

2006-07-31 Thread Alexey E. Suslikov
> I bought a cheapy PCI Wifi card awhile back. Looking at the card I see > a what I assume it the wifi chip which reads: > WAVE > WP1200 DLQF > MK47061.1 0404 > > I thought this was a wi(4) when I bought it but now I see that it is > now. Sure enough, OpenBSD 3.9 doesn't recognize it: > # dmesg | g

Re: bufcachepercent & samba

2006-07-31 Thread Nick Holland
Craig Hammond wrote: I am setting up a Samba fileserver on obsd 3.9-stable I noticed that up until obsd3.3, in section 11 of the faq, it recommended increasing bufcachepercent for fileservers with lots of free memory. Now there is no section 11 at all in the faq. For a box that is basically

Re: Gimp segfaults

2006-07-31 Thread Stuart Henderson
On 7/31/06, Karel Kulhavy <[EMAIL PROTECTED]> wrote: >I noticed there are two Gimps in the ports, I tried both (2.2.10 and >2.2.10p0) ports-related messages reach a more appropriate audience on ports@ >and both segfault in the same place. It displays a speedometer with Wilber, >does several ther

Re: Gimp segfaults

2006-07-31 Thread Nick Guenther
On 7/31/06, Karel Kulhavy <[EMAIL PROTECTED]> wrote: I noticed there are two Gimps in the ports, I tried both (2.2.10 and 2.2.10p0) and both segfault in the same place. It displays a speedometer with Wilber, does several thermometers loading whatever, and then it segfaults. Does it happen only fo

Re: stopping robots

2006-07-31 Thread Marc Espie
I've got a robots.txt, and a script that loops to infinity. Actually, it's a useful page on the server, there's a list that can be ordered two ways, and switching from one to the other increments a parameter at the end of the invocation. A robot has no business reading that specific page in the fi

Gimp segfaults

2006-07-31 Thread Karel Kulhavy
I noticed there are two Gimps in the ports, I tried both (2.2.10 and 2.2.10p0) and both segfault in the same place. It displays a speedometer with Wilber, does several thermometers loading whatever, and then it segfaults. Does it happen only for me or for everyone? CL< #0 0x016a4e90 in ?? () No

unrecognized Waveplus 802.11b chip

2006-07-31 Thread Nick Guenther
I bought a cheapy PCI Wifi card awhile back. Looking at the card I see a what I assume it the wifi chip which reads: WAVE WP1200 DLQF MK47061.1 0404 I thought this was a wi(4) when I bought it but now I see that it is now. Sure enough, OpenBSD 3.9 doesn't recognize it: # dmesg | grep net unknown