James O. D. Hunt

Results 86 issues of James O. D. Hunt

We have a data collection script that we ask users to run in the [issue template](https://github.com/kata-containers/.github/blob/main/.github/ISSUE_TEMPLATE/bug_report.md): - https://github.com/kata-containers/kata-containers/blob/main/src/runtime/data/kata-collect-data.sh.in However, it hasn't been touched in a while. There are some things...

enhancement
good-first-issue

agent: Add stacktrace to errors If debug or trace level logging are enabled, add the current stacktrace to errors so that a error then describes: - The real (underlying) error....

no-backport-needed
size/large

The [`agent-ctl`](https://github.com/kata-containers/kata-containers/tree/main/src/tools/agent-ctl) tool needs to be a bit smarter. For example, running something like the following will fail: ```bash $ cid="..." $ sudo $(which kata-agent-ctl) -l debug connect --bundle-dir "${bundle_dir}"...

bug
lang/rust

PR #543 added the architecture doc, including file `docs/architecture/architecture-diagrams.odp`. However, that file cannot be opened with libreoffice, which reports it as corrupt.

The Agent version field in the `cc-env` output... ``` $ cc-runtime cc-env|grep -A 2 Agent [Agent] Type = "hyperstart" Version = "" ``` ... is always `` as there is...

bitesize

Our Fedora and Ubuntu install guides do not reflect the latest releases of these distros (see #731 and #732), so we need to find a way to be automatically notified:...

The `list` command currently always shows the UID of the owner of the rootfs provided for the container. However, `runc` shows the user **name** by default. If it is unable...

Currently, if `list` is unable to display the UID of the rootfs, it will error. However, we should probably be more tolerant and display a `?` to denote the inability...

Now that Docker have finally released the following: - https://download.docker.com/linux/fedora/27/x86_64/stable/Packages/docker-ce-17.12.0.ce-1.fc27.x86_64.rpm ... we need to update and re-test the installation doc for Fedora 27: - https://github.com/clearcontainers/runtime/blob/master/docs/fedora-installation-guide.md

# Description of problem ``` $ sudo docker run -d busybox true ``` # Expected result ``` 7aee206467a3d5cf46ba5baadc8d7277f13d902c06c7587b89b5e143e1c503ab ``` # Actual result ``` 7aee206467a3d5cf46ba5baadc8d7277f13d902c06c7587b89b5e143e1c503ab docker: Error response from daemon: oci...