Gunnar Guðvarðarson

Results 89 comments of Gunnar Guðvarðarson

# It partially works! I made my key-cert using this (RSA is so 1977) `openssl req -x509 -newkey ed25519 -keyout RIPE.key -out RIPE.crt -sha512 -days 365 -nodes -subj '/C=IS/CN=...'` Then...

Also, the [example given](https://github.com/rust-cli/env_logger/blob/main/examples/syslog_friendly_format.rs) has this error in it ``` error[E0599]: cannot write into `&mut env_logger::fmt::Formatter` --> src/main.rs:26:5 | 25 | / writeln!( 26 | | buf, | | ^^^...

The feature causing me issues is time.synchronize.tools.startup which defaults to 1 in vCenter: ``` RpcIn: received 42 bytes, content:"Set_Option time.synchronize.tools.enable 1" RpcIn: received 42 bytes, content:"Set_Option time.synchronize.guest.resync 0" RpcIn: received...

So if i understand you right, if i can't change the vCenter settings, then, it just sucks to be me? And the client has no way to override that, except...

Over 4 years since I reported this issue, over 2 years since your last response. How is it going @stanguturi?

> Had a discussion with other team members about this issue. Logged an internal bug for tracking this issue. Reopening the issue. Hey @stanguturi how is this issue going? Any...

Here's an alternative for disabling this using a systemd path unit, making it rather impossible to accidentally have libtimeSync.so running. Even when replaced or added when upgrading using package managers....

Application tries to open `.config/com.github.joshuar.go-hass-agent/preferences.toml` with flags `O_RDONLY|O_CLOEXEC` and, if I make it, it reads it, then exits... ```strace openat(AT_FDCWD, "/home/gunnar/.config/com.github.joshuar.go-hass-agent/preferences.toml", O_RDONLY|O_CLOEXEC) = 7 fcntl(7, F_GETFL) = 0x20000 (flags O_RDONLY|O_LARGEFILE)...

You can see this issue whenever the matter server starts, f.ex: ``` [22:11:02] INFO: Using 'enp0s18' as primary network interface. [22:11:02] INFO: Successfully send discovery information to Home Assistant. Reading...