Solaris 8 ssh -X woes


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 8 ssh -X woes
# 1  
Old 03-16-2004
Solaris 8 ssh -X woes

howdy,

I have a couple of headless Solaris 8 servers i can access via ssh for basic periodic patching.

I would like to use the X server to access some of the apps that reside there also, but when i start X it errors out, complaining it can't find /dev/fb.

Is there a way to bypass the /dev/fb issue, since it seems to be looking for a monitor specific file (i think)?
# 2  
Old 03-17-2004
Check to see if /dev/fb is linked to anything - if not, you can set it up but may have a problem with booting into multi-user mode.

First, check what output-device is equal to in the output of the eeprom command.
(Save the output as you might need it later - best to save it in a file on another system).

Shutdown the system, setenv output-device screen. Boot -sr to reconfigure into single user mode. This should create your /dev/fb. Shutdown and setenv output-device back to original setting.

Reboot and see if you can now start up X-applications.
# 3  
Old 03-17-2004
Wow! Couldn't I just flip a switch er somthing? Smilie

I only get to visit these machines one day each week, therefore it might be a while before I get this worked out, so anything that springs to mind is welcome. Thanks a lot for the suggestion. Smilie

It sounds like console access is going to be required - at least for the reboot into single user, no?

If I follow the instructions, will that kill the console port access?

I checked in /dev and there is no "fb" there, as was reported by the X error message.
# 4  
Old 03-17-2004
No, there is no switch to flip.

Yes, console access would be needed - either a dumb terminal or laptop to serial port A for single user mode unless you have a console set up already (you should think about that if you don't want to visit the server when you have a problem that required only console access to fix it). If you do have console access, doing this should not kill that access (nothing in life is guarenteedSmilie ).

The best way to prevent this is to insure in building the system you put a 'head' on it - once removed it still allows X to work since /dev/fb is there. I have 20+ servers set up for Naviscore/HP Openview that use X with no problem even though there is no Monitor on the server.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Samba Woes

Hi all With the recent virus attacks we have been tasked with upgrading Samba to a "secure" version. Currently running 3.0.29a and looking to put the latest version down 4.6.5. Being a lazy bod I have only ever installed this, a long time ago, when you could get it in BFF filesets. Have... (6 Replies)
Discussion started by: splattty
6 Replies

2. Solaris

Solaris ssh client hangs when connecting to another Solaris machine

Got a strange problem. I have 4 Solaris servers all configured the same, Solaris 10 x86 update 10. When I try to ssh from one Solaris 10 server to another server ssh hangs. I have an identical server and when I try this everything works fine. The weird thing is if I am root on the server... (1 Reply)
Discussion started by: ccj4467
1 Replies

3. Solaris

Solaris 10 - ssh out ok, but ssh in not

Hi, It's a Solaris 10 zone. I can ssh to other systems without problems, but can not ssh to it (output attached). I don't think there is a firewall here. /etc/ipf/ipf.conf contains nothing. What could be the problem cause? Please help. Thank you in advance! sshclient$ ssh -v thiserver... (1 Reply)
Discussion started by: aixlover
1 Replies

4. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

5. Solaris

Locale woes

Greetings Forumers! I've been fighting a locale problem on a v490 running Solaris 10 u4 (8/07). When I login to the system, I get several "locale" error messages: user1's password: Last login: Wed May 26 2010 09:14:13 -0400 from system1 You have mail. couldn't set locale correctly couldn't... (0 Replies)
Discussion started by: bluescreen
0 Replies

6. Solaris

SSH woes

version of solaris: SunOS 5.8 Generic-117350-39 sun4u sparc SUNW,Netra-240 version of SSH: OpenSSH_4.4p1, OpenSSL 0.9.8d 28 Sep 2006 Task: I need to have another Machine ssh into my machine, by either RSA authentication or username/pass authentication. History: In the begining my... (4 Replies)
Discussion started by: EWTGPAC
4 Replies

7. Solaris

pkgadd woes

Morning all, I am attempting to load a package from a Solaris 8 CDROM. This fails with the error : "pkgadd: ERROR: unable to access pkgmap file </cdrom/ .........../SUNWlibC/pkgmap> No changes were made to the system" Any help would be appreciated Andy (6 Replies)
Discussion started by: AndyD
6 Replies

8. Solaris

Solaris 10 Jumpstart woes

Hi All I have a Solaris 10 jumpstart boot/config server set up on a subnet, and am trying to use it to build a client (the only other machine on the network). Things start out just fine, with the client booting into the Solaris Installation program, but then it just coredumps just as it's... (4 Replies)
Discussion started by: rickedwards44
4 Replies

9. Solaris

Remote CD woes

Good Day, I've remotely mounted a cdrom (no problems theere). The kicker is I can see the directories on the remote CD bout I can't see the files. What am I doing wrong? I'm logged in as root on both systems. All the permissions seem okay - what am I missing? Thanks (2 Replies)
Discussion started by: greg69
2 Replies

10. Solaris

trouble auto connecting ssh 3.6.1 (Solaris 8) to ssh 3.0.1 (Solaris 6)

I am currently setting up rdiff-backup to use ssh to connect and remotely backup and retrieve data. I am doing so by creating rsa keys for each server and copying the relevant key to the /.ssh folder on the relevant server. All seems to work well when severs running solaris 8 with ssh 3.6.1 are... (6 Replies)
Discussion started by: falklandtim
6 Replies
Login or Register to Ask a Question