=== bpsecret- is now known as bpsecret [06:25] lol @ that paste from earlier -> https://pastebin.com/GVni4J9u (4.29 megawatts eh?) [06:27] SI units are hard apparently [06:32] I wish my psu reported to sensors [06:34] I can see per core and package wattage on my cpu: https://gist.github.com/doug65536/e4c371b0e75f073bea8e3b6ccd6ed189 [06:35] you sure that isn't the RAPL reading from the cpu in his paste? [06:35] ^ 3950X btw [06:35] what args are you using [06:35] none [06:35] also nice chip [06:35] just sudo turbostat [06:36] my 2700X didn't have it. the joule counter thing is new in zen 2 [06:37] the cores are ~5 watts pegged at around 4.3GHz-4.7GHz [06:42] a friend of mine with a 24 core xeon said his 3950X beats it by a significant margin in compilation workloads [06:43] two socket 12 core I think [06:43] yeah I have a 2 socket 8 core, and a 3950x blows me out of the water [07:05] Good morning === lotuspsychje_ is now known as lotuspsychje [15:07] Hi, has anything changed on the Ubuntu preseed installation? I've using the same netboot image and a preseed file for Ubuntu 18 but for some reason its failing today and I see a message "mirror does not have any suite symlinks" [15:08] I tried the solution suggested in https://bugs.launchpad.net/ubuntu/+source/choose-mirror/+bug/600789 and changed 'mirror' to 'choose-mirror' in the preseed file but still failing [15:08] Launchpad bug 600789 in choose-mirror (Ubuntu) ""d-i mirror/*" does not work on presseding" [Undecided,Confirmed] [15:08] the netboot image is 18.04, the preseed file does not specify the release, the mirror lines just have ubuntu [15:08] After about 20-25 minutes I also see a warning in the ALt+F4 console saying: mirror does not support the specified release (bionic) [16:45] Just built from my normal iso, preseed file contains [16:45] d-i mirror/country string manual [16:45] d-i mirror/http/hostname string gb.archive.ubuntu.com [16:45] d-i mirror/http/directory string /ubuntu [16:45] d-i mirror/http/proxy string [16:45] That worked fine [17:35] I've used preseed/debian-installer to build new machines (via pxe/iso/syslinux) for a decade or so. That method is vanishing in 20.04 and being replaced by subiquity. Is there any instructions on how to make automated installs? The subiquity github readme seems to be about changing the installer gui (and still seems rather buggy), but I just want to automatically answer a bunch of the questions [17:47] isostatic: here'sa (non-official) volunteer response: https://community.ubuntu.com has, in the server section, two threads (one current, another a bit older), which disucss properties of the implementation that's currently under development, including links to documentation. [17:47] i.e. https://discourse.ubuntu.com/t/server-installer-plans-for-20-04-lts/13631 https://discourse.ubuntu.com/t/please-review-design-for-automated-server-installs/11923 [17:50] Aye, I saw those, and it all sounds fine - I'm not averse to using something new as I'm sure there are use cases where it's far better, I was just looking for the instructions for the beta so I can be prepared ahead of April [17:51] (I'm surprised it hadn't debuted in 19.10 as it's a fairly major change) [18:25] isostatic: i had also expected a major change like this to go into 19.10, but i think the people in question were working on other things at the time, and canonical wants to have a single server installer for 20.04 so it probably needs to happen now. so you spotted this as well? https://wiki.ubuntu.com/FoundationsTeam/AutomatedServerInstalls#The_format_of_an_autoinstall_file [18:27] it says "This document is entirely a description of something that does not yet exist" on top, but i'm not sure that's actually still so, which the "Server installer plans for 20.04 LTS" thread seems to hint at. [18:28] bryce or rbasak https://code.launchpad.net/~smoser/usd-importer/+git/usd-importer/+merge/378282 [18:28] and congrats on a release. [18:28] smoser, thanks [18:32] isostatic: https://github.com/CanonicalLtd/subiquity/pull/625 [18:34] (looks like the code was lacking a review - which it just got today) === Ussat-1 is now known as Ussat [19:53] anyone knows which kernel is supposed to make it in 20.04? I see 5.4 is in ATM but 5.6 should be released at most in early April and I'd like to have it in a LTS for the mainline Wireguard support ;) [19:58] sdeziel, kernel freeze is April 9 so I believe 5.4 is the final choice. [20:01] tomreyn: yes, I was hoping something might be in some form publically available by now, I guess there's a few months to go though [20:02] powersj: thx [20:18] sdeziel: I understand that zx2c4 is trying to provide a dkms module for us for 5.4 [20:19] sarnold: as in not requiring the wireguard-ppa ? [20:20] sdeziel: I believe that's the intentino, yes [20:20] sarnold: cool. I then wonder why DKMS is involved at all. Why no do like what's done for ZFS modules? [20:21] sdeziel: my understanding gets fuzzy but it might work out very similar to zfs in practice [20:21] sarnold: very nice, looking forward to get my hands on this! Thanks! [20:21] sdeziel: yeah I want to give it a shot too, but .. am lazy. [20:22] sdeziel: (which is how my zfs experience went; I wanted to try it but waited until it was in an ubuntu kernel build..) [20:23] hehe, I had the opportunity to try the Wireguard PPA for a project. I love it except for the DKMS part. Wireguard is simple and elegant [20:23] having systemd support built-in Bionic made that relatively painless [20:25] nice [20:25] I'm still worried about what'll happen when it comes time to deploy new algorithms [20:25] because there's always a time when new algorithms need to be deployed [20:27] yeah, that's the main concern I'm hearing from others [21:11] Hey, does anyone know if there is any service that is able to store versioned binary files? (without duplicating them fully if there are only small differences) [21:15] octav1a: you're basically looking for Version Control Systems (git, etc.) but they won't keep the deltas in 'small diffs' as much especially for binary (blob) data files. [21:15] yes, I have tried git but I don't really need something that featurefull. [21:16] Also as you say it relies more heavily on snapshots [21:16] I guess might have to end up starting a new project for something like this lol [21:19] octav1a: hopefully helpful to you https://github.com/google/open-vcdiff http://xdelta.org/ [21:22] sarnold: that looks like a nice start ; not sure how best to compare these two. I think I might still need to build a service on top of it. [21:22] Thanks for the suggestions! [21:22] octav1a: I think I read both of them once let me look around to see if I took notes [21:24] octav1a: bummer, I only looked at xdelta3. It felt like it was a bit rough. (The sort of thing you expect from ~25 year old code) [21:30] lol [21:59] Is there a way to get Ubuntu server on a 32 bit Laptop? [22:02] ridik: yeah http://old-releases.ubuntu.com/releases/16.04.5/ === Napsterbater is now known as Guest71102 === Napsterbater_ is now known as Napsterbater === JanC is now known as Guest16482 === JanC_ is now known as JanC