Re: multiple connections to GPS device?

2008-03-07 Thread Marc Balmer
James Hartley wrote: Is it possible to watch the NMEA traffic originating from a USB GPS device *while* attached via nmeaattach(8)? Once nmeaattach(8) has attached to the device, any subsequent connection attempted via cu(1) fails with an all ports busy message. The manpage for cu(1) states

4.3 - acpi critical temperature on Lenovo R60

2008-03-07 Thread Tom Van Looy
Yesterday I sent my 4.3 dmesg (to dmesg@). Today I was comparing dmesgs to see what changed and noticed critical temperature warnings. See dmesg below, I would say that's not normal. But with acpi I am able to turn off my machine now without rebooting :-) Very nice, thank you! OpenBSD 4.3

Re: Compile bind on 4.2 fails - no acceptable grep in path

2008-03-07 Thread Philip Guenther
On Thu, Mar 6, 2008 at 10:22 AM, Tom Van Looy [EMAIL PROTECTED] wrote: Ehr, I did cvs-updated the source and rebuilt the kernel. But then after reboot, make world failed so I zipped up the sources and extracted them again from CD. That's exactly what happened. (What are you talking about?

Re: floppy.fs

2008-03-07 Thread Pierre Riteau
On Fri, Mar 7, 2008 at 1:10 AM, Edd Barrett [EMAIL PROTECTED] wrote: Alright Theo and misc@, On Wed, Mar 5, 2008 at 6:55 PM, Theo de Raadt [EMAIL PROTECTED] wrote: There is one thing that some people out there could work on. Noone in our group is currently working on it, and it would

Re: multiple connections to GPS device?

2008-03-07 Thread Marc Balmer
James Hartley wrote: On Thu, Mar 6, 2008 at 11:19 PM, Chris Kuethe [EMAIL PROTECTED] wrote: On Thu, Mar 6, 2008 at 11:01 PM, James Hartley [EMAIL PROTECTED] wrote: Is there some other manner in which I can tap into this connection? ports/misc/gpsd This looks really cool! Am I correct to

Re: 4.3 - acpi critical temperature on Lenovo R60

2008-03-07 Thread Genadijus Paleckis
No, it is completely normal because it is not a warnings but information about what temperatures is defined as critical. Tom Van Looy wrote: Yesterday I sent my 4.3 dmesg (to dmesg@). Today I was comparing dmesgs to see what changed and noticed critical temperature warnings. See dmesg below,

Re: Would a crypto-accelerators help WEP on Soekris?

2008-03-07 Thread Claudio Jeker
On Thu, Mar 06, 2008 at 02:10:30PM -0700, [EMAIL PROTECTED] wrote: Quoting Andre Pierre [EMAIL PROTECTED]: Hi all, I have been turning a Soekris Net 4801 box into a wireless access point. I saw that one can get a crypto-accelerator card from Soekris Engineering that plugs into the free PCI

Re: Regarding MTU values on 802.1q trunked physical interfaces (and more)

2008-03-07 Thread Claudio Jeker
On Thu, Mar 06, 2008 at 11:47:37PM +0100, openbsd misc wrote: -Urspr|ngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von George Paschos Gesendet: Donnerstag, 6. Mdrz 2008 11:47 An: misc@openbsd.org Betreff: Regarding MTU values on 802.1q trunked

Re: problems with hoststated and relayd

2008-03-07 Thread Reyk Floeter
On Thu, Mar 06, 2008 at 08:58:01PM +0100, Sebastian Reitenbach wrote: Reyk Floeter [EMAIL PROTECTED] wrote: btw., did you test it with the latest code from -current? the sparch64 was installed from a snapshot not very long ago: OpenBSD 4.2-current (GENERIC.MP) #113: Wed Feb 13 20:47:18 MST

bgpd.conf

2008-03-07 Thread Erich
hi, if comment stuff like this in bgpd.conf(filter and a prefix but commented): allow from 123.123.123.123 #prefix 194.123.123.0/24 is the whole line ignored? erich

Re: Singularity OS

2008-03-07 Thread Die Gestalt
Having a kernel with managed code is not necessarily idiotic (although I think in most cases smart pointers do the job better). However having chosen C# is in my opinion not optimal. C# is very limited when it comes to generic and meta-programming. I think modern-styled C++ (ie template

Re: Singularity OS

2008-03-07 Thread Otto Moerbeek
On Fri, Mar 07, 2008 at 12:19:03PM +0100, Die Gestalt wrote: Having a kernel with managed code is not necessarily idiotic (although I think in most cases smart pointers do the job better). However having chosen C# is in my opinion not optimal. C# is very limited when it comes to generic and

Re: pf - routing

2008-03-07 Thread Stuart Henderson
On 2008/03/07 12:38, Almir Karic wrote: On Thu, Mar 6, 2008 at 1:39 AM, Stuart Henderson [EMAIL PROTECTED] wrote: On 2008-03-05, Stuart Henderson [EMAIL PROTECTED] wrote: On 2008-03-05, Jussi Peltola [EMAIL PROTECTED] wrote: On Wed, Mar 05, 2008 at 11:28:16AM +, Stuart Henderson

Re: pf - routing

2008-03-07 Thread Almir Karic
On Thu, Mar 6, 2008 at 1:39 AM, Stuart Henderson [EMAIL PROTECTED] wrote: On 2008-03-05, Stuart Henderson [EMAIL PROTECTED] wrote: On 2008-03-05, Jussi Peltola [EMAIL PROTECTED] wrote: On Wed, Mar 05, 2008 at 11:28:16AM +, Stuart Henderson wrote: There are ways, but they're hacks,

Re: pf tag goes missing post sshd tcp decapsulization

2008-03-07 Thread Henning Brauer
* Can Erkin Acar [EMAIL PROTECTED] [2008-03-06 22:43]: Hey so now I changed the tagging from tcp_output to ip_output. I also put an pf_tag_unref to so_free and sosetopt (in case that there is allready a tag set). I couldn't see a reason for a pf_tag_unref in the so_accept because the

Re: Singularity OS

2008-03-07 Thread Die Gestalt
I don't think it is relevant or even polite to question one's abilities when discussing technical matters. If you have a point to make, please proceed. Have you ever been involved in OS design and implementation? And I do not mean academic exercises, but a real world project producing

Re: pf - routing

2008-03-07 Thread Almir Karic
On Fri, Mar 7, 2008 at 12:53 PM, Stuart Henderson [EMAIL PROTECTED] wrote: hm, maybe i misunderstanding the concept of a bridge, but from what i read you can assign an IP to $ext_if, and bridge (and filter off course) the $dmz_if to $ext_if ? where is the extra IP wasted? Because

Re: pf tag goes missing post sshd tcp decapsulization

2008-03-07 Thread Henning Brauer
* Konrad [EMAIL PROTECTED] [2008-03-06 21:13]: so now I changed the tagging from tcp_output to ip_output. yes, that is much better I think. I also put an pf_tag_unref to so_free and sosetopt (in case that there is allready a tag set). great! I couldn't see a reason for a pf_tag_unref in

Re: bgpd.conf

2008-03-07 Thread Stuart Henderson
On 2008-03-07, Erich [EMAIL PROTECTED] wrote: hi, if comment stuff like this in bgpd.conf(filter and a prefix but commented): allow from 123.123.123.123 #prefix 194.123.123.0/24 is the whole line ignored? Use bgpd -nv and see for yourself.

Re: carp startup timing issues

2008-03-07 Thread Henning Brauer
* Clifford Bailey [EMAIL PROTECTED] [2008-03-06 17:00]: Hi Henning, Thanks for your response. Yes, your understanding of spanning tree is the same as mine (I meant turn ON portfast at the end, not turn off sorry!) I realize that enabling portfast is a solution, but I am still very puzzled

Re: how I can save ddb trace information.

2008-03-07 Thread Henning Brauer
* Jorge Medina [EMAIL PROTECTED] [2008-03-06 16:23]: I have a panic with mp kernel, when panic launch me to ddb prompt I execute ps and trace but i don't know how save the dump information. there is a high-tech tool for it freshly developed. the marketing name is pencil paper -- Henning

Re: pf tag goes missing post sshd tcp decapsulization

2008-03-07 Thread Henning Brauer
* Henning Brauer [EMAIL PROTECTED] [2008-03-07 13:45]: * Konrad [EMAIL PROTECTED] [2008-03-06 21:13]: so now I changed the tagging from tcp_output to ip_output. yes, that is much better I think. oh, what about ip6_output? :) -- Henning Brauer, [EMAIL PROTECTED], [EMAIL PROTECTED] BS Web

Re: Singularity OS

2008-03-07 Thread Marco Peereboom
Point is that C++ is retarded. On Fri, Mar 07, 2008 at 01:16:16PM +0100, Die Gestalt wrote: I don't think it is relevant or even polite to question one's abilities when discussing technical matters. If you have a point to make, please proceed. Have you ever been involved in OS design

