-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newbie questions and feature requests #101
Comments
You can run |
Thanks for the suggestion @Rubo3 . What is it expected to do? On the Linux machine I currently sit in front of (Arch Linux with systemd), this is what happens (i.e. the daemon doesn't run neither in foreground nor in background):
|
Ok, Would you know something about the other points? |
I'll simply list what surprised me, a cpu noob 😉. Could you comment on each of the points?
cpud
on a Linux machine requires PID 1 - why? Shouldn'troot
privileges be enough? This makes it impossible to run on pretty much any ordinary Linux distribution (which I'd say defeats the major use case "to seamlessly perform work on running remote machines").cpud -remote
on a Linux machine does run the daemon but in addition to that it executes an interactive shell 😮 - why the shell?cpu
doesn't seem to support any way to specify the user to be used to execute the given command at the remote host if the host supports it (yes, this might be a "too high level" request forcpu
/cpud
but I stand at it as otherwise this again defeats the purpose of usingcpu
with ordinary running remote machines like Linux/BSD).cpud -remote
(I've tried both asroot
and as a non-root
user) and then in another terminalcpu localhost /bin/bash
only returns the error2022/05/04 10:56:43 SSH error Failed to dial: dial tcp [::1]:23: connect: connection refused
instead of connecting to the running daemon (and no, there is no firewall on port 23 nor any running SSH daemon nor anything else). Why doesn't this simple case work?Thanks for explanations, suggestions, etc.!
The text was updated successfully, but these errors were encountered: