/srv/irclogs.ubuntu.com/2021/08/01/#ubuntu.txt

tomreynbritho: the wiki tends to have this issue. which is why documentation is slowly being moved to discourse.ubuntu.com, i think.00:05
britho@tomreyn gotcha, thanks.00:05
tomreynif you shift-reload a given page after you ran into a 500, it *may* help00:05
Guest25Using the acpi_osi=Windows doesn't seem to help. I found two Windows strings in the firmware to try and neither works unfortunately.00:11
tomreynGuest25: which options did you pass?00:18
Guest25I tried Windows 2012 and Windows 2009 as those were the only strings that came up in the firmware00:23
Guest25I did just now finally make my way to something useful in the bug link from above. https://bugzilla.kernel.org/show_bug.cgi?id=103211#c29800:23
ubottubugzilla.kernel.org bug 103211 in Drivers "Unable to power off on MacbookPro11,4" [Normal, Closed: Code_fix]00:23
Guest25The commands in that post are able to shut the machine down normally it appears. Does that mean I need a custom patch for this machine or is there a way to trigger that behavior. I was a bit lost in that discussion.00:25
tomreynGuest25: which commands specifically?00:28
Guest25setpci -s1c.0 0x20.l=0xf011f001       # sec 19.1.16  MBL (non-prefetchable)00:35
Guest25  setpci -s1c.0 0x24.l=0xf031f021       # sec 19.1.17  PMBL (prefetchable)00:35
Guest25  lspci -vvs1c.000:35
Guest25  poweroff00:35
leftyfb!paste | Guest2500:36
ubottuGuest25: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.00:36
Guest25so much I don't know00:37
Guest25Looks like the patch that came out of that bug only specifically affects MacbookPro11,5 and 11,5. I suspect if I spend the time to figure out how to compile a custom kernel I can make my iMac shutdown properly.00:39
Guest25Maybe I'll dive into that next weekend. If it works I supposed I could submit a patch. Lots of fun stuff to learn. :-)00:41
tomreynGuest25: yes, i would think you could try to make it so that the same quirk also applies to your model.00:42
tomreynthe "lspci -vvs1c.0" command should actually have printed something on screen, i would think. did it?00:42
Guest25yes it did00:52
dman777_altersince pulseaudio uses alsa, how do you know if pulseaudio is being used or is it just alsa when something like youtube is playing?00:54
LjLdman777_alter, install pavucontrol and you'll see which streams are being played00:56
dman777_alterLjL: thanks00:58
dman777_alterI need to map my laptop volume buttons to audio. Would I map them to alsamixer commands or something else with pulseaudio?00:59
sleepymariodman777_alter: what DE are you using?01:05
dman777_altersleepymario: none... just compiz fusion01:06
goddardhow do i add execute permissions to group category with chmod i know it has like chmod g+w or chmod g+r but what is the third one again?01:28
optimantexecute's mnemonic is x, so g+x01:33
dman777_alterwhen I use mplayer to play a mpg video on my laptop, it causes my laptop to heat up. Is there a better alternative for a commandline player?01:35
=== M4he is now known as mahe
goddardoptimant: im so tired i was trying to just type sudo g+x dir01:50
goddardthanks01:50
optimantnp!01:54
=== keypushe- is now known as keypusher
Batzyhi all, i have a dual arch/win10 boot right now. And I want to switch the arch to ubuntu. win10 and arch are installed on different harddisks, however right now my /boot folder is on the disk that arch is installed on. I can see in my /boot/efi/EFI folder there are some Microsoft files so I am worried writing ubuntu onto this disk will screw up the02:20
Batzywindows boot. Anyone have any advice or guides to handle something like that, or should I just not be worried?02:20
tomreynhi Batzy, so which of the two drives is your EFI system partition on?02:27
Batzythe one with the arch install, i am sure02:27
Batzyyou're talking about /boot/efi right?02:27
tomreynyes02:27
Batzyyes, same device AND partition as arch install02:27
tomreynsame partition? that's unlikely you won't have the arch installation on the efi system partition02:28
tomreynjust its boot loader02:28
tomreynunless, maybe, it's just an image file?02:28
Batzywell gparted is just getting my devcices completely wrong...02:29
Batzyhm02:29
Batzyoh wait nvm02:29
Batzyok02:30
Batzytomreyn arch is on /dev/sdc so the boot partition is on /dev/sdc1, sdc2 is SWAP, sdc3 is /02:30
tomreyni see. then what is on sda and sdb? and is there also sdd?02:31
tomreyni guess one of those will contain windows?02:31
Batzysda, sdb, and sdd are essentially all for windows02:31
Batzybut windows system files are on sda02:31
Batzysdb and sdd are essentially just extra storage02:31
Batzywait i lied02:31
Batzysdd is the usb i have plugged in to install ubuntu right now02:32
Batzyso sdb is extra storage, and so is nvme0n102:32
Batzysda still is windows system files02:32
tomreynokay, so about sdc, you said "the boot partition is on /dev/sdc1", this sounds like arch's /boot mount comes from /dev/sdc1. but that would mean the efi system partition is somewhere else. where is it?02:33
Batzyi mean gparted says /dev/sdc1 is a fat32 FS02:34
Batzyisn't that required for efi?02:34
Batzyalso has flags boot, esp02:34
Batzyif the answer is still "no" im unsure how to find it02:34
tomreynokay, if that's the only one with the esp flag, then that's the ESP02:34
Batzynothing else has esp flag02:35
minionshello02:35
tomreynso i assume arch has/had no separate /boot, ok02:35
Batzynope02:35
Batzythat was my doing when i installed i think :)02:36
tomreynso you just need to remove the file system signatures on sdc2..n, then install ubuntu to sdc02:37
tomreynif windows is also booting in uefi mode, the ubuntu installer should detect it while installing and offer to install itself in addition to it.02:38
Batzyok so, i pretty much dont touch sdc102:38
Batzyinstall ubuntu system onto sdc2+02:38
Batzyand then what? do a good ol' update-grub or something?02:38
tomreynsdc1 will also contain the windows boot loader, so yes, don't remove that02:39
Batzyyes i looked, and it's in there02:39
Batzyok thanks02:39
Batzyis everything else autohandled?02:39
tomreynthe installer would run "groub-install", which would install to the existing ESP02:39
Batzyugh, beautiful02:39
tomreyn...i think ;)02:39
Batzyo02:39
Batzyoh well, let's give it a shot02:40
Batzyill be back when everything completely fails and i cant use my computer anymore!02:40
tomreynif you prefer the more manual approach, you can do the partitioning yourself and use debootstrap instead02:40
Batzydoesn't the ubuntu installer have a spot to specify the partitioning?02:40
tomreynand there's also the server installer02:40
tomreynyes, there's a graphical configuration ustility for manual partitioning in te desktop installer02:41
Batzyyeah ill just do that02:41
tomreynalso a non graphical one in the server installer02:41
Batzyserver installer was an idea, but im trying to get away from all the hardcore DIY linux stuff on this device for awhile02:41
Batzy1 of the reasons i am moving away from arch for now02:41
Batzy(although i do want to use nix package manager on ubuntu :)) )02:41
tomreyndo make sure to have backups whenever you do such operations, though02:42
tomreyni don't want to take the blame if windows doesn't start anymore. ;)02:42
tomreynpersonally, i wouldn't do multi.boot setups nowayds02:42
tomreyn*nowadays02:42
Batzyi have 4 harddisks so02:42
Batzyit's not that big of a deal02:42
Batzyi like linux more but i am also cursed with liking video games02:43
Batzyso here we are02:43
Batzytomreyn all files i want to keep are already backed up02:43
Batzydid you mean to back something else up?02:43
tomreynthe problem is with the operrating systems fighting about who has the ultimate power over what's running on your system02:43
goddardBatzy: i like video games as well and only run Linux.  :D02:43
Batzygoddard then you dont play real video games02:43
tomreynthere's lookingglass02:44
goddardBatzy: haha02:44
Batzytomreyn whats that02:44
Batzygoddard lutris cant do it all mate02:44
tomreyna solution for the low latency graphics in a VM problem02:44
Batzyif it could i would definitely do it02:44
Batzysome of the games i play, any penalty i would have to accept by not running natively is not worth it02:45
goddardBatzy: wine is native02:45
tomreyni don't think you would notice, though02:45
Batzygoddard good luck running most things in wine02:45
Batzygoddard here i have a challenge for u02:46
tomreynhttps://looking-glass.io/02:46
Batzyhttps://store.steampowered.com/app/594650/Hunt_Showdown/ goddard get that running on linux02:46
goddardive been playing Witcher 3 on my GPD Win 3 with Intel Xe graphics for awhile02:46
Batzythere's also the problem of02:47
Batzy'"every time i get a new game i have to work hard to get it running right in linux"02:47
Batzyok im going to go install ubuntu now02:47
Batzyill be back to personally blame tomreyn for all failures.02:47
Batzycya02:47
goddardBatzy: looks like a cross between bioshock and metro last light or something02:47
tomreynawesome!02:47
Batzygoddard nope02:47
Batzyim not sure how to explain it, but it's pvpve. Closer to a battle royale but there's a single objective everyone is trying to get02:48
tomreynand make sure you actually read that website i posted some time. it's for running windows in a vm, with full graphics acceleration02:48
Batzytomreyn i will02:48
goddardThis game won't run because EAC02:48
Batzyi am just not ready to dedicate all devices towards a linux install this weekend. But it is very interesting02:48
Batzyalso i have nvidia rtx gpu02:49
Batzyi know nvidia hates linux02:49
Batzygoddard mm02:49
Batzygoddard there u go02:49
goddardValve said they are working with companies to make EAC work so theres that i guess02:49
tomreynBatzy: when on the custom partitioning tool...02:50
tomreyn...make sure to select sdc1 on the slim line below that window02:50
tomreynit is often missed02:50
tomreynit says "where to install boot loader" or something02:50
Batzyyeah im going to hang out here on my laptop02:56
Batzyas i set this up02:56
tomreyngood strategy, so you can ensure to be able to blame me. ;-)02:57
Batzytomreyn for some reason on the "device for boot loader installation" /dev/sdc is completely missing02:57
Batzyoh shit02:57
Batzytomreyn it reordered the devices i think...the /dev/sdd from before is not the same /dev/sdd as now02:57
tomreynhmm then you must be in a mode where it tried to use the entire sdc for the fresh install02:57
tomreynoh thats also possibe02:58
tomreynpossible02:58
Batzyno i did custom02:58
Batzyit's the last option of the 302:58
Batzyso it says windows boot manager is on /dev/sdd102:58
tomreynyou can spawn a terminal with ctrl-alt-t if you want to examine02:58
Batzyand arch is on /dev/sdd3, so i bet dev/sdd2 is swap02:58
Batzyso i am going to guess i install boot loader to /dev/sdd102:58
tomreynprobably02:59
Batzyyeah i see it now, definitely switched the device names02:59
Batzyok so i deleted the swap and / partitions for arch and /dev/sdd1 is the same and where im installing bootloader03:00
Batzywhats the recommended partition setup for ubuntu again?03:00
Batzysingle partition? do i need swap?03:00
tomreynswap can be on the file system if you'Re using ext403:01
tomreynif you don't need encryption then you just need a single partition03:01
Batzyhttps://help.ubuntu.com/community/DiskSpace03:01
Batzyi dont need encryption and plan to use ext403:01
Batzyso no swap...go it03:01
Batzygot it03:01
Batzyok so for this installation type menu, i have /dev/sdd1 untouched, it is selected on the slim line for boot loader installation, and i have /dev/sdd2 highlighted for the install which has mountpoint / and type ext403:02
Batzycool03:02
* Batzy everyone cross their fingers03:03
tomreynif it's happy to install this way, i guess this should work03:03
Batzythis was easier than i thought!03:04
Batzyit almost installed nixos instead btw, but i decided ubuntu + nix would be a better way to test out nix03:04
tomreynbetter wait until it's booted!03:04
Batzyi almost*03:05
Technoturnoversis kubuntu an official flavor?03:05
Bashing-omTechnoturnovers: Yup - :D03:06
Bashing-om!flavors | Technoturnovers03:06
ubottuTechnoturnovers: Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours03:06
Technoturnoversalright, I've got an issue with secure boot03:07
Technoturnoversshim is "working", it doesn't scream about a wrong key or boot me into mokmanager03:07
Technoturnoversbut when I boot with secure boot enabled, I just get a black screen03:07
TechnoturnoversI'm using encryption, I suspect that might have something to do with it03:08
Technoturnoversis it possible that some bug is stopping the password prompt from displaying?03:08
Bashing-omTechnoturnovers: What pops to mind is that you attempted to install a proprietary driver while "secure boot" was enabled ? Now no driver is loaded ?03:08
Technoturnoversthis happened before I installed any proprietary drivers03:09
Batzywow if i knew kubuntu was an official flavor i wouldve done that instead of ubuntu03:09
TechnoturnoversI did boot without secure boot to install nvidia drivers03:09
Technoturnoversbut that didn't make any change03:09
Batzytomreyn install finished and it boots windows just fine. im going to guess the ubuntu is also going to be fine03:10
tomreynBatzy: if it booted it through grub, then probably so03:10
Technoturnoversoh and also, not sure if this is kubuntu only, but I've got a different, kind of urgent bug with the installer to discuss03:11
frickenatePlease, I need urgent help. I have a fresh Ubuntu 21.04 server, and I need to create a normal user who can connect via ftp to upload me a large file. It's a throwaway; I care very little for security, thus I want my friend to drop me a file via ftp rather than via ssh/sftp. I create the user (sudo useradd -m sean), set their password (sudo passwd sean), and add "sean" to /etc/ftpusers.03:11
frickenateServer restart, and yet I still can't ftp to the server as "sean".03:11
tomreynBatzy: the kubuntu installation should be about as simple if you want to try again03:11
Technoturnoversfrickenate: using SSH would actually be easier03:12
tomreynfrickenate: i second this.03:12
TechnoturnoversFTP servers are a massive pain, in my experience03:12
tomreynwinscp if they're a windows user03:12
Technoturnoversalso, I know this is a dumb question, but did you port forward?03:13
frickenateAnd in fact, even if I set "PasswordAuthentication yes" in /etc/ssh/sshd_config, I can't even connect via ssh. Something is really fucked up.03:13
frickenatessh as the new user, the first time, gives "Too many authentication failures"03:13
frickenateI've never seen this problem. I feel like it's probably some new garbage systemd03:13
frickenate"feature"03:14
Technoturnoverssystemd is hot trash, but that's because it's monolithic, it probably isn't breaking your system03:14
frickenatesudo useradd, sudo passwd, then ssh gives immediate "Too many authentication failures"03:14
Batzyquick question...how do i set my primary display on ubuntu? I have 3 monitors and both the login screen and actual system have the wrong display as the main one. I reordered the displays so my mouse moves properly, but how do i switch everything to my middle display?03:14
Batzy(example: for login screen my password is input on my far right display, and the task bar when i login is also on my far right)03:15
Batzyoh wait03:15
Batzyi found it03:15
tomreynhttps://i.stack.imgur.com/wPmiD.png03:16
Batzytomreyn yeah i found it...why does yours look much older03:17
tomreynbecause it is ;)03:17
TechnoturnoversBashing-om: just to repeat, the only difference as far as my issue goes is having secure boot enabled/disabled03:17
tomreynBatzy: took it from here https://askubuntu.com/questions/300670/is-there-any-ability-to-set-my-primary-monitor03:17
frickenateFor real… nobody knows why I can't connect to a newly created account with ssh, even with sshd_config's "PasswordAuthentication yes" set?03:18
TechnoturnoversI know that shim changes the resolution if you're using grub early cryptodisk and that prompt comes up03:18
Technoturnoversso I think it might be screwing up plymouth somehow03:18
tomreynfrickenate: did you reload ssh?03:18
frickenate@tomreyn I rebooted the server to be sure.03:18
frickenateuseradd sean, passwd sean, reboot.03:19
Bashing-omTechnoturnovers: Sorry my skills in encryption are nill :D03:19
Technoturnoversfrickenate: we could probably use some actually sshd logs03:19
tomreynfrickenate: PermitRootLogin defaults to prohibit-password, i.e. root cannot login with a password, in case you're trying to so do03:19
TechnoturnoversBashing-om: this isn't even an encryption issue, really, it's just the fact that plymouth's password screen decides not to show when shim triggers03:20
frickenateThe user I'm creating is not root.03:20
frickenateI'm trying the whole thing again from scratch, one sec.03:20
TechnoturnoversI plan on testing with splash disabled in my kernel commandline later, but I haven't tried it yet since changing grub configs from a chroot is a pain03:20
tomreynfrickenate: use adduser, not useradd03:21
Bashing-omTechnoturnovers: one can see what results when booting to terminal from grub, Rule out a GUI issue.03:21
frickenateuseradd -m sean03:21
tomreynyes, dont03:21
TechnoturnoversBashing-om: I haven't actually been able to get the grub menu open, but it could very well be because my computer literally just boots too fast03:22
Technoturnoverslemme see if I can get the grub menu open with secure boot off03:22
frickenateWTF. "Received disconnect from 143.198.35.55 port 22:2: Too many authentication failures03:22
tomreynfrickenate: you want to use adduwser on debian derivatives. there are reasons to it, codumented in the adduser man page. it's about UID/GID ranges03:23
frickenateFine, I'll try and it will fail again.03:23
tomreynpossbly. check logs as well03:23
frickenateYou're supposed to use the useradd variant… it's higher level and I've NEVER had a problem.03:23
Technoturnoversgonna be disconnecting to see if I can test out the grub menu03:24
frickenateWTF03:27
Batzyubuntu doesnt come with vim and curl installed? WTF03:27
frickenateUbuntu user accounts and ssh is so fucking broken.03:27
frickenateReceived disconnect from 143.198.35.55 port 22:2: Too many authentication failures03:28
frickenateDisconnected from 143.198.35.55 port 2203:28
frickenateI can't fucking connect with any user other than root03:28
tomreynplease calm down on that language a little03:28
alkisgBatzy: it has vi and wget if it helps03:28
tomreynBatzy: and you can easily install those, i guess03:29
frickenate@tomreyn Ubuntu is doing garbage shit that has never happened in the past 20 years. Don't tell me to calm down.03:29
alkisgfrickenate: I was going to help you, but I won't, with this language03:29
alkisgNot everyone likes that language. You may; not everyone does03:29
tomreynfrickenate: you haven't even managed to have a look at the logs, for all we know03:30
frickenateFuck it, gonna try Debian. After years of Ubuntu, the most basic ssh connect of a new user account is not working.03:30
alkisgNo worries, see you in #debian later on03:30
tomreyni told you what needed changing03:30
frickenateI tried adduser, no difference.03:31
tomreynuseradd with -U might also have worked03:31
tomreynoh, good to know03:31
frickenateIt's not like this is the first time I've created a new user account… hundreds of times with no issue.03:31
tomreynwell, see you in #debian !03:31
Technoturnoversso, it seems like grub just straight up isn't working in secure boot03:33
TechnoturnoversI was able to get to the GRUB menu with secure boot disabled, but not enabled03:33
alkisgTechnoturnovers: and how does your kernel get loaded?03:33
Technoturnoversuhhhhhhh03:34
Technoturnoverswhat do you mean?03:34
alkisgI mean, it's UEFI > grub > kernel03:34
alkisgIf grub doesn't load, kernel doesn't load, computer doesn't boot. Is this the case?03:34
Batzytomreyn yeah it's not a big deal, just the first OS i've used without vim03:34
Technoturnoversit's an issue with shim03:34
Technoturnoversthat all works fine when secure boot is disabled03:34
alkisgWith shim, it's UEFI > shim > grub > kernel03:35
Technoturnoverswhen secure boot is enabled, I get a black screen with no error03:35
Technoturnoversyes I know03:35
tomreynthis sounds like you don't have grub-efi-amd64-signed installed03:35
Technoturnoversanyways, I checked my keys, I have the canonical PK enrolled03:35
Batzyanyone know why Ubuntu software just wouldnt be starting?03:35
Technoturnoverstomreyn: that could be the case, but if that's true, it means that the kubuntu installer is flat out broken03:35
alkisgTechnoturnovers: Ah, ok sorry I didn't read the whole backstory. So the problem is that when you enable secure boot, you get a black screen etc, and the computer doesn't boot, right?03:36
Technoturnoversbecause this is a normal fresh install, nothing wacky03:36
Technoturnoversyeah03:36
tomreynTechnoturnovers: did you install it while secureboot was enabled?03:36
alkisgBoot it without secure boot and paste the output of `dpkg -l | grep grub` to check tomreyn's theory...03:36
Technoturnoverstomreyn: I might have had it disabled03:37
Technoturnoversbut if grub weren't signed, shouldn't shim be throwing an error and booting me to mokmanager?03:37
tomreynTechnoturnovers: then that's expected (by me, at least, maybe not by you ;-) )03:37
Technoturnoverswell, actually, mokmanager isn't on my EFI partition03:37
alkisgAFAIK shim doesn't get installed when secure boot isn't detected03:37
Technoturnoverstrust me, I've got shim03:37
TechnoturnoversI check efibootmgr03:37
alkisgdpkg -l | grep shim will tell us03:38
Technoturnoversalright, I gotta leave again then03:38
Technoturnoverswell I mean03:38
TechnoturnoversI *know* shim is installed03:38
Technoturnoversthat is not up for question03:38
TechnoturnoversI even checked that shim-signed was up to date03:38
Technoturnoversand it was, according to apt03:38
Technoturnoversbut I'll check grub03:39
tomreynalkisg: there's no pakage named *shim*, i think03:39
alkisgYou can also paste the output of `find /boot/efi -ls`03:39
Technoturnoversokay, but again, I gotta leave to do that because I'm booted into windows right now03:39
alkisgii  shim                                                  15+1533136590.3beb971-0ubuntu1                  amd64 boot loader to chain-load signed boot loaders under Secure Boot03:39
alkisgii  shim-signed                                           1.40.2+15+1533136590.3beb971-0ubuntu1           amd64        Secure Boot chain-loading bootloader (Microsoft-signed binary)03:39
Technoturnoversalkisg: I repeat, I *KNOW* that shim is installed03:40
alkisgtomreyn: ^03:40
alkisgThat was for tomreyn03:40
tomreynalkisg: oops, weird, i don't know why my search missed it03:40
tomreynoh it did not,. PEBKAC03:40
frickenateOk wtf… so I use gnupg on macOS, and apparently the reason I can't ssh as a new user to a server is because I have multiple entries in my ~/.gnupg/sshcontrol file?03:41
alkisgtomreyn: grub is signed with canonical keys, while shim is signed with microsoft keys; without it, secure boot can't be used without adding canonical keys to uefi03:42
alkisgI.e. microsoft signing is the basic reason shim exists03:42
frickenateSo the "Too many authentication failures" is because it's trying to submit too many keys before even trying the plaintext password?03:42
tomreynalkisg: right, i just didn't remember shim had its separate package03:42
alkisg👍️03:43
tomreynfrickenate: if your client prefers to do that, yes03:43
frickenate@tomreyn Is it a server-side setting I can set to allow more auth attempts?03:44
tomreynanother PEBCAK apparently03:44
frickenateI don't understand how it's rejecting multiple keys, when each key should be matched based on host/IP. This is very confusing.03:44
tomreynthere's an sshd_config(5) man page, and MaxAuthTries03:45
frickenateI suspect this is a limitation of gnuppg.03:45
frickenateChecking¬03:45
tomreynwhat is gnuppg?03:45
frickenategnupg*03:46
tomreynhow's that related to ssh authentication?03:46
frickenategnupg has its own replacement for ssh-agent.03:46
tomreynstill? i was thinking this was phased out03:47
frickenateSo I have a ~/.gnupg/sshcontrol file that contains hashes for ssh public keys.03:47
frickenateAnd apparently having 26 keys listed is "too many".03:47
tomreynso fix your client and blame its user, not ubuntu.03:48
technoturnoversalright, I checked, and I do have the signed grub package installed03:48
technoturnoverslemme check my EFI partition again to make sure nothing's screwy03:49
frickenate@tomreyn Apparently MaxAuthTries is the culprit… what a fkn joke.03:49
tomreyntechnoturnovers: so you have "shim-signed" and "grub-efi-amd64-signed" installed?03:50
technoturnoversyep03:50
frickenateI know that typically a client should have a single key for all remote servers…03:50
technoturnoversalso, I do have mmx64.efi, so if there were some signing issue, it should be kicking me to mokmanager03:50
frickenateBut apparently having multiple keys is a DDOS threat. FML.03:50
alkisgtechnoturnovers: pastebin the output of `find /boot/efi -ls`...03:51
technoturnovershttps://paste.ubuntu.com/p/x5fyXxBTB6/03:53
technoturnoversignore all the microsoft crap03:53
tomreyntechnoturnovers: the ubuntu part looks good, i'd say.03:54
technoturnoversyep, which just puzzles me further03:54
tomreynso it'll be a different issue03:54
tomreynnvidia proprietary drivers?03:54
technoturnoversthis has been an issue since before the nvidia drivers, and also, nvidia doesn't get a chance to load during GRUB03:55
technoturnoversbecause grub does not even seem to load03:55
tomreynoh, how do you know?03:55
tomreynyou tried hitting escape then?03:55
technoturnoversbecause I was able to get the grub menu open without secureboot, but not with secureboot03:55
tomreynhmm ok03:56
technoturnoversthis is unrelated, but the kubuntu installer actually nuked my EFI parition before I gave it permission03:56
tomreynand you really want "secure boot" to work, i assume?03:56
alkisgtechnoturnovers: and the output of this? dpkg -l shim; ls -l /usr/lib/shim/shimx64.efi03:57
technoturnoverstomreyn: I plan on using windows 11 when it comes out, and that requires secure boot, also windows 10 bitlocker is really finnicky when you have secure boot disabled03:57
tomreyntechnoturnovers: well, i can only recommend against multi boot setups, but it's entirely your choice to make. and this setup should be possible.03:58
technoturnoversalkisg: shim-signed is installed03:59
technoturnoversshimx64.efi is present03:59
alkisgtechnoturnovers: I want to see the version, because your shimx64.efi is rather small04:00
technoturnovers1.50+15.4-0ubuntu704:00
technoturnovers-rw-r--r-- 1 root root 946070 Jul 16 07:18 /usr/lib/shim/shimx64.efi04:00
alkisgAnd the output of the second command, the ls?04:00
technoturnoversI just want to point out, if my shim were corrupt, then ubuntu wouldn't be booting period, secureboot or not04:01
alkisgI can't find what that "1.50" in front is: https://packages.ubuntu.com/search?keywords=shim04:02
alkisgIs this hirsute?04:02
technoturnoverswell for one, this is shim-signed, not shim04:02
technoturnoversthis is uhhhhhhhh04:03
technoturnovers21.0404:03
technoturnovershttps://packages.ubuntu.com/hirsute-updates/shim-signed04:03
technoturnoverstada04:03
technoturnoversthere's the 1.5004:03
alkisgI did ask for the shim version though... as it's what ships that file04:03
technoturnoverswell, there's the exact package I'm using04:04
alkisgOK, checking04:04
frickenateOk, so I worked around the issue that prevented me from authenticating to ftps on Ubuntu… but now it's readonly and doesn't allow writes/updates? The standard home directory permissions are fine… so why can't I upload?04:04
frickenateftp*, not ftps.04:04
tomreynwhat's the command you're running, what's the error messgae it's returning, what's the server logging about it, what's the ls -l on the target users' home and destination (or the write) directory?04:07
alkisgtechnoturnovers: it look ok (strange that it got very smaller in size after my 20.04); what's the output of `efibootmg -v`?04:08
alkisgtechnoturnovers: I'm starting to suspect some issue in shim, for example it might hang while trying to evaluate your keys; maybe it would make sense to try resetting the keys in uefi settings04:08
technoturnovershttps://paste.ubuntu.com/p/Y32Ds84zqr/04:09
alkisgtechnoturnovers: and when you try to boot ubuntu, you press f12 to select ubuntu (as windows is first), and you remove the usb stick (in case it confuses shim)?04:10
technoturnovershmmm.... so I would delete all of my shim keys with mokutil, when reimport the canonical cert with mokmanager?04:11
alkisgtechnoturnovers: shim is signed with the microsoft key04:11
alkisgYou don't need to import anything for shim or grub04:11
alkisgIf you're using dkms drivers, THEN you'd need the canonical key to be able to load them04:11
technoturnoversshim evals grub with its own keys04:11
alkisgAFAIK nvidia is signed with canonical keys?04:11
alkisgshim has the canonical keys integrated04:12
technoturnoversno it doesn't, the canonical key is stored in NVRAM04:12
technoturnoversyou can see if you check mokutil04:12
technoturnoversthat's how shim works04:12
alkisgAnd then we are we able to boot live cds/usbs in new pcs?04:13
alkisg*why04:13
alkisg# mokutil --list-enrolled04:13
alkisgMokListRT is empty04:13
alkisgNo mok keys are needed to boot ubuntu04:13
technoturnoverswell I have the canonical keys in my mokutil04:14
alkisgYes, and I'm saying "try to delete them in case they cause issues"04:14
alkisgIt's possible that ubuntu-drivers or something, detected your nvidia, and put them04:14
technoturnoversI gotta do this tomorrow, I have to go to bed rn04:15
alkisgAt some point nvidia drivers switched from "dkms compiled" to " ubuntu compiled". Maybe at that point, ubuntu started putting its keys in mok somehow04:15
alkisgSure, cheers04:15
technoturnoversi'll try that04:15
alkisgtechnoturnovers (if he reads logs, or if anyone will notify him when he comes back):04:29
alkisganother simple test for you would be "burn ubuntu.iso and try to boot it with secure boot enabled"04:29
alkisgIf that works, then you should fix your hard disk installation; if not, you could either fix it from the firmware, or it's a shim bug and it can't be quickly fixed04:30
Abraxhey metamorphosis05:24
abrahamHow can I get WhatApp on Ubuntu05:38
mikeeq_Hello, I'm having trouble running ubuntu on my computer. It only runs in compatibility/recovery mode (live image or installed).05:48
mikeeq_If i boot it normally, it very soon locks up completely, and I have to power cycle it. alt+sysq+reisub doesn't even do anything.05:48
alkisgmikeeq_: which graphics card/drivers do you have?05:49
mikeeq_alkisg: I don't have a gfx card. It is an intel NUC from a noname brand.05:50
alkisgmikeeq_: are you booted in compatibility mode now?05:50
mikeeq_well, I installed in compatibility mode, and now that it's installed i'm booted from the recovery option in grub.05:51
mikeeq_I guess that 's the same thing05:51
alkisgOK. What's the output of this command? lspci -nn -k | grep -A3 VGA05:51
mikeeq_alkisg: 00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07)05:52
mikeeq_        DeviceName:  Onboard IGD05:52
mikeeq_        Subsystem: Intel Corporation Skylake GT2 [HD Graphics 520] [8086:2212]05:52
mikeeq_        Kernel modules: i91505:52
alkisgmikeeq_: now that you're booted in compatibility mode, did you load graphics, xorg, a desktop environment?05:52
mikeeq_alkisg: yes, I'm in the desktop now.05:53
alkisgOr are you in terminal mode?05:53
mikeeq_but everything is huge resolution05:54
mikeeq_if i boot normally, it looks good, but locks up after a couple seconds05:54
alkisgWhat's the output of this?  xrandr | nc termbin.com 999905:54
mikeeq_alkisg: xrandr: Failed to get size of gamma for output default05:55
mikeeq_https://termbin.com/do1b05:55
alkisgOK so the problem probably is your graphics drivers; when they're loaded, the hang up your system somehow05:56
alkisgOne thing that you could do would be to change your kernel05:56
alkisgWhat's your current kernel? uname -a05:56
mikeeq_alkisg: Linux mike-office 5.11.0-25-generic #27-Ubuntu SMP Fri Jul 9 23:06:29 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux05:57
alkisgAh, are you on ubuntu 21.04?05:57
mikeeq_alkisg: yes, techinically lubuntu, but I went through the same problems on vanilla ubuntu yesterday.05:58
alkisgSo, ubuntu 21.04 has kernel=5.11, while 20.04.1 has kernel=5.4, and 20.04.2 has kernel=5.805:59
alkisgI would suggest that you try with a live cd of 20.04.1 or 20.04.205:59
alkisgIf it works there, then you can downgrade your kernel even in 21.04 if you wish05:59
mikeeq_alkisg: ok. I am pretty sure I had it working normally a few years ago. just dusted it off yesterday.06:00
mikeeq_alkisg: i guess I thought it was hard or not possible to downgrade kernels.06:00
Bashing-om!hwe | mikeeq_06:05
ubottumikeeq_: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack06:05
mikeeq_ok, I'm downloading an older LTS version06:06
alkisgmikeeq_: 20.04 is the latest lts btw, while 21.04 isn't an lts edition06:06
usr123Hello, I'm using linux mint. How do I install Monaco for my terminal?06:06
usr123I tried placing the ttf in my ~/.fonts directory. I also tried the solution mentioned here: https://forums.linuxmint.com/viewtopic.php?t=278440. Both of those don't seem to work. In the terminal I don't see Monaco listed in the Custom font dropdown.06:07
mikeeq_alkisg: ah yes, I understand. thanks for your help :)06:07
usr123Surprisingly, I'm able to use Monaco in hexchat.06:07
Bashing-om!mint | usr12306:07
ubottuusr123: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle)06:07
usr123Well, how would I do that in ubuntu?06:08
Bashing-omusr123: See: ' apt show ttf-mscorefonts-installer '.06:14
Guest8227Hi.06:15
Guest8227I was just kicked and banned from #linux because I identified myself as being a black male. They made a lot of racist comments. Will you guys treat me equitably?06:16
Guest8227Hello?06:17
Guest8227are you guys honestly ignoring me because I’m BIPOC?06:18
alkisgGuest8227: noone is racist, but this channel is for ubuntu support, not moral support06:18
alkisgIf you have an ubunt support question, ask it, you don't need to chat about races here06:18
Guest8227No need to chat about race? Wow! Just wow! You’re using violence against me and you don’t even know me.06:19
alkisgChannels have topics. Linux users come here to discuss linux. Go to facebook for the kind of chat you're looking for06:20
alkisgRead the /topic, there are guidelines and rules for each channel06:21
Guest8227I do have a question ubuntu question though. I’m trying to install a package. I type: sudo apt install Firefox but it says: # niggers can’t be in the sudoers file. I mean wow. How more racist is Linux now?06:21
alkisg👍️06:21
buntufanhi06:47
buntufanafter a couple of years freshly installing kubuntu06:47
buntufanand would like to know if this partition scheme is OK06:48
buntufan1GB /boot/efi06:48
buntufan30 GB / with ext406:48
buntufanrest /home with ext406:48
buntufanand swap as much as ram06:48
buntufanis this OK?06:48
alkisgIt depends on how many programs you're going to install. Maybe go for 50 GB if you'll install too many; otherwise it sounds fine.06:49
alkisgHow big is your disk?06:49
alkisgA normal installation is around 10 GB. Ah also is it SSD or HDD?06:50
buntufan256 ssd06:50
buntufanalkisg06:50
buntufannot too many, just some for data analysis and SEO06:51
noufalHi06:57
runvnc_whats up noufal06:57
noufalTouch pad option is not available in linux mint 20.1 ulyssa06:57
noufalrunvnc can you please help me t06:57
runvnc_they might kick you out since you mentioned its mint. I am honestly not an expert but the touch pad on a laptop should automatically be detected06:59
noufalokay07:00
runvnc_I mean they might kick you out. maybe that was an overstatement07:00
=== EriC^ is now known as EriC^^
lotuspsychjerunvnc_: we have a !mint factoid to forward users07:03
runvnc_right guess I should have just said they would send you to another channel07:04
=== EriC^ is now known as EriC^^
rencellhi07:21
lotuspsychjewelcome rencell07:22
psycomicwhat will happen with gnome 40? Is it going to be the new default desktop environment in new Ubuntu releases?07:56
lotuspsychjepsycomic: seems like ubuntu 21.10 has gnome-shell (40.2-1ubuntu1, impish07:59
psycomiclotuspsychje: i'm worried about this. I don't want a major UI change again. It as already weird enough to go from unity to gnome 3 (i liked unity), i don't want to relearn everything again08:01
lotuspsychjepsycomic: well evolution we cant stop, so every ubuntu release we will notice changes08:04
lotuspsychjepsycomic: a good idea is helping the community yourself and help test & debug/wishlist the features you want to see on early devel releases08:04
TJ-psycomic: don't forget the other flavours like kubuntu, xubuntu, lubuntu, mate et al that aim to not change the desktop08:05
psycomicTJ-: if it's too bad, i'll probably switch to mate. But i like gnome for now and it just works08:06
psycomiclotuspsychje: The latest dev release is using gnome 40? Where can I get it?08:07
lotuspsychje!next | psycomic08:07
ubottupsycomic: Impish Indri is the codename for Ubuntu 21.10. For technical support, see #ubuntu-next. For testing and QA feedback and help, see #ubuntu-quality.08:07
psycomicthanks! i'll fire up a VM and see for myself08:08
lotuspsychjepsycomic: and side note, unity desktop can also still be installed ontop ubuntu08:10
* enyc meows08:15
=== mIk3_09 is now known as mIk3_08
=== coc0nut_ is now known as coc0nut
LordChaosHi, when I pass additional flags to an application and start the app from the launcher all is fine; the application starts with these additional flags. However, when started from the dock the app is started with it's default settings. Is this a bug?09:28
LordChaosI'm on Ubuntu 21.10 (wayland) for the moment in case you're wondering.09:29
LordChaosI meant 21.0409:29
LordChaosSo both in /usr/share/applications/brave-browser.desktop and /home/username/.local/share/applications/brave-browser.desktop I have additional flags on the first exec line. When launched using the launcher, this works fine. When launched from the dock it doesn't work. What's going on here?09:53
NokajiHi, If I add a bluetooth usb v5.0 to ubuntu 21.04, do I need to disable the inbuilt bluetooth v4.1? - this is on a Dell Inspiron laptop10:07
TJ-No, you'll just have 2 host controllers11:08
=== coconut_ is now known as coconut
sammygee1Hello all! my computer doesnt fall asleep correctly. If i leave it open to suspend....sometimes it wont wkae up from it, closing the lid will keep the computer running. I could not find any additional drivers for my machine, am i out of luck?11:31
sammygee1HP ENVY x360 Laptop - 13-ay0008ca - Ubuntu 21.0411:32
lotuspsychjesammygee1: perhaps share your dmesg and/or journal logs to the channel in a pastebin so volunteers can debug and think along with you11:32
lotuspsychjesammygee1: sudo lshw -C video , if you suspect its graphics card related11:33
sammygee1lotuspsychje sure can! one moment :)11:33
sammygee1https://paste.ubuntu.com/p/qR5ZT22pJy/11:35
sammygee1dont think its video related11:35
lotuspsychjesammygee1: did you install any special drivers or so, im seeing this system76_acpi: module verification failed: signature and/or required key missing - tainting kernel11:38
sammygee1not that im aware, could be because its PopOS11:39
sammygee1but it seems to also happen in fresh ubuntu, maybe that could be the issue?11:39
lotuspsychjeah for popos there's a different channel support sammygee1 we can only support the official ubuntu flavours11:39
sammygee1hmm okay, il do a fresh ubuntu install nonetheless as if its affecting baseline ubuntu, then it might be best for me to do a fresh install11:40
lotuspsychjesammygee1: you could try install a vanilla ubuntu 21.04 see if you get the same issue11:40
sammygee1Yup gonna do that and come back with more news11:40
sammygee1THank you!11:40
lotuspsychjesammygee1: looking at your dmesg, seems like some mixed errors amdgpu and acpi11:40
sammygee1YEah i have an AMD GPU :/11:40
sammygee1Im not sure if theres any additional drivers needed, i dont see any that ubuntu are proposing11:41
sammygee1thus why im not sure11:41
lotuspsychjeso fresh install real quick and come back to us11:41
sammygee1Will do! Thank you!11:41
sammygee1lotuspsychje Would you recommend LTS or 21.04?11:41
lotuspsychjesammygee1: the users choice really, what you want yourself11:42
sammygee1hmm okay, Alright il be back in a bit11:42
sammygee1Thanks again11:42
lotuspsychjeo/11:42
davegarathHi all. I have a problem with my ubuntu 20.04 on my laptop: with new kernel won't boot. At the beginning it's stuck at "Press ctrl-c to skip fsck", but I put fsck.mode=skip but it still stuck. With kernel 5.8.0-63-generic all works fine. But I can't boot with 5.8.0-22-generic or 5.8.025-generic11:56
davegarathSomeone can help me to understand where look for this problem ?11:56
davegarathsorry I was typo in kernel that won't boot: there are: 5.11.0-2[25]-generic11:59
lotuspsychjedavegarath: if your latest kernel boots, why do you still need past kernels to boot?11:59
davegarathlotuspsychje, I wrote a typo11:59
lotuspsychjeoh my bad11:59
lotuspsychjedavegarath: you got a dmesg on the non booting kernel?12:00
davegarathkernel that works is 5.8.0-63. The kernel won't boot are 5.8.1112:00
davegarathno I havent any logs12:00
davegarathI just see ubuntu logo12:00
davegarathbut it's stuck and don't boot. I can't see any message12:00
lotuspsychjedavegarath: press F1 at boot process to switch to textboot12:01
davegarathok I try. give me 2 minutes12:01
davegarathmmmh I saw services coming up but after 2 seconds now I get black screen12:03
davegarathTring to Ctrl-Alt-F{1..6} do nothing. also ESC doesn't help12:04
lotuspsychjedavegarath: what kind of graphics card and you have secureboot enabled?12:05
davegarathnvidia12:05
davegarathI'm almost secure I've disabled secure boot before installation12:06
lotuspsychjedavegarath: you got autologin to xorg or wayland?12:06
davegarathno it ask me to login12:07
davegarathI should ask me to login but I can't see gdm12:07
lotuspsychjethats weird indeed12:08
davegarathAn other info: caps-lock seems not work. But I pressed power button and it seems poweroff12:08
alkisgIs it possible that this kernel is half-installed? Go to the kernel that works and run an apt full-upgrade...12:09
TJ-Could also me /boot/ has run out of space and the initrd.img files are truncated12:10
davegarathTJ-, let me see12:10
davegarathI have 80MB free on /boot12:11
davegarathI also make a backup copy of kernel that work if upgrade will erase it12:11
davegarathalkisg, apt full-upgrade whant erase some packages like libnvidia-*12:13
davegarathbut my fear is that this kernel will also break12:13
TJ-davegarath: can you get to the grub menu at start-up by tapping Esc key repeatedly ?12:14
TJ-davegarath: if so, you can add some options to the kernel command-line to ensure you can see what is going on, rather than the splash screen12:14
davegarathTJ-, yes I used to add fsck.mode=skip to my broken kernel12:15
TJ-davegarath: OK, so do this: remove "splash quiet" add "nosplash debug systemd.log_level=info"12:16
davegarathNow I'm trying to reinstall linux-image-5.11.0.22-generic to see if something goes wrong12:16
TJ-davegarath: with those you should see more of what is going on leading up to the hang12:16
davegarathok give me 2 min12:16
TJ-davegarath: you can also get it to drop to a busybox shell in the initialramfs, using "brak=XXXX" where XXXX is one of the values found with "grep -rn maybe_break /usr/initramfs-tools/"12:17
TJ-davegarath: typo! "break=XXXX"12:17
davegarathTJ-, ty12:18
davegarathmeanwile I have found an error installing the kernel12:18
TJ-davegarath: aha!12:18
TJ-dkms nvidia module build failing ?12:18
davegarathhttps://paste.ubuntu.com/p/SR9v9Zb4xD/12:19
TJ-davegarath: "Please install the linux-headers-5.11.0-22-generic package,"12:20
TJ-those are needed to enable building out-of-tree kernel modules12:21
davegarathI'm installing linux-header now12:21
davegarathhttps://paste.ubuntu.com/p/w34ycRq4wD/12:22
davegarathI'm not sure for lines 137-13912:23
davegarathIs this normal?12:23
TJ-davegarath: that's fine12:28
TJ-davegarath: the swap device is used to save hibernation images12:29
davegarathOk I try now to reboot to that version12:29
davegarathTJ-, wow It booted12:33
davegarathI'll do same thing with the last kernel12:33
davegarathOH! shit :(, I lost my wifi12:34
davegarathwtf?12:34
davegarathiwconfig don'w see the card12:34
TJ-davegarath: your log showed the module being built "8821ce"12:35
davegarathI'm rebooting in my working kernel to see what module it use12:36
TJ-you could just do "lspci -nnk -d ::280"12:37
TJ-RTL8821CE is most likely the device12:37
TJ-davegarath: The log showed, in part "/var/lib/dkms/rtl8821ce/v5.5.2_34066.20200325"12:37
davegarathhttps://paste.ubuntu.com/p/Jg4K46s2PM/12:38
TJ-davegarath: "Kernel driver in use: rtl8821ce"12:39
davegarathmy lsmod | grep 8821 : https://paste.ubuntu.com/p/QCMMXx9gNT/12:41
davegaraththe module seems to be 8821ce used by cfg8021112:41
TJ-yes, that is correct.12:41
davegarathso why other kernel doesn't load it ?12:42
TJ-So possibly it didn't find firmware. Does the PC have alternate Internet connection?12:42
davegarathmmm yes I can search an eth cable12:42
TJ-if so we can look at the kernel log, but you may find some clue with simply "journalctl -k | grep 8821"12:43
davegarathok I'm rebooting now12:45
BluesKajHi all12:47
davegarathTJ-, I have no network at all :( It doesn't see eth card too12:51
davegaraththe journalctl -k | grep 8821 show me a lot of Unkwown symbot12:52
jeremy31Likely the driver source isn't patched for the kernel12:53
davegarath8821ce: module verification failed: signature and/or required key missing - tainting kernel12:53
LordChaosSo both in /usr/share/applications/brave-browser.desktop and                          │ argonaut12:53
LordChaos                      | /home/username/.local/share/applications/brave-browser.desktop I have additional      │ arh12:53
LordChaos                      | flags on the first exec line. When launched using the launcher, this works fine. When │ arif-ali12:53
LordChaos                      | launched from the dock it doesn't work. What's going on here?12:53
LordChaosSo both in /usr/share/applications/brave-browser.desktop and                          │ argonaut12:53
LordChaos                      | /home/username/.local/share/applications/brave-browser.desktop I have additional      │ arh12:53
LordChaosSo both in /usr/share/applications/brave-browser.desktop and /home/username/.local/share/applications/brave-browser.desktop I have additional flags on the first exec line. When launched using the launcher, this works fine. When launched from the dock it doesn't pickup these additional flags. How is startinf an app from the ubuntu dock any different than compared to the launcher?12:54
=== andika9 is now known as andika
guivercLordChaos, ask your question (try and keep to a single line) & provide a pastebin of your details needed12:54
LordChaosguiverc: sorry that happened by accident12:55
TJ-davegarath: looks like SecureBoot is on, but missing symbols points to a driver mismatch. This is the problem when the hardware doesn't have mainline drivers. As you upgrade to newer kernels the out-of-tree module code isn't maintained by the manufacturer so it will no longer build correctly12:55
LordChaosguiverc: see my question above your reaction12:55
TJ-LordChaos: does that happen even after a fresh login? Wondering if it has been cached12:56
LordChaosTJ-: yes, can't get it to work even after a new login12:56
davegarathTJ-, I'll try to enter in the BIOS and check fore secure boot12:58
LordChaosIs there any documentation or source code somewhere available on the Ubuntu dock extension?13:00
jeremy31davegarath: Is the kernel that wifi works in 5.10?13:00
davegarathTJ-, secure boot is disabled13:02
davegarathjeremy31, I don'have any 5.10 kernel13:02
jeremy31davegarath: What is the working kernel?13:03
davegarath5.8.0-6513:03
davegarathwifi works on it13:03
lotuspsychjeLordChaos: is that the brave snap you are using?13:03
jeremy31davegarath: you might have to download the version of the driver from https://packages.ubuntu.com/impish/all/rtl8821ce-dkms/download as that should be patched for 5.1113:07
Komui cloned my laptop(LUKS encrypted partition) to my desktop, now the initramfs-scripts are searching for a the crypted dm, i removed all links to that crypted UUID but i can't help its searching notheless, throuws an error and i have to press C-d to continue13:07
LordChaoslotuspsychje: no the brave repo version13:09
TJ-davegarath: looks like there's an in-kernel driver for some of those RTL models now, but it may not correctly support your device, so the workaround is to blacklist the Linux module and still use the DKMS version. In 5.11 do "lspci -nnk -d ::280" and you should be seeing 2 module names listed against "Kernel modules: "13:10
KomuOK found, how to decompress and inspect it13:13
TJ-Komu: did you rebuild the initrd.img ?13:14
LordChaosIs somebody using a chrome-based browser on wayland by any chance?13:15
TJ-Komu: when there's an entry in /etc/crypttab for the rootfs, cryptsetup-initramfs adds a config and cryptroot support13:15
KomuTJ-: update-initramfs .... sure, for all kernels, what is the zcat for the ubuntu-compress format? /// found: lz4cat ! XD13:16
TJ-Komu: "unmkinitramfs /boot/initrd.img-XXXXX /path/to/extract/to"13:17
Komucpio -i </boot/initrd.img13:17
Komu62 Blocks .... doing: dd if=/boot/initrd.img bs=512 skip=62|lz4cat |cpio -i13:17
KomuTJ-:  nice XD13:17
TJ-Komu: initrd.img often has an early microcode image in front so naive tools only extract the micrcode13:17
KomuTJ-: yea learned that X) that's why i used the skip, should had just installed unmkinitramfs...13:19
=== wrst_ is now known as wrst
TJ-unmk... is part of initramfs-tools13:19
Komuok i have it, now i reboot to see what files are doing the search.... CU and thx13:20
* Komu reboot13:20
davegarathjeremy31, I've installed the package but I have same problem13:21
goddardanybody got wayland working with nvidia?13:21
jeremy31davegarath: any errors in dmesg | grep 882113:21
goddardi tested it out13:23
davegarathjeremy31, same error: module verification failed: signature and/or required key missing - tainting kernel13:23
goddardbut it seems like the blob drivers aren't loading13:23
davegarathand after that unresolved symbol13:23
jeremy31davegarath: The unresolved symbol is likely the issue13:23
TJ-davegarath: looks like there's an in-kernel driver for some of those RTL models now, but it may not correctly support your device, so the workaround is to blacklist the Linux module and still use the DKMS version. In 5.11 do "lspci -nnk -d ::280" and you should be seeing 2 module names listed against "Kernel modules: "13:24
davegarathTJ-, yes I see 8821ce, rtl8821ce13:24
jeremy318821ce is likely from github13:25
davegarathtrying modprobe these module I get unknow symbol13:25
davegarathboth for them13:26
davegarathbut I don't understand why in my 5.8 works fine and not in 5.1113:26
lotuspsychjerealtek is kernel itchy13:26
TJ-davegarath: are both those modules DKMS though?13:27
davegarathehm sorry TJ- I don't know what is DKMS13:28
TJ-davegarath: check the install path - it it ends with .../updates/dkms/" - "modinfo <module-name> | head-n113:28
TJ-davegarath: DKMS = Dynamic Kernel Module Support13:29
TJ-davegarath: a standard way to package out-of-kernel modules with a build system13:29
davegarathTJ-, yes both dkms13:29
TJ-davegarath: aha, so my theory about one being in-kernel is invalid, you have TWO out-of-kernel modules both of which need their source-code updating to work with later kernels13:30
KomuTJ-: in the initram-shell(busy-box?) i could `cat /proc/cmdline` ==> has the correct root=UUID=#UUID-NR... i did some handwriting, keywords to grep the initramd QUESTION: Can i access the output of the scripts from initramd after successfull boot?13:30
TJ-davegarath: I'd have expected you should only have one of those13:30
* Komu find and grep on the decompressed initramd13:31
TJ-Komu: there is no initialramfs log from the scripts, but 'debug' on the kernel command line enables additional messages sent to the kernel log ring buffer seen by dmesg etc.13:31
TJ-Komu: remind us: the issue is that you're getting a LUKS passphrase prompt even though the rootfs isn't encrypted?13:32
KomuTJ-: nono no passw-prompt, just scripts searching for a apearing dm_crypt0 devices13:33
KomuTJ-: i will find those scripts now.....13:33
TJ-Komu: OK, so same issue but earlier in the cycle. Those won't be included if you rebuild the initrd.img AND the root-fs/etc/crypttab doesn't have an entry that matches the running root-fs13:34
TJ-Komu: "update-initramfs -vu -k $(uname -r) | grep crypt"13:35
KomuTJ-: yea, crypttab is empty, but somehow the old UUID is expected from some scripts13:35
TJ-Komu: an update-initramfs will not add cryptsetup binaries or ./cryptroot/crypttab13:37
TJ-Komu: ... unless the current root-fs is LUKS encrypted and/or has an entry in /etc/crypttab13:38
KomuTJ-: the initramd main/cryptroot/crypttab is also empty: find -type f -iname '*crypt*' -print0 |xargs -0 ls -l13:41
Komu-rw-r--r-- 1 root root       0 Aug  1 15:09 ./main/cryptroot/crypttab13:41
KomuTJ-: it's very strange the old crypted UUID is nowhere found: find -type f -print0 |xargs -0 grep -i 'UUID=7e26baf' ==> nothing found13:42
TJ-Komu: are you sure you're looking at the correct initrd?13:44
TJ-Komu: e.g. do you have a separate file-system for /boot/ and if so, is it mounted or are you looking at an alternate copy in the root-fs ?13:45
KomuTJ-: interessting question!13:45
TJ-Komu: check the grub.cfg for the root device UUID - confirm that matches your current booted config else initrd.img may be being loaded by GRUB from another block device13:46
TJ-Komu: of course, boot/grub/grub.cfg is on that possibly alternate file-system so you cannot rely on the one you see from the OS!13:46
TJ-Komu: is this a UEFI boot mode ?13:47
KomuTJ-:  /dev/disk/by-uuida497fb72-3c93-491f-a639-4c6e0e7fca84 -> ../../sda3 ....... mount |grep sda313:47
Komu/dev/sda3 on / type ext413:47
KomuTJ-: found it! XD13:47
TJ-aha!13:47
=== ghostcube__ is now known as ghostcube
KomuTJ-: mount |grep boot ---> /dev/sda1 on /boot type ext413:48
KomuTJ-: THX! i think i can handle it from here on!13:49
=== ray028 is now known as elray02
elray02hello hello, i'm facing a problem with a wifi connection on ubuntu 2013:56
elray02i'm connected to the wifi, but i can access to internet13:56
elray02if i do ping 8.8.8.8 it work fine13:57
elray02if i do ping google.com i got temporary failure in name resolution13:57
elray02any hint of what i could do for fix my problem ?13:57
TJ-elray02: that means your DNS nameserver configuration is incorrect13:58
elray02the router it self is working fine since i'm using it with other device and i don't have problem13:58
elray02TJ- for the moment i have set to automatic13:59
=== kostkon_ is now known as kostkon
TJ-elray02: so that will obtain it via DHCP for IPv4, and one or both of RA or DHCPv6 for IPv613:59
KomuTJ-: No UEFI plain DOS, separate /boot but after grub-mkconfig the UUID of the /-partition is writen there not the UUID of the /boot-partition13:59
TJ-Komu: so the separate /boot/ isn't currently mounted at /boot/ ? grub-probe figures it all out based on the current mounted devices14:00
elray02TJ- i have tried to set it manually using 8.8.8.8 but s not solving the problem14:00
TJ-Komu: did you re-run "update-grub" with the correct file-system mounted at /boot/ ?14:01
KomuTJ-: is mounted, i remove the /boot/ dir on the root-fs14:01
TJ-elray02: maybe you've otherwise broken the resolver configuration. What does this show: "ls -l /etc/resolv.conf"14:01
Komuelray02: you have name resolution-problem, you can access (ping) but you can't resolve names to ip-adresses14:04
elray02lrwxrwxrwx 1 root root 27 aug 1 15:00 /etc/resolv.conf -> /run/resolvconf/resolv.conf14:04
TJ-elray02: what does "cat /etc/issue" report ?14:04
=== ghostcube_ is now known as ghostcube
elray02Pop!_os 21.4 \n \l14:05
TJ-elray02: if this a desktop I'd have expected the 'ls' to report "/run/systemd/resolve/stud-resolv.conf"14:06
TJ-elray02: this is Ubuntu support not PopOS14:06
TJ-elray02: that is not an Ubuntu config14:06
elray02yes i know but since is an ubuntu based i though the problem could be more general, not really linked to the specific distro14:07
TJ-elray02: if it were Ubuntu they wouldn't need to create their own distribution14:08
=== Raqbit6 is now known as Raqbit
elray02yes true, but very often are more gnome variation skin so i give it a try to find solution that could work also for ubuntu14:09
KomuTJ-: OK, i'm about to just replace the /-UUID wiht /boot/-UUID in /boot/grub/grub.cfg, but grub-mkconfig should not produce the wrong UUID (== the one of my root-partition) if i have a correct /boot-partition up and running14:19
KomuTJ-: also strange: i have an updated kernel-image in /boot.bak (former /boot-dir on the /-partition now moved to ...bak)14:21
coconutelray02, there is support on https://chat.pop-os.org/ for pop!_os.14:22
elray02ah thanks coconut!14:23
Komuelray02: somehow you have to educate systemd to use the right DNS14:23
=== ventic^ is now known as ventic
Komuelray02: sry, if it is ubuntu-like, but popOS could handle the DNS-resolving in different way... so idk14:26
coconutKomu, i didn't had to do anything for my dns resolution to work on my pop!_os 21.04 install.14:27
coconutworked out of the box here14:27
=== ventic^ is now known as ventic
Komucoconut: IMHO, the router tells the OS via DHCP what NS (NameServer) to use, elray02 could also have a broken NS, he could try to use  'host www.news.com 1.1.1.1' to check if he can resolv from other servers, check his DHCP config and so on14:29
coconutKomu, i have seen more dns complains coming by, dunno how/if they fixed it.14:33
elray02Komu thanks i will give a try14:35
=== ghostcube__ is now known as ghostcube
coconutelray02, if you're able to fix it from the chat.pop-os.org session, would you please report back here what the fix was?14:35
Komuelray02: i think your provider-NS isn't broken, b/c you are herre X)  ==> other OSses/computer can resolve names in your home-net14:36
KomuTJ-: the grub-mkconfig keeps puting out the wrong UUID (the one of my / not my /boot) i'm going through this script now14:41
=== coconut_ is now known as coconut
elray02coconut yes, for the moment i have reinstalled the os from zero14:46
coconutelray02, so the wifi problem came from an upgrade?14:48
elray02yesterday i have reinstalled os from scratch, i made a backup  used the machine for all day14:49
elray02this morning wake up and i had this14:50
coconutok, that's weird14:50
elray02didn't touch nothing in config14:50
coconutdid you upgrade packages?14:50
elray02i was just trying to put some music for break fast :D14:50
jeremy31reboot the router14:51
oerhekselray02, seen this before, <elray02>Pop!_os 21.4 \n \l    ???14:52
elray02jeremy31 but the other machine connected to the router are working normally14:52
elray02oerheks is a good signal or a bad one ? :D14:53
oerheksas in the pop_os channel? it is not exactly ubuntu14:53
oerheksc/as/ask14:53
leftyfbelray02: please paste the output of this here:  ( cat /etc/os-release ; uname -a ) | nc termbin.com 999914:55
elray02sorry i don't want to go OT  i will ask to the pop_os channel :D14:57
leftyfbelray02: good luck. Feel free to install Ubuntu and see if you still have issues and we'll be happy to help14:57
elray02leftyfb i came from ubuntu 20.04 but i like to expentiment new things :D14:58
leftyfbelray02: that's fine, highly encouraged. Unfortunately, we cannot be expected to support the hundreds of projects who customize ubuntu in many different ways14:59
HarlinI need elp15:01
Harlinand help too.15:01
HarlinCan I get Ubuntu help?15:01
leftyfb!ask | Harlin15:01
ubottuHarlin: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience15:01
elray02leftyfb totally understandable :D15:02
HarlinOh I'm not asking to ask a question.15:02
HarlinI'm asking for Ubuntu help!!!15:02
Harlin:-D15:02
Harlinok .... here goes ...15:02
HarlinI've had Ubuntu 20.04 installed for some time now15:02
Harlinand when I do a cat /etc/issue .... I get ....15:02
oerheksHarlin, easy on the enter, all in one line pleae15:02
oerheksplease15:03
HarlinSparkyLinux 6 \n \l15:03
Harlinwhat in the glibbering glonz is going on here?15:03
oerheksoh, another fork .. never seen sparkylinux15:03
leftyfbHarlin: you didn't install ubuntu then. Feel free to ask for support from "Sparkylinux"15:03
Guest6How can I associate mass storage devices (/dev/sda, /dev/sdb, /dev/sdc) with mount points. Note, I am typing on a phone. The computer running ubuntu has badblocks on /dev/sda. I am trying to figure out what the other devices are being used for15:03
Guest6.?15:03
Harlinleftyfb, WRONG!15:03
Harlinleftyfb, I did install Ubuntu 20.0415:03
Harlinso what may i ask is afoot here???15:04
leftyfbHarlin: not wrong. Please seek support from Sparkylinux or download the iso from ubuntu.com15:04
oerheksHarlin, ask in debian or sparkylinux, it is certainly not based on ubuntu https://sparkylinux.org/15:04
HarlinNope ... I did install Ubuntu 20.04 ... what changed my /etc/issue?15:04
oerheksnothing, you did?15:04
Harlincome on you guys should know this.15:04
Harlinoerheks, certainly *I* have screwed up something15:05
leftyfbHarlin: please stop. Either go download ubuntu from ubuntu.com and reinstall or seek support elsewhere15:05
Harlinhmm you guys should know this. lol15:05
leftyfbHarlin: please stop15:05
Harlinok fair enough. :-)15:05
oerheksGuest6, ass them to fstab, and for bad blocks use fsck https://help.ubuntu.com/community/FilesystemTroubleshooting15:06
oerheksc/add15:06
elray02ahah leftyfb is see that here is really a problem all the different child of ubuntu :D15:06
leftyfbelray02: Sparkylinux isn't even based on ubuntu15:06
HarlinI don't even have SparkyLinux installed15:06
leftyfbelray02: there's also a hint of trolling going on15:06
HarlinHave never heard of it.15:06
HarlinWhat could change someone's /etc/issue?15:07
tomreyninstalling packages from other Linux distros or some PPAs could15:08
Harlinok15:08
Harlinany idea where i might find the offending pointer to a bad PPA?15:08
jeremy31Harlin: check in terminal>  apt policy base-files15:08
HarlinAt the least I'd like to make sure I don't install a bad package from a wrong repo15:09
Harlinah thank you jeremy3115:09
Harlinjeremy31, the output is here -> https://dpaste.org/mqSB15:10
HarlinIt seems to show a list .... with sparky6 highlighted15:10
HarlinI have no idea how that happened.15:10
geirhahave you had any ppas enabled that you later disabled?15:11
Harlingeirha, i don't know.15:11
jeremy31harlin>  sudo apt install inxi && inxi -r15:11
Guest6oerheks: okay, fstab shows file system: /dev/mapper/server1--vg-root with mountpoint /. I am fairly confident that the listed filesystem maps to /dev/sda, but is there a way to explicitly list the /dev/sda with the mountpoint?15:11
Harlinjeremy31, why am i installing these?15:12
TJ-Guest6: "lsblk /dev/sda"15:12
jeremy31Harlin: makes is easier to show all the repos you have15:12
Harlingot you15:12
Harlinjeremy31, ok done.15:13
jeremy31Harlin: look through the results to see if any sparky repos/PPAs are listed15:13
Harlinjeremy31, I do not see any15:14
oerheksthere is no sparky ppa...15:14
Guest6TJ. Thanks, looks like I have worse problems. I get an IO error when tring to run lsblk. I get the same thing when trying to run findmnt.15:14
oerheksit is debian based, so we don't know15:14
leftyfbHarlin: inxi -r | nc termbin.com 999915:14
Harlinleftyfb, inxi -r | nc termbin.com 999915:15
Harlinhttps://termbin.com/mlfh15:15
HarlinSee I have this suspicion that if Sparky stays as the top base files repo, I won't get any relevant updates for my actual system.15:16
jeremy31Harlin: try> sudo apt install --reinstall base-files15:16
leftyfbHarlin: your base-files package was installed from a .deb manually, not from a repository. Not from one that is still enabled/around anyway.15:16
jeremy31see if it updates from ubuntu repos15:16
tomreynjeremy31: it won't, the installed version is "higher"15:17
Harlinjeremy31, Reinstallation of base-files is not possible, it cannot be downloaded.15:17
HarlinI thik I tried that a few times yesterday15:17
leftyfbHarlin: sudo apt install base-files=11ubuntu5.315:18
Harlinso with the apt-policy thingy, is there a way I can remove the sparky entry or at least unselect it as a default?15:18
leftyfbHarlin: your base-files package was installed from a .deb manually, not from a repository. Not from one that is still enabled/around anyway.15:18
leftyfbHarlin: you can also remove it and reinstall it15:18
Harlinok leftyfb this one did run though it did say it was down-grading ... I suspect that is what we want right?15:19
leftyfbyes15:19
tomreynHarlin: what's the output of   apt list --installed | grep ',local\]$' | nc termbin.com 999915:19
Harlincool15:19
Harlintomreyn, https://termbin.com/64fu15:19
leftyfbHarlin: there's something you're not telling us here. There's no way base-files got manually installed on it's own. How/why did you install it?15:20
Harlinleftyfb, I'm not saying I haven't done it but it must have been some time ago.15:20
tomreynhe also got virtualbox 6.1 from debian15:20
HarlinMaybe when I was installing some alternative desktops to try out but it's been a while.15:20
leftyfbtomreyn: it would have been in the last 3 or 4 months15:21
HarlinI don't remember so it's not I'm trying to sneak anything which why tf would I do that?15:21
HarlinI couldn't care less what anyone thinks :-D15:21
leftyfbHarlin: stop downloading packages from debian15:21
Harlinummm ... ok?15:21
Harlinlol15:21
leftyfbor other distros15:21
oerheksreinstall the real ubuntu15:21
leftyfb^ that would be best15:22
Harlindo you guys like Linux?15:22
Harlinor like freedom?15:22
tomreynHarlin: you definitely need to be more careful about how you install software from third party sources in the futrure. downloading and installing .deb files, is almost always a no-no15:22
leftyfbHarlin: feel free to discuss in #ubuntu-offtopic15:22
Harlinif not, I understand.15:22
oerheksHarlin, as you don't care ..15:22
Harlini don't but i find it weird.15:22
Harlinwhy would you tell someone not to modify their system?15:22
Harlinno matter15:22
HarlinI thank you guys for helping me out here.15:23
tomreynyou can modify your system allt he way you want, but don'T expect us to support you then15:23
HarlinI don't. I just asked.15:23
HarlinYou can always say no.15:23
HarlinI realize what you do is of your own time. And I do appreciate it.15:23
tomreynplease point it out that you don't run ubuntu immeditely next time then15:23
HarlinWell I thought I was running Ubuntu15:23
HarlinWhy would I think I wasn't?15:24
Harlinno matter. I appreciate you guys' help. I will heed you guys' warning about weird repos.15:24
tomreynwith this practice of installing random packes from third parties, you will again no longer be running ubuntu pretty soon.15:24
Harlintomreyn, I had no idea15:24
tomreynok, that's what we realized, and why we helped, i think15:24
Harlincool. Appreciate it much tomreyn15:25
Harlinand jeremy31 leftyfb oerheks15:25
tomreynyou need to be aware that any package can run things on your computer as root15:26
tomreynif you install third party software from sources you don't know you can trust or is compatible, this can have very bad consequences15:26
oerheksbad = no support here :-D15:28
Harlink, thanks!15:29
gp_hi15:30
tomreynhi gp_15:30
gp_what is  aboutthis chat all15:30
gp_what is this chat all about15:30
tomreyngp_: if you read the /topic it will tell15:30
Harlingp_, about Ubuntu?15:30
gp_ok15:31
gp_so we can get help here15:31
gp_?15:31
Harlinif it's about ubuntu gp_15:31
tomreyn!ubuntu | gp_15:31
ubottugp_: Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com15:31
oerheksgp_,  see topic15:31
tomreyn!support | gp_15:31
ubottugp_: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com15:31
gp_oh yes15:32
gp_official ubuntu support channel15:32
tomreynso, yes, you can get support with non end-of-life Ubuntu releases here15:32
gp_okk!!!!!!15:32
tomreyn...from other volunteers, like yourself15:32
Harlintomreyn, if I was to go back into my history what am i looking for to see if bad repos were added?15:37
tomreynHarlin: apt policy   and     apt list --installed | grep ',local\]$' | nc termbin.com 999915:38
HarlinCommand line option --installed is not understood in combination with the other options15:40
tomreynapt is not apt-get15:41
leftyfbHarlin: ( zgrep -a base-files /var/log/dpkg* /var/log/apt/* ; ls -lt /var/log/installer ) | nc termbin.com 999915:42
Guest25Hello15:42
Guest25I have problems creating a hotspot again, last time I did manual process I was in the middle of editing and installing several services and files, but then magically after I installed HostAP and Bridge Utils, a "Hotspot" button appeared on the Destkop Networks widget15:43
Guest25However, after a week or so, I plug in the same USB Wifi Card back in, there is no button anymore15:43
tomreynhi Guest25. which ubuntu release and deskto are you running there?15:48
Guest25Kubuntu 20.04 LTS15:48
tomreynnote that there's also #kubuntu15:49
Guest25ah15:49
tomreynIn my exoperience, AP mode is difficult to stabilize with external (USB connected) wireless devices15:49
Guest25I must go there?15:49
tomreynany system related questions (i.e. not Desktop/GUI/KDE related) you can ask here.15:50
tomreynthis is mostly system related15:50
Guest25The GUI seems very dynamic according to hardware it detects, buttons, menus, elements just disappear or appear, yet in "Connections - System Settings Module" there is a "Configuration" button and it opens a new dialog with hotspot settings,  default is "username-hotspot" ... but I can't find anything how to activate the one that's built in15:51
tomreynif you need this to work in a stable manner, i recommend you get a PCI connected wireless chipset which runs with open source drivers and is known to work in AP mode15:51
tomreynthose questions you just asked are specifically GUI related, your best place for getting help with that is probably #kubuntu15:52
=== coconut_ is now known as coconut
Guest25I have tried creating  the connection manually, but didn't work, however I inspected the default hotspot connection details and I think I wasn't setting some settings correctly like the IPV4 and the rest, I will try to recreate it manually15:53
tomreynin gnome, you can go to settings -> wireless and add a new connection, type AP, and bring that up.15:54
Guest25Oh okay, tho I have used this exact USB Wifi Stick (Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter) with other linux distros such as Linux Mint and it always worked fine (but the GUI was always so confusing in terms of differentiating what is an outbount and what is an inbound connection)15:54
tomreynyou can also use the nmcli OR nm-tui tools to set it up, i think15:57
Guest25I think I managed  to do it, Wifi (Shared) ... IP Method: Shared to other computers  ... it is incredibly dumbed down terminology really making it harder than easier15:59
Guest25Wifi (Shared) is as if the share part is just some side-issue, that's the main difference, I thought it was completely impossible thinking it's all about "reception", I don't know, I just don't like most GUIs16:00
Guest25Thanks, I'll look into that as well.16:02
jeremy31Guest25: there is a GUI available on github called linux wifi hotspot16:08
jeremy31https://github.com/lakinduakash/linux-wifi-hotspot16:11
GSMarquisDoes Ubuntu do kernel updates between releases?16:13
oerheksGSMarquis, yes.16:14
oerheksalso there is a spice version for LTS releases, 'livepatch' to hot swap a new kernel16:15
oerheks!livepatch16:15
ubottuCanonical Livepatch is a service offered by Canonical for 64 bit 14.04 and higher installs that modifies the currently running kernel for updates without the need to restart. More information can be found at https://ubottu.com/y/livepatch and https://www.ubuntu.com/server/livepatch16:15
Guest25Interesting thanks jeremy3216:16
jhutchinsThey have beenworking on the equivalent of "livepatch" for decades, and it's still not ready for prime time.  It does work - sometimes.16:19
=== Guest42 is now known as ufk__
webchat18GM17:44
webchat18I am having some issues with my network17:44
webchat18somehow NetworkManager is not allowing ping17:44
webchat18any clues17:44
webchat18I am running 20.0417:44
tomreynwebchat18: hi, can you pleas euse a pastebin (see topic) to post some command and the output and explain (here) what you expected to see instead?17:48
tomreynif it's on the GUI, take screenshots, post to imgur.com and post the url here, and describe the issue the same way.17:48
webchat18tomreyn, i have set the static config under netplan and performa netplan apply but still no networking working17:49
webchat18my networking interface is eth017:49
tomreynwebchat18: can you share yourt netplan configuration then, on a pastebin?17:50
webchat18tomreyn, I am unable to pastebin since I am not connected to the network17:50
tomreynis this a server, or a system you use with a graphical user interface?17:50
webchat18Only have drac access tot he box17:50
tomreynso server hardware, i guess17:51
webchat18is there a way to upload a image instead of pastebin snip17:51
tomreynyou can use a smartphone to take images of what you're seeing via drac, i guess17:51
oerhekssure it is eth0, not ens33something?17:51
oerhekseth0 is the old naming, it has changed17:51
webchat18oerheks, I am sure it is eth0...I have adjusted my grub to old style using net.ifnames=017:52
webchat18I checked the config using ethtol to eth0 and can see a link on the interface17:52
oerheksoke17:52
webchat18tomreyn, any clues what can be wrong17:54
webchat18I checked the gateway and is showing fine17:54
oerhekspost a pic of your netplan?17:54
tomreynwebchat18: still waiting for details here17:54
webchat18tomreyn: https://pasteboard.co/KdU58MD.jpg17:55
tomreynrenderer: networkd, that's not network manager17:56
oerheksgood spot; remove renderer: networkd17:58
tomreynwell, maybe it's better to use networkd rather than NM17:59
tomreynespecially if this is a server17:59
webchat18tomreyn, here17:59
webchat18https://pasteboard.co/KdU6AVT.jpg17:59
oerheksi would expect networkd when using wireless17:59
tomreynit's just that webchat18 originally said they were using NM17:59
oerheksand why version2 below the last line, are there any more?17:59
webchat18I tried usintworkg both, still no ne18:00
webchat18I have 3 interfaces but not using the other 218:00
webchat18Only using eth018:00
tomreyn"version: 2" is fine, i think18:00
webchat18when I try pinging gateway I get, host unreachable18:02
tomreynoh the "version: 2" at the bottom makes no sense, right18:03
tomreynwebchat18: ^ remove this18:03
tomreynia there more on this file that you're not showing us, yet?18:04
tomreynare there other files in the same directory?18:04
webchat18nope18:04
webchat18thats the only file under netplan18:04
webchat18nothing else is inside the file, thats all the content output via cat18:05
tomreynokay, did you remove the extra "version: 2" on the bottom, yet?18:05
webchat18I did18:05
webchat18Reloaded netplan again, nothing18:05
tomreynrun   netplan apply18:05
webchat18I checked the routing table and it looks fine18:06
tomreynwhat do you mean by "reloaded netplan"?18:06
webchat18netplan generate && netplan apply18:07
tomreynand both ran, and there was no output?18:07
webchat18no output as per echo $?18:07
webchat18output is clean thats why I dont get why the networking is not coming online properly18:08
tomreynwhat does networkctl report?18:08
tomreynstatus + list18:09
webchat18tomreyn, here is the output: https://pasteboard.co/KdUaOPh.jpg18:09
tomreynhmm, any idea what may have caused eth1 to get configured?18:10
tomreyn"networkctl list" output is also needed18:11
webchat18No sure, in the config as you saw I had it as dhcp18:11
tomreyni meant to write: "networkctl status" output is also needed18:12
ledeniwebchat18, if you use wireless should be wlan018:13
webchat18https://pasteboard.co/KdUclsp.jpg18:13
webchat18Nothing wireless, this is pure wire, its a server.18:13
oerheksipv6 only?18:17
tomreynwebchat18: and what do these report?    sudo ping -c3 192.168.99.59    ;   sudo ping -c3 192.168.99.1   ;   sudo ping -c3 192.168.99.2018:18
webchat18I just disable ipv6, should I reboot?18:18
oerheksand eth1 surely is managed, not in your screenprint18:19
webchat18tomreyn, the first one is pinging, the rest is not18:20
=== dabbill_ is now known as dabbill
webchat18network came back to life after disabling ipv618:25
webchat18Not sure why this is the case I dont have ipv6 in the network18:25
tomreynipv6 networking / routing / addressing is preferred if it seems to be available. it seemed to be available with local ipv6 addresses assigned to the interface.18:27
TJ-webchat18: you've got link-local addressing on both eth0 and eth1 (IPv4 and IPv6 on eth1)18:52
webchat18tomreyn, same issue came back after reboot...lost network again19:23
webchat18at this point I am suspecting the adapter is having issue...perhaps time to switch another adapter or update the firmware/driver on it19:24
TJ-webchat18: webchat18  how are you determining it has been lost?19:24
webchat18TJ, I got the network working for some time then decided to reboot just to validate and networking is gone again19:25
TJ-webchat18: but how are you testing it? ping IPv4 IP address? ping hostname? ping IPv6 address?19:25
webchat18pinging19:26
TJ-right, but *what* are you pinging? do you know if it would usually respond (many Internet hosts/gateways will block ICMPv4)19:27
webchat18TJ, ICMP is open internally19:32
TJ-I can't help you if you don't answer basic questions19:33
webchat18TJ, I am trying to ping host internal to the network in the same segment19:34
webchat18Even the gateway is not returning reply, this worked for a brief period of time then it stop working19:34
kraiskilI updated my laptop from 16.04 via 18.04 to 20.04, and now it doesn't ask for the disk encryption password at boot. WTF? Where is the password stored?19:35
oerhekskraiskil, password stored? nowhere i hope,.. unless you stored it yourself somewhere19:37
TJ-webchat18: OK, and is that IPv4 address or IPv6?19:38
oerheksI don't believe it suddenly disappears and logs in automaticly19:38
TJ-webchat18: if IPv4, check what IPv5 addresses are on the interface. e.g. "ip -4 addr show dev eth0". if the interface has a link-local address 169.254.0.0/16 it could be using that as the source address instead of the address you're expecting19:40
TJ-err, IPv4, not IPv5 :)19:40
TJ-webchat18: so if there is a link-local address, force the other address with "ping -I a.b.c.d target" (a.b.c.d being the source address to use)19:41
TJ-webchat18: I assume you've ensured no firewall rules on local system, or on route to target, as well19:42
kraiskiloerheks, I thought so to, but that's what it did :D19:45
TJ-kraiskil: you did it via do-release-upgrade ?19:46
kraiskilTJ-, yea19:46
TJ-kraiskil: presumably you mean LUKS full disk encrpytion?19:46
kraiskilYeah, I believe so19:47
kraiskilthough this is a dell xps with factory-installed ubuntu19:47
TJ-kraiskil: OK, let's do some debugging then. First check if this file exists, and has an entry for the root file-system: "sudo cat /etc/crypttab"19:47
kraiskilwho knows what dell dit to it :)19:47
TJ-kraiskil: At what point would the system ask for this password? What would have just been seen on screen, what exactly was the text of the prompt? That will help us determine what was asking for the password19:49
kraiskilTJ-, it does exist, but has only one entry - cryptswapd119:49
TJ-kraiskil: OK, so there is no full disk encryption, so this isn't an encrypted Ubuntu install19:49
TJ-kraiskil: was the password prompt before or after GRUB boot menu?19:50
kraiskilI didn't reboot the laptop too often. But it asked for *a* password just before or after grub19:50
=== kn100385570262 is now known as kn10038557026
kraiskilso maybe I misunderstood, and that was not an encryption pw, but some grub pw?19:50
TJ-kraiskil: possibly a GRUB password, or even a BIOS/firmware system password before the bootloader19:51
kraiskilthough I remember being astonished when booting for the first time it asking me to give an encryption passwd, and then saying "please wait - this might take a while".19:51
kraiskilSo I assumed it was encrypting /home at least19:52
ioriacrypttab does not exists at all in a not-encrypted system, afair19:52
kraiskilah, df tells me I have a "/home/kraiskil/.Private"19:52
kraiskilSo that sounds like some sort of loopback encryption?19:53
ioriathat's ecryptfs not luks19:53
kraiskilright. thanks ioria :)19:55
ioriathe only thing i can think of, is cryptsetup-initramfs not installed or not correctly configured19:55
ioriakraiskil, is cryptsetup-initramfs installed ?19:55
kraiskilioria, yup, apt says its installed & automatic19:56
ioriaok, i'am done here :þ19:56
kraiskillol19:57
TJ-kraiskil: if you've got encrypted $HOME using ecryptfs then right now are you logged in as yourregular user, and can you see your usual files in $HOME or just the .Private .ecryptfs Access-Your-Private-Data.desktop and so on?19:57
kraiskilTJ-, everything works as normal. I can see all my files in /home. I was just perplexed as I assumed I had full disk encryption her19:58
TJ-kraiskil: in a properly working ecryptfs configuration you should NOT be asked for the encrypted passphrase since it is sync-ed with your user password.19:58
kraiskilyeah, that makes sens.19:58
kraiskil*sense19:58
kraiskilnow I wonder what that red-herring password propmt at boot used to be :)19:59
TJ-kraiskil: if you were asked for the password previously, that tells us the ecryptfs password and your user password had become de-synced and were different19:59
TJ-kraiskil: the above usually happens when you manually change your user password with "passwd" rather than the GUI tool (which knows to sync the gnome keyring password with user password). When those are synced the ecryptfs passphrase is also synced20:00
TJ-kraiskil: so in doing the upgrade, or at some point, you resynced the passwords :)20:00
kraiskiloh. Good to know :)20:00
kraiskilheh20:00
TJ-so it was broken without you knowing and somehow you fixed it :)20:00
kraiskilyeah, that sounds rather plausible actually20:01
kraiskilI'm using i3, and can't remember when I last even booted into gnome20:01
kraiskilso I guess the update started gnome for me for a while to get his sync in place20:01
=== kn1003855702625 is now known as kn100385570262
TJ-the real encrypted files are actually in /home/.ecryptfs/$USER/.Private. in your $HOME are sym-links to that location. On unlocking ecryptfs is then mounted over $HOME and hides those files20:02
kraiskilbtw, what is the GUI equivalent to passwd?20:02
TJ-Seahorse, but called something non-obvious in the menus "Security and Keys" or similar20:02
kraiskilseahorse :D20:03
TJ-Passwords and Keys" maybe? the program is called 'seahorse'20:03
kraiskilI would have searched a *long* while before finding that :p20:03
kraiskilthanks20:03
TJ-yeah, security through obscurity¬20:03
kraiskil:p20:03
TJ-no wonder so many people then use "passwd" and it breaks the sync20:03
kraiskilit was good enough in 1998, so it's good enough in 202120:04
kraiskiland who cares if I need to enter my password at boot20:04
kraiskilit gives a cozy feeling, after all ;)20:04
optimantThe cozy feeling of knowing your boot and root are plain text and could be backdoored by anyone with physical access for 10 minutes :D20:13
TJ-The cozy feeling of knowing your headless FDE'd gateway lost power and GRUB is waiting for a passphrase over the serial interface :)20:17
TJ-ner ner, can't get me ('cos I'm offline!)20:18
optimantHaha20:20
kraiskilthe cozy feeling of thinking you still understand what is happening with your machine...20:29
=== synapt is now known as nate
hadi57hi, using ubuntu 18.4 on ssd hd, installed jellyfinn media server, storing files on 4tb sata, today i attached another 1tb sata in order to sync media files between 4TB sata and 1TB sata, rebooted the machine and 4TB disappeared even on bios, rebooted again and appeared, started syncing files between 4TB sta and 1TB sata, it was fine but later to rebooted the machine because it stopped, and 4TB is not appearing any more on even on gparted and bios, but can22:04
hadi57 see on nemo and nautilus but cant mount, any body can help?22:04
matsamanhadi57: sounds more like a hardware (or mobo firmware) problem22:06
matsamanhadi57: reseat all your storage device cables22:06
matsamanif that doesn't help, see how the 4TB sata performs without the 1TB sata attached again22:07
matsamanif it only fails when there's a second drive attached, that could tell you something22:07
hadi57thanks will try now and post22:11
matsamanif it seems to fail no matter what, make some backups, yesterday22:12
goaheadhi everyone need some help with my ubuntu 2.0422:29
goaheadi had display frezes durring watching video on web or when schrolling pages22:31
goaheadsorry?22:33
jeremy31goahead: post URL from terminal for> lshw -c video | nc termbin.com 999922:34
goaheadjeremy31: https://terbin.com/hbd922:42
goaheadis that correct?22:42
Bashing-omgoahead: Nope - is "hbd9" valid ?22:44
oerhekstermbin.com .. why pasting a wrong url..22:44
jeremy31https://termbin.com/hbd922:45
oerheksGPU is capable, driver is radeon,.. must be something else,22:46
goaheadim on second pc :::  https://termbin.com/hbd922:46
goaheadis that a problem? https://paste.ubuntu.com/p/zBN23B5FYZ/22:48
Apachez2.04 ?22:54
Apachezwhen you login, try using X11 instead of wayland - same problems?22:54
Apachezalso what browser?22:54
Apachezchrome have some troubleshooting you can apply through chrome://flags that sometimes helps22:54
goaheadchrome but not only on browser vlc too22:55
Apacheztry to logout and in the lower right change from wayland into x11 and login, same issues?22:57
goaheadyes ubuntu 2.04.now i dont know what wayland is about ?22:57
Apachez21.04 I hope22:57
Apachezif you use 2.04 then its time to update ;)22:57
goaheadi will but first to try change wayland cntl +alt+f1 to log out and then?22:59
Apachezyou logout and in the lower right I think there is an icon if you click that you can select X11, wayland etc23:00
Apachezyou select X11 and then login23:00
Apachezthen you can do export to find out what declare -x XDG_SESSION_TYPE="x11"  says23:01
goaheadim on loggin screen cant see something23:01
Apachezlower right of the screen23:02
goaheadi have the purple scren only see my account in the middle  and upright some quick settings lang sttings wifi sound and power settings23:04
goaheadcan i do it on terminal?23:04
Apachezdont you see that wheel?23:05
goaheadno maybe on newer version23:05
Apachezhttps://www.youtube.com/watch?v=8PxjgKyyrO023:05
Apachezhttps://fostips.com/switch-back-xorg-ubuntu-21-04/23:06
Apachezhttps://www.omgubuntu.co.uk/2021/01/ubuntu-21-04-will-use-wayland-by-default23:06
goaheadwhat de heck!!! why isnt show to me?23:08
goaheadno my friend i dont spot it23:08
goaheadbut my terminal says im allready x1123:11
=== pong is now known as beaver
goaheadapachez:what's you're suggestion X11 or Wayland?23:16
goaheadsorry any suggestions for my problem with video playback to fix the issue?23:26
Guest13I have an old system running ubuntu server. There are badblocks on the drive and I am hoping that I can somehow write off the bad blocks and recover the system. I believe that that the drives are partitioned using LVM. Here is a paste with more details: https://paste.ubuntu.com/p/dvPvRjftQw/. Is this system recoverable? Should I try to write off23:44
Guest13the badblocks? If I write off the badblocks then there might be system binaries missing, can ubuntu check for missing files and replace them?23:44
yukiupfsck?23:47
Guest13Yah, I believe I can pass badblocks to fsck and try to repair it. If I try that, the drive must not be mounted, is that correct? So I will have to do it from a live disk?23:48
yukiupi don't remember23:49
Guest13If I am able to write off the badblocks, will I still need to do a full install of ubuntu, or might I be able to recover.  The system currently boots, so nothing too critical is damaged.23:49
leftyfbGuest13: I personally do not take a chance with my data. If there are bad blocks, buy a new drive, reinstall and restore from backup. Anything else is begging for more issues23:50
Guest13Okay, I am going to try it from a live disk. I don't have much to loose at this point.23:50
Guest13leftyfb, I have all new hardware on order. I am trying to just get by until it arrives.23:51

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