안녕하세요.
clore.ai에서 서버를 임대해서, cpu채굴(월드랜드)을 해볼려고 하고 있습니다.
여려회원님들의 글을 통해,
원하는서버를 렌트를 하고, 이미지는 Ubuntu Jupyter를 선택한 다음,
Jupyter에 로그인하고, 새로 터미널을 연 다음,
채굴을 시작할려고 하는데,
sudo apt update
sudo apt upgrade
sudo apt install gcc
sudo apt install make
sudo apt install snapd
sudo snap install go --classic <-- 여기에서 에러가 발생하네요.
에러메세지는
error: cannot communicate with server: Post http://localhost/v2/snaps/go: dial unix /run/snapd.socket: connect: no such file or directory
이렇게 나오네요.
구글링해서 찾아본결과,
$ sudo apt-get update && sudo apt-get install -yqq daemonize dbus-user-session fontconfig
$ sudo daemonize /usr/bin/unshare --fork --pid --mount-proc /lib/systemd/systemd --system-unit=basic.target
$ exec sudo nsenter -t $(pidof systemd) -a su - $LOGNAME
이렇게 하면 된다고 하는데,
저는 3번째 명령에서 에러가 나네요.
nsenter: failed to parse pid: '-a'
[CLOSED]
혹시, 어떤부분이 잘못됐을까요??
조언부탁드립니다. 감사합니다.