Dear Invenio team,
I installed invenio-1.0.0-rc. Now I want to run invenio. My questions: 1. what deamons should I start in order to run invenio ? 2. bibsched deamon does nto work in my invenio server. In my invenio server, service mysqld status mysqld (pid 2946) is running... service httpd status httpd (pid 2283) is running... Following the instraction http://test17.ihep.ac.cn/help/admin/howto-run I started the daemons. sudo -u apache /opt/invenio/bin/bibsched start sudo -u apache PYTHON_EGG_CACHE=/tmp/.python-eggs /opt/invenio/bin/bibreformat -oHB -s5m sudo -u apache PYTHON_EGG_CACHE=/tmp/.python-eggs /opt/invenio/bin/webcoll -v0 -s5m sudo -u apache PYTHON_EGG_CACHE=/tmp/.python-eggs /opt/invenio/bin/bibrank -f50000 -s5m But, those daemons died in few minutes. Here is the log tail -f bibsched.log 2011-08-25 13:41:00 --> daemon started (pid 3308) 2011-08-25 13:41:00 --> Task #6 (bibindex) started tail -f bibsched.err Traceback (most recent call last): File "/opt/invenio/bin/bibsched", line 33, in ? main() File "/usr/lib/python2.4/site-packages/invenio/bibsched.py", line 1421, in main {'start': start, File "/usr/lib/python2.4/site-packages/invenio/bibsched.py", line 1227, in start sched.watch_loop() File "/usr/lib/python2.4/site-packages/invenio/bibsched.py", line 1075, in watch_loop elif self.handle_row(*row): File "/usr/lib/python2.4/site-packages/invenio/bibsched.py", line 1005, in handle_row raise StandardError, "Process %s (task_id: %s) was launched but seems not to be able to reach RUNNING status." % (proc, task_id) StandardError: Process bibindex (task_id: 6) was launched but seems not to be able to reach RUNNING status. tail -f invenio.err count = '0' tasks_to_sleep = '[]' lower = '[]' task_id = '6L' tasks_to_stop = '[]' self = '<invenio.bibsched.BibSched instance at 0xa0ea3cc>' status = "'WAITING'" exit_str = '\'&& echo "`date "+%Y-%m-%d %H:%M:%S"` --> Task #6 (bibindex) exited" >> /opt/invenio/var/log/bibsched.log\'' procname = "'bibindex'" program = "'/opt/invenio/bin/bibindex'" COMMAND = '\'(/opt/invenio/bin/bibindex 6 > /dev/null 2> /dev/null && echo "`date "+%Y-%m-%d %H:%M:%S"` --> Task #6 (bibindex) exited" >> /opt/invenio/var/log/bibsched.log) &\'' priority = '0' runtime = 'datetime.datetime(2011, 8, 25, 13, 16, 25)' proc = "'bibindex'" higher = '[]' What cause the problem? and hot to make these daemon work ? 3. I would join invenio chat room, could you please let me know the link ? Thank you very much!! Vest regards, Lanxin

