On Tue, 08 Feb 2011 09:33:51 +0100 Giuseppe Sacco <[email protected]> wrote:
> Hi all, > I plan to install the sunray server software on a Debian machine, > squeeze version, possibly on amd64 architecture. I already checked a few > how to, mainly http://wiki.sun-rays.org/index.php/SRSS_4.2_% > 28part_of_SRS5%29_on_Debian/unstable from Hellmund wiki user. It did not > apply to squeeze because of a few problem related to libldap2 library. Just write the correct library versions into /opt/SUNWut/lib/utctl.d/features/utcompatlinksctl and do rm -f /etc/opt/SUNWut/utctl.run; /etc/init.d/utsyscfg start (Or create the symlinks manually) I have 5.1.1 on squeeze and the differences to the wiki are minimal. - /bin/sh is now provided by dash instead of bash. therefore, change the line if [ "${UTAUDIODEV}" != "" ] ; then in the pulseaudio script in /etc/X11/Xsession.d into if [ ${UTAUDIODEV} ] ; then (otherwise, the script fails and your session ends immediately) - Debian Squeeze has now a dependency-based boot system: therefore, add LSB-headers of the form ### BEGIN INIT INFO # Provides: zsunray-init # Required-Start: $local_fs $network $syslog # Should-Start: dhcp3-server gdm # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Starting Sunray services ### END INIT INFO to the sunray init scripts in /etc/init.d and use "insserv zsunray-init" instead of "update-rc.d zsunray-init defaults" > > I have to install also the Windows connector in order to let users use $ /opt/SUNWuttsc/sbin/uttscadm -c -g bin Enter complete location for libssl.so.0.9.7 [/lib/libssl.so.0.9.7a] : /usr/lib32/libssl.so.0.9.8 and don't forget to start the daemon: $ insserv uttscp; /etc/init.d/uttscp start That's all I remember. - Meik -- Meik Hellmund Mathematisches Institut, Uni Leipzig e-mail: [email protected] http://www.math.uni-leipzig.de/~hellmund _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
