Talk:SRSS 4.1 & 4.2 on Ubuntu 8.10 and 9.04 (i386, amd64)
From Sun Ray User Group Wiki
(Redirected from Talk:SRSS 4.1 on Ubuntu Server (i386 and amd64))
Notes on amd64 installation
Hi,
I have some remarks on the installation process:
- /etc/pam.d/gdm was not touched by the srss in step 11. I executed /opt/SUNWut/lib/utgenpam enable, and then had to add a @include common-auth line.
- /etc/init.d/utsvc failed because /etc/opt/SUNWut/basedir/lib/utprodinfo gave the BASEDIR as /opt\n (note the literal "\n", it was not a linebreak). I changed the following: (line 171)
#if ${2}; then
# MAPPEDLIST="${MAPPEDLIST}${Param[${1}]}=${Debian_Mapped_Param[${1}]}\\n"
#else
# MAPPEDLIST="${Debian_Mapped_Param[${1}]}\\n"
#fi
if ${2}; then
MAPPEDLIST="${MAPPEDLIST}${Param[${1}]}=${Debian_Mapped_Param[${1}]}"
else
MAPPEDLIST="${Debian_Mapped_Param[${1}]}"
fi
Seems to work fine now. :)
Benjamin Hanzelmann 14:10, 26 February 2009 (UTC)

