forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Sja On Ubuntu
- This topic is empty.
-
AuthorPosts
-
-
March 24, 2010 at 6:38 am #11919Pink DigitalMember
Trying to run SJA on Ubuntu VPS gives me the following error.
-bash: ./sja: No such file or directory
SJA is installed as we have always done and the we have copied our xml files from our other server where it works fine.
-
March 24, 2010 at 8:01 am #30633peterlaursenParticipant
Please provide more details about this “Ubuntu VPS”. There are more providers offering this. Also ensure that you are running the command from where the SJA executable is (since you are specifying the path as “./” ). Finally try the full path to SJA in the command.
Not sure, but I expect that it could be a symlink issue of some kind with this VPS setup.
-
March 24, 2010 at 9:33 am #30634Pink DigitalMember'peterlaursen' wrote on '24:
Not sure, but I expect that it could be a symlink issue of some kind with this VPS setup.
we are running the sja command from within the root directory. tried /root/sja “jobfile.xml”, ./sja “jobfile.xml” etc on a jobfile which we have been successfully using for over 2 years on another vps
it is returning file not found, command not found etc
-
March 24, 2010 at 10:41 am #30635peterlaursenParticipant
If you know the file is there why don't you ask the support of this VPS? It is not SJA that returns an error. It is the OS/file system.
Will another executable run the same way or not? Maybe you could try from another place than /root folder (some security setting may influence).
-
March 24, 2010 at 12:39 pm #30636Pink DigitalMember'peterlaursen' wrote on '24:
If you know the file is there why don't you ask the support of this VPS? It is not SJA that returns an error. It is the OS/file system.
Will another executable run the same way or not? Maybe you could try from another place than /root folder (some security setting may influence).
Tried in a couple of different directories and other executables run OK.
-
March 24, 2010 at 1:05 pm #30637peterlaursenParticipant
did you tell that SJA also runs from outside the /root folder tree? I do not understand the full meaning of your latest post.
-
March 24, 2010 at 3:45 pm #30638Pink DigitalMember'peterlaursen' wrote on '24:
did you tell that SJA also runs from outside the /root folder tree? I do not understand the full meaning of your latest post.
i move sja to some different directories outside of /root and there result is the same… it does not execute even though other scripts, executeables etc do.
-
March 24, 2010 at 4:39 pm #30639peterlaursenParticipant
what happens if you rename SJA?
-
March 25, 2010 at 10:25 am #30640Pink DigitalMember'peterlaursen' wrote on '24:
what happens if you rename SJA?
same thing
-
March 26, 2010 at 10:21 am #30641Pink DigitalMember
THE SOLUTION!!!
First run this…
Code:uname -mIt must print out “x86_64”
If it does then you run this…
Code:sudo apt-get updateand then this…
Code:sudo apt-get install ia32-libsand then sja should work
-
March 26, 2010 at 10:43 am #30642peterlaursenParticipant
So this VPS does not have 32 bit support installed as default, I understand.
-
-
AuthorPosts
- You must be logged in to reply to this topic.