Fabian - to start samba you need to find the samba startup script. On OZ 3.2 it\'s \"/etc/init.d/samba\". You could issue \"/etc/init.d/samba start\" and that would probably do it. Also - after you install samba it probably will be put into your regular startup scripts - in which case rebooting should do the trick.
Shane
ps. I had many problems getting samba running on my system - it turned out that certain directories samba expected to find weren\'t there. In my case creating \"/var/run/samba\" and \"/var/cache/samba\" directories, then restarting samba, did the trick. This may not be a problem for you, but if you start samba and don\'t see \"smbd\" and \"nmbd\" processes running, that might be it. Oh - and make sure you\'ve specified a valid share path in \"/etc/sysconfig/samba.conf\" (path may be a little different, depending on distribution).