[00:03] Biessie upgrade of what? [00:04] sudo apt upgrade (i was already on the newest LTS though so just a few packaged) [00:05] should I now guess what was updated? [00:08] nah sorry im back and fourth on my laptop trying to figure out what is going on. i just rebooted my box and it came back up but won't even connect to ethernet now. [00:08] idk whats going on [00:14] Biessie: What shows for a render in the file /etc/netplan/01-network-manager-all.yaml ? [00:15] Bashing-om : NetworkManager [00:20] Biessie: A server should have networkd as the renderer - however what shows for the nameserver in the file /etc/resolv.conf ? [00:20] I use it as a desktop every now and then [00:20] but it's mostly just in the corner of my room [00:20] !netplan | Biessie [00:20] Biessie: Netplan is a network configuration abstraction renderer which uses YAML descriptions of a network to work with either a NetworkManager or Systemd-networkd "renderer". More information at https://netplan.io/ [00:21] Bashing-om - Nameserver 127.0.0.53 | options edns0 [00:25] Biessie: If you don't have netplan installed, you can wipe out anything in its config directory and have NM drive directly. That said, 1) in case you care, it'll use systemd-resolved unless you tell it not to, and 2) it won't touch wired interfaces unless you tweak it. [00:25] Biessie: Correct; network manager is managed from the GUI see: https://ubuntuforums.org/showthread.php?t=2402695 . [00:26] Biessie: To get it to manage wired, touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf [00:27] (This gives an empty config to the arguably broken config it has by default in its default config - dpkg -L network-manager | grep conf to find all the defaults.) [00:27] FWIW, graphical interface to it is decidedly optional. Don't remember that last time I didn't just use nmcli. [00:30] Biessie: FWIW, heading off for a bit, but I also touch /etc/NetworkManager/conf.d/10-dns-resolved.conf out of the box so NM handles resolv.conf by stuffing in whatever comes out of DHCP, or whatever's set manually. I also mask systemd-resolved, but that's all your preference. [00:31] i didnt change any of my network settings from day one.. been having this server since 16.04 LTS [00:31] so whatever the last update i just did im assuming is what caused my network to stop working. [00:32] Biessie: Hm, it'd be odd if it slid in netplan behind your back, but I think you have to take steps to squash resolved. [00:32] Biessie: And NM might have carried in its default that chops off wired configs. Are you on a wired interface, or wifi? [00:32] how do i get a list of the newest list of recent updates from apt update? [00:32] wired [00:33] Biessie: after apt update, say apt list --upgradable [00:33] kk im restarting my box now and once it loads up ill get that list [00:33] alright, going for real now - story time for the wee ones - but I'll be back and catch up [00:33] take care [00:34] you too - good luck [00:34] Biessie: upgrade log is at /var/log/dpkg.log . [00:47] So from what mason was saying that if it installed netplan it could cause conflicts with the existing setup i had with netmanager? [00:48] if i just uninstall netplan would it correct it? [00:48] networkd* [00:49] Bashing-om, I did not. [00:49] EriC^^, what I mean is I stick it in the laptop and try to boot from usb and it says it's not bootable media === Biessie is now known as biesssiee [00:51] biesssiee: https://www.configserverfirewall.com/ubuntu-linux/ubuntu-network-manager/ <- Disable Network Manager and enable systemd-networkd. [00:53] okay so Biessie is my linux box ZNC online with wireless. so it's definately an issue with wired only [00:59] biesssiee: Hey again. So, yeah, pick which network management suite you want and run with just one, IMHO. For a laptop I'd stick with NM. If wired isn't being configured, it's probably the default NM config being a problem, in which case telling it not to explicitly exclude wired interfaces would work. [01:00] biesssiee: Look at /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf [01:00] biesssiee: You can change that (not recommended) or 1) copy it into /etc/NetworkManager/conf.d and edit it there, or 3) just have an empty file with that name in /etc/NetworkManager/conf.d [01:02] s/3/2/ [01:05] hi, quick question, how can i install netplan from live usb to fix my not internet issue on my machine? [01:06] it is possible to do this? [01:06] biesssiee: Reading scrollback, looks like it's probably just systemd-resolved hosing you. systemctl stop systemd-resolved, systemdctl mask systemd-resolved, touch /etc/NetworkManager/conf.d/10-dns-resolved.conf, rm /etc/resolv.conf and force it to repopulate === zbenjamin_ is now known as zbenjamin [01:31] nothing is working lol. only my wireless works and not wired. i just finally got it to work, atleast it shows it's connected but its IPv6 only [01:33] biesssiee: Weird. Check all those configs then. By default NM won't drive wired NICs under recent configs until you fix it. [01:34] all te configs in /usr/lib/NetworkManager/conf.d are empty [01:35] Oh, that's a bit odd. [01:35] biesssiee: Does the network work if you give it a bare "dhclient eth0" or whatever your wired NIC shows up as? [01:35] with the exception of the default wifi one. [01:36] biesssiee: See, that sounds an awful lot like the NM configs I'm talking about, but if you can see your NIC with "ip a" and if dhclient drives it, that's somewhere to start. [01:37] trying sudo dhclient enp4s0. and it's just hanging there as of now === PowerTower_121 is now known as PowerTower_120 [01:38] biesssiee: Verify the physical network maybe...? [01:38] Link lights, power, maybe another system using that ethernet cable to verify that it's just that system somehow? [01:38] That cable, that port, etc. [01:41] Just followed it to the switch. all good [01:41] running smooth [01:42] Running smooth how? Did dhclient finally do its thing? Or did you try another system on that wire/port/etc? [01:42] sorry saying it's all connected properly. nothing was unhooked by accideng [01:42] ah, I'd still try another system to verify beyond a doubt that it's a bad config or something on that specific box. Easy test. [01:43] Can someone explain to me why tracker is using so much cpu and fan when I start up? [01:53] mason : lol can't figure it out but thank you so much for all of your input and time [01:53] guess im stuck with wifi [01:54] Biessie: Another thought, try live media to see if a "fresh look" at the hardware is able to drive it. That'd bug me to pieces not being able to use a wired NIC. [01:55] I would still look into what updated, to see what happened maybe === [1]MrMobius is now known as MrMobius [01:56] ughhhh brb let me try one more thing [01:56] Kbdlnx123 tracker is indexing your files so you can search faster [02:03] YAY [02:03] it works [02:05] mason [02:05] Biessie: What was it? [02:07] I honestly have no idea. I did so many changes before my last reboot it could have been one or a few of the many changes lol. - if you wanna SSH and look at my bash log haha you're mo re than welcome [02:07] Nah, I'm glad it's working though. [02:08] Me too. My wireless caps out at 250Mbps.. and i have 1000mbit up.down connection [02:08] well it sometimes hits in the 300mbps but wired is MUCH faster [02:20] I am getting some RAM for a motherboard, I understand that getting faster RAM than the motherboard supports is OK, it will be used at the slower motherboard speed, is this correct? [02:22] i haven't touched linux bluetooth in many years, last i recall it was either high quality audio sink or poor quality two-way audio (choose one). my android phone does high quality audio calls w/ google hangouts over bluetooth. can i get this in linux too? [02:53] I wonder. Is there a way for the CLI of Ubuntu 20.04 to start behaving like the old ugly way when you do a "ls -l"? Nowadays it shows the directory names within parentesis etc... like 'My Files' instead of the old My Files [02:59] * kreyren comes in channel and starts screaming heeelp while providing only https://github.com/Kreyren/kreyren/issues/16 [03:05] neildugan: That's my rule of thumb - get faster RAM than what the mobo supports. [03:05] Besides, if you've got an amd cpu - ryzen chips LOVE fast ram. [03:06] BUT - there's ##hardware for those types of questions. [03:06] ViperXL75: Maybe the white space in the filename put it into quotation mark? [03:06] ViperXL75: There's those ' ' because there's a space in the name. [03:07] I wondered about that a couple years back, ;) [03:07] I think it was always like that in linux === pikapika_lunar_a is now known as pikapika [03:12] oh there are white spaces indeed [03:13] amuro: lies... lies... [03:13] i remember that the crappy old Ubuntu 14 that i was using a while back, didn't show it like this [03:13] xD [03:15] ViperXL75: I remembered it was always like that back then when I first try ubuntu 6.06 [03:52] :S [03:52] ok. If u say so.. i'll have to settle for it [03:52] <--- Mumbling in disbelief but shutting up. [04:18] Hey guys i'm on 20.04 and for some reason all of the streaming websites i'm trying (FMovies, SolarMovies, Lookmovie, etc) will not load the streams properly. [04:18] Speedtest is fine [04:19] websites work fine on my desktop [04:19] There isn't any weird QOS settings on my router [04:20] I've also tried using Chromium & Firefox both browsers experience this issue [04:20] thlmrk did you install the codecs? [04:20] especially chromium uses ffmpeg [04:20] No, the video plays but it just buffers alot like the internet is slow [04:20] but speedtest is fine [04:20] ahh, okay, no idea then [04:21] Guess i'm going back to Windblows on it. No idea what the heck is the matter, but it makes it most annoying. [04:21] YouTube works fine as does netflix it's only those third party websites that I have issues with. Like they aren't prioritizing my IP... but again it works completely fine on my Win10 desktop. [04:22] hello, i am trying to install ubuntu 20.04 on my asus r541u, but the installation wizard is freezing. i have tried to use some kernel parameters on boot like nomodeset but no way, any ideas folks? [04:23] i am sure this is a graphic driver issue as this asus holds nvidia geforce 440 [04:29] hello, i am trying to install ubuntu 20.04 on my asus r541u, but the installation wizard is freezing. i have tried to use some kernel parameters on boot like nomodeset but no way, any ideas folks? [04:30] Sorry idk w0rmie [04:30] thlmrk : thank you [06:01] It seems that my laptop is no longer getting kernel images. uname -r has me at 5.4.0-37-generic, when my other systems are all on 5.4.0-40. What could be holding this laptop back? [07:16] davido_: you might not be using an up-to-date mirror [07:26] Hello, I'm seeing an annoying window popping up everytime I restart my computer, how to stop it? https://img.susepaste.org/images/e00c0d81.png [07:26] I'm running Kubuntu 20.04 [07:38] If its to do with kwallet, I imagine you'll have to enter it each time, as a security measure? [07:38] kari it is not usually that way, I'm using Kubuntu for over 11 years and its the first time i'm encountering this. [07:39] kwallet usually pops up during the system install time. But not after that. [07:39] I asked in #kubuntu and #KDE but with no success. [07:40] OK, try looking in system settings, account details. Apparently from there you can enable/disable and reconfigure it [07:40] Maybe that would help [07:42] hi , i m on 18.04 ... at boot it takes a long time to start apps even if cpu is at 23% and memory less than 25% (3 out 12 GB) ... any suggestions at what I am looking for as a bottleneck? [07:42] HHD or SSD? [07:42] HDD* [07:42] SSD [07:43] That was my only suggestion. Lol [07:44] New install? [07:44] yea the hardrive should be fast enough. It is a board and CPU I bought in 2011 but still their usage is very low. I clicked on chrome and other apps to start them about 1 min before joining IRC [07:44] no, it is a system that was upgraded since 2011 [07:44] Ahh [07:44] so i guess 14 to 16 and now 18 [07:45] System maintenance, cleared out temp files etc? [07:46] is that a thing ? :) [07:47] Look in /tmp [07:56] hello [07:57] ubuntu 20.04 the firewall is disabled by default? === dtux_ is now known as dtux [08:03] kari i doubt temp files are an issue - du -h --max-depth=0 /tmp -> 880K /tmp [08:12] I have ubuntu 18.04.4 LTS and would like to upgrade to latest LTS (which from my understanding is 20.04). However, when I do do-release I am proposed to change a conf file to upgrade to latest non-LTS [08:13] isn't 20.04 the latest LTS ? and if so why is this proposed when I run do-release-upgrade ? [08:14] Hi.. today's ubuntu update broke repo for me. I see: "ModuleNotFoundError: No module named '_ssl'". Here is today's update log: https://www.irccloud.com/pastebin/ioS3krs9/ [08:14] i'm on ubuntu 16.04.x. any idea how to fix this breakage or revert the update? [08:41] gebbione: ahhh oki [09:19] hey guys, how do I force gdm to use wayland instead of x11 [09:19] for some reason its using x11 now... [09:26] oh damn nvidia fu*** piece of trash [09:49] Hello! I had wifi on live 20 install, but now my wifi seems connected, but has no speed, help? [09:52] hi. i'm installing 20.04 desktop using mdadm. created the raid 0 array and installed ubuntu onto it. the instructions im following call for `mount --bind /dev /target/dev` but when i run this command i get `mount: /target/dev: mount point does not exist.` im supposed to do the same for /proc and /sys so that I can chroot into the system and install [09:52] mdadm before rebooting. what is the workaround for this? [09:53] the guide im following is a youtube video that covers this for 18.04; i couldn't find any instructions for 20.04 and its really difficult to find textual instructions for installing ubuntu desktop 20.04 (or 18.04) onto a raid 0 mdadm [09:58] Hello. I have a disk, which has 930 GB in total. I have a few partitions there, I did shrink one of them (using kde partition manager), now, as you can see here: https://i.imgur.com/ppobTnr.png I have 266 GB 'unallocated'. Then why neither KDE Partition manager nor Gparted allows me to expand the partition I called 'hdd'? I hoped I'd be able to expand it by about 266 GB [09:58] Hello! I had wifi on live 20 install, but now my wifi seems connected, but has no speed, help? [10:32] konrados: it's cause it's at the end, you need to move it back then expand [10:32] but there's the efi partition in the middle, so you'll have to reinstall the bootloader [10:35] OK, thanks EriC^^ - I didn't think it's gonna be so complicated :) Now I just realized that instead of playing with the partitions, I'll use this 'unallocated' to create a new one. It's all about backups only, so 1 part will be on this current partition, the other part of the backup will be on a new partition :) Thanks again :) [10:46] konrados: that's a good idea, no problem :) [10:46] I'm on ubuntu 18.04. On a pretty crappy internet connection but do have the 20.04 bootable USB drive with me. How do I *upgrade* best in this situation? [10:47] Will booting the USB drive make it possible to *upgrade* (as opposed to replace) my current installation? [10:52] Squarism, What happens when you try to boot from the usb? [10:53] I think typically when you go through the graphical installer there's a stage where it asks something like "What would you like to do?" [10:54] With a few options including "erase and install" or "upgrade", you should be able to choose the upgrade option [10:54] gibson96, ok. [10:55] Hello! I had wifi on live 20 install, but now my wifi seems connected, but has no speed, help? [10:56] gibson96, when you say "graphical installer" is that something you reach from the bootable USB or something you get when installing from running the current installed version? [10:56] eh.. the last message got a bit convoluted. But I guess you understand. [10:58] Hello [10:58] Squarism, Sorry, I should've been clearer, when you boot from the USB there should be a window that pops up saying "install ubuntu", if you click that option then you will be in the "graphical installer" [10:58] I am having troubles trying to do-release-upgrade -d to switch from 18.04 to 20.04 [10:58] hello [10:59] first issue that I apparently had to purge some third party ppa which I have done [10:59] Can I ask my problems regarding LinuxMint here in Ubuntu channel? [10:59] I am now been told that some packages are not upgradeable [10:59] so I'd guess that this corresponds to the ones installed with these ppa I just removed [10:59] so I'm a bit stuck [11:00] Is there a way finding from which source packages have been installed ? [11:00] schangg, did you "apt update" after purging the ppa? [11:00] gibson96 probably but will try again [11:01] momken, have you tried #linuxmint ? [11:02] gibson96 yes same problem [11:03] gibson96, thanks! Ill check it out. [11:03] gibson96, Yeah, but it has ~100 users [11:04] In the case no-one answers me, I guessed whether you welcome me in asking LinuxMint questions? [11:04] schangg, have you tried this tutorial? https://www.cyberciti.biz/faq/upgrade-ubuntu-18-04-to-20-04-lts-using-command-line/ [11:04] Assuming you've already made backups, you can skip to Step 3 [11:05] momken, I've not used Mint, but there may be others here who can help, no harm in asking I suppose? [11:05] gibson96 not this one but the procedure is exactly the same [11:06] gibson96, Thank you very much. Bcuz this attitude doesn't exist b/w Arch and Manjaro users [11:07] momken, only Ubuntu and official flavors of Ubuntu are on-topic here (https://ubuntu.com/download/flavours) [11:08] read the topic. basic. [11:08] guiverc, :| [11:15] 🤓 [11:22] Hi [11:23] still trying to upgrade from 18.04 to 20.04 following instructions found online [11:23] I'm being told that upgrade is not possible and I should look into logs [11:23] I have pasted main.log and apt.log here https://pastebin.com/DmCr98fj [11:23] I have been through these and I can not quite figure out what's wrong [11:24] could someone kindly have a quick look ? thanks [11:26] Hello, I'm booted into Ubuntu now from a USB stick but i only have this one stick and need to install the windows 10 ISO ive downloaded onto it. Is this possible from within Ubuntu while being booted from it? [11:27] like to format this stick and use an image installer/command to install the windows image to this drive [11:29] schangg, a quick look and I'd `apt-cache policy libomp5` as I suspect you've got 3rd party packages installed; which should likely be restored to default for upgrade to work [11:31] guiverc getting this https://pastebin.com/YSYG8ERC [11:33] sorry I misread something... [11:37] Nelderoth: I think you can, but you'd have to install grub, and partition your disk to fit win10 [11:38] guiverc I have run apt-cache policy on each and every package listed by dpkg -l and I do not see any URL pointing to third party [11:39] guiverc I am not saying that this is the right way to check the origin of a package because I definitely have third party stuff but the repos have been removed from source.list [11:39] :| qt4. switching to lp [11:43] sorry I noted qt4 packages.. (libqtcore4) .. there is a bug on this bionic2focal I believe.. haven't found it (what I meant with launchpad ref) [11:45] karl, do you mean the USB stick to fit the image? or the target install drive? (which btw is already empty ready for a fresh win10 install) [11:45] nah sorry I think I'm too tired.. it's reminding of bugs which I cannot find sorry schangg [11:46] i dont mind temporarily sacrificing whats on this drive, i just need to use this stick to install the iso ready for booting [11:46] You'd have to partition the computer hard drive, or ssd, or m2, whichever you use [11:47] well thats just a small SSD which i dont plan on partitioning for the install, i just want to put my newly purchased win10 key on there [11:47] From experience, installing Linux alongside Windows, it auto installs grub etc and resizes the drive... Windows isn't as courteous [11:47] So you don't mind binning off linux? [11:48] i forgot that my windows install was being booted by grub and deleted the ubuntu partition [11:48] i already did that for now just to swap things around [11:48] So whats currently on the pc, linux or windows? [11:49] i have one SSD with a windows install, the one i was using, then one smaller SSD which is now blank and im currently booting into ubuntu from the usb stick [11:49] You wanting to dual boot? [11:49] but i borked my grub last night when removing the partitions that had ubuntu installed so now i cant boot either [11:49] not really, for now i jus wanna get the newly downloaded win10 image onto my usb stick to do a fresh install on the smaller ssd [11:50] Okay, I did this exact thing 2 days ago [11:51] Windows files were still there, but grub broke. I had to install grub again, gimme a sec ill find the software [11:51] i have had decent results with unetbootin before, but i couldnt install it on this booted as a live distro [11:52] and im not sure if i can use this stick as a target for unetbootin while being booted from that drive [11:52] Tinyurl.com/Nelderoth [11:52] Try that, I used boot-repair to reinstall grub, which fixed the boot issue [11:54] ok thanks ill give that a shot, but this is to restore the ability to boot windows right? you know i removed the partition with ubuntu so there is no install to repair/access/restore [11:55] schangg, sorry I've found nothing, so either I was chasing a false memory of issue, or I am too tried, sorry I've come up blank [11:56] Where was grub installed, same hdd? [11:57] yeah on the partition that got deleted [11:57] You should be able to liveboot linux, use boot-repair to install grub on the hdd with windows on, and rebooting should be fine [11:57] ya i ran that gonna test now brb thanks man :) [11:57] Np, lemme know how it goes [12:04] Karl, it didnt work. I tried booting from all available options including this usb stick [12:11] guiverc I have a removed a series of packages and now the upgrade is finally happenning :) [12:12] :) yippee ! [12:13] guiverc thanks [12:19] Hmm === jelly-home is now known as jelly [12:20] So you livebooted, installed boot-repair from github, ran it and re/installed grub on your ssd? [12:20] well it completed the process [12:20] and in the pastebin log it showed as complete, but then it would not boot [12:21] Hmm tried the bios and checking your default booktable drive? [12:21] Bootable [12:21] well i have a boot menu, i tried all drives [12:21] Hmm [12:21] Sorry man, I'm out of ideas [12:22] ok np [12:22] i think ill have to install ubuntu onto the empty drive temporarily just to be able to then use unetbootin to install the windows 10 iso onto this stick [12:23] Yeah, then install Windows, and then do Linux if you want to dualboot [12:23] Good luck [12:24] ya i need to do a lot of moving/swapping on drives first but ya i will eventually get linux back on [12:24] Hi everyone, any ubuntu wifi experts among you? [12:25] I got a 120gb ssd, split into roughly 2x60gb partitions, each with linux and windows on === TomyLobo2 is now known as TomyWork [12:25] I cannot reboot or shutdown. I have to do it manually from the pc case. System stucks at splash screen. How can I understadn what's the problem? [12:26] well ima go give it a shot, thanks a lot for your time Karl :) [12:27] Np, and its karI [12:27] Lol [12:27] Good luck [12:29] Iv got a strange issue where I can see my neigbours wifi, even turn on my hotspot and connect but it cant see my main wifi. I installed Ubuntu 20.04 set it all up and connected no problem, one day i booted and the wifi was hardware disabled so I turned it back on and i cant see my network but i see everyone elses [12:29] Your router the same frequency as your wireless card? 2.4ghz or 5hhz [12:30] i found and deleted my remembered AP's but it didnt help [12:30] it was working before on a fresh install [12:30] Update and upgrade? [12:31] you mean conect it to ethernet and do an update? [12:31] Yep [12:31] Could be a driver issue, just needs updating perhaps [12:32] ill try that [12:32] Good luck [12:37] to answer your other question, yes my router and wifi frequency match, both have 2ghz and 5 [12:40] Oki. [12:40] Update work at all? [12:41] just finnished dragging an rj45 from one end of the house to the other haha [12:42] Haha ouch [12:45] upgrading now [12:45] Woo [12:58] Hey kari, finished the update, upgrade and its still the same, I can see all the neigbours but not mine, very strange. Its worth noting to that its a dual boot machine, windows can see my ap and connect but Ubuntu cant [12:58] Hey Ubuntu, can someone please tell me the ALT + F-key combinations on the current desktop? (TTY stuff) [12:58] Ah, hmm [12:58] Why adaptpr you using [12:58] Adaptor [12:59] and it was working previously. Adapter? internal wifi on a toshiba laptop [12:59] Yeah, no idea. Lol [12:59] odd you can see your neighbour, but not your own wifi .. [13:00] Same version of ubuntu you installed? [13:00] all good, i know right so strange, 4 wifi points avalable but not mine [13:00] so wifi is working.. [13:01] hardware works [13:02] and i bet if i had the neigbors password it would connect fine [13:03] i can start up the hotspot on my phone and it connects and works fine [13:03] Silly question, and probably not it, but you tried restarting the router? [13:03] absolutly [13:03] Good man [13:03] 2 or 3 times [13:03] over a couple of days [13:04] just now dragged an ethernet cable to it and performed an update\upgrade [13:05] also tried deleting the known ap but cant see it to attempt a reconnect [13:05] Can you manually add it? [13:05] good question [13:06] ill try that [13:06] I'll be here, lol [13:11] oh its trying its hardest, little blue circle spinning, and failed damn [13:12] since there is the option to erase everything when formatting a usb drive, does that mean that ubuntu can keep all the files intact [13:12] if I want to format a usb drive [13:14] anyone? [13:15] No, if you format you loose everything. [13:15] ^ [13:15] " erase everything when formatting a usb drive" .. what makes you think formatting keep all the files intact? [13:15] Erase probably makes sure nothing can be recovered with various methods. [13:15] Well, the files on the USB will be erased. [13:15] Wheres your ubuntu files, usb or pc? [13:16] then why does that Erase button exist when you right-click a usb drive to format it [13:17] rhoks, why do you ask if formatting keeps files? [13:17] thanks for your sugestions kari i think ill bite the bullet and reinstall [13:18] rhoks, Maybe you're looking for resizing your partition if you wanna keep your files. [13:18] Some tools can do that. [13:18] Good luck man [13:19] ahh nvm I just got confused a bit by the existance of the Erase button is all [13:19] Depends, if rhoks is using linux installed ok the pc, and just wants to format a USB drive, then yeah, all files on the USB drive will be erased... but it would leave the system files on the pc in tact [13:19] rhoks, reformatting gives you the chance to change drive formatting, drive letter etc. the erase option just deletes your files, resizing partitions is a different thing [13:19] but now I got trouble using unetbootin with the drive because it needs it to be FAT32 while I need it to be NTFS :( [13:19] Ewww [13:19] Ntfs [13:19] eeek [13:20] What you putting on the usb stick? [13:20] Windows 10 for the newly built PC that I put together the other day with GTX 1660S Gaming X and Ryzen 2700x [13:20] Should still support it in fat32, right? [13:20] to keep your stuff rhokes you have to find another drive to put your stuff on temporaraly till the format is compleated [13:21] I did try it with FAT32, but thing is it gave me an error when it tried to open an installation file which is 4.3GB in size or something and yeah [13:21] Ahhh yea === tehaugmenter is now known as augz [13:22] are you trying to change from fat32 to ntfs and not loose data? [13:22] windows 10 iso on ntfs usb? [13:22] Tinyurl.com/rhoks [13:23] I was told to use this application named woeusb but I wanted to get recommended from you guys an app that is safe and legit, so if you can vouch for it then I'll go for it :D [13:23] Followed this? [13:23] Hank_Moody, I've already formatted it, now I just want to re-create the bootable drive. [13:23] That also recommends woeusb [13:23] using NTFS which unetbootin does not work with apparently [13:24] woeUSB takes 30 minutes, a windows pc can do it in 3 min [13:25] well my other windows laptop is almost dead, I need to get to fixing that as wel [13:25] but for now I guess woeUSB it is, but damnn 30min is a LOTTT [13:25] good luck with ntfs + windows iso [13:27] I'm sorry but why is installing woeusb so complicated :o [13:27] lolz, ask in ##windows? [13:28] Its not [13:28] 5 commands. Lol [13:28] bug #1 [13:28] bug 1 in Ubuntu Malaysia LoCo Team "Microsoft has a majority market share" [Critical,In progress] https://launchpad.net/bugs/1 [13:29] 6 commands kari :D [13:29] ohh alright, I'm on it. [13:29] Lol [13:30] When its installed, just run the woeusbgui [13:34] should I upgrade all my packages first? Karasu [13:35] sorry kari** [13:35] always [13:35] update is not enough? [13:36] update is enough [13:36] I get lazy to do it because the auto gui auto updater always asks me to restart so I procrastinate on it like a biaaat*h [13:36] oh I see. [13:36] it will upgrade your packages if needed [13:36] very nice! [13:37] I love sudo apt update! :D [13:37] me too [13:37] way better than win use to be [13:37] not knocking it just dont wanna use it anymore [13:37] uh [13:37] sudo apt update does not upgrade packages [13:38] rhoks: what is your end goal? Put Windows 10 installer on a usb stick? [13:38] leftyfb, yep. [13:38] rhoks: then use woeusb. We cannot help here any further with that. [13:38] topp notch [13:39] ok I think I got my other windows laptop to work, so now I can create my bootable drive on it! [13:39] and according to oerheks its faster that way. [13:39] rhoks: that is the better solution. Good luck [13:39] Thanks folks! [13:39] have fun! [13:40] Laters [13:40] Someone buy me a Gemeni PDA [13:42] kari: Feel free to chat in #ubuntu-offtopic. This is a support channel [13:43] ok clarification for me: so your saying if i update my packages if their is an upgrade available it wont install it? [13:44] upgrade vs dist-upgrade .. [13:44] !distupgrade [13:44] A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention. [13:44] i use standard dist-upgrade, no surprises [13:45] him, i understood him to mean update/upgrade packages not distro [13:45] mayb i misunderstood [13:46] dist-upgrade does not bring a new distro, do-release-upgrade does, if available [13:46] yes i get that [13:46] wasnt my intention to tell him about dist upgrade [13:47] ok lemme look bak at the question [13:48] the question was: should I upgrade all my packages first? [13:48] not distro [13:48] xbfrog: the general advice is to always be up to date [13:48] Apropos is an amazing command btw. Try "apropos upgrade", then man any that tickle your fabcy [13:49] yes thats what i thot i said [13:49] ok, i guess i should not contribute [13:49] just thot i was right [13:49] ok got it === SysGh_st is now known as SysGhost [13:55] Hi there [13:56] What is the use of the 'new' ethernet interface names? What was wrong with eth0, wlan0, etc? :) === msalvatore_ is now known as msalvatore [13:58] Shariff, more predictable than eth0/1/2 > https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames [13:58] Hi there! I installed Brave Browser on my Ubuntu 18.04.4 LTS box, and shortly after logon, I always get a popup message saying Brave has crashed (but I didn't call it). I looked on ~/.config/autostart to disable the script that was calling it, but it's empty. Where else Brave could be called? TIA! [13:59] oerheks: Thanks! [14:01] lbracher, their forum gives a fix, remove ~/.cache/BraveSoftware https://community.brave.com/t/browser-keeps-crashing-after-few-minutes-opened/97936/67 -- https://community.brave.com/t/constant-crashes-on-startup-3/106055 [14:08] Hey guys, is this the correct place to ask questions about some technical problems I've been having with my Ubuntu computer? I'm a total newbie when it comes to IRC, so I have no idea where to start... [14:09] Leipajuusto: ask, and we'll find out :) [14:10] Ubuntu:matrix.org is an official ubuntu support channel? [14:11] mfilipe[m]: not that i've heard, but this is [14:11] how to find what is causing system freeze? cd/var/log? what to check [14:12] strywgr: on the next boot try 'journalctl -b -1' [14:14] ducasse it has so many things init [14:15] ducasse: tks :) [14:15] strywgr: the last few messages should be from the end. also journalctl can filter in many ways, see the man page [14:17] strywgr: try to add '-p 3' to the journalctl command [14:18] did and has similar response but a lot of red lines this time [14:22] can you pastebin the last 10-20 lines? [14:23] Alright, so, my PC has been unexpectedly shutting down whilst I've been gaming. I don't think it has anything to do with my GPU / CPU temperatures as I've checked them periodically using sensors and nvidia-smi and they've remained in the healthy territory. (CPU: i5-4690k – around 30°C, GPU: GTX 970 – around 60°C) The shutdown leaves no mark [14:23] in /var/log/syslog and /var/log/kern.log except for a bunch of \00\00\00-characters (in "Text editor", ^@^@ in Vim – i.e. just some illegal characters) that interrupt otherwise unrelated messages. (there is no mark of a controlled shutdown) I've already rollbacked my Nvidia drivers from nvidia-driver-440 to nvidia-driver-430 (that I installed [14:23] from the official website as the Ubuntu repos would have me install a bunch of 440-related packages even when I tried to install 430 only – do you have any idea how to fix that?) but the issue persists. My question is, therefore, where should I look in order to find out the real cause of the sudden shutdowns (what logs to look into except for [14:23] those two) and what methods should I try to prevent them? [14:26] ducasse ; most errors are rtkit-daemon [14:26] trying to scroll down [14:32] ducasse: Jul 06 05:36:48 nicholas-HP-ProBook-x360-440-G1 rtkit-daemon[1018]: Failed to make ourselves RT: Operation not permitted [14:32] its the error at the end [14:33] that shouldn't cause a freeze [14:33] you might not have captured the reason for the freeze [14:36] hmms [14:37] ducasse i cant copy anything is thr any other way? [14:38] to do what? [14:40] find what is causing the freeze [14:40] not really, you can leave a 'journalctl -f' running and hope it catches the freeze as it happens [14:41] okay you mean i keep the terminal up and see thn? [14:41] yeah [14:43] aright doing it [14:52] hey all. was wondering is it possible to SSH into a system where I have a copy of the ssh fingerprint and authorised_key file? [14:53] compact: You have a local copy of the files that are on the remote server you want to connect to? [14:54] yes [14:54] If that's all you have, then no. You need the private key that matches the public key. The authorized_keys file only contains public keys. The fingerprint is IIRC generated from the public key as well. [14:55] how do I check the speeds of my wifi card on my laptop? [14:55] then openssh authorized_key wich is ssda-rsa xxxx rsa-key-20180101 [14:55] and ssh-rsa 1024 xxx (finger print) [14:57] i also have the private key === pavlushka_ is now known as pavlushka [15:00] If you have the private key, either place it in your ~/.ssh/ directory, or ssh-add it to your keychain [15:01] https://help.ubuntu.com/community/SSH/OpenSSH/Keys [15:01] we have a good wiki === Kira is now known as k_sze [15:20] hm rtied adding private key into keychain but I suspect its wrong? its only 20 characters lnog? [15:21] that's not the private key [15:21] thought so [15:21] might just be the passphrase [15:24] if it's added to the keychain, 'ssh-add -l' will show you which keys are loaded (with a fingerprint) [15:24] kyle@leela:~$ ssh-add -l [15:24] 8192 SHA256:5daL1jEYIPDGUwNvsjTUowQ2hhPui1eJVdDO4zAalpo .ssh/id_rsa (RSA) [15:25] Good way to check if it's loaded. [15:26] kyle__: step #1 for him is to find the private key. Not go searching for keys that are loaded [15:26] would this 20 character just be a passphrase I guess? [15:32] ducasse its the same error in the end of the file [15:32] i mean the command [15:39] oerheks, thanks! === WaV_ is now known as WaV [15:40] heyo, I'm having a hard time playing audio out of a USB sound card I'm plugged into. When I do the gnome-based audio test it plays from my laptop speakers, but when I use `play` to make a synt sound it plays from the usb sound card [15:41] any idea how to get my normal system sound through the USB output even though i already have it selected in Gnome/ [15:41] ? [15:58] Hi guys, having some issues with the Ubuntu 20.04 image for Raspberry Pi 3B. I can not get it to boot, shortly after powering on the device I receive an error, an then the device proceeds with other boot options. [15:58] Any ideas? [15:59] Orcs53_, any idea what the error says? You can hit a key for a couple of seconds during boot to interrupt u-boot and keep messages on screen usually [15:59] I have not had this problem with other RPi 3B's using the Ubuntu 20.04 image recently. [16:00] I'll try, seems device also does not respond to the keyboard. [16:00] waveform, One moment. [16:07] Loading Ubuntu (with bootz) from mmc 0:...Unknown command 'bootz' - try 'help'Loading Ubuntu (with booti) from mmc 0:...Linux ARM64 Image magic!SCRIPT FAILED: continuing..."hidden by overscan..." did not respond to voltage select!"hidden by overscan..." e 0: unknown device---Then the device proceeds with other boot options [16:09] Sorry about the formatting, here is a paste: https://paste.ubuntu.com/p/xpNkbWQh6W/ [16:09] Orcs53_, no prob - hmmm - looks like it fails to jump to the linux kernel for some reason [16:10] Also I note, that sometime earlier, I had the same image working on this specific RPi. I then reimaged the memory card, and I have not been able to get it to work since. I have also since tried reimaging the memory card again. [16:10] Orcs53_, if it's got to that point it's definitely *loaded* (and decompressed) the kernel, but I'm guessing it's corrupt somehow (although that's ... surprising given the decompression evidently worked ...) [16:10] Orcs53_, oh - actually, that's a point - just before those messages do you see "Decompressing" or "Copying kernel"? [16:11] (it should be decompressing, but if the image is corrupt the magic bytes at the beginning won't match and it may try copying instead) [16:11] waveform, One moment, I'll check. [16:14] Loading kernel...; length ???; "hidden by overscan..." 535 bytes read in 12555 ms (22.4MiB/s) [16:14] I can't see if is loading or copying, the text is hidden due to overscan. [16:15] Orcs53_, ah well - any chance you've got a serial cable? (that would make it easy to grab the output) [16:15] Orcs53_, if not don't worry - the next to check would be the vmlinuz image itself. If you can run "file" on that from another machine it should output something like "gzip compressed data" [16:16] I also note, I verified the image after downloading, and I have successfully booted Fedora Workstation 32 since encountering this error. [16:16] Hi, if I only wanna use the convert command, should I install ImageMagick or GraphicMagick? [16:16] Orcs53_, oh - this was straight after flashing the image - no upgrades or anything in between? [16:17] and what is the difference between imagemagick-6.q16 and imagemagick-6.q16hdri? [16:18] waveform, No I don't have serial cable available right now. Yes, I have just reimaged the memory card with the image downloaded from https://ubuntu.com. I've also tried a different memory card, and encountered the same issue. [16:18] Orcs53_, okay - could you point me to the page you downloaded the image from? [16:22] waveform, I downloaded the Ubuntu 20.04 image for RPi 3, specifically ubuntu-20.04-preinstalled-server-arm64+raspi.img.xz [16:25] Orcs53_, good stuff (actually as of 19.10 there's no longer pi2/3/4 specific images - they all just link to "the" armhf/arm64 image under the covers) - can I just double-check that the sha256sum on your image is 48167067d65c5192ffe041c9cc4958cb7fcdfd74fa15e1937a47430ed7b9de99 ? (just to make sure I've got the exact same image here) [16:25] oh, that's the sum for the .xz compressed image rather (http://cdimage.ubuntu.com/releases/focal/release/SHA256SUMS) [16:25] let me just grab the one for the image... [16:27] Orcs53_, ah here we go: 266e7762f9c0019cd7b0b3e469648a78d5d38eb9a95fc66ed075500895ab0fa5 [16:30] Orcs53_, sorry - I have to run for a meeting - will be back later. In the meantime, if you hash *does* match the above you're *probably* dealing with a corrupt SD card unfortunately. You can try "file" on vmlinuz on the system-boot partition but I'd suggest the best course would be to try the image on another SD card (I've currently got that precise image running on a 3B here). If the hash *doesn't* match, you've got a corrupted download, so it's time [16:30] to grab it again - good luck! [16:31] waveform, Yes these match. No worries, I'll look into the memory cards. Thanks for your help. [16:39] anyone know if webmin has a ui for sharing a scanner? [16:41] dtux, webmin is not in our repos, for a reason [16:42] there is #webmin here on #freenode too [16:42] oerheks: is there an alt that is? [16:43] !cockpit [16:44] !info cockpit [16:44] cockpit (source: cockpit): Web Console for Linux servers. In component universe, is optional. Version 215-1 (focal), package size 17 kB, installed size 62 kB [16:44] and tons of others, i like this one [16:45] Ubuntu 20.04, I want to navigate my activities left and right, not up and down. So with shortcuts CTRL + ALT LFT/RIGH and not CTRL+ALT+UP/DWN [16:45] like old school navigation! [16:46] oerheks: thanks! i'll check it out :) [16:46] do you know if it has a ui for sharing a scanner? === zbenjamin_ is now known as zbenjamin [16:52] Hi there [16:55] dtux, our german friends have a solution; https://wiki.ubuntuusers.de/SANE-Scanserver_im_Netzwerk/ [16:55] https://help.ubuntu.com/community/SaneDaemonTutorial [16:57] oerheks: the debian guide is pretty good too, jw about a web interface. [16:58] IS there someone i can chat with about potentially unsupported packages in focal === kostkon_ is now known as kostkon [17:05] AWFunTV, probably best to ask this in #ubuntu-discuss [17:05] thanks [17:06] Hi, I have ubuntu mirror which I use offline in a different network, I was wondering- how can I add into that offline mirror some .deb files I've downloaded separately? is it possible? [17:15] hi [17:16] anyone active in here? [17:16] sure, what's the question [17:18] i just wanna learn about termux github [17:18] can u help me? or anyone can help? [17:19] fallen21 you mean tmux? [17:19] yaps, apps from android termux [17:20] ok that is s.th. different then [17:20] tmux has nothing to do with android, sry [17:21] nice to meet u IaMnEwHeRe [17:22] likewise [17:23] can tmux work ? if i try to looking information about android it self? [17:24] https://play.google.com/store/apps/details?id=com.termux&hl=en_US [17:24] fallen21 tmux is a terminal multiplexer, that has nothing to do with android [17:24] Hi all :) [17:26] https://termux.com/ [17:26] yes pavlos [17:27] what more do you want? webiste, adroid info, terminal emulator, bash zsh [17:27] fallen21, the reason this works and you can apt-get all the stuff you want is because of UML ( not the Diagrams but UserModeLinux) [17:28] so you can compile the linux-kernel to run atop your regular linux-kernel in user-space [17:28] i just wanna looking github for testing penetration android it self [17:28] like wanna get someone picture on his/her gallery & more :D [17:28] but can termux doing that? [17:29] oh gods, .... get to know the Android Security-model different Channel, plus UML only has the capabilities of it's spawning process so you are limited there, there are dedicated ROMS out there for that reason [17:29] ^ purpose [17:29] ops sorry [17:29] im go wrong channel :v [17:30] and FYI, noone will help you commit a crime, regardless of channel [17:30] I'm reading the docs at docker website and they are recommending installing their repo first, but I see that docker.io package in 20.04 is the newest version of docker, wouldn't the packaged version be just fine ? [17:30] if maybe i do that, but im not do that just only for learn bro.. hehe [17:31] clichte, I dunno, but I think it depends on the kernel, with newer version you might wanna get newer docker, because of NS capabilities [17:31] fallen21, yeah right [17:32] clichte, I also heard that there are some problems with older versions?? when getting images to run, dunno always used the docker one [17:33] all purpose i want is only for learn & know about this. [17:33] IaMnEwHeRe: right now both the ubuntu and docker versions are the same, 19.03.8 [17:33] fallen21, if you wanna learn, grab a book, all 1337 people start learning by reading books, getting to know and understand the prime principles etc. and they do not swashbuckle and carry an air of swagger [17:34] it is boring, hard, demanding and you cannot cash out early [17:34] IaMnEwHeRe: I'll just follow the docker guides I guess....thanks [17:34] maybe im the one wanna learn ottodidac hihi.. ok sorry then for my word. imma out thanks for your information IaMnEwHeRe [17:34] clichte, yes in the end it, it will not disrupt your day to day system-operation, as it is the daemon and the cli-command only anyways [17:35] !info isc-dhcp-server [17:35] isc-dhcp-server (source: isc-dhcp): ISC DHCP server for automatic IP address assignment. In component main, is optional. Version 4.4.1-2.1ubuntu5 (focal), package size 442 kB, installed size 1501 kB [17:48] I'm trying to come to terms with the :while modifier for `for`, using pprint in the REPL to look at the generated seqs. Does anybody know why pprint does not always print all elements of a seq on a separate line, as in my third form here: https://pastebin.com/urskuSBn ? [18:22] worrelsik: Have you tried asking in #python? [18:27] How can i install megatools on ubuntu 14.04? [18:28] rjwiii: Aargh, posted in the wrong channel. Thx for pointing that out! It's a clojure question :-) [18:35] JustTheDoctor: 14.04 is EOL ... [18:36] rjwiii i understand but 14.04 is the version of a server i am running that cant be updated. [18:36] JustTheDoctor: why can't you update it? [18:36] it will break certain things i have running, as they have not been updated for the new software. [18:37] JustTheDoctor: ok, then you are stuck where you are with it then. It's not supported here anymore. [18:37] anywho i just want to know how i can apt-get install megatools with 14.04 everything i search says to apt-get or apt install megatools and it never works [18:37] i cant just add a repo to apt-get to make it work? [18:37] JustTheDoctor: it's not supported anymore [18:38] JustTheDoctor: I have the same issue ... I'm still running 14.04 on a box at the moment, too ... You may have to find an older version of what you want to install ... [18:38] apt-get still works [18:38] i cant just add deb http://archive.ubuntu.com/ubuntu trusty main restricted universe something like this? [18:38] JustTheDoctor: good luck [18:39] If it's not in the repos for 14.04, it may not work ... newer repos, even third party, may no longer support 14.04 [18:39] JustTheDoctor: you can try installing from source ... [18:40] i get an error when doing that [18:42] ahh ok easily just backed up to a older version [18:42] thanks ne ways guys === bynarie_ is now known as bynarie [19:59] hey guys, I am running a managed service provider and would love to use a high quality management interface for all of the servers I've deployed in customer lans, what would you recommend? [20:11] question about 64-bit images for raspi 3+4: i have a raspi 4B and the 20.04 64-bit "raspi 3 and 4" image boots, but the 64-bit 18.04 "raspi 3 and 4" image does not, instead complaining that firmware is too old [20:12] for the pi4 yes, 18.04 is not suitable [20:12] are there any plans to update the 18.04 raspi image to be compatible with the raspi 4? and if not, would somebody consider updating the download page to remove the language indicating that it is compatible? [20:12] no, i guess not [20:13] we are happy to have 4 working with 20.04 [20:14] oerheks: ok, then it might be nice to update the compatibility matrix on this page: https://ubuntu.com/download/raspberry-pi [20:15] if the incompatibility is not considered a bug and will not be fixed [20:20] isn't this something for #ubuntu-discuss ? [20:20] i have seen no big issues with 18.04 on pi4? [20:23] oerheks: k, i'll just file it into the bug tracker then. i was just from what i had seen, a bit unclear on whether the pi4 was actually intended to be supported on 18.04. [20:26] Hi. All of a sudden my Kubuntu 18.04 has stopped booting. It hangs somewhere in the middle. I'm not at another computer. [20:27] s/not// [20:27] OnkelTem: try one of the older kernels from the grub menu? [20:27] OnkelTem: iirc you may need to hold down left shift when booting, or something similar, to get the menu [20:28] sarnold: I tried one - it didn't work. Don't remember the veresion however. Now am trying again... [20:28] Hey, I'm trying to connect to the wifi, but I have a netgear wireless card (Driver rtl8811au), and my distro (Pop OS) isn't loading it. Has anyone got this card to work? [20:31] hl521: this might help, https://askubuntu.com/questions/1056291/driver-rtl8811au-for-usb-wifi [20:32] pavlos, is this available in any kernel atm? [20:32] or linux-firmware by chance? [20:33] one must have a reason to run pop_os, sytem76 hardware.. [20:34] oerheks, or not wanting to run anything canonical [20:34] hl521: read the comments, some address kernel 5, some previous kernels, try the zebulon git first or 'sudo apt install rtl8812au-dkms' [20:34] tracking stby [20:34] could well be, so we do not support derivates and forks [20:34] yeah i already have that installed [20:35] interesting, I couldn't find the pop os channel though [20:35] try #system76 ? [20:35] how does somebody want to not run stuff from canonical and then uses a distro which is basically canonical built (minus like 10 packages) *shaking my head* [20:37] try not to get toxic like the arch irc [21:19] mirrors having issues ? [21:22] Kiwis: you're the first I've seen to suggest there's problems [21:23] sarnold someone needs to be the first. fr.archive works, archive. doesn't respond [21:23] checking docker network to make sure [21:24] aha I know [21:25] ping fr.archive.ubuntu.com responds [21:26] I said .fr respond ;) [21:26] But I flushed iptables with docker :S [21:26] those use archive. [21:28] ok, when I did a iptables --flush what is the best way to get the defaults back where it boots with ? [22:00] brew upgrade [22:29] im trying to use a flash drive to boot into win10, my laptop isn't recognizing it, is there anyway to troubleshoot this? [22:30] it's formated as exfat with gpt partition table [22:31] birdman007, not an ubuntu support issue, try ##windows? [22:32] birdman007, https://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-windows#1-overview [22:35] Heyoka, good point, after installing windows, to change back to ubuntu :-P [22:36] Hi guys, How can I remove a program that is not shown in dpkg --list ? but is in /bin/ [22:37] FakuVe, what program exactly? [22:37] So after a recent network-manager update on Focal, my WiFi seems to have broken on my laptop. Worked fine for countless other Ubuntu releases on this machine. Is this a known issue? [22:37] oerheks: /bin/st [22:38] Laptop model is HP Envy M7-N101DX for reference. [22:38] At least the seemingly random disconnects are recent, specific to Linux (I dual boot) and network-manager was recently upgraded in the past week or so. [22:39] or no sorry is in /usr/local/bin/st [22:39] MikeRL: what wifi device? [22:39] Um. [22:39] Maybe I need to look it up. [22:39] oerheks: its weird cause it made two copies , it make a /bin/stterm (which showed up on dpkg --list) and the ohter was thisone in /usr/local/bin/st [22:41] https://paste.ubuntu.com/p/2nndv2fZ5z/ [22:41] Hopefully that is the correct command. I upgraded the network-manager package on MATE on the Pi 4 (desktopify) and no issues there. [22:41] FakuVe, i see, that is odd https://packages.ubuntu.com/bionic/amd64/stterm/filelist [22:43] Now, as for the nature of it, it just seems to drop when updating/upgrading packages or browsing the web or whatever. I can reconnect without reboot. [22:43] oerheks: shall I rm them manualy? [22:43] is this cinnamon? [22:43] I have some a GNOME shell extension installed that lets me disconnect from WiFi. It adds a button. But given the timing I don't think that's the cause. [22:44] all i find; " on Debian and Ubuntu based systems, st is packaged as stterm." [22:45] oerheks: basicaly I downloaded a .tar.gz and compiled it , I don't exactly know what they install [22:45] MikeRL: in terminal> sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf && systemctl restart network-manager.service [22:45] oerheks: I just want to know how to act in this cases [22:46] MikeRL: that should keep wifi power management off, seems to work better on Intel devices [22:46] jeremy31, Does that disable powersave and restart the networking? [22:46] I already typed, sorry. [22:46] MikeRL: yes [22:46] oerheks: If there is a /bin/ that is not shown on dpkg --list then I should check the documentation and remove manualy? [22:46] jeremy31, Is this a new bug? I only noticed it after a recent update a week or so ago. [22:47] MikeRL: It can happen anytime from what I see on the forums [22:47] Well, for me that update seemed to set something off on this machine with this card. [22:48] Does that command stop it most of the time, or just infrequently? How effective is it? [22:48] MikeRL: it has worked well for most [22:49] jeremy31, Thanks. I will report back here and file a bug if one doesn't exist yet if it happens again. [22:50] jeremy31, As I seem to be able to pinpoint it to a package upgrade with a particular card. [22:50] MikeRL: good [22:50] I've literally never had an issue with it disconnecting WiFi period until that upgrade. Now it's every other or three days a disconnect. [22:51] Good thing this channel is logged. [22:52] MikeRL: you might need to use> echo "options iwlwifi 11n_disable=8" | sudo tee /etc/modprobe.d/iwlwifi-opt.conf [22:52] Will help. That paste contains the network card and the offending version is 1.22.10-1ubuntu2.1 (focal-updates) I believe. [22:54] I'm on the kernel is ships with, too. I first suspected get rid of any customizations like the more upstream kernel I was using. But it disconnected after purging that and rebooting. So it cannot be related. [22:54] Nothing else I can think of set it off besides that network-manager package. [22:55] MikeRL: If it doesn't get fixed, post on ubuntuforums.org and see if anyone else has any ideas [22:56] I have ran both commands for good measure. === kreyren_ is now known as kreyren [22:58] FakuVe, one could try, move it to an other location. [22:58] or you could check the build log [23:17] I am trying to migrate my Ubuntu 20.04 installation onto a pair of SSD's setup with RAID1. I created a 2GB "boot" partition and then the rest of the SSD is for Ubuntu. I set the UUID's in /etc/fstab . Is there somewhere within the /boot/efi that I need to specify the RAID1 UUID ? === [Pokey] is now known as HashBangBot === HashBangBot is now known as [Pokey] [23:37] folks why is ffmpeg not included by default in ubuntu 16.04lts? [23:38] anus: ffmpeg is in universe; do you need to enable the universe pocket on your system? [23:39] no i am already doing everything manualy thanks i just wanted to read rational behind 16.04lts installing firefox by default but lacking ffmpeg [23:39] its like giving someone a vehicle without a key [23:39] you can sit inside and enjoy the radio but if you want to expirience the driving you need a key [23:40] there is not much one can see without ffmpeg... [23:43] !info ubuntu-restricted-extras [23:43] ubuntu-restricted-extras (source: ubuntu-restricted-extras): Commonly used media codecs and fonts for Ubuntu. In component multiverse, is optional. Version 67 (focal), package size 3 kB, installed size 14 kB [23:56] i would like to file official complain and ask for ffmpeg to be included with install so our beloved firefox can work right after install of ubuntu [23:56] do you folks think you could include ffmpeg with ubuntu image install?