/srv/irclogs.ubuntu.com/2020/11/23/#ubuntu.txt

=== JakeSays_ is now known as JakeSays
=== the_ant1 is now known as the_ant
=== LabMonkey is now known as Mechanismus
pjshow do I see where a library is installed? apt-cache showpkg doesn't show that. Ie, I have libgnutls30 and gnutls-bin installed but this configure script can't find it00:37
FurretUberHi, I'm srching ISOs on http://old-releases.ubuntu.com and I'm not finding the Trusty ISOs for the flavors (Lubuntu, Xubuntu, ...). Where could I find them?00:38
pjsnvm, I figured it out.. weird, needed libgnutls28-dev even though I have libgnutls30 *shrugs*00:40
quadrathoch2FurretUber well you won't find it on old-releases as it's still supported00:44
quadrathoch2the only issue is I can't find the flavor images00:45
quadrathoch2FurretUber ahh found it, so you would need to figure it out a little, found a mirror for xubuntu 14.04.6 here https://mirror.us.leaseweb.net/ubuntu-cdimage/xubuntu/releases/16.04.6/release/00:46
en1gmai have two different amd64 laptops running ubuntu 20.04 lts (updated) and i accidently 'rm /etc/modprobe.d/blacklist.conf'. can i copy the one from the laptop i did not rm and put it on the laptop that i did rm?00:46
en1gmathey both have recent installs of ubuntu 20.04 lts amd64 desktop00:47
random1How do i burn a windows10 iso to a flash drive using ubuntu20.04? Need to install windows and THEN install ubuntu unfortunately00:47
random1whats the terminal command for dd=00:47
quadrathoch2random1 look for WoeUSB00:47
quadrathoch2en1gma pretty sure, you can do that00:48
en1gmarandom1 i just did this the other day. you need to mount the image and then just copy all the files over to the usb stick formatted fat32/extfat00:48
random1i tried woeusb and "woeusb : Depends: libwxgtk3.0-0v5 (>= 3.0.4+dfsg) but it is not installable"00:48
en1gmaquadrathoch2 thanks. gonna try it now00:48
quadrathoch2en1gma is exfat really usable on a windows iso? I always thought it needs to be ntfs :/00:51
random1I was pretty sure it was NTFS as well but honestly not too sure at this point lol.00:51
random1Yeah it is NTFS00:52
quadrathoch2i do remember that fat32 wasn't enough, as the install file is bigger than the file limit00:52
random1does anyone know the 'dd=' command to burn windows 10 to a flash drive under NTFS ?00:53
quadrathoch2random1 that is not possible, as the dd command will wipe the disk, so there won't be a ntfs filesystem00:55
en1gmaquadrathoch2 you have to mount the windows iso00:55
quadrathoch2en1gma not me, random1 has to :P00:56
en1gmathen you just copy the files from the mounted iso to the exfat/fat32 partition00:56
en1gmaquadrathoch2 you asked a question about the iso00:56
quadrathoch2en1gma no?00:56
en1gmarandom1 asked how to do it then you asked about it too00:56
en1gma"<quadrathoch2> en1gma is exfat really usable on a windows iso? I always thought it needs to be ntfs :/"00:57
=== the_ant1 is now known as the_ant
quadrathoch2en1gma then your answer makes no sense00:57
random1just looking for any method then00:57
en1gmathe windows iso is an iso that can be used anywhere (windows or linux) but random1 asked how to make it so he can dual boot00:58
quadrathoch2random1 format the usb stick to ntfs, mount the iso file (right click should have an option) and then copy over the files random100:58
random1formed it to NTFS00:58
en1gmai told him the process of using the iso (mount it) then copy the files from the mounted iso to the usb stick formatted exfat/fat3200:58
random1unfortunately my usb that i formated isnt popping up under folders00:58
quadrathoch2random1 use gnome-disks00:59
en1gmaor gparted00:59
quadrathoch2to format and mount00:59
quadrathoch2en1gma still no exfat/fat3200:59
en1gmai prefer to use gparted01:00
en1gmait shows it there better then gnome disks01:00
en1gmain gparted there is01:01
en1gmahttps://imgur.com/uXUwZJB01:05
en1gmathats my screenshot01:05
en1gmabbl01:06
=== the_ant1 is now known as the_ant
=== zbenjamin_ is now known as zbenjamin
hydrianEllo all. I'm trying to setup freeipa 20.0402:12
hydrianWhen I try to install pki-server (dogtag) the configure step of the dpkg install just hangs.02:16
hydrianAny clue on what to check?02:16
random1hey how do i burn windows 10 iso. To Flash drive in ubuntu 20.04 . Already have it formated to NTFS. I dont see my folders showing my flash drive though.02:21
Bashing-om!info freeipa-client | hydrian02:22
ubottuhydrian: freeipa-client (source: freeipa): FreeIPA centralized identity framework -- client. In component universe, is extra. Version 4.8.6-1ubuntu2 (focal), package size 96 kB, installed size 295 kB02:22
tomreynrandom1: woeusb. it's not in ubuntu, but i think there's a !PPA02:25
hydrianrandom1: The best luck I've had to burning ISO to booting USB sticks is BalenaEtcher. I've tried lots of them with mixed results. Etcher is the most reliable.02:28
hydrianBashing-om: Not really all that helpful02:29
hydrianBut to clarify, I'm trying to install freeipa-server on Ubunutu 20.04. pki-server is one of freeipa-server's deps.02:31
random1Woeusb is not for ubuntu02:35
random1lol everyone keeps telling me to use woeusb02:36
random1hydrian: has etcher worked for windows iso on ubuntu ?02:36
random1i have had luck with etcher in the past but wasnt sure about with windows iso02:36
hydrianrandom1: yes02:40
Maikthe only way to make a bootable windows usb stick is indeed Woeusb random102:41
hdHi! I have a problem with apt. If i run "apt remove somepackage" it also removes non-automatic packages which i manually installed. For example if i try to remove "libluajit-5.1-2" it should raise an error because "neovim" depends on it but it won't?02:41
Maikrandom1: https://github.com/WoeUSB/WoeUSB-ng02:42
tomreynhd: apt would not normally remove packages which other packages depend on.02:44
Maikrandom1: and another one: https://www.omgubuntu.co.uk/2017/06/create-bootable-windows-10-usb-ubuntu02:44
tomreynhd: let's see the    apt policy libluajit-5.1-2 neovim | nc termbin.com 999902:45
Maikrandom1: so don't go "woeusb isn't for ubuntu" until you've done some research ;)02:46
random1Maik: Thank you. Will check it out02:46
random1WoeUSB does not work on ubuntu02:46
Maiknp02:46
random1lol02:46
random1i got u. will check it out02:47
hdtomreyn: https://termbin.com/00n002:47
random1Going to try etcher and see02:47
random1its already been copying the iso onto the flash drive02:47
random1then i will try those options out02:47
Maikroger02:47
Bashing-omhydrian: Sorry - I have no other experience.02:51
tomreynhd: and    apt-mark show libluajit-5.1-2 neovim | nc termbin.com 999903:01
tomreynhd: sorry, i guess i got distracted there03:02
hdtomreyn: np but the command gives error. "E: Invalid operation show". There is "showmanual" and "showauto" in man pages. and none of them prints anything.03:09
hdtomreyn: Im running on chroot if that makes a difference.03:10
tomreynhd: ah right, sorry, my goal was to understand which status they have. so if you can run showmanual and showauto against either, this should tell us their state.03:13
tomreynhd: actually, i need to catch some sleep, and should head out now. sorry.03:15
hdtomreyn: Ok np. Thanks anyway.03:16
mrkewl20hey guys03:50
quadrathoch2mrkewl20 if you want to ask something, just ask ;)03:56
matsamanmrkewl20: but if you want to say 'hey guys', you're all set04:01
mrkewl20lol04:01
=== PowerTower_121 is now known as PowerTower_120
ace_meanyone has any ideea if is it possible to add a title to a Facebook LIVE session ?07:22
lotuspsychjeace_me: hows that related to ubuntu?07:23
ace_meI'm on ubuntu :)07:23
ace_mesorry\07:23
lotuspsychjemaybe #ubuntu-offtopic ace_me07:24
ace_melotuspsychje: thx07:24
=== the_ant1 is now known as the_ant
morten_bHi' there. I have a bit of trouble with a keyboard attached to a laptop. A few key combo's do not register eg. ctrl+shift+p. The individual keys register fine but not when pressed simultaneously. Executing xev or the Settings > Region & Language > Input Sources > 'eye icon' shows that it is the last of the three keys that is not registered. E.g. if07:50
morten_bI press ctrl + p + shift (in that order) then shift is not registered, but if i press ctrl + shift + p (in that order) then p is not registered. On the laptop keyboard there is no issue. Only a few key combos does not work07:50
quadrathoch2morten_b are you sure it should work? as there are keyboards where after a certain amount of keypresses, they don't get recognized anymore08:00
morten_bquadrathoch2 yes, I'm pretty shure it should work. E.g. ctrl+shift+o is registered as I would expect.08:02
quadrathoch2morten_b did you test the same combo when connected to another pc? so we can tell if it's a hardware issue (liquid could cause that)08:05
morten_bquadrathoch2 unfortunatly I havn't had the chance yet, but since, the keys are all working and the order of which they are pressed, determinces which keys is not registered, I figured that it would be a software issue.08:07
quadrathoch2doh. yeah. sorry, am awake for way too long :x08:07
morten_bquadrathoch2 no worries :)  thanks for giving it a shot!08:14
ducassemorten_b: if some other software is intercepting the keypress xev will not see it08:41
morten_bducasse is it possible for me to go a level lower? To see if it is registered before some software is intercepting?08:42
ducassemorten_b: that would mean getting it directly from the kernel, i don't know of a way to do that08:47
ducassemorten_b: sorry :(08:47
morten_bducasse I'm running i3, could that be intercepting the keys?08:48
psych094morten_b: When you get the chance, just connect it to another computer and see if there is a problem with those specific three keys being pressed together.08:48
ducasse'i'm also running i3, i don't think it catches ctrl+shift+p by default, check your config08:48
psych094morten_b: *being pressed together still does nothing.08:48
morten_bpsych094 I'l give it a try. Thanks for you time both! ducasse08:50
psych094morten_b: No worries! Try the simple tests first :v08:52
morten_b:)08:52
=== denningsrogue1 is now known as denningsrogue
* pho}e{nix has returned from the ashes. Good day everyone :)09:38
ice9if I'm installing Ubuntu on optimus laptop (nvidia card), will Ubuntu automatically set nvidia as the primary GPU?09:42
lotuspsychjeice9: nvidia-settings to check powersavingmode vs performance mode09:44
ice9lotuspsychje, i'm not talking about power at all, i'm talking about the primary GPU, whether it's the nvidia or intel09:45
lotuspsychjeice9: i'm not talking about power neither, im talking about optimus settings09:46
ice9ahh09:46
lotuspsychjeice9: powersaving mode= intel performance mode=nvidia09:46
ice9lotuspsychje, got it, thanks man!09:46
lotuspsychjewelcome ice909:48
r3m1hello11:17
r3m1this is not a troll. We started using Microsoft Teams in my organisation. In Teams you can add "Websites" tabs that show you the content of a page for which you specified the url. One tab was added with url of a server running one of our surveillance app. Authentication to this server is done using client certificate (i.e. accessing it using Firefox). However when I access to this tab in Teams , authentication fails. And I see in the11:20
r3m1server logs that the client authentication is not given (no User name found in SSL header)11:20
r3m1has anyone here already set Teams up to do this kind of tasks ?11:21
mrkewl20what do you guys recommend for me to use to establish a remote desktop session with my ubuntu server11:22
lotuspsychjemrkewl20: you might wanna ask the #ubuntu-server crew11:23
mrkewl20thanks11:23
lotuspsychjer3m1: how is this related to ubuntu exactly?11:43
tdm4Hi all.. grub-pc currently expects the boot device to be /dev/xvda on my EC2 instance.. but how do I change it to the proper device? dpkg-reconfigure grub-pc never prompts for the boot device. I want to fix the grub-pc boot device because I fear if this instance was rebooted, it won't come back.11:48
tdm4debconf-get-selections shows: grub-pc    grub-pc/install_devices    multiselect    /dev/xvda11:49
tdm4but I can't change it!11:49
tomreyndebconf-get-selections is right next to debconf-set-selections (though there can be a more user friendly way to update it)11:51
tomreynif dpks-reconfigure doesn't prompt, this probably suggests there is only this very target available11:52
tdm4tomreyn: so.. future kernel installs will always try to run grub-install /dev/xvda and this will break11:53
tomreynthere was a somewhat recent change or about how grub is installed on ubuntu amis, which might be related, but i'm not able to find the details right now.11:57
tomreyni think this was about BootHole / CVE-2020-1071311:59
tomreynprobably bug 188955612:00
ubottubug 1889556 in grub2 (Ubuntu Groovy) "grub-install failure does not fail package upgrade (and does not roll back to matching modules)" [Undecided,Fix released] https://launchpad.net/bugs/188955612:00
motzhow can check the name of aconnected  bluetooth device?12:07
motzhow can I check the name of a connected  bluetooth device?12:07
pho}e{nixmotz lsusb ?12:11
=== nikow3 is now known as nikow
motzpho}e{nix, but it's via bluetooth12:13
tomreyn"hcitool con", get the devices' MAC, then hcitool name <MAC>12:15
motztomreyn, thx it worked. But If I want to get some more information?12:18
tomreyn"info"12:18
tomreynhcitool --help12:18
motztomreyn, thx12:20
tdm4tomreyn: Yeah was fixed on July 30th 202012:27
tdm4but I'm trying to tell grub-pc what the proper disk is for booting and dpkg-reconfigure grub-pc won't prompt me for it12:27
tdm4how do I invoke upgrade-from-grub-legacy ?12:36
tdm4when I run it, I get some errors like: 'dpkg: warning: version 'dummy-version' has bad syntax: version number does not start with digit' and 'dpkg-maintscript-helper: error: environment variable DPKG_MAINTSCRIPT_NAME is required'. It looks like it's meant to be invoked by another script?12:37
pho}e{nixmotz I'm sorry I must be having halucinations :D I've read usb12:37
tdm4debconf-set-selections appears to be something for inserting new entries into debconf database, not updating an existing one12:40
Blade-RunnerHi, anyone know why some app screens can be reduced to a postage stamp size and others not? what limits the app in resizing it?12:41
Blade-Runnerwhat controls that?12:41
Blade-Runneri have some apps that overrun the screen with no ability to reduce its size12:42
pho}e{nixthe app itself? :D12:42
Blade-Runneryes12:42
Blade-Runnertwo examples are telegram and 4kvideo dl'er12:43
Blade-Runnerthe smallest i can get 4k to reduce still over runs the screen12:43
ThinkT510they probably have a minimum screen size hardcoded12:43
Blade-Runnerthats almost what i thought12:44
ThinkT510window size12:44
Blade-Runneryes, i can resize libre office writer to a thumbnail12:44
Blade-Runnerbut others stay half screen or more12:45
Blade-Runnerit doesn't seem to make sense why some can be reduced and others not12:46
Blade-Runnerok i'll email the apps to see if they answer12:46
ThinkT510those that can be reduced just don't set a minimum window size12:46
Blade-Runnerodd then, doesnt seem to reason why others can't be reduced12:47
psych094Probably the developers set a minimum size for that that can't be reduced too much?12:47
Blade-Runnerand to what purpose?12:47
Blade-Runneris it going to ruin something?12:48
Blade-Runneror is it just "you don't need it any smaller than this"?12:48
psych094So that it's not usable. But I don't understand why they would set a minimum size of an application window that is larger than 800x60012:48
psych094800x600 is like the smallest when it comes to monitor resolutions, right? o.O12:49
Blade-Runnerpsych094: RIGHT i agree12:49
psych094correction: not unusable...12:49
Blade-Runnerya thats pretty close12:49
Blade-Runneri have high res on my monitors but some apps refuse to be made smaller12:50
psych094I never did anything related to scaling. But would increasing the scaling make windows and such larger than default size?12:51
Blade-Runnerincreasing the scale makes everything larger12:52
Blade-Runneri dont have a setting below 100%12:52
Blade-Runnereven in fractional scaling12:53
psych094And yet the window is large...12:54
Blade-Runner24" screen12:55
psych094I don't understand why telegram would need to be larger.12:55
Blade-Runnerdont want it "larger" want it smaller12:55
psych094Also the 4k video downloader. It's a downloader.12:55
Blade-Runneryes it is12:56
psych094Blade-Runner: I meant by the defalt size of the application window being larger.12:56
Blade-Runnerok, then yes the default size is too large12:56
psych094Blade-Runner: Exactly! It's a downloader, why would there need to be a large window for it?12:56
Blade-Runnerok your still not seeing my issue12:57
psych094You're not able to resize the window to something that fits your monitor.12:57
ThinkT510Blade-Runner: can you send a screenshot of the smallest size it lets you?12:57
Blade-Runnerok12:58
r3m1lotuspsychje: well im running ubuntu and the Teams client for Ubuntu. Also since there are many users here I thought some might have had this problem, but it's not an ubuntu specific issue12:59
BluesKajHi folks13:02
Blade-Runneri'm draging a screenshot to imgur and its not copying13:16
Blade-Runnerwell, that stinks13:18
pavlosBlade-Runner: save the screenshot, then upload it to imgur13:19
Blade-Runnerright13:19
Blade-Runneri've used this before13:20
Blade-Runnerit says drop images here13:20
Blade-Runnerand that doesnt work13:20
Blade-Runnerhum, i click sign in and that does nothing either13:20
Blade-Runnerok had to restart chrome13:21
=== ilvipero1 is now known as ilvipero
Blade-Runnerhttps://imgur.com/a/K3fgWjX13:25
pavlosBlade-Runner: I took a screenshot, copy to clipboard, then dragged the small screenshot (in the Save Screenshot window) to imgur, that worked.13:26
Blade-Runnerdragging didnt work i had to copy paste13:26
Blade-Runnersee url ^^^13:27
pavlosBlade-Runner: url shows nothing13:29
Blade-Runnerit doesnt like my copy paste either13:30
Blade-Runnerwell, cut and paste says invalid URL. (x-special nautilus-clipboard copy file: //home/Dj/Desktop/oversised...13:33
Blade-Runnerseems its not liking my ubuntu13:33
Blade-Runnerlet me move the screenshot to documents13:34
Blade-Runnersome reason it didnt like me posting from my desktop13:35
Blade-Runnerhttps://imgur.com/a/K3fgWjX13:35
Blade-Runnerthere it is13:35
Blade-Runnerthe app on the right spans over one screen13:37
Blade-Runnerthe one in the middle spans downward to second screen13:37
Blade-Runnersee that little thumbnail app next to telegram? thats libre writer13:37
fradI have some wav files with metadate id like to change. However, easytag wont work with these. How do I change metadata of wav files under ubuntu?13:39
Blade-Runnerhave you searched the internet for a metadata app for linux?13:40
Blade-Runnerthere there13:40
fradyes, and only found windows alternatives13:41
Blade-Runnernope linux ones are there too13:41
Blade-Runneri have installed some13:41
fradwhat did you install?13:41
troozersHi, does anyone know how to disable the HDMI audio output?  I've googled it loads, and the suggestion to disable snd_hda_intel just disables the whole sound card (which is a little but like a nuclear option)?13:42
troozersI am even trying to figure out if you can disable it at GRUB, or earlier - just don't want it13:42
Blade-Runnerhttps://wiki.gnome.org/Apps/EasyTAG13:43
Blade-Runnerapparently our search was faulty :)13:43
Blade-Runneryour*13:43
fradBlade-Runner, didn't sleep well today? why the passive aggressiveness? I already told you easytag doesn13:44
frad't cover flac files and yet you dont seem to read what I write13:44
BluesKajtroozers, mute your spdif in alsamixer13:45
Blade-Runnerthen you'll have to ask someone else i have only used easytag and it worked fine for me13:45
psych094frad: But you said wav files... I don't know if EasyTAG does the job on wav or not though.13:46
psych094Blade-Runner: I don't understand the screenshot. Is your computer a multiscreen layout?13:47
ThinkT510Blade-Runner: your Telegram client would fit vertically on your bottom screen. gnome3 does have a fat top bar...13:47
Blade-Runneryes 4 screens13:47
fradpsych094, yes, wav files, reproduced under ubuntu, i cannot change metadata with easytag13:47
troozersis there any way to just remove HDMI Audio as an option altogether?13:47
Blade-Runnerthe top is 3 screens and the bottom is one13:48
psych094frad: Oh, you wrote flac in the last message and wav in the first.13:49
psych094Blade-Runner: Hmm. Telegram is going down. Which one is the video downloader?13:50
fradtrue, sorry, wav files13:50
Blade-Runneri didnt post that one it fits now, but i have another i'll show you13:52
psych094Blade-Runner: If I ran into your situation, I would first reboot the computer and check. If that didn't do, then I would re-install the two causing problems.13:52
Blade-Runnerreboot doesnt fix it, and i have reinstalled to no avail. so i guess i'll contact the software company and see what they say13:53
BluesKajtroozers, HDMI is hardware, afaik very difficult to remove it without affecting all your audio, but you should be able to mute it...but why do you think disabling the digital will will solve a problem...what's your issue anyway?13:54
=== hugh_marera_ is now known as hugh_marera
troozersI am getting massive feedback from the headset that's connected to a speaker set, it will disappear when I go back into Settings > Sound.... It "seems" to want to default back to HDMI.13:55
psych094Aahhhhhh13:56
troozersJust read something about removing the PCI device at startup via rc.local - but Ubuntu doesn't utilise that anymore... what's the alternative to rc.local?13:56
psych094In the sound settings, see if there is a fallback button when both the HDMI and headset is connected.13:56
Blade-Runnertrying to open additional software produced:  Sorry, Ubuntu 20.04 has experienced an internal error...ugh13:56
troozersI can't find any fallback options/buttons in Sound Settings13:57
psych094If you want the headset used, what worked for me when I was dealing with two microphones, the HDMI audio and the headset is to be connected and choose the headset.13:57
fradso, if I run 'sudo apt install picard' it will install from apt. Will 'sudo snap install picard' do the trick with snap?13:57
BluesKajtroozers, try disabling loopback in alsamixer13:57
psych094troozers: There is pulseaudio, right? I remember seeing that in pulseaudio.13:58
psych094Okay. Now I don't remember if it was in alsamixer......13:59
psych094As for the button, there are icons. If you just leave the mouse over the icons, a tool tip shows up saying "Set as fallback" or something with the same meaning.14:00
psych094Blade-Runner: I guess you might have to report an issue for that.14:01
Blade-Runner ya, thats what i'm thinking14:01
culpower__#python14:02
psych094Whenever I come across "experience an internal error", I usually just do an update and an upgrade and I don't get those errors again.14:02
psych094*experienced14:02
ThinkT510run it from a terminal, see what error pops up14:05
sammyg1321Hi all! can someone please give me a hand with the following: Im trying to isntall playonlinux deb file but im getting the following dependencies cannot be satisfied python-wxgtk3.0 and python-wxgtk2.8 is missing14:13
sammyg1321so i attempted to isntall 3.0 and got the following error14:13
sammyg1321https://paste.ubuntu.com/p/jVykvS44vV/14:13
jmoscoEriC^^: so I switched to lightdm and my video is working...so far14:13
=== foxes is now known as vulpine
Maiksammyg1321: which ubuntu version?14:15
sammyg132120.10 :)  Maik14:15
keiserrHi I am having some weird issues with an ubuntu setup. I am running 18.04.5 lts, whether with chrome or terminal, whenver i have more than one tabs opened and active, it moves to the last tab. Which makes working quite difficult. I have screenkey open to see if it is any specific key that is being pressed on my keyboard, this does not seem to be the case, has anyone ever experienced this? Here is a screen capture https://vimeo.com/48252946014:17
Maiksammyg1321: why a deb file? Playonlinux is in the repo's: sudo apt install playonlinux14:18
sammyg1321lemme try that Maik because the= issue i had was wine would constantly crash when creating a bottle14:19
Maiksammyg1321: i guess python-wxgtk3.0 is python 2 which isn't supported anymore14:19
sammyg1321Maik lemme get back to you14:19
Maiksammyg1321: i'm no expert though, just searching and thinking with you :)14:19
Maiknever used that stuff like playonlinux/wine myself14:20
lotuspsychjekeiserr: we dont officially support chrome, did you try to reproduce this on the ubuntu alternate; chromium browser?14:21
sammyg1321Maik yeah makes sense, but this is what i get rror in POL_WineWine seems to have crashedIf your program is running, just ignore this message14:21
sammyg1321All the time :/14:21
sammyg1321Adn i didnt even start the installer or anything14:23
Maiksammyg1321: did you search for that error and what it is that causes it?14:26
sammyg1321Maik Super unclear, i really am confused as it seems so generic14:26
keiserrlotuspsychje, i have the same issue on gnome terminal as well when i have multiple terminals openned14:26
lotuspsychjekeiserr: can you open a journalctl -f and see if you can catch errors in realtime?14:27
keiserr*i mean when i have multiple tabs openned14:27
lotuspsychjekeiserr: wich graphics card do you have?14:28
keiserrlotuspsychje, this maybe? gnome-shell[4051]: pushModal: invocation of begin_modal failed14:29
lotuspsychjekeiserr: since when did this start to occur?14:30
sammyg1321Maik you think  a fresh buntu install would make a world of difference?14:31
keiserrlotuspsychje, well lspci gives me this 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)14:31
keiserrlotuspsychje, it started happening since yesterday. I have been using this setup for nearly a year now without any issues. and it is a laptop i use for my work14:31
Maiksammyg1321: i don't know to be honest14:31
sammyg1321yeah ._.14:32
sammyg1321im a bit duped not too sure where to look14:32
keiserri applied the recent updates this morning hoping this will fix it, but the issue persists14:32
jmoscoI have zero success trying to use any nvidia drivers other than nouveau14:32
lotuspsychjekeiserr: yeah, but did you have this glitch from the start, or did it happen recently to you?14:32
keiserrlotuspsychje, no from the start never had this glitch, it started happening yesterday night14:34
lotuspsychjekeiserr: ah ok, do you have time to file a bug right now?14:34
keiserrlotuspsychje, one more thing to note, i had another laptop, which had the same issue as well, but the other one was of a different model and was running an older version of ubuntu, in the end i stopped using it, since that issue became annoying and i didn't have time to investigate14:35
keiserrlotuspsychje, https://bugs.launchpad.net/ubuntu there right?14:35
lotuspsychjekeiserr: no, ubuntu-bug gnome-shell from a terminal please14:36
troozersSorry, had to reboot my laptop a few times14:36
troozersOK, I've managed to disable HDMI Audio Output by creating my own systemd startup script14:36
keiserrlotuspsychje,  ok i will try it after work today. thank you.14:36
lotuspsychjekeiserr: just fill in a title and your full story and we will catch the bug later when you file it, feel free to share the bug ID after you filed it14:37
troozersBut, as I think some of you were trying to hint to already, the problem seems to be "feedback" from the default microphone.  If I change the Input Device from the WebCam to an internal built in audio the feedback issue disappears14:37
keiserrlotuspsychje, i guess it is display errors right?14:38
Starship8012i'd like to monitor my system load, memory useage over time. what's a good way to write these into a log periodically? cronjob?14:38
giacohello14:39
tomreyntdm4: i think upgrade-from-grub-legacy runs when you install grub2 and its postinstallation-scripts notice that you've been previously using grub 1.0* / 0.99 / legacy14:39
giacoI'm dealing with an usb mass storage driver that appears in dmesg, appears in lsusb, but doesn't create a device and doesn't appear in lsblk14:39
giacoI'm not getting any kind of error out of dmesg and lsusb, so I don't know what's happening14:40
lotuspsychjekeiserr: i suspect gnome-shell14:42
tomreynStarship8012: sysstat14:42
tomreyngiaco: run    sudo udevadm monitor    while plugging in the device14:44
giacotomreyn: k14:49
tdm4tomreyn: ok thanks14:59
rapidwaveI'm trying to make clock use internet servers for keeping set. I keep getting dialog saying NTP isn't supported. I've installed ntpsec and ntp packages, but still getting the dialog.15:02
keiserrlotuspsychje, 1905287 , I don't have much info to give, on it, though, if further information is requested i can push, since there might be some sensitive info in my logs hence why i didn't push all my logs with the ubuntu-bug tool15:02
lotuspsychjekeiserr: you filed against the wrong package and not from ubuntu-bug i see15:03
lotuspsychjekeiserr: change the packagename to gnome-shell and then apport-collect 1905287 from the affected machines please15:04
lotuspsychje-s15:07
keiserrlotuspsychje, done.15:09
lotuspsychjekeiserr: apport-collect 1905287, too please15:11
jka_I have a problem using youtube-dl. If a playlist has more than 100 entries, YT uses a javascript-based "autoscroll" feature. youtube-dl will only also find the first 100 entries because it cannot handle this autoscrolling stuff. How can i solve this?15:15
Habbiejka_, perhaps ask in #youtube-dl15:15
jka_I also asked in youtube-dl, but there was no response :-(15:16
Habbieit's good etiquette to mention that before you ask here :)15:16
jka_Perhaps there is another tool which helps me to get the full playlist? I just need a .txt file with all links.15:16
jka_^^15:17
=== akem__ is now known as akem
jka_In #youtube-dl i asked if i can get download the list with youtube-dl. In this channel i am asking for another tool :-)15:23
Squishyjka_, what about using an archive list to skip the first 100 once they've been grabbed already? Have you tried that already?15:29
Sparkeehi, do you guys know where is the equivalent of /etc/sysconfig (CentOS/RHEL) in Ubuntu?15:35
Sparkeeit looks /etc/default ?15:36
gurkiis there a way to tell the nvidia driver on ubuntu which display it shall send audio to?15:37
gurkisituation one: one display connected, audio works. situation two: i connect a second display, second display seems to take priority (and advertises to have speaker although it doesnt) - no sound15:38
gurkispeakers*15:38
gurkias ussual, one finds the solution 30 seconds after asking on irc15:40
gurkipavucontrol will let me select a specific hdmi output at the "configuration" tab15:40
coconutgurki, thanks for still sharing the solution then gurki!15:47
gurkinp :)15:50
BlztHello there, I need some help : I upgraded to Ubuntu 20.04 but I encounter some dock issues, the show-app button does not appear in my dock, even when I set the show-show-apps-button to "true", I tried to desactivate all my extensions but it doesn't work either15:55
BlztI even tried to reinstall gnome15:55
tomreynBlzt: try logging out, switching to a tty, loging in there, renaming $HOME/.local/share/gnome-shell/ to somethign else, logging out of the tty, switching back to the login screen, and logging in.16:00
=== msalvatore_ is now known as msalvatore
Blzttomreyn, I will try that, thank you16:02
Blzttomreyn, here's what worked finally : when on login screen I noticed that I was using GNOME-classic instead of GNOME, swiching solved the problem16:12
Blztthanks for your advice16:12
troozersAudio Question: I have a laptop with the 3.5mm output jack going to a set of speakers.  There's a HUGE amount of buzzing (feedback) that kicks in, and it "seems" to be related to the Input (mic) settings.  Does anyone know what's causing this?16:22
troozersIf I open the Sound Settings, the buzz disappears.  Close the Setting page, wait a few moments and it re-appears16:22
troozersAlso, if I play anything (music, youtube) the buzzing will disappear until the audio output stops16:29
giacotomreyn: https://termbin.com/hmrx16:34
petrhlHi, I'd like to run my custom mysql server with custom directory location. The command is:16:44
petrhlmysqld --defaults-file=/home/petr/.config/cqrlog/database/mysql.cnf --datadir=/home/petr/.config/cqrlog/database --socket=/home/petr/.config/cqrlog/sock --port=6400016:44
petrhlbut nothing happened16:45
petrhlI already tried16:45
petrhlmysqld --defaults-file=/home/petr/.config/cqrlog/database/mysql.cnf --datadir=/home/petr/.config/cqrlog/database --socket=/home/petr/.config/cqrlog/sock --port=64000 --verbose --initialise16:45
petrhlbut still nothing. In the error log is this:16:45
petrhl2020-11-23T16:42:59.166786Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.22-0ubuntu0.20.04.2) starting as process 418016:45
petrhl2020-11-23T16:42:59.182309Z 1 [ERROR] [MY-011011] [Server] Failed to find valid data directory.16:45
petrhl2020-11-23T16:42:59.182464Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.16:45
petrhl2020-11-23T16:42:59.182507Z 0 [ERROR] [MY-010119] [Server] Aborting16:45
petrhl2020-11-23T16:42:59.182806Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.22-0ubuntu0.20.04.2)  (Ubuntu).16:45
petrhlThe directory exists. I suppose, the problem could be with apparmor. But I have this in /etc/apparmor.d/local/usr.sbin.mysqld16:46
petrhl@{HOME}/.config/cqrlog/database/  r,16:46
petrhl@{HOME}/.config/cqrlog/database/** rwk,16:46
petrhlI have no idea why it does not work. There was not any problem in Ubuntu 18.04 but it does not work with 20.04 and newer. Could you help me, please? I already spent many hours googling but without any success :(. Thanks a lot.16:47
quadrathoch2petrhl I guess #ubuntu-server can help you better ;)16:54
petrhlquadrathoch2, thanks a lot, I'll try it17:04
coconutpetrhl, try there but with a pastebin please17:05
petrhlcoconut I'm sorry, next time I'll use the pastebin.17:06
coconutpetrhl, it's just that the irc server can't take such pastes at once(and it is easier to read). Thanks.17:07
giacoI'm dealing with an usb mass storage driver that appears in dmesg, appears in lsusb, but doesn't create a device and doesn't appear in lsblk17:11
giacoI'm not getting any kind of error out of dmesg and lsusb, so I don't know what's happening. This is that udev monitor says https://termbin.com/hmrx17:11
=== msalvatore_ is now known as msalvatore
tomreyngiaco: and what's in dmesg + lsusb?17:19
tomreynmore details could help you get help17:19
tomreynudevadm monitor is useful to see how and whether a usb device is handled by the time you connect it.17:20
tomreynbut so is dmesg -w    /    journalctl -f17:20
vincenzomlHi, I'm trying to run the xfce4 session; if I use startx and add xfce4-session to my .xinitrc, it works, but if I don't use a .xinitrc and use gdm instead, I get a crash with no error file. What can I do? I'm on ubuntu 20.1017:32
vincenzomlsorry I'm back17:34
tomreynwhere are you looking for logs, though?17:36
vincenzomland back for the third time :) Sorry again! I'm staying for a while now, I hope.17:36
tomreynjournalctl? ~/.local/share/xorg/ ?17:37
tomreyni'm into async chat myself, am cooking.17:37
vincenzomlI didn't know about .local/share/xorg17:37
vincenzomlthanks17:37
vincenzomlI knew about .xsession-errors, that's a thing of the past it seems17:37
vincenzomlwill retry, and then come back17:37
vincenzomlHere I am, so I gathered .xsession-errors (which I actually have when there are errors), .local/share/xorg/Xorg.0.log and journalctl -e17:44
pavlospetrhl: who's the owner of /home/petr/.config/cqrlog/database ? should be mysql17:44
vincenzomlthe problem is that xfce-session doesn't work (but it works from startx)17:44
vincenzomlI've looked at the log and there are things I don't understand there17:44
vincenzomlwhere can I upload them?17:44
petrhlit's me, petr the same user who is trying to run the mysqld17:44
quadrathoch2vincenzoml paste.ubuntu.com17:45
vincenzomlhere we are: Xorg.0.log https://paste.ubuntu.com/p/pW3jZkk8hG/17:45
vincenzomlxsession-errors: https://paste.ubuntu.com/p/qMDj3NPw7d/17:46
pavlospetrhl: read this section, https://docs.oracle.com/cd/E17952_01/mysql-5.7-en/data-directory-initialization.html17:47
vincenzomljournalctl: https://paste.ubuntu.com/p/3m6k5hJ8Mz/17:47
vincenzomlCould someone look at my .xsession-errors please? whenever :)17:47
petrhlpavlos, thanks, I know how to change the directory when using mysql as mysql users. Right now I'm trying to run it as ordinary user with ata directory in my $HOME. It worked fine with MySQL 5.7 but it sopped working with MySQL 8.0 :(17:48
vincenzomlhere are some suspicious lines from journalctl -e: nov 23 18:41:24 sarasvathi /usr/libexec/gdm-x-session[70485]: /usr/bin/startxfce4: X server already running on display :017:57
vincenzomlnov 23 18:41:24 sarasvathi /usr/libexec/gdm-x-session[70485]: xfce4-session: Another session manager is already running17:58
vincenzomlnov 23 18:41:24 sarasvathi xdg-desktop-portal-gtk[70637]: Unable to init server: Impossibile connettersi: Connessione rifiutata17:58
vincenzomlnov 23 18:41:24 sarasvathi xdg-desktop-por[70637]: cannot open display: :017:58
vincenzoml(I stop here)17:58
vincenzomlah, it seems I've found a bug which was closed already https://bugzilla.redhat.com/show_bug.cgi?id=161175718:00
ubottubugzilla.redhat.com bug 1611757 in xfce4-session "Cannot log in to an xfce4 session from GDM" [Unspecified,Closed: worksforme]18:00
Sven_vBhi :) debmirror somehow doesn't download one of the missing deb files. might it be related to "Ignoring missing Release file for dists/xUbuntu_20.04/main/binary-amd64/Packages.gz"? should that Release file be located at "dists/xUbuntu_20.04/Release"? because that one exists and looks correct.18:13
=== ijohnson is now known as ijohnson|lunch
=== disillusion- is now known as disillusion
troozersCan anyone help with harsh buzzing noise when connecting my 3.5mm audio output to speakers?  Only disappears when I am playing audio, or when I am in Sound Settings18:47
troozersAm running Ubuntu 20.04 on a Dell XPS1318:48
pirxhi! for how long do you think ifupdown and resolvconf will be around? i just installed a new 20.04 server and found myself (still) removing netplan and disabling systemd-resolved...19:08
=== matsaman_ is now known as matsaman
blueeaglepirx: Probably until IPv6 is obsoleted.19:16
pirxblueeagle: ok, that sounds reassuring:)19:26
blueeaglepirx: It might not be included as a package in any distributions for that long, but the source (read19:27
blueeagle(read: truth) is out there.19:27
=== ijohnson|lunch is now known as ijohnson
=== circuitbone is now known as llamapixel
=== llamapixel is now known as circuitbone
rapidwaveI set screensaver to start after 1 minute idle, lock-screen after another minute. Problem I have is that when I try to unlock, the password dialog won't let me type anything.20:02
^peter^rapidwave   reboot ?20:09
rapidwaveThe only way I found to do that was a cold-boot and I really shouldn't be doing that20:11
rapidwaveI'm wondering why the keyboard doesn't work when it asks for password20:11
tomreynwhich desktop / login manager is this? apparently not gdm / gnome-shell?20:12
cousteauHi!20:18
cousteauHow risky is it to resize a partition?  Is there a significant risk of data loss?20:19
TJ-cousteau: a partition is just two values; starting offset and block count20:19
cousteauI have about 80 GB for /home and 30 GB for /, but have realized that / is almost full, so maybe it's a good idea to reconsider this distribution20:20
TJ-cousteau: what you set those to, and what you do with the new value, might cause issues if you set them to overlap, or truncate, existing structures20:20
TJ-cousteau: that is where choosing LVM originally pays dividends since that makes it easy to alter allocations20:20
cousteau/home and / are adjacent to each other, so shrinking one and extending the other shouldn't be a problem as long as partition editors don't overwrite data20:20
cousteauTJ-, dammit, I don't remember what I used... but considering the partitions have boring names (/dev/sdb2, etc) I suspect I didn't go the LVM way20:21
TJ-cousteau: your problem is if you need to 'move' the latter 'down' to where the first partition was20:21
cousteauLVM is like /dev/mmcm0clafjlsgajsdkfvsc or something like that, right?20:21
TJ-cousteau: correct20:22
cousteauok20:22
TJ-cousteau: which partition is which in your case?20:22
cousteauwhat do you mean move down?  I would need to move any data written in the affected region that will "change owners" so that it gets out of the way, if that's what you mean20:22
cousteau/dev/sdb1 is EFI, /dev/sdb2 is /, and /dev/sdb3 is /home20:23
cousteau(and /dev/sda1 is /opt on the HDD, in case you wanted to know)20:23
cousteauoh, and /dev/sdb4 is swap.20:23
cousteau(no extended partition there; I didn't think I'd need one)20:24
TJ-cousteau: example: /dev/sda1 is /home/ file-system 80GB, /dev/sda2 is root-fs 30GB, so /home/ and sda1 has to shrink by 20GB. That isn't too difficult to achieve, however, then for root-fs to make use of the 20GB freed it has to be *moved* back to where sda1 was20:24
cousteauI see20:25
TJ-cousteau: gparted can generally do this for you safely, booted from a LiveISO20:25
cousteauso sda2 needs to be extended20:25
cousteauthanks!20:25
TJ-cousteau: correct - it's starting offset points to where sda1 once was20:25
cousteauthat's what I wanted to know.  I'll still make a backup of /home, juuust in case20:25
cousteauI see.  Because there's important data that's written right "at the beginning" of the partition, right?  And probably the rest of the partition is addressed based on this beginning so you also need to rewrite all the addresses20:27
cousteauin my case it's sdb2 I want to grow and sdb3 to shrink, so sdb3 is going to have to do twice the work -- move away the data and put the partition table(?) in the new position20:28
cousteau(where sdb1,2,3,4 are in that order in disk.  I don't know if it's possible to have them in a different order but I think it is, so just to clarify that this isn't the case.)20:29
TJ-cousteau: partition table is just 64 bytes in sector 0 (MBR) --- it contains the offsets/size for each of the 4 primary partitions20:30
cousteauok then I think I meant file table20:30
TJ-cousteau: the *data* in the partitions is what the file-systems put there, so when you change the start/size of a partition, the file-system has to be moved20:30
* cousteau continues spitting out terms he vaguely remembers having heard until he gets one right20:30
TJ-cousteau: shrinking isn't usually a problem but changing the starting sector implies a move. With LVM you can avoid that by creating a new empty partition for just the freed space, making that partition a physical volume, then adding that PV to the Volume Group20:31
cousteauoh, I see how it works20:32
TJ-but with raw partitions+file-systems you can't do that, so have to move things around20:32
cousteaubut changing the starting sector is not THAT much of a problem in practice, right?20:32
cousteaushrinking a partition implies moving data anyway20:32
TJ-cousteau: with the correct tools to help you calculate where everything should be, it is generally OK20:33
cousteau"the correct tools" being good ol' gparted, right?20:33
TJ-cousteau: no, shrinking generally means only changing the file-system size value in its metadata20:33
TJ-cousteau: yes, although I do these things manually on occassion (calculating the offsets myself) to ensure I keep my eye in!20:34
cousteauwell, I need to move the data that is at the end of the partition out of there to avoid losing it, don't I?20:34
cousteau(well, gparted needs to)20:34
TJ-cousteau: the file-system in /home/ if there is free space won't be fragmented (assuming ext4) so it won't be a problem20:34
TJ-cousteau: other file-systems can be more difficult20:34
cousteauTJ-, I had to deal with parted manually once because I touched something I shouldn't.  Wasn't nice.  But at least the gparted documentation was super helpful.20:34
cousteauTJ-, I thought ext FSs precisely put files wherever the hell they'd fit, not compacted at the beginning20:35
cousteauthis is something I should maybe learn some day20:35
TJ-cousteau: sounds like NTFS - that has a terrible reputation for fragmenting and putting file-system structures at the end and refusing to move them20:36
TJ-cousteau: I saw that recently when shrinking a bunch of ex-Windows PCs to make way for Xubuntu, and Windows disk management couldn't/wouln't move a 16KB file from end of a 128GB partition ... the Linux ntfsresize tooling had no problems20:37
cousteauI thought it went like:  NTFS relies on the files being contiguous; EXT doesn't mind putting them wherever it feels like, so it may just fragment them and that's not a problem20:37
cousteauwoah, and Windows still worked?20:38
cousteauor that file, at least?20:38
cousteaumaybe it was some critical file that needed to be there for... whatever reason20:38
=== lucenera8 is now known as lucenera
TJ- cousteau  the critical file was $LogFile, 16KB, and placed at end of an otherwise almost empty file-system20:43
rjwiiitroo20:44
cousteauoh, it starts with a dollar.  That sounds important...20:44
jayjousing the new ubuntu auto-install (not preseeding) is it possible to reference a USB partition via a label (or something else) when adding a line to sources.list?20:44
cousteau(never understood what's with Windows and weird file names, specially on a file system that prevents most weird file names)20:44
Tripknotixincase anyone was wondering from last week, it turned out an entire satadom drive was missing, the other system had 2 drives, so i only cloned one, the OS drive not thinking abouta  2ndary drive20:45
Tripknotixso when i popped in a second one i had to reclone both drives, to do a restore ont he newer machine20:45
Tripknotixand it worked =)20:45
Tripknotixthanks you guys for the idea to check the drive cables ;)20:45
bumblefuzzI just ran update on my machine20:48
bumblefuzzwhich included grub-common grub-efi-amd64-bin grub-efi-amd64-signed grub-pc grub-pc-bin grub2-common20:48
bumblefuzzduring the install of grub, I get the following errors20:49
bumblefuzzInstalling grub to /boot/efi.20:49
bumblefuzzInstalling for x86_64-efi platform.20:49
bumblefuzzgrub-install: warning: Internal error.20:49
bumblefuzzgrub-install: error: failed to register the EFI boot entry: Operation not permitted.20:49
TJ-bumblefuzz: that means "efibootmgr" failed, which might mean the efivars file-system is mounted read-only20:50
TJ-bumblefuzz: does "efibootmgr" work on its own?20:50
bumblefuzzhow can I check that?20:50
bumblefuzzI really don't know enough about grub20:50
bumblefuzzwhat command should I enter?20:50
TJ-bumblefuzz: check the mount options "grep efivars /proc/mounts" and look for "rw" option20:51
TJ-bumblefuzz: use "efibootmgr" to ensure it can read the boot menu entries20:51
bumblefuzzefivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 020:51
bumblefuzzwhat do you mean use efibootmgr?20:51
bumblefuzzI don't know what you meanm20:52
TJ-bumblefuzz: run that command20:52
bumblefuzzBootCurrent: 000420:52
bumblefuzzTimeout: 1 seconds20:52
bumblefuzzBootOrder: 0004,000020:52
bumblefuzzBoot0000* Windows Boot Manager20:52
bumblefuzzBoot0003* Windows Boot Manager20:52
bumblefuzzBoot0004* ubuntu20:52
TJ-bumblefuzz: that looks OK then, it can be read. So we need to know why grub-install reported "failed to register the EFI boot entry: Operation not permitted" ... the clue would be in earlier lines it wrote, do you still have those?20:54
bumblefuzzno20:55
bumblefuzzI'm worried about restarting my machine now20:55
TJ-bumblefuzz: issue the grub-install command manually to see if it fails again, and capture the error20:57
bumblefuzzInstalling for x86_64-efi platform.20:57
bumblefuzzgrub-install: warning: disk does not exist, so falling back to partition device /dev/sda2.20:57
bumblefuzzgrub-install: warning: disk does not exist, so falling back to partition device /dev/sda2.20:57
bumblefuzzgrub-install: warning: disk does not exist, so falling back to partition device /dev/sda2.20:57
bumblefuzzgrub-install: error: disk `hostdisk//dev/sda2' not found.20:57
intman32Hi20:57
intman32.20:57
TJ-bumblefuzz: what command are you issuing?20:57
bumblefuzzgrub-install20:58
TJ-bumblefuzz: OK, so there is some kind of underlying disk change /config change affecting it20:58
bumblefuzzI haven't done anything...20:59
sarnoldbumblefuzz: do you have both grub-pc and grub-efi-amd64 installed?20:59
bumblefuzzhow do I check20:59
bumblefuzz?20:59
sarnoldbumblefuzz: dpkg -l 'grub-*', look for the 'ii' lines21:00
TJ-bumblefuzz: show us "pastebinit <( lsblk; sudo blkid; cat /boot/grub/device.map 2>&1 )"21:00
bumblefuzzhttps://paste.ubuntu.com/p/cMGr7cwJZk/21:00
TJ-bumblefuzz: hmmm!21:03
bumblefuzz?21:03
TJ-bumblefuzz: means I need to think about it :) nothing obvious so far21:03
bumblefuzzoh21:03
TJ-bumblefuzz: /dev/sda2 is the EFI system partition, and is mounted, but GRUB's internal probing functions don't find it21:04
TJ-bumblefuzz: show us "pastebinit <( apt list --installed 'grub*' ) "21:04
bumblefuzzhttps://paste.ubuntu.com/p/mC3TRNk6Qj/21:05
sarnoldbumblefuzz: do you have a /sys/firmware/efi directory?21:06
bumblefuzzyes21:06
TJ-bumblefuzz: as sarnold correctly deduced; it looks like you've somehow got both grub-pc and grub-*-efi installed, and they conflict; for EFI booting grub-pc shouldn't be installed21:08
bumblefuzzthat's weird21:08
bumblefuzzwhat's are those?21:08
bumblefuzzor what's the difference?21:08
sarnoldso.. I've not seen a case like this before, but my current guess on how to handle this is to install grub-efi-amd64 and uninstall grub-pc with a command like: sudo apt install grub-pc- grub-efi-amd64  -- and then once that's done, run sudo dpkg-reconfigure grub-efi-amd64  to make sure it's set to install to the right place21:09
bumblefuzzthis is almost a stock install21:09
sarnoldthe grub-efi-amd64 is for booting EFI / UEFI systems, grub-pc is for booting pre-EFI systems, or EFI systems that have been configured to use CSM aka Legacy21:09
TJ-grub-pc{,-bin} are for BIOS boot method; grub-efi-* are for EFI boot method, and your info shows the system is using EFI21:09
bumblefuzzthat command gave the same error21:10
bumblefuzzyeah, I have EFI21:11
bumblefuzzand that command gave the same error21:11
TJ-bumblefuzz: try "sudo apt remove grub-pc; sudo apt install grub-efi-amd64"21:11
bumblefuzzGRUB failed to install to the following devices:                                     │21:11
bumblefuzz                │                                                                                      │21:11
bumblefuzz                │ /dev/sda2                                                                            │21:11
bumblefuzz                │                                                                                      │21:11
bumblefuzz                │ Do you want to continue anyway? If you do, your computer may not start up properly.  │21:11
bumblefuzz                │                                                                                      │21:11
bumblefuzz                │ Writing GRUB to boot device failed - continue?21:11
xtaoi've got both grub-pc and grub-efi-amd64 as well and mine is a clean install of 20.10. nothing strange about it21:11
xtao(mine boots from bios)21:12
TJ-bumblefuzz: answer 'yes'21:12
bumblefuzzthat second command worked21:12
TJ-xtao: on 20.04 grub-pc declares a Conflicts/Replaces on grbu-efi-amd6421:12
chaslinuxSeem to be currently having issues with the ca.archive.ubuntu.com, when I replace it with us.archive.ubuntu.com no issues.... (in Canada, wondering if there are other reports of this).21:12
Aavar_I have quite a few extra boot options in my UEFI boot menu that I would like to remove (old distros that is not installed). I see directories with the same names in /boot/. Can I remove them to get rid of the unused entries?21:12
TJ-bumblefuzz: OK, now try "sudo grub-install /dev/sda" and hope21:12
TJ-Aavar_: yes; see "man efibootmgr"21:13
bumblefuzzshould it be /dev/sda2?21:13
bumblefuzznot /dev/sda ?21:14
TJ-bumblefuzz: /dev/sda21:14
TJ-bumblefuzz: install wants the physical device NOT a partition21:14
bumblefuzzInstalling for x86_64-efi platform.21:14
bumblefuzzgrub-install: warning: Internal error.21:14
bumblefuzzgrub-install: error: failed to register the EFI boot entry: Operation not permitted.21:14
TJ-bumblefuzz: if it weren't that we know efivars is mounted, I'd think the system had booted in BIOS mode!21:15
bumblefuzzwell, I'm totally confused21:15
TJ-bumblefuzz: let's grab detailed logs. run "sudo grub-install -v /dev/sda |& tee /tmp/grub-install.log" then show us "pastebinit /tmp/grub-install.log"21:16
bumblefuzzhttps://paste.ubuntu.com/p/sGdN6ZCz29/21:16
TJ-bumblefuzz: this is beginning to look like a bug in the PC's own firmware, not Ubuntu. It looks like the firmware on the motherboard is refusing to accept the updated boot menu entry21:19
TJ-bumblefuzz: it doesn't really need to add one anyhow since it is already there.21:19
TJ-bumblefuzz: show us "pastebinit <( efibootmgr -v )"21:20
bumblefuzzhttps://paste.ubuntu.com/p/qzb2Dr6Vfq/21:20
bumblefuzzhow do I tell the motherboard firmware people about this?21:21
TJ-bumblefuzz: the entry is already there so it won't fail to boot - but it seems/feels like the firmware has developed a problem and is refusing writes. This was an issue several years ago with certain makes/models of systems. What make/model is that? "journalctl -k | grep DMI:"21:22
bumblefuzzPRIME X570-P, BIOS 2812 11/04/202021:22
bumblefuzzare you able to file a bug with them?21:23
bumblefuzzI mean, is there even a way to do that?21:24
TJ-bumblefuzz: it's unclear if it is a bug, but if there's a new firmware ("BIOS") available it might contain a fix21:24
bumblefuzzwell I reinstalled ubuntu after upgrading to the latest firmware21:25
bumblefuzzthat's what this is running21:25
bumblefuzzthat's when all this started21:25
TJ-bumblefuzz: anyhow, the earlier GRUB issue is solved so the system should reboot without a problem, based on what I've seen21:25
TJ-bumblefuzz: ouch!? so the latest firmware might contain a problem?21:25
bumblefuzzbut how would I file a bug with them21:25
bumblefuzzor notify them of the problem?21:25
TJ-bumblefuzz: I wonder if the new firmware prevents over-writing an existing entry21:26
TJ-bumblefuzz: I have no idea; it's Asus!21:26
sarnoldI wonder if there's anything in the bios screens like "protect boot order" or "prevent boot viruses" or something similar?>21:26
bumblefuzzok, I'm going to try and reboot and I'll check21:27
bumblefuzzfingers crossed21:27
sarnoldI thought I'd seen a bug report once where foundations folks asked for more details on this one, but can't find the bug report again :(21:28
bumblefuzzwell it reboots21:31
bumblefuzzand I didn't see an option to protect the boot order21:31
bumblefuzzwhere in the logs did you see that the mobo isn't accepting writes?21:32
TJ-bumblefuzz: I didn't; I inferred that from the error message21:33
bumblefuzzhow?21:33
TJ-"Operation not permitted"21:33
bumblefuzzbut how do you know it's the mobo and not something else?21:34
TJ-bumblefuzz: in the background grub-install is calling "efibootmgr -c -d /dev/sda -p 2 ..."21:35
TJ-bumblefuzz: because efibootmgr is calling EFI functions provided by the motherboard firmware21:35
TJ-bumblefuzz: it does that via the 'efivars' file-system, and we checked it is mounted read-write 'rw'21:36
bumblefuzzso, if it's mounted rw, how can it not be permitted to write?21:38
TJ-bumblefuzz: as I've said; possibly a bug in the firmware21:40
bumblefuzzthere's no way to check for anything deeper?21:40
TJ-bumblefuzz: you could try manually adding a new boot menu entry in another slot using efibootmgr manually, to test if its a general write issue, or just not allowing replacing/editing an existing entry21:43
bumblefuzzis that easy to do?21:43
TJ-bumblefuzz: see the manual "man efibootmgr"21:44
bumblefuzznah I don't understand it well enough to do it alone21:44
=== lucenera9 is now known as lucenera
bumblefuzzok, I'm leaving a reply with Asus21:52
bumblefuzzwhat's the one liner I need to use to describe this?21:52
romraysterHey guys, I have a CUPS server and I am looking for some kind of webapp where people can upload and print pdfs from a web interface (which integrates with the CUPS server). Any suggestions?22:01
sarnoldbumblefuzz: I think "'operation not permitted' when trying to update EFI boot order"22:04
sarnoldromrayster: if your users are on your network you could make the printer available via firefox or chromium-browser or whatever as a standard remote printer thing22:05
romrayster@sarnold: Like a plugin? I couldn't find a default upload & print option in the CUPS interface.22:06
blueeagleromrayster: I've not heard of any such implementation, but it should be possible to make something with http://www.nongnu.org/phpprintipp/. Not sure if you would want to expose CUPS to the web, though.22:07
blueeagleromrayster: There's also the cups-ipp api for PHP.22:08
sarnoldromrayster: our friends at arch have some intrustructions on a few different ways to share cups https://wiki.archlinux.org/index.php/CUPS/Printer_sharing22:09
romrayster@sarnold @blueeagle thanks for the links, I'll check them out. I'll probably go for a browser plugin solution, coding my own will be too much work for now.22:11
blueeagleromrayster: a "browser plugin" would need network connectivity to the printer. If you already have network connectivity with the printer then sharing it via SMB is preferable.22:11
romrayster@blueeagle : it's available on the network, I have the server available on the private net. It's just that we do homeoffice and on our corporate machines we cannot install drivers. So for printing we always go over the phone. IPP or SMB plugin should work.22:17
tomreynyou really just need a html page with some javascript, and an iframe, where you let the use load the pdf file into, which the javascript code then prints. (no, i won't provide the code ;-) ).22:21
romrayster@tomreys : thanks for the input, I am sure it's manageable with not too much effort. I am just very surprised that it does not yet exist. It sound to me like a solution every corporate or copy shop could use. Role based access to printer over webinterface instead of rather complex setup on each individual and different machine.22:26
blahboybazIs there a way to find out what sd card reader I have on my laptop? I think I can see a slot where it may go but I'm not familiar with these devices and want to be sure I get the right card when I buy one22:31
blueeagleromrayster: I'm sorry, but you're setting up a CUPS server to print on a printer and you don't have the authority to install printer drivers on the workstations? Do you have authority to set up the print server then? o.022:33
blueeagleblahboybaz: `lsusb` or `lspci` would probably list it.22:33
blueeagleblahboybaz: If it is recognized, that is.22:34
romrayster@blueeagle: I have a small board in the home network with the CUPS server. It's not the working stations22:34
Bashing-omblahboybaz: Curious too if ' sudo lshw -C Disk -short ' shows the reader.22:35
blueeagleromrayster: Ok, I am sorry, I misread that. If your IT dept doesn't remote in to allow those driver installs they need some new people tbh.22:40
romrayster@blueeagle : thanks, it'a big public institution, don't think I can do much there but I can request. Homeoffice has been a challenge they have not manage to master yet.22:41
blueeagleI've worked for two companies during the last year, both with 5000+ employees, and what we did was make drivers for the most common brands available in software center (MECM), and that has worked quite well. Then again we don't have too many people at home needing to print stuff.23:10
olspookishmagushello, is there a boot option that will prevent the live media (CD/DVD) from entering it's DE?23:17
oerheksolspookishmagus, bios password and lock down usb boot, if such option is available.23:20
sarnoldoerheks: my guess is olspookishmagus is hoping to get it to boot to command line, instead of gui23:21
sarnoldmaybe 'text'?23:21
oerheksoh, i understand not booting a live iso.23:21
sarnoldit'll be interesting to find out if either one of us guessed correctly :)23:23
blueeagleolspookishmagus: If you edit the boot option and add a "3" after "quiet splash" you should boot into runlevel 3. At least back in the day.23:23
tomreynolspookishmagus has quit (remote host closed connection.)23:24
TJ-blueeagle: runlevels went out years ago!23:24
Hackwarhi folks, I've bought myself the parts for a new homeserver and while I wait for their arrival, I wanted to decide what I want to install on it. I need primarily a NAS, but I'm also using it for some development work and as a multimedia center. My last system had Ubuntu Server, Virtualbox, a bunch of VMs, btrfs for the NAS filestorage and phpvirtualbox as well as webmin for administration.23:24
blueeagleTJ-: Well, hence the "back in the day".23:25
HackwarThat whole setup is a few years old and probably outdated. For example I used mdadm for the software raid and btrfs on top of that.23:25
TJ-blueeagle: :)23:25
TJ-Hackwar: mdadm is fine23:25
quadrathoch2Hackwar btrfs is also fine, as long as you use raid0, 1 or 1023:25
quadrathoch2without mdadm23:25
TJ-Hackwar: LVM might be a better option so you can allocate complete LVs to VMs and so on, and grow storage as needed23:26
quadrathoch2I would probably switch out virtualbox with libvirt, but that's it23:26
HackwarMy plan was to start with 2 disks with a RAID10 across both disks, which later is extended to 4 disks.23:26
olspookishmagusthanks blueeagle exaclty what I wanted23:26
TJ-Hackwar: I'd start with RAID1 - redundancy trumps performance23:26
olspookishmagusthank you too oerheks tomreyn23:26
blueeagleolspookishmagus: Did it work? o.023:26
olspookishmagushaven't tried it yet, but I trust it will23:27
quadrathoch2I would agree on raid1 first23:27
blueeagleolspookishmagus: Don't. :) Last time I tried that, people were still using lilo.23:27
HackwarTJ: Do I have to define beforehand that the disks shoudl be run as RAID10 or can I first make it a RAID1 and then later extend it?23:27
Hackwarto RAID10 that is.23:27
olspookishmagusI was recalling putting "single" in boot options but that would put me into runlevel 123:27
quadrathoch2with btrfs you can convert it online23:27
olspookishmagusand I forgot about good ol' rc.d runlevels23:27
tomreynolspookishmagus: hey, good to see you're still around. i was afraid this coul dbe another case of 'user asks question, gets 10 responses, disconnects.'23:27
olspookishmaguswhat was wrong with lilo anyway?23:28
TJ-olspookishmagus: best modern way is simply: "systemd.unit=multi-user.target"23:28
Hackwarok. I have little knowledge about the right virtualisation system and I've been messing around with both Virtualbox and will need Docker in the future. Can I run both simultaneously? Or which one should I use?23:28
TJ-olspookishmagus: that starts a full non-GUI multiuser system23:28
olspookishmagustomreyn: don't worry - expect the hippies to defect when canonical announces it's co-developed next Ubuntu OS with Microsoft ^^23:28
quadrathoch2Hackwar yes you can just run both (they don't interfere with each other)23:29
olspookishmagusthat's even better TJ-23:29
olspookishmagusthank you23:29
TJ-Hackwar: VMs with libvirtd/qemu/kvm are orthogonal to docker and containers23:29
sarnoldolspookishmagus: lilo couldn't address more than 2gigabytes or something, and iirc it didn't have any boot-time selection ability. if it didn't work, you had to grab rescue media.23:29
sarnoldolspookishmagus: and if the filesystem *moved* your kernel data as part of a defragmenting? *toast*23:30
olspookishmagusah the memories23:30
Hackwarok, thanks. Will investigate from there.23:30
olspookishmagusbtw, thank you too sarnold and oerheks23:30
sarnoldolspookishmagus: the number of times I saw LI LI LI LI ... hehe23:32
olspookishmaguswell on the other hand you could even render a disc useless and destroy it's data if you entered WRONG CHS on BIOS too23:40
sarnoldI managed to avoid that :D23:40
olspookishmagusI usually do tasks like zero-fill and drive and then confirm it23:41
olspookishmagusso I don't need DE for this23:42
TJ-is someone going to mention "debug c800:5" to format an RLL HDD next?23:42
sarnoldTJ-: not me! :) before my time23:43
kk4ewtTJ i havent seen that since 1989 (also worked for mfm hd as well)23:43
kk4ewtwestern digitial controllers23:44
TJ-kk4ewt: mfm/rll yeah; WD mostly; :ccc for adaptec23:44
TJ-IDE was so wonderful and magical when it arrived23:44
=== SWAT_blue is now known as FBI
=== FBI is now known as Guest85329
olspookishmagusanyone else indexing the ICs found on HDDs?23:49
olspookishmaguse.g.: spindle motor IC23:49

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