-
Seeing the following crash.
```
--- FAIL: TestSuccessfullCommand (0.00s)
panic: No handled [recovered]
panic: No handled
goroutine 5 [running]:
panic(0x64b6a0, 0xc4200f6570)
/usr/lib/go-1.7…
-
### Description
`tune2fs: not found` logged at startup which causes some other errors in startup. This does not appear to be a fatal error but may be related to #132
### Steps to Reproduce
- Boot a…
-
The dev-shell command fails when running in an ARM64 VM--I think due to missing user-mode-linux packages in the Debian repository.
```
Step 5/11 : RUN apt-get update -y && apt-get -y --allow-unaut…
-
# From scratch installation cmd:
$ sudo apt install golang git libglib2.0-dev libostree-dev qemu-system-x86 \
qemu-user-static debootstrap systemd-container
$ mkdir -p /opt/src/gocode
$ e…
-
1. installing "from sources", readme says run `go get ...`
except that go get is not working like that, not anymore.
2. managed to install via `apt install debos`.
But it does not run on a fres…
-
### Objective
Define a method for provisioning a device as a Diana server with minimal manual setup. This will also require some UI for setting configuration after installation.
### Initial Implemen…
-
### Description
Occasionally, the screen is not initialized on boot. No kernel output is printed and the relevenat devices are not loaded in `/dev`. When this happens, the only solution is unpluggi…
-
If fakemachine errors out _before_ the `fakemachine.service` is ran, we get an error about not finding the directory:
```
$ go run cmd/fakemachine/main.go
Running /bin/bash using kvm backend
fakem…
-
**Command**
`$ sudo docker run --rm --interactive --tty --device /dev/kvm --workdir /recipes --mount "type=bind,source=$(pwd),destination=/recipes" --security-opt label=disable godebos/debos debos.ym…
-
@ximion I don't think the workaround in https://github.com/lkhq/debspawn/commit/222dadb2dd6b8fb916a023b43ea095b33f9a5804 for https://github.com/lkhq/debspawn/issues/26 works for using `debos` in Debia…