[Touch-packages] [Bug 991481] Re: Constant dns traffic for daisy.ubuntu.com

2014-08-16 Thread jean-christophe manciot
Uninstalled - One DNS request for daisy.ubuntu.com should be enough. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/991481 Title: Constant dns traffic for

[Touch-packages] [Bug 1460388] [NEW] Multiple Issues with Ping6

2015-05-31 Thread jean-christophe manciot
Public bug reported: - ping6 always use the same source address, whatever the destination is; it should use one of the IPv6 addresses of the connected interface it is sending the traffic on, by default - ping6 cannot use a specified source interface/address using the -I option, which could

[Touch-packages] [Bug 1481779] [NEW] apt-get autoremove crashes my system

2015-08-05 Thread jean-christophe manciot
Public bug reported: Ubuntu 15.04 Server Gnome - 3.19.0-25-generic #26-Ubuntu SMP Fri Jul 24 21:17:31 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux apt 1.0.9.7 If I try to clean my system with sudo apt-get autoremove: Reading package lists... Done Building dependency tree Reading state

[Touch-packages] [Bug 1510648] [NEW] [Ubuntu 15.10] Realtek RTL8723AE cannot connect to WPA2/AES

2015-10-27 Thread jean-christophe manciot
Public bug reported: Ubuntu Gnome Server 15.10 - 4.2.0-16-generic - network-manager-gnome 0.9.10.1 --- sudo systemctl status NetworkManager.service ● NetworkManager.service - Network Manager Loaded: loaded

[Touch-packages] [Bug 1510648] Re: [Ubuntu 15.10] Realtek RTL8723AE cannot connect to WPA2/AES

2015-10-27 Thread jean-christophe manciot
** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1510648/+attachment/4506839/+files/syslog.txt ** Bug watch added: GNOME Bug Tracker #757178 https://bugzilla.gnome.org/show_bug.cgi?id=757178 -- You received this bug notification because you are

[Touch-packages] [Bug 1510648] Re: [Ubuntu 15.10] Realtek RTL8723AE cannot connect to WPA2/AES

2015-10-27 Thread jean-christophe manciot
** Attachment added: "lspci -vn" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1510648/+attachment/4506838/+files/lspci.txt -- 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 1510648] Re: [Ubuntu 15.10] Realtek RTL8723AE cannot connect to WPA2/AES

2015-10-27 Thread jean-christophe manciot
Bug report first sent to Gnome: https://bugzilla.gnome.org/show_bug.cgi?id=757178 It seems to be an issue related to "nm_urfkill_get_wlan_state()" coming from an Ubuntu patch. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1510648] Re: [Ubuntu 15.10] Realtek RTL8723AE cannot connect to WPA2/AES

2015-10-28 Thread jean-christophe manciot
Some additional information: - no similar issue on the same laptop with Ubuntu ***desktop*** 15.04/15.10 - same issue with Ubuntu ***server*** 15.04/15.10 I've modified the title to reflect these informations. ** Summary changed: - [Ubuntu 15.10] Realtek RTL8723AE cannot connect to WPA2/AES +

[Touch-packages] [Bug 1516225] [NEW] Swapon does not respect fstab negative priorities order

2015-11-14 Thread jean-christophe manciot
Public bug reported: uname -a Linux msi-ge60-ubuntu 4.2.0-18-generic #22-Ubuntu SMP Fri Nov 6 18:25:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux sudo swapon --summary FilenameTypeSize UsedPriority /dev/sdc2

[Touch-packages] [Bug 1516225] Re: Swapon does not respect fstab negative priorities order

2015-11-15 Thread jean-christophe manciot
You are very quick to dismiss issues: following your comment, I changed /etc/fstab swap priorities: # swap was on /dev/sda6 during installation UUID=4870beef-bb2c-40c1-91da-f1444f90c51b none swapsw,nofail,pri=2 0 0 # swap on SSD Samsung

[Touch-packages] [Bug 1516225] Re: Swapon does not respect fstab priorities order

2015-11-16 Thread jean-christophe manciot
cat /proc/swaps FilenameTypeSizeUsedPriority /dev/sdc2 partition 503316440 1 /dev/sda6 partition 503316440 -1 Your fstab is clearly different

[Touch-packages] [Bug 1516225] Re: Swapon does not respect fstab priorities order

