Tracing/debugging in talosctl and friends #8428
Unanswered
boldandbusted
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Please see the documentation: https://www.talos.dev/v1.6/talos-guides/install/local-platforms/qemu/#logs The interrupted system call can be ignored. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Howdy. I'm troubleshooting a problem on my local Gentoo workstation. I've almost got talosctl working with QEMU, but I'm getting an obscured bug.
A good five minutes of no perceivable activity presages the Ctrl-C.
It is the
WARNING: failed to preallocate disk space for "/home/jesse/.talos/clusters/talos-default/talos-default-worker-1-0.disk" (size 6442450944): interrupted system call
that I would like to drill down on.I'm about to break out
strace
to start looking, but is there some way to enable debug logging that I can see what is triggering the 'interrupted system call'? Thanks in advance.P.S. I suspect that there is a config in the kernel that is required to be set or unset for Talos and QEMU, but I'm not at that stage to guess that yet.
P.P.S. Ah, I added the
--with-debug
to try to get more verbose output - it had no effect, and the result and output is the same.Beta Was this translation helpful? Give feedback.
All reactions