Re: [Bug 965507] Re: Juju uses http to contact uec-images.ubuntu.com

2012-03-27 Thread Clint Byrum
Excerpts from Clint Byrum's message of Mon Mar 26 21:18:45 UTC 2012:
 So, changing to an https url only solves the problem halfway. It turns
 out twisted's web client does not verify certs. That is also a problem
 for the backend charm store (https://store.juju.ubuntu.com). I am
 expanding this bug then, to include that url as well and clarifying the
 title to represent the true nature of the problem.
 
 txaws includes twisted code to verify the certs on Ubuntu systems, so I
 will add that. This may mean that the client breaks on other systems
 such as OS X since OS X will not have its CA certificates in /etc/ssl.

FYI, the bug for verifying certs is bug #781949

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

Title:
  Juju uses http to contact uec-images.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/965507/+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 966039] [NEW] netsnmp_assert 1 == new_val-high failed int64.c:419 netsnmp_c64_check32_and_update()

2012-03-27 Thread Ralf Hildebrandt
Public bug reported:

In my daemon.log I'm finding lots of those:

# fgrep -1 netsnmp_assert /var/log/daemon.log
Mar 25 22:10:51 search snmpd[1589]: Connection from UDP: 
[10.32.32.167]:51129-[10.32.32.146]
Mar 25 22:11:15 search snmpd[1589]: netsnmp_assert 1 == new_val-high failed 
int64.c:419 netsnmp_c64_check32_and_update()
Mar 25 22:11:30 search snmpd[1589]: c64 32 bit check failed
--
Mar 26 09:31:09 search snmpd[1589]: Connection from UDP: 
[10.32.32.167]:57283-[10.32.32.146]
Mar 26 09:34:08 search snmpd[1589]: netsnmp_assert 1 == new_val-high failed 
int64.c:419 netsnmp_c64_check32_and_update()
Mar 26 09:34:23 search snmpd[1589]: c64 32 bit check failed
--
Mar 26 09:56:10 search snmpd[1589]: Connection from UDP: 
[10.32.32.167]:44584-[10.32.32.146]
Mar 26 09:58:53 search snmpd[1589]: netsnmp_assert 1 == new_val-high failed 
int64.c:419 netsnmp_c64_check32_and_update()
Mar 26 09:59:08 search snmpd[1589]: c64 32 bit check failed
--
Mar 26 10:01:10 search snmpd[1589]: Connection from UDP: 
[10.32.32.167]:52062-[10.32.32.146]
Mar 26 10:05:08 search snmpd[1589]: netsnmp_assert 1 == new_val-high failed 
int64.c:419 netsnmp_c64_check32_and_update()
Mar 26 10:05:23 search snmpd[1589]: c64 32 bit check failed
--
Mar 26 22:15:07 search snmpd[1589]: Connection from UDP: 
[10.47.120.37]:52876-[10.32.32.146]
Mar 26 22:15:46 search snmpd[1589]: netsnmp_assert 1 == new_val-high failed 
int64.c:419 netsnmp_c64_check32_and_update()
Mar 26 22:16:01 search snmpd[1589]: c64 32 bit check failed


Maybe it's related to https://bugzilla.redhat.com/show_bug.cgi?id=539443#c22

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.32-39.86-server 2.6.32.56+drm33.22
Uname: Linux 2.6.32-39-server x86_64
Architecture: amd64
Date: Tue Mar 27 11:02:26 2012
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SNMPVersion:
 NET-SNMP version:  5.4.2.1
 Web:   http://www.net-snmp.org/
 Email: net-snmp-cod...@lists.sourceforge.net
SourcePackage: net-snmp
SyslogSnmptrapd:
 
mtime.conffile..etc.default.snmpd: 2010-08-30T14:09:03
mtime.conffile..etc.snmp.snmpd.conf: 2010-08-30T14:14:30

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

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

Title:
  netsnmp_assert 1 == new_val-high failed int64.c:419
  netsnmp_c64_check32_and_update()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/966039/+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 966038] [NEW] Downloadable user OpenStack credential files (settings... OpenStack) doesn't work

2012-03-27 Thread Kevin Jackson
Public bug reported:

OpenStack Credentials
1) Log in with a valid user
2) Go to /settings/project/
3) Choose a project and download

i) First issue - the downloaded file doesn't match the instructions.  The file 
downloaded is openrc.sh, instructions refer to 'source openrc (.sh is missing)
ii) on sourcing in the file and then wanting to list the instances I get

$ source openrc.sh
$ nova list
Could not find any suitable endpoint. Correct region?
ERROR: 

(python-novaclient: 2012.1~rc1-0ubuntu1)

On looking at the file there is this

export OS_TENANT_NAME=01b1e8df305b49998e6ecbac02cb9f70
changing this to
export OS_TENANT_NAME=actual_name_of_tenant

and this works.

The tenant was created in Horizon in the first place.

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

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

Title:
  Downloadable user OpenStack credential files (settings... OpenStack)
  doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/966038/+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 966039] Re: netsnmp_assert 1 == new_val-high failed int64.c:419 netsnmp_c64_check32_and_update()

2012-03-27 Thread Ralf Hildebrandt
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/966039

Title:
  netsnmp_assert 1 == new_val-high failed int64.c:419
  netsnmp_c64_check32_and_update()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/966039/+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 962393] Re: Installation loops in db-config-common when ran from software-center

2012-03-27 Thread Michael Vogt
Hey Alkis, thanks for your bugreport and your analysis.

This looks like its indeed a problem in the communication for password
via debconf that may require additional privs.

** Also affects: aptdaemon (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Installation loops in db-config-common when ran from software-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/962393/+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 965022] Re: ssh crashed with SIGSEGV

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

** Changed in: openssh (Ubuntu)
   Status: New = Confirmed

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

Title:
  ssh crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/965022/+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 872217] Re: diskstats plugin: error Byte order is not compatible

2012-03-27 Thread Daniel Holbach
Thanks for your work on this. I took the liberty of making the following 
modifications:
 - update the changelog to base on the newest version
 - use 'edit-patch' to get the patch into a format the patch system (quilt) 
understands
 - add some description to patch file.

Uploading it right now. As we're in Beta Freeze, it might sit in the
review queue for a bit.

** Changed in: munin (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: munin (Ubuntu)
 Assignee: Chuck Short (zulcss) = Vibhav Pant (vibhavp)

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

Title:
  diskstats plugin: error Byte order is not compatible

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/872217/+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 966115] [NEW] nova-api{, -os-compute, -ec2, -os-volume} relationship

2012-03-27 Thread Soren Hansen
Public bug reported:

Apt will happily install any and all of nova-api{,-os-compute,-ec2,-os-
volume,-metadata}, but nova-api is a single daemon that runs everything.
You should either state a Breaks: relationship against all the other
packages (as they'll try to run on the same port (and share the config
file, so you can't really just set one to run on one port and the other
to run on another)) or make nova-api a metapackage that depends on all
the other ones.

** Affects: nova (Ubuntu)
 Importance: Undecided
 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/966115

