Cobbler errors while importing mini.isos
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| cobbler (Ubuntu) |
High
|
Andres Rodriguez | ||
| orchestra (Ubuntu) |
Undecided
|
Andres Rodriguez |
Bug Description
I get this over and over for each iso it tries to import when doing a clean install on an up to date oneiric as of Aug 17, the install never finishes:
mount: warning: /tmp/cobbler-
task started: 2011-08-
task started (id=Media import, time=Wed Aug 17 15:06:24 2011)
Found a debian/ubuntu compatible signature: .disk/mini-info
running: rsync -a '/tmp/cobbler-
received on stdout:
received on stderr:
adding distros
creating new distro: oneiric-x86_64
Exception occured: <class 'cobbler.
Exception value: 'Failed to load module for dhcp/module'
Exception Info:
File "/usr/lib/
rc = self._run(self)
File "/usr/lib/
self.logger
File "/usr/lib/
return manager.
File "/usr/lib/
os.
File "/usr/lib/
func(arg, top, names)
File "/usr/lib/
adtls.
File "/usr/lib/
self.
File "/usr/lib/
self.lite_sync = action_
File "/usr/lib/
self.sync = config.
File "/usr/lib/
"manage_isc"
File "/usr/lib/
return module_
File "/usr/lib/
raise CX(_("Failed to load module for %s/%s") % (category,field))
!!! TASK FAILED !!!
failed to import oneiric-x86_64
profile oneiric-x86_64 not found, inheritance not possible
Andres Rodriguez (andreserl) wrote : | #2 |
Howdy!!
I don't think this is and issue with the import but rather configuration of cobbler itself.
Jorge, could you please paste your /etc/cobbler/
I have an idea of what might have happened and is fixed in orchestra trunk.
Jorge Castro (jorge) wrote : | #3 |
Jorge Castro (jorge) wrote : | #4 |
Jorge Castro (jorge) wrote : | #5 |
Jorge Castro (jorge) wrote : | #6 |
It appears that cobbler-
Andres Rodriguez (andreserl) wrote : | #7 |
Hi Jorge!
On /etc/cobbler/
module = manage_dnsmasq # dns.
module = manage_dnsmasq # dhcp
For both DNS and dhcp and remove the comments at the end and the trailing whitespaces and restart cobbler :)
Yep, that did the trick!
Changed in cobbler (Ubuntu): | |
assignee: | nobody → Andres Rodriguez (andreserl) |
status: | New → Fix Committed |
Changed in cobbler (Ubuntu): | |
status: | Fix Committed → Invalid |
Changed in orchestra (Ubuntu): | |
assignee: | nobody → Andres Rodriguez (andreserl) |
status: | New → Fix Committed |
Launchpad Janitor (janitor) wrote : | #9 |
This bug was fixed in the package orchestra - 2.8-0ubuntu1
---------------
orchestra (2.8-0ubuntu1) oneiric; urgency=low
[ Dustin Kirkland ]
* debian/control: LP: #825406
- recommend ntp on both clients and server; arguably, we could point
orchestra clients at the orchestra server, but if we go that route,
we'd need to ensure we satisfy #104525
* === added directory client/etc, === added directory
client/
orchestra-
- add the orchestra user to the client, give sudo access to power
management administrative utilities
[ Andres Rodriguez ]
* debian/
Fix path to certtool cfg file. change ownership of ssl files to
syslog. (LP: #832335)
* debian/
- Do not comment at end of changed modules settings in
cobbler. (LP: #828288)
- Only create ensemble-dav.conf symlink when necessary.
- Use apache2ctl to restart otherwise it never returns from
configure. (LP: #832331)
* debian/
- Use apache2ctl to restart otherwise it never returns from purge
step. (LP: #832337)
* Change logging server to use TLS instead (LP: #832341):
- logging-
to use TLS instead.
- logging-
Update with sample config for TLS.
- debian/control: Depends/Recommends on rsyslog-gnutls.
* debian/
rsyslog and add missing 'fi'.
* client/
usr/share. This way it will not "cat" a file on postinst. (LP: #832344)
* orchestra/
used by rsyslog's cobbler snippet to install keys on client
machine. (LP: #832347)
- debian/
- debian/
- provisioning-
+ orchestra_
* Fix some lintian warnings
-- Andres Rodriguez <email address hidden> Tue, 23 Aug 2011 17:00:43 -0400
Changed in orchestra (Ubuntu): | |
status: | Fix Committed → Fix Released |
Subscribing Scott Moser. Perhaps related to moving orchestra- import- isos over to using Scott's cobbler-iso-import as the backend?