[00:06] gnome builder has project suggestions in it [00:07] how can i modify the gnome text editor? [00:08] it isn't listed in the suggested projects [00:14] rfm: oh hah :) I hadn't considered NAT. nice. [00:56] Why is it when I do echo $SHELL it shows /bin/bash but if I put echo $SHELL inside a Makefile, it shows /bin/sh [00:56] ? [00:58] svm_invictvs: because make uses /bin/sh to execute things -- you can override that in your Makefile by setting the SHELL variable [00:58] It doesn't honor your settings in /etc/passwd? [01:01] it does not, Makefiles would not be portable if they used tcsh on one system, fish on another, and zsh on a third [01:01] so it uses sh unless you tell it to use something different [01:04] Sudo apt update its giving: https://linux.teamviewer.com/deb/dists/stable/InRelease 403 Forbidden [IP: 54.230.72.17 443] [01:05] j2bv16: you'll have to contact whoever owns that archive [01:06] Looks like a recurring problem with teamviewer [01:09] yep [01:10] https://community.teamviewer.com/English/discussion/113687/repository-is-no-longer-regarded-as-secure-no-update-possible-fehl-31-https-linux-teamviewer-com [01:10] dead jim [01:13] I was done with teamviewer after they kept flagging my account as commerical because I left my VPN to home running while trying to fix something remotely on my dads laptop [01:14] not an ubuntu support issue === mofo_ is now known as mofo === id is now known as Nay === Aye is now known as id === Aye is now known as id === id is now known as Aye === M4he is now known as mahe [02:14] I have a thinkpad t580, running ubuntu, I want to buy a thinkpad dock but I'm reading mixed things about linux support. Anyone have a thinkpad and a dock that worked well? [02:33] !hardware | puff [02:33] puff: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection === spinningcat_ is now known as spinningCat === Comrade_ is now known as Chroot === Chroot is now known as Chown [04:50] How to mount encrypted home partition through fstab? [05:03] is there anyway to debloat my ubuntu? [05:04] is there anyway to debloat my ubuntu? those backgorund apps generated traffics freaks me out and made me feel very very uncomfortable. [05:10] HaMsTeRs: YES just remove any programs you do not want but as compared to most OS's ubuntu is very very quiet [05:16] HaMsTeRs: programs the automaticlly find printers is not needed how much do you want to remove? auto network detection ? Lubuntu and Xubuntu are lighter faster versions === Marco is now known as Guest9650 === Guest9650 is now known as Marco === Marco is now known as Guest9913 [07:33] hello. when i type # key on remmina, the 1 character becomes prefixed ,it is a bug. i am connecting to a windows server . basically it prints 1# 1@1$1%1& etc, the '1' getting prefixed [07:35] join #zsh [07:35] oops sorry [07:36] any fix1? -- here the '1' character got prefixed [07:37] wisebro: check with the remmina group at #remmina [07:37] i am there, no reply so far [07:38] stick around someone will [07:39] ok === prxq_ is now known as prxq === leo is now known as Leo [07:59] Hi. Does anyone know of a utility that types something else I configures when I press keys in the keyboard? I'm trying to find something like this for a movie clip. [08:03] sounds sort of like an alias === Thin_icE is now known as pgp [08:51] Hi, I'm trying to set up UFW on my VPS so that I can block everything except SSH and connections from my VPS IP [08:51] Would I add the VPS IP as localhost or the actual IP? [08:52] I want to be able to run a http server that only I can access while connected through OpenVPN (which is also running on the VPS) [08:57] What are ppl using for fileshares across unix/ubuntus these days? I thought it was nfs, but I've struggled for hours getting nfs(4) to work with proper UID mapping to a FreeBSD nfs4 share, and I find very little info about how to setup/debug idmap.conf. Has nfs fallen out of favor? [09:00] * ogra uses sshfs for everything since a decade or so [09:01] sshfs is pretty amazing, rclone can be good for online services though. [09:25] is there a way to force dpkg to make the kernel I am installing now to be the default one? [09:26] Maybe some flag or sth? [09:26] every time I install new kernel with dpkg it puts it behind my current one so effectively after the reboot I am still using the old one [09:26] so in essence I want to always boot the one I installed recently [09:29] uefi or legacy? edit grub --normally grub will boot to the newest number or you can remove any newer kernel [09:29] mra90: what's in /etc/default/grub ? [09:31] EriC^^, https://termbin.com/pzv8 [09:32] toddc, UEFI"? There is sth like uefi kernel? [09:38] no but the grub edit changes [09:39] Hello everyone, I am running Ubuntu 20.04 LTS Server on amd64 and I have setup a SMB4 server and a IEEE 802.3ad LACP bond0 interface in netplan. Even though the bond works perfectly fine I don't see any additional bandwidth for the SMB users. If I do iperf3 in parallel though I see the benefit. What am I doing wrong with samba here? [09:40] mra90: edit /etc/default/grub and change GRUB_DEFAULT=saved to "0" [09:40] then sudo update-grub [09:42] EriC^^, will try, btw, update-grub or update-grub2? [09:43] if you added a or want to use a older kernel as I assumed boot to the kernel you want to use then run dpkg --list | egrep -i --color 'linux-image|linux-headers' [09:44] EriC^^, it works, thanks a lot [09:44] mra90: no problem [09:55] lost connection [09:56] alterjsive2: glad you found it again [09:57] haha oops wrong window [10:09] This feels like a stupid question (sorry, still a relative Linux noob!), but which kernel is "default" in Ubuntu 20.04.2? I'm currently on 5.4.0-77-generic but stuff I'm seeing online says the default should be the 5.8 kernel? Worth noting that I got here via Ubuntu 18.04 originally. [10:10] I am on 5.8 with Ubuntu 20.04 but as long everything works for you, don't worry too much about the kernel version [10:11] It's not working well which is why I noticed! haha. It was working fine for the past few months but recently I'm getting apps crashing a lot, and the system locks up occasionally (especially around "Suspend" mode) [10:12] Oh so it is not a server I assume? [10:12] No, desktop :) [10:13] Ah I am sorry. I have no experience there then. Have you tried looking at the logs to figure out what is causing the issue? [10:13] anyone found a way to open/run .desktop files from outside of the applications folder? [10:14] I'm considering a fresh install but want to avoid it ideally! Seems various different problems / errors but they're usually individual apps segfaulting. For example this morning all snap apps were segfaulting. I restarted my machine and it was all fine after that. [10:14] But because it's different software that crashes each time (non snap related too), it's tricky to pinpoint exactly what the cause is [10:14] consider this "sudo apt install --install-recommends linux-generic-hwe-20.04 [10:14] !hwe [10:14] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [10:14] " [10:17] BT643: I made a mistake! 5.4 is the correct kernel for 20.04! [10:17] as is 5.8 [10:17] I am on HWE and not on the standard Kernel here rn but the other servers are running 5.4 [10:18] Hmm, thanks. I'll have a read through the HWE stuff [10:18] Please check journalctl to figure out what may cause your issues though [10:29] Hello [10:31] Hey i tried to install mysql on a system where a database service already was running the port, and now i have partially install mysql, what is the easiest way to remove the package? [10:36] wow, mounting nfs4 share from a freebsd machine with rootfs files is hard! freebsd names gid 0 as "wheel" and nfs4 serves names not numbers. idmapd.conf on ubuntu seems to be unable to map group names only uid :( [10:39] There is one hack thou: Rename gid 0 to "wheel" on the ubuntu [10:58] anyone else find it a little odd the top thing gedit roadmap is get it working better for windows? https://github.com/GNOME/gedit/blob/master/docs/roadmap.md [10:59] why ? [10:59] I think there is a market for it [11:00] I mean it's probably nicer that notepad++ or whatever they use on windows currently [11:00] its opensource ... why should windows users not use it [11:00] some of the stuff on here seems pretty simple [11:02] I especially want this feature [11:02] Be able to quit the application with all documents saved, and restored on next start [11:03] so send a PR to get it fixed asap 😉 [11:03] i imagine i would do it in a hacky way [11:04] since i dont really use C at all in my normal work [11:04] well, only PR reviews from others will teach to to stop doing that [11:04] *teach you [11:05] true [11:05] * ogra is curious why gedit is on github though [11:06] ah, thats just a mirror of https://gitlab.gnome.org/GNOME/gedit === wisebro is now known as rationalist [11:21] Will ubuntu break if I rename gid 0 to wheel? - Hmm. I suppose there are scripts that assume gid "root" is available [11:38] hello [11:38] is anyone using vokoscreen ? [11:39] i can record screen and microphone but i would also need the audio of the heandset [11:39] headset [11:39] is that possible somehow? [11:40] Oh wonderful. Ubuntu has disabled static user mapping from upstream sources for some reason. That's why I'm struggeling to get it to work :( https://bugs.launchpad.net/ubuntu/+source/libnfsidmap/+bug/1812280 [11:40] Launchpad bug 1812280 in libnfsidmap (Ubuntu) "Static ID mapping not functional in NFS" [Undecided, New] [11:44] It implies I cannot do a simple serve nfs4 from BSD to Ubuntu due to the group name mismatch. What next to try? kerberos might be unavoidable [11:49] sveinse: I don't see anything in libnfsidmap being altered by packaging in a way that seems relevant. I don't know why that's not working for you, but I don't think it's anything actively done by packagers. [11:51] rbasak: ok, yeah. I might be wrong that its altered by ubuntu packaging and rather done upstream. Pardon for that. [11:52] sveinse: you might want to explore eg. https://git.launchpad.net/ubuntu/+source/libnfsidmap/log/?h=applied/ubuntu/bionic [11:58] sveinse: things are completely different between NFSv3 and MFSv4 as to user mapping. It is a complex subject. [11:58] sveinse: the recent solution to these issues is to to user mapping in 'cgroups', but that IIRC was only merged in 5.12 or 5.14. [11:59] rbasak: thanks === Guest3894 is now known as blue_penquin[m] [12:00] Walex_: yes it indeed is. And the server is BSD which which insists on nfsv4 outside my control, creating mapping issues to ubuntu :( [12:00] sveinse: Ganesha NFS *might* help [12:01] sveinse: two links follow that *might* help [12:01] sveinse: https://serverfault.com/questions/812813/nfsv4-user-mapping/812829#comment1292945_812829 [12:01] sveinse: https://unix.stackexchange.com/questions/438939/how-to-get-nfsv4-idmap-working-with-sec-sys#comment1034090_464950 [12:01] Are there any other fs than nfs that can be used for root on linux? [12:02] sveinse: network root is not a common requirement... Most people prefer dataless rather than rootless. SO I suspect if there is anything other than NFS it might be not well tested or supported. [12:03] sveinse: technically, SMB/CIFS with POSIX extensions is totally POSIX-compliant and could be used. [12:03] sveinse: note that your question is also slightly misplaced, because of 'initramfs' [12:03] Walex_: yes, the root cause (pun intended) is that BSD insists on "wheel" as gid 0, so when nfs4 is used that is name based, confuses the ubuntu client [12:04] As I said earlier, considering renaming gid 0 to "wheel" to remedy the problem. Then nsswitch resolves the group correctly and everything is fine [12:04] sveinse: 'libnss_extrausers' might offer a workaround [12:05] Walex_: thanks, let me check that [12:05] sveinse: that allows to avoid modifying '/etc/group' itself [12:06] sveinse: but please note the content of https://unix.stackexchange.com/questions/438939/how-to-get-nfsv4-idmap-working-with-sec-sys#comment1034090_464950 for 'auth=sys' [12:07] sveinse: which is a bit old, so things may have changed. [12:12] When I think of it, nfs4 for rootfs might not be a good fit. One wants a file store which can preserve uid/gid as the client sees fit, NOT an elaborate username/group translation scheme between the client and the server. For this to work, everything in /etc/password on an ubuntu client must be mapped, which is a daunting task. [12:13] sveinse: that is "ambitious" :-) [12:14] sveinse: in any case because of 'initramfs' the real "root" can in theory be *any* filesystem type after 'pivot'. [12:15] Walex_: yes, I see that now. Thanks for your help [12:15] sveinse: sveinse: the builting support for NFS-as-root is a legacy from UNIX where there was no 'initramfs' and the system booted directly into the real 'root'... [12:56] Why does the interactive console login treat usernames that begin with + or - differently than others? [12:57] If I enter a username that begins with + or -, it just says "invalid login", and never prompts me to enter a password. [12:57] I haven't found any other characters that do that. [12:59] Lots of weirdness today. [13:00] Just a minute ago while I was using tab completion in the shell it told me "*** stack smashing detected ***: terminated". [13:01] B0g4r7, "+" is not a valid character for a username according to POSIX - refer https://serverfault.com/questions/73084/what-characters-should-i-use-or-not-use-in-usernames-on-linux & POSIX link of valid username characters for portability found therein [13:01] note: hyphen or '-' is suggested to be avoided too [13:03] Hmm, 'k, thx. [13:19] Hi, when setting up ubuntu 20.04 server, i got an 240gb ssd, and 2 tb hdd. during new install, shall i do / + /boot on ssd and /home on hdd, or just install normaly on ssd, then mount hhd to /home ? [13:21] Whatever you want [13:22] I suppose it depends on the application of the server and the data [13:22] really depends on what data is going on the hdd [13:23] linke now, i have one box running with 1 ssd and 1 hdd, i need to spesicif the libery on hdd, if i dont then it start to "download" new to ssd. [13:23] Ier? [13:24] er [13:25] I mean as a server sometimes I would just default install on SSD and then mount HDD to /srv. It's down to what you want to achieve. [13:28] true that. :P [13:29] Hi all [13:35] it also depends on how FHS fussy you are. I have no issues in making a /data* per drive in / depending on the usage. [13:36] People argue it's not FHS, but FHS has limited scope, local files = local issues. ;) [13:37] It's a pain to have to put files in particular places (or arrange bind mounts, symlinks etc) based on available space and performance characteristics though. [13:38] bcache is a nice way to avoid having to do that [13:38] Is ZFS optimized for SSD? [13:39] not sure if someone can help, I have a laptop at home with ubuntu running headless, and I'm currently away and noone is at home. I did an apt upgrade, and while doing update-initramfs the file system went into Read-only mode and I can't do anything, I can't even establish a new ssh connection or restart the OS (I have the original SSH connection [13:39] open, but nothing works) [13:45] webchat94: first things first - be very careful! [13:45] webchat94: have you checked for any logged errors? "journalctl -b 0 -p warning --since="1 hour ago" [13:46] TJ- here's the issue... almost nothing works. journalctl (as well as apt, mount etc) return "command not found" [13:47] even "ls" is not working in my home user directory (ls: reading directory '.': Input/output error [13:47] ) [13:47] webchat94: oh, so "echo $PATH" [13:47] webchat94: does the PATH look sane? [13:47] yeap, totally sane, even has a subdir I added a while ago [13:48] we "Input/output error" suggests storage hardware failure [13:49] that's what I suspect. I just want to shut it down somehow, but not even shutdown works, and I thought I ask here [13:49] webchat94: try "dmesg -Tx" [13:49] command not found on this as well [13:50] if I execute /bin/dmesg, I get "input/output error" again [13:50] webchat94: that won't touch the file-system but will read the kernel's ring-buffer where the most recent logging is stored ...oh hmmm let's try calling it directly with /usr/bin/dmesg ... [13:50] webchat94: OK, looks like a hardware fault [13:51] so I guess I'll have to wait until I get back home or have someone go over my place to shut it down [13:52] webchat94: are you already root? if so, you should be able to do that with "echo o > /proc/sysrq-trigger" [13:52] no I'm not unfortunatelly, and sudo doesn't work as well [13:52] "o" means shutoff (it's one of the magic sysreq key sequences) [13:54] i can't think of a way, without UID 0 access, to trigger anything useful. [13:54] ok, thank you very much for trying though :) [13:55] how to install iotools? [14:03] mra90: there looks to be multiple projects with the name "iotools". None of which are available in ubuntu via apt or snap. You'll need to seek support for it from the projects support options [14:03] leftyfb, yeah I found it I guess === Leo is now known as Mikro [14:46] Hello! Are .ddeb debug symbol archives valid .deb? [14:46] I.e., can I simply rename .ddeb packages to .deb packages so that I can process them the same with reprepro (which refuses to ingest .ddeb) ? [14:47] this discrepancy in the way debug symbol packages is handled between Debian and Ubuntu is annoying and unnecessary, it would seem. === apteryx_ is now known as apteryx [14:54] seems like it's just a regular .deb [14:55] I'll try to rename them before feeding them to reprepro [15:23] hello [15:24] I miss gom [15:24] he left in less than a min [15:31] please leave the offtopic nonesense out of the support channel matsaman. We'd appreciate it a lot. ;) === Ricardus_ is now known as Ricardus [15:37] does the ubuntu iso still have memtest? [15:37] goddard: yes [15:37] ok cool [15:45] It seems I'm stuck as a guest :( Anyway, when a bug is reported and it says it is for linux-signed-hwe-5.8, should I report it again after the kernel was updated to 5.11? [15:50] Guest26: only if you are seeing the same issue with the later version [16:00] I tried using ubuntu-bug linux but it redirected to the signed-hwe. The bug in question is bug 1925263, it's a problem with an USB Wi-Fi adapter. It should correctly point to both kernel versions now [16:00] Bug 1925263 in linux-signed-hwe-5.8 (Ubuntu) "TL-WN821N V5 does not work" [Undecided, New] https://launchpad.net/bugs/1925263 === EriC^ is now known as EriC^^ [16:32] every boot some services crash with this message "crashed with SIGABRT in epoll_wait()"; how to investigate and what could be the issue? === Osares104 is now known as Osares10 [16:37] ice9: have you narrowed down which services? journalctl --boot may help you there if not [16:40] francis, nothing bad in that log [16:40] ice9: hmm, [16:40] oops. can you remember when it happened last, what is ether systemd-logind or another systemd-foo service? [16:40] was it, even [16:41] francis, systemd_systemd-logind, systemd_systemd-resolved,systemd_systemd-timesyncd [16:44] aha. thought it sounded familiar [16:44] is this on baremetal hardware or a virtual machine? [16:52] francis, baremetal [16:57] ice9: how often does this happen? it could be related to system'd watchdog but something else going awry in systemd's innards [16:58] francis, it's happening almost every boot [16:58] one thing I'd do next time it happens is: journalctl --boot |grep 'kernel:.*blocked for more than' [16:58] if that gets a hit it might point to the watchdog [16:58] ahh. that should make tracking it down a bit easier at least :) [16:58] does that journalctl |grep line yeild anything now? [16:59] francis, that grep return nothing [17:03] I've used Lubuntu for a long time, but I'm trying out Ubuntu's default desktop today. I'm trying to tweak a few things. [17:03] First, how do I disable the beep/alert sound? [17:04] plujon: what beep/alert sound? [17:04] In a terminal, if I hit zzz, I hear [17:05] In emacs, if I hit C-g C-g, I hear [17:05] don't know, maybe there's something to be found on google [17:06] In Settings > Sound, I can supposedly change the alert sound to | Default | Bark | Drip | Glass | Sonar | [17:06] But, changing that doesn't actually change the I hear in the terminal or emacs. [17:07] ice9: pity. are you comfortable editing /etc/default/grub? if I were in your shoes the next thing I'd do to try and narrow this down is add "loglevel=8" to GRUB_CMDLINE_LINUX_DEFAULT in /etc/defaut/grub [17:08] which will enable noisier debug messages in dmesg which may help confirm if this is a watchdog issue for sure [17:08] requires an update-grub afterwards and a reboot mind [17:09] plujon: in the terminal settings you can turn off Terminal Bell [17:11] Mekaneck: Thanks, instead I did this: [17:11] gsettings set org.gnome.desktop.sound event-sounds false # sweet relief [17:14] Second, is there a way to move windows using the keyboard without having them fill half the screen (similar to super-left / super-right)? [17:16] In openbox, one can use the command MoveToEdge with a direction such as "west" to accomplish this. [17:30] https://help.ubuntu.com/stable/ubuntu-help/shell-keyboard-shortcuts.html.en [17:31] While using an application, press Super and left arrow key and the application will go to the left edge of the screen, taking half of the screen. [17:50] So I have a script in /etc/update-motd.d/ called 99-custom, and it's just the shebang line, a comment block, and some printf statements to output some stuff to the screen. It's set to 755, but it's not showing when I "rm ~/.motd_shown" and log back in to the system. [17:50] it shows the standard MOTD, but not the stuff at the end that I'm trying to include [17:50] and I've tried it in motd.tail as well... no dice [17:55] SuperLag: do you have pam_motd configured to print the motd on whatever service you're using to log in? or do you have PrintMotd configured in sshd? or do you have something in your shell startup scripts to print it? [17:57] sarnold: whatever is the default out of the box. I've not configured anything specifically to do it. I just wanted to include some extra content. [17:57] https://eklitzke.org/disabling-ubuntu-motd-spam [17:58] I'm not trying to *disable* it. I want to *change* it. [17:58] I want to add some links to company-specific documentation, and have it included on every login. [18:00] SuperLag, the update-motd process only runs on a timer (like daily, I think). Changes you make won't show up until then. There's probably a way to trigger it but I don't know what it is offhand... [18:04] sudo systemctl restart motd perhaps? [18:04] or sudo service motd-news restart [18:06] wait, maybe I'm wrong and it's just the "news" on a timer... [18:06] [18:11] <[code]> sudo systemctl restart motd-news.service [18:19] I have confirmed I am wrong. only the news (and update notifications) are on the timer. [18:26] No systemd at my disposal, because this is a WSL environment, but I have found a suitable workaround by putting the script in /etc/profile.d/ and calling it from .bashrc [18:27] ahhhhhhhh === ryu_ is now known as Ryu945 [18:29] I just did what SuperLag said on a real ubuntu system and it worked fine, so it must be a WSLism [18:31] is this a hardware problem or what it could be? https://bpa.st/LGEQ [18:34] is it possible to install ubuntu server headless, without a monitor [18:35] is there a nickserv on this network? [18:35] also what's the deal with horizontal scroll on 20? i'm xubuntu and ticking the box under touchpad settings doesn't activate it [18:39] max3: yep [18:40] @francis, re nickserv? [18:40] ice9: hard to say, but something's causing a stall *looks deeper* [18:40] yeah, it's NickServ [18:41] max3: if you're unfamiliar you can /msg nickserv help to see what the services here support [18:42] @francis, i'm familiar - i was expecting to be notified that i needed to auth for this nick but i guess nicks weren't migrated from freenode [18:42] max3: ahh. yeah libera is totally new wrt nick/chan registrations [18:43] cool i registered. any advice re touchpad [18:43] ice9: it doesn't look good tbh. hard to say for certain if it's bad hardware, but stalls like that which are happening in multiple processes could mean faulty hardware (eg bad drive) or a corrupt filesystem or ... [18:44] ice9: have you any older kernels installed that you can try out and see if this is only hapening with the kernel you're running now? [18:52] anyone with some advice on how to get horizontal scrolling to work on 20 [19:15] Is it just me or is https://packaging.ubuntu.com/html/packaging-new-software.html completely out of date? It's talking about bzr, which as I understand it isn't really the default anymore? It's saying to use `bzr dh-make`, which isn't a command on my 21.04 machine, at least with the packages they said to install. Is there some other tutorial I should follow? Should I switch to snap? === alexxxxxey is now known as alexxey [19:16] hughrawlinson: heh, yeah that page could probably just be deleted and improve the state of the world.. [19:17] I was going to submit an issue, but like, launchpad is full of old unacknowledged issues, so I decided it probably wasn't helpful. Is it enough to just go via the debian packaging guide? [19:18] could even just use Debian === PonyBlocks is now known as whatismaximumlen === whatismaximumlen is now known as PonyBlocks [19:19] hughrawlinson: yeah, the debian packaging guide is probably a good way to go === PonyBlocks is now known as PonyBlocks000000 === PonyBlocks000000 is now known as PonyBlocks000001 [19:20] Thanks! [19:20] hughrawlinson: getting packages into debian is also a good idea, there's millions of users on debian and debian derivatives that would benefit, and it'd get into ubuntu soon enough, too [19:20] > could even just use Debian [19:20] :laughing: [19:21] ah that's a great point I didn't think about actually. Thanks! === PonyBlocks000001 is now known as PonyBlocks001MHz === PonyBlocks001MHz is now known as PonyClocks001MHz [19:48] would be cool if gnome builder had the ability to quickly help you create a gnome shell extension [19:48] or is it just 1 file? [19:50] gnome shell extensions requires knowlege of java, afaik [19:50] https://www.codeproject.com/Articles/5271677/How-to-Create-A-GNOME-Extension [19:51] i thought i saw one in rust [19:51] or is js the only option? [19:52] ${most-trendiest-bs} is always the only option [19:52] you know that [19:53] javascript != java. Eh, it's ok for user interfaces as long as there's a good library behind it [19:57] oerheks thanks that helps [19:58] oerheks: Thanks. Hmm. I was hoping to move the window without changing its size... [19:58] grab? [19:59] Press Alt+F7 to move a window or Alt+F8 to resize [20:00] https://help.ubuntu.com/stable/ubuntu-help/shell-windows-states.html.en and some more [20:01] oerheks: Thanks, Alt+F7 is pretty close; maybe I can speed up the rate at which the hand moves... [20:02] there is gnome settings, and gnome tweaks/ keyboard and mouse [20:03] or some digging with dconf [20:31] I'd like to know how much CPU and RAM is being used by glancing at the system tray / task bar / activity bar thing. Does Gnome Shell have a plugin for something like that? [20:31] undoubtedly [20:32] Where would I find such a thing, and how do I add it to the task bar? [20:33] <[code]> gkrellm is probably a thing. [20:33] plujon: probably check https://extensions.gnome.org/ for 'monitor', 'ram', 'cpu', etc. [20:35] matsaman: Thansk; I'll take a look. [20:40] hello guys I am on ubuntu 20.04 ans build-essential gives me this error [20:41] Depends: libc6-dev but it is not going to be installed or [20:41] libc-dev [20:41] Depends: g++ (>= 4:9.2) but it is not going to be installed [20:42] I never had such error with build-essential [20:42] does anyone know why? [20:43] this is a current issue, yes, 9.3 is removed [20:43] https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1926918 [20:43] Launchpad bug 1926918 in glibc (Ubuntu) "cannot install libc6-dev, requires old libc6 version" [Undecided, In Progress] [20:43] oerheks: should I do something or I have to wait for the new update? [20:44] i think you can only wait, i see no fixed package in proposed [20:44] if I have a hybrid graphics setup with these -> Intel HD Graphics 620, AMD Opal XT [Radeon R7 M265/M365X/M465], what are my options for using the Radeon card for lutris? [20:45] https://launchpad.net/ubuntu/+source/glibc [20:46] king just set your AMD gpu as primairy in bios? [20:46] I cant. there are only two options. Hybrid and the other sets intel as primary. [20:47] one could force a launcher; write DRI_PRIME=1 before any application, it uses the AMD GPU instead. Example: $ DRI_PRIME=1 ./madshaders.py [20:48] would ubuntu already have the radeon driver installed for me? [20:49] yes amd-gpu i guess [20:49] not the old open-radeon [20:49] whatever the case you'd be able to specify your preferred afterward [20:50] lspci -k | egrep -i 'vga|in use' | grep -i vga -A 1 [20:51] for newer driver, use at your own risk https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers [20:52] on ubuntu 20.04 added 21.04 to sources.list to install gcc-11 but by mistake I used 'apt upgrade' which was installing a lot of new packages, I aborted after a while, now all my clang failed to find their head files [20:52] how can I revert back, i.e. remove everything from 21.04 and make my system 20.04 [20:52] great, yolo, time for a fresh reinstall [20:52] no...shoot [20:53] once 21.04 added, not sure that gives a clean upgrade, and you aborted... [20:55] and lutris already has an option to force DRI_PRIME for a particular game [20:55] all you need is toggle it [20:55] yolo did you use this answer?https://stackoverflow.com/questions/67298443/when-gcc-11-will-appear-in-ubuntu-repositories [20:55] oerheks: by chance do you know to use it for a game in lutris? [20:55] i would take that answer below, ppa:ubuntu-toolchain-r/test [20:56] Kingsy, sorry, not familiar with lutris starters.. [20:56] oerheks: yes, that kills me [20:57] Kingsy, see V3n3RiX [21:11] {std::tuple p={2,4.0,'5'}; std::pair p={"a",1}; std::map m{std::pair{'b',100},{'a',200}};} [21:20] hey there. https://photos.app.goo.gl/vogjfgL9gvat3SeJ7 - first, second 183 - something must be wrong, right? 5800X running here. second, any idea what the boot problem is and how to fix it? [21:25] sv: owww === wolf2k_huh is now known as wolfman2000 === pikapika is now known as old_mcdonald [22:57] i can't believe how buggy the current (not the LTS) release is. [22:57] is that a known bug? [22:58] should i try the LTS build instead? [22:59] installing the nvidia driver causes the system to not respond to *any* control inside the controls window. i cannot switch between sections, nor can i click any button or slider inside any section. when i click, it does nothing. same thing with the applications menu button. i click it, it does nothing. the only thing i can do is use the pinned applications and the system menu on the right top. [22:59] i got it running fine actually without the nvidia drivers, which i'm wondering why. [23:00] how do they interact with hid? do they at all? [23:01] also, the installer fails to install a working copy of grub unless the disk has no partitions thereinafter the windows efi partition. [23:02] the error is random, once it boots, once it doesnt, once the error above occurs, and boot takes 600 seconds. [23:03] i can't understand how ubuntu can disappoint their users that much and still be the most used distribution. [23:04] like what's the problem? my 5800X with a X570-pro e gaming and 32 gigs of DDR3200 rams? which runs like a speedhound and rocksolid on windows for like a year? [23:05] i am willing to try it again. do you have any suggestions that i might try to get everything running? and boot times below 200 seconds? i'm not even demanding boot times of 12 seconds like on windows 10. [23:07] don't get me wrong, i fokken hate ms. but is it really so hard to work 20 years on a system that has not the ability to EVEN RUN AT ALL on a recent system? [23:08] based on the number of replies to my issues, i can only imagine the number of rants of this kind you get per day and the level of depression that arises from it. [23:13] sv: nah, it's just late on a friday, not many people still here this time [23:13] sv: be sure to file bugs for the issues you've found [23:14] sv: as for the number of problems like yours, one other guy in the last week had a similar problem.. [23:14] sv: https://bpa.st/LGEQ .. but he's had so many problems this last week that I suggested he run memtest86 or memtest86+ -- afaik he never got around to trying that [23:17] yeah, one guy. and it's his fault. [23:17] and this attitude since the beginning of the project. [23:18] your intentions are notably. your performance is poor. [23:18] i will now install debian, apt-get xfce and everything will work. [23:18] sv what driver are you using? standard or oibaf ppa? [23:19] how can you garble debian this much? [23:19] oerheks: i tried it with both. [23:21] at least they provide a netinst and don't make their users download an over 2 gig image and then after the installation still ask for performing updates for "improving performance with software" [23:22] inb4 "look at this directory index: ..." [23:22] yeah sure. [23:22] i surely will. [23:22] i'm so disappointed you know. [23:22] ubuntu once worked fine, it looked nicely and had good performance. [23:23] 5 hours wasted. [23:23] no more again. === old_mcdonald is now known as fatpointer