PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Samba Server wird nicht gefunden, Verbindung nicht möglich



jimpanse
24.11.11, 04:57
Moin Moin,

Seid gestern will mein Samba Server nicht mehr. Oder liegt es an Windows?
Vorher lief er einwandfrei, so das man auf die Freigaben zu greifen konnte.

Zum Problem:

In der Netzwerkumgebung ist der Samba zu sehen
http://www.dathoschy.org/bilder/Netzwerkumgebung.png

nur die Verbindung klappt nicht, da der Netzwerkpfad nicht gefunden wird.

In der Log Datei steht folgendes:



dathoschy:/# tail -n 100 /var/log/samba/log.smbd
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/11/24 04:21:18.000852, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/11/24 04:21:18.000925, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2011/11/24 04:21:18.000957, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/11/24 04:21:18.000985, 5] auth/token_util.c:525(debug_nt_user_token)
NT user token: (NULL)
[2011/11/24 04:21:18.001010, 5] auth/token_util.c:551(debug_unix_user_token)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
[2011/11/24 04:21:18.001165, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/11/24 04:21:18.001341, 3] printing/printing.c:1412(start_background_queue)
start_background_queue: Starting background LPQ thread
[2011/11/24 04:21:18.001847, 5] lib/util_sock.c:304(print_socket_options)
Socket options:
SO_KEEPALIVE = 1
SO_REUSEADDR = 1
SO_BROADCAST = 0
TCP_NODELAY = 0
TCP_KEEPCNT = 9
TCP_KEEPIDLE = 7200
TCP_KEEPINTVL = 75
IPTOS_LOWDELAY = 0
IPTOS_THROUGHPUT = 0
SO_SNDBUF = 16384
SO_RCVBUF = 87380
SO_SNDLOWAT = 1
SO_RCVLOWAT = 1
SO_SNDTIMEO = 0
SO_RCVTIMEO = 0
TCP_QUICKACK = 1
[2011/11/24 04:21:18.002086, 5] lib/util_sock.c:304(print_socket_options)
Socket options:
SO_KEEPALIVE = 1
SO_REUSEADDR = 1
SO_BROADCAST = 0
TCP_NODELAY = 1
TCP_KEEPCNT = 9
TCP_KEEPIDLE = 7200
TCP_KEEPINTVL = 75
IPTOS_LOWDELAY = 0
IPTOS_THROUGHPUT = 0
SO_SNDBUF = 16384
SO_RCVBUF = 16384
SO_SNDLOWAT = 1
SO_RCVLOWAT = 1
SO_SNDTIMEO = 0
SO_RCVTIMEO = 0
TCP_QUICKACK = 1
[2011/11/24 04:21:18.002338, 5] lib/util_sock.c:304(print_socket_options)
Socket options:
SO_KEEPALIVE = 1
SO_REUSEADDR = 1
SO_BROADCAST = 0
TCP_NODELAY = 0
TCP_KEEPCNT = 9
TCP_KEEPIDLE = 7200
TCP_KEEPINTVL = 75
IPTOS_LOWDELAY = 0
IPTOS_THROUGHPUT = 0
SO_SNDBUF = 16384
SO_RCVBUF = 87380
SO_SNDLOWAT = 1
SO_RCVLOWAT = 1
SO_SNDTIMEO = 0
SO_RCVTIMEO = 0
TCP_QUICKACK = 1
[2011/11/24 04:21:18.002519, 5] lib/util_sock.c:304(print_socket_options)
Socket options:
SO_KEEPALIVE = 1
SO_REUSEADDR = 1
SO_BROADCAST = 0
TCP_NODELAY = 1
TCP_KEEPCNT = 9
TCP_KEEPIDLE = 7200
TCP_KEEPINTVL = 75
IPTOS_LOWDELAY = 0
IPTOS_THROUGHPUT = 0
SO_SNDBUF = 16384
SO_RCVBUF = 16384
SO_SNDLOWAT = 1
SO_RCVLOWAT = 1
SO_SNDTIMEO = 0
SO_RCVTIMEO = 0
TCP_QUICKACK = 1
[2011/11/24 04:21:18.002687, 5] smbd/connection.c:142(claim_connection)
claiming []
[2011/11/24 04:21:18.002878, 5] lib/messages.c:297(messaging_register)
Overriding messaging pointer for type 1 - private_data=(nil)
[2011/11/24 04:21:18.003162, 2] smbd/server.c:721(smbd_parent_loop)
waiting for connections
[2011/11/24 04:21:18.003484, 5] printing/printing.c:1434(start_background_queue)
start_background_queue: background LPQ thread started
[2011/11/24 04:21:18.003874, 5] smbd/connection.c:142(claim_connection)
claiming [smbd lpq backend]
[2011/11/24 04:21:18.004041, 5] printing/printing.c:1468(start_background_queue)
start_background_queue: background LPQ thread waiting for messages



