[Bug 1889080] Re: ubuntu 18.04 dell OEM install broke after it auto upgraded to linux-image-gke 5.3

2020-08-03 Thread Alexander Sack
and no i wont file the log files you asked for as my system is already changed again etc. i am just here after colin king asked me to file a bug ... so the ubuntu kernel team can check and maybe fix the source of the problem. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed

[Bug 1889080] Re: ubuntu 18.04 dell OEM install broke after it auto upgraded to linux-image-gke 5.3

2020-08-03 Thread Alexander Sack
well obviously it is not supposed to go for gke kernel, but what i am reporting is that my dell xps13 with ubuntu preinstall automatically got this kernel pushed ... same for a coworker who got the same laptop... so yes this bug report is about someone/something wrongfully pusing the gke kernel

[Bug 1889080] [NEW] ubuntu 18.04 dell OEM install broke after it auto upgraded to linux-image-gke 5.3

2020-07-27 Thread Alexander Sack
Public bug reported: Hi, as summary says, today I got an upgrade to gke which broke my 18.04 oem install (dell xps 13)... After upgrade i had ii linux-image-4.15.0-1093-oem 4.15.0-1093.103 amd64 Signed kernel image oem ii linux-image-5.3.0-1030-gke5.3.0-1030.32~18.04

[Bug 1771102] Re: 17.10->18.04 LTS hangs, CPU stalls in apt-pkg cache

2018-06-16 Thread Alexander Sack
Brian, I'm sorry but I had to upgrade to 18.04 LTS by reinstalling the whole system. No idea why apt-clone would hang like that but it seems to definitely be a bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1771102] Re: 17.10->18.04 LTS hangs, CPU stalls in apt-pkg cache

2018-06-06 Thread Alexander Sack
Does anyone know of anything I can do to move forward? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771102 Title: 17.10->18.04 LTS hangs, CPU stalls in apt-pkg cache To manage notifications

[Bug 1771102] [NEW] 17.10->18.04 LTS hangs, CPU stalls in apt-pkg cache

2018-05-14 Thread Alexander Sack
Public bug reported: When I do as root: do-release-upgrade The bionic tarball is downloaded and the python based "bionic" process is forked. On the screen I see the first "Reading cache..." message and then the process spikes the CPU to 100% where it stays there forever (I waited 15-20 minutes

[Bug 1577421] Re: linux-raspi2: rtl8192cu vs 8192cu

2016-05-02 Thread Alexander Sack
fwiw, on my realtek 8912 based dongle AP mode works pretty much fine in 4.4 kernel on beaglebone... maybe the mainline/staging driver has improved enough between 4.0 and 4.4? Is there a way we cna have both modules and hint which will be picked with priority? If so we could allow device builders

[Bug 1576144] Re: _PHY configs not enabled for wifi drivers

2016-05-02 Thread Alexander Sack
** Description changed: on generic we have: http://paste.ubuntu.com/16092961/ ... on pi2 we have http://paste.ubuntu.com/16092969/ ... Please align both kernels to have _PHY support. This will unblock for instance openwrt on pi2... + + symptom is that iw list returns nothing on pi2,

[Bug 1576144] [NEW] _PHY configs not enabled for wifi drivers

2016-04-28 Thread Alexander Sack
Public bug reported: on generic we have: http://paste.ubuntu.com/16092961/ ... on pi2 we have http://paste.ubuntu.com/16092969/ ... Please align both kernels to have _PHY support. This will unblock for instance openwrt on pi2... ** Affects: linux-raspi2 (Ubuntu) Importance: Undecided

[Bug 1573767] [NEW] apt-get purge snapd does not clear /var/lib/snapd

2016-04-22 Thread Alexander Sack
Public bug reported: after purge i still have: $ sudo apt-get purge snapd Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: snapd* 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this

[Bug 1560899] Re: sqlite triggers syscall error if run as root in snappy default confinement (fchown not allowed)

2016-03-23 Thread Alexander Sack
subscribing ubuntu release. would like to see this considered for final release still as sqlite is an often used components in snaps and with this patch you can pull in the binary from the archive through the convenient snapcraft stage-packages ... patch should be safe as it basically just

[Bug 1560899] [NEW] sqlite triggers syscall error if run as root in snappy default confinement (fchown not allowed)

2016-03-23 Thread Alexander Sack
Public bug reported: Code currently tries to change user to uid if geteuid is root; this call triggers fchown syscall exception in snappy. Good news is that in snappy this call is a null op in theory as both geteuid as well as uid are 0, so changing wouldnt do anything. Fix is to not try to

[Bug 1560899] Re: sqlite triggers syscall error if run as root in snappy default confinement (fchown not allowed)

2016-03-23 Thread Alexander Sack
** Patch added: "quilt dropin patch against latest xenial" https://bugs.launchpad.net/ubuntu/+source/sqlite3/+bug/1560899/+attachment/4608367/+files/10-avoid-null-op-fchown-when-when-root.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1495688] Re: system-image-cli tool fails on dangling symlink

2015-09-17 Thread Alexander Sack
** Changed in: snappy Status: Fix Committed => 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/1495688 Title: system-image-cli tool fails on dangling symlink To manage

[Bug 1495688] Re: system-image-cli tool fails on rolling/edge; missing file '/etc/system-image/config.d/00_default.ini

2015-09-15 Thread Alexander Sack
** Changed in: snappy Assignee: (unassigned) => Oliver Grawert (ogra) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495688 Title: system-image-cli tool fails on rolling/edge; missing file

[Bug 1495688] Re: system-image-cli tool fails on rolling/edge; missing file '/etc/system-image/config.d/00_default.ini

2015-09-15 Thread Alexander Sack
** Changed in: snappy Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495688 Title: system-image-cli tool fails on rolling/edge; missing file '/etc

[Bug 1490107] Re: rootfs contains all initramfs dependencies and tools

2015-09-08 Thread Alexander Sack
I suspect we might want to separate building kernal and building OS snap; I guess initramfs would be built as part of kernel snap. at best we would have a snapcraft plugin to build kernels and initrd and put them into a snap. Michael? -- You received this bug notification because you are a

[Bug 1417664] Re: Unity8 build causes internal compiler error on armhf

2015-02-03 Thread Alexander Sack
** Changed in: gcc-4.9 (Ubuntu) Assignee: (unassigned) = Matthias Klose (doko) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1417664 Title: Unity8 build causes internal compiler error on armhf

[Bug 1405795] Re: please export /etc/network/interfaces.d to writable

2015-01-01 Thread Alexander Sack
agreed that we should have something for network config. cloud-init sounds like valid idea to look into. ** Changed in: snappy-ubuntu Status: New = Confirmed ** Changed in: snappy-ubuntu Importance: Undecided = High ** Summary changed: - please export /etc/network/interfaces.d to

[Bug 1405795] Re: network config feature (please export /etc/network/interfaces.d to writable)

2015-01-01 Thread Alexander Sack
middleware/service options we should check out: 1. ifupdown - oldschool debian style 2. systemd-network - http://www.freedesktop.org/software/systemd/man/systemd.network.html 3. NM - probably not really wanted for server style networking 4. ... others like connman etc. -- You received this

[Bug 1400960] Re: Problems with a snappy tour

2014-12-14 Thread Alexander Sack
hi, fwiw, you can find direct links to the sections of the tour on developer.ubuntu.com/snappy -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to snappy in Ubuntu. https://bugs.launchpad.net/bugs/1400960 Title: Problems with a snappy

[Bug 1400960] Re: Problems with a snappy tour

2014-12-14 Thread Alexander Sack
I had a few folks try to reproduce by installing, uninstalling docker to no success. Could you try reproducing from a clean image download and give us step by step instructions? ** Changed in: snappy-ubuntu Status: New = Incomplete -- You received this bug notification because you are a

[Bug 1400960] Re: Problems with a snappy tour

2014-12-14 Thread Alexander Sack
guess: InterruptedError: [Errno 4] Interrupted system call is what caused you get in such state... would be great to get repro instructions and the log that barry asked for in comment #2 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 1400960] Re: Problems with a snappy tour

2014-12-14 Thread Alexander Sack
tried myself: 1. start with fresh image 2. snappy install docker 3. snappy uninstall docker 4. snappy install docker 5. snappy install owncloud 6. snappy uninstall docker 7. snappy install docker - all success -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1400960] Re: Problems with a snappy tour

2014-12-14 Thread Alexander Sack
I had a few folks try to reproduce by installing, uninstalling docker to no success. Could you try reproducing from a clean image download and give us step by step instructions? ** Changed in: snappy-ubuntu Status: New = Incomplete -- You received this bug notification because you are a

[Bug 1400960] Re: Problems with a snappy tour

2014-12-14 Thread Alexander Sack
hi, fwiw, you can find direct links to the sections of the tour on developer.ubuntu.com/snappy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1400960 Title: Problems with a snappy tour To manage

[Bug 1400960] Re: Problems with a snappy tour

2014-12-14 Thread Alexander Sack
guess: InterruptedError: [Errno 4] Interrupted system call is what caused you get in such state... would be great to get repro instructions and the log that barry asked for in comment #2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1400960] Re: Problems with a snappy tour

2014-12-14 Thread Alexander Sack
tried myself: 1. start with fresh image 2. snappy install docker 3. snappy uninstall docker 4. snappy install docker 5. snappy install owncloud 6. snappy uninstall docker 7. snappy install docker - all success -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1400960] Re: Problems with a snappy tour

2014-12-11 Thread Alexander Sack
** Also affects: snappy-ubuntu Importance: Undecided Status: New ** Changed in: snappy (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to snappy in Ubuntu.

[Bug 1400960] Re: Problems with a snappy tour

2014-12-11 Thread Alexander Sack
** Also affects: snappy-ubuntu Importance: Undecided Status: New ** Changed in: snappy (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/1400960 Title:

[Bug 1387231] Re: [clock] alarm still rings once it's been deleted

2014-10-29 Thread Alexander Sack
I cannot reproduce this after deleting; however, i saw this all time when disabling the alarm in clock app for last week. Not sure if its related or a different bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1382039] Re: [TOPBLOCKER] Apps scope empty on boot

2014-10-28 Thread Alexander Sack
Hello, Hello, seems this is stuck'ish again? Who needs doing what here to get us to a good app scope back asap? Thanks! - Alexander -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382039 Title:

[Bug 1375555] Re: global static TLS slot limit breaks the x86 emulator

2014-10-23 Thread Alexander Sack
I add a qtmir bug because it would be great to understand if qtmir is what is causing this to happen and if we intentionally hit this bound (e.g. because we use more threads etc.) or if there is maybe a bug like a thread leak looming here that might need follow up. kgunn: could you check if there

[Bug 1348557] Re: Make scrolling speed resolution independent

2014-10-22 Thread Alexander Sack
general comment: please try to submit bugs for product team landing request with many incomplete tasks etc. in future. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1348557 Title: Make scrolling

[Bug 1358343] Re: TOPBLOCKER too easy to answer a call by accident

2014-10-22 Thread Alexander Sack
** Summary changed: - [notifications] too easy to answer a call by accident + TOPBLOCKER too easy to answer a call by accident ** Summary changed: - TOPBLOCKER too easy to answer a call by accident + [TOPBLOCKER] too easy to answer a call by accident -- You received this bug notification

[Bug 1378043] Re: [TOPBLOCKER] Phone is getting locked during a call

2014-10-22 Thread Alexander Sack
** Summary changed: - Phone is getting locked during a call + [TOPBLOCKER] Phone is getting locked during a call -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1378043 Title: [TOPBLOCKER] Phone is

[Bug 1382039] Re: [TOPBLOCKER] Apps scope empty on boot

2014-10-22 Thread Alexander Sack
** Summary changed: - Apps scope empty on boot + [TOPBLOCKER] Apps scope empty on boot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382039 Title: [TOPBLOCKER] Apps scope empty on boot To manage

[Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Assertion `mutex-__da

2014-10-22 Thread Alexander Sack
** Summary changed: - /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Assertion `mutex-__data.__owner == 0' failed. + [TOPBLOCKER]

[Bug 1374419] Re: [TOPBLOCKER] Threading issue with the MenuModel Updates

2014-10-22 Thread Alexander Sack
** Summary changed: - Threading issue with the MenuModel Updates + [TOPBLOCKER] Threading issue with the MenuModel Updates -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1374419 Title: [TOPBLOCKER]

[Bug 1383357] Re: enabling flight mode shows airplane + 2g icon

2014-10-22 Thread Alexander Sack
used ota-1 tag assuming that its just UI problem. If thats not case, please drop that tag again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1383357 Title: enabling flight mode shows airplane +

[Bug 1383357] Re: enabling flight mode shows airplane + 2g icon

2014-10-22 Thread Alexander Sack
tvoss asked to have this also tracked on network-manager... ** Also affects: network-manager (Ubuntu) Importance: Undecided Status: New ** Tags added: ota-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1383724] Re: In the welcome wizard enable location but not here services and in here maps app you get no location

2014-10-22 Thread Alexander Sack
we have other bugs track that normal GPS doesn't work. once those are fixed this won't be that critical. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1383724 Title: In the welcome wizard enable

[Bug 1381658] Re: Top Crasher: /usr/share/apport/recoverable_problem:AttributeError:add_proc_info:main:add_proc_info:/usr/share/apport/recoverable_problem@75:main

2014-10-21 Thread Alexander Sack
I assume this has impact on our ability to retrieve crash reports on RTM? If so, I am sure this is critical for product. Can someone confirm that this is the case? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1380120] Re: Manage Scopes - All Is Unusable

