Re: [ANNOUNCEMENT] Updated: base-files-4.0-4

2011-03-16 Thread Matt Seitz (matseitz)
"David Sastre" wrote in message news:<20110314203139.ga9...@jethro.local.lan>... >On Mon, Mar 14, 2011 at 10:42:03AM -0700, Matt Seitz (matseitz) wrote: >> >> In the future, would you make available a list of changes that does not >> require first installing the package? I like to look at the li

Re: /etc/profile optimization and correctness

2011-03-16 Thread David Sastre
On Wed, Mar 16, 2011 at 07:31:28PM +1100, Brian Ha wrote: > Your fix: > > # Zero forks > > read -r PRINTER< > '/proc/registry/HKEY_CURRENT_USER/Software/Microsoft/Windows > NT/CurrentVersion/Windows/Device' > export PRINTER=${PRINTER%%,*} > > Broke my install: > > bash: /proc/registry/HKEY_CURR

Re: [ANNOUNCEMENT] Updated: base-files-4.0-4

2011-03-16 Thread David Sastre
On Mon, Mar 14, 2011 at 10:30:59PM +0100, David Sastre wrote: > On Mon, Mar 14, 2011 at 12:14:19PM +0100, Corinna Vinschen wrote: > > Hi David, > > > > I was just testing some experimental Cygwin code on Windows 2000. > > I now get this on every invocation of the shell: > > > > bash: /proc/regist

Re: ITP dos2unix 5.2.1-1

2011-03-16 Thread Charles Wilson
Moved to main cygwin list for more feedback. Background: currently the following utilities unix2dos dos2unix u2d d2u are all provided by the cygutils package. They are, in fact, all hardlinks/copies of the same 'conv.exe' program, developed specifically for cygwin.

[ANNOUNCEMENT] Updated: openssl-0.9.8r-2, openssl-devel-0.9.8r-2, libopenssl098-0.9.8r-2

2011-03-16 Thread Corinna Vinschen
I've updated the version of OpenSSL to 0.9.8r-2. This is a minor bugfix release, which contains a patch for a Cygwin specific issue. For details see http://cygwin.com/ml/cygwin/2011-03/msg00437.html To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ we

Re: Calling sem_wait() in DllMain( DLL_THREAD_DETACH) crashes

2011-03-16 Thread Corinna Vinschen
On Mar 16 11:00, Corinna Vinschen wrote: > On Mar 15 20:50, Jon TURNEY wrote: > > I did read through the UG looking for a statement like that, but the only > > thing I found was the caveat about mixing POSIX and Win32 calls to set cwd. > > Perhaps I overlooked something, or maybe it would be good i

Re: BLODA detection (was Re: Debugging help for fork failure: resource temporarily unavailable)

2011-03-16 Thread Ryan Johnson
On 2:59 PM, Henry S. Thompson wrote: Ryan Johnson writes: BTW, I found a good way to identify, if not fix, BLODA: given an app which loads no libraries at runtime -- such as 'ls' -- any dlls mentioned in /proc/$$/maps which cygcheck does not mention are probably dodgy. In my case, Windows Live

Re: How do I add a follow-on post to a thread in this mailing list?