Verbindungsversuche zum Samba werden nicht mitgeloggt.

Meine smb.conf sieht so aus (hab einen teil der Kommentare entfernt):



[global]
# Arbeitsgruppe
workgroup = WORKGROUP

socket address = 192.168.0.10
interfaces = 192.168.0.0/255.255.255.0
bind interfaces only = yes

security = user

encrypt passwords = yes

netbios name = midgard
log level = 5
max log size = 10M
ntlm auth = YES
lanman auth = YES
client ntlmv2 auth = YES

server string = Server Samba %v

socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

########## Homeverzeichnisse #########
[homes]
comment = homes
read only = no
create mask = 0700
browseable = no

#####Share-Verzeichnisse
[Public]
comment = smball
path = /home/groupsmball
read only = no
create mask = 770
directory mask = 770


Wenn ich das Bind Interfaces und die socket Address rausnehme, kommt das in den logs:


Attempting to find a passdb backend to match tdbsam (tdbsam)
Found pdb backend tdbsam
pdb backend tdbsam has a valid init
namecache_enable: enabling netbios namecache, timeout 660 seconds
Opening cache file at /var/run/samba/gencache.tdb
Opening cache file at /var/run/samba/gencache_notrans.tdb
uid_to_sid: winbind failed to find a sid for uid 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
tdbsam_open: successfully opened /var/lib/samba/passdb.tdb
pdb_getsampwnam (TDB): error fetching database.
Key: USER_root
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
pdb_default_uid_to_sid: Did not find user root (0)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
gid_to_sid: winbind failed to find a sid for gid 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
Failed to fetch domain sid for WORKGROUP
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
Failed to fetch domain sid for WORKGROUP
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
get_privileges: No privileges assigned to SID [S-1-22-1-0]
get_privileges_for_sids: sid = S-1-5-32-544
Privilege set:
SE_PRIV 0xff0 0x0 0x0 0x0
get_privileges_for_sids: sid = S-1-1-0
Privilege set:
SE_PRIV 0x0 0x0 0x0 0x0
get_privileges: No privileges assigned to SID [S-1-5-2]
get_privileges: No privileges assigned to SID [S-1-5-11]
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
Substituting charset 'UTF-8' for LOCALE
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
gid_to_sid: winbind failed to find a sid for gid 65534
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
make_server_info_sam: made server info for user nobody -> nobody
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
Failed to fetch domain sid for WORKGROUP
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
Failed to fetch domain sid for WORKGROUP
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
get_privileges: No privileges assigned to SID [S-1-5-21-501126819-1836783427-1230766505-501]
get_privileges: No privileges assigned to SID [S-1-22-2-65534]
get_privileges_for_sids: sid = S-1-1-0
Privilege set:
SE_PRIV 0x0 0x0 0x0 0x0
get_privileges: No privileges assigned to SID [S-1-5-2]
get_privileges: No privileges assigned to SID [S-1-5-32-546]
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
Socket options:
SO_KEEPALIVE = 1
SO_REUSEADDR = 1
SO_BROADCAST = 0
TCP_NODELAY = 0
TCP_KEEPCNT = 9
TCP_KEEPIDLE = 7200
TCP_KEEPINTVL = 75
IPTOS_LOWDELAY = 0
IPTOS_THROUGHPUT = 0
SO_SNDBUF = 16384
SO_RCVBUF = 87380
SO_SNDLOWAT = 1
SO_RCVLOWAT = 1
SO_SNDTIMEO = 0
SO_RCVTIMEO = 0
TCP_QUICKACK = 1
Socket options:
SO_KEEPALIVE = 1
SO_REUSEADDR = 1
SO_BROADCAST = 0
TCP_NODELAY = 1
TCP_KEEPCNT = 9
TCP_KEEPIDLE = 7200
TCP_KEEPINTVL = 75
IPTOS_LOWDELAY = 0
IPTOS_THROUGHPUT = 0
SO_SNDBUF = 16384
SO_RCVBUF = 16384
SO_SNDLOWAT = 1
SO_RCVLOWAT = 1
SO_SNDTIMEO = 0
SO_RCVTIMEO = 0
TCP_QUICKACK = 1
Socket options:
SO_KEEPALIVE = 1
SO_REUSEADDR = 1
SO_BROADCAST = 0
TCP_NODELAY = 0
TCP_KEEPCNT = 9
TCP_KEEPIDLE = 7200
TCP_KEEPINTVL = 75
IPTOS_LOWDELAY = 0
IPTOS_THROUGHPUT = 0
SO_SNDBUF = 16384
SO_RCVBUF = 87380
SO_SNDLOWAT = 1
SO_RCVLOWAT = 1
SO_SNDTIMEO = 0
SO_RCVTIMEO = 0
TCP_QUICKACK = 1
Socket options:
SO_KEEPALIVE = 1
SO_REUSEADDR = 1
SO_BROADCAST = 0
TCP_NODELAY = 1
TCP_KEEPCNT = 9
TCP_KEEPIDLE = 7200
TCP_KEEPINTVL = 75
IPTOS_LOWDELAY = 0
IPTOS_THROUGHPUT = 0
SO_SNDBUF = 16384
SO_RCVBUF = 16384
SO_SNDLOWAT = 1
SO_RCVLOWAT = 1
SO_SNDTIMEO = 0
SO_RCVTIMEO = 0
TCP_QUICKACK = 1
bind failed on port 445 socket_addr = 0.0.0.0.
Error = Die Adresse wird bereits verwendet
smbd_open_once_socket: open_socket_in: Die Adresse wird bereits verwendet
bind failed on port 139 socket_addr = 0.0.0.0.
Error = Die Adresse wird bereits verwendet
smbd_open_once_socket: open_socket_in: Die Adresse wird bereits verwendet
claiming []
Overriding messaging pointer for type 1 - private_data=(nil)
waiting for connections

