** Changed in: cobbler (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/765224
Title:
import from mini.iso fails
--
Ubuntu-server-bu
Maybe, unfortunately, this code doesn't seem to be functional at the
moment as there's is a empty function with the same name as the previous
function. This causes it to fail. Maybe the function with code related
to Debian was supposed to be commented out or something. For this reason
I believe tha
I think this code is for the repomirror portion of cobbler. It mirrors
the archive repositories (using debmirror for debian/ubuntu) for distros
that you have imported.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
h
Ok so after looking at it now, it seems that the issue is
self.process_repos() when issuing the following command:
cobbler import --name=natty-i386 --path=/mnt --breed=ubuntu --os-
version=natty
Apparently there's some kind of incompatibilities as there are two
functions with the same name. One d
** Changed in: cobbler (Ubuntu)
Assignee: (unassigned) => Andres Rodriguez (andreserl)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/765224
Title:
import from mini.iso fails
Sounds good, for d-i not having the repo present is non-fatal (it'll
just grab packages from the internet), for Anaconda based distros (RH,
Fedora etc) I think it requires the complete tree.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed
What appears to be is that the import expects the .disk folder
regardless of whether you are specifying the distro or not. Since bug
#765254 won't be fixed, I guess that the best approach would be to patch
the current code to ignore the check of the .disk folder (or try to
obtain the information fr
In fact, it's exactly that.
from: cobbler/modules/manage_import_debian_ubuntu.py
def repo_finder(self, distros_added):
for distro in distros_added:
self.logger.info("traversing distro %s" % distro.name)
# FIXME : Shouldn't decide this the value of self.netwo
If I specify a os-version it imports the distro and adds distro and profiles to
cobbler correctly, however I get a nice traceback.
There must be some code expecting the dists dir somewhere that relies on this
for a repo?
Installing after is just fine, although you need to link your profile to a s
True, Chuck.
However, the mini.iso is a really convenient and valid way to trigger a
network installation.
Brainstorming here in Montreal, we decided that mini.iso's are small
enough that we could actually put logic in an Ubuntu Orchestra cronjob
that regularly downloads and imports Ubuntu's mini
The server/desktop cdimage is different from the mini.iso. The mini.iso
support will have to be added later.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/765224
Title:
import from
Related to bug https://bugs.launchpad.net/ubuntu-cdimage/+bug/765254
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/765224
Title:
import from mini.iso fails
--
Ubuntu-server-bugs
** Changed in: cobbler (Ubuntu)
Status: New => Confirmed
** Changed in: cobbler (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/76522
13 matches
Mail list logo