Title:
  nova-api{,-os-compute,-ec2,-os-volume} relationship

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/966115/+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 965476] Re: lxc-create fails creating a Precise container on an Oneiric host

2012-03-27 Thread Martin Pitt
Hello Māris, or anyone else affected,

Accepted lxc into oneiric-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!

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

** Tags added: verification-needed

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

Title:
  lxc-create fails creating a Precise container on an Oneiric host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/965476/+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 507007] Re: make dahdi a suggests or recommends

2012-03-27 Thread Bug Watch Updater
** Changed in: asterisk (Debian)
   Status: New = Fix Released

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

Title:
  make dahdi a suggests or recommends

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/507007/+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 965476] Re: lxc-create fails creating a Precise container on an Oneiric host

2012-03-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/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/965476

Title:
  lxc-create fails creating a Precise container on an Oneiric host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/965476/+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 935490] Re: wss4j version 1.5.8+svntag-1 FTBFS on i386 in precise

2012-03-27 Thread James Page
** Bug watch added: Debian Bug tracker #642747
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642747

** Also affects: wss4j (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642747
   Importance: Unknown
   Status: Unknown

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

Title:
  wss4j version 1.5.8+svntag-1 FTBFS on i386 in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wss4j/+bug/935490/+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 966184] [NEW] package nis 3.17-31ubuntu0.10.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-03-27 Thread darksaga
Public bug reported:

I was loged in as a user authenticated remotely with an nfs home who had sudo 
access. aptitude safe-upgrade froze on nis(or at least it took more than a 
couple of hours to configure)
Killed aptidude and loged in as a local user(the system claimed to no longer 
recognize the remote user).
Tried dpkg-reconfigure and froze on nis again
Currently trying to remove nis (sudo apt-get remove nis) and for about 20' on

Do you want to continue [Y/n]? 
(Reading database ... 257581 files and directories currently installed.)
Removing nis ...

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nis 3.17-31ubuntu0.10.04.2
ProcVersionSignature: Ubuntu 2.6.32-40.87-generic 2.6.32.57+drm33.23
Uname: Linux 2.6.32-40-generic x86_64
AptOrdering: nis: Configure
Architecture: amd64
Date: Tue Mar 27 15:32:36 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 (20110720.1)
SourcePackage: nis
Title: package nis 3.17-31ubuntu0.10.04.2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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


** Tags: amd64 apport-package lucid

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

Title:
  package nis 3.17-31ubuntu0.10.04.2 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/nis/+bug/966184/+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 966184] Re: package nis 3.17-31ubuntu0.10.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-03-27 Thread darksaga
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in Ubuntu.
https://bugs.launchpad.net/bugs/966184

Title:
  package nis 3.17-31ubuntu0.10.04.2 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/nis/+bug/966184/+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 953081] Re: libapache2-mod-php5 postinst script does not enable module

2012-03-27 Thread Bug Watch Updater
** Changed in: php5 (Debian)
   Status: New = Fix Released

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

Title:
  libapache2-mod-php5 postinst script does not enable module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/953081/+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 935490] Re: wss4j version 1.5.8+svntag-1 FTBFS on i386 in precise

2012-03-27 Thread Bug Watch Updater
** Changed in: wss4j (Debian)
   Status: Unknown = New

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

Title:
  wss4j version 1.5.8+svntag-1 FTBFS on i386 in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wss4j/+bug/935490/+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 927540] Re: multipath ignores blacklist in multipath.conf

2012-03-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-927504-amp

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

Title:
  multipath ignores blacklist in multipath.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/927540/+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 959426] Re: nova + glance services die if started before db is reachable

2012-03-27 Thread Thierry Carrez
** Changed in: nova
   Status: Incomplete = Triaged

** Changed in: glance
   Importance: Undecided = High

** Changed in: nova
   Importance: Undecided = High

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

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+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 935490] Re: wss4j version 1.5.8+svntag-1 FTBFS on i386 in precise

2012-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package wss4j - 1.5.8+svntag-1ubuntu1

---
wss4j (1.5.8+svntag-1ubuntu1) precise; urgency=low

  * Fix FTBFS (LP: #935490):
- d/rules: Switched xml-security - xmlsec to pickup jar name change
  in libxml-security-java.
 -- James Page james.p...@ubuntu.com   Tue, 27 Mar 2012 13:13:21 +0100

** Changed in: wss4j (Ubuntu Precise)
   Status: In Progress = Fix Released

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

Title:
  wss4j version 1.5.8+svntag-1 FTBFS on i386 in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wss4j/+bug/935490/+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 935490] Re: wss4j version 1.5.8+svntag-1 FTBFS on i386 in precise

2012-03-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wss4j

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

Title:
  wss4j version 1.5.8+svntag-1 FTBFS on i386 in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wss4j/+bug/935490/+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 922600] Re: [FFe] Upgrade rabbitmq-server to 2.7.1

2012-03-27 Thread Bug Watch Updater
** Changed in: rabbitmq-server (Debian)
   Status: Confirmed = Fix Released

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

Title:
  [FFe] Upgrade rabbitmq-server to 2.7.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/922600/+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 507007] Re: make dahdi a suggests or recommends

2012-03-27 Thread Paul Belanger
Version: 1:1.8.3.3-1 contains this fix.


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

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

Title:
  make dahdi a suggests or recommends

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/507007/+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 893926] Re: Contains traces of UEC

2012-03-27 Thread Ben Howard
The Avahi client and announcements as well as all references for UEC
were remoeved with r185. The current code path in precise is missing the
UEC branding.

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

** Tags removed: rls-p-tracking

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

Title:
  Contains traces of UEC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/893926/+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 966269] [NEW] Starting rabbitmq-server on installer stalls installation

2012-03-27 Thread Andres Rodriguez
Public bug reported:

When installating maas in the installer, we try to start the rabbitmq-
daemon during install time (in installer) to be able to create
user/vhost on rabbitmq.

However, when rabbitmq is being started, it stalls the installer.

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Starting rabbitmq-server on installer stalls installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/966269/+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 959262] Re: [Errno 13] Permission denied: '/var/www/.novaclient'

2012-03-27 Thread Thierry Carrez
From dupe bug:

I see this bug on fedora bug tracker.
https://bugzilla.redhat.com/show_bug.cgi?id=801202

There is patch from Pádraig Brady
https://bugzilla.redhat.com/attachment.cgi?id=568451action=diff

** Bug watch added: Red Hat Bugzilla #801202
   https://bugzilla.redhat.com/show_bug.cgi?id=801202

** Changed in: nova
   Status: New = Fix Committed

** Changed in: nova
   Importance: Undecided = Medium

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

Title:
  [Errno 13] Permission denied: '/var/www/.novaclient'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/959262/+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 959262] Re: [Errno 13] Permission denied: '/var/www/.novaclient'

2012-03-27 Thread Thierry Carrez
Committed as:
https://github.com/openstack/python-novaclient/commit/39e252ad056ff65c7c326095938deb1eb50c4b40

** Changed in: nova
 Assignee: (unassigned) = Kiall Mac Innes (kiall)

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

Title:
  [Errno 13] Permission denied: '/var/www/.novaclient'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/959262/+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 960500] Re: net-snmp-config shift error

2012-03-27 Thread Bug Watch Updater
** Changed in: net-snmp (Debian)
   Status: Unknown = New

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

Title:
  net-snmp-config shift error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/960500/+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 739297] Re: Please update nmap: stable upstream version is 5.51

2012-03-27 Thread Bug Watch Updater
** Changed in: nmap (Debian)
   Status: New = Fix Committed

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

Title:
  Please update nmap: stable upstream version is 5.51

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/739297/+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 573318] Re: mysql server will not start

2012-03-27 Thread GonzO
#24 worked for me, although I didn't have libmariadbclient16.  Thank
you, J.A.!

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

Title:
  mysql server will not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/573318/+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 966351] [NEW] package nis 3.17-31ubuntu0.10.04.2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-03-27 Thread Olivier Rodriguez
Public bug reported:

This bug occurred during an upgrade of the nis package.
apt-get freezes during configuration of nis.
I also tried to reinstall nis, without any further success.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nis 3.17-31ubuntu0.10.04.2
ProcVersionSignature: Ubuntu 2.6.32-40.87-generic 2.6.32.57+drm33.23
Uname: Linux 2.6.32-40-generic x86_64
NonfreeKernelModules: nvidia
AptOrdering: nis: Configure
Architecture: amd64
Date: Tue Mar 27 18:03:20 2012
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
SourcePackage: nis
Title: package nis 3.17-31ubuntu0.10.04.2 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1

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


** Tags: amd64 apport-package lucid

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

Title:
  package nis 3.17-31ubuntu0.10.04.2 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/966351/+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 966351] Re: package nis 3.17-31ubuntu0.10.04.2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-03-27 Thread Olivier Rodriguez
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in Ubuntu.
https://bugs.launchpad.net/bugs/966351

Title:
  package nis 3.17-31ubuntu0.10.04.2 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/966351/+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 960276] Re: a bad AMI can hang an entire compute node

2012-03-27 Thread Adam Gandelman
** Changed in: nova (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  a bad AMI can hang an entire compute node

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/960276/+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 959426] Re: nova + glance services die if started before db is reachable

2012-03-27 Thread Adam Gandelman
** Changed in: nova (Ubuntu)
   Status: Confirmed = Triaged

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

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

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+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 959262] Re: [Errno 13] Permission denied: '/var/www/.novaclient'

2012-03-27 Thread Adam Gandelman
Thanks Thierry. Is this something we should expect to trickle into
milestone-proposed, or should we prepare to carry a patch?

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

Title:
  [Errno 13] Permission denied: '/var/www/.novaclient'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/959262/+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 901881] Re: nova and glance should depend on python-keystone

2012-03-27 Thread Chuck Short
** Changed in: glance (Ubuntu)
   Status: New = In Progress

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

Title:
  nova and glance should depend on python-keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/901881/+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 864969] Re: pptp vpn does not work,connection failed

2012-03-27 Thread juzzlin
What was the issue with your ISP? I'm asking, because I'm suffering from
this same problem and the syslog messages look the same.

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

Title:
  pptp vpn does not work,connection failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pptpd/+bug/864969/+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-libvirt] Libvirt plans for p

2012-03-27 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  NOTE: jdstrand reviewed the svirt for lxc implementation and the code
  is already there. The main question is policy. Once it is upstream and
  the apparmor containers work is done, we can examine the driver in more
  detail and develop appropriate policy.
  
  Status: Not yet started
  
  Work Items:
  [serge-hallyn] document fix for pkcs11 module error (bug 888199): DONE
  [serge-hallyn] Package netcf in Debian: DONE
  [serge-hallyn] MIR netcf: DONE
  [jdstrand] look at svirt for lxc: DONE
  [serge-hallyn] Add needed apparmor lines to support spice: DONE
  [serge-hallyn] Find way to have libvirt call qemu-kvm-spice if installed: DONE
  [serge-hallyn] Complete bash completion for virsh and send upstream: DONE
  [serge-hallyn] enable netcf: BLOCKED
  [gandelman-a] Ping Ceph devs regarding any pending patches to libvirt 
upstream: POSTPONED
  [serge-hallyn] start basic qrt test for lxc define/start/destroy/list: DONE
  
  Notes:
  suspend-on-shutdown was removed in debian.
  openvswitch patches are still being discussed for libvirt.
+ Ive unlinked the sanlock packaging bug from this blueprint.  Pls feel free 
to raise it at next UDS.

-- 
Libvirt plans for p
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-libvirt

-- 
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-kvm-document-suggested-changes] KVM - document recommended changes in defaults

2012-03-27 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: not yet started
  
  Work Items:
  [serge-hallyn]  Define list of VM characteristics we care about: DONE
  [serge-hallyn]  Get feedback on ubuntu-server about workloads: DONE
  [serge-hallyn]  Measure impact of putting virtio VM on: ext4, lvm, xfs: DONE
  [serge-hallyn]  Define list of tests to run: DONE
  [serge-hallyn]  Test effects of tunables on disk performance: TODO
  [serge-hallyn]  Test effects of tunables on network performance: POSTPONED
  [serge-hallyn]  Test effects of tunables on cpu performance: POSTPONED
  [serge-hallyn]  Document test results on blog: TODO
- [serge-hallyn]  Add small section to server documentation: TODO
+ [serge-hallyn]  Add small section to server documentation: POSTPONED
+ 
+ 
+ Notes:
+ It'll be too late to add a section to the server guide.  We'll do it in the 
wiki for now.

-- 
KVM - document recommended changes in defaults
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-kvm-document-suggested-changes

-- 
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-03-27 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Comments:
  - This spec needs some more meat before UDS.
  
  Work Items:
  MIR for orchestra: POSTPONED
- [andreserl] Replace default username/password for provisioned systems with 
something more secure: TODO
+ [andreserl] Replace default username/password for provisioned systems with 
something more secure: DONE
  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: 
POSTPONED
  [lynxman]   get nagios working better by default: DONE
- MIR enough of Orchestra to get onto install ISO: TODO
+ MIR enough of Orchestra to get onto install ISO: DONE
  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
  fix cobbler bugs: DONE
  Full review of default preseed for orchestra: 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
  [andreserl] package if not already - oops: DONE
  [andreserl] package if not already - oops_amqp: DONE
  [andreserl] package if not already - oops_datedir_repo: DONE
  [andreserl] package if not already - oops_twisted: DONE
  [andreserl] package if not already - oops_wsgi: DONE
  [andreserl] package if not already - txamqp: DONE
  python-django-debug-toolbar (= 0.9.1): TODO
  [andreserl] raise MIR if needed - oops: DONE
  [andreserl] raise MIR if needed - oops_amqp: DONE
  [andreserl] raise MIR if needed - oops_datedir_repo: DONE
  [andreserl] raise MIR if needed - oops_twisted: DONE
  [andreserl] raise MIR if needed - oops_wsgi: DONE
  [andreserl] raise MIR if needed - txamqp: DONE
  [andreserl] raise MIR if needed - python-django-piston: DONE
  [andreserl] raise MIR if needed - python-django-south: DONE
  [davewalker] Add Maas installation option to installer: DONE
  [andreserl] Update Ubuntu installer to look for Maas servers over AVAHI: DONE
