[Touch-packages] [Bug 1951877] Re: FTBFS - python-testtools does not support Python 3.10

2021-11-28 Thread Rafael David Tinoco
I've used your git-ubuntu branch to generate the source package and upload it. You (server team) will have to break this merge into the 3 commits again during next merge with upstream (debian) as I did not have permission to upload to pkg/ubuntu/devel (not sure why). $ dput ubuntu python-testtools

[Touch-packages] [Bug 520546] Re: [SRU]Alt+KEY incorrectly behaves like Ctrl+Alt+KEY, and/or unwanted VT switch from Alt+Left/Right

2020-12-09 Thread Rafael David Tinoco
[rafaeldtinoco@fujitsu ~]$ sudo kbd_mode The keyboard is in Unicode (UTF-8) mode [rafaeldtinoco@fujitsu ~]$ sudo kbd_mode -C /dev/tty1 The keyboard is in Unicode (UTF-8) mode [rafaeldtinoco@fujitsu ~]$ sudo kbd_mode -s [rafaeldtinoco@fujitsu ~]$ sudo kbd_mode -C /dev/tty1 The keyboard is in raw

[Touch-packages] [Bug 520546] Re: [SRU]Alt+KEY incorrectly behaves like Ctrl+Alt+KEY, and/or unwanted VT switch from Alt+Left/Right

2020-12-09 Thread Rafael David Tinoco
I have just faced this and kbd_mode -s also fixed the issue for me. The behavior started out of nothing (something I did without perceiving most likely). I'm using: [rafaeldtinoco@fujitsu ~]$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 20.10 Release:

[Touch-packages] [Bug 1913187] [NEW] iproute2 segfaults when filtering sockets

2021-01-25 Thread Rafael David Tinoco
ects: iproute2 (Ubuntu) Importance: Undecided Status: Fix Released ** Affects: iproute2 (Ubuntu Bionic) Importance: Undecided Assignee: Rafael David Tinoco (rafaeldtinoco) Status: Confirmed ** Changed in: iproute2 (Ubuntu) Status: New => Confirmed ** Also affec

[Touch-packages] [Bug 1913187] Re: iproute2 segfaults when filtering sockets

2021-01-25 Thread Rafael David Tinoco
Issues comes from: (gdb) bt #0 render (screen_width=144) at ss.c:1204 #1 main (argc=, argv=) at ss.c:4974 render (screen_width=144) at ss.c:1204 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://b

[Touch-packages] [Bug 1913187] Re: iproute2 segfaults when filtering sockets

2021-01-25 Thread Rafael David Tinoco
workaround: sudo ss -Hnp -o state established 'dport = 22' src 127.0.0.1 dst 127.0.0.1 | cat - by not trying to control terminal WIDTH, segfault does not occur. ** Changed in: iproute2 (Ubuntu Bionic) Importance: Undecided => Low -- You received this bug notification because you are a membe

[Touch-packages] [Bug 1913187] Re: iproute2 segfaults when filtering sockets

2021-01-26 Thread Rafael David Tinoco
[rafaeldtinoco@iproute2issue iproute2]$ git unfixed eb8559eff124221bfbafe934c4dbfe30f20604c0 is the first bad commit commit eb8559eff124221bfbafe934c4dbfe30f20604c0 Author: Jean-Philippe Brucker Date: Sat Mar 3 16:59:44 2018 + ss: fix NULL dereference when rendering without header

[Touch-packages] [Bug 1913187] Re: iproute2 segfaults when filtering sockets

2021-01-26 Thread Rafael David Tinoco
It only affects Bionic: [rafaeldtinoco@iproute2issue iproute2]$ git describe eb8559eff124221bfbafe934c4dbfe30f20604c0 v4.15.0-103-geb8559ef [rafaeldtinoco@iproute2issue ~]$ rmadison iproute2 iproute2 | 3.12.0-2 | trusty | source iproute2 | 3.12.0-2ubuntu1.2

[Touch-packages] [Bug 1913187] Re: iproute2 segfaults when filtering sockets

2021-01-26 Thread Rafael David Tinoco
MP: https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/iproute2/+git/iproute2/+merge/396921 PPA: https://launchpad.net/~rafaeldtinoco/+archive/ubuntu/lp1913187 ** Description changed: + [Impact] + + * The ss tool crashes when a query returns no results (seg fault) + + [Test Case] + +

[Touch-packages] [Bug 1913187] Re: iproute2 segfaults when filtering sockets

2021-01-26 Thread Rafael David Tinoco
$ git-ubuntu tag --upload $ git describe upload/4.15.0-2ubuntu1.3 $ git push pkg upload/4.15.0-2ubuntu1.3 Counting objects: 11, done. Delta compression using up to 24 threads. Compressing objects: 100% (11/11), done. Writing objects: 100% (11/11), 2.07 KiB | 176.00 KiB/s, done. Total 11 (delta 7)

[Touch-packages] [Bug 1913187] Re: iproute2 segfaults when filtering sockets

