Re: Mosh connection errors

2017-01-30 Thread John Hood
(I'm one of the Mosh maintainers, but I happen to be here too.) The usual cause of this is the ssh session not being able to find mosh-server on the remote server. Try 'ssh -t root@host -- mosh-server' to simplify debugging a bit. What OS and Mosh version do you have on the server? regards

Re: cygcheck and literal plus sign

2017-01-30 Thread Steven Penny
On Mon, 30 Jan 2017 18:30:19, Jon Turney wrote: > I added a workaround to the script so that corresponding decoding ('+' > -> ' ') is skipped if it looks like a cygcheck request ('text=1'), so > this should be working again Confirmed fixed, thanks. -- Problem reports: http://cygwin.com/p

Re: cygcheck and literal plus sign

2017-01-30 Thread Jon Turney
On 28/01/2017 03:01, Steven Penny wrote: On Mon, 27 Jan 2014 16:43:23, Steven Penny wrote: $ cygcheck -p 'g\x2b\x2b.exe' I think this relies on this being interpreted as a PCRE regex, which hasn't been the case for a while, since some server-side changes. It looks like this is broken a

Re: Why is popen from stdio.h disabled with -std=c++11?

2017-01-30 Thread Yaakov Selkowitz
On 2017-01-30 10:41, Пётр Б. wrote: Why is popen from stdio.h disabled with -std=c++11? I am trying to grasp it and I can't. It is exposed if -std=c11 but not for c++11. No, it's not, you get an implicit function declaration warning in C. C++ is simply less forgiving (which is not a bad thing

Re: /etc/rebase.db.x86_64 writeable by group None

2017-01-30 Thread Eliot Moss
On 1/30/2017 11:35 AM, Andrey Repin wrote: Greetings, Bengt Larsson! On my system /etc/rebase.db.x86_64 is writable by group None. It is writable by the group with which you've installed Cygwin the first time. Assuming you've never changed it. In any case, your report lacking any details nece

Re: /etc/rebase.db.x86_64 writeable by group None

2017-01-30 Thread Andrey Repin
Greetings, Bengt Larsson! > On my system /etc/rebase.db.x86_64 is writable by group None. It is writable by the group with which you've installed Cygwin the first time. Assuming you've never changed it. In any case, your report lacking any details necessary to investigate. -- With best regards

Why is popen from stdio.h disabled with -std=c++11?

2017-01-30 Thread Пётр Б .
See usr/include/stdio.h:343 (2016.12.16) Why is popen from stdio.h disabled with -std=c++11? I am trying to grasp it and I can't. It is exposed if -std=c11 but not for c++11. What is the problem and can it be solved? Why does -std=c++11 prevent POSIX visibility? MinGW exposes popen as _popen, co

Re: Bug in lrzip 0.631-1 (32 bit version) with -d -o - options

2017-01-30 Thread David Balažic
I tried in Ubuntu 32 bit (both the packaged lrzip and a self compiled one) and there the problem does not happen, so it looks like either: - bad lrzip in cygwin - cygwin pipe issues? Regards, David On 25 January 2017 at 23:15, David Balažic wrote: > Hi! > > The 32 bit version of lrzip 0.631-

Re: Debugging MariaDB Severe Crash (mysqld daemon dies)

2017-01-30 Thread Keith Christian
OwN-3m-All, If no one from the Cygwin team answers here, perhaps run Cygwin setup and install the source package from Cygwin and re-compile with all debugging turned on (however that's done in MariaDB.) Only a suggestion, I'm not an expert in the recent changes to Cygwin, all of which have been

Re: X colormap problem when viewed via Microsoft Remote Desktop

2017-01-30 Thread Jon Turney
On 29/01/2017 03:16, jeff_sche...@att.net wrote: After a fairly recent update of cygwin, I now find that all my X windows (xterm, emacs, etc.) have color and font problems. Non-x terminal windows are fine. Windows 7 is running as a VM on an esxi hypervisor, so I view it remotely with Microsoft

[ANNOUNCEMENT] Updated: {gd/libgd3/libgd-devel}-2.2.4-1: A library for the dynamic creation of images by programmers

2017-01-30 Thread Dr . Volker Zell
Hi New versions of 'gd/libgd3/libgd-devel' have been uploaded to a server near you. o Build for cygwin 2.6.1 with gcc-5.4.0 o Update to latest upstream release gd NEWS: Security gdImageCreate() doesn't check for oversized images and as such is prone to DoS vulnerabilities. (

[ANNOUNCEMENT] Updated: octave forge packages

2017-01-30 Thread Marco Atzeri
New version of octave-bim 1.1.5-2 octave-bsltl 1.1.1-1 octave-cgi 0.1.2-2 octave-control 3.0.0-2 octave-data-smoothing1.3.0-3 octave-database 2.4.1-2 octave-dataframe 1.1.0r244-2 octave-devel

[ANNOUNCEMENT] Updated: glpk-4.61-1

2017-01-30 Thread Marco Atzeri
Version 4.61-1 of glpk libglpk40 libglpk-devel have been uploaded for cygwin. The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C

[ANNOUNCEMENT] Updated: pure-ftpd-1.0.44-1

2017-01-30 Thread Marco Atzeri
Version 1.0.44-1 of pure-ftpd have been uploaded for cygwin. CHANGES Latest upstream release. DESCRIPTION Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. It doesn't provide useless bells and whistles, but focuses on efficiency and ease of use HOMEP

Timestamp going backwards

2017-01-30 Thread Fergus
Never seen this before: I updated Cygwin about 5 hours ago using setup.ini with timestamp 1485762241 downloaded from ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/cygwin/x86/setup*ini* Just interrogated the same site again. The timestamp is 1485760326. Perplexing. -- Problem reports:

Guile update? Missing `scandir`

2017-01-30 Thread Václav Haisman
Hi. My project is using Autogen to generate makefiles but it used `scandir` function which appears to be missing from the version of Guile that Cygwin package provides. Would it be possible to update Guile to something more recent which does contain the `scandir` function implementation? See also

Re: dirent.d_type is not working on Cygwin symbolic links.

2017-01-30 Thread Csaba Raduly
On Sun, Jan 29, 2017 at 8:34 PM, Thomas Wolff wrote: > Am 29.01.2017 um 20:17 schrieb waterlan: >> >> Christian Franke schreef op 2017-01-29 12:15: >>> >>> waterlan wrote: The dirent.d_type value for Cygwin symbolic links is 0 (DT_UNKNOWN). The value is 10 (DT_LNK) for Windows nativ