Kees Bakker

Results 47 comments of Kees Bakker

```sh $ incus project ls +----------------------+--------+----------+-----------------+-----------------+----------+---------------+---------------------------------------------+---------+ | NAME | IMAGES | PROFILES | STORAGE VOLUMES | STORAGE BUCKETS | NETWORKS | NETWORK ZONES | DESCRIPTION | USED BY | +----------------------+--------+----------+-----------------+-----------------+----------+---------------+---------------------------------------------+---------+...

First, monitor logging when the FreeIPA user (uid 60001) does the tofu apply ```txt DEBUG [2024-06-01T14:16:27+02:00] Event listener server handler started id=51d3def8-113b-4743-a748-108b2963a742 local=/var/lib/incus/unix.socket remote=@ DEBUG [2024-06-01T14:17:07+02:00] Handling API request ip=@...

Next, the monitoring when a local user (uid 1001) does the tofu apply ```txt DEBUG [2024-06-01T14:18:53+02:00] Handling API request ip=@ method=GET protocol=unix url=/1.0 username=root DEBUG [2024-06-01T14:18:53+02:00] Handling API request ip=@...

> Can you post the `.tf` you're working with in the failing case? A very simple `.tf` ```txt resource "incus_instance" "u22" { name = "u22" image = "local:85e9afc8d65b" project =...

Yes that worked. But how? I don't understand, because that user only has one project, namely its own `user-60001`. Unfortunately I forgot to test it once more before entering the...

Strange. I can't make it fail anymore. I'll close the issue.

@itoffshore can you show me a small example. Because the example above doesn't work.

Thanks for the help. Well, I wanted to start with a (small) hardcoded example. But the one on Stack Exchange is using a shell provisioner. And I want to see...

Back to why my original example didn't work. The essential part is that (intermediate) container is named: `packer-`. In my example (above) that should have been `packer-lxd-focal`, not `localhost`. This...

Sure. But it was totally unclear to me that this NB was the key point. (Plus, I think there is a syntax error with the quotes in your `extra_arguments`.)