[00:17] tomreyn: I think this might be related: https://pastebin.com/JGib9HML [00:18] current dmesg: https://paste.ubuntu.com/p/Cj8sVvWbJm/ [00:22] deadrom: yes, the nvidia hardware or driver seems to be experiencing difficulties [00:22] journalctl contains quite some usernames, ip addresses and hashes, I'd won't post that, but there are some passages worth noting, ill copypaste, moment [00:24] tomreyn: it's an NVidia GT1030 but with a twist: it sits on a pcie1x to pcie16x expander since the board only has pcie1x. I need the gpu for running the media center [00:24] now technically this SHOULD not be an issue [00:24] any card by pcie spec should detect available lanes and run on what it's got [00:26] tomreyn: aaand the entire system stalled. ok, tomorrow next test: prope old atx psu [00:26] but - tomorrow [00:27] i'm not familiar with this message: "ACPI: NMI not connected to LINT 1" [00:27] https://unix.stackexchange.com/questions/338863/what-does-acpi-nmi-lint-mean-and-why-it-changes-across-kernel-version [00:27] may be irrelevant, but you don't usually see this [00:27] your bios is old, look for an upgrade [00:28] what do you think of snaps? And why won't they easily allow to disable auto-udpates for whatever you choose? [00:28] tomreyn: where so you see that? [00:28] deadrom: what is "that"? [00:28] madprops: good idea, poor execution, I stick to apt [00:28] tomreyn: old bios [00:28] !discuss | madprops [00:28] madprops: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [00:29] harsh rules. [00:30] deadrom: you have BIOS P1.60 12/17/2015, current is 2.00, 2019/6/18 [00:30] http://www.asrock.com/mb/intel/q1900-itx/#BIOS [00:32] tomreyn: wow, that is old indeed and I never would have assumed AsRock supported the board that long so I never bothered thinking that way. ok, 1st thing [00:48] tomreyn: nah, BIOS update, still same issue, X stalls after a bit of operation in total, Xorg log full of errors, but when I ssh into the machine it still responds === beaver is now known as don`t_try_babie [00:48] deadrom: it's probably nvidia related, but i'm not really into that, by heart. [00:48] either really a psu issue or with this installation, I pulled the SSD straight from a test rig and booted the installed 20.04 in the media center pc. adventurous, I know, but I'm used to Linux coping with such things, unlike MS [00:49] yeah. cause of action: install psu for testing, reinstall ubuntu, add power meter [00:49] but not tonight anymore. thanks for the insight [00:50] you could also double check that the graphics cartd is supposed to work with this driver family + version [00:50] but i agree with the other steps. [00:51] 450 driver, ubuntu-drivers recommended it and I would have gone for 450, too [00:51] but I'll ask the nv crowd [00:51] also check lm-sensors [00:52] allnice below 50C. open case atm [00:52] hmm, ok [00:52] that's all i could think of [00:53] https://askubuntu.com/questions/1273234/ubuntu-20-04-intermittent-system-freezes [00:53] has a GT 1030, just like me... plot thickens.. can't comment due to rules. [00:54] welp - more tinkering after dawn. getting late here even for computer people :) [00:54] see you [01:13] Is there a way to put EVERYTHING in “~/.local/bin/” in my “$PATH”? Some of my programs are in subdirectories. [01:13] how do we free up space on lubuntu? [01:15] phiona: Depends on how your machine has the drives partitioned. [01:15] KE0VVT: you'd need to list the subdirectories seperately. [01:15] well, you could examine them dynamically, but that's a bad approach security-wise [01:16] phiona: from the CLI. My way favorite method is using `du --max-depth=1 -x |sort -n` then see which directories seem too big for what they are. [01:16] tomreyn: If I put it in that directory, I want it to be runnable. [01:17] tomreyn: I guess I could keep the directory where it is and symlink its contents to ~/.local/bin/. [01:17] Anyone have issues the an Alcor USB 2.0 hub just crashing when to try to interact with it in any way? [01:25] hydrian: someone here once told me to [01:25] "df -h" [01:25] "df -i" [01:25] and then [01:25] "sudo apt-get autoremove && sudo apt-get autoclean". [01:25] and then [01:29] KE0VVT: dirty, ugly, hack, which does not take into account special cases such as blank spaces in directory names: echo export PATH="$(find ~/.local/bin -type d -print | xargs echo | tr ' ' ':'):$PATH" [01:30] KE0VVT: remove the 'echo' and add it to your ~/.profile if you wnat to use it like this (you should not). [01:30] the first "echo", that is [01:31] phiona: you typed too fast there, if you were typing [01:33] tomreyn: actually i typed it first, then pasted. [01:33] use an irc client which inserts a delay after every pasted line then, or use a pastebin [01:34] and join lines where you can, don't use enter as punctuation. [01:35] this helps working around the bots quieting you. [01:35] tomreyn: so what do we do in order to free up space? [01:39] phiona: first you find out what's consuming the space, and whether it should be. [01:40] phiona: maybe i can give a better answer when you can describe the details of the problem you're facing, if any. [01:42] tomreyn: how do we find out what consuming space? [01:43] phiona: you can use the du (disk usage) command on a terminal, or the ncdu text-graphics interface, or baobab on gtk-based desktop environments. [01:43] !info baobab [01:43] baobab (source: baobab): GNOME disk usage analyzer. In component main, is optional. Version 3.34.0-1 (focal), package size 92 kB, installed size 720 kB === zbenjamin_ is now known as zbenjamin [01:46] fslint is waiting for a port to python3. [01:46] * for 20.04 [01:46] tomreyn: i wanttto use the one i pasted because it worked. but it doesnt now. [01:54] tomreyn: i want to use the one i pasted because it worked. but it doesnt now. [01:54] https://pastebin.com/6QqQJdgj [01:58] phiona: can you just explain what makes you want to free space? [01:58] tomreyn: I ended up just symlinking contents to bin/. [01:58] i think we'll make much better progress this way than by approaching this generically [01:59] yes, that was the old way, of removing unused kernels, nowadays autoremove does this too [01:59] KE0VVT: works for me. ;-) [02:02] tomreyn: bcoz i want to install the ubuntu update which is just coming out now on LUBUNTU, and i think i have little space left. [02:06] phiona: df -h | grep -v ^[a-z] will tell you how much space is left on your file systems [02:06] oerheks: how do we do that exactly? how do we use autoremove to free up space? [02:12] tomreyn: https://pastebin.com/ZHJDRAgQ [02:12] the command is in your own paste. from way back when kernel 3.13 was awesome [02:13] phiona: you have 3.4GB available on the root file system, 14 GB available on the home file system [02:14] tomreyn: yes, i know [02:14] phiona: 19 GB are allocated on the root file system, it *may* be possible to regain some space there, using oeheks command, or by browsing through those subdirectories other than /home [02:15] well, some of them [02:16] tomreyn: what oerheks command? [02:18] oerheks: what was awesome? i did not know it. i just copy pasted it. [02:18] so, did you try it already? [02:23] oerheks: yes but it was a long time ago. i does not work nnow. i think its because of this..."sudo rm -rf /usr/src/linux-headers-3.13.0-4*" [02:23] i hope you don't have such old kernel. [02:24] i think you won't be able to delete much more than an unused kernel from sda6, all you can do is clean out sda7 /home/ [02:25] oerheks: nope. im always updated. [02:26] oerheks: so,what do i need to replace "sudo rm -rf /usr/src/linux-headers-3.13.0-4*" with? [02:28] sudo apt autoremove [02:31] oerheks: actually i run this command whenever i have an update notification from LUBUNTU. sudo -- sh -c 'apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y' [02:34] oerheks: do you think this removes all unnecessary files? [02:40] tomreyn: how do i regain space on the root file system? === BrianG61UK__ is now known as BrianG61UK [02:46] phiona: you can clean the apt cache (apt clean), but this usually just works temporarily. [02:47] phiona: you can remove old kernel images located in /boot, by uninstalling their linux* packages ( dpkg -l linux* | grep -E '^[ri]' ) [02:48] phiona: and you can purge some apt packages you no longer need. [02:49] phiona: the latter you can do using the "synaptic" graphical application, for example, or just by looking through your desktop environments' application menu, and then running apt purge SOMEPACKAGENAME to delete a given software [02:50] tomreyn: these are my linux headers. https://pastebin.com/gXDCUjbR [02:50] phiona: i have to leave for now, good luck! you can also read up on this online in many places. [02:51] oh, you seem to be on an i386 system, is your CPU actually 64-bit capable? [02:52] tomreyn: yes . im on 32 bit install. [02:54] phiona: just upgrading to ubuntu 20.04 wont be possible then. if the cpu supports 64-bit ( grep -o -w -c 'lm' /proc/cpuinfo shouold return something > 0) you can do a fresh 20.04 installation, keeping your existing /home partition + file system [02:57] tomreyn: it returned a 2. [02:59] phiona: your CPU is 64-bit capable. ideally, you'll also have a mimimum of 4 GB RAM. free -h should report >=4 GB where the "total" column crosses the "Mem" row. [03:01] bong@bong-desktop:~$ free -h [03:01] total used free shared buff/cache available [03:01] Mem: 1.9G 1.1G 217M 55M 637M 536M [03:01] Swap: 1.9G 42M 1.9G [03:02] Trying to mount a synology network share using cifs. I get the following errror: mount error(95): Operation not supported [03:02] phiona: you'll still be able to install with those 2 GB RAM, but it's really, really, not much, you won't have a pleasent experience browsing the web with a modern web browser and multiple open tabs. [03:03] aaaand, i'm gone (away from keyboard, will remain connected). [03:04] tomreyn: thats why i stayed with 32 bit. === BrianG61UK__ is now known as BrianG61UK [03:08] phiona: (U)buntu requires > 4 Gigs of ram for a good experience - (x)ubuntu and (l)ubuntu are designed for lesser hardware. [03:10] Bashing-om: yes. i know. im on lubuntu now. [03:11] in 20.04 xfce feels a lot more polished to me than lxqt [03:12] Bashing-om: im on lubuntu 32 bit. [03:15] phiona: :D [03:19] Bashing-om: yesterday, lubuntu 32 bit gave me an update notification for 20.04. [03:22] was 20;04 released as 32 bit? [03:23] phiona: And you were on 18.04 - took the release upgrade offer with out proper preperation to make the jump ? [03:23] (no - 20.04 does not support 32 bit ! ). [03:24] is 18.04 officially the end of 32 bit support? [03:25] Toadisattva: Well - 18.04 will continue the 32 bit support (for many apps) untill EOL . [03:26] Bashing-om: no. i did not upgrade. [03:27] Ubuntu dropped the x86 architecture after 19.10. 18.04 is the end of the line, it seems. [03:27] yep [03:27] i missed that. but then again, i haven't run 32-bit in many years. [03:28] * signofzeta laughs in amd64 [03:28] you still can use 18.04 til 2023 and if you enable ESM til 2028 when available iirc. [03:34] what happens after EOL and we dont upgrade? [03:35] phiona: nothing, except you don't get any more updates [03:35] so if there are security holes that aren't found for another year, you won't get the fix [03:40] To be fair, we never get the fix for security holes that haven't been found. [03:42] phiona: it'll leave you with a vulnerable OS, just like unsupported Windows version like XP or W7 that people still seem to hold on to [03:44] if you really need 32bit you'll have to switch to Debian. But in the future 32bit will disappear anyway, it's being phased out. [03:45] Hrm. Specifically, 32-bit support will continue on for ages but only as a secondary architecture for 64-bit hosts. [03:46] Maik: why debian? what about lubuntu? [03:46] also 64 bit only [03:46] phiona: Derivatives tend not to have the engineering headcount to do real forks, which is what it'd require - rebuilding media, packages, etc. [03:47] phiona: every ubuntu release from 19.10 onward is 64bit only [03:47] also it's official flavors [03:48] phiona: Do you have hardware that only runs 32-bit, or do you run 32-bit for other reasons? [03:48] phiona: see? https://lubuntu.me/downloads/ [03:48] is debian ubuntu? [03:49] phiona: If you're choosing a 32-bit OS just for 32-bit application support, you're fine upgrading, as you can continue to use your 32-bit software. [03:49] phiona: no [03:49] phiona: no, but ubuntu is based off debian [03:51] mason: 64 bit capable hardware but i have only 2 gb ram. [03:51] phiona: That's fine. [03:51] phiona: The memory savings running 32-bit binaries vs 64-bit is fairly small. [03:53] g'night all o/ [03:53] phiona, I did a test of Lubuntu 20.10 on a 2GB laptop earlier today (lenovo thinkpad sl510 (c2d-t6570, 2gb ram, i915)) It's not a device I'd love as my main box, but it works [03:53] less than 4GB = 32 bit. 4GB or more run 64bit. [03:54] phiona: can't you max out the RAM? [03:54] is debian as fast as lubuntu on 2 gb ram? [03:55] try it [03:55] phiona, I'll discuss debian in #ubuntu-discuss or #ubuntu-offtopic, but not in his room [03:58] 32-bit pointers take up less memory than 64-bit pointers, but you also gain CPU registers in long mode, so while it may consume a little more memory, performance should be comparable, depending on the app [03:58] Maik: i tried to before but the technician said i cant add any more ram bcoz its something about the ram bays not working. [03:58] phiona: that's a very good reason, lol [04:00] signofzeta: smile [04:01] get a new computer (Laptop/pc) [04:01] and ditch that thing [04:02] Maik: i dont have funds for that. [04:06] make sure you get some then or open a fundraiser campaign :) [04:16] Maik: smile. i just envy people who have 64bit. [04:17] you have a 64 bit cpu too you said, it's just the ram you're stuck on === Mibixy is now known as Mibix [04:29] phiona: find another technician to check ram bays should work he couldn't find compatible ram stick [04:31] probably one of those Asus series where they put in a 64bit processor and you are stuck with 2GB non upgradable RAM modules. [04:32] seen it before elswhere [04:37] maik. i mean i envy people who have the latest 64bit. the ram is upgradable its just the technician said the ram bays dont work. ill try ledeni suggestion. [04:59] When will ubuntu 18 stop? [05:00] !eol [05:00] End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [05:00] Hash: see the community EOL wiki [05:01] looks like my mysql equiped containers racked up huge COW differences between snapshots [05:01] thats the culprit but idk how id change it [05:02] Hash: which 18? [05:04] 18.04 will be supported until 2023, 18.10 is EOL since July 18, 2019 [05:07] Hash, Ubuntu Core 18 has 10 years of supported life, so 2028. Yuo should be specific on what release (18, 18.04, 18.10; 18.04 can be extended via ESM) [05:48] LTS [05:48] Thanks for that. [05:49] I have tried the latest one and I use KDE and Kubuntu but with Xmonad and in latest one it breaks a few things which I have yet to figure out despite weeks of effort so I think I might stay on 18.04 [05:49] Good night === auosun3 is now known as auosun === auosun3 is now known as auosun === Etua1 is now known as Etua === auosun3 is now known as auosun === auosun4 is now known as auosun [08:07] hi everyone [08:08] is there a way to create launchers , like the desktop launcher, but then from a folder ? === jeddo- is now known as jeddo [08:33] Is ClamTk Gui reporting falsely that there are updates to ClamAV databases even if the updates have been manually updated? Running on 20.04. === BromaxSux1 is now known as BromaxSux [10:18] elias_a: anti virus on Ubuntu or Linux distro's in general isn't needed and are false positive reporting stuff. AV is totally unnecessary: https://easylinuxtipsproject.blogspot.com/p/security.html#ID1.1 [10:24] hmm, i just updated nvidia driver to 450 version. Things did not work so i have been trying all sorts of things. But it seems that whatever i do no kernele module package is installed. What am i doing wrong? [10:35] Maik: No it is not if you are handling data from Windows machines. [10:36] Maik: Point: Even if the Linux computer would not be affected the files may be used in windows computers using the same resources. [10:37] elias_a: well, you should have mentioned that in the first place. [10:39] i don't have a crystal ball that shows me you're handling data from Windows machines :) [10:39] if i understood it wrong then it's my bad [10:40] Maik: Why? Stop making false assumptions and everything is ok. :P [10:42] -_- === PowerTower_121 is now known as PowerTower_120 [11:03] bjohan: can you pastebin the apt errors please? [12:06] Hi all [12:59] finally finished my setup for a developer client [12:59] from now on i'll just make backups [12:59] and push commits to cloud/git instances === don`t_try_babie is now known as beaver [13:14] !discuss | hwpplayer1 [13:14] hwpplayer1: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [13:18] Hi [13:19] There is a bug on launchpad that is marked as private [13:19] why the heck is this even possible? [13:19] is ubuntu worse than Mac OS X? [13:19] is it full of spyware and we don't know? [13:20] it's lp1774582 [13:21] Franciman: got the full url on the bug? [13:23] No, I know that there is a package on my ubuntu from dell [13:23] and it references to this bug, which is marked as private [13:23] on the LP page [13:24] heheh [13:24] oem-workaround-bt-auto-resume-lp1774582 [13:25] Franciman: if you share the url we can take a look for you.. [13:26] https://launchpad.net/bugs/bugtrackers/linux-kernel-bugs/+index?batch=75&memo=375&start=375 if you go to this page and look up [13:27] 1774582 [13:27] you find it [13:27] that's where I saw it's private [13:30] but lotuspsychje why in the world put a bug private? [13:30] This means that ubuntu is not open source [13:30] it doesn't care about freedom [13:31] Franciman: join #ubuntu-discuss please, this doesnt fall under ubuntu support issues [13:32] it's because ubuntu is a malware that should be destroyed [13:32] thanks [13:50] Yes, Ubuntu is a virus, it infects you with joy and happiness :D [14:04] I ticked up, Sources in the Ubuntu Software section, then i run update command and see that output W: Target Sources (restricted/source/Sources) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:7, so i just deleted the restricted for line 7. Any issues here ? [14:34] Maybe. Could be that you're now missing sources :) [14:34] or did you mean you just deleted the word 'restricted'? In that case it should be fine. [14:35] I just deleted the second [14:52] my mouse stopped working after last dist-upgrade, lsusb doesnt show my mouse in the list, any idea how I could fix it? [14:56] does anything show up in dmesg when you plug it in or unplug it? [14:56] no.. no message [14:59] does it still work on another computer? [15:01] I made a silly mistake, cable was loose for charging, and it has no battery. sorry === Etua1 is now known as Etua === strive is now known as str1ve [17:26] Hi, I'm using ubuntu 20.04 and cannot get usb-c connected. I'm using a device that is ready for usb-c, the cable that is ready for usb-c and the right entry for the usb-c on the computer. Ubuntu says with lsusb -t that usb-c would be ready on Bus 02 (5000M) while it always loads the device on Bus 01 (480M). Any ideas? I googled but couldn't find a [17:26] way. [17:32] Where is gnome3 notification tray history located ? on Ubuntu 20.04 [17:35] when I install qt5 with `sudo apt-get install qt5-default`, where is my QT_DIR? I have /usr/lib/x86_64-linux-gnu/qt5/ and /usr/include/x86_64-linux-gnu/qt5/ with qt files [17:36] hi all - not sure what happened but I lost my sound, pavucontrol only shows dummy output, tried reinstalling pulse, no go, also checked second user on computer and same problem so it's system-wide [17:37] hello guys. i have a stupid question: i have a vps running Ubuntu 20.04. I have only a few IPv6 addresses in the netplan config file. but using a specific software (eggdrop), it seems to grab a random IP from the whole /64 block that aren't even in the netplan config. how can this be possible? [17:37] seems related to my squeezelite install that I did last night, just tested my LMS and audio output is fine [17:38] this is bothering me [17:38] shouldn't any program bind only to the IP addresses specified on netplan? [17:38] why is the Ubuntu download page trying so hard to hide the non LTS versions of Ubuntu Desktop [17:38] or was that removed altogether? [17:39] BenderRodriguez: it's not hiding non lts releases, there are none at the moment. 20.10 will be out next week the 22nd. the 19.XX series are both EOL [17:43] ok I see [17:43] so because a new update is looming, the current non-LTS is hidden? [17:44] there is no current non-lts [17:44] To my usb-c problem: dmesg | grep -i USB shows among others that "new high-speed USB device found" [17:44] Maik: oh because the LTS version was just released therefore is the most bleeding edge version? [17:44] BenderRodriguez: all the non-LTS are EOL, https://wiki.ubuntu.com/Releases [17:45] BenderRodriguez: there is nothing newer than 20.04. [17:45] LTS is not bleeding edge [17:46] BenderRodriguez: 20.10 is currently still Beta and they don't show it on the website............. [17:47] as i said, 20.10 is a non-lts release which will come out on the 22nd of october. Maybe it will show up on the site after it's released. [17:56] hmm I have the same issue with my raspi4b [17:58] If usb-c is activated it should show at least 5000M under lsusb -t, right? [17:59] Nebuntu: seems no one is around at the moment to answer that [18:00] Maik OK, thanks. === Ringtailed-Fox is now known as RingtailedFox [18:03] Nebuntu: i'd say that if the device keeps showing up as connected to a different bus then it's not physically connected to the usb-c bus. [18:05] i.e. you'll need to make sure that there's actually a connector available on the enclosure, and that it connects to the usb 3.0 bus' connector on the mainboard. [18:05] tomreyn The physical slot is marked with a SS-USB-sign [18:05] Nebuntu: on the mainboard? [18:06] tomreynI haven't open up my laptop, it shows on the outside [18:09] so it's a laptop, i see. if the SS port would not connect to the usb 3.x bus that'd be a grave HW design problem, it's probably something else. then. [18:13] Nebuntu: you could search the web for this laptop model ( journalctl -b | grep DMI: ) and "usb 3" OR "usb ss" just to rule out a HW design failure. [18:22] Nebuntu: i just read up on this. apparently there's some mechanism which will dynamically assign non SS capable devices to lower speed hubs. that's according to this post where the OP reports to have connected different devices to the same external usb port, but where it got assigned to different usb hub: https://unix.stackexchange.com/questions/491526/usb-3-0-external-hard-disk-only-operating-at-480-mbit-s [18:23] how do i stop ubuntu 18.04.1 amd64 desktop from upgrading automatically to 18.04.2? [18:24] en1gma: you don't install recommended updates [18:24] ok thanks [18:24] en1gma, why would you want this? old kernel, vulnerabilities.. [18:24] pull the ethernet cord :-D [18:24] yea i know. i have to run some old version of ubuntu 18.04 because this program dont work in 20.04 [18:25] https://github.com/gasparka/spectrogram see the ubuntu 20.04 note [18:25] .. and what makes you think it will not run on 18.04.5 ? [18:25] yes, your install is that old. [18:26] i tried 18.04.5 but i cant remember exactly what happened [18:26] i got 2 installs. one is 20.04 that im on now and another laptop with some version of ubuntu i just keept testing versions with but i think i need to disable automatic recommended updates [18:26] to do some real testing [18:27] note that we can't support installations where updates are disabled on purpose, since this means unfixed bugs. === jem_delibes100 is now known as jem [18:33] @tomreyn Thank you for the article. I tried here two usb3.x cables and three usb-sticks (of which I don't know if any of them is usb3.x). However it always shows me 480M. I'm going now to restart in windows (I have dual boot) and check what the reaction is there. Else maybe I'll try firmware update for laptop. [19:02] @tomreyn Hi again, I just wanted to say again thank you for the help. On windows it also load on USB2.0 . Looking around I found out that even though the two cables come from two very recent phones with quick charging capability, they are very likely usb2.0 (=usbc is not automatically usb3.x). The sign on the cables are just usb and not ss-usb. [19:02] Tomorrow I'm gonna go to shop and buy one - I guess thats the issue. Sorry, for asking in the wrong channel for Ubuntu as it turned out to be elsewhere related. [19:04] hello all, i was wondering did mokutil always come up as an option when updating the kernel? I never noticed this before. [19:05] also i'm wondering if I did it right. I selected enroll mok from the mokmanager at reboot. but then i panicked and hit escape and typed in the password. lol [19:06] grinchier: mokutil has only been used for 4 years [19:06] so you mean everytime the kernel updates in ubuntu you get the notification? I never realized lol [19:06] It might be something with dkms and unsigned modules [19:07] its just funny cause I was in here this week to try and figure out how to get my wifi driver to work with ubuntu. since secure boot always re-enables itself after a few weeks on this HP laptop. I just ordered a usb card, but then I did an update and the mokutil option popped up. and now the onboard wifi works with secure boot enabled! lol [19:08] but i'm concerned i actually disabled it or did something wrong. because I didn't select any keys or create any keys. [19:08] i selected enroll mok. but then i got confused and panicked at the next menu so I hit escape. then it asked me to put in the password which I did. then it rebooted and now my onboard wifi works [19:09] I just disable Secure Boot on every computer-- why I never see mok messages [19:09] I do use a 3rd party dkms driver for the wifi card. I Just want to make sure secure boot is still working properly. [19:09] it can't be disabled on mine after a few weeks it re-enables itself in the bios [19:10] What wifi? [19:10] umm let me check [19:10] RTL8821CE [19:11] using the rtl8821ce-dkms package then [19:11] i used instructions i found online to wget from the thomas spinho repo i think it is [19:11] let me check [19:11] jeremy31 +1 [19:14] this is what I did sudo apt-get install --reinstall git dkms build-essential linux-headers-$(uname -r)git clone https://github.com/tomaspinho/rtl8821cecd rtl8821cechmod +x dkms-install.shchmod +x dkms-remove.shsudo ./dkms-install.sh [19:14] but everytime secure boot would re-enable in the bios it would stop working [19:15] so this time I used the usb card I bought. updated. and then i got the option to use the mokutil on reboot [19:15] and now it works with secure boot enabled. i just want to make sure I used the mok manager correctly [19:15] so all i had to select was enroll mok and nothing else? select no keys or nothing? [19:17] grinchier: that github is actually the source for the rtl8821ce-dkms package. You should be good if it works with Secure Boot enabled [19:18] ok great. so let me ask another question. this is my sisters laptop for my little niece to use for remote schooling. are they going to have to do the mokutil thing everytime they update the kernel? They are not too pc saavy [19:18] Hi guys! After upgrading my system to ubuntu 20.04.lts I got coil whine / static noice when I play CS:GO. Never had this issue before. When my CS:GO windows is inactive the noice stops (checking discord or someting while CS still runs). [19:18] grinchier: It might be best to turn Secure Boot off [19:19] well like i said. it can't be disabled. [19:19] this hp laptop is weird [19:19] the presumption is poor quality cmos battery [19:20] Must be a different model than my HP, Secure Boot has been off since I bought it [19:20] so is that a yes they will have to do the mok manager everytime they update kernel? if thats the case I might as well just give them the usb wifi card I bought for them. [19:20] then they can just stick that in if the wifi onboard stops working after they update lol [19:20] ya i'm sure it is a different model lol [19:20] grinchier: PLay it safe and let them have the USB [19:21] ya i will do that [19:21] it was only 15 bucks lol [19:21] Just in case it is needed [19:21] yea [19:22] last question. how to set ubuntu to automatically update or notify when there is updates available? [19:22] unattended updates are automaticly set. [19:23] you would notice when you boot, no? [19:23] ok i found the options in the software and updates window. great. [19:23] security updates are installed automatically. other updates are displayed weekly [19:23] sounds good [19:23] they should be all set. [19:26] hmm this is interesting though in the additional drivers tab. it is saying the realtek wifi card is not working and is selected to do not use. but it is working hmm [19:27] i'm going to select the use dkms source option and see what happens [19:28] uh oh its stuck on applying changes lol [19:28] maybe that was a bad idea ugh [19:29] not stuck i guess, just wait for the module to be build [19:29] ok [19:29] patience is a virtue I guess lol [19:29] we know :-) [19:30] i got a 13 year old laptop i use with lxde i should be use to long waits lol [19:33] well pk-debconf-help is using almost 100% cpu so I guess something is doing something [19:34] its done [19:34] gonna reboot and see if it still works with secure boot [19:40] Heya [19:46] welp it works. guess we'll see what happens in a few weeks when they update the kernel hehe [19:46] I tried a few video editing apps like: KdenLive, FlowBlade, OpenShot [19:47] I found that most of them take a lot of time to save the changes made [19:48] I was looking for a simple application to cut/trim some videos. On Windows there are simple apps like WonderShare or Filmora [19:48] Does anybody know any similar app for Ubuntu? [19:49] FrankyGov: taking time to save suggests they are converting the format rather than doing a copy [19:53] How do i add python3 to path, so when i run python it will use python3 and not python2 ? [19:55] netameta, search for the python is python3 package [19:55] netameta, you can install the python-is-python3 package, but I found it easier just to put an alias in my .bashrc [19:55] https://launchpad.net/ubuntu/focal/+package/python-is-python3 [20:00] netameta: or use update-alternatives [20:00] python-is-python3 worked, thanks === mouses is now known as mices [21:32] i'm thinking of Ubuntu Touch (UT) as a substitute for Android-x86 on a PC that may not work well on... is UT still developed? [21:49] !touch | DarwinElf [21:49] DarwinElf: Information about the mobile port of the Ubuntu platform (formely Ubuntu Touch) for Phone and Tablet is available here: https://ubports.com/. Support and discussion in #ubports [21:50] hi is this the best channel to get some help on troubleshooting an issue with Ubuntu 20 [21:50] I am trying to debug an issue as to why I cannot login into Ubuntu 20 [21:51] !yy.mm | adam0000345 [21:51] adam0000345: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle [21:51] tomreyn so is this best place to ask questions? [21:51] other than that, yes, this is the ubuntu support channel. [21:52] ok great! just wanted to make sure because I was not seeing a lot of questions [21:52] first time using this platform, I use slack and discord usually [21:52] let me get you that info [21:54] tomreyn 20.04 [21:54] 20.04 [21:55] alright, adam0000345 :) now, what is your question / problem you're seeking assistence with? [21:56] you're always welcome to just burst into this chat and immediately ask any question (ideally after doing a web search on it) [21:56] tomreyn great thanks! I have been struggling with this issue [21:56] https://florisvanbreugel.wordpress.com/2018/03/23/installing-ubuntu-on-an-external-ssd-drive-on-a-macbook/ [21:56] I followed this guide [21:56] and when I try to boot onto the SSD that has Ubuntu on it [21:56] I seem to be getting this issue [22:06] hi sorry I got logged out [22:06] so the version I am working with is 20.04 [22:06] I am gollowing this guide [22:06] https://florisvanbreugel.wordpress.com/2018/03/23/installing-ubuntu-on-an-external-ssd-drive-on-a-macbook/ [22:07] I basically am getting this error [22:07] https://askubuntu.com/questions/1279602/ubuntu-20-04-failed-to-set-moklistrt-invallid-parameter [22:07] I do not know where I could execute the following: sudo su -cd /boot/efi/EFI/ubuntucp grubx64.efi shimx64.efireboot [22:07] sudo su -cd /boot/efi/EFI/ubuntucp grubx64.efi shimx64.efi [22:07] adam0000345: Confirm for the channel that you are attempting to install 20.04 on a Mac machine ? [22:08] yes I am [22:08] specifically on a samsung SSD 500GB [22:08] so I have 2 drives [22:08] one is SSD [22:08] the other is a regular drive [22:08] that has iOS [22:08] macbook pro 2013 [22:09] macbook pro 2012 actuallty [22:09] !dual boot | adam0000345 [22:09] adam0000345: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [22:10] adam0000345: I have no Mac experience - will have to await one here who has the Mac know-how. [22:11] ah ok thank you [22:11] what is the best way to get notified on this? will I get an email if I leave this platform [22:12] same here, not really into macs. most people would install ubuntu on computers with firmwaqres targetting windows and other OS. [22:12] adam0000345: No emails - Depending on your IRC client - your nick will hilight on respomse in this channel. [22:12] you may want to install a proper irc client [22:13] that's a separate software to your web browser [22:14] ok my question though [22:14] for this [22:15] https://askubuntu.com/questions/1279602/ubuntu-20-04-failed-to-set-moklistrt-invallid-parameter [22:15] how would you execute those terminal commands mentioned? [22:16] these commands are to be run on a working ubuntu system. [22:16] !terminal | adam0000345 [22:16] adam0000345: The linux terminal or command-line interface is very powerful. In Unity or GNOME, search the dash for "terminal" and press ENTER. Other desktops: Applications -> System Tools -> Terminal (MATE), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [22:16] i would disable secure boot. [22:17] (thinking) rEFInd maybe [22:18] oerheks: is disabling secure boot an option on macs? [22:18] could I do this if I boot from a live usb stick? [22:18] when I did that [22:19] tomreyn, yes, onlt the T2 ones not, iirc [22:19] I could not find the EFI folder [22:19] but those are from 2016 and up [22:19] this did not exist [22:19] cd /boot/efi/EFI/ubuntu [22:19] summonner rEFInd, I tried this [22:19] oerheks: oh ok, i wasn't aware. [22:19] the issue is that sometimes it shows up [22:19] sometimes it doesnt [22:20] is there a way for it to constantly show [22:20] if when it shows though, I run into a seperate issue [22:20] I can look into disabling secure boot === BrianG61UK__ is now known as BrianG61UK_ [22:27] oerheks it seems I cannot disable the secure boot option [22:28] I am only given a firmware password protection option [22:28] if I have rEFInd installed, would anyone know why it wouldn't consistently show uo [22:28] up* [22:39] adam0000345: what happens if refind doesn't show? [22:39] just a black screen, or do you get to see something else? [22:40] there is also the #refind channel you could join here [22:40] it's not very busy, but you can try. [23:19] hey there, my iPhone (after upgrading iOS) does not share its connection with Ubuntu when I connect it by USB, any idea why? is there a way to "reset the network profiles and restart it from scratch"? [23:19] (side-note, it *does* work on Windows 10 tho) [23:48] tomreyn I get a black screen with the error message mentioned prevously [23:56] adam0000345: apparently, this is a bug (or a deficit) in the grub shim, and a fix is in the works: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1867092 [23:56] Launchpad bug 1867092 in shim-signed (Ubuntu) "Failed to set MokListRT: Invalid Parameter" [Undecided,Triaged] [23:58] this will take time, though, because microsoft holds the keys to the secure boot castle