[00:00] Description: Ubuntu 20.04.3 LTS [00:00] snow: remove/purge all of the mariadb packages you've installed, remove the mariadb PPA and install the mariadb package from the official ubuntu repos [00:00] i reccomend using mysql [00:00] https://launchpad.net/maria/+packages [00:00] https://bpa.st/4RCA [00:00] Jay_2025: please stop [00:01] mysql is number 1 for a reason [00:02] Jay_2025: stop [00:03] leftyfb i did but not working [00:03] jay, mysql isnt even in ubuntu anymore, replaced by mariadb [00:03] snow: what commands did you run to purge the packages and repo? [00:04] sudo apt remove --purge mariadb-server mariadb-client [00:04] how i can make tag for you using @ ?? [00:04] im using on a rpi 5 on ubuntu on arm rn [00:05] snow: grep mariadb /etc/apt/sources.list.d/*.list to find the file what that ppa in it [00:05] then remove it [00:05] its how parts of my site work good ol mysql jnet2025.ddns.net [00:05] !ot > Jay_2025 [00:06] Jay_2025: Please see my private message [00:06] https://bpa.st/S7RQ [00:06] snow: please run this: ( uname -a ; cat /etc/os-release ; cat /etc/issue ; apt list --installed mysql* mariadb* ; ls -l /etc/apt/sources.list.d/ ) | nc termbin.com 9999 [00:06] cool story [00:07] (oh i was wrong above, mysql-server is still in ubuntu, sorry, probably mixed up with debian) [00:07] check the link [00:07] https://bpa.st/ULYA [00:08] as i said its number 1 will never die! [00:10] snow: sudo apt remove --purge mariadb* [00:10] snow: and sudo apt remove --purge mysql-server [00:10] https://bpa.st/N5VQ [00:11] snow: sudo rm /etc/apt/sources.list.d/archive* /etc/apt/sources.list.d/mariadb.list [00:11] and after that ? [00:11] did you run all of the commands I've given? [00:12] yes [00:12] snow: after them all: sudo apt update [00:13] check the line from 154 [00:13] https://bpa.st/F5BQ [00:13] All packages are up to date. [00:13] snow: then ( you can paste the resulting termbin.com url here): ( uname -a ; cat /etc/os-release ; cat /etc/issue ; apt list --installed mysql* mariadb* ; ls -l /etc/apt/sources.list.d/ ) | nc termbin.com 9999 [00:15] a basic command .. [00:15] no [00:16] Ezpartano: welcome. What can we help you with? [00:16] !ask [00:16] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [00:17] did it showed for you ?? [00:17] snow: you didn't post anything [00:17] try again and show the paste [00:18] i did [00:18] it might differ [00:18] nope, you performed;sudo rm /etc/apt/sources.list.d/archive* /etc/apt/sources.list.d/mariadb.list [00:18] so... [00:18] snow: https://paste.ubuntu.com/p/mFXtNnKySJ/ [00:19] snow: you haven't posted anything since "All packages are up to date." [00:19] https://termbin.com/767k [00:19] you mean like that ? [00:20] yes [00:20] snow: sudo apt remove --purge mysql-common [00:21] you want after this command the resault ? [00:21] nope [00:22] done then [00:22] snow: now, why do you need mariadb? [00:22] hmm https://launchpad.net/ubuntu/+source/curtin/20.1-2-g42a9667f-0ubuntu1~20.04.1 [00:22] why that ppa? [00:22] need to run pterodactyl localhost [00:22] for server manager [00:23] so it is important for install [00:23] sudo apt install mariadb-server [00:23] pterodactyl ? [00:24] for debian/ubuntu?? [00:24] the same problem [00:24] Its a game server web panel [00:24] yes game server [00:24] oh,, unrelated [00:24] Funny to see it show up on IRC, they're typically in discord land [00:25] Gnome 😆️ [00:25] snow: pastebin the error and also: apt-cache policy mariadb-server [00:25] el: he's back [00:27] https://bpa.st/MC6Q [00:27] n [00:28] https://bpa.st/JMOQ [00:29] leftyfb: if you want i can give you remote to my server ? [00:29] snow: that's not how we do things here [00:29] focal and noble,, [00:30] oerheks: why are you saying focal and noble? [00:30] do not mixc sources [00:30] sorry [00:31] snow: apt-cache policy libdbd-mysql-perl libmariadb3 libmysqlclient21 liburing2 mariadb-client mariadb-client-core mariadb-common mariadb-plugin-provider-bzip2 mariadb-plugin-provider-lz4 mariadb-plugin-provider-lzma mariadb-plugin-provider-lzo mariadb-plugin-provider-snappy mariadb-server mariadb-server-core mysql-common [00:31] You may just want the database in a docker container [00:32] https://bpa.st/6W5A [00:33] :/ [00:33] no not working in docker container just [00:33] snow: grep focal /etc/apt/sources.list* [00:33] https://bpa.st/YODQ [00:34] snow: cat /etc/apt/sources.list [00:34] https://bpa.st/Y5FA [00:36] snow: sudo rm /etc/apt/sources.list && sudo apt update ; sudo apt remove --purge mysql* mariadb* && sudo apt install mariadb-server [00:37] tha same ): [00:37] https://bpa.st/Z2NQ [00:37] try apt --fix-broken install ?? [00:43] Any solution ? [00:43] hi [00:43] hei [00:44] any expert i need fix some problems in ubuntu [00:54] snow: I was attempting to find more info using containers but discovered I'm having issues that I need to resolve first === antonispgs7 is now known as antonispgs === bvi_ is now known as bvi === root is now known as Guest3844 [06:27] i have ubuntu 24.10. until recently when trying to wake up from suspend the ubuntu sometimes failed and resets (reboot) itself. the journalctl of last 1 boot does not show any error. [06:27] kernel: PM: suspend entry (deep) [06:27] where else i can look for? [06:34] realivanjx: while written for arch linux (there are some differences), some of these may help: https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate#Troubleshooting [06:34] also a bios update may help [06:35] also check the journal at the time the system wakes up and fails to resume, in case there are any logs there. [06:35] thank you. i will read the link later [06:36] the last log of -b -1 is that "suspend entry (deep)" [06:36] with just -b i get the current boot without any error [06:50] Help please - I have a BTRFS system and unfortunately I just experienced an abrupt power cut because my UPS suffered a catastrophic failure [06:51] And my system was up and I have btrfs [06:51] I am terrified of the possibility that something is damaged because I am using btrfs [06:52] And the system just was hard reset [06:53] What can I check [06:54] do you have backups? [06:54] I have only a small backup [06:55] you should have backups of all data that's important. i suggest to set a reminder to fix this once this the current issue is solved [06:56] normally, file systems will undergo automatic repair on boot (if needed), and often that's just enough. have you tried this? [06:56] I want to set up online drive sync with Google Drive but they only have Windows App [06:56] Unfortunately no I did not try that - how do I do the automatic repair? [06:57] you power on the computer [06:57] Are you saying it already happened? Then what should I do? [06:57] Yes it is on now I am actually using it [06:58] so automatic repair succeeded, continue with setting up proper backups. [06:58] Thanks [06:59] there are most likely clients for google driver on linux as well. i just don't know what they are called. apt-cache search 'google drive' may be a start [07:00] Should I check anything to ensure that there is no long term damage that will surface later? I heard somewhere that BTRFS is not as strong as EXT4 which I had before I reformatted [07:02] i think there is /var/log/fsck/ which may have log files in it. [07:02] other than that you could also look at journalctl -b and look for "fsck" or "btrfs" in there [07:03] also look for /run/initramfs/fsck.log === mrpond8 is now known as mrpond [08:24] il y a un bug avec la gestion des dates sur ubuntu, on ne peut pas noter librement les années dans l'infini, ce qui fait qu'on est piegé et on ne peut pas aller sur n'importe quel site et serveur et autre réseau avec d'autre dates. [08:24] ce qui fait buger firefox aussi. [08:34] vous nous fournissez des vieux O.S bugé au compte goute dans cette bulle internet, comme les viux broles d'objets vendu aux pays emergent, bref y a un bug avec la dernière version d'ubuntu, on ne peux pas changer les années comme ont veut pour être syncho avec des sites des serveurs et d'autres réseau qui n'ont pas comme date 2025, ce qui fait que je suis en cage sans pouvoir avoir accès à d'autres choses. [08:50] moi je n'ai pas envie de rester en cage avec des cons, mais ailleur avec ceux qui savent s'amuser, avoir du plaisir, de l'amour et qui ont de l'humour de haut niveau et libre de tout. [08:56] je paris aussi que vous n'avez jamais été sur secondlife avec ubuntu vu que tout les clients secondlife sur ubuntu ne fonctionnent pas et rien à voir avec la carte graphique, car si c'est pour voir une image 2D on peut parfaitement jouer avec VLC !!!!! [08:56] !fr|Groot [08:56] Groot: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper «/join #ubuntu-fr» ou «/join #ubuntu-qc». Merci. [09:09] quoi ogra, tu crois que je vais perdre mon temps à apprendre du yahourt pour parler en yahourt pour me faire comprendre? t'inquiette ici il y a des gens qui parlent très bien le français. [09:17] comme je suis en cage, je rage un peut, mais t'es comme des cons d'ici qui veulent nous faire apprendre par la force, leur yahourt pour parler du yahourt et qui de toute façon en français veux dire la même chose une fois décodé, si tu crois franchement que je vais emagasiner du yahourt en toute les langues de l'univers en perdant mon temps, tu te fois le doigt dans l'oeil. Tu peux très bien le voir avec les langages de [09:17] programmation, la finalité de tout les langages, font la même choses à l'écran.... tu veux que je te parles en yahourt asm, c++ ou en binnaire pourquoi pas? non mais.... [09:20] what's french for "wow great rant?" [09:28] rfm > " coup de gueule " ;o) [09:35] <[twisti]> i was under the impression, and older various older posts seem to suggest it was like that at some point in time, that ubuntu pro had afree tier for users with up to 5 machines, but checking the website now, i cant find it. has that been removed, am i misremembering, or was that something entirely different ? [09:36] !pro [09:36] Ubuntu Pro is a service offered by Canonical for expanded CVE patching, ten-years security maintenance and optional support. Anyone can use Ubuntu Pro for free for personal use on up to 5 machines. For details please see https://ubuntu.com/pro and https://discourse.ubuntu.com/t/ubuntu-pro-faq [09:38] <[twisti]> ah, personal use only, that rules me out, thanks [09:44] [twisti], that's nonsense (WE NEED TO FIX THAT FACTOID) ... YOU XCAN USE IT FOR BUSINESS [09:44] argh [09:45] sorry for the caps, my capslock key went wild [09:50] (see the discourse link for more info, the free tier is explicitly also for small business use up to 5 machines) [09:58] ogra_, indeed that should be stated more clearly. 'anyone' [09:59] <[twisti]> ogra_: ill read up, thanks [09:59] <[twisti]> i only use it for a development wsl instance, nothing outward facing, so i dont see my company paying for it [10:00] yeah, don't worry, this is exactly what the free tier is for === Hannah6581 is now known as Hannah6581R4AR [13:11] i all [13:12] Hi all [13:13] :-) [13:13] hey oerheks [13:43] hello? === EgonX_ is now known as EgonX [14:05] hello [14:06] :-) === Guest74 is now known as sammy === Guest74 is now known as sammy74 [15:24] welcome [15:26] :-) === Reo` is now known as Reo_ === Reo_ is now known as Oreo === Oreo is now known as Reo === Reo is now known as Reo` [15:49] ? [15:49] hello? [16:04] hi [16:04] hello [16:22] is there a way to change ufw firewall rules transactionally? === zer0bitz-_ is now known as zer0bitz- [16:24] no [16:25] not with ufw itself [16:25] that requires more sophisticated tooling around nftables [16:25] u stands for uncomplicated 🙂 [16:27] or unfortunate [16:27] figured [16:27] with nftables, it's easy [16:27] no. it stands definitely for "uncomplicated" [16:41] yeah i know, i was just being facetious :) [16:47] and it is good at what it does. it just doesn't lend itself to automation, unfortunately :/ [16:48] https://github.com/ipr-cnrs/nftables [16:49] well, like i said, nftables has -f to receive a file with rules, so it's easy to replace all rules atomically [16:49] so problem solved [16:49] we just have pre-existing ufw rules everywhere [16:53] so we will have to translate them to nftables or something else that supports atomic rule changes === joe is now known as Guest4417 [17:10] Good afternoon folks! Can anyone advise how to get the touchpad indicator? I am facing an issue when typing [17:15] Guest4417, for gnome? [17:15] https://extensions.gnome.org/extension/5292/quick-touchpad-toggle/ [17:16] also snome-tweaks has something like this [17:16] c/gnome-tweak [17:17] !info gnome-tweaks [17:17] gnome-tweaks (46.0-2, noble): tool to adjust advanced configuration settings for GNOME. In component universe, is optional. Built by gnome-tweaks. Size 56 kB / 400 kB === joe is now known as Guest2014 === arraybolt3_ is now known as arraybolt3 [21:41] yes [21:53] Please, can anyone advise me how to add my ubuntu account to a group. currently i am in adm cdrom sudo dip plugdev users lpadmin [21:55] ubuntu account? as in launchpad account? or user account? [21:56] i see no way to do so.. [21:56] my pc user account [21:57] my account is named robert.  i want to add my account to vboxusers [21:58] i just looked thru my ubuntu install, it seems there is no user/group management gui that comes with it [21:58] so you can just do it from a terminal... i'd have to look up the syntax, as could you.... [21:58] if you add a group vboxusers, or it exists, 'groups' would show it. [21:59] sudo adduser user_name new_group [21:59] i only see the groups i am currently in when i run groups [21:59] yes [21:59] so how can i add myself to vboxusers [22:00] sudo adduser user_name vboxusers [22:01] enigma i am not adding a user [22:02] good to know, never thought you were [22:02] thought you wanted to add a user to a group [22:02] are you confident in this sudo adduser robert vboxusers I am so sorry i'm just terrified to mess something up [22:03] yes, i am confident, but feel free to read the man page yourself [22:03] so you can also be confident [22:03] ok i will initiate the command [22:04] thank you so much! [22:04] let me see... [22:04] if groups show vboxusers, you are in it : getent passwd vboxusers [22:06] that being said, could this be an xy problem, i've installed and used virtualbox in the past, never had to mess with groups myself [22:06] but, i guess you'll know if this solved your issue shortly [22:06] when i robert@eire:~$ sudo adduser robert vboxusers i get info: Adding user `robert' to group `vboxusers' ... so then i did robert@eire:~$ groups and i get robert adm cdrom sudo dip plugdev users lpadmin so i type robert@eire:~$ getent passwd vboxusers and there is no output from that command [22:07] you may have to restart something? im guessing tho. like restart terminal, or desktop, or pc [22:07] ok let me  restart terminal.. [22:08] terminal works if its a variable that gets loaded by shell [22:08] same thing. i will restart computer [22:08] brb [22:08] .. [22:08] but if its something that gets loaded by desktop or something, gotta restart that... and sometimes whole pc, i never know, but glad reboots are fast :) [22:12] ok i restarted and ran the groups command and it shows that i am in the vboxusers group now.  for future reference is getent passwd vboxusers part of the procedure to add my account to the group or will sudo adduser robert vboxusers suffice.  i get no output at all when i run the command getent passwd vboxusers [22:13] and groups? [22:14] robert adm cdrom sudo dip plugdev users lpadmin vboxusers [22:16] what does getent passwd vboxusers do exactly === ubuntu_4321 is now known as ubuntu4321 [22:17] username, user ID, group ID, home directory, and default shell. [22:17] and more [22:18] https://www.geeksforgeeks.org/getent-command-in-linux-with-examples/ [22:18] why is there not output? [22:18] it doesnt say anything what it did [22:19] i am looking at the man page and it is way over my head.  let me look at the url you provided oerheks [22:22] ok looking at that URL i changed it to getent group. now i have output,  and regarding the vboxusers group i see vboxusers:x:125:robert [22:23] oke [22:26] so i guess i understand that the getent passwd vboxusers doesn't  yield useful information but getent group does.  so in the future if i have to reinstall virtualbox i will install it, reboot to enroll the secure boot key, add  myself to vboxusers, restart, verify with getent group.  piece of cake [22:27] did getent passwd vboxusers change anything on my computer that i would need to reverse? [22:28] getent just retrieves information from databases right? [22:28] jups [22:29] getend does not touch anything [22:30] i am looking at the  url you provided and i realize how i lived without getent before.  it is a powerful tool. thank you for telling me about  it [22:31] have fun! [22:32] u too bye now === UwULibrarian is now known as liceDibrarian