[Bug 827496] Re: cobbler kickstart metadata dont affect ubuntu preseed

2011-09-30 Thread Ronen
Should I create another bug for the host issue? the current work around
is really messy

-- 
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/827496

Title:
  cobbler kickstart metadata dont affect ubuntu preseed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/827496/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 827496] Re: cobbler kickstart metadata dont affect ubuntu preseed

2011-09-29 Thread Ronen
I could put that in the system but since id like to have multiple
profiles inherit from it, the only workaround I can see is to patch the
pxe and tft files before the installation for each system, I think that
the reason I thought the user had no effect was because I set it up in
the system

-- 
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/827496

Title:
  cobbler kickstart metadata dont affect ubuntu preseed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/827496/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 827496] Re: cobbler kickstart metadata dont affect ubuntu preseed

2011-09-29 Thread Ronen
BTW the:

/var/lib/tftpboot/pxelinux.cfg/MAC

file has also parameters,

Id suggest reproducing all this using virtualbox (youll need to use AM79
network card)

-- 
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/827496

Title:
  cobbler kickstart metadata dont affect ubuntu preseed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/827496/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 827496] Re: cobbler kickstart metadata dont affect ubuntu preseed

2011-09-29 Thread Ronen
Hey Andres, after digging a bit further into the issue I think iv found
the cause, iv got a system that inherits from a profile, the parent
profile specifies the following kernel options:

priority=critical locale=en_US

In the inheriting system iv specified:

priority=critical locale=en_US hostname=ubu2

Iv found that cobbler generates a file under:

/var/lib/tftpboot/grub/MAC_ADDRESS


This file contains the hostname: 

title developer-desktop
root (nd)
kernel /images/ubuntu-alternate-x86_64/linux   locale=  locale=en_US text 
hostname=ubu2 priority=critical  auto 
url=http://192.168.4.18/cblr/svc/op/ks/system/ubu2 hostname= domain=local.lan 
suite=natty
initrd /images/ubuntu-alternate-x86_64/initrd.gz


Notice that the hostname entry is duplicated with one entry empty, then when 
ill try to install a machine the installer will indeed complain about an empty 
hostname value, no matter what I specify in my kickstart meta data (looks like 
kernel options take precedence)

The only solution is to set the hostname in the systems kernel options
(leaving it out will also result with an empty value passed to the
installer no matter what).

-- 
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/827496

Title:
  cobbler kickstart metadata dont affect ubuntu preseed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/827496/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 827496] [NEW] cobbler kickstart metadata dont affect ubuntu preseed

2011-08-16 Thread Ronen
Public bug reported:

In cobbler I can specificity kickstart metadata parameters which are
evaluated in the when the kickstart file is applied, when using such
parameters in seed files they have not effect and they are evaluated as
empty strings (see the $user in this case):

d-i base-installer/kernel/image string linux-generic
d-i passwd/root-login   boolean false
d-i passwd/make-userboolean true
d-i passwd/user-fullnamestring $user

** Affects: cobbler (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/827496

Title:
  cobbler kickstart metadata dont affect ubuntu preseed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/827496/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 812847] Re: Importing ubuntu desktop no distro in webui

2011-08-08 Thread Ronen
Yeap Iv started to figure it out :)

tasksel tasksel/first multiselect ubuntu-desktop


Thank you very much for your help, Ubuntu rocks!

Ronen

-- 
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/812847

Title:
  Importing ubuntu desktop no distro in webui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/812847/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 812847] Re: Importing ubuntu desktop no distro in webui

2011-08-07 Thread Ronen
Im able to import and install the alternate cd using cobbler however
instead of getting a desktop loading Im getting a server (terminal only)
after boot, using the same cd and installing the machine manually does
result with a desktop installed,

I don't know how to make sense of it.

Ronen

-- 
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/812847

Title:
  Importing ubuntu desktop no distro in webui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/812847/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 812847] Re: Importing ubuntu desktop no distro in webui

2011-07-27 Thread Ronen
Ok, ill try to import the alternate cd (I used the standard desktop
media)

-- 
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/812847

Title:
  Importing ubuntu desktop no distro in webui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/812847/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 812847] Re: Importing ubuntu desktop no distro in webui

2011-07-27 Thread Ronen
Is there any know workaround? id really like to install Ubuntu desktop
via pxe boot

-- 
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/812847

Title:
  Importing ubuntu desktop no distro in webui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/812847/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 812847] [NEW] Importing ubuntu desktop no distro in webui

2011-07-19 Thread Ronen
Public bug reported:

Iv tried to import Ubuntu desktop 64bit into cobbler using:

sudo cobbler import --name=ubuntu-desktop --path=/media/loop
--breed=ubuntu --arch=x86_64

task started: 2011-07-19_143117_import
task started (id=Media import, time=Tue Jul 19 14:31:17 2011)
Found a debian/ubuntu compatible signature: pool
running: rsync -a  '/media/loop/' 
/var/www/cobbler/ks_mirror/ubuntu-desktop-x86_64/  
--exclude-from=/etc/cobbler/rsync.exclude --quiet
received on stdout: 
received on stderr: 
adding distros
avoiding symlink loop
avoiding symlink loop
avoiding symlink loop
associating repos
associating kickstarts
*** TASK COMPLETE ***

yet this result with no new distro available.

** Affects: cobbler (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/812847

Title:
  Importing ubuntu desktop no distro in webui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/812847/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 782776] [NEW] cobbler buildiso fails

2011-05-14 Thread Ronen
Public bug reported:

Binary package hint: cobbler

Running:

% sudo cobbler get-loaders  --force

Does not fix the following failure of buildiso

% sudo cobbler buildiso 
/var/lib/cobbler
task started: 2011-05-14_191914_buildiso
task started (id=Build Iso, time=Sat May 14 19:19:14 2011)
using/creating buildisodir: /var/cache/cobbler/buildiso
building tree for isolinux
copying miscellaneous files
Exception occured: 
Exception value: 'Required file not found: /var/lib/cobbler/loaders/menu.c32'
Exception Info:
  File "/usr/lib/python2.7/dist-packages/cobbler/utils.py", line 123, in die
raise CX(msg)

Exception occured: 
Exception value: 'Required file not found: /var/lib/cobbler/loaders/menu.c32'
Exception Info:
  File "/usr/lib/python2.7/dist-packages/cobbler/remote.py", line 93, in run
rc = self._run(self)
   File "/usr/lib/python2.7/dist-packages/cobbler/remote.py", line 154, in 
runner
self.logger
   File "/usr/lib/python2.7/dist-packages/cobbler/api.py", line 859, in 
build_iso
iso=iso, profiles=profiles, systems=systems, buildisodir=buildisodir, 
distro=distro, standalone=standalone, source=source, exclude_dns=exclude_dns
   File "/usr/lib/python2.7/dist-packages/cobbler/action_buildiso.py", line 
424, in run
utils.die(self.logger,"Required file not found: %s" % f)
   File "/usr/lib/python2.7/dist-packages/cobbler/utils.py", line 131, in die
raise CX(msg)

!!! TASK FAILED !!!

** Affects: cobbler (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/782776

Title:
  cobbler buildiso fails

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs