Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread Bret S. Lambert
On Tue, Jun 28, 2011 at 09:46:25PM -0700, Zeb Packard wrote: I say go for it. File is: usr.sbin/Makefile Code is: # $OpenBSD: Makefile,v 1.154 2011/02/09 17:17:47 jasper Exp $ .include bsd.own.mk SUBDIR= ac accton acpidump adduser amd apm apmd arp \ authpf bgpctl

Re: aucat(1) mixing streams from different users

2011-06-29 Thread Alexandre Ratchov
On Tue, Jun 28, 2011 at 05:16:23PM +0200, Landry Breuil wrote: If you're _that_ concerned about mpd privacy, it supports passwd authentication on the tcp socket allowing various levels of control on the daemon.. cf mpd.conf(5). I'm not concerned by mpd privacy, I don't use mpd. But we

Re: openldap and openbsd

2011-06-29 Thread Janne Johansson
2011/6/28 Friedrich Locke friedrich.lo...@gmail.com Dear list members, i have just installed openldap from ports (OpenBSD 4.9/amd64) and i am testing it. My doubt is: It seems to me that openldap should be run as user x and group y accordingly the ports collection. The problem is that i

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread Paul de Weerd
On Wed, Jun 29, 2011 at 09:31:30AM +0800, Tito Mari Francis Esca??o wrote: | Good day! | Is it possible to recompile the whole system while excluding the built-in | Apache 1.3 web server? I was hoping to save a few more megabytes off the | base installation of the system. In case it's not

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread Zeb Packard
yep, you're right. it's right there in the man page.

Re: openldap and openbsd

2011-06-29 Thread Remco
Friedrich Locke wrote: Dear list members, i have just installed openldap from ports (OpenBSD 4.9/amd64) and i am testing it. My doubt is: It seems to me that openldap should be run as user x and group y accordingly the ports collection. The problem is that i want to use kerberos

splassert: assertwaitok: want -1 have 1 (bnx)

2011-06-29 Thread Tom Murphy
Hi, I'm getting the following messages on a network interface: /bsd: bnx0: Watchdog timeout occurred, resetting! /bsd: splassert: assertwaitok: want -1 have 1 /bsd: Starting stack trace... /bsd: assertwaitok() at assertwaitok+0x1c /bsd: pool_get() at pool_get+0x95 /bsd: bnx_alloc_pkts() at

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread Benny Lofgren
On 2011-06-29 09.37, Paul de Weerd wrote: The source of Apache 1.3 in the tree is about 8.5M. The full installation is about 3.7M (on amd64), you've saved 4.8M by not installing the source of Apache. In fact, the full tree weighs in at ~872M (excluding xenocara), so you save almost 870

Re: openldap and openbsd

2011-06-29 Thread Stuart Henderson
On 2011-06-29, Remco re...@d-compu.dyndns.org wrote: Apart from the other advise you got I think you need to set the KRB5_KTNAME environment variable to tell slapd where to find your LDAP keytab, e.g.: (yeah, I edited the default slapd rc script, I don't know if there's a better way) this

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread Fred Crowson
On 29 June 2011 09:12, Benny Lofgren bl-li...@lofgren.biz wrote: Not to encourage or discourage the OP either way, I don't think you should assume that he's only got one system to play with. After all, it is perfectly feasible to make install builds on one system and installing them on another

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread Paul de Weerd
On Wed, Jun 29, 2011 at 10:12:17AM +0200, Benny Lofgren wrote: | On 2011-06-29 09.37, Paul de Weerd wrote: | The source of Apache 1.3 in the tree is about 8.5M. The full | installation is about 3.7M (on amd64), you've saved 4.8M by not | installing the source of Apache. In fact, the full tree

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread sven falempin
Hello, Rm is powerfull. It is possible to solve this quite easily, But maybe baseXX.tgz is becoming too big, As i don't want to use a smaller 'spinover'. I ll probably will have to list some non usefull files, making upgrade more difficult, for my next use of openBSD. Best regards. Sven.

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread Kevin Chadwick
On Wed, 29 Jun 2011 04:57:30 -0400 sven falempin wrote: As i don't want to use a smaller 'spinover'. I ll probably will have to list some non usefull files, making upgrade more difficult, for my next use of openBSD. Depending how you upgrade. Making a minimal-base.tgz and not selecting

Re: openldap and openbsd

2011-06-29 Thread Remco
Stuart Henderson wrote: On 2011-06-29, Remco re...@d-compu.dyndns.org wrote: Apart from the other advise you got I think you need to set the KRB5_KTNAME environment variable to tell slapd where to find your LDAP keytab, e.g.: (yeah, I edited the default slapd rc script, I don't know if

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread Nico Kadel-Garcia
On Wed, Jun 29, 2011 at 4:29 AM, Fred Crowson fred.crow...@gmail.com wrote: On 29 June 2011 09:12, Benny Lofgren bl-li...@lofgren.biz wrote: Not to encourage or discourage the OP either way, I don't think you should assume that he's only got one system to play with. After all, it is perfectly

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread sven falempin
This is almost equivalent. And that's probably the way I will do it. But as comp, is separated from base, I'm saying that this minimal_base.tgz would be useful. Of course, only thinking about the talking around what to put in it, is discouraging. For example , i wouldn't put the package handling

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread Bret S. Lambert
On Wed, Jun 29, 2011 at 08:56:38AM -0400, sven falempin wrote: This is almost equivalent. And that's probably the way I will do it. But as comp, is separated from base, I'm saying that this minimal_base.tgz would be useful. Of course, only thinking about the talking around what to put in

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread sven falempin
I read it once more, cause you say it. Situation not improved. 2011/6/29 Bret S. Lambert bret.lamb...@gmail.com On Wed, Jun 29, 2011 at 08:56:38AM -0400, sven falempin wrote: This is almost equivalent. And that's probably the way I will do it. But as comp, is separated from base, I'm

Re: splassert: assertwaitok: want -1 have 1 (bnx)

2011-06-29 Thread Matthew Dempsky
On Wed, Jun 29, 2011 at 1:11 AM, Tom Murphy open...@pertho.net wrote: Could it be bad network cable or bad hardware? I'm not sure the root cause of the watchdog timeout (*that* could be due to bad hardware, I have no idea), but the panic at least is because of a bad driver. That panic means the

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-29 Thread Nick Holland
On 06/29/2011 08:56 AM, sven falempin wrote: This is almost equivalent. And that's probably the way I will do it. But as comp, is separated from base, I'm saying that this minimal_base.tgz would be useful. as is shooting your own foot, in some very special circumstances. Of course, only

The Palm Jumeirah, Dubai, UAE.

2011-06-29 Thread BEAUFORT ESTATES NEWS
[IMAGE] [IMAGE] The Palm Jumeirah Signature Villa, Frond - A Spanish Riviera Style Plot Area: 13,300 sq.ft. BUA: 7,500 sq.ft. (697 sq.m.) AED 15,412,000 Located on the middle of the Frond-A, this charming and inviting home benefits from great views of Palm Island and Atlantis Hotel,

Audio stutters badly on IBM Thinkpad T22 (CS4280, clcs(4) driver) with OpenBSD 4.9-stable

2011-06-29 Thread Rares Aioanei
Hi , I have an audio biggie with my old laptop, which can't seem to play audio (mp3,ogg) or video (the sound part) (flv) with mplayer , mpg321 , xmms or mp3blaster. The sound is choppy, all I get is noise. From what I've read (google) there were some issues of the kind a few years ago, but no

Re: Audio stutters badly on IBM Thinkpad T22 (CS4280, clcs(4) driver) with OpenBSD 4.9-stable

2011-06-29 Thread Ted Unangst
On Wed, 29 Jun 2011, Rares Aioanei wrote: I have an audio biggie with my old laptop, which can't seem to play audio (mp3,ogg) or video (the sound part) (flv) with mplayer , mpg321 , xmms or mp3blaster. The sound is choppy, all I get is noise. From what I've read (google) there were some

Re: Audio stutters badly on IBM Thinkpad T22 (CS4280, clcs(4) driver) with OpenBSD 4.9-stable

2011-06-29 Thread Alexandre Ratchov
On Wed, Jun 29, 2011 at 07:15:46PM +0300, Rares Aioanei wrote: Hi , I have an audio biggie with my old laptop, which can't seem to play audio (mp3,ogg) or video (the sound part) (flv) with mplayer , mpg321 , xmms or mp3blaster. The sound is choppy, all I get is noise. From what I've read

Re: Audio stutters badly on IBM Thinkpad T22 (CS4280, clcs(4) driver) with OpenBSD 4.9-stable

2011-06-29 Thread Rares Aioanei
On Wed, 29 Jun 2011 12:26:24 -0400 (EDT) Ted Unangst ted.unan...@gmail.com wrote: On Wed, 29 Jun 2011, Rares Aioanei wrote: [snip] It's been a long time, but there's something wrong with clcs that causes this. I'm not sure if it's the chip or the driver, but the interrupts don't seem to

Re: Audio stutters badly on IBM Thinkpad T22 (CS4280, clcs(4) driver) with OpenBSD 4.9-stable

2011-06-29 Thread Rodolfo Gouveia
On 06/29/2011 05:26 PM, Ted Unangst wrote: On Wed, 29 Jun 2011, Rares Aioanei wrote: I have an audio biggie with my old laptop, which can't seem to play audio (mp3,ogg) or video (the sound part) (flv) with mplayer , mpg321 , xmms or mp3blaster. The sound is choppy, all I get is noise. From

Re: Audio stutters badly on IBM Thinkpad T22 (CS4280, clcs(4) driver) with OpenBSD 4.9-stable

2011-06-29 Thread Rares Aioanei
On Wed, 29 Jun 2011 18:40:27 +0200 Alexandre Ratchov a...@caoua.org wrote: On Wed, Jun 29, 2011 at 07:15:46PM +0300, Rares Aioanei wrote: Hi , I have an audio biggie with my old laptop, which can't seem to play audio (mp3,ogg) or video (the sound part) (flv) with mplayer , mpg321 ,

Re: Audio stutters badly on IBM Thinkpad T22 (CS4280, clcs(4) driver) with OpenBSD 4.9-stable

2011-06-29 Thread Rares Aioanei
On Wed, 29 Jun 2011 17:56:33 +0100 Rodolfo Gouveia rgouv...@cosmico.net wrote: On 06/29/2011 05:26 PM, Ted Unangst wrote: On Wed, 29 Jun 2011, Rares Aioanei wrote: I have an audio biggie with my old laptop, which can't seem to play audio (mp3,ogg) or video (the sound part) (flv) with

ypldap

2011-06-29 Thread Friedrich Locke
Hi folks, i would liket to implement openldap as my ldap server to store user/group information for ypldap. I could see OpenBSD (amd64/4.9) comes with its own ldap server. Is ypldap able to fetch user and group information from a openldap server? Do you have any experience with the scenario

Re: ypldap

2011-06-29 Thread FRLinux
i would liket to implement openldap as my ldap server to store user/group information for ypldap. I could see OpenBSD (amd64/4.9) comes with its own ldap server. Is ypldap able to fetch user and group information from a openldap server? This might be of help to you:

HP Mini 5102, bluetooth speakers not working

2011-06-29 Thread Frans Haarman
Hi, since I am probably the only one running OpenBSD on this machine I am not expecting much. But here it goes. The builtin wifi chipset is unsupported still. I've bought one of those mini dlink wifi adapaters and its a great solution. Thanks for that damien@! Having a big usb-dongle stickout out

Votre projet Iphone pour dynamiser vos evenements

2011-06-29 Thread maroc-info
import_2011_06_29_17h00_36 Si ce message ne s'affiche pas correctement, vous pouvez le visualiser grCce C ce lien. B Notre technologie au service de votre projet IphoneB CongrC(s, Salon, Festival, Formation, notre technologie est

Re: splassert: assertwaitok: want -1 have 1 (bnx)

2011-06-29 Thread Ted Unangst
On Wed, 29 Jun 2011, Tom Murphy wrote: /bsd: bnx0: Watchdog timeout occurred, resetting! /bsd: splassert: assertwaitok: want -1 have 1 /bsd: Starting stack trace... /bsd: assertwaitok() at assertwaitok+0x1c /bsd: pool_get() at pool_get+0x95 /bsd: bnx_alloc_pkts() at bnx_alloc_pkts+0x31

openbsd/ypserv/openldap

2011-06-29 Thread Friedrich Locke
Hi folks, how should i add an entry to openldap that ypserv will use it for binding ? This entry will need to have a password and should not be confused with a valid posix user entry. How have you done on your ypldap/openldap implementation ? Thanks in advance.

Re: splassert: assertwaitok: want -1 have 1 (bnx)

2011-06-29 Thread David Gwynne
On 30/06/2011, at 6:56 AM, Ted Unangst wrote: On Wed, 29 Jun 2011, Tom Murphy wrote: /bsd: bnx0: Watchdog timeout occurred, resetting! /bsd: splassert: assertwaitok: want -1 have 1 /bsd: Starting stack trace... /bsd: assertwaitok() at assertwaitok+0x1c /bsd: pool_get() at pool_get+0x95

Re: splassert: assertwaitok: want -1 have 1 (bnx)

2011-06-29 Thread Ted Unangst
On Thu, 30 Jun 2011, David Gwynne wrote: This driver is filled with bad juju. This changes all the waitoks to not ok, so they are interrupt safe. It already appears to handle the failure case. The rwlock is also totally unsafe and unnecessary. the issue is that bnx_init is called

SMTPD broken after latest update

2011-06-29 Thread Hugo Osvaldo Barrera
I've been using SMTPD for many many months now, but after an update to the latest snapshots today, it seems to have broken. I deliver mail to dovecot's LDA, which places it in my mailbox. After today's update, Mail delivered to this address (h...@osvaldobarrera.com.ar), is passed on to

Re: SMTPD broken after latest update

2011-06-29 Thread Tim van der Molen
On Thu, 30 Jun 2011 03:35:23 +0200, Hugo Osvaldo Barrera wrote: I've been using SMTPD for many many months now, but after an update to the latest snapshots today, it seems to have broken. I deliver mail to dovecot's LDA, which places it in my mailbox. After today's update, Mail delivered

Re: HP Mini 5102, bluetooth speakers not working

2011-06-29 Thread Brynet
Frans Haarman wrote: The built-in bluetooth is not working, neither are the laptop speakers or I am just not smart enough :) OpenBSD's bluetooth drivers are disabled in GENERIC, you can enable it with config(8)/UKC but it's very unreliable. The azalia(4) bug could be real, but they're really

Re: SMTPD broken after latest update

2011-06-29 Thread Hugo Osvaldo Barrera
On 2011-06-29 22:55, Tim van der Molen wrote: It is a bug in smtpd. I have run into it as well. The below diff (also sent to gilles@) should fix it. Regards, Tim Index: lka_session.c === RCS file:

Dan King invited you to join him on Google+

2011-06-29 Thread Google+
Dan King is using Google+ and invited you to join. Click here to get started with Google+:

Re: Dan King invited you to join him on Google+

2011-06-29 Thread Ted Unangst
On Thu, 30 Jun 2011, Google+ wrote: Dan King is using Google+ and invited you to join. well that didn't take long...