[00:01] these common nvidia graphics chipsets depend on proprietary drivers. And while Canonical has improved support by integrating those drivers into desktop installers, they don't get loaded by the installers themselves, so they depend on nouveau's rather limited support (for lack of documentation, and support by nvidia for a proper open source driver). === Sven_vB_ is now known as Sven_vB [00:03] what's the best way in focal to run a script whenever a certain bluetooth device connects? do we have something like btupdown? [00:04] Sven_vB: if you've got the device handy, try running udevadm monitor, then connect / disconnect the device and see if you get udev alerts [00:04] s/alerts/events/ [00:04] will do, thanks! [00:05] that's odd. it registers as a USB event. probably because the antenna is connected via USB. [00:06] Sven_vB, btmon ? [00:07] oh nice idea. [00:07] seems it needs root though. [00:09] bluemon-client looks good [00:11] Evening [00:31] To anyone who has been following my questions: my issue seems to be gone after updating mysqld from the default version that comes withe 20.04 repo ( mariadb version 10.3 ) to 10.05. I used maria's own repo. [00:32] nice [00:38] from its man page, bluemon-client sounds like it's exactly what I want. but how does it work? my attempts so far: http://paste.debian.net/plainh/4aaea568 [00:38] (Bluemon client version 1.4 on Ubuntu focal) [00:39] $ BT_ID='80:xx:xx:xx:xx:xx' [00:39] $ bluemon-client --verbose --btid="$BTID" --upcmd='echo hi' --downcmd='echo cu' [00:40] note the underscore [00:40] whoops [00:41] --verbose-b also looks kinda funny [00:41] yeah that mistake came from editing [00:42] however, same silence for bluemon-client --verbose -b 80:...:BC -u 'echo hi' -d 'echo cu' [00:42] dang [00:44] considering the bogus complaints about argument syntax, I guess it might be somewhat buggy still. [01:06] Using safe graphics mode, I was able to install ubuntu. However, upon the rebooting after successful installation, I get lines through the Lenovo splash screen. I'm guessing this is due to my Nvidia P620 graphics card. Is there a way I can install drivers for it immediately after installation or a way to boot the new installation in safe graphics mode? [01:06] \o/ [01:07] once booted, 'ubuntu-drivers install' should probably do the right thing [01:08] I'm not sure if the 'rescue mode' boot menu entry will get you past boot, but it seems plausible [01:08] sarnold: Ah, but for proprietary nvidia P620? Wouldn't ubuntu have done this on its own if that were the case? [01:09] gartt: my hope is that it's standard-ish nvidia things that nvidia's usual drivers will support.. if it doesn't work out, then maybe that install pdf can help, I can't recall now if I saw video things in there or not [01:11] sarnold: And to access the CLI after the installation such as by hitting ctrl alt F1 for example, that will apply to the installed ubuntu or the live ubuntu from the ISO? [01:12] gartt: it should work in both, I hope [01:13] Err, wouldn't it be for the live ubuntu not the installed one? [01:13] try ctrl+alt+f2 or ctrl+alt+f3 if ctrl+alt+f1 doesn't appear to do anything, I think the default X may have moved from 7 to 1 [01:13] ok [01:55] sarnold: You mean to try ubuntu-drivers install as soon as the installation finishes before rebooting into the new installation? [02:00] gartt: you may need to 'chroot /target' first, but yeah, that's my hope :) === zbenjamin is now known as Guest77667 === zbenjamin_ is now known as zbenjamin [02:07] 390 and up should support that card https://www.nvidia.com/Download/driverResults.aspx/132530/en-us [02:10] So I suppose I just mount /dev/nvme0n1p2 /mnt/newubuntu and then chroot /mnt/newubuntu to work inside my new installation on the HDD? [02:15] gartt: it may still be mounted on /target, but if not, that might do it, yeah [02:15] untermensch: any chance you can fix your connection? === de-facto_ is now known as de-facto === denningsrogue1 is now known as denningsrogue [02:55] gartt: depending on what you want to do, you might need to bind mount some pseudofilesystems, or use systemd-nspawn [03:31] how do I heal from this? https://paste.ubuntu.com/p/PzZPYn9P2H/ [03:33] donofrio: tryed a sudo apt update && sudo apt full-upgrade? [03:34] donofrio: those hash sum mismatches are usually caused by rubbish http proxies. are you running an http proxy yourself? is your ISP doing transparent proxying in front of you? are you using a vpn service that may be doing transparent proxying in front of you? [03:35] no proxies, I had to run fsck on the volume and this is the result? [03:36] hmmm, I'd hope that apt would just silently drop and re-fetch lists that look broken [03:36] after all a zero-byte file is not very useful :) [03:36] me too [03:36] agreed [03:38] the dep11 things, I'm a lot less sure about; deleting the apt config file that downloads those things is one of the first things I do when I see those being downloaded, I don't use the gui software installer thing so downloading a dozen megabytes of icons isn't super-useful for me [03:38] not using gui [03:38] as the paste shows [03:39] the question is, do you *never* use the gui? if so, you can delete /etc/apt/apt.conf.d/50appstream and probably those will go away :) [03:39] if you do use the gui, better to just leave it alone [03:39] I dunno how it handles if the icons are missing [03:39] but that won't address the hash sum mismatches, I don't think [03:39] ubuntu 20.04.01 fwiw [03:39] yah don't belive it will as well.... [03:39] you could try switching to an https archive -- then http proxies can't mess with your data [03:40] so edit sources.list? [03:40] donofrio: MergeLists are a working tool of apt, part of the way it keeps track of which packages are in which repositories. It's the gears of a text-based database that apt relies upon. When corrupted, they can be safely deleted. Apt will recreate them during the next apt update. A possiblle fix >>. [03:41] donofrio: yeah -- pick an 'https' entry from https://launchpad.net/ubuntu/+archivemirrors [03:42] donofrio: ' sudo rm /var/lib/apt/lists/* -vf ; sudo mkdir -pv /var/lib/apt/lists/partial ; sudo rm /var/lib/apt/lists/* -vf ; sudo mkdir -pv /var/lib/apt/lists/partial ; sudo apt update ; sudo apt upfrade ' . [03:43] donofrio: Yukkie nad paste ^ lemme redo. [03:43] bad* [03:43] that worked [03:44] it's pulling down updates now... [03:47] donofrio: All is good then :D [03:48] yes, thank you [03:53] is there a fan control for Lenovo? [03:56] donofrio: there used to be a fancon snap, but i think they removed it [03:57] oh ok, I'm no fan of snaps....just my own bias [03:57] donofrio: maybe with psensors [03:59] donofrio: There used to be a companion for fan control in lm-sensors . [03:59] !info lm-sensors focal [04:00] lm-sensors (source: lm-sensors): utilities to read temperature/voltage/fan sensors. In component universe, is extra. Version 1:3.6.0-2ubuntu1 (focal), package size 85 kB, installed size 396 kB [04:01] that [04:28] Anyone suggest me best presentation making software or package for ubuntu [04:28] Similar like microsoft Power Point [04:31] Is there anything more rich in features than Libre Office Impress on Ubuntu ? [04:32] Anyone please [04:36] Mr_Singh: hah, 'more rich' .. [04:36] Mr_Singh: I've used magicpoint, in the mgp package, it's decidedly *fewer* features though.. [04:37] Mr_Singh: latex beamer package is popular, but that's a vastly different kind of thing entirely [04:37] more rich in Features [04:37] lol [04:37] but I like em both way more than libreoffice's presentation thingy, or google docs' presentation thingy [04:38] Google doc is best [04:38] Actually it's google slides [04:39] but I want on board software for my ubuntu 18.04 [04:39] I don't like libre office impress [04:41] maybe you like "onlyoffice" better. [04:42] or collabora [04:42] tomreyn : Thank you for suggestion I will check this soon :) [04:42] oh, collabora is a good idea [04:43] firefox tells me I've even heard of onlyoffice before, too. heh. [04:43] I think we need to develop a rich software for ubuntu similar like Power Point [04:44] Anyone interested ; lol ;) === denningsrogue5 is now known as denningsrogue === megoix9 is now known as megoix === trekkie1701c_ is now known as trekkie1701c [05:14] Hi, I have emails stored (backed-up) on my local drives as inbox format and want to upload them to email servers for an IMAP configuration. My email client is Thunderbird. I used import/export tools ng but receive "Impossibile to import in this folder (imap or newsgroup type)" [05:14] I also tried to copy folders to local drives, but the emails will still not populate the servers. [05:15] Also tried drag and drop of folders and uploading directly to email webmail client [05:15] And also tried different email clients like Evolution, Kmail, Claws, and Sylpheed [05:16] It seems the hardest thing in the world is to drag my emails to a server [05:16] Went on Thunderbird IRC and received 0 response in several days [05:17] Then tried different email hosting providers and the word they used is 'impossible' to move emails from local drives to servers [05:18] Surely the problem of migrating emails between servers is solved? [05:31] Hey ? [05:32] I have used ubuntu 20.04 before , it was a not so fast but ok , recently I got SSD installed on my laptop, and installed ubuntu 20.10 on laptop , its very slow , very laggy [05:32] bipinsingh061, How much RAM do you have? [05:33] 4GB [05:33] Maybe upgrade your RAM [05:33] I have used 20.04 before it was all fine [05:33] Depending on what apps you use, you may require more [05:33] but now its extremely sloe [05:33] You might need a re-install then [05:34] bipinsingh061: I too have 4 Gigs of ram - I find xubuntu to perform admirably on this system. [05:34] I see a lot of animations , when I type switch between windows [05:34] is there a way I can disable it ? [05:34] bipinsingh061, Perhaps LXDE [05:34] Something lighter [05:35] How old is your machine? [05:35] I have used LXDE before it was good , [05:35] 2 years [05:35] Something is not right [05:35] I was figuring a ten year old machine, at least [05:35] so now , I want LXDE and complete remove the GNOME , and other graphics stuff [05:35] That means you must have ddr4 RAM [05:35] how do I do it [05:35] yes [05:36] apt-get install xubuntu-desktop or lubuntu-desktop [05:36] reboot and before you login, switch profiles [05:36] But your problem seems different [05:36] I have had this lagginess too, that you describe [05:36] is it because its 20.10 ? [05:37] I have 16 gisg on my laptop, an SSD and a good processor [05:37] A re-install cleaned out the issues [05:37] not the best move, but it worked [05:37] even when I play a YT video , while its playing it shows a loading bar [05:37] bipinsingh061, That sounds like internet speed [05:37] no [05:37] nothing to do with local drives [05:38] bipinsingh061, Are you torrenting? [05:38] That could slow your system down [05:38] when I open terminal using ctrl+alt+t , it takes like 1.5 seconds to load [05:39] so what after I install lubuntu ? [05:39] Maybe Xubuntu instead [05:39] how do I remove g-nome and all other stuff ? [05:39] How about drivers? [05:39] Wait [05:40] There should be a panel for proprietary drivers [05:40] Maybe not all your drivers are installed [05:41] you mean "Additional drivers" app ? [05:41] Yeah [05:41] Check that [05:41] ok wait a sec [05:41] Sometimes if the right graphics drivers are not installed, THAT will slow your machine down [05:41] A LOT [05:42] Especially videos [05:42] yowza [05:42] it shows no properteiry drivers are in use [05:42] See if you can get some, let it check [05:42] no additional drivers available [05:42] ugh [05:42] You have an AMD or NVIDEA? [05:42] or INtel? [05:42] intel [05:43] bipinsingh061, https://software.intel.com/content/www/us/en/develop/topics/graphics-linux-drivers.html [05:44] I use NVIDEA and AMD hardware and do pro video work. Drivers are a major pain. [05:44] I have to use proprietary [05:44] But i think Intel graphics have it easier in Linux [05:44] Intel plays a little nicer [05:45] how do I know pci id ? [05:45] lspci -knn | grep -A3 VGA | nc termbin.com 9999 [05:46] bipinsingh061, I do lspci [05:46] but tomreyn knows better [05:47] intel doesn't need another graphics driver, the proper one is already open source, comes pre-installed with ubuntu. the same goes for amd. [05:47] https://termbin.com/y471 [05:47] output of lspci -knn | grep -A3 VGA | nc termbin.com 9999 [05:48] tomreyn, Yes and no [05:48] An Intel CPU of the "Skylake" generation with integrated graphics, Intel HD Graphics 520. PCI ID is 8086:1916 [05:48] tomreyn, If you are doing pro video you need proprietary for opencla [05:49] Even for Blender [05:49] there's no option for ubuntu 20.10 in os [05:49] should i go for 20.04 ? [05:49] moonfmdesire: you can do that with mesa's igd, but i guess you may get better results with the proproetary overlay, yes [05:50] bipinsingh061: what are you looking at? [05:50] bipinsingh061, yes [05:50] bipinsingh061, I see the drivers, it is listed [05:50] Just put in 1916 in the field [05:50] '1916' [05:51] tomreyn, I have DaVinci Resolve and it performs a GPU check before running [05:51] Also Lightworks and Blender, all check is my drivers are installed [05:51] I see a bunch of linux commands should I be executing them ? [05:51] bipinsingh061, Yeah [05:52] bipinsingh061, I do that for my AMD and Nvideia machines [05:52] what are you referring to? [05:52] Installing graphics drivers [05:52] Does Intel have no proprietary drivers? [05:53] you dont need, and don't want, to install intel graphics drivers [05:53] tomreyn, Okay, then bipinsingh061 System is significantly slow [05:53] He has a two year old laptop with an SSD [05:53] He has 4 gigs of DDR4 ram [05:53] maybe there's just some completely different problem? [05:53] He should be humming along, but is not [05:53] journalctl -kb | nc termbin.com 9999 [05:54] ...posts a kernel log [05:54] tomreyn, Yes, it could be another problem, but when he mentioned slow video playback, and it is NOT internet speed elated [05:54] related [05:54] I figured, GRAPHICS DRIVERS!!! [05:54] https://termbin.com/3f1i [05:54] bipinsingh061, listen to tomreyn and do as he says [05:54] yeah [05:54] ok [05:55] HP Laptop 15q-bu0xx/8328, BIOS F.24 09/25/2017 << if this is just two years old then you should look for a bios upgrade sometime [05:55] (likely unrelated, though) [05:56] is it because its ubuntu 20.10 , will it be better if I go for 20.04 LTS ? [05:57] or maybe switching to lxde solve the problem ? [05:58] bipinsingh061, Do a BIOS upgrade [05:58] how do I do that ? [05:59] bipinsingh061, First, try to install the graphics drivers before you reinstall anythin [05:59] okay then ? [05:59] bipinsingh061, https://support.hp.com/us-en/document/c00007682 [05:59] You will want option three, unless you dualboot [06:00] bipinsingh061, I have used MANY an HP laptop [06:00] bipinsingh061, After you reinstall graphics drivers, reboot [06:00] or install, rather [06:03] ignore the part about installing graphics driver [06:03] I've finished reviewing the kernel log. i don't see serious problems. there is "i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A " to the end, which *could* point to a mainboard firmware problem. [06:03] okay [06:04] are you sure BIOS upgrade will solve the problem ? [06:04] whom are you talking to now, bipinsingh061 ? [06:04] tomreyn you. [06:05] i'm not sure that a bios upgrade will solve any problem. it can. [06:05] sometimes readong the changelog / release notes helps [06:06] tomreyn, BIOS upgrades are always good, but I noticed significant performance improvement when graphics drivers are upgraded. [06:07] Except that my INTEL graphics experience is limited [06:08] right, that's a completely different story than nvidia [06:09] Torvalds was quite displeased with Nvidea [06:09] bipinsingh061: the bios upgrade is available here https://support.hp.com/gb-en/drivers/selfservice/swdetails/hp-15q-bu000-laptop-pc/15551416/swItemId/ob-265616-1 [06:10] okay , I will check it [06:10] so I just download it and reboot , right ? [06:12] You have to load the driver on a USB stick and then enter BIOS [06:12] bipinsingh061, Do you know how to enter BIOA? [06:12] BIOS [06:13] I don't exactly remember what key I am supposed to press while starp [06:13] There should be a message when you boot [06:13] Like f12 or f10 or f8 [06:14] yes [06:14] I think it is f10 [06:14] according to HP documentation [06:14] ok I will figure out that [06:15] FIRMWARE management or BIOS management [06:15] F2 to bring up startup menu according to the link you posted earlier [06:15] okay [06:16] that's after pressing escape repeatedly [06:16] yes I know that [06:17] anyway thank you , I will be back if I have problems [06:17] it's "Step 3: Update the BIOS" of "Update the BIOS manually from a USB Flash drive (outside of Windows)" of the guide moonfmdesire had posted. [06:18] "You will want option three, unless you dualboot" <--- as iterated earlier [06:18] tomreyn, Do you know anything about restoring email back ups? [06:18] to servers in an IMAP configuration? [06:42] moonfmdesire: IMAP server will read whatever format the MTA uses; e.g. Maildir or mbox [06:43] moonfmdesire: so if the mailboxes/directories are restored and IMAP server config remains the same it would access the emails [06:43] TJ-, I used Thunderbird import export ng and get "Impossibile to import in this folder (imap or newsgroup type" [06:44] It ought to be the easiest thing in the world, but companies that provide email hosting say, "impossible", which is weird [06:44] moonfmdesire: oh, that's an email *client* not server. I thought you meant you are restoring the MTA stored email [06:45] One company uses roundcube and I was able to upload my inbox file, but only 1 of 1.5 gig [06:45] They boosted the size restriction to five gigs for upload, same results [06:46] weird [06:47] Moving your inbox to a server ought to be drag n drop [06:49] Emailing hosting providers and they respond absurd replies of 'sending limits' not addressing the question at all. [06:50] When not using the word, 'impossible' [06:53] uhm.. hi? My name is daysun.. and... my server has unattended updates enabled and ... for some reason (has rebooted I see due to updates).. it now has some kind of desktop interface instead of being a CLI server. That was unexpected, right? [06:57] daysun: weren't you playing about with a headless remote desktop a few days ago, or was that someone else? [06:58] that was someone else [07:14] hi peeples-id like to know if deja-dup makes backups by default (eg when updating the kernels) and if so how can i view all backups made thus far on my system [07:16] am running ubuntu 20.04.01 k.8.0-40-generic [07:16] 5.8.0-40-generic [07:19] i read the manual and a webpage all gud ty === daybreak is now known as tjarlama === tjarlama is now known as daybreak [09:07] systemctl status portsentry doesn't show whether it's enabled or not. Unusual. Is systemd just behind a version (newer versions shows it) or any idea what's going on? [09:07] "/etc/init.d/portsentry; generated". some kind of sysv-compatibility thing? [09:19] whenever i ssh to to my remote ubuntu machine, my login gets logged in /var/log/wtmp. But when i try to run my ansible playbook with same ssh credentials, it won't get logged in wtmp. How is this possible? [09:24] daybreak: possibly using two different methods to log in? One using a key, the other via user/password? [09:26] daybreak: an ssh connection may also start different services. ssh-ing via your console usually invokes bash on the other side, while connecting to some kind of media server over ssh may get ssh to load a different service. [09:43] daybreak: ssh with a command doesn't start a login shell, no interactive session [09:46] and hence probably what's NOT happening is a logging PAM-module === rnm_ is now known as rnm [10:15] hello, does anyone know if Ubuntu repo mirror scans it's repositories using AV scanner? [10:19] a question for the #ubuntu-mirror guys perhaps [10:19] thanks. [10:19] #ubuntu-mirrors sorry [10:20] i didn't realise that was a room. [10:20] when repo problems arise, the mirror team can debug === al2o3-cr-tmp is now known as al2o3-cr [11:50] hi everybody! I am tryong to have all the users on the local network (6 clients) with the same bookmarks on firefox, brave and chrome. Is that feasible? [11:50] eeos, interesting. why? will they be able to edit? [11:51] eeos, and do you mean all users see the same bookmarks, or just that each user sees the same bookmarks across browsers? [11:52] and is that "chrome" or "chromium"? [11:56] ixdap: I would like them not to be able to edit the first section of the menu (with all the system links) but to be able to edit a part of it .... is it feasible [11:57] ixdap: all users see the same bookmarks on one part of the toolbar [11:57] ixdap: and both chrome and chromium (raspberry users have chromium or firefox). === mateen1 is now known as mateen [11:59] ixdap: is it better to shift to centralised user management? [12:08] ixdap: of course if the split bookmarks (general, personal) does not work, then better to have only the general menu blocked for all users. [12:40] ubuntu 20.10 ; I have graphical smileys in my terminal (when running irssi for example) ... not sure how to disable [12:40] (gnome, gnome-terminal, ubuntu mono font - in other words: stock) [12:41] 😞 [12:48] Hey, my friend is asking for help with ubuntu, his teacher is asking him to put 4 different workspaces/desktops in the corners of the screen. Is that even possible to do that? [13:21] uDdHsaWwk: i think it fallback to whatever font supporting emoji is available. irssi might have some script in order to replace emojis-unicodes to ascii smileys. [13:23] uDdHsaWwk: the actual solution would be to delete the font package containing them... but then you will get display problems whenever you use emoji, not just in irc. [13:24] you can even set irssi so it doesn't support unicode (but this will be a problem depending on your channel's language) [13:42] I am trying to address a bad superblock issue on my 20.04 server but it is mounting root in rw when booting into emergency mode and I'm unable to remount it as the device is in use [13:43] is there some other way to force ro mode? I am editing the GRUB linux line with systemd.unit=emergency.mode [13:46] Im having trouble to maximize the speed on my ethernet connection. I have gigabit connecton from the ISP but speedtest doesnt give me more than around 650 Mbit/s. Same cable, same router gives me around 970 Mbit/s on a windows laptop. I have tried switching the NIC driver from 8169 to 8168, which gave me about 50Mbit/s more and installed tuned and [13:46] set it to network-throughput profile which bumped it up about 100Mbit/s as well. The hardware is kind of low-end and outdated and maybe this is the best I can get, but is there anyway I could try and optimize the configuration to get the speed up? Running Ubuntu 20.04, AMD E350 CPU with integrated realtek NIC. [13:47] any idea why my sounds work on Ubuntu 20.04 LTS   kernel 5.6.0-1042 oem but not on 5.8 or 5.10.9 generic? i have Dell XPS 17 (9700) [14:02] Johnnyboy: we saw you getting help yesterday, did you tryed some steps since? [14:02] Hi folks [14:03] lotuspsychje I mean originally the sounds did not work at all. I got the sounds work with the 5.6...oem kernel, I am just wondering why it is not working on the newer ones [14:04] Johnnyboy: so you started at 5.4 kernel and then moved to 5.6 oem to fix your sound? [14:08] lotuspsychje Ill tell what I did exactly: fresh install from download ubuntu website did not work. Did not work after dist upgrades, I am expecting this to put me at 5.8. I followed steps in here and installed 5.6 oem https://www.reddit.com/r/Dell/comments/husu3r/how_to_get_fully_working_audio_in_ubuntu_2004_on/?sort=new   . Did not work. [14:08] Upgraded to 5.10.9, did not work. Updated dell firm ware from 1.3 to 1.63, sounds didnt work on 5.10.9 or 5.8, but they now work on 5.6 after switching to sof via alsamixer [14:11] Johnnyboy: did you affect to an existing bug, or file a new one yourself? [14:13] lotuspsychje I have not, I can file one if you can point the location for me, have not filed bugs before. This problem seems quite common with xps 17 though [14:14] Johnnyboy: i see your reddit thread mentions bug #1878194 can you see first if this is you too? [14:14] bug 1871794 in pulseaudio (Ubuntu) "duplicate for #1878194 [Bluetooth] No audio output/input in HSP/HFP mode" [Undecided,Confirmed] https://launchpad.net/bugs/1871794 === Etua1 is now known as Etua [14:19] Well my problem is that there were no sounds at all, not via 3.5mm plug, not speakers, he seems to have sound with certain profile. I have not tried blutooth. He has xps 13 (7390), I have xps 17 (9700). He is using 5.4 kernel, which is now outdated (?), but I can confirm it did not work for me on fresh install, but my firmware was 1.3 on dell side. [14:19] I have not tested 5.4 with 1.63 dell firmware, my kernel got was updated already to 5.8. [14:19] https://askubuntu.com/questions/1270442/no-sound-on-xps-17-9700   google has a lot of these [14:20] so there seems to be a fix via arch linux packages for 5.4 === rnm is now known as RNM [14:20] in dell 17 (9700) [14:21] Johnnyboy: ok well, when you install ubuntu and something doesnt work by default i would advice to file a new !bug then [14:22] Johnnyboy: you can start your bug with make an account or login to launchpad, then ubuntu-bug pulseaudio from terminal [14:22] okay thanks lotuspsychje [14:23] Johnnyboy: add a title of your bug + description/story of what happens [14:24] Johnnyboy: also make sure you file it from the kernel it doesnt work by default on [14:34] I did a release upgrade on 4 systems (Ubuntu 16.04 -> Ubuntu 18.04/20.04) and on all systems the motd is now messed up (aka. not the original). Two of us have been trying to figure out why it's different but have come up with nothing. Any ideas here? [14:36] On the system upgraded to 18.04 the motd is duplicated, whereas on the 3 systems upgraded to 20.04 the motd is now only a one liner with the "Last login" info. [14:45] Vscode webrun and ubuntu error. Any clue? Unable to open 'sample-folder': Unable to resolve resource memfs:/sample-folder. [14:47] BluesKaj: hi [14:48] hi murthy, LTNS, how's things? [14:48] BluesKaj: I am good, ty. How are you. Nice to talk to you again [14:48] Do I need to install memfs ? [14:49] BluesKaj: Are you busy now? [14:51] murthy, I'm fine thanks...what's your issue ? [14:53] BluesKaj: My friend hosts weekly radio show for yale university. He is having issues with using audio hardware on his Host ubuntu studio [14:53] brb === mambang is now known as rnm [14:59] Panther: welcome [14:59] 'lo [15:00] ty murthy [15:00] Panther: BluesKaj is one of the nicest person you can find on IRC [15:00] BluesKaj: Panther is the friend of mine I was talking about [15:00] * Panther greetz [15:02] murthy, thanks for that, but I'm not real familiar with ubuntu server audio setups. I think the "jack" connectivity is probly what is mostly used there iirc. [15:02] err ubuntu studio, rather [15:02] I remember you never liked pulseaudio [15:03] you are ok with pipewire? [15:03] Panther: can you tell little bit about your issue? [15:03] yeah, It's anecessary ebil now that Firefox relies on it for web audio [15:03] evil [15:04] haven't tried pipewire yet [15:04] I have gotten Jack and Pulseaudio/ALSA to play nicely together. It takes a little tinkering, but it's not that horrible. [15:05] Panther: ya [15:05] i don't use jack since i don't need it [15:05] The issue I have is that I wanna run Ableton, either with wine, or in the VM in the windows guest. [15:06] I know there is a Linux-ized version of it.. Bitwig, but it is not really what I 'want' to run. [15:06] Panther: you said Ubuntu studio is not detecting the usb interface properly on Ubuntu studio? [15:06] Ubuntu studio does detect it./ [15:07] Panther: so vlc is not able to detect it? [15:07] One thing that is driving me crazy is something else... the right mouse click is flakey as hell :( [15:07] I am not using VLC :) [15:07] on Ubuntu studio? [15:08] BluesKaj: Can installing Kubuntu-desktop on Ubuntu studio create some issues? [15:08] Yeah.... I want the context menu that the right mouse click brings up, but it doesn't happen very often, or it disappears right away, etc.... [15:09] Panther: you can pastebin your issue here? [15:11] The issue is that I want to run the windows DAW, Ableton on this Ubuntu Studio 20.04 host in some way. :) [15:12] murthy, plasma/kde desktop is now defualt on ubuntu studio 20.10 [15:12] Is there any open source Linux alternative for Ableton? [15:12] oh wow [15:12] BluesKaj: also are you still using kubuntu or migrated to neon [15:13] I installed the kde-plasma desktop on here, and switched the display manager to sddm. [15:13] Panther says bitwig is ok but its closed source [15:14] Panther: what was your Ubuntu studio version? [15:14] is [15:14] :) [15:14] that last LTS version? [15:15] murthy,I'm still on Kubuntu, testing 21.04 atm [15:15] 20.04 5.4.0-59-lowlatency kernel. [15:15] Yeah, the last LTS is 20.04 [15:15] BluesKaj: oh wow [15:15] BluesKaj: I jumped ship 8 months back [15:16] murthy, to neon? [15:16] yep kde neon and its awesome [15:16] * Panther likes CDE :P [15:17] Panther: can I share your issue for you? [15:17] I mean copy paste what you told me via pastebin? [15:17] how to have memfs? [15:17] If you want to.. the issue is that I want to run a windows DAW on a Linux host. :) [15:18] first you said vlc didn't detect the usb interface of ableton [15:19] I am kinda in the middle of doing something else with the sound this morning, so wasn't totally prepared to troubleshoot this issue right now. However, I stopped that for the time being. [15:19] ok [15:19] Panther, heve you explored linux audio suites, an obvious question , but I have to ask :-) [15:19] I never really tried to use vlc.. I am not sure why I would even want to. [15:23] Panther: but vlc has to detect the audio interface [15:23] I don't use vlc for anything. [15:23] because linux shows it as an audio device [15:23] Other than watching movies. :) [15:23] no I asked you to try with vlc just for testing [15:23] BluesKaj, yeah, I have used a number of linux audio progs... I am a big fan of the CALF plugins. [15:23] ok, gott a go foe a few mins [15:23] I don't need to test anything with vlc. [15:23] ok [15:23] * Panther waves [15:23] ok see you later [15:23] have a nice day [15:23] Bus 001 Device 024: ID 1235:8200 Focusrite-Novation Scarlett 2i4 USB [15:23] See? The device is detected just fine, and I can use it with the other programs I have. [15:23] The audio setup has controls for it, and it is working OK. [15:35] Hi, I am running a website on my ubuntu server. The memory usage is around 75%. The load average from htop says 0.09 0.22 0.29. Is this server too small? [15:36] Only has 1 core and 2G of memory [15:46] is there a remote desktop? [15:46] to ubuntu? [15:46] using anydesk and it's not working well for whatever reason [15:46] so trying to get direct simple connection [15:48] I used to use Nomachine. [15:48] free? [15:48] this will be ubuntu to ubuntu remoting [15:49] afaik, it is free for non-commercial use.. however that is determined... [15:50] needs ports opened or works like teamviewer? [15:53] monsterco2: why not just use ssh? [15:53] I never had any problems with it, but it will likely depend on how your network security is set up. [15:53] monsterco2: also, if it's direct, why the need to "open ports"? [16:02] with ssh one can see GUI? [16:03] not exactly. What is the purpose of this "remote" machine though? Do you need a GUI? [16:03] and move mouse [16:03] one programmer working on a system where a supervisor just observes [16:03] PC is with supervisor, programmer remotes in [16:04] monsterco2: just use VNC then [16:05] available for ubunto using apt? [16:05] "ssh -X" can surely attach to a running GUI to run graphical apps remote (and nomachine is essentially ssh -X with a compression protocol on top) [16:05] monsterco2: yes [16:05] ogra: that doesn't sound like it's what they're looking for. Also, won't work when things move exclusively to wayland [16:06] well, wayland is still a bit out i'd guess [16:06] at least as a default [16:07] monsterco2: https://help.ubuntu.com/community/VNC/Servers [16:07] ogra - thanks yeah that works but then supervisor doesn't see the screen [16:08] ah, right, i missed that supervisor bit [16:08] monsterco2: https://help.ubuntu.com/stable/ubuntu-help/sharing-desktop.html.en [16:10] perhaps epoptes migth be an option as well .. https://epoptes.org/ [16:11] (though that sits on top of things like VNC/RDP or ssh -X) === Etua1 is now known as Etua [16:21] leftyfb, vino is vnc? so open ports right? [16:21] I just did apt install but don't see the package [16:22] I like something simple like vnc so it's a direct connection and no thrid party company like teamviewre for the connection [16:22] monsterco2: see the link I posted above [16:22] monsterco2: also, by default Ubuntu does not have any firewall rules in place, so if you are on the same network, you do not need to open any ports [16:23] not on same network [16:23] over internet [16:23] monsterco2: ok, so that is a whole different ballgame [16:24] hello [16:25] monsterco2: I would suggest using "remmina" as your VNC client as it supports connecting to a VNC server through an ssh tunnel. I would get ssh setup and tested between these devices and then try setting up the ssh tunnel through remmina. Opening VNC over the internet is pretty insecure [16:25] ah ssh tunnel [16:26] and remina is vnc? [16:27] when I open gnome-software Installed tab nothing shows. I waited 5 minutes. After Googling for a while I found a work around sudo apt-get install --reinstall gnome-software I would rather not have to reinstall gnome-software every time I want to see what I have installed. Does anyone know how to remedy this? [16:27] how do i start the software center? [16:29] click on start menu and type software The application should be ;listed in results or type gnome-software in terminal [16:30] neteffect: there is an app, looks like an orange suitcase, ubuntu software [16:31] click on start menu and type software The application should be ;listed in results or type gnome-software in terminal [16:32] tyvm [16:44] Never mind sudo apt-get update && sudo apt-get upgrade seems to have done it. I'll see if it works when I restart. [16:58] good morning [17:05] I can ssh to an ubuntu desktop locally but refused from over internet [17:06] is there some firewall setup in fresh install or sshd config I have to change? [17:06] I use user/password for ssh [17:09] I can ssh to an ubuntu desktop locally but get refused from over internet [17:09] . Is there some firewall setup in fresh install or sshd config I have to change? [17:09] I use user/password for ssh [17:10] hello [17:15] monsterco: you need to setup port forwarding on your router [17:17] !portfroward | monsterco [17:17] !portforward | monsterco [17:17] monsterco: For instructions on how to set up port-forwarding (for games, torrents, webservers) see http://portforward.com - also see !firewall [17:25] I did port forward already [17:26] there is no other firewall or sshd config option that block internet connection requests but not local area requests? [17:27] monsterco: you probably don't have the port forwarding setup correctly. Check the local ip of the pc, make you sure can ssh to it from another machine on the same network using the same local ip. That is the ip that should be forwarded on your router to port 22 [17:28] monsterco: you could try from the outside: nc publicip 22 if the response is SSH, ssh is listening [17:36] pavlos, tried it and no response whatsoever [17:37] monsterco: I think the portfwd rule is not ok, you should have an option in the router to portfwd port 22 from the outside the the internal ip of your desktop (eg. 192.168.1.104) [17:38] monsterco: can you paste a screenshot of the rule in the router? [17:45] is there any big difference between unattended-upgrades and just writing a cron for a script that runs apt-get upgrade etc? [17:45] monsterco: example: any ssh from the outside is redirected to an internal host, 10.0.0.47 https://imgur.com/a/MdzKCuY [17:56] pavlos, that is done already [17:57] what should I see with nc command? [17:59] monsterco: in my case I see: SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 [18:00] k cool thanks === parkway-gong is now known as avidd [18:39] can someone please update the repo for https://freedroid.org/ [18:41] dust: update it from the source if you need the newest [18:42] daysun, how about to keep the repo up to date? [18:46] dust: it's complicated. but most LTS dists have outdated repos [18:47] dust: they don't update individual packages because they may not work well together. They release a bunch of packets at once instead that are tested to work well together. That's why there are different versions of ubuntu. [18:48] dust, congrats you have been nominated to keep the repos up to date [18:48] dust: there are several dists with "Rolling releases" that have the latest package of pretty much everything in their repo [18:48] its 20.10 with backports... so i should get the newest stuff... [18:49] dust: nope. their backported version of nodejs is too many versoins behind, for example. Someone gave me a bitch "new flashy things syndrome" comment without knowing wtf they're talking about. [18:50] so I had to add a node PPA to my repo list. [18:51] there was a time when I needed a new version of a network manager to support a new protocol and new hardware, and a similar retard nerded out with the typical "shiny new things syndrome" comment. [18:51] But just ignore those guys, they've usually just discovered linux and think that they're experts. [18:52] dust: the repo is "outdated" for a reason, but security patches should all be there. There are pros and cons of that. One pro is stability. A LTS will run flawlessly during its lifetime. [18:53] I have never had any problems with rolling releases though. But if you've got a multi million dollar enterprise, you rather go for stability above all. [18:53] id 20.10 lts? [18:54] no, it has a 9 month "lifetime" [18:54] 20.04 has a 5 year lifetime [18:54] 20.10 is more like testing. [18:54] so what u re then talking about lts? [18:54] I think it stands for "long time support" [18:55] i know for what it stands and the reasons behind it [18:55] it means that if you have an ubuntu version with LTS, you can expect its repo and everything to be maintained for those 5 years. What they maintain is security updates and stability updates. [18:55] but u know what an actual repo for the actual 20.10 means? [18:55] I don't understand what you're asking. [18:57] unattended-upgrades seems to lack a timer.. so what's "scheduling" it? [19:04] daysun, just that the repo gets and update of https://freedroid.org/ [19:05] Can anyone recommend any tips to boost gnome-shell [19:05] I don't understand what you're asking about. [19:05] agvantibo66: boost? [19:05] FreedroidRPG is an open source role playing game [19:06] why would they maintain that in the repo [19:06] in the ubuntu repo. that doesn't make much sense. [19:06] that's something that you should get form the official source. [19:06] it is in the repo but its a 4 year old version of freedroid daysun [19:07] dust: most maintainers of ubuntu (and the people working at canonical) are adults, I don't think they want to spend their time prioritizing some virtual online rpg magic-fantasy game. [19:07] life is way too short for that [19:08] download and play it from the official source [19:08] daysun Make it more efficient [19:08] daysun, u have no idea what u re talking about... and if u represent ubuntu then no wonder ppl look after alternatives... [19:09] Like some obscure experimental setting that lowers CPU usage [19:09] I empathize, I don't represent nobody. [19:09] daysun, so why are u then talking? === agvantibo66 is now known as agvantibo [19:09] dust, daysun just wants to help [19:10] agvantibo, help with making user to push them to other distros instead of solving problems? it dosnt help but makes things only worse [19:11] he's not making much sense anyway, and not willing to empathize with the maintainers but are still asking why they aren't maintaining a package. So I'm giving up. [19:11] I told you. Download it from the official source. I also explained to you why it's not up to date (gave you several correct explanations). [19:12] !discuss | dust [19:12] dust: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [19:12] I've also suggested getting a rolling release if you want your packages to be the freshest. I've also explained that there are cons and pros with rolling releases and LTS distributions. And so forth. You got your ears filled with dicks. [19:12] daysun, u re part of the problem and not the solution... [19:13] dust: please take the discussion elsewhere since your question is not a ubuntu issue [19:13] Maik, is the repo an ubuntu issue? [19:13] I am not part of anything. I am just explaining to you why things are like they are and what options you have. That got nothing to do with me. [19:14] Since you asked, mind you. [19:14] can't spoon-feed you beyond that. [19:14] unless you pay me for it. [19:14] dust: all you do is rant about a outdate piece of software [19:15] cough. "software". [19:15] Maik, which is part of the repo... the reason i asked for an update... nothing more and nothing less... [19:16] dust: maybe there's a reason it's not updated anymore [19:16] ask the devs [19:16] dust: or look if there's a up to date snap version available [19:17] agvantibo: gnome-shell is just a virtual tty, it shouldn't consume any memory or CPU really. That's up to the programs executed in the shell. [19:18] daysun You are confusing gnome-terminal and gnome-shell [19:18] Maik, a snap version dosnt exist of it [19:18] then you're out of luck [19:20] agvantibo: yes I am. I would try to tweak window manager settings and similar if you're experiencing performance issues. xfce4 has some similar, where you can turn off the composer an disable some visual effects and so forth. [19:21] agvantibo: which I would look for among some sort of settings panel and similar. [19:22] If that's non-existent, you may have to config such things manually in configuration files. [19:24] daysun Yeah, that's what I was looking for - experienced people telling me that I have to tweak some /etc/gjs/obscure.conf to make gnome3 faster [19:26] * phillipsjk decides to install pulseaudio after finding the proposed replacement "wirepipe" requires strange libraries not in the Ubuntu repos. [19:27] Would settle for bulding a alsa-aware version of Chromuim. During testing something grabbed the sound card exclusively (not sure what). [19:28] phillipsjk: fuser /dev/dsp to see what it was [19:28] thanks agvantibo [19:29] Working at the moment after a restart. [19:50] exit [19:50] whops === LabMonkey is now known as Mechanismus [20:10] how can i make a favorites icon link to a .sh file [20:12] nvm it was for intellij and i just realized it has "create desktop entry" === westor{off} is now known as westor [20:14] yay :) === Scotty_Trees2 is now known as Scotty_Trees [20:56] Hello all, I'm trying to make this (https://github.com/PixlOne/logiops/wiki/Configuration) work with my MX Master 3, but it is not recognizing the keys I put in there for some reason that I do not understand. [20:56] Here is my logid.cfg file [20:56] https://paste.ubuntu.com/p/SYscxdPkNt/ [20:57] Which is just for testing, I tried to fill in some different CID numbers but it doesn't really react to anything [20:58] Legousk: do you get any error messages? [20:58] Legousk: the semicolons in this are very confusing.. some closing brackets get them, but not all? [20:58] https://imgur.com/a/4brg4zM [20:59] This is what I get when I run the logid thingy [20:59] (I am very much a beginner with Ubuntu) [20:59] Legousk: also, there's some parenthesis in this file, are they supposed to be brackets, too? or are the parens used in different contexts? [21:00] sarnold: to be honest I don't know. I copied this from the example they provide in the github [21:00] ah, that's promising [21:01] (Maybe I took the wrong turn here, if there is a better way to setup the buttons on my mouse I'm willing to go there) [21:04] Legousk: sorry, I've got no more ideas :( [21:04] How I understand what I made is that the key that is mapped by 0x56 (which is mapped because I get it from the INFO from logid in my terminal) should do PAGEUP when pressed. [21:04] Hmm [21:04] Ok, do you have another program that is able to do the same for me? [21:04] How to personalize the buttons of the mouse [21:05] Or do you know I mean [21:07] Hi, I got a corrupted zfs mirror member. But I'm unable to import the pool in a degraded state to replace the disk. zpool hangs on zpool import zfspool despite these messages on zpool import -f [21:07] status: One or more devices contains corrupted data. [21:07] action: The pool can be imported using its name or numeric identifier. [21:07] see: http://zfsonlinux.org/msg/ZFS-8000-4J [21:09] If I disable the "UNAVAIL corrupted data" disk (external USB drive), then I get action: The pool cannot be imported due to damaged devices or data. [21:09] see: http://zfsonlinux.org/msg/ZFS-8000-5E [21:09] config: [21:09] zfspool UNAVAIL insufficient replicas [21:09] usb-SAMSUNG_HD400LD-0:0-part2 UNAVAIL [21:09] ata-ST31500341AS_9VS0BAGK-part3 ONLINE [21:11] Legousk: someone had success with the 'piper' package, you can skim it at https://github.com/libratbag/piper/ [21:12] floogy: can you pastebin your zpool status output? [21:12] Great, didn't see that one yet, will give it a try. Thanks! [21:13] I can't get it. it will freeze zpool. But zpool import -f works sort of. [21:13] Okay. It's because I have to import it first, but then zpool will freeze: ~$ sudo zpool status [21:14] no pools available [21:16] floogy: ugh :( [21:17] floogy: the handful of lines of what you *did* paste sure looks like you don't actually have a mirrored vdev, but it's hard to tell if it actually made it through correctly or not [21:19] samold https://pastebin.pl/view/436f036d [21:20] If I enable the USB external HD400LD, I get a different output for zpool import -f [21:21] status: One or more devices contains corrupted data. [21:21] action: The pool can be imported using its name or numeric identifier. [21:21] see: http://zfsonlinux.org/msg/ZFS-8000-4J [21:21] But if I try to import it, zpool hangs. [21:22] I was wondering what is the best or preferred way to create permanent folder in /var/run/ that will be persistent between boots since it is by default in tmpfs? [21:23] floogy: btw most irc clients let you use the tab key to complete usernames [21:24] floogy: compare your output against mine http://paste.ubuntu.com/p/fxd5kcPktP/ [21:25] floogy: note one pool has 'raidz1-0' near the drives, the other has mirror-0 mirror-1 mirror-2 near the drives -- those are redundant vdevs [21:25] samold, I'm currently using empathy (normally xchat) tab doesn't work. sorry for not marking/highlight you. [21:26] floogy: your output doesn't have a 'mirror-0' there -- I'm pretty sure these were *two* independant vdevs, and you have no redundancy [21:26] floogy: ugh what horrible client :) the font is clearly bad but I didn't realize it was *that* bad :( [21:28] yes, maybe. The got the issue, that I corrupted the partition table. and I managed somewhat to recreate it without backup for the BTRFS system, but didn't succeed with the zfs member. Maybe therefore It lacks the vdev and mirror? [21:29] sarnold: Ah, I read samold, therefor tab didn't seem to work. [21:30] spirytus: tmpfiles.d(5) is pretty handy for these things [21:30] When I did an update/upgrade I got some warnings that I find alarming. I'm not sure what they mean but I did create a paste complete with the output and system information. https://pastebin.com/zgmxhRDR [21:30] Does anyone know more about that? [21:32] blahboybaz: try sudo apt install linux-firmware -- that might do the trick [21:33] floogy: hmmm, so both drives are actually attached, plugged in, ready to go? [21:34] sarnold: ok [21:34] floogy: if both drives are attached.. try something like zpool import -d /dev/disk/by-id/ and see if zfs can find the devices again.. [21:35] sarnold: I'll reboot. I did change the partition type from solaris to linux and zpool import zfspool crashed or hangs again. See you. Maybe I have to format that partition or zero it out with dd first? [21:35] sarnold: Its telling me I already have the latest [21:35] if so, then why the warning? [21:36] sarnold: FreeBSD but maybe related: https://github.com/openzfs/zfs/issues/3107 [21:38] sarnold: $ sudo zdb -e -p /dev/disk/by-id/ storage [21:39] zdb: can't open 'storage': No such file or directory [21:39] ZFS_DBGMSG(zdb) START: [21:39] ZFS_DBGMSG(zdb) END [21:39] blahboybaz: is this a docker thingy? I think they configure dpkg to throw away a lot of files they think they won't need [21:39] sarnold: it is not docker [21:40] this is my base regular system [21:40] blahboybaz: dang :/ do those files actually exist? [21:40] $ sudo apt update $ sudo apt upgrade is what got that output [21:41] floogy: hrm :( your layout is *very* different from mine -- my laptop is zfs on luks, so it's vastly different, my larger server, I gave entire drives to zfs.. [21:42] floogy: fdisk -l reports "Solaris /usr & Apple ZFS" for the 'main' partition of those drives [21:42] Yes, it's uncommon to use partitions. But it worked. [21:42] sarnold: jake@newcreation:~$ file /lib/firmware/rtl_nic/rtl8125a-3.fw [21:42] /lib/firmware/rtl_nic/rtl8125a-3.fw: cannot open `/lib/firmware/rtl_nic/rtl8125a-3.fw' (No such file or directory) [21:42] jake@newcreation:~$ sudo file /lib/firmware/rtl_nic/rtl8125a-3.fw [21:42] /lib/firmware/rtl_nic/rtl8125a-3.fw: cannot open `/lib/firmware/rtl_nic/rtl8125a-3.fw' (No such file or directory) [21:42] That's the first file in the warnings [21:42] says it aint there [21:44] sarnold: Something is wrong with $ sudo zdb -e -p /dev/disk/by-id/usb-SAMSUNG_HD400LD-0\:0-part2 [21:45] blahboybaz: *maybe* it's a usual part of using hwe kernels? I'm sorry, I'm not sure [21:49] ok [21:49] files do not seem to be there: https://pastebin.com/iWQB8h8T [21:49] maybe someone has experienced this? [21:50] I thought warnings were there to alert you to potential problems. I know that sometimes warnings appear that aren't really a big deal but is that the case with this? Should I really be ignoring this? [21:51] sarnold: I do appreciate you help tho [21:51] blahboybaz: I wouldn't be surprised if it's fair to ignore if you haven't actually had problems [21:52] afterall these firmwares are going to be needed only if you've actually got those specific devices [21:52] hmm... [21:52] I'm not sure how to find out which specific devices will try to load those specific files though [21:52] I've done that kind of spelunking before and it's not super fun :) [21:52] I never thought of that. I wonder if I do or not [21:53] if things seem to work fine.. [21:53] no problem - everything is still working so I'm sure its alright [21:54] cool; thanks blahboybaz, I'm surprised I haven't seen this before if this is a standard consequence of using the hwe kernels, but I've not actually used them myself.. [21:56] sarnold :) Tx [21:56] 👍 [21:58] sarnold: I followed your advice for trying to fix the graphics card drivers for my Nvidia Quadro P620 about chrooting into my hard drive installed ubuntu installation from my live ubuntu flashdrive and using sudo ubuntu-drivers install. Is there any other step aside from exiting and unmounting? Just reboot and see if the hard drive ubuntu installation's graphics card works? [21:58] gartt: I think I'd run a 'sync' by hand, just out of an abundance of being old :) [21:59] Yeah, funny... $ sudo lshw | grep i915 [21:59] configuration: driver=i915 latency=0 [21:59] something is there (just not the file in the warnings) [22:00] different i915s will require different firmware files [22:00] sarnold: Thanks, I'll cross my fingers and see how the reboot goes :) [22:00] gartt: I *really* hope this works :) this machine has been so frustrating and it's not even mine, lol [22:02] sarnold: Yeah, the thrill of my first workstation (and first computer I've bought in 18 years since I was a teenager) fades fast when you run into trouble :P But progress is being made [22:03] Files are present but at a lower version "32.0.3" not "33.0.0" so maybe the kernel is looking for a newer version when it isn't available? [22:03] ah well.. its alright [22:05] gartt: yeah... last year about this time I started setting up a new laptop, and the crazy frustration and $$$ involved in getting bloody 4k@60hz external monitor to work.. [22:11] sarnold: Success! logged in and in the desktop environment of the ubuntu hard drive installation! Thank you very much for your help! It's much appreciated [22:11] gartt: YES! :D [22:11] gartt: so.... how's the network? :) [22:11] And I wrote everything down so I can help someone else on this in the future [22:12] sarnold: Oddly, the card worked fine even though the PDF from Lenovo said work was required in getting it set up. Maybe it's because I used an even later version of ubuntu on my last desperate attempt at this [22:13] Almost afraid to run the Software Updater, since everything's working perfectly after a few days of headscratching :) [22:13] gartt: sweeeet -- so, 20.10, network works okay; live instance to run the ubuntu-drivers in the chroot to get graphics? [22:14] sarnold: Exactly, yes [22:14] gartt: hah; ten years ago my brother and I spent ~three weeks getting a hackintosh system to work. it worked perfectly. and when we realized we were terrified to hit the 'update' button, that's wheh my brother realized he really just needed to spend the extra money for the mac. heh. [22:15] https://open.spotify.com/track/3HMewTWHRtb7GY1hjG2kIw so this song was recorded with a dummy head binaural mic? [22:15] wc [22:16] It's a satisfying feeling when you get something to work (especially if you learn something from it). I've installed LFS and stage 1 from gentoo years ago and have a slackware box but I'm still linux-newbish [22:18] I used "nmcli" to find out that the nameservers being used are "servers: 192.168.128.1 192.168.1.1" .... when I do a "dig database.local" I get no respose... when I do a "dig database.local @192.168.128.1" ... I get the correct response ... anyone know why? [22:19] gartt: heh yeah years on slackware were very educational, but I'm kinda glad to have it easy and lazy now [22:19] Hello, just confirming my install of a small no GUI OS. Ubuntu Server? [22:19] linuxmint: yeah should be fine [22:20] sarnold: great, I'm going to install Docker on it. [22:21] sarnold: It's a great learning experience and one of my favorite distros. Ubuntu shines too in that stuff just works and even a newbie can get most things up and running, even people used to Apple/Windows [22:21] gartt: yeah, both nice for different reasons :) [22:22] linuxmint: docker, containerd, etc, whatever, they should all work okay [22:24] sarnold: thanks, I found this Ubuntu server? download? https://help.ubuntu.com/community/Installation/MinimalCD [22:24] I need an iso image [22:25] linuxmint: that's the mini iso, it downloads it all from the net while installing [22:25] Oh, I can't do that. I need to rsync the iso from this computer, over to my hypervisor with a vm. [22:25] it should work for your purpose, as long as you dont mind not using uefi [22:26] ah [22:26] better download the full server iso then [22:27] EriC^: Ok, I found this https://ubuntu.com/download/server [22:28] Download Ubuntu Server 20.04.1 LTS. [22:28] Graphics look cool...Puma and Gorilla :-) [22:34] :) [22:46] sarnold: Do you know what kind of partition layout this is? Does it come from sfdisk? [22:46] /dev/sdk1 63 390,700,799 390,700,737 83 Linux [22:46] /dev/sdk2 390,700,800 781,417,664 390,716,865 83 Linu [22:47] I found an older bootinfoscript. Maybe I can recover the partition in a better state with this information, and get the member working again? [22:51] floogy: hmm I can't recall ever seeing a partition start on 63 :/ [22:52] Currently it's partitioned this way /dev/sdh1 63 390711383 390711321 186,3G 83 Linux [22:52] /dev/sdh2 390711384 781422767 390711384 186,3G 83 Linux [22:52] !paste | floogy [22:52] floogy: For 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. [22:54] why /boot/efi keep mounted after boot [22:54] Ah, I see. Its seperated by , In Germany we use . So it should look like this: /dev/sdk1 63 390700799 390700737 83 Linux [22:54] ? [22:56] why /boot/efi keep mounted after boot? [22:59] isapgswell: is there a reason not to? [23:13] sarnold: Hold fingers crossed: https://paste.ubuntu.com/p/R77KfkPFxd/ [23:14] floogy: looks promising [23:14] jeremy31 why expose grub to multiuser [23:14] ? [23:15] yeah! Got it back! [23:15] isapgswell: /boot/efi can't be changed without having the permissions [23:16] I manually adopted the partition table from that bootscript info (backup 2019) [23:16] jeremy31 enforce security after login, umount /boot/efi [23:16] Way better than just try to remember how it was ... [23:16] floogy: dude! :D well done :) [23:21] sarnold: https://paste.ubuntu.com/p/j4Cw7wrTkT/ [23:21] Looks good, for btrfs also [23:34] floogy: *ten years* without a problem with striped vdevs? and one of the ids is 'usb' ? :) amazing :D :D :D [23:34] LOL [23:35] And it survived a corrupted partition table and fidling around with that without any clue, that it's stripe. [23:36] yeah, I'm amazed :D [23:38] more luck than brains [23:46] are there plans to backport "not ancient" wpasupplicant/networkmanager onto bionic? wpa3, 11w [23:54] hi, i have issue after upgrade ubuntu.. is stuck on initramfs https://i.imgur.com/qD0ksUH.png [23:55] i tried run livecd -> chroot -> update-initramfs -a -k all, but without success [23:56] bitlan: does dmesg work? [23:57] i don't tried yet [23:58] sarnold: https://i.imgur.com/2NlTY6K.png [23:59] i have 2 disks sda and sdb [23:59] but when i type lvm pvs i don see sda (with system)