Hello does samba need any special config for a freebsd jail
I have
samba# testparm
Load smb config files from /usr/local/etc/smb.conf
Processing section "[homes]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
netbios name = RAID
interfaces = vr0, 192.168.2.214
[homes]
read only = No
more /usr/local/etc/smb.conf
[global]
netbios name=raid
workgroup=workgroup
encrypt passwords=yes
interfaces = vr0 192.168.2.214
[homes]
readonly=no
as just a basic setup I can access it fine with
\\192.168.2.214
but not \\raid. I have tried it with and with out the interfaces option
/usr/local/etc/rc.d/samba status
nmbd is running as pid 56868.
smbd is running as pid 56874.
winbindd is running as pid 56880
samba# tail -n 10 /var/log/samba/log.nmbd
[2010/02/21 13:05:47, 0] lib/interface.c:load_interfaces(229)
WARNING: no network interfaces found
[2010/02/21 13:05:52, 0] lib/interface.c:load_interfaces(229)
WARNING: no network interfaces found
and log.smbd just shows cups error
samba-3.0.37,1
FreeBSD 8.0-RELEASE
Thank you