[00:00] blugreen: mtu is in nmcli for my wifi card. [00:01] arraybolt3, i agree,when i switched to ubuntu my top apprehension was : compatibilities of hardware&sw or atleast it should have equivalent alt,i was not dissapointed :) [00:01] blugreen: But this will not work until the driver is installed. If in doubt, guess 1500. ;) [00:03] sorry.im changing the mtu for another adapter,not for the lost 1 [00:06] coz when changing the mtu using ifconfig is not persistent after reboot,but the gui method is persistent,unfortunately ubuntu18 relocate it somewhere [00:14] whew.found it.. nm-connection-editor [00:14] blugreen: In Ubuntu 20.04, I'm finding the GUI MTU settings by clicking the System Menu, clicking on "Wired Connected" (since I'm doing this in a VM), then clicking "Wired settings"... oh, you found it while I was typing... [00:14] blugreen: Woot! [00:14] hehe. 2heads r better than 1.. tnx for the effort [00:15] ๐Ÿ‘๐Ÿ˜† === kaiseisei1 is now known as kaiseisei === krabador is now known as Guest2625 [01:32] Niks te neuken hier? === fling_ is now known as fling [02:12] How i can see hdd temps on ubuntu 22.04? [02:13] it won't have hddtemp package [02:19] Lithium64: smartctl can read the value if smart exposes it, but smart values are weird, they're not guaranteed to be in the right units; one of my systems has https://termbin.com/uxod5 [02:20] I'd be surprised if that system is actually 71 celcius, and that's the coolest value reported among all of them [02:28] sarnold, I've installed smartmontools and looks like it worked, thanks! [02:31] Lithium64: do the values look like they make sense? [02:32] (for comparison, the processors think they're around 20-30C, which I'd believe https://termbin.com/ury1 ) [02:33] sarnold, Here it is reporting 40C i think it is normal [02:35] Lithium64: oh yeah that sounds way more reasonable, especially if it's doing something :) [02:39] sarnold, I have a external hdd on a case it won't show the temp, but i think it's because wont support the usb adapter of the case [02:40] Please specify device type with the -d option. [02:43] Lithium64: yeah usb chips don't pass through smart data, and I think different companies provide different ways to try to get to the data; you might have success with -d usbcypress or -d usbjmicron -- but these are strange and might disconnect the drive. the manpage even mentions something about IO errors if you get a parameter wrong.. so I've ignored those :( [02:47] sarnold, sad, if you don't mind I have another question, my motherboard sensor is a nct5887d and apparently there are no drivers for linux, is there anything I can do to get it working? [02:49] Lithium64: the lmsensors project supports a *lot* of weird little sensors [02:50] I saw someone commenting on a forum that it would have a drive on linux 5.15 kernel, but it still doesn't work [02:51] http://manpages.ubuntu.com/manpages/focal/man8/sensors-detect.8.html lmsensors is *old* stuff, it has ISA support and even does some of the scary "write to random places in memory to see if it's a sensor" things.. the sensors-detect script ought to be safe enough, but it's iffy.. [02:51] Lithium64: maybe you need to modprobe a module for it? [03:08] sarnold, apparently yes and sensors-detect does not find the module, it just shows that the sensor is from the nuvoton brand [03:08] :( [04:08] sarnold, I find the driver but i need to force load it to works but i'm getting permission denied [04:08] sudo echo "options nct6683 force=1" >> /etc/modprobe.d/sensors.conf [04:09] won't works [04:18] Lithium64: sudo cannot pass the ">>" boundry - try as echo "options nct6683 force=1" | sudo tee /etc/modprobe.d/sensors.conf . [04:18] you cant sudo echo [04:21] thanks, i didn't know that [04:23] yeah i think most people who use bash run into that one at some point === bahamat_ is now known as bahamat [05:34] I have a number of log files, I want to display the files that only have logs for a specific time. I tried `grep -rnw ./log* -e '2022-05-06'`, but how do I make it show only the files? [05:35] my bad, there's a -l === crokodileaja is now known as krokodileaja === dionysus70 is now known as dionysus69 === diskin is now known as Guest3348 === diskin_ is now known as diskin === guiverc2 is now known as guiverc [07:04] mihael: displaying logs from a set time period is much easier with journalctl, but i feel like that is not your current issue === hackerman7 is now known as hackerman [07:24] Hi guys... Do will still have this https://community.ubuntu.com/ [07:42] how do i get rid of the grub when booting? i played with grub customizer but i still have to choose kubuntu when booting. i am not dual booting btw [07:42] imatic: can you pastebin /etc/default/grub [07:43] sudo /etc/default/grub command not found [07:43] sorry i am new [07:47] imatic: type 'cat /etc/default/grub | nc termbin.com 9999' [07:48] https://termbin.com/nosg === diskin_ is now known as diskin [07:49] imatic: type 'sudo -H gedit /etc/default/grub' [07:50] try to add GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT [07:50] then save and 'sudo update-grub' [07:50] command not found [07:51] imatic: sudo -H xdg-open /etc/default/grub [07:52] ok,i topen a tex file in libreoffice.... [07:52] ok,it topens a tex file in libreoffice.... [07:53] in which line should i add "GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT" === rastersoft_ is now known as Rastersoft [08:16] I have done the sha... checksum before successfully. The instructions on this page do not work. https://ubuntu.com/tutorials/how-to-verify-ubuntu#4-retrieve-the-correct-signature-key --- specifically at THIS command gpg --keyid-format long --verify SHA256SUMS.gpg SHA256SUMS --- whoich cant find the things. -- there was no instruction on what to do with the things after I douwnloaded them from the dl page. [08:16] Grrr. I just should be able to follow the directions. [08:17] to sleep, perchance to dream. [08:17] THESE SHA256SUMS.gpg SHA256SUMS are the things. [08:44] I recently upgraded to a new kernel everything seems fine except now grub and my os initially startup at 1024x768 resolution. In grub using the videoinfo shows max resolution as 1024x768 my screen is 1366x768 [08:46] I can fix it with xrandr and creating a modeline but any ideas [08:46] so weird [08:46] was ok before === dtomato6 is now known as dtomato === five643333496348 is now known as five64333349634 === diskin_ is now known as diskin [10:22] Hi! I have a weird issue that I don't know how to solve. I'm on ubuntu 20.04 LTS with my Lenovo L13, everytime I plug the speakers jack, I lose microphone signal, until some 15-20minutes, then everything seems to work fine, I can have speakers connected and talk normally through the microphone. I've tried tweaking Sound Settings and pavucontrol but no luck there, any ideas where is the issue coming from? [10:25] do you know any software I can use to test the microphone, besides google meet and the Settings/Sound menu? [10:46] arseru: my very limited understanding of audio processing is that everything goes through ALSA first, then through pulseaudio. this certainly doesn't help you much, other than you may be able to do some better web searches. i have not heard of the phenomenon you're describing. [10:48] ok, i have so many questions...i installed kubuntu for the 3rd time. the first time i messed too much up with themes and customizations. the second time it asked me some kde password (i know the password but it is annyoing),and now i want to make it my daily driver...first thigs first, i want to disable the grub when booting. i followed some tutorials online and i downloaded grub customizer, i "customized" it but still the same [10:48] promt....i just want the system to star inot the dekstop. i also asked here but nothing worked. so firt question is, how to disable the grub promt? thank you [10:48] tomreyn: usually that's the other way round, app -> pulseaudio daemon -> asla-lib -> kernel alsa driver [10:52] Hi. Rate my photos in private profile - https://w.metty.us/invite5674 [10:57] Good morning frens! For the folks who were giving me input about a problem with the save dialogue not saving files in gnome 42 (22.04), the fix is coming down the pipe. The GTK contributor confirmed that "A fix for this issue has already been merged and will be present in the next GTK4 stable release. For now, as a workaround, click on the filename text box and press Enter. [...] as strange as it may seem, GtkFileChooserWidget [10:57] returns no file at all when clicking on the Save button just because of a NULL check" [10:57] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4678 [10:57] Merge 4678 in GNOME/gtk "GtkFileChooserWidget: fixes for NULL vs empty GListModel" [Merged] [10:58] (damn, forgot the quotations. I was quoting the dev who fixed the issue) [11:12] hi guys, Why I'm not able to install libsystemd-dev? "libsystemd-dev : Depends: libsystemd0 (= 248.3-1ubuntu8.2) but 248.3-1ubuntu8.5 is to be installed" === gabes0 is now known as gabes [11:13] try installing that? libsystemd0 [11:13] I'm not sure why it depends on an older version of libsystemd0 than the current one in the repos? [11:13] anyone please? [11:13] WeeBey98, libsystemd-dev [11:14] I've got currently libsystemd0 248.3-1ubuntu8.5 [11:14] it's currently installed? [11:14] hmm [11:15] WeeBey98, I'm not sure why I'm have the 8.5 https://bpa.st/YJGQ [11:16] may I replace that version with the 8.2? [11:16] Not sure. I likely can't help you. But it's strange that it's out of sync. Silly question. Did you do an apt update before? [11:17] WeeBey98, sure, but I had a third-party mysql repo [11:17] maybe launch synaptic packet manager to fix your broken stuff? [11:17] so ... it's likely upgrade got it from there [11:20] vezon, could be! maybe remove, remove the new repo, and reinstall? [11:21] WeeBey98, may I not force the downgrade? [11:21] ivan_: GRUB_TIMEOUT_STYLE=hidden + GRUB_TIMEOUT=1 [11:22] vezon, out of my scope. I would give it a try but I'm somewhat cowboy with my system. You should perhaps wait for a more expert opinion. :-) [11:22] ivan_: in /etc/default/grub , then run sudo update-grub [11:24] ivan_: you'd also need to configure the login manager (sddm, i think?) for auto login. i don't know how to do that, it's probably a setting you can configure while logged on on kubuntu. try asking in #kubuntu [11:27] thank you tomrey [11:29] nope, the grub is still there and it counts down frmo i think [11:30] nope, the grub is still there and it counts down from 29 sec i think [11:30] GRUB_DEFAULT=0 [11:30] GRUB_TIMEOUT_STYLE=hidden [11:30] GRUB_TIMEOUT=1 [11:30] GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` [11:30] GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" [11:30] GRUB_CMDLINE_LINUX="" [11:34] ยฐpaste | ivan_ [11:35] !paste | ivan_ [11:35] ivan_: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [11:35] i assume you may have os-prober installed? please "sudo apt purge os-prober" it you do not need it. [11:35] oh, i am sorry [11:36] *if [11:36] not sure what that is, let me google it [11:37] does wayland uses mutter? [11:38] ok, i think i dont need it. i guess i can always put it back? [11:40] ivan_: sure, you can always reinstall it later, or use the mainboard firmware provided boot menu to boot other operating systems. [11:41] ivan_: you may also need to also add GRUB_HIDDEN_TIMEOUT=1 [11:43] check this here https://ubuntuhandbook.org/index.php/2020/06/hide-grub-boot-menu-ubuntu-20-04-lts/ [11:44] tomreyn: i will, after what line do i need to add this line? sorry, i am a total noob [11:45] ivan_: the order should not matter [11:48] tomeryn: nope, still there [11:48] i also did sudo uptdate grub and checked the file [11:52] ivan_: hmm, maybe try what the link above suggests then [11:53] ivan_: the 30s timeout is probably due to /etc/grub.d/30_os-prober - but i think this should be gone after apt purge os-prober [11:54] oh, actually not, it belongs to grub-common, so you still need to add GRUB_DISABLE_OS_PROBER=true [12:07] hi [12:07] How can I fix `lunarg-vkconfig : Depends: libqt5core5a (>= 5.9.0~beta) but it is not installable` ? [12:08] `sudo apt-get install --dry-run libqt5core5a` says `Package libqt5core5a is not available, but is referred to by another package.` [12:10] meanwhile there is https://packages.ubuntu.com/bionic/libqt5core5a [12:10] so why cannot I install it? [12:12] neure: did you run sudo apt update first of all? [12:12] neure : what does dpkg -S libqt5core5a say [12:13] there is no such package in ubuntu 18.04: lunarg-vkconfig [12:14] tom, I did [12:14] memphisto, dpkg-query: no path found matching pattern *libqt5core5a* [12:15] tomreyn, yes, I am, trying https://packages.lunarg.com/# [12:15] what version of ubuntu are you running? [12:15] which compositor does gnome-shell use in wayland session? [12:15] neure: so i guessed, please provide such information immediately when asking about issues with third party software in the future [12:15] Ubuntu 18.04.6 LTS [12:16] tomreyn, I will - thanks [12:16] ice9ย  https://vstinner.readthedocs.io/gnome.html, it uses matter [12:17] well ... "mutter" ... not "matter" ๐Ÿ™‚ [12:17] neure Maybe you should install qt manully first [12:17] yes, sorry mutter [12:17] memphisto, sudo apt install something? or something else? [12:18] tomreyn: thanks! that's actually helpful, I'll try debugging ALSA then :) [12:18] memphisto, but when I ran "ubuntu-bug mutter", it said mutter is not installed [12:18] i-garrison: so do you recommend debugging pulseaudio before alsa? [12:18] neure : try this link https://lucidar.me/en/dev-c-cpp/how-to-install-qt-creator-on-ubuntu-18-04/ [12:19] don't need qt creator, but rest youll need [12:19] even `sudo apt install qt5-default` reports `qt5-default : Depends: qtbase5-dev but it is not installable` [12:19] ice9 can you report it on wayland? [12:20] neure : Then I guess directly from qtย  ย link https://www.qt.io/download-qt-installer?hsCtaTracking=99d9dd4f-5681-48d2-b096-470725510d34%7C074ddad0-fdef-4e53-8aa8-5e8a876d6ab4 [12:21] yeah well I wonder if this is the state of 18.04 or have I somehow broken packages on this ubuntu? [12:22] neure: let's see the output of this, on a pastebin-like service: sudo apt update && sudo apt -f install && sudo apt policy libqt5core5a && apt policy [12:22] Anyone does ubuntu desktop autoinstall with packer? [12:23] ice9, muttr is part of gnome-shell ... "ubuntu-bug gnome-shell" is the thing you want [12:23] *mutter [12:25] tomreyn https://gist.github.com/tksuoran/123edd35b231b4816cccab4f7520744b [12:25] arseru: pulseaudio sits on top of the stack, also is closer to hardware and kernel and you should make sure this handles the signals fine first of all. or you could start with pulseuadio and then move down the stack, if you prefer, but this could take longer. [12:26] neure You are getting 500 error on repos [12:27] tomreyn: thanks [12:27] can you try changing the repo [12:27] https://help.ubuntu.com/community/Repositories/Ubuntu [12:27] mirror [12:27] neure: you seem to have removed the main ubuntu 18.04 repository [12:27] that sounds.. bad [12:27] what is it? I should add something back to /etc/apt/sources.list? [12:28] what are the default contents for that file? [12:28] neure: can you share the contents of this file, on a pastebin-like service? [12:29] memphisto: those are not http status codes but apt priorities [12:30] tomreyn https://gist.github.com/timo-suoranta-varjo/a1d363501645a3c403144c4a893aeb91 [12:30] here is the apt/sources.list for 18.04 https://gist.github.com/h0bbel/4b28ede18d65c3527b11b12fa36aa8d1 [12:30] should I just uncomment the first line? [12:30] you messed up line 5 somehow [12:30] in line 5, add "main " before "restricted" [12:31] "bionic main restricted" is what it should read [12:31] so I just add `main`? [12:31] you just re-add it, where it used to be, yes [12:32] oh in line 10 also [12:35] then you do sudo apt update && sudo apt upgrade; and then you should also do sudo apt -f full-upgrade soon, but with all those third party repositories, you should be careful there. [12:36] yeah it fixed it [12:36] thank you very much! [12:37] I do not yet know if I manually edited the file incorrectly or if there was some script which does not work correctly [12:37] latter one would be bad :/ [12:47] curiously I had couple of other lines missing main as well [13:02] Hi all [13:07] Anyone running autoinstall on ubuntu desktop 22 LTS? [13:08] !ask | Itay [13:08] Itay: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [13:09] sorry, anyone can tell me the boot command used in ubuntu desktop 22 LTS? [13:12] for autoinstall, using cd-data files === GLaDER3 is now known as GLaDER === diskin is now known as Guest7838 === diskin_ is now known as diskin [13:41] That sounds like a windows thing. [14:01] When I log into my 20.04 server, sometimes it says "restart required" [14:01] Is there away to know why? [14:03] WeeBey98: typically from kernel upgrades [14:03] self upgrades? Interesting. [14:04] nope, the kernel does not upgrade on it's own unless you set it up [14:05] some other packages trigger that too ... dbus, udev, systemd IIRC [14:06] Hi all :) [14:06] but their postinst scripts simply touch a file on disk which is always named the same, it is hard to know which package touched it [14:06] you'd have to go over your updated packages and check the postinst scripts i suspect === Guest2625 is now known as krabador [14:15] hi. on a fresh jammy install with encrypted zfs, is it normal to have rpool, bpool and an unmounted encrypted 2G volume camping on the dock? [14:25] I am on 22.04 and when my computer is locked (for a while?) and unlocked, it will have lost the correct display resolution (4k 60Hz, 200% scaling). I've tried various things, including disabling suspend, sleep, hibernate, and adding lines to GRUB, but nothing seems to fix it. Any ideas what I can try next? Monitor is using thunderbolt from mobo directly... [14:33] hi all. I'm getting an error with do-release-upgrade - it appears that the certificate for changelog.ubuntu.com is invalid. Is there a workaround? [14:34] s/changelog/changelogs [14:35] it's working now, so it's probably one of the servers that's having a problem [14:36] Just thought you guys might find it entertaining that there's an ubuntu logo at the center of the galaxy: https://arstechnica.com/science/2022/05/feast-your-eyes-on-the-first-image-of-the-black-hole-at-the-center-of-our-milky-way/ [14:38] Whoa, when I open signal desktop the Linux kernel crash [14:39] maybe bad ram or something? [15:05] Hmm but then it shouldn't be reproducible with one program? [15:07] !info signal-desktop [15:07] Package signal-desktop does not exist in jammy [15:08] it's a snap [15:08] aberrant: It's not an Ubuntu project, and it's packaged for Debian, that might be where the problem is. [15:09] aberrant: Please disregard, wrong nick. [15:10] arkanoid: Possibly need to check with Signal - https://support.signal.org/hc/en-us to see if there's a known issue. [15:13] jhutchins, if it is the snap, you rather want the contact link from "snap info signal-desktop|grep contact" [15:35] jhutchins: no usersland application should crash the whole kernel [15:36] jhutchins: no matter what the application is doing and which library is using, if the kernel crash, is a kernel problem (and security issue) [15:36] arkanoid, so how do you tell signal crashed your kernel? [15:38] oerheks: complete freeze of the operating system, can't even change virtual console, nosign of life on usb ports, no sign of life on eth, have to force reboot using hardware button [15:40] arkanoid: a good test would be to run dmesg -Tw in a terminal and open signal to see if anything gets logged. You can also run journalctl -k -b-1 to see the kernel messages from the previous boot [15:41] arkanoid, and how are you sure it is the kernel and not i.e. just wayland or gnome locking up ? did you try to ssh in ? [15:42] ogra: yes, I also attached a router I can tcpdump on to check for any noise, and it was zero [15:42] usually there's plenty [15:42] well, watching the log as leftyfb said should help [15:43] is this with a default ubuntu kernel btw ? (linux-generic or -hwe) [15:44] ogra: 5.4.0-109-generic , 20.04 [15:46] arkanoid, current for focal (without the hwe) is 110, but i don't think that's the problem [15:47] ioria: nope, I remember having this issue weeks ago (I actually don't use signal desktop, but I have it installed and I accidentally clicked on it on the taskbar) [15:47] relaying a q from askubuntu in the hope someone here has the foo https://askubuntu.com/questions/1407956/ubuntu-22-04-lts-qualcomm-snapdragon-x55-5g-networkmanager-config [15:48] I am the originator of the q [15:48] arkanoid, can you start it from terminal ? === five643333496346 is now known as five64333349634 [16:10] arkanoid: That's a great theory. A desktop might be more than just usrspace though. [16:12] arkanoid: A kernel crash usually produces some output. It's entirely possible for a userspace app to completely lock the machine. [16:13] if it makes a call to a driver that does something crazy - yes [16:14] or some hw that tilts the rest of the hw [16:14] Or if it simply consumes all resources - the OS doesn't protect itself very well from that, it considers all "work" to be legitimate. [16:15] well - lately ps that consumes all mem or all cpu seems to be ejected from execution [16:15] rightfully so [16:15] Nice if it works. [16:15] definately all mem [16:16] Anyway, signal _isn't_ Ubuntu, and checking Signal's support is probably more productive than asking here. [16:16] definately [16:16] more of a kernel issue really [16:16] or question [16:16] well, depends ... there is a signal snap and if that causes the issue it is likely an ubuntu problem [16:17] (or rather a snap problem, but it boils down to the being the same then) [16:18] ah snap - its a problem .. [16:18] (I didn't name the framework) [16:19] but thats another discussion I presume [16:21] well, the confinement is solely done by in-kernel stuff (unlike other containerization) ... so some bug in one of the kernel features that snaps use could have some impact here [16:23] have had a lot of issues with snapped software - I am now not using it - reverted to apt sources or personal compile. I cannot say this is your problem cause, or even if it will solve anything for you. But even so [16:23] i have 100+ snaps installed here and have switched over to them for most of the important stuff i use ... [16:24] and as I said - it is just my experience [16:24] glad ogra ou have another [16:24] well, did you report your issues ? else they wont go away ๐Ÿ™‚ [16:24] or outlooks would be bleak [16:25] jhutchins: nope, userspace app can't lock magic sysrq keys [16:25] I just dont see why every app needs a seperate dependency stack [16:25] They do different things. [16:25] Because apps aren't all the same. [16:26] no they aren't [16:26] thats the exact point [16:27] what do you mean by "a seperate dependency stack" ? they all use the same framework snaps that share the GUI libs [16:27] so if you have 5 apps that all use slightly different gnome libs - you load them 5 times? Or you compile your apps to a common set of libs [16:27] seems to me that what you want is statically compiled executables [16:27] why would you ? [16:28] common graph of dependencies per executable? [16:28] snaps support shared libs since ... hmm, i think 2016 ... [16:28] i know [16:28] but not in different versions [16:28] and most of my snaps installed here use the gnome-3-xx content snaps for their libs [16:29] Well if a snap is using an old lib, you can hassle the maintainer to update. [16:29] obviously [16:29] But the advantage is, you can still run it with the old lib. [16:29] Which is harder to do with traditional packaging. [16:29] or newer ๐Ÿ˜‰ [16:29] tradeoff is way higher mem usage when people developing software is not entirely on top of the release cycle of all other frameworks [16:30] but if you stick within one release, your snaps shoudl simply use the shared framework snap [16:30] and most do nowadays [16:30] I get it - if everybody plays by the book snap rocks [16:30] either way ... offtopic here ๐Ÿ™‚ [16:30] but they dont [16:31] agree === diskin is now known as Guest8969 === diskin_ is now known as diskin === diskin is now known as Guest2310 [17:21] hi lets say there is a app located in /usr/bin/abcdAPP how can I find the configs and files used by abcdAPP ? [17:22] Linux^: it depends on abcdAPP [17:23] there isnt any command that I can use to see the configs used by that app? [17:23] Linux^: again, it depends on abcdAPP [17:23] like? [17:24] some apps write in the ability to specify where configs go or will output their entire config along with file paths [17:24] Linux^: the short answer is no, there's no general way to do what you're looking for === duxco is now known as duxsco [17:26] Linux^ What is the application you are attempting to configure? [17:28] I am not trying to configure I am trying to find the configs used by that app [17:28] which app? [17:28] I cant tell you that [17:29] I wish I could [17:29] Then we can't help you, unfortunately [17:29] Linux^: why can't you tell us? [17:33] Its a secret [17:33] Linux^: good luck [17:34] Linux^, ask the app creator then ... [17:34] I can look into the github there I can find it? [17:34] ogra: shhhhh , it's a sekrit! [17:34] Linux^: it's on github and you're saying it's a secret? [17:35] yes private github [17:35] not public [17:35] Linux^: ok, good luck [17:36] Linux^: also, we can only support official packages here. Not installed from github and especially not "secret" applications [17:37] Oh, I was thinking there is a command I can use to get that info [17:37] You could check what came in the package (for default files) as well as in your user folders like ~/.config and ~/.local/share [17:37] no, there isn't. Not unless the app developer wrote one into their application which is specific to their application [17:39] check the man pages === veegee_ is now known as veegee [19:03] why did ubuntu installer (or maybe it was unminimize, I'm not sure) install an lxd snap for me and can I safely remove it without breaking anything? [19:05] ubuntu installing lxd snap? that is new to me [19:05] TomyWork: I can think of no case where lxd gets installed by any means other that user intervention. If you are not using lxd, then there's no reason you can't remove the snap that you installed [19:06] well i didnt install it and the only other person with root access doesn't even know what lxd is [19:06] TomyWork: someone installed it. It doesn't get installed any other way [19:06] and it's not in root's or any other user's bash history [19:07] there's something called lxd-installer, right? [19:07] that would install that snap, I would assume [19:07] No. [19:08] TomyWork Not saying it's what happened, but you can prevent a command from being logged by placing a space in front of it [19:08] you make this up, or using a fork of ubuntu [19:08] oerheks, how does lxd-installer work, otherwise? [19:09] !info lxd-installer [19:09] lxd-installer (1, jammy): Wrapper to install lxd snap on demand. In component main, is optional. Built by lxd-installer. Size 4 kB / 22 kB [19:09] optional, so you installed it. [19:10] TomyWork: why are you messing with lxd-installer if you don't want lxd? [19:10] i told you lxd-installer installed the snap and you said "No." [19:10] @oerheks [19:10] leftyfb, something or someone installed the lxd-installer package and it wasn't me [19:11] TomyWork: ok, feel to remove both the lxd-install apt package and the lxd snap package and improve your policies on who does what on your system [19:11] /var/log/apt/history.log says "Start-Date: 2022-04-21 01:00:49" and then a bunch of packages including lxd-installer [19:12] how do i check when this system was installed? [19:12] cause I'm pretty sure it wasnt installed at 1 am [19:12] TomyWork: do you want to check when lxd-installer was installed (you just did that) or the entire OS? [19:12] the OS [19:12] wasnt lxd a snap on ubuntu server these days? [19:13] lotuspsychje, it is. lxd-installer installs that snap when someone connects to the lxd socket [19:13] TomyWork: /var/log/installer [19:13] ask the other person with root whare he was at 01:00 [19:13] TomyWork: also sudo dumpe2fs /dev/sda1 | grep 'Filesystem created:' # change sda1 accordingly [19:14] leftyfb, earliest file in that directory is from May 9 08:24 [19:14] it's btrfs :D [19:15] ok, feel free to lookup how to do it with btrfs [19:15] already doing that :) [19:21] ok stackoverflow says "btrfs filesystem show" should tell me the creation time, but that's not the case. the other person handed the VM to me on monday. according to vsphere, the vm was created on friday may 6 2022 [19:22] oh wait, btrfs subvol show, not btrfs filesystem show. that shows me a creation time of 2022-05-09 13:37:29 +0200, which is almost perfect [19:22] so it is not stock install, a personal vm [19:23] TomyWork: there are zero packages that depend on lxd-installer, so someone or some script on your machine installed it. Good luck tracking it down [19:23] but that's the /@ subvol which i created myself. the main volume was created at 2022-05-09 08:36:09 +0200 [19:24] leftyfb, what is april 21, 2022? [19:24] a date [19:24] the release date of ubuntu 22.04 [19:24] ok? [19:24] so now stop accusing me of lying [19:24] lying about what? [19:25] about having installed lxd-installer myself (although that might have been someone else accusing me of that initially) [19:26] TomyWork: The only claim I have made is that someone or some script installed lxd-installed and that there is no automated or dependency on it in the official ubuntu installs or packages [19:27] TomyWork: either someone installed it, wrote and ran a script or deployment software that installed it or you're running a custom image (not supported here) where the creator of said image designed it to have the package installed [19:27] https://gist.github.com/TomyLobo/d5fb7b885071ac272c85493aa320d141 [19:28] TomyWork: sudo grep lxd-installer /var/log/dpkg.log [19:29] installed on april 21, removed and purged on monday [19:29] ah, if you're showing lxd-installer as being installed as part of the installer, that means whoever installed the OS picked lxd from the list of possible packages/services to install during the installation [19:30] so my original points still stand [19:32] possible, but in that case it's confusing that it shows it being installed on april 21. I'll take a look at that installer [19:34] TomyWork: where do you see April 21? [19:35] TomyWork: the only thing you have posted is the very start of the history.log for apt which makes sense. The individual entries for additional packages being installed will have their own dates [19:35] dpkg.log and apt/history.log [19:35] only the very beginning of the log [19:35] not the date that lxd-installer was installed [19:36] it shows when the VM was vreated, right? [19:36] no [19:36] not when the filesystem was created [19:36] the VM software should tell you [19:36] actually, what are you referring to, oerheks? [19:37] TomyWork: either way, we solved the problem. Someone picked lxd from the list of packages to be installed during the installation. Not sure what else we are trying to figure out here === ingsock96 is now known as ingsock9 [19:52] I have openVPN configured on Ubuntu 22.04 and it works great, but my ISP throttles VPNs, and I know that other VPNs have the ability to wrap the connection in an SSL connection so it's not throttled [19:52] anybody know where/how I can do this? i am googling and i can't find anything [19:52] https://imgur.com/a/oDGHkMy this list of packages doesn't even have lxd on it. I didn't pick anything here. On the previous page I told it to install an openssh server, but that's all the packages I picked. I picked the minimized variant at the very start. the "lxd-installer" package is installed. [19:52] fetial: try wireguard as opposed to openVPN [19:53] so not only did I not pick that package, but the other guy didn't either [19:53] fetial: tinc is also another good alternative [19:53] the image I used is from https://mirror2.tuxinator.org/ubuntu-releases/22.04/ubuntu-22.04-live-server-amd64.iso [19:53] which is what the ubuntu server download page picked [19:56] https://bugs.launchpad.net/ubuntu/+source/debian-cd/+bug/1563026 [19:56] Launchpad bug 1563026 in debian-cd (Ubuntu) "LXC/LXD installed by default on Ubuntu server" [Wishlist, Confirmed] [19:56] oh so this isn't even a new issue [19:58] they throttle that too :( [19:59] hmm, doesn't openvpn wrap itself in ssl, optionally? [20:00] fetial, did you try putting it on port 443? [20:00] the default https port [20:00] yeah they use DPI and throttle it [20:00] to below 10mbps and if you use that too long they disconnect you [20:00] how would they dpi ssl? [20:00] that's why i want to wrap the openvpn connection in ssl [20:00] when i do it with a vpn service i go from 10mbps to the full 100mbps [20:00] have you tried downloading really big files to see if that's throttled? [20:01] on https [20:01] they throttle it over time, after the first gigabyte, all sorts of rules [20:01] ah that explains it [20:01] yeah so, no, it's not throttled https [20:01] your vpn probably exceed the gigabyte [20:01] if it's wrapped in ssl there aren't any problems [20:02] ah [20:02] you could use whatever vpn and pipe it through socat [20:02] i assume you control both ends of the vpn?` [20:03] ioria: that's not even the same installer [20:03] the installer isn't the problem, according to this [20:04] TomyWork: the lxd-installer package didn't even exist in 16.04 [20:04] yeah [20:04] noticing that too [20:05] this is non-snap lxd [20:05] so they replaced the old bug with a new bug to the same effect [20:06] lxd being autoinstalled as soon as someone connects to that socket [20:06] that's not a thing [20:07] dude, i saw the systemd socket activation [20:07] as part of the installation. It wasn't a trigger for the installation [20:07] leftyfb, have you looked at the lxd-installer package? [20:08] it's a wrapper package that just installs the snap [20:08] yes, when someone connects to the socket [20:08] false [20:08] again HAVE YOU LOOKED AT THE PACKAGE? [20:08] the answer is no or you wouldn't keep contradicting me [20:10] https://packages.ubuntu.com/focal/all/lxd-installer/filelist [20:10] TomyWork: lets walk through this with an understanding of now lxd works. How exactly is anyone connecting to an lxd socket if lxd is not installed? [20:10] systemd socket activation, I already told you [20:11] and if you looked at that package for a microsecond, you would confirm that [20:11] the most common method would be to use the lxc client to launch of list instances. How are you doing that if the lxc client isn't installed a part of the lxd snap? [20:11] Port scanning? [20:11] of/or [20:11] leftyfb, I'm begging you, at least look at the link I posted [20:12] I don't want to keep arguing about this and you don't want to keep making a fool of yourself. we both benefit if you just clicked the link [20:13] TomyWork: it's a wrapper package that installs the lxd snap. It's got it's own socket file, not the lxd socket. That doesn't make it some trigger for some imaginary client that looks for the lxd socket that then installs the lxd snap. That's not how this works. The lxd-package installs the lxd snap. That is it's only function [20:14] that's a socket unit, not a socket file [20:14] !bug | TomyWork [20:14] TomyWork: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command ยซ ubuntu-bug ยป - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [20:14] good luck [20:15] https://packages.ubuntu.com/focal/lxd-installer [20:15] Try the snap [20:16] basenjis: I think you missed 98% of the conversation [20:18] hmm, I'm beginning to see how this works and why. lxd and lxc ping the socket. the socket unit associated with the socket triggers the service unit. the service unit runs lxd-installer-service. lxd-installer-service installs the snap. I think this is so you can run lxc/lxd as an unprivileged user and still trigger the installation automatically [20:19] TomyWork: isn't your issue with lxd-installer being installed in the first place? [20:19] sorry, not the same socket, you were right. but you were also wrong in that the snap isn't installed when the package is installed, but only when someone runs lxc or lxd [20:19] leftyfb, yes, and with canonical thinking that these autoinstall shenanigans make this a non-issue [20:20] TomyWork: file a bug [20:20] that's not gonna get anywhere [20:21] TomyWork: that is how bugs get resolved [20:21] resolved as "invalid", yes [20:21] canonical wants lxd to be easily accessible on ubuntu (if that old 16.04 bug is to be believed), so it's gonna stay this way [20:24] has anyonem had luck with the plex media player appimage in ubuntu 22.04? [20:24] seems silly... [20:24] why not install it from the start? [20:25] cbreak, because people have complained that the minimal install contains something not everyone needs [20:25] i guess [20:25] well, it contains an lxd installer, which I suppose is worthless unless lxd is needed [20:26] true [20:26] but that's tiny [20:26] 22.5 kb [20:26] still infinitely times bigger than 0 :P [20:26] also true [20:27] if you ask me, they should make that thing optional with a checkbox in the installer. checked by default if necessary [20:28] I wonder if the ubuntu docker image also has it [20:28] vimes: I've not attempted appimage, but I have had success using the docker image [20:29] mlaga97: thanks for the feedback. just to confirm you mean the player right? not the server? [20:29] Oh I meant the server [20:29] nothing containing lxd in that container [20:29] I wasn't even aware there was a dedicated Plex client for desktop [20:29] ahh yes thats my problem. my server is offsite and working well but i just need the client on my desktop [20:29] I always just use the browser version [20:30] i know the browser works. i am happy using the player as a sort of a container on 20.04 for now [20:30] this is my only blocker to upgrading to 22.04 lol [20:30] vimes: appimages aren't supported here [20:31] leftyfb: thanks. i was just curious if anyone got it working. i'll refrain from asking questions about appimages here. [20:32] wasn't there a related channel for ubuntu-but-not-supported-stuff? [20:32] !ot | TomyWork [20:32] TomyWork: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [20:32] #ubuntu-discuss [20:33] although #ubuntu-offtopic is slightly bigger [20:34] thanks TomyWork [20:35] i'll pursue the resources you provided [20:35] for now im happy with the appimage that works on 20.04 but lets see what happens [20:35] vimes, https://snapcraft.io/electronic-plex might be worth a look [20:36] even better [20:36] unless it's unsupported by the authors [20:36] ohh interesting! i'll try it out in a vm [20:36] thanks ogra [20:36] ๐Ÿ™‚ [20:37] the bigger bug I found today is that the ubuntu 22.04 installer fails if you require a proxy. probably while trying to install a snap. I didn't bother investigating further and I really don't care at this point. I just gave it direct internet access during the installation and left it at that [20:38] i absolutely love ubuntu as im a recent convert from win10. i've had everything i use available as either apt packages or appimages. plex media player is the only thing stopping me from moving over full time [20:38] assuming everything that's being accessed is on 80/443 [20:38] vimes: look into snap as opposed to appimages. snap are supported [20:39] vimes, out of curiosity why are you looking for a desktop app as opposed to using the browser version? [20:39] i think thats a fair question. i think im just hung up on the windows mantra of having apps for specific purposes separate [20:42] i think it might be worth exploring gnome web apps for plex [20:43] Its a plex client for PC? [20:43] Assuming yes, an alternative you could use is the plex add-on in Kodi under Ubuntu then.... [20:44] vimes, some 8-10 years back, my now almost 70 year old mom had an old winxp machine and desperately needed to switch to a newer OS (and the machine was a bit on the slow end as well). we went to the shop to get a new mid-range laptop and I'm we're both glad she followed my advice and let me hook her up with ubuntu 12.04. she doesn't have to worry about most of those big security issues and most things people used to do with specialized unportable [20:44] windows apps are now web-based anyway [20:44] enigma9o7[m], pretty much yes i tried the kodi addon but especially for tv shows its a bit cumbersome because you have to select the episode you have to play rather than plex picking up where you left off [20:44] its the small things [20:44] so you've got the web to thank for this :) [20:46] (no, she isn't on 12.04 anymore, don't worry :P) [20:46] haha TomyWork i know what you mean i switched my parents over to linux a few years ago because i was sick of the support calls. [20:47] they are ignorant and happy with mint because they can't tell the difference [20:47] please feel free to have these non-support discussions in #ubuntu-offtopic or #ubuntu-discuss [20:47] good point, but i think i'll call it a day. nice talking to you, vimes! [20:48] sorry leftyfb thanks for pointing me in the right direction [20:48] thanks TomyWork [20:49] Does anyone here know of a utility that will take two directories as arguments, go through both directories recursively, find all of the files that exist in the same spot in both directories, and then show me the diffs of all of the matching files that differ? I'm trying to test a bugfix in the Lubuntu installer, and want to see exactly what changes between installations when I apply the fix, and I'm not looking forward to breaking my [20:49] brain on Bash trying to do this manually. [20:50] arraybolt3: try diff -aur dir1 dir2 [20:51] arraybolt3: the more usual approach is diff -Naur ... but I left out the -N because of your "files that exist" requirement [20:52] sarnold: SERIOUSLY? It was that easy? Argh. And I almost made a Bash script to do that... Thank you! [20:52] Linux at it's best. [20:53] sarnold: Does the "-a" make it so that diff does its magic on binary files, too, by treating them like text even though they aren't? [20:53] it's too bad TommyWork left, I finally got around to setting up a 22.04 minimal install and he was right. lxd-installer is installed and in fact, does include the lxc client that waits for someone to use it and then installs the snap if you do [20:54] jhutchins: Yeah, I love how you can usually just be like, "I want to do XYZ random esoteric thing for reasons, is there a program that does that?", and the answer is usually, "Yes!" [20:55] Or, y'know, a switch for a common command. [20:55] jhutchins: Yeah. That's even better. [20:56] arraybolt3: yeah, I can't recall the exact heuristics that diff uses for 'binary file' detection but I think most folks just type the -a by finger-memory at this point [20:57] (I certainly do :) [20:57] sarnold: Nice. Thank you for your help, you just saved me ~30 minutes to a couple of hours of work. [20:57] sweet :D [20:58] arraybolt3: if you need better tools, meld and xxdiff3 are also popular for this kind of task [20:58] I have a vague memory there's a third one.. [20:58] leftyfb: TomyWork has returned :) [20:59] TomyWork: I finally got around to setting up a 22.04 minimal install and you were right. lxd-installer is installed and in fact, does include the lxc client that waits for someone to use it and then installs the snap if you do. I apologize and was never aware this was a thing [20:59] sarnold: Wow, Meld looks cool. I might use that. [20:59] sarnold, shhh, just checking logs for something that was posted earlier :D [20:59] leftyfb, you were also right in that that socket wasn't an lxd socket proper [21:00] anyway, back out :) [21:00] I missed the part where the wrapper package actually installs the lxc client just in case you run it on a system you don't expect lxd to be installed [21:01] yeah [21:01] and it drags in 2 other snaps as dependencies :) [21:01] anyway, see ya :) [21:02] no, that's part of snap as a core [21:02] snapd and core20 [21:02] We should have daemons running for all the tasks that the developers use on their personal systems, and drivers for any hardware they have. === ssh0735 is now known as ssh073 [22:48] Hi [22:48] anytime I reboot ubuntu my iptables gets reset [22:48] how can I load it on start? [22:49] this page is kinda old but might work https://help.ubuntu.com/community/IptablesHowTo [22:49] most people use a higher-level tool like ufw or ferm to manage their rules [22:50] --^ [22:50] 2 steps, iptables.-save and restore on boot with step 2 in this guide https://www.cyberciti.biz/faq/how-to-save-iptables-firewall-rules-permanently-on-linux/ [22:50] easy to find.. [22:50] oerheks: A bit old school scripty, I recommend ufw. [22:51] wez, sure, install gufw and off you go [22:51] :D [22:52] or nftables.. === vlm_ is now known as vlm