Re: 1.7.7: Windows 2003 R2 WOW64: Cygwin installation fails

2014-07-17 Thread xiaoyuandlg
I reckon that I gained a lot from this thread, it helped me so much on the comprehension of code 128. I am now searching for the code 128 wordbarcode add in , don't know if you guys can offer any suggestions or not

Re: Link count wierdness

2014-07-17 Thread Andrey Repin
Greetings, Achim Gratz! >> git isn't ready yet unfortunately. Can't you just download a recent >> snapshot? That should be good enough. > I can download and install snapshots just fine. I'm running snapshots > for quite some time already so there'd be nothing new on that front. >> FWIW, CVS i

Re: Link count wierdness

2014-07-17 Thread Achim Gratz
Christopher Faylor writes: > git isn't ready yet unfortunately. Can't you just download a recent > snapshot? That should be good enough. I can download and install snapshots just fine. I'm running snapshots for quite some time already so there'd be nothing new on that front. > FWIW, CVS is blo

Re: Shouldn't 'man' depend on 'col'? Shouldn't 'col' be easier to

2014-07-17 Thread Yaakov Selkowitz
On Tue, 08 Jul 2014 20:29:53 -0400, Chris J. Breisch wrote: > At Tuesday, July 8, 2014, 8:16:41 PM, Yaakov Selkowitz wrote: >> On 2014-07-08 18:01, Chris J. Breisch wrote: >>> At Tuesday, July 8, 2014, 12:15:22 PM, Marco Atzeri wrote: On 08/07/2014 17:47, Jack Duthen wrote: util-linux is

Re: Some programs (vi, ssh) crash when screen buffer height is big

2014-07-17 Thread Warren Young
On 7/17/2014 02:24, Corinna Vinschen wrote: It's not reproducible for me. I just tried your ssh scenario with a 1000 and 2000 line buffers Confirmed. I tried up to , the maximum allowed. This is under Windows 8.1 Pro, with Cygwin 1.7.30, both 32- and 64-bit. -- Problem reports: h

Re: Installing Cygwin problem??

2014-07-17 Thread Larry Hall (Cygwin)
On 07/17/2014 08:10 PM, David Masterson wrote: I attempted to reinstall Cygwin on my system. The reinstall kept seeming to get locked up. So, after downloading all of Cygwin to a local directory, I moved the install directory out of the way and tried to install from (I guess) scratch. Cygwin s

Installing Cygwin problem??

2014-07-17 Thread David Masterson
I attempted to reinstall Cygwin on my system. The reinstall kept seeming to get locked up. So, after downloading all of Cygwin to a local directory, I moved the install directory out of the way and tried to install from (I guess) scratch. Cygwin seemed to always get stuck in the man-db.sh script

Re: Minires truncates host names

2014-07-17 Thread D. Boland
Hi Corinna, Corinna Vinschen wrote: > > On Jul 17 20:14, D. Boland wrote: > > Hi Pierre, > > > > "Pierre A. Humblet" wrote: > > > > > > You are right, there is a bug in res_querydomain, > > > Line 737 *(ptr++ - 1) = '.'; should be > > > *ptr++ = '.'; > > > > > > I would also add a debug printf

Re: Link count wierdness

2014-07-17 Thread Christopher Faylor
On Thu, Jul 17, 2014 at 09:43:40PM +0200, Achim Gratz wrote: >Corinna Vinschen writes: >> Netapp inode numbers are not reliable and thus the number of links isn't >> either. There's a check in Cygwin which is the result of the early >> Cygwin 1.7 development. It does not report the number of hard

Re: Link count wierdness

2014-07-17 Thread Achim Gratz
Corinna Vinschen writes: > Netapp inode numbers are not reliable and thus the number of links isn't > either. There's a check in Cygwin which is the result of the early > Cygwin 1.7 development. It does not report the number of hardlinks > and it fakes the inode numbers on netapp filesystems. Ah

Re: Link count wierdness