Ich seh leider den Fehler nicht. smbd und nmbd laufen beide


root@dathoschy:/home/jimpanse# ps aux|grep smbd
root 636 0.0 0.2 18016 3044 ? Ss 04:53 0:00 /usr/sbin/smbd -D
root 642 0.0 0.1 17892 1296 ? S 04:53 0:00 /usr/sbin/smbd -D
root 699 0.0 0.0 3320 796 pts/1 S+ 04:55 0:00 grep smbd
root@dathoschy:/home/jimpanse# ps aux|grep nmbd
root 632 0.0 0.1 10628 1764 ? Ss 04:53 0:00 /usr/sbin/nmbd -D
root 701 0.0 0.0 3320 796 pts/1 S+ 04:55 0:00 grep nmbd


Wie kriege ich nun wieder eine funktionierende Verbindung zum Samba hin?

MFG

Christian

Stormbringer
24.11.11, 06:33
Laut hardcopy heißt die MS-Netzwerkgruppe wohl Heimnetzgruppe, und die in welcher das Linux-System steht workgroup? Lesen sich die Infos so?
Dann lauscht samba auf einem Netzwerk, nicht auf einer Netzadresse (interfaces = 192.168.0.0/255.255.255.0)

Sind so die ersten Dinge die mir beim frühen querlesen aufgefallen sind.

pibi
24.11.11, 08:06
Seid gestern will mein Samba Server nicht mehr.Vorher lief er mit der identischen Konfiguration? Was hast Du seither geaendert? Updates gemacht? Irgendwelche anderen Config-Files modifiziert (auch wenn Du jetzt sagst, dass da kein Zusammenhang besteht)? Wirft "testparm" einen Fehler aus?

Gruss Pit.

jimpanse
24.11.11, 10:16
Vorher lief er mit der identischen Konfiguration? Was hast Du seither geaendert? Updates gemacht? Irgendwelche anderen Config-Files modifiziert (auch wenn Du jetzt sagst, dass da kein Zusammenhang besteht)? Wirft "testparm" einen Fehler aus?

Gruss Pit.


Seid ich den Server Anfang diesen Jahres aufgesetzt habe, lief er mit der Konfiguration.

Ohne das ich was geändert habe, lauft es seid gestern nicht mehr. Weder auf meinem Rechner noch auf einen der anderen 4 die sich in meinem Netzwerk befinden.

Das einzige was ich mal vor Monaten installiert hatte, war ISPConfig 3. Aber wie gesagt, das ist schon was länger her. Und er lief trotzdem.

Alle Rechner die auf den Samba zugreifen befinden sich in der Arbeitsgruppe Workgroup. Das mit dem Heimnetz ist nur eine Windows Bezeichnung für "Freigaben" unter Windows Rechnern und hat bisher noch nie gestört.

Laut testparm ist die Konfigutation ok.

Der Samba wird mir ja auch bei allen Rechnern in der Netzwerkumgebung angezeigt, nur die Verbindung klappt nicht, da wie man auf dem Bild erkennen kann, der netzwerkpfad nicht gefunden werden kann.

pibi
24.11.11, 11:45
Der Samba wird mir ja auch bei allen Rechnern in der Netzwerkumgebung angezeigt, nur die Verbindung klappt nicht, da wie man auf dem Bild erkennen kann, der netzwerkpfad nicht gefunden werden kann.Kannst Du den Server pingen? Existiert das Directory, auf das das Share zeigt, und ist es fuer den Benutzer zugaenglich?

Was sagt das entsprechende Logfile des Samba-Servers nach einem Verbindungsversuch? Die Logs liegen meist unter /var/log/samba/log.*

Gruss Pit.

