I am having an issue with appliance-creator and fedora 12.  when I attempt to make any appliance it spits out a python error:<br><br># appliance-creator -n test --config /usr/share/spin-kickstarts/fedora-aos.ks -o /srv/test/<br>
Warning: The kernel was unable to re-read the partition table on /dev/loop1 (Invalid argument).  This means Linux won't know anything about the modifications you made until you reboot.  You should reboot your computer before doing anything with /dev/loop1.<br>
Traceback (most recent call last):<br>  File "/usr/bin/appliance-creator", line 164, in <module><br>    sys.exit(main())<br>  File "/usr/bin/appliance-creator", line 148, in main<br>    creator.mount("NONE", options.cachedir)<br>
  File "/usr/lib/python2.6/site-packages/imgcreate/creator.py", line 515, in mount<br>    self._mount_instroot(base_on)<br>  File "/usr/lib/python2.6/site-packages/appcreate/appliance.py", line 159, in _mount_instroot<br>
    self.__instloop.mount()<br>  File "/usr/lib/python2.6/site-packages/appcreate/partitionedfs.py", line 221, in mount<br>    self.__format_disks()<br>  File "/usr/lib/python2.6/site-packages/appcreate/partitionedfs.py", line 65, in __format_disks<br>
    raise MountError("Error writing partition table on %s" % d.device)<br>AttributeError: 'dict' object has no attribute 'device'<br><br><br>Any idea what is going on?  Is this a known bug?<br><br>
My version is:<br>appliance-tools-004.4-3.fc12.noarch<br>I am on f12 64 bit<br><br>-Thomas Hatch<br>