Description of problem: Try to import and die with exception Version-Release number of selected component (if applicable): cobbler.noarch 2.4.4-1.fc20 How reproducible: Always Steps to Reproduce: 1. install cobbler and tweak settings IP addresses 2. cobbler import ... 3. BOOM Actual results: See below Expected results: Additional info: cobbler import --name=F20 --path=localhost:/media/RD-DOWNLOADS/LocalMirrors/MirrorRoot/fedora/releases/20/Fedora/x86_64/os --available-as=http://192.168.20.66/mirrors/fedora/releases/20/Fedora/x86_64/os --arch=x86_64 task started: 2014-06-22_161913_import task started (id=Media import, time=Sun Jun 22 16:19:13 2014) Exception occured: <class 'cobbler.cexceptions.CX'> Exception value: 'Command failed' Exception Info: File "/usr/lib/python2.7/site-packages/cobbler/remote.py", line 87, in run rc = self._run(self) File "/usr/lib/python2.7/site-packages/cobbler/remote.py", line 231, in runner self.logger File "/usr/lib/python2.7/site-packages/cobbler/api.py", line 880, in import_tree utils.run_this(rsync_cmd, (spacer, mirror_url, path), self.logger) File "/usr/lib/python2.7/site-packages/cobbler/utils.py", line 920, in run_this die(logger,"Command failed") File "/usr/lib/python2.7/site-packages/cobbler/utils.py", line 137, in die raise CX(msg) !!! TASK FAILED !!!
Please attach /var/log/cobbler/cobbler.log
Created attachment 911616 [details] /var/log/cobbler/cobber.log As requested
Looks like this is your issue: Sun Jun 22 15:52:57 2014 - INFO | running: rsync -a -e "ssh" 'localhost:/media/RD-DOWNLOADS/LocalMirrors/MirrorRoot/centos/6.5/os/x86_64/' /var/www/cobbler/ks_mirror/C65-x86_64 --progress --include-from=/etc/cobbler/import_rsync_whitelist Sun Jun 22 15:52:57 2014 - INFO | received on stdout: Sun Jun 22 15:52:57 2014 - DEBUG | received on stderr: Host key verification failed. rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: unexplained error (code 255) at io.c(226) [Receiver=3.1.0] Looks like some ssh host key issues on your machine.