Re: pciutils package

2012-09-04 Thread Christopher Faylor
On Wed, Sep 05, 2012 at 10:43:50AM +0530, shashank chaturvedi wrote: >>Hello cygwin, > > I am not able to get pciutils package in the cygwin >>package lists. >>How to get the pciutils package in the cygwin? >>Please give me some direction about this issue. > > >>If you search for '

Re: tar won't extract all files when a file with exe extension precedes the same without extension inside the archive

2012-09-04 Thread Christopher Faylor
On Wed, Sep 05, 2012 at 12:52:29AM +0100, Steven Hartland wrote: >Quite an old issue, Uh yeah. So really no need to resurrect it. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubs

Re:pciutils package

2012-09-04 Thread shashank chaturvedi
>Hello cygwin, > I am not able to get pciutils package in the cygwin >package lists. >How to get the pciutils package in the cygwin? >Please give me some direction about this issue. >If you search for 'pciutils' at the package search link below, you'll >find there's no available

[ITP] amanda 3.3.2

2012-09-04 Thread Mark O'Keefe
Hi, I had tried posting this to the cygwin-apps list, but it would appear that maybe I can't do that. So I'll post it hear for comment. For a while I had been interested in the Amanda package, but hadn't had the time to look into it. I recently had reason to investigate it further so decided

Re: perl man pages not working.

2012-09-04 Thread Larry Hall (Cygwin)
On 9/4/2012 4:07 PM, Erwin Waterlander wrote: Hi, I have installed the perl man pages via setup.exe, but they don't work: $ man perl No manual entry for perl It seems they are not there, while setup.exe says I have installed perl_manpages version 5.14.2-3. $ ls /usr/share/man/*/perl* ls: cann

Re: tar won't extract all files when a file with exe extension precedes the same without extension inside the archive

2012-09-04 Thread Steven Hartland
Quite an old issue, its due to the special handling of .exe files if you search the archives you'll find lots of mentions of it. Regards Steve - Original Message - From: "Aaron Schneider" $ touch myfile myfile.exe $ tar -cvf mytar.tar myfile.exe myfile $ tar -xvf mytar.t

Re: limitations of TLS using GCC's __thread keyword and Cygwin

2012-09-04 Thread Christopher Faylor
On Tue, Sep 04, 2012 at 10:50:09PM +0200, V??clav Zeman wrote: >On 09/04/2012 04:39 PM, Ryan Johnson wrote: >> On 04/09/2012 8:58 AM, V??clav Zeman wrote: >>> Hi. >>> >>> I am am porting a library that can use the __thread keyword in its >>> internals to provide thread local storage. Now, with MSVC

Re: limitations of TLS using GCC's __thread keyword and Cygwin

2012-09-04 Thread Václav Zeman
On 09/04/2012 04:39 PM, Ryan Johnson wrote: > On 04/09/2012 8:58 AM, Václav Zeman wrote: >> Hi. >> >> I am am porting a library that can use the __thread keyword in its >> internals to provide thread local storage. Now, with MSVC there is a >> limitation on pre-Vista Windows (see [1]) that DLLs usi

File access slow with using key authentication.

2012-09-04 Thread Maglinger, Paul
Running CYGWIN_NT-6.1-WOW64 1.7.16(0.262/5/3) on Windows 2008R2 box. When using SSH to come in through UNIX, we'd like to use public key authentication. The problem is that when we do it can take up to 5 minutes to even pull down a directory listing on a Windows share using ls -l from the Cygw

perl man pages not working.

2012-09-04 Thread Erwin Waterlander
Hi, I have installed the perl man pages via setup.exe, but they don't work: $ man perl No manual entry for perl It seems they are not there, while setup.exe says I have installed perl_manpages version 5.14.2-3. $ ls /usr/share/man/*/perl* ls: cannot access /usr/share/man/*/perl*: No such fil

[ANNOUNCEMENT] Updated: gdb-7.5.50-1

