Re: SSHd configuration problems (System error 1376)

2014-12-29 Thread Houder
> If you were really running in an elevated shell, I don't know why 544 didn't > show up in the output of "id -G". > > Ken Because Ilya's /etc/group file has a line that reads: root:S-1-5-32-544:0: in stead of: Administrators:S-1-5-32-544:544: ? Put differently, he has copied an old group fi

Re: bug: struct cmsghdr does not match system on cygwin64

2014-12-29 Thread Kenton Varda
On Mon, Dec 29, 2014 at 1:34 PM, Marco Atzeri wrote: > the 4 byte shift is likely due to > > SIZE_T -> ULONG_PTR -> unsigned __int3264 Yes, exactly. So, cygwin/socket.h's struct cmsghdr definition needs to be fixed to match. -Kenton -- Problem reports: http://cygwin.com/problems.html FAQ

Re: bug: struct cmsghdr does not match system on cygwin64

2014-12-29 Thread Marco Atzeri
On 12/29/2014 9:48 PM, Kenton Varda wrote: Marco Atzeri wrote: If I am not wrong, for 64bit, on windows sizeof (SIZE_T) =4 while on cygwin sizeof(size_t)=8 sizeof(SIZE_T) == 8 on Win64. The purpose of SIZE_T is to be the same size as a pointer: http://msdn.microsoft.com/en-us/library/cc4419

Re: bug: struct cmsghdr does not match system on cygwin64

2014-12-29 Thread Kenton Varda
Marco Atzeri wrote: > If I am not wrong, for 64bit, > on windows sizeof (SIZE_T) =4 > while on cygwin sizeof(size_t)=8 sizeof(SIZE_T) == 8 on Win64. The purpose of SIZE_T is to be the same size as a pointer: http://msdn.microsoft.com/en-us/library/cc441980.aspx To be clear, I am actually observ

[ANNOUNCEMENT] Updated: links 2.8-2 -- Text mode WWW browser

2014-12-29 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freecode.com/projects/links License : GPL A lynx-like character mode browser. It includes support for rendering tables and frames, features background downloads, can display colors and has many other features. nlike lynx, links supports th

Re: SSHd configuration problems (System error 1376)

2014-12-29 Thread Ken Brown
On 12/29/2014 9:07 AM, Ilya Dogolazky wrote: > Hi Ken! > > I followed your advise: > 1) Reinstalled windows again > 2) Started setup_x86-64.exe from cygwin web site > 3) Changed two things in the package list: > a) Changed version of package cygwin to 1.7.34.003 > b) Marked package "ssh" to be

Re: SSHd configuration problems (System error 1376)

2014-12-29 Thread Ilya Dogolazky
Hi Ken! I followed your advise: 1) Reinstalled windows again 2) Started setup_x86-64.exe from cygwin web site 3) Changed two things in the package list: a) Changed version of package cygwin to 1.7.34.003 b) Marked package "ssh" to be installed 4) After installation started terminal (icon right

Re: SSHd configuration problems (System error 1376)

2014-12-29 Thread Ken Brown
On 12/29/2014 3:15 AM, Ilya Dogolazky wrote: Hi Ken ! 12/23/2014 05:25 PM, ext Ken Brown wrote: I'm using the test release of cygwin in case that's relevant. I would like to try this. How do I install the "test release"? Is it the same as to select "EXP" instead of "CURR" in the top right cor

Re: SSHd configuration problems (System error 1376)

2014-12-29 Thread Ilya Dogolazky
Hi Ken ! 12/23/2014 05:25 PM, ext Ken Brown wrote: I'm using the test release of cygwin in case that's relevant. I would like to try this. How do I install the "test release"? Is it the same as to select "EXP" instead of "CURR" in the top right corner of setup.exe GUI or should I do something

Re: cygwin64 has no LISP package

2014-12-29 Thread Marco Atzeri
On 12/28/2014 6:45 AM, Larry Hall (Cygwin) wrote: On 12/27/2014 11:38 PM, Phil _ wrote: cygwin64 has no package with any version of LISP. I install cygwin largely to use LISP, and have to keep both cygwin32 and cygwin64 installations just for clisp, which is in cygwin32. Some of the available p