[Bug 1928686] [NEW] Oracle kernel has Android related config options disabled

2021-05-17 Thread Simon Fels
Public bug reported: For Anbox Cloud we require certain CONFIG_ANDROID_* options to be enabled in the kernel. We do this already for most of our cloud kernels (GCE, AWS, Azure) and the generic kernel and should do so for the oracle (and possible others too). We have customers looking at running An

[Bug 1928686] Re: Oracle kernel has Android related config options disabled

2021-06-15 Thread Simon Fels
No, 4.15 isn't needed. We only need 5.4+ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1928686 Title: Oracle kernel has Android related config options disabled To manage notifications about this bu

[Bug 1925246] [NEW] binderfs support is not enabled

2021-04-20 Thread Simon Fels
Public bug reported: Hey, in https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1914568 we got binder support enabled but the configuration is completely different from what we have in our other cloud and generic kernels: ubuntu@machine-1:~$ cat /boot/config-5.4.0-1046-azure | grep BINDE

[Bug 1922599] Re: fails to create a new context

2021-04-23 Thread Simon Fels
I can reproduce this here on the focal 5.4 kernel (5.4.0-72-generic) with 460.32.03 (deb 460.32.03-0ubuntu0.20.04.2) too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1922599 Title: fails to create

[Bug 1922599] Re: fails to create a new context

2021-04-23 Thread Simon Fels
Executing a cudaDeviceSynchronize() instead of using cuCtxCreate gives "all CUDA-capable devices are busy or unavailable" which seems to hint to something incorrectly setup in the system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1922599] Re: fails to create a new context

2021-04-25 Thread Simon Fels
Yes, it's fixed with 460.73.01-0ubuntu0.20.04.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1922599 Title: fails to create a new context To manage notifications about this bug go to: https://bugs

[Bug 1937987] [NEW] Latest GCP kernel has Android related config options disabled

2021-07-25 Thread Simon Fels
Public bug reported: In LP:1849493 we enabled support for CONFIG_ANDROID_* on the gcp kernels to support Anbox Cloud. However checking on the latest rolling kernel on GCP (5.8.0-1038-gcp #40~20.04.1-Ubuntu ) gives morphis@anbox0:~$ cat /boot/config-5.8.0-1038-gcp | grep CONFIG_AND # CONFIG_ANDRO

[Bug 1937987] Re: Latest GCP kernel has Android related config options disabled

2021-07-26 Thread Simon Fels
** Tags added: anbox-cloud -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1937987 Title: Latest GCP kernel has Android related config options disabled To manage notifications about this bug go to: h

[Bug 1925246] Re: binderfs support is not enabled

2021-07-26 Thread Simon Fels
** Tags added: anbox-cloud -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925246 Title: binderfs support is not enabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubun

[Bug 1849493] Re: CONFIG_ANDROID_BINDER_IPC=m is missing in the custom rolling kernels

2019-11-26 Thread Simon Fels
Just checked on my bionic GCE instance today that the binder driver is now there: ubuntu@juju-1dfb8c-4:~$ find /lib | grep binder /lib/modules/5.0.0-1025-gcp/kernel/drivers/android/binder_linux.ko Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1849493] [NEW] CONFIG_ANDROID_BINDER_IPC=m is missing in the GCP rolling kernel for bionic

2019-10-23 Thread Simon Fels
Public bug reported: The rolling GCP kernel for bionic is missing CONFIG_ANDROID_BINDER_IPC=m which is enabled in the standard Ubuntu kernel since 19.04 and available through the HWE kernels in Bionic. As we require CONFIG_ANDROID_BINDER_IPC=m for a not released product in our kernels it would be

[Bug 1914568] [NEW] Azure kernel for focal misses binder and ashmem kernel modules

2021-02-04 Thread Simon Fels
Public bug reported: For the purpose of Anbox Cloud we package both the binder and ashmem kernel modules in the Ubuntu kernel. The generic kernel ships it and all clouds specific kernels should too. However the azure kernel doesn't include the prebuilt binder_linux.ko and ashmem_linux.ko modules:

[Bug 1884149] Re: haproxy crashes on in __pool_get_first if unique-id-header is used

2020-07-01 Thread Simon Fels
I've just applied the package from https://launchpad.net/ubuntu/+source/haproxy/1.8.8-1ubuntu0.11 to our deployment and the crash is fixed. I will keep it running for a while to see if it remains that way. Thanks for all the work! -- You received this bug notification because you are a member of

[Bug 1884149] [NEW] haproxy crashes on arm64 in __pool_get_first

2020-06-18 Thread Simon Fels
Public bug reported: Version 1.8.8-1ubuntu0.10 of haproxy in Ubuntu 18.04 (bionic) crashes with Thread 2.1 "haproxy" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xf77b1010 (LWP 17174)] __pool_get_first (pool=0xaac6ddd0, pool=0xaa

[Bug 1884149] Re: haproxy crashes on in __pool_get_first if unique-id-header is used

2020-06-19 Thread Simon Fels
Thanks Christian! I was planing to bisect today as I still have the environment up and can easily reproduce. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1884149 Title: haproxy crashes on in __pool

[Bug 1884149] Re: haproxy crashes on in __pool_get_first if unique-id-header is used

2020-06-19 Thread Simon Fels
Just ran through the bisect: git bisect start '--term-new=fixed' '--term-old=unfixed' # fixed: [ebf033b47d58aa04ae9913038c9369dab8740411] [RELEASE] Released version 1.8.19 git bisect fixed ebf033b47d58aa04ae9913038c9369dab8740411 # unfixed: [cd117685f0cff4f2f5577ef6a21eaae96ebd9f28] [RELEASE] Rel

[Bug 1884149] Re: haproxy crashes on in __pool_get_first if unique-id-header is used

2020-06-25 Thread Simon Fels
Thanks Christian! Will give the PPA a go tomorrow. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1884149 Title: haproxy crashes on in __pool_get_first if unique-id-header is used To manage notifica

[Bug 1876165] [NEW] Binder and ashmem drivers are missing from aws-edge kernel

2020-04-30 Thread Simon Fels
Public bug reported: For quite a while the Ubuntu kernel now ships the Ashmem and Binder drivers as part of linux-modules-extra-*. They were available on previous linux-aws kernels but seem to have dropped with the 5.3.0 based edge kernel. See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/

[Bug 1551858] Re: [bluetooth] Connecting to Apple BT keyboard fails due to PIN prompt

2016-03-07 Thread Simon Fels
Because what pairing method is selected is chosen further down the stack so settings only reacts on what bluez tells it should do. I suspect the keyboard uses pairing capability KeyboardOnly which then should lead to passkey entry where the initiator displays and the responder inputs the PIN (we us

[Bug 1551858] Re: [bluetooth] Connecting to Apple BT keyboard fails due to PIN prompt

2016-03-07 Thread Simon Fels
And there we go: Mar 7 15:08:44 ubuntu-phablet bluetoothd[890]: src/device.c:new_auth() Requesting agent authentication for 04:69:F8:C2:A0:09 Mar 7 15:08:44 ubuntu-phablet bluetoothd[890]: src/agent.c:agent_ref() 0xb8c78950: ref=3 Mar 7 15:08:44 ubuntu-phablet bluetoothd[890]: src/agent.c:ag

[Bug 1551858] Re: [bluetooth] Connecting to Apple BT keyboard fails due to PIN prompt

2016-03-07 Thread Simon Fels
Just as a additional note: The actual pairing method is selected in the kernel. See https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/net/bluetooth/smp.c#n859 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1551858] Re: [bluetooth] Connecting to Apple BT keyboard fails due to PIN prompt

2016-03-07 Thread Simon Fels
@Tony: Can you reproduce this once again and record the HCI packets by running $ sudo btmon -w test.cap Then attach test.cap here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551858 Title: [bl

[Bug 1527354] Re: [Jawbone ERA] HFP features not working with Bluez5 when phone initiates connection

2016-03-07 Thread Simon Fels
@Tony: With your last comment: BlueZ 5.37 doesn't fix that problem too? Or do you still see this with bluez 5.37? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1527354 Title: [Jawbone ERA] HFP featu

[Bug 1552128] Re: Music audio is not transferred to headset after it is connected

2016-03-08 Thread Simon Fels
** Changed in: bluez (Ubuntu) Assignee: (unassigned) => Konrad Zapałowicz (kzapalowicz) ** Changed in: pulseaudio (Ubuntu) Assignee: (unassigned) => Konrad Zapałowicz (kzapalowicz) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1550050] Re: repeating phantom key when bt disconnects

2016-03-08 Thread Simon Fels
Marked as invalid for bluez until we prove there is still a problem. ** Changed in: bluez (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1550050 Title: r

[Bug 1546310] Re: In CAR bluetooth not working

2016-03-09 Thread Simon Fels
@Matthias: Yes lets take the disconnection as separate bug so that we can close this one. The bug you've tested now landed in rc-proposed and will be part of OTA10. That the connection times out smells really like a different problem so another bug is the right way. Can you attach the log files th

[Bug 1555608] Re: Bluetooth "Connection timed out" during a longer call

2016-03-10 Thread Simon Fels
** Also affects: bluez (Ubuntu) Importance: Undecided Status: New ** Changed in: bluez (Ubuntu) Importance: Undecided => High ** Tags added: bluez-touch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1552128] Re: Music audio is not transferred to headset after it is connected

2016-03-10 Thread Simon Fels
** Tags added: bluetooth-ota10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1552128 Title: Music audio is not transferred to headset after it is connected To manage notifications about this bug go

[Bug 1500242] Re: Bluetooth devices (Jabra BT250, Audi A3 car kit) can not be connected with BQ Aquaris 4.5

2016-03-10 Thread Simon Fels
** Tags added: bluetooth-ota10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1500242 Title: Bluetooth devices (Jabra BT250, Audi A3 car kit) can not be connected with BQ Aquaris 4.5 To manage not

[Bug 1479438] Re: IN CAR: Battery levels not shared via bluetooth for in car experience

2016-03-10 Thread Simon Fels
** Tags added: bluetooth-ota10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1479438 Title: IN CAR: Battery levels not shared via bluetooth for in car experience To manage notifications about this

[Bug 1521671] Re: Bluetooth is turned off on every reboot

2016-03-10 Thread Simon Fels
** Tags added: bluetooth-ota10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1521671 Title: Bluetooth is turned off on every reboot To manage notifications about this bug go to: https://bugs.launch

[Bug 1494225] Re: Call audio is not routed to headset with HFP

2016-03-10 Thread Simon Fels
** Tags added: bluetooth-ota10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1494225 Title: Call audio is not routed to headset with HFP To manage notifications about this bug go to: https://bugs.l

[Bug 1494230] Re: Audio is not routed to A2DP sink when connected

2016-03-10 Thread Simon Fels
** Tags added: bluetooth-ota10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1494230 Title: Audio is not routed to A2DP sink when connected To manage notifications about this bug go to: https://bug

[Bug 1519681] Re: Some media keys on keyboards do not work as expected

2016-03-10 Thread Simon Fels
** Tags added: bluetooth-ota10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1519681 Title: Some media keys on keyboards do not work as expected To manage notifications about this bug go to: https:

[Bug 1543179] Re: Audio does not get routed to BT headset/speaker

2016-03-10 Thread Simon Fels
** Tags added: bluetooth-ota10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543179 Title: Audio does not get routed to BT headset/speaker To manage notifications about this bug go to: https://bug

[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-03-10 Thread Simon Fels
** Tags removed: bluetooth ** Tags added: bluetooth-ota10bluetooth ** Tags removed: bluetooth-ota10bluetooth ** Tags added: bluetooth bluetooth-ota10 ** Tags added: bluez-touch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1546310] Re: In CAR bluetooth not working

2016-03-10 Thread Simon Fels
** Tags added: bluetooth-ota10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1546310 Title: In CAR bluetooth not working To manage notifications about this bug go to: https://bugs.launchpad.net/can

[Bug 1488170] Re: Bluetooth initiated after quitting airplane mode

2016-03-10 Thread Simon Fels
** Tags added: bluetooth-ota10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488170 Title: Bluetooth initiated after quitting airplane mode To manage notifications about this bug go to: https://bu

[Bug 1536493] Re: Call/SMS Alert are not routed to bluetooth headset

2016-03-10 Thread Simon Fels
Possible duplicate of https://bugs.launchpad.net/canonical-devices- system-image/+bug/1552128 ** Tags added: bluetooth-ota10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536493 Title: Call/SMS Al

[Bug 1536493] Re: Call/SMS Alert are not routed to bluetooth headset

2016-03-10 Thread Simon Fels
*** This bug is a duplicate of bug 1552128 *** https://bugs.launchpad.net/bugs/1552128 ** Description changed: Expected Result: All audio from the phone should play in the bluetooth headset when it is connected. Actual Result: The music and other audio plays on the bluetooth heads

[Bug 1494225] Re: Call audio is not routed to headset with HFP

2016-03-10 Thread Simon Fels
Looked through Pat's log file and it actually shows that the HFP profile is never correctly connected due to Mar 1 13:26:27 ubuntu-phablet bluetoothd[739]: src/profile.c:ext_connect() hfp_ag connected to 00:18:16:20:00:FE Mar 1 13:26:27 ubuntu-phablet bluetoothd[739]: src/service.c:change_state

[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-03-10 Thread Simon Fels
Analyzed the latest log files and came to following conclusion about that is going on here: The key point here is that the car initiates the pairing with the phone which then leads to a timing problem in ubuntu-system-settings. But step by step: Feb 23 09:43:45 ubuntu-phablet bluetoothd[880]: sr

[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-03-10 Thread Simon Fels
s (Ubuntu) Assignee: (unassigned) => Simon Fels (morphis) ** Branch linked: lp:~morphis/ubuntu-system-settings/fix-lp1539158 ** Changed in: canonical-devices-system-image Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu

[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-03-11 Thread Simon Fels
MP with a possible fix is linked now. @Stunts: I've put the MP into silo 67 (https://requests.ci- train.ubuntu.com/#/ticket/1102). Can you install that one on your device and try if that fixes the problem for you? -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 1488170] Re: Bluetooth initiated after quitting airplane mode

2016-03-11 Thread Simon Fels
** Changed in: urfkill (Ubuntu) Status: Confirmed => Invalid ** Changed in: canonical-devices-system-image Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1529049] Re: Switch bluetooth keyboard from qwerty to azerty

2016-03-11 Thread Simon Fels
*** This bug is a duplicate of bug 1491340 *** https://bugs.launchpad.net/bugs/1491340 This isn't a problem with bluez or the bluetooth stack. There is work in progress to select the right keyboard layout as this isn't working no matter through which technology the keyboard is connected with.

[Bug 1530807] Re: [FHD] Bluetooth cannot be activated on several devices

2016-03-11 Thread Simon Fels
** Branch linked: lp:~morphis/indicator-bluetooth/fix-lp1530807 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1530807 Title: [FHD] Bluetooth cannot be activated on several devices To manage notific

[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-03-12 Thread Simon Fels
@Stunts: Do the following on your HOST system: $ sudo add-apt-repository ppa:phablet-team/ubuntu/tools $ sudo apt-get install phablet-tools-citrain Now connect the phone over adb (make sure developer mode is enabled): Still from the HOST system: $ citrain device-upgrade PLEASE KEEP IN MIND:

[Bug 1513020] Re: [Wishlist] DLNA/Miracast/other WiFi support

2016-03-13 Thread Simon Fels
** Also affects: aethercast (Ubuntu) Importance: Undecided Status: New ** Changed in: aethercast (Ubuntu) Assignee: (unassigned) => Simon Fels (morphis) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1528173] Re: org.freedesktop.DBus.Properties.GetAll fails always for fi.w1.wpa_supplicant1.Interface interface

2017-02-24 Thread Simon Fels
** Changed in: wpa (Ubuntu) Status: In Progress => 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/1528173 Title: org.freedesktop.DBus.Properties.GetAll fails always for fi.w1.wp

[Bug 1623068] Re: Networkd fails to configure a ethernet network device on a 3.4 kernel

2016-09-13 Thread Simon Fels
** Attachment added: "systemd-networkd-on-3.4.log" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1623068/+attachment/4740099/+files/systemd-networkd-on-3.4.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1623068] [NEW] Networkd fails to configure a ethernet network device on a 3.4 kernel

2016-09-13 Thread Simon Fels
Public bug reported: Knowing that a 3.4 based kernel is unsupported we have to get it working for a specific customer. Systemd itself boots up nicely already but networkd fails to configure a network device with the following configuration file in /etc/systemd/network $ cat /etc/systemd/network/

[Bug 1623068] Re: Networkd fails to configure a ethernet network device on a 3.4 kernel

2016-09-13 Thread Simon Fels
Output of sudo SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-networkd ubuntu@nirvana:~$ sudo SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-networkd sudo: unable to resolve host nirvana: Connection refused Failed to connect to bus, trying again in 5s: No such file or directory timestamp of '/etc

[Bug 1623068] Re: Networkd fails to configure a ethernet network device on a 3.4 kernel

2016-09-14 Thread Simon Fels
The actual error message comes from https://github.com/systemd/systemd/blob/95adafc428b5b4be0ddd4d43a7b96658390388bc/src/network /networkd-link.c#L1441 and due to the nature of this the problem only occurs when the network interface isn't already up. If lines 1391 to 1420 are commented on https://

[Bug 1623068] Re: Networkd fails to configure a ethernet network device on a 3.4 kernel

2016-09-14 Thread Simon Fels
Yes, the kernel has IPv6 support enabled so socket_ipv6_is_supported() returns true and with that it tries to setup the IPv6 part of the interface. The two problems which I've found so far are: - an empty IFLA_AF_SPEC seems to cause the kernel to return EINVAL - having IPv6 enabled and IFLA_AF_

[Bug 1623068] Re: Networkd fails to configure a ethernet network device on a 3.4 kernel

2016-09-15 Thread Simon Fels
That patch works but there are now more problems with the DHCP stack inside networkd. See https://paste.ubuntu.com/23178198/ Needs more investigation. To unblock our work we're now using a static ifupdown configuration but need to fix this bug here for real networkd support. ** Changed in: systemd

[Bug 1630586] Re: Pi3 kernel crash and is unreliable

2016-10-05 Thread Simon Fels
** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1630586/+attachment/4755050/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1630586 Title: P

[Bug 1630586] [NEW] Pi3 kernel crash and is unreliable

2016-10-05 Thread Simon Fels
Public bug reported: Build an image today with  $ sudo ubuntu-image --channel edge -o pi3.img pi3.model  $ cat pi3.model type: model authority-id: 4BKZlf4WMNBKgQfij0rftmp5BzDdVhlf series: 16 brand-id: 4BKZlf4WMNBKgQfij0rftmp5BzDdVhlf model: pi3 architecture: armhf gadget: pi3 kernel: pi2-kernel

[Bug 1630586] Re: Pi3 kernel crash and is unreliable

2016-10-05 Thread Simon Fels
** Attachment added: "IMG_20161005_153003.jpg" https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1630586/+attachment/4755051/+files/IMG_20161005_153003.jpg ** Description changed: Build an image today with - $ sudo ubuntu-image --channel edge -o pi3.img pi3.model - $ cat pi3.

[Bug 1630586] Re: Pi3 kernel crash and is unreliable

2016-10-06 Thread Simon Fels
@Paolo: Will give this image a try tomorrow morning. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1630586 Title: Pi3 kernel crash and is unreliable To manage notifications about this bug g

[Bug 1590679] Re: Apps can't own session bus names (unity7 interface)

2016-06-19 Thread Simon Fels
Just for interest I did such a simple interfaces some time ago for playing: dbus-name: https://github.com/morphis/snappy/commit/0489b6f23b190d817975247d460990f67e0c4d5c Allows you to bind a by attribute specified dbus name on the system bus. This was meant for snap internal communication but coul

[Bug 1593568] Re: Create an interface for tpm1.2

2016-06-22 Thread Simon Fels
I've pushed the TPM snap now into a common repository on https://code.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/tpm If you're back from holiday lets quickly sync up on your work here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1662866] Re: libhybris blocks migration to libglvnd

2017-02-08 Thread Simon Fels
** Changed in: libhybris (Ubuntu) Assignee: (unassigned) => Simon Fels (morphis) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1662866 Title: libhybris blocks migration to libglvnd To man

[Bug 1638537] Re: snapd eats 100% CPU for about 5 minutes on first boot causing a load of >2.0

2017-01-12 Thread Simon Fels
I see this as well on various arm based devices. Any more ideas what could be the reason or a possible fix? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1638537 Title: snapd eats 100% CPU for about

[Bug 1679774] Re: snapd-glib doesn't read full json response from snapd

2017-04-04 Thread Simon Fels
See https://paste.ubuntu.com/24318397/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1679774 Title: snapd-glib doesn't read full json response from snapd To manage notifications about this bug go t

[Bug 1679774] Re: snapd-glib doesn't read full json response from snapd

2017-04-04 Thread Simon Fels
As an additional note, this happens with snapd 2.23.6 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1679774 Title: snapd-glib doesn't read full json response from snapd To manage notifications abou

[Bug 1680027] [NEW] gnome-software doesn't use snapd-glib exclusively

2017-04-05 Thread Simon Fels
Public bug reported: The code submitted to gnome-software upstream still doesn't use snapd- glib exclusively but has parts of the snapd REST API which are handled by its own. The HTTP REST API logic should be only implemented once and that in snapd-glib. See https://git.gnome.org/browse/gnome- sof

[Bug 1679774] Re: snapd-glib doesn't read full json response from snapd

2017-04-05 Thread Simon Fels
** Changed in: gnome-software (Ubuntu) Status: New => Confirmed ** Tags added: cross-distro -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1679774 Title: snapd-glib doesn't read full json res

[Bug 1680033] [NEW] Snap searches are often canceled

2017-04-05 Thread Simon Fels
Public bug reported: Searching for specific snaps (e.g. rocket, wifi-ap or network-manager) through the UI is often canceled internally. Logs print: 11:16:42:0596 Gs failed to get search apps: Operation was cancelled 11:16:42:0596 Gs not handling error cancelled for action search: Operation wa

[Bug 1680027] Re: gnome-software doesn't use snapd-glib exclusively

2017-04-05 Thread Simon Fels
** Description changed: The code submitted to gnome-software upstream still doesn't use snapd- glib exclusively but has parts of the snapd REST API which are handled by its own. The HTTP REST API logic should be only implemented once and that in snapd-glib. See https://git.gnome.org/browse

[Bug 1680030] [NEW] Snap plug for gnome-software misses self tests

2017-04-05 Thread Simon Fels
Public bug reported: The snap plugin implemented in gnome-software upstream does not have any self tests yet which were requested by upstream to get the plugin into a better shape. Tested with latest gnome-software from https://git.gnome.org/browse /gnome-software/ on Ubuntu 17.04 against snapd 2

[Bug 1680030] Re: Snap plugin for gnome-software misses self tests

2017-04-05 Thread Simon Fels
** Summary changed: - Snap plug for gnome-software misses self tests + Snap plugin for gnome-software misses self tests -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1680030 Title: Snap plugin for

[Bug 1674509] Re: Unable to find bluetooth device on RPi3 running Ubuntu Core 16

2017-05-08 Thread Simon Fels
Btw. you guys should see if the more modern btattach utility does the job instead of hciattach too. See http://manpages.ubuntu.com/manpages/xenial/man1/btattach.1.html for a few details. Sooner or later btattach will replace hciattach as the way to attach serial lines to the kernel bluetooth stack.

[Bug 1689539] Re: Pulseaudio "Access Denied" on Fedora 25 with Awesome WM as desktop environment

2017-05-09 Thread Simon Fels
** Changed in: snapd (Ubuntu) Assignee: (unassigned) => Simon Fels (morphis) ** Changed in: snapd (Ubuntu) Importance: Undecided => High ** Also affects: snapd (Fedora) Importance: Undecided Status: New ** Changed in: snapd (Fedora) Assignee: (unassigned) => S

[Bug 1674509] Re: Unable to find bluetooth device on RPi3 running Ubuntu Core 16

2017-03-29 Thread Simon Fels
** Changed in: linux-raspi2 (Ubuntu) Status: New => Confirmed ** Changed in: snappy 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/1674509 Title: Unable to fin

[Bug 1579915] Re: network-manager 1.2 uses more power

2016-05-10 Thread Simon Fels
** Changed in: network-manager (Ubuntu) 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/1579915 Title: network-manager 1.2 uses more power To manage notifications

[Bug 1579915] Re: big power increase in May 4th and later builds

2016-05-10 Thread Simon Fels
** Also affects: network-manager (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/1579915 Title: network-manager 1.2 uses more power To manage noti

[Bug 1579915] Re: network-manager 1.2 uses more power

2016-05-10 Thread Simon Fels
Checked this on krillin with current build number: 329 device name: krillin channel: ubuntu-touch/rc-proposed/bq-aquaris.en last update: 2016-05-10 03:25:03 version version: 329 version ubuntu: 20160510 version device: 20160329-a9bacdb version custom: 20160505-975-38-9 Device doesn't go to sleep

[Bug 1579915] Re: network-manager 1.2 uses more power

2016-05-10 Thread Simon Fels
** Changed in: network-manager (Ubuntu) Status: Confirmed => In Progress ** Changed in: canonical-devices-system-image Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1583057] Re: Deny audio recording for all snap applications

2016-07-04 Thread Simon Fels
@Jamie: Attached is a debdiff to update the pulse pacakge with snappy support. ** Patch added: "pulseaudio-snappy-deny-recording.diff" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1583057/+attachment/4695115/+files/pulseaudio-snappy-deny-recording.diff -- You received this bug n

[Bug 1598886] [NEW] Misleading error message when trying to install unconfined snaps from the edge channel

2016-07-04 Thread Simon Fels
Public bug reported: When I try to install the TPM snap from the edge channel I get the following output: $ snap install tpm --channel=edge error: cannot perform the following tasks: - Download snap "tpm" from channel "edge" (snap not found) The mistake here is that I forgot --devmode as the sn

[Bug 1583057] Re: Deny audio recording for all snap applications

2016-07-06 Thread Simon Fels
@Jamie: Works fine here for me. Using a simple snap name: pulseaudio-clients version: 8.0-1 summary: Clients for PulseAudio description: | Contains PulseAudio client utilities apps: pactl: command: usr/bin/pactl plugs: [pulseaudio] paplay: command: usr/bin/paplay plugs: [puls

[Bug 1583057] Re: Deny audio recording for all snap applications

2016-07-06 Thread Simon Fels
Updated the patch. We now add snappy-policy always to default.pa. I couldn't figure out what I have to change to make the ifelse statement work properly to add the snappy policy module only conditionally to default.pa Also fixed the compiler warnings and other small things. ** Patch added: "pa-sn

[Bug 1596464] Re: unity greeter stays in desktop mode if a bluetooth HID is connected

2016-07-08 Thread Simon Fels
This is nothing related to aethercast. Must be something wrong in unity8. ** Changed in: aethercast Status: New => Invalid ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Also affects: unity8 (Ubuntu) Importance: Undecided Status: N

[Bug 1586972] Re: Sometimes get "ok" box with no text

2016-07-08 Thread Simon Fels
Saw this some times too. Not sure yet which error this triggers but likely we're not handling one error code in u-s-s yet. ** Changed in: ubuntu-system-settings (Ubuntu) Assignee: (unassigned) => Ken VanDine (ken-vandine) -- You received this bug notification because you are a member of Ubu

[Bug 1596951] Re: [CTA] CameraService in trust prompt should be translated

2016-07-11 Thread Simon Fels
** Changed in: trust-store (Ubuntu) Status: In Progress => 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/1596951 Title: [CTA] CameraService in trust prompt should be translated

[Bug 1602950] [NEW] Unity8 crashes when switching back to lockscreen while using WiDi

2016-07-13 Thread Simon Fels
Public bug reported: Testing new aethercast changes (https://requests.ci- train.ubuntu.com/#/ticket/1620) and found unity8 is crashing when it switches after a timeout automatically to the lock screen. This is on current build number: 142 device name: frieza channel: ubuntu-touch/rc-proposed/bq-

[Bug 1602950] Re: Unity8 crashes when switching back to lockscreen while using WiDi

2016-07-14 Thread Simon Fels
@Danial: You can easily do that with the attached crash file. So what also would a ubuntu-bug provide? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1602950 Title: Unity8 crashes when switching back

[Bug 1567467] Re: Urfkill gets out of sync with actual rfkill on the kernel side

2016-05-17 Thread Simon Fels
@John: Yes, fix was released with the last urfkilld landing: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/stable- phone-overlay/+sourcepub/6411875/+listing-archive-extra ** Changed in: urfkill (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: canonical-devices-syste

[Bug 1576711] Re: [xenial] Enable arm64 build

2016-05-17 Thread Simon Fels
** Package changed: aethercast (Ubuntu) => aethercast ** Changed in: aethercast Assignee: (unassigned) => Simon Fels (morphis) ** Changed in: aethercast Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1583057] [NEW] Deny audio recording for all snap applications

2016-05-18 Thread Simon Fels
Public bug reported: Until we have a proper trust-store implementation with snappy and on the desktop/ubuntu core we want pulseaudio to simply deny any audio recording request coming from an app shipped as part of a snap. The implementation adds a module-snappy-policy module to pulseaudio which a

[Bug 1553657] Re: Clicking on camera & microphone settings crashes app on mako & flo

2016-03-19 Thread Simon Fels
We're clearly missing symbols in libcamera_compat_layer.so in the device tarball on the Android side but I don't have a clue yet why. A local build of the package we have in the overlay ppa show me that the symbols ends up in the .so. Doing a no-change rebuild in silo 38 (https://launchpad.net/~ci-

[Bug 1553657] Re: Clicking on camera & microphone settings crashes app on mako & flo

2016-03-19 Thread Simon Fels
libhybris/android related problem. Nothing with camera-app ** Changed in: webbrowser-app (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553657 Title: Cl

[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-03-19 Thread Simon Fels
** Changed in: ubuntu-system-settings (Ubuntu) Assignee: Simon Fels (morphis) => Ken VanDine (ken-vandine) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539158 Title: Unable to pair with

[Bug 1549163] Re: Bluetooth headset HSP/HFP mode not working in Xenial

2016-03-19 Thread Simon Fels
@David: Remember that for HFP you need a mobile telephony connection which is currently only supported through ofono which we don't ship on the desktop. What you more want here is HSP. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1553657] Re: Clicking on camera & microphone settings crashes app on mako & flo

2016-03-21 Thread Simon Fels
** Also affects: android (Ubuntu) Importance: Undecided Status: New ** Changed in: android (Ubuntu) Status: New => In Progress ** Changed in: android (Ubuntu) Importance: Undecided => Critical ** Changed in: android (Ubuntu) Assignee: (unassigned) => Simon Fels

[Bug 1551811] Re: Opening the camera for the first time leads to reboot

2016-03-21 Thread Simon Fels
@Kevin: I've seen it only on arale so far and also Dave says that is the only device he saw this so far on. So suspecting an issue on the device side is valid. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1551811] Re: Opening the camera for the first time leads to reboot

2016-03-21 Thread Simon Fels
@Cemil: Also that the syslog's don't show the actual crash I've seen is likely because this is a kernel panic and syslog might not get the kernel output before the device is rebooted. Use something like $ cat /proc/last_kmsg on the next boot to get the kernel side output only which is stored in m

[Bug 1551811] Re: Opening the camera for the first time leads to reboot

2016-03-21 Thread Simon Fels
Updated the descriptions with the steps I used to reproduce this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551811 Title: Opening the camera for the first time leads to reboot To manage notifi

[Bug 1551811] Re: Opening the camera for the first time leads to reboot

2016-03-21 Thread Simon Fels
Just reproduce the crash again. Still caused by the same kernel panic as mentioned in comment 7. ** Description changed: Test case. - Flash the phone. - Open Telegram app. - Fill the account details. - Add a contact (if needed). - Select a contact to send a message. - Tap on the cli

  1   2   3   4   5   >