HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Xvfb issue
Operating System - HP-UX
        1839827
        Members
    
    
        2375
        Online
    
    
        110156
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              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
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            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
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- 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
05-16-2005 09:52 AM
05-16-2005 09:52 AM
			
				
					
						
							Xvfb issue
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Greetings,
I'm running Xvfb on one of my servers, but it doesn't seem to be configured correctly. When it try to test it, I get this:
host1:root# xwd -out junk -root -display host2:19
Xlib: connection to "host2:19.0" refused by server
Xlib: No protocol specified
xwd: unable to open display 'host2:19'
I've been racking my brain, but Xvfb is poorly documented. Does anyone have any ideas?
		
		
	
	
	
I'm running Xvfb on one of my servers, but it doesn't seem to be configured correctly. When it try to test it, I get this:
host1:root# xwd -out junk -root -display host2:19
Xlib: connection to "host2:19.0" refused by server
Xlib: No protocol specified
xwd: unable to open display 'host2:19'
I've been racking my brain, but Xvfb is poorly documented. Does anyone have any ideas?
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2005 01:46 PM
05-16-2005 01:46 PM
			
				
					
						
							Re: Xvfb issue
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						hi,
just to check, have u "xhost +host2"? u may also like to read this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=54406
if u have other options, u may like to try VNC.
regards.
		
		
	
	
	
just to check, have u "xhost +host2"? u may also like to read this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=54406
if u have other options, u may like to try VNC.
regards.
	what you do not see does not mean you should not believe
			
			
				
			
			
			
			
			
			
		- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2005 03:48 PM
05-16-2005 03:48 PM
			
				
					
						
							Re: Xvfb issue
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						'host2:19'
That is not a valid hostname/display for xvfb
xvfb is a X server that allows products like Oracle reports to run without the presence of an actual graphics card on the hpux server.
Its startup parameters are set in /etc/rc.config.d/xvfb
There could be something wrong in there and you may get away with copying that file in from another working server.
Also see that the DISPLAY variable is set correctly in whatever program is actually using the xvfb. If its an oracle startup script, thats imperitive.
SEP
		
		
	
	
	
That is not a valid hostname/display for xvfb
xvfb is a X server that allows products like Oracle reports to run without the presence of an actual graphics card on the hpux server.
Its startup parameters are set in /etc/rc.config.d/xvfb
There could be something wrong in there and you may get away with copying that file in from another working server.
Also see that the DISPLAY variable is set correctly in whatever program is actually using the xvfb. If its an oracle startup script, thats imperitive.
SEP
	Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
			
			
				
			
			
			
			
			
			
		Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2005 12:53 AM
05-17-2005 12:53 AM
			
				
					
						
							Re: Xvfb issue
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi Mathew
I use DISPLAY in 2 ways
$export DISPLAY=MY_PC_IP_ADDRESS:0.0
to run as root
su (become root without -)
then whatever X programs you want to run.
First you must run your X server program (I use cygwin) on YOUR PC.
Thanks
Basheer
		
		
	
	
	
I use DISPLAY in 2 ways
$export DISPLAY=MY_PC_IP_ADDRESS:0.0
to run as root
su (become root without -)
then whatever X programs you want to run.
First you must run your X server program (I use cygwin) on YOUR PC.
Thanks
Basheer
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP
