Operating System - Linux
1752292 Members
4492 Online
108786 Solutions
New Discussion юеВ

Re: rhel5 as a guest under hpvm 3.5

 
Giora Bar
New Member

rhel5 as a guest under hpvm 3.5

Hi I have sucessfully installed RHEL5 under
HPVM 3.5 running on host HPUX v2.

I can only use the text interface.

I cannot startx, due to the msg:

Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.9-55.0.2.EL ia64 Red Hat, Inc.
Current Operating System: Linux hpvmln01 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:55 EDT 2007 ia64
Build Date: 05 September 2007
Build ID: xorg-x11-server 1.1.1-48.26.el5
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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 21 02:16:16 2008
(EE) Unable to locate/open config file
xf86PciVideoInfo is not set
(==) Using default built-in configuration (45 lines)
(EE) open /dev/fb0: No such file or directory
(EE) No devices detected.

Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.



What am I missing, is there any emulated drivers I should Install?
10 REPLIES 10
YAQUB_1
Respected Contributor

Re: rhel5 as a guest under hpvm 3.5

Hi,

Can U check:
# /etc/init.d/xfs status
# /etc/init.d/xfs stop
# /etc/init.d/xfs start

Now what is result!!!

Thanks--yaqub
I am a Customer Advocate!!!
Giora Bar
New Member

Re: rhel5 as a guest under hpvm 3.5

Issue the xfs status I get:

xfs status
usage: xfs [-config config_file] [-port tcp_port] [-droppriv] [-daemon] [-nodaemon] [-user user_name] [-ls listen_socke

issue ps -ef | grep xfs I get:

xfs 2288 1 0 Apr17 ? 00:00:00 xfs -droppriv -daemon
whats next?

YAQUB_1
Respected Contributor

Re: rhel5 as a guest under hpvm 3.5

/sbin/lspci | grep -i vga
Giora Bar
New Member

Re: rhel5 as a guest under hpvm 3.5

Hi,

The /sbin/lspci | grep -i vga

produce no lines.

issue the command /sbin/lspci will show

00:00.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 07)
00:01.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller
00:03.0 ISA bridge: Intel Corporation 82372FB PIIX5 ISA (rev 01)


I just would like to remind you that this is a linux guest running under HPVM

running HPUX v2 and v3 as guests under same host works fine.

Giora
Dennis Handly
Acclaimed Contributor

Re: rhel5 as a guest under hpvm 3.5

You probably should have put this in the virtualization forum.
But since this is now about Linux, you should really ask there.
Maaz
Valued Contributor

Re: rhel5 as a guest under hpvm 3.5

I would suggest you to run

# /usr/sbin/gdm-stop
# /usr/sbin/gdm-binary

if X still failed to run, then try the following
# system-config-display

Regards

Maaz
Valued Contributor

Re: rhel5 as a guest under hpvm 3.5

Hi Giora Bar

>the /sbin/lspci | grep -i vga
>produce no lines.

try
# kudzu

Giora Bar
New Member

Re: rhel5 as a guest under hpvm 3.5

thats what I got:

[root@hpvmln01 init.d]# gdm-stop
Can't find the PID file in the configuration file, going to try:
/var/run/gdm.pid
/var/run/gdm.pid doesn't exist, perhaps GDM isn't running
[root@hpvmln01 init.d]# gdm-binary
[root@hpvmln01 init.d]# ps -ef | grep gdm
root 10550 1 0 07:33 ? 00:00:00 gdm-binary
root 10554 1 0 07:33 ? 00:00:00 gdm-binary
root 10588 10550 0 07:33 ? 00:00:00 gdm-binary
root 10592 18254 0 07:33 ttyS0 00:00:00 grep gdm
[root@hpvmln01 init.d]# system-config-display
No video cards were found on this machine, exiting
[root@hpvmln01 init.d]# kudzu
[root@hpvmln01 init.d]#

still no working X.

Maaz
Valued Contributor

Re: rhel5 as a guest under hpvm 3.5

>the /sbin/lspci | grep -i vga
>produce no lines.

>No video cards were found on this machine, exiting

obviously, /usr/sb/gdm-stop, and/or gdm-binary is useless right now, because the VGA adapter is not detected.

So I think the only command that can do is/will be
'service kudzu start' or just 'kudzu'

ok, did you install the rhel 5 in a text mode ?
did you install with linux noprobe option ?

Regards
Maaz