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 2 FirstFirst 12
Results 16 to 23 of 23

Thread: Oscam

  1. #16
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    The version of libcrypto was updated a long time ago to fix a bug where devices where being hacked. More than likely libcrypto compat needs an edit to crate a symlink.

  2. #17

    Title
    Moderator
    Join Date
    Jul 2011
    Location
    germania
    Posts
    5,126
    Thanks
    106
    Thanked 1,434 Times in 1,137 Posts
    Hi,
    does ViX create symlinks to 0.9.7 and 0.9.8? At least it was the case when the update to 1.x.x was made because of these kinds of problems.

    ciao
    ---
    Sat:VU+ Ultimo4K/Solo4K/Duo2/2*Solo2/Ultimo
    Remote: Harmony 200, 700, Link, Smart Control, Smart Companion, Elite, 2*Ultimate, Keyboard

  3. #18

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Quote Originally Posted by spanner123 View Post
    There is quite a long thread about this problem on another forum. Basically libcrypto 0.9.8 is required and can be ftp'd to usr/lib and attribute 755. Then oscam will start.

    I added a symlink to the existing libcrypto and patched the SoftcamManager to double the ulimit size and now all OScam's I've tried do run fine

  4. The Following 3 Users Say Thank You to lincsat For This Useful Post:

    Andy_Hazza (25-04-19),cactikid (26-04-19),samsid (25-04-19)

  5. #19

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2015
    Posts
    338
    Thanks
    64
    Thanked 65 Times in 56 Posts
    Quote Originally Posted by lincsat View Post
    I added a symlink to the existing libcrypto and patched the SoftcamManager to double the ulimit size and now all OScam's I've tried do run fine
    Great work. Maybe you should post your fix on the other forum as lots of people having problems!

    Edit: I have just quoted you on the other forum hope that's ok?

    Sent from my SM-G930F using Tapatalk
    Last edited by spanner123; 25-04-19 at 13:39.

  6. The Following User Says Thank You to spanner123 For This Useful Post:

    cactikid (26-04-19)

  7. #20
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    Quote Originally Posted by Trial View Post
    Hi,
    does ViX create symlinks to 0.9.7 and 0.9.8? At least it was the case when the update to 1.x.x was made because of these kinds of problems.

    ciao
    root@tmnanosem2:~# opkg install libcrypto-compat-0.9.7
    Package libcrypto-compat-0.9.7 (1.0-r0) installed in root is up to date.

    root@tmnanosem2:~# opkg install libcrypto-compat-0.9.8
    Couldn't find anything to satisfy 'libcrypto-compat-0.9.8'.
    Unknown package 'libcrypto-compat-0.9.8'.
    Collected errors:
    * opkg_solver_install: Cannot install package libcrypto-compat-0.9.8.

    root@tmnanosem2:~# opkg install libcrypto-compat-1.0.0
    Package libcrypto-compat-1.0.0 (1.1-r0) installed in root is up to date.


    Looks like we have an issue with 0.98. Solo 4k had same problem. All it is is a symlink installer.

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

    samsid (26-04-19)

  9. #21
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    The symlinks can be added by the following command

    ln -sf /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.0.9.7
    ln -sf /usr/lib/libssl.so.1.0.2 /usr/lib/libssl.so.0.9.7
    ln -sf /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.0.9.8
    ln -sf /usr/lib/libssl.so.1.0.2 /usr/lib/libssl.so.0.9.8
    ln -sf /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.1.0.0
    ln -sf /usr/lib/libssl.so.1.0.2 /usr/lib/libssl.so.1.0.0
    Last edited by abu baniaz; 25-04-19 at 20:21. Reason: remove extra slashes

  10. #22

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Quote Originally Posted by spanner123 View Post
    Great work. Maybe you should post your fix on the other forum as lots of people having problems!

    Edit: I have just quoted you on the other forum hope that's ok?

    Sent from my SM-G930F using Tapatalk
    I have posted in a couple of forums but I've no problem with you quoting me elsewhere M8.

    From within /usr/bin/ I used the
    Code:
    ln -sf libcrypto.so.1.0.2 libcrypto.so.0.9.8
    Then with a text editor, did a search and replace in the SoftcamManager.py to replace ulimit -s 512 with ulimit -s 1024

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

    Andy_Hazza (26-04-19),samsid (26-04-19),spanner123 (26-04-19)

  12. #23
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    Quote Originally Posted by xsony_ngux View Post
    Also how come the OpenViX feed doesn't always have the latest version of OSCam when it becomes available?
    Posting answer to your question in this thread.

    We use the name "oscam latest" so that the softcam manager/settings uses the same name. If oscam on Vix feeds is updated and user updates image, the newer one will be used without user having to change anything

    oscam-latest = version defined in bitbake file used by us in 4.2 branch. 4.3 branch has auto rev

    Arm
    https://github.com/oe-alliance/oe-al...test-arm.bb#L9

    Mips
    https://github.com/oe-alliance/oe-al...t-mipsel.bb#L9

    Oscam history is here
    http://www.streamboard.tv/svn/svnsty...arget=//trunk/

    It does not mean the latest available oscam. Sometimes issues arise so we don't always use the "latest" version. As you may have seen from willo's thread, he was unable to download the source files, so the image build he was trying failed, but anyhow, that was after a succesful build by us. I think other teams use Persian Prince's repo as it is more reliable.

    OpenVix does not do daily builds. You will have to wait until a build is run for any plugins on the plugin server to be updated. We already have 11517 on our server

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

    cactikid (01-05-19)

Page 2 of 2 FirstFirst 12

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.