[Bug 1153626] Re: Multiple Interfaces and IPs not detected in AWS VPC

2015-03-31 Thread Jason Dusek
We're using a variant Alessandro's work to configure out instances.

https://github.com/instacart/ubuntu-ec2net

Reboot doesn't seem to refresh the interfaces list -- maybe there is
another event hook that we need? I'm not terribly familiar with udev but
would love to see this ironed out and ready for Ubuntu.

Installing the RPMs (via Alien) seemed to have no effect at all.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1153626

Title:
  Multiple Interfaces and IPs not detected in AWS VPC

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1153626/+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 932415] Re: Cloud-config can not add PPAs with international text in their description

2012-02-18 Thread Jason Dusek
I was using ami-bbf539d2. Tried ami-bf62a9d6 just now and the matter is
resolved.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/932415

Title:
  Cloud-config can not add PPAs with international text in their
  description

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/932415/+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 932415] [NEW] Cloud-config can not add PPAs with international text in their description

2012-02-14 Thread Jason Dusek
Public bug reported:

Try:

#cloud-config
locale: en_US.UTF-8
apt_sources:
- source: 'ppa:ferramroberto/java'

This fails silently. Inserting debugging, we find the shell out to add-
apt-repository fails with:

Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 82, in 
print " %s" % (ppa_info["description"] or "")
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 
99: ordinal not in range(128)

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: i18n

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/932415

Title:
  Cloud-config can not add PPAs with international text in their
  description

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/932415/+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