2014-10-14 Thread Alexander Sack
I still see the issue; will not clean the cache in case you need someone to validate that it auto recovers after landing the fix. Let me know (ping on IRC) if I shall test something. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1380120] Re: Manage Scopes - All Is Unusable

2014-10-14 Thread Alexander Sack
I can confirm that silo 17 fixes the issue without having to do anything else with caches etc... Will keep using this silo for a while in case there are other regressions, but so far it looks good... -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1380120] Re: Manage Scopes - Is Unusable

2014-10-11 Thread Alexander Sack
i see the same issue. ** Changed in: unity8 (Ubuntu) Status: New = Confirmed ** Changed in: unity8 (Ubuntu) Importance: Undecided = Critical ** Tags added: rtm14 ** Description changed: - This is in krillin r99. + This is in krillin r99 rtm-proposed Steps: 1. Got to manage

[Bug 1379296] Re: unity8-dash should be excluded from app lifecycle management

2014-10-10 Thread Alexander Sack
** Tags added: rtm14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1379296 Title: unity8-dash should be excluded from app lifecycle management To manage notifications about this bug go to:

[Bug 1375896] Re: location not working reliably in browser or webapps

2014-10-08 Thread Alexander Sack
** Tags added: rtm14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375896 Title: location not working reliably in browser or webapps To manage notifications about this bug go to:

[Bug 1379025] [NEW] phone didnt see updates from r89 to r91 until r93 became available

2014-10-08 Thread Alexander Sack
Public bug reported: situation as best as i can capture: 1. updated in morning to r89 2. had internet outage for half a day 3. afterwards r91 was published 4. system settings didnt offer to upgrade system 5. while debugging r93 became available and system settings started downloading etc.

[Bug 1379025] Re: phone didnt see updates from r89 to r91 until r93 became available

2014-10-08 Thread Alexander Sack
** Attachment added: ubuntu-download-manager.ERROR https://bugs.launchpad.net/ubuntu/+source/ubuntu-download-manager/+bug/1379025/+attachment/4228922/+files/ubuntu-download-manager.ERROR -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1379025] Re: phone didnt see updates from r89 to r91 until r93 became available

2014-10-08 Thread Alexander Sack
** Attachment added: ubuntu-download-manager.INFO https://bugs.launchpad.net/ubuntu/+source/ubuntu-download-manager/+bug/1379025/+attachment/4228923/+files/ubuntu-download-manager.INFO -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1379025] Re: phone didnt see updates from r89 to r91 until r93 became available

2014-10-08 Thread Alexander Sack
** Attachment added: ubuntu-download-manager.WARNING https://bugs.launchpad.net/ubuntu/+source/ubuntu-download-manager/+bug/1379025/+attachment/4228924/+files/ubuntu-download-manager.WARNING -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1379025] Re: phone didnt see updates from r89 to r91 until r93 became available

2014-10-08 Thread Alexander Sack
dont know what to do here, feels super risky; assigning to sergio who said he will try something with mocking, but feel free to unassign if you dont have an idea. Please dont close this bug as invalid etc. until we have a story or until we haven't seen something similar for ages. if you need

[Bug 1374397] Re: Camera app takes 1 minute to load

2014-10-07 Thread Alexander Sack
bumped camera-app task to critical on request by joe/victorp. ** Changed in: camera-app Importance: High = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1374397 Title: Camera app takes

[Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-19 Thread Alexander Sack
if there was a new media-hub landing, then guess that might be a good candidate to try backing out locally and see if that helps. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title:

[Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-19 Thread Alexander Sack
can you nail down a regression window by image and maybe even package? This would help finding the cause I guess... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title:

[Bug 1312587] Re: Update downloading incorrectly presented as Installing

2014-09-18 Thread Alexander Sack
** Tags added: rtm14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312587 Title: Update downloading incorrectly presented as Installing To manage notifications about this bug go to:

[Bug 1311365] Re: Double progress when updating system

2014-09-18 Thread Alexander Sack
** Tags added: rtm14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311365 Title: Double progress when updating system To manage notifications about this bug go to:

[Bug 1370106] Re: telepathy-ofono crashed with SIGSEGV in ~QString()

2014-09-17 Thread Alexander Sack
Hey, can we submit these to the error tracker too? or is there an error tracker OOPS? Would be interesting to see how frequent this crash signature is seen by our dogfooders. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1366745] Re: Unlock SIM fails with latest ubuntu-system-settings installed

2014-09-08 Thread Alexander Sack
No idea at all, but since the wizard has nothing to do with the SIM unlock, wonder if the wizard crash we got from the HERE bits is causing this? mterry has a patch for that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1295623] Re: Sometimes input breaks and only edges are responsive

2014-09-08 Thread Alexander Sack
would be good to get the fix landed in rtm today or tomorrow so we can use a promoted image to hand to customer QA team this week.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1295623 Title:

[Bug 1366314] [NEW] security issue? auto suggest seems to copy credentials into clipboard

2014-09-06 Thread Alexander Sack
Public bug reported: on todays image (krillin rtm-proposed r21) with ONLY auto suggest language option on I get: 13:57 asac 1. kill terminal 13:57 asac 2. open terminal and enter pin 13:57 asac 3. click in terminal pastes my pin :) obviously not good for security. Think might be bad. Seems

[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Alexander Sack
** Tags added: rtm14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365095 Title: Greeter not asking for pin code in image 11 (krillin) To manage notifications about this bug go to:

[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Alexander Sack
** Changed in: unity8 (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365095 Title: Greeter not asking for pin code in image 11 (krillin) To manage

[Bug 1361181] Re: dragging files in nautilus onto an SD card does not work

2014-09-02 Thread Alexander Sack
tenatively putting it on critical to target it for next week milestone image... if there is prio conflict, please let me know. ** Changed in: mtp (Ubuntu) Importance: High = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1360593] Re: unity8 freezes randomly

2014-08-26 Thread Alexander Sack
reproduced hang. followed gdb instructions; this didn't produce a gdb.txt; here what i got on console: adb shell root@ubuntu-phablet:/# gdb program `pidof unity8` GNU gdb (Ubuntu 7.8-0ubuntu1) 7.8 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

[Bug 1360593] Re: unity8 freezes randomly

2014-08-26 Thread Alexander Sack
ok, had to cd to /tmp so its writable... attached the gdb.txt file; seems its the same then what i posted inline before. ** Attachment added: gdb.txt https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1360593/+attachment/4187215/+files/gdb.txt -- You received this bug notification

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-25 Thread Alexander Sack
Hi, any update on this one? Any preliminary patch we could try? ** Changed in: unity-system-compositor (Ubuntu) Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1360582] Re: Can't manually install clicks Signature verification error since #205

2014-08-25 Thread Alexander Sack
I tested on our rtm image r6; seems I can still install apps from store, which means we could backout the click change that introduced the signature checking. ** Also affects: click (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1360582] Re: Can't manually install clicks Signature verification error since #205

2014-08-25 Thread Alexander Sack
will SDK work without further changes with the patch by mvo or do we need to coordinate some landing? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1360582 Title: Can't manually install clicks

[Bug 1360569] Re: /usr/bin/mtp-server:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::send_with_reply_and_block_for_at_most

2014-08-23 Thread Alexander Sack
top crasher on armhf on errors.ubuntu.com; assigning cypher for now... ** Changed in: mtp (Ubuntu) Importance: Undecided = High ** Tags added: rtm14 ** Changed in: mtp (Ubuntu) Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl) -- You received this bug notification because

[Bug 1360569] Re: /usr/bin/mtp-server:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::send_with_reply_and_block_for_at_most

2014-08-23 Thread Alexander Sack
** Changed in: mtp (Ubuntu) Importance: High = Critical ** Summary changed: - /usr/bin/mtp-server:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::send_with_reply_and_block_for_at_most + TOPCRASHER:

[Bug 1358384] Re: MP4s won't play without a reboot of the phone

2014-08-19 Thread Alexander Sack
could be related or same as bug 1358712 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1358384 Title: MP4s won't play without a reboot of the phone To manage notifications about this bug go to:

