[Bug 1609043] Re: mysqld: relocation error: mysqld: symbol _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time referen

2017-03-30 Thread Mike McCracken
I have just seen this - with the following symbol error being thrown
when trying to run 'apt' or 'apt-get', etc:

apt: relocation error: /usr/lib/x86_64-linux-gnu/libapt-private.so.0.0:
symbol
_ZN13pkgSourceList16AddVolatileFilesER11CommandLinePSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EE,
version APTPKG_5.0 not defined in file libapt-pkg.so.5.0 with link time
reference


I have never had the "PPA for Ubuntu Toolchain Uploads" installed.

This is on a zesty server install. I have the latest libstdc++.so.6.0.22
version as mentioned in #4, and I'm going to try downgrading to .21

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1609043

Title:
  mysqld: relocation error: mysqld: symbol
  _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE, version
  GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time
  reference

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-6/+bug/1609043/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1575377] Re: blank return strings from processing scripts cause json parse error

2016-04-28 Thread Mike McCracken
I verified that an install finished cleanly with no JSON parsing errors
using 0.1.1

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1575377

Title:
  blank return strings from processing scripts cause json parse error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/conjure-up/+bug/1575377/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573176] Re: [SRU] Juju 2.0 for Xenial

2016-04-26 Thread Mike McCracken
I tested the package version 2.0~beta6-0ubuntu1.16.04.1 from xenial-
proposed and can verify that bug 1572237 is fixed in that package.

As when testing that bug, I used juju and conjure-up to deploy openstack
onto lxd containers. I saw no agent-lost errors.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573176

Title:
  [SRU] Juju 2.0 for Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1573176/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1509414] [NEW] lxc postinst script checks available interfaces, can choose

2015-10-23 Thread Mike McCracken
Public bug reported:

The released wily image preinstalls lxc, which breaks the assumption
that lxc's preinst packaging script makes:

It inspects the network to try to pick a 10.0.N.0 network that isn't
being used, with N starting at 3, so this appears to have picked
10.0.3.0 when it was installed on whatever system was generating the
image. This conflicts with the network that eth0 gets attached to when
the image is brought up in a container, because it gets attached to the
host's lxcbr0, which is using 10.0.3.x.

This affects LXC, and should affect LXD but doesn't currently. (see #2)
The easiest way to reproduce this is to use the ubuntu-cloud lxc template on a 
wily host:

sudo lxc-create -t ubuntu-cloud -n wily
sudo lxc-start -n wily
sudo lxc-attach -n wily
# inside container, test connectivity, eg:
apt-get update

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


** Tags: cloud-installer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1509414

Title:
  lxc postinst script checks available interfaces, can choose

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499359] Re: LVM based container migration lose parent block device

2015-09-28 Thread Mike McCracken
As discussed on IRC, the container created on the target will not be
created as a snapshot of the image LV, it will instead be a fresh empty
LV with a full copy of the source container. This is suboptimal and it
is planned to improve it, but aside from the additional transfer time
for the rsync and the space inefficiency, the container should still
work.

However, in IRC, jamespage mentioned that he thought it wasn't working,
so I've marked the bug as incomplete pending a re-check:

[09:18:59] > hi jamespage is the issue with that bug that the resulting LV is 
not COW? If so, that's known and it's a planned optimization to first do a 
snapshot of the base image at the target and then do the rsync. but we haven't 
gotten to those migration optimizations in any of the storage backends yet. Is 
this blocking anything?
[09:19:59]  mmcc, the container was migrated between two hosts; on 
the first host it worked ok; on the target it lost its parent - I don't think 
its at-all functional now
[09:20:22]  but I'd have to check


** Changed in: lxd (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499359

Title:
  LVM based container migration lose parent block device

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1485785] Re: simplestreams in trusty ignores http 403 when downloading imag

2015-08-17 Thread Mike McCracken
Additional info - the version of simplestreams in use at the external
site is from a PPA, and is just rev 354:
http://bazaar.launchpad.net/~smoser/simplestreams/trunk/revision/354

That's the rev that adds progress callbacks.

I looked through the commit messages since then and it doesn't look like
this particular bug was squashed yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1485785

Title:
  simplestreams in trusty ignores http 403 when downloading imag

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1485785] [NEW] simplestreams in trusty ignores http 403 when downloading imag

2015-08-17 Thread Mike McCracken
Public bug reported:


a recent bug in the cloud-images service caused the metadata to have an 
incorrect path, which meant that simplestreams got a 403 when requesting an 
image. However it swallowed that error and apparently uploaded 384 bytes of 
something, possibly an error HTML page, as the new image to a user's glance 
store, when used as part of the glance-simplestreams-sync charm.

Here's an edited bit of log from http://paste.ubuntu.com/12112343/ (this
snippet starts at line 2303 in there)

First we see they have a real 20150810 image, size=258343424.

DEBUG * 08-15 06:41:20 [PID:2747] * glanceclient.common.http * curl -i -X 
GET -H 'X-Auth-Token: fe1ca44f89f24174a9ccf3418fddf9d3' -H 'Content-Type: 
application/json' -H 'User-Agent: python-glanceclient' 
http://10.16.100.108:9292/v1/images/detail?limit=20
DEBUG * 08-15 06:41:20 [PID:2747] * glanceclient.common.http * 
HTTP/1.1 200 OK
date: Sat, 15 Aug 2015 06:41:20 GMT
content-length: 3746
content-type: application/json; charset=UTF-8
x-openstack-request-id: req-req-1c273480-d084-46d9-b951-64ba5714d605

{"images": [{"status": "active", "deleted_at": null, "name": 
"auto-sync/ubuntu-trusty-14.04-amd64-server-20150810-disk1.img", "deleted": 
false, "container_format": "bare", "created_at": "2015-08-12T06:46:58.00", 
"disk_format": "qcow2", "updated_at": "2015-08-12T06:47:00.00", "min_disk": 
0, "protected": false, "id": "016346a7-8b29-4f2d-8391-e7ad85968ce0", "min_ram": 
0, "checksum": "9cf87eeb3c6595fc3965ccf7d9941360", "owner": 
"f011a026b2fc4165b99ae4740f467d1d", "is_public": true, "virtual_size": null, 
"properties": {"item_name": "disk1.img", "architecture": "x86_64", 
"version_name": "20150810", "content_id": "auto.sync", "product_name": 
"com.ubuntu.cloud:server:14.04:amd64", "source_content_id": 
"com.ubuntu.cloud:released:download"}, "size": 258343424}, 
 snip, edited out a bunch of non-ubuntu images in their glance
]}

