[Touch-packages] [Bug 1563110] Re: No sound on Asus e200ha, intel sst with cx2072x codec

2016-06-06 Thread Barry
Any update on this? I'd love the get the touchpad working properly. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1563110 Title: No sound on Asus e200ha, intel sst

[Touch-packages] [Bug 1367004] [NEW] [MIR] python-gnupg

2014-09-08 Thread Barry Warsaw
Public bug reported: Availability: % apt-cache show python-gnupg | grep -i section Section: universe/python Rationale: As shown here: http://people.canonical.com/~ubuntu-archive/component-mismatches-proposed.svg python-gnupg is a run-time dependency of system-image, which is the system

[Touch-packages] [Bug 1283783] Re: Error upgrading python3-gnupg

2014-09-08 Thread Barry Warsaw
http://bugs.python.org/issue19021 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python-gnupg in Ubuntu. https://bugs.launchpad.net/bugs/1283783 Title: Error upgrading python3-gnupg Status in “python-gnupg” package in

[Touch-packages] [Bug 1283783] Re: Error upgrading python3-gnupg

2014-09-08 Thread Barry Warsaw
I think this is no longer a bug. This is related to Python issue 19021 and all fixes were cherry picked into 3.4.0, which Trusty and Utopic have. If you are still able to reproduce it, please reopen the bug and provide a recipe on whichever version of Ubuntu you're using. Thanks! ** Changed

[Touch-packages] [Bug 1367028] [NEW] [MIR] system-image

2014-09-08 Thread Barry Warsaw
Public bug reported: Availability: universe Rationale: system-image is the client for image based upgrades. It is a core component and thus seeded in Ubuntu Touch. Security: No known issues. QA: Well supported upstream and in Ubuntu. Package has build-time unittests and DEP-8 tests. UI

Re: [Touch-packages] [Bug 1367028] Re: [MIR] system-image

2014-09-09 Thread Barry Warsaw
On Sep 09, 2014, at 03:22 PM, Michael Terry wrote: What's the rationale for moving to main now? I didn't think we were trying to mass-promote Touch packages yet. http://people.canonical.com/~ubuntu-archive/component-mismatches- proposed.svg (There's been discussion about image based upgrades

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-09 Thread Barry Warsaw
auto_download = wifi only device is on wifi -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1365646 Title: Top Crasher:

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-09 Thread Barry Warsaw
Here's what I see on krillin r26. * Go to System Settings * When an update is available, click on Updates available (not the Updates icon) * When the update is done downloading, click on Not Now * I'm left on the Updates page (still showing r26) * Hit back arrow to return to System Settings *

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-09 Thread Barry Warsaw
Hmm, maybe I was on 9 and it offered to upgrade me to 26. I'm definitely on 26 now. Trying recipe again. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1365646

