Re: Missing usb descriptor definition

2015-06-29 Thread ludovic coues
mpi@ pointed out in private that both FreeBSD and DragonFly where already splitting struct declaration and typedef and that they use another naming convention. Namely, they don't shorten descriptor not interface. Following patch apply that to each of our usb struct and update the ioctl related

Re: X Server failing about libfreetype.so.24.0 with latest snapshot

2015-06-29 Thread dan mclaughlin
i saw this problem compiling. all the /usr/xenocara/distrib/sets/lists/xbase/md.* files referenced libfreetype.so.23.0 instead of ...24.0 which is what is being built, so it didn't get packaged. looks like Theo already fixed this: https://marc.info/?l=openbsd-cvsm=143557821008977w=2 so

Re: ps %cpu is 0

2015-06-29 Thread Todd C. Miller
OK millert@ - todd

Re: syslogd -U bind UDP address

2015-06-29 Thread Alexander Bluhm
On Fri, Jun 26, 2015 at 12:40:37AM +0200, Alexander Bluhm wrote: I have added a -U feature for syslogd to specify an explict bind address to receive UDP packets. One advantge over -u and the * sockets is, that you can bind to localhost and divert the packets with pf. It is also possible to

Re: ps %cpu is 0

2015-06-29 Thread Alexander Bluhm
On Sun, Jun 28, 2015 at 07:10:19PM -0600, Todd C. Miller wrote: On Sun, 28 Jun 2015 20:26:31 +0200, Alexander Bluhm wrote: Why? And what should I document in the manpage then? So you don't break existing scripts that might use it. You don't need to document it. ok? Index:

Re: [Patch] New item to the Migrating to OpenBSD guide

2015-06-29 Thread Mike Burns
On 2015-06-29 09.52.19 +0100, Raf Czlonka wrote: That being said, FAQ is *not* an OpenBSD for former Linux users guide, FAQ 9 is titled Migrating to OpenBSD, four of the five sections have Linux in the title, and the one section that does not mentions Linux twice in the first paragraph. Are you

Re: [Patch] New item to the Migrating to OpenBSD guide

2015-06-29 Thread Raf Czlonka
On Mon, Jun 29, 2015 at 02:19:36PM BST, Mike Burns wrote: On 2015-06-29 09.52.19 +0100, Raf Czlonka wrote: That being said, FAQ is *not* an OpenBSD for former Linux users guide, FAQ 9 is titled Migrating to OpenBSD, four of the five sections have Linux in the title, and the one section

X Server failing about libfreetype.so.24.0 with latest snapshot

2015-06-29 Thread Thomas Schmidt
Hi, I just updated from a 5.7-current snapshot (15th June) to a recent one (29th June). Now, when I try to 'startx' I get the following error: $ startx xauth: (stdin):1: bad display name turin.local:0 in add command /usr/X11R6/bin/X: can't load library 'libfreetype.so.24.0' xinit: giving up

Re: syslogd logfile per remote host

2015-06-29 Thread Stuart Henderson
On 2015/06/28 12:31, Alexander Bluhm wrote: Hi, I want to store all syslog messages received from a specific host into a single log file. For programs this is already implemented for !prog blocks. So do the same with +host for hostnames. This implementation is based on a diff that

Re: [Patch] New item to the Migrating to OpenBSD guide

2015-06-29 Thread lists
Are you proposing that the whole of FAQ 9 should be scrapped? May it be proposed to you that you further advise Carlos on improving his suggested patch or scrapping this knitting already. Whose idea was to stoke the binpatch theme anyway, somebody of commercial interest? No such thing is

Re: [Patch] New item to the Migrating to OpenBSD guide

2015-06-29 Thread Theo de Raadt
Lot of angry fuss over words on a web page.

Re: [Patch] New item to the Migrating to OpenBSD guide

2015-06-29 Thread lists
On Sun, 28 Jun 2015 18:58:19 -0400 Bryan Steele bry...@openbsd.org wrote: Carlos' patch may not be appropriate, but you're kind of a condecending jerk, especially for someone who's apparently never sent mail to the OpenBSD lists before. Who are you? On Mon, Jun 29, 2015 at

PATCH: faq4.html edit the auto layout

2015-06-29 Thread Juan Francisco Cantero Hurtado
It's surprising but many users don't know the R option. OK? The webpage with the patch applied: http://juanfra684.devio.us/tmp/faq4.html#InstDisks diff --git faq/faq4.html faq/faq4.html index 51606b3..f2b9486 100644 --- faq/faq4.html +++ faq/faq4.html @@ -946,15 +946,18 @@ The installer has

Re: PATCH: faq4.html edit the auto layout

2015-06-29 Thread patrick keshishian
Hi, On 6/29/15, Juan Francisco Cantero Hurtado i...@juanfra.info wrote: It's surprising but many users don't know the R option. OK? The webpage with the patch applied: http://juanfra684.devio.us/tmp/faq4.html#InstDisks diff --git faq/faq4.html faq/faq4.html index 51606b3..f2b9486 100644

error:0906D064:PEM routines:PEM_read_bio:bad base64

2015-06-29 Thread mxb
Hey, getting following error on OpenBSD-current as of yesterdays 'cvs up’: unable to load Private Key 30008934842236:error:0906D064:PEM routines:PEM_read_bio:bad base64 decode:/usr/src/lib/libcrypto/crypto/../../libssl/src/crypto/pem/pem_lib.c:822: Cmd issued: 'openssl rsa -noout -modulus -in

Re: rdomain(4) man page additions

2015-06-29 Thread Janne Johansson
2015-06-29 10:21 GMT+02:00 Remi Locherer remi.loche...@relo.ch: Hi I think the following additions to the rdomain(4) man page would be usefull for people that want to start using rdomains and rtables. nitpick +.Sh CAVEATS +When an +.Nm rtable +allready exists a new domain with the

Re: [Patch] New item to the Migrating to OpenBSD guide

2015-06-29 Thread Raf Czlonka
On Mon, Jun 29, 2015 at 09:21:14AM BST, Carlos Fenollosa wrote: Thanks Sebastien, Here’s a new rewrite with your contributions. If I may, I’d suggest to keep this list item short, as a summary, and maybe write a longer section on the FAQ expanding on it with more detail. If you feel

rdomain(4) man page additions

2015-06-29 Thread Remi Locherer
Hi I think the following additions to the rdomain(4) man page would be usefull for people that want to start using rdomains and rtables. Remi Index: rdomain.4 === RCS file: /home/remi/cvs/src/share/man/man4/rdomain.4,v retrieving

Re: [Patch] New item to the Migrating to OpenBSD guide

2015-06-29 Thread Carlos Fenollosa
Thanks Sebastien, Here’s a new rewrite with your contributions. If I may, I’d suggest to keep this list item short, as a summary, and maybe write a longer section on the FAQ expanding on it with more detail. If you feel that’s appropriate, I can volunteer to write it too. Carlos Index:

Re: [Patch] New item to the Migrating to OpenBSD guide

2015-06-29 Thread Marc Espie
On Mon, Jun 29, 2015 at 02:41:16AM +0300, li...@wrant.com wrote: Lack of resources is about the only good reason there is for not providing binary updates. That's not true. Further, base + packages are updated frequently in snapshots, which is exactly a binary upgrade path for users

Re: [Patch] New item to the Migrating to OpenBSD guide

2015-06-29 Thread lists
Work on current is something that naturally occurs. It does not mean there are enough resources to *duplicate that work* and do the same on stable. Obvious facts make obvious points. The snapshots for current and the security errata is good enough for me. It's easy and allows me to run

Re: error:0906D064:PEM routines:PEM_read_bio:bad base64

2015-06-29 Thread Brent Cook
On Mon, Jun 29, 2015 at 1:22 AM, mxb m...@alumni.chalmers.se wrote: Hey, getting following error on OpenBSD-current as of yesterdays 'cvs up’: Does this imply that it worked in some earlier version of OpenBSD-current? If so, what was the version that worked? unable to load Private Key

Re: [Patch] New item to the Migrating to OpenBSD guide

2015-06-29 Thread lists
Lot of angry fuss over words on a web page. Indeed. https://youtube.com/watch?v=hrCVu25wQ5s I have no wishes and the discontent with the proposed patch is gone now.