## then we see that it got new metadata and decided to delete 0810 and
get 0813.

INFO  * 08-15 06:41:20 [PID:2747] * sstreams * 
com.ubuntu.cloud:released:download/com.ubuntu.cloud:server:15.04:arm64: 
to_add=[u'20150729'] to_remove=[]
INFO  * 08-15 06:41:20 [PID:2747] * sstreams * 
com.ubuntu.cloud:released:download/com.ubuntu.cloud:server:13.04:amd64: 
to_add=[u'20140111'] to_remove=[]
INFO  * 08-15 06:41:20 [PID:2747] * sstreams * 
com.ubuntu.cloud:released:download/com.ubuntu.cloud:server:15.04:ppc64el: 
to_add=[u'20150729'] to_remove=[]
INFO  * 08-15 06:41:20 [PID:2747] * sstreams * 
com.ubuntu.cloud:released:download/com.ubuntu.cloud:server:15.04:armhf: 
to_add=[u'20150729'] to_remove=[]
INFO  * 08-15 06:41:20 [PID:2747] * sstreams * 
com.ubuntu.cloud:released:download/com.ubuntu.cloud:server:15.04:amd64: 
to_add=[u'20150729'] to_remove=[]
INFO  * 08-15 06:41:20 [PID:2747] * sstreams * 
com.ubuntu.cloud:released:download/com.ubuntu.cloud:server:10.04:amd64: 
to_add=[u'20150427'] to_remove=[]
INFO  * 08-15 06:41:20 [PID:2747] * sstreams * 
com.ubuntu.cloud:released:download/com.ubuntu.cloud:server:14.10:arm64: 
to_add=[u'20150723'] to_remove=[]
INFO  * 08-15 06:41:20 [PID:2747] * sstreams * 
com.ubuntu.cloud:released:download/com.ubuntu.cloud:server:14.04:amd64: 
to_add=[u'20150813'] to_remove=[u'20150810']
DEBUG * 08-15 06:41:20 [PID:2747] * sstreams * getting local copy of 
http://cloud-images.ubuntu.com/releases/server/releases/trusty/release-20150813/ubuntu-14.04-server-cloudimg-amd64-disk1.img
INFO  * 08-15 06:41:20 [PID:2747] * urllib3.connectionpool * Starting new 
HTTP connection (1): cloud-images.ubuntu.com
DEBUG * 08-15 06:41:20 [PID:2747] * urllib3.connectionpool * Setting read 
timeout to 
DEBUG * 08-15 06:41:20 [PID:2747] * urllib3.connectionpool * "GET 
/releases/server/releases/trusty/release-20150813/ubuntu-14.04-server-cloudimg-amd64-disk1.img
 HTTP/1.1" 403 289

## uh oh, that path is bad and we got a 403 with 289 bytes left. we
should bail here, but instead we upload to glance:


DEBUG * 08-15 06:41:20 [PID:2747] * glanceclient.common.http * curl -i -X 
POST -H 'x-image-meta-property-source_content_id: 
com.ubuntu.cloud:released:download' -H 'X-Auth-Token: 
fe1ca44f89f24174a9ccf3418fddf9d3' -H 'x-image-meta-property-version_name: 
20150813' -H 'x-image-meta-property-product_name: 
com.ubuntu.cloud:server:14.04:amd64' -H 'x-image-meta-checksum: 
f655dd7ce96dd5b76b663edcec931b8e' -H 'Transfer-Encoding: chunked' -H 
'x-image-meta-container_format: bare' -H 'x-image-meta-property-content_id: 
auto.sync' -H 'User-Agent: python-glanceclient' -H 
'x-image-meta-property-item_name: disk1.img' -H 
'x-image-meta-property-architecture: x86_64' -H 'x-image-meta-is_public: True' 
-H 'x-image-meta-size: 384' -H 'Content-Type: application/octet-stream' -H 
'x-image-meta-disk_format: qcow2' -H 'x-image-meta-name: 
auto-sync/ubuntu-trusty-14.04-amd64-server-20150813-disk1.img' -d '' 
http://10.16.100.108:9292/v1/images

## note the image-meta-size

[Bug 1485089] Re: package isc-dhcp-server 4.3.1-5ubuntu2.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 100

2015-08-14 Thread Mike McCracken
see also https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1485090

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1485089

Title:
  package isc-dhcp-server 4.3.1-5ubuntu2.1 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1485089/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1485089] [NEW] package isc-dhcp-server 4.3.1-5ubuntu2.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 100

2015-08-14 Thread Mike McCracken
Public bug reported:

install failure during do-release-upgrade from vivid to wily

seems to be not a coincidence that maas-dhcp 1.7.6 failed immediately
after.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: isc-dhcp-server 4.3.1-5ubuntu2.1
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.18-0ubuntu6
Architecture: amd64
Date: Fri Aug 14 12:10:01 2015
DhServerLeases:
 
DuplicateSignature: package:isc-dhcp-server:4.3.1-5ubuntu2.1:subprocess new 
pre-removal script returned error exit status 100
ErrorMessage: subprocess new pre-removal script returned error exit status 100
InstallationDate: Installed on 2014-04-15 (485 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=2855a735-f240-4e8a-a2ef-2361fafe8731 ro
SourcePackage: isc-dhcp
Title: package isc-dhcp-server 4.3.1-5ubuntu2.1 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 100
UpgradeStatus: Upgraded to wily on 2015-08-14 (0 days ago)
upstart.isc-dhcp-server.override: manual

** Affects: isc-dhcp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package dist-upgrade wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1485089

Title:
  package isc-dhcp-server 4.3.1-5ubuntu2.1 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1485089/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1485090] [NEW] package maas-dhcp 1.7.6+bzr3376-0ubuntu2~15.04.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 100

2015-08-14 Thread Mike McCracken
Public bug reported:

package failed to install during do-release-upgrade from vivid to wily

happened immediately after https://bugs.launchpad.net/ubuntu/+source
/isc-dhcp/+bug/1485089

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: maas-dhcp 1.7.6+bzr3376-0ubuntu2~15.04.1
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.18-0ubuntu6
Architecture: amd64
Date: Fri Aug 14 12:11:32 2015
DuplicateSignature: package:maas-dhcp:1.7.6+bzr3376-0ubuntu2~15.04.1:subprocess 
new pre-removal script returned error exit status 100
ErrorMessage: subprocess new pre-removal script returned error exit status 100
InstallationDate: Installed on 2014-04-15 (485 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.2ubuntu1
 apt  1.0.9.10ubuntu1
SourcePackage: maas
Title: package maas-dhcp 1.7.6+bzr3376-0ubuntu2~15.04.1 failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 
100
UpgradeStatus: Upgraded to wily on 2015-08-14 (0 days ago)

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


** Tags: amd64 apport-package dist-upgrade wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1485090

Title:
  package maas-dhcp 1.7.6+bzr3376-0ubuntu2~15.04.1 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 100

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1470149] [NEW] uvt-kvm wait --insecure fails on systemd-using guests

2015-06-30 Thread Mike McCracken
Public bug reported:

Using a 14.04.2 host, running a 15.04 guest, uvt-kvm wait waits forever
because systemd goes straight to runlevel 5

This is fixed in uvtool upstream by 
http://bazaar.launchpad.net/~uvtool-dev/uvtool/trunk/revision/94
and I'd like that fix to be SRU'd into Trusty.

** Affects: uvtool (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: uvtool (Ubuntu Trusty)
 Importance: Medium
 Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1470149

Title:
  uvt-kvm wait --insecure fails on systemd-using guests

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1457540] Re: cannot convert lv to type thin-pool on trusty

2015-05-21 Thread Mike McCracken
** Summary changed:

- cannot convert lv to type thing-pool on trusty
+ cannot convert lv to type thin-pool on trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1457540

Title:
  cannot convert lv to type thin-pool on trusty

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387002] [NEW] typo in maas-region-controller.postrm stops remove/purge from correctly calling dbconfig

2014-10-29 Thread Mike McCracken
Public bug reported:

line 9 of maas-region-controller.postrm tests for the existence of '/etc
/dbconfig-common/maas.conf', which will not exist. the file that gets
created is instead maas-region-controller.conf. since that test is never
true, the call to dbc_go to do the postrm.pgsql stuff never happens.

This appears to contribute to some flakiness involving purging and
reinstalling maas.

On one server that I'm currently having difficulty with, I had a /etc
/dbconfig-common/maas-region-controller.conf that was two months (and
several maas versions) old, despite having purged several times.

I think this is related to the error messages I was seeing when purging,
including errors about wrong password for user maas. The
local_settings.py I saw had a password of 'maas', but that .conf file
had a different password.

Unfortunately, while this appears to be a legitimate typo bug, manually
fixing it and re-running the purge did not fix my problems:

Setting up maas-region-controller (1.7.0~beta8+bzr3273-0ubuntu1~trusty1) ...
dpkg: error processing package maas-region-controller (--configure):
 subprocess installed post-installation script returned error exit status 10

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


** Tags: cloud-installer

** Description changed:

- 
- line 9 of maas-region-controller.postrm tests for the existence of 
'/etc/dbconfig-common/maas.conf', which will not exist. the file that gets 
created is instead maas-region-controller.conf. since that test is never true, 
the call to dbc_go to do the postrm.pgsql stuff never happens.
+ line 9 of maas-region-controller.postrm tests for the existence of '/etc
+ /dbconfig-common/maas.conf', which will not exist. the file that gets
+ created is instead maas-region-controller.conf. since that test is never
+ true, the call to dbc_go to do the postrm.pgsql stuff never happens.
  
  This appears to contribute to some flakiness involving purging and
  reinstalling maas.
  
  On one server that I'm currently having difficulty with, I had a /etc
  /dbconfig-common/maas-region-controller.conf that was two months (and
  several maas versions) old, despite having purged several times.
  
  I think this is related to the error messages I was seeing when purging,
  including errors about wrong password for user maas. The
  local_settings.py I saw had a password of 'maas', but that .conf file
  had a different password.
+ 
+ Unfortunately, while this appears to be a legitimate typo bug, manually
+ fixing it and re-running the purge did not fix my problems.

** Description changed:

  line 9 of maas-region-controller.postrm tests for the existence of '/etc
  /dbconfig-common/maas.conf', which will not exist. the file that gets
  created is instead maas-region-controller.conf. since that test is never
  true, the call to dbc_go to do the postrm.pgsql stuff never happens.
  
  This appears to contribute to some flakiness involving purging and
  reinstalling maas.
  
  On one server that I'm currently having difficulty with, I had a /etc
  /dbconfig-common/maas-region-controller.conf that was two months (and
  several maas versions) old, despite having purged several times.
  
  I think this is related to the error messages I was seeing when purging,
  including errors about wrong password for user maas. The
  local_settings.py I saw had a password of 'maas', but that .conf file
  had a different password.
  
  Unfortunately, while this appears to be a legitimate typo bug, manually
- fixing it and re-running the purge did not fix my problems.
+ fixing it and re-running the purge did not fix my problems:
+ 
+ Setting up maas-region-controller (1.7.0~beta8+bzr3273-0ubuntu1~trusty1) ...
+ dpkg: error processing package maas-region-controller (--configure):
+  subprocess installed post-installation script returned error exit status 10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387002

Title:
  typo in maas-region-controller.postrm stops remove/purge from
  correctly calling dbconfig

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1346528] Re: maas-dhcp fails to install if isc-dhcp-server is not yet fully installed

2014-07-25 Thread Mike McCracken
FWIW, this happened again just now with an earlier (non PPA I guess)
version of maas-dhcp:

Setting up isc-dhcp-server (4.2.4-7ubuntu12) ...
isc-dhcp-server start/running, process 11190
isc-dhcp-server6 stop/pre-start, process 11233
Setting up maas-dhcp (1.5.2+bzr2282-0ubuntu0.2) ...
stop: Unknown instance: 
invoke-rc.d: initscript isc-dhcp-server, action "stop" failed.
dpkg: error processing package maas-dhcp (--configure):
 subprocess installed post-installation script returned error exit status 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1346528

Title:
  maas-dhcp fails to install if isc-dhcp-server is not yet fully
  installed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1339842] Re: GlanceMirror item filters are hardcoded

2014-07-22 Thread Mike McCracken
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1339842

Title:
  GlanceMirror item filters are hardcoded

To manage notifications about this bug go to:
https://bugs.launchpad.net/simplestreams/+bug/1339842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1340983] [NEW] GlanceMirror class does not expose progress update callbacks

2014-07-11 Thread Mike McCracken
Public bug reported:


The GlanceMirror class has no callback to provide progress updates on
image downloads. OS images are often large enough (and you may be
syncing several images) that this presents a serious UX problem during
which a user (or client program) of simplestreams will not be able to
tell that anything is happening.

The attached diff exposes progress update callbacks with a minimum of
changes to existing program logic. The GlanceMirror class gets a basic
callback, and calling code is expected to handle figuring out what
images will be downloaded and their size before calling
GlanceMirror.sync(). In order to help with this, a separate class
"ItemInfoDryRunMirror" is added, to make use of the same filter logic
that GlanceMirror will use but instead just collect a list of images
to download and their size.

Since this is provided as optional keyword arguments, existing users
will not be affected.

[Test Case]

>From the source tree top directory,

PYTHONPATH=. tools/sstream-mirror-glance --max=1 -v -v -v --output-dir \
images/ --cloud-name test_cloud --content-id test_content \
--keyring /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg \
http://cloud-images.ubuntu.com/releases/ streams/v1/index.json

And verify that it prints status updates to stdout. The
sstream-mirror-glance tool has been updated to use the new api in
GlanceMirror.

[Regression Potential]

This has limited regression potential, because the new functionality
is provided as optional arguments. If anything is running the
sstream-mirror-glance script and parsing its output, that may break,
but that seems very unlikely because that script does not currently
produce anything useful to parse.

** Affects: simplestreams
 Importance: Undecided
 Status: New

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

** Also affects: simplestreams (Ubuntu)
   Importance: Undecided
   Status: New

** Branch linked: lp:~mikemc/simplestreams/glance-extra-progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1340983

Title:
  GlanceMirror class does not expose progress update callbacks

To manage notifications about this bug go to:
https://bugs.launchpad.net/simplestreams/+bug/1340983/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1339842] Re: GlanceMirror item filters are hardcoded

2014-07-11 Thread Mike McCracken
** Description changed:

- 
  The GlanceMirror class has a hard-coded filter for items to be
- downloaded. 
+ downloaded.
  
  Anyone using it directly or via the script in
  tools/sstream-mirror-glance to load images into an openstack cloud
  will end up with a large number of images, at least one for each of
  the available release series, and only x86_64 or amd64.
  
  It is likely that users will want to be able to limit the images they
  download to just one release, and may want to be able to download
  images for other architectures, such as arm*.
  
- The uploaded package simply exposes the existing filter mechanism as a
+ The attached diff simply exposes the existing filter mechanism as a
  config option, using the previous hardcoded values as defaults.
  
  This config option is used (currently it is just ignored by the
  published simplestreams code) in an charm that is released on the
  charm store for trusty, 'glance-simplestreams-sync'. Users of
  OpenStack on Trusty are likely to want the option to control image
  downloads via that charm.
  
  [Test Case]
  
  In an openstack cloud, with proper openstack env vars (OS_USERNAME,
  OS_PASSWORD, OS_REGION etc), run the sstream-mirror-glance tool to
  download images locally:
  
  from the source tree top directory,
  
  PYTHONPATH=. tools/sstream-mirror-glance --max=1 -v -v -v --output-dir \
  images/ --cloud-name test_cloud --content-id test_content \
  --keyring /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg \
  http://cloud-images.ubuntu.com/releases/ streams/v1/index.json
  
  verify that it downloads many images. This may take a while.  If you
  like, you can just check that it will download an image for an old
  series like raring or quantal.
  
  Clean up after it by removing the images/ directory.
  
  Then with the update applied, from the source tree top dir:
  
  PYTHONPATH=. tools/sstream-mirror-glance --max=1 -v -v -v --output-dir \
  images/ --cloud-name test_cloud --content-id test_content \
  --keyring /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg \
  --item-filter="release=trusty" --item-filter="arch=arm64" \
  http://cloud-images.ubuntu.com/releases/ streams/v1/index.json
  
  and verify that it downloads only one matching image, trusty on arm64.
  
  [Regression Potential]
  
  This has very limited regression potential, because anyone relying on
  the existing behavior will still get it because the previous behavior
  is retained via defaults.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1339842

Title:
  GlanceMirror item filters are hardcoded

To manage notifications about this bug go to:
https://bugs.launchpad.net/simplestreams/+bug/1339842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1339842] Re: GlanceMirror item filters are hardcoded

2014-07-11 Thread Mike McCracken
The debdiff posted above is against current source from trusty,
0.1.0~bzr341-0ubuntu1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1339842

Title:
  GlanceMirror item filters are hardcoded

To manage notifications about this bug go to:
https://bugs.launchpad.net/simplestreams/+bug/1339842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1339842] Re: GlanceMirror item filters are hardcoded

2014-07-11 Thread Mike McCracken
** Patch added: "simplestreams-1339842.debdiff"
   
https://bugs.launchpad.net/simplestreams/+bug/1339842/+attachment/4150733/+files/simplestreams-1339842.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1339842

Title:
  GlanceMirror item filters are hardcoded

To manage notifications about this bug go to:
https://bugs.launchpad.net/simplestreams/+bug/1339842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1339842] [NEW] GlanceMirror item filters are hardcoded

2014-07-09 Thread Mike McCracken
Public bug reported:


The GlanceMirror class has a hard-coded filter for items to be
downloaded. 

Anyone using it directly or via the script in
tools/sstream-mirror-glance to load images into an openstack cloud
will end up with a large number of images, at least one for each of
the available release series, and only x86_64 or amd64.

It is likely that users will want to be able to limit the images they
download to just one release, and may want to be able to download
images for other architectures, such as arm*.

The uploaded package simply exposes the existing filter mechanism as a
config option, using the previous hardcoded values as defaults.

This config option is used (currently it is just ignored by the
published simplestreams code) in an charm that is released on the
charm store for trusty, 'glance-simplestreams-sync'. Users of
OpenStack on Trusty are likely to want the option to control image
downloads via that charm.

[Test Case]

In an openstack cloud, with proper openstack env vars (OS_USERNAME,
OS_PASSWORD, OS_REGION etc), run the sstream-mirror-glance tool to
download images locally:

from the source tree top directory,

PYTHONPATH=. tools/sstream-mirror-glance --max=1 -v -v -v --output-dir \
images/ --cloud-name test_cloud --content-id test_content \
--keyring /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg \
http://cloud-images.ubuntu.com/releases/ streams/v1/index.json

verify that it downloads many images. This may take a while.  If you
like, you can just check that it will download an image for an old
series like raring or quantal.

Clean up after it by removing the images/ directory.

Then with the update applied, from the source tree top dir:

PYTHONPATH=. tools/sstream-mirror-glance --max=1 -v -v -v --output-dir \
images/ --cloud-name test_cloud --content-id test_content \
--keyring /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg \
--item-filter="release=trusty" --item-filter="arch=arm64" \
http://cloud-images.ubuntu.com/releases/ streams/v1/index.json

and verify that it downloads only one matching image, trusty on arm64.

[Regression Potential]

This has very limited regression potential, because anyone relying on
the existing behavior will still get it because the previous behavior
is retained via defaults.

** Affects: simplestreams
 Importance: Undecided
 Status: Fix Committed

** Affects: simplestreams (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: cloud-installer

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

** Changed in: simplestreams
   Status: New => Fix Committed

** Branch linked: lp:~mikemc/simplestreams/add-filters-glance

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1339842

Title:
  GlanceMirror item filters are hardcoded

To manage notifications about this bug go to:
https://bugs.launchpad.net/simplestreams/+bug/1339842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1328166] Re: /etc/cron.d/maas_remote_syslog_compress not removed on package uninstall

2014-06-11 Thread Mike McCracken
Thanks for testing. I had thought I'd used purge via a separate script,
but now that I look back I'm not sure.

My apologies for the bug spam

** Changed in: maas (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1328166

Title:
  /etc/cron.d/maas_remote_syslog_compress not removed on package
  uninstall

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1289541] [NEW] errors in click::Index::get_details not handled by preview

2014-03-07 Thread Mike McCracken
Public bug reported:

any errors in the web call to get details are ignored by the preview.

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289541

Title:
  errors in click::Index::get_details not handled by preview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1289541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1289533] [NEW] OPEN_ACCOUNTS action is ignored by scope

2014-03-07 Thread Mike McCracken
Public bug reported:

this action is hit when a creds error is raised during install.

it should do something to open the system-settings accounts page but
currently is not handled at all by the scope

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289533

Title:
  OPEN_ACCOUNTS action is ignored by scope

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1289533/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1289526] [NEW] errors returned by get_dotdesktop_filename are ignored

2014-03-07 Thread Mike McCracken
Public bug reported:

in click::Scope::perform_action(), if the call out to click --manifest
fails or some other error occurs in getting the correct uri, the error
is just ignored and the dash is just hidden, with no user feedback

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289526

Title:
  errors returned by get_dotdesktop_filename are ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1289526/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1289434] [NEW] uninstall confirmation and error previews send "close_preview" action, which causes scope to send installed preview

2014-03-07 Thread Mike McCracken
Public bug reported:

So if the user sees a download error and clicks 'close', they will be
shown a screen that looks like the app was installed, when it really
wasn't.

The error previews should use an action that lets the scope know which
error was displayed, so it can show the correct next preview.

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289434

Title:
  uninstall confirmation and error previews send "close_preview" action,
  which causes scope to send installed preview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1289434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1288867] [NEW] errors in uninstalling are not reported to the user

2014-03-06 Thread Mike McCracken
Public bug reported:

the success of uninstall () is not checked and no error is reported to
the user.

a convenient way to test this is to manually (not using the scope)
install a click on the desktop, then try uninstalling it using the
scope.

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1288867

Title:
  errors in uninstalling are not reported to the user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1288867/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1279123] Re: dbus errors shown during unit tests for startdownload

2014-02-26 Thread Mike McCracken
IIRC this was actually fixed by mandel, but not sure if it was fixed by code 
changes in UDM or here, or which branch.
At any rate, it now no longer spews these errors.

** Changed in: unity-scope-click (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1279123

Title:
  dbus errors shown during unit tests for startdownload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1279123/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1282803] Re: Apps scope empty

2014-02-21 Thread Mike McCracken
this bug was fixed by the rebuild caused by the release of 
https://code.launchpad.net/~mikemc/unity-scope-click/fix-udm-abi-breakage
the same issue caused build failures, which is what that branch actually fixed.

** Changed in: unity-scope-click (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282803

Title:
  Apps scope empty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1282803/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1282392] [NEW] nothing listens to keyringError signal

2014-02-19 Thread Mike McCracken
Public bug reported:

several places in keyring.cpp emit keyringError, which is not listened
to by ssoservice.

It should be listened to and forwarded as an error to the client of
ssoservice.

I noticed this after the following UOA errors:

2014-02-19 21:33:54,704 - DEBUG - after startDownload in run() 
2014-02-19 21:33:54,704 - DEBUG - findToken(): Using Ubuntu One account ' 215 
'. 
2014-02-19 21:33:54,705 - DEBUG - ../../../../lib/SignOn/identityimpl.cpp 96 
updateState Updating state:  "PendingRegistration" 
SignOn::IdentityImpl(0x42e8ab98) 
2014-02-19 21:33:54,706 - DEBUG - ../../../../lib/SignOn/authsessionimpl.cpp 94 
initInterface 
2014-02-19 21:33:54,706 - DEBUG - ../../../../lib/SignOn/authsessionimpl.cpp 94 
initInterface 
2014-02-19 21:33:54,708 - DEBUG - ../../../../lib/SignOn/identityimpl.cpp 96 
updateState Updating state:  "Ready" SignOn::IdentityImpl(0x42e8ab98) 
2014-02-19 21:33:54,780 - DEBUG - ../../../../lib/SignOn/authsessionimpl.cpp 
184 errorSlot 
QDBusError("com.google.code.AccountsSSO.SingleSignOn.Error.UserInteraction", 
"userActionFinished error: 10") 
2014-02-19 21:33:54,780 - CRITICAL - Error: "userActionFinished error: 10" 


Note the final CRITICAL line, that comes from keyring.cpp's keyringError 
function.

** Affects: ubuntuone-credentials (Ubuntu)
 Importance: High
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282392

Title:
  nothing listens to keyringError signal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-credentials/+bug/1282392/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1282392] Re: nothing listens to keyringError signal

2014-02-19 Thread Mike McCracken
I have no idea how to reproduce the actual error it got, since I don't
know what caused it.

