[Bug 832507] Re: console.log grows indefinitely

2013-04-01 Thread Joshua Harlow
Just to brainstorm:

Are any of the following possible??

1. Correctly have libvirtd configure and manage the console log file size. Some 
new XML configuration for the domain.xml format could be provided to alter the 
behavior? How much of the libvirt code would have to change for this?
2. If #1 isn't possible, then I presume we could use libvirt's 'named pipe' 
console capability and attach our own daemon to do the same as #1 (where we 
would use said daemon to read on said pipe and restrict the output files size). 
Of course how does this handle restarts or daemon failures. Basically this 
daemon would be the ring buffer 'maintainer' while libvirt would just feed it 
info.
3. Use a pseudo-tty to do something similar to #2?

@Michael, be interested to hear what u think. Personally I think the
libvirtd project is where this belongs (via #1) since it already has a
daemon (libvirtd) and knowledge about which instances are active,
console config, and such. I assume this hasn't been fixed in libvirt (or
as a feature request). I'm not an expert on that code-base but if I had
pointers perhaps that is the correct way to go about this (or its a
dual-approach).

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 832507] Re: console.log grows indefinitely

2013-04-01 Thread Joshua Harlow
Just to brainstorm:

Are any of the following possible??

1. Correctly have libvirtd configure and manage the console log file size. Some 
new XML configuration for the domain.xml format could be provided to alter the 
behavior? How much of the libvirt code would have to change for this?
2. If #1 isn't possible, then I presume we could use libvirt's 'named pipe' 
console capability and attach our own daemon to do the same as #1 (where we 
would use said daemon to read on said pipe and restrict the output files size). 
Of course how does this handle restarts or daemon failures. Basically this 
daemon would be the ring buffer 'maintainer' while libvirt would just feed it 
info.
3. Use a pseudo-tty to do something similar to #2?

@Michael, be interested to hear what u think. Personally I think the
libvirtd project is where this belongs (via #1) since it already has a
daemon (libvirtd) and knowledge about which instances are active,
console config, and such. I assume this hasn't been fixed in libvirt (or
as a feature request). I'm not an expert on that code-base but if I had
pointers perhaps that is the correct way to go about this (or its a
dual-approach).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/832507

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1020238] Re: nova client keeps asking for a keyring password

2013-01-29 Thread Joshua Harlow
Upgrade to python keyring =1 seems to use the unencrypted keyring by
default, thus no prompting ;)

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

Title:
  nova client keeps asking for a keyring password

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-novaclient/+bug/1020238/+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 1020238] Re: nova client keeps asking for a keyring password

2013-01-29 Thread Joshua Harlow
Upgrade to python keyring =1 seems to use the unencrypted keyring by
default, thus no prompting ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1020238

Title:
  nova client keeps asking for a keyring password

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-novaclient/+bug/1020238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1090482] Re: over-ridding distro config still broken

2012-12-16 Thread Joshua Harlow
Sure, I can submit a new merge/review if u want. Simple stuff to add
back in. Shall I?

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

Title:
  over-ridding distro config still broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1090482/+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 1090482] Re: over-ridding distro config still broken

2012-12-16 Thread Joshua Harlow
Sure, I can submit a new merge/review if u want. Simple stuff to add
back in. Shall I?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1090482

Title:
  over-ridding distro config still broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1090482/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1090482] Re: over-ridding distro config still broken

2012-12-14 Thread Joshua Harlow
Thats really odd. Will try to look into how its not getting reset still.

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

Title:
  over-ridding distro config still broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1090482/+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 1090482] Re: over-ridding distro config still broken

2012-12-14 Thread Joshua Harlow
Is it just me or did the merge not go through correctly?

See: https://bazaar.launchpad.net/~harlowja/cloud-init/ds-reset-
fix/revision/741

Looking at the current head function for distro() that was supposed to
be different, it doesn't appear to have reflected that merge??

https://bazaar.launchpad.net/~cloud-init-dev/cloud-
init/trunk/view/head:/cloudinit/stages.py#L75

Possibly thats why :-)

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

Title:
  over-ridding distro config still broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1090482/+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 1090482] Re: over-ridding distro config still broken

2012-12-14 Thread Joshua Harlow
Thats really odd. Will try to look into how its not getting reset still.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1090482

Title:
  over-ridding distro config still broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1090482/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1090482] Re: over-ridding distro config still broken

2012-12-14 Thread Joshua Harlow
Is it just me or did the merge not go through correctly?

See: https://bazaar.launchpad.net/~harlowja/cloud-init/ds-reset-
fix/revision/741

Looking at the current head function for distro() that was supposed to
be different, it doesn't appear to have reflected that merge??

https://bazaar.launchpad.net/~cloud-init-dev/cloud-
init/trunk/view/head:/cloudinit/stages.py#L75

Possibly thats why :-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1090482

Title:
  over-ridding distro config still broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1090482/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1078947] Re: auth_token failure if signing_dir not specified running under upstart

2012-11-29 Thread Joshua Harlow
** Changed in: keystone
   Status: Invalid = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1078947

Title:
  auth_token failure if signing_dir not specified running under upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1078947/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076811] Re: Cloud-init modules do not reflect loaded config

2012-11-08 Thread Joshua Harlow
Also it only affects the 'system_info' section due to the distro object
not being forced to be regenerated with the new loaded config. Other
configs (for modules) will reflect the new userdata when ran.

** Changed in: cloud-init
   Status: Triaged = Fix Committed

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

Title:
  Cloud-init modules do not reflect loaded config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1076811/+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 1076811] Re: Cloud-init modules do not reflect loaded config

2012-11-08 Thread Joshua Harlow
Also it only affects the 'system_info' section due to the distro object
not being forced to be regenerated with the new loaded config. Other
configs (for modules) will reflect the new userdata when ran.

** Changed in: cloud-init
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076811

Title:
  Cloud-init modules do not reflect loaded config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1076811/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1012854] Re: cloud-config should support simple file writing

2012-07-11 Thread Joshua Harlow
In progress :-P

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

Title:
  cloud-config should support simple file writing

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1012854/+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 1012854] Re: cloud-config should support simple file writing

2012-07-11 Thread Joshua Harlow
In progress :-P

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012854

Title:
  cloud-config should support simple file writing

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1012854/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1012854] Re: cloud-config should support simple file writing

2012-07-10 Thread Joshua Harlow
https://code.launchpad.net/~harlowja/cloud-init/cloud-file-write

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

Title:
  cloud-config should support simple file writing

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1012854/+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 1012854] Re: cloud-config should support simple file writing

2012-07-10 Thread Joshua Harlow
https://code.launchpad.net/~harlowja/cloud-init/cloud-file-write

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012854

Title:
  cloud-config should support simple file writing

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1012854/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs