=== londoed is now known as xbpsin [00:44] bug #1 [00:44] bug 1 in Ubuntu Malaysia LoCo Team "Microsoft has a majority market share" [Critical,In progress] https://launchpad.net/bugs/1 [01:08] has anyone here ever had some experience making new swap for an installation whee to swap was just too small. (Somehow I made 16M instead of 16G. I have lots of unassigned partitions - but I did all the partitions with the windows formatter. (I forgot my windows password.) [01:08] Then I have to inform "something" to reassign the swap partition. [01:08] tripleb: just make a new swap file, one or two gigs should be fine [01:09] I have 8G of RAM. My problem is the computer freezes (hard reboot) when I use chrome. [01:10] How do I "make a new swap file. Can I make my 18.04 partition smaller. (now I am using 10.04. sarnold [01:11] whoa "Heart And Chops" has spaces in her nick! [01:12] sarnold -- CORRECTION: I am now using 20.04 [01:12] My eyes faded out there. [01:12] tripleb: dd if=/dev/zero of=/path/to/filesystem/swapfile bs=$((1024*1024)) count=1024 -- whichever filesystem has enough space for one.. [01:13] tripleb: then mkswap /path/to/filesystem/swapfile ; then swapon /path/to/filesystem/swapfile , the run swapon again to make sure it worked [01:13] OK now I have to learn what that statement does. -- Dont I have to use gparted to carve off the gigs? [01:13] dd and swapon === [rg] is now known as grant_ [01:14] tripleb: using a swap file means not needing to mess with partitions [01:16] I have a swap partition now. You are suggesting something called a swap file. Right? [01:16] yes [01:16] Which means if I ever overwrite that partion then I have to make sure I take care of the swapfile. [01:16] what? [01:17] So I better use the 20.04 partition. [01:17] I have a set of partitions so I can try different flavors. [01:17] Maybe I will overwrite it now with manjaro. [01:21] tripleb: Now-a-days a swap file is prefered over a swap partition. [01:21] I think the installer switched to creating swap files rather than partitions [01:22] OhKay. I will go look that up. Making partitions has always been a stress for me. It's the most stressful part of an installation. [01:22] you can of course create a swap partition if you'd rather for some reason -- multiple OSes that trust each other might be a pretty good reason for that, tbh [01:22] but swap files are pretty easy === zbenjamin is now known as Guest8768 === zbenjamin_ is now known as zbenjamin [01:22] I don't see how I have any preference except for reliability and ease. [01:23] tripleb: sarnold But me thinks if a swap partition exists - the partition will be used. [01:23] depends what grub says .. [01:24] Bashing-om: you can configure them both :) just add the swap device and swap file to /etc/fstab [01:24] hi. I have Ubuntu LTS 16.04 and I can't get Anki to work. I've installed it from both apt and source and both times it fails to connect to the internet. any ideas [01:24] sarnold: Noted ^ :D [01:25] willhslade: what error does it give you? [01:25] Syncing failed:Error establishing a secure connection. This is usually caused by antivirus, firewall or VPN software, or problems with your ISP. [01:27] wow that's vague :( I hate software that doesn't give you an actual error message [01:27] are there better errors in a log file somewhere? [01:27] seems a lot of isssues with anki, try the snap version ?https://snapcraft.io/install/anki-woodrow/ubuntu [01:28] https://askubuntu.com/questions/1135747/anki-doesnt-start-in-ubuntu-19-04 and gets stuck with debian upstream [01:34] argh. ok. so my ubuntu is 32 bit, and even if I install the latest 32 bit it still gives me an error [01:35] bummer. my usual debugging route is (a) try to find a better error message in log files (b) run the thing through strace [01:35] strace is painful [01:35] but you can get an actual error message sometimes [01:58] Bashing-om: fstab dictates which swap to use (partition/swapfile) as I remember. [02:01] pavlos: Yup - fstab is the sensible thing. === gabkdlly_ is now known as gabkdlly [02:35] Hi! Which tool do you use to schedule stand-by/sleep/power-saving mode, on 20.04 Gnome? I intend to set a 1 - 2h countdown, once completed executes a "put the box to sleep" routine. (I want to play soothing music while i enter Dreamland, but i don't want my box running for the rest of the night.) [02:39] where would I get local documentation for lxd? [02:39] no man pages in the snap === rud0lf is now known as neq === neq is now known as rud0lf [03:10] Are there ANY snaps to provide man pages? …i'm still not convinced snaps/flatpacks/appimages are a desirable idea …e.g. the Nextcloud snap; super easy and fun to install - unless you really need to tweak a few config files …I'd rather spin up a full-blown VM [04:39] faekjarz: `lynx http://man.he.net/` === tehaugmenter is now known as AUGZ === AUGZ is now known as augz === fastascanbe is now known as jamezz [05:15] btw, someone in #gnome-shell mentioned a keyword/search term, that led me to https://extensions.gnome.org/extension/1152/shutdowntimer/ …that seems to be exactly what i want …we'll see, after my next sleep cycle [06:16] anyone knows an ubuntu mp3 auto organiser app based on ID3 tgs? [06:45] gry_, hey you online? [06:45] I'm having an issue with my network card [06:46] I'mu sing a HP Pavillion dv4-2154ca with Ubuntu 20. The wireless card looks to be working "ok" but the wired card doesn't connect past 100 Mb [06:46] how would I go about debuging this? [06:47] how do I find out what hardware this laptop has? [06:48] lspci [06:51] edgars, ok so realtek RTL810xE [06:52] https://askubuntu.com/questions/1195475/ethernet-controllers-not-working-realtek-rtl810xe-realtek-rtl8111 [06:53] think that should do it [06:53] edgars, thanks [06:54] lsmod [06:54] look for driver [06:54] ahh, you already found something, ok, thats good [06:55] ya looks like it [06:55] can you take a look at the website, are the instructions doable you think? [06:56] how can I tell what driver I'm using right now? [06:57] lsmod [06:58] edgars, that list a bunch of things I'm not sure what I'm looking at [06:59] https://github.com/ghostrider-reborn/realtek-r8101-linux-driver [06:59] follow the instructions [06:59] ya I found that [07:00] ok I'll try [07:13] think it worked [07:14] thanks again edgars [07:58] I use apt-btrfs-snapshot. I just reverted to a snapshot, and apt no longer works because of an apt-btrfs-snapshot error. I get "ERROR: Could not statfs: No such file or directory". the --debug option gives no further information, so I don't even know what file is missing. I also can't reinstall apt-btrfs-snapshot because apt is dead. How can I tell apt to ignore apt-btrfs-snapshot so I can try [07:58] reinstalling it? [08:17] is there any way to create a empty text file without open terminal in ubuntu 20.04? [08:18] like in windows right click in folder and add empty text file [08:19] gillzone, depends, in dolphin you just do it like you described it [08:20] alright but I think I'm using nautilus [08:21] and it doesn't have it? I really suggest dolphin, `sudo apt install dolphin` - it's much better imo :) [08:26] alright I will give it a try, thx :) [08:39] If I want to fix my laptop's inability to suspend, what steps should I take to debug? I remember there was a tool to test the power management subsystem or the firmware or something like that, but I can't remember its name. [08:42] k_sze, Maybe your laptop is not supported. But in any case be sure to have at least as much swap as the total RAM in your machine. [08:43] Could anyone take a look at https://gugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/1870482 ? [08:43] Launchpad bug 1870482 in apt-btrfs-snapshot (Ubuntu) "apt-btrfs-snapshot blocks apt" [Undecided,Confirmed] [08:44] akem, my swap is tiny. And I'm not even talking about hibernation (hibernation kinda breaks WiFi anyway). I'm talking about suspend to RAM. [08:44] k_sze, Nm, i thought about hibernation. [08:51] Basically what happens is that, if i close the lid of my laptop, it *attempts* to suspend. The fans would go spin down, but then after a second they spin right back up and the laptop isn't actually suspended; it will still drain battery and remain warm to the touch after an hour. [08:52] There was a utility that will automatically perform suspend-resume cycles of the computer and collect diagnostics info. I forget the name. [09:09] So I have a USB DAC that supports up to 192kHz @ 24-bit per sample. [09:10] When I connect it to my laptop (running Ubuntu 18.04), the USB DAC says it's doing 48 kHz @ 24-bit per sample. [09:10] How do I control the sampling frequency the Ubuntu requests? [09:29] hi guys, i just wanted to ask on how can i restrict other users from accessing the \home dir [09:29] juanonymous: your home dir or the /home dir? [09:29] let's say for example only users will be granted permission to access that dir. [09:29] yep the /home [09:30] i have two 3 users. so i want them to only access their own /home dir === rud0lf is now known as dee [09:32] is there a some app on Ubuntu that stitches photographs into 3d images like STLs [09:32] chmod -R username:username 0700 /home [09:32] is that correct? === dee is now known as rud0lf [09:34] I had a look not all apps set only owner persmissions so not sure it will be fully sufficient [09:35] but if you are asking wether this will give read, write and execute to the owner then yes it will [09:50] so can anyone help with openssh-server install on ubuntu with preseed? === mateen1 is now known as mateen [10:27] edgars, probably but it requires you to tell us what ails you [10:40] I've switched from xfce4 to kde and can't see snap or any of the snap installed software in the kde launcher [10:41] Dunams: is snapd installed? [10:41] even opening a .deb file is opening it as an archive instead of the software installer [10:42] lotuspsychje, yes [10:42] Dunams: opening deb files, that could be a known bug already on 20.04 [10:42] "snapd is already the newest version (2.45.1+20.04)." [10:44] for example, from the start menu when I search for Slack, it shows me folders of it under ~/snap/slack [10:44] but they're all empty [10:44] Dunams: on gnome its the snap-store now handling both apt & snap packages, not sure wich kde uses now [10:45] Dunams: you still got the /dev/loop dirs on df -h ? [10:47] yes [10:47] Dunams: snap-store among those dirs? [10:48] pm'ed you [10:48] Dunams: so snap-store is installed, what happens when you launch it? [10:49] what's the binary name? i'll try running it from terminal [10:49] don't see it from the menu either [10:49] snap-store should launch it [10:49] zsh: command not found: snap-store [10:50] perhaps something with the path is messed up? [10:51] maybe while changing from xfce4 to kde desktop something was broken [10:52] Dunams: that could be yeah, i also see gnome 3.34 in your snap list did you install gnome too? [10:52] snap command does work though, just not snap-store [10:52] Dunams: try to sudo snap remove snap-store perhaps then reinstall? [10:52] I believe I initially installed ubuntu, then xfce desktop and then kde [10:53] It was a few weeks ago so I'm not fresh on that [10:53] Dunams: ok, well we mostly reccomend, if you like a !flavour of ubuntu to clean install it, to avoid frankenbuntu mixes like this afterwards [10:54] yeah, that makes sense, it was some time since I used linux (currently on osx), so I was trying to see what works for me [10:54] its good for testing purposes to check several DE's [10:54] but if you start purging things, you keep behind with a mixed system [10:55] why can't i play live youtube streams on firefox 78 on ubuntu [10:57] lotuspsychje: is it possible to purge all DEs (have a pure CLI) and only install kde? [10:57] or would I have to do a clean install? [10:58] Dunams: its posible to purge the de's sure, but as i said mixing too many things will always leave you a messed system, i would go for a clean install kde, if thats what you really like [10:59] Dunams: but if you have backups, you can try purge gnome & xfce [10:59] maybe kde will still dominate your system [10:59] freebds, weird, i can play live streams just fine on firefox 78 [10:59] I like the old gnome (2 was it?), but kde is nice, I believe i'll stick with it [10:59] CRITICAL: zsys: installed zsys package post-installation script subprocess returned error exit status 1 [10:59] coconut i just installed ubuntu [11:00] Dunams: gnome2 can still be installed from the repos [11:00] i didnot install 3rd party drivers === Scotty_Trees is now known as Scotty_Trees_HP [11:00] freebds, ubuntu mate here... should be the same === Scotty_Trees_HP is now known as Scotty_Trees === Scotty_Trees is now known as Scotty_Trees_HP [11:02] Dunams: aka gnome-flashback [11:04] Your browser does not currently recognize any of the video formats available.Click here to visit our frequently asked questions about HTML5 video. === Scotty_Trees_HP is now known as Scotty_Trees [11:05] lotuspsychje: yeah I saw, nice [11:07] freebds, did that error message tell you anything? [11:07] url i mean? [11:07] I'm trying to purge all the gnome tools and snapd and reinstall snapd again [11:07] perhaps it'll work [11:17] freebds you would need the specific codec for that (idk which yt live uses) [11:19] installing ffmpeg [11:25] 'Morning all [11:33] Hello, World. [11:36] lotuspsychje: looks like it was a path issue because I'm using zsh [12:04] Hi! Is there an API for https://people.canonical.com/~ubuntu-security/cve/ ? Or a way to regularily download the database behind it? [12:04] Something like https://security-tracker.debian.org/tracker/data/json would be enough [12:06] hashworks: Alternatively Ubuntu's USN has RSS: https://ubuntu.com/security/notices/rss.xml [12:07] Hm, that would only handle new vulnerabilities. My situation is that I have a list of installed packages and their versions and would like to check if there are existing vulnerabilities for them [12:08] https://bugs.launchpad.net/ubuntu/+source/python-cryptography/+bug/1886952 [12:08] Launchpad bug 1886952 in python-cryptography (Ubuntu) "ImportError: this module was compiled for Python 3.7" [Undecided,New] [12:08] https://bugs.launchpad.net/ubuntu/+source/python-nacl/+bug/1886950 [12:08] Launchpad bug 1886950 in python-nacl (Ubuntu) "ImportError: this module was compiled for Python 3.7" [Undecided,New] [12:09] hashworks: My last idea would be mitre directly, but they won't list ubuntu packages specifically: https://cve.mitre.org/data/downloads/index.html [12:26] Is SFTP seen as safe when used from a public wifi spot(shared password)? [12:32] coconut: whats the odd of having a hacker sitting at the coffee shop? highly unlikely [12:35] amuro, i do want to assume that [12:39] coconut: what's your alternative to SFTP?...if you don't have one..does it really matter [12:44] tatertots, just want to know about it, not actually using it [13:20] Hi I have tried to upgrade my ubuntu system from 16.04 LTS to 18.04 LTS through command prompt but after giving the command do-release-upgrade it shows Please install all available updates for your release before upgrading. Eventhough I have updated my system through sudo apt-get update. So how to solve the issue.https://pastebin.com/gksyMkYL [13:23] ajnr upgrading your system is apt upgrade, update only updates the repositories [13:23] quadrathoch2, yes I did, but it's not showing any effect [13:24] ajnr, hm, I did the upgrade just 1-2 weeks ago. [13:24] ajnr can you make sure if your sources.list is up to date? [13:24] quadrathoch2, https://pastebin.com/dCpY1jrv [13:25] quadrathoch2, what to do to make sure sources.list is uptodate or not [13:26] as in, if the repositories are correct. sorry uptodate was probably the wrong word. [13:27] quadrathoch2, any command to check? [13:28] not really, but you could paste the output of cat /etc/apt/sources.list [13:28] (pastebin) [13:29] quadrathoch2, please have a look https://pastebin.com/ZwmeKM4e [13:32] ajnr hm, I guess he was complaining about your third party repos, but not sure. [13:32] quadrathoch2, but i dont think it will be a problem to upgrade distro [13:33] what happens if you do 'sudo apt full-upgrade'? [13:35] quadrathoch2, it is showing https://pastebin.com/9EBUqgLT [13:36] ajnr that's probably your issue, so I would first fix that. what happens if you 'sudo apt -f install' [13:36] ajnr I guess you installed cuda through the repositories? [13:37] quadrathoch2, what is the issue actually? https://pastebin.com/rsy4Ea8v [13:37] quadrathoch2, yes [13:37] ajnr: remove "cuda-drivers". Preferably use ppa-purge to purge the ppa you installed it from [13:38] leftyfb, are you sure ? [13:38] ajnr: packages installed from external repo's is not supported during the upgrade process [13:39] leftyfb, ok [13:39] so there would also be wine ajnr [13:39] and maybe docker? as it is commented [13:39] leftyfb, so should i give sudo apt-get remove nvidia-cuda-toolkit command ? [13:39] quadrathoch2, yes [13:41] ajnr: it's complaining about cuda-drivers, not nvidia-cuda-toolkit [13:41] leftyfb, ok, what command should i give [13:42] ajnr: personally, I use ppa-purge to purge all ppa's and the packaged installed from them. Of course I keep a list of these ppa's and the packages to be installed later if still needed [13:44] leftyfb, so you mean i should keep backup of sources.list content [13:48] ppas, are normally in /etc/apt/sources.list.d/ directory. I would just remove those (plus packages you installed) (and probably write it down somewhere so you remember) and then after upgrade reinstall those [13:48] ajnr ^ [13:49] quadrathoch2, [13:49] ok [13:49] quadrathoch2, ok [13:50] the proper method is to use ppa-purge [13:50] just removing the repo's does nothing [13:50] that's why I said removing also the packages [13:50] ppa-purge will remove the repo and all the packages installed from it and potentially roll back packages that were upgraded from it [13:51] leftyfb, so which commands whould i run now? [13:51] I'm running into some hard freezes that I think are because of my graphics card. Apparently, my card is kind of notorious for having unstable drivers. Would you folks recommend I try a newer kernel, like a 5.7, something like https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.7.8/ ? [13:52] If newer drivers are back-ported into LTS kernels maybe that's not a great idea. [13:52] ajnr: https://www.tecmint.com/add-remove-purge-ppa-in-ubuntu/ scroll down to "Purge PPA from Terminal" [13:52] But that's why I'm asking [13:53] AlexMax gpu? [13:53] Radeon 5700XT [13:53] oof, yeah you would need kernel+mesa [13:55] Where's a good PPA to get mesa from? [13:56] AlexMax updated daily, so it could mess up stuff https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers [13:56] Thanks [14:04] AlexMax: before trying graphics ppa's it might be interesting to investigate why you having these freezes first [14:05] I can replicate the freezes pretty consistently [14:05] By loading up firefox, visiting google maps, and just clicking around === dominic35 is now known as dominic34 [14:05] Sooner or later, I'll always freeze. [14:05] AlexMax: how do you notice they are caused from your radeon card? [14:05] I presume it's because firefox draws the vectors that google maps passes it in hardware. [14:06] If it was something else the freezes would be random and have no obvious link. [14:06] AlexMax: could you share your dmesg please so volunteers can see whats going on? [14:06] If it was my graphics card being broken it would be worse when I would be playing games. [14:08] the fact that it happens consistently on something innocuous signal to me that google maps is doing some series of operations that the driver chokes on, and because the driver is in kernel space it freezes instead of merely crashing the browser. [14:08] quadrathoch2, leftyfb -yes its working now. Thanks a lot [14:15] I have unattended-upgrades to install security updates automatically, when I got to work this morning one of our servers were shutdown. It was terminated at 04 which is the same time I run my automatic updates on... can anyone explain what the heck happened? [14:16] martin__: are you on ubuntu-server? [14:16] lotuspsychje: yes... I looked in the logs and I did not see it actually installed anything at 04 so am wondering if someone was pending from aa previous upgrade. [14:16] quasineutral, leftyfb while upgrading one distro to another distro through terminal, if there is a internet issue will there be a problem to resume? [14:16] martin__: try asking in #ubuntu-server if you like, for likeminded volunteers [14:32] Hi all. I switched from Fedora to Ubuntu 20.04 and since then I experience some issues with openvpn. I can connect with openvpn through Network-Manager but all my internet traffic goes through the VPN, even if I check the box "Use this connection only for resources on its network" in routes VPN config. [14:33] How can I force the use of VPN only for specific addresses related to this connection? [14:36] my ubuntu system 16.04 freezes randomly. any solution please [14:41] tuxmania, not easy to do, that is why openvpn is so good.. [14:41] old post https://secure1hosting.com/configure-openvpn-to-restrict-access-to-users-servers-and-services/ [14:42] ajnr, do a memtest86 run? [14:43] oerheks, thank you for the link. Actually, the openvpn server I connect to already does that. Sorry if I did not explain well. [14:44] Hi all. I am wondering why is so strange implemented: Press Alt+~ in a dual monitor is displaying tab thumbnails in the main monitor and not in the monitor where the "APP instances switch" is called [14:44] Configuring OpenVPN to route only selected traffic. https://forums.openvpn.net/viewtopic.php?t=26889 [14:44] oerheks, When I connect to the openvpn server, as it authorizes only access to certain websites, I cannot access to the "rest" of internet, as all my internet traffic is redirected to the VPN connection. [14:46] 'only access to certain websites' sounds like an vpn settingtoo? [14:46] oerheks, yes, on the server side [14:47] oerheks, I am not able to split my internet traffic: 10.X.X.X to the openvpn connection, and the rest to the global connection [14:52] oerheks, btw thank you for the links. I just don't understand why checking the box "Use this connection only for resources on its network" did split my network traffic as expected on Fedora, and does not do it anymore on Ubuntu [14:57] hey [14:57] anyone using zram? [14:57] does it noticably slow the system? [15:12] oerheks, sorry. After investigating a little bit more, it appears the problem is not related to the routes, but to the DNS [15:12] oh, good spot [15:13] oerheks, apparently, network-manager does not manage to add the DNS servers related to the VPN connection on my system. And as I'm lost with systemd-resolved... it's gonna be fun... [15:19] tuxmania: what about setting the vpn dns into the router? [15:25] Ratel, indeed, I can also do that. Editing manually (not a good idea, just for test purpose) "/run/systemd/resolve/stub-resolv.conf" allows the DNS resolution [15:26] Ratel, the downside with the router approach is that I will be stuck again next time I will connect outside from home. [15:27] Ratel, but for now, it can be a good work around until I find a final solution. Thank you for the suggestion. [15:44] tuxmania: good luck. I had the same issues with the network manager === mateen1 is now known as mateen [15:45] hey guys [15:45] how to trouble shoot wifi ? [15:45] dodocrypto_: what about it [15:45] my wifi sometime is not working but connected [15:45] just like no packet in and out [15:45] dmesg won't help [15:46] probably dns settings [15:46] if you log in to your router, does it say your connection is working? [15:46] i try too [15:46] ping 192.168.100.1 sometime not working [15:46] wifi on your computer, that really only means it can find your wireless router, it doesn't mean the router is connected to the internet [15:46] i know [15:46] ok [15:47] aww i don't know what happen to this eee pc [15:47] is an old one [15:47] so sometimes you can't ping your router? [15:47] yeah [15:47] how long does that last? [15:47] but even reconnecting too [15:47] it won't stop until you reconnect [15:47] and reconnect again [15:48] until the ping is working [15:48] and did it used to work better with some older system/configuration/OS? [15:48] Hey! I'm fairly new to ubuntu, and I can't get my internal hard drive to work. I mounted it as read-write, and in properties it shows that. Also, i ran chmod 777 on the entire drive, and it seems that I have read-write except whenever I try to make a file either using mkdir or through the gui, it gives me an error: "no such file or directory". [15:49] i don't have problem with other pc though [15:49] only this eee pc [15:49] running lubuntu [15:49] dodocrypto_: both laptops? [15:49] nope only this one [15:49] dodocrypto_: the other is a desktop? [15:50] laptop [15:50] okay so both computers are laptops [15:50] yeah [15:50] dodocrypto_: you use them wirelessly from the same place in the building? [15:50] yeah almost [15:51] you might try using the Eee much closer to the router for a little while and see if it improves [15:51] how do you know which wireless card do you have [15:51] lspci -v ? [15:51] that could just indicate a difference in signal reception between the two [15:51] lspci | grep -i net might say, yes [15:52] BCM4313 802.11bgn [15:52] is this broadcom [15:52] mmm, broadcom [15:52] yup [15:52] let me try to fine may be driver problem [15:53] i heard some exploit [15:53] always a possibility, especially with broadcom [15:53] driver problems, that is [15:56] yo [15:56] yoyo [15:56] welcome br3ad [15:57] are you good with linux filesystems by any chance? [15:57] we're pretty decent with them [15:58] ok so I can't figure out how to get read-write on my internal hdd. Like I've remounted it as rw, the properties shows I have permissions, I've run chmod 777, yet whenever I try to make a folder using the gui or mkdir, it just saying error: no such file or directory [15:58] also I can't unmount the drive its like stuck [15:58] br3ad you would need to give us more info. as in which fs, how did you mount [15:58] through the gui originally [15:59] then sudo mount -o remount,rw [15:59] seems like I just saw this msg in some channel... [15:59] i sent it earlier lol [15:59] here? [15:59] gui as in file manager, or gnome disk utility? br3ad there are many options [15:59] man it's early [15:59] yeah. file manager [15:59] like default [16:00] br3ad: what if you open a terminal, cd to the path, and run 'mkdir test' [16:00] br3ad filesystem? [16:00] mkdir: cannot create directory ‘test’: No such file or directory [16:01] br3ad: what does 'pwd' say? [16:01] media/username/Data [16:01] br3ad: what does 'file ../Data' say? [16:02] directory [16:02] mount | grep Data [16:02] Is this an ntfs filesystem? [16:02] i believe so i formatted it in windows previously [16:02] before the linux install [16:02] crucial info.. and what ubuntu version? [16:03] oh wait nvm [16:03] its fuse [16:03] also latest ubuntu [16:03] br3ad: what does mount | grep Data say? [16:04] Data type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2) [16:04] br3ad: are you a regular user or root? [16:05] regular [16:05] br3ad: try unmounting it, and as root mounting it with 'ntfs-3g /dev/whatever# path/to/an/empty/mount/point' [16:07] like for the empty mount point just put like dev/non existing mount? [16:08] sorry im like brand new to linux [16:08] I have two cloud machines with hard drives on both. What is a good and reliable way to mount one hard drive into another ? Preferably encrypted. [16:11] br3ad: just any empty directory [16:11] pymagic, perhaps sshfs ? https://help.ubuntu.com/community/SSHFS [16:11] br3ad: sudo mkdir -p /mnt/testmount; sudo ntfs-3g /dev/whatever# /mnt/testmount [16:12] br3ad: you can get the /dev/whatever# from 'lsblk -f' [16:12] oerheks, is sshfs reliable enough? [16:12] I currently registered that my peek is not working anymore. kernel 5.4.0-40-generic the peek window is starting and the service running fine, but I cannot click the recording button cause its greyed out. Any idea what could happen? ffmpeg codec missing or something like that? [16:12] The disk contains an unclean file system (0, 0).Metadata kept in Windows cache, refused to mount.Falling back to read-only mount because the NTFS partition is in anunsafe state. Please resume and shutdown Windows fully (no hibernationor fast restarting.)Could not mount read-write, trying read-only [16:13] The disk contains an unclean file system (0, 0).Metadata kept in Windows cache, refused to mount.Falling back to read-only mount because the NTFS partition is in anunsafe state. Please resume and shutdown Windows fully (no hibernationor fast restarting.)Could not mount read-write, trying read-only [16:13] br3ad: there you go =) [16:13] oh shoot i didnt mean to send that twice, but thanks matsaman [16:13] pymagic, no doubt, make sure you keep it alive, see the last part [16:13] https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-over-ssh [16:13] thats weird though because i overwrote windows with ubuntu [16:13] tons of howto's [16:13] br3ad: tldr: NTFS is a freaking nightmare pile of crap [16:13] true [16:14] br3ad: you could try ntfsfix /dev/whatever# [16:14] oh thanks [16:14] the only real NTFS fscking utils are available for Windows, and they also suck [16:15] haha i really appreciate the help though [16:15] i think ntfsfix will work [16:15] pymagic: sshfs is wonderful and great and secure by default, it's everything that's great [16:15] br3ad: it frequently does [16:23] Hey everybody, I have a server that fell over and am looking for a spot of help. Ubuntu 18.04, wasn't responding to ssh, but ping was working. Looked at desktop, hard frozen and would not respond. Rebooted, and post-Grub would only display a purpleish screen. This is with "quiet splash" removed from boot option. Any suggestions? [16:23] (I've been able to boot to the live USB image of Ubuntu 18.04, and have recovered all relevant files - just want to avoid having to reinstall from scratch.) [16:26] inthane: can you add "nomodeset" where "quiet splash" was, and reboot? [16:28] @pavlos - I'll try that, give me five. [16:36] when running peek with sudo, it works but not as expected with my normal user [16:37] why run peek as root? [16:37] how's it not run as expected as your normal user? [16:38] the debug output is completly same, but I cannot push the button to record or the x to close the window [16:39] no command is working, when not using sudo [16:39] strange, cause iam using peek for more then 10 years and never needed sudo. I also checked that my homedirectory is completly owned by myself [16:39] @pavlos - Booted to grub, hit e with the default boot option selected, replaced "quiet splash" with "nomodeset" and still got the blank screen. [16:40] karstenk, how did you install peek? stable ppa? [16:40] Hello, im having problems with my touchpad(it doesnt move the mouse cursor, but i can scroll and click with both buttons) [16:41] inthane: last time you got purple screen, now you got blank screen? [16:41] I tryed from source and compiled with ninja, I installed from ppa and I also installed a old 1.3 version from deb package, that seems more depending by last kernel updates [16:41] I was looking for some hint of a driver problem or an option to lock/unlock the mouse scroll [16:41] https://code.launchpad.net/~peek-developers/+archive/ubuntu/stable [16:41] My mouse works well, and my pc detects the touchpad [16:41] pavlos: Both times I got a blank purple screen. Hitting the esc key doesn't toggle it either. [16:42] inthane: I think there is a issue with the video driver [16:43] pavlos: This is integrated video, no NVidia/AMD special driver installed, just the default of whatever ubuntu stuck in there in the first place. [16:43] oerheks its the same, it doesnt matter which version I install, every starts and the service is up and fine, but I cannot use any control at window. no record button, no dropdown and no closing. But all works when using sudo [16:43] pavlos: Not disagreeing with you, mind you, but there's nothing fancy. [16:44] recording is also working when sudo peek [16:44] but I not want to use a simple gif recorder with root permissions :-) [16:44] karstenk: try running it from a terminal and looking for error output [16:45] have done that, mom I posed the output to pastbin [16:47] debian got ffmpeg update after a vulnerability. did ubuntu get it too? [16:47] !info ffmpeg [16:47] ffmpeg (source: ffmpeg): Tools for transcoding, streaming and playing of multimedia files. In component universe, is optional. Version 7:4.2.2-1ubuntu1 (focal), package size 1418 kB, installed size 2006 kB [16:48] compare versions NetTerminalGene ^ [16:48] matsaman https://pastebin.com/BZxfgz8H [16:48] that are both outputs [16:49] inthane: can you try boot-repair from a live usb? ... https://linuxhint.com/ubuntu_boot_repair_tutorial/ [16:50] pavlos: I'll give that a shot. === mooses is now known as mouses === TheRealJohnGalt_ is now known as TheRealJohnGalt === xerox123- is now known as xerox123 === PeGaSuS- is now known as PeGaSuS === Triffid_Hunter_ is now known as Triffid_Hunter === Andrio- is now known as Andrio [17:02] pavlos: Tried the boot repair, no dice. It made a pastebin @ http://paste.ubuntu.com/p/hMK4cYfsKK [17:04] i need the toggle command for the touchpad [17:04] inthane: reading.. [17:04] someone knows it? [17:07] inthane: I dont see any issue in the pastebin but EriC^ is checking ... that's good. [17:08] yeah [17:08] inthane: i think you need to install the right graphics driver [17:08] inthane: maybe 'sudo ubuntu-drivers devices' will list the recommended one [17:09] EriC: Not sure how to do that when the system isn't currently bootable. :P [17:10] (Also not sure how it would have gotten changed in the first place) [17:11] inthane: you could try booting using nomodeset, or using a live usb + chrooting into the install [17:11] !nomodeset | inthane [17:11] inthane: Systems with certain graphics chipsets may not boot properly out of the box. "Temporarily Add a Kernel Boot Parameter for Testing" as discussed at https://wiki.ubuntu.com/Kernel/KernelBootParameters to add the "nomodeset" parameter there. [17:11] Already tried nomodeset and it made no difference. This was a system that was working properly for a couple years up until today. [17:12] inthane: try an older kernel from the grub menu [17:12] advanced > then choose an older kernel [17:12] I'll look at that. [17:12] have you rebooted it in a while or ages? [17:14] cause if it's been just running + updating, it would have racked up many kernels that potentially wont work, so you maybe want to try an older known-working one in the list [17:15] System has been rebooted a few times recently; up until the last week I'd been having it automatically update everything regularly and reboot as needed using unattended-upgrades. [17:16] This last week I was doing a major restore so I temporarily turned off updates. [17:17] I just tried advanced boot into 5.3.0-62, 5.3.0-61, and 4.15.0-109, all of which failed with the text "Loading Linux $KERNELVER ... Loading initial ramdisk ..." [17:17] Then just sat there. [17:17] ffmpeg version 4.2.2-1ubuntu1 Copyright (c) 2000-2019 the FFmpeg developers [17:17] built with gcc 9 (Ubuntu 9.3.0-3ubuntu1) [17:19] inthane: try removing quiet splash and put instead "debug ignore_loglevel" and also make sure you're booting the correct kernel, not a upstart one etc [17:20] Will try. By the way, thanks EriC & pavlos for your help - appreciated even if it doesn't fix the system. [17:20] Hi [17:20] inthane: np [17:20] hello speeder39_ [17:21] Hi EriC^ are you in the USA [17:21] speeder39_: no, why? [17:23] How do I go about removing a package without removing the parent meta package? [17:23] For example, if I want to remove update-notifier, the meta package ubuntu-desktop will also be removed. [17:24] matsaman ok I need a static version of ffmpeg, the sudo problem relies to [17:25] Eric: No dice, same blank purple screen with debug ignore_loglevel. As far as I know, I've never loaded an upstart kernel on the system. [17:25] g3poandlsl, updfate-notifier is an important package, so don't remove it, disable in update settings [17:25] g3poandlsl: i dont think you can do that easily, and what oerheks said [17:26] Probably just going to pave it at this point, the reinstall procedure is documented and all data & configs are backed up. [17:27] inthane: I think you may need to boot off the liveusb, mount sda and other things, chroot, and update the video driver ... just a thought [17:27] g3poandlsl: if you absolutely must, you could modify the /var/lib/dpkg/status file and remove the "update-notifier" from ubuntu-desktop's depends list [17:27] oerheks, the goal is to permanently disable the update notification popups. I have already disabled everything in update settings, yet everytime I run apt update, the popup appears [17:27] pavlos: I'll try that as a last ditch. Thanks again. [17:28] best way to permanently do that; install thoise updates, and dont run updates ofcourse [17:28] to be fair, there may have been a setting that I missed. I set everything to 0 in /etc/apt/apt.conf.d/20auto-upgrades and 10periodic [17:30] g3poandlsl: https://askubuntu.com/questions/218755/how-to-disable-the-update-manager-popup [17:31] g3poandlsl: https://askubuntu.com/questions/218755/how-to-disable-the-update-manager-popup 2nd answer seems kind of nice [17:34] EriC^, thanks, that seems to do it [17:34] g3poandlsl: great, no problem [17:53] Wireless not working after waking from sleep (doesn't happen always). RTL8822BE card. at last online after rebooting thrice, tried a few things found online before rebooting. Could someone help me sort this so it doesn't happen next time onwards. [17:54] dakksh: wich ubuntu version and kernel version are you on please? [17:55] lotuspsychje: 20.04 and kernel is 5.4.0-40-generic [17:55] dakksh: did you notice it on previous kernel versions too? [17:56] yes [17:56] dakksh: ok tnx, could you pastebin your dmesg please [18:01] lotuspsychje: http://ix.io/2rhV [18:01] whats the best filesystem for linux? my crap nfts drive is just being annoying, so imma just format it. Is ext4 good? [18:02] dakksh: your secureboot is enabled, this 'could' influence your hardware, try to disable secureboot in bios, and compare please [18:02] Will disable secure boot, it got re-enabled due to an update a few days back, otherwise I had it disabled since I wasn't able to install Ubuntu without it [18:03] br3ad: yes [18:03] ok cool [18:04] lotuspsychje: One error that I had constantly, since ip a was showing state down, I kept trying to put my interface up, but o/p was "RTNETLINK answers: Operation in progress", and networkmanager and wpa_supplicant gave an error of not being able to get the interface or something, don't remember exactly [18:05] dakksh: have you disabled wifi power management? [18:06] dakksh: you also have a lot of amdgpu issues in your dmesg [18:06] E: zsys: installed zsys package post-installation script subprocess returned error exit status 1 [18:07] lotuspsychje: I don't know what wifi power management is. Haven't done much, but today this got to me, so at last tried doing something, and about the amdgpu, I wouldn't know. sorry, still relatively new [18:07] hi , why does nautilus list view doesn't show .png icon ? [18:08] nbusrone: what does it show? [18:09] matsaman : on ubuntu 18.04 .Just black imge with png and jpeg [18:09] *image [18:10] maybe missing libgdk-pixbuf2.0-bin https://askubuntu.com/questions/1118166/nautilus-not-showing-thumbnails-for-png-files [18:11] or when it exceeds 10MB https://jonathanmh.com/nautilus-nemo-missing-image-previews-linux-solved/ [18:13] dakksh: check systemsettings/energy to see the wifi power settings [18:13] dakksh: and also try to boot with secureboot=OFF as a test [18:13] oerheks , it's install https://paste.ubuntu.com/p/QbFjb4b5gb/ something similar https://imgur.com/vxr5ule [18:17] lotuspsychje: can you tell me how can I check systemsettings in i3? [18:18] And will just reboot with secureboot off after this [18:18] dakksh: oh, youre on i3 sorry not very familliar, perhaps ducasse ^ [18:18] dakksh: or #i3 [18:19] could you tell for gnome only then? Will logout and login to gnome [18:19] dakksh: systemsettings/power [18:19] oerheks : i am using nautilus [18:20] WiFi power settings are on [18:20] it's not working too with nemo [18:22] oerheks : thumb nail working while list view does not show preview. [18:23] lotuspsychje: another thing I can say related to the wifi issue is that when I run `ip a`, the wifi interface (wlp4s0), does not contain inet values, only link/ether, and comes unavailable in nmcli d status, or I do not have wlp4s0, just lo, and enp2s0, no other interfaces [18:24] dakksh: try secureboot first, we can check things after we have ruled out its related [18:24] or not [18:24] ok [18:28] Having another problem , anyone running chromium-browser_83.0.4103.61 ? I am not able to load https://imgur.com , but it works on firefox [18:28] nbusrone: what happens instead of loading? [18:29] matsaman : blank page [18:30] matsaman : I tried using incognito but still blank page [18:30] nbusrone: what's view source say? [18:31] dakksh: wb [18:31] lotuspsychje: booted with secureboot off, I can not say anything about the wifi issue, since it happens only at times, after I wake from suspend [18:32] matsaman : https://paste.ubuntu.com/p/8xcYNxQrF4/ [18:32] dakksh: ok, can you share your new dmesg please, and open a journalctl -f in case you want to try a realtime suspend error logging [18:32] dakksh; so your card isnt waking up from suspend sudo systemctl restart NetworkManager work? [18:33] lotuspsychje: http://ix.io/2ri3 [18:33] kk4ewt: the most recent time this happened, it didn't, it gave a wpa_supplicant error or something to me [18:33] lotuspsychje: and started journalctl -f [18:34] dakksh: well, your dmesg surely looks much calmer now :p [18:34] matsaman : the console https://paste.ubuntu.com/p/wTyHHDqYkn/ === Khaotic is now known as I_am_Khaotic [18:36] lotuspsychje: will ensure secureboot stays off now onwards === halvors1 is now known as halvors [18:36] dakksh: im off for today, if you encounter still issues after suspend, ask here again with your new dmesg, good luck! [18:37] What the state of the art now days with 20.04 LTS? Wayland or X? [18:37] nbusrone: yeah probably just a hinky version, try another [18:37] is* [18:37] bye lotuspsychje [18:37] Ok, thank you lotuspsychje _/\_ [18:38] knstn: Wayland will completely replace X as a distro default at some point, but X won't be going anywhere for a long time [18:38] knstn: try Wayland, don't try Wayland, it's your time [18:38] matsaman : is there another ? [18:39] I don't mind. I just wanted to know if Ubuntu "suggests" Wayland with 20.04, or it is still "experimental". === kostkon_ is now known as kostkon [18:42] is there a reasonable way to do x forwarding with wayland in 2020? [18:42] (no. starting an xserver does not count as "reasonable") === mathnewb is now known as hudson === hudson is now known as deramius === deramius is now known as l4cr0ss [18:52] gurki: not last I heard [19:03] get disconnected , anyone using latest chromium able to load https://imgur.com or reddit 'view entire discussion drop down blue bar ? [19:05] nbusrone: 'latest' is meaningless [19:05] hy how can i disable login keyring [19:07] nbusrone: the actual latest for 20 is 83.0.4103.97, for example, not .61 [19:07] nbusrone: are you on Ubuntu 18? [19:08] matsaman : can you help me to test ? are you actually reading my reply ? i am using Version 84.0.4147.38 (Official Build) Built on Ubuntu , running on Ubuntu 18.04 (64-bit) [19:09] nbusrone: can you pastebin the output of: apt-cache policy chromium-browser [19:10] nbusrone: wait, "built on". You mean you built it? As in, it's not installed from the official Ubuntu repo's? [19:10] nbusrone: sorry I can't just now, perhaps someone else [19:11] leftyfb : https://paste.ubuntu.com/p/HfBvGPswQD/ [19:12] nbusrone: you instaled it from a PPA. I would recommend removing the package and the PPA and installing from the official Ubuntu repo and test [19:13] nbusrone: the PPA version you'll have to seek support from the PPA maintainers [19:15] leftyfb : before installing PPA , i install using officical repo sudo apt-get install chromium-browser but the version is still not working chromium-browser_83.0.4103.61.Then i try latest on ppa but still not working. [19:16] nbusrone: why not install chrome? That works fine for me [19:19] leftyfb : i install back chromium-browser_83.0.4103.61 , same issue , i will try chrome and report back [19:43] chromium 84 is available as snap https://snapcraft.io/chromium [19:50] am I missing something?? libnns-mysql-bg cannot be found in 20.04??? [19:51] oerheks : sudo snap install chromium Version 83.0.4103.116 (Official Build) snap (64-bit) .Still the same , maybe chromium need restart pc ? [19:51] libnss-mysql-bg obviously [19:51] hy how can i disable login keyring [19:53] nbusrone, that page gives a menu, - beta [19:59] leftyfb : It looks like some setting I did on chromium happen to conflict with the web.I reset everything works fine.I will try and test which setting that disable viewing imgur [20:00] nbusrone: most likely you could mv ~/.config/chromium and ~/.cache/chromium elsewhere and try again [20:03] matsaman : I works now after reset to default , i really don't know which setting mess up. [20:04] nbusrone: something to do with plugins/js/security perhaps, not sure it matters if it's working now, though [20:04] albech: you can find the reason why packages were deleted on their launchpad page, eg https://launchpad.net/ubuntu/+source/libnss-mysql-bg/+publishinghistory [20:05] albech: click the little triangle on the 'deleted' line to see the message -- note that's a debian bug number, but launchpad doesn't know that, here's the debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860760 [20:05] Debian bug 860760 in ftp.debian.org "RM: libnss-mysql-bg -- RoQA; RC-buggy; unmaintained upstream; (un)maintained by QA; not in Jessie or Stretch" [Normal,Open] [20:05] matsaman : thanks will look at it when got time . [20:06] sarnold: dang.. thats a deal breaker for me.. thanks for the info [20:07] matsaman : I still have issue with unable to view jpg images on list view nautilus.The image size is smaller than 1mb or screenshot png doesn't not show in list view [20:08] albech: is that just for hosts? or users, groups, etc too? [20:08] albech: if you're looking for data-base backed dns, https://doc.powerdns.com/authoritative/backends/generic-mysql.html may be able to help [20:08] sarnold: for users, groups too [20:08] albech: ah. dang. [20:08] nbusrone: probably nautilus specific [20:08] matsaman :I found the reason , but can i fix it ? https://www.reddit.com/r/Ubuntu/comments/e52wbr/nautilus_does_not_show_thumbnails_in_list_view/ [20:09] sarnold: just hate to have to compile or bring in 3rd party stuff on a production system [20:09] matsaman : yep , nautilus need to zoom to 150% but could it get fix by not zooming ? [20:10] albech: yeah, makes sense; and switching to eg sssd or whatever isn't something you just do on a whim.. [20:10] sarnold: ohhh no.. wont be going down that route [20:11] sarnold: thanks again.. will dig some more information on this [20:11] hi folks... i have problems running firejail on ubuntu 20.04 [20:11] cant launch firefox, libreoffice and so on [20:14] peter22222: I saw a bug report the other day that said the firejail rules needed updating for something new in firefox, I don't know if anyone ever fixed it though [20:14] sarnold obviously not yet, thank you for your information... gonna wait for a while and try again === halvors1 is now known as halvors [20:16] peter22222: note that *you* might be the person that needs to update the rules.. [20:17] sarnold... hehe unfortunately i am too noob for that yet... [20:25] Does anyone know how I can fix "dummy output" on my device? [20:26] My computer's sound broke just out of nowhere, and I've already restarted alsa and pulseaudio [20:27] PudgyPoppins: rebooted? [20:27] Yes, I have [20:28] terminal: alsamixer # f6 select sound device .. [20:30] pacmd list-cards yields "0 card(s) available" [20:30] and running aplay -l comes up with "no soundcards found" === skookum0 is now known as skookum === skookum5 is now known as skookum === skookum3 is now known as skookum === skookum1 is now known as skookum [21:06] !nickspam > skookum [21:06] skookum, please see my private message [21:10] matsaman : how do I set permanent nvidia brightness ? it auto reset after logout and restart [21:11] nbusrone: on a laptop? [21:15] matsaman : desktop on dedicated GPU pascal [21:16] matsaman : I had add Option "RegistryDwords" "EnableBrightnessControl=1" on 10-nvidia.conf still it reset back to 0.00 [21:20] matsaman : This is a long fix and test , it may take time so , would ask again tomorrow , thanks for the help :) [21:23] I'm trying i3, it's probably a stupid question but here goes. when I press mod+d and start typing it just closes on the first keypress [21:23] what am i doing wrong? [21:27] Dunams: do you have anything in ~/.xsession-errors or similar files that might record stdout, stderr of your environment? [21:27] Dunams: oh, hmm, how about if you run dmenu_run directly from a terminal? that might be easier [21:28] (it's not quite the same -- it might be more or less useful :) [21:28] sarnold, warning: no locale support [21:28] hm, but I don't need any locale support :( [21:29] I'd hope 'warning' there was reliable enough, but it's kind of hard to know when different things interact... it's *probably* not related [21:29] Hey all, first message on IRC. Also a beginner sysadmin so don't know much about the kernel yet. I'm getting a "general protection fault: 0000 [#1] SMP PTI" panic on 5.3.0-62-generic #56~18.04.1-Ubuntu - Crashed about 5 times over the past couple of days. [exception RIP: __cgroup_bpf_run_filter_skb+224] - Can anyone provide any help with this. I can paste the dmesg output if needed? Think it might be related to a [21:29] recent kernel update but not 100% sure. [21:30] alphactl: welcome :) hold on [21:30] alphactl: my guess is you've hit this bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886668 [21:30] Launchpad bug 1886668 in linux (Ubuntu Groovy) "linux 4.15.0-109-generic network DoS regression vs -108" [Undecided,In progress] [21:32] alphactl: you could try the test kernel given in one of the comments or reboot into -107 [21:33] Well that looks very similar to what I'm seeing but I'm running on kernel 5.3.0-62 - Is it straight forward for me to downgrade? [21:33] alphactl: oh, bugger, sorry I missed that detail [21:34] sarnold, looks like that warning is the issue behind it - https://wiki.manjaro.org/index.php?title=DMenu [21:34] alphactl: same thing though, downgrading to the previous working kernel should do the trick; you'll probably need to hold down the left shift key when rebooting to get to the grub prompt, then select the thing that probably says something like "recovery", and select one of the older kernels [21:35] Dunams: HEY! awesome. I mean, it's *stupid*, but nice find :) [21:38] Thanks sarnold. I'll downgrade the kernel now and remove 5.3.0-62. Looks like I've got a couple to still installed play around with: 5.3.0-61 5.3.0-59 4.4.0-141 4.4.0-139 [21:39] alphactl: -61 is probably your best bet at the moment === coetzeer1 is now known as coetzeer [21:41] If I downgrade and the issue goes away, can I pin the kernel version? Should I leave it at -61 or will it be safe to upgrade again the future? Is it worth raising a bug report? [21:43] one could also reinstall that kernel and parts [21:44] Heres a copy of the dmesg so you guys can tell me if its the same issue as the bug above: https://paste.ubuntu.com/p/bx4k3sRg4x/ === gry_ is now known as gry [21:46] alphactl: thanks, the rest of that dump really does look like the same bug [21:46] alphactl: the kernel team appears to be working on fixes for all of 4.15/5.0/5.3/5.4 kernels, probably no need for a new bug [21:46] No worries then, I'll drop the kernel version and wait a couple of months :D Thanks for the help! [21:47] alphactl: hopefully it's just a day or two :) [22:45] hey guys, I'm having 2 audio related issues. I have a focusrite scarlett solo which I'm using for input and output on my computer. When my computer wakes up from sleep about 80% of the time I need to unplug and replug the usb cable on the interface to get sound working again. After that, I also have audio dropping issues where sound will for no apparent reason just completely cut out on my computer (which the [22:45] same replugging fixes). What's the best way to go about diagnosing these issues? [22:45] I should say, I'm on 20.04 which I've upgraded all the way from 16.04 over time. === enoq_ is now known as enoq [23:22] Has anyone here tried running wine using linux containers on ubuntu? [23:31] no, next most interesting one was windows WSL in virtualbox [23:41] hi, during Ubuntu Server installation I can put my Github SSH pubkey inside the ~/.ssh/authorized_keys by specifying my GH username and connect to that machine that way. I was wondering how the ubiquity installer retreives those keys, since I accidentally entered the wrong username. [23:44] AppAraat[m]: it uses ssh-import-id [23:46] that is a seriously cool command, thanks! [23:47] AppAraat[m]: yeah :D