If this has been covered already, please accept my apologies in advance.  Upgraded to Fedora 14 and cobbler stopped working..  I know there was early mention of cobbler problems under F14...   Errors from the cobbler sync command are as follows:
--------------------------------------------------------------------------
# cobbler sync
task started: 2011-02-28_174422_sync
task started (id=Sync, time=Mon Feb 28 17:44:22 2011)
running pre-sync triggers
cleaning trees
removing: /var/www/cobbler/pub
removing: /var/lib/tftpboot/pxelinux.cfg/default
Exception occured: <type 'exceptions.OSError'>
Exception value: [Errno 13] Permission denied: '/var/lib/tftpboot/pxelinux.cfg/default'
Exception Info:
  File "/usr/lib/python2.7/site-packages/cobbler/utils.py", line 1181, in rmfile
    os.unlink(path)

Exception occured: <class 'cobbler.cexceptions.CX'>
Exception value: 'Error deleting /var/lib/tftpboot/pxelinux.cfg/default'
Exception Info:
  File "/usr/lib/python2.7/site-packages/cobbler/remote.py", line 95, in run
    rc = self._run(self)
   File "/usr/lib/python2.7/site-packages/cobbler/remote.py", line 184, in runner
    return self.remote.api.sync(self.options.get("verbose",False),logger=self.logger)
   File "/usr/lib/python2.7/site-packages/cobbler/api.py", line 611, in sync
    return sync.run()
   File "/usr/lib/python2.7/site-packages/cobbler/action_sync.py", line 110, in run
    self.clean_trees()
   File "/usr/lib/python2.7/site-packages/cobbler/action_sync.py", line 198, in clean_trees
    utils.rmtree_contents(self.pxelinux_dir,logger=self.logger)
   File "/usr/lib/python2.7/site-packages/cobbler/utils.py", line 1193, in rmtree_contents
    rmtree(x,logger=logger)
   File "/usr/lib/python2.7/site-packages/cobbler/utils.py", line 1198, in rmtree
    return rmfile(path,logger=logger)
   File "/usr/lib/python2.7/site-packages/cobbler/utils.py", line 1187, in rmfile
    raise CX(_("Error deleting %s") % path)

!!! TASK FAILED !!!
--------------------------------------------------------------------------

Any resolution or insight would be appreciated...

Thanks,

Mike..
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to