Re: QEMU

2010-04-01 Thread Johan SANCHEZ
There is nothing (..noticeable) wrong with 0.9.x of QEMU, you just won't be getting any fancy features. The os i had to test was not able to run with 0.9 but does with 10.6 . This more than a fancy feature for me :)) Compiling a semi-usable version of QEMU is easy, but that's not the

Re: Major and minor version changes

2010-04-01 Thread Amarendra Godbole
I think its dangerous to automatically say that libfoo-a.b.c is going to be the same across OS's, as that assumes the compiler is the same. With the case of gcc, I'd be wary of that. Agree, libraries were an example - my point was *all* dependencies, including the compiler and kernel. As for

Re: Major and minor version changes

2010-04-01 Thread Amarendra Godbole
On Thu, Apr 1, 2010 at 9:10 AM, Marco Peereboom sl...@peereboom.us wrote: Completely insane! Of course you have to test! Boo hoo, can't I even make an assumption that APIs' would be backward compatible across minor version changes? :-/ -Amarendra On Thu, Apr 01, 2010 at 08:35:00AM +0530,

Re: Major and minor version changes

2010-04-01 Thread Theo de Raadt
Boo hoo, can't I even make an assumption that APIs' would be backward compatible across minor version changes? :-/ We try very hard. Some other people don't try hard at all. It is a minefield. Good luck.

Re: Difference of threshold check: atactl smartstatus vs atactl readattr

2010-04-01 Thread Alexander Yurchenko
2010/3/31 Vincent vincent.immler+open...@rub.de: The output of /sbin/atactl /dev/wd0c smartstatus on that server is: No SMART threshold exceeded However, if i use: /sbin/atactl /dev/wd0c readattr One or more threshold values exceeded! I had a look at atactl.c and noticed, that the threshold

Re: question wrt. -current

2010-04-01 Thread Toni Mueller
Hi, On Wed, 31.03.2010 at 17:12:30 -0700, Philip Guenther guent...@gmail.com wrote: The i386 build has been around a lot longer than amd64, so comparing absolutes doesn't reveal the relative rate. that doesn't sound compelling to me, as, afair, the serial numbers are reset on every release.

Re: httpd segmentation fault

2010-04-01 Thread Toni Mueller
Hi, On Wed, 31.03.2010 at 22:10:08 +0300, Ozgur Kazancci ozgur.kazan...@info.uvt.ro wrote: - Toni Mueller openbsd-m...@oeko.net wrote: On Wed, 31.03.2010 at 14:03:06 -0400, Devin Ceartas nacred...@gmail.com wrote: I suppose it should be 5.2.11 or later my machine running 4.6

Re: question wrt. -current

2010-04-01 Thread Otto Moerbeek
On Thu, Apr 01, 2010 at 10:46:36AM +0200, Toni Mueller wrote: Hi, On Wed, 31.03.2010 at 17:12:30 -0700, Philip Guenther guent...@gmail.com wrote: The i386 build has been around a lot longer than amd64, so comparing absolutes doesn't reveal the relative rate. that doesn't sound

Re: DDOS on Apache / PF countermeasures

2010-04-01 Thread mowsen
I'm experiencing some DDOS attacks against my wordpress blog wich runs on a PIII/600 MHz/256 MB Ram/100 MBit machine lately. The attacker commands approx. 500 different IPs to my blog that all request the same post. I tuned apache to only accept 20 concurrent clients but that still renders my

Re: question wrt. -current

2010-04-01 Thread Lars Nooden
I am interested in how these things work internally in your project, and I also wondered whether I'd done something wrong (eg. inadvertantly fetched stale code), as, at first, I assumed that all these builds should occur in sync. Now, when I was reporting problems, the large difference in serial

