Sponsored Content
Top Forums UNIX for Beginners Questions & Answers SunBlade 150 can't start openwin: /usr/openwin/bin/xinit: Server error. Post 303036891 by siegroup on Tuesday 16th of July 2019 10:29:12 AM
Old 07-16-2019
SunBlade 150 can't start openwin: /usr/openwin/bin/xinit: Server error.

Hi.

I have a Microsystems SunBlade 150

Code:
shell# cat /etc/release
Solaris 8 2/02 s28s_u7wos_08a SPARC

shell# uname -a
SunOS HOSTNAME 5.8 Generic_108528-14 sun4u sparc SUNW,Sun-Blade-100

shell# prtconf -F
/pci@1f,0/SUNW,m64B@13:m640

When I join to the only account the server try to launch de Windows Manager (openwin) but this error show:

Code:
/usr/openwin/bin/xinit: Server error.

I login with root and try to start X Window Manager (openwin) manually using:

Code:
shell# cd /usr/openwin/bin/
shell# ./openwin
VUIDFORMAT: Invalid argument

Fatal server error:
Failed to initialize core devices

/usr/openwin/bin/xinit: Server error

I try this second option manually:

Code:
shell# /usr/openwin/bin/openwin -dev /dev/fb

/usr/openwin/bin/xinit: Connection refused (errno 146): unable to connect to X Server
/usr/openwin/bin/xinit: No such process (errno 3): Server error.

For second option I try to "reinstall Solaris 8" using the "original CD's" but when the CD Boot and I select the language and Keyboard, the system tru to launch a window manager but the same error appear "/usr/openwin/bin/xinit: Server error". So, I can't reinstall all the system to Smilie

Last edited by siegroup; 07-16-2019 at 12:06 PM.. Reason: add more info...
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Openwin Error

1.I was trying to use Exceed to run Solaris "openwin" on my Windows 95. I got an error : /usr/openwin/bin/openwin & 28522 $ /dev/fb: No such file or directory Graphics Adapter device /dev/fb is of unknown type Fatal server error: InitOutput: Error loading module for /dev/fb Does... (1 Reply)
Discussion started by: b5fnpct
1 Replies

2. UNIX for Dummies Questions & Answers

OpenWin Locked up

I have a server that is on solaris 9 and openwin is locked. The mouse won't respond and I can't seem to kill the openwin pid on the server.. Is there a command line to kill openwin from the server side? (2 Replies)
Discussion started by: jphorton
2 Replies

3. Post Here to Contact Site Administrators and Moderators

/usr/openwin/bin/xinit: unable to connect to Xserver

Hi Gents, I have downloaded Sol 8 2/04 from Sun's web page and I have tried to install it into a V890. I can boot from a CD 1of 2 without any problem. After the selection of the language and the Locale, the TWM (Sol Install Console window) cannot starts up. The following are the errors... (0 Replies)
Discussion started by: mmakhol
0 Replies

4. Solaris

Can SunBlade 150 support 2 x 160GB hard disk

Hi all, I am a newbies here, Have question regards large hard disk install in SunBlade system. Can SunBlade 150 support 2 x 160GB (internal IDE) ? Want to make sure before buy the hard disks. Anyone had experiences configure large hard disk in SunBlade 150 before ? In the SunBlade 150... (2 Replies)
Discussion started by: ong.kianseng
2 Replies

5. UNIX for Dummies Questions & Answers

OpenWin error

I have a client who is using Solaris 8 and on login the system tris to open windows but then generates the following error failed to open /usr/openwin/AcceleratedX/etc/Siteinfo Fatal Server error Failed to configure the xserver Help Please! Thanks (0 Replies)
Discussion started by: alvinc77
0 Replies

6. UNIX for Dummies Questions & Answers

openwin use old serial mouse

Solaris 10 on an Ultra 45, there are two serial ports (com A and B) And I need to be able to use an old serial trackball mouse in the openwin dt enviornment. Do I have any options? Even if I have to buy an external device for conversion? Want to configure openwin to use an old serial pointer device... (0 Replies)
Discussion started by: ajp7701
0 Replies

7. Solaris

TTY Issue with Sunblade 150

I purchased a Sunblade 150 from Ebay. It had 512MB RAM and 80GB hard disk. I recently purchased additional RAM and another 80GB disk, and installed them. The RAM goes through POST without issues. I just can't get beyond the OK prompt. I am using the serial console. I have been unable to... (5 Replies)
Discussion started by: Geekasaurus
5 Replies

8. Solaris

Why X-server doesn't read /usr/openwin/lib/locale/C/OWfontpath???

Hi all! Solaris 10. Why did X-server stop to read OWfontpath? Any suggestions. Thanks. (0 Replies)
Discussion started by: wolfgang
0 Replies

9. Hardware

seeking QUIET hardware Sparc Solaris 8/Openwin

I have several applications locked to Solaris 8 (and older) and have been very happy with my Sparcs and Ultras but am getting tinnitus problems from fans and disks. Any tips on a quiet thin client (with decent graphics, not video or gaming level but 24bit and multi monitor would be useful) that... (0 Replies)
Discussion started by: batchman
0 Replies
TrustedExtensionsPolicy(4)					   File Formats 					TrustedExtensionsPolicy(4)

NAME
TrustedExtensionsPolicy - configuration file for Trusted Extensions X Server Extension SYNOPSIS
/usr/X11/lib/X11/xserver/TrustedExtensionsPolicy /usr/openwin/server/etc/TrustedExtensionsPolicy DESCRIPTION
TrustedExtensionsPolicy is the configuration file for Trusted Extensions X Server Extension (SUN_TSOL). SUN_TSOL provides security policy enforcement. This enforcement is based on Mandatory Access Control (MAC) and Discretionary Access Control (DAC). Blank lines and comments in the TrustedExtensionsPolicy file are ignored. Comments start with a pound sign (#). The format of the file is as follows: keyword{space|tab}value where keyword can be one of the following: atom Label this atom ADMIN_LOW, so that XGetAtomName(3X11) succeeds. property Instantiate this property once. The default is to polyinstantiate a property. selection Polyinstantiate this selection. The default is to instantiate the selection once. extension Disable this extension. privilege Implicitly allow this window privilege on all clients. For possible keyword values, see the /usr/X11/lib/X11/xserver/TrustedExtensionsPolicy file for the Xorg X server. For Xsun, see the /usr/openwin/server/etc/TrustedExtensionsPolicy file. EXAMPLES
The following entry in the TrustedExtensionsPolicy file polyinstantiates the Dtpad program: selection Dtpad If the entry is missing, or commented out, the Dtpad program is instantiated once. Similarly, the following entry instantiates the WM_ICON_SIZE property once: property WM_ICON_SIZE If the entry is missing, or commented out, the WM_ICON_SIZE property is polyinstantiated. FILES
/usr/X11/lib/X11/xserver/TrustedExtensionsPolicy Configuration file for Trusted Extensions X Server Extension ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +----------------------+------------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +----------------------+------------------------------------+ |Availability |SUNWxwts | +----------------------+------------------------------------+ |Interface Stability |Committed | +----------------------+------------------------------------+ SEE ALSO
XGetAtomName(3X11), attributes(5) NOTES
The functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 20 Jul 2007 TrustedExtensionsPolicy(4)
All times are GMT -4. The time now is 02:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy