Re: Bridge PF with spamd but getting RST packet

2006-12-20 Thread Can Erkin Acar
Edy <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to configure spamd on the current bridge PF firewall which > is running on OpenBSD 4.0 > > fxp0 and fxp1 both are setup as bridge interfaces > > the following is the rdr rule for spamd > > ## Spamd Stuff > # Table that spamd updates > table

Re: Atheros AR5213 Support Status?

2006-12-20 Thread mniche-news
Hello, Did anyone ever try to power up Prism 2.5 cards for more than 100mW while on hostap mode? I have read the codes and it appeared that it can be up to 100mW even a 200mW card is inserted. Thanks, Kevin > > I've got several different brands of Prism 2.5 cards, PCI, > miniPCI, and Cardbus

Re: Atheros AR5213 Support Status?

2006-12-20 Thread Greg Thomas
On 12/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I've got an Atheros AR5213 card that I'm trying to use in a wireless access point. Unfortunately, it's experienced a number of odd issues, including device timeouts, inability to associate properly with an existing Prism-based access point

Atheros AR5213 Support Status?

2006-12-20 Thread alex
I've got an Atheros AR5213 card that I'm trying to use in a wireless access point. Unfortunately, it's experienced a number of odd issues, including device timeouts, inability to associate properly with an existing Prism-based access point running on OpenBSD 3.7, etc. I'm not going to go too h

Re: hotplugd umass kernel crash

2006-12-20 Thread Michael
Otto Moerbeek schrieb: On Wed, 20 Dec 2006, Michael wrote: Since it doesn't write anything to messages or any other file I wonder how I can get the kernel crash message + ddb> trace + ddb> ps into a file so I can post it here? attach a serial console, see http://www.openbsd.org/faq/faq7.html#S

Re: Negative temp sensor readings?

2006-12-20 Thread Ryan Flannery
I have the exact same thing here. Just installed 4.0 GENERIC.MP on a new Dell PowerEdge 2900 (my dmesg looks almost identical to yours), and I have similar readings for the first two temperatures (picked up on sensors.{0,1}). -Ryan On 12/20/06, Will H. Backman <[EMAIL PROTECTED]> wrote: Has

Re: revision control system for system administration

2006-12-20 Thread Steve Shockley
Brian Candler wrote: That makes a lot of sense. But enforcing that policy might be difficult. This is important if you're relying on your gold server for disaster recovery purposes - if the target machines had some change made which nobody remembers and weren't reflected in the gold server, then

dual port syskonnect gigabit card

2006-12-20 Thread Tom Bombadil
Hey all... We got a few SysKonnect SK-9S22 dual port cards, and they don't work under 4.0, nor under stable (as of 19/12/2006). We got these cards because it was listed in the msk(4) manual pages: http://www.openbsd.org/cgi-bin/man.cgi?query=msk&apropos=0&sektion=0&manpath=OpenBSD+4.0&arch=i386&fo

Bridge PF with spamd but getting RST packet

2006-12-20 Thread Edy
Hi, I am trying to configure spamd on the current bridge PF firewall which is running on OpenBSD 4.0 fxp0 and fxp1 both are setup as bridge interfaces the following is the rdr rule for spamd ## Spamd Stuff # Table that spamd updates table persist table persist file "/etc/whitelist.txt" # I

hotplugd umass kernel crash

2006-12-20 Thread Michael
Hi, when starting hotplugd the kernel crashes because of some buffer issue of umass (with and without device attached). Never had this before and restarting or turning off/on the machine doesn't help. Since it doesn't write anything to messages or any other file I wonder how I can get the ke

Re: FW: How can I view rule numbers under OpenBSD 4.0?

2006-12-20 Thread afed
Hey did anyone tell this guy it's two vs and not a w yet?

sftp systrace policy.

2006-12-20 Thread RV Tec
Hi, I'm looking for a systrace policy that ensures that a user logged in sftp isn't able to change directories. I've tired dugsong's sshd policy, but that is outdated and would require a systrace master to update it. Also, I've tried to get the one[1] that appeared on undeadly.org a few m

