|
|
Thu, 13/Nov/2008 11:43 PM |
Elliot
4 Posts
|
Hi
When I try to install Smedge (both engine and master), I get the following output at the end of the install:
Installing Master daemon...
Starting SmedgeMaster /sbin/start-stop-daemon: Unable to start /usr/smedge3/Active/SmedgeMaster.bin: No such file or directory (No such file or directory)
* [failed]
Installing Engine daemon...
Starting SmedgeEngine /sbin/start-stop-daemon: Unable to start /usr/smedge3/Active/SmedgeEngine.bin: No such file or directory (No such file or directory)
* [failed]
Creating Machine folder...
... All Done!
I have also tried starting the daemons manually, but get the same problem. SmedgeEngine.bin and SmedgeMaster.bin are definitely both in that folder. I am running Ubuntu Server 8.04. Any help is appreciated.
|
| |
|
|
|
Sat, 15/Nov/2008 3:49 AM |
Robin
139 Posts
|
Does Ubuntu's daemon manager have a problem with symlinks?
If not, I will try to get that OS going. Are you running 32 or 64 bit?
-robin
|
| |
|
|
|
Sat, 15/Nov/2008 9:10 AM |
Elliot
4 Posts
|
I don't know the answer to the first question, but I am running 64 bit.
|
| |
|
|
|
Sat, 15/Nov/2008 6:36 PM |
Robin
139 Posts
|
I am downloading that build now and will see what I can find out.
-robin
|
| |
|
|
|
Sat, 22/Nov/2008 10:52 PM |
Elliot
4 Posts
|
Hey Robin
Have you had a chance to check this out yet?
|
| |
|
|
|
Sat, 22/Nov/2008 11:37 PM |
Robin
139 Posts
|
I am looking at it now. It's very strange, especially since someone else just reported that installation on Ubuntu 8.04 worked (well with a different, but much easier to solve problem).
I can't get the executables to start at all yet. I think that part of the 32 bit subsystem is not even being installed by default. I am currently trying to download some missing libraries and see if that helps. If it helps, I'll post the command to install the libs.
-robin
|
| |
|
|
|
Sun, 23/Nov/2008 12:01 AM |
Robin
139 Posts
|
Yes, it's missing parts of the 32 bit subsystem. Smedge itself is only compiled 32 bit at this time. (64 bit is coming, but it's not very important for Smedge itself to be either size, because Smedge does not actually do the processing, and does not need the memory.)
In any case, you can install the entire 32 bit system with a single command. It will download the libs and install them, and everything should work just fine:
sudo apt-get install ia32*
-robin
|
| |
|
|
|
Sun, 23/Nov/2008 6:07 PM |
Elliot
4 Posts
|
Excellent, that worked just fine (I did end up with the same problem as the 8.10 poster, but that was an easy fix). Now I just need to get the Windows nodes working.
Thank you!
|
| |
|