[Bug 1358384] Re: MP4s won't play without a reboot of the phone

2014-08-19 Thread Alexander Sack
for me mediascanner also falls over on krillin r199; it works for same video on N4. ./.cache/upstart/mediascanner-2.0.log shows: Extracting metadata from /home/phablet/Videos/big_buck_bunny_480p_H264_AAC_25fps_1800K.MP4. Error when indexing: Unable to discover file

[Bug 1329289] Re: Messaging indicator sometimes fails to send a reply

2014-07-24 Thread Alexander Sack
this bug annoyed me regularly enough for last few month and today i lost again big text i typed because of that; bumping to high, mark avengers, surely something we try to nail for RTM. ** Tags added: avengers ** Changed in: indicator-messages (Ubuntu) Importance: Undecided = High ** Changed

[Bug 1329289] Re: Messaging indicator sometimes fails to send a reply

2014-07-24 Thread Alexander Sack
assigning to thostr to raise awareness for now. ** Changed in: indicator-messages (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/1329289 Title: Messaging

Re: [Bug 1295670] Re: Nautilus doesn't save folders view style

2014-06-26 Thread Alexander Sack
I will be a very bad bug submitter upstream; would be great if someone else could notify them... On Thu, Jun 26, 2014 at 12:14 PM, Sebastien Bacher seb...@ubuntu.com wrote: Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue you are reporting is an

[Bug 1332925] Re: crash reports are not being uploaded automatically

2014-06-23 Thread Alexander Sack
** Changed in: whoopsie (Ubuntu) Assignee: (unassigned) = Evan Dandrea (ev) ** Changed in: whoopsie (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1332925

[Bug 1329734] Re: GSM modem offline despite not having changed flight mode

2014-06-13 Thread Alexander Sack
so i am lost. my wwan modem is also offline and i have WWAN soft=false ... i have WLAN soft=true only. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1329734 Title: GSM modem offline despite not

[Bug 1329752] [NEW] turn off wifi, reboot, wwan modem stays off too

2014-06-13 Thread Alexander Sack
Public bug reported: on latest devel, if i turn off wifi and rebooting, you will see that wwan modem doesn't come up either. If i enable wifi, wwan comes up and if i turn it off it stays up. rebooting again makes wwan to not come up. ogra said on IRC it might be an indicator issue. Feel free to

[Bug 1329734] Re: GSM modem offline despite not having changed flight mode

2014-06-13 Thread Alexander Sack
ok filed bug 1329752 for my issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1329734 Title: GSM modem offline despite not having changed flight mode To manage notifications about this bug go

[Bug 1329752] Re: turn off wifi, reboot, wwan modem stays off too

2014-06-13 Thread Alexander Sack
** Attachment added: syslog (last 3000 lines) https://bugs.launchpad.net/ubuntu/+source/urfkill/+bug/1329752/+attachment/4131000/+files/syslog1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1321627] Re: Wrong WWAN value in saved-states

2014-06-13 Thread Alexander Sack
maybe interesting or maybe red herring: 14:25 asac cyphermox: grepping through urfkill its odd that there are places where there is WLAN, but not WWAN in the switch/case codes 14:26 asac cyphermox: i guess thats (one of) the reason for the weird WWAN state bugs 14:26 asac cyphermox: see

[Bug 1329752] Re: turn off wifi, reboot, wwan modem stays off too

2014-06-13 Thread Alexander Sack
See comment in other bug about WLAN/WWAN different treatment (https://bugs.launchpad.net/ubuntu/+source/urfkill/+bug/1321627/comments/13) but for this bug i sense this might be relevant: 14:32 asac i see in arbitrator that we use the WLAN setting as our general state? 14:32 asacif

[Bug 1318836] [NEW] add some verboseness about what image phablet-test-run is run on

2014-05-12 Thread Alexander Sack
Public bug reported: 00:25 asac t1mp: do you know when he did the last rrun? was that on top of #23? 00:27 t1mp asac: from the timestamp of the pastebin http://pastebin.ubuntu.com/7454338/ it seems a few hours ago 00:27 t1mp asac: I am not sure which image he used 00:28 asac

[Bug 1307981] Re: [touch] randomly messed up routing with recent trusty images

2014-04-30 Thread Alexander Sack
maybe red herring, but see this entry which probably indicates that stuff doesn't go as expected: Apr 28 16:55:42 ubuntu-phablet NetworkManager[1212]: error [1398718542.745922] [nm-system.c:965] add_ip4_route_to_gateway(): (rmnet_usb0): failed to add IPv4 route to gateway (-12) -- You received

[Bug 1307981] Re: [touch] randomly messed up routing with recent trusty images

2014-04-30 Thread Alexander Sack
pat: the syslog you attached was captured when you were in that state? or after reboot/fixing? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307981 Title: [touch] randomly messed up routing with

[Bug 1307981] Re: [touch] randomly messed up routing with recent trusty images

2014-04-30 Thread Alexander Sack
could be red herring, but guess that error could really make nm not do proper default route replace... in nm-system.c:1043 you see the code that will give up trying to replace the gateway in case the add_ip4_route_to_gateway call fails... /* Try adding a direct route to the gateway first

[Bug 1307981] Re: [touch] randomly messed up routing with recent trusty images

2014-04-30 Thread Alexander Sack
sorry above i referenced wrong linenumber inside the vpn specific code ... but the same pattern is also around 1094... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307981 Title: [touch] randomly

[Bug 1307981] Re: [touch] randomly messed up routing with recent trusty images

2014-04-30 Thread Alexander Sack
cypher/tony: maybe worth checking/debugging this code and making it more robust? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307981 Title: [touch] randomly messed up routing with recent trusty

[Bug 1307981] Re: [touch] randomly messed up routing with recent trusty images

2014-04-30 Thread Alexander Sack
ignore my posts in #10 and #11... i misread that code... however, the error in #9 seems to be in code that is only run if something with the normal default route replace didn't work... someone with device and closer to code probably should check this out. Maybe ofono or the modem driver also

[Bug 1284612] Re: phablet-config writable-image -p foobar doesn't apt-get update

2014-04-15 Thread Alexander Sack
We use this tool in our CI infrastructure for installing test packages; we don't want to run apt-get update to install testpackages because you might end up installing install packages that are newer than what is supposed to be on the image, giving you an unknown image package configuration on the

[Bug 1302801] Re: All new scopes are ignoring the privacy setting for Phone only

2014-04-07 Thread Alexander Sack
After chatting with thostr, I agree that the new scopes design does not really benefit from a global setting that disables remote searches as the user now searches scopes explicitely. Instead there should be a visual hint that gives users an obvious clue whether his search will get leaked to the

[Bug 1302801] Re: All new scopes are ignoring the privacy setting for Phone only

2014-04-07 Thread Alexander Sack
discussion continues on IRC. seems the current implementation might indeed be too confusing wrt to privacy behaviour. We will talk about this some more with internal stakeholders to ensure we do things with extra care... -- You received this bug notification because you are a member of Ubuntu

[Bug 1294659] [NEW] click chroot: CLI to query available frameworks

2014-03-19 Thread Alexander Sack
Public bug reported: would be nice if I could query currently available frameworks for creating a click chroot. I don't have a real preference on how the interface should look like, maybe click list-frameworks [prefix] click list-frameworks --stable [prefix] e.g. click list-framework ubuntu-

[Bug 1293478] Re: Volume buttons no longer function correctly since #238 mako/flo/manta

2014-03-17 Thread Alexander Sack
** Changed in: android (Ubuntu) Assignee: (unassigned) = Ricardo Salveti (rsalveti) ** Changed in: android (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1282311] Re: [FFe] libclick

2014-03-11 Thread Alexander Sack
ricmm: consider to keep tvoss in the loop as he is off for good reasons for a while, but probably would love to join forces with you on this once he returns. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1282311] Re: [FFe] libclick

2014-03-11 Thread Alexander Sack
Would be nice if we could validate that this landing has the hoped-for effect on app startup performance. Can anyone check and maybe post the results to ubuntu-phone? Remember to include ricmm in the evaluation as he owns the topic to track and drive user experienced performance topics in touch.

[Bug 1282311] Re: [FFe] libclick

2014-03-11 Thread Alexander Sack
to clarify my previous ambigious statement: afaik, above mentioned hopes were about app-startup-performance and not boot performance -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1282311 Title:

[Bug 1285385] Re: [qt52] SIGSEGV in QV8Engine when executing the autopilot test cases from unity8

2014-02-27 Thread Alexander Sack
** Changed in: qtdeclarative-opensource-src (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285385 Title: [qt52] SIGSEGV in QV8Engine when executing the

  1   2   3   4   5   6   7   8   9   10   >