squid ldap auth on OpenBSD

2006-10-06 Thread Alexandre ADAM
Hello, I try to configure squid with a ldap authentification on a OpenBSD 3.9. I wanted to use squid_ldap_auth but I can not find on my server. Nothing is availabIe on the system about squid and ldap configuration. I red lot of FAQ (squid and *BSD) but I found noting to solve my problem. Can som

Re: squid ldap auth on OpenBSD

2006-10-06 Thread Andre Naehring
Hello Alexandre! This is how I did it the last time. > Hello, > > I try to configure squid with a ldap authentification on a OpenBSD 3.9. > I wanted to use squid_ldap_auth but I can not find on my server. > Nothing is availabIe on the system about squid and ldap configuration. cd /usr/ports/www

Re: mount_null replacement?

2006-10-06 Thread Rogier Krieger
On 10/4/06, G 0kita <[EMAIL PROTECTED]> wrote: I notice mount_null was dropped as of OpenBSD 3.8, can someone tell me first of all why this was done [...] Various comments to the likes of 'turd polishing' can be found in the misc@ archives. IIRC, the developers gave up on this piece of function

make multiple adsl lines reachable

2006-10-06 Thread Wijnand Wiersma
Hi all, I am currently setting up a firewall with multiple adsl lines. I have 2 interfaces configured now and the box can reach the internet. When I ping the second adsl line (without the default route) the packets go back via the first line. I thought I could solve this with: pass in quick on

Re: squid ldap auth on OpenBSD

2006-10-06 Thread Alexandre ADAM
thanx Andre ! I've done modifications. But when I launch "make" again, there is the following error message : warning: strcpy() is almost always misused, please use strlcpy() Do you know what means this message ? Andre Naehring a C)crit : >Hello Alexandre! > >This is how I did it the last tim

Re: make multiple adsl lines reachable

2006-10-06 Thread Wijnand Wiersma
Sorry for the noise, it was: pass in quick on $CAMBRIUMIF reply-to ( $CAMBRIUMIF $CAMBRIUMGW ) keep state Wijnand

Re: squid ldap auth on OpenBSD

2006-10-06 Thread Andreas Maus
Hi Alexandre. On 10/6/06, Alexandre ADAM <[EMAIL PROTECTED]> wrote: But when I launch "make" again, there is the following error message : warning: strcpy() is almost always misused, please use strlcpy() Thats not an error. Its just a warning. Do you know what means this message ? It means t

Re: Letter to OLPC

2006-10-06 Thread Nico Meijer
Hi, > I have decided to make public this letter which I sent to the OLPC > ("One Laptop Per Child" group, which is strongly associated with Red > Hat. Thank you, Theo, for doing what you do. There is indeed a "big difference between kneeling down and bending over" (FZ). Be well... Nico

Re: squid ldap auth on OpenBSD

2006-10-06 Thread Andre Naehring
Salute Alexandre, is this an error when you cannot run make successfully? Or only the "warning"? For me, it seems to be a compiler warning, nothing to care for you at the moment when make completes successfully. But I think this is a squid related warning. So, the squid authors should correct

Re: Letter to OLPC

2006-10-06 Thread Siju George
On 10/6/06, Jack J. Woehr <[EMAIL PROTECTED]> wrote: > Free and open software is a means to an end, rather than the > sole end unto itself for OLPC. > > I was totally stunned by this admission. "morally bankrupt", as Bob > says, is exactly what is going on. Hmm, sounds like you are sayi

Faster SBC - New Testresults

2006-10-06 Thread Thomas Börnert
i've now testet this device here: http://www.ipc2u.de/catalog/E/EL/33640.html my config: linuxbox1 <-> new box obsd 3.9 <-> pc obsd 3.9 <-> linuxbox1 between the new box and the pc with obsd 3.9 is a ethernet crosscable. on both boxes is running a ipsec tunnel with isakmp with aes encryption an

[Way OT] Re: Letter to OLPC

2006-10-06 Thread Nico Meijer
Hey Siju, > If the real concern is for *disadvantaged children* in third world > countries then giving them a laptop is the most ridiculous idea ever > orginated! I guess nobody thought of the idea to ask the 'third world' what *they* would like to have. Indeed, what a silly notion! For the 'fir

Re: GPL = BSD + DRM [Was: Re: Intel's Open Source Policy Doesn't Make Sense]

2006-10-06 Thread Martin Schröder
2006/10/6, Adam <[EMAIL PROTECTED]>: Its complete and utter nonsense actually. The linux kernel is used in closed source products all the time, it has no effect there just like it Please show us one example of a closed source Linux device. On the contrary closed source Linux systems have been

'flags S/SA keep state' now the default

2006-10-06 Thread Ryan McBride
I've just committed code based on a suggestion made by Daniel Hartmeier to make flags S/SA keep state the default for rules. NOTE: This does change is in -current only, and does not apply to the 4.0 release. These changes makes pf rulesets significantly cleaner, improving readability. More impor

Re: Letter to OLPC

2006-10-06 Thread Francois Slabbert
I could not agree more with Siju George, what good is a laptop when all it will do is make said kid a more likely target for crime. In cases of poverty parents often sell toys that 'belong' to their kids simply to put food on the table, a laptop would be way more sellable. Being an opensource supp

3.9 stable libssl

2006-10-06 Thread Alexander Belikov
Hi all! I've updated today my 3.9-stable system (to OPENBSD_3_9) (by doing cd /usr && cvs -q up -rOPENBSD_3_9 -Pd src) Some files from libssl were updated, so i decided to rebuild this lib. I went to /usr/src/lib/libssl and, removed my openssl's OBJes, and run make obj, make depend, make.. and go

Re: squid ldap auth on OpenBSD

2006-10-06 Thread Alexandre ADAM
thanx a lot, it works ! It was a warning message, it wasn't a problem (see Andreas answer). I've modified squid.conf by adding the following line to use the Ldap authentification : auth_param basic program /usr/local/libexec/squid_ldap_auth -b "ou=MyTree" -u uid -h MyLDAPserver and it worked at

Re: 3.9 stable libssl

2006-10-06 Thread John L. Scarfone
On Fri, Oct 06, 2006 at 02:56:22PM +0300, Alexander Belikov voiced: > Hi all! > > I've updated today my 3.9-stable system (to OPENBSD_3_9) > (by doing cd /usr && cvs -q up -rOPENBSD_3_9 -Pd src) > Some files from libssl were updated, so i decided to rebuild this lib. > > I went to /usr/src/lib/li

Re: 'flags S/SA keep state' now the default

2006-10-06 Thread Massimo Lusetti
On Fri, 2006-10-06 at 11:36 +, Ryan McBride wrote: > I've just committed code based on a suggestion made by Daniel Hartmeier > to make flags S/SA keep state the default for rules. THANKS! -- Massimo.run();

Re: GPL = BSD + DRM [Was: Re: Intel's Open Source Policy Doesn't Make Sense]

2006-10-06 Thread chefren
On 10/06/06 03:01, Han Boetes wrote: Of course you wouldn't bother to read this article: http://www.dwheeler.com/blog/2006/09/01/#gpl-bsd Since it's polite, to point and factual. That pages contains the sentence "I don't think we fully understand exactly when each license's effects tru

[OT] Re: Letter to OLPC

2006-10-06 Thread Girish Venkatachalam
On Fri, Oct 06, 2006 at 04:06:35PM +0530, Siju George wrote: > If the real concern is for *disadvantaged children* in third world > countries then giving them a laptop is the most ridiculous idea ever > orginated! > > Some time back I saw a cartoon. One of the 3rd world countries blasted > their n

Re: Letter to OLPC

2006-10-06 Thread Craig Skinner
On Thu, Oct 05, 2006 at 03:41:32PM -0600, Theo de Raadt wrote: > In a private reply to my initial mail Jim Gettys (OLPC / Red Hat) said: > > Free and open software is a means to an end > I didn't find the new slogan on OLPC/Red Hat's site. Maybe I should check again tomorrow. Anyway, I hope

Re: [OT] Re: Letter to OLPC

2006-10-06 Thread Siju George
On 10/6/06, Girish Venkatachalam <[EMAIL PROTECTED]> wrote: Now, coming to this particular issue of laptops I wholeheartedly agree with Siju. In fact this is >nothing different from that idiot Bill Gates who came to India saying that he wanted to help India tackle the AIDS disease. Little d

Re: 3.9 stable libssl

2006-10-06 Thread Alexander Belikov
Hello John, Friday, October 6, 2006, 3:16:57 PM, you wrote: JLS> On Fri, Oct 06, 2006 at 02:56:22PM +0300, Alexander Belikov voiced: >> Hi all! >> >> I've updated today my 3.9-stable system (to OPENBSD_3_9) >> (by doing cd /usr && cvs -q up -rOPENBSD_3_9 -Pd src) >> Some files from libssl were u

Cross compiling

2006-10-06 Thread John Tate
How would I go about cross compiling OpenBSD from i386 to sparc64? I am just interested because I want to build a system from a faar faster processor if possible. John. -- Faced with the fact that Intelligent Design doesn't meet the criteria for a scientific theory, leading proponent redefines

Re: [ way... OT ] ho hum

2006-10-06 Thread Craig Skinner
On Mon, Sep 11, 2006 at 05:59:17AM +0200, Johan SANCHEZ wrote: > On Sun, 10 Sep 2006 20:18:25 +0100 > [EMAIL PROTECTED] (Craig Skinner) wrote: > > > Another weekend at work: > > > > # uname -a > > SunOS X 5.10 Generic_XX sun4u sparc SUNW,Sun-Fire-15000 > > # uname -X > > System = SunOS > >

bge problems on HP DL360 G4p with -current

2006-10-06 Thread Pete Vickers
Hi, I'm running an OpenBSD/i386 recent snapshot on a few 'HP DL360 G4p's, all seems good apart from the first NIC (bge0) will not see the LAN. An 'ifconfig bge0' output cycles between "media: Ethernet autoselect (none)" and "media: Ethernet autoselect (loopback)", with "status: no carrier

Re: Custom kernel for Soekris net4801-50

2006-10-06 Thread Laurent Salle
Richard P. Koett wrote: > I'm setting up a Soekris net4801-50 (128 Mb RAM) for use as a firewall. For > storage it has a 40Gb IDE drive rather than compact flash. For my first > attempt I used a generic install of OpenBSD 3.9. The user complained that > Internet access seemed slow, however. I'm pla

Re: Cross compiling

2006-10-06 Thread Jason Mao
Hi, John I have an idea, but not a tutorial: The first things you need are the toolchains for the new platform or even architecture, including the new compiler and the new binary utilities, i.e. ld, nm, as, etc. You need to specify the target as "sparc64-unknown-openbsd3.9" or something else, de

Re: 'flags S/SA keep state' now the default

2006-10-06 Thread Kian Mohageri
On 10/6/06, Ryan McBride <[EMAIL PROTECTED]> wrote: > > I've just committed code based on a suggestion made by Daniel Hartmeier > to make flags S/SA keep state the default for rules. Very cool. Thank you.

Re: [OT] Re: Letter to OLPC

2006-10-06 Thread Jack J. Woehr
On Oct 6, 2006, at 6:57 AM, Girish Venkatachalam wrote: >> Mostly people who applaude such endeavours *do not have any idea* of >> the issues of the third world countries. >> >> I am not angry Jack. >> But When I find people *over nobleizing* at the expense of the 3rd >> world countries I think I

Re: Custom kernel for Soekris net4801-50

2006-10-06 Thread Richard P. Koett
Laurent Salle wrote: > Richard P. Koett wrote: >> I'm setting up a Soekris net4801-50 (128 Mb RAM) for use as a >> firewall. For storage it has a 40Gb IDE drive rather than compact >> flash. For my first attempt I used a generic install of OpenBSD 3.9. >> The user complained that Internet access se

Re: Slogan for OpenBSD goodies

2006-10-06 Thread Samurai Chef
On 10/6/06, Jason Mao <[EMAIL PROTECTED]> wrote: Hi, Bruno I think that depends on your definiton for the word "free". Best rgds, Jason On 10/6/06, Bruno Carnazzi <[EMAIL PROTECTED]> wrote: > Hi misc, > > I was thinking to a slogan that could be printed on some openbsd goodies : > > "Fre

Re: Slogan for OpenBSD goodies

2006-10-06 Thread Jason Mao
Hi, Samurai Well, software may be open, but how could hardware be open in the same way as software? Anyway, this is also a neat idea, in that this is "Open"BSD rather than "Free"BSD. Jason On 10/7/06, Samurai Chef <[EMAIL PROTECTED]> wrote: On 10/6/06, Jason Mao <[EMAIL PROTECTED]> wrote: >

Re: OpenOSPFD Redistribution

2006-10-06 Thread Ronnie Garcia
Claudio Jeker a icrit : On Wed, Oct 04, 2006 at 09:21:22PM -0400, Nick Davey wrote: Hello, I was wondering if there was a way to control if the routes redistributed by openospfd are advertised as type 1 or type 2 external routes. Also, is there a way to specify a metric on redistributed routes

FTP Account Lockout

2006-10-06 Thread stuartv
Hello list, The company I work for is required to get PCI (Payment Card something-or-other) certified in order to keep doing some of the things that we are doing with credit card payments. When I started working here it was an all MS shop, including the FTP server. In order to help secure things

Re: [ way... OT ] ho hum

2006-10-06 Thread Johan SANCHEZ
On Fri, 6 Oct 2006 16:04:30 +0100 [EMAIL PROTECTED] (Craig Skinner) wrote: > On Mon, Sep 11, 2006 at 05:59:17AM +0200, Johan SANCHEZ wrote: > > On Sun, 10 Sep 2006 20:18:25 +0100 > > [EMAIL PROTECTED] (Craig Skinner) wrote: > > > > > Another weekend at work: > > > > > > # uname -a > > > SunOS

Re: GPL = BSD + DRM [Was: Re: Intel's Open Source Policy Doesn't Make Sense]

2006-10-06 Thread Tobias Weingartner
Martin Schrvder wrote: > 2006/10/6, Adam <[EMAIL PROTECTED]>: > > Its complete and utter nonsense actually. The linux kernel is used in > > closed source products all the time, it has no effect there just like it > > Please show us one example of a closed source Linux device. Sure, the broadco

Re: Slogan for OpenBSD goodies

2006-10-06 Thread Chris Kuethe
On 10/6/06, Jason Mao <[EMAIL PROTECTED]> wrote: Hi, Samurai Well, software may be open, but how could hardware be open in the same way as software? You must be trolling. The furor of the last couple of days (and the last few months/years of background work) is all about open hardware. Open h

Re: [MAYBE SPAM] Can't start symux --> symux: could not get a semaphore

2006-10-06 Thread Damian Wiest
On Thu, Oct 05, 2006 at 11:39:25PM -0300, Marcos Laufer wrote: > I have a problem starting symux on OpenBSD 3.7, it was working > fine untill today that the machine crashed leaving no log at all, and > when i went up again something went wrong with symux, > maybe someone knows what's going on. > >

Re: GPL = BSD + DRM [Was: Re: Intel's Open Source Policy Doesn't Make Sense]

2006-10-06 Thread Adam
"Martin Schrvder" <[EMAIL PROTECTED]> wrote: > 2006/10/6, Adam <[EMAIL PROTECTED]>: > > Its complete and utter nonsense actually. The linux kernel is used in > > closed source products all the time, it has no effect there just like it > > Please show us one example of a closed source Linux devic

Re: FTP Account Lockout

2006-10-06 Thread Ryan McBride
> The company I work for is required to get PCI (Payment Card > something-or-other) certified in order to keep doing some of the things > that we are doing with credit card payments. Payment Card Industry Data Security Standard [snip] > However, now that we need this cert, one of the few things

Re: Letter to OLPC

2006-10-06 Thread Johan SANCHEZ
Hi Sij > > Getting a laptop to a child for low cost seems to be a noble idea on > the outside. > add a *3rd-world country* phase and you get a more polished *charity > painted/noble* image. Here that is a called charity bizness and unfortunately it s common fact > I don't think OLPC it that gre

Problems with traffic shaping

2006-10-06 Thread S t i n g r a y
my internet bandwith is getting slower & slower i have doubts about my traffic shaping . how to find out whats wrong ? & which clients is doing what with my bandwith . also have a look at my traffic shaping is it ok ? intif="epic0" intnet="10.0.0.0/16" extif="fxp0" extad="192.168.0.2" intad="10.

Re: FTP Account Lockout

2006-10-06 Thread stuartv
Ryan, Thanks for your input. I have been gently pushing those who make the decisions here towards sftp for some time now; however, ultimately that is one decision that is out of my hands. According to the inspector that is doing our PCI inspection the only requirement we haven't met as reguar

Re: FTP Account Lockout

2006-10-06 Thread Ryan Corder
On Fri, 2006-10-06 at 12:56 -0400, stuartv wrote: > However, now that we need this cert, > one of the few things still standing in the way is the requirement that we > set up > the FTP server to lockout (for 30min.) any account that fails to login 3 > times in a row. I haven't been able to find an

Re: Problems with traffic shaping

2006-10-06 Thread Andreas Bihlmaier
On Fri, Oct 06, 2006 at 09:57:16AM -0700, S t i n g r a y wrote: > my internet bandwith is getting slower & slower i have doubts about my > traffic shaping . > how to find out whats wrong ? & which clients is doing what with my bandwith . Watch the numbers in "pfctl -vvsq" and see if everything

Re: mount_null replacement?

2006-10-06 Thread Dan Brosemer
On Fri, Oct 06, 2006 at 11:16:46AM +0200, Rogier Krieger wrote: > On 10/4/06, G 0kita <[EMAIL PROTECTED]> wrote: > >I notice mount_null was dropped as of OpenBSD 3.8, can someone tell > >me first of all why this was done [...] > > Various comments to the likes of 'turd polishing' can be found in t

Re: Letter to OLPC

2006-10-06 Thread Bob Beck
> if they want to fix third world countries they should start with the > governments, this seems more like a marketing excercise Unfortunately, fixing the government while maintaining the universal democracy that is practically insisted upon by the USA as world uber-cop makes that a very d

Re: Can't start symux --> symux: could not get a semaphore

2006-10-06 Thread Marcos Laufer
Marco , that did it! It worked just by increasing this two: kern.seminfo.semmni=256 kern.seminfo.semmns=2048 I'm copying to the list in order others can benefit from this too. Thanks a lot ! Marcos Laufer - Original Message - From: "Marco Pfatschbacher" <[EMAIL PROTECTED]> To: "Marcos

Re: Letter to OLPC

2006-10-06 Thread Rick Pettit
On Fri, Oct 06, 2006 at 01:24:13PM -0600, Bob Beck wrote: > > if they want to fix third world countries they should start with the > > governments, this seems more like a marketing excercise > > Unfortunately, fixing the government while maintaining the universal > democracy that is practica

Re: Letter to OLPC

2006-10-06 Thread Diana Eichert
On Fri, 6 Oct 2006, Bob Beck wrote: > Unfortunately, fixing the government while maintaining the universal > democracy that is practically insisted upon by the USA as world > uber-cop makes that a very difficult task. Democracy gets you the wait, wait, it's only insisted on as long as you

Mailman archiving problems

2006-10-06 Thread stupidmail4me
Sorry for posting to this list, but I posted to ports@ and got no responses. I've installed the newest version of mailman from packages, mailman-2.1.8p0. I'm using mm-handler instead of adding all the appropriate address in virtusertable. I've done everything correctly (I've installed in the pas

Re: Cross compiling

2006-10-06 Thread Steve Shockley
John Tate wrote: How would I go about cross compiling OpenBSD from i386 to sparc64? I am just interested because I want to build a system from a faar faster processor if possible. In general, cross-compiling isn't supported on OpenBSD, except when bringing up a new architecture. Why not just

Re: Problems with traffic shaping

2006-10-06 Thread Joe Gibbens
What is your Internet connection? Is it symmetric or asymmetric? Joe On 10/6/06, Andreas Bihlmaier <[EMAIL PROTECTED]> wrote: > > On Fri, Oct 06, 2006 at 09:57:16AM -0700, S t i n g r a y wrote: > > my internet bandwith is getting slower & slower i have doubts about my > traffic shaping . > > h

Re: GPL = BSD + DRM [Was: Re: Intel's Open Source Policy Doesn't Make Sense]

2006-10-06 Thread Theo de Raadt
> > > Its complete and utter nonsense actually. The linux kernel is used in > > > closed source products all the time, it has no effect there just like it > > > > Please show us one example of a closed source Linux device. > > Sure, the broadcom wireless device inside the linksys routers. Yes,

Setting up IPSEC VPN to Cisco IOS (Old fashioned way)

2006-10-06 Thread Gordon Ross
I'm trying to setup an IPSEC connection between OpenBSD3.9 & Cisco IOS 12.3 using pre-shared keys authentication the "old fashioned way". (One step at a time) However, I can't get the tunnel to come up. Looking at the output from isakmpd -DA=90 (Full text below) I *suspect* the culprit is about h

X not working with NVIDIA GeForce 7800 GS on amd64

2006-10-06 Thread Andreas Maus
Hi. I recently replaced my ATI X800 with a new NVIDIA GeForce 7800 GS. Checking the nv(4) man page and it states that it supports: [... snipp ...] GeForce 7XXX [... snipp ...] So I setup the corresponding "Device" section to: Section "Device" Identifier "NVIDIA" Driver "nv" #V

anyone know where I can get an IO-DATA USL-5P in the United States?

2006-10-06 Thread Diana Eichert
The subject line sez it all. I've been looking for a small embedded system to run OpenBSD on and very recent commits makes this look interesting. diana

Re: Setting up IPSEC VPN to Cisco IOS (Old fashioned way)

2006-10-06 Thread Robert Bilbrey
Your security associations in the ike proposals are not the same. Double check what is being proposed on both sides. Gordon Ross wrote: I'm trying to setup an IPSEC connection between OpenBSD3.9 & Cisco IOS 12.3 using pre-shared keys authentication the "old fashioned way". (One step at a time)

Re: anyone know where I can get an IO-DATA USL-5P in the United States?

2006-10-06 Thread mickey
On Fri, Oct 06, 2006 at 04:10:44PM -0600, Diana Eichert wrote: > The subject line sez it all. > > I've been looking for a small embedded system to run OpenBSD on and very > recent commits makes this look interesting. woman you are fast (: there is supposedly a piece sold in .eu (see landisk.html)

Re: anyone know where I can get an IO-DATA USL-5P in the United States?

2006-10-06 Thread Diana Eichert
On Sat, 7 Oct 2006, mickey wrote: SNIP > woman you are fast (: > there is supposedly a piece sold in .eu (see landisk.html) > but then nobody knows for sure... it's a japanese sex toy. > cu > -- mickey, thanks for the fast reply. (btw, did you do the h/w serial line driver mod on yours?) yep, but

Re: anyone know where I can get an IO-DATA USL-5P in the United States?

2006-10-06 Thread Greg Thomas
On 10/6/06, mickey <[EMAIL PROTECTED]> wrote: On Fri, Oct 06, 2006 at 04:10:44PM -0600, Diana Eichert wrote: > The subject line sez it all. > > I've been looking for a small embedded system to run OpenBSD on and very > recent commits makes this look interesting. Are the I-O Data UHDL-160U and

Re: anyone know where I can get an IO-DATA USL-5P in the United States?

2006-10-06 Thread pedro la peu
I was wondering the same: "Shop.iodata.com is currently available to residents living in the United States. We are in the process of developing our Online Store for the greater European and UK markets. Your IP Address [...] is listed as coming from !USA (!USA) If you live in the United States

Re: FTP Account Lockout

2006-10-06 Thread Sam Chill
On 10/6/06, stuartv <[EMAIL PROTECTED]> wrote: Hello list, Hi! However, now that we need this cert, one of the few things still standing in the way is the requirement that we set up the FTP server to lockout (for 30min.) any account that fails to login 3 times in a row. I haven't been able to

anyone have any nmea(4) stories?

2006-10-06 Thread jjhartley
Has anyone set up a GPS to serve as a ntp source yet? Care to share any insights gained? Thanks. j

Re: anyone know where I can get an IO-DATA USL-5P in the United States?

2006-10-06 Thread Stuart Henderson
On 2006/10/07 00:02, pedro la peu wrote: > "Shop.iodata.com is currently available to residents living in the United > States. you're in .uk aren't you Pedro? Doesn't look like a problem to find the px-eh25l and px-eh40l (froogle finds plenty of sellers).

Re: Problems with traffic shaping

2006-10-06 Thread S t i n g r a y
it is asymmetric *:$., 88,.$:*(((*$ Stingray *:$., 88,.$:*((*$ - Original Message From: Joe Gibbens <[EMAIL PROTECTED]> To: Open BSD Sent: Saturday, October 7, 2006 1:21:41 AM Subject: Re: Problems with traffic shaping What is your Internet connection? Is it symmetri

Re: X not working with NVIDIA GeForce 7800 GS on amd64

2006-10-06 Thread Matthew Weigel
Andreas Maus wrote: Hi Andreas, two comments. First... [demime 1.01d removed an attachment of type application/octet-stream which had a name of xorg.conf] [demime 1.01d removed an attachment of type application/octet-stream which had a name of Xorg.0.log] [demime 1.01d removed an attachment of

Re: GPL = BSD + DRM [Was: Re: Intel's Open Source Policy Doesn't Make Sense]

2006-10-06 Thread Rod.. Whitworth
On Fri, 6 Oct 2006 03:50:38 +0159, Han Boetes wrote: >In my world freedom is something you have to fight for, otherwise >it gets taken away. Putting a limit on your freedoms is a good >thing. Bullshit! Now don't quote me that specious crap about how free speech is limited by no freedom to false

Re: anyone know where I can get an IO-DATA USL-5P in the United States?

2006-10-06 Thread Jasper Lievisse Adriaanse
On Sat, Oct 07, 2006 at 12:38:05AM +0200, mickey wrote: > On Fri, Oct 06, 2006 at 04:10:44PM -0600, Diana Eichert wrote: > > The subject line sez it all. > > > > I've been looking for a small embedded system to run OpenBSD on and very > > recent commits makes this look interesting. > > woman you

Re: anyone have any nmea(4) stories?

2006-10-06 Thread Sam Chill
On 10/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Has anyone set up a GPS to serve as a ntp source yet? Care to share any insights gained? Thanks. j uplcom0 at uhub1 port 4 uplcom0: Prolific Technology PL2303 Serial, rev 1.10/2.02, addr 4 ucom0 at uplcom0 # nmeaattach cuaU0 # sysctl

Re: anyone know where I can get an IO-DATA USL-5P in the United States?

2006-10-06 Thread Steve Shockley
Diana Eichert wrote: The subject line sez it all. I've been looking for a small embedded system to run OpenBSD on and very recent commits makes this look interesting. Hm, yes, interesting. http://www.plextor.com/english/products/product_nas.htm has "Add to cart USA" links, but I couldn't get

Re: GPL = BSD + DRM [Was: Re: Intel's Open Source Policy Doesn't Make Sense]

2006-10-06 Thread Han Boetes
quote out of context Rod.. Whitworth wrote: > On Fri, 6 Oct 2006 03:50:38 +0159, Han Boetes wrote: > > > In my world freedom is something you have to fight for, otherwise > > it gets taken away. Putting a limit on your freedoms is a good > > thing. > > Bullshit! > > Now don't quote me that specio

Re: Letter to OLPC

2006-10-06 Thread Felipe Scarel
I totally agree with Siju on this. Living in a 3rd world country, as I guess he also lives, I am pretty sure that a laptop isn't at all important for disadvantaged children, as said. REAL need in our countries are, as previously said, for food, health care and good education. The most urgent of t

Re: GPL = BSD + DRM [Was: Re: Intel's Open Source Policy Doesn't Make Sense]

2006-10-06 Thread Felipe Scarel
Is that all you can say to defend your point of view? If you are wrong (and you probably are), you should admit it, not repeat "quote out of context" as a silly escape. On 10/6/06, Han Boetes <[EMAIL PROTECTED]> wrote: quote out of context Rod.. Whitworth wrote: > On Fri, 6 Oct 2006 03:50:38 +0

Re: GPL = BSD + DRM [Was: Re: Intel's Open Source Policy Doesn't Make Sense]

2006-10-06 Thread Han Boetes
Look at it, he is quoting me out of context. That's not a silly escape, that's a fact. Maybe to you quoting out of context is a legitimate way to fight a discussion, to me it's not. Felipe Scarel wrote: > Is that all you can say to defend your point of view? If you are wrong > (and you probably ar

Re: Letter to OLPC

2006-10-06 Thread Constantine A. Murenin
On 06/10/06, Diana Eichert <[EMAIL PROTECTED]> wrote: On Fri, 6 Oct 2006, Bob Beck wrote: > Unfortunately, fixing the government while maintaining the universal > democracy that is practically insisted upon by the USA as world > uber-cop makes that a very difficult task. Democracy gets yo

Re: Letter to OLPC

2006-10-06 Thread C. Bensend
> "U. S. Foreign Policy - even a child can understand it!" post comes to > mind: > > http://groups.google.com/group/uk.rec.humour/msg/0059c3a5a272af46 And this has what to do with OpenBSD? Politics forums are over there -->>> or wherever. Don't care. It's not here. -- "Don't ping my cheese w

Re: GPL = BSD + DRM [Was: Re: Intel's Open Source Policy Doesn't Make Sense]

2006-10-06 Thread Theo de Raadt
Han is some asshole who comes onto our list about every 2-3 weeks and spouts some very vague bullshit to distract people. He wants every argument to become a vague license argument. He refuses to leave our lists. At times, I have times wished that someone would go visit him in person and shut hi

Re: GPL = BSD + DRM [Was: Re: Intel's Open Source Policy Doesn't Make Sense]

2006-10-06 Thread Han Boetes
You lie. You insult. You threaten. I'd love to meet _you_ in person too. Theo de Raadt wrote: > Han is some asshole who comes onto our list about every 2-3 weeks and > spouts some very vague bullshit to distract people. He wants every > argument to become a vague license argument. He refuses t