Advertisement
Guest User

reposync error

a guest
Aug 6th, 2014
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. Wed Aug 6 12:36:28 2014 - INFO | running: /usr/bin/debmirror --nocleanup --verbose --ignore-release-gpg --method=http --host=archive.ubuntu.com --root=/ubuntu/dists --dist=precise,precise-security --section=main,universe /var/www/cobbler/repo_mirror/precise-x86_64 --nosource -a amd64
  2. Wed Aug 6 12:38:28 2014 - INFO | received on stdout: Mirroring to /var/www/cobbler/repo_mirror/precise-x86_64 from http://archive.ubuntu.com/ubuntu/dists/
  3. Arches: amd64
  4. Dists: precise,precise-security
  5. Sections: main,main/debian-installer,contrib,non-free,main,universe
  6. Pdiff mode: use
  7. Will NOT clean up.
  8. Attempting to get lock ...
  9.  
  10. Wed Aug 6 12:38:28 2014 - DEBUG | received on stderr: Archive-Update-in-Progress-localhost exists or you lack proper permissions; aborting at /usr/bin/debmirror line 858.
  11.  
  12. Wed Aug 6 12:38:28 2014 - INFO | Exception occured: <class 'cobbler.cexceptions.CX'>
  13. Wed Aug 6 12:38:28 2014 - INFO | Exception value: 'cobbler reposync failed'
  14. Wed Aug 6 12:38:28 2014 - INFO | Exception Info:
  15. File "/usr/lib/python2.7/site-packages/cobbler/utils.py", line 126, in die
  16. raise CX(msg)
  17.  
  18. Wed Aug 6 12:38:28 2014 - INFO | Exception occured: <class 'cobbler.cexceptions.CX'>
  19. Wed Aug 6 12:38:28 2014 - INFO | Exception value: 'cobbler reposync failed'
  20. Wed Aug 6 12:38:28 2014 - INFO | Exception Info:
  21. File "/usr/lib/python2.7/site-packages/cobbler/action_reposync.py", line 125, in run
  22. self.sync(repo)
  23. File "/usr/lib/python2.7/site-packages/cobbler/action_reposync.py", line 171, in sync
  24. return self.apt_sync(repo)
  25. File "/usr/lib/python2.7/site-packages/cobbler/action_reposync.py", line 538, in apt_sync
  26. utils.die(self.logger,"cobbler reposync failed")
  27. File "/usr/lib/python2.7/site-packages/cobbler/utils.py", line 134, in die
  28. raise CX(msg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement