Re: Searching in setup.exe

2007-02-06 Thread Phil Edwards
On 2/6/07, Dave Korn [EMAIL PROTECTED] wrote: Oh c'mon you've read the docs, and it doesn't say so. You've seen the GUI, and there's no possible place for a search box, or menu. How can you still have to /ask/ someone? Don't you have the slightest faith in your own common sense? Trust

ssh -x

2007-02-06 Thread Marco Meoni
hi, I'm new with cygwin. I've mainly installed it to connect to a linux server running GUI applications. In fact, I've read that with X11 forwarding (ssh -X) I can run remote applications and display the GUI on my pc running cygwin. Unfortunately I get errors like can't open display. Does anybody

Re: ssh -x

2007-02-06 Thread Holger Krull
Marco Meoni schrieb: hi, I'm new with cygwin. I've mainly installed it to connect to a linux server running GUI applications. In fact, I've read that with X11 forwarding (ssh -X) I can run remote applications and display the GUI on my pc running cygwin. Unfortunately I get errors like

Re: ssh -x

2007-02-06 Thread Scott Fordin
Holger Krull wrote: Marco Meoni schrieb: hi, I'm new with cygwin. I've mainly installed it to connect to a linux server running GUI applications. In fact, I've read that with X11 forwarding (ssh -X) I can run remote applications and display the GUI on my pc running cygwin. Unfortunately I get

Re: ssh -x

2007-02-06 Thread Holger Krull
Scott Fordin schrieb: Holger Krull wrote: Marco Meoni schrieb: know what do I have to setup before? (i guess start X11 server on my local pc) Your guess is right. You have to start a local X11 server (startx). And set DISPLAY before you start ssh. Also remember that some applications need

Re: ssh -x

