[Bug 1304446] Re: git is removed when apt-get remove libldap-2.4-2

2014-04-09 Thread Tommy Kihlstrøm
I'm really sorry for wasting your time. I'll do some more research next
time. We're doing an assignment i class and libldap is on the install
script the teacher gave us. So that way we thought libldap was only for
openldap, did not think git was dependent on it.

Again really sorry!

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

** Description changed:

  I'm making a script for installing ldap server and posting the script to
  git. But every time i remove libldap-2.4-2 and only this package, git is
  also removed. I feel this is a bit unnecessary.
  
  Install command:
  sudo apt-get install slapd ldap-utils libldap-2.4-2 libnss-ldap
  
  remove command
  sudo apt-get purge -y slapd ldap-utils libldap-2.4-2 libnss-ldap  apt-get 
-y autoremove  apt-get autoclean
  
  you can see that git is removed when running
  apt-get remove libldap-2.4-2
  
- 
  I'm running build:
  Linux prosjekt2-server 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 
15:31:16 UTC 2013 i686 i686 i386 GNU/Linux
  
- 
  By first bug report yay!.

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

Title:
  git is removed when apt-get remove libldap-2.4-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1304446/+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 1280044] Re: dpkg-buildflags wipes out LFS support in package build

2014-04-09 Thread Bug Watch Updater
** Changed in: php5 (Debian)
   Status: Fix Released = New

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

Title:
  dpkg-buildflags wipes out LFS support in package build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1280044/+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 1304518] Re: Confusing wording in the IPMI section of node power data

2014-04-09 Thread Gavin Panella
Bug 1279460 is related to this. Though not directly relevant, it does
add some context.

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

Title:
  Confusing wording in the IPMI section of node power data

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1304518/+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 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2014-04-09 Thread Vladimir
The same problem persists in 14.04. My DHCP server pushes two DNS
servers: primary (10.0.0.3), located inside the local network and
secondary (10.0.2.1), located in DMZ.

Primary server's zone includes records for some servers that are
accessible only from local network.

Periodically (maybe after lease renew?) computer with 14.04 could not
resolve local names which records are absent in seconary server's zone.

Workaround is to make internal view for secondary server's zone in order
to let computers from local network resolve such local names.

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1003842/+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 1304876] [NEW] Use of aliases for service plugins breaks neutron-db-manage

2014-04-09 Thread James Page
Public bug reported:

Use of aliases in neutron.conf for service plugins results in errors
when running neutron-db-sync.

neutron.conf:

service_plugins = router,firewall,lbaas,vpnaas,metering

neutron-db-manage --config-file=/etc/neutron/neutron.conf 
--config-file=/etc/neutron/plugins/ml2/ml2_conf.ini current
No handlers could be found for logger neutron.common.legacy
Traceback (most recent call last):
  File /usr/bin/neutron-db-manage, line 10, in module
sys.exit(main())
  File /usr/lib/python2.7/dist-packages/neutron/db/migration/cli.py, line 
169, in main
CONF.command.func(config, CONF.command.name)
  File /usr/lib/python2.7/dist-packages/neutron/db/migration/cli.py, line 60, 
