Re: nfs in client mode (winxp => linux)

2006-08-31 Thread Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote: I see lots of past messages here about setting up NFS in server mode, but very little in the other direction. Going far enough back there was quite a long thread about SFU (Services for unix) but I haven't been able to get that NFS client to work. In fact I can't even r

nfs in client mode (winxp => linux)

2006-08-31 Thread reader
I see lots of past messages here about setting up NFS in server mode, but very little in the other direction. Going far enough back there was quite a long thread about SFU (Services for unix) but I haven't been able to get that NFS client to work. In fact I can't even really do anything with ksh

Re: Problem when using variable assignment, backticks in shell script

2006-08-31 Thread Jim Easton
Hi, Mon, 28 Aug 2006 Russell Silva wrote: > I am having a problem using Cygwin, variable assignment, and backticks > when shell scripting. Occasionally, variables assigned using a > backticked expression are not properly assigned; they are left empty. > The problem appears to be non-deterministic

Re: does scp take windows type: [EMAIL PROTECTED] ?

2006-08-31 Thread Igor Peshansky
On Thu, 31 Aug 2006, BeemerBiker wrote: > Running that cygwin sshd under XP, I can get scp to copy to my local PC > from a Linux box just fine for local users like admin > > scp test.sh [EMAIL PROTECTED] > > the above works fine and puts test.sh into /cygwin/home/Administrator > > I cant seem to g

does scp take windows type: [EMAIL PROTECTED] ?

2006-08-31 Thread BeemerBiker
Running that cygwin sshd under XP, I can get scp to copy to my local PC from a Linux box just fine for local users like admin scp test.sh [EMAIL PROTECTED] the above works fine and puts test.sh into /cygwin/home/Administrator I cant seem to get scp to work for authenticated users from a domain

Re: 1.5.21: fork in find/ls failing, simple test case

2006-08-31 Thread Brian Dessent
John Hartman wrote: > Okay, when I stopped the 'Logitech Process Monitor' service the problem goes > away. Thanks for the quick diagnosis. > > I rebased the camera dlls but that does not fix this problem. > > Can you tell me what the root cause is? > > Is there any way to prevent this problem?

Re: 1.5.21: fork in find/ls failing, simple test case

2006-08-31 Thread mwoehlke
John Hartman wrote: Okay, when I stopped the 'Logitech Process Monitor' service the problem goes away. Thanks for the quick diagnosis. [snip] Can you tell me what the root cause is? Logitech's drivers suck? :-) You might want to search the archives for 'logitech', just to see what other pr

RE: 1.5.21: fork in find/ls failing, simple test case

2006-08-31 Thread John Hartman
Okay, when I stopped the 'Logitech Process Monitor' service the problem goes away. Thanks for the quick diagnosis. I rebased the camera dlls but that does not fix this problem. Can you tell me what the root cause is? Is there any way to prevent this problem? I.e., the problem of "foreign" d

Re: Cygwin installing into wrong directory

2006-08-31 Thread Chuck
Larry Hall (Cygwin) wrote: > > Be careful that wordpad didn't add CRLF to the end of the lines though. > > Meant to say thats why I *DON'T* use notepad. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Cygwin installing into wrong directory

2006-08-31 Thread Chuck
Larry Hall (Cygwin) wrote: > > > Be careful that wordpad didn't add CRLF to the end of the lines though. > > Thanks. Wordpad preserves end of line characters. Notepad does not. That's why I use notepad. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: Color Schemes

2006-08-31 Thread Kenneth Nellis
Is that an exhaustive list of colors? 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white What about 38 and 39? I could just try it, but knowing my luck, it would just lock up the whole terminal forever. FWIW, color space is 3-dimensional and with VDT's, the dimensions are r

Re: 1.5.21: Win 2003 R2 domain user ssh shows whoami sshd_server (password auth)

2006-08-31 Thread Serban Simu
Yes, you are right: adding the users to the member list of the group in /etc/group fixes the problem.// //Thank you for the patch - I will try it out when it becomes available (I'm assuming will be the next snapshot after //*2006-08-30)* // Serban // // /From/: Corinna Vinschen // ///To/:

