MorphOS Developer
Posts: 587 from 2003/2/24
From: finland, the l...
I have it running. I installed it a long time ago, yet I can remember that I didn't have any problems with it (MorphOS built-in network stack is pretty similar to AmiTCP/IP, you can find the familiar BSDish configuration files from ENVARC:sys/net for example). In short you need to add the service lines to ENVARC:sys/net/inetd.conf manually. Something like:
Code:
netbios-ssn stream tcp nowait root samba:bin/smbd smbd
netbios-ns dgram udp wait root samba:bin/nmbd nmbd
In some cases you also might need to add 'nobody' and 'pcguest' users as described by the "samba for dummies". This should no longer be necessary, however.
Quite obviously the smb.conf needs to be adjusted according to your needs, aswell. This should be very similar to any other samba installation job, however.
Oh, and don't forget to add the samba: assign in user-startup. It isn't exactly point and click I agree, but it should be doable. Maybe someone with more spare time can write step by step guide on the subject.
[ Edited by Piru on 2009/10/27 1:33 ]