PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Ubuntu: Samba-Problem



Beerdrinker
14.09.09, 00:02
Hi,

ich hab hier das Problem, daß auf einem meiner Ubuntu-Kisten (xubuntu 9.04) Samba nicht mehr funzt... von einer Minute auf die andere :-(

Wenn ich im Dolphin auf Netwrke -> Samba-Freigaben klicke, kommt die Meldung: Es konnten keine Arbeitsgruppen im lokalen Netzwerk gefunden werden. Dies könnte an einer installierten Firewall liegen.

Habe aber keine Firewall installiert.

Vom Windows-Rechner aus ist der PC auch nicht mehr in der Netzwerkumgebung sichtbar. Hab also mal versucht mittels smbclient, smb4k etc. von einer anderen Linuxkiste aus auf den PC zuzugreifen - nada. Andersrum genauso. Ping funktioniert in beide Richtungen, auch die NFS-Shares lassen sich nach wie vor beiden PC's mounten. Nur Samba geht eben nicht.

Vielleicht hat ja wer eine Idee.

Grüßle

[edit]

sry für das doppelposting, mein browser hing^^ vielleicht kann ja ein admin den einen netterweise entfernen ;-)

Wene
14.09.09, 07:16
Kannst Du mal etwas mehr zur Konfiguration des Servers verraten? Je mehr desto besser. :cool:

Beerdrinker
14.09.09, 08:59
Klar doch ;-)

Hier die smb.conf:




[global]
netbios name = Samba24
server string = Samba file and print server
workgroup = NETWORK
security = user
hosts allow = 127. 192.168.0.
interfaces = 127.0.0.1/8 192.168.0.0/24
bind interfaces only = yes
remote announce = 192.168.0.255
remote browse sync = 192.168.0.255
printcap name = cups
; load printers = yes
cups options = raw
; printing = cups
guest account = smbguest
log file = /var/log/samba/samba.log
max log size = 1000
; null passwords = no
username level = 6
password level = 6
; encrypt passwords = yes
unix password sync = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = no
domain master = no
; preferred master = no
; domain logons = no
os level = 33
logon drive = m:
logon home = \\%L\homes\%u
logon path = \\%L\profiles\%u
logon script = %G.bat
; time server = no
name resolve order = wins lmhosts bcast
; wins support = no
; wins proxy = no
dns proxy = no
; preserve case = yes
; short preserve case = yes
client use spnego = no
client signing = no
client schannel = no
; server signing = no
server schannel = no
; nt pipe support = yes
; nt status support = yes
allow trusted domains = no
obey pam restrictions = yes
enable spoolss = yes
; client plaintext auth = no
; disable netbios = no
follow symlinks = no
update encrypted = yes
; pam password change = no
passwd chat timeout = 120
; hostname lookups = no
username map = /etc/samba/smbusers
; smb passwd file = /etc/samba/smbpasswd
passwd program = /usr/bin/passwd '%u'
passwd chat = *New*password* %n\n *ReType*new*password* %n\n *passwd*changed*\n
add user script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null '%u'
add user to group script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null -g '%g' '%u'
add group script = /usr/sbin/groupadd '%g'
delete user script = /usr/sbin/userdel '%u'
delete user from group script = /usr/sbin/userdel '%u' '%g'
delete group script = /usr/sbin/groupdel '%g'
add machine script = /usr/sbin/useradd -d /dev/null -g sambamachines -c 'Samba Machine Account' -s /dev/null -M '%u'
machine password timeout = 120
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /dev/null
winbind use default domain = yes
winbind separator = @
winbind cache time = 360
winbind trusted domains only = yes
winbind nested groups = no
winbind nss info = no
; winbind refresh tickets = no
; winbind offline logon = no

wins support = no
[homes]
comment = Home Directories
path = /home
read only = no
; available = yes
; browseable = yes
; guest ok = no
; printable = no
share modes = no
locking = no

[netlogon]
comment = Network Logon Service
path = /home/netlogon
read only = no
; available = yes
; browseable = yes
; guest ok = no
; printable = no
share modes = no
locking = no

available = no
browsable = no
public = no
writable = no
[profiles]
comment = User Profiles
path = /var/samba/profiles
read only = no
; available = yes

; guest ok = no
; printable = no
locking = no
create mode = 0600
directory mask = 0700

available = no
browsable = no
public = no
writable = no
[printers]
comment = All Printers
path = /var/spool/samba
; browseable = yes
; writable = no
; guest ok = no
printable = yes
share modes = no
locking = no

[pdf-documents]
path = /home/pdf-documents
comment = Converted PDF Documents
; available = yes
; browseable = yes

guest ok = yes

available = no
browsable = no
public = no
writable = yes
[pdf-printer]
path = /tmp
comment = PDF Printer Service
printable = yes
guest ok = yes
use client driver = yes
printing = bsd
print command = /usr/bin/gadmin-samba-pdf %s %u
lpq command =
lprm command =

[Daten]
path = /Daten
comment = No comment
force user = peter
read only = no
; available = yes
; browseable = yes
; guest ok = no
; printable = no
share modes = no
locking = no

available = no
browsable = no
public = no
writable = no

Beerdrinker
14.09.09, 09:06
uhm....

hab den fFehler gefunden, hab das gestern völlig übersehen :-D lag am Adressbereich- Mich wundert nur, wodurch der Eintrag geändert wurde, weil vorher ging's ja



interfaces = 127.0.0.1/8 192.168.0.0/24
...
remote announce = 192.168.0.255
remote browse sync = 192.168.0.255


muß hwißen



interfaces = 127.0.0.1/8 192.168.2.0/24
...
remote announce = 192.168.2.255
remote browse sync = 192.168.2.255


Trotzdem Danke für die Antwort.

Gruß

stefan.becker
14.09.09, 17:22
Den 2. Thread habe ich gelöscht.

Beerdrinker
18.09.09, 10:26
dankeschön :-)