Forums

error in log schedule task

.

rm: cannot remove '/mnt/chroots/vinasia/classic/dev/shm': Device or resource busy
bash: /home/vinasia/2.sh: Permission denied

While In run in console, everything looks fine. What is the issue?

[edit by admin: formatting]

The first error is from our system -- it's harmless, so you can ignore it (though we're working on a way to get rid of it).

The second error is because you haven't given the file /home/vinasia/2.sh execute permission; you can do that from bash with this command:

chmod +x /home/vinasia/2.sh