Re: Color Schemes

2006-08-31 Thread mwoehlke
Aha! Clicking on the icons and spinning the number wheels is NOT the same thing at all! :-( Right. The real issue I'm having as the naive user is the colors dialog GUI human interface. ...and for the record, I hate that UI. :-) It isn't very well designed IMO. [snip] As I understand it, t

Re: Color Schemes

2006-08-31 Thread mwoehlke
George wrote: On Thu, Aug 31, 2006 at 09:44:51AM -0500, mwoehlke wrote: Dave Korn wrote: AFAIUI, the mapping of escape codes to which visual colours they mean is utterly fixed by ANSI, and it is, as you say, the termulator's job to display the correct visual colour. We could attempt in cygwi

libintl: undefined reference

2006-08-31 Thread Matteo Facchinetti
hi, I'm porting my personal version of rpm packet to cygwin and I have a problem with libintl. When I create my .exe I encountered this problem: ...undefined reference to '_libintl_dgettext'; I have read something about linking with libintl but I don't know what I have to do in the latest v

Re: FW: Re: Problem when using variable assignment, backticks in shell script

2006-08-31 Thread Christopher Faylor
On Thu, Aug 31, 2006 at 11:56:31AM -0400, Charli Li wrote: >cgf wrote: >>On Thu, Aug 31, 2006 at 05:04:08PM +0200, CARTER Alan wrote: Hmm... 9 lines of content, 10 of disclaimer... *sip!* Eew, and the disclaimer isn't even line-wrapped... >>> (How come PCYMTNILOAUD is not on the OLOCA

Re: Color Schemes

2006-08-31 Thread Richard Lynch
[Using my REAL email to follow-up] On Wed, August 30, 2006 8:28 pm, Larry Hall (Cygwin) wrote: > René Berber wrote: >> Richard Lynch wrote: >> >>> This may be a generalized Un*x question, but I've been going in >>> circles for >>> awhile now, and cygwin is the current beast being beaten on. >>> >>

Re: Color Schemes

2006-08-31 Thread George
On Thu, Aug 31, 2006 at 09:44:51AM -0500, mwoehlke wrote: > Dave Korn wrote: >> AFAIUI, the mapping of escape codes to which visual colours they mean >> is utterly fixed by ANSI, and it is, as you say, the termulator's job >> to display the correct visual colour. We could attempt in cygwin's >>

Re: 1.5.21: Win 2003 R2 domain user ssh shows whoami sshd_server (password auth)

2006-08-31 Thread Larry Hall (Cygwin)
Corinna Vinschen wrote: On Aug 30 14:05, Serban Simu wrote: So my questions would be: (1) I did find a work around, but what is the explanation of this problem and what is a good, solid work around? After some debugging I found that the explanation is that sshd drops all supplementary groups

[ANNOUNCEMENT] Updated: vim-7.0.076-1

2006-08-31 Thread Corinna Vinschen
I have updated the version of vim on cygwin.com to 7.0.076-1. This is an update to the latest patchlevel 76. Cygwin Vim still builds from the vanilla sources. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to you

RE: [SPAM] Re: Color Schemes

2006-08-31 Thread Richard Lynch \(Contractor\)
-Original Message- Sent: Wed 8/30/2006 6:34 PM Subject: [SPAM] Re: Color Schemes Richard Lynch (Contractor) wrote: > -Original Message- > Sent: Wed 8/30/2006 5:13 PM > Subject: [SPAM] RE: Color Schemes > [snip] Eek! Please, PLEASE http://cygwin.com/acronyms/#PCYMTNQREAIYR, esp

Re: 1.5.21: Win 2003 R2 domain user ssh shows whoami sshd_server (password auth)

2006-08-31 Thread Corinna Vinschen
On Aug 30 14:05, Serban Simu wrote: > So my questions would be: > > (1) I did find a work around, but what is the explanation of this > problem and what is a good, solid work around? After some debugging I found that the explanation is that sshd drops all supplementary groups from the otherwise

RE: 1.5.21: fork in find/ls failing, simple test case

2006-08-31 Thread Dave Korn
On 31 August 2006 16:53, John Hartman wrote: > Using the distribution noted in the attached cygcheck.out, the > following command fails consistently with the results shown: > (Lassen John ~ ) cd /usr > > (Lassen John /usr ) find bin -exec ls {} \; WJFFM, in both tcsh and bash. > I see no dis

FW: Re: Problem when using variable assignment, backticks in shell script

2006-08-31 Thread Charli Li
cgf wrote: >On Thu, Aug 31, 2006 at 05:04:08PM +0200, CARTER Alan wrote: >>>Hmm... 9 lines of content, 10 of disclaimer... *sip!* Eew, and the >>>disclaimer isn't even line-wrapped... >> >>>(How come PCYMTNILOAUD is not on the OLOCA yet? ;-)) >> >>Ah. You think I typed that, myself? I didn't.

Re: Re: Problem when using variable assignment, backticks in shell script

2006-08-31 Thread Christopher Faylor
On Thu, Aug 31, 2006 at 05:04:08PM +0200, CARTER Alan wrote: >>Hmm... 9 lines of content, 10 of disclaimer... *sip!* Eew, and the >>disclaimer isn't even line-wrapped... > >>(How come PCYMTNILOAUD is not on the OLOCA yet? ;-)) > >Ah. You think I typed that, myself? I didn't. It was automatica

RE: Re: Problem when using variable assignment, backticks in shell script

2006-08-31 Thread CARTER Alan
> Hmm... 9 lines of content, 10 of disclaimer... *sip!* > Eew, and the disclaimer isn't even line-wrapped... > (How come PCYMTNILOAUD is not on the OLOCA yet? ;-)) Ah. You think I typed that, myself? I didn't. It was automatically appended by the local email system. Many corporate email systems

Re: Color Schemes

2006-08-31 Thread mwoehlke
(Still can't decide if I should TITTTL this...) Dave Korn wrote: AFAIUI, the mapping of escape codes to which visual colours they mean is utterly fixed by ANSI, and it is, as you say, the termulator's job to display the correct visual colour. We could attempt in cygwin's console-handling code

Re: Problem when using variable assignment, backticks in shell script

2006-08-31 Thread mwoehlke
CARTER Alan wrote: In any case, it's pretty weird that bash randomly fails to spawn child processes! It wreaks havoc on a number of my scripts. Thought: Silent failure to spawn used to happen on some UNIX boxen when the process table was full (or one slot remained and user != root). Might some

RE: Windows popup/message box?

2006-08-31 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Thu, 31 Aug 2006, Liora Milbaum wrote: > -Original Message- > From: Liora Milbaum > Sent: Tuesday, August 29, 2006 18:03 > To: [EMAIL PROTECTED] > Subject: RE: Windows popup/message box? > > > -Original Message- > > From: Igor Peshansky [mailto

RE: Windows popup/message box?

2006-08-31 Thread Dave Korn
On 31 August 2006 12:43, Liora Milbaum wrote: > I found a solution to my problem. As soon as I changed the crontab > command to: > * * * * * bash --login -c 'perl -e "use GD;"' >& /usr/tmp/test.log > > It worked. Ah, your path wasn't set so it couldn't find the dll; I guess your .bashrc was a

RE: Windows popup/message box?

2006-08-31 Thread Liora Milbaum
I found a solution to my problem. As soon as I changed the crontab command to: * * * * * bash --login -c 'perl -e "use GD;"' >& /usr/tmp/test.log It worked. -Original Message- From: Liora Milbaum Sent: Tuesday, August 29, 2006 18:03 To: cygwin@cygwin.com Subject: RE: Windows popup/messag

RE: Problem when using variable assignment, backticks in shell script

2006-08-31 Thread CARTER Alan
> In any case, it's pretty weird that bash randomly fails to spawn child processes! It wreaks havoc on a number of my scripts. Thought: Silent failure to spawn used to happen on some UNIX boxen when the process table was full (or one slot remained and user != root). Might something like this be c