=== dongcarl0 is now known as dongcarl === phonemic84 is now known as phonemic8 === shaggysi1 is now known as shaggysi0 [01:15] https://pastebin.com/nC2qwLxF [01:15] Ubuntu 22.04, pretty basic setup, apt is having problems removing an old 5.x linux [01:15] can't figure out what's wrong [01:18] dpkg.log https://pastebin.com/VSY42ERc [01:19] /etc/default/grub: Syntax error: EOF in backquote substitution [01:19] did you screw up somethign in your /etc/default/grub? [01:21] i don't think so, but i'll loo [01:21] k [01:21] want more dpkg.log? [01:21] iconoclasthero: can you pastebin /etc/default/grub ? [01:22] yes [01:22] https://pastebin.com/ucLTh7Wm [01:25] iconoclasthero: try 'head -n -1 /etc/default/grub | sudo tee /etc/default/grub' [01:25] /etc/default/grub.d/init-select.cfg is the only thing in the directory and it's all commented out [01:27] https://pastebin.com/2LpEFAG8 [01:28] apt is still throwing errors [01:28] oh i see the problem now [01:29] in line 10 remove the middle quote, GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=UUID="9d57abf9-70a8-43ca-bce9-c452287393c2" [01:29] if you want to re-add the line #GRUB_INIT_TUNE="480 440 1" at the end go for it as well, type 'sudo nano /etc/default/grub' to edit it to make both changes [01:29] yeah!!!!! [01:32] what's that line do? [01:33] anyway, thank you [01:34] it's just a commented out line, removing the comment makes a beep [01:34] no problem [01:34] huh [01:34] i wonder if i want that. [01:34] probably yes [01:35] how do i test the tune? [01:35] i assume i can generate it from the cli? [01:36] never tried it, i think it only works with desktops [01:36] hm. [01:36] well, this one is [01:37] it's just a little file server sitting in the corner. [01:37] well, thanks again. === crash_6 is now known as crash_ [02:24] https://justpaste.it/cjon0 how to fix it? [02:32] Yakov: make sure that file has executable permission, try with terminal: chmod u+x /home/supernova/build-Probe_App-Desktop_Qt_6_2_4_GCC_64bit-Debug/Probe_App (alternately you can right click that file in File Manager to allow executable permission) [02:33] permission set before, and set your variant, same icon on .desktop file same error [02:36] Yakov: i am not familiar with the program. maybe you need to set the base directory. maybe the desktop file will need: sh -c 'cd /home/supernova/build-Probe_App-Desktop_Qt_6_2_4_GCC_64bit-Debug && ./Probe_App' [02:46] indeed, if i put .desktop file to corresponding folder it has no x mark on icon [02:46] if I double click .desktop file though, it opens my previous paste, how to execute it? === routebee_ is now known as route-bee === pasiz3 is now known as pasiz [06:30] Hey. I want to install a printer in ubuntu 22.04. I wonder what is the "right" way to install a driver for it. It's a "HP Laser 107w". This driver doesn't seem to come with ubuntu [07:28] Hello everyone. I am running Ubuntu 20.04 LTS. I am running an OpenVPN server and I have experienced something strange, so I and hoping someone can clarify it for me. My server listens on port 1194, but it logs that its accepted a connection on port 2210. What's going on with that? https://imageupload.io/ib/LvIf9G1ZlaSOLU0_1693898803.png [07:28] Square2: it is easy - all you need is the ip address of the hp printer - then do "launcher">printers>configure your printer. pick the "+". [07:49] Hi, I'm trying to understand why my port is not open whether the problem is from my router which I suspect or I've forgot something. I've started a server on port 3000 and when I do sudo netstat -l I get this row: tcp 0 0 0.0.0.0:3000 0.0.0.0:* LISTEN [07:50] This means I've opened it correctly to be accessed from the WAN right? The problem should be the router [07:50] I can access the server from 192.168 [07:51] Hello Team, I am working on a server with Ubuntu 20.04 with kernel version 5.4.0-159.176. But Due to my requirements, I need 5.4.0-148.165. However when I try to boot in that required kernel.... I lose network connection [07:56] Any help on how to solve the issue would be nice [08:04] @Siamaster If U can access the server on the LAN using that port but not on the WAN. Then chances are port forwarding on the Router is not well done [08:05] Hello I'm trying to use the ubuntu cloud image from https://cloud-images.ubuntu.com/focal/current/ to deploy vms is there a list of supported vmware properties for the ova image? [08:07] tk_ yeah, that's what I thought.. It sucks, port forwarding used to work on my Netgear for ages. Yesterday I realize there is a firmware upgrade and pf is not working. I upgraded, factory reset, powered off for 10 minutes, still not working === tester1_ is now known as linuxxunil [08:09] Is there any particular reasons as to why an application may need to be reinstalled upon reboot? [08:10] Hello Team, I am working on a server with Ubuntu 20.04 with kernel version 5.4.0-159.176. But Due to my requirements, I need 5.4.0-148.165. However when I try to boot in that required kernel.... I lose network connection [08:18] tk_: didn't you post that like twice in 5 mins? [08:20] good evening, can someone tell me how to globally change the DNS servers? I have some 20 odd WIFIs I use on a regular base and I'd rather not modify each one seperately. The setting I'd pick if I used the network manager would be DHCP Adresses Only. Is there a global config I can use to set the standard? It's on 20.4 [08:22] weedmic Yeah it is a repetition [08:25] when you boot into the pre-exsiting older kernel, did you review dmesg? did you check your "networks" to see if anything is even setup? You might want to reword your question as a lot of helpers here do not speak english very well. [08:26] DocMors: do you have ansible? are all these items in inventory? [08:27] no they are in the standard network manager, nothing to do with any containers [08:29] weedmic so basically I have configured Bond on two 10gig ports having bond0.13 and bond0.3004 but when I boot into the kernel .. I have found out that when I run the command ip a .... I can see the bond0 and 0.13 plus 0.3004 interfaces but the physical 10 gig interfaces are not there [08:29] I doesn't recognize them I think [08:31] weedmic To add on that, The older kernel is not pre existing ...  I had to install it [08:31] if you had ansible and they were all in the inevntory, it would be one command - but perhaps I don't know what you are trying to do DocMors [08:33] weedmic, when a new connection is created with network manager it follows a 'template'. By default it's using DHCP, I would like to know where this template is and modify it to DHCP Adresses Only [08:36] well, there is system settings>connections>default tab - but I thought you had machines in other places you wanted to change the dns servers on - this now sounds like you just want to make conneciton easier on one machine. [08:37] no I want to change the settings on my laptop for about 20 WIFI networks all over the place [08:39] weedmic, thanks. I got it to work eventually. [08:49] I hope it was easy Square2 - it's supposed to be easier than windoze now. [08:52] DocMors: can't you add your DNS settings in the system's resolver settings? [08:52] DocMors: what exactly are you trying to do? Normally DNS would be supplied by DHCP anyway [08:57] weedmic Do U think U can assist ? [08:58] weedmic, Settings -> Printer gives you 2 alternatives: "Add Printer" and "Additional Printer Settings". Not obvious even for me as a computer user for 40 years. =D === guiverc2 is now known as guiverc [08:59] ...but then it worked fine. [08:59] me, no - i have no idea what you want. [08:59] nice to hear - congratz [09:00] tk - line after square - forgot to put ur ping [09:00] Ok Sure [09:00] Its fine .. Thanks though [09:03] soz - i help when I can though [09:12] gordonjcp, I know but I don't want those servers. That's exactly the point [09:12] Hello again. I have another problem with OpenVPN in Ubuntu 20.04 LTS. Everything works when the client uses the default cipher but when the client uses the cipher AES-256-CBC, the connection connects but it doesn't work. The server log records 'Authenticate/Decrypt packet error: cipher final failed'. I checked the servers available ciphers and [09:12] AES-256-CBC is available. Does anyone know what's up with this? [09:13] not "DHCP" but "DHCP Adresses Only" [09:14] gordonjcp, and where do you find these 'system's resolver settings' [09:14] [09:14] it's not something I generally find I need to tamper with [09:15] DocMors: you might want to look at how netplan works [09:16] DocMors: I've no idea what problem you're trying to solve, so there's no easy answer [09:18] I know how netplan works but that isn't helping me with this. Since Network Manger doesn't really care [09:18] if I was on a server without gui, that would be easy [09:22] /etc/resolv.conf [09:27] weedmic, very funny. That would have been an option a few years ago [09:33] DocMors Hvae U checked on a service called resolvconf [09:34] hi guys [09:37] tk yes that isalso not really doing it. I suspect that this is really coming from settings in Network Manager but I can't really find that stuff [09:37] away [09:37] grrr [09:37] _away [09:59] I need to start using IPv6 in Ubuntu 20.04 LTS. Can I just copy over the instructions inside UFW's 'user.rules' file to 'user6.rules' file and just change the IPv4 IP addresses to IPv6 IP addresses? [10:02] oerheks hi. I need to start using IPv6 in Ubuntu 20.04 LTS. Can I just copy over the instructions inside UFW's 'user.rules' file to 'user6.rules' file and just change the IPv4 IP addresses to IPv6 IP addresses? === hughrawlinson___ is now known as hughrawlinson === phonemic86 is now known as phonemic8 === alchemist_ is now known as alchemist [11:05] I need to start using IPv6 in Ubuntu 20.04 LTS. Can I just copy over the instructions inside UFW's 'user.rules' file to 'user6.rules' file and just change the IPv4 IP addresses to IPv6 IP addresses? [11:27] Does anyone know which UFW configuration file I need to edit to enable IPv6? [11:28] Never mind. [11:29] Did you search it Terminal-V ? [11:29] Does anyone know if I can copy over instructions from UFW's user.rules to user6.rules and just change the IPv4 IP addresses to IPv6 IP addresses? [11:30] Please keep calm you'll get your help Terminal-V [11:30] hwpplayer1 calm down mate, I'm calm. [11:31] okay [11:53] can anyone help me why there is a seperate clamav-freshclam package ? === Beladona37 is now known as Beladona [12:08] this is maybe more of a question for #vscode (or something) and I'll take it there if I get shut down here. I love the middle mouse button paste from selected text behavior; just not in VS Code. Is there something system-wide that needs to/can be done? [12:12] in kde there is xheimlich - are you using kde? [12:13] xheimlich, gnome-tweaks -> Mouse -> disable Middle click paste [12:19] KDE - system settings>windows behaviour>window actions>middle mouse button - pick from drop down menu (xheimlich) [12:24] ioria: thanks. [12:25] I use stock ubuntu 20 (so, gnome). but I don't use the gnome de. [12:44] Hi all [12:53] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [12:53] so... what did I just break? [12:54] this warning shows up helpfully *after* running pip3 [12:59] What is the netmask of the IP address '0000:0000:0000:0000:0000:0000:0000:0001'? [13:21] TomyWork: Think it depends on what you installed with pip [13:22] mitmproxy. it says it uninstalled pyasn1-0.4.2, cryptography-2.1.4, click-6.7, pyparsing-3.0.9, pyOpenSSL-17.5.0 and certifi-2018.1.18 [13:23] I verified and it actually deleted part of the files belonging to the python3-certifi package [13:25] would a fix be to find the ubuntu packages belonging to those 6 pip packages and just reinstall them? (after removing everything that pip installed in that session) [13:27] TomyWork: Above my knowledge/skill. Someone else has to answer that :/ [13:35] anyway, done that. if it doesn't work, I have my new laptop sitting on a shelf near me, so if this one doesn't boot anymore or something, I'll just finally transfer all my data to the new one, switch over and use that === CyDraco1 is now known as CyDraco === Vercas5 is now known as Vercas [16:41] hello [16:42] welcome RDRA [16:42] how can we help you today? === CyDraco1 is now known as CyDraco [18:25] Hello :) is it possible to configure procps-ng's top command or anything else in a way that it display's not the CPU/Mem used by Docker's process but to show the processes that run in the container? Kinda like docker top $id just by calling top? I'm looking at a host that someone else set up and top gives me two java processes that refer to [18:25] non-existing files and directories on the host whilst being equal to a java process running in a container that has these directories? I've never seen that before and googling didn't help either :/ [18:38] N4zroth: that would be a question for #docker [18:40] Hi I'm wondering if there is some way to push the bug #1942935 - kernel io hangs during mdcheck/resync ? We are seeing this happen on a lot of our servers with RAID5. [18:40] -ubottu:#ubuntu- Bug 1942935 in linux-signed-hwe-5.4 (Ubuntu) "kernel io hangs during mdcheck/resync" [Undecided, Confirmed] https://launchpad.net/bugs/1942935 [18:41] brianc: push what exactly? [18:41] The bug currently is unassigned [18:41] brianc: If there's no fix, what do you want "pushed"? [18:42] brianc: ok, you'll have to wait till it gets assingned [18:42] brianc: FYI, this isn't Canonical support. This channel is run by community volunteers [18:43] The bug is almost two years old now, and seems to affect 20.04 and 22.04. mdadm is a pretty major feature for that big of a bug to hand around that long. [18:44] brianc: feel free to add to the bug with any new information that might help the maintainers resolve this issue [18:45] I already have. You can check what I have added. [18:46] brianc: you could try reaching out to the kernel team https://lists.ubuntu.com/mailman/listinfo/kernel-team [18:52] brianc, I know it is not a fix for your current issue but consider zfs [18:52] OK thanks I will try that. This bug really deserves some attention. We are having to disable RAID checks on systems we can not physically reach will this is pending. [18:54] We thought about zfs, but have not gone that direction. I read something recently that kind of put me off it, I think the number of disks required to make is useful. [18:56] brianc, having used raid 5 and zfs, I will have to say zfs is superior in every way - just much more flexible - and you can still run with parity if you want to [18:56] ofc, if you chose mirroring, you use more disk [18:56] BarnadsDK: Except performance. ZFS is slow a snot. [18:56] so is raid5 [18:57] Compared to ZFS, no it isn't. [18:57] You have no idea what you're talking about. [18:57] BarnabasDK: Our RAID5 only has 3 disks in most cases. [18:57] well, if you want performance you will choose neither [18:57] Slow would be bad as well, we find RAID5 performance good, and believe me I have tested a lot. [18:58] iphorde, I think I do .. [18:58] You think, and you're wrong. [18:58] iphorde: BarnabasDK please take the RAID/zfs debate elsewhere [18:58] I have no intention of getting into such a debate [18:58] save [18:59] brianc, fast for reads slow for writes [19:00] so with regards to speed - the correct answer is - it depends [19:01] leftyfb: I didn't realize this wasn't an official Canonical support channel, thanks for letting me know. [19:02] brianc: Canonical doesn't do support through IRC. https://ubuntu.com/support/contact-us [19:02] BarnabasDK: You made a claim, "in every way", and now it depends. Look, quit giving bad advice. [19:02] !ot | iphorde [19:02] iphorde: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [19:02] iphorde, you where advised to take the debate elsewhere wherent you? [19:02] what don't you comprehend? [19:03] You're an idiot. [19:03] iphorde: that's enough [19:03] Sorry guys, I didn't mean to start a flame war. I'm out of here. [19:03] iphorde if you say so it is probably true [19:06] I can only say on the disks systems I have managed overall raid 5 and zfs is slow - as compared to more expensive hw driven alternatives like raid 10 - let it be left at that [19:08] brianc, no flame war on my part [19:45] OK I've managed to reach a live body at Ubuntu and we'll see how that goes. Not sure the kernel team is the right place for what seems to be an mdadm bug so I haven't posted a question to them yet.  If anybody else runs into this "kernel io hangs during mdcheck/resync" bug #1942935 please please add a comment to it. It would have just happened as [19:45] the raid check is run the first Sunday of the month by default. We just saw it again, and also the last couple of months. We have had to take the drastic step of disabling RAID check because some of our servers are very remote and the only way to recover them would be to physically be there to reboot them. Thanks. [19:45] -ubottu:#ubuntu- Bug 1942935 in linux-signed-hwe-5.4 (Ubuntu) "kernel io hangs during mdcheck/resync" [Undecided, Confirmed] https://launchpad.net/bugs/1942935 [19:48] I just deleted my user as I want to create him again. What are the groups I should add to the newly created user? [19:50] brianc, if you can trace it to a kernel when you know for sure it worked, maybe that will help [19:51] knucklehead: Do an "id" command on an existing user like what you want and see what is there. [19:52] Barnabas: 18.04 worked fine. [19:55] BarnabasDK, can you elaborate more on kernel tracing? You mean debugging in a way? [19:55] well, you can do that too, but I was just thinking of a last working version here [19:56] with no hanging kernels [19:58] thinking maybe a revert to the working kernel could be a fix [19:59] or at least work a try [20:02] maybe it is even still on the server / bootup option === meta is now known as defnotmeta [20:11] has anybody suggestion as to adding an IP address to the loopback interface via netplan? [20:11] Muligan: why? [20:11] fyi, working on ubuntu 18.04 still [20:12] leftyfb, because of some crazy routing needed within our network [20:12] !eol | sorry, but Ubuntu 18.04 is EOL [20:12] sorry, but Ubuntu 18.04 is EOL: End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [20:12] Muligan: loopback has nothing to do with routing [20:12] Muligan: loopback is local to the machine only and has nothing to do with the network beyond the machine [20:13] leftyfb, thank you for the clarification, but in my case, it is needed in regards to routing a /32 [20:14] loopback's not achieved by custom routing right? [20:14] Muligan: again, routing has to do with communicating with devices that aren't your machine or not on your network, including /32 [20:14] Muligan: are you trying to route certain traffic destined to a /32 block back to the same machine? [20:15] Muligan: that said, the loopback device has all of the /8 loopback addresses assigned to it [20:15] Muligan: case in point, ping 127.254.211.1 [20:16] leftyfb, I appreciate it, but not looking for lessons on networking, the use for this /32 assigned to the loopback is necessary for the necessary resources to be reached [20:16] leftyfb, and this aren't rfc1982 ip's either [20:16] Muligan: the loopback is a /8, not /32. The /32 is for a network interface having absolutely nothing to do with the loopback [20:16] ^these rather [20:17] this loopback IP address IS /32 [20:17] Muligan: then it's not the loopback device [20:17] Muligan: why create a whole separate loopback device when you already have 1? [20:17] because on the source network's routing table is built with the /32 and the dest is the IP address of a physical interface [20:17] /32? ain't that a single address? leftyfb [20:17] scottpedia, sure is [20:17] scottpedia: yes [20:18] leftyfb, simple, because I want the IP to respond to the route [20:18] without moving the subnet from a whole other part of the network [20:18] Muligan: loopbacks do not route [20:18] I've done this plenty of times with centos [20:18] leftyfb, I don't need it to route [20:18] that's what my routers do [20:19] Muligan: okay i think if you eloborate your case clearly we might be actually able to help you [20:19] and yet you keep mentioning route in the context of your loopback [20:19] I don't don't understand what it is you're trying to accomplish [20:19] how to permanently assign another ip (in my case, a single IP/32) to the loopback of this machine [20:19] you don't === N4zroth74 is now known as N4zroth [20:20] Muligan: assign to the loopback? [20:20] the loopback is a predefined /8 [20:20] then it can be a virtual interface for all I care [20:20] ok so you are tring to get the same result of $(ping 127.0.0.1) when you do $(ping x.x.x.x)? Muligan [20:21] Muligan: great, now we're getting somewhere. I feel like you were using the term loopback incorrectly and that was confusing everything [20:21] lets scratch loopback and 127.255.255.255 from the record [20:21] Muligan: ok, so you want to create a network interface with multiple ip addresses correct? [20:21] a virtual interface is what you gonna look for [20:22] or a bridge [20:22] you can do this yourself with tun/tap [20:22] https://pasteboard.co/IjMQ7DcZcXiu.png [20:22] Muligan: does the interface only need to communicate locally to the machine and not over an actual network? [20:23] Muligan: the pastebin you just posted in blasphemy. Lets never speak of it again [20:23] this is a screenshot from a centos7 box [20:23] let's never speak of a working situation? [20:23] leftyfb: blasphemy? [20:23] wow [20:23] Muligan: well your scenario is quite interesting [20:23] assigning routable ip's to the loopback [20:23] i've never seen anything like it [20:23] Muligan: does the interface only need to communicate locally to the machine and not over an actual network? [20:23] scottpedia, working for an ISP, the networking is always interesting [20:25] with a /32 route within our BGP core pointed to the physical interface's assigned interface, using the config above, with the public /32 IP assigned to the loopback, the traffic is able to reach this server [20:25] whoever did that needs to be fired [20:26] setup a virtual interface or a bridge [20:26] scottpedia, I think you're on the right path for recommending this be built utilizing a virtual interface ( [20:26] leftyfb: bro [20:26] https://imgur.com/a/Dt6hpbS [20:26] it fucking worked [20:26] it's just that simple [20:26] leftyfb, could you further clarify the reasoning for the suggestion of firing somebody? [20:26] worked != correct or free from exploitation, ESPECIALLY on a system serving up BPG routes [20:27] lmfao [20:27] this server does NOT serve up BGP routes [20:27] BGP* [20:27] it's a simple endpoint [20:27] we use these /32's from time to time when consolidating IPs, or moving them around the network freely [20:27] regardless, there is zero reason to add routable ip's to the loopback. Use a virtual interface or bridge [20:29] based on what? [20:29] Muligan: well yeah [20:29] Muligan: with netplan, you can just add an ip address to an interface [20:29] no need for a virtual interface [20:29] i mean this kind of scenario's gotta be done with tun/tap Muligan [20:29] language of implementation is your choice [20:30] it's not necessary [20:30] just add an ip to the interface with netplan [20:30] netplan doesn't require virtual interfaces/aliases like ifupdown used to [20:30] Muligan: https://devicetests.com/configuring-multiple-ip-addresses-ubuntu-server-2004-netplan [20:31] ohh [20:31] interfaces.d that kind of stuff? [20:32] no, netplan [20:32] yeah I think it's gonna work [20:33] yeah now it's called netplan I think [20:33] it's been a while since I had to manually configure addresses on ubuntu [20:33] so my mind is frozen in the age of 1604 [20:34] leftyfb, added to the interface, deleted the 'virtual interface' that was originaly created, 'netplan apply' was ran, and we're still responding [20:35] Muligan: ok, you're going to need to provide way more context as to what it is you're trying to accomplish. Be very detailed. [20:38] Muligan: "still responding" <~~~ is this the preferred outcome or not? [20:38] So we acquired and ISP with multiple servers and a multitude of IP space. The various servers were within a /29, and that /29 was published within the /24 via the edge BGP routers. [20:39] (2) of the server resources (DNS/NTP) needed to be split up between datacenters, but retain connectivity to that network's equipment [20:39] without going through and changing thousands of config files, etc. [20:40] bro I am done here [20:40] those servers were archaic, this our CORE DNS/NTP server were to be repurposed without spinning up a special set of VMs [20:40] scottpedia, :D [20:40] can't do this without a diagram or something [20:40] * scottpedia 's brain just went haywire [20:40] Muligan: you don't expect to public/routable retain ip space across multiple datacenters just by client-side network configs do you? [20:40] anyhow, the network team stood up a pair of /32 routes targeting our CORE DNS/NTP servers. [20:41] * leftyfb sigh [20:41] "/32 routes" [20:41] yes, /32 routes [20:41] Muligan: you don't expect to retain public/routable ip space across multiple datacenters just by client-side network configs do you? [20:41] allows you to push that singular IP to another subnet/target IP [20:41] this isn't just client-side network configs happening [20:42] right, so your issue is beyond the client config/Ubuntu [20:42] noooo [20:42] the simple issue/question I was looking for is how to add a /32 'virtual interface' or even /32 IP to respond [20:43] but with the default route already established, this is all taken care of now [20:43] ok, so all is well then [20:43] also, upgrade that OS. It's unsupported and insecure [20:44] leftyfb: zup man [20:44] that I understand, and it's currently on our project board === manwithl- is now known as manwithluck [23:05] does anyone here keep collections? lots of music/movies/images on linux? how do you manage your collection?