cpu
cpu copied to clipboard
cpu command in Go, inspired by the Plan 9 cpu command
It is much easier to bring dut into cpu than have 2 repos. Further, dut is not a combined cpu and cpud; it is useful to have this illustrative use...
I'll simply list what surprised me, a cpu noob :wink:. Could you comment on each of the points? 1. Running `cpud` on a Linux machine requires PID 1 - why?...
Hi, I uploaded a PKGBUILD for `cpu-git` on the Arch User Repository, you can find it [here](https://aur.archlinux.org/packages/cpu-git). When you'll release tagged version, I'll upload a versioned `cpu` PKGBUILD.
if you set cpu -namespace "" (empty string), instead of none or ":", cpu will complain. notably debug lines (target machine is 7 hours ahead, which helps with debugging!): ```...
Hi, I am trying to use cpu with an ssh host with a password protected key and fails... (here is just an alias for localhost) ``` [tru@elitebook840g3 cpu]$ ./cpu_linux_amd64 -d...
``` rminnich@a300:~/mainboards/pcengines/apu2$ cpu apu2 date Tue Sep 14 12:02:21 AM PDT 2021 2021/09/15 14:18:33 SSH error Process exited with status 4294967295 ```` Not sure why this happens, but it is...
Hi - In my .ssh/config: ``` Host qemu Hostname 127.0.0.1 User root Port 5555 IdentitiesOnly yes IdentityFile ~/.ssh/db_rsa ``` I've tried HostName vs Hostname, removing IdentitiesOnly, etc. I can tell...
On the remote, in a chroot, I am running: ``` cpud -d -remote -init ``` On my host machine, I then invoke: ``` export PATH="$(pwd)/bin:$PATH" cpu -timeout9p 1000ms -d victure...
At the moment dhcp runs no matter what. I'm for "seperation of concern" here. Netconfig should have happend before cpu is started, otherwise error out with "no net config found"...
## What? In a QEMU RISC-V, `cpud` may get a runtime error when processing commands: ``` runtime: lfstack.push invalid packing: node=0xffffff92442960 cnt=0x1 packed=0xffff9244296000 fatal error: lfstack.push ``` which is defined...