/srv/irclogs.ubuntu.com/2022/02/03/#ubuntu-server.txt

=== genii is now known as genii-meeting
=== genii-meeting is now known as genii-core
=== mwhudson_ is now known as mwhudson
=== genii-core is now known as genii
=== genii is now known as genii-core
cpaelzergood morning06:19
odenHi, what's the procedure to exclude stuff when generating the initrd on ubuntu server 20.04 LTS ?08:53
cpaelzeroden: there are config files, scripts and hooks in /etc/initramfs-tools09:00
cpaelzeroden: I'd recommend to read http://manpages.ubuntu.com/manpages/jammy/man8/live-update-initramfs.8.html and all four other manpages linked from there09:01
odenthanks. reading. can't find this.09:03
=== keithzg_ is now known as keithzg
odenI found some info to deinstall btrfs-progs and blacklist the kernel modules. That's it if I want to exclude all that in the ramdisk?09:05
odenI'm used to dracut. Not used to ubuntu.09:06
mwhudsonmaybe you just need MODULES=dep somewhere?09:13
odenOK. Thanks, will try that.09:18
odenThere's no exclude logic at all. MODULES=dep is better but I still need to rename /usr/bin/btrfs09:39
odenSo, basically "apt-get remove btrfs-progs mdadm" cleans this up a bit, however the meta package "ubuntu-server" is also deinstalled. I don't quite know the impact of that?09:48
odenno impact what i could see. also this snap crap is installed per default, why?10:46
RoyKoden: well, snap was created by canonical…10:56
hrwmorning11:31
hrwcoreycb: any update on fixing https://bugs.launchpad.net/cloud-archive/+bug/1959402 bug? I see it marked as 'fix released' for UCA/Yoga but it happens still on Focal/UCA/Yoga ;(12:31
ubottuLaunchpad bug 1959402 in zaqar-ui (Ubuntu Jammy) "Ensure PBR for openstack dashboard plugins handle ~git versioning" [High, Fix Released]12:31
waveformahasenack, actually the iniparser merge was just a result of adding some bits to my merge toolkit; I just wanted a semi-trivial package to test them on and figured I may as well throw the results in a ticket as they turned out reasonable -- thanks for the import though (I'd updated my tools to check for an ubuntu/+source repo, then fall back to ~git-ubuntu-import/ubuntu/+source)13:10
ahasenackok13:10
Mark_PineconeHi! Maybe someone can help me13:14
Mark_PineconeWhat could be the problem with ports not working within host itself13:15
Mark_Pineconelike localhost:4000 etc13:15
Mark_Pineconeworks externaly though13:15
Mark_PineconeI tried with curl and netcat13:15
Mark_Pineconeno bueno13:15
Mark_Pinecone Thought that i might be related to iptables but wich chain could be responsible for that vOv13:18
ahasenackthe app that has opened port 4000 might not have opened it on 127.0.0.113:25
ahasenackcheck with ss -nlp | grep 4000 or something like that13:25
Mark_PineconeAh I cant ping 127.0.0.1 .. interesting13:27
Mark_Pineconeapp is listening on port 4000 already checked13:28
Mark_Pinecone::1 works13:30
Mark_Pineconeso it seems I have problem with lo interface or firewall.. maybe13:31
coreycbhrw: looking, it seems to be limited to python3-ironic-ui this time. thanks for continuing to test. there's not much guarantee of stability for a release that is under development but it is really nice that someone is testing it early.14:07
hrwcoreycb: in past we switched to recent packages like 2 weeks after release done. Now we do it in R-8 week. Which is current week so I made patch week ago.14:08
coreycbhrw: great, thanks for doing it and I appreciate the feedback.14:09
hrwcoreycb: RDO for centos, UCA for ubuntu. Debian packages are ~release time14:09
hrwcoreycb: Yoga is last release where we use binary packages. From Z we will only build source based images. Too much effort for too small team.14:10
hrwand we == OpenStack Kolla project14:10
coreycbhrw: unfortunately almost the entirety of our proposed install testing is blocked at the moment because of mailman3 not supporting the new version of sqlalchemy.14:11
hrwhappens14:11
sergiodjglibc 2.35 has been released15:54
Ravagecant wait for 26.04 to get it :D15:59
jrwrenanyone know the story about libpcre2 v. libpcre3 in ubuntu? libpcre2 isn't in main, but is in universe, so should I prefer libpcre3 for support? 18:32
JanCjrwren: in 20.04 LTS both seem to be in main?18:35
sdezieljrwren: libpcre2 seems to be the newer thing, see https://bugs.launchpad.net/ubuntu/+source/pcre3/+bug/179254418:37
JanCalso, libpcre2 seems to be newer than libpcre3, and seems to be preferred?18:37
ubottuLaunchpad bug 1792544 in apache2 (Ubuntu) "demotion of pcre3 (8.x) a.k.a pcre (without the 3) in favor of pcre2 (10.x)" [Undecided, Triaged]18:37
ahasenacksergiodj: hah, got your comment in that salsa PR thinking it was from launchpad, and went like "wow, nice colorful formatted review emails from LP finally!" :)18:41
sergiodjahasenack: hah, yeah :)18:41
jrwrenoh sorry. I should have said 18.0418:44
jrwrenknowing it is in main in 20.04 is helpful for me to make my decisions using it. TY.18:44
sergiodjkanashiro: are you looking into a specific package to unblock ocaml?18:45
JanCjrwren: on https://packages.ubuntu.com/search?keywords=libpcre you can check such things without having to install different versions yourself18:46
jrwrenthat is exactly what I did and saw the pcre2 in universe and pcre3 in main in 18.04 and was confused. and came here to ask the details.18:47
bryycejrwren, ironically I was just looking at pre2/pre3 myself, as I was doing a new merge for apache2 and noticed Debian has a version in experimental with pre3 and wondered if I should pull that19:03
bryycefrom what I gleaned in reading stuff, pre2 is not just a "different version" than pre3 but is more like a different implementation19:03
bryycethe long range intention seems to be to drop pre3 in favor of pre2, however a number of packages still wait on being converted - https://bugs.launchpad.net/ubuntu/+source/pcre3/+bug/179254419:04
ubottuLaunchpad bug 1792544 in apache2 (Ubuntu) "demotion of pcre3 (8.x) a.k.a pcre (without the 3) in favor of pcre2 (10.x)" [Undecided, Triaged]19:04
sdezielpcre3 is described as "Old Perl 5 Compatible Regular Expression Library" while pcre2 as "New Perl Compatible Regular Expression Library"19:06
ahasenackwe have a main bug somewhere about moving away from pcre3 and into pcre219:13
ahasenackyeah, the above I think, of which apache2 is a task19:13
bryyceand it's not as Perl-specific as it sounds, Perl's R-E engine is good and used by a variety of non-Perl things iirc19:14
kanashirosergiodj, I am getting back to it now, are you working on something?19:19
sergiodjkanashiro: just fixed guestfs-tools, which should unblock libguestfs-tools and other stuff, hopefully19:19
kanashirosergiodj, I am checking which packages require a simple retrigger19:20
sergiodjkanashiro: good19:21
sergiodjkanashiro: ocamlbuild is a mess :-/19:22
hrwcoreycb: thanks for fixing. works fine19:47
coreycbhrw: ok great, thanks19:48
hrwif someone wants to check videos of FOSDEM talks for 2015-2022 then I made a page listing them all (with search): https://marcin.juszkiewicz.com.pl/download/tables/fosdem/videoyears.html page is public, free to share 19:49
bryycecool, thanks hrw19:55
hrwyw19:56
=== polymorp- is now known as polymorphic
bryyceI've posted merge MP for apache2.  ahasenack since you looked into the pre2/pre3 with apache in the past, your feedback on that would be appreciated.21:24
ahasenackbryyce: sure, but tomorrow morning if that's ok, I'm about to eod21:24
bryycedespite my verbosity in the MP description, the merge itself is pretty straightforward21:24
bryyceahasenack, ah ok21:24
bryyceahasenack, cool thanks21:25
ahasenackjust grabbed a slot21:25
=== genii-core is now known as genii

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!