[Touch-packages] [Bug 2058976] Re: Configuration files for networkd are created when NetworkManager is the default renderer

2024-04-09 Thread Alfonso Sanchez-Beato
To be clear, that carrier is set to "failed" when retriggering uevents is not the main problem. The main problem is that after 5-10 minutes, networkd silently takes control again of the ethernet interface. The retriggering of uevents and the reaction on the networkd side is just an indication that

[Touch-packages] [Bug 2060676] Re: login: remove pam_lastlog.so from config

2024-04-09 Thread Alfonso Sanchez-Beato
/etc/pam.d/login references the module: sessionoptional pam_lastlog.so -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to shadow in Ubuntu. https://bugs.launchpad.net/bugs/2060676 Title: login: remove pam_lastlog.so

[Touch-packages] [Bug 2060676] [NEW] login: remove pam_lastlog.so from config

2024-04-09 Thread Alfonso Sanchez-Beato
Public bug reported: Imported from Debian bug http://bugs.debian.org/1068229: Package: libpam-modules Version: 1.5.3-6 Severity: normal I noticed the following line in my logs: login[2449]: PAM unable to dlopen(pam_lastlog.so): /usr/lib/security/pam_lastlog.so: cannot open shared object file:

[Touch-packages] [Bug 2039411] Re: Addition of ppa repository failing intermittently

2023-10-17 Thread Alfonso Sanchez-Beato
I am seeing this on focal, when running command: $ add-apt-repository ppa:snappy-dev/image -y on 20.04. 22.04 seems to be fine. The errors I see are of the same two types as those in the bug description: << Cannot add PPA: 'ppa:~snappy-dev/ubuntu/image'. The team named '~snappy-dev' has no PPA

[Touch-packages] [Bug 2025339] Re: FDE image fails to run e2fsck

2023-06-29 Thread Alfonso Sanchez-Beato
Related debian bug: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=1031622 ** Bug watch added: Debian Bug tracker #1031622 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031622 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 2025339] Re: FDE image fails to run e2fsck

2023-06-29 Thread Alfonso Sanchez-Beato
** Description changed: After installation of the FDE image, the system fails to boot due to e2fsck failing with: - Jun 21 12:48:19 ubuntu systemd-fsck[268]: /dev/vda2 has unsupported - feature(s): FEATURE_C12 + Jun 21 12:48:19 ubuntu systemd-fsck[268]: /dev/vda2 has unsupported

[Touch-packages] [Bug 2015887] Re: VPN private key is visible

2023-04-11 Thread Alfonso Sanchez-Beato
Please report this for the network-manager debian package, the snappy- hwe-snaps is only for the network-manager snap package. ** Also affects: network-manager (Ubuntu) Importance: Undecided Status: New ** Changed in: snappy-hwe-snaps Status: New => Invalid -- You received

[Touch-packages] [Bug 2012902] [NEW] netplan plugin: generated NM config when using globbing will be used for only one connection

2023-03-27 Thread Alfonso Sanchez-Beato
Public bug reported: There is a mismatch between what netplan expresses when using globbing in a netplan file and what NM understands when using a match setting. For instance: network: version: 2 ethernets: all-en: match: name: "en*" dhcp4:

[Touch-packages] [Bug 1998207] Re: netplan network-manager plugin tries to save temporary connections

2023-03-21 Thread Alfonso Sanchez-Beato
@slyon thanks, I have manually tested and seems to work. I've created https://github.com/snapcore/network-manager-snap/pull/15, let's see how tests go. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in

[Touch-packages] [Bug 1998207] Re: netplan network-manager plugin tries to save temporary connections

2023-01-10 Thread Alfonso Sanchez-Beato
To reproduce the problem, this should be enough: 1. Create a connection to an OpenVPN server 2. Start the connection. The OpenVPN plugin will create a tunnel interface. 3. "nmcli c" should show a tunX connection and the VPN connection. "nmcli d" should show tunX as a external connection. 4.

[Touch-packages] [Bug 1998207] Re: netplan network-manager plugin tries to save temporary connections

2023-01-10 Thread Alfonso Sanchez-Beato
> So IIUC the connection works as expected, but only after reloading the connection profiles; it doesn't show up at the time it is expected, right? Hm, not sure if we mean the same. That two connections (tun2 and ) appear after connecting to the VPN is expected. NM recognizes tun2 as "external"

[Touch-packages] [Bug 1998207] Re: netplan network-manager plugin tries to save temporary connections

