Morten Linderud

Results 465 comments of Morten Linderud

@stgraber if you have any opinions or pointers to the checkboxes feel free to look over and I can investigate a bit. I suspect some research needs to be done...

@bensmrs I think I need a bit of help to make sure that the `Info` struct is correct and that I'm not missing any details from the migration steps. I...

@bensmrs thanks! I'll probably not touch this in July, and there is a hackercamp and work stuff happening in August on my end that might not allow me a lot...

Should we call the driver `nfs4` to make sure we don't end up in a weird situation down the line where we don't want to support a `v5` along with...

@bensmrs I did some changes so we can pass ipv6 `source=` paths. It's not great but couldn't come up with a more reliable way to split up on `::1:/somepath` or...

> Did I do something wrong here? Uhh, so it turns out that the `Makefile` has been moving things from being built into `build/` to running `go install`. So there...

Hmmm, I've only tried `incus exec container bash` and manually created files on NFS volumes on both ends. And it worked. Are we sure that `/media` doesn't have any weird...

I'm honestly not sure. My `export` mount has this ```nfs /srv/nfs/incus 192.168.1.105/32(rw,sync,no_subtree_check,no_root_squash,no_all_squash) ``` The top directory is owned by a backup user with UID `1001`. ``` $ ls /srv/nfs |...

> It works on my machine too, but the testing environment is a bit more involved unfortunately, and it tests plenty of non-trivial stuff… It gets very tricky very fast...

``` > root@incus-dev:~/incus# incus exec busybox-test -- ls -al ls: .: Permission denied ``` *This* specific error is because the permissions on `/root` lacks executable bit. So setting `chmod +x...