Nach Software Update nurnoch Probleme mit Samba Server :/

    • Nach Software Update nurnoch Probleme mit Samba Server :/

      Hallo Leute,

      Ich hab gestern ein Software Update gemacht wegen neuer Picons, dabei wurde wohl auch Samba Server geupdatet. Jetzt wird die Dreambox nicht mehr im Netzwerk angezeigt und ich kann nur noch über FTP oder Webbrowser darauf zugreifen.

      Mit dem Freigabe Manager im Netzwerkmenü von Newnigma 2 kann das doch nicht liegen, das ist doch für Zugriffe von der Dream auf Netzwerklaufwerke gedacht oder?

      Sambaserver Version ist 3.5.4-r2
      außerdem ist Sambaconfigeditor installiert

      Hier ist die config:

      [global]
      load printers = no
      guest account = root
      log file = /tmp/smb.log
      security = share
      server string = DM7020HD
      workgroup = DREAM
      netbios name = DM7020HD
      client code page = 850
      character set = iso8859-1
      case sensitive = yes
      preserve case = yes
      short preserve case = yes
      encrypt passwords = no

      [ALL]
      comment = ALL
      path = /
      public = yes
      read only = no
      guest ok = yes
      writeable = yes
      valid users = root

      [Aufnahmen]
      comment = Aufnahmen
      path = /hdd/movie
      read only = yes
      public = yes
      guest ok = yes


      würde mich über Hilfe wirklich freuen.
    • Meine config sieht so aus, probier es mal damit:

      Quellcode

      1. [global]
      2. load printers = no
      3. guest account = root
      4. log file = /tmp/smb.log
      5. log level = 1
      6. security = share
      7. server string = Dreambox %h network services
      8. workgroup = Workgroup
      9. netbios name = %h
      10. case sensitive=yes
      11. preserve case=yes
      12. short preserve case=yes
      13. socket options = TCP_NODELAY
      14. preferred master = no ;(These stop the machine being master browser, which means that it doesn't waste time there.)
      15. oplocks = no
      16. [Configuration]
      17. comment = Configuration files - take care!
      18. path = /var
      19. read only = no
      20. public = yes
      21. guest ok = yes
      22. [Harddisk]
      23. comment = The harddisk
      24. path = /media/hdd
      25. read only = no
      26. public = yes
      27. guest ok = yes
      Alles anzeigen


      Diese config hat auch gleich noch den Vorteil, dass der Workgroupname auf den Windows-Default eingestellt ist, der für 99,99% aller Anwender zutreffen sollte. Leider ist mein Verbesserungsvorschlag diesbezüglich abgelehnt worden und man muss den Namen immer per Hand von "Dream" auf "Workgroup" ändern.

      Gruß,
      Laura
    • Original von Bruno2k

      Box schon mehrfach neu gestartet, kann man den Sambaserver seperat neustarten?


      kontrollieren, ob er läuft:

      Quellcode

      1. ~# ps aux | grep -v grep | grep mbd
      2. 5011 root 7020 S nmbd -D
      3. 5013 root 13468 S smbd -D
      4. 5014 root 13468 S smbd -D


      neu starten

      Quellcode

      1. # killall nmbd smbd
      2. ~# nmbd -D && smbd -D


      und mal das logfile ansehen ...
      Gruß Fred

      Die Dreambox ist tot, es lebe die Dreambox

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Fred Bogus Trumper ()

    • habe Newnigma2 v3.3.2 2012-03-28 drauf

      das logfile sagt das hier

      Quellcode

      1. [2012/10/03 12:27:49.497576, 0] param/loadparm.c:7504(lp_set_enum_parm)
      2. WARNING: Ignoring invalid value 'no ;(These stop the machine being master browser, which means that it doesn't waste time there.)' for parameter 'preferred master'
      3. [2012/10/03 12:27:49.502531, 0] printing/pcap.c:178(pcap_cache_reload)
      4. Unable to open printcap file /etc/printcap for read!
      5. [2012/10/03 12:27:49.502788, 0] printing/pcap.c:178(pcap_cache_reload)
      6. Unable to open printcap file /etc/printcap for read!
      7. [2012/10/03 12:27:50.044838, 0] param/loadparm.c:7504(lp_set_enum_parm)
      8. WARNING: Ignoring invalid value 'no ;(These stop the machine being master browser, which means that it doesn't waste time there.)' for parameter 'preferred master'
      9. [2012/10/03 12:27:50.049370, 0] printing/pcap.c:178(pcap_cache_reload)
      10. Unable to open printcap file /etc/printcap for read!
      11. [2012/10/03 12:27:50.049576, 0] printing/pcap.c:178(pcap_cache_reload)
      12. Unable to open printcap file /etc/printcap for read!
      13. [2012/10/03 12:27:50.053767, 0] lib/pidfile.c:121(pidfile_create)
      14. ERROR: smbd is already running. File /var/run/smbd.pid exists and process id 591 is running.
      15. [2012/10/03 12:27:50.132120, 1] lib/account_pol.c:325(account_policy_get)
      16. account_policy_get: tdb_fetch_uint32 failed for type 1 (min password length), returning 0
      17. [2012/10/03 12:27:50.132479, 1] lib/account_pol.c:325(account_policy_get)
      18. account_policy_get: tdb_fetch_uint32 failed for type 2 (password history), returning 0
      19. [2012/10/03 12:27:50.132741, 1] lib/account_pol.c:325(account_policy_get)
      20. account_policy_get: tdb_fetch_uint32 failed for type 3 (user must logon to change password), returning 0
      21. [2012/10/03 12:27:50.132982, 1] lib/account_pol.c:325(account_policy_get)
      22. account_policy_get: tdb_fetch_uint32 failed for type 4 (maximum password age), returning 0
      23. [2012/10/03 12:27:50.133211, 1] lib/account_pol.c:325(account_policy_get)
      24. account_policy_get: tdb_fetch_uint32 failed for type 5 (minimum password age), returning 0
      25. [2012/10/03 12:27:50.133441, 1] lib/account_pol.c:325(account_policy_get)
      26. account_policy_get: tdb_fetch_uint32 failed for type 6 (lockout duration), returning 0
      27. [2012/10/03 12:27:50.133674, 1] lib/account_pol.c:325(account_policy_get)
      28. account_policy_get: tdb_fetch_uint32 failed for type 7 (reset count minutes), returning 0
      29. [2012/10/03 12:27:50.133902, 1] lib/account_pol.c:325(account_policy_get)
      30. account_policy_get: tdb_fetch_uint32 failed for type 8 (bad lockout attempt), returning 0
      31. [2012/10/03 12:27:50.134129, 1] lib/account_pol.c:325(account_policy_get)
      32. account_policy_get: tdb_fetch_uint32 failed for type 9 (disconnect time), returning 0
      33. [2012/10/03 12:27:50.134359, 1] lib/account_pol.c:325(account_policy_get)
      34. account_policy_get: tdb_fetch_uint32 failed for type 10 (refuse machine password change), returning 0
      Alles anzeigen

      Die config von Laura brachte leider auch nichts.
      Die Befehle von Fred Bogus Trumper hab ich mit dem Dreambox controll Center ausgeführt (telnet) ist das richtig?
      das hat er dabei ausgespuckt

      Quellcode

      1. root@dm7020hd:~# ps aux | grep -v grep | grep mbd
      2. 589 root 7052 S nmbd -D
      3. 591 root 13468 S smbd -D
      4. 624 root 13468 S smbd -D

      Dieser Beitrag wurde bereits 6 mal editiert, zuletzt von Bruno2k ()

    • Die IP der Dreambox ist nur einmal vergeben, ich kann ja auch via ftp und webinterface darauf zugreifen.

      An Windows 7 liegt es wohl eher auchnicht, da ich mit keinem PC aus dem netzwerk die Dream in der Netzwerkumgebung sehe.

      Im moment greife ich auf die Festplatte über Netdrive zu, ich denke das reicht auch, so oft greife ich auchnicht über das Netzwerk auf die Platte zu.

      Ein bischen ärgerlich find ichs trozdem, falls jemand noch etwas einfällt woran es liegen könnte kann er es gerne schreiben.

      Vielen Dank für eure Hilfe. :D
    • Stell mal den Workgroupnamen auf den Namen der anderen (Windows 7) Rechner ein (im Nornalfall "Workgroup"), dann sollte bei gesetztem Parameter "preferred master = no" die Dream niemals Master Browser werden und die Liste müsste sich nach spätestens 1 Stunde korrigieren.
      Hier kann man alles nachlesen:
      support.microsoft.com/kb/188305

      Gruß,
      Laura