[00:13] I've noticed that when I do "lxc list", I get this error: cannot create temporary directory for the root file system: Permission denied [00:14] any idea where it's trying to create that temporary directory? and what the permission issue might be? [00:17] erm... well strace says it's /tmp/snap.rootfs_gif0dt [00:22] ahh it's being denied by apparmor [00:23] ningu: is that using lxd snap? [00:23] yes. I think this is because I symlinked /tmp to /var/tmp [00:24] and it's messing up the apparmor profile [00:30] yeah that was it [00:58] I am trying to test my cluster of caching proxies and was looking for a large non-snap package (traditional apt managed package or metapackage) that is 20 to 30 mb [00:58] last test I tried wine [00:58] need another one [00:58] any suggestions? [00:58] also have libreoffice installed as well [01:09] hi [01:09] https://changelogs.ubuntu.com/meta-release-lts is down in my MOTD === zbenjamin is now known as Guest28484 === zbenjamin_ is now known as zbenjamin [01:59] guys i am having issues getting kmail to work. here is a paste of the output when i try to start akonadictrl https://pastebin.com/6e3VBZ7b [02:09] I have completely removed Plex. But I have something called Plex Media and Plex script running as root. https://i.imgur.com/E2fhxjp.png [02:10] Posted 19.09pdt === KindTwo is now known as KindOne === KindTwo is now known as KindOne === leion1 is now known as leion === KindTwo is now known as KindOne [03:29] just trying to install ubuntu 20.04 LTS on my dell xps13 and i'm finding the screen flickers unless I boot it into graphics safe mode, but now i'm finding that it quickly tries the standard boot mode and doesn't give me the option to select safe graphics mode (this is using the USB) - anyone got tips on how to proceed here? === Joah is now known as Glassjoe === Glassjoe is now known as Glassjoe_ [03:30] i.e. that screen where you pick to just boot standard Ubuntu or select graphics safe mode flashes up only for a split second and I don't have the time to select graphics safe mode === Glassjoe_ is now known as Glassjoe [03:31] slivera: the recovery menu? [03:33] EriC^^, not sure if thats the correct term but basically black screen with a border and like 5 choices, usually I think the default is to boot live version of Ubuntu. So i think it's auto-picking that without giving me a choice [03:34] slivera: oh, try spamming the 'e' maybe it opens the edit menu [03:35] then add 'nomodeset' to the linux /boot ........ line and press f10 to boot [03:35] oh but I haven't installed it yet? I wanted to live boot into safe graphics mode, then do the install [03:36] yeah that should boot with safe graphics [03:36] it's basically what happens when you choose safe graphics from the menu [03:36] hmm just tried spamming e on boot, still not working for me, its going normal liveboot [03:37] slivera: try press tab when boot live usb [03:37] try holding shift perhaps [03:42] so I presume the order then its: go into one time boot menu, select USB, then hold shift while waiting? [03:43] yeah [03:44] slivera: At the purple splash screen (stick figure keyboard emblems at bottom of screen) -> hit any key -> [03:44] Language screen -> escape key to accept the default -> [03:44] Booting options screen -> F6 key (other options) -> arrow down to the preset option(s) space or enter to accept and then the escape key to exit [03:45] ah holding shift worked! thanks EriC^^ - will boot up live version then install ubuntu and just wipe the windows off this thing. Any tips on how to make it boot safe graphics every time? [03:45] i presume thats where I'd have to press e and edit some command setting? like the 'nomodeset' thing? [03:47] slivera: yeah, you can add nomodeset to GRUB_CMDLINE_LINUX in /etc/default/grub and then sudo update-grub to make it effective [03:48] slivera: a driver might fix it though why not give that a shot instead? [03:49] slivera: Be aware that "nomodeset" does much more than just disabling the graphic's driver as all DKMS is disabled - "nomodeset" should only be temporary untill the situation is resolved. [03:51] ok well i'm doing the formatting and installing ubuntu now, will explore the graphics driver EriC^^ and thanks for the tip Bashing-om [03:52] slivera: :D - We are here to help. === leion1 is now known as leion [04:06] so Bashing-om I've now installed ubuntu on the laptop, but its got that flickering thing and now i dont even get that option to pick graphics safe mode on boot up, is there a key combo i'm missing here? [04:08] slivera: If it is a MBR (Non UEFI) install it is the shift key that grub looks for as soon as the bios screen clears. In grubs boot menu is advanced options - from here choose "recovery". We then need to see what the graphic's situation is. [04:10] hmm its a Dell XPS 13 9380, so i think it's a intel graphics thing. will try the shift key [04:11] slivera: UEFI machines it is the escape key - spam it as there is but a 3 second window of opportunity. [04:12] Bashing-om, cool so i'm in GRUB, i've got a terminal now, what next? [04:12] sincere_fox: And while on my mind - if it is a UEFI machine ya really do wnat to install in UEFI mode ( ubuntu will install either). [04:13] Well pressing esc was what got me into it, so I guess I did UEFI? [04:13] :p [04:14] slivera: Yup - great uefi :) .. ol let's jve a look at graphics on this box: pastebin the output of terminal command ' lspci -k | grep -iEA5 'vga|3d' ' . [04:15] slivera: * OK let's have a look * === tripelb is now known as dubbelb [04:16] oh wait no sorry I think it is non UEFI, i pressed shift and now i've got the 3 options - Ubuntu, advanced optiosn for ubuntu, and UEFI firmware settings [04:18] slivera: Literally running "[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS" will tell you if you're booted via UEFI. [04:19] i get syntax error, on both comands there - the lspci one and the echo BIOS one [04:19] thats doing the command in GRUB, unless i should be doing it on actual terminal in the booted up ubuntu? [04:20] maybe i try booting into the recovery mode instead of standard? or is there where i should set that nomode thing [04:20] slivera: The commands with out the quote marks - those are here to indicate that the string is a command. [04:21] lspci -k | grep -iEA5 'vga|3d' [04:21] so i typed that and got syntax error, do you mean without even the single quotation marks around vga 3d ? [04:23] slivera: that terminal ' is the issue. lspci -k | grep -iEA5 'vga|3d' | nc termbin.com 9999 [04:24] slivera: My result: https://termbin.com/k5u0 [04:25] yeah i'm just getting syntax error [04:25] maybe i try booting into recovery mode [04:26] slivera: wierd - what results ' sudo apt update ' ? [04:28] oh i just booted into recovery mode and now the graphics is working fine in here - also was able to do that command, will put it in a pastebin one sec [04:28] https://pastebin.com/n7bi2etD [04:33] slivera: Intel - Intel "just works" abd the driver is included in the kernel. I do not know what else to check here as the i915 driver is loaded :( [04:35] slivera: Have you updated the install ' sudo apt update ; sudo apt upgrade ' since the install ? [04:35] Bashing-om, ah no i haven't, will try those now [04:36] slivera: Maybe a firmware upgrade in in the upgrade . [04:38] yeah the sudo apt update and upgrade didn't seem to fix it, normal boot still does this weird flickering thing. it seems so weird that i have to go thru recovery mode to have my graphics work fine with no flickering [04:43] slivera: See and consider the advise at the bottom ' apt show xserver-xorg-video-intel ' . Confirm eith ' dpkg -l xserver-xorg-video-intel '. [04:43] with* [04:45] https://pastebin.com/XhRf29VU is what I get, basically it's saying its an old driver [04:47] slivera: And is that driver installed ' dpkg -l xserver-xorg-video-intel ' ? [04:49] yeah it shows up when i type that command, but i can't see where it says installed or not, i presume yes [04:51] slivera: the leading "ii" shws desired == (i)nstalled status == (i)nstalled. Looking to find the means to know IF that is the driver that is in use at this time. [04:52] ah thanks ok [04:59] slivera: Sorry - I do not have Intel skills sufficient to know I will not mislead you - Await here for others with the skills to aid. [04:59] awesome well thanks very much for your help anyway Bashing-om [05:17] slivera: try 'sudo ubuntu-drivers devices' and see what it lists [05:18] it should show the available drivers and recommended one that has a "*" next to it [05:18] i might be wrong here, been a while [05:26] I am trying to install picom-tryone in Ubuntu. I have it running on my arch systems installed via yay... How do I install this in ubuntu? All I can seem to find is a pkgbuild file.. how do I build this? [05:29] !info picom-tryone [05:29] Package picom-tryone does not exist in focal [05:29] r3dux: ppa perhaps? [05:30] !info compton | r3dux this ? [05:30] r3dux this ?: compton (source: compton): compositor for X11, based on xcompmgr. In component universe, is extra. Version 0.1~beta2+20150922-1 (focal), package size 97 kB, installed size 264 kB [05:41] ubottu: no.. I need the compton-tryone-git or picom-tryone-git forks [05:41] r3dux: I am only a bot, please don't think I'm intelligent :) [05:41] I want that blurrrrr [05:43] EriC^^: I can't fint a ppa :( just a pkgbuild file... bit its like reading chinese to me. I need something i can compile [06:00] I can't get my windows drive to boot from grub. It's shown, and I just had to re-install grub. and it's not booting, if you need an error message from it I can boot again and grab a pic of it. [06:02] It's on a seperate drive from ubuntu's / and, as I said before, it shows on the grub menu, I'll be right back and pop in with the error [06:07] Ok,ay, when trying to boot windows it's as follows : [06:08] error: no such device : 70dc1b12dc1ad268 [06:08] setting partition type to 0x83 [06:08] error: Invalid signature [06:10] and this is all from the grub menu [06:17] any ideas on how to correct this? [06:49] Drecondius, it's likely the issue is UUID, use `blkid` to view your UUIDs, and compare the wanted partition UUID with that listed in grub (sorry I don't have a windows system to look at what you should see in grub) [06:49] Drecondius: can you pastebin your '/boot/grub/grub.cfg' ? [06:54] https://pastebin.com/TjKsvFZq [06:56] it looks pretty normal, what does 'sudo blkid /dev/sda' give? [06:56] dev/sda: PTUUID="a2c292e7" PTTYPE="dos" [06:56] sorry "sudo blkid /dev/sda*" [06:57] that is blkid [06:57] oh, sda* [06:57] ok [06:58] uhoh [06:58] "/dev/sda: PTUUID="a2c292e7" PTTYPE="dos" [06:59] dag nab it [06:59] https://hastebin.com/somiresefu.bash [06:59] wouldn't let me paste the whole thing in here [07:00] even though it's only 3 lines [07:00] I'm beginning to suspect a bug in grub [07:01] is ubuntu in mbr mode? try "ls /sys/firmware/efi" [07:01] yeah seems odd, i wonder if it's adding the right lines in the menu, looking for an example windows mbr grub entry currently [07:04] Yeah, I just posted in grub to see if anyone can help with it or confirm, if so I will see if I can post a bug report the best I can. I've been "dabbling" with ubuntu since my commercially pressed 8.10 disc lol [07:04] It's come a LONG way since then. [07:06] Drecondius: did you change the ahci/raid mode before installing ubuntu? [07:07] no [07:07] just boot order [07:07] could it be my drive is corrupted? [07:07] Drecondius: an easy check is to manually boot it from the bios [07:08] put its order before ubuntu's disk or use a run-time boot menu if available [07:09] it might just need a windows bootloader installation, you could also try to mount /dev/sda2 and see how that responds [07:09] i can boot it from bios, either by setting windows as primary boot or via instant boot selection, or do you mean set windows to boot first then re-install or update grub? [07:10] oh ok, no i just meant to see if it boots on its own [07:10] Yeah, it boots on it's own, i have already fried both mbr's just trying to fix this myself [07:10] and fixed them, i'm not in a live env this time :D [07:11] Drecondius: is ubuntu also in mbr mode? try "ls /sys/firmware/efi" and see if it says no such dir [07:11] :D [07:11] Yeah, Dell Precision T7500, i think it's a hybrid system, but both are mbr because the machine itself doesn't support efi [07:12] Drecondius: yeah but what is ubuntu using (and grub) [07:12] ubuntu is mbr [07:13] as is windows [07:13] Windows is there in the grub selection [07:14] Hmm, Wait a second [07:14] I'll be right back, I may have to fully enable the onboard raid controller [07:15] Hello, I'm trying to install kvm on a headless 20.04 LTS. Using `sudo apt install qemu qemu-kvm libvirt-daemon bridge-utils virtinst` It wants to install X and a bunch of related packages. I really try to avoid that. Any suggestions? [07:15] * server lts I meant to include [07:24] I solved it by using `--no-install-recommends`, thanks people :) [07:28] hello all [07:28] hi [07:28] does anyone know if there is a new irc channel for ubuntu nl ? [07:28] i was there , but it looks empty [07:29] i am not dutch so no idea [07:29] Lol [07:30] should be people in #ubuntu-nl [07:30] ah thanks [07:31] other than that, ask !alis [07:31] its working now, i guess i was not logged in correctly [07:43] Hello. I'm on ubuntu 20.04. I have an external drive formatted as exFAT. I found that if I copy a file on the exFAT drive to another disk formatted as ext4, then unmount and remount the exFAT disk, the modified date of the file is incremented by 30 days. Can anyone test this? [07:48] Anyone know if argon2 is compiled into dovecot and postfix by default in 20.04? [08:05] Hi everyone. I can't log into to SSH from outside my LAN. Connection gets refused. DDNS is set up, port forwarded, firewall disabled for now. I can login from inside the LAN. I don't know where to look further for the problem. Any ideas? [08:15] I am using X-chat. When I log in it logs into ubuntu-unregged first. Than once the nick and passwd are registered I can log into Ubuntu. I have solved this before, but it was a long time ago and I have forgotten how. Any suggestions? [08:17] younder: you want to log in automatically? [08:17] viktor_, yes [08:20] younder: does this help? http://xchat.org/faq/#q23 Of course you'll have to input your usern & passw somewhere in preferences or something. [08:23] viktor_, Not really. You register the name and nick in a dialog. Then you select the channels to connect to. The problem is that it doesn't wait until the nick is identified before it tries to connect. [08:25] younder: and ubuntu-unregged stays open after getting logged in to ubuntu? [08:25] viktor_, yes [08:30] younder: haven't used x-chat for years... but i could recommend irssi [08:31] viktor_, well maybe I'll try that [08:33] . [09:10] last xchat release was over 10 years ago [09:14] Does the graphical disk tool in Ubuntu have a mechanism to backup the parition schema and apply it to another drive? [09:23] managed to use sgdisk(8) to clone the partitions. thanks. [09:33] I have this weird issue that occasionally (like every 2 hours) some networking issue would happen to me that approximately 1/3 of the IPs would become unreachable until I unplug and plug back my ethernet cable. [09:33] I would notice this when browsing a website and noticing that it says "This site can't be reached" on a site, that some sites load, but a couple don't. It seems to be completely random, which. [09:33] This can even cause me to get cut off from Zoom calls [09:33] I've already confirmed that this is not a DNS issue, because the IP can't be pinged either, and I already tried setting my DNS to 1.1.1.1 and it didn't fix it [09:33] what could cause this, and how best to go about trying to fix this? [09:45] amcsi: i actually have the exact same problem, except it occurs across several devices (Windows and Mac as well) [09:45] amcsi: are you in Australia by chance? [09:45] qpt, no, I'm in Hungary [09:45] I think my problems go to our national broadband [09:45] this does not happen to me across devices; only my laptop with Ubuntu on it [09:45] ah i see [09:45] I haven't confirmed yet if this happens on wifi [09:46] i don't have any advice, but good luck. drop outs are frustrating [09:46] but it does happen with ethernet [09:46] :( [11:10] Howdy all [11:11] hey [11:20] i have ubuntu server 18.04 [11:20] and need to install an older version of chromium-browser [11:20] a version that existed on 16.04 [11:20] apt-get install -qy chromium-browser=49.0.2623.108-0ubuntu1.1233 [11:20] but this is not present [11:20] in 18 repository [11:21] is there a way to install it none theless so i dont have to use the 16 ? [11:21] the origianl ubuntu is minimal [11:21] EmmaT: you could add 16's repo then install it, don't advise it though. [11:21] why do you need an older chromium? [11:22] Deano59 old software that require it for crawling websites [11:22] Deano59 how do i add this repository? [11:23] edit /etc/apt/sources.list, copy and paste whatever repo is in there, go to the bottom, paste but add 16 (not 100% sure what 16 is but 18 is bionic) you get the idea.:) [11:23] not recommended though.. you could break things. [11:25] make sure to run "apt update -y" though. [11:25] under sudo or root, your choice. [11:26] Deano59 here is teh one for 16 https://hastebin.com/jifizafoda.shell [11:26] tomreyn: what's the command? for what EmmaT is doing? ;P [11:26] how many of these do I need to add to the 18 one? [11:26] EmmaT: add this deb http://archive.ubuntu.com/ubuntu/ xenial multiverse then sudo apt update -y [11:32] I will try [11:36] Hello [11:36] !ask | raddy [11:36] raddy: 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 [11:36] I added the entire contents of that file, and the asked version was not present [11:36] still [11:36] I feel that ubuntu 20.04 to be slower and clumsy than 19.04 [11:37] no idea then EmmaT sorry [11:37] I have enabled persistence and was not happy with that [11:37] 19.04 is lot better [11:37] raddy: /join #ubuntu-offtopic [11:37] Ohhh okk. [11:37] But this is not off-topic :D [11:38] this channel is for support raddy [11:38] okk [12:05] Hello Everybody [12:06] I have recently started using ubuntu after a long while [12:06] I have few questions [12:06] If i remove a package after enabling persistence, would it persists? [12:07] What for most the gnome software are missing in ubuntu software? === kostkon__ is now known as kostkon [13:24] how do you add a repository without add-apt-repository? i tried adding them by appending to etc/apt/sources.... but did not work [13:25] you add a file ending with .list in /etc/apt/souces.list.d/ [13:26] Hi [13:27] I have a raid9 set up with mdadm for the file system of my OS. And a raid 5 set up for data storage [13:27] for unknown reasons the raid5 does not show up anymore (the disks are still there and show up with fdisk -l) [13:30] EmmaT: adding to sources.list will work if the repo is valid. You do need to run "apt update" to be able to pull packages from that repo [13:32] I wanted to troubleshot this raid issue with mdadm but all those commande must point to the /dev/md device which no longer exists [13:32] so I am not sure what I could try to set the raid the way it was [13:37] schangg: did you change/update a kernel that is missing the related modules package? [13:39] leftyfb I do upgrade my system once in a while [13:40] leftyfb but nothing exceptional (just like apt-get upgrade/dis-upgrade) [13:43] schangg: kernel upgrades are part of normal upgrades [13:45] Hello [13:46] I have installed ubuntu 19.10 recently and I am aware that is not the current version. [13:46] But how to get normal Debian software in ubuntu ? [13:46] The snap packages are very small [13:47] I could not install even synaptics package manager === pabed1 is now known as pabed [13:50] raddy, what happens if you try? sudo apt update && sudo apt install synaptic [13:51] raddy: why do you need synamptic?? Also, 19.10 is going to be EOL next month. You might want to think about upgrading ASAP [13:51] oerheks: synaptic is part of the universe repo [13:52] ah, correct, enable universe repo: sudo add-apt-repository universe [13:53] do you know any good open source password share software/service I can use at work with non IT professionals? It should work everywhere (iOS/Android/Windows/Linux/Mac) [13:54] I mean, I am in the situation where I'm trying to educate some colleagues to basic IT security, and to do that I need to introduce some softwares and services. Password generator/storage/share is the first one [13:56] there are some password managers, any good.. dunno. https://www.wired.com/story/best-password-managers/ [14:41] With secureboot enabled, which one is easier to configure/use booting ubuntu iso's, virt-manager or virtualbox? [14:45] coconut: i generally find virtualbox to be more comfortable if you like a GUI frontend. either work for uefi booting, and i think they both use ovmf. [14:57] I'm back, It continued to hang on me last night because, well, I was mildly intoxicated. I forgot to remove the usb boot from the bios boot order. otherwise it hangs after enabling the sas controller [14:58] but, enabling the controller still didn't allow windows to boot [15:04] ok thanks tom! === ztrawhcse is now known as elibrokeit [15:28] oerheks: thanks [15:41] Can anyone push me in the right direction for installing all ubuntu wallapapers of older ubuntu version? (sudo apt install ubuntu-mate-wallpapers-* ##does not work. [15:41] !find wallpapers [15:41] Found: ubuntu-wallpapers, ubuntu-wallpapers-focal, budgie-wallpapers, budgie-wallpapers-artful, budgie-wallpapers-bionic, budgie-wallpapers-cosmic, budgie-wallpapers-disco, budgie-wallpapers-eoan, budgie-wallpapers-focal, budgie-wallpapers-xenial (and 11668 others) http://packages.ubuntu.com/search?keywords=wallpapers&searchon=names&suite=focal§ion=all [15:42] synaptic says mate-background [15:43] yeah thnx oerheks, i want to just install them all in one command without having to type them all. [15:43] oh, and indeed ubuntu-mate-wallpapers without * [15:43] ubuntu-mate-wallpapers-artfull -bionic -common -complete and more [15:44] Hello everybody. I have a little problem with Jack in Ubuntu: Ubuntu 20.04 with Kernel 5.3.0-18. Basically, when I connect my external soundcard MOTU Ultralite AVB and try to use it, PulseAudio works just fine but QJackCtl gives this problem: https://imgur.com/a/7LbjzHu [15:45] ubuntu-mate-wallpapers just installs the latest version(20.04) only.... [15:45] Ubuntu 20.04 LTS is based on the long-term supported Linux release series 5.4 .. how did you get 5.3? [15:45] ubuntu-mate-wallpapers-artfull -bionic -cosmic -disco ..... -common -complete and more [15:45] an * does not grab them all [15:46] Because 5.3.0-18 is the only kernel that I tried so far that can pilot my internal sound card :( [15:47] I don't remember how to retrieve the model of my actual internal soundcard, but it is a Realtek [15:47] luca_D, and how long ago was that? i cannot help fixing bugs that does not exist [15:48] * does not work no.... that's why i am searching for a working apt command (i need to improve this for myself) [15:48] coconut, maybe with a dash? ubuntu-mate-wallpapers-* === KindTwo is now known as KindOne [15:49] @oerheks I have a new computer Lenovo Yoga C640. I had problems for months with my internal sound card, and had to revert back to 5.3.0-18 (I didn't know about this fantastic chat at that time) [15:52] luca_D, from the manjaro friends, see this fix in the last answer adding set-card-profile 0 HiFi to /etc/pulse/default.pa >> https://forum.manjaro.org/t/lenovo-yoga-c640-sound/126933/2 [15:52] oh, that's weird... "sudo apt install ubuntu-mate-wallpapers-*" does not work while with "sudo apt-get install ubuntu-mate-wallpapers-*" does work. [15:52] ubuntu-mate-wallpapers* matches one package, not seeing the '-' [15:53] @oerheks, ok! I reboot with the latest Ubuntu 20.04 native kernel and try that. Thanks for now! [15:53] have fun! [16:05] Hi again. I am now in Ubuntu 5.4.0-33-generic. I followed the directions in the mentioned thread: https://forum.manjaro.org/t/lenovo-yoga-c640-sound/126933/2 [16:06] However, although the sounds work, the internal sound card doesn't work with Jack. (I didn't reboot anyway). I will post now the error from QJackCtl [16:06] wb Luca_D .. and? [16:06] oke, there is progress [16:06] Cannot connect to server socket err = No such file or directoryCannot connect to server request channeljack server is not running or cannot be startedJackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlockJackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlockMon Jun 8 18:01:08 2020: Starting [16:06] jack server...Mon Jun 8 18:01:08 2020: JACK server starting in realtime mode with priority 10Mon Jun 8 18:01:08 2020: self-connect-mode is "Don't restrict self connect requests"Mon Jun 8 18:01:08 2020: Acquired audio card Audio0Mon Jun 8 18:01:08 2020: creating alsa driver ... hw:0|hw:0|512|2|48000|0|0|nomon|swmeter|-|32bitMon Jun 8 18:01:08 [16:06] 2020: configuring for 48000Hz, period = 512 frames (10.7 ms), buffer = 2 periodsMon Jun 8 18:01:08 2020: ALSA: final selected sample format for capture: 32bit integer little-endianMon Jun 8 18:01:08 2020: ERROR: ALSA: cannot set period size to 512 frames for captureMon Jun 8 18:01:08 2020: ERROR: ALSA: cannot configure capture channelMon Jun 8 [16:06] 18:01:08 2020: Released audio card Audio0Mon Jun 8 18:01:08 2020: ERROR: Cannot initialize driverMon Jun 8 18:01:08 2020: ERROR: JackServer::Open failed with -1Mon Jun 8 18:01:08 2020: ERROR: Failed to open serverMon Jun 8 18:01:09 2020: Saving settings to "/home/luca/.config/jack/conf.xml" ... [16:06] lol [16:07] !paste [16:07] 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. [16:07] Ouch, this is not the easiest way to paste [16:07] Does this work? https://paste.ubuntu.com/p/Btb4Sdsy9b/ [16:13] Luca_D, so that fix does not work on the internal.. i guess only plugincards are working then? [16:13] why would you need the internal working too? [16:14] oerheks , just because I often use Jack-dependent applications without an external audio card [16:15] Anyway I just go and try if my external sound card actually works now :D [16:18] I'm looking for free asset management tool (whether online or offline), something like AssetTiger, any suggestions? [16:20] Bing, Google, DuckDuckGo .. [16:20] https://alternativeto.net/software/assettiger/ [16:20] apt, snap,.. [16:20] oerheks, with the external sound card and Kernel 5.4.0-33, I just get the same error in Jack :D https://paste.ubuntu.com/p/BSc63gzhF8/ [16:21] Luca_D, so the plugincard disables the onboard,.. reverse that manjaro fix? [16:22] not sure you *can* use the onboard together .. [16:24] oerheks, indeed now the external soundcard works! You're good! Thanks. I believe that at this point I will just install two different Ubuntus, one for travelling, and one for professional audio [16:25] Well, I just need to enter with the right kernel depending on needs === retentiveboy_ is now known as retentiveboy [16:45] I'm now restoring a full duplicity backup of my notebook after I reformatted the disk and installed the exact same version I had before. At first I tried to restore to the drive a booted from. Got many errors that the files can't be written. So now I booted from a flashdrive and mount the hard disk, but the mount always is read-only. How can I overcome that? [16:51] I use "remount,rw,nosuid,nodev,nofail,x-gvfs-show,noauto" in gnome-disk-utility, but it gives me an error [16:53] hi there. I need some expert help please. there is a package, that I am trying to install a particular version of ... on ubuntu 18 server. .. that is located in repo 16 ... i added the repo and all... installed several versions of the stuff that are in 16 ... however .... [16:53] only one package is giving me a problem. [16:54] I found a way around it ... and now everything works. but i do not like the solution [16:54] EmmaT, don't mix versions, if you need an ancient package, build it yourself? [16:54] oerheks i am not mixing [16:54] just trying to install a verson of package [16:54] one moment [16:54] mixing 16.x and 18.x, sure you do [16:55] care to share what package? [16:55] just one moment ... trying to verify [16:56] apt-get install -qy --allow-downgrades libgconf2-4=3.2.6-3ubuntu6 [16:56] oerheks https://i.imgur.com/8WSLUBJ.png [16:56] i get this error [16:56] i can not install it ... however ... [16:56] if i remove the bionic (ubuntu 18) repositories all together [16:56] from sources.list [16:57] then this complaint goes away and it installs [16:57] i just dont understand why it would behave differently .. so can I force it to unsinstall regardless of sources.list ? [16:57] the message it is complaining also doesnt make sense [16:58] libgconf2-4 : Depends: libgconf-2-4 (= 3.2.6-3ubuntu6) but 3.2.6-4ubuntu1 is to be installed ... [16:58] any ideas what to do about "CIFS VFS: Close unmatched open" when browsing a mounted cifs share in Midnight Commander? [16:58] it is dependendant on itself ? [16:58] I'm running Ubuntu 20.04 LTS [16:58] interesting, you point to an obsolete packages, bionic gives 3.2.6-4ubuntu1 [16:58] the version of the older one .. is now requiring the new one ? [16:58] https://packages.ubuntu.com/bionic/libgconf-2-4 [16:58] oerheks i dont give a shit [16:58] why do you need the bionic version? this is silly [16:58] obsolote ... [16:58] Emcy, oke i leave you, good luck! [16:58] oerheks old software in rumtime requires it [16:58] anyone here use gscan2pdf? all my docs have the backside page ghosted into scans. I'm wondering how to remove it, and to make the whitespace white, and just have the text and color show. [16:59] i am not going to change the underlying software [16:59] just trying to get it to run [16:59] why is it obsolete ? [16:59] when I'm accessing the share via the console I don't get the error [16:59] i mean i can install old packages just fine .. this is hte only one that i cant [16:59] if i remove bionic then i can ... wierd .. i should be able to force install obsolete anyway [17:00] without modifiying sources.list .. installing and restoring it [17:00] oerheks i dont need the bionic one .. i need the xenial one [17:01] -f did not work [17:01] --fix-broken ? ... is there an --ignore-broken ? [17:01] lol [17:02] jwash, maybe this page is your fix; see answer gwern Branwen > gscan2pdf 'crop' with 'all'. https://sourceforge.net/p/gscan2pdf/mailman/message/24693948/ [17:02] mesaboogie it installs just fine when i remove bionic .. and it runs fine ... [17:02] it must be the security repo in 18 preventing it ... i dont get how i can be prevented by adding another repo [17:03] let us try --ignore-missing, [17:03] nope [17:04] EmmaT, what xenial repository have you added ? universe or main ? [17:04] all of the ones that existed in 16 ... one moment [17:04] hi, can somebody suggest gui program, similar to winscp (left panel local, right remote, can gui edit by pressing f4) [17:05] ioria https://hastebin.com/wevagolequ.rb [17:05] note that the problem is not that it does not find it... it does... however the repo in 18 is preventing the install [17:05] and i cant override it [17:05] unless i remove 18 repos [17:05] EmmaT, you need to comment the universe bionic repo [17:06] ioria what is that ? is that the main bionic ? [17:06] why would it prevent the installation... and why do i have to comment it out .. this package is not even in there [17:06] EmmaT, on xenial that pkfg is in main, on bionic is in universe [17:06] https://hastebin.com/rivoxedoho.rb [17:07] ioria i am installing 3.2.6-3ubuntu6 [17:07] the one in xenial [17:07] apt-get install -m --ignore-missing --allow-downgrades libgconf2-4=3.2.6-3ubuntu6 [17:07] have i mistyped something? [17:07] !info libgconf-2-4 xenial [17:07] libgconf-2-4 (source: gconf): GNOME configuration database system (shared libraries). In component main, is optional. Version 3.2.6-3ubuntu6 (xenial), package size 82 kB, installed size 569 kB [17:08] EmmaT, 3.2.6-3ubuntu6 is in xenial main [17:08] ioria i am installing other packages from xenial .. and no complain [17:08] ioria yes... but i can not install it [17:08] unless I remove bionic repos [17:08] EmmaT, probably becasue you have ionic repos active [17:08] EmmaT, yes, that's why [17:08] still targeting a specific version .. that is not in bionic [17:09] lol [17:09] the message is also wierd [17:09] libgconf2-4 : Depends: libgconf-2-4 (= 3.2.6-3ubuntu6) but 3.2.6-4ubuntu1 is to be installed [17:09] lolz [17:09] i am trying to isntall ubuntu1 [17:09] 3.2.6-4ubuntu1 is bionic [17:09] sorry [17:10] but trying to instal xenial 3.2.6-3ubuntu6 [17:10] ok [17:10] apt-get install libgconf2-4=3.2.6-3ubuntu6 [17:10] that is the command [17:10] wierd bug [17:10] https://hastebin.com/ocaxeyijeh.coffeescript [17:11] EmmaT, you cannot force version from another release [17:11] EmmaT, comment the bionic repos and simply install libgconf2-4 [17:13] ioria yes, that works .... and software runs ... however, confused what that means .. can not force ... i am trying install a specific verison (6) ... that is in xenial ... is it the problem then that it has dependencies that it resolves to bionic ... and then it tries to install stuff from there ... despite it also being in xenial ... maybe order in sources.list matters ? [17:13] i have no issues like i said with any other package [17:13] just this [17:14] obviously an issue and potentially unsafe [17:14] the one in bionic is then marked with wrong dependencies .. [17:14] which then point to 1 [17:16] apt-get install -t libgconf2-4 xenial ............. Reading package lists... Done .................... E: The value 'libgconf2-4' is invalid for APT::Default-Release as such a release is not available in the sources [17:17] relevant i think: https://askubuntu.com/a/814936 [17:17] but not able to make sense [17:17] maybe im confused, but shouldnt this cron be setting rtcwake at 00:00:00? 0 0 * * * rtcwake -m no -l -t $(date +%s -d "today 03:55") >/dev/null 2>&1 === hugh_marera_ is now known as hugh_marera [17:18] kinghat https://crontab.guru/every-night-at-midnight [17:19] maybe its not working because my system is usually suspended at midnight? [17:20] kinghat that'll do it [17:20] ioria this post is talking about priority: https://askubuntu.com/a/814936 [17:21] but not able to figure out what to do, in a neat way [17:21] wonder if there is a better way to get the PC to wake up at 3:55 everyday when you dont know when the system will be awake? [17:22] kinghat yes, i have a job .. at 4 am .. backup .. and since a few months back . ive resorted to alway leave computer on [17:23] not great ... there isnt really a way to wake from sleep unless you move mouse or keyboard ... mac can react on bluetooth .. maybe a device can be purchased that will move the mouse at 4 am [17:23] but the computer itself is asleep [17:23] i mean rtcwake works fine for waking up i just want it to happen everyday. [17:24] https://www.linode.com/community/questions/18519/getting-an-error-when-attempting-to-apt-get-install [17:24] where can i add this value ? === KindTwo is now known as KindOne [17:24] APT::Default-Release "stretch"; [17:24] wonder if instead of today and tomorrow you can use "everyday"? === Roeyoeyoeyoey is now known as Roeyina === Roeyina is now known as Roey [17:37] what is a good way to backup an Ubuntu server installation. no DE installed. [17:40] annihilator: rsync the data and any important configs you'll need to copy/reconfig on a new install [17:40] annihilator: but that is my version of $(best) [17:43] I have a plan for a script (just need to implement it) to archive files to be replaced in rsync destination BEFORE rsync runs so that the files are preserved. [17:43] its on my to do list but I have bigger things to address first :) [17:51] i was hoping for a whole pc backup so i didnt have to reinstall everything incase of failure. a bit lazy lol [17:52] dd the partitions? [17:54] dd? [17:56] annihilator, tons of guides online, https://www.techrepublic.com/blog/linux-and-open-source/drive-and-partition-backups-with-dd/ [17:56] How do I remove this error when installing/removing/doing anything with snap packages: `main.go:173: description of sign's "k" is lowercase: "naam van de te gebruiken sleutel, gebruik anders de standaardsleutel"` [17:58] AlexPortable: try running "ubuntu-bug snapd" and see if that lets you file a bug report [17:58] no internet on the machine [17:59] it gets fixed when i change my user/system language to englissh [18:00] AlexPortable, found that issue too .. https://forum.snapcraft.io/t/weird-error-message-whenever-i-run-the-snap-command/6418 [18:00] the code as written seems to require that translated strings used for the description of command-line options must begin with an upper-case character. [18:01] filed in october 2018 [18:03] Hi [18:08] EmmaT, libgconf2-4 != libgconf-2-4 (note the '-') and you probably have already the bionic version installed (3.2.6-4ubuntu1); so it fails and you might need to remove it [18:12] ioria it is true ... but what does that mean .. they are the same it seems howver .. ? [18:13] they are not the same [18:13] https://hastebin.com/wajadamofa.rb [18:14] but hte same issue is for both [18:14] but the other one complains slighgly different [18:14] however, i think i solved it [18:14] one moment [18:14] EmmaT, do you have libgconf-2-4 installed ? [18:14] no, neither i think [18:14] EmmaT, dpkg -l | grep libgconf [18:15] https://hastebin.com/caqomogeki.sql [18:15] ioria nothing [18:16] ioria this worked [18:16] apt-get install -t xenial libgconf2-4=3.2.6-3ubuntu6 [18:16] i am not sure what I did different before .. but i did try the -t no ? i think i put xenial at the end though before [18:23] ioria -t xenial is the way ... never impossible [18:23] it took a while though [18:23] ok [18:24] thanks for helping out, it gave me good energy :) [18:25] ioria google search has seriously become worse and worse for searching code related issues for every year [18:25] i've been saying it for like 4 years [18:25] i think they do it on purpose [18:25] to stiffle compition [18:26] seriously have to google the hell out of everything every single time ... like installing a package from a specific repository should not be that difficult to find information on [18:26] i can't tell, sy [18:26] stackoverflow answers presented are rarely any good [18:26] nor relevant .. and surely the question has been posted many times before [18:27] bastards ... and they removed the search for discussions [18:38] great, now everything works in 18 as well [18:57] Hi everyone, I reinstalled Ubuntu over macOS. Is there a good way to recover access to the Windows partition that I had on Bootcamp. [18:58] I can also reinstall Windows if that is better. The info on the Windows partition is not important. [18:59] If I try to boot into the Windows partition with the Macintosh startup key (I think shift) I can boot into Windows as an option, but it then proceeds to say "no OS installed". [18:59] zmagii: Does the Windows partition still exist ' sudo parted -l ' in a pastebin to show the channel what we are working with. [19:03] Bashing-om: https://pastebin.com/raw/FX1eAmj5 [19:03] You'll see that the last data is just to say that I encrypted the Ubuntu partition [19:07] zmagii: looking ^^ [19:09] zmagii: Looks recoverable - " EFI System Partition " but will take one who knows what to expect in that directory. I am not Windfows/UEFI knowledgeable :( [19:14] Bashing-om: So is that the boot loader or something for Windows? [19:15] zmagii: It contains ( or should) the code to boot the selected OS. [19:15] Cool, thanks, then I can Google around that. [19:15] !uefi | zmagii [19:15] zmagii: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI === raf is now known as rafael [19:25] !squid | abtm_ [19:25] abtm_, please see my private message [19:26] interesting [19:27] !ubottu | abtm_ [19:27] abtm_: Hi! I'm #ubuntu's favorite infobot. You can search my brain at https://ubottu.com/factoids.cgi | General info and channels at https://wiki.ubuntu.com/IRC/Bots | Make a clone of me, see !botclone [19:28] I was trying to determine if it was generally avail or avail only to some [19:28] :) [19:28] hence the check [19:28] and the answer is, avail to all via /msg and avail to some in # [19:29] zmagii: I'm not that familiar with it, but maybe it's possible the Windows install on bootcamp will only work using bootcamp. Isn't there some sort of hypervisor going on therE? [19:33] Bashing-om: Just one more question, does this mean UEFI mode is on? [19:35] leftyfb: I am not sure if there is, but Bootcamp does have funny restrictions in general like for example it had to be Windows 7 at some point. [19:38] zmagii: Literally running "[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS" will tell you if you're booted via UEFI. [19:38] Sorry, just as you posted I read that section. [19:41] zmagii: I am not up on bootcamp - Is that a Mac bootloader ? as Mac no longer exist I can accept that bootcamp will have to be replaced by grub ( GRand Unified Bootloader ). [19:42] Bootcamp is the "official" way to dual boot Windows if you have a Macintosh running macOS. [19:43] You launch it as an app from within macOS and install Windows by following the GUI, after which you have a dual boot with Windows. I think it restarts a few times as you do it. Then on startup you can hold alt I think to choose the disk, otherwise it boots into macOS. [19:45] is there a library somewhere with hashes for all binaries ever distributed by ubuntu, including possible inter-release updates? i ran into a suspicious file on my system, checked all the 18.04.* releases and couldn't find a match, even by version number. does that automatically mean it's something malicious? or is it possible that there has been an update that have never made its way to the stable distro? [19:48] clamav says its ok but otoh for some reason it's the same size as the one i just got it replaced with, yet totally different contents [19:49] mw_: very curious [19:49] mw_: it's funny you mention that, I've vaguely wondered about setting up such a system, but had no idea if the end results would actually be useful for anyone .. [19:50] !info debsums [19:50] debsums (source: debsums): tool for verification of installed package files against MD5 checksums. In component universe, is optional. Version 2.2.5 (focal), package size 41 kB, installed size 121 kB [19:52] mw_: you can find previous packages on old-releases.ubuntu.com eg s of stilts wearing a hat. ponies [19:52] STUPID FIREFOX [19:52] mw_: http://old-releases.ubuntu.com/ubuntu/pool/main/b/bash/ [19:53] Bashing-om, thx, this will be useful [19:55] sarnold, i didn't mention it was bash [19:55] mw_: I know [19:55] mw_: I just picked bash because I always pick bash when I need an example package [19:55] spooky [19:56] hm, there's no 4.4.20 at all, and that was on my system.. [19:57] looks like i have something for the clamav guys [20:01] phew, debsums reports only node/python related stuff differs, which is normal, thats sort of a relief [20:04] note what debsums does, though [20:04] mw_: did you figure out that bash weirdness in the end? [20:04] it checked whether the files belonging to packages are original. it does not check whether some additional files you may have should be there or not, [20:07] mw_: uploading the file to virustotal (or just searching for its checksum so you don't leak potentially sensible info by uploading it) is most likely a better test than clamav. [20:09] EriC^^, its so embarassing, but.. yep, the binary was surely not from ubuntu. still have no idea how it got there tho. i had one of the accounts breached some time ago, a miner was installed, it didn't take too long to notice and disarm, and i was confident that was it. looks like something much worse happened, but i'm still unsure exactly what. [20:11] mw_: oh yikes, sounds like reinstall/latest secure backup time, eek [20:12] tomreyn, virustotal wont recognize it [20:13] there's a slight chance that it's totally unrelated, and it was actually me trying to hack something together, that i totally forgot since === Guest24379 is now known as Y0rick [20:14] what about the miner? [20:15] it's a tough spot i guess [20:16] i correct myself, virustotal _does_ recognize it as bash, last uploaded 3 days ago, just no threats identified [20:16] Hello [20:16] hello Stavros [20:16] Has anyone tried an Ubuntu installation with ZFS on root? Is it stable/does it work well? [20:17] mw_: any idea where the bash came from? maybe md5sum it and check with google if anything hits? === Stavros is now known as stavros__ === stavros_ is now known as Stavros [20:27] md5 / sha1 / sha256 - 557c0271e30cf474e0f46f93721fd1ba / 59fea2c26edbbab48daaf73e7cd16ebc47475e83 / da85596376bf384c14525c50ca010e9ab96952cb811b4abe188c9ef1b75bff9a [20:28] there are a few hits, but not really helpful [20:28] https://hybrid-analysis.com/search?query=da85596376bf384c14525c50ca010e9ab96952cb811b4abe188c9ef1b75bff9a says marked as clean, that's something.. [20:29] Hey, is there a page or something, where I can lookup the syntax for setting a keyboard shortcut with gsettings? [20:31] quadrathoch2: Are you trying to set up a custom shortcut? [20:32] bytesafari, I want to setup a keybinding for always on top [20:32] (to something like F12) [20:33] or Alt+W but somehow he tells me that the file Alt is not available :/ [20:34] quadrathoch2: Check out this resource, may be a good place to start [20:34] https://www.maketecheasier.com/keyboard-shortcut-for-always-on-top-ubuntu/ [20:34] Hello [20:35] are there any reported issues upgrading 19.10 to 20.04 LTS ? [20:35] bytesafari, I assume, that the program is for X, I use wayland :/ as the drivers are better with wayland [20:36] Atlenohen, maybe there are? did you see the releasenotes? https://wiki.ubuntu.com/FocalFossa/ReleaseNotes [20:37] Atlenohen, also https://bugs.launchpad.net/ubuntu [20:37] oerheks: I'm talking about issues in the upgrading process [20:37] Some people say Linux can crash and stop working [20:37] it is a too wide question, why would a bug apply to you too? [20:38] start with a fresh iso on usb to be sure, and have fun [20:38] Atlenohen, nobody can say if your config can cause bugs or not, because it's unlikely that you have the same hardware + software setup as other people [20:38] Since I picked the worst time to install and setup my new linux, a few days before 20.04 was released, after being on Linux Mint for 5+ years [20:39] quadrathoch2: I'll tool around in wayland once I get a chance, but it looks like wmctrl may be a good place to start [20:39] well it's a program for X only. so that won't work :/ [20:39] ah, my bad [20:40] and even the examples on the internet don't work with sth like ['w'] so idk how else to type it in where gsettings is satisfied ^^ [20:43] quadrathoch2, yeah I saw a couple of askubuntu posts for wayland, but they don't have answers [20:44] quadrathoch2, does alt+space bring up a menu, or is that just an X thing? [20:45] it brings up the menu on the top left (from the app not the app switcher) [20:45] this is what I don't get [20:45] https://paste.ubuntu.com/p/GH6tWhqCSK/ [20:48] what file is that from? [20:48] terminal commands I entered [20:48] ah okay [20:49] sorry, forgot to copy the $ ;) [20:56] bytesafari, so also no idea? :/ [20:58] mw_: the 256sum you posted matches ubuntu 18.04-amd64's /bin/bash [20:58] quadrathoch2, yeah, not really sure. Could be the syntax of your gsettings command, but I'm not sure [20:58] bytesafari, thanks :), off to more searching around :> [21:05] mw_: so you'd find it in here: https://packages.ubuntu.com/bionic-updates/amd64/bash/download [21:13] hi, I'm looking for a client utilizing xmpp working on android, windows and linux, with VoiP and Video features. Can anyone advice [21:18] freebench https://astrachat.com/ looked at that? [21:19] haven't tried yet [21:32] blazed, looks like astrachat PC version is only avail for corp customers [21:33] ye i've actually just been reading on it, didi a quick google search from freebench's question. shame. [21:35] jitsi is good, but android version supports jitsi video conversation only [21:35] aTalk must be okay, but android only :) === halvors1 is now known as halvors === halvors1 is now known as halvors === halvors1 is now known as halvors === westor is now known as westor_ === westor_ is now known as westor === halvors1 is now known as halvors [22:52] Hi, running Ubuntu server 18.04 with lxd (btrfs backend), after a kernel event (INFO: task btrfs-transacti:1453 blocked for more than 120 seconds.) all containers are hung and not responding to commands. Did anyone have a similar issue, any suggestions? [23:01] jay42: is there anything else in dmesg? [23:02] jay42: it might be worthwhile trying to grab /proc/pid/stack files for all the hung processes, too [23:03] sarnold: Yes, more details for the btrfs event, then there is an lxd message: lvl=warn msg="Detected poll(POLLNVAL) event." [23:04] And then several services in systemd stopped, eventually causing systemd-logind service to hang, and disable logins. [23:04] In ps, I see there are lots of btrfs processes active: btrfs property set -ts /var/snap/lxd/common/lxd/storage-pools/.... ro false [23:05] processes stuck in D state tend to multiply [23:06] Indeed, they're all in D state. [23:11] jay42: Has this happened more than once? [23:14] Jordan_U: No, this is the first time after almost 1 year of lxd+btrfs setup. [23:15] My theory is that something went wrong during the lxd snapshot of the container, blocking btrfs overall and hence the containers. [23:16] jay42: I'm seeing other reports of the error "task btrfs-transacti" "blocked for more than" from googling, and they're all from 2016/17/18. I wonder if this is a bug that was fixed since 2018. [23:18] lxd is pretty new - 4.1 [23:20] jay42: My guess is that it's not an lxd specific problem, but rather a more general btrfs bug. [23:21] Pastebin of the kernel event when it all started: https://paste.ubuntu.com/p/MqkTTYGb96/ [23:22] Hello this is the fifth day of reporting my Ubuntu 20.04 keeps freezing. I sure hope somebody will take up the problem. I have something called Plex server running as root. (Yes I removed the Plex server.) Yesterday I posted a snip from my TOP command [23:22] btrfs-transacti being the first, and others following (systemd-journal, postgres, apache, lxd) [23:23] tripelb: when it freezes can you switch to another TTY? Can you ssh in? [23:24] tripelb: usually only will be so many things: out of RAM, primary storage (hard disk/etc.) failure, rare X bug, overheated hardware [23:25] Is there any concise documentation/video that makes managing networking (particularly DNS) in ubuntu understandable? [23:25] Matsaman I wasn't out of time I checked that the other way My hdd just doesn't fail because I can keep rebooting. I don't know how to switch to another TTY or SSH in. --. I'm not a sis up. I'm a woman at home with home internet one laptop several Android devices... [23:26] blizzow, anything particular you are wanting to have a look at? [23:26] It releases and refreezes. Matsaman I think he's totally gone because Nick completion doesn't work on his name. This is the fifth day I'm asking about this. I have new information today It's related to chrome [23:27] tripelb: okay, so maybe just don't use chrome for now? Try Firefox [23:27] tripelb: or at least chromium instead [23:27] any chrome on Linux is going to be a beastly binary blob [23:27] if you use Chromium it will at least be packaged sensibly [23:27] Matsaman Right I can use Firefox. But I really like to have chrome. But the same thing happens with chromium. [23:28] tripelb: okay so you're using chromium and doing nothing special and it freezes? [23:28] It releases then comes back to the freeze. I can tell cuz the mouse will move a couple inches when I swing the cursor around [23:28] tripelb: how much RAM have you got? [23:28] If nothing special means using IRC and chromium at the same time, maybe looking at a directory listing, then yes. [23:29] This time I started and made sure it Did not restore any of the old links in case it was one of them. ---- I think it is this "Plex server" running two processes as root. [23:29] I'm doing this on the phone let me switch to the computer where the pastebin link resides [23:29] quadrathoch2, I want to run a good local resolver on port 53. I can't start it up because systemd-resolved is stuck there. systemctl stop systemd-resolved doesn't kill the resolver. [23:30] So I use killall systemd-resolved. dnsmasq takes over! [23:30] so I killall dnsmasq [23:30] plex as root, crazy. [23:30] Then I'm able to fire up a good resolver on 127.0.0.1. [23:30] But noooo. [23:30] old fix .. https://forums.plex.tv/t/proper-way-to-run-plex-as-another-user-with-systemd-ubuntu-server-16-04-lts/158853/2 [23:30] Oh that's right I have to reboot to do that [23:31] Because it's on Firefox [23:31] I go into netplan and try and change the resolver to 127.0.0.1 and f' you ubuntu tells me. [23:31] but plex is not freeware [23:31] proper-way-to-blah-blah-nonsense-situation, heh [23:31] tripelb: I just need the output of 'free -m' [23:31] I try to just edit /etc/resolv.conf, but there's a bunch of scary text in there saying it's worthless now. [23:31] tripelb: not even the output, just the human-rounded first number (mem total) [23:32] matsaman I have to reboot the computer to unfreeze the mouse to do anything on the computer, I can't even bring up terminal with the keyboard, iir [23:32] Why the hell do I need to follow breadcrumbs through the documentation of /etc/resolv.conf into systemd-resolved into netplan, into some other garbage. Jesus I miss my old /etc/resolv.conf [23:32] When I look for netplan dns howtos, this comes up: https://www.youtube.com/watch?v=Bbdc_CvDGUM [23:32] How f'ing true. [23:33] tripelb: ok [23:33] blizzow, can you test out systemctl disable --now systemd-resolved.service (because here it works 100% got no resolver anymore) [23:33] blizzow: because you're using systemd, and it's awful [23:33] matsaman last time I looked at the RAM out of 8 gigs I think it was using three or else point three. It wasn't anywhere near half [23:34] tripelb: so you have 8GB total? [23:34] Well maybe my memory was wrong. I just booted up and totaled a 7.4 gigs and free is 5.4 gigs [23:34] Available 6154 [23:34] tripelb: okay, so that's fine [23:35] matsaman, I understand systemd is awful. Oh, don't I know it. quadrathoch2 - so if I disable the garbage that's systemd-resolved, what's doing resolution at that point? [23:35] Does it fall back to /etc/resolv.conf? [23:35] tripelb: what does 'swapon -s' say? [23:35] Does netplan write /etc/resolv.conf? [23:35] Or does networkmanager do some magique? [23:35] blizzow, nothing, because only systemd-resolved is setup to resolve anything [23:36] tripelb: or, 'swapon --show' is better [23:37] Let me see if the Plex server is running yet. AH HA: NOW: 7.46 total 1.23 used 5.02 free, 5.98=available [23:37] Now LESS is being used. [23:37] so is plex still running? I assume that plex is hogging much of the resources [23:38] blizzow: https://ubuntu.com/server/docs/network-configuration If you're using network-manager, you should also be able to configure dns via nm-connection-editor or nmtui (terminal ncurses based interface). [23:39] Should one use netplan or networkmanager? [23:39] matsaman results of show. /dev/sda14 partition 16M used 0B prio -1. (Next line/ sda13 1020K 0B -3 [23:39] netplan is just a configurator for nm and systemd-networkd [23:39] blizzow: That depends on your use case. I would expect that servers would benefit more from netplan, and desktops would generally use network-manager. [23:40] Starting firefox [23:42] blizzow, did you get it running? because still not 100% sure what you want to achieve [23:43] tripelb: How about this?: lsblk | grep -i swap === Frietziek is now known as Psycopatah [23:44] From yesterday, top. https://pastebin.ubuntu.com/p/ZNf2TGbBGr/ [23:45] matsaman That's yesterday I'll do the LS block now [23:45] I want to run a docker container or VM with my own dns server that serves DNS on port 53 on 0.0.0.0. I want to change the nameserver on the host running the VM or docker container to 127.0.0.1. I want to point other hosts to use this as a DNS server. [23:45] blizzow: why's that? [23:46] blizzow, which software do you want to use for that (because dnsmasq is not bad for that) [23:46] matsaman There was no output to that LS to grep statement [23:47] tripelb: I wonder if you have any swap at all, time was with 8GB of RAM it wouldn't be such a big deal, but that might not be the case with contemporary nonsenses [23:47] swap is usually useful to have [23:48] I have 16 gigs of swap iir. I will figure out which command will display it in a moment. [23:48] I see SDA 13 and SDA 14 are both swap One has 1M and the other has 16M [23:49] I'm speaking because it's easier than typing on a phone [23:49] tripelb: M as in megabytes is essentially zero swap [23:50] When I installed the system on this partition... Oh you're right. Can I fix that without reinstalling Ubuntu? [23:51] quadrathoch2, I want to use knot-resolver locally because A) I'm on a wireless backhaul so my best performing DNS server comes in at about 80ms. B) I want the ability to load a nice blacklist C) I want good metrics out of my DNS server D) I want a DNS server that automatically renews cached items [23:51] tripelb: yes [23:52] blizzow, as long as you know how to setup that resolver I am fine with helping you to deactivate any other resolver ;) [23:52] tripelb: Yes. You can either boot from a LiveUSB and use GParted (be sure to test it afterward, in case the UUID for the swap partition changes and you need to modify the /etc/fstab), or you can switch to using a swap file instead of a swap partition. [23:52] I'm into the swap faq in help.Ubuntu... [23:53] tripelb, just a sidequestion, do you want to have plex installed? as you already said a few times you removed it (but everything you show us, it's still installed) [23:54] quadrathoch2 The day I got some kind of an answer in the Plex system they said none of it should run as root. I've never used Plex yet It's not important to me. [23:55] I definitely want to remove those things running as root. [23:56] If I have to swap partitions can I just turn them into one swap partition? This help.ubuntu page is telling me how to add or modify a swap partition. [23:57] tripelb: yes, it's not 100% safe technically, so make a backup first [23:57] you would just remove one, resize the other, and make sure it's set up properly [23:57] if you use a swap file you can just disable any swap partitions and use that and it'll be completely safe [23:58] when you're messing with actual partitions, there's always a greater than 0 chance something will turn into the shape of a pear [23:58] Oh I have a few unused 30g partitions. But they were made by Windows and I was afraid to do anything with gparted. At the moment I've quite forgotten my windows password. (My stupid hint is the same as the username) [23:58] even if usually that doesn't happen [23:59] tripelb: mmm, well, they're probably not encrypted, so you can likely read the data from Linux [23:59] tripelb: and back it up if you want [23:59] Namikazeo I didn't make any encrypted partitions. [23:59] there are tools to recover/reset passwords, frequently, too [23:59] .. No I didn't make any encrypted partitions [23:59] most people don't [23:59] Yeah well I have to figure that out for windows. I can reset an Ubuntu password with my hand s tied behind my back just using my a stick tied to my nose