Re: .profile not sourced?

2011-04-06 Thread Andy Koppe
On 6 April 2011 11:04, David Sastre wrote: >> > On 4/5/2011 4:47 PM, philippe roux wrote: >> >> I have a file ~/.profile which contains some alias like >> >> and ./bash_profile file containing the lines > > When using bash as a login shell, the existence of .bash_profile > prevents from .profile be

Re: [1.7.9] bash: warning: setlocale: LC_COLLATE: cannot change locale (FR)

2011-04-06 Thread Andy Koppe
2011/4/5 Frédéric Bron: >> You mean after setting the locale in the mintty options? > > Yes > >> I don't think it's anything to do with the update. There's been no >> relevant change, and there's no good reason why Cygwin would set a >> locale like that. A valid one would be 'fr_FR'. I'd suspect so

Re: Python: subprocess running rsync causes broken socket in telnetlib

2011-04-06 Thread David Antliff
On Fri, Nov 12, 2010 at 16:19, David Antliff wrote: > > I'm reporting a problem I see on Cygwin because I do not see the same > behaviour on Ubuntu Linux - both systems are running Python 2.6.5. > > I have a script that opens a long-term telnet connection (telnetlib) > to a remote host. There is an

RE: NTFS write-protect flag translation (tar? rsync?) only one-way?

2011-04-06 Thread Christian Gelinek
-Original Message- From: Cygwin On Behalf Of Larry Hall (Cygwin) Sent: Wednesday, 6 April 2011 11:04 AM Subject: Re: NTFS write-protect flag translation (tar? rsync?) only one-way? >On 4/5/2011 8:35 PM, Christian Gelinek wrote: >> From: Cygwin On Behalf Of Larry Hall (Cygwin) >>> On 4/5/20

Re: Utility: winln, a drop-in replacement for ln(1)

2011-04-06 Thread Cyrille Lefevre
Le 06/04/2011 19:39, Daniel Colascione a écrit : On 4/6/2011 1:26 AM, Andy Koppe wrote: - Native symbolic links require administrator privileges and aren't available at all before Vista. They don't require administrator privilege per se: just SeCreateSymbolicLinkPrivilege, which can be grante

Re: Utility: winln, a drop-in replacement for ln(1)

2011-04-06 Thread Andy Koppe
On 6 April 2011 18:39, Daniel Colascione wrote: > On 4/6/2011 1:26 AM, Andy Koppe wrote: >> >> On 4 April 2011 21:30, Daniel Colascione wrote: >>> >>> Attached is a small program that behaves very similarly to ln(1), but >>> that >>> works with Windows hard and symbolic links instead of Cygwin ones

Re: Email "hangs"

2011-04-06 Thread Gary Furash
I have installed the SSL and the EMAIL packages. Normal network activities (like nslookup) seem to work fine. I have configured my email.conf and set EDITOR=VI. However, when I issue the EMAIL command, it just hangs, e.g., [11:24 AM] # email -V -c ~/.email.conf -t -- Opened config /cygdrive/c/user

Re: Utility: winln, a drop-in replacement for ln(1)

2011-04-06 Thread Daniel Colascione
On 4/6/2011 1:26 AM, Andy Koppe wrote: On 4 April 2011 21:30, Daniel Colascione wrote: Attached is a small program that behaves very similarly to ln(1), but that works with Windows hard and symbolic links instead of Cygwin ones. Successful use of this program requires Vista or newer, a user wi

Better perl rebase solutions

2011-04-06 Thread Reini Urban
For the upcoming perl-5.14.0 update I'm toying with this idea. Problem: Forked perl's with new XS dll's very often fail because of imagebase clashes. The current solution is perlrebase when such an error appears. We want to automatize perlrebase whenever you install a new XS extension (via cpan

listen socket / poll block

2011-04-06 Thread Thomas Stalder
Hello, I made a small application that block poll function. the result is : before pthread_create after pthread_create before poll before shutdown socket after shutdown socket before close socket after close socket under linux the result is: before pthread_create after pthread_create before p

Re: Fwd: octave updated to 3.4.0-3. Please test (strcat error)

2011-04-06 Thread Christopher Faylor
On Wed, Apr 06, 2011 at 03:54:05PM +0900, Tatsuro MATSUOKA wrote: >Hello > >I have confirmed that octave-3.4.0-3 fails to plot on cygwin 1.7.9-1 but not >1.7.8-1. We don't need confirmation that octave doesn't work. We need to know if rebasing works around the problem. -- Problem reports:

Re: .profile not sourced?

2011-04-06 Thread David Sastre
On Wed, Apr 06, 2011 at 07:16:06AM +0100, Andy Koppe wrote: > > On 4/5/2011 4:47 PM, philippe roux wrote: > >> I have a file ~/.profile which contains some alias like > >> and ./bash_profile file containing the lines When using bash as a login shell, the existence of .bash_profile prevents from .p

Re: Utility: winln, a drop-in replacement for ln(1)

2011-04-06 Thread Andy Koppe
On 4 April 2011 21:30, Daniel Colascione wrote: > Attached is a small program that behaves very similarly to ln(1), but that > works with Windows hard and symbolic links instead of Cygwin ones. >  Successful use of this program requires Vista or newer, a user with > SeCreateSymbolicLinkPrivilege, a

Re: .profile not sourced?

2011-04-06 Thread philippe roux
Le 06/04/2011 00:01, Larry Hall (Cygwin) a écrit : Do what cygwin.bat does - invoke bash as a login shell: run mintty -e /bin/bash --login -i thank you for all explanations, Philippe -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ D