Re: [mosh-devel] mosh 1.2.3 error when using on Cygwin

2012-11-06 Thread nyc4bos
Reini Urban writes: > On 11/05/2012 06:47 PM, nyc4...@aol.com wrote: >> After starting up mosh on Cygwin and then attempting to type >> `ls', I see the following on my screen: >> >> $ ls select: No error >> >> >> mosh did not shut down cleanly. Please note that the >> mosh-server process may stil

Re: Problem with HTTPS in LWP module in Perl

2012-11-06 Thread Björn Kautler
2012/11/6 Helmut Karlowski : > Achim Gratz, 06.11.2012 17:48:19: > > >> This has nothing to do with Cygwin, the same error happens on Linux: >> >> $ perl -e 'use LWP::Simple;' -e '($r=get("https://www.geocaching.com";)) or >> print "$!\n$@\n";print "$r\n";' >> Connection reset by peer >> Can't conn

Re: Problem with HTTPS in LWP module in Perl

2012-11-06 Thread Björn Kautler
2012/11/6 Achim Gratz : > Björn Kautler writes: >> I'm having a problem with https requests to >> "https://www.geocaching.com"; in perl. > > This has nothing to do with Cygwin, the same error happens on Linux: > > $ perl -e 'use LWP::Simple;' -e '($r=get("https://www.geocaching.com";)) or > print

Re: ls / under chroot

2012-11-06 Thread Christopher Faylor
On Tue, Nov 06, 2012 at 05:40:48PM +0100, marco atzeri wrote: >On 11/6/2012 5:30 PM, Pierre A. Humblet wrote: >> The following output was observed when implementing anonymous ftp (chrooted) >> on XP with the latest Cygwin >> Looks like the /cygdrive, /dev and /proc entries are generated even for >>

Re: Problem with HTTPS in LWP module in Perl

2012-11-06 Thread Helmut Karlowski
Achim Gratz, 06.11.2012 17:48:19: This has nothing to do with Cygwin, the same error happens on Linux: $ perl -e 'use LWP::Simple;' -e '($r=get("https://www.geocaching.com";)) or print "$!\n$@\n";print "$r\n";' Connection reset by peer Can't connect to www.geocaching.com:443 Just got this

Re: Problem with HTTPS in LWP module in Perl

2012-11-06 Thread Achim Gratz
Björn Kautler writes: > I'm having a problem with https requests to > "https://www.geocaching.com"; in perl. This has nothing to do with Cygwin, the same error happens on Linux: $ perl -e 'use LWP::Simple;' -e '($r=get("https://www.geocaching.com";)) or print "$!\n$@\n";print "$r\n";' Connection

Re: ls / under chroot

2012-11-06 Thread marco atzeri
On 11/6/2012 5:30 PM, Pierre A. Humblet wrote: The following output was observed when implementing anonymous ftp (chrooted) on XP with the latest Cygwin Looks like the /cygdrive, /dev and /proc entries are generated even for chrooted / ftp> ls 200 PORT command successful. 150 Opening ASCII mode

ls / under chroot

2012-11-06 Thread Pierre A. Humblet
The following output was observed when implementing anonymous ftp (chrooted) on XP with the latest Cygwin Looks like the /cygdrive, /dev and /proc entries are generated even for chrooted / ftp> ls 200 PORT command successful. 150 Opening ASCII mode data connection for '/bin/ls'. total 24 dr-xr-xr-

Re: [mosh-devel] mosh 1.2.3 error when using on Cygwin

2012-11-06 Thread Reini Urban
On 11/05/2012 06:47 PM, nyc4...@aol.com wrote: After starting up mosh on Cygwin and then attempting to type `ls', I see the following on my screen: $ ls select: No error mosh did not shut down cleanly. Please note that the mosh-server process may still be running on the server. [mosh is exiti

Re: Problem with HTTPS in LWP module in Perl

2012-11-06 Thread Björn Kautler
Yes, seems so, same here with links. But I don't think this is about missing certificates. On Ubuntu it works fine for me and with another server (https://www.kautler.net) where only an expired self-signed certifcate is present, it says that the "Certificate verify failed" if PERL_LWP_SSL_VERIFY_HO

Re: Problem with HTTPS in LWP module in Perl

2012-11-06 Thread Helmut Karlowski
Björn Kautler, 06.11.2012 11:57:32: Hi, I think you have hit exactly the same problem than me as far as i can tell from your output, though I didn't use lwp-request but LWP::UserAgent, but I tried with lwp-request and it is the same. Let The same happens with links: links https://www.geocach

Re: Problem with HTTPS in LWP module in Perl

2012-11-06 Thread Björn Kautler
Hi, I think you have hit exactly the same problem than me as far as i can tell from your output, though I didn't use lwp-request but LWP::UserAgent, but I tried with lwp-request and it is the same. Let me explain inline in your mail what I think happened during your tries. 2012/11/1 Reini Urban :