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 28 of 64 FirstFirst ... 18262728293038 ... LastLast
Results 406 to 420 of 954

Thread: Testers required for OpenViX Python 3 images

  1. #406
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,417
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by white_westie View Post
    Obviously no rush, just thought I'd mention it, just in case.
    sent you a message
    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

  2. #407

    Title
    Forum Supporter
    Donated Member
    Join Date
    Apr 2012
    Location
    Eire
    Posts
    158
    Thanks
    43
    Thanked 29 Times in 24 Posts
    Quote Originally Posted by twol View Post
    Ok - that change all works (I had left a hook in the wizard)
    I will post the changes later if not done before by someone


    Thanks White_Westie!!


    I am assuming it will be backward compatible!
    Repeated test on ET8000 running 5.4.012, and it seems work okay!

    Code:
    root@et8000:/media/hdd/backup/tt# which tar
    /bin/tar
    root@et8000:/media/hdd/backup/tt# ls -l /bin/tar
    lrwxrwxrwx    1 root     root            19 May 14 18:16 /bin/tar -> /bin/busybox.nosuid
    root@et8000:/media/hdd/backup/tt# tar --version
    tar: unrecognized option '--version'
    BusyBox v1.31.0 (2021-05-03 12:00:47 UTC) multi-call binary.
    
    Usage: tar c|x|t [-ZzJjahvokO] [-f TARFILE] [-C DIR] [-T FILE] [-X FILE] [--exclude PATTERN]... [FILE]...
    
    Create, extract, or list files from a tar file

    Code:
    root@et8000:/media/hdd/backup/tt# ls -l /tmp/backupimageversion
    -rw-r--r--    1 root     root             3 Jun 12 13:43 /tmp/backupimageversion
    
    root@et8000:/media/hdd/backup/tt# rm /tmp/backupimageversion
    
    root@et8000:/media/hdd/backup/tt# tar -xzvf ./z1.tar.gz tmp/backupimageversion -C /
    tmp/backupimageversion
    root@et8000:/media/hdd/backup/tt# ls -l /tmp/backupimageversion
    -rw-r--r--    1 root     root             3 Jun 12 13:43 /tmp/backupimageversion
    
    root@et8000:/media/hdd/backup/tt# rm /tmp/backupimageversion
    
    root@et8000:/media/hdd/backup/tt# tar -C / -xzvf ./z1.tar.gz tmp/backupimageversion
    tmp/backupimageversion
    
    root@et8000:/media/hdd/backup/tt# ls -l /tmp/backupimageversion
    -rw-r--r--    1 root     root             3 Jun 12 13:43 /tmp/backupimageversion
    CT ET9000, Xtrend ET4000
    T90 Wavefrontier 5W-1W-5E-13E-19E-28E, Old Lidl dish 28E


  3. #408
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,417
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Last edited by Huevos; 17-07-21 at 13:39. Reason: Add commits
    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

  4. The Following 2 Users Say Thank You to twol For This Useful Post:

    Joe_90 (17-07-21)

  5. #409
    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 twol View Post
    @All - have updated Restorewiz and BackupManager on Git.
    Cheers, but isn't the problem caused by the wrong version of tar (GNU) being built in some images?

    Agreed, moving the -C option does no harm, but it's been where it was for 9 years+.

  6. #410
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,417
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by ccs View Post
    Cheers, but isn't the problem caused by the wrong version of tar (GNU) being built in some images?

    Agreed, moving the -C option does no harm, but it's been where it was for 9 years+.
    Both the builds of my p3 images and my own Git images are built off the same OE-A and on the same PC. So why the difference? - I have no idea & providing it works both ways not an issue.
    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. #411
    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 twol View Post
    Both the builds of my p3 images and my own Git images are built off the same OE-A and on the same PC. So why the difference? - I have no idea & providing it works both ways not an issue.
    Surely, getting different versions of tar is the issue? What else might be happening?

  8. #412
    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 a random google comes up with "BusyBox Tar shows different ownership than GNU Tar".

    Might be totally irrelevent.

  9. #413
    BrokenUnusableAccount
    I thought I'd do a quick blind scan to see if any weird feeds had popped up at 28.2°E.
    Crash:
    Enigma2_crash_2021-07-17_13-04-03.log
    Enigma2_debug_2021-07-17_13-03-10.log

  10. #414
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,630
    Thanks
    2,006
    Thanked 4,953 Times in 3,274 Posts
    Here is the nfs issue dealt with: https://github.com/oe-alliance/oe-al...df0f50eaf05acb
    Help keep OpenViX servers online.Please donate!

  11. The Following 3 Users Say Thank You to Huevos For This Useful Post:

    ccs (17-07-21),Joe_90 (18-07-21)

  12. #415

    Title
    Forum Supporter
    Donated Member
    Join Date
    Apr 2012
    Location
    Eire
    Posts
    158
    Thanks
    43
    Thanked 29 Times in 24 Posts
    Quote Originally Posted by ccs View Post
    Surely, getting different versions of tar is the issue? What else might be happening?
    For the record, I did a crosscheck between my P2 and P3 versions for busybox commands, and as far as I can see, it's only the tar command has gone standalone!
    CT ET9000, Xtrend ET4000
    T90 Wavefrontier 5W-1W-5E-13E-19E-28E, Old Lidl dish 28E


  13. #416

    Title
    Forum Supporter
    Donated Member
    Join Date
    Apr 2012
    Location
    Eire
    Posts
    158
    Thanks
    43
    Thanked 29 Times in 24 Posts
    Quote Originally Posted by Huevos View Post
    Thanks for info - I assume we wont see this until the next build?
    CT ET9000, Xtrend ET4000
    T90 Wavefrontier 5W-1W-5E-13E-19E-28E, Old Lidl dish 28E


  14. #417
    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 white_westie View Post
    For the record, I did a crosscheck between my P2 and P3 versions for busybox commands, and as far as I can see, it's only the tar command has gone standalone!
    Cheers, here's my P3 /bin non-busybox commands.

    Code:
    ls -l /bin |grep -v busy
    lrwxrwxrwx    1 root     root            14 Jul 17 09:34 bash -> /bin/bash.bash
    -rwxr-xr-x    1 root     root        822380 Jul 10 11:30 bash.bash
    lrwxrwxrwx    1 root     root            10 Jul 17 09:34 editor -> /bin/vi.sh
    -rwxr-xr-x    1 root     root          2001 Jul 10 11:50 fake-hwclock
    lrwxrwxrwx    1 root     root            20 Jul 17 09:34 false -> /bin/false.coreutils
    -rwxr-xr-x    1 root     root         18060 Jul 10 11:37 false.coreutils
    lrwxrwxrwx    1 root     root            16 Jul 17 09:34 kill -> /bin/kill.procps
    -rwxr-xr-x    1 root     root         18060 Jul 10 11:36 kill.procps
    -rwxr-xr-x    1 root     root         96168 Jul 10 11:07 kmod
    lrwxrwxrwx    1 root     root            17 Jul 17 09:34 login -> /bin/login.shadow
    -rwxr-xr-x    1 root     root         31260 Jul 10 11:22 login.shadow
    lrwxrwxrwx    1 root     root            15 Jul 17 09:34 lsmod -> /bin/lsmod.kmod
    lrwxrwxrwx    1 root     root             4 Jul 17 09:34 lsmod.kmod -> kmod
    -rwsr-xr-x    1 root     root         38952 Jul 10 11:38 mount.util-linux
    lrwxrwxrwx    1 root     root            24 Jul 17 09:34 mountpoint -> /bin/mountpoint.sysvinit
    -rwxr-xr-x    1 root     root          9784 Jul 11 00:32 mountpoint.sysvinit
    lrwxrwxrwx    1 root     root            19 Jul 17 09:34 pidof -> /bin/pidof.sysvinit
    -rwxr-xr-x    1 root     root          9776 Jul 10 11:35 pidof.procps
    lrwxrwxrwx    1 root     root            14 Jul 17 09:34 pidof.sysvinit -> /sbin/killall5
    lrwxrwxrwx    1 root     root            14 Jul 17 09:34 ps -> /bin/ps.procps
    -rwxr-xr-x    1 root     root         71636 Jul 10 11:35 ps.procps
    lrwxrwxrwx    1 root     root            14 Jul 17 09:34 sh -> /bin/bash.bash
    lrwxrwxrwx    1 root     root            14 Jul 17 09:34 su -> /bin/su.shadow
    -rwsr-xr-x    1 root     root         27232 Jul 10 11:22 su.shadow
    lrwxrwxrwx    1 root     root            19 Jul 17 09:34 true -> /bin/true.coreutils
    -rwxr-xr-x    1 root     root         18060 Jul 10 11:37 true.coreutils
    -rwxr-xr-x    1 root     root            29 Jul 10 13:04 vi.sh
    lrwxrwxrwx    1 root     root            17 Jul 17 09:34 watch -> /bin/watch.procps
    -rwxr-xr-x    1 root     root         18328 Jul 10 11:35 watch.procps
    root@vuultimo4k:~#

  15. #418
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,630
    Thanks
    2,006
    Thanked 4,953 Times in 3,274 Posts
    Quote Originally Posted by BefuddledBrian View Post
    I thought I'd do a quick blind scan to see if any weird feeds had popped up at 28.2°E.
    Crash:
    Enigma2_crash_2021-07-17_13-04-03.log
    Enigma2_debug_2021-07-17_13-03-10.log
    Can you try this please? Goes in Python/Components/Sources.
    Attached Files Attached Files
    Help keep OpenViX servers online.Please donate!

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


  17. #419
    BrokenUnusableAccount
    Quote Originally Posted by Huevos View Post
    Can you try this please? Goes in Python/Components/Sources.
    Excellent.
    No crash now.

    Thank you.

  18. #420
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,794
    Thanks
    237
    Thanked 1,658 Times in 1,306 Posts
    Quote Originally Posted by white_westie View Post
    Looks like parameter position is important now!
    Does that make sense ?
    It does in that it always was position dependent for GNU tar. It takes effect from where it is on the line, so paths before it do not use it whilst those after it do.
    Sometimes you want things to be relative to here first, but relative to there later.

    From the man page:
    -C, --directory=DIR
    Change to DIR before performing any operations. This option is
    order-sensitive, i.e. it affects all options that follow.
    Last edited by birdman; 18-07-21 at 03:03.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

Page 28 of 64 FirstFirst ... 18262728293038 ... 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.