我正试图在amazon linux上安装aws greengrass core,以了解aws(http://docs.aws.amazon.com/greengrass/latest/developerguide/start-core.html)的文档(遵循所有先决条件)。
我在启动greengrass核心守护进程时遇到以下错误
./greengrassd start
Setting up greengrass daemon
Validating execution environment
Found cgroup subsystem: cpuset
Found cgroup subsystem: cpu
Found cgroup subsystem: cpuacct
Found cgroup subsystem: blkio
Found cgroup subsystem: memory
Found cgroup subsystem: devices
Found cgroup subsystem: freezer
Found cgroup subsystem: net_cls
Found cgroup subsystem: perf_event
Found cgroup subsystem: net_prio
Found cgroup subsystem: hugetlb
Found cgroup subsystem: pids
Starting greengrass daemon
Greengrass daemon 23933 failed to start
Failed to create overlay fs for container rootfs no such file or directory
我找不到解决这个问题的方法,我陷入了这个过程的中间。如果你们谁能帮我解决的话,那就更好了。
最佳答案
您是否尝试过使用./greengrassd start
执行sudo
命令?
当我省略sudo
时,我可能会出现一个错误,指出需要使用sudo
来运行这个命令。sudo ./greengrassd start
关于linux - AWS Greengrass守护程序无法在Amazon Linux中启动,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/47049012/