2021-01-28 Thread Rafael David Tinoco
o ** Tags removed: verification-needed verification-needed-bionic ** Tags added: verification-done verification-done-bionic ** Changed in: iproute2 (Ubuntu Bionic) Assignee: Rafael David Tinoco (rafaeldtinoco) => (unassigned) -- You received this bug notification because you are a member o

[Touch-packages] [Bug 1551980] Re: /etc/inid.d/clvm references inexisting /etc/rc.d/init.d/functions

2019-05-28 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1248054 *** https://bugs.launchpad.net/bugs/1248054 ** This bug has been marked a duplicate of bug 1248054 [SRU] dlm package installation fails -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subsc

[Touch-packages] [Bug 1805183] Re: systemd-resolved constantly restarts on Bionic upgraded from Xenial

2019-05-30 Thread Rafael David Tinoco
xnox, it looks like you're missing a "$" in md5sum command from: https://launchpadlibrarian.net/426017250/systemd_240-6ubuntu7_240-6ubuntu8.diff.gz for the -proposed systemd version: /sbin/dhclient-script: 57: /etc/dhcp/dhclient-enter-hooks.d/resolved: Syntax error: "(" unexpected Adding it sol

[Touch-packages] [Bug 1831775] [NEW] ss seems broken when using multiple filters in the same cmdline

