[00:29] hey folks, if I'm adding a local repo key via the `user-data` file, it seems to put the keys in /etc/apt/trusted.gpg, which breaks running `apt update` with `curtin in-target`. Is this a known issue? [00:30] seems like the work around is to add the keys manually and not use the `sources: source/key' section of `user-data` [00:30] just curious if anyone else is running into this [00:43] oh hey, I just saw there is a #cloud-init channel, I'm going to ask there, maybe that channel is a better match [00:47] this isn't a wrong place, but perhaps it'll be less likely to be overlooked there, yeah [00:50] I'm still trying to figure out the parts of the installer, so thanks for patience. I've gotta set up network booting for jammy server and desktop. [00:51] I've got server pretty well handled, just trying to clean up some rough edges, desktop.. I'm trying to just use my same server ipxe config but install the `ubuntu-desktop` package at the end.. Not sure if that's crazy, but anyone has a better idea, I'd be much obliged [01:00] alas I've done very little install automation :( [01:12] no worries, I'm reading examples, and code, and slowly making progress [01:12] I did see most people are using NFS to set up desktop, and I'm going to avoid it if I can === chris14_ is now known as chris14 [05:20] habys: not sure I understood correctly, but if you're looking to netboot ubuntu server/desktop (not just the installer), have a look at ltsp.org === elastic_dog is now known as Guest7591 === jgee1186922 is now known as jgee118692 [11:24] I have a server that allows machines to install ubuntu over the network. I was able to get ubuntu-server working pretty well with some rough edges, but I am failing to make a pxe target that installs ubuntu-desktop. [11:26] In the process of getting a working network install target of ubuntu-desktop my biggest hurdle is when there is an issue with my `user-data` file, the installer will crash. I will see this: https://termbin.com/rgfj and when I read the extremely long error log (in this case: /var/crash/167...install_fail.crash) it appears to provide no insight into what caused the install to crash. [11:58] Hello. Does somebody know: how to move data folder in wasabi wallet? I want to keep my wallets on SSD. I use Ubuntu 22.04.01 LTS. Wasabi 2.0.2.1 for Ubuntu === thegodsquirrel is now known as thegodissquirrel [13:19] Guest3335: that's a desktop application from what i read - then #ubuntu would be the better place to ask. but you'll probably be better off asking at https://github.com/zkSNACKs/WalletWasabi/discussions/categories/support [13:20] or here https://github.com/zkSNACKs/WalletWasabi/discussions/5185 === xispita is now known as Guest977 === xispita_ is now known as xispita [16:15] Why isn't the bug report platform in the topic here? [16:30] Liver_K, the "bugreport platform" is: "ubuntu-bug " in all *buntus ... [16:33] I was taking about launchpad [16:34] that is where ubuntu-bug ends up filing your bug ... [18:53] But you can also report them right on launchpad right? [18:53] yeah === Liver_K is now known as usr === usr is now known as Liver_K === thegodissquirrel is now known as thegodissquirre2 === thegodissquirre2 is now known as thegodissquirrel [20:09] ubuntu-advantage-client is giving me a conffile prompt on upgrade because I opted out of the apt spam it produces. >.< [20:11] argh [20:19] https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/2003977 [20:19] -ubottu:#ubuntu-server- Launchpad bug 2003977 in ubuntu-advantage-tools (Ubuntu) "Disabling apt spam results in a conffile prompt on upgrade" [Undecided, New] [20:20] thanks [20:25] Nothing says "buy our trustworthy support" like breaking people's upgrades to troll /r/linux. [20:27] the diff doesnt really look like it is the prompt switch alone causing the conffile prompt though ... [20:30] I haven't actually looked at this package yet, but the Usual Pattern is to check an md5sum of a config file and if it's different, prompt about it; otherwise just replace it [20:31] so all the spelling changes and line reorders and so on might not have been a big deal for the people who left it alone [20:31] but if you do change the file, now you get all the random housekeeping changes to deal with, too [20:33] Yeah, you can't infer that it would or wouldn't have been a clean upgrade from that diff. [20:34] there are ways to fix that with extra files for local overrides, of course... [20:35] (or just make the package removable, as suggested...) [20:35] I'm sure i suggest The Systemd Config File Layout to someone every three months, give or take :) [20:35] for as much as I grumble about systemd, some things are just worth the complexity [20:36] there are many ways to do it really: include something in /etc/default/, have a /etc/*.d/ config directory, etc. [20:37] or have the default config somewhere under /usr/ [20:40] all of them depend on having multiple files :) [20:41] in theory you could probably use 1 file and some more intelligent way to compare/merge them than an md5 sum & replace :) [20:41] & replace-the-whole-file