Re: Singularity OS

2008-03-07 Thread Marco Peereboom
On Fri, Mar 07, 2008 at 12:19:03PM +0100, Die Gestalt wrote: Having a kernel with managed code is not necessarily idiotic (although I think in most cases smart pointers do the job better). Love the marketing lingo managed code. I am sure we can move some boxes with that term. However

Re: Singularity OS

2008-03-07 Thread Tony Abernethy
Perpetual motion machines? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Die Gestalt Sent: Friday, March 07, 2008 6:16 AM To: Otto Moerbeek Cc: misc Subject: Re: Singularity OS I don't think it is relevant or even polite to question one's

Re: 4.3 - acpi critical temperature on Lenovo R60

2008-03-07 Thread Marco Peereboom
When your machine would reach those temperatures ACPI will power the machine down. On Fri, Mar 07, 2008 at 11:00:23AM +0200, Genadijus Paleckis wrote: No, it is completely normal because it is not a warnings but information about what temperatures is defined as critical. Tom Van Looy wrote:

Re: Singularity OS

2008-03-07 Thread Otto Moerbeek
On Fri, Mar 07, 2008 at 01:16:16PM +0100, Die Gestalt wrote: I don't think it is relevant or even polite to question one's abilities when discussing technical matters. If you have a point to make, please proceed. You state an opinion without backing it up by referring to either existing

Re: pf - routing

2008-03-07 Thread Stuart Henderson
You also talked about a lan network which uses NAT which is ok. right now we have a linux router with which has an 3 IF's uplink, dmz and lan, we don't like the way it does nat for both lan (which is OK) and DMZ, ok, enough guessing about your network, please show the actual layout

carp on vlan on trunk on physical interface

2008-03-07 Thread Arjen Van Drie
Hi List, I do not get carp on vlan on trunk working. Hopefully someone can point me in the right direction. OS: OpenBSD 4.2 GENERIC.MP#252 i386 On the External side (here carp works) em0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu 1500 lladdr 00:15:17:25:ba:3c

Re: pf tag goes missing post sshd tcp decapsulization

2008-03-07 Thread Konrad
I couldn't see a reason for a pf_tag_unref in the so_accept because the socket could be reused. don't we need an additional ref (aka tagname2tag or the like), not unref, since the socket gets cloned? if you want a diffrent tag on the resulting socket, then we have a problem, because if

Re: select outgoing route depending on souce interface (net)

2008-03-07 Thread Jon Rubio
Giancarlo Razzolini wrote: Hi, I was short on time to write the rule that time, but basically, your rdr is right. All you need is to edit you pass rule and add something like this: reply-to ($isp2_iface $isp2_gw). So, your complete rule might look like this: pass in on $isp2_iface

Re: pf tag goes missing post sshd tcp decapsulization

2008-03-07 Thread Henning Brauer
* Konrad [EMAIL PROTECTED] [2008-03-07 15:01]: I couldn't see a reason for a pf_tag_unref in the so_accept because the socket could be reused. don't we need an additional ref (aka tagname2tag or the like), not unref, since the socket gets cloned? if you want a diffrent tag on

Re: OpenBSD storage server

2008-03-07 Thread RS
On Thu, Mar 6, 2008 at 8:39 PM, Douglas A. Tutty [EMAIL PROTECTED] wrote: The other thing to consider is the duty-cycle of the box. Is it to be left on 24/7, 7/5, etc? How much of that time will it be actively used and at what intensity? What throughput are you wanting to serve and how

Re: Singularity OS

2008-03-07 Thread Die Gestalt
Sorry my answer was perhaps a bit aggressive. I tend to get a bit... unsettled as I hear very often C++ is crap and a nonsense in the kernel from people who never seriously studied the language. I wrote several drivers in Windows NT using C++/STL/Boost and they had excellent performances and

Re: Singularity OS

2008-03-07 Thread Marco Peereboom
On Fri, Mar 07, 2008 at 03:06:26PM +0100, Die Gestalt wrote: Sorry my answer was perhaps a bit aggressive. I tend to get a bit... unsettled as I hear very often C++ is crap and a nonsense in the kernel from people who never seriously studied the language. I have studied it and used it on many

Re: Singularity OS

2008-03-07 Thread 代表 Erik Harmon
What's next? an OS in java and php? There's been a Java OS in development for a while. http://www.jnode.org/ Erik

Re: Singularity OS

