Public bug reported:
When using ssh and managing ssh port forwards with ~C to remove a
forward that doesn't exist, the following occurs:
user@host:~$
ssh> -KD12345
Unkown port forwarding.
ie, the mispelling of the work Unknown as 'Unkown'.
This occurs at least on a server running on trus
Public bug reported:
If a task is in cgroup /xxx/yyy, and /xxx/yyy2 exists where the task
owns /xxx/yyy2, then the task can administer /xxx/yyy2, which it should
not be able to
Test case: The folllowing is supposed to fail:
cgm create freezer xxx; cgm create freezer xxx2; base=`cgm
getpid
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]
** Changed in: linux (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.n
[Expired for libvirt (Ubuntu) because there has been no activity for 60
days.]
** Changed in: libvirt (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchp
ifneq (,)
--
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/1419855
Title:
must manually load kvm_hv or kvm_pr before using kvm on ppc64
To manage notifications about this bug go to:
htt
So, there's absolutely an init script in qemu-system-ppc that is meant
to do this, but it's not shipped, due to a typo in debian/rules:
ifneq ($(filter $(DEB_HOST_ARCH),ppc64le),)
This should read ppc64el, or be HOST_CPU_ARCH, or be installed for all powerpc
targets, and adjusted to DTRT on big
** Package changed: linux-lts-utopic (Ubuntu) => qemu (Ubuntu)
--
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/1419855
Title:
must manually load kvm_hv or kvm_pr before using kvm on ppc
You have been subscribed to a public bug:
on x86_64, kvm modules load automatically.
on ppc64, they do not.
The user has to manually load them via /etc/modules or something like:
grep -q kvm_ /proc/modules || modprobe kvm_hv || modprobe kvm_pr
Should / could kvm modules be automatically load
Fix proposed to branch: master
Review: https://review.openstack.org/155120
--
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/1418590
Title:
No ERROR state if image deleted, _base is lost
Change abandoned by George Shuklin (george.shuk...@gmail.com) on branch: master
Review: https://review.openstack.org/154991
Reason: Sorry, I found it is not good - it will silently rejects to rescue
instances with existing _base and deleted image.
--
You received this bug notification because yo
OK. I found some problems with my ideas: If instance have _base, it
still can be rescued even if image is deleted. I'll think about this on
second part.
For now I'll set instance in ERROR if rescue was failed. (Bugreport
says 'instance broken, but status is ACTIVE').
--
You received this bug no
** Description changed:
[Impact]
* Users are no longer able to use the force user or force group options in
the smb.conf. This can prevent users from accessing shares without first
having to login with a valid login.
[Test Case]
1. Create a directory /tmp/ubuntu
2. chown ubuntu:ubu
I've uploaded this to the Trusty proposed queue for review by the SRU
team.
** Changed in: samba (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpa
Review: Needs Fixing
Corey
Thanks for the MP - two comments:
1) maintainer
As we're putting in an Ubuntu delta you need to update it - use the
update-maintainer script
2) Use of wrap and sort
Its good practice but will make merging harder - so I'd not do that for this
package; ideally we wa
Deleting MP since tests need running memcache. I was getting a false positive
running tests.
--
https://code.launchpad.net/~corey.bryant/ubuntu/vivid/pylibmc/enable-tests/+merge/249108
Your team Ubuntu Server Team is subscribed to branch lp:ubuntu/pylibmc.
--
Ubuntu-server-bugs mailing list
Ub
Here's the relavant part of /var/log/dist-upgrade/apt.log
MarkInstall libpam-winbind [ amd64 ] < 2:3.6.3-2ubuntu2.11 ->
2:4.1.6+dfsg-1ubuntu2.14.04.5 > ( universe/net ) FU=0
Installing samba-libs as Depends of libpam-winbind
MarkInstall samba-libs [ amd64 ] < none -> 2:4.1.6+dfsg-1ubuntu2.
Which version of juju are you using? What's the content of the lshw xml
dump for the instance with the p1p1 NIC? The MAAS provider uses that
lshw output generated during the node's commissioning to determine which
is the primary NIC on that node, so it can be added into the bridge.
--
You receive
I did the test one more time, and it worked. I'm not sure what I did
wrong the first time. Anyhow, consider this verified.
** Tags removed: verification-needed
** Tags added: verification-done-trusty
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is
Here's a portion of the calculated upgrade from precise to trusty with
-proposed enabled.
Ign http://192.168.10.7 trusty/main Translation-en
Ign http://192.168.10.7 trusty/multiverse Translation-en
Ign http://192.168.10.7 trusty/restricted Translation-en
Ign http://192.168.10.7 tru
I just went through the exercise of attempting to validate this issue.
from an ubuntu-cloud-image, I enabled proposed. I installed samba and
libpam-winbind. Then ran do-release-upgrade.
Unfortunately even though samba 2:4.1.6+dfsg-1ubuntu2.14.04.5 was
installed on the other side of the upgrade
Hello. We using qemu/kvm with raw disks. Normally, disk (qcow) will be
irreversibly damaged if someone removes _base, but for the raw disks all
stuff in _base is formality. We placing it on slow HDD raid0 (VS normal
raid with SSD for instance disks), so losing HDD with _base's is normal
case for us
Which virt driver are you using?
--
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/1418590
Title:
No ERROR state if image deleted, _base is lost and instance is rescued
To manage notific
Why would you remove /var/lib/nova/instances/_base/* ?
** Tags added: juno-backport-potential
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1418590
Title:
No ERROR state if image del
Hi Chris,
Did you do a test build on powerpc? Even with not using llvm, I got a
build failure in the unit tests on powerpc. I'll retry the build as
sometimes things can be flaky on the powerpc buildds, but the relevant
bits from the log are as follows:
make[3]: Entering directory `/build/buildd/c
** Description changed:
+ [Impact]
+ * Users are no longer able to use the force user or force group options in
the smb.conf. This can prevent users from accessing shares without first
having to login with a valid login.
+
+ [Test Case]
+ 1. Create a directory /tmp/ubuntu
+ 2. chown ubuntu:ubu
hits me when doing an openstack autopilot install with MAAS and juju
trying to work eth0 into the juju-br0 bridge.
but i have p1p1.
--
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/12
i am using Ubuntu 14.10 LDS (landscape local server) and 14.04 as target
on the machines bootstrapped by a 14.04 MAAS.
--
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/1271144
Title:
** Branch linked: lp:ubuntu/cloud-init
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1383794
Title:
[SRU] GCE datasource should use the short hostname
To manage notifications a
** Branch linked: lp:ubuntu/cloud-init
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1387340
Title:
'output' directive not honored (/var/log/cloud-init-output.log
missing)
To
** Branch linked: lp:ubuntu/cloud-init
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1355343
Title:
cloud-init writes sources.list without newline at end of file
To manage noti
** Branch linked: lp:ubuntu/cloud-init
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1404311
Title:
gce metadata api doesn't properly stream binary data
To manage notifications
Woohoo! *Huge* thanks. This was a tricky one :)
--
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/1292234
Title:
qcow2 image corruption on non-extent filesystems (ext3)
To manage notific
Thanks, I'm working on this now. I updated the changelog slightly to add
a reference to this bug report.
** Information type changed from Private Security to Public Security
** Changed in: clamav (Ubuntu)
Status: New => In Progress
** Changed in: clamav (Ubuntu)
Importance: Undecided =
Note there currently is a patch upstream:
https://lkml.org/lkml/2015/2/10/520
This fixes the original bug correctly without having to disable
ext4_punch_hole for indirect filesystems. Once this lands in Linus'
tree, I'll file an SRU to get this fixed across the board.
--
You received this bug no
** Branch linked: lp:ubuntu/utopic-proposed/neutron
--
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/1419117
Title:
[SRU] python-eventlet configurable socket_timeout support
To manage n
** Branch linked: lp:ubuntu/utopic-proposed/neutron
--
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/1418695
Title:
[SRU] juno 2014.2.2 point release
To manage notifications about this
Hello Brian, or anyone else affected,
Accepted lxc into utopic-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/lxc/1.1.0~alpha2-0ubuntu3.2 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wi
Hello Corey, or anyone else affected,
Accepted nova into utopic-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/nova/1:2014.2.2-0ubuntu1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki
Hello Corey, or anyone else affected,
Accepted nova into utopic-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/nova/1:2014.2.2-0ubuntu1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki
Hello Corey, or anyone else affected,
Accepted cinder into utopic-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/cinder/1:2014.2.2-0ubuntu1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://
Hello Corey, or anyone else affected,
Accepted neutron into utopic-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/neutron/1:2014.2.2-0ubuntu1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:
Hello Corey, or anyone else affected,
Accepted neutron into utopic-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/neutron/1:2014.2.2-0ubuntu1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:
Hello Corey, or anyone else affected,
Accepted cinder into utopic-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/cinder/1:2014.2.2-0ubuntu1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://
Public bug reported:
Preparing to unpack .../python-oslo.serialization_1.2.0-0ubuntu1_all.deb ...
E: namespace:121: cannot remove
/usr/lib/python2.7/dist-packages/oslo/__init__.py
ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: python-oslo-serialization (not installed)
ProcVersionSigna
** Changed in: squid (Ubuntu)
Assignee: (unassigned) => Jorge Niedbalski (niedbalski)
** Changed in: squid (Ubuntu)
Importance: Undecided => High
** Changed in: squid (Ubuntu)
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
** Branch linked: lp:ubuntu/utopic-proposed/ceilometer
** Branch linked: lp:ubuntu/utopic-proposed/heat
--
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/1418695
Title:
[SRU] juno 2014.2
Hello Corey, or anyone else affected,
Accepted keystone into utopic-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/keystone/1:2014.2.2-0ubuntu1 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
http
Hello Corey, or anyone else affected,
Accepted glance into utopic-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/glance/1:2014.2.2-0ubuntu1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://
Hello Corey, or anyone else affected,
Accepted ceilometer into utopic-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/ceilometer/2014.2.2-0ubuntu1 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
ht
Hello Corey, or anyone else affected,
Accepted heat into utopic-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/heat/2014.2.2-0ubuntu1
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.u
The verification of the Stable Release Update for lxc has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encounter a regr
This bug was fixed in the package lxc - 1.1.0~alpha2-0ubuntu3.1
---
lxc (1.1.0~alpha2-0ubuntu3.1) utopic; urgency=medium
* install lxc-restore-net to /usr/share so that it doesn't get overmounted by
the rootfs in preparation for restore. (LP: #1384751)
-- Tycho AndersenWed
** 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 lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1384751
Title:
checkpoint restore fails with /usr/lib/x86_64-linux-g
** Branch linked: lp:~ubuntu-server-dev/nova/juno
** Branch linked: lp:~ubuntu-server-dev/cinder/juno
** Branch linked: lp:~ubuntu-server-dev/neutron/juno
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.la
** Branch linked: lp:~corey.bryant/cinder/2014.2.2
** Branch linked: lp:~corey.bryant/nova/2014.2.2
** Branch linked: lp:~corey.bryant/neutron/2014.2.2
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launc
** Branch linked: lp:ubuntu/utopic-proposed/python-eventlet
** Branch linked: lp:~corey.bryant/neutron/2014.2.2-0ubuntu2
** Branch linked: lp:~corey.bryant/nova/2014.2.2-0ubuntu2
** Branch linked: lp:~corey.bryant/cinder/2014.2.2-0ubuntu2
--
You received this bug notification because you are a
Fix proposed to branch: master
Review: https://review.openstack.org/154991
--
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/1418590
Title:
No ERROR state if image deleted, _base is lost
** Also affects: neutron (Ubuntu)
Importance: Undecided
Status: New
** Changed in: neutron (Ubuntu)
Status: New => Invalid
** Also affects: cinder (Ubuntu)
Importance: Undecided
Status: New
** Changed in: cinder (Ubuntu)
Status: New => Invalid
--
You received
Hello Corey, or anyone else affected,
Accepted python-eventlet into utopic-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/python-
eventlet/0.13.0-1ubuntu3.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new packa
Public bug reported:
Happened during an apt-get dist-upgrade. apt-get install -f sorted it
out I think.
ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: python-oslo-utils 1.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-5.5-generic 3.19.0
Uname: Linux 3.19.0-5-generic x86_64
NonfreeKe
** Also affects: nova (Ubuntu Utopic)
Importance: Undecided
Status: New
** Also affects: glance (Ubuntu Utopic)
Importance: Undecided
Status: New
** Also affects: keystone (Ubuntu Utopic)
Importance: Undecided
Status: New
** Also affects: horizon (Ubuntu Utopic)
My current idea is to stop using cached images at all for the rescue and
check if image exists before doing anything bad with instance.
In my current implementation attempt to rescue instance with deleted
image will not stop instance and log error:
Image cad7e9e6-930c-4622-bbd4-b3af79f66914 found
Note on the 'severity' per comment #2: The severity set is based on the
severity of the CVE, partly per the Security Team's tracker.
As this has been classified as "low" there, the severity here was set to
"Low".
--
You received this bug notification because you are a member of Ubuntu
Server Tea
The nginx project tracker for this task was added to track the status in
the PPAs. This has landed in the NGINX PPA for Mainline. It has not
been backported to Stable at this time. (Was supposedly fixed in 1.7.0
per http://mailman.nginx.org/pipermail/nginx-
devel/2015-February/006484.html)
** A
Thanks!
** Changed in: spamassassin (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1419998
Title:
Spamassassin sa-sync fails
To mana
They have released the fix, sa-update & restart gets rid of it.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1419998
Title:
Spamassassin sa-sync fails
To manage notifications about
** Branch linked: lp:ubuntu/trusty-proposed/nginx
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://bugs.launchpad.net/bugs/1216817
Title:
[SRU] Using `fastcgi_cache` or `proxy_cache` with nginx-extras causes
Hello Arnaud, or anyone else affected,
Accepted nginx into trusty-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/nginx/1.4.6-1ubuntu3.2
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki
** Tags added: oil
** Also affects: maas
Importance: Undecided
Status: New
--
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/1381603
Title:
Log rotation for maas.log seems brok
Tested samba 2:4.1.6+dfsg-1ubuntu2.14.04.5+lp1416906 today.
The "force user" option is working once more.
Thanks for the patch.
Gérald
--
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/
** Branch linked: lp:ubuntu/precise-proposed/nginx
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://bugs.launchpad.net/bugs/1216817
Title:
[SRU] Using `fastcgi_cache` or `proxy_cache` with nginx-extras causes
Blueprint changed by Patricia Gaughen:
Work items changed:
Work items:
- NTP on by default (from elmo): TODO
+ NTP on by default (from elmo): POSTPONED
evaluate dpdk (http://dpdk.org/) for inclusion: TODO
update haproxy to latest: DONE
[james-page] update corosync to latest: DONE
MySQL c
Hello Arnaud, or anyone else affected,
Accepted nginx into precise-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/nginx/1.1.19-1ubuntu0.8
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wi
Awesome Peter,
Thank you very much for reporting, testing and re-testing this for me.
Best Regards
Tinoco
** 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 pacemake
The verification of the Stable Release Update for open-vm-tools has
completed successfully and the package has now been released to
-updates. Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encou
This bug was fixed in the package open-vm-tools -
2011.12.20-562307-0ubuntu1.1
---
open-vm-tools (2011.12.20-562307-0ubuntu1.1) precise; urgency=medium
* Upstream v3.2.66 porting (LP: #1416003):
- 'd_alias' member of struct dentry has been moved into the 'd_u' union
-- Luis Hen
Rafael,
since the latest version from your PPA already solved the problem on my
production system I think you could set this bug to "verification-done".
Peter
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pacemaker in Ubuntu.
https:
** Also affects: maas
Importance: Undecided
Status: New
--
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/1316214
Title:
maas package should depend or suggest libvirt-bin for be
** Also affects: maas
Importance: Undecided
Status: New
--
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/1358586
Title:
fails to deploy machines when eth0 does not exist
To ma
** Also affects: maas
Importance: Undecided
Status: New
--
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/1374054
Title:
no ssh access to commissioning or enlistment
To manage
** Also affects: maas
Importance: Undecided
Status: New
--
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/1331909
Title:
Always get invalid SSH Public Key
To manage notificatio
** Also affects: maas
Importance: Undecided
Status: New
--
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/1312988
Title:
MAAS hands 2 ips when juju-bootstrapping- 1 MAC Address
** Also affects: maas
Importance: Undecided
Status: New
--
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/1350270
Title:
/var/log/maas/maas.log doesn't come back if deleted
To
** Also affects: maas
Importance: Undecided
Status: New
--
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/1305907
Title:
boot: section in pserv.yaml is obsolete
To manage notif
** Also affects: maas
Importance: Undecided
Status: New
--
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/1396740
Title:
etherwake does not wake up machines
To manage notificat
** Also affects: maas
Importance: Undecided
Status: New
** Changed in: maas
Milestone: None => 1.7.2
** Changed in: maas
Importance: Undecided => Critical
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu
** Tags added: canonical-bootstack
--
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/1379567
Title:
maas-proxy is an open proxy with no ACLs and listening on all
interfaces
To manage n
** Description changed:
- I removed php and re-install it. Then i got this error.
+ I removed php and re-installed it. Then i got this error.
ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: php5-mysql 5.5.9+dfsg-1ubuntu4.5
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13
Peter,
We are getting feedback from others saying that this indeed fixed their setups
also.
Mind if I consider this "verification-done" since it would be good to push such
a fix soon.
Tks
Tinoco
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is
--- Comment From cls...@us.ibm.com 2015-02-11 14:02 EDT---
(In reply to comment #31)
--- Comment
> From breno-leitao 2014-11-04 01:02:11 UTC---
--- Comment From
> janitor 2014-11-05 17:55:47 UTC---
--- Comment From breno-leitao
> 2014-12-02 00:45:46 UTC---
---
Package: nbd-server
Priority: optional
Section: admin
Installed-Size: 226 kB
Maintainer: Ubuntu Developers
Original-Maintainer: Wouter Verhelst
Source: nbd
Version: 1:3.7-1
Depends: libc6 (>= 2.15), libglib2.0-0 (>= 2.26.0), debconf (>= 1.2.9) |
debconf-2.0, ucf, adduser
Download-Size: 58,3 kB
H
Blueprint changed by Robie Basak:
Work items changed:
Work items:
NTP on by default (from elmo): TODO
evaluate dpdk (http://dpdk.org/) for inclusion: TODO
update haproxy to latest: DONE
- [james-page] update corosync to latest: INPROGRESS
+ [james-page] update corosync to latest: DONE
My
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: php5 (Ubuntu)
Status: New => Confirmed
--
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/1406341
** Tags removed: need-duplicate-check
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in Ubuntu.
https://bugs.launchpad.net/bugs/1420706
Title:
package backuppc 3.2.1-2ubuntu1.1 failed to install/upgrade:
Unterprozess inst
Public bug reported:
No idiea what happend.
Would it be hlepful to send you the foto of the screen showing the
failier?
Look at the Attatchment!
Friendly Regards
Guido
ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: backuppc 3.2.1-2ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-76.111
Blueprint changed by Liam Young:
Work items changed:
Work items for ubuntu-15.01:
Try Mojo for Openstack bundle and HA testing: DONE
Write Mojo spec and helpers for Openstack Deploys: DONE
Add Mojo support into OSCI: DONE
Add support for Ceph Rados gw HA: DONE
Add unicast support to Ha
Blueprint changed by Liam Young:
Work items changed:
Work items for ubuntu-15.01:
Try Mojo for Openstack bundle and HA testing: DONE
Write Mojo spec and helpers for Openstack Deploys: DONE
Add Mojo support into OSCI: DONE
Add support for Ceph Rados gw HA: DONE
Add unicast support to Ha
** Tags removed: need-duplicate-check
--
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/1420682
Title:
package winbind 2:4.1.6+dfsg-1ubuntu2.14.04.4 failed to
install/upgrade: package
Public bug reported:
I don't know
ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: winbind 2:4.1.6+dfsg-1ubuntu2.14.04.4
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Archi
** Tags added: needs-upstream-report
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1419581
Title:
A little typo
To manage notifications about this bug go to:
https://bugs.launch
1 - 100 of 101 matches
Mail list logo