> Hi list,
>
> I am trying to install openbsd but I keep getting an error message,
>
> I use a soekris 4801-50, I use a linux dhcpd server and I want to install
> openbsd 4.2
>
> this is my dhcpd.conf
>
>
>         subnet 10.0.0.0 netmask 255.255.255.0 {
>                     option routers 10.0.0.2;
>                     filename "pxeboot";
>                     range 10.0.0.4 10.0.0.10;
>                     default-lease-time 86400;
>                     max-lease-time 90000;
>             }
>     }
>
> this is /etc/inetd.conf:
>
> tftp            dgram   udp     wait
> nobody  /usr/sbin/tcpd  /usr/sbin/in.tftpd /bsd
>
> in directory /bsd the files pxeboot and bsd.rd  are stored
>
> The error I get is:
>
> CLIENT MAC ADDR: 00 00 24 C8 FD D8
> CLIENT IP: 10.0.0.10  MASK: 255.255.255.0  DHCP IP: 10.0.0.100
> GATEWAY IP: 10.0.0.2
> probing: pc0 com0 com1 pci pxe![2.1] mem[639K 127M a20=on]
> disk: hd0+*
> net: mac 00:00:24:c8:fd:d8, ip 10.0.0.10, server 10.0.0.100
>>> OpenBSD/i386 PXEBOOT 1.07
> open(tftp:/etc/boot.conf): Operation not permitted
> boot>
> booting tftp:/bsd: open tftp:/bsd: Unknown error: code 60
>  failed(60). will try /obsd
> boot>
> booting tftp:/obsd: open tftp:/obsd: Operation not permitted
>  failed(1). will try /bsd.old
> boot>
> booting tftp:/bsd.old: open tftp:/bsd.old: Unknown error: code 60
>  failed(60). will try /bsd
> boot>
> booting tftp:/bsd: open tftp:/bsd: Unknown error: code 60
>  failed(60). will try /obsd
> boot>
> booting tftp:/obsd: open tftp:/obsd: Operation not permitted
>  failed(1). will try /bsd.old
> boot>
> booting tftp:/bsd.old: open tftp:/bsd.old: Unknown error: code 60
>  failed(60). will try /bsd
> Turning timeout off.
>
> any pointers would be welcome :)
>
> regards, chantal

Try add these two options to your dhcpd.conf (i assume your tftp server is
the same as your dhcp server).

next-server 10.0.0.100;
option root-path "/bsd";

You might not need the next-server option, but it does not hurt to add.

Kjetil

_______________________________________________
Soekris-tech mailing list
[email protected]
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to