2014-07-17 Thread Corinna Vinschen
On Jul 17 20:09, Achim Gratz wrote: > > I have come across an interesting problem with the link count on a > NetApp volume(*). While hardlinks can be created just fine and work as > you'd expect (changing one file changes all the linked files), the link > count that gets reported for each of the

Re: Minires truncates host names

2014-07-17 Thread Andrey Repin
Greetings, D. Boland! > Now I have an even bigger problem. Sendmail works perfectly. But only on my XP > machine. As of Windows Vista, MS decided to remove certain privileges from the > SYSTEM user. > As a consequence, SYSTEM is no longer able to perform the 'setuid' function. > This is > very m

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-17 Thread Corinna Vinschen
On Jul 17 16:31, Jon TURNEY wrote: > On 17/07/2014 08:37, Corinna Vinschen wrote: > >On Jul 17 06:02, JonY wrote: > >>On 7/16/2014 15:02, Corinna Vinschen wrote: > >>>On Jul 15 16:39, Corinna Vinschen wrote: > On Jul 15 21:55, JonY wrote: > >On 7/15/2014 21:08, Corinna Vinschen wrote: > >>>

Re: Minires truncates host names

2014-07-17 Thread Corinna Vinschen
On Jul 17 20:14, D. Boland wrote: > Hi Pierre, > > "Pierre A. Humblet" wrote: > > > > You are right, there is a bug in res_querydomain, > > Line 737 *(ptr++ - 1) = '.'; should be > > *ptr++ = '.'; > > > > I would also add a debug printf at the top of the function: > > DPRINTF(statp->options &

Re: Minires truncates host names

2014-07-17 Thread D. Boland
Hi Pierre, "Pierre A. Humblet" wrote: > > You are right, there is a bug in res_querydomain, > Line 737 *(ptr++ - 1) = '.'; should be > *ptr++ = '.'; > > I would also add a debug printf at the top of the function: > DPRINTF(statp->options & RES_DEBUG, "querydomain \"%s\" \"%s\" type %d\n", > N

Link count wierdness

2014-07-17 Thread Achim Gratz
I have come across an interesting problem with the link count on a NetApp volume(*). While hardlinks can be created just fine and work as you'd expect (changing one file changes all the linked files), the link count that gets reported for each of the linked files is always 1. ONe of those NetApp

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-17 Thread Jon TURNEY
On 17/07/2014 08:37, Corinna Vinschen wrote: On Jul 17 06:02, JonY wrote: On 7/16/2014 15:02, Corinna Vinschen wrote: On Jul 15 16:39, Corinna Vinschen wrote: On Jul 15 21:55, JonY wrote: On 7/15/2014 21:08, Corinna Vinschen wrote: FWIW, the problem disappears if I revert gcc-core and libgc

Re: pipe handling errors

2014-07-17 Thread Corinna Vinschen
On Jul 16 13:36, Ti Strga wrote: > Christopher Faylor wrote: > > Increasing the size of the buffer should have been enough to fix the > > problem but, when possible, I like to use two forms of protection when I > > fix a bug. > > I recall someone on a project here doing a bugfix with a commit log

Re: Some programs (vi, ssh) crash when screen buffer height is big

2014-07-17 Thread Corinna Vinschen
On Jul 16 16:29, sous lesquels wrote: > A few more things to add: > > - This crashes under the regular Windows console, i.e. run cmd.exe, > then bash, then follow the above > - It also crashes under some other emulators (I actually noticed it > under ConEmu, see > https://code.google.com/p/conemu-

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-17 Thread Corinna Vinschen
On Jul 17 06:02, JonY wrote: > On 7/16/2014 15:02, Corinna Vinschen wrote: > > Hi JonY, > > > > On Jul 15 16:39, Corinna Vinschen wrote: > >> On Jul 15 21:55, JonY wrote: > >>> On 7/15/2014 21:08, Corinna Vinschen wrote: > > > > FWIW, the problem disappears if I revert gcc-core and libgcc1