[00:25] zdorovo: s/should/shows/ [00:52] pavlos: I'm running wavemon now. what info did you want to see? [00:53] avg sig is -56dBm, tx-power is 22dBm, rx rate is 54 MBit/s [00:53] pavlos: i agree though, i'm starting to think the channel width is not really the problem... [00:54] pavlos: so now I'm back to not really knowing why my wifi is so slow [00:54] zdorovo: my link quality is about 90% and signal level -50 dBm [00:55] aha, my link quality is 77% and signal level is 056dBm [00:55] -56dBm [00:55] zdorovo: these look good [00:57] maybe reset your modem if you encounter unlogical speed isues. [00:57] zdorovo: maybe change channel, you may get interference from overlapping wifi [01:00] hmmmmm i just realized i had "options iwlwifi 11n_disable=1" in my iwlwifi.conf file and apparently that disables 802.11ac as well in newer kernels [01:00] see: https://wiki.gentoo.org/wiki/Iwlwifi [01:01] I set it to 0 instead and now I'm gonna try restarting my laptop [01:03] sweet jesus, it worked [01:03] speedtest.net results jumped from 15Mbps to 207Mbps lol [01:04] ty everyone for your moral support [01:06] :-) [01:08] zdorovo: outstanding !! [01:27] Hifolks, I've ont used Ubuntu for a couple of years, so snaps are new to me. I just installed Atom editor and can't seem to work out how to `atom file.txt` from a shell. Is this possible with flatpack software? [01:27] s/snaps/flatpaks/ [01:30] I think flatpak things are usually gui tools with file-pickers that use 'portals' to open files across the sandboxing [01:31] Maybe a text editor isnt the best thing to flatpak then? [01:31] There is a ppa I can add to install via apt. [01:32] it depends how you use it, I think; a lot of folks using text editors never see command lines [01:32] certainly I couldn't tolerate that :) [01:32] lol [01:32] but some people never leave their IDE [01:32] Right, IDE - not text editor [01:33] I'm only a lowly sysadmin :) === zbenjamin_ is now known as zbenjamin [01:58] hello. I'm unable to mount my external hard drive for some reason--I mount it, but when I look at the mount point, it is empty, and when I issue "mount", I don't see it listed at all. [01:59] Roey: how're you mounting it? [01:59] Roey: check dmesg, it's possible an error message was printed there === don`t_try_newbie is now known as don`t_try_babie [02:01] [591670.888179] systemd-fstab-generator[726983]: Failed to create unit file /run/systemd/generator/backup.mount, as it already exists. Duplicate entry in /etc/fstab? [02:02] sarnold: this came from dmesg output [02:02] heh, that's an error alright, but I don't think that'd actually interfere with the mount [02:02] matsaman: I'm doing "mount /dev/sdc /backup" [02:02] hello. I'm unable to mount my external hard drive for some reason--I mount it, but when I look at the mount point, it is empty, and when I issue "mount", I don't see it listed at all. [02:02] er [02:02] so *in* that backup.mount, i see this: [02:02] [Mount] [02:02] Where=/backup [02:02] What=/dev/disk/by-uuid/a97c6ad9-8d34-4b05-b709-56a787eb8e82 [02:02] Roey: ordinarily it is partitions you mount (/dev/sdc1, for example), and not devices (/dev/sdc) [02:03] k [02:03] Roey: you can see everything from lsblk -f [02:03] sure [02:03] listen i Think the issue has to do with the UUID. [02:04] because I have both external hard drives' UUIDs in /etc/fstab set to mount to /backup [02:04] I alternate between one and the other every week [02:04] so long as only one is ever mounted at a time that's probably fine [02:04] they're two backup hard drives. [02:04] right [02:04] now, the thing is , if you look up at that backup.mount, you'll notice it specifies a UUID there. [02:04] Roey: UUIDs are stupid, they're non-human-readable [02:04] give them some LABELs [02:05] right. [02:05] anyway I am wondering if that backup.mount is using the wrong UUID [02:05] hmmmmm, maybe that is the cause of the systemd error you pasted though [02:05] it could be [02:05] check lsblk -f [02:05] (but I also don't think that systemd error is what's keeping the mount from working) [02:05] matsaman: er, yeah, see, the UUID from this disk does not match the UUID in backup.mount [02:06] mount LABEL=correctlabelhere /mnt/path should work [02:06] ok. [02:06] and mount /dev/sdc1 /mnt/path should work (given device sdc and the first partition) [02:06] that is the simplest test [02:07] there is no /dve/sdc1 [02:07] just /dve/sdc [02:07] I tried /dev/sdc1 and it complained that there is no such partition [02:07] you need to check lsblk -f [02:07] yeah I see that there isn't one [02:08] it's just /dev/sdc [02:08] Roey: you see sda, sdb, and sdc and those are all the devices? You know what sda & sdb are? You're certain sdc is this backup drie? [02:08] drive*? [02:09] if you remove the drive, lsblk -f should no longer list /dev/sdc [02:09] is your other backup drive an identical model, partition scheme, filesystem setup? [02:10] matsaman: yes, the backup drive is on /dev/sdc. [02:10] matsaman: theo ther drive is identical pretty much [02:11] I'm using borg backup on them [02:11] so if you unplug this drive and plug in the other one, what do you see? [02:11] just /dev/sdc ? Or something more? [02:11] matsaman: I did dmesg -w, and in antoher window issued mount /dev/sdc /backup and got this: "EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: (null)". Yet it still won't show up in the output of "mount", or even just browsing to that mountpoint. [02:12] matsaman: if I plug in the other one, I'd see /dev/sdc, yeah [02:12] the question is whether you'd see more [02:12] like /dev/sdc1 [02:12] which is what would be ordinary [02:13] listen-- [02:13] I didn't make any partitions on it. [02:13] I just ran ext4.mkfs /dev/sdc. [02:13] done. [02:13] :) [02:13] Roey: did you check in a different shell than the one you used to mount the drive? [02:14] yeah, saw the same thing there. [02:14] Roey: well check the other drive anyway [02:14] it'll tell you if it's a problem unique to one of your drives, or if, instead, it's your system that has changed [02:14] ok [02:14] I'm pretty sure it's the latter [02:14] the latter would be a better problem [02:15] yeah [02:15] a software/configuration problem rather than potentially hardware failure [02:15] I mean the drives are relatively still new [02:15] and I'm assuming they both have approximately the same data [02:15] right [02:29] yo anyone around that can answer a noob question? [02:29] maybe :) [02:30] I want to commit/push stuff to github from my ubuntu machine [02:30] and I have the SSH stuff set up [02:30] but I want to automate it a bit and have ssh-agent run and ssh-add the rsa key [02:30] and I added smth to my .profile [02:32] https://www.irccloud.com/pastebin/Gach9okn/my%20snip [02:32] this is what's in my .profile [02:32] and the script is literally jsut echoing the password [02:32] now if I log in to my machine and run the script and pipe that to ssh-add it says identity added and everything is gucci [02:33] however whenever I reboot the machine I get an error message [02:34] https://www.irccloud.com/pastebin/Ep9lrqTl/error%20message [02:35] so it seems like my stuff is working but this throws an error on startup?? [02:35] and I've tried redirecting the input of the sshaskpass script to /dev/null like the man page suggested and that didn't work and I tried redirecting the stdout of the ssh-add portion to /dev/null and that also failed [02:37] hmm I can't find any bit of that error mess in debian's code search [02:37] that means it's either ubuntu-specific (which is hard to tell) or it's coming from something else.. [02:37] idk if this is relevant but I'm running Ubuntu in Virtual Box [02:37] ? [02:37] oh that's possible their guest additions are funny [02:38] @_@ [02:38] so, I've got a few thoughts .. [02:38] groovy: I wonder if ~/.config/autostart/ would be a better place to refer to it from [02:38] first , this feels like it'd be easier to just take the password off the key [02:38] and skip quite a lot of this :) [02:38] i'm v new to unix/github/command line stuff etc [02:38] groovy: or if you truly only want it when you're using an interactive shell in a terminal window, maybe ~/.bashrc [02:38] matsaman: i had it in .bashrc and it didn't work either so i moved it to profile :< [02:38] second, I thought our desktop environments usually started ssh-agent for you, so I'm surprised you're starting one of your own here [02:39] um I kept running into gnome-keyring-daemon running [02:39] which was causing some kind of issue and a SO/SE post lead me to the if *** fi stuff about ssh-agent over that [02:39] so it could work with pushing github stuff to a remote repo [02:42] yeah, I could believe that; you could probably just remove all the ssh-agent stuff in your config, and if you strip off the password, stuff in the ssh-add command and it might Just Work [02:43] sarnold: yeah I came across smth about removing the passphrase but I guess I just got stubborn on making it work the first way/curious to see if I could make it work [02:44] groovy: one point I'm not sure about -- this is a guess -- but probably the tooling that asks for the ssh key phrase will open a terminal itself when asking for the password. I wouldn't expect that you'd be able to pass in the password via another tool like that. [02:45] idk what i'm doing 100% i just read the manpage for ssh-add saying if SSH_ASKPASS was ssh-add would run the script there [02:46] hah, funny, I never looked into how SSH_ASKPASS actually works :) [02:51] Does anyone know if Blu-Ray playback works in Ubuntu 20.04? I noticed the libbluray1 library is currently not in the repo [02:51] BalooRJ: probably in 'universe' repo [02:52] guess i'll just remove the password and write a script to start ssh-agent and ssh-add teh rsa key [02:53] BalooRJ: it's packaged in focal https://launchpad.net/ubuntu/+source/libbluray [02:53] groovy: I still think starting the ssh-agent yourself isn't necessary [02:53] sarnold: Thanks I see its called libbluray2 now [02:54] groovy: might ask #bash or #linux [02:54] groovy: about the original issue [03:46] ubuntu 20.04 in terminal says 2 packages can be "upgraded" but when i search google returns either upgrade the os or update files. why is terminal saying upgrade? [03:46] or simply what is the command to upgrade these 2 packages [03:47] matsaman: yeah idk it's just weird i guess [03:47] i just wrote a bash script for ssh-add and put it in .bashrc [03:48] and when i open a bash shell it shows the output and then user@machine [03:48] but when i run ssh-add -l [03:49] it says no identities added T_T [03:49] and then if i run the script manually.... it works and ssh-add -l shows the key [03:51] xbfrog: Show the channel in a pastebin ' sudo apt update ; sudo apt upgrade ' so we see what you see. [03:51] ok thanks [03:54] is there a way to tell `apt-get source` to not patch it? [03:55] I guess I can just download and extract it === Mibixy is now known as Mibix [04:10] my husband seems to have lost or forgotten whatever program he was using to see photographs on the SD card. He's using ubuntu 18.04 again. [04:11] i'm not even sure his computer is seeing the card. [04:11] shotwell maybe? [04:12] hmmm [04:12] if you open Files the external storage should come up in the left pane with a little eject button at the right end of it [04:12] lovely [04:13] i was using lshw which gives too much and not enough [04:14] you can also look under /media/your-username-here and any automatically mounted external storage should be there, one directory per mount [04:15] and if you want more trouble instead of less, there are ways to mount it with the card still in the camera [06:03] hello [06:06] why always restarts? [06:07] cause kernel update okay === jelly-home is now known as jelly [06:54] Syndrom: unless you use Livepatch === anik__ is now known as anik [06:55] Syndrom: Livepatch is for LTS releases only afaik [06:56] https://ubuntu.com/security/livepatch [07:28] I use tweaks or `setxkbmap -device 3 -option ctrl:nocaps,compose:rctrl` to disable capslock and relocate the compose key. Now after a while these settings are undone somehow. It started after playing around with some other ibus input methods (like m17n). I removed all of the input methods again, but still see the reset happening once in a while. Any ideas? (20.04.1 LTS) [07:29] That is in the same session, while typing (not after relogin). [07:38] who manages debs, that I download and install manually? E.g. if I download the latest libre office and install it (about 20 - 30 debs) and then I install libre office from the repos, does the installation process knows it's the same software and cleans up the firstly installed version? [07:39] DarkTrick, it'll depend on how packaged, if the packager has built it only for Ubuntu use, it'll likely know & cope well, if built for debian/ubuntu/... it'll likely not be customized to run on any well & it's up to the installer/operator themselves to manage [07:40] * guiverc not just Ubuntu; to cope properly they'd need to package a focal version groovy version, bionic version etc.... [07:41] and most 3rd party packagers don't do that [07:42] My concern is, that if I install the latest version of libre office (e.g. for helping them test), that I gradually end up trashing my harddisk because apt/dpkg doesn't know what belongs together and... me as a user even less. [07:43] *always install the latest versions [07:43] (This of course holds true for other alpha/beta SW as well.) [07:44] DarkTrick, testing is best done on test boxes; not your primary/workhorse box. (says me who does tests on this box; but I've other boxes I can use; plus this is dual boot with bionic if I need it) [07:45] guiverc, I understand the point, but it's no help regarding the concern :) [07:46] I thought I'd answered that. To be safe for a Ubuntu focal system, it needs to be packaged only for Ubuntu focal. Also a different package for my groovy system, for bionic users etc... Most 3rd party test software is packaged for everyone thus may conflict with your default packages; thus my testbox suggestion [07:47] my 2c [08:14] DarkTrick: if you install .deb packages, all the information goes into the same system database (stored in /var/lib/dpkg/) [08:14] DarkTrick: the debs are replaced cleanly unless there's a packaging bug somewhere (which you'll notice because apt will complain loudly) [08:14] DarkTrick: so as long as the package _names_ match, you should be fine [08:15] DarkTrick: you can always check if you have any deb packages installed without matching versions in the ubuntu archive if you want to be sure to return your system to a clean state [08:15] (if only I remembered what that command was...) [08:16] (I use apt-show-versions|grep "No available version in archive", but there's a nicer, more modern way) [08:29] Hi [08:30] hey [08:30] Sup [08:30] nothing much listening to a podcast and awaits an online conference that starts again in 1 hour and 15 minutes [08:32] Cool [08:33] Sooo are you into rpg text stories on the phone (nlp say no more...) [08:34] nope [08:34] How about if theres pictures [08:35] nah not really my thing [08:36] Nice, but cool ... errr and your thing... [08:40] lol I did a firmware update from snap-store and now the uefi bios doesn't see grub as a boot option but goes directly into the windows bood manager [08:42] Soooo stories: "I had a story told to me...", a pirate with a peg leg and an eyepatch trailed off in a crowded coffie shop. The coffie shop had just one window showing a bustling metropolis and an occasional flying car. [08:43] Boot repair - reinstall grub [08:47] There's a flash disk to download [08:57] Bood repair sorry [09:08] how does one tell grub to use a particular grub.cfg at the grub command prompt? [09:08] configfile (hd1,gpt5)/boot/grub/grub.cfg it is [09:13] mgedmin: not sure if this is helpfull, but maybe something usefull here https://help.ubuntu.com/community/Grub2/ISOBoot [09:13] !rootirc | unknwn1 [09:13] unknwn1: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet. [09:15] lotuspsychje: that is cool; it's what I do already for my rescue USB, but I didn't know about this wiki page [09:16] minutestory.org [09:16] yeah sometimes users ask alternate methods when they dont have usb/cd media [09:16] nms: not here please [09:17] Ok [09:19] welp! ubuntu 20.04/gedit 3.36.2: i use default dark colorscheme (dark background, white font color) but somehow current active line is now highlighted in white too @.@ what did i press, why and how can i undo that mess? ^^; [09:19] i've installed ubuntu 20.04 on my laptop and am getting black screen after login (disk unlock and login screen work). tried setting "nomodeset" in grub as per some askubuntu replies, doesn't seem to help. live usb works fine [09:20] okay grub-install seems to've fixed the efi boot vars [09:20] bumbar: can you switch to text login (ctrl+alt+f5 e.g.) and login there? [09:20] mgedmin: : ) [09:21] now to go back into the uefi setup and reenable secure boot [09:21] speaking of, how can I install grub into an usb drive so it boots with secure boot enabled? [09:22] let me call eric, he's our uefi wizard [09:22] can I have shim chain-boot into grub? do I have to sign something with the MOK? [09:23] nuala, yeah if i do it before logging in in X. can also ssh [09:23] mgedmin: Hmm I thought the bootable USB install images worked with UEFI Secure Boot by default? I swear they do when created with the Startup Disk Creator, at least. [09:24] EriC^^: speaking of, how can I install grub into an usb drive so it boots with secure boot enabled? [09:24] yes, but I want to have multiple ISO images on the USB drive and choose between then from the grub menu [09:24] which is more or less the same technique as described in https://help.ubuntu.com/community/Grub2/ISOBoot [09:24] and it works great, when I have secure boot disabled [09:24] oh, there are some multi usb tools for that [09:25] mgedmin: the initial grub that's booting use shimx64.efi instead of grubx64.efi [09:27] oh yeah that makes sense [09:33] bumbar: try another WM to further locate the issue? [09:35] i've install nvidia driver 455 and it seems to work now [09:36] spoke too soon, but at least i can login now ¯\_(ツ)_/¯ [09:38] guiverc, mgedmin Thank you for clearing up. I understand "it depends". [09:39] Sad, but apparently not enough people bother [09:40] bumbar: ¯_(シ)_\/¯ [09:52] I can't find a shimx64.efi anywhere on the ubuntu-20.04.1-desktop-amd64.iso [09:54] unless it's /mnt/EFI/BOOT/BOOTx64.EFI [09:54] but the sha256sum doesn't match /usr/lib/shim/shimx64.efi.signed [09:57] ~, [09:57] ~, [10:00] Hi folks I hope y'all doing goodie! QQ - how does Ubuntu handle Nvidia drivers in Optimus setups nowadays? Is bumblebee+bbswitch+primus still "an option" for users, or is it full modesetting+glvnd? How do users typically start their apps on the dGPU? Thanks in advance :-) [10:01] (while typing the lines I realized I should probably just read the docs...) [10:01] Cheaterman: bumblebee is outdated, installing your nvidia driver is enough to get it all [10:01] where is the default ntp server configured? Currently I have in the logs: [10:01] systemd-timesyncd[664]: Synchronized to time server 91.189.89.198:123 (ntp.ubuntu.com) [10:01] I'm using Ubuntu 18.04.5 LTS [10:01] Cheaterman: in nvidia-settings you can switch between powersaving - performance mode with optimus then [10:02] lotuspsychje: yeah but I mean if you want the offloading to work you gotta set the env vars __NV_PRIME_RENDER_OFFLOAD=1 and __GLX_VENDOR_LIBRARY_NAME=nvidia right? [10:02] lotuspsychje: how do users typically handle that [10:03] Cheaterman: if offloading doesnt work by default, you might wanna try the drivers from the ubuntu graphics ppa/latest for your card [10:04] !nvidia [10:04] For nvidia and matrox graphics cards, see https://help.ubuntu.com/community/VideoDriverHowto . For AMD/ATI graphics cards, see « /msg ubottu ati » and « /msg ubottu fglrxmissing » For the latest Nvidia drivers see https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [10:05] lotuspsychje: I clicked that last link, bumblebee is in it [10:05] Cheaterman: yeah but bumblebee is not what you want anymore [10:05] I generally agree that bumblebee is outdated, and I got things working here with modesetting, I was just wondering how Ubuntu users do it, because I didn't find documentation online about the env vars (other than the official nvidia changelog... which isn't ideal) [10:06] (I'm not a Ubuntu user myself, I'm asking out of curiosity) [10:08] Side-question would be about power draw and GPU clocks when on battery/AC, I noticed weird things here ; but first things first I'm wondering how Ubuntu users enable offloading to the nvidia GPU, given the env vars aren't really documented [10:19] heh, my ubuntu is very smart. I turned it off with Suspend and it wakes up whenever I turn on the fan in the room. How does it do that?! [10:24] hackinghorn: maybe there's a piece of something on the touchpad and the air flow is letting it move a little? [10:25] EriC^^, hmm that might be right [10:25] or maybe the mousepad or mouse move a little [10:25] or maybe you're haunted :P [10:30] lol yee === PowerTower_121 is now known as PowerTower_120 [10:57] Hi, i need help in setting up the unattended-upgrades [10:58] They don't run on the machine [10:58] I have in file /etc/apt/apt.conf.d/20auto-upgrades: [10:59] APT::Periodic::Update-Package-Lists "1"; [10:59] APT::Periodic::Unattended-Upgrade "1"; [10:59] APT::Periodic::Download-Upgradeable-Packages "1"; [11:00] mystiquewolf: what does "systemctl status unattended-upgrades.service" give? [11:00] and inside 10periodic i have: [11:00] APT::Periodic::Enable "1"; [11:01] ● unattended-upgrades.service - Unattended Upgrades Shutdown [11:01] Loaded: loaded (/lib/systemd/system/unattended-upgrades.service; enabled; vendor preset: enabled) [11:01] Active: active (running) since Fri 2020-10-16 11:05:46 EEST; 2h 55min ago [11:01] Docs: man:unattended-upgrade(8) [11:01] Main PID: 884 (unattended-upgr) [11:01] Tasks: 2 (limit: 4480) [11:02] Memory: 8.2M [11:02] CGroup: /system.slice/unattended-upgrades.service [11:02] └─884 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal [11:04] https://paste.ubuntu.com/p/TJz2PRCsYJ/ [11:15] Did anyone get this link https://paste.ubuntu.com/p/TJz2PRCsYJ/ ? Not sure i can't see it in the irclogs [11:16] mystiquewolf, i see it 11 minutes ago and just now from you [11:16] I'm such a newbie with IRC, sorry [11:26] hi i read that nettools is depreciated and that "tell me what its called please" [11:26] have only needed to use a few tools, but want to read more about it [11:27] Hi all [11:27] BluesKaj, herro [11:27] hi bloketokesmoke [11:31] okay google is my friend iproute2 replaces net-tools [11:31] BluesKaj, did you get my pm champ [11:32] yup [11:32] cool [11:32] think e1s asleep so we can go offtopic === westor{off} is now known as westor [11:49] hey guys if i want a daemon or program/script to run at boot where do i need to place it for it to run persistently [11:49] bloketokesmoke: you could make a systemd service unit for it [11:50] lets say a script [11:50] what should i google EriC^^ [11:50] bloketokesmoke: https://askubuntu.com/questions/919054/how-do-i-run-a-single-command-at-startup-using-systemd [11:50] ty EriC^^ [11:51] np [11:51] hi in ubuntu 2020 how do i add right click to file manager, this default one is nautils right even its called 'files' in about, i tryed installing nautilus-actions but for some reson they dont work i fill it but nothing shows [11:51] Ubuntu bug 3007 in Launchpad itself "duplicate for #2020 "Currently Published Elsewhere" pointer to the other string" [Medium,Fix released] https://launchpad.net/bugs/3007 [11:52] !YY.MM | Gnjurac: there is and will be no "Ubuntu 2020" [11:52] Ubuntu bug 3007 in Launchpad itself "duplicate for #2020 "Currently Published Elsewhere" pointer to the other string" [Medium,Fix released] https://launchpad.net/bugs/3007 [11:52] Gnjurac: there is and will be no "Ubuntu 2020": Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle [11:53] (and please ignore ubottu for now) [11:53] he's tripping out [11:53] ... other than for the YY.MM hint [11:53] tomreyn 20.04 lts i think [11:54] lsb_release -ds or Settings -> Details should tell you what you run# [11:55] i'm not sure about the nautilus-actions situation in 20.04 LTS, i'll see if i can find anything about it. [11:56] ok but can i add any other way to rightclick run script === auosun8 is now known as auosun [11:57] on video minetypes [11:58] if i make a .desktop and put it in local/shared/applications but duno how to add it to right click for all videos [12:00] hmm, you could certainly define an "open with" target by having a desktop file which states that your script can handle the given mime type [12:00] !info nautilus-extension-fma [12:00] nautilus-extension-fma (source: filemanager-actions): Nautilus extension to allow user-defined file-manager actions. In component universe, is optional. Version 3.4-2 (focal), package size 20 kB, installed size 92 kB [12:00] from https://askubuntu.com/questions/1138673/is-filemanager-actions-working-with-19-04 [12:01] in focal, nautilus-actions is actually a transitional package depending on both filemanager-actions and nautilus-extension-fma [12:03] Hello,I just tested the latest image of Ubuntu 20.10. Unfortunately, there is no loopback.cfg file that allows the system to boot directly from the ISO image (through grub2).Will this be permanent? [12:04] Merc, join #ubuntu+1 for groovy support, until release [12:04] !groovy [12:04] Ubuntu 20.10 (Groovy Gorilla) will be the 33rd release of Ubuntu, scheduled for release October 2020 ( https://wiki.ubuntu.com/GroovyGorilla/ReleaseSchedule ). Join #ubuntu+1 for support and questions. [12:04] i think nuatilius -g fixed it for me [12:05] but ty [12:05] Gnjurac: when you say "i fill it but nothing shows", what is it that you're filling actually, and into what? [12:05] oh it's solved, nice. [12:05] yep ty [12:05] duno how i dident saw that link myself [12:06] i'm not sure what exactly fma-config-tool does, but it may be worth running this command. [12:07] see also file:///usr/share/doc/filemanager-actions/README [12:10] hello tomreyn oerheks tomreyn EriC^^ wsup homies [12:12] hi bloketokesmoke === mhcerri_ is now known as mhcerri [12:40] hmm [12:40] this noutilius is retarded [12:42] so i added file manager actiosn it i add user bin gedit %f it opens file with gedit but if i want to run a python3 script it does nothign, /usr/bin/python3 pathtoscript %f but if i run /usr/bin/python3 pathtoscript %f from terminal myslef it works no problem === auosun5 is now known as auosun [12:58] hmm so it works for python just it wont work for OpenSubtitleDownlaoder.py [12:58] for some retarded reason [13:00] maybe because it is a python2 thingy? [13:00] Gnjurac: try subdownloader from the repos [13:01] /usr/bin/python3 would likely run into problems trying to run python2 code, yes [13:01] runing it with python3 OpenSubDL form terminal works no problem [13:01] so dont think that is an issue === rexbinary_ is now known as rexbinary [13:13] Who wants to become a millionaire ? Please prepare 1000 euros and conact me: he12457 @ hotmail . c o m , phone nr: 372 6861327 [13:13] he12457: not here please [13:15] OK bro [13:16] he12457: nor elsewhere on Freenode, spam (and scams, and ponzi schemes) are off-topic on Freenodes [13:16] and illegal [13:16] * Freenode [13:27] https://www.easttexasmatters.com/wp-content/uploads/sites/34/2020/09/911-091120.jpghttps://www.easttexasmatters.com/wp-content/uploads/sites/34/2020/09/911-091120.jpg [13:29] heap_, wrong channel dude [13:29] sorry heap, he is gone [13:42] So au.archive.ubuntu.com is down and keeps going down as its run on aarnet and its not reliable [13:44] Hallcyon, there are more mirrors in AU https://launchpad.net/ubuntu/+archivemirrors [13:45] I need to make a script to update a lot of servers [13:45] ssh and update each server [13:45] I was thinking of adding multiple sources for redundancy [13:45] yes? select a proper mirror first then [13:46] Did something changed recently in Ubuntu 20.04 with Gnome? It's no longer possible to **permanently** display hidden files anymore. [13:47] aarnet Is Australia's education mirror its used for scientific research and for hell of a lot of research it surprising its down so often lately, its default for a lot of distros [13:47] Upon a reboot, Gnome 3 no longer displays hidden files. [13:47] wedr ctrl + h would show them again, and should stick. [13:48] That's what I did [13:48] After a reboot, it defaults back to false [13:53] hi, after 3/4 incremantal backup with tar, it says the directory are renamed and make a like a full backup. I do not understant [14:01] hello all, can anyone tell me why secure boot keeps turning itself back on after some time on my hp laptop [14:01] oerheks: it is unbelieveable, that one can't have multiple mirrors set in parallel like mageia/mandrake and i also think centos do [14:02] grinchier: next time don't buy HP :D sorry couldn't resist [14:02] if i remember, you have to confirm to disable secureboot [14:03] maybe the bios battery is empty [14:03] it stays disabled for like a week. then turns back on [14:03] hmm i usually keep it plugged in. [14:03] secure boot should not be a problem for ubuntu, it is supported. [14:03] doesn't work with my wifi card though [14:03] weird, contact HP for this? [14:04] i have to disable secure boot for my wifi to work [14:04] grinchier: please explain further, i see no connection between secureboot and wifi at all [14:05] it doesn't have drivers. i found on google i had to use a method to install special drivers that are not signed [14:06] there ar MOK utils to make it happen [14:06] it is actually my sisters pc and my niece is using it for school. they are bringing it over later i can't remember the wifi model [14:06] !info mokutil [14:06] mokutil (source: mokutil): tools for manipulating machine owner keys. In component main, is optional. Version 0.3.0+1538710437.fb6250f-1 (focal), package size 22 kB, installed size 70 kB (Only available for any-amd64; any-arm; any-arm64; any-i386; any-ia64) [14:06] ok so i can use mok to make sure it is always disabled yes/ [14:06] ok ty [14:08] is there somewhere i can put a request to have the wifi card supported in ubuntu? [14:09] one can put a request on launchpad, it depends on the source you provide them [14:09] ok ty [14:11] have a nice day [14:11] Anyone has any idea what the heck is this proces in my iotop? root [jbd2/sda6-8] . It writes ~50KiB every 3 seconds to my HDD and causes a noise. extremely annoying [14:15] leibniz[m]: it's a kernel thread, jbd stands for "journaling block device" [14:16] leibniz[m]: look for laptop mode tools; iirc they include tweaks that reduce ext4 journalling interval to keep the disk from spinning up, at the cost of increased chance of data loss [14:17] or invest in an SSD, you can find no better investment for a laptop [14:17] mgedmin: I'm actually using TLP. I don't know why it didn't stop them. Firefox is also writing to HDD frequently although way less often [14:17] or look for the actual process that writes to disk and causes jbd to wake up and flush metadata [14:19] mgedmin: do you know how can I trace it> [14:19] I've been witch hunting processes since this has started. docker, postgres, ... [14:22] uh, there are definitely tools [14:22] atop [14:22] iotop [14:22] sysstat [14:23] some kernel sysctl can log all block i/o in dmesg with the pid that caused it [14:45] mgedmin: http://i.imgur.com/9019JVf.png [14:45] Can I catch a process by TID? [14:51] sure [14:51] the screenshort already shows you what process it was [14:52] "TID" in the iotop output seems to stand for "thread ID", which can be passed the "ps" as arguments [14:53] ps -eo pid,tid,cmd [14:53] s/passed the/passed to/ [14:58] tomreyn: 248 ? S 0:02 [jbd2/sda6-8] [14:59] still I can't find which process is using it [14:59] It has written ~8 MiB to disk over 20 mins! [15:03] on that screenshot, i see firefox writing 108.00K [15:04] oerheks: It also shouldn't happen (because TLP) but this jdb2 issue is more urgent [15:08] leibniz[m]: processes in (square) brackets indicate kernel threads [15:09] tomreyn: So is it normal? It is writing to HDD very frequently. Much more than anyhting else [15:09] it can be. jbd2 is the journalling comppnent of the ext file system [15:10] from your other screenshot, it is firefox that eats the most I/O https://i.imgur.com/8Y6wIK3.png [15:10] depending on how you're mounting file systems, journalling can cause a LOT of I/O [15:11] oerheks: yeah you are right. But this jbd2 thread is accessing hdd every 3 seconds [15:11] very annoying [15:12] Is this because I'm on dual boot? [15:12] no [15:13] tomreyn: I just searched for jdb2 in both bionic and focal, neither is a string in a filename existing on either system nor as a string in any filenames in either repos [15:13] it is a kernel thread, leftyfb [15:13] jbd2 is a kernel thread that updates the filesystem journal. [15:13] mgedmin: I don't see it in any ps either [15:14] do you have ext file systems? [15:14] yes [15:15] i guess it is journalctl [15:15] tomreyn: So is there a way to disable this jdb2 thing. It's responsible for ~2.87% of IO [15:15] well, i see "[jbd2/...]" on bionic in "ps auxw" output [15:15] leftyfb: ps ax|grep jbd [15:16] leibniz[m]: if you want to disable journalling, you could use file systems which do not support journalling. but i'm not sure that's a good solution to the (perceived?) "problem". [15:17] ah, it's jbd, not jdb which leibniz[m] posted above at one point that I copied from :) [15:17] tomreyn: ok. Is there a way to force all processes (kernel and otherwise) to first buffer to RAM then load to hdd? [15:17] leftyfb: sorry [15:18] Isn't TLP supposed to do this? [15:18] leibniz[m]: you could tell us how your journalling file systems are mounted (mount options as per "cat /proc/mounts"), maybe that's a good way to approach optimizations. [15:19] https://termbin.com/eulitomreyn: sorry. here it is [15:19] also which kernel version you're running. and please confirm you're using a proper installation of Ubuntu 18.04 LTS. [15:20] tomreyn: Actually Xubuntu 18.04. And in a i3wm session. 5.4.0-51-generic [15:21] okay, you have "relatime" on the only file system with journalling, which is the root file system (backed by /dev/sda6) [15:22] that's default and should be fine [15:24] I'm looking for a place where a newbie could get help with a partition question? [15:24] Why sda7 and 8 are not listed tomreyn: [15:25] leibniz[m]: because they weren't mounted at the time you collected this info. [15:25] patrick_1: if this is about a supported ubuntu release (see /topic), here's a good place. [15:26] tomreyn: so jdb/sda6-8 doesn't mean that jdb is working for sda 7 and 8 also? [15:26] Also NTFS doesn't have this realtime journaling feature? [15:27] NTFS journalling won't be in the kernel [15:29] thanks tomreyn. I recently updated to 20.04 and during the reinstall my home got moved to a small partition. I went to move it to another partition and am now the terminal only shows this and I'm afraid to proceed without breaking something... [15:29] i do not know how and when exactly the "jdb/sda6-8" name is set, but would guess it happens early during boot, when file systems are examined. [15:29] /etc/fstab: static file system information. [15:29] # [15:29] # Use 'blkid' to print the universally unique identifier for a [15:29] # device; this may be used with UUID= as a more robust way to name devices [15:29] # that works even if disks are added and removed. See fstab(5). [15:29] !paste | patrick_1 [15:29] patrick_1: 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:35] patrick_1: you can talk again since TheRedQueen removed the quiet flag on you. we didn't receive all of your output, so feel free to re-post to the pastebin, and then post the url here. [15:38] patrick_1: also, this seems contradictory to me: "I recently updated to 20.04 and during the reinstall my home got moved to a small partition." - Did you carry out a release upgrade from an earlier ubuntu release, or did you reinstall 20.04? [15:40] i reinstalled 20.04 [15:42] patrick_1: so this system was already running ubuntu 20.04 LTS, and you then used the 20.04 installer to reinstall? [15:43] patrick_1: i don't think this would move your /home file system around, though. maybe i'm misunderstanding what you're saying. [15:44] tomreyn: Maybe patrick_1 used the disk partitioner in the installer to resize the partition (or LV) containing the /home/ file-system ? === TerianceVi is now known as TViernion [15:46] TJ-: hmm, maybe, i think only patrick_1 would know for sure, though. [15:46] upon reinstalling the home was in a different partition then previously. I tried to edit the fstab in a text editior and now the terminal is showing the above problem [15:46] and we haven't seen what it is that the "terminal only shows this", yet === TViernion is now known as StormsOfFury [15:48] patrick_1: so i suggest you should show the current fstab, on the pastebin, and explain what you changed [15:49] https://paste.ubuntu.com/p/VPHY2cfFfK/plain/ [15:50] patrick_1: last 2 lines seem bad [15:51] EriC^^, noticed that, may lines cut-off [15:51] patrick_1: they should be on the same line, UUID=.... /media/home ext4..... [15:51] also what is that 011 in the swap line, is that standard now? [15:51] 011 seems fishy [15:52] the "pass" field should still be a single digit only, i think [15:52] and post you blkid [15:52] and for swap, should be 0 [15:54] patrick_1: oerheks is saying: post the output of the "blkid" command, to the pastebin [15:55] can I do this from the # /etc/fstab screen on the terminal? [15:57] when i try to exit this screen it says save modified buffer [15:57] so you're in a text editor, nano, apparently [15:58] yes [15:58] i suggest you save this modified buffer, but under a different file name than the one provided, e.g. /etc/fstab.new [15:58] then we can compare the old to the new file [15:59] saved. Back to a terminal [16:00] here's a properly formatted copy of your edited fstab, for reference: https://termbin.com/enxe [16:00] https://paste.ubuntu.com/p/dGbCGYXfFq/ [16:01] now show us the previous, unedited, fstab: cat /etc/fstab | nc termbin.com 9999 [16:04] https://paste.ubuntu.com/p/Qhq8mxFNJn/ [16:04] can you explain what these posts are? [16:05] https://paste.ubuntu.com/p/Qhq8mxFNJn/ is cat /etc/fstab [16:06] https://paste.ubuntu.com/p/dGbCGYXfFq/ is sudo blkid [16:07] This is a steep learning curve /] === Mibixy is now known as Mibix [16:09] patrick_1: yes, learning to work on a temrinal can be a bit challenging initially (but you'll soon notice how this is also very useful). you're doing a good job. [16:09] you all are awesome [16:10] patrick_1: if https://paste.ubuntu.com/p/Qhq8mxFNJn/ shows your current /etc/fstab then this means you already edited it, and the original version is aready lost, so we won't be able to see both versions, and depend on you to tell us what you changed. [16:11] i assume you only meant to add the two lines (should have been a single line) about "/media/home", is this correct? [16:11] i only meant to change the last lines. [16:12] i.e.: can you confirm that you only added lines 13 and 14 of https://paste.ubuntu.com/p/Qhq8mxFNJn/ and made no other changes? [16:12] no other *intentional* changes, i should have said [16:12] how would I confirm I changed only 13 & 14? [16:14] patrick_1: this is how your /etc/fstab should look like: https://termbin.com/9o1t [16:14] install etckeeper next time so you can track changes to files in /etc [16:15] Having issues with my screen staying dim. I have the settings turned off for autodim and i have brightness all the way up. Also tried the brightness setting on my laptop keyboard but same issue. My battery is old but it seems to charge. Was having an issue earlier where it stayed at 12% for a while but now its going up normally after i took the [16:15] battery out and plugged it back in. Not sure if thats relevant but figured its worth mentioning. [16:18] is this an old laptop? the inverter might be dying [16:18] refurbished laptop [16:18] HP Elitebook 8460p === auosun7 is now known as auosun [16:20] that should be managed by the power manager, iit shouldn't matter what state the battery is in [16:20] does the screen brightness change at all when you adjust the brightness slider in the top-right system menu? [16:20] yrd [16:20] yes8 [16:20] yes* (typo morning lol) [16:20] It reminds me like the setting is on when laptop isnt plugged in to automatically dim it [16:21] what desktop environment are you running? [16:21] even though its plugged in [16:21] gnome 3? [16:21] Ubuntu 20.04 [16:21] oh [16:21] whatever initially comes with Ubuntu 20.04 [16:21] look through settings and see if you can find power management [16:21] (i don't know how it's done on ubuntu) [16:22] Im at the power management [16:22] your screen wont dim? [16:22] "Dim screen when inactive" is off. Blank screen is "never. [16:22] Quite the opposite three [16:22] and it still dims? [16:22] random1: yesm but what bout low battery state? [16:23] 'xset s off' will turn off screen dimming [16:23] ^ [16:23] random1: do you dual-boot? this sounds like a hardware problem (screen too dim even at maximum brightness) [16:23] but it needs to be ran every time x is ran [16:23] the batter was staying at 12% for a long time. But its charging up now [16:23] if another OS on the same machine can produce a brighter screen, then it's a driver problem of some kind [16:23] three: did not work [16:23] try 'xset s off -dpms' [16:23] battery level shouldn't have any effect on screen brightness (as long as it's > 0) [16:24] mgedmin: i do get a report error everytime i boot up ubuntu [16:24] actually [16:24] right, so it is a battery thing. power management will govern that. see if there's an option for battery level and brightness [16:24] run 'who' to see what your display is labeled as [16:24] it should be at the end of the line of your current session [16:24] most likly :0 [16:25] three: codelife :0 2020-10-16 11:05 (:0) [16:26] try running 'DISPLAY=:0 xset s off" [16:26] three: nothing happened [16:26] that will only work as long as you dont restart your laptop or log out of your desktop enviorment [16:26] it shouldnt blank your screen anymore [16:27] three: its not about my screen blanking. My screen seems like its dimmed like i have the option for dim screen when not plugged in [16:27] ohhh i missunderstood [16:27] i tried keyboard brightness and the option in settings as well [16:28] and its normally brighter? [16:28] is there a `deselect all` shortcut key? [16:28] yeah [16:28] like, the opposite of ^a [16:28] ash_worksi: nope [16:28] :\ [16:28] -_- [16:29] its not super dim but its dim enough that its a bit annoying [16:29] random1: it will be in your power manager settings [16:29] yeah thats what i initially went in to [16:30] everything is fine in my settings [16:30] heres something you can try [16:30] Power settings* [16:30] might try a brightness program or something [16:30] see if it works. not sure of one to try though [16:30] something for display/brightness [16:31] a bit like digging yourself out of a hole [16:31] random1 i think i found the problem you are experiencing [16:31] https://askubuntu.com/questions/1034305/brightness-problem-ubuntu-18-04-lts [16:31] three: im all ears [16:31] nhkays: lol.. [16:31] you probably want to follow the first answer and try that [16:31] nhkays: pass the crumpets and tea please. stressful morning for me [16:32] I don't suppose anyone knows of a away to defocus on ddg ? [16:33] ash_worksi what do you mean [16:33] I was so happy to find out the otherday you can navigate results using j and k, and focus the search bar using / [16:33] three: doesn't gnome handle the screen brightness in ubuntu, wouldn't it make more sense to fix that source o fthe problem ratherthan mask it? [16:33] but still a bit tedious if I want more vim-like behaviour and I cant defocus a result [16:34] ash_worksi: do you use Firefox? why not use tridactyl? [16:34] nhkays: because you never told me about it until now [16:34] ash_worksi: What would happen after the defocus? [16:34] what is that? === manopola2 is now known as manopola [16:34] blah [16:34] still dont work [16:34] mason: I could use ^f to go where i want [16:34] ash_worksi: vim bindings for firefox [16:34] think i need to reboot for changes to take effect ? three [16:35] nhkays as he said that ended up not being his problem anyway [16:35] yes you do [16:35] ash_worksi: ^f still pulls up the in-page find box for me - what am I missing? [16:35] that post i linked was just some people that reported the same issue as what it sounds like random1 is experiencing [16:35] it would be nice if whereever the page was currently find would search from there instead of taking me to the top [16:36] blah i got other things to do today. Got some studies to do. I will just deal with this later -_- [16:36] ash_worksi: Oh, odd. What you want is the behaviour I see by default. [16:36] thanks for the help anyhow everyone [16:36] mason: so, lets pretend your on a page: https://stackoverflow.com/questions/38197096/typescript-what-is-type-url/41675806 [16:36] random1 did you just install ubuntu today? has it dont this before? [16:36] I see a link on there ot a handbook [16:37] three: no its been installed. just happened this morning [16:37] if I ^f handbook, I can highlight it, then press enter and off I go [16:37] hate to suggest this but did you already try rebooting you laptop? [16:37] ash_worksi: kk [16:37] ash_worksi: That all works. [16:37] but on duckduckgo [16:37] if you use the ever-so-awesome j/k keys to navigate results [16:38] then you can't acurately use this method to trigger "more results" [16:38] More results? I hit enter and it takes me to the selected link. [16:38] been using tridactyl with ddg exlusively for months, no problem [16:38] you *can* do that if results are defocused, but *even* if you use h to get back to the search box, ddg uses it's own focusing mechanism to keep your search result focused [16:39] Oh, I see. I reflexively hit escape before hitting enter, assuming that's what you wanted to have happen. [16:39] ash_worksi: So, rather than hitting enter, hit ^f again. [16:39] mason: maybe you're missing what I'm saying, lets try a _counter example_ [16:39] suppose you see this: https://duckduckgo.com/?t=canonical&q=hello+world [16:39] Not ^f again. Let me try to remember what's tickling the back of my mind. [16:40] press j to go down the list [16:40] when you hit the end you'll see "more results" [16:40] if you attempt ^f more results, esc the find box and press enter, you will actually go to the last j selected [16:40] (and also trigger more results) [16:41] (you might have to give it a second to actually experience this behaviour) === auosun2 is now known as auosun [16:42] Ah, because it's still selected and enter is still captured. [16:42] I see what you mean. [16:42] are we talking about vim bindings on ddg? [16:43] nhkays: I was just explaining my problem [16:43] ash_worksi: You can probably script something up: https://stackoverflow.com/questions/29346239/duckduckgo-api-how-to-get-more-results [16:44] well, I think I'm gonna try this tridactyl thing [16:44] ash_worksi: I use a trackball, which is sufficiently pleasant that I don't mind using it when faced with that kind of thing. If I used a mouse or trackpad I could see it being tedious. [16:44] trackpad is the worst [16:44] and I am on a laptop [16:45] ash_works what DE are you using [16:45] DE? [16:45] dev env? [16:45] desktp enviorment [16:45] um... whatever 18 is now... [16:45] gnome I think [16:45] check out some window managers if you hate the trackpad [16:46] yeah? [16:46] suggestions to get me started? [16:46] yeah quit draggin windows around [16:46] three: I don't _think_ I am dragging windows around (haven't used it in awhile) [16:46] i like dwm but i've heard xmonad is more beginner friendly. lots of people love i3 [16:47] what did you mean by that? [16:47] you just said you hate the trackpad thats all [16:47] https://wiki.archlinux.org/index.php/window_manager [16:47] i3 is a window manager or typo of "it" ? [16:47] i3 is a window manager [16:47] okay [16:47] I tend to require fonts of a certain size, and I'm stuck to 80x40 windows, so overlap is inescapable, but you can retrofit tiling-style navigation to overlapping windows. [16:48] but what I meant was "what did you mean by quit dragging windows around"? Are trackpads often associated with windows? [16:48] OH [16:48] quit dragging *actual* windows around [16:48] well on a laptop a window manager is nice cause you only have one screen and it will tile the windows for you instead of you needing to drag them [16:49] yes lol [16:49] I most often use the super key [16:50] yeah WMs just take that to another level. NGL i only use dwm on one machine but it makes working with one screen a lot nicer [16:50] and actually, most most often just super + up arrow [16:50] ngl is a de? [16:50] i3 config looks like a batch script [16:50] not gonna lie* [16:50] yeah i3 is suppose to be really easy to configure. though i havent messed with it [16:50] oh [16:51] i3 has an unmaintainable config file [16:51] i should use acronyms in a linux irc [16:51] shoudlnt* [16:51] everything is declarative, no logic at all [16:51] three: I use afai* all the time [16:51] and iirc [16:51] ive heard good things about xmonads config [16:51] so if you have 10 different workspaces, and you want some functionality on al 10, you have to declaratively apply them [16:52] its all in haskell i believe [16:52] qtile looks good, if you know Python [16:52] you mean per workspace? [16:52] I appreciate the suggestions, but it seems like tridactyl probably takes care of a lot of my initial problems [16:53] yes, it's horrible [16:53] altough, i3 provides a socket that you can configure it over, so there's that [16:53] thats dumb. I've heard a lot of people shit on i3 but never really knew why [16:53] qtile has a server too [16:53] qtile sounds cool if its in python [16:53] yeah, i use it because it's the only available WM in qubes dom0 [16:53] but i don't like it [16:54] yeah, it's nice [16:54] ^ qtile [16:54] wait i3s the only available in what [16:54] qubes dom0 [16:54] QubesOS [16:54] their dom0 uses fedora 25 [16:55] patrick_1: you won't be able to confirm you changes only those two lines now, unless you have a backup of /etc/fstab. [16:55] ohh i see now. I had never heard of it [16:55] i had dwm run on it, but there are some other issues with the frame buffer [16:55] i was just about to say you could compile dwm [16:56] yeah, i totally would, very small amount of dependencies [16:56] none in fact [16:56] but it requires a fair amount of dedication. same with st [16:56] patrick_1: i suggest you download a copy of one of the fstab variants pavlos ( https://termbin.com/9o1t ) and I ( https://termbin.com/enxe ) had created, and use them to replace your currently broken /etc/fstab. [16:56] (i don't know C) [16:56] st kinda but not necessarily you could set the terminal to something else [16:56] i guess you dont even need a terminal [16:57] well, i mean using st requires dedication [16:57] yeah patching st and dwm is a headache [16:57] but its not terrible [16:57] aye, unmaintainable tbh [16:57] unless you keep it small [16:58] suckless guy is also a nazi, but hey [16:58] is he! lmao [16:58] yep, some stuff online from a mailing list [16:58] quite dark [16:58] patrick_1: which one of them you'll use should not matter, on a quick glance, they're essentially the same. here's how you can replace your existing fstab with my variant: curl -s https://termbin.com/enxe | sudo tee /etc/fstab [16:58] yeah i mean for a main machine your gonna use theres defiantly better WMs out there but for something simple and light dwm is nice [16:59] true, i think i will settle on qtile because it's python [16:59] and no patching [17:00] idk honestly i find myself using DEs more often just for the aesthetic [17:01] i need quick window switching while writing code [17:01] also, i haven't used a mouse in about 3 months [17:02] it broke and i haven't replaced it lol [17:02] been using everything except my IDE [17:02] you just use tab? [17:02] well, vimbindings on firefox, DE, terminal, and emacs/vim [17:02] like how do you get around the web [17:02] ahhh [17:02] pretty much 99% of my workflow [17:02] is that an extension? [17:02] tridactyl [17:03] wWat is the deal with linux-virtual-hwe-20.04 on focal? It causes linux-image-5.4.0-51-generic to be installed but that doesn't become the default kernel because 5.4.0-7642.46~1598628707~20.04~040157c~dev overrides it. [17:04] howarthjw: hmm, 5.4.0-7642.46~1598628707~20.04~040157c~dev does not look like an official kernel version to me. [17:05] nhkays: thanks for telling me about tridactyl [17:05] I did a in place upgrade and that is what got installed [17:05] yesterday [17:05] howarthjw: can you show: apt policy linux-image-5.4.0-51-generic [17:05] howarthjw: can you show: apt policy linux-virtual-hwe-20.04 [17:05] ash_worksi: no problem :) [17:06] howarthjw: on a pastebin, please [17:06] linux-image-5.4.0-51-generic: [17:06] Installed: 5.4.0-51.56 [17:06] Candidate: 5.4.0-51.56 [17:06] Version table: [17:06] *** 5.4.0-51.56 500 [17:06] 500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [17:06] when enter hint mode, esc/enter do not break it [17:06] or if they do, they live the sidepanel [17:06] there is no exposure to the current mode so idk [17:06] howarthjw: you got quieted for a few seconds, use a pastebin instead, please [17:07] nhkays: is that normal or is there something I'm missing? [17:07] howarthjw: you can post your pastebin link(s) now. [17:09] nhkays: is there a better channel to ask about this kind of stuff? [17:09] ash_worksi: oh, itmight be that the webpage must be in focus [17:09] will f6 work with this extension to toggle the window focus? [17:09] ash_worksi: bcause of the way web extensions work, they are essentially injected into the webpage, and don't operate outside of that [17:10] ugh [17:10] should work, vim doesn't rebind anything [17:10] now I can't even get the hightlight mode [17:10] howarthjw: that other kernel is from the system76-dev PPA [17:10] I mean, up/down are controlling the page, so I assume that the extension should be operative [17:10] ash_worksi: oh man, f6 thanks! that solves so many problems for me lol [17:11] though the address bar says moz-extension:// .... I don't know if that chnages things [17:11] ash_worksi: do you mean hint mode? [17:11] what did I say? [17:11] yeah [17:11] hint mode [17:12] ash_worksi: esc gets you out of hint mode [17:12] you probably know that :S [17:12] ash_worksi: oh, the extension doesn;t work on mozilla sites, or moz-extension:// [17:13] (web extension limitation) [17:13] OOOOH [17:13] because it was like...pseudo working [17:13] i think it works on the tridactyl extension page [17:13] OH WOW [17:13] that's completely different [17:14] yes [17:14] its injected into the page, liek all web extension content-scripts [17:14] `f` brought up a side panel and hightlighted everything completely differently [17:14] (formerly did that ^) [17:14] on the extension page I mean [17:14] ahh [17:14] yesm, just f [17:15] :help [17:15] so... [17:15] :tabonly <== close othe rtabs [17:15] when I type :tutor [17:15] Hi all, I have some odd network problems. I have a home nat, with port forwarding for bitcon, all goes well for a few minutes, then my ubutnu server goes offline. It is a new install of 20.04.1 about a week old. [17:15] it gives me the expected dropdown [17:15] but up/down do not select [17:15] just for ipv4, not ipv6 [17:15] ash_worksi: hit tab to cycle [17:15] ah [17:15] not j/k [17:15] all inbound traffic is refused, outbound is fine. [17:16] you mostly use bindings [17:16] but : does support command completion [17:16] tab completion [17:16] Is there something that states the mode? [17:16] bottom right [17:16] you're a life saver [17:17] I never look there [17:17] like.... ever === auosun9 is now known as auosun [17:17] ash_worksi: also there's an anoyance when you hover over a url, it's obscured, you need to edit teh chrome css to move it [17:17] we love bitcoin issues, lapidary, what ubuntu version, bitcoin software and such? [17:17] ash_worksi: like, the URL preview obscures the command buffer [17:18] and did you check your bitcoin wallet recently|?? [17:18] lapidary what have you done to the ubuntu server since you installed? [17:19] 20.04.1 server edition, 20.0.1 from snap [17:19] it also breaks ssh on the local network to that machine [17:19] ash_worksi: https://termbin.com/fuos [17:19] ^ moves the url preview to the top [17:20] is there another way to toggle hint mode on and off [17:20] %h/chrome/userChrome.css [17:20] ah [17:20] nvm [17:20] ash_worksi: you can rebind the key [17:20] I just don't like moving my left hand off home [17:20] I thought it was a bad router, so I bought a new one. Still goes out every few minutes. IPV6 is fine, I bring the interfrace down and up, all is good [17:20] tons of bitcoin stuff https://snapcraft.io/search?q=bitcoin [17:21] sounds like its something to do with your iptables or however you set up the firewall [17:21] nhkays: the native tab bar? [17:21] did you make any changed to the firewall on the machine? [17:21] ash_worksi: that's commented out [17:22] since install, firewill is still wide open; ssh is installed, and so is everything for bitocoin [17:22] tomreyn: Got it fixed!! Thanks for being so patient and helpful. Good learning for me1 [17:22] ash_worksi: ignore it, + that stylesheet hide the URL preview i think [17:22] nhkays: I mean, what is it talking about? or are you saying, I shouldn't care? [17:22] I see [17:22] I didn't see a url preview [17:22] in fact [17:22] I was justa bout to ask if I COULD get a preview [17:22] ash_worksi: that TaskToolbar is the tab bar across the top [17:23] I setup the config file for bitcoin to allow rpc login inside the network, and tried a USB network card; and installed the module for that. [17:23] ash_worksi: well, you can mess with the CSS, just edit the top directive [17:24] (because i don't use the mouse, i can't test it) [17:24] Okay. I see the problem. This is a System76 machine and the system76-dev that provides their nvidia drivers also shows kernels at you as well [17:24] nhkays: I have so many questions [17:24] shoot [17:24] one, where does this script(?) go? [17:24] three, is there something less trastic than restarting the network I can try and see at what point it comes back up> [17:25] two, I still don't see a url preview [17:25] ash_worksi: in %h/chrome/userChrome.css [17:25] three, I don't see a taskbar... i don't think [17:25] where %h is the profile directory [17:25] ash_worksi: ignore the taskbar, it's the tab bar. i disable it from time-to-time [17:25] because i used tab tree [17:26] lapidary im confused is it just the ubuntu server that cant connect or your whole network? [17:26] ash_worksi: the URL preview is when you hover over a URL, it appears at the bottom [17:26] ash_worksi: i disable it because it collides with the command buffer [17:27] but you can move it to the top if you mess with the CSS -- statuspanel is the URL preview [17:28] hi [17:28] i have a problem my system keeps crashing [17:28] in syslog i dont see anything unusual until reboot [17:28] anywhere i can detect this? [17:28] is tab tree another extension? [17:29] Rubato: journalctl -rb [17:29] Rubato: sudo journalctl -rb [17:29] sudo !! [17:29] :P [17:29] Rubato: ignore me [17:29] ash_worksi: yes, tree style tabs. it places tabs on the left as a tree. i disable the native tab bar because they both do the same ting [17:30] but it has nothing to do with tridactyl [17:30] okay, lastly the url preview [17:30] oh [17:30] i see what you're saying [17:30] Rubato: sudo journalctl -r <== without the b to see the logs form before the last boot [17:30] okay, then I have more questions [17:31] :) [17:31] if i go here: https://stackoverflow.com/questions/29346239/duckduckgo-api-how-to-get-more-results [17:31] in hint mode, "l" will take me to "about" [17:31] which is great and all, but I don't get the same feedback with a mouse [17:31] so, I don't *know* that I went to about [17:32] well i need the logs from the previous boot [17:32] this is especially confusing when the content of the hyperlink does not have the same heading as the anchor text [17:32] now its running [17:32] well, the feedback for me is that the about page opens :) [17:32] and i dont see anything unusual [17:32] also this looks pretty much the same as syslog [17:33] Rubato: does your kernel panic? [17:33] nhkays: for example, when i try the "Search API documentation" link [17:33] i have no idea what happens [17:33] (on the link I posted) [17:33] takes me to "instant answer api" [17:33] it just stops working so i need to hard reset [17:33] and then it works again [17:33] makes me question whether or not I actually went there [17:33] but i cant see any reason why it stopped [17:33] no logs anywhere [17:33] it justs prompts a reboot [17:34] with a mouse, I know I went there because said thing is implicitly highlighted (I hover over it) [17:34] and before that i didnt see anything unusual [17:34] ash_worksi: tridactyl isn't a solution to all problems :) [17:34] Rubato: so your system hangs? [17:35] three, just the server, and only inbound ipv4. [17:37] since it happens on local network data too, it's puzzling. I tried tcpdump, and I never see the inbound request and I never see the outbound rejection I get on my desktop. [17:37] @nhkays yes [17:37] Rubato: then what are you doing when it hangs? [17:37] logs won't show you that [17:38] nothing [17:38] im not on the terminal [17:38] its running plex [17:38] well you must be doing something, browsing, running a program, switching to TTy something [17:38] i see [17:38] so its just a plex server [17:38] supposedly [17:38] it's probably a plex issue then [17:39] maybe plex logs will give you something [17:39] well If just plex stops [17:39] yes [17:39] but the whole server crashes === Texas is now known as SpookyTexas [17:39] i dont expect a single process to be able to crash a complete ubuntu server [17:39] see if plex can be started in debug mode, you'd output verbose logs to a file, and on reboot, check to what poit plex got to when it started hanging [17:40] Rubato: yes, neither do i. sometimes these things use utulities that have bugs, and end up creating zombie threads [17:40] if plex would do something weird im pretty sure it would show up in logs before the whole server crashes [17:40] it doesn't crash, it hangs [17:40] and i would see other things like high load [17:40] you an use cgroups to limit resources [17:41] but if it's a zombie thread, it won't help you there [17:41] for instance, i've seen lspci hang my whole system because it opens up a kernel thread, and it hangs the whole system [17:41] this is a very powerfull local server [17:41] oh ffs [17:41] fine [17:41] whatever [17:42] even if plex would use 1000% of its resources supposedly it would not cause this without leaving a trace [17:42] i cant believe [17:47] okay back [17:48] nhkays: so, is there not a way to get the link to highlight for a split second before navigating? [17:50] Hello, I have problems for update the DNS on the resolv.conf always mask 127.0.0.53, where I can read about that workfow? [17:50] also, on fhttps://duckduckgo.com/api when i type f, the search box has [[K]HL] where K has a red bg and HL is gray bg [17:50] what's that mean? [17:50] let me try to upgrade ubuntu to 20.1 [17:51] !man | other_rick: start with the systemd-resolved.service(8) man page [17:51] other_rick: start with the systemd-resolved.service(8) man page: The "man" command brings up the Linux manual pages for the command you're interested in. Try "man intro" at the command line, or see https://help.ubuntu.com/community/UsingTheTerminal | Manpages online: http://manpages.ubuntu.com/ [17:52] s/fhttps/https/ [17:54] `;k` awesome [17:55] finished [17:55] lets see how it goes now [17:58] nhkays: how do you yank arbitrary text? [18:00] ash_worksi: ;p [18:00] ash_worksi: ;y <== yanks url [18:01] ash_worksi: ;p <== yanks element content [18:01] ash_worksi: btw, no clicky feedback. it doesn't actually click the button or activate any javascript, it just pulls the URL and loads the document [18:02] hi there. [18:02] hi [18:02] nhkays: um, does the fact that ddg more results works using hint-mode contradict what you just said? [18:03] nhkays: but more importantly, by arbitrary I mean not necessarily delimited by or

