State of domain shard: too many arguments

Added by Minthos about 8 years ago

[detached from 4662.shard]
minthos@ryzom32:~/ryzom/code/ryzom/server$ shard state
State of domain shard:
/home/minthos/ryzom/code/ryzom/tools/scripts/linux/ryzom_domain_screen_wrapper.sh: line 82: [: too many arguments

Anyone else getting this error? Anyone NOT getting this error? :)

Just got the shard up and running in a 32 bit vm running ubuntu 10.04 after debugging 64 bit issues for longer than I care to admit.


Replies (3)

RE: State of domain shard: too many arguments - Added by vl about 8 years ago

I'll have to try but to be honest, i never use "shard state" since i don't need it :) so I don't know if it works on not.

RE: State of domain shard: too many arguments - Added by nikska about 8 years ago

Hi

if i try to launch shard start and after shard state, i have the same problem.
But i have error when i'm launch shard start too :s
i'm use kubuntu 10.04

RE: State of domain shard: too many arguments - Added by molator about 8 years ago

First, try this :

Ubuntu users, the 'shard/screen' scripts included will not work properly with the default 'dash' shell included in order to fix this run "sudo dpkg-reconfigure dash" and select "no".

If it doesn't work, add this to your .bashrc :

export RYHOME="/home/ryzom/code"

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

export PATH=$PATH:$RYZOM_PATH/tools/scripts/linux

Reload the .bashrc :
. .bashrc
or reconnect to your user.

Change the path to match your own.

There's a path error in some wikis.

Edit : looks like it's not enough.

(1-3/3)