in do_alembic_command
getattr(alembic_command, cmd)(config, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/alembic/command.py, line 232, in 
current
script.run_env()
  File /usr/lib/python2.7/dist-packages/alembic/script.py, line 199, in 
run_env
util.load_python_file(self.dir, 'env.py')
  File /usr/lib/python2.7/dist-packages/alembic/util.py, line 199, in 
load_python_file
module = load_module(module_id, path)
  File /usr/lib/python2.7/dist-packages/alembic/compat.py, line 55, in 
load_module
mod = imp.load_source(module_id, path, fp)
  File 
/usr/lib/python2.7/dist-packages/neutron/db/migration/alembic_migrations/env.py,
 line 42, in module
importutils.import_class(class_path)
  File 
/usr/lib/python2.7/dist-packages/neutron/openstack/common/importutils.py, 
line 33, in import_class
traceback.format_exception(*sys.exc_info(
ImportError: Class router cannot be found (['Traceback (most recent call 
last):\n', '  File 
/usr/lib/python2.7/dist-packages/neutron/openstack/common/importutils.py, 
line 28, in import_class\n__import__(mod_str)\n', 'ValueError: Empty module 
name\n'])

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: neutron-common 1:2014.1~rc1-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
Uname: Linux 3.13.0-23-generic x86_64
ApportVersion: 2.14.1-0ubuntu1
Architecture: amd64
Date: Wed Apr  9 07:48:44 2014
Ec2AMI: ami-0068
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: serverstack-az-1
Ec2InstanceType: m1.small
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
PackageArchitecture: all
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: neutron
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.neutron.neutron.conf: 2014-04-09T06:24:19.987489

** Affects: neutron
 Importance: Undecided
 Status: New

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


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

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

** Summary changed:

- Use of shortnames for service plugins breaks neutron-db-manage
+ Use of aliases for service plugins breaks neutron-db-manage

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

Title:
  Use of aliases for service plugins breaks neutron-db-manage

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1304876/+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 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-09 Thread Martin Pitt
Hey Sam,

 At a level deeper than it causes apt to work correctly, why is
adding replaces a reasonable fix?

It indeed does not actually replace any files. This is purely to nudge
apt into doing the upgrade to libkadm5srv-mit9, as otherwise the Breaks
causes it to hold back half of the stack and remove krb5-multidev. So
yes, the missing Replaces was perhaps misleading. We'll drop that
change after trusty's release again, so it's only a temporary delta.

Do you see a better way to do that? This is the least intrusive and not
particularly wrong change that I saw to fix this.

** Changed in: krb5 (Ubuntu Trusty)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  Precise to Trusty - all of main - fails: Broken transition from
  libkadm5srv-mit8 to libkadm5srv-mit9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1304403/+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 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-09 Thread Lionel Sausin - Numérigraphe
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+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 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-09 Thread Lionel Sausin - Numérigraphe
Verified to fix the problem on 1 node in each cluster at our end:

First cluster, Ubuntu 12.04 with Raring kernel, all packages up-to-date except 
lxc 0.8.
Uninstalled drbd-8-utils and re-installed from ...-proposed, rebooted.
drbd-overview, drbdadm up|down|disconnect|connect|verify still functional.
# drbdadm --version
DRBDADM_BUILDTAG=GIT-hash:\ 89a294209144b68adb3ee85a73221f964d3ee515\ build\ 
by\ phil@fat-tyre\,\ 2013-02-05\ 15:35:49
DRBDADM_API_VERSION=1
DRBD_KERNEL_VERSION_CODE=0x080402
DRBDADM_VERSION_CODE=0x080403
DRBDADM_VERSION=8.4.3

Second cluster, Ubuntu 12.04 with original kernel, many out-of-date packages 
(can't upgrade now, sorry).
Simply upgraded drbd8-utils from ...-proposed. Can't reboot now, sorry.
drbd-overview, drbdadm up|down|disconnect|connect|verify still functional.
# drbdadm --version
DRBDADM_BUILDTAG=GIT-hash:\ 89a294209144b68adb3ee85a73221f964d3ee515\ build\ 
by\ phil@fat-tyre\,\ 2013-02-05\ 15:35:49
DRBDADM_API_VERSION=88
DRBD_KERNEL_VERSION_CODE=0x08030d
DRBDADM_VERSION_CODE=0x08030b
DRBDADM_VERSION=8.3.11

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

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+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 1295072] Re: qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

2014-04-09 Thread Bug Watch Updater
** Changed in: device-tree-compiler (Debian)
   Status: Unknown = Fix Released

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

Title:
  qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/device-tree-compiler/+bug/1295072/+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 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-09 Thread Jean-Baptiste Lallement
I'm reopening this report, it is still an issue with krb5 1.12+dfsg-
2ubuntu3

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

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

Title:
  Precise to Trusty - all of main - fails: Broken transition from
  libkadm5srv-mit8 to libkadm5srv-mit9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1304403/+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 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-09 Thread Jean-Baptiste Lallement
New apt.log for P-T upgrade
See also bug 1304702 for an upgrade with the same failure from S to T

** Attachment added: apt_krb5_1.12+dfsg-2ubuntu3.log
   
https://bugs.launchpad.net/ubuntu/trusty/+source/krb5/+bug/1304403/+attachment/4076761/+files/apt_krb5_1.12%2Bdfsg-2ubuntu3.log

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

Title:
  Precise to Trusty - all of main - fails: Broken transition from
  libkadm5srv-mit8 to libkadm5srv-mit9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1304403/+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 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-09 Thread Michael Vogt
** Changed in: krb5 (Ubuntu Trusty)
   Status: Triaged = In Progress

** Changed in: krb5 (Ubuntu Trusty)
 Assignee: Martin Pitt (pitti) = Michael Vogt (mvo)

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

Title:
  Precise to Trusty - all of main - fails: Broken transition from
  libkadm5srv-mit8 to libkadm5srv-mit9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1304403/+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 1301481] Re: juju-quickstart will be broken in Trusty after juju-core updates in its stable PPA

2014-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package juju-quickstart - 1.3.1-0ubuntu1

---
juju-quickstart (1.3.1-0ubuntu1) trusty; urgency=medium

  * New upstream release. Upstream changes:
- Support MachineInfo addresses (LP: #1301464).
- Support the --ppa flag for distro packaging (for LP: #1301481).
  * d/p/distro-only-default: default to --distro-only when running
juju-quickstart installed from the Ubuntu archive (LP: #1301481).
 -- Robie Basak robie.ba...@ubuntu.com   Wed, 09 Apr 2014 09:03:59 +

** Branch linked: lp:ubuntu/trusty-proposed/juju-quickstart

** Changed in: juju-quickstart (Ubuntu Trusty)
   Status: Triaged = Fix Released

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

Title:
  juju-quickstart will be broken in Trusty after juju-core updates in
  its stable PPA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1301481/+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 1301464] Re: The mega-watcher for machines does not include containers addresses

2014-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package juju-quickstart - 1.3.1-0ubuntu1

---
juju-quickstart (1.3.1-0ubuntu1) trusty; urgency=medium

  * New upstream release. Upstream changes:
- Support MachineInfo addresses (LP: #1301464).
- Support the --ppa flag for distro packaging (for LP: #1301481).
  * d/p/distro-only-default: default to --distro-only when running
juju-quickstart installed from the Ubuntu archive (LP: #1301481).
 -- Robie Basak robie.ba...@ubuntu.com   Wed, 09 Apr 2014 09:03:59 +

** Branch linked: lp:ubuntu/trusty-proposed/juju-quickstart

** Changed in: juju-quickstart (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  The mega-watcher for machines does not include containers addresses

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1301464/+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 1304936] [NEW] lxc-clone doesn't replace the hostname in some places

2014-04-09 Thread Philip Muškovac
Public bug reported:

after cloning a container,

/etc/hosts
/etc/mailname

still contained the old hostname so mail delivery inside the container
was broken, and every invocation of sudo sent an error mail to root that
the hostname couldn't be resolved

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: lxc 1.0.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
Uname: Linux 3.13.0-23-generic x86_64
ApportVersion: 2.14.1-0ubuntu1
Architecture: amd64
Date: Wed Apr  9 11:27:37 2014
EcryptfsInUse: Yes
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 LANGUAGE=en_US:de:en
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: Upgraded to trusty on 2013-03-06 (398 days ago)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  lxc-clone doesn't replace the hostname in some places

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1304936/+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 1304944] Re: screen crashed with SIGABRT

2014-04-09 Thread Apport retracing service
*** This bug is a duplicate of bug 1258206 ***
https://bugs.launchpad.net/bugs/1258206

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 #1258206, 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/1304944/+attachment/4076870/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1304944/+attachment/4076872/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1304944/+attachment/4076874/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1304944/+attachment/4076875/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1304944/+attachment/4076876/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1304944/+attachment/4076877/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1304944/+attachment/4076878/+files/ThreadStacktrace.txt

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

** Information type changed from Private 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 screen in Ubuntu.
https://bugs.launchpad.net/bugs/1304944

Title:
  screen crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/1304944/+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 1278466] Re: [FFe] ceph firefly stable release

2014-04-09 Thread James Page
I've prepared and tested an update to 0.79; you can see the package
builds in:

  https://launchpad.net/~ceph-ubuntu/+archive/edgers

Using these packages, I deployed Ceph 0.79 as part of an OpenStack
deployment using Cinder for volume management and ran the entire Tempest
volume API test suite against the installation.

I also ran the smallio generator from ceph-test against the install
whilst doing this.

In addition I tested an erasure encoded pool using documentation from
upstream and ran the rados bench tool against it to confirm it was
function.

Requesting an ack from the release team to upload to trusty.

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

Title:
  [FFe] ceph firefly stable release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1278466/+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 1242376] Re: reload php5-fpm crashes

2014-04-09 Thread mithras
I'm on precise64 with ondrej's PPA for php 5.5 and experiencing the same
issues. Using service results in the bug report's error. Using init.d
gives me:

stop: Rejected send message, 1 matched rules; type=method_call,
sender=:1.15 (uid=1001 pid=21912 comm=stop php5-fpm )
interface=com.ubuntu.Upstart0_6.Job member=Stop error name=(unset)
requested_reply=0 destination=com.ubuntu.Upstart (uid=0 pid=1
comm=/sbin/init)

Enabling the reload in /etc/init/php-fpm gives me this response on
service php5-fpm stop:

stop: Method Get with signature ss on interface
org.freedesktop.DBus.Properties doesn't exist

Now I am killing manually the php processes and with service I am
spinning them up again (all tested inside vagrant), but I'd like to know
what's the solution for 12.04 ppl now using php 5.5.

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

Title:
  reload php5-fpm crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1242376/+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 1278466] Re: [FFe] ceph firefly stable release

2014-04-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/ceph

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

Title:
  [FFe] ceph firefly stable release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1278466/+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 1295093] Re: [FFe] Sync docker.io 0.9.1 from Debian unstable

2014-04-09 Thread James Page
This bug was fixed in the package docker.io - 0.9.1~dfsg1-2

---
docker.io (0.9.1~dfsg1-2) unstable; urgency=medium

  * Added upstream apparmor patch to fix newer apparmor versions (such as the
version appearing in Ubuntu 14.04).
  * Added mkimage-* docker.io binary name patches (Closes: #740855).

 -- Tianon Gravi admwig...@gmail.com  Tue, 08 Apr 2014 23:19:08 -0400

docker.io (0.9.1~dfsg1-1) unstable; urgency=medium

  * Updated to 0.9.1 upstream release (Closes: #743424).
  * Added cgroupfs-mount dependency (Closes: #742641).
  * Added Suggests entries for optional features, chiefly lxc (Closes: #742081).
  * Added notes about root-equivalence to README.Debian (Closes: #742387).

 -- Tianon Gravi admwig...@gmail.com  Thu, 03 Apr 2014 21:38:30 -0400

docker.io (0.9.0+dfsg1-1) unstable; urgency=medium

  * Updated README.Debian to not be quite so outdated (Closes: #740850).
  * Updated to 0.9.0 upstream release.

 -- Tianon Gravi admwig...@gmail.com  Tue, 11 Mar 2014 22:24:31 -0400

** Changed in: docker.io (Ubuntu)
   Status: New = Fix Released

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

Title:
  [FFe] Sync docker.io 0.9.1 from Debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1295093/+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-1311-ceph] Ceph activities for Trusty

2014-04-09 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-13.11:
  Update ceph packages for emperor upstream release: DONE
  Re-sync packaging with Debian: DONE
  Update ceph-deploy packages: DONE
  
  Work items for ubuntu-13.12:
  Package geo-replication agents for RADOS gateway: DONE
  
  Work items for ubuntu-14.01:
  Review/move mod_fastcgi out of multiverse: POSTPONED
  MIR mod_fastcgi: POSTPONED
  Update ceph-deploy packages: DONE
  
  Work items for ubuntu-14.03:
  Improve RADOS gateway packaging for a more off-the-shelf experience: TODO
  Update ceph packages to 0.78: DONE
  
  Work items for ubuntu-14.04:
- Update ceph packages to 0.79: TODO
+ Update ceph packages to 0.79: DONE
  Update ceph packages to 0.80: TODO
  Fully automated testing of ceph for SRU's and development release: TODO
  Update ceph-deploy packages: DONE
  Updates to charms for Ceph firefly: DONE

-- 
Ceph activities for Trusty
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-ceph

-- 
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 1273865] Re: [MIR] juju-quickstart, python-jujuclient, urwid, websocket-client

2014-04-09 Thread James Page
** Also affects: urwid (Ubuntu U-series)
   Importance: Undecided
   Status: New

** Also affects: websocket-client (Ubuntu U-series)
   Importance: Undecided
   Status: New

** Also affects: python-jujuclient (Ubuntu U-series)
   Importance: Undecided
   Status: New

** Also affects: python-websocket-client (Ubuntu U-series)
   Importance: Undecided
   Status: New

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

** No longer affects: juju-quickstart (Ubuntu Trusty)

** No longer affects: python-jujuclient (Ubuntu Trusty)

** No longer affects: python-websocket-client (Ubuntu Trusty)

** No longer affects: urwid (Ubuntu Trusty)

** No longer affects: websocket-client (Ubuntu Trusty)

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

Title:
  [MIR] juju-quickstart, python-jujuclient, urwid, websocket-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1273865/+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 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-09 Thread James Page
As trusty now has keystone rc2, marking fix released.

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

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

Title:
  openstack.common.db.sqlalchemy.migration utf8 table check issue on
  initial migration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1301036/+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 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-09 Thread Michael Vogt
I uploaded a workaround with a transitional package. I also looked into what 
went wrong in the resolver. Here is what happend:
- pkgDistUpgrade goes over the installed package and mark them all for upgrade
- pkg libkadm5srv-mit9 gets installed as a dependency of krb5-multidev and 
causes the removal of libkadm5srv-mit8
- pkgDistUpgrade arrives at libkadm5srv-mit8 and marks it for upgrade which 
causes a MarkKeep() because there is no upradable version 

The last step is wrong in libapt, I will look into creating a
testcase/fix for this.

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

Title:
  Precise to Trusty - all of main - fails: Broken transition from
  libkadm5srv-mit8 to libkadm5srv-mit9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1304403/+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 1304876] Re: Use of aliases for service plugins breaks neutron-db-manage

2014-04-09 Thread Henry Gessau
I wonder if this is the same as
https://bugs.launchpad.net/neutron/+bug/1294016 ?

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

Title:
  Use of aliases for service plugins breaks neutron-db-manage

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1304876/+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 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package krb5 - 1.12+dfsg-2ubuntu4

---
krb5 (1.12+dfsg-2ubuntu4) trusty; urgency=low

  * Add transitional libkadm5srv-mit8 package to help libapt
calculating the upgrade (LP: #1304403) to trusty.
This transitional package can be dropped once trusty is
released.
 -- Michael Vogt michael.v...@ubuntu.com   Wed, 09 Apr 2014 11:11:43 +0200

** Changed in: krb5 (Ubuntu Trusty)
   Status: In Progress = Fix Released

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

Title:
  Precise to Trusty - all of main - fails: Broken transition from
  libkadm5srv-mit8 to libkadm5srv-mit9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1304403/+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 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-09 Thread Michael Vogt
Fwiw,
https://github.com/mvo5/apt/commit/700209eed91a8377a89a2a071d36ee50ab4389b6
contains a breal fix for libapt

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

Title:
  Precise to Trusty - all of main - fails: Broken transition from
  libkadm5srv-mit8 to libkadm5srv-mit9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1304403/+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 1301919] Re: package open-vm-tools 2:9.4.0-1280544-5ubuntu5 failed to install/upgrade: trying to overwrite '/etc/xdg/autostart/vmware-user.desktop', which is also in package open-vm-toolbox 2011.

2014-04-09 Thread Robie Basak
Thanks Michael! I've uploaded a fix.

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

Title:
  package open-vm-tools 2:9.4.0-1280544-5ubuntu5 failed to
  install/upgrade: trying to overwrite '/etc/xdg/autostart/vmware-
  user.desktop', which is also in package open-vm-toolbox
  2011.12.20-562307-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1301919/+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 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-09 Thread Sam Hartman
 Martin == Martin Pitt martin.p...@ubuntu.com writes:


No complains at all.
I was just hoping to learn from you guys.
I actually probably want this delta for  wheezy-jessie.

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

Title:
  Precise to Trusty - all of main - fails: Broken transition from
  libkadm5srv-mit8 to libkadm5srv-mit9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1304403/+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 1303692] Re: New upstream version 1.4.1

2014-04-09 Thread Robie Basak
Unassigned myself, since the conclusion seems to be that this won't make
Trusty.

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

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

Title:
  New upstream version 1.4.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1303692/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 832507] Re: console.log grows indefinitely

2014-04-09 Thread Thierry Carrez
Putting back in OSSA scope so that we discuss what to do with this

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

** Changed in: ossa
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 1304876] Re: Use of aliases for service plugins breaks neutron-db-manage

2014-04-09 Thread Henry Gessau
*** This bug is a duplicate of bug 1294016 ***
https://bugs.launchpad.net/bugs/1294016

I tried the patch from https://review.openstack.org/81221 and it seems
to fix this problem.

** This bug has been marked a duplicate of bug 1294016
   db migration failed when plugin name alias used in config file

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

Title:
  Use of aliases for service plugins breaks neutron-db-manage

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1304876/+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 1301919] Re: package open-vm-tools 2:9.4.0-1280544-5ubuntu5 failed to install/upgrade: trying to overwrite '/etc/xdg/autostart/vmware-user.desktop', which is also in package open-vm-toolbox 2011.

2014-04-09 Thread Michael Schaller
Thank you, Robie.

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

Title:
  package open-vm-tools 2:9.4.0-1280544-5ubuntu5 failed to
  install/upgrade: trying to overwrite '/etc/xdg/autostart/vmware-
  user.desktop', which is also in package open-vm-toolbox
  2011.12.20-562307-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1301919/+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 1280666] Re: FTBFS on arm64; outdated config.{sub,guess}

2014-04-09 Thread Bug Watch Updater
** Changed in: nis (Debian)
   Status: New = Fix Released

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

Title:
  FTBFS on arm64; outdated config.{sub,guess}

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/1280666/+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 1302349] Re: pam_env applies user_envfile twice

