2008-05-25 10:38:22 ERROR Missing python module "world.statistics.Statistics"
2008-05-25 10:38:22 SCRIPT_ERROR ImportError: No module named world.statistics.Statistics
2008-05-25 10:38:22 ERROR Rule database table contains no rules.
2008-05-25 10:38:22 NOTICE Attempting to load temporary ruleset from files.
2008-05-25 10:38:22 INFO Restoring world from database...
2008-05-25 10:38:22 INFO Restored world.
2008-05-25 10:38:23 INFO Running
"erik" said:Al knows better how to answer your first question, but you need to run cyloadrules first to load the rules into the database.
It should be enough just to have cyphesis running if you want to try it with Ember.
"alriddoch" said:It looks as though it's not finding the files it expects in the right locations. Can you confirm you've done a full "make install", and that the code hasn't been reconfigured to have a different prefix without doing a full rebuild?
Cyphesis is not yet ready to run.
Unless you have configured the server to run without a database, Cyphesis
requires access to a PostgreSQL database to store rules and account data.
Please run 'sudo ./scripts/cyphesis-setup.sh' to create the
PostgreSQL account and database required, or run it as root.
2008-05-27 09:14:27 NOTICE DATABASE: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "rules_pkey" for table "rules"
2008-05-27 09:14:27 NOTICE DATABASE: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "accounts_pkey" for table "accounts"
2008-05-27 09:14:27 NOTICE DATABASE: NOTICE: CREATE TABLE / UNIQUE will create implicit index "accounts_entity_ent_target_key" for table "accounts_entity_ent"
2008-05-27 09:14:27 NOTICE DATABASE: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "entity_ent_pkey" for table "entity_ent"
2008-05-27 09:14:27 ERROR Rule database table contains no rules.
2008-05-27 09:14:27 NOTICE Attempting to load temporary ruleset from files.
2008-05-27 09:14:28 INFO Restoring world from database...
2008-05-27 09:14:28 INFO Restored world.
2008-05-27 09:14:28 WARNING avahi watch_free handler called
2008-05-27 09:14:28 ERROR Avahi client creation failed
2008-05-27 09:14:28 ERROR Unable to register service with MDNS daemon.
2008-05-27 09:14:28 INFO Running
"alriddoch" said:The error about rules is not that important, as if the Database is empty, the rules are loaded from files. You can get rid of this error by running cyloadrules which will load the rules files into the Database. The important thing is that you no longer have the python import error, so cyphesis seems to be running correctly.
How were you installing the autopackage? Were you installing it in your regular user home directory, or using the root password to install it system wide?
"erik" said:You also have to run cyclient once the server is up and running in order to populate the world.
"erik" said:Yeah, Ember currently uses up quite a lot more memory than required. I'm currently working on bringing the memory footprint down though.
Al knows more about the current state of the persisting code.
It looks like you're new here. If you want to get involved, click one of these buttons!