[Bug 1030040] Re: multipath-tools create duplicate device

2012-08-18 Thread vincent
sorry, my mistake.  i should have request update on another case.

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

Title:
  multipath-tools create duplicate device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1030040/+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 1038356] Re: version contains epoch

2012-08-18 Thread Dave Walker
Once an epoch has been introduced, it cannot normally be backed out.

This package has had it's epoch since 2001, to assist with the migration
between bind8 to bind9.

An epoch serves an import job, and external tooling should respect the
Ubuntu  Debian Policy for versions.  More information on the policy can
be found, http://www.debian.org/doc/debian-policy/ch-
controlfields.html#s-f-Version

Thanks.

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

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

Title:
  version contains epoch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1038356/+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 1035919] Re: package mysql-server-5.5 5.5.24-0ubuntu0.12.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2012-08-18 Thread Clint Byrum
/usr/local/lib/lipopt.so.0 is not a supported Ubuntu library. I imagine
this is the cause of your issues. I'd suggest that you remove this file
and try the operation again.

** Changed in: mysql-5.5 (Ubuntu)
   Status: New = Invalid

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

Title:
  package mysql-server-5.5 5.5.24-0ubuntu0.12.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 255

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1035919/+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 1036919] Re: Region drop down showing incorrect region

2012-08-18 Thread Clint Byrum
Forwarded upstream. Marking Triaged just in Ubuntu, though its not
actually clear if the  exists, having it attached to the upstream
project will get it more visibility.

** Also affects: horizon
   Importance: Undecided
   Status: New

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

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

Title:
  Region drop down showing incorrect region

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1036919/+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 983782] Re: apache2 crashed with SIGSEGV in zm_globals_ctor_mongo()

2012-08-18 Thread Clint Byrum
this is definitely not an apache2 bug, as apache2 does not have anything
resembling zm_globals_ctor_mongo.

I would suggest you report this bug to the pecl mongo authors. Since
this is not a bug in any code supported by Ubuntu, I am closing this bug
report.

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

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

Title:
  apache2 crashed with SIGSEGV in zm_globals_ctor_mongo()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/983782/+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 1037738] Re: race condition in init script

2012-08-18 Thread Clint Byrum
Ah, I think you meant if-up.d script not the init script.

Agreed, the l ast 3 lines are:

# We'd like to use 'reload' here, but it has some problems; see #502444.
stop ssh || true
start ssh || true

502444 is a debian bug # btw.

I think we need to serialize access to this section of the script with
an flock o only one thing does this at a time.

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

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

** Summary changed:

- race condition in init script
+ race condition in if-up.d script

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

Title:
  race condition in if-up.d script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1037738/+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 1038044] Re: munin-node: apt_all does not Grok Ubuntu (possible regression)

2012-08-18 Thread Daniel Hahler
Thanks for your patch!

You might want to handle the case where lsb_release is not installed/executable 
and then fallback to the Debian default instead of exiting.
(I do not know if the dependency of lsb_release is fulfilled when installing 
munin-node)

Apart from that the patch looks decent and you might want to submit it
upstream (to Debian) directly: http://bugs.debian.org/munin-node - it
would be fine to get it committed to Ubuntu first and then forward it to
Debian though (e.g. via submittodebian).

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

Title:
  munin-node: apt_all does not Grok Ubuntu (possible regression)

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


Re: [Bug 1038044] Re: munin-node: apt_all does not Grok Ubuntu (possible regression)

2012-08-18 Thread Martin Jackson
On 08/18/2012 04:34 PM, Daniel Hahler wrote:
 Thanks for your patch!

 You might want to handle the case where lsb_release is not 
 installed/executable and then fallback to the Debian default instead of 
 exiting.
 (I do not know if the dependency of lsb_release is fulfilled when installing 
 munin-node)

 Apart from that the patch looks decent and you might want to submit it
 upstream (to Debian) directly: http://bugs.debian.org/munin-node - it
 would be fine to get it committed to Ubuntu first and then forward it to
 Debian though (e.g. via submittodebian).

Thanks, Daniel.

I'm reworking the patch a bit as with further testing, there are places 
where update_state is called without having run the new 
determine_releases sub.  I will also include your suggestion.  I will 
submit a new version this weekend.

Thanks,

Marty

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

Title:
  munin-node: apt_all does not Grok Ubuntu (possible regression)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1038044/+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 1038199] Re: Bind9 9.8.1 high CPU utilization when managed-keys-directory option is omitted from config

2012-08-18 Thread Clint Byrum
Looks to be well known though unaddressed upstream yet. Since it has a
reasonably simple workaround (use the managed-keys-directory option)
I've marked it as Medium.

** Summary changed:

- Bind9 9.8.1 high CPU utilization
+ Bind9 9.8.1 high CPU utilization when managed-keys-directory option is 
omitted from config

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

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

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

Title:
  Bind9 9.8.1 high CPU utilization when managed-keys-directory option is
  omitted from config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1038199/+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 1036101] Re: package postfix 2.9.3-2~12.04.2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 75

