Hi,

I've been trying to install srss_3.0 on Debian Sarge for while and I
can't get it to work.  I have carefully followed the instructions in

http://wwwcip.informatik.uni-erlangen.de/~simigern/sunray-debian/

and have had no luck.  Let me explain:

Our SunrayServer is called srs1, has IP 192.168.0.3 and it is also the
Firmware server.  DHCP parameters are provided by another server, along
with vendor specific options.  This is a shared, non-routed LAN.
Firmware updates work fine and the Sunray is fed with the right
parameters, i.e, right after the DHCP-phase it tries to connect to
192.168.0.3:7009.

But there is no process listening on port 7009:

Output of 'netstat -lutn':
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp        0      0 0.0.0.0:7008            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:7011            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:7012            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:32779           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:13              0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:113             0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:726             0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:7007            0.0.0.0:*               LISTEN     
udp        0      0 0.0.0.0:177             0.0.0.0:*                          
udp        0      0 0.0.0.0:69              0.0.0.0:*                          
udp        0      0 0.0.0.0:720             0.0.0.0:*                          
udp        0      0 0.0.0.0:723             0.0.0.0:*                          
udp        0      0 0.0.0.0:111             0.0.0.0:*                          

Output of 'ps x' (stripped):
 1630 ?        Ss     0:00 /usr/sbin/inetd
 1642 ?        Ss     0:00 /usr/sbin/nscd
 1653 ?        Ss     0:00 /usr/sbin/sshd
 2673 ?        S      0:00 /usr/bin/X11/wdm
 2674 ?        S      0:00 /usr/bin/X11/wdm
 2885 ?        Ss     0:00 /opt/SUNWut/srds/lib/utdsd -p 7012
 2989 ?        Ss     0:00 /opt/SUNWut/lib/utsessiond -r -c 
/etc/opt/SUNWut/auth.permit
 2991 ?        Ss     0:00 /opt/SUNWut/lib/utdevmgrd -r -c 
/etc/opt/SUNWut/auth.permit
 2992 ?        S      0:00 /opt/SUNWut/lib/utsessiond -r -c 
/etc/opt/SUNWut/auth.permit
 2993 ?        Ss     0:00 /opt/SUNWut/lib/utparalleld -r
 2994 ?        S      0:00 /opt/SUNWut/lib/utparalleld -r
 2995 ?        Ss     0:00 /opt/SUNWut/lib/utseriald -r
 2997 ?        S      0:00 /opt/SUNWut/lib/utdevmgrd -r -c 
/etc/opt/SUNWut/auth.permit
 3001 ?        S      0:00 /opt/SUNWut/lib/utseriald -r


# uname -a
Linux srs1 2.6.9-p4-20.01.05-13.34h #1 SMP Thu Jan 20 14:53:11 CET 2005
i686 GNU/Linux


I have setup srs1 with 'utconfig' and 'utadm -A 192.168.0.0', both
delivered no errors.  But when I start the services using
'/etc/init.d/zsunray-init start' I get the following errors
in /var/opt/SUNWut/log:

Apr 14 13:02:22 srs1 utprop: open_connection(): Could not open dstatus DB at 
(/var/opt/SUNWut/ndbm/dstatus) 
Apr 14 13:02:22 srs1 utglpolicy: open_connection(): Could not bind to LDAP 
server - Invalid credentials 
Apr 14 13:02:23 srs1 utauthd: main CONFIG_ERROR: AdminImpl:utjadmin.so or 
configuration error in /etc/opt/SUNWut/utadmin.conf

As you can see, utauthd is invoked, but it dies with that error.  Hence
nobody listening on 7009.  I have read both the Installation and
Administration guides and have found nothing that could help me.  I have
even recursively diff-compared the directories
/etc/opt/SUNWut/
/opt/SUNWut/
/var/opt/SUNWut/
with those of a working Sarge-SunRayServer installation that was done
using the same instructions.  Besides trivial changes (e.g. hostnames),
everything looks almost identical!  I'm really lost...


Here are the contents of /etc/opt/SUNWut/utadmin.conf:

#
#  utadmin.conf - configuration parameters for UT administration 
#
# @(#)utadmin.conf.template.src 1.12   02/03/05     SMI
#
#  Configuration parameters for LDAP and NDBM databases
#
admin.server.name       = srs1
admin.server.port       = 7012
admin.user.name         = cn=utadmin,utname=srs1,o=v1,o=utdata
admin.subtree           = utname=srs1,o=v1,o=utdata
admin.defaultlocale     = en_US
admin.dstatus.dbfile    = /var/opt/SUNWut/ndbm/dstatus
admin.ustatus.dbfile    = /var/opt/SUNWut/ndbm/ustatus
admin.http.cfile        = 
admin.http.port         = 
admin.ssl.enable        = 


I'm crying for help...
Vito Di Leo.


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

Reply via email to