[00:16] Bit of emergency here but does anyone know how I can obtain Neutron 16.3.0 packages for Ubuntu Bionic? 16.3.1 is not an option for us [00:25] which series? https://launchpad.net/neutron/+packages [00:29] oerheks: Ussuri [00:32] oerheks: the Ubuntu Cloud Archive time manages backports of OpenStack releases for various distributions of Ubuntu. For example, the last supported release of OpenStack on Ubuntu 18.04 Bionic is OpenStack Ussuri [00:32] After that you must move to 20.04 before you can upgrade to Victoria and beyond [00:33] the Ubuntu Cloud Archive team* [00:35] yeas. i would upgrade, but you might have a reason not too. [00:59] Moving to Ubuntu 20.04 is another huge huge deal. We're just trying to get a stable Ussuri on 18.04 before we start working on a plan beyond that [06:24] my 18.04 upgrades to 20.04 have been completely painless [06:25] what's recommended way to format nvme drives in raid from XFS to ext4 if I am need performance(xfs seems to be unstable for me) ? I am planning to use mkfs.ext4 , I am just not sure what parameters to send if I have 3x 2TB nvme drives, if any [06:25] how is the raid setup? [06:27] what do you mean? [06:27] you said you had raid [06:28] I have raid 0 using mdadm [06:29] and its xfs and I want to try ext4 while keeping as much of perfomance as possible [06:29] you cann't put ext4 ontop of xfs [06:29] you would have to reformat it [06:31] what chunk size did you configure the raid as? [06:32] 512 and yeah I plan to reformat [06:33] I was thinking abouty turning lazy load off because I want to do performance test right away [06:34] fyi here are details https://paste.debian.net/1201489/ [06:35] do just add, -E stride=128,stripe-width=384 to your mkfs.ext4 command [06:36] for me I normally do like, mkfs.ext4 -T largefile -E stride=128,stripe-width=384 -L testingfs /dev/mdx [06:37] but largefile, small, or whatever depending on how large your avg filesize/4 is going to be [06:37] btw this is for chia cryptocurrency which does a load of writes if thats make any difference [06:37] no, only how large the files are [06:37] if it's only making like 4 files [06:37] use largefile4 [06:37] it gives you more usable space [06:38] but less total number of files can be on the disk [06:38] also I got a tip to mount the drive using noatime,nosuid,nodev,nofail,barrier=0,commit=120,data=writeback,x-gvfs-show which I guess goes to fstab, right now I am mounting the drive with plain mount [06:38] yep, always use noatime and you will want to disable the journal, barrier I think does that [06:38] the others don't matter so much [06:46] btw i've checked the files generate on the drive and they are somewhere from 80MB. to 900MB [06:47] what about lazy loading? [07:49] budlight btw what about other parameters like noatime and barrier=0 [08:35] Do hardware raid drives have issues with ext4? An 8tb drive has died with 'superblock' errors [09:04] BraveheartBSD: i see have answered you in new place ;p [09:08] Thank you [09:09] I'll remake that raid using uuid's and hopefully it will work better [09:09] BraveheartBSD: or labels, if appropriate [09:09] LABEL=braveheartraid1 or whatever can be used if you e2label the ext4's [09:10] but you have to be careful labels are unique [09:10] Yeah, fstab changing things threw me [10:10] Hi! On Ubuntu 18.04.5 LTS, looking at ip addr I see that my IPv6 address is autoconfigured as 2001:db8:dead:beef::/64. IOW, the server is receiving a prefix but not assigning itself an IP. why is that the case, and what is this configured "address" for? it doesn't seem to respond to all addresses under it which was my first guess. is it possible to just have it append its EUI-64? I wouldn't [10:10] like to manually configure it as static - there's currently no Netplan file and this is a Docker server so the possibility of breaking something is high. [11:56] pikaro_: if its' literally that addres you quoted that is an example address only [11:58] pikaro_: ::/64 is just a routing / "all routers" address, any static usable address should normally not have 0:0:0:0 in the last 64bits as this is special address basically [11:58] enyc, no, it's the actual prefix provided by the hoster [11:58] pikaro_: check bth ip -6 ro and ip -6 addr [11:58] and yeah that's what confused me so much... [11:59] pikaro_: do you have any ipv6 routes? [11:59] that just shows the same address, plus its link-local one [11:59] pikaro_: e.g. default via fe80:: smething or other link-local ? [11:59] yes, I do, a default route via the provider that's also correct as per docs [11:59] pikaro_: i'd imagine smething config-wise is affecting the address allocation [12:00] pikaro_: e.g. whats' going on with /proc/sys/net/ipv6/conf/all/accept_ra and other similar togles per-interface (not just "all") and other related controls [12:00] yeah the "something" is my problem, I've never set up IPv6 on Ubuntu :/ I'm primarily used to Debian and CentOS [12:00] But good to know this is not a normal condition. [12:01] depends upon the neworkmanager / systemd net config / /etc/config/network and so on what is being used and what it is doing [12:01] no choice but to drill down then [12:01] pikaro_: in part I'd be tempted to compare with a new ubuntu 20.04 instead [12:01] pikaro_: deb11 LTS to come out soon anyhow [16:25] Got two focal machines, one is set as a local repo (we limit internet access), and I've got a test client updating off of it, but I keep getting errors during the update about amd64 c-n-f metadata not being found. [16:26] also seeing minimal packages available, but I've allowed everything but the source links [16:26] what could be going on here? [16:29] i have a .bin file, when i run it, it says setup has detected that the required package 'rpm' is not installed, what do i do? [16:29] databender: sudo apt-get update should tell what it's trying to do and how it's failing to do so. [16:31] databender: there are debug options for it, see apt.conf(5) [16:31] Guest38: find a compatible build. [16:31] yeah, that's when I'm getting the metadata errors. I'll check out the debug options [16:31] databender: feel free to share the full output (indicating any redactions where they took place), on a pastebin [16:33] hmmmm... where to get the debug logs [16:33] this one /var/log/debug ? [16:34] Guest38: i wasn't talking to you about debug logs. [16:34] oh thats sad.. :( [16:35] Guest38: what's the software you are trying to run there? have you checked for a variant or version of it that's compatible to your ubuntu release? [16:36] acronis. https://sg-cloud.acronis.com/bc/api/ams/links/agents/redirect?language=multi&channel=CURRENT&system=linux&architecture=64&productType=enterprise&login=a63b3b3a-f2ce-4f90-b480-cfad875817b9 [16:39] this answers question one of two. [16:39] here's my paste: https://pastebin.com/xAzvYX4u [16:40] so i guess your local mirror is incomplete [16:41] it gets some stuff, but I find nothing if I search for apache2 for instance. Here's my mirror.list: https://pastebin.com/Vw2Gvtui [16:41] Yeah, I figured that, just can't figure out what I'm missing (and I'm a newb here, recently switched from CentOS and kind of figuring it out.) [16:43] does curl -I http:/10.1.8.30/ubuntu/mirror/us.archive.ubuntu.com/ubuntu/dists/focal-updates/main/cnf/Commands-amd64.xz suggest that the file exists? [16:44] which software interprets the mirror.list file? [16:44] Nope, throws a 404; shouldn't this be included in the focal-updates main? [16:44] apt-mirror, right? [16:45] i see [16:45] http://us.archive.ubuntu.com/ubuntu/dists/focal-updates/main/cnf/Commands-amd64.xz does exist [16:45] and you're saying that [16:45] http://10.1.8.30/ubuntu/mirror/us.archive.ubuntu.com/ubuntu/dists/focal-updates/main/cnf/Commands-amd64.xz does not exist? [16:46] if so, then your mirror seems to not mirror things properly, yet [16:46] on the other hand, maybe you don't need the c-n-f metadata at all [16:47] Yeah, I just figured that there was some link between the 404 errors and the lack of available packages when I use apt-cache [16:48] I just don't know what else I can mirror other than backports, proposed and source; figured (most) everything would be available in the main focal links [16:49] I'll try pulling proposed and backports and see if it clears up. [16:49] bug 1825755 [16:49] Bug 1825755 in apt-mirror (Ubuntu Groovy) "apt-mirror in all versions (including disco and last from github) doesn't mirror Commands-* files" [High, Triaged] https://launchpad.net/bugs/1825755 [16:50] well, that explains that part; just need to figure out where they keep all the software I'm missing. [16:51] my experience with the various mirroring scripts has always been that they're always broken one or the other way. but then i last tried this some 10 or so years ago. [16:52] try asking in #ubuntu-mirrors (after reading the channel /topic) as tho which approach they recommend for a private mirror. [16:52] Right on, I appreciate the help! [16:52] you're welcome [18:47] tomreyn: we use debmirror on Focal. [18:48] (not a part of #ubuntu-mirrors so I am not sure of the state of the discussion there, but wanted to share.) [18:48] need some command-line configuration flags - what distros you want to pull and some more things are helpful, but generally 'works'. :) [20:27] sigv: so you're not running into bug 1825755, as databender does? [20:27] Bug 1825755 in apt-mirror (Ubuntu Groovy) "apt-mirror in all versions (including disco and last from github) doesn't mirror Commands-* files" [High, Triaged] https://launchpad.net/bugs/1825755 [20:28] oh wait, debmirror isn't apt-mirror [20:28] tomreyn: that bug is for `apt-mirror` -- so we are not running into it, by using `debmirror`. [20:28] yeah sorry [20:29] tomreyn: the respective cnf bug for debmirror was LP: #1821251 [20:29] Launchpad bug 1821251 in apt-mirror (Ubuntu) "please add cnf support to debmirror" [Undecided, Confirmed] https://launchpad.net/bugs/1821251 [20:29] right, i had spotted that one, too [20:29] you say "was", but this looks unfixed? [20:30] ah, no it is fixed for debmirror [20:30] yeah, the same issue was filed as the same bug number on multiple packages. somewhat misleading here, as the underlying code is different, but hey. [20:31] if i link it directly, maybe it picks up debmirror status? https://bugs.launchpad.net/ubuntu/+source/debmirror/+bug/1821251 [20:31] Launchpad bug 1821251 in apt-mirror (Ubuntu) "please add cnf support to debmirror" [Undecided, Confirmed] [20:31] not ubottu does not. [20:31] neither ubottu nor your web browsers' title bar [20:32] $ debmirror -a amd64,i386 -d focal,focal-security,focal-updates,focal-backports -s main,universe,restricted,multiverse --nosource --passive --method=http -h archive.ubuntu.com -r ubuntu --keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg /opt/debmirror/ubuntu [20:32] that is what we run on Focal as of now, it seems. I think `-r ubuntu` is not needed, others might be no-op'ish too. [20:32] but it works so I haven't bothered touching it too much. :) [20:33] i'll happily tell databender if i ever see them againaround here AND (less likely) remember about it. [20:33] or you could memoserv them [20:33] oh my. I just realized I pinged the wrong person. -_- [20:33] it was of interest to me as well [20:33] thanks [20:34] tbh, i would suspect.. most "real" mirrors (a la audience of #debian-mirrors) just FTP the whole thing [20:36] sigv: https://wiki.ubuntu.com/Mirrors/Scripts [20:37] rsync protocol. touché. [20:37] learned something myself! [20:37] only a partial improvement over ftp