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

luizfrdshello folks, i need a CLI application that monitors the heap usage of a PID, if it can generate a graph or something to show me the actual tendency of heap usage over time would be great!01:01
luizfrdsthanks!01:04
sarnoldluizfrds: why heap specifically?01:06
luizfrdssarnold, right now i'm using pmap to monitor the memory usage of a application that i'm working01:16
luizfrdsand i think i may have a memory leak01:16
Blade-RunnerBy default Ubuntu/ElementaryOS configure their GRUB to use very small fonts. That really hurts my eyes. I decided to play with GRUB and increase the font size. The process is rather straight forward: or so this webp says, i can someone walk me thru the instructions?01:17
=== MalkbabY_ is now known as MalkbabY
sarnoldluizfrds: valgrind is pretty good for tracking down memory leaks; there's also a memleak tool on https://github.com/iovisor/bcc#tools that might work for you, too; it didn't work for me jjust now, I don't klnow if it'd be easy or hard to fix..01:19
luizfrdssarnold, i can see it changing over time, but as it is quite dynamic, i would like to just like to extract the main tendecy01:19
sarnoldBlade-Runner: hah yeah I've got a 4k screen on my laptop, I basically can't read grub at all01:20
luizfrdssarnold, yeah, the application is quite big, i'm just trying to understand where it is leaking, as it uses external libs too01:20
Blade-Runnersarnold: yes i hear you01:23
Blade-Runnerits just mostly annoying01:24
Blade-Runnermaybe you would like this : https://vietlq.github.io/2019/09/22/make-grub-font-size-bigger/01:25
Blade-Runnerif it helps let me know01:26
Blade-Runneri'm such a nOOb i can't figure it out01:28
luizfrdscan i get the memory usage of my application with C?01:32
sarnoldluizfrds: well, there's a lot of different things there.. /proc/pid/maps shows all the OS-level allocations, and /proc/pid/status has some summaries of those in the various fields01:34
sarnoldluizfrds: but an application that does a thousand malloc(1000) calls followed by a thousand free(p) calls will probably not return any memory to the OS even though it doesn't have any memory leaks01:35
sarnoldBlade-Runner: bummer that you have to make your own font though :( I'm surprised there aren't a few more fonts already installed to pick from01:35
=== zbenjamin is now known as Guest71021
=== zbenjamin_ is now known as zbenjamin
=== halvors1 is now known as halvors
edlouI got my eyes on all of you05:28
matsamanedlou: lies06:13
maretHi I am trying to figure my a temperature on my Ryzen 5900/ I've run sensors-detect and it has found Family 17h thermal sensors , but when I run sensors I am not sure I am sing core tempratures only CPUTIN -> output https://paste.debian.net/1192069/06:50
=== raj__ is now known as raj
rajI have sshed to a remote ubuntu server within vscode's terminal, but I can't edit root files with `sudo code somefile.conf` since I get `sudo: code: command not found` as a response. Any way I can edit the somefile.conf with root permissions?07:45
ThinkT510raj: if nano is on the remote machine then you can use that07:58
rajso no way to use vscode then?07:58
furycd001HI guys.. Anyone here ever used mpd over a local network :? I've an android device that's connected to a bluetooth speaker & has MALP installed. I cannot seem to get MALP to connect to mpd which is running on my main laptop.07:59
furycd001I've entered in my laptops ip address & mpd port number, but I always get the following error >> "EtrackUriirror: failed to connect"07:59
ThinkT510raj: by ssh'ing to the remote machine any command you run from the ssh session would be using whatever is on the remote machine07:59
furycd001Here's my mpd.conf >| https://termbin.com/bsa8m.Anyone able to help :? Thanks....07:59
furycd001Here's my mpd.conf >| https://termbin.com/bsa8m.07:59
rajhmm, ok08:01
rajThinkT510, can you make any sense of this answer https://stackoverflow.com/a/61826459/997624 ?08:01
ThinkT510raj: sorry, I don't use vscode and I don't really do a lot with ssh08:04
rajoh gotcha08:04
=== ace_me^^ is now known as ace_me
=== denningsrogue68 is now known as denningsrogue6
maretHi I am trying to figure my a temperature on my Ryzen 5900/ I've run sensors-detect and it has found Family 17h thermal sensors , but when I run sensors I am not sure I am sing core tempratures only CPUTIN -> output https://paste.debian.net/1192069/09:59
cbreakI'm not sure if current ubuntu supports ryzen5xxx well already10:00
cbreak21.04 hopefully will10:02
cbreakI get a ton of errors when booting because of the lack of support :(10:03
cbreakand in addition to sensors not working on the CPU, edac-util also doesn't work10:03
maretcbreak: really? there was some update related to Ryzden for 5.11 kernel which I've updated to10:04
maretand I though that sensors detected finding Family 17th sensor is good sign10:04
cbreakI'm on the latest ubuntu, and it has kernel 5.8.something10:05
cbreakwhich doesn't seem to support it well10:05
cbreakI also had k10temp found, but the only line it emits is temp1:         +0.0 C  (high = +70.0 C)10:05
cbreakand I don't think that's realistic10:06
marethh10:06
maretseems like i have to wait for 5.12 https://www.phoronix.com/scan.php?page=news_item&px=Zen-3-Desktop-CPU-k10temp10:08
cbreakseems 21.04 will ship with 5.11 :(10:10
cbreakat least if I parse https://packages.ubuntu.com/hirsute/kernel/ correctly10:11
maretdo you think it's such a risk to upgrade? normally I don't do it , but this will be exception.10:12
cbreakI'm not that much of a linux pro...10:13
mareti see, upgrading kernel is simple enough although not sure what are risks10:13
lotuspsychjemaret: ryzen machines often benefit higher kernels, could be good idea to run latest ubuntu releases10:18
lotuspsychjein some cases users are using !mainline kernels for temporary fixes too10:18
maretyeah I went with 5.11 for ryzen,  so far no problems10:28
marethow risky are they these days? there is an older thread about it https://askubuntu.com/questions/162616/should-i-upgrade-to-the-mainline-kernels10:29
lotuspsychjemaret: mainline kernels are not risky, but they arent used for daily use, its for temporary issues/cases10:31
lotuspsychjemaret: we strongly advice to use the kernels/HWE available in your apt cache on your specific ubuntu release10:31
maretyeah i went with 5.11 because of extra speed boost which it supposed to bring and thinking about 5.12 for temperature measurement, right now I can make it work10:34
mareti have long running intenstive processes and I want to check what are temperatures10:34
lotuspsychjemaret: come to #ubuntu-discuss plz got a link for you10:39
maretthats sounds creepy! right there...10:39
JohnnyonFlamehello. I'm trying to install libopusfile0 for both arm64 and armhf variants, but it seems that multiarch support on them is broken, since it forces me to remove the previously installed package. How do I go about debugging and reporting this issue?10:48
JohnnyonFlameI'm on XUbuntu 20.04 currently10:49
lotuspsychjeJohnnyonFlame: i see a bug #1883753 is that your case?10:59
ubottubug 1883753 in opusfile (Ubuntu) "The 64-bit and 32-bit packages conflict" [Undecided,New] https://launchpad.net/bugs/188375310:59
JohnnyonFlamelotuspsychje: precisely11:00
lotuspsychjeaffect to the bug if its your case, so this will help accelerating the bug solving11:01
JohnnyonFlamealrite, done, thanks11:06
lotuspsychjeJohnnyonFlame: the bug has now been auto confirmed, feel also free to make a new comment on your case/story/apt output11:07
noor2how do i change a file attribute so that it can only be added to that file and not overwritten11:47
tomreynnoor2: you don't give permissions tochange it to anyone or anything who or which shouldn't have it.11:50
noor2yh but they need to be able to write to that file but not change anything11:51
noor2if i use write they can write to it so how do i make it so they cant over write it11:52
tomreynonly the owner and root can change permissions ona file11:54
tomreynso if you grant write permissions through group ownership, you can prevent group members from changing permissions11:55
tomreyn(...and still enable them to write to the file)11:55
tomreyni hope that's actually correct, i'm only 90% sure11:56
noor2so if i change the permission for both user and group to write would they be able to overwrite the file?11:59
tomreynthe files' owner will be, the files' group (members) wont be12:00
tomreynoh overwrite the file, yes12:00
tomreynthey will both be able to12:00
tomreynthe files' owner will be able to change permissions on the file, the files' group (members) wont be12:01
noor2ok so how do i make it so they cant overwrite it, still new to linux, still figuring stuff out12:03
tomreyneither you're changing the question, asking different questions, or i'm just failing to follow12:04
tomreynonly root, and those granted +w permission on a file can overwrite it12:05
tomreynthe "stat" command may make it easier to understand permissions set on a file than just 'ls -l' initially12:06
alterjsivewhere can I read something about the canonical organisition/company? Who runs it? Filisofy etc.12:07
BluesKajHi folks12:07
tomreynalterjsive: on canonical.com, i would think. probably also on wikipedia.12:08
alterjsivetomreyn: I checked the site nothing, will check wikipedia12:08
alterjsivetomreyn: just checking if canonical is not evil12:09
alterjsive=)12:09
ace_me1every man "WHATEVER" should contain at first 1-3 examples of simple usage12:09
alterjsiveprobably not :)12:10
alterjsiveI really like what i've seen so far, just double checking.12:12
tomreynalterjsive: certainly Canonical is the driving factor behind Ubuntu, but this channel is just about Ubuntu support Q&A. there are several others, such as #ubuntu-discuss12:14
=== ace_me1 is now known as ace_me
alterjsiveok thanks12:32
rapid16When I've edited /etc/hosts do I need to restart the system?13:15
cbreakno13:19
toffowaveform: alright, I got the LibreOffice issue solved on 20.10/RPi4B! :) I purged libreoffice*, made sure I had only the ports.ubuntu.com deb sources in use and added the [arch=arm64] in between to be sure, reinstalled and it twerked! Dunno where in the hell the problem originated from, could be residues from 20.04 or something like that13:37
toffowaveform: now it works. happy easter! :o)13:37
CQhello, in a shell if I have redirected stdout to a file, how can I stop the redirection and redirect back to the console?13:38
unixbsdhello13:57
unixbsdI have a vmlinuz ready to be started using grub2.13:57
unixbsdhow to loopback (loop) ubuntu with a kernel : 5.8.0-25-generic/ i.e. /boot/vmlinuz-5.8.0-25-generic that is located on the file image (squashfs) ?13:58
fletch8527Hello all, hoping that I didn't really screw something up. I was upgrading my 18.04lts to 20.04lts and it got to a part that said the nanorc file has modified and if I wanted to keep or replace it. I select the option to see the differences and got to the end of the file but pressed CTRL-X thinking it would return me to the prompt to continue the14:00
fletch8527upgrade but it seems that it took me out of the upgrade all together `command terminated with single 2` . Im not very experienced with linux (enough to be dangerous it seems). When I press enter I get prompted to resurrect or destroy. When I select R it looks like its starting the upgrade over but says that another package manager is still running.14:00
fletch8527Is there a way to get back into the upgrade? This is Ubuntu Server (no GUI) and I started the upgrade by running `sudo do-release-upgrade -d`14:00
kur1jdoes anyone have an Ubuntu 16.04 box that they can run "curl https://www.pgadmin.org/static/packages_pgadmin_org.pub" and see if that works without a cert error?14:17
kur1jive updated all my certs on the system with `sudo dpkg-reconfigure ca-certificates` and `sudo update-ca-certificates` but it keeps complaining that the cert is invalid14:18
fletch8527I resolved my issue14:21
troozersAm just testing 21.04 Beta on a VM, and first time using ZFS; am getting an "unknown filesystem" error when running update-grub.  Is this a known issue with ZFS and update-grub, or just an "issue to be fixed" associated with the beta?14:24
troozersAm not encrypting the disks in any way14:25
EriC^^troozers: can you pastebin the output?14:29
EriC^^troozers: pastebin 'sudo parted -ls; sudo update-grub'14:30
troozersEriC^^: https://pastebin.com/hyGxfHbf14:32
[itchyjunk]This might be a silly question. I am looking for the menus on top for an application like "file" "edit" etc. My greater goal is to find "reader mode on" for "brave" browser. I'm on a ubuntu 18.04. I might just be following the instructions wrong but i wasn't able to find this option anywhere and am wondering if it even exists .15:01
[itchyjunk]Never mind, it doesn't exist for non windows version according to comments i found on google :|15:02
relipseHow can i catch mail being sent out instead of actually sending it15:27
leftyfbrelipse: I think your question is unrelated to Ubuntu support. You should try maybe #ubuntu-server though. I do question why you want to do this. Most MTA's allow you to do delegation or rules and are pretty well documented.15:34
relipsei'm on a dev machine and I just want to see the mail being sent15:34
relipselike how fakesmtp works15:34
dhuntrelipse: would something like https://github.com/gessnerfl/fake-smtp-server cover your needs?15:40
relipseTried but getting $ java -jar fake-smtp-server-1.7.1.jar15:42
relipseError: Invalid or corrupt jarfile fake-smtp-server-1.7.1.jar15:42
Ravagethen it probably is15:44
leftyfbrelipse: look at logs?15:45
=== dhunt is now known as donal
tobiasBoraHello, I'd like to know, in 20.04 is there a simple way to display battery notification on low battery (xubuntu)16:02
m0ph1ngSide note - is xubuntu included for discussion here or does it have it's own channel?16:02
m0ph1ngits*16:03
tobiasBoraOk, I found something in power management that displays the amount of battery that is left... Let's wait to see if it adds the notificaiton16:03
tobiasBoraalso, xubuntu has no volume icon on the systray...16:05
hmw[at]I have a nasty PC which seems not to like getting installed. I successfully installed an Ubuntu instance before, removed it again, installed Windows 7 and now I want to add Ubuntu, but I can't get past the partition screen. I have little knowledge of UEFI. How can I debug it?16:08
Maikhmw[at]: doesn't make sense since Windows 7 never used UEFI, besides that Windows 7 is EOL.16:10
tomreyntobiasBora: there's a dedicated channel for xubuntu specific things, such as the graphical desktop, if you like: #xubuntu16:10
hmw[at]I know about W7 of course (it will not be networked). This PC is nasty, I can get it to boot only every so many attempts16:11
tobiasBoratomreyn: ok thanks16:11
hmw[at]The BIOS is a little meh16:11
hmw[at]It could be crashing, when it tries to install GRUB, formatting the ext4 seems to work, but I don't see anything usefiul in the journal16:12
hmw[at]I ran the installer from the terminal too, no output whatsoever16:12
=== bildramer1 is now known as bildramer
Accordhey, I have some bluetooth issues, can anyone suggest any troubleshooting tips please? I've just done a system restart and this is my bluetoothctl output : https://paste.ubuntu.com/p/7Jppnz5KcF/17:45
techiehello, for the last three days, there have been issues regarding the turkish ubuntu archive mirrors. apt doesn't work, and i tried pinging "tr.archive.ubuntu.com" but it gives the error "temporary failure in name resolution". also i would like to specify that i can download apt packages via the main server without issues. thank you all for your18:01
techietime18:01
jpmhrunning a new ubuntu 20.4 install - when I do ssh -V it tells me: OpenSSH_8.2p1 Ubuntu-4ubuntu0.2, OpenSSL 1.1.1f  31 Mar 2020 - this is NOT the latest and my system is supposedly up-to-date - what am I missing here18:25
cbreakjpmh: https://packages.ubuntu.com/focal/openssh-client18:36
cbreak8.2p1-4ubuntu0.2 seems to be what is available to 20.0418:36
leftyfb!latest | jpmh18:37
ubottujpmh: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.18:37
jpmhcbreak: I'm missing something here - if I do a apt install ssh-client it tells me that it has installed a newer openssh-client - but I do not see that anywwhere18:38
jpmhcbreak: so I do have that version - it is just that I can not enter that name at the command line and if I just do ssh then I get the older one18:39
leftyfbjpmh: please pastebin the following: apt-cache policy openssh-client openssh-server18:40
cbreakjpmh: type `which ssh` and compare that with the output of `dpgk -L openssh-client`18:41
cbreakdpkg18:41
leftyfbjpmh: the server and client should both be 8.2p1-4ubuntu0.2 on Ubuntu 20.04. No other version is officially supported18:42
leftyfbjpmh: btw, you can just install "ssh" which will give you both the server and client18:42
leftyfband the client is always installed by default anyway18:42
jpmhleftyfb: https://paste.ubuntu.com/p/ZHj4b2msqX/18:47
leftyfbjpmh: ok, you have the latest version of openssh-server and openssh-client available to Ubuntu 20.04. What is the issue?18:48
jpmhleftyfb: the which of course shows /usr/bin/ssh18:48
leftyfbjpmh: ok, that's fine. Is there still an issue?18:49
jpmhleftyfb: what I am missing here is why the ssh that is there is NOT the one that apt seems to get18:49
jpmhleftyfb: yes - the issue is that when I use ssh -V I see one that is a year out of date18:49
leftyfbjpmh: I don't understand where you are getting that18:49
jpmhleftyfb: getting what?18:50
leftyfbjpmh: you're "ssh -V" shows version OpenSSH_8.2p1 right?18:50
leftyfbwell, more specifically: "OpenSSH_8.2p1 Ubuntu-4ubuntu0.2"18:51
jpmhleftyfb: YES - but the date is a year old - I thought that there were MUCH newer versions18:51
leftyfbjpmh: not in the Ubuntu 20.04 repos there aren't18:52
leftyfbjpmh: The date says March 2020. 1 month before Ubuntu 20.04 was released18:52
jpmhleftyfb: TY so much - I especially appreciate your patience18:52
leftyfbjpmh: if you are concerned about security patches, those get rolled in as part of the -XubuntuX.X releases18:55
leftyfbjpmh: you can look at the changelog by running: apt-get changelog ssh18:55
leftyfbjpmh: you'll notice there was a security update last month18:55
jpmhleftyfb: that is exactly what I was concerned about _ I remembered a patch from ast month, yet the ssh -V shows a date from last year - what am I missing here?18:57
leftyfbThe date can basically be ignored. That is the date from the Debian package at the time it was imported into the 20.04 repo from Debian. I don’t think it gets updated when Ubuntu updates the package separately19:00
jpmhleftyfb: again - ty so much - and I really appreciate the patient - that date is what confused me and on our other OS's we do see a newerr date19:03
leftyfbjpmh: were your other Linux distro’s released in the last year or are they rolling releases?19:05
PeGaSuShi guys. so I've updated my Ubuntu instance to 21.04 and while updating, this appeared: https://imgur.com/a/eV4hSF819:11
PeGaSuSI've answered "Yes", though. I'm wondering from where the "irc" user comes from though19:13
EriC^^PeGaSuS: looks like it's from the irc daemon19:14
=== thebope_ is now known as thebope
leftyfbPeGaSuS: Ubuntu 21.04 is not released yet19:16
leftyfb!ubuntu+1 | PeGaSuS19:16
ubottuPeGaSuS: Hirsute Hippo is the codename for Ubuntu 21.04. For technical support, see #ubuntu+1. For testing and QA feedback and help, see #ubuntu-quality.19:16
imrjdhi folks19:19
imrjdi want to upgrade libre office to latest version thats 7.1.x branch, i am on ubuntu 20.04 LTS19:20
leftyfbimrjd: remove libreoffice and run: sudo snap install libreoffice19:23
=== bildramer1 is now known as bildramer
imrjdtnx19:29
nualafor the sake of all the bunnies: i just can't make sense of top/htops memory counting, free is kinda my fallback.19:35
nualaso: any offhand onliner/htop magic how to group processes, x->y spelled: how to find memory footprint by related processes: e.g. /usr/lib/firefox19:36
nuala?19:36
sarnoldnuala: I don't recall seeing anything to do that, no :/ it would be nice to have19:38
nualai just experimented with htop: pressing `H` for grouping and then F4 for filter 'firef' and flexing some  mindgames/mental arithmetics…19:41
nuala(still not sure what MEM% mean, is it really like percentage of total memory available hardware wise 🤔19:43
sarnoldyeah19:43
maretHow worried should I be about ext 4 lazy initialisation ? I formated external USB HDD , 14 TB using mkfs.ext4 -m 0 -T largefile4 and I am worried if its misbehaves when plugged into RP419:50
kk4ewt14TB??19:51
sarnoldmaret: skimming the mkfs.ext4 manpage for info on the lazyness, it feels like a fine thing to do -- you'll pay the initiailization price for the table on mount, no big deal there, and the risks to the journal feels like it's only important in the first few minute / hours / days o the filesystem -- when it'd presumably be pretty easy to start over again if necessary19:54
maretand how it plays out , so I format the disk with lazy and start using it, it is initializing while I am using it? I am asking because right now I copying some stuff to it and I want to plug it into RP4 so I worry it will miss behave there19:56
sarnoldah, I wouldn't unplug it right away :)19:57
kk4ewti would format on the rpi4 myself19:57
maretsarnold: yeah actually it just happens that it is plugged to original machine for a few days before being moved to RP419:58
sarnoldI would expect vmstat 1 or iostat 1 to show you the IO traffic, and I wouldn't sync ; umount until there's no more IO traffic to the drive19:58
maretany other way how to figure out if it was initiliazed? I am asking because now I am copying some stuff so iostat will rightly show me some activity19:59
dTalI have an odd problem - my keyboard doesn't work in programs under GNOME320:00
dTalI can type into the search bar, and the keyboard works perfectly well in a VT, but I can't enter text into Firefox or Terminal20:01
sarnoldhmm, nothing reliable comes to mind; you could probably get perf or bcc tools to report when the kernel internal functions are called, etc, but I don't know offhand what those are, or if there'd be something called in a tight enough loop to be visible20:01
dTalone thing I notice is that when I hit keys in a terminal, the cursor pauses blinking while I type - as if I'm entering nonprintable characters20:01
dTalfor context, this is on an X1 Tablet Gen 3 2-in-1, booted to the latest Ubuntu liveusb20:02
sarnolddTal: any chance you can run dmesg or journalctl in there?20:05
dTalSure, what should I look for?20:05
dTalI'm not sure what I'd find that's relevant there, however, since the keyboard obviously works perfectly well at the kernel level20:05
maretsarnold: ok so if I run iostat -y 1 1 /dev/sda and I dont see anything there only 00 it means that the drive is initliazed?20:06
sarnoldmaret: I'd run it for ten seconds or so20:08
sarnolddTal: I'm not sure either, just hoping something stands out :/20:08
maretok thanks20:08
maretsarnold: just to double check the ext4 is initialising while you are using the disk with lazy on right?20:10
dTalAlso worth noting is the problem is the same when using the onscreen keyboard20:10
sarnoldmaret: that's my expectation, yes20:12
amazoniantoadScrolling has suddenly stopped with my mouse I'm using ubuntu 20.0420:14
amazoniantoadCan someone help me fix this?20:14
=== Thunderbi is now known as nckx
hwpplayer1hi people!20:49
Maikhwpplayer1: hi there, need any assistance with something?20:52
hwpplayer1Maik We run Ubuntu 18.04 server but I can not get updates20:55
hwpplayer1I am gonna test 19.0420:56
hwpplayer1But I can get updates for 20.04 server on Google Cloud Platform20:58
cbreakhwpplayer1: what do you mean with "no updates"?21:00
cbreak18.04 should be LTS, just like 20.0421:00
cbreakso you're supposed to get updates for years, security wise21:00
hwpplayer1cbreak okay21:02
cbreakhttps://ubuntu.com/about/release-cycle21:03
hwpplayer1cbreak: yep i know21:10
hwpplayer1This is a playground server21:10
hwpplayer1cbreak Maik Now it works21:16
Maik<hwpplayer1> I am gonna test 19.04 --> 19.04 is EOL21:20
hwpplayer1Now I run 18.0421:21
hwpplayer1I will full upgrade to 20.0421:21
hwpplayer1I reboot the vm21:22
phinxyI've put in bashrc to swap ESC to CAPS but after a couple of hours its reset to caps being caps.21:33
dTalphinxy: when you say "it's reset" do you mean your bashrc has been reverted?21:39
dTalThe bashrc will only affect newly spawned bash processes. Are you sure you're not using a terminal that you launched before you made that change?21:41
Peng_What to do if ddebs.ubuntu.com is missing symbols for the latest version of a package? Is there some other, more difficult place to find them? (e.g. somewhere in the build logs on Launchpad)?21:46
Peng_(specifically irssi)21:46
Peng_(on focal)21:46
sarnoldhey Peng :) that's the craziest thing, I wonder why that release don't have them21:57
amazoniantoadScrolling has suddenly stopped with my mouse I'm using ubuntu 20.0421:58
amazoniantoadCan someone help me fix this?21:58
dTalin here? unlikely, looking at the scrollback21:59
sarnolddTal: lol :)21:59
dTalmy keyboard doesn't even work in the latest liveusb22:00
shailangsadoes anybody know if its possible to automatically install all dependencies of a package when using apt-get, as it keeps showing "Depends: libboost-python1.71-dev but it is not going to be installed" ?22:01
sarnoldshailangsa: pastebin the command you ran and the entire error message and maybe someone can suggest what to do to unbreak your apt22:01
Pengsarnold: If they thought it would never crash, they were too optimistic. :)22:03
phinxydTal: well, the shellscript line is: `setxkbmap -option caps:escape`  and it affects what the key does everywhere, even in Firefox browser the capslock is esc.22:03
shailangsahttps://pastebin.com/3iRW7WG622:03
dTalphinxy: bashrc seems like the wrong place for that, you don't want it to run every time you launch a terminal22:04
sarnoldshailangsa: okay, try apt install libboost-python1.71-dev22:04
phinxyThe problem seems to be some daemon resetting the keyboard map22:06
shailangsait then gives me "The following packages have unmet dependencies.22:06
shailangsa libboost-python1.71-dev : Depends: python3-dev but it is not going to be installed" and it goes on same with the next dependency?22:06
sarnoldshailangsa: yup, keep that up until you get to something that looks like the root of the problem22:07
phinxyDoes the keyboard map have anything to do with the WM?  I'm on Fluxbox22:07
hggdhshailangsa: did you run 'sudo apt update' before trying to install the packages?22:07
sarnoldphinxy: wait, where did you stuff that setxkbmap command? doublecheck where you put it..22:08
shailangsaafter running "sudo apt update" it's still missing the mentioned dependencies, is it possible to auto install the dependencies?22:09
phinxysarnold: I've tried in the top line of .profile, .bashrc and also .xinitrc22:09
phinxyafter the computer boots the keyboard map is correct but after a while due to some reason the mapping is reset22:09
sarnoldphinxy: .xinitrc or .xsession make sense; .bashrc and .profile do not22:09
sarnoldshailangsa: apt does22:10
sarnoldshailangsa: you've done something to wind up in a broken state22:10
sarnoldshailangsa: the trick is to keep digging until you find out what's different about your system22:10
shailangsaperhaps its related to disabling the auto update feature under options?22:10
sarnoldshailangsa: probably not22:12
sarnoldshailangsa:  dpkg --get-selections | grep hold   might just get you straight to the answer, or it might not help at all. the most reliable way is to keep doing what you were doing until you find the cause.22:12
shailangsarunning "dpkg --get-selections | grep hold" returns nothing22:14
sarnolddang22:14
sarnoldthen keep doing the slow iteration22:14
hwpplayer1see you later friends22:18
sarnoldPeng: https://launchpad.net/ubuntu/+source/irssi/1.2.2-1ubuntu1.1/+build/19780424 -- perhaps related to https://bugs.launchpad.net/ddeb-retriever/+bug/1921940 if you want a bug to subscribe to :)22:28
ubottuLaunchpad bug 1921940 in ddeb-retriever "libgtk-3-0-dbgsym missing for focal-updates" [Undecided,New]22:28
sarnoldPeng: (cjwatson to the rescue again :)22:28
Pengsarnold: \o/22:30
error_onewhen booting from grub into a second hard drive, the resolution is 640x480 as it boots up, is there something i can put in the grub for that drive to set another resolution?22:30
tomreynerror_one: compare the grub configurations, make sure the grub version is the same? whihc ubuntu releases are you using on these HDDs?22:34
error_onethe first is 16, the one I'm having problems with is 2022:34
tomreynif you can't solve it that way, there is https://vietlq.github.io/2019/09/22/make-grub-font-size-bigger/22:34
tomreyn!yy.mm | error_one22:35
ubottuerror_one: Ubuntu 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-cycle22:35
tomreyn!16.0422:35
ubottuUbuntu 16.04 LTS (Xenial Xerus) is the 24th release of Ubuntu, supported until April 2021. Release notes at https://wiki.ubuntu.com/XenialXerus/ReleaseNotes22:35
tomreyn^ time to upgrade22:35
tomreyn(I'm guessing you were referring to Ubuntu 16.04 LTS and 20.04 LTS)22:36
error_oneyes22:36
tomreynyou can also just install the newer grub on both disks, or always boot off the same disk, configuring both systems on one installation.22:38
dTalWhoa, grub has a touchscreen keyboard!22:40
dTalIt looks like ass, but I'm shocked it has one at all22:40
sarnoldwow22:40
dTalthat's amazing22:40
dTalrendered using console characters, that's hilarious22:41
sarnoldlol22:41
=== hacxman is now known as hexo
=== tds2 is now known as tds
=== tds5 is now known as tds
=== yeats_ is now known as yeats

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