- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11 : Xserver cannot be started
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 12:42 AM
12-13-2000 12:42 AM
HP-UX 11 : Xserver cannot be started
I have made a fresh install of hpux 11 on a 715/80. After the installation proces, my system try to start the cde login screen, but he can't.
I get the next error:
Xserver cannot be started on display studie:0
The /var/dt/Xerror gives the next errors:
Fatal server error: Couldn't open X pointer device! is one attached ?
Fatal IO error 232 (connection reset by peer) on Xserver "studie:0.0"
after 0 request 0 known processed with 0 events remaining
Error (PID 1728): Server voor display studie:0 can't be started.
What can I do?
When I looked with 'sam' in the Xserver configuration, he didnot see my monitor.
It works with hp-ux 10.20.
Thanks,
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 12:48 AM
12-13-2000 12:48 AM
Re: HP-UX 11 : Xserver cannot be started
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 12:54 AM
12-13-2000 12:54 AM
Re: HP-UX 11 : Xserver cannot be started
It looks like you're having a problem with your mouse (X pointer device).
Here is a script (thanks to Andreas Voss) that recreates graphics,pointer and keyboard.
---cut here ---
#!/sbin/sh
rm -f /stand/ioconfig /etc/ioconfig
rm -f /dev/*crt* /dev/*hil* /dev/*ps2*
/usr/sbin/ioinit -c
/usr/sbin/ioinit -i
/usr/sbin/insf -evd hil
/usr/sbin/insf -evd ps2
/usr/sbin/insf -evd framebuf
i=`ioscan -fuC hil |awk '/^hil/{print $2}'`
for n in 1 2 3 4 5 6 7
do
ln /dev/hil_$i.$n /dev/hil$n
done
ln /dev/rhil_$i /dev/rhil
ln /dev/hilkbd_$i /dev/hilkbd
---\cut ---
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 01:05 AM
12-13-2000 01:05 AM
Re: HP-UX 11 : Xserver cannot be started
If you have checked your mouse and your keyboard and are ok, you can prove with the command: /sbin/insf for recreate the device files.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 01:05 AM
12-13-2000 01:05 AM
Re: HP-UX 11 : Xserver cannot be started
oops, Xpointer stands for mouse, I should have know, hmmm...
I have I 715/80 and it has a HIL port, but I have a ps2 keyboard and mouse so I use a little box, I don't know how I must call it, me be that is the point.
I know my keyboard works fine.
What should I do ? create device files for hil or ps2 ?
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 01:07 AM
12-13-2000 01:07 AM
Re: HP-UX 11 : Xserver cannot be started
i'd try hil or even switch the mouse and keyboard.
Or check ll /dev ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 01:11 AM
12-13-2000 01:11 AM
Re: HP-UX 11 : Xserver cannot be started
Are you sure that the 'ps2' driver is installed in your kernel? It looks like it isn't.
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 01:16 AM
12-13-2000 01:16 AM
Re: HP-UX 11 : Xserver cannot be started
you cant mix ps2 and hil
The keyboard adaptor module is used on the 715/64,80,100 and 725/100 to
allow for the use of either HIL keyboard/devices or PS2 keyboard and
mouse.
The system does not support both types of devices(ps2 and HIL) at the
same time.
-------- ---------
| | | <---- HIL
| 715 | ADPTOR MOD CBL | KBD |
| |===================| ADPT <---- PS2
| | A4022-62003 | MOD |
| | | <---- PS2 Mouse
-------- ---------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 01:17 AM
12-13-2000 01:17 AM
Re: HP-UX 11 : Xserver cannot be started
I don't have the system here, it is at home, I use it for study. I this evening your solutions and let you know.
Thanks
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 01:28 AM
12-13-2000 01:28 AM
Re: HP-UX 11 : Xserver cannot be started
Wich device files must I create now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 01:46 AM
12-13-2000 01:46 AM
Re: HP-UX 11 : Xserver cannot be started
As Alex said, you cannot mix devices, but you told that you were using ps2 keyboard AND mouse so they both should work.
Have a look at the following thread as the subject has already been discussed.
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb1607e990647d4118fee0090279cd0f9!0,00.html
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 01:51 AM
12-13-2000 01:51 AM
Re: HP-UX 11 : Xserver cannot be started
As to the device files ... I'd be tempted to let the system create them for you : see man insf or use that script ?
It sounds as if you need ps2 ... but again check for yourself when you are in front of the system ie ll /dev/hil, ps2, crt etc etc
good luck ... more news tomorrow then ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 01:59 AM
12-13-2000 01:59 AM
Re: HP-UX 11 : Xserver cannot be started
We'll wait for more news for tomorrow then.
Your tasks for tonight:
1. Make sure the 'ps2' driver is installed in the kernel.
2. Run the script here above.
3. Have a beer (or a 6 pack) when it works ;-)
Let us know how you made it.
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 11:38 PM
12-13-2000 11:38 PM
Re: HP-UX 11 : Xserver cannot be started
The hil and ps2 device files are already in the kernel, so I changed de hil-ps2 adapter and now it works fine.
First check the hardware, before you install the software!
Thank for your time !
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 12:06 AM
12-14-2000 12:06 AM
Re: HP-UX 11 : Xserver cannot be started
Did you have the beers, then?
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 12:09 AM
12-14-2000 12:09 AM