Kees Bakker

Results 47 comments of Kees Bakker

@alextsam Hmm, to me this makes no sense. First, I don't see any match with the description in the datasheet. Second, why would you want to cripple a function to...

@alextsam The datasheet states: > Temperature data is stored as two’s complement data in 12-bit format, right-justified. I don't see that coming back in the logic. The datasheet should really...

OK. No problem. I've created my own setup with a small portion of T-Home and various modifications. Looking at the SBFspot source code I see that there are different registers...

Here is a more complete log. ```sh $ incus project ls +----------------------+--------+----------+-----------------+-----------------+----------+---------------+---------------------------------------------+---------+ | NAME | IMAGES | PROFILES | STORAGE VOLUMES | STORAGE BUCKETS | NETWORKS | NETWORK ZONES |...

Still failing ```sh $ INCUS_SOCKET=/var/lib/incus/unix.socket.user tofu apply OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create OpenTofu will...

Here is the debug log [debug.log](https://github.com/lxc/terraform-provider-incus/files/15467174/debug.log)

Here is the new debug log with the addition of `project`. Notice that there is a new image, new fingerprint. The same image is present in project `default` and in...

Can it be related to the fact that my user is a FreeIPA user? I'll try to test it with a "local" user account.

Confirmed. For a local user works fine. For a FreeIPA user does not. So, now we have to figure out why that is. FreeIPA uid/gid comes from `sssd`. But why...

@stgraber I already do that (as earlier suggested by @maveonair). That certainly helps with a "local" user, but not for a FreeIPA user.