2012-09-04 Thread Christopher Faylor
I've made a new version of the gdb debugger available for installation. This version is a refresh from the main branch of the CVS repository on sourceware.org. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, please use the a

Re: ssh tunneling and keys - how to...

2012-09-04 Thread Antoniette
Solved. I needed to force some parameters to make it work. Connect to the first server... ssh -A -2 readonlyuser@firstserver -i ".ssh/id_rsa" (path to your private key) ...now connect to the second server... ssh readonlyuser@secondserver -- Problem reports: http://cygwin.com/problems.h

Re: Compilation issue after upgrading cygwin from 1.7.9 to 1.7.16

2012-09-04 Thread Earnie Boyd
On Tue, Sep 4, 2012 at 11:27 AM, marco atzeri wrote: > On 9/4/2012 4:42 PM, Caporossi Jérôme wrote: >> >> Hi, >> >> I've got a compilation issue after upgrading Cygwin. >> I am working with Metaware IDE, calling a dedicated compiler/linker called >> mcc. >> >> All the makefiles are generated by Met

Re: Compilation issue after upgrading cygwin from 1.7.9 to 1.7.16

2012-09-04 Thread marco atzeri
On 9/4/2012 4:42 PM, Caporossi Jérôme wrote: Hi, I've got a compilation issue after upgrading Cygwin. I am working with Metaware IDE, calling a dedicated compiler/linker called mcc. All the makefiles are generated by Metaware and the compilation is launched through gmake. Should you ask Syno

Compilation issue after upgrading cygwin from 1.7.9 to 1.7.16

2012-09-04 Thread Caporossi Jérôme
Hi, I've got a compilation issue after upgrading Cygwin. I am working with Metaware IDE, calling a dedicated compiler/linker called mcc. All the makefiles are generated by Metaware and the compilation is launched through gmake. In the makefile, mcc arguments is quite long (the mcc line is up to

Re: limitations of TLS using GCC's __thread keyword and Cygwin

