[Touch-packages] [Bug 2098838] Re: apparmor appears to deny wpasupplicant on plucky, breaking wifi

2025-03-06 Thread Fabio Marconi
Hi all After getting into this, today I performed a full upgrade from oneiric and all went well, the wifi still working. Before the distro upgrade I upgraded wpasupplicant to the latest version in the repo (proposed?) but strangely it was detected as not original package. After that no more prob

[Touch-packages] [Bug 2100793] [NEW] audio só funciona o canal direito

2025-03-06 Thread fabio abreu
Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/seq:fabio 1498 F pipewire /dev/snd/controlC3: fabio 1505 F wireplumber /dev/snd/controlC2: fabio 1505 F wireplumber /dev/snd/controlC1: fabio 1505 F wireplumber

[Touch-packages] [Bug 2098515] [NEW] IPv6-only (single stack) instances configuring network over dhcp in initramfs will take a long time to boot due to loop in dhcpcd -4

2025-02-17 Thread Fabio Augusto Miranda Martins
Public bug reported: Cloud instances that configure network over DHCP in initramfs, will go through a "for ROUNDTTT in 30 60 90 120" loop inside configure_networking(). If the DHCP server is only offering a IPv6 (no IPv4), the instance will take more than 5 minutes to boot, because it will first

[Touch-packages] [Bug 2091904] Re: IPv6 iBFT boot runs into a timeout

2025-02-17 Thread Fabio Augusto Miranda Martins
I've tested the Noble and Oracular from -proposed and my feedback is positive. Oracular with initramfs-tools 0.142ubuntu34.1: ubuntu@fabio-oracular-amd-vanilla:~$ sudo dpkg -l | grep initramfs-tools ii initramfs-tools0.142ubuntu34.1