2019-06-05 Thread Rafael David Tinoco
Ubuntu cosmic source package, without debian/patches/*, and verified the issue still persists (not being introduced by any of our packages, and being present if vanilla upstream version used in Cosmic). ** Affects: iproute2 (Ubuntu) Importance: Medium Assignee: Rafael David Tinoco

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-06-05 Thread Rafael David Tinoco
https://github.com/shemminger/iproute2/commit/38d209ecf2ae966b9b25de4acb60cdffb0e06ced This commit looks like a fix for this issue: ss: Review ssfilter The original problem was ssfilter rejecting single expressions if enclosed in braces, such as: | sport = 22 or ( dport = 22 ) This is fixed by

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-06-05 Thread Rafael David Tinoco
. for eoan should be possible Stefan, Thank you! ** Also affects: iproute2 (Ubuntu Eoan) Importance: Medium Assignee: Rafael David Tinoco (rafaeldtinoco) Status: In Progress ** Also affects: iproute2 (Ubuntu Cosmic) Importance: Undecided Status: New ** Also affects: ipr

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-06-05 Thread Rafael David Tinoco
I confirm patch: https://github.com/shemminger/iproute2/commit/38d209ecf2ae966b9b25de4acb60cdffb0e06ced Fixes the issue. Without the patch: (c)inaddy@ctdb:~/work/sources/ubuntu/iproute2/misc$ sudo ss -tn state established "( src [172.16.17.2] || src [172.16.17.3] )" "( sport == :2049 )" ss: bi

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-06-05 Thread Rafael David Tinoco
Cosmic merge request: https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/iproute2/+git/iproute2/+merge/368407 ** Description changed: + [Impact] + + * ss can't filter using single entries in parentheses + + [Test Case] + + * ss -tn state established "( src [172.16.17.2] || src [172.16.

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-06-05 Thread Rafael David Tinoco
** Description changed: [Impact] - * ss can't filter using single entries in parentheses +  * ss won't be able to run commands with single filters inside + parentheses, like: "( sport == :X )", for example. + + * A workaround is to remove "( )" from single filters, since it looks + the iss

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-06-05 Thread Rafael David Tinoco
Disco merge request: https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/iproute2/+git/iproute2/+merge/368410 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1831775 T

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-06-05 Thread Rafael David Tinoco
Eoan merge request: https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/iproute2/+git/iproute2/+merge/368411 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1831775 Ti

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-06-05 Thread Rafael David Tinoco
** Merge proposal unlinked: https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/iproute2/+git/iproute2/+merge/368407 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-06-05 Thread Rafael David Tinoco
** Merge proposal unlinked: https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/iproute2/+git/iproute2/+merge/368408 ** Merge proposal unlinked: https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/iproute2/+git/iproute2/+merge/368410 ** Merge proposal unlinked: https://code.

[Touch-packages] [Bug 50093] Re: Some sysctls are ignored on boot

2019-06-07 Thread Rafael David Tinoco
) => Rafael David Tinoco (rafaeldtinoco) ** Changed in: procps (Ubuntu) Importance: Low => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu. https://bugs.launchpad.net/bugs/50093 Title: Some sysct

[Touch-packages] [Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived clusters

2019-09-13 Thread Rafael David Tinoco
The following 3 bugs: https://bugs.launchpad.net/bugs/1815101 https://bugs.launchpad.net/bugs/1819074 https://bugs.launchpad.net/bugs/1810583 Have the same root cause: the fact that systemd-network messes with secondary IP addresses in NICs managed by systemd. I'm marking all other cases as a du

[Touch-packages] [Bug 1819074] Re: Keepalived < 2.0.x in Ubuntu 18.04 LTS not compatible with systemd-networkd

2019-09-13 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1815101 *** https://bugs.launchpad.net/bugs/1815101 The following 3 bugs: https://bugs.launchpad.net/bugs/1815101 https://bugs.launchpad.net/bugs/1819074 https://bugs.launchpad.net/bugs/1810583 Have the same root cause: the fact that systemd-network messes

[Touch-packages] [Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived clusters

2019-09-13 Thread Rafael David Tinoco
portance: Undecided => Medium ** Changed in: keepalived (Ubuntu Bionic) Assignee: (unassigned) => Rafael David Tinoco (rafaeldtinoco) ** Changed in: keepalived (Ubuntu Disco) Assignee: (unassigned) => Rafael David Tinoco (rafaeldtinoco) ** Changed in: keepalived (Ubuntu Eoan)

[Touch-packages] [Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived clusters

2019-09-25 Thread Rafael David Tinoco
Alright, As this is a problem that does not only affect keepalived, but, all cluster-like softwares dealing with aliases in any existing interface, managed or not by systemd, I have tested the same test case in a pacemaker based cluster, with 3 nodes, having 1 virtual IP + a lighttpd instance runn

[Touch-packages] [Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived, heartbeat, corosync, pacemaker (interface aliases are restarted)

2019-09-26 Thread Rafael David Tinoco
** Summary changed: - [master] Restarting systemd-networkd breaks keepalived clusters + [master] Restarting systemd-networkd breaks keepalived, heartbeat, corosync, pacemaker (interface aliases are restarted) -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived, heartbeat, corosync, pacemaker (interface aliases are restarted)

2019-09-26 Thread Rafael David Tinoco
The commits bellow implement support to "keep configuration": commit 1e498853a39b46155cb89b5c9e74ecb27aaba3ed Author: Yu Watanabe Date: Mon Jun 3 01:21:13 2019 test-network: add tests for KeepConfiguration= commit c98d78d32abba6aadbe89eece7acf0742f59047c Author: Yu Watanabe Date: Mon J

[Touch-packages] [Bug 1845652] Re: rsync sends everything, not just changes

2019-09-30 Thread Rafael David Tinoco
Hello peterzay, IF you are facing something like: https://unix.stackexchange.com/questions/85993/why-rsync-attempts-to- copy-file-that-is-already-up-to-date Then I would recommend reading the 1st answer to that question, which explains why and when rsync would try to re-sync everything again. I

[Touch-packages] [Bug 1838525] Re: LVM setup fails to install grub on virtio storage

2019-10-03 Thread Rafael David Tinoco
staller (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (rafaeldtinoco) ** Changed in: grub-installer (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (rafaeldtinoco) ** Changed in: lvm2 (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (rafaeldtinoco) ** Als

[Touch-packages] [Bug 1838525] Re: LVM setup fails to install grub on virtio storage

2019-10-07 Thread Rafael David Tinoco
The following commit: commit 417e52c13a8156b11c25c411d44bda8b32bf87e4 Author: Peter Rajnoha Date: Tue Feb 18 07:27:21 2014 udev: create /dev/disk/by-id/lvm-pv-uuid- symlink for a PV We already have /dev/disk/by-id/dm-uuid-... (which encompasses the VG UUID and LV UUID in case

[Touch-packages] [Bug 1838525] Re: LVM setup fails to install grub on virtio storage

2019-10-07 Thread Rafael David Tinoco
Merge request was done here: https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/grub2/+git/grub2/+merge/373792 And the following PPA is available: https://launchpad.net/~rafaeldtinoco/+archive/ubuntu/lp1838525 ** Description changed: + [Impact] + + * Any Eoan installation that depends

[Touch-packages] [Bug 1838525] Re: LVM setup fails to install grub on virtio storage

2019-10-07 Thread Rafael David Tinoco
Verifying the fix from the PPA: (k)rafaeldtinoco@keoan:~$ ls /dev/disk/by-id ls: cannot access '/dev/disk/by-id': No such file or directory (k)rafaeldtinoco@keoan:~$ sudo grub-mkdevicemap --no-floppy -m - (hd0) /dev/vda (hd1) /dev/vdb This is the expected behavior (by installer). (k)rafaeld

[Touch-packages] [Bug 1838525] Re: LVM setup fails to install grub on virtio storage

2019-10-08 Thread Rafael David Tinoco
** Changed in: debian-installer (Ubuntu) Status: In Progress => Invalid ** Changed in: lvm2 (Ubuntu) Status: In Progress => Invalid ** Changed in: debian-installer (Ubuntu) Assignee: Rafael David Tinoco (rafaeldtinoco) => (unassigned) ** Changed in: lvm

[Touch-packages] [Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived, heartbeat, corosync, pacemaker (interface aliases are restarted)

2019-10-09 Thread Rafael David Tinoco
@ed, I just finished the backport to Eoan it was straightforward, I'll finish tests tomorrow with HA related software and networkd enabled HA clusters. After that I'll give you a better estimation about Disco and Bionic. This is the total size of changes (systemd-networkd-tests.py is not so great

[Touch-packages] [Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived, heartbeat, corosync, pacemaker (interface aliases are restarted)

2019-10-10 Thread Rafael David Tinoco
Test Case: (k)rafaeldtinoco@kcluster03:~$ crm status Stack: corosync Current DC: kcluster02 (version 2.0.1-9e909a5bdd) - partition with quorum Last updated: Thu Oct 10 17:13:19 2019 Last change: Thu Oct 10 17:11:48 2019 by root via cibadmin on kcluster01 3 nodes configured 5 resources configured

[Touch-packages] [Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived, heartbeat, corosync, pacemaker (interface aliases are restarted)

2019-10-10 Thread Rafael David Tinoco
(k)rafaeldtinoco@kcluster01:~$ sudo vi /etc/systemd/network/10-netplan- eth3.network (k)rafaeldtinoco@kcluster01:~$ systemctl restart systemd-networkd (k)rafaeldtinoco@kcluster01:~$ ip addr show eth3 5: eth3: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 52:54:00:11:

[Touch-packages] [Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived, heartbeat, corosync, pacemaker (interface aliases are restarted)

2019-10-11 Thread Rafael David Tinoco
Eoan SRU: MR: https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/systemd/+git/systemd/+merge/374027 PPA: https://launchpad.net/~rafaeldtinoco/+archive/ubuntu/lp1815101 Add: KeepConfiguration=static to .network file to keep aliases to. -- You received this bug notification because you a

[Touch-packages] [Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived, heartbeat, corosync, pacemaker (interface aliases are restarted)

2019-11-07 Thread Rafael David Tinoco
** Description changed: [impact] - ip addresses managed by keepalived are lost across networkd restarts + - ALL related HA software has a small problem if interfaces are being + managed by systemd-networkd: nic restarts/reconfigs are always going to + wipe all interfaces aliases when HA softw

[Touch-packages] [Bug 1851695] Re: DEP8 failure/regression in nspr on arm64 and armhf

2019-11-11 Thread Rafael David Tinoco
** Tags added: server-next -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to nspr in Ubuntu. https://bugs.launchpad.net/bugs/1851695 Title: DEP8 failure/regression in nspr on arm64 and armhf Status in notary package in Ubunt

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-07-01 Thread Rafael David Tinoco
Marking cosmic as won't fix due to its EOL. Only thing here is SRU to Disco. This will become important whenever CTDB merge happens and SRU is done on bug: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/722201 ** Changed in: iproute2 (Ubuntu Cosmic) Status: In Progress => Won't Fix -

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-07-11 Thread Rafael David Tinoco
Small clarification, I think the new Eoan merge with upstream will take care of the fix in comment #7. Nevertheless, the SRU for disco can be done with: https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/iproute2/+git/iproute2/+ref/lp1831775 -disco-sru-iproute2 I need sponsoring for that ^.

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-07-17 Thread Rafael David Tinoco
# disco verification: (c)inaddy@iproute2verification:~$ ss -tn state established "( src [172.16.17.2] || src [172.16.17.3] )" "( sport == :2049 )" Recv-Q Send-QLocal Address:Port Peer Address:Port # migration issue (chrony rev dependenc

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-07-17 Thread Rafael David Tinoco
Actually they are not intermittent, they started happening after ... The upstream merge request into eoan I commented about: https://code.launchpad.net/~paelzer/ubuntu/+source/chrony/+git/chrony/+merge/370185 and my comment: https://code.launchpad.net/~paelzer/ubuntu/+source/chrony/+git/chrony/

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-07-17 Thread Rafael David Tinoco
(c)inaddy@iproute2verification:~/work/sources/ubuntu/chrony/test/simulation$ ./111-knownclient Testing reply to client configured as server: network with 1*1 servers and 1 clients: non-default settings: client_conf=acquisitionport 123 server_conf=server 192.168.123.2 noselect acq

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-07-17 Thread Rafael David Tinoco
I have downgraded iproute2 package (using -updates pocket) and it also gave the same errors: (c)inaddy@iproute2verification:~/work/sources/ubuntu/chrony/test/simulation$ ./111-knownclient Testing reply to client configured as server: network with 1*1 servers and 1 clients: ... checking por

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-07-17 Thread Rafael David Tinoco
Chrony issue being investigated here: https://bugs.launchpad.net/ubuntu/+source/chrony/+bug/1836929 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1831775 Title: ss seem

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-07-17 Thread Rafael David Tinoco
(c)inaddy@iproute2verification:~/work/sources/ubuntu/chrony/test/simulation/clknetsim$ git bisect bad 537cb7161de9ad372437ab0fcbff76e54a3cd97a is the first bad commit commit 537cb7161de9ad372437ab0fcbff76e54a3cd97a Author: Miroslav Lichvar Date: Tue Jun 11 17:05:22 2019 +0200 add message t

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-07-17 Thread Rafael David Tinoco
Issue happens because of the "upstream" "git cloned" clknetsim test dependencies. The tests clone upstream clknetsim repo. Using an old version of clknetsim I was able to make the test 111 to pass: (c)inaddy@iproute2verification:~/work/sources/ubuntu/chrony/test/simulation$ ./111-knownclient Tes

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-07-17 Thread Rafael David Tinoco
This happens because output of clknetsim was modified and the following regex: # Check if only NTP port (123) was used check_packet_port() { local i ret=0 port=123 test_message 2 1 "checking port numbers in packet log:" + set -x + + cp tmp/log.packets /tmp/mine.log.packets +

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-07-17 Thread Rafael David Tinoco
According to LP: #1836929 I've done the following merge request: https://code.launchpad.net/~rafaeldtinoco/britney/hints- ubuntu/+merge/370268 requesting tests before eoan to be classified as "bad tests". Thus, those failures are "false positives" and SRU is good. I have also verified the SRU

[Touch-packages] [Bug 1832050] Re: chrony autopkgtest "time-sources-from-dhcp-servers" fails (produces stderr)

2019-07-18 Thread Rafael David Tinoco
** Also affects: chrony (Ubuntu) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu) Importance: Undecided Status: New ** No longer affects: ubuntu ** No longer affects: Ubuntu Eoan ** Changed in: systemd (Ubuntu Eoan) Status: New => Confirmed ** Chan

[Touch-packages] [Bug 1832053] Re: systemd dhclient hook is causing md5sum cmds in inexistent files

2019-07-18 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1832050 *** https://bugs.launchpad.net/bugs/1832050 ** Also affects: systemd (Ubuntu) Importance: Undecided Status: New ** Also affects: chrony (Ubuntu) Importance: Undecided Status: New ** No longer affects: Ubuntu Eoan ** Changed in:

[Touch-packages] [Bug 1832053] Re: systemd dhclient hook is causing md5sum cmds in inexistent files

2019-07-18 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1832050 *** https://bugs.launchpad.net/bugs/1832050 ** No longer affects: ubuntu ** No longer affects: chrony (Ubuntu) ** No longer affects: chrony (Ubuntu Eoan) -- You received this bug notification because you are a member of Ubuntu Touch seeded package

[Touch-packages] [Bug 1832050] Re: chrony autopkgtest "time-sources-from-dhcp-servers" fails (produces stderr)

2019-07-18 Thread Rafael David Tinoco
Dimitri, We fixed chrony's autopkgtest issue by allowing stderr during the test. This case is still "on" as the dhclient hooks were the ones causing stderr to chrony's tests (fyio). I have marked LP: #1832053 as a duplicate of this and marked affecting systemd only. Thanks! ** No longer affects:

[Touch-packages] [Bug 1831775] Re: ss seems broken when using multiple filters in the same cmdline

2019-08-01 Thread Rafael David Tinoco
Chrony issue was solved in here: https://bugs.launchpad.net/ubuntu/+source/chrony/+bug/1836929 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1831775 Title: ss seems bro

[Touch-packages] [Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived, heartbeat, corosync, pacemaker (interface aliases are restarted)

2019-11-19 Thread Rafael David Tinoco
(k)rafaeldtinoco@kcluster01:~$ dpkg -l | grep "ii systemd " ii systemd243-3ubuntu1amd64system and service manager k)rafaeldtinoco@kcluster01:~$ for name in kcluster01 kcluster02 kcluster03; do ssh $name "dpkg -l | grep systemd "; done | grep "ii systemd " ii systemd243-3ubuntu

[Touch-packages] [Bug 1815101] Re: [master] Restarting systemd-networkd breaks keepalived, heartbeat, corosync, pacemaker (interface aliases are restarted)

2019-11-19 Thread Rafael David Tinoco
Flagging this as wont fix as heartbeat is already being kept just for historical reasons (and systemd-networkd can workaround that by the fix we're backporting to it: KeepConfiguration .service file stanza). ** Changed in: heartbeat (Ubuntu Eoan) Assignee: Rafael David Tinoco (rafaeldt

[Touch-packages] [Bug 1718227] Re: replacement of ifupdown with netplan needs integration for /etc/network/if{up, down}.d scripts

2019-12-11 Thread Rafael David Tinoco
An example of dns update after putting: up /etc/openvpn/update-resolv-conf down /etc/openvpn/update-resolv-conf in the openvpn .config file: Wed Dec 11 15:04:25 2019 /etc/openvpn/update-resolv-conf tun0 1500 1558 10.172.67.194 255.255.192.0 init update-resolv-conf uses: [ -x /sbin/resolvconf ]

[Touch-packages] [Bug 1718227] Re: replacement of ifupdown with netplan needs integration for /etc/network/if{up, down}.d scripts

2019-12-11 Thread Rafael David Tinoco
For openvpn + systemd-resolve: With "up / down" openvpn config file commands you can wrap "systemd- resolve --set-dns=XXX" and update the given DNS servers. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to avahi in Ubuntu. htt

[Touch-packages] [Bug 1849560] Re: Please revise the files installed in /etc/

2020-01-06 Thread Rafael David Tinoco
** Changed in: openssh (Ubuntu) Importance: Undecided => Wishlist ** Changed in: openssh (Ubuntu) Status: New => Triaged ** Tags added: server-next -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu.

[Touch-packages] [Bug 1727063] Re: Pacemaker package upgrades stop but fail to start pacemaker resulting in HA outage

2017-10-26 Thread Rafael David Tinoco
Is systemd's sysv-generator prioritized over regular systemd unit files ? My question raises from this fix. It looks like unit files were automatically created because of the existence of the wrong LSB parameters in init files - by the generator - but at the same time Xenial should be using systemd

[Touch-packages] [Bug 1317437] Re: wubi kernel option "rw" required

2015-10-28 Thread Rafael David Tinoco
** Changed in: initramfs-tools (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) -- 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/1317437 Ti

[Touch-packages] [Bug 1317437] Re: wubi kernel option "rw" required

2015-11-08 Thread Rafael David Tinoco
** Changed in: initramfs-tools (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) -- 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/1317437 Ti

[Touch-packages] [Bug 1317437] Re: wubi kernel option "rw" required

2015-11-08 Thread Rafael David Tinoco
This bug is being reported to happen also after a clonezilla based installation for Trusty. """ The issue with /tmp will timeout and continue to boot, / will hand the boot up unless there is some user intervention to continue the boot. The work around I mentioned came from a suggestion in the ‘a

[Touch-packages] [Bug 1317437] Re: wubi kernel option "rw" required

2015-11-08 Thread Rafael David Tinoco
uot;""" >From "bcbc" is what this bug is all about. ** Changed in: initramfs-tools (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: initramfs-tools (Ubuntu) Status: Confirmed => In Progress -- You received this bug

Re: [Touch-packages] [Bug 1312419] Re: nl_cache_refill; rtnl_neigh_get fail to find neighbors in cache

2015-11-22 Thread Rafael David Tinoco
.com/ubuntu/ trusty/main amd64 > Packages > 100 /var/lib/dpkg/status > libnl-route-3-200: > Installed: 3.2.21-1 > Candidate: 3.2.21-1 > Version table: > *** 3.2.21-1 0 > 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 > Packages >

[Touch-packages] [Bug 1401141] Re: DHCP server does not work for IPoIB (Infiniband)

2015-05-12 Thread Rafael David Tinoco
I'm reattaching debdiff for Trusty since a version was uploaded to -proposed while this was waiting for sponsorship. Please include Trusty in the "affected" list and consider this patch, being attached, as the fix for Trusty. Thank you Rafael Tinoco ** Patch removed: "trusty_isc-dhcp_4.2.4-7ubun

[Touch-packages] [Bug 1401141] Re: DHCP server does not work for IPoIB (Infiniband)

2015-05-14 Thread Rafael David Tinoco
** Changed in: isc-dhcp (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: isc-dhcp (Ubuntu Utopic) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: isc-dhcp (Ubuntu Vivid) Assignee: (unassigned) => Rafael Dav

[Touch-packages] [Bug 1401141] Re: DHCP server does not work for IPoIB (Infiniband)

2015-06-23 Thread Rafael David Tinoco
I have tested ISC-DHCP for Trusty, Utopic & Vivid for InfiniBand IPoIB and it is working as expected. Flagging as "verification-done". ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded pack

[Touch-packages] [Bug 1401141] Re: DHCP server does not work for IPoIB (Infiniband)

2015-06-27 Thread Rafael David Tinoco
I received good feedback from a User by email: """ Dear sir, A couple of days ago I ran a manual update on Zorin OS 9 32 bits (based on Ubuntu 14.04 LTS). The only update offered at that time was isc-dhcp. How interesting, I thought ... will this fix my WIFI connection problems? I think it did!

[Touch-packages] [Bug 1312419] Re: nl_cache_refill; rtnl_neigh_get fail to find neighbors in cache

2015-09-08 Thread Rafael David Tinoco
** Changed in: libnl3 (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libnl3 in Ubuntu. https://bugs.launchpad.net/bugs/1312419 Title: nl_cache_ref

[Touch-packages] [Bug 1312419] Re: nl_cache_refill; rtnl_neigh_get fail to find neighbors in cache

2015-09-08 Thread Rafael David Tinoco
Kamal, As we talked about, I'm making the following PPA available: https://launchpad.net/~inaddy/+archive/ubuntu/lp1312419 It contains Trusty version + commit: >From 3700cc1ad3a3b507848deb401b9d0f41ff7010bb Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 1 Feb 2013 10:41:45 +0100 Subject

[Touch-packages] [Bug 1312419] Re: nl_cache_refill; rtnl_neigh_get fail to find neighbors in cache

2015-09-12 Thread Rafael David Tinoco
** Changed in: libnl3 (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libnl3 in Ubuntu. https://bugs.launchpad.net/bugs/1312419 Title: nl_cache_refill; rtnl_neigh_get fail to

[Touch-packages] [Bug 1312419] Re: nl_cache_refill; rtnl_neigh_get fail to find neighbors in cache

2015-09-16 Thread Rafael David Tinoco
It looks like that Trusty version also suffers from: root@dixie:~# virsh start maas error: Failed to start domain maas error: internal error: missing IFLA_VF_INFO in netlink response Whenever we try to start a VFIO (or KVM passthrough) SR-IOV based machine. I don't think this happens under Utopi

[Touch-packages] [Bug 1718966] Re: Cannot install snaps on Ubuntu 14.04 with /var on its own partition

2017-09-27 Thread Rafael David Tinoco
D automatically. This is the real problem to be fixed IMO. This case should be targeted to both: snapd (trusty) AND systemd (trusty) ** Changed in: snapd Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: snapd Status: New => Confirmed ** Also affects: systemd (Ub

[Touch-packages] [Bug 1718966] Re: Cannot install snaps on Ubuntu 14.04 with /var on its own partition

2017-09-28 Thread Rafael David Tinoco
** Changed in: systemd (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) -- 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/1718966 Title: Can

[Touch-packages] [Bug 1718966] Re: Cannot install snaps on Ubuntu 14.04 with /var on its own partition

2017-09-28 Thread Rafael David Tinoco
Ok so in systemd-204, in TRUSTY, you will find the following logic to create the mount units: - manager_loop - process-event (WATCH_MOUNT) - mount_fd_event - mount_load_proc_self_mountinfo - mount_add_one (if load_extras == true) - mount_add_extras - mount

[Touch-packages] [Bug 1718966] Re: Cannot install snaps on Ubuntu 14.04 with /var on its own partition

2017-09-29 Thread Rafael David Tinoco
Okay, so another quick workaround, now keeping the fsck enabled for the volumes: Create a file called "/lib/systemd/upstart/systemd-fsck@.service" with: # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Less

[Touch-packages] [Bug 1718966] Re: Cannot install snaps on Ubuntu 14.04 with /var on its own partition

2017-10-02 Thread Rafael David Tinoco
I've made a small change creating a unit file slightly different from the one already present in systemd-204, considering different dependencies for this usage (mounting/umounting volumes when upstart has already taken part on it). The result is here: http://pastebin.ubuntu.com/25663762/ As you c

[Touch-packages] [Bug 1718966] Re: Cannot install snaps on Ubuntu 14.04 with /var on its own partition

2017-10-02 Thread Rafael David Tinoco
Meanwhile I have created a PPA containing the fix for all those affected users: https://launchpad.net/~inaddy/+archive/ubuntu/lp1718966 $ sudo add-apt-repository ppa:inaddy/lp1718966 $ sudo apt-get update $ sudo apt-get dist-upgrade Is likely enough for you to have a temporary fix. -- You rece

[Touch-packages] [Bug 1718966] Re: Cannot install snaps on Ubuntu 14.04 with /var on its own partition

2017-10-03 Thread Rafael David Tinoco
** Description changed: [Impact] Installing snaps is not possible on Ubuntu 14.04 when having /var on its own partition, whether its LVM or not. The issue is with the core snap being unable to mount: The error with /var isolated and using LVM: root@ubuntu:~# snap install ca

[Touch-packages] [Bug 1718966] Re: Cannot install snaps on Ubuntu 14.04 with /var on its own partition

2017-10-05 Thread Rafael David Tinoco
After fixing this BUG (for canonical-livepatch snap to work, but being affected by broken systemd in Trusty due to the lack of systemd- fsck@.service unit file, I'm facing the following opened BUG: https://bugs.launchpad.net/snapd/+bug/1721518 for canonical-livepatch (or any other snap) to work).

[Touch-packages] [Bug 1312419] Re: nl_cache_refill; rtnl_neigh_get fail to find neighbors in cache

2017-10-16 Thread Rafael David Tinoco
** Changed in: libnl3 (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libnl3 in Ubuntu. https://bugs.launchpad.net/bugs/1312419 Title: nl_cache_ref

[Touch-packages] [Bug 1718966] Re: Cannot install snaps on Ubuntu 14.04 with /var on its own partition

2017-10-16 Thread Rafael David Tinoco
Verifying... http://pastebin.ubuntu.com/25753116/ After using -proposed version: http://paste.ubuntu.com/25753146/ Considering this fixed. Verified! ** Tags removed: verification-needed verification-needed-trusty ** Tags added: verification-done verification-done-trusty -- You received this

[Touch-packages] [Bug 1550983] Re: Fails to start with "Couldn't open libGL.so.1" (missing dependency?)

2017-01-27 Thread Rafael David Tinoco
** Tags added: sts-sponsor -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1550983 Title: Fails to start with "Couldn't open libGL.so.1" (missing dependency?) Status in On

[Touch-packages] [Bug 1569925] Re: Shutdown hang on 16.04 with iscsi targets

2017-08-11 Thread Rafael David Tinoco
Anyone facing this.. Could you please make sure to propagate I/O errors properly to filesystem in order for it to call its automatically shutdown procedure. After that, the mount won't reference the super block in kernel and that will allow the device mapper to be closed/destroyed (this can be see

[Touch-packages] [Bug 1569925] Re: Shutdown hang on 16.04 with iscsi targets

2017-08-11 Thread Rafael David Tinoco
Anyone facing this.. Could you please make sure to propagate I/O errors properly to filesystem in order for it to call its automatically shutdown procedure. After that, the mount won't reference the super block in kernel and that will allow the device mapper to be destroyed (this can be seen by ch

[Touch-packages] [Bug 1569925] Re: Shutdown hang on 16.04 with iscsi targets

2017-08-11 Thread Rafael David Tinoco
Another thing. Please check for containers referencing the filesystems in question. When you have _netdev filesystems, it is possible that the "mount --shared" characteristics of containers (different mount namescapes) are holding references to the filesystem in question. A good test is to test th

[Touch-packages] [Bug 1569925] Re: Shutdown hang on 16.04 with iscsi targets

2017-08-22 Thread Rafael David Tinoco
** Changed in: systemd (Ubuntu Xenial) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: systemd (Ubuntu Xenial) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subs

[Touch-packages] [Bug 1569925] Re: Shutdown hang on 16.04 with iscsi targets

2017-08-23 Thread Rafael David Tinoco
Hello Matt, Good to read your feedback. When you have multipath AND iscsi, the error propagation timeout can be given by one or both, that is why I explained both. This issue is not an iscsi or multipath problem, it is a systemd problem related to the fact that the network is removed before the di

[Touch-packages] [Bug 1569925] Re: Shutdown hang on 16.04 with iscsi targets

2017-08-23 Thread Rafael David Tinoco
Hypothesis, Test (1) - The error is NEVER propagated to upper layers: # xfs and ext4 mounted automatically inaddy@iscsihang:~$ mount | grep _netde /dev/sda1 on /ext4 type ext4 (rw,relatime,stripe=32,data=ordered,_netdev) /dev/sdb1 on /xfs type xfs (rw,relatime,attr2,inode64,noquota,_netdev) # n

[Touch-packages] [Bug 1569925] Re: Shutdown hang on 16.04 with iscsi targets

2017-08-23 Thread Rafael David Tinoco
Hypothesis, Test (2) - The error is propagated to upper layers after X seconds. In this case I'm testing: $ sudo iscsiadm -m node -o show | grep node.session.timeo.replac node.session.timeo.replacement_timeout = 60 node.session.timeo.replacement_timeout = 60 And same "locking" behavior is obser

[Touch-packages] [Bug 1569925] Re: Shutdown hang on 16.04 with iscsi targets

2017-08-23 Thread Rafael David Tinoco
Might be unrelated, but I discovered that: ## root namespace root@iscsihang:~$ mount | egrep -E "sd.*(xfs|ext4)" /dev/sda1 on /ext4 type ext4 (rw,relatime,stripe=32,data=ordered,_netdev) /dev/sdb1 on /xfs type xfs (rw,relatime,attr2,inode64,noquota,_netdev) ## specific mnt namespace root@iscsih

[Touch-packages] [Bug 1569925] Re: Shutdown hang on 16.04 with iscsi targets

2017-08-23 Thread Rafael David Tinoco
Okay, besides all crap I posted - which are definitely right and will possibly be addressed in other bugs, and also show other problems that could make systemd to hang because of iscsi disks - I was able to cause the same symptom of this bug: [ OK ] Stopped LSB: ebtables ruleset management. [ O

[Touch-packages] [Bug 1569925] Re: Shutdown hang on 16.04 with iscsi targets

2017-08-25 Thread Rafael David Tinoco
This is what I discovered: This systemd issue is caused because there are iscsi connections still logged in (not because of multipath, bonding, vlans, etc). One way of reproducing this is by simply editing the open-iscsi.service unit and disabling the logout script. It will, for me in all times, c

[Touch-packages] [Bug 1569925] Re: Shutdown hang on 16.04 with iscsi targets

2017-08-25 Thread Rafael David Tinoco
For now, the workaround for this bug is this: inaddy@iscsihang:~$ sudo su - # disconnect what iscsid has mapped root@iscsihang:~$ iscsiadm -m node --logoutall=all # disconnect all leftovers root@iscsihang:~$ for file in `find /sys/devices -name *delete`; do echo 1 > $file; done # shutdown root

[Touch-packages] [Bug 1569925] Re: Shutdown hang on 16.04 with iscsi targets

2017-08-25 Thread Rafael David Tinoco
Okay, I removed almost everything out of equation: - removed networking interfaces from systemd - removed open-iscsi login/logout logic from systemd - used a single network interface for the logins, on a single iscsi portal was still able to reproduce the issue by: - doing a simple login after c

  1   2   3   >