=== Boobies4Life is now known as al2o3-cr [00:31] I'm not sure but I need help with znc. I'm using mirc and I created a remote script to catch the notice sent by znc when you connect. It doesn't seem to trigger. [00:40] mirc .. you need help from #windows. [00:50] Question Ubuntu users. Does su -c work on Ubuntu like it does in Debian, or does it fail because it tries to run as the literal root user, which is disabled in Ubuntu? [00:52] It fails for me. I use $ sudo bash -c "echo 'hello'" instead. [00:54] sudo -i # would be preferred [00:58] Gerowen: how is it failing? are you putting a command after su -c? [01:00] I'm not using Ubuntu, I'm using Debian and writing an installer script for a personal little Python project, and wasn't sure if su -c worked on Ubuntu since by default, Debian does not have sudo, and in Ubuntu, root user is disabled. [01:00] I was just curious. [01:01] Gerowen: "-c, --command COMMAND [01:01] Specify a command that will be invoked by the shell using [01:01] its -c." [01:27] gday all can anyone tell me if i can disable one of my three monitors (the one connected via hdmi) and what i should google to learn how? [01:28] not getting results or not sure of what to follow up-many thanks and happy new year [01:29] Linux n 5.0.0-37-generic #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [01:31] if anyone could tell me if this would work would be great https://askubuntu.com/questions/366813/disable-second-non-existent-screen-from-command-line [01:31] obviously id be looking for hdmi [01:38] okay if anyone is curious 'xrandr --current allowed me to see what devices i have [01:39] and xrandr --auto && xrandr --output (devicenamehere) --off allowed me to disable the monitor [01:45] my next question is will this change be persistent/or remain only till i reboot [01:45] elgooooooooG: temporary [01:46] EriC^^, thanks champ how could i make it persistent/what should i google [01:46] there is a button too, but you cannot reach it with your mouse [01:47] OerHeks, are u having a laugh(joking) [01:49] * elgooooooooG laughs uncontrollably at himself and tries to remember the rational for wanting to do it the hard way [01:49] yes, for 18.04 with systemd, write a proper service file like this to a script to turn it off https://askubuntu.com/a/1194293 [01:50] and the last part shows how to disable that service too [01:50] thanks OerHeks =) [01:50] and EriC^^ [01:50] have fun! === Goop is now known as NoSearchConsent === NoSearchConsent is now known as Goop === zbenjamin is now known as Guest36225 === zbenjamin_ is now known as zbenjamin [02:14] thanks again OerHeks just waht i needed, it remedies two problems that using my finger did not, much appreciated [02:15] What are the rules for cleaning up old kernels? Is there a config file for how many to keep. [02:16] Is a pae kernel 32 bit? [02:18] jhutchins: The package is "unattended-upgrades" See: https://help.ubuntu.com/community/RemoveOldKernels#Configure_Unattended_Upgrades_to_Remove_Unneeded_Kernels_Automatically [02:21] Bashing-om: Thank you. [02:21] Some distros are "always keep", some are "keep this many", some are "never keep". [02:23] jhutchins: ' sudo apt autoremove ' should remove all but the latest 2 kernels. [02:24] Ah, I should do that. [02:24] Multi-upgrade from 2012 LTS. [02:25] Looks like it's probably a 32b system, so I'll have to schedule a rebuild at some point. [02:25] jhutchins: I do not use unattended-upgrades; To remove old kernels I run 'sudo apt --purge autoremove ' to also remove the old config files. [02:26] Ah, this might help, removing 224 obsolete packages. THis may take several hours. (Well, no, but might take a little now. [02:27] jhutchins: 12.04 IIRC did not support "autoremove". Likely that you will have to remove the old kernels manually :( [02:28] Y'know what? I can do that. [02:28] We are now upgrading 2014 to whatever's next, 2016 I presume. [02:30] jhutchins: Year/month ... so latest LTS release is 19.04 == 2019. April. [02:30] 2020 [02:31] jhutchins: Yikes ! LTS latestis 18.04 ! [02:31] !releases [02:31] Ubuntu releases a new version every 6 months. Each version is supported for 9 months (non-LTS) or 5 years (LTS). More info at https://wiki.ubuntu.com/Releases and https://wiki.ubuntu.com/TimeBasedReleases [02:40] -72-generic is BAD for my laptop (X1 Carbon); mouse/touchpad was useless. lucky, i used m$ button to open the terminal to reboot manually. had to use option at bootup to use -70-generic instead. is there a way to make -70-generic default? [02:41] i'm on 18.04, btw [02:42] Bashing-om: I believe LTS updates every two years. [02:43] Observing 12->14->16(?)->presumably 18. [02:43] 18.04 + HWE gives me 5.0.0-37-generic [02:44] indeed. 12.04 -> 14.04 -> 16.04 -> 18.04 -> 20.04 (soon) [02:44] We broke auto-login at 12->14, but I think I recall that the method of configurng it changed around then. [02:44] jhutchins: confirmed. current LTSs 16.04 and 18.04 with 20.04 releasing 2020 in April. [02:44] cool!, OerHeks [02:45] * jhutchins puts a recurring note in his calendar to upgrade every two years. [02:45] Ubuntu 19.04: during opening two files in Meld (diff tool) and focussing the window I get a very high CPU load [02:46] ifs a high cpu load during a diff bad? [02:46] checking with flamegraph reveals, that the process "swapper" spends very long times within kernel.kallsyms [02:46] is that usual? [02:46] OerHeks, the file has about 40 rows. I would not expect a (constantly) high CPU load [02:48] i do, it is not bad, but if it makes your system unresponsive.. [02:49] OerHeks, not unresponsive; why would it be usual that the CPU load rises so high? (about 60 - 80%) [02:50] DarkTrick: A cpu at 0.5% isn't giving you much for your money. [02:52] jhutchins, that's the wrong direction I guess. I mean, why would the a process require so much effort from the cpu? And even if, I would expect Meld (the ran application) to have a high load. instead "swapper" seems to be busy... [02:53] DarkTrick: I don't know the specific programs, but are you swapping? [03:00] hello [03:09] jhutchins, I wouldn't think so. I keep my computer untouched. Only the program is focussed [03:10] jhutchins, let me ask this way: if the program does a lot of IO (for whatever reason), might that be reflected in another process (i.e. swapper)? [03:14] Hello, are Bionic update servers having issues? I am getting 503 errors when trying to update on Ubuntu Server LTS 18.04 === ben_r_ is now known as ben_r [06:38] hello speak russian? [07:36] Happy New Year! May 2020 bring you half of the problems and the double of happiness! [07:38] Hello am on Ubuntu, the screen brightness does increase only sometimes while sometimes it doesnt? Does it have to do with the input voltage? === netz is now known as tnz === tnz is now known as netz === netz is now known as xyla === xyla is now known as netz [09:25] hey everyone. posted this question 12 hours ago or so, sorry for the duplicate. my trackpad on my razer blade stealth stopped working in my 18.04 installation yesterday after being fine since i bought it (2017). the trackpad works fine from a live USB and also fine in my windows dual boot, so i'm not really sure what went wrong and how i should go [09:25] about debugging it. [09:36] hcwool: did you update the kernel recently? [09:36] or some other software. [09:36] ryuo i don't think so [09:36] it's likely either a configuration issue or a software regression. [09:36] is there anyway i could check or roll back? [09:36] apt log files. [09:37] i also did some digging, in my /proc/bus/input/devices file my trackpad shows up with event16 [09:37] i would check what xinput reports for cursor inputs. [09:37] but in my xorg log files it shows up as event11 [09:37] on the liveusb those two events are the same [09:37] but maybe that's okay? [09:38] hcwool: try running xinput without arguments. [09:39] the trackpad does show up there [09:42] hcwool: could poke around in /var/log/apt [09:42] particularly the history files [09:43] if you know when it last worked [09:43] course, updates have been rather slow so it may just be a configuration issue. [09:43] depends when it all started [09:43] okay [09:44] will take a look, will need to dc and reconnect. see you in a bit [09:44] but, if nothing was updated software wise in that time period [09:44] then it's probably a configuration issue [09:44] assuming it's not some rare issue that's hard to reproduce. [09:45] hcwool: it's not often done anymore, but you can always try manual configuration of X11. sometimes that can be helpful if automatic stuff fails you for some reason. [09:46] ryuo: how is that done? [10:09] ryuo: so i didn't find any explicit upgrades [10:10] but i saw this line that was like [10:11] actually hang on that was just a version number [10:11] damn === Anticime1 is now known as Anticimex [10:24] yo [10:24] happy new year everybody :) [10:39] any suggestion for a good and easy to install bitorrent on a ubuntu 18.04 vps? [10:44] * jesopo scoots around on the floor [10:45] juanonymous: deluge [10:46] i am having a problem installing it thoug, i cant seem to run it [10:51] i am following these steps https://wpcademy.com/how-to-install-deluge-on-ubuntu-18-04-lts/ [10:59] oh don't use ppa [11:15] http://dpaste.com/0XP1ABK [11:15] any knows how to fix it? [11:20] repozitor: is this ubuntu 14.04? [11:21] yes [11:21] that is eol, and not supported here. you can get commercial support from canonical. [11:23] Ben64: so how do i remove ppa then? [11:23] just apt-get remove deluge [11:23] !ppa-purge [11:23] To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [11:30] thanks tomreyn [11:31] Ben64: what is the default port for deluge-web? [11:31] juanonymous: 8112, iirc [11:32] so by just removing for example, the ppa [11:32] and then uninstalling deluge [11:32] ill just have to run sudo apt install deluge deluge-web [11:32] and then http://mydomain.com:8112 [11:32] and it should work? [11:33] it should, yes [11:53] hey [11:53] python3 is currently 3.6.9 [11:53] I want the latest python3 [11:53] TypeError: __init__() got an unexpected keyword argument 'capture_output' [11:53] that isn't supported in 3.76 [11:53] 3.6 [12:04] i guess, this won't work after all [12:04] traffic is not allowing it to 8112 [12:28] want to start a programm and see what file access is going on. [14:03] How do I tell apt to download packages one at a time? Looks like it starts all downloads at once now. [14:05] kraiskil: use apt-get? [14:06] jeremy31, ok I'll try. Here I thought it was the same binary :p [14:06] kraiskil: There are a few differences, apt also has a progress bar [14:09] nah, looks like apt-get gets them all at once too [14:10] yeah, looked at the manpage and theres no option to limit connections [14:11] Found this https://www.ethicalhackx.com/speed-apt-get-update-parallel-downloads/ but need to dig out how to unset this parallel download :D [14:42] man apt.conf tells me it is impossible :( Options are to connect to each host in parallel, or all URIs in parallel. Oh well... [14:43] Happy New Years [14:49] Does anyone ever experience an issue where their mouse pointer can move freely around the screen, but the left and right buttons stop responding? I've tried different mice and I've also had this issue on different Distros. Log off and log back in again seems to solve it as a workaround but it would be nice to have a proper fix. [15:14] hello, I need a little help. I'm inspecting midnight commander's directory hotlist (ctrl \) and I don't know the difference between 'insert' and 'append'. Could you tell me? [15:25] this is the one thing that I need to uninstall my windows for good: https://superuser.com/questions/1513918/is-there-any-remote-desktop-solution-with-hardware-gpu-acceleration [15:26] it is available for windows but not for linux, at all. if anyone ever develops such a thing, please let me know, I'd buy that aggressively [15:34] Happy New Year everyone :-) [15:36] happy new year! [15:36] moved the post to askubuntu: https://askubuntu.com/questions/1199949/is-there-any-remote-desktop-solution-featuring-hardware-acceleration === akem__ is now known as akem [16:24] Happy New Year! === Raynedeer is now known as luckybunny [16:50] I am curious about why kubuntu uses sddm or lightdm instead of kdm. [16:55] Hi. I installed Windows 10 on my PC and then tried to do a UEFI installation of Ubuntu 18.04. If I change the boot priority, I am able to boot into Ubuntu. Otherwise, by default, Windows 10 loads up when the PC is powered on. [16:55] systemd? [16:56] jhutchins,^ [16:56] I ran `sudo os-prober` and it did not have any output, which I guess means it did not find any OS. [16:56] BlueShark_: HP laptop? [16:56] I did `sudo update-grub` as well, but nothing changed. [16:56] jeremy31 Nope. It's a PC. [16:56] BlueShark_: But HP [16:56] None of the components are HP, no. [16:57] I disabled fast startup from Windows, shut it down properly, disabled Fast Boot from BIOS as well. [16:58] BlueShark_: Have you gone into UEFI and changed the OS boot or whatever so that ubuntu has priority? [16:58] jeremy31 Where do I do that? [16:58] BlueShark_: post URL for> efibootmgr | nc termbin.com 9999 [17:00] jeremy31 `EFI variables are not supported on this system.` [17:00] BlueShark_: URL> sudo parted -l | nc termbin.com 9999 [17:01] jeremy31 https://termbin.com/21o2 [17:02] BlueShark_: are you booted into ubuntu now or a live usb? [17:02] BlueShark_: Windows is installed using EFI and Ubuntu is in Legacy mode [17:02] EriC^^ I am booted into Ubuntu now. [17:02] yeah, +1 on what jeremy31 said [17:03] jeremy31 Oh, how did you identify that? [17:03] BlueShark_: first efivars isn't loaded, 2nd you have a bios_grub partition which is required for legacy+gpt [17:03] BlueShark_: EFI variables not supported in Ubuntu, but your drive has EFI system partition [17:04] OK. What's the cleanest way to fix it? [17:04] BlueShark_: if you can fresh install it'd be best and easiest [17:04] boot a live usb, make sure its in efi mode (ls /sys/firmware/efi) delete the ubuntu partitions and let the installer do its thing [17:05] BlueShark_: disable Legacy/CSM in BIOS [17:06] BlueShark_: the key thing here is to run "ls /sys/firmware/efi" after you boot the live usb, to make sure uefi mode was used (it should return dirs and not say file not found) [17:06] alternatively if you get a black/white grub screen instead of the nice menu in the middle, that means uefi mode was used [17:09] EriC^^ "boot a live usb, make sure its in efi mode " - how do you boot a USB in EFI mode? [17:11] jeremy31 That alone will fix the issue? [17:11] BlueShark_: sometimes you can set that in the bios, sometimes there's a one time boot menu you can access, it might say USB - blabla, and UEFI USB - blabla , choose the latter [17:11] BlueShark_: Better to reinstall with Legacy/CSM disabled [17:12] Last time, I booted up a live USB and used GParted to create the necessary partitions. [17:13] BlueShark_: yeah i figured cause the bios_grub is a whopping 200+MB when it only needs to be 1mb [17:13] EriC^^ "let the installer do its thing" - if I do that, I'll lose the Windows 10 installation, correct? [17:13] BlueShark_: But when you booted the ISO it had a Ubuntu logo with a message about starting in x seconds [17:13] jeremy31 Yes, it did. [17:13] BlueShark_: Install alongside Win 10 works [17:13] BlueShark_: no, it should offer the option "install alongside windows", just make sure you delete the ubuntu partitions before starting the installer [17:14] choosing to "reinstall ubuntu" might erase the whole disk, at least it did in 14.04 dunno if they fixed that [17:14] as long as the installer is booted in UEFI [17:14] Newer versions have this? Or does this feature only work for EFI installations? [17:14] what feature? alongside windows? [17:14] Because I've never seen this "Install alongside windows" thing before in any of the installs I've done before. [17:15] it's been there for a long time actually [17:15] BlueShark_: I don't think it worked in 14.04 with Win 8 in UEFI but it was fixed [17:15] Oh. It shows only when you boot as EFI? [17:16] no, in all modes efi and otherwise [17:16] BlueShark_: If windows is installed in the same mode as Ubuntu ISO is booted [17:16] as long as it detects windows and there's free unallocated space, it'll give the option, itll use that space and install next to windows [17:17] hi [17:17] cal -h shows error [17:17] hello [17:17] what's the right cmd [17:17] bestinket: what error? paste [17:17] https://www.computerhope.com/unix/ucal.htm [17:18] bestinket: paste the error you're getting i mean [17:18] https://bpaste.net/I7NQ [17:19] bestinket: type "cat /etc/issue" and paste [17:21] how do i display march of 2012 ? [17:22] cat /etc/issue [17:22] Ubuntu 19.04 \n \l [17:23] bestinket, 'cal 3 2012' does not work ? [17:23] why not cal -m 3 -y 2012 [17:23] I'd like to use full options to understand them so i can use more [17:24] whenever i use options i use them wrongly and get errors [17:24] EriC^^ So if I use install alongside windows, would I not be able to specify whether I would like a separate /home partition etc.? === RandolfR is now known as Randolf [17:35] cal -A 2 -B1 2012 ; shows error [17:35] bestinket, cal -h (not working) ; ncal -h (works) [17:36] even cal -w doesn't work [17:36] use ncal [17:38] Anyone able to help me figure out why every few minutes my computer just stops responding for about 5 seconds, like keyboard everything locks uip [17:38] Just fresh installe 19.10 [17:38] if cal is a symlink to ncal, then it's using cal the same as using ncal? [17:38] I am trying to understand UNIX here, not cal [17:38] and developing the habit of reading manuals [17:39] bestinket, different layout [17:39] but if something is a symblink then ... [17:39] lightdm is failing to start after upgrading from 12.04 to 18.04. Not giving a whole lot of info either. [17:40] isn't symlink like alias [17:40] bestinket: Yes, pretty much. [17:41] jhutchins: then why cal -h; and ncal -h show different output that was what i wasa thinking [17:53] bestinket: No real knowledge, check the manpage for ncal. Programs can detect how they were called and adjust their behavior. === musician20000 is now known as musician2000 [17:54] bestinket, still looking, but appear a permission issue [17:54] bestinket, cal fails to call /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache [17:56] lightdm wants to install all of gnome [17:58] would anyone know how to find out what might cause around a delay of monitor flickering on startup that lasts around a minute? [18:06] anyonehere use ubuntu touch? [18:21] When I try to enable auto-login with sddm in kde, it prompts me for a password, but doesn't accept either the current user password or the root password. What is it looking for? === Wryhder is now known as Lucas_Gray [19:35] Hello all! Hoping someone can help me fix my Ubuntu 19.10! Have dual boot, 1 SSD has 19.10, the other has Windows 7. Windows 7 boots, says both SSD's smart checks are fine. No issues. fsck from live cd says ssd is fine, gparted from livecd says partitions are there, I can mount them. It was working fine the other day, went to boot today and no matter what it just gets stuck at the screen with the dots (loading Ubuntu). If I try it in rescu [19:35] e mode, I get a bunch of failures. [19:35] Seems the SSD itself is fine but something got messed up on last reboot or update? [19:37] I should say it was yesterday it started. Trying to fix today. [19:37] But I had been in Windows for about a week. [19:43] I wonder why Youtube video in Firefox has problems playing, while in the background, Steam is updating it's games? [19:43] 19.10 here [19:44] I see that ZFS is doing writing operations on ZFS mirror (HD's ) where I have put Btrfs-formatted ZFS volume, mounted under /Steam to be used for Steam [19:47] Hm, maybe because I requested gzip-9 compression on that zfs volume, that I use for Steam.. [19:48] But iven it were using large cpu time for compression.. shouldn't that be doing in the background , and not staling Firefox cycles, so I don't have choppy video and sound in the meantime? [19:48] Real bad real-time, even if I am using lowlatency kernel. [19:53] Anybody? I mean I guess I could backup data from live cd and do a fresh install, but that breaks my record! lol. I have had this Linux system running for like 15 years now! Changed hardware, moved to other drives, this is the first break I can't fix. [19:54] Nothing comes to mind without seeing the errors. [19:54] I can get you the errors. I'm updating my live cd now, in a few minutes I can try booting rescue and get a pic/screenshot [19:54] Have you tried just leaving it alone for a bit, maybe see if it's just a stuck boot process? [19:55] I left it for about 20-30m yesterday. I can try longer. I came back to a blank screen it did move past the boot/splash anyways [19:56] Burn is about 60% done (in Windows burning latest 18.x, if I have to re-install I'll stick with LTS!) [20:01] That should be long enough to rule out that. Post the errors so we can see them, there might be something there. I would probably end up imaging partitions with Clonezilla and then rebuilding the drive. === PowaBanga_ is now known as PowaBanga [20:19] hey [20:19] how do I update python? [20:20] sudo apt-get update and sudo apt-get upgrade didn't update it [20:20] python3 is still python 3.6.9 [20:21] the latest version is 3.8.1 [20:22] there is no python 3.6.9 on ubuntu [20:22] ioria, what? [20:22] ubuntu 18.04 [20:22] yes it has python and python3 [20:23] python3 on my system is currently 3.6.9 [20:23] yes, but no -6.9 [20:23] I am not sure what you are trying to say [20:24] WTF? It booted to login this time, but its locked up there for now [20:24] !info python3 bionic [20:24] python3 (source: python3-defaults): interactive high-level object-oriented language (default python3 version). In component main, is important. Version 3.6.7-1~18.04 (bionic), package size 46 kB, installed size 187 kB [20:24] huh? [20:24] that is weird [20:24] $ python3 Python 3.6.9 [20:25] I don't think I installed python3 [20:25] I did install miniconda [20:25] but that has it's own python inside environments [20:25] maybe it also installs python3 for the entire OS [20:26] ioria, can you check on your system? [20:26] what ? [20:26] which version you have [20:26] the one i linked [20:26] huh [20:27] can apt-get or apt-cache tell if you installed it using apt? [20:28] what happens if you do "python --version" [20:29] he probably installed from source [20:29] https://askubuntu.com/questions/423355/how-do-i-check-if-a-package-is-installed-on-my-server [20:29] python though? i would imagine that would break quite a few things [20:29] Ben64, that is the python 2 version [20:29] ioria, I didn't install python, I installed miniconda [20:30] !info miniconda [20:30] Package miniconda does not exist in eoan [20:30] it doesn't work like that [20:30] https://docs.conda.io/en/latest/miniconda.html [20:30] the installer is a bash script [20:31] Guess I should just backup and re-install? Totally frozen from input on login. SLOWLY faded to screensaver. No mouse or keyboard, I can't even do an REISUB. It's like all of udev is screwed. That was the error by the way multiple failures of trying to start "udev Kernal Device Manager" [20:31] CoolerX: which python3 binary are you starting? Try "which python3" [20:32] /usr/bin/python3 [20:33] which python gives /usr/bin/python [20:33] which python3 gives /usr/bin/python3 [20:33] $ python Python 2.7.15+ [20:34] $ python3 Python 3.6.9 [20:34] they are just symlinks [20:34] if I activate a conda environment then it switches things [20:34] $ which python /home/user/anaconda3/bin/python [20:35] CoolerX: that would be expected. [20:35] CoolerX: and calling /usr/bin/python3 gives which version? [20:36] $ python3 Python 3.6.9 [20:36] ioria, how do I resolve the sym links? [20:36] CoolerX: Check and call it as /usr/bin/python3 please. [20:36] CoolerX, are you serious ? [20:37] seere, I did [20:37] just now [20:37] and it gave that version [20:37] readlink -f /file [20:37] $ /usr/bin/python3 Python 3.6.9 [20:38] $ readlink -f /usr/bin/python /usr/bin/python2.7 [20:38] $ readlink -f /usr/bin/python3 /usr/bin/python3.6 [20:41] CoolerX: by any chance - did you install it from source or from a PPA? [20:41] seere, I didn't install python [20:41] I installed miniconda [20:42] CoolerX: did you ever use root or sudo when doing so? [20:42] I think the miniconda script may have required sudo [20:42] don't remember [20:42] actually no [20:43] I was able to install miniconda on a server that I didn't have sudo on [20:43] CoolerX: it's weired that your /usr/bin/python3 is a 3.6.9, which isn't in the 18.04+Updates repos. [20:43] it's because it's installed from the script thing [20:43] who knows how or what it actually did [20:44] Ben64, well you can read the script [20:44] I believe that both python2 and python3 come installed on Ubuntu 18.04 [20:44] its not an ubuntu pkg. period [20:44] CoolerX: anayway, the heighest python3 version for 18.04 from official repos is 3.6.7+patches. [20:44] dozor: I think we can bet on that. [20:44] CoolerX: yeah i'm not gonna do that [20:44] seere, why? 3.8 has been out for years [20:45] !latest [20:45] Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [20:45] Ben64, that was not the point, I mean it is open source [20:45] CoolerX: well you can read it [20:45] yes [20:45] anyone can [20:46] CoolerX 18.04 is a long term support release and aims to be stable, so won't have the latest Python version. [20:46] CoolerX: stability of the package system, unfortunately nowadays some sort of pain. [20:49] How can I install deluge 1.3.* on ubuntu 19.10? [20:50] I tried with a source install. It works, but not as it's supposed to... [20:50] Eoan give deluge 2.x [20:52] OerHeks: I know, that is the problem. 2.x is not compatible with 1.3... [20:52] seere, but it has been out for years [20:53] Aavar: so don't use 1.3 [20:54] CoolerX: and the repos have some thousend packages on top of their released python version. It's not about stability of python3 itself, but about the fragility of these packages and their dependencies. [20:54] Ben64: I hope you are joking right now? I do have a reason for not using 2.0... Just FYI ;) [20:54] Aavar: which is...? [20:55] Ben64: For starters, the current version in 18.04 LTS is 1.3. [20:55] ..not compatible, interesting. [20:55] Aavar: so install 18.04? [20:55] CoolerX: the whole thing about LTS is the promise of stable APIs over it's lifetime. [20:56] Ben64: yes... I will reinstall my entire system for a package... that's what i'll do. Troll. [20:57] you chose the latest version of ubuntu without checking to make sure things you wanted would work, that's not my fault and doesn't make me a troll [20:57] Aavar, sure, do that, for your special incompatibality [20:58] OerHeks: It's not all that special if you think about it... [20:58] Ben64: thank you for your help :D [21:00] .oO(python 3.8.1 - Release date: 2019-12-18 - he said "available for years") [21:00] 3.6.7 + security patches equals 3.8 , just not the new features. [21:03] Hey all, I'm just backing up and will re-install. Is SMART status enough to know my SSD is still ok though? [21:03] How can I run a graphical application as a different user? [21:04] weskrasko, smart is a good indicator, yes [21:04] Thanks! [21:05] weskrasko: gsmartmon shows a lot more info on SDD's than SMART results through Disks program [21:06] How do I run that? I'm in Disks in Live CD, Disk looks fine but it's not showing much. [21:07] Does report incorrect temp (94C!, Windows said 31C like the other SSD), and says 13 bad sectors [21:07] Or maybe that's correct temp and thhe problem? I don't know [21:07] But I'm backing up my files off it right now no problem. [21:09] weskrasko: My SDD shows 40C in gsmartcontrol [21:14] Im in live cd, not there, trying to install says it's not available [21:16] hi [21:18] want my NVidia K1100M (roughly a GTX760) to play and scale HEVC 4K in hardware with mpv, but doesn't happen. 18.04. discrete GPU on a Dell mobile workstation, BISO set to use only that. 3D works, binary nvidia driver. I hear I need some other driver, "glamoregl" or such? [21:36] Ugh, gsmartcontrol shows 90C too an bad sectors reallocated. Guess I'll grab a new drive. :( [21:39] weskrasko: what is the raw value for wear levelling? [21:40] 436 [21:41] 13 reallocated bad sectors, 22 event count, 94C [21:41] Those are the highlighted values [21:41] Does it show SSD life left [21:43] Not seeing that anywhere. I'd run the tests but want to get my data off it first. If those temps are correct, that's scary. [21:43] how do you even get an ssd up to 90C? m.2 in a notebook? [21:45] No, this is in a Desktop with fans and water cooled CPU! No idea [21:45] But Windows app (Crystal something) said 31C so I'm not sure that particular value is correct. [21:45] I would think I'd have a fire by now, lol. [21:47] I wonder if the value reported is in Fahrenheit [21:47] 31C = 87.8 F [21:48] Disks shows 94C / 201F [21:49] I mean, my Windows 7 is on a 1TB SSD, I suppose I could just carve a section of that for Ubuntu... will have to give that some thought too. [21:50] I have a normal HDD for storage [21:50] So you think this SSD is shot? What's the wear levelling mean? [21:52] weskrasko: 13 reallocated bad sectors sounds bad [21:57] weskrasko: wear levelling is how much has to be moved to keep use even [21:58] It is an older SSD. So my 1TB is newer, and higher end (Samsung 850 Pro vs PNY that's dying) [21:58] weskrasko: can you pastebin "sudo parted -ls" ? [21:59] I'm thinking I'll just carve out a space in that. But, I have 100GB unallocated at the end of it. Why would that be? Somehow I recall following a guide that may have told me to do that. [21:59] or if you know which disk it is, sudo apt install smartmontools && sudo smartctl -a /dev/sdX | nc termbin.com 9999 [21:59] replacing sdX with your disk name [22:04] Hardly use this, where's the link? [22:04] Said guest paste created but don't see a link [22:05] weskrasko: hmm, do you know the disk name for the ssd? sda sdb etc? [22:05] Maybe this: https://pastebin.com/raw/jqru2y4w [22:05] Yeah, it's the first one listed there, /dev/sda [22:06] weskrasko: ah cool, type "sudo apt install smartmontools && sudo smartctl -a /dev/sda | nc termbin.com 9999" [22:07] it should give a link back to the pasted output [22:07] share it here please [22:07] https://termbin.com/9u4f [22:08] EriC^^: OH! "SMART support is: Available - device has SMART capability." :) [22:09] nice :) [22:12] SMART keeps passing but I thought any bad sectors indicated it could go at anytime? One of those bad sectors must be preventing me from booting it. Guess I just shouldn't trust the drive now? Not sure what you're looking for/at in that output, but I have to leave for a while for dinner plans. Will check back. [22:12] And thanks all! [22:15] weskrasko: sounds like the last SSD that failed on me [22:19] weskrasko: apparently you should try to do a secure erase on the ssd, but whatever you do don't use hdparm to do that as you might brick it, if you cannot do a secure erase, then you can probably get away by doing a dd "sudo dd if=/dev/zero of=/dev/sda" [22:19] H, I can't play Amazon or Google movie content on Chrome. Chrome components don't mention widevinecdm. Firefox works ok with the same content. Any advice please? [22:19] weskrasko: the ssd manufacturer utilities might have a secure erase feature [22:21] weskrasko: If it has failed it may have gone read only [22:36] Hi, I can't play Amazon or Google movie content on Chrome. Chrome components don't mention widevinecdm. Firefox works ok with the same content. Any advice please? [22:36] i am sure chrome can do that, chromium probably not without the widevine plugin [22:37] It keeps giving an error about DRM. I have DRM content checked in settings. [22:39] maybe amazon needs these tweaks, user agent https://www.maketecheasier.com/watch-netflix-hulu-amazon-prime-ubuntu/ [22:41] Thanks, I'll check it out... [23:29] Hi everyone :) I'm trying to get into an old 14.04 VM (VirtualBox, Win 10 host). The GUI side of things has disappeared completely and when I boot it, the cli login flashes up, then goes black/disappears, then flashes up again, over and over. The keyboard is active for the brief moment that I see the CLI login, but that's it, so I can't [23:29] successfully type a password in. [23:30] I don't even know where to start with this one. It used to boot the gui login, but I don't know what's happened to that or how to re-enable it when I can't evne log into the cli. Would anyone be able to give me some things to start Googling? I'm quite lost at the moment with where to even start. [23:33] login in recovery mode and save your data, 14.04 is EOL dead [23:38] OerHeks thanks for the reply. That's what I'm trying to do at the moment. Once I've got the data off it, it'll be blown away :) If I try and log in via recovery mode using the minimal graphics options, I can't seem to get anywhere. For example if I choose to reconfigure, regardless of if I choose to use backed up settings, or default settings, [23:38] the screen just refreshes and gives me the same options again. I can read the xserver log files, but don't really know what I'm looking at just yet and if I review startup errors, the log is empty. I also can't edit the config file, it just does the same screen reloading thing. [23:39] So all of my falesafeX options when logging via recovery mode, are broken in some way. [23:40] maybe it is the .Xauthority thing that bug login [23:40] https://askubuntu.com/questions/436925/ownership-of-xauthority-transferred-to-root [23:40] remove it, it will be generated [23:41] * on login [23:45] I've removed it for that user using recovery console as root, but I've rebooted and I still have the flashing, so can't log in as that user anyway. If the cli side of things is doing this, is it still an Xserver issue? [23:47] hard to guess