2014-04-09 Thread Marko Kohtala
Than you for the thanks. I think we should figure this thing out
properly before creating a lot of tasks. Simple grep pam_env
/etc/pam.d/* reveals some packages, but not all. Is there a database
which packages provide which files?

I think that instead of what I proposed first, it would be better to
have these two lines:

auth required pam_env.so user_readenv=0
auth required pam_env.so conffile=/dev/null envfile=/etc/default/locale

Then the order of reading files would be

/etc/security/pam_env.conf
/etc/environment
/etc/default/locale
~/.pam_environment

What I first proposed would read the /etc/default/locale after
~/.pam_environment not allowing user to override the locale.

I tried to submit for linux-PAM an update on pam_env documentation. Lets
see how active they are. Better documentation should help here.

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

Title:
  pam_env applies user_envfile twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1302349/+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 1278466] Re: [FFe] ceph firefly stable release

2014-04-09 Thread James Page
** Changed in: ceph (Ubuntu Trusty)
   Status: Fix Released = In Progress

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

Title:
  [FFe] ceph firefly stable release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1278466/+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 1278466] Re: [FFe] ceph firefly stable release

2014-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package ceph - 0.79-0ubuntu1

---
ceph (0.79-0ubuntu1) trusty; urgency=medium

  * New upstream release (LP: #1278466):
- d/p/modules.patch: Refreshed.
- d/ceph.install: Install all jerasure modules.
 -- James Page james.p...@ubuntu.com   Wed, 09 Apr 2014 11:14:03 +0100

** Changed in: ceph (Ubuntu Trusty)
   Status: In Progress = Fix Released

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

Title:
  [FFe] ceph firefly stable release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1278466/+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 1190280] Re: Nova compute starts too early when combined with libvirt and Xen

2014-04-09 Thread James Page
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Nova compute starts too early when combined with libvirt and Xen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1190280/+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 1278466] Re: [FFe] ceph firefly stable release

2014-04-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ceph

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

Title:
  [FFe] ceph firefly stable release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1278466/+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 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-09 Thread Michael Vogt
Hey Sam, thanks for your interest in this and for bringing the fix to
debian. The git commit in #16 should have some good overview what goes
wong in the libapt resolver. But for wheezy-jessie its probably still
good to have the workaround.

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

Title:
  Precise to Trusty - all of main - fails: Broken transition from
  libkadm5srv-mit8 to libkadm5srv-mit9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1304403/+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 1302638] Re: augeas-tools fails to parse krb5.conf (solution provided)

2014-04-09 Thread Jurjen Bokma
I opened a PR on Github as Raphaël requested.

One more thing: the Trusty source package depends neither on flex nor on
bison. I think it should, but I'm not sure enough to open another bug.

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

Title:
  augeas-tools fails to parse krb5.conf (solution provided)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1302638/+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 1304777] Re: entropy.ubuntu.com SSL certificate needs to be updated

2014-04-09 Thread Dustin Kirkland 
** Changed in: pollinate (Ubuntu)
   Importance: Undecided = Critical

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

** Changed in: pollinate (Ubuntu)
Milestone: None = ubuntu-14.04

** Changed in: pollinate (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland  (kirkland)

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

Title:
  entropy.ubuntu.com SSL certificate needs to be updated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pollinate/+bug/1304777/+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 1298559] Re: Internal Server Error after installing MAAS from Trusty daily ISO

2014-04-09 Thread Ryan Beisner
Confirmed 'internal server error' issue exists with Trusty 2014-APR-09
daily ISO, when using the 'Create a new MAAS on this server' method.

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

Title:
  Internal Server Error after installing MAAS from Trusty daily ISO

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1298559/+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 1304777] Re: entropy.ubuntu.com SSL certificate needs to be updated

2014-04-09 Thread Dustin Kirkland 
Thanks, I'm working on this urgently.

To solve this, however, I do need the new public certificate and CA
chain cert from the entropy.ubuntu.com ssl endpoint.

Thanks.

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

Title:
  entropy.ubuntu.com SSL certificate needs to be updated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pollinate/+bug/1304777/+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 1302638] Re: augeas-tools fails to parse krb5.conf (solution provided)

2014-04-09 Thread Jurjen Bokma
Err.. s/depends/build-depends/

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

Title:
  augeas-tools fails to parse krb5.conf (solution provided)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1302638/+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 1304496] Re: add --version to squid3

2014-04-09 Thread Robie Basak
** Changed in: squid3 (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  add --version to squid3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1304496/+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 1271183] Re: ipv6 host key not added with non-default port

2014-04-09 Thread Paul Tansom
I hope it will be pushed upstream, I'm not in a position to do anything
about that though. I've looked for a way to modify the bug to indicate
that there are security implications to it, but haven't found anything
yet. It would be a shame if you can only state that on logging the bug.

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

Title:
  ipv6 host key not added with non-default port

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1271183/+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 1081489] Re: autofs package is missing the lookup_sss.so module(!); negating autofs-enabled sssd functionality (automount fails)

2014-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package autofs - 5.0.7-3ubuntu3

---
autofs (5.0.7-3ubuntu3) trusty; urgency=medium

  * fix-ssslib-search.patch: Don't skip sssd autofs search if presseded.
  * rules: set ssslibdir correctly when calling configure (LP: #1081489)
 -- Adam Conrad adcon...@ubuntu.com   Sat, 05 Apr 2014 05:26:53 -0600

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

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

Title:
  autofs package is missing the lookup_sss.so module(!); negating
  autofs-enabled sssd functionality (automount fails)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1081489/+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 1272788] Re: php5-fpm upstart job is not compatible with precise upstart

2014-04-09 Thread Dimitri John Ledkov
** Also affects: php5 (Ubuntu Trusty)
   Importance: High
 Assignee: Dimitri John Ledkov (xnox)
   Status: Triaged

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

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

Title:
  php5-fpm upstart job is not compatible with precise upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1272788/+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 1301919] Re: package open-vm-tools 2:9.4.0-1280544-5ubuntu5 failed to install/upgrade: trying to overwrite '/etc/xdg/autostart/vmware-user.desktop', which is also in package open-vm-toolbox 2011.

2014-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package open-vm-tools -
2:9.4.0-1280544-5ubuntu6

---
open-vm-tools (2:9.4.0-1280544-5ubuntu6) trusty; urgency=medium

  * Add open-vm-tools breaks/replaces against older open-vm-toolbox, since
/etc/xdg/autostart/vmware-user.desktop moved across when Ubuntu synced
against Debian (LP: #1301919).
 -- Robie Basak robie.ba...@ubuntu.com   Fri, 04 Apr 2014 16:51:14 +

** Changed in: open-vm-tools (Ubuntu)
   Status: New = Fix Released

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

Title:
  package open-vm-tools 2:9.4.0-1280544-5ubuntu5 failed to
  install/upgrade: trying to overwrite '/etc/xdg/autostart/vmware-
  user.desktop', which is also in package open-vm-toolbox
  2011.12.20-562307-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1301919/+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 1298559] Re: Internal Server Error after installing MAAS from Trusty daily ISO

2014-04-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~andreserl/maas/fix_lp1298559

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

Title:
  Internal Server Error after installing MAAS from Trusty daily ISO

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1298559/+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 1301957] Re: one convergence agent upstart file misnamed

2014-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 1:2014.1~rc2-0ubuntu1

---
neutron (1:2014.1~rc2-0ubuntu1) trusty; urgency=medium

  [ James Page ]
  * d/neutron-plugin-oneconvergence-agent.upstart: Rename upstart
configuration to match package name (LP: #1301957).
  * d/neutron-vpn-agent.install: Install missing vpnaas.filters for
rootwrap (LP: #1303876).

  [ Chuck Short ]
  * New upstream release candidate (LP: #1288245).
 -- Chuck Short zul...@ubuntu.com   Wed, 09 Apr 2014 08:51:40 -0400

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

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

Title:
  one convergence agent upstart file misnamed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1301957/+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 1303876] Re: VPN agent dependencies are foobar

2014-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 1:2014.1~rc2-0ubuntu1

---
neutron (1:2014.1~rc2-0ubuntu1) trusty; urgency=medium

  [ James Page ]
  * d/neutron-plugin-oneconvergence-agent.upstart: Rename upstart
configuration to match package name (LP: #1301957).
  * d/neutron-vpn-agent.install: Install missing vpnaas.filters for
rootwrap (LP: #1303876).

  [ Chuck Short ]
  * New upstream release candidate (LP: #1288245).
 -- Chuck Short zul...@ubuntu.com   Wed, 09 Apr 2014 08:51:40 -0400

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

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

Title:
  VPN agent dependencies are foobar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1303876/+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 1081489] Re: autofs package is missing the lookup_sss.so module(!); negating autofs-enabled sssd functionality (automount fails)

2014-04-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/autofs

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

Title:
  autofs package is missing the lookup_sss.so module(!); negating
  autofs-enabled sssd functionality (automount fails)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1081489/+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 1257186] Re: memory leakage messages

2014-04-09 Thread Ryan Beisner
Issue exists in Trusty server ISO 2014-APR-09.

Workaround confirmed, but I've not explored other potential effects of removing 
this package:
sudo apt-get remove libpam-smbpass



** Tags added: trusty

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

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1304936] Re: lxc-clone doesn't replace the hostname in some places

2014-04-09 Thread Serge Hallyn
Thanks for submitting this bug report.

lxc itself probably shouldn't update those, because they will vary per-
distro.  However lxc should probably ship clone hooks for each of the
major templates.

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

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

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

Title:
  lxc-clone doesn't replace the hostname in some places

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1304936/+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 1304777] Re: entropy.ubuntu.com SSL certificate needs to be updated

2014-04-09 Thread JuanJo Ciarlante
Hi Dustin, I'll send you the new certs.

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

Title:
  entropy.ubuntu.com SSL certificate needs to be updated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pollinate/+bug/1304777/+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 1305220] [NEW] FFE: python-seamicroclient new upstream release

2014-04-09 Thread Andres Rodriguez
Public bug reported:

[Description]
python-seamicroclient is a MAAS dependency that is used to interact with the 
REST API of SeaMicro 15000 systems. THis is a new upstream release that 
includes the following fixes:

* Fix server power-off bug
* Fix server power-off bug
* Remove use of auth_token for REST API (This is due to bug LP: #1302828)
* Add unit tests
* Fix disks, interface method names, Add scard methods

The only new upstream feature is the following:
* Add support for SeaMicro chassis objects

[Importance]
It is important to have this new upstream release because the bug fixes highly 
improve the use of the SM15K hardware chassis, fixing many power management 
issues found while testing with MAAS, but also improves the usage of the API by 
adding the sole feature for chassis objects.

** Affects: python-seamicroclient (Ubuntu)
 Importance: Critical
 Status: New

** Changed in: python-seamicroclient (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  FFE: python-seamicroclient new upstream release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-seamicroclient/+bug/1305220/+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 1305220] Re: FFE: python-seamicroclient new upstream release

2014-04-09 Thread Scott Kitterman
Note for release team members reviewing this FFe: The package is sitting
in rejected and can be approved from there if this FFe is approved.

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

Title:
  FFE: python-seamicroclient new upstream release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-seamicroclient/+bug/1305220/+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 1304777] Re: entropy.ubuntu.com SSL certificate needs to be updated

2014-04-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/pollinate

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

Title:
  entropy.ubuntu.com SSL certificate needs to be updated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pollinate/+bug/1304777/+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 1303926] Re: qemu-system-x86_64 crashed with SIGABRT

2014-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 2.0.0~rc1+dfsg-0ubuntu3

---
qemu (2.0.0~rc1+dfsg-0ubuntu3) trusty; urgency=medium

  * d/p/ubuntu/kvm_physical_sync_dirty_bitmap-ignore-ENOENT-from-kv.patch
don't abort() just because the kernel has no dirty bitmap.
(LP: #1303926)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 08 Apr 2014 22:32:00 -0500

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

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

Title:
  qemu-system-x86_64 crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1303926/+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 1305228] [NEW] PasswordAuthentication no fails if user account has no password set

2014-04-09 Thread Sam Howard
Public bug reported:

Adding the following options to the /etc/ssh/sshd_config file:

   PasswordAuthentication no
   UsePAM no

For the purpose of disallowing logins by users via password (instead of
public key).

Login via public key does work as expected for users that HAVE a
password defined (but will NEVER be requested per the configuration --
as designed).

For users created without a password, these options cause the ssh
connection to fail with the error message:

   Permission denied (publickey).

Setting a non-trivial password (of course) for the user causes the
subsequent ssh connection to succeed.

This seems counter to the intent of the sshd options -- to require a
user to have a valid password to never ask the password and only accept
public key authentication.

Description:Ubuntu 12.04.4 LTS
Release:12.04
openssh-server version 1:5.9p1-5ubuntu1.3

A *very* bad situation can occur if the root account has no valid
password, and instead relies on public key authentication.  Setting
these parameters in sshd_config will effectively lock the root user from
logging in directly to the system!  Combine with locking out all the
users, and you have a system with no user access!

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

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

Title:
  PasswordAuthentication no fails if user account has no password set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1305228/+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 1305232] Re: Postfix fails to start, failure to copy certificates

2014-04-09 Thread Matthias Andree
Key is adding -not -xtype l which weeds out stuff that is a symbolic
link when dereferenced. This is only true for broken (dangling) symbolic
links.

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

Title:
  Postfix fails to start, failure to copy certificates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1305232/+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 1305232] [NEW] Postfix fails to start, failure to copy certificates

2014-04-09 Thread Matthias Andree
Public bug reported:

Postfix frequently fails to start after security updates to the ca-
certificates package because upgrading the latter sometimes leaves
dangling symlinks behind. If that happens, the /etc/init.d/postfix
script aborts.

# handle files in subdirectories
(cd $ca_path  find . -name '*.pem' -print0 | cpio -0pdL 
--quiet $dest_dir) 2/dev/null || 
(log_failure_msg failure copying certificates; exit 1)

The usual fix on a high level is dpkg-reconfigure --priority=high ca-
certificates; however, I would propose to change the find command as
follows:

# handle files in subdirectories
(cd $ca_path  find . -name '*.pem' -not -xtype l 
-print0 | cpio -0pdL --quiet $dest_dir) 2/dev/null || 
(log_failure_msg failure copying certificates; exit 1)

This would then skip printing broken symbolic links, and prevent cpio
from choking on them.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: postfix 2.9.6-1~12.04.1
ProcVersionSignature: Ubuntu 3.11.0-19.33~precise1-generic 3.11.10.5
Uname: Linux 3.11.0-19-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
Date: Wed Apr  9 20:20:17 2014
EcryptfsInUse: Yes
MarkForUpload: True
ProcEnviron:
 LANGUAGE=de_DE:de:en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: postfix
UpgradeStatus: Upgraded to precise on 2012-11-01 (523 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  Postfix fails to start, failure to copy certificates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1305232/+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 1304777] Re: entropy.ubuntu.com SSL certificate needs to be updated

2014-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package pollinate - 4.7-0ubuntu1

---
pollinate (4.7-0ubuntu1) trusty; urgency=low

  * README:
- update documentation;  pollinate no longer runs daily
  * entropy.ubuntu.com.pem: LP: #1304777
- entropy.ubuntu.com re-keyed SSL certs due to heartbleed OpenSSL
  vulnerability
 -- Dustin Kirkland kirkl...@ubuntu.com   Fri, 07 Mar 2014 16:46:18 -0600

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

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

Title:
  entropy.ubuntu.com SSL certificate needs to be updated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pollinate/+bug/1304777/+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 1272788] Re: php5-fpm upstart job is not compatible with precise upstart

2014-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.5.9+dfsg-1ubuntu4

---
php5 (5.5.9+dfsg-1ubuntu4) trusty; urgency=medium

  * Comment out reload signal USR2 stanza from php5-fpm to make the job
compatible with Precise upstart, when it's still running as pid1
during upgrade to trusty and before the restart. We'd rather support
shorter down-time then reload interface. (LP: #1272788)
 -- Dimitri John Ledkov x...@ubuntu.com   Wed, 09 Apr 2014 16:23:30 +0100

** Changed in: php5 (Ubuntu Trusty)
   Status: Fix Committed = 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/1272788

Title:
  php5-fpm upstart job is not compatible with precise upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1272788/+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 1298273] Re: apache2 doesn't compare SNI hostname against Host header case-insensitively

2014-04-09 Thread Chris J Arges
Subscribed ~ubuntu-sru to this bug.

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

Title:
   apache2 doesn't compare SNI hostname against Host header case-
  insensitively

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1298273/+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 1284718] Re: interface-attach to external network a) works and b) results in undeletable instances

2014-04-09 Thread James Page
** Changed in: neutron (Ubuntu)
   Status: New = Invalid

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

Title:
  interface-attach to external network a) works and b) results in
  undeletable instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1284718/+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 1300910] Re: Doesn't support UEFI installation.

2014-04-09 Thread Scott Moser
** Changed in: curtin
   Status: Confirmed = Fix Committed

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

Title:
  Doesn't support UEFI installation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1300910/+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 1244026] Re: curtin block-meta selects first entry in unordered list

2014-04-09 Thread Scott Moser
** Changed in: curtin
   Importance: Undecided = High

** Changed in: cloud-archive
   Importance: Undecided = High

** Changed in: curtin (Ubuntu)
   Importance: Undecided = High

** Changed in: curtin (Ubuntu Saucy)
   Importance: Undecided = High

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

Title:
  curtin block-meta selects first entry in unordered list

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1244026/+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 1287222] Re: openssh-client 6.5 regression bug with certain servers

2014-04-09 Thread Brian Murray
** Tags added: trusty

** Tags removed: trusty
** Tags added: regression-release

** Tags added: trusty

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

Title:
  openssh-client 6.5 regression bug with certain servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1287222/+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 1301036] Fix proposed to heat (milestone-proposed)

2014-04-09 Thread OpenStack Infra
Fix proposed to branch: milestone-proposed
Review: https://review.openstack.org/86457

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

Title:
  openstack.common.db.sqlalchemy.migration utf8 table check issue on
  initial migration

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

2014-04-09 Thread OpenStack Infra
Fix proposed to branch: milestone-proposed
Review: https://review.openstack.org/86462

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

Title:
  openstack.common.db.sqlalchemy.migration utf8 table check issue on
  initial migration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1301036/+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 1305228] Re: PasswordAuthentication no fails if user account has no password set

2014-04-09 Thread Seth Arnold
There are several possible states of 'no password' -- the hashed
password field in /etc/shadow could be blank, could be a *, could be a
!, or could be a ! followed by a 'old password' that is currently
locked.

Do you have easy access to /etc/shadow lines that work as expected and
that don't work as expected? (Feel free to replace the hashed password
portions with xxx or something similar.)

Thanks

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

Title:
  PasswordAuthentication no fails if user account has no password set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1305228/+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 1305343] [NEW] tgt connection issues can make it impossible to delete targets

2014-04-09 Thread Vish Ishaya
Public bug reported:

Under heavy load, openiscsi will sometimes report connection errors when
using tgt:

Apr  8 22:02:44 node003-cont001 iscsid: Connection2:0 to [target:
iqn.2010-10.org.openstack:volume-b32d317e-4063-4e4f-963e-b0fdc29198f9,
portal: 172.21.1.1,3260] through [iface: default] is operational now

Apr  8 22:10:53 node003-cont001 iscsid: Kernel reported iSCSI connection 2:0 
error (1021 - ISCSI_ERR_SCSI_EH_SESSION_RST: Session was dropped as a result of 
SCSI error recovery) state (3)
Apr  8 22:10:56 node003-cont001 iscsid: connection2:0 is operational after 
recovery (1 attempts)
Apr  8 22:18:47 node003-cont001 iscsid: Kernel reported iSCSI connection 2:0 
error (1021 - ISCSI_ERR_SCSI_EH_SESSION_RST: Session was dropped as a result of 
SCSI error recovery) state (3)
Apr  8 22:18:50 node003-cont001 iscsid: connection2:0 is operational after 
recovery (1 attempts)

Even though openiscsi has disconnected:

Apr  8 22:34:04 node003-cont001 iscsid: Connection2:0 to [target:
iqn.2010-10.org.openstack:volume-b32d317e-4063-4e4f-963e-b0fdc29198f9,
portal: 172.21.1.1,3260] through [iface: default] is shutdown.

tgt still shows the old connections:

$ sudo tgtadm --op show --mode target
Target 5: iqn.2010-10.org.openstack:volume-b32d317e-4063-4e4f-963e-b0fdc29198f9
System information:
Driver: iscsi
State: ready
I_T nexus information:
I_T nexus: 5
Initiator: iqn.1993-08.org.debian:01:3844c047b3a9 alias: 
node003-cont001
Connection: 0
IP Address: 172.21.1.3
I_T nexus: 6
Initiator: iqn.1993-08.org.debian:01:3844c047b3a9 alias: 
node003-cont001
Connection: 0
IP Address: 172.21.1.3

When these duplicate connections are there, the volume cannot be
deleted:

$ sudo tgt-admin -v --force --delete 
iqn.2010-10.org.openstack:volume-b32d317e-4063-4e4f-963e-b0fdc29198f9
# Removing target: 
iqn.2010-10.org.openstack:volume-b32d317e-4063-4e4f-963e-b0fdc29198f9
tgtadm -C 0 --op delete --mode conn --tid 5 --sid 6 --cid 0
tgtadm -C 0 --op delete --mode conn --tid 5 --sid 5 --cid 0
tgtadm -C 0 --mode target --op delete --tid=5
tgtadm: this target is still active
Command:
tgtadm -C 0 --mode target --op delete --tid=5
exited with code: 22.

The following errors show up in syslog illustrating the force delete
failing:

Apr  9 22:31:50 node001-cont001 tgtd: conn_close_admin(237) close 6 0
Apr  9 22:31:50 node001-cont001 tgtd: tgt_event_modify(241) Cannot find event 21
Apr  9 22:31:50 node001-cont001 tgtd: iscsi_event_modify(558) tgt_event_modify 
failed
Apr  9 22:31:50 node001-cont001 tgtd: conn_close_admin(237) close 5 0
Apr  9 22:31:50 node001-cont001 tgtd: tgt_event_modify(241) Cannot find event 19
Apr  9 22:31:50 node001-cont001 tgtd: iscsi_event_modify(558) tgt_event_modify 
failed
Apr  9 22:31:50 node001-cont001 tgtd: tgt_target_destroy(2211) target 5 still 
has it nexus

And the connections are still there:

$ sudo tgt-admin -v --show
tgtadm -C 0 --op show --mode target
Target 5: iqn.2010-10.org.openstack:volume-b32d317e-4063-4e4f-963e-b0fdc29198f9
System information:
Driver: iscsi
State: ready
I_T nexus information:
I_T nexus: 5
Initiator: iqn.1993-08.org.debian:01:3844c047b3a9 alias: 
node003-cont001
Connection: 0
IP Address: 172.21.1.3
I_T nexus: 6
Initiator: iqn.1993-08.org.debian:01:3844c047b3a9 alias: 
node003-cont001
Connection: 0
IP Address: 172.21.1.3

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

** Summary changed:

- tgt connection issues can make it impossible to delete volumes
+ tgt connection issues can make it impossible to delete targets

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

Title:
  tgt connection issues can make it impossible to delete targets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1305343/+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 1305343] Re: tgt connection issues can make it impossible to delete targets

2014-04-09 Thread Vish Ishaya
I believe this may be fixed by:

https://github.com/fujita/tgt/commit/e6e8d0fd3b83208278fb7ed765c3665ae7c5ab49

but also may require:

https://github.com/fujita/tgt/commit/05fc2cb424863fbf2f3c60a8b617308ef1e370c5

I'm doing a test of build 1.0.46 tgt to see if it resolves the issue.

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

Title:
  tgt connection issues can make it impossible to delete targets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1305343/+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 1305343] Re: tgt connection issues can make it impossible to delete targets

2014-04-09 Thread Chuck Short
** Also affects: tgt (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

Title:
  tgt connection issues can make it impossible to delete targets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1305343/+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 1305343] Re: tgt connection issues can make it impossible to delete targets

2014-04-09 Thread Chuck Short
** Changed in: tgt (Ubuntu Trusty)
 Assignee: (unassigned) = Chuck Short (zulcss)

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

Title:
  tgt connection issues can make it impossible to delete targets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1305343/+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 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-09 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/86462
Committed: 
https://git.openstack.org/cgit/openstack/heat/commit/?id=ec3a0c61393ee4b1ad33f79da256e0a510281ded
Submitter: Jenkins
Branch:milestone-proposed

commit ec3a0c61393ee4b1ad33f79da256e0a510281ded
Author: Thomas Herve thomas.he...@enovance.com
Date:   Tue Apr 8 09:02:58 2014 +0200

Cherry pick oslo-incubator db fixes

The patch cherrypicks 2 fixes related to utf8 migration:

 * Ib5c0f93c788afda92aad862e50dc086dc39605f1: Ignore migrate versioning 
tables in utf8 sanity check

 * I7f271d846141ac72dde3fb0d12159b125018eb2c: Make table utf-8 charset 
checking be optional for DB migration

Change-Id: I5edf17c7491434ae4e1f9bb2819b3a415d245525
Closes-Bug: #1301036


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

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

Title:
  openstack.common.db.sqlalchemy.migration utf8 table check issue on
  initial migration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1301036/+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 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2014-04-09 Thread Timothy R. Chavez
** Changed in: somerville
   Importance: Undecided = Low

** Changed in: somerville
   Status: New = Fix Released

** No longer affects: dell

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

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+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 1223288] Re: dom0 hangs after creating a new domU

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue.


** Changed in: xen (Ubuntu)
   Status: New = Incomplete

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

Title:
  dom0 hangs after creating a new domU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1223288/+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 1213646] Re: package libheimbase1-heimdal 1.6~git20120403+dfsg1-3 failed to install/upgrade: no package named `libheimbase1-heimdal' is installed, cannot configure

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue.


** Changed in: heimdal (Ubuntu)
   Status: New = Incomplete

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

Title:
  package libheimbase1-heimdal 1.6~git20120403+dfsg1-3 failed to
  install/upgrade: no package named `libheimbase1-heimdal' is installed,
  cannot configure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heimdal/+bug/1213646/+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 1213649] Re: package libwind0-heimdal 1.6~git20120403+dfsg1-3 failed to install/upgrade: no package named `libwind0-heimdal' is installed, cannot configure

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue.


** Changed in: heimdal (Ubuntu)
   Status: New = Incomplete

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

Title:
  package libwind0-heimdal 1.6~git20120403+dfsg1-3 failed to
  install/upgrade: no package named `libwind0-heimdal' is installed,
  cannot configure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heimdal/+bug/1213649/+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 1210501] Re: package samba4 4.0.0+dfsg1-1ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 255 zurück

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue in a
supported release.


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

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

Title:
  package samba4 4.0.0+dfsg1-1ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  255 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1210501/+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 1187948] Re: package haproxy 1.4.18-0ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  The DpkgTerminal Log.txt file suggests
there was an unsuppoted option to a 'bind' command in your modified
haproxy.cfg.txt.  Please reply if it is still an issue.


** Changed in: haproxy (Ubuntu)
   Status: New = Incomplete

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

Title:
  package haproxy 1.4.18-0ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1187948/+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 1185479] Re: Documentation is non free

2014-04-09 Thread Serge Hallyn
The debian bug was a dup of debian bug 695793, which is fixed in the
package in trusty.   Marking fix-released.

** Changed in: source-highlight (Ubuntu)
   Importance: Undecided = High

** Changed in: source-highlight (Ubuntu)
   Status: New = Confirmed

** Changed in: source-highlight (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Documentation is non free

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/source-highlight/+bug/1185479/+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 907188] Re: Asus EB1007 can't wake up from suspend when suspended using pm-suspend

2014-04-09 Thread Serge Hallyn
** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

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

Title:
  Asus EB1007 can't wake up from suspend when suspended using pm-suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/907188/+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 991744] Re: Xorg freeze

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue.


** Changed in: pm-utils (Ubuntu)
   Status: New = Incomplete

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

Title:
  Xorg freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/991744/+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 987208] Re: pm-hibernate issue on wake-up

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue in
a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  pm-hibernate issue on wake-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/987208/+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 923065] Re: Suspend and hibernation does not work - disks are still running and vent is going on max speed, there is no option to go back and I have to make force turn off

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue in
a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  Suspend and hibernation does not work - disks are still running and
  vent is going on max speed, there is no option to go back and I have
  to make force turn off

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/923065/+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 1034123] Re: package linux-image-2.6.32-42-generic 2.6.32-42.95 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/pm-utils exited with return code 127

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue in
a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  package linux-image-2.6.32-42-generic 2.6.32-42.95 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/pm-utils exited
  with return code 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1034123/+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 853166] Re: package smartmontools 5.39.1 svn3124-2 failed to install/upgrade: ErrorMessage: EOF on stdin at conffile prompt

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue in
a supported release.


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

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

Title:
  package smartmontools 5.39.1 svn3124-2 failed to install/upgrade:
  ErrorMessage: EOF on stdin at conffile prompt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/853166/+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 985955] Re: No wakeup

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue.


** Changed in: pm-utils (Ubuntu)
   Status: New = Incomplete

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

Title:
  No wakeup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/985955/+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 779043] Re: package rsync 3.0.7-1ubuntu1.1 failed to install/upgrade: ErrorMessage: 子进程 已安装的 post-installation 脚本 返回了错误号 102

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue in
a supported release.


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

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

Title:
  package rsync 3.0.7-1ubuntu1.1 failed to install/upgrade:
  ErrorMessage: 子进程 已安装的 post-installation 脚本 返回了错误号 102

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/779043/+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 990724] Re: package ruby1.8 1.8.7.352-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue.


** Changed in: ruby1.8 (Ubuntu)
   Status: New = Incomplete

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

Title:
  package ruby1.8 1.8.7.352-2ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/990724/+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 880124] Re: package ruby1.8 1.8.7.352-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue in
a supported release.


** Changed in: ruby1.8 (Ubuntu)
   Status: New = Invalid

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

Title:
  package ruby1.8 1.8.7.352-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/880124/+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 571964] Re: package screen 4.0.3-14ubuntu1 failed to install/upgrade:

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue in
a supported release.


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

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

Title:
  package screen 4.0.3-14ubuntu1 failed to install/upgrade:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/571964/+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 663760] Re: package net-tools 1.60-23ubuntu1 [modified: bin/netstat sbin/ifconfig] failed to install/upgrade:

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue in
a supported release.


** Changed in: net-tools (Ubuntu)
   Status: New = Invalid

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

Title:
  package net-tools 1.60-23ubuntu1 [modified: bin/netstat sbin/ifconfig]
  failed to install/upgrade:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/663760/+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 875969] Re: package ruby1.8 1.8.7.352-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2014-04-09 Thread Serge Hallyn
Thanks for reporting this bug.  Please reply if it is still an issue in
a supported release.


** Changed in: ruby1.8 (Ubuntu)
   Status: New = Invalid

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

Title:
  package ruby1.8 1.8.7.352-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/875969/+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 992122] Re: package ruby1.8 1.8.7.352-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2014-04-09 Thread Serge Hallyn
** Changed in: ruby1.8 (Ubuntu)
   Status: New = Fix Released

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

Title:
  package ruby1.8 1.8.7.352-2ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 2

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


  1   2   >