Re: missing partitions under /dev

2016-06-10 Thread Corinna Vinschen
On Jun 10 20:51, Corinna Vinschen wrote: > On Jun 10 16:59, Aaron Schneider wrote: > > > Date: Fri, 10 Jun 2016 12:00:27 +0200 > > > From: corinna-cyg...@cygwin.com > > > > > > Cygwin's /dev/sd* emulation doesn't support more than 15 partitions yet. > > > This would need some rework of the device n

Re: missing partitions under /dev

2016-06-10 Thread Corinna Vinschen
On Jun 10 16:59, Aaron Schneider wrote: > > Date: Fri, 10 Jun 2016 12:00:27 +0200 > > From: corinna-cyg...@cygwin.com > > > > Cygwin's /dev/sd* emulation doesn't support more than 15 partitions yet. > > This would need some rework of the device naming code. > > > > > > Corinna > > I see. I though

Re: stty icrnl

2016-06-10 Thread Achim Gratz
Corinna Vinschen writes: > It doesn't have to stay this way, you know? Yes I know. But at the moment I need to get some other work done plus… > Ideally by somebody who knows how this dreaded Windows serial line API > works... …I am unfortunately not somebody like that. Regards, Achim. -- +<[

RE: missing partitions under /dev

2016-06-10 Thread Aaron Schneider
> Date: Fri, 10 Jun 2016 12:00:27 +0200 > From: corinna-cyg...@cygwin.com > To: cygwin@cygwin.com > Subject: Re: missing partitions under /dev > > On Jun 9 17:57, Aaron Schneider wrote: > > Cygwin's /dev/sd* emulation doesn't support more than 15 partitions yet. > This would need some rework of t

[ANNOUNCEMENT] Updated: octave forge packages

2016-06-10 Thread Marco Atzeri
New versions of octave-generate_html0.1.11-1 octave-interval 1.5.0-1 octave-splines 1.3.1-1 are available in the Cygwin distribution: ADVISE On cygwin none of the forge packages is autoloaded, as some package could change substantially the normal octave behaviour (eg "nan")

[ANNOUNCEMENT] Updated: Onigurama 6.0.0-1

2016-06-10 Thread Marco Atzeri
Versions 6.0.0-1 of onig (source only) libonig3 (API bump) liboning-devel have been uploaded. DESCRIPTION Oniguruma is a regular expressions library. The characteristics of this library is that different character encoding for every regular expression object

Re: duplicity/gpg secret key error (solved)

2016-06-10 Thread Mario Barcala
The problem was to make our tests in different machines using the same server directory (and we forgot to clean it) and different GPG keys. We have removed .cache on local machine and server previous backed up files and all started to work fine. Regards, Mario Barcala Mario Barcala wrote: > Th

Re: stty icrnl

2016-06-10 Thread Achim Gratz
Achim Gratz nexgo.de> writes: > Meanwhile I think my best option, based on how I plan to interact with > the hardware, would be picocom. Will try both picocom and minicom some > time next week (hopefully). I've created cygport files for both and picocom works just fine. Have yet to test minicom

Re: [ANNOUNCEMENT] mesa 11.0.9-2 [GOLDSTAR]

2016-06-10 Thread Andrew Schulman
> On 6/6/2016 9:27 AM, Jon Turney wrote: > > On 06/06/2016 08:24, Yaakov Selkowitz wrote: > >> On 2016-06-03 12:56, Jon Turney wrote: > >>> On 31/05/2016 18:03, Jon Turney wrote: > > # gdb ./quad-clip > > [...] > > (gdb) r > > [...] > > Program received signal SIGSEGV, Segmentat

Re: stty icrnl

2016-06-10 Thread Corinna Vinschen
On Jun 10 10:42, Helmut Karlowski wrote: > --- > > Ideally by somebody who knows how this dreaded Windows serial line API > > works... > > Wouldn't someting like this work: > > term=$'\r' > l= > while true; do read -N1 c > [ "$c" == $'\4' ] && break

Re: missing partitions under /dev

2016-06-10 Thread Corinna Vinschen
On Jun 9 17:57, Aaron Schneider wrote: > I've connected a LG G2 via usb to the computer which shows as > "LG Electronics Inc. QHUSB_BULK" on Vmware workstation and > Oracle Virtualbox. The device has more partitions that those > shown under /dev on Cygwin as shows: > > ls /dev/sdc* > /dev/sdc   /

Re: duplicity/gpg secret key error

2016-06-10 Thread Mario Barcala
The same error with the same GPG key id in a no virtualized Windows 8.1 machine. Maybe it is a bug, as the message claims? Mario Barcala Mario Barcala wrote: > Update: > > We have tried it with virtualized versions of Windows 7 Ultimate and > Windows 8.1 (32 and 64 bits) and the error keeps the

Re: stty icrnl

2016-06-10 Thread Helmut Karlowski
--- > Ideally by somebody who knows how this dreaded Windows serial line API > works... Wouldn't someting like this work: term=$'\r' l= while true; do read -N1 c [ "$c" == $'\4' ] && break [ "$c" == $term ] && { echo "<$l>"; l=; } || l="$l$c" done

Re: stty icrnl

2016-06-10 Thread Corinna Vinschen
On Jun 10 00:07, Achim Gratz wrote: > Warren Young writes: > > Unfortunately, it is a GUI program, which seems to go against the OP’s > > actual wish, which is for a command line program. > > Right. Plus it doesn't have the translation capabilities that I needed > in this particular case. > >

Re: [ANNOUNCEMENT] mesa 11.0.9-2 [GOLDSTAR]

2016-06-10 Thread Corinna Vinschen
On Jun 10 06:18, Marco Atzeri wrote: > On 10/06/2016 00:01, Yaakov Selkowitz wrote: > > > > For the record, Jon seems to have tracked this down, and his fix is in > > llvm-3.7.1-2. I can only imagine what "fun" he had debugging this, > > particularly on the address-starved 32-bit platform. > > >