[Bug 1861101] Re: [MIR]: dependency of bind9

2020-03-11 Thread Andreas Hasenack
== MIR for python-geoip2 bug task == Availability: The package must already be in the Ubuntu universe, and must build for the architectures it is designed to work on. - the package is in universe and is an arch all package. Rationale: There are two main reasons for this MIR: - python-geoip for

[Bug 1864992] Re: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-11 Thread Rafael David Tinoco
I have created a PPA for this issue: https://launchpad.net/~rafaeldtinoco/+archive/ubuntu/lp1864992 Please provide feedback if possible. I haven't done Focal yet because git-ubuntu is facing a small problem importing latest focal source package to do the merge.. will check it tomorrow. -- You

[Bug 1861101] Re: [MIR]: dependency of bind9

2020-03-11 Thread Andreas Hasenack
Adding a task for release notes where we need to document the following upgrade scenario (and maybe others): a) Since nginx-core dropped the dependency on libnginx-mod-http-geoip, an "apt autoremove" might suggest that libnginx-mod-http-geoip can be removed. If this happens, and there are still

[Bug 1864992] Re: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-11 Thread Rafael David Tinoco
@cascardo did a MR for focal and added you as a reviewer. will do the other MR for eoan and bionic now. ** No longer affects: curtin ** No longer affects: subiquity -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report.

[Bug 1864992] Re: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-11 Thread Rafael David Tinoco
Reason for keeping verbose_missing_bin patch was because of test case described at: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684901 (k)root@fkmodissue:.../5.4.0-18-generic$ sudo mv modules.alias.bin modules.alias.bin.old (k)root@fkmodissue:.../5.4.0-18-generic$ sudo modprobe hehe

[Bug 1866875] Re: option 'geoip-directory' was not enabled at compile time

2020-03-11 Thread Andreas Hasenack
Thanks for the followup information, and sorry for the jargon I used ("MIR": Main Inclusion Request). It means that in order to (re)enable this support in bind 9.16.x, we need to move the libmaxminddb package from universe to main, since bind9 is a package in main. That process is ongoing in the

[Bug 1863261] Re: modinfo prints an error message if modules.builtin.bin is missing

2020-03-11 Thread Rafael David Tinoco
** Also affects: initramfs-tools (Ubuntu Focal) Importance: Medium Assignee: Rafael David Tinoco (rafaeldtinoco) Status: Fix Released ** Changed in: initramfs-tools (Ubuntu Eoan) Status: New => In Progress ** Changed in: initramfs-tools (Ubuntu Bionic) Status: New =>

[Bug 1864992] Re: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-11 Thread Rafael David Tinoco
** Also affects: kmod (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: kmod (Ubuntu Disco) Importance: Undecided Status: New ** Also affects: kmod (Ubuntu Focal) Importance: Medium Assignee: Rafael David Tinoco (rafaeldtinoco) Status: In

[Bug 1864992] Re: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-11 Thread Rafael David Tinoco
Sorry @cascardo, forgot to update there. I'll revert half of Debian patch... (the could not open builtin file).. turning it back to DBG() only message. This "fixes" the issue. We can solve implement whatever Debian decides later.. but getting rid of those messages now is good or we will have many

[Bug 1861101] Re: [MIR]: dependency of bind9

2020-03-11 Thread Andreas Hasenack
I have a debdiff[1] from Teward to drop libnginx-mod-http-geoip from nginx-core, which would allow us to demote libnginx-mod-http-geoip to universe, and thus demote libgeoip(1) too. @cpaelzer, would that satisfy the requirements? In the meantime I'll go ahead and prepare nginx packages with this

[Bug 1861101] Re: [MIR]: dependency of bind9

2020-03-11 Thread Andreas Hasenack
How about we demote libnginx-mod-http-geoip to universe? Given: - nginx upstream isn't interested in switching to geoip2 (libbaxminddb). So much that ubuntu went to great lengths to add a module to support it. - nginx is relying on obsolete geoip1 library (maxmind, the upstream, calls it

[Bug 1864992] Re: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-11 Thread Rafael David Tinoco
@cascardo brought to us that there is on-going discussion about this in: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948257#95 which I missed... Debian has this patch: + debian/patches/verbose_missing_bin Description: Report an error when some .bin files do not exist Author: Marco

[Bug 1866458] Re: drbd not working after kernel upgrade 5.0.x -> 5.3.x

2020-03-11 Thread Rafael David Tinoco
Fix works in kernel 5.0 as well: (k)rafaeldtinoco@drbdfix:~$ sudo dd if=/dev/zero of=/.loop bs=1M count=1024 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.71956 s, 624 MB/s (k)rafaeldtinoco@drbdfix:~$ sudo losetup --find --show /.loop /dev/loop0

[Bug 1864992] Re: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-11 Thread Rafael David Tinoco
Here is the thing... log_setup_kmod_log() is the function controlling verbocity level. When called from do_modprobe() execution path, it has a way to control the "log priority", being able to control how verbose the execution should be. Meanwhile, when log_setup_kmod_log() is called from

[Bug 1861101] Re: [MIR]: dependency of bind9

2020-03-11 Thread Andreas Hasenack
For nginx, I'm unable to push to a new repo in lp at the moment[1], but the diff is simple: commit 34f9c1428d2d4eeab01f04e92e54bf311fa859b8 (HEAD -> focal-nginx-geoip2-in-main) Author: Andreas Hasenack Date: Wed Mar 11 10:35:00 2020 -0300 * d/control: have nginx-core pull in the geoip2

[Bug 1861101] Re: [MIR]: dependency of bind9

2020-03-11 Thread Andreas Hasenack
Added an nginx task to this bug for the work needed on that package. This is not about MIR nginx. ** Also affects: nginx (Ubuntu) Importance: Undecided Status: New ** Changed in: nginx (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) ** Changed in: nginx (Ubuntu)

[Bug 1864992] Re: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-11 Thread Rafael David Tinoco
Kmod source shows: idx = index_file_open(fn); if (idx == NULL) { DBG(ctx, "could not open builtin file '%s'\n", fn); return NULL; } and this is continuously called. I'll check if DBG should be enabled in our case OR we should patch upstream. ** Changed in: subiquity Status: New

[Bug 1864992] Re: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-11 Thread Rafael David Tinoco
Alright, afaict what is happening is this: In Focal I first faced this issue when upgrading kmod to 26+20191223-1ubuntu1.. but my reproducer was "update-initramfs" only. The issue is that both: mkinitramfs (initramfs-tools) needs a patch to work with recent 5.x kernels: # mkinitramfs

[Bug 1863261] Re: modinfo prints an error message if modules.builtin.bin is missing

2020-03-11 Thread Rafael David Tinoco
Disco is EOL. All other supported versions need same patch for HWE kernels. ** Also affects: initramfs-tools (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: initramfs-tools (Ubuntu Eoan) Importance: Undecided Status: New ** Also affects: initramfs-tools

[Bug 1864992] Re: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-11 Thread Rafael David Tinoco
Related bugs: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1863261 https://bugs.launchpad.net/ubuntu/+source/kmod/+bug/1866012 https://bugs.launchpad.net/ubuntu/+source/kmod/+bug/1864992 -- You received this bug notification because you are a member of Ubuntu Server, which is

[Bug 1863261] Re: modinfo prints an error message if modules.builtin.bin is missing

2020-03-11 Thread Rafael David Tinoco
Related bugs: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1863261 https://bugs.launchpad.net/ubuntu/+source/kmod/+bug/1866012 https://bugs.launchpad.net/ubuntu/+source/kmod/+bug/1864992 -- You received this bug notification because you are a member of Ubuntu Server, which is

[Bug 1863261] Re: modinfo prints an error message if modules.builtin.bin is missing

2020-03-11 Thread Rafael David Tinoco
** No longer affects: kmod (Ubuntu Focal) ** No longer affects: kmod (Ubuntu) ** No longer affects: initramfs-tools (Ubuntu Focal) -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1863261

[Bug 1866458] Re: drbd not working after kernel upgrade 5.0.x -> 5.3.x

2020-03-11 Thread Rafael David Tinoco
Thanks for the feedback. I have uploaded the fix: rafaeldtinoco@workstation:~/.../drbd-utils$ dput ubuntu ../drbd-utils_8.9.10-2ubuntu0.1_source.changes Checking signature on .changes gpg: ../drbd-utils_8.9.10-2ubuntu0.1_source.changes: Valid signature from A93E0E0AD83C0D0F Checking signature