DumpMemoryStatus Lambda error - Lime.ko Not found
roskyfrosky opened this issue · 2 comments
roskyfrosky commented
I always get the following error when DumpMemoryStatus Lambda runs:
'fatal error: An error occurred (404) when calling the HeadObject operation: Key "Amazon_Linux_2/5.10.109-104.500.amzn2.x86_64/lime-5.10.109-104.500.amzn2.x86_64.ko" does not exist insmod: ERROR: could not load module /tmp/lime.ko: No such file or directory failed to run commands: exit status 1
The error is on the template 3 , line 2590:
aws s3 cp s3://{}-memory-modules/$osname/uname -r
/lime-uname -r
.ko /tmp/lime.ko'.format(os.environ.get("AccountId")),
UrfTheManatee commented
Have you generated the modules correctly?
UrfTheManatee commented
Closed due to no activity.