Adrian Simmons
Adrian Simmons
Here's the error log ``` 2019/08/27 16:28:22 [error] 14#14: *4 FastCGI sent in stderr: "PHP message: PHP Warning: filemtime(): stat failed for plugins/Spectre/skin.min.css in /var/www/app/app/Helper/AssetHelper.php on line 37" while reading...
Having just hit another problem with Forgejo installed via this role (issue#165) I can see some sense in this. It would certainly be possible to add logic and documentation to...
@cilynx I started working on updating the openwrt.patch (initial aim is to have it sucessfully patch the chaos calmer release branch). But I'm wondering how you generated openwrt.patch - particularly...
Ok, I realised .config.orig was sitting there and was able to git diff on that, then hand merged the two patches so my updated openwrt.patch looked much like yours... Just...
There was an openwrt commit to the mvebu target a couple of days ago, to implement boot counter reset: http://git.openwrt.org/?p=15.05/openwrt.git;a=commit;h=4300eee946b10f0d0277416808c836676f55adda Pondering if this can be ported to the kirkwood target.
It can be ported, I have it working, pull request to follow!
I have a preliminary working bootcount reset for the ea4500 in my chaoscalmerfixes branch: https://github.com/adrinux/Candyhouse-Linux/tree/ChaosCalmerFixes This has one minor issue in that once the build is flashed you still need...
I'll need to double check, but afaik the script, on my hard drive, in the src, is set executable. The script is successfully integrated into the build and placed in...
I've fixed the issue with the script perms so the boot count reset now works out of the box. I've also extended it to the ea3500, but can't test that....
I all I did was apply the changes in this commit (for newer linksys routers) to kirkwood http://git.openwrt.org/?p=15.05/openwrt.git;a=commit;h=4300eee946b10f0d0277416808c836676f55adda It's possible the ea3500 is different enough that this wont work, or...