What's new

Entware Transmission stopped working

  • 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!

Not sure if this is related to topic. can someone advice me on whats going on with entware update through amtm. it states updated but returns package 3 p available. i try again to update and no luck. see attached
 

Attachments

  • entware1.JPG
    entware1.JPG
    50.8 KB · Views: 72
  • entware.JPG
    entware.JPG
    35.4 KB · Views: 72
Not sure if this is related to topic. can someone advice me on whats going on with entware update through amtm. it states updated but returns package 3 p available. i try again to update and no luck. see attached
fixed in repo
 
amtm still have an issue with reporting the Entware status (probably related to the fact that it keeps the previously reported version stored somewhere in memory):

1679494602209.png

1679494653303.png

1679494768213.png


Update - amtm is now correctly showing the entware version status:
1679500477848.png
 
Last edited:
The previous package version transmission-daemon_3.00-19a works! But there are reports it has memory leaks. Here is another one (based on gentoo patch) -
and
cool. seems like your build solved my issue. somehow transmission is a bit slower and sometimes struggle to get peers. also i noticed that adding torrents which have UTF-8 characters it does not display them. looks like somekind of charset issue? is it also related with openssl?
 
FIXED - at least a workaround. Per the other threads, I reinstalled libcurl and that worked.
Code:
opkg install --force-reinstall libcurl
Thank you. You saved me. I am not that fluent in linux, never would've fixed that by myself.
For next time, remember to shut down Transmission prior to updating packages.
And now i remember that i did exactly that)
 
Today I updated Entware packages through amtm, and now I'm not able to run transmission anymore.
No idea what's happening, if I try to start it manually:

Code:
max@MyAsus:/tmp/mnt/MyAsus/entware/bin# sh /opt/etc/init.d/S88transmission start
 Starting transmission-daemon...              done.
max@MyAsus:/tmp/mnt/MyAsus/entware/bin#
but there's no active process running for transmission.

and in System log the only "error" I can see is this:
Code:
Jun  4 08:08:39 max: Started transmission-daemon from .

From opkg list-installed it seems amtm updated transmission to 4.0.3-2:

Code:
max@MyAsus:/tmp/home/root# opkg list-installed | grep transmission
transmission-daemon - 4.0.3-2
transmission-web - 4.0.3-2

Am I the only one with this problem?

Thanks in advance.
 
Today I updated Entware packages through amtm, and now I'm not able to run transmission anymore.
No idea what's happening, if I try to start it manually:

Code:
max@MyAsus:/tmp/mnt/MyAsus/entware/bin# sh /opt/etc/init.d/S88transmission start
 Starting transmission-daemon...              done.
max@MyAsus:/tmp/mnt/MyAsus/entware/bin#
but there's no active process running for transmission.

and in System log the only "error" I can see is this:
Code:
Jun  4 08:08:39 max: Started transmission-daemon from .

From opkg list-installed it seems amtm updated transmission to 4.0.3-2:

Code:
max@MyAsus:/tmp/home/root# opkg list-installed | grep transmission
transmission-daemon - 4.0.3-2
transmission-web - 4.0.3-2

Am I the only one with this problem?

Thanks in advance.

Seems related to similar issue as in the past.

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

This workaround still works.
Code:
opkg remove --autoremove transmission-web
opkg remove --autoremove transmission-daemon
opkg --force-depends remove libcurl
opkg install libcurl
opkg install transmission-web
Thank you but no fixed the issue to me. It seems similar as in the past but not the same.

Trying to starting service I obtain the error:


symbol lookup error: /opt/lib/libdht.so: undefined symbol: dht_random_bytes
 
Seems related to similar issue as in the past.

This workaround still works.
Code:
opkg remove --autoremove transmission-web
opkg remove --autoremove transmission-daemon
opkg --force-depends remove libcurl
opkg install libcurl
opkg install transmission-web
No positive results here too.
Process doesn't start at all.
 
Today I updated Entware packages through amtm, and now I'm not able to run transmission anymore.
No idea what's happening, if I try to start it manually:

Code:
max@MyAsus:/tmp/mnt/MyAsus/entware/bin# sh /opt/etc/init.d/S88transmission start
 Starting transmission-daemon...              done.
max@MyAsus:/tmp/mnt/MyAsus/entware/bin#
but there's no active process running for transmission.