[18:03] I think I need a hand here. I am trying to run "apt-get update" on an Ubuntu 16.04 server but it gives this: W: GPG error: http://us.archive.ubuntu.com/ubuntu xenial InRelease: Could not execute 'apt-key' to ver [18:03] ie: in vim I would use ^v to hightlight text and y to yank [18:03] gnature (is gnupg installed?) [18:03] oops [18:03] and yes, gnupg is installed [18:04] Kenjiro: did you use sudo? [18:04] sure [18:04] "sure"? [18:04] yep I did use 'sudo' [18:04] okay; because often "sure" means something else :) [18:04] LOL [18:05] Idk that i can help, but are you able to run apt-key manually? [18:08] I don't know which syntax I should use. So I just ran "apt-key" and it showed me the "help" [18:10] Kenjiro: can you run apt-get update and gather the full output, and post it to https://paste.ubuntu.com/ ? [18:10] hold on... [18:10] alternatively, you could just run this to combine this with a few more steps: [18:10] sudo /bin/true && cat &>/tmp/aptlog < <(sudo grep -hEv '^([ ]*#.*)?$' /etc/apt/sources.list{,.d/*.list} 2>&1; sudo apt-get -y update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 tomreyn: https://paste.ubuntu.com/p/DR8Ccfn7pY/ [18:12] Kenjiro: how did you install this system? [18:12] .. no keys at all .. [18:12] also: is this a VM, a container? [18:12] It wasn't me. I believe it was upgraded from ubuntu 14.04 to 16.04 long ago [18:12] it's a VM [18:12] which virtualizatio? [18:12] Citrix XenServer [18:13] I have another VM running ubuntu 16.04, also upgraded from 14.04 which works just fine [18:13] (that other one was installed by me though) [18:14] so the other doesn'T return any warnings when you run apt-get update ? [18:15] no it just works. Did it a few minutes ago [18:15] can you run cat /var/log/installer/media-info on both? [18:15] hold on [18:15] ash_worksi: ;p <== yanks text. works for

, i've never tried it on say a div, with a nested element, but let me know. and i could be wrong about the whole clicky button thing, but (without readin gthe code) i assume that a clicked button just fetches some resource, e.g. a paginated REST item. i'm not sure of the technical details. it would be interesting to see [18:16] working VM = Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2) [18:16] problematic VM = Ubuntu-Server 10.04 LTS "Lucid Lynx" - Release amd64 (20100427) [18:16] ash_worksi: although, to append some data to some elements, i assume it will have to the use page's javascript, so yeah, maybe i am wrong. [18:16] so... WOW... it was a 10.04 once [18:17] nhkays: has there ever been a time where you wanted to select some particular snippet that was expressly delimited by html? [18:17] s/select/yank/ [18:17] Kenjiro: pretty old. maybe one of the release upgrades did not go well. it's certainly about time to reinstall this one soon. [18:17] (often time I will want to do this when truncating something) [18:17] Kenjiro: ideally with soemthing newer than 16.04 (which looses free support in april) [18:18] Kenjiro: here's how you can add the _apt user account to tackle the first apt warning: https://askubuntu.com/questions/882039/no-sandbox-user-apt-on-the-system-can-not-drop-privileges [18:18] I also dont suppose there is a way to focus on an element for inspection? [18:18] ash_worksi: uhh, like, say an anchor element within a div? yeah, when you do ;p you will get more options than hint mode, or yanking a link, you will get hints for all elements -- so be very specific about the element you choose [18:19] hi, anyone got davinci resolve to work on ubuntu? I got it installed, but all video clips appear black and with no audio [18:19] ash_worksi: i don't lnow about inspection but ;; allows you to focus an element [18:20] NICE [18:20] tomreyn: the apt-get problem was already happening, before I removed the "_apt" user (following some possible fixes I found on the internet) [18:20] but I will re-add that user [18:20] hejkki, davinci resolve is not from our repos, right? [18:20] sadly didn't work with ctrl+shift+I [18:20] oerheks: nope [18:20] Kenjiro: i have never run into this situation, though, or heard of anyone else doing. so this system may not be in a great state, which is why i'm recommending a fresh installation. another reason would be that you'd get the current configurations for file systems (e.g. ext4 with good journalling options rather than ext3), partition sizes etc. [18:20] binairy blob. [18:21] but then, neither did ^f highlighting [18:21] Kenjiro: oh *you* removed the _apt user. did you make any other changes to the system we should know about? [18:22] read the comments, drop davinci https://www.fosslinux.com/24381/how-to-install-davinci-resolve-on-ubuntu.htm [18:22] Is there a better regex search extension than Mohd-PH/RegexSearch ? [18:23] no, only that [18:23] when I noticed that didn't fix the problem [18:23] ok, the user was recreated and that particular warning is gone [18:24] Kenjiro: sudo apt-cache clean [18:24] in future [18:24] nhkays: ;; is also a way to "ensure" you are clicking on the right link [18:25] i see [18:25] ie: focus a link and it should show something indicating it's focus, then press enter [18:25] never used it for that, but yeah [18:25] yeah, makes sense now that i think about it [18:25] in any event, about my earlier question [18:25] where in vim I would use visual mode [18:26] to highlight something and yank [18:26] often I don't want the enormity of what ;p gives [18:26] oh i see, selective yanking? [18:27] nhkays: 'clean' would be an invalid operation/option [18:27] nhkays: yes :) [18:28] nhkays: also, if you have suggestions for a better regex search other than Mohd-PH/RegexSearch, I would appreciate i [18:28] it* [18:28] one that implements shortcut keys would be nice [18:28] Kenjiro: would it? im sure you can figure out how to clean the cache [18:29] ash_worksi: i don't use regex search in the browser, but you can change te serach method to whatever you want [18:29] ash_worksi: also, visual mode works : v [18:30] nhkays: not sure what you mean by that [18:30] oh? [18:30] ash_worksi: i just don't know what you can do with it [18:30] Kenjiro: apt-cache clean, not apt-get clean (but i don't think it will help) [18:30] um... [18:30] this isn't very vimish [18:30] ash_worksi: https://github.com/tridactyl/tridactyl [18:30] Kenjiro: actually the other way around, sorry [18:31] hi [18:31] I would do something like `/foo` `^v` down, down, `y` [18:31] ash_worksi: it's a work in progress. i don't even think you can control the visual mode [18:31] where do we discuss next ubuntu? [18:31] !ubuntu+1 | LuckyMan [18:31] LuckyMan: Groovy Gorilla is the codename for Ubuntu 20.10. For technical support, see #ubuntu+1. For testing and QA feedback and help, see #ubuntu-quality. [18:32] thanks [18:32] unfortunately, my time has come to an end [18:32] thank you nhkays for your help [18:32] np :) [18:32] I'll try to understand more about tridactyl [18:32] I too would like to rid myself of the mouse [18:32] but I do need to be able to inspect stuff [18:33] I wonder... [18:33] oh this keyboard doesn't have one of those mouse menu things [18:33] is there a way to force that on ubuntu? [18:35] ash_worksi: xmodmap i think [18:35] find th ekeycode, and map it to something [18:36] I meant by default, is there some key combo that brings up that right-click drop down? [18:36] on a keyboard that i had once upon a time, it was a dedicated key [18:36] hello [18:37] Kenjiro: so "apt-get clean" clears the apt cache as well as downloaded package files (those are not in use). i don't think this will help in your situation, but it also won't do harm, so it's fine to try. other than this, you'll need to ensure that apt-get can properly verify package signatures using gpg. [18:37] what are the rules of Linux making up the interface names on its own? (it was eth0; plugging the disk to another computer and now it's ens3) [18:38] it's not really linux, it's usually udev setting network interface names. the default naming scheme changed in ubuntu some years ago. [18:39] https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ [18:39] such changes are also announced in ubuntu release notes [18:40] Pred Networkinterface Naming is a breeze [18:40] where do I get android-studio support? [18:42] !alis | You could try a channel search on the Freenode network, LuckyMan [18:42] You could try a channel search on the Freenode network, LuckyMan: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [18:42] or a web search [18:42] tomreyn: yeah... I am trying to find a way to make it verify the packages signatures :( [18:43] k, thanka again [18:43] ttyl [18:43] thanks tomreyn [18:43] Kenjiro: does apt-key finger print anything? [18:44] Kenjiro: `which api-key` <== what does that say [18:44] i think you mean: "apt-key" [18:44] yes, brain is sluggish [18:44] Kenjiro: `which apt-key` <== what does that say [18:45] or ls -al `which apt-key` [18:51] requests don't reach nginx. Not in access logs. Browser has request pending but here in configs all seems ok. How to debug? [18:52] firewall? [18:52] nhkays: /usr/bin/apt-key [18:52] Kenjiro: ls -al `which apt-key` [18:53] wouldnt it be easier to just run the command? [18:53] tomreyn: the result of 'apt-key finger' => https://paste.ubuntu.com/p/tNc7ZssMfh/ [18:54] nhkays: -rwxr-xr-x 1 root root 21K May 21 2019 /usr/bin/apt-key [18:55] Kenjiro: that's missing the 2018 ubuntu archive signing key, which 18.04 has instaleld at /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg [18:55] i'm not certain that 16.04 needs it, but i assume it does [18:56] F6EC B376 2474 EDA9 D21B 7022 8719 20D1 991B C93C [18:56] nhkays: no, nmap says open ports [18:57] Hello. I am setting up Point of Sales concept machine and it has cellillar access. That connection is already setup and working. The cell mode is configured as /dev/ttyUSB2. What I am looking for is some aplication that monitors up/down bandwith usage every month so I can get (api) such information and port it to main server. I am using Debian based distro on my PoS system. [18:57] Intelo: right, do the packets leave the client machine? [18:58] !debian | Guma [18:58] Guma: Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://www.ubuntu.com/about/about-ubuntu/ubuntu-and-debian - !Repositories meant for Debian should NOT be used on Ubuntu! [18:58] nhkays: wget says waiting for response. I don't see any access logs. 15.161.74.178 is the ip of server [18:59] Intelo: yes, but do the packets actually leave the client machine? [18:59] tomreyn: thanks for your time and attention [18:59] nhkays: you too [18:59] Kenjiro: do you have a file /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_InRelease [19:00] ah no, you won't, you don't even seem to have security mirrors configured. [19:00] no I don't have that file [19:01] nhkays: how can I know? [19:01] Kenjiro: but you have this? /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_xenial_InRelease [19:01] Kenjiro: if so, run: apt-key verify /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_xenial_InRelease [19:01] thans for your time and attention. I talked to the guys who asked me to update that VM. They agreed it would be better to make a clean install [19:02] ok [19:02] good approach [19:03] really, really thanks guys [19:03] Intelo: you could use tcpdump, see if you get an ack packet, /or/ you can do `nmap -sS -p 80 xx.xxx.xxx.xxx` from the client machine [19:03] have a nice weekedn [19:03] *weekend [19:03] you, too [19:05] nhnmap said 80/tcp open http [19:06] Intelo: does anything sit infront of the reverse proxy? [19:06] no I gues [19:06] nhkays: can you open the site? [19:06] no [19:06] if you can, then its my network issue [19:06] nhkays: oh its not loading for you too? then its server issue [19:06] nhkays: so how can i know? [19:06] imean, i won't open random sites [19:07] nhkays: just wget it [19:07] safe === auosun6 is now known as auosun [19:08] anyway, nmap can sync with it, so it's not the client [19:08] then? [19:08] Intelo: does anything sit in front of the server? [19:08] in front of the reverse proxy [19:08] no [19:08] it was working fine until i did nginx reload [19:09] right, and nothing appears in the log? [19:09] maybe you can run tcpdump on the server, and see if it receives a syn packet [19:09] see if it does a three-way handshake === TheWild1 is now known as TheWild [19:10] nmap can sync with it [19:10] so it appears that it does sync a connection [19:12] i can get a valid http response from the default host at this ip address and port [19:13] and this reponse serves an nginx default web page [19:13] tomreyn: s you can load the site? [19:13] For what it's worth control F6 brings up the context menu in Ubuntu [19:14] Intelo: yes [19:14] the default site [19:14] Intelo: are you checking tnginx logs, or you webserver logs? [19:14] So I guess using just trydactyl you could do ;; to focus an element and then ctrl F6 w/ whatever shortcut is for inspect element [19:14] ngaio: nginx [19:14] !who | ash_mobile [19:14] ash_mobile: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [19:14] ash_mobile: i did not know that :) [19:15] tomreyn there were several people talking to me earlier [19:15] tomreyn: i am going to restart my router to change ip then [19:15] It was an epiphany I wanted to share with the channel === jem is now known as jem_delibes100 [19:16] Intelo: heh, maybe it's the HTTP cache on your client? [19:16] idk [19:17] ash_mobile: cool, looks like nhkays was one of them, so this miracle seems solved. ;) [19:17] :D [19:25] how do I make a static interface name based on MAC address? [19:25] SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:18:f3:cd:f2:c1", KERNEL=="e*", NAME="ethernet" [19:25] this one does not work [19:26] It's Ubuntu 16.04.6, 32-bit [19:28] SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="xx:xx:xx:xx:xx:xx", NAME="eth0" .. but i would advise to use the standard name [19:29] TheWild: do you spot the device in output of udevadm info -e ? [19:29] TheWild: the drivers bit looks *funny* to me, and the kernel restriction may not help either.. [19:31] how do i get isync/mbsync to update the expire state for a domain? it is reading the old ssl cert which was renewed already [19:32] sarnold: yes, it is visible [19:32] TheWild: do all the attributes match what you've given? [19:33] it doesn't not list the mac address :/ [19:35] oh curious, neither does mine :( [19:38] damn, I'm dumb [19:39] Linkandzelda: so when you openssl s_client -connect serveripaddressorhostname:port -showcerts from the system you have isync / mbsync running on, you already see the updated certificate? [19:39] out of habit setting up USB devices on vending machines, I was looking inside /dev/ directory for network interfaces [19:39] ifconfig lists it nicely ;D [19:39] TheWild: ah yeah, nics don't get dev nodes :( [19:39] 'everything is a file' isn't really true :( [19:40] sarnold: it's probably in /sys/somewhere [19:40] btw, it'd be better to use ip instead of ifconfig, ifconfig can't support some networking features [19:41] Why I usually get hash mismatch while apt upgrade? [19:41] TheWild: /sys/class/net/ [19:42] https://paste.ubuntu.com/p/vndhmhQb75/ [19:42] leibniz[m]: possibly there's a transparent HTTP proxy between you and the archive and it is inserting data into the responses ? [19:43] TJ-: yeah I use a vpn but apt can't see it. its not system wide [19:43] tomreyn: thank you that helped me to figure out that for some reason my certbot daily renew cron which is supposed to reload nginx dovecot and postfix did not run its post hook [19:44] Linkandzelda: you're welcome. [19:44] leibniz[m]: I pulled that file and the hash matched [19:45] clean lists and try again [19:46] sudo rm -rf /var/lib/apt/lists && sudo apt update && sudo apt full-upgrade . https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure [19:47] leibniz[m]: the file is a text file XZ compressed. If you download it manually you can look inside it and possibly figure out what is being changed? [19:48] leibniz[m]: e.g: "pushd /tmp; wget http://ir.archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/binary-amd64/by-hash/SHA256/dc5f263f75d1f2ffa7e5e7af0817327f350a8e167042c26ca04c99203e7b4d3e ; sha256sum dc5f263f75d1f2ffa7e5e7af0817327f350a8e167042c26ca04c99203e7b4d3e ; cat dc5f263f75d1f2ffa7e5e7af0817327f350a8e167042c26ca04c99203e7b4d3e | xzcat | less " [19:49] this may or may not be related: i think the IR archive mirrors recently moved to a new ip address [19:52] TJ-: https://termbin.com/5gqh3 [19:52] tomreyn: This mismatch happens very often. like every 2 days [19:55] leibniz[m]: the usual cause of hashsum mismatches is terrible web proxies, often they are *transparent* and run by an ISP or repressive government [19:56] leibniz[m]: in this case my guess is the stupid proxy is serving you any old file of identical filesize that it has already downloaded [19:56] .. well, the name matches, too, so it's not quite *that* stupid [19:56] but it's pretty stupid [19:57] leibniz[m]: what you posted to termbin will be incomplete, termbin limits uploads to a fixed file size. so this doesn't help here. [19:58] leibniz[m]: the downloaded size in your original paste showed identical file sizes; but as the hashes were different something was altered internally [20:00] the proxy isn't changing anything though -- it's just serving a different file http://paste.ubuntu.com/p/zKrMHZrDcQ/ [20:03] well it is changing something since, when downloading using the hash URL, it is actively returning a different content entirely - it's not like it's an older file being returned because that'd have a different hash! [20:08] tomreyn: TJ- sarnold https://transfer.sh/YXeK0/dump [20:09] Here is what I can download from this side. I guess you can diff the plain text with my dump? [20:13] leibniz[m]: this unxz'd file matches the sha256sum of what i can download from the IR and other mirrors, fe3fb25bfa0e885575543710f04b4e151b88c1afcdeb644402a1790879f5f296 [20:16] for mirror in ir us de; do echo [ $mirror ]; curl -s http://ie.archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/binary-amd64/by-hash/SHA256/dc5f263f75d1f2ffa7e5e7af0817327f350a8e167042c26ca04c99203e7b4d3e | xzcat | sha256sum; done [20:17] this would always report the same checksum for me [20:18] i assume you have since removed / overwritten the original file causing the apt warnings, so reproducing this will not be possible now. [20:20] tomreyn: me? no I didn't remove the original file. [20:20] `sudo rm -rf /var/lib/apt/lists && sudo apt update && sudo apt full-upgrade` does this delete my PPAs? [20:21] no. [20:21] it cleans the lists out, and reloads fresh ones. [20:25] E: Failed to fetch http://ir.archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/binary-i386/by-hash/SHA256/9550c6e21613793f70055b84eeae653ee7dc28a2df32c118502c03635e20a1a7 Hash Sum mismatch [20:25] Err:122 http://ir.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [20:25] Hash Sum mismatch [20:26] leibniz[m]: you'd probably benefit from picking a mirror listed as 'https' on this list https://launchpad.net/ubuntu/+archivemirrors [20:27] apt full-upgrade also this upgrades to 20 right? [20:27] no, changing releases is done with do-release-upgrade [20:30] leibniz[m]: /var/lib/apt/lists/partial/ir.archive.ubuntu.com_ubuntu_dists_bionic-updates_universe_binary-amd64_Packages.xz would be the file which is broken there, i guess. [20:30] or tampered with [20:32] tomreyn: should I upload it for diff? [20:34] no [20:34] it's just an old copy of the file [20:34] switch to an https mirror and bypass whatever horribl proxy is doing this to your data :) [20:36] sarnold: I'm a little n00b :) What do you mean by proxy? I have vpn on but apt is not passing through it [20:37] leibniz[m]: either your ISP or IRGC are intercepting all your web traffic [20:38] leibniz[m]: this way they can save money on international bandwidth and keep better track of what everyone is doing [20:38] leibniz[m]: if you switch to https, then they'll no longer be able to proxy your data -- they can either transmit it as-is, or drop it, but they won't be able to give you old data when you request it [20:38] sarnold: But the connection is HTTPS [20:39] noone can see the plain text? [20:39] leibniz[m]: it is not https [20:39] E: Failed to fetch http://ir.archive.ubuntu.com/u... [20:39] ah...what is the use of this? It's just some packages [20:40] Like they'd know I'm a vim guy not an emacs guy lol [20:40] probably they are just using a crappy proxy [20:40] 'invisible' web proxies are usually garbage [20:40] you can try reporting this bug to your ISP [20:41] but the ISP may not be able to do anything about it, if the proxy is run by the IRGC [20:41] or maybe they have a way to report bugs to the IRGC? :) who knows.. [20:42] but if you change to one of the https mirrors on https://launchpad.net/ubuntu/+archivemirrors you will probably be getting updates in ten minutes [20:42] oh there's actually a "https" protocol type listed there now, sweet! [20:42] ok about that mirror thing. The https ones are `Last update unknown`...and there is one good ftp one. Should I go with the ftp one? [20:43] no [20:43] well, it *might* actually work, but I'd be surprised; it's probably not worth the time to find out [20:49] since I managed to get that network interface stick with eth0 name, it's time to run it on that "headless" desktop PC. However, when that Linux image is launched on PC, the interface gets its name correctly, but doesn't get up. The IP is statically set. What's wrong there? [20:52] How did you make it stick, GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0" ?? [20:53] oerheks: udev rule [20:53] Hello folks! I created a bugfix for the CommandNotFound program, but I do not see any traffic in the repo at all. What is the correct way to submit it? this is my first time contributing to ubuntu :) [20:53] SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="00:18:f3:cd:f2:c1", NAME="eth0" [20:54] oh, to add to your MAC address [20:54] why not just that grub line, easier. [20:55] nononoha: running 'ubuntu-bug command-not-found' will get you to a bug filing form [20:57] sarnold: The bug is already submitted and known, I just created a bugfix, and wanted to know what steps I should follow in order for it to be merged. The last activity on the repo was in may 2019.. [20:57] nononoha: aha; iirc there's a link near the bottom of the bug pages like "add an attachment", you can add your diff that way [20:57] TheWild: can you reboot the server, then check that the iface is up [20:58] oh, all the configuration in /etc/network/interfaces is there... except "auto eth0" [21:01] sarnold: I see, thanks! By the way, how can I know who is the maintainer that is responsible? as I did not see any moderator in the bug report comments [21:02] nononoha: ubuntu doesn't usually have a package 'owner' or maintainer.. quite a lot of things are team-maintained instead, and the team will be subscribed to the bugs for the package [21:07] yes!! I finally got the SSH access to a desktop PC! [21:10] :D [21:14] nhk [21:14] dang [21:44] hello, I want to ask, if someone encountered similar problem - on relatively new notebook (few months old Dell G17), about once a week during kubuntu 20.04 booting filesystem problem arise, that needs to be solved using fsck... SMART shows no HW related issues, problem is on rotating disk, not SSD and I don't have dualboot - system is ext4 with [21:44] default settings [21:45] problem is usually in files, that was lastly accessed, like web browser cache, edited files etc.. [21:52] bobo87: did you look for anything possibly related (storage media sense, sata bus, pci bus errors) in dmesg / journalctl -k [21:52] ? [21:54] also, you could share some of the recent fsck reports from /var/log/fsck* [21:56] or journalctl -t systemd-fsck rather [21:59] im on 20.04 lts im trying or better iv'e installed flatpak to cast my screen and videos on samsung smart tv, but i get an error it says "No wi-fi p2p adapters found" ... [22:00] in dmesg I don't see anything suspicions except for "ACPI Error: No pointer back to namespace node in package 00000000f715a6d1 (20190816/dsargs-301)", last few lines from fsck https://pastebin.com/rrGATcRP [22:01] so exactly one (varying) inode contains garbage occasionally when sda2 is checked [22:02] bobo87: you're using default ubuntu kernels? [22:02] yes, only defaults [22:03] it might print that on the *first* finding and not bother looking further [22:04] hmm, good point, and inode numbers are increasing [22:04] sarnold, that is true, i need to confirm fixing using "a" key because of multiple problems [22:05] you can do so from recovery, too. but indeed, with such errors, make sure you have a usb key with the same ubuntu version around. [22:06] yes, i have other notebook in case of emergency, but this is confusing to me [22:08] do you have a custom /proc/cmdline ? [22:08] a custom storage i/o scheduler? [22:09] bobo87: this is weird :( is there anything in dmesg or journal? [22:09] no, i didn't touched default installation on anyting else but fstab to be able to copy home folder from other notebook, but this fstab also uses default ext4 settings [22:10] bobo87: it might be worth doing a memtest86 run on this machine overnight .. or stress-ng perhaps? is there a self-test diagnostics in the bios? [22:10] sarnold, just things like i2c problem in nvidia temperature sensors, etc... [22:10] and which disk model is this actually? [22:10] It's any linux distro have preinstalled screen sharing with with or video sharing with smart tv "samsung" ??? Loool [22:11] memtest86(+) is a good idea there indeed. [22:11] disk is TOSHIBA MQ04ABF100 [22:11] Descriptioned: you didn't miss anything while you were disconnected [22:13] Descriptioned: this channel is just about ubuntu. maybe you're looking for something like "miracast", which is a common term for different, mostly unspecified, protocols. https://www.reddit.com/r/linux/comments/6up2on/is_miracast_still_unusable_on_linux/ [22:15] I can try that memtest, but I haven't any other idea [22:16] i'll also try update bios & selfcheck, if it is available [22:16] tomreyn: i know but im trying alot to install it and make it work but i dont find any usefull thing on ubuntu forums and over google [22:24] Descriptioned: sorry, that's all i could suggest. there is https://github.com/albfan/miraclecast and https://github.com/balrog-kun/wds but i think the former isn't ready for acting as a source / peer and the latter isn't integrated into what ubuntu uses enough to be useful - also it'S a different protocol, propbably won't work with a samsung tv. [22:26] bobo87: so you wouldn't have anything like those messages from the 2nd grey box (dmesg output) on your system, right? https://itectec.com/ubuntu/ubuntu-my-files-permissions-change-spontaneously-to-read-only-sometimes/ [22:28] at least that one has clear io errors in logs [22:28] yes, probably unrelated, just happens to be the same disk model [22:28] oooo curious [22:28] the 4096 in those logs looked super-sketchy [22:29] to be sure https://pastebin.com/ZzUGTCEk [22:30] bobo87: you should grep on journalctl --since 20201001 rather [22:30] I just upgraded to focal and boot is failing. My volume group is not found. It is luks encrypted. I have tried multiple paths to rebuilding grub config via an Ubuntu stick but so far nothing has helped. I do not know how to further troubleshoot my issue. Can someone please help me get back into my system? [22:33] When I cat /proc/modules in busybox, I do not recognize anything related to crypto. What modules should I see here to support booting an encrypted volume group? [22:34] after grepping journalctl, there are more errors, but no one "I/O error", only "kernel: EXT4-fs error (device sda2): ext4_lookup:1701: inode #19399983: comm QuotaManager IO: iget: checksum invalid" which I think is only result of that filesystem problem [22:36] baegle: skimming my /proc/modules I've got aesni_intel af_alg algif_hash algif_skcipher cryptd crypto_simd dm_crypt ghash_clmulni_intel [22:37] baegle: I'm not sure if my config is close enough to yours to be 100% confident but I think those all are part of my luks-under-zfs config [22:38] bobo87: how about sudo debsums -s ? that'll do a bunch of reading of packages and check md5s against what was stored when the files were unpacked [22:40] baegle: here's what i have on a 20.04 server with ext4 on top of lvm on top of dmcry-luks on top of mdadm raid1 https://i.imgur.com/acc519r.png [22:40] this is ain a vm [22:46] result of debsum is only debsums: changed file /usr/share/applications/code-insiders.desktop (from code-insiders package)debsums: changed file /usr/share/applications/code-insiders-url-handler.desktop (from code-insiders package) [22:47] oh now that's curious ... did you change those files? take a look at those and see if they look corrupted or changed or what.. [22:48] i'm not edited them manually, i think, it's only visual studio code launchers, but I can take a look [22:49] hi Ubuntu! [22:49] yes, I can read them and it not look like garbare, but like valid launchers [22:49] I'm running 20.04 right click on desktop is missing for new terminal and folder alignment ? [22:49] Shoult i write a post to forum ? [22:49] Should [22:52] hwpplayer1: "missing" in the sense that you would like these options to be present, or in that you had the expectation they would be because ... (what exactly)? [22:53] hwpplayer1: right click anywhere on Desktop does not pop up a menu? [22:53] tomreyn: Thanks for help. I thought i can right click for launching a new terminal [22:53] pavlos: Thanks [22:54] hwpplayer1: what made you think you could? [22:54] Last time on 18.04 i was able to right click and open a new terminal like on Red Hat and Trisquel [22:55] hwpplayer1: make Terminal your favorite, then you can right-click and pop a new window (terminal) [22:55] I guess not too hard it is but i thought that maybe there is a missing feature [22:56] i run yakuake but sometimes i need to right click for a terminal [22:58] yes understood but the another issue is how to align desktop icons [22:58] sorry for the confusion i told the issue the wrong way tomreyn [22:59] Multi tasking issues :) [23:02] no problem. i don't think i hav a complete understanding of what you're aksing, yet, though. apparently you'd like to be able to start yakuake from a gnome-shell desktop by right-clicking on the desktop background [23:03] i suspect this would require forking the desktop-icons gnome3 extension [23:05] tomreyn, sarnold: I have to go, but thanks for your patience and trying to help me :) have a nice day [23:05] you, too, bobo87 [23:06] tomreyn: Sorry i was thinking about terminal, and I accidently asked for terminal [23:06] tomreyn: My real question is to align folders on the Desktop by name alphabetically etc [23:07] I'm trying to figure out what's in initramfs without dropping into busybox using `lsinitramfs /proc/modules` but I get "cpio: premature end of archive". How can I find out what modules will be loaded into initramfs on my next book? [23:07] boot* [23:08] hwpplayer1: https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-icons/+bug/1826056 [23:08] Launchpad bug 1826056 in gnome-shell-extension-desktop-icons (Ubuntu) "Desktop context: Keep aligned, Organize desktop by name missing" [Wishlist,Confirmed] [23:08] baegle: why would /proc/modules be passed to lsinitramfs? [23:09] tomreyn: Yes We are on the same issue [23:09] matsaman: I don't know. I'm trying to find out what modules I will have at boot in initramfs. How would I go about finding that information? [23:11] hwpplayer1: if you have a launchpad / ubuntu sso account (or are happy to create one), you can subscribe to this bug report and getnotified if / when it's solved. [23:11] tomreyn: YES. I have signed code of conduct also [23:11] (note it's a *wishlist* bug, so it's not considered an actual bug) [23:12] tomreyn: mertgor is my name there [23:12] ok [23:12] tomreyn: Are you from Canonical ? [23:13] and #ubuntu-hardened ? [23:13] Are you a staff i mean :) [23:13] hwpplayer1: no, but this chat doesn't belong into this channel either. [23:13] baegle: I believe lsinitramfs wants an initramfs file for its argument [23:13] tomreyn: Okay understood [23:14] hwpplayer1: let's move to -discuss or somewhere if needed [23:14] where is discuss channel let me check [23:15] matsaman: Where can I find the initramfs file that will be loaded on next boot? [23:16] baegle: in /boot [23:16] at least usually [23:16] baegle: will probably say in your grub.cfg also, but I would guess /boot/ yes [23:17] tomreyn: initrd.img? [23:17] right [23:18] if you'll be booting the same kernel image you're currently running then ls -l /boot/initrd.img-$(uname -r) is what you'll boot [23:19] tomreyn: I'm trying to recover from a failed upgrade so it's not the same kernel image I'm running. I'm currently running off a usb image to figure out why I can't boot into my LVM volume anymore. [23:20] tomreyn: update-initramfs isn't fixing it, I've tried a number of procedures I found online but all the same result and I can't figure out why [23:20] baegle: if you have the old kernel & initramfs in /boot/, you can likely boot those [23:21] matsaman: I don't anymore [23:22] baegle: hmm, so you'll need to chroot and fix it from there now [23:22] tomreyn: Yes, I'm there. But I cannot fix it [23:23] baegle: have you modified something in /etc/initramfs-tools/ on your installed system? [23:23] tomreyn: I have not modified initramfs-tools, no [23:24] last time you were here, you mentioned that you have a dmcrypt-luks layer, probably below the lvm layer? [23:24] because just now you only mentioned lvm? [23:25] I did not mention that. Or if I did, I don't know what I said. I'm not conversant enough in lvm, luks, and dmcrypt to make such claims [23:25] Oh wait, I think I know what you're saying. Yes, it's an encrypted volume [23:25] and I cannot vgscan until I luksOpen [23:26] so you did a standard desktop installation with the full disk encrption option checked originally? [23:26] far too many years ago now, but yes, I presume that is what I did [23:26] I've probably moved 5 times since then, maybe 8 [23:27] okay, then the first thing that needs to happen in the initrd is that cryptsetup runs to open the crypto device, then the lvm layer is 'opened' and then the root file system can be mounted [23:28] That is exactly what needs to happen. I don't know how to convince this computer of that, however [23:28] And the only way I know how to test whether or not it has gotten the message is to reboot it, leading to very long cycle times, leading to a very frustrating evening [23:29] you mentioned a failed release upgrade to 20.04 LTS. have you fully recovered from this situation, yet? [23:29] I mentioned that the upgrade failed? This is that failure. I upgraded to 20.04 LTS, rebooted, and this is now the situation [23:30] i.e., have you ensured that apt sources point to focal now, run apt update, apt full-upgrade, and all of these have finished without errors? [23:30] The upgrade completed fine, no errors [23:30] oh i see, sorry, must be remembering this incorrectly [23:30] no worries, you've got a better memory than [23:30] so in the chroot, you have networking? [23:30] Yes [23:31] can you install apt-forktracer, run it, pipe its output into | nc termbin.com 9999 [23:31] and share the url [23:31] I can [23:32] apt update reports no warnings or errors, right? [23:33] apt update and apt full-upgrade report no warnings nor errors [23:33] apt-forktracer is dope. I tried to write one of these in bash iterating over apt-cache policy. This is much better [23:33] it has output 125 lines :( [23:33] hello [23:34] i have an issue with latest nvidia drivers offered by ubuntu 20.04 nvidia-drivers-450 [23:34] after i install them and reboot my screen resolution goes somewhere like 640x480 [23:35] anyone able to help me out please [23:35] baegle: note how i did not suggest to pipe the output into wc -l [23:35] ;-) [23:35] tomreyn: noted [23:36] Ntemis: My Nvidia help depends on wgat the problem with the driver may be . [23:36] what* [23:36] xorg config issue? [23:36] i cant use the desktop as i can only see the upper right corner after i install and reboot [23:36] tomreyn: https://termbin.com/ddap [23:37] no idea but the resolution gets fuqed up somehow [23:37] baegle: plenty of leftover 18.-04 and ppa packages [23:37] * 18.04 [23:38] Oh yeah, I see them [23:38] Ntemis: Maybe the driver did not build ? From that desktop can you activate a terminal interface ? Then we have have a look at the driver status. [23:38] not sure with a 64x64 resoltuion [23:38] i can see nothing [23:39] on neuvau am right now on 3840x2160 [23:39] baegle: "(someversion)" provides the installed package version, if no other version is provided, then no apt repository is currently enabled that provides this version [23:39] baegle: ...nor this package at all [23:40] but yes i can activate the terminal just fine [23:40] totally understood. And I am grateful to learn of this. I will use it to clean up my system. But how can this help me get bootable? [23:40] my whole screen is almost all the terminal [23:40] Ntemis: Ack - pastebin ' dpkg -l | grep -i nvidia ' . [23:41] baegle: if, however, you have apt sources and versions those provide listed in [brackets] then those are available versions, and one of them will liekly match the one that's (installed) [23:41] Command 'Ack' not found, did you mean: [23:41] pasted in [23:41] Ack - pastebin ' dpkg -l | grep -i nvidia ' . [23:42] only pastebin ' dpkg -l | grep -i nvidia ' . [23:42] pastebin: command not found [23:42] baegle: you should either re-enable the PPAs you depend on, and ensure they provide 20.04 versions of those packages, and upgrade them , or purge those packages which are now leftovers with no upgrade path [23:44] Ntemis: Sorry : axck == acknowledge for your last entries. try terminal command ' dpkg -l | grep -i nvidia | nc termbin.com 9999 ' the result is a url back in terminal - pass that link back here. [23:44] https://dpaste.com/92RHX954F [23:45] baegle: once you sorted this out, you should run apt update && sudo apt full-upgrade again, since some of these packages you have now (and which you'll remove or update next) may currently introduce unresolvable depdencies, causing ubuntu packages to be held back. [23:46] https://termbin.com/n53t [23:46] tomreyn: sorted out, updated, full-upgrade, 0 package changes required [23:47] baegle: and when this is done, that's a good time to ensure you have your cryptsetup, fstab etc. properly setup, and run update-initramfs again [23:47] @Bashing-om this is the driver am trying to install 450.80.02 [23:48] Ntemis: Looks like there was a conflict in install driver versions - there can be only one. Let's clean up and try again . ' sudo apt purge nvidia* ; dpkg -l | awk '/^rc/{print $2}' | xargs sudo dpkg -P ' . Where that rc is removed but config files remain. [23:48] baegle: just to double check, you have MODULES=most in /etc/initramfs-tools/initramfs.conf ? [23:50] I am researching OWASP and was told to "everyone should have kali" .... I looked it up and "Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing.[3] It is maintained and funded by Offensive Security.[4]" --- you need a while OS for this? [23:50] Ntemis: Once the system is clean - I suggest that we have the system choose the driver it deems best . [23:50] @Bashing-om this is the outcome https://dpaste.com/G6TGCC84L [23:50] is it ok? [23:50] Ntemis: Looking ^ , [23:50] kk and thanks [23:51] ash_worksi: no, but the kali folks thought it would be more fun to have their distribution. go figure. [23:51] sarnold: would someone have told me that because "kali comes with everything you need (and don't need)" ? [23:52] ash_worksi: good question; I hope someone along the way would have told you that kali isn't intended for daily use, it's really only intended for use on the offensive machine [23:53] baegle: can you share blkid and grep -hEv '^[[:blank:]]*(#.*)?$' /etc/lvm/*.conf output and the contents of /etc/{crypt,fs}tab ? [23:53] no, that was clear from context anyway; but what I'm saying is, if someone tells me "I should have Kali (as a vm)" I think to myself, "do I though?" [23:54] ash_worksi: I've also wondered how many of the things they've packaged are actually useful [23:54] is there any "loopholes" kali affords? I some Cisco tools on there and they don't usually make free stuff [23:54] Ntemis: Looks good - With secure boot disabled >> now run ' sudo apt update ; sudo apt upgrade ; sudo ubuntu-drivers autoinstall ' . Reboot to see the effect. [23:54] I saw* some [23:55] ash_worksi: surely there's enough useful stuff in kali for people to keep using it, but I've wondered if 90% of the users would be happy with a ppa on ubuntu and a dozen packages.. [23:55] sarnold: all in all, I shouldn't be surprised that step 1 in discussing OWASP is "get kali"? [23:56] @Bashing-om https://dpaste.com/AE5BNYATK [23:56] is going for the latest [23:57] ash_worksi: I'm a little surprised, I'd have expected something more like "you'll need to use a tool like postman, so install it ... [23:57] ok everything is done [23:57] thank you mate [23:57] reboot ok? [23:57] Ntemis: Smart kernel - pat pat :P re-boot and let's see now what you have . [23:57] tomreyn: MODULES=most yes [23:58] crossing fingers [23:58] thanks again for all the help