• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by kman

  1. K

    Entware Transmission stopped working

    Seems related to similar issue as in the past. This workaround still works. opkg remove --autoremove transmission-web opkg remove --autoremove transmission-daemon opkg --force-depends remove libcurl opkg install libcurl opkg install transmission-web
  2. K

    Entware "Wrong ELF class" or "Error while loading shared libraries" error

    It appears Transmission has been updated. ep manage Entware packages -> upd avail - transmission-daemon 3.00-19 -> 3.00-19b - transmission-web 3.00-19 -> 3.00-19b I have updated the package by stopping current instance and upgrading. All issues seem to have been resolved for me.
  3. K

    Entware "Wrong ELF class" or "Error while loading shared libraries" error

    I had to delete all existing torrents and add new ones with encryption set to 0. In the web gui, my settings were: Encryption mode: Allow encryption Use PEX to find more peers Use DHT to find more peers
  4. K

    Entware "Wrong ELF class" or "Error while loading shared libraries" error

    Yes, please if you don’t mind. Curious if that works. Encryption : 1
  5. K

    Entware "Wrong ELF class" or "Error while loading shared libraries" error

    Did transmission work for you after formatting? If so, did you have encryption:1 in the settings.json? As soon as I load a torrent file the daemon crashes when encryption enabled.
  6. K

    Entware "Wrong ELF class" or "Error while loading shared libraries" error

    I’m really trying to avoid that. Reconfiguring diversion, skynet, etc. hoping there’ll be an update to transmission sooner rather than later.
  7. K

    Entware "Wrong ELF class" or "Error while loading shared libraries" error

    Thanks will check it out. With that solution I’m just worried about it cooking up something else. In the interim, force reinstall libcurl at least gets transmission working, it’s just the encryption bit that errors out. I tried the new libopenssl 3.0.8-2a and still same result.
  8. K

    Entware "Wrong ELF class" or "Error while loading shared libraries" error

    I tried again even removed libopenssl and reinstalled transmission-daemon and it's the same result. digital envelope routines::unsupported (crypto-utils-openssl.c:189) I think the current Transmission version (3.00-19) isn't compatible with the latest libopenssl. There are suggestions of...
  9. K

    Entware "Wrong ELF class" or "Error while loading shared libraries" error

    Same issue, tr_crypto_utils OpenSSL error: error:0308010C:digital envelope routines::unsupported (crypto-utils-openssl.c:189). I tried the following: opkg remove --autoremove transmission-web opkg --force-depends remove libcurl opkg install libcurl opkg install transmission-web I believe the...
  10. K

    Entware "Wrong ELF class" or "Error while loading shared libraries" error

    I'm facing similar issue with Transmission. I used --force-reinstall to reinstall libcurl opkg install --force-reinstall libcurl This was able to get Transmission started, however, shortly after I noticed if encryption is enabled in the settings.json, it crashes with OpenSSL error. Mar 17...
  11. K

    Entware Transmission stopped working

    FIXED - at least a workaround. Per the other threads, I reinstalled libcurl and that worked. opkg install --force-reinstall libcurl Thought process - used 'whatdepends' to determine usage of libopenssl. From there, just reinstalled libcurl...
  12. K

    Entware Transmission stopped working

    Right, it appears to be the same issue but according to the suggestion, I need to re-install program. I've tried 'opkg install --force-reinstall transmission-daemon' but still error. Any ideas?
  13. K

    Entware Transmission stopped working

    Running it directly I see the following: admin@RT-AX86U-C280:/tmp/mnt/merlin/entware/bin# ./transmission-daemon ./transmission-daemon: error while loading shared libraries: libssl.so.1.1: wrong ELF class: ELFCLASS32
  14. K

    Entware Transmission stopped working

    Hi All, after the latest updates to entware packages, Mar 15, 2023, Transmission has stopped loading. I don't see anything in the sys log except the following: Mar 16 22:58:39 admin: Failed to start transmission-daemon from . Running it from command line, it also mentions failed...
  15. K

    Release Asuswrt-Merlin 388.1 is now available for all supported Wifi 6 models

    Hi, I’m on 386.7 on AX86U. To upgrade do I need to unmount usb or it will update without it? It was stuck on apply settings for a while so I just rebooted. EDIT: using Chrome in Incognito mode. EDIT 2: FIXED. I had Avast anti-virus blocking the update. Disabling it, resolved it.
Back
Top