I did get a notification bubble warning me that applications might not
be able to access my UOA accounts, but that wasn't very helpful.

Also, it was intermittent - when I restarted the scope and tried again,
it worked.

So, I think that just surfacing errors in keyring and making sure you
can start over cleanly is the best we can do here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282392

Title:
  nothing listens to keyringError signal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-credentials/+bug/1282392/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281716] [NEW] keyring calls account->sync() multiple times on same account

2014-02-18 Thread Mike McCracken
Public bug reported:


from mardy:

By the way (probably unrelated, but it may be that fixing this will fix
this bug as well), I think that I already pointed out that when creating
an account, the "sync()" method should be called just once; calling it
multiple times could confuse any other processes who are interested in
U1 accounts: if they are running while the account is being created,
they would see the new account being created, but they would find
incomplete information on it, if they try to access it before the second
sync() call has added the CredentialsId field. So, they would probably
be unable to use the account until they are restarted.

** Affects: ubuntuone-credentials (Ubuntu)
 Importance: Low
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281716

Title:
  keyring calls account->sync() multiple times on same account

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-credentials/+bug/1281716/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1279519] [NEW] download manager tests fail on ARM jenkins

2014-02-12 Thread Mike McCracken
Public bug reported:

see e.g.:

http://jenkins.qa.ubuntu.com/job/unity-scope-click-ci/267/

These are also inconsistent on ARM devices. - jenkins fails more tests
than my local nexus 7 device.

** Affects: unity-scope-click (Ubuntu)
 Importance: High
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1279519

Title:
  download manager tests fail on ARM jenkins

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1279519/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1279481] [NEW] scope uses app title to uniquify list of installed applications

2014-02-12 Thread Mike McCracken
Public bug reported:

introduced in this MP: https://code.launchpad.net/~thomas-voss/unity-
scope-click/add_filtering/+merge/206013

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1279481

Title:
  scope uses app title to uniquify list of installed applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1279481/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1279123] [NEW] dbus errors shown during unit tests for startdownload

2014-02-11 Thread Mike McCracken
Public bug reported:

process 23181: arguments to dbus_message_new_method_call() were incorrect, 
assertion "destination == NULL || _dbus_check_is_valid_bus_name (destination)" 
failed in file ../../dbus/dbus-message.c line 1265.
This is normally a bug in some application using the D-Bus library.
process 23181: arguments to dbus_message_set_auto_start() were incorrect, 
assertion "message != NULL" failed in file ../../dbus/dbus-message.c line 2951.
This is normally a bug in some application using the D-Bus library.
process 23181: arguments to dbus_message_iter_init_append() were incorrect, 
assertion "message != NULL" failed in file ../../dbus/dbus-message.c line 2348.
This is normally a bug in some application using the D-Bus library.

** Affects: unity-scope-click (Ubuntu)
 Importance: Medium
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1279123

Title:
  dbus errors shown during unit tests for startdownload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1279123/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1271633] [NEW] libclick needs API for determining the current supported framework(s)

2014-01-22 Thread Mike McCracken
Public bug reported:

unity-scope-click needs to know the currently supported framework(s) to
send to the click apps server in app searches.

from cjwatson's email on Jan 22 2014:

Please file a bug on the Ubuntu click package about this so that I don't
forget.  I think it would be best to add an API for this as part of the
libclick work.  In the meantime the following Python code or equivalent
should be safe (although please include a reference to any packages
where you've open-coded this in your bug report on click):

  def installed_frameworks():
  ext = ".framework"
  for name in os.listdir("/usr/share/click/frameworks"):
  if name.endswith(ext):
  yield name[:-len(ext)]

The corresponding bug for the scope is here:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1267190

** Affects: click (Ubuntu)
 Importance: Medium
 Assignee: Colin Watson (cjwatson)
 Status: Triaged

** Changed in: click (Ubuntu)
 Assignee: (unassigned) => Colin Watson (cjwatson)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1271633

Title:
  libclick needs API for determining the current supported framework(s)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1269058] Re: connect4 always fails to install

2014-01-14 Thread Mike McCracken
> Even so, I don't know what the story for deleting the packages is, so
I'm not actually sure that scenario is possible.

I just looked, and UDM does try to delete the downloaded package once
the package is successfully post-processed (ie, pkcon returns success) -
so a previous successful install shouldn't have left a package to clash
names with.

Unfortunately UDM's FileDownload::onProcessError sends the actual error
to TRACE, but only emits "COMMAND ERROR", so if a previous install
failed for some reason that might have left a file laying around, all
it'll say is "COMMAND ERROR". I filed a separate UDM bug to log more
errors unconditionally.

Of course, once pkcon fails one time, UDM won't delete the downloaded package 
and we'll get the renaming again. 
However, we don't have any evidence here why the package failed to install the 
first time it was downloaded (assuming it wasn't renamed). Jamie, are there any 
earlier log messages about this package in the UDM log?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1269058

Title:
  connect4 always fails to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-download-manager/+bug/1269058/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1269058] Re: connect4 always fails to install

2014-01-14 Thread Mike McCracken
After some discussion and code spelunking, I wonder if this shouldn't be
a unity-scope-click bug.

For some background:

The UUID is only appended by UDM in two cases: if the app is confined,
or if it's unconfined and the client has sent a LOCAL_PATH_KEY metadata
value.

The scope is running as unconfined, as confirmed by the UDM log:
>> 2014-01-13 20:56:41,635 - DEBUG - UNCONFINED APP

but, the scope does not send LOCAL_PATH_KEY, so we get the appending behavior 
from UDM.
I don't think this is necessarily a bug, since UDM can get the filename 
correctly itself, why should the scope bother.

However, the real strange thing to me is why the file already exists in this 
case. The only reasonable explanation I can think of is if the app had already 
been installed and then removed, but the downloaded file still exists, and then 
Jamie tried to install it again.
Jamie, is that the case?
Even so, I don't know what the story for deleting the packages is, so I'm not 
actually sure that scenario is possible.

If there's some way that a download is getting done multiple times or
something, then this is a real bug somewhere, after all. I'm just not
sure where.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1269058

Title:
  connect4 always fails to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-download-manager/+bug/1269058/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1267190] [NEW] list of supported SDK frameworks is hard-coded in ClickWebService

2014-01-08 Thread Mike McCracken
Public bug reported:

