/srv/irclogs.ubuntu.com/2022/12/24/#kubuntu.txt

cool-andyhello03:59
cool-andyI just installed kubuntu, what is this lol04:00
cool-andyoh sorry, didn't realize this was a support channel.04:01
=== chris is now known as Guest7255
=== Guest7255 is now known as FunzyBZH
=== john is now known as Guest5073
IrcsomeBot<Omar> hi my touchscreen isn't working i tried this but it didn't fix it what can i do ? (re @IrcsomeBot: <arraybolt3[m]> Now do this: "xinput --map-to-output 11 eDP-1")05:48
IrcsomeBot<Omar> https://termbin.com/zb7w06:00
redceltHi, I'm planning on raising a question on the Kubuntu forums and I feel like uploading a snippet of journalctl's output would be useful to showcase what is said to be happening. Are there any sensitive items that I should be aware of in there that I should mask out before I do such an upload?06:25
alkisgredcelt: surrounding wifi networks may identify your location, you may want to hide those07:49
redceltThat's good to know, thanks!07:51
redceltI'm a little nervous keeping these "kernel" logs in there. The problem I'm looking at in particular is in regards to the login greeter, so would it be reasonable to remove those lines from the log before I upload it?08:22
=== damon is now known as damon_
=== diogenes_Vx15_ is now known as diogenes_Vx15
BluesKajHi all14:24
=== wodencafe is now known as wodenchristmas
IrcsomeBot<Gecko250> Hi I recently edited my DNS settings using nano by sudo rm -r /etc/resolv.conf15:16
IrcsomeBot<Gecko250> sudo nano /etc/resolv.conf15:16
IrcsomeBot<Gecko250> Hi I recently changed my current DNS by doing the following:15:21
IrcsomeBot<Gecko250> sudo rm -r /etc/resolv.conf15:21
IrcsomeBot<Gecko250> sudo nano /etc/resolv.conf15:21
IrcsomeBot<Gecko250> added the following:15:21
IrcsomeBot<Gecko250> nameserver 162.252.172.5715:21
IrcsomeBot<Gecko250> nameserver 149.154.159.9215:21
IrcsomeBot<Gecko250> Switching to root doesn't help either. Suggest possible fix kindly15:22
diogenes_Vx15Gecko250, what are you trying to do?15:30
IrcsomeBot<Gecko250> I substituted my current DNS with SurfShark's DNS but it was a wrong idea. Their DNS is extremely slow (re @IrcsomeBot: <diogenes_Vx15> Gecko250, what are you trying to do?)15:31
IrcsomeBot<Gecko250> Now I want to add google DNS but operations not permitted15:31
diogenes_Vx15Gecko250, how did you substitute the first time and how are you trying to do it the second time?15:32
IrcsomeBot<Gecko250> With this  sudo rm -r /etc/resolv.conf     sudo nano /etc/resolv.conf (re @IrcsomeBot: <diogenes_Vx15> Gecko250, how did you substitute the first time and how are you trying to do it the second time?)15:34
IrcsomeBot<Gecko250> and added the server15:34
diogenes_Vx15Gecko250, first run: sudo systemctl restart NetworkManager, then: ls -la /etc/resolv.conf15:37
diogenes_Vx15what do you get15:37
IrcsomeBot<Gecko250> Check the bottom warn : https://irc-attachments.kde.org/24a4c82a/file_62386.jpg15:37
IrcsomeBot<Gecko250> Check the link kindly, I followed their guide and now it's a big mess https://support.surfshark.com/hc/en-us/articles/360021037760-How-to-configure-custom-DNS-on-a-Linux-device-15:38
diogenes_Vx15Gecko250, there might be a mess if you follow some general guide and your distro handles stuff differently.15:40
IrcsomeBot<Gecko250> sudo systemctl restart NetworkManager15:40
IrcsomeBot<Gecko250> ❯ ls -la /etc/resolv.conf15:40
IrcsomeBot<Gecko250> -rw-r--r-- 1 root root 54 Dec 24 20:47 /etc/resolv.conf (re @IrcsomeBot: <diogenes_Vx15> what do you get)15:40
diogenes_Vx15Gecko250, run: kde5-nm-connection-editor15:42
IrcsomeBot<Gecko250> How to execute? (re @IrcsomeBot: <diogenes_Vx15> Gecko250, run: kde5-nm-connection-editor)15:43
diogenes_Vx15Gecko250, in terminal, also sorry i haven't used Plasma in awhile so i'm trying to remember what network manager it has.15:44
IrcsomeBot<Gecko250> pasted in terminal yet not executing15:45
diogenes_Vx15what output?15:46
IrcsomeBot<Gecko250> kde5-nm-connection-editor15:46
IrcsomeBot<Gecko250> zsh: command not found: kde5-nm-connection-editor (re @IrcsomeBot: <diogenes_Vx15> what output?)15:46
diogenes_Vx15Gecko250, run: dpkg -l | grep -i network | nc termbin.com 999915:48
diogenes_Vx15share the url15:48
IrcsomeBot<Gecko250> I'm not sure how to use termbin check the pasted below15:49
IrcsomeBot<Gecko250> dpkg -l | grep -i network | nc15:49
IrcsomeBot<Gecko250> usage: nc [-46CDdFhklNnrStUuvZz] [-I length] [-i interval] [-M ttl]15:49
IrcsomeBot<Gecko250>           [-m minttl] [-O length] [-P proxy_username] [-p source_port]15:49
IrcsomeBot<Gecko250>           [-q seconds] [-s sourceaddr] [-T keyword] [-V rtable] [-W recvlimit]15:49
IrcsomeBot<Gecko250>           [-w timeout] [-X proxy_protocol] [-x proxy_address[:port]]15:49
diogenes_Vx15Gecko250, after you run: dpkg -l | grep -i network | nc termbin.com 9999 you gonna get an url link in your terminal as the output and you have to shate that url here15:50
diogenes_Vx15share*15:51
IrcsomeBot<Gecko250> https://termbin.com/ip2315:52
diogenes_Vx15Gecko250, run: cat /etc/NetworkManager/NetworkManager.conf  | nc termbin.com 999915:57
diogenes_Vx15share the url15:57
IrcsomeBot<Gecko250> https://termbin.com/pr6z (re @IrcsomeBot: <diogenes_Vx15> share the url)16:00
diogenes_Vx15Gecko250, ah damn you did chattr +i16:08
diogenes_Vx15Gecko250, run: sudo chattr -i /etc/resolv.conf16:08
diogenes_Vx15then: sudo rm -r /etc/resolv.conf16:09
IrcsomeBot<Gecko250> yes did16:09
diogenes_Vx15then: sudo systemctl restart NetworkManager16:09
diogenes_Vx15then check your /etc/resolv.conf: cat /etc/resolv.conf16:09
diogenes_Vx15you should get back your default DNSs.16:09
IrcsomeBot<Gecko250> I lost my connectivity from desktop now typing from phone16:13
diogenes_Vx15check if the /etc/resolv.conf was created16:14
IrcsomeBot<Gecko250> https://irc-attachments.kde.org/b4fc6e2a/file_62387.jpg16:15
IrcsomeBot<Gecko250> Directory ‘ /etc ’ is not writable (re @IrcsomeBot: <diogenes_Vx15> check if the /etc/resolv.conf was created)16:15
diogenes_Vx15Gecko250, not like that, exit that by pressing ctrl+x16:16
diogenes_Vx15run: cat /etc/resolv.conf16:16
diogenes_Vx15do you get any output?16:16
IrcsomeBot<Gecko250> https://irc-attachments.kde.org/33ea45b5/file_62388.jpg16:18
IrcsomeBot<Gecko250> My desktop lost connection completely16:19
diogenes_Vx15Gecko250, run: sudo nano /etc/resolv.conf16:20
diogenes_Vx15write there:16:20
diogenes_Vx15nameserver 1.1.1.116:20
diogenes_Vx15nameserver 1.0.0.116:20
diogenes_Vx15press: ctrl+o16:20
diogenes_Vx15ctrl+x16:20
diogenes_Vx15last step: sudo systemctl restart NetworkManager16:21
IrcsomeBot<Gecko250> Thanks man connection restored16:23
diogenes_Vx15ok now you have the Cloudflare DNS, check out your speed.16:24

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