[CentOS] yum update fails, cobbler check fails

Lukasz seem at gazeta.pl
Thu Aug 16 15:46:25 UTC 2007


User Karl R. Balsmeier wrote:
> [root at localhost ~]# cobbler check
> Traceback (most recent call last):
> File "/usr/bin/cobbler", line 18, in ?
>   import cobbler.cobbler as app
> ImportError: No module named cobbler.cobbler

it looks like Python error; simply module cobbler.cobbler 
isn't installed; try to import this module in python 
interpreter, then try import cobbler

$ python
[blablabla]
 >>> import cobbler.cobbler as test
 >>> import cobbler as test2

I don't see any cobbler.cobbler directory in cobbler sources, 
anyway this might give as some info

but first: what says "service cobblerd status"?


--
Opole - Miasto Bez Granic.
http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci, nowe inspiracje...





More information about the CentOS mailing list