/srv/irclogs.ubuntu.com/2022/05/12/#ubuntu.txt

InPhaseblugreen: mtu is in nmcli for my wifi card.00:00
blugreenarraybolt3, 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
InPhaseblugreen: But this will not work until the driver is installed.  If in doubt, guess 1500.  ;)00:01
blugreensorry.im changing the mtu for another adapter,not for the lost 100:03
blugreencoz when changing the mtu using ifconfig is not persistent after reboot,but the gui method is persistent,unfortunately ubuntu18 relocate it somewhere00:06
blugreenwhew.found it.. nm-connection-editor00:14
arraybolt3blugreen: 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
arraybolt3blugreen: Woot!00:14
blugreenhehe. 2heads r better than 1.. tnx for the effort00:14
arraybolt3👍😆00:15
=== kaiseisei1 is now known as kaiseisei
=== krabador is now known as Guest2625
Guest6Niks te neuken hier?01:32
=== fling_ is now known as fling
Lithium64How i can see hdd temps on ubuntu 22.04?02:12
Lithium64it won't have hddtemp package02:13
sarnoldLithium64: 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/uxod502:19
sarnoldI'd be surprised if that system is actually 71 celcius, and that's the coolest value reported among all of them02:20
Lithium64sarnold, I've installed smartmontools and looks like it worked, thanks!02:28
sarnoldLithium64: do the values look like they make sense?02:31
sarnold(for comparison, the processors think they're around 20-30C, which I'd believe https://termbin.com/ury1 )02:32
Lithium64sarnold, Here it is reporting 40C i think it is normal02:33
sarnoldLithium64: oh yeah that sounds way more reasonable, especially if it's doing something :)02:35
Lithium64sarnold, 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 case02:39
Lithium64Please specify device type with the -d option.02:40
sarnoldLithium64: 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:43
Lithium64sarnold, 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:47
sarnoldLithium64: the lmsensors project supports a *lot* of weird little sensors02:49
Lithium64I saw someone commenting on a forum that it would have a drive on linux 5.15 kernel, but it still doesn't work02:50
sarnoldhttp://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
sarnoldLithium64: maybe you need to modprobe a module for it?02:51
Lithium64sarnold, apparently yes and sensors-detect does not find the module, it just shows that the sensor is from the nuvoton brand03:08
sarnold:(03:08
Lithium64sarnold, I find the driver but i need to force load it to works but i'm getting permission denied04:08
Lithium64sudo echo "options nct6683 force=1" >> /etc/modprobe.d/sensors.conf04:08
Lithium64won't works04:09
Bashing-omLithium64: sudo cannot pass the ">>" boundry - try as  echo "options nct6683 force=1" | sudo tee /etc/modprobe.d/sensors.conf .04:18
enigma9o7[m]you cant sudo echo04:18
Lithium64thanks, i didn't know that04:21
enigma9o7[m]yeah i think most people who use bash run into that one at some point04:23
=== bahamat_ is now known as bahamat
mihaelI 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:34
mihaelmy bad, there's a -l05:35
=== 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
ducassemihael: displaying logs from a set time period is much easier with journalctl, but i feel like that is not your current issue07:04
=== hackerman7 is now known as hackerman
mIk3_08Hi guys... Do will still have this https://community.ubuntu.com/07:24
imatichow 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 btw07:42
EriC^^imatic: can you pastebin /etc/default/grub07:42
imaticsudo /etc/default/grub     command not found07:43
imaticsorry i am new07:43
EriC^^imatic: type 'cat /etc/default/grub | nc termbin.com 9999'07:47
imatichttps://termbin.com/nosg07:48
=== diskin_ is now known as diskin
EriC^^imatic: type 'sudo -H gedit /etc/default/grub'07:49
EriC^^try to add GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT07:50
EriC^^then save and 'sudo update-grub'07:50
imaticcommand not found07:50
EriC^^imatic: sudo -H xdg-open /etc/default/grub07:51
imaticok,i topen a tex file in libreoffice....07:52
imaticok,it topens a tex file in libreoffice....07:52
imaticin which line should i add "GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT"07:53
=== rastersoft_ is now known as Rastersoft
morganuI 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
morganuGrrr. I just should be able to follow the directions.08:16
morganuto sleep, perchance to dream.08:17
morganuTHESE SHA256SUMS.gpg SHA256SUMS  are the things.08:17
brandonelizaI 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 1366x76808:44
brandonelizaI can fix it with xrandr and creating a modeline but any ideas08:46
brandonelizaso weird08:46
brandonelizawas ok before08:46
=== dtomato6 is now known as dtomato
=== five643333496348 is now known as five64333349634
=== diskin_ is now known as diskin
arseruHi! 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:22
arserudo you know any software I can use to test the microphone, besides google meet and the Settings/Sound menu?10:25
tomreynarseru: 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:46
ivan_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 same10:48
ivan_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 you10:48
i-garrisontomreyn:  usually that's the other way round, app -> pulseaudio daemon -> asla-lib -> kernel alsa driver10:48
Guest459Hi. Rate my photos in private profile - https://w.metty.us/invite567410:52
WeeBeyGood 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, GtkFileChooserWidget10:57
WeeBeyreturns no file at all when clicking on the Save button just because of a NULL check"10:57
WeeBeyhttps://gitlab.gnome.org/GNOME/gtk/-/merge_requests/467810:57
ubottuMerge 4678 in GNOME/gtk "GtkFileChooserWidget: fixes for NULL vs empty GListModel" [Merged]10:57
WeeBey(damn, forgot the quotations. I was quoting the dev who fixed the issue)10:58
vezonhi 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"11:12
=== gabes0 is now known as gabes
WeeBey98try installing that? libsystemd011:13
vezonI'm not sure why it depends on an older version of libsystemd0 than the current one in the repos?11:13
ivan_anyone please?11:13
vezonWeeBey98, libsystemd-dev11:13
vezonI've got currently libsystemd0 248.3-1ubuntu8.511:14
WeeBey98it's currently installed?11:14
WeeBey98hmm11:14
vezonWeeBey98, I'm not sure why I'm have the 8.5 https://bpa.st/YJGQ11:15
vezonmay I replace that version with the 8.2?11:16
WeeBey98Not 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:16
vezonWeeBey98, sure, but I had a third-party mysql repo11:17
WeeBey98maybe launch synaptic packet manager to fix your broken stuff?11:17
vezonso ... it's likely upgrade got it from there11:17
WeeBey98vezon, could be! maybe remove, remove the new repo, and reinstall?11:20
vezonWeeBey98, may I not force the downgrade?11:21
tomreynivan_: GRUB_TIMEOUT_STYLE=hidden + GRUB_TIMEOUT=111:21
WeeBey98vezon, 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
tomreynivan_: in /etc/default/grub , then run sudo update-grub11:22
tomreynivan_: 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 #kubuntu11:24
ivan_thank you tomrey11:27
ivan_nope, the grub is still there and it counts down frmo  i think11:29
ivan_nope, the grub is still there and it counts down from 29 sec i think11:30
ivan_GRUB_DEFAULT=011:30
ivan_GRUB_TIMEOUT_STYLE=hidden11:30
ivan_GRUB_TIMEOUT=111:30
ivan_GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`11:30
ivan_GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"11:30
ivan_GRUB_CMDLINE_LINUX=""11:30
tomreyn°paste | ivan_11:34
tomreyn!paste | ivan_11:35
ubottuivan_: 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
tomreyni assume you may have os-prober installed? please "sudo apt purge os-prober" it you do not need it.11:35
ivan_oh, i am sorry11:35
tomreyn*if11:36
ivan_not sure what that is, let me google it11:36
ice9does wayland uses mutter?11:37
ivan_ok, i think i dont need it. i guess i can always put it back?11:38
tomreynivan_: sure, you can always reinstall it later, or use the mainboard firmware provided boot menu to boot other operating systems.11:40
tomreynivan_: you may also need to also add GRUB_HIDDEN_TIMEOUT=111:41
memphistocheck this here https://ubuntuhandbook.org/index.php/2020/06/hide-grub-boot-menu-ubuntu-20-04-lts/11:43
ivan_tomreyn: i will, after what line do i need to add this line? sorry, i am a total noob11:44
tomreynivan_: the order should not matter11:45
ivan_tomeryn: nope, still there11:48
ivan_i also did sudo uptdate grub and checked the file11:48
tomreynivan_: hmm, maybe try what the link above suggests then11:52
tomreynivan_: the 30s timeout is probably due to /etc/grub.d/30_os-prober - but i think this should be gone after apt purge os-prober11:53
tomreynoh, actually not, it belongs to grub-common, so you still need to add GRUB_DISABLE_OS_PROBER=true11:54
neurehi12:07
neureHow can I fix `lunarg-vkconfig : Depends: libqt5core5a (>= 5.9.0~beta) but it is not installable` ?12:07
neure`sudo apt-get install --dry-run libqt5core5a` says `Package libqt5core5a is not available, but is referred to by another package.`12:08
neuremeanwhile there is https://packages.ubuntu.com/bionic/libqt5core5a12:10
neureso why cannot I install it?12:10
tomreynneure: did you run   sudo apt update    first of all?12:12
memphistoneure : what does dpkg -S libqt5core5a say12:12
tomreynthere is no such package in ubuntu 18.04: lunarg-vkconfig12:13
neuretom, I did12:14
neurememphisto, dpkg-query: no path found matching pattern *libqt5core5a*12:14
neuretomreyn, yes, I am, trying https://packages.lunarg.com/#12:15
memphistowhat version of ubuntu are you running?12:15
ice9which compositor does gnome-shell use in wayland session?12:15
tomreynneure: so i guessed, please provide such information immediately when asking about issues with third party software in the future12:15
neureUbuntu 18.04.6 LTS12:15
neuretomreyn, I will - thanks12:16
memphistoice9  https://vstinner.readthedocs.io/gnome.html, it uses matter12:16
ograwell ... "mutter" ... not "matter" 🙂12:17
memphistoneure Maybe you should install qt manully first12:17
memphistoyes, sorry mutter12:17
neurememphisto, sudo apt install something? or something else?12:17
arserutomreyn: thanks! that's actually helpful, I'll try debugging ALSA then :)12:18
ice9memphisto, but when I ran "ubuntu-bug mutter", it said mutter is not installed12:18
arserui-garrison: so do you recommend debugging pulseaudio before alsa?12:18
memphistoneure : try this link https://lucidar.me/en/dev-c-cpp/how-to-install-qt-creator-on-ubuntu-18-04/12:18
memphistodon't need qt creator, but rest youll need12:19
neureeven `sudo apt install qt5-default` reports `qt5-default : Depends: qtbase5-dev but it is not installable`12:19
memphistoice9 can you report it on wayland?12:19
memphistoneure : Then I guess directly from qt   link https://www.qt.io/download-qt-installer?hsCtaTracking=99d9dd4f-5681-48d2-b096-470725510d34%7C074ddad0-fdef-4e53-8aa8-5e8a876d6ab412:20
neureyeah well I wonder if this is the state of 18.04 or have I somehow broken packages on this ubuntu?12:21
tomreynneure: let's see the output of this, on a pastebin-like service:   sudo apt update && sudo apt -f install && sudo apt policy libqt5core5a && apt policy12:22
ItayAnyone does ubuntu desktop autoinstall with packer?12:22
ograice9, muttr is part of gnome-shell ... "ubuntu-bug gnome-shell" is the thing you want12:23
ogra*mutter12:23
neuretomreyn https://gist.github.com/tksuoran/123edd35b231b4816cccab4f7520744b12:25
tomreynarseru: 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:25
memphistoneure You are getting 500 error on repos12:26
arserutomreyn: thanks12:27
memphistocan you try changing the repo12:27
memphistohttps://help.ubuntu.com/community/Repositories/Ubuntu12:27
memphistomirror12:27
tomreynneure: you seem to have removed the main ubuntu 18.04 repository12:27
neurethat sounds.. bad12:27
neurewhat is it? I should add something back to /etc/apt/sources.list?12:27
neurewhat are the default contents for that file?12:28
tomreynneure: can you share the contents of this file, on a pastebin-like service?12:28
tomreynmemphisto: those are not http status codes but apt priorities12:29
neuretomreyn https://gist.github.com/timo-suoranta-varjo/a1d363501645a3c403144c4a893aeb9112:30
memphistohere is the apt/sources.list for 18.04 https://gist.github.com/h0bbel/4b28ede18d65c3527b11b12fa36aa8d112:30
neureshould I just uncomment the first line?12:30
ograyou messed up line 5 somehow12:30
tomreynin line 5, add "main " before "restricted"12:30
ogra"bionic main restricted" is what it should read12:31
neureso I just add `main`?12:31
tomreynyou just re-add it, where it used to be, yes12:31
tomreynoh in line 10 also12:32
tomreynthen 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:35
neureyeah it fixed it12:36
neurethank you very much!12:36
neureI do not yet know if I manually edited the file incorrectly or if there was some script which does not work correctly12:37
neurelatter one would be bad :/12:37
neurecuriously I had couple of other lines missing main as well12:47
BluesKajHi all13:02
ItayAnyone running autoinstall on ubuntu desktop 22 LTS?13:07
lotuspsychje!ask | Itay13:08
ubottuItay: 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 !patience13:08
Itaysorry, anyone can tell me the boot command used in ubuntu desktop 22 LTS?13:09
Itayfor autoinstall, using cd-data files13:12
=== GLaDER3 is now known as GLaDER
=== diskin is now known as Guest7838
=== diskin_ is now known as diskin
jhutchinsThat sounds like a windows thing.13:41
WeeBey98When I log into my 20.04 server, sometimes it says "restart required"14:01
WeeBey98Is there away to know why?14:01
leftyfbWeeBey98: typically from kernel upgrades14:03
WeeBey98self upgrades? Interesting.14:03
leftyfbnope, the kernel does not upgrade on it's own unless you set it up14:04
ograsome other packages trigger that too ... dbus, udev, systemd IIRC14:05
golumHi all :)14:06
ograbut their postinst scripts simply touch a file on disk which is always named the same, it is hard to know which package touched it14:06
ograyou'd have to go over your updated packages and check the postinst scripts i suspect14:06
=== Guest2625 is now known as krabador
polvehi. 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:15
willcl_arkI 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:25
aberranthi 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:33
aberrants/changelog/changelogs14:34
aberrantit's working now, so it's probably one of the servers that's having a problem14:35
MadCamelJust 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:36
arkanoidWhoa, when I open signal desktop the Linux kernel crash14:38
MadCamelmaybe bad ram or something?14:39
raverHmm but then it shouldn't be reproducible with one program?15:05
jhutchins!info signal-desktop15:07
ubottuPackage signal-desktop does not exist in jammy15:07
leftyfbit's a snap15:08
jhutchinsaberrant: It's not an Ubuntu project, and it's packaged for Debian, that might be where the problem is.15:08
jhutchinsaberrant: Please disregard, wrong nick.15:09
jhutchinsarkanoid: Possibly need to check with Signal - https://support.signal.org/hc/en-us to see if there's a known issue.15:10
ograjhutchins, if it is the snap, you rather want the contact link from "snap info signal-desktop|grep contact"15:13
arkanoidjhutchins: no usersland application should crash the whole kernel15:35
arkanoidjhutchins: 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
oerheksarkanoid, so how do you tell signal crashed your kernel?15:36
arkanoidoerheks: 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 button15:38
leftyfbarkanoid: 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 boot15:40
ograarkanoid, 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:41
arkanoidogra: yes, I also attached a router I can tcpdump on to check for any noise, and it was zero15:42
arkanoidusually there's plenty15:42
ograwell, watching the log as leftyfb said should help15:42
ograis this with a default ubuntu kernel btw ? (linux-generic or -hwe)15:43
arkanoidogra: 5.4.0-109-generic , 20.0415:44
ioriaarkanoid, current for focal (without the hwe) is 110, but i don't think that's the problem15:46
arkanoidioria: 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
BarnabasDKrelaying 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-config15:47
BarnabasDKI am the originator of the q15:48
ioriaarkanoid, can you start it from terminal ?15:48
=== five643333496346 is now known as five64333349634
jhutchinsarkanoid: That's a great theory.  A desktop might be more than just usrspace though.16:10
jhutchinsarkanoid: A kernel crash usually produces some output.  It's entirely possible for a userspace app to completely lock the machine.16:12
BarnabasDKif it makes a call to a driver that does something crazy - yes16:13
BarnabasDKor some hw that tilts the rest of the hw16:14
jhutchinsOr if it simply consumes all resources - the OS doesn't protect itself very well from that, it considers all "work" to be legitimate.16:14
BarnabasDKwell - lately ps that consumes all mem or all cpu seems to be ejected from execution16:15
BarnabasDKrightfully so16:15
jhutchinsNice if it works.16:15
BarnabasDKdefinately all mem16:15
jhutchinsAnyway, signal _isn't_ Ubuntu, and checking Signal's support is probably more productive than asking here.16:16
BarnabasDKdefinately16:16
BarnabasDKmore of a kernel issue really16:16
BarnabasDKor question16:16
ograwell, depends ... there is a signal snap and if that causes the issue it is likely an ubuntu problem16:16
ogra(or rather a snap problem, but it boils down to the being the same then)16:17
BarnabasDKah snap - its a problem ..16:18
BarnabasDK(I didn't name the framework)16:18
BarnabasDKbut thats another discussion I presume16:19
ograwell, 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 here16:21
BarnabasDKhave 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 so16:23
ograi have 100+ snaps installed here and have switched over to them for most of the important stuff i use ...16:23
BarnabasDKand as I said - it is just my experience16:24
BarnabasDKglad ogra ou have another16:24
ograwell, did you report your issues ? else they wont go away 🙂16:24
BarnabasDKor outlooks would be bleak16:24
arkanoidjhutchins: nope, userspace app can't lock magic sysrq keys16:25
BarnabasDKI just dont see why every app needs a seperate dependency stack16:25
enigma9o7[m]They do different things.16:25
enigma9o7[m]Because apps aren't all the same.16:25
BarnabasDKno they aren't16:26
BarnabasDKthats the exact point16:26
ograwhat do you mean by "a seperate dependency stack" ? they all use the same framework snaps that share the GUI libs16:27
BarnabasDKso 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 libs16:27
BarnabasDKseems to me that what you want is statically compiled executables16:27
ograwhy would you ?16:27
BarnabasDKcommon graph of dependencies per executable?16:28
ograsnaps support shared libs since ... hmm, i think 2016 ...16:28
BarnabasDKi know16:28
BarnabasDKbut not in different versions16:28
ograand most of my snaps installed here use the gnome-3-xx content snaps for their libs16:28
enigma9o7[m]Well if a snap is using an old lib, you can hassle the maintainer to update.16:29
BarnabasDKobviously16:29
enigma9o7[m]But the advantage is, you can still run it with the old lib.16:29
enigma9o7[m]Which is harder to do with traditional packaging.16:29
ograor newer 😉16:29
BarnabasDKtradeoff is way higher mem usage when people developing software is not entirely on top of the release cycle of all other frameworks16:29
ograbut if you stick within one release, your snaps shoudl simply use the shared framework snap16:30
ograand most do nowadays16:30
BarnabasDKI get it - if everybody plays by the book snap rocks16:30
ograeither way ... offtopic here 🙂16:30
BarnabasDKbut they dont16:30
BarnabasDKagree16:31
=== diskin is now known as Guest8969
=== diskin_ is now known as diskin
=== diskin is now known as Guest2310
Linux^hi lets say there is a app located in /usr/bin/abcdAPP  how can I find the configs and files used by abcdAPP ?17:21
leftyfbLinux^: it depends on abcdAPP17:22
Linux^there isnt any command that I can use to see the configs used by that app?17:23
leftyfbLinux^: again, it depends on abcdAPP17:23
Linux^like?17:23
leftyfbsome apps write in the ability to specify where configs go or will output their entire config along with file paths17:24
leftyfbLinux^: the short answer is no, there's no general way to do what you're looking for17:24
=== duxco is now known as duxsco
mlaga97Linux^ What is the application you are attempting to configure?17:26
Linux^I am not trying to configure I am trying to find the configs used by that app17:28
leftyfbwhich app?17:28
Linux^I cant tell you that17:28
Linux^I wish I could17:29
mlaga97Then we can't help you, unfortunately17:29
leftyfbLinux^: why can't you tell us?17:29
Linux^Its a secret17:33
leftyfbLinux^: good luck17:33
ograLinux^, ask the app creator then ...17:34
Linux^I can look into the github there I can find it?17:34
leftyfbogra: shhhhh , it's a sekrit!17:34
leftyfbLinux^:  it's on github and you're saying it's a secret?17:34
Linux^yes private github17:35
Linux^not public17:35
leftyfbLinux^: ok, good luck17:35
leftyfbLinux^: also, we can only support official packages here. Not installed from github and especially not "secret" applications17:36
Linux^Oh, I was thinking there is a command I can use to get that info17:37
enigma9o7[m]You could check what came in the package (for default files) as well as in your user folders like ~/.config and ~/.local/share17:37
leftyfbno, there isn't. Not unless the app developer wrote one into their application which is specific to their application17:37
enigma9o7[m]check the man pages17:39
=== veegee_ is now known as veegee
TomyWorkwhy 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:03
oerheksubuntu installing lxd snap?  that is new to me19:05
leftyfbTomyWork: 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 installed19:05
TomyWorkwell i didnt install it and the only other person with root access doesn't even know what lxd is19:06
leftyfbTomyWork: someone installed it. It doesn't get installed any other way19:06
TomyWorkand it's not in root's or any other user's bash history19:06
TomyWorkthere's something called lxd-installer, right?19:07
TomyWorkthat would install that snap, I would assume19:07
oerheksNo.19:07
mlaga97TomyWork Not saying it's what happened, but you can prevent a command from being logged by placing a space in front of it19:08
oerheksyou make this up, or using a fork of ubuntu19:08
TomyWorkoerheks, how does lxd-installer work, otherwise?19:08
oerheks!info lxd-installer19:09
ubottulxd-installer (1, jammy): Wrapper to install lxd snap on demand. In component main, is optional. Built by lxd-installer. Size 4 kB / 22 kB19:09
oerheksoptional, so you installed it.19:09
leftyfbTomyWork: why are you messing with lxd-installer if you don't want lxd?19:10
TomyWorki told you lxd-installer installed the snap and you said "No."19:10
TomyWork@oerheks19:10
TomyWorkleftyfb, something or someone installed the lxd-installer package and it wasn't me19:10
leftyfbTomyWork: 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 system19:11
TomyWork /var/log/apt/history.log says "Start-Date: 2022-04-21  01:00:49" and then a bunch of packages including lxd-installer19:11
TomyWorkhow do i check when this system was installed?19:12
TomyWorkcause I'm pretty sure it wasnt installed at 1 am19:12
leftyfbTomyWork: do you want to check when lxd-installer was installed (you just did that) or the entire OS?19:12
TomyWorkthe OS19:12
lotuspsychjewasnt lxd a snap on ubuntu server these days?19:12
TomyWorklotuspsychje, it is. lxd-installer installs that snap when someone connects to the lxd socket19:13
leftyfbTomyWork: /var/log/installer19:13
oerheksask the other person with root whare he was at 01:0019:13
leftyfbTomyWork: also sudo dumpe2fs /dev/sda1 | grep 'Filesystem created:'   # change sda1 accordingly19:13
TomyWorkleftyfb, earliest file in that directory is from May  9 08:2419:14
TomyWorkit's btrfs :D19:14
leftyfbok, feel free to lookup how to do it with btrfs19:15
TomyWorkalready doing that :)19:15
TomyWorkok 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 202219:21
TomyWorkoh 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 perfect19:22
oerheksso it is not stock install, a personal vm19:22
leftyfbTomyWork: there are zero packages that depend on lxd-installer, so someone or some script on your machine installed it. Good luck tracking it down19:23
TomyWorkbut that's the /@ subvol which i created myself. the main volume was created at 2022-05-09 08:36:09 +020019:23
TomyWorkleftyfb, what is april 21, 2022?19:24
leftyfba date19:24
TomyWorkthe release date of ubuntu 22.0419:24
leftyfbok?19:24
TomyWorkso now stop accusing me of lying19:24
leftyfblying about what?19:24
TomyWorkabout having installed lxd-installer myself (although that might have been someone else accusing me of that initially)19:25
leftyfbTomyWork: 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 packages19:26
leftyfbTomyWork: 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 installed19:27
TomyWorkhttps://gist.github.com/TomyLobo/d5fb7b885071ac272c85493aa320d14119:27
leftyfbTomyWork: sudo grep lxd-installer /var/log/dpkg.log19:28
TomyWorkinstalled on april 21, removed and purged on monday19:29
leftyfbah, 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 installation19:29
leftyfbso my original points still stand19:30
TomyWorkpossible, but in that case it's confusing that it shows it being installed on april 21. I'll take a look at that installer19:32
leftyfbTomyWork: where do you see April 21?19:34
leftyfbTomyWork: 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 dates19:35
TomyWorkdpkg.log and apt/history.log19:35
leftyfbonly the very beginning of the log19:35
leftyfbnot the date that lxd-installer was installed19:35
oerheksit shows when the VM was vreated, right?19:36
TomyWorkno19:36
oerheksnot when the filesystem was created19:36
leftyfbthe VM software should tell you19:36
TomyWorkactually, what are you referring to, oerheks?19:36
leftyfbTomyWork: 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 here19:37
=== ingsock96 is now known as ingsock9
fetialI 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 throttled19:52
fetialanybody know where/how I can do this? i am googling and i can't find anything19:52
TomyWorkhttps://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
leftyfbfetial: try wireguard as opposed to openVPN19:52
TomyWorkso not only did I not pick that package, but the other guy didn't either19:53
mlaga97fetial: tinc is also another good alternative19:53
TomyWorkthe image I used is from https://mirror2.tuxinator.org/ubuntu-releases/22.04/ubuntu-22.04-live-server-amd64.iso19:53
TomyWorkwhich is what the ubuntu server download page picked19:53
ioriahttps://bugs.launchpad.net/ubuntu/+source/debian-cd/+bug/156302619:56
ubottuLaunchpad bug 1563026 in debian-cd (Ubuntu) "LXC/LXD installed by default on Ubuntu server" [Wishlist, Confirmed]19:56
TomyWorkoh so this isn't even a new issue19:56
fetialthey throttle that too :(19:58
TomyWorkhmm, doesn't openvpn wrap itself in ssl, optionally?19:59
TomyWorkfetial, did you try putting it on port 443?20:00
TomyWorkthe default https port20:00
fetialyeah they use DPI and throttle it20:00
fetialto below 10mbps and if you use that too long they disconnect you20:00
TomyWorkhow would they dpi ssl?20:00
fetialthat's why i want to wrap the openvpn connection in ssl20:00
fetialwhen i do it with a vpn service i go from 10mbps to the full 100mbps20:00
TomyWorkhave you tried downloading really big files to see if that's throttled?20:00
TomyWorkon https20:01
fetialthey throttle it over time, after the first gigabyte, all sorts of rules20:01
TomyWorkah that explains it20:01
fetialyeah so, no, it's not throttled https20:01
TomyWorkyour vpn probably exceed the gigabyte20:01
fetialif it's wrapped in ssl there aren't any problems20:01
TomyWorkah20:02
TomyWorkyou could use whatever vpn and pipe it through socat20:02
TomyWorki assume you control both ends of the vpn?`20:02
leftyfbioria: that's not even the same installer20:03
TomyWorkthe installer isn't the problem, according to this20:03
leftyfbTomyWork: the lxd-installer package didn't even exist in 16.0420:04
TomyWorkyeah20:04
TomyWorknoticing that too20:04
TomyWorkthis is non-snap lxd20:05
TomyWorkso they replaced the old bug with a new bug to the same effect20:05
TomyWorklxd being autoinstalled as soon as someone connects to that socket20:06
leftyfbthat's not a thing20:06
TomyWorkdude, i saw the systemd socket activation20:07
leftyfbas part of the installation. It wasn't a trigger for the installation20:07
TomyWorkleftyfb, have you looked at the lxd-installer package?20:07
leftyfbit's a wrapper package that just installs the snap20:08
TomyWorkyes, when someone connects to the socket20:08
leftyfbfalse20:08
TomyWorkagain HAVE YOU LOOKED AT THE PACKAGE?20:08
TomyWorkthe answer is no or you wouldn't keep contradicting me20:08
TomyWorkhttps://packages.ubuntu.com/focal/all/lxd-installer/filelist20:10
leftyfbTomyWork: 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
TomyWorksystemd socket activation, I already told you20:10
TomyWorkand if you looked at that package for a microsecond, you would confirm that20:11
leftyfbthe 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
mlaga97Port scanning?20:11
leftyfbof/or20:11
TomyWorkleftyfb, I'm begging you, at least look at the link I posted20:11
TomyWorkI 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 link20:12
leftyfbTomyWork: 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 function20:13
TomyWorkthat's a socket unit, not a socket file20:14
leftyfb!bug | TomyWork20:14
ubottuTomyWork: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.20:14
leftyfbgood luck20:14
basenjishttps://packages.ubuntu.com/focal/lxd-installer20:15
basenjisTry the snap20:15
leftyfbbasenjis: I think you missed 98% of the conversation20:16
TomyWorkhmm, 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 automatically20:18
leftyfbTomyWork: isn't your issue with lxd-installer being installed in the first place?20:19
TomyWorksorry, 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 lxd20:19
TomyWorkleftyfb, yes, and with canonical thinking that these autoinstall shenanigans make this a non-issue20:19
leftyfbTomyWork: file a bug20:20
TomyWorkthat's not gonna get anywhere20:20
leftyfbTomyWork: that is how bugs get resolved20:21
TomyWorkresolved as "invalid", yes20:21
TomyWorkcanonical wants lxd to be easily accessible on ubuntu (if that old 16.04 bug is to be believed), so it's gonna stay this way20:21
vimeshas anyonem had luck with the plex media player appimage in ubuntu 22.04?20:24
cbreakseems silly...20:24
cbreakwhy not install it from the start?20:24
TomyWorkcbreak, because people have complained that the minimal install contains something not everyone needs20:25
TomyWorki guess20:25
cbreakwell, it contains an lxd installer, which I suppose is worthless unless lxd is needed20:25
TomyWorktrue20:26
TomyWorkbut that's tiny20:26
TomyWork22.5 kb20:26
cbreakstill infinitely times bigger than 0 :P20:26
TomyWorkalso true20:26
TomyWorkif you ask me, they should make that thing optional with a checkbox in the installer. checked by default if necessary20:27
TomyWorkI wonder if the ubuntu docker image also has it20:28
mlaga97vimes: I've not attempted appimage, but I have had success using the docker image20:28
vimesmlaga97: thanks for the feedback. just to confirm you mean the player right? not the server?20:29
mlaga97Oh I meant the server20:29
TomyWorknothing containing lxd in that container20:29
mlaga97I wasn't even aware there was a dedicated Plex client for desktop20:29
vimesahh yes thats my problem. my server is offsite and working well but i just need the client on my desktop20:29
mlaga97I always just use the browser version20:29
vimesi know the browser works. i am happy using the player as a sort of a container on 20.04 for now20:30
vimesthis is my only blocker to upgrading to 22.04 lol20:30
leftyfbvimes: appimages aren't supported here20:30
vimesleftyfb: thanks. i was just curious if anyone got it working. i'll refrain from asking questions about appimages here.20:31
TomyWorkwasn't there a related channel for ubuntu-but-not-supported-stuff?20:32
leftyfb!ot | TomyWork20:32
ubottuTomyWork: #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
TomyWork#ubuntu-discuss20:32
TomyWorkalthough #ubuntu-offtopic is slightly bigger20:33
vimesthanks TomyWork20:34
vimesi'll pursue the resources you provided20:35
vimesfor now im happy with the appimage that works on 20.04 but lets see what happens20:35
ogravimes, https://snapcraft.io/electronic-plex might be worth a look20:35
leftyfbeven better20:36
TomyWorkunless it's unsupported by the authors20:36
vimesohh interesting! i'll try it out in a vm20:36
vimesthanks ogra20:36
ogra🙂20:36
TomyWorkthe 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 that20:37
vimesi 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 time20:38
TomyWorkassuming everything that's being accessed is on 80/44320:38
leftyfbvimes: look into snap as opposed to appimages. snap are supported20:38
mlaga97vimes, out of curiosity why are you looking for a desktop app as opposed to using the browser version?20:39
vimesi think thats a fair question. i think im just hung up on the windows mantra of having apps for specific purposes separate20:39
vimesi think it might be worth exploring gnome web apps for plex20:42
enigma9o7[m]Its a plex client for PC?20:43
enigma9o7[m]Assuming yes, an alternative you could use is the plex add-on in Kodi under Ubuntu then....20:43
TomyWorkvimes, 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 unportable20:44
TomyWorkwindows apps are now web-based anyway20:44
vimesenigma9o7[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 off20:44
vimesits the small things20:44
TomyWorkso you've got the web to thank for this :)20:44
TomyWork(no, she isn't on 12.04 anymore, don't worry :P)20:46
vimeshaha 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:46
vimesthey are ignorant and happy with mint because they can't tell the difference20:47
leftyfbplease feel free to have these non-support discussions in #ubuntu-offtopic or #ubuntu-discuss20:47
TomyWorkgood point, but i think i'll call it a day. nice talking to you, vimes!20:47
vimessorry leftyfb thanks for pointing me in the right direction20:48
vimesthanks TomyWork20:48
arraybolt3Does 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 my20:49
arraybolt3brain on Bash trying to do this manually.20:49
sarnoldarraybolt3: try diff -aur dir1 dir220:50
sarnoldarraybolt3: the more usual approach is diff -Naur   ... but I left out the -N because of your "files that exist" requirement20:51
arraybolt3sarnold: SERIOUSLY? It was that easy? Argh. And I almost made a Bash script to do that... Thank you!20:52
jhutchinsLinux at it's best.20:52
arraybolt3sarnold: 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
leftyfbit'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 do20:53
arraybolt3jhutchins: 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:54
jhutchinsOr, y'know, a switch for a common command.20:55
arraybolt3jhutchins: Yeah. That's even better.20:55
sarnoldarraybolt3: 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 point20:56
sarnold(I certainly do :)20:57
arraybolt3sarnold: Nice. Thank you for your help, you just saved me ~30 minutes to a couple of hours of work.20:57
sarnoldsweet :D20:57
sarnoldarraybolt3: if you need better tools, meld and xxdiff3 are also popular for this kind of task20:58
sarnoldI have a vague memory there's a third one..20:58
sarnoldleftyfb: TomyWork has returned :)20:58
leftyfbTomyWork: 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 thing20:59
arraybolt3sarnold: Wow, Meld looks cool. I might use that.20:59
TomyWorksarnold, shhh, just checking logs for something that was posted earlier :D20:59
TomyWorkleftyfb, you were also right in that that socket wasn't an lxd socket proper20:59
TomyWorkanyway, back out :)21:00
leftyfbI 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 installed21:00
TomyWorkyeah21:01
TomyWorkand it drags in 2 other snaps as dependencies :)21:01
TomyWorkanyway, see ya :)21:01
leftyfbno, that's part of snap as a core21:02
leftyfbsnapd and core2021:02
jhutchinsWe should have daemons running for all the tasks that the developers use on their personal systems, and drivers for any hardware they have.21:02
=== ssh0735 is now known as ssh073
HashHi22:48
Hashanytime I reboot ubuntu my iptables gets reset22:48
Hashhow can I load it on start?22:48
sarnoldthis page is kinda old but might work https://help.ubuntu.com/community/IptablesHowTo22:49
sarnoldmost people use a higher-level tool like ufw or ferm to manage their rules22:49
wez--^22:50
oerheks2 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
oerhekseasy to find..22:50
wezoerheks: A bit old school scripty, I recommend ufw.22:50
oerhekswez, sure, install gufw and off you go22:51
wez:D22:51
oerheksor nftables..22:52
=== vlm_ is now known as vlm

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