Commsec Security Activation

2006-12-20 Thread The Commonwealth NetBank
NetBank is constantly reviewed to ensure integrity, availability and security. Dedicated system support and security staff monitor Internet threats and regularly test the service to ensure it remains secure. In order to confirm your account and to preserve the account stability, you are required t

Re: Negative temp sensor readings?

2006-12-20 Thread Maxim Bourmistrov
Will H. Backman wrote: Has anyone else seen negative temperature sensor readings through sysctl? hw.sensors.0=ipmi0, Temp, -54.00 degC, OK hw.sensors.1=ipmi0, Temp, -51.00 degC, OK hw.sensors.2=ipmi0, Temp, 40.00 degC, WARNING OpenBSD 4.0 (GENERIC.MP) #967: Sat Sep 16 20:38:15 MDT 2006 [EMA

Termcap question

2006-12-20 Thread Andrey Shuvikov
Hello, I'm trying to change termcap to work correctly with my xterm and keys. So I've added these keys to the xterm termcap entry: xterm|xterm terminal emulator (X Window System), kend=\E[4~, khome=\E[1~, use=xterm-r6, Then I rebuilt the termcap, termcap.db and terminfo.db files. The resul

Negative temp sensor readings?

2006-12-20 Thread Will H. Backman
Has anyone else seen negative temperature sensor readings through sysctl? hw.sensors.0=ipmi0, Temp, -54.00 degC, OK hw.sensors.1=ipmi0, Temp, -51.00 degC, OK hw.sensors.2=ipmi0, Temp, 40.00 degC, WARNING OpenBSD 4.0 (GENERIC.MP) #967: Sat Sep 16 20:38:15 MDT 2006 [EMAIL PROTECTED]:/usr/src/sy

Re: ksh - ls NAME.* <-Argument list too long

2006-12-20 Thread Dave Ewart
On Wednesday, 20.12.2006 at 14:34 +0100, Sebastian Rother wrote: > Hello everybody, > > I wanted to stress the Antivirus a littlebit and wanted to know how > many Backdoors are in the Test-Archive for this case: > > mailgw $ ls | wc -l >10656 > mailgw $ ls Backdoor.* | wc -l > ksh: ls: Argum

Re: revision control system for system administration

2006-12-20 Thread Will Maier
On Wed, Dec 20, 2006 at 02:31:09PM +, Brian Candler wrote: > That makes a lot of sense. But enforcing that policy might be > difficult. This is important if you're relying on your gold server > for disaster recovery purposes - if the target machines had some > change made which nobody remembers

Re: ksh - ls NAME.* <-Argument list too long

2006-12-20 Thread Otto Moerbeek
On Wed, 20 Dec 2006, Lars Hansson wrote: > On Wednesday 20 December 2006 21:34, Sebastian Rother wrote: > > Could that be a "Bug"? > > No. "ls" cant take an infinite number of arguments. > Just use grep to get the Backdoor entries. [sorry for the previous incomplete post] find . -name 'pattern'

Re: ksh - ls NAME.* <-Argument list too long

2006-12-20 Thread Otto Moerbeek
On Wed, 20 Dec 2006, Lars Hansson wrote: > On Wednesday 20 December 2006 21:34, Sebastian Rother wrote: > > Could that be a "Bug"? > > No. "ls" cant take an infinite number of arguments. > Just use grep to get the Backdoor entries. find -name '

Re: nice book about code auditing

2006-12-20 Thread Jeff Quast
On 12/20/06, Otto Moerbeek <[EMAIL PROTECTED]> wrote: Hi, Every once in a while the question "how can I learn how to audit software" comes up here. I just received "The Art of Software Security Assesment" by Mark Dowd et. al. I ordered it because another OpenBSd developer recommended it. Brows

Re: revision control system for system administration

2006-12-20 Thread Brian Candler
On Tue, Dec 19, 2006 at 06:23:16AM -0700, Clint Pachl wrote: > >A pull-only system assumes that the clients actually pull. What if > >they don't? How do you know when their last successful pull was? > > If you implement a "push" system, how do you know if something was > actually pushed? What if

Re: ksh - ls NAME.* <-Argument list too long

2006-12-20 Thread Stuart Henderson
On 2006/12/20 14:34, Sebastian Rother wrote: > mailgw $ ls | wc -l >10656 > mailgw $ ls Backdoor.* | wc -l > ksh: ls: Argument list too long >0 You exceeded ARG_MAX bytes; $ getconf ARG_MAX 262144 from sysconf(3): _SC_ARG_MAX The maximum bytes of arguments to exec(3) (

Re: Looping in ksh

2006-12-20 Thread Paul de Weerd
On Wed, Dec 20, 2006 at 08:17:04PM +0800, Uwe Dippel wrote: | Otto Moerbeek wrote: | | >(( .. )) is ksh specific. | | I know. | | > Put #!/bin/ksh in your scritp and you'll be fine. | | Have you tried it ? I did. It doesn't work. It works. How are you running this test ? [EMAIL PROTECTED] $ cat >

Re: ksh - ls NAME.* <-Argument list too long

2006-12-20 Thread Lars Hansson
On Wednesday 20 December 2006 21:34, Sebastian Rother wrote: > Could that be a "Bug"? No. "ls" cant take an infinite number of arguments. Just use grep to get the Backdoor entries. Lars Hansson

ksh - ls NAME.* <-Argument list too long

2006-12-20 Thread Sebastian Rother
Hello everybody, I wanted to stress the Antivirus a littlebit and wanted to know how many Backdoors are in the Test-Archive for this case: mailgw $ ls | wc -l 10656 mailgw $ ls Backdoor.* | wc -l ksh: ls: Argument list too long 0 mailgw & Could that be a "Bug"? The directory includes also

Re: Looping in ksh

2006-12-20 Thread Otto Moerbeek
On Wed, 20 Dec 2006, Uwe Dippel wrote: > Otto Moerbeek wrote: > > > (( .. )) is ksh specific. > > I know. > > > Put #!/bin/ksh in your scritp and you'll be fine. > > Have you tried it ? I did. It doesn't work. Here it works. You must be doing something wrong. -Otto

Re: Looping in ksh

2006-12-20 Thread Uwe Dippel
L. Ahmadi wrote: If you want to use /bin/sh, No I don't (and didn't). But now I know my mistake: I had put #!/bin/ksh for a good reason, but I did call it with $ sh progname That's rather me stupid, then ! Thanks everyone for answering, Uwe

Re: Looping in ksh

2006-12-20 Thread Uwe Dippel
Otto Moerbeek wrote: (( .. )) is ksh specific. I know. > Put #!/bin/ksh in your scritp and you'll be fine. Have you tried it ? I did. It doesn't work. Uwe

nice book about code auditing

2006-12-20 Thread Otto Moerbeek
Hi, Every once in a while the question "how can I learn how to audit software" comes up here. I just received "The Art of Software Security Assesment" by Mark Dowd et. al. I ordered it because another OpenBSd developer recommended it. Browsing through it it really seems a nice book. So I think

Re: Looping in ksh

2006-12-20 Thread Bruno Carnazzi
2006/12/20, Uwe Dippel <[EMAIL PROTECTED]>: I needed some little script; and - as usual - tried it out by typing: i=0 uplim=10 while [ $i -lt $uplim ] do ((i=i+1)) echo $i done 1 2 3 4 5 6 7 8 9 10 Hi, This is a shell rewrite of jot(1). Try : $ jot 10 1 10 Best Regard, Bruno.

Re: Looping in ksh

2006-12-20 Thread Michael
L. Ahmadi schrieb: > Hi, > > If you want to use /bin/sh, it works well if you replace > > ((i=i+1)) by > let i=i+1 Or use I=$((I+1)) which works in sh/ksh/bash and should be pretty universal. - Michael

Re: Problems in my wireless card

2006-12-20 Thread Stuart Henderson
On 2006/12/18 15:04, Andreas Maus wrote: > On 12/18/06, Eduardo Jorge <[EMAIL PROTECTED]> wrote: > >This is my dmesg > > > >OpenBSD 4.0 (NEIN) #0: Sun Dec 17 05:20:14 BRST 2006 > ^ > At first. Before you post make sure you use a GENERIC kernel > (because we can only gues

Re: Looping in ksh

2006-12-20 Thread L. Ahmadi
Hi, If you want to use /bin/sh, it works well if you replace ((i=i+1)) by let i=i+1 L. Ahmadi Uwe Dippel wrote: I needed some little script; and - as usual - tried it out by typing: i=0 uplim=10 while [ $i -lt $uplim ] do ((i=i+1)) echo $i done 1 2 3 4 5 6 7 8 9 10 So good, so

Re: Looping in ksh

2006-12-20 Thread Kevin Foo
On Wednesday 20 December 2006 18:43, Uwe Dippel wrote: > i=0 > uplim=10 > while [ $i -lt $uplim ] > do >((i=i+1)) >echo $i > done #!/bin/ksh -- Warm regards, Kevin Foo Key fingerprint : 4B23 FC1C E50B 9693 CCDD 2A7D A048 E909 8924 9BDD Public key : http://keyserver.linux.it/pks

Re: Looping in ksh

2006-12-20 Thread Otto Moerbeek
On Wed, 20 Dec 2006, Uwe Dippel wrote: > I needed some little script; and - as usual - tried it out by typing: > i=0 > uplim=10 > while [ $i -lt $uplim ] > do >((i=i+1)) >echo $i > done > 1 > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > > So good, so far. > So I put the history into a fil

Re: Looping in ksh

2006-12-20 Thread Teemu Schaabl
Uwe Dippel([EMAIL PROTECTED])@2006.12.20 18:43:35 +0800: > I needed some little script; and - as usual - tried it out by typing: > i=0 > uplim=10 > while [ $i -lt $uplim ] > do >((i=i+1)) >echo $i > done > 1 > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > > So good, so far. > So I put the hi

Re: Looping in ksh

2006-12-20 Thread Sebastian Benoit
Uwe Dippel([EMAIL PROTECTED]) on 2006.12.20 18:43:35 +: > I needed some little script; and - as usual - tried it out > by typing: ^^! > #!/bin/sh ^^! > Question: What is missing in the loop ? nothing, your shell ist ksh, not sh. /B. -- Sebastian Benoit <[EMAIL PROTECTED

Re: ASUS P5L-MX

2006-12-20 Thread Jonathan Gray
On Tue, Dec 19, 2006 at 04:23:50PM -0500, Frank Bax wrote: > At 02:19 PM 12/16/06, Frank Bax wrote: > > >Will OpenBSD 4.0 release run on ASUS P5L-MX? The asus website does not > >seem to mention which Gigabit chipset is used on this board. Anyone using > >this board? > > > >http://www.asus.com

Looping in ksh

2006-12-20 Thread Uwe Dippel
I needed some little script; and - as usual - tried it out by typing: i=0 uplim=10 while [ $i -lt $uplim ] do ((i=i+1)) echo $i done 1 2 3 4 5 6 7 8 9 10 So good, so far. So I put the history into a file; added #!/bin/sh and ran it. To my surprise, it is an endless loop printing 0.

Re: ASUS P5L-MX

2006-12-20 Thread Dimitry Andric
Frank Bax wrote: ... > 2) is this a problem: > cpu0: unknown Core FSB_FREQ value 0 (0x41c8) ... > cpu0: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz ("GenuineIntel" 686-class) 1.87 > GHz This is one of the newer Intel Core 2 CPU's, with 266 MHz FSB. There is support for those in -current, but it di

test envoi dolist

2006-12-20 Thread Welcome Office
Ce message est au format HTML. Si vous ne parvenez pas ` le lire, cliquez ici. Offre riservie ` anciens materiaux renovation de normandie, M51KWOKP17 [IMAGE] Je souhaite recevoir des informations et offres promotionnelles ` cette adresse e-mail (misc@openbsd.org) de la part de Welcome Office. C