docker-cobbler icon indicating copy to clipboard operation
docker-cobbler copied to clipboard

Cobbler in a Docker container

Results 8 docker-cobbler issues
Sort by recently updated
recently updated
newest added

Removing --net, ports are already exposed. Also using the docker hosted environment on the MAC does not work.

when doing docker exec cobbler bash and starting cobbler sync I get this: ``` [root@pxe /]# getsebool getsebool: SELinux is disabled [root@pxe /]# netstat -tunapl | grep LISTEN tcp 0...

It turned out that xinetd is not in centos:7.2.1511 by default. Anyway it's better to make sure it's installed and enabled.

Failed: httpd.x86_64 0:2.4.6-45.el7.centos.4 Complete! The command '/bin/sh -c yum -y install cobbler cobbler-web dhcp bind syslinux pykickstart' returned a non-zero code: 1

xinetd isn't running and as soon as you install it, it messes up systemd. The tested solution is to use systemd to run tftp instead.

Every time I do _cobbler sync_, it always hangs. Tracing the issue, I found out that during _cobbler sync_, cobbler will try to restart dhcpd. However, no systemd services can...

The tftp service was not started automatically as the xinetd service was missing from Vagrantfile's provisioning. The dns is now disabled as the named service is not configured to be...

in cobbler/Makefile we use both --net host and -p. we should probably get rid of the -p lines.