Attempting to get avml to run on an amazon linux 2 instance (uname -r == 4.14.225-168.357.amzn2.x86_64), however continue to get an "Unable to read physical memory" error.
Steps taken:
- Logged onto instance as ec2-user and elevated to root
- Pulled down the latest release-v0.2.1 of AVML via wget (md5:4d360eba0cdba02adf0900f64ae3dc1c), ran "chmod +x avml"
- Ran (as root) "./avml memory.mem", got above mentioned error
- Also tried "./avml --compress memory.mem", got same error
I have also attempted building avml with rust/cargo, tested on a ubuntu vm (it worked), transferred over to the AL2 instance, got same error. Please assist! Thank you.
Attempting to get avml to run on an amazon linux 2 instance (uname -r == 4.14.225-168.357.amzn2.x86_64), however continue to get an "Unable to read physical memory" error.
Steps taken:
I have also attempted building avml with rust/cargo, tested on a ubuntu vm (it worked), transferred over to the AL2 instance, got same error. Please assist! Thank you.