On 12/15/2009 10:32 AM, Tom Brown wrote:
Hi

cobbler does not want to start on my 0.7 install and its causing me to
be spammed with tracebacks.
This is the result of trying to start cobbler in isolation

Starting cobbler daemon: No module named simplejson

No module named simplejson
   File "/usr/bin/cobblerd", line 87, in main
     api = cobbler_api.BootAPI(log_settings=log_settings, is_cobblerd=True)

   File "/usr/lib/python2.4/site-packages/cobbler/api.py", line 107, in
__init__
     module_loader.load_modules()

   File "/usr/lib/python2.4/site-packages/cobbler/module_loader.py",
line 64, in load_modules
     blip =  __import__("modules.%s" % ( modname), globals(), locals(),
[modname])

   File
"/usr/lib/python2.4/site-packages/cobbler/modules/serializer_catalog.py", line
29, in ?
     import simplejson

                                                            [  OK  ]

Is this something thats known about and is there a fix?

thanks


Hello,

Do you have python-simplejson installed? It should be required by the cobbler rpm:

$ rpm -qR cobbler | grep simplejson
python-simplejson
$ rpm -q python-simplejson
python-simplejson-2.0.9-1.el5
$ rpm -q cobbler
cobbler-2.0.1-1.el5

Maybe check `rpm -V python-simplejson' (if you do, indeed, have it installed)?

Josh

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to