When trying to access dream from my pc, using samba, I got error "You do not have access to
\\Dreambox ... may be you do not have enough rithgs .. host not found...
Samba is working, because if I change name of dream on "server string" parameter, it is reflected of the name that appears on the lan.
It seems that I must edit smb.conf. Can anyone put an working example of smb.conf . (The one that I have has comments in german and I can not completely understand it)
This is the log of operation from smb.log with log level = 5
Added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
Added interface ip=192.168.255.33 bcast=192.168.255.255 nmask=255.255.255.0
load_client_codepage: loading codepage 850.
load_client_codepage: filename /lib/codepages/codepage.850 does not exist.
2006/12/24 20:34:54 loaded services
standard input is not a socket, assuming -D option
2006/12/24 20:34:54 becoming a daemon
bind succeeded on port 139
waiting for a connection
Trying sysv shmem open of size 102400
shm_initialize : initializing shmem size 102400
Initialised IPC area of size 102400
2006/12/24 20:34:59 changed root to /
open_oplock_ipc: opening loopback UDP socket.
bind succeeded on port 0
open_oplock ipc: pid = 1037, oplock_port = 1079
priming nmbd
sending a packet of len 1 to (127.0.0.1) on port 137 of type DGRAM
Serverzone is -3600
Gethostbyaddr failed for 192.168.255.179
2006/12/24 20:34:59 Connection denied from 192.168.255.179
Closing connections
2006/12/24 20:34:59 Server exit (connection denied)
got SIGCLD
Trying sysv shmem open of size 102400
shm_initialize : initializing shmem size 102400
Initialised IPC area of size 102400
2006/12/24 20:34:59 changed root to /
open_oplock_ipc: opening loopback UDP socket.
bind succeeded on port 0
open_oplock ipc: pid = 1038, oplock_port = 1080
priming nmbd
sending a packet of len 1 to (127.0.0.1) on port 137 of type DGRAM
Serverzone is -3600
Gethostbyaddr failed for 192.168.255.179
2006/12/24 20:34:59 Connection denied from 192.168.255.179
Closing connections
2006/12/24 20:34:59 Server exit (connection denied)
got SIGCLD
Trying sysv shmem open of size 102400
shm_initialize : initializing shmem size 102400
Initialised IPC area of size 102400
2006/12/24 20:34:59 changed root to /
open_oplock_ipc: opening loopback UDP socket.
bind succeeded on port 0
open_oplock ipc: pid = 1039, oplock_port = 1081
priming nmbd
sending a packet of len 1 to (127.0.0.1) on port 137 of type DGRAM
Serverzone is -3600
Gethostbyaddr failed for 192.168.255.179
2006/12/24 20:34:59 Connection denied from 192.168.255.179
Closing connections
2006/12/24 20:34:59 Server exit (connection denied)
And this is my sbm.conf
# DIESESmboxmbox
# FILE NUR MIT LINUXKONFORMEN EDITOR BEARBEITEN!
[global]
load printers = no
guest account = root
log file = /var/tmp/smb.log
log level = 5
security = share
encrypt passwords = yes
server string = dm7020_Salon
workgroup = workgroup
#Dieser namen erscheint in der Netzwerkumgebeung
#er muss auch in die hosts eingetragen werden
netbios name = dreambox
os level = 0
preferred master = no
local master = no
domain master = no
#Hier statt 192.168.1.3 die IP der BOX eingeben
interfaces = 127.0.0.1 192.168.255.33
hosts deny = all
#Hier statt 192.168.1 die ersten drei Stellen + Subnet eures Netzwerks eingeben
hosts allow = 192.168.255.1 192.168.255.254
name resolve order = lmhosts host bcast
client code page=850
character set=iso8859-1
case sensitive=no
preserve case=yes
short preserve case=yes
[Harddisk]
comment = Harddisk
path = /hdd
read only = no
public = yes
guest ok = yes
[Bilder]
comment = Bilder
path = /hdd/picture
read only = no
public = yes
guest ok = yes
[Filme]
comment = Filme
path = /hdd/movie
read only = no
public = yes
guest ok = yes
[Musik]
comment = Musik
path = /hdd/music
read only = no
public = yes
guest ok = yes
dream has ip addres of 12.168.255.33
pc has ip address of 192.168.255.179
Regards
Vicente