-current (GENERIC.MP#148 amd64): cannot load anchor from file

2010-04-01 Thread Toni Mueller
Hi, I'm trying to run my pf setup on the latest -current/amd64 like this: # pfctl -n -f pf.conf (gives no error or warning) # pfctl -f pf.conf pfctl: pfctl_rules pfctl: load anchors pfctl: DIOCXROLLBACK: Invalid argument The only anchor statments I have are these: # grep anchor pf.conf anchor

[request] A GUI frontend to ifconfig+dhcpcd?

2010-04-01 Thread Ilya Ilembitov
Hi, all. AFAIK, there is no GUI app for managing wireless connections on OpenBSD (such as NetworkManager or WICD). While such a thing is not necessary in case of a desktop user (you add your home wireless network just once and never touch it again), a laptop user could really benefit from such a

php5 uninstall problem

2010-04-01 Thread Andreas Gerdd
Hi. Inside the /ports/www/php5 directory, i made; env FLAVORS=no_x11 no_bz2 no_curl no_gmp no_imap no_ldap no_sybase_ct no_xmlrpc no_xsl no_zip make install. But i notified that the installation was installing all these packages as well, (env FLAVORS not working?) so, i interrupted the setup

OpenBSD virtualization

2010-04-01 Thread Digital Edge
Dear List, I am very much new to OpenBSD. I have two Sun UltraSparcT2( Niagara2) servers. I have install OpenBSD4.6 on that. But my intention is to install KVM/XEN on those box. Can anyone help me to do so Thanks, dE _ The

Re: DDOS on Apache / PF countermeasures

2010-04-01 Thread Jordi Espasa Clofent
mod_dosevasive maybe can helps.

Re: OpenBSD virtualization

2010-04-01 Thread Iñigo Ortiz de Urbina
Err... do the homework first. On Thu, Apr 1, 2010 at 2:45 PM, Digital Edge reachta...@hotmail.com wrote: Dear List, I am very much new to OpenBSD. I have two Sun UltraSparcT2( Niagara2) servers. I have install OpenBSD4.6 on that. But my intention is to install KVM/XEN on those box. Can

An idea for a very simple port knocking with pf

2010-04-01 Thread Marcus Mülbüsch
Hello all, it occured to me that with a combination of some pass rules and adding the address via overload to a sort of whitelist tables you can implement a simple portknocking; using nothing but pf. The rules would look like this: pass in on $ext_if inet proto tcp from any to any port

Re: OpenBSD virtualization

2010-04-01 Thread Digital Edge
From: reachta...@hotmail.com To: misc@openbsd.org Subject: OpenBSD virtualization Date: Thu, 1 Apr 2010 17:15:20 +0530 Dear List, I am very much new to OpenBSD. I have two Sun UltraSparcT2( Niagara2) servers. I have install OpenBSD4.6 on that. But my intention is to install KVM/XEN on

Re: OpenBSD virtualization

2010-04-01 Thread Jiri B.
On Thu, 1 Apr 2010 17:15:20 +0530 Digital Edge reachta...@hotmail.com wrote: Dear List, I am very much new to OpenBSD. I have two Sun UltraSparcT2( Niagara2) servers. I have install OpenBSD4.6 on that. But my intention is to install KVM/XEN on those box. Can anyone help me to do so

La Corrézienne prend soin d'Elle !

2010-04-01 Thread La Correzienne
Si vous ne visualisez pas ce mail correctement, merci de cliquer iciPour jtre s{r(e) de recevoir notre newsletter, merci de rajouter service-clie...@la-correzienne.com ` votre carnet d'adresses. Si vous n'arrivez pas ` visualiser cette newsletter, merci de cliquer ici. La Corrizienne La

Школа секретаря: как стать профессионаломfy

2010-04-01 Thread O5-O7 апреля
05 - 07 P0P?QP5P;Q 2010 P3. (3 P4P=Q) P(PPPP P!PPP PPPP P/: PPP P!PPPP, PP PP$PP!P!PPPPPPP # PQQQP4P=P5P2P=Q P9 P?QP0P:QP8QP5QP:P8P9 P:QQQ P4P;Q QP5P:QP5QP0QP5P9, P?PPPQ P=P8P:PP2

Re: OpenBSD virtualization

2010-04-01 Thread Stas Miasnikou
Digital Edge: I am very much new to OpenBSD. I have two Sun UltraSparcT2( Niagara2) servers. I have install OpenBSD4.6 on that. But my intention is to install KVM/XEN on those box. Can anyone help me to do so Oh, not again... Stas

Re: An idea for a very simple port knocking with pf

2010-04-01 Thread Lars Nooden
On 04/01/2010 03:09 PM, Marcus M|lb|sch wrote: 1) Is there any problem with that setup? No, not if you do not deploy it. Yes, if you deploy it, it may implement port-knocking. http://marc.info/?l=openbsd-miscw=4r=1s=port-knocking /Lars

Re: An idea for a very simple port knocking with pf

2010-04-01 Thread Bret S. Lambert
congratulations, you've broken the code! why this is a bad idea is left as an exercise to the reader. On Thu, Apr 01, 2010 at 02:09:36PM +0200, Marcus M?lb?sch wrote: Hello all, it occured to me that with a combination of some pass rules and adding the address via overload to a sort of

Re: An idea for a very simple port knocking with pf

2010-04-01 Thread Lars Nooden
On 04/01/2010 03:09 PM, Marcus M|lb|sch wrote: Thanks for any pointers, You may instead be interested in exploring authpf + use of one time passwords. Look around for donkey, s/key, opie, yubikey to get ideas.

Re: An idea for a very simple port knocking with pf

2010-04-01 Thread Chris Bennett
Marcus M|lb|sch wrote: Hello all, it occured to me that with a combination of some pass rules and adding the address via overload to a sort of whitelist tables you can implement a simple portknocking; using nothing but pf. The rules would look like this: pass in on $ext_if inet proto

Re: An idea for a very simple port knocking with pf

2010-04-01 Thread Jan Stary
On Apr 01 14:09:36, Marcus M|lb|sch wrote: Hello all, it occured to me that with a combination of some pass rules and adding the address via overload to a sort of whitelist tables you can implement a simple portknocking; using nothing but pf. With a combination of opening doors, you can

Re: [request] A GUI frontend to ifconfig+dhcpcd?

2010-04-01 Thread Christiano F. Haesbaert
On 1 April 2010 07:17, Ilya Ilembitov ilembi...@yandex.ru wrote: Hi, all. AFAIK, there is no GUI app for managing wireless connections on OpenBSD (such as NetworkManager or WICD). While such a thing is not necessary in case of a desktop user (you add your home wireless network just once and

Re: OT: marco@ misc@ behavior Re: whiteboard over the net

2010-04-01 Thread Frans Haarman
Here's my top posting! load averages: 0.32, 0.16, 0.1015:39:59 26 processes: 25 idle, 1 on processor CPU states: 1.9% user, 0.0% nice, 0.3% system, 6.2% interrupt, 91.5% idle Memory: Real: 128M/338M act/tot Free: 662M Swap: 0K/2052M used/tot PID USERNAME PRI NICE SIZE RES

Re: php5 uninstall problem

2010-04-01 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Apr 01, 2010 at 01:51:35PM +0300, Andreas Gerdd spoke thusly: Hi. Inside the /ports/www/php5 directory, i made; env FLAVORS=no_x11 no_bz2 no_curl no_gmp no_imap no_ldap no_sybase_ct no_xmlrpc no_xsl no_zip make install. But i

Re: OT: marco@ misc@ behavior Re: whiteboard over the net

2010-04-01 Thread Stas Miasnikou
Frans Haarman: Here's my top posting! load averages: 0.32, 0.16, 0.1015:39:59 26 processes: 25 idle, 1 on processor CPU states: 1.9% user, 0.0% nice, 0.3% system, 6.2% interrupt, 91.5% idle Memory: Real: 128M/338M act/tot Free: 662M Swap: 0K/2052M used/tot PID USERNAME PRI NICE

Re: Major and minor version changes

2010-04-01 Thread Marco Peereboom
I have no idea why you keep bringing this up. There is no definition of major or minor library bump. There is new code and someone who wrote it determined the version number change. How in the world can you attribute anything to some arbitrary action? Seriously? There are no shortcuts, only

Re: OT: marco@ misc@ behavior Re: whiteboard over the net

2010-04-01 Thread Chris Bennett
Frans Haarman wrote: Here's my top posting! load averages: 0.32, 0.16, 0.1015:39:59 26 processes: 25 idle, 1 on processor CPU states: 1.9% user, 0.0% nice, 0.3% system, 6.2% interrupt, 91.5% idle Memory: Real: 128M/338M act/tot Free: 662M Swap: 0K/2052M used/tot PID USERNAME

Re: php5 uninstall problem

2010-04-01 Thread Antti Harri
On Thu, 1 Apr 2010, Andreas Gerdd wrote: Hi. Hi, Inside the /ports/www/php5 directory, i made; env FLAVORS=no_x11 no_bz2 no_curl no_gmp no_imap no_ldap no_sybase_ct no_xmlrpc no_xsl no_zip make install. It is FLAVOR, not FLAVORS. But i notified that the installation was installing all

Re: php5 uninstall problem

2010-04-01 Thread Andreas Gerdd
ls -l /var/db/pkg/ do you see anything with, as it says, partial prepended to the port/ package name? Also, if you watch while you're installing a port or package, it installs the ports/packages it needs first, then the port or package you originally wanted installed last. Consequently, if

Re: OT: marco@ misc@ behavior Re: whiteboard over the net

2010-04-01 Thread Jan Stary
On Apr 01 09:37:16, Chris Bennett wrote: Frans Haarman wrote: Here's my top posting! load averages: 0.32, 0.16, 0.1015:39:59 26 processes: 25 idle, 1 on processor CPU states: 1.9% user, 0.0% nice, 0.3% system, 6.2% interrupt, 91.5% idle Memory: Real: 128M/338M act/tot Free:

***SPAM*** sss

2010-04-01 Thread eeee
apcd

couldn't map interrupt

2010-04-01 Thread Dave Anderson
I've inherited an old notebook (Sony Vaio PCG-FX120) whose CardBus slots are (presumably) unusable because their interrupts aren't mapped: cbb0 at pci1 dev 2 function 0 Ricoh 5C476 CardBus rev 0x80: couldn't \ map interrupt cbb1 at pci1 dev 2 function 1 Ricoh 5C476 CardBus rev 0x80: couldn't \

Re: -current (GENERIC.MP#148 amd64): cannot load anchor from file

2010-04-01 Thread Philip Guenther
On Thu, Apr 1, 2010 at 2:49 AM, Toni Mueller openbsd-m...@oeko.net wrote: I'm trying to run my pf setup on the latest -current/amd64 like this: # pfctl -n -f pf.conf (gives no error or warning) # pfctl -f pf.conf pfctl: pfctl_rules pfctl: load anchors pfctl: DIOCXROLLBACK: Invalid argument

feature request: ifconfig emX clear

2010-04-01 Thread Toni Mueller
Hi, I'd like to be able to clear the counters of interfaces, similar to clear counters in Cisco lingo. TIA! Kind regards, --Toni++

Re: feature request: ifconfig emX clear

2010-04-01 Thread Bret S. Lambert
On Thu, Apr 01, 2010 at 07:42:05PM +0200, Toni Mueller wrote: Hi, I'd like to be able to clear the counters of interfaces, similar to clear counters in Cisco lingo. 1) $EDITOR src/sys/net/if.c 2) Find the ioctl function, and start reading. 3) Thrill to the lulz of /* XXX hell this is ugly */

Re: feature request: ifconfig emX clear

2010-04-01 Thread Claudio Jeker
On Thu, Apr 01, 2010 at 07:42:05PM +0200, Toni Mueller wrote: Hi, I'd like to be able to clear the counters of interfaces, similar to clear counters in Cisco lingo. This is only possible if we start to have shadow counters since the counters for SNMP and friends should not be cleared. --

Re: feature request: ifconfig emX clear

2010-04-01 Thread Peter N. M. Hansteen
Toni Mueller openbsd-m...@oeko.net writes: I'd like to be able to clear the counters of interfaces, similar to clear counters in Cisco lingo. If you read your statistics off pf labels, they're really easy to reset without disturbing anything else - in fact people do traffic accounting on

Re: couldn't map interrupt

2010-04-01 Thread Dave Anderson
On Thu, 1 Apr 2010, Dave Anderson wrote: I've inherited an old notebook (Sony Vaio PCG-FX120) whose CardBus slots are (presumably) unusable because their interrupts aren't mapped: cbb0 at pci1 dev 2 function 0 Ricoh 5C476 CardBus rev 0x80: couldn't \ map interrupt cbb1 at pci1 dev 2 function 1

Re: Soekris net5501 locks up with Ralink 2860 miniPCI

2010-04-01 Thread FRLinux
On Wed, Mar 31, 2010 at 4:34 AM, corey clingo clinge...@gmail.com wrote: Reposting this, as I posted Friday evening when fewer people were probably reading and haven't heard anything. If that's not the reason, then sorry for the noise. Hello, have you looked at the ML posts? Which power

Openbsd Sensors Framework

2010-04-01 Thread Anathae E. Townsend
I'd like an estimate of how difficult it would be to make the sensors framework of OpenBSD portable? The idea being that using the sensors framework and snmp, a number of heterogeneous systems could be monitored in a network (or even remotely) to make preventative maintenance more proactive.

Re: -current (GENERIC.MP#148 amd64): cannot load anchor from file

2010-04-01 Thread Toni Mueller
Hi, thanks for answering! On Thu, 01.04.2010 at 10:28:16 -0700, Philip Guenther guent...@gmail.com wrote: This is generally caused by mismatched kernel and userland. How confident are you that yours were built from the same/matching sources? I installed these files from my installation

Re: pf FAQ error

2010-04-01 Thread Jason McIntyre
On Tue, Mar 30, 2010 at 01:35:36PM +0200, Rene Maroufi wrote: Hi, Cite from http://www.openbsd.org/faq/pf/logging.html Note that PF can only log packets that it's blocking or passing; you cannot specify a rule that only logs packets. But this is wrong for 4.6 and later. 4.6 has the match

Otkrijte tipične znake prevare

2010-04-01 Thread E-topshop
If you have trouble seeing this mail, click here. Top Shop Top E-revija: 47, 1. april 2010. Najbolja praktiD na rešenja i saveti za bolji Eivot PoD etna | Budi fit | Lepota | Zdrav Eivot DomaDinstvo | Zabava i deca | Quelle | Knjige Top Shop HIT TV proizvodi! Ab Tronic X2 - Pojas za

Re: Soekris net5501 locks up with Ralink 2860 miniPCI

2010-04-01 Thread Corey
On 04/01/2010 04:43 PM, FRLinux wrote: On Wed, Mar 31, 2010 at 4:34 AM, corey clingoclinge...@gmail.com wrote: Reposting this, as I posted Friday evening when fewer people were probably reading and haven't heard anything. If that's not the reason, then sorry for the noise. Hello,

wpa2 not working

2010-04-01 Thread Chris Henderson
wpa2 doesn't seem to be working. My driver is ipw(4). I have done: wpa-psk ssid secret-wpa2-password and generated the key. And then ifconfig ipw0 wpa wpapsk generated-key and dhclient ipw0 and I get: ipw0: no link ... sleeping Following is my dmesg. Thanks. OpenBSD 4.6 (GENERIC)

Re: wpa2 not working

2010-04-01 Thread Ted Unangst
On Fri, Apr 2, 2010 at 12:01 AM, Chris Henderson henders...@gmail.com wrote: wpa2 doesn't seem to be working. My driver is ipw(4). I have done: wpa-psk ssid secret-wpa2-password and generated the key. And then ifconfig ipw0 wpa wpapsk generated-key and dhclient ipw0 and I get: ipw0: no link