/srv/irclogs.ubuntu.com/2020/07/06/#ubuntu.txt

quadrathoch2Biessie upgrade of what?00:03
Biessiesudo apt upgrade (i was already on the newest LTS though so just a few packaged)00:04
quadrathoch2should I now guess what was updated?00:05
Biessienah 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
Biessieidk whats going on00:08
Bashing-omBiessie: What shows for a render in the file /etc/netplan/01-network-manager-all.yaml ?00:14
BiessieBashing-om : NetworkManager00:15
Bashing-omBiessie: A server should have networkd as the renderer - however what shows for the nameserver in the file /etc/resolv.conf ?00:20
BiessieI use it as a desktop every now and then00:20
Biessiebut it's mostly just in the corner of my room00:20
Bashing-om!netplan | Biessie00:20
ubottuBiessie: 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:20
BiessieBashing-om - Nameserver 127.0.0.53 | options edns000:21
masonBiessie: 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
Bashing-omBiessie: Correct; network manager is managed from the GUI see: https://ubuntuforums.org/showthread.php?t=2402695 .00:25
masonBiessie: To get it to manage wired, touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf00:26
mason(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
masonFWIW, graphical interface to it is decidedly optional. Don't remember that last time I didn't just use nmcli.00:27
masonBiessie: 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:30
Biessiei didnt change any of my network settings from day one.. been having this server since 16.04 LTS00:31
Biessieso whatever the last update i just did im assuming is what caused my network to stop working.00:31
masonBiessie: 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
masonBiessie: And NM might have carried in its default that chops off wired configs. Are you on a wired interface, or wifi?00:32
Biessiehow do i get a list of the newest list of recent updates from apt update?00:32
Biessiewired00:32
masonBiessie: after apt update, say apt list --upgradable00:33
Biessiekk im restarting my box now and once it loads up ill get that list00:33
masonalright, going for real now - story time for the wee ones - but I'll be back and catch up00:33
Biessietake care00:33
masonyou too - good luck00:34
Bashing-omBiessie: upgrade log is at /var/log/dpkg.log .00:34
BiessieSo from what mason was saying that if it installed netplan it could cause conflicts with the existing setup i had with netmanager?00:47
Biessieif i just uninstall netplan would it correct it?00:48
Biessienetworkd*00:48
PeppiBashing-om, I did not.00:49
PeppiEriC^^, what I mean is I stick it in the laptop and try to boot from usb and it says it's not bootable media00:49
=== Biessie is now known as biesssiee
Bashing-ombiesssiee: https://www.configserverfirewall.com/ubuntu-linux/ubuntu-network-manager/ <- Disable Network Manager and enable systemd-networkd.00:51
biesssieeokay so Biessie is my linux box ZNC online with wireless. so it's definately an issue with wired only00:53
masonbiesssiee: 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.00:59
masonbiesssiee: Look at /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf01:00
masonbiesssiee: 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.d01:00
masons/3/2/01:02
jessequinnhi, quick question, how can i install netplan from live usb to fix my not internet issue on my machine?01:05
jessequinnit is possible to do this?01:06
masonbiesssiee: 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 repopulate01:06
=== zbenjamin_ is now known as zbenjamin
biesssieenothing 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 only01:31
masonbiesssiee: Weird. Check all those configs then. By default NM won't drive wired NICs under recent configs until you fix it.01:33
biesssieeall te configs in /usr/lib/NetworkManager/conf.d are empty01:34
masonOh, that's a bit odd.01:35
masonbiesssiee: Does the network work if you give it a bare "dhclient eth0" or whatever your wired NIC shows up as?01:35
biesssieewith the exception of the default wifi one.01:35
masonbiesssiee: 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:36
biesssieetrying sudo dhclient enp4s0. and it's just hanging there as of now01:37
=== PowerTower_121 is now known as PowerTower_120
masonbiesssiee: Verify the physical network maybe...?01:38
masonLink lights, power, maybe another system using that ethernet cable to verify that it's just that system somehow?01:38
masonThat cable, that port, etc.01:38
biesssieeJust followed it to the switch. all good01:41
biesssieerunning smooth01:41
masonRunning smooth how? Did dhclient finally do its thing? Or did you try another system on that wire/port/etc?01:42
biesssieesorry saying it's all connected properly. nothing was unhooked by accideng01:42
masonah, 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:42
kbdlnx123Can someone explain to me why tracker is using so much cpu and fan when I start up?01:43
Biessiemason : lol can't figure it out but thank you so much for all of your input and time01:53
Biessieguess im stuck with wifi01:53
masonBiessie: 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:54
quadrathoch2I would still look into what updated, to see what happened maybe01:55
=== [1]MrMobius is now known as MrMobius
Biessieughhhh brb let me try one more thing01:56
quadrathoch2Kbdlnx123 tracker is indexing your files so you can search faster01:56
BiessieYAY02:03
Biessieit works02:03
Biessiemason02:05
masonBiessie: What was it?02:05
BiessieI 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 welcome02:07
masonNah, I'm glad it's working though.02:07
BiessieMe too. My wireless caps out at 250Mbps.. and i have 1000mbit up.down connection02:08
Biessiewell it sometimes hits in the 300mbps but wired is MUCH faster02:08
neilduganI 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:20
energizeri 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:22
ViperXL75I 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 Files02:53
* kreyren comes in channel and starts screaming heeelp while providing only https://github.com/Kreyren/kreyren/issues/1602:59
striveneildugan: That's my rule of thumb - get faster RAM than what the mobo supports.03:05
striveBesides, if you've got an amd cpu - ryzen chips LOVE fast ram.03:05
striveBUT - there's ##hardware for those types of questions.03:06
amuroViperXL75: Maybe the white space in the filename put it into quotation mark?03:06
striveViperXL75: There's those ' ' because there's a space in the name.03:06
striveI wondered about that a couple years back, ;)03:07
amuroI think it was always like that in linux03:07
=== pikapika_lunar_a is now known as pikapika
ViperXL75oh there are white spaces indeed03:12
ViperXL75amuro: lies... lies...03:13
ViperXL75i remember that the crappy old Ubuntu 14 that i was using a while back, didn't show it like this03:13
ViperXL75xD03:13
amuroViperXL75: I remembered it was always like that back then when I first try ubuntu 6.0603:15
ViperXL75:S03:52
ViperXL75ok. If u say so.. i'll have to settle for it03:52
ViperXL75<--- Mumbling in disbelief but shutting up.03:52
thlmrkHey 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
thlmrkSpeedtest is fine04:18
thlmrkwebsites work fine on my desktop04:19
thlmrkThere isn't any weird QOS settings on my router04:19
thlmrkI've also tried using Chromium & Firefox both browsers experience this issue04:20
quadrathoch2thlmrk did you install the codecs?04:20
quadrathoch2especially chromium uses ffmpeg04:20
thlmrkNo, the video plays but it just buffers alot like the internet is slow04:20
thlmrkbut speedtest is fine04:20
quadrathoch2ahh, okay, no idea then04:20
thlmrkGuess i'm going back to Windblows on it. No idea what the heck is the matter, but it makes it most annoying.04:21
thlmrkYouTube 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:21
w0rmiehello, 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:22
w0rmiei am sure this is a graphic driver issue as this asus holds nvidia geforce 44004:23
w0rmiehello, 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:29
thlmrkSorry idk w0rmie04:30
w0rmiethlmrk : thank you04:30
davido_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?06:01
ducassedavido_: you might not be using an up-to-date mirror07:16
MetamorphosisHello, I'm seeing an annoying window popping up everytime I restart my computer, how to stop it? https://img.susepaste.org/images/e00c0d81.png07:26
MetamorphosisI'm running Kubuntu 20.0407:26
kariIf its to do with kwallet, I imagine you'll have to enter it each time, as a security measure?07:38
Metamorphosiskari it is not usually that way, I'm using Kubuntu for over 11 years and its the first time i'm encountering this.07:38
Metamorphosiskwallet usually pops up during the system install time. But not after that.07:39
MetamorphosisI asked in #kubuntu and #KDE but with no success.07:39
kariOK, try looking in system settings, account details. Apparently from there you can enable/disable and reconfigure it07:40
kariMaybe that would help07:40
gebbionehi , 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
kariHHD or SSD?07:42
kariHDD*07:42
gebbioneSSD07:42
kariThat was my only suggestion. Lol07:43
kariNew install?07:44
gebbioneyea 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 IRC07:44
gebbioneno, it is a system that was upgraded since 201107:44
kariAhh07:44
gebbioneso i guess 14 to 16 and now 1807:44
kariSystem maintenance,  cleared out temp files etc?07:45
gebbioneis that a thing ? :)07:46
kariLook in /tmp07:47
Peppihello07:56
Peppiubuntu 20.04 the firewall is disabled by default?07:57
=== dtux_ is now known as dtux
gebbionekari i doubt temp files are an issue - du -h --max-depth=0 /tmp -> 880K/tmp08:03
schanggI 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-LTS08:12
schanggisn't 20.04 the latest LTS ? and if so why is this proposed when I run do-release-upgrade ?08:13
pundirHi.. 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
pundiri'm on ubuntu 16.04.x. any idea how to fix this breakage or revert the update?08:14
karigebbione: ahhh oki08:41
INSANUhey guys, how do I force gdm to use wayland instead of x1109:19
INSANUfor some reason its using x11 now...09:19
INSANUoh damn nvidia fu*** piece of trash09:26
archaeopterHello! I had wifi on live 20 install, but now my wifi seems connected, but has no speed, help?09:49
nirakarahi. 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 install09:52
nirakaramdadm before rebooting. what is the workaround for this?09:52
nirakarathe 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 mdadm09:53
konradosHello. 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 GB09:58
archaeopterHello! I had wifi on live 20 install, but now my wifi seems connected, but has no speed, help?09:58
EriC^^konrados: it's cause it's at the end, you need to move it back then expand10:32
EriC^^but there's the efi partition in the middle, so you'll have to reinstall the bootloader10:32
konradosOK, 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:35
EriC^^konrados: that's a good idea, no problem :)10:46
SquarismI'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:46
SquarismWill booting the USB drive make it possible to *upgrade* (as opposed to replace) my current installation?10:47
gibson96Squarism, What happens when you try to boot from the usb?10:52
gibson96I 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:53
gibson96With a few options including "erase and install" or "upgrade", you should be able to choose the upgrade option10:54
Squarismgibson96, ok.10:54
archaeopterHello! I had wifi on live 20 install, but now my wifi seems connected, but has no speed, help?10:55
Squarismgibson96, 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
Squarismeh.. the last message got a bit convoluted. But I guess you understand.10:56
schanggHello10:58
gibson96Squarism, 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
schanggI am having troubles trying to do-release-upgrade -d to switch from 18.04 to 20.0410:58
momkenhello10:58
schanggfirst issue that I apparently had to purge some third party ppa which I have done10:59
momkenCan I ask my problems regarding LinuxMint here in Ubuntu channel?10:59
schanggI am now been told that some packages are not upgradeable10:59
schanggso I'd guess that this corresponds to the ones installed with these ppa I just removed10:59
schanggso I'm a bit stuck10:59
schanggIs there a way finding from which source packages have been installed ?11:00
gibson96schangg, did you "apt update" after purging the ppa?11:00
schangggibson96 probably but will try again11:00
gibson96momken, have you tried #linuxmint ?11:01
schangggibson96 yes same problem11:02
Squarismgibson96, thanks! Ill check it out.11:03
momkengibson96, Yeah, but it has ~100 users11:03
momkenIn the case no-one answers me, I guessed whether you welcome me in asking LinuxMint questions?11:04
gibson96schangg, have you tried this tutorial? https://www.cyberciti.biz/faq/upgrade-ubuntu-18-04-to-20-04-lts-using-command-line/11:04
gibson96Assuming you've already made backups, you can skip to Step 311:04
gibson96momken, I've not used Mint, but there may be others here who can help, no harm in asking I suppose?11:05
schangggibson96 not this one but the procedure is exactly the same11:05
momkengibson96, Thank you very much. Bcuz this attitude doesn't exist b/w Arch and Manjaro users11:06
guivercmomken, only Ubuntu and official flavors of Ubuntu are on-topic here (https://ubuntu.com/download/flavours)11:07
legreffierread the topic. basic.11:08
momkenguiverc, :|11:08
napyc🤓11:15
schanggHi11:22
schanggstill trying to upgrade from 18.04 to 20.04 following instructions found online11:23
schanggI'm being told that upgrade is not possible and I should look into logs11:23
schanggI have pasted main.log and apt.log here https://pastebin.com/DmCr98fj11:23
schanggI have been through these and I can not quite figure out what's wrong11:23
schanggcould someone kindly have a quick look ? thanks11:24
NelderothHello, 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:26
Nelderothlike to format this stick and use an image installer/command to install the windows image to this drive11:27
guivercschangg, 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 work11:29
schanggguiverc getting this https://pastebin.com/YSYG8ERC11:31
guivercsorry I misread something...11:33
kariNelderoth: I think you can, but you'd have to install grub, and partition your disk to fit win1011:37
schanggguiverc 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 party11:38
schanggguiverc 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.list11:39
guiverc:|  qt4. switching to lp11:39
guivercsorry 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:43
Nelderothkarl, 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
guivercnah sorry I think I'm too tired.. it's reminding of bugs which I cannot find sorry schangg11:45
Nelderothi dont mind temporarily sacrificing whats on this drive, i just need to use this stick to install the iso ready for booting11:46
kariYou'd have to partition the computer hard drive, or ssd, or m2, whichever you use11:46
Nelderothwell 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 there11:47
kariFrom experience, installing Linux alongside Windows, it auto installs grub etc and resizes the drive... Windows isn't as courteous11:47
kariSo you don't mind binning off linux?11:47
Nelderothi forgot that my windows install was being booted by grub and deleted the ubuntu partition11:48
Nelderothi already did that for now just to swap things around11:48
kariSo whats currently on the pc, linux or windows?11:48
Nelderothi 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 stick11:49
kariYou wanting to dual boot?11:49
Nelderothbut i borked my grub last night when removing the partitions that had ubuntu installed so now i cant boot either11:49
Nelderothnot really, for now i jus wanna get the newly downloaded win10 image onto my usb stick to do a fresh install on the smaller ssd11:49
kariOkay, I did this exact thing 2 days ago11:50
kariWindows files were still there, but grub broke. I had to install grub again, gimme a sec ill find the software11:51
Nelderothi have had decent results with unetbootin before, but i couldnt install it on this booted as a live distro11:51
Nelderothand im not sure if i can use this stick as a target for unetbootin while being booted from that drive11:52
kariTinyurl.com/Nelderoth11:52
kariTry that, I used boot-repair to reinstall grub, which fixed the boot issue11:52
Nelderothok 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/restore11:54
guivercschangg, 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 blank11:55
kariWhere was grub installed, same hdd?11:56
Nelderothyeah on the partition that got deleted11:57
kariYou should be able to liveboot linux, use boot-repair to install grub on the hdd with windows on, and rebooting should be fine11:57
Nelderothya i ran that gonna test now brb thanks man :)11:57
kariNp, lemme know how it goes11:57
NelderothKarl, it didnt work. I tried booting from all available options including this usb stick12:04
schanggguiverc I have a removed a series of packages and now the upgrade is finally happenning :)12:11
guiverc:) yippee !12:12
schanggguiverc thanks12:13
kariHmm12:19
=== jelly-home is now known as jelly
kariSo you livebooted,  installed boot-repair from github, ran it and re/installed grub on your ssd?12:20
Nelderothwell it completed the process12:20
Nelderothand in the pastebin log it showed as complete, but then it would not boot12:20
kariHmm tried the bios and checking your default booktable drive?12:21
kariBootable12:21
Nelderothwell i have a boot menu, i tried all drives12:21
kariHmm12:21
kariSorry man, I'm out of ideas12:21
Nelderothok np12:22
Nelderothi 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 stick12:22
kariYeah, then install Windows, and then do Linux if you want to dualboot12:23
kariGood luck12:23
Nelderothya i need to do a lot of moving/swapping on drives first but ya i will eventually get linux back on12:24
Hank_MoodyHi everyone, any ubuntu wifi experts among you?12:24
kariI got a 120gb ssd, split into roughly 2x60gb partitions, each with linux and windows on12:25
=== TomyLobo2 is now known as TomyWork
serrvanI 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:25
Nelderothwell ima go give it a shot, thanks a lot for your time Karl :)12:26
kariNp, and its karI12:27
kariLol12:27
kariGood luck12:27
Hank_MoodyIv 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 elses12:29
kariYour router the same frequency as your wireless card? 2.4ghz or 5hhz12:29
Hank_Moodyi found and deleted my remembered AP's but it didnt help12:30
Hank_Moodyit was working before on a fresh install12:30
kariUpdate and upgrade?12:30
Hank_Moodyyou mean conect it to ethernet and do an update?12:31
kariYep12:31
kariCould be a driver issue, just needs updating perhaps12:31
Hank_Moodyill try that12:32
kariGood luck12:32
Hank_Moodyto answer your other question, yes my router and wifi frequency match, both have 2ghz and 512:37
kariOki.12:40
kariUpdate work at all?12:40
Hank_Moodyjust finnished dragging an rj45 from one end of the house to the other haha12:41
kariHaha ouch12:42
Hank_Moodyupgrading now12:45
kariWoo12:45
Hank_MoodyHey 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 cant12:58
alloyHey Ubuntu, can someone please tell me the ALT + F-key combinations on the current desktop?  (TTY stuff)12:58
kariAh, hmm12:58
kariWhy adaptpr you using12:58
kariAdaptor12:58
Hank_Moodyand it was working previously. Adapter? internal wifi on a toshiba laptop12:59
kariYeah, no idea. Lol12:59
oerheksodd you can see your neighbour, but not your own wifi ..12:59
kariSame version of ubuntu you installed?13:00
Hank_Moodyall good, i know right so strange, 4 wifi points avalable but not mine13:00
oerheksso wifi is working..13:00
Hank_Moodyhardware works13:01
Hank_Moodyand i bet if i had the neigbors password it would connect fine13:02
Hank_Moodyi can start up the hotspot on my phone and it connects and works fine13:03
kariSilly question, and probably not it, but you tried restarting the router?13:03
Hank_Moodyabsolutly13:03
kariGood man13:03
Hank_Moody2 or 3 times13:03
Hank_Moodyover a couple of days13:03
Hank_Moodyjust now dragged an ethernet cable to it and performed an update\upgrade13:04
Hank_Moodyalso tried deleting the known ap but cant see it to attempt a reconnect13:05
kariCan you manually add it?13:05
Hank_Moodygood question13:05
Hank_Moodyill try that13:06
kariI'll be here, lol13:06
Hank_Moodyoh its trying its hardest, little blue circle spinning, and failed damn13:11
rhokssince there is the option to erase everything when formatting a usb drive, does that mean that ubuntu can keep all the files intact13:12
rhoksif I want to format a usb drive13:12
rhoksanyone?13:14
akemNo, if you format you loose everything.13:15
kari^13:15
oerheks" erase everything when formatting a usb drive"  .. what makes you think formatting keep all the files intact?13:15
akemErase probably makes sure nothing can be recovered with various methods.13:15
kariWell, the files on the USB will be erased.13:15
kariWheres your ubuntu files, usb or pc?13:15
rhoksthen why does that Erase button exist when you right-click a usb drive to format it13:16
oerheksrhoks, why do you ask if formatting keeps files?13:17
Hank_Moodythanks for your sugestions kari i think ill bite the bullet and reinstall13:17
akemrhoks, Maybe you're looking for resizing your partition if you wanna keep your files.13:18
akemSome tools can do that.13:18
kariGood luck man13:18
rhoksahh nvm I just got confused a bit by the existance of the Erase button is all13:19
kariDepends, 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 tact13:19
Hank_Moodyrhoks, reformatting gives you the chance to change drive formatting, drive letter etc. the erase option just deletes your files, resizing partitions is a different thing13:19
rhoksbut 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
kariEwww13:19
kariNtfs13:19
Hank_Moodyeeek13:19
kariWhat you putting on the usb stick?13:20
rhoksWindows 10 for the newly built PC that I put together the other day with GTX 1660S Gaming X and Ryzen 2700x13:20
kariShould still support it in fat32, right?13:20
Hank_Moodyto keep your stuff rhokes you have to find another drive to put your stuff on temporaraly till the format is compleated13:20
rhoksI 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 yeah13:21
kariAhhh yea13:21
=== tehaugmenter is now known as augz
Hank_Moodyare you trying to change from fat32 to ntfs and not loose data?13:22
oerhekswindows 10 iso on ntfs usb?13:22
kariTinyurl.com/rhoks13:22
rhoksI 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 :D13:23
kariFollowed this?13:23
rhoksHank_Moody, I've already formatted it, now I just want to re-create the bootable drive.13:23
kariThat also recommends woeusb13:23
rhoksusing NTFS which unetbootin does not work with apparently13:23
oerhekswoeUSB takes 30 minutes, a windows pc can do it in 3 min13:24
rhokswell my other windows laptop is almost dead, I need to get to fixing that as wel13:25
rhoksbut for now I guess woeUSB it is, but damnn 30min is a LOTTT13:25
oerheksgood luck with ntfs + windows iso13:25
rhoksI'm sorry but why is installing woeusb so complicated :o13:27
oerhekslolz, ask in ##windows?13:27
kariIts not13:28
kari5 commands. Lol13:28
oerheksbug #113:28
ubottubug 1 in Ubuntu Malaysia LoCo Team "Microsoft has a majority market share" [Critical,In progress] https://launchpad.net/bugs/113:28
rhoks6 commands kari :D13:29
rhoksohh alright, I'm on it.13:29
kariLol13:29
kariWhen its installed, just run the woeusbgui13:30
rhoksshould I upgrade all my packages first? Karasu13:34
rhokssorry kari**13:35
xbfrogalways13:35
rhoksupdate is not enough?13:35
xbfrogupdate is enough13:36
rhoksI get lazy to do it because the auto gui auto updater always asks me to restart so I procrastinate on it like a biaaat*h13:36
rhoksoh I see.13:36
xbfrogit will upgrade your packages if needed13:36
rhoksvery nice!13:36
rhoksI love sudo apt update! :D13:37
xbfrogme too13:37
xbfrogway better than win use to be13:37
xbfrognot knocking it just dont wanna use it anymore13:37
leftyfbuh13:37
leftyfbsudo apt update does not upgrade packages13:37
leftyfbrhoks: what is your end goal? Put Windows 10 installer on a usb stick?13:38
rhoksleftyfb, yep.13:38
leftyfbrhoks: then use woeusb. We cannot help here any further with that.13:38
rhokstopp notch13:38
rhoksok I think I got my other windows laptop to work, so now I can create my bootable drive on it!13:39
rhoksand according to oerheks its faster that way.13:39
leftyfbrhoks: that is the better solution. Good luck13:39
rhoksThanks folks!13:39
oerhekshave fun!13:39
kariLaters13:40
kariSomeone buy me a Gemeni PDA13:40
leftyfbkari: Feel free to chat in #ubuntu-offtopic. This is a support channel13:42
xbfrogok clarification for me: so your saying if i update my packages if their is an upgrade available it wont install it?13:43
oerheksupgrade vs dist-upgrade ..13:44
oerheks!distupgrade13:44
ubottuA 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
oerheksi use standard dist-upgrade, no surprises13:44
xbfroghim, i understood him to mean update/upgrade packages not distro13:45
xbfrogmayb i misunderstood13:45
oerheksdist-upgrade does not bring a new distro, do-release-upgrade does, if available13:46
xbfrogyes i get that13:46
xbfrogwasnt my intention to tell him about dist upgrade13:46
xbfrogok lemme look bak at the question13:47
xbfrogthe question was: should I upgrade all my packages first?13:48
xbfrognot distro13:48
ducassexbfrog: the general advice is to always be up to date13:48
kariApropos is an amazing command btw. Try "apropos upgrade", then man any that tickle your fabcy13:48
xbfrogyes thats what i thot i said13:49
xbfrogok, i guess i should not contribute13:49
xbfrogjust thot i was right13:49
xbfrogok got it13:49
=== SysGh_st is now known as SysGhost
ShariffHi there13:55
ShariffWhat is the use of the 'new' ethernet interface names? What was wrong with eth0, wlan0, etc? :)13:56
=== msalvatore_ is now known as msalvatore
oerheksShariff, more predictable than eth0/1/2 > https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames13:58
lbracherHi 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:58
Shariffoerheks: Thanks!13:59
oerhekslbracher, 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/10605514:01
LeipajuustoHey 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:08
ducasseLeipajuusto: ask, and we'll find out :)14:09
mfilipe[m]Ubuntu:matrix.org is an official ubuntu support channel?14:10
ducassemfilipe[m]: not that i've heard, but this is14:11
strywgrhow to find what is causing system freeze? cd/var/log? what to check14:11
ducassestrywgr: on the next boot try 'journalctl -b -1'14:12
strywgrducasse it has so many things init14:14
mfilipe[m]ducasse: tks :)14:15
ducassestrywgr: the last few messages should be from the end. also journalctl can filter in many ways, see the man page14:15
ducassestrywgr: try to add '-p 3' to the journalctl command14:17
strywgrdid and has similar response but a lot of red lines this time14:18
ducassecan you pastebin the last 10-20 lines?14:22
LeipajuustoAlright, 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 mark14:23
Leipajuustoin /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 installed14:23
Leipajuustofrom 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 for14:23
Leipajuustothose two) and what methods should I try to prevent them?14:23
strywgrducasse ; most errors are rtkit-daemon14:26
strywgrtrying to scroll down14:26
strywgrducasse: Jul 06 05:36:48 nicholas-HP-ProBook-x360-440-G1 rtkit-daemon[1018]: Failed to make ourselves RT: Operation not permitted14:32
strywgrits the error at the end14:32
ducassethat shouldn't cause a freeze14:33
ducasseyou might not have captured the reason for the freeze14:33
strywgrhmms14:36
strywgrducasse i cant copy anything is thr any other way?14:37
ducasseto do what?14:38
strywgrfind what is causing the freeze14:40
ducassenot really, you can leave a 'journalctl -f' running and hope it catches the freeze as it happens14:40
strywgrokay you mean i keep the terminal up and see thn?14:41
ducasseyeah14:41
strywgraright doing it14:43
compacthey 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:52
kyle__compact: You have a local copy of the files that are on the remote server you want to connect to?14:53
compactyes14:54
kyle__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:54
rhokshow do I check the speeds of my wifi card on my laptop?14:55
compactthen openssh authorized_key wich is ssda-rsa xxxx rsa-key-2018010114:55
compactand ssh-rsa 1024 xxx (finger print)14:55
compacti also have the private key14:57
=== pavlushka_ is now known as pavlushka
kyle__If you have the private key, either place it in your ~/.ssh/ directory, or ssh-add it to your keychain15:00
oerhekshttps://help.ubuntu.com/community/SSH/OpenSSH/Keys15:01
oerhekswe have a good wiki15:01
=== Kira is now known as k_sze
compacthm rtied adding private key into keychain but I suspect its wrong? its only 20 characters lnog?15:20
leftyfbthat's not the private key15:21
compactthought so15:21
compactmight just be the passphrase15:21
kyle__if it's added to the keychain, 'ssh-add -l' will show you which keys are loaded (with a fingerprint)15:24
kyle__kyle@leela:~$ ssh-add -l15:24
kyle__8192 SHA256:5daL1jEYIPDGUwNvsjTUowQ2hhPui1eJVdDO4zAalpo .ssh/id_rsa (RSA)15:24
kyle__Good way to check if it's loaded.15:25
leftyfbkyle__: step #1 for him is to find the private key. Not go searching for keys that are loaded15:26
compactwould this 20 character just be a passphrase I guess?15:26
strywgrducasse its the same error in the end of the file15:32
strywgri mean the command15:32
lbracheroerheks, thanks!15:39
=== WaV_ is now known as WaV
flying_sausagesheyo, 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 card15:40
flying_sausagesany idea how to get my normal system sound through the USB output even though i already have it selected in Gnome/15:41
flying_sausages?15:41
Orcs53_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
Orcs53_Any ideas?15:58
waveformOrcs53_, 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 usually15:59
Orcs53_I have not had this problem with other RPi 3B's using the Ubuntu 20.04 image recently.15:59
Orcs53_I'll try, seems device also does not respond to the keyboard.16:00
Orcs53_waveform, One moment.16:00
Orcs53_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 options16:07
Orcs53_Sorry about the formatting, here is a paste: https://paste.ubuntu.com/p/xpNkbWQh6W/16:09
waveformOrcs53_, no prob - hmmm - looks like it fails to jump to the linux kernel for some reason16:09
Orcs53_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
waveformOrcs53_, 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
waveformOrcs53_, oh - actually, that's a point - just before those messages do you see "Decompressing" or "Copying kernel"?16:10
waveform(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
Orcs53_waveform, One moment, I'll check.16:11
Orcs53_Loading kernel...; length ???; "hidden by overscan..." 535 bytes read in 12555 ms (22.4MiB/s)16:14
Orcs53_I can't see if is loading or copying, the text is hidden due to overscan.16:14
waveformOrcs53_, ah well - any chance you've got a serial cable? (that would make it easy to grab the output)16:15
waveformOrcs53_, 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:15
Orcs53_I also note, I verified the image after downloading, and I have successfully booted Fedora Workstation 32 since encountering this error.16:16
amuroHi, if I only wanna use the convert command, should I install ImageMagick or GraphicMagick?16:16
waveformOrcs53_, oh - this was straight after flashing the image - no upgrades or anything in between?16:16
amuroand what is the difference between imagemagick-6.q16 and imagemagick-6.q16hdri?16:17
Orcs53_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
waveformOrcs53_, okay - could you point me to the page you downloaded the image from?16:18
Orcs53_waveform, I downloaded the Ubuntu 20.04 image for RPi 3, specifically ubuntu-20.04-preinstalled-server-arm64+raspi.img.xz16:22
waveformOrcs53_, 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
waveformoh, that's the sum for the .xz compressed image rather (http://cdimage.ubuntu.com/releases/focal/release/SHA256SUMS)16:25
waveformlet me just grab the one for the image...16:25
waveformOrcs53_, ah here we go: 266e7762f9c0019cd7b0b3e469648a78d5d38eb9a95fc66ed075500895ab0fa516:27
waveformOrcs53_, 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 time16:30
waveform to grab it again - good luck!16:30
Orcs53_waveform, Yes these match. No worries, I'll look into the memory cards. Thanks for your help.16:31
dtuxanyone know if webmin has a ui for sharing a scanner?16:39
oerheksdtux, webmin is not in our repos, for a reason16:41
oerheksthere is #webmin here on #freenode too16:42
dtuxoerheks: is there an alt that is?16:42
oerheks!cockpit16:43
oerheks!info cockpit16:44
ubottucockpit (source: cockpit): Web Console for Linux servers. In component universe, is optional. Version 215-1 (focal), package size 17 kB, installed size 62 kB16:44
oerheksand tons of others, i like this one16:44
designbybeckUbuntu 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/DWN16:45
designbybecklike old school navigation!16:45
dtuxoerheks: thanks! i'll check it out :)16:46
dtuxdo you know if it has a ui for sharing a scanner?16:46
=== zbenjamin_ is now known as zbenjamin
IaMnEwHeReHi there16:52
oerheksdtux, our german friends have a solution; https://wiki.ubuntuusers.de/SANE-Scanserver_im_Netzwerk/16:55
oerhekshttps://help.ubuntu.com/community/SaneDaemonTutorial16:55
dtuxoerheks: the debian guide is pretty good too, jw about a web interface.16:57
AWFunTVIS there someone i can chat with about potentially unsupported packages in focal16:58
=== kostkon_ is now known as kostkon
coconutAWFunTV, probably best to ask this in #ubuntu-discuss17:05
AWFunTVthanks17:05
cow0wHi, 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:06
fallen21hi17:15
fallen21anyone active in here?17:16
pavlossure, what's the question17:16
fallen21i just wanna learn about termux github17:18
fallen21can u help me? or anyone can help?17:18
IaMnEwHeRefallen21 you mean tmux?17:19
fallen21yaps, apps from android termux17:19
IaMnEwHeReok that is s.th. different then17:20
IaMnEwHeRetmux has nothing to do with android, sry17:20
fallen21nice to meet u IaMnEwHeRe17:21
IaMnEwHeRelikewise17:22
fallen21can tmux work ? if i try to looking information about android it self?17:23
pavloshttps://play.google.com/store/apps/details?id=com.termux&hl=en_US17:24
IaMnEwHeRefallen21 tmux is a terminal multiplexer, that has nothing to do with android17:24
clichteHi all  :)17:24
pavloshttps://termux.com/17:26
fallen21yes pavlos17:26
pavloswhat more do you want? webiste, adroid info, terminal emulator, bash zsh17:27
IaMnEwHeRefallen21, the reason this works and you can apt-get all the stuff you want is because of UML ( not the Diagrams but UserModeLinux)17:27
IaMnEwHeReso you can compile the linux-kernel to run atop your regular linux-kernel in user-space17:28
fallen21i just wanna looking github for testing penetration android it self17:28
fallen21like wanna get someone picture on his/her gallery & more :D17:28
fallen21but can termux doing that?17:28
IaMnEwHeReoh 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 reason17:29
IaMnEwHeRe^ purpose17:29
fallen21ops sorry17:29
fallen21im go wrong channel :v17:29
IaMnEwHeReand FYI, noone will help you commit a crime, regardless of channel17:30
clichteI'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
fallen21if maybe i do that, but im not do that just only for learn bro.. hehe17:30
IaMnEwHeReclichte, I dunno, but I think it depends on the kernel, with newer version you might wanna get newer docker, because of NS capabilities17:31
IaMnEwHeRefallen21, yeah right17:31
IaMnEwHeReclichte, I also heard that there are some problems with older versions?? when getting images to run, dunno always used the docker one17:32
fallen21all purpose i want is only for learn & know about this.17:33
clichteIaMnEwHeRe: right now both the ubuntu and docker versions are the same, 19.03.817:33
IaMnEwHeRefallen21, 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 swagger17:33
IaMnEwHeReit is boring, hard, demanding and you cannot cash out early17:34
clichteIaMnEwHeRe: I'll just follow the docker guides I guess....thanks17:34
fallen21maybe im the one wanna learn ottodidac hihi.. ok sorry then for my word. imma out thanks for your information IaMnEwHeRe17:34
IaMnEwHeReclichte, 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 anyways17:34
AWFunTV!info isc-dhcp-server17:35
ubottuisc-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 kB17:35
worrelsikI'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 ?17:48
rjwiiiworrelsik: Have you tried asking in #python?18:22
JustTheDoctorHow can i install megatools on ubuntu 14.04?18:27
worrelsikrjwiii: Aargh, posted in the wrong channel. Thx for pointing that out! It's a clojure question :-)18:28
rjwiiiJustTheDoctor: 14.04 is EOL ...18:35
JustTheDoctorrjwiii i understand but 14.04 is the version of a server i am running that cant be updated.18:36
leftyfbJustTheDoctor: why can't you update it?18:36
JustTheDoctorit will break certain things i have running, as they have not been updated for the new software.18:36
leftyfbJustTheDoctor: ok, then you are stuck where you are with it then. It's not supported here anymore.18:37
JustTheDoctoranywho 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 works18:37
JustTheDoctori cant just add a repo to apt-get to make it work?18:37
leftyfbJustTheDoctor: it's not supported anymore18:37
rjwiiiJustTheDoctor: 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
JustTheDoctorapt-get still works18:38
JustTheDoctori cant just add deb http://archive.ubuntu.com/ubuntu trusty main restricted universe something like this?18:38
leftyfbJustTheDoctor: good luck18:38
rjwiiiIf it's not in the repos for 14.04, it may not work ... newer repos, even third party, may no longer support 14.0418:39
rjwiiiJustTheDoctor: you can try installing from source ...18:39
JustTheDoctori get an error when doing that18:40
JustTheDoctorahh ok easily just backed up to a older version18:42
JustTheDoctorthanks ne ways guys18:42
=== bynarie_ is now known as bynarie
omnisiphey 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?19:59
cjdesnoquestion 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 old20:11
oerheksfor the pi4 yes, 18.04 is not suitable20:12
cjdesnoare 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
oerheksno, i guess not20:12
oerhekswe are happy to have 4 working with 20.0420:13
cjdesnooerheks: ok, then it might be nice to update the compatibility matrix on this page: https://ubuntu.com/download/raspberry-pi20:14
cjdesnoif the incompatibility is not considered a bug and will not be fixed20:15
coconutisn't this something for #ubuntu-discuss ?20:20
oerheksi have seen no big issues with 18.04 on pi4?20:20
cjdesnooerheks: 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:23
OnkelTemHi. All of a sudden my Kubuntu 18.04 has stopped booting. It hangs somewhere in the middle. I'm not at another computer.20:26
OnkelTems/not//20:27
sarnoldOnkelTem: try one of the older kernels from the grub menu?20:27
sarnoldOnkelTem: iirc you may need to hold down left shift when booting, or something similar, to get the menu20:27
OnkelTemsarnold: I tried one - it didn't work. Don't remember the veresion however. Now am trying again...20:28
hl521Hey, 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:28
pavloshl521: this might help, https://askubuntu.com/questions/1056291/driver-rtl8811au-for-usb-wifi20:31
hl521pavlos, is this available in any kernel atm?20:32
hl521or linux-firmware by chance?20:32
oerheksone must have a reason to run pop_os, sytem76 hardware..20:33
hl521oerheks, or not wanting to run anything canonical20:34
pavloshl521: read the comments, some address kernel 5, some previous kernels, try the zebulon git first or 'sudo apt install rtl8812au-dkms'20:34
hl521tracking stby20:34
oerhekscould well be, so we do not support derivates and forks20:34
hl521yeah i already have that installed20:34
hl521interesting, I couldn't find the pop os channel though20:35
oerhekstry #system76 ?20:35
quadrathoch2how 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:35
hl521try not to get toxic like the arch irc20:37
Kiwismirrors having issues ?21:19
sarnoldKiwis: you're the first I've seen to suggest there's problems21:22
Kiwissarnold someone needs to be the first. fr.archive works, archive. doesn't respond21:23
Kiwischecking docker network to make sure21:23
Kiwisaha I know21:24
pavlosping fr.archive.ubuntu.com responds21:25
KiwisI said .fr respond ;)21:26
KiwisBut I flushed iptables with docker :S21:26
Kiwisthose use archive.21:26
Kiwisok, when I did a iptables --flush what is the best way to get the defaults back where it boots with ?21:28
cgunderssonbrew upgrade22:00
birdman007im trying to use a flash drive to boot into win10, my laptop isn't recognizing it, is there anyway to troubleshoot this?22:29
birdman007it's formated as exfat with gpt partition table22:30
oerheksbirdman007, not an ubuntu support issue, try ##windows?22:31
Heyokabirdman007, https://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-windows#1-overview22:32
oerheksHeyoka, good point, after installing windows, to change back to ubuntu :-P22:35
FakuVeHi guys, How can I remove a program that is not shown in dpkg --list ? but is in /bin/22:36
oerheksFakuVe, what program exactly?22:37
MikeRLSo 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
FakuVeoerheks: /bin/st22:37
MikeRLLaptop model is HP Envy M7-N101DX for reference.22:38
MikeRLAt 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:38
FakuVeor no sorry is in /usr/local/bin/st22:39
jeremy31MikeRL: what wifi device?22:39
MikeRLUm.22:39
MikeRLMaybe I need to look it up.22:39
FakuVeoerheks: 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/st22:39
MikeRLhttps://paste.ubuntu.com/p/2nndv2fZ5z/22:41
MikeRLHopefully that is the correct command. I upgraded the network-manager package on MATE on the Pi 4 (desktopify) and no issues there.22:41
oerheksFakuVe, i see, that is odd https://packages.ubuntu.com/bionic/amd64/stterm/filelist22:41
MikeRLNow, 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
FakuVeoerheks: shall I rm them manualy?22:43
oerheksis this cinnamon?22:43
MikeRLI 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:43
oerheksall i find; " on Debian and Ubuntu based systems, st is packaged as stterm."22:44
FakuVeoerheks: basicaly I downloaded a .tar.gz and compiled it , I don't exactly know what they install22:45
jeremy31MikeRL: 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.service22:45
FakuVeoerheks: I just want to know how to act in this cases22:45
jeremy31MikeRL: that should keep wifi power management off, seems to work better on Intel devices22:46
MikeRLjeremy31, Does that disable powersave and restart the networking?22:46
MikeRLI already typed, sorry.22:46
jeremy31MikeRL: yes22:46
FakuVeoerheks: If there is a /bin/ that is not shown on dpkg --list then I should check the documentation and remove manualy?22:46
MikeRLjeremy31, Is this a new bug? I only noticed it after a recent update a week or so ago.22:46
jeremy31MikeRL: It can happen anytime from what I see on the forums22:47
MikeRLWell, for me that update seemed to set something off on this machine with this card.22:47
MikeRLDoes that command stop it most of the time, or just infrequently? How effective is it?22:48
jeremy31MikeRL: it has worked well for most22:48
MikeRLjeremy31, Thanks. I will report back here and file a bug if one doesn't exist yet if it happens again.22:49
MikeRLjeremy31, As I seem to be able to pinpoint it to a package upgrade with a particular card.22:50
jeremy31MikeRL: good22:50
MikeRLI'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:50
MikeRLGood thing this channel is logged.22:51
jeremy31MikeRL: you might need to use>  echo "options iwlwifi 11n_disable=8" | sudo tee /etc/modprobe.d/iwlwifi-opt.conf22:52
MikeRLWill help. That paste contains the network card and the offending version is 1.22.10-1ubuntu2.1 (focal-updates) I believe.22:52
MikeRLI'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
MikeRLNothing else I can think of set it off besides that network-manager package.22:54
jeremy31MikeRL: If it doesn't get fixed, post on ubuntuforums.org and see if anyone else has any ideas22:55
MikeRLI have ran both commands for good measure.22:56
=== kreyren_ is now known as kreyren
oerheksFakuVe, one could try, move it to an other location.22:58
oerheksor you could check the build log22:58
RonWhoCaresI 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 ?23:17
=== [Pokey] is now known as HashBangBot
=== HashBangBot is now known as [Pokey]
anusfolks why is ffmpeg not included by default in ubuntu 16.04lts?23:37
sarnoldanus: ffmpeg is in universe; do you need to enable the universe pocket on your system?23:38
anusno i am already doing everything manualy thanks i just wanted to read rational behind 16.04lts installing firefox by default but lacking ffmpeg23:39
anusits like giving someone a vehicle without a key23:39
anusyou can sit inside and enjoy the radio but if you want to expirience the driving you need a key23:39
anusthere is not much one can see without ffmpeg...23:40
oerheks!info ubuntu-restricted-extras23:43
ubottuubuntu-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 kB23:43
anusi 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 ubuntu23:56
anusdo you folks think you could include ffmpeg with ubuntu image install?23:56

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