public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* Xserver isn't working
@ 2009-09-17 18:27 abhishek B S
  2009-09-18 13:54 ` Jon TURNEY
  0 siblings, 1 reply; 2+ messages in thread
From: abhishek B S @ 2009-09-17 18:27 UTC (permalink / raw)
  To: cygwin-xfree

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

Hi,

I installed cygwin on my laptop which has 64 bit vista home premium,
but when i type the command xstart in the bash shell of cygwin it says
a fatal error has occured and cygwin/x will now exit.In the bash shel
it says waiting for  X server to begn accepting connections a ten it
gives an error mesg saying givin up.
Xinit:no such file or directory <errno 2> : Unbleo connect to Xserver.
Xinit:No such process <errno 3>:server 3

How can i fix this problem?
I have attached the log file of the error.



Thanking you
Abhishek

[-- Attachment #2: XWin.0.log --]
[-- Type: application/octet-stream, Size: 591 bytes --]

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.5.3.0 (20090222)
Contact: cygwin-xfree@cygwin.com
XWin was started with the following command line:

/usr/bin/X :0 -auth /home/abhi/.serverauth.1468 

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1600 h 900
winInitializeDefaultScreens - Returning
_XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't already running

[-- Attachment #3: Type: text/plain, Size: 223 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Xserver isn't working
  2009-09-17 18:27 Xserver isn't working abhishek B S
@ 2009-09-18 13:54 ` Jon TURNEY
  0 siblings, 0 replies; 2+ messages in thread
From: Jon TURNEY @ 2009-09-18 13:54 UTC (permalink / raw)
  To: cygwin-xfree; +Cc: abhi.bs

On 17/09/2009 19:26, abhishek B S wrote:
> Hi,
>
> I installed cygwin on my laptop which has 64 bit vista home premium,
> but when i type the command xstart in the bash shell of cygwin it says
> a fatal error has occured and cygwin/x will now exit.In the bash shel
> it says waiting for  X server to begn accepting connections a ten it
> gives an error mesg saying givin up.
> Xinit:no such file or directory<errno 2>  : Unbleo connect to Xserver.
> Xinit:No such process<errno 3>:server 3
>
> How can i fix this problem?
> I have attached the log file of the error.

Reading the log file might also be a good idea :-)

> _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed
> _XSERVTransMakeAllCOTSServerListeners: server already running
>
> Fatal server error:
> Cannot establish any listening sockets - Make sure an X server isn't already running

The server can't start, either because it's not being allowed to bind to port 
6000, or because something else already has.

This has been asked a few times before and should probably be a FAQ but no one 
seems to have come up with the definitive answer...

Try something like 'netstat -a -b -n | grep -A2 ":6000"' which should identify 
any process which is already bound to the socket which the X server wants to use.

Alternatively, you need to check your firewall settings to see if the X server 
process is not being allowed to bind to the socket.  It's been suggested that 
running the X server as administrator might also help...



http://sourceware.org/ml/cygwin-xfree/2009-08/msg00036.html
http://sourceware.org/ml/cygwin-xfree/2009-05/msg00008.html

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-18 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-17 18:27 Xserver isn't working abhishek B S
2009-09-18 13:54 ` Jon TURNEY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).