Dmitrii Sharshakov
Dmitrii Sharshakov
## Feature Request Sync clock to the host using `ptp_kvm` kernel module. ### Description This could be helpful to possibly reduce startup time and increase clock precision as we can...
## Feature Request Support periodic FS trimming would not only help bare metal installs, but also thin-provisioned VMs. hwmon could be useful as well for admins to be able to...
## Feature Request Support hardware/firmware watchdog. This could increase resilience and help fulfill requirements some users might add to their systems. ### Description Just as systemd is able to do...
## Bug Report QEMU test cluster ran from [the guide](https://www.talos.dev/v1.6/advanced/developing-talos/#running-talos-cluster) fails because of inability to reach the 8.8.8.8 DNS resolver. 8.8.8.8 can be pinged from the host thus I believe...
### Describe the bug Apparently hardware timestamping is somehow broken and applications don't get timestamps delivered. ### Steps to reproduce the behaviour Run ptp4l in hardware timestamping mode. It will...
### Describe the bug If I configure systemd to start ptp4l as a service, it fails like this ``` Jan 22 15:04:20 helios ptp4l[705]: [6.458] driver rejected most general HWTSTAMP...
Could you update V8 to the latest version?
Could you please release pre-compiled executables to run this without `rustc` and `cargo` installed? You can use GitHub actions for builds and releasing. Thank you for this awesome utility!
Create an option to watch file changes and rerun the tests.
# Pull Request ## What? (description) Extended attributes are useful for SELinux labels and more Tested in Docker on a SELinux-enforcing host (openSUSE)  ## Why? (reasoning) Fixes #1542 ##...