/srv/irclogs.ubuntu.com/2020/08/25/#ubuntu.txt

guivercarooni, I'd check you have plenty of disk space, homework if you rely on Qt4 or python2 apps/scripts/etc00:14
=== isolier3 is now known as isolier
tripleb20.04 re DE. I have no alternatives for DE on the login screen (that I know of) but I altered things so there is a top panel -- applications Places (space for shortcuts, space, space for shirtcuts, system icons time, last icon (about, logout... shutdown). Also a bottom panel taskbar, workspaces. --- I want to go back to vanilla 20.04 Ganome. How do I do that?00:33
tripleb((flashback sounds familiar but nothing on the login screen.))00:33
tripleba recent study found that COVID-19 transmission was 18.7 times higher indoors than outdoors01:03
tripleboops01:04
Apachez¯\_(ツ)_/¯01:14
=== zbenjamin_ is now known as zbenjamin
=== feodoran is now known as Guest99462
=== feodoran_ is now known as feodoran
=== nt0_ is now known as nt0
turbogingerAnyone here pretty good at trouble shooting vnc / xserver issues?04:16
turbogingerI seemed to have delted my xservers or something. X11vnc connects but then breaks.04:17
moonfmdesireHi I am trying to add a printer in ubuntu 20.04, an hp04:29
moonfmdesiremodel # laserjet p1000604:29
moonfmdesireI tried hp lip, no dice04:29
moonfmdesirethe add printer dialog in default ubuntu, no dice04:30
moonfmdesireany ideas?04:30
moonfmdesireThe interface sees the printer but the printer will not...print.04:31
moonfmdesireCUPS is not working either04:36
moonfmdesireAnyone home?04:37
guivercmoonfmdesire, people will respond when/if they're able to help04:38
moonfmdesireI guess the problem is too deep, then.04:38
furycd001HI guys.. I have a lenovo monitor connected to my laptop via hdmi. Using xrandr I'm trying to set a non-native resolution of 1920 x 1080 to match my laptop. It works but I get a box with the following text bouncing around the screen.. "Input Signal Out of Range. Please Change to 1366 x 768 @60Hz" Is there any way I can chnage to a non-native resolution without this box appearing & bouncing around the screen :?05:22
turboginger@fury -- unless I am mistaken you can only set to a 'non-native' res if it is <= your max res.05:28
turbogingerso if your monitor has a max res of 1366x768, that might be it05:28
furycd001Yea that's the max resolution for the monitor because I checked. It's just that I can changed the resolution to 1920x1080 no problem. The box bouncing around the screen is terribly annoying so I just end up switching back to 1366x768....05:30
celrocAmaulHi all, I've been out of the Linux loop for a hot minute, and just wanted to sanity check something before I tried it.  With EFI, it should be possible to install Ubuntu to, say, an external hard disk or USB thumb-drive without even touching the internal drives, if I'm not mistaken?  And then if the external drive isn't present, the computer will just boot Windows as previous, like nothing's ever happened?05:34
celrocAmaulAh, sorry, I think I meant UEFI05:38
furycd001You can definitely install Linux to an external drive without touching the internal. If you set the external drive to boot first in the bios boot menu, your computer should automatically switch to the main internal drive if it can't boot from the external one. Could be wrong....05:53
furycd001Well my old dell dimension worked like that....05:54
celrocAmaulfurycd001: Thank you!  :-D05:55
furycd001Not a problem :)05:55
furycd001Oh & if your worried about installing to the wrong drive or anything you could always disconnect the internal drive while doing the installation. That's what I did the first time I installed to an external drive....05:56
celrocAmaulfurycd001: I've been reading through the guides on it, and it looks like I mainly need to creat a UEFI partition on the external drive, mount it to /boot/efi and set the "boot" flag.  The only thing that I'm a little fuzzy on at the moment is how the Ubuntu installer will know to use the external drive's UEFI partition and not touch the internal one05:57
celrocAmaulfurycd001: That's a really good idea.  I might just do that to double-ensure that I don't muck things up lol05:57
twbin Ubuntu 20.04 default GUI (gnome-shell, I guess?), is there a way to run a foo.sh script from the file manager?  Double-clicking opens an editor.  Right-click context menu doesn't offer anything like "just run the thing"05:57
twbI can spin up gnome-terminal I'm just wondering if there's still a GUI way05:58
furycd001Yea I was worried the first time, but after doing it a few times I was fine....05:59
furycd001Gimme a sec I'm looking for a link I have on uefi....05:59
celrocAmaulfurycd001: By the sounds of it, you've installed it without detaching the disk, and everything worked fine?05:59
furycd001Yea everything working fine as far as I could tell....06:01
matsamantwb: yes of course06:03
celrocAmaulfurycd001: Thank you kindly, that helps put my mind at ease ^.^06:03
twbmatsaman: OK, cool.  Where should I be looking?06:03
HashtagI've done this before but I forgot how... how do you change the permissions of a directory so you can mess with the contents without having to sudo every time?06:04
matsamantwb: you should at most have to associate it with an executable that just passes it to a terminal; most terminals have a param for executing a particular command or path06:04
furycd001This was the link I found whenever I was trying to boot the netinstall.iso from efi on a 2009 white macbook....06:04
furycd001https://www.onetransistor.eu/2015/12/install-ubuntu-minimal-cd-uefi-enabled.html06:04
celrocAmaulfurycd001: Oh, thank you, I'll definitely give that a look06:05
twbmatsaman: oh OK.  I didn't mean to run in a terminal at all, just execute it the same as if I did alt+f2 /home/alice/foo.sh"06:05
twbmatsaman: I did find the file association thing but it didn't offer gnome-terminal.desktop for text/x-shell-script or whatever06:06
twbmatsaman: I can sort that out if that's the only way06:06
furycd001As long as you set up the drive correctly & then select the right one during the installation everything should be fine :)06:06
twbmatsaman: in the old days nautilus would just run stuff if you double-clicked on it06:06
matsamantwb: no you can run it without a terminal open, too, a command is a command06:06
matsamantwb: you won't get much visual feed back or confirmation, though, unless you bake it in, though of course06:07
celrocAmaulfurycd001: Ohhh!  And I bet I can go into the installer, click the internal drive's EFI partition, and choose "Do not use this partition" to unset it altogether!  Thanks man, I think that was the missing piece of the puzzle that I'd needed!06:08
furycd001@Hashtag: you could use the following to change the folder permission to your user. Just change $USER to your user & the folder location at the end.... sudo chown -R $USER ~/.locationforfolder06:09
furycd001I've never noticed that before, but you probably could do that. Glad I could help....06:11
Hashtagfurycd001: Ah, that is explains it. The directory was owned by root06:12
furycd001Would explain why you've needed sudo lol....06:13
furycd001n06:31
kevrmy vim plugins stderr is just painting on top of my buffer now, im not sure what i changed: https://i.postimg.cc/50Lf5rTd/error.png06:52
kevrany tips on debugging this through vim?06:52
nikolamHi, what is the best way to debug/save debug information, When I have screen freezing after comping back form Standby?07:08
nikolamIt had AMD graphics, (7850) and I can log into machine via ssh.. but screen is frozen, yet mouse cursor is able to move07:09
nikolamBoth ps/2 and USB mouse are able to move mouse cursor but all the rest of the X session is frozen (also Ctrl+Alt+F1, F2.. doe snot react on keyboard press.. I also tried USB and PS/2 keyboards07:10
nikolamI think it has something to do with firefox "i think". when coming back form the Standby state07:10
nikolamand possibly graphics driver.. (Graphics have separate power supply as disks too, and it didn't went into standby mode)07:11
nikolamI had something like this before/recently (after 20.04) and I think it does not happen IF Firefox is not running after coming back from the standby.07:12
luna_Firefox 80 is released now07:12
nikolamI started typing something into Firefox in some web page form and screen freezes07:13
nikolamCan I collect some debug data, since I can ssh to machine, before restart?07:13
matsamannikolam: sure you can't just killall firefox and avoid the restart?07:14
nikolamthere are some threads named "Web Content" and "WebExtensions" eve I just killed firefox07:14
nikolamwhen I try to kill them, they are now <defunct>07:16
nikolamand can't be removed witth kill -9 anymore07:17
nikolamI have ssh -X session so I am collecting with apport-collect about X server07:20
nikolamMaybe the problem is that graphics card external power, does not also cut-off/goes into standby, when machine goes into standby and then driver misbihaves after coming back from standby, but that is  a new since 20.0407:22
lotuspsychjenikolam: easy on the enter button please, try to ask 1 question then patiently wait until volunteers reply07:23
nikolamapport-collect reported it managed to send debug data, but failed to open firefox over ssh -X, it detected firefox running.. even not running.07:24
nikolamlotuspsychje, any suggestion how to collect more debug data before reboot.. apport-collect said it maanged to send some debug data but couldn't open firefox to, presumely log into Launchpad and post a bug report.07:26
=== billybigrigger4 is now known as billybigrigger
InteloMy headphones/ laptops speakers dont work for any audio when I have pluggin behringer um2 audio interface for handheld mic. What can be wrong? is this normal?  https://imgur.com/o4qLe5i.png   https://imgur.com/olU6x2g.png08:39
viranHey, i've got a new machine, with an auros+570x motherboard, after installing ubuntu, do i need to install anything else to ensure the motherboard is working a peek performance?08:40
viranchipset drivers... etc08:40
halvar409:27
=== halvors1 is now known as halvors
rtyuiophi there09:40
rtyuiopgetting this kind of message : https://pastebin.ubuntu.com/p/bNrw5jGjVS/ with rsync09:42
rtyuiopbash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf-8) i don't know why ?09:42
shailangsawhy are you using rsync?09:44
=== halvors1 is now known as halvors
rtyuiopwhat is the issue with rsync i m not aware ?09:47
shailangsawhere are you syncing from?09:51
rtyuioplocal to remote09:54
shailangsahave you ran tried to sync it from the remote side?09:57
rtyuiopno09:58
rtyuioplet me check09:59
rtyuioprsync not yet present on remote server09:59
shailangsahave you tried to use wget?10:01
jpdsrtyuiop: rsync needs to be installed on both sides for you to use it10:01
rtyuiopok thanks10:02
=== mnemonic is now known as Guest74635
iseneNeed help with Letsencrypt. I followed a broken howto on how to fix renewal of my cert. I ended up deleting the domain under the letsencrypt directories archive, live and renewal. Now, I cannot get the certs reinstalled. See https://paste.ubuntu.com/p/VSm3htNwnN/ How can I reset the whole shebang?11:05
iseneServer is 18.04 running Apache/Mediawiki over at DigitalOcean11:06
shailangsadid you restore the certificate file?11:08
iseneWhen I try running ' sudo certbot certonly -d d6gaming.org ' - I get to this (and don't know what to do): https://paste.ubuntu.com/p/W9qghdyPJR/11:11
lotuspsychjeisene: are you on ubuntu-server?11:18
lotuspsychjeisene: try asking at #ubuntu-server perhaps11:18
isenelotuspsychje: OK11:20
=== beaver|bbl is now known as beaver
iseneFixed it :-)11:27
leeyaahello11:51
leeyaaany tip how to debug network resets? https://bpa.st/GT5Q11:51
leeyaait happens under heavy load. eventually the machine dies and i have to reboot it11:51
pyzozordhey my chromium doesn't have knetic scrolling, can someone help?11:56
radrawjq package is broken in Ubuntu 20.04 repository ? Try of install with "apt install jq" fails with the following error message:  File has unexpected size (1296 != 50232). Mirror sync in progress?11:58
yeatsradraw: try 'sudo apt update' then try again12:00
radrawI already tried that, and tried different mirrors but effect is the same.12:05
furycd001#pyzozord: knetic scrolling may be disable for whatever reason. You can go into the flags section of chromium & enable it there I think.. chrome://flags/#smooth-scrolling12:11
sub526Need help in configuring the watchdog service in Ubuntu 16.04. Basically i'd like to know how to get the verbose logging enabled? From this logging , is there a way to confirm the last reboot reason is due to watchdog timeout?12:18
BluesKajHi all12:20
shailangsahello12:21
shailangsaverbose logging for where?12:25
sub526shailangsa: watchdog daemon writes to the watchdog  device every interval. I want these messages is written into the syslog12:29
sub526sudo service watchdog start12:33
OiYouYeahYouHi, I have an issue where the "Show Applications" menu is not showing any installed applications nor am I able to search for applications. I'm on the latest Ubuntu using GNOME12:41
gideonhi12:57
gideonis there an op available ?12:57
gideoni need to make a complaint. Pricey  is offering me  to buy crack via PM.12:58
BluesKajgideon, just use "ignore"13:03
gideonPricey is offering me to purchase "Ubuntu crack".13:04
gideonwhatever that means13:04
furycd001@gideon: Some useful links,  but yea just ignore....13:04
furycd001https://wiki.ubuntu.com/IRC/IrcCouncil && https://wiki.ubuntu.com/IRC/IrcTeam13:04
OiYouYeahYoufixed my issue it by resetting `org/gnome/desktop/app-folders`13:04
Intelohow to set something as 'default' input/output for all apps?13:23
Intelohttps://imgur.com/o4qLe5i.png   https://imgur.com/olU6x2g.png13:23
=== marcustomlinson is now known as marcustomlinson1
dbuggerFellas, I need help. I am going insane. I have a clean install of 20.04.1 and whenever when I log in, my monitors are set up like this (https://paste.pics/9X1CM). I want to set them up like this (https://paste.pics/9X1CS), but when I click the "apply" button, they always end up like this (https://paste.pics/9X1D5)13:34
dbuggerWhat the hell is going on??13:34
dbuggerI am using nvidia-driver-440, btw. I tried switching to 435, but then it is even worse... my X server will not even initiate.13:35
dbuggernouveau works fine, but yeah... performance...13:36
dbuggerI have no idea what to do now13:36
=== marcustomlinson1 is now known as marcustomlinson
furycd001@dbugger: not sure if this will help, but under display there should be a drop-down for rotation....13:52
KatronixGreetings all, just installed Ubuntu on a HP Omen computer, under Windows the sound works fine. Under Ubuntu however while it claims its playing sound nothing comes out of the speakers. Windows detects the sound card as a Realtek, Ubuntu detects it as a Starship/Matissse HD Audio Controller14:11
KatronixAny suggestions?14:11
KatronixI've tried the suggestions here: https://askubuntu.com/questions/1242766/ubuntu-20-04-dummy-output-no-sound-card-in-use and it seems that I don't have timidity installed14:18
coconutWill firefox 80 come to focal ?14:41
lotuspsychjecoconut: kep your system up to date14:50
coconutlotuspsychje, always doing that14:50
crorafhttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/1892714 what does this mean: you need to remove "options snd-hda-intel dmic_detect=0", and upload a new dmesg with that removed.15:08
ubottuLaunchpad bug 1892714 in linux (Ubuntu) "Microphone not working on HP Omen 17" [Undecided,Incomplete]15:08
crorafwhat is dmesg, is this another apport-collect 1892714?15:08
tomreyncroraf: you must have a coniguration in /etc/modprobe.d/ which passes this option to this module15:11
crorafI know how to remove this option15:11
tomreyncroraf: dmesg is a command you can run, it prints the kernel log15:11
croraf(althouhg my pc crashes without it)15:11
crorafSo he wants me to restart with this option. Do a dmesg command and past somehow? tomreyn15:12
tomreynapport automatically gatehered the dmesg output when you ran ubuntu-bug / apport to collect logs15:12
tomreynthe request is that you disable the module option and reboot, then run dmesg, captuire its output to a file, and attach this file to the bug report15:12
tomreynhui has a @canonoical.com email address, so we should assume this is a serious request, not just a random person trying to give clues.15:14
zambaanyone worked with librosa? i have a set of very long audio files in mp3 format (each file is around 24 hours long) and i want to handle all these files as a continous stream and then detect whenever there's sound above a certain threshold in these files.. anyone done something like that?15:15
leftyfb!ot | zamba15:18
ubottuzamba: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!15:18
leftyfbzamba: please try #ubuntu-offtopic for software recommendations15:18
aroonijust upgraded to 20.04 and its great; but not sure what this recycle icon is or how to get rid of it https://imgur.com/a/8Oeu2iT15:55
arooni(far left icon)15:55
=== dominic35 is now known as dominic34
tomreynarooni: have you tried clicking it?15:58
aroonitomreyn: i have; its a mystery16:01
aroonihttps://imgur.com/a/DXeLKic16:01
tomreynarooni: this doesn't look like a default 20.04 ubuntu desktop anyways. my guess is this is a reboot prompt after updates were installed. but... just a guess.16:04
arooniwell i do have some gnome shell extensions installed16:05
aroonibut nothing too crazy16:05
ledeniarooni: it is openweather extension  and dont load weather for location you set16:05
arooniyay!  mystery solved!16:06
lotuspsychjewhat a fast solution oO16:06
arooniaccording to https://extensions.gnome.org/local/ ; i dont have have openweather installed16:07
aroonii did though when i logged in; maybe i need to restart16:07
aroonii uninstalled some16:07
aroonibrb in a bit16:07
tomreynapt list gnome-shell-extension-weather16:07
viranI need to shutdown the window server / GUI service to update my display drivers (CUDA) .. how do i get to that state?16:23
leftyfbviran: log out and/or reboot16:27
leftyfbviran: a reboot would be best when messing with video drivers16:27
viranhow do i boot back into 'text mode'16:27
viranleftyfb16:28
leftyfbviran: why do you need that if you're playing with video drivers?16:28
virani need to install something called Cuda 11, it will not let me install while the Nvidia drivers are in use... i need to reboot into a state where they are not used16:29
tomreyn!recovery | viran16:31
ubottuviran: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode16:31
leftyfbviran: maybe try: sudo systemctl stop gdm16:31
viranwill try, thanks16:32
tomreynsystemctl isolate multi-user.target16:32
=== Tw33k is now known as Guest14731
viranworked fine, thanks16:39
=== tucked is now known as disi
disianyone out there use a custom umask? why (not)?16:44
CuChulaindHello. In gnome I an attempting to enable screen share. Sharing is enabled, when I turn on screen sharing I check the allow connections box, access options is require a password, and down below for Networks is says No networks selected for sharing16:45
CuChulaindI can not get past the point. Any ideas on what else needs to be enabled?16:45
tvnn5rYou guys remember when Ubuntu had an option to install within Windows without partitioning?16:55
leftyfb!wsl | tvnn5r16:56
ubottutvnn5r: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide16:56
arooniwhats everyones favorite new features of 20.04 that you didnt have in 18.04; it certainly feels snappier and i like that i can login with fingerprint auth17:03
arooni*what are17:03
lotuspsychje!discuss | arooni17:08
ubottuarooni: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!17:08
=== sammy is now known as Guest84505
rangergordRemember a long time ago when Ubuntu provided a way to install it from Windows, where it would write to a virtual filesystem located in C:/Ubuntu/disk.whatever ? Basically a way to run Ubuntu natively without touching the partitions? What was the name of this feature?17:59
aroonidoes anyone notice that with a bunch of gnome extensions installed the clock/date gets pushed farther and farther right so its either partially visible or not visible at all?18:04
KonTh3D0n/join ##weather-mi-us18:11
KonTh3D0n 18:11
RonWhoCaresHP520Can anyone tell me what I should be doing?   https://askubuntu.com/q/1269939/45333618:13
MazinKaesaranyone is using Ubuntu on DELL Precision M4800?18:17
DWSRHi all, are there instructions anywhere on how to build a custom Ubuntu image for a Raspberry Pi? I'm trying to build an image that is as small as possible for my Pi.19:00
sarnoldDWSR: it'd probably be easier to take the existing images and apt-get purge whatever you don't want19:04
DWSRsarnold: That's my fallback, but I'd rather build from scratch repeatably than kludge backwards.19:07
sarnoldDWSR: alright, if you're feeling adventurous :) https://launchpad.net/ubuntu-cdimage  is the starting point for many of the ubuntu 'image' things -- I don't know if it is used for rpi things or not, but it's the threat I've got a hold of :)19:09
DWSRsarnold: It appears that it is: https://bugs.launchpad.net/ubuntu-cdimage/+bug/189218519:10
ubottuLaunchpad bug 1892185 in Ubuntu CD Images "RPI images must not use net.ifnames=0" [Undecided,New]19:10
DWSRThat's a helpful thread to pull on19:10
sarnoldhooray! :)19:10
eelstrebori got this issue where all my devices work just fine on my network but my son's chromebook connects to the WAP and draws an ip address - dns and gateway is correct - too bad it's so locked down to where i can't try some diagnostic tests20:51
leftyfbeelstrebor: what is your ubuntu support question?20:59
=== zkanda0 is now known as zkanda
=== Amaranth2 is now known as Amaranth
=== kinghat5 is now known as kinghat
=== arch1mede5 is now known as arch1mede
=== ladrua_ is now known as ladrua
RadioManmarnin / afternoon/evenin21:14
RadioManI have a question, concernong vpn and ubuntu21:15
RadioManhere it is21:15
RadioMani am new to the game and do not in any way need my ubuntu network manager changed to suffice a vpn, that being said, which commercial vpn will suit the needs of the casual consumer to which will not sacrifice the machines integrity.. thanks21:17
sarnoldRadioMan: any vpn provider that uses wireguard or ipsec or openvpn should work, just so long as you can install it from ubuntu's repository rather than their repository21:19
RadioMani see, great points, i have yet to set up open vpn.. thank you sarnold21:20
RadioMananything else i may need to know ? .. thank you for your time and efforts21:21
Aavar_How can I dissable showing window content whilde dragging i cinnamon?21:22
=== Aavar_ is now known as Aavar
sarnoldRadioMan: just the usual caveat that a vpn doesn't provide magical security dust -- they get to see all the contents of all your connections, so it'd be best if those are done using TLS or SSH or similar, so your VPN provider doesn't just get handed a stream of everything you care the most about21:24
RadioManthats what i was worried about sarnold , thanks for the insight. be blessed.. thank you21:25
alichtmanHey, I've got a really weird issue that popped up for me today. I turned my monitor on when I got up this morning and got a black screen. Couldn't revive it or enter any keystrokes to do anything, so I powered off the computer with the power switch. I restarted and (applied some pending updates I'd installed) now can not type all the characters on my keyboard in chat apps like Discord or Signal. Otherwise everything21:26
alichtmanworks fine21:26
alichtmanHow do I even start debugging this?21:26
RadioManhave a good day people21:27
alichtmanMy last backup is from 8 days ago so not the worst case if I just have to revert21:28
alichtmanbut this seems like it should be fixable21:28
alichtmanand is also the weirdest bug I've ever personally run into21:28
alichtmanI'm not sure if this is the right channel for this. If there's a better place, please let me know21:28
matsamanalichtman: you got space in your fs?21:29
alichtmanYeah, I should have plenty21:29
tomreynalichtman: both of these are third party applications (not supported here), and both of them are electron applications, i think. they probably have their own support channels somewhere.21:30
alichtman~200GB available21:30
alichtmanI figured this was an Ubuntu issue instead of an individual app issue21:31
alichtmanbecause multiple apps had the same problem21:31
tomreynif they're both electron apps that's another unifying factor, and one that probably only applies to those.21:31
alichtmanGotcha21:32
alichtmanDo you have any suggestions for approaching this problem, even if it's not an Ubuntu issue?21:32
tomreyn"they probably have their own support channels somewhere."21:32
alichtmanalright, thanks21:33
tomreynalichtman: which ubuntu version are you on? which character doesn't work? i got a copy of signal on ubuntu 18.04, so could try.21:34
alichtmanI'm on 20.10, and most characters on my keyboard aren't working (h,a,s,d,etc). y and f do though21:36
alichtmanI've been on 20.10 for a long time (~4 months). Never had an issue like this21:37
alichtmanfor today, I've been copying and pasting into my discord chats21:37
alichtmanAll punctuation works fine21:38
alichtmansame for numbers21:38
tomreyn!ubuntu+1 | alichtman21:39
ubottualichtman: Groovy Gorilla is the codename for Ubuntu 20.10. For technical support, see #ubuntu+1. For testing and QA feedback and help, see #ubuntu-quality.21:39
alichtmantomreyn: I'm new to IRC, what does the syntax in your last message mean?21:40
tomreynit instructs ubottu, the channel bot, to tell you what it just did21:40
alichtmanah okay21:40
alichtmanthat's cool. I didn't know IRC bots were a thing21:40
tomreynthe ubuntu releases supported here, on #ubuntu, are listed in the channel /topic21:41
alichtmanI'll hop over to that channel21:42
alichtmanthanks21:42
sarnoldalichtman: btw, do you by chance have a 'fn' button on your keyboard? or something that changes 'layers' or something similar?21:45
mindbender1Hello all22:14
aroonican i move *where* the notification window is on ubuntu 20.0422:15
mindbender1Please I need links to a guide on how to patch my kernel22:16
tomreynarooni: it's under date + time. and you can move date + time using the 'dash to panel' extension22:17
aroonitomreyn:are we talking about the same thing?  i'm talking about those pop up messages from different apps22:18
aroonilike calendar ; irc chat ; etc22:19
tomreynthere are different types of pop-up messages. but if you're referring to the gnome-shell notifications, yes, same thing.22:19
aroonignome-shell notifications i believe yes22:19
aroonibut they dont appera on the menu bar22:20
tomreynmindbender1: why?22:21
tomreynand patch how?22:21
mindbender1tomreyn, I have a patch I want to apply22:21
tomreynagainst which kernel version?22:22
mindbender1tomreyn, The kernel for 20.04 i.e , 5.4 ...22:22
tomreynhttps://wiki.ubuntu.com/Kernel/BuildYourOwnKernel22:24
mindbender1The docs on ubuntu.com seem to be advising just in case you need to contribute22:24
=== pauljw_18 is now known as pauljw
mindbender1tomreyn, what about the issue around signing?22:25
tomreynmindbender1: disable secureboot. or spend a lot of time on understanding how to properly sign it yourself and make the mainboard firmware accept that signature22:25
mindbender1tomreyn, I have already read a lot about signing22:26
tomreynto spend a lot of time, start here https://wiki.ubuntu.com/UEFI/SecureBoot22:26
mindbender1I just need that article that ties it up!22:26
tomreynit's all there, i would think22:26
mindbender1tomreyn, not really22:27
mindbender1The signing seems centered around kernel modules22:28
mindbender1Not the kernel itself22:28
mindbender1I remember reading it up on speed but can;t really get to it again22:29
tomreynhttps://wiki.ubuntu.com/UEFI/SecureBoot/KeyManagement/ImageSigning discusses how to sign a kernel image with an existing private key, you'd need to generate that key beforehand, and import the matching certificate (or that of its signing (intermedia) CA) via mokmanager22:32
jeremy31If the secure boot enforcement flag isn't set in the kernel, signed modules shouldn't be an issue22:32
xbfroghi, i have 2 laptops both running ubuntu 20.04 both fully updated both connected to the same wifi. yesterday i got a message from the other laptop in chrome that site ubuntuupdates.org cannot be reached. check your internet connection check dns..but it doesnt happen with that laptop on every site just some. this laptop "can" connect to that page what's going on?22:33
tomreynxbfrog: maybe it has a shaky wireless lan connection?22:42
tomreynthis sounds like intermittent network stability issues22:43
xbfrogok22:44
xbfrogbeen using the same desk and internet connection. just started happening22:45
xbfrogwhat would cause the connection to be unstable?22:45
xbfrognothings changed but updates22:46
xbfrogjust seems odd22:46
tomreynis the wireless chipset supported by ubuntu?22:50
tomreynif it depends on an out of tree kernel moduleyou may need to update this from the source and rebuild it.22:51
=== benfrancis2 is now known as benfrancis
mrstrangehey guys i apt-removed nginx and then i removed /etc/nginx23:52
mrstrangenow when i reinstall nginx23:52
mrstrangeit doesnt recreate the /etc/nginx folder23:52
mrstrangesuggestions?23:52
sarnoldmrstrange: try dpkg -l '*nginx*' | grep '^ii' --- then apt-get purge all those packages23:54
sarnoldmrstrange: then try again23:54
mrstrangeyes great thanks23:58

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