[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

samba aus xinetd starten



Hallo,
mein Netzwerk funktioniert, wenn ich nmbd und smbd manuell starte.
Mit folgenden Einträgen tut in xinetd tut sich nix:
defaults
{
     instances               = 10
     log_type                = FILE /var/log/servicelog
     log_on_success          = HOST PID USERID DURATION
     log_on_failure          = HOST RECORD USERID
     bind                    = 192.168.1.10
     only_from               = 192.168.1.0/24
     localhost
}

service netbios-ssn
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        instances       = 4
        only_from       = 192.168.1.0
        server          = /usr/sbin/smbd
}

service netbios-ns
{
        flags           = REUSE
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = root
        instances       = 4
        only_from       = 192.168.1.0
        server          = /usr/sbin/nmbd
        server_args     = -a
}

In /var/log/servicelog steht sowas:
02/3/23@17:54:32: START: netbios-ssn pid=5839 from=192.168.1.11
02/3/23@17:54:33: START: netbios-ssn pid=5840 from=192.168.1.11
02/3/23@17:54:33: EXIT: netbios-ssn pid=5839 duration=1(sec)
02/3/23@18:28:35: EXIT: netbios-ssn pid=5840 duration=2042(sec)

$# netstat -lnp
tcp        0      0 192.168.1.10:139        0.0.0.0:* LISTEN      6265/xinetd
udp        0      0 192.168.1.10:137        0.0.0.0:*             6265/xinetd

Manuell gestartet lauscht nmbd auf:
udp        0      0 192.168.1.10:137        0.0.0.0:* 5829/nmbd           
udp        0      0 0.0.0.0:137             0.0.0.0:* 5829/nmbd           
udp        0      0 192.168.1.10:138        0.0.0.0:* 5829/nmbd           
udp        0      0 0.0.0.0:138             0.0.0.0:* 5829/nmbd

Ich verstehe das nicht. Kann mir da jemand weiterhelfen?
Danke. 
Gruß
Uli

-- 
'The box said, 'Requires Windows 95 or better', so i installed Linux - TKK 5


--
Zum AUSTRAGEN schicken Sie eine Mail an debian-user-german-request@lists.debian.org
mit dem Subject "unsubscribe". Probleme? Mail an listmaster@lists.debian.org (engl)



Reply to: