=== jesopo is now known as jess === coco_ is now known as help [00:15] Hi everyone. I'm trying to update via terminal, the same method I've been using for weeks. apt update. Then apt upgrade. sudo apt update says "24 packages can be upgraded." Once I run sudo apt upgrade, it goes through a whole process and comes back with "0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded." Why is that? [00:17] It also says "The following packages have been kept back:" with a list of the packages. [00:17] It has never held anything back like that before. [00:17] <_WEZ_> apt dist-upgrade ? [00:17] <_WEZ_> i still usr apt-get :) [00:18] apt-get upgrade won't remove any packages as part of the upgrade [00:18] apt-get dist-upgrade will remove packages as part of the upgrade [00:18] so make sure the list of packages that apt-get dist-upgrade will remove to solve the upgrade actually makes sense [00:19] (we've got dozens of bug reports filed when a guitar hero 6 game tries to uninstall sudo for some stupid reason) [00:19] I am admittedly a pretty big noob. apt-get dist-upgrade hit me with the same results. [00:20] <_WEZ_> ok [00:20] oh that's weird; pastebin the whole thing? [00:20] https://paste.debian.net/ is a nice pastebin if you don't already have a favourite === jje7 is now known as jje [00:25] So I think this is what you wanted. I'm new at this. :) [00:25] https://paste.debian.net/1248795/ [00:26] okay, confusing :) try apt-mark showhold ? [00:28] apt-mark showhold ? [00:28] with the questionmark at the end? [00:29] no, that's me just asking a question :) [00:29] haha [00:29] I've been a lifelong windows/macos user. all new to me. [00:29] ah, welcome :) [00:29] I get nothing with apt-mark showhold. Just the prompt again. [00:30] dang. well, that's good, but now I've got fewer ideas [00:30] I have none haha [00:32] Rooker: try: sudo apt install base-files [00:33] Rooker: lets try to see why exactly it doesn't like them, one at a time :) [00:33] Okay, I just did that. It's doing a whole bunch of work. [00:34] Now when I apt upgrade, only 23 were held back. [00:34] as opposed to 24 [00:34] progress! [00:34] Rooker: sarnold: Phased updates ? what results with ' sudo apt full-upgrade ' ? [00:34] could you pastebin the output from the base-files upgrade? [00:34] Bashing-om: OH! that's a possiblity. I forgot that's a thing. [00:36] https://paste.debian.net/1248796/ [00:37] pretty boring.. [00:37] how about apt policy? [00:38] https://discourse.ubuntu.com/t/phased-updates-in-apt-in-21-04/20345/11 -- the apt policy output might say (phased NN%) or something like that [00:39] there's a *lot* of familiar packages on this list https://people.canonical.com/~ubuntu-archive/phased-updates.html -- I bet Bashing-om nailed it ;) [00:39] https://paste.debian.net/1248797/ [00:39] Rooker, ' sudo apt update && sudo apt dist-upgrade [00:39] hmm. no phasing mentioned there :( [00:39] you just run update, new lists [00:40] Yeah, full-upgrade gets me 23 not upgraded still. [00:40] .. show that? [00:41] i see that you just updated lists, and wanted to install something without upgrading packages, that is basicly wrong [00:42] So basically, the two weeks I've been using Ubuntu, first real time using Linux, I'd just run "sudo apt update" followed by "sudo apt upgrade". That is not correct? === coin is now known as tempuser [00:43] sudo apt-get upDATE AND THEN sudo apt-get upGRADE [00:43] that should do, but not for all packages. [00:44] and to see why 23 not upgraded , is a mistery [00:44] dataduden: isn't that what he said above? [00:44] Yes, I would do update before upgrade. [00:44] didn't he? [00:44] maybe due to a recent kernel update,the system needs a reboot if the file /var/run/reboot-required exists [00:45] sorry, ignore me [00:45] yeah [00:45] I was confused who was asking and reading oerheks suggestion [00:45] then the next upgrade round would do those 23 [00:45] this is why it is better to use the gui updater :-) [00:45] Alright everyone involved, thanks for the time and tips. Time to head to work. Going to reboot and try again and if that doens't work, I will just deal with it tomorrow. Thanks again! [00:46] have fun! [00:48] ok I have a question. I've done linux raid on ubuntu for almost a decade but never messed with LVM although I'm aware it exists. I added a second arrary on my server recently, got it fully functional, copied some files to it (it's just a backup system), then grew my original array onto some new disks (time passed), and suddenly I see that the backup array is read only. and the device members are like dm-0 dm-1 etc instead of /dev/sdX [00:48] I googled and found that dm-0 (etc) is lvm disk map things [00:48] and they do correlate to the correct devices, but what made it suddenly start doing that? [00:49] to my knowledge I've never run any command that should enable LVM on anything [00:49] and more importantly, how do I make it stop, since it's locking up the devices that it's redirecting to those dm-X files [00:50] i thought LVM was like a thing you had to deliberatly choose to use and set up, like... explicitly [00:53] i manually partitioned the devices with parted, manually created an raid array with mdadm, formatted the array to ext4, and copied files to it, and then just left it there [00:54] only thing I can think was maybe it was experimenting with `mdadm --assemble --scan` to find the md volumes and their devices dynamically, but I've never seen that randomly involved LVM [00:57] and I've found info on how to use like lvdisplay to find out what they point to (it's what I expect) but notably afaik that's the first lvm command I've ever run in my life [01:03] I have managed to damage my system to the extent that gdm3 will not start. It looks like a few libraries are truncated for some reason. Anybody have advice for backing out of the problem? https://bpa.st/OEZQ [01:03] I have tried installing a few versions of nvidia-driver-* but it doesn't seem to fix the problem [01:06] if I run `ldconfig` I see a whole bunch of "/path/to/some.so is empty, not checked`, but I'm at a loss as to what I can or ought to do about it 😬 https://bpa.st/DYMQ [01:07] SnoopJ: on my focal system I see that /lib/x86_64-linux-gnu/libEGL.so.1 and /lib/x86_64-linux-gnu/libGL.so.1 are provided by both nvidia-340 and libgl1 -- do you know which one you have installed, or want installed, etc? (I think I remember nvidia-340 is broken and difficult to install) [01:07] wow that's super unhappy [01:08] For context, I have been limping along with NVidia's "runfile" installation for some time and finally gotten fed up with it and decided to try the packages again. I had 470 previously [01:08] I'm sorry, there's libegl1 and libgl1 -- I missed the difference.. [01:08] they do both appear to be broken anyhow 😅 [01:09] apt install --reinstall libegl1 libgl1 maybe? [01:11] that does change the nature of the error, it's complaining about some other libraries now. Is there a good way to check which packages I need to reinstall based on the libs that are borked? [01:11] (assuming I can --reinstall my way out of the mess I've made for myself...) [01:12] SnoopJ: try debsums -c ? [01:12] hm, running that now. I was hoping there was a way to ask apt "who put this file here" [01:13] there kind of is.. dpkg -S /path/whatever can do that [01:14] but that can't handle the symlinks that are in place now, so it fails as often as it works [01:15] nothing a little readlink can't iron out. cheers, will see if I can get the libs that aren't explicitly nvidia fixed up that way === M4he is now known as mahe [01:21] yahoo! that gets me back a working gdm3. Thanks sarnold :) [01:22] SnoopJ: nice! [01:22] that's got to make the system *way* more usable [01:22] let's not get carried away ;) [01:22] the last time I used the text console I was stunned at how much worse it was -- no scrollback :( :( :( [01:22] the slowest scrolling evar [01:23] I at least have tmux on this machine so I was able to make those pastes etc. without too much trouble [01:23] but yea, not my favorite [01:23] ah I never got the hang of screen / tmux select/paste [01:23] hopefully the experience of using the nvidia packages has improved some [01:24] if that were my choice I'd probably try to get gud fast [01:24] I learned to love screen out of necessity and switched to tmux at some point for reasons I don't recall [01:24] iirc utf-8 handling was vastly better in tmux [01:24] but I'm similarly foggy [01:25] ctrl-b is a deranged default leader [01:25] but not too hard to customize :) [01:26] Very nostalgic experience to get thrown back to the text console like that, I even installed `links2` to do some web searching before getting frustrated with the experience and going to grab a laptop [01:26] funny, I thought the same about ctrl-a :) I was already well used to it in bash prompts.. [01:26] :( yeah. JS required erverywhere :( [01:26] that at least wasn't so bad, but it's still not very ergonomic === ubuntu-mate is now known as arthur === arthur is now known as arthurr === u0_a2048 is now known as jadenlian [01:30] hrm, the driver package is definitely not happy, but at least I'm poking at a GUI again [01:38] ...why the heck do I have a bunch of i386 packages [01:38] "who has done this?!" says the single user of the computer [01:39] games are the usual culprit [01:39] do you have steam on there, or similar stuff? [01:39] I think I do have steam but this is a work machine and any of the graphics-stack evils that have been done to it are *definitely* for work [01:41] those i386 packages sound like steam/wine tricks [01:41] hmm, do they list nvidia's packages on their repo [01:45] https://repo.steampowered.com/steam/dists/stable/steam/binary-amd64/Packages [01:45] Recommends: steam-libs-amd64, steam-libs-i386, sudo, xdg-utils | steamos-base-files [01:46] https://repo.steampowered.com/steam/dists/stable/steam/binary-i386/Packages [01:46] Suggests: nvidia-driver-libs, nvidia-vulkan-icd [01:47] looks like it's pretty plausible, yeah [01:47] aha [02:07] oh huh, module just wasn't getting loaded for whatever reason. I have a sane environment again! [02:08] Now to install CUDA which I'm sure will immediately make it insane, but at least the insanity will all be from one supplier [02:10] SnoopJ: are you sure CUDA and gaming works on one system? [02:10] SnoopJ: I don't actually have nvidia stuff but I have a vague feeling that you get to pick one or the other [02:11] SnoopJ: I'm headed out, have fun, good luck :) [02:11] I don't really game on this machine, I just happen to have Steam installed, probably once upon a time I did play a game once [02:11] sarnold, thanks for the expert assist, I'm glad to be back in the part of the sandbox I actually know :) [02:12] As far as choosing between the two, this hasn't been my experience personally, but I don't exactly do both on the same platform. It's "just" a library that interacts with the driver, so I think it would only be a constraint if your CUDA needs force you into particular driver versions [02:13] (part of the reason my system has so many hexes cast upon it is because $work_stuff used to have some fiddly constraints, although things are a bit better now) [02:14] SnoopJ: aye, and likewise, it's almost all out of my experience.. it sure *feels* like you ought to be able to switch from process to process :D but I have a feeling that's not how it actually works [02:14] SnoopJ: have fun :) [02:15] doing them both at *exactly* the same time is probably going to make one or the other grumpy ;P [02:15] :D [02:27] halo guys [02:27] hoe are you [02:37] bangke: You have a support question ? [02:44] no i am gabut [02:44] listener my creazy side home me [02:50] hi are u still hiring [02:50] wow his wifi bad huh haha [02:55] no my side home singing tak karuan [03:15] hi [03:15] i have my system idled but vnstat -l shows around 40kbit/s of inbound transfer. does anyone know what it might be? === chloe0311 is now known as Chloe343 [03:17] hi [03:54] hi there [03:55] i want to run software-properties-kde program, but it needs to run as root ... how do i do that ? kdesu and kdesudo are not available anymore [04:05] <__main__> sudo software-blabla ? === jeovan is now known as SpiritOfCaonabo === Probie9685 is now known as Probie968 === Probie9681 is now known as Probie968 === Droid is now known as Maik [07:03] halo coy [07:03] tcp [07:03] can we help you bangke [07:04] yes [07:04] give me script traker ip [07:04] wkwkwkw [07:04] bangke: this is the ubuntu support channel, only ubuntu related questions please [07:05] update kernel [07:05] for my linux [07:06] my kernel 5.15 [07:06] !uptodate | bangke [07:06] bangke: To ensure you have all the latest known patches and security updates for your ubuntu installation, please update with the following command: `sudo apt update && sudo apt upgrade`. See also !upgrades and !security; you may also need to run `apt full-upgrade`. [07:07] ok thank you [07:07] very much [07:09] i dont have update bios vgn cr [07:10] bangke: !pastebin your dmesg in the channel please [07:10] ok thank you [07:30] For policy reasons I need to install a realtime antivirus on desktop systems. Clamav realtime scanning is awful both to setup and operate, any other suggestions? [07:30] Of course google is my friend, but if someone is actually using one that is happy with, I'd be happy to install it as well :) [07:31] clamav has a lot of false positives alkisg [07:31] i like lynis a lot, not really an AV, but surely scans the system on a deep level for issues [07:32] !info lynis [07:32] lynis (3.0.7-1, jammy): security auditing tool for Unix based systems. In component universe, is optional. Built by lynis. Size 222 kB / 1,612 kB [07:34] snort could be an idea too [07:34] !info snort [07:34] snort (2.9.15.1-6build1, jammy): flexible Network Intrusion Detection System. In component universe, is optional. Built by snort. Size 774 kB / 2,030 kB [07:35] Thank you lotuspsychje , they seem nice but I don't think they fit the "realtime antivirus" requirement :/ [07:36] E.g. if one saves a virus to his home folder, it should be automatically quarantined, with a notification to the user [07:36] yeah i know, its not like the paid linux AV's for sure [07:36] I'll give "comodo" a try, as it's free :D [07:38] alkisg, they wanted to apply the same policy here. but we convided the auditor that it makes no sense for our linux desktops [07:38] now only windows and mac users have to install one [07:39] (for real time scanning) [07:40] Thank you ravage, I'm hoping to eventually convince them, but now that they sent this requirement as an "afterthought" we really need to close it ASAP as contracts for new workers have already been signed and they can't start working without the certification [07:41] another problem with the 'well known' av's is malicious users would bypass them easy both on win & linux with cryptors [07:41] ravage: if you don't mind mentioning it, which auditor firm did you use? Or PM me if you prefer [07:41] i think it was the tüv rheinland [07:42] Thanks! [07:42] ISO audit for our datacanter [07:43] https://www.tuv.com/world/en/ [07:49] alkisg: another free idea; https://www.hivelocity.net/kb/how-to-set-up-daily-email-alerts-for-chkrootkit/ [08:38] Hmm, is there a way to get the backported version of https://packages.ubuntu.com/impish/gcc-11 for bionic? [08:38] ppa:ubuntu-toolchain-r/test contains gcc-11.1 which contains a bug that stops me compiling some project [08:48] Hi, I have some very strange behavior going on after installing ubuntu, as a matter of fact, my computer engineer said the previous error before reinstall was a kernal failure. Can anyone give me tips on how to diagnose the issue as of now the computer is freezing and my gut says some type of hack because that would make the most amount of sense with what is transpiring in my life [08:50] redCOAT: look at /var/log/syslog it might show why its freezing [08:51] thanks eric will do [08:51] eriC^^ [08:51] no problem [08:52] redCOAT: random freezing is nearly always hardware, most likely overheating or dodgy memory [08:53] so many errors [08:53] like a million errors windows 10 works perfect [08:53] I have windows 10 on the same machine [08:54] hmmm maybe pastebin the error logs [08:55] problem is i cant open firefox [08:58] yeah 12688 log lines im going delete system log then create new file [08:58] hopefully that helps [09:01] Do we have cmdline utility to grab artifacts from https://launchpad.net/ubuntu/+source/glibc/2.35-0ubuntu3.1 by inspecting the installed glibc package on current machine? [09:01] gordonjcp: how do i recreate the file with proper permiossions so it is writable [09:02] Currently I have to manually search in the lauchpad website and grab those files manually [09:02] And it might not be the exact version [09:08] Eric^^ can't i just run hardware tests via the grub menu and it would tell me any issues with memory etc [09:38] hey has any1 here tried to build their own NAS server using ubuntu? (someone whose a heavy user, like content creator, photographer), and it's possible to remotely access this file share? [09:39] my old go-to for how-tos like this https://www.smarthomebeginner.com/ doesn't really focus on DIY NAS, they seem to be more about media servers (downloading torrents i guess) [09:39] i guess i can use their guide for Traefik Forward Auth or Dockers, but I feel like I am on my own at figuring out the NAS part [09:40] any hints? much obliged ahead of time :3 === diskin is now known as Guest3839 === diskin_ is now known as diskin [10:13] explore, set up an ubuntu server or ubuntu core install on your planned NAS machine and do "snap install nextcloud" ... then configure it via its web interface ... === me3651 is now known as me365 [10:54] ogra: tyty look'n it up === EriC^ is now known as EriC^^ === aaguhagegaooeg is now known as westor === westor is now known as Guest7977 [12:32] Hi all [13:07] Hello friends! [13:07] Q. when we install using sudo apt install is the Snap version installed or a different package? [13:08] IOW, are all package versions installed, whether through Software or CLI, Snap packages, or are there other 'regular' versions? [13:13] I believe it is a different package installed when you use "apt-get"... Snap and APT are different package management systems and apt is designed to work with Debian distributions such as Ubuntu. Snap is a more universal management system used on a wide range of Linux distributions. [13:13] if you do apt install you usually install deb packages, not snaps ... that said, there are three deb's that actually install snaps from their maintainer scripts in the aftermath ... they are chromum. lxd and firefox [13:13] *chromium [13:14] He knows more than me ^ lol [13:14] well, your description was absolutely correct 🙂 [13:15] Just worded like a neanderthal [13:15] But thank you for sharing what you know with us. I learned something new today. [13:18] I finally got Ubuntu installed on my machine. I was working on it from about 4pm until midnight last night, and it just would not boot. Could only do the live sessions from the etched USB drive. And it was all because my PC was set to boot in legacy mode instead of UEFI. [13:21] hi there, what is the latest way of running gui apps with root privileges ? i want to run software-properties-kde program, but it needs to run as root ... how do i do that ? kdesu and kdesudo are not available anymore [13:26] Ubuntoad, thx [13:26] ogra, thx [13:26] Of course :) [13:27] So, apt and installing deb packages is better than installing the universal package through Snap? ...I find some of them are slow to launch [13:29] I believe that is correct. It would be better to install the .deb package instead of a snap package since Ubuntu is a Debian distribution. [13:29] When I open Software everything seems set for snaps :s [13:31] Ope. I got them backwards. Snap is default for Ubuntu. APT is used if you want to create packages to use across different distributions. [13:31] But snap is primarily an Ubuntu package management system. [13:32] You CAN get it to work with other distributions, but it isn't installed in those other distributions by default, so you would have to use your terminal to get it installed for snap packages to run correctly. [13:34] I see...I just recently came back to Ubuntu. When I was using it before snap wasn't a thing. Now I see snaps and flatpaks are the nenw thing in Linux-land [13:35] I just came back to Ubuntu after not using it for a few years. [13:36] A lot has changed, but I like it. The new look, fancy multi-tasking features, etc. It's nice. [14:04] Yea, same...loving it on the whole...not sure about snaps though, lol [14:07] installed Dictionary but wondering whether there might be a better one? ...I like a dictionary that auto-completes and suggests words as one is typing. Also, this one is a bit slow to launch === help is now known as cacty_ === normalhuman is now known as id === id is now known as if === if is now known as fullname [15:50] Hello did anyone updated from 20.04 to 22.04? I'm worried it will be a lot of troubles. [15:51] pyzozord: you could always backup before [15:51] yeah [15:51] it should probably be okay i think [15:51] you could wait for the point release if you're unsure [15:51] point release? [15:51] 22.04.1 it comes out this week i guess [15:51] ooh ok [15:52] good idea [15:52] pyzozord: They bundle up all of the interim updates so that there's a standard starting point. [15:52] pyzozord: Most people just install the updates as they come out. [15:52] I think 22 goes to wayland, I had stuff set up with .applications etc [15:53] also I have custom configuration of pulse to have noise cancelation for microphone and compressor for speakers [15:53] 22 also had an X.Org option dw [15:53] it still uses Pulse so I think it might carry over just fine [15:53] again I'm not sure tho [15:55] about the backup, what are my options there? Honestly I don't remember all things I configured [15:55] certainly I have highly configured bashrc [15:55] hmm idk [15:56] BTRFS? [15:56] or Timeshift? [15:56] yeah Timeshift! [15:56] pyzozord: you could copy the list of installed programs + your home dir somewhere [16:06] testando [16:06] xubuntu muito bom [16:07] !sp | julio [16:07] !es | julio [16:07] julio: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [16:07] ola boa tarde [16:08] ola tudo bom [16:08] ola teste teste [17:21] !pt [17:21] Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [17:45] which phones are suited for ubuntu mobile OS? [17:45] is there anyone with it preinstalled? [17:45] !phone [17:45] Information about the mobile port of the Ubuntu platform (formely Ubuntu Touch) for Phone and Tablet is available here: https://ubports.com/. Support and discussion in #ubports [17:45] ask in ubpots, they have a list with devices? [17:45] ok, thx [17:47] i think i acsidentally deleted  edac_core.ko in /sys/module/edac_core/parameters. how can I get it back? [17:50] reinstall the package where it belongs to? edac-utils perhaps? [17:51] i dont have that installed [17:52] me neither, and i have no clue where edac_core.ko comes from? [17:52] for a second i read that username as edac, I nearly fell off my chair [17:53] i just know the file started with edac_ and ended with ko [17:54] i looked that up an google and found a file named edac_more.ko [17:54] core* [17:57] is there a way i can reinstall edac? [17:59] i have no idea, maybe someone else here can give the answer? [17:59] SpeedrunnerG55, it's part of the linux kernel, but I'm not finding any ubuntu kernel packages with it. What kernel are you running ("uname -a" will tell) [18:00] Linux Mobile-Kep 5.4.0-122-generic #138-Ubuntu SMP Wed Jun 22 15:00:31 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux [18:03] What device is this for? [18:03] SpeedrunnerG55: ^ [18:04] I'm asking because that file doesn't match any ubuntu packages. [18:05] my computer, im not sure what you mean exactly [18:06] edac_core.ko doesn't exist in any files in the Ubuntu repositories in any package. [18:06] Moreover, the kernel you're running doesn't match any kernel Uname Ubuntu ships. [18:07] SpeedrunnerG55, /sys/ is not a normal file system, it's just a way to inspect and set kernel options [18:07] hmmm [18:07] It makes me suspect you're not running an authetic Ubuntu system. [18:08] *authentic [18:08] 5.4.0-122-generic is the kernel version in my plain vanilla 20.04 system, doesn't look odd to me [18:08] rfm: Yeah, you're right, I misread the system name. [18:09] i remember installing it from the ISO I downloaded from ubuntu [18:10] im just trying to figure out what the file is I deleted and how I can get it back [18:10] SpeedrunnerG55: I don't think it's unauthentic anymore, nevermind me. [18:11] That said, /sys isn't a place where files are stored, per se. [18:11] So, I think you have nothing to worry about. [18:12] SpeedrunnerG55, the only thing I can find that's similar is /lib/modules/5.4.0-122-generic/kernel/drivers/edac/i7core_edac.ko, which is at least a place where kernel objects would be found (unlike /sys) [18:27] SpeedrunnerG55, /sys is a virtual filesystem ... the kernel creates all content in there reflecting devices and settings ... if you *actually* deleted a "file" in /sys (and not somewhere on an actual filesystem), it will be back after reboot [18:28] (normally you can not delete files in /sys) [18:28] good spot ogra [18:32] Why does the ubuntu calculator app block keybindings? [18:33] like wth [18:38] Orga, i think i know what i did now, I dragged a file from lib, somewhere else, making a copy, then I did ctrl z, I said it would delete the file, I thought I moved the file so I think it just deleted the copy [18:38] it* [19:05] fosmsn mini key works like a champ [19:06] ok l8r [19:09] This is why you don't use a GUI for system management. [19:12] Hey, what's this button do? [19:22] checked https://unix.stackexchange.com/questions/407116/preview-pdf-as-image-in-ranger this and nothing happens - it stills shows text - i have never changed any configs in ranger so maybe i need to run a command to apply it ? i have pdftoppm installed [19:43] Does focal provide gcc-11.2? [19:44] amosbird, check launchpad? [19:45] i guess not.. as 11 was not released when focal came out.. same story as yesterday with bionic [19:46] Hmm, and there is only one ppa related to gcc-11: ppa:ubuntu-toolchain-r/test. And it only contains gcc-11.1... [19:47] Is there a way to backport this https://packages.ubuntu.com/impish/gcc-11 to focal? [19:47] no, yesterday you have been told to use a vm, if you really need that version [19:47] or. build it yourself [19:49] oerheks: hmm, can I reuse the [gcc-defaults_1.193ubuntu1.dsc] file from impish? [19:50] to build it myself [19:50] amosbird, it's not the only one === ixokani is now known as swinnenb === jje_ is now known as jje === jje9 is now known as jje === jesopo is now known as jess [20:30] !info gcc [20:30] gcc (4:11.2.0-1ubuntu1, jammy): GNU C compiler. In component main, is optional. Built by gcc-defaults. Size 5 kB / 50 kB [20:36] Is there a reason why the Ubuntu Packages Search (https://packages.ubuntu.com/) does not list the -security suites? Also, why is the release suite so prominent if it is totally frozen after the Ubuntu Release? It almost seems like there's some aliasing going on with -updates. === kai6 is now known as kai [20:42] what security suites exactly? [20:44] not sure what you mean with release suit, but the release version is static, why is that a surprise? [20:46] Hey folks, I was wondering if anyone could help me out with an issue I'm having. The TL;DR version is: "How do I edit an .so file to include a line of text?" The longer version is... I'm trying to hook up my Yubikey hardware security key to be required at Ubuntu login. I'm following instructions on the following site: https://support.yubico.com/hc/en-us/articles/360016649099-Ubuntu-Linux-Login-Guide-U2F After moving the keys to a more secure [20:46] location, I have to edit pam_u2f.so which I think is a binary file to add a line of plaintext. I have no idea how to do this... any advice is welcome. [20:50] !info yubikey-manager [20:50] yubikey-manager (4.0.7-1, jammy): Python library and command line tool for configuring a YubiKey. In component universe, is optional. Built by yubikey-manager. Size 36 kB / 196 kB [20:50] weird they do not mention this in that guide [20:50] oerheks: about the release suite, if it's frozen then to me that means that going in bionic would display package versions from 2018 as of the freeze [20:51] Yes, I have installed an have used the yubikey-manager. I have no issue with that. I have got it working properly. [20:51] weird term ' release suite' .. [20:51] you just mean the package list from the release point. [20:51] I am (hopefully correctly?) using Debian terminology because it's what the tooling uses and I find it to be more consistent. [20:55] So if I search for mysql-client-core-5.7, then it comes up both in bionic and bionic-updates, as the same version. But that doesn't make sense to me, if bionic was frozen in 2018 (leaving that old version there), [20:56] (for convenience: https://packages.ubuntu.com/search?suite=all§ion=all&arch=any&keywords=mysql-client-5.7&searchon=names) [20:56] ah [20:56] there are point releases to bionic [20:56] all the things in -updates are later released in the next piont release [20:56] w're up to 18.04.6 i think? [20:57] ahhh, that was not mentioned in the SecurityTeam FAQ ^^ [20:58] i see, still there is the changelog.. [20:58] http://changelogs.ubuntu.com/changelogs/pool/main/m/mysql-5.7/mysql-5.7_5.7.39-0ubuntu0.18.04.2/changelog [20:59] Also, as for, is there a reason why that site displays -updates and -security differently, even though they are both suites (or, in Ubuntu terms, pockets or origins)? ("bionic-updates" is a package list in its own right, but "[security]" is appended to the listing as the component/repositories are) === u0_a2048 is now known as jadenlian [21:00] It seems inconsistent so I want to make sure my mental model isn't wrong. [21:00] indeed, i would expect the basis package in bionic, and current in updates and backports [21:01] maybe worth a bugreport, but point releases like enigma9o7[m] noted, might explain this [21:01] yes, every point release includes all the updates and security updates to date. [21:02] Yeah, that makes sense to be, otherwise the release suite (e.g. "xenial") would seem obsolete after all the packages start getting obsolete. [21:03] we're probably about due for another point release version, looking at https://wiki.ubuntu.com/Releases says we've been on 18.04.6 since last september [21:07] Oh I think I get it now. [21:08] So bionic-updates is its own (optional) suite, and while bionic and bionic-security are distinct suites under the hood, the Packages Search transparently "combines" them, suggesting that running with bionic alone is not a supported usecase. [21:08] It's just showing the latest version/changelog for -security, and adding "[security]" to indicate that fact, I think. [21:08] ("showing the latest version/changelog for -security" in place of the normal release, that is) === cacty_ is now known as cacty [21:17] codingkoopa: Why are you struggling so hard with a four-year-old release? === gschanuel4 is now known as gschanuel [21:23] I've got an ubuntu machine to share pictures and videos over lan through samba. These are videos taken from my phone so they can be a few hundred megabytes to about a gigabyte each and there's lots of pictures. I've noticed that after watching a few or flicking through a few from a client device (whether ipad, windows or mac), it just hangs/stops and I have to restart samba for it to work. It's only 1 device accessing the share [21:23] at any given moment. The system has 32GB of memory and there's always over 20GB free. I had windows installed on the machine before to act as the server and I never had an issue like this. I'm obviously doing something wrong or haven't configured something properly but I'm not sure where to start debugging. The samba log files don't show errors at the time the hanging occurs. Here's log entries (I'm using debian pastebin [21:23] because ubuntu's asks me to login) https://paste.debian.net/plainh/431f994b - I'd appreciate any pointers on what to do or where to look [21:24] jhutchins: the principles of how the suites work are no different, no? [21:25] I'm working with a 18.04 system, but I don't think I have said anything that doesn't apply to newer releases. [21:25] forgotmynick, sudo watch smbstatus → might show you some info [21:27] codingkoopa: It would seem simpler to work with a more recent release. [21:27] although soon 22.04 will have its first point release and the same thing will apply. understanding the concept is the same. [21:28] dreamon: thanks [21:28] I still have my two main machines on 18.04 and everything is fine... [21:36] I have no doubt 18.04 works fine, but people seem to be struggling to get the latest shiney new applications on it. [21:37] My base system is even older, but I don't expect it to have all the latest bugs ,,, er, features. === Acou_Bass is now known as Piece_Maker [21:57] Hey again friends. [22:25] Based on [1], it seems like changing the suites used on your system is less of a mechanism of controlling what program versions are used, and more of *when* they are deployed. e.g. if you are running with `xenial` + `xenial-security`, you won't be bothered with `xenial-updates` updates, but you will inevitably get those changes anyways since the [22:25] next security fix will be based off of that. [22:25] [1] https://wiki.ubuntu.com/SecurityTeam/FAQ#How_are_the_.22-updates.22_and_.22-security.22_pockets_different.3F [22:26] Is that still right? That -security packages are based on the latest package between -updates and -security? === Scotty_Trees2 is now known as Scotty_Trees [22:32] codingkoopa: The security team would know more about that (some, but not all, lurk here), they can be found in #ubuntu-security. [22:32] Oh, good point, thanks ^^ [22:35] (and thanks everyone else who chimed in - this has been helpful) [22:38] Hey guys, what's the difference between using the apt command and the Sofware Updater? [22:38] When I run the "apt update" command it says there are 14 packages that can be upgraded but when I open the Software Updater it says "The software on this computer is up to date". [22:38] https://imgur.com/a/xgNRfnb [22:38] https://imgur.com/a/LfIWZVp [22:39] i'm using chattr(chattr +i fFILE) to not enable change my file in ftp but user can view, how do i disallow view? [22:39] ermailea: Another reason not to depend on cartoons to manage your system.