I've been on vacation and sick and don't remember what the last thing<br>I did when I was last working on this project, so I may have forgotten<br>something important.<br><br>Anyway things were working with a version of cobbler I built from
<br>the git repository.  (I was an early adopter of the SNIPPET feature).<br><br>I installed 0.6.0 and now cobbler sync dies with:<br><br clear="all">Traceback (most recent call last):<br>  File "/usr/lib/python2.4/site-packages/cobbler/cobbler.py", line 743, in main
<br>    BootCLI(sys.argv).run()<br>  File "/usr/lib/python2.4/site-packages/cobbler/cobbler.py", line 118, in run<br>    self.relay_args(self.args[1:], self.commands['toplevel'])<br>  File "/usr/lib/python2.4/site-packages/cobbler/cobbler.py", line 553, in relay_args
<br>    commands[args[0]](args[1:])<br>  File "/usr/lib/python2.4/site-packages/cobbler/cobbler.py", line 575, in sync<br>    self.api.sync()<br>  File "/usr/lib/python2.4/site-packages/cobbler/api.py", line 155, in sync
<br>    sync = action_sync.BootSync(self._config)<br>  File "/usr/lib/python2.4/site-packages/cobbler/action_sync.py", line 55, in __init__<br>    self.load_snippet_cache()<br>  File "/usr/lib/python2.4/site-packages/cobbler/action_sync.py", line 466, in load_snippet_cache
<br>    snip_file = open(snip)<br>IOError: [Errno 21] Is a directory<br><br><br>Hope I figure out how to get past this one before I get an answer on Monday.<br><br>-- <br>Drew Einhorn