[00:00] good night. here its 01:59AM .. Thank you all [00:00] dreamon: Do you have a strong interest in how the package manager manages ? [00:01] yes.. [00:03] Where might I go to discuss bandwidth performance with Ubuntu on a RPi vs Raspberry Pi OS - and to get hints as to where the problem may be ? [00:03] dreamon: Then: http://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_more_readings_for_the_package_management will relate more than you may want to know :D We be Debian based :) [00:04] mengesb: depending upon what you're seeing, maybe here, maybe askubuntu, maybe a bug report.. [00:04] Ubuntu 20.04.2 arm64 seems to perform at about 50-67% of Raspberry Pi OS 2021-05-27 which is 32-bit [00:05] Well I can start here I suppose, then move on to where recommended so that I can supply the right stuff [00:07] Started off doing tests to ookla (speedtest), noticed peak performance at around 400-600mbps on a 1gbe line, moved to iperf tests, saw similar results from two hosts; changed to Raspberry Pi OS and now seeing line rate speeds at 940Mbit/s (near 1gbe line speed) [00:07] Using an RPi 4b rev 1.3 8gb [00:07] Bashing-om, OK. I will dig there.. ;) bye [00:08] the speedtest cli tool doesn't use disk I/O to transmit, and iperf doesn't back using disk I/O, so it's not a limit of the SD Card [00:08] hah, you anticipated my question.. [00:08] =) [00:09] Been poking at Jeff Gerling ; suggested I looked into what Ubuntu's network driver for the broadcom chipset might be [00:09] and if there might be an issue there [00:09] The other observation I had was that ping latency to ookla test servers was 2x that of the RPi OS tests... 10ms on Ubuntu; 5ms on RPi OS [00:10] about the only other potential difference (other than userlands being similar and the 32vs64 bit diff) is the kernel itself... but both being debian variants I would suspect they're very similar [00:11] Here's some of our exchange: https://github.com/geerlingguy/internet-pi/issues/105 [00:11] Issue 105 in geerlingguy/internet-pi "Speed test discrepancy - Pi 3 B+ not getting more than 260 Mbps up" [Open] [00:12] I realize the title of that refers to a RPi 3b+, I've since moved on to a 4b [00:13] Example of one of the best results on Ubuntu to Ookla: [00:13] Ping: 10.242 ms [00:13] Download: 558.92 Mbit/s [00:13] Upload: 488.00 Mbit/s [00:14] https://www.speedtest.net/result/c/2f7ac3ee-9feb-4243-99c0-e3623e2a49b4 is immediately after i changed to RPi OS [00:14] Latency: 4.59 ms (0.13 ms jitter) [00:14] Download: 928.06 Mbps (data used: 741.1 MB) [00:14] Upload: 803.41 Mbps (data used: 1.4 GB) [00:14] Packet Loss: 0.0% [00:14] Result URL: https://www.speedtest.net/result/c/2f7ac3ee-9feb-4243-99c0-e3623e2a49b4 [00:15] basically, half the latency, twice the performance [00:15] to be fair, I haven't tried or looked to see if there was an ARM 32-bit Ubuntu version [00:17] Ubuntu was imaged using: ubuntu-20.04.2-preinstalled-server-arm64+raspi.img.xz [00:17] mengesb: so, I've got a few wild guesses.. (a) try booting with kernel command line mitigations=off, maybe there's a processor flaw mitigation that ubuntu has enabled that rpios doesn't have enabled.. (I haven't got a clue if these arm procs even have anything..) [00:18] hrm; k... let me snag another RPi and I'll give this a shot... (yes, embarassingly, I have SEVERAL) [00:18] mengesb: (b) maybe check the flow control algorithms in use, grep -i tcp /boot/config-* -- my rpi3b+ has: CONFIG_DEFAULT_TCP_CONG="cubic" [00:19] that's awesome though, it makes it easy to make sure your results make sense to test the same thing on several different pieces of hardware, etc [00:32] sarnold: There's no `tcp` settings in the RPi OS installation. Imaging Ubuntu right now [00:33] mengesb: do they keep the kernel configs for the running kernel in /proc/config.gz perhaps? [00:33] (on such a low-memory machine it would be very surprising..) [00:33] no; the only `c` in `/proc` are `cgroups cmdline consoles cpu/ cpuinfo crypto` [00:34] `/boot/config.txt` is generally where [00:34] I don't think it's even possible to build the kernel without tcp.. maybe that's just an urban legend.. but clearly you've got it, so it's got to be there :) [00:34] the kernel config is different from the rpi config [00:35] maybe check the files owned by their kernel packages? maybe they store the config somewhere else [00:35] http://rpf.io/configtxt [00:36] # Enable audio (loads snd_bcm2835) [00:36] dtparam=audio=on [00:36] # Enable audio (loads snd_bcm2835) [00:36] dtparam=audio=on [00:36] [pi4] [00:36] # Enable DRM VC4 V3D driver on top of the dispmanx display stack [00:36] dtoverlay=vc4-fkms-v3d [00:36] max_framebuffers=2 [00:36] [all] [00:36] dtoverlay=vc4-fkms-v3d [00:36] gpu_mem=16 [00:36] yeah that's the wrong thing :) [00:36] those are my only modifications [00:37] the kernel configs look like this: https://paste.ubuntu.com/p/thGWV8xJkx/ [00:38] i recall that stuff [00:38] 1 sec [00:42] hrm... [00:42] they're escaping me [00:46] hrm; no such thing on rpi os [00:48] booting RPi with Ubuntu 20.04.2 ... cloud-init will take it a second [00:52] Looks like Ubuntu 20.04.2 needs a ca certificates update ... cloud init failures due to SSL certs [00:54] ow. last I saw the plan for 20.04.3 was for mid-august https://wiki.ubuntu.com/FocalFossa/ReleaseSchedule [00:58] =/ ugh.. have to reflash [00:59] setting a password this time... it's failing to sync ssh keys from lp and gh (ssl issues) [00:59] fun times === Osares104 is now known as Osares10 [01:06] Round 2 [01:08] this is looking much better [01:10] mengesb: I'm headed out for the night :) [01:12] awww k [01:12] thx for the hints thus far === M4he is now known as mahe === genii is now known as genii-core [01:32] l;man full disk encryption i set at installation really use alot of CPU on a busy server. have never seen that with other OS's, only on ubuntu? [01:37] https://gist.github.com/mengesb/d1f567dc0093f6cbe6ea50a6ce76fa42#file-ubuntu-20-04-02-config-5-4-0-1038 [02:15] i'm on ubuntu 18, trying to compile something using the ghostscript library. I'm trying to use -lcups but I keep getting cupsRasterWritePixels is undefined and other linker problems (same with X11). I got the source using apt-get source ghostscript and I got the deps using apt-get build-dep ghostscript so I don't know why i'm not getting the right versions? [03:15] Hi y'all. I'm back from earlier (the guy who's trying to rescue some files). I found some discrepancy between df -h /home/$USER and the output of gddrescue. Is it because I used --sparse with ddrescue? [03:17] If I run ls -lah from /home/$USER it says my sbd1.img from ddrescue is 466G, however, when I run df -h /home/$USER it returns "/dev/sda6 441G 187G 231G 45% /home" [03:17] How is it possible for a 466G file to be in /home when /home is 441G? [03:17] Or even worse, how come /home is only 45% used? lol [03:18] Once again, is it because of the sparse file deal? How do I know its true size? [03:25] I'll have to run but I'll check the logs in case anyone answers === SmokenatorZ3 is now known as SmokenatorZ === SmokenatorZ9 is now known as SmokenatorZ [04:22] hello [04:22] tolol === shubbu_ is now known as shubbu [04:49] Guest63: echo $((444*1024*1024)) => 465567744. The 444 is "Gibibytes"=GiB=1024*1024*1024, while the 466 is "Gigabytes"=GB=1000*1000*1000 [05:26] How to fix hostname in PS1 being cut to the first '.' symbol? [05:27] test.example shown just as 'test' [05:31] hello, I have Ubuntu 8.10 installed in my PC, Now I want to find Is PyCharm or Other Python IDE have versions for Ubuntu 8.10? [05:32] PS: I know there are IDEs Preinstalled in my PC, but the UI is not very charming... [05:34] Can anyone help? [05:35] OR isthere a software directory find the latest supported software versions for a specific Ubuntu version? [05:35] ??? [05:35] <_moep_> BoomCPU: 8.10 or 18.10? [05:35] 8.10 [05:36] _moep_ ? [05:36] <_moep_> BoomCPU: hm thats very old [05:36] <_moep_> and not supported any more [05:36] Ok. [05:37] I am not asking about support... [05:37] I want to find supported software versions Of a python IDE for 8.10. [05:37] _moep_ ok? [05:38] <_moep_> ah ok [05:38] so can you recommend me a software directory or something like that? _moep_ [05:39] :] [05:39] <_moep_> not rly. sry [05:40] BoomCPU: web-based IDE https://replit.com/ [05:41] @kon will it open in a 64mb ram? [05:41] on firefox? [05:41] I doubt Firefox will open a blank page [05:41] yea [05:42] Will the old firefox support the rich UI in replit.com Kon [05:42] _moep_ ok ok [05:42] Go ahead and try it [05:42] @kon ok [05:43] im now o my windows PC (office) [05:43] lol [05:44] Kon Multiplayer collaboration [05:44] 500MB of storage [05:44] 500MB of memory [05:44] 0.2 - 0.5 vCPUs [05:44] those are the free features Kon [05:44] It seems to work.... [05:44] jumping to docs on replit.... [05:45] <_moep_> how is it possible to control permissions for snap? only users with sudo should be allowed to install new snap image === mkv is now known as m4v [06:02] FOSS for all (lol) [06:02] hiall, I'm trying to install ubuntu onto a dell laptop; I went with the defaults, but now the laptop does not appear able to 'see' the hard drives, any ideas? [06:03] b0nn well dell is very hard with linux, anyway i donot know the answer... [06:05] b0nn: which version of ubuntu and what model laptop and drive? [06:06] current ubuntu (downloaded it last night) [06:07] dell xps 15 [06:07] current or current LTS? [06:07] current === kostkon__ is now known as kostkon [06:08] ok and you know there are Dell XPS models from 2012, you'll have to be a little more specific [06:09] Yes, if the box had more information I would type it out [06:09] XPS 13 9305 maybe? [06:09] serial number? [06:09] Notebook 9500 [06:09] ok that's the 15 right? [06:09] b0nn enter the serial number to dell.com [06:09] i7-10750H Intel CPU [06:09] yes 15 [06:09] easy a* [06:10] great. and do you know which model the disk is? looks like it's nvme of some type. [06:10] gparted has it as nvme0n1 [06:11] b0nn: oh, so it does see the hard drives [06:11] b0nn: what does lspci list it as? [06:11] well, the ubuntu can when I run it from the sd card [06:11] but the laptop cannot when I go to boot [06:12] https://www.google.com/search?q=nvme+linux+issues [06:12] so... ubuntu installs fine, but won't boot from the disk? [06:12] I'm going to assume that we all ignore BoomCPU [06:12] or the installer doesn't see it? [06:12] Well, the install isn't.. fine [06:12] the installer crashes [06:12] too good to relate? https://www.dell.com/support/kbdoc/en-us/000132047/how-to-resolve-an-pcie-nvme-m-2-ssd-ubuntu-kubuntu-installation-problem-on-your-dell-pc#:~:text=How%20to%20resolve%20an%20PCIe%20NVMe%20M.2%20SSD%20Ubuntu/Kubuntu%20installation%20problem%20on%20your%20Dell%20personal%20computer [06:12] ok. were you able to run lspci? [06:14] well b0nn i just posted a link... why are you so angry [06:14] https://bpa.st/GARA [06:14] b0nn: great. it's the toshiba xg6 [06:14] at the end [06:15] ok [06:15] does the installer give an error message when it crashes? [06:16] The installer has partitioned the drive such that I have a 512MB fat32 efi partition, and a 476.66 ext4 partition [06:16] hrm, I get two errors, depending on how the installer is launched [06:17] one is ubi-partman failed with exit code 10 [06:17] I don't have the other one to hand [06:17] well #ubuntu is toooooo technical and cmd for me bye [06:20] b0nn: apparently the ubi-partman thing has been solved by some people by doing a manual partition [06:20] yeah, that's why I have gparted up [06:20] b0nn: clicking 'try ubuntu' instead of install, and then installing gparted from the software store and manually creating your efi partition [06:21] what I don't know is.. should I make the ext4 partition / ? [06:21] or the efi partition? [06:21] ext4 needs to be / [06:22] when I launch the installer I do not get given an opportunity to select partitions [06:22] b0nn: also, there are some saying that there may be a relevant firmware update for your SSD [06:23] it goes straight from "Normal installation" with "Other options" to "TZ" to "Installing" [06:24] WWW.UBUNTU.COM says no Internet connection and a bird [06:24] HELP ME [06:25] Croran: How would I upgrade the firmware? [06:27] webchat54: a bird? [06:29] b0nn: looks like the firmware update is from 2019... i bet yours already has it [06:29] b0nn: i think it worth trying the manual partition though [06:29] https://askubuntu.com/questions/1032905/ubi-partman-failed-with-exit-code-10-ubuntu-18-04 [06:30] b0nn: also, maybe give LTS a shot. [06:30] and if you remember the second error, that could be relevant too. [06:32] The installer encountered an error copying files to the hard disk: [Errno 5] Input/output error This is often due to a faulty CD/DVD disk or drive, or a faulty hard disk. [06:32] Then Installer crash [06:32] b0nn: ok. that seems consistent with it having failed partitioning. [06:32] Then boot to "Try Ubuntu" [06:34] It's saying that a previous install exists [06:34] but.. it won't boot to that install [06:35] I think I will go for a 30 minute walk to calm my nerves [06:36] b0nn: always a good idea [06:37] b0nn, IO errors on the CD/DVD imply to me you've faulty installation media, did you check the ISO & write to your installation media? [06:46] I don't understand why Ubuntu Software registers itself as the default application for debs but then just says "Failed to install file: File not supported" if you open a deb in it [06:47] kind of makes Ubuntu just seem like a broken system, no? [07:10] Can you escape to a shell during an ubuntu or xubuntu installation? How do you do that? [07:11] for example if you prefer setting up file systems using your preferred tools instead the gui etc [07:11] switch to a different TTY, by finding the right combination of alt, ctrl, shift and F2? [07:11] (which I always forget) [07:11] cbreak, is it a "supported" method or is it hacky [07:12] I think its ctrl+alt+fn for me [07:12] quite hacky. [07:12] cbreak, then how about the ubuntu server edition [07:12] does it provide an escape to shell [07:12] but if you want to set up your own FS, just start in live-usb mode [07:12] prepare the target in there [07:12] yeah that was just an example [07:12] then install without formating [07:12] for an fs really I could just prepare it beforehand [07:12] using any live usb [07:12] ubuntu or not [07:12] But like [07:13] in case I want to drop to shell for any reason during the setup [07:13] esp with regard to errors [07:13] switching to an other tty should work. [07:13] I see [07:13] And what about ubuntu server [07:13] does it allow you to drop to shell during the setup [07:13] I might install a desktop via the server image if it works [07:13] it should work there too. [07:13] guiverc: I had considered that, but thought that being able to boot from that image to install meant that any defects could be detected and new software downloaded [07:14] Its mainly for the purposes of having a proper "debugging environment" in case of any errors, cbreak [07:16] So, I left the installer running before I went out, and it's still running (about 40 minutes) with the shell attached saying that the last message was "NetworkManager-dispatcher.service: Succedded. [07:16] How much longer should I leave it running? [07:16] cbreak, what are the reasons you had to do this? [07:17] if I may ask [07:18] oh, cron just sent a message run-parts --report /etc/cron.hourly [07:18] b0nn: can you do a summary? You're trying to install, and you got disk write errors, and you leave it in case it finishes? [07:19] So, I' [07:19] It seems the server installer actually provides an official means to go to a shell any time needed: https://ubuntu.com/server/docs/install/general [07:19] I've been trying to install ubuntu onto an XPS-15 (9500) - when I reboot the bios cannot see the disk, and a beep occurs, but not able to boot into Ubuntu [07:20] Maybe you're installing in BIOS mode, and it requires UEFI? [07:20] So I am trying to figure out what the problem is, the install, the computer, the settings [07:20] Currently are you booted via live CD? [07:20] yes [07:21] ls /sys/firmware/efi/ [07:21] config_table efivars fw_platform_size fw_vendor runtime runtime-map systab vars [07:21] If you run that ls command, do you see these files there? [07:21] That would mean you're in UEFI mode [07:22] yes, all those files/dirs are there [07:22] Can you also pastebin the disk layout? sudo parted -l | nc termbin.com 9999 [07:23] https://termbin.com/j8knc [07:24] When you're rebooting, you remove the SD card, right? [07:24] yes [07:25] Where does the installer keep logs? [07:25] Is the 'debootstrap' method still supported? [07:25] b0nn: Well things look good. So when the PC boots, what does it show, just a black screen and a beep sound? Do you see anything related to grub or ubuntu at all? [07:25] pikapika: sure debootstrap still works [07:25] I'll reboot for an accurate answer [07:26] pikapika: do what? switch to an other tty? [07:26] just looking at what it's doing [07:26] b0nn: if at all possible, get a video with your phone, it may help [07:26] Please remove the install media.. done [07:27] b0nn: that's the message you see when you try to boot the installed ubuntu?! [07:27] I think it's just the live cd shutdown message [07:27] cbreak, I see [07:27] Remove the sd card and reboot to see the boot message [07:27] My main reasons really are from fear what to do when installation faces some problems [07:27] no vide; so, Dell splash, beep, reboot, splash, beep, bios "No bootable devices found" [07:28] b0nn, is it a hard disk or ssd [07:28] Can you select the UEFI boot manager with F12 or a similar key? [07:28] efi or legacy bios? [07:28] ssd I think [07:29] IN BIOS, NO uefi bOOT dEVICES LISTED [07:30] b0nn: then maybe you need an UEFI firmware upgrade to boot from your NVME disk? Did you check for BIOS updates? [07:30] Did you have an OS in that disk in the past? [07:31] I did, but it got wiped a few hours ago [07:32] OK so maybe the problem is that the installation wasn't finished successfully and grub was not installed [07:32] Did you see any error messages while installing? [07:32] hmm, yes I have already posted them in the channel [07:33] Yeah I haven't read all the history, that's why I asked if you could give a summary. So if the installation wasn't successful, that would be the thing to fix [07:33] I.e. reinstall, and do it successfully, instead of trying to revive a possibly broken installation [07:34] Several (about 6) attempts at installation [07:34] And what was the error message? [07:34] 16:32 < b0nn> The installer encountered an error copying files to the hard disk: [Errno 5] Input/output error This is often due to a faulty CD/DVD disk or drive, or a faulty hard disk. [07:35] At that point, type `dmesg` to see which device it's talking about [07:35] If it's your internal ssd/nvme disk, then you need to replace it [07:35] If it's the SD card, then you need to replace that one [07:35] \16:17 < b0nn> one is ubi-partman failed with exit code 10 [07:36] The input/output error is the important one [07:36] yeah I think it's my SD Card [07:36] It means that either the SD card or your disk are worn out and need to be replaced [07:36] Run dmesg to see which one it is [07:36] But I cannot figure out if it's corrupted or not [07:36] Run dmesg to figure it out [07:39] https://termbin.com/5pxf [07:40] After you see the input/output error message, not right after reboot [07:40] lol [07:41] the io error happens when I rune the first installer so I willl need to reboot again [07:41] Reboot, go to "try ubuntu" [07:41] This will allow you to install AND have a terminal [07:41] When the installer fails, run dmesg in the terminal [07:42] Oh, I was /in/the "Try ubuntu" [07:44] OK, run the installer from there, from "try ubuntu" [07:45] Btw, when the live cd boots (or the sd card), it's supposed to do a disk check, so if it passes that one, then most probably the SSD disk is to blame [07:45] new error [07:46] No EFI System Partition was found [07:46] clicking go back takes me to gparted [07:47] which shows /dev/nvme0n1p1 fat32 /boot/efi [07:47] By "gparted" you mean the installer? [07:48] gparted is a separate program that you would run manually from the menu [07:48] Which device should I select for boot loader installation [07:48] yes, gparted is what I have been dropped into [07:48] Your nvme disk, /dev/nvme0n1 [07:48] or something that looks very much like it [07:48] Ubuntu doesn't load gparted on installation [07:48] I think you're talking about the partition selection dialog [07:49] the "continue" button refuses to become active [07:49] b0nn: can you take a screenshot and paste it somewhere? [07:50] how [07:50] b0nn: try pressing prtsc [07:52] imgur.com/a/zN8idBy [07:54] b0nn: click on the fat32 /boot/efi partition and choose type "efi" instead of fat32 [07:54] b0nn: go back a step, and select "erase all disk and install ubuntu" [07:54] There's no need to be confused with the existing, broken installation, and with the wrong boot loader (partition2) menu item there [07:54] b0nn: also, for device for bootloader installation choose /dev/nvme0n1 [07:55] b0nn: if you want a fresh installation choose "format" next to the lowermost ext4 partition [07:55] might as well format the efi partition too [07:55] https://termbin.com/eb60c [07:57] [ 787.921063] SQUASHFS error: Unable to read fragment cache entry [ae3533a] [07:57] b0nn: when you boot with the SD card, do you see a "check disk" message? [07:57] Where it checks the SD card contents? [07:57] No [07:58] What's the output of this command now? cat /proc/cmdline [07:58] And, how did you create the SD card with the live cd contents? [07:59] https://termbin.com/pqp1 [08:00] WRT SDCard creation, as per the instructions on some ubuntu page (was a couple of days ago) [08:01] EriC^^: are you aware of any tool that would result in this sd card layout? (gpt etc): https://termbin.com/j8knc [08:01] b0nn: I would re-create the SD card by using plain dd if=ubuntu.iso of=sdcard [08:01] nope === Guest80 is now known as branant [09:16] people, i am trying to install dssp v 3.0 apt install dssp (seems only v 4.0 available) but v 4.0 is a broken package, has a bug since 2020 rendering unusable (from their git issues),,, how can i find v 3.0 and install it (i know that it works)? i am on ubuntu 21 [09:20] hey I just installed 21.04, and have issues getting mesa-vulkan-drivers:i386, as dependencies can't be installed. https://paste.ubuntu.com/p/Fc8vyTwTpW/ === jpe__ is now known as sharperguy [09:38] hm seems like there is really something broken https://paste.ubuntu.com/p/VGqT69XWbN/ [09:38] you have external ppa's added on your system quadrat ? === andrex is now known as SKonstist [09:38] lotuspsychje no none, as it's a new system [09:39] oO i have pinned packages [09:39] i just installed the system an hour ago [09:39] that could be a bug indeed then, just doublecheck your sources.list anyway [09:40] lotuspsychje here is apt policy https://paste.ubuntu.com/p/3kRpbGHRZz/ and for whatever reason I have pinned packages [09:40] if I boot to a live cd(sd card) is it possible to run an installer that's on a different device (USB) === SKonstist is now known as SKonstus [09:40] how would i remove those, as I never pinned those [09:41] ahh there are phased packages, i guess that's why I have pins? === eho is now known as yarra [10:01] Hi all. I recently bought a bluetooth keyboard (keychron k6) and a bluetooth dongle (sabrent bt4). When my pc goes to sleep it takes about 30-40 seconds before the bluetooth dongle/process is activated, and I can type my password. [10:04] people, i am trying to instal dssp of an older version from apt, how can i find an older version? it seems only the latest is provided, is there way to find it and install it? [10:06] acresearch you can't as hirsute only has 4.0 [10:06] you would need to find a different source [10:07] Hi, I recently installed Ubuntu 20.04 on an Ideapad Y700 I5-ISK, and it is making the fan run constantly at full speed. I have tried installing tlp, which did nothing, then I ran fwts fan and got: Test fan status. 25 failed /n Load system, check CPU fan status. 30 failed. Does anyone know a way to fix this? [10:08] quadrat: what other sources should i look into? [10:10] acresearch i'm not sure, as everything below hirsute has 3.0, but i wouldn't recommend installing it from the older releases [10:10] quadrat: i am sorry, what do you mean? hirsute? is it a repo like apt? [10:11] quadrat: i am looking for dssp version 3.0 by the way [10:11] Maxii did you check that the uefi/bios/firmware is on the newest release. as lenovo doesn't support linux on non-thinkpads, you would need to check that at least everything is as new as possible [10:11] hirsute is the release name for 21.04 (which you probably have installed) [10:11] acresearch ^ [10:12] quadrat yes, my bios is up to date, i updated it a week ago [10:13] Maxii did you check with fancontrol? [10:13] How do I do that? [10:13] quadrat: hirsute: command not found [10:14] acresearch as I said, hirsute is just another name for Ubuntu 21.04 [10:14] quadrat: ah [10:14] Maxii the program is in the repos, so you would need to install it to check if you _can_ control the fan with it [10:14] quadrat: i am sorry, then where is version 3.0 of dssp? i am confused, i canno find it in apt [10:16] quadrat ok, i will try that, but i recently had 18.04 running on this laptop without such fan issues and Windows 10 dual booted doesn't seem to have a problem with the fans [10:17] Maxii so it sounds like it's a bug, did you check if maybe a different kernel helps? [10:17] acresearch it seems it's not that easy to fetch 3.0 as the homepage for 3.0 is not online anymore [10:18] I tried fancontrol, it says "Error: Can't read configuration file /etc/fancontrol [10:19] i'm not sure how i can check a different kernel version [10:20] Maxii when booting, you can press esc at the ubuntu screen when it first shows up, that should show you a table of different boot options, there should be one called advanced options [...] entering that should give you more kernel options when you have others installed (when you had ubuntu installed for a while, there should be 2-3) [10:21] Maxii for fancontrol, you can use pwmconfig to generate a config, (it will test if it can control the fan (tries to turn it off for 5 sec)) [10:23] Ok so, i have 5.8.0-59 and 5.8.0-43 (i haven't had this for a while, installed this to laptop 2 days ago), I guess it's usually loading 5.8.0.59 so I'll try with 5.8.0-43 [10:24] yes correct assumption, hope it works Maxii [10:28] Ok, using 5.8.0-43 didn't do anything, and I tried fancontrol pwmconfig and it still just says "Can't read configuration file" [10:28] Do I need to use it with sudo? [10:29] After several decades, at last I use IRC again. Hello Ubuntu! Hello Gnome! [10:33] Maxii yes [10:33] hey GoldenEye, welcome to the dark side :) [10:35] quadrat it says there are no pwn-capable sensor modules installed [10:36] Maxii okay thought that it maybe could get it running :/ [10:37] Maxii sorry then I am out of ideas [10:38] its ok, thanks for trying [10:39] Maxii you could still look maybe in the journal to see if we can find something. but pretty sure there shouldn't be too much, as fans are operated normally by the uefi/bios/firmware [10:46] so, I got ubuntu installed (I went and bought a new USB stick) [10:47] But I'm still having problems - the install works, then boots straight after removing the install media, but then it wont reboot ever again [10:47] just a flashing cursor top left of the screen [10:48] quadrat i just tried booting to the usb which i used to isntall 20.04, and it doesnt have the fans running at full speed [10:49] Maxii huh interesting. now we have to figure out what's going wrong, so maybe the journal does spit something out about the fan [10:49] what is this journal, i don't know? [10:50] journal = log [10:55] quadrat where do I access/see this and what do I lok for? [10:55] *look [10:57] Hallo [10:57] ok, have got a term, apparently the gdm3 hasn't started [10:57] Maxii "sudo journalctl -b" that gives you everything that happened this boot [10:59] ok, I'll try upload to termbin the journal of the boot to the usb, and the boot to the installed version [11:00] I hope there's no personal data in it [11:00] Maxii sorry but I have to leave, hope you can find somebody else who can help you. [11:01] ok [11:02] Maxii: try to install lm-sensors and run 'watch -n 1 sensors' to se temp of your cpu's [11:02] ledeni[m] ok, i will try this, but i think i had that installed and it couldn't access them or something, i'll just check again [11:06] does sudo jounalctl -b leak any personal info if i upload to termbin? [11:19] ledeni[m] They're all around 40-50 degrees [11:19] Maxii: and speed of cpu fan? [11:21] i just closed it and now it won't re-open the watch command [11:22] Maxii: run just sensors [11:22] i can't see anything that says fan speed [11:23] aha ok [11:27] Maxii: try to install 'thinkfan' [11:27] it is an ideapad, not a thinkpad, so how will that work? [11:27] i mean, im not opposed to trying it, its just, not a thinkpad [11:28] Guys. I have a laptop with 1 HDMI out and 1 mini-DP out. Before I had 2 monitors with HDMI in, so one of them was connected converting mini-DP -> HDMI. Worked just fine. Now I've got another monitor with mini-DP in, so I'm trying to connect 1 monitor using HDMI and 2 monitors using a DP hub. It works just fine on the dualboot Windows 10, but Ubuntu 20.10 freezes during startup, presumably just before [11:28] showing the login screen. If I remove the DP hub, running only the HDMI monitor, then Ubuntu boots. But the hub makes it freeze, regardless of whether any monitors are connected to it or not. Anyone experienced this? Should I submit a bug report somewhere? [11:38] Slartiba1t: how is the DP hub connected? [11:41] theMajor: The hub has one mini-DP contact and 4 DP ports in the "other end". So it's connected to the laptop using the mini-DP. [11:42] Slartiba1t: did you check in system settings display if the monitors are available and enabled also what happens if youn connect the hub when already logged in to they show up then. [11:43] msg alis list indieweb [11:45] theMajor: I think Ubuntu freezes if I connecft the hub while logged in(now). But I'll doublecheck. [11:46] Slartiba1t: what is the brand of the dp hub and what gpu are your running [11:49] I am not able to install vmware tools box. The option under VM -> Reinstall VMware Tools is not available === TheRAt is now known as TheRAt_AWAY === TheRAt_AWAY is now known as TheRAt [11:53] theMajor: Yep, I was right, Ubuntu froze pretty much right away, and I had to power cycle things to get rid of it. The DP hub is https://translate.google.com/translate?hl=en&sl=auto&tl=en&u=https%3A%2F%2Fwww.deltaco.se%2Fprodukter%2Fdeltaco%2Fkablar-adaptrar%2Fdisplayport%2Fadaptrar%2FDP-911 and the GPU is GTX 1070. [11:54] Hi y'all. I'm back from earlier (the guy who's trying to rescue some files). I found some discrepancy between df -h /home/$USER and the output of gddrescue. Is it because I used --sparse with ddrescue? [11:54] If I run ls -lah from /home/$USER it says my sbd1.img from ddrescue is 466G, however, when I run df -h /home/$USER it returns "/dev/sda6 441G 187G 231G 45% /home" [11:54] How is it possible for a 466G file to be in /home when /home is 441G? [11:54] Or even worse, how come /home is only 45% used? lol [11:54] Once again, is it because of the sparse file deal? How do I know its true size? [11:57] Slartiba1t: maybe needles to ask but you are using an external power adapter for this hub [11:58] Slartiba1t: also what resolution are you running? [12:05] Slartiba1t: have you already checked your logs, if the system freezes it should log something about this. if you check your log you can see if it is driver related are hub related [12:08] theMajor: Yes, the hub uses a separate power adapter. The resolution on both screens are 1920x1080. Haven't checked logs, no. Any log in particular that I should check? [12:13] Slartiba1t: check dmesg in /var/log/ [12:14] Hi, I have a question about LACP bonding on Ubuntu 20.04 not working properly. Is this a question better for the ubuntu-kernel channel? [12:14] Slartiba1t: also check syslog and if present daemon.log [12:15] Slartiba1t: but your are in a desktop env so you can use the system log viewer [12:16] I am seeing this crash from tracker-miner-fs, is that anything to worry about, no idea what it is [12:16] when i add libretro ppa for updated retroarch package in focal, why apt still prefers retroarch package from repo rather than ppa? [12:17] theMajor: Got it. Meeting coming up now, but I'll try to reply here asap later tonight. Thanks for helping this far. [12:18] Slartiba1t: it is always running things down to a message showing what it misses or needs so you can fix it instead of keeping to try. no worries hope you find and if i am here i will try to help you [12:44] any way to get ubuntu dock to show app windows on hover? [12:49] goddard: dunno, maybe with yet another extension? [12:59] Client: HexChat 2.14.3 • OS: Ubuntu "hirsute" 21.04 • CPU: Intel(R) Core(TM) i7-8500Y CPU @ 1.50GHz (1,60GHz) • Memory: Physical: 15,1 GiB Total (12,4 GiB Free) Swap: 2,0 GiB Total (2,0 GiB Free) • Storage: 356,4 GB / 885,2 GB (528,8 GB Free) • VGA: Intel Corporation UHD Graphics 615 @ Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers • Uptime: 17h 36m [12:59] 2s [13:06] t1000: keep in mind this is a Ubuntu Support channel [13:06] ok, thanks [13:07] i'm first time here [13:07] !discuss [13:07] Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [13:07] normal you can run something like gsettings range org.gnome.shell.extensions.dash-to-dock click-action [13:07] to figure out options [13:07] !ot [13:07] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [13:07] what is the ubuntu extension called? [13:07] ubuntu dock [13:08] ya that dont work [13:08] cant have space in the name [13:08] its a command for gnome shell [13:08] search for it online then [13:09] haha [13:10] what's to laugh about, search first THEN ask. There are many solutions and answers out there on the web goddard [13:11] you a mod? [13:11] helping is one thing, spoonfeeding another [13:11] no i'm not, just sharing my thoughts [13:11] yeah you are a mod huh? [13:11] you got a real high and mighty attitude [13:11] this is a support channel [13:11] not a go tell people to search channel [13:12] and i actually pasted the command [13:12] it works [13:12] good :) [13:12] you didn't even bother to check it [13:13] why should i, put some more effort in it yourself first [13:13] maybe go take a break brother [13:13] love ya [13:13] likewise <3 [13:13] i just told you it is the correct command [13:13] i found it [13:13] you didn't [13:13] my effort [13:14] well, you were the one with a issue/question. Great you solved it yourself. [13:15] .. [13:17] sorry goddard, not my day. Didn't wnat to offend you. [13:18] no worries [13:19] its gsettings set org.gnome.shell.extensions.dash-to-dock click-action minimize-or-previews [13:19] although no on hover options i think [13:19] i couldn't find anything myself about the hover options [13:20] it has all the options in the command line [13:20] just hit tab twice [13:20] gsettings set org.gnome.shell.extensions.dash-to-dock [13:20] with just that [13:20] lists a bunch of stuff [13:20] show-windows-preview [13:20] this maybe? [13:21] how can i detect if ISP is blocking or not blocking port 80? local server is running, from local machine and from machines connected to router are able to access the server. from outside i am able to ping the IP, but the contents on port 80 are not accessible. any suggestions ? [13:22] you can open port 80 and setup apache [13:22] sudo apt install apache2 [13:22] thats already open [13:23] now point your browser to your ip [13:23] all done, just need to access from outside. its accessible over local network too [13:23] use your public ip [13:23] what is my ip in search engine [13:23] copy paste ip.address:port [13:23] accessable using public IP, but only in local network. [13:24] you gotta use a vpn to test [13:24] you can use hidemyass [13:24] ok ok. its done. i forgot to restart my router after the changes to take affect. [13:25] thanks any ways [13:25] ok [13:29] On Ubuntu focal I have the problem that xdotool freezes my desktop. seems to be a known bug, and https://stackoverflow.com/q/48038038 suggests I could try change my video driver. How do I find which video drivers are available? [13:31] "sudo ubuntu-drivers autoinstall" says "No drivers found for installation." [13:33] the xdotool bug issue seems to be https://github.com/jordansissel/xdotool/issues/281 [13:33] Issue 281 in jordansissel/xdotool "xdotool hangs on long strings" [Open] [14:16] Hi all === V3n3RiX is now known as Raynor === Raynor is now known as V3n3RiX === V3n3RiX is now known as G3nK3rN3L === G3nK3rN3L is now known as V3n3RiX [14:33] howdy [14:36] howd [14:37] red hat become payed? [14:38] is red hat opensource also? [14:40] ubbuntiti: yes, yes [14:42] i think its a good move honestly [14:42] would be great if ubuntu was paid then you could get paid support [14:43] now i officially have some one to complain to [14:43] hi everyone [14:43] instead of just complaining on here and nothing happening [14:43] system settings was unable to find any views, and hence has nothing to display [14:44] i cant open settings [14:46] granted people paid for windows and still got treated like garbage [14:47] dell, run 'gnome-control-center' from terminal [14:48] Goddard you can pay for ubuntu support if you want [14:48] It may not be official but you can definitely find paid support [14:49] bash: gnome-control-center: command not found [14:50] dell bro your setup is borked [14:50] try reinstalling ubuntu desktop [14:50] dell, type -a gnome-control-center [14:50] bash: -a: command not found [14:51] not a good sign [14:51] Hi guys, I created a new .ssh key using ssh-gen. In my ubuntu 20 linux server. This created 2 new files called rob_moore and rob_moore.pub. After I added the public key using rob_moore fxcanli.pub >> authorized_keys I ran cat rob_moore I then copy the ssh key to my local machine. However when I try to ssh using the new key i get invalid format [14:51] dell close the terminal and reopen [14:51] question is why? [14:52] when i use puttygen putty can understand it no issue [14:52] why not ssh-copy-id? [14:53] putty is old and krusty [14:53] do it the linux way not the windows way [14:54] goddard, ssh-copy-id will will that copy from the ubuntu server to my windows pc? [14:54] if your windows pc has openssh then ya [14:55] but thats the wrong direction [14:55] you create the key on your windows pc and then do the copy [14:55] windows has ssh now [14:55] goddard, so should i generate the key locally and then copy it to the server? [14:55] because they "Love" linux [14:55] ya [14:55] goddard, I am using git bash on windows :) [14:56] ahh [14:56] you probably want to go to ubuntu-server channel [15:01] #join [15:02] freeman_h: what version of ubuntu are you running? [15:03] goddard: https://ubuntu.com/pricing/infra [15:03] 20.04 [15:03] leftyfb, [15:04] leftyfb cool, not really geared towards home users though i imagine [15:05] still 150 and you get support [15:05] thats cool [15:05] freeman_h: ok, so you're trying to copy a public ssh key you created on ubuntu 20.04 using openssh's "ssh-keygen" utility to a Windows machine so you can ssh to the Windows machine from Ubuntu? [15:05] Hi everyone. [15:06] alireza: hello, is there an ubuntu support issue we can help you with? [15:06] https://ubuntu.com/server/docs/service-openssh pretty good manual [15:06] oerheks: I think the issue is with Windows/git bash and not with ubuntu or the key [15:07] also, I think there's a misunderstanding and the keys were created with putty [15:07] or that when they used puttygen it worked [15:07] ah, i read back, he generated keys [15:08] I found git bash to be pretty obnoxiously Windowsy, and cygwin shell stuff to be less so [15:08] leftyfb, no [15:09] freeman_h: ok, please explain in detail then [15:09] ssh key is created on ubuntu server, i then copy the key to windows and then try to ssh using the new key it does not work [15:09] after copying keys, restart ssh service? [15:09] :/ [15:09] (windows) [15:09] the default ssh key i created works find [15:09] find* [15:09] fine* [15:09] freeman_h: ok, so then exactly the situation I described above then [15:10] https://www.digitalocean.com/ this is where the ubuntu server is at [15:10] leftyfb, no you said this "so you can ssh to the Windows machine from Ubuntu" [15:10] freeman_h: ok, so how are you trying to ssh to the Windows machine then? [15:11] I am not trying to ssh to windows from ubuntu. I am trying to ssh from windows TO ubuntu [15:11] leftyfb, using git bash [15:11] thats what i assume [15:11] freeman_h: ok, then the public key goes on Ubuntu in ~/.ssh/authorized_keys. Make sure to chmod 0600 ~/.ssh/authorized_keys [15:12] freeman_h: at this point, I would recommend a test using the private key still on the ubuntu server to ssh back to itself: ssh -i ~/path/to/rob_moore localhost [15:12] I have an ssh key already which i am using and that works fine. the ssh key was added when i usin digital ocean to create the ubuntu server. However I am trying to create another ssh key for my laptop which is the issue [15:12] ssh-copy-id -i ~/.ssh/PUBLIC_KEY.pub -o PreferredAuthentications=password -o PubkeyAuthentication=no -o "IdentityFile ~/.ssh/PRIVATE_KEY" USER_NAME@IP_OR_URL [15:13] login with password to copy it over [15:13] then turn password login off [15:13] thats one way [15:13] goddard: you are assuming a linux client, they are using Windows [15:13] freeman_h: test on ubuntu ssh'ing to ubuntu first [15:13] freeman_h: that is the only thing we can support here. We cannot support git bash [15:14] well this is a Linux support channel [15:14] :D [15:14] freeman_h: please test as I mentioned above [15:15] leftyfb, so generate the key locally and then copy it to the server [15:15] the username and password lol i have to wait 4 weeks for that because our dev team leader is off sick with covid [15:16] was trying to avoid moving my full work pc home on a train. thought i could just add the ssh key which i will use on my laptop [15:16] when i am working from hom [15:16] home* [15:17] freeman_h: ok, so now it seems we have another ubuntu machine in the mix. You have a Windows machine that you want to use git bash as an ssh client(don't) and an ubuntu workstation running Ubuntu ? and a server hosted at DI running Ubuntu ? [15:17] also we have a new guy starting on monday so lol guess no work for him for 4 weeks [15:17] freeman_h: please focus on the problem at hand [15:18] freeman_h: please verify the environment we're working with here and the exact use case in detail [15:18] leftyfb, in my work place we use windows pc has we are php and python developers here [15:18] the linux ubuntu server we use digital ocean to create a ubuntu cloud server [15:19] my work pc can ssh into the server using git bash WITHOUT any issue [15:19] the problem is how do i add a new ssh key for other people to use on the ubuntu server [15:19] git bash is not the issue. windows is not the issue [15:19] freeman_h: "linux ubuntu server" running what version of ubuntu? "my work pc" running what? Windows? Is there a 2nd machine running ubuntu? [15:19] Windows 10 comes with preinstalled ssh, no need for git bash at all [15:20] 20.04 [15:20] alkisg he is just using that to manage his project [15:20] alkisg, i use git bash has i use git. good thing about git bash is that i can use linux commands on windows and it works fine :) [15:20] goddard, +1 [15:20] freeman_h: ok, so you have a machine running Windows that you want to use git bash as an ssh client to ssh to an Ubuntu server hosted at DI running Ubuntu 20.04. Correct? [15:21] freeman_h: ok, please test, the keypair you created on the Ubuntu 20.04 server hosted at DI to ssh using the private key back to the same server using the command I posted above [15:22] leftyfb, yes using a NEW ssh key which I have generated on the ubuntu 20.04 server [15:22] leftyfb, okay I will try that now [15:23] freeman_h: also, compare the appended public key in ~/.ssh/authorized_keys on the ubuntu 20.04 server hosted at DI with the contents of the rob_moore.pub you created on the same machine [15:24] leftyfb, that works [15:24] on the server i can ssh to itself using the new ssh key [15:25] so the issue is not the key or authorised_keys file [15:25] freeman_h: ok, so at this point, both the ssh public key, private key and ssh service running on the server are all setup correctly and functional. You issue is 100% how you are utilizing the private ssh and/or git bash on Windows. You'll need to see support from wherever you can get support with git bash or Windows [15:26] freeman_h: good luck [15:26] leftyfb, when i run cat rob_moore [15:26] freeman_h: another alternative would be to use Ubuntu for Windows (WSL2) [15:26] and then copy the key from ubuntu to windows. something messes up the format [15:27] is they a command for linux to reformat ssh key? [15:27] freeman_h: that would probably be the notepad you might be using on Windows that adds carriage returns [15:27] freeman_h: the format issue is not on the Ubuntu side. "cat" is as raw as it gets [15:27] Guys? I'm trying to connect a Displayport hub to an Ubuntu 20.10 laptop. However, it freezes each time. The timestamps in dmesg are tricky to map to a point in time, but I think it shows "kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200528/nsarguments-59)" when things freeze. Syslog has 3 lines: "BUG: kernel NULL pointer [15:27] dereference, address: 0000000000000000", "#PF: supervisor write access in kernel mode" and "#PF: error_code(0x0002) - not-present page". (Are they caused by connecting the DP hub?) What should be my next step here? [15:28] freeman_h: if you are using notepad, that is the issue. Use wordpad instead [15:29] freeman_h: also also, Windows has an ssh client now. No need to use git bash just for an ssh client === Guest6531 is now known as noteness [15:34] leftyfb, same error Load key ".\\id_rsa": invalid format [15:36] freeman_h: ok, so if Windows is having an issue with the format of the paste, then I recommend transferring the file, not copy/paste. Maybe use an sftp client to copy the private key from Ubuntu to Windows [15:36] going to install filezilla and copy the fiel directly and see what happens [15:36] freeman_h: winscp === zakame is now known as zachy === zachy is now known as zakame [15:40] Or plain scp, it's included in win10 :) [15:40] Or md5sum file, to compare it without transferring [15:41] (that's included in windows git bash) [15:43] leftyfb, with winscp how do i see the .ssh directory? [15:44] freeman_h: you'll have to read the documentation for it or use google. I don't use Windows so I can't help with that [15:44] freeman_h: in the meantime, you could(SHOULD) move the private key out of that directory on that server anyway [15:45] freeman_h: in fact, once you get this all working, the private key should be removed from the server completely [15:46] leftyfb, works [15:46] so they some some messed up thing about copying it [15:46] using that winscp thing, i download the file and it works [15:47] freeman_h: that would be a copy/paste issue with Windows and/or whatever applications you were using to copy/paste [15:49] thanks all === px_ is now known as px === Marco_Polo is now known as Guest3654 === Marco_Polo is now known as Guest3925 === lucas_ is now known as lucascastro === Marco_Polo is now known as Guest1627 [18:54] I am having issues with the kvm packages in 20.04.2 LTS [18:55] Jul 6 19:14:24 testbox libvirtd[2604]: Failed to probe capabilities for /usr/bin/qemu-system-x86_64: internal error: Failed to start QEMU binary /usr/bin/qemu-system-x86_64 for probing: /usr/bin/qemu-system-x86_64: /usr/lib/libibverbs.so.1: version `IBVERBS_1.8' not found (required by /usr/bin/qemu-system-x86_64) [18:56] This started happening on the last upgrade I've done and so far my searches have not been successful [18:58] raub: try running debsums -c libibverbs1 [19:00] raub: that's a known bug in qemu 5.1 and there was a fix doing the rounds but it depends on the build config, and also what kernel capabilities the libvirtd is given. Might be worth checking the full service log and possibly the service definition [19:00] sarnold: It tells me that debsums: package libibverbs is not installed [19:01] TJ-: Will do [19:01] raub: definition: "systemctl cat libvirtd" [19:01] raub: if you can share the service log: "pastebinit <( journalctl -b -u libvirtd.service )" [19:01] raub: ah, go with TJ-'s ideas for now :) it sounds like he's got a better handle on it, hehe [19:02] there's some discussion of it at https://listman.redhat.com/archives/libvir-list/2019-April/msg00876.html [19:03] raub: you're using it on a bare-metal host ? [19:04] TJ-: https://paste.ubuntu.com/p/zh8PwfBJWz/ [19:10] raub: can you show us "pastebinit <( ls -l /usr/lib/x86_64-linux-gnu/libibverbs.so* )" [19:15] TJ-: I do not have any /usr/lib/x86_64-linux-gnu/libibverbs.so* files [19:15] And this looks odd: [19:15] lrwxrwxrwx 1 root root 19 May 7 2017 /usr/lib/libibverbs.so.1 -> libibverbs.so.1.0.0 [19:16] raub: looks like you've got a leftover from a much older installation [19:16] NVM, it is /usr/lib/libibverbs.so.1.0.0 [19:16] TJ-: Interesting. I wonder why it did not get updated [19:16] raub: you should be seeing: https://paste.ubuntu.com/p/9DF3pGwYd4/ [19:18] raub: can you determine what package installed that file? "dpkg -S /usr/lib/libibverbs.so" [19:19] (you type faster than me ;) ) [19:19] libibverbs-dev: /usr/lib/libibverbs.so [19:19] raub: ok, so that is the dev package but you seem not to have the actual library? [19:20] Shouldn't it pull it? [19:20] Per https://packages.ubuntu.com/focal/libibverbs-dev [19:21] qemu depends on it but if you don't have the files as I showed in my recent pastebin then either the package is missing or something is broken [19:21] Reinstall the dev and see if it pulls the library perhaps? [19:22] no [19:22] check if the package is supposed to be installed first; this may be a sign of other breakage so you need to determine that and maybe fix other issues [19:23] raub: "apt list libibverbs1" should show 'installed,automaitic' [19:25] TJ-: I think it is my fault: https://paste.ubuntu.com/p/H5yXQb9MYz/ [19:26] Mellanox Connectx3 card crap [19:26] raub: aha! [19:26] raub: well it's an easy fix assuming replacing the Mellanox package doesn't break anything else! [19:26] Let me undo its damage and then figure out later how to get it to work properly. [19:27] raub: you could put the Mellanox stuff in a container [19:27] I hate badly written concoluted and rather closed source drivers just to get sr-iov to work [19:27] I wanted to do sr-iov pci passthrough tests [19:28] s/concoluted/convoluted/ [19:31] But, it makes sense to get that to work in a vm guest first [19:31] (which also reminds me of my whoes with AMD GPUs) [19:42] Wayfire PPA - https://launchpad.net/~soreau/+archive/ubuntu/wayfirewm [19:42] What a bastard: the mellanox uninstall thingie did not delete that package [19:43] wayfire.org [19:45] a desktop with less bloat but more functionality and effects (compared to gnome and kde) [19:46] soreau: oh cool :) looks like good progress :D [19:47] sarnold: 👍 [20:13] is there a way to give user feedback and suggestions to Canonical about ubuntu? [20:16] ice9: https://discourse.ubuntu.com/ [20:27] hello [20:37] I'm using Ubuntu 20.04 LTS. Today I am noticing some strange flicker on my desktop. [20:37] I see small areas of "static" appear and disappear where the screen is updating. [20:38] Any clues on how I can investigate why this is happening? This is the second time I have seen this occur. The last time was about a week ago. [20:39] The last time this occurred, I tried recording my desktop session, but the recording showed none of the strange visual artifacts. [20:39] oh strange [20:39] do you have two gpus? [20:40] I notice that the problem occurs with certain events happen. For example, when I start a new terminal window, the "black" area is checkered white briefly while it opens. [20:40] However, if I drag a terminal window around my desktop, there is no flicker. [20:40] so, it can be a monitor issue, wonky cable,... [20:40] Or rather, there is much less flicker. [20:41] The monitor is a 24 inch Dell Ultrasharp. [20:42] I did recently add an nvme PCI-e card to the desktop for 2 small M.2 drives. [20:42] The cables seem fine AFAICT. [20:42] I predict that if I reboot the problem will go away, because that's what happened last time. [20:43] That makes me think the problem is not cabling or connections. [20:44] If I change to a new virtual terminal, (Ctrl-Alt-F1), I don't notice any flicker. But less happens on it, so I don't know if that's a good test. === war is now known as Guest3613 [20:46] plujon: I'd guess a bug in mesa or the window manager/compositor version you're using. Could also be a bug in kernel but perhaps less likely. Which GPU do you have according to `lspci|grep VGA`? [20:46] soreau: 00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Desktop) [20:47] hm, intel drivers are usually pretty solid [20:47] what window manager/compositor? [20:47] soreau: I also suspect a bug in the window manager / compositor. [20:47] mutter? [20:47] The default: Gnome 3, I think..? [20:47] what does `echo $WAYLAND_DISPLAY` say in that environment? [20:47] sometimes, when I type in emacs, the cursor goes back one or two characters temporarily. [20:48] It's empty. [20:48] ok so this probably means gnome running on X [20:48] Yes, I think so. [20:48] you might try to see if running wayland gnome session helps [20:48] XDG_CURRENT_DESKTOP=ubuntu:GNOME [20:49] On this same hardware, I used to use openbox (lubuntu). I never saw this same behavior then. Hmm. I'll look into trying wayland, I guess. [20:50] It definitely looks like the areas of the screen that are supposed to "update" are the problem. [20:50] Would that point to the compositor? I don't have a good grasp on how stuff actually gets drawn on the monitor. [20:52] I wonder why X11 is the default on ubuntu 20.04. [20:52] plujon because canonical was not comfortable to support wayland for 10 years on a 20.04 base [20:52] plujon: it's hard to say where the problem is actually, but it is most likely either kernel, mesa or window manager [20:52] we tried switching to wayland for an earlier release and it did not go great [20:52] there is never a huge change with LTS, like wayland [20:53] wayland is simply not ready for desktop production use yet [20:53] nvidia drivers still don't work with wayland, so it feels unlikely to ever be a default to me, but that's a guess [20:53] but it's getting there, slowly [20:53] not ready .. that is why you have a x11 session installed too [20:53] sarnold oO nvidia supports wayland, but no xwayland, which is fixed in the 470 drivers [20:53] in the mean time, users can test it and report bugs [20:54] Are there any logs I should check other than dmesg? Or would the current bug not be something likely to be logged? [20:54] quadrat: oh? [20:55] jounalctrl [20:55] plujon: no, not really in this case [20:55] sarnold yeah xwayland had no acceleration that's why it was disabled by default [20:55] 470 is gonna be huge for linux [20:55] plujon: I would recommend figuring out what exactly changed/updated that caused the problem [20:56] plujon: once you have that information, you can file a bug against the offending component [20:56] quadrat: cool, thanks for the fix :) [20:58] soreau: Hmm. Thanks... I used to use lubuntu, then I added a drive, the PCI-e card, and decided to try vanilla ubuntu. [20:59] So, I changed the whole OS, but both were 20.04 LTS. [20:59] I could try switching back to lubuntu with the new hardware and seeing if the problem recurs. Problem is, it only shows up about once a week so far... [21:00] plujon: try gnome wayland first [21:00] if you can't isolate the compnent [21:02] I'll try that. But ... maybe I'll poke around a bit before then. I wouldn't want to lose the bug... [21:02] Certain actions lead to the flicker. Perhaps I can find actions that make the flicker a lot worse. [21:03] Alt-tab results in colored flicker all around the borders of my screen. [21:04] The lines seem more horizontal than vertical: greens and blues. Actually, it looks like the desktop image "leaks through" the task bar for a brief second, partly. [21:05] My desktop background is a glade, and it has green leaves and blue sky and water. [21:06] wayland - every frame is perfect [21:06] if it's not, probably your drivers (kernel or mesa) have a bug [21:06] or it's a garbage compositor :P [21:08] is there a way to uninstall everything related to wayland [21:09] shimbles, there is no uninstall option somewhere, nor a proper guide [21:09] if you find one, let us know? [21:09] i discovered that wayland does not aim to support the remoting features of X [21:09] Instead of using wayland, is there some way I can use the lubuntu setup? I know it uses openbox for the window manager, but I don't know what it uses for compositing. [21:09] shimbles: isn't there waypipe? [21:10] plujon: try a live session [21:10] i was not able to definitively determine that was the source of Guacamole + vncserver breaking on Hirsute / Impish, but i have my suspicions [21:10] And for the record, am I currently using mutter? [21:11] soreau: I can, but FWIW, the last time this problem occurred was *2 weeks ago*. So, debugging this might be rather difficult... === pod is now known as eho [21:12] oerheks i will create a parallel universe drive, and diff our universe versus the one where wayland wasn't created. of course, if that universe also doesn't have nazis, it could be a big patch [21:14] plujon: alright, have fun with that [21:14] shimbles, why does it have to be about nazis? keep this channel clean and family friendly, thanks. [21:14] Last time it occurred, it was extremely hot, so I thought maybe something was overheating. But today is not hot at all. [21:15] Is it possible for me to start a new desktop session while this one is running, and for it to use Wayland? [21:15] oerheks, i'm wondering why you felt the need to type that word in a sentence about "clean and family friendly" [21:16] perhaps its becaues many nazis were acquitted in the Nuremburg trials? [21:16] shimbles: does anyone use the remote features of X any more? [21:16] you are totally offtopic [21:16] shimbles: like, apart from me, but I'm a lunatic [21:16] gordonjcp i don't know of anyone who uses X over ssh regularly, i certainly never did [21:17] however, Apache Guacamole is a very nice technology [21:17] it is not particularly fast nor efficient, but it pops a desktop in your browser [21:17] yeah, it plays nicely with VNC which makes it a drop-in replacement for a thing I have at work [21:18] but that's terribly off-topic and includes running extremely specialised builds of Windows XP in qemu [21:18] you can now do that with WSL2 most likely [21:19] https://ubuntu.com/blog/announcing-ubuntu-on-windows-community-preview-wsl-2 [21:19] Ctrl-Alt-F1 shows me a login screen, but I don't see how to choose wayland and then login... [21:19] soreau is waypipe a way forward for using Hirsute/Impish/... with Guacamole? [21:20] shimbles: unlikely, since WSL2 solves a totally different problem [21:20] gordonjcp if you want a remote desktop of your windows box, then no, but if you want a guac desktop of a desktop running on your windows box, then you can use that specialized build of WSL2 i sent you, which supports GUI [21:21] shimbles: that's not even close to the problem [21:21] you didn't say what the problem was, just something about qemu and windows === entuland_ is now known as entuland [21:32] Looking to connect to my home machine remotely from outside using some secure remote desktop, which would you advise that is easy to setup ? Oh, also that it starts up at/before login in case the machine reboots... === teepee_ is now known as teepee [21:37] plujon select your user, then a cogwheel should show up on the right bottom corner [21:38] quadrat: Thanks; I see no cogwheel... [21:38] plujon are you on proper ubuntu or some flavor? [21:38] Vanilla Ubuntu 20.04 LTS. [21:39] ahm [21:39] I see my name in the middle of the screen and underneath, "Not listed?" and at the bottom: "ubuntu" [21:40] If I click on my name, I'm prompted for a password, but no cogwheel. I don't know how to take a screenshot of the login screen. [21:40] Enissay: Safe and easy no but a happy medium openvpn, dynamic DNS,VNC This is what I use but there are a lot of other options [21:41] Enissay, I like x2go [21:43] plujon where does it say ubuntu? [21:44] At the center bottom of the screen in big letters. [21:44] Maybe a cog is slightly off-screen..? [21:45] plujon if you don't have a crt screen it's very unlikely [21:45] startx # made the screen black for several seconds [21:45] oops, wrong channel [21:48] toddc compdoc: thank you for the leads <3 [21:49] quadrat: Actually, I lied (or misremembered). I think this is a minimal ubuntu. I'm trying to remember what the term is... [21:50] I think when I started the installation of Ubuntu, I said to install the bare minimum. Maybe I need to install wayland for the cog to appear. [21:59] plujon are you running on a nvidia card? [22:02] plujon if not, make sure that gnome-session-wayland is installed [22:02] (eh also when using nvidia) [22:14] quadrat: Thanks. I'm using intel. I installed gnome-session-wayland, but still no cog. Perhaps i need to restart the login app? [22:17] I've compiled and installed xterm-368 from source, but I can't change default terminal to xterm/uxterm in "update-alternatives --config x-terminal-emulator". Is there easy way to fix that? [22:17] Does update-alternatives depends on *.desktop files? [22:18] Apparently killing gdm3 kills one's session. But indeed, after that, I've got a cogwheel. This is now a Wayland-empowered session. [22:18] I can't tell if Wayland is way faster, or if it just feels that way because of the snowy glitches I was seeing for the past 2 hours. [22:18] plujon nice [22:19] The snow-damage glitches are gone. I'll see if I have any problems using Wayland. [22:20] plujon hopefully you don't :) [22:23] Nevermind, fixed it with "sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/uxterm 50", if anyone is interested with solution. === Thumpxr8 is now known as Thumpxr [22:58] compdoc: what if the remote machine is not logged in (reboot/crash) ? it is not accessible then :-/ [22:58] I am referring to x2go [22:59] I use it on serval headless servers, and never had that issue [22:59] compdoc: why not use ssh? [23:01] I do use ssh, but I also like to use the desktop and certain gui apps. I can leave things running and disconnect, then reconnect later with everything still running [23:01] compdoc: what sort of GUI app do you need on a remote server? [23:02] gparted, caja, disks, chrome and firefox, etc [23:04] parted, ssh, fdisk/sgdisk/fsck, sshuttle or many other proxy solutions to route your local browser over a remote connection === war is now known as Guest9398 [23:08] phfft, Im faster and more informed with a gui [23:08] compdoc: you'd be MUCH faster and more productive not using GUI [23:08] (to manage a server) [23:08] not at all [23:09] no, that's actually a proven fact [23:09] regardless, I'm offtopic [23:16] shimbles: https://gitlab.freedesktop.org/mstoeckl/waypipe "This makes application forwarding similar to ssh -X [1] feasible." [23:17] i notice the QtWebEngine build system has some sort of support for this [23:17] oh no, that is pipewire [23:17] interesting; well, i am stuck on groovy until someone else gets guacamole working on hirsute [23:19] shimbles: maybe you want wayvnc then? most remote desktop things for X are considered a security risk in wayland [23:19] but maybe pipewire will help [23:26] Enissay, I forgot, x2go requires a 2D desktop like Ubuntu Mate [23:48] how do I install noty on 20.04 -? it is on github and I have never done that. https://github.com/fabiospampinato/noty/releases/tag/v2.2.0 [23:48] it is an electron app. [23:51] morgansi wouldn't as the app didn't see any progress in the last 3 years, and it was abandoned by the author [23:51] morgans ^ [23:52] Deprecated in favor of Notable https://github.com/notable/notable [23:52] ok. do you know of such a sticknyotes on the desktop that is friendly/useful. [23:56] i don't know any that is not usefull, joplin is cross-platform https://www.slant.co/topics/6303/~note-taking-apps-for-linux [23:58] "The Linux client has a bug that requires the user to click the mouse frequently in order for sync to proceed. This bug has been open for a while." ugh [23:59] morgans: regardless of the bugs, notable can be installed by running: sudo snap install notable