If it helps,
There was no error when doing a manual install of the packages
I was also able complete the setting of password process without running the pip3 install bcrypt command i.e. run opkg install python3 python3-pip python3-bcrypt, followed by running AGH installer
I didn't capture the output but IIRC,
opkg install python3 python3-pip python3-bcrypt
- the usual output i.e. download and then install when installing packages
pip3 install bcrypt
- gives a warning about running as root and this is actually not needed since the previous command already did the...
Issue looks like it's due to the bcrypt dependency. On a fresh setup, Entware was installed and up to date but do not contain any python or python-bcrypt related packages
Setting up AGH on a GT-AX6000 and it seems the installation gets "stuck" after re-entering the password to be setup
This was done with no other script/add-on
Any idea on what the issue could be?
=> Select your timezone/location, [1-595]: 312
Info: Singapore selected
Info: Configuring...
Have to agree with this. Though it seems the starting of Scribe looks fine, but the actual logging seems to have some "issue".
All my filtered logs are not populating proper.
Yes, I have IPv6 enabled
Scribe starts up fine after a reboot if IPv6 disabled and having those 2 lines outside of the do loop i.e. as they were originally at; same behaviour as what @unsynaps reported in the first post
@cmkelley running the latest Merlin firmware, 386.11 and updated to the latest version of Scribe, 3.1_1 with the following fix
[ -z "$TZ" ] && export TZ="$( /bin/cat "/etc/TZ" )"
Issue does not seem to be fixed during a reboot and your suggestion of putting the following lines in the do loop...
Will there be a need to re-generate a new ca.crt to be installed on the device(s) and/or purge the generated certificates under diversion's cache folder?
This is my inadyn.conf for Cloudflare
ddns-start script will be the same as what @SomeWhereOverTheRainBow has mentioned
allow-ipv6 = true
provider cloudflare.com:1 {
username = your_cloudflare_hostname
password = your_cloudflare_api_key
hostname = your_cloudflare_hostname...
For some reason, I am not able to use Large block list i.e. hosts.oisd.nl. Did a monitor of dnsmasq.log when switching to Large block list and it seems to stop processing DNS request after the list update is completed
Mar 14 18:21:47 dnsmasq[32569]: query[A] dns.msftncsi.com from 127.0.0.1
Mar...
What I am doing so far is not to install ca.crt to any of the devices; it was something that I sort of "dreaded" in having to repeat for all the devices. Some devices, especially smart TV does not support installation of the certificate anyway.
In terms of browsing experience, have not noticed...