Failed to connect to bus: No such file or directory #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
uname -a
givesLinux cityofardon 4.4.88-mainline-rev1 #1 SMP Wed Sep 13 23:49:03 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
curl -fsSL https://get.telebit.cloud | bash
returns:I theorize that it might have to do with Systemd but I don't know.
It does expect systemd to be available to the user.
What’s
cat /etc/issue
?What system and version and hardware are you on?
There’s a good chance that that step is one of the last, after installation is complete. Can you still run
./telebit init
?It does expect systemd to be available to the user.
What’s
cat /etc/issue
?What system and version and hardware are you on?
There’s a good chance that that step is one of the last, after installation is complete. Can you still run
./telebit init
?cat /etc/issue
Ubuntu 16.04.3 LTS \n \l
Ubuntu Server 16.04.3
It's a VPS.. I'll have to wait for a non-blocked wifi to try on my laptop or figure out a way to do a system-wide SSH tunnel (SOCKS proxy). I'm at the library and they block some of the requests in the installation process, which is why I'm using the VPS.Gives:
SystemD seems to be working fine, I can start, stop and restart processes.
*services not processes.
This is only present on the one machine.
This is the solution
And then
found in
Cool. Thank you. I'll have to try that tomorrow.
It works!
Reopening because the install should complete successfully and prompt the user to install the dependency rather than be left in a non-usable state.