Questions tagged [cobbler]
10 questions
2
votes
1 answer
RHEL6 not registering correctly when using PXE boot via Cobbler
When I create a RHEL6 server using the DVD media, it works fine. However, we want to do PXE installs.
We import the RHEL6 DVD to cobbler by doing the following:
$ sudo mount -o loop,ro rhel6-dvd.iso /media
$ sudo cobbler import --path=/media/…
Belmin Fernandez
- 9,347
- 15
- 46
- 50
2
votes
1 answer
Rsync error using replicate command with cobbler
I am having an issue with creating a cobbler clone using the replicate command. I have a total of 4 distros in the original cobbler. All of them are being cloned correctly, except for one. This is the error I get when I am running…
LinuxLearner
- 439
- 6
- 15
1
vote
1 answer
Suse 12.1 autoyast, root password not set
I'm trying to configure autoyast to run via cobbler.
For some reason the root password is not getting set.
I've tried to use encrypted password and generating a profile from GUI autoyast and then copying the "users" section. Nothing seems to…
KianTern
- 59
- 2
1
vote
2 answers
Unable to kickstart machine with spacewalk / 404 squashfs.img
I am using spacewalk 2.6 on a CentOS7 machine.
I am trying to kickstart machine from the spacewalk server.
For troubleshooting purposes, i have
disabled SElinux
no iptabled/firewalld
I have tried creating an installable tree during the syncing of…
Arch
- 11
- 3
1
vote
1 answer
Can't virt-install during the kickstart of the hypervisor
We install physical machines using cobbler/kickstart.
On theses physical machines we need to be sure that one specific VM is installed and will be running on startup, so we tried to install the vm during a kickstart %post section without success so…
michael_bitard
- 113
- 4
0
votes
1 answer
How to configure DHCP server in Virtualbox CentOS7 VM for Cobbler PXE boot?
I am very new to Virtual Box and try to emulate cobber PXE boot network installation in virtual box
Trying to configure VM1 as PXE/DHCP server and make VM2 as client to get the IP from VM1 DHCP server on network boot for network installation.
But…
Mohan
- 143
- 2
- 10
0
votes
0 answers
Failed to start LSB: daemon for libvirt virtualization API
I am trying to install cobber(https://cobbler.github.io/) in centos VM.
when I tried to start cobbler , libvirtd fails to start message thrown.
[root@dev cobbler]# systemctl start cobblerd
Job for cobblerd.service failed because the control process…
Mohan
- 143
- 2
- 10
0
votes
1 answer
Preseeding a Debian Jessie doesn't yield a default gateway
I used this in the .seed file:
d-i netcfg/choose_interface select eth0
d-i netcfg/get_hostname string fj4.testnet
d-i netcfg/disable_autoconfig boolean true
d-i netcfg/dhcp_failed note
d-i netcfg/dhcp_options select Configure network manually
d-i…
elpollodiablo
- 11
- 1
0
votes
1 answer
CentOS7 repository- is there such a thing?
I have found a CentOS7 EPEL repository here:
http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/epel/7/x86_64/
but I was wondering if there is such a thing as just a Centos7 repository (i.e. not the EPEL one)?
The reason I ask is…
nmh
- 169
- 1
- 6
0
votes
1 answer
Cobbler+Kickstart $basearch problems
I'm using CentOS 6.5 with Cobbler 2.4 (from EPEL). I'm trying to use a heredoc comment to create a repo file (which works) without the $basearch being interpreted. What happens is the file is created except $basearch is replaced with nothing (e.g.…
user26053