Re: Cygwin permissions gone after move

2012-01-28 Thread Andrey Repin
Greetings, ! > Finally! > When I setting up ssh, cron, etc. They doesn't have permissions to > write changes to anything. > Since all the files and dirs are d--- --- ---. No. They aren't "d--- --- ---" They are "d--- --- --- +" < notice the "+" thing. This means the entry have ACL's at

Re: OpenSSH ssh-agent regression in 5.9p1-1: "Could not open a connection to your authentication agent" error

2012-01-28 Thread Markus Schönhaber
28.01.2012 22:00, Philip Lowman: > There appears to be a regression in the most recent OpenSSH cygwin > package (5.9p1-1, built 1/18/2012) related to the ssh-agent program. I see that too. > The ssh-add program is unable to add SSH keys because the ssh-agent > program doesn't appear to be creatin

OpenSSH ssh-agent regression in 5.9p1-1: "Could not open a connection to your authentication agent" error

2012-01-28 Thread Philip Lowman
There appears to be a regression in the most recent OpenSSH cygwin package (5.9p1-1, built 1/18/2012) related to the ssh-agent program. The ssh-add program is unable to add SSH keys because the ssh-agent program doesn't appear to be creating its socket file properly in /tmp. Platform: Windows 7 6

Re: Cygwin permissions gone after move

2012-01-28 Thread 斟酌鵬兄
Finally! When I setting up ssh, cron, etc. They doesn't have permissions to write changes to anything. Since all the files and dirs are d--- --- ---. But then I've changed those to drwx --- --- using 'chmod u+rwx / -R' and then another problem, permissions were fixed but it seems it also really cha

Re: "git clone" over ssh fails intermittently w/snapshot 20120123

2012-01-28 Thread Christopher Faylor
On Fri, Jan 27, 2012 at 02:32:54PM -0800, Kevin Layer wrote: >I don't know what happened to the email in transit, but much >information at the head of the email was chopped off. From my outbox, >here's the missing bit: > >* > >This is the failure mode: > >$ rm -fr test; git clone g

Re: Perl system() function works sometimes.

2012-01-28 Thread Reini Urban
On Fri, Jan 27, 2012 at 3:50 PM, Gary E. Barnes wrote: > perl -e 'system ("/bin/ls -l /tmp");'                   # still works > perl -e 'system ("/bin/ls -l /tmp > /tmp/xxx");'        # no longer works > perl -e 'system ("(/bin/ls -l /tmp>");'                 # no longer works > > Perl's system()

Re: Cygwin permissions gone after move

2012-01-28 Thread Andrey Repin
Greetings, TCP! > Hi, > I'm new in cygwin. I installed cygwin at C:\cygwin and after I decided > to move it to D:\cygwin > After the moving. The permissions are gone but I got: You can NOT move between different partitions. Only copy. And when you copy, permission inheritance takes place. > $ l

Re: Problems with UNC filenames passed to bash when called from a windows shortcut

2012-01-28 Thread Andrey Repin
Greetings, john refling! > This is hard to explain in words, but here goes... > I have noticed that some filenames (with spaces) specified as UNC paths are > not passed properly as positional parameters at the cygwin / windows > interface. http://sourceware.org/ml/cygwin/2011-06/msg00246.html W