What's new

Entware-arm - synced with Entware (mips) 2015.09

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

hubicuse was deleted as broken from all entware feeds in July - https://github.com/Entware/entware/wiki/Changelog

You can try to install the archived version found in archive - http://qnapware.zyxmon.org/binaries-armv7/archive/
I tried installing any archived version of any program and it would just download the latest version immediately after downloading the archived version. I used the command opkg install http://link-to-the-archived-version.ipk . I tried with the -force-downgrade flag which didn't work so I wasn't sure how to force the installation of an older version.
 
devnulldne Download and install from local file system:
Code:
root@ws880:/tmp/home/root# wget http://qnapware.zyxmon.org/binaries-armv7/archive/lftp_4.6.0-1_armv7soft.ipk
--2015-09-26 07:23:22--  http://qnapware.zyxmon.org/binaries-armv7/archive/lftp_4.6.0-1_armv7soft.ipk
Resolving qnapware.zyxmon.org... 81.4.123.217
Connecting to qnapware.zyxmon.org|81.4.123.217|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 409569 (400K) [text/plain]
Saving to: 'lftp_4.6.0-1_armv7soft.ipk'

lftp_4.6.0-1_armv7soft.ipk      100%[=======================================================>] 399.97K  1006KB/s   in 0.4s

2015-09-26 07:23:23 (1006 KB/s) - 'lftp_4.6.0-1_armv7soft.ipk' saved [409569/409569]

root@ws880:/tmp/home/root# opkg install ./lftp_4.6.0-1_armv7soft.ipk
Installing lftp (4.6.0-1) to root...
Configuring lftp.
root@ws880:/tmp/home/root# rm lftp_4.6.0-1_armv7soft.ipk
 
Entware.arm is synchronized with Entware (mipsel version).
The list of changes is here - https://github.com/Entware/entware/wiki/Changelog (September 2015)

The differences with Entware (mipsel):
ffmpeg is updated to 2.8;
minidlna is updated to 1.1.5. It includes new patches for custom icon, thumbnail generation, fast rescan and a fix for some LG TV's;
logrotate is updated to 3.9.1 - now the admin user (root) is supported!
deluge is updated to 1.3.12.

Please report bugs at github or here. Please give information on you model/architecture when you report bugs!!!
 
minidlna is updated to 1.1.5. It includes new patches for custom icon, thumbnail generation, fast rescan and a fix for some LG TV's;
Minidlna doesn't start at boot. Here's log:

Code:
Oct  2 13:50:21 custom script: Running /jffs/scripts/post-mount (args: /tmp/mnt/ExternalUSB)
Oct  2 13:50:21 kernel: Adding 524284k swap on /opt/swap.  Priority:-1 extents:3 across:540668k
Oct  2 13:50:44 crond[474]: time disparity of 395210 minutes detected
Oct  2 13:52:21 admin: Started minidlna from .
Oct  2 13:52:22 admin: Started ipset-dns from .
Oct  2 13:52:22 rc_service: hotplug 1032:notify_rc restart_nasapps
Oct  2 13:52:22 iTunes: daemon is stopped
Oct  2 13:52:22 FTP Server: daemon is stopped
Oct  2 13:52:23 Samba Server: smb daemon is stopped
Oct  2 13:52:23 kernel: gro disabled
Oct  2 13:52:23 Timemachine: daemon is stopped
Oct  2 13:52:23 kernel: gro enabled with interval 2
Oct  2 13:52:24 Samba Server: daemon is started

/jffs/scripts/post-mount:
Code:
#!/bin/sh
if [ $1 = "/tmp/mnt/ExternalUSB" ]
then
  ln -nsf $1/entware.arm /tmp/opt
  swapon /opt/swap
  sleep 60
  /opt/etc/init.d/rc.unslung restart
fi

After that ipset-dns is started, but minidlna is not. Second try via «/opt/etc/init.d/rc.unslug start» will start
minidlna properly. What I'm doing wrong?

Code:
Using username "admin".
Authenticating with public key "rsa-key-20140714"


ASUSWRT-Merlin WS880_3.0.0.4 Wed Aug 19 15:27:59 UTC 2015
admin@WS880-6F2E:/tmp/home/root# htop
admin@WS880-6F2E:/tmp/home/root# /opt/etc/init.d/rc.unslung check
Checking ipset-dns...              alive.
Checking minidlna...              dead.
admin@WS880-6F2E:/tmp/home/root# /opt/etc/init.d/rc.unslung check
Checking ipset-dns...              alive.
Checking minidlna...              dead.
admin@WS880-6F2E:/tmp/home/root# /opt/etc/init.d/rc.unslung start
Starting ipset-dns...              already running.
Starting minidlna...              done.
 
Last edited:
/opt/var/minidlna/minidlna.log
Seems to me minidlna is shutting down because of rc_service. here is log:

Code:
Oct  2 16:41:01 custom script: Running /jffs/scripts/post-mount (args: /tmp/mnt/ExternalUSB)
Oct  2 16:41:01 rc_service: ntp 466:notify_rc restart_diskmon
Oct  2 16:41:01 disk_monitor: Finish
Oct  2 16:41:02 disk monitor: be idle
Oct  2 16:41:02 kernel: Adding 524284k swap on /opt/swap.  Priority:-1 extents:3 across:540668k
Oct  2 16:41:12 admin: Started /opt/etc/init.d/rc.unslung restart.
Oct  2 16:41:12 admin:  minidlna -f /opt/etc/minidlna.conf
Oct  2 16:41:12 admin: Started minidlna from .
Oct  2 16:46:12 admin:  ipset-dns Win10tracking Win10tracking 1919 8.8.8.8
Oct  2 16:46:12 admin: Started ipset-dns from .
At this point minidlna successfuly started and working. Than some strange shirt happens (right after /jffs/scripts/post_mount execution completes):
Code:
Oct  2 16:46:12 rc_service: hotplug 1074:notify_rc restart_nasapps
Oct  2 16:46:13 iTunes: daemon is stopped
Oct  2 16:46:13 FTP Server: daemon is stopped
Oct  2 16:46:14 Samba Server: smb daemon is stopped
Oct  2 16:46:14 kernel: gro disabled
Oct  2 16:46:15 Timemachine: daemon is stopped
Oct  2 16:46:15 kernel: gro enabled with interval 2
Oct  2 16:46:15 Samba Server: daemon is started

Minidlna log says:
Code:
[2015/10/02 13:46:12] minidlna.c:156: warn: received signal 15, good-bye

Needed to add some delay to S90minidlna starting script to be able to see logging, or else it was shutted down before any log was created:
Code:
#!/bin/sh


ENABLED=yes
PROCS=minidlna
ARGS="-f /opt/etc/minidlna.conf"
PREARGS=""
DESC=$PROCS
PATH=/opt/sbin:/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

. /opt/etc/init.d/rc.func
sleep 300


PS: renaming binary to megadlna :) (with corresponding scripts) resolves problem, rc_service stops it no more. Minidlna in nasapps list?
 
Last edited:
PS: renaming binary to megadlna :) (with corresponding scripts) resolves problem, rc_service stops it no more. Minidlna in nasapps list?
I am using tomato now. minidlna was probably stopped by the system - since dlna server is not enabled by firmware?
 
Last edited:
I am using tomato now. minidlna was probably stopped by the system - since dlna server is not enabled by firmware?
Yes, internal ASUS dlna server is not enabled in GUI. But if I will enable it, will not it conflict with entware minidlna?
 

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