Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 46

Thread: usb drive

  1. #16
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    ... just edited my previous post.

  2. #17
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    Code:
    log = ''.join(task.log).strip()
    Try:
    Code:
    log = b''.join(task.log).strip()
    Help keep OpenViX servers online.Please donate!

  3. #18
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    ... no longer crashes, there's no report on the screen when the check finishes.

    Code:
    11:55:06.7069 [Skin] Processing screen 'JobView_summary' from list 'JobViewSummary, ScreenSummary, JobView_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'ScreenSummary'.
    11:55:06.7182 [eConsoleAppContainer] Starting fsck.ext4
    11:55:06.7191 [Task] execute: 0 fsck.ext4 -f -p /dev/sdb1
    11:55:07.0100 [eInputDeviceInit] 0 160 (352) 1
    11:55:07.0101 [eRCDeviceInputDev] emit: 0
    11:55:07.0119 [InfoBarGenerics] Key: 352 (Break) KeyID='KEY_OK' Binding='('OK',)'.
    11:55:07.0442 [Task] [Checking disk.  b'/dev/sdb1: 13/954720 files (0.0% non-contiguous), 86596/3812199 blocks\n']
    11:55:07.0547 [Harddisk] MountTask - prepare
    11:55:07.0550 [Harddisk] MountTask - Error: Failed to remove '/dev/nomount' file: [Errno 2] No such file or directory: '/dev/nomount.sdb'
    11:55:07.0575 [Harddisk] MountTask - let udev complete the job
    11:55:07.0577 [eConsoleAppContainer] Starting /bin/sh
    11:55:07.0581 [Task] execute: 0 sleep 2; hdparm -z /dev/sdb
    11:55:09.1051 [Task] [Mount.  b'\n/dev/sdb:\n']
    11:55:09.1103 [Hotplug] Connection made.
    11:55:09.1114 [Hotplug] Data received: 'ACTION=remove, DEVPATH=/dev/sdb1, PHYSDEVPATH=/block//device'.
    11:55:09.1122 [Hotplug] Connection lost.
    11:55:09.1124 [Hotplug] Calling processHotplugData, reason = [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
    ] eventData = {'ACTION': 'remove', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block//device'}.11:55:09.1125 
    11:55:09.1126 [Hotplug] DEBUG: {'ACTION': 'remove', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block//device'}
    11:55:09.1127 [Hotplug] DEBUG: device = /dev/sdb1 action = remove mediaState = None physDevPath = /block//device dev = sdb1
    11:55:09.1127 [Harddisk] Evaluating hotplug disconnected device...
    11:55:09.1128 [Harddisk] Unmounting partition 'sdb1'.
    11:55:09.1131 main infobar is not execing... so we ignore hotplug event!
    11:55:09.1136 [Harddisk] Removing storage device 'sdb'.
    11:55:09.1137 [Harddisk] Hotplug disconnection complete.
    11:55:09.2952 [Hotplug] Connection made.
    11:55:09.2960 [Hotplug] Data received: 'ACTION=add, DEVPATH=/dev/sdb1, PHYSDEVPATH=/block/sdb/device'.
    11:55:09.2969 [Hotplug] Connection lost.
    11:55:09.2971 [Hotplug] Calling processHotplugData, reason = [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
    ] eventData = {'ACTION': 'add', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block/sdb/device'}.11:55:09.2971 
    11:55:09.2972 [Hotplug] DEBUG: {'ACTION': 'add', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block/sdb/device'}
    11:55:09.2973 [Hotplug] DEBUG: device = /dev/sdb1 action = add mediaState = None physDevPath = /block/sdb/device dev = sdb1
    11:55:09.2975 [Harddisk] Evaluating hotplug connected device...
    11:55:09.2975 [Harddisk] DEBUG: device = 'sdb1', physDevice = '/block/sdb/device'
    11:55:09.2996 [Harddisk] Found storage device 'sdb1' (Removable = True).
    11:55:09.3012 [Harddisk] Device 'sdb' (External (ERROR) - Kingston (DataTraveler 2.0)) -> '/dev/sdb' -> '/dev/sdb'.
    11:55:09.3019 [Harddisk] Found partition 'sdb1', description = 'DataTraveler 2.0 (Partition 1)', device = '/sys/devices/rdb.3/f0470300.ehci_v2/usb3/3-1/3-1:1.0/host2/target2:0:0/2:0:0:0'.
    11:55:09.3038 main infobar is not execing... so we ignore hotplug event!
    11:55:09.3043 [Harddisk] Hotplug connection complete.
    11:55:10.1113 [Task] job Components.Task.Job name=Checking filesystem... #tasks=4 completed with [] in None
    11:55:17.1019 [eInputDeviceInit] 1 8b (139) 1
    11:55:17.1020 [eRCDeviceInputDev] emit: 1
    11:55:17.1036 [InfoBarGenerics] Key: 139 (Make) KeyID='KEY_MENU' Binding='('MENU',)'.
    11:55:17.1038 [ActionMap] Keymap 'InfobarMenuActions' -> Action = 'mainMenu'.
    11:55:17.1066 [Skin] Processing screen 'menu_mainmenu' from list 'menu_mainmenu, Menu', position=(0, 0), size=(1920 x 1080) for module 'MainMenu'.
    11:55:17.1195 [Skin] Processing screen 'MenuSummary' from list 'menu_mainmenuSummary, MenuSummary, ScreenSummary, menu_mainmenu_summary, Menu_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'MenuSummary'.
    11:55:17.4381 [eInputDeviceInit] 0 8b (139) 1
    11:55:17.4382 [eRCDeviceInputDev] emit: 0
    11:55:17.4398 [InfoBarGenerics] Key: 139 (Break) KeyID='KEY_MENU' Binding='('MENU',)'.
    11:55:19.4406 [eInputDeviceInit] 1 ae (174) 1
    11:55:19.4406 [eRCDeviceInputDev] emit: 1
    11:55:19.4421 [InfoBarGenerics] Key: 174 (Make) KeyID='KEY_EXIT' Binding='('EXIT',)'.
    11:55:19.7769 [eInputDeviceInit] 0 ae (174) 1
    11:55:19.7770 [eRCDeviceInputDev] emit: 0
    11:55:19.7783 [InfoBarGenerics] Key: 174 (Break) KeyID='KEY_EXIT' Binding='('EXIT',)'.
    11:55:19.7784 [ActionMap] Keymap 'OkCancelActions' -> Action = 'cancel'.

  4. #19
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,412
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    So can you try this change to Harddisk.... copy to /usr/lib/enigma2/python/Components(Before copying: in putty init 4, after copying: in putty init 6)
    Attached Files Attached Files
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  5. #20
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Looks the same, shows "error" in information/devices, but I can move recordings to the usb location and play them.

    Tried formatting and then filesystem check....

    Code:
    15:25:10.7062 [eInputDeviceInit] 1 160 (352) 1
    15:25:10.7063 [eRCDeviceInputDev] emit: 1
    15:25:10.7078 [InfoBarGenerics] Key: 352 (Make) KeyID='KEY_OK' Binding='('OK',)'.
    15:25:10.7079 [ActionMap] Keymap 'MsgBoxActions' -> Action = 'ok'.
    15:25:10.7126 [Harddisk] Checking filesystem...
    15:25:10.7128 [Harddisk] UnMountTask - init
    15:25:10.7150 [Harddisk] Filesystem type is 'ext4'.
    15:25:10.7153 [Harddisk] Check complete.
    15:25:10.7154 [Harddisk] UnMountTask - prepare
    15:25:10.7176 [eConsoleAppContainer] Starting umount
    15:25:10.7182 [Task] execute: 0 umount -f /media/usb
    15:25:10.7223 [Skin] Processing screen 'JobView', position=(0, 0), size=(1920 x 1080) for module 'JobView'.
    15:25:10.7302 [Skin] Error in screen 'JobView' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'cancelable' was not found in screen 'JobView'!  Please contact the skin's author!!
    15:25:10.7306 Traceback (most recent call last):
    15:25:10.7307   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:25:10.7308   File "/usr/lib/enigma2/python/skin.py", line 1193, in processWidget
        raise SkinError("The source '%s' was not found in screen '%s'" % (wsource, name))
    15:25:10.7309 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'cancelable' was not found in screen 'JobView'!  Please contact the skin's author!
    15:25:10.7311 [Skin] Error in screen 'JobView' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'cancelable' was not found in screen 'JobView'!  Please contact the skin's author!!
    15:25:10.7313 Traceback (most recent call last):
    15:25:10.7314   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:25:10.7315   File "/usr/lib/enigma2/python/skin.py", line 1193, in processWidget
        raise SkinError("The source '%s' was not found in screen '%s'" % (wsource, name))
    15:25:10.7316 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'cancelable' was not found in screen 'JobView'!  Please contact the skin's author!
    15:25:10.7317 [Skin] Error in screen 'JobView' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'finished' was not found in screen 'JobView'!  Please contact the skin's author!!
    15:25:10.7319 Traceback (most recent call last):
    15:25:10.7320   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:25:10.7321   File "/usr/lib/enigma2/python/skin.py", line 1193, in processWidget
        raise SkinError("The source '%s' was not found in screen '%s'" % (wsource, name))
    15:25:10.7322 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'finished' was not found in screen 'JobView'!  Please contact the skin's author!
    15:25:10.7323 [Skin] Error in screen 'JobView' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'finished' was not found in screen 'JobView'!  Please contact the skin's author!!
    15:25:10.7326 Traceback (most recent call last):
    15:25:10.7327   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:25:10.7327   File "/usr/lib/enigma2/python/skin.py", line 1193, in processWidget
        raise SkinError("The source '%s' was not found in screen '%s'" % (wsource, name))
    15:25:10.7328 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'finished' was not found in screen 'JobView'!  Please contact the skin's author!
    15:25:10.7329 [Skin] Error in screen 'JobView' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'backgroundable' was not found in screen 'JobView'!  Please contact the skin's author!!
    15:25:10.7332 Traceback (most recent call last):
    15:25:10.7333   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:25:10.7333   File "/usr/lib/enigma2/python/skin.py", line 1193, in processWidget
        raise SkinError("The source '%s' was not found in screen '%s'" % (wsource, name))
    15:25:10.7334 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'backgroundable' was not found in screen 'JobView'!  Please contact the skin's author!
    15:25:10.7335 [Skin] Error in screen 'JobView' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'backgroundable' was not found in screen 'JobView'!  Please contact the skin's author!!
    15:25:10.7338 Traceback (most recent call last):
    15:25:10.7339   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:25:10.7340   File "/usr/lib/enigma2/python/skin.py", line 1193, in processWidget
        raise SkinError("The source '%s' was not found in screen '%s'" % (wsource, name))
    15:25:10.7341 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'backgroundable' was not found in screen 'JobView'!  Please contact the skin's author!
    15:25:10.7373 [Screen] Warning: Skin is missing element 'HelpWindow' in <class 'Screens.TaskView.JobView'>.
    15:25:10.7412 [Skin] Processing screen 'JobView_summary' from list 'JobViewSummary, ScreenSummary, JobView_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'ScreenSummary'.
    15:25:10.7505 [eConsoleAppContainer] Starting fsck.ext4
    15:25:10.7522 [Task] execute: 0 fsck.ext4 -f -p /dev/sdb1
    15:25:11.0427 [eInputDeviceInit] 0 160 (352) 1
    15:25:11.0428 [eRCDeviceInputDev] emit: 0
    15:25:11.0444 [InfoBarGenerics] Key: 352 (Break) KeyID='KEY_OK' Binding='('OK',)'.
    15:25:11.0863 [Task] [Checking disk.  b'/dev/sdb1: 13/954720 files (0.0% non-contiguous), 86596/3812199 blocks\n']
    15:25:11.0969 [Harddisk] MountTask - prepare
    15:25:11.0971 [Harddisk] MountTask - Error: Failed to remove '/dev/nomount' file: [Errno 2] No such file or directory: '/dev/nomount.sdb'
    15:25:11.0997 [Harddisk] MountTask - let udev complete the job
    15:25:11.0999 [eConsoleAppContainer] Starting /bin/sh
    15:25:11.1003 [Task] execute: 0 sleep 2; hdparm -z /dev/sdb
    15:25:13.1483 [Task] [Mount.  b'\n/dev/sdb:\n']
    15:25:13.1558 [Hotplug] Connection made.
    15:25:13.1573 [Hotplug] Data received: 'ACTION=remove, DEVPATH=/dev/sdb1, PHYSDEVPATH=/block//device'.
    15:25:13.1597 [Hotplug] Connection lost.
    15:25:13.1600 [Hotplug] Calling processHotplugData, reason = [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
    ] eventData = {'ACTION': 'remove', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block//device'}.15:25:13.1601 
    15:25:13.1602 [Hotplug] DEBUG: {'ACTION': 'remove', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block//device'}
    15:25:13.1603 [Hotplug] DEBUG: device = /dev/sdb1 action = remove mediaState = None physDevPath = /block//device dev = sdb1
    15:25:13.1604 [Harddisk] Evaluating hotplug disconnected device...
    15:25:13.1605 [Harddisk] Unmounting partition 'sdb1'.
    15:25:13.1608 main infobar is not execing... so we ignore hotplug event!
    15:25:13.1615 [Harddisk] Removing storage device 'sdb'.
    15:25:13.1616 [Harddisk] Hotplug disconnection complete.
    15:25:13.3394 [Hotplug] Connection made.
    15:25:13.3403 [Hotplug] Data received: 'ACTION=add, DEVPATH=/dev/sdb1, PHYSDEVPATH=/block/sdb/device'.
    15:25:13.3417 [Hotplug] Connection lost.
    15:25:13.3420 [Hotplug] Calling processHotplugData, reason = [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
    ] eventData = {'ACTION': 'add', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block/sdb/device'}.15:25:13.3420 
    15:25:13.3421 [Hotplug] DEBUG: {'ACTION': 'add', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block/sdb/device'}
    15:25:13.3422 [Hotplug] DEBUG: device = /dev/sdb1 action = add mediaState = None physDevPath = /block/sdb/device dev = sdb1
    15:25:13.3422 [Harddisk] Evaluating hotplug connected device...
    15:25:13.3423 [Harddisk] DEBUG: device = 'sdb1', physDevice = '/block/sdb/device'
    15:25:13.3444 [Harddisk] Found storage device 'sdb1' (Removable = True).
    15:25:13.3461 [Harddisk] Device 'sdb' (External (ERROR) - Kingston (DataTraveler 2.0)) -> '/dev/sdb' -> '/dev/sdb'.
    15:25:13.3464 [Harddisk] Found partition 'sdb1', description = 'DataTraveler 2.0 (Partition 1)', device = '/sys/devices/rdb.3/f0470300.ehci_v2/usb3/3-1/3-1:1.0/host2/target2:0:0/2:0:0:0'.
    15:25:13.3485 main infobar is not execing... so we ignore hotplug event!
    15:25:14.1546 [Task] job Components.Task.Job name=Checking filesystem... #tasks=4 completed with [] in None
    15:25:18.8591 [eInputDeviceInit] 1 8b (139) 1
    15:25:18.8592 [eRCDeviceInputDev] emit: 1
    15:25:18.8609 [InfoBarGenerics] Key: 139 (Make) KeyID='KEY_MENU' Binding='('MENU',)'.
    15:25:18.8610 [ActionMap] Keymap 'InfobarMenuActions' -> Action = 'mainMenu'.
    15:25:18.8638 [Skin] Processing screen 'menu_mainmenu' from list 'menu_mainmenu, Menu', position=(0, 0), size=(1920 x 1080) for module 'MainMenu'.
    15:25:18.8763 [Skin] Processing screen 'MenuSummary' from list 'menu_mainmenuSummary, MenuSummary, ScreenSummary, menu_mainmenu_summary, Menu_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'MenuSummary'.
    15:25:19.1947 [eInputDeviceInit] 0 8b (139) 1
    15:25:19.1948 [eRCDeviceInputDev] emit: 0
    15:25:19.1963 [InfoBarGenerics] Key: 139 (Break) KeyID='KEY_MENU' Binding='('MENU',)'.
    15:25:22.1859 [eInputDeviceInit] 1 67 (103) 1
    15:25:22.1860 [eRCDeviceInputDev] emit: 1
    15:25:22.1875 [InfoBarGenerics] Key: 103 (Make) KeyID='KEY_UP' Binding='('UP',)'.
    15:25:22.5216 [eInputDeviceInit] 0 67 (103) 1
    15:25:22.5217 [eRCDeviceInputDev] emit: 0
    15:25:22.5233 [InfoBarGenerics] Key: 103 (Break) KeyID='KEY_UP' Binding='('UP',)'.
    NB I'm using the P3 image.
    Last edited by ccs; 15-06-21 at 15:39.

  6. #21
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,412
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Apart from skin errors (which are not important) that looks OK.
    Can you run a menu/setup/storage/Initialise Devices by itself and post the log?
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  7. #22
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Code:
    15:57:58.2574 [eRCDeviceInputDev] emit: 0
    15:57:58.2590 [InfoBarGenerics] Key: 352 (Break) KeyID='KEY_OK' Binding='('OK',)'.
    15:58:00.3530 [eInputDeviceInit] 1 6c (108) 1
    15:58:00.3531 [eRCDeviceInputDev] emit: 1
    15:58:00.3545 [InfoBarGenerics] Key: 108 (Make) KeyID='KEY_DOWN' Binding='('DOWN',)'.
    15:58:00.6894 [eInputDeviceInit] 0 6c (108) 1
    15:58:00.6894 [eRCDeviceInputDev] emit: 0
    15:58:00.6909 [InfoBarGenerics] Key: 108 (Break) KeyID='KEY_DOWN' Binding='('DOWN',)'.
    15:58:02.0419 [eInputDeviceInit] 1 160 (352) 1
    15:58:02.0420 [eRCDeviceInputDev] emit: 1
    15:58:02.0434 [InfoBarGenerics] Key: 352 (Make) KeyID='KEY_OK' Binding='('OK',)'.
    15:58:02.0435 [ActionMap] Keymap 'OkCancelActions' -> Action = 'ok'.
    15:58:02.0482 [Harddisk] [diskSize]: stat.f_blocks: 243889659 stat.f_bsize: 4096
    15:58:02.0488 [Harddisk] [diskSize]: stat.f_blocks: 3764538 stat.f_bsize: 4096
    15:58:02.0492 [Skin] Processing screen 'HarddiskSelection', position=(0, 0), size=(1920 x 1080) for module 'HarddiskSelection'.
    15:58:02.0595 [Skin] Processing screen 'SimpleSummary' from list 'HarddiskSelectionSummary, ScreenSummary, HarddiskSelection_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'ScreenSummary'.
    15:58:02.3784 [eInputDeviceInit] 0 160 (352) 1
    15:58:02.3785 [eRCDeviceInputDev] emit: 0
    15:58:02.3801 [InfoBarGenerics] Key: 352 (Break) KeyID='KEY_OK' Binding='('OK',)'.
    15:58:03.0978 [eInputDeviceInit] 1 6c (108) 1
    15:58:03.0979 [eRCDeviceInputDev] emit: 1
    15:58:03.0993 [InfoBarGenerics] Key: 108 (Make) KeyID='KEY_DOWN' Binding='('DOWN',)'.
    15:58:03.5394 [eInputDeviceInit] 0 6c (108) 1
    15:58:03.5395 [eRCDeviceInputDev] emit: 0
    15:58:03.5409 [InfoBarGenerics] Key: 108 (Break) KeyID='KEY_DOWN' Binding='('DOWN',)'.
    15:58:05.1682 [eInputDeviceInit] 1 160 (352) 1
    15:58:05.1682 [eRCDeviceInputDev] emit: 1
    15:58:05.1695 [InfoBarGenerics] Key: 352 (Make) KeyID='KEY_OK' Binding='('OK',)'.
    15:58:05.1696 [ActionMap] Keymap 'OkCancelActions' -> Action = 'ok'.
    15:58:05.1713 [Harddisk] [diskSize]: stat.f_blocks: 3764538 stat.f_bsize: 4096
    15:58:05.1719 [Skin] Processing screen 'HarddiskSetup', position=(0, 0), size=(1920 x 1080) for module 'HarddiskSetup'.
    15:58:05.1770 [Skin] Error in screen 'HarddiskSetup' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: Component with name 'initializetext' was not found in skin of screen 'HarddiskSetup'!  Please contact the skin's author!!
    15:58:05.1805 Traceback (most recent call last):
    15:58:05.1806   File "/usr/lib/enigma2/python/skin.py", line 1164, in processWidget
        attributes = screen[wname].skinAttributes = []
    15:58:05.1807 KeyError: 'initializetext'
    15:58:05.1808 
    During handling of the above exception, another exception occurred:
    
    15:58:05.1809 Traceback (most recent call last):
    15:58:05.1810   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:58:05.1810   File "/usr/lib/enigma2/python/skin.py", line 1166, in processWidget
        raise SkinError("Component with name '%s' was not found in skin of screen '%s'" % (wname, name))
    15:58:05.1811 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: Component with name 'initializetext' was not found in skin of screen 'HarddiskSetup'!  Please contact the skin's author!
    15:58:05.1879 [Skin] Processing screen 'SimpleSummary' from list 'HarddiskSetupSummary, ScreenSummary, HarddiskSetup_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'ScreenSummary'.
    15:58:05.5044 [eInputDeviceInit] 0 160 (352) 1
    15:58:05.5045 [eRCDeviceInputDev] emit: 0
    15:58:05.5064 [InfoBarGenerics] Key: 352 (Break) KeyID='KEY_OK' Binding='('OK',)'.
    15:58:07.5660 [eInputDeviceInit] 1 18f (399) 1
    15:58:07.5661 [eRCDeviceInputDev] emit: 1
    15:58:07.5675 [InfoBarGenerics] Key: 399 (Make) KeyID='KEY_GREEN' Binding='('GREEN',)'.
    15:58:07.5677 [ActionMap] Keymap 'ShortcutActions' -> Action = 'green'.
    15:58:07.5677 [HarddiskSetup] answer: False
    15:58:07.5698 [Skin] Processing screen 'MessageBox', position=(0, 0), size=(1920 x 1080) for module 'MessageBox'.
    15:58:07.5881 [Screen] Warning: Skin is missing element 'icon' in <class 'Screens.MessageBox.MessageBox'>(Do you really want to initialise this device?
    All the data on the device will be lost!
    You can continue watching TV while this is running.).15:58:07.5882 
    15:58:07.5915 [Pixmap] setPixmapNum(0) failed! defined pixmaps: []
    15:58:07.5924 [Skin] Processing screen 'MessageBox_summary' from list 'MessageBoxSummary, ScreenSummary, MessageBox_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'ScreenSummary'.
    15:58:08.0073 [eInputDeviceInit] 0 18f (399) 1
    15:58:08.0074 [eRCDeviceInputDev] emit: 0
    15:58:08.0090 [InfoBarGenerics] Key: 399 (Break) KeyID='KEY_GREEN' Binding='('GREEN',)'.
    15:58:10.0372 [eInputDeviceInit] 1 160 (352) 1
    15:58:10.0372 [eRCDeviceInputDev] emit: 1
    15:58:10.0386 [InfoBarGenerics] Key: 352 (Make) KeyID='KEY_OK' Binding='('OK',)'.
    15:58:10.0387 [ActionMap] Keymap 'MsgBoxActions' -> Action = 'ok'.
    15:58:10.0431 [Harddisk] Initializing storage device...
    15:58:10.0436 [Harddisk] [diskSize]: stat.f_blocks: 3764538 stat.f_bsize: 4096
    15:58:10.0436 [Harddisk] Disk size: 15419 MB.
    15:58:10.0438 [Harddisk] UnMountTask - init
    15:58:10.0441 [Harddisk] Creating partition.
    15:58:10.0442 [Harddisk] UnMountTask - init
    15:58:10.0443 [Harddisk] Creating filesystem.
    15:58:10.0445 [Harddisk] Mounting storage device.
    15:58:10.0446 [Harddisk] Initialization complete.
    15:58:10.0447 [Harddisk] UnMountTask - prepare
    15:58:10.0472 [eConsoleAppContainer] Starting umount
    15:58:10.0478 [Task] execute: 0 umount -f /media/usb
    15:58:10.0522 [Skin] Processing screen 'JobView', position=(0, 0), size=(1920 x 1080) for module 'JobView'.
    15:58:10.0597 [Skin] Error in screen 'JobView' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'cancelable' was not found in screen 'JobView'!  Please contact the skin's author!!
    15:58:10.0600 Traceback (most recent call last):
    15:58:10.0602   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:58:10.0602   File "/usr/lib/enigma2/python/skin.py", line 1193, in processWidget
        raise SkinError("The source '%s' was not found in screen '%s'" % (wsource, name))
    15:58:10.0603 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'cancelable' was not found in screen 'JobView'!  Please contact the skin's author!
    15:58:10.0605 [Skin] Error in screen 'JobView' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'cancelable' was not found in screen 'JobView'!  Please contact the skin's author!!
    15:58:10.0607 Traceback (most recent call last):
    15:58:10.0608   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:58:10.0609   File "/usr/lib/enigma2/python/skin.py", line 1193, in processWidget
        raise SkinError("The source '%s' was not found in screen '%s'" % (wsource, name))
    15:58:10.0609 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'cancelable' was not found in screen 'JobView'!  Please contact the skin's author!
    15:58:10.0611 [Skin] Error in screen 'JobView' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'finished' was not found in screen 'JobView'!  Please contact the skin's author!!
    15:58:10.0613 Traceback (most recent call last):
    15:58:10.0614   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:58:10.0615   File "/usr/lib/enigma2/python/skin.py", line 1193, in processWidget
        raise SkinError("The source '%s' was not found in screen '%s'" % (wsource, name))
    15:58:10.0616 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'finished' was not found in screen 'JobView'!  Please contact the skin's author!
    15:58:10.0617 [Skin] Error in screen 'JobView' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'finished' was not found in screen 'JobView'!  Please contact the skin's author!!
    15:58:10.0620 Traceback (most recent call last):
    15:58:10.0621   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:58:10.0621   File "/usr/lib/enigma2/python/skin.py", line 1193, in processWidget
        raise SkinError("The source '%s' was not found in screen '%s'" % (wsource, name))
    15:58:10.0622 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'finished' was not found in screen 'JobView'!  Please contact the skin's author!
    15:58:10.0624 [Skin] Error in screen 'JobView' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'backgroundable' was not found in screen 'JobView'!  Please contact the skin's author!!
    15:58:10.0626 Traceback (most recent call last):
    15:58:10.0627   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:58:10.0627   File "/usr/lib/enigma2/python/skin.py", line 1193, in processWidget
        raise SkinError("The source '%s' was not found in screen '%s'" % (wsource, name))
    15:58:10.0629 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'backgroundable' was not found in screen 'JobView'!  Please contact the skin's author!
    15:58:10.0630 [Skin] Error in screen 'JobView' widget 'widget' [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'backgroundable' was not found in screen 'JobView'!  Please contact the skin's author!!
    15:58:10.0636 Traceback (most recent call last):
    15:58:10.0637   File "/usr/lib/enigma2/python/skin.py", line 1264, in processScreen
        p(w, context)
    15:58:10.0638   File "/usr/lib/enigma2/python/skin.py", line 1193, in processWidget
        raise SkinError("The source '%s' was not found in screen '%s'" % (wsource, name))
    15:58:10.0638 skin.SkinError: [Skin] {Simple_Ten_Eighty/skin.xml}: The source 'backgroundable' was not found in screen 'JobView'!  Please contact the skin's author!
    15:58:10.0671 [Screen] Warning: Skin is missing element 'HelpWindow' in <class 'Screens.TaskView.JobView'>.
    15:58:10.0710 [Skin] Processing screen 'JobView_summary' from list 'JobViewSummary, ScreenSummary, JobView_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'ScreenSummary'.
    15:58:10.1162 [eConsoleAppContainer] Starting hdparm
    15:58:10.1168 [Task] execute: 0 hdparm -z /dev/sdb
    15:58:10.1394 [Task] [Rereading partition table.  b'\n/dev/sdb:\n']
    15:58:10.1635 [Hotplug] Connection made.
    15:58:10.1651 [Hotplug] Data received: 'ACTION=remove, DEVPATH=/dev/sdb1, PHYSDEVPATH=/block//device'.
    15:58:10.1692 [Hotplug] Connection lost.
    15:58:10.1696 [Hotplug] Calling processHotplugData, reason = [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
    ] eventData = {'ACTION': 'remove', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block//device'}.15:58:10.1696 
    15:58:10.1697 [Hotplug] DEBUG: {'ACTION': 'remove', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block//device'}
    15:58:10.1698 [Hotplug] DEBUG: device = /dev/sdb1 action = remove mediaState = None physDevPath = /block//device dev = sdb1
    15:58:10.1699 [Harddisk] Evaluating hotplug disconnected device...
    15:58:10.1700 [Harddisk] Unmounting partition 'sdb1'.
    15:58:10.1702 main infobar is not execing... so we ignore hotplug event!
    15:58:10.1708 [Harddisk] Removing storage device 'sdb'.
    15:58:10.1709 [Harddisk] Hotplug disconnection complete.
    15:58:10.3733 [eInputDeviceInit] 0 160 (352) 1
    15:58:10.3734 [eRCDeviceInputDev] emit: 0
    15:58:10.3750 [InfoBarGenerics] Key: 352 (Break) KeyID='KEY_OK' Binding='('OK',)'.
    15:58:11.1416 [eConsoleAppContainer] Starting parted
    15:58:11.1430 [Task] execute: 0 parted -a opt -s /dev/sdb mklabel gpt mkpart primary 0% 100%
    15:58:12.1634 [Hotplug] Connection made.
    15:58:12.1642 [Hotplug] Data received: 'ACTION=add, DEVPATH=/dev/sdb1, PHYSDEVPATH=/block/sdb/device'.
    15:58:12.1651 [Hotplug] Connection lost.
    15:58:12.1653 [Hotplug] Calling processHotplugData, reason = [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
    ] eventData = {'ACTION': 'add', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block/sdb/device'}.15:58:12.1654 
    15:58:12.1654 [Hotplug] DEBUG: {'ACTION': 'add', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block/sdb/device'}
    15:58:12.1655 [Hotplug] DEBUG: device = /dev/sdb1 action = add mediaState = None physDevPath = /block/sdb/device dev = sdb1
    15:58:12.1656 [Harddisk] Evaluating hotplug connected device...
    15:58:12.1656 [Harddisk] DEBUG: device = 'sdb1', physDevice = '/block/sdb/device'
    15:58:12.1677 [Harddisk] Found storage device 'sdb1' (Removable = True).
    15:58:12.1693 [Harddisk] Device 'sdb' (External (ERROR) - Kingston (DataTraveler 2.0)) -> '/dev/sdb' -> '/dev/sdb'.
    15:58:12.1696 [Harddisk] Found partition 'sdb1', description = 'DataTraveler 2.0 (Partition 1)', device = '/sys/devices/rdb.3/f0470300.ehci_v2/usb3/3-1/3-1:1.0/host2/target2:0:0/2:0:0:0'.
    15:58:12.1715 main infobar is not execing... so we ignore hotplug event!
    15:58:12.9795 [Harddisk] UnMountTask - prepare
    15:58:12.9822 [eConsoleAppContainer] Starting umount
    15:58:12.9827 [Task] execute: 0 umount -f /media/usb
    15:58:13.0674 [eConsoleAppContainer] Starting mkfs.ext4
    15:58:13.0689 [Task] execute: 0 mkfs.ext4 -T largefile -N 493408 -m0 -O dir_index /dev/sdb1
    15:58:13.0763 [Harddisk] MkfsTask - [Mkfs] mke2fs 1.45.6 (20-Mar-2020)
    15:58:13.0764 
    15:58:13.0856 [Harddisk] MkfsTask - [Mkfs] Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata and journal checksum features.
    15:58:13.0856 
    15:58:13.0889 [Harddisk] MkfsTask - [Mkfs] Creating filesystem with 3811840 4k blocks and 494208 inodes
    Filesystem UUID: 30f7d600-63f3-4d68-8e50-a422f9896275
    Superblock backups stored on blocks: 
    	32768, 15:58:13.0890 
    15:58:13.0891 [Harddisk] MkfsTask - [Mkfs] 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208
    
    Allocating group tables:   0/11715:58:13.0891 
    15:58:13.0896 [Harddisk] MkfsTask - [Mkfs]        done                            
    15:58:13.0897 
    15:58:13.0899 [Harddisk] MkfsTask - [Mkfs] Writing inode tables:   0/117
    15:58:13.0900 [Harddisk] MkfsTask - [Mkfs]        done                            
    15:58:13.0901 
    15:58:13.1019 [Harddisk] MkfsTask - [Mkfs] Creating journal (16384 blocks): 
    15:58:13.2398 [Harddisk] MkfsTask - [Mkfs] done
    Writing superblocks and filesystem accounting information: 15:58:13.2399 
    15:58:13.2410 [Harddisk] MkfsTask - [Mkfs]   0/117
    15:58:13.2656 [Harddisk] MkfsTask - [Mkfs]        
    15:58:41.3995 [Harddisk] MkfsTask - [Mkfs] done
    
    15:58:41.3997 
    15:58:41.4006 [Harddisk] MountTask - prepare
    15:58:41.4008 [Harddisk] MountTask - Error: Failed to remove '/dev/nomount' file: [Errno 2] No such file or directory: '/dev/nomount.sdb'
    15:58:41.4035 [Harddisk] MountTask - let udev complete the job
    15:58:41.4037 [eConsoleAppContainer] Starting /bin/sh
    15:58:41.4042 [Task] execute: 0 sleep 2; hdparm -z /dev/sdb
    15:58:43.4592 [Hotplug] Connection made.
    15:58:43.4602 [Hotplug] Data received: 'ACTION=remove, DEVPATH=/dev/sdb1, PHYSDEVPATH=/block//device'.
    15:58:43.4614 [Hotplug] Connection lost.
    15:58:43.4617 [Hotplug] Calling processHotplugData, reason = [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
    ] eventData = {'ACTION': 'remove', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block//device'}.15:58:43.4618 
    15:58:43.4618 [Hotplug] DEBUG: {'ACTION': 'remove', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block//device'}
    15:58:43.4619 [Hotplug] DEBUG: device = /dev/sdb1 action = remove mediaState = None physDevPath = /block//device dev = sdb1
    15:58:43.4620 [Harddisk] Evaluating hotplug disconnected device...
    15:58:43.4621 [Harddisk] Unmounting partition 'sdb1'.
    15:58:43.4625 main infobar is not execing... so we ignore hotplug event!
    15:58:43.4631 [Harddisk] Removing storage device 'sdb'.
    15:58:43.4632 [Harddisk] Hotplug disconnection complete.
    15:58:43.4753 [Task] [Mount.  b'\n/dev/sdb:\n']
    15:58:43.6781 [Hotplug] Connection made.
    15:58:43.6790 [Hotplug] Data received: 'ACTION=add, DEVPATH=/dev/sdb1, PHYSDEVPATH=/block/sdb/device'.
    15:58:43.6799 [Hotplug] Connection lost.
    15:58:43.6802 [Hotplug] Calling processHotplugData, reason = [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
    ] eventData = {'ACTION': 'add', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block/sdb/device'}.15:58:43.6802 
    15:58:43.6803 [Hotplug] DEBUG: {'ACTION': 'add', 'DEVPATH': '/dev/sdb1', 'PHYSDEVPATH': '/block/sdb/device'}
    15:58:43.6804 [Hotplug] DEBUG: device = /dev/sdb1 action = add mediaState = None physDevPath = /block/sdb/device dev = sdb1
    15:58:43.6805 [Harddisk] Evaluating hotplug connected device...
    15:58:43.6805 [Harddisk] DEBUG: device = 'sdb1', physDevice = '/block/sdb/device'
    15:58:43.6827 [Harddisk] Found storage device 'sdb1' (Removable = True).
    15:58:43.6843 [Harddisk] Device 'sdb' (External (ERROR) - Kingston (DataTraveler 2.0)) -> '/dev/sdb' -> '/dev/sdb'.
    15:58:43.6846 [Harddisk] Found partition 'sdb1', description = 'DataTraveler 2.0 (Partition 1)', device = '/sys/devices/rdb.3/f0470300.ehci_v2/usb3/3-1/3-1:1.0/host2/target2:0:0/2:0:0:0'.
    15:58:43.6867 main infobar is not execing... so we ignore hotplug event!
    15:58:44.4813 [Task] job Components.Task.Job name=Initializing storage device... #tasks=10 completed with [] in None
    15:58:47.2682 [eInputDeviceInit] 1 74 (116) 1
    15:58:47.2682 [eRCDeviceInputDev] emit: 1
    15:58:47.2698 [InfoBarGenerics] Key: 116 (Make) KeyID='KEY_POWER' Binding='('POWER',)'.
    15:58:47.2700 [ActionMap] Keymap 'GlobalActions' -> Action = 'power_down'.
    15:58:47.6043 [eInputDeviceInit] 0 74 (116) 1
    15:58:47.6044 [eRCDeviceInputDev] emit: 0
    15:58:47.6058 [InfoBarGenerics] Key: 116 (Break) KeyID='KEY_POWER' Binding='('POWER',)'.
    15:58:47.6141 [AVSwitch] portlist is ['HDMI']
    15:58:47.6188 [Standby] enter standby
    15:58:47.6201 [eDVBCAService] free slot 0 demux 0 for service 1:0:19:4484:4089:233A:EEEE0000:0:0:0:
    15:58:47.6202 [eDVBCAService] free service 1:0:19:4484:4089:233A:EEEE0000:0:0:0:
    15:58:47.6298 [eTSMPEGDecoder] decoder state: play, vpid=ffffffff, apid=ffffffff
    15:58:47.6299 [eDVBPCR0] DEMUX_STOP ok
    15:58:47.6299 [eDVBPCR0] destroy
    15:58:47.6300 [eDVBVideo0] DEMUX_STOP  ok
    15:58:47.6341 [eDVBVideo0] VIDEO_STOP ok
    15:58:47.6377 [eDVBVideo0] destroy
    15:58:47.6378 [eDVBAudio0] AUDIO_STOP ok
    15:58:47.6455 [eDVBAudio0] DEMUX_STOP ok
    15:58:47.6456 [eDVBAudio0] AUDIO_CONTINUE ok
    15:58:47.6543 [eDVBAudio0] destroy
    15:58:47.6543 [decoder][eDVBText] resetPID
    15:58:47.6543 [decoder][eDVBText] freeCache
    15:58:47.6562 [eDVBResourceManager] start release channel timer
    15:58:47.7449 [Skin] Processing screen 'Standby', position=(0, 0), size=(1920 x 1080) for module 'Standby'.
    15:58:47.7516 [Skin] Processing screen 'StandbySummary' from list 'StandbySummary, ScreenSummary, Standby_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'StandbySummary'.
    15:58:47.7571 [eDboxLCD] setLCDBrightness 25
    15:58:47.8070 [eInputDeviceInit] 1 ae (174) 1
    15:58:47.8071 [eRCDeviceInputDev] emit: 1
    15:58:47.8085 [InfoBarGenerics] Key: 174 (Make) KeyID='KEY_EXIT' Binding='('EXIT',)'.

  8. #23
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,412
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Thanks - that is OK, the device was re- partitioned and then format ran to completion.
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  9. #24
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    Quote Originally Posted by ccs View Post
    error on an Ultimo4k (5.5.013.010.P3 with the recent commit to HarddiskSetup.py)
    Can you please reflash to 5.5.013.013.Py3.

    Online update is not available as this is a new build of branch 5.0 (Py3.9.5).
    Help keep OpenViX servers online.Please donate!

  10. #25
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by Huevos View Post
    Can you please reflash to 5.5.013.013.Py3.

    Online update is not available as this is a new build of branch 5.0 (Py3.9.5).
    Bit stuffed with that one, Restore Wizard doesn't kick in, just a blank screen.

    Code:
    <    46.3945> 16:43:49.4969 [eInputDeviceInit] 1 160 (352) 1
    <    46.3946> 16:43:49.4969 [eRCDeviceInputDev] emit: 1
    <    46.3948> 16:43:49.4972 [ActionMap] Keymap 'WizardActions' -> Action = 'ok'.
    <    46.3951> 16:43:49.4974 Traceback (most recent call last):
    <    46.3951> 16:43:49.4975   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 80, in action
    <    46.3962> 16:43:49.4986     return ActionMap.action(self, contexts, action)
    <    46.3963> 16:43:49.4986   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 60, in action
    <    46.3966> 16:43:49.4989     res = self.actions[action]()
    <    46.3966> 16:43:49.4990   File "/usr/lib/enigma2/python/Screens/Wizard.py", line 384, in ok
    <    46.3980> 16:43:49.5004     self.finished()
    <    46.3981> 16:43:49.5005   File "/usr/lib/enigma2/python/Screens/Wizard.py", line 340, in finished
    <    46.3987> 16:43:49.5011     nextStep = self["list"].current[1]
    <    46.3988> 16:43:49.5011 TypeError: 'bool' object is not subscriptable
    <    46.3989> 16:43:49.5012 [ePyObject] (CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap object at 0xb10277f0>>,('WizardActions', 'ok')) failed)
    Last edited by ccs; 15-06-21 at 16:47.

  11. #26
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    ... crashes with ok, "question" popup when I press exit.

  12. #27
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    Yes, I need to rebuild so it has the latest commits. I'll post back when done.
    Help keep OpenViX servers online.Please donate!

  13. The Following 2 Users Say Thank You to Huevos For This Useful Post:

    alan1812 (15-06-21),ccs (15-06-21)

  14. #28
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    OK, its up there now.
    Help keep OpenViX servers online.Please donate!

  15. The Following User Says Thank You to Huevos For This Useful Post:

    ccs (16-06-21)

  16. #29

    Title
    Senior Member
    Join Date
    Apr 2013
    Location
    South WALES
    Posts
    129
    Thanks
    24
    Thanked 17 Times in 13 Posts
    What is up where ?

  17. #30
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by Huevos View Post
    OK, its up there now.
    I'm now running 5.5.013.014 (Py3), everything looks ok. The usb stick functions as expected , apart from still showing as "External (ERROR)".

    (Harddisk.py and Task.py added as well.)

    I'm using a usb 2.0 stick in a usb 3.0 slot.
    Last edited by ccs; 16-06-21 at 09:31.

Page 2 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.