Re: Strange sed substitution removes text

2017-09-25 Thread Andreas Kusalananda Kähäri
Yes, this seems to fix this particular issue for me nicely, but the "int i = 0;" is probably not needed. On Sun, Sep 24, 2017 at 11:59:49PM +0200, Martijn van Duren wrote: > and now with 100% more patch... > > Index: process.c > ===

Re: running spamd on firewall ord on the mailsystem

2017-09-25 Thread Boudewijn Dijkstra
Op Tue, 19 Sep 2017 09:35:04 +0200 schreef Peter N. M. Hansteen : On 09/19/17 09:10, rosjat wrote: I like to get some opinions on where to use the spamd daemon. Is it better to do the heavy stuff on the firewall or let it all pass to the mailsystem and do the filtering there? OpenBSD's spamd

Re: libusb device name other than ugen

2017-09-25 Thread Marcus MERIGHI
robert.d...@yahoo.fr (Robert Dazi), 2017.09.24 (Sun) 22:28 (CEST): > Hi,I have a software (openocd) that needs to serially communicate > with a board, but it can't because libusb throws > LIBUSB_ERROR_NOT_SUPPORTED. > To access a usb device using libusb, libusb provides a function > returning a

Re: Strange sed substitution removes text

2017-09-25 Thread Martijn van Duren
On 09/25/17 09:15, Andreas Kusalananda Kähäri wrote: > Yes, this seems to fix this particular issue for me nicely, > but the "int i = 0;" is probably not needed. You're right, that part was from some debugging printfs. I also wasn't asking for OKs, but merely pointing out the root of problem. Let

Re: libusb device name other than ugen

2017-09-25 Thread Mihai Popescu
> You might try to tell the kernel *not* to attach the device to ucom(4). It will attach like uftdi or other * found in ucom man page. Dmesg is really needed!

reordering libraries:/etc/rc[443]: ./test-ld.so: Permission denied

2017-09-25 Thread Theodore Wynnychenko
Hello I noticed this message in the dmesg after updating -current yesterday. I am not sure what it means. There is no file "test-ld.so" anywhere on the system that I can find. I also see that it appears this part of rc was just committed in the last few weeks. Why is this happening, and is the

Re: apache2 cgi script stopped working with -current about April 2017

2017-09-25 Thread Theodore Wynnychenko
-Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Stuart Henderson Sent: Sunday, September 24, 2017 2:43 PM To: misc@openbsd.org Subject: Re: apache2 cgi script stopped working with -current about April 2017 On 2017-09-24, Theodore Wynnychenko wr

Re: reordering libraries:/etc/rc[443]: ./test-ld.so: Permission denied

2017-09-25 Thread Philip Guenther
On Mon, 25 Sep 2017, Theodore Wynnychenko wrote: > I noticed this message in the dmesg after updating -current yesterday. > > I am not sure what it means. > > There is no file "test-ld.so" anywhere on the system that I can find. > I also see that it appears this part of rc was just committed in