clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: Jan. 20 2005,16:22 |
|
libretto,
You need to be careful with the monkey web server because:
System->Daemons->Monkey Web Server->monkey stop
Did not shut down monkey in version 0.9.2 of dsl. So be careful if you think it's shut off but it's still on. This isn't because of anything I did, I believe it's a flaw in the base dsl since it happens from a clean boot too. You can see this by running
System->Daemons->Monkey Web Server->monkey start System->Daemons->Monkey Web Server->monkey stop ps -ax | grep monkey
Maybe they'll update DSL to the 0.9.0 monkey when they fix that.
I got the source from monkey to compile with the gcc1.dsl file. That was easy: untar it, cd to the directory created, type ./configure and the type make . There were all kind of permissions that were different between /opt/monky-0.8.0 and the monkey-0.9.0 directories, I tried to catch them all but I think I may have missed some because although the executable ran, I had no web service.
the link is created with the command
ln -s /opt/monkey-0.9.0 monkey
EDIT: made the error clearer in dsl 0.9.2
|