- Implement turning DHCP off: TODO
- lshw service: TODO
+ Implement turning DHCP off: POSTPONED
+ lshw service: 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


[Blueprint servercloud-p-openstack-charms] Revisiting openstack juju charms

2012-03-27 Thread Adam Gandelman
Blueprint changed by Adam Gandelman:

Whiteboard changed:
  Work items:
  nova-cloud-controller - Split into charms after Juju supports multiple units 
on a machine (or colocation): BLOCKED
- [gandelman-a]  nova-network - Add VLAN net manager support: TODO
+ [gandelman-a]  nova-network - Add VLAN net manager support: POSTPONED
  [gandelman-a]  glance - ceph interface and optional, configurable S3 support: 
POSTPONED
  glance - split API and registry server to individual charms (when Juju 
features become available): BLOCKED
- swift - general overhaul/cleanup: TODO
- swift - refactor/reimplement storage node add-unit / remove-unit  balancing: 
TODO
- swift:-proxy - load balancing relations: TODO
+ swift - general overhaul/cleanup/keystone support: TODO
+ swift - refactor/reimplement storage node add-unit / remove-unit  balancing: 
POSTPONED
+ swift:-proxy - load balancing relations: POSTPONED
  all charms: need relations to nagios and collectd: POSTPONED
  [gandelman-a]  keystone - charm needed: DONE
  [gandelman-a]  nova-volume - charm needed: DONE
  [gandelman-a]  horizon - charm needed: DONE
  [gandelman-a]  nova-compute - SSL for live migration: TODO
  rabbitmq - add active-active clustering support: POSTPONED
  melange - charm needed if quantum is supported (tech preview): POSTPONED
  
  Current Charms:
   * nova-cloud-controller
   * nova-compute
   * glance
   * swift-proxy
   * swift-storage
  
  TODOS for current charms:
   * Reimplement swift-storage pool (one juju service unit per swift zone, 
allow add-unit per zone)
   * Break nova-cloud-controller into individual charms (nova-api, 
nova-scheduler, nova-objectstore)
   * Enable and ensure Horizontal scaling  of swift-proxy , glance and 
nova-cloud-controller
  
  Charms needed:
   * keystone
   * nova-volume
  
  Work Items:

-- 
Revisiting openstack juju charms
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-openstack-charms

-- 
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 776818] Re: [MIR] vde2

2012-03-27 Thread Serge Hallyn
@Jamie: In my opinion the answer is users want it, so server team wants
it.  I realize that even if there were time, MIR team is overloaded at
the moment.  So I'd like to talk to you about this again at UDS.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/776818

Title:
  [MIR] vde2

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

2012-03-27 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/5873

-- 
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 959262] Fix proposed to python-novaclient (milestone-proposed)

2012-03-27 Thread OpenStack Hudson
Fix proposed to branch: milestone-proposed
Review: https://review.openstack.org/5875

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

Title:
  [Errno 13] Permission denied: '/var/www/.novaclient'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/959262/+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 966552] [NEW] error with netsnmp.snmpwalk in libsnmp-python

2012-03-27 Thread CheungTiFan
Public bug reported:

Here's the python code:

import netsnmp
oid = netsnmp.Varbind('sysDescr')
result = netsnmp.snmpwalk(oid, Version = 2, DestHost=localhost, 
Community=public)

and, here's the output
[L:root@net-monitor] /opt/ip-mgmt# python test.py 
error: walk: unknown python error (varlist)#

also,

[L:root@net-monitor] /opt/ip-mgmt# python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) 
[GCC 4.4.3] on linux2
Type help, copyright, credits or license for more information.
 import netsnmp
 oid = netsnmp.Varbind('sysDescr')
 result = netsnmp.snmpwalk(oid, Version = 2, DestHost=localhost, 
 Community=public)
error: walk: unknown python error (varlist) 
TypeError: expected string or Unicode object, NoneType found

(I pressed enter and TypeError line occured)

and,

[L:root@net-monitor] /opt/ip-mgmt# snmpwalk -v2c -c public localhost sysDescr
SNMPv2-MIB::sysDescr.0 = STRING: Linux net-monitor 2.6.32-37-server #81-Ubuntu 
SMP Fri Dec 2 20:49:12 UTC 2011 x86_64

So SNMP works.

System: Lucid amd64, with the most current packages.

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  error with netsnmp.snmpwalk in libsnmp-python

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/966552/+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 966563] [NEW] document best practices for keeping systems up to date

2012-03-27 Thread Jamie Strandboge
Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged


** Tags: rls-p-tracking

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: Triaged

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

Title:
  document best practices for keeping systems up to date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966563/+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 966558] [NEW] add explicit ingress rule on non-Local provider bootstrapping node for zookeeper

2012-03-27 Thread Jamie Strandboge
Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged


** Tags: rls-p-tracking

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: juju (Ubuntu Precise)
Milestone: None = ubuntu-12.04

** Changed in: juju (Ubuntu Precise)
   Status: New = Triaged

** Tags added: rls-p-tracking

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

Title:
  add explicit ingress rule on non-Local provider bootstrapping node for
  zookeeper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966558/+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 966566] [NEW] create/document charm store review process

2012-03-27 Thread Jamie Strandboge
Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

This process should include promoting the deploying AppArmor policy in
charms.

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged


** Tags: rls-p-tracking

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: Triaged

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

Title:
  create/document charm store review process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966566/+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 959262] Re: [Errno 13] Permission denied: '/var/www/.novaclient'

2012-03-27 Thread Thierry Carrez
** Changed in: nova
Milestone: None = essex-rc2

** Tags removed: essex-rc-potential

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

Title:
  [Errno 13] Permission denied: '/var/www/.novaclient'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/959262/+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 966577] [NEW] add explicit egress 'owner' rule on non-bootstrapping nodes to require root access to zookeeper

2012-03-27 Thread Jamie Strandboge
Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged


** Tags: rls-p-tracking

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

Title:
  add explicit egress 'owner' rule on non-bootstrapping nodes to require
  root access to zookeeper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966577/+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 966573] [NEW] document current lack of zookeeper ACLs

2012-03-27 Thread Jamie Strandboge
Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

Document in release notes the lack of zookeeper ACLs, with an
appropriate warning. This should also be mentioned in juju documentation
as something being worked on.

** Affects: ubuntu-release-notes
 Importance: Undecided
 Status: New

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged


** Tags: rls-p-tracking

** Also affects: juju (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: juju (Ubuntu Precise)
   Status: New = Triaged

** Changed in: juju (Ubuntu Precise)
Milestone: None = ubuntu-12.04

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

Title:
  document current lack of zookeeper ACLs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/966573/+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 966569] [NEW] document current lack of zookeeper ACLs

