Re: Error from Perl when running git add -p

2015-03-11 Thread Andrew DeFaria
On 3/11/2015 4:20 PM, James Darnley wrote: (Now I need a different message and to remember to uncheck encryption.) Earlier today I ran setup.exe to update Cygwin and packages. Now when I try to use git add -p (one of its iterative modes) I get an error from Perl (I assume) that it cannot find E

Re: Non-privileged use can't logon

2015-03-11 Thread Max Rockliff
nna, >> You're a magician. It seems to have fixed the problem, or at least provided >> an effective workaround. Here's a transcript (kinda) >> 1. Downloaded the new cygwin1-20150311.dll.xz (PS. Kudos for using a >> mmdd format in the name - I always do, but

Error from Perl when running git add -p

2015-03-11 Thread James Darnley
(Now I need a different message and to remember to uncheck encryption.) Earlier today I ran setup.exe to update Cygwin and packages. Now when I try to use git add -p (one of its iterative modes) I get an error from Perl (I assume) that it cannot find Error.pm in @INC (I should really learn to no

Error from Perl when running git add -p

2015-03-11 Thread James Darnley
binr0F4JA2_nu.bin Description: PGP/MIME version identification encrypted.asc Description: OpenPGP encrypted message

g++4.9.2 fails to compile standard C++11 code

2015-03-11 Thread Vlad Gheorghiu
The following code fails to compile under latest cygwin, Windows 7, g++4.9.2. Compiled with g++ -std=c++11 test.cpp. The compiler complains that std::log2 is not a member of std. #include #include int main() { auto x = std::log2(10); std::cout << x << std

Post install error

2015-03-11 Thread Chloe
I updated Cygwin but now whenever I run setup, I get this error. How do I fix it? Package: _/_update-info-dir update-info-dir.sh exit code 127 /var/log/setup.log.full - ... 2015/03/11 17:57:05 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/u

Local accounts can't login via ssh, but domain accounts can

2015-03-11 Thread Rodney Beede
I am having an issue where domain accounts can login to my Cygwin OpenSSH server, but local user accounts cannot. I have tested on two separate computers with the following setup: Windows 7 64-bit (both Ultimate and Enterprise editions) w/SP1 Cygwin - setup-x86_64.exe setup-version 2.8

Re: wget 1.16.2-1 does not work

2015-03-11 Thread Achim Gratz
Ulf-Dietrich Braumann writes: > Hi, in the meantime I could fix the missing functionality of wget > 1.16.2-1 > by simply giving a second try to (solely) upgrade wget from 1.16.1-1 > to 1.16.2-1. Suddenly a lot of packages wget 1.16.1-1 apparently was > not depending on appeared on the resolving de

[ANNOUNCEMENT] New: maxima-5.35.1-1

2015-03-11 Thread Achim Gratz
TL;DR: Maxima is now available for Cygwin on both architectures. Please install the maxima-exec-clisp package. Many thanks to Ken Brown for providing the clisp packages that were needed for Maxima for Cygwin. Maxima - Computer Algebra System Maxima is a system

Re: backtrace(3) in Cygwin?

2015-03-11 Thread Corinna Vinschen
On Mar 11 18:41, David Stacey wrote: > On 11/03/15 17:22, Corinna Vinschen wrote: > >On Mar 11 17:10, David Stacey wrote: > >>Please could you tell me if Cygwin supports backtrace(3) and > >>backtrace_symbols(3) [1]? I can't find the execinfo.h header file, but > >>presumably Cygwin is capable of g

Re: sshd PID changed

2015-03-11 Thread Mark Geisert
Kizito Porta Balanyà writes: > No one is interested in this commented behaviour ? > Or it is expected as designed ? > > Thanks a lot for your time. > > 2015-03-10 10:16 GMT+01:00 Kizito Porta Balanyà: > > I'm receiving some rare monit messages related to the sshd service. > > > > The service "cyg

Re: wget 1.16.2-1 does not work

2015-03-11 Thread Ulf-Dietrich Braumann
Hi, in the meantime I could fix the missing functionality of wget 1.16.2-1 by simply giving a second try to (solely) upgrade wget from 1.16.1-1 to 1.16.2-1. Suddenly a lot of packages wget 1.16.1-1 apparently was not depending on appeared on the resolving dependeny list (see below). So finally

Re: Non-privileged use can't logon

2015-03-11 Thread Daniel
Hi Max, Max Rockliff wrote: Hey Corinna, You're a magician. It seems to have fixed the problem, or at least provided an effective workaround. Here's a transcript (kinda) 1. Downloaded the new cygwin1-20150311.dll.xz (PS. Kudos for using a mmdd format in the name - I alwa

Re: backtrace(3) in Cygwin?

2015-03-11 Thread David Stacey
On 11/03/15 17:22, Corinna Vinschen wrote: On Mar 11 17:10, David Stacey wrote: Please could you tell me if Cygwin supports backtrace(3) and backtrace_symbols(3) [1]? I can't find the execinfo.h header file, but presumably Cygwin is capable of generating a backtrace because the 'bt' command work

Re: backtrace(3) in Cygwin?

2015-03-11 Thread Yaakov Selkowitz
On Wed, 2015-03-11 at 17:10 +, David Stacey wrote: > Please could you tell me if Cygwin supports backtrace(3) and > backtrace_symbols(3) [1]? I can't find the execinfo.h header file It does not. However, if anyone has cycles to implement it, that would be nice. You may wish to see how WebKi

Re: backtrace(3) in Cygwin?

2015-03-11 Thread Corinna Vinschen
On Mar 11 17:10, David Stacey wrote: > Please could you tell me if Cygwin supports backtrace(3) and > backtrace_symbols(3) [1]? I can't find the execinfo.h header file, but > presumably Cygwin is capable of generating a backtrace because the 'bt' > command works in gdb. GDB's `bt' implementation h

backtrace(3) in Cygwin?

2015-03-11 Thread David Stacey
Please could you tell me if Cygwin supports backtrace(3) and backtrace_symbols(3) [1]? I can't find the execinfo.h header file, but presumably Cygwin is capable of generating a backtrace because the 'bt' command works in gdb. Thanks in advance for your help, Dave. [1] - http://linux.die.net/

Re: PTY dies when master in parent process is closed.

2015-03-11 Thread Corinna Vinschen
On Mar 11 17:48, Corinna Vinschen wrote: > Hi Takashi, > > On Mar 8 16:37, Takashi Yano wrote: > > On Fri, 6 Mar 2015 20:07:10 +0900 > > Takashi Yano wrote: > > > > > On Thu, 5 Mar 2015 14:58:39 +0100 > > > Corinna Vinschen wrote: > > > > > > > I applied a patch. Please have a look. > > > >

Re: PTY dies when master in parent process is closed.

2015-03-11 Thread Corinna Vinschen
Hi Takashi, On Mar 8 16:37, Takashi Yano wrote: > On Fri, 6 Mar 2015 20:07:10 +0900 > Takashi Yano wrote: > > > On Thu, 5 Mar 2015 14:58:39 +0100 > > Corinna Vinschen wrote: > > > > > I applied a patch. Please have a look. > > > > I have tested the latest CVS version, and found > > a new pr

Re: Non-privileged use can't logon

2015-03-11 Thread max.rockl...@bigpond.com
ough. I just >>> uploaded a new developer snapshot to https://cygwin.com/snapshots/ >>> >>> Just fetch the latest 32 bit cygwin1.dll, >>> http://cygwin.com/snapshots/x86/cygwin1-20150311.dll.xz >>> >>> Unxz it, chmod +x it. Stop all Cygwin proce

Re: Non-privileged use can't logon

2015-03-11 Thread Corinna Vinschen
st fetch the latest 32 bit cygwin1.dll, >> http://cygwin.com/snapshots/x86/cygwin1-20150311.dll.xz >> >> Unxz it, chmod +x it. Stop all Cygwin processes. In Windows >> Explorer, open the C:\cygwin\bin directory. Rename the original >> cygwin1.dll to cygwin1.dll.ORIG.

RE: Non-privileged use can't logon

2015-03-11 Thread Max Rockliff
Hey Corinna, You're a magician. It seems to have fixed the problem, or at least provided an effective workaround. Here's a transcript (kinda) 1. Downloaded the new cygwin1-20150311.dll.xz (PS. Kudos for using a mmdd format in the name - I always do, but so many don't 2.

Re: sshd PID changed

2015-03-11 Thread Kizito Porta Balanyà
Hello, No one is interested in this commented behaviour ? Or it is expected as designed ? Thanks a lot for your time. 2015-03-10 10:16 GMT+01:00 Kizito Porta Balanyà : > Hello, > > I'm receiving some rare monit messages related to the sshd service. > > The service "cygrunsrv sshd" is not restar

Re: Non-privileged use can't logon

2015-03-11 Thread Corinna Vinschen
a workaround for the problem, though. I just uploaded a new developer snapshot to https://cygwin.com/snapshots/ Just fetch the latest 32 bit cygwin1.dll, http://cygwin.com/snapshots/x86/cygwin1-20150311.dll.xz Unxz it, chmod +x it. Stop all Cygwin processes. In Windows Explorer, open the C:\cygwi

RE: Non-privileged use can't logon

2015-03-11 Thread Max Rockliff
Ok. Let's see if I can answer all your questions. I'm logging on with a password I'm running 32bit Vista Ultimate - Windows6.06.6002, Service Pack 2 (sorry, I think I said Home Premium before) I installed the 32 Cygwin using setup-x86.exe icacls c:/Windows/System32/userenv.dll produces the follo

Re: Non-privileged use can't logon

2015-03-11 Thread Corinna Vinschen
On Mar 11 18:19, Max Rockliff wrote: > Hi, > > I'm raising this question again, after having removed CYGWIN SSHD and > resinstalled. > > I am unable to execute an SSH @localhost. I am prompted for the > password and successfully logged on, only to receive an error message (see > below) and the s