我可以在我的系统上使用 ssh 连接到我的服务器,也可以在其他系统上使用 sshuttle。但是当我在 16.04 上尝试时,它产生了以下错误:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "assembler.py", line 36, in <module>
File "sshuttle.server", line 229, in main
File "sshuttle.server", line 84, in list_routes
File "sshuttle.server", line 63, in _list_routes
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1153, in _execute_child
self.pid = os.fork()
OSError: [Errno 12] Cannot allocate memory
client: fatal: server died with error code 1
我的命令是:
sshuttle -r me@[myserverip] 0/0 -v
真正的问题是什么。我猜这与软件包系统和 deb 软件包冲突有关。有人能帮我吗?谢谢