I try to run cube-linux but it give error

Asked by tranh2

I'm running Ubuntu 14.04. I'm following the tutorial pdf. I have the folder extracted in the Ubuntu home folder. I am in the first steps and ran chmod -R +x cube. It executes with no issues. I try to run cube-linux but it just says 'pwd' /data/logs/cube.log: No such file or directory. I checked the folder...the file doesn't exist.

What do I do?

Question information

Language:
English Edit question
Status:
Answered
For:
CamicriCube Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Camicri Systems (camicrisystems) said :
#1

Hello, thank you for sending your problem.
The 'cube-linux' file is a Linux shell script file. It seems that the encoding of the file is corrupted or treated as 'plain text' rather than 'shell script'.
Could you remove the cube in your home directory and extract the zip again?

If that did not work, open the cube-linux file using any text editor (gedit), and look for all occurrence of the word 'pwd'. If it is enclosed in quotations ( ' ), please change it to `pwd` (backquote ` ). There should be no space between `pwd` and the next characters after it. The backquote character is below the escape button and included in the ~ (tilde) button. Run it again: ./cube-linux

Can you help with this problem?

Provide an answer of your own, or ask tranh2 for more information if necessary.

To post a message you must log in.