[Bug 918543] Re: vbox build fails with NameMapper.NotFound: cannot find 'mac'

2012-01-19 Thread Ubuntu Foundation's Bug Bot
The attachment vmbuilder_vbox.patch of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  vbox build fails with NameMapper.NotFound: cannot find 'mac'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/918543/+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 915941] Re: overlayfs does not honor lxc-related permissions

2012-01-19 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
   Status: In Progress = Fix Committed

** Also affects: linux (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Also affects: lxc (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Precise)
   Importance: High
 Assignee: Andy Whitcroft (apw)
   Status: Fix Committed

** Also affects: lxc (Ubuntu Precise)
   Importance: Medium
   Status: Invalid

** Changed in: linux (Ubuntu Oneiric)
   Status: New = Fix Committed

** Changed in: linux (Ubuntu Oneiric)
   Importance: Undecided = High

** Changed in: linux (Ubuntu Oneiric)
 Assignee: (unassigned) = Andy Whitcroft (apw)

** Changed in: lxc (Ubuntu Oneiric)
   Status: New = Invalid

** Changed in: lxc (Ubuntu Precise)
   Importance: Medium = Undecided

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

Title:
  overlayfs does not honor lxc-related permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/915941/+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 918543] Re: vbox build fails with NameMapper.NotFound: cannot find 'mac'

2012-01-19 Thread James Page
** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  vbox build fails with NameMapper.NotFound: cannot find 'mac'

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


[Blueprint servercloud-p-arm-service-orchestration] Enabling juju for ARM

2012-01-19 Thread Robie Basak
Blueprint changed by Robie Basak:

Whiteboard changed:
  Question:
  Is this using juju for direct deployment, or via Orchestra? -- Daviey
  
  Via Orchestra. I think the main thing to test is juju because of it's
  reliance on java with zookeeper. We don't need to discuss anything, just
  test and fix bugs. -- Robbie
  
+ For juju to work on ARM, I am assuming that:
+ 
+ 1. ARM hardware will support IPMI for power management
+ 2. ARM hardware will support pxelinux emulation for boot
+ 3. cobbler's existing IPMI support will work with ARM IPMI
+ 
+ Status:
+ There are two modes of operation: running juju in a local environment, and 
running juju via orchestra. juju currently fails to run on ARM in a local 
environment, and I am working on this - but this is blocking me from clearing 
the first five work items. Now that I have three pandas, I can test juju via 
orchestra also. I expect either to clear the first four work items as soon as I 
get juju working like this, or to find a series of ARM-specific bugs that I 
will need to fix first.
+ 
  Work Items:
- [racb] Test juju/java/zookeeper on ARM: TODO
- Investigate running the juju provisioning agent on ARM: TODO
- [racb] Investigate juju and ARM on LXC: TODO
- Investigate juju with qemu-system-arm for testing: POSTPONED
- Binary image deployment with PXE on ARM: POSTPONED
- [racb] Investigate running the juju machine agent on ARM: TODO
- Investigate running an ARM-based juju environment: TODO
+ Investigate running an ARM-based juju environment †₁: TODO
+ [racb] Test juju/java/zookeeper on ARM †₁: TODO
+ Investigate running the juju provisioning agent on ARM †₁: TODO
+ [racb] Investigate running the juju machine agent on ARM †₁: TODO
+ [racb] Investigate juju and ARM on LXC: INPROGRESS
+ [racb] Validate juju using orchestra: TODO
+ [racb] Validate cobbler enlistment works: TODO
  Validate IPMI on hardware: BLOCKED
  Validate PXE booting via uboot: DONE
- [racb] Validate cobbler enlistment works: TODO
+ Investigate juju with qemu-system-arm for testing ‡₁: POSTPONED
+ Binary image deployment with PXE on ARM ‡₁: POSTPONED
+ 
+ †₁: seems to work in local environment, cannot fully test until juju fully 
working on ARM
+ ‡₁: no longer relevant

-- 
Enabling juju for ARM
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-arm-service-orchestration

-- 
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 915089] Re: Tomcat 6 start up fails with unknown dir /var/lib/tomcat6/work

2012-01-19 Thread James Page
I checked this out and all versions of the tomcat6 package in natty (and
all other releases) create relative paths for these links as part of the
package build process.

This is in compliance with Debian Policy;  I also don't believe that
separating the sub-directories of /var is actually in compliance with
the FHS standard that Debian/Ubuntu follows - see
http://www.pathname.com/fhs/pub/fhs-2.3.html#THEVARHIERARCHY.

Marking 'Won't Fix'.

** Changed in: tomcat6 (Ubuntu)
   Status: New = Won't Fix

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

Title:
  Tomcat 6 start up fails with unknown dir /var/lib/tomcat6/work

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


[Blueprint servercloud-p-hdp-hadoop] Ubuntu Server - Hadoop

2012-01-19 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Target versions of Hadoop components:
  
  hadoop-0.20.205.0
  hcatalog-0.2.0
  pig-0.9.0
  hbase-0.90.4
  hive-0.7.1 # the script I got from Hortonworks labels this as hive-0.7.1+ 
which includes fixes to hive. - Yes - we might need to look at that - we should 
be able to overlay the fixes if need be without rebuilding the entire project
  zookeeper-3.3.2
  Q: Their website indicates they will use ambari as something 
devops/juju-like. Clearly we want to use juju but have they made any ambari 
assumptions?
  A:  No idea - one to ask Matt
  
  Package naming:
  
  hadoop
  hcatalog
  pig
  hbase
  hive
  
  Needs confirmation (conflicts with archive):
  
  zookeeper
  
  Assumptions:
  
  Packaging will use bigtop as a base.
   - reuse of control file structure will help support bigtop packages in juju 
charms as and when they support precise.
  Java will NOT be rebuilt during the package build process.
  Native libraries will be rebuilt during the package build process.
  Q: What does this mean for the hive embedded in hcatalog (via 
hcatalog-0.2.0/hive/external)? I'm guessing we just use the hdp-hive package we 
create.
  Patches may be required for native build components.
  Debconf configuration in packages is useful for Juju charms and should be 
applied where appropriate.
  --- Debconf currently in use:  namenode, jobtracker and hdfs_dir
  Binary distributions will be used from upstream (no source build by default).
  Q: Exactly what does this mean in this context? Binary distributions of ...  
Are these the jar files inside the hortonworks/apache source (e.g. 
./hive-0.7.1+/lib/javaewah-0.3.jar?
  A: So most of the apache projects ship a binary distribution tarball which 
includes all of the compile Java etc so we should not build from source - just 
re-use these jars etc...
  
  Challenges:
  
  hcatalog not packaged in bigtop trunk (need to check branches)
  JAVA_HOME and use of openjdk-6/7?  JAVA_HOME detection - bigtop use a 
specific package for this (bigtop-utils) which tries to guess - might be worth 
re-using.
  java-package as recommended approach to re-packaging Oracle java for Ubuntu 
(generates Debian packaging from upstream binary distro).
  Kerberos security - probably actually needs to be a charm configuration 
option to secure a cluster.
  Q:  For Kerberos, do we have the necessary dependencies to get this done?  If 
so, I can do the charm work.j
  Q:  Re: Kerberos.  We may need to really look into this as this will end up 
affecting not only hadoop but, all of the other parts ( hive, pig, etc. ) as 
well.  This can really complicate the packaging/charming as well so, we may not 
have time to get it all done in this cycle.  Just my thoughts.
  MultiArch native libraries in hdp-hadoop package - should not must.
  Hive contains patches for hcatalog support - we need to work these in somehow 
(maybe a overlay to the binary re-distribution).
  
  hcatalog:
  External dependency on mysql-connector? and maybe mysql?
  No binary distribution - only source so will need to be built locally to 
produce release tarbal.
  
  Work items:
  Resolve conflict between archive zookeeper and partner zookeeper (1): TODO
  [james-page] Package hadoop for partner (5): INPROGRESS
- Rebuild native component during package rebuild for hadoop (5): TODO
+ [james-page] Rebuild native component during package rebuild for hadoop (5): 
INPROGRESS
  Package zookeeper for partner (3): TODO
  Package hcatalog for partner (10): TODO
  [negronjl] Package pig for partner (3): INPROGRESS
  Package hbase for partner (3): TODO
  [negronjl] Package hive for partner (3): INPROGRESS
  Work out solution for JAVA_HOME detection/override (1): TODO
  [negronjl] Juju charm for zookeeper (will depend on the zookeeper package): 
TODO
  [negronjl] Juju charm for hcatalog (will depend on the hcatalog package): TODO
  [negronjl] Juju charm for pig (will depend on the pig package): TODO
  [negronjl] Juju charm for hbase (will depend on the hbase package): TODO
  [negronjl] Juju charm for hive (will depend on the hive package): TODO
  [negronjl] Update hadoop charm for HDP packaging (will add option to select 
between the existing hadoop and the new hdp-hadoop package): TODO
  Support iterating packaging as charms are developed (5): TODO
  Test deployment and packaging: TODO
  Provide support for charming work and review packaging installs: TODO

-- 
Ubuntu Server - Hadoop
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-hdp-hadoop

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

2012-01-19 Thread Thierry Carrez
The review has gone stale... What's the status on this ? You have the
fix in Ubuntu but it was refused upstream ? Or is that a different fix
that you have in Ubuntu ?

-- 
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 918623] [NEW] Apache SSL config startup errors are neither printed nor logged

2012-01-19 Thread Jakob Unterwurzacher
Public bug reported:

This is on Ubuntu 10.04 LTS Server.
If you have an invalid SSL sonfiguration, /etc/init.d/apache2 
start|reload|restart seem to succeed.
There are no error messages printed nor logged.
Still, apache is dead and you have no clue why.

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

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

Title:
  Apache SSL config startup errors are neither printed nor logged

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

2012-01-19 Thread Thierry Carrez
** Changed in: nova
   Importance: Low = Medium

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

2012-01-19 Thread Robie Basak
Fixed in Ubuntu, refused upstream.

** Changed in: nova
 Assignee: Robie Basak (racb) = (unassigned)

** Changed in: nova
   Status: In Progress = Confirmed

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


[Blueprint servercloud-p-cobbler-next-steps] Cobbler Next Steps

2012-01-19 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items:
- [gandelman-a] Hardware detection and inventory snippet: INPROGRESS
- [zulcss] Add hardware inventory to cobbler API: TODO
- [davewalker] Investigate whats been added what is missing on web ui: DONE
- Add generic distro support: TODO
- [davewalker] Work with Canonical Design on Web UI css and arrangement for 
brand guidelines: POSTPONED
- Fix Profile Updates (upstream?): TODO
- Investigate inventory gathering and reporting (SNMP?): TODO
- ARM Preseed fiel review (BOOT!): TODO
+ [gandelman-a]  Hardware detection and inventory snippet: INPROGRESS
+ [zulcss]  Add hardware inventory to cobbler API: POSTPONED
+ [davewalker]  Investigate whats been added what is missing on web ui: DONE
+ Add generic distro support: POSTPONED
+ [davewalker]  Work with Canonical Design on Web UI css and arrangement for 
brand guidelines: POSTPONED
+ Fix Profile Updates (upstream?): POSTPONED
+ Investigate inventory gathering and reporting (SNMP?): POSTPONED
+ [racb] ARM Preseed fiel review (BOOT!): TODO
  
  == Agenda ==
  
   * Bug Fixing
   * Security Issues
   * Send patches upstream
   * What else needs to be integrated.
     * power infrastructure (NUT)?
   * ARM
   * MIR
   * Profile Updates
   * Authentication
  
  Inventory needs:
   - CPU: Cores, virt capable?
   - Storage capacity
   - Memory
   - Power management
   - Disks
   - Network devices
   - Video (e.g. GPUs), USB, Peripherals (e.g. crypto hardware)
  
   == Postponed TODO's ==
  
  Add cloud-init support to cobbler: DONE
  Add EC2 API hook to cobbler: DEPRECATED
  Add support for uboot: DONE
  Add support for other arches: DONE
  Extend cobbler API to do snapshot reporting as well: DEFERRED (Inventory)
  Add support for uboot: DONE
  Add support for other arches: DONE
  
  == TODOs ==
  Add hardware inventory to cobbler API: TODO
  Investigate whats been added what is missing on web ui: TODO
  Add generic distro support: TODO
  Work with Canonical Design on Web UI css and arrangement for brand 
guidelines: TODO
  Fix Profile Updates (upstream?):  TODO
  Investigate inventory gathering and reporting (SNMP?): TODO
  ARM Preseed fiel review (BOOT!): TODO
  
  == Session Notes ==
  
   * More snapshots.
   * Fix the theme. Create a new theme instead of patching the default one. 
(package separately)

-- 
Cobbler Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cobbler-next-steps

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


[Blueprint servercloud-p-cloud-image-testing] Ubuntu Server Cloud Image Testing

2012-01-19 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Summary of Objectives for Precise
  
  1) Daily Smoke Testing of Ubuntu AMI's
  Triggered from cloud image query information.
  Should cover all images.
  Check that they boot.
  Verify each AMI once only.
  
  2) Daily AMI testing for the development release
  Precise should implement daily image testing using basic smoke test to ensure 
that the AMI is always usable during the development cycle.
  
  3) Daily Testing of Cloud Images
  In addition to the published AMI's, we should implement testing of the 
generic cloud images on the following cloud platforms:
  Eucalyptus
  Eucalyptus Community Cloud?
  OpenStack - including KVM and LXC and Xen
  Canonistack?
  FreeCloud (NTT and RackSpace)?
  
  4) Full Testing of Release Ubuntu Images
  Automated testing will be built into the twice weekly image release 
publishing process and will cover:
    a) An initial smoke test
    b) Followed by full image testing
  Testing will likely be implemented using Jenkins and published to 
jenkins.qa.ubuntu.com.
  
  Full Notes from UDS-P session: http://pad.ubuntu.com/uds-p-servercloud-p
  -cloud-image-testing
  
  Work items for precise-alpha-1:
  [james-page] agree funding of daily AMI testing/cost modelling for 
justification: DONE
  setup daily testing for current development release: DONE
  setup separate mailing list for test notifications: POSTPONED
  
  Work items for precise-alpha-2:
  [utlemming] update image promotion process to integrate with Jenkins 
automated testing: TODO
  update testing framework to make use of spare ec2 time: TODO
  investigate/implement automated reporting of test results to 
iso.qa.ubuntu.com: TODO
  
  Work items:
- setup smoke testing of previous ubuntu release images: INPROGRESS
+ setup smoke testing of previous ubuntu release images: DONE
  investigate options for testing ubuntu cloud images on freecloud/canonistack: 
TODO
  investigate options for testing ubuntu cloud images on eucalyptus: TODO
  [james blair] freecloud should get full arm servers and integrate: TODO
  consider test of arm disk images or arm partition images in LXC: TODO

-- 
Ubuntu Server Cloud Image Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-image-testing

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


[Blueprint servercloud-p-cloud-image-testing] Ubuntu Server Cloud Image Testing

2012-01-19 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Summary of Objectives for Precise
  
  1) Daily Smoke Testing of Ubuntu AMI's
  Triggered from cloud image query information.
  Should cover all images.
  Check that they boot.
  Verify each AMI once only.
  
  2) Daily AMI testing for the development release
  Precise should implement daily image testing using basic smoke test to ensure 
that the AMI is always usable during the development cycle.
  
  3) Daily Testing of Cloud Images
  In addition to the published AMI's, we should implement testing of the 
generic cloud images on the following cloud platforms:
  Eucalyptus
  Eucalyptus Community Cloud?
  OpenStack - including KVM and LXC and Xen
  Canonistack?
  FreeCloud (NTT and RackSpace)?
  
  4) Full Testing of Release Ubuntu Images
  Automated testing will be built into the twice weekly image release 
publishing process and will cover:
    a) An initial smoke test
    b) Followed by full image testing
  Testing will likely be implemented using Jenkins and published to 
jenkins.qa.ubuntu.com.
  
  Full Notes from UDS-P session: http://pad.ubuntu.com/uds-p-servercloud-p
  -cloud-image-testing
  
  Work items for precise-alpha-1:
- [james-page] agree funding of daily AMI testing/cost modelling for 
justification: DONE
+ [james-page]  agree funding of daily AMI testing/cost modelling for 
justification: DONE
  setup daily testing for current development release: DONE
  setup separate mailing list for test notifications: POSTPONED
  
  Work items for precise-alpha-2:
- [utlemming] update image promotion process to integrate with Jenkins 
automated testing: TODO
+ [utlemming]  update image promotion process to integrate with Jenkins 
automated testing: TODO
  update testing framework to make use of spare ec2 time: TODO
  investigate/implement automated reporting of test results to 
iso.qa.ubuntu.com: TODO
  
  Work items:
- setup smoke testing of previous ubuntu release images: DONE
+ setup smoke testing of previous ubuntu release images: INPROGRESS
  investigate options for testing ubuntu cloud images on freecloud/canonistack: 
TODO
- investigate options for testing ubuntu cloud images on eucalyptus: TODO
- [james blair] freecloud should get full arm servers and integrate: TODO
- consider test of arm disk images or arm partition images in LXC: TODO
+ investigate options for testing ubuntu cloud images on eucalyptus: POSTPONED
+ [james blair]  freecloud should get full arm servers and integrate: TODO
+ consider test of arm disk images or arm partition images in LXC: POSTPONED

-- 
Ubuntu Server Cloud Image Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-image-testing

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


[Blueprint servercloud-p-orchestra] Orchestra Next Steps

2012-01-19 Thread Dave Walker
Blueprint changed by Dave Walker:

Assignee: Chuck Short = Andres Rodriguez

-- 
Orchestra Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-orchestra

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


[Blueprint servercloud-p-orchestra] Orchestra Next Steps

2012-01-19 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Comments:
  - This spec needs some more meat before UDS.
  
  Work Items:
- 
  MIR for orchestra: TODO
  Replace default username/password for provisioned systems with something more 
secure: TODO
  Make preseed files conffiles (again) so that it's easier for admin to change 
default user/pass: TODO
  Investigate use of ssh-import-id to ease import of SSH keys: TODO
  Testing of IPMI: TODO
  extend cobbler to store hardware information and share with ocsinventory: TODO
  [lynxman] get nagios working better by default:  DONE
  MIR enough of Orchestra to get onto install ISO: TODO
  ocsinventory integration into Orchestra: TODO
  test/extend ARM support: TODO
  test adding a few thousand (fake) systems to cobbler and test 
memory/scalability limits: TODO
  [zul] fix cobbler bugs: TODO
  Full review of default preseed for orchestra: TODO
  Make client package (and its Recommends) installation optional in preseed: 
TODO
  Move byobu by default into orchestra_client_package snippet: TODO
  [andreserl] Make import ISO's optional during install: DONE
  Nagios plugin for rabbitmq-server: TODO
  Nagios plugin for libvirt: TODO
  Nagios plugin for nova: TODO
  Nagios plugin for swift: TODO
  Test ISCSI/AOE hardware with orchestra: TODO
  juju charm for nagios-plugins: TODO
  juju charm for rsyslog: TODO
  juju charm for nrpe: TODO
  juju charm for ocsinventory: TODO
  juju charm for collectd: TODO
  juju charm for glusterfs: TODO
  
  Questions / Comments:
  Detailed so far, but I fear there is feature work we haven't yet documented. 
--Daviey
  
  Thanks.
+ 
+ Work Items:

-- 
Orchestra Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-orchestra

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


[Blueprint servercloud-p-orchestra] Orchestra Next Steps

2012-01-19 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Comments:
  - This spec needs some more meat before UDS.
  
  Work Items:
- MIR for orchestra: TODO
+ MIR for orchestra: POSTPONED
  Replace default username/password for provisioned systems with something more 
secure: TODO
  Make preseed files conffiles (again) so that it's easier for admin to change 
default user/pass: TODO
  Investigate use of ssh-import-id to ease import of SSH keys: TODO
  Testing of IPMI: TODO
- extend cobbler to store hardware information and share with ocsinventory: TODO
- [lynxman] get nagios working better by default:  DONE
+ extend cobbler to store hardware information and share with ocsinventory: 
POSTPONED
+ [lynxman]  get nagios working better by default: DONE
  MIR enough of Orchestra to get onto install ISO: TODO
- ocsinventory integration into Orchestra: TODO
- test/extend ARM support: TODO
+ ocsinventory integration into Orchestra: POSTPONED
+ [racb] test/extend ARM support: TODO
  test adding a few thousand (fake) systems to cobbler and test 
memory/scalability limits: TODO
- [zul] fix cobbler bugs: TODO
+  fix cobbler bugs: DONE
  Full review of default preseed for orchestra: TODO
- Make client package (and its Recommends) installation optional in preseed: 
TODO
- Move byobu by default into orchestra_client_package snippet: TODO
- [andreserl] Make import ISO's optional during install: DONE
- Nagios plugin for rabbitmq-server: TODO
- Nagios plugin for libvirt: TODO
- Nagios plugin for nova: TODO
- Nagios plugin for swift: TODO
- Test ISCSI/AOE hardware with orchestra: TODO
- juju charm for nagios-plugins: TODO
- juju charm for rsyslog: TODO
- juju charm for nrpe: TODO
- juju charm for ocsinventory: TODO
- juju charm for collectd: TODO
- juju charm for glusterfs: TODO
+ Make client package (and its Recommends) installation optional in preseed: 
POSTPONED
+ Move byobu by default into orchestra_client_package snippet: POSTPONED
+ [andreserl]  Make import ISO's optional during install: DONE
+ Nagios plugin for rabbitmq-server: POSTPONED
+ Nagios plugin for libvirt: POSTPONED
+ Nagios plugin for nova: POSTPONED
+ Nagios plugin for swift: POSTPONED
+ Test ISCSI/AOE hardware with orchestra: POSTPONED
+ juju charm for nagios-plugins: POSTPONED
+ juju charm for rsyslog: POSTPONED
+ juju charm for nrpe: POSTPONED
+ juju charm for ocsinventory: POSTPONED
+ juju charm for collectd: POSTPONED
+ juju charm for glusterfs: POSTPONED
  
  Questions / Comments:
  Detailed so far, but I fear there is feature work we haven't yet documented. 
--Daviey
  
  Thanks.
  
  Work Items:

-- 
Orchestra Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-orchestra

-- 
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 918646] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-01-19 Thread Karthikeyannms
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/918646

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/918646/+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 918646] [NEW] package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-01-19 Thread Karthikeyannms
Public bug reported:

the mysql did not install 
i think i deleted the my.cnf and debian.cnf file from the /etc/mysql folder

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mysql-server-5.1 5.1.54-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Thu Jan 19 04:09:36 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SourcePackage: mysql-5.1
Title: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/918646/+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 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-01-19 Thread Scott Moser
Seen in jenkins daily runs in build at [1].  Specifically, see console
log of instance at [2]

--
[1] 
https://jenkins.qa.ubuntu.com/view/Precise%20ISO%20Testing%20Dashboard/view/Daily/job/precise-server-ec2-daily/ARCH=i386,REGION=eu-west-1,STORAGE=instance-store,label=ubuntu-server-ec2-testing/45/
[2] 
https://jenkins.qa.ubuntu.com/view/Precise%20ISO%20Testing%20Dashboard/view/Daily/job/precise-server-ec2-daily/ARCH=i386,REGION=eu-west-1,STORAGE=instance-store,label=ubuntu-server-ec2-testing/45/artifact/None/i386/m1.small/instance-store/i-929cf6db/uec2-20120119-0340-74e55fac26b44d-terminated.console.txt

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

Title:
  fsck.ext3: Device or resource busy while trying to open /dev/xvda2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/898373/+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 81242] Re: postfix-ldap is linked against gnuTLS

2012-01-19 Thread Harald Skoglund
Just ran into this problem in lucid. Just wanted to leave a comment to
point out that it's still an issue.

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

Title:
  postfix-ldap is linked against gnuTLS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/81242/+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 907690] Re: CVE-2011-3205: DoS (memory corruption and daemon restart) or remote Gopher servers.

2012-01-19 Thread Marc Deslauriers
debdiff looks good. ACK. I'm building the package now and will release
it today.

Thanks!

** Changed in: squid3 (Ubuntu Lucid)
   Status: New = Fix Committed

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

Title:
  CVE-2011-3205: DoS (memory corruption and daemon restart) or remote
  Gopher servers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/907690/+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 915089] Re: Tomcat 6 start up fails with unknown dir /var/lib/tomcat6/work

2012-01-19 Thread Mike Amos
The problem is not that relative directories are used. Use of relative
directories is correct and consistent with the standard. The problem is
that with the current Debian/Ubuntu/Natty installation of Tomcat6, the
links to the relative directory were broken. The workaround that I
provided in my 2012-01-11 comment correctly makes symbolic links to the
relative directories active. It neither makes the links hard links nor
moves the directories to an absolute location.

Without this change, Tomcat6 does did work. Why will you not fix the bad
links problem. Non-technical users will not have the ability to find and
repair the result of this incomplete installation and will not be able
to use packages dependent on Tomcat6.

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

Title:
  Tomcat 6 start up fails with unknown dir /var/lib/tomcat6/work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/915089/+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 915985] Re: usbhid-ups regression (APC BE525-RS)

2012-01-19 Thread Dmitry Andreychuk
Attaching logs with power failure for versions 2.6.1-2ubuntu2 and 2.6.3.
Power failures and power returns are marked with NOTE in the logs.

I noticed that UPS.PowerSummary.RemainingCapacity came with input report
only once. The device didn't send it upon changes for some reason.


** Attachment added: usbhid-ups_2.6.1-2ubuntu2_power_failure.log
   
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/915985/+attachment/2682552/+files/usbhid-ups_2.6.1-2ubuntu2_power_failure.log

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

Title:
  usbhid-ups regression (APC BE525-RS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/915985/+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 915985] Re: usbhid-ups regression (APC BE525-RS)

2012-01-19 Thread Dmitry Andreychuk
** Attachment added: usbhid-ups_2.6.3_power_failure.log
   
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/915985/+attachment/2682553/+files/usbhid-ups_2.6.3_power_failure.log

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

Title:
  usbhid-ups regression (APC BE525-RS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/915985/+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 918623] Re: Apache SSL config startup errors are neither printed nor logged

2012-01-19 Thread Dave Walker
** Changed in: apache2 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Apache SSL config startup errors are neither printed nor logged

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/918623/+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 918646] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-01-19 Thread Dave Walker
** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Low

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


[Merge] lp:~clint-fewbar/ubuntu/precise/zookeeper/drop-daemon-dep into lp:ubuntu/zookeeper

2012-01-19 Thread Clint Byrum
Clint Byrum has proposed merging 
lp:~clint-fewbar/ubuntu/precise/zookeeper/drop-daemon-dep into 
lp:ubuntu/zookeeper.

Requested reviews:
  Ubuntu Server Team (ubuntu-server)

For more details, see:
https://code.launchpad.net/~clint-fewbar/ubuntu/precise/zookeeper/drop-daemon-dep/+merge/89284

Uses start-stop-daemon to chuser so daemon is not needed
-- 
https://code.launchpad.net/~clint-fewbar/ubuntu/precise/zookeeper/drop-daemon-dep/+merge/89284
Your team Ubuntu Server Team is requested to review the proposed merge of 
lp:~clint-fewbar/ubuntu/precise/zookeeper/drop-daemon-dep into 
lp:ubuntu/zookeeper.
=== modified file 'debian/changelog'
--- debian/changelog	2011-12-01 15:03:53 +
+++ debian/changelog	2012-01-19 16:21:15 +
@@ -1,3 +1,12 @@
+zookeeper (3.3.4+dfsg1-1ubuntu1) UNRELEASED; urgency=low
+
+  * - d/zookeeperd.upstart.in: Change to use start-stop-daemon instead 
+  of daemon.
+- d/ubuntu_control_vars: remove daemon dependency
+
+
+ -- Clint Byrum cl...@fewbar.com  Mon, 09 Jan 2012 16:48:15 +0100
+
 zookeeper (3.3.4+dfsg1-1) unstable; urgency=low
 
   [ James Page ]

=== modified file 'debian/control'
--- debian/control	2011-12-01 15:03:53 +
+++ debian/control	2012-01-19 16:21:15 +
@@ -1,7 +1,8 @@
 Source: zookeeper
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org
+Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
+XSBC-Original-Maintainer: Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: James Page james.p...@ubuntu.com
 Homepage: http://hadoop.apache.org/zookeeper
 Vcs-Browser: http://git.debian.org/?p=pkg-java/zookeeper.git

=== modified file 'debian/ubuntu_control_vars'
--- debian/ubuntu_control_vars	2011-12-01 15:03:53 +
+++ debian/ubuntu_control_vars	2012-01-19 16:21:15 +
@@ -1,1 +1,1 @@
-zookeeperd-deps= daemon
+zookeeperd-deps= 

=== modified file 'debian/zookeeperd.upstart.in'
--- debian/zookeeperd.upstart.in	2011-12-01 15:03:53 +
+++ debian/zookeeperd.upstart.in	2012-01-19 16:21:15 +
@@ -21,7 +21,7 @@
 if [ -z $JMXDISABLE ]; then
 JAVA_OPTS=$JAVA_OPTS -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.local.only=$JMXLOCALONLY
 fi
-exec daemon --name=zookeeper --inherit --user=$USER \
-	-- $JAVA -cp $CLASSPATH $JAVA_OPTS -Dzookeeper.log.dir=${ZOO_LOG_DIR} \
+exec start-stop-daemon --start -c $USER --exec $JAVA \
+	-- -cp $CLASSPATH $JAVA_OPTS -Dzookeeper.log.dir=${ZOO_LOG_DIR} \
   	-Dzookeeper.root.logger=${ZOO_LOG4J_PROP} $ZOOMAIN $ZOOCFG
 end script

-- 
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 845788] Re: update_image in glance.client doesn't add content-length so the swift backend can't chunk

2012-01-19 Thread Mark McLoughlin
** Changed in: glance/diablo
   Status: Fix Committed = Fix Released

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

Title:
  update_image in glance.client doesn't add content-length so the swift
  backend can't chunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/845788/+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 174168] Re: expecting SSH2_MSG_KEX_DH_GEX_GROUP

2012-01-19 Thread mathew
Just to note that virbal's fix worked for me connecting to RHEL and
getting the same problem, but by comment out he means make it so that
the Ciphers line *isn't* commented out.

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

Title:
   expecting SSH2_MSG_KEX_DH_GEX_GROUP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/174168/+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 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-01-19 Thread Scott Moser
after looking at the console pointed at in comment 3, I thought i might
be able to trigger this by issuing 'reboot-instances' on a running node.
I was not successful in doing so.

In a instance of:
 eu-west-1 ami-738fb007  ubuntu-precise-daily-i386-server-20120119

I issued reboot via 'euca-reboot-instances' 10 times and colllected log
output (the low number is really because it takes 5m to get a console
output).  None of these resulted in the fsck issue.

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

Title:
  fsck.ext3: Device or resource busy while trying to open /dev/xvda2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/898373/+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 494084] Re: arch parameter is not passed by the image proxy during image install from store

2012-01-19 Thread John Pugh
** Changed in: image-store-proxy (Ubuntu)
   Status: Triaged = Incomplete

** Changed in: image-store-proxy (Ubuntu Karmic)
   Status: New = Incomplete

** Changed in: image-store-proxy (Ubuntu Lucid)
   Status: New = Incomplete

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

Title:
  arch parameter is not passed by the image proxy during image install
  from store

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/image-store-proxy/+bug/494084/+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 918826] [NEW] package postfix 2.7.0-1ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2012-01-19 Thread Neill_R
Public bug reported:

just doing as asked

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: postfix 2.7.0-1ubuntu0.2
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
AptOrdering:
 postfix: Install
 postfix-mysql: Install
 postfix: Configure
 postfix-mysql: Configure
Architecture: i386
Date: Thu Jan 19 16:48:48 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 75
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110719.2)
SourcePackage: postfix
Title: package postfix 2.7.0-1ubuntu0.2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 75

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


** Tags: apport-package i386 lucid

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

Title:
  package postfix 2.7.0-1ubuntu0.2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/918826/+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 918826] Re: package postfix 2.7.0-1ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2012-01-19 Thread Neill_R
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/918826

Title:
  package postfix 2.7.0-1ubuntu0.2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

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

2012-01-19 Thread Vish Ishaya
review was here:

https://review.openstack.org/#change,706

Last request was if the ringbuffer handling could be done by a separate
helper binary so nova-compute could go down for a bit without locking up
instances.

-- 
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 915941] Re: overlayfs does not honor lxc-related permissions

2012-01-19 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.2.0-10.17

---
linux (3.2.0-10.17) precise; urgency=low

  [ Andy Whitcroft ]

  * Revert SAUCE: overlayfs -- fs: limit filesystem stacking depth
  * Revert SAUCE: overlayfs -- overlay: overlay filesystem documentation
  * Revert SAUCE: overlayfs -- overlayfs: implement show_options
  * Revert SAUCE: overlayfs -- overlayfs: add statfs support
  * Revert SAUCE: overlayfs -- overlay filesystem
  * Revert SAUCE: overlayfs -- vfs: introduce clone_private_mount()
  * Revert SAUCE: overlayfs -- vfs: export do_splice_direct() to modules
  * Revert SAUCE: overlayfs -- vfs: add i_op-open()
  * ensure debian/ is not excluded from git by default
  * add new scripting to handle buglinks in rebases
  * ubuntu: overlayfs -- overlayfs: add statfs support
  * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
permissions to overlay files
- LP: #915941, #918212
- CVE-2012-0055

  [ Erez Zadok ]

  * ubuntu: overlayfs -- overlayfs: implement show_options

  [ Leann Ogasawara ]

  * Revert SAUCE: dmar: disable if ricoh multifunction detected
  * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
- LP: #907377, #911236
  * [Config] Enable CONFIG_IRQ_REMAP

  [ Miklos Szeredi ]

  * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
  * ubuntu: overlayfs -- vfs: add i_op-open()
  * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
  * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
  * ubuntu: overlayfs -- overlay filesystem
  * ubuntu: overlayfs -- fs: limit filesystem stacking depth

  [ Neil Brown ]

  * ubuntu: overlayfs -- overlay: overlay filesystem documentation

  [ Upstream Kernel Changes ]

  * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
- LP: #647043
  * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
breaks USB
- LP: #647043
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Mon, 16 Jan 2012 07:10:08 
-0800

** Changed in: linux (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-0055

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

Title:
  overlayfs does not honor lxc-related permissions

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


[Blueprint servercloud-p-juju-charm-testing] Juju: automated testing of charms

2012-01-19 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Whiteboard changed:
  Status: spec needed, place-holder work items added to get a better
  handle on the scope of work. Items blocked on spec.
  
  Work Items:
- [niemeyer] write spec for charm testing facility: TODO
- implement specified testing framework: BLOCKED
- deploy testing framework for use with local provider: BLOCKED
- deploy testing framework for use against ec2: BLOCKED
- deploy testing framework for use against canonistack: BLOCKED
- deploy testing framework for use against orchestra (managing VMs instead of 
machines): BLOCKED
- write charm tests for mysql: BLOCKED
- [clint-fewbar] write charm tests for haproxy: BLOCKED
- [clint-fewbar] write charm tests for wordpress: BLOCKED
- [mark-mims] write charm tests for hadoop: BLOCKED
- [james-page] add openstack tests: BLOCKED
+ write spec for charm testing facility: INPROGRESS
+ implement specified testing framework: TODO
+ deploy testing framework for use with local provider: TODO
+ deploy testing framework for use against ec2: TODO
+ deploy testing framework for use against canonistack: TODO
+ deploy testing framework for use against orchestra (managing VMs instead of 
machines): TODO
+ write charm tests for mysql: TODO
+ [clint-fewbar] write charm tests for haproxy: TODO
+ [clint-fewbar] write charm tests for wordpress: TODO
+ [mark-mims] write charm tests for hadoop: TODO
+ [james-page] add openstack tests: TODO
  [mark-mims] jenkins charm to spawn basic charm tests: DONE
  [mark-mims] basic charm tests... just test install hooks for now: INPROGRESS
  
  Session notes:
  Welcome to Ubuntu Developer Summit!
  #uds-p #track #topic
  put your session notes here
  Requirements of automated testing of charms:
  * LET'S KEEP IT SIMPLE! :-)
  * Detect breakage of a charm relating to an interface
  * Identification of individual change which breaks a given relationship
  * Maybe implement tests that mock a relation to ensure implementers are 
compliant
  * Test dependent charms when a provider charm changes
  * Run test NxN of providers and requirers so all permutations are sane 
(_very_ expensive, probably impossible)
  * Run testing against multiple environment providers (EC2/OpenStack/BareMetal)
  * Notify maintainers when the charm breaks, rather than waiting for polling
  * Verify idempotency of hooks
  * Tricky to _verify_, and not an enforced convention at the moment, so 
not sure
  * be able to specify multiple scenarios
  * For functional tests, they are in fact exercising multiple charms. Should 
those sit
    within the charms, or outside since it's in fact exercising the whole graph?
    * The place for these composed tests seem to be the stack
  * As much data as possible should be collected about the running tests so 
that a broken
    charm can be debugged and fixed.
  * Provide rich artifacts for failure analysis
  * Ideally tests will be run in lock step mode, so that breaking charms can 
be individually
    identified, but this is hard because changes may be co-dependent
  * It would be nice to have interface-specific tests that can run against any 
charms that
    implement such interfaces. In addition to working as tests, this is also a 
pragmatic
    way to document the interface.
  * support gerrit-like topics?  (What's that? :-) i.e., change-sets (across 
different branches)
  * We need a way to know which charms trigger which tests
  * Keep it simple
  * James mentioned he'd like to have that done by Alpha 1 (December) so that 
he can take
    that into account for the OpenStack testing effort.
  ACTIONS:
  [niemeyer] spec
  [james-page] add openstack tests
  
- 
  Proposal below is too complicated, rejected (Kept for posterity)
  
  Proposal:
  
  Each charm has a tests directory
  
  Under tests, you have executables:
  
  __install__ -- test to run after charm is installed with no relations
  
  Then two directories:
  provides/
  requires/
  
  These directories have a directory underneath for each interface
  provided/required. Those directories contain executables to run.
  
  The test runner follows the following method:
  
  deploy charm
  wait for installed status
  run __install__ script, FAIL if exits non-zero
  destroy service
  for interface in provides ; do
  calculate graph of all charms in store which require interface and all of 
its dependency combinations
  deploy requiring charm w/ dependencies and providing service
  add-relation between requiring/providing
  for test in provides/interface ; do
    run test with name of deployed requiring service
  for interface in requires ; do
  repeat process above with provides/requires transposed
  
  Each commit to any branch in charm store will queue up a run with only
  that change applied, none that have been done after it, and record
  pass/fail

-- 
Juju: automated testing of charms
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-charm-testing

-- 
Ubuntu-server-bugs mailing list

[Blueprint servercloud-p-juju-charm-testing] Juju: automated testing of charms

2012-01-19 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Whiteboard changed:
  Status: spec needed, place-holder work items added to get a better
- handle on the scope of work. Items blocked on spec.
+ handle on the scope of work.
  
  Work Items:
  write spec for charm testing facility: INPROGRESS
  implement specified testing framework: TODO
  deploy testing framework for use with local provider: TODO
  deploy testing framework for use against ec2: TODO
  deploy testing framework for use against canonistack: TODO
  deploy testing framework for use against orchestra (managing VMs instead of 
machines): TODO
  write charm tests for mysql: TODO
  [clint-fewbar] write charm tests for haproxy: TODO
  [clint-fewbar] write charm tests for wordpress: TODO
  [mark-mims] write charm tests for hadoop: TODO
  [james-page] add openstack tests: TODO
  [mark-mims] jenkins charm to spawn basic charm tests: DONE
  [mark-mims] basic charm tests... just test install hooks for now: INPROGRESS
  
  Session notes:
  Welcome to Ubuntu Developer Summit!
  #uds-p #track #topic
  put your session notes here
  Requirements of automated testing of charms:
  * LET'S KEEP IT SIMPLE! :-)
  * Detect breakage of a charm relating to an interface
  * Identification of individual change which breaks a given relationship
  * Maybe implement tests that mock a relation to ensure implementers are 
compliant
  * Test dependent charms when a provider charm changes
  * Run test NxN of providers and requirers so all permutations are sane 
(_very_ expensive, probably impossible)
  * Run testing against multiple environment providers (EC2/OpenStack/BareMetal)
  * Notify maintainers when the charm breaks, rather than waiting for polling
  * Verify idempotency of hooks
  * Tricky to _verify_, and not an enforced convention at the moment, so 
not sure
  * be able to specify multiple scenarios
  * For functional tests, they are in fact exercising multiple charms. Should 
those sit
    within the charms, or outside since it's in fact exercising the whole graph?
    * The place for these composed tests seem to be the stack
  * As much data as possible should be collected about the running tests so 
that a broken
    charm can be debugged and fixed.
  * Provide rich artifacts for failure analysis
  * Ideally tests will be run in lock step mode, so that breaking charms can 
be individually
    identified, but this is hard because changes may be co-dependent
  * It would be nice to have interface-specific tests that can run against any 
charms that
    implement such interfaces. In addition to working as tests, this is also a 
pragmatic
    way to document the interface.
  * support gerrit-like topics?  (What's that? :-) i.e., change-sets (across 
different branches)
  * We need a way to know which charms trigger which tests
  * Keep it simple
  * James mentioned he'd like to have that done by Alpha 1 (December) so that 
he can take
    that into account for the OpenStack testing effort.
  ACTIONS:
  [niemeyer] spec
  [james-page] add openstack tests
  
  Proposal below is too complicated, rejected (Kept for posterity)
  
  Proposal:
  
  Each charm has a tests directory
  
  Under tests, you have executables:
  
  __install__ -- test to run after charm is installed with no relations
  
  Then two directories:
  provides/
  requires/
  
  These directories have a directory underneath for each interface
  provided/required. Those directories contain executables to run.
  
  The test runner follows the following method:
  
  deploy charm
  wait for installed status
  run __install__ script, FAIL if exits non-zero
  destroy service
  for interface in provides ; do
  calculate graph of all charms in store which require interface and all of 
its dependency combinations
  deploy requiring charm w/ dependencies and providing service
  add-relation between requiring/providing
  for test in provides/interface ; do
    run test with name of deployed requiring service
  for interface in requires ; do
  repeat process above with provides/requires transposed
  
  Each commit to any branch in charm store will queue up a run with only
  that change applied, none that have been done after it, and record
  pass/fail

-- 
Juju: automated testing of charms
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-charm-testing

-- 
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 868360] Re: Incorrect secret key causes user details to be revealed

2012-01-19 Thread Mark McLoughlin
** Changed in: nova/diablo
   Status: Fix Committed = Fix Released

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

Title:
  Incorrect secret key causes user details to be revealed

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/868360/+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 863305] Re: Image access control is available

2012-01-19 Thread Mark McLoughlin
** Changed in: nova/diablo
   Status: Fix Committed = Fix Released

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

Title:
  Image access control is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/863305/+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 862969] Re: --logfile_mode flag does not properly set logfile permissions

2012-01-19 Thread Mark McLoughlin
** Changed in: nova/diablo
   Status: Fix Committed = Fix Released

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

Title:
  --logfile_mode flag does not properly set logfile permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/862969/+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 861582] Re: Failed snapshots are not cleaned up

2012-01-19 Thread Mark McLoughlin
** Changed in: nova/diablo
   Status: Fix Committed = Fix Released

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

Title:
  Failed snapshots are not cleaned up

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/861582/+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 859679] Re: using source groups (-o) with security groups causes a lazy load exception

2012-01-19 Thread Mark McLoughlin
** Changed in: nova/diablo
   Status: Fix Committed = Fix Released

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

Title:
  using source groups (-o) with security groups causes a lazy load
  exception

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/859679/+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 859587] Re: nova-network deletes default route

2012-01-19 Thread Mark McLoughlin
** Changed in: nova/diablo
   Status: Fix Committed = Fix Released

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

Title:
  nova-network deletes default route

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/859587/+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 855030] Re: Encountering sporadic AMQPChannelException

2012-01-19 Thread Mark McLoughlin
** Changed in: nova/diablo
   Status: Fix Committed = Fix Released

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

Title:
  Encountering sporadic AMQPChannelException

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/855030/+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 854614] Re: metadata service local-hostname is not fqdn

2012-01-19 Thread Mark McLoughlin
** Changed in: nova/diablo
   Status: Fix Committed = Fix Released

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

Title:
  metadata service local-hostname is not fqdn

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/854614/+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 850602] Re: block migration needs to copy backing file

2012-01-19 Thread Mark McLoughlin
** Changed in: nova/diablo
   Status: Fix Committed = Fix Released

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

Title:
  block migration needs to copy backing file

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/850602/+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 838581] Re: Failures in db_pool code: 'NoneType' object has no attribute '_keymap' or not returning rows.

2012-01-19 Thread Mark McLoughlin
** Changed in: nova/diablo
   Status: Fix Committed = Fix Released

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

Title:
  Failures in db_pool code: 'NoneType' object has no attribute '_keymap'
  or not returning rows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/838581/+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 774500] Re: postfix build does not have documented support of sqlite

2012-01-19 Thread Launchpad Bug Tracker
This bug was fixed in the package postfix - 2.8.7-1~build1

---
postfix (2.8.7-1~build1) precise; urgency=low

  * upload for precise

postfix (2.8.7-1) unstable; urgency=low

  [Wietse Venema]

  * New Upstream Version

  [LaMont Jones]

  * ack NMU
  * add debian/copyright file for lintian
  * Add SMTPS entry to ufw profile.  LP: #859658
  * Add sqlite map support.  LP: #774500  Closes: #651208
  * Fix linux 3.0 + multiarch FTBFS, based on patch from Loïc Minier.
Closes: #643020
 -- LaMont Jones lam...@ubuntu.com   Thu, 19 Jan 2012 12:23:50 -0700

** Changed in: postfix (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  postfix build does not have documented support of sqlite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/774500/+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 859658] Re: Add SSMTP entry

2012-01-19 Thread Launchpad Bug Tracker
This bug was fixed in the package postfix - 2.8.7-1~build1

---
postfix (2.8.7-1~build1) precise; urgency=low

  * upload for precise

postfix (2.8.7-1) unstable; urgency=low

  [Wietse Venema]

  * New Upstream Version

  [LaMont Jones]

  * ack NMU
  * add debian/copyright file for lintian
  * Add SMTPS entry to ufw profile.  LP: #859658
  * Add sqlite map support.  LP: #774500  Closes: #651208
  * Fix linux 3.0 + multiarch FTBFS, based on patch from Loïc Minier.
Closes: #643020
 -- LaMont Jones lam...@ubuntu.com   Thu, 19 Jan 2012 12:23:50 -0700

** Changed in: postfix (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Add SSMTP entry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/859658/+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 914169] Re: lxc-start-ephemeral script does not support in-line programmatic commands to ephemeral containers

2012-01-19 Thread Gary Poster
With the fix from bug 914169, the only basic change we need in this
script is as follows:

121,122c121,122
 mkdir -p $LXC_DIR/rootfs/var/lib/dhcp3
 mkdir -p $LXC_DIR/rootfs/var/lib/dhcp
---
 sudo mkdir -p $LXC_DIR/rootfs/var/lib/dhcp3
 sudo mkdir -p $LXC_DIR/rootfs/var/lib/dhcp

We're also interested in making the ssh call more robust by retrying a
few times if it fails.  Sometimes the sshd has not yet started in the
container, so this can give spurious errors.  We gave an initial stab at
this but do not have a solution yet.

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

Title:
  lxc-start-ephemeral script does not support in-line programmatic
  commands to ephemeral containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/914169/+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 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-01-19 Thread Scott Moser
after doing this, i caught a fsck device busy error:

args=--region=eu-west-1 i-087e0b41'
for((i=12;i50;i++)); do 
  echo $(date): i=$i; euca-reboot-instances $args   sleep 1m  
  euca-get-console-output $args  /tmp/console.hard-reboot$i; done

the 37th boot (attaching) showed this error.


** Attachment added: 2 kernel boot consoles, one showing failure
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/898373/+attachment/2683001/+files/console.hard-reboot37

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

Title:
  fsck.ext3: Device or resource busy while trying to open /dev/xvda2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/898373/+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 914169] Re: lxc-start-ephemeral script does not support in-line programmatic commands to ephemeral containers

2012-01-19 Thread Serge Hallyn
Thanks, Gary, I'll upload with that change.

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

Title:
  lxc-start-ephemeral script does not support in-line programmatic
  commands to ephemeral containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/914169/+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 918884] [NEW] mysql server won't run so the logzilla application I am trying to test and evaluate is not running

2012-01-19 Thread Adrian O'Boyle
Public bug reported:

I expected that the Mysql server would run and collect and index data
from the Network Firewall's  So I can build reports and match the
compliance issue we face.

So far without a Network Syslog server for firewalls makes that task
much harder. expexcted the mysql database to run, to log and track
syslogs from all company firewalls from one location.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: mysql-server 5.1.58-1ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Thu Jan 19 14:53:03 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mysql-5.1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric

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

Title:
  mysql server won't run so the logzilla application I am trying to test
  and evaluate is not running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/918884/+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 918884] Re: mysql server won't run so the logzilla application I am trying to test and evaluate is not running

2012-01-19 Thread Adrian O'Boyle
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/918884

Title:
  mysql server won't run so the logzilla application I am trying to test
  and evaluate is not running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/918884/+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 914169] Re: lxc-start-ephemeral script does not support in-line programmatic commands to ephemeral containers

2012-01-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lxc

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

Title:
  lxc-start-ephemeral script does not support in-line programmatic
  commands to ephemeral containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/914169/+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 914169] Re: lxc-start-ephemeral script does not support in-line programmatic commands to ephemeral containers

2012-01-19 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu6

---
lxc (0.7.5-3ubuntu6) precise; urgency=low

  * debian/patches/0020-drop-cap-mac-admin.patch - to prevent containers
from loading apparmor policy.
  * update 0016-nested-cgroups.patch:  create cgroup dirs 0755 so that
unprivileged users can read them (with lxc-ls).
  * debian/local/lxc-start-ephemeral: support in-line commands (LP: #914169)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 17 Jan 2012 10:55:20 -0600

** Changed in: lxc (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  lxc-start-ephemeral script does not support in-line programmatic
  commands to ephemeral containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/914169/+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 918827] [NEW] vsftpd running on non-standart port by inetd failing after inetd restart

2012-01-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have an openbsd-inetd installed and vsftpd launched by this lines in 
/etc/inetd.conf
 192.168.0.1:ftp stream  tcp nowait  root/usr/sbin/tcpd  vsftpd
x.x.x.x:2121   stream  tcp nowait  root/usr/sbin/tcpd  vsftpd 
/etc/vsftpd.conf.local
where x.x.x.x is my public ip address

By doing so i can run different config files. And it works great but until I do 
service openbsd-inetd restart command. 
After that ftp listing shows me 
drwxr-xr-x   11 1000 1000 4096 ??. 19 14:16 Maildir
drwxr-xr-x2 1000 1000 4096 ??. 19 16:04 public_html

I still can change directory by entering it mannually but it is not comfortable 
since ftp clients like filezilla or firefox or other clients show  ??. 19 
14:16 Maildir or a blank screen instead of Maildir. 
the other instance of ftp (listening on port 21) works fine and shows 

drwxrwsrwx   11 109  120  4096 Jan 08 13:23 pub

After reboot the vsftpd listening on 2121 port works fine again and shows
drwxr-xr-x   11 1000 1000 4096 Jan 19 14:16 Maildir
drwxr-xr-x2 1000 1000 4096 Jan 19 16:04 public_html
and firefox and filezilla and all other clients work fine again. But always 
restart server is not good idea. 

1) ubuntu server release
Description:Ubuntu 11.10
Release:11.10
2) kasak@mx:~$ apt-cache policy vsftpd
vsftpd:
  Установлен: 2.3.2-3ubuntu5.1
  Кандидат:   2.3.2-3ubuntu5.1
  Таблица версий:
 *** 2.3.2-3ubuntu5.1 0
500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ oneiric-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2.3.2-3ubuntu5 0
500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
3) expected directories and files listing
4) listing shows directories and files forwarded by ??. instead of month, 
and it makes  working with different clients incompatible

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


** Tags: bot-comment
-- 
vsftpd running on non-standart port by inetd failing after inetd restart
https://bugs.launchpad.net/bugs/918827
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to vsftpd 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 616064] Re: Broken networking in kvm guests

2012-01-19 Thread Daniel Nicoletti
I have the same problem on 11.10 (old version had it too), if I scp/nfs
a large file it starts, go fast but at some point the network of the
machine does not work anymore. sometimes it transfers 1GB others a
100MB. I use the bridge interface to get to the machine and it still
responding, it seems like the attached virtual network  card is what is
failing.. I remember using tun/tap with VirtualBox, is it possible to
try using that with the bridge?

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

Title:
  Broken networking in kvm guests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/616064/+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 913952] Re: no console on precise containers

2012-01-19 Thread Serge Hallyn
Marking this invalid for util-linux because, mysteriously, I can no
longer reproduce it.

** Changed in: util-linux (Ubuntu)
   Status: New = Invalid

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

Title:
  no console on precise containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/913952/+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 918827] Re: vsftpd running on non-standart port by inetd failing after inetd restart

2012-01-19 Thread Коскин Илья
** Package changed: ubuntu = vsftpd (Ubuntu)

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

Title:
  vsftpd running on non-standart port by inetd failing after inetd
  restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/918827/+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 616064] Re: Broken networking in kvm guests

2012-01-19 Thread Daniel Nicoletti
Following the advice on 
http://serverfault.com/questions/341178/downloads-stuck-from-a-vm-run-by-libvirt-kvm-on-ubuntu-10-04-lts
I changed:
model type='pcnet'/
To
model type='rtl8139'/

And now I'm able to transfer my 37GB tar, so it seems a bug in the
virtual drivers.

BTW It's not only downloads that stuck, killing the proccess does not
revive the interface which does not even respond to ping.

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

Title:
  Broken networking in kvm guests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/616064/+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 918884] Re: mysql server won't run so the logzilla application I am trying to test and evaluate is not running

2012-01-19 Thread Dave Walker
** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Low

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

Title:
  mysql server won't run so the logzilla application I am trying to test
  and evaluate is not running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/918884/+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 918827] Re: vsftpd running on non-standart port by inetd failing after inetd restart

2012-01-19 Thread Dave Walker
** Changed in: vsftpd (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  vsftpd running on non-standart port by inetd failing after inetd
  restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/918827/+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 918826] Re: package postfix 2.7.0-1ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2012-01-19 Thread Dave Walker
Config issue...
postconf: fatal: /etc/postfix/main.cf, line 29: missing '=' after attribute 
name:

Thanks.

** Changed in: postfix (Ubuntu)
   Status: New = Invalid

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

Title:
  package postfix 2.7.0-1ubuntu0.2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/918826/+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 879666] Re: chown error for console.fifo when launching vm

2012-01-19 Thread Dave Walker
@Robie, Can you propose this fix for Precise first; then we'll SRU it.

Thanks.

