Public bug reported:
Creating two similar images, with empty GPT. First image in ext-
filesystem, second in NTFS.
/tmp = ext4
/tmp2 = ntfs
dd if=/dev/zero bs=1M count=10 of=/tmp/test_ext.dd
sgdisk -og /tmp/test_ext.dd -U EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
dd if=/dev/zero bs=1M count=10 of=/t
Public bug reported:
Loading a node details page with 16 node sin it, a weird message is
displayed on the logs (note that it seems that it takes longer than
expected to load the page)
2015-03-12 05:25:25 [maas.websocket.listener] Unhandled Error
Traceback (most recent call last):
File "/usr/l
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: rpcbind (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rpcbind in Ubuntu.
https://bugs.launchpad.net/bugs/14
Summary of problem (for me):
* ssh host fails with "ssh Agent admitted failure"
* SSH_AUTH_SOCK= ssh host works just fine
* Conclusion: gnome-keyring can't deal with complex keys
WORKAROUND:
mv $SSH_AUTH_SOCK $SSH_AUTH_SOCK.broken
ssh-agent -a $SSH_AUTH_SOCK
This is a new instance of s
Uninstalling the tlp package resolved this issue for me (Ubuntu 14.04).
Disabling laptop_mode also seemed to help:
echo 0 > /proc/sys/vm/laptop_mode
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launc
I had the same BackendException on Debian wheezy with duplicity
0.6.24-1~bpo70 and python-boto 2.25.0-1~bpo7. I solved this for me by
forcing boto to use "Signature Version 4" for API requests. Export this
variable into the shell environment before running duply:
export S3_USE_SIGV4="True"
duply .
I just upgrade to 1.21.3 and all I get is "config-changed" error on
several services... I tried with "juju resolved --retry landscape/0",
with no luck. Help please!
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
ht
*** This bug is a duplicate of bug 1424466 ***
https://bugs.launchpad.net/bugs/1424466
** This bug has been marked a duplicate of bug 1424466
Devel package not installable in 14.04.2 (mesa-lts-utopic
--
You received this bug notification because you are a member of Ubuntu
Server Team, whi
This bug was fixed in the package curtin - 0.1.0~bzr196-0ubuntu1~14.10.1
---
curtin (0.1.0~bzr196-0ubuntu1~14.10.1) utopic-proposed; urgency=medium
* New upstream snapshot.
* fix bug installing to UEFI systems (LP: #1383727)
-- Scott MoserMon, 08 Dec 2014 20:01:44 -0500
**
Public bug reported:
OS Version: Ubuntu 14.04 LTS
Package version: 0.4.9-3ubuntu7.2
Description:
NetApp would like to get the multipath-tools package updated, at a minimum, to
have the latest changes for the files:
libmultipath/prioritizers/rdac.c
libmultipath/checkers/rdac.c
This would fix a
** Changed in: linux (Ubuntu)
Milestone: None => ubuntu-15.03
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Andy Whitcroft (apw)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs
This sounds like bug 1429734. That effect on PostgreSQL was that after
apt-get install postgresql-9.4 the cluster wasn't running if your system
was in "degraded" mode, i. e. you had at least one failed unit. This was
fixed yesterday.
Another possibility was the race condition fixed in
https://laun
Ah right, that makes more sense. By definition, "shutdown -h now" or
"poweroff" etc. are racy -- sometimes it "survives" and comes back,
sometimes the shutdown of the machine is too fast. It seems that with
systemd it's just a bit faster. I suggest calling "shutdown -h +1", or
if you don't want to
*** This bug is a duplicate of bug 1118066 ***
https://bugs.launchpad.net/bugs/1118066
** This bug has been marked a duplicate of bug 1118066
Nova should confirm quota requests against Keystone
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is
Same problem when running `reboot`, which I'd say is even more important
for automation. Port 2204 is forwarding to a qemu VM running Utopic,
port 2207 is running Vivid:
jderose@jgd-kudp1:~$ ssh root@localhost -p 2204 reboot
jderose@jgd-kudp1:~$ echo $?
0
jderose@jgd-kudp1:~$ ssh root@localhost -p
Okay, here's a simple way to reproduce:
$ ssh root@whatever shutdown -h now
$ echo $?
On Vivid, the exist status from the ssh client will be 255. On Trusty
and Utopic it will be 0.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to opens
Also, on Vivid there will be this error: "Connection to localhost closed
by remote host."
--
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/1429938
Title:
stopping ssh.service closes e
Raphael, its quite possible you're right.
--
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/1430025
Title:
maas uninstallable on vivid
To manage notifications about this bug go to:
https
** Also affects: curtin (Ubuntu Utopic)
Importance: Undecided
Status: New
** Also affects: curtin (Ubuntu Vivid)
Importance: Critical
Status: In Progress
** Also affects: curtin (Ubuntu Trusty)
Importance: Undecided
Status: New
** Changed in: curtin (Ubuntu Trusty)
Hmm, now I'm thinking this has nothing to do with openssh-server.
I think the problem is actually that when I run this over SSH:
# shutdown -h now
My ssh client exists with status 255... whereas running the same thing
prior to the flip-over to systemd would exit with status 0.
--
You received
So interestingly, this isn't happening when I just type these commands
into an SSH session. But if you create a script like this in say
/tmp/test.sh:
#!/bin/bash
apt-get -y purge openssh-server ssh-import-id
apt-get -y autoremove
shutdown -h now
And then execute this through an ssh call like this
** Tags added: quotas
--
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/1313935
Title:
tenant is required for quota-update but not for quota-show
To manage notifications about this bug g
** Branch linked: lp:ubuntu/vivid-proposed/curtin
--
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/1427950
Title:
find or install suitable dependencies / maas + curtin with vivid image
** 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/1427939
Title:
oauthlib code does not adjust timestamp
To manage notifications about this b
(Typo in the summary: "symlinkjs" should be "symlinks")
--
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/1430936
Title:
/usr/share/doc/apache2/examples/setup-instance neglects to cre
Public bug reported:
The apache2 package provides an example script:
/usr/share/doc/apache2/examples/setup-instance
use of which is described in:
/usr/share/doc/apache2/README.multiple-instances
This setup-instance script creates the following symbolic links for the new
apache2 instance, e.g. "
** 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/1428495
Title:
Does not enable ssh even with ssh_enabled: True
To manage notifications abou
Ping.
--
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/1297218
Title:
guest hangs after live migration due to tsc jump
To manage notifications about this bug go to:
https://bugs.launchp
OK, my problem is not SAMBA because I tried to install cups first:
matthew@stacy-desktop:~$ sudo apt-get install cups
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
cups-core-drivers cups-daemon print
** Branch linked: lp:curtin
--
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/1427950
Title:
find or install suitable dependencies / maas + curtin with vivid image
fails to import yam
Public bug reported:
chown: utente non valido: "tomcat:tomcat"
dpkg: errore nell'elaborare il pacchetto phenotips (--configure):
il sottoprocesso installato script di post-installation ha restituito lo stato
di errore 1
Configurazione di libmysqlclient18:i386 (5.5.41-0ubuntu0.14.04.1)...
Configu
Hey I decided that Maybe My Problem is with the packages that seem to be
cross-dependent on each other so that none of them can be completely
installed/configured:
cups-daemon
samba
winbind
cups-core-drivers
cups
unattended-upgrades
So I removed each package using 'sudo apt-get' to see if
** Also affects: curtin (Ubuntu)
Importance: Undecided
Status: New
** Changed in: curtin (Ubuntu)
Status: New => Confirmed
** Changed in: curtin (Ubuntu)
Importance: Undecided => Critical
** Changed in: curtin (Ubuntu)
Status: Confirmed => In Progress
** Changed in: c
gccgo-go is removed in vivid, superseded by gccgo-5
** Changed in: gccgo-go (Ubuntu)
Status: Confirmed => Invalid
** Summary changed:
- [MIR] juju-core, juju-mongodb, gccgo-go, gccgo-4.9, golang
+ [MIR] juju-core, juju-mongodb, gccgo, golang
** Also affects: gcc-defaults (Ubuntu)
Imp
** Package changed: gcc-defaults (Ubuntu) => gccgo-5 (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to golang in Ubuntu.
https://bugs.launchpad.net/bugs/1267393
Title:
[MIR] juju-core, juju-mongodb, gccgo, golang
To manage no
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: gccgo-5 (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to golang in Ubuntu.
https://bugs.launchpad.net/bugs/126
gccgo-go is removed in vivid, superseded by gccgo-5
** Also affects: gccgo-go (Ubuntu Utopic)
Importance: Undecided
Status: New
** Also affects: gccgo-go (Ubuntu Trusty)
Importance: Undecided
Status: New
** Changed in: gccgo-go (Ubuntu)
Status: Fix Committed => Invali
gccgo-go is removed in vivid, superseded by gccgo-5
** Also affects: gccgo-go (Ubuntu Utopic)
Importance: Undecided
Status: New
** Also affects: gccgo-5 (Ubuntu Utopic)
Importance: Undecided
Status: New
** Also affects: gccgo-go (Ubuntu Trusty)
Importance: Undecided
gccgo-go is removed in vivid, superseded by gccgo-5
** Also affects: gcc-4.9 (Ubuntu Utopic)
Importance: Undecided
Status: New
** Also affects: gccgo-go (Ubuntu Utopic)
Importance: Undecided
Status: New
** Also affects: gcc-4.9 (Ubuntu Trusty)
Importance: Undecided
gccgo-go is removed in vivid, superseded by gccgo-5
** Also affects: dpkg (Ubuntu Utopic)
Importance: Undecided
Status: New
** Also affects: gccgo-go (Ubuntu Utopic)
Importance: Undecided
Status: New
** Also affects: dpkg (Ubuntu Trusty)
Importance: Undecided
Statu
b-d's now removed for 15.04, and gccgo-go package removed in vivid.
Removing packages from vivid:
gccgo-go 1.2.1-0ubuntu9 in vivid
gccgo-go 1.2.1-0ubuntu9 in vivid amd64
gccgo-go 1.2.1-0ubuntu9 in vivid arm64
gccgo-go 1.2.1-0ubuntu9 in vivid
** Description changed:
+ === Begin SRU Information ===
+
+ [Impact]
+ Currently, the CloudStack data source will only handle SSH keys. While SSH
keys are the preferred method for authenticating against cloud instances, there
are some CloudStack deployments that do not yet support adding SSH k
** Changed in: cloud-init (Ubuntu)
Importance: Undecided => Medium
** Changed in: cloud-init (Ubuntu)
Milestone: None => precise-updates
** Also affects: cloud-init (Ubuntu Trusty)
Importance: Undecided
Status: New
** Also affects: cloud-init (Ubuntu Utopic)
Importance: Undec
> Which upstream release are you expecting us to pull in to Vivid to fix
this please?
As Juju has a "newer versions allowed" exception even for stables, that
should equally apply to the current development series. So while I'm not
officially in ~ubuntu-release, I'd say "whichever one works" is an
Here is the output from my sudo apt-get upgrade (after using Ubuntu
Software Center to supposedly uninstall spacenavd).:
matthew@stacy-desktop:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... The followin
** Branch linked: lp:ubuntu/vivid-proposed/pacemaker
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pacemaker in Ubuntu.
https://bugs.launchpad.net/bugs/1426761
Title:
[FFe] Upgrade pacemaker to 1.1.12
To manage notifications about
** Branch linked: lp:ubuntu/vivid-proposed/pacemaker
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pacemaker in Ubuntu.
https://bugs.launchpad.net/bugs/1427408
Title:
pacemaker init.d script lacks runlevel definition
To manage not
We have 1.20.14 in Vivid at the moment, and dep8 tests are now failing.
I believe this is because the systemd switch has happened, and it cannot
find upstart.
Which upstream release are you expecting us to pull in to Vivid to fix
this please?
--
You received this bug notification because you are
Get the same error if some other servers are added
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/1422125
Title:
ntpdate[634]: no servers can be used, exiting
To manage notifications a
--- Comment From mauri...@br.ibm.com 2015-03-11 12:13 EDT---
Hi,
Unfortunately this is not a bug (although it really seems so :).
The rationale..
There are 2 distinct/orthogonal things:
1) Listing the partitions in a disk
2) Creation of the block devices for them (i.e., /dev/something)
T
OK, go for it.
** Changed in: pacemaker (Ubuntu)
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pacemaker in Ubuntu.
https://bugs.launchpad.net/bugs/1426761
Title:
[FFe] Upgrade pacemaker to 1.1.12
To
Ack. For NEW after FF we usually like to ask that you find an archive
admin willing to processs the binaries before uploading; please do that.
** Changed in: ceph (Ubuntu)
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is
After both "systemctl stop ssh" or a complete "apt-get purge openssh-
server" existing ssh connections continue to work, and the various
"sshd: login [priv]" processes continue to run, just the "/usr/sbin/sshd
-D" master process goes away, as expected.
sshd.service has KillMode=process which does
Couldn't this be bug 1424509? (Because after installing `postgresql` on
vivid, the main cluster is down, see http://paste.ubuntu.com/10579015/)
--
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/
$ rmadison maas
maas | 0.1+bzr482+dfsg-0ubuntu1 | precise | source, all
maas | 1.2+bzr1373+dfsg-0ubuntu1~12.04.6 | precise-security | source, all
maas | 1.2+bzr1373+dfsg-0ubuntu1~12.04.6 | precise-updates | source, all
maas | 1.5+bzr2252-0ubuntu1 | trusty
$ rmadison juju-quickstart
juju-quickstart | 1.3.1-0ubuntu1 | trusty/universe | source, all
juju-quickstart | 1.3.1-0ubuntu1.1 | trusty-updates/universe | source, all
juju-quickstart | 1.4.2-0ubuntu1 | utopic/universe | source, all
juju-quickstart | 1.6.0-0ubuntu1 | vivid/
$ rmadison juju-quickstart
juju-quickstart | 1.3.1-0ubuntu1 | trusty/universe | source, all
juju-quickstart | 1.3.1-0ubuntu1.1 | trusty-updates/universe | source, all
juju-quickstart | 1.4.2-0ubuntu1 | utopic/universe | source, all
juju-quickstart | 1.6.0-0ubuntu1 | vivid/
$ rmadison bcache-tools
bcache-tools | 1.0.7-0ubuntu1 | utopic/universe | source, amd64, arm64, armhf,
i386, powerpc, ppc64el
bcache-tools | 1.0.7-1| vivid | source, amd64, arm64, armhf,
i386, powerpc, ppc64el
** Package changed: ubuntu => bcache-tools (Ubuntu)
** Changed i
$ rmadison python-pysaml2
python-pysaml2 | 2.2.0-0ubuntu2 | vivid/universe | source, all
** Package changed: ubuntu => python-pysaml2 (Ubuntu)
** Changed in: python-pysaml2 (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Serv
$ rmadison python-osprofiler
python-osprofiler | 0.3.0-0ubuntu1 | utopic | source, all
python-osprofiler | 0.3.0-1| vivid | source, all
** Package changed: ubuntu => python-osprofiler (Ubuntu)
** Changed in: python-osprofiler (Ubuntu)
Status: New => Fix Released
--
You receiv
You have been subscribed to a public bug:
OpenStack Keystone's federation extension requires python-pysaml2. This
will enable users to preview the federation aspect of keystone, without
doing another MIR this late in cycle.
** Affects: python-pysaml2 (Ubuntu)
Importance: Undecided
You have been subscribed to a public bug:
I have a work item to land bcache-tools in Utopic, which is currently a
Debian ITP (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708132).
To do this my team is working on a functional test plan, and we have
some test hardware on which we have been ex
$ rmadison python-oslo.utils
python-oslo.utils | 1.0.0-0ubuntu1 | utopic | source, all
python-oslo.utils | 1.2.1-0ubuntu2 | vivid | source, all
python-oslo.utils | 1.3.0-0ubuntu1 | vivid-proposed | source, all
** Package changed: ubuntu => python-oslo.utils (Ubuntu)
** Change
You have been subscribed to a public bug:
python-osprofiler is a new depdenency for both glance and cinder.
Without this depdendency both glance and cinder will fail to install
properly. It can be found in the new queue.
** Affects: python-osprofiler (Ubuntu)
Importance: High
Status
You have been subscribed to a public bug:
The openstack project added a new dependency to their stack which is
called python-oslo.utils. Without it, tests fail to pass and
functionaility can be limited.
It can be found on pypy:
https://pypi.python.org/pypi/oslo.utils/0.2.0
and in debian
https:
65 matches
Mail list logo