=== fjmorazan_ is now known as fjmorazan [05:25] Hey [05:26] question someone had idea [05:26] of how to reenable tlsv1.0 on ubuntu 22.04 (yeah i know why im using this) is for a legacy program that only work in tlsv1.0 [05:29] Guest43, I dunno anything about tlsv but if you have to run ancient software, setting up a container like lxd with a ubuntu 20.04 (if that's old enough) might be the easiest thing [05:34] Guest43, https://linuxcontainers.org/lxd/getting-started-cli/ might be a place to start reading [05:45] oh [05:45] rfm should be a option [05:45] but this is a high performance node [05:45] using nginx as reverse proxy [05:45] is expected a lot of traffic [05:45] so im not sure about use lxd for this purpose [05:59] Guest43: https://askubuntu.com/questions/1240595/enable-tls-1-0-and-tls-1-1-on-ubuntu-20-04 [05:59] doesnt work [06:00] creating a openssl server doesnt work neither [06:00] im start to belive that openssl 3.0.2 is broken with something [06:19] Guest43, lxd containers (not VMs) run on the same kernel as native, so there should be no performance penalty unless you're way short of memory [06:20] Guest43, but I really don't understand your problem, and I'm off to bed [08:14] I have two packages of which I want to keep the versions the same. Unfortunately, their updates come out on different dates. For example, today foo might be updated to 1.2 but bar might still be on 1.1 until next week. Is there any way to pin the versions together so apt will only upgrade if both of them can be updated to the same version? === lotuspsychje_ is now known as lotuspsychje [09:51] Is it possible to specify what the hostname should be set to via the kernel params with autoinstall instead of specifying it in user-data file? [15:47] how to boot ubuntu linux in performance mode always [16:05] what is *performance mode* [16:05] you mean how to boot without running folding@home? [16:19] !info cpufrequtils [16:19] cpufrequtils (008-2build1, jammy): utilities to deal with the cpufreq Linux kernel feature. In component universe, is optional. Built by cpufrequtils. Size 34 kB / 179 kB. (Only available for alpha, amd64, arm64, armel, armhf, hppa, i386, ia64, m68k, mips, mips64el, mipsel, s390x, sh4, sparc64, x32.) [16:20] maybe this ubuntu-studio page is a help, comandline setup; https://help.ubuntu.com/community/UbuntuStudio/Setting_CPU_Governor [16:21] oerheks: Only thing with that is that ondemand isn't a thing anymore, and that entire page is based on the old upstart command way of doing things. [16:22] oh dear,useless? [16:22] heh, /me forgot to delete that page. [16:22] Yep. page is completely useless. [16:22] nah, it indicates thatit is time to go back to upstart indeed [16:22] oke.. then mentioning it was a good thing after all :-D [16:22] Though, cpufrequtils is pointing in the right direction. [16:24] sudo cpufreq-set --governor=performance would do the trick. [16:25] scripting that somewhere in systemd would do the trick for boot. [16:26] samba35, ^ ^ [18:10] Huh, nginx seems to be hanging. When someone sees this happening, what's the first troubleshooting step you take? I don't see any postgres queries hanging. [18:20] foo: define "hanging" more, and inspect logs. [18:21] tomreyn: going to the website via web browser, it just loads. Trying to figure out why. Maybe I need more logs to check for stuff like this. [18:25] up to three logs are of relevance there: the servers' logs (journalctl), nginx's global error log (if any), nginx's server_name specific error log (if any). if you don't have the latter, you should change the configuration to have it created - at least while debugging issues. [18:28] if you're looking for better documentation that what nginx provides (they recently, maybe 2 or 3 years ago, i think, started having proper documentation thanks to F5 considering it a relevant addition to their portfolio), there's the o'reilly book which is free-if-you-provide-your-or-someones-contacts. === smoser2 is now known as smoser [23:19] Hi everyone, I'm trying to config a bond with multiple vlans in MaaS after commissioning a node but seems impossible. Anyone with some experience that can help? [23:20] do you have a config for that that works without maas's involvement? [23:21] or is that the core of the open question? heh [23:21] I never got the hang of vlans, nor bonding.. [23:21] yes, config, tested all working [23:22] nice :D [23:23] but as far as I can see in MaaS GUI you could do a bond with interfaces which already have a vlan setted up... which should not be the case when there are more vlans through that bond. [23:24] Couldn't find any scenario like this, neither some statement `it's not supported` not to chase ghosts and implement an alternative