2012-03-27 Thread Jamie Strandboge
*** This bug is a duplicate of bug 966573 ***
https://bugs.launchpad.net/bugs/966573

Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

Document in release notes the lack of zookeeper ACLs, with an
appropriate warning. This should also be mentioned in juju documentation
as something being worked on.

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged


** Tags: rls-p-tracking

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

** Changed in: juju (Ubuntu)
Milestone: None = ubuntu-12.04

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: Triaged

** Tags added: rls-p-tracking

** This bug has been marked a duplicate of bug 966573
   document current lack of zookeeper ACLs

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

Title:
  document current lack of zookeeper ACLs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966569/+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 966552] Re: error with netsnmp.snmpwalk in libsnmp-python

2012-03-27 Thread CheungTiFan
Package: libsnmp-python
New: yes
State: installed
Automatically installed: no
Version: 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1
Priority: optional
Section: universe/python
Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com
Uncompressed Size: 1057k
Depends: python ( 2.7), python (= 2.6), python-central (= 0.6.11), libc6 (= 
2.4), libsnmp15 (= 5.4.2.1~dfsg)
Description: SNMP (Simple Network Management Protocol) Python support
 The Simple Network Management Protocol (SNMP) provides a framework for the 
exchange of management information between agents (servers) and clients. 
 
 The Net-SNMP Python support files provide the Python functions for integration 
of SNMP into applications written in Python.
Homepage: http://net-snmp.sourceforge.net/

This is the version.

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

Title:
  error with netsnmp.snmpwalk in libsnmp-python

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/966552/+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 966552] Re: error with netsnmp.snmpwalk in libsnmp-python

2012-03-27 Thread CheungTiFan
I tested on 5.4.3~dfsg-2.2ubuntu1, and the bug disappeared on this
release.

** Changed in: net-snmp (Ubuntu)
   Status: New = Confirmed

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

Title:
  error with netsnmp.snmpwalk in libsnmp-python

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/966552/+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 966584] [NEW] implement explicit ingress filtering for Maas nodes

2012-03-27 Thread Jamie Strandboge
Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

This may actually already be done, but since the Maas provider is new
and I've not seen it, I wanted to make sure this was tracked.

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged


** Tags: rls-p-tracking

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: Triaged

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

Title:
  implement explicit ingress filtering for Maas nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966584/+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 966583] [NEW] document lack of encryption in the juju environment

2012-03-27 Thread Jamie Strandboge
Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

Document lack of encryption in the juju environment (amongst nodes) in
documentation and release notes.

** Affects: ubuntu-release-notes
 Importance: Undecided
 Status: New

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged


** Tags: rls-p-tracking

** Also affects: juju (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: juju (Ubuntu Precise)
   Status: New = Triaged

** Changed in: juju (Ubuntu Precise)
Milestone: None = ubuntu-12.04

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

Title:
  document lack of encryption in the juju environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/966583/+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 966590] [NEW] implement full explicit ingress filtering on non-Local provider bootstrapping node

2012-03-27 Thread Jamie Strandboge
Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

This is different from bug #966558 in that this bug implements explicit full 
ingress filtering on the bootstrapping node. This helps ensure that services 
started on the bootstrapping node can't be trampolined to more privileged juju 
access. Access might be something like:
 * allow ping and 22/tcp from anywhere
 * allow only ping, 22/tcp and 2181/tcp (zookeeper) from deployed nodes

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged


** Tags: rls-p-tracking

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: Triaged

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

Title:
  implement full explicit ingress filtering on non-Local provider
  bootstrapping node

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966590/+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 966577] Re: add explicit egress 'owner' rule on non-bootstrapping nodes to require root access to zookeeper

2012-03-27 Thread Jamie Strandboge
** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: Triaged

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

Title:
  add explicit egress 'owner' rule on non-bootstrapping nodes to require
  root access to zookeeper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966577/+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 966584] Re: implement explicit ingress filtering for Maas nodes

2012-03-27 Thread Jamie Strandboge
** Also affects: juju (Ubuntu Q-series)
   Importance: Undecided
   Status: New

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

Title:
  implement explicit ingress filtering for Maas nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966584/+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 813773] Re: Juju should have security rules/acls for every path in zk

2012-03-27 Thread Jamie Strandboge
** Also affects: juju (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: juju (Ubuntu Q-series)
   Importance: Undecided
   Status: New

** Changed in: juju (Ubuntu Q-series)
   Status: New = Triaged

** Changed in: juju (Ubuntu Precise)
   Status: New = Triaged

** Changed in: juju (Ubuntu Precise)
Milestone: None = precise-updates

** Tags added: rls-p-tracking

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

Title:
  Juju should have security rules/acls for every path in zk

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/813773/+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 966605] [NEW] document best practices for securing communication between juju nodes

2012-03-27 Thread Jamie Strandboge
Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

Document best practices for securing communication between juju nodes
and in the case of Maas, also between juju and cobbler. Remove an hard-
coded assumptions from juju (eg, http vs https) and ideally add some
functionality to make this easier to deploy. Suggestions are stunnel4 or
openvpn.

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Q-series)
 Importance: Undecided
 Status: New


** Tags: rls-p-tracking

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: Triaged

** Also affects: juju (Ubuntu Q-series)
   Importance: Undecided
   Status: New

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

Title:
  document best practices for securing communication between juju nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966605/+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 966601] [NEW] encipher or remove sensitive credentials from zookeeper

2012-03-27 Thread Jamie Strandboge
Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

Some of this is discussed in bug #907094, but that deals solely with
AWS. Should try to remove sensitive credentials like access-key, secret-
key and admin-secret from zookeeper. The should be done even if ACLs are
in place in an effort to provide security in depth and guard against
configuration or implementation errors in juju and/or zookeeper.

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Q-series)
 Importance: Undecided
 Status: Triaged


** Tags: rls-p-tracking

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: Triaged

** Also affects: juju (Ubuntu Q-series)
   Importance: Undecided
   Status: New

** Changed in: juju (Ubuntu Q-series)
   Status: New = Triaged

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

Title:
  encipher or remove sensitive credentials from zookeeper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966601/+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 966617] [NEW] supply high level design documents

2012-03-27 Thread Jamie Strandboge
Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

Juju is a revolutionary technology and is something that enterprises
will use to deploy services and machines that are reachable over the
network so highlevel documentation would aid in more peer review and
help adoption in the enterprise. This does not have to be a massive book
or anything-- for the design document, just some high level stuff with a
few diagrams for the different providers so that people understand the
architecture, network topologies, use of the bootstrapping node, how
zookeeper is used, how charms are deployed, how services are
deployed/exposed, etc. The security design document would complement
this and mention how ssh access works, environments.yaml, initial
security groups, zookeeper ACLs, what juju does to limit access to the
bootstrapping node, keeping systems up to date, how charms on the
bootstrapping node can't be subverted, the security issues we've
discussed. The two could be in one document and could be in a man page
or in juju.ubuntu.com/docs (ie part of the official documentation).

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Q-series)
 Importance: Undecided
 Status: Triaged


