Closed
Bug 1355067
Opened 9 years ago
Closed 9 years ago
Fatal error: no screens found
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Infrastructure & Operations
RelOps: Puppet
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dragrom, Assigned: dragrom)
References
Details
Attachments
(1 file)
|
1.19 KB,
patch
|
dividehex
:
review+
dragrom
:
checked-in+
|
Details | Diff | Splinter Review |
[root@moonshot-test3 ~]# startx
xauth: file /root/.Xauthority does not exist
X.Org X Server 1.18.4
Release Date: 2016-07-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.0-45-generic x86_64 Ubuntu
Current Operating System: Linux moonshot-test3 4.4.0-66-generic #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 x86_64
Kernel command line: placeholder root=UUID=46dc8580-48b5-49c2-b7a6-1b7c252feb68 ro quiet splash
Build Date: 02 November 2016 10:06:10PM
xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.33.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 10 06:06:22 2017
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
| Assignee | ||
Updated•9 years ago
|
Assignee: relops → dcrisan
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•9 years ago
|
||
[root@moonshot-test3 ~]# lspci | grep VGA
00:02.0 VGA compatible controller: Device 1234:1111
| Assignee | ||
Comment 2•9 years ago
|
||
I done some little changes in service definition files. First I removed forked option, because the X and Xsession programs not run as daemons.
Other change was to call /usr/bin/X with display number and not /usr/bin/startx, to start x11 service. If I used startx, the Xsession failed to connect to the display :0.
Attachment #8857509 -
Flags: review?(jwatkins)
Updated•9 years ago
|
Attachment #8857509 -
Flags: review?(jwatkins) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8857509 [details] [diff] [review]
puppetagain_xservices.patch
https://hg.mozilla.org/build/puppet/rev/a68eaacf151bf4b4edd51dc15071489f8338faa4
Attachment #8857509 -
Flags: checked-in+
| Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•