| From | Subject | Date |
|---|---|---|
| received@postcard.org | You have just received a virtual postcard from a friend !
You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . http://annapurna.ifj.edu.pl/~jolanta/cgi-bin/postcard.exe . If you can't click on the web address above, you can also . (Your postcard will be available for 60 days.) . Oh -- and if you'd like to reply with a postcard, | Apr 19, 9:26 am 2008 |
| hogo hogo | Installation problem
Hello, I experience troubles during instalation onto a new pc. | Apr 19, 1:29 pm 2008 |
| Unix Fan | Re: Crash with acpi enabled
Yes, The command opens /dev/mem and dump the raw ACPI tables... -Nix Fan. | Apr 19, 12:57 pm 2008 |
| Moe Sizlak | Re: timeouts on http connects outbound
To followup on this question I have updated my sysctl settings, changed Also my dist is 4.3 openbsd flashdist. (not 4.2) Result of all changes proposed: No change. Pages like http://marc.info etc still time out. updated settings are: | Apr 19, 12:31 pm 2008 |
| Felix Kronlage | Looking for someone with a Sierra Wireless 3G USM modem 875U
hi, I am looking for someone who has a 875U modem from Sierra Wireless. thanks, [1] <url: http://www.sierrawireless.com/product/ac875U.aspx> | Apr 19, 11:54 am 2008 |
| Vikas N Kumar | pf and hosts.deny
Hi I have OpenBSD 4.2 on a Pentium II laptop running fine, with its ssh port 22 Can pf do this ? I read the manual but... | Apr 19, 10:02 am 2008 |
| Lars Noodén | Re: pf and hosts.deny
Ok. I'm slow enough writing that others have started to answer also... Working with hosts.deny is not a pf feature, but it might be glued As Curt just answered, PF tables are an option. See also I am getting good mileage out of "The Book of PF", and tables are There are at least four pieces that might be useful if you really want a | Apr 19, 12:13 pm 2008 |
| Henri Salo | Re: pf and hosts.deny
On Sat, 19 Apr 2008 10:02:50 -0400 There was a topic in a misc 2008-04-16 with subject "PF ssh bruteforce -- | Apr 19, 11:36 am 2008 |
| Curt Micol | Re: pf and hosts.deny
On Sat, Apr 19, 2008 at 10:02 AM, Vikas N Kumar I think this is what you want: -- | Apr 19, 10:27 am 2008 |
| Nicolas Letellier | Re: Beep-media-player and esd
Landry Breuil a icrit : | Apr 19, 8:58 am 2008 |
| bofh | Re: wpa now in current?!
oops, meant to send to misc -- | Apr 19, 8:51 am 2008 |
| Stuart Henderson | Re: Crash with acpi enabled
If you (and anyone else) want to follow http://spacehopper.org/acpi.txt | Apr 19, 8:18 am 2008 |
| Steve Shockley | Re: Crash with acpi enabled
No problem. Presumably acpidump will work on a kernel with acpi disabled? | Apr 19, 11:36 am 2008 |
| Stuart Henderson | Re: hoststated/relayd and Linux's tcp_tw_recycle option
"Work is underway at the moment to suppress these messages in further Oh so clever. | Apr 19, 6:02 am 2008 |
| Stuart Henderson | Re: timeouts on http connects outbound
Read "MTU/MSS ISSUES" in pppoe(4). This is most likely your problem, These are already covered by "block all", not your problem but "keep state" and "flags S/SA" are set by default now, not your problem If you still have problems after fixing MTU then try "keep state" | Apr 19, 5:11 am 2008 |
| Stuart Henderson | Re: Is there a "badblocks"-equivalent for OpenBSD?
Alternatively, you can use pkg_mklocatedb(1). | Apr 19, 4:56 am 2008 |
| ropers | Re: Is there a "badblocks"-equivalent for OpenBSD?
Geez, I'm an eejit. Agreed. I see 3 usage areas for badblocks -svn: | Apr 19, 12:27 pm 2008 |
| Edwin Eyan Moragas | poll(2) vs kqueue(2) performance
Hi all, been reading the select(2) man pages and it mentions poll(2) i've come across some performance benchmarks which is trying the question is, which one is more useful when writing new servers? -- | Apr 19, 1:27 am 2008 |
| Jonathan Schleifer | Re: poll(2) vs kqueue(2) performance
poll is more portable, while kqueue should be more performant (at -- | Apr 19, 5:43 am 2008 |
| Eric Faurot | Re: poll(2) vs kqueue(2) performance
On Sat, 19 Apr 2008 13:27:34 +0800 The more useful is event(3). Eric. | Apr 19, 4:17 am 2008 |
| Edwin Eyan Moragas | Re: poll(2) vs kqueue(2) performance
Hi Eric, i've been looking also at libevent and libev, both of which are excellent thank you for pointing this out. interesting that openbsd has libevent -- | Apr 19, 4:38 am 2008 |
| Theo de Raadt | Re: poll(2) vs kqueue(2) performance
select requires that you set up a bit array correctly. but often the kernel has to iterate over these bit arrays a few times. for everyone involved, poll is just plain cheaper. finally, go look at the latest commit to lib/libc/net/res_send.c to use poll. it is easier to use -- the behaviours are less surprising. | Apr 19, 1:50 am 2008 |
| Edwin Eyan Moragas | Re: poll(2) vs kqueue(2) performance
thank you, Theo. poll it is. again, many thanks. -- | Apr 19, 2:46 am 2008 |
| Moe Sizlak | timeouts on http connects outbound
Hi all, Recently I moved from freebsd 6 to openbsd 4.2 but have had some problems. I get a lot of timeouts on web pages with a high number of hops and I think Any help in diagnosing these timeouts much appreciated. (box is soekris net5501 with three internal lans nat'd outbound.) sysctl -w net.inet.ip.forwarding=1 | Apr 18, 9:39 pm 2008 |
| Daniel Melameth | Re: timeouts on http connects outbound
You might have an MTU/MSS issue. man 4 pppoe and see if this | Apr 19, 2:23 am 2008 |
| Josh Grosse | Apr 18, 8:32 pm 2008 | |
| Claer | Re: CARP LAN outgoing IP address
Did you try to NAT the LAN interface with the carp address ? It should - If the LAN interface is in master mode : add the carp address to - If the LAN interface is in backup mode : remove the carp address from Claer | Apr 19, 4:39 am 2008 |
| Gábri Máté | Re: CARP LAN outgoing IP address
Thank You for all your help! It seems that we found a workaround for this problem and we don't have to -- [demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc ] | Apr 19, 9:10 am 2008 |
| ropers | Re: Is there a "badblocks"-equivalent for OpenBSD?
THANK YOU! :) I had wondered why I couldn't find badblocks among Looking at the package contents ( http... | Apr 18, 8:19 pm 2008 |
| Travers Buda | Re: Is there a "badblocks"-equivalent for OpenBSD?
I don't know if anyone brought this up, and I hate to state the -- | Apr 19, 12:41 am 2008 |
| Ted Unangst | Apr 18, 9:28 pm 2008 |
| previous day | today | next day |
|---|---|---|
| None | April 19, 2008 | None |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Trent Piepho | Re: [PATCH] [POWERPC] Improve (in|out)_beXX() asm code |
| Steven Rostedt | Re: -rt scheduling: wakeup bug? |
| Andrew Morton | Re: [BUG] New Kernel Bugs |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| David Miller | [GIT]: Networking |
git: | |
