Hi, ich benutze freetz-stable-1.0 und hatte das Problem auch. Habe mir mit einem kleinen Patch beholfen :
--- etc/init.d/rc.conf.orig 2009-04-24 04:58:24.000000000 +0200
+++ etc/init.d/rc.conf 2009-04-24 04:58:48.000000000 +0200
@@ -1,4 +1,7 @@
#! /bin/sh
+if [ "`id -u`" -ne 0 ]; then
+...