I'm new to all this, tomorrow I will get my first cheap SunRay1
delivered.  Last week I started playing with Edubuntu Edgy and the LTSP
support seems quite good/easy.  I think SRSS with SunRay hardware would
be sexier than old PCs so... I'm trying to get SRSS 3.1.1 installed on
Edubuntu now.  From what I understand 3.1.1 has been out for 1 day.

I've followed the Sunray On Ubuntu page a bit.  Here is what I've done:

sudo apt-get install ldap-utils gawk iputils-ping pdksh unzip alien
libdb3-util libx11-6 xkbutils  build-essential linux-headers-`uname -r`
gcc-3.4 java-common fakeroot
(I left out some because they were apparently not valid packages for Edgy)

mkdir ~/sr
cd ~/sr
mv ~/sr*.zip .
unzip srss_3.1.1.zip
unzip srwc_1.1.zip

mkdir srsspkgs
cd srsspkgs
for i in ../srss_3.1.1/Sun_Ray_Core_Services_3.1.1/Linux/Packages/*
../srss_3.1.1/Sun_Ray_Data_Store_2.2/Linux/Packages/*
../srss_3.1.1/GDM_2.4.4.7.2/Linux/Packages/*
../srss_3.1.1/Docs/Linux/Packages/* ; do fakeroot alien -d $i; done
# while making debs before alien complained about "Skipping conversion
of scripts in package xxx : postinst prerm
sudo dpkg -i sunw*deb

chmod 700 jre-1_5_0_09-linux-i586.bin
./jre-1_5_0_09-linux-i586.bin
mv jre1.5.0_09 /opt/
sudo ln -s /opt/jre1.5.0_09 /etc/opt/SUNWut/jre

# I did this even though I want to just use DHCP thats already setup
sudo mkdir /etc/sysconfig
sudo ln -s /etc/dhcp3/dhcpd.conf /etc/sysconfig/dhcpd
sudo ln -s /etc/dhcp3/dhcpd.conf /etc/dhcpd.conf
sudo ln -s /etc/init.d/dhcp3-server /etc/init.d/dhcpd

Tweaked /opt/SUNWut/sbin/utadm:
   # get the intf's symbolic name
   INTF_NAME=`getent hosts | grep -w ${INTF_IPA} | awk '{print $2}'`;

sudo /opt/SUNWut/sbin/utadm -L
or
sudo /opt/SUNWut/sbin/utadm -A 192.168.22.0

Either of the two above statements ends in this:
  Error: not installed package is not installed.  This is the Binary
        File Format data module used to store the DHCP data.  This
        package is required for SunRay interface configuration.

Any ideas?  Anyone else trying 3.1.1 on Edgy?

Thanks,
Scot
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to