and in System log the only "error" I can see is this:
Code:
Jun  4 08:08:39 max: Started transmission-daemon from .

From opkg list-installed it seems amtm updated transmission to 4.0.3-2:

Code:
max@MyAsus:/tmp/home/root# opkg list-installed | grep transmission
transmission-daemon - 4.0.3-2
transmission-web - 4.0.3-2

Am I the only one with this problem?

Thanks in advance.
Same here just updated to 4.0.3-2 not working. Any ideas?
 
Don't know what else to try.
Removed 4.0.3-2 installed by amtm, but trying to reinstall transmission-daemon from post #31:

Code:
max@MyAsus:/tmp/mnt/MyAsus/Downloads# opkg install transmission-daemon_3.00-19a_aarch64-3.10.ipk
Unknown package 'transmission-daemon'.
Collected errors:
 * pkg_hash_fetch_best_installation_candidate: Packages for transmission-daemon found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package transmission-daemon.
 
Don't know what else to try.
Removed 4.0.3-2 installed by amtm, but trying to reinstall transmission-daemon from post #31:

Code:
max@MyAsus:/tmp/mnt/MyAsus/Downloads# opkg install transmission-daemon_3.00-19a_aarch64-3.10.ipk
Unknown package 'transmission-daemon'.
Collected errors:
 * pkg_hash_fetch_best_installation_candidate: Packages for transmission-daemon found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package transmission-daemon.
I downgraded back to 388.1 and it works with transmission 4.0.3-2
 
Is there anyway to downgrade to the previous version of transmission 3.00-19a or b? I searched the entware repository and couldn't find anything but it might just be me not knowing where to look. I really don't want to futz around with downgrading the OS of the router to make transmission work again. Thanks for any help.
 
Is there anyway to downgrade to the previous version of transmission 3.00-19a or b? I searched the entware repository and couldn't find anything but it might just be me not knowing where to look. I really don't want to futz around with downgrading the OS of the router to make transmission work again. Thanks for any help.
I don't know the answer for that. maybe @ryzhov_al can help?
 
Problem seems solved here downloading directly from entware.net archive (link is for arm7sf-kernel 2.6), both transmission-daemon_3.00-19b_armv7-2.6.ipk and transmission-web_3.00-19b_all.ipk. Uninstall daemon and web 4.0.3-2 then install these old versions, and Transmission restarts working on 386.11 firmware.
 
Uhmmm.... maybe I speak too early. Transmission starts, and stay alive until I load a couple of small .torrent files:
This is the log when I try to connect to webui:
Code:
Jun 14 06:35:19 max: Started transmission-daemon from .
Jun 14 04:35:22 transmission-daemon[15173]: UDP Failed to set receive buffer: requested 4194304, got 245760 (tr-udp.c:97)
Jun 14 04:35:22 transmission-daemon[15173]: UDP Failed to set send buffer: requested 1048576, got 245760 (tr-udp.c:105)
Jun 14 06:37:03 kernel: transmission-da/15176: potentially unexpected fatal signal 11.
Jun 14 06:37:03 kernel: Pid: 15176, comm:      transmission-da
Jun 14 06:37:03 kernel: CPU: 0    Tainted: P             (2.6.36.4brcmarm #1)
Jun 14 06:37:03 kernel: PC is at 0x404c7090
Jun 14 06:37:03 kernel: LR is at 0x26150
Jun 14 06:37:03 kernel: pc : [<404c7090>]    lr : [<00026150>]    psr: 60070010
Jun 14 06:37:03 kernel: sp : 40bd8410  ip : 404c7090  fp : 40d5573c
Jun 14 06:37:03 kernel: r10: 00000000  r9 : 0005fdbc  r8 : 00000000
Jun 14 06:37:03 kernel: r7 : 000611cc  r6 : 416b2230  r5 : 00000000  r4 : 00000000
Jun 14 06:37:03 kernel: r3 : 00000000  r2 : 00000001  r1 : 00000014  r0 : 00000000
Jun 14 06:37:03 kernel: Flags: nZCv  IRQs on  FIQs on  Mode USER_32  ISA ARM  Segment user
Jun 14 06:37:03 kernel: Control: 10c53c7d  Table: 990e404a  DAC: 00000015
 
I think I'm just going to wipe entware and start fresh again as none of the suggestions work unfortunately. I'll post my results later on in the weekend. Thanks.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top