Chetan Reddy

Results 14 comments of Chetan Reddy

> Also of note in creating automations for the dehumidifier it has the options of turning the fan **on** and **off** not to set the speed to **high** or **low**....

I hit this issue today with a commercial wireguard vpn interface just like @jackloomen . While debugging I noticed that there is a check disallowing sandbox networking in the root...

> I assume this is non-trivial **due to s6**, and I can't blame anyone outside of the HA team for not wanting to bother with this, but since no-one is...

@eirikrye Were you able to get behavior equivalent to `com.docker.network.bridge.enable_icc=false` using either a netavark plugin or an OCI hook? If yes, could you please share your code?

Adding the following to my unit files does the job for me. `ExecStartPost=bash -c 'bridge link show master bridgename | cut -d: -f2 | cut -d@ -f1 | xargs -t...

@patmaddox I too was thrown off by this line in the README > it transmits “\” and “C-i” differently and assumed this package wasn't working because `C-h k C-i` shows...

[runsc.debug.log](https://github.com/user-attachments/files/16841693/runsc.debug.log)

> Would you mind trying this with the `--platform=ptrace` flag? Just to help determine whether the [platform](https://gvisor.dev/docs/user_guide/platforms/) is part of the issue. It does work as expected with platform=ptrace ....

I just tried on a 2014 macbook air 6,2 (again running Debian 12), and both platform=ptrace and platform=kvm work as expected, but platform=systrap fails with the same bad address error....

[macbookair2014_cpuinfo.txt](https://github.com/user-attachments/files/16856063/macbookair2014_cpuinfo.txt) [macmini2011_cpuinfo.txt](https://github.com/user-attachments/files/16856064/macmini2011_cpuinfo.txt) I have attached /proc/cpuinfo from both the machines on which it fails with platform=systrap ; the debug log from yesterday corresponds to macmini2011_cpuinfo.txt