Hugo Snap 启动时出错

Hugo Snap 启动时出错

我用雨果生成静态网站。它以前工作正常,但现在显示错误:

$ hugo
cannot perform readlinkat() on the mount namespace file descriptor of the init process: Permission denied

配置:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 17.10
Release:    17.10
Codename:   artful

$ uname -r
4.13.0-45-generic

$ snap version
snap    2.32.9+17.10
snapd   2.32.9+17.10
series  16
ubuntu  17.10
kernel  4.13.0-45-generic

我不记得自从上次使用 hugo(约 1 周前)以来是否更新或更改了系统配置中的任何内容。

我试过了稳定的边缘版本的 snap,但是我对两者都遇到了同样的错误。

我尝试恢复到以前的 Hugo 版本,但仍然出现错误。我 85% 确定 0.41 版本以前可以正常工作。

$ snap list --all | grep hugo 
hugo     0.41       1851  stable    hugo-authors  disabled
hugo     0.43-DEV   1989  stable    hugo-authors  disabled
hugo     0.42       1987  stable    hugo-authors  -

$ snap revert hugo --revision=1851
hugo reverted to 0.41

$ hugo
cannot perform readlinkat() on the mount namespace file descriptor of the init process: Permission denied

有什么提示可以指出去哪里看吗?

答案1

嗯。今天打开电脑时,它工作正常。没有错误。也许是重启时换出的内核太旧了?

相关内容