2008-03-07 Thread Douglas A. Tutty
On Fri, Mar 07, 2008 at 06:56:24AM -0600, Marco Peereboom wrote: On Fri, Mar 07, 2008 at 12:19:03PM +0100, Die Gestalt wrote: Having a kernel with managed code is not necessarily idiotic (although I think in most cases smart pointers do the job better). Love the marketing lingo managed

Re: Singularity OS

2008-03-07 Thread Marco Peereboom
Can't wait to see it's incredible success at being an OS. Ever wondered why your cell phone OS sucks? On Fri, Mar 07, 2008 at 09:37:13AM -0600, Erik Harmon wrote: What's next? an OS in java and php? There's been a Java OS in development for a while.

Re: Singularity OS

2008-03-07 Thread Steve Shockley
Marco Peereboom wrote: What's next? an OS in java and php? Are you living in 2001? It should be in Ruby on Rails.

Re: openbsd router hardware

2008-03-07 Thread Jonathan Thornburg
Joerg Zinke wrote I already searched the list archives and looked at WRAP and Soekris, but it seems that they do not match my requirements: [[...]] - vga-output (because I have no other machine with a serial port to do the installation) USB-to-serial converters are widely available,

Re: OpenBSD storage server

2008-03-07 Thread Douglas A. Tutty
On Fri, Mar 07, 2008 at 09:38:18AM -0500, RS wrote: On Thu, Mar 6, 2008 at 8:39 PM, Douglas A. Tutty [EMAIL PROTECTED] wrote: Upon which will you be backing your data (isn't English wonderful). What will you be using for backup for the 1TB of data? Remember, raid only protects against

Re: pf tag goes missing post sshd tcp decapsulization

2008-03-07 Thread Dave Anderson
On Fri, 7 Mar 2008, Konrad wrote: Nice, you probably want to keep the application/kernel tag name spaces distinct though. Otherwise it would be easy for any local user/program to mess with pf.conf generated tags and bypass filtering etc. It could be as easy as adding a prefix (APP_ ?) to all

Re: Singularity OS

2008-03-07 Thread Mayuresh Kathe
On Fri, Mar 7, 2008 at 6:26 PM, Marco Peereboom [EMAIL PROTECTED] wrote: However having chosen C# is in my opinion not optimal. C# is very limited when it comes to generic and meta-programming. What's next? an OS in java and php? Marco, it would be better for you if you make informed

Re: Singularity OS

2008-03-07 Thread bofh
On Fri, Mar 7, 2008 at 11:04 AM, Steve Shockley [EMAIL PROTECTED] wrote: Marco Peereboom wrote: What's next? an OS in java and php? Are you living in 2001? It should be in Ruby on Rails. No, the OS should be written in silverlight. -- http://www.glumbert.com/media/shift

FIXED: Re: carp on vlan on trunk on physical interface

2008-03-07 Thread Arjen
Thanks to all who considered replying (and may already have in the meantime); issue has been fixed. I threw away the LAG configs on the switch and recreated them without an LACP flag which did it. I also set the multicast thingies back to the switch defaults. Regards, Arjen. Arjen Van Drie

Re: Singularity OS

2008-03-07 Thread Gilles Chehade
Mayuresh Kathe a icrit : On Fri, Mar 7, 2008 at 6:26 PM, Marco Peereboom [EMAIL PROTECTED] wrote: However having chosen C# is in my opinion not optimal. C# is very limited when it comes to generic and meta-programming. What's next? an OS in java and php? Marco, it would be

4.3 freezes + ral(4) / ath(4) troubles on MSI Megabook M-522

2008-03-07 Thread Heinrich Rebehn
Hi All, 4.3 works fine on my Notebook except for the thing mentioned in $subject. These problems also exist with 4.2. The freeze occurs w/ ACPI enabled when bringing up ral0. Disabling ACPI solves the freeze problem, but ral0 has difficulties associating with my Netgear WGT624-v3 WLAN

Re: man ftp site is very slow

2008-03-07 Thread Christopher Linn
On Fri, Mar 07, 2008 at 11:49:33AM -0500, arthur wrote: I am loading cd43.iso from ftp.openbsd.org and it is 4.2k/s. Anything wrong, or just to busy. Loading from FBSD is 146k/s so it is not problem with my internet. Arthur have you tested the performance of the many ftp mirrors? please

Re: Singularity OS

2008-03-07 Thread Vikas N Kumar
On Fri, Mar 7, 2008 at 11:29 AM, bofh [EMAIL PROTECTED] wrote: On Fri, Mar 7, 2008 at 11:04 AM, Steve Shockley [EMAIL PROTECTED] wrote: Marco Peereboom wrote: What's next? an OS in java and php? Are you living in 2001? It should be in Ruby on Rails. No, the OS should be written in

Re: Singularity OS

2008-03-07 Thread Mayuresh Kathe
On Fri, Mar 7, 2008 at 10:08 PM, Gilles Chehade [EMAIL PROTECTED] wrote: Mayuresh Kathe a icrit : On Fri, Mar 7, 2008 at 6:26 PM, Marco Peereboom [EMAIL PROTECTED] wrote: However having chosen C# is in my opinion not optimal. C# is very limited when it comes to generic and

Re: man ftp site is very slow

2008-03-07 Thread Gaby vanhegan
On 7 Mar 2008, at 11:49, arthur wrote: I am loading cd43.iso from ftp.openbsd.org and it is 4.2k/s. Anything wrong, or just to busy. Loading from FBSD is 146k/s so it is not problem with my internet. You could try using a more local mirror? http://www.openbsd.org/ftp.html Gaby.

Re: man ftp site is very slow

2008-03-07 Thread Karl Sjodahl - dunceor
On Fri, Mar 7, 2008 at 6:08 PM, Christopher Linn [EMAIL PROTECTED] wrote: On Fri, Mar 07, 2008 at 11:49:33AM -0500, arthur wrote: I am loading cd43.iso from ftp.openbsd.org and it is 4.2k/s. Anything wrong, or just to busy. Loading from FBSD is 146k/s so it is not problem with my

Re: man ftp site is very slow

2008-03-07 Thread arthur
No. cd43.iso is just 5M so I am ok (and already fully loaded) with that. Hopefully it is just a false alarm. Thanks. Arthur - Original Message - From: Christopher Linn [EMAIL PROTECTED] To: arthur [EMAIL PROTECTED] Cc: Openbsd Misc (E-mail) misc@OpenBSD.org Sent: Friday, March 07, 2008

Re: man ftp site is very slow

2008-03-07 Thread Christopher Linn
the point i would like to emphasize, is that there are many ftp mirrors avaiable. one reason (the main reason?, the only reason?) they exist is to provide better performance than is available through the main ftp site. if you spend 5 or 10 minutes doing traceroute(8) to mirrors to find one

[bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Saulo Bozzi Daleprane
I have a problem installing OpenBSD 4.2 in old machines. The bug fix instructs to use disc 2 of amd64, but what's the name of this ISO?! Regardsbye. -- *Saulo Bozzi Daleprane* Equipe de TI - Head Office Brazshipping Marmtima LTDA Phone: 55 27 2121-6806 mailto: [EMAIL PROTECTED]

Re: Installation freeze....

2008-03-07 Thread Massimiliano Giorgi
Stijn wrote: -Did you tried a snapshot? Now I have tried OpenBSD 4.3 (snapshot) without result... Can you try disabling uhci? -At the boot prompt, enter boot -c. -At the UKC prompt enter disable uhci and then enter quit to continue booting. The system freeze... If your NIC works now

Re: Singularity OS

2008-03-07 Thread Jonathan Schleifer
Vikas N Kumar [EMAIL PROTECTED] wrote: There is a kernel being written in Lisp called Movitz ( http://common-lisp.net/project/movitz/) and there was one in Python as well that I saw a few years ago but I forget the name (it started with U...) Unununium.org -- Jonathan

Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Josh Grosse
On Fri, 07 Mar 2008 14:33:24 -0300, Saulo Bozzi Daleprane wrote I have a problem installing OpenBSD 4.2 in old machines. The bug fix instructs to use disc 2 of amd64, but what's the name of this ISO?! Regardsbye. -- *Saulo Bozzi Daleprane* Equipe de TI - Head Office

Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Saulo Bozzi Daleprane
Josh Grosse wrote: On Fri, 07 Mar 2008 14:33:24 -0300, Saulo Bozzi Daleprane wrote I have a problem installing OpenBSD 4.2 in old machines. The bug fix instructs to use disc 2 of amd64, but what's the name of this ISO?! Regardsbye. -- *Saulo Bozzi Daleprane* Equipe de TI -

is it ok for /bsd to be a symlink to /bsd.4.2-stable.2008mar07 (or whatever)?

2008-03-07 Thread Jonathan Thornburg
When following -stable, my practice is to name each kernel according to the current date, then have /bsd, /bsd.ok, /bsd.old, and /bsd.release be symlinks to the appropriate files. (/bsd is the kernel for normal system operation; /bsd.ok or /bsd.old are backups in case something goes wrong with a

Re: pf tag goes missing post sshd tcp decapsulization

2008-03-07 Thread Henning Brauer
* Dave Anderson [EMAIL PROTECTED] [2008-03-07 17:34]: On Fri, 7 Mar 2008, Konrad wrote: Nice, you probably want to keep the application/kernel tag name spaces distinct though. Otherwise it would be easy for any local user/program to mess with pf.conf generated tags and bypass filtering

Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Saulo Bozzi Daleprane
Saulo Bozzi Daleprane wrote: Josh Grosse wrote: On Fri, 07 Mar 2008 14:33:24 -0300, Saulo Bozzi Daleprane wrote I have a problem installing OpenBSD 4.2 in old machines. The bug fix instructs to use disc 2 of amd64, but what's the name of this ISO?! Regardsbye. -- *Saulo Bozzi

Re: man ftp site is very slow

2008-03-07 Thread arthur
Yes, I will do that with my installation. Thank you. However, do you think there is something wrong with a speed of 4.2k/s, regardless what poor routine. Arthur - Original Message - From: Christopher Linn [EMAIL PROTECTED] To: arthur [EMAIL PROTECTED] Cc: Openbsd Misc (E-mail)

isakmpd out-of-spec informational ike messages

2008-03-07 Thread Sven Ulland
I have a connection between openbsd 4.0 (yes, a bit out of date) and a checkpoint vpn-1 r55. Once or twice a month the tunnel stops working, and when it happened today I had the isakmpd.pcap running. I have have to manually restart the tunnel using 'echo t' or 'echo c' into the fifo to get it up

Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Daniel Ouellet
Saulo Bozzi Daleprane wrote: Already, try with the cd42.iso but don't boot. Did you follow all the steps: http://openbsd.org/faq/faq4.html#42cdboot

Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Josh Grosse
On Fri, 07 Mar 2008 15:24:57 -0300, Saulo Bozzi Daleprane wrote Already, try with the cd42.iso but don't boot. Both the i386 and amd64 iso files have the same name. Be sure you are using the *right* one.

Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Saulo Bozzi Daleprane
Josh Grosse wrote: On Fri, 07 Mar 2008 15:24:57 -0300, Saulo Bozzi Daleprane wrote Already, try with the cd42.iso but don't boot. Both the i386 and amd64 iso files have the same name. Be sure you are using the *right* one. yes yesis the correct. amd64 - cd42.iso I did

Re: Singularity OS

2008-03-07 Thread Mike Larkin
Die Gestalt wrote: I wrote several drivers in Windows NT using C++/STL/Boost and they had excellent performances and reliability. Are you sure you used the STL? http://www.microsoft.com/whdc/driver/kernel/KMcode.mspx Read the section about Libraries: Although much of the Standard

Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Stuart Henderson
yes yesis the correct. amd64 - cd42.iso I did download yesterday, and nothing. did you swap the disk for the i386 one at the boot loader?

Re: Compile jdk 1.5 on amd64 run out of memory

2008-03-07 Thread Kurt Miller
On Thursday 06 March 2008 11:00:22 pm Dongsheng Song wrote: When I compile jdk 1.5 on amd64 as root, dmesg report: warning: resource shortage: 1 pages of swap lost extent_alloc_subregion: can't allocate region descriptor extent_alloc_subregion: can't allocate region descriptor

Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Saulo Bozzi Daleprane
Stuart Henderson wrote: yes yesis the correct. amd64 - cd42.iso I did download yesterday, and nothing. did you swap the disk for the i386 one at the boot loader? 1. Insert CD2 and tell your computer to boot it; 2. When the boot prompt appears, stop the automatic boot by

Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Daniel Ouellet
Saulo Bozzi Daleprane wrote: Stuart Henderson wrote: yes yesis the correct. amd64 - cd42.iso I did download yesterday, and nothing. did you swap the disk for the i386 one at the boot loader? 1. Insert CD2 and tell your computer to boot it; 2. When the boot prompt appears,

Re: is it ok for /bsd to be a symlink to /bsd.4.2-stable.2008mar07 (or whatever)?

2008-03-07 Thread Stijn
Hi Jonathan, There's at least one problem: if you do an *upgrade* of your system the copy of the new /bsd binary will fail. BR, Stijn Jonathan Thornburg wrote: When following -stable, my practice is to name each kernel according to the current date, then have /bsd, /bsd.ok, /bsd.old, and

Bug reports regarding Innotek VirtualBox

2008-03-07 Thread Theo de Raadt
A few of us just spent some time again debugging an application level problem ... and once again realized that the application was running on OpenBSD inside the Innobox's VirtualBox VM. Argh. http://www.virtualbox.org/ticket/639 Sun owns InnoTek now because I think they wanted a VM product, but

[OFFTOPIC] Naming convention for programs

2008-03-07 Thread Gerardo Santana Gómez Garrido
We're writing a set of tools at work and I'm thinking of establishing a naming convention to enforce, before we get more programs deployed. I was thinking of verb-subject, or verb_subject, or viceversa. As always, I looked at OpenBSD for inspiration, and found pkg_* ssh-* rpc.* where the

Re: Bug reports regarding Innotek VirtualBox

2008-03-07 Thread Sevan / Venture37
It seems f**ked no matter which platform you run on either side (guest or host) on mac the kernel driver causes system panics guests run dog slow. They recently asked people from the FreeBSD community to contribute to make the product run better on FreeBSD, this is the reply from one of the ports

Re: pf tag goes missing post sshd tcp decapsulization

2008-03-07 Thread Konrad
So now I added the ip6_output and I think i got a solution for the accept, but I'm not 100% sure if that is enough. I tested it and it looked fine. I couldn't test the ip6_output, because i don't have the enviroment for it till now :) I'll hope to do this tommorw. The '@'-thing is something

spamd logging question

2008-03-07 Thread Jose Fragoso
Hi, If I see messages like last message repeated n times showing up in my spamd log file, and the last message is of type disconnected after ... seconds. lists: , is it correct to assume that n spam attempts were caught from the same remote host, by the same blacklist(s), wasting the same amount

Re: Bug reports regarding Innotek VirtualBox

2008-03-07 Thread Paul de Weerd
On Fri, Mar 07, 2008 at 02:35:58PM -0700, Theo de Raadt wrote: | That VM does not emulate the x86 correctly, (either). So are you interested in dmesgs from virtual machines ? I always (try to) indicate that a certain dmesg or report is sent from a virtual machine (and I really appreciate being

Re: Bug reports regarding Innotek VirtualBox

2008-03-07 Thread Theo de Raadt
On Fri, Mar 07, 2008 at 02:35:58PM -0700, Theo de Raadt wrote: | That VM does not emulate the x86 correctly, (either). So are you interested in dmesgs from virtual machines ? I always (try to) indicate that a certain dmesg or report is sent from a virtual machine (and I really appreciate

Sua Compra foi concluida com sucesso

2008-03-07 Thread Mercado Pago
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] Em tmtulos e descrigues Ajuda para busca [IMAGE] Ola , estamos enviando e-mail de finalizagco da compra efetuada no dia 07 de Margo de 2008, no valor de 1.200,00 (mil e duzentos reais), referente a um Notebook Amazon PC csd:56894, pelo mercado pago.

ftp client behind pf firewall with ISP load balancing

2008-03-07 Thread Fratiman Vladut
I have an OpenBSD 4.3 router, act as load balancing server about two ISP's I follow example from http://www.openbsd.org/faq/pf/pools.html Everything work well, except connection to any ftp server. I try to use example from http://www.mail-archive.com/misc@openbsd.org/msg58157.html, but without

DEC - Alpha giveaway 3000-300 X,LX

2008-03-07 Thread Siegbert Marschall
Hello, I have too many alphas in the cellar some need to go, it's 1x175MHz and 2x125MHz DEC3000-300 machines. The alphas are clean and working. I have several harddisks for them 1gb,2gb, 1x4gb, 1x9gb and one external storage-enclosure. Memory options are also available at least 64MB for each and

Re: pf tag goes missing post sshd tcp decapsulization

2008-03-07 Thread Dave Anderson
On Fri, 7 Mar 2008, Henning Brauer wrote: * Dave Anderson [EMAIL PROTECTED] [2008-03-07 17:34]: On Fri, 7 Mar 2008, Konrad wrote: Nice, you probably want to keep the application/kernel tag name spaces distinct though. Otherwise it would be easy for any local user/program to mess with

Re: [OFFTOPIC] Naming convention for programs

2008-03-07 Thread Douglas A. Tutty
On Fri, Mar 07, 2008 at 03:29:00PM -0600, Gerardo Santana G?mez Garrido wrote: We're writing a set of tools at work and I'm thinking of establishing a naming convention to enforce, before we get more programs deployed. I was thinking of verb-subject, or verb_subject, or viceversa. As

Re: ftp client behind pf firewall with ISP load balancing

2008-03-07 Thread Steven Surdock
Fratiman Vladut wrote: I have an OpenBSD 4.3 router, act as load balancing server about two ISP's I follow example from http://www.openbsd.org/faq/pf/pools.html Everything work well, except connection to any ftp server. I try to use example from

Re: ftp client behind pf firewall with ISP load balancing

2008-03-07 Thread Giancarlo Razzolini
Steven Surdock escreveu: Fratiman Vladut wrote: I have an OpenBSD 4.3 router, act as load balancing server about two ISP's I follow example from http://www.openbsd.org/faq/pf/pools.html Everything work well, except connection to any ftp server. I try to use example from

Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Nick Holland
Saulo Bozzi Daleprane wrote: I have a problem installing OpenBSD 4.2 in old machines. The bug fix instructs to use disc 2 of amd64, but what's the name of this ISO?! lots of responses, all wrong. This issue ONLY impacted the official, purchased CD sets, not the downloadable images. If you

Nvidia binary display drivers compat. w/ OpenBSD?

2008-03-07 Thread Anon Y. Mous
Is there anyone who has had success using the Linux or FreeBSD Nvidia binary graphics drivers with OpenBSD i386 4.x? X.org Version 7.0 or greater is required. URL: http://www.nvidia.com/object/unix.html I am running a Dell Inspirion 6400 notebook with: Intel Core 2 Duo (Merom) T7200 @ 2.00

Re: Nvidia binary display drivers compat. w/ OpenBSD?

2008-03-07 Thread STeve Andre'
On Friday 07 March 2008 22:25:02 Anon Y. Mous wrote: Is there anyone who has had success using the Linux or FreeBSD Nvidia binary graphics drivers with OpenBSD i386 4.x? X.org Version 7.0 or greater is required. [snip] If it can be made to work, no one here will help you. You'd be on your

OfficeJet sharing with WinXP

2008-03-07 Thread Edward F. Ahlsen-Girard
Has anybody had success with network printing from 4.2 (i386) to an HP OfficeJet 5510v (or similar) attached to an XP Pro workstation? I hope to avoid trying all combinations of printing systems. I'm pushing 50 and I might not live long enough to finish.

Re: OfficeJet sharing with WinXP

2008-03-07 Thread Predrag Punosevac
Edward F. Ahlsen-Girard wrote: Has anybody had success with network printing from 4.2 (i386) to an HP OfficeJet 5510v (or similar) attached to an XP Pro workstation? I hope to avoid trying all combinations of printing systems. I'm pushing 50 and I might not live long enough to finish. I do

Re: OfficeJet sharing with WinXP

2008-03-07 Thread Richard Daemon
On Sat, Mar 8, 2008 at 12:59 AM, Predrag Punosevac [EMAIL PROTECTED] wrote: Edward F. Ahlsen-Girard wrote: Has anybody had success with network printing from 4.2 (i386) to an HP OfficeJet 5510v (or similar) attached to an XP Pro workstation? I hope to avoid trying all combinations of

Re: ftp client behind pf firewall with ISP load balancing

2008-03-07 Thread Fratiman Vladut
I think, that is not very clear. Sorry for my english. I want to connect, behind my firewall, to an ftp server from internet. I don't have ftp server behind firewall. For that i try'it with this rules: nat-anchor ftp-proxy/* nat on $ext_if1 from $lan_net to any - ($ext_if1) nat on $ext_if2 from

Re: Nvidia binary display drivers compat. w/ OpenBSD?

2008-03-07 Thread Richard Daemon
On Fri, Mar 7, 2008 at 10:25 PM, Anon Y. Mous [EMAIL PROTECTED] wrote: Is there anyone who has had success using the Linux or FreeBSD Nvidia binary graphics drivers with OpenBSD i386 4.x? X.org Version 7.0 or greater is required. URL: http://www.nvidia.com/object/unix.html I am

Re: OfficeJet sharing with WinXP

2008-03-07 Thread Predrag Punosevac
Richard Daemon wrote: On Sat, Mar 8, 2008 at 12:59 AM, Predrag Punosevac [EMAIL PROTECTED] wrote: Edward F. Ahlsen-Girard wrote: Has anybody had success with network printing from 4.2 (i386) to an HP OfficeJet 5510v (or similar) attached to an XP Pro workstation? I hope to avoid