-
### What is the problem you're trying to solve
Since PR #5890 we are using idmap mounts for the rootfs with the overlya snapshotter. When we don't have idmap mounts support, we fallback to doing a re…
-
## Bug description
I upgraded my inputs to the latest nixpkgs-unstable and latest nixos-wsl. Now my viscode server stopped working and presumably all systemd user units aren't working either. I a…
-
### Issue Description
Idmapped mounts seem to be working only one way, when touching things from the container they become nobody:nobody. I can't really describe it better, see the next point.
### S…
-
# Required information
* Distribution: Debian
* Distribution version: Debian GNU/Linux 12 (bookworm)
* The output of "incus info" :
```
root@incus:~# incus info
config:
core.https_addres…
-
```
> cat Dockerfile
FROM debian:buster-slim
ARG OPENSSL_VER=1.1.1g
ADD downloads/openssl-$OPENSSL_VER.tar.gz /usr/src/
```
```
> podman build --rm -t test .
STEP 1: FROM debian:buster-s…
-
I wanted to compile and try the `dev` branch containing several fixes I'm interested in, but I get compile errors.
```
> stack update
(....)
> stack build --fast …
-
Example: https://www.openssl.org/source/openssl-1.1.1g.tar.gz
```
> cat Dockerfile
FROM debian:buster-slim
ARG OPENSSL_VER=1.1.1g
ADD downloads/openssl-$OPENSSL_VER.tar.gz /usr/src/
```
…
-
IVF index constructs the id->offset map during getvectors stage : https://github.com/zilliztech/knowhere/blob/main/src/index/ivf/ivf.cc#L580. This design will cause write/write concurrence when user …
-
Hi, KonstaT
I download your code of AOSP 14 rpi5, build and burn it into a micro sd, it boots normally.
But when I burn it into a nvme ssd, it boots failed.(I have added dtoverlay=android-nvme to …
-
The idMap is a dictionary objectID -> record, but we search it using #detect:ifFound:, which does a linear scan of the records:
```
objectWithId: objectId ifNone: aBlock
idMap
detect: [ :e…