You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a fresh build of Yocto scarthgap, using the poky reference distro, Greengrass wouldn't run. It didn't create the logs folder, which made troubleshooting slightly challenging.
Manually chmoding the /greengrass directly to 755 solved the problem. In further troubleshooting, I resolved the issue by changing line 82 in greengrass-bin_2.14.0.bb from:
On a fresh build of Yocto scarthgap, using the poky reference distro, Greengrass wouldn't run. It didn't create the logs folder, which made troubleshooting slightly challenging.
Manually chmoding the /greengrass directly to 755 solved the problem. In further troubleshooting, I resolved the issue by changing line 82 in greengrass-bin_2.14.0.bb from:
install -m 0640 ${S}/bin/loader ${GG_ROOT}/packages/artifacts-unarchived/aws.greengrass.Nucleus/${PV}/aws.greengrass.nucleus/bin/loader
to:
install -m 0750 ${S}/bin/loader ${GG_ROOT}/packages/artifacts-unarchived/aws.greengrass.Nucleus/${PV}/aws.greengrass.nucleus/bin/loader
The text was updated successfully, but these errors were encountered: