/srv/irclogs.ubuntu.com/2021/02/26/#ubuntu.txt

sarnoldnewb101: so, if you have a directory structure like foo/bar/baz/hello.txt  and foo/bar/BAZ/goodbye.txt  -- just how many tarballs do you want? with what names? with what contents?00:00
newb101I mean if I have a folder containing folders, each folder to be it's own but not the individual files00:01
EriC^^you could do find -maxdepth 1 -type d | while IFS='' read -r dir; do tar cvf "${dir}".tar.gz "${dir}" -I "gzip --best"; done \;00:01
newb101cool00:03
newb101with the compression ratio will it make a big difference if the files a re jpegs?00:03
newb101*are00:04
newb101wrt. compression00:04
sarnoldyou might as well use gzip -1 or something, they probably won't compress much unless they're copies of each other00:04
newb101ok00:10
newb101is there a size limit for zipped tars?00:11
newb101on file size00:11
kk4ewt2X available space00:11
kk4ewtsorry 1/2 size of available space00:12
newb101?00:13
EriC^^newb101: i dont think so, but your fs might not support it, eg fat32 has a 4gb limit per file iirc00:13
newb101ok, ext400:14
newb101?00:14
sarnoldnewb101: this suggests the filesize is unlimited http://www.gnu.org/software/tar/manual/tar.html#SEC13300:17
newb101thanks both00:19
=== EtherMan_ is now known as EtherMan
newb101the compression isnt doing antything to the jpegs00:29
newb101pretty much the same size00:29
kk4ewtwhat compression are you using00:29
newb101gzip00:29
=== nubonix_ is now known as nubonix
hggdharen't jpegs already compressed?00:30
kk4ewtjpgs are pretty much compressed anyways00:30
newb101ye00:30
=== ianychoi__ is now known as ianychoi
Johnnyyboymy sounds do not work on ubuntu 21.04  with linux kernel 5.10  however I found this arch linux solution for that kernel "sudo pacman -S pulseaudio sof-firmware"  what would be the relevant ubuntu command?01:20
Johnnyyboyhttps://wiki.archlinux.org/index.php/Dell_XPS_17_(9700)01:20
cjoke_Johnnyyboy: sof-firmware I dont know, but you can install pulseaudio with sudo apt install pulseaudio01:24
cjoke_Johnnyyboy: what kinda audiodevice you got ?01:24
JohnnyyboyJohnnyyboy its in my dell xps 970001:31
MaikJohnnyyboy: questions and other things related to development releases belong in #ubuntu+101:37
=== rfm_ is now known as rfm
=== vlm_ is now known as vlm
johnnyboydamn cant get it to work... i guess ill be stuck using 5.6 kernel02:35
johnnyboysince sounds dont work in newer versions02:35
Amaranthbtw that package is firmware-sof-signed, apparently02:41
johnnyboyAmaranth i get error https://pastebin.com/v0uQAgnR02:45
=== zbenjamin is now known as Guest23313
=== zbenjamin_ is now known as zbenjamin
=== jgrim827 is now known as jgrim
=== clickwir_ is now known as clickwir
=== ledeni_ is now known as ledeni
omar_trisquelWhen I installed, I'm pretty sure I just used the default disk partitioning options, e.g. use the whole disk, no fancy partitioning schemes, etc. But I'm looking at the Disks utility now; looks like I have a 537 MB bootable FAT partition and a 53 GB filesystem partition mounted at filesystem root--makes sense so far.04:34
omar_trisquelBut. There is also this weird 53 GB "Extended Partition" that doesn't seem to be mounted at all04:34
omar_trisquelI am 99% sure I can delete this one without worrying about anything. But just wanted to check in here in case I'm missing something... I found it odd that it was the same size as my filesystem partition. Do you think the Ubuntu installer added it?04:35
sujanhi04:36
Bashing-omomar_trisquel: Legacy partitioning ? show the channel in a pastebin ' sudo fdisk -lu ' . see what there is to work from.04:37
omar_trisquelBashing-om: link https://paste.ubuntu.com/p/fBBdBM9ZNS/04:39
omar_trisquelHm, weird, the mystery partition starts and ends at almost the exact same spots as my Linux filesystem partition04:40
omar_trisquel(BTW the drive's old size was 50 GB. I just expanded it to 200 GB -- it's a VM)04:40
omar_trisquelI was not aware that partition mappings could overlap like that. There's a lot I don't know tho :-P04:41
va7lnxhello04:42
Bashing-omomar_trisquel: Well no can not remove that extended partiton as it contains the logical partion (sda5). That said though - this partitioning scheme makes no sense use wise.04:43
va7lnxI have a problem with VMX being enabled in my bios, but showing as disabled in lscpu04:43
sujando you know about dbus?04:43
va7lnxI"ve tried adding "mitigations=off", but no change04:43
omar_trisquelBashing-om: yes I agree, I'm not sure how it happened04:44
va7lnxI wouldn't bother, but I need VMX so that I can run the emulator in android studio04:44
omar_trisquelBashing-om: my goal is to have the bootable FAT partition and the filesystem partition take up the whole disk; in other words, how do I "move" sda5 out of sda2? Possible?04:45
omar_trisquelI want one bootable partition and one filesystem partition that takes up the rest of the disk04:46
Bashing-omomar_trisquel: A fesh install ? Nothing to loose but time - were me then I would re-install. If EFI system I would consider installing in UEFI mode.04:46
Bashing-om!uefi | omar_trisquel04:46
ubottuomar_trisquel: UEFI 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/UEFI04:46
sujanVMX should easily be able to be enabled in BIOS settings and System Settings.04:48
omar_trisquelBashing-om: understood. Thanks!04:48
va7lnxsujan: it is04:48
va7lnxthat's why I'm thinking that mitigations are disabling it04:49
va7lnxwell, I feel like a moron04:49
Bashing-omomar_trisquel: While what you have now will work - will be a horror later when you run short on operating space.04:49
sujanthere are lots of bugs and some workarounds work04:50
va7lnxI don't need VMX04:50
va7lnxI just needed to install the libvirt stuff :\04:50
va7lnxsorry guys.04:50
va7lnxbut thanks.04:50
va7lnxesp. sujan04:50
omar_trisquelBashing-om: Yea, I didn't even realize this until I expanded the virtual drive size to 200 GB tonight and went to expand my filesystem partition... then noticed it was inside the extended partition and was like wtf lol04:50
Bashing-omomar_trisquel: "one filesystem partition that takes up the rest of the disk" ... the install option "wipe disk and install ubuntu" will do that for you.04:51
sujanrunning dbus from the systemd --user instance04:52
omar_trisquelBashing-om: Yea that's what I did for this install!! I guess it just defaulted for the legacy MBR style; maybe that's the root of my trouble, as you suggested04:52
sujanhi05:15
kirk781sujan, hello05:15
sujando you know about  running dbus from the systemd --user instance05:15
Johnnyyboysounds work in 5.6 after installing arch linux, but wifi is scuffed. Its better in 5.8. I really wanna like ubuntu but I dont get how everything works so easy in windows out of the box. Does intel not care about ubuntu or what is the problem ?05:24
Johnnyyboy*arch linux sof05:24
Johnnyyboydell xps isnt even an unknown brand05:25
Johnnyyboyhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=96078805:25
ubottuDebian bug 960788 in wnpp "ITP: alsa-sof-firmware -- Intel SOF audio firmware and topology" [Wishlist,Fixed]05:25
pi0i am trying to compile this https://github.com/eteran/edb-debugger05:45
pi0one of the dependencies is Qt >= 5.905:46
pi0is there simple way to install that on ubuntu05:46
=== Tabstar is now known as Tabmow
=== rwb1 is now known as rwb
sujanhi06:25
=== LambdaCo1 is now known as LambdaComplex
mlokHello, ntpd exits when there is a too high offset, could the solution be to set "tinker panic 0" ?07:30
=== icey_ is now known as icey
Deano59we're being told not to use 5.8 via 20.04.2 because of bugs, well... not yet anyway. 20.04.2 ships with 5.8.... how do we use another kernel for the install????07:51
Deano59I have a new PC being delivered today and I'm going to install Ubuntu. I'd like to stay with the LTS but don't really want issues with 5.8....07:52
Deano59am I missing something? ?:D07:52
ThinkT510Deano59: the first step is to try 5.8 to see if you have any issues08:13
Deano59ThinkT510: I had issues with my network, so yes.08:14
ThinkT510Deano59: what wifi chipset?08:14
Deano59no idea.08:14
Deano59I'm not using wifi...08:14
Deano59lol08:15
ThinkT510so you had ethernet issues?08:15
Deano59yes...08:15
ThinkT510if you are certain it is the fault of the kernel then you can try testing with a different one08:16
ThinkT510!mainline | Deano5908:16
ubottuDeano59: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds08:16
Deano59don't want to use mainline.08:17
ThinkT510if you get the same issue on multiple versions of the kernel then either the driver hasn't been changed between versions or it isn't a driver issue08:17
Deano59... not what I asked. see above.08:18
ThinkT510I'm not saying to stick with mainline, I'm saying you can test with mainline to see if that is your issue08:19
ThinkT510process of elimination08:19
Deano59and AGAIN; not what I asked. lol08:19
ThinkT510on the other hand it could be a configuration issue with your network settings08:19
Deano59lmao08:20
Deano59nah, it's not.08:20
Deano5920.10 is fine.08:21
Deano5920.04.2 is NOT.08:21
oerheksDeano59, you want not the 5.8 but the original 5.4?08:21
Deano59oerheks: yeah08:21
oerheksinstall without updates.08:21
Deano59install without updates?08:22
=== sphalerite_ is now known as sphalerite
oerheksbasicly from 20.04.x one gets the HWE kernel, backported08:22
oerheks'download security updates during install' and 'multimedia stuff'08:22
Deano59not sure how that helps but k.08:23
oerheksnot sure what driver bugs you..08:24
=== Voxel is now known as MrRobot
=== eqw_ is now known as eqw
=== Grldfrdom_ is now known as Grldfrdom
=== Grldfrdom is now known as Grldfrdom_
=== gordonjc1 is now known as gordonjcp
donspacehello09:17
oerheks:-)09:17
donspacethere are indeed ppl here09:18
donspacenice to meet you guys09:18
oerhekshi donspace do you have an ubuntu support question?09:20
donspacenot really09:20
oerheksoh oke09:20
=== shann_ is now known as shann
=== nubonix_ is now known as nubonix
chovydo-release-upgrade doesn't do anything10:05
chovyPlease install all available updates for your release before upgrading.10:05
lotuspsychje!uptodate | chovy10:07
ubottuchovy: To ensure you have all the latest known patches and security updates for your ubuntu installation, please update with the following command: `sudo apt update && sudo apt upgrade`. See also !upgrades and !security; you may also need to run `apt full-upgrade`.10:07
lotuspsychjealways keep your system up to date, before doing anything else10:08
chovyubottu: nothing to install10:08
ubottuchovy: I am only a bot, please don't think I'm intelligent :)10:08
chovy!upgrades10:09
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade10:09
chovyi think there's one package that needs upgrading or to be removed, but its not telling me which one10:10
lotuspsychjechovy: can you pastebin what apt spits out please, so volunteers can take a look?10:11
chovylotuspsychje: got it working10:25
chovy--list-upgradable told me what it was10:25
FocalFossa0997hello10:29
FocalFossa0997wait I am not on ubuntu why tf am I here10:30
kirk781lol10:43
=== PowerTower_121 is now known as PowerTower_120
=== mateen1 is now known as mateen
gjasnyHi, in the hirsute docker image I got hit by the apt-key error "gpgv, gpgv2 or gpgv1 required for verification" even if I installed gnupg. Is this a known bug? The effects are quite interesting. In the shell started by docker the following command returns "yes", in a subshell it return no: "if [ -x /usr/bin/true ]; then echo yes; else echo no; fi"11:04
oerheksgjasny, join #ubuntu+1 for hirsute, until release11:09
oerheks!hirsute11:09
ubottuUbuntu 21.04 (Hirsute Hippo) will be the 34th release of Ubuntu, scheduled for release April 2021 (http://ubottu.com/y/hh). Join #ubuntu+1 for support and questions.11:09
gjasnyIn the Ubuntu Hirsute docker image is a strange bug happening:11:16
gjasny$ docker run -ti ubuntu:hirsute bash11:16
gjasnyroot@008ec583a743:/# apt update11:17
gjasnyroot@008ec583a743:/# sh -c 'if [ -x /usr/bin/true ]; then echo yes; else echo no; fi'11:17
gjasnyyes11:17
gjasnyroot@008ec583a743:/# apt install -y nano # or any other package11:17
oerheksdon't ask here, i told you where to get support, thanks11:18
gjasnySorry, wrong channe;11:18
oerheksoke, use a pastbin there.11:19
oerheks!paste11:19
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.11:19
soulphoenix111:23
DarkTrick**Q**: @input control: Why would I choose evdev (xserver-xorg-input-evdev) over libinput (xserver-xorg-input-libinput)11:42
lotuspsychjeelaborate a bit what you are trying to do DarkTrick volunteers can think along better11:45
oerhekslibevdev is unmaintained, it was replaced by libinput?11:50
DarkTricklotuspsychje, that was the right answer for me, thank you.11:52
DarkTrickoerheks, sounds similar to what I've found. Thank you!11:53
oerhekshave fun!11:53
soulphoenix_Need help installing all the dependencies for building vlc on 18.0411:54
oerhekssoulphoenix_, good luck, the wiki is old https://help.ubuntu.com/community/CompileVLC11:56
oerheksor theirs; https://wiki.videolan.org/UnixCompile/11:57
lotuspsychjeor...use vlc from the repos instead of compiling soulphoenix_11:58
oerheksmany versions; https://snapcraft.io/vlc already build11:58
=== lucas_ is now known as Guest63458
soulphoenix_oerheks, i was thinking of contributing, so i thought i should try building it once12:03
soulphoenix_yeah the wikis are old and there are so many deps so i wanted to ask if their is an alternative way, the commands on the wikis seem jurrasic12:05
lotuspsychje!contribute | soulphoenix_ start here12:05
ubottusoulphoenix_ start here: To contribute and help out with Ubuntu, see http://community.ubuntu.com and https://wiki.ubuntu.com/ContributeToUbuntu12:05
lotuspsychjedepending on your skills, there are many routes to help with soulphoenix_12:05
soulphoenix_lotuspsychje, i want to contribute as a developer12:08
lotuspsychjethats possible soulphoenix_ see #ubuntu-devel also12:09
oerheksstart with registering on launchpad, sign CoC12:11
viaSanctusoerheks12:18
viaSanctusoer heks ?12:18
oerheksyes?12:24
=== mIk3_09 is now known as mIk3_08
bonhoeffermy control super left/right keys aren't doing window management using ubuntu on my rasp pi -- any troubleshooting options?12:31
imrjdhow mnay are on LTS built? release12:47
oerheks16.04, 18.04 or 20.04 LTS ?12:48
imrjd20.04 LTS release12:48
oerheksANd what is your question exactly?12:49
oerhekspolling who is on 20.04 is beyond the scope of this support chanel, 113 answers?12:49
oerheks1113..12:49
imrjdaah yes sorry forget that, which is the chit chat channel12:50
oerheks!offtopic12:50
ubottu#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!12:50
oerheksor #ubuntu-discuss12:50
imrjdthank oerheks12:57
BluesKajHi folks13:08
imrjdhey BluesKaj13:08
BluesKajhi imrjd13:09
imrjdyou use Kubuntu BluesKaj13:10
oerhekssudo snap install re-volt --edge13:10
BluesKajimrjd, yes13:11
imrjdhow are you doing BluesKaj , i have changed my nick so you won't know who i am13:13
BluesKajok13:15
imrjddoes ubuntu ship with a password manager like lastpass type?13:33
=== friv is now known as frib
Maikimrjd: not by default13:39
imrjdi need a offsite backup of my password on my pc in case i cannot log into lastpass for some reason13:40
Maiki don't use it so i don't know13:41
imrjdoke13:41
Maikthere's also keepass13:41
imrjdi will look into it13:41
=== veryloud_ is now known as veryloud
iekfkkhi14:39
iekfkkcan nano be programmable like vim? i want to press f5 and make it save file and also run a cmd for that particular file?14:39
nyxyniekfkk, I think they have a way to record macros14:41
Maikhttps://www.nano-editor.org/docs.php14:42
Maikmaybe there's some info to be found in their docs14:43
iekfkkwiwthout macros15:05
iekfkkas filename is variable15:05
Koopzi did a dum dum again15:10
Koopzinstalled a VM, restored an /etc/fstab and /etc/mtab from a backup of another machine15:11
Koopztoo afraid to reboot15:11
=== mateen1 is now known as mateen
Koopzcan i copy-paste the output from /proc/mounts into /etc/mtab?15:12
iekfkkMaik: i want to press c-enter to savefile and run ./python %file%15:12
Maikiekfkk: i'm not an expert so i can't help, second it's not a ubuntu specific support question imho15:14
Koopzwould it be weird if the original machine's /etc/mtab isn't a softlink to /proc/mounts?15:15
iekfkki want to send an email can i use web to send nano  , is it polite ? https://lists.gnu.org/archive/html/help-nano/2020-05/msg00004.html15:25
iekfkkmailing list emails15:25
iekfkkdoes linux provides key macros15:30
iekfkkso i can just press f5 in the editor and some sets of keys are run by linux instead of nano15:31
oerheksiekfkk, sure, what did you find sofar?15:38
jayjois there a way to figure out what package forced another package to be installed?15:45
jayjoThrough apt-cache, dpkg -s, or some tool like that? I have a package conflict, I'm trying to investigate what package pulled in another package without me being explicit about it15:46
jayjoIt shows [installed,automatic] with apt list15:46
oerhekseasy to find; https://itsfoss.com/check-dependencies-package-ubuntu/15:47
jayjooerheks: thanks for the article. Do you mean to use apt-rdepends? The other methods seem to show the dependencies of the package in the repo, I'm hoping to find what package on my system installed this package automatically (it's not marked as manually installed)16:01
nunyaIs Synaptic just a front end for apt? With the same repos I had previosly added?16:04
leftyfbnunya: yes16:05
nunyaI used gnome-software before but often had to reinstall gnome-software to get it to show installed programs. Same with snap-store. If I am correct they are basically all guis for apt. Synaptic seems to be able to refresh it's cahe better somehow though.16:07
jellyI can't parse this changelog entry.16:10
oerheks" Do you mean to use apt-rdepends? "  no, read the article again?16:10
oerheksapt show <whatever>16:11
=== BlackDex_ is now known as BlackDex
jellyhttps://paste.ubuntu.com/p/cPXcKqfcHb/16:11
nunya<leftyfb>Thanks for the confirmation. I mostly use sudo apt-get install (when I know what I need) from terminal but sometimes I need to search descriptions to find package I need to serve specific purpose.I guess being Gnome under the hood Ubuntu's default package manager is gnome-software. It's super buggy though.16:11
jelly* SECURITY REGRESSION: previous update caused a regression that causes it /    pending further investigation this update reverts it16:11
jellyupdate caused a regression that causes it?16:12
leftyfbnunya: "apt-cache search <your search terms here"16:12
leftyfbjelly: there was an update that went out yesterday that was broken. So they reverted it16:13
nunya<leftyfb>Let's say I wanted html editor. That would search the descriptions of all packages in repositories for html editor?16:13
jellyyeah ok, but the sentence is weird, bad editing?16:13
leftyfbjelly: developers :)16:14
jellydevelopers!16:14
nunya<leftyfb>Wait I think you were talking about things I already have installed. Right?16:15
leftyfbnunya: nope. Personally I would do: apt-cache search editor|egrep -i "html|web"16:15
jellypossibly working in Canonical's Department of redundancy department.16:16
leftyfbnunya: though, in this particular case, I would just use vim :)16:16
nunya<leftyfb> egrep or grep?16:16
leftyfbnunya: egrep16:17
nunya<leftyfb>cool learned a new command!16:17
jellynunya, did you know that "<nickname> something" on irc looks like you're quoting "nickname" saying "something"16:17
* jelly is SO confused16:18
nunyaleftyb: is "user:" proper way to direct question to a specific user? I have that in quotes so hexchat doesn't try to message a user named user.16:21
JeffFromOHHas anyone else seen a problem (I think it's a bug?) where, if you go into gnome settings in Ubuntu 20.04 for the network adapter, and you disable IPv6 for the wired network adapter. . . IPv6 still works?16:22
nunyaleftyb: jelly: Oops was supposed to be directed to jelly16:23
JeffFromOHI wonder if anyone here might be willing to give this a try and see if they see the same behavior?16:23
nunyajelly: thanks16:24
JeffFromOHAfter applying the change, I even toggled off the "Wired Network" adapter, then waited a few seconds, then turned it back on. IPv6 still worked.16:24
nunyasorry to everyone who thought i was quoting them or someone else. I will try to remember :16:25
oerheksJeffFromOH, did you reboot after change?16:25
JeffFromOHNo, that might work to get it to actually disable, but, before I did, I wanted to see if there was anything I could do to investigate why this is happening in the first place, since I shouldn't *need* to reboot.16:26
oerheksAFAIK, there are 2 ways to disable, grub boot line, and sysctl https://www.digitalocean.com/community/questions/how-do-i-disable-ipv6-on-ubuntu-20-0416:26
JeffFromOHThanks oerheks - I'll review that link16:26
JeffFromOHSounds like this is a well known bug then16:27
oerhekswith sysctl the command sysctl -p # would make it work without reboot16:27
nunyaJeffFromOH: So many things need at least a logout to apply any changes in settings. It would be nice if a message like this would pop up every time to tell you unless you tick a box that says stop telling me this.16:28
JeffFromOHThe sysctl command worked, and without a logout or reboot16:29
JeffFromOHlater all. Thanks for your help16:30
oerhekshave fun!16:30
nunyaGot stuff to do. See y'all later.16:30
longshankslaterz16:31
ByteLawdIs there a reason why 20.10 server will work on my Raspberry Pi 3 but 20.10 desktop will not work? https://ubuntu.com/download/raspberry-pi16:47
leftyfbByteLawd: maybe ask in #ubuntu-arm16:55
ograthere is definitely no reason, no... both should work16:55
ogra(you might hit RAM limits with desktop indeed, 1GB is really really *really* low)16:56
leftyfbogra: someone would have to compile their own image or upgrade from 20.0416:56
ograwell, i didnt see "upgrade" in the question above ....16:57
leftyfbogra: there is no 20.10 desktop image available for the pi316:58
ograah !16:58
ograi didnt really look at the website, sorry16:58
ograbut what i said still applies ...16:59
ogra1GB RAM might just be enough to boot but you wont really have fun using it ...16:59
ograi.e. you will hit OOM all the time when starting applications16:59
ograi guess the idling desktop will consume between 400-600MB so not really much wiggle room for running any graphical app17:00
leftyfbogra: mind you, they are also being helped in #raspberrypi where they crossposted17:00
ByteLawdGoodness. I guess I need to run blender and openscad and octave on my pi 4 then. And my pi zeros could probably not even load xfcse since they only have 512MB of RAM17:01
ograwell, pi zeros are no supported at all by ubuntu ...17:01
ograthey are ARMv617:01
ByteLawdyikes17:02
ograthe official armhf specification requires ARMv717:02
ogra(this is actually the whole reason raspbian exists ... they borke the spec and created armhf for ARMv6)17:02
ByteLawdI wonder if I will be able to run matlab and vitis/vivado on my pi4 or whether those are x86 apps only17:02
ByteLawdwrong channel I guess17:03
Deano59ugh, without opening google... what command to run to check my temps?17:05
Deano59ubuntu 20.10...17:05
ogradu -hcs /tmp17:06
ogra?17:06
ByteLawdtemperature or temp file mounts?17:07
leftyfbDeano59: the top link here has the answer you're looking for: https://www.google.com/search?q=ubuntu+check+temperature&oq=ubuntu+check+temperature17:07
ograah, temperatures ...17:08
leftyfbDeano59: the 2nd link there also has the answer17:08
ogra"temps" can have so many meanings 😉17:08
Deano59forgot about lm-sensors :D thanks.17:09
swear000hi17:25
Gramcorewhat is this about? a bug? networking.service fails to start https://dpaste.org/1NKr17:31
Gramcorewhat should i look for to solve this17:31
leftyfbGramcore: what version of ubuntu?17:32
Gramcore18.0417:33
leftyfbGramcore: is this 18.04 that was upgraded from a previous version?17:34
Gramcoreno just an old machine, and noticed this now17:34
Gramcorenetworking works by the way not sure what this is about17:34
Gramcorei can't find any logs ore more info on it17:35
leftyfbGramcore: Ubuntu 18.04 uses netplan by default. Did you remove it and install ifupdown instead?17:35
Gramcorethis is made with debootstrap or something similar which creates custom isos for cloud17:36
Gramcoreused ubuntu as base17:36
leftyfbGramcore: ok, then you'll have to seek support from whoever made the custom distro. It's not using a default network stack so we have no idea what they might have changed17:37
Gramcoreis that ifupdown a systemd thing? or the netplan one is?17:38
leftyfbGramcore: systemd is your init system. ifupdown and netplan are both network configuration tools. systemd will manage either service depending on which is installed properly17:40
Gramcoreseems there is also systemd-networkd17:41
Gramcorenetplan can create configuration it says for that and also for networkmanager, seems cool17:41
leftyfbcorrect17:42
=== Kolas_ is now known as Kolas
=== ijohnson is now known as ijohnson|lunch
swear000does anyone know about tracker-miner-fs pam or dbus?17:58
oerhekstracker-miner-fs;  metadata database, indexer and search tool - filesystem indexer18:10
oerhekshttps://launchpad.net/ubuntu/bionic/+package/tracker-miner-fs18:10
oerheksdbus, AFAIK18:11
ByteLawdHow do I uninstall gnome and X and all its dependencies and turn my GUI desktop into an ubuntu server that boots up to shell only? 20.10 installed on raspberry pi 318:12
swear000tracker-miner-fs reports:  Unable to get XDG user directory path for special directory18:12
swear000running dbus from the systemd --user instance18:13
swear000also seems a problem18:13
swear000it is set up but still throwing errors in journal18:13
swear000which is best way to troubleshoot errors?  from top down or bottom up?18:14
oerheksswear000,  a quick search, does this hapen with pihole?18:15
swear000no I read that and tried masking18:16
leftyfbByteLawd: it will be a LOT quicker and cleaner to just load 20.04/10 onto an SD card fresh.18:16
swear000it had no effect.  I think I have to patch and recompile kernel and the do the same for gnome.18:17
swear000Wayland looks like it is going to be a pain although it is better in some ways18:18
swear000I only have an acer laptop18:18
swear000linux was fun before they "fixed" it.  Now it has plenty of bloat, bugs, and security issues (like windows!)18:20
leftyfb!ot | swear00018:21
ubottuswear000: #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!18:21
swear000I am on Ubuntu 20.1018:22
oerheksnever noticed high cpu with indexing.. are you sure your specs meet the min. requirements for ubuntu 64 bit?18:22
oerheksduo core, 4 gb ram..18:22
swear000Core i5 6GB RAM18:24
swear000argh...damn bots18:25
ByteLawdleftyfb, errr well I did load it fresh but I want to uninstall the gui because I am low on ram18:28
leftyfbByteLawd: load the server version fresh18:28
=== cjoke_ is now known as cjoke
ByteLawdleftyfb, I am bandwidth and time constrained18:32
ByteLawdBut actually I should load the raspbian image instead for the pi3 and just use ubuntu on the pi418:33
leftyfbByteLawd: try https://www.techandme.se/completley-remove-ubuntu-desktop-from-a-ubuntu-server/18:33
ByteLawdtx18:35
=== SartresCat is now known as Hamster3000
=== Hamster3000 is now known as MegaHamster3000
=== wyre_ is now known as wyre
rangergordHi. When a package is updated, can I tell what changes were made? Like tracking release notes for a set of packages?19:17
oerhekscheck the changelog on launchpad?19:18
oerheksor 'apt changelog <package>'19:19
rangergordnice, thanks19:21
=== thinkofher2 is now known as thinkofher
ripdiskheh - found another random laptop in my crap ...... third one this month..... gonna put ubuntu on this one19:54
ripdiskshould I use 20.04 or 20.1019:54
ripdisker, what i mean to say:19:55
ripdiskis 20.10 stable enough to use19:55
tomreynthat's up to you, both are supported at this time. your choice is between a long (20.04) and short (20.10) term support release.19:55
ripdiskso basically19:56
ripdisk20.10 is equiv to "current:19:56
ripdisk"19:56
tomreyncurrently, yes.19:56
ripdiskcopy that, ten four19:56
tomreyn!yy.mm19:56
ubottuUbuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle19:56
tomreyn!lts19:57
ubottuLTS means Long Term Support. LTS versions are supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Focal (Focal Fossa 20.04). Ubuntu !flavors may have different support durations, check their release notes for information.19:57
ripdiskyeah i'm not a linux newbie i just haven't touched ubuntu in a long time19:57
ripdiskhonestly, only reason i'm doing so now is just for fun19:57
ripdisklast laptop I did slackware19:57
ripdiskone before that i did deb19:57
ripdiskI'm an IT guy and I'm going through some storage - finding al lkinds of crap, might as well get it running19:58
tomreynok, any more support questions for now?19:58
ripdisknope, thanks.19:58
tomreynthere's also #ubuntu-offtopic if you'd like it more social19:58
tomreynthanks19:59
=== ijohnson|lunch is now known as ijohnson
oerheksripdisk, i hope it has 4gb mem/duo core20:08
ripdiskoerheks yeah i keep pulling out laptops out of places in my work room I didn't know I had - most of them towards the 'end' of windows 720:18
ripdiskit'll meet those requirements though. I wouldn't even mess with it otherwise.20:18
oerheks oh good, 'Vista' machines are now the minimum20:19
oerheksit really depends on the mem and GPU20:19
ripdiskwell, i'm an IT guy and have boxes and boxes of ram, i'm sure i can upgrade20:29
ripdiskin fact i have an 8gb stick for it, if it'll take it20:29
oerheksfor full functions of LVM, one needs 4gb for block copy + 1gb  ..20:30
oerheksyay, new Firefox update 86.0+build3-0ubuntu0.20.04.120:31
Maikneed to check again then20:31
Maikgot it first on 20.1020:31
Maikah, yep, there it finally is20:32
oerheksi only advertise if it is really important.20:33
Deano59just upgraded, thanks oerheks :)20:34
MipsalawishusDoes anyone have experience setting up Dovecot+LetsEncrypt?20:56
dob1there is some way to  fix this This application failed to start because it could not find or load the Qt platform plugin "wayland-egl"20:57
dob1in "".20:57
oerhekshi Mipsalawishus, Not personally, a recent blog https://www.linuxbabe.com/mail-server/secure-email-server-ubuntu-postfix-dovecot20:58
dob1I am unable tu run this snap qt application while using wayland20:59
oerhekshi dob1 i suspected that, not all snaps are ready for wayland20:59
oerheksThis application failed to start because it could not find or load the Qt platform plugin "wayland-egl"20:59
oerhekserr20:59
oerhekshttps://forum.snapcraft.io/t/apps-wont-run-and-crash-on-gnome-wayland/2032220:59
oerheksa list from 202021:00
Mipsalawishusoerheks, I followed a tutorial nearly identical to that one, but the issue I'm having is with the ssl keys. The correct path is in the 10-ssl.conf file, but clients still can't connect21:01
oerheksi find 'qtwayland5' is needed in such snaps21:01
dob1oerheks, so it just depends on snap not the application itself. once snap will be upgrade maybe the app will work, right?21:01
MipsalawishusIt's been a few years since I last setup an email server so I'm relearning some of this21:01
oerheksMipsalawishus, oke, you might want to reask in #ubuntu-server too..21:02
Mipsalawishusoerheks, ahh gotcha - thanks!21:02
oerheksdob1, yes, but there are more hooks, there is #snappy dedicated channel here on freenode.21:02
dob1oerheks, ok thanks21:03
oerheksi encountered such snap things too, could not fix it myself21:03
oerhekssudo snap install re-volt --edge21:03
Deano59when will ubuntu get openvpn 2.5.0?21:22
oerhekshttps://launchpad.net/openvpn/+packages next 21.0421:24
Deano59damn, thanks.21:24
oerheksnot sure when it will be backported21:24
Deano59still an April release, right?21:24
oerheks.0421:24
oerheksyes21:24
Deano59cheers dude. :)21:24
=== vlm_ is now known as vlm
polymidHi there. I have one question. How can I make a shortcut of a flatpak program on my desktop. I can't find any .desktop files I can launch22:42
Maikpolymid: try asking in #flatpak23:02
Maiki searched the web for you but didn't find anything, so the next best bet is to ask there23:03
sarnoldheh23:03
oerhekscreate such desktopfile, i am sure that flatpak gives an example https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles23:07
oerhekswait, if this is serious...23:08
oerhekshttps://www.reddit.com/r/linuxquestions/comments/8g81sd/adding_a_flatpak_shortcut_to_my_ubuntu_1803/dy9jer823:08
Maikthey're gone oerheks23:08
oerheks"... you need to first log out and log in again.."23:08
sarnoldinteresting find oerheks23:09
oerheksjups, who is going to test it?23:09
Maiki don't23:09
oerheks Flatpak stores .desktop files in a different location, so the $XDG_DATA_DIRS environment variable needs to be updated first23:10
Maiki found that link too by the way but it's a question on how to add it to the launcher. polymid asked how to add it to his desktop.23:11
sarnoldhmm do desktops still have icons? I thought that was removed23:11
oerheksh, ón the desktop.. dragging does not help, gnome-tweak-tool does IIRC23:12
Maiksarnold: main ubuntu has a homefolder and trash icon on the desktop by default23:12
sarnoldMaik: interesting :) thanks23:17
Maikoh, and mounted drives also appear on the desktop23:18
yateshow do i search for the package that provides a specific file with apt?23:19
yatese.g., libpcre.so.1 in pandoc: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory23:20
oerheks!find  libpcre.so.123:21
ubottuFound: W:, W:, W:, W:, W:, W:, W:, W:, W:, W: (and 11898 others) http://packages.ubuntu.com/search?keywords=libpcre.so.1&searchon=names&suite=focal&section=all23:21
sarnoldyates: apt-file search23:21
yatessarnold: +123:21
LoebWhy does subiquity only create a 200gb LV by default and how would I change this to use whole disk via yaml config when autoinstalling?23:34
sarnoldLoeb: I think type: lvm_partition https://curtin.readthedocs.io/en/latest/topics/storage.html#lvm-partition-command23:41
soloslingerHey all.  I'm on Ubuntu 20.  I can't seem to make vim stop substituting spaces for tabs when writing to a .py file.  I've tried :set noexpandtab, but it still does it.  What switch am I missing?23:44
viaSanctusif you compare the misery linux users go through by simply reading chat ...and compare that with the braindead questions windows users ask...you cannot but conclude linux failed23:45
viaSanctusand i hate window23:45
viaSanctuscant believe i'm even stating this23:45
guntbert_!ot | viaSanctus23:45
ubottuviaSanctus: #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!23:45
viaSanctuslol guntbert_ no worries my man ;)23:45
viaSanctusno worries :)23:46
oerheksnobody asked you, viaSanctus, technical support only23:46
Cyb3r-Assassinunfortunately I broke python somhow and need a little help getting python3 working correctly and pip functioning. I know I have 3.8 ant 3.9 installed but python3.9 --version comes back python3.9: can't open file '/home/$user/––version': [Errno 2] No such file or directory. pip says -bash: /home/$user/.local/bin/pip: /usr/bin/python: bad interpreter: No such file or directory and pipx says no23:46
viaSanctusthat wasn't an answer to a q, your statement is longing the fact23:46
Cyb3r-Assassinsuch file or directory23:46
sarnoldsoloslinger: there's a bunch of different variables that are related; try :help tabstop to see the usual choices23:50
sarnoldsoloslinger: it's also possible that you've got plugins or scripts or autocmd rules installed that do things23:50
Bashing-omCyb3r-Assassin: I have no pip skills - however as to python - is the symlink broke ? what shows ' ls -al /usr/bin/python3 ' ?23:51
soloslingersarnold: It's possible an extra config rode along for the ride, but I wouldn't think so.  I think I'm still pretty stock.  But, you've pointed me in a direction, and I'll get to reading.  All my google searches on the subject want to take me the opposite direction.23:51
Cyb3r-AssassinBashing-om:lrwxrwxrwx 1 root root 9 Mar 13  2020 /usr/bin/python3 -> python3.823:51
oerheks!info python3.9 focal23:51
ubottupython3.9 (source: python3.9): Interactive high-level object-oriented language (version 3.9). In component universe, is optional. Version 3.9.0-5~20.04 (focal), package size 398 kB, installed size 531 kB23:51
oerheksit is in our repos, use that instead of pip3 ?23:52
soloslingersarnold: Hrm.  Looks like tabstop is the amount of spaces a tab translates to, and not related to turning a tab into some equivalent amount of spaces.23:53
soloslinger:q23:54
pytorchMy vm hangs while booting with this : https://pasteboard.co/JQdci9zB.png - any ideas on how to fix this? ubuntu 20.04lts23:54
pytorchit does boot eventually - after a few minutes23:54
hggdhCyb3r-Assassin: this is probably because there is no 'python' in Focal. There can be 'python3' and 'python2' (if you installed python version 2), but no 'python'. Your pip* probably has a shebang for /usr/bin/python23:55
pytorchdmesg doesnt show any red items23:55
Cyb3r-Assassinhggdh:I haven't spent much time on a debian based system in a decade so not exactly sure what Focal is to the system. I purged out python2 and migrated from v18x to v20x. Sadly pythons staying broken. Is there slot management control? Google fu was coming back with antiquated commands from ubuntu v14x. When I force reinstall python3x it references it's install with focal2. "Unpacking python3.923:59
Cyb3r-Assassin(3.9.2-1+focal2)"23:59

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