[00:15] rbox - sorta like a switch has a management console, I would like the motherboard NIC to act that way, just for access to the machine, nothing else [00:17] similar... https://superuser.com/questions/305844/is-it-possible-to-permanently-disable-internet-access-under-ubuntu [00:18] sorry wrong link [00:19] what if I set the network gateway on the nic to something bogus? === arraybolt3_ is now known as arraybolt3 === Guest8096 is now known as Sauvin === mkv is now known as m4v === Owner_ is now known as Floating4 === chris14_ is now known as chris14 [02:42] Floating4: if you're familiar with network diagrams, you could draw your intended setup here https://app.diagrams.net/ and share it. [02:43] also discuss whether you actually want a GUI or a shell / terminal is sufficient [03:13] I'm interested in the gnome disk utility feature of testing I/O of connected drives including USB flash drives. Is there a special package that does that? Or what's the apt package name of the GNOME disk utility? I'm in KDE (Kubuntu) and would have to install it separately, as I am unaware of the KDE equivalent. [03:19] tomreyn I managed to make it work, I just gave the "management" nic a bogus gateway so it can resolve internal but not external. Not ideal but open to other ways to ensure no internet leak can happen on that nic [03:20] tomreyn I'm basically going to call this my DMZ now [03:28] pickanick: google says it's gnome-disk-utility [03:29] pickanick: This isn't ideal, but you might be able to do something similar using `dd` on the command line. Something like "cd /path/to/USB_Drive; dd if=/dev/zero of=./test.img bs=4M count=256" and that will write a 1 GB file to the drive. dd should tell you the speed statistics when it finishes. There's probably a more ideal way of doing that, especially since that's liable to be thrown off by disk caching, but that's maybe a possible [03:29] starting point. [03:31] Adding "oflag=direct" to the above dd command might give you more accurate results. [03:32] Based on my recollection of writing .iso to USB by dd, dd does appear to report write speed to cache, being fast initially then slowing down... aha thank you for the oflag=direct suggestion. [03:35] Don't know if there are any Ubuntu release devs around, but I noticed that the checksums internal to the .iso file are md5sums ... I thought md5 was no longer considered a secure verification by itself. [03:36] The md5 checking is only for *integrity* checking, and md5 is pretty good for that still. And it's a secondary check - there are sha256 checks that are supposed to be used as a primary check. [03:37] For the on-ISO hashes, security isn't a concern - a malicious actor could just change the checksums if they wanted to. The ISOs have SHA256SUMS files distributed alongside them, and those files are detach-signed with an additional SHA256SUMS.gpg file. [03:37] So if you need to do a really thorough check, you download all three, use GPG to verify the SHA256SUMS file, then use sha256sum to verify the ISO file. I always do that. [03:38] The md5 sums are handy for if you flash a good ISO to a flaky drive and it corrupts the data. [03:40] pickanick: btw if you find yourself downloading a lot of ISOs and constantly have to verify them, this might help: https://github.com/ArrayBolt3/vm-isotest [03:41] It's primarily a virtualized testing tool, but it can be used as an ISO downloader. [03:45] * arraybolt3 just noticed I have some serious problems in the help guide for that tool, fixing now... [03:47] Fixed, now the instructions will actually work :P [03:47] *should actually work, assuming I didn't make any other mistakes [03:51] Thanks for the suggestion and the quality check ... Always so nice when the instructions work ;) [03:54] I noticed that ubuntu offers as a downloading option, zsync, which can update changed files. Is zsync smart enough to efficiently update a previous release ISO? Or just use it to download a fresh image from scratch? [03:58] pickanick: zsync is smart enough to download just the changes from one ISO to another. [03:58] I use it very frequently for updating daily experimental ISOs. [03:59] However, the differences between ISOs from one *release* to another are frequently large enough that it's not really worth it - the data that can be kept is little, and the compute time needed to find the delta is large. [03:59] It's efficient a lot of times, but from release to release, I usually download fresh. [05:40] arraybolt3: great thanks [06:09] Is there only one OEM kernel shared by all OEMs? [06:12] pickanick: huh? [06:13] tomreyn: I read https://wiki.ubuntu.com/Kernel/OEMKernel and it gives the impression that there are generic kernel, -hwe, -oem , so only one OEM kernel package shared by all hardware. No OEM-Dell, OEM-Toshiba, OEM-Asus, etc. [06:19] pickanick: From what I understand (and I could be wrong here), the OEM kernels are simply a method of getting a newer kernel on an older version of Ubuntu before HWE provides a newer kernel. For instance 22.04 started with kernel 5.15, but kernel 5.17 was available as an OEM kernel. [06:19] Such a kernel may be useful for equipment manufacturers who are distributing cutting-edge hardware that may not work well (or at all) with the older kernel. [06:19] I believe that yes, all OEMs use the same kernel, since the function of the OEM kernel is to provide newer kernels early. [06:19] (I may be misunderstanding here, if so someone please correct me.) [06:21] I see there are several other features of OEM kernels, so I didn't get everything right in the above, but it does look like all OEMs use the same kernel. [06:22] And I think I was mostly right based on the doc you linked to. [06:23] (it is a newer kernel on an earlier release, but it's also got other "new" stuff on top, not just a newer kernel version.) [06:54] arraybolt3: thank you for the confirmation and clarification. [07:01] Glad to help! [07:38] Some hardware have a BIOS option of SATA/NVMe vs RAID on. Windows was installed by OEM with the RAID On setting. Apparently I could boot linux, (perhaps Ubuntu?) with a linux VMD driver. In the past I've always changed to RAID off because my understanding of RAID was purely theoretical, RAID seemed to only ofterr more setup complexity, and I was fairly comfortable with having a boot drive and separate data drives. and I wasn't sure whether thre was any [07:39] performance cost to having RAID on in BIOS when one was not actually using RAID. , in the chance that one might later. [07:41] Question: If I install (on a system with *one* drive) Ubuntu in either RAID on or SATA/NVMe, will it still run under the other setting? [Obviously if one have multiple drives and stripes Ubuntu across drives then that won't boot when changing BIOS option to SATA/NVMe !] [07:51] pickanick: Not sure what version of Linux you were using back then, but Ubuntu is *incompatible* with the "RAID" setting you're seeing when working with an NVMe drive. [07:52] That "RAID" setting is Intel Rapid Storage Technology, which is... a mess. I won't get into the details (mostly because I don't know all of them since I'm not a kernel dev :P) but the Linux kernel devs really do not like some of the problems Intel RST causes with NVMe drives - and so they have chosen to not support Intel RST NVMe *at all*. [07:52] well I always would switch to SATA mode. [07:53] Makes sense. But if you switch from SATA to RAID, Ubuntu will just fail to boot. [07:53] hi [07:53] (Windows can, with some fiddling, be made to switch back and forth, Ubuntu not so much so.) [07:54] pickanick: Interesting tidbit, there actually is a patch to enable Intel RST NVMe on Ubuntu's kernel. It's used by Endless OS, so it might actually work if you switched into RAID mode. [07:54] (You can also apply the patch to an Ubuntu kernel if you're willing to do the work.) [07:54] (it being Endless OS in the above) [07:55] oh right, that is important to know. The BIOS did advertise "Linux Kernel VMD Driver" as an alternative to Intel RST. [07:55] That's odd, never heard of that. [07:55] Is this an Intel 10th Gen machine? [07:57] probably ? [07:58] maybe 11 actually [07:58] Hmm. Yeah, no clue there. I see a vmd.c file in the Linux kernel. [07:59] I do too ;) [08:02] Hello [08:02] https://www.kernelconfig.io/config_vmd which may not be relevant as it says "CONFIG_VMD is not available for the default architecture x86." nevertheless has the comment "Adds support for the Intel Volume Management Device (VMD). VMD is a secondary PCI host bridge that allows PCI Express root ports, and devices attached to them, to be removed from the default PCI domain and placed within the VMD domain. This provides more bus resources than are otherwise possible [08:02] with a single domain. [08:06] I dont have the hardware expertise to know whether it's a significant advantage. [08:07] arraybolt3: it sounds like RST and VMD are separate technologies and drivers, does that match your impression? === aaguhagegaooeg is now known as westor === westor is now known as Guest7276 === ubuntu is now known as Guest7176 [10:28] on optimus laptop, if I chose nvidia prop driver; after login it shows a blank screen [10:35] hello, im encountering random freezes on xorg with 100% cpu load using nvidia version 525 on gtx 960, i still got ssh acces though. [10:35] 1 core is at 100% load [10:47] https://allods.com/ guys try this a new free game from Lord Jesus Christ [10:47] :) [10:47] is so nice [10:50] at least fix your certificate mr christ === kvn_ is now known as kvn === pong is now known as beaver [11:52] hi [11:52] i am in Lubuntu, why my scroll barr is hidden on lxqt terminal ? [11:53] sebastien: can you screenshot that, and wich lubuntu release does that happen on? [11:57] https://ibb.co/V93Kh1f [11:58] https://ibb.co/LgrWC85 [11:59] qterminal 0.17 [11:59] how to show scroll barr ? [12:02] how to display the scrollbar? [12:07] where i can change the color of the scrollbar ? (qterminal, lxqt, lubuntu) [12:12] sebastien: looks like its theme related to me, maybe try out some visual tweaks on your lubuntu settings [12:13] sebastien: this is what i get when installing qterminal 0.17 ontop gnome; https://imgur.com/a/xAfIary [12:13] lotuspychje: basic theme linux [12:15] i have breeze ! [12:16] and when i click fusion, i have the scroll ! [12:16] sebastien: https://www.addictivetips.com/ubuntu-linux-tips/customize-the-lxqt-desktop/ [12:18] thanks ! [12:20] so i use fusion to show... [12:26] good day [12:39] systemd resolved is not same as resolvconf? [13:01] Hi all === realivanjx4 is now known as realivanjx [14:17] Hi! I would like to set my pymouth theme back to default. Should I just reinstall plymouth-theme-ubuntu? or edit plymouth.default? [14:20] i cann't copy/paste and create a folder in linux mint emergency please help any one [14:22] copy paste text or files? [14:22] !mint | premkumar [14:22] premkumar: The Ubuntu channels can only provide support for Ubuntu and its official !flavors. Derivatives and other distributions use different software repositories and other software. Please use their dedicated support venues, such as: Linux Mint: #linuxmint-help on irc.spotchat.org, Pop!_OS: https://support.system76.com/ , Kali Linux: #kali-linux on irc.oftc.net, LXLE: https://lxle.net/support-options/ [14:22] file brother [14:24] i don't know brother ubottu [14:24] i am in emergency sutition [14:25] please help [14:30] premkumar: we can only support Ubuntu and its flavours here === VaultTec8 is now known as VaultTec === Fisher244598 is now known as Fisher24459 === E-Man is now known as RaptorJesus [14:51] anyone else getting a system is up to date update-manager popup when no updates have been running neither gui or via apt, on jammy desktop? [15:04] lotuspsychje, does gnome have "unattended updates" installed by default ? [15:05] BluesKaj: well ive checked /var/log/dpkg logs and no new packages installed [15:06] ok, it's installed on kde/plasma by default for security packages [15:06] i checked apt, and got 2 packages that are upgradeable, but then update-manager should say there are updates, instead of system is up to date [15:07] well, unattended means automatic update without notification afaik [15:08] indeed, but they would show in dpkg logs then [15:09] I haven't checked the logs :-) [15:11] ill keep an eye on it [15:27] hi [15:28] i am just installed ubuntu studio 22.04 [15:28] browsers cant launch [15:28] why??? [15:28] it is a mistake?? [15:29] everton, try to open a terminal and start the browser from there firefox or chromium or others [15:29] and see what it writes. [15:33] litera in pvt i paste [15:38] everton, i don't take privates, please use Pastes to https://paste.ubuntu.com/ for pasting and link here so that anyone can try to help --- i don't know you have an issue with your snap version of firefox and its modules. [15:38] i cannot paste [15:39] if you need a working browser quickly try to install epiphany or falkon, apt-get install falkon - someone else might help you with that firefox snap [15:39] ok [15:42] !paste [15:42] 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. [15:45] Hm. I know there's a non-browser method of creating an on-line paste, but I haven't made a note of it. [16:02] Ah, here it is: echo |nc termbin.com 9999 [16:02] You can also use pastebinit, but that requires installation. [16:08] um [16:08] help. [16:08] I just accidentally did rm -r folder/* [16:08] and nuked the current working directory [16:09] WeeBey: A directory with important info I assume? [16:09] dont use random commands [16:09] If so, you're probably going to need PhotoRec at this point. [16:09] WeeBey: First thing to do would be to shut down the computer entirely before you accidentally overwrite what's left of the data. [16:09] WeeBey: restore from backup [16:09] arraybolt3: Yes. Stuff I didn't want to delete. I was using autocomplete and it was a mistake. [16:10] WeeBey: OK. If you don't have backups, turn off the computer now and boot from a live USB. The sooner you do, the better. [16:10] PhotoRec can attempt to reconstruct the deleted data from what's left on the disk, but the OS may overwrite that stuff if it's still on and doing things. [16:10] ah dang it. [16:10] That suuuuuuuuucks [16:10] rm is permanent. There's no undo button. [16:11] yes. I'm aware. it was a mistake. I've been using the terminal for like a decade. It was just a slip for the fingers really. [16:11] I've done that before. It's... yeah. Sorry that happened. [16:11] lol that's so silly. Photorec sounds interesting. let me have a look. [16:12] It's available in Ubuntu, however it can't scan a mounted drive so you will need a live USB to use it. [16:12] Once in the live USB, you can do "sudo apt update && sudo apt install testdisk" to install it in the live environment. [16:12] WeeBey: the longer you run your pc and the more you write and delete (logs, etc) the less likely you are to recover anything. Even then it's not guaranteed [16:13] hi with wich command can I start a just configured vpn? [16:13] fede_: Depends on what VPN you're using. ProtonVPN? Wireguard? OpenVPN? [16:13] speak rus?? [16:13] Something different entirely? [16:13] !rs | mvn [16:13] mvn: Molimo udjite u #ubuntu-rs za pomoc u vezi sa Ubuntuom na srpskom jeziku. [16:13] !ru | mvn [16:13] mvn: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [16:13] Nope. [16:13] pptp vpn [16:13] leftyfb: yea... Thanks arraybolt3 ugh. [16:14] fede_: Network Manager is your best bet [16:14] fede_: other than that, nmcli [16:14] * arraybolt3 makes a note that "rs" is not the language code for Russion [16:16] https://www.system-rescue.org/System-tools/ [16:17] arraybolt3: I have tried to start the connection with Network Manager, but it tell me can't connect without any seggestion to find the problem, I have think to start the connection with terminal for see the details of failure [16:19] would testdisk work on an encrypted drive? [16:19] lol [16:20] WeeBey: Encrypted drive with zero backups? [16:20] jhutchins: Yes? haha [16:21] Ok, so this is a VM that I was using for some media editing stuff cos of I needed to install so many apps and libs that I didn't want to mess up my own underlying system. [16:21] WeeBey: Yes, actually. [16:21] You have to use cryptsetup to get access to the encrypted container. [16:21] But then you can use PhotoRec on the mapped device. [16:21] (LUKS works by making a "container" on your drive that then holds your data encrypted, You can "mount" that container without mounting the filesystem using cryptsetup.) [16:22] WeeBey: Why was it encrypted? [16:22] Then you can throw PhotoRec at the container and see what you get. [16:22] jhutchins: They probably encrypted it intentionally with LVM + encryption, which Ubuntu gives you the option of doing. [16:23] WeeBey: You may have to get into the LVM volumes first if you used LVM+encryption. Can't remember the commands to do that off the top of my head, but it's doable. [16:23] Ah boy. [16:24] Thansk for the help arraybolt3 [16:24] arraybolt3: Well, yeah, I doubt anybody encrypts stuff accidentally. [16:24] I like encrypting and testing things [16:25] I do it on VMs so I don't mess up my own system. Then sure, i forgot and was using the VM for other stuff. [16:25] WeeBey: Once you get things stabilised again, one of the great features of VMs is that you can take a snapshot of the virtual hard drives and save those as backup. [16:25] Storage is cheap these days. [16:26] jhutchins: yep. Amazing if I had one. haha. Like I said, it was a silly slip that has never happened before. i was just typing too fast to free up space. [16:26] and oh boy did i free up space. [16:26] lol [16:27] WeeBey: Well, I once deleted the contents of a commercial muti-site web server, so it's not like you're the only one. You have my sympathy. [16:28] jhutchins: ooof. This was personal stuff and not critical just crappy. I can't imagine THAT stress. [16:28] Experience is proportionate to data destroyed. [16:29] Well. I would say that now I should make a snapshot but... it's kinda sad to make a backup of an empty drive [16:29] haha [16:30] This is my command: rm -r clang+llvm-15.0.5-x86_64-linux-gnu-ubuntu-18.04/* [16:31] wait no. this one rm clang+llvm-15.0.5-x86_64-linux-gnu-ubuntu-18.04 * [16:32] Well, lesson learned. Thanks fellas. But I will definitely have a look at that testdisk app. looks interesting. Maybe i'll snapshot then try that application in case i mess something else up. [16:51] Help [16:51] aiuto [16:51] !it [16:51] Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [16:53] I would like to connect my PC through the LAN home network to the smart TV as I did in Windows [16:54] I've tried them all [16:55] tnx [17:00] teomondina: What application did you use in Windows? [17:02] I no longer use windows 10 [17:02] Now I use Lubunto [17:04] I was using Windows to share video files from an external HD [17:06] I tried to use SAMBA, but I failed [17:07] jhutchins, However, I would like to thank you for your interest === dob1_ is now known as dob1 === Rahoul11 is now known as Rahoul1 [17:48] I just remembered. I do have a backup. It's inside a cloned disk copy that i made a month ago using dd ! It's possible to mount this bit-by-bit copy and access my file, right? [17:48] I'm seeing answers that say yes, but they reference a dd copy of a partition not the entire disk. [17:49] WeeBey: if it is a single partition you can use mount -o loop [17:50] ravage: yeah, that's the info that I was seeing. But it's the full drive. [17:50] if you image has multiple partitions you can use kpartx for examle [17:50] sudo kpartx -av disk_image.raw [17:50] and then something like: sudo mount /dev/mapper/loop0p2 /mnt [17:51] after umount also do kpartx -d disk_image.raw [17:51] to remove the loop devices [17:51] Hmm. that's interesting. I had not heard of this. [17:51] I appreciate the help. [17:59] is Exploiting Tool TheFatRat safe to use and download from github ? [18:01] code105, not supported here. so we can say anything [18:02] you better look for pentesting channels [18:05] ravage: another question... is it possible to mount these .img files from DD on a VM (Vbox or Vmware)? [18:05] if your virt. solution supports to add disk images as storage devices then ye [18:06] ravage: hmm. I'll look into this. Thanks ! [18:19] Newbie Question , there's an antivirus for ubnutu ? if yes what is the best one ? [18:19] no [18:19] there are scanners, but pretty useless. [18:20] !antivirus [18:20] An "antivirus" is primarily a concept from the Windows ecosystem and usually a program like that is not needed on Linux because the threat model is different. Malware on Linux does exist, however. Google up "rkhunter" and "linux intrusion detection systems". Also look up !clamav [18:23] How to install tar.gz file [18:23] seriously, you could not find that answer? [18:23] step 1 read the instructions [18:24] seems like we are doing your homework? [18:24] Is newbie Questions now allowed here? [18:24] code105: You don't. [18:25] ah boy. Im reading that I gotta convert my 1tb dd img file. Ugh. Nope. Data gone. [18:25] code105: A tar.gz file is just compressed data. It can be one or more files or folders. [18:25] questions are allowed, but you should investigate the web first. === dlafreniere is now known as dtg01100 [18:30] WeeBey: Convert it to what? [18:38] jhutchins: some vm-readable format. Suggested using qmu to turn to vmdk etc. [18:40] I'm sign in as a root - But when i open the Disk of System (C) , I can't do any action to files or folders like move - copy - cut - remove ! [18:45] code105: signed in to where as root? typically the root account is locked in ubuntu [18:47] sudo -i # gives a session as root, but if your system is RO read only, one cannot do anything. [18:53] hi, i see openssl 3.0.8 is latest patch release [18:53] but my system version is 3.0.2? [18:53] Macwinner: and? [18:54] !latest | Macwinner [18:54] Macwinner: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [18:54] having some issues across cluster of servers.. lots of troubleshooting leading to theory maybe we are facing some weird vulneratbility with haproxy and libssl.. just shot in dark. [18:55] sorry, super vague.. have tried lots of different things [18:55] going to eliminate a openssl issue by building haproxy against latest patch release [18:57] you're welcome to ask again once you have details you can share. [18:58] openssl 3.07 release date feb 7, jammy version https://launchpad.net/ubuntu/+source/openssl/3.0.2-0ubuntu1.8 https://www.openssl.org/news/openssl-3.0-notes.html [18:58] your are patched ... [18:58] see cve numbers [18:58] Macwinner, ^^ [18:59] version numbering is not equal, so i understand the confusion [18:59] got it [18:59] thanks oerheks! [18:59] have fubn! [19:00] err fun [19:01] sorry for vagueness.. been a couple days of very little sleep trying to figure this out.. [19:03] oerheks: if the 3.0.8 changes haven't made it into jammy, is it because the the team has not determined them to be a significant vulnerability? or just maybe timing thing? [19:04] it has been made, patched. [19:04] only Lunar has the new version numbering https://launchpad.net/ubuntu/+source/openssl [19:05] take a read why https://wiki.ubuntu.com/AutoStatic/PackagingVersioningScheme [19:05] thanks.. sorry for ignorance.. we recently switched from centos to ubuntu so still getting up to speed [19:16] hello [19:16] salut [19:17] jojo [19:17] ge moder === austinw1 is now known as austinw [21:10] What do peope still use the PC card interface for? [21:11] !ot | jhutchins [21:11] jhutchins: #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! [21:14] I have an apt source which I only want a couple packages from, currently it installed updated versions of stuff *over* official ubuntu packages which I would like to revert (purge the versions installed from the 3rd party repo and ensure official versions are installed). Also I would like to pin/prevent any further updates from that repo except for [21:14] the specific packages I allow. Is this possible and if so how? Thanks in advance! [21:15] the instructions floating around on the internet seems to be pretty hacky things and generally don't instill a lot of confidence in the desired outcome :( [21:16] "seem hacky"? [21:16] apt pinning is how to do it... [21:19] yeah, really random scripts piping through 4 or 5 things etc...I don't want to *purge* the packages, I want to make sure the packages are there but installed from ubuntu repos [21:20] if I pin is there an apt command that I can use to 'downgrade' to the proper repos? [21:20] just set the pin and reinstall the pacakge [21:21] doing a dist-upgrade shoudl get them to the correct version [21:23] lemme see if I can get a pin configuration that does what I want then and try a dist-upgrade [21:29] hi everyone i'm effe [21:30] i've a problem a few minutes ago..open a video file with the standard video player on ubuntu crash and then the folder disappear but with the terminal i can see the folder and the video file! [21:33] ubuntu crashed on a video file? [21:34] like dave matthews? crash... in to me... yeah... [21:35] ubuntu or just the videoplayer? [21:39] webchat52, ?? [21:48] Helllo everyone! Does anyone know how to write a bash script which would loop if either no input is given or too many inputs are given? [21:49] Say I have this command: nmap some-ip-here -p 1-99999 | awk "/\/tcp/" | cut -d/ -f1 [21:49] z_: try asking in #bash [21:49] how do I get there xd [21:49] I opened this chat from ubuntu website... [21:49] z_: /join #bash [21:50] ty let me try [21:51] Hi all [21:52] :-) [21:53] what is inside third party software while ubuntu-mate install [21:54] !restricted [21:54] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/12.04/ubuntu-help/media.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [21:56] if VLC can play everything than still we need to install codecs like things ? [21:56] Is Telemetry enabled by default on Ubuntu Desktop and server systems including docker containers, kubernetes pods? [21:56] no, but you still need to install dvd stuff, that is not included in VLC [21:56] https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs [21:57] thanks sir [22:01] hiya, yes, but manually. but it is easy to disable; ubuntu-report -f send no [22:02] oerheks: But during first boot it asks you for reports to be sent to Canonical which defaults to yes, if we say no to it, it should be all, right? [22:02] yes. [22:02] you still would get the Q if a problem occurs, to send it. [22:03] oerheks: so if we click yes again, telemetry is on? [22:04] if you enable an option.. it is usally on yes [22:05] is telemetry good thing,what professional says? [22:05] tin foil hats say no. [22:06] it just helps detecting issues. anonymously [22:06] hmm like usage date collection of users [22:06] data* [22:07] https://ubuntu.com/legal/data-privacy/2013-03-25 [22:07] https://github.com/linuxhw/Trends/tree/master/Dist/Ubuntu [22:08] so thats why FSF/GNU recommending other distros [22:08] yes, about applications on your hardware, and network/internet issues that are a problem [22:08] browsers do this too... [22:09] While Ubuntu offers many features, there are also many privacy issues people are concerned about. [22:10] Rajput: you can discuss any concerns your may have in #ubuntu-discuss [22:10] this is a support channel only [22:10] when i said what crushed is the video player standard, and then the window manager [22:12] rbox: this really isn't working...dist-upgrade isn't re-installing from the ubuntu repos and further more it's going to remove the 1 package I *do* want from the repo (which isn't in the ubuntu repos at all) [22:12] called "file" hide one folder where i was attempt to open a video file..sorry, thanks a lot and good job byez [22:13] travisghansen, without details what repo you added, it is hard to tell what to do to reverse. [22:13] ' generally' rbox is right [22:15] https://pastebin.com/4Phq6vuM [22:17] oh pop-os .. they add very special stuff to ubuntu, hard to reverse. and using some of their packages is questionable [22:17] burn that installation. start fresh. dont add unsupportted PPAs [22:17] https://pastebin.com/u2hdQt61 [22:17] uh [22:18] travisghansen: if you added the pop-os repo and did updates, you are not longer running ubuntu [22:18] and kernel 6.2 .. not supported here, yet. [22:18] nor pop-os [22:18] I'm not interested in flame wars, I need the power package and only have 10-15 pop-os packages [22:18] travisghansen: reinstall ubuntu [22:18] again; using some of their packages is questionable.. [22:19] I rarely use ubuntu/apt-based distros [22:19] travisghansen: it's not a flame war, adding the pop-os repo installs half the OS over Ubuntu, but leave out just enough to make a complete mess === maygic is now known as maygic23 [22:19] travisghansen: you have a broken OS now [22:20] that's utter bullshit, it's a server and has only minimal packages installed...forget it's pop os, how do I get apt/dpkg to (re)install the ubuntu versions for the 10 packages I don't want [22:20] please watch your language [22:21] notes [22:21] noted [22:21] travisghansen, with kernel 6.2? [22:22] travisghansen: remove the pop-os and try to: sudo apt install --reinstall # for every package, finding the version by looking through apt-cache policy for each version [22:22] I still have 5.15..and yes I would like that gone as well. I don't get how coming from pop-os repo matters vs the kernel generic ppa [22:22] leftyfb: lemme give that a try real quick and see what I get [22:22] travisghansen: because the kernel came from pop-os [22:22] if it is a minimal server install a reinstall should not take longer than 30 minutes [22:22] jammy + HWE gives 5.19 .. [22:23] ravage: I have my reasons to not want to re-install.. [22:23] travisghansen: at this point, you have a mess of an OS, as much as you assume otherwise. Trying to fix it is going to take more effort and time than just a reinstall of Ubuntu [22:23] good luck :) [22:23] travisghansen: and note, you're basically outside the type of support typically given here with unsupported core packages and kernel installed [22:27] it's basic package management features, I'm not asking for support for kernel 6.2 or any other garbage actually installed by the repo [22:29] ravage: but if we said no on first boot, why does it ask again and again about reporting? [22:30] not sure what you mean by again and again [22:31] you still would get the Q if a problem occurs, to send it. [22:31] even when you say no [22:31] disable whoopsie [22:31] https://askubuntu.com/questions/135540/what-is-the-whoopsie-process-and-how-can-i-remove-it [22:32] oerheks: but if we say yes for this specific problem, would it enable telemetry? [22:32] no. it sends just that one time. [22:33] travisghansen: ( for i in `apt list --installed 2>/dev/null|awk -F/ '{print $1}'`; do echo $i $(apt-cache policy $i|grep -A2 Version|tail -n1);done|grep pop-os ) | nc termbin.com 9999 [22:33] oerheks: I can't find Telemetry page for Ubuntu, what should I search? [22:35] [23:07:32] https://ubuntu.com/legal/data-privacy/2013-03-25 [22:35] oops you know my timezone now [22:36] https://ubuntu.com/legal/data-privacy [22:37] the other link is an older version [22:37] oh i read 2023 before [22:38] yep 2013 may not be accurate anymore :) [22:43] What kind of PC cards (the credit card sized ones) are supported by current versions of Ubuntu? [22:44] you mean laptops from the 90s? probalby none [22:44] lol [22:44] jhutchins: you know that's a loaded question. Why do you ask? I can think of at least half a dozen different types of "PC cards" all with their own purposes and drivers [22:44] leftyfb: The question is whether they are still supported. [22:45] In Ubuntu. [22:45] jhutchins: https://manpages.ubuntu.com/manpages/jammy/en/man4/pccard.4freebsd.html probably [22:46] https://manpages.ubuntu.com/manpages/jammy/man8/pccardctl.8.html [22:46] PCMCIA ? [22:47] all of them, since kernel 2.4 ? [22:47] oerheks: Isn't that more of an internal bus? [22:47] oerheks: The ones I have are labeled "PC Card". [22:48] jhutchins: it would help if you would divulge why you want to know if PCMCIA card will work in ubuntu. They could be a modem, serial, ethernet, wifi, storage, custom interface for a device, etc [22:48] In the past, the cards were known as PCMCIA cards, but they are now referred to as PC cards [22:48] jhutchins: a model# would help [22:48] oerheks: So none of them have been deprecated as far as you know? [22:48] https://pcmcia-cs.sourceforge.net/ftp/SUPPORTED.CARDS [22:48] jhutchins: plug them in and try them [22:49] cards need to be plugged in, before boot. [22:49] oerheks: Ok, I think the standards might have been a little different too. PC Card may be an inclusive term. [22:53] I actually tested last year if an old firewire card still works. As much as I can remember, the bus worked but firewire was not supported by the kernel anymore. [22:54] Reason for testing: tens of hours of HDV cassettes and the only output in the camcorder is firewire. :) [22:55] it still is .... [22:57] oerheks: Firewire? [22:58] maybe some cards are not supported. [23:00] !find libavc1394 [23:00] Found: libavc1394-0, libavc1394-dev, libavc1394-tools [23:01] oerheks: TY. I'll check the nature of the problem tomorrow. [23:02] Luckily I have several firewire cards with different chipsets... [23:03] there are changes to come .. https://www.phoronix.com/news/Linux-6.1-Staging [23:07] leftyfb: finally found a sane solution based on priority explanation spelled out here: https://gist.github.com/JPvRiel/8ae81e21ce6397a0502fedddca068507 [23:07] I just set the ubuntu repos to priority 1001 and did an 'upgrade' which downgraded packages that were 'upgraded' by the pop-os repo...all clean now [23:08] travisghansen: ( for i in `apt list --installed 2>/dev/null|awk -F/ '{print $1}'`; do echo $i $(apt-cache policy $i|grep -A2 Version|tail -n1);done|grep pop-os ) | nc termbin.com 9999 [23:08] commented out the priority after that as I have already lowered the priority on the pop repo [23:08] travisghansen: that will show all the packages installed from pop-os [23:11] it seems not perfectly no: https://pastebin.com/zTXktQgr [23:11] you definitely want to roll those back, and remove the system-76 packages [23:12] I can't remove the system76 packages..I need a functioning fan lol [23:12] that's the whole reason I have the repo to begin with [23:13] so you are not on 5.15? [23:13] travisghansen: you'll at least need to roll back the rest including the kernel [23:13] I'll remove the remaining kernel packages and reboot shortly to 5.15 [23:14] leftyfb: yeah, will do [23:15] seems to give me legit details: https://pastebin.com/mhq1NxAE [23:16] more code and less accurate results, but sure [23:16] leftyfb: than your command? or something else? [23:16] yes [23:17] leftyfb: your command is not valid results..so not really helpful [23:17] how do you figure? [23:17] the 'not perfectly' pastebin shows why [23:18] your command give ubuntu-drivers-common in the output which as shown is *not* installed from their repo [23:18] (among others) [23:22] travisghansen: fixed ( for i in `apt list --installed 2>/dev/null|awk -F/ '{print $1}'`; do echo $i $(apt-cache policy $i|grep -A1 -- "\*\*\*"|tail -n1);done|grep pop-os ) | nc termbin.com 9999 [23:27] leftyfb: those results seem sane yeah [23:27] significantly slower than the dpkg command but if the results are better I'll keep it [23:28] it's slower because it's looping through the entire list of packages [23:39] travisghansen: if interested https://github.com/ericj112/ppa-tool [23:40] EriC^^: does that work randomly added sources? [23:41] yeah, that was the whole idea of making it cause ppa-purge only used to work with launchpad [23:41] nice [23:42] EriC^^: damn, even accounted for added repo's that are commented out [23:43] :D [23:43] EriC^^: very nice code, albeit a bit pythony ;) [23:43] total amateur coder here, just getting it done type stuff :) [23:43] Can I share the post I wrote about choosing Debian or Ubuntu here? [23:44] EriC^^: i get "Error: ppa list file doesn't exist, try apt-get update first" for all my PPAs [23:44] hiya: try #ubuntu-discuss or #ubuntu-offtopic [23:44] EriC^^: hm, yep, same her [23:45] here* [23:45] ravage: i wonder if the ppa's are added straight to the soruces.list ? i remember it only looking at .list files [23:45] they're not [23:45] sources.list.d [23:46] I can dig into it more a bit later, gonna get back to not doing this type of stuff before I actually have to do some planned maintenance at 11pm tonight [23:49] ravage: getting same thing here, wonder what's changed [23:50] maybe it cant handle the new signed-by flags in the list files? [23:50] ok. its not "new" but the last script update also was a while back :) [23:52] Hi, FS went RO, rebooted and was met with this: [23:52] EriC^^: ppa list file /var/lib/apt/lists/https:__apt.syncthing.net_dists_syncthing_stable_*_Packages doesn't exist [23:52] * ForeverNoob[m] uploaded an image: (3892KiB) < https://libera.ems.host/_matrix/media/v3/download/matrix.org/aennsefNmTEcRdMujQNoeTrK/20230320_003646_3294930677515730742_20230320003854.jpg > [23:52] I can't clone my drive right now. Is it safe to run fsck manually like it says? [23:52] i added $i to the output. i guess we have to look at those cut commands a little deeper [23:53] ForeverNoob[m]: I would run a SMART test before doing anything. [23:53] ravage: it's cause of the https [23:53] ForeverNoob[m]: and then take a backup if you don't have one [23:53] ForeverNoob[m]: and THEN try an fsck [23:54] fsck -f /dev/mapper/ubuntu--vg-root [23:54] leftyfb: aren't SMART tests notoriously unreliable on SSDs? [23:54] ForeverNoob[m]: I don't know about notoriously [23:55] seems like bionic, support ends soon [23:55] end of April [23:56] why would smart be unreliable? [23:56] Yeah was about to upgrade :( [23:57] as studio switched to KDE, do a fresh install [23:57] It was my understanding that SMART was more a thing for spinning drives. Because of SSD controllers that would give unreliable representation of things. [23:59] OK so there's a Mac near me. I can try to flash a USB stick with sysrescuecd or something in order to do a SMART test.