Changing port number

2007-04-13 Thread Zxarr

I'm attempting to install Cygwin/X on our backup server, which is WIndows
2003, running Data Protector 5.5

Data Protector uses port 6000 and 6001 for backup clients to connect to
initiate backups.  Is there any way of changing the Xwin port form 6000 to
something else??

Thanks!
-- 
View this message in context: 
http://www.nabble.com/Changing-port-number-tf3571944.html#a9980056
Sent from the cygwin-xfree mailing list archive at Nabble.com.


--
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/docs/faq/



Re: Changing port number

2007-04-13 Thread Holger Krull
Zxarr schrieb:
 I'm attempting to install Cygwin/X on our backup server, which is WIndows
 2003, running Data Protector 5.5
 
 Data Protector uses port 6000 and 6001 for backup clients to connect to
 initiate backups.  Is there any way of changing the Xwin port form 6000 to
 something else??

start Xwin with :2
xwin will use port 6000 for the first server, 6001 for the second and so
on. Starting it with :2 will put it on the third port 6002.



--
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/docs/faq/



Re: Changing port number

2007-04-13 Thread Zxarr

Well, I tried using the -screen 2 option, is that what you were thinking?  I
still get the same error.

(WW) /tmp mounted int textmode
_XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't already
running
winDeinitMultiWindowWM - Noting shutdown in progress

Command:
run XWin -multiwindow -clipboard -silent-dup-error -trayicon -screen 2



Holger Krull wrote:
 
 Zxarr schrieb:
 I'm attempting to install Cygwin/X on our backup server, which is WIndows
 2003, running Data Protector 5.5
 
 Data Protector uses port 6000 and 6001 for backup clients to connect to
 initiate backups.  Is there any way of changing the Xwin port form 6000
 to
 something else??
 
 start Xwin with :2
 xwin will use port 6000 for the first server, 6001 for the second and so
 on. Starting it with :2 will put it on the third port 6002.
 
 
 
 --
 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/docs/faq/
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Changing-port-number-tf3571944.html#a9981022
Sent from the cygwin-xfree mailing list archive at Nabble.com.


--
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/docs/faq/



RE: Changing port number

2007-04-13 Thread Phil Betts
Zxarr wrote on Friday, April 13, 2007 4:26 PM::

 Well, I tried using the -screen 2 option, is that what you were
 thinking?  I 
 still get the same error.

Not surprising, because that wasn't the solution you were given ;-)

 
 Command:
 run XWin -multiwindow -clipboard -silent-dup-error -trayicon -screen 2

run XWin :2 -multiwindow -clipboard -silent-dup-error -trayicon

is what you want.


--
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/docs/faq/