2011-03-16 Thread Peter Binney
Many thanks indeed Mark - GMANE was prefect - so much easier than mucking around with "raw" mail messages. On 16 March 2011 07:11, Mark Geisert wrote: > Peter Binney writes: > [..no today please, reformatted..] >> >> But that reply has not appeared (though I go

Re: LS and TAR don't see any file permissions (

2011-03-16 Thread Peter Binney
Eric Blake redhat.com> writes: > > On 03/04/2011 11:12 AM, Peter Binney wrote: > > When running "ls -l" the permissions field shows as "--+". > > Which means that the owner has no permissions, but that there are ACLs > which allow others permissions. Not entirely unusual, given Windows

Re: mtr compilation problem

2011-03-16 Thread Kurt Franke
Olivier Lefevre yahoo.com> writes: > Re. raw sockets and the need for elevated privilege, > can't you use the RunAs trick to get around it? Also on Unix/Linux a raw socket cannot be used by a normal user. But the ping program is setuid root and thus can be called by any user. Unfortunatly there

Re: mtr compilation problem

2011-03-16 Thread Charles Wilson
On 3/16/2011 10:59 AM, Olivier Lefevre wrote: > Re. raw sockets and the need for elevated privilege, > can't you use the RunAs trick to get around it? Maybe. Or you could recode the underlying implementation to use, instead of the cygwin/posix socket interface, the Win32 ICMP dll services, just l

Re: SSHD [Windows Domain Controller]: fatal: chown(/dev/tty0, 500, 513) failed: Bad file descriptor. [SOLVED]

2011-03-16 Thread Bruno Galindro da Costa
Corina, my problem was solved!! I´ve only added the cyg_server user to "Admins do Dominio" domain group. This group is used by all domain admins and is a domain group, not a local group like "Administradores". Thank you! 2011/3/16 Bruno Galindro da Costa : > Corina, >   Please, can you dump the g

Re: mtr compilation problem

2011-03-16 Thread Olivier Lefevre
OK, I'll try. Thanks a lot. Re. raw sockets and the need for elevated privilege, can't you use the RunAs trick to get around it? -- O.L. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Un

Re: SSHD [Windows Domain Controller]: fatal: chown(/dev/tty0, 500, 513) failed: Bad file descriptor.

2011-03-16 Thread Bruno Galindro da Costa
Corina,   Please, can you dump the group policy settings of you test envirioment for compare with my group policy settings? Thanks. 2011/3/7 Corinna Vinschen > > On Mar  6 12:03, Bruno Galindro da Costa wrote: > > Corinna, > > > > The "Administradores" group is a local group used only by the > >

Re: How do I add a follow-on post to a thread in this mailing list?

2011-03-16 Thread Bruce Cran
On Tue, 15 Mar 2011 21:33:11 + Peter Binney wrote: > Many thanks - I'm using gmail. Any idea how I would do that with it? You should be able to import the mail via Settings -> Accounts and Import. Or, access the IMAP interface and copy the email over. -- Bruce Cran -- Problem reports:

[ANNOUNCEMENT] Updated: mingw64-x86_64-runtime-1.0b_svn4075-1

2011-03-16 Thread JonY
Version 1.0b_svn4075-1 of "mingw64-x86_64-runtime" has been uploaded. mingw64-x86_64-runtime provides library to interface with Windows. This package is specifically for the 64bit target toolchain. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-

[ANNOUNCEMENT] Updated: mingw64-x86_64-binutils-2.21.51-1

2011-03-16 Thread JonY
Version 2.21.51-1 of mingw64-x86_64-binutils have been uploaded. mingw64-x86_64-binutils contains Binutils for the MinGW-w64 Win64 toolchain. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: "

[ANNOUNCEMENT] Updated: mingw64-x86_64-gcc-4.5.2-1

2011-03-16 Thread JonY
Version 4.5.2-1 of mingw64-x86_64-gcc has been uploaded. mingw64-x86_64-gcc contains GCC for the MinGW-w64 Win64 toolchain. mingw64-x86_64-gcc has been rebuilt with the new runtime and headers. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-ann

Re: mtr compilation problem

2011-03-16 Thread Corinna Vinschen
On Mar 15 22:07, Olivier Lefevre wrote: > I am trying to compile mtr-0.80. configure completed without > errors but make puts: > > net.h:25:25: error: netinet/ip6.h: No such file or directory > net.h:26:27: error: netinet/icmp6.h: No such file or directory > > I couldn't find what additional pack

Re: Calling sem_wait() in DllMain( DLL_THREAD_DETACH) crashes

2011-03-16 Thread Corinna Vinschen
On Mar 15 20:50, Jon TURNEY wrote: > I did read through the UG looking for a statement like that, but the only > thing I found was the caveat about mixing POSIX and Win32 calls to set cwd. > Perhaps I overlooked something, or maybe it would be good if that was more > clearly documented. > > >> How

Re: How do I add a follow-on post to a thread in this mailing list?

2011-03-16 Thread Mark Geisert
Peter Binney writes: [..no today please, reformatted..] > >> But that reply has not appeared (though I got no delivery error > >> message). > > > > You might be able to save the "Raw text" version to disk and open it > > within your email client. Click "reply" an

Re: Bash/wget gets confused by trailing carriage return

2011-03-16 Thread Greg Chicares
On 2011-03-16 06:42Z, siegfr...@deleted.com wrote: > > #!/usr/bin/bash > /usr/bin/wget > ftp://mirrors.kernel.org/debian-cd/6.0.0/i386/iso-dvd/debian-6.0.0-i386-DVD-2.iso [...] > ==> SIZE debian-6.0.0-i386-DVD-2.iso\r ... done. > ==> PASV ... done. ==> RETR debian-6.0.0-i386-DVD-2.iso\r ... > No