hi,

i just install srss4 on opensuse 10.3 (i'm following step by step from wiki)

   -> no firewall
   -> tftp is on (my tftp directory seems to be ok)

but i got issue with error 27d :

fwload: bad read (it seems to be a firmware error message)

utfwadm -P :

System Version(P1)      4.0_48_2007.08.01.15.48

Domain          Intf    Upgrade to
------------    ------  --------------------------
192.168.128.0   eth1    4.0_48_2007.08.01.15.48

utadm -l :

LAN connections: On
Subnetwork: 192.168.128.0
       Interface=      eth1 (192.168.128.1)
       Netmask=        255.255.255.0
       Broadcast=      192.168.128.255
       Router=         192.168.128.1
       AuthSrvr=       192.168.128.1
       AltAuth=        192.168.128.1
       FirmwareSrvr=   192.168.128.1
       NewTver=        4.0_48_2007.08.01.15.48
       IP assignment=  0/225 (192.168.128.16)

my dhcpd.conf :

option space SunRay;
option SunRay.AuthSrvr  code 21 = ip-address;
option SunRay.AuthSrvr  192.168.128.1;
option SunRay.FWSrvr    code 31 = ip-address;
option SunRay.FWSrvr    192.168.128.1;
option SunRay.NewTVer   code 23 = text;
option SunRay.NewTVer   "4.0_48,REV=2007.08.01.15.48";
option SunRay.Intf      code 33 = text;
option SunRay.Intf      "eth1";
option SunRay.LogHost   code 24 = ip-address;
option SunRay.LogHost   192.168.128.1;
option SunRay.LogKern   code 25 = integer 8;
option SunRay.LogKern   6;
option SunRay.LogNet    code 26 = integer 8;
option SunRay.LogNet    6;
option SunRay.LogUSB    code 27 = integer 8;
option SunRay.LogUSB    6;
option SunRay.LogVid    code 28 = integer 8;
option SunRay.LogVid    6;
option SunRay.LogAppl   code 29 = integer 8;
option SunRay.LogAppl   6;

group
{
       vendor-option-space SunRay;
       subnet 192.168.128.0 netmask 255.255.255.0 {
               default-lease-time 720000;
               max-lease-time 1440000;
               authoritative;
               option routers 192.168.128.1;
               range 192.168.128.11 192.168.128.111;
       }
}

ddns-update-style ad-hoc;


my dtu is getting the dhcp address (i can see it on the screen) and i can see the dhcprequest/dhcpoffer on my eth1 in the /var/log/messages of the server

i also tried a utfwload -L to force firmware upgrade of all sessions but i still got the error

any idea what is wrong ?

thanks for the advice and help

regards,


--
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Julien LECUBIN
Institut de Mecanique Celeste et de Calcul des Ephemerides
CNRS UMR 8028 - Observatoire de Paris
77, avenue Denfert Rochereau
75014 PARIS
tel : 01.40.51.22.80
fax : 01.46.33.28.34
[EMAIL PROTECTED] | [EMAIL PROTECTED]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to