[Touch-packages] [Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-03-07 Thread Fabio Augusto Miranda Martins
It seems 0.142ubuntu19 would be exposed to the bug. To test whether or not my use case would be affected by it, I've booted a Jammy instance with initramfs-tools 0.142ubuntu19, and I can't hit the problem. It is booting well through iscsi. My cmdline is as below, so it might not be exposed to the i

[Touch-packages] [Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-03-07 Thread Fabio Augusto Miranda Martins
I've tested launching a Oracle Cloud baremetal instance (which boots from iSCSI) using such patch, and all worked well: https://pastebin.ubuntu.com/p/3cdFdYBVFG/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools

[Touch-packages] [Bug 2056194] Re: Networking broken in early boot on Oracle Native instances

2024-03-07 Thread Fabio Augusto Miranda Martins
I've tested the patch and it fixes the issue. I can confirm the MTU settings are now correct and curl works fine. I also confirmed it allowed cloud-init to run and fully complete the boot process: https://pastebin.ubuntu.com/p/KfcP7wmjjV/ There are no cloud-init errors: https://pastebin.ubuntu.c

[Touch-packages] [Bug 1833322] Re: Please consider no more having irqbalance enabled by default (per image/use-case/TBD)

2024-02-19 Thread Fabio Augusto Miranda Martins
Sorry for the late feedback, but sharing here: AWS docs regarding best practices regarding cpu-starvation [1] do not recommend disabling the irqbalance service. Quoting the doc: > "Note: we do not recommend disabling irqbalance service. ENA driver doesn’t provide affinity hints, and if device res

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-10-09 Thread Fabio Augusto Miranda Martins
Hi Nafees, I discussed this with Mitchell and we are still looking into the best possible way to move forward with this SRU. We'll keep this bug update as soon as we have some more details to share. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, wh

[Touch-packages] [Bug 228077] Re: libgtk2 immodules has cedilla disabled in en locales

2023-09-25 Thread Fabio M. Panico
*** This bug is a duplicate of bug 518056 *** https://bugs.launchpad.net/bugs/518056 I was on 18.04 and that was not an issue for me. Using US intl. alt. keyboard I could always get ç (cedilha). Now that I've upgrade to 23.04, this problem came back. -- You received this bug notification b

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-07-24 Thread Fabio Augusto Miranda Martins
Hi Steve, Would you and the SRU team reconsider the "won't fix" decision or further elaborate on the regression problem, based on the comment above? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python2.7 in Ubuntu. https:/

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-07-19 Thread Fabio Augusto Miranda Martins
Another suggestion from one of our Engineers is that you can also set it inside your python script, something like this: ``` from setuptools import setup, Extension import sysconfig extra_flags=sysconfig.get_config_var('CFLAGS').split() setup( name="test", ext_modules=[Extension("test",

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-07-19 Thread Fabio Augusto Miranda Martins
172-31-43-65:~/testprog$ strings build/lib.linux-aarch64-2.7/test.so | grep -- -O GNU C17 9.4.0 -mlittle-endian -mabi=lp64 -g -g -O2 -fno-strict-aliasing -fwrapv -fstack-protector-strong -fPIC -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection Would that work fo

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-07-18 Thread Fabio Augusto Miranda Martins
It's also worth mentioning that, a patch was backported mentioning "# DP: Allow setting BASECFLAGS, OPT and EXTRA_LDFLAGS (like, CC, CXX, CPP, CFLAGS, CPPFLAGS, CCSHARED, LDSHARED) from the environment." [1], but then OPT is not being added at all by the patch (which had just mentioned adding it),

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-07-18 Thread Fabio Augusto Miranda Martins
right flags. Based on the description and the proposed patches, this seems to be a legitimate bug, so shouldn't we fix this? Especially considering that Focal still have a long lifecycle ahead. Also, if the issue is that python2.7 is in universe, can't we fix this through esm-apps? Rega

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-06-27 Thread Fabio Augusto Miranda Martins
lags, configure_cflags, extra_cflags) if x) ldshared = ldshared + ' ' + configure_cflags if 'CPPFLAGS' in os.environ: To: elif configure_cflags: cflags = ' '.join(str(x) for x in (basecflags, opt ,configure_cflags, extra_cflags) if x) ldshared = ldshared + ' '

[Touch-packages] [Bug 2008699] Re: fwupd-refresh.service always fails after hibernate

2023-02-27 Thread Fabio Ornellas
> BTW - fwupd already uses network-online.target for this unit. One could probably argue this is a systemd bug. Where? /usr/lib/systemd/system/fwupd-refresh.service only has After=network.target. Perhaps that'd be the fix. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 2008699] Re: fwupd-refresh.service always fails after hibernate

2023-02-27 Thread Fabio Ornellas
https://github.com/fwupd/fwupd/issues/5590 ** Bug watch added: github.com/fwupd/fwupd/issues #5590 https://github.com/fwupd/fwupd/issues/5590 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.

[Touch-packages] [Bug 1971538] Re: My machine has Wi-Fi Hotspot broken after upgrade to 22.04

2023-02-02 Thread fabio andres pino gutierrez
My error is quite annoying to, already the hotspot work on the SO, the activated the wifi and detect the wifi, but when my cellphone connected to the hotspot assigned a public ip, for been exactly assigned by default the DHCP the ip 10.42.0.189 with a mask subred 255.255.255.0, but the computer tha

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-01-17 Thread Fabio Augusto Miranda Martins
@Nafees, I'm sorry, I hadn't noticed that the file produced by python3 was different (and I did have the test.so in my directory because I had built it with python2 before, so I was just grepping the same file). I see the problem now and I'm checking it with our Engineering team.

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-01-14 Thread Fabio Augusto Miranda Martins
On the other hand, I do see the -O2 with python2 in a 22.04 instance. Can you clarify if this is the same for you and, if not, provide some details on versions being used? Regards, Fabio Martins -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-01-11 Thread Fabio Augusto Miranda Martins
Hello Nafees, Can you share this setup.py that we can use to reproduce the problem and investigate? Regards, Fabio Martins -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python2.7 in Ubuntu. https://bugs.launchpad.net/bugs

[Touch-packages] [Bug 1989618] [NEW] [Feature Request] Include support for LACP bonds in initramfs

2022-09-14 Thread Fabio Augusto Miranda Martins
Public bug reported: Feature Request: When installing a system over the network using live installer (subiquity), you can use the kernel cmdline option ip= [1] to provide the network configuration. In certain situations, it would be ideal to be able to configure a lacp bond during this process.

[Touch-packages] [Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-05-12 Thread Fabio Augusto Miranda Martins
I've also updated the [Test Plan] section of the bug description ** Description changed: [Impact] In some cases, ipconfig can take a longer time than the user-specified timeouts, causing unexpected delays. [Test Plan] + + - Check that the ipconfig utility is able to obtain an IP throug

[Touch-packages] [Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-05-12 Thread Fabio Augusto Miranda Martins
leased to Bionic will continue to carry this patch? Thank you in advance! Regards, Fabio Martins -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to klibc in Ubuntu. https://bugs.launchpad.net/bugs/1947099 Title: ipconfig does not

[Touch-packages] [Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-05-12 Thread Fabio Augusto Miranda Martins
I've tested the package from -proposed and I can confirm it fixes the problem: Installed from -proposed: root@ubuntu:~# apt-cache policy klibc-utils klibc-utils: Installed: 2.0.4-9ubuntu2.2 Candidate: 2.0.4-9ubuntu2.18.04.1 Version table: 2.0.4-9ubuntu2.18.04.1 500 500 http://p

[Touch-packages] [Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-05-10 Thread Fabio Augusto Miranda Martins
Should this bug be changed to Fix Committed at this point? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to klibc in Ubuntu. https://bugs.launchpad.net/bugs/1947099 Title: ipconfig does not honour user-requested timeouts in

[Touch-packages] [Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-20 Thread Fabio Augusto Miranda Martins
I've tested the new patch from ppa:mfo/lp1947099v2 and I can confirm it resolves the problem: - Without the patch: https://pastebin.ubuntu.com/p/RksNcBGSzn/ It took 396,940865−220,447147 = 176,493718 seconds in the IP-Config section. Total boot time: ubuntu@gpu48-ubuntu18:~$ sudo systemd-an

[Touch-packages] [Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-13 Thread Fabio Augusto Miranda Martins
Thank you, Mauricio, for the build process details and for adding the update here. I'm including some evidence of my tests showing that the patch you suggested did work well: Details of the build process: https://pastebin.ubuntu.com/p/dmVWH2fxpy/ Test package installed: https://pastebin.ubuntu.

[Touch-packages] [Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-05 Thread Fabio Augusto Miranda Martins
@Łukasz / @Robie, do you think the above comments are enough to proceed with this SRU? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to klibc in Ubuntu. https://bugs.launchpad.net/bugs/1947099 Title: ipconfig does not honour

[Touch-packages] [Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-05 Thread Fabio Augusto Miranda Martins
I've tested the klibc-utils patch using Mauricio's ppa: sudo add-apt-repository ppa:mfo/lp1947099 sudo apt install klibc-utils sudo update-initramfs -u -k all And I can confirm that it does improve the boot time in more than 3 minutes, without causing any noticeable issues. - Without the patch:

[Touch-packages] [Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-04 Thread Fabio Augusto Miranda Martins
I tried using klibc-utils from the ppa (containing the patch): root@ubuntu:~# sudo apt-cache policy klibc-utils klibc-utils: Installed: 2.0.4-9ubuntu2.18.04.1 Candidate: 2.0.4-9ubuntu2.18.04.1 Version table: *** 2.0.4-9ubuntu2.18.04.1 500 500 http://ppa.launchpad.net/mfo/lp1947099/u

[Touch-packages] [Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-03-30 Thread Fabio Augusto Miranda Martins
I've setup a Lab with dnsmasq acting as DHCP Server, which I can use the dhcp-reply-delay option to introduce a delay between the DHCPDISCOVER and DHCPOFFER, as in the example below: Mar 30 18:26:34 focal-dhcpsrv dnsmasq-dhcp[2470]: DHCPDISCOVER(ens3) 52:54:00:d7:10:13 Mar 30 18:26:34 focal-dhcp

[Touch-packages] [Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-03-03 Thread Fabio Augusto Miranda Martins
Hi Robie, The user story here is about improving the time it takes to boot a Bionic instance on Oracle Cloud in a specific bare metal shape, called BM.GPU4.8. This is a pretty large instance, with 18x Ethernet controller [0200]: Mellanox Technologies MT28800 Family [ConnectX-5 Ex] [15b3:1019]: ht

[Touch-packages] [Bug 1923115] Re: Networkd vs udev nic renaming race condition

2021-04-20 Thread Fabio Augusto Miranda Martins
Customer has provided a positive feedback that the package in -proposed fixed this bug -- 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/1923115 Title: Networkd vs udev nic r

[Touch-packages] [Bug 1894371] [NEW] package initramfs-tools 0.136ubuntu6.2 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status

2020-09-05 Thread Fabio Marzocca
Public bug reported: upgrading from 18.04 to 20.04 ProblemType: Package DistroRelease: Ubuntu 20.04 Package: initramfs-tools 0.136ubuntu6.2 ProcVersionSignature: Ubuntu 4.15.0-115.116-generic 4.15.18 Uname: Linux 4.15.0-115-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 Cas

[Touch-packages] [Bug 1842255] [NEW] package libnss3:amd64 2:3.28.4-0ubuntu0.16.04.6 [origin: Ubuntu] failed to install/upgrade: package libnss3:amd64 is already installed and configured

2019-09-01 Thread Fabio
Public bug reported: No more ProblemType: Package DistroRelease: elementary 0.4.1 Package: libnss3:amd64 2:3.28.4-0ubuntu0.16.04.6 ProcVersionSignature: Ubuntu 4.15.0-58.64~16.04.1-generic 4.15.18 Uname: Linux 4.15.0-58-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.19 AptdaemonVersion: 1.1.1+bzr9

[Touch-packages] [Bug 1815444] [NEW] Xorg crashed with SIGABRT in OsAbort()

2019-02-11 Thread Fabio Tenorio de Carvalho
Public bug reported: Release: Ubuntu 16.04 LTS Package: xserver-xorg-core-hwe-16.04 2:1.19.6-1ubuntu4.1~16.04.2 Archicteture:amd64 /usr/lib/xorg/Xorg:6:/lib/x86_64-linux- gnu/libc-2.23.so+35428:/lib/x86_64-linux- gnu/libc-2.23.so+3702a:/usr/lib/xorg/Xorg+1b891a:/usr/lib/xorg/Xorg+1be513:/usr/li

[Touch-packages] [Bug 1500193] Re: systemd-journald crashed with SIGABRT in dev_kmsg_record()

2018-09-30 Thread Fabio Marconi
Happened today at the start of the system ** Tags added: cosmic -- 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/1500193 Title: systemd-journald crashed with SIGABRT in dev

[Touch-packages] [Bug 1790482] [NEW] [X550CC, Realtek ALC270, Speaker, Internal] No sound at all

2018-09-03 Thread fabio di bartolo
Public bug reported: i can't listen any Sound from the speakers. if i use headphones i don't have any problem to hear music or anything, but without i can't neither choose the option speaker. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignatu

[Touch-packages] [Bug 1790328] [NEW] [X550CC, Realtek ALC270, Speaker, Internal] No sound at all

2018-09-01 Thread fabio di bartolo
Public bug reported: Hello, i tried to reinstall Ubuntu thinking was something easy to solve but nothing. the problem persist. in also i did different try with different guides but i didnt manage since im new on linux and tried to fix it without result. the problem is: only headphones are sho

[Touch-packages] [Bug 1783527] [NEW] [X550CC, Realtek ALC270, Speaker, Internal] Playback problem

2018-07-25 Thread fabio di bartolo
Public bug reported: Hello, i can't hear any sound neither from the test. the audio isn't working, and, i tried to configure the speakers but linux doesn't recognize the speakers of the laptop, infect, checking the settings,i can see only headphones listed and not speakers or any other option. ]

[Touch-packages] [Bug 1745822] Re: systemd-journald crashed with SIGABRT in journal_file_move_to_object()

2018-01-28 Thread Fabio Marconi
*** This bug is a duplicate of bug 1717344 *** https://bugs.launchpad.net/bugs/1717344 ** Description changed: - crash just after session started, probably dup of #1723050 - + crash just after session started, ProblemType: Crash DistroRelease: Ubuntu 18.04 Package: systemd 235-3ubuntu

[Touch-packages] [Bug 1741940] [NEW] package systemd 235-3ubuntu3 failed to install/upgrade: triggers looping, abandoned

2018-01-08 Thread Fabio Marconi
Public bug reported: Upgrading from Artful ProblemType: Package DistroRelease: Ubuntu 18.04 Package: systemd 235-3ubuntu3 Uname: Linux 4.15.0-999-generic x86_64 ApportVersion: 2.20.8-0ubuntu6 Architecture: amd64 Date: Mon Jan 8 17:47:35 2018 ErrorMessage: triggers looping, abandoned Installation

[Touch-packages] [Bug 1706936] Re: Wrong version of libgles1-mesa in Xenial-updates

2017-07-29 Thread Fabio Ticconi
I don't have a VLC ppa. I don't really understand what the problem is here, but if it's not Ubuntu-related I'll figure something out. Thanks. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchp

[Touch-packages] [Bug 1706936] [NEW] Wrong version of libgles1-mesa in Xenial-updates

2017-07-27 Thread Fabio Ticconi
Public bug reported: Xenial-updates has the following packages: - libgles1-mesa (12.0.6-0ubuntu0.16.04.1) - libglapi-mesa (17.0.7-0ubuntu0.16.04.1) The first one depends on libglapi-mesa (= 12.0.6-0ubuntu0.16.04.1), but libglapi-mesa has a higher version and so there's a conflict. I've had to r

[Touch-packages] [Bug 1643429] [NEW] package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-11-20 Thread fabio
Public bug reported: x ProblemType: Package DistroRelease: Ubuntu 16.04 Package: cups-daemon 2.1.3-4 ProcVersionSignature: Ubuntu 4.4.0-49.70-generic 4.4.30 Uname: Linux 4.4.0-49-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CupsErrorL

[Touch-packages] [Bug 1640233] [NEW] package libqt5dbus5:i386 (not installed) failed to install/upgrade: package libqt5dbus5:i386 5.6.1+dfsg-3ubuntu6~4 cannot be configured because libqt5dbus5:amd64 i

2016-11-08 Thread Fabio Cresci
Public bug reported: . ProblemType: Package DistroRelease: Ubuntu 16.10 Package: libqt5dbus5:i386 (not installed) ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0 Uname: Linux 4.8.0-26-generic x86_64 ApportVersion: 2.20.3-0ubuntu8 Architecture: amd64 Date: Mon Nov 7 11:17:39 2016 Duplicate

[Touch-packages] [Bug 1620806] Re: gedit edit window is transparent when using Ambiance and Radiance themes

2016-10-23 Thread Fabio Marconi
Raising importance cuz isn't only aesthetic issue but it affect usability ** Changed in: gedit (Ubuntu) Importance: Low => Medium -- 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.launch

[Touch-packages] [Bug 1631787] [NEW] Ubuntu ship by default Amazon launcher

2016-10-09 Thread Fabio Marconi
Public bug reported: How many times encountered, Amazon requires its workers to too high pace of work, proving to not to be humanity for others. Please stop this shame. Man is not a machine. ** Affects: webapps-applications (Ubuntu) Importance: High Status: Confirmed ** Tags: rls

[Touch-packages] [Bug 1631782] [NEW] Volume and Mic controls grayed out and not working

2016-10-09 Thread Fabio Marconi
Public bug reported: Hallo testing Yakkety 08-10 buld on live session i have the controls of the volume locked and not working as shown in the attached screenshot. Even in sound setting I can-t set the desired volume, anyway it play sounds correctly. ProblemType: Bug DistroRelease: Ubuntu 16.10

[Touch-packages] [Bug 1629088] Re: [Yakkety] WIFI disconnections, fail in reconnection introduced from Xenial

2016-09-29 Thread Fabio Marconi
retenjin_EXT_EXT is home wifi VodafoneMobileWifi is the mobile modem -- 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/1629088 Title: [Yakkety] WIFI disconnection

[Touch-packages] [Bug 1629088] Re: [Yakkety] WIFI disconnections, fail in reconnection introduced from Xenial

2016-09-29 Thread Fabio Marconi
** Summary changed: - [Yakkety] Disconnections, fail in reconnection introduced from Xenial + [Yakkety] WIFI disconnections, fail in reconnection introduced from Xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-

[Touch-packages] [Bug 1629088] [NEW] [Yakkety] Disconnections, fail in reconnection introduced from Xenial

2016-09-29 Thread Fabio Marconi
Public bug reported: Hallo Wily with latest mainline kernel works great so I assume this issue is not related to linux. Starting from Xenial I cannot (or sometimes I can for few times and for few minutes) connect to my wireless, even the mobile modem frequently disconnect with problem reconnect

[Touch-packages] [Bug 1629088] Re: [Yakkety] Disconnections, fail in reconnection introduced from Xenial

2016-09-29 Thread Fabio Marconi
Attaching some logs with fail in reconnection during this report ** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1629088/+attachment/4751312/+files/syslog -- You received this bug notification because you are a member of Ubuntu Touch seeded packag

[Touch-packages] [Bug 1252121] Re: missing PrepareForSleep signal after resuming, causing networking to stay disabled

2016-08-20 Thread Fabio C. Barrionuevo
This works perfectly on Ubuntu 16.04 with systemd: https://gist.github.com/nitely/3d5f10b4f686f5f96c95 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd-shim in Ubuntu. https://bugs.launchpad.net/bugs/1252121 Title:

[Touch-packages] [Bug 1299282] Re: need to restart network-manager after resume from suspend

2016-08-20 Thread Fabio C. Barrionuevo
*** This bug is a duplicate of bug 1252121 *** https://bugs.launchpad.net/bugs/1252121 This works perfectly on Ubuntu 16.04 with systemd: https://gist.github.com/nitely/3d5f10b4f686f5f96c95 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1604433] Re: Listening audio does not work on the desktop

2016-08-15 Thread Fabio
** Changed in: canonical-devices-system-image Status: Incomplete => Confirmed ** Changed in: unity8-desktop-session (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8

[Touch-packages] [Bug 1604433] Re: Listening audio does not work on the desktop

2016-07-28 Thread Fabio
Ok, thanks, here you are :) ** Attachment added: "application-click-com.ubuntu.music_music_2.4.1003.log" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1604433/+attachment/4708875/+files/application-click-com.ubuntu.music_music_2.4.1003.log -- You received this bug notification becaus

[Touch-packages] [Bug 1604433] Re: Listening audio does not work on the desktop

2016-07-28 Thread Fabio
What package is giving me the music app? Is it a click? Because I have it in the dash but there's no such thing like a 'music-app' package installed on my system.. I'm not understanding what's going on.. -- You received this bug notification because you are a member of Ubuntu Touch seeded package

[Touch-packages] [Bug 1604433] Re: Listening audio does not work on the desktop

2016-07-28 Thread Fabio
Sorry, there actually was, but was not visible from Firefox in Libertine :/ Anyway there is no log there from the music-app (double checked) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launch

[Touch-packages] [Bug 1604433] Re: Listening audio does not work on the desktop

2016-07-28 Thread Fabio
Sorry, there is no upstart folder under ~/.cache.. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1604433 Title: Listening audio does not work on the desktop Status in Can

[Touch-packages] [Bug 1604433] Re: Listening audio does not work on the desktop

2016-07-28 Thread Fabio
I tried installing qtubuntu-media and it made the dash go in a loop of crash and restart. I could not try the music-app because with qtubuntu- media was installed it crashed on startup. I purged the package, now the dash works correctly and I can even play music from the Music scope. Opening the Mu

[Touch-packages] [Bug 1580472] Re: No visible cursor after logging in

2016-07-25 Thread Fabio
I'm not sure I can use the nvidia card without the nvidia drivers as it's an optimus card. With just nouveau installed it works fine, anyaway. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launch

[Touch-packages] [Bug 1580472] Re: No visible cursor after logging in

2016-07-24 Thread Fabio
No, to my memory I just experienced this using the nvidia drivers and when enabling the nvidia card (I have an hybrid optimus card) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bug

[Touch-packages] [Bug 1605663] [NEW] No webcam connection from camera-app in desktop-session

2016-07-22 Thread Fabio
Public bug reported: In my laptop, if I launch the camera-app, I get the app running but the webcam input is totally black. I would have instead expected to see the input from my integrated webcam. ** Affects: camera-app (Ubuntu) Importance: Undecided Status: New ** Affects: unity8

[Touch-packages] [Bug 1604433] Re: Listening audio does not work on the desktop

2016-07-21 Thread Fabio
I just tried with the Music app and there is still no sound -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1604433 Title: Listening audio does not work on the desktop Stat

[Touch-packages] [Bug 1590515] Re: AltGr composed keys don't work in the browser content

2016-07-21 Thread Fabio
In the Italian keyboard I can't type the following (among others): @#[]{}«»`~ which are quite common symbols. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1590515 Title:

[Touch-packages] [Bug 1580472] MonitorsUser.xml.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "MonitorsUser.xml.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704708/+files/MonitorsUser.xml.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https:

[Touch-packages] [Bug 1580472] xdpyinfo.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "xdpyinfo.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704721/+files/xdpyinfo.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad

[Touch-packages] [Bug 1580472] UdevDb.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704714/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/

[Touch-packages] [Bug 1580472] NvidiaBugReportLog.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "NvidiaBugReportLog.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704709/+files/NvidiaBugReportLog.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. ht

[Touch-packages] [Bug 1580472] ProcModules.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704713/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.lau

[Touch-packages] [Bug 1580472] Xrandr.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "Xrandr.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704719/+files/Xrandr.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/

[Touch-packages] [Bug 1580472] nvidia-settings.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "nvidia-settings.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704720/+files/nvidia-settings.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://

[Touch-packages] [Bug 1580472] XorgLog.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "XorgLog.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704717/+files/XorgLog.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.n

[Touch-packages] [Bug 1580472] XorgLogOld.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "XorgLogOld.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704718/+files/XorgLogOld.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launc

[Touch-packages] [Bug 1580472] UnitySupportTest.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "UnitySupportTest.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704715/+files/UnitySupportTest.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https:

[Touch-packages] [Bug 1580472] XorgConf.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "XorgConf.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704716/+files/XorgConf.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad

[Touch-packages] [Bug 1580472] ProcInterrupts.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704712/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bu

[Touch-packages] [Bug 1580472] ProcCpuinfo.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704710/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.lau

[Touch-packages] [Bug 1580472] ProcEnviron.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704711/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.lau

[Touch-packages] [Bug 1580472] Lspci.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704707/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bu

[Touch-packages] [Bug 1580472] LightdmLog.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "LightdmLog.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704706/+files/LightdmLog.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launc

[Touch-packages] [Bug 1580472] DpkgLog.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "DpkgLog.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704702/+files/DpkgLog.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.n

[Touch-packages] [Bug 1580472] GconfCompiz.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "GconfCompiz.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704703/+files/GconfCompiz.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.lau

[Touch-packages] [Bug 1580472] JournalErrors.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704704/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs

[Touch-packages] [Bug 1580472] LightdmDisplayLog.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "LightdmDisplayLog.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704705/+files/LightdmDisplayLog.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. http

[Touch-packages] [Bug 1580472] Dependencies.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704701/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.l

[Touch-packages] [Bug 1580472] Re: No visible cursor after logging in

2016-07-21 Thread Fabio
apport information ** Tags added: apport-collected compiz-0.9 ubuntu ** Description changed: After logging in, the cursor is not drawn on the screen. I can see it's effects while moving the mouse or touchpad, as items on the panel gets highlighted, or my unity panel becomes visible. I c

[Touch-packages] [Bug 1580472] CurrentDmesg.txt

2016-07-21 Thread Fabio
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1580472/+attachment/4704700/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.l

[Touch-packages] [Bug 1604433] Re: Listening audio does not work on the desktop

2016-07-21 Thread Fabio
I tried with webbrowser-app only (and in XApps, but for them it could be a different issue) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1604433 Title: Listening audio do

[Touch-packages] [Bug 1603183] Re: Right click from clickpad is handled as a left click

2016-07-21 Thread Fabio
I tried with the bottom right corner too. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1603183 Title: Right click from clickpad is handled as a left click Status

[Touch-packages] [Bug 1603183] Re: Right click from clickpad is handled as a left click

2016-07-20 Thread Fabio
Yes, it has no physical button -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1603183 Title: Right click from clickpad is handled as a left click Status in Mir: New Status

[Touch-packages] [Bug 1604433] [NEW] Listening audio does not work on the desktop

2016-07-19 Thread Fabio
Public bug reported: Playing any audio (eg. youtube video) does not produce any sound on the desktop ** Affects: unity8-desktop-session (Ubuntu) Importance: Undecided Status: New ** Affects: webbrowser-app (Ubuntu) Importance: Undecided Status: New ** Also affects: u

[Touch-packages] [Bug 1603186] Re: Apps scope not shown in the dash (but is installed)

2016-07-19 Thread Fabio
This indeed solved the problem. I'm not sure if I ever removed it, but I can't exclude it -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1603186 Title: Apps sco

[Touch-packages] [Bug 1603186] Re: Apps scope not shown in the dash (but is installed)

2016-07-19 Thread Fabio
Reinstalling unity-scope-click didn't change the situation -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1603186 Title: Apps scope not shown in the dash (but is installed)

[Touch-packages] [Bug 1603186] Re: Apps scope not shown in the dash (but is installed)

2016-07-19 Thread Fabio
I can even open it from the scope manager, it's just not shown among the enabled scopes -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1603186 Title: Apps scope not shown i

[Touch-packages] [Bug 1603186] Re: Apps scope not shown in the dash (but is installed)

2016-07-19 Thread Fabio
Yes, it does. You can see it in the comment #4 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1603186 Title: Apps scope not shown in the dash (but is installed) Status in

[Touch-packages] [Bug 1603183] Re: Right click from touchpad is handled as a left click

2016-07-19 Thread Fabio
** Description changed: - I'm used to have the contextual menus with the right button on the - desktop, while on unity8 they still appear pressing and holding (which - is fine for touch based devices). When I use the webbrowser-app I can't - even open links in different pages. + Using the touchpad

  1   2   3   4   >