>
> i know this was a problem for windows dhcp servers, and i'd written some
> code to do the translation.  but, come to find out, there was a setting
> that could be changed on the server side.  i'd suggest looking at the docs
> for your dhcpd server, and please contact the list with your result.
>
> as a last resort, you could try merging this patch in:
>
> http://sourceforge.net/tracker/index.php?func=detail&aid=681864&group_id=259&atid=100259

I did a solution for it yesterday, i made:

# Imageserver
option option-140 code 140 = ip-address;

and

# option-140 is the IP address of your SystemImager image server
option option-140 = "192.168.1.254";

The important stuff is the " ".

I dont know is this is to consider a bug or not, but after this change the
DHCP lease and IMAGESERVER connection works.

However, after that, i got other problems, first some binaries segfault
(parted, sfdisk etc - both with shipped kernel and my own)
Resorting to devel version of boot package (3.1.4) and the binaries
started to work again.(also, i unpacked the binaries(boel_binareis.tgz) on
the imageserver and they worked fine - what could have been the problem ???)

But now i have other problems, the scripts tries to run parted on /dev/hda
but SIS seems to use devfs, and thus, /dev/hda does not exist.

Any suggestions anyone ?

Best regards
Daniel



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Sisuite-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to