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 17 of 45 FirstFirst ... 7151617181927 ... LastLast
Results 241 to 255 of 667

Thread: Build my own Vix image

  1. #241
    BrianTheTechieSnail
    Quote Originally Posted by lincsat View Post
    I still get the occasional fail before the build completes.
    I was getting lots of fails yesterday. I think they were working on things it needs to reach out and download.


    Quote Originally Posted by lincsat View Post
    Don't know if it's a bug or just me but using the EPG-Refresh plugin, when changing the services, ie editing the xml file, it crashes the box.
    Oh drat. Yes I get that too. I did spot it earlier, forgot to check again recently.
    I've never tried X-Streamity so I'm sure you're right about that too.

  2. #242
    BrianTheTechieSnail
    Quote Originally Posted by BrianTheTechieSnail View Post
    The "buglet" I asked about here:
    https://www.world-of-satellite.com/s...l=1#post498554
    even seems to be fixed (so far).
    ... I just had a build were it seemed virtually impossible to boot up in what I regard as the correct state (with the nice sharp OSD characters)

  3. #243

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Quote Originally Posted by BrianTheTechieSnail View Post
    I was getting lots of fails yesterday. I think they were working on things it needs to reach out and download.


    Quote Originally Posted by lincsat
    Don't know if it's a bug or just me but using the EPG-Refresh plugin, when changing the services, ie editing the xml file, it crashes the box.

    Oh drat. Yes I get that too. I did spot it earlier, forgot to check again recently.
    I've never tried X-Streamity so I'm sure you're right about that too.
    Looks like a problem with the keymap.xml, using the file from the 5.3 build is OK. I've posted this issue in here rather than starting a new thread as the 5.4 isn't officially released yet. Here is the section of the crash log showing the problem

    Code:
    <235890.5967> [InfoBarGenerics] Key: 352 (Make) KeyID='KEY_OK' Binding='('OK',)'.
    <235890.5971> [ActionMap] Keymap 'OkCancelActions' -> Action = 'ok'.
    <235890.5987> [Screen] Showing screen 'SetupSummary'.
    <235890.6008> [Screen] Showing screen 'EPGRefreshServiceEditor'.
    <235890.8001> [eInputDeviceInit] 0 160 (352) 1
    <235890.8008> [InfoBarGenerics] Key: 352 (Break) KeyID='KEY_OK' Binding='('OK',)'.
    <235893.6735> [eInputDeviceInit] 1 18f (399) 1
    <235893.6742> [InfoBarGenerics] Key: 399 (Make) KeyID='KEY_GREEN' Binding='('GREEN',)'.
    <235893.6744> [ActionMap] Keymap 'ConfigListActions' -> Unknown action 'save'! (Typo in keymap?)
    <235893.6745> [ActionMap] Keymap 'ConfigListActions' -> Action = 'save'.
    <235893.7021> [Screen] Showing screen 'SetupSummary'.
    <235893.7050> [Screen] Showing screen 'EPGRefreshConfiguration'.
    <235893.7074> Traceback (most recent call last):
    <235893.7075>   File "/usr/lib/enigma2/python/mytest.py", line 240, in processDelay
    <235893.7077>     callback(*retval)
    <235893.7078> TypeError: editServicesCallback() takes exactly 2 arguments (1 given)
    <235893.7078> [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session instance at 0xb1fdb8a0>>,()) failed)

    [EDIT]

    After a couple of quick tests, removing the
    Code:
    <map context="ConfigListActions">
    section from the new keymap.xml fixes the problem. I don't know what that section is for but the image doesn't like it
    Last edited by lincsat; 12-08-20 at 13:53.

  4. The Following User Says Thank You to lincsat For This Useful Post:


  5. #244
    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 lincsat View Post
    After a couple of quick tests, removing the
    Code:
    <map context="ConfigListActions">
    section from the new keymap.xml fixes the problem. I don't know what that section is for but the image doesn't like it
    Couple of recent dev commits...

    Code:
    https://github.com/OpenViX/enigma2/commit/bf4d7b3d4af938e2b7d7cad9577c02dd63ba00d5#diff-edfd085aebeda59b55c2945039de3f03
    
    https://github.com/OpenViX/enigma2/commit/7c9209386420afd5f1bab70452c0dc16762afc2b#diff-edfd085aebeda59b55c2945039de3f03
    I reckon you're asking for trouble trying to build before the first official release of 5.4 is available.

  6. The Following 2 Users Say Thank You to ccs For This Useful Post:

    Andy_Hazza (12-08-20)

  7. #245

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Quote Originally Posted by ccs View Post
    Couple of recent dev commits...

    Code:
    https://github.com/OpenViX/enigma2/commit/bf4d7b3d4af938e2b7d7cad9577c02dd63ba00d5#diff-edfd085aebeda59b55c2945039de3f03
    
    https://github.com/OpenViX/enigma2/commit/7c9209386420afd5f1bab70452c0dc16762afc2b#diff-edfd085aebeda59b55c2945039de3f03
    I reckon you're asking for trouble trying to build before the first official release of 5.4 is available.
    I'm building to try it out, not as a main use image.

    I seem to have the commit from 13 Days ago but not the one from 7 Days ago despite using an image built Yesterday

  8. #246
    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
    Thanks for reporting. This bug is a known issue.
    Help keep OpenViX servers online.Please donate!

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

    lincsat (13-08-20)

  10. #247

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Since doing a make-update a few Days ago, I've not been able to build any updates. Always fails at compiling the serviceapp plugin. Is anyone else having that problem or is it just me?

  11. #248
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,441
    Thanked 9,160 Times in 6,235 Posts
    Quote Originally Posted by lincsat View Post
    Since doing a make-update a few Days ago, I've not been able to build any updates. Always fails at compiling the serviceapp plugin. Is anyone else having that problem or is it just me?
    Are you building Dev or Release branch? For which boxes? Its been fixed in Dev, but some boxes still have an issue.

  12. The Following User Says Thank You to abu baniaz For This Useful Post:


  13. #249
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Maybe read the comments on here....

    Code:
    https://github.com/OpenViX/enigma2/commit/1213ead63cbc1f2c9779cc4be83d4c4d6bf75315#comments

  14. #250

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Quote Originally Posted by ccs View Post
    Maybe read the comments on here....

    Code:
    https://github.com/OpenViX/enigma2/commit/1213ead63cbc1f2c9779cc4be83d4c4d6bf75315#comments
    Yep, that looks like the issue and answers the question, it's not just me

    I'm currently using the release branch, I'll try dev next as it's fixed but from the comments, sounds like something else may be broken

  15. #251
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    .... yes, this looks complex as well.

    Code:
    https://github.com/OpenViX/enigma2/commit/b14a8467d2bab28a89f986bfc3cda4b0dd10b34a#comments

  16. #252
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,067
    Thanks
    752
    Thanked 403 Times in 303 Posts
    Quote Originally Posted by lincsat View Post
    Since doing a make-update a few Days ago, I've not been able to build any updates. Always fails at compiling the serviceapp plugin. Is anyone else having that problem or is it just me?
    Same problem here on 2 different PC's since doing a 'make update'

  17. #253
    BrianTheTechieSnail
    Quote Originally Posted by Huevos View Post
    Once you image is built, symlink the webserver to the IPK folder. e.g...
    Code:
    mkdir -p /var/www/feeds/openvix/developer/5.4/h7
    ln -s /home/openvix/5.4/builds/openvix/developer/h7/tmp/deploy/ipk/* /var/www/feeds/openvix/experimental/5.4/h7
    Er, is that directory experimental or developer on the web server?

  18. #254
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,412
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by Willo3092 View Post
    Same problem here on 2 different PC's since doing a 'make update'
    The serviceapp issue is fixed (as long as you are building from Dev) but now there is another issue that needs resolving for HiSilicon boxes
    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

  19. The Following User Says Thank You to twol For This Useful Post:

    Andy_Hazza (16-08-20)

  20. #255
    BrianTheTechieSnail

    Question

    In my build environment under build-enviroment/builds/openvix/developer/h7/tmp/deploy/ipk
    I only seem to have all, cortexa15hf-neon-vfpv4, h7 and zgemmah7

    whereas under build-enviroment/builds/openvix/release/h7/tmp/deploy/ipk
    I have 3rdparty, all, cortexa15hf-neon-vfpv4, h7, h7_3rdparty and zgemmah7

    Is that correct or has something gone wrong with my build environment?
    Last edited by BrianTheTechieSnail; 16-08-20 at 17:48. Reason: typos by the dozen

Page 17 of 45 FirstFirst ... 7151617181927 ... 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.