1

Cobbler 2.8.0 OS: centos 6.6

when trying to run reposync, it fails on ubuntu repos, with the following command:

/usr/bin/debmirror --nocleanup --verbose ~ --ignore-release-gpg ~ --method=http --host=archive.ubuntu.com --root=/ubuntu --dist=trusty,trusty-updates,trusty-security --section=main,universe /var/www/cobbler/repo_mirror/ubuntu-14.04.4-x86_64 --nosource -a amd64

there are 2 "~" in there, that don't correspond to anything in the repo settings: enter image description hereenter image description here

if I manually run this via

/usr/bin/debmirror --nocleanup --verbose --ignore-release-gpg --method=http --host=archive.ubuntu.com --root=/ubuntu --dist=trusty,trusty-updates,trusty-security --section=main,universe /var/www/cobbler/repo_mirror/ubuntu-14.04.4-x86_64 --nosource -a amd64

it works... any idea where the tilde's are coming from?

Evan R.
  • 161
  • 7

0 Answers0