[Bug 916200] Re: missing kernel module ipmi_si module

2012-01-16 Thread Stefan Bader
They are of course different. I just checked with a resent 2.6.2-37.81
generic i386 kernel. And here the module loads just fine. Note that you
had to load ipmi_devintf always to make ipmitool work. Please check
dmesg after the failed load as that normally shows more detailed errors.

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

Title:
  missing kernel module ipmi_si module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/916200/+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-16 Thread Dmitry Andreychuk
Hi Arnaud,

Thanks for your reply! Attaching output for 2.6.0-1ubuntu3.


** Attachment added: usbhid-ups_2.6.0-1ubuntu3.log
   
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/915985/+attachment/2676822/+files/usbhid-ups_2.6.0-1ubuntu3.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 917081] [NEW] open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module failed to build

2012-01-16 Thread Jerry
Public bug reported:

installing new kept back kernel version
bombs like previous times

odd authorization and memory error this time
and only had synaptic, firefox and xemacs running
plus gkrellm...


you may not want it reported, but it's still causing
apport to run, so reporting it, feel free to duplicate
it, or make it invalid like so many bug reports I've seen
triaged and time wasted...

it's still a bug if it crashes, whether the kernel
or package is ready to be released.../ awaiting something
upstream or whatever...

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.07.19-450511-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
Uname: Linux 3.2.0-9-generic i686
ApportVersion: 1.90-0ubuntu2
Architecture: i386
DKMSKernelVersion: 3.2.0-9-generic
Date: Mon Jan 16 04:59:40 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
PackageVersion: 2011.07.19-450511-0ubuntu2
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module 
failed to build
UpgradeStatus: Upgraded to precise on 2011-11-25 (51 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/917081/+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 917081] Re: open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module failed to build

2012-01-16 Thread Jerry
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/917081

Title:
  open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/917081/+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 917081] Re: open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module failed to build

2012-01-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/917081/+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 917134] [NEW] dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-01-16 Thread Jens Finkhäuser
Public bug reported:

Running 2.6.32-37-server on Ubuntu 10.04. The issue is a bit hard to
explain, so bear with me.

- I've got a DRBD setup running, but my DRBD device got messed up. I'm not 
entirely sure how, but it happend.
- The DRBD resource is configured with verify-alg sha1 and csums-alg sha1.
- Now when drbdsetup runs to initialize the device, the command doesn't exit, 
and there's some crash information in syslog.
- I can also see a command /sbin/modprobe -q -- sha1_all being run that also 
doesn't seem to exit, which on the DRBD peer node (identical setup) exits 
immediately.
- I also see errors about VIA Padlock devices not existing.

My assumption is that because there's some bad data on the block device
underlying the DRBD resource, DRBD tries to check the device, tries to
use SHA1 as configured, but somehow loading the SHA1 module deadlocks
with whatever DRBD is trying to do. If I remove the kernel module
padlock-sha and hard reboot, everything works as expected.

This is what's in syslog:

Jan 16 13:29:21 htz0 kernel: [  178.247889] BUG: soft lockup - CPU#7 stuck for 
61s! [kstop/7:1657]
Jan 16 13:29:21 htz0 kernel: [  178.248206] Modules linked in: padlock_sha(-) 
sha1_generic drbd ipt_REJECT ipt_LOG xt_limit xt_tcpudp ipt_addrtype xt_state 
ip6table_filter ip6_tables nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack iptable_filter 
ip_tables x_tables fbcon tileblit font lp bitblit softcursor vga16fb video 
parport xhci vgastate output multipath linear aacraid 3w_9xxx 3w_ raid10 
raid456 async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx 
raid1 raid0 sata_nv r8169 ahci mii sata_sil sata_via
Jan 16 13:29:21 htz0 kernel: [  178.248245] CPU 7:
Jan 16 13:29:21 htz0 kernel: [  178.248247] Modules linked in: padlock_sha(-) 
sha1_generic drbd ipt_REJECT ipt_LOG xt_limit xt_tcpudp ipt_addrtype xt_state 
ip6table_filter ip6_tables nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack iptable_filter 
ip_tables x_tables fbcon tileblit font lp bitblit softcursor vga16fb video 
parport xhci vgastate output multipath linear aacraid 3w_9xxx 3w_ raid10 
raid456 async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx 
raid1 raid0 sata_nv r8169 ahci mii sata_sil sata_via
Jan 16 13:29:21 htz0 kernel: [  178.248282] Pid: 1657, comm: kstop/7 Not 
tainted 2.6.32-37-server #81-Ubuntu System Product Name
Jan 16 13:29:21 htz0 kernel: [  178.248284] RIP: 0010:[810b7ca5]  
[810b7ca5] stop_cpu+0x85/0xf0
Jan 16 13:29:21 htz0 kernel: [  178.248291] RSP: 0018:8804170e3df0  EFLAGS: 
0293
Jan 16 13:29:21 htz0 kernel: [  178.248293] RAX: 0001 RBX: 
8804170e3e00 RCX: 
Jan 16 13:29:21 htz0 kernel: [  178.248296] RDX: 81869248 RSI: 
0100 RDI: 81869240
Jan 16 13:29:21 htz0 kernel: [  178.248298] RBP: 81013c6e R08: 
8804170e2000 R09: 
Jan 16 13:29:21 htz0 kernel: [  178.248300] R10:  R11: 
 R12: 0001
Jan 16 13:29:21 htz0 kernel: [  178.248302] R13: 0001 R14: 
0001 R15: 0400
Jan 16 13:29:21 htz0 kernel: [  178.248305] FS:  () 
GS:88000ffc() knlGS:
Jan 16 13:29:21 htz0 kernel: [  178.248308] CS:  0010 DS: 0018 ES: 0018 CR0: 
8005003b
Jan 16 13:29:21 htz0 kernel: [  178.248310] CR2: 7fa7f1c65beb CR3: 
01001000 CR4: 000406e0
Jan 16 13:29:21 htz0 kernel: [  178.248312] DR0:  DR1: 
 DR2: 
Jan 16 13:29:21 htz0 kernel: [  178.248314] DR3:  DR6: 
0ff0 DR7: 0400
Jan 16 13:29:21 htz0 kernel: [  178.248316] Call Trace:
Jan 16 13:29:21 htz0 kernel: [  178.248323]  [81081597] ? 
run_workqueue+0xc7/0x1a0
Jan 16 13:29:21 htz0 kernel: [  178.248328]  [81081713] ? 
worker_thread+0xa3/0x110
Jan 16 13:29:21 htz0 kernel: [  178.248332]  [81086140] ? 
autoremove_wake_function+0x0/0x40
Jan 16 13:29:21 htz0 kernel: [  178.248337]  [81081670] ? 
worker_thread+0x0/0x110
Jan 16 13:29:21 htz0 kernel: [  178.248340]  [81085dc6] ? 
kthread+0x96/0xa0
Jan 16 13:29:21 htz0 kernel: [  178.248344]  [810141aa] ? 
child_rip+0xa/0x20
Jan 16 13:29:21 htz0 kernel: [  178.248348]  [81085d30] ? 
kthread+0x0/0xa0
Jan 16 13:29:21 htz0 kernel: [  178.248351]  [810141a0] ? 
child_rip+0x0/0x20

Hope that helps; feel free to ask for more information.

Jens

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

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

Title:
  dbrd8 kernel module and padlock-sha kernel module in deadlock

To manage notifications about this 

[Bug 907690] Re: CVE-2011-3205: DoS (memory corruption and daemon restart) or remote Gopher servers.

2012-01-16 Thread Marc Deslauriers
Thanks for the debdiffs. Sorry for the delay in reviewing them.

ACK for maverick, natty and oneiric. They are being built now and will
be released in a few hours.

NACK for lucid. There seems to be a line missing in the CVE-2011-3205
patch. Could you please check, and attach a fixed debdiff?

Thanks!

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

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

** Changed in: squid3 (Ubuntu Natty)
   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


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

2012-01-16 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:
  
  hdp-hadoop
  hdp-hcatalog
  hdp-pig
  hdp-hbase
  hdp-hive
  hdp-zookeeper
  * The hdp prefix comes from Hortonworks terminology: Hortonworks Data 
Platform (though they are obviously reinforcing connectedness to hadoop itself.)
  
  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
- Package hadoop for partner (5): TODO
+ [james-page] Package hadoop for partner (5): INPROGRESS
  Rebuild native component during package rebuild for hadoop (5): TODO
  Package zookeeper for partner (3): TODO
  Package hcatalog for partner (10): TODO
- Package pig for partner (3): TODO
+ [negronjl] Package pig for partner (3): INPROGRESS
  Package hbase for partner (3): TODO
  Package hive for partner (3): TODO
  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 HDP 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 912701] Re: Openstack Compute with Xen in Ubuntu 11.10 fails to load due to Domain-0 being considered an instance

2012-01-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nova (Ubuntu)
   Status: New = 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/912701

Title:
  Openstack Compute with Xen in Ubuntu 11.10 fails to load due to
  Domain-0 being considered an instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/912701/+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 916489] Re: grub-ipxe says B: command not found

2012-01-16 Thread Dave Walker
Thanks for the bug report.  This is resolved with a newer upstream
version which is currently being undertaken.

Assigning bug to the developer working on the new upstream snapshot.

Thanks!

** Changed in: ipxe (Ubuntu)
   Importance: Undecided = Medium

** Changed in: ipxe (Ubuntu)
 Assignee: (unassigned) = Marc Cluet (lynxman)

** Changed in: ipxe (Ubuntu)
Milestone: None = precise-alpha-2

** Changed in: ipxe (Ubuntu)
   Status: New = Triaged

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

Title:
  grub-ipxe says B: command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/916489/+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 912701] Re: Openstack Compute with Xen in Ubuntu 11.10 fails to load due to Domain-0 being considered an instance

2012-01-16 Thread Alvaro Lopez
** Changed in: nova
   Status: New = 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/912701

Title:
  Openstack Compute with Xen in Ubuntu 11.10 fails to load due to
  Domain-0 being considered an instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/912701/+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 916494] Re: Please put ipxe.krn to the desktop CD

2012-01-16 Thread Dave Walker
I think this is a really good idea, and something I have put some
consideration into aswell for the server iso.

I'd love to see your iPXE boot script.

Thanks.

** Changed in: ipxe (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Please put ipxe.krn to the desktop CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/916494/+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 912701] Re: Openstack Compute with Xen in Ubuntu 11.10 fails to load due to Domain-0 being considered an instance

2012-01-16 Thread Alvaro Lopez
** Changed in: nova
   Status: Confirmed = In Progress

** Changed in: nova
 Assignee: (unassigned) = Alvaro Lopez (aloga)

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

Title:
  Openstack Compute with Xen in Ubuntu 11.10 fails to load due to
  Domain-0 being considered an instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/912701/+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 912701] Fix proposed to nova (master)

2012-01-16 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/3067

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

Title:
  Openstack Compute with Xen in Ubuntu 11.10 fails to load due to
  Domain-0 being considered an instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/912701/+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 873390] Re: dovecot restart/stopstart fails due to child processes still running

2012-01-16 Thread Antono Vasiljev
any plans to backport it to oneiric?

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

Title:
  dovecot restart/stopstart fails due to child processes still running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/873390/+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-openstack] Openstack Next Steps

2012-01-16 Thread Chuck Short
Blueprint changed by Chuck Short:

Whiteboard changed:
  Etherpad:
    edit: http://pad.ubuntu.com/uds-p-servercloud-p-openstack
    time slider: 
http://pad.ubuntu.com/ep/pad/view/uds-p-servercloud-p-openstack/latest
  
  - add some mechanism to promote ubuntu images, options:
    - populate ubuntu images upon glance installation
    - option in dashboard to download/install
  
  Work Items:
  
  [zulcss] Package Nova Essex: INPROGRESS
  [zulcss] Package Swift Essex: INPROGRESS
  [zulcss] Package Glance Essex: INPROGRESS
  [zulcss] Package Keystone Essex: INPROGRESS
  [zulcss] Package Horizon Essex: INPROGRESS
  [zulcss] Week 6 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  [zulcss] Week 7 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 8 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
