From: jeremy a. <arc...@co...> - 2003-09-15 23:43:09
|
So I have been able to compile and install bproc-3.2.6, cmtools-1.2, and beoboot-cm.1.5 with kernel 2.4.21. But now I can't get beoboot to get the phase 2 image. The error from the slave: RARP: BPROC 2223; File 4711; file:/var/beowulf/boot.img recv: <someline about backoff was here> recv: resend listing on port 1024 recv: requesting /var/beowulf/boot.img from 192.168.36.110:4711 recv: response from server: /var/beowulf/boot.img : File unavailable Boot image download failure The error from the master: > sudo beoserv -v eth0: data socket 192.168.36.110:1847 beoserv: node_up listening at: /tmp/.node_up beoserv: RARP: 00:C0:4F:6B:8C:7E == 192.168.36.50 192.168.36.50:1024 request filename=/var/beowulf/boot.img depth=0 resend_port=1024 fail=0.0.0.0:0 192.168.36.50:1024 response: status=100 addr=0.0.0.0:0 depth=0 Here are the commands to create the phase 1 and phase 2 images: sudo beoboot -1 -f -k /boot/vmlinuz-2.4.21 -o /dev/fd0 sudo beoboot -2 -n -k /boot/vmlinuz-2.4.21 -o /var/beowulf/boot.img I have not modified any of the /etc/beowulf/ files, nor exporting any NFS directories from the master because I can't tell if I need to or not. Any help would be appreciated. -Jeremy |