/srv/irclogs.ubuntu.com/2019/10/30/#ubuntu.txt

WoodpeckerHey how can I properly uninstall my nvidia drivers? They are not working, and are raising hell on my computer, and I want to opt for the drivers provided by nvidia.00:03
Woodpeckerit complains however that my kernel already has distro nvidia drivers, and wont install them.00:03
oerheksgo into the driver menu, switch back to nouveau, and reboot00:04
oerheksthat is, if you used the original repo drivers00:04
Bashing-omWoodpecker: Find the .run file for the uninstall operation: sudo find / -name "NVIDIA-Linux-*" - you have to run the .run file again with --uninstall: sudo NVIDIA-Linux-x86_64-331.38.run --uninstall . For example.00:07
Woodpeckerhmmmm okay00:08
oerhekswonder why they are not working00:08
Woodpeckeroerheks: it beats me. When selected on them, I had to boot to a commandline, and it was spitting out this constant message that made typing almost impossible.00:09
WoodpeckerIm also getting this error W: Possible missing firmware /lib/firmware/nvidia/gp102/sec2/image-1.bin for module nouveau00:09
=== Wulf4 is now known as Wulf
=== urdh_ is now known as urdh
WoodpeckerIm giving up on installing the manual nvidia drivers01:14
Woodpeckerit errors out because I am using Kernel 5.001:15
mat88Woodpecker: Why are you doing that ?01:17
DiebuntuHello! I'm having problems with my wifi, it's not recognizing the adapter. This happened before when I was using 19.04 and did this steps http://ubuntuhandbook.org/index.php/2019/04/nstall-rtl8723de-wifi-driver-ubuntu-19-04/ but now, after upgrading to 19.10 I'm having the same issue again. As far remember with dkms this shouldn't have happened01:30
Diebuntueven after a kernel change. I'm running Ubuntu Studio.01:30
DiebuntuMy laptop uses the Realtek RTL8723DE01:32
DiebuntuI guess my only question is, if I follow those steps again, will I have a problem? I'm asking because I already did it once.01:36
sarnoldDiebuntu: it might be weird if you have two git clones of that module sources01:38
sarnoldDiebuntu: doublecheck with dkms status before adding another copy01:38
DiebuntuHow do I do that?01:38
sarnoldrun "dkms status" and see what the output .. if the driver is already listed, then maybe investigate. if it's not listed, then keep going01:39
DiebuntuIt is listed rtlwifi-new, 0.6, 5.0.0-32-lowlatency, x86_64: installed01:39
sarnoldlsmod? dmesg?01:40
DiebuntuShould I paste the output on a pastebin or am I looking for something in particular?01:41
sarnoldfor lsmod, your module; for dmesg, a pastebin might be better, it's hard to say what exactly might indicate a relevant error01:42
chietaIm on sitting_here(10.8.0.16) using vpn connection to the VPN server so i could connect via ssh to over_here(10.8.0.17)… from over_here i could access the webserver @over_there(192.168.8.8)... how to im on sitting_here to access all services provided @over_there via @over_here? Should the traffic conf be set on vpn server or on the client or even01:42
chietaon the over_here?01:42
Diebuntuhttps://paste.ubuntu.com/p/XXDVJpB2vc/ - I must say right now I'm connected through usb tethering with my android.01:42
DiebuntuNot entirely sure what I'm looking for with lsmod but I don't think I see my module, I do see a realtek though https://paste.ubuntu.com/p/6tR45xDdjv/01:45
sarnold[   24.017004] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723d_config.bin01:51
sarnold[   26.238297] Bluetooth: hci0: command 0xfc20 tx timeout01:51
sarnoldthose lines seem to show that an attempt was made to load firmware for your bluetooth controller but the attempt timed out01:52
DiebuntuI believe that's related too, bluetooth and wifi are the two issues I had to solve on 19.04.01:53
sarnoldhmm... but line 19 of lsmod gives me the feeling that the bluetooth may be working with a different module ..01:53
tomreyni guess it probably needs an updated lfinger driver01:55
sarnoldifinger?01:55
tomreynlarry finger01:55
sarnoldoh god. this again.01:55
tomreynhttps://github.com/lwfinger/rtlwifi_new01:56
sarnoldtomreyn: oh nice. though I can't tell from the first two paragraphs if it'll help :)01:57
tomreynme neither ;) but so far it seemed to help whenever the chipset was listed01:58
tomreynand that's the case here01:58
DiebuntuThanks, but I'm still unsure of what I should do lol02:00
tomreynDiebuntu: basically you'd follow the article you linked initally again02:01
ph88hi all02:03
DiebuntuI see, is there a way the driver is installed in the previous kernel only or something like that? I don't know about this. I'm just guessing.02:03
DiebuntuThe previous kernel was 5.0.0-32-lowlatency and right now I'm Linux 5.3.0-19-lowlatency x86_6402:03
tomreynso step 3 of this guide gets the latest driver version from github.com and step 4 sets it up on your system, using dkms, allowing for this very driver version to be built against your updated kernel images.02:05
tomreynhowever, this doesn't necessarily cater across releases since you will get a much newer kernel version (not just patches to a main kernel version, as you get within an ubuntu release).02:06
k_szeI want to try the solution at the bottom of this page: https://www.dell.com/community/Inspiron/Linux-Inspiron-13-7380-wont-sleep/td-p/728366602:06
k_szeIs it generally safe to set GRUB_CMDLINE_LINUX="mem_sleep_default=deep"?02:07
tomreynDiebuntu: so you actually need to update the driver source code occasionally, such as on every new ubuntu release.02:07
DiebuntuI see, yeah that makes sense. So I should follow from step 3, right?02:08
sarnoldk_sze: yes, undoing that if it doesn't work should be pretty easy, and if it dfoesn't work, you're probably only going to lose unsaved data when testing the suspend, which you likely already knew :)02:08
tomreynDiebuntu: this is indeed not as it's supposed to me, you shouldn't have to work with github repositories. but unfortunately that is the current state of support for the chipset you bought there.02:08
ph88how can i install a package that is meant to run on 18.04 ?  https://nvidia.github.io/nvidia-docker/02:09
tomreynDiebuntu: so in the future, you may want to shop more targetted, buying a piece of hardware where the manufacturer really cares for good linux support.02:09
DiebuntuYes, that's what I have in mind for my next purchase. I'm actually thinking of buying a laptop with ubuntu preinstall. Sadly when I bought this laptop I had no choice, I needed one fast lol.02:10
tomreynph88: only software in ubuntu is supported here (it could be in ubuntu, you could search for it), for other software please contact the developers through the support channels they provide.02:11
Woodpeckermat88: because the ubuntu nvidia proprietary drivers are not working for me.02:12
k_szehmm, I have /dev/ubuntu-vg/swap_1 but it doesn't show up in the output of `mount`. Is that normal?02:13
k_szeI's a 1 GB Swap (version 1), according to gnome-disks.02:14
k_szes/I's/It's/02:14
DiebuntuWhen trying to follow step 3 I get fatal: destination path 'rtlwifi_new' already exists and is not an empty directory.02:14
tomreynDiebuntu: delete the existing directory recursively02:16
tomreynbefore you dkms install, be sure to remove the old one02:17
tomreynDiebuntu: ^02:17
DiebuntuOh I'm not sure I know how to do that02:18
tomreyndkms remove rtlwifi_new02:18
tomreynactually    dkms remove rtlwifi-new02:19
tomreynmaybe even     sudo dkms remove rtlwifi-new/0.6; sudo dkms remove rtlwifi-new02:19
DiebuntuOutput is: Error! Invalid number of parameters passed.Usage: remove <module>/<module-version> --all   or: remove <module>/<module-version> -k <kernel-version>02:20
DiebuntuI assume I should remove the 0.602:20
tomreynyes, i think so02:21
DiebuntuStill same error02:21
tomreynso what have you run exactly?02:21
tomreyn!pastebin02:21
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.02:21
Diebuntuhttps://paste.ubuntu.com/p/39Nktk2vm5/02:22
tomreynk_sze: https://bugzilla.kernel.org/show_bug.cgi?id=199689 suggetss that the 5.3 kernel should do better on suspend to ram02:22
ubottubugzilla.kernel.org bug 199689 in Hibernation/Suspend "s2idle does not work in Dell XPS 9370" [Normal,Closed: code_fix]02:22
tomreynDiebuntu: ah sorry we'Re just missing --all02:22
k_szeNo 5.3 kernel for me since I'm still on 18.04.02:23
k_szeI wonder if I should upgrade to 19.10.02:23
tomreynk_sze: it's there via poposed in hwe-edge02:23
tomreyn!proposed02:23
ubottuThe packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.02:23
DiebuntuSo... sudo dkms remove rtlwifi-new/0.6 --all02:24
tomreynDiebuntu: so thiat's    sudo dkms remove rtlwifi-new/0.6 --all02:24
tomreynyes02:24
DiebuntuYes, it's going through02:25
k_szetomreyn, odd. The word "proposed" doesn't appear on either of those pages.02:25
k_szeLooks like that means pre-release.02:26
DiebuntuIt's done, I should follow from step 3 now, right?02:26
tomreynk_sze: https://wiki.ubuntu.com/Testing/EnableProposed02:27
tomreynk_sze: yes it means pre-release02:27
tomreynDiebuntu: yes. but before you do step five let me check whether it should still be 0-602:29
tomreyn* 0.602:29
k_szeHow do I tell where my swap is coming from? `free` says I have 999420 MB of swap, but `mount` doesn't show any swap partition mounted.02:31
tomreynDiebuntu: yes it's still 0.602:32
tomreynk_sze: cat /proc/swaps02:32
k_sze`/dev/dm-2                               partition9994200-2`02:33
DiebuntuAwesome, thank you! I'll follow the steps now02:33
DiebuntuI'm still getting the same error, is it the folder I need to remove? https://paste.ubuntu.com/p/gF8x42WZ3c/02:35
tomreynk_sze: lsblk /dev/dm-202:35
tomreyn<tomreyn> Diebuntu: delete the existing directory recursively02:35
tomreynso    rm -r ./rtlwifi_new/02:35
k_szetomreyn, ah, ok. so it *is* ubuntu-vg--swap_1: ubuntu--vg-swap_1 253:2    0  976M  0 lvm  [SWAP]02:36
tomreynk_sze: then this is ... good ... i guess?02:36
=== nt0_ is now known as nt0
k_szeWhy doesn't it show up in `mount` at all though? Conventionally, non LVM2 swap would show up in the output of `mount`.02:37
k_szeIt's a bit confusing. :/02:37
tomreyni don't think so. i think swap never shows up in "mount"02:38
tomreynDiebuntu: does it seem to be working out?02:40
DiebuntuYes, so far so good02:40
DiebuntuThank you02:40
DiebuntuI'm on step 602:40
tomreynDiebuntu: when you're done, check if you already have a file /etc/modprobe.d/rtl8723de.conf02:42
tomreyni.e.    cat /etc/modprobe.d/rtl8723de.conf02:43
DiebuntuYes, I do have a .conf file with antenna 2 selected.02:45
DiebuntuAnd it already connected to the wifi02:45
DiebuntuSo wifi is working, but I still don't have bluetooth adapter.02:46
tomreyntry a reboot02:47
sarnoldmaybe even a full power-off reboot -- I wonder if the timeout while loading firmware may or may not persist across 'simple' reboots but might be affected by a full power off02:48
tomreynk_sze: actually you no longer need -proposed for 5.3 in ubuntu 18.04 since today, it's now the proper hwe-edge image02:48
AscavasaionI would like the print manager to open and iconise on the taskbar when I print.  Instead of having to browse to the printer settings and view the print manager there.  Is it possible, and if so could someone point me in that direction please02:49
Ascavasaion?02:49
tomreynDiebuntu: i'd comment out the line in the /etc/modprobe.d/*.conf file about this module, since it may now work out of the box for you. only re-add (uncomment) it later if needed.02:50
Diebuntu93I'm sorry I got disconnected, I'm not sure I was able to read all02:50
Diebuntu93And now I can't login with diebuntu lol02:50
tomreynDiebuntu93: now you can02:51
mat88Woodpecker: Did you tried install the nvidia drivers from ppa ?02:53
Woodpeckermat88: mmmmm I think I might have02:53
Woodpeckermat88: the only reason I say think, is because I was getting a signature error when running them02:53
Woodpeckerwhich I thought might have meant a ppa signature02:54
Woodpeckeryes02:54
Woodpeckerhttp://ppa.launchpad.net/graphics-drivers/ppa/ubuntu is in my sources02:54
DiebuntuI'm back, where can I check the logs to read the previous messages?02:55
AscavasaionDiebuntu: I cut and pasted a few lines to https://pastebin.com/j6P6dh3002:57
tomreyn!irclogs | Diebuntu: here, but it's updated with a delay of ~ half an hour02:57
ubottuDiebuntu: here, but it's updated with a delay of ~ half an hour: Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/02:57
=== zbenjamin_ is now known as zbenjamin
AscavasaionWhoops, tomreyn ... did not mean to step on toes.02:57
mat88wodemoncafe: that is weird. Well I say that because from my experience installing the binary downloaded from the nvidia site is the worst experience02:57
Woodpeckermmm Im going to try disabling the source, and installing nvidia driver 390.02:57
Diebuntuokay, I'll try the reboot now02:58
tomreynAscavasaion: you didnt step on mine there, no worries02:58
k_szetomreyn, eh, `apt search hwe-edge` doesn't show the kernel image, only headers and tools.03:02
k_sze(that's after already having `apt update`'ed)03:02
tomreynk_sze: linux-generic-hwe-18.04-edge03:06
DiebuntuI'm back, wifi is working, bluetooth is still not found.03:06
k_szetomreyn, ah, ok. Thanks03:07
tomreynDiebuntu: can you share your logs?   journalctl -b | nc termbin.com 999903:07
tomreynDiebuntu: and did you comment out ant_sel?03:07
Diebuntu journalctl -b | nc termbin.com 999903:07
DiebuntuNo, I'm not sure what you meant by that.03:08
tomreyn<tomreyn> Diebuntu: when you're done, check if you already have a file /etc/modprobe.d/rtl8723de.conf03:08
tomreyn<tomreyn> i.e.    cat /etc/modprobe.d/rtl8723de.conf03:08
tomreyn<Diebuntu> Yes, I do have a .conf file with antenna 2 selected.03:08
tomreyn<tomreyn> Diebuntu: i'd comment out the line in the /etc/modprobe.d/*.conf file about this module, since it may now work out of the box for you. only re-add (uncomment) it later if needed.03:08
DiebuntuSorry, didn't paste the link https://termbin.com/q09z03:09
k_szetomreyn, does edge eventually get "promoted" to non-edge?03:09
k_szelooks like it does. https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack#hwe-16.04-edge03:11
tomreynDiebuntu: actually, look like i misread what you wrote about what ant_sel is set to, so just ignore this part03:11
tomreynk_sze: yes it does03:12
tomreynDiebuntu: is bluetooth locked via rfkill?03:14
DiebuntuIs this what you mean https://paste.ubuntu.com/p/NNqqW3JSD7/03:17
tomreynoh the timeout is still there:  kernel: Bluetooth: hci0: command 0xfc20 tx timeout03:17
tomreynyes thats what i meant03:17
tomreynbut it's not inactive03:18
tomreyndo you see it listed in settings -> bluetooth?03:18
tomreyni.e. are you able to switch it on in the top right corner there03:18
DiebuntuYes, I can turn it on and off, but when I try to setup a new device I get a pop up saying "no adapters found"03:19
tomreyni see. maybe another driver is needed for the bluetooth03:22
Diebuntu Okay, so i should look for RTL8723DE bluetooth driver, right?03:27
tomreynDiebuntu: i'm not sure really. *maybe*. what does htis output?   ls -l /lib/firmware/rtl_bt/rtl8723d*03:28
Diebuntuhttps://pastebin.com/dYi9dwjs03:28
tomreynDiebuntu: ah there was a recent update to the firmware03:31
tomreynhttps://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/rtl_bt/rtl8723d_fw.bin03:31
DiebuntuI see, so I need to update that one too?03:32
dr`venomI'm having trouble changing the background of the login screen (Lock Screen?). Under settings -> background, I set one of the images to be background and lock screen, but the lockscreen continues to be that violet color with the ubuntu logo.03:33
tomreynDiebuntu: sudo -i      then  cd /lib/firmware/rtl_bt; mv rtl8723d_fw.bin rtl8723d_fw.bin.orig; wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/rtl_bt/rtl8723d_fw.bin ; exit03:33
DiebuntuDone, should I reboot?03:35
tomreynDiebuntu: reloading the module would be enough, but  rebooting should also work if this fixed it03:36
tomreyni assume the module is called rtl8723d or rtl_bt03:37
tomreynyou'd      sudo modprobe -rv rtl8723d rtl_bt     to remove both modules (if those exist), then     sudo modprobe -v rtl8723d03:38
DiebuntuNope, not found modprobe not found03:39
Diebuntumodprobe: FATAL: Module rtl8723d not found.03:39
Diebuntumodprobe: FATAL: Module rtl_bt not found.03:39
tomreynwell then maybe rebooting is faster ;)03:39
DiebuntuI'm back, still no adapters found.03:47
tomreynDiebuntu: hmm, can you run:   sha256sum /lib/firmware/rtl_bt/rtl8723d* /lib/firmware/rtlwifi/rtl8723defw.bin03:49
Diebuntuhttps://paste.ubuntu.com/p/m5CV9q4p8w/03:50
tomreynDiebuntu:hmm yes those are the latest03:52
tomreynDiebuntu: lets check the log again:    journalctl -b | nc termbin.com 999903:52
Diebuntuhttps://termbin.com/zbgd03:53
tomreynDiebuntu: so the bluetooth issue remains this - https://paste.ubuntu.com/p/3RMP5GDsDF/ - i'm afraid i can't seem to find a solution to this problem right now, and also need to get some sleep03:59
DiebuntuYes, I understand. You've been very helpful04:01
DiebuntuThank you a lot!04:01
tomreynyou're welcome.04:01
raddyHello Everybody04:42
raddyWhat is the best way to install ubuntu along with Windows nowadays ?04:43
raddyIs Wubi still the go to option ?04:43
FiftyGot a wee bit of a problem. I've a server up and running, and it constantly drops down in performance, so ping just skyrockets for no reason.04:52
FiftyBut! I found that it correlates to the clock speed. The ping skyrockets when Linux has the CPU go down to idle speeds04:52
FiftyHow do I stop that from happening, so Ubuntu doesn't downclock the cores?04:53
doug16kFifty, try: sudo cpupower frequency-set --governor performance05:02
doug16kalso try schedutil instead of performance05:03
FiftySays command not found, unfortunately.05:03
FiftyTried to install that one earlier, and the package can't be found when doing sudo apt install cpupower05:03
FiftyI think I found the ticket with cpufreq-set, tho: http://manpages.ubuntu.com/manpages/bionic/man1/cpufreq-set.1.html05:03
doug16kyou'd need linux-tools05:03
doug16kand probably linux-tools-$(uname -r)05:04
FiftyHmm. Alright, I tried that. But the terminal says that it's a virtual package, and offers a bunch of oddly named...Things. Screenshot: http://manpages.ubuntu.com/manpages/bionic/man1/cpufreq-set.1.html05:06
doug16ktry the cpupower command again, should be there now05:07
FiftyNope, says command not found.05:07
FiftyHowever, I did manage to change the governer with cpufreq-set. But don't see any difference, and it didn't print anything to the terminal05:08
doug16kdid you do all the cpus?05:08
doug16kthat's why cpufreq-set sucks. cpupower will do them all for you05:08
FiftyErr, probably not. I just typed in: sudo cpufreq-set -g performance05:09
doug16khow many cpus on that?05:09
FiftyThere's 4 cores, 8 threads.05:09
FiftyBut didn't pass anything like that to the command05:09
doug16kthis will do them all: for c in {0..7}; do sudo cpu-freq -c $c -g performance; done05:10
FiftyThat's a bash, aye? Lessee if I can get that to work05:10
doug16kit is05:10
doug16koops, cpufreq-set actually05:11
doug16knot cpu-freq05:11
FiftyRight, saved that to a .sh, ran it, don't see any diff the now via lscpu05:12
FiftyI'll join the server, see if it still drops05:12
FiftyThanks for the help so far05:12
doug16kyou can use turbostat to monitor cpu throttling/boost closely05:13
doug16kor sudo atop05:14
doug16kif you really want wide-open-throttle, you can pass a minimum frequency in the cpufreq-set loop, with --min05:15
doug16kusually that's a bit overkill but it can be used to rule out boost pr governor as the cause05:15
FiftyAye I was thinking of doing that.05:15
FiftySetting it to governor still causes the frequency to fall, unfortunately.05:16
doug16klinux's "performance" governor is not comparable to windows. windows' sets min to the base freq, linux performance governor just makes it more apt to max it out but still throttles down when it is near idle05:16
doug16kit's probably not the governor causing a problem if I had to guess though. but not a bad idea to rule that out at least by measurement05:18
doug16kping is very very easy on the cpu. next to nothing05:19
FiftyAye just ruling it out like. I've done all the obvious stuff with wine commands and such, now I got to do this stuff.05:19
doug16kyou can probably saturate your NIC with your cpu at min freq05:19
FiftyWhat happens is, the server software suddenly has it's ping skyrocket, due to it's main loop (displayed as Server FPS) suddenly taking longer05:19
FiftyI noticed that it directly correlated to the clockspeed, and others have had the same issue with Wine applications05:20
doug16kah, game server? ya set min to the max frequency then05:20
doug16kgames hate governors05:20
doug16kI'd run cpufreq-info, look at the frequency range it reports "within X and Y" and make that cpufreq-set --min Y05:22
FiftyHmm. The clockspeed still drops below what I set --min to05:23
FiftyI'll give that a shot05:23
FiftyAye it says between 1.6G0 GHz - 3.90 GHz05:24
FiftyAnd is using the intel_pstate driver05:24
doug16kthen --min 3900M should do it05:25
FiftyIt should, but it still drops. Bizarre. Even did it manually in the terminal. Changed the .sh batch file to: for c in {0..7}; do sudo cpufreq-set -c $c --min 3400;05:26
FiftyLiterally just that in the .sh05:26
doug16khow are you watching the frequency?05:26
doug16kif using turbostat, look at Bzy_MHz column05:27
FiftyWith watch -nl05:27
doug16kwatch what05:27
doug16kI'd use sudo turbostat and look at Bzy_MHz column05:28
FiftyAh, sorry. Let me get the command05:28
FiftyGotta copy paste as it's got that funky line symbol05:28
FiftyHere we are. The command I punt into the terminal is: watch -n1 "lscpu | grep 'CPU MHz' | awk '{print $1}'"05:29
FiftyI'll give turbostat a run05:29
FiftyAgh, it's part of those linux utils05:31
doug16kwhy is that a problem though?05:32
FiftyCouldn't figure out which one to install and how05:32
doug16kI suggested already: sudo apt install linux-tools-$(uname -r)05:33
doug16kthat will automagically use the one for your kernel05:33
FiftyOh I didn't see that05:33
FiftyMy bad05:33
FiftyAye according to Byz_MHz they're around 3500-3600MHz05:36
FiftyI'll try now and see if that fixed it. Thanks again.05:36
doug16kgood luck :)05:36
FiftyDamn, that didn't fix the issue.05:38
doug16kwhat does this say: sensors05:38
doug16k(to check cpu temperature)05:38
FiftyThe highest it's seen for core temp is 5805:39
FiftyPackage temp 6005:39
doug16kthat's fine05:39
FiftyA big possible fault is that I have to run it through WINE.05:40
FiftyNative linux game servers run fine. Just this one for Conan Exiles has shoddy performance05:40
doug16kcan you do this and try to reproduce: watch -n 0.5 sensors05:40
doug16kunder load cpu temp can skyrocket. checking at idle is almost meaningless05:41
doug16kor better yet, have that running and in another terminal: stress -c $(nproc)05:41
FiftyOh what I do, is I make the PuTTY terminal always on top, then hop into the game with this PC05:41
doug16kwill peg every cpu05:41
FiftyGotcha05:41
FiftyUnfortunately, "watch -n 0.5 sensors" doesn't work.05:42
Fifty"Sensors not found"05:42
doug16kprobably need: sudo apt install lm-sensors05:43
FiftyAye there we go05:44
FiftyTemperatures are fine, doesn't go past 60 with the server running05:44
FiftyLets see the stress test05:44
doug16kthe mass of a cpu die is so low, it can shoot up 30C in a split second under load. I've been fooled by idle temps before05:45
FiftyDon't have the stress command either. The server is under light load, about 10% on each thread.05:46
doug16khad a machine that looked like it never went over 60C that actually shot up to 90+ under pegged load05:46
doug16ksudo apt install stress05:47
FiftyOh my. Restarted the server, and one of the cores reached 70C when loading everything05:47
doug16k70 is not too bad. it will start halting at around > 80 though05:48
doug16kdepends on the exact cpu05:48
FiftyIt's ivybridge, so it can take those temps05:48
doug16kanother thing to try is: sudo perf top05:53
doug16kactually, sudo perf top -z05:54
doug16kreproduce the performance issue and see what shoots up to the top. it might tell you what's doing it05:54
FiftyGood idea, I'll do that the now05:55
Fifty28% perl perl_scalarvoid23% perl perl_yyparse18% perl Perl_slab_alloc20% perl Perl_leave_scope8% kernl __schedule06:02
FiftyThere were other spikes that I couldn't copy down in time06:02
FiftyEw it broke formatting06:02
Fiftyhttps://pastebin.com/bvp0tDhu06:02
FiftyThis as well: 25% libc.2.29.so06:03
FiftyAs well as: 32% perl Perl_Op_Free06:04
FiftyPerl seems to be the culprit. There's loads of Perl shared objects, but a couple of them suddenly reach high CPU usage for a few seconds06:05
doug16kstrange, what would be doing a lot of perl in that scenario?06:13
FiftyNo idea, to be quite honest. It doesn't even use perl, it's built on Unreal Engine 4.06:15
doug16kperhaps it is watching for filesystem changes and getting sprayed with inotify?06:15
doug16kis the program in your home directory?06:15
FiftyIt's in /home/steam/servers/conanexiles06:15
FiftyNow I just restarted the dedicated server, no software running.06:16
FiftyYet perl is still using a bunch of the CPU.06:16
FiftySame with libc: https://i.imgur.com/GIFS4Yf.png06:17
FiftyVery strange.06:17
doug16kI'm guessing the perl is probably something running in the background unrelated to your workload06:18
doug16kbigger guess: and your workload is causing tons of file changes in your home directory, causing the perl to work hard chasing after all the changes06:19
FiftyThat's the thing. The Conan Exiles server isn't even running.06:19
FiftyAnd it's getting the same Perl CPU usage.06:20
doug16kah06:20
FiftyIs there a way to see which service or process is running that perl stuff?06:20
doug16krun htop, press t, look for perl in the list06:21
doug16kpress < and choose sort by PERCENT_CPU06:22
doug16kah, tree view defeats the sort06:23
doug16kin non-tree view do you see perl near the top when sorting by percent cpu?06:23
FiftyGi'es a moment, trying to figure out what I'm exactly looking at here :P06:23
doug16klist of running processes06:24
FiftyOh aye, i gathered that much06:24
FiftyJust overwhelmin06:24
doug16kif you apply the sort by cpu with <, the most relevant ones will be at the top06:24
FiftyOdd, it's not showing anything sucking up the CPU in htop, when the perl usage spikes happen.06:27
FiftyScreenshot: https://i.imgur.com/Yeiu9wa.png06:27
doug16klooks like it is x2go using perl though06:29
FiftyOooh.06:29
doug16kheavy screen changes cause spikes maybe?06:30
FiftyI'm not even connected to it at the moment.06:30
FiftyI wonder...Can I kill the process somehow?06:30
FiftyOr, err, service. The x2go thing.06:30
doug16ksudo service x2goserver stop06:31
FiftyNow CPU usage shown in htop is 0% for all the cores, the kernel now being in the high percentages on that perf top window06:33
FiftyIf x2go was the problem, I'm gonna scream.06:33
FiftyNope, still getting that performance drop.06:38
doug16kare you actually using mysql for something?06:38
doug16kif not: sudo service mysql stop06:39
FiftyThat's for another server program. Not using it right now though, couldn't get it to create the MySQL databases yet.06:39
FiftyGood idea06:39
doug16kany partitions near full? check: df06:39
FiftyNope, they've plenty of space.06:39
doug16kext perf goes through the floor when near full06:39
FiftyI've 2x1TB, and only used around 50GB total06:40
doug16kssd write performance can go awful when near full too06:41
doug16kssds?06:41
FiftyNope, using HDDs. That did come to mind a few hours ago tho.06:41
FiftyContacted Hetnzer, see if they'll let me buy an SSD.06:42
FiftyGot a screenshot when the performance cratered again: https://i.imgur.com/Bb3oa2B.png06:42
FiftyThis time, it's the Kernel that's gone red in top06:43
doug16kwow, that's an awful lot of timer interrupts06:44
FiftyI wonder if that's due to one of these launch commands for the server program06:45
FiftyI'll try removing it06:45
FiftyI'm not getting as many interrupts, but the performance still craters. perf-3404.map appears to be a culprit. https://i.imgur.com/d2XSJp4.png06:50
FiftyErr, perf-4304.map rather06:50
FiftyKernal as well, with the symbol import_iovec https://i.imgur.com/Zzy0nl9.png06:51
doug16kwhat does this say: uname -r06:54
Fifty5.0.0-32-generic06:55
doug16khow about: ps -p 430407:01
=== drcd_ is now known as drcd
FiftyPID - 4304, TTY - pts/3, TIME - 00:13:04, CMD - ConanSandboxServer07:12
FiftySo half of it is due to that .map thing07:12
doug16kFifty, that's the actual workload though right? probably not much you can do at host level about that, you'd have to look into performance issues with that program itself under wine07:31
FiftyAye, sounds about right. It's just sad that it runs better when hosting on my own desktop, while also playing the game. Couldn't find a thing about using it with wine07:32
FiftyThanks for the help so far. Gonna head off to bed the now.07:43
=== Leion1 is now known as Leion
zetherooI have a fresh install of Ubuntu 18.04 server with Freeradius installed from the Ubuntu repos. On boot the Freeradius service doesn't start.08:36
ayewwhat does systemctl status have to say?08:38
ayewor journalctl08:38
zetheroosystemctl freeradius status08:39
zetherooUnknown operation freeradius.08:39
ayewotherway around, it should be systemctl status freeradius08:40
doug16kzetheroo, status comes before the service namm,e08:40
ayewthat order would work if you invoke "service"08:40
zetheroohttps://pastebin.ubuntu.com/p/syQB32ZjCg/08:41
zetheroothe service starts fine if I do 'service freeradius start'08:41
zetheroobut doesn't start after reboot08:41
ayewwhat about journalctl -u freeradius.service08:44
ayewshould tell a little more info08:44
zetheroohttps://pastebin.ubuntu.com/p/V5RhVG7wCk/08:46
zetheroolooks like the output of /var/log/freeradius/radius.log08:46
ayewhmm it seems to start fine, then be forced to restart by 'radius freeradius[19142]: rlm_sql (sql): Removing connection pool' until it meets the amount of restarts allowed by the service file and fails08:47
ayewyou'll have to follow that up with freeradius, because I'm not familiar with it and i cant see anything that could be going on wrong with the service file configuration08:48
zetheroook08:49
zetheroostrange though that when the system is running I can start the service08:49
silv3r_m00nhi there, i need some help configuring postfix on my server, i need to whitelist a certain sender by its address, for example bob@outlook.com, postfix is currently countering it as spam.09:02
=== dionysus70 is now known as dionysus69
freelancerbobcan you see picture thumbnail on smartphone in Ubuntu ?09:49
freelancerbobit is bug ?09:49
doug16kfreelancerbob, what?10:17
doug16kon smartphone in ubuntu?10:17
WulfIf you connect your smartphone (e.g. via usb) to your ubuntu PC, will it display thumbnails of the pictures that are stored on the smartphone?10:26
WulfI hope I got that interpretation right :-)10:26
ryuoWulf: no it probably won't. they use MTP/PTP for file transfer and ubuntu would have to transfer the files in whole first before it could generate a thumbnail. that's unlikely to happen due to the performance impact. copy them over first if you want that.10:29
danslohey everyone. I just upgraded from 19.04 to 19.10. When I boot it brings me to the login screen where I can "unlock", but when entering correct password it just takes me to the same screen. Lock screen does not want to go away. Any ideas?10:58
danslojournalctl doesn't say anything weird: https://gist.github.com/danslo/df9fb0103863e7caed6990a7ee4992f710:59
dansloManually executing `systemctl restart gdm` managed to get me in, would suck to do this everytime I boot11:02
ericushi11:02
ericussimple question I guess11:02
ericusalias teamspeak='TeamSpeak3-Client-linux_amd64/./ts3client_runscript.sh'11:03
ericushow do I run this without leaving a terminal open?11:04
ericusshould it be alias teamspeak='TeamSpeak3-Client-linux_amd64/./ts3client_runscript.sh &'?11:04
ericusif I close the terminal Teamspeak closes11:10
tarzeauthen try ctrl-z, bg, disown before you close terminal11:11
tarzeauand learn about job control of your $SHELL11:11
tarzeauericus: teamspeak & disown; exit11:12
ericusthanks tarzeau11:12
=== Colti is now known as Tujamo
ericushow did I not know that of almost 20 years of linux?..11:16
ericusembarrasing11:16
tarzeaui also only learnt it 15 years ago, when playing nethack (too often pressing ctrl-z by accident, to figure out with jobs and fg to be back rolling)11:18
tarzeauand ctrl-s/ctrl-q11:18
ericusfuck. What is the standard media player for videos? I'm on a fresh install, a video is looping11:19
ericusno open windows, ps ax doesnt tell me anything that seems like a media player11:20
ericusbanshee.11:21
ericusWasnt expecting that11:21
=== bubbler is now known as bubble
* tarzeau uses mplayer some use mpv, others vlc11:22
=== bubble is now known as Guest98267
=== Guest98267 is now known as helle
=== helle is now known as Guest605
=== Guest605 is now known as bobble
=== bobble is now known as bubbles
BluesKajHi folks11:24
ericushowdy11:25
=== bubbles is now known as Guest72738
bster"apt-get update" downloads a >50MB file (bionic-updates amd64 Contents); is it essential? If not, how would I go about making it stop doing that?11:27
bubblerHi. I just got banned by using '/nick <somenick>' to check for a nickname not registered yet. What did I do wrong?11:34
Habbiebubbler, this channel requires you to be registered11:37
ryuobubbler: this is a +r channel. you changed to an unregistered nick.11:38
ryuoand +q isn't a ban.11:38
ryuoit's quiet. it just silences you.11:38
bubblerAaaah... Ok... thx... Just started using irc and i don't want to start as being a problem ;)11:39
Wulfbubbler: to check if a nickname is registered: /msg nickserv info bob211:39
bubblerWulf: thx again11:40
ryuobster: it's used for having a consolidated list of files provided by the packages.11:50
ryuobster: afaik it's used to find out what package provides a specific file.11:50
ryuoif it's not already installed11:51
ryuoone known user is apt-file11:51
bsterah, thanks. I certainly do have apt-file; I'll try removing it. (right?)11:52
ryuobster: No... that won't change whether it's retrieved or not.11:52
bsteroh.11:52
ryuoi was explaining why it exists.11:52
ryuoi don't know what else it's used for.11:53
ryuoperhaps there's an apt setting.11:53
bsterthanks.11:54
ryuothough you can prune how many it maintains by reducing your sources lists.11:55
ryuoif there's any you don't need.11:55
ryuonot sure that's a practical option though11:56
bsterah, yes there are four large Contents files downloaded, not just one. but they're for the {security,updates} {i386,adm64} ... think i'd like to keep those sources :)11:58
bsterwell ... would it be crazy to remove the i386 ones? sorry if that's a stupid question.11:59
ryuobster: seems regular apt doesn't use them? my server w/o apt-file doesn't have them at all.12:00
bstersounds like removing apt-file might be at least worth a try? unless you're sure12:02
ryuobster: it's not essential, no, but i don't know if removing apt-file will change its behavior.12:04
ryuobut evidently they're not downloaded if apt-file was never installed.12:05
bsteryep. removing apt-file seems to work. (assuming my test with "sudo dpkg --configure -a", "apt-get update" is valid.)12:06
bsterit's a big relief. thanks.12:07
ryuosure...? though not sure why it matters.12:08
bsterthe total was 162MB, which takes about 160 s here. the rest takes about 2 s. i don't use this system frequently. now i can boot it and install a package without a "make coffee" step.12:11
bsterall done. think i'll make coffee. thanks again, and good evening.12:14
wxbHi, trying out Xubuntu 18 LTS live on an HP laptop and it won't detect Wifi card. What can I do?12:15
wxbKeyboard also not working...12:16
wxbOh, keyboard is good now, but no wifi12:17
ryuowxb: need more information.12:18
guiverc2wxb, https://help.ubuntu.com/community/WifiDocs/WirelessTroubleShootingGuide is general doco; the device is useful to detect what hardware you have (ie. chipset used in your box) and drivers necessary; but not always possible to use with 'live' (as may require reboot; and changes don't survive  live-reboots); sorry I can't walk-thru12:18
wxbryuo, Sure. What info?12:19
ryuowxb: i'd start by trying to figure out what PCI and USB devices are detected.12:19
ryuooutput of lspci and lsusb would be appreciated.12:20
wxbryuo, Okay. via CLI?12:20
wxbryuo, This will be challenging as I don't have internet on that machine.12:20
ryuothere's 3 main ways wifi can be connected to the machine.12:20
ryuono ethernet?12:20
wxbnope12:20
ryuoo.O12:20
ryuook, let's try keeping it simple then.12:20
wxbI see network controller!12:20
wxbwith lscpi12:21
ryuolspci | grep Network12:21
ryuoand what line is it?12:21
ryuowifi is usually connected through PCIE but there's some rare cases where it's USB or SDIO.12:21
wxb"02:00.0 Network controller: Broadcom Limited BCM43142 802.11b/g/n (rev 01)12:22
wxb"12:22
ryuoeww. but that's why.12:22
wxb??12:22
wxbNo support?12:22
ryuoNot that. But the driver isn't installed by default.12:23
wxbAh. Cool!12:23
wxbWhere could I pick it up?12:23
ryuobut how do you install it without networking?12:23
ryuolol12:23
wxbvia usb?12:23
wxbflash drive?12:23
ryuobroadcom-sta-dkms is the package afaik.12:23
ryuowxb: for future reference you might want to have some usb ethernet dongles if you have devices without it. it would greatly help to have that during initial setup.12:24
ryuosince ethernet is almost always supported OOB though wifi sometimes is not.12:25
wxbryuo, Totally!12:25
wxbis it possible to add that package to the live instance to see if wifi will work?12:31
wxblike could I install the deb package?12:31
ryuowxb: ... not likely. that's DKMS. it has to build the kernel module before it can work. it's not like a windows driver.12:32
ryuowxb: you may also want to update the BIOS if it's not current.12:32
ryuothat tends to fix compatibility issues, especially with HP models.12:33
ryuothough that's optional.12:33
wxbDKMS?12:33
ryuowxb: a system for managing third party kernel module packages.12:34
wxbryuo, cool. thx12:34
ryuoit automates the whole process of building or rebuilding them.12:34
ryuoalso note you may need to disable secure boot if it's enabled because these won't work with secure boot unless configured correctly.12:35
ryuoyour best option is to try to figure out what packages you're missing and then install via apt/dpkg locally.12:36
ryuosince it lacks any other method of networking.12:36
=== coffeeguy is now known as zenguy
ericusMy displays are fucking up each time screen saver turns on or I physically power off a monitor13:01
ericushow can I permantently save the settings I have?13:01
ericusUbuntu 19.04 with XFCE13:01
BluesKaj!language | ericus13:02
ubottuericus: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList13:02
gpIs it possible to share network folders restricted by LDAP machine group?13:03
gp100ft view =) where would i start13:03
=== Edoctoor is now known as bozo
=== bozo is now known as Edoctoor
Guest_8Hi can anyone help me connect my android phone with gs connect?13:37
helppl0xHey guys, I'm trying to downgrade my kernel to version 4.15, im currently on ubuntu 19.04(kde desktop)13:38
helppl0xis ubuntu 19.04 compatible with the linux kernel v4.15?13:39
Mathisenwhy downgrade ?13:39
helppl0xfor a course13:39
helppl0xwe're learning how it works behind the scenes13:39
helppl0xi dont even need to permanently downgrade it13:39
Mathisensounds more likea job for a VM if you ask me13:40
helppl0xjust have the kernel so i can boot into it in grub13:40
helppl0xoo yea13:40
helppl0xthey told us that we get a free VM on azure13:41
helppl0x@mathisen, for future reference and for the sake of learning, how can I check compatibility with kernels?13:46
Mathiseni cant speak for ubuntu im not a ubuntu user myself. but i would guess answer to your main question is you cant. as i belive you will get tons of dependecy issues. but again im not a a ubuntu user so someone else in herer should answer you13:48
Mathisenand i dont know where to check ubuntu kernel verison. other the ones in the repos13:49
Mathiseni would guess there also the one in the repos is suported otheones is not13:49
leftyfbMathisen: if you're not an ubuntu user and can't help with ubuntu issues, why are you here?14:02
Mathisenwell i dont see any guests not allowed sign :). no but for real it is a active channel and sometimes you can pick upp some nice tips that do work regarding of dist you on.14:04
Mathisennothing wrong with that i belive ?14:05
leftyfbNo. But answering with "I don't know" isn't really helpful. Let others chime in when they are available.14:06
Mathiseni thought i made it clear someone else should answer, but was i wrong in the answer ?14:07
lotuspsychjeMathisen: i think was leftyfb means is, when not using ubuntu and not using it, better let other volunteers handle it instead of saying 'dont know'14:10
STMeloni would agree14:10
Mathisenok my bad then. i said it like that as i dont like to be guessing and wanted someone else to confirm i did give correct info. but il be silent from now14:11
B|ack0phi14:22
B|ack0pi am getting report error popup again without any detail.14:22
B|ack0pi check var/log/ but no crash report there.14:22
lotuspsychjeB|ack0p: are you on ubuntu right now, or using another derivative again?14:23
B|ack0psystem program problem detected"14:23
B|ack0plotuspsychje: i am on ubuntu 18.0414:24
B|ack0pi didnt do anything didnt install anything .. just checking updates on terminal thats all14:24
lotuspsychjeB|ack0p: what about /var/crash ?14:26
B|ack0phmm14:26
B|ack0pthere are 6 reports14:26
B|ack0p3 brasero.1000.crash -1 gnome shell.121.crash- 1 nautilus.121.crash - 1 xwayland.121.crasj14:28
tomreynthose without an .upload file haven't been reported, yet14:28
B|ack0ptomreyn: you telling me?14:29
BluesKajxwayland probly explains it14:29
B|ack0pyea14:29
tomreynB|ack0p: yes. you can manually report them using apport, or investigate them using apport-unpack14:29
B|ack0pthere are 4 crash reports14:29
B|ack0pbrasero-gnome shell-nautilus-xwayland14:30
B|ack0ptomreyn: how will i do that?14:30
B|ack0potherday while i was burning dvd i forced to cancel brasero14:30
B|ack0pbut it crashed and i had to reset the pc14:31
tomreynB|ack0p: which of the two?14:32
B|ack0ptomreyn: what?14:33
tomreynB|ack0p: you asked me "how will i do that?" which i assume was in response to me explainin "you can manually report them using apport, or investigate them using apport-unpack"14:34
tomreyni'm wondering which of the two you're asking about14:34
B|ack0ptomreyn: i dont know how to do both :/14:35
tomreynboth commands have man pages anyways14:35
B|ack0plet me check14:36
B|ack0p~$ apport-unpack /var/crash/_usr_bin_brasero.1000.crash14:42
B|ack0pUsage: /usr/bin/apport-unpack <report> <target directory>14:42
tomreynso, what may have been wrong?14:43
B|ack0phttp://manpages.ubuntu.com/manpages/bionic/man1/apport-unpack.1.html14:43
tomreyn!man14:43
ubottuThe "man" command brings up the Linux manual pages for the command you're interested in. Try "man intro" at the  command line, or see https://help.ubuntu.com/community/UsingTheTerminal | Manpages online: http://manpages.ubuntu.com/14:43
B|ack0p report is either a path to an existing apport crash report, or '-' to read from14:43
B|ack0p  The target-directory must either be nonexisting or empty14:43
tomreynright, so how would you run it correctly?14:44
B|ack0pno idea :/14:45
timelessis there anything one should do to deal w/ repositories not being current? https://www.irccloud.com/pastebin/wljwXJNC/14:45
tomreynB|ack0p: you just quoted the explanation. apport-unpack takes two arguments. the report, which is /var/crash/_usr_bin_brasero.1000.crash in your case. and a target directory where to unpack the report to.14:46
tomreynyou can freely choose it14:46
B|ack0pi dont know target directory :S14:47
B|ack0pshould it be a file?14:47
B|ack0pempty file?14:47
B|ack0plet me check14:47
tomreyntimeless: did you run    apt update    beforehand?14:48
B|ack0pwoa it unpacked a lot of files14:48
B|ack0p37 items 98mb14:49
timelesstomreyn: yes.14:49
timelesstomreyn: the repository is behind, the version apt wants to get is newer than what that mirror is offering14:49
tomreynB|ack0p: those .crash files are the same files in concatenated (and base64 encoded, if they are not just plain text) form.14:49
timelessand it would only do that because of an update...14:50
B|ack0ptomreyn: what do i suppose to do with those files now?14:50
tomreyntimeless: can you show     sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -y update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 </tmp/aptlog && rm /tmp/aptlog14:51
tomreynB|ack0p: that's up to you. ;)14:51
B|ack0phmm14:51
B|ack0pno idea14:52
timelesstomreyn: https://termbin.com/yfy714:52
tomreynB|ack0p: your original issue was "i am getting report error popup again without any detail", which is a bug in apport / ubuntu-bug, and has been previously filed, i think (though it couldn't find the bug report quickly, you could look for a matching bug report at https://bugs.launchpad.net/ubuntu/+source/apport/+bugs?field.searchtext=system+problem )14:53
B|ack0ptomreyn: if that error caused by brasero probably it is because of my cancel of the process, but i have no idea about other 3 crashes (gnome-shell) - nautilus - xwayland14:55
tomreynB|ack0p: you could just delete those .crash files if you wanted the report gone. or you could use ubuntu-bug path/to/report.crash    to submit it or you could inspect it now that you have unpacked it14:55
B|ack0pi would like to find actual error and fix it or stop that error report popup14:55
tomreyntimeless: i think there was some problem with those AWS mirror servers recently, maybe it's related. i suggest you ask in #ubuntu-mirrors14:57
miu5geirha, i removed the export lines that i have put in /etc/bash.bashrc  and after ran source /etc/bash.bashrc, exited the shell and re-opened, i did echo $JAVA_HOME  and it reverted back to /usr/lib/jvm/java-11-oracle.   Can you please tell me how to remove this old link?  i already ran sudo update-alternatives --config java14:59
timelesstomreyn: thanks15:00
miu5its showing me that old   /usr/lib/jvm/java-11-oracle   because i removed oracle-java11* before installing openjdk15:01
tomreynyou're welcome, timeless15:01
geirhamiu5: sourcing /etc/bash.bashrc doesn't reset anything15:01
geirhamiu5: run   unset JAVA_HOME   to get the variable unset15:02
miu5well im back now where i started before editing bashrc. so how do i resolve this issue old link15:02
geirhamiu5: and see what  ''type -a java''  and  ''java -version''  says15:03
miu5geirha, i ran unset JAVA_HOME    re-did the echo in the same shell, came up empty,  re-opened a new shell and still showing the old version15:03
geirhamiu5: that's because JAVA_HOME was set when you logged in15:03
miu5i mean its showing /usr/lib/jvm/java-11-oracle15:03
miu5type -a java    shows     bash: type: java: not found15:04
miu5Command 'java' not found15:04
geirhamiu5: ok, ''update-java-alternatives --list'' lists the version you want?15:05
miu5this will all only work if i edit /etc/bash.bashrc however i dont want to do that15:05
miu5java-1.11.0-openjdk-amd64      1111       /usr/lib/jvm/java-1.11.0-openjdk-amd6415:05
geirhaok, then run  ''sudo update-java-alternatives --set java-1.11.0-openjdk-amd64''15:05
miu5geirha, ok now im getting the correct java -version reported.  however why does echo $JAVA_HOME  still show   /usr/lib/jvm/java-11-oracle15:07
miu5will a reboot re-set the JAVA_HOME ?15:07
miu5or re-login15:08
geirhabecause JAVA_HOME was set when you logged in, via /etc/profile or ~/.profile or /etc/environment or ~/.pam_environment15:08
miu5ok. but will it correct itself after logging in again?15:09
geirhamiu5: if you removed the right line, it should be gone next time you log in15:09
miu5the right line from where?   you mean when i edited /etc/bash.bashrc?15:09
geirhamiu5: possibly15:11
geirhathere are many places it could be set15:11
miu5ok. geirha thanks for your help. really appreciate it.15:11
tomreynB|ack0p: as blueskay pointed out earlier, the reason those apps crashed (and, i might add, maybe also the reason that you can't inspect their details on the GUI) is probably that you're using wayland there.15:12
B|ack0ptomreyn: thx. i am using default system.. i am not sure xwayland or xorg15:13
B|ack0pprobably xwayland15:13
lotuspsychjeB|ack0p: xwayland crash log..15:14
B|ack0pyess15:14
B|ack0pso should i just wait for fix?15:14
lotuspsychjeB|ack0p: the users choice, what do you want? keep using wayland or xorg?15:16
B|ack0pbtw is ubuntu considering changing gnome as default desktop or gnome considering to make gnome less hardware hungry?15:16
B|ack0plotuspsychje: i was happy with default but if it s buggy i may consider something different15:17
B|ack0phow will i get xorg then?15:17
lotuspsychjeB|ack0p: how hungry gnome is, depends on your gnome version, and the tweaking of the user15:17
B|ack0plotuspsychje: i mean latest gnome..15:18
B|ack0pdefault one15:18
lotuspsychjeB|ack0p: default latest one on wich ubuntu version?15:18
B|ack0plotuspsychje: i told i am on 18.04 earlier :/15:18
B|ack0p18.04.3 - gnome3 i guess?15:19
B|ack0p64bit15:19
lotuspsychjeB|ack0p: the gnome version on 18.04 is slower then the newer gnome versions15:19
lotuspsychjeB|ack0p: but that doesnt mean, you cant tweak it15:19
B|ack0poh i didnt know that15:19
B|ack0pi already tweaked15:20
lotuspsychjeB|ack0p: if you install 19.04 or 19.10 gnome will react much smoother15:20
B|ack0pi mean i would be happy if it supported old hardwares..15:20
lotuspsychjeB|ack0p: that depends how old the hardware is15:21
B|ack0p15 :p15:21
lotuspsychjeB|ack0p: what kind of specs are we talking about?15:21
B|ack0pactually 1315:22
B|ack0pi am on x61s at the moment with intel core2 duo L7500 1.6ghz cpu+intel gpu (opengl 2.0) + 8gb ddr2 ram15:22
B|ack0pbut i am talking about T60 which is older15:23
B|ack0pwith Ati mobility radeon x1300 gpu15:23
B|ack0p+thinkpad15:24
lotuspsychjeB|ack0p: usually its reccomended to have 4GB ram for gnome315:24
B|ack0psee 4gb ram is recommended15:24
B|ack0pnot for older specs15:24
B|ack0pgnome will extremely slow with 2gb ram15:24
lotuspsychjeB|ack0p: but ive used 18.04 on an amd3200 with 2GB ram and ati X800 pretty well too (tweaked)15:24
B|ack0pwill be*15:24
B|ack0ptweak doesnt work sometimes15:25
B|ack0pif you remember my bug report about thinkpad t60 - graphical and acpi issues15:25
lotuspsychjeB|ack0p: how about we move this to #ubuntu-discuss15:25
B|ack0pit wont help since there is nothing to do15:25
oerheksnor can we fix hardware issues.15:26
B|ack0psure15:26
B|ack0pit s not fixing hardware it is about supporting i beleive15:26
lotuspsychjeB|ack0p: ubuntu-discuss this isnt about supporting anymore now15:27
B|ack0pok15:27
miu5geirha, i now tried this on a VM to see and after installing java-1.11.0-openjdk-amd64      and    sudo update-java-alternatives --set java-1.11.0-openjdk-amd64     rebooted and when i ran echo $JAVA_HOME  it comes up empty ,    however java -version shows output.   why can it not find $JAVA_HOME  though?15:30
geirhayou don't want JAVA_HOME set15:30
miu5oh ok.15:31
geirhaJAVA_HOME you set when you want to use a custom version, leave it unset to use the system's default (which you set with update-java-alternatives)15:31
miu5ok thanks15:32
=== beaver is now known as Guest54355
Guest_8Hello, I am having trouble with Gsconnect to integrate samsung phone to ubuntu can anyone advise on this? - I have installed everything but I am unable to connect15:57
lotuspsychjeGuest_8: did you enable developing mode in android?15:58
Guest_8I dont think so15:58
Guest_8lotuspsychje I ran this command and it is connected, but how do i get this to happen automatically?16:00
Guest_8badger@thinkpad:~$ gapplication launch org.gnome.Shell.Extensions.GSConnect16:00
tomreynGuest_8: maybe this extension wasn't enabled, yet? you can enable and disable extensions using gnome-tweaks -> extensions16:05
Guest_8do i nd to install gnome-tweak-tool ?16:06
tomreynGuest_8: i *think* it's installed by default, but otherwise, yes16:07
tomreynit's just called "gnome-tweaks" as a package, and just "tweaks" on the gnome menu16:08
Guest_8ok it wasnt installed i have now installed it and I can see the icon in the tray maybe this is all I needed16:10
tomreyngreat :)16:10
Guest_8I presume this runs at start up so i think my issue is solved. thank you very much16:12
tomreynGuest_8: yes, extensions you have enabled will be loaded automatically on login16:16
Guest_8ok thanks16:16
Guest_8I have one last seperate issue.16:16
Guest_8I set a background image in xchat. it makes the text hard to read. Is there anyway to remove this now? I can only seem to choose a new image and i would prefer no image16:17
pragmaticenigmaGuest_8: Just remove the text from the box that has the file path to the image16:18
Guest_8ah thats very simple. thanks16:18
tomreynGuest_8: also consider switching to hexchat, xchat's development sstopped several years ago16:18
Hellphyre23i've enjoyed using weechat16:20
MortezaEHi. I have read that there is no problem with deleting /var/log/journald/* My question is that how can I sync the disk content with journals before removing them? should I use sync command?16:22
JakdawSince upgrading to 19.10 SystemD doesn't seem to pick up DNS servers from my DHCP client when starting wifi using "ifup wlan0=mywifiprofile" - any ideas?16:22
Jakdawpcap shows that they're in the DHCP-Offer16:23
Jakdawthey've been written to /var/run/systemd/resolved.conf.d/isc-dhcp-v4-wlan0.conf16:23
pragmaticenigmaJakdaw: Use ifconfig to turn on and off your wifi16:23
Jakdawbut 'systemd-resolve --status' just doesn't show any DNS servers16:24
Jakdawpragmaticenigma, to what end?16:24
Jakdawpragmaticenigma, are you just saying "try turning it off and on again"? Did I fuck up and join #windows?16:24
pragmaticenigmaJakdaw: To the end that ifup is no longer supported to my knowledge ... they're still available, but the other tools handle sending signals to the appropriate services to trigger their updates16:25
=== Grayson_ is now known as Grayson
pragmaticenigma!ohmy | Jakdaw16:25
ubottuJakdaw: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList16:25
pragmaticenigmaJakdaw: I'm not sure if ifconfig is right either... I'm trying to find the correct answer for you... There have been a lot of changes to network management in UBuntu since 14.04 and it is difficult to find a proper guide on it16:26
Jakdawifconfig isn't any good.... it doesn't do any of the wpa_supplicant shenanigans. I'm using Ubuntu server and there's no way in hell I'm going to near NetworkManager16:27
Jakdaws/to\ //16:28
pragmaticenigmaJakdaw: Are you using netplan (as that is the default for Ubuntu server)16:30
Jakdawdon't believe so16:31
Jakdawjust /etc/networking/interfaces etc with ifupdown16:32
pragmaticenigmaBut you are using systemd-networkd as your network renderer?16:32
Jakdawsorry /etc/network/interfaces16:32
tomreynneither ifupdown nor ifconfig should be used nowadays. either user network-manager (default on desktops) or systemd-networkd (default on servers, configurations can be generated using netplan)16:32
tomreyn/etc/network/interfaces is legacy (but still works)16:33
jialeens:)16:33
JakdawI don't believe I'm using systemd-networkd (probably because I've upgraded from before it was default)16:34
Jakdawand /etc/network/interfaces doesn't appear to be working - it's not learning the DNS server from the dhcp client16:34
tomreynmaybe it's actually no longer supported and i just didn't read those release notes yet16:35
oerhekssystemctl status systemd-networkd16:35
tomreynwhich ubuntu release are you on?16:35
tomreynah 19.1016:35
tomreyn!releasenotes16:35
ubottuFor release notes of a given Ubuntu release, please refer to the 'Docs' column on the 'List of releases' table at https://wiki.ubuntu.com/Releases16:35
JakdawI don't see anything in the release notes16:35
Jakdawoerheks, loaded, disabled, inactive16:36
tomreynhttps://wiki.ubuntu.com/BionicBeaver/ReleaseNotes#New_since_16.04_LTS16:39
pragmaticenigmaJakdaw: That's likely part of the problem16:41
DevrimWhat would be the best way to get a newer version of apache2 when on an older Ubuntu version? Building from source seems like a huge hassle16:46
tomreynupgrading ubuntu seems like a good approach16:47
Devrim18.04 is still supported tho16:47
DevrimBeing LTS and such16:47
tomreynright, and you need a newer version of apache httpd because?16:47
DevrimI want to switch to TLS 1.316:47
DevrimTLS 1.3 isn't supported out of the box on the version I am now16:48
tomreynyes, there's a wishlist bug for this feature16:48
Devrimhmm16:48
lordcirthApache 2.4.37+, apparently?16:49
DirtyEarWhen I try to open the X-AIR-Edit I got this: https://paste.ubuntu.com/p/VCx7RxjQYn/    any ideas of how can I fixed?16:49
lordcirth18.04 has 2.4.29-1ubuntu4.1116:49
tomreyndo you actually need TLSv1.3 though or is it more of a nice-to-have?16:49
lordcirth!info apache2 eoan16:49
CarlFKlxd might be an answer.  "best" would be upgrading Ubuntu16:49
ubottuapache2 (source: apache2): Apache HTTP Server. In component main, is optional. Version 2.4.41-1ubuntu1 (eoan), package size 93 kB, installed size 527 kB16:49
Devrimmore of a nice to have tomreyn16:49
Devrimlordcirth correct, 2.4.37+ seems to support it out of the box16:49
jayjois there a 'hot-corners' in ubuntu 19.10 ? I had it working fine in 19.04, just upgraded16:50
tomreynDevrim: then i'd suggest just holding back those horses until upgrades to 20.04 will be available16:50
tomreynDevrim: (or do a fresh install if it becomes urgent, in april)16:50
jayjoah, found it under 'tweaks'16:51
oerheksnginx 1.13 and OpenSSL 1.1.1 are needed for TSL 1.316:51
tomreynon 18.04, yes16:51
Devrimtomreyn if it was urgent I might have gone for compiling from source but since it isn't ;)16:51
geniiDevrim: There's a PPA with TLS 1.3 enabled for Apache 2 on Bionic, if you feel brave.16:51
DevrimOndrej PPA?16:52
geniiDevrim: Yes, that's the one16:52
lotuspsychjejayjo: see also the cool new dconf-editor to tweak things around16:52
Jakdawpragmaticenigma, I figured out how to kill off systemd-resolved (which is rubbish as you need to -x /lib/systemd/systemd-resolved as well as marking the service disabled for the dhclient-enter-hook not to screw with things) given I don't want systemd to be managing my networ16:53
CarlFKhow do I change what timezone I'm in?16:53
tomreynCarlFK: /etc/timezone , timedatectl16:53
tomreyn+ tzconfig16:53
CarlFKhuh - there isn't a clicky gui way?16:54
pragmaticenigmaJakdaw: It's going to be very hard for anyone here to help you as you have a far out edge case that isn't what the documentation for Ubuntu supports. You might want to try asking in #ubuntu-server as they're more focused on the server end of installs, other options are ##networking and ##linux16:54
tomreynCarlFK: yes there is in   settings -> details -> Date & Time16:55
tomreynCarlFK: but that's so easy to find i assumed you had looked at it already ;)16:55
DirtyEarHi. I have a Behringer XR18 and it comes with and application to work with linux. I have used Ubuntu 16 but now I have ubuntu19 and the application opens but I cannot enter to any menu and it nevers conected to my mixer. Any idea of how to fixed it?16:55
tomreyn!yy.mm | DirtyEar16:56
ubottuDirtyEar: 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-cycle16:56
CarlFKtomreyn: I was clicking around the clock.  which would show me what time it is, but not set to that.16:56
tomreynCarlFK: but do you see it in settings now?16:57
CarlFKyes, thanks.  looking at settings has "automatic timezone.. requires internet"  which is set but didn't change.  any idea how that is spozed to work?16:57
mgedminI think it uses IP geolocation to figure out what country you're in, then sets the timezone to that country16:58
mgedminI expect it might get confused by VPNs and such16:58
DirtyEarubottu: tomreyn: How can I now this?16:58
ubottuDirtyEar: I am only a bot, please don't think I'm intelligent :)16:58
tomreynCarlFK: i concur. you'd need to also enable Settings -> Privacy -> Location Services16:58
tomreynDirtyEar: are you asking how you can *k*now which ubuntu version you'Re running? that's given on    settings -> details -> about   or you can run   lsb_release -ds17:00
DirtyEartomreyn: Thanks. *know17:01
DirtyEarIs Ubuntu 19.1017:01
genii!info linux-image-lowlatency eoan17:03
ubottulinux-image-lowlatency (source: linux-meta): lowlatency Linux kernel image. In component main, is optional. Version 5.3.0.19.22 (eoan), package size 2 kB, installed size 16 kB17:03
geniiHm17:03
geniiDirtyEar: Which application are you using, Ardour ?17:05
DirtyEargenii: Hi. I am using an application that works like the control surface of my mixer. But tha pplication opens but I cannot enter to any menu and never connect to my mixer17:07
geniiKnowing the name of the application might be useful17:07
CarlFKneat - enabled location+auto and it set the time right.  magic.17:07
DirtyEargenii: The application is "X-AIR-Edit"17:08
DirtyEarIs a surface of control application for the Behringer XR1817:08
tomreyn...last updated in 201717:10
NyleHi, I found a bug in ubuntu package zenmap I think or maybe something is wrong I'm doing17:14
lotuspsychjeNyle: can you describe whats happening please17:14
NyleI did apt install zenmap and then sudo zenmap andI get this output: http://dpaste.com/0WDTWF917:14
Nylehttps://unix.stackexchange.com/questions/199891/invalid-mit-magic-cookie-1-key-when-trying-to-run-program-remotely I found this, xhost +local:17:16
Nylebut why?17:16
legreffierare you running it remotely ?17:17
doug16kNyle, you should use sudo -H to set the home directory. running things with sudo can cause the permissions in your home directory to have config files and things owned by root17:17
mmystichi, anyone know how to extract data from tcpdump or wireshark/tshark ?17:25
tcpdumpmmystic: filters?17:25
mmysticI know something about filters but aren't they too basic ? I need to extract dns query..17:26
mmysticsomeone should create captcha for irc... I have some doubts that tcpdump is a bot..17:28
doug16kmmystic, udp.port == 53 || tcp.port == 5317:30
doug16kwhat do you mean by extract dns query? you mean the domain being resolved?17:31
mmysticI mean I want take all the domain asked to resolve and take it and redirect to /etc/hosts17:32
mmysticwell not "all" the domain..17:32
mmysticfor example I want filter all *.google.com and put them in /etc/hosts17:34
doug16kthat will break17:34
mmysticthe same for *.doubleclick.com and other domains17:34
doug16khow are you so sure the IPs won't change?17:34
mmysticI want map them to 127.0.0.117:35
tomreynyou can filter, then export as csv, can't you?17:36
mmystictomreyn: how can I export tcpdump output to csv ?17:37
tomreynor actually just use ask / grep / sed to filter17:37
mmystictomreyn: with sed/awk should be more easy17:37
tomreyni was thinking wireshark there (SCV), not tcpdump. but you can certianly achieve the same with just tcpdump17:37
doug16kyes you can export to csv. just checked, you can see the domain name in there after " A "17:38
doug16kand some after CNAME17:38
mmysticok thank you very much17:38
mmysticyep17:38
tomreynwith many records, don't use /etc/hosts though but run a local resolver with a custom zone file17:40
mmysticI think they will be less than 100, are they too much ?17:40
mmysticI mean too much for hosts file17:41
tomreynmmystic: i'm not sure how well (or badly) it scales, have newer done it this way. i assume 100 is not a problem.17:47
tomreyn* never17:47
Nylelegreffier: no I am locally running it.17:48
Nyledoug16k: ok i will read manpage for sudo17:48
pragmaticenigmaNyle: The magic cookie is no longer a feature offered by the Desktop Managers. It was removed as it was a vulnerability for someone to compromise a system. The same error occurs if you try to setup a vnc server to remote desktop17:50
doug16kfunny, `sudo -H zenmap` works for me. because 18.04?17:52
pragmaticenigmadoug16k: Are you on the local machine running the command inside a desktop session?17:52
doug16kyes17:53
pragmaticenigmathat's why17:53
mmystictomreyn: ok thx :-)17:53
doug16kdidn't nyle say they were on the local machine too or did I misread?17:53
pragmaticenigmaI assumed they were running via ssh17:53
tomreyni assume Nyle is running wayland. but maybe nyle can provide more insight17:54
pragmaticenigmaBut -H forces applications to read from the local user's policy which will have the path to the "magic cookied" needed to draw the window. And if they are running wayland, zenmap will not work17:55
NyleNo17:55
NyleI have no idea what I'm running17:56
tomreynthat's a bad foundation for doing network mapping17:56
NyleI have a 10 year old Core 2 Quad, Q9550, DDR2 8GB, Nv GTX 275, and I netbooted an kubuntu iso17:56
Nyle18.0417:56
NyleWhatever that installed, I use it.17:56
pragmaticenigmaNyle: You're attempting to run from a live environment? not installed to the local machine?17:58
tomreynNyle: running this in a temrinal window would reveal whether you'Re using X11/Xorg or Wayland:  echo "Session: $XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)"18:00
NyleNo it's my local desktop, I've had it for years, ubuntu works good18:03
pragmaticenigmatomreyn: going to assume it is xserver, they're running "kubuntu" ... I don't think KDE has wayland support18:03
NyleSession: KDE (x11)18:03
NyleI just installed zenmap and tried to launch it from kde menu, didn't work, so I luanched in console, got that message I pasted. wroks as user18:04
tomreynpragmaticenigma: good point18:06
ioriaNyle, run 'xhost +local:' and try again18:07
NyleI just wantd to scan my vps, it's fine.18:07
tomreynNyle: i'd just use nmap directly, zenmap does't really add much usability to it.18:07
NyleI already did. I wonder why I have to do that. . I don't have to do that on other gui apps18:07
pragmaticenigmaNyle zenmap, and by dependency, nmap require sudo priveleges to access the lower level system operations it needs to do its thing. That's why it's proabably failing at running from the application menu18:07
Nyletomreyn: I like the tabs18:07
Guest_8Hello. I would like some help tweaking some gnome settings. I have a dark theme enabled. i am using 19.10 I would like the menus which appear if i click on the calendar in the top bar or the tray icons in upper right to be dark too. I don't know how to achieve this18:14
tomreynGuest_8: i suggest asking theming questions on the gnome projects' support channels.18:21
Guest_8ok18:21
cgion my user service, I am getting this error: (code=exited, status=216/GROUP). I tried User=x and Group=x - still get this error. Perhaps there is a correct way to solve this?18:26
sarnoldhttps://freedesktop.org/software/systemd/man/systemd.exec.html#id-1.20.818:29
sarnoldcgi: what do you mean by "user service"?18:29
cgisarnold, systemd --user start myservice18:30
tomreyncgi: do you mean you set "User=x" and "Group=x" in your systemd user service? does this user and group exist then?18:33
cgitomreyn, I removed those and still get the same error18:34
cgiit was a daemon-reload problem - without that changes dont take place18:37
cgigot it, thanks18:37
sarnoldcgi: I don't believe you'll be able to change groups of user services started in this way -- see the setgroups and setgid manpages18:37
tomreyncgi: can you provide more details on how you solved it, i'd like to learn.18:38
cgitomreyn, https://github.com/torfsen/python-systemd-tutorial/blob/master/python_demo_service.service18:40
cgijust remove line 26 - and use it as it is18:40
cgiworks18:40
tomreyncgi: but you previously said that you had removed the explicit User / Group declaration and it would still return the same error, so this can't have been the fix.18:41
tommy``I ask just out of curiosity, should I switch to 19.10 having the 18.04.3 LTS?18:42
tomreyntommy``: do i have a deja vu or have you asked this same question just recently?18:43
tomreyneither way, the answer is: it's up to you to decide, this isn't really a support question.18:43
tomreynhave a look at the release notes if it helps deciding18:43
tomreyn!releasenotes18:44
pragmaticenigmatommy``: That's a personal choice. LTS is for long term support, meaning the system remain more stable over the longer term, but the applications may not have the most recent versions (security patches are provided when available). Non-LTS will have less stability, but more recent versions of some applications.18:44
ubottuFor release notes of a given Ubuntu release, please refer to the 'Docs' column on the 'List of releases' table at https://wiki.ubuntu.com/Releases18:44
tommy``no tomreyn18:44
tommy``pragmaticenigma: i read that 19.10 seems have gnome more reactive, so i don't know whether to change or not18:45
=== enko is now known as NotEnko
pragmaticenigmatommy``: as tomreyn indicated earlier, this isn't a support question. Only you can answer your question by doing your own research in the benefits of each.18:49
tommy``k.18:50
cgitomreyn, when i removed it - I did not do daemon-reload18:53
cgithat was the problem18:53
tomreyncgi: oh ok, thanks.18:56
tomreynDevrim: bug 184526318:58
ubottubug 1845263 in apache2 (Ubuntu Bionic) "[wishlist] Add TLSv1.3 support to apache2 on Bionic" [High,Triaged] https://launchpad.net/bugs/184526318:58
mmysticit's me or it's the same for all? If I do "tcpdump -i eth -n 'port 53' | grep google" then in an other term I resolve google, in the first shell it doesn't grep. If I remove the grep I have the proper output, strange!!19:00
mmysticanyone can try on his pc ?19:00
tomreyn"eth" is probably not the name of your interface19:02
sarnoldmmystic: grep --line-buffered may help19:02
mmysticsarnold: :-D thank you!!19:03
sarnoldmmystic: you're welcome :)19:03
tomreynsarnold: while we're at it: there's some utility which does some LD_PRELOADing to disable input buffering / make it line buffered for the command which follows it. it can be used when a command such as grep (or head/tail) does not support single line buffering itself. i was thinking it's called "unbuffer" oder "undbuf" or similar, but apparently not so.19:07
=== NotEnko is now known as enko
tomreynany idea what this may be called?19:08
sarnoldtomreyn: most tools will do that with | cat19:08
sarnoldtomreyn: let me hunt around a bit..19:08
sarnoldtomreyn: stdbuf19:08
tomreynah the | cat  is a good idea19:09
sarnoldtomreyn: good thing it was linked from the setvbuf(3) manpage otherwise it would have taken me FOREVER to find that :)19:09
tomreynyeay that's the one, thanks19:09
sarnoldgrep still uses block buffering for stdout even in a pipeline because it's more efficient that way19:10
tomreyni've previously spent a logt of time re-finding it19:10
tomreyn*lot19:10
tomreynsure, it makes sense in normal operation.19:10
tomreyntail also does buffering, and doesn't have an option to override it19:12
jrgilmanhey there, when I have a shortcut in the dock (on 19.10), where exactly are those shortcuts stored (is there a folder where all of those favorites are?)19:12
jrgilmanah i see, this is handled by gsettings19:14
jrgilmanhmm but this favorite isn't in either /usr/share/applications or ~/.local/share/applications. Do snap packages have a different location for the .desktop files?19:16
tomreynhmm or maybe my buffering test is wrong.19:17
sarnoldjrgilman: check in /snap/*/*/usr/share/ -- I found a desktop file in eg /snap/youtube-dl/1832/usr/share/applications/python3.5.desktop19:26
sarnold(though why python3.5 has a .desktop file i have no idea)19:26
jrgilmanoh good deal i didn't even thing there was a /snap folder19:29
jrgilmanthanks sarnold19:29
mgeeHi, I'm running a server with multiple users logged in remotely using various desktop environments. How do I disable the "shutdown", "hibernate", etc option for them?19:39
mgeeI assume there is something with polkit? Is there a good writeup for eg. ubuntu 18.04?19:39
sarnoldmgee: stick around for a moment while I go hunting19:40
mgeesarnold: thanks!19:41
sarnoldmgee: look in /usr/share/polkit-1/actions/org.freedesktop.login1.policy -- I think this will show you the keys you need to modify, which you can do somewhere in /etc/polkit-1/19:46
mgeesarnold: Maybe the accepted answer here for 14.04 still works?: https://askubuntu.com/questions/453479/how-to-disable-shutdown-reboot-from-lightdm-in-14-0419:47
sarnoldmgee: oh that looks promising; the answer does something slightly different from the question, but it's probably clsoer to what you want19:48
mgeeI also found that "pkaction" can list actions19:48
aleksandrdvorkinhi guys19:50
aleksandrdvorkinjust a question if i connected from local computer to remote using SSH19:50
aleksandrdvorkinand i want to copy the file from the local computer to the remote how do i do it19:51
aleksandrdvorkinfor instance i connected from this computer to the second pc and i see the directory on the remote pc now i want to copy file from this pc into the directory on the remote pc how do i dio19:52
aleksandrdvorkindoit19:52
sarnoldaleksandrdvorkin: easiest is to use another shell onthe local machine and run scp filename username@remotehost:/path/to/destination  -- though note that scp is kind of janky, sftp is better if the filenames are "funny"..19:52
aleksandrdvorkinbut i dont i understand19:53
aleksandrdvorkini am now connected on this pc to the LibreElec computer19:53
aleksandrdvorkinand i want to put a file from this pc to LibreElec pc19:53
oerheksrsync can do that, rsync -avz /path/to/folder <user>@<ip>:/destination/19:53
aleksandrdvorkini am right now see in the terminalLibreELEC:~/downloads #19:54
oerheksman rsync for the option19:54
aleksandrdvorkinand i want to put a file from this pc to that destination folder or LibreElec:/downloads19:54
aleksandrdvorkinso to say i am at locaL COMPUTER19:56
aleksandrdvorkinwhich is aleksandrdvorkin@aleksandrdvorkin-Aspire-One-522:~/Downloads19:57
aleksandrdvorkinand i want to copy a file from aleksandrdvorkin@aleksandrdvorkin-Aspire-One-522:~/Download to the LibreElec:/~Downloads19:57
aleksandrdvorkini am now connected on aleksandrdvorkin@aleksandrdvorkin-Aspire-One-522:~/Download19:58
aleksandrdvorkinto LibreElec:/~Downloads19:58
aleksandrdvorkinso i put scp aleksandrdvorkin@aleksandrdvorkin-Aspire-One-522:~/Download/filename.txt LibreElec:/~Downloads19:59
aleksandrdvorkinfrom LibreElec:/~Downlods#20:00
aleksandrdvorkini dont get it20:00
yelofaleksandrdvorkin: you would use the same credentials that you ssh connected.  and those are the same you would use for libreelec.20:01
aleksandrdvorkini am connected and terminal shows that i am SSH connected to LibreElec so how do i copy file from this PC to that LibreElec dir that i am connected to20:01
aleksandrdvorkinits confusing20:02
aleksandrdvorkinits not working20:02
aleksandrdvorkini am on the pc that is connected to Libreelec:/~Downloads20:03
aleksandrdvorkinand i want to copy from this pc file into that LibreElec:/~DownloaDS20:03
yelofaleksandrdvorkin: scp filename-of-local-file username-used-for-ssh@LibreElec:/~Downloads/20:03
yelofyou would do this in another terminal on the local machine, not in the SSH connection20:04
=== Etua_ is now known as Etua
transhumanhi getting a dpkg error trying to install blender, in apport package can I safely remove apport?20:08
transhumanif so what command to force it to remove?20:08
oerheksapport is part of the bugreport service, don't remove that!20:10
oerhekshow do you install blender, btw?20:11
transhumansudo apt install blender20:12
lordcirthtranshuman, what Ubuntu version, and are you running any third-party repos?20:12
transhumaninstalled apport package post-installation script subprocess returned error exit status 127 /var/lib/dpkg/info/apport.postinst: pycompile: not found no third party repos. ubuntu 19.1020:13
transhumanbionic20:13
transhumanI dont need to report errors so if I can force it some how to uninstall to get around the problem or install some python package ...20:14
lordcirthpycompile is part of python-minimal20:15
lordcirthtranshuman, did you fresh-install 19.10, or upgrade? Did you do either before it was released?20:16
lordcirthAnd are you up to date?20:16
transhumanno I did not and I am up to date20:16
transhumanit was an upgrade20:16
lordcirthtranshuman, can you please pastebin the command you are running and it's full output? Thanks.20:17
ioriatranshuman, you upgraded from 18.04 to 19.10  ?20:18
transhumanhttps://paste.debian.net/1112081/20:18
transhumanyes20:18
ioriagood20:18
oerheks58 not fully installed or removed. > apt install -f20:19
lordcirthYeah, you have apt messed up already20:19
ioriatranshuman, that ^  ; if not working   : sudo apt install --reinstall python python-minimal dh-python20:19
transhumansame error20:20
oerheksfun detail: apport is old .. https://launchpad.net/ubuntu/eoan/+source/apport20:20
ioriatranshuman, sudo apt-get -f install20:20
transhumansame error20:21
lordcirthtranshuman, please pastebin it all again.20:22
transhumanhttps://paste.debian.net/1112083/20:23
ioriatranshuman, apt-cache policy apport20:24
transhumanhttps://paste.debian.net/1112084/20:25
ioriatranshuman, you have the answer20:25
transhumanits apport 2.20.10-0ubuntu 27.2?20:26
ioriatranshuman, paste /etc/apt/sources.list20:26
=== username is now known as Guest90325
transhumanhttps://paste.debian.net/1112085/20:27
transhumanhttps://paste.debian.net/1112086/20:28
ioriatranshuman, sorry, you're not on 19.1020:29
transhumanoh , hmmm I thought I had upgraded this to 19.1020:29
transhumanah sorry 18.0420:30
ioriatranshuman, 18.04 what ?20:30
transhumanI could have sworn I had upgraded it.20:30
transhumanubuntu 18.0420:30
transhumanbionic20:30
ioriatranshuman,  cat /etc/issue ; uname -r20:31
transhuman5.0.0-32-generic20:31
transhumanI am probably mistaken, I have over a dozen systems20:32
ioriatranshuman,  sudo mv /var/lib/dpkg/info/apport* /tmp-files/20:32
iorianote the *20:32
ioriatranshuman,  sudo mv /var/lib/dpkg/info/apport* /tmp20:32
aleksandrdvorkinsudo ssh 192.168.1.3 scp sp-230919-iptvgratuit_xyz-1.m3u /downloads20:32
aleksandrdvorkinroot@192.168.1.3's password:20:32
aleksandrdvorkincp: can't stat 'sp-230919-iptvgratuit_xyz-1.m3u': No such file or directory20:32
aleksandrdvorkinwhy is it saying that20:33
aleksandrdvorkini have that file on this computer20:33
transhumandone20:33
ioriatranshuman, sudo apt-get -f install20:33
Bashing-om!info linux-generic-hwe-18.04 | bionic20:34
ubottubionic: Package linux-generic-hwe-18.04 does not exist in eoan20:34
transhumanhttps://paste.debian.net/1112087/20:34
aleksandrdvorkinwhats wrong20:36
ioriatranshuman,  dpkg -l | grep apport20:36
aleksandrdvorkinwith this command20:36
minimectranshuman: ioria: Sorry to interrrupt, but he has all the 'disco' sources activated in his 'bionic' installation looking @ his sources list...20:36
aleksandrdvorkinthis pc ip is 192.168.1.4 it has a file sp-230919-iptvgratuit_xyz-1.m3u20:36
transhumanhttps://paste.debian.net/1112089/20:36
aleksandrdvorkinin the /home/aleksandrdvorkin/downloads directory20:37
ioriaminimec, yes, he performed an upgrade from bionic to disco20:37
yelofaleksandrdvorkin: you do not want to run it within ssh, you would run scp filename-of-local-file root@192.168.1.3:/~Downloads/20:37
aleksandrdvorkinso20:37
yelofaleksandrdvorkin: do not add shh to that, or you are lloking to transfer from the remote computer to the remote.20:37
aleksandrdvorkinwhat do you mean20:38
aleksandrdvorkini want to ssh copy file from this pc to the remote20:38
aleksandrdvorkinthis pc is Ip 192.168.1.420:38
minimecioria: Didn't know that that is even possible.... Should have followed the whole discussion... ;)20:38
aleksandrdvorkinremote is 192.168.1.320:38
aleksandrdvorkinhow am to cp it20:38
aleksandrdvorkinwithout ssh20:38
yelofaleksandrdvorkin: if you run that command on the remote computer (within ssh) you will be copying from 192.168.1.3 to 192.168.1.320:39
transhumanhmm maybe I did attempt an upgrade after all, I dont think i can force an upgrade now20:39
ioriatranshuman,  sudo mv /var/lib/dpkg/info/apport* /tmp   again20:40
transhumandone20:40
yelofaleksandrdvorkin: just run "scp sp-230919-iptvgratuit_xyz-1.m3u root@192.168.1.3:/~Downloads/" only that to copy from 192.168.1.4 to 192.168.1.320:41
ioriatranshuman,  sudo apt remove --purge apport20:41
aleksandrdvorkinaleksandrdvorkin@aleksandrdvorkin-Aspire-One-522:~/Downloads$ scp sp-230919-iptvgratuit_xyz-1.m3u root@192.168.1.3:~/Downloads/20:41
aleksandrdvorkinroot@192.168.1.3's password:20:41
aleksandrdvorkinscp: /storage/Downloads/: Is a directory20:41
transhumanthat worked20:41
transhumancan i do an upgrade now20:41
aleksandrdvorkinyelof20:41
ioriatranshuman, sudo apt update && sudo apt-get -f install20:42
transhumanno updates20:42
ioriatranshuman,  sudo apt full-upgrade20:42
transhumanThe following package was automatically installed and is no longer required:20:43
transhuman  python3-systemd20:43
aleksandrdvorkinyelof why did that not wokr20:43
ioriatranshuman,  sudo apt install --reinstall python3-systemd20:43
aleksandrdvorkindo i need to add the filename to the :/~Downloads/filename?20:43
transhumandone-successfully20:44
ioriatranshuman,  sudo apt full-upgrade20:44
yelofaleksandrdvorkin: what directory is /storage/Downloads/? the destination?20:44
aleksandrdvorkinyes20:44
transhumanThe following package was automatically installed and is no longer required:20:44
transhuman  python3-systemd ... no errors20:44
aleksandrdvorkinit actually /storage/downloads not /storage/Downloads20:45
ioriatranshuman,  please paste it20:45
transhumanhttps://paste.debian.net/1112090/20:45
ioriatranshuman,  sudo apt install --reinstall apport20:46
yelofaleksandrdvorkin: the it would be scp sp-230919-iptvgratuit_xyz-1.m3u root@192.168.1.3:/storage/downloads/20:46
transhumanhttps://paste.debian.net/1112091/20:47
aleksandrdvorkinthat worked20:47
minimectranshuman: ioria: What about 'sudo dpkg --configure -a' first?20:47
ioriaminimec, transhuman yeah, try that ^  : sudo dpkg --configure -a20:48
transhumanhttps://paste.debian.net/1112092/20:49
transhumanlooks ok now20:49
transhumancan I do a release upgrade to be sure20:50
ioriatranshuman,  sudo apt install --reinstall apport20:50
aleksandrdvorkinaleksandrdvorkin@aleksandrdvorkin-Aspire-One-522:~/Downloads$ scp sp-230919-iptvgratuit_xyz-1.m3u root@192.168.1.3:/storage/downloads20:50
aleksandrdvorkinroot@192.168.1.3's password:20:50
aleksandrdvorkinsp-230919-iptvgratuit_xyz-1.m3u               100%   36KB  36.4KB/s   00:0020:50
aleksandrdvorkinnow another problem20:51
transhumanhttps://paste.debian.net/1112094/20:51
aleksandrdvorkintryint to access using samba20:51
aleksandrdvorkinthe libreelec at 192.168.1.320:51
aleksandrdvorkingives out the following error20:51
aleksandrdvorkinwhen i do smb://192.168.1.320:51
transhumanseems like a package bug? Yes?20:51
ioriatranshuman,  sudo apt autoclean20:52
transhumanhttps://paste.debian.net/1112096/20:53
aleksandrdvorkinunhandled error message failed to mount windows share invalid argument20:53
minimectranshuman: ioria: 'sudo apt purge apport-symptoms'? Could that package still be the old version?20:53
aleksandrdvorkinbut libreelec is not a windows share20:53
aleksandrdvorkinits Linux20:53
ioriatranshuman, apt-cache policy apport-symptoms20:54
transhumansame apport error20:54
aleksandrdvorkinbut i can connect to it using smb://192.168.1.3 from my Macbook running ubuntu 19-1020:54
aleksandrdvorkinboth computers run Ubuntu19-10 but this one gives this error20:54
transhumanhttps://paste.debian.net/1112097/20:54
yelofaleksandrdvorkin: I don't know much samba, maybe try #samba.20:54
aleksandrdvorkinMacbook connects no problme20:54
aleksandrdvorkinok20:55
aleksandrdvorkinthanks for SSH help20:55
ioriatranshuman, sudo apt install --reinstall apport-symptoms20:55
transhumanto connect to windows samba share need to upgrade samba, windows supports smb 3.120:55
transhumanmanual compile I mean20:55
transhumanhttps://paste.debian.net/1112099/20:57
ioriatranshuman,  sudo mv /var/lib/dpkg/info/apport* /tmp20:57
transhumandone20:58
ioriatranshuman  sudo dpkg --configure -a20:58
transhumanhttps://paste.debian.net/1112101/20:59
=== ben_r_ is now known as ben_r
ioriatranshuman  dpkg -l | grep apport20:59
transhumanhttp://paste.ubuntu.com/p/BqC6cKKJ6P/21:00
ioriatranshuman  we are good; try sudo apt install --reinstall apport-gtk21:01
minimectranshuman: ioria: That looks good now...21:01
ioriaminimec, yep (maybe)21:01
transhumanwirjed21:01
transhumanworked21:01
ioriaminimec,  sudo apt full-upgrade21:01
transhumanshould I do an upgrade, rather not if its not necessary for AI software reasons21:01
transhumanlet me know21:02
ioriaminimec,  sudo apt full-upgrade21:02
transhumannothing upgraded21:03
ioriasy, transhuman ok, we are ok21:03
transhumanthank you very much , not sure what that was all about, going to study the pastebins21:03
ioriano problem21:03
transhumanthe person having windows samba problems with Windows 10 be warned upgrading to samba by manual compile is a daunting task21:04
transhumanbut it solves the problem of not needing to install cifs 1.0 in windows 10 which is a security risk21:05
transhumanthats all i will say on that21:05
aleksandrdvorkinanyone has a samba mount experience21:32
aleksandrdvorkini am issuing this command21:32
aleksandrdvorkinaleksandrdvorkin@aleksandrdvorkin-Aspire-One-522:~$ sudo mount -t 192.168.1.3 /mnt21:32
aleksandrdvorkinmount: can't find /mnt in /etc/fstab21:32
oerhekswhere do you find that command?21:34
aleksandrdvorkini am sorry21:34
aleksandrdvorkinbut the command mount -t cifs 192.168.1.3 /mnt also give out error21:35
aleksandrdvorkini am trying to use samba to mount the RaspbeeryPi4 running libreelec to my Ubunut 19-10 pc21:36
aleksandrdvorkinthe raspberrypi4 ip is 192.16.1.321:36
aleksandrdvorkin192.168.1.321:36
aleksandrdvorkinso i am issuing mount -t cifs 192.168.1.3 /mnt21:37
aleksandrdvorkinaleksandrdvorkin@aleksandrdvorkin-Aspire-One-522:~/Downloads$ sudo mount -t cifs 192.168.1.3 /mnt21:38
aleksandrdvorkinmount: wrong fs type, bad option, bad superblock on 192.168.1.3,21:38
aleksandrdvorkin       missing codepage or helper program, or other error21:38
aleksandrdvorkin       (for several filesystems (e.g. nfs, cifs) you might21:38
aleksandrdvorkin       need a /sbin/mount.<type> helper program)21:38
aleksandrdvorkin       In some cases useful info is found in syslog - try21:38
oerheks!paste21:39
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.21:39
aleksandrdvorkinwhat is happening21:40
oerheksyou flooded the server.21:40
oerheks!paste21:40
B|ack0phuh21:41
oerhekswhat guide do you follow? https://wiki.ubuntu.com/MountWindowsSharesPermanently  or https://help.ubuntu.com/community/Samba/SambaClientGuide ?21:41
B|ack0pi didnt know TheRedQueen is a bot :p21:41
daxB|ack0p: it's the altnick for Drone21:58
daxB|ack0p: the normal nick is somewhat more obviously non-human ;)21:58
B|ack0pdax: ok22:09
gbellinozIn apt lingo, are "suggests" just dependencies, but ones that won't break the original package if they're removed?22:12
gbellinozI'm seeing packages in apt-cache rdepends that do not show up as additional packages to be removed when I apt remove --dry-run.22:13
crypt0krakengbellinoz: I think "suggests" are packages that may be useful when used together with the one that suggests them. Definitely no dependency breakage of the original package occurs if you remove them22:32
gbellinozSo, if I'm trying to be a big boy and get away from aptitude, how best to selectively upgrade via the CLI? That's something the TUI of  aptitude was really good for.22:37
oerheksselectively upgrade?22:38
gbellinozYeah, there are 75 upgrades, and I want to do all of them except three, say.22:39
oerheksdon't do such silly thinking; apt upgrade or apt full-upgrade22:39
gbellinozok, oerheks, you come over and fix CUPS when it breaks on every upgrade :)22:39
gbellinozI guess I could tell dpkg to hold it.22:40
oerheksthat is no solution to your problem22:41
=== car_ is now known as car
imihi22:45
tomreyngbellinoz: maybe configure cups so that it doesn't break - is this not an option?22:45
gbellinoztomreyn: It's possible the problem is BKAC, but there are so many moving parts... and when it goes bad it's inscrutable.22:46
gbellinozThere's also no reason for me to upgrade CUPS, ever.22:47
gbellinozSo, high risk, no reward.22:47
oerhekshttps://usn.ubuntu.com/4105-1/ ..22:47
oerheksif that is the update that is struggling you?22:47
gbellinozMany updates to CUPS over the 15 years I've used linux has killed my printer operation.22:48
sarnoldgbellinoz: people who want control over when specific updates are applied either manage it from the repo using a tool like https://www.aptly.info/ or manage it centrally using something like landscape or ansible22:49
gbellinozThat link isn't to an update, it's to a security notice. There's no remote CUPS traffic on this network, nor untrusted local users. CUPS security issues are a don't care fo rme.22:49
gbellinoz(sorry sarnold , oerheks ' link, not yours)22:49
sarnoldgbellinoz: no worries, I've been on irc enough decades to know the ebb and flow of a conversation :)22:50
gbellinozsarnold: my need is simpler than that... I just want to pick-and-choose upgrades to apply. Probably will end up with an xargs commandline.22:50
gbellinozSomeone in chat here (tomreyn  maybe?) encouraged me to not use aptitude any more due to its unfriendly management of the apt db.22:51
sarnoldgbellinoz: do note that we test updates with previous updates installed; if you're applying some but not others you run the risk of seeing regressions that we don't see22:51
sarnoldgbellinoz: if you'd still rather do that, then you can do eg apt install cups and get the cups update22:52
oerheksThat link isn't to an update > yes it is.22:52
tomreyngbellinoz: it's well possible that i pulled the !aptitude trigger for you22:52
gbellinozsarnold: noted. it's that when I'm looking at 75 available upgrades, and there are 3 I don't want for whatever reason, I want a cool way to do that on the CLI. maybe apt-get dselect-upgrade is my lo-fi way of doing that....22:53
crypt0krakengbellinoz: to hold back packages use apt-mark hold <package>22:53
gbellinozyep, but that's forever.22:54
tomreynforever is apparently what you want?22:54
gbellinozNot always.22:54
gbellinozThis is exactly the thing that TUIs/GUIs are good for.22:55
gbellinozI used to use synaptic before it corrupted my installation years ago.22:55
gbellinozAnd I was happy with aptitude for years until tomreyn made some good arguments last week :)22:55
tomreyni'm not sure whether apt supports the colon (to keep a package at its current state) like it supports the dash (to remove a package).22:56
=== lord4163_ is now known as lord4163
tomreynwhat you could do, though. is to specifiy the packages you wish to keep at their current version on the apt command line using package=$currentversion22:56
tomreynso for examle, to upgrade apache2 but not the cups package which is currently at version 1.1 :  sudo apt install apache2 cups=1.122:58
gbellinozThat's an interesting idea...22:58
gbellinozwait, if I'm using apt install, I'd just leave cups off of the command line...22:59
tomreynthat doesn't prevent it from getting upgraded if its a dependency22:59
tomreynof course you'll see what will happen before you confirm it, though23:00
gbellinozyep, yep...23:01
tomreynapt pinning is another option23:02
tomreynbut it's also a way to loose your marbles23:02
geniiHeh, yes23:02
gbellinozMarbles half gone, so will heed that advice.23:04
gbellinozcat  pkgs  | xargs apt -y install23:04
gbellinozthat'll do me.23:04
gbellinozI'm just surprised I'm the only one so conservative with upgrades.23:05
gbellinozI aggressively upgrade anything that touches the net, but everything else I just don't want to touch once it's working.23:05
tomreynthe hypothetical 'colon method' (package name followed by a colon to indicate it should not be considered /changed) doesn't work23:05
sarnoldwell, most folks who are conservative run an aptly server or landscape or similar to manage every single update on their own schedule23:05
sarnoldtomreyn: bugger. I liked that idea. I hoped it was going to work :)23:05
* tomreyn shrugs23:06
tomreyncould have been23:06
gbellinozshoot, piping things into apt install is bad when a package wants something configured (TUI).23:09
sarnoldif you want to keep going this way there's the DEBCONF_FRONTEND vareiable or whatever it is..23:09
crypt0krakengbellinoz: not forever, you can always apt-mark unhold23:09
tomreynyou shouldn't use apt for scripting, though, as it'll be happy to tell you a lot23:10
crypt0krakenapt will always tell you how many packages you are holding back on each upgrade, so you will never really forget about them23:10
tomreyn(when scripting, use apt-get instead)23:10
crypt0krakengbellinoz: also you can use `apt-mark showhold` to check which ones you are holding right now23:11
tomreynthere is also --ignore-hold to apt-get23:12
BrokenLinuxesis there any harm in installing older linux-headers on a currently running system?23:42
sarnoldnot from the act of installing them, no, but depending upn what you do when you have them installed, there might be other issues..23:44
sarnoldwhat are you trying to do?23:44
BrokenLinuxesit's an older install (14.04) and i'm having trouble with a specific installer building...the latest error i have to work with is "Package 'linux-headers' has no installation candidate"23:46
Major_WedgieG'day guys. Am wondering if it's possible to create a bootable USB that is updatable and I can install software on just like a regular installation?23:46
oerheksoh, 14.04 is dead. upgrade please23:46
BrokenLinuxesoerheks , definitely working on that23:47
k2oMajor_Wedgie: do you have two flash drives? You could use one to have the installation media, and the other one to install onto23:47
oerheksMajor_Wedgie, sure, crate an install on usb 1, boot and install to usb 223:47
Major_WedgieThanks will try now.23:48
oerhekscarefull with the bootloader installation!23:48
k2omight also be a good idea to unplug other drives while doing it23:48
k2oyou can never be too safe23:48
Major_WedgieThanks.23:49
sarnoldBrokenLinuxes: can you move to the HWE kernel? I *think* heard that we're still publishing HWE kernels for 14.04 ESM customers23:49
oerhekspaid ..23:50
BrokenLinuxesand i think that support dropped in april of 201923:50
hyperknotHi, in 16.04 a server resulted in 100% CPU and 100% memory. SSH wasn't possible as it said ssh_exchange_identification: read: Connection reset by peer.23:52
hyperknotI had to reset it on the control panel, and now I'm in. My question how can I find out what happened?23:52
hyperknotwhere is the previous sessions log stored on 16.04?23:54
k2oyou might have luck diving into the syslog (/var/log/syslog)23:55
oerheksjournalctl --until "2018-09-02 12:05:50"23:57
oerheksif you know the reboot time23:57
hyperknotsyslog has this: condapy invoked oom-killer23:58
hyperknotbut this should just terminate the process, right?23:58
hyperknotI mean this should never result in 100% CPU and no SSH connectivity, right?23:58
oerheksmaybe unattended updates working, who knows?23:59

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