Actually , ~jack/.Xclients file is :-

#!/bin/ksh
exec /usr/bin/dtstart jds

First installation  instruction :-
jack$ cp .Xclients  .vnc/xstartup

The rest of xstartup file doesn't matter i believe.

As person too much focused on Ubuntu Servers (8.04,8.10,9.04) :-)
( due to Ubuntu 8.10 Server is a perfect target for the most recent Xen 3.4 
(5)  ports from my standpoint)  i always look for two things:-
1. Edit  /etc/gdm/gdm.conf to enable xdmcp and allow RemoteGreeter.
    /etc/init.d/gdm restart
2. Then create /etc/xinetd.d/Xvnc and restart xinetd.
    /etc/init.d/xinetd restart

Official Sun Guide for Nevada :-
http://opensolaris.org/os/community/xen/docs/setupvnc/

Turn on xdmcp via 
# svccfg -s cde-login
svc:/application/graphical-login/cde-login>
svc:/application/graphical-login/cde-login> setprop dtlogin/args=""
That should be done in some different way on OSOL . Some set of svccfg commands
properly tuning "gdm". 


--- On Thu, 6/4/09, PGNet Dev <[email protected]> wrote:

From: PGNet Dev <[email protected]>
Subject: Re: [xen-discuss] Gnome-login to osol DomU fails, refusing valid  
credentials
To: "Boris Derzhavets" <[email protected]>, "Juergen Keil" 
<[email protected]>
Cc: [email protected]
Date: Thursday, June 4, 2009, 11:42 AM

hi,

On Thu, Jun 4, 2009 at 12:06 AM, Juergen Keil <[email protected]> wrote:
> For the problem with the "root" login:
>
> "root" is a "role" in opensolaris and is not allowed to login.  This is
> defined by the "type=role;" setting in /etc/user_attr.  If you remove it,
> root becomes a normal user account and is allowed to login.

yep.  i've already tried both cases of root usage.  in either case i
_can_ login @ ssh, but _not_ via Gnome Login.

> And with "myuser":
>
> Are you using a non-US-english layout keyboard on the vncviewer side,
> and are there perhaps any characters used in the password that do not
> exist on an US-english layout keyboard?  Could it be a keyboard mapping
> issue?

nope. it's an english/us keyboard, and the username & password are all
ascii chars.

the keyboard, vnc viewer, and password are all used in other VNC
connects, both standalone and Xen DomU without any problem.

On Thu, Jun 4, 2009 at 2:29 AM, Boris Derzhavets <[email protected]> wrote:
> I was able to setup resumable vnc session to OSOL 2009.06 DomU :-

per your suggestion,

login as myuser
start vncserver
  set 'password'

cat  /export/home/myuser/.vnc/xstartup
 #!/bin/sh
 [ -r \$HOME/.Xresources ] && xrdb \$HOME/.Xresources
 xsetroot -solid grey
 vncconfig -iconic &
 xterm -geometry 80x24+10+10 -ls -title "\$VNCDESKTOP Desktop" &
 exec /usr/bin/dtstart jds

restart vncserver
connect via VNC viewer

successfully @ desktop!

so, this is clearly an option.

still, though, doesn't explain why Gnome Login manager refuses ... :-/

thanks.



      
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to