Ubuntu : Launching shard question

Added by Priato over 8 years ago

Hello,

I have compiled server on Ubuntu 10.04 and fellow the "Configuring and running Ryzom Core server on Linux" tutorial, but in "Running the shard" chapter, I don't understand what the "You'll need screen app for this script." sentence means. Somebody can explains me this sentence?

When I launch ./shard start, I have a "[screen is terminating]" message


Replies (7)

RE: Ubuntu : Launching shard question - Added by Vivian over 8 years ago

sorry, ignore it. this will not help

just install screen with
sudo apt-get install screen

and start the shard with
screen ./shard

RE: Ubuntu : Launching shard question - Added by Priato over 8 years ago

Thanks for your fast answer, but screen is allready installed and the "screen ./shard" works but the "start" command crash with no log to know where is the problem. Hand is set back to terminal with no message. I will investigate to know where come from the "[screen is terminating]" message (I think I have the same pb than before, with "./shard start" command)

Thanks.

RE: Ubuntu : Launching shard question - Added by Vivian over 8 years ago

do "sudo dpkg-reconfigure dash" and answer no.

This has help me

RE: Ubuntu : Launching shard question - Added by vl over 8 years ago

do not launch "screen ./shard".

There's a script "shard" that is located in tools/script/linux (edit it, you ll see it's easy) that launch the shard with "screen" commands.

You can have more info about screen here

So you should just have to run:

shard start

to launch the shard.

RE: Ubuntu : Launching shard question - Added by Priato over 8 years ago

I have found the problem. I have put in $PATH wrong path to my scripts...
Thanks a lot for your help, now I know what is GNU Screen :)

Server launched !
It seems than lot of *.rrd doesn't exists. Is it a problem ? (I have "SERVICE : Service ready" message before)

RE: Ubuntu : Launching shard question - Added by RavonTUS about 8 years ago

Greetings,

Just to make sure, is your $PATH like this?? or am I pointing to the wrong place??

export RYZOM_PATH="/home/user/ryzom/code/ryzom" 

Thanks,
-RavonTUS

RE: Ubuntu : Launching shard question - Added by Minthos about 8 years ago

Ravon: Is your linux username "user"?

If not, you should change that part of the path to your username.

If ryzom is in a different place, the path should point to that place..

To get the full path of the directory you are currently in, run "pwd".

(1-7/7)