Jason Clark

Results 9 comments of Jason Clark

Thanks for the reply. I totally forgot that I meant to first thank you for the awesome template and for sharing it! I've been using it for awhile. My skills...

> I just got the same issues for seemingly random packages. I have the same issue, but I think it's because my work laptop is domain joined and using Cisco...

> You could try switching to the "wininet" downloader rather than "DO" (Delivery Optimization) which is the default. > > It's configurable in `winget settings`. Thanks for the suggestion. It...

It's working on my arch linux based docker container! Had to rebuild the egg with python 3.8 and use the console to install it locally (`python setup.py bdist_egg`). Because the...

> @SuperJC710e Thanks for the feedback. You're welcome! I probably should have tested if they actually followed the schedule.In the meantime I opted to upgrade my server rather than go...

> @SuperJC710e > Are you sure you applied (hit Apply or OK) the schedule before adding the torrent? > Please provide a debug log (ideally with only 1 torrent) with...

[Update] I think I figured out the issue, it was the system time. For some reason the system had been in the UTC timezone. I don't remember whether the installer...

FWIW, here's a sanitized export from my "custom install" that could be used for a starting point. ```yaml name: omada-controller services: omada-controller: cpu_shares: 90 command: [] container_name: omada-controller deploy: resources:...

I'm experiencing the same issue. So perhaps a clue, when I go to restart `docker` I get a notice that I need to run `daemon-reload`. ```shell # systemctl restart docker.service...