/srv/irclogs.ubuntu.com/2021/11/30/#ubuntu.txt

maxzorHello, when will a wayland compositor be the default display server on ubuntu?00:07
VMGuy23it is in 21.1000:08
jcbjoe2021What are good hours to ask for support here? I know the weekends aren't good00:09
jcbjoe2021?00:10
crorafjcbjoe2021, bru, just ask the uestion00:10
maxzorask and see? I asked and got a response in 40s - thanks00:10
jcbjoe2021Ok thanks croraf00:11
jcbjoe2021I haven't been in pure Linux in a long time. Got my laptop on Friday and put on Ubuntu  using i300:11
=== qskwood_ is now known as qskwood
kjaniGood Morning Everybody !00:51
=== gschanuel27 is now known as gschanuel2
=== launchd is now known as BuddyTheElf
=== pntaylor_ is now known as pntaylor
=== [code]_ is now known as [code]
=== blackest_mamba_ is now known as blackest_mamba
=== genii is now known as genii-core
Sven_vBin focal, is there an easy way to add an icon widget to xfce4-panel that I can type into and have the letters sent to my shell script, and control the widget's icon using shell commands?04:14
Sven_vBI could probably also use Unicode emoji characters instead of icons04:16
yukiupconky?04:37
yukiupidk04:37
Sven_vBwow, that seems to be the emacs of panel widgets. :D04:49
Sven_vByukiup, thanks!04:49
Mibixso i used the ubuntu software installer to install sabnzbd and now it cant be removed06:20
Mibixsays it cant find the package06:20
toddcMibix: snap see  https://www.simplified.guide/ubuntu/remove-snapd06:28
toddcunless you installed it from a ppa06:28
=== comlord1 is now known as comlord
Mibixi got it from synaptic package manager :D06:30
toddcMibix: not used synaptic in a logn time that may be part of it  run snap list and see if it is listed first06:33
tsujpmy wifi adapter keeps disappearing on ubuntu 20.04; it's a thinkpad x13 and the wifi is an intel wifi6 ax20007:21
tsujpI can tether my phone and get internet back via USB tethering but this is really frustrating and none of the things I can find via  google of "ubuntu ax200 wifi adapter missing" fix it07:21
tsujpCan anyone help me here?07:21
spottercan the ubuntu installer install boot on a different drive?  (i.e. HP DL380P's P420 in HBA mode doesn't enable any of its normal backplane removable to be booted.  It seems what one should do is install a usb (not good for active use, but should be fine for /boot) and have it boot off of that and use the then resolvable backplane drives for / or what not drives07:59
Mibixi am trying to set up a mount in fstab and I am doing something wrong because i cant access any of the folders where it mounts /mnt /media/mibix-module none defaults,bind,rw 0 008:06
EriC^^ what happens when you try 'sudo mount /mnt'08:08
Mibixi think you mean sudo mount /media/mibix-module08:10
EriC^^yeah, you're right08:10
Mibixit makes the folder and i can see folders inside08:10
Mibixbut they all dont have anything in them08:10
Mibix0 access08:10
EriC^^maybe you have to set it rwx ?08:11
Mibixthink i need to add uid and/or gid08:11
EriC^^Mibix: could you give an example line out of 'ls -l' ?08:11
Mibixits all mounted as root heh08:12
Mibixnoone else has access to folders08:12
EriC^^aha08:12
EriC^^so if you do 'sudo -i' and try to access it all works fine?08:12
EriC^^Mibix: i dont think you can give it a uid and stuff, if it's mount binding /mnt i think you have to see that filesystem's properties and mount options and stuff08:13
EriC^^what fs is /mnt?08:14
SteelRoseHi all! I creater a local repo, apt-mirror completes fine... my nginx config points to the /repos directory... then I created a soft-link from /var/www/html/ubuntu to /repos/ubuntu ... this worked fine but now it does not.  apt clients complain with "The repository http://foobar/ubuntu focal Release" does not have a Release file ... which is not true... Ideas? Thanks08:15
MibixEriC^^ i dunno what fs is yours lol08:15
EriC^^fs is filesystem08:16
Mibixi know08:16
Mibixas far as i know everything on my system is ext408:16
EriC^^Mibix: try "mount | grep mnt"08:16
Mibixall ext4 in there08:17
EriC^^ok, if the permissions aren't important or it's OS related or something you could chown it all to whatever user you wanted, or set the permissions so it's accessible by everyone08:18
EriC^^"chmod -R 777 /mnt" to change permissions so everyone can access08:18
EriC^^sudo chmod..08:18
EriC^^*it's not OS related08:19
Mibixin /mnt the permissions are already there they just arent staying with the bind08:20
Mibixfstab is mounting at as root and its breaking verything08:20
EriC^^can you give a line from "ls -l /mnt" ?08:22
Mibixeven if i chown it nothing will happen08:23
EriC^^fstab doesnt mount as root, with ext4 the permissions are a part of the fs, not like ntfs etc where you can set them on mounting (cause those are fake ones and the fs doesnt have them saved)08:23
EriC^^nah something will happen :D08:23
Mibixdrwxr-xr-x 5 mibix mibix 4096 Nov  4 14:29 E08:23
EriC^^ok and what about "ls -ld /mnt" ?08:24
Mibixeven if i chown in the new location it doesnt do anything08:25
Mibixdrwxrwxr-x 34 root sonarr 4096 Sep 17  2019 /mnt08:25
EriC^^ok, so now try 'ls -ld /media/..../E'08:26
Mibixdrwxr-xr-x 2 mibix mibix 4096 Oct 17 05:00 /media/mibix-module/E08:28
Mibixsince i chowned it08:28
EriC^^?08:28
EriC^^ok so "ls -l /media/...E" now works?08:28
Mibixnope08:28
Mibixstill nothing08:28
EriC^^what exactly does it say when you do it08:29
Mibixtotal 008:29
Mibixalready pasted what it said with -ld08:29
EriC^^ok is something mounted under E ?08:30
Mibixits a whole hard drive08:30
Mibixand it shows up in /mnt/E just fine....08:30
EriC^^yeah that wont work08:31
Mibixive noticed...08:31
EriC^^you need to rbind it08:32
EriC^^just tried it here, with mount -R it works, not sure what the fstab line is, probably rbind08:32
Mibixomg08:34
Mibixdo i need to do an automount on that?08:35
EriC^^did you change bind to rbind in fstab?08:36
EriC^^ah you mean if you should automount "E" ? yeah08:36
weedmicI have to resize 48 media.  I do the following in parted, select /dev/sdb p resizepart 1 31.9GB p (to see it worked) quit - my question is.  Is there a one line command I can do at a console to do those steps I do inside parted?08:37
Mibixits not just E08:37
Mibixits all my drives i want mounted08:37
EriC^^then add them all08:37
Mibixi dont get where i add the automount thing in the fstab entry08:41
EriC^^defaults,auto08:41
EriC^^you want to add the other mounts after the initial /mnt08:42
weedmici have found nothing about using parted outside the tool08:42
Mibixwhat are you talking about its just 1 mount? /mnt /media/mibix-module ext4 defaults,rbind 0 008:44
Mibixit was working for a second grrrrrr08:45
EriC^^Mibix: i meant the sub mounts, .../E etc08:47
Mibixwhy do i have to do submounts08:47
Mibixi thought rbind was recursive08:47
EriC^^you said you wanted all your drives mounted, how do you expect it to know that08:48
Mibixbecause they are all already mounted in /mnt08:48
Mibixi just want to be able to access them from another location08:49
EriC^^right now, yeah but if you want it all done on boot?08:49
Mibixits one folder08:49
EriC^^ok08:49
Mibixi want bound to another place08:49
EriC^^Mibix> do i need to do an automount on that? Mibix> its all my drives i want mounted08:50
Mibixmy drives already mount to /mnt08:50
Mibixi want them to be accessible in /media/mibix-module too but it wont work08:50
EriC^^did you mount them after the rbind? cause that wont work i guess08:54
Mibix dude08:56
Mibixim only messing with the rbind line08:56
EriC^^what's confusing ffs08:56
Mibixthat the rbind line isnt working....08:57
Mibixstill cant get in to subdirectories08:57
EriC^^type 'sudo umount /media/mibix-module && sudo mount -R /mnt /media/mibix-module'08:58
EriC^^cd out of any dirs if you're in any08:58
EriC^^in /media/mibix-module08:58
Mibixim restarting09:00
Mibixi swear this worked for a second09:00
=== diskin is now known as Guest413
=== diskin_ is now known as diskin
Mibixomg it worked09:08
Mibixit must have been that forced umount i did09:08
Mibixthanks EriC^^ i think we were completely misunderstanding eachother the whole time  but we got it haha09:09
EriC^^Mibix: great, no problem09:11
xu-irc86whello, so i see the blue mode in the monitor color conf app, what does it do? i just see the screen went a lil cold or what u say, is this good? while all other settings doesnt function in conf10:04
KBarxu-irc86w, are you running Xubuntu?10:06
xu-irc86wyes10:06
KBarJoin #xubuntu.10:06
=== iqexcept_ is now known as iqexception__
=== henry404082 is now known as henry40408
linnetHi, What is the command to use to change the passphrase for an encrypted drive on Ubuntu 20.04.12:24
linnetI do know the current passphrase.12:24
=== gschanuel20 is now known as gschanuel2
cbreakhow did you encrypt it?12:26
linnetcbreak, during installation.12:27
cbreakA normal or a zfs one? I think the normal one can be controlled via cryptsetup, the man page of that mentions luksChangeKey12:28
cbreakbut I don't know if that's the way Ubuntu intends users to interact with it12:28
linnetIt is almost certainly Ext4. Small chance that it is XFS. Machine not with me right now so cannot check.12:29
linnetThanks for the pointers. I will check out both and see if any of them works for me.12:30
=== iqexcept_ is now known as iqexception__
pagioshello is letsencrypt still valid ? it is giving me R3 violation on new certs13:32
ogra_pagios, definitely still valid ... make sure to have your ca-certificates package up to date, there were root certs expiring recently ....13:42
pagiosi see13:43
pagiosogra_: how can i do that? i am using upgrade13:43
pagiosand update13:43
ogra_that should be enough13:43
pagiosogra_: need to recall certbot ?13:44
pagiosreexecute i mean13:44
pagioscoz i already did before the upgrade update13:44
brontosaurusrexhello13:45
ogra_perhaps ... i'm no cert specialist ... i just know that there were some issues recently where plenty of servers were behind on refreshing their certs and caused denials/violation notices13:46
ogra_... same for clients that were not up to date13:46
pagiosstill getting certiifcation not valid13:50
=== iqexcept_ is now known as iqexception__
=== iqexcept_ is now known as iqexception__
=== iqexception__ is now known as iqexception
weqAnyone able to guide me how I should approach an issue where `reboot` causes the filesystem to dirty somehow...? Shutdown -h now works but reboot causes it to just boot straight into busybox where I need to run fsck manually.13:57
=== iqexception is now known as idexception
lotuspsychjeweq: can you find more clues on reboot, pressing F1 to switch to text reboot?13:58
=== adam_mc_ is now known as adam_mc
=== idexception is now known as iqexception
weqhttps://imgur.com/a/BAALynf14:01
weqI don't know if that helps in any way.14:02
lotuspsychjehmm a weird one weq not sure whats going on, maybe disk tools a smart test on your hd(s)?14:06
weqsmart tests is just fine afaik, did a long test with smartctl etc.14:06
weqThe disk has only like 80 hours of run time. 0 bad sectors etc.14:06
lotuspsychjeweq: wihc ubuntu release/kernel version is this?14:07
weq18.0414:09
weqLinux ksa4910966 4.15.0-162-generic #170-Ubuntu SMP Mon Oct 18 11:38:05 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux14:09
lotuspsychje!info linux-image-generic bionic14:10
ubottulinux-image-generic (4.15.0.163.152, bionic): Generic Linux kernel image. In component main, is optional. Built by linux-meta. Size 3 kB / 17 kB. (Only available for i386, amd64, armhf, arm64, powerpc, ppc64el, s390x.)14:10
lotuspsychjeweq: try update, when did this start to happen? after some updates?14:11
weqWe can't update this to a newer version yet because of software compatabilities as of now.14:11
weqIt happens after a fresh install of 18.04. I'm curious if it is tied to some hardware or power management of some sort.14:12
weqIt happens with same kind of machines with a specific serial number. And older version of the same machine works just fine.14:12
ydobonhi, lets say i have a machine with two bootable hard drives, one hard drive have ubuntu installed and the other drive have different OS, when ubuntu receive kernel update it run grub update in order to tell grub to point to the new kernel image,how can i ensure that grub update install grub on the hard drive that contain ubuntu and not the hard drive that contain the other OS ?14:25
cbreakydobon: it should be installed on the EFI partition that's mounted to /boot/efi in /etc/fstab14:26
ydobonand the mount is dynamic ?14:26
ydobonso would it know the correct hard disk ?14:26
ifhello14:33
roflbotHi guys, I got some questions about a apache version. They claim its vulnerable to sereval attacks, if not how to refute? :)14:44
roflbotapache2  2.4.29-1ubuntu4.1914:44
roflbotits got the last patch from bionic lts, vanilla install from bionic repository14:45
Maikit will or probably has been patched so nothing to worry about i guess14:48
roflbotI guess too14:48
Maiki don't see anything here https://ubuntu.com/security/notices14:49
roflbotthanks Maik!14:55
=== ledeni__ is now known as ledeni
pagioshi  all, so i have a *.domain.com certificate issued from comodo, can i create a new CA put that root certificate on it, nd generate server.domain.com etc ?15:15
=== mh3f is now known as Guest2088
=== mh3f_ is now known as mh3f
mh3f@pagios: no, you won't be able to do that. The certificate you get isn't a root certificate15:20
cbreakpagios: if you create a root certificate, you're the only one that will accept it.15:20
pagioscan i create a root certificate for my public domain ?15:20
pagiosam i allowed to do so ?15:20
pagiosor it alwasy have to be one of versign and built in browsers  thing?15:21
leftyfbpagios: https://letsencrypt.org/15:21
mh3f@pagios: yeah, you can do whatever you want. Other people won't automatically trust it though.15:21
pagiosmh3f: idea is to have the trust from any browser without getting the warning15:21
pagiosif i need to do that, i cant host a root cert righT?15:21
pagiosneeds to be one lf the built in one in the browser?15:22
leftyfbpagios: what is your end goal here?15:23
mh3fyou can add it to their trust store if you have control of their PC like a company PC15:23
pagiosi dont own the pcs15:23
brandonelizaNot really a support question but curious how nload works does it capture bandwidth usage for the whole session15:24
leftyfbpagios: If you're just trying to add https to your websites/applications, just use letsencrypt15:24
brandonelizaclosing and reopening or using multiple instances gives same results15:24
pagiosno! i need to use my own ca not letsencrypt15:25
Guest50so my tip when You have speakers attached to pc is to always run silence.wav15:25
Guest50in background15:25
Guest50but this should not be an issue15:25
mh3fpagios: you don't have a lot of options. What's the reason you cannot use something like Let's Encrypt?15:28
mh3fbrandoneliza: I just installed nload and ran strace on it. It's read from /sys/class/net/enp0s25/statistics/*  (where enp0s25 is the interface)15:38
mh3freading15:38
mh3fpagios: here is a discussion of why LE doesn't offer intermediate certificates https://community.letsencrypt.org/t/does-lets-encrypt-offer-intermediate-certificates/71957/615:40
mh3fit'd be awesome if they did15:40
n-iCeguys do we have x ray softwares? I need a dental radiovisiograph hardware to work in linux15:52
brandonelizan-iCe: not that I know of. Just check if your haerdware vendor provides such15:59
=== five64334 is now known as five6433
=== five64330 is now known as five6433
=== mh3f_ is now known as mh3f
=== Sven_vB_ is now known as Sven_vB
Sven_vBhi :) On focal, I'm trying to make my gnome-terminal show the U+27BF Double curly loop character. whether I paste it, or generate it with "echo -e '\u27BF'", the resulting character always looks like a wide character made of an arrow to the right and a space character. what's wrong?16:38
ioriaSven_vB, probably your Encoding settings16:43
=== phireant5 is now known as phireant
=== kinghat1 is now known as kinghat
=== DArqueBish0p is now known as DArqueBishop
=== vit is now known as Guest3140
=== genii-core is now known as genii
Sven_vBioria, how do I check them? I have LANG=en_US.UTF-8, and another character from the same Unicode block, U+27BD Heavy wedge-tailed rightward arrow, is printed with no problems17:14
alkisgSven_vB: which font are you using in the settings? It shows up fine here in MATE 22.0417:41
leftyfbalkisg: 22.04?17:43
alkisgYup, trying to report any issues early...17:44
Sven_vBalkisg, [x] Custom Font: Monospace Regular 1017:47
alkisgSven_vB: try unchecking that, to use the system font17:47
Guest4100good afternoon. I am trying to create an autorun usb stick for my ubuntu 20.04 and have been googling for 2 days. nothing i find even comes close to working, can someone help me17:59
=== Guest4100 is now known as dablitz
Sven_vBalkisg, unchecking the box only makes the font smaller, but the characters stay the same.18:04
dablitzI am running 20.0418:05
alkisgSven_vB: and which font is it using now, which one is the default one in gnome?18:05
Sven_vBdablitz, I'd try a systemd path unit to trigger a one-shot service18:05
Sven_vBdablitz, what are you trying to accomplish with the autorun? maybe there's a less dangerous way than actual autostart18:06
alkisgSven_vB: try ubuntu monospace18:06
dablitz@Sven_vB what I am trying to do is install a bash script on my father in law pc without having internet connection. he live in a rural area and can recieve the script via email at work. so i do not know what the product/vender ID of the USB stick he will use.18:08
dablitzit is a simple script to install some update debs18:08
dablitzhe will get the debs and this script via email and just plug it in18:08
Sven_vBdablitz, you can format the USB thumb drive with a GUID Partition Table (GPT) and address the partition by UUID via /dev/disk/by-partuuid/18:09
Sven_vBdablitz, having him execute a script received via email seems a bad idea anyway18:10
dablitzok how would suggest i pull this one off. he has no internet at home18:10
dablitzif I could do this via long rang HF ham radio I would do that, but that is not going to happen18:12
alkisgHave him double click on the stick icon, then double click the "my-deb-installer.sh", then select "yes, execute"18:12
Sven_vBwell, as long as you have him verify the received script with a strong hash checksum, it should be ok18:12
Sven_vByeah if you can send him the USB thumb drive over a phsically secure channel that would also work18:12
Sven_vBif you have crypto-signed email that should be ok as well18:13
dablitzguys he is 70 years old and not very computer savvy. knows everything there is about amature radio, but hand him a keyboard....that is another story18:14
dablitzthat is why I am trying to make this as easy as possible for him18:15
Sven_vBalkisg, now using Ubuntu Mono Regular 12. characters look the same as before. I guess "Monospace" was an alias for Ubuntu Mono Regular.18:15
=== PonyBlocks-_- is now known as Pony-Clause
Sven_vBalkisg, I'm running gnome-terminal in xfce4 though. could that be the problem?18:15
alkisgSven_vB: that's on ubuntu gnome-terminal 20.0418:15
alkisg? ok18:15
alkisgNo it shouldn't be the problem, unless you're missing the font18:16
Sven_vBGNOME Terminal 3.36.2 using VTE 0.60.3 +BIDI +GNUTLS +ICU +SYSTEMD18:16
alkisgI wonder if 22.04 has a newer version of the font that contains that character... let me see in a previous version...18:16
Sven_vBon Ubuntu focal18:16
Sven_vBwell, that character should have been in Dingbats since the inception of Unicode18:16
=== Pony-Clause is now known as Bad-Satan
alkisgDingbat fonts will certainly NOT work in a terminal, since they have symbols in the alphanumeric positions18:18
Sven_vBalkisg, Dingbats is the Unicode block name18:18
alkisgWell, unless you echo the wrong character, which maps there18:18
=== Bad-Satan is now known as Pony-Starks
alkisghttps://en.wikipedia.org/wiki/Dingbat18:18
alkisg> in the computer industry, a Dingbat font is a font that has symbols and shapes in the positions designated for alphabetical or numeric characters18:18
alkisgI thought you were talking about the font, not the unicode block18:19
Sven_vBoh I see18:19
alkisgSven_vB: it works fine in an ubuntu 20.04 live cd18:20
alkisg(gnome)18:20
Sven_vBodd, in Wikipedia I can only find Ornamental Dingbats as the Unicode block, which is way higher in the character range18:20
Sven_vBalkisg, that's odd. thanks for the hint. I'll try and figure out what font it uses there18:21
Sven_vBfound "my" Dingbats block, too. https://en.wikipedia.org/wiki/Dingbat#Unicode18:22
alkisgSven_vB: it works on the xubuntu 21.04 live cd too. Another thing you could try would be to `adduser test1`, and login as test1; if it works there, then you have some broken user settings18:23
maxzor_Is it normal that my do-release-upgrades plans to move from 20.04 to 21.04 and not 20.10?18:25
maxzor_afaik I am on focal and it proposes me to automatically upgrade to hirsute18:25
leftyfbmaxzor_: 20.10 is EOL. 21.04 will be EOL in January18:27
maxzor_I'm concerned because it does not work hehe. But given the awful mess of third-party repositories, snaps, flatpaks and stuff that I did I am not too surprised18:27
maxzor_ah...18:28
maxzor_maybe I forgot to upgrade for a bit too long then :/18:28
maxzor_no other way than clean install?18:28
leftyfbmaxzor_: I would recommend waiting till 22.04 is out in April18:28
leftyfbmaxzor_: 20.04 is supported for 5 years18:29
maxzor_21.10 is out right?18:29
maxzor_I am interested in upgrading "early" from my LTS because I was told that wayland was by default with 21.10+18:30
leftyfbmaxzor_: sure, though that will be EOL in July. Non-LTS releases are only supported for 9 months18:30
maxzor_thank you18:32
semwhat is /home/user/.ssh/environment? re: https://gist.github.com/tstellanova/76ee01c1599d9a9433cf18:40
semI don't see it in my home directory, so I don't know if that command will work: SSH_ENV=$HOME/.ssh/environment  #setup ssh-agent18:41
sarnoldsem: it's ready by the pam_env PAM module http://manpages.ubuntu.com/manpages/bionic/en/man8/pam_env.8.html18:42
sarnolds/ready/read/18:42
semdoes it need to be present in .ssh for that to work? Because my .ssh/ doesn't have a file called that (It is in a cloud-based IDE)18:43
sincorchetesHi all, I cannot compress and rotate logs with logrotate. I have this issue here: https://pastebin.com/gb95nBPB18:43
sarnoldsem: if you want it to be used when logging in via sshd, check /etc/pam.d/sshd to see if it's configured18:44
semsarnold, I'm basically trying to start ssh-agent automatically when I log in. But I don't have root on this machine18:44
sarnoldsincorchetes: looks like it worked fine?18:45
sarnoldsincorchetes: wrong paste?18:45
semand /etc/pam.d/sshd does not exist on my system18:45
sarnoldsem: ah, then you're doing something else *entirely* :)18:45
sincorchetessarnold, https://pastebin.com/raw/gb95nBPB18:46
sarnoldsem: normally the desktop environment starts the various agents when they start up -- what DE or WM are you using?18:46
sarnoldsincorchetes: which line exactly looks wrong to you?18:46
=== Agent is now known as ssh-agent
semI believe it is called "Cloud 9" and it is run by AWS. It's running ubuntu 20.04. The specific instance is ide.cs50.io18:47
sincorchetessarnold, hola.log is not compressed, and tells these is renaming to hola.log.1 but It is a lie, this file is not exists only hola.log18:47
semI found this helpfile useful: https://docs.aws.amazon.com/cloud9/latest/user-guide/env-vars.html but still not sure exactly what to put in there to start ssh-agent18:47
sarnoldsem: oh wild18:48
sincorchetesI removed the hola.log entries of /var/lib/logrotate/status but still does not work18:49
semit's one of those things where it doesn't take me that much time to do 'eval `ssh-agent -s`; ssh-add` So I should probably just do that instead of waste time trying to do admin stuff on a system where I only have a user account18:49
ssh-agentheh18:50
semdidn't know I'd summon you! How would you invoke yourself in a .bash-profile?18:51
sarnoldsem: hmm, ~/.bash_profile would only work if a shell session is used while spawning whatever it is that this thing is..18:53
sarnoldssh-agent: hah :)18:53
semsarnold, well I found out that it DOES work for adding ~/bin to my path18:53
semPATH=~/bin:$PATH or something like that18:54
sarnoldsem: did you test it by starting a shell? or by trying to execute something in your custom PATH via alt+f2 or windows+r or whatever the keyboard shortcut is for "run a command"? :)18:54
sarnoldsincorchetes: so.. delaycompress says "Postpone  compression  of the previous log file to the next rotation cycle. " -- perhaps that means it'll compress hola.1 to hola.2.gz on the *next* call?18:55
semsarnold, when I go to ide.cs50.io and log in, I get a terminal at the bottom of the screen. If I type "echo $PATH" I see that it's part of the path in that terminal, and any other terminal windows I create18:55
semI'm not exactly sure what shell means18:55
semI think these terminal windows are all tmux under the hood18:56
leftyfbsounds like a highly modified version of linux based on ubuntu18:56
semit's literally a web-based ide! Pretty wild18:57
sarnoldsem: hmmm... *ages* ago, I used the keychain package for something very similar to this -- it'd help manage a single ssh-agent via ~/.bash_profile files -- I bet that'd do the trick  -- https://www.funtoo.org/Keychain18:57
semI was wondering if I could download it and put it in my ~/bin, since I don't have root :D18:58
semI'll mess around on my own a bit and see if I can get something working18:58
=== ssh-agent is now known as Agent
sincorchetessarnold, I just only want compress the file nothing more X_X19:02
sarnoldsincorchetes: maybe remove the 'delaycompress' command then?19:05
=== keypushe- is now known as keypusher
sincorchetesI got this: https://pastebin.com/raw/uvZbfxZA pfff That's not renaming and not compress19:10
sarnoldsincorchetes: okay, so at least the log is showing the right stuff now. try running it with strace: strace -o /tmp/logrotate.out -f logrotate -fd /etc/logrotate.d/mine   -- and then we can look through the strace output to see where it went wrong19:11
semI am pretty sure putting that script in .bash_profile worked :D19:18
sarnoldsem: woot!19:18
semyeah; we'll see if it develops problems over time, but opened a new shell and ssh-add -l acts correctly for now19:19
sarnoldsem: nice nice19:19
=== Guest6179 is now known as Ders
=== Wise is now known as Loca
SilverFoxHeyo! Im playing around with ubuntu frame and its pretty cool, works fine and i did the tutorial with the webage kit19:32
SilverFoxi want to make my own program, but i dont want to do snap packaging... can i use maybe xforwarding instead?19:32
sarnoldSilverFox: those seem like orthogonal issues to me; my guess is X forwarding isn't going to work great on a wayland protocol display server19:35
leftyfbalso, pretty sure this is built off of ubuntu core, which is snap-only19:36
SilverFoxsarnold, oh, i thought i could run an x server layer19:36
SilverFoxleftyfb, im using ubuntu server on a pi rn19:37
sarnoldSilverFox: you mean something like xnest but with wayland? hmm. normally embedded stuff doesn't have a ton of memory to spend on extra layers. does yours?19:37
SilverFoxsarnold, it does, but you have a point... maybe i should learn snaps...19:44
SilverFoxsarnold, my distribution dosent normally do snap-stuff, but i could learn, maybe fire up an ubuntu vm19:44
SilverFoxthanks for the advice~19:44
=== Loca is now known as OldWolf
sarnoldSilverFox: yeah, makes sense; hopefully snap packaging is low effort enough that it's not a big deal to test out frame end-to-end..19:47
SilverFoxsarnold, im sure i can figure out a workflow, i think there was a way to simulate ubuntu-frame in a window on wayland for like, developing reasons19:49
SilverFoxcool stuff~ thank you!19:49
sarnoldSilverFox: woot :) have fun :)19:49
noarb-does anyone know if there is an archive for voices.canonical.com? I'm not really sure what that is/was. I was looking for this page: http://voices.canonical.com/jussi.pakkanen/2013/04/16/why-you-should-consider-using-separate-build-directories/20:06
sarnoldnoarb-: https://web.archive.org/web/20190715081007/http://voices.canonical.com/jussi.pakkanen/2013/04/16/why-you-should-consider-using-separate-build-directories/  :)20:14
dev4449Hi. Good day.20:19
noarb-sarnold: ah, I didn't know it was personal pages, I saw this url linked in a meson page and was wondering if there were other articles to browse there. probably not :) thanks!20:19
dev4449I accidentally deleted "Login" in Passwords and Keys system application.20:19
dev4449Should I be worried about this? Is there anything I should do ?20:20
dev4449I followed this guide: https://askubuntu.com/questions/1027570/default-keyrings-login-folder-deleted20:25
dev4449And did the instructions it mentions20:25
sarnolddev4449: oh nice, I hadn't seen this before20:27
dev4449sarnold: Seen what?20:27
sarnolddev4449: well, a lot of it ;) I don't know the passwords and keys application, didn't know that there was a 'login' thing there that would be persistent, etc20:28
dev4449okay20:28
=== blackest_mamba_ is now known as blackest_mamba
vlmHow to know if a raid controller is possibly failing? Had one time multiple errors related in dmesg, then after reboot its gone, seems fine when writing to disks, any other approach to this?21:10
=== Pony-Starks is now known as PonyBlocks
=== fengshaun_ is now known as fengshaun
=== Azonic_ is now known as Azonic
uelkdeinit5 keep crashing on kubuntu 20.04, how do I fix this?22:38
=== pasiz9 is now known as pasiz
coraxxhello there ...here is a question ... how do I create/customize MIME types in Ubuntu ? (10 years ago there was a GUI application called 'assogiate' ..is it still there or maybe an alternative ?22:56
=== LabMonkey is now known as Mechanismus
=== Thargoid is now known as stw
sarnolduel: are there any messages in your ~/.xsession-errors or journalctl output that looks related?23:20
uelit gives me a log to report, seems like it's related to thumbnail generation23:23
ueleverytime a thumbnail is generated, kdeinit5 crashes23:24
sarnoldcoraxx: my guess is that you probably want /etc/mailcap* files instead of /etc/mime.types -- see update-mime(8) manpage. it's not exactly friendly, a gui tool to help would probably be a good idea..23:24
sarnolduel: oh. ew. that probably happens a lot23:24
uelyes, it's so annoying23:24
coraxxsarnold: yeah GUI ... but I can't seem to find any.  And assoGiate is no longer distributed23:26
sarnolddeleted 2013.. dead upstream since 2007 :( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=70876223:28
ubottuDebian bug 708762 in ftp.debian.org "RM: assogiate -- ROM; RC bug, low popcon, dead upstream" [Normal, Open]23:28
coraxxsarnold: it worked for me ...used it "precise" .... I don't mind them removing it ...as long as they replace it... MIME-type management is too tricky to do manually in CLI as there are more hoops to go through and no "overview"23:31
coraxx*used it in "precise"23:31
sarnoldcoraxx: the number of times I've seen gimp try to open a pdf.. *sigh*23:33
geniiheh23:33
coraxxsarnold: :-)23:33
coraxxsarnold: (luckily pdf-MIMEType has already be defined, so a simple file-association does the trick)23:34
coraxx*be=been23:34
mmx_in_orbitis there any way to run a program/app that supposedly requires OpenGL 4.0 but i have no graphics card at all? can the opengl 4.0 "requirement" just be ignored?23:44
mmx_in_orbitmaybe make it try it's best to continue on as much as it can?23:45
sarnoldmaybe https://virgil3d.github.io/ ?23:46
mmx_in_orbitall i need is command line23:47

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