** Tags: rls-p-tracking

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: Triaged

** Also affects: juju (Ubuntu Q-series)
   Importance: Undecided
   Status: New

** Changed in: juju (Ubuntu Q-series)
   Status: New = Triaged

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

Title:
  supply high level design documents

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966617/+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 966611] [NEW] add man pages for juju commands

2012-03-27 Thread Jamie Strandboge
Public bug reported:

This is a tracking bug for a dependency of the juju MIR (bug #912861).

Possibly utilize the existing 'make man' in the build to generate them
automatically. Alternatively autogenerate them based on the output of
--help. Also have an overview man page to point to the official
documentation and have a brief tutorial for using each supported
provider, overviews of how charms work, to trust charms carefully, how
to perform maintenance, etc. This overview can include an best practices
for using the various providers. It doesn't have to be overly long, but
should be present since most administrators in the enterprise are
comfortable with man pages and good documentation can be considered a
security feature.

** Affects: juju (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged

** Affects: juju (Ubuntu Q-series)
 Importance: Undecided
 Status: Triaged


** Tags: rls-p-tracking

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: Triaged

** Also affects: juju (Ubuntu Q-series)
   Importance: Undecided
   Status: New

** Changed in: juju (Ubuntu Q-series)
   Status: New = Triaged

** Tags added: rls-p-tracking

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

Title:
  add man pages for juju commands

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966611/+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 966605] Re: document best practices for securing communication between juju nodes

2012-03-27 Thread Jamie Strandboge
** Changed in: juju (Ubuntu Q-series)
   Status: New = Triaged

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

Title:
  document best practices for securing communication between juju nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966605/+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 966584] Re: implement explicit ingress filtering for Maas nodes

2012-03-27 Thread Jamie Strandboge
** Changed in: juju (Ubuntu Q-series)
   Status: New = Triaged

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

Title:
  implement explicit ingress filtering for Maas nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/966584/+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 924002] Re: build system strips binaries, so no debug symbol packages available

2012-03-27 Thread Adam Stokes
Output of autofs5-dbgsym

dpkg -L autofs5-dbgsym 
/.
/usr
/usr/lib
/usr/lib/debug
/usr/lib/debug/usr
/usr/lib/debug/usr/sbin

 /usr/lib/debug/usr/sbin/automount

/usr/lib/debug/usr/lib
/usr/lib/debug/usr/lib/autofs
/usr/lib/debug/usr/lib/autofs/mount_ext2.so
/usr/lib/debug/usr/lib/autofs/lookup_file.so
/usr/lib/debug/usr/lib/autofs/lookup_program.so
/usr/lib/debug/usr/lib/autofs/mount_bind.so
/usr/lib/debug/usr/lib/autofs/lookup_userhome.so
/usr/lib/debug/usr/lib/autofs/lookup_multi.so
/usr/lib/debug/usr/lib/autofs/lookup_hosts.so
/usr/lib/debug/usr/lib/autofs/lookup_yp.so
/usr/lib/debug/usr/lib/autofs/mount_changer.so
/usr/lib/debug/usr/lib/autofs/mount_afs.so
/usr/lib/debug/usr/lib/autofs/lookup_nisplus.so
/usr/lib/debug/usr/lib/autofs/mount_autofs.so
/usr/lib/debug/usr/lib/autofs/mount_generic.so
/usr/lib/debug/usr/lib/autofs/mount_nfs.so
/usr/lib/debug/usr/lib/autofs/parse_sun.so

What is it you are missing exactly?

Thanks
Adam

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

Title:
  build system strips binaries, so no debug symbol packages available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+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 959426] Re: nova + glance services die if started before db is reachable

2012-03-27 Thread Thierry Carrez
** Changed in: glance
Milestone: None = essex-rc2

** Tags removed: essex-rc-potential

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

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+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-iso-install-testing] Ubuntu Server ISO Testing

2012-03-27 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Update 20111001:
  
  Current ISO testing framework has been frozen; its not really
  maintainable past its current function in its current form.
  
  Framework will be re-factored to be more re-usable as part of work in
  the QA team.
  
  Work items that depend on new features postponed until precise+1.
  Requirements will be fed to the QA team.
  
  
  
  Summary of Objectives for Precise:
  
  1) Fill gaps in current server ISO testing scope
  - Multi LVM layout test
  - RAID tests
  - iSCSI root tests
  
  2) Automated testing of preseeded network installations using orchestra
  - Cover mini.iso testing for all supported releases.
  
  3) Separate ubuntu-server-iso-testing into framework and tests
  - Easier management of tests without rebuilding packages
  - Support for multiple releases much easier.
  
  4) Investigate frameworks for testing the actual installation experience
  
  Full session notes from UDS-P: http://pad.ubuntu.com/uds-p-servercloud-p
  -iso-install-testing
  
  Work items precise-alpha-1:
  Update ubuntu-server-iso-testing framework to support missing test cases: DONE
  Separate test configuration from framework codebase: DONE
  
  Work items precise-alpha-2:
  Write Multi-LVM test case: DONE
  Write RAID test case: DONE
  
  Work items precise-beta-1:
  Update test framework to support iSCSI testing: POSTPONED
  Write iSCSI root test cases: POSTPONED
  
  Work items precise-beta-2
  Automated testing of orchestra: POSTPONED
+ Tactical solution for automated iSCSI testing: DONE
  
  Work items:
- Expand manual test cases to cover options presented during install: TODO
+ Expand manual test cases to cover options presented during install: POSTPONED
  Investigation into potential frameworks for visual testing of server and 
desktop installs (speak to QA): DONE
  
  Questions/comments:
  What do you think Automated testing of preseed network installations using 
orchestra will include? --Daviey
  Thanks

-- 
Ubuntu Server ISO Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-iso-install-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 912861] Re: [MIR] juju, txaws, txzookeeper

2012-03-27 Thread Jamie Strandboge
= Review =
Juju is a very flexible system for deploying services based on industry best 
practices and expertise. It is very capable and can deploy services to multiple 
providers. As such, though my review took quite a bit of time, it should still 
be considered a shallow audit. Understanding this, here is my security review:

juju has support for different providers which are simply the types of
cloud frameworks it can use. For example, there is an EC2 provider
(which also works with OpenStack) and a Local (LXC) provider. More
providers are expected. The providers are configured via
~/.juju/environments.yaml on the admin system.  juju abstracts out the
specifics of working with a provider one environments.yaml is correctly
configured. juju admin host stores sensitive information in
~/.juju/environments.yaml. It does not enforce safe permissions
currently (LP: #956009).

juju's architecture is such that an admin runs juju commands on her
system and they are delivered to a bootstrapping node. The bootstrapping
node runs a zookeeper database and has the ability to start and stop
units (nodes) and deliver setup code (charms) to the nodes. The nodes
execute the charms code as root. In addition to setup code, charms
provide other hooks like 'start' and 'stop' which are executed when the
service unit is stopped or started. All the hooks run with root
permissions. All the nodes share the same database, but there is only
one zookeeper leader so nodes should not be able to be elected as a
zookeeper leader (see server.* in /etc/zookeeper/conf/zoo.cfg).  All
nodes currently are able to read and write to the zookeeper database.
With the Local provider, zookeeper is started as the user invoking juju
(uses a high non-default port), not in a separate bootstrapping node. In
all ways I could see, the admin's system is effectively the
bootstrapping node with the Local provider.

In terms of network connectivity, juju allows ssh access to all nodes.
When the admin deploys a node via a charm, the node's new service is
still not available over the network (but is to other nodes in the
environment). Only when the service is 'exposed' does the application
become available over the network.  For example, if an admin deploys
mysql and wordpress services, wordpress is only available to the world
after the admin uses 'juju expose wordpress'. This is a good design as
it allows the admin to verify the configuration, perform updates, etc
before it is exposed to the world. Also, in this example, mysql is
correctly not exposed to the world. This is all accomplished via
security groups in EC2/OpenStack. In the current version of juju,
network access is not a problem with the Local provider because
zookeeper and the services are all on the libvirt NAT network and not
exposed to the world directly. Expose/unexpose doesn't seem to have any
meaning with the Local provider as no firewall rules are added via
iptables and the service is not accessible from other hosts (besides the
admin machine).

There are many problems surrounding zookeeper access. Anyone who can
connect zookeeper (ie, all nodes) can see and modify anything in the
database. Note that this does not require subverting the juju agent--
all that is required is a network connection to the zookeeper server and
standard tools. Some information appears to be rewritten each time (eg,
/environments).

While juju uses security groups for network access (thus limiting who can 
connect to it) for EC2/OpenStack, it would be best if this was explicit in the 
nodes firewall configuration (which is a requirement for Maas anyway). For 
example, these ports on the bootstrapping node are visible to other nodes in 
the environment:
2181/tcp  open  unknown
38830/tcp open  unknown

2181 is for followers to connect to the leader and 38830 is presumably
for leader election.

juju uses ssh for communications with the nodes. The specified ssh key
on the admin machine is copied to authorized_keys in the 'ubuntu'
account on all nodes. The 'ubuntu' account has an entry in
/etc/sudoers.d/90-cloudimg-ubuntu which allows full root access without
a password. This mirrors Ubuntu's EC2 implementation and is acceptable.

As mentioned, charm code is executed as root. Security-conscious users
will need to verify all charms before deployment. Deploying charms from
unknown sources is the equivalent of running executables or installing
packages from unknown sources and should be avoided. The juju design of
deploying hooks from the admin's machine (as opposed to pulling charms
onto the bootstrap node) is good because it allows the admin to verify
all charm code and track changes locally. That said, charms are cached
onto the bootstrapping node when a charm is deployed.

Various upgrade scenarios are documented as not being implemented yet
(service upgrades-- https://juju.ubuntu.com/docs/upgrades.html). Charms
provide an upgrade hook as well and work is ongoing to improve charm
upgrades. While unattended-upgrades is 

[Bug 956366] Fix proposed to nova (milestone-proposed)

2012-03-27 Thread OpenStack Hudson
Fix proposed to branch: milestone-proposed
Review: https://review.openstack.org/5881

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

Title:
  self-referential security groups can not be deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/956366/+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 959426] Re: nova + glance services die if started before db is reachable

2012-03-27 Thread Vish Ishaya
** Changed in: nova
Milestone: None = essex-rc2

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

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+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 959426] Re: nova + glance services die if started before db is reachable

2012-03-27 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/5760
Committed: 
http://github.com/openstack/glance/commit/12757d70fe6cf0d0fe6e46c5ee09a4f4d3efbd49
Submitter: Jenkins
Branch:master

commit 12757d70fe6cf0d0fe6e46c5ee09a4f4d3efbd49
Author: Adam Gandelman ad...@canonical.com
Date:   Fri Mar 23 18:23:54 2012 -0700

Ensure functional db connection in configure_db()

During initial database setup, ensure we can physically connect
to the database and allow a failed connection to make use of the
new retry mechanism instead of registry startup failing outright.

Fixes lp bug #959426.

Change-Id: I1c87b19913c4204465e5d2027f2f184f0f358fd0


** Changed in: glance
   Status: In Progress = Fix Committed

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

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+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 959262] Re: [Errno 13] Permission denied: '/var/www/.novaclient'

2012-03-27 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/5875
Committed: 
http://github.com/openstack/python-novaclient/commit/10d226f06fae9957f59784c8fa29ca059bf378a5
Submitter: Jenkins
Branch:milestone-proposed

commit 10d226f06fae9957f59784c8fa29ca059bf378a5
Author: Kiall Mac Innes ki...@managedit.ie
Date:   Wed Mar 21 12:19:30 2012 +

Fixes bug #959262 - Prevent a failure to create the cache directory from 
causing an exception.

Change-Id: Ia80b50b32f5e3d0e76f4a1b251e23bbd3c70666e


** Changed in: nova
   Status: Fix Committed = Fix Released

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

Title:
  [Errno 13] Permission denied: '/var/www/.novaclient'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/959262/+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 841672] Re: ssh-add does not always unlock ssh keys

2012-03-27 Thread Holger Krekel
The bug still seems to be present in March 2012 - and is annoying
indeed.

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

Title:
  ssh-add does not always unlock ssh keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672/+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 966351] Re: package nis 3.17-31ubuntu0.10.04.2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-03-27 Thread Brian Murray
*** This bug is a duplicate of bug 349469 ***
https://bugs.launchpad.net/bugs/349469

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 349469, 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.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 349469
   debconf: DbDriver config: /var/cache/debconf/config.dat is locked by 
another process: Resource temporarily unavailable

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

Title:
  package nis 3.17-31ubuntu0.10.04.2 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/966351/+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 966184] Re: package nis 3.17-31ubuntu0.10.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-03-27 Thread Brian Murray
*** This bug is a duplicate of bug 349469 ***
https://bugs.launchpad.net/bugs/349469

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 349469, 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.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 349469
   debconf: DbDriver config: /var/cache/debconf/config.dat is locked by 
another process: Resource temporarily unavailable

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

Title:
  package nis 3.17-31ubuntu0.10.04.2 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/nis/+bug/966184/+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 966707] [NEW] not built with all hardening features

2012-03-27 Thread Kees Cook
Public bug reported:

vsftpd has only a partially hardened build. Debian fixed this, and the
solution is trivial.

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

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


** Tags: patch

** Also affects: vsftpd (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

Title:
  not built with all hardening features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/966707/+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 966707] Re: not built with all hardening features

2012-03-27 Thread Kees Cook
** Patch added: vsftpd_2.3.5-1ubuntu2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/966707/+attachment/2951684/+files/vsftpd_2.3.5-1ubuntu2.debdiff

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

Title:
  not built with all hardening features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/966707/+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 966707] Re: not built with all hardening features

2012-03-27 Thread Ubuntu Foundation's Bug Bot
** Tags added: patch

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

Title:
  not built with all hardening features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/966707/+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 864969] Re: pptp vpn does not work,connection failed

