/srv/irclogs.ubuntu.com/2019/12/18/#ubuntu.txt

Fuseteamis appstream still in developement?00:06
pragmaticenigmaFuseteam: AppStream is a specification, there is nothing being "developed" as a program00:36
korubiiI think k3b muffed my gnome panel00:47
WaVhttps://pastebin.com/FJzG4cLM01:02
WaVSo I have a Lenovo P52 and I keep getting an update notification for a Lenovo P53. Can anyone provide any insight?01:02
WaVhttps://pastebin.com/Fh4CbnAR - This one also comes up as well.01:04
WaVThis is from the Ubuntu Software Center01:04
the-wesanyone know how to make lightdm's guest account feature not create a tmpfs for its home directory?01:08
the-wesI like it being in /tmp but not so much being limited to 7gb01:08
sarnoldWaV: weird :/01:14
sarnoldWaV: all those updates come from https://fwupd.org/lvfs/devices/com.lenovo.ThinkPadN2CET.firmware .. https://fwupd.org/lvfs/devices/com.lenovo.ThinkPadN2NETXXP.firmware etc01:15
WaVsarnold: It is weird. Look at the filename in comparison to the description.01:22
WaVFilename01:22
WaVLenovo-ThinkPad-P52P72-SystemFirmware-1.31.cab01:22
WaVDescription01:22
WaVcrap sorry01:22
WaVAnyway description says P53.01:23
sarnoldOH01:24
sarnoldI missed that the description did indeed look wrong :)01:24
WaVI mean it doesn't look like an important update, so I've been ignoring it for a while.01:24
WaVKinda hoping something else comes along and makes this update "obsolete"01:25
Fuseteampragmaticenigma: interesting so it should be adopted?01:25
pragmaticenigmaFuseteam: I'm sorry, but such discussions aren't really meant for this channel. If you really want to learn more you can look it up here: https://www.freedesktop.org/wiki/Distributions/AppStream/ or ask in a development based channel by searching with !alis01:28
tomreynWaV: please file a bug, fwupd / lvfs is still somewhat young and this needs to be fixed, since these are indeed different hardwares with different bios updates.01:33
tomreynhttps://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/thinkpad-p-series-laptops/thinkpad-p52-type-20m9-20ma/downloads/DS50402401:34
tomreynhttps://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/thinkpad-p-series-laptops/thinkpad-p53-type-20qn-20qq/downloads/DS54099901:34
tomreynWaVlooks like only the LVFS description is wrong actually.01:36
WaVtomreyn: How did you determine that? By the version number? (EX: P53 only have v1.19 available)01:42
tomreynlooks like lenovo re-released the latest bios update version (1.31 as 1.31.1.16) yesterday due to a resume issue on linux01:42
tomreynWaV: yes, very different version numbers, changelogs between these models.01:43
=== deathonater is now known as Smeef
WaVDo you feel that it is still worthy of a bug submission?01:47
sarnoldyes01:47
sarnoldit feels important to me to get the descriptions on these things right01:47
sarnoldotherwise people might not install updates :)01:48
sarnoldI just don't know how or where to report the issue01:48
WaVYea, me either tbh.01:48
tomreynmaybe against lvfs first of all? could cc the address given on the footer of https://fwupd.org/lvfs/docs/users01:49
tomreyni mean against fwupd01:50
WaVGot it. Will submit.01:51
tomreynhttps://fwupd.org/lvfs/newaccount lists another e-mail address, but i think it's really a single person (Richard Hughes) project.01:52
DarkTrick(A) Is this "normal"?  When I plug in my USB microphone the Xorg process runs up to 100% CPU for 1 ~ 2 minutes. After that two pulseaudio process are running on 10% CPU each.  (using xubuntu)01:53
tomreynWaV: in case you have a github account: https://github.com/fwupd/lvfs-website/issues01:53
tomreynDarkTrick: probably not, but it could depend on the cpu, too.01:54
sarnoldat least dell's superm1 is involved with the project at some level; he was quite active participant in the MIR https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1536871  (fun fact, I thought superm1 was a co-worker at the time; it's a fun story of how enthusiastic community people can make things happen in ubuntu :)01:54
ubottuLaunchpad bug 1536871 in npth (Ubuntu) "[MIR] fwupd" [Undecided,Fix released]01:54
mulletmanHi, in bash I seem to remember a way to make the output of ls show a * beside executable files and a / beside directories but i cant for the life of me remember how to do this?01:55
sarnoldmulletman: ls -F01:56
sarnoldDarkTrick: no usb microphone here but the xorg bit feels surprising anyway01:56
sarnoldDarkTrick: the pulseaudio part is less surprising, but it might still be weird01:56
mulletmansarnold, ... RTFM (a bit closer next time i guess). Thank you.01:57
WaVtomreyn: I do not have a github account, but I just an email off to Richard.01:57
DarkTricktomreyn, Core i5, 4 cores01:57
sarnoldmulletman: no worries, hehe :)01:57
tomreynWaV: very well01:57
mtetreaultI added a udev rule for a USB device that changes mode at runtime. The only thing that my udev rule does is changing the owner\group of the /dev/rawdevice. The issue that I am having is that it is done in two steps. First the kernel load the device as root:root and on a second step it is change to user:user. Is there a way to have this happen on a single step?01:58
sarnoldmtetreault: not that I know of01:58
DarkTrick(A) sarnold, tomreyn: thank you for the feedback. I will do some more testing and open a launchpad bug. (except if you'd advice me otherwise)01:58
tomreynDarkTrick: hmm, this sounds wrong then. check the output added on     journalctl -f    while you plug it in01:58
DarkTrick(A) tomreyn, sec01:59
WaVNow that's squared away, I'll go ahead and update.01:59
mtetreaultsarnold: I guess I'll have the software that waits on the change to also check for the owner|groupe change. I though it was a little bit hackish, but if it's the only way.02:00
tomreynWaV: so you don't use hibernation?02:00
mtetreaultsarnold: Just a thought, how does the kernel choose to mount a device as root:root? Are they all mounted root:root then a udev is required to change that behavior?02:01
sarnoldmtetreault: that's my assumption, yeah02:01
mtetreaultsarnold: alright, thanks for your time :)02:02
WaVI don't use it, no. I would be updating just to update.02:02
WaVtomreyn: ^02:02
sarnoldmtetreault: don't go just yet ;)02:02
DarkTrick(A) tomreyn, I can't really read anything informative out of that: https://pastebin.com/Ph1gnmzk02:03
mtetreaultsarnold: I am not going anywhere:P02:03
WaVBut that version of the update isn't even available through software center anyway.02:03
sarnoldmtetreault: there's a systemd.device manpage that describes something that might be useful for you, the systemd tagging mechanism02:03
tomreynWaV: okay, i just wanted to point this out since the update on lvfs is at the last but one version still, the latest one (released yesterday) is njot available there, yet02:03
sarnoldmtetreault: alright cool ;) I just iddn't want you to pop off while I was typing something longish, hehe02:03
WaVtomreyn: Understood :) Thanks for looking into it with me.02:04
mtetreaultsarnold: the systemd.device? You got my attention, I never heard of this, and I haven't stumble on this while searching!02:04
sarnoldmtetreault: man 5 systemd.device -- I don't actually understand this very well, like most systemd things it's both too verbose and too concise. heh. but I *think* you ought to be able to wait for the udev rule to have finished running before systemd then starts up whatever depends upon this device02:05
tomreynDarkTrick: this doesn't look wrong to me other than alsa restore failing (but this doesn't seem critical either). all those lines were logged withion a second, so it's unclear why Xorg would consume a lot of CPU cycles as a result there.02:07
sarnoldyou could try perf top to try to see what xorg is doing02:08
tomreynyou'Re welcome, WaV02:08
DarkTrick(A) sarnold, what do you with "perf top"?02:08
mtetreaultsarnold: this is super interresting. I am not  sure I fully understand this neither. But the way I understand this, it could allow me to run my application each time the device is detected.02:08
sarnoldmtetreault: yeah, that's about what it would do02:09
sarnoldDarkTrick: perf top can generate a profile of what the CPU is currently busy doing, and periodically shows you a summary like http://paste.ubuntu.com/p/SmHKQWSQzR/02:11
sarnoldDarkTrick: if the program sucking up all the CPU time has descriptively named functions, it can sometimes show you pretty quick what's going on02:12
sarnoldDarkTrick: or it could be an exercvise in futility trying to figure out what's going on :) but it's a pretty useful debugging tool02:12
DarkTrick(A) sarnold, a very interesting tool!02:12
DarkTrick(A) sarnold, I guess I'm better not running many other applications while using that, correct?02:13
sarnoldDarkTrick: there's better tools available, but they're more work to use correctly; if you've got some spare time some day, this might be worth a quick skim :) http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html02:13
sarnoldDarkTrick: if you're doing media transcoding or something, probably best to stop those. but if you've just got a hundred mostly idle applications running, that's probably fine02:14
DarkTrick(A) sarnold, thank you for the help so far! I g2g to work now, but I'll do a run of perf top later and probably come back with new information02:17
sarnoldDarkTrick: cool, have fun :)02:18
=== zbenjamin is now known as Guest34483
=== zbenjamin_ is now known as zbenjamin
supercom32Is there a difference between installing Ubuntu Mate Vs Ubuntu + ubuntu-mate-desktop?02:43
sarnoldprobably nothing to worry about too much02:46
supercom32Will I be compromising myself in terms of updates or something else I'm not foreseeing? Or do they both use the same repos and such?02:46
sarnoldthat ought to be identical once installed02:46
supercom32I assume Ubuntu Mate has more customization applied to it by default, while using the later path, you have to set that up yourself.02:47
supercom32For example, I had missing icons and such.02:47
sarnoldsupercom32: that's strange; that's probably worth a bug report against whichever installation method you used :)02:57
=== tds5 is now known as tds
DarkTrick(A) Could it be possible, that top does not show all running processes?04:20
DarkTrick(A) I have a CPU usage of roughly 20% (shown), but the fan starts to run like it's around 80%04:21
DarkTrick(A) as the gnome-system-monitor is totally wrong about its display, I'm becoming skeptical of top as well04:22
lordcirth_DarkTrick, perhaps the GPU is running hot?04:22
sarnoldDarkTrick: (a) yes, but those situations are rare -- either the proc filesystem has been mounted with hidepid=1 or hidepid=2, or top is being confined by an apparmor profile, or similar, or the system is compromised and a rootkit installed04:22
DarkTricklordcirth_, that would imply some kind of graphical app?04:23
sarnoldDarkTrick: (b) maybe; fans are often controlled based on a variety of inputs, so try to prevent wild temperature oscillations04:23
DarkTrick(A) sarnold, I don't understand the full depth, but: is there a way to show all?04:23
DarkTrick(A) sarnold: a! this could be it..04:24
DarkTrick(A) I can see an oscillation between 5 and 30% sometimes. maybe top is not updating fast enough04:24
DarkTrick(A) Putting that asside:04:25
DarkTrick(A) sarnold, I tried perf top: https://pastebin.com/LjgtCTJK04:25
DarkTrick(A) I wrote down xorg and kernel stuff that gathered on the top04:25
DarkTrick(A) is that helpful in some kind of way?04:26
sarnoldDarkTrick: yeah, top samples every two seconds or something; processes that come and go between samples won't show up at all in top04:29
sarnoldDarkTrick: I'm surprised those are showing up in the profile; what percentages did they have?04:29
Bashing-omDarkTrick: The -s switch in top can change the interval .04:31
DarkTrick(A) sarnold DeletePassiveGrabFromList: 3 ~ 5%04:32
DarkTrickResourceClientBits: around 5%04:32
DarkTrickGrabMatchesSecond: 3 ~ 5%04:33
DarkTrickAnd a new one I just saw, Kernel: trace_raw_output_kvm_inj_virq: around 7 ~ 8%04:33
=== Leion1 is now known as Leion
DarkTrickBashing-om, it was -d :) Thank you :)04:35
DarkTricksarnold, Thank you for mentioning the hidepid mount option for proc. I didn't know about that!04:50
sarnoldDarkTrick: cool stuff, right? :)04:53
DarkTrickyes!04:53
sarnoldalright, time to bail :)04:55
MonsieurBonHi all05:35
MonsieurBonMy computer is not shutting down properly. It get's stuck on the ubuntu logo and the 5 dots keep flashing forever. The only thing that resolves this, is to forcibly power off the computer. I have no trouble shutting down Windows on the same computer. How can I check what might be blocking a proper shutdown?05:36
Scytale89use the arrow keys during the splash screen to see system messages.  You may see a message with an error or timeout05:39
MonsieurBonThere's no error. This is the last entry: [OK] Stopped Permit User Sessions.05:42
guivercMonsieurBon, I don't know, but I'd try shutdown via terminal (eg. `sudo shutdown -h now`) to validate shutdown works; I'd NOT use poweroff; do sysrq keys not work??  (ie. I'd opt for safely shutdown not having power cut by PSU)05:46
MonsieurBonguiverc, I'm using the power cut, because nothing else works. The behavior is the same whether I use the gui to shutdown or reboot or whether I use the console (sudo shutdown -h now / sudo reboot)05:48
MonsieurBonguiverc, the shutdown process stops showing the splash screen forever. Using the arrow keys to show the log just shows green [OK] entries. No errors.05:49
guivercand [magic] sysrq keys don't allow clean shutdown?  (ie. kernel issues, or did kernel actually shutdown... clues.. instead of power-off)05:52
guivercMonsieurBon, https://ubuntuforums.org/showthread.php?t=617349 maybe helpful for sysrq keys; I used [magic] as I find it helpful in finding wikipedia article that is also a pretty good reminder for key combinations to direct kernel05:54
MonsieurBonguiverc, the magic sysrq + RSEIUB worked. But it's a bit tedious to have to press that everytime to shutdown the computer. :-)05:59
Bashing-omMonsieurBon: systemd way: try as ' systemctl poweroff ' .06:02
guivercMonsieurBon, I concur - but it's a HUGE clue.   it means your shutdown didn't die as you seemed to infer (to me anyway); it was waiting for something most probably; kernel is still up & kicking (thus could react to keystrokes). thanks Bashing-om06:02
Bashing-omguiverc: We do need to find some hints - somewhere :D06:03
ducasseMonsieurBon: try this workaround, as this might be an acpi problem - http://iam.tj/prototype/enhancements/Windows-acpi_osi.html06:04
MonsieurBonBashing-om, guiverc systemctl poweroff has the same effect as shutdown -h now06:06
Bashing-omMonsieurBon: ducasse ^^ +1 :D06:06
=== Leion1 is now known as Leion
MonsieurBonducasse, Ok I tried the acpi workaround, but now it's not booting anymore... also I didn't have this problem from the very beginning. shutdown used to work fine...06:23
MonsieurBonducasse, using Windows 2013 instead of Windows 2015 does boot the computer, but shutdown still doesn't work06:29
SlowYellowLorry8Hi.. I have been trying to install Ubuntu since yesterday on my new build with no success.  I have 2 NVME SSD's, and I already have Windows 10 installed on the first one.  I want to install Ubuntu on the second.06:33
SlowYellowLorry8At this point, I don't care if it's UEFI or CSM.. just want something to work :|  The bootable Ubuntu USB I created seems to work, can "try Ubuntu" or get to the installation.  Just that when I actually install, and then try to boot from that drive, it doesn't recognize it as a boot device06:34
SlowYellowLorry8I've tried so many different ways.. I even installed Windows 10 again on the second drive to make sure that works (it does).  Any ideas?06:35
lotuspsychjeSlowYellowLorry8: try advanced partitioning for nvme06:35
SlowYellowLorry8You mean "something else" ?  I generally do that06:35
MonsieurBonSorry, I got disconnected06:35
lotuspsychje!uefi | SlowYellowLorry8 see also06:36
ubottuSlowYellowLorry8 see also: 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/UEFI06:36
MonsieurBonducasse, should I keep trying all the old windows versions? It's a fairly new computer (1 year).06:37
SlowYellowLorry8lotuspsychje I've seen this.  Issue I'm facing is that when I boot the USB with UEFI (even though it seems to be recognized as UEFI USB), it gets stuck on "couldn't get uefi db list" before the installation.06:38
SlowYellowLorry8So i thought non-uefi might be easier.. I tried that (booting USB with CSM, using just swap, /, /home partitions, etc.)06:39
lotuspsychjeSlowYellowLorry8: if you cant proceed on ubuntu partitioning, its mainly uefi settings06:39
SlowYellowLorry8but still get the "select boot device error"06:39
SlowYellowLorry8lotuspsychje when I boot USB with UEFI, it gets stuck before the partitioning part.. it is right after selecting Install the first time06:40
gbellinozWeirdest thing... notify-send --urgency=critical works from the CLI and from an at job, but not from a cron job - displays as urgency normal. Any ideas?06:58
=== Leion1 is now known as Leion
=== pavlushka_ is now known as pavlushka
ducassegbellinoz: https://askubuntu.com/questions/471479/cannot-run-a-gui-app-from-cron/47151607:25
=== veegee_ is now known as veegee
x4ec7hello guys, I encountered a very weird problem, I cannot access to folder even with mode 777 inside of container, docker image is based on centos, docker version is 17.05, host os is ubuntu:14.04.ls -n -la | grep airflow ==> drwxrwxrwx   35 1002 1004 4096 Dec 18 13:21 airflow07:42
x4ec7==>  bash: cd: airflow: Permission denied07:42
amosbirdhello, why does my 480GB ssd disk suddenly report that its size is only 32KB07:46
pagnolif my wireless network connection only works briefly after doing `service network-manager restart`, what could be the cause?07:56
pagnolsome kind of dns issue apparently08:02
pagnolbecause I can ping my router08:02
miu5hi, how do you know if a package is installed via the repo or via a .deb package?08:12
ducassemiu5: 'apt policy packagename'08:12
pagnolfor as long as I can think Ubuntu's UI to manage wireless network connections has been really aggravating08:17
pagnolfor example in 18.04 which I'm using right now, the UI freezes periodically and the entries are jumping around, so hitting the settings button for a particular network is like an arcade game08:17
miu5ducasse, another question.  If i have installed a package via source, ubuntu upgrade cmd keeps wanting to over-ride the newer version with an older repo version. how can i stop that annoyance?08:18
pagnoland when a connection can't be established, you have to use dmesg to find out why08:18
ducassemiu5: make the version number higher or hold the package08:19
miu5ducasse, the version number is higher, so i dont understand why it tries to override it.08:19
ducassemiu5: then the older version must have a higher priority08:20
miu5i created a .deb package from source but after installing the .deb package, it wants to 'upgrade' it to the older version08:20
ducassemiu5: anyway, 'apt-mark hold package' is the easy fix08:21
miu5yea08:21
Kharec'morning08:24
gbellinozducasse: It's not that I can't run it... it runs, but ignores the "critical" command line parameter for some reason. I've never seen anything like it in many years of 'buntu.08:48
gbellinozalmost like a permissions thing maybe?08:49
ducassegbellinoz: what's the actual line in crontab?08:53
gbellinozducasse: export DISPLAY=:0 ; /usr/bin/notify-send -u critical "Line one" "Line two"08:57
gbellinozshows up as a black notification.08:57
gbellinozrun from the command line, shows up as red.08:57
ducassegbellinoz: are you running this as your user?09:02
gbellinozyep09:02
fkhellHi everyone. Suspend stopped working on my 16.04 machine in one of the recent apt upgrades. When I try to suspend it goes to blackscreen and then crashes / shuts down. `last` shows crash as a shutdown reason. I don't know where I could see further error messages to start troubleshooting.09:02
ducassegbellinoz: btw, you know you can just do 'DISPLAY=:0 /usr/bin/notify-send ...', right?09:03
gbellinozgood point.09:03
gbellinozbut i'm pretty sure it's not a DISPLAY problem since it's being allowed, right?09:04
ducasseno, shouldn't be09:04
gbellinozsuper weird.09:04
gbellinozi might try another window manager09:05
ducassemaybe it's getting the config from a different place, due to env differences09:05
gbellinozcould be. I wonder if there's another indication that it's "critical" other than its color...09:05
gbellinozxwininfo maybe.09:05
ducassemaybe it sets the urgency hint09:07
gbellinozdbus stuff is a bit over my head09:07
gbellinozwell, i've never looked into it, I should say.09:07
gbellinozeven if i wrap the notify-send call up in a little bash script, so there's no cron parsing funny business, same thing.09:08
ducasseyou can try specifying an icon with -i, see if that shows up09:10
fkhellif i look at /var/syslog.1 it shows no errors at the end of the crashed session, last message is rsyslogd was HUPed - I think it might be a change brought in kernel 4.4.0-170 since -169 had a runtime of 10 days with suspend09:13
H2Qhello, anyone familiar with owncloud?09:24
H2QI get internal server error after initial setup screen, with this log error; https://paste.debian.net/plainh/a985833509:25
H2Qbrb09:26
fkhelloh and reboot does not work on the same system (but from the start) it stops at 3 red dots, 2 white dots under the ubuntu logo and then halts forever. is that an indication of where the error might be?09:35
gbellinozducasse: yep, icons work from cron.09:47
ducassegbellinoz: then it must be getting its configuration from a different place09:48
pagnolls09:48
DarkTrickI want to find out why plugging a mic rises Xorg to 100% CPU09:58
DarkTrickI want to use flamegraph and perf top for that09:58
DarkTrickQuestion: can I receive the same information with `perf record` as with `perf top` ?09:58
DarkTrickIf I understand correctly: "top" shows the recording on screen. "record" puts it into a file.  is that correct?09:59
fkhellI tried to get grub to boot into the 169 kernel by default (since it does not recognize keystrokes at bootup), and set grub_default to "Advanced options for Ubuntu>Ubuntu, mit Linux 4.4.0-169-generic" which update-grub did not complain about. but it booted into -170. How can I fix that?10:15
fkhellthe submenu string was localized as well, but update-grub gave me a warning before that suggested I fix it the way I typed it above10:29
fkhellso -169 boots now but suspend still does not work. something else must have changed :(10:32
lotuspsychjefkhell: booting a previous kernel should not be a permanent solution, but testing purposes instead10:58
lotuspsychjefkhell: if the current kernel has issues, ask here or file a !bug against10:59
fkhellthe only bug i found was the non-translated autogenerated suggestion from update-grub11:00
lotuspsychjesuggestion?11:00
fkhellthe old kernel also does not do suspend (any longer). might be due to a broken power button11:00
fkhelli input the default without specifying the submenu11:00
fkhellit suggested the non-translated sub menu as a warning11:01
fkhellbrb11:01
EriC^fkhell: you can test power button by running the command for suspend11:07
=== kreyren is now known as bannedrey
Khareccp ansible.cfg.dist ansible.cfg11:41
Kharecwoops11:41
Kharecnot for you guys11:41
BluesKajHi folks11:46
melatoninaHello. Clipboard copy (keyboard or menu) is malfunctioning on my Ubuntu system, I have to copy 2, 3 or 4 times before I can actually paste. Is there a way to fix this?11:55
melatoninaI upgrade to the latest release but this problem persists11:56
melatoninaI copied "19.10" from the "Details" dialog five times but I could not paste it11:57
=== Seveas_ is now known as Seveas
WaVsarnold & tomreyn: FYI, I've received a response from Richard: "I've sent them an email just now, it should be fixed pretty soon. I've also reminded them of the update style guide :)" | By "them," I'm assuming he means Lenovo.12:10
lotuspsychjeWaV: wich issue was that about please, ill forward your feedback12:12
WaVLVFS bug. An update for a Lenovo P52 was listed in the description of the update as being for a Lenovo P53 instead of a Lenovo P52.12:13
lotuspsychjeok tnx WaV12:14
ice9what should be the value of "set root=" in grub.cfg?12:31
oerheks!grub12:31
ubottuGRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub212:31
lotuspsychje!uuid | ice9 see also12:33
ubottuice9 see also: To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: « sudo blkid » (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID)12:33
oerheksice9, why do you ask, i guess this is machine install dependent12:35
ice9oerheks, because i'm trying to encrypt /boot12:35
oerhekslvm & luks?12:36
=== jelly-home is now known as jelly
ice9oerheks, yes12:46
DarkTricksarnold, I used flamegraph for an analysis of Xorg when I plug in my mic13:21
DarkTricksarnold: https://0x0.st/z0QV.svg13:21
DarkTricksarnold, There is this huge pile of [unknown]. Strange, but also there, if no mic is plugged13:25
DarkTricksarnold: Just as a comparison: Without plugged mic13:26
DarkTrickhttps://0x0.st/z0Qt.svg13:28
romanparish#reddit13:33
EmeryI seem to be having an issue with my touchpad, it responds when it wants to, and when it does it's very slow. I've checked my mouse preferences changed the speed and accel to full, still the same problem.13:39
pragmaticenigmaEmery: Have you tried plugging in an external mouse and seeing if you experience the same behavior?13:41
EmeryI don't have one to hand right now13:41
pragmaticenigmaI'd suggest trying with an external mouse to help rule out what might be causing the issue. If the touchpad worked fine before and suddenly started this behavior, check for recent updates. If you have installed any new software and/or drivers remove them.13:42
EmeryWell it works fine on Windows, so the problem is a Linux issue for sure.13:46
EmeryOK, so I found a mouse, it is an issue with the touchpad13:48
EmeryI do have xorg synaptics installed13:48
zzzoidhi14:01
zzzoidi'm using the latest ubuntu and it says my wired connection is not managed14:02
zzzoidI have followed everything I can find on google. but it doesnt make a difference14:02
cryptodanzzzoid: are you using netplan or some other means to create your network?14:05
zzzoidi'm not using anything directly14:06
zzzoidjust whatever ubuntu 19.10 is using14:07
zzzoidwhy would connections not be managed by default.. seems weird14:07
zzzoidhow can I know if I'm using netplan?14:09
zzzoidif I go to settings>network>14:10
zzzoidI only see VPN settings14:10
zzzoidand if I open the updater I get message saying internet not available..  but clearly it is14:10
=== h00k_ is now known as h00k
zzzoidNetworkManager.conf says managed14:21
zzzoidmanaged=true14:21
zzzoidnetplan config has renderer: NetworkManager14:25
zzzoidrunning  sudo service network-manager restart14:26
zzzoiddoesnt help14:26
zzzoidstill says unmanaged14:26
zzzoid:(14:26
=== dionysus70 is now known as dionysus69
V3rtigowhich is a good irc client for ubuntu, at least which ones have regular updates?16:07
coconutV3rtigo: fractional, hexchat, weechat?16:08
V3rtigoI think hexchat doesn't had an update since Aug 201816:10
coconutV3rtigo: probably weechat then... if updates are important to you.16:11
=== xamithanx is now known as xamithan
V3rtigobesides that terminal based irc client, is there another, a bit more graphical then weechat?16:18
oerhekson 18.04 is is pretty old, but eoan 19.10 is up2date16:18
oerheks!info hexchat eoan16:18
ubottuhexchat (source: hexchat): IRC client for X based on X-Chat 2. In component universe, is optional. Version 2.14.2-5 (eoan), package size 318 kB, installed size 1015 kB16:18
V3rtigo!info hexchat eoan16:21
ubottuhexchat (source: hexchat): IRC client for X based on X-Chat 2. In component universe, is optional. Version 2.14.2-5 (eoan), package size 318 kB, installed size 1015 kB16:21
tomreyn!info hexchat bionic16:21
ubottuhexchat (source: hexchat): IRC client for X based on X-Chat 2. In component universe, is optional. Version 2.14.1-2 (bionic), package size 316 kB, installed size 981 kB16:21
analogicalhi do you know how to register a nick?16:22
tomreyn!register | analogical16:22
ubottuanalogical: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.16:22
oerhekshttps://packages.ubuntu.com/search?keywords=hexchat ..16:22
V3rtigooerheks isn't that version from 2018 as the site says? (https://hexchat.github.io/news.html)16:24
oerheksseems so, yes16:27
V3rtigooerheks ok, thanks anyway16:28
=== SimonNL is now known as SimonNL_Afk
=== warriorf1rGod is now known as warriorforGod
coconutV3rtigo: fractal had an update in november 2019 -> https://flathub.org/apps/details/org.gnome.Fractal16:59
pragmaticenigmacoconut: Are you experiencing an issue? Is there a question that we can help you with?17:00
pragmaticenigmacoconut: Sorry... forgot that was a continuation from a conversation earlier17:01
coconutit was, but no problems17:01
slyrobotI am on Kubuntu 19.10 and want to install chromium-browser but not from snap.17:06
leftyfbslyrobot: why not from snap?17:06
slyrobotBenefits of snap ?17:07
leftyfbslyrobot: Benefits of dpkg ?17:07
slyrobotleftyfb: familiarity.17:08
oerhekschromium is now only by snap, iirc17:08
elias_aSnap is much more sleek and modern packaging method.17:08
leftyfbslyrobot: in this case, the benefit is, the chromium-browser package is available as a snap. It's not as a .deb17:08
slyrobotThank you. Snap it is.17:09
elias_aNo reason to be afraid of snap. :)17:09
oerhekssnaps are independent updated17:09
coconutV3rtigo: and here's how to install flatpak packages from ubuntu https://flatpak.org/setup/Ubuntu/ if you want to go that road.17:10
leftyfbcoconut: flatpak isn't supported here17:10
oerheksmeh, flatpak has disadvantages17:10
oerheksbut for all package versions; one myust trust the owner.17:11
coconutoh... didn't knew... oh well it is the only install way possible, at least for fractal i believe.17:11
coconutV3rtigo: sorry, what i shared with you is "not supported" here... (but you can still install it if you like - only no support questions after installing it)17:13
=== SimonNL_Afk is now known as SimonNL
FingerlessGlovesHi, I've got Ubuntu 19.04 installed, UEFI Boot (SecureBoot Off). I've got the grub timeout set to 1 second, but the countdown doesn't start for 5 or more seconds. before it load initramfs. I can't seem to workout why this is happening. Anyone seen this before or got any ideas?17:26
alkisgHi, does anyone know of any known bugs/workarounds that make my new lenovo i7 laptop have extremely slow disk performance in Linux?17:58
alkisgLike, 10 MB/sec instead of 100+ MB/sec. dmesg: https://termbin.com/h93e17:58
=== jwwoods__ is now known as CreeperZ
alkisgUSB disks aren't affected, e.g. a usb2 disk has 30+ MB/sec17:58
alkisgMaybe something with the sata driver...17:58
CreeperZmaybie17:59
=== CreeperZ is now known as Jwwoods
tomreynalkisg: did you check mainboard and storage firmware upgrades, yet?18:03
FingerlessGlovesalkisg I see that laptop has a WD Blue HDD in it18:03
FingerlessGlovesshould be able to about 100mb/s18:03
nixfreakWhen installing ubuntu 16 I am using the guided LVM, does that include creating a filesystem also or just LVM?18:04
tomreyn!yy.mm | nixfreak18:04
ubottunixfreak: 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-cycle18:04
nixfreakWhen installing ubuntu 16 LTS  I am using the guided LVM, does that include creating a filesystem also or just LVM?18:05
alkisgtomreyn: I tried the internal uefi update from the internet, it downloaded the latest version, no change; re: storage firmware, how to do that?18:05
FingerlessGlovesalkisg, just gonna say, have you tried Windows?18:05
alkisgFingerlessGloves: yeah, it's dual boot, on windows it's fine, it only has the problem on linux18:05
alkisgI'm pretty sure it's a kernel problem, but I can't find any workarounds on google...18:06
alkisgExcept trying an older kernel; someone said that 4.14 worked for him18:06
alkisg(downloading as we speak...)18:06
nixfreakso If I create multiple partitions using commandline and create logical volumes but no mkfs , does LVM need a filesystem or is LVM a filesystem in it self18:07
nixfreakcan LVM work without a Filesystem?18:07
tomreynalkisg: to check for storage firmware updates, visit the website of the storage vendor and look for any.18:07
FingerlessGlovesnixfreak, filesystem is required18:07
alkisgtomreyn: this usually means "download windows drivers"; what would that mean for linux?18:08
tomreynalkisg: i haven't actually looked at your log, yet, it's just that looking for those firmware updates should not be difficult and is something everyone should be able to do, and it should take less time.18:08
tomreynalkisg: i don't want to speculate.18:09
alkisgtomreyn: I mean, are this .bin files? Are they driver-setup.exe?18:09
alkisgWhat are "firmware" files?18:09
FingerlessGlovesalkisg, You can normall update the firmware on the disk it self.18:11
FingerlessGlovesthe chip on the HDD it self.18:11
alkisgFingerlessGloves: I'm not familiar with that procedure; afaik, firmware is loaded on boot by the kernel; you're talking about something else that I do not know18:11
tomreynalkisg: nowadays' storages are basically small computers, running their own operating system (or microkernel), those sometimes get upgrades, too. i'm just sayingyou should check whether any are available and whether it ccan be determined (by reviewing the changelog) whether they may be needed. whether or not you'll need windows to deploy them is secondary at best.18:11
alkisgtomreyn: are you saying they're using NVRAM, so updating the firmware on windows would make it updated on linux too?18:12
tomreynalkisg: they have persistent internal storage, yes.18:12
alkisgtomreyn: thank you; looking...18:14
tomreynalkisg: while we chatted, i looked up the bios already https://pcsupport.lenovo.com/de/en/products/laptops-and-netbooks/300-series/330-17ich/81fl/downloads/DS50409318:15
tomreynyou currently have BIOS 7ZCN33WW 04/25/201918:15
tomreynyour system log shows plenty of ACPI issues, those can sometimes be solved with bios upgrades. other times you need to resort to http://iam.tj/prototype/enhancements/Windows-acpi_osi.html18:16
alkisgThere's no newer bios; I updated it last week18:16
alkisgHaha18:17
alkisgtomreyn: today's update, thank you, didn't see that :D18:17
* alkisg notes to himself, that "updated bios last week" might still mean "not the latest one" :D18:18
alkisgI don't see anything related in the sata changelog, but it wouldn't hurt to try... be back in 10' with the result18:18
tomreynalkisg: there's an IRQ related kernel OOPS on your log, starting with    irq 9: nobody cared (try booting with the "irqpoll" option)18:26
wedrsometimes, I can't even find where my apps are installed, even when using "which", "whichis", and "find / -name "..."" commands with sudo18:26
alkisgtomreyn: I tried it a few days ago, it didn't help18:26
wedrGoogle Chrome Dev is this one app that I could never figure out where it's located.18:26
FreeBDSMhello, I need some help with systemd-timesyncd18:28
tomreynalkisg: the storage link speed is fine, so the low performance must be either something to do with the ACPI/IRQ handling being problematic on this system when Linux presents itself as what it is (i.e. doesn't claim to be Windows via acpi_osi) or it's something internal to the HDD (in which case a firmware upgrade on that *may* help, if one is actually available)18:29
FreeBDSMit looks like it polls the servers too often `sudo systemctl status systemd-timesyncd` shows that for EVERY SECOND there are like 4 pairs of log messages: 'Network configuration changed, trying to establish connection.' + 'Synchronized to time server 192.36.143.130:123 (ru.pool.ntp.org).' Why is that happening?18:30
FreeBDSMthe config doesn't have PollIntervalMinSec/PollIntervalMaxSec configured, so I hope the defaults should be used18:31
alkisgtomreyn: ty; trying bios, then firmware, then acpi; kernel 4.14 didn't help18:32
pragmaticenigmaFreeBDSM: Are you on WiFi or connected via ethernet?18:32
FreeBDSMpragmaticenigma: that's a production server, definitely not WiFi18:32
tomreynalkisg: expected disk performance (tested on windows): https://novabench.com/parts/hdd/wdc-wd10spzx-24z10t018:32
tomreynalkisg: how did you test yours?18:33
pragmaticenigmaFreeBDSM: Loose cable connection?18:33
FreeBDSMpragmaticenigma: wut18:33
pragmaticenigmaFreeBDSM: What I'm getting at is I would be trying to figure out why you're seeing so many Network configuration changed messages18:33
arpad2hi, how to enable the nvidia optimus card?18:33
alkisgtomreyn: sudo hdparm -t /dev/sda; but the real problem is that it takes 3 minutes to boot, 10 minutes to launch a vbox VM etc18:34
FreeBDSMpragmaticenigma: define 'loose' connection. The server is kinda high load.18:35
tomreynalkisg: so even reading appears to be slow?18:36
alkisgtomreyn: yeah, like 10 times slower than what it should be18:36
pragmaticenigmaFreeBDSM: What I'm saying is I don't think the timesyncd is the problem... that is a symptom, I'd be looking for what keeps triggering Ubuntu to think the network connection was lost18:37
FreeBDSMpragmaticenigma: oh, this might be related: this is a kubernetes worker node, so it runs docker after all, and as pods spawn/die - it may create networks for them18:37
pragmaticenigmaFreeBDSM: That sounds like a likely culrpit18:37
FreeBDSMpragmaticenigma: yeah, `ip a | wc -l` fluctuates :/18:38
FreeBDSMwell, not like each second...18:39
FreeBDSMconsistent with systemd-timesyncd data18:40
=== luckybunny is now known as Raynedeer
tomreynalkisg: it'll be BIOS / ACPI / IRQ problems then, i guess. or a hardware error, but i wouldn't think so for now.18:45
tomreynWD does not release firmware updates for internal consumer drives according to https://support-en.wd.com/app/answers/detail/a_id/1324/kw/latest%20firmwares18:46
alkisgTy tomreyn; yeah I don't think this one is hardware related, it works fine from windows.... I'll also try to boot the linux partition from vbox from inside windows, to at least have access to my tools :)18:46
* alkisg is clicking "online update-drivers.exe" for the first time :D18:47
alkisgFunny, they  show the driver update progress within the lenovo web page18:48
ash_worksiI have an html response in a json object; what can I use to interpret \n and \t after piping through jq?18:55
tomreynash_worksi: /join #html18:56
tomreynactually ##html i guess18:57
someone235Hi, I want to disable the default behaviour of the hotkey Win+Left/Right in Xubuntu, and instead of that make it mimic the button "home". I couldn't find where to cancel the default behaviour, and I couldn't also succeed to make a key binding that mimics Home button. I tried xbindkeys with xte, but it didn't work18:58
someone235someone has an idea how to do it?18:58
tomreynsomeone235: flavour specific questions are best asked on their very support channels. so #xubuntu in this case.18:59
ash_worksitomreyn: really? I mean this is more about shell interpretation than html19:00
tomreynash_worksi: #bash then ;)19:00
ash_worksitomreyn: I feel like this is more of a "you can use this utility" question than a "this is how you parse it in bash" question19:01
someone235tomreyn, ok done, although I think it's relevant to any ubuntu distro, and this channel is way more populated19:01
tomreynash_worksi: i hope that in ##html, or in #bash, they would have told you to use a programming language to do it.19:01
tomreynhow to parse jq output isn't strictly an operating system question19:02
tomreynreplacing single characters can be done using tr, sed, awk, amongst others.19:05
ash_worksitomreyn: yeah, as you were writing, I ended up with `.. | jq .. | php -R 'echo json_decode($argn);'`19:05
alkisgtomreyn: I updated with today's bios, I run the windows driver update.exe from lenovo, and now it's significantly faster, from 10 to 50 MB/sec. Again not as good as it should be, but it's usable now, thanks :)19:05
tomreynalkisg: maybe give acpi_osi a try, too. and post another    journalctl -b    and a   journalctl -b -p319:07
birdman007would a vm running windows recognize my iphone?19:11
tomreynalkisg: actually  -p4 for the latter command19:11
tomreynbirdman007: only if you pass through the device to it (and your hardware, virtualization and guest system supports doing so).19:12
tomreynall supported ubuntu versions should support device passthrough.19:12
birdman007thank you19:13
blackswanE: Failed to fetch http://ports.ubuntu.com/pool/main/g/git/git_2.17.1-1ubuntu0.4_armhf.deb  404  Not Found [IP: 91.189.88.150 80]19:33
blackswanis it just me?19:33
tomreynblackswan: it's not just you who forgot to run "aqpt update" beforehand19:34
tomreyn* "sudo apt update"19:34
blackswani think i did, though'19:34
blackswanthis is a script that does run that that is failing. i see the new version in the archive.19:35
blackswanok, bug in my script19:37
blackswani moved some stuff around19:37
blackswanfirst time running this on arm in a while19:41
blackswani try not to be an idiot usually19:41
tamj0rd2Hey, yesterday I suddenly started having issues connecting to a WiFi network. I can ping the router, I can ping 8.8.8.8 but I can't ping any dns names like Google.com, which makes me think dns is the issue19:43
tamj0rd2Does anyone know how I can fix this? I tried setting the dns for the connection via the gui to be 8.8.8.8 but it didn't make any difference19:44
tamj0rd2Also, I can access the same network completely fine on the same laptop on Windows (dual booted), so i think it's a config issue somewhere in my Ubuntu install19:44
tamj0rd2I can also connect to the same WiFi if I tunnel it through my phone's WiFi19:45
CarlFKtamj0rd2: try host goo.gl ... I get goo.gl has address 172.217.9.4619:45
tamj0rd2Phones hotspot*19:45
tamj0rd2Still nothing Carl19:45
CarlFKfor more debugging data19:45
tamj0rd2I've tried a few sites and none work19:45
CarlFKwhat's the response ?19:45
tamj0rd2Temporary failure in name resolution19:45
CarlFKk - so yeah, dns borked19:46
tamj0rd2I can get onto other WiFi networks though, so it's something about this particular one and only on Ubuntu. It was fine yesterday and then just stopped19:46
CarlFKtry nameserver 8.8.8.8 in /etc/resolv.conf (replace the 127...19:47
tamj0rd2The only thing I can think of that might have had an impact was that I install ifconfig to try to find my device ip address (forgot I could do it in the gui)19:47
tamj0rd2I'll give it a try ^19:47
CarlFKalso: ip a is the new "show my ip" thingy19:47
tamj0rd2Ahhh, thanks!19:48
tamj0rd2Success! Thank you19:48
tamj0rd2I didn't try to edit that file because it said not to change it and it's auto generated.19:49
CarlFKit will likely get overwritten when you connect again.19:49
tamj0rd2Actually... I'm getting the issue again already19:49
CarlFKI'm lost when it comes to tracing how dns happens with the 127 thing19:50
CarlFKjuser@cnt1:~$ nmap -p 1122 localhost ... 1122/tcp closed (good) sudo nmap -p 1122 localhost ... Couldn't open a raw socket. Error: Permission denied (13)19:51
CarlFKwhy does root get Permission denied?19:51
r4ulrmCarlFK: perphaps because its open by another process19:58
CarlFKr4ulrm: um.. A) it isn't (per the non root run) and B) nmap doesn't connect, just probe or something to see if it is available.  (which it can do even when something else is connected)20:00
ioriaCarlFK, vm, bare metal, wsl ? and what kernel ?20:01
CarlFKmetal,  Linux cnt1 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux20:01
CarlFKwhat's wsl?20:01
ioriaCarlFK, iptables at play ?20:01
ioria!wsl20:01
ubottuWindows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide20:01
=== lynxis_ is now known as lynxis
CarlFKah, no wsl.  Ubuntu 19.1020:02
ioriaCarlFK, iptables are in use ?20:02
CarlFKI haven't touched iptables.20:02
ioriaCarlFK, do you have other kernels installed ?20:03
CarlFKls /boot/ shows vmlinuz-5.0.0-36-generic vmlinuz-5.3.0-24-generic20:04
tamj0rd2My laptop is also dropping packets like crazy for some reason... I just tried Windows and I'm not getting any of these issues at all20:05
tamj0rd2Does anuone know how I can remove ifconfig? I've only had these issues since I installed that. But when I do apt-get remove it says its not installed 🙄20:06
ioriaCarlFK, you can try with 5.0.36 to rule out a kernel problem20:07
CarlFKwoah - this tip from the wild internt   fixed it: sudo snap connect nmap:network-control20:07
ioriaCarlFK, you use nmap as snap ?20:07
CarlFKioria: seems so20:08
CarlFKapt-cache policy nmap   Installed: (none)20:08
ioriai see now20:08
ioriatamj0rd2, ifconfig is in net-tools, i doubt would cause issues20:09
tamj0rd2Hmm, it's the only thing I can think of though ioria20:09
tamj0rd2It's been working for months since yesterday and that's the only network related thing I did20:10
ioriatamj0rd2, what's the problem ?20:10
tamj0rd2I can't connect to the Internet. I can ping 8.8.8.8 but it drops about 80% of packets. Dns is also not working. I get temporary name resolution error if I try to ping a dns name20:11
tamj0rd2I can connect to the WiFi perfectly fine without any of these issues in Windows20:11
tamj0rd2On the same laptop20:11
ioriatamj0rd2, systemd-resolved --status20:12
ioriatamj0rd2, systemd-resolve --status20:12
tamj0rd2ioria: Resolve call failed. All attempts to connect name servers or networks failed20:13
ioriatamj0rd2, ps -A | grep resol20:13
tamj0rd2https://www.irccloud.com/pastebin/neDQIRB720:14
tamj0rd2Uhh, dunno why that happened20:14
tamj0rd2It says 1033 ? 00:00:01 systemd-resolve20:14
ioriahigh20:15
ioriatamj0rd2, ll /etc/resolv.conf20:15
ioriayou can paste here20:15
tamj0rd2Cannot access. No such file or directory20:15
tamj0rd2Oh I spelled it wrong20:16
tamj0rd2I can't paste it since I'm on my phone so I'll type it out20:16
ioriajust the laste part20:16
tamj0rd2Autocorrect is a bitch right now20:17
tamj0rd2It's /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf20:18
ioriatamj0rd2, systemd-resolve --status   again please20:18
tamj0rd2All attempts to contact name servers or networks failed20:19
ioriatamj0rd2, sudo systemctl restart systemd-resolved20:19
tamj0rd2It let me do the command and didn't have any output20:20
ioriatamj0rd2, systemd-resolve --status20:20
tamj0rd2Same again :(20:20
ducassetamj0rd2: which nic chipset is this?20:22
ioriatamj0rd2, and what kernel and what release of ubuntu ?20:22
tamj0rd2How can i find out the chipset20:22
Bashing-omtamj0rd2: ioria: Check what is set for the renderer : cat /etc/netplan/01-network-manager-all.yaml ?20:22
ioriaBashing-om, sure20:22
ioriaif he's using NM20:23
tamj0rd2I'm on Ubuntu 19.1020:23
ioriatamj0rd2, kernel ?20:23
tamj0rd2Renderer is NetworkManager20:23
tamj0rd2Is there a command to get the kernel?20:23
ioriatamj0rd2, uname -r20:24
tamj0rd25.3.0-24-generic20:24
ioriatamj0rd2, cat /etc/resolv.conf | nc termbin.com 999920:25
tamj0rd2Getaddrinfo for host termbin.com port 9999: temporary failure in name resolution20:26
ioriatamj0rd2, cat /etc/resolv.conf | nc 5.39.93.71 999920:28
tamj0rd2I got https://termbin.com/qmok20:29
tamj0rd2That's pretty cool. First time I've seen termbin20:30
tamj0rd2ioria20:31
ioriatamj0rd2, cat /etc/network/interfaces | nc 5.39.93.71 999920:31
tamj0rd2ioria: I don't have that file20:32
geardI am currently using Team Foundation Services. I am trying to put my nginx configurations into git, are there any suggestions on this topic?20:32
ioriatamj0rd2, are you sure ?  ls  /etc/network/interfaces20:33
tamj0rd2Ls -a of /etc/network only contains if-down.d, if-post-down.d if-pre-up.d if-up.d20:34
tamj0rd2ioria: I'm using WiFi BTW, not wired. Not sure if that makes a difference20:35
ioriatamj0rd2, nope ;   ip a  | nc 5.39.93.71 999920:36
tamj0rd2Termbin.com/7z0m20:37
ioriatamj0rd2, cat /etc/resolv.conf  | nc 5.39.93.71 999920:38
tamj0rd2ioria: termbin.com/z8b720:39
ioriatamj0rd2, why search lan ? can you remove it ?20:40
tamj0rd2No idea, I'll try20:40
FKHellMy keyboard on my ubuntu 18.04 started to give me 2 keys when I press "end" again. this is the xev output for that key https://paste.ubuntu.com/p/k68bzNKgzh/ - it did this a few days ago, then it stopped, now it started again. I don't think I've changed things to provoke it20:40
tamj0rd2I commented it out ioria20:41
ioriatamj0rd2, sudo systemctl restart systemd-resolved20:41
tamj0rd2Yup20:42
ioriatamj0rd2, are you using FQDN ?20:42
tamj0rd2I'm not sure what that is20:42
tamj0rd2Oh20:42
tamj0rd2Well I've been trying to ping domain names like google.com20:43
ioriatamj0rd2, cat cat /etc/hosts  | nc 5.39.93.71 999920:43
ioriatamj0rd2,  cat /etc/hosts  | nc 5.39.93.71 999920:43
tamj0rd2Termbin.com/nrk720:43
ioriait's ok20:44
ioriatamj0rd2,  are you using dhcp , right ?20:44
tamj0rd2Yeah. The router assigned me an ip20:45
ioriatamj0rd2, try to set 'manual' and insert DNS 8.8.8.820:45
tamj0rd2No luck20:48
tamj0rd2Earlier I edited it directly in the resolv conf and it worked for a minute, then stopped again20:49
ioriatamj0rd2,  cat /etc/systemd/resolved.conf  | nc 5.39.93.71 999920:49
ioriatamj0rd2,  you're not in a container atm, right ?20:51
tamj0rd2Yup I'm not20:51
tamj0rd2Termbin/lg0u20:51
tamj0rd2Termbin.com/lg0u20:51
tamj0rd2I do have docker installed but I'm not in a container. I've restarted a couple of times by now too20:51
tamj0rd2Oh wait!20:52
tamj0rd2I did one more thing yesterday. I made 2 docker networks20:52
tamj0rd2Maybe that's messing things up20:52
tamj0rd2Ahhh20:54
tamj0rd2It works now!20:54
tamj0rd2ioria what made you wonder if it was related to a container?20:54
ioriatamj0rd2,  no idea, sorry20:55
tamj0rd2I'm glad it's sorted now though :) thanks. I've been stumped for hours20:55
ioriatamj0rd2, ok, good job20:55
FKHelli plugged in a USB keyboard and it does not produce the additional key for END20:57
=== ben_r_ is now known as ben_r
ducasseFKHell: does xev register it at all?21:04
FKHellyes the xev output is posted above21:05
POLKhi, where can I to get 16.04 distib, page "https://releases.ubuntu.com/16.04/" doesn't open21:05
oerhekshttps://releases.ubuntu.com/ seems down from here21:07
oerhekshttp://cdimage.ubuntu.com/cdimage/releases/16.04/release/ works21:08
wedrFinally found out where Google Chrome Dev is installed at...21:12
wedrPath - /usr/bin/google-chrome-unstable       I couldn't even find this anywhere even with "which" and "find"...21:13
someone235Hi, I want to remap my super + left to my Home key, but without success. I tried xdotool, but for some weird reason it works only on firefox, and not in any other window21:13
POLKoerheks, thanks21:13
someone235I'm using Ubuntu 18.0421:13
someone235anyone knows how to do it?21:14
wedrsomeone235, Check out gnome-tweaks and see if there's a hotkey you can override21:14
someone235wedr, I installed gnome-tweaks, but I don't see anywhere where I can configure hotkeys21:16
ducassesomeone235: also, xbindkeys should handle that21:16
bpromptsomeone235:   I use Autokey for lots of automations, you can tell it which window to work for or for all or for some21:16
wedrsomeone235, gnome-tweaks has a hotkeys page. That's how I enabled Windows 10 IME context switching hotkeys from21:17
wedrBut I couldn't tell you much as I'm on 16.0421:17
someone235No hotkeys section in my gnome-tweaks21:18
wedrsomeone235, Gnome-Tweaks > Keyboard Settings > Typing > Modifier keys21:23
someone235Wrote a post about it: https://askubuntu.com/questions/1197137/remap-superleft-home-button21:34
okdanahello, could someone help me understand how i'm meant to use pg_upgradecluster (tool for upgrading postgres databases) when the ubuntu repos don't maintain the older postgres packages it needs to work?21:35
okdanalike cosmic/disco/eoan all have only postgresql-1121:35
oerheksyou might want to reask in #ubuntu-server21:38
okdanawill try, ty21:39
shibbolethsay a shutdown/reboot borks at one stage22:15
shibbolethwhat is the max timeout/wait-for interaction before the sys halts/reboots anyway?22:16
shibbolethsay, "could not unmount/service did not respond/etc"?22:16
jdmarkWhat should I use to edit GTK and QT to make their themes all match?22:20
jdmarkFormatted my fresh Ubuntu install and had Adia Dark for all themes22:20
jdmarkmatched perfectly22:20
jdmarkdesktop environment looked professional and consistent22:20
=== DarKByD3sign is now known as DarkByD3sign
shibboleth"professional"?22:34
shibbolethyou make your living using it, therefore it looks "professional"?22:35
shibboleth"the burglar broke the window to unlock the door". "damn, he's a pro" :)22:36
JustTheDoctori am in a directory with alot of files, is there a way to get a file count (im connected via ssh)22:39
JustTheDoctornvm i think i got it22:40
bpromptshibboleth:   profession == done regularly for pay, doesn't mean is any good, it simply means is done for a wage regularly, Hobbiyist == same work and quality done for no pay22:40
shibbolethyeah, my gripe is with how ppl abuse the term "professional"22:41
Bashing-omJustTheDoctor: ' ls | wc -l ' ?22:41
bpromptJustTheDoctor:   ls -l | wc -l22:41
shibboleth"that doesn't look very professional" <--- what does that even mean?22:42
shibbolethmost often the person who said sure as stuff can't :)22:42
JustTheDoctoryes, Thank you bprompt and Bashing-om22:42
bpromptshibboleth:   bear in mind that language isn't a fixed set of phonems and meanings, it changes all the time, professional can be used to denote something done with "poor care" or slapdash, and both meanings are very valid22:44
bpromptwell unprofessional can be used to denote that is22:44
bpromptshibboleth:  but some words have several meanings, as many as 5 or more22:44
bpromptshibboleth:   "gay" back in the 50's used to mean Happy, today, well, you already know, just to show you how language is always in flux22:45
shibboleth"don't wear a hoodie, it doesn't look professional" <--- ok, i won't wear a hoodie but you could just as well said "my head is a bird, your argument is invaldi"22:47
shibbolethinvalid22:47
coz_?????22:47
shibboleth"professional" is *not* whatever pleases the person making the claim :)22:48
coz_shibboleth, I don't think think this is a support statement!!22:48
coz_bprompt, same for you22:49
shibbolethspeaking on behalf of all techies/support personell who have been told to leave the hoodie at home: kinda is. i'll leave it at that, though :)22:49
bpromptshibboleth:  we don't know the context, wearing a hoodie at work where the dresscode is formal dress is unprofessional22:49
coz_shibboleth, please, stop with the statements22:49
coz_bprompt,  you as well22:49
bpromptshibboleth:   anyhow, as coz_ correctly pointed out, we're offtopic, so let's be topical :)22:50
coz_bprompt, and shibboleth there is #ubuntu-offtopic for this %)22:51
shibbolethi "left it at that" a whole ago22:52
shibbolethwhile22:52
=== bannedrey is now known as kreyren
denningtonthere anyway i can add a dialable phone # in pdf using ubuntu desktop23:42
FKHellmy problem "end key produces , as well" was actually a hardware issue23:47
bpromptdennington:   dialable phone number in pdf?23:57
denningtonyes have a google doc that i need a phone number dialed ooff of23:58
denningtonwas gonna convert it to pdf and then use an appropriate pdf program23:59

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