2009/6/4 PGNet Dev <[email protected]>: > i've managed to get 2009.06 installed in a Xen DomU on Linux Dom0. > > it's currently 'up' with a static IP, and i can successfully ssh into > the box as either root or 'myuser'. > > all network/login settings seem to survive reboot. > > i've set up for VNC to the DomU. > > i can connect, and am at the Gnome login window. but, neither > 'myuser', or root, credentials are accepted @ Gnome login. i simply > get "Incorrect username or password". > > any hints as to what add'l magic is req'd to get the credentials accepted?
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. 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? _______________________________________________ xen-discuss mailing list [email protected]
