Strange sed substitution removes text

2017-09-24 Thread Andreas Kusalananda Kähäri
Hi, Given the input file of three lines: line 1 line 2 line 3 and the sed script s/\

apache2 cgi script stopped working with -current about April 2017

2017-09-24 Thread Theodore Wynnychenko
Hello I have delayed asking for help hoping that I would figure this out on my own. But, after several months, of on-and-off attempts, I can't think of anything else, so... I have been following current for some time, now: OpenBSD 6.2 GENERIC.MP#105 amd64 I also continue to use apache2 in port

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

2017-09-24 Thread Stuart Henderson
On 2017-09-24, Theodore Wynnychenko wrote: > This was working for years, until about April or May. Then, after an update > of > the base system (and before an update of the installed packages), I noticed > the > scripts had stopped working. I updated the packages, and the scripts > continued

libusb device name other than ugen

2017-09-24 Thread Robert Dazi
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 list of devices. But this function fills a field of the device structure onl

Re: Strange sed substitution removes text

2017-09-24 Thread Martijn van Duren
This fixes the issue for me, but I'm not sure about the motivation behind the check. Maybe schwarze@ can shed some light on it, since he's to (cvs) blame for the particular line. martijn@ On 09/24/17 15:42, Andreas Kusalananda Kähäri wrote: > Hi, > > Given the input file of three lines: > > lin

Re: Strange sed substitution removes text

2017-09-24 Thread Martijn van Duren
and now with 100% more patch... Index: process.c === RCS file: /cvs/src/usr.bin/sed/process.c,v retrieving revision 1.32 diff -u -p -r1.32 process.c --- process.c 22 Feb 2017 14:09:09 - 1.32 +++ process.c 24 Sep 2017 21:5

Re: libusb device name other than ugen

2017-09-24 Thread Mihai Popescu
> But my device is bound to cuaU1, and not to any ugen. You didn't provide a dmesg. It may be that you are using an USB to serial adapter to connect to this board. See 'man ucom' and maybe you can send here a dmesg.