[00:27] yes [00:27] no, i love snaps. [01:56] hello, on a folder I see an icon. A green circle with 3 white circles connected by two  lines. I suppose it looks like the share icon you'd see in android. Does anyone know what this means? [02:06] https://ubuntucommunity.s3.dualstack.us-east-2.amazonaws.com/original/2X/0/0de2d284f1ea4a25a9fc73d15e55a79bab025c3e.png [02:06] Here is a picture of the icon [02:11] Let me try to re-word that.. In this image: https://ubuntucommunity.s3.dualstack.us-east-2.amazonaws.com/original/2X/0/0de2d284f1ea4a25a9fc73d15e55a79bab025c3e.png  There is a green icon over the test folder. What does this green icon mean? [02:12] webchat36, its a shared folder over the network [02:13] ah thank you === chris14_ is now known as chris14 === GenericPlayer2 is now known as GenericPlayer [04:34] ... [04:52] ping [06:07] How do I install the man pages for packagekit and packagekitd ? [06:13] pickanick: you don't [06:19] because it's best to just remove them from the system?= [06:20] I was wondering why it seems on bootup packagekitd sits on the lock for far longer than it takes apt update to run. [06:20] huh? [06:21] Are you saying that there are no man pages for packagekit and packagekitd, or there is no point to reading them? [06:22] there are no man pages [06:23] Let me guess, a .CHM file [06:23] huh? [06:24] (please disregard that) [06:32] I was wondering why on boot it seems packagekitd sits on the lock for far longer than it takes apt update to run. What is it doing? [06:35] Asking because it blocks the use of apt for an unpredictable time. [06:35] !info packagekitd [06:35] Package packagekitd does not exist in mantic [06:36] wonderful [06:39] pickanick: it's packagekit as the package .. ' apt show packagekit ' for info. [06:39] https://www.freedesktop.org/software/PackageKit/gtk-doc/PackageKit-Offline-Updates.html says "Functions for perform offline updates" [06:40] * pickanick runs 'apt install packagekit-docs' [06:40] Thank you Bashing-om and rbox [06:41] Where to find in the logs if offline updates were being run? [06:42] somewhere in /var/log/apt/ most likely [06:43] that's if you mean "unattended" [06:45] looked there in /var/log/apt/ w/o success; history.log gives interactive apt invocations, term.log seems to be terminal output of the same, eipp.log.xz seems to be a list of packages, everything else is old [06:46] i think term.log should have everything [06:47] you could also check journalctl, there may be logs there from packagekit specifically [06:47] (which you could filter for) [06:51] PackageKit[]: refresh-cache transaction /6306_baacbcdc from uid 1000 finished with success after 2862100ms [06:53] so packagekit has two backends, apt and aptcc, i assume the latter would not log to term.log, but not sure. [06:53] and i don't know which one is default on ubuntu (debian wiki says it defaults to aptcc) [06:54] making a choice not to use packagekit is an option, and IMO a reasonable one. [06:54] there is nothing in term.log that didn't get echo'ed to screen, except some control codes. [06:54] That's ~48 minutes to refresh-cache, would it be using the same sources.list as apt ? [06:55] i would think so, yes, but i know too little about packagekit to comment, please refer to the documentation you identified. [06:56] (and sorry, i missed the link you posted for "offline updates" earlier) [06:57] that's why I called them "offline updates" instead of "unattended" :) [06:57] yes, i just realized this, nd that made me say "sorry" [06:58] what's your goal in using packagekit? [07:00] It came installed by default, seemed to be unintrusive, unattended security upgrades seemed like a good thing. [07:01] Recently getting annoying [07:01] yes, unattended upgrades is a good thing. personally, i prefer unattended-upgrades for this. [07:02] i think those boot-time upgrades are a packagekit thing only. [07:02] but then i'd prefer those upgrades to happen *before* reboot [07:03] yes or at least have the choice of "shutdown now" vs "upgrade and shutdown" [07:03] Thing is that I like to defer desktop updates until I'm not in the middle of working on something, because they have the capacity to make my graphical session unusable. [07:04] unattended-upgrades can be configured to run before shutdown/reboot [07:04] it will increase the reboot time, of course [07:08] unattended-upgrades is [installed,automatic] [07:09] tomreyn : how does one configure it? [07:09] pickanick: in /etc/apt/apt.conf.d/ [07:10] + there is a systemd .unit and .timer [07:19] I see /etc/apt/apt.conf.d/50unattended-upgrades but no .unit nor .timer files [07:22] systemctl list-units unattended-upgrades.service [07:22] "systemctl status unattended-upgrades.service" reports "active (running)" [07:23] apparently i was wrong about the timer [07:26] so now it's not clear to me whether the checkbox in [KDE] "Software Update" for "Use offline updates" uses unattended-upgrades.service or packagekit-offline-update.service (which is currently inactive (dead)) [07:27] or whether these two services contend for the lock [07:32] unattended-upgrades.service seems to write to journalctl only the following: "systemd[1]: unattended-upgrades.service: Deactivated successfully." & "systemd[1]: Started Unattended Upgrades Shutdown." [07:34] I wish things were more transparent [07:34] tomreyn: so do you erase PackageKit and just use unattended-upgrades.service ? [07:55] pickanick: personally i would, yes. but i'm a special snowflake, not the average desktop user, so your mileage may vary. [08:04] got that five-O double up niggaaaaaaaaaaaaaaa [08:05] (niggaz wit attitude lyrics) === remy_ is now known as Remy [08:21] !ot > veegee [08:21] veegee: Please see my private message [08:57] Hello everyone! I would like to install gcc-13 (well... build-essential) on Ubuntu mantic. I can install gcc 9, 10 or 11 OK. 12 and 13 fail like this: [08:57] Preparing to unpack .../gcc-13_13.2.0-4ubuntu3_amd64.deb ... [08:57] Unpacking gcc-13 (13.2.0-4ubuntu3) ... [08:57] dpkg: error processing archive /var/cache/apt/archives/gcc-13_13.2.0-4ubuntu3_amd64.deb (--unpack): [08:57]  unable to open '/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so.dpkg-new': No such file or directory [08:57] Errors were encountered while processing: [08:59] Hello everyone! I would like to install gcc-13 (well... build-essential) on Ubuntu mantic. I can install gcc 9, 10 or 11 OK. 12 and 13 fail like this: https://dpaste.com/52ESA966K [09:00] ^ much better! :) [09:00] Thanks! Sorry about that. Somehow I read what to do and failed to comprehend it [09:02] which of these files do you have there? ls /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so* [09:02] please use a pastebin if >1 line again [09:04] Nothing matching that glob. The directory contains 49 regular files and 3 directories (https://dpaste.com/A8P86BVV6) but not that [09:06] webchat36: can you show output of sudo apt update && sudo apt -f install [09:23] Thanks for your patience, tomreyn - something like this: https://dpaste.com/ARUQPXBKD [09:29] webchat36: have you checked that all of these repositories provide packages compatible with mantic? i'm not sure that's the case. the nvidia cuda one looks like it's specifically not the case there. [09:30] FWIW: the microsoft teams repository hasn't received updates for a good while now [09:31] (there seems to be no microsoft support for teams on linux at this time) [09:36] webchat36: other than that, try installing gcc-13 again and show the full command you rand and output it produced [09:37] * you ran [09:37] if the error message persists, i suggest filing a bug report. [09:37] Hello I have an asus x555L laptop ... [09:38] and cannot get soundworking neither on windows 10 nor on ubuntu 22 LTS [09:38] it is worth mentioning htat it is the "try me " mode [09:39] but ... how I am supposed to use that https://help.ubuntu.com/community/SoundTroubleshootingProcedure ? [09:39] most of the steps are download , install and reboot [09:39] which of course here does not make sense [09:39] Regarding Teams: Oh man, I hadn't noticed lol. The client seems to still work, so I guess I don't need the repository right now .... Regarding nvidia: They dont' seem to create a new repo for every Ubuntu release... The 2204 has not let me down yet afaik, and doesn't have any gcc stuff in it (though lots that depends on it)... packages are [09:39] https://dpaste.com/74KK6YWC5 [09:40] Is there any hope that the installed on the hard drive installation should behave more sanely ? [09:42] paul424: so you're running the 22.04 LTS live system right now? if so, run this: wget -O alsa-info.sh https://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh [09:43] paul424: this should offer you to upload information on your audio chipset and configuration to a website. share the link once that's done [09:45] ./alsa-info.sh: line 659: tree: command not found [09:45] ftw  ? [09:45] I try to install tree but that doesn't work either ... [09:46] paul424: sudo apt update && sudo apt install tree [09:47] you might need to sudo apt-add-repository universe and re-run the above [09:47] yeap [09:47] i will return in a bit, good luck paul424 :-) [09:48] webchat36: i tell whether any of these payckages would or would not get in the way. [09:49] webchat36: on a side note, there is also teams-for.linux, and open source project, which does get updates (and i would not recommend running the outdated and most likely vulnerable original ms teams packages anymore) [09:49] http://alsa-project.org/db/?f=b7a31ef4df8c0b1bcb8f1abaeabc1896ff49525a [09:53] tomreyn and do you see something .... suspicious ? [09:58] paul424: give me a minute [10:01] so you have three audio devices. one for onboard hdmi, from intel, one for classic audio output (probably what you want) from intel, and one for gpu hdmi from nvidia [10:01] paul424: which audio are you trying to make work? built-in, like, the internal speaker? [10:02] hey [10:02] i cannot find my hot spot connection when i turned on phone [10:02] ubuntu doesnt see thaat it seems [10:02] in per ver ubuntu can see it [10:03] what is going on? [10:03] spinningCat: could be 2.4 vs 5 GHz? [10:05] tomreyn the internal speaker [10:06] hmm how can i check if my phone hotspot is either one of those? [10:06] paul424: if you scroll towards the end of your alsa-info output, you'll see a "!!ALSA/HDA dmesg" section, which has two lines saying "no codecs found!". [10:06] paul424: i assume you would need to install the sof-audio codec package which is a separate download [10:06] aha, how shell I install those codecs ... [10:06] aha ... why this isn't done out-of the box [10:06] ??? [10:08] I see that software-properties-qt constructs a sources.list file based on the options chosen. Is there an option for "jammy-backports" ? [10:08] sorry i disconnected [10:09] again, what package do I need to install  , tomreyn ? [10:09] paul424: if your bios has secureboot enabled and you want to keep it enabled you'll need to install packages firmware-sof-signed [10:10] paul424: it's possible you will also need this package if you're not booting with secureboot enabled [10:11] spinningCat: hopefully your phone can tell [10:11] ubuntu dont see my hot spot connection [10:11] and why are these mutually exclusive alternatives: "Install security updates without confirmation" and "download all updates in the background" ? [10:12] pickanick: i think the "extra sources" (or similar name) tab let's you choose "backports" [10:13] firmware-sof-signed is already the newest version (2.0-1ubuntu4.1). [10:14] so ...  ? [10:26] hi, there was an nvidia driver update: http://changelogs.ubuntu.com/changelogs/pool/restricted/n/nvidia-graphics-drivers-525/nvidia-graphics-drivers-525_525.147.05-0ubuntu0.23.04.1/changelog [10:27] that changelog points to on bug 2038514, but this does not exists...?! [10:27] Anyone managed to move from macos on an older (2017) Mac to Ubuntu successfully? I am contemplating this as it has gotten too old for Apple to support. I have read that internal sound needs to have an external library built for it to work. [10:29] irgendwer4711: bugs which are shown as non-existent either don't exist or you lack access to see them. the latter usually applies for embargoes security vulnerabilities [10:29] * embargoeD [10:30] tomreyn: strange... [10:30] irgendwer4711: why so? [10:31] tomreyn: changelog points to an upstream update. no notice for a security problem [10:34] irgendwer4711: this doesn'T seem to rule out a security patch to me [10:36] tomreyn: sadly I cant find the maintainer on irc... [10:38] irgendwer4711: they'll be extra busy these days anyways. which ubuntu release are you on? [10:39] I have Xubuntu 23.04 [10:40] irgendwer4711: it may be a good time to upgrade to 23.10 then [10:41] and maybe to a newer nvidia-driver series [10:41] tomreyn: no, not yet. I had some trouble with maybe nvidia or. xorg. So maybe this nvidia update would fix this. X crashed and I lost my session and get back to login... [10:42] tomreyn: this was often after use of gthumb or mpv [10:42] i could not comment on this [10:42] I think 525.147.05's a fix for a denial of service for R545, R535, R525 and R470 caused by a null pointer dereference. Just a guess after an internet search though [10:43] i would suggest remaining on LTS while you use out of tree modules [10:43] tomreyn: so I am keen now about changelog. btw 23.04 is not LTS ;-P [10:43] CoOlGhOsT: i put ubuntu mate on my 2011 imac. works fine === adarkeryou is now known as anotheryou [10:56] tomreyn: thx so far... [10:58] tomreyn: I don't know how dpkg unpacks things internally, so this is a bit wonky for me, but... What I think is harming my ability to install gcc-13 is...https://dpaste.com/HEV4PP2YJ - the file complained about should end up as a link TARGET. The symbolic link NAME is stored directly in the archive and not in some file handled by dh_link. MAYBE it [10:58] is relevant that I have each of /, /usr and /var on their own partitions. The link and its target should both be on the same partition, so.... I dunno. Anyway, gcc-11 doesn't have this linking happening =# [10:58] Here's the full result of trying to install gcc-13 https://dpaste.com/4TLC4PY8Z (for simplicity: This is the bit that fails when I try to install build-essential. I've left the other packages out, but the failure is the same). It's nothing new though [11:00] akik: cool, but it seems that Apple put in a Cirrus board in 2016/2017 macbooks and imacs which is not supported by the Linux kernel [11:11] webchat36: symbolic links dont need to be on the same file system (or partition), just hard links (which packages won't ship) [11:15] oh, indeed. well, then.... anyway, hey you seem very popular right now and i appreciate the help and advice you've given [11:16] should I be worried when I see "Nov 04 11:57:00 ubuntu kernel: UBSAN: array-index-out-of-bounds in build/nvidia/535.129.03/build/nvidia-uvm/uvm_pmm_gpu.c:2364:28" journal entries? [11:16] webchat36: hehe, i would not call myself popular, no. but you're welcome. i have a friend here next to me so i may be a bit distracted, [11:18] webchat36: to me, this does look like a packaging bug really. [11:18] while installing, the package installation script seems to try to access a non-existent file. [11:19] and this file would only exist if it had been previously created by these package installation scripts [11:20] so i'd say you want to ubuntu-bug gcc-13 [11:20] and copy + paste https://dpaste.com/4TLC4PY8Z [11:22] marvellous. i will have a go at that! [11:27] [How] can list packages available in backports? [11:32] pickanick: https://packages.ubuntu.com/jammy-backports/allpackages is one way (note i chose "jammy" for you, but you may want a different ubuntu release codename) [11:32] CosmicDJ: not strictly worried, but this is a malfacuntion that should not be happening [11:33] thanks, jammy is perfect. I'm wondering whether backports versions should show up in apt search [11:38] tomreyn: the latest nvidia-driver-535 driver on mantic seems to be quite unstable :( [11:45] pickanick: i'm not sure if it works, but try this (it starts with a dot): . /etc/os-release && apt-cache policy '*' | egrep '^([^ ].*|.* '$VERSION_CODENAME'/backports .*)' | egrep -B1 ' ' | egrep '^[^ ]' | sed 's/:$//' | sort | uniq [11:46] pickanick: i'm not sure if it works, but try this (it starts with a dot): . /etc/os-release && apt-cache policy '*' | egrep '^([^ ].*|.* '$VERSION_CODENAME'/backports .*)' | egrep -B1 '^ ' | egrep '^[^ ]' | sed 's/:$//' | sort | uniq [11:46] hasd a typo there [11:48] CosmicDJ: sorry to hear this. maybe there's a newer series? [11:49] CosmicDJ: there's also a the graphics-drivers ppa which may have a package version not yet available in your releases' "restricted" component [11:50] http://pad.lv/ppa/graphics-drivers [11:51] tomreyn: the GPU is working fine as far as I can tell... [11:52] that's nice [12:03] Hi all [12:50] <_erhard_> hi blueskaj [12:53] hi _erhard_ === klebers_ is now known as klebers [16:08] mantic live boots so slow is it checking integrity or something [16:08] sibylla: most recent ubuntu iso's got integrity checker automatic [16:09] sibylla: should give you the ctrl + warning to skip [16:10] thanks thought so [16:11] sibylla: on a classic spinner HD, this can take a while [16:12] on a classic spinner cd-rom, too [17:04] Hello, I have a unit file that starts x11vnc on startup. It worked fine on 23.04 but since I upgraded to 23.10, it doesn't work anymore [17:04] The command I use is "/usr/bin/x11vnc -display :0 -rfbauth /home/user/.vnc/passwd -forever -auth /home/user/.Xauthority" [17:04] And I get "Invalid MIT-MAGIC-COOKIE-1 key" [17:06] thats the only output it says? [17:07] No, I can paste the whole output somewhere, give me a sec [17:07] well there's an idea... [17:08] rbox: https://termbin.com/56vv [17:09] and where is this unit file? [17:10] /etc/systemd/system/x11vnc.service [17:10] i suggest you actually read the output of the program... [17:11] not just stop at the first error [17:11] Hmm is the solution that obvious [17:11] I'll re read it then ,sorry [17:12] Adding "-display :0" doesn't solve it [17:13] Someone is logged in [17:13] I run this command as root [17:16] Really, I'm sorry, I can't find the solution, I need help [17:17] what works is running that command while logged in as the user whose screen I wish to see [17:17] But I'd like to run that command as root so I can automate it though a unit file [17:21] And I see it's "x11vnc version: 0.9.16 lastmod: 2019-01-05", so it isn't because of a change on x11vnc's side [17:30] trying to compile vlc from git on ubuntu focal: 'checking for QT... no' 'configure: error: No package 'Qt5Quick' found' with 'apt search Qt5Quick' i found 'libqt5quick5' but no -dev packages, how come? === Bencraft423 is now known as Bencraft42 [17:32] sudo apt-get build-dep vlc # might be a help? === coc0nut_ is now known as coc0nut [17:33] oerheks: did that, but configure doesn't find qt [17:34] For anyone who might get the same issue, the command runuser seems to fix it [17:38] Bombo: it looks like the dev package might be qtdeclarative5-dev [17:38] https://launchpad.net/ubuntu/focal/+source/qtdeclarative-opensource-src [17:38] rbox, yes [17:38] that should be pulled in, i guess [17:51] rbox: not confusing at all, thx :) [17:52] and qtquickcontrols2-5-dev i found for "No package 'Qt5QuickControls2' found" [17:52] seems to compile now [17:52] * Bombo waits [18:08] 12:05 < cryptonector> see POSIX and your OS's docs on strftime() and strptime() [18:08] where are those docs for Ubuntu 22.04.3 LTS ? [18:09] ash_worksi: man strftime [18:10] oh; for some reason I didn't think it would be that simple [18:14] ravage: the question was about how jq parses `%z`; it seems to work with a format -05:00, although `man strftime` doesn't say what would/should happen if a colon were to appear; I could just say, "well, it works" and move on, but might that behavior be described somewhere? [18:16] in the source code [18:17] ash_worksi: you could always ask in #jq [18:18] doktor yok mu ? === root is now known as Guest3484 [18:19] leftyfb: I pasted the response I got from #jq here. [18:19] rbox: how would I go about doing that? [18:20] can someone tell me where the ubuntu PHP-FPM/Apache2 packages write PHP errors? I've checked the apache error log and the php-fpm log and these do not contain errors that happen when i access a php script via apache [18:21] ash_worksi: step 1 get the source, step 2 read it [18:21] sneakyimp: you may need to check your php.ini and fpm settings to make sure they are being logged; you're better off in ##php I think though [18:21] ash_worksi: thanks for tip, the settings are the defaults for the ubuntu apt installers [18:22] rbox: ah. I thought it might be shipped somewhere [18:22] huh? [18:22] sneakyimp: I don't remember where they are by default, I would guess in `/var/log/php/{version}` somewhere [18:23] rbox: sorry, I mean I thought the source might already be on my computer, shipped with the distro [18:23] imagine how much wasted space there would be if the source for everyting was always installed everywhere [18:24] rbox: well, I didn't think _all_ source code came with the distro; but I figured it wouldn't hurt to ask anyway [18:24] ash_worksi: there is a php log, /var/log/php8.2-fpm.log, but the errors do not appear there. the php.ini sets error_log to an empty value ('no value') and this would default to the apache log in prefork, but php-fpm appears to behave differently. [18:24] so you jsut want random amounts of source? [18:25] rbox: no, I just thought perhaps that library was small enough to be included for some reason; I didn't give it too much thought though [18:26] sneakyimp: it is also possible for it to be sent to where ever you have your log destination set for apache; the particular vhost may have a location within the root of the project you're serving [18:28] sneakyimp: you'll have to look at the config for the site in question under /etc/apache2/sites-enabled [18:32] ash_worksi: the apache conf sets ErrorLog to /var/log/apache2/error.log but the PHP errors do not appear there, either. i suspect apache behaves differently in mpm_event mode, using a PHP-FPM pool to handle php requests [18:39] sneakyimp: you should confirm that your php ini settings are set to log errors (even if they are the defaults) [18:43] ash_worksi: log_errors => On => On [18:49] sneaky: the best way to ensure that is actually to make a page containing only the line ` oops [18:49] oh well [19:02] did anyone know a fix to the vlc crashing yet? it crashes when seeking: https://pastebin.com/Upvd9cHg tried the vlc git master 4.0.x, same, vlc git 3.0.x same, crashes on focal + jammy with intel gpu and amd onboard gpu, but not on a nvidia [19:05] Bombo: for problems with upstream versions you probably best ask them? [19:06] try the snap package, it gives 3.0.20 ? [19:06] JanC: it's the same prob with ubuntu repo vlc, then i compiled vlc from git, same [19:07] oerheks: snap is prob not newer than official vlc git i suppose [19:09] hi [19:11] Bombo: do other mediaplayers (e.g. mpv and something GStreamer-based) have the same problems? [19:11] JanC: no mpv works fine [19:12] so there is no bug in the hardware acceleration layer, and the bug is in VLC probably [19:12] anyone able to reproduce it? anyone using intel or amd gpu, playing a h264.mkv file with vlc and getting crashes? [19:13] I see they use VAAPI through a VDPAU emulation layer; the bug might be there also [19:13] JanC: vlc worked until the last upgrade of ubuntu [19:13] wow, vlc is still a thing [19:14] gmpv is my choice [19:14] I need to work out what the default video player in Ubuntu is, and how to make it play back .mp4 files [19:14] Bombo: it crashes indeed [19:14] Bombo, maybe try a higher version than focal? [19:14] it crashes in jammy too [19:15] whatever ubuntu ships with fails to play back .mp4 files with "application/smil decoder is required to play the file, but it is not installed." [19:15] which is a bit annoying [19:15] oerheks: what JanC said [19:15] gordonjcp: did you install the appropriate GStreamer codecs? [19:16] gstreamer1.0-vaapi ? [19:16] JanC: not sure what that would be [19:16] JanC: I don't want it to play a smil file, I haven't used smil for 20 years [19:17] maybe your mp4 contains SMIL...? or maybe you messed your MIME types up :) [19:19] JanC: there's a .smi file in the same directory [19:19] JanC: it's used for ~~~magic Sony stuff~~~, hell knows what [19:20] Bombo: I suppose you should file a bug report [19:21] JanC: vlc or ubuntu? [19:22] hard to say, maybe both...? [19:22] if you have build it yourself, not to the ubuntu deb or snap [19:22] you can link the Ubuntu bug to an upstream bug & vice versa [19:23] gordonjcp: mpv is a lovely player. [19:23] oerheks: the problem is the same with all VLC [19:23] to file a proper report, you need to install the repo version to file a bugreport against that package [19:23] yes, obviously [19:25] if anybody has a non-Ubuntu system ready to test it on, that would be interesting too... [19:27] gry: mostly I use ffplay [19:28] gry: it can output to my TV over HDMI using the proper video IO card [19:29] !info gmpv [19:29] Package gmpv does not exist in mantic [19:29] oh [19:29] !info gnome-mpv [19:29] gnome-mpv (0.25-2, mantic): transitional package. In component universe, is optional. Built by celluloid. Size 8 kB / 30 kB [19:30] check out the difference in controls and such [19:36] Bombo: might be useful to run VLC with the -vvv option for verbose output; seems to me like the codec complains VLC is using a deprecated VAAPI function [19:58] JanC: hm oh snap i hear now that vlc snap DOES work [19:59] is there a way to find out why? who builds the snap and how? [19:59] https://snapcraft.io/vlc [20:00] ask the team? [20:00] if the snap works & other versions don't, then there is still a bug somewhere :) [20:00] also their channel #videolan on #libera [20:01] oerheks: i'm in it, but silence for hours [20:01] so vlc team does the snap [20:02] (idk how snap works) [20:02] i thought ubuntu/canonical does them === lubuntu is now known as Avocado === Avocado is now known as lubuntu === Syntax_2 is now known as Syntax_ [20:36] hello [20:40] if I'm on a machine that has IPv4 and IPv6, how do I force any command that fetch stuff from the outside to binf to IPv4, but only for that command? [20:45] usually your tool has an option for that. wget -4 for example [20:46] PeGaSuS, if the command doesn't have the option, try using a numeric IP address instead of a name [20:47] I was hoping I could use something like `BIND_ADDRESS=IP ./command`.. but the IP works too [21:07] there might exist an LD_PRELOAD wrapper that can hide IPv6 addresses... [21:09] another option is to use some sort of a container/namespace [21:10] e.g. with firejail [21:13] PeGaSuS: ^ === alex_ is now known as mickey_mouse [21:31] nah.. I just need to do that for a specific command like once a month.. I'll use destination IP instead hostame [21:34] PeGaSuS: that would typically not work when multiple domains are hosted on the same server (although you could work around that with a hosts file or similar) [21:43] is this the right channel to ask about how to install lemmy? [21:45] loswedseded: https://join-lemmy.org/docs/administration/from_scratch.html === esv_ is now known as esv [21:59] I'm thinking of installing a Sound Blaster Audigy Soundcard from early 2000's in my machine. Is there some database where one could check if it's working "on paper"? [22:00] (running ubuntu 22.04) [22:01] it will probably just work [22:03] https://manpages.ubuntu.com/manpages/jammy/en/man4/snd_emu10kx.4freebsd.html [22:04] Square: h-node.org could help [22:05] thanks [22:15] where do i get 23.04 (lunar lobster) dailys for a live usb? [22:16] i can only find release from 04-18-2023 or 04-20-2023 [22:16] get 23.10 [22:16] you think? [22:16] yes [22:17] it dont have a long cycle [22:17] /set plugins.var.lua.colorize_nicks.enable [22:17] less for 23.04 [22:17] if you want an LTS release get 22.04 [22:17] i have my desktop with 23.04 full install to nvme m.2 and i want to use a windows laptop with the matching distro i have on my desktop [22:17] i had 22.04.3 and did a dist-upgrade [22:17] it upgraded me to 23.04 [22:17] then you left the long term support path now [22:18] and you need to update every 9 months latest [22:18] ohhh ok. so i just change that and it will do 23.10? [22:18] you 23.04 install should already offer the upgrade to 23.10 [22:19] not yet. let me check as im on that box now [22:19] install all available package updates first [22:19] you are correct. doing it now. thanks [22:20] i did last night with update but i just clicked the upgrade now option and its on its way [22:20] should i cancel i have an option right now to do it [22:21] it is a good idea to update now [22:21] you have to do it soon anyway [22:21] i canceled and did a 'sudo apt update' and it said all packages up to date [22:21] cool [22:22] /join #weechat [22:24] jwarren: why? [22:24] sorry i keep doing that lol [23:21] hello people [23:24] hello [23:31] welcome all please ask if you have question [23:34] After (badly) upgrading to mantic, I'm in a situation where certain packages (gcc-12 and gcc-13) with symlinks won't install correctly. Last night we decided that it was a packaging bug and I'm probably going to try reporting it. But with a fresh install in a virtual machine I can't reproduce the problem. Ugh. I'm trying reinstalling allllllll my [23:34] selections === kostkon_ is now known as kostkon [23:37] does 12 and 13 show up with: update-alternatives --config gcc [23:40] No, oerheks ... dpkg bails out during installation claiming that it can't find /usr/libexec/x86_64-linux-gnu/13/liblto.so.new (not necessarily the actual filename), which is in the package. So the gcc executable is never installed and never reaches the lsit of alternatives [23:40] ehm why using dpkg.. foreign package from somewhere? [23:41] No, because that's what's complaining when I type something like apt install whateverpackage [23:42] https://launchpad.net/ubuntu/+source/gcc-13/13.2.0-4ubuntu3 it is in our repos. [23:42] eg https://dpaste.com/4TLC4PY8Z [23:47] weird, as mantic gives gcc 13 as default? [23:48] yes, GCC was updated to the 13.2.0 release, binutils to 2.41, and glibc to 2.38. [23:48] For package gcc, yeah "Depends: cpp (= 4:13.2.0-1ubuntu1), gcc-13 (>= 13.2.0-2~)" [23:49] is this an distro upgrade? [23:50] Yes [23:55] maybe just " sudo apt-get install --reinstall build-essentials " fixes things [23:55] else file a bugreprot indeed [23:58] thanks oerheks (y) [23:58] worked?