** Also affects: nova (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Also affects: nova (Ubuntu Precise)
   Importance: Medium
   Status: New

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

Title:
  chown error for console.fifo when launching vm

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/879666/+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


[Blueprint servercloud-p-hdp-hadoop] Ubuntu Server - Hadoop

2012-01-19 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Target versions of Hadoop components:
  
  hadoop-0.20.205.0
  hcatalog-0.2.0
  pig-0.9.0
  hbase-0.90.4
  hive-0.7.1 # the script I got from Hortonworks labels this as hive-0.7.1+ 
which includes fixes to hive. - Yes - we might need to look at that - we should 
be able to overlay the fixes if need be without rebuilding the entire project
  zookeeper-3.3.2
  Q: Their website indicates they will use ambari as something 
devops/juju-like. Clearly we want to use juju but have they made any ambari 
assumptions?
  A:  No idea - one to ask Matt
  
  Package naming:
  
  hadoop
  hcatalog
  pig
  hbase
  hive
  
  Needs confirmation (conflicts with archive):
  
  zookeeper
  
  Assumptions:
  
  Packaging will use bigtop as a base.
   - reuse of control file structure will help support bigtop packages in juju 
charms as and when they support precise.
  Java will NOT be rebuilt during the package build process.
  Native libraries will be rebuilt during the package build process.
  Q: What does this mean for the hive embedded in hcatalog (via 
hcatalog-0.2.0/hive/external)? I'm guessing we just use the hdp-hive package we 
create.
  Patches may be required for native build components.
  Debconf configuration in packages is useful for Juju charms and should be 
applied where appropriate.
  --- Debconf currently in use:  namenode, jobtracker and hdfs_dir
  Binary distributions will be used from upstream (no source build by default).
  Q: Exactly what does this mean in this context? Binary distributions of ...  
Are these the jar files inside the hortonworks/apache source (e.g. 
./hive-0.7.1+/lib/javaewah-0.3.jar?
  A: So most of the apache projects ship a binary distribution tarball which 
includes all of the compile Java etc so we should not build from source - just 
re-use these jars etc...
  
  Challenges:
  
  hcatalog not packaged in bigtop trunk (need to check branches)
  JAVA_HOME and use of openjdk-6/7?  JAVA_HOME detection - bigtop use a 
specific package for this (bigtop-utils) which tries to guess - might be worth 
re-using.
  java-package as recommended approach to re-packaging Oracle java for Ubuntu 
(generates Debian packaging from upstream binary distro).
  Kerberos security - probably actually needs to be a charm configuration 
option to secure a cluster.
  Q:  For Kerberos, do we have the necessary dependencies to get this done?  If 
so, I can do the charm work.j
  Q:  Re: Kerberos.  We may need to really look into this as this will end up 
affecting not only hadoop but, all of the other parts ( hive, pig, etc. ) as 
well.  This can really complicate the packaging/charming as well so, we may not 
have time to get it all done in this cycle.  Just my thoughts.
  MultiArch native libraries in hdp-hadoop package - should not must.
  Hive contains patches for hcatalog support - we need to work these in somehow 
(maybe a overlay to the binary re-distribution).
  
  hcatalog:
  External dependency on mysql-connector? and maybe mysql?
  No binary distribution - only source so will need to be built locally to 
produce release tarbal.
  
  Work items:
  Resolve conflict between archive zookeeper and partner zookeeper (1): TODO
- [james-page] Package hadoop for partner (5): INPROGRESS
- [james-page] Rebuild native component during package rebuild for hadoop (5): 
INPROGRESS
+ [james-page] Package hadoop for partner (5): DONE
+ [james-page] Rebuild native component during package rebuild for hadoop (5): 
DONE
  Package zookeeper for partner (3): TODO
  Package hcatalog for partner (10): TODO
  [negronjl] Package pig for partner (3): INPROGRESS
  Package hbase for partner (3): TODO
  [negronjl] Package hive for partner (3): INPROGRESS
  Work out solution for JAVA_HOME detection/override (1): TODO
  [negronjl] Juju charm for zookeeper (will depend on the zookeeper package): 
TODO
  [negronjl] Juju charm for hcatalog (will depend on the hcatalog package): TODO
  [negronjl] Juju charm for pig (will depend on the pig package): TODO
  [negronjl] Juju charm for hbase (will depend on the hbase package): TODO
  [negronjl] Juju charm for hive (will depend on the hive package): TODO
  [negronjl] Update hadoop charm for HDP packaging (will add option to select 
between the existing hadoop and the new hdp-hadoop package): TODO
  Support iterating packaging as charms are developed (5): TODO
  Test deployment and packaging: TODO
  Provide support for charming work and review packaging installs: TODO

-- 
Ubuntu Server - Hadoop
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-hdp-hadoop

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


[Blueprint servercloud-p-hdp-hadoop] Ubuntu Server - Hadoop

2012-01-19 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Target versions of Hadoop components:
  
  hadoop-0.20.205.0
  hcatalog-0.2.0
  pig-0.9.0
  hbase-0.90.4
  hive-0.7.1 # the script I got from Hortonworks labels this as hive-0.7.1+ 
which includes fixes to hive. - Yes - we might need to look at that - we should 
be able to overlay the fixes if need be without rebuilding the entire project
  zookeeper-3.3.2
  Q: Their website indicates they will use ambari as something 
devops/juju-like. Clearly we want to use juju but have they made any ambari 
assumptions?
  A:  No idea - one to ask Matt
  
  Package naming:
  
  hadoop
  hcatalog
  pig
  hbase
  hive
  
  Needs confirmation (conflicts with archive):
  
  zookeeper
  
  Assumptions:
  
  Packaging will use bigtop as a base.
   - reuse of control file structure will help support bigtop packages in juju 
charms as and when they support precise.
  Java will NOT be rebuilt during the package build process.
  Native libraries will be rebuilt during the package build process.
  Q: What does this mean for the hive embedded in hcatalog (via 
hcatalog-0.2.0/hive/external)? I'm guessing we just use the hdp-hive package we 
create.
  Patches may be required for native build components.
  Debconf configuration in packages is useful for Juju charms and should be 
applied where appropriate.
  --- Debconf currently in use:  namenode, jobtracker and hdfs_dir
  Binary distributions will be used from upstream (no source build by default).
  Q: Exactly what does this mean in this context? Binary distributions of ...  
Are these the jar files inside the hortonworks/apache source (e.g. 
./hive-0.7.1+/lib/javaewah-0.3.jar?
  A: So most of the apache projects ship a binary distribution tarball which 
includes all of the compile Java etc so we should not build from source - just 
re-use these jars etc...
  
  Challenges:
  
  hcatalog not packaged in bigtop trunk (need to check branches)
  JAVA_HOME and use of openjdk-6/7?  JAVA_HOME detection - bigtop use a 
specific package for this (bigtop-utils) which tries to guess - might be worth 
re-using.
  java-package as recommended approach to re-packaging Oracle java for Ubuntu 
(generates Debian packaging from upstream binary distro).
  Kerberos security - probably actually needs to be a charm configuration 
option to secure a cluster.
  Q:  For Kerberos, do we have the necessary dependencies to get this done?  If 
so, I can do the charm work.j
  Q:  Re: Kerberos.  We may need to really look into this as this will end up 
affecting not only hadoop but, all of the other parts ( hive, pig, etc. ) as 
well.  This can really complicate the packaging/charming as well so, we may not 
have time to get it all done in this cycle.  Just my thoughts.
  MultiArch native libraries in hdp-hadoop package - should not must.
  Hive contains patches for hcatalog support - we need to work these in somehow 
(maybe a overlay to the binary re-distribution).
  
  hcatalog:
  External dependency on mysql-connector? and maybe mysql?
  No binary distribution - only source so will need to be built locally to 
produce release tarbal.
  
  Work items:
  Resolve conflict between archive zookeeper and partner zookeeper (1): TODO
  [james-page] Package hadoop for partner (5): DONE
  [james-page] Rebuild native component during package rebuild for hadoop (5): 
DONE
  Package zookeeper for partner (3): TODO
  Package hcatalog for partner (10): TODO
  [negronjl] Package pig for partner (3): INPROGRESS
- Package hbase for partner (3): TODO
+ [james-page] Package hbase for partner (3): TODO
  [negronjl] Package hive for partner (3): INPROGRESS
  Work out solution for JAVA_HOME detection/override (1): TODO
  [negronjl] Juju charm for zookeeper (will depend on the zookeeper package): 
TODO
  [negronjl] Juju charm for hcatalog (will depend on the hcatalog package): TODO
  [negronjl] Juju charm for pig (will depend on the pig package): TODO
  [negronjl] Juju charm for hbase (will depend on the hbase package): TODO
  [negronjl] Juju charm for hive (will depend on the hive package): TODO
  [negronjl] Update hadoop charm for HDP packaging (will add option to select 
between the existing hadoop and the new hdp-hadoop package): TODO
  Support iterating packaging as charms are developed (5): TODO
  Test deployment and packaging: TODO
  Provide support for charming work and review packaging installs: TODO

-- 
Ubuntu Server - Hadoop
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-hdp-hadoop

-- 
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 918946] [NEW] cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Scott Moser
Public bug reported:

if you try to start a qemu/kvm guest from inside a container crated by lxc 
create -t ubuntu, it will fail with something like:
error: Failed to start domain my.img
error: unable to allow device /dev/full: Operation not permitted


$ lxc create -t ubuntu -n lv1 
$ lxc-console -n lv1
# login here
% apt-get install qemu-kvm
% apt-get install dbus # bug 918343
% apt-get install libvirt-bin
% qemu-img create -f qcow2 disk.img 1G
% virsh define libvirt.xml
% virsh start mytest


from a working qemu guest, I see:
# cat /sys/fs/cgroup/devices/libvirt/qemu/myname/devices.list 
c 136:* rw
c 1:3 rw
c 1:7 rw
c 1:5 rw
c 1:8 rw
c 1:9 rw
c 5:2 rw
c 254:0 rw

So I think we need to add access to that list of devices. (haven't testd
this all the way yet).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lxc 0.7.5-3ubuntu5
ProcVersionSignature: User Name 3.2.0-8.15-virtual 3.2.0
Uname: Linux 3.2.0-8-virtual x86_64
ApportVersion: 1.90-0ubuntu1
Architecture: amd64
Date: Thu Jan 19 21:52:06 2012
Ec2AMI: ami-012b
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lxc (Ubuntu)
 Importance: Low
 Status: Confirmed


** Tags: amd64 apport-bug ec2-images precise

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

Title:
  cannot run libvirt in an 'lxc create -t ubuntu' container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/918946/+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 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Scott Moser
** Attachment added: libvirt.xml referenced in bug report
   https://bugs.launchpad.net/bugs/918946/+attachment/2683222/+files/libvirt.xml

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

Title:
  cannot run libvirt in an 'lxc create -t ubuntu' container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/918946/+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 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Status: New = Confirmed

** Changed in: lxc (Ubuntu)
   Importance: Undecided = Low

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

Title:
  cannot run libvirt in an 'lxc create -t ubuntu' container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/918946/+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 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Serge Hallyn
Thanks, Scott.  All the other devices you list are already being
granted, so I'll add 1:7 (/dev/full) to the whitelist.

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

Title:
  cannot run libvirt in an 'lxc create -t ubuntu' container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/918946/+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 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Scott Moser
** Description changed:

  if you try to start a qemu/kvm guest from inside a container crated by lxc 
create -t ubuntu, it will fail with something like:
  error: Failed to start domain my.img
  error: unable to allow device /dev/full: Operation not permitted
  
- 
- $ lxc create -t ubuntu -n lv1 
+ $ lxc-create -t ubuntu -n lv1
+ $ lxc-start -n lv1 -d
  $ lxc-console -n lv1
  # login here
  % apt-get install qemu-kvm
  % apt-get install dbus # bug 918343
  % apt-get install libvirt-bin
  % qemu-img create -f qcow2 disk.img 1G
  % virsh define libvirt.xml
  % virsh start mytest
  
- 
  from a working qemu guest, I see:
- # cat /sys/fs/cgroup/devices/libvirt/qemu/myname/devices.list 
+ # cat /sys/fs/cgroup/devices/libvirt/qemu/myname/devices.list
  c 136:* rw
  c 1:3 rw
  c 1:7 rw
  c 1:5 rw
  c 1:8 rw
  c 1:9 rw
  c 5:2 rw
  c 254:0 rw
  
  So I think we need to add access to that list of devices. (haven't testd
  this all the way yet).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lxc 0.7.5-3ubuntu5
  ProcVersionSignature: User Name 3.2.0-8.15-virtual 3.2.0
  Uname: Linux 3.2.0-8-virtual x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 19 21:52:06 2012
  Ec2AMI: ami-012b
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  cannot run libvirt in an 'lxc create -t ubuntu' container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/918946/+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 616064] Re: Broken networking in kvm guests

2012-01-19 Thread Serge Hallyn
@Daniel: yes, you can use tap devices with kvm, and attach the tap
devices to the bridge.

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

Title:
  Broken networking in kvm guests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/616064/+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 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu7

---
lxc (0.7.5-3ubuntu7) precise; urgency=low

  * lxc-ubuntu template: add 1:7 (/dev/full) to whitelist (LP: #918946)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 19 Jan 2012 16:21:48 -0600

** Changed in: lxc (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  cannot run libvirt in an 'lxc create -t ubuntu' container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/918946/+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 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Scott Moser
** Description changed:

  if you try to start a qemu/kvm guest from inside a container crated by lxc 
create -t ubuntu, it will fail with something like:
  error: Failed to start domain my.img
  error: unable to allow device /dev/full: Operation not permitted
  
  $ lxc-create -t ubuntu -n lv1
  $ lxc-start -n lv1 -d
  $ lxc-console -n lv1
  # login here
  % apt-get install qemu-kvm
  % apt-get install dbus # bug 918343
  % apt-get install libvirt-bin
- % qemu-img create -f qcow2 disk.img 1G
+ % qemu-img create -f qcow2 /tmp/disk.img 1G
  % virsh define libvirt.xml
  % virsh start mytest
  
  from a working qemu guest, I see:
  # cat /sys/fs/cgroup/devices/libvirt/qemu/myname/devices.list
  c 136:* rw
  c 1:3 rw
  c 1:7 rw
  c 1:5 rw
  c 1:8 rw
  c 1:9 rw
  c 5:2 rw
  c 254:0 rw
  
  So I think we need to add access to that list of devices. (haven't testd
  this all the way yet).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lxc 0.7.5-3ubuntu5
  ProcVersionSignature: User Name 3.2.0-8.15-virtual 3.2.0
  Uname: Linux 3.2.0-8-virtual x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 19 21:52:06 2012
  Ec2AMI: ami-012b
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  cannot run libvirt in an 'lxc create -t ubuntu' container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/918946/+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 918956] [NEW] package quagga 0.99.17-4ubuntu1.1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2012-01-19 Thread wanderson
Public bug reported:

# apt-get install quagga
Lendo listas de pacotes... Pronto
Construindo árvore de dependências   
Lendo informação de estado... Pronto
Pacotes sugeridos:
  snmpd
Os NOVOS pacotes a seguir serão instalados:
  quagga
0 pacotes atualizados, 1 pacotes novos instalados, 0 a serem removidos e 4 não 
atualizados.
É preciso baixar 0 B/1.534 kB de arquivos.
Depois desta operação, 5.349 kB adicionais de espaço em disco serão usados.
Pré-configurando pacotes ...
Selecionando pacote previamente não selecionado quagga.
(Lendo banco de dados ... 150180 ficheiros e directórios actualmente 
instalados.)
Desempacotando quagga (de .../quagga_0.99.17-4ubuntu1.1_i386.deb) ...
Processando gatilhos para ureadahead ...
Processando gatilhos para man-db ...
Configurando quagga (0.99.17-4ubuntu1.1) ...
Loading capability module if not yet done.
Starting Quagga daemons (prio:10): ospfdThere is no such command.
Error occured during reading below line.
  network 172.31.255.0/24

invoke-rc.d: initscript quagga, action start failed.
dpkg: erro processando quagga (--configure):
 sub-processo script post-installation instalado retornou estado de saída de 
erro 1
Erros foram encontrados durante o processamento de:
 quagga
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: quagga 0.99.17-4ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.38-13.53-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic i686
AptOrdering:
 quagga: Install
 quagga: Configure
Architecture: i386
Date: Thu Jan 19 20:34:52 2012
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SourcePackage: quagga
Title: package quagga 0.99.17-4ubuntu1.1 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

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

Title:
  package quagga 0.99.17-4ubuntu1.1 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quagga/+bug/918956/+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 918956] Re: package quagga 0.99.17-4ubuntu1.1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2012-01-19 Thread wanderson
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quagga in Ubuntu.
https://bugs.launchpad.net/bugs/918956

Title:
  package quagga 0.99.17-4ubuntu1.1 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

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


[Blueprint servercloud-p-arm-openmpi] Update OpenMPI to the 1.5 version with ARM support

2012-01-19 Thread Robie Basak
Blueprint changed by Robie Basak:

Whiteboard changed:
  Nothing to discuss, we just either update the existing one or add another 
package version into the archive. -robbie.w
  Added a bug task to track activity. -- Daviey
  
  There seems to have been some rudimentary support for ARM added in the
  past (https://bugs.launchpad.net/ubuntu/+source/openmpi/+bug/438433).
  What exactly is the functionality/use case that we need to add, and how
  would I verify that it is complete? --rbasak
  
  rbasak, lets discuss it in a regular meeting - can you raise it please?
  Thanks -- Daviey
  
+ janimo rbasak, does openmpi 1.5 have features you want for server? The BP 
is not clear about whether you want to replace 1.4 or have both versions (1.5 
is labeled beta by upstream)
+ janimo since if you want 1.5 arm FTBFS should not be a blocker and we 
should have it synced from experimental so it gets enough testing
+ 
  Work Items:
  decide if we want to have 2 versions in universe, i.e. -stable and -feature: 
TODO
  sync 1.5 version package from Debian experimental: TODO

-- 
Update OpenMPI to the 1.5 version with ARM support
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-arm-openmpi

-- 
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 917660] Re: Installing qemu-user-static in an i386 lxc container applies the binfmt changes to the host, breaking execution in that host

2012-01-19 Thread Brad Figg
Thank you for taking the time to file a bug report on this issue.

However, given the number of bugs that the Kernel Team receives during
any development cycle it is impossible for us to review them all.
Therefore, we occasionally resort to using automated bots to request
further testing. This is such a request.

We have noted that there is a newer version of the development kernel
than the one you last tested when this issue was found. Please test
again with the newer kernel and indicate in the bug if this issue still
exists or not.

You can update to the latest development kernel by simply running the
following commands in a terminal window:

sudo apt-get update
sudo apt-get upgrade

If the bug still exists, change the bug status from Incomplete to
Confirmed. If the bug no longer exists, change the bug status from
Incomplete to Fix Released.

If you want this bot to quit automatically requesting kernel tests, add
a tag named: bot-stop-nagging.

 Thank you for your help, we really do appreciate it.


** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

** Tags added: kernel-request-3.2.0-10.17

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

Title:
  Installing qemu-user-static in an i386 lxc container applies the
  binfmt changes to the host, breaking execution in that host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/917660/+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 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Scott Moser
re-attaching libvirt.xml (this one has full, not relative, path to
/tmp/disk.img, and has 'qemu' as the type).


** Description changed:

  if you try to start a qemu/kvm guest from inside a container crated by lxc 
create -t ubuntu, it will fail with something like:
  error: Failed to start domain my.img
  error: unable to allow device /dev/full: Operation not permitted
  
  $ lxc-create -t ubuntu -n lv1
  $ lxc-start -n lv1 -d
  $ lxc-console -n lv1
  # login here
- % apt-get install qemu-kvm
+ % apt-get install qemu-kvm wget
  % apt-get install dbus # bug 918343
  % apt-get install libvirt-bin
- % qemu-img create -f qcow2 /tmp/disk.img 1G
+ % wget 
http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img 
-O disk.zimg
+ % qemu-img convert disk.zimg -O qcow2 /tmp/disk.img
  % virsh define libvirt.xml
  % virsh start mytest
  
  from a working qemu guest, I see:
  # cat /sys/fs/cgroup/devices/libvirt/qemu/myname/devices.list
  c 136:* rw
  c 1:3 rw
  c 1:7 rw
  c 1:5 rw
  c 1:8 rw
  c 1:9 rw
  c 5:2 rw
  c 254:0 rw
  
  So I think we need to add access to that list of devices. (haven't testd
  this all the way yet).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lxc 0.7.5-3ubuntu5
  ProcVersionSignature: User Name 3.2.0-8.15-virtual 3.2.0
  Uname: Linux 3.2.0-8-virtual x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 19 21:52:06 2012
  Ec2AMI: ami-012b
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)

