|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Problem on starting X
Hi folks,
OpenBSD 4.0 After login as User and ran $ startx Code:
Xauth: Creating new authroity file /home/satimis/.serverauth:19055 it was hanging here Pressed ^c ^c (twice) X window started. On console; $ firefox & sometime it worked another time no. Pls adise how to fix the problem. TIA B.R. satimis |
|
#2
|
||||
|
||||
|
Sounds like xauth is hanging trying to create the .Xauthority file. Please check the following:
1. Make sure that the following is set in /etc/ssh/sshd_config X11Forwarding yes (this is normally set to no by default, if you didn't select the running X option in the installer) 2. Make sure the following is set in /etc/ssh/ssh_config ForwardAgent yes ForwardX11 yes Also do a sysctl -a | grep machdep and make sure that machdep.allowaperture = 2
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#3
|
|||||
|
|||||
|
Quote:
# cat /etc/ssh/sshd_config | grep X11Forwarding Code:
#X11Forwarding no # X11Forwarding no Uncomment and change it to "yes" Quote:
# cat /etc/ssh/sshd_config | grep ForwardAgent No printout # cat /etc/ssh/sshd_config | grep ForwardX11 No printout Shall I create them??? TIA Quote:
# sysctl -a | grep machdep Code:
machdep.console_device=ttyC0 machdep.bios.diskinfo.0=bootdev = 0xa0000202, cylinders = 80, heads = 2, sectors = 18 machdep.bios.diskinfo.128=bootdev = 0xa0000200, cylinders = 1023, heads = 255, sectors = 63 machdep.bios.cksumlen=1 machdep.allowaperture=2 machdep.cpuvendor=AuthenticAMD machdep.cpufeature=396098559 machdep.kbdreset=0 "machdep.allowaperture=2" is there. B.R. satimis |
|
#4
|
||||
|
||||
|
Quote:
Also restart your sshd after this. Quote:
Note for the above, I said to check /etc/ssh/ssh_config, not sshd_config ![]() |
|
#5
|
|||
|
|||
|
Hi Scorpions4ever,
Quote:
Oh, sorry. I made a mistake. Both of them were commented out. Change them as advised. Reboot PC. Problem seems gone. I'll come back to this forum should problem reoccurs. Tks. B.R. satimis |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > Problem on starting X |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|