Already did try some more things, with the same result, it looks again that Samba is not starting. I followed the above tutorial, and also try the tutorial from www.macsat.com

This is my post boot file at the moment:

[admin@(none) root]$ cat /usr/local/sbin/post-boot
#!/bin/sh
dropbear
mount -t ext3 /dev/discs/disc0/part1 /opt
mount -t ext3 /dev/discs/disc0/part3 /tmp/harddisk
swapon /dev/discs/disc0/part2
# remove audio module
killall waveservermain
rmmod audio
rmmod soundcore
# And printer
killall p910nd
killall lpd
killall infosvr
rmmod printer
# start Samba
/usr/sbin/smbd -D
/usr/sbin/nmbd -D

Please help, got stuck....

Roland