jimpanse
24.11.11, 12:53
Kannst Du den Server pingen? Existiert das Directory, auf das das Share zeigt, und ist es fuer den Benutzer zugaenglich?

Was sagt das entsprechende Logfile des Samba-Servers nach einem Verbindungsversuch? Die Logs liegen meist unter /var/log/samba/log.*

Gruss Pit.

ping geht ohne verluste durch. Per ssh, ftp komme ich ebenfalls auf den server und kann auch auf die existierenden homeverzeichnisse der jeweiligen user (und auch mit deren benutzerdaten) zu greifen. (die löschen sich ja nicht über nacht.) die log file findestest du in meinem ersten posting. Ein verbindungsversuch wird nicht verzeichnet.

pibi
24.11.11, 13:33
die log file findestest du in meinem ersten posting.Da steht am Schluss:
smbd_open_once_socket: open_socket_in: Die Adresse wird bereits verwendetHast Du den Server mal komplett nuegestartet?
Ein verbindungsversuch wird nicht verzeichnet.Das wiederum ist schraeg. Hmmm....

Gruss Pit.

jimpanse
24.11.11, 15:11
Da steht am Schluss:
smbd_open_once_socket: open_socket_in: Die Adresse wird bereits verwendet


Wenn ich das Bind Interfaces und die socket Address rausnehme, kommt das in den logs

Hast Du den Server mal komplett nuegestartet?

Gruss Pit.

Mehrmals schon, fehler bleibt aber weiterhin bestehen.

Eine Firewall die etwas verhindern könnte, existiert derzeit auf dem Server nicht.

rstuby
24.11.11, 17:07
So einen ähnlichen Fehler hatte ich auch lange Zeit. allerdings auf Englisch, deshalb bin ich mir nicht sicher, dass es genau derselbe war. Da habe ich irgendwann festgestellt, dass ich hereinkomme, wenn ich in der Adressleiste vom Server die IP-Nummer von meinem Computer mit den Samba-Shares angebe. Mit irgendwelchen Schrägstrichen davor, da bin ich mir leider nicht mehr sicher, aber ich glaube, es war so: \\192.168.0.116
Auf das geöffnete Share habe ich mir dann einen Link gesetzt und es so benutzt, und irgendwann ging dann auch der Zugriff über das graphische Symbol wieder, ohne dass ich etwas geändert hatte. Vielleicht sind es meine Vorurteile, wenn ich sage, dass Windows der wahrscheinlichere Schuldige ist?

jimpanse
24.11.11, 17:17
So einen ähnlichen Fehler hatte ich auch lange Zeit. allerdings auf Englisch, deshalb bin ich mir nicht sicher, dass es genau derselbe war. Da habe ich irgendwann festgestellt, dass ich hereinkomme, wenn ich in der Adressleiste vom Server die IP-Nummer von meinem Computer mit den Samba-Shares angebe. Mit irgendwelchen Schrägstrichen davor, da bin ich mir leider nicht mehr sicher, aber ich glaube, es war so: \\192.168.0.116
Auf das geöffnete Share habe ich mir dann einen Link gesetzt und es so benutzt, und irgendwann ging dann auch der Zugriff über das graphische Symbol wieder, ohne dass ich etwas geändert hatte. Vielleicht sind es meine Vorurteile, wenn ich sage, dass Windows der wahrscheinlichere Schuldige ist?

Also mit eingabe der direkten IP und den jeweiligen Shares klappt es bei mir auch nicht.

Ich hab allerdings hier noch einen "Reserve" Samba (für Backup Zwecke) bei dem klappt es mit dem Verbinden ohne Probleme.

Ich denke mal ich werde in den sauren Apfel beißen und das Teil platt machen und neu einrichten. Daten sind ja schon gesichert.

Stormbringer
25.11.11, 16:00
Hast Du denn einmal versucht, die folgenden Angaben zu nutzen?


# socket address = 192.168.0.10
interfaces = 192.168.10.0/255.255.255.0
bind interfaces only = yes

Laut manpages soll socket address ja eigentlich nur im Bereich "virtual hosting
services" genutzt werden, aber auf keinen Fall im Bereich single network ...

jimpanse
25.11.11, 16:03
Hast Du denn einmal versucht, die folgenden Angaben zu nutzen?


# socket address = 192.168.0.10
interfaces = 192.168.10.0/255.255.255.0
bind interfaces only = yes

Laut manpages soll socket address ja eigentlich nur im Bereich "virtual hosting
services" genutzt werden, aber auf keinen Fall im Bereich single network ...

Nein, ich hab die Angaben erst mal nur so in der Config stehen gehabt, damit ich die Fehlermeldungen aus der log rausbekam (siehe oben). Hab den Server gestern abend noch komplett neu aufgesetzt und nu läuft er erst mal wieder. Hoffentlich jetzt nicht wieder nur für 11 Monate :D