[00:06] biggtimber: someone else mentioned having that issue, good thing it seems to be merely cosmetic [00:10] yeah, mostly annoying. [00:11] Hello! [00:50] I have a read only mount that I'm not sure is getting mounted right.. in /etc/fstab there is.. "/home/myuname/some/big/long/absolute/path/LFS /srv/Apache/Sites/LFS ext4 bind,ro,nofail 0 0" but in mount output there is.. "/dev/mapper/ubuntu--vg-root on /srv/Apache/Sites/LFS type ext4 (ro,relatime,errors=remount-ro)" <-- Does that indicate that "/" is what's being remounted rather than "/home/ [00:50] myuname/some/big/long/absolute/path/LFS" ? [00:50] sorry wrong channel === rexbinary_ is now known as rexbinary === zbenjamin_ is now known as zbenjamin [01:45] my main drive is mounted and showing in fstab with uf8 support. How do I get my mounted drive with utf8 support? [01:45] I read that is how I can solve my vsftp issue with it not showing utf8 [01:58] robertparkerx, there is no need to do something special in fstab, make sure your locales is set right? https://askubuntu.com/questions/28635/how-to-add-utf-8-support-to-my-hard-disk-in-fstab [02:00] oerheks I'm trying that now [02:00] what would be the correct locals for us? [02:01] en_US.UTF-8 ? [02:02] en_US.UTF-8 [02:02] https://www.tecmint.com/set-system-locales-in-linux/ [02:03] Okay I did that and it's still showing incorrect [02:03] It shows correct on ssh [02:03] or sftp [02:04] Für-Heart-2018-FLAC [02:04] should be Für-Heart-2018-FLAC [02:08] you did run; sudo localectl set-locale LANG=en_US.UTF-8 [02:08] ? [02:08] I ran dpkg-reconfigure locale [02:10] not sure, if that is for the user only.. [02:10] sudo locale-gen "en_US.UTF-8" && sudo dpkg-reconfigure locales [02:11] No because it warned me before setting is that it would affect all users and to make sure they spoke the lang [02:11] i think that is oke [02:12] https://help.ubuntu.com/community/Locale [02:13] hi, i type in here semi often, but i seem to be ignored, this is my last attempt to be heard. not your fault but mine. "can anyone see what i'm typing?" [02:14] oerheks https://i.hashdev.org/20200816_211354_ROBERTPARKERX.jpg [02:14] xbfrog: i can't see what you're typing [02:14] ok good bye......... your no help [02:15] crossposting and never read answers given, gives the feeling not to be read [02:15] lolz [02:15] abuse of volunteers, i say [02:16] lol [02:16] robert i miss language=en_US [02:17] oh, you were still root.. [02:22] it still shows incorrect [02:25] sudo localectl set-locale LANG=en_US.UTF-8 LANGUAGE=en_US === gabkdlly_ is now known as gabkdlly [02:33] It doesn't make any sense that sftp would be fine and ftp not okay [02:34] but I don't understand enough [02:41] robertparkerx, done reading, i have no clue there either :-( [02:41] maybe put your issue in writing on askubuntu? [02:42] Okay [02:52] oerheks ty for your help [02:53] yw, let me know when you got answer how to fix this [02:53] curious.. [02:53] Having a weird problem trying to switch to administrative mode in the users panel. Anyone have a minute? [02:55] oceanus_ursus, just ask, wait and see [02:57] Fair enough. I installed 20.04 on a brand new machine and have had all kinds of strange problems. Right now, trying to troubleshoot audio. In the process, I tried to access administrator settings in the Users panel but the Unlock button is greyed out, but the default Ubuntu desktop doesn't give me any reason why. [02:57] So, I switched to xfce desktop [02:57] and when I use the user settings there and click Advanced Settings [02:58] I get "An error occurred while checking for authorizations: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying. You may report this as a bug" [02:58] I'm accessing xfce via Xrdp because HDMI out to my TV isn't working [02:58] so I'm not a console user, if that has any bearing on the issue [02:59] I also see some errors in the lightdm output from systemctl [02:59] that it is trying to load some pam_kwallet, etc. libraries [02:59] and failing [02:59] it seems to be looking in /lib/security [03:00] Just mentioning because it seems related; [03:02] I think the update notifier is dying too. I keep getting a "System program problem detected". It's like nothing knows I have sudo access, even though I do [03:05] does ubuntu have an editor like vscode? [03:06] graphical [03:06] robertparkerx vscode can be installed on Ubuntu [03:07] There's also atom [03:07] I don't like atom very well [03:07] Eclipse Theia is also around [03:07] is there a *nix distro of vscode? [03:07] I think so [03:07] Or will I have to use something like wine [03:07] Nice [03:08] In a guide I'm told to use $ sudo grep -E '^\s*listen\s*=\s*[a-zA-Z/]+' /etc/php/7.2/fpm/pool.d/www.conf <-- to determine if unix sockets are already being used. However, when I run that command I get "No such file or directory". Could the file be located somewhere else? [03:08] Download page has a .deb https://code.visualstudio.com/download [03:08] https://www.linode.com/docs/web-servers/apache/how-to-install-and-configure-fastcgi-and-php-fpm-on-ubuntu-18-04/#configure-apache-with-php-fpm [03:09] Do you know if ubuntu will support three monitors [03:10] oceanus_ursus: my apologies. didn't realize I was pating a link right after a link [03:10] pating\pasting [03:10] blahboybaz no worries; I was a little slow on the draw [03:10] oceanus_ursus, one thing that prevents your action, is a dirty filesystem, is it mounted RO? [03:10] Good question [03:10] 'mount' will tell [03:12] i think I know what went wrong - my bad [03:12] oerheks I think it is okay: /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro) [03:12] oceanus_ursus: :) [03:12] and I can create files in my home directory [03:13] It's a default install, so it's basically /boot and / as the only partitions [03:15] mount | grep /dev/sda/dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro)/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) [03:45] Looks like some of my problem was polkit not allowing changes remotely. Had to add a policy file to /etc/polkit-l/localauthority/50-local.d to allow people in the sudo group do anything. [04:02] Tripelb tries again. I want to trun the autoarrange on the desktop OFF. I dont get that choice when I rclick on the desktop...) [04:03] AND what does the settings display choice of "adjust for tv" mean? -- and can I have better resolution on my tv than my laptop screen? [04:04] This channel used to be constantly helping folks. Sunday night and the "stay at home" order means folks are busy??? [04:09] if someon has a clue, they will answer. [04:18] So (I think) I got through the installation and configuration of php-fpm but now I can not create a new (laravel) project in the directory (I think) I set a pool up for. 1: I don't know how to verify if that specific pool is actually working / running ok (and what I'm getting from google is frustrating to say the least). 2: Creating a new (laravel) project works fine anywhere else but gives errors inside the dir that was (I [04:18] think) set up to work with php-fpm. What did I do wrong? What can I do right? [04:18] sorry, wrong channel (again) - DOH! === TacoCodedSalad_ is now known as TacoCodedSalad [05:56] Okay so i am on the journey to get openCL working on Ubuntu 20.04, Kernel 5.4.0-7634 (which comes packaged with it), Rx5700XT - the thing is that i cannot get amdgpu-pro to install since it says that the kernel is not supported ( i tried multiple ones ) here is the buildlog: https://termbin.com/v246 [05:58] thyriaen: the link the mod/op posted to you earlier didn't work? [05:58] tatertotz, thats what i followed [05:59] tatertotz, https://math.dartmouth.edu/~sarunas/amdgpu.html this, installed it in headless mode [05:59] or rather tried to [05:59] thyriaen: oh okay [06:02] tatertotz, he tested with Linux 5.4.0-40-generic but i assume ubuntu upgrades the -number in the kernels automatically with apt upgrade - is there a way to revert back to -40 ? [06:03] thyriaen: in terminal> awk -F\' '/menuentry / {print $2}' /boot/grub/grub.cfg|nc termbin.com 9999 [06:09] How do I get ubuntu to load my sound card? [06:24] tatertotz, ah nice i got a different kernel installed, im gonna investigate in a bit and figure stuff out - thanks for the help i think i am on a good track now [06:24] tatertotz, ill come back if i hit a brick wall xD [06:27] I’m having two identical Linux x86_64 systems with different Ubuntu versions. The 1st one has Ubuntu 16.04.4 LTS and the 2nd systems has Ubuntu 18.04.4 LTS. I see that, the older distro version(Ubuntu 16.04.4 LTS) is bit faster compared to the system with later version(Ubuntu 18.04.4 LTS). perf bench sched messaging -g 64 resulted "Total time: [06:27] 2.838 [sec]" in older Ubuntu version whereas in other machine "Total time: 9.834 [sec]". Also, time taken to load the driver(insmod) also varies between two systems. What is best way to debug and solve this issue? [07:01] hi there [07:02] on ubuntu is there a way to launch an application such that it remains hidden or invisible like running in background and does not show up in the task manager panel in kde or gnome [07:02] actually i want to keep LibreOffice running in background, so that when opening any documents they load quickly [07:35] Hello [07:36] my dmesg is full of NVLINK NVRM NVIDIA No graphics adapter found [07:56] hey, I'm trying to upgrade but I get an authentication error (as seen on this paste : http://ix.io/2upj) can anyone help me ? My websearch skills are failing me... [08:00] @ahub : i'm a beginner, but i bet your download is corrupted... have you tried multiple times ? [08:02] ahub, you haven't said what release, your paste implies you're on a release that is EOL & unsupported; in which case I'd recommend re-install, however https://help.ubuntu.com/community/EOLUpgrades [08:02] silv3r_m00n, in command line if you add a `&` after you command ? [08:03] Is there any other command for hardware logging I could use to grep USB info ? [08:04] guiverc:I'm on 19.10 and would like to go to 20.04 [08:04] s3r1c1:I've tried multiple times since last week, yes [08:04] ahub, is your system fully updated (in 19.10), and a desktop or server? [08:08] Atlenohen, lsusb ? [08:12] guiverc:fully updated, and on desktop [08:15] s3r1c1: lsusb reports it is connected, but I still don't see filesystems, all my USB flash sticks don't work basically [08:15] ahub, your mirror is only two days behind (https://launchpad.net/ubuntu/+archivemirrors); I'd switch to the main mirror and try again but I'm not sure it'll help.. [08:15] but everything else, wlan, mouse, keyboard all work fine [08:16] Atlenohen: are you chatting from the computer right now [08:16] It doesn't even work in BIOS, I can't install Linux Mint ... perhaps USB stick is corrupt, I'll reflash [08:16] Atlenohen: are you chatting from the computer right now? [08:16] No I'm from another computer. [08:16] Atlenohen: ok [08:17] And? [08:18] I need journalctl to display latest info first, "-a" doesn't seem to work to display all, it starts from some earlier date [08:18] aha -r for reverse, okay [08:19] The crapload of nvidia messages is distracting :( [08:21] New High speed usb device, found, vendor, product, strings, manufacturer SRT, serial ... 7 lines and it seems all fine, it doesn't find anything wrong [08:22] When I tried to install yesterday a new version of Ubuntu, when it started to read from squashfs on the stick, it crapped out "Device is not responding to address 2, error -71" === edk_ is now known as e [10:05] Hello folks [10:07] I'm having a problem which I'm not sure how to attend it... I have 4 nics (2 are 1gig and 2 are 10gig)......... lspci show them all but 'ip addr' doesn't only the 1 gig [10:07] any suggestion what else could I check ? [10:07] its a freshly new installed 18.04.5 [10:08] talx: all nics will need drivers to function and show [10:14] talx: were you able to locate and install your driver(s) [10:14] talx: ? [10:20] tatertotz [10:20] tatertotz: driver modules on ubuntu get loaded on boot [10:20] just downloaded it [10:20] I'm not sure its the case [10:39] talx: we can find out [10:44] tatertotz so I've downloaded the tarball, extracted it. compiled [10:45] now it should work? I've rebooted the system === satanist_ is now known as satanist [10:50] talx: does it show up now? or do we need to take a more detailed look? [11:22] Good morning :) I got a question, not sure if anyone here can help me. But I got 2 routers, and I only can get into 1, the main one. But I want to get into the other one. Context: Once I got myself fiber, changed subscription from ADSL to fiber. ISP send me a new router, and a dude to fix it all for me. Instead of sending back the old router he [11:22] suggested to use both. Forgot why, but can' t say I got much insight into those matters anyway. I got a few pics to show how the situation is here: [11:22] https://upload.picpaste.me/image/kd5YJhttps://upload.picpaste.me/image/kdJpchttps://upload.picpaste.me/image/kdSj8 [11:22] xcuse me: https://upload.picpaste.me/image/kd5YJ | https://upload.picpaste.me/image/kdJpc | https://upload.picpaste.me/image/kdSj8 [11:23] Added a description to each pic [11:23] JeroenK: a question for ##networking perhaps? [11:24] Hm, havent got into that yet, but something thatI might get into sooner or later. [11:24] I just want to check the overall situation of that router, what are the settings in there, other. [11:25] JeroenK: we try to focus on ubuntu problems here [11:26] Yeah, I wasnt sure where to go, and since I got Ubuntu running..... [11:26] k, let me go to that other channel [11:34] Can somemody help me with Ubuntu 14.04 Desktop LTS? I can't run it when I choose Ubuntu 14.04 in grub menu it says "error: kernel doesn't support 64-bit cpus. you need to load the kernel first" [11:34] I also have 18.04 installed on same disk, it works, but 14.04 is not [11:36] anzipex: 14.04 is end of life, no support anymore [11:36] anzipex: 14.04 isn't supported anymore anyway [11:37] Yes, I know, but I used it to build x86 specific programs and etc. It worked well and I and I haven't done any updates to break everything [11:41] anzipex, end of life and online do not match, so don't do that, or better, get an LTS which is still supported. [11:50] Hello [11:50] How do I log the boot output to a file? [11:51] What do I do with gpg: BAD signature from "Ubuntu CD Image Automatic Signing Key (2012) " for ubuntu 18.04.5 iso? [11:57] tatertotz it doesn't [12:00] talx: in terminal> inxi -Fxxprzc0|nc termbin.com 9999 [12:00] talx: follow on screen instructions to install if not installed, then follow through [12:00] talx: share url/link here..if you do not get a url/link..simply say so [12:03] tatertotz wrote it, still no link [12:04] i can paste the output of it tho [12:05] talx: ok pastbin the output [12:06] tatertotz https://paste.ubuntu.com/p/jpjjXkPfZ5/ [12:10] talx: no driver(s) [12:10] what I've installed you mean ? [12:10] maybe I didn't install what I should [12:11] though in intel's web it looks like i did select the right one [12:12] talx: i'd expect it to look like the other nics when proper drivers exist [12:30] tatertotz is it possible to install it via apt ? [12:33] talx: no, that would require the name of a package [12:34] how do i move window to top-right corner (occupying 1/4 of the screen) i only know how to move it to the right or bottom or top (occupying 1/2 of the screen) in kde with windows key + right [12:38] ahh i see i can set shortcuts ... what to chose [12:44] tatertotz well install from the package doesn't do anything tbh [12:49] tatertotz ixgbe 0000:88:00.1: failed to load because an unsupported SFP+ or QSFP module type was detected. [12:49] :> [12:49] :< === Flutterdash_ is now known as rory [12:56] Hi dedondesta check this answer, there is a Gnome Shell extension called Put Windows which does what you want https://askubuntu.com/a/1089033/62969 [12:57] dedondesta, read the whole answer though because it will interfere with default keyboard shortcuts you'll have to change [12:57] tatertotz i fixed it with: ixgbe.allow_unsupported_sfp=1 [12:57] :p [12:57] talx: looks like you're using a unsupported module, did you buy some generic brand [12:57] talx: okay good [12:57] yea its working [12:57] editing grub options [12:57] to make it perm [12:58] thanks for having faith in me :D [12:58] rory: thank you already figured where i can set shortcut for this https://askubuntu.com/questions/1188180/how-to-set-a-ctrlupleft-to-move-window-to-the-top-and-left-corner-in-kde-plasm [12:59] Oh KDE, my answer was useless anyway :) [13:01] Hi folks [13:03] What is the keyboard shortcut for switching input modes with mozc? [13:03] I tried to look at the mozc settings, but everything is crammed into a tiny window overlapping I guess because it doesn't handle high resolution screens [13:04] anyone familiar with nfs and performance? [13:06] Here's what mozc looks like lol https://imgur.com/a/05iZ2sE [13:06] No way to resize the window [13:12] Hi [13:12] hi [13:13] Is there anybody else having random freezes after login on 20.04? [13:14] not yet [13:15] Like the whole system freezes? or it hangs for a bit as stuff loads? [13:15] the whole system freezes, alt + ctrl + 1..9 , alt + ctrl + del nothing works [13:16] the mouse pointer freezes [13:16] I googled the problem, seems like a few other users are also having this problem [13:16] Sorry, I'm still on 18 [13:17] Today, I was going to install 18 too [13:18] Since I'm having no luck on 20.04 [13:18] Hi [13:18] where is sudo bash history ? [13:19] Do previous lts versions have the same kernel that the current lts has ? [13:19] that's why half the stuff is missing in user histors [13:20] 18.04 had 4.15 [13:20] 20.04 has like 5.3 or something [13:20] 5.4 [13:20] They don't get backported? [13:21] backport what? [13:22] If that's so, assuming my problem is in the kernel, installing 18.04 will solve the problem. [13:22] you could install 18.04 then grab a newer kernel from the upstream if you wanted to test it [13:23] i grabbed 5.8.1 for my current 20.04 install [13:23] giacomo: you're right, I thought newer kernels are backported to older ubuntu lts versions(that are still being supported). [13:23] ah [13:24] idk if lts implies you keep whatever kernel the release ships with [13:24] giacomo: doesn't using the upstream kernel make new bugs in the system? [13:24] sure can [13:24] giacomo: so it wouldn't end up in a stable system, I guess? [13:25] I'd better migrate back to 18.04 [13:25] Based on my search results my problem probably lies in the kernel. [13:26] yeah, and if your system freezes after boot, there's probably no way to fix it [13:26] seems like 18.04 is a good call [13:27] right [13:28] Hello, I just made a fresh ubuntu 20 installation on my new laptop. But cant seem to get the HDMI monitor connection to work. Does anyone have a hint on how I could fix this? [13:30] Out or in ? [13:30] out [13:30] Your laptop may not support both [13:30] for external display [13:31] Ah, okay, I don't know actually because I don't have much experience with laptops. [13:32] The out works, a collegue received the same machine and it works there (on windows...) [13:35] whoever forgot to enable that useless dmesg restriction in ubuntu hwe kernels... THANK YOU [13:35] one less annoyance to be managed [13:36] dev4449, you can get 5.4 kernel for 18.04 by installing linux-generic-hwe-18.04 [13:37] my thinkpad seems to work slightly better with it. Until do-release-upgrade to 20.04 starts working. [13:37] jelly: are you having the same problem as me on 20.04? [13:37] jelly: thanks for the package name suggestion [13:38] no, I'm still on 18.04 [13:38] just commenting on that kernel possibility [13:38] jelly: thanks [14:01] Hi [14:02] is this still applicable, that I can add the line below and redirect the default sudo bash history location ? [14:02] HISTFILE="/home/username/.bash_history" [14:02] Sorry, I meant to paste the link: https://askubuntu.com/questions/447295/where-is-the-bash-history-for-the-root-user-saved [14:03] I forgot for sudo, I already wiped it during reinstall, dang, but oh well, making sure ASAP this doesn't happen nex time [14:07] Atlenohen, better practice is not to mix user and root histories; that way you'll also avoid possible file ownership/permission issues. If you have multiple admins, each might set their own to eg. HISTFILE=/home/jelly/.rhistory or wherever [14:10] Jelly: Oh I was going to put it in a separate file in my HOME, is that okay, or rather just make a shortcut for a reminder? [14:13] works for me and all unixy systems I've worked on so far [14:22] hey there! [14:23] oh ok [14:23] Except I do not like undocumented features, this line should be in and left uncommented [14:25] I mean commented-out by default ? [14:25] * === ocean_ is now known as ocean [14:35] hello [14:35] is there a channel i can get help with microstack? [14:36] hello all. I have a Dell 5520 I bought years ago which came with Ubuntu pre-installed. I'm trying to install ubuntu 20.04 on it, but after I reach the grub menu and choose install, I just get a blank screen [14:36] this occurs with both the normal boot and the "safe graphics" option [14:36] if I recall, this laptop has nvidia bumblee (optimus) which I think may be causing an issue. anyone know how to get around this? [14:38] removing quiet and splash from the boot options doesn't do anything either :( [15:13] hi all === justache is now known as itamz === itamz is now known as justache [15:15] 20.04.1: tracker-miner-fs at startup stress my cpu for about 2 minutes. On 19.04 there was setting to disable files indexing. It's still possible on 20 [15:15] on 20.04? [15:16] sudo -u someuser timeout 5 sudo -l # this command produces no output, never finishes, can't be ctrl+C'd. What's up with that? [15:17] `sudo -u someuser timeout 5 ls` works, and `sudo -u someuser sudo -l` works, so it doesn't seem to be any single piece, but instead an emergent property of it all together [15:42] sparr: if you move -l a bit to the left, sudo -u username -l timeout 5 sudo, it will output /usr/bin/timeout 5 sudo which means timeout will exec that command (sudo) for 5 seconds [16:08] Hey all. Anyone do music recording on Ubuntu here? [16:08] I am looking for a hardware interface and not sure what is compatible. [16:20] hi c0rridor - There is actually a version of Ubuntu specifically for multimedia content creation called Ubuntu Studio - There is apparently #ubuntustudio IRC channel on this network. I'm not sure how active it is, but try asking there too. [16:49] Thanks rory! [16:49] I will check that out. [16:52] you guys. `lynx https://youtube.com` doesn't allow you to search youtube videos anymore [17:01] oft_gegong: why in the world would you care about browsing/searching youtube using a text-based browser? Also, absolutely nothing to do with Ubuntu [17:04] I'll PM you [17:10] oft_gegong may enjoy #ubuntu-offtopic [17:40] I have successfully set up LUKS boot-time unlocking with TPM2 following this guide: https://run.tournament.org.il/ubuntu-18-04-and-tpm2-encrypted-system-disk/. My question is what would prevent a person with physical access to the system from obtaining the LUKS unlock key by dumping it from the TPM? [17:41] g3poandlsl, if you implemented it securely, no one could dump those keys. [17:42] but interesting, tmp2 is a dragon .. i'll take a read [17:43] g3poandlsl, the purpose of security chips is to limit key extraction to people with veeeery expensive equipment, and making the process cumbersome and fragile even with such exceptional equipment. [17:43] "remove the root.key file from your system, to prevent easy access to the decryption key." [17:43] g3poandlsl, essentially, it raises the cost of physical attacks against the chip so high it's way cheaper to hire some crooks to deport someone who knows the secret. ;) [17:43] g3poandlsl, not a good guide [17:44] frostschutz, I agree. [17:47] so the purpose of this is to allow automatic unlocking of laptops with FDE. Suppose a user's laptop is stolen. What would be the best way to secure the LUKS key in the TPM so that the thief is not able to obtain the key? [17:48] I've thought about locking down the BIOS/UEFI to only allow booting from the internal NVMe to prevent booting from a Live USB, but popping out the CMOS battery defeats that rather quickly [17:49] g3poandlsl, is the laptop booted while being stolen? [17:49] g3poandlsl, but resetting bios = losing the key, right? [17:49] Sven_vB, it's only a hypothetical example [17:49] g3poandlsl, have you tried it? if you can actually read the tpm key, then it's naturally useless. it shouldn't work. [17:50] g3poandlsl, is the theoretical laptop theoretically booted while being stolen? [17:50] g3poandlsl, I'm hinting towards cold boot attacks for recovering keys from RAM. :) [17:51] frostschutz, haven't actually tried. I'm assuming the TPM chip holds the encryption key(s) independently from the BIOS' [17:51] Hello. I reported https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1891815. It seems that it went through triage because some tags were added, but it wasn't assigned to anybody. Why? [17:51] Launchpad bug 1891815 in gdm3 (Ubuntu) "Multi-seat stopped working in Ubuntu 20.04" [Undecided,Fix committed] [17:51] g3poandlsl, make sure you have a backup passphrase in case the tpm key is lost [17:51] also there are some sorts of hardware bus (was it firewire?) that allow RAM dumping by default. [17:52] mimi89999, probably noone has volonteered yet. [17:52] Sven_vB, I'm aware, and that's a scenario we aren't overly worried abourt [17:52] But it's quite a serious issue for an LTS release. [17:54] upgrade path is not released yet. [17:55] BTW, Focal has gnome-shell 3.36, but GDM3 3.34. Are you asking for incompatibility issues? [17:56] mimi89999, unfortunately, the free version sometimes hasn't enough developer power for all problems. in Xenial, there were screen projection bugs that caused the human-visible part of my mouse cursor to be displayed 512px left of where the software-relevant mouse cursor was, i.e. where it would actually click. afaik it was never fixed. [17:57] Ouch [17:58] the good thing about free software is, you can always hire someone other than the vendor, to provide what the vendor can't. :) [18:02] Best would be to hire the vendor. [18:02] The fix is upstream in 3.36. Somebody only needs to backport it and make a package. [18:03] yeah in this case probably Canonical would be the best place to fix it. [18:04] if it's already upstream, it should be easy to upgrade it yourself, or cheap to have it upgraded. [18:05] 3.36 is packaged in Debian testing [18:32] why a basic thing like UTF-8 isn't working in Ubuntu 20.04.1 without lots of work, like right after installation? [18:34] Hejkki: please do file bug reports with details on how to reproduce the problem you're seeing [18:34] I've heard that a recent Ubuntu release (LTS 18.04?) had some significant energy efficiency improvements over previous versions -- does anyone know what those actual changes would have been? [18:37] Would that be systemd, kernel, desktop environment stuff...? I really have no idea, it's just based on hearsay and I'd like to know if there's something real. [18:38] https://help.ubuntu.com/community/Locale [19:28] anyone here a ubuntuforums administrator? I seem to have three forum accounts that I would like to merge. [19:38] How would I go about debugging why it is that I can set my Bluetooth headphones as the output device, but that audio is still going to the analog output instead. [19:42] In other words, in the Gnome settings I can set the output to Bose QC35 bluetooth headphones. Nevertheless, the audio continues coming to the analog speakers plugged in. [19:45] The question is where I might look for diagnostics to figure this out. [19:50] Is anyone aware of a standard process for migrating a machine that's completely unencrypted to (preferably) LVM + (definitely) LUKS? [20:00] my gnome-shell restarts itself about twice a day(20.04), which I did not see on 18.04 [20:05] rr123: a common source of reliability problems is gnome extensions, if you hace any, try turning them all off, see if it's better, and then enable them one at a time over a few weeks [20:13] sarnold: thanks, i do have 5 of them :) [20:25] Hey, when will Focal Fossa appear in do-release-upgrade ? [20:25] rr123: oof :) that might take a while to sort out .. it might even be an interaction of two or more of them :( but I hope it's easier than that [20:25] I though tit did at .1 [20:27] jiggawattz, don't. you can't downgrade [20:27] Hey! I'm using a custom kernel, installed through apt. Can I get help getting update-grub to detect it automatically? I can add it to 40_custom, but it's annoying [20:27] bionic will be supported for five years [20:28] of course [20:28] shibboleth: as will 20.04 [20:28] update-grub2 would detect kernel images in /boot [20:28] could it be the naming convention? [20:28] leftyfb, iirc fossa will be supported for ten years [20:29] shibboleth: 18.04 and 20.04 are both LTS releases with the same LTS support cycle [20:29] iirc a shuttleworth interview where he said ff will be supported for ten years [20:29] wired or ars iirc [20:30] shibboleth: https://www.serverwatch.com/server-news/canonical-extends-ubuntu-18.04-lts-linux-support-to-10-years.html [20:30] in any case. no debian installer, the travesty that is snap, etc = stick with bionic, wait an see [20:32] trusty had upstart, xenial was pretty much perfect, bionic launched with some rather silly kernel bugs and *netplan* but other than that pretty decent [20:32] fossa? bend over and breathe deep, let's expirement [20:33] shibboleth: please take opinions to #ubuntu-offtopic. This is a support channel where we're not steering people away from the latest releases because you don't like it [20:33] nah, i'm suddenly reminded why i tried ub in the first place. debian with nice mods and snappier releases [20:33] shibboleth, not helpfull. [20:34] jiggawattz: to answer your questions, we're not sure why it's not available yet with do-release-upgrade [20:34] keep an eye on https://lists.ubuntu.com/archives/ubuntu-announce/ [20:36] I'm wondering if it might be the naming convention shibboleth [20:36] because all the documentation I've seen about update-grub says that it should find *all* vmlinuz files [20:36] but it does not [20:36] hey all [20:38] interesting leftyfb [20:38] thx [20:39] here is what the (working) 40_custom looks like. You'd think it would be detected automatically https://paste.ubuntu.com/p/2gzCXjGKRJ/ [20:41] shibboleth, "ubuntu is the debian you don't have to configure yourself" [20:43] lol [20:45] semitones, what is the output of; dpkg --list | grep linux-image [20:46] oerheks, https://paste.ubuntu.com/p/qYnN45Dg4z/ [20:47] maybe your custom kernel is located in 'advanced' ? [20:47] or does it not show up when you ran update-grub? [20:48] it doesn't show up in update-grub, but you can see it in the dkpg list [20:52] linux-image-4.19.139-surface-lts 4.19.139-surface-lts-1 ### linux-image-surface-lts 4.19.139-surface-lts-1 ... you might want to remove one of these? [21:07] semitones: that is because you've DELETED the exec tail line! [21:07] semitones: it ought to begin with: [21:08] #!/bin/sh [21:08] exec tail -n +3 $0 [21:08] hello, how can i set separate desktop background images per monitor in ubuntu 20.04? or better, how can i stretch a wide dual-monitor wallpaper across both my screens? [21:09] semitones: In addition to what TJ- said, please pastebin the complete output of "sudo update-grub" and of "ls -l /boot/". Your kernel images should be added automatically, even with those names. I think something more is going on here. [21:09] auto_, gnome-tweak-tool gives that option, span over desktops [21:09] awesome, thanks oerheks [21:09] !info gnome-tweak-tool [21:09] gnome-tweak-tool (source: gnome-tweaks): adjust advanced settings for GNOME - transitional package. In component universe, is optional. Version 3.34.0-2ubuntu1 (focal), package size 1 kB, installed size 12 kB [21:10] a quick google came up with some other tools but seemed to be for previous versions of ubuntu [21:10] semitones: Do the /boot/initrd-$VERSION files exist for those /boot/vmlinuz-$VERSION files? if not update-grub will not add them [21:11] not sure about seperate backgrounds.. [21:18] oerheks it worked fine for spanning a 7680x2160 image, thanks again [21:18] have fun! [21:30] semitones: Is it possible that your mistake with 40_custom lead to a grub.cfg with syntax errors? If so, grub-mkconfig/update-grub would have exited with an error. When grub-mkconfig detects a syntax error in the generated grub.cfg, it assumes that it's wrong and doesn't replace the old grub.cfg. That would mean that your grub.cfg would not have changed, and will be the last grub.cfg you generated that [21:30] doesn't have a syntax error. [21:43] How do I get alsa to recognize my soundcard? http://alsa-project.org/db/?f=d5873c0be4081fe224bec1beeaaefe460f64d277 [21:58] Hi everyone, does anybody know of a good reliable way to enable scroll lock on Focal? The majority of the results i'm seeing are for older versions, and many don't work, or make my computer slow [21:59] Extra points question, why would Gnome (or Ubuntu) disable scroll locks by default? [22:00] fcastillo: once upon a time I saw gui programs that had half their keyboard shotcuts stop working when numlock or scrolllock were enabled [22:00] fcastillo: probably someone at gnome figured they'd solve the problem for everybody [22:02] sorry y'all, I had to help someone offline. One sec while I gather stuff [22:02] weird, wouldn't it make more sense to fix the the programs rather than remove a whole key. I know not a lot of people use it, but I deal with spreadsheets constantly, and I really need the key [22:03] fcastillo: what does it do? [22:03] TJ-: I didn't delete the tail line: that output was pasted from grub.cfg which I was looking at [22:03] Jordan_U, gathering output [22:04] sarnold: it makes the arrow keys works as scrolling, so it wouldn't change the active cell, it just scrolls the screen [22:07] Jordan_U, https://paste.ubuntu.com/p/sRhSH8trFk/ [22:07] that is update grub, 40_custom, and ls /boot [22:07] fcastillo: oh! that sounds handy [22:08] I noticed in the dkpg -list, the surface ones were not signed, but the ubuntu ones are. Does that matter? [22:09] sarnold: it's very handy! But enabling seems to be really hard [22:09] fcastillo: does gnome actively turn it back off again? [22:09] fcastillo: or, rather, does *something* keep turning it off? [22:09] using xmodmap works, but after a restart/logout it's gone, and it cause gnome to become super slow [22:10] hmm, xmodmap did that? o_O [22:10] Jordan_U, another weird thing about update-grub is it doesn't respect my timeout:hidden setting. I'll paste you grub.cfg as well to see what I mean. (after 30_os_prober it re-adds timeout:menu) [22:10] the majority of the support out there says to use xmodmap, but more recent post mention that this is not the best way anymore, and it doesn't persist reboots [22:11] Jordan_U, https://paste.ubuntu.com/p/GkQGwBQ6gF/ [22:11] fcastillo: that part is usually easy enough to fix, there's usually a file like ~/.xsession or similar that is executed at login, that would do the trick [22:15] sarnold: I'm ready about ~/.xsession, it seems it will do the same as ~/.Xmodmap, but probably work, since xmodmap wasn't working [22:16] the only problem left is when enabling scroll lock, gnome because sluggish. I wish there was a way to enable the key without using xmodmap [22:18] <_Sym_> fcastillo, what about xbindkeys [22:19] _Sym_: I'll take a look at that, thanks! [22:21] fcastillo: ~/.Xmodmap normally only works if you have a line in a startup file that runs xmodmap on it :) [22:22] sarnold: not sure what you mean by that, meaning I have to run xmodmap on boot anyway, it doesn't automatically runs? [22:24] sarnold: nonetheless, when enabling scroll lock with xmodmap, gnome because so sluggish, which is very weird, and hence I'm trying to find a more up-to-date answer. All the answers out there are from around 2014, some 2016, before Ubuntu used gnome-shell [22:25] fcastillo: exactly -- here's my ~/.xsession https://paste.ubuntu.com/p/Gs8bjYdF9v/ -- I'm using setxkbmap instead of xmodmap these days, but it's the same idea [22:38] Anyone know what happened to the Mozilla Team PPA and their IRC channel? All packages except one seem to be deleted and the IRC channel is gone. [22:40] mozilla gives snaps now; https://snapcraft.io/firefox -- https://snapcraft.io/thunderbird [22:40] and https://launchpad.net/~mozillateam/+archive/ubuntu/firefox-next [22:41] for the IRC channel, i have no clue [22:49] Problem. I have a Pi with ARM64. [22:49] No snap for that architecture. [22:50] Hey, sorry I dc/d, not sure what i missed [22:50] I summarized my grub issue here: https://askubuntu.com/questions/1268026/how-can-i-get-update-grub-to-recognize-linux-surface-kernel [22:54] MikeRL: what problem are you ting to solve? even groovy's aarch64 firefox is a deb https://launchpad.net/ubuntu/+source/firefox/79.0+build1-0ubuntu2/+build/19623072 [22:54] sarnold, I was using the security ppa to get updates a little quicker. I accepted the bug risk. [22:55] sarnold, Now the PPA seems to have been scrubbed. There's only one package in it. [22:55] https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa/+packages?field.name_filter=firefox&field.status_filter=&field.series_filter= [22:56] All packages related to firefox are superseded or deleted. [22:58] MikeRL: hmm, interesting, my view of that page shows 1-75 of 1087 results -- I'm surprised you're not seeing the full listing [22:58] is there any easy way to let byobu open a bunch of tabs after a reboot? [22:58] without having to re-open everything again? [22:59] that be so handy [23:09] Is there a way to install Pidgin 2.14.1 in a PPA without FlatPak on Ubuntu [23:11] Zombie: we advice to install packages via the ubuntu repos, or snaps [23:11] They only have 2.13, in the Repo. [23:11] And 2.13 has broken support for XMPP Carbons. [23:13] sarnold, DO you see the status for theose packages? It was blank only on the main PPA page save one xenial package. [23:13] sarnold, Firefox is marked as deleted or superseded on that page I linked to. [23:14] sarnold, Look here: https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa/+index [23:14] sarnold, Only one package of dpkg for xenial. [23:16] I wonder whta that dpkg package is doing there [23:17] Have no clue. It's for a really old Ubuntu version from 2016. [23:17] Zombie: if an ubuntu package has something broken, please file a !bug so the developers can work on it [23:18] It's a version update. 2.13.0 has broken support for XMPP Carbons. [23:40] Zombie: did you try pidgin-plugin-pack to see if xmpp carbon is in there? [23:40] Yes. [23:41] was it? [23:53] Here's some i18n issue: how can we explain that this string "Make discoverable" is not translated in French in the Ubuntu Mate 20.04 while this string has been translated 7 years ago in the code? [23:53] See https://www.cjoint.com/data3/JHrxZM1Sz0R_blueman-applet.png [23:54] Also Help and Exit messages are not translated in 20.04 (Help does have a translation in the po file... but I couldn't find Exit) [23:57] courrier: did you file a !bug about it? [23:58] lotuspsychje: well, no, I wish I could submit the translation by myself, but there's something I'm missing... [23:59] courrier: i would advice you file the bug, so the devs at least can work on it, then we can proceed further