yes, server. i'm trying to build samba 3.0.4 to run on a s1 dtivo such that it can serve files to other machines. my rationale: i have a spare dtivo, it runs (most of) linux, it has a turbonet, it uses very little power, it's quiet and i have two drives to use. in other words, it costs me nothing but time to get it running. 
what i've done so far: downloaded the samba source, built it using libtivohack.a for some of the missing lib calls, and installed it on the tivo with this config file:
Code:
[global]
interfaces = 192.168.1.66/24
workgroup = HOME
netbios name = DTIVO3
security = share
guest account = root
hosts allow =
encrypt passwords = no
[share1]
path = /var
guest only = yes
writable = yes
the nmbd and smbd both start and seem groovy, but i can't connect from either windows or linux. windows gives me:
Code:
The mapped network drive could not be created because the following error has occurred: The specified network name is no longer available.
linux gives me:
Code:
session setup failed: Call returned zero bytes (EOF)
any ideas? i don't really know the internals of samba at all, and i've turned debugging on, but nothing in the logs really leaps out at me.
any ideas?
ronny