Re: [Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-09 Thread Barry Warsaw
On Sep 09, 2014, at 09:33 PM, Pat McGowan wrote: Any chance bug 1324612 is related? Its a slightly different scenario where update was never downloaded afaik You'd think not, since system-settings is a different process than system-image. But right now I can't say for sure. -- You received

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-09 Thread Barry Warsaw
Okay, so after setting .writable_image and hacking channel.ini to think it's r25 instead of r26. I can reproduce the crash file. I'm seeing some weird behavior though coming from the dbus api via system-settings. Not enough to report them, but it does make me think that some s-s behavior has

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-09 Thread Barry Warsaw
, and perhaps a guard around the checking lock. Anyway, I think I have enough information to reproduce this in a test case. ** Changed in: ubuntu-system-image Status: Incomplete = Triaged ** Changed in: ubuntu-system-image Assignee: (unassigned) = Barry Warsaw (barry) ** Changed in: ubuntu

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-09 Thread Barry Warsaw
BTW, I seem to have to click Not Now three times to dismiss the dialog. Something tells me this is related to the system settings changes. I'll leave those bugs for another day, but system-image-dbus should still be robust against any system settings craziness. :) -- You received this bug

[Touch-packages] [Bug 1367028] Re: [MIR] system-image

2014-09-10 Thread Barry Warsaw
I have a branch that removes tox and its sub-dependencies as b-ds for system-image. I'll release it in a s-i 2.4 to come in the next few days hopefully. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu.

Re: [Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-10 Thread Barry Warsaw
On Sep 10, 2014, at 02:39 PM, Ken VanDine wrote: But there must be a bug in s-i-d too causing it to crash if it gets a download request for an update that is already downloaded. That aligns with my analysis of s-i-d. This bug task for system-image is to make DownloadUpdate robust in that case;

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-10 Thread Barry Warsaw
Not that you care, but it's tricky to craft a test case for this because the crash doesn't actually affect any behavior! Since the UpdateDownloaded signal is emitted before the checking lock is released, everything still works. The only effect is that s-i-d tracebacks, and you only see that in

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-10 Thread Barry Warsaw
More fun: I've verified that when this .crash file gets written, the si- dbus process does *not* exit. That seems crazy right? Here's what I think is happening. PyErr_Print() calls PyErr_PrintEx(1), and the latter does sys.excepthook processing. There are several places within dbus-python that

[Touch-packages] [Bug 1365761] Re: /usr/bin/system-image-cli:PermissionError:/usr/bin/system-image-cli@9:main:last_update_date

2014-09-11 Thread Barry Warsaw
** Also affects: ubuntu-system-image Importance: Undecided Status: New ** Tags added: client -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1365761 Title:

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-12 Thread Barry Warsaw
** Branch linked: lp:~barry/ubuntu-system-image/lp1365646 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1365646 Title: Top Crasher: /usr/sbin/system-image

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-12 Thread Barry Warsaw
** Changed in: ubuntu-system-image Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1365646 Title: Top Crasher:

[Touch-packages] [Bug 1365761] Re: /usr/bin/system-image-cli:PermissionError:/usr/bin/system-image-cli@9:main:last_update_date

2014-09-12 Thread Barry Warsaw
** Changed in: system-image (Ubuntu) Status: New = Triaged ** Changed in: system-image (Ubuntu) Assignee: (unassigned) = Barry Warsaw (barry) ** Changed in: ubuntu-system-image Status: New = In Progress ** Changed in: ubuntu-system-image Importance: Undecided = High

[Touch-packages] [Bug 1365761] Re: /usr/bin/system-image-cli:PermissionError:/usr/bin/system-image-cli@9:main:last_update_date

2014-09-12 Thread Barry Warsaw
** Changed in: ubuntu-system-image Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1365761 Title:

[Touch-packages] [Bug 1349234] Re: Input still received when locked if audio device plugged in

2014-09-12 Thread Barry Warsaw
** Summary changed: - Input still recieved when locked if audio device plugged in + Input still received when locked if audio device plugged in -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu.

[Touch-packages] [Bug 1321481] Re: run integration tests from autopkgtest

2014-09-16 Thread Barry Warsaw
** Changed in: ubuntu-system-image Milestone: 2.4 = None ** No longer affects: ubuntu-system-image -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1321481 Title:

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-16 Thread Barry Warsaw
** Changed in: ubuntu-system-image Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1365646 Title: Top Crasher:

[Touch-packages] [Bug 1365761] Re: /usr/bin/system-image-cli:PermissionError:/usr/bin/system-image-cli@9:main:last_update_date

2014-09-16 Thread Barry Warsaw
** Changed in: ubuntu-system-image Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1365761 Title:

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-17 Thread Barry Warsaw
** Changed in: system-image (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1365646 Title: Top Crasher:

[Touch-packages] [Bug 1365761] Re: /usr/bin/system-image-cli:PermissionError:/usr/bin/system-image-cli@9:main:last_update_date

2014-09-17 Thread Barry Warsaw
** Changed in: system-image (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1365761 Title:

[Touch-packages] [Bug 1371703] Re: No fallback if the system update process fails at any point

2014-09-19 Thread Barry Warsaw
I agree it's critical to think about. At the lowest level of the above stack, a shell + system-image-cli + networking should be able to update the device, but it's probably not super easy for the average user. I can imagine a small script that would use adb to shell in and run the update. If

[Touch-packages] [Bug 1367907] Re: Segfault in gc with cyclic trash

2014-09-22 Thread Barry Warsaw
** Changed in: python3.4 (Ubuntu) Status: New = In Progress ** Changed in: python3.4 (Ubuntu) Importance: Undecided = High ** Changed in: python3.4 (Ubuntu) Assignee: (unassigned) = Barry Warsaw (barry) -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2014-09-22 Thread Barry Warsaw
I apologize for going back and forth on this bug so often. It may simply be not feasible to SRU a fix for this. The fix is not just in the python3.4 package. I think at a minimum this means: * Backporting wheel to trusty. It was first available in utopic, so i'm not even sure if it's

[Touch-packages] [Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2014-09-22 Thread Barry Warsaw
infinity barry: Kay, if they wouldn't be 100% compatible, I agree it's a bad idea, so just printing the yo, this is broken, try the other thing would be fine, IMO. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

Re: [Touch-packages] [Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2014-09-22 Thread Barry Warsaw
On Sep 22, 2014, at 07:44 PM, Donald Stufft wrote: Can we just add the Wheel files to ensurepip for Trusty? It's already being done for virtualenv (which is why it works at all) and that should be way less impact than having to do the full backport that the other thing would require. I'm not

[Touch-packages] [Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2014-09-23 Thread Barry Warsaw
The PPA version doesn't fix this problem. I have a workaround for this bug, and a fix for LP: #1367907 that would both be appropriate to SRU. I'll get together with Doko to get him my patches. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2014-09-23 Thread Barry Warsaw
debdiff sent to Doko -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.net/bugs/1290847 Title: pyvenv fails due to mising ensurepip module Status in “python3-defaults”

[Touch-packages] [Bug 1348393] Re: OpenAL 1.15.x Breaks Multiarch (makes 32-bit wine uninstallable on 64-bit system)

2014-07-27 Thread Barry Drake
Thanks for the workaround. As I haven't a clue what roaraudio is, I'll probably never need it. I have wine back again in Utopic! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu.

[Touch-packages] [Bug 1349478] Re: /usr/sbin/system-image-dbus:sqlite3.OperationalError:_check_for_update:emit_signal:UpdateAvailableStatus:__init__:__enter__:_cursor

2014-07-30 Thread Barry Warsaw
** Also affects: ubuntu-system-image Importance: Undecided Status: New ** Tags added: client ** Changed in: ubuntu-system-image Assignee: (unassigned) = Barry Warsaw (barry) ** Changed in: system-image (Ubuntu) Assignee: (unassigned) = Barry Warsaw (barry) -- You received

[Touch-packages] [Bug 1349478] Re: /usr/sbin/system-image-dbus:sqlite3.OperationalError:_check_for_update:emit_signal:UpdateAvailableStatus:__init__:__enter__:_cursor

2014-07-30 Thread Barry Warsaw
** Changed in: ubuntu-system-image Importance: Undecided = High ** Changed in: ubuntu-system-image Status: New = In Progress ** Changed in: ubuntu-system-image Milestone: None = 2.3.2 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1349478] Re: /usr/sbin/system-image-dbus:sqlite3.OperationalError:_check_for_update:emit_signal:UpdateAvailableStatus:__init__:__enter__:_cursor

2014-07-31 Thread Barry Warsaw
This is very likely caused by the same issue as LP: #1301995 - specifically that the tests are being run as non-root, but they still try to write the settings.db file into /var/lib/system-image (which is only root:root writable). I don't believe this will affect any actual touch images, just

[Touch-packages] [Bug 1349478] Re: /usr/sbin/system-image-dbus:sqlite3.OperationalError:_check_for_update:emit_signal:UpdateAvailableStatus:__init__:__enter__:_cursor

2014-07-31 Thread Barry Warsaw
** Changed in: ubuntu-system-image Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1349478 Title: /usr/sbin/system-image-

[Touch-packages] [Bug 1351373] Re: Crashed during s-i's test_pause during a local test build of s-i

2014-08-01 Thread Barry Warsaw
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-download-manager in Ubuntu. https://bugs.launchpad.net/bugs/1351373 Title: Crashed during s-i's test_pause during a

Re: [Touch-packages] [Bug 1063350] Re: curl corrupts floating point context

2014-10-14 Thread Barry Warsaw
On Oct 14, 2014, at 01:19 PM, ינון-דוד-צדוק (Yinon-David-Zadok) wrote: I think that #41 is right (Athlon cpu is causing it) my cpu: AMD Sempron(tm) 2400+ But is it still reproducible on Ubuntu 14.10 with the latest PyCURL? -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1063350] Re: curl corrupts floating point context

2014-10-20 Thread Barry Warsaw
Right, I meant that I can no longer reproduce the problem on 14.10. It could be because I don't have the right hardware anymore to trigger it, but I think it's more likely that something in the Utopic stack has essentially fixed the problem. Any, for others who many stumble upon this bug in the

[Touch-packages] [Bug 1383539] Re: phased update support does not give idempotent answer for each (machine, update)

2014-10-21 Thread Barry Warsaw
** Also affects: ubuntu-system-image Importance: Undecided Status: New ** No longer affects: system-image (Ubuntu) ** Changed in: ubuntu-system-image Assignee: (unassigned) = Barry Warsaw (barry) ** Changed in: ubuntu-system-image Importance: Undecided = High ** Changed

[Touch-packages] [Bug 751939] Re: Wired-only machine has empty volcano icon

2014-10-27 Thread Barry Warsaw
This has only been a cosmetic bug for me for a long time. However, I took the ping as an opportunity to try a few of the things in comment #6. Changing managed=false to managed=true was the only change necessary to fix the icon in Utopic. I consider this bug fixed. ** Changed in:

[Touch-packages] [Bug 751939] Re: Wired-only machine has empty volcano icon

2014-10-27 Thread Barry Warsaw
** Changed in: network-manager (Ubuntu) Status: Fix Released = New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/751939 Title: Wired-only machine has

[Touch-packages] [Bug 751939] Re: Wired-only machine has empty volcano icon

2014-10-27 Thread Barry Warsaw
I take that back. Setting managed=true breaks the networking. Even though I get the proper icon and all the network connection information appears to be correct (both as displayed by ifconfig and through the NM u/i), I cannot ping or connect to any service outside my LAN. Gateway and DNS

Re: [Touch-packages] [Bug 1341685] Re: When unconstrained, udm sometimes downloads files to wrong location

2014-10-28 Thread Barry Warsaw
/barry/.local/share/ubuntu- download-manager//usr/lib/telepathy/mission- control-5/Downloads/blacklist (20).tar.xz'), dbus.String('/home/barry/.local/share/ubuntu-download- manager//usr/lib/telepathy/mission-control-5/Downloads/blacklist (20).tar.xz.asc')], signature=dbus.Signature('s

[Touch-packages] [Bug 1276347] Re: Some files are never downloaded (while under test)

2014-10-30 Thread Barry Warsaw
*** This bug is a duplicate of bug 1329681 *** https://bugs.launchpad.net/bugs/1329681 I duped this to LP: #1329681 which we'll use to track general timeouts in udm. ** This bug has been marked a duplicate of bug 1329681 Sometimes Check for updates times out -- You received this bug

[Touch-packages] [Bug 1373467] Re: Ability to specify alternate client.ini

2014-09-24 Thread Barry Warsaw
** Also affects: ubuntu-system-image Importance: Undecided Status: New ** No longer affects: system-image (Ubuntu) ** Tags added: client ** Changed in: ubuntu-system-image Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1348275] Re: gdb message Got object file from memory but can't read symbols: File truncated.

2014-09-26 Thread Barry Warsaw
This is likely the cause of the upstream Python test suite failures. ** Bug watch added: Python Roundup #22327 http://bugs.python.org/issue22327 ** Also affects: python via http://bugs.python.org/issue22327 Importance: Unknown Status: Unknown -- You received this bug

[Touch-packages] [Bug 1063350] Re: curl corrupts floating point context

2014-09-30 Thread Barry Warsaw
I'm now working on pycurl 7.19.5 for Debian and I was looking at porting over as much of the Ubuntu delta as possible. I think the patch for this is no longer necessary, but it's difficult for me to test because I also no longer have an i386 machine on which to test. Note though that we are now

[Touch-packages] [Bug 1063350] Re: curl corrupts floating point context

2014-10-01 Thread Barry Warsaw
I've verified this patch is no longer necessary with pycurl 7.19.5, which I will FFe shortly into Utopic. It could be building it against gnutls28, or changes in pycurl itself. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1376736] [NEW] [FFe] update to pycurl 7.19.5

2014-10-02 Thread Barry Warsaw
Public bug reported: I recently uploaded 7.19.5-2 to unstable. This version fixes several Debian reported bugs and also merges in the still-relevant Ubuntu deltas. We'll need to continue to carry a delta for the cross-pocket build-deps, but these won't affect the functionality of the package.

[Touch-packages] [Bug 1063350] Re: curl corrupts floating point context

2014-10-02 Thread Barry Warsaw
: Medium Assignee: Barry Warsaw (barry) Status: Incomplete ** Changed in: pycurl (Ubuntu Trusty) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pycurl in Ubuntu. https

[Touch-packages] [Bug 982436] Re: can not import pycurl: librtmp.so.0: cannot open shared object file: No such file or directory

2014-10-02 Thread Barry Warsaw
Has anybody noticed this problem on 14.04 or 14.10? Seems like there's been no additional comments in over a year and I suspect the newer versions of pycurl do not suffer this problem. ** Also affects: pycurl (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: pycurl

[Touch-packages] [Bug 497949] Re: pycurl contents missing

2014-10-02 Thread Barry Warsaw
This bug is quite old. Is it still a problem in newer versions of Ubuntu? ** Changed in: pycurl (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pycurl in Ubuntu.

[Touch-packages] [Bug 1075642] Re: package python-pycurl 7.19.0-4ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 101

2014-10-02 Thread Barry Warsaw
This bug is quite old, with no additional affected people or information. Is it still a problem in newer versions of Ubuntu? ** Changed in: pycurl (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 364186] Re: Documentation is not XHTML

2014-10-02 Thread Barry Warsaw
This should be long fixed upstream by now. ** Changed in: pycurl (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pycurl in Ubuntu. https://bugs.launchpad.net/bugs/364186

[Touch-packages] [Bug 1086667] Re: Wrong documentation URL in help(curl)

2014-10-02 Thread Barry Warsaw
Hmm, help(curl) for me doesn't even have a MODULE DOCS section, and there's nothing clickable. ** Changed in: pycurl (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pycurl in

[Touch-packages] [Bug 1111673] Re: pycurl built with gnutls not working as openssl (error: gnutls_handshake() failed)

2014-10-02 Thread Barry Warsaw
** Bug watch added: Debian Bug tracker #515200 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515200 ** Also affects: pycurl (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515200 Importance: Unknown Status: Unknown -- You received this bug notification because

[Touch-packages] [Bug 1111673] Re: pycurl built with gnutls not working as openssl (error: gnutls_handshake() failed)

2014-10-02 Thread Barry Warsaw
I can no longer verify this bug with the latest versions of pycurl in Debian (7.19.5-2) built against gnutls28. See the Debian bug for details. I have an Ubuntu version that is awaiting FFe for upload to utopic and it also does not exhibit this problem. If you still see the problem in Utopic

[Touch-packages] [Bug 1333672] Re: Tests fail and do not fail the package build

2014-10-02 Thread Barry Warsaw
I have 7.19.5-2ubuntu1 ready to go into Utopic as soon as the FFE is approved (LP: #1376736). Unfortunately, due to an upstream packaging bug, the test suite was not included in the tarball, and I elected not to re-add it in the Debian version (7.19.5-2). My plan is to re-enable it once upstream

[Touch-packages] [Bug 1365746] Re: Some URLS produce gnutls_handshake() failed: Illegal parameter error, but others do not

2014-10-02 Thread Barry Warsaw
I've tested all of these urls against pycurl 7.19.5-2ubuntu1 which should be uploaded to Utopic as soon as the FFE is approved. None of them have any trouble. If you notice the problem again when the new version is available, please re-open this bug. ** Changed in: pycurl (Ubuntu)

[Touch-packages] [Bug 1376758] Re: Ability to specify script to call at end of download rather than rebooting

2014-10-02 Thread Barry Warsaw
We have a [hooks]reboot setting in client.ini. The way to address this would be to add an appropriate implementation in a separate callable, and then point client.ini to this alternate implementation. ** Tags added: client ** Also affects: ubuntu-system-image Importance: Undecided

[Touch-packages] [Bug 1333672] Re: Tests fail and do not fail the package build

2014-10-02 Thread Barry Warsaw
** Bug watch added: Debian Bug tracker #763770 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763770 ** Also affects: pycurl (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763770 Importance: Unknown Status: Unknown -- You received this bug notification because

[Touch-packages] [Bug 1333672] Re: Tests fail and do not fail the package build

2014-10-02 Thread Barry Warsaw
** Changed in: pycurl (Ubuntu) Status: New = Triaged ** Changed in: pycurl (Ubuntu) Importance: Undecided = Medium ** Changed in: pycurl (Ubuntu) Assignee: (unassigned) = Barry Warsaw (barry) -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1376736] Re: [FFe] update to pycurl 7.19.5

2014-10-02 Thread Barry Warsaw
** Changed in: pycurl (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pycurl in Ubuntu. https://bugs.launchpad.net/bugs/1376736 Title: [FFe] update to pycurl 7.19.5 Status in

[Touch-packages] [Bug 1333672] Re: Tests fail and do not fail the package build

2014-10-02 Thread Barry Warsaw
** Changed in: pycurl (Ubuntu) Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pycurl in Ubuntu. https://bugs.launchpad.net/bugs/1333672 Title: Tests fail and do not fail the package build

[Touch-packages] [Bug 1176944] Re: pycurl.TIMEOUT_MS not work when the value = 999

2014-10-02 Thread Barry Warsaw
I just tested this with pycurl 7.19.5 (hopefully soon uploaded to Utopic). It seems to work for me. For example, if I bump the timeout down to 100ms (since baidu comes back quicker than 999ms for me), I see the timeout regardless of whether NOSIGNAL is set or not. So I guess this is fixed in

[Touch-packages] [Bug 1377184] Re: move archive_master file out of /etc to avoid it being treated as a conffile

2014-10-03 Thread Barry Warsaw
-system-image Assignee: (unassigned) = Barry Warsaw (barry) ** No longer affects: system-image (Ubuntu) ** Tags added: client -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https

[Touch-packages] [Bug 1377956] Re: modify semantics of bootme attribute to support delayed reboot

2014-10-06 Thread Barry Warsaw
different requirement. It attempts to minimise reboots, but when certain packages (like the kernel) have been updated, a reboot will be required. Crucially though, this reboot should not occur until the the system image has been fully downloaded *and* fully unpacked. After a discussion with barry

[Touch-packages] [Bug 1376736] Re: [FFe] update to pycurl 7.19.5

2014-10-06 Thread Barry Warsaw
** Changed in: pycurl (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pycurl in Ubuntu. https://bugs.launchpad.net/bugs/1376736 Title: [FFe] update to pycurl 7.19.5 Status in

[Touch-packages] [Bug 1387214] Re: file corruption on touch images in rw portions of the filesystem

2014-11-06 Thread Barry Warsaw
If you want a separate fsck command in ubuntu_command, please file a separate bug on upstream system-image project. Other than that, it doesn't look like this particular bug affects system-image client. ** No longer affects: system-image (Ubuntu) -- You received this bug notification because

[Touch-packages] [Bug 1391574] [NEW] Terminal keyboard shortcut problem

2014-11-11 Thread Barry Warsaw
Public bug reported: Over in LP: #1391337 I reported a problem on vivid where Terminal wasn't displaying its menu bar underlines when you hold down Alt. This was perhaps caused by a problem in the switch from gconf to gsettings. I've turned on Terminal-Preferences-General-Enable mnemonics Now

[Touch-packages] [Bug 1391616] [NEW] Screen blanks after 10 minutes regardless of brightness setting

2014-11-11 Thread Barry Warsaw
Public bug reported: I don't know whether this is a unity bug or elsewhere, but I'm noticing this problem after upgrading from utopic to vivid. On your desktop, go to System Settings - Brightness and Lock and set the turn screen off time to 1 hour. Wait 10 minutes without using your desktop,

[Touch-packages] [Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Barry Warsaw
apt-mark lightdm hold apt-get dist-upgrade reboot Indeed, logins are fine. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/678421 Title: Error message for a faulty

[Touch-packages] [Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Barry Warsaw
Hmm, as 1.13.0-0ubuntu1 just showed up in vivid, it broke my login in the follow way. Note that I always try devel channel updates in a VM with a snapshotted disk so I'm able to revert and do some further investigating. Looking at the dist-upgrade packages, I suspect the lightdm changes are

[Touch-packages] [Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Barry Warsaw
For now I'll keep the hold on lightdm, but if Robert or someone else wants to debug in real-time, ping me on irc. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/678421

Re: [Touch-packages] [Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Barry Warsaw
Hi Gunnar. On Nov 14, 2014, at 07:07 PM, Gunnar Hjalmarsson wrote: It has always been using Bourne shell, so source is not understood. You have obliviously been running your system without the configuration in those other shell files. Sure, it's entirely possibly that my login has been silently

Re: [Touch-packages] [Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Barry Warsaw
On Nov 14, 2014, at 08:15 PM, Gunnar Hjalmarsson wrote: Being thrown back indicates a syntax error. Are those errors logged anywhere permanently? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu.

Re: [Touch-packages] [Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Barry Warsaw
On Nov 14, 2014, at 09:59 PM, Gunnar Hjalmarsson wrote: I don't know. Syntax errors directly in e.g. ~/.profile or /etc/profile are logged in ~/.xsession-errors both with the latest lightdm version and with previous versions, but I don't know whether syntax errors in files which are sourced from

Re: [Touch-packages] [Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Barry Warsaw
On Nov 14, 2014, at 11:38 PM, Gunnar Hjalmarsson wrote: Right now I don't know how to best deal with this issue. Any advice appreciated. Probably use tee(1) to get the output both into the temp file and ~/.xsession-errors. -- You received this bug notification because you are a member of

Re: [Touch-packages] [Bug 1341685] Re: When unconstrained, udm sometimes downloads files to wrong location

2014-11-17 Thread Barry Warsaw
' signal: FINISHED: dbus.Array([dbus.String('/home/barry/.local/share/ubuntu- download-manager//usr/lib/telepathy/mission- control-5/Downloads/blacklist (20).tar.xz'), dbus.String('/home/barry/.local/share/ubuntu-download- manager//usr/lib/telepathy/mission-control-5/Downloads/blacklist

Re: [Touch-packages] [Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-18 Thread Barry Warsaw
On Nov 18, 2014, at 02:41 PM, Martin Pitt wrote: Bash's input redirection simply is way more powerful. Granted, bash takes a tad longer to start up, but any tee or other external program which you call in addition will probably hurt performance just as much. Purely selfishly, switching back to

[Touch-packages] [Bug 1399687] Re: Provide version_detail for latest revision on server

2014-12-05 Thread Barry Warsaw
** Also affects: ubuntu-system-image Importance: Undecided Status: New ** No longer affects: system-image (Ubuntu) ** Changed in: ubuntu-system-image Milestone: None = 3.0 ** Changed in: ubuntu-system-image Assignee: (unassigned) = Barry Warsaw (barry) ** Changed in: ubuntu

Re: [Touch-packages] [Bug 1278985] Re: Regression: Alt invocation of search cannot be remapped, causing pain to Emacs users

2014-12-06 Thread Barry Warsaw
On Dec 06, 2014, at 02:29 PM, Andrea Azzarone wrote: Is this still a problem? No. It's not entirely discoverable, but it is possible to fix. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu.

[Touch-packages] [Bug 1320020] Re: [Inspiron 1470, Realtek ALC272, Speaker, Internal] No sound at all

2014-12-09 Thread Barry DeZonia
I also have the problem on an Asus tower computer running 14.04 all by itself (no dual boot, no windows). I have found that I can get the speakers to work (at reduced volume) by leaving the headphones plugged into the headphone jack on the computer. Removing the headphones from the jack also kills

[Touch-packages] [Bug 1063350] Re: curl corrupts floating point context

2014-12-18 Thread Barry Warsaw
On Dec 18, 2014, at 03:13 PM, Rolf Leggewie wrote: Feel free to close as fixed, if you ask me. Thanks. ** Changed in: pycurl (Ubuntu) Status: Incomplete = Fix Released ** Changed in: pycurl (Ubuntu Trusty) Status: Incomplete = Fix Released ** Changed in: pycurl (Ubuntu Utopic)

[Touch-packages] [Bug 1385882] Re: Unable to mount iPad with IOS 8

2014-12-19 Thread Max Barry
Also occurs with iPhone 6 running iOS 8.1.2 (not just iPad). After plugging in my phone, I get two icons in the sidebar: My name's iPhone and iPhone. They look identical and offer the same right-click menu choices (Open, Name, Unlock from launcher). Only the first one works, though: when clicked,

[Touch-packages] [Bug 1344386] Re: Do.exe crashed with SIGABRT in __GI_raise()

2014-08-18 Thread Barry Warsaw
By process of elimination (i.e. bisecting apt-get installs of all the dist-upgrade upgrading packages), I've narrowed this down to the following binary packages: libglib2.0-0 libglib2.0-bin libglib2.0-dev all part of the glib2.0 source package, version 2.41.2-1. In all likelihood it's the

[Touch-packages] [Bug 1344386] Re: Do.exe crashed with SIGABRT in __GI_raise()

2014-08-18 Thread Barry Warsaw
This seems to be the best I can manage for a traceback. Note that I had to manually hack /usr/lib/debug/usr/bin/mono-sgen-gdb.py to be Python 3 compatible (will file a separate bug on that). There are still some undefined symbols, but I can't suss out which packages are missing, and apport does

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-04 Thread Barry Warsaw
So, what changed recently? Did we get a new version of system-settings or (less likely to be affecting) ubuntu-download-manager? ** Also affects: ubuntu-system-image Importance: Undecided Status: New ** Tags added: client -- You received this bug notification because you are a

[Touch-packages] [Bug 1365646] Re: Top Crasher: /usr/sbin/system-image-dbus:RuntimeError:_download

2014-09-04 Thread Barry Warsaw
Does the monkey need a banana? ;) I tried a few scenarios with my n10 and cannot reproduce it so far. ** Changed in: ubuntu-system-image Status: New = Incomplete ** Changed in: system-image (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are

[Touch-packages] [Bug 1321481] Re: run integration tests from autopkgtest

2014-07-16 Thread Barry Warsaw
** Changed in: ubuntu-system-image Milestone: None = 2.3 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1321481 Title: run integration tests from autopkgtest

[Touch-packages] [Bug 1396232] [NEW] Xorg freeze

2014-11-25 Thread Barry Warsaw
Public bug reported: gnome-do and Xorg/unity/desktop seem to be incompatible on a fresh install of either utopic or vivid. This is either tied to 1080p (1920x1080) or a fresh install of either version. Details as I know them are provided here. I have a brand new machine which is running 1080p

[Touch-packages] [Bug 1396232] Re: Xorg freeze

2014-11-25 Thread Barry Warsaw
** Also affects: gnome-do (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1396232 Title: Xorg freeze Status in

[Touch-packages] [Bug 1399687] Re: Provide version_detail for latest revision on server

2014-12-05 Thread Barry Warsaw
** Tags added: client -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-image in Ubuntu. https://bugs.launchpad.net/bugs/1399687 Title: Provide version_detail for latest revision on server Status in system-image

[Touch-packages] [Bug 1371703] Re: No fallback if the system update process fails at any point

2015-02-05 Thread Barry Warsaw
** No longer affects: system-image (Ubuntu) ** Changed in: ubuntu-system-image Status: New = Triaged ** Changed in: ubuntu-system-image Importance: Undecided = Wishlist -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1416328] Re: Does not reply on dbus when busy (e.g. downloading)

2015-02-05 Thread Barry Warsaw
** Also affects: ubuntu-system-image Importance: Undecided Status: New ** Tags added: client ** No longer affects: system-image (Ubuntu) ** Changed in: ubuntu-system-image Status: New = Triaged ** Changed in: ubuntu-system-image Importance: Undecided = High -- You

  1   2   3   4   5   >