Gustavo Arnosti Neves

Results 59 comments of Gustavo Arnosti Neves

Hi again. I was able to test now during the night and can already answer some of the questions. I have a system service running for this, so first I...

I see. Is it when I restart the machine or the geoname service that the dump is updated? (init?) How is that checked on the code? (I tried to find...

Good to know it works. Having said that, not sure I recommend this method. Other things could make it go wrong. Also, I don't think it is easier (maybe if...

I guess that would be nice. I am not familiar with creating packages though. ~Do you know where I can find documentation on packaging?~ ---- I may find the time...

### Some search results for studying: - https://openwrt.org/docs/guide-developer/packages - https://openwrt.org/docs/guide-developer/helloworld/chapter3 - https://openwrt.org/docs/guide-developer/packages This needs no compiling, so should be easy. ### Other things to consider: - Pull request policies -...

He is not wrong on that. That is why I have warnings about that kind of stuff on the `readme.md`. That being said, it has become a lot more common...

I have started to code some of the enhancements. Current changes (v0.3.0) : - [x] Sort package list by package names - [x] Ignore opkg warnings - `opkg list-upgradable` may...

Found a minor problem with the new listing, not printing the first item to screen (email is fine). Fixing... Will push in a few minutes

@Goro2030 That is weird... It seems to be a opkg post-install error (when applying the new configs). Can you try to run those manually to see if the same problem...

@Goro2030 Found this: https://forum.openwrt.org/t/uci-entry-not-found-after-opkg-upgrade/7631 Quote: > found/fixed the issue > I had some backup config files in /etc/config, after I removed this backup config files all uci: Entry not found...