Hi,

obviously, a bug in the rtnet start script went unnoticed through releases 0.8.0 and 0.8.1. When you use the simple configuration mode (in contrast to configuring via tdma.conf) and you get an error like "rteth0: command not found" on the slaves, please update to latest SVN or apply the attached patch.

Jan
Index: tools/rtnet.in
===================================================================
--- tools/rtnet.in      (revision 733)
+++ tools/rtnet.in      (working copy)
@@ -124,7 +124,7 @@
 
         OFFSET=$TDMA_OFFSET
         for SLAVE in $TDMA_SLAVES; do
-            echo "$SLAVE_TDMACFG rteth0 slot 0 $OFFSET;ifconfig vnic0 up 
\$IPADDR \$NETMASK_OPT" | \
+            echo "\$TDMACFG rteth0 slot 0 $OFFSET;ifconfig vnic0 up \$IPADDR 
\$NETMASK_OPT" | \
                 $RTCFG rteth0 add $SLAVE -stage1 - $STAGE_2_OPT
             let OFFSET=$OFFSET+$TDMA_OFFSET
         done

Reply via email to