Ergebnis 1 bis 8 von 8
  1. #1
    Anfänger
    Registriert seit
    16.01.2018
    Beiträge
    6
    Thanks (gegeben)
    2
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke

    Box crashing at 3:30am

    Hi all,

    I have a zgemma h7c and I am running ATV 6.1 (so have tried 6.2).
    At 3:30 am the box hangs and requires a reboot to recover.
    This looks like a trash cleanup job that runs around this time.
    Trash clean in movie player.

    I have attached a log file to see if this helps.

    Enigma2-debug-20180106_10-10-50.log = ATV 6.1
    Enigma2-debug-20180115_18-06-02.log = ATV 6.2
    [ATTACH] 53207 [/ ATTACH] [ATTACH] 53208 [/ ATTACH]

    Thanks
    Angehängte Dateien Angehängte Dateien

    •   Alt Advertising

       

  2. #2
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    24.930
    Thanks (gegeben)
    4699
    Thanks (bekommen)
    9129
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    Code:
    ...
    03:29:59.9916 {   } Screens/LogManager.py:119 JobTrash [LogManager] probing folders
    03:30:03.9154 [   ] gdi/grc.cpp:193 thread [gRC] main thread is non-idle! display spinner!
    ...
    Yes. This is a well known feature.
    This trashjob at that time wants to cleanup the logfiles (@3:30 in fulljob-mode), and therefore tries all known mounted shares to cleanup.
    Does any of the devices or mounts at your box also contain folders like /log, /usr, /var or so on, usually used by the system in the root directory of the flash?
    Can you please supply a zip-archive containing the following files:
    /etc/fstab
    /etc/auto.network
    /etc/enigma2/automounts.xml
    Hopefully you don't have changed any other files corresponding to mount-methods in other images (in VTi there was sometimes /etc/auto.master used by users)?
    Since few days (~ before 6.1.18) i allways had a spinner shown for 5s in livetv at that time. But never a lock of any of my boxes.
    It cleared up the reason for some users in the Giga-board. They had wrong mount decalrations in their configs. Therefore the above files are needed to be checked.
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----



  3. Thanks davejee bedankten sich
  4. #3
    Anfänger
    Registriert seit
    16.01.2018
    Beiträge
    6
    Thanks (gegeben)
    2
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    I have attached the files with user/pass removed
    I have 2 windows shares mounted. The do not contain any / file structure.

    Is it possible to disable this cleanup job ?

    Thanks
    Angehängte Dateien Angehängte Dateien

  5. #4
    Anfänger
    Registriert seit
    16.01.2018
    Beiträge
    6
    Thanks (gegeben)
    2
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    I have the .py file from githib.
    Can anybody please help with which section to # to stop the 3:30am check or to stop it checking mount ?

    I tried this but I just got enigma crashes
    # mounts = []
    # matches = []
    # print "[LogManager] probing folders"
    # f = open('/proc/mounts', 'r')
    # for line in f.readlines():
    # parts = line.strip().split()
    # mounts.append(parts[1])
    # f.close()

  6. #5
    Anfänger
    Registriert seit
    16.01.2018
    Beiträge
    6
    Thanks (gegeben)
    2
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Anbody got any suggestions?

  7. #6
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    24.930
    Thanks (gegeben)
    4699
    Thanks (bekommen)
    9129
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    I see your problem. When you don't want to have that lockup of your box, you would have do ensure, that the mounted shares are rechable ANY time, the Box could run. Your decision was, to mount them fixed via [fstab].
    Otherwise, i would suggest to switch the mounts from [fstab] to [autofs]:
    Code:
    <?xml version="1.0" ?>
    <mountmanager>
     <autofs>
      <cifs>
       <mount>
        <active>True</active>
        <hdd_replacement>False</hdd_replacement>
        <ip>192.168.0.27</ip>
        <sharename>EDPC</sharename>
        <sharedir>E</sharedir>
        <options>rw,utf8</options>
        <username><REMOVED></username>
        <password><REMOVED></password>
       </mount>
      </cifs>
     </autofs>
     <autofs>
      <cifs>
       <mount>
        <active>True</active>
        <hdd_replacement>False</hdd_replacement>
        <ip>192.168.0.27</ip>
        <sharename>Downloads_DaveDPC</sharename>
        <sharedir>Downloads_Dave</sharedir>
        <options>rw,utf8</options>
        <username><REMOVED></username>
        <password><REMOVED></password>
       </mount>
      </cifs>
     </autofs>
    </mountmanager>
    These mounts now go from /media/net/<sharename> to /media/autofs/<sharename>
    You have to remove the mounts from your /etc/fstab.
    They will be added by the mount manager to the /etc/auto.network, when once opened and saved again - that takes pretty long time here (~20-30s), so be patient.
    The corrected /etc/fstab would look like that:
    Code:
    /dev/mmcblk0p1		/boot		auto		defaults				1  1
    rootfs			/		auto		defaults				1  1
    proc			/proc		proc		defaults				0  0
    devpts			/dev/pts	devpts		mode=0620,gid=5				0  0
    usbdevfs		/proc/bus/usb	usbdevfs	noauto					0  0
    tmpfs			/var/volatile	tmpfs		defaults				0  0
    /dev/mmcblk0p10 none swap defaults 0 0
    UUID=08d37230-4266-488a-b329-20f3c1e646b5	/media/hdd	auto	defaults	0 0
    UUID=1E29-F23E	/media/usb	vfat	defaults	0 0
    ############      empty line at the end     #############
    Let the correct /etc/auto.network be created by the system.

    And again:
    If you don't want to switch the mount-method to [autofs], which was included exactly to overcome those problems of nonexisting shares, then you will have to wait for a fix. Maybe, that there can be a possible solution.
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----



  8. Thanks davejee bedankten sich
  9. #7
    Anfänger
    Registriert seit
    16.01.2018
    Beiträge
    6
    Thanks (gegeben)
    2
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Ah ok. Thanks for the update.
    I have updated both shares to use autofs (mount as needed),,, and manually updated fstab to match your suggested version.
    I will let you know the results.

    Danke

  10. #8
    Anfänger
    Registriert seit
    16.01.2018
    Beiträge
    6
    Thanks (gegeben)
    2
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Havent had a crash since I made this change.
    Thanks for the help


Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:26 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,26%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com