On Thu, Apr 5, 2012 at 12:01 AM, Jack Peterson <[email protected]> wrote: > OK,, > > this is a bit interesting... when running > /usr/bin/reposync -l -m -d > --config=/var/www/cobbler/repo_mirror/epel6-x86_64/.origin/epel6-x86_64.repo > --repoid=epel6-x86_64 --download_path=/var/www/cobbler/repo_mirror -a x86_64 > > as root the epel library starts to download. Is this an SELinux issue, and > if so... what would I need to do to fix this (without disabling SELinux > altogether)? > > apologies in advance for the noob question :-)
Check your alert log (sealert or audit2allow) and correct the issue. Running "cobbler check" also prints out a couple of commands to run if it detects SELinux is enabled, so you may need to run those if you haven't already. Beyond that, sudo added support for transitioning role/type during a command, so you can setup "sudo cobbler" to run under the correct settings. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
