[00:20] so whats a good alternative to konsole [00:30] why does my gnome seem to open all new windows, etc. in the top left of the screen, instead of the centre or close to where the mouse pointer is [00:31] Gnome knows what's best for you. [00:32] knows I need that exercise grabbing windows from the furthest possible position [00:33] Hey! I'm running Jelly on a VM (Proxmox) and for some reason linux-image-virtual (5.15) does not match the current kernel (5.10) nor Grub as a menuentry for 5.10. I don't understand why 5.10 is used instead of 5.15. [00:34] ArtfulDodger: Did you run a normal installer on the VM, or did you use a pre-installed image? [00:35] jhutchins, I can't say because the OS was preinstalled for me [00:35] how can I check? [00:35] That's ... pretty much where you need to go with questions about it then. [00:36] ArtfulDodger: It sounds like an image build, that's how large-scale builders do things. [00:38] Does it mean that I can't upgrade the kernel by myself without their help, jhutchins? [00:38] (from the people who made the install) [00:40] ArtfulDodger: I wouldn't if you depend on the machine for anything. They often customize kernel-level portions of the OS. [00:40] ArtfulDodger: and it is a VM not a container? [00:41] Then again, sometimes they offer newer kernels with good reason. [00:41] Yes a VM ravage [00:41] ravage: It appears to have it's own kernel, is that a clue? [00:41] run "cat /etc/apt/sources.list|nc termbin.com 9999" and paste the URL [00:42] https://termbin.com/owqrv ravage [00:43] ok looks like someone did an upgrade. or at least tried [00:43] ah because focal/jammy? [00:43] yes [00:44] run "sudo apt --reinstall install linux-image-virtual-hwe-22.04 linux-image-virtual" [00:44] cat /proc/cmdline should tell you how the currently running kernel was booted. if the path the kernel was loaded from does not exist then you're more likely in a paravirtualized guest where the kernel is actually stored and loaded from the host. [00:45] proxmox ist not paravirtualized [00:45] *is [00:45] i think it used to support this, but it's a long time ago. [00:45] root=/dev/xvda2 ro elevator=noop tomreyn [00:46] hmm, no kernel image specified [00:47] And still 5.10 used after the reinstall ravage [00:47] what do you mean by used? [00:47] and what is the output? [00:47] paste it here [00:47] !paste [00:47] 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. [00:49] https://dpaste.com/3WPTLA988 ravage [00:49] used = in uname -r [00:49] you need to reboot [00:50] yeah I did it [00:50] What's that strange evil laughter I hear in the background? [00:50] but there is no grub trigger which is really not normal [00:51] ArtfulDodger: install the package "virt-what" and paste the output of the command with the same name [00:51] are we sure this is proxmox and not xen + pvgrub? [00:52] You're right xen xen_domU [00:52] Aha sorry [00:52] then you cant use your own kernel [00:53] change hosting provider or product line [00:54] Okay. Actually I'm fine with that version of the kernel but also want to install overlay2 for docker [00:54] would that be possible with the current setup? [00:54] that's a kernel module, so no [00:55] Ok I'll see with my provider [00:55] thanks guys [01:28] Window 11 added Android app compatibility layout of the box it seems, do you think will see something like that on Ubuntu? like a package that once installed integrates android app compatibilty transparently on the desktop? being able to install things from f-droid or apk-pure eventually from the playstore also. [01:30] !ot | cartdrige [01:30] cartdrige: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [01:31] Right. [01:45] hmm, i'm having a problem, no sound of any playback. i tried killing pipewire and pipewire-pulse and doing 'systemctl --user --now enable pipewire pipewire-pulse' but it didn't have the desired effect. sometimes i have the same problem like when i try to play a video with sound on opera, it doesn't work but on firefox it works. the sound test in the settings works fine. [01:46] whoops, now i got it, this time there's something wrong with my sound settings. it doesn't find my dac. [01:48] hmm no. now some audio works but trying to play a file on vlc or mplayer there's no sound. soundcloud on firefox works. [01:54] hmm now it works. didn't do anything special, just loaded a video file a few times to vlc and then it suddenly started to work. maybe someone's playing with me. [01:58] You should check the application settings > sound output, there will be like 3 or 4 choices, pulse / alsa etc - try to match the one of firefox, or test them out to find the one that works. [02:01] cartdrige: where is that setting? checked settings/sound but it's not there. i'm running on ubuntu 22.10. [02:02] depends of the app, but in vlc: tool > preferences > audio > output module [02:09] btw, had similar problems with pulse-audio too, not a pipewire bug. [02:22] 'pactl info' says i'm back to pulse audio... wonder why === {master-max} is now known as mearvk [04:34] mine crpto on ubuntu? === {master-max} is now known as mearvk [07:23] E: Package 'libssl1.0.0' has no installation candidate [07:24] tomreyn [07:24] hai [07:27] How do I install a single more recent package from newer ubuntu repos? [07:27] Say gnupg 2.2.35 [07:27] https://launchpad.net/ubuntu/+source/gnupg2 [07:32] I can't generate gpg keys with gpg [07:32] I just get "card error" [08:35] Hi [08:36] How can I stop using snap for chromium or firefox etc? If I use 'apt', it tells me to use snap. Is that normal? [08:36] I heard apt packages are more stable [08:40] for ubuntu forefox and chromium are only available officialy via snap packages === jontyms2707749 is now known as jontyms270774 [09:31] Hi. I'm running Ubuntu 22.04. I've installed the video editor Davinci Resolve. And both the OS and the video editor work just fine. I can start the application by going to the gnome panel, clicking on "all applications", and filtering for it by starting to type it's name. [09:31] It starts up and runs fine. [09:31] But I don't know where it is installed, or what the command to start it is. [09:31] I'd like to start it from the command line [09:32] This is just because I want to find out more about the program, and I think that I'd learn some of it's properties, including where it loads it's assets from, if I can start it from terminal. [09:35] bobdobbs: try 'grep -iH davinci /usr/share/applications/*' [09:36] ah, that's interesting [09:36] then type 'grep -i exec /usr/share/applications/nameyouget.desktop' [09:36] thanks EriC^^ [09:36] no problem [09:43] hello, can U reccomend some [09:43] time tracking app [09:46] lighweight, reporting also overall project time, free of "buy me a coffee" price, it would be nice if there was a possibility of integration with some to-do system or task management. I am currently using a simple To-do from Microsoft, but I can switch to a google to-do or other trello or asana (this is not a prerequisite), [09:46] it would be nice if there was a possibility of integration with some to-do system or task management. I am currently using a simple To-do from Microsoft, but I can switch to a google to-do or other trello or asana (this is not a prerequisite), [09:46] it would be nice if it also detected inactivity 🙂 [11:17] I have a Bluetooth dongle. When I plugin it is not detected properly. I have to remove and insert multiple times for the dongle to be detected and appear in status bar. But when I do 'bluetooth off' it appears in status bar. If I do 'bluetooth on' it disappears. [11:47] ThinkT510 why not via apt? [11:58] I'm sure I've installed ubuntu at least a thousand times, and half of those the same way. But with 22.04, I just keep either failing to install grub, and I crash the installer before I even get to that point. [11:59] Some of this, at least, is UEFI stuff, but even turning that on isn't working. Am I supposed to have secureboot on? The TPM? [11:59] This is a T530 Thinkpad, hardly the oldest of my machines. [12:01] Diagon: if the installer fails somehow before grub is installed, it's most often due to a badly written installer on the install media [12:01] so first of all make sure that that is written properly. there are ways to actually assure that the iso was properly downloaded, and properly written to the install media. [12:02] a graphical utility which can do both is balena etcher. [12:02] Diagon: generally, installations without secureboot are less complex and much less can go wrong, so your chances of having a successful installation are higher when it's off. [12:03] generally, i recommend upgrading the firmware (bios/uefi) of computers before installing, [12:04] (since this may provide fixes for firmware bugs) [12:05] having TPM on can be a good thing, and should not cause issues. [12:07] if you're wondering whether you should be booting in uefi or bios mode on systems supporting both modes, i'd recommend using whatever it is set to use after resetting the firmware to manufacturer defaults. [12:10] got it now [12:17] tomreyn - ok, you're right. The checksum was wrong. I'll try again, thanks. [12:17] you're welcome [12:33] tomreyn - well, regardless I'm getting the same issue: "sorry, and error occured and it was not possible to install the bootlader at the specified location" [12:34] I gave it /dev/sdd, which has a GPT, a bios-boot, an efi, and then the /boot partition. [12:36] All I see in the terminal is "wrong number of args: mapdevfs " [12:36] Diagon: what are you installing exactly? [12:36] 22.04 [12:36] desktop [12:37] thinkpad t530 [12:37] I have seen other complaints about this issue, but I couldn't clear up what might be a resolution. [12:37] are you using manual partitioning with pre-existing partitions and file systems? [12:38] Yup. Manual partitioning (LUKS >> btrfs) [12:38] my experience with btfrs is too limited to support this, chances are soemone else can. [12:39] K. [12:39] I've done this literally hundreds of times, but first time with 22.04. [12:40] Diagon: why does it have a bios-boot partition? [12:40] one thing that you may need to know is that the desktop installer ignores where you asked the boot loader to be installed to, it just picks the first efi system partition it finds. [12:40] you might have better luck doing a manual installation anyway [12:40] xx - because it's got a GPT. [12:40] Diagon: and the system doesn't have UEFI? [12:41] It has both. I prefer legacy BIOS. Installer doesn't give me a choice. tomreyn - I created an efi partition because I saw other people having trouble without it, so I thought it might be necessary. [12:42] you really should be using UEFI [12:42] without any CSM [12:43] Diagon: the choice between the installation modes is set by how the installer is booted. [12:43] Ok, I set legacy first. So I assume then it was booted that way. [12:43] xx - don't like UEFI, and some time soon (TM) I'm going to put coreboot on this machine. [12:44] you don't need an ESP if you're BIOS booting, but i concur with xx in that this system is probably better booted in uefi mode. [12:44] I never did before, up to 20.04. [12:44] the ESP might help if they ever want to switch to UEFI booting without having to repartition the drive [12:44] I'd rather keep it this way if i can. [12:45] check. [12:45] Diagon: legacy first or legacy only? [12:45] legacy first. [12:46] there really is a lot of mess in how manfufacturers implement CSM or any sort of autodetection of whether to boot uefi or bios [12:46] I tried legacy only previously and got the same error; but that was with a bad checksum. [12:46] and the ubuntu installer has a hard time with that, as does any other installer [12:46] So I should do legacy only? [12:46] yes, if you want to disable all uefi stuff [12:46] ok. Trying again ... [12:47] unfortunately without a proper log of what grub is doing it's hard to say where it goes wrong [12:47] also try disconnecting all other storage devices during installation [12:47] (I notice you have all the way up to /dev/sdd) [12:48] Never had a problem before. Ubuntu was always ery smooth. [12:48] personally I'd just learn how to debootstrap ubuntu onto a drive [12:48] Ya, btrfs is raid1 and I put /boot on a usb [12:49] I might do that.... I was thinking I need to learn that for my headless server. [12:49] I'm almost certain the ubuntu installer can't handle that [12:49] Well, it's done it before, but I tell you what. I'll reformat as btrfs with a single drive. [12:50] the installer changes with every release [12:50] and features get removed if they think they are not being used enough [12:51] for more complex installation scenarios you may be better off with the server installer for now. [12:53] OT, but I was trying to use that server installer to do an install over the network via SSH; but the password flies by on the console, so you can't do it! You have to modify the installer .iso. Nuts. [12:53] But ok, deboostrap or at least the sever insaller may be my alternative. [12:54] why doesn't ubuntu have the server installer on all the ISOs anyway [12:54] it will ... took a while to develop a graphical frontend for it [12:55] it's going to use subiquity for both server and desktop installer once the flutter frontend works [12:55] with luna the new one should become the default [12:55] there are canary images to test it too ... [12:55] ...but then that's been said for a couple years now [12:56] https://discourse.ubuntu.com/t/new-desktop-installer-preview-build/24765 [12:56] well, i heard the plan is to have it as default in luna [12:56] well, i heard the plan was to have it as default in focal [12:57] haha, yeah,, but focal was LTS and it simply didnt land in the interim releases before [12:58] nor in those before jammy [12:58] next LTS will have the new installer and the new snap-store software app [12:58] at least thats the master plan [12:58] (there were some talks held at the summit, videos should be up soon) [12:59] the summit being prague? [13:00] oh right, it was publicly announced [13:00] yeah [13:03] 2024 is a bit to go, this could actually work, let's see. === VicthorFx1 is now known as VicThorFx [13:44] Hi all === halvors1 is now known as halvors [14:38] hi [14:39] need help with thunderbird [14:39] seems archaic [14:39] maybe you can help!? [14:39] 18F / AL [14:50] mearvk: you'll need to specify what exactly you need help with. [14:50] uh the PAM password file in /etc/shadow is in yescrypt I think [14:50] the thunderbird shows 'use encryption' [14:51] passwords you configure in thunderbird are unrelated to /etc/shadow [14:51] i'll just be using the PAM set for emails and not vmail accouts [14:52] describe what yu are trying to do, how you are doing it, what you expect to happen as a result, what happens instead. provide error messages, commands you ran and outputs on dpaste.com, screenshots on imgur.com [14:52] also thanks for the 'help [14:53] if you're following some tuorials, post a link, and most of all, discuss which ubuntu version you're using, which non default configurations of software. === gr33n7001 is now known as gr33n7007h [15:00] my cousin setup a server and it uses IMAP i think [15:00] he's a big admin [15:01] ubuntu 22.04 LTS [15:02] see my questions above, start with "describe what you are trying to do", then continue with the other questions. [15:03] Does anuone know how to unistall ALL Xfce panels and avoid them to realod on boot on Xfce desktop, thanks! [15:04] ' [15:05] the following website suggests that i am really close [15:05] https://www.gmass.co/smtp-test [15:05] can you see? [15:05] this one ^ [15:05] george mason <3 <3 [15:06] so im really looking to get to know a senior engineer [15:06] its my first year in college [15:06] but this is hard work [15:06] took me over two hours so far [15:08] the exact use case is as follows: [15:08] i have the SMTP/IMAP server running [15:09] the login details are correct and we are able to verify (we are using PAM details and not vmail accounts) [15:09] we attempt to login with SSL/TLS and the server times out [15:10] so then maybe the servers (IMAP and SMTP are separate software, even if on the same machine) do not support TLS. [15:16] hi guys [15:17] can send email [15:25] in advanced settings [15:25] i have /home/username/Maildir [15:25] do i need to say Maildir [15:25] or the whole thing [15:25] god ive spilled my coffee [15:25] > :: . :: < [15:27] tomreyn asked what guide do you follow? [15:27] Hey! I'm running Jammy with linux-image-5.10.0-19-amd64 that has module "overlay" but I would need "overlay2" for Docker. How do we install this driver? [15:28] ArtfulDodger, weird, jammy comes with 5.15 [15:28] yes oerheks it's a VM on xen and xen provides 5.10 [15:29] I can't change that kernel for now, just need to work with it =) [15:31] some guide .. https://bobcares.com/blog/docker-overlay2/ [15:31] i don't know [15:32] why would zen give 5.10 ? [15:33] it'x xen with paravirtualization, the kernel is loaded from the host [15:33] we discussed this yesterday, and it ended up with this: https://dpaste.com/EABVEEBFP [15:34] ArtfulDodger, so you got answer. no go. [15:34] ArtfulDodger: what was the result of "I'll see with my provider"? [15:35] https://support.mozilla.org/en-US/kb/configuration-options-accounts [15:37] aha tomreyn, they need a few days to setup a VM with a custom kernel, but meanwhile I still wanted to test :) [15:37] I'll try Docker with overlay I guess [15:39] ArtfulDodger: you should really get a proper VM where you can manage your own kernel instead. you can even have that for free nowadays. [15:39] pretty much no one still uses Xen-PV [15:40] not for multi tenant cloud setup anyways [16:59] !oem [16:59] Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - See also !automate [17:04] hey all [17:04] welcome LordDragon [17:04] im running kubuntu 22.04.1 and suddenly the "Additional Drivers" settings has the "Apply Changes" button grayed out no matter what gpu driver i select [17:05] did I somehow manually install a driver that disables that functionality? [17:05] or is that a known bug maybe? [17:06] LordDragon: you can try ubuntu-drivers in a terminal [17:06] ravage: that one doesn't let choose a specific version though [17:06] it's autoinstall or nothing [17:07] actually autoinstall is deprecated [17:07] LordDragon: between wich drivers can you choose? [17:07] for what GPU ? [17:07] "sudo ubuntu-drivers list" "sudo ubuntu-drivers install " [17:08] ravage: I have never been able to get the "install" command to work. ive tried all sorts of syntax but it never works even though the "list" and "devices" command totally lists everything [17:08] maybe related with your -oem kernel? [17:08] install Install a driver [driver[:version][,driver[:version]]] [17:08] what error do you get? [17:08] also, without proper info what gpu, any answer could be valid [17:09] oerheks: it's an NVIDIA 3070 ti [17:09] the nvidia-driver-520 is the one im looking to install [17:09] ravage: i get this error: All the available drivers are already installed. [17:10] ok. that may be the case [17:10] oerheks: also nah, ive never been able to get the "install" parameter to work on ubuntu-drivers, even with standard generic kernels [17:10] remove all nvidia packages and try again [17:10] ravage: its not installed as confirmed using dpkg to search [17:11] also 520 didnt exist since last time i tried to use the CLI to update gpu drivers [17:12] maybe you give us all the information and things you tried first [17:12] the last time i tried to research it, the best I could understand, you need to somehow include kernel header version information or something with the "install" command [17:13] and i only see the 520 open driver [17:13] that never really worked for me [17:13] im still on 515 [17:13] !info nvidia-driver-520 jammy [17:13] oh its there [17:13] nvidia-driver-520 (520.56.06-0ubuntu0.22.04.1, jammy): NVIDIA driver metapackage. In component restricted, is optional. Built by nvidia-graphics-drivers-520. Size 458 kB / 1,615 kB. (Only available for amd64, arm64.) [17:14] but it failed last time i tried. was a while back though [17:14] the "open" drivers are new to me as well. whats the difference between those and the standard meta ones im familiar with? [17:14] its saturday night and i have nothing else to do. lets try. brb i hope :) [17:14] lol ravage. may the odds ever be in your favor :) [17:16] the "-open" drivers are the ones where nvidia moved most of the actual driver to the firmware blob and only left its instrumentation in the driver package, and open sourced that. [17:17] hmm. any advantages to running that one if you aren't a developer? [17:18] it is young, i would not expect that to work flawless, yet [17:18] ok :) [17:18] (but i have not tried, or read up on it) [17:22] brothers [17:23] what can we do for you mearvk ? [17:23] can anyone help with the download portion of the Thunderbird Email client? [17:23] i have the port open [17:23] server seems fine is what i mean [17:23] ok. switching via the GUI failed with an error "message". actually just a popup with a big X but no message [17:23] removed all 515 packages and manually installed 520. booted just fine [17:24] mearvk: you can download thunderbird using apt. [17:24] or snap [17:26] oh...show me that [17:27] thunderbird is installed standard, no? [17:27] on ubuntu desktop for sure [17:27] unless you choose the minimal install [17:28] sudo apt update && sudo apt install thunderbird [17:29] What about the ' i have the port open' part? [17:32] surely, mearvk is telling us that the egress firewall is configured to allow traffic to their configured apt mirror on ports 80 and/or 443. [17:32] Ports 143 and 587 [17:32] well, possibly. or something else. [17:35] !details | mearvk please [17:35] mearvk please: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [17:35] :D [17:35] one sec [17:35] is it possible to upgrade from 22.04.1 to 22.10 ? [17:36] LordDragon: yes [17:36] but keep in mind you leave the LTS path. you have to upgrade every 9 months to stay on a supported version [17:36] * LordDragon nods [17:37] is it using do-release-upgrade command? [17:38] LordDragon: https://i.imgur.com/nitUnd3.png last option [17:38] the do-release-upgrade should find 22.10 [17:39] or you can change it in /etc/update-manager/release-upgrades manually [17:39] ravage: already set to normal. i changed the setting via terminal but yeah, the last option says "Normal Releases" [17:39] do-release-upgrade says this [17:39] Checking for a new Ubuntu release [17:39] Upgrades to the development release are only [17:39] available from the latest supported release. [17:40] run proper updates first, before do-release-upgrade [17:40] already did [17:41] "All packages are up to date. [17:41] " [17:41] what is the exact command you ran to produce the output you pasted here? [17:42] sudo do-release-upgrade -d [17:42] and you ran this why? [17:42] well ravage just suggested it [17:42] where? [17:43] oh hmm. i guess i saw the -d flag part from google. apparently that flag is wrong :) [17:43] thanks for reading your man page ;) [17:43] Does Courier-MTA care if we check IMAP via 25/143? [17:44] tomreyn: theres a time to read man pages, and then there isnt ;) [17:44] with 25 yes, there is no provider using that old port [17:44] and not as an imap port at all i hope [17:45] Thunderbird POP3: 110, 995 IMAP: 143, 220, 585, 993 SMTP: 25, 587 [17:45] LordDragon: it is nice, recommendable, almost expected, that you read your man page before you ask here, though [17:46] Right ok [17:48] tomreyn: I respect that. jokes aside, there are man pages and then there are MAN pages. i mean some commands are very complex and ALOT of reading and sometimes its nice to have a community to just ask a specific question and maybe someone can stare you at the exact bit you need to pay attention to :) [17:48] steer* [17:49] im so sure [17:49] LordDragon: and that just happened, even though this man page is really short and simple. [17:49] tomreyn: you are right about that. in this instance, i was frustrated and didnt check. i apologize for not double checking the relevance of that flag [17:50] its humming along with the upgrade now. thanks all :) [17:51] LordDragon: no need to apologize, i'm just trying to suggest how to work around such situations in the future. i'm glad we could help here. [17:52] it seems these -oem kernels are geared towards people running brand new hardware (usually commerically sold machines) and often may break things. some people recommend running the latest -generic ones instead [17:52] LordDragon: i.e. don't take every tutorial you run into for granted, many are misleading. sometimes a bit, sometimes very. [17:52] (and others are really good, unfortunately it's difficult to tell those apart.) [17:53] LordDragon: https://wiki.ubuntu.com/Kernel/OEMKernel [17:53] tomreyn: totally accurate. especially certain tasks are very circumstance-specific and you cant trust the command tutorial gives is the right one for yours [17:56] y [17:56] oops. wrong window [18:17] #list [18:18] @list [18:18] !alis | mauro [18:18] mauro: Alis is an IRC service to help you find channels. For help on using it, see «/msg Alis help list» or ask in #libera - Example usage: «/msg Alis list http» [18:26] hi [18:27] welcome Dokuz [18:27] i have problem [18:27] i cant connect my ubuntu vps [18:27] Dokuz: please state your ubuntu version and problem clearly =) [18:27] i try wrong [18:28] command and icant connect my vps [18:28] sudo ufw allow from 1.2.3.4 [18:28] I guess that's why I can't connect [18:29] Use the Droplet Console for native-like terminal access to your Droplet from your browser. Here is the list of supported OSes for the new console [18:29] also i cant connect from digitalocean [18:29] Dokuz: you'll need to reach out to digital ocean for support with accessing your droplet from their console [18:30] ok [18:32] * enyc yawns! === mauro is now known as Xairon [18:45] I provided the link from digitalocean [18:45] Dokuz: you need to contact Digital Ocean [18:46] there is a #digitalocean channel here on #libera [18:46] ruledeleted [18:46] leftyfb [18:47] I'm in vps right now but I'm getting time out error with putty [18:47] why [18:48] Dokuz: can you access your VPS in any way? [18:48] yes [18:48] Dokuz: ok, disable ufw [18:48] and make sure ssh is running [18:50] ah ok :) [18:50] its ok [18:50] done [18:51] my ircd server is working but i can't connect [18:51] firewall disabled but why block [18:51] Dokuz: is ssh running? [18:51] yes [18:51] can you ping it's public ip? [18:52] can the VPS ping out to the internet? [18:52] yes [18:52] I asked multiple questions [18:54] Did you ever connect? [18:54] yes [18:54] I wanted to open a port for anope, it's closed [18:55] Dokuz: can you ssh to your VPS? [18:55] Why are my added ports not opening? [18:56] yes im in vps with putty [18:56] Dokuz: if you disabled ufw, then you don't have firewall rules in place to block anything [18:56] Dokuz: sudo iptables -L n | nc termbin.com 9999 [18:58] iptables v1.8.7 (nf_tables): chain `n' in table `filter' is incompatible, use 'nft' tool. [19:00] why icant use my ircd [19:00] its working but i cant connect my ircd [19:00] Dokuz: sudo ufw status | nc termbin.com 9999 [19:01] https://termbin.com/nrmw [19:02] Dokuz: sudo lsof -i :6697 | nc termbin.com 9999 [19:02] Dokuz: also sudo lsof -i :6667 | nc termbin.com 9999 [19:03] https://termbin.com/gtlp [19:04] ipv6? [19:04] hm [19:04] need ipv4 [19:04] it's running and listening on ipv6 [19:04] how i can change to ipv4 [19:05] Dokuz: you'll need to read the documentation for that [19:12] this about ircd or ubuntu ? [19:13] ircd [19:17] leftyfb: in DigitalOcean disabled ipv6 [19:17] now working [19:24] Dokuz: please do not PM === pong_ is now known as pong [21:25] any word on when the "ubuntu software" app update bug will be fixed [21:30] mort: Bug report number? [21:30] I mean the one extremely obvious one, the one where any time you hit "update all" it just shows an error message because apps are running [21:31] !bug | mort [21:31] mort: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [21:31] I don't know if there's a bug report number but anyone using ubuntu has surely seen this at least a few times [21:34] mort: trying to run multiple software apps at once? [21:34] no? [21:35] https://p.mort.coffee/lxG.png I'm talking about this dialog [21:36] if you close firefox and try again it'll complain that snapd is running and you can't close snapd other than through the command line [21:36] but that whole thing is just obviously very broken [21:36] mort: Maybe it's not a bug. Maybe it's just you. [21:37] you mean I'm imagining this? [21:37] mort: I would report it as a bug [21:37] mort: No, I would think it's really happening, but you haven't dug deep enough to figure out why, and it's happening because of something on your system. [21:37] looks like https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1995898 [21:37] -ubottu:#ubuntu- Launchpad bug 1993135 in snapd (Ubuntu) "package snapd (not installed) failed to install/upgrade: »installiertes post-removal-Skript des Paketes snapd«-Unterprozess gab den Fehlerwert 1 zurück" [Medium, Fix Committed] [duplicate: 1995898] [21:38] this is on Bionic? [21:38] kinetic [21:41] I had hoped it would be fixed before kinetic was released, since it has been an issue for a long time [21:42] the bug was just reported a little over a week ago. several weeks after kinetic was released [21:42] well, it has been there for months [21:43] most snap issues are firefox. if you closed firefox and run updates, should work. [21:43] mort: reporting bugs helps them get fixed [21:44] oerheks: it's the terrible ergonomics I'm talking about though [21:45] if the error message said something like "You must close firefox to install the update" that would be better (even if that still wouldn't be great, why even require firefox to be closed? There are ways for an upgrade system to safely install upgrades without having to close the app) [21:46] mort: to be clear. This channel is capable of things like helping to fix something that is misconfigured or pointing to documentation or work around bugs temporarily. This channel cannot fix bugs. If you find something that is clearly a bug, you need to report it. Complaining about it here will not get it fixed any sooner [21:46] the way snap works you can update the application while it is running [21:46] that wont change [21:46] when an end user is expected to see the error message frequently (as in, the system is literally designed such that the most obvious use will result in the error message), the error message should probably be written with that in mind [21:46] mort: report the bug [21:46] *cant [21:46] ravage: I know it won't change, that doesn't make it any less of a stupid engineering decision [21:47] well. report the bug or mark yourself as affected. or even send a fix. [21:47] mort: please give back by reporting bugs [21:48] mort: good luck [21:48] I try to report bugs in the hope that they get fixed, but they never get fixed before the major version they affect is shipped [21:48] seemingly regardless of how significant they are [21:49] bugs of the kind "this popular application segfaults at launch for all users" or "users of this popular GPU brand will have their system bricked during update if they have auto login enabled" don't get fixed before at least half a year after release [21:49] !discuss | mort [21:49] mort: 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! [21:50] if you don't file a bugreport, it will never get fixed. then your argument is invalid. [21:51] those two examples were from bugs which were reported early in the beta cycle for a new release [21:52] mort: Some things that will "bump" the recognition of bug reports are if you can reproduce the bug on a different machine, or if other people also report the same bug (possibly with added details). [21:53] the current process allows "all nvidia users with auto login enabled has their machine bricked" to go unfixed for a year. [21:54] mort: https://bugs.launchpad.net/launchpad [21:54] mort: report a bug there against launchpad [21:54] about your issue with reporting bugs [21:55] mort: You need to understand, this channel is all volunteers from the community who help people with issues with ubuntu. It is not assumed that any Ubuntu devs or Canonical employees are in this channel. Even if they were, this is not the place to engage them. [21:55] I get it, I'll shut ip [21:55] shut up* [21:58] it just sucks so bad when you've been trying to introduce your sister to linux, they have ubuntu on their machine and use it sometimes, and you have to go tell them, "don't update to the newest version they just released, I reported a bug 4 months ago that's still not fixed about how the new version bricks all users with nvidia cards", it makes [21:58] this whole thing look like a clown show [21:58] -ubottu:#ubuntu- Bug 4 in Launchpad itself "Importing finished po doesn't change progressbar" [Medium, Fix Released] https://launchpad.net/bugs/4 [21:58] you don't have to respond to that, it's just an explanation of why this broken process is kind of emotional [21:58] hi [21:58] mort: I do not recommend updating every 6 months to the "latest". Stick with LTS releases which are supported for longer and are more stable [21:58] Is there a personnel tracking program for facial recognition personnel entry? cloud web? [21:59] I'm sorry, but using packages which are 2 years out of date is insufferable [21:59] mort: So don't suffer. Contribute. [21:59] THAT'S WHAT I'VE BEEN TRYING TO DO [22:00] mort: Complaining is not contributing. [22:00] mort: I've been using Ubuntu since 2007. I've stuck with only LTS releases since 10.04. No issues here with "packages which are 2 years out of date" [22:00] but when critical bugs are reported upstream in a timely manner during the beta period, and the bug report gets no attention until long after the critical bug is released, it feels useless [22:00] !discuss | mort [22:00] mort: 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! [22:00] leftyfb; lucky you [22:01] ravage: I'm responding to what other people are saying. Surely that's allowed. [22:01] mort: feel free to continue the rant in #ubuntu-discuss or #ubuntu-offtopic. [22:02] jhutchins: when you're saying "contribute", you mean by reporting bugs, right? [22:02] since AFAIK there's no way to contribute code to ubuntu [22:02] you contribute code to the various projects which make up ubuntu, but most of those are on other git repos and contributions there won't make it to ubuntu for half a year [22:02] !contribute | mort [22:02] mort: To contribute and help out with Ubuntu, see http://community.ubuntu.com and https://wiki.ubuntu.com/ContributeToUbuntu [22:03] mort: You can contribute code to most projects, often up-stream. You can also contribute code that addresses specific bugs by posting your contribution to the bug report. [22:03] ok now you're not reading what I write [22:03] mort: Even identifying the sections of code responsible for a bug is a contribution. [22:03] mort: you've been told that complaining is offtopic here. Multiple times across multiple years. Please discontinue the discussion here and continue it in either #ubuntu-offtopic or #ubuntu-discuss [22:04] leftyfb: sure, once people stop starting discussions with me here [22:04] it takes two to discuss after all [22:32] seems this is not working/ enabling pitch compensation checkbox. Any solution? https://askubuntu.com/questions/1157603/kdenlive-speed-up-the-audio-and-video-without-losing-pitch [22:33] Sircle: What's your source/input? [22:34] jhutchins am.. a recording made by obs studio [22:34] and audio is made by audacity by the way [22:34] in some vidoes and built in in others [22:35] rubberband-cli installation was futile as well [22:36] Sircle: That doesn't really say what the input format is, some formats may be more friendly to manipulation than others. [22:36] hi guys - I just installed newest Xubuntu [22:36] jhutchins mp4 [22:36] What is the chance of hacker attack on Linux? [22:36] JamesPrada: 42 [22:36] !ot | JamesPrada [22:36] JamesPrada: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [22:37] Once in public library someonce hacked my distribution and made it unable to run. Since then I am always having LIVE stick. [22:37] JamesPrada: please take it to #ubuntu-offtopic. This is a support channel [22:38] ' my distribution' .. [22:40] Sircle: I think the audience here that knows kdenlive is pretty narrow. It's not a big enough project to support it's own irc channel, but there is a forum, and there is a mailing list. Not sure which of those is more active, but you'd have better luck there. [22:40] https://mail.kde.org/mailman/listinfo/kdenlive [22:40] jhutchins thanks [22:40] https://forum.kde.org/viewforum.php?f=262&sid=f5ce3f74eb3175e30dc5d406746de3b3 === kostkon_ is now known as kostkon [23:48] Hi! What would be best practice in Ubuntu if I easily want to switch between two different vlans? [23:52] ericus: I would manually configure two profiles one for each [23:55] it also depends if they're tagged or not. Otherwise, you can just set a static ip on one of=r the other