[00:11] Hello! I am trying to install a systemd service, but the unit file is causing issues. Would someone mind looking at the unit file and the systemctl enable output? https://pasta.lysergic.dev/?fbe34c06e139f429#AfyrrY7ZhwGadnPMi7YG8AJhGCQBvas274sgP8c8ueAj [00:11] From what I know RequiredBy= and Also= and Alias= should not be necessary, at least they werent in the past for me [00:55] (handled elsewhere :) [01:00] Confirmed === vlm_ is now known as vlm [07:29] Good morning === cpaelzer__ is now known as cpaelzer [11:39] hey rafaeldtinoco: any progress or anything I can help with regarding the OpenStack package set? [11:49] ivey: morning! I'm phasing out lots of bugs to someone else as I start in a new project on Monday so I have it in my queue for sometime now. It's is very likely that I'll end up doing it on the weekend. Sorry for the delay there, but end of cycle didn't help much as well. [11:57] rafaeldtinoco: thanks for the update! timing so late in the cyclec certainly makes it more difficult! === cjohnston_ is now known as cjohnston === Comnenus_ is now known as Comnenus === znf_ is now known as znf === philroche_ is now known as philroche [19:42] AWS claims that their AMIs are 'optimized' but even the Linux 2 AMI is super old Centos derivative. is there any way to know how true that claim is compared to a recent Ubuntu LTS image. like--its they are backporting patches into CentOS sure I could see its maybe better than running Centos. But Ubuntu has a much newer kernel. === kinghat5 is now known as kinghat [21:35] I have a physical SSD with Ubuntu 18.04 server on it, encrypted with whatever the installation offers you with (luksencrypt?). Is it possible to browse the contents with a windows machine using usb to sata? === bindiboi is now known as bindi [21:37] bindi: I don't think Windows can read/decrypt the LUKS encryption since I think that's done with LVM (and Windows doesn't speak LVM) [21:37] bindi: so the safe bet is "no" that's not going to be doable with a Windows system [21:37] (I haven't tested/confirmed though, but this is my 'gut instinct') [21:38] bindi: probably installing ubuntu into a VM on windows, then using cryptsetup open command ... [21:39] I thought about VM, I even thought about booting it physically to reduce the chances messing up (something funky with the usb-to-sata for example) [21:39] but it's been a project for over a year now, some nice2have data but not exactly important :D [21:39] good job gtting started on outstanding projects :) [21:41] then there are utilities like disk2vhd, i wonder if it works with usb to sata [23:27] bindi: there are/were implementations of LUKS for (some versions of) Windows [23:27] so in theory it might be possible, if they still work with your version of Windows [23:30] hello. I have PrintMotd no in sshd_config, and yet ssh connections print all kind of stuff upon login. [23:31] did you hup/restart the ssh daemon? [23:31] rebooted even [23:32] bindi: https://sourceforge.net/projects/freeotfe.mirror/ might be useful... [23:33] ratrace: it may also be pam_motd(8) or perhaps shell startup scripts [23:34] so how do I shut it up? [23:35] first find out where it's coming from :) [23:35] it's fresh installation of bionic [23:35] check /etc/pam.d/ and /etc/*profile* [23:35] like, litreally fresh I haven't yet put it into ansible's grip [23:36] I commented out the related entries in pam.d/login, but no dice, still appears [23:36] hrm :( I had hopes for that one [23:36] I don't see anything relevant in any bash rcs [23:38] oh wait, there's more motd crap in pam.d/ssh [23:39] aaah..... precious SILENCE. finally. that's 3 out of 3. netplan garbaged, snapd sniped. [23:41] \o/ [23:41] I hate netplan, such trash [23:42] utter garbage. now imagine if I put that into ansible config. Yaml that configures Yaml that configures .ini ..... LOLOLOLOL [23:43] unfortunately the company that hired me wanted ubuntu for this particular server, as otherwise I'd gladly stick Debian onto that. Arleady have plethora of ansible playbooks for Deb