sunlist <[EMAIL PROTECTED]> wrote:
> Has anyone got the srss 2.0 software working with Solaris 10? I have managed to
> get srss 2.0, along with patch 114880-04 installed successfully under a Solaris
> 10 beta. The software all configured fine. All of the daemons come up and
> operate successfully.
>
> My problem is that I can not get :
>
> /devices/pseudo/[EMAIL PROTECTED]:sunray
>
> created, and following, the symbolic link of /dev/sunray .
>
> The program install won't create it. And I can't get it created manually after
> the fact.
Sun Ray's 64-bit kernel driver packages (SUNWutkx and SUNWutux) didn't get
installed. You might be able to 'pkgadd' them manually. Reboot afterwards.
Various other small things will also be broken. The PAM configuration is
probably the next one that you'll run into, when you try to log in. Repair
it by removing all of the dtlogin-SunRay, dtsession-SunRay, utgulogin and
utnsclogin entries from /etc/pam.conf, and then create correct entries for
those services by pasting the output of this command into the bottom of
/etc/pam.conf:
awk 'BEGIN {
dl = ul = ds = dlo = dso = ulo = "" ;
}
$2 == "auth" {
if ( $1 == "dtlogin" ) {
$1 = "dtlogin-SunRay" ; dl = sprintf("%s%s\n",dl,$0) ;
$1 = "utnsclogin" ; ul = sprintf("%s%s\n",ul,$0)
}
else if ( $1 == "dtsession" ) {
$1 = "dtsession-SunRay" ; ds = sprintf("%s%s\n",ds,$0)
}
else if ( $1 == "other" ) {
$1 = "dtlogin-SunRay" ; dlo = sprintf("%s%s\n",dlo,$0) ;
$1 = "dtsession-SunRay" ; dso = sprintf("%s%s\n",dso,$0) ;
$1 = "utnsclogin" ; ulo = sprintf("%s%s\n",ulo,$0)
}
}
END {
print "dtlogin-SunRay auth requisite /opt/SUNWut/lib/sunray_get_user.so
property=username" ;
print "dtlogin-SunRay auth sufficient /opt/SUNWut/lib/pam_sunray.so" ;
if (length(dl) > 0) {
print dl
}
else if (length(dlo) > 0) {
print dlo
}
print "dtsession-SunRay auth sufficient /opt/SUNWut/lib/pam_sunray.so
syncondisplay" ;
if (length(ds) > 0) {
print ds
}
else if (length(dso) > 0) {
print dso
}
print "utnsclogin auth requisite /opt/SUNWut/lib/sunray_get_user.so
property=username" ;
if (length(ul) > 0) {
print ul
}
else if (length(ulo) > 0) {
print ulo
}
print "utgulogin auth requisite /opt/SUNWut/lib/sunray_get_user.so
property=username" ;
print "utgulogin auth required /opt/SUNWut/lib/sunray_get_user.so prompt" ;
}' < /etc/pam.conf
Then do a cold restart ('utrestart -c'). When the Sun Rays come back up
you should be able to log in to CDE. If you need to log in to Gnome then
you'll first need to comment out the Dtlogin*altDtXserverFlags setting in
every /usr/dt/config/$LANG/Xresources.d/* file. The start-of-comment
character in these files is the exclamation point '!'.
OttoM.
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
_______________________________________________
SunRay-Users mailing list
[EMAIL PROTECTED]
http://www.filibeto.org/mailman/listinfo/sunray-users