- Week 10 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
+ Week 10 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 11 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 12 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 13 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 14 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 15 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 16 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 17 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 18 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 19 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 20 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 21 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 22 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 23 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 24 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Evaluate and package melange for Universe: DONE
  Package quantum for Universe: DONE
  MIR for keystone: INPROGRESS
  MIR for horizon: INPROGRESS
  Enable SSL for Nova: INPROGRESS
  Enable SSL for Glance: INPROGRESS
  Make sure Nova configuration is sane: DONE
  Make sure Glance configuration is sane: DONE
  Investigate S3 for Glance: TODO
  Make sure all services are using upstart: TODO
  [zulcss] Start Nova EC2 API team: DONE
  Fix keystone to use with EC2: TODO
  Fix EC2 Bugs: TODO
  Solve EC2 ID issue (to allow multiple zones): TODO
  Test ARM/LXC support: TODO
  Fix Openstack Bug #: TODO
  Test IPV6 on Nova: TODO
  Check on Nova auditing and billing: TODO
  Test Nova with a large number of instances: INPROGRESS
  Test Nova with a large load: INPROGRESS
  Test Nova with large uptime: INPROGRESS
  Fix nova-lxc Bug #: TODO
  Investigate automatic sync/awareness of cloud-images content: TODO
  Implement horizon awareness of cloud-images content: TODO
  Implement automatic sync of cloud-images content: TODO
  Package horizon awareness of cloud-images content: TODO
  Package automatic sync of cloud-images content: TODO

-- 
Openstack Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-openstack

-- 
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 912030] Re: The auto.net script that comes with autofs5 is broken

2012-01-16 Thread Paul Smith
** Bug watch added: Red Hat Bugzilla #782169
   https://bugzilla.redhat.com/show_bug.cgi?id=782169

** Also affects: autofs5 (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=782169
   Importance: Unknown
   Status: Unknown

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

Title:
  The auto.net script that comes with autofs5 is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/912030/+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 917309] [NEW] brcompatd works with brctl delif but doesn't with addif

2012-01-16 Thread Rogério Vinhal Nunes
Public bug reported:

I'm using the openvswitch updated version in Oneiric. I've installed Xen
and made a xenbr0 bridge in /etc/network/interfaces. When I start the
openvswitch initscript it doesn't remove the bridge module, but loads
the brcompat module.

With this setup, whenever I edit the bridge using brctl, every delif
command removes interfaces from the bridge and also from the ovs bridge,
but when I add an interface with brctl addif, it only adds the interface
in the bridge, and not in the ovs bridge.

I can manually add the interface using ovs-vsctl add-port bridge
interface, and then delete it again with brctl delif. It works as
intended again with delif, but never with addif.

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

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

Title:
  brcompatd works with brctl delif but doesn't with addif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/917309/+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 192643] Re: dnsmasq with enable-dbus doesn't work properly with NetworkManager

2012-01-16 Thread Mathieu Trudel-Lapierre
Closing as Fix Released since the upstream bug was also closed. All
indicates that this works properly at this point.

** Changed in: network-manager (Ubuntu)
   Status: New = Fix Released

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

Title:
  dnsmasq with enable-dbus doesn't work properly with NetworkManager

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/192643/+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 917309] Re: brcompatd works with brctl delif but doesn't with addif

2012-01-16 Thread Ben Pfaff
 When I start the openvswitch initscript it doesn't remove the bridge module, 
 but loads the brcompat module.
brcompatd should not be enabled by default.  Does this mean that you 
specifically enabled ovs-brcompatd, by installing the openvswitch-brcompat 
package and editing /etc/default/openvswitch?

I'm not surprised that loading both the brcompat module and the actual
bridge module causes problems.  They are not meant to be loaded
together.  I do see, however, that nothing prevents both from being
loaded at the same time.  This is probably what needs to be fixed.

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

Title:
  brcompatd works with brctl delif but doesn't with addif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/917309/+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 917309] Re: brcompatd works with brctl delif but doesn't with addif

2012-01-16 Thread Rogério Vinhal Nunes
Yes, I manually enabled it in /etc/default/openvswitch.

I used to make brcompatd work in 10.04 with a compiled version by doing
a rmmod in bridge, loading brcompat and then restarting the network so
that the bridge that was removed due to rmmod would reappear. But in
11.10 when I do rmmod the bridge disappears as expected but when I
reload the bridge by restarting the network or by manually doing a brctl
addbr, the bridge module automatically reappears.

Examining the openvswitch opening script I find that it only tries to
remove the module if there are no bridges up. But what good is brcompatd
if there are no bridges up? Even if there are no bridges up and you fire
up a bridge manually, but it doesn't work due to the bridge module
starting by itself? Not being able to remove the bridge module should
also be an error that prevents the brcompatd service from starting as it
will do no good to be started in this way.

Is there any way to prevent the bridge module from reappearing?

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

Title:
  brcompatd works with brctl delif but doesn't with addif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/917309/+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 708493] Re: Can't login anymore: Read from socket failed: Connection reset by peer

2012-01-16 Thread Evan Peck
** Summary changed:

- cannot login anymore: Read from socket failed: Connection reset by peer
+ Can't login anymore: Read from socket failed: Connection reset by peer

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

Title:
  Can't login anymore: Read from socket failed: Connection reset by peer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/708493/+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 917309] Re: brcompatd works with brctl delif but doesn't with addif

2012-01-16 Thread Ben Pfaff
Examining the openvswitch opening script I find that it only tries to remove 
the module if there are no bridges up.
...to prevent the script from destroying all of your bridges, if you have some 
configured.

But what good is brcompatd if there are no bridges up?
I think you misunderstand the purpose of brcompatd.  It is to allow commands 
such as brctl addbr to control Open vSwitch instead of the Linux bridge 
module.  It is not to allow Open vSwitch to control the Linux bridge module.

Even if there are no bridges up and you fire up a bridge manually, but it 
doesn't work due to the bridge module starting by itself?
I don't understand that question/statement.

Not being able to remove the bridge module should also be an error that 
prevents the brcompatd service from starting as it will do no good to be 
started in this way.
That's reasonable, and easy to change.  I'll send a patch to ovs-dev.

Is there any way to prevent the bridge module from reappearing?
I think that modprobe has a blacklist feature.

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

Title:
  brcompatd works with brctl delif but doesn't with addif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/917309/+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 917435] [NEW] Apache mod_rewrite doesn't work after most recent oneric update

2012-01-16 Thread matt.meisberger
Public bug reported:

On two separate computer I have run a software update and apache2
mod_write stopped working.  It appears that the module is enabled and
can be enabled / disabled through a2enmod / a2dismod.  apache2ctl -t -D
DUMP_MODULES 21 |grep rewrite also indicates that it is enabled.

The page received is a no data received from server page. If I put
miscellaneous  characters in the .htaccess file I get the same page. If
I remove the file the index.php script is parsed as would be expected.

Running 11.10 Oneric Kubuntu with install updates from:

All
Important security
Recommended updates
Pre-release updates
Unsupported updates

** 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/917435

Title:
  Apache mod_rewrite doesn't work after most recent oneric update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/917435/+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 917081] Re: open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module failed to build

2012-01-16 Thread Daniel van Vugt
*** This bug is a duplicate of bug 898289 ***
https://bugs.launchpad.net/bugs/898289

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 898289, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 898289
   open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module failed 
to build [error: assignment of read-only member ‘i_nlink’]

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

Title:
  open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/917081/+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 917471] [NEW] Please upgrade to the latest upstream bug fix release for precise

2012-01-16 Thread Tuomas Jormola
Public bug reported:

Hi!

It's nice to see that precise, the next LTS, will be released with
Bacula 5.2.x. Currently 5.2.1 is being used. But it would be great if
you could upgrade to the latest 5.2.3 bugfix release for the next LTS,
see http://www.bacula.org/en/?page=news. 5.2.2 is labeled as an
important bug fix release and the later 5.2.3 fixes even some more
bugs. Thanks.

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

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

Title:
  Please upgrade to the latest upstream bug fix release for precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/917471/+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 807675] Please test proposed package

2012-01-16 Thread Martin Pitt
Hello John, or anyone else affected,

Accepted augeas into natty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

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

Title:
  please port 0.8.1 for Natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/noesis/+bug/807675/+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 807675] Re: please port 0.8.1 for Natty

2012-01-16 Thread Martin Pitt
Fixed in oneiric/precise:

augeas |0.8.1-2 |   oneiric | source
augeas | 0.10.0-0ubuntu3 |   precise | source


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

** Changed in: augeas (Ubuntu)
Milestone: natty-updates = None

** Tags added: verification-needed

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

Title:
  please port 0.8.1 for Natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/noesis/+bug/807675/+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 807675] Re: please port 0.8.1 for Natty

2012-01-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/augeas

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

Title:
  please port 0.8.1 for Natty

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