private const string SUPPORTED_FRAMEWORKS = "framework:ubuntu-
sdk-13.10";

This needs to be smarter

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1267190

Title:
  list of supported SDK frameworks is hard-coded in ClickWebService

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1267190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1267184] [NEW] apps that are being downloaded/installed are not shown differently from un-installed apps

2014-01-08 Thread Mike McCracken
Public bug reported:

If a user chooses to install an app but doesn't stay on the app preview
while it downloads and installs (or the device sleeps in the meantime),
when they see the list of apps, the app that is being downloaded is
still shown as un-installed, with no distinction made.

This needs design input - some platforms show the app in the list of
'installed apps' (eg iOS home screen) but have a progress bar or some
other badge to show that it's not ready to run yet.

This affects both unity8 and the scope because there will be additional
state for the scope to send to the dash in the apps list results.

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: unity8
 Importance: Undecided
 Status: New

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

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

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1267184

Title:
  apps that are being downloaded/installed are not shown differently
  from un-installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1267184/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1266583] [NEW] debug() log messages not written to log file

2014-01-06 Thread Mike McCracken
Public bug reported:

messages from calls to debug () in the scope code are output to the
screen if G_MESSAGES_DEBUG=all is set but are not written to the disk.

** Affects: unity-scope-click (Ubuntu)
 Importance: Medium
 Assignee: Mike McCracken (mikemc)
 Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1266583

Title:
  debug() log messages not written to log file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1266583/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1262285] Re: logs are deleted too often

2014-01-06 Thread Mike McCracken
they're not overwritten. they were just incomplete.

** Changed in: unity-scope-click (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1262285

Title:
  logs are deleted too often

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1262285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1234972] Re: pause during install without indication work is happening

2014-01-03 Thread Mike McCracken
The preview code in unity8 is what displays the progress bar, and should be 
listening for the processing signal from udm.
bug #1249349 covers adding that support. I'm marking this as invalid for the 
scope because it isn't directly involved.

FWIW, in the cases where an app is being installed when the scope receives a 
request for a preview for it (ie, when you click install then close the 
preview, then go back to the preview after a download but before the install is 
done) - the scope does currently do the right thing - ie, it gets the correct 
object path from UDM to send to the preview, so it can be notified when it's 
done.
There may be some work to do on the preview side to know what to display 
initially in that case, however.

** Changed in: unity-scope-click (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: unity-scope-click (Ubuntu)
 Assignee: Alejandro J. Cura (alecu) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1234972

Title:
  pause during install without indication work is happening

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-download-manager/+bug/1234972/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240493] Re: Some click apps are missing icons after installation

2014-01-03 Thread Mike McCracken
Is this still happening?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240493

Title:
  Some click apps are missing icons after installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1240493/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240510] Re: Many apps are missing preview images

2014-01-03 Thread Mike McCracken
Is this still happening? Since this bug was filed there was found at
least one instance of server misconfiguration that might have caused
this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240510

Title:
  Many apps are missing preview images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1240510/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1265621] [NEW] installed app shows up as uninstalled if preview is closed during install

2014-01-02 Thread Mike McCracken
Public bug reported:

If the app preview is closed during the install, the scope doesn't know
to invalidate results and shows stale info.


1. open preview, install sleepytime (or any larger than trivial size app), wait 
until it's nearly done
2. close preview, maybe let it sleep or whatever. 
2a. wait for long enough so it completes the download.
3. wake the thing up, go back to apps screen

expected: 
sleepytime should be in list of installed apps
or at least, if it's in uninstalled list, when we click on it we should get an 
"installed" preview, with an "open" button.
(NOTE: if it's not done downloading when we open a new preview in it, we will 
get the progress bar correctly in this case. see #2a)

actual:
sleepytime still in list of uninstalled, click on it for preview, still says 
'install'.

potential solution - have scope invalidate results after starting
download instead of waiting for getting the unreliable download
completion signal?

** Affects: unity-scope-click (Ubuntu)
 Importance: High
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265621

Title:
  installed app shows up as uninstalled if preview is closed during
  install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1265621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1263807] [NEW] scope does not check for download progress when preview reopened during download

2013-12-23 Thread Mike McCracken
Public bug reported:

Start install, then close preview and reopen preview before download is
done.

Preview will show 'install' button instead of a progress bar, because
build_default_preview doesn't check for a progress source.

** Affects: unity-scope-click (Ubuntu)
 Importance: High
 Assignee: Mike McCracken (mikemc)
 Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263807

Title:
  scope does not check for download progress when preview reopened
  during download

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1263807/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1262780] [NEW] on download completed action, scope sends ScopeResult.uri instead of dotdesktop uri, breaking "open" button

2013-12-19 Thread Mike McCracken
Public bug reported:

the dotdesktop application:/// uri should be used instead.

** Affects: unity-scope-click (Ubuntu)
 Importance: Critical
 Assignee: Mike McCracken (mikemc)
 Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1262780

Title:
  on download completed action, scope sends ScopeResult.uri instead of
  dotdesktop uri, breaking "open" button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1262780/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1248326] Re: Invalidated tokens not handled gracefully

2013-12-18 Thread Mike McCracken
** Changed in: unity-scope-click (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1248326

Title:
  Invalidated tokens not handled gracefully

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuone-client/+bug/1248326/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1262327] [NEW] click scope crashes while loading

2013-12-18 Thread Mike McCracken
Public bug reported:

in trunk:

% G_MESSAGES_DEBUG=all ./src/click-scope
./src/click-scope: error while loading shared libraries: 
libunity-protocol-private.so.0: cannot open shared object file: No such file or 
directory

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Assignee: Rodney Dawes (dobey)
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1262327

Title:
  click scope crashes while loading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1262327/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1262285] [NEW] logs are deleted too often

2013-12-18 Thread Mike McCracken
Public bug reported:

the log messages saved to ~/.cache/unity-scope-click.log should be
rotated instead of overwritten.

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1262285

Title:
  logs are deleted too often

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1262285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1257466] Re: configure.ac refers to m4/gcov.m4 which won't be found in out-of-source-tree builds

2013-12-13 Thread Mike McCracken
FWIW, this is fixable by just removing the m4_include that fails.
having AC_CONFIG_MACRO_DIR([m4]) and just using the macro in the next line does 
the right thing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1257466

Title:
  configure.ac refers to m4/gcov.m4 which won't be found in out-of-
  source-tree builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1257466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1193141] Re: captcha not loading