2023-01-10 Thread Alfonso Sanchez-Beato
Changing the check as suggested to: if (!is_volatile && !is_nm_generated && !is_external) { ... does help and netplan files for tun0 and tun1 are not written anymore. But, when I create a VPN connection I still have problems. $ network-manager.nmcli c import type openvpn file $

[Touch-packages] [Bug 1998207] Re: netplan network-manager plugin tries to save temporary connections

2023-01-09 Thread Alfonso Sanchez-Beato
Unfortunately this is still happening with the patch from comment #3. In fact I do not even need to create a VPN connection for this. If I install easy-openvpn-server: $ snap install easy-openvpn-server it creates two tun devices (tun0 and tun1) that can be seen with "ip address" command. That

[Touch-packages] [Bug 1965901] Re: SRU the new 1.18 serie to focal for hwe

2022-12-02 Thread Alfonso Sanchez-Beato
It turns out that this actually regressed some qualcomm modems because modem-manager started to use some special netlink sockets that were not enabled in the 5.4 kernel. To have that we need (see LP: #1998194): CONFIG_QRTR=m CONFIG_QRTR_SMD=m CONFIG_QRTR_TUN=m CONFIG_QRTR_MHI=m in the 5.4

[Touch-packages] [Bug 1998207] Re: netplan network-manager plugin tries to save temporary connections

2022-11-29 Thread Alfonso Sanchez-Beato
Right, it is more about the plugin, was not fully sure where to put this, but now probably we can put under network-manager deb. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu.

[Touch-packages] [Bug 1982462] Re: Some modprobe loading services requested by the pstore service fail

2022-09-05 Thread Alfonso Sanchez-Beato
I have tested core20 built using the proposed pocket and I can confirm that the issue does not appear (no failed services on start up). I have also tested the focal deb on classic and the modprobe services do not fail either: root@focal:~# apt policy systemd systemd: Installed:

[Touch-packages] [Bug 1982462] Re: Some modprobe loading services requested by the pstore service fail

2022-09-05 Thread Alfonso Sanchez-Beato
I have tested core22 built using the proposed pocket and I can confirm that the issue is gone (no failed services on start up anymore). I have also tested the jammy deb on classic and the modprobe services do not fail either: root@jammy:~# apt policy systemd systemd: Installed:

[Touch-packages] [Bug 1982462] Re: Some modprobe loading services requested by the pstore service fail

2022-08-04 Thread Alfonso Sanchez-Beato
I have tested a modified systemd-pstore.service in UC20 (focal based) adding: [Unit] After=modprobe@efi_pstore.service modprobe@mtdpstore.service modprobe@chromeos_pstore.service modprobe@ramoops.service modprobe@pstore_zone.service modprobe@pstore_blk.service Wants=modprobe@efi_pstore.service

[Touch-packages] [Bug 1982462] Re: Some modprobe loading services requested by the pstore service fail

2022-07-25 Thread Alfonso Sanchez-Beato
** Bug watch added: github.com/snapcore/core-base/issues #72 https://github.com/snapcore/core-base/issues/72 -- 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/1982462

Re: [Touch-packages] [Bug 1982462] Re: Some modprobe loading services requested by the pstore service fail

2022-07-25 Thread Alfonso Sanchez-Beato
On Mon, Jul 25, 2022 at 4:00 PM Lukas Märdian <1982...@bugs.launchpad.net> wrote: > Alfonso, would this also affect Focal (Ubuntu Core 20), after this patch > is shipped to that series via SRU (as it happened on Jammy already)? > > https://git.launchpad.net/~ubuntu-core- &g

[Touch-packages] [Bug 1982462] Re: Some modprobe loading services requested by the pstore service fail

2022-07-21 Thread Alfonso Sanchez-Beato
** Tags added: rls-jj-incoming -- 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/1982462 Title: Some modprobe loading services requested by the pstore service fail Status

[Touch-packages] [Bug 1982462] [NEW] Some modprobe loading services requested by the pstore service fail

2022-07-21 Thread Alfonso Sanchez-Beato
Public bug reported: [Impact] It has been detected that some modprobe services fail on UC22 after the jammy upgrade 249.11-0ubuntu3.4: $ systemctl --system --no-ask-password --no-pager list-units --state=failed Failed units: UNIT LOAD ACTIVE SUBDESCRIPTION ●

[Touch-packages] [Bug 1973835] Re: Ubuntu 22.04, Bluetooth issues

2022-06-03 Thread Alfonso Sanchez-Beato
** Also affects: bluez (Ubuntu) Importance: Undecided Status: New ** No longer affects: snappy-hwe-snaps -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/1973835

[Touch-packages] [Bug 1971430] [NEW] lz4 is not a dependency of initramfs-tools-core

2022-05-03 Thread Alfonso Sanchez-Beato
Public bug reported: lz4 is not a dependency of initramfs-tools-core, although it uses lz4cat in the unmkinitramfs script. ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1958676] Re: error: too early for operation, device not yet seeded or device model not acknowledged Install failed

2022-01-24 Thread Alfonso Sanchez-Beato
With systemd debug trace enabled. Look for Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=RestartUnit cookie=22 reply_cookie=0 signature=ss error-name=n/a error-message=n/a **

[Touch-packages] [Bug 1958676] Re: error: too early for operation, device not yet seeded or device model not acknowledged Install failed

2022-01-24 Thread Alfonso Sanchez-Beato
Full journal attached ** Attachment added: "journal-fail.txt" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1958676/+attachment/5556929/+files/journal-fail.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1958676] Re: error: too early for operation, device not yet seeded or device model not acknowledged Install failed

