(在进行了一些更新之后,原来的问题自行解决了,但问题仍然是安装不起作用;编辑的问题)
我试图在Ubuntu16.04上安装rocketchat-server。根据https://rocket.chat/download,运行snap install rocketchat-server (我使用sudo运行)就足够了。
安装完成,但服务器没有启动。日志文件写着:cannot perform readlinkat() on the mount namespace file descriptor of the init process: Permission denied
我找不到如何解决这个问题的指示。
我试图在Ubuntu16.04上安装rocketchat-server。根据https://rocket.chat/download,运行snap install rocketchat-server (我使用sudo运行)就足够了。但是,下载快照后,进程将终止,打印:
2017-03-18T16:32:46+01:00 INFO Waiting for restart...
error: cannot perform the following tasks:
- Run configure hook of "core" snap if present (run hook "configure":
-----
cannot bind-mount the mount namespace file /proc/11002/ns/mnt -> core.mnt: Permission denied
support process for mount namespace capture exited abnormally
-----)我在我的笔记本电脑上尝试了同样的方法,它安装和运行都很好。有什么办法解决这个问题吗?
发布于 2017-11-19 13:02:58
你应该更新你的内核。我也有过同样的问题,我发现了这个bug:
我在DigitalOcean上使用UbuntuServer14.04,因此我发现以下信息非常有用:
我被一个更老的内核困住了。一旦我更新了它,我的Rocket.Chat运行起来就像一种魅力。
https://askubuntu.com/questions/894328
复制相似问题