[Bug 1487645] [NEW] glance image-show does not output correctly
Public bug reported: 1) Description of the problem When running `glance image-show` on an existing image, the glance client does not output the details of the image. glance client version: 0.19.0 operating system: ubuntu 14.04 The glance client is installed from the UCA liberty-staging repo. This bug does not appear when python-glanceclient is installed from the CentOS 7 delorean repo or when installed directly from pip. 2) Impact A user can't view details of their image via the command line. The behavior trickles down to python-openstackclient. Our use case is in puppet: the glance_image provider in the glance puppet module cannot fetch details of an uploaded image, and so tries to upload the image again with --copy-from and fails. 3) Expected behavior (Installed from UCA Kilo) # glance --version 0.15.0 # glance image-show 3aa89a60-a18f-4c5e-bda1-a60eed5f6997 +--+--+ | Property | Value| +--+--+ | checksum | d972013792949d0d3ba628fbe8685bce | | container_format | bare | | created_at | 2015-08-21T21:22:57.00 | | deleted | False| | disk_format | qcow2| | id | 3aa89a60-a18f-4c5e-bda1-a60eed5f6997 | | is_public| True | | min_disk | 0| | min_ram | 0| | name | test_image | | owner| fe3360a176d54a049883f9914552798d | | protected| False| | size | 13147648 | | status | active | | updated_at | 2015-08-21T21:23:00.00 | +--+--+ 4) Actual behavior (Installed from UCA Liberty-staging) # glance --version 0.19.0 # glance image-show 728d718c-22cd-4c59-a25d-58ec163d7c69 id 5) Steps to reproduce - install the liberty-staging repo - apt-get install python-glanceclient - run glance image-show against an openstack cloud with glance exposed Additional information: # lsb_release -rd Description:Ubuntu 14.04.2 LTS Release:14.04 # apt-cache policy python-glanceclient python-glanceclient: Installed: 1:0.19.0-1ubuntu1~cloud0 Candidate: 1:0.19.0-1ubuntu1~cloud0 Version table: *** 1:0.19.0-1ubuntu1~cloud0 0 500 http://ppa.launchpad.net/ubuntu-cloud-archive/liberty-staging/ubuntu/ trusty/main amd64 Packages 100 /var/lib/dpkg/status 1:0.12.0-0ubuntu1 0 500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages ** Affects: python-glanceclient (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-glanceclient in Ubuntu. https://bugs.launchpad.net/bugs/1487645 Title: glance image-show does not output correctly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-glanceclient/+bug/1487645/+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 1487609] [NEW] FTBFS on wily
Public bug reported: == ERROR: test_run_server (test.unit.common.test_wsgi.TestWSGI) -- Traceback (most recent call last): File "/«PKGBUILDDIR»/test/unit/common/test_wsgi.py", line 357, in test_run_server _wsgi.server.assert_called() File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 721, in __getattr__ raise AttributeError(name) AttributeError: assert_called == ERROR: test_run_server_conf_dir (test.unit.common.test_wsgi.TestWSGI) -- Traceback (most recent call last): File "/«PKGBUILDDIR»/test/unit/common/test_wsgi.py", line 445, in test_run_server_conf_dir _wsgi.server.assert_called() File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 721, in __getattr__ raise AttributeError(name) AttributeError: assert_called == ERROR: test_run_server_debug (test.unit.common.test_wsgi.TestWSGI) -- Traceback (most recent call last): File "/«PKGBUILDDIR»/test/unit/common/test_wsgi.py", line 496, in test_run_server_debug mock_server.assert_called() File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 721, in __getattr__ raise AttributeError(name) AttributeError: assert_called == ERROR: test_run_server_with_latest_eventlet (test.unit.common.test_wsgi.TestWSGI) -- Traceback (most recent call last): File "/«PKGBUILDDIR»/test/unit/common/test_wsgi.py", line 400, in test_run_server_with_latest_eventlet _wsgi.server.assert_called() File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 721, in __getattr__ raise AttributeError(name) AttributeError: assert_called == ERROR: test_splice_to_wsockfd_blocks (test.unit.obj.test_diskfile.TestDiskFile) -- Traceback (most recent call last): File "/«PKGBUILDDIR»/test/unit/obj/test_diskfile.py", line 2378, in test_splice_to_wsockfd_blocks _run_test() File "/«PKGBUILDDIR»/test/unit/obj/test_diskfile.py", line 2360, in _run_test mock_close.assert_called() File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 721, in __getattr__ raise AttributeError(name) AttributeError: assert_called == ERROR: test_delete_actual_object_quotes (test.unit.obj.test_expirer.TestObjectExpirer) -- Traceback (most recent call last): File "/«PKGBUILDDIR»/test/unit/obj/test_expirer.py", line 754, in test_delete_actual_object_quotes x.swift.make_request.assert_called_once() File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 721, in __getattr__ raise AttributeError(name) AttributeError: assert_called_once == ERROR: test_global_conf_callback_does_nothing (test.unit.obj.test_server.TestObjectController) -- Traceback (most recent call last): File "/«PKGBUILDDIR»/test/unit/obj/test_server.py", line 4023, in test_global_conf_callback_does_nothing object_server.global_conf_callback(preloaded_app_conf, global_conf) File "/«PKGBUILDDIR»/swift/obj/server.py", line 811, in global_conf_callback multiprocessing.BoundedSemaphore(replication_concurrency)] File "/usr/lib/python2.7/multiprocessing/__init__.py", line 204, in BoundedSemaphore return BoundedSemaphore(value) File "/usr/lib/python2.7/multiprocessing/synchronize.py", line 130, in __init__ SemLock.__init__(self, SEMAPHORE, value, value) File "/usr/lib/python2.7/multiprocessing/synchronize.py", line 75, in __init__ sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) OSError: [Errno 13] Permission denied == FAIL: test_http_connect (test.unit.common.test_db_replicator.TestDBReplicator) -- Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched return func(*args, **keywargs) File "/«PKGBUILDDIR»/test/unit/common/test_db_replicator.py", line 1160, in test_http_connect replicator.logger)) File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 969, in assert_has_calls ), cause) File "/usr/lib/python2.7/dist-packages/six.py", line 692, in raise_from raise
[Bug 1482608] Re: ssh-add fails to add ed25519 keys
** Changed in: openssh (Ubuntu) Importance: Undecided => Medium -- 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/1482608 Title: ssh-add fails to add ed25519 keys To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1482608/+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 1482608] Re: ssh-add fails to add ed25519 keys
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openssh (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/1482608 Title: ssh-add fails to add ed25519 keys To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1482608/+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 1486865] Re: Sync rrdtool 1.5.4-5 (main) from Debian unstable (main)
If you don't want version 1.5, you should at least take 1.4.8-3 that fixes use-after-free stuff. http://metadata.ftp-master.debian.org/changelogs/main/r/rrdtool/unstable_changelog Mathieu Trudel-Lapierre: > Unfortunately we missed the Feature Freeze cutoff (and I realise it's > partly my fault). Let's fix this bug up to add the details needed for a > Freeze Exception (https://wiki.ubuntu.com/FreezeExceptionProcess) > > ** Changed in: rrdtool (Ubuntu) >Status: New => Triaged > -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rrdtool in Ubuntu. https://bugs.launchpad.net/bugs/1486865 Title: Sync rrdtool 1.5.4-5 (main) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rrdtool/+bug/1486865/+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 1448254] Re: openvswitch systemd unit file ordering wrong
** Changed in: openvswitch (Ubuntu) Status: Confirmed => Triaged ** Changed in: hundredpapercuts Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu. https://bugs.launchpad.net/bugs/1448254 Title: openvswitch systemd unit file ordering wrong To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1448254/+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 1411582] Re: [SRU] Azure data source should auto-detect ephemeral disk location
Verified on vivid; marked as verification-done. ** 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 cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1411582 Title: [SRU] Azure data source should auto-detect ephemeral disk location To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1411582/+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 1486865] Re: Sync rrdtool 1.5.4-5 (main) from Debian unstable (main)
Unfortunately we missed the Feature Freeze cutoff (and I realise it's partly my fault). Let's fix this bug up to add the details needed for a Freeze Exception (https://wiki.ubuntu.com/FreezeExceptionProcess) ** Changed in: rrdtool (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rrdtool in Ubuntu. https://bugs.launchpad.net/bugs/1486865 Title: Sync rrdtool 1.5.4-5 (main) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rrdtool/+bug/1486865/+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 1450563] Re: python-nova is missing gettextutils.py breaking nova-compute-flex
Anyone found a work around for this bug on 14.04.2 LTS using repo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/kilo main". I just upgraded from juno to kilo and this bug is still an issue. -- 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/1450563 Title: python-nova is missing gettextutils.py breaking nova-compute-flex To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1450563/+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 1411582] Re: [SRU] Azure data source should auto-detect ephemeral disk location
Confirmed fixed on trusty; the vivid image build failed for unrelated reasons, which I'm addressing. -- 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/1411582 Title: [SRU] Azure data source should auto-detect ephemeral disk location To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1411582/+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 1410876] Re: Error executing lxc-clone: lxc_container: utils.c: mkdir_p 220 Not a directory - Could not destroy snapshot %s - failed to allocate a pty; Insufficent privileges to control juju-
This bug is hit very rarely - we deploy thousands of containers a day and see it a few times a week. I don't have a way to reproduce it reliably other than waiting to hit it in OIL. On Fri, Aug 21, 2015 at 12:22 PM, Serge Hallyn <1410...@bugs.launchpad.net> wrote: > @jason-hobbs or @lmic, > > can you provide a concise recipe for reproducing this in the > Description? > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1410876 > > Title: > Error executing lxc-clone: lxc_container: utils.c: mkdir_p 220 Not a > directory - Could not destroy snapshot %s - failed to allocate a pty; > Insufficent privileges to control juju-trusty-lxc-template > > Status in juju-core: > Invalid > Status in lxc: > Fix Released > Status in lxc package in Ubuntu: > Fix Released > Status in lxc source package in Trusty: > Fix Committed > > Bug description: > This is for: > > ++ export OPENSTACK_RELEASE=juno > ++ OPENSTACK_RELEASE=juno > ++ export COMPUTE=nova-lxc > ++ COMPUTE=nova-lxc > ++ export UBUNTU_RELEASE=trusty > ++ UBUNTU_RELEASE=trusty > > Tool version is 1.20.14: > Launching instance > WARNING picked arbitrary tools &{1.20.14-precise-amd64 > https://streams.canonical.com/juju/tools/releases/juju-1.20.14-precise-amd64.tgz > 932640702b5d9f08a312118a4afe330444308f92b7de350de9e547719f084bd9 8130412} >- /MAAS/api/1.0/nodes/node-5f9c14e6-ae98-11e3-b194-00163efc5068/ > > and agent-version on node says 1.20.13. > > Juju-status.yaml: > > '5': > agent-state: started > agent-version: 1.20.13 > containers: > 5/lxc/0: > agent-state-info: 'error executing "lxc-clone": lxc_container: > utils.c: mkdir_p: > 220 Not a directory - failed to create directory > ''/run/lock/lxc//var/lib/lxc/juju-trusty-lxc-template/snaps''; > lxc_container: lxccontainer.c: do_snapshot_destroy: 3272 Could > not destroy > snapshot %s - failed to allocate a pty; Insufficent privileges > to control > juju-trusty-lxc-template' > instance-id: pending > series: trusty > 5/lxc/1: > agent-state-info: cannot clone a running container > instance-id: pending > series: trusty > dns-name: apsaras.oil > hardware: arch=amd64 cpu-cores=4 mem=32768M > tags=hw-ok,oil-slave-1,hardware-dell-poweredge-R210 > instance-id: > /MAAS/api/1.0/nodes/node-5f9c14e6-ae98-11e3-b194-00163efc5068/ > series: trusty > > and from log: > > machine-0: 2015-01-14 15:32:12 DEBUG juju.state.apiserver > apiserver.go:150 <- [7C] unit-swift-storage-1 > {"RequestId":42,"Type":"Uniter","Request":"CharmURL","Params":{"Entities":[{"Tag":"service-swift-storage"}]}} > machine-0: 2015-01-14 15:32:12 DEBUG juju.state.apiserver > apiserver.go:157 -> [7C] unit-swift-storage-1 383.812us > {"RequestId":42,"Response":{"Results":[{"Error":null,"Result":"local:trusty/swift-storage-90","Ok":false}]}} > Uniter[""].CharmURL > machine-0: 2015-01-14 15:32:12 DEBUG juju.state.apiserver > apiserver.go:150 <- [7C] unit-swift-storage-1 > {"RequestId":43,"Type":"Uniter","Request":"CharmArchiveSha256","Params":{"URLs":[{"URL":"local:trusty/swift-storage-90"}]}} > machine-0: 2015-01-14 15:32:12 DEBUG juju.state.apiserver > apiserver.go:157 -> [7C] unit-swift-storage-1 777.029us > {"RequestId":43,"Response":{"Results":[{"Error":null,"Result":"b8aac93898c3cc661c0804613e5cce79a402fbe596400e8e80e8a3a1bb16c577"}]}} > Uniter[""].CharmArchiveSha256 > machine-0: 2015-01-14 15:32:12 DEBUG juju.state.apiserver > apiserver.go:150 <- [61] machine-2 > {"RequestId":57,"Type":"Provisioner","Request":"SetStatus","Params":{"Entities":[{"Tag":"machine-2-lxc-0","Status":"error","Info":"error > executing \"lxc-clone\": lxc_container: utils.c: mkdir_p: 220 Not a > directory - failed to create directory > '/run/lock/lxc//var/lib/lxc/juju-trusty-lxc-template/snaps'; lxc_container: > lxccontainer.c: do_snapshot_destroy: 3272 Could not destroy snapshot %s - > failed to allocate a pty; Insufficent privileges to control > juju-trusty-lxc-template","Data":null}]}} > machine-0: 2015-01-14 15:32:12 DEBUG juju.state.apiserver > apiserver.go:150 <- [7C] unit-swift-storage-1 > {"RequestId":44,"Type":"Uniter","Request":"SetCharmURL","Params":{"Entities":[{"Tag":"unit-swift-storage-1","CharmURL":"local:trusty/swift-storage-90"}]}} > > To manage notifications about this bug go to: > https://bugs.launchpad.net/juju-core/+bug/1410876/+subscriptions > -- 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/1410876 Title: Error executing lxc-clone: lxc_container: utils.c: mkdir_p 220 Not a directory - Could not destroy snapshot %s - failed to allocate a pty; Insufficent privileges to control juju-trusty-lxc-template To manage notifications about this bug go to: https
[Bug 1410876] Re: Error executing lxc-clone: lxc_container: utils.c: mkdir_p 220 Not a directory - Could not destroy snapshot %s - failed to allocate a pty; Insufficent privileges to control juju-tru
@jason-hobbs or @lmic, can you provide a concise recipe for reproducing this in the Description? -- 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/1410876 Title: Error executing lxc-clone: lxc_container: utils.c: mkdir_p 220 Not a directory - Could not destroy snapshot %s - failed to allocate a pty; Insufficent privileges to control juju-trusty-lxc-template To manage notifications about this bug go to: https://bugs.launchpad.net/juju-core/+bug/1410876/+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 1485487] Re: package openssh-server 1:6.7p1-5ubuntu1.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
** Changed in: openssh (Ubuntu) Importance: Undecided => High -- 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/1485487 Title: package openssh-server 1:6.7p1-5ubuntu1.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1485487/+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 1486696] Re: lxc-create -B btrfs fails if lxc.lxcpath is not on the same filesystem as /var/cache/lxc (not a configurable option)
** Changed in: lxc (Ubuntu) Status: New => Triaged ** Changed in: lxc (Ubuntu) Importance: Undecided => Wishlist -- 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/1486696 Title: lxc-create -B btrfs fails if lxc.lxcpath is not on the same filesystem as /var/cache/lxc (not a configurable option) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1486696/+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 1486988] [NEW] /etc/cgconfig.conf ignored -> cgconfigd not working
> # cgm create memory CH > method return sender=(null sender) -> dest=(null destination) reply_serial=1 >int32 -1 This is not an error. The -1 means that the cgroup did not already exist. Try cgm listchildren freezer . after the create, and you should see something like method return sender=(null sender) -> dest=(null destination) reply_serial=1 array [ string "a1" ] Note that cgmanager is not related to cgroup-lite, and that cgroup-lite does not have a deamon - it simply mounts the cgroups so that they can be used. ** Changed in: cgroup-lite (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgroup-lite in Ubuntu. https://bugs.launchpad.net/bugs/1486988 Title: /etc/cgconfig.conf ignored -> cgconfigd not working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cgroup-lite/+bug/1486988/+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 1486696] [NEW] lxc-create -B btrfs fails if lxc.lxcpath is not on the same filesystem as /var/cache/lxc (not a configurable option)
Indeed this is expected behavior. Since there is no way to create a btrfs subvolume in this instance, and you explicitly asked for a btrfs subvolume, it should error. A simple directory copy must be used. I think it might be reasonable to say that even if it has to do a full directory copy, it could still create a new subvolume so that clones can be done as snapshots. Patches for either that or for documentation improvement are welcome, so leaving this bug open -- 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/1486696 Title: lxc-create -B btrfs fails if lxc.lxcpath is not on the same filesystem as /var/cache/lxc (not a configurable option) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1486696/+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 1471237] Re: Mongo causes juju to fail: bad record MAC
** Tags added: landscape -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mongodb in Ubuntu. https://bugs.launchpad.net/bugs/1471237 Title: Mongo causes juju to fail: bad record MAC To manage notifications about this bug go to: https://bugs.launchpad.net/juju-core/+bug/1471237/+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 1487536] [NEW] AppArmor bad parse on 14.04 and MySQL 5.6
Public bug reported: simo@simo:~$ apparmor_parser -S /etc/apparmor.d/usr.sbin.mysqld >/dev/null AppArmor parser error for /etc/apparmor.d/usr.sbin.mysqld in /etc/apparmor.d/tunables/home at line 16: syntax error, unexpected TOK_EQUALS, expecting TOK_MODE simo@simo:~$ cat /etc/apparmor.d/usr.sbin.mysqld # vim:syntax=apparmor # Last Modified: Tue Jun 19 17:37:30 2007 #include /usr/sbin/mysqld { #include #include #include #include #include capability dac_override, capability sys_resource, capability setgid, capability setuid, network tcp, /etc/hosts.allow r, /etc/hosts.deny r, /etc/mysql/*.pem r, /etc/mysql/conf.d/ r, /etc/mysql/conf.d/* r, /etc/mysql/*.cnf r, /usr/lib/mysql/plugin/ r, /usr/lib/mysql/plugin/*.so* mr, /usr/sbin/mysqld mr, /usr/share/mysql/** r, /var/log/mysql.log rw, /var/log/mysql.err rw, /var/lib/mysql/ r, /var/lib/mysql/** rwk, /var/log/mysql/ r, /var/log/mysql/* rw, /var/run/mysqld/mysqld.pid rw, /var/run/mysqld/mysqld.sock w, /run/mysqld/mysqld.pid rw, /run/mysqld/mysqld.sock w, /sys/devices/system/cpu/ r, # Site-specific additions and overrides. See local/README for details. #include } simo@simo:~$ cat /etc/apparmor.d/tunables/home # -- # #Copyright (C) 2006-2009 Novell/SUSE #Copyright (C) 2010 Canonical Ltd. # #This program is free software; you can redistribute it and/or #modify it under the terms of version 2 of the GNU General Public #License published by the Free Software Foundation. # # -- # @{HOME} is a space-separated list of all user home directories. While # it doesn't refer to a specific home directory (AppArmor doesn't # enforce discretionary access controls) it can be used as if it did # refer to a specific home directory @{HOME}=@{HOMEDIRS}/*/ /root/ # @{HOMEDIRS} is a space-separated list of where user home directories # are stored, for programs that must enumerate all home directories on a # system. @{HOMEDIRS}=/home/ /media/ # Also, include files in tunables/home.d for site-specific adjustments to # @{HOMEDIRS}. #include ** Affects: mysql-5.6 (Ubuntu) Importance: Undecided Status: New ** Attachment added: "usr.sbin.mysqld" https://bugs.launchpad.net/bugs/1487536/+attachment/4450326/+files/usr.sbin.mysqld ** Package changed: mysql-5.1 (Ubuntu) => mysql-5.6 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/1487536 Title: AppArmor bad parse on 14.04 and MySQL 5.6 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1487536/+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 1483214] Re: ipmi_si module spams kernel log with "ipmi_si 00:05: Could not set the global enables: 0xcc."
Everything works as expected! ... [ 153.182919] IPMI Watchdog: driver initialized [ 219.205870] IPMI System Interface driver. [ 219.205929] ipmi_si: probing via ACPI [ 219.205961] ipmi_si 00:05: [io 0x0ca2] regsize 1 spacing 1 irq 0 [ 219.205964] ipmi_si: Adding ACPI-specified kcs state machine [ 219.205985] ipmi_si: probing via SMBIOS [ 219.205987] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0 [ 219.205989] ipmi_si: Adding SMBIOS-specified kcs state machine duplicate interface [ 219.205992] ipmi_si: probing via SPMI [ 219.205994] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0 [ 219.205996] ipmi_si: Adding SPMI-specified kcs state machine duplicate interface [ 219.205999] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0 [ 219.339114] ipmi_si: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed. [ 219.374485] ipmi_si 00:05: Found new BMC (man_id: 0x002a7c, prod_id: 0x0728, dev_id: 0x20) [ 219.374497] ipmi_si 00:05: IPMI kcs interface initialized [ 219.382763] ipmi device interface [ 219.399583] IPMI Watchdog: driver initialized ... ** Tags removed: verification-needed-vivid ** Tags added: verification-done-vivid -- 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/1483214 Title: ipmi_si module spams kernel log with "ipmi_si 00:05: Could not set the global enables: 0xcc." To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1483214/+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 1486626] Re: /etc/init.d/exim4 hardcodes configurable parameters
Done. Filed as Bug#796368 : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796368 We will see :-). ** Bug watch added: Debian Bug tracker #796368 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796368 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to exim4 in Ubuntu. https://bugs.launchpad.net/bugs/1486626 Title: /etc/init.d/exim4 hardcodes configurable parameters To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1486626/+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 1481247] Re: [MIR] python-fasteners
Moved to main. ** Changed in: python-fasteners (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-fasteners in Ubuntu. https://bugs.launchpad.net/bugs/1481247 Title: [MIR] python-fasteners To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-fasteners/+bug/1481247/+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 1487361] Re: 6.9 stopped respecting "User" in previous stanzas
Ah, thanks! I indeed had it after a Host block with indentation / paragraph, so I was misled in thinking of them as actual "paragraphs". Putting CanonicalizeHostname at the top of the file indeed works. So it seems this was a deliberate change, or just accidentally happened to work before. So I guess we can close this. Thank you for your help! ** Changed in: openssh (Ubuntu) Status: Confirmed => Won't Fix -- 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/1487361 Title: 6.9 stopped respecting "User" in previous stanzas To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1487361/+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 1487361] Re: 6.9 stopped respecting "User" in previous stanzas
It makes a difference for me, but CanonicalizeHostname has to be in the right part of the file (not inside an inapplicable Host block; note that indentation doesn't actually matter). Perhaps I could see your whole .ssh/config? -- 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/1487361 Title: 6.9 stopped respecting "User" in previous stanzas To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1487361/+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 1433324] Re: provide whl packages in trusty to enable pyvenv in python3.4
** No longer affects: python-scripttest (Ubuntu Trusty) ** No longer affects: python-scripttest (Ubuntu) ** No longer affects: chardet-whl (Ubuntu) ** No longer affects: distlib (Ubuntu) ** No longer affects: html5lib (Ubuntu) ** No longer affects: python-colorama (Ubuntu) ** No longer affects: python-pip (Ubuntu) ** No longer affects: python-setuptools (Ubuntu) ** No longer affects: python-urllib3 (Ubuntu) ** No longer affects: requests (Ubuntu) ** No longer affects: six (Ubuntu) ** No longer affects: wheel (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to six in Ubuntu. https://bugs.launchpad.net/bugs/1433324 Title: provide whl packages in trusty to enable pyvenv in python3.4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/trusty/+source/chardet-whl/+bug/1433324/+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 265144] Re: hardy: using provided lynx keymap in w3m reports "line 49: unknown key ''" when starting up
Fixed in Debian's w3m Git repo. Will be fixed in Debian and Ubuntu. ** Changed in: w3m (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to w3m in Ubuntu. https://bugs.launchpad.net/bugs/265144 Title: hardy: using provided lynx keymap in w3m reports "line 49: unknown key ''" when starting up To manage notifications about this bug go to: https://bugs.launchpad.net/w3m/+bug/265144/+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 1390768] Re: Mouse click position is wrong
Fixed in w3m 0.5.3-24. ** Changed in: w3m (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to w3m in Ubuntu. https://bugs.launchpad.net/bugs/1390768 Title: Mouse click position is wrong To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/1390768/+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
** Changed in: openssh (Debian) Status: New => 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/1287222 Title: openssh-client 6.5 regression bug with certain servers To manage notifications about this bug go to: https://bugs.launchpad.net/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 1487108] Re: bridge-utils: merge debian 1.5-9
This bug was fixed in the package bridge-utils - 1.5-9ubuntu1 --- bridge-utils (1.5-9ubuntu1) wily; urgency=low * Merge from Debian unstable (LP: #1487108). Remaining changes: - Set BRIDGE_HOTPLUG=yes as that's the behaviour we had in the past and need for the event based networking. Reverting change from 1.5-4. - Don't call ifup from bridge-network-interface, instead just call brctl and let udev/upstart bring the interface up. bridge-utils (1.5-9) unstable; urgency=low * Fix kernel version check and adjust it to match kernel behaviours. Closes: #725786. bridge-utils (1.5-8) unstable; urgency=low * Change the way to set the hardware address (MAC) of the bridge, don't set it on the ports, set it on the bridge instead if the kernel is quite recent (version where it started to work is unknown, we need to find this). This needs testing and relates to #725786. * Change Architecture to linux-any. Closes: #745164. * Apply Colin's patch to fix cross-build, thanks. Closes: #734873. -- Andy Whitcroft Thu, 20 Aug 2015 17:02:39 +0100 ** Changed in: bridge-utils (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bridge-utils in Ubuntu. https://bugs.launchpad.net/bugs/1487108 Title: bridge-utils: merge debian 1.5-9 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1487108/+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 1486557] Re: package snmpd 5.7.2~dfsg-8.1ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127
Thank you for taking the time to report this bug and helping to make Ubuntu better. Since it seems likely to me that this is a local configuration problem, rather than a bug in Ubuntu, I'm marking this bug as Incomplete. If indeed this is a local configuration problem, you can find pointers to get help for this sort of problem here: http://www.ubuntu.com/support/community Or if you believe that this is really a bug, then you may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem, explain why you believe this is a bug in Ubuntu rather than a problem specific to your system, and then change the bug status back to New. ** Changed in: net-snmp (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in Ubuntu. https://bugs.launchpad.net/bugs/1486557 Title: package snmpd 5.7.2~dfsg-8.1ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1486557/+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 1486931] Re: [LTCTest][Opal][OP810] ipmitool 1.8.13-1ubuntu0.3 version is still not working for in-band HPM upgrade
Yes. I got it was testing from David's answer from AMI. He said "We are currently resolving some hpm inband update issues on the firmware side, so the failure could potentially be due to the firmware and not the ipmitool application. We are planning for a release this week that would resolve the hpm issues on the firmware and then this could be retested." So, I am wondering if this is a software or a firmware issue. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ipmitool in Ubuntu. https://bugs.launchpad.net/bugs/1486931 Title: [LTCTest][Opal][OP810] ipmitool 1.8.13-1ubuntu0.3 version is still not working for in-band HPM upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1486931/+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 1486630] Re: sshd does not wake up phone
Thank you for taking the time to report this bug and helping to make Ubuntu better. I have noticed that on my phone (bq Aquaris 4.5) sshd does respond but is noticeably sluggish when the screen is off. I presume this is due to power management setting the CPU speed low or something. You don't mention what phone you are using. Perhaps the power management handling is different on yours? I don't think this can be fixed in openssh as all it does is listen on a socket, which is the reasonable thing for it to do. Reassigning to powerd in the hope that it's closer to the mark. ** Package changed: openssh (Ubuntu) => powerd (Ubuntu) -- 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/1486630 Title: sshd does not wake up phone To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/powerd/+bug/1486630/+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 1486626] Re: RFE: exim4-base : /etc/init.d/exim4
Thank you for your help in making Ubuntu better. We are aligned with Debian on the init script, so the correct place to send updates to it is in Debian. Please could you forward your patch there for consideration by the Debian exim4 maintainers? If they accept your changes, then Ubuntu will pull in their changes in a future release. Note that I doubt that it will be acceptable to change the shell for an init script to bash, but you can ask them. ** Tags added: needs-upstream-report ** Changed in: exim4 (Ubuntu) Importance: Undecided => Low ** Changed in: exim4 (Ubuntu) Status: New => Triaged ** Summary changed: - RFE: exim4-base : /etc/init.d/exim4 + /etc/init.d/exim4 hardcodes configurable parameters -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to exim4 in Ubuntu. https://bugs.launchpad.net/bugs/1486626 Title: /etc/init.d/exim4 hardcodes configurable parameters To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1486626/+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 1483161] Re: package amavisd-new-postfix 1:2.7.1-2ubuntu3 failed to install/upgrade: podproces nainštalovaný skript post-removal vrátil chybový kód 1
Thank you for taking the time to report this bug and helping to make Ubuntu better. Since it seems likely to me that this is a local configuration problem, rather than a bug in Ubuntu, I'm marking this bug as Incomplete. If indeed this is a local configuration problem, you can find pointers to get help for this sort of problem here: http://www.ubuntu.com/support/community Or if you believe that this is really a bug, then you may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem, explain why you believe this is a bug in Ubuntu rather than a problem specific to your system, and then change the bug status back to New. ** Changed in: amavisd-new (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to amavisd-new in Ubuntu. https://bugs.launchpad.net/bugs/1483161 Title: package amavisd-new-postfix 1:2.7.1-2ubuntu3 failed to install/upgrade: podproces nainštalovaný skript post-removal vrátil chybový kód 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1483161/+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 1483341] Re: package exim4-config (not installed) failed to install/upgrade: konflikt balíkov - nebude sa inštalovať exim4-config
Thank you for taking the time to report this bug and helping to make Ubuntu better. Since it seems likely to me that this is a local configuration problem, rather than a bug in Ubuntu, I'm marking this bug as Incomplete. If indeed this is a local configuration problem, you can find pointers to get help for this sort of problem here: http://www.ubuntu.com/support/community Or if you believe that this is really a bug, then you may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem, explain why you believe this is a bug in Ubuntu rather than a problem specific to your system, and then change the bug status back to New. ** Changed in: exim4 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to exim4 in Ubuntu. https://bugs.launchpad.net/bugs/1483341 Title: package exim4-config (not installed) failed to install/upgrade: konflikt balíkov - nebude sa inštalovať exim4-config To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1483341/+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 1487361] Re: 6.9 stopped respecting "User" in previous stanzas
"CanonicalizeHostname yes" does not make any difference. Also, that part actually seems to work fine ("ssh langpack" correctly resolves to macquarie.canonical.com), it's the User from the previous Host * match which isn't applied. -- 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/1487361 Title: 6.9 stopped respecting "User" in previous stanzas To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1487361/+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 1479661] [NEW] hacluster install hook fails on Vivid and Wily (pacemaker /var/lib/heartbeat home dir ownership issue)
You have been subscribed to a public bug by Robie Basak (racb): pacemaker and/or openhpid in Vivid and Wily may need love. This occurs when manually installing on fresh Wily and Vivid instances: ... Setting up pacemaker (1.1.12-0ubuntu2) ... Adding group `haclient' (GID 119) ... Done. Warning: The home dir /var/lib/heartbeat you specified already exists. Adding system user `hacluster' (UID 111) ... Adding new user `hacluster' (UID 111) with group `haclient' ... The home directory `/var/lib/heartbeat' already exists. Not copying from `/etc/skel'. adduser: Warning: The home directory `/var/lib/heartbeat' does not belong to the user you are currently creating. # Observation from the charm perspective: http://paste.ubuntu.com/11964818/ 2015-07-30 07:27:14 INFO install Setting up openhpid (2.14.1-1.3ubuntu2) ... 2015-07-30 07:27:15 INFO install Job for openhpid.service failed. See "systemctl status openhpid.service" and "journalctl -xe" for details. 2015-07-30 07:27:15 INFO install invoke-rc.d: initscript openhpid, action "start" failed. 2015-07-30 07:27:15 INFO install dpkg: error processing package openhpid (--configure): 2015-07-30 07:27:15 INFO install subprocess installed post-installation script returned error exit status 1 2015-07-30 07:27:15 INFO install Errors were encountered while processing: 2015-07-30 07:27:15 INFO install openhpid 2015-07-30 07:27:15 INFO install E: Sub-process /usr/bin/dpkg returned an error code (1) 2015-07-30 07:27:15 INFO install Traceback (most recent call last): 2015-07-30 07:27:15 INFO install File "/var/lib/juju/agents/unit-hacluster-2/charm/hooks/install", line 405, in 2015-07-30 07:27:15 INFO install hooks.execute(sys.argv) 2015-07-30 07:27:15 INFO install File "/var/lib/juju/agents/unit-hacluster-2/charm/hooks/charmhelpers/core/hookenv.py", line 557, in execute 2015-07-30 07:27:15 INFO install self._hooks[hook_name]() 2015-07-30 07:27:15 INFO install File "/var/lib/juju/agents/unit-hacluster-2/charm/hooks/install", line 87, in install 2015-07-30 07:27:15 INFO install apt_install(filter_installed_packages(PACKAGES), fatal=True) 2015-07-30 07:27:15 INFO install File "/var/lib/juju/agents/unit-hacluster-2/charm/hooks/charmhelpers/fetch/__init__.py", line 183, in apt_install 2015-07-30 07:27:15 INFO install _run_apt_command(cmd, fatal) 2015-07-30 07:27:15 INFO install File "/var/lib/juju/agents/unit-hacluster-2/charm/hooks/charmhelpers/fetch/__init__.py", line 428, in _run_apt_command 2015-07-30 07:27:15 INFO install result = subprocess.check_call(cmd, env=env) 2015-07-30 07:27:15 INFO install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call 2015-07-30 07:27:15 INFO install raise CalledProcessError(retcode, cmd) 2015-07-30 07:27:15 INFO install subprocess.CalledProcessError: Command '['apt-get', '--assume-yes', '--option=Dpkg::Options::=--force-confold', 'install', 'corosync', 'pacemaker', 'ipmitool', 'libnagios-plugin-perl']' returned non-zero exit status 100 2015-07-30 07:27:15 INFO juju.worker.uniter.context context.go:543 handling reboot 2015-07-30 07:27:15 ERROR juju.worker.uniter.operation runhook.go:103 hook "install" failed: exit status 1 ** Affects: pacemaker (Ubuntu) Importance: Undecided Status: New ** Affects: hacluster (Juju Charms Collection) Importance: Undecided Status: New ** Tags: amulet openstack uosci -- hacluster install hook fails on Vivid and Wily (pacemaker /var/lib/heartbeat home dir ownership issue) https://bugs.launchpad.net/bugs/1479661 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. -- 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 1487039] Re: ARM Asterisk Failures Repeating Causing High CPU Usage
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we cannot work on this bug because your description didn't include enough information. You may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem. At a minimum, we need: 1. the specific steps or actions you took that caused you to encounter the problem, 2. the behavior you expected, and 3. the behavior you actually encountered (in as much detail as possible). You mention "unusual activity" but do not mention what activity and "warnings/errors" but have not provided them. Please provide detailed steps to reproduce. Once done, please change the bug status back to New. Setting Importance -> Low as this is not a common platform for Ubuntu users. Patches welcome. Thanks! ** Changed in: asterisk (Ubuntu) Status: New => Incomplete ** Changed in: asterisk (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to asterisk in Ubuntu. https://bugs.launchpad.net/bugs/1487039 Title: ARM Asterisk Failures Repeating Causing High CPU Usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1487039/+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 1486560] Re: package golang-go 2:1.4.2-3ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in package golang-go.tools 0.0~hg20140703-4
** Changed in: golang (Ubuntu) Status: Confirmed => Triaged ** Changed in: golang (Ubuntu) Importance: Undecided => High -- 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/1486560 Title: package golang-go 2:1.4.2-3ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in package golang-go.tools 0.0~hg20140703-4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1486560/+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 1486931] Re: [LTCTest][Opal][OP810] ipmitool 1.8.13-1ubuntu0.3 version is still not working for in-band HPM upgrade
Was this not verified working by Breno when he marked verification-done- trusty in bug 1481780? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ipmitool in Ubuntu. https://bugs.launchpad.net/bugs/1486931 Title: [LTCTest][Opal][OP810] ipmitool 1.8.13-1ubuntu0.3 version is still not working for in-band HPM upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1486931/+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 1487242] Re: package squid3 3.3.8-1ubuntu6.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
>From log: FATAL: Bungled /etc/squid3/squid.conf line 753: acl aclname localport 3128 ...# TCP port the client connected to [fast] -- 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/1487242 Title: package squid3 3.3.8-1ubuntu6.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1487242/+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 1487230] Re: package bind9 1:9.9.5.dfsg-3ubuntu0.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Thank you for taking the time to report this bug and helping to make Ubuntu better. Since it seems likely to me that this is a local configuration problem, rather than a bug in Ubuntu, I'm marking this bug as Incomplete. If indeed this is a local configuration problem, you can find pointers to get help for this sort of problem here: http://www.ubuntu.com/support/community Or if you believe that this is really a bug, then you may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem, explain why you believe this is a bug in Ubuntu rather than a problem specific to your system, and then change the bug status back to New. ** Changed in: bind9 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/1487230 Title: package bind9 1:9.9.5.dfsg-3ubuntu0.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1487230/+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 1487242] Re: package squid3 3.3.8-1ubuntu6.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Thank you for your report. This looks like a local configuration problem, rather than a bug in Ubuntu. Given that you modified /etc/squid3/squid.conf manually, my comments in bug 1370602 also apply to your case. You can find pointers to get help for this sort of problem here: http://www.ubuntu.com/support/community Since we use this bug tracker to track bugs in Ubuntu, rather than configuration problems, I'm marking this bug as Invalid. This helps us to focus on fixing bugs in Ubuntu. If you believe that this is really a bug, then you may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem, explain why you believe this is a bug in Ubuntu rather than a problem specific to your system, and then change the bug status back to New. ** Changed in: squid3 (Ubuntu) Status: New => Invalid -- 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/1487242 Title: package squid3 3.3.8-1ubuntu6.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1487242/+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 1487361] Re: 6.9 stopped respecting "User" in previous stanzas
I think this was deliberate upstream, probably this: - ssh(1): Tweak config re-parsing with host canonicalisation - make the second pass through the config files always run when host name canonicalisation is enabled (and not whenever the host name changes) In fact this was not documented to work before; even in Debian stable the documentation for Host says "The host is the hostname argument given on the command line (i.e. the name is not converted to a canonicalized host name before matching)." Try "CanonicalizeHostname yes", which is documented to control this. -- 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/1487361 Title: 6.9 stopped respecting "User" in previous stanzas To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1487361/+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 1487283] Re: DNS forwarding doesn't work because MAAS enables dnssec
*** This bug is a duplicate of bug 1384334 *** https://bugs.launchpad.net/bugs/1384334 ** This bug has been marked a duplicate of bug 1384334 dnssec failures cause nodes to be unable to resolve external addresses -- 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/1487283 Title: DNS forwarding doesn't work because MAAS enables dnssec To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1487283/+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 1487361] Re: 6.9 stopped respecting "User" in previous stanzas
Andy pointed out "Match"; I haven't heard of/used it before, but doing Match Host *.canonical.com User pitti gives exactly the same behaviour. -- 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/1487361 Title: 6.9 stopped respecting "User" in previous stanzas To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1487361/+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 1487361] Re: 6.9 stopped respecting "User" in previous stanzas
** Description changed: My ~/.ssh/config has Host *.canonical.com - User pitti + User pitti and some convenience aliases as the actual host names change from time to time: Host cdimage - HostName nusakan.canonical.com + HostName nusakan.canonical.com Host langpack - HostName macquarie.canonical.com + HostName macquarie.canonical.com For years, until the previous Wily version 6.7 this was working as expected. But since today with 6.9 trying to ssh to e. g. langpack stopped taking the "User pitti" into account: $ ssh -v cdimage [...] debug1: Authenticating to nusakan.canonical.com:22 as 'martin' [...] Permission denied (publickey). "martin" is my local user name at my laptop, i. e. the default when "User" isn't set. + If I don't use the alias and do "ssh nusakan.canonical.com" it does + apply the User setting. + ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: openssh-client 1:6.9p1-1 ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 Uname: Linux 4.1.0-3-generic x86_64 ApportVersion: 2.18-0ubuntu7 Architecture: amd64 CurrentDesktop: Unity Date: Fri Aug 21 10:14:46 2015 EcryptfsInUse: Yes RelatedPackageVersions: - ssh-askpass N/A - libpam-sshN/A - keychain N/A - ssh-askpass-gnome 1:6.9p1-1 + ssh-askpass N/A + libpam-sshN/A + keychain N/A + ssh-askpass-gnome 1:6.9p1-1 SSHClientVersion: OpenSSH_6.9p1 Ubuntu-1, OpenSSL 1.0.2d 9 Jul 2015 SourcePackage: openssh UpgradeStatus: No upgrade log present (probably fresh install) -- 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/1487361 Title: 6.9 stopped respecting "User" in previous stanzas To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1487361/+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 1487361] Re: 6.9 stopped respecting "User" in previous stanzas
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openssh (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/1487361 Title: 6.9 stopped respecting "User" in previous stanzas To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1487361/+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 1487361] [NEW] 6.9 stopped respecting "User" in previous stanzas
Public bug reported: My ~/.ssh/config has Host *.canonical.com User pitti and some convenience aliases as the actual host names change from time to time: Host cdimage HostName nusakan.canonical.com Host langpack HostName macquarie.canonical.com For years, until the previous Wily version 6.7 this was working as expected. But since today with 6.9 trying to ssh to e. g. langpack stopped taking the "User pitti" into account: $ ssh -v cdimage [...] debug1: Authenticating to nusakan.canonical.com:22 as 'martin' [...] Permission denied (publickey). "martin" is my local user name at my laptop, i. e. the default when "User" isn't set. If I don't use the alias and do "ssh nusakan.canonical.com" it does apply the User setting. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: openssh-client 1:6.9p1-1 ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 Uname: Linux 4.1.0-3-generic x86_64 ApportVersion: 2.18-0ubuntu7 Architecture: amd64 CurrentDesktop: Unity Date: Fri Aug 21 10:14:46 2015 EcryptfsInUse: Yes RelatedPackageVersions: ssh-askpass N/A libpam-sshN/A keychain N/A ssh-askpass-gnome 1:6.9p1-1 SSHClientVersion: OpenSSH_6.9p1 Ubuntu-1, OpenSSL 1.0.2d 9 Jul 2015 SourcePackage: openssh UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: openssh (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: amd64 apport-bug wily -- 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/1487361 Title: 6.9 stopped respecting "User" in previous stanzas To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1487361/+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