** Attachment removed: libvirt.xml referenced in bug report
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/918946/+attachment/2683222/+files/libvirt.xml

** Attachment added: libvirt.xml referenced in bug report
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/918946/+attachment/2683440/+files/libvirt.xml

** Description changed:

  if you try to start a qemu/kvm guest from inside a container crated by lxc 
create -t ubuntu, it will fail with something like:
  error: Failed to start domain my.img
  error: unable to allow device /dev/full: Operation not permitted
  
  $ lxc-create -t ubuntu -n lv1
  $ lxc-start -n lv1 -d
  $ lxc-console -n lv1
  # login here
  % apt-get install qemu-kvm wget
  % apt-get install dbus # bug 918343
  % apt-get install libvirt-bin
  % wget 
http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img 
-O disk.zimg
  % qemu-img convert disk.zimg -O qcow2 /tmp/disk.img
+ % wget 
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/918946/+attachment/2683440/+files/libvirt.xml
  % virsh define libvirt.xml
  % virsh start mytest
  
  from a working qemu guest, I see:
  # cat /sys/fs/cgroup/devices/libvirt/qemu/myname/devices.list
  c 136:* rw
  c 1:3 rw
  c 1:7 rw
  c 1:5 rw
  c 1:8 rw
  c 1:9 rw
  c 5:2 rw
  c 254:0 rw
  
  So I think we need to add access to that list of devices. (haven't testd
  this all the way yet).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lxc 0.7.5-3ubuntu5
  ProcVersionSignature: User Name 3.2.0-8.15-virtual 3.2.0
  Uname: Linux 3.2.0-8-virtual x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 19 21:52:06 2012
  Ec2AMI: ami-012b
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  cannot run libvirt in an 'lxc create -t ubuntu' container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/918946/+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 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Scott Moser
with the additional /dev/hpet added to the container cgroups, i can
successfully boot cirros via lxc from inside the container.

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

Title:
  cannot run libvirt in an 'lxc create -t ubuntu' container

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


[Blueprint servercloud-p-hdp-hadoop] Ubuntu Server - Hadoop

2012-01-19 Thread Juan L. Negron
Blueprint changed by Juan L. Negron:

Whiteboard changed:
  Target versions of Hadoop components:
  
  hadoop-0.20.205.0
  hcatalog-0.2.0
  pig-0.9.0
  hbase-0.90.4
  hive-0.7.1 # the script I got from Hortonworks labels this as hive-0.7.1+ 
which includes fixes to hive. - Yes - we might need to look at that - we should 
be able to overlay the fixes if need be without rebuilding the entire project
  zookeeper-3.3.2
  Q: Their website indicates they will use ambari as something 
devops/juju-like. Clearly we want to use juju but have they made any ambari 
assumptions?
  A:  No idea - one to ask Matt
  
  Package naming:
  
  hadoop
  hcatalog
  pig
  hbase
  hive
  
  Needs confirmation (conflicts with archive):
  
  zookeeper
  
  Assumptions:
  
  Packaging will use bigtop as a base.
   - reuse of control file structure will help support bigtop packages in juju 
charms as and when they support precise.
  Java will NOT be rebuilt during the package build process.
  Native libraries will be rebuilt during the package build process.
  Q: What does this mean for the hive embedded in hcatalog (via 
hcatalog-0.2.0/hive/external)? I'm guessing we just use the hdp-hive package we 
create.
  Patches may be required for native build components.
  Debconf configuration in packages is useful for Juju charms and should be 
applied where appropriate.
  --- Debconf currently in use:  namenode, jobtracker and hdfs_dir
  Binary distributions will be used from upstream (no source build by default).
  Q: Exactly what does this mean in this context? Binary distributions of ...  
Are these the jar files inside the hortonworks/apache source (e.g. 
./hive-0.7.1+/lib/javaewah-0.3.jar?
  A: So most of the apache projects ship a binary distribution tarball which 
includes all of the compile Java etc so we should not build from source - just 
re-use these jars etc...
  
  Challenges:
  
  hcatalog not packaged in bigtop trunk (need to check branches)
  JAVA_HOME and use of openjdk-6/7?  JAVA_HOME detection - bigtop use a 
specific package for this (bigtop-utils) which tries to guess - might be worth 
re-using.
  java-package as recommended approach to re-packaging Oracle java for Ubuntu 
(generates Debian packaging from upstream binary distro).
  Kerberos security - probably actually needs to be a charm configuration 
option to secure a cluster.
  Q:  For Kerberos, do we have the necessary dependencies to get this done?  If 
so, I can do the charm work.j
  Q:  Re: Kerberos.  We may need to really look into this as this will end up 
affecting not only hadoop but, all of the other parts ( hive, pig, etc. ) as 
well.  This can really complicate the packaging/charming as well so, we may not 
have time to get it all done in this cycle.  Just my thoughts.
  MultiArch native libraries in hdp-hadoop package - should not must.
  Hive contains patches for hcatalog support - we need to work these in somehow 
(maybe a overlay to the binary re-distribution).
  
  hcatalog:
  External dependency on mysql-connector? and maybe mysql?
  No binary distribution - only source so will need to be built locally to 
produce release tarbal.
  
  Work items:
  Resolve conflict between archive zookeeper and partner zookeeper (1): TODO
  [james-page] Package hadoop for partner (5): DONE
  [james-page] Rebuild native component during package rebuild for hadoop (5): 
DONE
  Package zookeeper for partner (3): TODO
  Package hcatalog for partner (10): TODO
- [negronjl] Package pig for partner (3): INPROGRESS
+ [negronjl] Package pig for partner (3): DONE
  [james-page] Package hbase for partner (3): TODO
- [negronjl] Package hive for partner (3): INPROGRESS
+ [negronjl] Package hive for partner (3): DONE
  Work out solution for JAVA_HOME detection/override (1): TODO
  [negronjl] Juju charm for zookeeper (will depend on the zookeeper package): 
TODO
  [negronjl] Juju charm for hcatalog (will depend on the hcatalog package): TODO
  [negronjl] Juju charm for pig (will depend on the pig package): TODO
  [negronjl] Juju charm for hbase (will depend on the hbase package): TODO
  [negronjl] Juju charm for hive (will depend on the hive package): TODO
  [negronjl] Update hadoop charm for HDP packaging (will add option to select 
between the existing hadoop and the new hdp-hadoop package): TODO
  Support iterating packaging as charms are developed (5): TODO
  Test deployment and packaging: TODO
  Provide support for charming work and review packaging installs: TODO

-- 
Ubuntu Server - Hadoop
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-hdp-hadoop

-- 
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 633876] Re: Squid closes connection without sending a reply when requesting nonexistent file over FTP

2012-01-19 Thread Launchpad Bug Tracker
[Expired for squid3 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: squid3 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Squid closes connection without sending a reply when requesting
  nonexistent file over FTP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/633876/+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 727897] Re: package squid3 3.0.STABLE19-1ubuntu0.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2012-01-19 Thread Launchpad Bug Tracker
[Expired for squid3 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: squid3 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package squid3 3.0.STABLE19-1ubuntu0.1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/727897/+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 919068] [NEW] After I installed bridge-utils I don't have Network on reboot

2012-01-19 Thread Daniel Senderowicz
Public bug reported:

 I posted the details of the problem on: 
http://ubuntuforums.org/showthread.php?t=1911817
 
$ lsb_release -rd
Description:Ubuntu 11.10
Release:11.10

$ apt-cache policy bridge-utils
bridge-utils:
  Installed: 1.5-2ubuntu1
  Candidate: 1.5-2ubuntu1
  Version table:
 *** 1.5-2ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
100 /var/lib/dpkg/status

I was expecting to have network after boot.

I don't have network instead.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: bridge-utils 1.5-2ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Thu Jan 19 22:45:21 2012
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: bridge-utils
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (96 days ago)

** Affects: bridge-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  After I installed bridge-utils I don't have Network on reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/919068/+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 919068] Re: After I installed bridge-utils I don't have Network on reboot

2012-01-19 Thread Daniel Senderowicz
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bridge-utils in Ubuntu.
https://bugs.launchpad.net/bugs/919068

Title:
  After I installed bridge-utils I don't have Network on reboot

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