oslinux
Group: Members
Posts: 1
Joined: April 2005 |
|
Posted: April 24 2005,12:02 |
|
Are you running the script as root? The error means you are not the owner of the file and you don't have permission to execute, read, or write the file. Try changing the file permision of qemu and any related files that give this error. I believe the command is "sudo chmod 777 x" without the quotes. Where x is the location of qemu, and sudo runs the command as root.Yyou may need the password for root, depending on the distro you use.
|