Sponsored Content
Operating Systems Solaris The X-Server can not be started on display :0 Post 302396255 by wasabihowdi on Thursday 18th of February 2010 04:45:49 AM
Old 02-18-2010
The X-Server can not be started on display :0

Hey Guys,

I have just moved my machine to a new location
and reconfigured my DNS and ip...
and for an unknown reason
I get this X-Server can not be started error on startup.

This is what I got in my Xerrors log:

Quote:
facl: Invalid argument
(failed setting acl on /tmp/wg0000024e to match /dev/fb)
facl: Invalid argument
(failed setting acl on /tmp/wg0000024f to match /dev/fb)
facl: Invalid argument
(failed setting acl on /tmp/wg00000250 to match /dev/fb)
facl: Invalid argument
(failed setting acl on /tmp/wg00000251 to match /dev/fb)
facl: Invalid argument
(failed setting acl on /tmp/wg00000252 to match /dev/fb)
Wed Feb 17 11:39:04 2010
error (pid 887): Server unexpectedly died
Wed Feb 17 11:39:09 2010
error (pid 887): Server for display :0 can't be started.
It is possible to start a graphical session (X-Server) manually,
but not automatically upon startup...

Any ideas?

Thanks a lot!
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

display the timestamp of a server UNIX

I can't find the command shell UNIX to display the timestamp of the current date. It's not an option of the commande date. (3 Replies)
Discussion started by: nicolas
3 Replies

2. Solaris

X-SERVER will not display on Solaris 8

Hi, I just installed Solaris 8 (x86) on a PC and I cannot get the X-Server configured: Below is a copy of Xerrors: X_mkdir: No such file or directory X_mkdir: No such file or directory There is no XDISPLAY information for display 0. Check the OWconfig file(s) and try again. Fatal... (2 Replies)
Discussion started by: annointed3
2 Replies

3. Solaris

Startup error: The X-server can not be started on display :0...

Earlier today SPARCBOOK 5000 was working, but was asked to upgrade an application on it. 1. uninstalled application 2. loaded latest solaris 8 recommended cluster (downloaded it yesterday). 3. reboot machine after patch update On reboot all looks OK upto the point it attempts to run... (9 Replies)
Discussion started by: devonthomas384@
9 Replies

4. UNIX for Dummies Questions & Answers

Please get me started on my virtual server

I've been given access to a virtual server. I've worked out how to connect with it using SSH (in my unix terminal window). But I'm clueless about how to continue. The last time I made web services. I had a fancy web-based control panel. Now I just have the command line. There are three... (1 Reply)
Discussion started by: knownothing
1 Replies

5. HP-UX

need graphical display of Hp server

Hi all, i need graphical display of my Hp server to install oracle software.i connected it through telnet.can we connect from windows client to Hp server through remote desktop connection.please guide.i try a lot to get it. thanks in advance. (1 Reply)
Discussion started by: younusdba
1 Replies

6. Solaris

X-Server cannot be started on display 0

Iam using a Dell laptop..... i installed Solaris 10.... 'm getting a X-Server cannot be started on display 0 error. Can anyone help me in fixing ??? (2 Replies)
Discussion started by: sarathnag25
2 Replies

7. Solaris

X-Server can not be started on display 0

hi , I have install Oracle solaris 10 8/11 on intel core i5 server. But its not opening in graphic mode showing message X-Server can not be started on display ... (EE) Unable to locate/open config file Drivers to try are: "intel" "i810" "fbdev" "vesa" vga" (EE) failed to load module "dri"... (3 Replies)
Discussion started by: zeeshan047
3 Replies

8. Red Hat

RHEL 4 Server con't Started....

Hi Friends, My Server is con't stated..it shows the below error.. Red hat exterprise Linux As Release 4(nahat) kernel 2.6.9-5.ELsmp on an i686 INIT : id "x" respawing too fast :disabled for 5 minutes... Please help help Thanks, Srinivas (1 Reply)
Discussion started by: srinivas814
1 Replies

9. Red Hat

What are Linux configuration changes required after a cloned VM Server is started?

Dear Expert Users, VMware Admin Tool is used to create a "clone" of an existing VM RHEL Server. Now, I have a Project where a cloned VM Server image is started for run . Please share what are all configuration changes required to ensure this runs fine ? I will be grateful for quick and... (2 Replies)
Discussion started by: schandrakar1
2 Replies

10. UNIX for Beginners Questions & Answers

X-Server can not be started on display :0

Good Morning, I recently cloned a sunblade 2500 to another sunblade 2500 and had an issue getting the GUI: X-Server can not be started on display :0 The issue was that the first machine had an xvr600 graphics card, and the new machine had an xvr100. Installing a new driver took... (0 Replies)
Discussion started by: Stellaman1977
0 Replies
acl(2)																	    acl(2)

NAME
acl, facl - get or set a file's Access Control List (ACL) SYNOPSIS
#include <sys/acl.h> int acl(char *pathp, int cmd, int nentries, void aclbufp); int facl(int fildes, int cmd, int nentries, void aclbufp); The acl() and facl() functions get or set the ACL of a file whose name is given by pathp or referenced by the open file descriptor fildes. The nentries argument specifies how many ACL entries fit into buffer aclbufp. The acl() function is used to manipulate ACL on file system objects. The following types are supported for aclbufp: aclent_t Used by the UFS file system. ace_t Currently unused. The following values for cmd are supported: SETACL nentries aclent_t ACL entries, specified in buffer aclbufp, are stored in the file's ACL. All directories in the path name must be searchable. GETACL Buffer aclbufp is filled with the file's aclent_t ACL entries. Read access to the file is not required, but all directo- ries in the path name must be searchable. GETACLCNT The number of entries in the file's aclent_t ACL is returned. Read access to the file is not required, but all directories in the path name must be searchable. ACE_SETACL nentries ace_t ACL entries, specified in buffer aclbufp, are stored in the file's ACL. All directories in the path name must be searchable. ACE_GETACL Buffer aclbufp is filled with the file's ace_t ACL entries. Read access to the file is not required, but all directories in the path name must be searchable. ACE_GETACLCNT The number of entries in the file's ace_t ACL is returned. Read access to the file is not required, but all directories in the path name must be searchable. Upon successful completion, acl() and facl() return 0 if cmd is SETACL. If cmd is GETACL or GETACLCNT, the number of ACL entries is returned. Otherwise, -1 is returned and errno is set to indicate the error. The acl() function will fail if: EACCES The caller does not have access to a component of the pathname. EFAULT The pathp or aclbufp argument points to an illegal address. EINVAL The cmd argument is not GETACL, SETACL, or GETACLCNT; the cmd argument is SETACL and nentries is less than 3; or the cmd argument is SETACL and the ACL specified in aclbufp is not valid. EIO A disk I/O error has occurred while storing or retrieving the ACL. ENOENT A component of the path does not exist. ENOSPC The cmd argument is GETACL and nentries is less than the number of entries in the file's ACL, or the cmd argument is SETACL and there is insufficient space in the file system to store the ACL. ENOSYS The cmd argument is SETACL and the file specified by pathp resides on a file system that does not support ACLs, or the acl() function is not supported by this implementation. ENOTDIR A component of the path specified by pathp is not a directory, or the cmd argument is SETACL and an attempt is made to set a default ACL on a file type other than a directory. ENOTSUP The cmd argument is GETACL, but the ACL is composed of ace_t entries, and the ACL cannot be translated into aclent_t form. The cmd is ACE_SETACL, but the underlying filesystem only supports ACLs composed of aclent_t entries and the ACL could not be translated into aclent_t form. EPERM The effective user ID does not match the owner of the file and the process does not have appropriate privilege. EROFS The cmd argument is SETACL and the file specified by pathp resides on a file system that is mounted read-only. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ getfacl(1), setfacl(1), aclcheck(3SEC), aclsort(3SEC) 9 Sep 2004 acl(2)
All times are GMT -4. The time now is 11:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy