=== chris14_ is now known as chris14 === chris15 is now known as chris14 === chris14_ is now known as chris14 === chris15 is now known as chris14 === Guest5029 is now known as linuxmodder === chris14_ is now known as chris14 [02:13] Hi, all. Is there a program that converts Windows .LNK files ("shortcuts") into symlinks? I have a lot of shortcuts that would work OK on Linux if they were symlinks. [02:13] Or, is there a file manger that knows how to follow .LNK files (as if they were soft links)? [02:19] Dave92f1: Windows will usually respect symbolic links created by Linux. I believe this works even for MS file systems. I do not know of a Linux system that will follow Windows shortcuts. [02:21] Dave92f1: I'd see if liblnk-utils is available, and what features it offers. [02:22] liblnk-utils is in the Ubuntu repositories. [02:22] At least in Ubuntu 22.10, that is. [02:24] I see liblnk-utils available for all supported; https://packages.ubuntu.com/search?keywords=liblnk-utils&searchon=names&suite=all§ion=all but have no experience with it === Guest2842 is now known as linuxmodder [03:57] Problem? [03:57] dave@MONOLITH:~$ sudo apt install liblnk-utils [03:57] [sudo] password for dave: [03:57] Reading package lists... Done [03:57] Building dependency tree... Done [03:57] Reading state information... Done [03:57] it's best to use a pastebin site for more than two or three lines of output [04:02] !pastebinit [04:02] pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit [04:16] hi [04:17] Greetings I've got a problem in setting up a new system with 22.04. Trying to get autofs installed. It mounts some nfs shares, but others it won't mount, I just get fairly generic error "mount.nfs: an incorrect mount option was specified". I've tried manually mounting the server and it seems to work fine. Any ideas as to what my issue might be or to further diagnose? [04:23] you should use systemd moutn and automount units [04:24] rbox, could you explain? [04:24] explain what [04:24] not sure what you mean by "systemd mount and automount units" [04:24] https://www.freedesktop.org/software/systemd/man/systemd.mount.html https://www.freedesktop.org/software/systemd/man/systemd.automount.html === Guest9237 is now known as linuxmodder [05:30] Hi, I wonde why rsyslog on my laptop (Core2duo Dell D620) is using 42% of CPU time, ALL the time , while actually destroying my laptop usability and slowing laptop down for no reason I see except it's some bug? [05:31] something is flooding your logs [05:32] Oh I migrated the old SATA SSD drive from old drive to a new one doing dd imaging and it is logging some large amount of BTRFS errors... [05:34] Like, [ 304.175297] BTRFS error (device sda5): bdev /dev/sda5 errs: wr 0, rd 0, flush 0, corrupt 12785944, gen 0 , I replaced 256GB SSD drive with 512GB one and partitions remained the same after dd [05:53] hello? [05:54] hey cool its like some old chat room [05:56] i dont think this is working right lmao [05:56] No btrfs fs errors and 3 errors with btrfs scrub. so it seems fine, but it continues to spit many btrfs errors in dmesg.. [06:00] it is BTRFS tripping something internally.. [06:22] Is ther a good 'password vault' for ubuntu or generic linux? [06:23] keepassxc [06:32] Or using firefox to remember passwords, with master password for them all [06:32] After upgrading from 18.04 to 20.04, nslookup (and anything dns related) is returning ipv6 results alongside ipv4 but my connection is ipv4 only. How do i stop lookups from returning ipv6 records? [06:42] forgotmynick, you don't, this is totally normal, apps doing name lookups may try the v6 first but should fall back to the v4 one. not much different than domains with multiple A records [07:05] hermano, I use "passwordsafe" , in the ubuntu repos; there are compatible versions with various names like "pwsafe" for every common platform (linux, windows, ios, android, os x) [07:54] hello there! I am looking for advice to debug sudden reboots that I am getting after upgrading to Ubuntu 22.04.1 [08:00] I have tried several things already: switching to xorg and wayland, masking suspend, sleep and hybernate targets. [08:00] The system is a Dell XPS 15 9500. [08:00] The reboots happen more often when coming back from lock screen. Sometimes after computer startup and just after login screen. [08:00] The system goes directly to request my encrypted disk password and does not go through grub menu. I only have ubuntu installed on this system, no other oses. [08:00] Sometimes I noticed that, after reboot happen, the system will not charge until I shut it down holding power button, unplug the charger from the computer (not the charger from the power socket), plug it back and start the computer (this time it goes through grub menu) [08:00] The system has a NVIDIA card which I have disabled in BIOS and it is using the integrated intel chip. [08:02] asking here before creating a launchpad bug since I read we should try to reach out for help here first... journalctl --system --boot=-1 does not yield anything blatant for my untrained eye... should I file a launchpad bug? [08:06] csierra: Are there any ACPI errors in dmesg? [08:06] !acpi [08:06] to debug ACPI issues on ubuntu make sure your bios is up to date and follow the procedure here: https://wiki.ubuntu.com/DebuggingACPI [08:06] It sorta sounds like that might be what you're running into. [08:20] arrayboltXE: I think I saw some errors but I don't seem to find anything conclusive... I will try and follow that guide... thanks! [08:48] trying to craft an systemd mount/automount unit... I have `Where=/fs/foo-bar`... how do I name the service file? `fs-foo-bar.mount` yields an error "Where= settings doesn't match unit name. Refusing." [08:52] jimklo: probably want a name without a '-' in it [08:52] or the matching filename will be fugly [08:53] via internets: https://unix.stackexchange.com/questions/283442/systemd-mount-fails-where-setting-doesnt-match-unit-name [08:54] matsaman, not going to happen... 10 years of legacy mount names with hyphens... nobody is going to change all the scripts that exist because systemd is lame [08:55] indeed, why do that when you can just not use systemd =) [08:55] well because autofs won't mount half of my existing shares [08:57] basically it just screams directory doesn't exist... no other error in any log files... [08:57] systemd automount seems to work for the shares that were having problems [08:57] it's just the legacy names are an issue... [08:58] i've got a script to generate all the configs... so I really don't care if they are fugly names [08:58] looks like the solution is `systemd-escape -p --suffix=mount "/tmp//waldi/foobar/"` [09:20] so I am trying with acpi=off but the system crawls and the trackpad does not work... so it is not usable... I found the ACPI error shows when I shutdown the system and start again, that it does not go through grub, it directly goes to ask my disk encryption password. [09:22] when booting from a hard shutdown (holding the power button for several seconds when it is asking for my disk password) and then booting, the grub menu appears and then I have no ACPI error [09:23] how can I make it so shutting the system down and starting it again goes through grub? what is it that changed that makes it behave like this now? maybe it is what is causing the reboots because the sudden reboot often happens when the system boots without showing the grub menu so I guess something is not in a good state [10:23] hello if i select zfs on the ubuntu installation. will it also take zfs snapshots when i upgrade my system? from which i can boot into using grub? [10:29] Morning all ❤️ [11:04] Morning Chunkyz ❣️ [11:11] how do i restore permanently a zfs snapshot? [11:12] just select it from grub menu? === nzk67 is now known as nzk_ [13:01] hi ubuntu what can i do for you [13:18] every time I upgrade to a new kernel version, I'm bring to grub cli after reboot, need to type 'exit', then will boot into ubuntu, after this, I need to do 'boot-repaire' to fix this. [13:18] any idea why this happend? I have the boot-repair log [13:19] also I'm dual-booting macos and ubuntu, all is fine after the fresh install of 22.10, this problem appear only if I upgrade kernel [13:26] welcome back [13:29] here is the repair log: https://pastebin.ubuntu.com/p/sqQxQ6Wchq/ === SteelRose_ is now known as SteelRose [13:47] sorry for the join/part message, my network is unstable [14:04] Hi all [14:06] Hello from Indiana. Minor question (I hope) to the group: Is there any package / application I can install that plays wind chime sounds? The reason I ask is that I work from my home office and and being winter, doubt that I hear any sounds outside even if I left the window open. [14:09] hello [14:09] i am new here [14:09] welcome ubuntu === ubuntu is now known as Guest265 [14:10] hello, thanks [14:10] i'm new to hexchat [14:10] is this a good place to talk about stuff relating to ubuntu? [14:10] this is the ubuntu support channel Guest265 , only ubuntu related questions here [14:10] !discuss | Guest265 see also [14:10] Guest265 see also: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [14:10] is there anyplace i can ask hexchat questions? [14:11] is there anyplace i can ask hexchat questions? [14:13] hello, not sure what to do, how can i find a place to ask questions about hexchat itself? [14:13] Guest265: #hexchat has on own channel [14:15] Guest265, join #hexchat [14:16] how do i join hexchat? [14:16] type: /join #hexchat [14:16] ok [14:17] wonder how you joined #ubuntu... [14:17] sometimes it is set automatically to join #ubuntu [14:18] anyhow my hexchat is not preinstalled and preconfigured to join ubuntu (using hexchat) [14:19] * hao hoping someone can take a look at my boot repair log [14:19] * hao s/my/his [14:45] hello, apt update is not working, can't even install anything [14:46] p3rL: can you use a !paste link to share to the channel so volunteers can think along with you? [14:46] !paste [14:46] For posting multi-line texts into the channel, please use https://dpaste.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. [14:46] ok [14:47] https://termbin.com/00qk [14:48] woah [14:48] p3rL: install a supported release of ubuntu [14:48] p3rL: I would recommend 22.04 so you'll receive support for the next 5 years [14:48] its 19 no support for it ? [14:49] Ubuntu 19.10 \n \l [14:49] p3rL: non-LTS releases like the one you installed are only supported for 9 months. LTS releases are supported for 5 years [14:50] p3rL: Ubuntu 19.10(non-LTS) was End of Life 2.5 years ago [14:50] so i can't fix this error without update the OS because the vps have many data [14:50] p3rL: I would not recommend trying to update it in place. I recommend a fresh install. Just do that and restore from backup [14:57] with 19.10 there should be an easy path 19.10 -> 20.04 (still supported), later maybe 22.04 [14:58] seere: updates from eol releases is risky, can hold security risks [14:59] 26 [14:59] also very sketchy to do on a remove VPS. Those things aren't even standard images half the time [14:59] remove/remote* [15:00] indeed leftyfb [15:01] without an KVM console this indeed is like russian roulette [15:33] if the cpupower governor is set to performance is perf-bias still taken into account? [16:20] !eol [16:20] End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [16:20] lotuspsychje: "Security risks"? [16:22] jhutchins: the longer the ubuntu release is eol, the higher the security risks of a compromised system, see !usn [16:24] lotuspsychje: Ah, so it's not the upgrade that's the risk, it's not upgrading. [16:28] !usn [16:28] Please see https://usn.ubuntu.com/ for information about recent Ubuntu security updates. [16:30] 'AMD Radeon™ RX 6650 XT' doesn't work, ubuntu 22.04, kernel 5.18 anyone got any idea? this is the dmesg: https://paste.linux.chat/?934979c69894d8da#Eu6mv3ufBmxmTJJMz6d6eRUAkpnneWiwksqXFVfWnGK3 [16:30] ubuntu doesn't ship with the 'nobody' group (sometimes used for everybody) would the 'nogroup' be the equivalent ? [16:30] i'm trying to fix my vm in ubuntu. Its got a gvt-g that previously worked. following the workarounds here https://wiki.archlinux.org/title/Intel_GVT-g#libvirt_2 I can't seem to validate the xml [16:32] Bombo, have you tried some kernel parameter ? [16:33] ioria: amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0 these didn't do anything [16:34] Bombo, then tried the suggested : amdgpu.aspm=0 [16:34] Bombo, sorry [16:34] Bombo, what 's your linux-firmware version ? [16:35] ioria: tried amdgpu.aspm=0 didn't do anything on the rx 6650 [16:35] Bombo, ok.... what 's your linux-firmware version ? [16:35] ioria: the default one from ubuntu 22.04 [16:35] ioria: i tryed https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20221214.tar.gz too [16:36] ioria: i copied the dimgrey_cavefish*.bin to /lib/firmware/amdgpu/ didn't work [16:38] Bombo, can you try the 'amdgpu.aspm=0' parameter with the default 5.15.0-57-generic kernel ? [16:39] ioria: that didn't work, black screen [16:40] ioria: that's why i tried 5.18, the amdgpu-installer seems to use that [16:40] ioria: thats the amd drivers, but for X, but looks like the kernel doesn't like the card [16:41] Bombo, you have already tried the proprietary amdgpu-pro stuff ? [16:42] for those interested, nogroup serves my purpose [16:44] ioria: not yet, not sure how that works, looks older when i saw that, and iirc these are just drivers for X, but the kernel errors first [16:45] Bombo, ok... but what is 'amdgpu-installer' ? [16:45] ioria: 'for Ubuntu 16.04' [16:45] ioria: thats pro https://www.amd.com/de/node/5206 [16:45] ioria: thats amdgpu without pro [16:46] Bombo, check this : https://www.amd.com/en/support/graphics/amd-radeon-rx-6000-series/amd-radeon-rx-6600-series/amd-radeon-rx-6650-xt [16:47] Bombo, there's a version for 22.04.1 [16:47] ioria: yes that isn't pro is it? i did that [16:48] ioria: looks like drivers for X only [16:49] Bombo, i suggest a clean install ; a full-upgrade; reboot; try the kern param; then try the link i posted [16:51] ioria: btdt i'm now trying to get tumbleweed to a usbstick, it is said to have later versions of everything [16:57] quite sure i chatted with a bot :( [17:01] k [17:12] my wifi connection lost connection every seconds, and I see dmesg log every time when this happend and many log from gnome-shell and rtkit-daemon [17:13] the dmesg log is: RTW: ERROR [RFK-CHK] RF-K not allowed due to ifaces under site-survey [17:14] Hello, anybody around? [17:14] I dig into this for days now, trid several solution from online info: 1. fill the BSSID of the wifi, 2. change /proc/.../scan_params, 3. others I forgot [17:14] both have no effect [17:14] I'm trying to reboot Lubuntu 2204 LTS after installing the Nvidia driver. I do Bird>Reboot, say OK to the "are you sure", [17:15] and then (way too quickly) get the login screen. When I login I get "Update Notifier" saying "Reboot required". So it didn't really [17:15] reboot - I think it just logged me out. Seems wrong. [17:16] Dave92f1: shut down then start if all ok retry a reboot to verify [17:17] toddc: OK, will do (may be gone for a while), but should I file some bug about it not really rebooting? [17:17] Dave92f1: possible but we need more info first [17:18] toddc: OK, thanks. See ya later. [17:19] Well that wasn't long, was it? [17:20] toddc: Guess what - I did "shutdown". It just logged me out; never shut down. [17:21] HMM hard boot? or wait for someone give a better idea [17:21] I can certanily power cycle it, but I hate to do that to the file system. [17:22] Lemme try sudo shutdown now (instead of Bird>Leave>Shutdown GUI)... === Etua1 is now known as Etua [17:48] That appears to have worked. === nik0 is now known as bazylevnik0 [18:10] when i get this in dmesg: 'amdgpu: failed to read ip discovery binary from file' what file does the kernel exactly mean? can one find out? how? [18:15] Hi all. Where can I report bugs in Lubuntu? [18:19] https://help.ubuntu.com/stable/ubuntu-help/report-ubuntu-bug.html.en [18:23] Can anybody recomment a Qt hex editor? [18:29] Does anybody here understand "G Alternatives"? [18:29] I'm wondering if I can use to make "edit " at the terminal launch my preferred text editor. Is that what it's for? [18:30] Dave92f1: vim [18:30] vim is not my favorite editor (neither is emacs) [18:31] Anway, I'm really asking about what G Alternatives is for, and how to use it. [18:33] There used to be a global "editor" variable. [18:34] I'm a Linux newby. In Windows I did it with a batch file (I suppose a bash script would be the equivalant). [18:34] Or perhaps I should make a symlink from "edit" to my editor. [18:34] Or...G Alternatives? Is that what it's for? (Trying to learn how things work.) === Etua1 is now known as Etua [18:35] Dave92f1: run "select-editor" === hack is now known as Guest6193 [18:36] Dave92f1: I have no idea what that "G" is doing though. [18:37] jhutchins: I did. Choices are nano, 2 flavors of vim, or ed. I want to use FeatherPad (for now anyway). [18:40] There's a reason for that. [18:41] Dave92f1: You might look into bash aliases, if you use bash. [18:42] hi all. can someone help me with this: https://paste.bitsnbytes.chat/?3daac4709a7a25dd#GhAukNBrcqE4PxNV89X9n51y1BPVYW9PRQL7PrAXVsTK its something about apt and i need the newer version of nodejs - they from thelounge say its compatible so it should work [18:43] ,v nodejs [18:44] freakyy85: If you need the latest nodejs you probably DON'T want the distribution package. Get it direct from the project repositories. [18:44] !info nodejs [18:44] nodejs (18.7.0+dfsg-5ubuntu1, kinetic): evented I/O for V8 javascript - runtime executable. In component universe, is extra. Built by nodejs. Size 277 kB / 1,892 kB. (Only available for amd64, arm64, armel, armhf, i386, kfreebsd-i386, kfreebsd-amd64, mips, mips64el, mips64r6el, mipsel, powerpc, ppc64, ppc64el, riscv64, s390x.) [18:45] Looks like the list of what it's not available for would be shorter. [18:46] sorry i just trashed my thelounge install - fixed it again [18:46] freakyy85: https://nodejs.org/dist/v18.13.0/node-v18.13.0-linux-x64.tar.xz [18:47] no i need the one from mastodon [18:47] that one needs 16 [18:47] Install Node.js v16. (Mastodon isn’t compatible with Node.js v18 or v19). [18:47] so i now need to install 16 [18:48] hiya, I upgraded from 18.04 to 22.04 2 weeks ago and noticed that my nagios3 service starts (so says journalctl) but I have 0 alerts, 0 logs getting in. How could I debug this? [18:48] freakyy85: See if mastodon has it. [18:49] im currently following a howto and they add some apt repo and now im trying to install this but im getting the above error. is it possible to remove the currently installed version and install the v16 without thelounge beeing uninstalled? [18:53] ok got it found out how to ;D === ClaesBas_ is now known as ClaesBas [19:23] freakyy85: Remove the existing package first? [19:23] no i found a solution. that would remove all dependencies with it including thelounge. [19:49] HI , anyone here [19:50] please can somebody help me with wifi-bt problem in Ubuntu22.04.1 [19:50] Client: HexChat 2.16.1 • OS: GNOME 42 (Flatpak runtime) • CPU: 12th Gen Intel(R) Core(TM) i5-12450H (2.50GHz) • Memory: Physical: 15.0 GiB Total (12.9 GiB Free) Swap: 2.0 GiB Total (2.0 GiB Free) • Storage: 59.2 GB / 162.0 GB (102.8 GB Free) • VGA: 8086:46a3 @ 8086:4629 • Uptime: 17m 51s [19:51] hey lack [19:56] Hi! Trying to figure out a weird dependency issue in my GitHub ubuntu-22.04 runner.... But maybe 'apt-get update' before 'apt-get install' will solve it? [19:56] It just takes soooooo looooooong [19:59] maybe config apt with another source mirror? [20:01] Maybe - I just assume GitHub's runners defaults are "right" for whatever environment they're in - But that's not necessarily true. [20:01] Looks like they're going to http://azure.archive.ubuntu.com/ubuntu by default. [20:08] Confirmed - Calling 'apt-get update' first resolved my dependency issue. After 12 minutes :( [20:09] Off to go bug github, I guess :) [20:25] hello guys. how do I disable the phased updates so they're suggested only when they're really available? [20:27] PeGaSuS: I used this - https://discourse.ubuntu.com/t/phased-updates-in-apt-in-21-04/20345 === realivanjx3 is now known as realivanjx [20:46] PeGaSuS: got it, thanks! [20:47] sadness [20:55] Hi! I am a brand new linux user running a VM on an M1 Pro MacBook Pro. I downloaded the server version for ARM for Ubuntu 22.04.1 and got the desktop interface working. However, there is no sign of an internet browser anywhere. Can anyone help me with this? I’ve been searching endlessly and cannot figure out what to do. [20:55] coltan: sudo snap install firefox [21:00] Or "sudo snap install chromium" if that's more your style. /me is a Chrome and Chromium person [21:01] I’m currently waiting for the download to finish. It looks promising though! Hopefully it works on ARM. I appreciate the help! I’ll hit back with an update when the download finished. [21:02] Advice on making simple bash aliases (example: make "edit" start my editor)? I see too many ways to do it... [21:02] alisa, the "alternatives" system, a symlink, selct-editor, or a bash script. Probably there are other ways. [21:03] Is there a substantial code editor that I could also download using the command line? Like VSCode or maybe even a popular Linux option? [21:03] What's recommended? I'm coming from Windows - I used to do this with a .BAT file (in the PATH). [21:03] you can download anything with the commandline [21:04] and install most anything worth installing using the command line package manager [21:06] coltan: notepad++ is a popular editor [21:06] I’m just so new that I don’t even know what to type (in the command line) or what option to choose. Plus, I’m running on an ARM machine, so I don’t know which options support ARM. For example, I just installed firefox but I don’t think it’s ARM compatible because it won’t run [21:07] : http://www.linuxcommand.org/ https://help.ubuntu.com/community/BasicCommands http://www.macdevcenter.com/pub/a/mac/2005/05/20/terminal1.html http://www.ischool.berkeley.edu/~kevin/unix-tutorial/toc.html http://linuxcommand.org/lc3_learning_the_shell.php http://linuxcommand.org/tlcl.php [21:08] coltan: https://www.makeuseof.com/best-ide-code-editors-for-linux/ [21:09] Dave92f1: run "select-editor" [21:09] I use VSCode on Linux (and Windows) - love it. [21:09] Dave92f1: Oh, wait, you wanted something else. Set the environment in your .bashrc or use you .bash_aliases to define it. [21:10] Dave92f1: There's almost always three ways to do anything in Linux. [21:10] jhutchins: It's like the opposite of Python's "there should only be one obvious way to do it". :-) [21:10] coltan: one doesn't usually use a desktop on a server install, it is incredibly poor security practice [21:10] coltan: if you want to use a desktop, use a desktop [21:11] since it's as a VM guest, it doesn't matter anyway [21:11] is there an easy way to setup wallpaper per workspace? googled it, but either some gnome extension is no longer available or I need to switch to other desktop [21:11] you can probably also emulate x86 on an ARM macbook, but I don't know much about it. #macosx would [21:11] * hao tweaking ubuntu is addictive... [21:12] Question: Is there a terminal that supports ^C ^X ^V for cut/copy/paste? I'm using QTerminal and it makes that hard. [21:12] Dave92f1: yeah, but [21:12] CTRL+c has a much more important role, so it's simpler to just adopt CTRL+SHIFT+c|x|v [21:13] ^C is reserved for abort process, so most terminal use other shortcuts to do this [21:13] matsaman: I didn't think of that. I've gotten used to Windows Terminal (the new one) where this works pretty well. [21:14] matsaman: hao: In the olden days ^S and ^Q were important too. (...showing off my white hair) [21:15] you can definitely do it, but you'll be training yourself to not use CTRL+c, which is not training I would advocate [21:15] offhand I'd say any GTK/vte-based term emulator will allow it, but I haven't checked in a while [21:15] matsaman: Ya, OK, I get your point. I suppose it depends how much time one expects to spend in Terminal vs GUI apps. [21:15] mmmm, I mean yes, but [21:16] more how long you plan on being alive [21:16] that's not old.... I still use ^S,^Q [21:16] even if you are a heavy GUI person, you're going to spend enough time in terminals that it'd be worth it [21:16] iMO [21:16] I use CTRL+s [21:16] no conflict there AFAIrecall [21:19] How come when I paste stuff into the command line I often get a lot of ^[[[~stuff in front of it (and often a ~ at the end)? Looks like ANSI escape sequences to me, but where to do the come from and how to prevent that? [21:19] so, anyone know how to set wallpaper per workspace? my question always get buried ignored [21:19] Dave92f1: Where are you copying the paste from? [21:19] Dave92f1: Probably you're hitting Ctrl+V first (which doesn't work), then when that fails, you try to paste some other way. [21:19] (Ctrl+Shift+V is the right shortcut for pasting into a terminal.) [21:19] That's what always causes it for me anyway. [21:20] matsaman: ^S is terminal XOFF. It's *very* confusing to newbies, who do not know ^Q resumes :) [21:20] sarnold: yeah I think my screen conf has that disabled always [21:20] distro default [21:20] Just now I copied masaman's nick and pasted into the Terminal. I get ^[[200~matsaman~ (then an empty box glyph). [21:20] Dave92f1: color codes, probably [21:21] matsaman: Ugh. That's ugly. Is there a workaround? [21:21] Dave92f1: well, on IRC, there's not much reason to copy people's nicks [21:21] type 'mat' then hit TAB [21:22] otherwise tail your IRC client's log. Always log =) [21:22] matsaman: I'm not actually trying to copy a nick - it was just to demonstrate the problem. [21:22] but you can also strip out such codes dynamically, it's just more effort [21:22] Dave92f1: what's the problem? [21:22] that's not a problem [21:22] I think most of the time it happens when I copy a command line from a web site (probably the colors). [21:22] no, from a website it'd be something else [21:22] just bad HTML most likely [21:23] find a specific manifestation you can tell us about [21:23] i added a network card since install , so i now have 2 nic's.  the nic1(ens192 is getting a DHCP IP address on reboot, but nic2(ens224) requires me to `ip link set dev ens224 && dhclient ens224` manually on reboot to get an IP.  i tried googling the solution but nothing was successful.  what is the best practice for configuring this to be [21:23] automated on reboot? [21:23] Web sites will usually format the code as plain text so you can get a clean cut-and-paste, but copy the example, not the in-line. [21:24] s/dev ens224/dev ens224 up/ [21:25] this is a server with cli access only [21:25] mstrgecko: this? https://superuser.com/questions/1056054/using-dhcp-to-get-two-different-ip-addresses-for-two-nics-on-one-machine [21:26] mstrgecko: why do you need to interfaces getting DHCP on the same network? [21:26] * hao sigh, heading to gnome [21:28] hao: wallpaper per workspace? [21:28] hao: this? https://ubuntuhandbook.org/index.php/2022/08/different-wallpaper-each-workspace-ubuntu-22-04/ [21:30] hao: it's not an officially supported feature in Ubuntu or Gnome. If the only gnome extension that implemented it has gone dark, it sounds like it's a non-trivial feature to implement and is going to take a lot of work on your part to hack into gnome [21:30] seen that, the extension is no longer available [21:31] leftyfb, alright, now the automated script to switch background when switching workspace feels not that hacky [21:32] matsaman: OK, I found a real example: [21:33] When I copy "sudo snap install --classic code" from https://code.visualstudio.com/docs/setup/linux and [21:33] paste into Terminal, I get^[[[200sudo snap install -classic code~ [21:35] OH [21:35] https://en.wikipedia.org/wiki/Bracketed-paste [21:35] Dave92f1: my guess is this bracketed paste thing [21:36] ESC [ 200 ~ to signify the beginning of pasted text and [21:36] ESC [ 201 ~ to signify the end. [21:36] Dave92f1: There's this wonderful thing out there called "Google"... [21:36] Aha - I only get the ^[[[200 junk when I mouse select "Paste clipboard". When I just do Sh-Ctl-V I don't get that jung. [21:36] junk. [21:38] Dave92f1: you might want something like autocutsel, then [21:39] good idea, I love autocutsel [21:39] there's actually more than one paste buffer in a traditional GNU/Linux dekstop [21:39] desktop* [21:39] though most people don't need or want that functionality [21:39] I mean, I *wish* the buffers worked like they did twenty years ago, but different programs don't play nice together any more, so autocutsel forces them on to the same page [21:40] I feel like something like that, that complicated, should be opt-in anyway [21:46] on a jammy machine, does anyone else see systemd-journald doing the most writing in "iotop -ao" ? [21:47] what's the easiest way to see what type of messages it's writing? [21:49] hi [21:49] Macwinner: Journalctl? [21:50] Macwinner: iotop is sysstat, isn't it? [21:50] jhutchins: journalctl works.. I see what's filling up the logs.. it's coming from one of our applications [21:51] I'm confused why these logs are going there.. these look like logs that are created to syslog [21:51] HEY useful to make my panel clock show hr:imns:secs >> gsettings set org.gnome.desktop.interface clock-show-seconds true [21:52] Macwinner, yes that (journalctl) helped me too. [21:52] sorry, we are just migrating from centos to ubuntu, so I'm probably missing something related to journalctl vs rsyslog [21:53] Macwinner: journald may be intercepting syslog calls. [21:54] gotcha, thank you.. i'll research that further.. do people normally keep this behavior on their servers? [21:55] Macwinner: What behavior? [21:55] where journald intercepts syslog calls.. i may have found a lead at https://unix.stackexchange.com/questions/415525/prevent-syslogs-from-being-logged-under-journalctl [21:55] i'm probably just misunderstanding something [22:46] hello all o/ running Kubuntu here. What program do I use to install a kubuntu 22.10 .iso to a thumb flash drive? [22:49] start up disk creator should be allready installed by default download iso then it will write to a usb drive [22:50] ahh you're so right, it's installed [22:50] thank you! [22:50] toddc: ^ [22:50] np glad to help [22:54] thanks for that toddc [22:54] that was good help [22:55] yeah [22:55] this should be promoted ot hte start of Kubuntu's sie [22:55] *site [22:55] I couldn't ind it and then all I could find in my searches was everyone's pet program for getting the job done [22:57] yep [22:57] i got an answer for trying to get 2 nic's working with DHCP, and it seems to have not survived a reboot, even though i copied the entry for ens192 and made one for ens224.    is auto the same as auto-hotplug??  ens192 is still working, and ens224 is still not getting an IP. === esv_ is now known as esv