/srv/irclogs.ubuntu.com/2024/06/29/#ubuntu.txt

=== furry is now known as fur
=== DubPirate0 is now known as DubPirate
oerheks?00:03
=== DubPirate5 is now known as DubPirate
=== chris14_ is now known as chris14
=== ubuntu is now known as Guest136
oerheksnot even SASL..03:16
=== chris14_ is now known as chris14
shadowhawkhello05:41
shadowhawkanyone alive?05:42
enigma9o7Was there a mass extinction event I'm not aware of yet?05:45
shadowhawki cant get the app store to work on ubuntu05:46
shadowhawkthe categories are blank05:46
enigma9o7gnome-software or the snap store?   noble or jammy?05:46
shadowhawkUbuntu Software05:47
enigma9o7That must be frustrating.  I'd try patience, and in the meantime until it works right use apt.05:47
shadowhawki may either reinstall ubuntu05:48
shadowhawkor switch to VoidLinux05:48
shadowhawki like my wobbly windows though, on ubuntu05:48
enigma9o7Well that sounds serious.  Is this is a consistent problem, or only happening now?   I've certainly seen that with gnome-software, sometimes it's really really really slow to do stuff, seems like nothing happening.05:48
enigma9o7But I thought the new snap store was a completely rewrite in flutter or something and not so flakey.05:49
bparkerI have never used the app store05:49
shadowhawkhmm05:49
shadowhawkim new to linux05:49
shadowhawkso i cant really speak05:49
bparkernot even sure how to find it05:49
enigma9o7Well it may be in your menu under ubuntu software?05:50
enigma9o7which used to direct to ubuntu's version of gnome-software on older versions of ubuntu, but then to a snap of gnome-software, and my understanding is on current versions a whole new app store.05:50
shadowhawkso how do i fix this?05:52
shadowhawkcan i reinstall the app store with the terminal?05:53
shadowhawk"Ubuntu Software"05:53
madmaxshadowhawk, sudo snap refresh snap-store06:04
Guest2897partay06:46
=== Alpha is now known as Guest9185
=== Guest9185 is now known as Alpha
jacohttps://imgur.com/kpTulHE08:27
jacoI am using Ubuntu 24.04LTS. I use to see an orange highlighted light sometimes when i minimize my browser firefox. Any solution please. Kindly find above link of image08:28
Komujaco strange, it's not in any other app?09:12
NitrigaurIs is possible to postpone popups from programs and system until I have stopped typing?10:48
NitrigaurSo what I would like to is to give priority to the human interface I'm actually using and have other processes that request attention to wait patiently until I am done with interfacing, maybe with a 5-second delay.10:51
=== PasiZ5 is now known as PasiZ
zphinxIm having problems running snap-store-proxy on 22.04, the nginx part of the snap refuses to launch13:25
JoeLlamawhat's the deal with ubuntu pro and will it cost me money?13:30
younderSnap store requires a web certificate13:30
JoeLlamaubuntu pro?13:31
ravage!pro | JoeLlama13:31
ubottuJoeLlama: Ubuntu Pro is a service offered by Canonical for expanded CVE patching, ten-years security maintenance and optional support. Anyone can use Ubuntu Pro for free for personal use on up to 5 machines. For details please see https://ubuntu.com/pro and https://discourse.ubuntu.com/t/ubuntu-pro-faq13:31
JoeLlamaoh ok ravage13:32
JoeLlamais ubuntu pro a good thing? downside?13:33
younderMostly on the plus side like access to a real-time kernel13:34
younder(on x86)13:34
JoeLlamaoh okay13:39
JoeLlamaaccess as in real-time operating system younder?13:39
younderhttps://ubuntu.com/real-time13:39
* JoeLlama likes www.micrium.com although the RTOS is now every expensive13:40
JoeLlamasweet I read up thanks younder13:40
iconoclastherowhen gnome-shell (xsession?) gets setup in ubuntu is there normally some mechanism to setup dbus?13:58
younderGnome shell is just a shell. It has no relations to dbus14:03
younderD-Spy is the best way to see what is going on dbus14:04
younder(Linux bash is nothing like powershell)14:05
grolongodoes restarting ssh.service reload sshd_config in 24.04?14:10
youndersshd.service ssh is the client14:12
grolongoyounder: I don't have any sshd.service :/14:13
leftyfbyounder: ssh.service is the name of the ssh daemon14:14
leftyfbgrolongo: yes14:14
leftyfbgrolongo: you can also use sudo systemctl reload ssh14:14
grolongoalright let me check14:15
youndersorry rechecked myself and found that it does14:16
grolongoleftyfb: but does it reload the sshd_config? I did both "systemctl restart ssh.service" and "systemctl reload ssh" after setting "PasswordAuthentication no" in my sshd_config and I'm still able to login with a password.14:18
leftyfbyes14:18
grolongothat's odd then14:19
leftyfbgrolongo: egrep -v -- "#|^$" /etc/ssh/sshd_config | nc termbin.com 999914:19
leftyfbthis will post your sshd_config to termbin.com for us to see14:20
youndersecurity?14:20
leftyfbyounder: what about security?14:20
maggawhats a good way to browse files in your terminal thats not cd and ls? some interactive tool. do people use that or are u just using cd and ls etc?14:21
leftyfbmagga: good = ls and cd. An alternative is midnight commander. The package and binary is called mc14:22
maggaok :)14:22
grolongoleftyfb: https://termbin.com/n6d914:23
leftyfbhm, why do you have so many things uncommented?14:24
grolongothese are defaults for the most part14:25
leftyfbnot in Ubuntu they're not14:25
leftyfbubuntu certainly doesn't set UsePAM to no14:26
leftyfbgrolongo: what linux distro are you running?14:27
grolongoubuntu 24.0414:27
grolongotrue usepam is yes by default14:27
leftyfband you have it set to no14:27
grolongoI definitely don't need PAM since I'm using a key14:28
leftyfbgrolongo: what are you trying to accomplish exactly by making all these changes to the sshd_config beyond disabling keyboard auth?14:28
grolongokey based auth solely14:29
grolongonothing works even after hardening the conf14:29
grolongothat's why I'm not even sure restarting ssh.service reloads the config14:30
leftyfbgrolongo: because you have made changes you don't fully understand. Put it all back and just disable keyboard auth14:30
grolongoI should try by changing the port to see if that changes anything14:30
iconoclastheroyounder: well, the gnome apps apparently require access to dbus so i assume that when gnome-shell starts is when the dbus session address gets set.14:30
leftyfbgrolongo: disabling PAM auth will not allow you to login as a linux user, regardless of how it's authenticated14:31
leftyfbgrolongo: put it all back14:31
younderIt works on my machines and I only set 'PubkeyAuthentication yes' and 'PasswordAuthentication no'14:31
leftyfbyounder: he disabled PAM auth. That's the issue14:31
younderI figured as much14:32
leftyfbif it's not using PAM, where is it getting the user from14:32
leftyfbgrolongo: put your sshd_config back to default and just disable password auth14:32
younderso back to defaults and do what I did and it should work14:32
leftyfbthat will be "hardened" enough14:32
NitrigaurSo what I would like to is to give priority to the human interface I'm actually using and have other processes that request attention to wait patiently until I am done with interfacing, maybe with a 5-second delay.14:33
NitrigaurI'm running Ubuntu 24.0414:33
leftyfbNitrigaur: what?14:34
grolongoleftyfb: switching back UsePAM to yes and restarting sshd still let me login with a password14:35
younder(Ubuntu has a close integration with Samba to allow hybrid integration with Windows and I thing disallowing PAM auth breaks something)14:35
Nitrigaurleftyfb, I hate being interrupted by system popups while typing in a program. Is there a way to configure the system so it waits until there has been no HID input for 5 seconds?14:36
leftyfbgrolongo: https://paste.ubuntu.com/p/QZdX9cxqCg/  this is all you need. Comment out the rest14:37
grolongoleftyfb: thats what I thought, even changing the default port to something like 34700 and reloading the ssh service has 0 effect.14:37
leftyfbNitrigaur: that sounds VERY non-trivial. Maybe just disable notifications in settings14:37
grolongoso there is something wrong with the ssh/sshd service14:38
leftyfbgrolongo: not unless you've modified it14:38
grolongoall I changed is the sshd_config that's all14:38
leftyfbgrolongo: journalctl -u ssh -S today | nc termbin.com 999914:38
leftyfbI'm guessing something in your config is invalid14:39
grolongoand I've used that exact same sshd_config that I linked you on debian machines without problem14:39
grolongook wait14:39
leftyfbgrolongo: also, you haven't used that same exact config on Debian and been able to authenticate using a key to a linux user account. UsePAM is what allows you to auth to linux user accounts. If you disable that, the only way you're logging in is if you setup users within the ssh config.14:45
Nitrigaurleftyfb, Yes, I understand that it's probably quite hard to configure that, if even possible with the present Desktop Environment ( I use Gnome right now ). I just thought this would be quite fitting for an environment that is centered around serving the user, but not getting in his/ her way. Maybe I should discuss this with the KDE team, since they are actively asking for what users would like to see in a new version14:45
Nitrigaurof KDE. afaik, Gnome is much more closed to that.14:45
younderSounds like you mind is made up. Personally I prefer Gnome.14:48
grolongoleftyfb: I did though. I only use SSH keys to login, never needed to have UsePAM enabled.14:53
Nitrigauryounder, I like both Gnome and KDE. And I've been using Gnome as my daily driver since Warthy Warthog ;-). It's just that the Gnome team keep very much to themselves in comparison with the team behind KDE. What I like about Gnome is it's simplicity, but on the flipside, I find that many features should have been part of a settings window and not delegated to Tweaks or third party plug-ins. But it's hard to keep a14:54
Nitrigaurbalance between serene and configurable.14:54
leftyfbgrolongo: sudo cp /usr/share/openssh/sshd_config /etc/ssh/sshd_config && sudo sed -i 's/^#PasswordAuthentication.*/PasswordAuthentication no/g' /etc/ssh/sshd_config && sudo systemctl restart ssh14:56
grolongoI'll copy the default sshd_config and start from scratch with the most minimal tweaks14:56
leftyfbgrolongo: start with only disabling PasswordAuthentication14:56
grolongoyep, will do that14:56
leftyfbthe command I posted will do that for you14:56
imihi ubuntu auto mounts filesystems attached via usb. how can I disable this functionality momentarily?14:59
leftyfbimi: https://unix.stackexchange.com/questions/333721/how-to-stop-auto-mounting-of-devices-in-ubuntu15:00
imithanks15:00
younderI think the BIOS is much underestimated here. I use it to disallow boot from unauthorized devices and  set a BIOS password15:03
grolongoleftyfb: nothing change. I can still login with user/password like "ssh grolongo@foo" enter password and it works.15:03
leftyfbgrolongo: egrep -v -- "#|^$" /etc/ssh/sshd_config | nc termbin.com 999915:04
grolongoleftyfb: I even changed the default port and restarted ssh service and it still allows without specifying -p 2222215:04
leftyfbgrolongo: ( egrep -v -- "#|^$" /etc/ssh/sshd_config ; journalctl -u ssh -S today ) | nc termbin.com 999915:05
younderWhat you really want is to prevent access to your system, 2 things have to happen 1. You need to prevent anyone for changing your BIOS settings except you, the passower. 2. You need to make sure your data isn't just copied, so encrypt you drive, LUCS.15:06
grolongoleftyfb: https://termbin.com/jxkv15:06
leftyfbyounder: lets stick to providing support that people are asking for15:06
youndersure15:06
leftyfbgrolongo: do you have anything in /etc/ssh/sshd_config.d/ ?15:07
grolongoleftyfb: you nailed it15:08
leftyfbit does look like the UsePAM setting is different in 24.04. It does work disabling it in 22.0415:08
grolongoI have a 50-cloud-init.conf file with a single line "PasswordAuthentication yes" in it :s15:08
leftyfbthat doesn't explain the port change15:09
grolongoindeed15:09
grolongolet me change that file first to see what happens, I don't know where does that come from15:09
leftyfbgrolongo: this is a container or cloud instance?15:10
leftyfbthe cloud image has that in there by default15:11
grolongoI have pihole running in a docker container that's all15:12
grolongomy machine is a laptop running as a server on my local network15:13
grolongoubuntu 24.04 installed bare metal15:13
leftyfbI haven't installed 24.04 onto bare metal yet. They might be using the same cloud image by default15:14
grolongoto be precise it's the ubuntu server image, not the ubuntu desktop one15:14
leftyfbright15:15
grolongoI'm not sure if that file is here by default or if something put it there after15:15
grolongolet me check real quick on my other vm15:15
leftyfbit is15:16
leftyfbhave to head out now15:18
grolongono problem thanks for the help!15:18
Nitrigaurthx leftyb, take care :-)15:28
younderI have 24.04 on my systems all around.16:00
youndergrolongo: did you get you sshd to work?16:01
younderI had to get the shops before they closed.16:03
=== tomaw_ is now known as tomaw
=== seanh1 is now known as seanh
aragubashow does ubuntu start up so fast?19:23
aragubaswhat dark magic does it do19:23
aragubasI'm building a distro and I want my distro to start fast too19:24
aragubaswelcome19:24
fur> how does ubuntu start up so fast?19:24
furmagic19:24
aragubas:scream:19:24
aragubasLOL19:24
furbreh19:25
Suser91there tons of reasons19:26
Suser91like boot manager, init systems and etc etc19:26
aragubasOoo! does it have some kind of precaching like Windows Fast Startup?19:27
aragubasbecause like after the kernel finishes loading the bootanimation just display like 2 frames and it boots GDM immediatly19:27
Suser91hmmm19:27
Suser91are you creating a distro based debian?19:27
furYou probably have fastboot enabled in bios :p19:27
aragubashm no, I'm using alpine as a base19:28
aragubasfur: yeah x3 but Ubuntu is the only distro that starts up this fast19:28
aragubasnot even Windows starts up this fast19:28
furbecasue windows is overbloated by micro$oft19:29
Suser91it's true but win 8.1 start fast19:29
oerhekshttps://bugs.launchpad.net/ubuntu/+source/grub2/+bug/186965519:29
-ubottu:#ubuntu- Launchpad bug 1869655 in Plymouth "Boot animations start too late to be useful" [Unknown, New]19:29
oerheksgrin19:29
oerheksthis is a fun bug report, like bug #119:30
-ubottu:#ubuntu- Bug 1 in Ubuntu Malaysia LoCo Team "Microsoft has a majority market share" [Critical, In Progress] https://launchpad.net/bugs/119:30
oerhekssorry, your system is too fast19:30
furSuser91: win 8.1 was the least usable version but also the last to not be a spyware19:30
Suser91indeed for sure19:30
furWhich is probably the reason it was booting so fast19:30
JenyaRusbtw. Linux Mint revived my old laptop ) all works fast19:31
oerheksmint is offtopic here19:31
aragubasJenyaRus nice19:32
furtechnically still ubuntu :)19:32
JenyaRus:)19:32
Suser91for of ubuntu yes :)19:32
Suser91fork*19:32
furwell19:32
furubuntu without snaps19:32
aragubasyesterday I had this weird issue with my Ubuntu install where I was receiving like 1 Mbps down and 600 up, it's supposed to be 600 up and 600 down. This morning I checked again and the issue fixed itself lmao19:33
furbrazilian isp moment19:33
aragubasoh yeah I'm from Brazil19:35
lotuspsychj3!discuss | aragubas fur JenyaRus Suser9119:35
ubottuaragubas fur JenyaRus Suser91: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!19:35
aragubasoh alrighty!19:35
Suser91okay19:36
furgood point19:36
JenyaRusok19:36
AndreiosI have installed two apps with pipx, I wanted to upgrade today with upgrade-all, but it said:  No module named pip, As if it can't find pip in the virtualenv anymore.?19:55
oerhekspipx upgrade-all19:59
oerhekspipx ensurepath  # would make it discoverable20:00
oerhekshttps://itsfoss.com/install-pipx-ubuntu/20:00
=== silvano is now known as strongholds
Andreiosoerheks: pipx upgrade-all gives this error message: No module named pip for each appp that should be upgraded. pipx ensurepath : 'is already in PATH.'21:09
oerheksi see a few topics, but no solution https://stackoverflow.com/questions/76499565/python-does-not-find-module-installed-with-pipx21:19
ravagecant you just re-create that venv?21:20
oerheksmaybe it got broken by python3 update?21:20
grolongomanaging something as simple and crucial as openssh which has been working fine for decades is now a total nightmare thx to the systemd socket implementation in 24.04. amazing.21:38
=== JanC is now known as Guest737
ravagegrolongo: https://p.haxxors.com/xs525c53.txt21:41
ravageyou may need to reboot once21:42
grolongoravage: thanks for the tip. this is insane.21:43
gordonjcpgrolongo: what's a "nightmare" about it?21:45
ravagechange is hard21:46
grolongogordonjcp: go have fun trying to change something as simple as your sshd port21:50
ravagesee https://discourse.ubuntu.com/t/sshd-now-uses-socket-based-activation-ubuntu-22-10-and-later/3018921:50
gordonjcpravage: so21:51
grolongosshd_conf changes are ignored21:51
gordonjcpravage: the way it works now, it works like oldschool inetd?21:51
ravagei did not complain about anything here. just pointing out the change21:52
gordonjcpravage: the instructions in there seem pretty straightforward tbh21:53
ravagethat is correct21:53
grolongoyou cannot not complain when something was working fine for decades and suddenly breaks for no reasonable reason21:53
gordonjcpravage: change it in the appropriate config file so that systemd which is working like xinetd knows where to look21:53
gordonjcpgrolongo: yeah, but the way it works now, Unix services have worked like that for ~50 years21:54
gordonjcpso21:54
ravageplease stop mentioning me21:54
ravageim dont with this topic21:54
ravage*done21:54
oerheksit is in the releasenotes?21:54
gordonjcpravage: I'm just saying I prefer the way it works now, and thank you for linking to that helpful document21:54
grolongo"change it in the appropriate config file" so sshd_config right? that should be the only config file you need to tweak for ssh.21:55
gordonjcpgrolongo: but sshd isn't even running at that point21:55
gordonjcpgrolongo: have you ever used inetd?21:55
oerhekshttps://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890#more-consistent-application-of-openssl-and-gnutls-system-configurations21:55
ravageit is in the release notes21:55
ravagehttps://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/3989021:56
oerheksyou changed port, tried to restart ssh, but not networkmanager or changed netplan?21:57
grolongooerheks: yes, that should have been it right? change port in sshd_config, restart ssh service. that's it. like everybody was doing for that past two decades.21:58
gordonjcpgrolongo: but the sshd service isn't running21:59
gordonjcpgrolongo: how would it know to pick up that port?21:59
grolongooh yes my bad, it's not sshd.service now, it's just ssh.service, because why not rename it as well haha22:00
gordonjcpgrolongo: do you actually understand what the difference in principle here is?22:07
gordonjcpgrolongo: have you ever used inetd or xinetd?22:07
grolongono22:09
grolongobut I know the principle that is: if it works, don't touch it22:10
grolongogordonjcp: did you read the comments in the link posted above? looks like I'm not the only one22:24
gordonjcpgrolongo: so here's the thing22:28
gordonjcpgrolongo: experienced Linux users would adapt very quickly to doing it this way, because this is the right way to do it22:28
grolongowhat is the "correct way"? because it looks like nobody agrees with it in the comments22:32
grolongogordonjcp: not only the changes explanations don't make any sense, it's also bugged: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/206904122:37
-ubottu:#ubuntu- Launchpad bug 2069041 in openssh (Ubuntu Noble) "Changing Port in sshd_config requires calling systemctl daemon-reload" [Medium, In Progress]22:37
grolongothis is pure madness that something like this went through into an LTS22:37
JanC"socket activation" with inetd used to be the norm on many older unix/linux systems23:06
leftyfbgrolongo: in 24.04, you make your changes to sshd_config , run sudo systemctl daemon-reload && sudo systemctl restart ssh23:11
leftyfbor follow https://discourse.ubuntu.com/t/sshd-now-uses-socket-based-activation-ubuntu-22-10-and-later/30189#:~:text=systemctl%20disable%20%2D%2Dnow%20ssh.socket%0Arm%20%2Df%20/etc/systemd/system/ssh.service.d/00%2Dsocket.conf%0Arm%20%2Df%20/etc/systemd/system/ssh.socket.d/addresses.conf%0Asystemctl%20daemon%2Dreload%0Asystemctl%20enable%20%2D%2Dnow%20ssh.service23:12
bparkerwhy do you even need to restart anything if it's socket-based23:16
JanCit might be running23:16
leftyfbbecause the socket isn't looking for changes in the sshd_config23:16
bparkerleftyfb: but I thought the "daemon" wasn't even launched until the socket connection is made, and wouldn't it then read sshd_config anew?23:20
bparkerJanC: I thought (like the old way) changes were never designed to apply to running instances23:21
bparkerthat being the case, I don't see how it being running would matter23:21
grolongoleftyfb: thank you, but remember earlier we didn't know know why the port wasn't changed, and it's not even mentioned as a comment in the config file23:21
leftyfbyup, that sucks23:22
leftyfbbparker: actually, once I ran daemon-reload once, it seems now all changes I make only require restarting the ssh service23:22
JanCeven when changing the port number or listening address?23:23
leftyfbconfirmed. On a fresh boot, if I make changes to the port, I need to daemon-reload, then restart ssh. After that, I can make further changes and only need to restart ssh ... until the next reboot23:24
grolongoHello openssh user, you want to change your ListenAddress interfaces? Edit sshd_config, save, reload the daemon. Have a nice day!23:26
grolongo25 years later: "if more than one ListenAddress setting is declared, the configuration is not migrated because systemd’s ListenStream has different semantics: any address configured which is not present at boot time would cause the ssh.socket unit to not start. Because it is not possible to reliably determine at upgrade time whether ssh.socket could fail to start on reboot, if you have more than one ListenAddress configured,23:26
grolongoyour system will not be migrated to socket-based activation but instead the daemon will be started on boot as before."23:26
leftyfbgrolongo: you can ignore the "migration" section completely. It doesn't apply to 24.04 and only applies to upgrading to 22.10, 23.04 and 23.10 from previous releases23:27
leftyfbgrolongo: just use sshd_config and run daemon-reload and restart ssh23:28
leftyfbor mask the sockets and restart ssh and go back to the way it was ... just like ravage pointed out to you and the discourse link provided to you23:29
grolongoleftyfb: I did daemon-reload earlier and it broke my ssh installation literally :) even after a reinstall it is still broken.23:29
leftyfbdefine broken23:29
leftyfbdaemon-reload won't break your ssh unless you have other issues going on23:29
younderexplains things if he did.23:32
younderdmesg?23:34
grolongothis is a dpkg issue23:35
leftyfbgrolongo: so you're not going to provide any details on your issue?23:35
leftyfbgrolongo: alright, well, let someone here know when you'd like support. I suggesting asking for help sooner rather than later so you don't make things worse in the meantime.23:37
grolongoleftyfb: this is unrelated to the original issue, even though this new issue is related to systemd managing ssh23:37
leftyfbit's not23:37
leftyfbgrolongo: please post details of the issue23:37
leftyfbit sounds like either you made things worse somehow or there's a misunderstanding23:38
grolongoleftyfb: the other issue you figured out was that odd file in sshd_config.d/, I'm still wondering why is that file present23:38
leftyfbgrolongo: ok, good luck23:39
grolongohttps://askubuntu.com/questions/1516262/why-is-50-cloud-init-conf-created23:43
grolongolol23:43
bparker>like 99% of all people23:43
bparkerlol, lmao even23:43
younderSo that cloud init shit messed things up again23:46
grolongo99% of 'sane' people23:46
leftyfbyounder: lets not23:46
leftyfbgrolongo: do you have an issue you'd like help with?23:47
younderbeen there still trying to adjust23:47
leftyfbyounder: sudo apt remove --purge cloud-init23:48
grolongono thanks but I can't wait to see sysadmins worldwide when they migrate to 24.04 :D23:48
oerheks...23:48
leftyfbgrolongo: good luck23:48
younderI think it will be fine23:48
leftyfbcompetent sysadmins read release notes for new installs, keep up with changes in the industry, know how to read logs and debug23:50
grolongoInfrared_: why are you sending CTCP request, are you okay?23:50
leftyfbthe better ones use automation tools which force systems into their desires state and adjust as needed23:50
grolongoleftyfb: the release notes doesn't mention anything specific, links to a thread with 2 bug reports in it, and the OP of said thread even admits the lack of documentation in the release.23:52
leftyfbgrolongo: ok, so work around the issue as documented and move on23:52
bparkerI was also caught completely off guard with the ssh switch to socket-based23:52
leftyfbgrolongo: file a bug for a lack of documentation if you are interested in helping others23:52
bparkerand I was in a rush trying to get a new box up23:52
bparkerso it was quite frustrating23:53
leftyfbbparker: it's also news to me, but now I know how to work around it so I'm done thinking about it23:53
bparkernot everyone thinks that should be how things should be23:53
oerheksis this behavior the same on debian?23:53
oerheksif so, why the fuzz?23:54
younderNo, its Ubuntu who has been modifying the network setup with netplan and cloud-init23:55
leftyfbyounder: stop23:55
bparkerwhat are they doing wrong?23:56
oerhekswrong. https://gist.github.com/dazeb/fde301b5035e8af3b040c6109c3d817023:56
oerhekslolz, saturday support23:56
bparkerwelcome to IRC I guess23:56
leftyfbDebian also has netplan23:56
leftyfbas do most other modern distro23:56
oerhekstopic: answers might not satisfy you ..23:57
bparker"you're asking the wrong question"23:57
grolongowhat I want to understand is why would you change something so vital that has been working for decades and is reliable across many different OSes (including BSDs ofc), into something that is barely comprehensible (lack of documentation), much more complicated to configure (when that works), bodged and that shouldn't have pass a QC before an LTS.23:59
leftyfbgrolongo: file a bug or feel free to rant/discuss in #ubuntu-offtopic23:59
grolongothe bugs have already been filed23:59
leftyfbgrolongo: also: same reason we don't use LILO anymore. It's called progress23:59
bparkerlol.23:59
=== dtomato2 is now known as dtomato

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!