2015-11-16 Thread jean-christophe manciot
I've ruled out "nofail" & "0 0"; it seems that you are able to evade the issue by using "mapper". I don't know what it is. Could you try booting your system (is it Ubuntu server 15.10?) with the same fstab style, but with your own partitions? # / was on /dev/sda4 during installation

[Touch-packages] [Bug 1510648] Re: [Ubuntu Server 15.04/15.10] Realtek RTL8723AE cannot connect to WPA2/AES

2015-11-02 Thread jean-christophe manciot
Now the question remains: why do I need to manually install the Realtek drivers in Ubuntu Server 15.10 when it is not needed in Ubuntu Desktop 15.10? ** Summary changed: - [Ubuntu Server 15.04/15.10] Realtek RTL8723AE cannot connect to WPA2/AES + [Workaround] [Ubuntu Server 15.04/15.10] Realtek

[Touch-packages] [Bug 1510648] Re: [Ubuntu Server 15.04/15.10] Realtek RTL8723AE cannot connect to WPA2/AES

2015-11-02 Thread jean-christophe manciot
I've made some progress: If I remove the following lines from /etc/network/interfaces: iface wlan0 inet dhcp iface wlan0 inet6 auto NetworkManager errors "nm_urfkill_get_wlan_state: assertion 'self->wlan_proxy != NULL' failed" are gone: systemctl status NetworkManager ● NetworkManager.service -

[Touch-packages] [Bug 1510648] Re: [Ubuntu Server 15.04/15.10] Realtek RTL8723AE cannot connect to WPA2/AES

2015-11-02 Thread jean-christophe manciot
Hoorah! I have been able to find a workaround by compliing the realtek drivers available here: http://drvbp1.linux-foundation.org/~mcgrof/rel-html/backports/ with: make defconfig-rtlwifi make sudo make install shutdown -r now The rtl8723ae module is now loaded: lsmod | grep -i rtl8723ae

[Touch-packages] [Bug 1497263] [NEW] Unable to negotiate a key exchange method

2015-09-18 Thread jean-christophe manciot
Public bug reported: Client: Ubuntu Server 15.04 with openssh-client 6.7p1 Server: Ubuntu cloud server 15.04 with openssh-server 6.7p1 Connection trace: root@msi-ge60-ubuntu:/media/actionmystique/SAMSUNG-Ext4/KVM-Qemu/VMs# ssh -v -p 22 -i ./KVM-Ubuntu-Server-15.04-ubuntu-id_rsa

[Touch-packages] [Bug 1516225] Re: Swapon does not respect fstab priorities order

2015-12-03 Thread jean-christophe manciot
/etc /fstab: https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1516225/comments/5 /proc/swaps: https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1516225/comments/4 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1522190] Re: Permission denied (publickey) whereas the public key has been inserted into ~/.ssh/authorized_keys

2015-12-04 Thread jean-christophe manciot
We have a winner: setting usePAM to no generates the issue: /etc/ssh/sshd_config --- ... usePAM no ChallengeResponseAuthentication no PasswordAuthentication no PermitEmptyPasswords no ... ssh -v root@localhost - ... debug1:

[Touch-packages] [Bug 1497263] Re: Unable to negotiate a key exchange method

2015-12-03 Thread jean-christophe manciot
I really appreciate you're taking some time to answer this. However, there's some confusion here: you're answering in this thread to another issue which is located in another thread (https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1522190). My configuration is not the same. could you try

[Touch-packages] [Bug 1497263] Re: Unable to negotiate a key exchange method

2015-12-02 Thread jean-christophe manciot
That issue has been solved with newer versions openssh-server/client 6.9p1-2. However, another issue has surfaced: cf. https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1522190 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1497263] Re: Unable to negotiate a key exchange method

2015-12-03 Thread jean-christophe manciot
** Changed in: openssh (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/1497263 Title: Unable to negotiate a key exchange

[Touch-packages] [Bug 1516225] Re: Swapon does not respect fstab priorities order

2015-11-18 Thread jean-christophe manciot
I have to manually change the swap priorities after each boot to get the right order. You are right: using the swap paths in /etc/fstab instead of UUIDs gives the configured priority to the right swap. Now you know where to look in the code to correct that issue, because the interesting thing

[Touch-packages] [Bug 1516225] Re: Swapon does not respect fstab priorities order

2015-11-19 Thread jean-christophe manciot
** Changed in: util-linux (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu. https://bugs.launchpad.net/bugs/1516225 Title: Swapon does not respect fstab priorities

[Touch-packages] [Bug 1586620] Re: debian/clean: config.log: not found

2016-05-28 Thread jean-christophe manciot
n" echo --- rsync -av ../debian . echo echo Building echo dpkg-buildpackage -m"Jean-Christophe Manciot <manciot.jeanchristo...@gmail.com>" ... make[1]: Leaving directory '/home/actionmystique/Prog

[Touch-packages] [Bug 1586620] [NEW] debian/clean: config.log: not found

2016-05-28 Thread jean-christophe manciot
-- rsync -av ../debian . echo echo Building echo ---- dpkg-buildpackage -m"Jean-Christophe Manciot <manciot.jeanchristo...@gmail.com>" ... make[1]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/OpenSSH

[Touch-packages] [Bug 1586623] [NEW] debian/clean: debian/openssh-server.sshd.pam: not found

2016-05-28 Thread jean-christophe manciot
ntrol folder in the expected location" echo --- rsync -av ../debian . echo echo Building echo dpkg-buildpackage -m"Jean-Christophe Manciot <manciot.jeanchristo...@gmail.com>" ... make[1]: Leaving direct

[Touch-packages] [Bug 1586620] Re: debian/clean: config.log: not found

2016-05-28 Thread jean-christophe manciot
n" echo --- rsync -av ../debian . echo echo Building echo dpkg-buildpackage -m"Jean-Christophe Manciot <manciot.jeanchristo...@gmail.com>" ... make[1]: Leaving directory '/home/actionm

[Touch-packages] [Bug 1586620] Re: debian/clean: config.log: not found

2016-05-29 Thread jean-christophe manciot
package -m"Jean-Christophe Manciot <manciot.jeanchristo...@gmail.com>" ... make[1]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/OpenSSH/git-openssh' dh_autoreconf_clean dh_clean /home/actionmystique/Program-Files/Ubuntu/OpenSSH/git-openssh/debian/clean

[Touch-packages] [Bug 1550726] [NEW] [apt-utils] apt-ftparchive reports wrong file size and checksums in Packages

2016-02-27 Thread jean-christophe manciot
Public bug reported: On Linux 4.2.0-30-generic #36-Ubuntu SMP Fri Feb 26 00:58:07 UTC 2016 x86_64 GNU/Linux with apt-utils 1.0.10.2 Generating Packages with (apt-ftparchive.conf is attached below.): apt-ftparchive generate --contents=off ./apt-ftparchive.conf Generated Packages contains:

[Touch-packages] [Bug 1550726] Re: [apt-utils] apt-ftparchive reports wrong file size and checksums in Packages

2016-02-27 Thread jean-christophe manciot
** Attachment added: "Nemo package related to the bug report" https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1550726/+attachment/4582639/+files/nemo_2.8.6-11_amd64.deb ** Description changed: On Linux 4.2.0-30-generic #36-Ubuntu SMP Fri Feb 26 00:58:07 UTC 2016 x86_64 GNU/Linux with

[Touch-packages] [Bug 1550726] Re: [apt-utils] Some packages are missing in Packages built by apt-ftparchive

2016-03-15 Thread jean-christophe manciot
If I remove all sections but one in the tree and in the configuration file (apt-ftparchive.conf" here), the apt-ftparchive-generated Packages contains the exact number of packages. I won't check whether there is a lower number of sections which triggers that issue (<8) or not, but it's fair to

[Touch-packages] [Bug 1550726] Re: [apt-utils] Some packages are missing in Packages built by apt-ftparchive

2016-03-19 Thread jean-christophe manciot
eir previous release. For example, one of gns3-gui_1.4.5 dependencies has changed as compared to gns3-gui_1.4.4: gns3-net-converter instead of gns3-converter; here are both control files: Package: gns3-gui Priority: extra Section: net Installed-Size: 23396 Maintainer: Jean-Christophe Manciot

[Touch-packages] [Bug 1568528] [NEW] ERROR:test-link.c:303:test_software: assertion failed (value == "789"): ("788" == "789")

2016-04-10 Thread jean-christophe manciot
Public bug reported: Ubuntu 15.10 4.2.0-35 network-manager Ubuntu sources: network-manager_1.0.4.orig.tar.xz built with: dpkg-buildpackage -b -m"Jean-Christophe Manciot <manciot.jeanchristo...@gmail.com>" ... = Netw

[Touch-packages] [Bug 1550726] Re: [apt-utils] Changing "Section", "Maintainer" or "Depends" (and probably some others) fields in a control file makes apt-ftparchive miss the new package in "Packages"

2016-03-19 Thread jean-christophe manciot
I've just added apt 1.2.7 to the repository and the following packages are not included in "Packages": - apt-utils_1.2.7; I've noticed that only "Version" and apt version in "Depends" have changed, and the "Installed Size" has not changed. - libapt-inst2.0_1.2.7 - libapt-pkg-doc_1.2.7_all.deb

[Touch-packages] [Bug 1550726] Re: [apt-utils] apt-ftparchive reports wrong file size and checksums in Packages

2016-03-05 Thread jean-christophe manciot
With apt-utils 1.2.4, the behavior has changed: 5 packages are not even listed in Packages anymore, including nemo_2.8.6-11_amd64.deb package: Here, 24 packages are located in the folder: Ubuntu/dists/wily/system-tools/binary-amd64# ll *.deb -rw-r--r-- 1 root root1116256

[Touch-packages] [Bug 1550726] Re: [apt-utils] apt-ftparchive reports wrong file size and checksums in Packages

2016-03-05 Thread jean-christophe manciot
** Attachment added: "apt-ftparchive.conf" https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1550726/+attachment/4589425/+files/apt-ftparchive.conf -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu.

[Touch-packages] [Bug 1550726] Re: [apt-utils] apt-ftparchive misses some packages in Packages

2016-03-05 Thread jean-christophe manciot
Packages has been built the same way with: apt-ftparchive generate --contents=off ./apt-ftparchive.conf ** Summary changed: - [apt-utils] apt-ftparchive reports wrong file size and checksums in Packages + [apt-utils] apt-ftparchive misses some packages in Packages ** Summary changed: -

[Touch-packages] [Bug 1550726] Re: [apt-utils] Some packages are missing in Packages built by apt-ftparchive

2016-03-08 Thread jean-christophe manciot
With latest release 1.2.6, the issue remains. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1550726 Title: [apt-utils] Some packages are missing in Packages built by apt-

[Touch-packages] [Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-25 Thread jean-christophe manciot
Adding NotifyAccess=all in /lib/systemd/system/libvirt-bin.service does not solve the issue: sudo systemctl restart libvirt-bin sudo systemctl -l status libvirt-bin ● libvirt-bin.service - Virtualization daemon Loaded: loaded (/lib/systemd/system/libvirt-bin.service; enabled; vendor preset:

[Touch-packages] [Bug 1573464] [NEW] Could not install 'fwupdate' during upgrade 15.10 -> 16.04

2016-04-22 Thread jean-christophe manciot
Public bug reported: Ubuntu 15.10 4.2.0-35 apt 1.2.10 subprocess installed post-installation script returned error exit status 1 ** Affects: apt (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-29 Thread jean-christophe manciot
Are you suggesting that the change was motivated to make libvirt support multiple architectures? You can check that debian has the same path for the libvirt libraries across multiple architectures at the bottom of this page: https://packages.debian.org/sid/libvirt0. -- You received this bug

[Touch-packages] [Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-29 Thread jean-christophe manciot
I don't get your point... at all. Are you suggesting th Debian has not changed the path for the libraries: File list of package libvirt0 1.3.3 in sid of architecture amd64 /usr/lib/libvirt-admin.so.0 /usr/lib/libvirt-admin.so.0.1003.3 /usr/lib/libvirt-lxc.so.0 /usr/lib/libvirt-lxc.so.0.1003.3

[Touch-packages] [Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-28 Thread jean-christophe manciot
There is an issue, although it is not directly related to the title of this thread. It used to be possible to install libvirt 1.3.3 over 1.2.16 on Ubuntu 15.10 ***without any issue.*** Now, on Ubuntu 16.10, trying to install libvirt 1.3.3 from the ***same sources*** triggers the error already

[Touch-packages] [Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-28 Thread jean-christophe manciot
Do I need to open a new "bug report"? -- 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/1574566 Title: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade:

[Touch-packages] [Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-28 Thread jean-christophe manciot
as a POC with libvirt 1.3.3 installed: sudo rm -v /usr/lib/x86_64-linux-gnu/libvirt* removed '/usr/lib/x86_64-linux-gnu/libvirt-admin.so.0' removed '/usr/lib/x86_64-linux-gnu/libvirt-admin.so.0.1003.1' removed '/usr/lib/x86_64-linux-gnu/libvirt-lxc.so.0' removed

[Touch-packages] [Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-26 Thread jean-christophe manciot
Yes, I did. If you don't, you get a warning. However, after thorough research, I noticed some leftovers from a previously installed libvirt 1.3.3 from sources over 1.3.1. Uninstalling the latter did not uninstall everything, hence the mess. After cleaning everything and reinstalling libvirt

[Touch-packages] [Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status zfs-fuse.service" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665102/+files/zfs-fuse.service.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status sysinit.target" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665101/+files/sysinit.target.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status remote-fs-pre.target" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665100/+files/remote-fs-pre.target.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status open-iscsi.service" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665103/+files/open-iscsi.service.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status network.target" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665099/+files/network.target.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status rpcbind.service" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665098/+files/rpcbind.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status iscsid.service" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665104/+files/iscsid.service.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1582986] [NEW] NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
Public bug reported: Ubuntu 16.04 4.4.0-22 systemd 229-4 network-manager 1.1.93 network-manager-gnome 1.2.0 Multiple services and targets are deleted by systemd to "break ordering cycle" (cf. boot.log), but NetworkManager is the only one of them

[Touch-packages] [Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-05-05 Thread jean-christophe manciot
After exiting from Synaptic, is it expected for the file /var/cache/apt/archives/lock to be still there? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1522675 Title:

[Touch-packages] [Bug 1573464] Re: Could not install 'fwupdate' during upgrade 15.10 -> 16.04

2016-11-04 Thread jean-christophe manciot
It"s much too late. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1573464 Title: Could not install 'fwupdate' during upgrade 15.10 -> 16.04 Status in apt package in Ubuntu:

[Touch-packages] [Bug 1647166] [NEW] systemd-networkd Lost wlan0 carrier although it is always there and strong

2016-12-04 Thread jean-christophe manciot
Public bug reported: On Ubuntu 16.10 4.8 with systemd 231-9ubuntu1 Wlan0 carrier is lost now and then although there is no apparent reason: the signal which is broadcasted by the nearby AP remains always strong just a few feet away. All the related logs are attached. What could trigger the

[Touch-packages] [Bug 1738403] [NEW] iptables-save duplicates libvirt rules

2017-12-15 Thread jean-christophe manciot
Public bug reported: Ubuntu 17.10 iptables 1.6.1-2ubuntu1 Before "iptables-save > /etc/iptables/rules.v4" --- # cat iptables/rules.v4 | grep virbr0 | sort | uniq -c 14 -A FORWARD -d 192.168.122.0/24 -o virbr0 -m conntrack --ctstate

[Touch-packages] [Bug 1738403] Re: iptables-save duplicates libvirt rules

2017-12-15 Thread jean-christophe manciot
It appears that this issue concerns all Linux bridges: # cat iptables/rules.v4 | grep lxcbr0 | sort | uniq -c 7 -A FORWARD -i lxcbr0 -j ACCEPT 7 -A FORWARD -o lxcbr0 -j ACCEPT 7 -A INPUT -i lxcbr0 -p tcp -m tcp --dport 53 -j ACCEPT 7 -A INPUT -i lxcbr0 -p tcp -m tcp

[Touch-packages] [Bug 1741672] [NEW] Cannot build 235-3ubuntu3 due to missing ... libsystemd-shared-235.so

2018-01-06 Thread jean-christophe manciot
Public bug reported: Ubuntu 17.10 systemd 234-2ubuntu12.1 Building 235-3ubuntu3 from sources with: dpkg-buildpackage --no-sign --build=binary leads to: ... dpkg-shlibdeps: error: cannot find library libsystemd-shared-235.so needed by

[Touch-packages] [Bug 1671974] Re: CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP

2019-02-12 Thread jean-christophe manciot
I have just found the following message in syslog: Feb 12 13:25:56 samsung5-ubuntu colord-sane: message repeated 2 times: [ [bjnp] create_broadcast_socket: ERROR - bind socket to local address failed - Cannot assign requested address] that matches: ● colord.service - Manage, Install and Generate

[Touch-packages] [Bug 1671974] Re: CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP

2019-02-12 Thread jean-christophe manciot
I ha -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1671974 Title: CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP Status in cups package in Ubuntu: Confirmed

[Touch-packages] [Bug 1671974] Re: CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP

2019-02-06 Thread jean-christophe manciot
I experience the same symptoms on Ubuntu 19.04 disco, but there is no cups* packages installed: # apt-cache policy cups*| grep Installed | grep -v none # The issue is definitely unrelated to CUPS. Some other process sends many strange IPv6/UDP packets to all IPv6 local nodes with 2 different

[Touch-packages] [Bug 1671974] Re: CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP

2019-02-06 Thread jean-christophe manciot
If anyone knows a way to pinpoint some process which sends some specific packets, I'd be glad to investigate further. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1671974

[Touch-packages] [Bug 1851144] [NEW] Switching from unity-greeter to lightdm-gtk-greeter prevents lightdm.service from starting

2019-11-03 Thread jean-christophe manciot
Public bug reported: Ubuntu 20.04 lightdm 1.30.0-0ubuntu2 lightdm-gtk-greeter 2.0.6-0ubuntu1 ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lightdm 1.30.0-0ubuntu2 ProcVersionSignature: Ubuntu 5.3.0-21.22-generic 5.3.7 Uname: Linux 5.3.0-21-generic x86_64 ApportVersion: 2.20.11-0ubuntu9

[Touch-packages] [Bug 1851144] Re: Switching from unity-greeter to lightdm-gtk-greeter prevents lightdm.service from starting

2019-11-05 Thread jean-christophe manciot
No such issue with eaon. -- 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/1851144 Title: Switching from unity-greeter to lightdm-gtk-greeter prevents lightdm.service from

[Touch-packages] [Bug 1977689] [NEW] Wrong error msg: "state file /var/lib/logrotate/status is world-readable" although it is not

2022-06-05 Thread jean-christophe manciot
Public bug reported: Ubuntu 22.04 logrotate 3.19.0-1ubuntu1.1 Every hour, I receive this wrong message: Subject:Cron >cd / && run-parts --report /etc/cron.hourly /etc/cron.hourly/logrotate: error: state file /var/lib/logrotate/status is world-readable and thus can be locked from

[Touch-packages] [Bug 1983758] [NEW] systemd-cryptenroll does not support PKCS#11 tokens

2022-08-06 Thread jean-christophe manciot
Public bug reported: linux 5.19.0-13-generic #13-Ubuntu SMP PREEMPT_DYNAMIC Thu Jul 28 15:28:43 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux systemd 249.11-0ubuntu3.4 ykman piv keys generate --algorithm ECCP256 9a pubkey.pem Enter a management key [blank to use default key]: ykman piv certificates

[Touch-packages] [Bug 1983784] [NEW] LUKS-encrypted partition is not automatically unlocked at boot with fido2 key

2022-08-07 Thread jean-christophe manciot
Public bug reported: ubuntu 22.04 systemd 249.11-0ubuntu3.4 The partition is encrypted with luks2 and a fido2 key has been enrolled.with: systemd-cryptenroll --fido2-device=auto /dev/ /etc/crypttab has been setup with: LABEL= none fido2-device=auto /etc/fstab has been setup with: /dev/mapper/

[Touch-packages] [Bug 1983758] Re: systemd-cryptenroll does not support PKCS#11 tokens

2022-08-12 Thread jean-christophe manciot
Same issue if I use the slot 9d instead of 9a. -- 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/1983758 Title: systemd-cryptenroll does not support PKCS#11 tokens Status

[Touch-packages] [Bug 1983784] Re: LUKS-encrypted partition is not automatically unlocked at boot with fido2 key

2022-08-12 Thread jean-christophe manciot
More details about this issue: libfido2-1: 1.10.0-1 Errors during the boot process: Failed to open FIDO2 device /dev/hidraw5: FIDO_ERR_INTERNAL or sometimes Failed to open FIDO2 device /dev/hidraw5: FIDO_ERR_RX even though: - the FIDO2 device is plugged into the usb port the whole time - such

[Touch-packages] [Bug 1983784] Re: LUKS-encrypted partition is not automatically unlocked during the boot process with a fido2 key

2022-08-12 Thread jean-christophe manciot
I suspect this is a libfido2 issue, so I will post this on their github git repo. -- 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/1983784 Title: LUKS-encrypted partition

[Touch-packages] [Bug 1983784] Re: LUKS-encrypted partition is not automatically unlocked during the boot process with a fido2 key

2022-08-13 Thread jean-christophe manciot
This issue has been fixed in the libfido2 upstream project. Cf. https://github.com/Yubico/libfido2/issues/627 ** Bug watch added: github.com/Yubico/libfido2/issues #627 https://github.com/Yubico/libfido2/issues/627 -- You received this bug notification because you are a member of Ubuntu