What's new

Entware-ng & Entware-3x merge!!!

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

I put mine in post-mount ages ago and haven't looked back. A loop made no sense when there was an event-driven script call for the entware device!
Me too...first thing I did after installing. Maybe we're missing something?
Me also, after reading this wiki article: https://github.com/RMerl/asuswrt-merlin/wiki/USB-Disk-Check-at-Boot
I got around the AB solution issue by just removing everything it added except the comments from services-start and when AB does its check it thinks it is still OK. Seems to work better than when in the services-start.
 
@zyxmon, @ryzhov_al - a friend is asking if you have any up-to-date installation instructions for Synology? He's currently using Optware, I'm suggesting him to switch to Entware instead. The link we found on a Wiki simply points back to Github's repo.
 
Well that was a busy day for y'all yesterday, or so it seems from here...all hands on deck. You guys don't get paid enough. Thanks for everything
 
@RMerlin - https://github.com/Entware/Entware/wiki/Install-on-Synology-NAS can used to install Entware. Installation script URL and installation folder should be adjusted to Entware. I think these are the best instructions for now.
There are also threads on Synology forum and on Russian Sinology forum on Entware installation.

Thanks, he notified me this morning he got it up and running now using this guide.

@john9527 : can you send me a patch once you're confident in your setup change? I'll review them - one thing I was considering was to offer end-user the choice between a 32-bit armv7 or the 64-bit aarch64 repo for the RT-AC86U, as not everyone might want the 64-bit repo (if they rely on other precompiled binaries that are 32-bit).
 
fake-hwclock need a modification.

Reboot in shell is fine it has enough time for running services-stop so fake-hwclock successfully save current time to fake-hwclock.data.

But If I reboot using web-ui, rebooting start quite immediately so fake-hwclock fail to save the time on data.
This happen when someone run many packages through entware.

I copied S99fake-hwclock for temporary fixing.
 
Testing the new installer routine and found a potential bug.....

Previous installer would preserve the user path by including in the entware /etc/profile
export PATH=/opt/bin:/opt/sbin:$PATH

new installer hard codes the path to
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/opt/sbin

This then ignores the nvram env_path var allowing for a user custom path
 
Any chance the server containing the install scripts might eventually support https? It would help protect against malicious redirection to an alternate server.
 
@john9527 - this PATH variable was introduced in Entware-ng installer. This is not changed. We will consider changing it.
@RMerlin - a good chance it will support https.
Please make the use of https optional, or else I would have to also change my scripts immediately. I will use https, but might not have the time to implement it right away when you add support of it.
 
The entware in my AC-68U is installed through AB-Solution. After seeing there is a 64-bit version of entware, I have a tickling of installing the 64-bit version. Now I have two questions and they are-
  • Is there any benefit or problem for me to install the 64-bit version?
  • Is there any way to convert my version to a 64-bit one? Or I have to get rid of my current one and install the 64-bit one?
 
2. Your AC-68U does not support 64bit AFAIK.
Correct, latest beta firmware (384.4_beta2) for 68U returns:
Code:
user@RT-AC1900P:/tmp/home/root# uname -r
2.6.36.4brcmarm
 
The RT-AC86U and GT-AC5300 are the only Asus routers that currently use a 64-bit processor.
 
Just did the upgrade and everything went smooth including the transmission upgrade. However, whenever you reboot the router or restart the transmission services, transmission does a verification check of local data on each torrent. In the previous versions it never did this unless you asked to do so in the GUI interface. Has something changed with it's behavior or is this the new normal for transmission. I've also tried using the settings.json that came with this new version and no change. Thanks for any help.

EDIT: Found this excellent thread with the exact same symptoms that I was experiencing with transmission. A lot of good info and helped me get around the issue
https://www.snbforums.com/threads/transmission-with-extremely-high-memory-usage.43242/
 
Last edited:
@zyxmon
Unfortunately, after merge, package "mysql-server - 5.1.73-2" disappeared. Is it possible in the future to have "mysql server" package again? Thanks.
 
Last edited:

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