Are you saying you are still having trouble with pyload and transmission even without AB installed? its starting to look like you have some memory corruption issues due to the firmware upgrade. Although you mention that you are far from running short of memory, the behaviour of transmission is showing all those symptoms. AB3 doesn't have a hugely greater memory footprint than AB1.07 (mostly because of the entware/pixelserv install) and you mentioned that you had AB ,pyload, & transmission peacefully co-existing on an earlier merlin build ( you could try running AB without pixelserv enabled if you think ps is the problem). Dont know if anyone has any ideas how you can test that out before going through the rigmarole of a fresh install. How is your NVRAM usage? weird things start to happen when that maxes out too.
Top 20 nvram hogs by...... nvram show | awk '{print length(), $0 | "sort -n -r"}' | cut -d"=" -f 1 | head -n 20
Other thing you might do is check your entware path. AB doesn't like it if you have any other name for the entware folder than entware or entware-ng. ( mine was named entware-ng.arm and AB threw a hissy fit) You can quickly check which entware scripts are alive and dead by.....
/opt/etc/init.d/rc.unslung check
I tried to start all over again. I first format the JFFS partition and then the USB thumb drive. Then, I install Entware-NG and then AB-solution, followed by Pyload. After that, I tried to install Transmission but it fails to install. The error is:
Code:
admin@RT-AC68U-6258:/tmp/home/root# opkg install transmission-web transmission-d
aemon-openssl
Installing transmission-web (2.92-3) to root...
Downloading http://pkg.entware.net/binaries/armv7/transmission-web_2.92-3_armv7soft.ipk.
Installing transmission-daemon-openssl (2.92-3) to root...
Downloading http://pkg.entware.net/binaries/armv7/transmission-daemon-openssl_2.92-3_armv7soft.ipk.
Collected errors:
* gz_open: fork: Cannot allocate memory.
* opkg_install_pkg: Failed to unpack control files from /opt/tmp/opkg-TF5tmT/transmission-web_2.92-3_armv7soft.ipk.
* opkg_install_cmd: Cannot install package transmission-web.
* gz_open: fork: Cannot allocate memory.
* opkg_install_pkg: Failed to unpack control files from /opt/tmp/opkg-TF5tmT/transmission-daemon-openssl_2.92-3_armv7soft.ipk.
* opkg_install_cmd: Cannot install package transmission-daemon-openssl.
I tried to check which entware scripts are alive and dead and the result is :
Code:
admin@RT-AC68U-6258:/tmp/home/root# /opt/etc/init.d/rc.unslung status
Traceback (most recent call last):
File "/opt/bin/pyload", line 36, in <module>
import subprocess
File "/opt/lib/python2.7/subprocess.py", line 430, in <module>
import pickle
MemoryError
I also tried to check NVRAM usage by nvram show | awk '{print length(), $0 | "sort -n -r"}' | cut -d"=" -f 1 | head -n 20
The result is:
Code:
size: 49326 bytes (16210 left)
1089 sshd_hostkey
624 sshd_dsskey
524 dhcp_staticlist
396 rc_support
338 sshd_ecdsakey
244 client_info_tmp
120 qos_rulelist
92 1:pa5ga2
92 1:pa5ga1
92 1:pa5ga0
88 asus_device_list
68 bwdpi_app_rulelist
64 modem_sms_message1
63 apps_ipkg_server
61 qos_orates
60 wl0_acs_excl_chans
56 modem_sms_message2
53 wl1_acs_pol
53 wl0_acs_pol
53 buildinfo
Pixelserv is not installed. I have never had any error at 380.59+Entware-NG+AB-solution1.07+Pyload+Transmission
Any help is appreciated.