[Touch-packages] [Bug 2024864] Re: systemd-networkd crashes with SIGSEGV

2023-06-26 Thread Tiago Pasqualini da Silva
** Description changed: + [ Impact ] + Customer reported that this issue happens randomly during their automated regression runs. It's not consistent and hard to reproduce. They have shared a coredump: Program terminated with signal SIGSEGV, Segmentation fault. #0 0x555962aa1c34

[Touch-packages] [Bug 2024864] Re: systemd-networkd crashes with SIGSEGV on bionic

2023-06-23 Thread Tiago Pasqualini da Silva
** Description changed: Customer reported that this issue happens randomly during their automated regression runs. It's not consistent and hard to reproduce. They have shared a coredump: Program terminated with signal SIGSEGV, Segmentation fault. #0 0x555962aa1c34 in link_drop_for

[Touch-packages] [Bug 2024864] Re: systemd-networkd crashes with SIGSEGV on bionic

2023-06-23 Thread Tiago Pasqualini da Silva
** Also affects: ubuntu-pro Importance: Undecided Status: New ** Also affects: ubuntu-pro/18.04 Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://

[Touch-packages] [Bug 2024864] Re: systemd-networkd crashes with SIGSEGV on bionic

2023-06-22 Thread Tiago Pasqualini da Silva
** Project changed: netplan => systemd ** Changed in: systemd Assignee: (unassigned) => Tiago Pasqualini da Silva (tiago.pasqualini) ** Also affects: systemd (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu

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

2022-12-26 Thread Tiago Matias
I would also like to add that this issue also manifests when the display goes to sleep. Moving the mouse or touching the keyboard (which should wake the display up) produces no effect and requires turning the monitor off and on again. -- You received this bug notification because you are a membe

[Touch-packages] [Bug 1818918] Re: gdb doesn't search in debug-file-directory for .gnu_debugaltlink

2020-11-15 Thread Tiago Stürmer Daitx
@sergiodj many thanks for the help here It was a dwz man page somewhere that made me think we might be misusing .gnu_debugaltlink somehow (didn't even know about dh_dwz), but on a quick search I couldn't understand how the path was supposed to look like so I could test that idea with my replace-al

[Touch-packages] [Bug 1818918] Re: gdb doesn't search in debug-file-directory for .gnu_debugaltlink

2020-11-13 Thread Tiago Stürmer Daitx
So the issue is: if there is a .gnu_debugaltlink GDB will try to load that file and throw an error if it can't. That path is absolute and GDB does _not_ look for that path/file anywhere else, not even inside 'debug-file-directory'. GDB seems to only look at section .gnu_debugaltlink in debug/.buil

[Touch-packages] [Bug 1818918] Re: gdb doesn't search in debug-file-directory for .gnu_debugaltlink

2020-11-13 Thread Tiago Stürmer Daitx
I was able to reproduce what Brian is reporting here. If the -dbgsym for the package is installed, gdb works and reports that it is reading from the /tmp/dbgsym path. When -dbgsym package is not installed then it fails with the 'could not find '.gnu_debugaltlink' file for ...' message -- You

[Touch-packages] [Bug 1818918] Re: gdb doesn't search in debug-file-directory for .gnu_debugaltlink

2020-11-13 Thread Tiago Stürmer Daitx
I tried the testcase from comment #12 in Focal and Hirsute and it worked just fine: $ gdb --ex 'set debug-file-directory /tmp/dbgsym/usr/lib/debug:/usr/lib/debug' --ex 'file /bin/cat' --ex 'core-file /tmp/cat.core' Type "apropos word" to search for commands related to "word". Reading symbols from

[Touch-packages] [Bug 1818918] Re: gdb doesn't search in debug-file-directory for .gnu_debugaltlink

2020-11-13 Thread Tiago Stürmer Daitx
> 7) Execute "gdb --ex 'file /bin/cat' --ex 'core-file /tmp/cat.core' --ex 'set debug-file-directory /tmp/dbgsym/usr/lib/debug'" Try setting the debug-file-directory first, it should work. gdb --ex 'set debug-file-directory /tmp/dbgsym/usr/lib/debug:/usr/lib/debug' --ex 'file /bin/cat' --ex 'core

[Touch-packages] [Bug 1775219] Re: incorrectly reports package as unsupported if apt cache is empty

2020-09-11 Thread Tiago Stürmer Daitx
** Branch linked: lp:~tdaitx/ubuntu/groovy/apport/ubuntu -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1775219 Title: incorrectly reports package as unsupported if apt cac

[Touch-packages] [Bug 1870088] Re: xz-utils ftbfs in focal

2020-08-18 Thread Tiago Stürmer Daitx
** Tags removed: block-proposed-focal -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xz-utils in Ubuntu. https://bugs.launchpad.net/bugs/1870088 Title: xz-utils ftbfs in focal Status in xz-utils package in Ubuntu: Fix R

[Touch-packages] [Bug 1870088] Re: xz-utils ftbfs in focal

2020-08-17 Thread Tiago Stürmer Daitx
** Changed in: xz-utils (Ubuntu Focal) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xz-utils in Ubuntu. https://bugs.launchpad.net/bugs/1870088 Title: xz-utils ftbfs in focal St

[Touch-packages] [Bug 1870088] Re: xz-utils ftbfs in focal

2020-08-17 Thread Tiago Stürmer Daitx
Installed xz-utils 5.2.4-1ubuntu1 on Focal from focal-proposed, works fine. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xz-utils in Ubuntu. https://bugs.launchpad.net/bugs/1870088 Title: xz-utils ftbfs in focal Status

[Touch-packages] [Bug 1870088] Re: xz-utils ftbfs in focal

2020-08-17 Thread Tiago Stürmer Daitx
** Tags removed: verification-needed verification-needed-focal ** Tags added: verification-done-focal -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xz-utils in Ubuntu. https://bugs.launchpad.net/bugs/1870088 Title: xz-uti

[Touch-packages] [Bug 1888101] Re: 'unsupported protocol' error when using PyMySQL

2020-08-12 Thread Tiago
Hi Seth, In my case its sort of a complicated setup. We have a MariaDB running on an Ubuntu 18.04 server with SSL and ed25519. Then, I followed the instructions on the Superset documentation for manual installation (https://superset.incubator.apache.org/installation.html) and installed the sof

[Touch-packages] [Bug 1888101] Re: 'unsupported protocol' error when using PyMySQL

2020-08-11 Thread Tiago
Hi, I'm having a similar issue. Mariadb server with ssl connection, I'm trying to connect a software called Superset with PyMySQL driver. Error message looks identical: WARNING:superset.views.core:Connection failed (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '' ([SSL:

[Touch-packages] [Bug 1850608] Re: Segfaults trying to send crash report

2019-11-20 Thread Tiago Stürmer Daitx
** Information type changed from Private Security to Public -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to whoopsie in Ubuntu. https://bugs.launchpad.net/bugs/1850608 Title: Segfaults trying to send crash report Status in

[Touch-packages] [Bug 1831252] Re: panic=-1 is completely ignored by the initrd causing unexpected behaviour

2019-11-01 Thread Tiago Stürmer Daitx
I tested the initramfs-tools in xenial-proposed, bionic-proposed, and disco-proposed with all 3 testcases (panic=-1, panic=10, and no panic), everything worked as expected: - panic=-1 rebooted instantly after the root partition is not found - panic=10 rebooted after 10 seconds - no "panic" entry

[Touch-packages] [Bug 1449250] Re: Keyboard Layout "Portuguese (Brazil, nativo for US keyboards)" doesn't respect US keyboard layout.

2019-04-19 Thread Tiago Quadra
Ubuntu 18.04.2 LTS and the problem still persist. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/1449250 Title: Keyboard Layout "Portuguese (Brazil, nativo for US keyboards)"

[Touch-packages] [Bug 1823125] Re: tomcat9 fails to install in 18.04

2019-04-08 Thread Tiago Stürmer Daitx
** Changed in: tomcat9 (Ubuntu Bionic) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1823125 Title: tomcat9 fails to install i

[Touch-packages] [Bug 1821768] Re: Java-gtk3 theming has many artefacts after updating to openjdk-11 in bionic-proposed

2019-03-26 Thread Tiago Stürmer Daitx
Could you please take a look at bug #1770278 and look if the screenshot with the artifacts is the same/similar to what you are seeing here? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu. https://bugs.

[Touch-packages] [Bug 1814133] Re: update to openjdk 11 in 18.04 LTS

2019-03-04 Thread Tiago Stürmer Daitx
: https://launchpad.net/~openjdk-11-transition/+archive/ubuntu/stage1 https://launchpad.net/~openjdk-11-transition/+archive/ubuntu/stage2 Please copy them in the following order/grouping. Group 1: * maven-debian-helper 2.3.2~18.04.1 Tiago Stürmer Daitx (2019-02-05) Group 2: * dd-plist 1.20

[Touch-packages] [Bug 1814133]

2019-03-04 Thread Tiago Stürmer Daitx
-11-transition/+archive/ubuntu/stage2 Please copy them in the following order/grouping. Group 1: * maven-debian-helper 2.3.2~18.04.1 Tiago Stürmer Daitx (2019-02-05) Group 2: * dd-plist 1.20-1~18.04.1 Tiago Stürmer Daitx (2019-02-05) * libcommons-lang3-java 3.8-1~18.04.2 Tiago Stürmer

[Touch-packages] [Bug 1814133] Re: update to openjdk 11 in 18.04 LTS

2019-02-22 Thread Tiago Stürmer Daitx
order/grouping. Group 1: * maven-debian-helper 2.3.2~18.04.1 Tiago Stürmer Daitx (2019-02-05) Group 2: * dd-plist 1.20-1~18.04.1 Tiago Stürmer Daitx (2019-02-05) * libcommons-lang3-java 3.8-1~18.04.2 Tiago Stürmer Daitx (2019-02-05) * plexus-languages 0.9.10-1~18.04.1 Tiago Stürmer Daitx

[Touch-packages] [Bug 1814133]

2019-02-22 Thread Tiago Stürmer Daitx
-11-transition/+archive/ubuntu/stage2 Please copy them in the following order/grouping. Group 1: * maven-debian-helper 2.3.2~18.04.1 Tiago Stürmer Daitx (2019-02-05) Group 2: * dd-plist 1.20-1~18.04.1 Tiago Stürmer Daitx (2019-02-05) * libcommons-lang3-java 3.8-1~18.04.2 Tiago Stürmer

Re: [Touch-packages] [Openjdk] [Bug 1814133] Re: update to openjdk 11 in 18.04 LTS

2019-02-22 Thread Tiago Stürmer Daitx
that must be build/bootstrapped with openjdk-10 PPAs: https://launchpad.net/~openjdk-11-transition/+archive/ubuntu/stage1 https://launchpad.net/~openjdk-11-transition/+archive/ubuntu/stage2 Please copy them in the following order/grouping. Group 1: * maven-debian-helper 2.3.2~18.04.

Re: [Touch-packages] [Openjdk] [Bug 1814133] Re: update to openjdk 11 in 18.04 LTS

2019-02-22 Thread Tiago Stürmer Daitx
h openjdk-10 PPAs: https://launchpad.net/~openjdk-11-transition/+archive/ubuntu/stage1 https://launchpad.net/~openjdk-11-transition/+archive/ubuntu/stage2 Please copy them in the following order/grouping. Group 1: * maven-debian-helper 2.3.2~18.04.1 Tiago Stürmer Daitx (2019-02-05) Group

[Touch-packages] [Bug 1814133] Re: update to openjdk 11 in 18.04 LTS

2019-02-22 Thread Tiago Stürmer Daitx
/+archive/ubuntu/stage2 Please copy them in the following order/grouping. Group 1: * maven-debian-helper 2.3.2~18.04.1 Tiago Stürmer Daitx (2019-02-05) Group 2: * dd-plist 1.20-1~18.04.1 Tiago Stürmer Daitx (2019-02-05) * libcommons-lang3-java 3.8-1~18.04.2 Tiago Stürmer Daitx (2019-02-05

[Touch-packages] [Bug 1814133] Re: update to openjdk 11 in 18.04 LTS

2019-02-22 Thread Tiago Stürmer Daitx
-11-transition/+archive/ubuntu/stage2 Please copy them in the following order/grouping. Group 1: * maven-debian-helper 2.3.2~18.04.1 Tiago Stürmer Daitx (2019-02-05) Group 2: * dd-plist 1.20-1~18.04.1 Tiago Stürmer Daitx (2019-02-05) * libcommons-lang3-java 3.8-1~18.04.2 Tiago Stürmer

[Touch-packages] [Bug 1814133] Re: update to openjdk 11 in 18.04 LTS

2019-02-22 Thread Tiago Stürmer Daitx
order/grouping. Group 1: * maven-debian-helper 2.3.2~18.04.1 Tiago Stürmer Daitx (2019-02-05) Group 2: * dd-plist 1.20-1~18.04.1 Tiago Stürmer Daitx (2019-02-05) * libcommons-lang3-java 3.8-1~18.04.2 Tiago Stürmer Daitx (2019-02-05) * plexus-languages 0.9.10-1~18.04.1 Tiago Stürmer

[Touch-packages] [Bug 1814133] Re: update to openjdk 11 in 18.04 LTS

2019-02-21 Thread Tiago Stürmer Daitx
2.3.2~18.04.1 Tiago Stürmer Daitx (2019-02-05) + + Group 2: + * dd-plist 1.20-1~18.04.1 Tiago Stürmer Daitx (2019-02-05) + * libcommons-lang3-java 3.8-1~18.04.2 Tiago Stürmer Daitx (2019-02-05) + * plexus-languages 0.9.10-1~18.04.1 Tiago Stürmer Daitx (2019-02-05) + * testng 6.9.12-2ubuntu1 Tiago

[Touch-packages] [Bug 1814133] Re: update to openjdk 11 in 18.04 LTS

2019-02-02 Thread Tiago Stürmer Daitx
** Description changed: - update to openjdk 11 in 18.04 LTS + Transition OpenJDK 11 to 18.04 LTS. + + This transition is a security update of openjdk-lts and requires new dependencies as well as package backports and SRU fixes to go into the security pocket for a couple reasons: + - openjdk-lts

[Touch-packages] [Bug 1814133] Re: update to openjdk 11 in 18.04 LTS

2019-01-31 Thread Tiago Stürmer Daitx
** Also affects: jtreg (Ubuntu) Importance: Undecided Status: New ** Also affects: libcommons-lang3-java (Ubuntu) Importance: Undecided Status: New ** Also affects: testng (Ubuntu) Importance: Undecided Status: New ** Also affects: gradle (Ubuntu) Importance: Und

[Touch-packages] [Bug 1799014] Re: bold font rendeing in Java is broken in Cosmic with OpenJDK 11

2019-01-22 Thread Tiago Stürmer Daitx
(Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: openjdk-lts (Ubuntu) Assignee: (unassigned) => Tiago Stürmer Daitx (tdaitx) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to freetype in Ubuntu. ht

[Touch-packages] [Bug 1688018] Re: DNS server from vpn connection is not being used after network-manager upgrade to 1.2.6

2018-11-26 Thread Tiago Maurício
I am running Ubuntu 16.04 with plasma. I was experiencing this issue and downgraded the network-manager package to 1.2.2-0ubuntu0.16.04.4. Since the downgrade I haven't had any trouble. Waiting for fix in the latest version :) -- You received this bug notification because you are a member of Ubun

[Touch-packages] [Bug 1667512] Re: [SRU] update-initramfs should sync only the filesystem containing the initramfs image

2018-09-27 Thread Tiago Stürmer Daitx
Did the testcase verification again for the new 0.130ubuntu3.5 bionic- proposed upload and I confirm again that it works as expected. ** Tags removed: verification-needed verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a me

[Touch-packages] [Bug 1791959] Re: [SRU] remove orphaned initrd old-dkms files in /boot

2018-09-27 Thread Tiago Stürmer Daitx
Verified that initramfs-tools 0.130ubuntu3.5 in bionic-proposed now works as expected after following through the testcase. As expected orphaned old-dkms files are properly removed and no other files are affected. ** Tags removed: verification-needed verification-needed-bionic ** Tags added: veri

[Touch-packages] [Bug 1791959] Re: [SRU] remove orphaned initrd old-dkms files in /boot

2018-09-27 Thread Tiago Stürmer Daitx
I have prepared a new merge proposal that includes the right version check in the postinst for Bionic. This has been uploaded to the Bionic queue as 0.130ubuntu3.5. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-too

[Touch-packages] [Bug 1667512] Re: [SRU] update-initramfs should sync only the filesystem containing the initramfs image

2018-09-27 Thread Tiago Stürmer Daitx
Verification done in Xenial and Bionic as per the test case. It works fine and will prevent update-initramfs from being stuck in the described scenarios. ** Tags removed: verification-needed-bionic verification-needed-xenial ** Tags added: verification-done-bionic verification-done-xenial ** Tags

[Touch-packages] [Bug 1791959] Re: [SRU] remove orphaned initrd old-dkms files in /boot

2018-09-27 Thread Tiago Stürmer Daitx
Verification failed on Bionic when following the test case, the postinst script has a bad check for the previous version of initramfs-tools it expected - it is testing against a version from Xenial, not the Bionic version. ** Tags removed: verification-needed verification-needed-bionic ** Tags add

[Touch-packages] [Bug 1791959] Re: [SRU] remove orphaned initrd old-dkms files in /boot

2018-09-27 Thread Tiago Stürmer Daitx
Verification done on Xenial by following the test case. ** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bu

[Touch-packages] [Bug 1792189] Re: linux-firmware does not depend on initramfs-tools

2018-09-19 Thread Tiago Stürmer Daitx
** Changed in: initramfs-tools (Ubuntu) Status: Invalid => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1792189 Title: linux-firmware does not d

[Touch-packages] [Bug 1791959] Re: [SRU] remove orphaned initrd old-dkms files in /boot

2018-09-18 Thread Tiago Stürmer Daitx
** Merge proposal unlinked: https://code.launchpad.net/~tdaitx/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/355188 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launc

[Touch-packages] [Bug 1791959] Re: [SRU] remove orphaned initrd old-dkms files in /boot

2018-09-18 Thread Tiago Stürmer Daitx
SRU as a merge proposal for both this and bug 1667512 available at Bionic: https://code.launchpad.net/~tdaitx/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/355189 Xenial: https://code.launchpad.net/~tdaitx/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/355190 ** No long

[Touch-packages] [Bug 1667512] Re: [SRU] update-initramfs should sync only the filesystem containing the initramfs image

2018-09-18 Thread Tiago Stürmer Daitx
SRU as a merge proposal for both this and bug 1791959 available at Bionic: https://code.launchpad.net/~tdaitx/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/355189 Xenial: https://code.launchpad.net/~tdaitx/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/355190 -- You re

[Touch-packages] [Bug 1667512] Re: [SRU] update-initramfs should sync only the initram hangs on upgrade, dpkg unusable, unbootable system

2018-09-17 Thread Tiago Stürmer Daitx
** Summary changed: - update-initramfs hangs on upgrade, dpkg unusable, unbootable system + [SRU] update-initramfs should sync only the initram hangs on upgrade, dpkg unusable, unbootable system ** Summary changed: - [SRU] update-initramfs should sync only the initram hangs on upgrade, dpkg un

[Touch-packages] [Bug 1667512] Re: update-initramfs hangs on upgrade, dpkg unusable, unbootable system

2018-09-17 Thread Tiago Stürmer Daitx
** Description changed: - At least four users, including myself, are having an issue with update- - initramfs hanging while updating ubuntu 16.04. The bug has been - documented while attempting an update to multiple kernel versions ( - 4.4.0-24, 4.4.0-62, 4.4.0-63). The bug causes any apt-get upd

[Touch-packages] [Bug 1791959] Re: [SRU] remove orphaned initrd old-dkms files in /boot

2018-09-12 Thread Tiago Stürmer Daitx
attaching cosmic patch ** Patch added: "initramfs-tools_0.131ubuntu10_debdiff_0.131ubuntu11.patch" https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1791959/+attachment/5187984/+files/initramfs-tools_0.131ubuntu10_debdiff_0.131ubuntu11.patch -- You received this bug notification because yo

[Touch-packages] [Bug 1791959] Re: [SRU] remove orphaned initrd old-dkms files in /boot

2018-09-12 Thread Tiago Stürmer Daitx
attaching bionic sru patch ** Patch added: "initramfs-tools_0.130ubuntu3.3_debdiff_0.130ubuntu3.4.patch" https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1791959/+attachment/5187983/+files/initramfs-tools_0.130ubuntu3.3_debdiff_0.130ubuntu3.4.patch ** Tags added: bionic -- You received t

[Touch-packages] [Bug 1791959] Re: [SRU] remove orphaned initrd old-dkms files in /boot

2018-09-12 Thread Tiago Stürmer Daitx
attaching xenial sru patch ** Description changed: [Impact] If a dkms package is installed which has REMAKE_INITRD or the same setting has been manually configured by a user then when a kernel is removed its possible for an ".old-dkms" file to be left in /boot with no associated kernel.

[Touch-packages] [Bug 1791959] Re: [SRU] remove orphaned initrd old-dkms files in /boot

2018-09-12 Thread Tiago Stürmer Daitx
** Summary changed: - remove /boot/initrd.img-*.old-dkms files left behind + [SRU] remove orphaned initrd old-dkms files in /boot ** Description changed: [Impact] If a dkms package is installed which has REMAKE_INITRD or the same setting has been manually configured by a user then when a ke

[Touch-packages] [Bug 1791959] Re: remove /boot/initrd.img-*.old-dkms files left behind

2018-09-11 Thread Tiago Stürmer Daitx
** Changed in: dkms (Ubuntu Xenial) Status: New => Invalid ** Changed in: dkms (Ubuntu Bionic) Status: New => Invalid ** Description changed: [Impact] If a dkms package is installed which has REMAKE_INITRD or the same setting has been manually configured by a user then when a

[Touch-packages] [Bug 1791959] Re: remove /boot/initrd.img-*.old-dkms files left behind

2018-09-11 Thread Tiago Stürmer Daitx
** Changed in: dkms (Ubuntu) Importance: Undecided => Medium ** Changed in: dkms (Ubuntu) Status: New => Confirmed ** Also affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New ** Changed in: initramfs-tools (Ubuntu) Status: New => Confirmed ** Changed i

[Touch-packages] [Bug 1791959] Re: remove /boot/initrd.img-*.old-dkms files left behind

2018-09-11 Thread Tiago Stürmer Daitx
** Changed in: dkms (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1791959 Title: remove /boot/initrd.img-*.old-dkms f

[Touch-packages] [Bug 1667512] Re: update-initramfs hangs on upgrade, dpkg unusable, unbootable system

2018-08-14 Thread Tiago Stürmer Daitx
** Tags added: bionic xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1667512 Title: update-initramfs hangs on upgrade, dpkg unusable, unbootable system Sta

[Touch-packages] [Bug 1715435] Re: Can't lock screen with keyboard shortcuts when using lightdm

2018-05-14 Thread Tiago
Ubuntu 18 is still with the same bug -- 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/1715435 Title: Can't lock screen with keyboard shortcuts when using lightdm Status in

[Touch-packages] [Bug 1679865] Re: coreutils FTBFS during zesty test rebuild

2017-10-05 Thread Tiago Stürmer Daitx
This is caused by a change in the new TZ as reported at [1]. A fix is provided in [2] but required a small change for the first chunk to apply cleanly - see attached debdiff. Other option is to sync the newest version, 8.28-1 [3,4], which includes the fix upstream and builds cleanly. [1] http://l

[Touch-packages] [Bug 1711449] Re: [FTBFS] lxc build fails due to gcc-7

2017-08-17 Thread Tiago Stürmer Daitx
** Patch added: "lxc_2.0.8-0ubuntu4_2.0.8-0ubuntu5.debdiff" https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1711449/+attachment/4934433/+files/lxc_2.0.8-0ubuntu4_2.0.8-0ubuntu5.debdiff ** Tags added: artful ftbfs patch -- You received this bug notification because you are a member of Ubun

[Touch-packages] [Bug 1711449] [NEW] [FTBFS] lxc build fails due to gcc-7

2017-08-17 Thread Tiago Stürmer Daitx
Public bug reported: Currently lxc FTBFS due to a GCC-7 bug. There's a upstream report for gcc-7 [1], but meanwhile lxc upstream has applied a workaround that fixes the build [1]. cgroups/cgfsng.c: In function ‘cgfsng_create’: cgroups/cgfsng.c:1381:23: error: ‘__builtin___snprintf_chk’ output ma

[Touch-packages] [Bug 1696814] Re: add openjdk hs log to list of acceptable_fields in whoopsie

2017-07-21 Thread Tiago Stürmer Daitx
Import notes about running the testcase in Xenial and Zesty: 1. OpenJDK 8 has not yet been released with the apport hook on Xenial and Zesty; I copied the source_openjdk-8.py hook file from the apport package-hooks directory from OpenJDK 8 in artful to the right place in order to test it in Xeni

[Touch-packages] [Bug 1696814] Re: add openjdk hs log to list of acceptable_fields in whoopsie

2017-07-21 Thread Tiago Stürmer Daitx
Results from the testcase in Zesty: - current whoopsie 0.2.55: no HotspotError (as expected) https://errors.staging.ubuntu.com/oops/90d56bae-6e50-11e7-8a18-fa163eaf9b83 - proposed whoopsie 0.2.55.1: HotspotError is present (as expected) https://errors.staging.ubuntu.com/oops/3e464710-6e4f-11e7-8a

[Touch-packages] [Bug 1696814] Re: add openjdk hs log to list of acceptable_fields in whoopsie

2017-07-21 Thread Tiago Stürmer Daitx
Results from tests on Xenial: - current whoopsie 0.2.52.3: no HotspotError (as expected) https://errors.staging.ubuntu.com/oops/5e77a89e-6e4a-11e7-8a18-fa163eaf9b83 - proposed whoopsie 0.2.52.4: HotspotError is present (as expected) https://errors.staging.ubuntu.com/oops/cfa0113c-6e4a-11e7-8a18-f

[Touch-packages] [Bug 1696814] Re: add openjdk hs log to list of acceptable_fields in whoopsie

2017-07-20 Thread Tiago Stürmer Daitx
** Description changed: - [Impact] + [Impact] By default OpenJDK 8 generates an hs_err file when it crashes, this file contains the stacktrace generated by OpenJDK (thus it contains different data compared to a gdb stacktrace) plus information on the running threads, classes, and memory usag

[Touch-packages] [Bug 1705320] [NEW] [SRU] update whoopsie to include openjdk's hotspoterror key and network manager state fix

2017-07-19 Thread Tiago Stürmer Daitx
Public bug reported: whoopsie needs a SRU with 2 recent fixes for both Xenial and Zesty. The first fix is tracked by bug #1696814 and was added to whoopsie 0.2.56/artful. It adds the new HotspotError key into the acceptable_fields so that the new apport hook from OpenJDK 8 can upload the hs_err f

[Touch-packages] [Bug 1705320] Re: [SRU] update whoopsie to include openjdk's hotspoterror key and network manager state fix

2017-07-19 Thread Tiago Stürmer Daitx
** Patch added: "whoopsie_0.2.55_0.2.55.1.debdiff" https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1705320/+attachment/4917749/+files/whoopsie_0.2.55_0.2.55.1.debdiff ** Description changed: whoopsie needs a SRU with 2 recent fixes for both Xenial and Zesty. - The first fix is #1

[Touch-packages] [Bug 1705320] Re: [SRU] update whoopsie to include openjdk's hotspoterror key and network manager state fix

2017-07-19 Thread Tiago Stürmer Daitx
** Patch added: "whoopsie_0.2.52.3_0.2.52.4.debdiff" https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1705320/+attachment/4917748/+files/whoopsie_0.2.52.3_0.2.52.4.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribe

[Touch-packages] [Bug 1696814] Re: add openjdk hs log to list of acceptable_fields in whoopsie

2017-07-19 Thread Tiago Stürmer Daitx
** Description changed: - OpenJDK 8 apport hook attaches the hs_err_pid.log (if it exists) to - a Crash report under the HotspotError key. The hook is currently limited - to attaching files under 100 KB. + [Impact] + By default OpenJDK 8 generates an hs_err file when it crashes, this file contai

[Touch-packages] [Bug 1704174] [NEW] update apparmor rules to include wicd's dhclient.conf file

2017-07-13 Thread Tiago Stürmer Daitx
Public bug reported: Package: isc-dhcp-client Version: 4.3.5-3ubuntu Arch: amd64 Release: artful Report == The apparmor rules for /sbin/dhclient are missing an entry for wicd's dhclient.conf file, see the log bellow: audit: type=1400 audit(1499962030.711:50): apparmor="DENIED" operation="op

[Touch-packages] [Bug 1647638] Re: W: APT had planned for dpkg to do more than it reported back

2017-06-14 Thread Tiago Stürmer Daitx
Small correction to get the right zz-fail file (needs to escape $), please run: $ sudo tee /etc/kernel/postinst.d/zz-fail

[Touch-packages] [Bug 1647638] Re: W: APT had planned for dpkg to do more than it reported back

2017-06-14 Thread Tiago Stürmer Daitx
I could replicate it on my system, I got the following message on the tests: W: APT had planned for dpkg to do more than it reported back (0 vs 4). Affected packages: linux-image-4.10.0-22-generic:amd64 == Reproducer == $ sudo tee /etc/kernel/postinst.d/zz-fail

[Touch-packages] [Bug 1696814] Re: add openjdk hs log to list of acceptable_fields in whoopsie

2017-06-08 Thread Tiago Stürmer Daitx
** Attachment removed: "source-openjdk-8.py" https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1696814/+attachment/4892544/+files/source-openjdk-8.py ** Attachment added: "source-openjdk-8.py" https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1696814/+attachment/4892554/+files/

[Touch-packages] [Bug 1696814] Re: add openjdk hs log to list of acceptable_fields in whoopsie

2017-06-08 Thread Tiago Stürmer Daitx
This is the proposed openjdk-8 hook. ** Description changed: - This is for Tiago's openjdk apport package hook. + OpenJDK 8 apport hook attaches the hs_err_pid.log (if it exists) to + a Crash report under the HotspotError key. The hook is currently limited + to attaching files under 100 KB. + +

[Touch-packages] [Bug 1640320] Re: FTBFS in zesty

2017-03-10 Thread Tiago Stürmer Daitx
I believe that the failed builds were re-run since the first report by Dimitri and then failed due to googletest. After fixing the googletest issues then we end up with another FTBFS caused by missing 'vector' includes. I have added a merge proposal with the fixes in place. ** Branch linked: lp:~

[Touch-packages] [Bug 1637239] Re: Please merge ncurses 6.0+20160917-1 (main) from Debian unstable (main)

2017-03-07 Thread Tiago Stürmer Daitx
i-bin/bugreport.cgi?bug=848163 ** Patch added: "ncurses_6.0+20161126-1_ncurses_6.0+20161126-1ubuntu1.diff" https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/1637239/+attachment/4833150/+files/ncurses_6.0+20161126-1_ncurses_6.0+20161126-1ubuntu1.diff ** Changed in: ncurses (Ubuntu)

[Touch-packages] [Bug 1662868] [NEW] Changes to organizationName management break qt-labs-settings

2017-02-08 Thread Tiago Salem Herrmann
Public bug reported: Recent changes to the way ubuntu-ui-toolkit handles the organizationName break the qml Settings component. It cannot access the right configuration files as organizationName is used to build the configuration file paths. I added more details to this comment on the MR that int

[Touch-packages] [Bug 1615474] Re: Network Indicator / Connectivity-API is not accessible

2017-01-27 Thread Tiago Carrondo
rm .config/connectivity-service/config.ini.lock solved my problem instantly! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu. https://bugs.launchpad.net/bugs/1615474 Title: Network Indicator / C

[Touch-packages] [Bug 1655022] Re: Image preview no longer works

2017-01-09 Thread Tiago Salem Herrmann
** Branch linked: lp:~phablet-team/messaging-app/fix-attachments-preview -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1655022 Title: Image preview no longer works

[Touch-packages] [Bug 1637239] [NEW] Please merge ncurses 6.0+20160917-1 (main) from Debian unstable (main)

2016-10-27 Thread Tiago Stürmer Daitx
Public bug reported: Ubuntu version: 6.0+20160625-1ubuntu1 Debian verison: 6.0+20160917-1 Details: https://merges.ubuntu.com/n/ncurses/REPORT ** Affects: ncurses (Ubuntu) Importance: Undecided Assignee: Tiago Stürmer Daitx (tdaitx) Status: In Progress ** Changed in: ncurses

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-22 Thread Tiago Salem Herrmann
So, while debugging this issue I found the following: The delay seems to be bigger if wifi is disabled. If wifi is enabled, after 1:30 at most the device wakes up, and if no wifi, device seems to remain off indefinitely (I waited only for 10 minutes then gave up). In my case, it's krillin and I ha

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-21 Thread Tiago Salem Herrmann
The flow is ofono -> telepathy-ofono -> telephony-service-indicator -> Notification My guess is that telephony-service-indicator could be stuck for some reason (waiting on some dbus call to finish or something like that). -- You received this bug notification because you are a member of Ubuntu T

[Touch-packages] [Bug 1613471] Re: [MIR] telepathy-ofono

2016-09-09 Thread Tiago Salem Herrmann
Yes, maybe use XDG_SESSION_DESKTOP could be a good solution, but we decided to remove the dependency of telepathy-ofono from telephony- service, so I believe once we land that change this MIR won't be needed anymore. https://requests.ci-train.ubuntu.com/#/ticket/1902 -- You received this bug not

[Touch-packages] [Bug 1613469] Re: [MIR] ofono-qt

2016-08-24 Thread Tiago Salem Herrmann
- libqofono did not exist by the time telepathy-ofono was created, and ofono-qt was the only alternative. libqofono started as a fork of ofono- qt IIRC. - The tests work with ofono-phonesim (actually phonesim is required). - Some tests require manual interaction: http://paste.ubuntu.com/23085781/

[Touch-packages] [Bug 1613471] Re: [MIR] telepathy-ofono

2016-08-23 Thread Tiago Salem Herrmann
- I believe telepathy-ofono-ril-mc-plugin is disabled on most archs because it depends on libhybris-utils, and that is not available on all architectures. - telepathy-ofono uses libpulse to change the system audio routes when there is an incoming call and other call events. That affects the entire

[Touch-packages] [Bug 1613469] Re: [MIR] ofono-qt

2016-08-23 Thread Tiago Salem Herrmann
Tests are not executed because they rely on ofonod running with some modem enabled, which is not doable on test environments. Yes, it was abandoned upstream because ofono-qt was mostly replaced by libqofono. This is the main reason why it has no bugs open. There was some discussion to move telep

[Touch-packages] [Bug 1616028] [NEW] does not detect bluetooth mouse Thinkpad X1

2016-08-23 Thread Tiago Policarpo
Public bug reported: does not list the device. some help to debug. ** Affects: bluez (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu. https://bugs.lau

[Touch-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-08-18 Thread Tiago Stürmer Daitx
This bug was not related to lcms, but to OpenJDK. Invalidating it for LCMS. ** Changed in: lcms2 (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lcms2 in Ubuntu. https://bugs.laun

[Touch-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-08-18 Thread Tiago Stürmer Daitx
IcedTea #1896 tracks the LCMS 2.7 update. The fix for this bug was tracked under IcedTea #3020. ** Bug watch added: Iced Tea Bugzilla #3020 http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3020 ** Changed in: openjdk Importance: Medium => Unknown ** Changed in: openjdk Status:

[Touch-packages] [Bug 1613474] [NEW] [MIR] telepathy-qt5

2016-08-15 Thread Tiago Salem Herrmann
Public bug reported: [Availability] * Available in universe [Rationale] * This package is required by telephony-service, history-service, telepathy-ofono and media-hub. [Security] * No known security issues at this time. [Quality assurance] * This package has unit tests, but not executed d

[Touch-packages] [Bug 1613469] [NEW] [MIR] ofono-qt

2016-08-15 Thread Tiago Salem Herrmann
Public bug reported: [Availability] * Available in universe [Rationale] * This package is required by telepathy-ofono [Security] * No known security issues at this time. [Quality assurance] * This package has unit tests, but not executed during build because they require ofono to be runnin

[Touch-packages] [Bug 1612277] [NEW] Tapping the green bar during calls does not bring dialer-app to foreground.

2016-08-11 Thread Tiago Salem Herrmann
Public bug reported: This seems to be xenial only. I flashed the device with channel ubuntu-touch/staging/bq-aquaris.en and installed silo 11 (with new qt 5.6). I noticed that tapping the green top bar during calls does not bring dialer-app to foreground anymore. I'm still not sure if this was i

[Touch-packages] [Bug 1598850] Re: [merge request] Please merge ncurses 6.0+20160319-2 (main) from Debian unstable (main)

2016-07-07 Thread Tiago Stürmer Daitx
** Patch added: "debdiff between latest ubuntu version and the merged package (debian directory only, ignore upstream changes)" https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/1598850/+attachment/4697108/+files/ncurses_6.0+20160319-1ubuntu1-ncurses_6.0+20160625-1ubuntu1_debian-dir-only.

[Touch-packages] [Bug 1598850] Re: [merge request] Please merge ncurses 6.0+20160319-2 (main) from Debian unstable (main)

2016-07-07 Thread Tiago Stürmer Daitx
** Patch added: "debdiff between debian and the new merge" https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/1598850/+attachment/4697106/+files/ncurses_6.0+20160625-1-ncurses_6.0+20160625-1ubuntu1.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seed

[Touch-packages] [Bug 1598850] Re: [merge request] Please merge ncurses 6.0+20160319-2 (main) from Debian unstable (main)

2016-07-07 Thread Tiago Stürmer Daitx
** Patch added: "debdiff between latest ubuntu version and the merged package" https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/1598850/+attachment/4697107/+files/ncurses_6.0+20160319-1ubuntu1-ncurses_6.0+20160625-1ubuntu1.debdiff ** Patch removed: "debdiff between debian and the new mer

[Touch-packages] [Bug 1598850] Re: Please merge ncurses 6.0+20160319-2 (main) from Debian unstable (main)

2016-07-04 Thread Tiago Stürmer Daitx
** Patch added: "debdiff between latest ubuntu version and the merged package" https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/1598850/+attachment/4695260/+files/ncurses_6.0+20160319-1ubuntu1_ncurses_6.0+20160319-2ubuntu1.debdiff ** Changed in: ncurses (Ubuntu) Assig

[Touch-packages] [Bug 1598850] Re: Please merge ncurses 6.0+20160319-2 (main) from Debian unstable (main)

2016-07-04 Thread Tiago Stürmer Daitx
** Patch added: "debdiff between debian and the new merge" https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/1598850/+attachment/4695259/+files/ncurses_6.0+20160319-2_ncurses_6.0+20160319-2ubuntu1.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seed

[Touch-packages] [Bug 1598850] [NEW] Please merge ncurses 6.0+20160319-2 (main) from Debian unstable (main)

2016-07-04 Thread Tiago Stürmer Daitx
Public bug reported: Old Ubuntu version: 6.0+20160319-1ubuntu1 Details: https://merges.ubuntu.com/n/ncurses/REPORT (from https://merges.ubuntu.com/main.html) ** Affects: ncurses (Ubuntu) Importance: Undecided Assignee: Tiago Stürmer Daitx (tdaitx) Status: In Progress

[Touch-packages] [Bug 1461873] Re: [messaging] Ability to forward SMS without copy 'n past approach

2016-06-28 Thread Tiago Salem Herrmann
** Branch linked: lp:~tiagosh/messaging-app/forward-support -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1461873 Title: [messaging] Ability to forward SMS without

[Touch-packages] [Bug 1588127] Re: Phone abandons incoming call

2016-06-28 Thread Tiago Salem Herrmann
I am seeing timeout from the approver while trying to create an instance of media-hub in the dbus.log file. Media-hub is a telepathy observer (it watches telepathy to stop music when there is an incoming call), and telepathy by design won't forward the incoming call to the approver (to display the

[Touch-packages] [Bug 1588127] Re: Phone abandons incoming call

2016-06-28 Thread Tiago Salem Herrmann
Thanks for the logs, could you also grab the dbus logs using the steps I provided on comment #6 using adb? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1588127

  1   2   3   4   >