=== j2bv17 is now known as j2bv16 [00:10] before doing `do-release-upgrade`, it's usually recommeded to do a `apt update; apt upgrade`... is there any additional benefit to dist-upgrade or full-upgrade as well? [00:22] noarb, ubuntu rarely if ever does an update that removes packages, so dist- or full- wouldn't do anything beyond retular update [00:37] thank you for ubuntu 21.10! [01:06] hey is it possible to change to the old Unity shell on ubuntu 20 or 21 (the desktop ? with cmd+1 or cmd+2 shortcuts and docker style simple things like on OSX) [01:10] find what you want https://distrowatch.com/ [01:11] !unity | sdfgsdfgs [01:11] sdfgsdfgs: Unity is a graphical shell for the GNOME desktop environment. Ubuntu used it by default from 11.04 to 17.04. For more information, see https://wiki.ubuntu.com/Unity [01:12] sdfgsdfgs, ubuntu-unity-desktop is available for year.month releases (not snapped for Ubuntu Core 20 etc though) [01:35] Hello [01:37] dez_: Ubuntu support question ? [01:44] Anybody here?! [01:47] no [01:47] nice [02:14] Hi. I'm fairly new to linux on desktop, and I've managed to cause Ubuntu to not recognize my touchpad, even though if I run an image from a usb drive it does. KDE's settings say "No touchpad found". Help? I've apt installed everything I found, somehow that didn't work :) [02:14] so it was working before ? [02:14] eh [02:16] Yeah it was [02:17] It was working, then I found that after it woke up from sleep it stopped working. modprobe psmouse stuff got it back, minus my settings. So I started messing with it and seem to have made it worse. [02:18] BTW I do have experience with using Linux on servers so I can run commands and stuff [02:22] sdfgsdfgs ? === Hash is now known as HelloNewman [03:11] why was there not a opsion to install ubuntu on a duel boot system [03:13] Endermen1094, there is; http://iso.qa.ubuntu.com/qatracker/milestones/428/builds/238228/testcases/1301/results shows a testcase for impish final [03:13] you didn't provide release details - but it's there for Ubuntu Desktop & flavors (it's called "Installed Alongside" if using a ISO with `calamares` so differences can apply for specific release/iso etc) [03:14] s/Installed Alongside/Install Alongside/ ^ [03:19] i used the OS: Ubuntu 20.04.3 LTS x86_64 [03:19] [03:22] also it didn't give a promnt to manige space from my existing install (Gentoo) for it and ubuntu [03:23] turns out snapd was killing my do-release-upgrade [04:02] Endermen1094, the ISO you download dictates what installer you use; Ubuntu 20.04.3 Desktop's default ISO uses `ubiquity`, Ubuntu 20.04.3 Server's default installer is `subiquity` etc... how it appears depends on what 20.04.3 ISO you opted to download & install (ubiquity & calamares have it) but you can always pre-prepare your disk yourself (gparted; gnome-disks, kde partition manager etc) then manually use whatever you've prepared (what I tend [04:02] to do) [04:03] Hello I m new to Ubuntu, I am facing an issue with my laptop after installing Ubuntu, can someone help [04:04] My laptop heats up too much while using Ubuntu and when i switch back to windows my laptop doesn't heat up [04:05] maybe ubuntu community will be best to answer this question, it does involve you ! [04:06] What is the best way to share an external monitor between 2 different servers, a linux and osx [04:06] help, why does this message happen when I try to startxfce4? https://dpaste.org/GtSb [04:06] there has to be a better way than vnc and ssh xforwarding stuff [04:19] sdfgsdfgs: See: https://help.ubuntu.com/community/SynergyHowto . [04:40] hallo help me [04:40] hahhahaa [04:41] ask a question first noel [04:41] no no, its done thx [04:42] !yay [04:42] Glad you made it! :-) [04:44] what time is there?.. [04:45] noel: come to #ubuntu-discuss we can chitchat === xb is now known as Guest8808 [07:43] I need to download chrome and vivaldi via the terminal === guodong is now known as GuoDong [07:48] aslan: the chrome version of ubuntu is chromium browser, sudo snap install chromium === gabes0 is now known as gabes === Dcod200 is now known as Dcod20 [08:18] Hi there, i am having an issue upgrading from 20.04 to 21.10, openmpi-bin does not want to end its installation but i am not sure of what to do about it. "update-alternatives: error: /var/lib/dpkg/alternatives/mpi corrupt: slave link same as main link /usr/bin/mpicc" [08:23] repz: this is about the update-alternatives mechanism, a set of symbolic links in /etc/alternatives which can be used to pick a preferences out of a set of choices, e.g. your preferred compiler version or text editor. [08:24] these choices are provided by (debian=.deb) packages. this openmpi-bin seems to be buggy in that it provides the same choice twice (if i'm interpreting this correctly). [08:24] yes i get that but i am not familiar with mpicc/openmpi and i'm not sure how to get rid of this issue (any apt operation is locked for now) [08:25] hmm ok [08:26] can you show update-alternatives --list mpi | nc termbin.com 9999 [08:27] looks like debian has a matching bug report (through it's old, might be something similar) slave link same as main link [08:27] keep getting the same message [08:27] - "slave link same as main link" [08:27] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896189 [08:27] Debian bug 896189 in openmpi-bin "update-alternatives: error: /var/lib/dpkg/alternatives/mpi corrupt: slave link same as main link /usr/bin/mpicc" [Serious, Open] [08:27] yes i found it but not the fix [08:29] were you saying that running update-alternatives --list mpi gives you the same error message? [08:29] (and nothing else?) [08:29] yes nothing else [08:31] and ls -l /etc/alternatives/mpi* | nc termbin.com 9999 ? [08:32] and what about update-alternatives --display mpi | nc termbin.com 9999 [08:33] repz: this is a bit cruel but i think it will let you proceed and not break anything: sudo rm -f /etc/aternatives/mpi* /var/lib/dpkg/alternatives/mpi* [08:34] already tried [08:34] without luck [08:34] https://termbin.com/qg6q https://termbin.com/vuq4m [08:39] hmm, try to sudo dpkg -P openmpi-bin && sudo update-alternatives --remove-all mpi ; sudo rm -f /etc/aternatives/mpi* /var/lib/dpkg/alternatives/mpi*; sudo apt update && sudo apt install openmpi-bin [08:40] wow [08:40] seems to do the job [08:41] thanks a lot [08:41] (i was about to swith to manjaro) [08:42] good. it might return after you sudo apt upgrade && sudo apt full-upgrade [08:42] but i assume not [08:42] I wonder what did I missed, maybe a repository updates but i am just out of the `do-release-upgrade` [08:43] it's either a packaging bug, or you messed up your package system by installing software from incompatible sources [08:43] never messed with mpi [08:43] try this: apt list --installed | grep ',local\]$' | nc termbin.com 9999 [08:44] and show apt policy [08:44] this local grep does not catch anything [08:44] ok, the first would have shown packages without upgrade path [08:45] the second shows where packages may be installed from now [08:45] https://termbin.com/xw90 (i think i adopted thi termbin, wasnt aware of it) [08:46] https://termbin.com/drv1 [08:46] okay, that's clean as can be, only official sources. so i guess it's really a packaging bug in the openmpi-bin package [08:47] those are rare but can occur, usually just in packages in the "universe" (community maintained) section [08:48] yes thanks a lot for your time [08:48] note that hirsute only has another 3 months of support, you probably want to upgrade to impish (21.10) [08:53] yes i am aware of that, that was the original plan but the release upgrade crashed in the middle bc of openmpi-bin. I usually stick to LTS, I installed this laptop since 18.04 release but i need newer releases of some packages (i even copmile some), that's why i wanted to upgrade to std / switch to manjaro/arch [08:54] repz: understandable- there are some ppa's which provide backports. but that could obviously get you into the same trouble. [08:56] yes i am not a fan of it, i used ubuntu to have something 'stable' but i find myself struggling more with updates and custom setup :D [08:59] that's pretty inevitable when you do programming - you may need to build packages / dependencies on your own [09:00] at least in some cases [09:00] zsh / awesomewm is not programing but yes :D [09:01] well, building custom software then ;) [09:01] yes, i dived too much into customisation [09:03] i don't think you'll ever run into such problems if you can limit yourself to main + restricted apt sources. but that's pretty difficult. [09:04] yes just bad luck, i'm on the road to 21.10, i'll see [09:05] 🍀🍀🍀 === spinningcat__ is now known as spinningCat [09:22] Hello, My Ubuntu desktop just freezes, is there any way that I can find the root cause? [09:23] The magic key was not working, I had to reboot my laptop by holding power button. [09:24] the answer may be in the logs(next question answer=i dont know but i think you could look at dmesg tail -50 or something like that{this is where you ask someone else about how to enterpret and search for pid etc ) [09:25] Donald_: which ubuntu release, which magic key did you try? did it freeze before? if not, what may have changed since it started doing so? [09:26] logs from before the system stopped responding should be available at journalctl -b -1 -e if you only rebooted once since (otherwise decrease "-1" further) [09:26] ty tomreyn [09:26] I am on Ubuntu20.04 LTS, I have tried "Alt + PrintSrc/SysRq + reisub". [09:27] it's AltGr, not just Alt [09:27] !sysrq [09:27] In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing slowly, in succession, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key [09:28] oh, i guess i'm wrong there, this must be specific to my localized keyboard [09:29] eggroll: you can safely test sysrq by switching to a tty... [09:29] !tty [09:29] To get to the TTY terminals 3-6, use the keystroke Ctrl + Alt + F3-F6 respectively. Ctrl-Alt-F2 or Ctrl-Alt-F1 will get you back to your graphical login (Ctrl-Alt-F7 on 16.04). To change TTY resolution, see https://help.ubuntu.com/community/ChangeTTYResolution [09:29] It was freezing when I was using Google Chrome. [09:29] ... and then pressing Alt-Sysrq-h which will print help to screen [09:30] how much RAM does this system have? [09:31] vmstat -s | head -n1 [09:31] 32 GB [09:31] journalctl -b -1 -e, this only show some yellow text(warning?), no errors(red) found. [09:32] hmm, 32GB RAM is plenty, unless you were running anything that's a major memory hog. [09:32] if nothing was logged at the time, then the system probably didn't make it to log it before it froze. [09:34] Yeah, that ram is enough for me. [09:34] https://i.imgur.com/BwbWQhN.png [09:34] You can check the screenshot there. [09:35] worth noting Ubuntu defaults to disabling many of the magic sysrq functions [09:35] Donald_: you're running SAR there, maybe it can hint on what happened. [09:37] Donald_: other than that, if this system willfreeze repeatedly, you should probably run a memtest overnight and maybe prepare for some kernel debugging [09:38] https://help.ubuntu.com/community/DebuggingSystemCrash [09:39] i think current ubuntu releases only allow for U (emergency unmount) and B (reboot) of the 'reisub' sequence [09:41] that's for security reasons, settings can be changed in /etc/sysctl.d/10-magic-sysrq.conf [09:42] noted, I will run a memtest. [09:44] !memtest | Donald_ [09:44] !testing | Donald_ [09:44] Donald_: To test your hardware, you can use the packages memtest86+ (for memory, can be started from the !GRUB boot menu), smartmontools (for hard drives), cpuburn (which MIGHT damage your processor if cooling is not adequate!). Additionally, lm-sensors can be useful to monitor temperatures and fan speeds - See also !benchmark [09:45] memtest86+ is an installable package. for newer systems, if you prefer uefi booting, you need to prepare a usb stick with the free version from memtest86.com instead [09:46] (you can also place that efi executable on your efi system partition) [09:47] high temperatures could also cause the system to shutdown (but usually not just freeze then) [10:04] @tomreyn, noted, thanks, very helpful. [10:10] Hi, I have a question. How do I enable pipewire for audio on 21.10? The howtos I found suggest using some example files from the pipewire dir, but those examples doesn't seem to be packaged so they fail at that step. === ubuntu is now known as Guest5636 [10:59] ravage, tomreyn, Mekaneck, I actually solved my problem with Steam recently === rexbinary_ is now known as rexbinary [10:59] There's a bug in Ubuntu installer [11:00] When I choose "install proprietary ... for graphics, media, Wi-Fi etc", it installs nvidia driver, but it doesn't work fine, and when trying to switch to another one, system crashes and lots of bugs appear [11:00] But! [11:01] If I choose not to install them, and then install them manually, by switching in the "additional drivers" menu, it works flawlessly. And steam runs successfully. Even with nvidia. [11:03] There's something wrong with the installation process of Ubuntu. Some months ago I also discovered that it is extremely necessary to disconnect from the Internet during the installation [11:04] Otherwise it'll not install properly and random bugs'll appear. [11:31] I'm trying ot use Docker via Laravel Sail, but it says bind failed becuase port 3306 is in use. Im trying ot figure out command to tell me which service is using it [11:34] jsmooth: sudo lsof -i :3306 [11:36] Here's the output...not sure how to use it https://gist.github.com/longcurve/6237adacb894073f99d8187e30c5a99a [11:37] jsmooth, you typoed ... try again 🙂 (missing the colon before the port number) [11:37] jsmooth, also it is an i not a small L [11:38] Basically same output I updated the gist [11:39] still no colon ... better just copy/paste the command from EriC^^'s line directly [11:43] docker-pr 4067 root 4u IPv4 45779 0t0 TCP *:mysql (LISTEN) [11:43] there you go [11:43] I think it's saying docker-prune is hte service [11:45] ps ax|grep 4067 [11:45] that will giv you the full command [11:45] *give [11:45] Oh.it's docker-proxy [11:45] No idea what to do [11:46] i dont touch docker with a ten foot pole so i cant tell you either 🙂 perhaps ask in some docker channel [11:46] <- lxd user if it comes to containers ... [11:46] I have no idea what lxd is [11:47] linuxcontainers.org [11:47] ubuntus default container technology [11:50] Anybody else seeing graphics issues after upgrading to 21.10? Gnome or "Ubuntu" on Wayland hangs for a while, then shows a corrupted screen with a "working" mouse. Gnome or "Ubuntu" on X11 gets a reddish tint (very visible on white backgrounds). [11:53] RomanSteam: it's probably just a matter of version you'd install. the installer will install the package versions it comes with (be sure to always use the latest installer), package updates are only installed after it first booted, and partially only applied after second boot. [11:54] cantthinkofanick: is there anything on your system logs on it? which graphics driver are you using? [11:55] #docker has no answer, but stopping and starting docker service didn't solve it [11:56] I see some stuff regarding amdgpu that might be related but I'm really unsure. When Gnome on Wayland freezes I see a lot of "kernel: [96292.285192] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!" in the syslog. [11:57] tomreyn: I'm using an AMD card, of course. [11:57] cantthinkofanick: which one? lspci -knnd ::0300 | nc termbin.com 9999 [11:58] cantthinkofanick: and which kernel? cat /proc/{version*,cmdline} | nc termbin.com 9999 [11:58] cantthinkofanick: and which mainboard? journalctl -b | grep DMI: [11:58] tomreyn: Dumping some info here: [11:58] 06:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 14 [Radeon RX 5500/5500M / Pro 5500M] [1002:7340] (rev c5) [11:59] Oh, sorry, now I get it. :) Links coming in. [12:00] tomreyn: https://termbin.com/ksux [12:00] https://termbin.com/w7qk [12:00] tomreyn, anyway, I'm using the latest installer [12:00] tomreyn, motherboard: ASUS System Product Name/ROG STRIX B550-A GAMING, BIOS 1401 12/03/2020 [12:01] cantthinkofanick: did you have kernel oopses? journalctl -b | fgrep 'cut here' | wc -l [12:01] tomreyn, nope, the reply there was zero. [12:01] (I have rebooted the system since, though, so if that gets cleared it might not show.) [12:02] cantthinkofanick: did you have kernel oopses during the previous kernel uptime? journalctl -b -1 | fgrep 'cut here' | wc -l [12:03] cantthinkofanick: you may want a newer AGESA for this graphics card, get a bios update. your current bios version is version 1401, build date 12/03/2020 [12:04] cantthinkofanick: https://bugzilla.kernel.org/show_bug.cgi?id=205089 and https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1870971 discuss the error you quoted initially - i have not read it, yet [12:04] bugzilla.kernel.org bug 205089 in Drivers "amdgpu : drm:amdgpu_cs_ioctl : Failed to initialize parser -125" [Normal, Resolved: Code_fix] [12:04] Launchpad bug 1870971 in linux (Ubuntu) "[amdgpu] (X)ubuntu 20.04 boots to black screen on Lenovo Ideapad L340-17API when in battery mode" [Undecided, Confirmed] [12:04] tomreyn, none there either - but the system doesn't crash per se, it just doesn't show graphics properly. Even with the Wayland picture completely corrupted I can use a text terminal on a different TTY completely fine. Yes, updating firmwares and bios may be a good way forward. [12:05] cantthinkofanick: did this corruption occur by the time you were playing a game? [12:06] tomreyn, no this was directly after an upgrade from 21.04 to 21.10. The GUI misbehaved on first login. [12:06] cantthinkofanick: the kernel.org report suggests an amdgpu firmware upgrade. but i'd still do the bios, too [12:07] tomreyn, yep, thanks a lot for the tip, I'll try and see what happens. [12:11] cantthinkofanick: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amdgpu/picasso_sdma.bin is the git log for the amdgpu firmware file. you can download the latest at https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/amdgpu/picasso_sdma.bin?id=d7b50e61669dc137924337d03d09b8986eb752a3 and place that in /lib/firmware/amdgpu/ as picasso_sdma.bin (after moving the old one out of the [12:11] way/deleting it) [12:11] file sha1sum is f0aa630a93f5f6c2e262a010f6b497b39b093b91 [12:12] this is not a safe way to handle updates, of course. [12:14] cantthinkofanick: just in case you haven't spotted it, yet: bios version 2423 (release date 2021/08/17) is current https://rog.asus.com/motherboards/rog-strix/rog-strix-b550-a-gaming-model/helpdesk_bios [12:16] tomreyn, thanks, yes, I just downloaded it (and Freedos to try and run the installer). Thanks for the link to the AMD firmware I was more unsure of that one. :) [12:17] cantthinkofanick: you can just place the contents of the (extracted) zip file on a fat32 formatted first partition on a usb stick, then load it from the within the existing bios. [12:17] I just cannot find how to get whatever to stop using port 3306 [12:18] jsmooth: is the default port for mysql servers (mysql community edition, mariaddb server, percona server etc.) [12:19] *this (3306) is [12:19] Far as I can tell, mysql and mariadb servers are not running [12:20] as you previously seemed to have found out, it is docker-proxy what's hogging the port. [12:21] i also don't work much with docker, but i can search the web: https://stackoverflow.com/questions/39130263/docker-proxy-using-port-when-no-containers-are-running [12:23] tomreyn, Things have sure gotten a bit easier since the late nineties. :) [12:23] easier? not sure, more complex for sure. === Guest5636 is now known as eggroll [12:24] ciao a tutti [12:25] in terms of partitions what do i need for a dual install debian based os and ubuntu (separate home partitions for each) many thanks in advance [12:25] eggroll: 2 or more partitions [12:26] unless you use lvm, then you *might* get away with one. [12:27] but i'd try to have them share only the ESP really, otherwise you may run into problems due to one using a newer and the other using an older version of some software [12:28] you should have only the newer OS manage grub, and disable it on the older. [12:30] an alternative, sometimes better, approach to having two OS installations available in a multi-boot setup is to use virtualization for one of them [12:31] ciao [12:31] ho un problema [12:31] so my os partitions can be ext4 and other partition with the boot info is like 500MB but what type and which flags are needed guessing boot but what else [12:31] !it | lusy, stefano [12:31] lusy, stefano: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [12:33] eggroll: i think the only flag which really matters on an all linux system is the ESP / EFI flag (if it's a UEFI booting system) [12:33] eggroll: whichubuntu release are you installing, and how? [12:34] the latest ubuntu stable and parrot os [12:34] which is debian based [12:35] the latest stable ubuntu release would be 21.10, since two days or so [12:35] not sure how much i should allow for each OS [12:35] lol reading that a minute ago [12:36] lets say the one prior for now [12:36] that'll have 3 more months of support - i'd rather go with the latest if you're installing fresh [12:36] (or lts) [12:37] i fresh install like i change my jocks, thanks all the same for the warning my important shit is on other drives [12:39] fair point but [12:39] i'd do 1 GB for /boot nowadays (if separate), 10 GB *minimum* for the rest (better 20 or 25 if a desktop) [12:41] thanks man, yeah is a desktop with a few programs and much gui de etc [12:42] Hello! When I do "apt update && apt upgrade", I often get new packages. Does Ubuntu not inform the user when there are new updates? [12:44] beuys: i think that on both current desktop and server releases, updates would be installed automatically by default - but you can choose otherwise. [12:45] in fact, on desktops it may just present a graphical update prompt [12:45] tomreyn: I am using the Desktop. So maybe manual updates are not really supported and Ubuntu expects you to use the automatic approach. [12:46] tomreyn: I get such a prompt sometimes. But very rarely. [12:46] tomreyn: But when I check manually, there often are updates available. [12:47] beuys: check your settings: software-properties-gtk --open-tab=2 [12:47] navigate tot he "updates" tab, if it's not already there [12:48] Aha. Yes, it says "Download and install automatically". [12:49] I am changing it to "display immediately" === diskin is now known as Guest7206 === diskin_ is now known as diskin [12:49] also make sure that (at least) the first two checkboxes are checked [12:50] Id don't see checkboxes. [12:50] Hi, I'm having trouble with the usrmerge package when upgrading to Ubuntu 21.10: It aborts with > Both /lib/x86_64-linux-gnu/libc.so.6 and /usr/lib/x86_64-linux-gnu/libc.so.6 exist. [12:51] beuys: well, i'm guessing what you're seeing since i don't even know which ubuntu release you'Re running [12:51] tomreyn: I think 20.04 [12:51] lsb_release -ds [12:52] Ubuntu 20.04.3 LTS [12:52] pantalaimon: check what file type they are, what which one is older [12:52] pantalaimon: ls -l /lib/x86_64-linux-gnu/libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6 [12:53] Can I check if hardware acceleration works correctly? I tried to start Chromium, but it is insanely slow. [12:55] beuys: okay, on 20.04 you don't need to check any boxes - i'm still on 18.04 [12:55] pantalaimon, can we see the full error ? [12:55] tomreyn: Ok, thanks! [12:56] beuys: if you paste this into the url bar of chromium, it should tell the HW acceleration status chrome://gpu/ [12:57] note that chromium is a snap (thus running in a sandbox) on 20.04 LTS [12:58] tomreyn: Yeah, I know about the snap approach. Installing it again and then will test the url ... [12:59] tomreyn: Hmm... that is a lot of output. [13:00] Looks like some stuff is accelerated some stuff is not. [13:00] there's not just 1|0 [13:00] Rasterization: Software only. Hardware acceleration disabled [13:00] Video Decode: Software only. Hardware acceleration disabled [13:00] :/ [13:00] Is there a similar url for Firefox? [13:02] tomreyn: ioria: https://paste.ubuntu.com/p/xWrYctcNPW/ [13:03] pantalaimon, apt-cache policy usrmerge [13:03] Hmm.. there is about:support. But it has no easy answer :) [13:04] hello [13:04] usrmerge: [13:04] Installed: 25ubuntu1 [13:04] Candidate: 25ubuntu1 [13:04] Version table: [13:04] *** 25ubuntu1 500 [13:04] 500 http://de.archive.ubuntu.com/ubuntu impish/main amd64 Packages [13:04] !paste | pantalaimon [13:04] pantalaimon: 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. [13:04] I have the damaged hd, with ubuntu I can recover files such as excel, word [13:05] pantalaimon, is that when doing do-release-upgrade ? or do you try upgrading in any other way (which you should not) [13:05] beuys: about:support in firefox, scroll down to Graphics [13:05] tomreyn: Yeah, I see it. Seems to support HW acceleration on most aspects. [13:05] ogra: this is during do-release-upgrade [13:05] lusy: this appears to be a statement. do you have an ubuntu support question? [13:05] pantalaimon, from 20.04 to 20.10 ? [13:05] er [13:06] 21.04 to 21.10 [13:06] pantalaimon, 21.10 has libc6 2.34 [13:06] ogra: 21.04 -> 21.10 [13:06] Anybody here using Chromium on Ubuntu 20.04? It seems impossible slow to me. [13:06] pantalaimon, but you have libc-2.33. [13:06] beuys, daily ... and happily ... [13:06] ogra: Via Snap? [13:06] beuys: what exactly is slow? how much RAM does this system have, how much available? [13:06] ioria: I know, the upgrade did not finish [13:06] beuys, indeed [13:07] pantalaimon, ho, so it's a failed distro upgarde [13:07] ioria: yes [13:07] tomreyn: Funny, it got fast now. Strange. Maybe something blocked it from the CPU or it did something in the background. [13:08] pantalaimon, and the process stopped ? [13:08] i wanted to know if i can recover word and excel files from my hd which is damaged [13:08] beuys: looks like you found a way to prevent answering the questions [13:08] pantalaimon, or it's still running someway ? [13:09] ioria: yes it won't install any new packages until the usrmerge script is successufll [13:09] dropped me back to the shell [13:09] lusy: testdisk and photorec [13:09] pantalaimon, you need to purge usrmerge [13:09] pantalaimon, sudo apt purge usrmerge [13:10] lusy: the best approach is to first create an image of the full disk, or the parts that you need to recover data from, using ddrescue. you must store this image on a separate storage, though, not on the same disk. [13:10] I tried but failed [13:11] pantalaimon, if it fails, we need to manually purge it [13:11] ioria: thank you, it's gone [13:11] lusy: then create a copy of the image and work on that only, keeping the good image unmodified. [13:11] pantalaimon, ok [13:11] /usr/lib/x86_64-linux-gnu/libc.so.6 still points to libc-2.33.so though [13:11] and I have a distinct /lib/x86_64-linux-gnu/libc.so.6 [13:12] pantalaimon, that's weird, because the first thing to get updated is libc6 [13:12] lusy: how is the disk broken? physically? how do you know? and how did recovering data using testdisk and/or photorec fail? which tool did you use, which error messages were there? [13:13] pantalaimon, run 'do-release-upgrade -c' [13:14] Checking for a new Ubuntu release [13:14] No new release found. [13:14] pantalaimon, cat /etc/issue [13:14] Ubuntu 21.10 [13:14] i knew it [13:15] pantalaimon, apt-cache policy apt libc6 | nc termbin.com 9999 [13:15] https://termbin.com/kcmg [13:16] pantalaimon, it's ok [13:16] pantalaimon, sudo apt update [13:16] All packages are up to date. [13:17] paradigm, dpkg -S /usr/lib/x86_64-linux-gnu/libc.so.6 [13:17] pantalaimon, apt -s install usrmerge | nc termbin.com 9999 [13:17] tomreyn: thank you, it's hard for me to do what you say [13:18] ioria: https://termbin.com/2m6n [13:18] err sorry paradigm, that was for pantalaimon [13:18] pantalaimon, sudo apt autopurge [13:18] lusy: you're welcome. it's difficult to help without more details, though. [13:19] and yes, data recovery is difficult [13:19] ioria: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [13:19] pantalaimon, dpkg -S /usr/lib/x86_64-linux-gnu/libc.so.6 [13:19] ogra: dpkg-query: no path found matching pattern /usr/lib/x86_64-linux-gnu/libc.so.6 [13:20] so your package system does not even know what file that is, where it comes from [13:20] it's a sym link [13:20] Hi folks [13:21] pantalaimon, let's try to install it again; sudo apt install usrmerge [13:21] I guess without usrmerge /lib/x86_64-linux-gnu/libc.so.6 will still be used [13:21] I'm just surprised, wasn't usrmerge introduced a few releases ago? [13:22] pantalaimon, well, usrmerge sould have moved everything from /usr/lib to /lib around the 20.04 timeframe [13:22] ioria: still Both /lib/x86_64-linux-gnu/libc.so.6 and /usr/lib/x86_64-linux-gnu/libc.so.6 exist. [13:22] * pantalaimon nods [13:22] pantalaimon, can you install the pkg or stiil get errpors ? [13:22] err the other way around indeed [13:22] from lib to usr/lib [13:22] ioria: still the same error, Both /lib/x86_64-linux-gnu/libc.so.6 and /usr/lib/x86_64-linux-gnu/libc.so.6 exist. [13:23] pantalaimon, ok, cd /var/lib/dpkg/info [13:23] pantalaimon, done ? [13:24] ioria: just cd? [13:24] pantalaimon, yes [13:24] I'm in that directory now [13:25] pantalaimon, sudo rm usrmerge.* [13:25] I'll do sudo mv usrmerge.* /tmp/ just to be sure ^^ [13:25] pantalaimon, ok; sudo apt-get -f install [13:26] it completed oO [13:26] pantalaimon, ok; dpkg -l usrmerge | nc termbin.com 9999 [13:26] https://termbin.com/74ytn [13:27] pantalaimon, it's ok; well done [13:27] thank you! [13:27] no problem ; afk [13:32] ogra: no worries [13:37] sa vient de moi ou les autre réseaux sons dead?? [13:38] !fr | calimero200 [13:38] calimero200: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [13:38] OK [13:50] anyone here use ubuntu on wsl2, I'm unable to get x to connect to VcXsrv even after adding VcXsrv to the firewall rules ;( [13:52] I just get https://dpaste.org/GtSb [13:56] Hey Gang, which Distro has squid v5.2 (latest) included? I'm using ubuntu and 4.13 is all is will offer in apt. Thanks for the help. [13:58] TRS: it's in Debian unstable, so likely it will trickle into the next version of Ubuntu [13:58] https://packages.debian.org/sid/squid [14:08] pantalaimon: Thx. [14:09] pantalaimon: Do you happen to know if there are any pre packaged vAppliances for a squid proxy for download? [14:49] Why Firefox from Snap in the first run tries to "import" my firefox profile that I am not using with it.. it says "Importing existing firefox profiles from /home/username/.mozilla/firefox" [14:49] It is doing it without even asking if it is allowed [14:50] Am I allowed to actually control where my profile data resides and what app is using it without default actions done without asking for permission.. [14:50] Is data now copied..? [14:53] You have root on your system. So you are allowed to control everything. I assume the import will copy data yes. [14:54] As the whole concept of snaps to keep things separated [14:54] nikolam, not copied, just used. if you really want a clean profile, rename/remove ~/.mozilla ? [14:54] it is a feature, not a bug [14:55] Are you sure it places the live dir outside the snap? [14:56] I have actually not tried it. Will face that with 22.04 I guess [15:02] Where it wants to copy my data? [15:02] Copy it into Snap storage? [15:02] it is all not very transparent [15:03] Make access right so that snap can access it [15:03] Really no info what it is actually trying to do with my FF data [15:03] ravage: it can't place it inside the snap, that's read only [15:04] So what it is importing, like the list of the profiles? I have different profiles for different browsers [15:04] Maybe I should just uninstall Ubuntu provided Firefox snap and never use it. [15:05] nikolam, suddely you don't trust firefox? [15:06] I don't think if someone would send bug report about Firefox in snap, that would be handled by Ubuntu anyway, since it's not Ubuntu compiled Firefox or something? [15:06] I don't like snaps in general. They are Ubuntu-only and push uncompiled binaries from unknown source outside Ubuntu as I understand. [15:06] I would rather get Firefox elsewhere. [15:07] Why would I use it if I can't send bugs for it to distro I use [15:07] nikolam, they are not Ubuntu only though [15:07] why dont you use APT if is you have problems with snap to install firefox just advise but i really dont know the problem [15:07] But binaries. Pushed to most used distro. As default browser. [15:08] srv, That is great, except for the thing that Ubunut seems to be pushing to not to maintain Firefox in Ubuntu anymore in the future, that could just prolong the issue [15:09] ... seems to be pushing to not to maintain Firefox in Ubuntu anymore .. the opposite, we do. [15:09] better, we share linux wide, but if you don't like snaps, use flatpak/compile from source? [15:10] also im pretty sure the .deb version still exists in 20.04 right? [15:11] Bug #1943840 [15:11] Bug 1943840 in ubuntu-settings (Ubuntu Impish) "[FFe] Update the ubuntu-desktop-minimal seed to use the firefox snap" [Undecided, Fix Released] https://launchpad.net/bugs/1943840 [15:13] oerheks, but who does provide binaries inside snap and who compiles them? [15:14] ravage, yes https://launchpad.net/ubuntu/+source/firefox [15:14] nikolam, the firefox team, ofcourse, and the source is available, tht is why firefox is included in many linux distros [15:15] but snap is safe, better security due to sandboxing, and update mechanism [15:15] It exists but by default during 21.04 -> 21.10 is uninstalled and snap is installed .. or it were first update action after update. Then it tries to "migrate" user data without asking and "Not sure" what it means by that [15:15] oerheks, Who compiled it. [15:16] mozilla is in charge of the snap [15:16] nikolam, time to check out launchpad for the maintainer info [15:17] i just wonder why you suddenly care? [15:17] But if mainteiner does not compiles it, it just maintains binary blob [15:18] because binary blob distribution is not what Linux distros usually do. [15:18] sure the maintainer compiles/tests it. [15:18] And maintainer is outside Ubuntu? [15:19] pretty sure the ubuntu guys test it too [15:19] a maintainer is just one person or a team that manages a package [15:19] when they compile something for ubuntu it is inside ubuntu [15:19] 'outside'?? [15:19] But not compile it , as I understand snap with Firefox is just binary distribution made by someone in between Ubuntu and Mozilla. [15:19] you can ask to be a maintainer at any time [15:20] the snap is compiled and managed by Mozilla [15:20] yes, on the pavement of 110 Southwark Street :-D [15:20] If it is not compiled by Ubuntu buys, then, it is not Ubuntu package. [15:20] sigh [15:20] ravage, ok, then Ubunut does not ship Firefox anymore. Ok great. Won't use it anymore. [15:20] you understand wrong.. but i leave you with it, no answer will satify you. [15:20] nikolam, snap packages have per-app home dirs, your profile will go to ~/snap/iirefox/current/.mozilla i guess ... if yu want to modify profiles, do it there [15:20] hello [15:21] whatever :D [15:21] nikolam: have a look at Help -> About Firefox [15:21] ogra, yes and Ubuntu does not provide it itself, but somone else and push it as binary blob in snap. I got it, thanks. [15:21] in firefox that is [15:21] im not the biggest fan of the idea too. but as we are way over the topic here maybe #ubuntu-discuss ? [15:21] what does it state nikolam? [15:22] nikolam, the firefox snap is maintained hand in hand between ubuntu devs and mozilla devs ... the mozilla devs prefer bugs in https://bugzilla.mozilla.org/enter_bug.cgi#h=dupes%7CFirefox [15:22] !fud [15:22] Please do not fall prey to, or spread FUD (fear, uncertainty, and doubt) - it is not welcome here! Please see http://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt [15:22] anybody can help me with bluetooth dogle [15:22] ravage: agreed [15:22] nikolam: take the discussion to #ubuntu-discuss please [15:22] nikolam, for details read https://discourse.ubuntu.com/t/feature-freeze-exception-seeding-the-official-firefox-snap-in-ubuntu-desktop/24210 [15:24] No no, thank you all, I understood it, who maintains what. I got it. Future bug reports directly to Mozilla. I got it, thanks for the links. [15:24] geomarcin, ask, wait and see? [15:24] nikolam even firefox-esr is for debian i thin you can even install it on ubuntu you can try but thats is up to you [15:24] what ubuntu version, what usb dongel specs? [15:24] srv, I would rather download binary distribution form Firefox site. Thanks. [15:25] is Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) [15:26] kubuntu 21.10 [15:26] nikolam, why not just use the deb from the ubuntu archive if you dont like the snap ? it is still there and maintained (as the discourse topic tells you), just not installed by default [15:27] ogra: the deb will disappear with the next release ;) [15:27] FF will become snap only [15:27] merpnderp, yes ... but thats not today 🙂 [15:27] also.. we left that topic already :) [15:27] ogra, That is great idea, but I would be "The only one having problem" then because migration to snap is automatic from 21.10. [15:27] yeah, me shuts up [15:27] yes, let's drop the topic, whe got answers. [15:28] oherwise -> #ubuntu-discus 🙂 [15:28] *other [15:28] ^s [15:28] geomarcin, what ID nr does 'lsusb' in terminal show? [15:28] us 003 Device 005: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) [15:30] oh, that silicon device nr is a troublemaker .. https://askubuntu.com/questions/1208296/bluetooth-adapter-configuration-issue-id-0a120001 [15:32] hmm i will try but i think time to find another device for use bt here [15:32] CSR is one of the best devices out there *if it is a genuine CSR chipset* and not a fake [15:33] TJ-, indeed, i just finished this discussion; https://gist.github.com/nevack/6b36b82d715dc025163d9e9124840a07 [15:37] oh no not helped here time to look for anothe device === HelloNewman is now known as Hash [15:38] my last url github seems to have a fix, but i am still reading elsewere for more.. [16:58] hi i have a question about eclipse IDE , i set up a simple hello world but when i try to run it iget launcher error [17:18] whoever: better to ask them for support i guess [17:22] whoeverr: I googled "eclipse launcher error" and got quite a few likely-looking hits, there appear to be several possible causes. [17:22] whoever, you probably ought to look through them yourself to see if you have one that matches [17:23] whoever, but https://stackoverflow.com/questions/7070968/eclipse-executable-launcher-error-unable-to-locate-companion-shared-library looks likely,being a failure on the first use after installing. [17:28] hola hola hoooola [17:32] darkwolf: if you have a ubuntu support question just ask, casual talk is in #ubuntu-offtopic [17:32] que dice este?? estos droides jajaja [17:32] !es | darkwolf [17:32] darkwolf: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [17:33] ok thank you a mistake sorry [17:33] Hi, I did update to 21.10 and Conky doesn't seem to start on startup any-more. It's still on the list of "Startup Application Preferences", and I tried adding some delay, but no conky showing up. If I start manually, it works fine. Do you know where I can look for the log of what is happening at startup? [17:36] I have a client that set up a Ubuntu server for me to access remotely. They have limited technical skills so I have to tell them what to do, but I don't know this first step. [17:36] ldsh: did you try the wayland vs the xorg test? [17:36] lotuspsychje, Yes, I tried Wayland Gnome, X11 Gnome and Wayland Ubuntu [17:37] They set it up with phasephrase login. What do I tell them to do to allow me to login (using Putty). As a second choice, what do I tell them to do to just set my userid with a regular password ssh connect? [17:38] ldsh: you can try dmesg, journal logs to see more of what could be happening [17:46] lotuspsychje, I see some elements in syslog: "systemd-xdg-autostart-generator[3082]: Exec binary 'conky-p5' does not exist: No such file or directory" [17:46] I'll investigate this. Thanks! [17:47] Hi, I have an issue with sudo, everytime i call it, it return `unable to resolve despite my /etc/hosts and /etc/hostname being well configured. [17:49] ldsh: can this help you? https://help.ubuntu.com/community/SettingUpConky [17:51] lotuspsychje, I'm following their default way for autostart on Ubuntu, and it was working all fine this morning before I update. [17:54] I'm testing something, rebooting [17:55] GrandPa-G: the easiest for the two sides will be that you set it up yourself on a VM or spare computer and use this to guide them through the process. [17:56] tomreyn, that is not possible for me to set up the vm. that is not my question [17:56] GrandPa-G: you can actuall yhave them install an ssh key from you stored on launchpad for you to be able to authenticate securely. [17:57] GrandPa-G: i'm not suggesting that you set up the server hosted at the client, but that you set up another one on your end so that you can guide them [17:57] tomreyn, what do I tell them to just allow a regular password me for now. Then I can add the key aftwards and they can set it back [17:58] you tell them to install with a regular user (suggest a username) and a secure (password generated generated) password, and to transfer the password to you on a secure channel, or at least a separate channel. [17:58] *password generator generated [17:59] ldsh: there seems to be a wayland bug on conky, but not sure its your issue yet bug #1947185 [17:59] Bug 1947185 in conky (Ubuntu) "GNOME on Wayland does not initially display conky output" [Undecided, Incomplete] https://launchpad.net/bugs/1947185 [17:59] GrandPa-G: you also want to ask them to set up an ssh server (i don't think this happens unless you explicitly select it) [18:00] where is the interfaces file located in Ubuntu? [18:00] Auprivave: are you asking how to configure networking on ubuntu? [18:01] tomreyn, they can log in through ssh but somehow they set up the key. [18:01] I cant see the hotspot from my android phone [18:01] tomreyn: hi Tom. yes. from Ubuntu 21.10 [18:01] tomreyn, they set up a userid for me, but it keeps asking for a passphrase === brutex is now known as Guest302 [18:02] GrandPa-G: i might have same issue with my ubuntu 21.04 server [18:02] GrandPa-G: did they set a password for the user? are they able to login and get a shell? === brutex_ is now known as brutex [18:02] Tom will solve everything for us [18:03] lotuspsychje, Seems like they suggest to start conky twice and killing it inbetween quite strange [18:03] tomreyn, that I don't know, will have to ask. [18:03] Auprivave: are you asking about ubuntu 21.10 now, or 21.04, and desktop or server? [18:03] tomreyn: hotspot does not show up when running ubuntu 21.10 [18:04] GrandPa-G: in fact i don't think oyu can install without setting a password at all, so they must have set one. [18:04] server is another issue. not critical though. It just asks for a password even though im using ssh. [18:05] Auprivave: so you've installed ubuntu 21.10 desktop, and you're trying to connect to your android hosted wireless hotspot, but it does not show in the list of access points? [18:05] tomreyn, so if I have them nuke my userid, then just do a sudo adduser username, it should be asking for a plain password, correct - no passphrase? [18:05] tomreyn: exactly. it worked with 21.04, but not 21.10 [18:06] lotuspsychje, Could be linked, however, strange that it didn't worked when I tried with x11. My test right now was to use "killall conky" in command line which seems to have found something (if I do a second time, it tels no process found) [18:06] oh. focal is 20.04 :D [18:09] ldsh: i dont seem to find much on your exact error online neither, so not sure at this stage [18:10] Ok, I4l try different ways with reboot to check. I'll tell if I found something [18:10] good luck ldsh [18:10] GrandPa-G: password and passphrase are effectively the same thing, just passphrase is used to refer to more complex / longer / multi word password [18:10] i find the Redis-server package puzzling. Solved the Allocmem dependensie, but when trying to install redis-server_6.0.16 there is a missing dependensy: redis-tools (= 5:6.0.16-1~bpo11+1) [18:10] i cant locate redis-tools (= 5:6.0.16-1~bpo11+1) [18:12] redis-server in Ubuntu repo is ancient. Maitainers seems to have left it for dead. It just seems very strange. Why is there there no updated package for such a widely used database? [18:13] GrandPa-G: sudo adduser mysupportuser && sudo add mysupportuser sudo && sudo apt install openssh-server should be enough [18:13] GrandPa-G: don#t make them nuke the existing user, you can do that for them later [18:14] tomreyn, what password will mysupportuser have? [18:14] GrandPa-G: you set the passwd afterwards [18:14] GrandPa-G: the one they will be setting when prompted [18:14] Auprivave: does ubuntu 21.10 list other wireless entworks, though? [18:15] tomreyn, of course, silly me. I will tell them and see what happens, thanks [18:15] tomreyn: it does indeed. thats the strange part. [18:15] lotuspsychje, My bad, now it works with X11 and not wayland, seems to be same as in the bug #1947185 Seems I did something wrong when I tried with x11 previously. [18:15] Bug 1947185 in conky (Ubuntu) "GNOME on Wayland does not initially display conky output" [Undecided, Incomplete] https://launchpad.net/bugs/1947185 [18:15] Thanks for the help! [18:16] GrandPa-G: you're welcome. if this fails somehow, i'd ask them to install again, make sure they set up a new user during installation, note down the password they are setting there, and install openssh-server (sshd) [18:16] Auprivave: do other computers still see the hotspot? have you restarted the hotspot since? [18:17] tomreyn: will test with 21.04 on my RPi to make absolutely sure. [18:19] Auprivave: if it's still listed there, then chances are that the desktop does not / no longer support the (outdated?) wireless protocol the android hotspot provides. or that its driver does not support this protocol (maybe you need a restricted driver for this) [18:32] Auprivave: those version numbers do not seem to exist on ubuntu [18:33] tomreyn: thanks. okay. Redis is pretty hopeless when it comes to maintaining. [18:33] 21.04 and 21.10 have redis-server version 6.0.15-1 [18:34] tomreyn: cheacked wifi on my pi and my mac. they work. so issue is only with ubuntu 21.10 on my thinkpad here. [18:34] which wireless chipset does it have? which driver is loaded? lspci -knn | grep -EA3 '(Network|Ethernet) controller' | nc termbin.com 9999 [18:34] tomreyn: weird. I get redis-serer 5.* when intalling on 21.04 and 21.10. I will check up on that. could be a repo issue. [18:35] the ubuntu package version is "5:6.0.15-1", which will be based on upstream version 6.0.15 [18:35] much loved Broadcom on thinkpad x260 [18:36] that's a company [18:37] its the Broadcom BCM4356 [18:37] brcmfmac driver in use [18:37] typically using the brcmfmac driver [18:37] about "server is another issue. not critical though. It just asks for a password even though im using ssh." - using ssh doesn't mean that you're not going to authenticate with a password [18:38] (it is also not a PCI but SDIO device, lspci will likely not retun anything for it) [18:38] https://askubuntu.com/questions/739676/broadcom-bcm4356-driver looks like lspci output [18:39] err, i thought you talk about the Pi [18:39] oh, no, this is about a desktop computer [18:39] ah, sorry [18:39] the pi was just meant to be used to cross check whether the AP is available [18:39] no worries [18:41] i would not really know why the wireless client can't see the AP, though [18:41] pubkeyauthentification set to yes on the server. What setting in sshd_config did i miss? [18:42] brcmfmac pretty much lives from its firmware files ... check dmesg for firmware load issues [18:42] i will try to purge the kernel driver like they guy recommends trying. [18:43] don't do that if it's your only way to get online [18:43] downloaded the firmware.deb [18:43] got a cable as well. and hopefully the firmware deb package will be a safe way back in [18:44] love purging stuff. makes me feel very powerfull [18:45] until you purged too mch 😉 [18:45] ssh/sshd: public key authentication is on by default on servers. you should ensure that a public key is configured at the right place on the server and that the ssh client tries to authenticate using the corresponiding private key. keep an eye on the servers' system logs while trying to authenticate [18:46] aah.. right. better check the logs. using Mosh and openssh. [18:46] permissions on both sides' key material also must not be too loose (nor too restrictive) [18:46] tomreyn: it could be the permissions [18:53] that, or solar flares. or something else. [18:57] oh boy :D how the f did i do this: d????????? ? ? ? ? ? . [18:57] d????????? ? ? ? ? ? .. [18:57] file system inconsistency [18:58] unmount, run fsck [18:59] drwxr-xr-x 30 thor thor 4096 Oct 17 19:59 .. [18:59] -rw------- 1 thor thor 108 Apr 30 21:47 authorized_keys [18:59] -r-------- 1 thor thor 108 Apr 30 21:43 cicciolina.pub [19:00] this is no good? right? [19:00] i set password auth to no in the sshd config. So okay,like you said, it defaults to password if there is an issue [19:01] !paste | Auprivave [19:01] Auprivave: 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. [19:02] tomreyn: sorry. something i overlooked. Mosh askes for password, while regular ssh configname wont give me access now [19:03] "regular ssh configname"? [19:03] i don't know what you're meaning to say [19:04] ssh (name from ssh config) gives Connection refused. [19:05] password auth is set to no, but i can still log in with Mosh and password. wow! [19:05] connection refused would be a tcp level disconnect. [19:06] that explains. Mosh sneaks in via UDP [19:06] so im almost locked out of the server now [19:09] tomreyn: thanks. will look at it tomorrow. Interesting that Mosh can give a backdoor like that. Have a good one :) [19:09] you, too [19:32] ubuntu usb cannot boot on old ide notebook [19:33] linsux, really ? how did you do the stick ? [19:33] dd [19:34] linsux, what happens when you start it ? [19:34] no display [19:34] i tried ubuntu iso, server live iso and ubuntu-mate iso [19:34] linsux, what version ? [19:34] all the same [19:34] latest lts [19:35] 64 bit ? [19:35] yes [19:35] linsux, what's the laptop specs ? ram in particular [19:35] (i mean, is the hardware 64bit 🙂 ) [19:35] yah it's 64bit hardware, 4g ram [19:36] it's core 2 duo t9400 something [19:36] it's old [19:36] linsux, it should work [19:36] so i want to install mate [19:37] linsux, no display at all or you get to the main manu at least ? [19:37] *menu [19:37] no display at all with fan spinning [19:37] linsux, dd again ad sync [19:38] fedora 64bit and debian 11 64bit no problem [20:08] Hi there! I have some trouble getting an USB3 card to run in ubuntu. I have the same card working in the same PC with a different linux (system rescue cd) [20:14] bodom: which card? [20:15] alkisg: 02:00.0 USB controller: VIA Technologies, Inc. VL805 USB 3.0 Host Controller (rev 01) (prog-if 30 [XHCI]) [20:17] What's the usb id? [20:17] how can i see it? [20:18] Run: lsusb [20:18] Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub [20:19] So the problem is that your motherboard usb ports are not functioning? [20:20] That's an internal usb hub of your board, right? [20:20] Nope, the MB USB1/2 ports are functioning. This is a PCI-Express internal USB3.0 card and it is not functioning [20:21] https://www.via-labs.com/product_show.php?id=48 [20:21] OK if it's a pci card, we need the output of this instead: lspci -nn -k | nc termbin.com 9999 [20:22] tomreyn: not this one, probably a chinese clone [20:22] How do you tell it is not working? [20:24] alkisg: https://termbin.com/udfb [20:24] oerheks: i plug stuff in and nothing happens [20:25] 02:00.0 USB controller [0c03]: VIA Technologies, Inc. VL805 USB 3.0 Host Controller [1106:3483] (rev 01) [20:25] Subsystem: VIA Technologies, Inc. VL805 USB 3.0 Host Controller [1106:3483] [20:25] Kernel driver in use: xhci_hcd [20:25] Which means a driver is properly loaded [20:25] Run: dmesg -w [20:25] Then insert a device, then check for errors [20:26] bodom: does nothing happen in dmesg either? [20:26] or journalctl? [20:28] alkisg, cbreak: tried two different divices which i am sure they are working. Dmesg is silent while i plug or unplug them [20:28] Hmm, that's odd. What about: udevadm monitor [20:30] alkisg: nothing there too [20:30] how do You code/compile using GLSL [20:30] ? [20:30] I am on 21.04 [20:30] banned on ##programming :D [20:31] (sorry again) [20:32] bodom: I would try an ubuntu version with a kernel similar to the one where it's working. Which kernel does your rescue cd use? [20:34] alkisg: 5.10.70, while i have 5.4.0 here on ubuntu 20.04 LTS. Can i upgrade just the kernel? [20:34] bodom: sure, sudo apt install linux-generic-hwe [20:34] It will get you 5.11 [20:35] sudo apt install linux-generic-hwe-20.04 [20:35] alkisg: thanks, i'm trying that [20:38] searching the web about this seems to suggest it's a firmware issue, fixed by a windows-only firmware upgrade. [20:39] iommu=soft works around it [20:42] tomreyn: thanks, getting windows to upgrade it is too complicated, easiest to just get a new card :) Will the iommu=soft workaround slow i/o down? [20:43] Ronalds_Mazitis_: OpenGL has functions to compile and link shaders. Use them. [20:43] cbreak so it is c? [20:43] what? [20:43] GLSL? No. [20:43] GLSL is GLSL. It's a programming language that is not C. [20:45] oh ok [20:47] Ronalds_Mazitis_: https://www.shadertoy.com [20:47] wait so [20:48] but I need some sort of compiler and extension to compile how to [20:48] I believe opengl is installed in my ubuntu [20:49] no [20:49] bodom: iommu=soft tells the kernel to use a software IOMMU (software bounce buffering (SWIOTLB)) rather than to rely on the hardware provided. it's most likely slower than the hardware implementation [20:51] I want to compile on ubuntu not in that site [20:52] google gives me answers in c [20:52] that include opengl libraries === pong is now known as grepittodevnull [20:54] !info glslang-tools [20:54] glslang-tools (11.1.0-4, impish): OpenGL and OpenGL ES shader front end and validator -- tools. In component universe, is optional. Built by glslang. Size 1,949 kB / 7,157 kB [20:54] dunno how to use that one [20:58] https://cs.lmu.edu/~ray/notes/openglexamples/ [20:58] does chrome use a different certicate store than update-ca-certificates uses? Should chrome running a system with an installed root certificate accept TLS connections, or does the certificate have to be manually installed into chrome, as well? [20:58] Uploaded file: https://uploads.kiwiirc.com/files/b9895734f79d67229d20d83b56360e8d/pasted.txt [20:59] I have dependecies installed something is wrong with triangle code [21:00] noarb: there's no chrome in ubuntu [21:08] Ronalds_Mazitis_: glsl is compiled on the system where you run the program [21:08] alkisg, tomreyn: looks like the hew kernel fixed it [21:08] as part of the GPU Driver / OpenGL runtime, there will be a GLSL compiler [21:08] just call the OpenGL API [21:08] dude I know cbreak [21:09] https://uploads.kiwiirc.com/files/b9895734f79d67229d20d83b56360e8d/pasted.txt [21:09] yeah? You fail at linking to OpenGL [21:09] but that's unrelated to GLSL [21:09] it's basic OpenGL [21:10] and glut it seems... [21:10] just link to the libraries for it [21:10] cmake can help with that. [21:10] or just hard code it, for a toy that's enough [21:14] oh yeah I forgot I have to make makefile [21:53] I'm trying to just use curl and wget because I didn't know there wasn't a chrome or chromium package in ubuntu. I've installed a root certificate onto my machine, but when I try to connect via https it is untrusted. I have a Root I -> TLS CA II -> End user cert. If i just trust the TLS CA II it does work, though. Do I need to distribute the signed intermediate cert from the server in order to trust [21:53] connections from the root cert? Or is the root alone not enough, does the bundle need to be trusted? [21:54] noarb: chrome is not available from the official ubuntu repo's, but chromium does have a snap and google chrome is available to install via a .deb package from google.com/chrome [21:55] you can use firefox too if you want a gui [21:55] or links or lynx if you don't [21:55] noarb: root CA certificates should be installed on clients, intermediates and server certificates on servers [21:56] if you want to check server side SSL configuration, try https://www.ssllabs.com/ [21:56] I am using the .deb from google.com/chrome, but I'm having some trouble with certs. I installed to the system, but I think chrome uses a different keystore [21:57] tomreyn: should only the root be installed on the clients? Then does the server distribute its own key, and also the intermediate that signed it (which is signed by the trusted root)? [21:57] noarb: right [21:57] normally it gives you the whole chain [21:57] hmm no, root CA certificate isn't usually part of the distributed chain [21:59] It would give you every certificate up to the root [21:59] i thouhgt firefox come pre install on ubuntu on the iso either way yo install it on a hard ware = pc otr in a vm i thight the only place where you have to install it was on windows on their wsl2 when installing ubuntu but i dont know now === rexbinary_ is now known as rexbinary [22:03] cbreak / noarb: https://security.stackexchange.com/questions/65332/ssl-root-certificate-optional [22:04] tomreyn: yes. But you still have to send every certificate up to the root [22:04] otherwise, how would anyone verify that all the certificates in the chain up to the root are valid? [22:06] cbreak: clients have the root certificate, receive all the other certificates from the servers they are connecting to, then build the full chain from that (via signatures) [22:06] yes, as I said. [22:06] you need to send up the whole chain up to the root. [22:07] right [22:07] that way, clients can use the public key of the root to verify the first certificate in the chain, the one pointing to the first intermediate CA [22:07] then continue until they reach the leaf [22:18] anyway i think fire fox is an internet browser that is almost dead ppl use more and more chrome or chrmium [22:18] chromium [22:18] * [22:19] !ot | srv [22:19] srv: #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! [22:19] i doubt that, srv [22:21] srv: I'm pretty sure firefox still gets installed by default with all supported versions of ubuntu [22:48] srv: https://backlinko.com/browser-market-share, chromium isn't even on the list === cacti is now known as madmax [22:57] anyone here use ubuntu on wsl2, I'm unable to get x to connect to VcXsrv even after adding VcXsrv to the firewall rules ;( [22:57] I just get https://dpaste.org/GtSb [22:57] !wsl | donofrio [22:57] donofrio: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide [22:59] Windows 10 is Trash [23:01] ??? [23:01] leftyfb, there are seven people in that empty channel, one of them is me. [23:01] startxfce4 on wsl2 ??? [23:02] interesting... [23:02] calwig: let’s not [23:02] been using gui ubuntu inside of w10 for last four years... https://www.tinyurl.com/donofrioworkremmina2020 and now that I converted and upgraded my install to 20.04 inside wsl2 it doesn't connect to x server [23:03] donofrio: feel free to contact Microsoft then [23:03] leftyfb, is is ok to be mute on conversation that you do not know about...I'm talking to the other 1024 people here.. [23:04] donofrio: wsl is not supported here. Neither is the custom X server that Microsoft is running to get GUI to work. [23:06] seems like others like the idea at least....oerheks thought it was interesting... [23:07] Sure, doesn’t mean it’s supported here [23:07] donofrio: https://sourceforge.net/projects/vcxsrv/ feel free to go there for support [23:07] an X server doesn't connect to things, it is connected to [23:08] what connects to an X server is an X client, which is part of an application [23:08] although I think ubuntu's again in the process of switching to wayland, for the second time [23:09] cbreak, I can pivot to wayland too just would like to know the steps to get it working with xfce [23:10] cbreak, already happened (21.10 is wayland) [23:11] interesting. [23:11] ogra, so if I do do-release-upgrade -d from my state currently what would I use for wayland client? [23:11] the only headache was a clipboard that is wayland compatible .. [23:11] donofrio, that is not how wayland works [23:11] ogra, ah I am open to learn [23:11] wayland is a protocol, not an app [23:12] so is X I thought? [23:12] you have a wayland compositor that drives yur desktop ... and app clients that talk to it [23:12] in case of Ubuntu gnome-shell is the compositor [23:12] ok does a wayland app client exist in w10 (that you know of?) [23:13] I know it [23:13] is built in to w11 [23:13] i have not used windows since XP (and even that only in VMs), no idea [23:13] ogra, fair, just had to ask [23:14] I only use it because moost companies these days are windows desktop shops and linux servers [23:14] i guess your best bet is to follow leftyfb's suggestion and ask at https://sourceforge.net/projects/vcxsrv/ === trench_ is now known as trench === rexbinary_ is now known as rexbinary [23:25] ogra, that is not any type of path they do x protocol not wayland [23:26] you said you are using 20.04 + [23:26] s/+// [23:26] that uses Xorg [23:26] is there an early access for ubuntu 22.04 [23:27] lol [23:27] yes there is, you first have to install Windows 11, then youc an preview Ubuntu 22.04 [23:27] :P [23:29] testingbutidcc, isos shoudl show up on cdimage.ubuntu.com next week or the week after [23:29] the toolchain has been bootstrapped last week and the initial basic set of packages is building AFAIK [23:31] calwig: please stop [23:31] !ubuntu+1 | testingbutidcc [23:31] testingbutidcc: Jammy Jellyfish is the codename for Ubuntu 22.04. For technical support, see #ubuntu-next. For testing and QA feedback and help, see #ubuntu-quality. [23:31] but its fun bashing Windows [23:32] calwig: this is a support channel. It's offtopic here [23:32] I know [23:33] why tso agresis i think ppl that install ubuntu on there pc or dual boot are no supirior to ppl that probably want to continue use windows as their main machine but at the same time uses ubuntu either way on vm or throught wsl2 [23:33] why calwig is so agresisve [23:33] lets not do this, srv [23:33] !ot | srv [23:33] srv: #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! === guodong_ is now known as GuoDong