Markus Reiter

Results 208 comments of Markus Reiter

They are definitely identical with the pure Rust representation. Also `SocketAddrV6` is identical in the C representation on all platforms. Now for the C representation of `SocketAddrV4`, after looking further...

> it makes it seem like everything, not a subset Well, the idea was to move most types, but I think scoping this RFC to just IP address types might...

@Manishearth, I'm sorry, that second request was a misclick. I added the alternative you suggested of moving these types into a crate other than `core` which is why I initially...

I have opened https://github.com/rust-lang/rust/pull/100625 to remove the dependency on `std::io::Write`.

@VictorKoenders, does https://github.com/rust-embedded/svd2rust/pull/651 fix this? You will need an implementation for `critical_section` that works correctly on multi-core of course.

Any update on this? This would actually make the example (which I fixed in https://github.com/traefik/traefik-helm-chart/pull/539) work, since currently you have to hard-code the app name instead of using the `{{...

I have the exact same problem upgrading the last node in my cluster from 1.0.6 to 1.1.0. ``` talos-cp-1: user: warning: [2022-06-30T08:28:12.975244856Z]: [talos] service[etcd](Running): Health check failed: etcdserver: rpc not...

Here's the output of `talosctl logs etcd` for the corresponding node: ``` talos-cp-1: {"level":"info","ts":"2022-06-30T08:47:56.919Z","caller":"flags/flag.go:113","msg":"recognized and used environment variable","variable-name":"ETCD_CIPHER_SUITES","variable-value":"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305"} talos-cp-1: {"level":"info","ts":"2022-06-30T08:47:56.927Z","caller":"etcdmain/etcd.go:73","msg":"Running: ","args":["/usr/local/bin/etcd","--advertise-client-urls=https://10.0.0.41:2379","--auto-tls=false","--cert-file=/system/secrets/etcd/peer.crt","--client-cert-auth=true","--data-dir=/var/lib/etcd","--experimental-initial-corrupt-check=true","--key-file=/system/secrets/etcd/peer.key","--listen-client-urls=https://0.0.0.0:2379","--listen-peer-urls=https://0.0.0.0:2380","--name=talos-cp-1","--peer-auto-tls=false","--peer-cert-file=/system/secrets/etcd/peer.crt","--peer-client-cert-auth=true","--peer-key-file=/system/secrets/etcd/peer.key","--peer-trusted-ca-file=/system/secrets/etcd/ca.crt","--trusted-ca-file=/system/secrets/etcd/ca.crt"]} talos-cp-1: {"level":"info","ts":"2022-06-30T08:47:56.928Z","caller":"etcdmain/etcd.go:94","msg":"detected default host for advertise","host":"10.0.0.41"} talos-cp-1: {"level":"info","ts":"2022-06-30T08:47:56.928Z","caller":"etcdmain/etcd.go:116","msg":"server has...