Anzeige:
Ergebnis 1 bis 12 von 12

Thema: Sambaserver in der Dreambox taucht nicht in der Netzwerkumgebung auf

  1. #1
    Registrierter Benutzer
    Registriert seit
    May 2003
    Beiträge
    7

    Sambaserver in der Dreambox taucht nicht in der Netzwerkumgebung auf

    Hallo Linuxfreune,
    ich habe mir eine Dreambox gekauft. Für die von euch die nicht wissen was das ist, dass ist ein Digitaler Satelliten Receiver auf Linuxbasis.
    Nun zu meinem Problem: In dem Receiver ist eine eingebaute Festplatte, auf die man auch mittels eines Sambaservers zugreifen kann. Der Zugriff funktioniert auch, aber leider kann ich den Sambaserver nicht in meiner Netzwerkumgebung sehen. Gehe ich über such, taucht der Server dort auf (als NT 4.2 Server). Ich hoffe ihr könnt mir helfen und sagen wo der Fehler liegt.

    Hier meine smb.conf
    [global]
    load printers = no
    guest account = root
    log file = /var/tmp/smb.log
    security = share
    server string = DreamBOX I
    workgroup = Reineke
    netbios name = DreamBOX
    share modes = yes
    browseable = yes

    [Konfiguration]
    comment = Konfiguration
    path = /var
    read only = no
    public = yes
    guest ok = yes
    browseable = yes

    [Festplatte]
    comment = Festplatte
    path = /hdd
    read only = no
    public = yes
    guest ok = yes

    [MP3-Dateien]
    comment = MP3-Dateien
    path = /hdd/mp3
    read only = no
    public = yes
    guest ok = yes

  2. #2
    OpenGurke Avatar von Thomas Mitzkat
    Registriert seit
    Mar 2002
    Ort
    Weimarer Republik
    Beiträge
    4.028
    normalerweise taucht der sambaserver dann in der netzwerkumgebung auf, wenn der dämon nmbd läuft.

    prüfe:
    Code:
    ps ax | grep nmbd | grep -v grep
    wenn da keine prozessnummer ausgegeben wird, läuft der dienst sicher nicht

    Code:
    nmbd
    bringt den dienst zum laufen. nur solte man sich gedanken machen, warum der dienst nicht automatisch gestartet wird und dafür sorge tragen. es sei denn man stört sich nicht an dieser kleinigkeit.
    Deutschland ist die Kanne für alle Tassen dieser Welt

  3. #3
    Registrierter Benutzer
    Registriert seit
    May 2003
    Beiträge
    7
    wenn ich ps eingebe kommt dieser text. sorry aber ich bin linux anfänger

  4. #4
    OpenGurke Avatar von Thomas Mitzkat
    Registriert seit
    Mar 2002
    Ort
    Weimarer Republik
    Beiträge
    4.028
    das sieht doch gut aus. alle dienste laufen.

    stimmt die arbeitsgruppe überein?
    Deutschland ist die Kanne für alle Tassen dieser Welt

  5. #5
    Registrierter Benutzer
    Registriert seit
    May 2003
    Beiträge
    7
    ja, die arbeitsgruppen stimmen überein. workgroup = Reineke muss man hier evtl. das leerzeichen löschen ? wenn ich die box suchen lasse steht da auch ordner reineke

  6. #6
    Registrierter Benutzer
    Registriert seit
    May 2003
    Beiträge
    7
    hier mal ein auszug aus der nmbd log datei
    1970/01/02 21:04:43 netbios nameserver version 1.9.18p8 started
    Copyright Andrew Tridgell 1994-1997

    1970/01/02 21:10:20 ***** Samba name server DREAMBOX is now a local master browser for workgroup REINEKE on subnet 127.0.0.1 *****

    process_local_master_announce: Server NOTEBOOKKRISTIN at IP 192.168.123.120 is announcing itself as a local master browser for workgroup REINEKE and we think we are master. Forcing election.
    Packet send failed to 192.168.123.120(138) ERRNO=Invalid argument

    1970/01/02 21:19:47 ***** Samba name server DREAMBOX has stopped being a local master browser for workgroup REINEKE on subnet 127.0.0.1 *****


    1970/01/02 21:20:05 ***** Samba name server DREAMBOX is now a local master browser for workgroup REINEKE on subnet 127.0.0.1 *****

    Packet send failed to 192.168.123.172(138) ERRNO=Invalid argument
    Packet send failed to 192.168.123.172(138) ERRNO=Invalid argument
    in der smb log file tritt öfter diese meldung auf
    Unknown message type 160!
    1970/01/02 21:26:35 unknown command type (SMBunknown): cnum=6 type=160 (0xA0)
    vielleicht könnt ihr hiermit etwas anfangen
    wieso steht da eigentlich subnet 127.0.0.1 ?
    meine ip´s liegen im bereich 192.168.123.1-254 mit subnet 255.255.255.0
    Geändert von fuchs (13.05.03 um 16:30 Uhr)

  7. #7
    Registrierter Benutzer
    Registriert seit
    May 2003
    Beiträge
    7
    so mit dieser conf hat funktioniert. ich hatte aber erst einen anderen netbios name. nun stehen immernoch beide namen in der netzwerkumgebung bei xp. wobei ich natürlich nur auf einen zugreifen kann. wie lässt sich der andere löschen ?

    [global]
    load printers = no
    guest account = root
    log file = /var/tmp/smb.log
    security = share
    server string = DreamBOX
    workgroup = Reineke
    netbios name = DreamBOX
    os level = 0
    preferred master = no
    local master = no
    domain master = no
    interfaces = 127.0.0.1 192.168.123.200
    hosts deny = all
    hosts allow = 127. 192.168.123.
    name resolve order = lmhosts host bcast
    character set = iso8859-1

    [Konfiguration]
    comment = Konfiguration
    path = /var
    read only = no
    public = yes
    guest ok = yes
    browseable = yes

    [Festplatte]
    comment = Festplatte
    path = /hdd
    read only = no
    public = yes
    guest ok = yes

    [MP3-Dateien]
    comment = MP3-Dateien
    path = /hdd/mp3
    read only = no
    public = yes
    guest ok = yes

  8. #8
    404 - Title not found Avatar von LKH
    Registriert seit
    Jun 1999
    Ort
    Jena
    Beiträge
    3.709
    Hi,

    das sagte ja auch diese Fehlermeldung: "Server NOTEBOOKKRISTIN at IP 192.168.123.120 is announcing itself as a local master browser for workgroup REINEKE and we think we are master."

    Es gibt immer nur einen Master (genau wie in jeder Ehe, da ist das dann immer die Frau)
    freedom is just another word for nothing left to loose ...

  9. #9
    Registrierter Benutzer
    Registriert seit
    May 2003
    Beiträge
    7
    ich brauche nochmal euere hilfe. neue software auf der box und eine laufwerksfreigabe mehr
    an der smb.conf habe ich nichts geändert
    ich hoffe ihr habt rat für mich

    hier mal die logs:
    2004/11/25 18:49:14 smbd version 1.9.18p8 started
    Copyright Andrew Tridgell 1992-1997
    Maximum number of open files per session is 110
    uid=0 gid=0 euid=0 egid=0
    Initialising global parameters
    params.cm_process() - Processing configuration file "/etc/smb.conf"
    Processing section "[global]"
    doing parameter load printers = no
    doing parameter guest account = root
    doing parameter log file = /var/tmp/smb.log
    doing parameter security = share
    doing parameter server string = DM7000S_alpha
    doing parameter workgroup = Reineke
    doing parameter netbios name = DreamBOX alpha
    doing parameter os level = 0
    doing parameter preferred master = no
    doing parameter local master = no
    doing parameter domain master = no
    doing parameter interfaces = 127.0.0.1 192.168.123.200
    doing parameter hosts deny = all
    doing parameter hosts allow = 127. 192.168.123.
    doing parameter name resolve order = lmhosts host bcast
    doing parameter character set = iso8859-1
    params.c:Parameter() - Ignoring badly formed line in configuration file:
    Processing section "[Konfiguration]"
    doing parameter comment = Konfiguration
    doing parameter path = /var
    doing parameter read only = no
    doing parameter public = yes
    doing parameter guest ok = yes
    doing parameter browseable = yes
    params.c:Parameter() - Ignoring badly formed line in configuration file:
    Processing section "[Festplatte]"
    doing parameter comment = Festplatte
    doing parameter path = /hdd
    doing parameter read only = no
    doing parameter public = yes
    doing parameter guest ok = yes
    params.c:Parameter() - Ignoring badly formed line in configuration file:
    Processing section "[USB]"
    doing parameter comment = USB
    doing parameter path = /mnt/usb
    doing parameter read only = no
    doing parameter public = yes
    doing parameter guest ok = yes
    params.c:Parameter() - Ignoring badly formed line in configuration file:
    Processing section "[Filme]"
    doing parameter comment = Filme
    doing parameter path = /hdd/movie
    doing parameter read only = no
    doing parameter public = yes
    doing parameter guest ok = yes
    params.c:Parameter() - Ignoring badly formed line in configuration file:
    Processing section "[Musik]"
    doing parameter comment = Musik
    doing parameter path = /hdd/mp3
    doing parameter read only = no
    doing parameter public = yes
    doing parameter guest ok = yes
    pm_process() returned Yes
    lp_servicenumber: couldn't find homes
    lp_servicenumber: couldn't find printers
    adding IPC service
    2004/11/25 18:49:22 netbios nameserver version 1.9.18p8 started
    Copyright Andrew Tridgell 1994-1997
    Initialising global parameters
    params.cm_process() - Processing configuration file "/etc/smb.conf"
    Processing section "[global]"
    doing parameter load printers = no
    doing parameter guest account = root
    doing parameter log file = /var/tmp/smb.log
    doing parameter security = share
    doing parameter server string = DM7000S_alpha
    doing parameter workgroup = Reineke
    doing parameter netbios name = DreamBOX alpha
    doing parameter os level = 0
    doing parameter preferred master = no
    doing parameter local master = no
    doing parameter domain master = no
    doing parameter interfaces = 127.0.0.1 192.168.123.200
    doing parameter hosts deny = all
    doing parameter hosts allow = 127. 192.168.123.
    doing parameter name resolve order = lmhosts host bcast
    doing parameter character set = iso8859-1
    params.c:Parameter() - Ignoring badly formed line in configuration file:
    params.c:Parameter() - Ignoring badly formed line in configuration file:
    params.c:Parameter() - Ignoring badly formed line in configuration file:
    params.c:Parameter() - Ignoring badly formed line in configuration file:
    params.c:Parameter() - Ignoring badly formed line in configuration file:
    pm_process() returned Yes
    lp_servicenumber: couldn't find homes
    lp_servicenumber: couldn't find printers
    adding IPC service
    services not loaded
    lp_file_list_changed()
    file /etc/smb.conf -> /etc/smb.conf last mod_time: Thu Nov 25 17:16:43 2004

    codepage_initialise: client code page = 850
    load_client_codepage: loading codepage 850.
    Adding chars 0x85 0xb7 (l->u = True) (u->l = True)
    Adding chars 0xa0 0xb5 (l->u = True) (u->l = True)
    Adding chars 0x83 0xb6 (l->u = True) (u->l = True)
    Adding chars 0xc6 0xc7 (l->u = True) (u->l = True)
    Adding chars 0x84 0x8e (l->u = True) (u->l = True)
    Adding chars 0x86 0x8f (l->u = True) (u->l = True)
    Adding chars 0x91 0x92 (l->u = True) (u->l = True)
    Adding chars 0x87 0x80 (l->u = True) (u->l = True)
    Adding chars 0x8a 0xd4 (l->u = True) (u->l = True)
    Adding chars 0x82 0x90 (l->u = True) (u->l = True)
    Adding chars 0x88 0xd2 (l->u = True) (u->l = True)
    Adding chars 0x89 0xd3 (l->u = True) (u->l = True)
    Adding chars 0x8d 0xde (l->u = True) (u->l = True)
    Adding chars 0xa1 0xd6 (l->u = True) (u->l = True)
    Adding chars 0x8c 0xd7 (l->u = True) (u->l = True)
    Adding chars 0x8b 0xd8 (l->u = True) (u->l = True)
    Adding chars 0xd0 0xd1 (l->u = True) (u->l = True)
    Adding chars 0xa4 0xa5 (l->u = True) (u->l = True)
    Adding chars 0x95 0xe3 (l->u = True) (u->l = True)
    Adding chars 0xa2 0xe0 (l->u = True) (u->l = True)
    Adding chars 0x93 0xe2 (l->u = True) (u->l = True)
    Adding chars 0xe4 0xe5 (l->u = True) (u->l = True)
    Adding chars 0x94 0x99 (l->u = True) (u->l = True)
    Adding chars 0x9b 0x9d (l->u = True) (u->l = True)
    Adding chars 0x97 0xeb (l->u = True) (u->l = True)
    Adding chars 0xa3 0xe9 (l->u = True) (u->l = True)
    Adding chars 0x96 0xea (l->u = True) (u->l = True)
    Adding chars 0x81 0x9a (l->u = True) (u->l = True)
    Adding chars 0xec 0xed (l->u = True) (u->l = True)
    Adding chars 0xe7 0xe8 (l->u = True) (u->l = True)
    Adding chars 0x9c 0x0 (l->u = False) (u->l = False)
    Netbios name list:-
    my_netbios_names[0]="DREAMBOX ALPHA"
    lp_file_list_changed()
    file /etc/smb.conf -> /etc/smb.conf last mod_time: Thu Nov 25 17:16:43 2004

    2004/11/25 18:49:22 becoming a daemon
    Opening sockets 137
    bind succeeded on port 137
    bind succeeded on port 138
    open_sockets: Broadcast sockets opened.
    Added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
    Added interface ip=192.168.123.200 bcast=192.168.123.255 nmask=255.255.255.0
    bind succeeded on port 137
    bind succeeded on port 138
    making subnet name:127.0.0.1 Broadcast address:127.255.255.255 Subnet mask:255.0.0.0
    bind succeeded on port 137
    bind succeeded on port 138
    making subnet name:192.168.123.200 Broadcast address:192.168.123.255 Subnet mask:255.255.255.0
    making subnet name:UNICAST_SUBNET Broadcast address:0.0.0.0 Subnet mask:0.0.0.0
    making subnet name:REMOTE_BROADCAST_SUBNET Broadcast address:0.0.0.0 Subnet mask:0.0.0.0
    startlmhosts: Can't open lmhosts file /lib/lmhosts. Error was No such file or directory
    load_lmhosts_file: Can't open lmhosts file /lib/lmhosts. Error was No such file or directory
    Loaded hosts file
    create_workgroup_on_subnet: creating group REINEKE on subnet 127.0.0.1
    add_name_to_subnet: Added netbios name *<00> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet 127.0.0.1
    add_name_to_subnet: Added netbios name *<20> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet 127.0.0.1
    add_name_to_subnet: Added netbios name __SAMBA__<20> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet 127.0.0.1
    add_name_to_subnet: Added netbios name __SAMBA__<00> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet 127.0.0.1
    initiate_name_register_packet: sending registration for name DREAMBOX ALPHA<20> (bcast=Yes) to IP 127.255.255.255
    nmb packet from 127.255.255.255(137) header: id=7864 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<20> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<20> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 00007F000001
    2004/11/25 18:49:22 sending a packet of len 68 to (127.255.255.255) on port 137
    add_response_record: adding response record id:7864 to subnet 127.0.0.1. num_records:1
    initiate_name_register_packet: sending registration for name DREAMBOX ALPHA<03> (bcast=Yes) to IP 127.255.255.255
    nmb packet from 127.255.255.255(137) header: id=7865 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<03> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<03> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 00007F000001
    2004/11/25 18:49:22 sending a packet of len 68 to (127.255.255.255) on port 137
    add_response_record: adding response record id:7865 to subnet 127.0.0.1. num_records:2
    initiate_name_register_packet: sending registration for name DREAMBOX ALPHA<00> (bcast=Yes) to IP 127.255.255.255
    nmb packet from 127.255.255.255(137) header: id=7866 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<00> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<00> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 00007F000001
    2004/11/25 18:49:22 sending a packet of len 68 to (127.255.255.255) on port 137
    add_response_record: adding response record id:7866 to subnet 127.0.0.1. num_records:3
    initiate_name_register_packet: sending registration for name REINEKE<00> (bcast=Yes) to IP 127.255.255.255
    nmb packet from 127.255.255.255(137) header: id=7867 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=REINEKE<00> q_type=32 q_class=1
    additional: nmb_name=REINEKE<00> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 80007F000001
    2004/11/25 18:49:22 sending a packet of len 68 to (127.255.255.255) on port 137
    add_response_record: adding response record id:7867 to subnet 127.0.0.1. num_records:4
    initiate_name_register_packet: sending registration for name REINEKE<1e> (bcast=Yes) to IP 127.255.255.255
    nmb packet from 127.255.255.255(137) header: id=7868 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=REINEKE<1e> q_type=32 q_class=1
    additional: nmb_name=REINEKE<1e> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 80007F000001
    2004/11/25 18:49:22 sending a packet of len 68 to (127.255.255.255) on port 137
    add_response_record: adding response record id:7868 to subnet 127.0.0.1. num_records:5
    is_myname("DREAMBOX ALPHA") returns 1
    create_server_on_workgroup: Created server entry DREAMBOX ALPHA of type 40009a03 (DM7000S_alpha) on workgroup REINEKE.
    initiate_myworkgroup_startup: Added server name entry DREAMBOX ALPHA on subnet 127.0.0.1
    create_workgroup_on_subnet: creating group REINEKE on subnet 192.168.123.200
    add_name_to_subnet: Added netbios name *<00> with first IP 192.168.123.200 ttl=0 nb_flags= 0 to subnet 192.168.123.200
    add_name_to_subnet: Added netbios name *<20> with first IP 192.168.123.200 ttl=0 nb_flags= 0 to subnet 192.168.123.200
    add_name_to_subnet: Added netbios name __SAMBA__<20> with first IP 192.168.123.200 ttl=0 nb_flags= 0 to subnet 192.168.123.200
    add_name_to_subnet: Added netbios name __SAMBA__<00> with first IP 192.168.123.200 ttl=0 nb_flags= 0 to subnet 192.168.123.200
    initiate_name_register_packet: sending registration for name DREAMBOX ALPHA<20> (bcast=Yes) to IP 192.168.123.255
    nmb packet from 192.168.123.255(137) header: id=7869 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<20> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<20> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ....{. hex 0000C0A87BC8
    2004/11/25 18:49:22 sending a packet of len 68 to (192.168.123.255) on port 137
    add_response_record: adding response record id:7869 to subnet 192.168.123.200. num_records:6
    initiate_name_register_packet: sending registration for name DREAMBOX ALPHA<03> (bcast=Yes) to IP 192.168.123.255
    nmb packet from 192.168.123.255(137) header: id=7870 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<03> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<03> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ....{. hex 0000C0A87BC8
    2004/11/25 18:49:22 sending a packet of len 68 to (192.168.123.255) on port 137
    add_response_record: adding response record id:7870 to subnet 192.168.123.200. num_records:7
    initiate_name_register_packet: sending registration for name DREAMBOX ALPHA<00> (bcast=Yes) to IP 192.168.123.255
    nmb packet from 192.168.123.255(137) header: id=7871 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<00> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<00> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ....{. hex 0000C0A87BC8
    2004/11/25 18:49:22 sending a packet of len 68 to (192.168.123.255) on port 137
    add_response_record: adding response record id:7871 to subnet 192.168.123.200. num_records:8
    initiate_name_register_packet: sending registration for name REINEKE<00> (bcast=Yes) to IP 192.168.123.255
    nmb packet from 192.168.123.255(137) header: id=7872 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=REINEKE<00> q_type=32 q_class=1
    additional: nmb_name=REINEKE<00> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ....{. hex 8000C0A87BC8
    2004/11/25 18:49:22 sending a packet of len 68 to (192.168.123.255) on port 137
    add_response_record: adding response record id:7872 to subnet 192.168.123.200. num_records:9
    initiate_name_register_packet: sending registration for name REINEKE<1e> (bcast=Yes) to IP 192.168.123.255
    nmb packet from 192.168.123.255(137) header: id=7873 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=REINEKE<1e> q_type=32 q_class=1
    additional: nmb_name=REINEKE<1e> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ....{. hex 8000C0A87BC8
    2004/11/25 18:49:22 sending a packet of len 68 to (192.168.123.255) on port 137
    add_response_record: adding response record id:7873 to subnet 192.168.123.200. num_records:10
    is_myname("DREAMBOX ALPHA") returns 1
    create_server_on_workgroup: Created server entry DREAMBOX ALPHA of type 40009a03 (DM7000S_alpha) on workgroup REINEKE.
    initiate_myworkgroup_startup: Added server name entry DREAMBOX ALPHA on subnet 192.168.123.200
    add_name_to_subnet: Added netbios name *<00> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet UNICAST_SUBNET
    add_name_to_subnet: Added netbios name *<20> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet UNICAST_SUBNET
    add_name_to_subnet: Added netbios name __SAMBA__<20> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet UNICAST_SUBNET
    add_name_to_subnet: Added netbios name __SAMBA__<00> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet UNICAST_SUBNET
    find_name_on_subnet: on subnet UNICAST_SUBNET - name DREAMBOX ALPHA<20> NOT FOUND
    add_name_to_subnet: Added netbios name DREAMBOX ALPHA<20> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet UNICAST_SUBNET
    find_name_on_subnet: on subnet UNICAST_SUBNET - name DREAMBOX ALPHA<03> NOT FOUND
    add_name_to_subnet: Added netbios name DREAMBOX ALPHA<03> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet UNICAST_SUBNET
    find_name_on_subnet: on subnet UNICAST_SUBNET - name DREAMBOX ALPHA<00> NOT FOUND
    add_name_to_subnet: Added netbios name DREAMBOX ALPHA<00> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet UNICAST_SUBNET
    find_name_on_subnet: on subnet UNICAST_SUBNET - found name DREAMBOX ALPHA<20> source=5
    find_name_on_subnet: on subnet UNICAST_SUBNET - found name DREAMBOX ALPHA<03> source=5
    find_name_on_subnet: on subnet UNICAST_SUBNET - found name DREAMBOX ALPHA<00> source=5
    find_name_on_subnet: on subnet UNICAST_SUBNET - name REINEKE<00> NOT FOUND
    add_name_to_subnet: Added netbios name REINEKE<00> with first IP 127.0.0.1 ttl=0 nb_flags=80 to subnet UNICAST_SUBNET
    find_name_on_subnet: on subnet UNICAST_SUBNET - name REINEKE<1e> NOT FOUND
    add_name_to_subnet: Added netbios name REINEKE<1e> with first IP 127.0.0.1 ttl=0 nb_flags=80 to subnet UNICAST_SUBNET
    find_name_on_subnet: on subnet UNICAST_SUBNET - found name REINEKE<00> source=5
    find_name_on_subnet: on subnet UNICAST_SUBNET - found name REINEKE<1e> source=5
    add_name_to_subnet: Added netbios name *<00> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet REMOTE_BROADCAST_SUBNET
    add_name_to_subnet: Added netbios name *<20> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet REMOTE_BROADCAST_SUBNET
    add_name_to_subnet: Added netbios name __SAMBA__<20> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet REMOTE_BROADCAST_SUBNET
    add_name_to_subnet: Added netbios name __SAMBA__<00> with first IP 127.0.0.1 ttl=0 nb_flags= 0 to subnet REMOTE_BROADCAST_SUBNET
    read_udp_socket: lastip 127.0.0.1 lastport 137 read: 68
    parse_nmb: packet id = 7864
    2004/11/25 18:49:22 received a packet of len 68 from (127.0.0.1) port 137
    discarding own packet from 127.0.0.1:137
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    is_myname("DREAMBOX ALPHA") returns 1
    send_host_announcement: type 9a03 for host DREAMBOX ALPHA on subnet 127.0.0.1 for workgroup REINEKE
    send_mailslot: Sending to mailslot \MAILSLOT\BROWSE from DREAMBOX ALPHA<00> IP 127.0.0.1 to REINEKE<1d> IP 127.255.255.255
    0 char ..`...DREAMBOX A hex 01 00 60 ea 00 00 44 52 45 41 4d 42 4f 58 20 41
    10 char LPHA..........U. hex 4c 50 48 41 00 00 04 02 03 9a 00 00 0f 01 55 aa
    20 char DM7000S_alpha. hex 44 4d 37 30 30 30 53 5f 61 6c 70 68 61 00
    2004/11/25 18:49:22 sending a packet of len 214 to (127.255.255.255) on port 138
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    is_myname("DREAMBOX ALPHA") returns 1
    send_host_announcement: type 9a03 for host DREAMBOX ALPHA on subnet 192.168.123.200 for workgroup REINEKE
    send_mailslot: Sending to mailslot \MAILSLOT\BROWSE from DREAMBOX ALPHA<00> IP 192.168.123.200 to REINEKE<1d> IP 192.168.123.255
    0 char ..`...DREAMBOX A hex 01 00 60 ea 00 00 44 52 45 41 4d 42 4f 58 20 41
    10 char LPHA..........U. hex 4c 50 48 41 00 00 04 02 03 9a 00 00 0f 01 55 aa
    20 char DM7000S_alpha. hex 44 4d 37 30 30 30 53 5f 61 6c 70 68 61 00
    2004/11/25 18:49:22 sending a packet of len 214 to (192.168.123.255) on port 138
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    read_udp_socket: lastip 127.0.0.1 lastport 137 read: 68
    parse_nmb: packet id = 7865
    2004/11/25 18:49:22 received a packet of len 68 from (127.0.0.1) port 137
    discarding own packet from 127.0.0.1:137
    read_udp_socket: lastip 127.0.0.1 lastport 138 read: 214
    2004/11/25 18:49:22 received a packet of len 214 from (127.0.0.1) port 138
    discarding own packet from 127.0.0.1:138
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    read_udp_socket: lastip 127.0.0.1 lastport 137 read: 68
    parse_nmb: packet id = 7866
    2004/11/25 18:49:22 received a packet of len 68 from (127.0.0.1) port 137
    discarding own packet from 127.0.0.1:137
    read_udp_socket: lastip 192.168.123.200 lastport 138 read: 214
    2004/11/25 18:49:22 received a packet of len 214 from (192.168.123.200) port 138
    discarding own packet from 192.168.123.200:138
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    read_udp_socket: lastip 127.0.0.1 lastport 137 read: 68
    parse_nmb: packet id = 7867
    2004/11/25 18:49:22 received a packet of len 68 from (127.0.0.1) port 137
    discarding own packet from 127.0.0.1:137
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    read_udp_socket: lastip 127.0.0.1 lastport 137 read: 68
    parse_nmb: packet id = 7868
    2004/11/25 18:49:22 received a packet of len 68 from (127.0.0.1) port 137
    discarding own packet from 127.0.0.1:137
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    read_udp_socket: lastip 192.168.123.200 lastport 137 read: 68
    parse_nmb: packet id = 7869
    2004/11/25 18:49:22 received a packet of len 68 from (192.168.123.200) port 137
    discarding own packet from 192.168.123.200:137
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    read_udp_socket: lastip 192.168.123.200 lastport 137 read: 68
    parse_nmb: packet id = 7870
    2004/11/25 18:49:22 received a packet of len 68 from (192.168.123.200) port 137
    discarding own packet from 192.168.123.200:137
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    read_udp_socket: lastip 192.168.123.200 lastport 137 read: 68
    parse_nmb: packet id = 7871
    2004/11/25 18:49:22 received a packet of len 68 from (192.168.123.200) port 137
    discarding own packet from 192.168.123.200:137
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    read_udp_socket: lastip 192.168.123.200 lastport 137 read: 68
    parse_nmb: packet id = 7872
    2004/11/25 18:49:22 received a packet of len 68 from (192.168.123.200) port 137
    discarding own packet from 192.168.123.200:137
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    read_udp_socket: lastip 192.168.123.200 lastport 137 read: 68
    parse_nmb: packet id = 7873
    2004/11/25 18:49:22 received a packet of len 68 from (192.168.123.200) port 137
    discarding own packet from 192.168.123.200:137
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    nmb packet from 127.255.255.255(137) header: id=7864 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<20> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<20> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 00007F000001
    2004/11/25 18:49:24 sending a packet of len 68 to (127.255.255.255) on port 137
    nmb packet from 127.255.255.255(137) header: id=7865 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<03> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<03> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 00007F000001
    2004/11/25 18:49:24 sending a packet of len 68 to (127.255.255.255) on port 137
    nmb packet from 127.255.255.255(137) header: id=7866 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<00> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<00> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 00007F000001
    2004/11/25 18:49:24 sending a packet of len 68 to (127.255.255.255) on port 137
    nmb packet from 127.255.255.255(137) header: id=7867 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=REINEKE<00> q_type=32 q_class=1
    additional: nmb_name=REINEKE<00> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 80007F000001
    2004/11/25 18:49:24 sending a packet of len 68 to (127.255.255.255) on port 137
    nmb packet from 127.255.255.255(137) header: id=7868 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=REINEKE<1e> q_type=32 q_class=1
    additional: nmb_name=REINEKE<1e> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 80007F000001
    2004/11/25 18:49:24 sending a packet of len 68 to (127.255.255.255) on port 137
    nmb packet from 192.168.123.255(137) header: id=7869 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<20> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<20> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ....{. hex 0000C0A87BC8
    2004/11/25 18:49:24 sending a packet of len 68 to (192.168.123.255) on port 137
    nmb packet from 192.168.123.255(137) header: id=7870 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<03> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<03> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ....{. hex 0000C0A87BC8
    2004/11/25 18:49:24 sending a packet of len 68 to (192.168.123.255) on port 137
    nmb packet from 192.168.123.255(137) header: id=7871 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<00> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<00> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ....{. hex 0000C0A87BC8
    2004/11/25 18:49:24 sending a packet of len 68 to (192.168.123.255) on port 137
    nmb packet from 192.168.123.255(137) header: id=7872 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=REINEKE<00> q_type=32 q_class=1
    additional: nmb_name=REINEKE<00> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ....{. hex 8000C0A87BC8
    2004/11/25 18:49:24 sending a packet of len 68 to (192.168.123.255) on port 137
    nmb packet from 192.168.123.255(137) header: id=7873 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=REINEKE<1e> q_type=32 q_class=1
    additional: nmb_name=REINEKE<1e> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ....{. hex 8000C0A87BC8
    2004/11/25 18:49:24 sending a packet of len 68 to (192.168.123.255) on port 137
    read_udp_socket: lastip 127.0.0.1 lastport 137 read: 68
    parse_nmb: packet id = 7864
    2004/11/25 18:49:24 received a packet of len 68 from (127.0.0.1) port 137
    discarding own packet from 127.0.0.1:137
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 127.0.0.1: found
    find_workgroup_on_subnet: workgroup search for REINEKE on subnet 192.168.123.200: found
    announce_myself_to_domain_master_browser: no unicast subnet, ignoring.
    nmb packet from 127.255.255.255(137) header: id=7864 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<20> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<20> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 00007F000001
    2004/11/25 18:49:24 sending a packet of len 68 to (127.255.255.255) on port 137
    nmb packet from 127.255.255.255(137) header: id=7865 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<03> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<03> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 00007F000001
    2004/11/25 18:49:24 sending a packet of len 68 to (127.255.255.255) on port 137
    nmb packet from 127.255.255.255(137) header: id=7866 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=DREAMBOX ALPHA<00> q_type=32 q_class=1
    additional: nmb_name=DREAMBOX ALPHA<00> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 00007F000001
    2004/11/25 18:49:24 sending a packet of len 68 to (127.255.255.255) on port 137
    nmb packet from 127.255.255.255(137) header: id=7867 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=REINEKE<00> q_type=32 q_class=1
    additional: nmb_name=REINEKE<00> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 80007F000001
    2004/11/25 18:49:24 sending a packet of len 68 to (127.255.255.255) on port 137
    nmb packet from 127.255.255.255(137) header: id=7868 opcode=Registration(5) response=No
    header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
    header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=1
    question: q_name=REINEKE<1e> q_type=32 q_class=1
    additional: nmb_name=REINEKE<1e> rr_type=32 rr_class=1 ttl=14400
    additional 0 char ..... hex 80007F000001
    2004/11/25 18:49:24 sending a packet of len 68 to (127.255.255.255) on port 137
    nmb packet from 192.168.123.255(137) header: id=7869 opcode=Registration

  10. #10
    Registrierter Benutzer
    Registriert seit
    Sep 2003
    Beiträge
    588
    warum machst du dir den ganzen stress. ich greife einfach per "ftp://ip-adresse" auf die box zu.

  11. #11
    Registrierter Benutzer
    Registriert seit
    May 2003
    Beiträge
    7
    ich habe mehere boxen und hatte die laufwerke auf dem pc als netzlaufwerke. konnte so filme direkt auf der box bearbeiten

  12. #12
    zsunaj
    Gast

    Question smb.config

    Hallo Fuchs,
    ich habe das gleiche Problem, und hoffe, daß du noch weißt wie du es vor Jahren gelöst hast.
    Ich möchte von laptop (win xp) auf die Dream per Netzwerk zugreifen.
    Im Image der Dream ist ein Samba Server integriert und läuft auch.
    Nun würde ich die smb.cofig. gerne so anpassen, um auf die Festplatte im Netzwerk direkt zuzugreifen.
    Mein erstes Problem ist, daß es in jedem Forum steht, das man die config. editieren muss und ensprechend ändern, aber nicht wie das geht .
    Also was da eingetragen sein muss "workgroup = "selbe wie auch der Windows Rechner" usw. habe ich verstanden, nur wie/womit editiere ich die smb. config.und wie speiche ich es unter Linux auf der Dreambox.
    Über eine Verständliche Anleitung mit ein paar Tips wie es bei dir war würde ich mich freuen, von Linux habe ich leider keine Ahnung .
    Schöne Grüße und Danke.

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •