[Bug 480125] Re: karmic netboot UEC install fails at registering nodes

2009-11-18 Thread Nick Moffitt
(also, my system comes up in much the same state as if I hadn't done the
reinstall in my late_command script)

-- 
karmic netboot UEC install fails at registering nodes
https://bugs.launchpad.net/bugs/480125
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 480125] Re: karmic netboot UEC install fails at registering nodes

2009-11-18 Thread Nick Moffitt
On a whim, I decided to query debconf with debconf-show eucalyptus-cc
before and after the purge/reinstall:

Nov 18 17:04:03 in-target:   eucalyptus/mode: MANAGED-NOVLAN
Nov 18 17:04:03 in-target: * eucalyptus/publicips:
Nov 18 17:04:03 in-target:   eucalyptus/dns: 172.24.1.1
Nov 18 17:04:03 in-target: * eucalyptus/cluster-name:
Nov 18 17:04:03 in-target:   eucalyptus/netmask: 255.255.0.0
Nov 18 17:04:03 in-target:   eucalyptus/addrspernet: 32
Nov 18 17:04:03 in-target:   eucalyptus/subnet: 172.19.0.0

and after the purge/reinstall:

Nov 18 17:04:08 in-target:   eucalyptus/mode: MANAGED-NOVLAN
Nov 18 17:04:08 in-target:   eucalyptus/publicips:
Nov 18 17:04:08 in-target:   eucalyptus/dns: 172.24.1.1
Nov 18 17:04:08 in-target:   eucalyptus/cluster-name:
Nov 18 17:04:08 in-target:   eucalyptus/netmask: 255.255.0.0
Nov 18 17:04:08 in-target:   eucalyptus/addrspernet: 32
Nov 18 17:04:08 in-target:   eucalyptus/subnet: 172.19.0.0


So what happened to my preseeded info?

# grep publicips /var/log/installer/syslog
Nov 18 16:57:58 debconf: -- SET eucalyptus/publicips 172.24.56.0-172.24.63.255
Nov 18 16:57:58 debconf: -- 10 eucalyptus/publicips doesn't exist
Nov 18 16:57:58 debconf: -- REGISTER debian-installer/dummy 
eucalyptus/publicips
Nov 18 16:57:58 debconf: -- SET eucalyptus/publicips 172.24.56.0-172.24.63.255
Nov 18 16:57:58 debconf: -- SUBST eucalyptus/publicips ID eucalyptus/publicips
Nov 18 16:57:58 debconf: Adding [ID] - [eucalyptus/publicips]
Nov 18 16:57:58 debconf: -- FSET eucalyptus/publicips seen true
Nov 18 17:00:27 debconf-copydb: Adding [ID] - [eucalyptus/publicips]
Nov 18 17:00:28 debconf-copydb: Adding [ID] - [eucalyptus/publicips]
Nov 18 17:04:03 in-target: * eucalyptus/publicips:
Nov 18 17:04:08 in-target:   eucalyptus/publicips:

-- 
karmic netboot UEC install fails at registering nodes
https://bugs.launchpad.net/bugs/480125
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 480125] Re: karmic netboot UEC install fails at registering nodes

2009-11-18 Thread Nick Moffitt
Once I narrowed it down to debconf, Colin Watson immediately clued me to
the fact that I most likely had the wrong owner for my eucalyptus-cc
settings.  In fact, I had just cutwasted the d-i from the eucalyptus-
udeb settings and not even thought twice about it.  Changing the owner
to eucalyptus-cc fixed the problem and the configuration files are as
they should be.

I'm still testing the full installation, though.

-- 
karmic netboot UEC install fails at registering nodes
https://bugs.launchpad.net/bugs/480125
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 480125] Re: karmic netboot UEC install fails at registering nodes

2009-11-18 Thread Nick Moffitt
It works, so you can resolve/reject this bug as user error.

-- 
karmic netboot UEC install fails at registering nodes
https://bugs.launchpad.net/bugs/480125
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 480125] Re: karmic netboot UEC install fails at registering nodes

2009-11-18 Thread Dustin Kirkland
Cool, thanks for the followup, Nick!

** Changed in: eucalyptus
   Status: New = Invalid

** Changed in: eucalyptus (Ubuntu)
   Status: Confirmed = Invalid

-- 
karmic netboot UEC install fails at registering nodes
https://bugs.launchpad.net/bugs/480125
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 480125] Re: karmic netboot UEC install fails at registering nodes

2009-11-17 Thread Nick Moffitt

I've attached a snippet of /var/log/installer/syslog from a system just after 
PXE installation attempted to make a CC of it via the eucalyptus-udeb.  You'll 
notice that it's Setting up version 1.6~bzr931-0ubuntu7 of eucalyptus-cc.  It 
then runs ssh-keygen via an su to the eucalyptus user, and promptly complains 
about there being no upstart to talk to.

The reason I take interest in this is that it appears that part of my
problem is the failure of code in this postinst to run.  For example, I
don't even have an /etc/eucalyptus/eucalyptus-cc.conf until after my
purge/reinstall of eucalyptus-cc.  I also don't seem to have the
VNET_MODE or VNET_PUBLICIPS settings, for some reason.

So it would seem that either the test for a fresh install is failing
somehow, or the debconf query for eucalyptus/cluster-name is failing
along with some more subtle problem.


** Attachment added: postinst.syslog
   http://launchpadlibrarian.net/35802113/postinst.syslog

-- 
karmic netboot UEC install fails at registering nodes
https://bugs.launchpad.net/bugs/480125
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 480125] Re: karmic netboot UEC install fails at registering nodes

2009-11-17 Thread Nick Moffitt
Ignoring for the moment that the subnet is all wrong for the IP range I
have chosen, here is the diff of /etc/eucalyptus before and after I
purged/reinstalled eucalyptus-cc

** Attachment added: post-purge.diff
   http://launchpadlibrarian.net/35802128/post-purge.diff

-- 
karmic netboot UEC install fails at registering nodes
https://bugs.launchpad.net/bugs/480125
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 480125] Re: karmic netboot UEC install fails at registering nodes

2009-11-13 Thread Nick Moffitt
I pulled everything out that I thought could be interfering (mostly by
not specifying a preseed/late_command *anywhere*) but still no luck.
I'll poke around in the maintainer scripts to see if i can spot any
obvious reason why this stuff would fail based on the install
environment like this.

-- 
karmic netboot UEC install fails at registering nodes
https://bugs.launchpad.net/bugs/480125
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 480125] Re: karmic netboot UEC install fails at registering nodes

2009-11-12 Thread Thierry Carrez
Updated title to reflect latest findings. I also changed autodiscovery
- registration of nodes since --discover-nodes seems to discover
nodes alright, it's the node register operation that --discover-nodes
triggers that ends up buggy. I suspect you could reproduce it by
manually running --register-nodes IPADDRESS.

** Summary changed:

- karmic cloud install fails at autodiscovery: wants both worlds 
(eucalyptus/root users)
+ karmic netboot UEC install fails at registering nodes

-- 
karmic netboot UEC install fails at registering nodes
https://bugs.launchpad.net/bugs/480125
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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