MLD-5.x > General

Probleme Samba bei 5.5 testing

(1/1)

kuro13:
Seit gestern habe ich auf meinem Haupt VDR die Version 5.5 testing installiert. Läuft bis auf Samba gut.
Mein iMac zeigt komischerweise an: mld\0325\.5 - ein backslash unter Mac? Ich komme so nicht auf meine Aufnahmen.
Bei meiner alten, bewährten 5.1 Installation wird angezeigt: mld-5.1 und funktioniert einwandfrei. Woher die Angabe mit backslash kommt erschließt sich mir nicht.

Als Beispiel die smb.conf von 5.1


--- Quote ---[global]
   workgroup = home
   netbios name = MLD-51
   log level = 0
   socket options = TCP_NODELAY IPTOS_LOWDELAY
   guest account = root
   map to guest = Bad User
   null passwords = yes
   server string = Multimedia server
   security = user
   os level = 2
   wins support = no
   local master = yes
   domain master = no
   create mask = 755
   create mode = 755
   public = yes
   wide links = yes
   unix extensions = no
   allow insecure wide links = yes
   wide links = yes
   usershare max shares = 0
   load printers = no
   printcap name = /etc/samba/printcap
   printing = lprng
[etc]
   path = /etc
   comment = Configurations Directory
   volume = etc
   writeable = yes
   guest ok = yes
[doc]
   path = /usr/share/doc
   comment = Documentations Directory
   volume = doc
   writeable = yes
   guest ok = yes
[data]
   path = /mnt/data
   comment = Data Directory
   volume = data
   writeable = yes
   guest ok = yes
[dvd]
   path = /mnt/dvd
   comment = dvd Directory
   volume = dvd
   writeable = no
   guest ok = yes
[log]
   path = /var/log
   comment = log Directory
   volume = log
   writeable = yes
   guest ok = yes
[root]
   path = /
   comment = Gesamte Filesystem
   volume = root
   writeable = yes
   guest ok = yes

--- End quote ---

Und smb.conf von 5.5


--- Quote ---[global]
   workgroup = workgroup
   netbios name = MLD 5.5
   log level = 0
   socket options = TCP_NODELAY IPTOS_LOWDELAY
   guest account = root
   map to guest = Bad User
   null passwords = yes
   server string = Multimedia server
   security = user
   os level = 2
   wins support = no
   local master = yes
   domain master = no
   create mask = 755
   create mode = 755
   public = yes
   wide links = yes
   unix extensions = no
   allow insecure wide links = yes
   usershare max shares = 0
   load printers = no
   printcap name = /etc/samba/printcap
   printing = lprng
   mangled names = no
[etc]
   path = /etc
   comment = Configurations Directory
   volume = etc
   writeable = yes
   guest ok = yes
[doc]
   path = /usr/share/doc
   comment = Documentations Directory
   volume = doc
   writeable = yes
   guest ok = yes
[data]
   path = /data
   comment = Data Directory
   volume = data
   writeable = yes
   guest ok = yes
#   vfs objects = catia
#   catia:mappings = 0x22:0xa8,0x2a:0xa4,0x2f:0xf8,0x3a:0xf7,0x3c:0xab,0x3e:0xbb,0x3f:0xbf,0x5c:0xff,0x7c:0xa6
[dvd]
   path = /media/dvd
   comment = dvd Directory
   volume = dvd
   writeable = no
   guest ok = yes
   preexec = /bin/mount /media/dvd
   postexec = /bin/umount /media/dvd
[log]
   path = /var/log
   comment = log Directory
   volume = log
   writeable = yes
   guest ok = yes
[root]
   path = /
   comment = Gesamte Filesystem
   volume = root
   writeable = yes
   guest ok = yes
--- End quote ---

Möglicherweise kann mir bei diesem Mysterium jemand helfen.

clausmuus:
Eventuell ist der Space im Netbios Name schuld? Ändere doch mal testweise das "MLD 5.5" in ein "MLD-5.5". Oder ist das eventuell der Name den Du dem System gegeben hast? Musst Du also möglicherweise auch den Namen des Systems ändern?

kuro13:

Danke Claus für die rasend schnelle Antwort. Das werde ich heute abend noch probieren

kuro13:
Als alter Rentner hat man ja Zeit.

Ich habe in der smb.config geändert:
Aus workgroup = workgroup - auf workgroup = home
Aus netbios name = MLD 5.5 - auf netbios name = MLD-55. Dabei war, glaube ich, das Weglassen des Punktes und der Bindestrich entscheidend.

Also: so funktioniert es auf Apple
[global]
   workgroup = home
   netbios name = MLD-55

Navigation

[0] Message Index

Go to full version