Re: Userland ppp: Change route failed -- no such process

2008-06-07 Thread Antti Harri
On Fri, 6 Jun 2008, walt wrote: I've been running FreeBSD (userland ppp) on my old i486 firewall machine for several years and decided to try OpenBSD 4.3 on the same machine. Uhm, any particular reason for not running the kernel mode pppoe client? Wouldn't it be easier on your firewall's cpu

Re: bsdanywhere

2008-06-07 Thread Predrag Punosevac
Pau wrote: a nice thing to test hardware and get dmesg http://bsdanywhere.org/ Of course, I guess that booting the obsd installer cd is much faster and you get also dmesg but this is an interesting alternative This is the little bit longer list of distros based on OpenBSD. Active

[Newbie] OpenBSD suitable for the T-Online S100?

2008-06-07 Thread André Berger
Hi there! (I hope this is the right mailing list... I'm a new user...) Recently, I've acquired a T-Online S100 box, basically a Celeron 733 ULV PC w/ 128 MB RAM, and I'm thinking about running OpenBSD from an ext. 40 GB USB laptop drive. Some information on the hardware:

Re: small, random essay on performance tuning, was: remove....

2008-06-07 Thread Marc Espie
On Fri, Jun 06, 2008 at 07:59:31PM -0700, Peter Hessler wrote: Removing device drivers may speed the boot process on your system, but can complicate recovery should you have a hardware problem, and is very often done wrong. Removing device drivers iwill not/i make your system run faster by

Re: small, random essay on performance tuning, was: remove....

2008-06-07 Thread Lars Noodén
Geoff Steckel wrote: ... Examples of these utilities are: ps, vmstat, iostat, gprof, etc. ... codektrace/code is an example of a monitoring program which will record all interaction between a program and the kernel. Thanks. 'top' might be a good addition to the first set of

Wayyyyyy OT: WAS: RE: small, random essay on performance tuning, was: remove....

2008-06-07 Thread Ed Ahlsen-Girard
-Original Message- From: Peter Hessler [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 10:00 PM To: Geoff Steckel Cc: [EMAIL PROTECTED]; misc@openbsd.org; [EMAIL PROTECTED] Subject: Re: small, random essay on performance tuning, was: remove

Re: Wayyyyyy OT: WAS: RE: small, random essay on performance tuning, was: remove....

2008-06-07 Thread Miod Vallat
God is real, unless declared integer. I thought about this for a while. Given that the Spirit of God was upon the waters in Genesis 1, I think it's likely that God is float. Remember, FORTRAN came before Genesis. Miod

Re: [Soekris] Cold boot failures on Net5501?

2008-06-07 Thread Wim Vandeputte - Mailinglists only
hey Kevin, On Fri, Jun 06, 2008 at 10:29:27PM -0500, K K wrote: Is anybody else seeing cold boot failures on Soekris Net5501-70 with comBIOS v1.33b and OpenBSD 4.3? I asked earlier on the soekris-tech list, received no replies. I've seen it but had no screen capture so far The console

panic: aml_die aml_setbufinit:988 (acpi?)

2008-06-07 Thread mufurcz
Hi, Product Name: HP Compaq dc7700p Small Form Factor ME Firmware Version: 2.1.3.1031 After a successfull 4.3 install, followed by a halt and reboot the system will panic: ... panic: aml_die aml_setbufinit:988 Stopped at Debugger+0x4: leave Debugger(d078aad0,d1919f90,d092c568,8,160)

Re: panic: aml_die aml_setbufinit:988 (acpi?)

2008-06-07 Thread Ihar Hrachyshka
On Sun, 2008-06-08 at 10:59 +1000, mufurcz wrote: Hi, Product Name: HP Compaq dc7700p Small Form Factor ME Firmware Version: 2.1.3.1031 After a successfull 4.3 install, followed by a halt and reboot the system will panic: ... panic: aml_die aml_setbufinit:988 Stopped at

Re: panic: aml_die aml_setbufinit:988 (acpi?)

2008-06-07 Thread Marco Peereboom
This has been fixed in -current. On Sun, Jun 08, 2008 at 10:59:14AM +1000, mufurcz wrote: Hi, Product Name: HP Compaq dc7700p Small Form Factor ME Firmware Version: 2.1.3.1031 After a successfull 4.3 install, followed by a halt and reboot the system will panic: ... panic:

Re: panic: aml_die aml_setbufinit:988 (acpi?)

2008-06-07 Thread mufurcz
OK, thanks! mufurcz Marco Peereboom wrote: This has been fixed in -current. On Sun, Jun 08, 2008 at 10:59:14AM +1000, mufurcz wrote: Hi, Product Name: HP Compaq dc7700p Small Form Factor ME Firmware Version: 2.1.3.1031 After a successfull 4.3 install, followed by a halt and reboot

acpi doco

2008-06-07 Thread Marco Peereboom
If someone is looking for a project... ACPI docs are lagging reality and they need an overhaul. If anyone is interested in fixing that please contact me or send me diffs.

Re: How to overwrite MSS value in SYN packets?

2008-06-07 Thread Alexey Suslikov
[EMAIL PROTECTED] wrote: Now I tested wuth very simply topology: just 2 pc's and switch One OpenBSD another Linux with web server. Now I have only one line in my pf.conf: scrub all max-mss 1400 fragment reassemble This one-liner will not work unless you have corresponding pass rule in your

Re: bsdanywhere

2008-06-07 Thread Jose Quinteiro
5. Bowlfish http://www.kernel-panic.it/software/bowlfish/ http://www.kernel-panic.it/software/bowlfish/ Predrag Punosevac wrote: Pau wrote: a nice thing to test hardware and get dmesg http://bsdanywhere.org/ Of course, I guess that booting the obsd installer cd is much

Re: remove any unwanted devices from the kernel.

2008-06-07 Thread Henning Brauer
* Jon [EMAIL PROTECTED] [2008-06-06 03:04]: Why would someone want to do this? because it is plain boring to just use GENERIC. fiddling with your kernel, you can waste a lot of time to get it to compile, then brag about that over beer with your friends, and while they keep drinking your pager

Re: remove any unwanted devices from the kernel.

2008-06-07 Thread Henning Brauer
* Geoff Steckel [EMAIL PROTECTED] [2008-06-06 12:55]: For systems which must boot very quickly, removing unused drivers whose probe routines cause significant timeouts can make a big difference. bullshit. config -ef /bsd and disable device does it nicely. -- Henning Brauer, [EMAIL

Re: remove any unwanted devices from the kernel.

2008-06-07 Thread Henning Brauer
* Ted Unangst [EMAIL PROTECTED] [2008-06-06 16:05]: On 6/6/08, Jordi Beltran Creix [EMAIL PROTECTED] wrote: Then what is the meaning of this comment in the kernel's memcpy? A few kbs don't matter, yet a dozen bytes do? /* * This is designed to be small, not fast. */ That

Upgrade problem openbsd 4.1 - 4.2 on HP Proliant DL140 G3

2008-06-07 Thread Harald Oest
hi to all, i have a strange problem upgrading OpenBSD 4.1 to 4.2 on two IDENTICAL HP Proliant DL 140 G3 servers. While machine 1 runs the upgrade procedure without any problem, machine 2 encounters an error when checking the root filesystem. There's apparently a problem accessing the Symbios

curses web man pages

2008-06-07 Thread Edwin Eyan Moragas
ey list, i was checking things out her: http://www.openbsd.org/cgi-bin/man.cgi?query=ncursesapropos=0sektion=0manpath=OpenBSD+Currentarch=i386format=html and clicked the link for one of the curs_* man pages. say for example curs_pad(3). it led me here:

Re: curses web man pages

2008-06-07 Thread Jason McIntyre
On Sun, Jun 08, 2008 at 03:59:57AM +0800, Edwin Eyan Moragas wrote: ey list, i was checking things out her: http://www.openbsd.org/cgi-bin/man.cgi?query=ncursesapropos=0sektion=0manpath=OpenBSD+Currentarch=i386format=html and clicked the link for one of the curs_* man pages. say for

Re: Userland ppp: Change route failed -- no such process

2008-06-07 Thread walt
Antti Harri wrote: On Fri, 6 Jun 2008, walt wrote: I've been running FreeBSD (userland ppp) on my old i486 firewall machine for several years and decided to try OpenBSD 4.3 on the same machine. Uhm, any particular reason for not running the kernel mode pppoe client? Wouldn't it be easier on

mislabeled softraid device in bioctl?

2008-06-07 Thread Markus Bergkvist
Hi, It seems that my RAID1 softraid device gets listed as RAID0 and vice versa with bioctl, or am I misinterpreting the output? $ sudo bioctl -ih softraid0 Volume Status Size Device softraid0 0 Online 10.0G sd3 RAID1 0 Online 10.0G 0:0.0