Hi Oleg,

Here is what repeats in my luci.log:
Traceback (most recent call last):
  File "/usr/bin/paster", line 9, in <module>
    load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')()
  File "/usr/lib/python2.6/site-packages/paste/script/command.py", line 84, in run
    invoke(command, command_name, options, args[1:])
  File "/usr/lib/python2.6/site-packages/paste/script/command.py", line 123, in invoke
    exit_code = runner.run(args)
  File "/usr/lib/python2.6/site-packages/paste/script/command.py", line 218, in run
    result = self.command()
  File "/usr/lib/python2.6/site-packages/paste/script/serve.py", line 274, in command
    relative_to=base, global_conf=vars)
  File "/usr/lib/python2.6/site-packages/paste/script/serve.py", line 308, in loadserver
    relative_to=relative_to, **kw)
  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 210, in loadserver
    return loadobj(SERVER, uri, name=name, **kw)
  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 224, in loadobj
    global_conf=global_conf)
  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 248, in loadcontext
    global_conf=global_conf)
  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 278, in _loadconfig
    return loader.get_context(object_type, name, global_conf)
  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 363, in get_context
    object_type, name=name)
  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 528, in find_config_section
    self.filename))
LookupError: No section 'init' (prefixed by 'server') found in config /var/lib/luci/etc/luci.ini
Removing PID file /var/run/luci/luci.pid
When I installed luci, I had to do a "touch /var/lib/luci/etc/luci.ini" because I couldn't get past this start failure message:
-bash-4.1$ sudo service luci start
Unable to create the luci base configuration file (`/var/lib/luci/etc/luci.ini').
Start luci...                                              [FAILED]
Did I miss a step after installing luci that I should have done before trying to start it?

Evan Sather
Linux System Administrator
High Energy Physics
Argonne National Laboratory
(630) 252-7116
[log in to unmask]

On 12/12/2012 09:52 AM, Oleg Sadov wrote:
[log in to unmask]" type="cite">
Look at /var/log/luci/luci.log

12/12/2012 08:42 -0600, Evan Sather wrote:
Hi Everyone,

I was wondering if anyone is running a High Availability cluster using
luci & ricci?  I'm having a great deal of difficulty starting luci on
a 6.3 server.

So far, I have followed the advice from previous forum topics and Red
Hat bug reports: 
      * https://bugzilla.redhat.com/show_bug.cgi?id=630755
      * https://access.redhat.com/knowledge/solutions/66259
      * http://scientificlinuxforum.org/index.php?showtopic=939
      * http://osdir.com/ml/linux-cluster/2010-07/msg00066.html

Most notably, I made sure that all the python package dependencies are
all from the main SL and SL-Security repositories so that any EPEL
packages don't install.  Also, I had to create
the /var/lib/luci/data/luci.db and /var/lib/luci/etc/luci.ini files,
using the touch command, in order to successfully start luci.


After all that, when I try to start luci, I'm told it has started
successfully:

        # service luci start
        Start luci...                                              [
        OK  ]
        Point your web browser to https://server:8084 (or equivalent)
        to access luci
        
        
Still, no PID file exists where it's supposed to under /var/run/luci/:
        # service luci status
        No PID file /var/run/luci/luci.pid
        
        
        

Suggestions?


-- 
Evan Sather
High Energy Physics
Argonne National Laboratory
[log in to unmask]