2022-01-24 Thread Alfonso Sanchez-Beato
This is what I see in a jammy lxd container: Jan 21 17:47:55 jammy systemd[1]: Starting Load AppArmor profiles managed internally by snapd... Jan 21 17:47:55 jammy systemd[1]: Condition check resulted in Auto import assertions from block devices being skipped. Jan 21 17:47:55 jammy systemd[1]:

[Touch-packages] [Bug 1948476] Re: [SRU] Allow target units to fail

2021-12-13 Thread Alfonso Sanchez-Beato
This fixes https://github.com/snapcore/core-initrd/issues/33. Tested by building a core20 snap from focal proposed. Before: [6.611137] systemd[1]: systemd 245.4-4ubuntu3.13 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS

[Touch-packages] [Bug 1948476] [NEW] [SRU] Allow target units to fail

2021-10-22 Thread Alfonso Sanchez-Beato
Public bug reported: [Impact] A systemd regression in focal made it think that target units cannot fail, which produced warnings like: emergency.target: Requested dependency OnFailure=reboot.target ignored (target units cannot fail). So the OnFailure settings are ignored for targets (see

Re: [Touch-packages] [Bug 1943984] Re: No archive files for static compilation are included in the -dev package

2021-09-29 Thread Alfonso Sanchez-Beato
On Wed, Sep 29, 2021 at 1:35 PM Mattia Rizzolo <1943...@bugs.launchpad.net> wrote: > > As a member of the Debian LibreOffice Team, and also as an Ubuntu > Developer, I'm likewise not convinced that starting to build and ship > graphite2's static library is a really useful thing to do. > > I'm

[Touch-packages] [Bug 1943984] Re: No archive files for static compilation are included in the -dev package

2021-09-20 Thread Alfonso Sanchez-Beato
Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994757 ** Bug watch added: Debian Bug tracker #994757 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994757 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1943859] Re: The development package does not include static libraries

2021-09-20 Thread Alfonso Sanchez-Beato
Debian bug report: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=994752 ** Bug watch added: Debian Bug tracker #994752 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994752 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1944107] [NEW] No archive files for static compilation are included in the -dev package

2021-09-20 Thread Alfonso Sanchez-Beato
Public bug reported: There are no libdrm.a, libdrm_amdgpu.a, etc. files, so it is not possible to compile statically against this library. See attached debdiff to solve this. ** Affects: libdrm (Ubuntu) Importance: Undecided Status: New ** Attachment added: "debdiff.patch"

[Touch-packages] [Bug 1943984] [NEW] No archive files for static compilation are included in the -dev package

2021-09-17 Thread Alfonso Sanchez-Beato
Public bug reported: There is no libgraphite2.a file, so it is not possible to compile statically against this library. See attached patch to solve this. ** Affects: graphite2 (Ubuntu) Importance: Undecided Status: New ** Patch added: "debdiff.patch"

[Touch-packages] [Bug 1943859] [NEW] The development package does not include static libraries

2021-09-16 Thread Alfonso Sanchez-Beato
Public bug reported: The development package for pango (libpango1.0-dev) does not include static libraries so it is not possible to link these libraries statically. See attached patch with the fix. ** Affects: pango1.0 (Ubuntu) Importance: Undecided Status: New ** Patch added:

[Touch-packages] [Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-15 Thread Alfonso Sanchez-Beato
Just FTR, note that the change in NM upstream was needed so the network- manager snap was able to correctly detect if udevd is running. We currently build the snap from the source package + some patches including this one. But, the long term target is to be able to create the snap by simply

[Touch-packages] [Bug 1383858] Re: expr-simplify optimization slows click/snap policy compilation

2021-02-15 Thread Alfonso Sanchez-Beato
This MR for apparmor_parser: https://gitlab.com/apparmor/apparmor/-/merge_requests/711 helps quite a bit with accelerating the expression optimization, and actually makes it worth enabling them back. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-03 Thread Alfonso Sanchez-Beato
There is here a change in behavior in lxc/lxd. Running https://paste.ubuntu.com/p/vz7SXcX3K9/: On hirsute lxd container: root@hirsute:~# ./test access errno 13 path is read only: 0 root@hirsute:~# mount | grep 'sysfs on /sys ' sysfs on /sys type sysfs (rw,relatime) On focal lxd container:

Re: [Touch-packages] [Bug 1902652] Re: [arm64] [Libre Computer Board AML-S805X-AC] 3D rendering is very slow

2020-11-05 Thread Joshua Ivan Miranda Alfonso
This iso won't install. On Tue, Nov 3, 2020 at 8:35 PM Daniel van Vugt <1902...@bugs.launchpad.net> wrote: > Please run these commands: > > ls -l /dev/dri/* > dri.txt > glxinfo > glx.txt > > and attach the resulting text files here. > > ** Changed in: mesa (Ubuntu) >Status: New =>

Re: [Touch-packages] [Bug 1902652] Re: [arm64] [Libre Computer Board AML-S805X-AC] 3D rendering is very slow

2020-11-03 Thread Joshua Ivan Miranda Alfonso
there is no ubuntu 20 for my board. On Tue, Nov 3, 2020 at 12:25 AM Daniel van Vugt <1902...@bugs.launchpad.net> wrote: > ** Summary changed: > > - 3d rendering is very slow > + [arm64] [Libre Computer Board AML-S805X-AC] 3D rendering is very slow > > -- > You received this bug notification

[Touch-packages] [Bug 1902652] [NEW] 3d rendering is very slow

2020-11-02 Thread Joshua Ivan Miranda Alfonso
Public bug reported: 3d rendering is very slow, also when surfing the internet, webpages take a while to render. Internet access is not the problem. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: xorg 1:7.7+19ubuntu7.1 Uname: Linux 4.19.64+ aarch64 ApportVersion: 2.20.9-0ubuntu7.18

[Touch-packages] [Bug 1880968] Re: fixrtc fails due to bad format of input to the date command

2020-06-19 Thread Alfonso Sanchez-Beato
I have updated to focal-proposed and checked that now there is no date: invalid date ' Wed Apr 1 17:23:44 2020' output anymore in the console and that fixrtc finishes as expected. $ apt info initramfs-tools Package: initramfs-tools Version: 0.136ubuntu6.2 ... $ cat /proc/cmdline

[Touch-packages] [Bug 1881966] Re: Sporadic network disconnect and re-connect during wifi-scan after upgrading from Ubuntu 18.04 to 20.04

2020-06-09 Thread Alfonso Sanchez-Beato
** Also affects: network-manager (Ubuntu) Importance: Undecided Status: New ** No longer affects: snappy-hwe-snaps -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu.

[Touch-packages] [Bug 1880968] Re: fixrtc fails due to bad format of input to the date command

2020-06-04 Thread Alfonso Sanchez-Beato
** Description changed: The fixrtc script is failing with message: date: invalid date ' Wed Apr 1 17:23:44 2020' when calling the date command. It looks like it does not like the leading spaces for the input date. The date is taken from 'dumpe2fs -h' ouptput, and some

[Touch-packages] [Bug 1880968] Re: fixrtc fails due to bad format of input to the date command

2020-05-27 Thread Alfonso Sanchez-Beato
See attached debdiff for the fix ** Patch added: "initramfs-tools_debdiff.patch" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1880968/+attachment/5377425/+files/initramfs-tools_debdiff.patch -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1880968] [NEW] fixrtc fails due to bad format of input to the date command

2020-05-27 Thread Alfonso Sanchez-Beato
Public bug reported: The fixrtc script is failing with message: date: invalid date ' Wed Apr 1 17:23:44 2020' when calling the date command. It looks like it does not like the leading spaces for the input date. The date is taken from 'dumpe2fs -h' ouptput, and some clean-up on it

[Touch-packages] [Bug 1781597] Re: [SRU] WoWLAN settings are not supported

2020-02-11 Thread Alfonso Sanchez-Beato
It looks like the VPN related SRU that was previous to this one was reverted. Could we land this into bionic? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1781597

[Touch-packages] [Bug 1825194] Re: [SRU] resolvconf is racy, which leads to broken resolv.conf in parallel calls

2019-05-16 Thread Alfonso Sanchez-Beato
I have tested on xenial, the problem is solved with the change. ubuntu@xenial:~$ apt policy resolvconf resolvconf: Installed: 1.78ubuntu7 Candidate: 1.78ubuntu7 Version table: *** 1.78ubuntu7 500 500 http://archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages 100

[Touch-packages] [Bug 1825194] Re: [SRU] resolvconf is racy, which leads to broken resolv.conf in parallel calls

2019-05-06 Thread Alfonso Sanchez-Beato
Thanks Robie, good catch. Please find attached the new patch for xenial: I have moved a bit below the call to flock to ensure the dir was created - the lines now out of the lock do not change any files so that should not be a problem. ** Patch added: "xenial-debdiff.patch"

[Touch-packages] [Bug 1825194] Re: resolvconf is racy, which leads to broken resolv.conf in parallel calls

2019-04-22 Thread Alfonso Sanchez-Beato
Patch for xenial. ** Description changed: + [Impact] + + The bug can lead to non-working DNS. This is a critical bug that needs + to be fixed in the stable release. + + The patch fixes the bug by using a file lock via the flock command. + + [Test case] + + This script should eventually stop

[Touch-packages] [Bug 1825194] Re: resolvconf is racy, which leads to broken resolv.conf in parallel calls

2019-04-22 Thread Alfonso Sanchez-Beato
@vorlon, @tsimonq2, patch for xenial attached, and description changed for SRU. Sponsors teamm re-subscribed. ** Summary changed: - resolvconf is racy, which leads to broken resolv.conf in parallel calls + [SRU] resolvconf is racy, which leads to broken resolv.conf in parallel calls -- You

[Touch-packages] [Bug 1781597] Re: [SRU] WoWLAN settings are not supported

2019-04-22 Thread Alfonso Sanchez-Beato
I would very much like the SRU to happen. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1781597 Title: [SRU] WoWLAN settings are not supported Status in

[Touch-packages] [Bug 1825194] Re: resolvconf is racy, which leads to broken resolv.conf in parallel calls

2019-04-17 Thread Alfonso Sanchez-Beato
** Patch added: "debdiff.patch" https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1825194/+attachment/5256569/+files/debdiff.patch -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to resolvconf in Ubuntu.

[Touch-packages] [Bug 1825194] [NEW] resolvconf is racy, which leads to broken resolv.conf in parallel calls

2019-04-17 Thread Alfonso Sanchez-Beato
Public bug reported: It has been found that simultaneous calls to resolvconf can lead to inconsistent content in resolv.conf. For instance, no nameservers while NetworkManager has one in its record (see LP: #1824395): $ cat /run/resolvconf/resolv.conf # Dynamic resolv.conf(5) file for glibc

[Touch-packages] [Bug 1812507] Re: Typo in description of snap

2019-01-22 Thread Alfonso Sanchez-Beato
Changed now, thanks! ** Changed in: network-manager (Ubuntu) Status: New => Fix Released ** Changed in: network-manager (Ubuntu) Assignee: (unassigned) => Alfonso Sanchez-Beato (alfonsosanchezbeato) -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1781597] Re: [SRU] WoWLAN settings are not supported

2019-01-07 Thread Alfonso Sanchez-Beato
@sil2100, where can I take a look at those? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1781597 Title: [SRU] WoWLAN settings are not supported Status in

[Touch-packages] [Bug 1781597] Re: [SRU] WoWLAN settings are not supported

2018-12-13 Thread Alfonso Sanchez-Beato
Verified on cosmic, using network-manager 1.12.4-1ubuntu1.2: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 18.10 Release:18.10 Codename: cosmic $ apt policy network-manager network-manager: Installed: 1.12.4-1ubuntu1.2 Candidate:

[Touch-packages] [Bug 1645232] Re: e2fsprogs - could not preserve ACL permissions : The getxattr() returns with (EINVAL)

2018-12-11 Thread Alfonso Sanchez-Beato
@tytso awesome, thanks for pointing out. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to e2fsprogs in Ubuntu. https://bugs.launchpad.net/bugs/1645232 Title: e2fsprogs - could not preserve ACL permissions : The getxattr()

[Touch-packages] [Bug 1645232] Re: e2fsprogs - could not preserve ACL permissions : The getxattr() returns with (EINVAL)

2018-12-11 Thread Alfonso Sanchez-Beato
I am getting this in bionic, with e2fsprogs 1.44.1-1. In fact, I have tried with e2fsprogs upstream and happens as well. I have simply followed the instructions in the bug description to reproduce. So, somewhat, although part of the patch was included upstream, it did not fix completely the

[Touch-packages] [Bug 1780606] Re: NetworkManager not able to manage WWAN devices in 18.04 server

2018-08-02 Thread Alfonso Sanchez-Beato
** Merge proposal unlinked: https://code.launchpad.net/~awe/network-manager/+git/ubuntu/+merge/352119 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1780606

[Touch-packages] [Bug 1692494] Re: klibc does not support reboot arguments

2018-07-16 Thread Alfonso Sanchez-Beato
The patch has been included in Debian klibc package 2.0.4-12: http://metadata.ftp- master.debian.org/changelogs/main/k/klibc/klibc_2.0.4-12_changelog -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to klibc in Ubuntu.

[Touch-packages] [Bug 1781597] Re: [SRU] WoWLAN settings are not supported

2018-07-13 Thread Alfonso Sanchez-Beato
** Summary changed: - WoWLAN settings are not supported + [SRU] WoWLAN settings are not supported -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1781597 Title:

[Touch-packages] [Bug 1781597] [NEW] WoWLAN settings are not supported

2018-07-13 Thread Alfonso Sanchez-Beato
Public bug reported: [Impact] WoWLAN lets us wake up the system by sending wake packages over the wifi connection. This is something requested by some OEM projects, for bionic server images. NM 1.12 supports configuring this feature, so this can be achieved by backporting that support to 1.10

[Touch-packages] [Bug 1779708] [NEW] My screen got deconfigurtated

2018-07-02 Thread Alfonso Mahecha V.
Public bug reported: WHen I get into google or some other programs, my screen fails, and don't work any longer. It became a screen like that of the Tv shows when there is not signal, and it just doesn't respond any more. I can't do anything, and I must restart the PC, the screen doesn't allow me

[Touch-packages] [Bug 1725190] Re: Please update modemmanager in xenial to the 1.6 series

2018-01-29 Thread Alfonso Sanchez-Beato
** 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 modemmanager in Ubuntu. https://bugs.launchpad.net/bugs/1725190 Title: Please update

[Touch-packages] [Bug 1725190] Re: Please update modemmanager in xenial to the 1.6 series

2018-01-26 Thread Alfonso Sanchez-Beato
I have tried the packages in xenial-proposed for two modems: Sierra HL8548 ZTE MF626 I was able to connect and everything seemed to be working as expected. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to modemmanager in

[Touch-packages] [Bug 1735134] Re: ModemManager uses a wrong plugin for Dell DW5818/5819

2017-12-12 Thread Alfonso Sanchez-Beato
** Description changed: - Since linux-4.4.0-98, the kernel additionally load gcserial driver for + [Impact] + + * Dell Wireless DW5818/5819 modems showed an incorrect signal strength + and were using a ttyUSB* port for data connections instead of the MBIM + device (which provides better

[Touch-packages] [Bug 1725190] Re: Please update modemmanager in xenial to the 1.6 series

2017-11-09 Thread Alfonso Sanchez-Beato
@Lukasz please go for sponsoring the zesty->xenial backport, that is enough to get support for the original modem OEM enablement needed. The work in the patches needs some time, so better do this for the moment. Thanks! -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1725190] Re: Please update modemmanager in xenial to the 1.6 series

2017-11-03 Thread Alfonso Sanchez-Beato
@Lukasz those are patches for Dell modems (plano project, unbuntu core). It makes sense to upstream some of them in fact, and that is something I can try. But, it would still make sense to backport the zesty packages to xenial, as that has the support needed for DW5816e (lp #1693756). If you

[Touch-packages] [Bug 1725190] Re: Please update modemmanager in xenial to the 1.6 series

2017-11-02 Thread Alfonso Sanchez-Beato
@Lukasz, I uploaded the backported packages (zesty->xenial) + patches from the snap in: https://launchpad.net/~alfonsosanchezbeato/+archive/ubuntu/modem- manager-backport -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1725190] Re: Please update modemmanager in xenial to the 1.6 series

2017-10-30 Thread Alfonso Sanchez-Beato
@Lukasz yes, I think that using the version in zesty is perfectly feasible, I can prepare the packages for that. About using the backports pocket, I will let YC or Alex comment on that. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1725190] Re: Please update modemmanager in xenial to the 1.6 series

2017-10-23 Thread Alfonso Sanchez-Beato
Packages uploaded to https://launchpad.net/~snappy-hwe- team/+archive/ubuntu/stacks-overlay and built for xenial. The versions are the same as for artful, plus additional patches for Dell modems in the modem-manager source package. -- You received this bug notification because you are a member

[Touch-packages] [Bug 1725190] Re: Please update modemmanager in xenial to the 1.6 series

2017-10-20 Thread Alfonso Sanchez-Beato
** Description changed: We would like to upgrade xenial to 1.6 series so it supports the same - modems as the modem-manager snap, specifically some new Sierra modems. - These are the packages that would need to be updated: + modems as the modem-manager snap, specifically some new Sierra modems

[Touch-packages] [Bug 1693756] Re: [Xenial][ DW5816e] to support qmi over mbim which needed for FCC authentication.

2017-10-20 Thread Alfonso Sanchez-Beato
After chatting with sil2100, he said that potentially we could backport artful 1.6.8 modemmanager to xenial, which would be great. I have created bug #1725190 to track that and start in a clean state from there. -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1725190] [NEW] Please update modemmanager in xenial to the 1.6 series

2017-10-20 Thread Alfonso Sanchez-Beato
Public bug reported: We would like to upgrade xenial to 1.6 series so it supports the same modems as the modem-manager snap, specifically some new Sierra modems. These are the packages that would need to be updated: libmbim: 1.12.2-2ubuntu1 in xenial, 1.14.0 in snap libqmi: 1.12.6-1 in xenial,

[Touch-packages] [Bug 1692494] Re: klibc does not support reboot arguments

2017-09-12 Thread Alfonso Sanchez-Beato
It looks like both upstream and debian are not being responsive, looks like klibc has no maintainer in neither of those. Should we add this patch to the Ubuntu package? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to klibc in

[Touch-packages] [Bug 1696981] Re: fixrtc is ineffective when there is no battery for the RTC

2017-09-06 Thread Alfonso Sanchez-Beato
*** This bug is a duplicate of bug 1623125 *** https://bugs.launchpad.net/bugs/1623125 @smb, actually, there is no create time field in the fs header, see http://paste.ubuntu.com/25478756/ (this comes from a file with the mount time already corrected). This is a partition created with

[Touch-packages] [Bug 1696981] Re: fixrtc is ineffective when there is no battery for the RTC

2017-09-05 Thread Alfonso Sanchez-Beato
@smb the concrete problem this was solving was happening with an armhf device running Ubuntu Core. UC assertions were not validated and a system user could not be created if there was no network (no date update). Not sure if this was breaking the system even if later you connected the device. --

[Touch-packages] [Bug 1696981] Re: fixrtc is ineffective when there is no battery for the RTC

2017-09-05 Thread Alfonso Sanchez-Beato
@smb what I have seen is that devices lacking RTC battery tend to never had a good date in the "last mount day" date of the root filesystem, as when root is mounted the date is always near the epoch. The patch can correct this, otherwise we would be getting the date systemd was built. Of course

[Touch-packages] [Bug 1698671] [NEW] package initramfs-tools 0.103ubuntu4.7 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-06-18 Thread Alfonso Alfaro
Public bug reported: it got stuck in login page, only reinstalling drivers helped, but my screen looks too different. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: initramfs-tools 0.103ubuntu4.7 ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-lowlatency 4.2.8-ckt1 Uname: Linux

[Touch-packages] [Bug 1696981] Re: fixrtc is ineffective when there is no battery for the RTC

2017-06-09 Thread Alfonso Sanchez-Beato
New patch version, which includes now a patch from ogra (LP: #1623125) ** Patch added: "fixrtc-changes.patch" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1696981/+attachment/4893078/+files/fixrtc-changes.patch -- You received this bug notification because you are a member

[Touch-packages] [Bug 1696981] Re: fixrtc is ineffective when there is no battery for the RTC

2017-06-09 Thread Alfonso Sanchez-Beato
This is the output of dumpe2fs: http://paste.ubuntu.com/24815516/ -- 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/1696981 Title: fixrtc is ineffective when there

[Touch-packages] [Bug 1696981] Re: fixrtc is ineffective when there is no battery for the RTC

2017-06-09 Thread Alfonso Sanchez-Beato
This debdiff adds a fixrtc-mount that helps with this issue by looking at dates from files, once root has been mounted. ** Patch added: "add-fixrtc-mount.patch" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1696981/+attachment/4893067/+files/add-fixrtc-mount.patch -- You

[Touch-packages] [Bug 1696981] [NEW] fixrtc is ineffective when there is no battery for the RTC

2017-06-09 Thread Alfonso Sanchez-Beato
Public bug reported: When there is no battery for the RTC, fixrtc is not able to find a good enough date. To fix the clock, this script is using the last time the root filesystem was mounted, but as that is done before there is any network, and as after a reboot/poweroff the RTC time is always

[Touch-packages] [Bug 1696126] Re: package apport 2.20.1-0ubuntu2.6 failed to install/upgrade: El paquete está en un estado grave de inconsistencia - debe reinstalarlo antes de intentar su configurac

2017-06-06 Thread Alfonso Puerto
I'm beeing asked to re-install apport 2.20.1-0ubuntu2. How do I do that? -- 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/1696126 Title: package apport 2.20.1-0ubuntu2.6

[Touch-packages] [Bug 1696126] [NEW] package apport 2.20.1-0ubuntu2.6 failed to install/upgrade: El paquete está en un estado grave de inconsistencia - debe reinstalarlo antes de intentar su configur

2017-06-06 Thread Alfonso Puerto
Public bug reported: none ProblemType: Package DistroRelease: Ubuntu 16.04 Package: apport 2.20.1-0ubuntu2.6 ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62 Uname: Linux 4.4.0-78-generic x86_64 ApportLog: ApportVersion: 2.20.1-0ubuntu2.6 AptOrdering: libtasn1-6: Install apport:

[Touch-packages] [Bug 1692494] Re: klibc does not support reboot arguments

2017-05-31 Thread Alfonso Sanchez-Beato
Reported to debian: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=863761 ** Bug watch added: Debian Bug tracker #863761 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863761 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1692494] Re: klibc does not support reboot arguments

2017-05-25 Thread Alfonso Sanchez-Beato
Add a slightly modified version of the patch. ** Patch added: "add-reboot-argument-support.patch" https://bugs.launchpad.net/ubuntu/+source/klibc/+bug/1692494/+attachment/4883202/+files/add-reboot-argument-support.patch -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1692494] [NEW] klibc does not support reboot arguments

2017-05-22 Thread Alfonso Sanchez-Beato
Public bug reported: ... so we cannot do things like "reboot recovery" in devices that follow the Android partitions conventions. ** Affects: klibc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1692494] Re: klibc does not support reboot arguments

2017-05-22 Thread Alfonso Sanchez-Beato
** Patch added: "add-reboot-argument-support.patch" https://bugs.launchpad.net/ubuntu/+source/klibc/+bug/1692494/+attachment/4881283/+files/add-reboot-argument-support.patch -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 788167] Re: CUPS cannot print to Kerberos-authenticated SMB print queue

2017-04-19 Thread Alfonso de Cala
Fix released in Debian? Reading the bug report (https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=711341) they just closed it with a wontfix. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu.

[Touch-packages] [Bug 1639776] Re: dnsmasq fails to send queries out after suspend disconnects the interface

2017-04-04 Thread Alfonso Sanchez-Beato
I have tested the package in yakkety and fixed the issue for me too. In my case it appeared when switching wifi connection between two APs which shared the DHCP server. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq

[Touch-packages] [Bug 1664994] Re: Black screen when trying to log in into unity8 session

2017-02-15 Thread Alfonso Sanchez-Beato
** Attachment added: "unity-system-compositor.log" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1664994/+attachment/4819575/+files/unity-system-compositor.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1664994] [NEW] Black screen when trying to log in into unity8 session

