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
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
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
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
-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
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:/
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
(
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
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
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
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:
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
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
28 matches
Mail list logo