luckylinux

Results 65 comments of luckylinux

Whereas now I am getting this, but I don't think I changed anything: ``` Error: authenticating creds for "docker.MYDOMAIN.TLD": Requesting bearer token: invalid status code from registry 400 (Bad Request)...

I could successfully login now (on the HOST where the Containers are running) by DISABLING TLS in `docker_auth` Container according to https://github.com/cesanta/docker_auth/blob/main/examples/non_tls.yml (basically moving Certificates & Key from the `server`...

@techknowlogick Maybe consider making a "Traefik Example" (or for other Proxies: Caddy etc) available as well. To be honest it was a major Headache for me to get it working...

Probably also affected by ZFS on top of LUKS2 ... Difficult to know if the same thing but I have already been bitten on one system (Crucial MX500 500GB FW...

@robn I'll try to provide more Info here and answer your Questions. In my case it's more difficult to provide Detailed logs from the "Real" System (Proxmox VE) because this...

This is what I have in the Router Advertisement Section of the Router ![image](https://github.com/NetworkConfiguration/dhcpcd/assets/7126291/b818a421-53ce-4ef0-999c-a4d3def349b6) 200 seconds = 3.3 minutes is minimum, 600 seconds = 10.0 minutes is maximum So you...

> @luckylinux this should get you started: > > dget https://deb.debian.org/debian/pool/main/d/dhcpcd/dhcpcd_10.0.6-4.dsc sudo apt-get install libssl-dev libudev-dev dpkg-buildpackage So this would NOT require libc6 >= 2.38 like the Packages in Debian...

Yeah I just had a look, there was absolutely nothing about `dhcpcd` in `bookworm-backports`. If that's the case (a few Days) then I'll just wait. That would be a GREAT...

> @luckylinux Check [here](https://ftp.debian.org/debian/pool/main/d/dhcpcd/). Look for packages with a version that ends with bpo12. That's nice, thank you @perkelix. I'll have to update my Repositories on all Systems, which is...

> It takes about 24 hours before all architectures are built and uploaded to backports. Check again tomorrow. Aaah, so it is scheduled to build for all Architectures. Super, many...