On Thu, Oct 25, 2012 at 5:44 AM, Bret Wortman
<[email protected]> wrote:
> James,
>
> SELinux is disabled and not running:
>
> # systemctl status selinux.service
> selinux.service
>           Loaded: error (Reason: No such file or directory)
>           Active: inactive (dead)
>

I believe you, but "getenforce" is the correct command to check for
sure (selinux doesn't run as a service).

> Fri Oct 19 14:06:06 2012 - INFO | error was: [Errno 9] Bad file descriptor
> Fri Oct 19 14:06:06 2012 - INFO | No import managers found a valid signature
> at the location specified

This is the relevant error, "bad file descriptor". That probably means
you're hitting a ulimit maximum, so try and change your maximum number
of open files limit ("ulimit -n", which is only 1024 by default on
most distributions) and try again. If that still fails, run the
command with strace to see exactly where and what file descriptor it's
failing on.
_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to