2013-10-28 Thread Mike McCracken
I installed version 13.10-0ubuntu1.1 from saucy-proposed, and it fixed
the bug for me.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1193141

Title:
  captcha not loading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-sso-client/+bug/1193141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1125587] Re: Cannot install Steam

2013-02-15 Thread Mike McCracken
Bummer. I guess maybe I shouldn't have assigned achuni after all.
Well, if you're willing to attach new versions of the logs after installing 
oauthlib, I'm happy to look into it a bit further.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1125587

Title:
  Cannot install Steam

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1125587/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1125249] Re: Software center - submitting recommendations fails

2013-02-15 Thread Mike McCracken
actually, I am seeing 500's from the subscriptions_for_me API call , not
the recommendation call.


** Changed in: software-center (Ubuntu)
   Status: Confirmed => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1125249

Title:
  Software center - submitting recommendations fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1125249/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1125249] Re: Software center - submitting recommendations fails

2013-02-14 Thread Mike McCracken
I've confirmed that I see the same output from software-center in trunk
on quantal.

** Changed in: software-center (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1125249

Title:
  Software center - submitting recommendations fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1125249/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1125587] Re: Cannot install Steam

2013-02-14 Thread Mike McCracken
Jonathan, I don't know if this is causing your issue, but there is a
traceback in your software center log that indicates that you're using a
version of piston-mini-client from the canonical-ca-hackers-staging PPA
that doesn't have the right dependency specified. The code recently
switched to using python-oauthlib, but the PPA version has a
debian/control file that specifies python-oauth, so you don't have
oauthlib on your system.

I'm not sure what the right fix for that is, but I wonder if installing
python-oauthlib would fix this bug for you?

I've taken the liberty of assigning this to Anthony since he built that
PPA package.

** Changed in: software-center (Ubuntu)
   Status: New => Confirmed

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) => Anthony Lenton (elachuni)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1125587

Title:
  Cannot install Steam

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1125587/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1122361] Re: right-hand half of launcher icons does not show tooltip on hover or accept mouse clicks

2013-02-12 Thread Mike McCracken
This did not persist after a reboot. Feel free to mark as invalid, and
I'll come back here if it happens again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1122361

Title:
  right-hand half of launcher icons does not show tooltip on hover or
  accept mouse clicks

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1122361] Re: right-hand half of launcher icons does not show tooltip on hover or accept mouse clicks

2013-02-11 Thread Mike McCracken
** Attachment added: "snapshot of tooltip shown when cursor is on left hand 
side of emacs icon"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1122361/+attachment/3524394/+files/with-tool-tip.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1122361

Title:
  right-hand half of launcher icons does not show tooltip on hover or
  accept mouse clicks

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1122361] Re: right-hand half of launcher icons does not show tooltip on hover or accept mouse clicks

2013-02-11 Thread Mike McCracken
** Attachment added: "snapshot of tooltip not shown when cursor is on right 
hand side of emacs icon"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1122361/+attachment/3524393/+files/without-tool-tip.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1122361

Title:
  right-hand half of launcher icons does not show tooltip on hover or
  accept mouse clicks

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1122361] [NEW] right-hand half of launcher icons does not show tooltip on hover or accept mouse clicks

2013-02-11 Thread Mike McCracken
Public bug reported:

On Raring development, in a virtualbox 4.2.6 VM on a mac os x 10.7 host.
- vbox guest additions did not install cleanly, so those are missing

What I did:
- right-clicked on the rhythmbox icon to unlock it from the launcher

What I expected to happen:
- see a menu with the unlock command

What happened instead:
- nothing.
on further investigation, the left half of the icon works as expected, but the 
right half accepts no mouse clicks and does not show the tooltip when hovered 
over.

NOTE: the dash icon at the top works as expected.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unity 6.12.0daily13.02.08-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-5.10-generic 3.8.0-rc6
Uname: Linux 3.8.0-5-generic i686
ApportVersion: 2.8-0ubuntu4
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Mon Feb 11 11:42:41 2013
InstallationDate: Installed on 2013-02-11 (0 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha i386 (20130208)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 raring running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1122361

Title:
  right-hand half of launcher icons does not show tooltip on hover or
  accept mouse clicks

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1081279] [NEW] software-properties-gtk dialog for adding a PPA has example string with 'b' prefix

2012-11-20 Thread Mike McCracken
Public bug reported:

on Quantal, clicking "Add..." from the "other software" tab in the
software sources dialog has the following confusing example string:


The APT line includes the type, location and components of a repository, for 
example  'b'deb http://archive.ubuntu.com/ubuntu quantal main''.


I suspect the 'b' and '' at the end indicate a python-3 related encoding issue.

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1081279

Title:
  software-properties-gtk dialog for adding a PPA has example string
  with 'b' prefix

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1081279/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 985484] Re: Qt control panel says kilobits per second, means kibibytes per second

2012-05-15 Thread Mike McCracken
ralsina -- my suggestion might be mac-ish, I'm still getting used to the
ubuntu aesthetic, but FWIW here's what I'd do:

There shouldn't be a need for a number that means unlimited -- just unchecked 
means unlimited. 
If the box is unchecked, the selection box should be disabled, and the number 
in the box replaced with something like "unlimited" or "no limit". again, I 
don't know qt well, but in osx cocoa, that'd be grey text so you know you can't 
edit it, and the buttons of the text box would also be disabled.

I like lisette's suggestion of giving people context for what limit they might 
want - but why do people usually limit this? 
Do they actually want a choice like 'leave me enough bandwidth to watch 
youtube', or 'leave me enough bandwidth to browse the web quickly'?  That means 
we'd need some idea of what bandwidth they have, and how much of it we need to 
leave them so they can do what they want...

This is getting a little complex, but I wonder how many people have a good idea 
what number they want in there, and what that'd mean. If we can give them a way 
to say what their goal is and figure it out for them, that'd be a big 
improvement IMO. 
(It'd also be a big improvement over DB).

FINALLY, the holy grail is just to always do the right thing and not
need a preference. Can we 'nice' our network traffic so it uses max bw
unless some other app with higher priority is using it? That'll take
some research but doesn't that sound like something that ought to be
possible?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/985484

Title:
  Qt control panel says kilobits per second, means kibibytes per second

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuone-control-panel/+bug/985484/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs