Unable to log in to SSH Server using Cygwin

2013-02-04 Thread Jeffrey Cheng
Hello, I've been trying to set up an SSH server in Cygwin and I haven't been able to successfully log in to the localhost. Following some online tutorials, I have set up a public/private key pair, ran ssh-host-config and then when attempting to log in, I get the below output: $ ssh -v -i ~/.ssh/i

Re: bind(sock, addr, addrlen) doesn't respect addrelen

2013-02-04 Thread Corinna Vinschen
On Feb 4 11:03, Tanaka Akira wrote: > Hi. > > I found bind(sock, addr, addrlen) function doesn't respect addrlen. > > If addr is AF_UNIX socket address and sun_path field is not > NUL-terminated until the length specified as addrlen, > bind() refer bytes after addrlen. > This can be observed by

Re: openssh maintainer?

2013-02-04 Thread Corinna Vinschen
On Jan 29 17:01, Linda Walsh wrote: > Who is the person who ports/packages openssh for cygwin? That's me. > I was wondering if they could include the HPN patches (High Performance > Networking) > > http://www.psc.edu/index.php/component/remository/HPN-SSH/OpenSSH-6.0-Patches/ > > specifically:

sshd only accepts clients after manual service restart, following windows reboot

2013-02-04 Thread shmick
Sshd service must be restarted each time windows is rebooted in order to connect. Only then will a connection succeed. I believe this has been happening to me since first version 6. Enclosed is cygcheck.out Below is output from client and windows event viewer on server ? Filezilla 3.5.3

Rsync errors

2013-02-04 Thread Frank Fesevur
Hi, A while ago we upgraded our Ubuntu server to 12.04LTS and it now runs rsync 3.0.9. We use rsnapshot (and thus rsync) to backup a part of our Windows server. There is a default cygwin rsyncd running on that Windows server (not cwRsync). After this upgrade we always get a lot of these errors in

Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
Hello, I am trying to port my gtkmm program (that runs well on linux) to windows, but it seems there is a bug in gtkmm or the underlying gtk+ that keeps my program from starting. Now to debug that, I use the official method of building gtkmm with jhbuild (http://developer.gnome.org/gtkmm-tutor

Re: Using jhbuild on cygwin

2013-02-04 Thread marco atzeri
On 2/4/2013 2:12 PM, Jonas Platte wrote: Hello, I am trying to port my gtkmm program (that runs well on linux) to windows, but it seems there is a bug in gtkmm or the underlying gtk+ that keeps my program from starting. Now to debug that, I use the official method of building gtkmm with jhbuild (

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
On 02/04/13 13:32, marco atzeri wrote: On 2/4/2013 2:12 PM, Jonas Platte wrote: Hello, I am trying to port my gtkmm program (that runs well on linux) to windows, but it seems there is a bug in gtkmm or the underlying gtk+ that keeps my program from starting. Now to debug that, I use the official

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
I reinstalled libpng-devel and libxft-devel but that didn't change anything. Okay so here's the same thing with the whole output in english: $ jhbuild sysdeps --install W: glib has a dependency on unknown "gvfs" module W: gtk+ has a dependency on unknown "at-spi2-atk" module W: libproxy has a de

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
sorry forgot to send to the list and then replied again but without the correct message :-[ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsu

Re: Using jhbuild on cygwin

2013-02-04 Thread marco atzeri
On 2/4/2013 2:42 PM, Jonas Platte wrote: Jonas, probably you should start with a simpler package than jhbuild to learn the basics I reinstalled libpng-devel and libxft-devel but that didn't change anything. Okay so here's the same thing with the whole output in english: $ jhbuild sysdeps --ins

Re: Using jhbuild on cygwin

2013-02-04 Thread Peter Rosin
On 2013-02-04 14:57, marco atzeri wrote: > On 2/4/2013 2:42 PM, Jonas Platte wrote: >> libXft (xft.pc, required=2.0.0) > > Strange we have 2.3.1: Is it perhaps requiring exactly 2.0.0? Wouldn't it be required>=2.0.0 otherwise? (There where more instances of that that I elided) Cheers, Pete

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
On 02/04/13 13:57, marco atzeri wrote: On 2/4/2013 2:42 PM, Jonas Platte wrote: Jonas, probably you should start with a simpler package than jhbuild to learn the basics I reinstalled libpng-devel and libxft-devel but that didn't change anything. Okay so here's the same thing with the whole out

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
On 02/04/13 14:15, Peter Rosin wrote: On 2013-02-04 14:57, marco atzeri wrote: On 2/4/2013 2:42 PM, Jonas Platte wrote: libXft (xft.pc, required=2.0.0) Strange we have 2.3.1: Is it perhaps requiring exactly 2.0.0? Wouldn't it be required>=2.0.0 otherwise? Well some of the packages jhbui

Re: Using jhbuild on cygwin

2013-02-04 Thread marco atzeri
On 2/4/2013 3:31 PM, Jonas Platte wrote: check on the logs why the build system does not like it. I didn't find any in /var/log or the user dir. And jhbuilder --help only shows how to log the build process, not the sysdeps thing. look any "*.log" in the build directory you will never find b

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
On 02/04/13 15:26, marco atzeri wrote: On 2/4/2013 3:31 PM, Jonas Platte wrote: check on the logs why the build system does not like it. I didn't find any in /var/log or the user dir. And jhbuilder --help only shows how to log the build process, not the sysdeps thing. look any "*.log" in th

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
By the way, is it normal that the windows explorer doesn't show C:\cygwin\usr\lib? My cygwin installation is definitely in C:\cygwin and in the cygwin terminal I find /usr/lib. I've also set the option to show hidden files and unset the one that hides system files. -- Problem reports: ht

Location of /usr/lib [Was: Using jhbuild on cygwin]

2013-02-04 Thread Adam Dinwoodie
Jonas Platte wrote: > By the way, is it normal that the windows explorer doesn't show > C:\cygwin\usr\lib? My cygwin installation is definitely in C:\cygwin and in > the cygwin terminal I find /usr/lib. I've also set the option to show hidden > files and unset the one that hides system files. Yes.

Re: Using jhbuild on cygwin

2013-02-04 Thread marco atzeri
On 2/4/2013 4:33 PM, Jonas Platte wrote: By the way, is it normal that the windows explorer doesn't show C:\cygwin\usr\lib? My cygwin installation is definitely in C:\cygwin and in the cygwin terminal I find /usr/lib. I've also set the option to show hidden files and unset the one that hides syst

Re: openssh maintainer?

2013-02-04 Thread Christopher Faylor
On Mon, Feb 04, 2013 at 01:20:39PM +0100, Corinna Vinschen wrote: >On Jan 29 17:01, Linda Walsh wrote: >> Who is the person who ports/packages openssh for cygwin? > >That's me. > >> I was wondering if they could include the HPN patches (High Performance >> Networking) >> >> http://www.psc.edu/ind

Re: Unable to log in to SSH Server using Cygwin

2013-02-04 Thread Larry Hall (Cygwin)
On 2/4/2013 4:13 AM, Jeffrey Cheng wrote: Hello, I've been trying to set up an SSH server in Cygwin and I haven't been able to successfully log in to the localhost. Following some online tutorials, I have set up a public/private key pair, ran ssh-host-config and then when attempting to log in, I

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
So here is what I get when I start the builiding process for the initial jhbuild environment (jhbuild bootstrap). I did this many times before, and I also already used the "Give up on module" option, so that now everything except gettext and the meta-package that depends on all the 6 other modu

Re: xorg-server 1.13.1-1: problems with xterm

2013-02-04 Thread Christopher Faylor
On Mon, Feb 04, 2013 at 01:05:22PM -0500, gp1...@tx.rr.com wrote: >I originally posted this problem in cygwin-xfree mailing list, but I haven???t >got any answer yet: cygwin-xfree is the correct mailing list. Please use that mailing list for X-related questions. -- Problem reports: http:/

RE: Problem with Cygwin 1.7.17 + Bash and Grep...

2013-02-04 Thread Nellis, Kenneth
-Original Message- From: Vladimir Morales Tried google and found similar, but not the exact issue I'm seeing. I'm running Windows 7 and trying to run a simple bash one-liner using grep: [vmorales@D630-Vmorales ~]# uname -a CYGWIN_NT-6.1-WOW64 D630-Vmorales 1.7.17(0.262/5/3) 2012-10-19 14

Re: Using jhbuild on cygwin

2013-02-04 Thread Cygwin/X
On Mon, 04 Feb 2013 13:12:43 +, Jonas Platte wrote: > Hello, > I am trying to port my gtkmm program (that runs well on linux) to > windows, but it seems there is a bug in gtkmm or the underlying gtk+ > that keeps my program from starting. Now to debug that, I use the > official method of bui

Re: Problem with Cygwin 1.7.17 + Bash and Grep...

2013-02-04 Thread Vladimir Morales
So silly. Used pspad to reformat as UNIX(LF) and works as expected now. Thanks Ken. On Mon, Feb 4, 2013 at 4:06 PM, Nellis, Kenneth wrote: > -Original Message- > From: Vladimir Morales > > Tried google and found similar, but not the exact issue I'm seeing. > I'm running Windows 7 and tr

non-blocking accept() can hang.

2013-02-04 Thread Tanaka Akira
Hi. I found that non-blocking accept() can hang. The following test program shows the problem. % uname -mrsv CYGWIN_NT-5.1 1.7.17(0.262/5/3) 2012-10-19 14:39 i686 % cat tst-nonblocking.c #include #include #include #include #include #include #include #include void

Re: non-blocking accept() can hang.

2013-02-04 Thread Achim Gratz
Tanaka Akira fsij.org> writes: > I found that non-blocking accept() can hang. [...] Have you tried this with the latest snapshot already? Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygw