Matthew Gyurgyik
Matthew Gyurgyik
A while back, I created an openwrt package for jaysoffian/eap_proxy. Openwrt Package: https://github.com/pyther/openwrt-feed/tree/master/net/eap_proxy. I am now using [pyther/goeap_proxy](https://github.com/pyther/goeap_proxy). Openwrt Package: https://github.com/pyther/openwrt-feed/tree/master/net/goeap_proxy And here is a blog post I wrote documenting...
Adding a data point, I tested 1.2.15-test.2 as well and can confirm all the issues @PeytonRG outlined.
Thanks for the update, in v1.2.15-test.6 - The light switch turns off the display, however the status does not update, showing the light is on. It is not possible to...
Adding a data point, I encountered this issue as well on Fedora 35 and can consistently reproduce it. ``` systemd-resolve --version systemd 249 (v249.9-1.fc35) +PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK...
Thanks! I need to spend a few minutes taking a closer look at (I've been swamped), but it looks great at first glance.
Under the hood, repo_sync (part of yum utils) is being used to mirror repositories. Can you sync the repo successfully if set `url = https://updates.suse.com/SUSE/Products/SLE-SERVER/12/x86_64/product/?YOUR_API_KEY`?
With upstream_sync, upstream_sync generates the proper yum.conf for use by reposync. You can see the commands `upstream_sync` is running with the `-c` option
That makes sense. Reading the yum page, it does not appear there is an option add a suffix to all urls. Yum support HTTP Basic Auth and HTTPS Client Authentication....
Generally I think this is a good idea. However, this could be a bit tricky to implement. - `/repo/path/comps.xml` won't exist before a sync - there is no way to...