2012-03-27 Thread zhiwei
My ISP use dynamic IP address, IP address changed every 5 minutes.

Not only I can't use vpn, but also I can login many websites, like
godaddy and e-bank.

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

Title:
  pptp vpn does not work,connection failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pptpd/+bug/864969/+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-orchestra] Orchestra Next Steps

2012-03-27 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  Comments:
  - This spec needs some more meat before UDS.
  
  Work Items:
  MIR for orchestra: POSTPONED
  [andreserl] Replace default username/password for provisioned systems with 
something more secure: DONE
  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
+ Investigate use of ssh-import-id to ease import of SSH keys: DONE
  Testing of IPMI: TODO
  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: DONE
  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
  fix cobbler bugs: DONE
- Full review of default preseed for orchestra: TODO
+ Full review of default preseed for orchestra: DONE
  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
  [andreserl] package if not already - oops: DONE
  [andreserl] package if not already - oops_amqp: DONE
  [andreserl] package if not already - oops_datedir_repo: DONE
  [andreserl] package if not already - oops_twisted: DONE
  [andreserl] package if not already - oops_wsgi: DONE
  [andreserl] package if not already - txamqp: DONE
  python-django-debug-toolbar (= 0.9.1): TODO
  [andreserl] raise MIR if needed - oops: DONE
  [andreserl] raise MIR if needed - oops_amqp: DONE
  [andreserl] raise MIR if needed - oops_datedir_repo: DONE
  [andreserl] raise MIR if needed - oops_twisted: DONE
  [andreserl] raise MIR if needed - oops_wsgi: DONE
  [andreserl] raise MIR if needed - txamqp: DONE
  [andreserl] raise MIR if needed - python-django-piston: DONE
  [andreserl] raise MIR if needed - python-django-south: DONE
  [davewalker] Add Maas installation option to installer: DONE
  [andreserl] Update Ubuntu installer to look for Maas servers over AVAHI: DONE
  Implement turning DHCP off: POSTPONED
  lshw service: 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


[Blueprint servercloud-p-cloud-power-management] Cloud power management

2012-03-27 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  Work Items:
  [aquette] support for power devices in OCS and Fusion inventory: INPROGRESS
  NUT integration in Cobbler (replace or complement fence-agents): TODO
  [aquette] Write juju charm for NUT: TODO
  [andreserl] Write juju charm for NUT: TODO
  [aquette] Design OpenStack (Nova, Power Scheduler) integration with 
PowerWake/PowerNap/NUT: TODO
  [andreserl] Design OpenStack (Nova, Power Scheduler) integration with 
PowerWake/PowerNap/NUT: POSTPONED
  [andreserl] Implement NUT client support in PowerWake: POSTPONED
  [aquette] Implement NUT client support in PowerWake: TODO
  [aquette] Implement PowerChain (power distribution tracking) in NUT: 
INPROGRESS
  [aquette] Implement configuration library and tool for NUT: TODO
  [aquette] Implement network support in nut-ipmipsu: TODO
  [aquette] Implement fence_nut in fence-agents: TODO
  [aquette] Create fence_nut Cobbler template: INPROGRESS
  [aquette] Check if all supported fence devices are present in NUT too: 
INPROGRESS
  [aquette] Implement IPMI detection in nut-scanner: DONE
  [aquette] Implement Python wrapper for nut-scanner: TODO
  [aquette] Implement Perl wrapper for nut-scanner (for inventories): TODO
  [aquette] Update NUT script in Ubuntu QA Regression Testing: DONE
  [emilienkia] AppArmor integration: INPROGRESS
  Convert NUT initscript to upstart: TODO
  [aquette] Convert NUT initscript to systemd: DONE
  [aquette] Help / NMU FreeIPMI packages: TODO
  [aquette] MIR for libfreeipmi and libipmimonitoring for nut-ipmi: TODO
  [aquette] Package Avahi publication script for NUT: INPROGRESS
  [aquette] Package nut-ipmi (need freeipmi packages update): BLOCKED
  [aquette] Package java-nut: TODO
  [aquette] Package nut-scanner: TODO
  [aquette] NUT debconf support: TODO
  
  Remaining bits from UDS-O
  =
  
  Implement NUT support in checkbox: TODO
  [aquette] Implement support for power management testing in 
servercloud-p-complex-deployment-testing using NUT: TODO
- [andreserl] Investigate PowerNap using NUT as a data broker: TODO
+ [andreserl] Investigate PowerNap using NUT as a data broker: POSTPONED
  [aquette] Investigate PowerNap using NUT as a data broker: TODO

-- 
Cloud power management
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-power-management

-- 
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 962189] Re: dkms module is not automatically rebuild when installing new linux-image package

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

** Changed in: openvswitch (Ubuntu)
   Status: New = Confirmed

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

Title:
  dkms module is not automatically rebuild when installing new linux-
  image package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/962189/+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 875950] Re: /var/run/dnsmasq/resolv.conf empty on boot

2012-03-27 Thread Chad Kidder
It seems that my problem can be traced to putting a gateway line in my
/etc/network/interfaces file for the static internal interface.  That
was causing routing problems as well.  After removing the gateway line
and restarting networking and dnsmasq I now have name servers in
/var/run/dnsmasq/resolv.conf.

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

Title:
  /var/run/dnsmasq/resolv.conf empty on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/875950/+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 927540] Re: multipath ignores blacklist in multipath.conf

2012-03-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-927504-amp

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

Title:
  multipath ignores blacklist in multipath.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/927540/+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 927540] Re: multipath ignores blacklist in multipath.conf

2012-03-27 Thread Amit Parik (OpenERP)
** Branch unlinked: lp:~openerp-dev/openobject-addons/trunk-
bug-927504-amp

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

Title:
  multipath ignores blacklist in multipath.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/927540/+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 966811] Re: smbd crashed with SIGABRT in rep_strlcpy()

2012-03-27 Thread Apport retracing service
*** This bug is a duplicate of bug 913809 ***
https://bugs.launchpad.net/bugs/913809

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #913809, so 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.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/966811/+attachment/2952434/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/966811/+attachment/2952436/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/966811/+attachment/2952437/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/966811/+attachment/2952438/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/966811/+attachment/2952439/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/966811/+attachment/2952440/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/966811/+attachment/2952442/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 913809

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/966811/+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 781949] Re: Must check certificates for validity

2012-03-27 Thread Clint Byrum
** Also affects: txaws (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: txaws (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: txaws (Ubuntu Precise)
   Status: New = In Progress

** Changed in: txaws (Ubuntu Precise)
   Importance: Undecided = High

** Changed in: txaws (Ubuntu Precise)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

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

Title:
  Must check certificates for validity

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/781949/+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 838729] Re: x200 laptop fails to complete to suspend on second suspend after boot

2012-03-27 Thread Cyberax
Had this problem as well on Sony VPCSE. Replacing cgroup-bin with
cgroup-lite fixed the issue.

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

Title:
  x200 laptop fails to complete to suspend on second suspend after boot

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