2007-02-06 Thread Marco Meoni
guys, thank you for the answers. This game is very cool. I got amazed! It works great! As far as I understand, with X11 tunneling I've an encrypted connection, whilst with remote connection I don't. Besides, I can easily pass through several machines in one shot (my pc ssh server1 that ssh server2

Re: ssh -x

2007-02-06 Thread Holger Krull
Marco Meoni schrieb: As far as I understand, with X11 tunneling I've an encrypted connection, whilst with remote connection I don't. That is right. Besides, I can easily pass through several machines in one shot (my pc ssh server1 that ssh server2 and finally get back the GUI to my pc)

Re: ssh -x

2007-02-06 Thread Larry Hall (Cygwin X)
Holger Krull wrote: Marco Meoni schrieb: hi, I'm new with cygwin. I've mainly installed it to connect to a linux server running GUI applications. In fact, I've read that with X11 forwarding (ssh -X) I can run remote applications and display the GUI on my pc running cygwin. Unfortunately I get

Re: ssh -x

2007-02-06 Thread Holger Krull
Larry Hall (Cygwin X) schrieb: Holger Krull wrote: Your guess is right. You have to start a local X11 server (startx). And set DISPLAY before you start ssh. Setting DISPLAY is not necessary with 'ssh -X' or 'ssh -Y'. More than that, setting DISPLAY will likely cause the X forwarding to

Permissions problem, maybe not cygwin-specific but still..

2007-02-06 Thread Eric Lilja
Hello! I'm trying to learn html (and some other web technologies). I see that cygwin has an apache package but I'm actually using the native windows version. I edit files using native windows emacs (fresh checkout from cvs head, compiled myself), but I work from the command line, in a cygwin

svn on cygwin related problem.

2007-02-06 Thread Luca Cappa
Hello all, I am using the svn package provided by cygwin (svn --help reports version 1.4.2 (r22196) compiled Dec 2 2006, 14:28:55), and I encountered the following problem while exporting the content of my Subversion repository. In the repository, I have a directory T which contains

Re: Permissions problem, maybe not cygwin-specific but still..

2007-02-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Lilja on 2/6/2007 1:33 AM: -rwx--+ 1 hivemind None 3.4K Feb 6 09:10 simple-2.2.html* Then I do: $ mkdir 2.3 $ cp 2.2/simple-2.2.html 2.3/simple-2.3.html -rwx-- 1 hivemind None 3.4K Feb 6 09:24 simple-2.3.html*

How to list/detect any non-cygwin apps in /bin

2007-02-06 Thread zzapper
My Cygwin installation is at least 4 years old and I will soon move to a new PC and a fresh install. How can I list/detect any non-cygwin apps that I may have added to /bin etc -- zzapper http://successtheory.com/tips/ Vim, Zsh, MySQL Tips -- Unsubscribe info:

Re: How to list/detect any non-cygwin apps in /bin

2007-02-06 Thread Tim Prince
[EMAIL PROTECTED] wrote: My Cygwin installation is at least 4 years old and I will soon move to a new PC and a fresh install. How can I list/detect any non-cygwin apps that I may have added to /bin etc I may not be catching your intent; why not sort by .dll dependencies? -- Unsubscribe

Re: svn on cygwin related problem.

2007-02-06 Thread Frodak
--- Luca Cappa wrote: Hello all, I am using the svn package provided by cygwin (svn --help reports version 1.4.2 (r22196) compiled Dec 2 2006, 14:28:55), and I encountered the following problem while exporting the content of my Subversion repository. In the repository, I have a

Re: How to list/detect any non-cygwin apps in /bin

2007-02-06 Thread zzapper
Tim Prince [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: I may not be catching your intent; why not sort by .dll dependencies? I want to find out what non-cygwin apps I will have to manually install on my new PC why not sort by .dll dependencies How? -- zzapper

RE: Re: How to list/detect any non-cygwin apps in /bin

2007-02-06 Thread Jörg Schaible
A list of the intsalled files for each package is available in /etc/setup. zzapper wrote on Tuesday, February 06, 2007 3:54 PM: Tim Prince [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: I may not be catching your intent; why not sort by .dll dependencies? I want to find out what

1.5.24: Exiting less (381), vim (7.0.122), and man (1.6d) sets the console background color to black

2007-02-06 Thread Chris Cole
When you exit vim, less, man, and possibly other applications the background color is set to black regardless of the setting in the shortcut that launches the console. The clear command returns the background to the correct color. This problem was first reported in Oct 2005 but was incorrectly

Re: less doesn't recognize capabilities of remote terminal

2007-02-06 Thread Lev Bishop
On 2/5/07, Gary Johnson wrote: On 2007-02-05, Gary Johnson wrote: I recently got Cygwin's sshd running on my Windows XP machine. It seems to basically work fine, allowing me to login from any of several machines running various flavors of Unix. Cygwin's less command, however, doesn't seem

Re: How to list/detect any non-cygwin apps in /bin

2007-02-06 Thread DePriest, Jason R.
On 2/6/07, zzapper wrote: Tim Prince wrote in news:: I may not be catching your intent; why not sort by .dll dependencies? I want to find out what non-cygwin apps I will have to manually install on my new PC why not sort by .dll dependencies How? -- zzapper

RE: How to list/detect any non-cygwin apps in /bin

2007-02-06 Thread Dave Korn
On 06 February 2007 14:54, zzapper wrote: Tim Prince [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: I may not be catching your intent; why not sort by .dll dependencies? I want to find out what non-cygwin apps I will have to manually install on my new PC why not sort by .dll

Re: Eliminating -mno-cygwin from gcc.

2007-02-06 Thread Matthew Woehlke
Igor Peshansky wrote: On Sun, 4 Feb 2007, Yaakov (Cygwin Ports) wrote: Will using shell wrappers noticably slow down calls to gcc? Or should we just start explicitly calling i686-pc-cygwin-gcc instead? (FWIW Gentoo does the equivalent of the latter.) I don't think speed itself will be a

Re: Eliminating -mno-cygwin from gcc.

2007-02-06 Thread Igor Peshansky
On Tue, 6 Feb 2007, Matthew Woehlke wrote: Igor Peshansky wrote: On Sun, 4 Feb 2007, Yaakov (Cygwin Ports) wrote: Will using shell wrappers noticably slow down calls to gcc? Or should we just start explicitly calling i686-pc-cygwin-gcc instead? (FWIW Gentoo does the equivalent of

Re: sshd exits during login attempt on WinXP 2003 x64 if user running sshd is different from user running ssh

2007-02-06 Thread Corinna Vinschen
On Feb 6 09:29, Brian Kasper wrote: If I run c:\cygwin\usr\sbin\sshd -d in a Windows command prompt started as user administrator and then run ssh -l kasper localhost in another command prompt started as user administrator, the session FAILS with the message /bin/bash: Permission denied.

Re: Eliminating -mno-cygwin from gcc.

2007-02-06 Thread Matthew Woehlke
Igor Peshansky wrote: On Tue, 6 Feb 2007, Matthew Woehlke wrote: ...but doesn't the script itself involve a fork? On a big project, with an extra fork for every source file, that can still add up. Don't forget that invoking the gcc executable from make or the shell involves a fork anyway. If

Re: less doesn't recognize capabilities of remote terminal

2007-02-06 Thread Gary Johnson
On 2007-02-06, Lev Bishop wrote: On 2/5/07, Gary Johnson wrote: On 2007-02-05, Gary Johnson wrote: I recently got Cygwin's sshd running on my Windows XP machine. It seems to basically work fine, allowing me to login from any of several machines running various flavors of Unix.

OpenGL linker error

2007-02-06 Thread Ritter, Nils
Hello, we try to compile a cutting software named Salmon with Cygwin. All the source code files compile to .o object files. But when the linker try to build the binary, there're many openGL errors. This is the command: g++ -o out-glut/salmon out-glut/adjacency.o out-glut/assemble-matrix.o

RE: How to list/detect any non-cygwin apps in /bin

2007-02-06 Thread zzapper
Dave Korn [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: (cd / ls -1 usr/bin/* ) a.txt gunzip -c /etc/setup/*.lst.gz | grep '^usr/bin/.' b.txt cat a.txt b.txt | sort | uniq -u ... although this will also find anything that was created by a postinstall script as well: shortcuts in

Re: OpenGL linker error

2007-02-06 Thread René Berber
Ritter, Nils wrote: we try to compile a cutting software named Salmon with Cygwin. All the source code files compile to .o object files. But when the linker try to build the binary, there're many openGL errors. This is the command: g++ -o out-glut/salmon out-glut/adjacency.o

Re: Eliminating -mno-cygwin from gcc.

2007-02-06 Thread Frank Fesevur
At 5-2-2007 17:58, Charles Wilson wrote: Sounds to me like we need to consider extending the setup.ini format (and, by extension, the setup.hint format) to include an optional field: popup: This package is a significant change from the previous release. Please check a

Re: Eliminating -mno-cygwin from gcc.

2007-02-06 Thread Eliah Kagan
On 2/6/07, Frank Fesevur wrote: If you want a use a popup, please make it aware of the --quiet option! I run 'setup.exe --quiet' from a simple .bat script to update my installation (first stopping and afterwards starting again my sshd). And even that is not always free of popups (when files are

Re: OpenGL linker error

2007-02-06 Thread Brian Ford
On Tue, 6 Feb 2007, Ritter, Nils wrote: we try to compile a cutting software named Salmon with Cygwin. All the source code files compile to .o object files. But when the linker try to build the binary, there're many openGL errors. This is the command: g++ -o out-glut/salmon

Re: OpenGL linker error

2007-02-06 Thread Brian Ford
On Tue, 6 Feb 2007, Brian Ford wrote: On Tue, 6 Feb 2007, Ritter, Nils wrote: g++ -o out-glut/salmon out-glut/adjacency.o out-glut/assemble-matrix.o out-glut/big-vector.o out-glut/bounding.o ... lots of object files ... out-glut/wx-salmon.o -lXi -lXt -lICE -lXext -lXmu -lSM -lX11

Re: Eliminating -mno-cygwin from gcc.

2007-02-06 Thread Kai Raphahn
Frank Fesevur wrote: At 5-2-2007 17:58, Charles Wilson wrote: Sounds to me like we need to consider extending the setup.ini format (and, by extension, the setup.hint format) to include an optional field: popup: This package is a significant change from the previous release. Please check a

ar 'unable to rename... Invalid cross-device link'

2007-02-06 Thread Matthew Woehlke
...anyone have any guesses why rename() can't rename files in the same directory, if the directory is an NFS mount? This causes 'ar' to fail with the error: ar: unable to rename 'libcloudobj.a' reason: Invalid cross-device link I see this in strace with both 'ar' and 'mv': 46 371094

FAQ entry? [ Was: Re: trouble with bash / if in recent release / update ? ]

2007-02-06 Thread Darryl Okahata
Eric Blake [EMAIL PROTECTED] wrote: Actually, it's not the version of cygwin, but the version of bash that matters in this instance. Get your facts straight, and don't rehash something that has already been beaten to death on this list if you don't want to receive our annoyed

Re: Writing to MVFS (clearcase) volumes from remote ssh

2007-02-06 Thread Max Kaehn
On Tue, 2007-02-06 at 15:55 -0600, Benedict, Michael wrote: I have an ssh server running on a Windows XP Professional. I also have a Clearcase Dynamic view mounted to the M:\ drive. From a Cygwin X-term (local), I am able to interact with files mostly as expected(1). If I ssh into

Re: FAQ entry? [ Was: Re: trouble with bash / if in recent release / update ? ]

2007-02-06 Thread Matthew Woehlke
Darryl Okahata wrote: Eric Blake [EMAIL PROTECTED] wrote: Actually, it's not the version of cygwin, but the version of bash that matters in this instance. Get your facts straight, and don't rehash something that has already been beaten to death on this list if you don't want to receive our

RE: Writing to MVFS (clearcase) volumes from remote ssh

2007-02-06 Thread Benedict, Michael
Please bear with me, I am not sure if I am on the same page as you. 1) I can see the mount. I can make it my working directory. I can view files in it. I can even remove some files from it. This is all from the remote ssh session. 2) I downloaded WinObj, and am trying to use it. I see no

RE: Writing to MVFS (clearcase) volumes from remote ssh

2007-02-06 Thread Max Kaehn
On Tue, 2007-02-06 at 17:31 -0600, Benedict, Michael wrote: Please bear with me, I am not sure if I am on the same page as you. 1) I can see the mount. I can make it my working directory. I can view files in it. I can even remove some files from it. This is all from the remote ssh

Re: closing SSH session leaves a zombie bash process

2007-02-06 Thread Patrick Herbst
ok, i've determined it is a problem with the handling of signals. here's the process list when i SSH in... PIDPPIDPGID WINPID TTY UIDSTIME COMMAND 227211202272 15320 1000 22:20:57 /usr/bin/bash 212022722120 19960 1000 22:21:07

Re: Writing to MVFS (clearcase) volumes from remote ssh

2007-02-06 Thread Larry Hall (Cygwin)
Max Kaehn wrote: On Tue, 2007-02-06 at 17:31 -0600, Benedict, Michael wrote: Please bear with me, I am not sure if I am on the same page as you. 1) I can see the mount. I can make it my working directory. I can view files in it. I can even remove some files from it. This is all from the

Re: Eliminating -mno-cygwin from gcc.

2007-02-06 Thread Igor Peshansky
On Tue, 6 Feb 2007, Eliah Kagan wrote: On 2/6/07, Frank Fesevur wrote: If you want a use a popup, please make it aware of the --quiet option! [snip] And could the 'file in use' message box also respect the --quiet option? Perhaps there could be a flag to cause setup.exe to succeed

Problem w/ built-in 'source' command in bash (version 3.2.9(11)-release

2007-02-06 Thread Craig Steury
Hello, I am having problems with 'source' (ie the built-in bash command) in version 3.2.9(11). My intent is to use this mechanism to setup the appropriate environment in the current bash-shell. If I source a test file containing nothing but 'ls' I get the following output: source

Re: Cygwin bash-3.2

2007-02-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://cygwin.com/acronyms/#PPIOSPE - redirecting to the list. According to Shakthi Poornima on 2/6/2007 6:12 PM: Hi Eric, I updated Cygwin tonight and I am getting this at the command prompt bash3.2$ and none of the Unix commands (like ls,

Re: Problem w/ built-in 'source' command in bash (version 3.2.9(11)-release

2007-02-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Craig Steury on 2/6/2007 10:35 PM: Hello, I am having problems with 'source' (ie the built-in bash command) in version 3.2.9(11). My intent is to use this mechanism to setup the appropriate environment in the current bash-shell.