2012-08-18 Thread Clint Byrum
Hello! This is not a bug, it is actually due to your hostname containing
invalid characters. If you feel that your hostname is ok (you can find
it out by typing 'hostname' in a terminal), please feel free to paste it
into the bug report and change the status back to 'New'.

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

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

Title:
  package postfix 2.9.3-2~12.04.2 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1036101/+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 1038414] Re: package python-appconf (not installed) failed to install/upgrade: trying to overwrite '/usr/share/pyshared/django_appconf-0.5.egg-info/SOURCES.txt', which is also in package python-d

2012-08-18 Thread Clint Byrum
Hi there! Thanks so much for taking the time to file this bug report.
The package 'python-appconf' does not exist in the official ubuntu
repositories. Because of this, we can't do much about files inside of it
conflicting with django. I would suggest that you remove that package,
and then install python-django-appconf again.

** Changed in: python-django-appconf (Ubuntu)
   Status: New = Invalid

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

Title:
  package python-appconf (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/pyshared/django_appconf-0.5.egg-
  info/SOURCES.txt', which is also in package python-django-appconf
  0.5-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django-appconf/+bug/1038414/+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 1038527] [NEW] apport package hook is not installed

2012-08-18 Thread Clint Byrum
Public bug reported:

[Test Case]
1. install postfix
2. look for postfix.py in /usr/share/apport/package-hooks

[Regression Potential]
Users reporting bugs will be asked more questions, and  the code behind that 
has not been well tested, but its worth it to improve bug reporting.

---

The apport package hook is not installed because there is an error in
debian/rules. This fixes it:

--- debian/rules2012-04-12 06:55:26 +
+++ debian/rules2012-08-18 22:36:08 +
@@ -158,7 +158,7 @@
install -m 0444 debian/lintian-override 
${base}/usr/share/lintian/overrides/${package}
 
if dpkg-vendor --is ubuntu; then \
-   install -m 644 -D debian/postfix.apport 
debian/bind9/usr/share/apport/package-hooks/postfix.py; \
+   install -m 644 -D debian/postfix.apport 
${base}/usr/share/apport/package-hooks/postfix.py; \
fi
 
 debian/vars:

** Affects: postfix (Ubuntu)
 Importance: Medium
 Assignee: Clint Byrum (clint-fewbar)
 Status: In Progress

** Affects: postfix (Ubuntu Precise)
 Importance: Medium
 Assignee: Clint Byrum (clint-fewbar)
 Status: In Progress

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

Title:
  apport package hook is not installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1038527/+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 1038527] Re: apport package hook is not installed

2012-08-18 Thread Clint Byrum
** Also affects: postfix (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

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

** Changed in: postfix (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 postfix in Ubuntu.
https://bugs.launchpad.net/bugs/1038527

Title:
  apport package hook is not installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1038527/+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-q-juju-integration] Juju Integration

2012-08-18 Thread Juan L. Negron
Blueprint changed by Juan L. Negron:

Work items changed:
  Work items:
  [mark-mims] charm to deploy chef-server (maybe w sub like clint's puppet sub) 
: TODO
  [mark-mims] charms that call chef solo recipes : TODO
- [negronjl] jujustrano ( Juju Capistrano integration ) : TODO
+ [negronjl] jujustrano ( Juju Capistrano integration ) : DONE
  [negronjl] go to town on clint's puppet sub ( puppetforge? ) ( add charm 
create option for puppet recipes ) : TODO
- [negronjl] define ways that capistrano would need to call Capistrano : TODO
+ [negronjl] define ways that juju would need to call Capistrano : DONE
  [negronjl] jrapi as juju-jitsu subcommand... 'jitsu api' : POSTPONED
  [negronjl] integrate Juju with facter : DONE
  [hazmat] export/import environment into juju-jitsu : TODO
- [negronjl] how to make charms out of puppetforge modules / github cookbooks : 
TODO
- [negronjl] plugin for chef-search to interface with juju (possibly just chef 
sub) : TODO
+ [negronjl] how to make charms out of puppetforge modules / github cookbooks : 
POSTPONED
+ [negronjl] plugin for chef-search to interface with juju (possibly just chef 
sub) : POSTPONED
  [mike-mcclurg] cloudstack integration : TODO
  [imbrandon] investigate enstratus integration : TODO

-- 
Juju Integration
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-juju-integration

-- 
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 1038044] Re: munin-node: apt_all does not Grok Ubuntu (possible regression)

2012-08-18 Thread Martin Jackson
Updated patch:

1)  Include call to determine_releases() inside update_state() sub, as several 
code paths need it
2)  Default to Debian-specific behaviors if lsb_release is not Ubuntu (at 
Daniel's suggestion)

** Patch added: Handle both Debian and Ubuntu for apt_all in munin-node
   
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1038044/+attachment/3267306/+files/apt_all.in.patch

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

Title:
  munin-node: apt_all does not Grok Ubuntu (possible regression)

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