Re: 2 instances of Xwin

2004-07-16 Thread Alexander Gottwald
Amr Mohamed Roushdi wrote: > Hi Alex it is me again . I am enclosing the strace fot the 1st instance > good and the 2nd instance which blew out . > thks for ur help from tracegood 310 2041721 [main] xwin 2284 cygwin_socket: 6 = socket (2, 2, 0) 429 2042150 [main] xwin 2284 cygwin_setsockopt:

Re: 2 instances of Xwin

2004-07-16 Thread Alexander Gottwald
Amr Mohamed Roushdi wrote: > Thanks Alex for ur quick answer . the second never works even with waiting > . I will tray and do an strace with the one it works . I don't even know what the actual difference between the two is. The first was started as xwin :10 -query iccpart2 -from icc68651 the se

Re: 2 instances of Xwin

2004-07-16 Thread Igor Pechtchanski
On Fri, 16 Jul 2004, Alexander Gottwald wrote: > Amr Mohamed Roushdi wrote: > > > Hi Alex it is me again . I am enclosing the strace fot the 1st instance > > good and the 2nd instance which blew out . > > thks for ur help > > from tracegood > > 310 2041721 [main] xwin 2284 cygwin_socket: 6 = soc

Re: 2 instances of Xwin

2004-07-17 Thread Alexander Gottwald
Igor Pechtchanski wrote: > Doesn't X bind to different ports depending on the display number? Yes it does. > Could it be that the X+10 port is in use, but X+5 isn't? The error were talking about comes from the xdmcp code. It's bind(socket(AF_INET, 0, SOCK_DGRAM), {AF_INET, "-from address", 177}

Re: 2 instances of Xwin

2004-07-19 Thread Alexander Gottwald
Amr Mohamed Roushdi wrote: > Hi Alex thks againg , I have tried the following after checking that all > ports available and nothing is dangling in the /tmp/.X11-UNIX . > I tried to fire Xwin withouth the -from parameter I receive a grey screen > and no XDM . > I am enclosing a TCPVIEW for before t

Re: 2 instances of Xwin

2004-07-19 Thread Alexander Gottwald
On Mon, 19 Jul 2004, Amr Mohamed Roushdi wrote: > Alex do u need anything more from me . I just tried this myself again. XWin :1 -query server -from host XWin :2 -query server -from host The first works, the second will not startup while the first is running but does when the first is not ru

Re: 2 instances of Xwin

2004-07-19 Thread Alexander Gottwald
On Mon, 19 Jul 2004, Amr Mohamed Roushdi wrote: > Alex u are right in diagnosing the problem . Earlier releases accept it > though ??? I have no older version handy but found the same code in all releases up to XFree 4.0. I'll check if I find older binaries at home. > Now my question would b

Re: 2 instances of Xwin

2004-07-19 Thread Holger Krull
Now my question would be how to get Xwin running without -from parameter ? If you use it without -from parameter there must either be a message in the logfile about xdm giving up (sesssion declined error) or some message at the xdm server. You'll have to wait a short time until the timeout happ

Re: 2 instances of Xwin

2004-07-20 Thread Alexander Gottwald
Amr Mohamed Roushdi wrote: > Alex , congratulation u found it . > The module u sent required cygfreetype-9.dll . I am at level -6 so > irenamed and it works like a charm . > I would like to take this opportunity and thank you for all the help and > time you invested in solving that matter > which

Re: 2 instances of Xwin

2004-07-21 Thread aroushdi
Alexander Gottwald wrote: Amr Mohamed Roushdi wrote: Hi Alex it is me again . I am enclosing the strace fot the 1st instance good and the 2nd instance which blew out . thks for ur help from tracegood 310 2041721 [main] xwin 2284 cygwin_socket: 6 = socket (2, 2, 0) 429 2042150 [main] xwin 2284

Re: 2 instances of Xwin

2004-07-21 Thread aroushdi
I updated my cygwin with the latest dll and it is working fine and -clipboard works as well . thanks again for all the help