2012-09-04 Thread Ryan Johnson
On 04/09/2012 8:58 AM, Václav Zeman wrote: Hi. I am am porting a library that can use the __thread keyword in its internals to provide thread local storage. Now, with MSVC there is a limitation on pre-Vista Windows (see [1]) that DLLs using __declspec(thread) (MSVC equivalent of GCC's __thread)

Re: ssh tunneling and keys - how to...

2012-09-04 Thread Antoniette
Now, from my local machine before connecting to the first server, I do ssh-add which adds my identity. Then I connect to the first remote server fine but still fails to connect to the second remote server. -- Problem reports: http://cygwin.com/problems.html FAQ: http:

Re: cygport (0.11.0): Installing dll's into perl site directories (not /usr/bin)

2012-09-04 Thread Mark O'Keefe
Ah. I had assumed that this stuff was basically correct in the makefiles. Wrong. Adding the -module to the appropriate libraries had the right outcome. Thanks for your help!! Now if only I could post to the cygwin-apps list. Currently nothing gets through on that one. Assume moderated and r

Re: curl (7.27.0-1), even curl --version, does not work

2012-09-04 Thread Larry Hall (Cygwin)
On 9/4/2012 9:50 AM, Regid Ichira wrote: Please cc your replies to the address this message is sent from. I am Regid, using another address. Continuing http://cygwin.com/ml/cygwin/2012-09/msg00020.html On Mon, 3 Sep 2012 12:54:45 +0200, Csaba Raduly wrote: On Mon, Sep 3, 2012 at 11:56 AM, Regi

Re: curl (7.27.0-1), even curl --version, does not work

2012-09-04 Thread marco atzeri
On 9/4/2012 3:50 PM, Regid Ichira wrote: Please cc your replies to the address this message is sent from. I am Regid, using another address. Continuing http://cygwin.com/ml/cygwin/2012-09/msg00020.html On Mon, 3 Sep 2012 12:54:45 +0200, Csaba Raduly wrote: On Mon, Sep 3, 2012 at 11:56 AM, Regi

RE: curl (7.27.0-1), even curl --version, does not work

2012-09-04 Thread Thrall, Bryan
FYI, please *attach* cygcheck output in the future so it doesn't clutter up search results. This: Regid Ichira wrote on 2012-09-04: >>> I do have it: >>> $ cygcheck -c cygwin >>> Cygwin Package Information >>> Package VersionStatus >>> cygwin 1.7.16-1 O

Re: curl (7.27.0-1), even curl --version, does not work

2012-09-04 Thread Regid Ichira
Please cc your replies to the address this message is sent from. I am Regid, using another address. Continuing http://cygwin.com/ml/cygwin/2012-09/msg00020.html On Mon, 3 Sep 2012 12:54:45 +0200, Csaba Raduly wrote: > On Mon, Sep 3, 2012 at 11:56 AM, Regid Ichira wrote: > > In reference to http

Re: ssh tunneling and keys - how to...

2012-09-04 Thread Antoniette
Brian Wilson ds.net> writes: > > You have your local computer connected to a second computer and want to go > fro > the second machine to a third machine (if I understand this). The connection > from the local machine to the second machine works; but the connection from > the second to the

Re: pciutils package

2012-09-04 Thread Larry Hall (Cygwin)
On 9/4/2012 1:45 AM, shashank chaturvedi wrote: Hello cygwin, I am not able to get pciutils package in the cygwin package lists. How to get the pciutils package in the cygwin? Please give me some direction about this issue. If you search for 'pciutils' at the package search l

[ANNOUNCEMENT] Updated: {lcms2/liblcms2_2/liblcms2-devel}-2.3-1: Little color management engine

2012-09-04 Thread Dr. Volker Zell
Hi New versions of 'lcms2/liblcms2_2/liblcms2-devel' have been uploaded to a server near you. o Update to latest upstream release o Build for cygwin 1.7.16 with gcc-4.5.3 o Uses cygport-0.11.0 for .hint files generation lcms2 NEWS: === Fixed a 0 byte allocation issue in _cmsCreat

ssh tunneling and private keys - how to...

2012-09-04 Thread Miguel A. Gonzalez-Sanchez
I need to ssh to a server and from there jump to another server. I created a public key and gave it to the administrator to install it on their side. I successfully connect to the first server but once in there, I cannot connect to the next server, I always get 'Permission denied'. My colleagu

Re: ssh tunneling and keys - how to...

2012-09-04 Thread Brian Wilson
You have your local computer connected to a second computer and want to go fro the second machine to a third machine (if I understand this). The connection from the local machine to the second machine works; but the connection from the second to the third does not work. You need to set up an s

limitations of TLS using GCC's __thread keyword and Cygwin

2012-09-04 Thread Václav Zeman
Hi. I am am porting a library that can use the __thread keyword in its internals to provide thread local storage. Now, with MSVC there is a limitation on pre-Vista Windows (see [1]) that DLLs using __declspec(thread) (MSVC equivalent of GCC's __thread) cannot be loaded using LoadLibrary() because

ssh tunneling and keys - how to...

2012-09-04 Thread Miguel A. Gonzalez-Sanchez
I need to ssh to a server and from there jump to another server. I created a public key and gave it to the administrator to install it on their side. I successfully connect to the first server but once in there, I cannot connect to the next server, I always get 'Permission denied'. My colle

Re: cygport (0.11.0): Installing dll's into perl site directories (not /usr/bin)

2012-09-04 Thread Yaakov (Cygwin/X)
On Tue, 2012-09-04 at 16:55 +1000, Mark O'Keefe wrote: > I don't have link errors, I have perl runtime errors when trying to execute > the > bootstrap of the C code for the modules. This is caused by the DLL's not > being > in the expected place. They were in /usr/bin and this is not in the sea