Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Konki und Samba
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
mc-max
Guru
Guru


Joined: 22 Feb 2005
Posts: 305
Location: Frankfurt

PostPosted: Wed Apr 05, 2006 12:15 pm    Post subject: Konki und Samba Reply with quote

Hallo Zusammen,

habe seit gestern (habe es zumindest gestern bemerkt) ein Problemchen mit Samba Freigaben. Nach der Eingabe "smb:/" im Konqueror gibt es eine tolle Fehlermeldung a la "Keine Arbeitsgruppen im lokalen Netzwerk auffindbar" (letzte Woche ging es noch 100%). smb://192.168.2.1/ geht allerdings einwandfrei.

Woran kann es liegen, dass das Netzwerk nicht durchsucht werden kann?

Danke schon mal für eure Hilfe.

server 192.168.2.1
client 192.168.2.2

Code:

# cat /etc/samba/smb.conf | grep '#' -v | grep ';' -v | cat -s
[global]

   workgroup = mcnet

   server string = McServer %v

   printcap name = cups
   load printers = yes

   printing = cups

   log file = /var/log/samba/log.%m

   max log size = 50

   hosts allow = 192.168.3.2 192.168.3.3 192.168.3.4 192.168.2.2 127.0.0.1
   hosts deny = 0.0.0.0/0
  guest ok = yes

   security = user

   vfs object = vscan-clamav
   vscan-clamav: config-file = /etc/samba/vscan-clamav.conf

   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

   dns proxy = no

[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
   guest ok = no
   writable = no
   printable = yes
   public = yes
   printer name = laserjet

[fredsdir]
   comment = Fred's Service
   path = /home/mcmax/datendisk
   valid users = mcmax kristina
   create mask = 770
   directory mask = 770
   public = no
   writable = yes
   printable = no


Code:

 # smbclient -L localhost
Password:
Domain=[MCSERV] OS=[Unix] Server=[Samba 3.0.14a]

        Sharename       Type      Comment
        ---------       ----      -------
        fredsdir        Disk      Fred's Service
        IPC$            IPC       IPC Service (McServer 3.0.14a)
        ADMIN$          IPC       IPC Service (McServer 3.0.14a)
        laserjet        Printer   HP LaserJet 4 Plus
Domain=[MCSERV] OS=[Unix] Server=[Samba 3.0.14a]

        Server               Comment
        ---------            -------

        Workgroup            Master
        ---------            -------
        MCNET                MCSERV


Code:

# nmblookup "*"
querying * on 192.168.2.255
name_query failed to find name *


Last edited by mc-max on Wed Apr 05, 2006 8:21 pm; edited 1 time in total
Back to top
View user's profile Send private message
manuels
Advocate
Advocate


Joined: 22 Nov 2003
Posts: 2146
Location: Europe

PostPosted: Wed Apr 05, 2006 4:57 pm    Post subject: Reply with quote

schalt mal auf browseable = true
veilleicht hilft das.
_________________
Build your own live cd with catalyst 2.0!
Back to top
View user's profile Send private message
mc-max
Guru
Guru


Joined: 22 Feb 2005
Posts: 305
Location: Frankfurt

PostPosted: Wed Apr 05, 2006 8:21 pm    Post subject: Reply with quote

Hallo manuels,

hat leider nichts gebracht.

ein weiterer punkt:
Code:

# nmblookup "*"
querying * on 192.168.2.255
name_query failed to find name *

soweit ich es weiß müsste das hier rauskommen:
Code:

# nmblookup "*"
querying * on 192.168.2.255
192.168.2.1 *<00>
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum