Re: MinTTY 0.3.3

2009-01-09 Thread Christopher Faylor
On Fri, Jan 09, 2009 at 10:21:42PM -0700, Andrew DeFaria wrote: > Michael Lemke wrote: >> I just don't get it. What's wrong with rxvt? I've been using it for years >> as my only terminal for cygwin and never understood why it isn't the >> default. > While I agree, rxvt does have problems with pr

Re: MinTTY 0.3.3

2009-01-09 Thread Andrew DeFaria
Michael Lemke wrote: I just don't get it. What's wrong with rxvt? I've been using it for years as my only terminal for cygwin and never understood why it isn't the default. While I agree, rxvt does have problems with programs written for the DOS style console output (e.g. cleartool from IBM/Ra

automate SSH-HOST-CONFIG

2009-01-09 Thread blazt
How can I automate this process? If I do a ssh-host-config -y it works fine all the way up to asking about the privileged account. I want to use this account and can add the password to the command line parameter but how can I answer yes for the first part but no when it comes to this question? T

Re: Octave has stopped running for me - no error msg

2009-01-09 Thread René Berber
Bruce McNamara wrote: >>> When I run echo $? after running octave I get: 53 >> That means you're missing a DLL octave needs to run. Run >> 'cygcheck octave' and look for DLL(s) it reports missing. Then, look >> up the packages that contain the DLL(s) that are missing with >>

RE: Octave has stopped running for me - no error msg

2009-01-09 Thread Bruce McNamara
>> When I run echo $? after running octave I get: 53 > > That means you're missing a DLL octave needs to run. Run > 'cygcheck octave' and look for DLL(s) it reports missing. Then, look > up the packages that contain the DLL(s) that are missing with > . Install those

Re: Octave has stopped running for me - no error msg

2009-01-09 Thread Larry Hall (Cygwin)
Bruce McNamara wrote: Bruce McNamara wrote: Before: I have cygwin (ver 1.5.25-15) with octave (ver 3.0.2-1), X and a few other packages. My OS is XP with Service Pack 3. Everything works fine. Possible cause: I installed the GNUARM tools Argh. http://cygwin.com/acronyms/#3PP alert!

Re: Octave has stopped running for me - no error msg

2009-01-09 Thread Bruce McNamara
> Bruce McNamara wrote: >> Before: I have cygwin (ver 1.5.25-15) with octave (ver 3.0.2-1), X and a >> few other packages. My OS is XP with Service Pack 3. Everything works >> fine. >> >> Possible cause: I installed the GNUARM tools > > Argh. http://cygwin.com/acronyms/#3PP alert! > >> After:

Re: Octave has stopped running for me - no error msg

2009-01-09 Thread Dave Korn
Bruce McNamara wrote: > Before: I have cygwin (ver 1.5.25-15) with octave (ver 3.0.2-1), X and a > few other packages. My OS is XP with Service Pack 3. Everything works > fine. > > Possible cause: I installed the GNUARM tools Argh. http://cygwin.com/acronyms/#3PP alert! > After: When I run o

Re: Empty include file on samba share

2009-01-09 Thread Dave Korn
Fabian Cenedese wrote: > make: Entering directory `Q:/Machine/Control' > gcc.exe -mcpu=603 -c -g -fno-exceptions -fno-rtti -Wall -Wconversion > -Wsign-compare -O2 -fverbose-asm \ > -S \ > -IN:/IMD/Include32 -IQ:/Machine/Control/firmware/info_ppc/inc > -IQ:/Machine/Control/firmwar

Octave has stopped running for me - no error msg

2009-01-09 Thread Bruce McNamara
Before: I have cygwin (ver 1.5.25-15) with octave (ver 3.0.2-1), X and a few other packages.  My OS is XP with Service Pack 3.  Everything works fine. Possible cause: I installed the GNUARM tools and a Windows app called "Total Commander".  I can't think of what else I might have done between th

Re: cygrunsrv autossh - tunnel does not come up

2009-01-09 Thread Andrew Schulman
> > Hm, I'm surprised to hear that. I haven't run autossh as a service in a > > while, > > but when I did it worked very reliably for me. Can you tell me anything > > more > > about how or why it fails to start? > > No, sorry, there's no useful information on the events or on any log; I > just

Re: New Cygwin User, Cygwin doesn't seem to see my hardrive

2009-01-09 Thread Larry Hall (Cygwin)
Greg Chicares wrote: On 2009-01-09 14:18Z, Bluehat85 wrote: I cannot navigate to the C: directory http://www.cygwin.com/faq/faq.using.html#faq.using.accessing-drives or to My Documents http://www.cygwin.com/faq/faq.using.html#faq.using.filename-spaces You would also likely benefit from t

Re: cygrunsrv autossh - tunnel does not come up

2009-01-09 Thread René Berber
Andrew Schulman wrote: > Hm, I'm surprised to hear that. I haven't run autossh as a service in a > while, > but when I did it worked very reliably for me. Can you tell me anything more > about how or why it fails to start? No, sorry, there's no useful information on the events or on any log; I

Re: Empty include file on samba share

2009-01-09 Thread Larry Hall (Cygwin)
Fabian Cenedese wrote: At 11:28 08.01.2009 -0500, Larry Hall (Cygwin) wrote: 1. Your installation is outdated. You may have better luck if you upgrade. I might try that, but I guess I need to rebuild the tools to use 1.7. I have now used gcc 3.4.3. and 4.1. with exactly the same cygwin1.d

Re: New "ldd" binary in snapshot and eventually in release

2009-01-09 Thread Christopher Faylor
On Fri, Jan 09, 2009 at 12:05:45PM -0500, Christopher Faylor wrote: >Last night, after seeing a request on irc, I did something that I've >been meaning to do for many years - I wrote an "ldd" for Cygwin. > >The tricky part about writing ldd is getting it to display the load >addresses of dlls that

New "ldd" binary in snapshot and eventually in release

2009-01-09 Thread Christopher Faylor
Last night, after seeing a request on irc, I did something that I've been meaning to do for many years - I wrote an "ldd" for Cygwin. The tricky part about writing ldd is getting it to display the load addresses of dlls that a program uses. I accomplished that by running the program up to its ent

Re: MinTTY 0.3.3

2009-01-09 Thread Michael Lemke
Danilo Turina alcatel-lucent.it> writes: > > Thorsten Kampe wrote: > > * Andy Koppe (Thu, 08 Jan 2009 23:17:15 +) > >> MinTTY release 0.3.3 is available from http://code.google.com/p/mintty. > >> It fixes the following bugs: > >> [...] > >> I've started looking into packaging and cygport, b

Re: lapack creates /lapack-3.0.6*

2009-01-09 Thread Christopher Faylor
On Thu, Jan 08, 2009 at 09:58:20AM -0500, Andrew Schulman wrote: >I just upgraded to the latest lapack package, and found that I now have the >following new files: > >$ ls -l /lapack* >-rw-r--r-- 1 ASchulma Domain Users 49630 Mar 23 2006 /lapack-3.0-6.patch > >/lapack-3.0-6: >total 4 >drwxr-xr-x 1

Re: [1.7] gcc-3.4.4-3 gets reinstalled every time I run setup

2009-01-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Andrew Schulman on 1/9/2009 7:42 AM: > Subject says it all. setup sees the package as new, and reinstalls it, every > time. > > Is this a known problem? I didn't see any other reports of it. Is there a > simple fix or workaround? The

[1.7] gcc-3.4.4-3 gets reinstalled every time I run setup

2009-01-09 Thread Andrew Schulman
Subject says it all. setup sees the package as new, and reinstalls it, every time. Is this a known problem? I didn't see any other reports of it. Is there a simple fix or workaround? Thanks, Andrew. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: htt

Re: Delete a specific type of files when they exist.

2009-01-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Hongyi Zhao on 1/9/2009 6:38 AM: > But I cann't figure this out, see the following results on my box: > > $ echo [ -f *.cache-2 ] > [ -f *.cache-2 ] That means there aren't any *.cache-2 files in your directory. Next, try this: $ touch

Re: New Cygwin User, Cygwin doesn't seem to see my hardrive

2009-01-09 Thread Greg Chicares
On 2009-01-09 14:18Z, Bluehat85 wrote: > > I cannot navigate to the C: directory http://www.cygwin.com/faq/faq.using.html#faq.using.accessing-drives > or to My Documents http://www.cygwin.com/faq/faq.using.html#faq.using.filename-spaces -- Unsubscribe info: http://cygwin.com/ml/#unsubscrib

New Cygwin User, Cygwin doesn't seem to see my hardrive

2009-01-09 Thread Bluehat85
Hi, I'm new to cygwin and after installing it I can't seem to get cygwin to see my entire computer only the specific directory that it is in itself. For instance, I cannot navigate to the C: directory or to My Documents or anything of that nature. Any ideas/help?? Thanks very much, Bluehat --

Re: Delete a specific type of files when they exist.

2009-01-09 Thread Hongyi Zhao
On Fri, 09 Jan 2009 06:12:27 -0700, Eric Blake wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >According to Hongyi Zhao on 1/8/2009 8:55 PM: >> if [ -f *.cache-2 ] rm *.cache-2 >> >> But it seems that this -f parameter in the _if_ command will not work >> with wildcard, i.e., the _[ -

Re: Delete a specific type of files when they exist.

2009-01-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Hongyi Zhao on 1/8/2009 8:55 PM: > if [ -f *.cache-2 ] rm *.cache-2 > > But it seems that this -f parameter in the _if_ command will not work > with wildcard, i.e., the _[ -f *.cache-2 ]_ isn't a valid arg. Any > hints on this issue?

Re: SSH V.5.1 with Cygwin1.dll 1.7.0(0.189/5/3) 2008-12-09: Very large logon times...

2009-01-09 Thread Corinna Vinschen
On Jan 7 11:02, carsten.porz...@spb.de wrote: > I just compiled the cygwin sources from the latest snapshot for testing. > It seems to be working... > > So, please tell me the debugging statements I have to insert into the > source code to figure out where the logon process takes the time. The

Wrong package LAPACK-3.0.6

2009-01-09 Thread Angelo Graziosi
Upgrading to lapack-3.0-6 breaks the lapack library! The tar-ball lapack-3.0-6.tar.bz2 contains OO.NN.LL.YY sources NO binaries (indeed my CERNLIB links to lapack are broken)! Cheers, Angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cy

Re: lapack creates /lapack-3.0.6*

2009-01-09 Thread Corinna Vinschen
On Jan 8 09:58, Andrew Schulman wrote: > I just upgraded to the latest lapack package, and found that I now have the > following new files: > > $ ls -l /lapack* > -rw-r--r-- 1 ASchulma Domain Users 49630 Mar 23 2006 /lapack-3.0-6.patch > > /lapack-3.0-6: > total 4 > drwxr-xr-x 1 ASchulma Domain

Re: find assert (was Re: [1.7] System reboot (udfs.sys),...)

2009-01-09 Thread Corinna Vinschen
On Jan 8 16:36, Eric Blake wrote: > Corinna Vinschen cygwin.com> writes: > > The assertion is basically > > > > if (ent->fts_info == FTS_NSOK || ent->fts_info == FTS_NS) > > assert (state.type != 0); > > > > state.type is set in the calling function find() like this: > > > > while ( (e

Re: Empty include file on samba share

2009-01-09 Thread Fabian Cenedese
At 11:28 08.01.2009 -0500, Larry Hall (Cygwin) wrote: >Fabian Cenedese wrote: >>At 12:22 07.01.2009 -0500, Larry Hall (Cygwin) wrote: >>>Fabian Cenedese wrote: However if the whole C++ project is moved from the local drive to a share (samba, probably also windows) the compilation may fail w

Re: cygrunsrv autossh - tunnel does not come up

2009-01-09 Thread Andrew Schulman
> > I have problems running autossh via cygrunsrv on WIN2003: > > > > /bin/cygrunsrv.exe -I AutoSSH -p /bin/autossh -a "-M 2 -g2CN -R > > 20120:localhost:3389 -i /etc/key-rsa -p 20012 u...@192.168.100.12" -e > > AUTOSSH_NTSERVICE=yes -y tcpip --type auto > > > > As soon as I start the servic

Re: MinTTY 0.3.3

2009-01-09 Thread Danilo Turina
Thorsten Kampe wrote: * Andy Koppe (Thu, 08 Jan 2009 23:17:15 +) MinTTY release 0.3.3 is available from http://code.google.com/p/mintty. It fixes the following bugs: [...] I've started looking into packaging and cygport, but it might still be a little while. I'll try to submit something be

Re: MinTTY 0.3.3

2009-01-09 Thread Thorsten Kampe
* Andy Koppe (Thu, 08 Jan 2009 23:17:15 +) > > MinTTY release 0.3.3 is available from http://code.google.com/p/mintty. > It fixes the following bugs: > [...] > I've started looking into packaging and cygport, but it might still be a > little while. I'll try to submit something before startin