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

willcAfter using gparted and partitioning/formatting the drive and live booting ubuntu from USB I could see the drive and install ubuntu on it. Now when booting ubuntu from usb I can no longer see the drive00:06
willcWhat are the odds of HP writing over the boot information?00:06
=== katnip- is now known as yarddogg
dw1oh emojis already work fine.. it just wasnt pasting right through vnc00:10
Bashing-omwillc: Is this a EFI machine ? What mode in the firmware is set for booting ?00:12
willcBashing-om, https://support.hp.com/ca-en/document/c0278253900:26
Bashing-omwillc: Looking ^ .00:28
willcCould it be because i've been trying with 120gb and 240gb ssds and it seems to require 128-160?00:29
Bashing-omwillc: No - the size of the drive does not matter - however for a SSD then AHCI in the firmware is needed. The link above does not tell if this machine is EFI - Windows 7 support may be either legacy or EFI.00:37
tomreynhpqflash bios, should be legacy bios00:39
tomreynhttps://support.hp.com/ca-en/drivers/selfservice/swdetails/hp-probook-6560b-notebook-pc/5045605/swItemId/ob-99105-300:42
willcahci is enabled00:43
Bashing-omwillc: see tomreyn's hint ^ - updated bios is a good thing.00:44
tomreynthere's no update available00:44
tomreyni just looked it up to see whether it's legacy or uefi00:45
Bashing-omtomreyn: :D00:46
ldieboldCould someone help me debug a https problem I've been facing for weeks now!00:51
ldieboldI'm unable to apt-get any https packages and have tried everything I could find on the corners of the net :)00:52
tatertotsldiebold: are you chatting from the computer right now?00:53
ldieboldyes! Here is the error `No system certificates available. Try installing ca-certificates`00:53
ldiebold(I'm new to freenode, so still learning to format things nicely)00:53
ldieboldI've tried reinstalling ca-certificates, reinstalling apt, deleting all certificates in `/etc/ssl/certs`00:56
ldieboldAnd I would use http, but unfortunately some repos like jenkins and docker don't seem to have http mirrors!00:57
willcI rHmm. Apparently the system was put into hibernation mode when last shut down00:57
Bashing-omwillc: That too will do it - while Windows hybernated linux will not touch the drive.00:59
willcHere I am making trouble for ya'll over stupid things :P01:01
Bashing-omwillc: Not a trouble to attempt to help in any case :P01:05
willcupdating bios; eek!01:08
willcbricking a machine is always scary01:09
willc*potentially*01:09
tomreynldiebold: can you run this and post the url it returns? this won't make any changes to your system:   sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -y update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 </tmp/aptlog && rm /tmp/aptlog01:15
ldieboldtomreyn https://termbin.com/uu7f01:16
ldieboldAnd thankyou!01:16
tomreynldiebold: "i've tried [..] deleting all certificates in `/etc/ssl/certs`" - this won't have improved upon the situation. you will need to configure a (plain) http url for the ubuntu repositories,   sudo apt update && sudo apt install --reinstall ca-certificates01:17
tomreynlooks like you should be able to immediately reinstall ca-certificates01:18
tomreynno need to diable any repositories01:18
tomreyn(nor to reconfigure them)01:19
ldieboldI ran that command, yet am still getting the same error `Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification.`01:19
ldieboldmight be worth adding, I'm not behind a proxy. Just my home laptop with a basic router setup01:20
tomreynjust run:   sudo apt install --reinstall ca-certificates01:20
willcAfter putting in the initial HD and taking the system out of Hibernation mode, updating the bios, and shutting down properly *drum roll* - It booted up Ubuntu!01:20
* willc celebrates01:20
willcthanks Bashing-om and tomreyn for your assistance today01:20
tomreynwillc: hey, congratulations, that's good news01:20
ldieboldtomreyn, I just ran `sudo apt install --reinstall ca-certificates`, then `sudo apt-get update` and am getting the same error01:21
Bashing-om!yay | willc01:21
ubottuwillc: Glad you made it! :-)01:21
=== zbenjamin_ is now known as zbenjamin
tomreynldiebold: sudo dpkg --purge --force-depends ca-certificates; sudo apt-get -f install; sudo apt install ca-certificates01:31
ldieboldtomreyn still the same error. I'll try docker just in case this is an issue with jenkins repo (Though I'm pretty sure it's not)01:38
tomreynldiebold: sudo dpkg-reconfigure ca-certificates    #   then select Yes, and enable all the certificates listed01:40
ldieboldMight be worth mentioning that firefox works fine, and I can wget `https://pkg.jenkins.io/debian-stable`01:40
ldieboldHave tried this before, but will do it again :)01:40
ldieboldsame problem01:41
tomreynldiebold: the problem you're dealing with is that your system thinks that all CAs are untrusted, so at leats apt will fail whenever https urls are used. which is the case (only) for the jenkins apt repository on your system at this time.01:41
tomreyndid the second screen of     sudo dpkg-reconfigure ca-certificates      list many certificates, though?01:42
ldieboldYes, I'm pretty sure it listed all of mozillas standard certs01:42
ldieboldprobably about 50 of them01:42
tomreynls -lah /etc/ssl/certs/ca-certificates.crt01:43
ldiebold`-rw-r--r-- 1 root root 194K Aug 30 11:42 /etc/ssl/certs/ca-certificates.crt`01:43
tomreynhmm you said you can use wget with the https url fine, interesting01:43
ldieboldWill see if I can paste the output (I don't know if that's possible in freenode!)01:44
ldieboldwget https://pkg.jenkins.io/debian-stable--2020-08-30 11:39:22--  https://pkg.jenkins.io/debian-stableResolving pkg.jenkins.io (pkg.jenkins.io)... 151.101.30.133, 2a04:4e42:7::645Connecting to pkg.jenkins.io (pkg.jenkins.io)|151.101.30.133|:443... connected.HTTP request sent, awaiting response... 301 Moved PermanentlyLocation:01:44
ldieboldhttps://pkg.jenkins.io/debian-stable/ [following]--2020-08-30 11:39:23--  https://pkg.jenkins.io/debian-stable/Reusing existing connection to pkg.jenkins.io:443.HTTP request sent, awaiting response... 200 OKLength: 13021 (13K) [text/html]Saving to: 'debian-stable’debian-stable01:44
ldiebold100%[=====================================================================================================================>]  12.72K  --.-KB/s    in 0.003s  2020-08-30 11:39:24 (4.89 MB/s) - 'debian-stable’ saved [13021/13021]01:44
tomreyn!paste01:45
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.01:45
tomreynso, yes, wget works, validates the certificate fine01:46
tomreyndoes it also work with curl?01:46
ldieboldhttps://paste.ubuntu.com/p/WS82kxn6YG/01:47
ldieboldI thought it might be an issue with apt-transport-https, but that's getting way beyond my knowledge :/01:48
tomreynldiebold: let's see:  sudo apt-get -o 'Debug::Acquire::https=1' update 2>&1 > /tmp/log; echo $? ; cat /tmp/log | nc termbin.com 999901:51
tomreynldiebold: this should print a number and a url, tell us about both01:51
willchandy tool that nc termbin.com01:58
Bashing-omldiebold: tomreyn: "probably about 50 of them" I expect the 40 key limit is still in effect: https://ubuntuforums.org/showthread.php?t=2195579 . What shows ' ls /etc/apt/trusted.gpg.d | wc -l ' ?01:58
tomreynBashing-om: this number was about CA certificatesm not apt repository (GPG) signing keys01:59
Bashing-omtomreyn: :( I do need to read - yes !02:00
tomreynunless the first error message on https://termbin.com/uu7f is very misleading, this does not seem to be an apt reposioty GPG signing key related issue02:01
tomreynbut one about TLS (HTTPS) certificate validation02:01
tomreynwhich interestingly affects apt-get / apt-transport-https but not curl nor wget, which should be using the same CA-certificates file (/etc/ssl/certs/ca-certificates.crt)02:02
tomreynldiebold: still around?02:03
ldieboldtomreyn https://termbin.com/z5tf the number was `100`02:03
ldieboldBashing-om 2602:03
tomreynldiebold: hmm, are you sure you passed this -o 'Debug::Acquire::https=1' to apt-get ?02:04
ldieboldI believe so... I copy pasted this "sudo apt-get -o 'Debug::Acquire::https=1' update 2>&1 > /tmp/log; echo $? ; cat /tmp/log | nc termbin.com 9999"02:04
ldieboldwill try againi02:04
tomreynldiebold: oh it's my fault, the command line was wrong02:05
tomreynldiebold: sudo apt-get -o 'Debug::Acquire::https=1' update > /tmp/log 2>&1; echo $? ; cat /tmp/log | nc termbin.com 999902:05
tomreynldiebold: is this, by chance, a VM running under a windows host with a virus scanner or internet security suite installed?02:09
ldiebold100https://termbin.com/gdjk02:14
ldieboldtomreyn not a vm, and I've never installed a virus scanner02:14
tomreynldiebold: hmm, can you double check that you ran the updated command line this time?02:14
tomreynsudo apt-get -o 'Debug::Acquire::https=1' update > /tmp/log 2>&1; echo $? ; cat /tmp/log | nc termbin.com 999902:15
tomreynthis one02:15
tomreynbecause the output is the same as previously, but should not be.02:15
ldieboldI believe so, will run it again02:16
ldieboldhttps://paste.ubuntu.com/p/n3zY9YZtyr/02:16
tomreynokay, weird, there's no debugging into printed from apt-transport-https02:17
ldieboldYea I see what you mean02:18
ldieboldOh, do I have two versions of apt-transport-https installed?02:20
ldieboldhttps://paste.ubuntu.com/p/KZkN7v5wHw/02:20
tomreynyou have one installed, two available for installation02:20
tomreynlet's see this:  nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "Session: $XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";echo Shell: $SHELL)02:21
ldieboldhttps://termbin.com/wu4e02:21
tomreynokay, a standard 20.04 LTS02:22
ldieboldI upgraded to 20 from 1802:22
ldieboldThough from memory, this was a problem back when I was using 1802:22
tomreynhow about this:  sudo apt install apt-forktracer; apt-forktracer > /tmp/apt  2>&1 ; cat /tmp/apt | nc termbin.com 999902:23
ldieboldhttps://termbin.com/d9hx02:23
tomreyni am guessing that you are referring to Ubuntu 18.04 LTS and Ubuntu 20.04 LTS.02:23
tomreynoh my02:24
ldieboldThat sounds bad02:24
ldieboldphp all over the place X)02:24
tomreynit's just 'dirty', not really bad02:24
ldieboldYea, I've been developing with laravel on this laptop a while and am still learning how to clean up after myself on linux '=D02:25
tomreyncurl https://termbin.com/d9hx | grep -vF '[' | sort      then look through the list of these packages which you have installed without a respective apt repository.02:26
tomreynthose you don't recognize or know you should   apt purge PACKAGENAME02:26
tomreynbut watch out for the prompts given by apt, i.e. which other packages may be removed then02:27
tomreynwhen i say "installed without a respective apt repository" then these debian packages will never get security or bug fix updates unless you have some other mechanism to get them (you probably don't). most of them should probably not be installed like this.02:29
ldieboldAhh I see. doing some clean up now02:29
ldieboldThanks for the tip!02:30
tomreynyou have two different versions of libssl installed, this might be the cause of the apt errors02:30
tomreynwhen you're done with all of this, you may want to    sudo apt purge apt-forktracer    to clean up again.02:30
tomreynyou should also inspect the packages returned by     curl -q https://termbin.com/d9hx | grep -F '[' | sort    where    (the version number in parantheses)     is higher than     [all of the version numbers given in square brackets].02:33
ldieboldOkay, will do that next02:33
tomreynthese packages are installed on a higher package verison than any of your configured apt repositories provide, meaning you're not getting bug and security fixes for these either, and should either configure an apt repository providing these package *versions* in a way that is compatible to your 'focal' ubuntu release. or downgrade them to the version provided in your configured apt repositories (a version given in square brackets).02:36
tomreynto downgrade installed package "mypackage", version 456, to version 123, as provided by one of the configured apt repositories, run:  sudo apt install mypackage=12302:37
tomreynldiebold: and do yourself a favour and install a proper irc client, usch as hexchat or weechat or irssi, the web interface is terrible.02:38
tomreynwith this said, good luck, i'm out.02:38
ldieboldWill do, and thankyou so much for all your help!02:39
tomreynyou're welcome02:40
tomreyni hope that purging libssl1.0.0 will make apt work properly.02:41
ldieboldfinger crossed! Nearly there02:41
tomreynone last note: you should be pulling the focal-security apt repository from security.ubuntu.com, not au.archive.ubuntu.com, because only the former is guaranteed to provide important security patches in time.02:46
ldiebold(y)02:55
neverbluehi guys, trying to repair something broken in my repos: https://stackoverflow.com/questions/61991931/how-to-install-bitcoind-on-ubuntu-2004:38
neverbluesomeone outlined how they repair it, but I am not sure what the sentence means: " i go to the bitcoin folder and move the files to /usr/local/bin"04:39
lotuspsychje!ppapurge | neverblue04:39
ubottuneverblue: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html04:39
neverbluethanks lotuspsychje. Not really what I was looking for, though04:40
lotuspsychjeneverblue: we dont really support external ppa's, if its the ppa itself broken or 404 you best contact the maintainer04:41
lotuspsychjeneverblue: we can only advice to keep the ubuntu system as vanilla possible and howto repair without external ppa's04:41
neverbluewell, I am not asking you to support them, I am trying to clarify what they are attempting to do with that sentence. As they repaired it by moving the folder (I believe is the extracted folder) into /usr/local/bin. But this on my system does not contain folders, only file04:42
lotuspsychjeneverblue: that user seems to unpack his downloaded bitcoind tar, then suggests to move it into the dir before launch04:44
neverbluebut that folder should contain scripts usually? not folders ?04:45
neverblueok, thanks for the replies, ill try elsewhere. Appreciate your time!04:48
lotuspsychjeneverblue: not sure, i did not check the insides of the tar04:48
lotuspsychjeneverblue: alternate, you can try the bitcoin-core snap if you like04:49
neverblueok, thanks for the advice04:50
neverblueok,I tried to clear the ppa, but it continues to fail at that same point: sudo ppa-purge ppa:bitcoin/bitcoin04:58
neverbluethe repor ' ' does not have a release file04:59
=== chikko is now known as chukko
chukkohi all-is it possible to find out the date of a webpage(im reading a page and i would like to use it in an essay etc and need to know when it was published or altered last) how would i accomplish this with cli or gui on linux07:33
=== bad_1 is now known as badbodh
chikkorollhello07:57
chikkorolli need to know the date of webpage timestamp and if possible the date of publication; can terminal do this or looking at the header07:59
EriC^^chikkoroll: maybe you could use something like the web archive to find that out08:01
EriC^^see when it first came into existence https://archive.org/web/08:02
EriC^^chikkoroll: if you want to see the headers you could do 'wget -S http://website"08:03
chikkorollthanks EriC^^ if i used the later method i would get timestamps of alteration to the page (server post date) yes? sorry about my lack of knowledge08:06
chikkorollor would i only get header information(header was a guess on my part-hoping to obtain publication date)08:06
chikkorollIm reading/learning (the basics) about networking atm, but im green as and it mentions headers relating to transport of packets on over the Internet; i actually dont know if headers would help me find the information i want re age of data on page.08:09
xtaoone of the headers is Last-Modified which *might* tell you when it was last changed, but only really if it's a static page (html). if it's a dynamic page like php/perl/python etc. then it *might* be correct but good chance it isn't08:11
xtaoeven with a static page you can't trust that it's correct. it could just be the time when someone copied the file to another directory rather than actually modified it08:12
=== SonicPotato5 is now known as SonicPotato
chikkorollthank you all very much08:15
xtaoit wouldn't no08:16
xtaothe only way to know for sure is archive.org or asking the author of the website08:17
chikkorollxtao, EriC^^ if either of you wanted to use information you found online in an essay, how would you go about finding out the date it first appeared online and the specifics time date?08:18
chikkorollstill archive.org/publisher?08:19
chikkorollo and google08:19
The_LoudSpeakerHey! I have a i7 10750H cpu paired with nvidia 1650. The nvidia graphics drivers are installed fine. But iGPU isn't working correctly. I can't change brightness. on doing a inxi -G it shows llvmpip as the rendered instead of intel UHD graphics. Any help would be appreciated09:27
AscavasaionHello there.  I am trying to use the network manager tool that comes with Lubuntu 19.  When I used to open it it used to open a text based setup which was fine.  Now when I try it just gives me a terminal screen with nothing in it.  Could someone please tell me how to fix that, or access it via command line please?  I presume the basics are the same for Ubuntu and Lubuntu.09:38
tomreynAscavasaion: "Lubuntu 19" does not exist. Both Lubuntu 19.04 and 19.10 are end of life.09:56
tomreynThe_LoudSpeaker: i think llvmpipe is the expected 3d renderer for intel integrated graphics.09:56
=== tehaugz is now known as augz
lotuspsychjei'm still having this bug haunting me across several ubuntu releases, on this clevo laptop bug #1807818 the problem is i cant really try answer #6 as it only occurs 1 time per month or so10:08
ubottubug 1807818 in linux (Ubuntu) "Touchpad scroll does not work on occasion" [Undecided,Confirmed] https://launchpad.net/bugs/180781810:08
Doc-SaintlyIs there a GUI tool available for creating xkb mappings? I want them to by system wide so the keyboard shortcut tool won't work.11:58
TuorTomreyn thanks12:02
Ascavasaiontomreyn: thank you... will download 20 right now.12:04
Ascavasaion20.04.1 :-)12:04
=== sunrunner20_ is now known as sunrunner20
=== holgersson is now known as holgersson-bin
=== holgersson-bin is now known as holgersson
xbfrogi have a game bzflag that was working fine then, a couple of updates later? it went wonkers. started flashing on screen and no control, had to reboot or logoff to stop the flashing12:53
xbfrogwhat a shame, perfectly fine working game went south12:55
xbfroguninstall, and reinstall does not fix it12:55
CobyPasteHey, does someone has problems reaching the Ubuntu keyserver from AWS instances?12:56
tomreynCobyPaste: if it passes through a centurylink transit, that'd be why.12:56
CobyPasteDo they have problems? We're getting timeouts and cant even curl the keyserver.12:57
tomreyntry    nc -zv 162.213.33.8 11371    and     nc -zv 162.213.33.9 1137112:59
CobyPasteI'll try, thanks12:59
tomreynit should say connection succeeded and quit both times, if it doesn't, check the traceroute (or use mtr)13:00
CobyPasteWell, it seems to work again. I can also curl the keyserver13:00
CobyPasteThanks for your help guys, really appreciated13:01
rdelfinaaaah is it centurylink that's causing today's outages?13:01
BluesKajHi folks13:07
luna_hi13:08
TuorIn the server installer, it is possible to create an encrypted Volume Group with Physical Devices in multiple disks. But then the system doesn't boot...13:11
tomreynTuor: file a bug against it then13:14
tomreynTuor: the installer is called subiquity, block device setup is carried out by curtin.13:15
tomreynmake sure you're using the latest point release installer, e.g. 20.04.*1* for 20.04 LTS.13:16
tomreynsee also #ubuntu-server13:16
TuorI'm using the latest installer.13:23
TuorI'll also see in #ubuntu-server.13:24
tomreynthere's also an option to live upgrade the installer13:24
=== mnemonic is now known as Guest62492
Kownote before you ask for help about your internet: Centurylink (major telecom company based in USA) is having all sorts of problems this morning, and they support critical internet routing infrastructure. So if you are in North America or Europe and are experiencing internet issues - Ubuntu is not the problem. I guess that could be bad news because this means there is nothing you can do about it.13:57
jymmmmIs anyone having issue running software updates this morning?13:59
jeremy31jymmmm: it might be centurylink issues14:00
jymmmmjeremy31: centrylink???14:00
jeremy31Something isn't quite right with the internet today14:01
jymmmmah ok, at least it's not just me, had my modem replaced the other day, and things have been wonky ever since.14:02
jeremy31jymmmm: Try switching mirrors and see if it works14:03
truexfan81are the repositories down? apt can't connect to any of them, ppas are working correctly tho14:04
guivercjymmmm, no issues here; but I'm in AU & likely opposite end of world14:05
truexfan81yeah i'm in the states14:06
jymmmmgul ty, I think I'm going to reboot, brb14:06
truexfan81i did an apt update hoping it would change mirrors, but nope just filled the screen with errors and warnings14:06
truexfan81someone on discord just told me that 50% of the internet is down at the moment14:07
jeremy31truexfan81: you have to change the mirror yourself14:07
BluesKajCanadian mirrors/repos seem fine so far, upgraded a few packages this morning14:07
jeremy31irccloud has had issues all morning14:08
truexfan81i think i'll wait for the insternet routers to fix themselves14:09
truexfan81internet*14:09
jymmmmHmmm, after reboot still having trouble updating a ppa so far14:13
truexfan81half the internet is down due to a major backbone outtage14:13
jymmmmOk, changed from "US server" to "Main Server" and seems to be working now14:16
jymmmm"Software is up to date" YAY14:17
jymmmmtruexfan81: outtage where?14:19
qdbhello . autologin worked, but after some restarts, stopped . enabling no password to login in user settings helped a little:there is only submit button instead of password field now. how to fix it? xubuntu 20.04, all updates installed14:22
InteloMy recording is very low in voice. My behringer um2 has 75% gain (more makes a hiss sound), my obs studio has a 6db limit. My pavucontrol shows 100% input audio limit. Everything else is default.  What am I doing wrong here?14:32
Intelomic; XM8500 Dynamic mic14:32
Intelodriver issue?14:44
qdbi asked it in https://github.com/canonical/lightdm/issues/14214:57
budRichhello ubuntu people. I am using ubuntu from a liveCD environment at the moment. I think i have bricked my hard drive..15:03
budRichi can see the sata controller when doing lspci, but i cant access the drive at all.15:04
Intelowhat audio drivers I need for um2 iinterface?15:04
budRichactually i cant even boot when the drive is plugged in, so i plugged it in while on the "Boot menu" (pre grub)15:04
oerheksbudRich, what hardware specs? this sounds like an UEFI machine, disable fastboot ( not secure boot) and see !uefi manual15:05
oerheks!uefi15:05
ubottuUEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI15:05
oerheks' i cant even boot when the drive is plugged in" ... installing on an  external disk?15:05
budRichits a Dell latitude E7240, yes its UEFI mode now, i will check if i got a fast boot option, but i don't think so..15:06
budRichits a msata "internal" ssd15:06
budRichi think i bricked it trying to install openBSD on it earlier...15:06
budRichi just got this laptop.15:07
oerheksoh, just start the disks utilit, and reformat15:07
budRichdisks utilit? is that included on this ISO (its the "default" ubuntu iso)?15:07
budRichwhen the disk is plugged in i cant even get into bios or boot menu, it gets stuck in a "boot loop". i have tried resetting, updating bios and cmos battery replugging etc..15:08
oerhekshmm that sounds serious.15:10
oerheksif you cannot boot with it inserted, seek support from the vendor?15:10
budRichyeah, but its out of warranty, i think it is "just" the ssd, and i can get a new one.15:11
budRichthere is this msata wwan card installed and it is possible to replace that with a extra ssd, i tried plugging the disk in that slot and got the same results.15:12
budRichtomorrow i think i can "borrow" someones msata ssd or maybe plug my broken card in someone else computer and see if i can format it. i need the computer tomorrow, but i will just use this ubuntu live environment.15:14
InteloThats the loudest sound I can get with 78% gain on interface, 2 inch face distance from mic, 150% recording and pavucontrol volume, -6db obs mic gain https://youtu.be/f3QpO6VLv6Q15:14
budRichI have to say the ubuntu live environment is really nice, i have been on Arch for years, but once i get everything working i might hop to ubuntu.15:15
Rikujust put ubuntu on my windows tablet, everything works great, but is there any way I can change settings for the touch keyboard?15:17
Rikuit's a condensed layout that's not making use of my screen well15:17
RikuI used the full layout on windows 1015:17
RikuI have symbols and numbers in my password and it's super annoying to have to change the keyboard page constantly15:19
lotuspsychjeRiku: a nice tool to control tweaks on your system is dconf-editor, maybe some settings there15:25
lotuspsychjeRiku: alternate you can also try unity desktop on your tablet, they also have nice touch/tablet support15:26
=== vlm_ is now known as vlm
RikuI thought unity was EOL15:33
Rikuusing the custom gnome on 20.0415:33
lotuspsychjeRiku: unity is community supported and still installable in the repos15:34
lotuspsychje!info ubuntu-unity-desktop | Riku15:34
ubottuRiku: ubuntu-unity-desktop (source: ubuntu-unity-meta): The Ubuntu Unity desktop system. In component universe, is optional. Version 0.2 (focal), package size 3 kB, installed size 8 kB (Only available for amd64; arm64; armhf; i386; ppc64el)15:34
oerheksunity and mir are not dead, jim15:35
kinghatyou can move multiple dirs at once with the mv command, no? so it will just assume the last dir passed would be the destination?16:57
kinghatlooks like as many source locations as you like and then the -t flag to denote the target/destination.17:03
wsxwshi there17:11
wsxwsim running ubuntu 20.04 on a webserver. i also run apache2 and have some vhosts with reverse proxy functon. when i redirect pages to others running on 443 they all work but when i try to reach a destination lissing on some other port that 443 it cant connect. (on other werbservers all of this redireckts work fine) i already removed apparor from the system. is there anything else what might17:14
wsxwsblock that connections ?17:14
ashwin2882I want to customize the date format in my ubuntu 20.04 desktop top bar. I googled and hit upon only outdated apps information. I tried gsetting it gave some but not all customization i wanted like showing seconds and day of the week. Now i want year also to appear. Can some one suggest good way to customiza the date format to my liking ?17:17
InteloThats the loudest sound I can get with 78% gain on interface, 2 inch face distance from mic, 150% recording and pavucontrol volume, -6db obs mic gain https://youtu.be/f3QpO6VLv6Q17:27
Intelodriver issue?17:27
vlmin 18.04 when is /tmp folder cleared? Before shutdown or upon boot?17:54
EriC^^vlm: upon boot18:04
vlmThanks18:08
craigbass76Anyone using Sonicwall's nexExtender app? There are windows machines that can VPN in fine. When I run the client, it LOOKS like I'm in, but I can't hit any boxes on the LAN at work. Probably a Sonicwall support question, but I thought I'd see if anyone in here had run into it.18:26
oerhekscraigbass76, url? ( for the ubuntu client)18:28
tatertotscraigbass76: sorry..don't use their netextender18:29
tatertotscraigbass76: sorry..i don't use their netextender18:29
tatertotscraigbass76: what does traceroute show when connected?18:30
gebbionehi does anyone use darknet/yolo here?  https://pjreddie.com/darknet/yolo/ i am trying to use a docker image based on darknet but it is not giving me a meaningful output18:34
oerheksgebbione, interesting, but such docker images are not supported here.18:35
gebbioneoerheks, i guessed this but there isnt really a channel specific for this. Even inside #docker it would be difficult to find someone as the problem is most likely due to the usage i make of it or the binary configuration/image so i am just asking around. If i run darknet on my machine it returns, with the image just does not show the output18:37
Dragosikuhi all18:44
Dragosikuanyone can help me ?18:44
EriC^^!ask|  Dragosiku18:44
ubottuDragosiku: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience18:44
oerhekshi Dragosiku, just ask, wait and see18:44
oerheksand don't crosspost, thanks18:45
Dragosikui bought a VPS from OVH provider, and i have ubuntu 20 on him, now i have multiple domain names and i need to setup dns forward and setup from admin pannel from ovh and the sendmail server and webmail server on in, can be helped ?:D18:46
* oerheks walks away18:46
pavlosDragosiku: here's an OVH tutorial ... https://docs.ovh.com/gb/en/vps/getting-started-vps/18:49
Dragosikulol:D thanks , im over that, my vps is up and running, all domains names open and apache server running, now i need a little bit advice to understand MX TXT and other things from DNS forward system from OVH pannel. if i print scree the setups can you help me ?18:52
wsxwsim running ubuntu 20.04 on a webserver. i also run apache2 and have some vhosts with reverse proxy functon. when i redirect pages to others running on 443 they all work but when i try to reach a destination lissing on some other port that 443 it cant connect. (on other werbservers all of this redireckts work fine) i already removed apparor from the system. is there anything else what might19:08
wsxwsblock that connections ?19:08
tatertotswsxws: have you checked the ports ?19:13
tatertotswsxws: have you then compared that to the other servers you mention?19:13
tatertotswsxws: "i have disabled apparmor" is not checking the ports btw19:14
wsxwstatertots https://hastebin.com/amasopawid.apache19:24
wsxwsexact the same configs work fine on two other webservers19:24
wsxwsany idea what could block that connection ?19:27
wsxwsi also cleard iptables as show there http://wiki.loovsys.eu/index.php/Clear_all_iptable_rules_and_allow_everything19:27
tatertotswsxws: make a image of the working config and restore the image to the server with the issue19:42
tatertotswsxws: do you have access to the systems right now?19:46
wsxwsi have access to to this server atm19:54
wsxwsi can not make any image, because they are vservers at different hosters19:55
wsxwsthe apache-configs are copies of the working ones19:55
wsxwsbut it all does nocht explain, why the proxy does nit work just beauce of the differnet ports19:56
wsxwsthe target sites themself work fine19:56
tatertotswsxws: the ports "other" than 443, you don't mention any technical details there, do you not know the specific port numbers?20:00
wsxwsits in pastebin20:03
wsxwsport 2323220:03
wsxws(but 32323 does not work either)20:03
oerheks!ltsupgrade20:06
ubottuRegular upgrades from the last but one LTS release to the latest LTS release, 20.04 "Focal Fossa", are enabled days or weeks after 20.04.1 is released. This delay helps to ensure that any lingering issues are resolved before people upgrade production systems. If you'd prefer to upgrade now, use sudo do-release-upgrade -d20:06
tatertotswsxws: do you have access to a working config right now also?20:17
=== BlueShark_ is now known as BlueShark
wsxwsyes20:18
BlueSharkHi, my browser seems to be behaving weirdly on Ubuntu. This is happening on chrome. Seems totally weird, have no idea what's happening here - https://imgur.com/a/8xYmYj9 - anyone got a clue?20:20
wsxwsbut the problem is solved. my provider made some changes the network and the proxy works fine now20:21
tatertotswsxws: good20:21
wsxwsthanks for your time though20:21
wsxwshand ;)20:22
=== mooses is now known as mouses
InteloHow do I delete obs settings. I do not see a .obs dir in home20:30
pnwiseAny idea why python is not linked to python3 in 20.04?20:39
rfmpnwise, you can install python-is-python3 if you want that, but it's incompatible with some things (like virtualbox) that require python-is-python220:45
rfmpnwise, I just aliased python to python3 in .bashrc and I20:46
rfmm happy20:46
pnwiseYes I know, but just the other day I had shuttle fail on me because it looks for /usr/bin/python20:47
pnwiseI can link them20:48
dynamite_budhey I am using ubuntu 18 LTS and i installed 2 versions of python3 python3.6 and python3.720:48
pnwiseThen again if python is reserved for python 2, why isn't there package python?20:48
pnwiseroot@panel:~# apt show python20:48
pnwisePackage: python20:48
pnwiseState: not a real package (virtual)20:48
pnwiseN: Can't select candidate version from package python as it has no candidate20:48
pnwiseN: Can't select versions from package 'python' as it is purely virtual20:48
pnwiseN: No packages found20:48
pnwiseThese things does not make sense to me.20:50
rfmpnwise, because python isn't reserved for python2, there is either python-is-python2 or python-is-python3, and you install whichever one makes your particular set of desired software work.  for you that seems to be "shuttle" (whatever that is) that needs python-is-python3 and for me it's virtualbox which needs python-is-python2...20:51
pnwiseWell it is not me, it is programs that expect to have some interpreter for python20:57
pnwiseFirst time hearing about these packages python-is-python320:57
pnwiseWhat you do if you need both?20:58
rfmpnwise, both what?  you can certainly have both python2 and python3 installed, but /usr/bin/python has to be one or the other20:59
pnwiseWhy not have both installed, have python default to 3(or 2) and leave people change them with update-alternatives?21:03
pnwiseHow are people supposed to know about these packages21:03
pnwiseAnyway, thanks for the help21:03
xtao2 shouldn't be installed at all any longer. it's way past end of life21:04
pnwiseYeah I don't care about it either21:04
pnwisebut that is just me21:04
grypnwise: "I had shuttle fail on me because it looks for /usr/bin/python" -- it is not packaged correctly. it should have python or python3 as dependency, and know the correct binary name21:05
Bashing-ompnwise: I have edited my scripts from python to python3.21:05
InteloHow do I delete obs settings. I do not see a .obs dir in home21:08
uc50ic4moreDoes anyone know how Canonical intends to roll out Thunderbird 78.x? There appears to be no elegant upgrade path from 68.x but 78.x will have to find a place in the repos at some point, no?21:08
HarryGuerrillaIntelo: .config/obs-studio21:09
Intelothx22:01
InteloHarryGuerrilla:22:01
JustAFlerkinhave an odd situation in ubuntu 20.04 running KVM where a guest ubuntu instance get's sideways when hotpluging a new eth interface. hard reboot does not clear the issue.  https://pastebin.com/PsTZVyQR22:04
JustAFlerkineth2 get's renamed to ens9 then 5 seconds later get's renamed back to eth2 and it disapears from ip link22:05
mahir256!info sysvinit-utils | mahir25622:19
ubottumahir256: sysvinit-utils (source: sysvinit): System-V-like utilities. In component main, is required. Version 2.96-2.1ubuntu1 (focal), package size 20 kB, installed size 74 kB22:19
=== trobotham-cloud is now known as tjr
holocronhey #ubuntu, I have a multipath installation (Bionic) here with LVM. I failed to update initrd after adding some new volumes and now I'm only able to boot into an emergency shell. I know I need to recreate the initrd and I thought I could do this by booting into repair mode from the installation media. I do see all my disks in the repair mode, but unfortunately I cannot get the root partition to mount as it's LV is on a partition23:40
holocronwho's disk is being managed by mpath :sweat: So `vgscan` doesn't see anything. I altered the LVM config option to get lvm to scan multipath devices - and voila, now I can see my LVs.. However, I cannot activate any VGs because ... the PVs are seen on multiple disks :D Any suggsetions here? I was thinking of trying the 20.04 install media23:40
hypergibbonHi - I'm having some wifi issues. My 4Ghz wifi works perfectly, except it is limited to 100Mb/s with my router. My 5Gz wifi connection can reach close to 800Mb/s, but it drops after a minute or two. How can I figure out how to debut what's going on?23:46
hypergibbon*debug23:48
bostongeek36im using a raspberry pi 3b+ to run ubuntu 20.0423:55
bostongeek36after about 5-10 mins it freezes23:55
bostongeek36then about 5 mins later it comes back23:55
bostongeek36but then freezes again23:55

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