[00:11] LjL, are you certain your hardware doesn't support 64 bit? some embedded things ship with a 32bit kernel for reasons [00:13] I am creating a user using this command, "useradd username -m -g users -G wheel,storage,power,network,video,audio,lp". Can someone explain to me why "group: users" is generally not recommended? Reference: https://wiki.archlinux.org/title/Users_and_groups#Unused_groups === deww_ is now known as deww [00:17] B0RN, my guess is to avoid potential issues if you run into a poorly written program that magically grants access to something without going through pam/polkit [00:19] B0RN: please don't cross post. [00:19] sorry, my bad. [00:21] B0RN: it used to be popular to have all users in a 'users' group or 'students' group or 'staff' group oor something like that [00:21] B0RN: but it was dangerously easy for people to make files and directories with vastly more group access than they intended [00:22] what should command should I use? I will only create one user, and I will never add another user. [00:24] coryc257, right now i'm on holiday so i can't even check, it was just a thought. but whatever it comes with, i'd have to use whatever coreelec ships with, i don't have a very wide choice of what Kodi distros i can install on it [00:24] I'd just add the user and add it too groups as you find something is broken if you: useradd username -G wheel [00:25] you will have a user with a default group of username and an additional group of wheel [00:25] with wheel assuming your system is set up to sudo based upon wheel you can sudo add groups as you need them [00:26] HOLA [00:26] LLLALALA [00:26] URUGU4Y: welcome to ubuntu support [00:27] coryc257, so this is useless, storage,power,network,video,audio,lp? [00:27] HOLA [00:27] HELLO [00:28] B0RN, I'm not sure if you need them or not. that depends on your distro and how they have stuff set up [00:28] URUGU4Y: please don't type in ALL CAPS, ask a support question if you have one. keep things on as few lines as possible. you are currently muted. [00:28] i think ubuntu defaults to: adm cdrom sudo dip plugdev lpadmin lxd sambashare [00:30] i use kiss linux, coryc257. [00:31] B0RN: then you're not asking on the right channel [00:31] what? [00:31] no, I mean use ubuntu and kiss both. [00:31] I mainly use ubuntu [00:32] what system are you trying to add the user to? [00:32] ubuntu? [00:32] ubuntu, yes. [00:32] adduser ... [00:33] B0RN, sudo useradd mrbill -m -G adm,cdrom,sudo,dip,plugdev,lpadmin,lxd,sambashare [00:35] thanks, coryc257. last question, do I really need that cdrom? I don't have any CD Hardware [00:36] B0RN, it may do usb mounting as well. I'm not sure [00:38] thank you for your kindness, coryc257! [01:08] Finally! [01:09] The Freenode nonsense came as a surprise [01:09] heh, yeah [01:10] I just wanted to post an answer it took me way too long to find about dual booting, and linux not being able to use your NIC [01:11] https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#about_dual-boot_with_windows_and_fast-boot_enabled [01:11] I didn't realize it was dual boot specific. [01:12] you have to disable fast boot in windows to make a long story short [01:12] windows fast boot is pretty frustrating [01:14] I kept wondering how the linux guys broke it. I felt kind of dumb after I read it. [01:16] heh I'm surprised you were even able to get into linux, I thuoght the fastboot thing meant the startup was pretty much locked to windows [01:19] Some folks on the linux side made it easier to deal with uefi, or whatever it is called. The only issues I have been having was the inability of linux to use the NIC, and sometimes frequent Bluetooth disconnects. [01:21] on ubuntu 20.04, i have a little working to launch a program from cli, i need to add something to my .bashrc an export, if i want to launch the application from the menu [01:21] that does not work [01:21] is there a place to set a global export so i can launch my app directly from the menu [01:24] make a proper starter. and add the program to yout %path% [01:25] .bashrc is the place to be, for user level [01:29] ah ok [01:35] Now if I can just figure out why my HDD is constantly being accessed on linux. The cure for it on windows didn't work. On windows it was FireFox and it's backups being rerouted to my Drive. Found the fix. The fix didn't work on linux [01:39] CanisElSaviore: you might have luck with the biotop-bpfcc tool from the bpfcc-tools package [01:39] CanisElSaviore: you can see an example of it on https://github.com/iovisor/bcc/blob/master/tools/biotop_example.txt [01:39] CanisElSaviore: I'm pretty sure you have to disable secureboot to use it though :( [01:39] there might be other tools that don't require disabling secureboot [01:40] Hmm [01:44] CanisElSaviore: it's probably you irc client, configured to log to disk? other than "biotop", there's also the classic user space based "iotop", which should not depend on disabling secureboot. the results will probablly not be as exact as biotop's, but for answering the "what keeps waking my disk" question, it shoul dbe good enough. [01:45] oh nice. I knew there was something else :) [01:48] and i didn't know about biotop, thanks for that! [01:50] @tomreyn, It isn't my primary disk thogh. That is an SSD. It's one of my Hdd's. I have been having this issue for years. It might just be some idiosyncratic factory thing though. I have 2 that are suppose to be idential, but only one spins, and sounds as if it's being accessed constantly, while the other acts like it is supposed to. [01:51] maybe give them both a smartctl run [01:51] Are PPAs something the developer hosts or is it something that is ubuntu/canonical specific? [01:51] !smart | CanisElSaviore [01:51] CanisElSaviore: smart is Self-Monitoring, Analysis and Reporting Technology, a monitoring system for hard drives. See https://help.ubuntu.com/community/Smartmontools [01:51] Using some FF workarounds I got it to stop spinning constantly. But I can't see what is accessing the disk in linux. [01:51] It's telling me that nothing is, though I can hear it. [01:51] XV8: they're almost certainly canonical/ubuntu -- while there *are* other people running launchpad, it's very rare [01:53] I'm still trying to sort my way through what biotop actually is. There are a lot of words for a drunk guy that digs holes to absorb. [01:53] sarnold, There's a PPA I'm trying to add, but I'm getting GPG timeouts. Wondering if that's one of those rare cases. [01:55] ok. I remembered how to read from the beginning. [01:55] Oh, now it wants to work that I passed the debug flag... probably a hiccup [02:30] h [02:57] my wifi interface name was changed to wlo1. how are they different from wlan0 ? [02:58] any help on ubuntu network configuration types here? === goncho1 is now known as goncho [03:20] How come these variables aren't being set? https://dpaste.org/Hg0w [03:21] I'm on Ubuntu Ubuntu 20.04.2 LTS for reference [03:24] did you source file ? [03:24] Ali-Karam, no I logged out and then logged in. The goal of this is for it to be run on login [03:26] these are the contents of .bashrc and .profile ? [03:26] Yes [03:26] My understanding is that .profile should be called on login so the variables should be set [03:32] try echo $PYENV_ROOT [03:32] no output? [03:33] I'm new to linux, just trying to help you if I can [03:34] Ali-Karam: thanks for trying. I think this is going to be related to precedence of how the files load [03:37] what does this do sudo aptitude install '~T' [03:38] installs everything but "T", it's negation ;) [03:39] i'm going to try it [03:39] newdimension, there is a note at the bottom of the command you entered. Did you do it? [03:39] Note: If you have ~/.bash_profile, make sure that it too executes the above-added commands, e.g. by copying them there or by source'ing ~/.profile [03:40] yes, make sure to put sudo aptitude install '~T' in ~/.bashrc as well [03:41] that wasn't for you shimbles [03:41] i'm sorry i am struggling with brain damage [03:41] when i attempted to trigger your sense of humor, i noticed your brain was damaged [03:42] sorry for not getting that :/ [03:44] aptitude gave a Segmentation Fault with aptitude install '~T' === Ali-Karam_ is now known as Ali-Karam [05:56] How To Install And Configure Sendmail On Ubuntu [06:01] hi i installed yandex.disk on my machine and now i uninstalled it but the option 'upload via yandex.disk' is still there when i right click any file. please help [06:27] hai all [06:27] how do i configure email on ubuntu [06:28] You can use terminal mutt client [06:28] Raimomdraj [06:30] can u guide me please [06:30] i see true youtube and some website [06:30] but still im lost [06:30] unable to do it [06:31] RaimondRaj, what exactly do you want to do? [06:31] acct i need to cofi for nickserv register email [06:32] sorry can not parse that line. [06:33] You mean register your Nick name [06:33] ... [06:33] That's it oh my goodness [06:33] its like went user register new nickmail its will send email true email to send confirm nickname [06:34] Just type /msg NickServ REGISTER YourPassword youremail [06:35] new nickname register will get email to confirm their nickname [06:35] some server dia setup email for confirmation [06:35] In sever channel [06:35] oh god [06:35] Are you a newbie [06:36] Also here actually [06:36] yvehan : im running new irc server need to confi sendmail [06:37] You are building a IRC server [06:37] Right, I have no idea [06:38] yes [06:38] Search with google [06:38] I'm working now [06:38] Workday [06:38] Sorry === lordrishav is now known as LordRishav [07:47] "Could be your wine config is set..." <- Sorry, got pulled away and forgot I asked here. :) Would the matter with Proton? I thought proton used all its own internal stuff? That being said, I've got everything installed as far as I can tell? [08:13] Is there a specific channel here for Debian and Ubuntu package developers/maintainers? I specifically have a question about apt's conflict resolution mechanism. [08:15] confluence, the package itself may provide clues as to which room is appropriate; ie. which team is responsibile for the unspecified package? [08:16] I *am* the team responsible for the package. I'm looking for information for package maintainers. [08:16] I'll try in #ubuntu-packaging; it's small, but I'll see if someone respondes. :) [08:18] yep that would be the most appropriate [08:32] guiverc: for packages in universe etc, there used to be #ubuntu-motu, not sure if it's active anymore [08:33] While if it's a personal package not in universe, then yeah #ubuntu-packaging sounds appropriate [08:48] Yeah, it's a custom package in a PPA. [09:18] Hello, I'm on an Ubuntu focal. I'm wondering why snap mounts a device for every app I install? Devices names "loop0", "loop1"... === denningsrogue6 is now known as denningsrogue [09:36] Hello terminal-lovers, the buffer is limited, so I can only scroll up a defined number of lines. Can I change this number/buffer, so I can scroll more "up" in the terminal? === BlessJah_ is now known as BlessJah [09:41] if you are using an emulator like Konsole, there is a setting for it in the profile settings [09:41] alzgh: not for the terminal? [09:42] alzgh: yes, it's really weird. one of the reasons many uninstall snap. [09:43] terminal like a login terminal or is it an emulator that you run from a desktop environment? [10:03] the likelihood of getting iptables 1.6.2 packaged for 18.04 is not very high judging by this, right? https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/1805543 [10:03] Launchpad bug 1805543 in iptables (Ubuntu) "Packaged version of iptables doesn't provide --random-fully flag." [Wishlist, Confirmed] [10:05] it causes connection resets on any kubernetes setup with 18.04 nodes and e.g. Calico as CNI since it can't make use of --random-fully for MASQUERADE (Calico can detect that it needs to do this, but only iptables >=1.6.2 exposes the option) [10:12] Hello everyone. I can't install the "gi module" with python3. It is driving me nuts. Any help greatly appreciated. [10:13] hey bob2, what have you tried and what (error) messages are you getting? [10:14] zaggynl, I've tried "pip install gi" and I've tried "apt-get install python3 gi". I even tried "conda install gi". [10:14] python3-gi* [10:15] I forget if ubuntu 20.04 defaults to python3 or python2.7, does it work with pip3 install gi? [10:16] assuming you're on 20.04 [10:16] bob2: talking about pygobject? [10:19] zaggynl, Ubuntu 20 comes with python2.7 installed which is no longer supported. "pip2.7 install gi" works fine. But "pip3 install gi" fails. [10:20] what's it say when it fails? [10:21] ERROR: Could not find a version that satisfies the requirement gi (from versions: none) [10:21] ERROR: No matching distribution found for gi [10:21] 'cause there's no such package in pypi [10:21] try pip install pygobject [10:22] ERROR: Could not find a version that satisfies the requirement pyobject (from versions: --1.1.1, -1.1, -1.1.4, 1.0, 1.1.2, 1.1.3) [10:22] ERROR: No matching distribution found for pyobject [10:24] bob2: what command is that output from? [10:24] oops typo [10:24] pyggobject and pycairo are both installed [10:28] This command fails: python3 -m pip install -U PyGObject [10:28] ERROR: Could not build wheels for PyGObject which use PEP 517 and cannot be installed directly [10:31] (you don't have to worry about case with pip, 'pygobject' will suffice) [10:32] bob2: does it say to upgrade pip? [10:33] matsaman, for pip2.7 yes. [10:33] what you should probably do is python -m venv ~/my-venv; source ~/my-venv/bin/activate; pip install -U pip; pip install gobject [10:37] bob2: or you could try pip install --no-binary :all: pygobject [10:37] That seems to have worked but I have a new error message now. [10:38] gi.require_version("Gtk","3.0")...... ValueError: Namespace Gtk not available [10:41] https://stackoverflow.com/questions/56823857/valueerror-namespace-gtk-not-available [10:44] matsaman, yes I tried everything on that page. It also seems to have gone back to the original "gi error" for some inexplicable reason. [10:44] I don't have a good understanding of python environments [10:44] I am in (v-env)(base). I think I want to go back to (v-env) [10:45] oh okay [10:45] you probably need to run 'deactivate' a couple times [10:45] till your prompt is 100% normal [10:45] and then source path/to/venv/bin/activate _once_ for the right path [10:46] if you're not sure which is right, then just start from scratch again: python3 -m venv new/venv/path; source new/venv/path/bin/activate [10:46] #python can probably help with whatever you're doing, too [10:47] Hi [10:47] hi [10:49] I have a laptop, bought in 2013-14 with 8 gb ram. I have been looking at different DEs but not able to settle on one. The problem is that the icons and fonts of all the DEs are very big. Can anyone suggest any DE [10:51] Thanks matsaman. [10:52] Guest64: most of the popular DEs, you can configure icon size [10:52] and font size [10:55] The launcher for example covers half of the screen and the windows cover the whole area, the minimise, maximise buttons are big [10:55] i mean fo desktop i understand [10:55] *for [10:56] but for laptop its really annoying === michele_ is now known as michele [11:31] how do I configure my cpu so that it's set for maximum performance? [11:43] that should be automatic. [11:44] unless you mean overclocking? === qwedfg_ is now known as qwedfg [12:00] alzgh: no, I mean: 'gnome-terminal' [12:01] How can I see more lines when I scroll up in gnome-terminal? [12:02] Liblx Preferences->Settings->Scrolling tab->Limit Scrollback to... [12:04] alzgh: cool! thanks. And oh, it's already 10,000 ... hm. :D [12:07] alzgh: do you also know how to change the sound of the 'terminal bell'? [12:32] Liblx, Settings--Sounds--Alerts--Sounds and if you prefers change it look for /usr/share/sounds/gnome/default/alerts/ [12:48] ioria: seems like that guy from yesterday ran into mesa on that bug #1939447 [12:48] Bug 1939447 in vlc (Ubuntu) "Audio plays but no video in vlc" [Undecided, New] https://launchpad.net/bugs/1939447 [12:48] let me see lotuspsychje [12:50] hey, Whenever I pause/play on vlc, if the pause is longer than a few seconds, I get a silence of a few seconds in the audio when I click play again. I looked this up and saw some other folks have this too, but couldn't find a definite solution [12:50] your talk of vlc on Ubuntu reminded me of this [12:50] I'm on focal [12:53] lotuspsychje, i see; i have already read somewhere about vdpau problems with vlc ... [12:54] ok, tnx ioria lets keep an eye on those [12:54] sure [12:58] alzgh: other mediaplayers dont have that lag? [12:59] Is there a way to down load the source code of "linux-image-extra-4.4.0-66-generic" package? [12:59] lotuspsychje haven't checked any others. Is there any you would recommend checking? [12:59] alzgh: smplayer would be a good test [13:00] thanks, will check and come back [13:06] Guest9659, you can with apt source, but you have to comment out deb-src lines first in your sources.list config. [13:08] lotuspsychje checked with smplayer and mpv player, they don't have the few seconds of silence like VLC. [13:10] alzgh: something like bug #1856036 ? [13:10] Bug 1856036 in vlc (Ubuntu) "sound shout up after 10s" [Undecided, New] https://launchpad.net/bugs/1856036 [13:12] Guest9659, assuming version 4.4.0-66 is still part of your repo [13:16] hey lotuspsychje sorry, I lost connection. Can you post the issue # again? [13:17] alzgh: can you check if you have the symptons of bug #1856036 [13:17] Bug 1856036 in vlc (Ubuntu) "sound shout up after 10s" [Undecided, New] https://launchpad.net/bugs/1856036 [13:17] yes, will do [13:21] coconut: sudo apt-get source linux-image-extra-4.4.0-66-generic [13:21] ? [13:21] coconut: is the above command correct? [13:21] Guest9659: what version of ubuntu are you running? [13:22] leftyfb: Ubuntu 16.04.4 LTS [13:22] 4.4 [13:22] !eol | Guest9659 [13:22] Guest9659: End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [13:23] Guest9659: your efforts should be put into upgrading the release, not looking for the kernel source [13:23] !esm | Guest9659 if you'd like support with EOL releases, you can get ESM support through Canonical [13:23] Guest9659 if you'd like support with EOL releases, you can get ESM support through Canonical: Canonical offers paid extended security support for end-of-life LTS releases through the Ubuntu Advantage program. For more information, see https://ubuntu.com/esm . ESM is not an Ubuntu community offering; please direct questions about it to Canonical directly. [13:26] maybe if Guest9659 would clarify his purpose, volunteers could help think along? [13:27] Hi all [13:30] lotuspsychje it's more like this https://code.videolan.org/videolan/vlc/-/issues/25964 . [13:30] Issue 25964 in videolan/vlc "pause/play audio issue" [Opened] [13:31] alzgh: if they claim to be fixed in vlc 4, you could perhaps test the vlc snap dev channel [13:31] alzgh: snap info vlc [13:33] will check it, lotuspsychje . thanks === mybalzit1h is now known as mybalzitch === Guest14 is now known as wsdjeg [14:14] * wonko[m] < https://libera.ems.host/_matrix/media/r0/download/libera.chat/04fdc00197d52cd7d8f8836913618f3fc1b77043/message.txt > [14:19] weird, I can get there with a browser [14:19] but pastebinit gets a 502 [14:34] ledeni: thanks for the sound alert infos. perfect. [14:55] wonko[m], my pastebinit does not work either... have you tried the | nc termbin.com 9999 #alternative [14:56] ? === michele_ is now known as michele === schiggn is now known as koffeinfriedhof [15:37] Hello! I am running 20.04.2 and am having a bit of difficulty with the nvidia drivers. I tried from both the software updater GUI and terminal to install/update the latest driver from nvidia (470) but am receiving "unmet dependencies" and "you have held broken packages" errors. [15:38] I ran dpkg --get selections | grep hold and it doesn't show anything so I'm sure it's only the unmet dependencies [15:38] How can I figure out how to fix this? [15:39] the dependencies listed are all nvidia-based, so I'm confused as to why it doesn't just pull them as part of the install [15:53] nick7465, show the error you got so volunteers can try and help you [15:54] sudo apt install nvidia-driver-470 [15:54] Reading package lists... Done [15:54] Building dependency tree [15:54] Reading state information... Done [15:54] Some packages could not be installed. This may mean that you have [15:54] requested an impossible situation or if you are using the unstable [15:54] !paste | nick7465 [15:54] nick7465: 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. [15:55] Oops! Sorry about that, thank you. Let me try the other paste method. [15:56] https://paste.ubuntu.com/p/zr8XjsjjbQ/ [15:57] In the GUI it shows that I'm using a proprietary driver now (460) but in the installed applications it also shows the Xserver app which I believe is the open source Nouveau driver [15:58] Performance certainly feels like the Nouveau driver [15:59] "ubottu" haha that's a clever bot name [16:02] nick7465, can you paste dpkg -l | grep nvidia ? [16:04] https://paste.ubuntu.com/p/PHgggn9pTf/ === pi37 is now known as johnjay [16:05] nick7465, lspci -nnk | pastebinit [16:06] What does this command do? It's asking me to install pastebinit [16:06] nick7465, no worries ; paste ' lspci -nnk ' [16:07] https://paste.ubuntu.com/p/pHzZnhy5f4/ [16:09] nick7465, as you can see, you're using nvidia module and you have multiple versions installed ... and you want to install also 470 ? [16:11] Hmm, I am guessing the multiple versions is potentially the issue... I'm mainly trying to troubleshoot why I get such poor performance compared to using Windows. I can run games 144fps on Windows but the same game (made for Linux version of course) I will get 20fps. [16:11] I thought upgrading to 470 might help [16:11] But I'm kind of just throwing darts at a wall here [16:12] nick7465, if you ask me, purge the previous version(s), before installing a new one [16:12] nick7465: my experiene with Steam games (not the latest though) is that they run pretty well. 20 FPS seems to show that it is running without GPU accel. [16:13] How can I do that? [16:13] nick7465: it is not easy to install NVIDIA drivers "right", in many cases. [16:13] Yes I agree, Walex. I for sure am having an issue I really don't think it's the game itself [16:13] nick7465: the first thing to check is whether you do have acceleration. [16:13] nick7465, you have installed 440 450 460 [16:14] Oh my. How can I purge all of them, Ioria? [16:14] nick7465, does it work your card with nouveau ? [16:15] Walex, I am very new to Linux still. I am not sure how to do that [16:15] nick7465: that [16:15] nick7465: that's why we are here and can tell you. [16:15] Ioria, I have no idea. [16:15] nick7465: which package manager do you usually use for installation? [16:15] I feel really dumb, I'm sorry. But thank you guys very much for helping. [16:15] nick7465, what's the nvidia version actually in use ? [16:16] I usually use apt via terminal. I think I have one snap package installed but can't remember. [16:16] According to the software updater app, it says the 460 is in use. [16:17] nick7465, nvidia-smi what it says ? [16:18] https://paste.ubuntu.com/p/3XfPmbFQ24/ [16:18] running nested virtualization (ubuntu host -> ubuntu guest -> another ubuntu guest). Any idea why everthing is so slow? Also, Virtualbox [16:19] nick7465, sudo apt nvidia-driver-440 && sudo apt autopurge [16:19] nick7465, sudo apt purge nvidia-driver-440 && sudo apt autopurge [16:21] Done. Should I also do the same for 450, Ioria? [16:21] nick7465: your latest paste shows that various processes are using the NVIDIA libraries... === waxfire238 is now known as waxfire [16:22] nick7465: 'nvidia-smi' seems to show that your installation is mostly right. [16:22] Walex, that makes sense. I run dual monitors though my secondary monitor's max resolution is 1024x768 according to the software/OS but the monitor's actual capability is far greater (1080 monitor) [16:22] nick7465, yes [16:23] Oh hm, it says 450 is not installed so it wasn't removed. Logical, but I thought we saw it was. Interesting. [16:23] Maybe it was purged when I did the 440 [16:24] nick7465, again dpkg -l | grep nvidia please [16:24] nick7465: you also have CUDA installed and then it is possible to do some quick speed tests. [16:24] hey [16:25] nick7465, if you have cuda that's probably the culprit [16:25] https://paste.ubuntu.com/p/cDv25pcrZQ/ [16:25] I don't know if I have cuda or not, why would that be problematic? Don't nvidia GPUs have cuda cores regardless? [16:25] ioria: CUDA does not make OpenGL become slower. [16:26] I'm managing to get very confused. Does fail2ban block ipv6 miscreants as well as i?v4? [16:26] Walex, but can mess up, with the package manager [16:26] dpkg -l | grep nvidia looks a lot cleaner now, but nvidia-smi no longer works [16:26] also a little known secret: the most reliable NVIDIA drivers are those in the CUDA repository, because they have to be :-) [16:26] Should I purge 460 and install 470? [16:27] nick7465, no it's wrong i don't see 460 [16:27] Uh oh [16:27] In that paste it mentions 460? [16:27] Ah okay in software-updater it shows I'm using the nouveau driver now [16:28] nick7465, the pkg is calld nvidia-driver-460 [16:28] nick7465: not necessariy, you have not rebooted. [16:28] oh I see there's still two 440s listed in that last paste [16:28] nick7465, dpkg -l | grep -i cuda [16:28] nick7465: existing processes will continue to use the NVIDIA libraries. [16:28] oh my this is confusing! haha. Should I reboot? [16:28] nope [16:28] nick7465, dpkg -l | grep -i cuda [16:29] nick7465: not yet reboot [16:29] That command returns nothing [16:29] no error, just nothing [16:29] ok [16:29] I seemed to have broken my ubuntu install by starting my dual-booted windows and shutting down before it started to boot. While trying to set up grub again on my ubuntu (which is on a different SSD than my windows), I seemed to have trouble setting up GRUB+EFI for my ubuntu. Based on searching around on the internet, I think the source of the problem may be that there's no EFI partition on my ubuntu SSD. When listing the partitions, I saw [16:29] that there were only the / partition, the /home partition, and swap. Assuming nothing outright removed any other partition, and that there needs to be an efi partition to install an efi bootloader, then might the only explanation be that my EFI partition was on my Windows drive all along? Because I do see an EFI System partition there. Also I believe I installed Windows first [16:30] nick7465, sudo apt purge inux-modules-nvidia-440-5.4.0-42-generic inux-modules-nvidia-440-5.4.0-47-generic [16:30] amcsi: there must be only one EFI partition. [16:30] nick7465, sudo apt purge inux-modules-nvidia-440-5.4.0-42-generic inux-modules-nvidia-440-5.4.0-47-generic [16:31] nick7465, sorry, sudo apt purge linux-modules-nvidia-440-5.4.0-42-generic linux-modules-nvidia-440-5.4.0-47-generic [16:31] amcsi: unless you do really weird things like switching the "primary" drive in the BIOS before booting. [16:31] hehe figured that one, no problem! I ran it with the missing l's and it removed both [16:31] Walex, oh, I mounted /sdb2 (the windows drive's EFI partition), and in there I see an EFI/ubuntu [16:31] nick7465, sudo apt purge libnvidia-compute-460 [16:32] amcsi: amcsi: the way Ubuntu boots with EFI is slightly weird, so don't look into that. [16:32] so that means the EFI partition was on the drive meant for windows all along most likely, right? [16:32] ok [16:32] ioria done! [16:32] nick7465, sudo apt autopurge [16:32] ran, nothing changed [16:33] nick7465, uname -r (you can paste here) [16:33] 5.11.0-25-generic [16:33] amcsi: how much do you know about system administration? Can you boot a standalone "liveCD"/"liveUSB" Linux without further details? [16:33] nick7465, sudo apt update && sudo apt full-upgrade [16:33] Walex, yes [16:34] ran, no changes (I ran this about an hour ago) [16:34] Walex, so I would like to appreciate a little help in the following: [16:34] amcsi: do you know how to then 'chroot' to your '/' partition and run commands in it? [16:34] nick7465, dpkg -l | grep nvidia === diskin_ is now known as diskin [16:34] Walex, yeah, mostly [16:34] didn't return anything ioria [16:34] ok [16:34] but wait a second please [16:35] nick7465, run this 'apt -s install nvidia-driver-470 --no-install-recommends' [16:35] amcsi: ok, give us the further details. [16:35] Ran very quickly, seemed successful? [16:35] can we see ? [16:36] so initially I tried to run grubinstall --boot-directory=/mnt/boot /dev/sda, were /mnt is where my ubuntu root is mounted to, and /dev/sda being the device obviously. But I got: warning this GPT partition label contains no BIOS Boot partition yada yada [16:36] Oh "this is only a simulation" haha! no wonder it ran quick. Yes let me paste ioria [16:36] but now I realized that the EFI partition was on the other device [16:36] in /dev/sdb2 [16:36] ioria https://paste.ubuntu.com/p/f6q39Mybs8/ [16:36] now I mounted /dev/sdb2 to /mnteffi [16:36] I mean /mntefi [16:37] nick7465, now this : 'apt -s install nvidia-driver-470' [16:37] Walex, so might you know how I would need to continue from here to finish the grub reinstall? [16:37] I'll need to somehow let the grub installer know about where my efi is [16:38] ioria https://paste.ubuntu.com/p/cgvrNNrwsZ/ [16:38] amcsi: that is "all wrong" unfortunately. [16:38] nick7465, looks ok now [16:38] amcsi: your EFI partition must be on the prima boot device. [16:39] I agree, Ioria. Should I run one of those two simulated commands for real now? [16:39] amcsi: the EFI is actually a MS.DOS like operating system [16:39] nick7465, try to install it : sudo apt install nvidia-driver-470' [16:39] amcsi: that gets booted by the BIOS built into the motherboard. [16:39] nick7465, try to install it : sudo apt install nvidia-driver-470 [16:39] Walex, it couldn't be all wrong, because this is how it's been working... [16:39] amcsi: and its "root" partition must be on the primary boot device. [16:40] amcsi: then perhaps you have a BIOS that can boot the EFI OS from a secondary boot device, but that is unlikely. [16:40] I installed Windows first on the windows drive which created an EFI partition there. Then I installed ubuntu on the other drive, and it likely reused the same EFI partition as windows, no? [16:40] on the other device [16:40] It would then install Grub wouldn't it? [16:41] amcsi: what is then more likely is that the BIOS and Linux list devices on a different order [16:41] amcsi: so 'sdb' is actually at the BIOS level the primary device (0x80 in MS-DOS terms). [16:41] Ioria, it seems to have worked fine! Installed about 788mb. No errors. Do I need to change any configuration or settings or whatnot to use it? Or reboot etc? [16:42] amcsi: in that case it is a bit of a mess to get all the details right. [16:42] amcsi: does MS-Windows boot right? [16:42] nick7465, you know... reboot (if you got a blank screen you need to boot with nomodeset)... i suggest to make grub show at startup [16:42] Walex, yes, windows does boot. And btw remember, I said that on the windows drive's efi partition I saw ubuntu [16:43] amcsi: again things are a bit strange there. [16:43] amcsi: does GRUB2 start at all? === onelegend is now known as legend [16:43] amcsi: or rather: [16:43] Walex, no. If I start the Linux partition, I don'T even get there... [16:44] Walex, I get this: https://www.dropbox.com/s/dormqhnjkmj547a/2021-08-11%2016.43.55.jpg?dl=0 [16:44] amcsi: when MS-Windows boots, does it show first the GRUB menu or just the MS-Windows boot menu? [16:44] nick7465, to make grub show you can use this config in /etc/defgault/grub : https://paste.ubuntu.com/p/FvFkXhf3Qz/ then run sudo update-grub [16:44] ioria, grub shows at startup since I dual boot ubuntu + windows. Do I need to do anything else? [16:44] nope, good [16:45] Okay perfect [16:45] Walex, if I choose the windows partition as the boot device, then it just boots straight to windows [16:45] amcsi: in what kind of menu do you choose MS-Windows? [16:45] if I choose the ubuntu partition, then I get that failure in the dropbox link, and no grub [16:45] I hope to return soon with good news! I think I might need to relog here as different nick since I'm not registered but we'll see. I'll ping you either way Ioria [16:45] ok gl [16:45] Walex, I simply choose the boot device manually in my BIOS to get windows to run [16:45] Thank you so so much for your help Ioria and Walex. I will return shortly! === legend is now known as onelegend [16:46] amcsi: chnaging the boot device often creates a lot of problems unless you really know the details how how BIOS, EFI, GRUB2 work. [16:47] amcsi: the crucial details from the Ubuntu point of view is that when 'grub-install' runs '/boot' and '/boot/efi' must have the right filestems/partitions mounted. [16:48] Walex, this is just the simple Boot Order stuff. Like how if your live usb does not run, you'd tell your bios to prioritize your usb devicwe [16:48] amcsi: if you know all the details, it can be made to work, but obviously it does not work. [16:49] Walex, one quick question: does grub-install check to see if the circumstances are valid before setting up grub? so if I mounted the wrong things to the wrong folders, will it warn me? [16:49] amcsi: no. [16:51] ioria: in the case of "nick7465" cleaning up his packages is a good thing, but first I would have checked *why* it was slow... It could something simple like i386/amd64 differences. [16:51] Walex, yeah [16:52] ioria: the Steam installer does not check that all i386 dependencies needed by Steam games are installed, and many i386 Steam games are still i386, so it could have been that. [16:52] Walex, so for starters are you saying I have to create a new partition acting as EFI on the same drive as my ubuntu? [16:52] ioria: or as you probably know quite a few other things. [16:52] Walex, what worried me was the apt errors [16:52] amcsi: I would really avoid doing that... [16:52] ioria: oh yes, I can understand that. [16:53] Walex, why? besides, I'm planning on installing a new physical drive in place of the windows drive, so I think it would be beneficial to have the ubuntu efi partition on the same device as my ubuntu [16:54] BTW as I was mentioning the most reliable NVIDIA drivers are those in the CUDA repo: http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 [16:54] ioria I can't even remember if this is the same nick I used before, but I'm back. So far it doesn't seem any different from before. My second monitor is still stuck on a low resolution, and attempting to play the game still presents 20-30 fps. Another game is asking "launch" or "launch using OpenGL" I am guessing choose the OpenGL? [16:55] amcsi: because unless you are completely sure that you know all the details of BIOS, EFI, GRUB2 configuration and booting, having multiple EFI partitions creates problems and ambiguities. [16:55] nick7465, again nvidia-smi please [16:55] any way to persuade {user,group}add that an ephemeral user/group doesn't exist so it/they can be added to /etc/{passwd,group} ? I've tried 'tricking' with --prefix=/ but they still uses NSS and therefore 'find' the ephemeral user/group [16:56] https://paste.ubuntu.com/p/xYD4NH74Wb/ [16:56] Walex, going on a little tangent, if I wanted to replace my windows drive (that has the efi partition), should I be prepared to have to reinstall ubuntu, cause it's better to not mess around with efis? === genii-core is now known as genii [16:57] nick7465, now 470 is correctly in use and is the latest [16:57] amcsi: you never need to reinstall Ubuntu because it can always be fixed from a liveCD/liveUSB. [16:57] Walex, ok... could I do the same right now with my current situation? [16:57] amcsi: the details may be a bit complex, but it is not like MS-Windows yet where the details are unknowable. [16:58] I don't know if I mentioned, but the live usb is already running as we speak [16:58] Walex [16:58] I tried to upgrade to hirsuite and now I've got a broken system. It just said "failed; please contact your system administrator" during the upgrade. I restarted, and I can operate on the machine, but all the apt packages seem to be messed up. I tried sudo apt --fix-broken install and got this: https://bpa.st/3BLA [16:58] ioria - sweet!! That's good news. I'm not sure what my problems are then [16:58] amcsi: the best and simplest thing is; a single EFI partition on the primary boot drive, which boots the MS-Windows bootloader or the GRUB2 bootloader. [16:58] nick7465, maybe Walex has some suggestions [16:59] ioria, thank you so much for your help so far you've been amazing [16:59] Walex, fun fact, the ubuntu drive has been the primary drive [16:59] in the future if I wanted to update the driver, what would be the best way Ioria? [16:59] so I don't even understand how that works when the EFI partition is on the windows drive [17:00] amcsi: please don't be offended when I say that I don't trust you to *know* which drive is the primary boot drive unless you know why that is aclled the '0x80' drive. [17:01] I've tried these commands: https://askubuntu.com/a/346795 [17:01] amcsi: some BIOSes will boot EFI and mount the first EFI partition they find on any drive, some don't [17:01] Walex, I'm absolutely not offended, you are super kind [17:01] nick4765: which game is it? [17:02] Walex, so you're saying the primary boot drive has nothing to do with the boot device order in my BIOS? [17:02] Walex the one I was testing in comparison was Tropico 6, but I just installed Valheim to test that one. It's asking to launch or launch with OpenGL not sure which to do. Hate to try one and then not have that option return in the future [17:02] amcsi: in theory the BIOS assigns MS-DOS drive number 0x80 to the first drive listed in the boot device order. [17:03] nick4765: it has to be OpenGL. [17:03] Walex, even if it's the live cd, right? [17:03] Okay awesome, let me try Valheim and see. Though I am still having the issues with my second monitor reso being low [17:03] nick4765: but there is a complication: some games run under MS-Windows emulation ("proton") [17:03] nick4765: try Team Fortess 2 as a baseline, it is free. [17:04] Yeah, I enabled Proton. should I not have? [17:04] Okay I will try TF2 [17:04] nick4765: Proton usually works, but it can add a layer of extra complexity. [17:04] nick4765: so to solve problems it is best layer by layer. [17:05] nick4765: "ioria" has got you to clean up the package install layer, now we need to check the other layers. [17:05] nick4765: while you wat for the download to finish, please install 'pastebinit' [17:06] nick4765: and then 'pastebinit /var/log/Xorg.0.log' and 'nvidia-smi | pastebinit' and 'xdpyinfo | pastebinit' and 'xrandr | pastebinit' [17:07] Awesome! I just tried Valheim using OpenGL and I get significantly better performance in that game, 60-80 fps. This is still down from 144 over in Windows but way better than the 20-30 seen in Tropico. I am downloading tf2 now and will do the pastebin things [17:08] amcsi: when you boot a liveCD or liveUSB the primary driver gets set to the CD/USB, but also the liveCD(liveUSB things contains code that scans most of the partitions on the system to figure out how to continue booting. [17:08] amcsi: again, unless you really know what you are doing, never switching boot drive and using a single EFI partition is a lot easier. [17:09] Walex, alright... so how do you suggest that I proceed? [17:10] Walex https://paste.ubuntu.com/p/DRsmMnD7g3/ https://paste.ubuntu.com/p/VJxYh9QbF5/ https://paste.ubuntu.com/p/8k9bXyZX24/ https://paste.ubuntu.com/p/fXkqTW6jh7/ [17:10] you saw my dropbox image, right? I'm wondering if my EFI is screwed up and if it could simply be fixed somehow [17:11] amcsi: the simplest configuration is this: the primary boot drive is fixed, and it is the MS-Windows drive with the only EFI partition in the system. Given that, ubuntu can be anywhere, because it is a lot less fussy then MS-Windows as to booting locations. [17:12] amcsi: the boot then proceeds like this: the BIOS boots EFI, EFI mounts th EFI partition, scans it and finds the MS-Windows bootloader and the GRUB2 bootloader, and then gives you a menu. When you select GRUB2 it mounts '/boot' as its root partition and there it goes. [17:13] amcsi: it is very difficult to screw up EFI itself. the kernel is in the BIOS "RO" storage, and the EFI root partition only contains the EFI shell or a set of bootloaders. [17:14] nick4765: having a look... [17:14] nick4765: BTW the critical bit to look for is 'glx' [17:15] walex, I just queued into a TF2 game and the performance was perfect. 250-280 fps and smooth as butter. [17:15] I know it's an old game, but still. [17:15] I think that's a good sign [17:16] nick4765: that means that your install has full OpenGL acceleration. To be really sure check with 'top' while the game is running that the CPU time is low. [17:17] But 250-280 FPS at full 2K resolution is probably unattainable with software OpenGL alone. [17:19] so far the pastes show everything is dine, e.g. NV-GLX is paert of of the X11 extensions available, etc. [17:19] by the way I have run boot-repair: https://paste.ubuntu.com/p/S5dGyHj69B/ [17:20] I don't have high hopes, but I'll restart and see if it fixed it [17:21] woah [17:21] it fixed it! [17:21] amcsi: the boot repair log is a bit weird but it seems good. [17:21] I'm so happy right now. Thanks for all the help! [17:21] amcsi: note that it mounted '/dev/sdb2' as '/mnt/boot/efi'. [17:21] Walex, running top while playing shows roughly 200-230% cpu usage (how is that even possible?) while it is not in focus, it's around 20-30% [17:22] Walex, that's what I said was on the windows drive [17:22] amcsi: you need to make sure that '/dev/sdb2' is mounted as '/boot/efi' in '/etc/fstab' [17:23] nick4765: each CPU counts as 100% in "Irix" mode of 'top'. [17:23] Oh you said Time not % usage - the time is 3:47 to 3:48 while not in focus and while playing it goes up to 4:25 [17:23] Ah gotcha, good to know! [17:23] nick4765: % is good [17:23] nick4765: it is a bit high for TF2 on a latest system like that. [17:24] Meanwhile the "time" on the steam process is 12:06 ! weird [17:24] Recently encountered an issue: "fork: retry: Resource temporarily unavailable" ends up erroring out a ton of my processes. Looked at the fix, they mentioned it could be a memory, ulimit or kernel limitation. So I end up checking memory (53% usage only), upping ulimit for processes to their maximum, upping files opened to their maximum, putting [17:24] pid limit to the highest and doing the same within the kernel. Memory usage is probably not an issue since I got about 50 gb left. So after doing all that, can't think of what else would cause the problem. It's an AWS instance so might have to do with virtualization issue. So far have 2 computers with this issue. Wondering if someone else has [17:24] encountered this problem. [17:24] nick4765: is it running at full 3584x1440? [17:24] It's running at my native which is 2560 x 1440 [17:25] TheFork: check 'dmesg' it should have more details, but you should rather try #Ubuntu-server [17:25] Ah thanks! [17:26] nick4765: I mean 2560x1440 === Axyzhdeu- is now known as Ahxyz [17:28] Yeah it's running at that. What the % and time be? (Also, what's CPU time? As in the timing like in RAM?) [17:28] nick4765: there is something rather weird in your configuration: the NVIDIA driver only reports 8 DisplayPort outputs, but 'xrandr' shows a los res display as 'HDMI-0' [17:29] hello, I have a script to compress, encrypt and upload my files to google drive, I want to run this script as a cronjob weekly, for that, I need to set the --passphrase flag to gpg so I can encrypty my files without my interaction, reading gpg's manual, they explicitly say that the --passphrase flag is unsecure, since the value can be logged and generally unsafe on a multi-user, the same for the [17:29] --passphrase-file, which reads from a file. My question is, how can I safely provide my password to gpg, without user interaction, on a multi-user system? [17:29] nick4765: since 'xrandr' report 6 DisplayPort and 1 HDMI, perhaps your system converts one DP port to HDMI. [17:30] Walex, /dev/sdb2 has EFI/ubuntu and EFI/boot as well. Still /dev/sdb2 should be mounted as /boot/efi as-is? [17:30] That is weird, I agree. I also definitely don't have 8 physical ports! judging from a quick glance, it shows 3 DP ports, 1 usb-c port, and 1 HDMI port Walex. My secondary display is hooked via HDMI [17:30] nick4765: nick4765: those are the chipset ports, which may or may not be connected to external sockets. [17:30] Ahhh, gotcha. [17:31] amcsi: yes, as said. Don't worry about the subdirectories. [17:31] The secondary display is in HDMI, and the monitor physically can go up to 1080 native but that isn't even an option in settings. The highest I can go is 1024 x 768 which is what it's at. [17:32] amcsi: I have written some of the details: http://www.sabi.co.uk/blog/20-two.html?200810#200810 [17:32] nick4765: for the secondary try to connect with DP if you can, the reports by the NVIDIA driver are a bit weird. [17:33] Walex The monitor itself doesn't have a DP port, sadly [17:33] nick4765: I am looking for more tests, sorry I am bit slow [17:33] sakura this might help: https://stackoverflow.com/questions/9460140/gpg-encrypt-file-without-keyboard-interaction [17:33] walex, don't even worry! You're doing amazing work here, thank you so much for your time. I know you're busy! === Beer is now known as Guest7270 [17:34] nick4765: one of the usual tests is the 'atalantis' demo: 'apt install xscreensaver-gl-extra' [17:34] usually those tools have options, but just buried in the documentation. You can also probably use open-ssh aes encryption and store the key in a vault. Good example being something like AWS Secret Manager service. That kind of limits you to how safe the service login is. [17:37] how do I troubleshoot why /usr/bin/gnome-shell takes so much cpu? [17:37] nick4765: nick4765: then run and resize the window to take most of the screen: /usr/lib/xscreensaver/atlantis -fps -count 50 [17:39] sakura, another option that I didn't really consider, but AWS/GCP/Azure should have blob storage with an encryption option where you store the keys within the cloud service itself. It's maybe like .02 per gb plus nominal fee for transfers + key usage. [17:40] nick4765: on a really weak GPU on my laptop I get 37FPS and 6% load. The important thing is that the load should not exceed single digits. [17:40] So first run apt install xscreensaver-gl-extra to install it, then /usr/lib/xscreensaver/atlantis -fps -count 50 to run? [17:41] nick4765: yes [17:42] Walex I am seeing 38.x fps and load ranging from 3.4 to 4% [17:43] Weird that it can only do that low of FPS [17:43] nick4765: it is good, I wonder why the FPS is low here too. [17:44] TheFork thanks for the answers, I just didnt want to expose my passphrase on the terminal, which can be logged by the admin, just thought a little more about it and decided to create a new passwordless key just to encrypt these files, but I'm open for better ideas. [17:44] I mean that's probably a pretty good option overall [17:45] nick4765: I just started Steram and it looks like Valheim is native Linux [17:46] Walex so in theory I could launch it without OpenGL? Or I could launch it without proton? I think I have proton set to only be used if it NEEDS to be used, so I would think in the case of Valheim it wouldn't use proton? [17:46] nick4765: the only libraries that are native Linux are Vulkan and OpenGL [17:46] Ahh, gotcha [17:46] nick4765: using Proton "usually" works. [17:47] nick4765: you may not have Vulkan installed, so it is better to default to OpenGL. [17:48] Fair enough [17:48] Can you think of why my display isn't showing 1080 capability? [17:48] the secondary, I mean [17:48] nick4765: so far all tests succeed as to speed. [17:48] So long as server is well patched etc. If it's like major corporation, then you'd typically do key vaults and key checkouts, but think for most use cases, especially personal use, it's probably overkill. Yeah, definitely don't put the password plain text on a cronjob. That's definitely not koshure. All you need is someone to read off the file [17:48] or check history and boom. It's all compromised. [17:49] Yeah and TF2 and Valehim both work really well and smooth so I'm not AS concerned now. I think it's mostly straightened out. I think Tropico6 just has issues period despite supposedly being native linux. [17:50] nick4765: for the external display I can think of several reasons, one of them is that it is the wrong cable. [17:50] Walex Even if it works fine on Windows? [17:51] nick4765: in the Xorg server log file the only mention of HDMI is for input devices, so it is weird indeed. [17:51] nick4765: have you tried using the NVIDIA control panel app? [17:52] nick4765: 'nvidia-xconfig' [17:52] Walex the only one I have is the x server settings, is this correct? [17:53] I can screenshot you what I see, sec [17:53] !paste [17:53] 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. [17:53] imgur, got it. [17:54] Walex https://imgur.com/a/D40XVhi [17:54] Now when I click "auto" to change reso on the second display I see resolutions up to 1600x900 which is higher than before. Still not up to native though. [17:56] Walex: Interesting when I navigate to the two screens under the "GPU 0 -" tab, there's one for HDMI-0 and DP-2; DP-2 shows the "signal" to be DisplayPort while "HDMI-0" shows the signal to be "TMDS" [17:56] nick4765: try putting th second monitor *under* the main monitor, not to thew right. [17:56] nick4765: that's weird, usually TMDS is the builtin one [17:57] ahhh no, LVDS. [17:58] LVDS? [17:58] Putting the secondary underneath my main works fine, stays the same reso though [17:59] nick4765: have you tried manually selecting a higher res for the secondary? [17:59] Although it does make me a bit dizzy [18:00] Yes, the option doesn't even exist for higher. And there's no manual option to enter in my own values [18:00] nick4765: some drivers have a 4096 pixel height and width limitation for the virtual display [18:00] nick4765: it could be a bad cable but it would be strange. [18:01] I changed it to 1600x900 and it is working fine at that resolution [18:01] Yeah, I'm not ruling out the cable thing for sure. Just because it works on Windows doesn't mean it's NOT bad persay. [18:02] nick4765: it is possible to manually add a 1920x1080 mode and force that, but it is not simple. [18:02] Ahh [18:02] nick4765: what does this report? "pastebinit <( hexdump -C /sys/class/drm/card0-HDMI-0/edid )" [18:02] I'd like to disappear for while, I will be back in around 1 hour [18:02] Oh under advanced, I could potentially edit the "viewportin" and "viewportout" values [18:03] No problem! Have a great one, I should probably go do stuff myself. I really appreciate all of your help Walex, seriously. Thank you. [18:03] TJ-: says I'm trying to send an empty document, so I'm guessing nothing in that. [18:04] nick4765: great, that confirms there is no EDID obtained from the display, which is a problem [18:04] That is good news! [18:04] nick4765: your Xorg log file suggested that but this confirms it; so what happens is Xorg and the GPU driver offer a set of 'standard' resolutions [18:05] nick4765: it points to the source of your problem - no EDID [18:05] Which I think is some type of marking that let's the driver interpret what monitor is present? So it has no idea what the monitor is, so it can't suggest a good reso? [18:05] nick4765: try it on DP-2 I expect that'll have data: "hexdump -C /sys/class/drm/card0-DP-2/edid" [18:06] it says no such file or directory [18:06] EDID is a packet of info sent from the display to the GPU describing make, model, and modes it can support [18:06] Ahhh, gotcha. [18:06] firefox on ubuntu live cannot reproduce twitch streams. It's my problem related to my test or a known one? [18:07] nick4765: check what outputs are listed, but DP-2 was shown in the xrandr output. "ls -l /sys/class/drm/ [18:08] Can I copy that info here or does that need to be pastebinned? [18:09] not sure what rule of thumb is for length [18:09] it just shows "card0" and "renderD128" [18:09] as the two lines [18:11] wow! [18:12] (is that a good wow or a bad wow?) [18:13] an unexpected 'wow' [18:13] Fair enough. Haha! [18:13] Above these two lines it says "Total 0" [18:13] What does this information mean? [18:14] that's fine. ... usually the kernel driver will create an entry there for each output of each card. I haven't touched nvidia in a long time so it may do something different. Let's first check if it lists the outputs only under the card node. "pastebinit <( ls -l /sys/class/drm/card0/) " [18:18] Ironically enough I was AMD for a long time with GPU until the 5xxx series and just gave up because of shitty drivers. Went Nvidia for the first time since the Riva TNT2 Pro I had back in '99 with this 2080 Super and it's been stellar on Windows. Then I decide I really want to move to Linux as my main because of Windows repeated blatant privacy [18:18] violations and I'm back full circle with "oh, AMD works way better on Linux because their drivers are open source" [18:18] Makes me chuckle [18:18] https://paste.ubuntu.com/p/Fd5srXxrR2/ [18:22] If it matters, Windows also doesn't see the EDID of my secondary monitor. It just shows as "generic pnp" [18:23] There's something screwey about the GPU I feel [18:24] nick4765: long shot but ... is it possible it's not in the 'correct' slot of the motherboard? sometimes the slot can make a difference for some weird reason only known to the motherboard firmware [18:25] nick4765: I have a headless server that needed a GPU in during install and so I got a really low-spec PCIe fanless adapter, nothing special, but the firmware setup complained about the slot I put it in and I had to move it :) [18:25] Interesting! I hadn't considered this. I could look up the mobo manual and see which x16 slot is preferred. I did actually know that from my own headless server I run! but hadn't considered it for this... haha [18:26] Could we just force a custom reso and see what happens? I am looking up the mobo info now [18:27] Walex, thanks! [18:27] I want to add a GPU to my server as well but can't find a decent quadro that's low-profile. My server is a 4u but the rear is split, half backplane with drives half mobo/etc [18:29] So in the way only Asus can, the manual is largely unhelpful but it does identify the slots as PCIE 3.0/2.0 x16_1 slot and PCIE 3.0/2.0 x16_2 slot; currently my GPU is installed in the 1 slot [18:32] nick4765: quadros are terrible value. [18:32] r 993.938 boot -H -uD [18:32] Hey TJ I need to step out a moment, I should be back in about an hour or so. Sorry. I really appreciate your time and help, I will follow up with you soon if you don't mind. Cheers! [18:32] Walex I agree but I think they're the best at transcoding [18:33] I will be back in a little bit! thanks again everyone [18:36] seems like appindicators in 21.04 is broken somehow... makes gnome-shell utilize 100% of a single core after about 1 day of uptime... once disabled appindicators extension the gnome-shell stops hogging cpu [18:38] depends what extention you installed .. [18:48] hello. does anyone know if there is a place to search for repos with newer/updated packages? [18:48] e.g. github's hub package is *way* out of date [18:49] hopefully something like OBS/COPR [18:49] cornfeedhobo: can you be more specific on what it is you're trying to accomplish? Is there a particular package in mind you are looking to find a newer version of? [18:49] newer.. we surely backport bugfixes [18:50] leftyfb: in this case it's the example i gave. the hub package is 2.7.0, but current release is 2.14.2 [18:51] okay, *way* is an exaggeration, buuuuut, the fact that the api subcommand is missing is frustrating :p [18:51] cornfeedhobo: the snap version is at 2.14.2 [18:51] cornfeedhobo: sudo snap install hub [18:51] they recommend to not use the snap package specifically [18:52] cornfeedhobo: who is "they" and why do they recommend not to use it? [18:52] as well, i'm vehemently against snap. it's a fundamentally flawed "solution" [18:52] ok, good luck [18:52] !latest | cornfeedhobo [18:52] cornfeedhobo: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [18:52] then install the flatpak? [18:53] na. this packaging of dependencies is garbage. the core package just needs a bump [18:53] or, like the many other distros, i'd love a community maintained version [18:53] !ppa [18:53] A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [18:53] this is the only thing i asked for ^ [18:53] ha, it is maintained by the 'Debian Go Packaging Team' https://launchpad.net/ubuntu/+source/hub/2.14.2~ds1-1 [18:54] lol [18:54] contact them for an SRU? [18:54] !sru [18:54] Stable Release Update information is at https://wiki.ubuntu.com/StableReleaseUpdates [18:54] will do. thanks! [18:54] I guess the answer will be ; use snaps [18:55] leftyfb: not to be rude, but this is the second day you've bothered me with pedantia and non-solutions. please, i'm not new to irc or linux. I ask the specific question i'm looking for 90% of the time. [18:55] oerheks: that's just a non-answer for packagers being lazy, imho [18:56] same for chromium browser, find a team for every distro to maintain it.. almost impossible. [18:56] so, snaps universal packaging is the answer, yes [18:57] cornfeedhobo: I asked you what version of ubuntu you were running yesterday. That is very important in most cases when supporting someone [18:57] oerheks: centos, fedora, opensuse... all of them seem to get it done, with integration testing too [18:57] cornfeedhobo: ubuntu is not a rolling release [18:57] neither is LEAP [18:58] but again, it gets it done [18:58] cornfeedhobo: then use that [18:58] if only i could [19:01] lol. irony of irony, i found the ubuntu package i want on the opensuse open build service. [19:04] I've got an old install I'm migrating of Ubuntu 14.04 server. When I run /etc/init.d/mysql stop, it says it shuts down, and the logs confirm it too, but it starts right back up. What is the correct way to shut it down and have it stay down? [19:06] superboot: you probably have some service like monit watching over services to restart them if they are stopped [19:22] Hello Walex and TJ- ! I am back :) [19:22] leftyfb: Turns out it was Upstart. [19:23] haha [19:24] superboot: make sure you get off the EOL release soon [19:30] How do I RANDOMIZE my ETHERNET MAC address on my Raspberry PI Debian Buster Lite? [19:30] ChinaisSOY: try #raspberrypi [19:31] I already asked there [19:31] Its a general linux question [19:31] ChinaisSOY: then try #linux [19:31] Does anybody here know the answer? [19:31] its essentialy just a debian system [19:31] ChinaisSOY: this is an Ubuntu support channel. You are not running Ubuntu. Try #raspberrypi, #debian or #linux [19:32] Im using Lubuntu here [19:32] ChinaisSOY: ok then go to network-manager menus and select"cloned mac address" [19:33] But if you're on raspbian, there's no network-manager there... [19:33] Im using Raspbian Debian Buster Lite [19:34] I dont have a GUI/desktop environment, just TERMINAL [19:35] ChinaisSOY: people have responded to you in both #raspberrypi and #linux. Good luck [19:36] Great, still can get more answers here [19:36] TJ- if you have a moment I'd love to continue where we left off earlier [19:36] ChinaisSOY: no [19:36] Yes, fuck off lefty and go do something else [19:36] Wow. lol [19:36] Theres 930 people here who can possibly answer my question [19:36] ChinaisSOY: you are welcome to /part now. Good luck [19:36] fuck off [19:36] leave me alone [19:36] ChinaisSOY: lol [19:36] Im awaiting answers [19:37] you're an answer [19:37] For someone who wants something you sure aren't going about this the right way Sir or Madam. [19:37] Don't bite the hand that feeds you. [19:38] Leftyfb isnt feeding me [19:38] so Im not biting the hand that feeds me [19:38] ChinaisSOY: that's enough. You are being helped elsewhere. [19:40] Fuck off [19:40] leave me alone [19:40] !op | ChinaisSOY [19:40] ChinaisSOY: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu [19:40] Im talking to the other 937 people here [19:40] fuck the hell off you fucking trolls [19:40] let me talk to the other people here [19:40] ChinaisSOY: what's up? [19:41] How do I reliably change my Ethernet MAC address in Raspberry Pi debian buster lite? [19:41] you use macchange [19:41] I want 100% spoofed mac [19:41] ChinaisSOY: fwiw, debian and ubuntu differ quite a lot in out of the box configuration. what's the network manager in debian buster? [19:41] does macchanger even work [19:41] hey, I use irssi, is there a better irc client for ubuntu? :) [19:41] has anybody tested it [19:41] ChinaisSOY: yes, you can confirm with ifconfig or ip or whatever [19:41] ChinaisSOY: you need to confirm it's changed _before_ you do whatever it is you're doing that you want it to be changed for [19:41] RedHead, hexchat is popular [19:42] thanks coconut! [19:42] RedHead: konversation if you are a kde fan [19:42] RedHead: feel free to search the software store for other IRC clients, try them and decide which one you like best. Or ask in #ubuntu-offtopic for opinions on software [19:42] or weechat if you like terminal client [19:43] How do i script this [19:43] matsaman: ChinaisSOY is actively being helped in #raspberrypi, where they should be asking for help. You should go there and chime in. Otherwise someone is just wasting their time [19:43] ChinaisSOY: matsaman has the right idea. essentially you get what ever network manager you are using to invoke macchanger before connecting, or after disconnecting and on boot (so it's just always random) [19:43] I need it to be changed first thing [19:43] I dont want the Router to see my origional ISP ever [19:43] you will need to figure that out on your own [19:43] MAC* [19:43] I need to setup randomized MAC upon boot [19:44] ChinaisSOY: that part might actually be specific to your distro [19:44] ^ [19:45] you have the pieces you need. but the rest is debian specific [19:45] Can I permanantly change my built-in MAC [19:45] no [19:45] Why not [19:45] I just want to edit the file that says 'This is the permanant mac' [19:45] it burn to the physical network adapter [19:46] That "file" is a piece of hardware. [19:46] maybe in udev? *maybe* [19:46] your mac address [19:46] You can edit it by replacing the network adapter. [19:46] but yeah, what they are saying. the only thing you can do is configure it after boot. the network adapter mac is hardcoded [19:46] Can I wrap the hardcoded mac in a randomized mac cover? [19:47] cover identity [19:47] so all network connections have to travel through the randimzed mac network interfacE? [19:47] Preventing leaks 100% [19:47] that is a more complex question. You should look into distributions like Tails and Qubes for that level of abstraction [19:48] Yes but I need that anonymity on my Standard OS [19:48] Beyond that, your nic is active before boot. [19:48] I just need a randomized Ethernet MAC [19:48] <[twisti]> can i somehow see what version a package is in 21.04 without having 21.04 installed ? [19:48] Possibly even when the machine is powered off. [19:48] yeah Im aware Jon [19:48] Thats why I need permanant spoofing [19:48] ChinaisSOY: your "standard OS" in not supported here. Go to #raspberrypi for support [19:48] ChinaisSOY: you can boot with networking mostly disabled, and then run a script to randomize the mac, and then run a script to ensure the mac was randomized and only then enable networking [19:48] you should switch to a privacy focused os that does this out of the box, it sounds like. otherwise, you need to be willing to spend more time picking apart your setup and fixing it [19:48] You would need something hardware level, then. [19:49] If I was that worried about the end device leaking, I might put something on the lan in between them. [19:49] but this isn't something you'd want to do with a computer at your home or place of business [19:49] if you care about changing your mac, you should be using someplace else's network also [19:49] I love the whole purpose behind this though. They say there router is "backdoored". Like randomizing your MAC is going to do anything [19:50] I missed that detail :) [19:50] Such as what? [19:50] JonathanD: it's because they didn't post it here [19:50] Ah. [19:50] Jonathan? What kind of Network condom can I use [19:50] To shield my PIs raw MAC [19:50] JonathanD: and this is why we don't cross-post [19:50] I could use a WIFi to Ethernet device [19:50] Then the wifi to ethernet devices MAC would be seen by the router, instead of my Raspberry PIs [19:51] I don't know of one. You'd have to implement something. Like anything that does NAT in between would cover it. [19:51] ChinaisSOY: you don't need to hide your mac unless you are connecting to a router you don't control. [19:51] or ask for support for an OS in a completely different OS's support channel [19:51] But i feel that we should be able to permanantly randomize MAC more easily and reliably [19:51] Right, the router Im connecting to, I dont control, its a backdoored ISp router [19:51] .... then just put a router in front of it [19:51] nick4765: sorry, been working on something else. Did you try a slot-swap of the GPU? [19:51] ^ [19:51] I dont have one [19:51] ChinaisSOY: you'd want to talk to the pi development/manufacturing team if you want permament random. That would have to be a hardware solution. [19:51] go buy one [19:52] I live under a train station [19:52] Welp, I'm out. [19:52] okay, i don't care. routers cost $35. [19:52] do you see my name?!? [19:52] Im stealing power from a lamppost and an ehternet cable from the local coffe shops wall [19:52] yeah, i get you man [19:52] TJ- all good! No I didn't try that, I looked in the manual and it shows that the one I have is slot 1, the only two listed are slots 1 and 2. [19:52] :] [19:53] nick4765: mine was the same; Asus Prime X370-Pro [19:53] Oh no way! Yeah, good mobo so far. Has been solid. [19:54] The mobo manual is trash though, doesn't go into which busses are which for the PCI, etc. [19:54] nick4765: It was only in the firmware's setup, for GPU, where it shows a pretty diagram of the slots that there was a little note recommending changing the slot I had it in... like you I had it in slot 1 [19:54] I think in the firmware setup's Advanced mode, it was accessed via the last-but-one tab [19:55] <[twisti]> i hope its okay to post this again, it seems like the question was lost in that bizarre troll story about living under a bridge; can i somehow see what version a package is in 21.04 without having 21.04 installed ? [19:55] Wow. Well, I mean, hey what have I got to lose? Can always put it back. Let me try that. I'll be back in a little bit. So your slot 1 is "top" and slot 2 is "down" from there, correct? [19:55] if you have it oriented in case setup [19:55] [twisti]: yes, using the rmadison tool [19:55] nick4765: i think so; let me look before you go! [19:56] Twisti I think you can just run lsb_release –a [19:56] <[twisti]> nick4765: and then ? [19:56] Also yeah, that was incredibly bizarre story. Haha. [19:56] nick4765: not for checking a package. Slot 3 is middle of the bunch. slot 1 nearest CPU [19:57] Oh whoops! Sorry, I was thinking release version .My mistake [19:57] [twisti]: which package did you want to know about? [19:57] <[twisti]> podman [19:57] !info podman hirsute | [twisti] [19:57] [twisti]: podman (3.0.1+dfsg1-1ubuntu1, hirsute): engine to run OCI-based containers in Pods. In component universe, is optional. Built by libpod. Size 8,950 kB / 36,629 kB [19:57] I only have two slots on mine, TJ-. Well, x16 slots at least. I think the bottom-most full length slot is an x8. But either way yeah I think slot 2 is the middle one [19:58] <[twisti]> thanks [19:58] [twisti]: do you use podman with crun rather than runc? [19:58] I will be back in a bit! (I really need to start using an IRC client...) [19:59] <[twisti]> i dont know what that is or means. im not using podman at all at the moment, havent even decided what distro im going with, thats why i asked [19:59] <[twisti]> i dont want to set up a system only to realize it comes with an ancient podman version [19:59] [twisti]: ahhh... crun is a nice, simple, C-language container runtime, rather than golang. Advantages are it can natively interface with the kernel whereas golanf has to pull all sorts of weird tricks [20:00] [twisti]: runc and others are usually golang [20:00] <[twisti]> im setting this whole thing up to learn podman, and i dont know anything about runc, crunc, golang or any of the other things you said yet, looking forward to learning about it though :D [20:01] [twisti]: it's a steep learning curve :) [20:10] ^ truth [20:11] Also, a lot of the worst of devops and NIH in the OCI world [20:11] takes many months to realise that it's abstractions for abstractions sake, and unnecessary [20:20] TJ- No difference, notably. [20:20] Although now my taskbar in Windows is different but I can deal with that later haha [20:22] nick4765: darn- would have been an easy solution [20:23] nick4765: it is booted into Ubuntu now? if so, show us " pastebinit <(lspci -nn; journalctl -k) " [20:25] No doubt, and yes I'm in Ubuntu at the moment. [20:26] https://paste.ubuntu.com/p/t8fKk3RYG2/ [20:31] nick4765: might not be related but: !kernel: pci 0000:0a:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:03.2 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)" [20:32] Whoa, that's kind of weird... so that's saying that one of my x16 slots is being limited to x8 speeds? [20:33] I wonder if it said the same before I moved slots [20:34] In the Nvidia X Server settings under GPU 0 it also says PCIe Generation Gen 3, x16 but then link speed 8.0 GT/s [20:35] I didn't notice if it said the same before [20:35] I am 93.5% sure the physical port is set to x16 link speed in BIOS but I can check that [20:35] Either way, it shouldn't saturate an x8 slot I don't think? Not sure on that === Walex is now known as Walex_away [20:39] TJ- This is nick4765, I grabbed Hex chat. [20:39] there's nothing else in the log file and I've read every line [20:39] Simmer: ^^^ [20:39] So freaking weird. Well, let me restart and poke into BIOS to see if the link speed changed at all there. I shall return! I really appreciate all your help, truly. Thank you so much for your time. [20:40] Simmer: show us "pastebinit <( sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows | sort )" [20:41] Shows empty document [20:41] oh wait, one sec [20:42] it asks for my pw but doesn't wait and says unable to read, I/O error. Then says you're trying to send empty document. [20:42] So I'm not sure if it's truly empty or it just can't access [20:43] I'm guessing it's interpreting the 'sudo strings' part as root access? [20:43] er, superuser [20:44] I shall return, let me poke into BIOS real quick. [21:08] Hi TJ sorry about the delay there. I am back, though now on my laptop with IRC so I don't have to keep leaving and coming back. [21:09] Simmer: show us "pastebinit <( sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows | sort )" from the problem machine. the sudo command shouled cause you to be asked for your password [21:11] And now my laptop freaked out and I lost what you just said. I'm sorry. I'm pretty sure at this point I'm going to set fire to everything and never touch a computer again. [21:11] Simmer: show us "pastebinit <( sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows | sort )" from the problem machine. the sudo command shouled cause you to be asked for your password [21:12] Simmer: I know the feeling; technology takes one look at me and fails in unique ways, just to test me! [21:12] In BIOS I noticed two things. First, under Tool > GPU Post it states to use slot 1 if using a single GPU so I went ahead and swapped back. Second, it shows that slot as x8 and there isn't an option to switch to x16 so I'm looking into that on the hardware side of things. Might need to update BIOS [21:13] Yes, no doubt. I'm still in BIOS on my main PC so it will be a few for that command. I will paste as soon as possible. [21:16] Simmer: that's OK :) the output of tha command lists the Windows versions hard-coded into the motherboard, and we need to identify the 'latest' and ensure it is being faked by Linux to ensure all ACPI functions are available. Those can affect discovery of outputs on GPUs. [21:17] Simmer: another thing, if this is related to ACPI, is to boot from cold power off, suspend to RAM, resume, and check if the outputs have appeared [21:20] Hello, I know this is not the right channel, but i will ask anyway. Anyone familiar with gitlab CICD deployment to AWS ECS ? I [21:20] Interesting that Windows is hard-coded into the motherboard. That seems..... anti-competitive... [21:20] Simmer: different functionality is enabled depending on what OS reports as running [21:21] Linux has fake being the 'latest' version of Windows to ensure ACPI is fully enabled [21:21] so we check which Windows versions are encoded in the ACPI's DSDT [21:22] Ahh [21:23] I've had a system that lost its outputs after a suspend/resume for example, unless the acpi_osi was set correctly [21:24] sudo: unable to read password: Input/output error [21:24] You are trying to send an empty document, exiting. [21:24] That's what I get on that command [21:24] Hmmm, are you doing that over ssh? [21:24] No, direct [21:24] hmmm, that is VERY weird. If it were over ssh, I'd say you need "ssh -t" to create a pseudo-tty [21:25] Can I try forcing native resolution to the secondary just to see what happens? [21:25] it suggests devpts isn't available [21:25] What's devpts? [21:25] pseudo-tty devices [21:26] Oh [21:26] check it's there "mount | grep devpts" should show it mounted at /dev/pts [21:26] I'm almost tempted to just buy a new motherboard... haha [21:27] Simmer: one thing I'd try here, is to remove the nvidia driver and let the nouveau driver run the GPU, and see if it discovers the outputs and can get the modes [21:27] devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) [21:27] this is an Asus PRIME X370-PRO, BIOS 5220 09/12/2019 with matisse cpu. matisse cpus were sold starting july 7 2019. [21:27] I know it's not easy to remove cleanly though [21:28] Simmer: install the latest firmware - it was released last month [21:28] Yeah, it was the first BIOS released that supported 3rd gen Ryzen [21:29] I updated the firmware on mine a couple days ago, so I know :) [21:29] I had a first gen ryzen in this mobo first, then upgraded when they released BIOS support for the 3rd gen [21:29] am running a 3700x now [21:29] Mine's used for running thousands of containers [21:29] And yeah, not going to lie it's slightly discouraging that some things take so many steps to do like cleanly removing driver, etc. [21:30] I run a supermicro board for that TJ! Haha but wow thousands? and I thought my docker server was big... I used to run 40 containers until I cleaned it up a bit. Do you run kubernetics or whatever it's called? [21:31] Simmer: no, we dumped k8s because its a total load of devops NIH %^$$" [21:31] Ah, I see! Fair enough [21:31] Been developing our own alternative using standard distro packages, network protocols, etc. [21:32] Sweet! That's awesome [21:33] It looks like there's a BIOS that was released two days ago! wow! Not sure I should go that new..... it's version 5606 which one did you update to? [21:33] The previous was last year [21:34] Doing `man apt` I get under "SEE ALSO" `apt-get(8), apt-cache(8), sources.list(5), apt.conf(5), apt-config(8),`. But `man sources.list` doesn't give me anything. Do I need to install something? [21:34] Simmer: 5606 [21:34] Ah okay I will use that one. It shows release date of August 9th [21:35] Simmer: that's the one, but the CAPsule file inside is dated end of July [21:35] Ahhhh gotcha fair enough [21:36] extract the .CAP file from the ZIP, but it on a FAT-formatted USB, stick it in a port, and use the firmware's Eazy-Update function to select the USB device and the file [21:36] alzgh: sources.list(5) is part of the APT manual (at least in version 1.6.14) [21:36] Simmer: if this fixes it, saves a lot of messing about [21:36] Will do! There's also an EXE in the zip called BIOSRenamer ... why would you need to rename it? [21:37] Yeah no doubt [21:37] Simmer: ignore it :) [21:37] I did see on some changelogs for previous versions "added fixes for certain linux distros" [21:37] Simmer: but by all means rename the long-name to something shorter using standard tools [21:37] which I think I have one older [21:37] alzgh: also on focal and impish it's part of apt: http://manpages.ubuntu.com/manpages/focal/en/man5/sources.list.5.html [21:37] Simmer: I think I renamed it to 5606.cap [21:38] Fair. I would just use windows explorer's rename method if I did [21:38] tomreyn O, man. I was typing "source" instead of "sources". Thanks. [21:39] oops :) [21:41] My current BIOS verison is 5220 - updating now [21:43] gf [21:53] BIOS update complete, went smooth. Interestingly enough the option I was looking at prior that showed only x8 was renamed to "PCIEx16_2 Bifurcation" where auto is x8 or you can split it to do a hardware raid or other. Also guessing it ONLY affects slow 2 which I am not using anymore, back to slot 1. In GPU post it says nvidia GPU running at native [21:53] x16 so it all seems okay and I think I was just confused on the previous name before it was updated to reflect the bifurcation ability. [21:53] Makes way more sense now, I use bifurcation on my server board. [21:54] Re-enabled XMP and rebooting now to get back into Ubuntu [22:02] Hmm, well BIOS says it's fine running max but the nvidia control panel still shows 4 lanes @ 5.4gbps link. Not sure why. [22:20] TJ You've been amazing and I so very much appreciate all your time and help today. I'm going to call it for the day. I don't think I'm going to get too much farther on this issue with my current hardware sadly. I think that second monitor is just too old. Thanks agian man, really appreciate it. [22:27] Simmer: good luck with it :) [22:27] Simmer: if you feel up to it, don't forget the nouveau experiment [22:29] Is it more secure to have two login screens in a web app? (one for regular users and one for admins) or is this fake security? [22:31] hoppity, if it's a second login and not just same same username/password it's more secure. especially if you make the admin section have no images/javascript except when absolutely required so you can have a web browser with all the features turned off [22:32] hoppity: try #security. Your question is not an ubuntu support question [22:33] thanks guys [22:36] Good call TJ! Sorry my thing disconnected. Alrighty, cheers! I will follow up with ya later on. Thanks again === genii is now known as genii-core === de-facto_ is now known as de-facto