xwinlogon usinf windows 2000

2006-03-14 Thread UnixStel UnixStel
Hi there I have version 6.7 xwinlogon. Works like a charm except for the pathing. I modifiy the script startxdmcp.bat changing the run Xwin to start Xwin. All comes up and even connects to the fontserver when I get the permissions right. However what ever I do , I get the error cannot open RGB_DB

would you mind answering this problem?

2006-03-14 Thread Yoshida akira
dear sir, i had an error in attached file using cygwin. would you mind answering how i can solve this problem ? -- 1. i set erroneous PATH statement in .bashrc : export PATH='c:/Program Files/Java':$/{PATH} :{G4INSTALL}/bin/${G4SYSTEM} 2.

Re: would you mind answering this problem?

2006-03-14 Thread Alexander
Dear Yoshida, Write ${PATH} insteed of $/{PATH} Alex http://www.aiengine.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/

RE: would you mind answering this problem?

2006-03-14 Thread Phil Betts
Yoshida akira wrote on Tuesday, March 14, 2006 11:33 AM:: > i had an error in attached file using cygwin. > would you mind answering how i can solve this problem ? > > -- > 1. i set erroneous PATH statement in .bashrc : >export PATH='c:/

Re: would you mind answering this problem?

2006-03-14 Thread Alexander
Hi Phil, thanks for reminding - I didn't see it because I expected cygwin to do the translation like it does within programs because of the ' ' But you're right. I was concentration more on his XWin dosn't start :) He should append his new paths at the end of the statement anyway imo. So if he

Re: windows XP : cygwin -X server not opening

2006-03-14 Thread Avinash Sridhar
On 3/14/06, Avinash Sridhar <[EMAIL PROTECTED]> wrote: > > > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.8.2.0-1 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > X :0 -multiwindow -clipboard > > ddxProcessArgument - Initiali

Shutting down XWin after session? (-once option)

2006-03-14 Thread Boscolio
I've recently set up my windows machine to open programs off my linux computer using Cygwin. I've set up an extremely simple batch file and shell script so that I can simply click on the batch file and it'll forward a linux application to my windows machine. I want to replicate opening a program

Re: windows XP : cygwin -X server not opening

2006-03-14 Thread Alexander
Dear Avinash, from your CV: "Senior software engineer with two years of experience on various platforms like UNIX, .." Imo - a Senior with amazing two years of experience should be able to read the messages on his screen, look into a logfile and solve the problem within 5 minutes maybe while al

Re: Shutting down XWin after session? (-once option)

2006-03-14 Thread Alexander
Dear Boscolio, do you start on the connected Unix machine a program which goes not into the background or does not finish. I have the same configuration which works well except when I start a program which keeps connected to the terminal. In this case XWin won't shut down untill the remote prog

Re: Shutting down XWin after session? (-once option)

2006-03-14 Thread Boscolio
Thusfar I've tried programs that should quit right away (i.e. firefox, bnr2, etc). I just realized that I was doing something a bit convoluted and simplified it. I now only need a batch file to do what I have been doing. So my batch file just runs XWin, then runs ssh to connect to my Linux comp

Re: windows XP : cygwin -X server not opening

2006-03-14 Thread Jack Tanner
Alexander wrote: Dear Avinash, from your CV: "Senior software engineer with two years of experience on various platforms like UNIX, .." Imo - a Senior with amazing two years of experience should be able to read the messages on his screen, look into a logfile and solve the problem within 5 minu

Re: Shutting down XWin after session? (-once option)

2006-03-14 Thread Alexander
Do you run the ssh within the DOS Batch or the startx? My XWin starup within dos is: set CYGWIN=server bash -l -c /usr/X11R6/bin/startx and the startx does the rest. It doesn't use the -once but I can give it a try later today. It may work with -c "ssh -l user -Y machine" as arguments to the ba

Re: windows XP : cygwin -X server not opening

2006-03-14 Thread Alexander
Ok. He should check if he did install the recomended configuration within the Windows setup: For all Users. if yes he should start the Shared memory Service that is where the SHM-MIT is comming from and probably also the mutex pthread. For this he can rtfm where it is explained in detail. And

Re: Shutting down XWin after session? (-once option)

2006-03-14 Thread Boscolio
Ssh is run from the DOS batch file. Here are the functional lines in my batch file (aside from path and run variables): SET DISPLAY=127.0.0.1:0.0 %RUN% XWin -screen 0 -multiwindow -clipboard -once %RUN% ssh -Y -l username linuxmachine "(programtorun)" I don't think I have any other information

Re: Shutting down XWin after session? (-once option)

2006-03-14 Thread Alexander
Ok, i can see the problem. Using run bash -l -c "XWin -screen 0 -multiwindow -clipboard -once" ssh -l alex -Y th.aiengine.org xmms opens xmms and when xmms exits XWindows itself is still activ with 0 Sessions and not shuting down. I guess the program has to be started as part of the XWin. I figur