[17:49] I recently asked how ls -l /etc/resolv.conf looks like on your Ubuntustudio installation. It seems there a difference between Ubuntustudio 20.04 and 20.04.1 [17:50] while 20.04 points to /etc/resolv.conf -> ../run/resolvconf/resolv.conf 20.04.1 points to /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf [17:51] I wonder if that's part of my issue that the DNS resolving takes some seconds sometimes and if there's a way to change it or if I should install from scratch [20:09] hey there [20:10] I'm haveing a little problem here. [20:12] my ubuntu studio ses that I have made changes or have real time settings in effect. I did a restart... i have kind of fresh install of linux mint 20... [20:12] and, im really new to linux... hope it dosn't matter much [20:12] !mint | YesItsMe [20:12] YesItsMe: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [20:12] We can't support installations on Linux Mint. Sorry. [20:13] oh, sorry about that. [20:13] but any ideas? [20:14] or, where can i find help? [20:14] Ubuntu Studio Installer is only for Ubuntu and its official flavors. You'll have to ask other channels. [20:15] Other channels? [20:15] Basically, not here. I just linked to you where to find chat help for Linux Mint. That's your starting place. [20:16] Thanks, found it. [20:16] You might also try #lau (Linux Audio Users) on here. [20:16] (here being Freenode). [20:56] OvenWerks did you also install Ubuntustudio 20.04 directly when it came out last year? [20:56] so, before the point release of 20.04.1? [21:05] with US 20.10 a fresh install was recommended, "Due to the change in desktop environment this release, direct upgrades to Ubuntu Studio 20.10 are not supported. We recommend a clean install for this release:" [21:13] I'm just on 20.4 ... there was a change with the symlink "ls -l /etc/resolv.conf" between 20.4 and 20.4.1 [21:14] sombody told me it's not correct on my installation and I should reinstall... Although configuration is the same for other peole using US 20.4, so I guess it should be fine [21:50] lilith93: We don't touch /etc/resolv.conf in the .iso from the default Ubuntu one. You need to ask in #ubuntu for that. [21:51] Eickmeyer[m]: Thanks, I did already, but good to know [22:31] lilith931: my 20.04 install is probably kubuntu 20.04 beta with ubuntustudio on top. So similar to 20.10 really. but I have been keeping up with updates and stuff. [22:32] $ ls -l /etc/resolv.conf [22:32] lrwxrwxrwx 1 root root 39 Apr 22 2020 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf [22:32] $ ls -l /etc/resolv.conf [22:32] lrwxrwxrwx 1 root root 39 Apr 22 2020 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf [22:32] $ ls -l /etc/resolv.conf [22:32] lrwxrwxrwx 1 root root 39 Apr 22 2020 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf [22:32] $ ls -l /etc/resolv.conf [22:32] lrwxrwxrwx 1 root root 39 Apr 22 2020 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf [22:32] $ ls -l /etc/resolv.conf [22:32] lrwxrwxrwx 1 root root 39 Apr 22 2020 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf [22:32] $ ls -l /etc/resolv.conf [22:32] lrwxrwxrwx 1 root root 39 Apr 22 2020 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf [22:32] $ ls -l /etc/resolv.conf [22:32] lrwxrwxrwx 1 root root 39 Apr 22 2020 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf [22:32] oops... [22:32] I thought you had the same link [22:33] ls -l /etc/resolv.conf lrwxrwxrwx 1 root root 29 Sep 27 22:10 /etc/resolv.conf -> ../run/resolvconf/resolv.conf [22:33] hmm, ok let me look [22:35] yup thats what I said, I do hope I looked at it correctly :P [22:36] but in any case, so long as the file it is linked to is the same file that dhclient wires to when it gets that info from the dhcp server... the effect is the same [22:37] (the coversation is: https://irclogs.ubuntu.com/2021/01/04/%23ubuntustudio.html ) [22:41] I also have a stub-resolv.conf in /run/systemd/resolve/ [22:41] but with different entries compared to ../run/resolvconf/resolv.conf [22:43] I do not have a /run/resol* [22:43] directory even