2017-02-15 Thread Alfonso Sanchez-Beato
Public bug reported: When I log in into unity8 I get a black screen. This is happening on xenial+overlay, using the unity8 snap. It seems to have started to happen after doing a dist-upgrade which installed packages from the overlay (15 Feb). Installed snaps: $ snap list Name

[Touch-packages] [Bug 1577641] Re: Unity8 creates a blank black window for windowless apps

2017-02-13 Thread Alfonso Sanchez-Beato
This is an issue for me too. The use case is media-hub on desktop. We render into a framebuffer object and pass the textures to other process (mediaplayer-app usually) that renders them in a window. We obviously do not want a window shown by media-hub-server, but we need to connect to mir to

[Touch-packages] [Bug 1653373] Re: [gst-hybris] Support COLOR_QCOM_FormatYVU420SemiPlanar32mMultiView color format.

2017-01-11 Thread Alfonso Sanchez-Beato
PR proposed with the patch: https://code.launchpad.net/~alfonsosanchezbeato/ubuntu/+source/gst- plugins-bad1.0/+git/gst-plugins-bad1.0/+merge/314513 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-plugins-bad1.0 in

[Touch-packages] [Bug 1630399] Re: [Phone] Please enable opus audio codec support in qtmultimedia

2016-11-04 Thread Alfonso Sanchez-Beato
@d.filoni, you can find gstreamer0.10 and qtmultimedia packages in https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/2147 Please give the silo a try and let us know if things work as expected. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1630399] Re: [Phone] Please enable opus audio codec support in qtmultimedia

2016-11-04 Thread Alfonso Sanchez-Beato
@d.filoni oh, I see, there is some glue code missing in qtmultimedia in all versions. That needs landing in xenial too indeed :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu.

[Touch-packages] [Bug 1630399] Re: [Phone] Please enable opus audio codec support in qtmultimedia

2016-11-04 Thread Alfonso Sanchez-Beato
Another note: playing opus works just fine because the code path in that case goes through qtmultimedia -> qtubuntu-media -> media-hub -> gstreamer 1.0. So the missing thing is opus encoding in vivid for qtmultimedia/gstreamer 0.10, and that is what Devid's patches fix. -- You received this bug

[Touch-packages] [Bug 1630399] Re: [Phone] Please enable opus audio codec support in qtmultimedia

2016-11-04 Thread Alfonso Sanchez-Beato
@timo-jyrinki regarding whether this is fixed in xenial or newer: 1. xenial uses qtmultimedia 5.5.1, which depends on gstreamer1.0 2. gstreamer1.0 moved the opus[dec|enc] codecs to plugins-base in version 1.8, which is included by default in phone images So yes, this should be solved in xenial

  1   2   3   4   >