Running pclinuxos minime 2008, usb install.
I am having problems resuming my system, after suspending it to ram. The system suspends successfully, its only resume part that is giving me trouble.
After resuming from suspend, several commands refuse to work.
If the system is suspended with the command
Code:
then all commands fail(cd,shutdown,maketty, everything) , giving the error > "Segmentation Fault"
If I suspend using
Code:
echo -n mem > /sys/power/state
Then only some commands fail(synaptic,pcc), while others continue to work(cd, ls) . Errors are >
"cannot execute binary file"
"error while loading shared libraries: /usr/lib/different-lib-files: invalid ELF header"
What could possibly be the problem?
I run in root, so probably its not a permissions problem. Also after a soft-reset everything is back to normal