=== zzz is now known as yin === yin is now known as zero === Sven_vB_ is now known as Sven_vB === M4he is now known as mahe [03:54] Hi, my Ubuntu partition takes up the whole drive, I'd like to shrink it with parted down to 100 GB or so. Is this generally safe? Ubuntu takes up about 22 GB right now... [04:28] After dd the iso into a usb drive, booting from usb drive, and verifying sha256sum, I see it being different than the one posted. Does it mean that xubuntu changes something on usb drive when booting from it? [04:35] webchat24: the .iso file system is read only, its contents cannot be changed [04:35] Which file is reported to be different? [04:39] I have downloaded uni to iso image, dded it into usb drive, booted from that usb drive, and run sha256sum on the usb drive (for the size of the original iso), and I see that sha256sum differs .  Is this expected? [04:41] Yes because your drive has a different size than the iso [04:41] If you only check the first X bytes, it should be the same [04:41] <[code]> they left. again. [04:42] Did you see the answer as webchat24 ? [04:42] No, can you please paste it again, for some reason webchat disconnects [04:43] Yes because your drive has a different size than the iso [04:43] If you only check the first X bytes, it should be the same [04:44] I did specify bs and count correctly when doing dd command feeding data to sha256sum [04:45] Actually, i played with it, and it is the first (head) bytes that are different … [04:45] <[code]> if you want to check the data was downloaded successfully then check the checksum on the iso. if it matches then you downloaded it successfully. the disk has a different size and won't generate the same checksum unless you constrain the comparison to the same number of bytes as the iso [04:45] Which commands are you running exactly? [04:46] I did diff on last  (size-4K) and they were identical [04:46] Also, when Ubuntu.iso boots, it again md5sums the contents [04:46] <[code]> also deb packages have builtin checksums. if you're concerned that your usb drive is bad or some how faulty, you'll get errors if it is as it installs [04:47] Yes, but what if my system that I used to dd original iso into USB is tainted? [04:47] <[code]> usbdd: then check the pgp signature [04:47] But if the system I am running it on is tempered, how would that help? [04:48] <[code]> you can cryptographically verify it wasn't tampered with by verfiying the gpg signature. [04:48] <[code]> usbdd: what do you mean? [04:48] I can verify the iso, but not what my (potentially tempered system) writes into uab [04:48] If they tainted ALL executables, including dd and gpg and shasum, then ok. How possible do you think that is? [04:48] <[code]> usbdd: at some point you're gonna have to "trust" [04:49] <[code]> if not go off and write templeOS 2.0 and share the crazy [04:50] <[code]> usbdd: more seriously. do you have a reason to suspect your machine is not trustworthy? [04:50] So, I thought I would boot from USB, and run sha256sum on the USB, making sure it matches the advertised sha256sum … but it is not, because as it looks to me, when Ubuntu boots from USB, it writes something small at the beginning of the USB.  I am not sure if it is the Ubuntu, or perhaps the boot loader? [04:51] <[code]> i don't think i've ever seen a rootkit or common hacker tools that patch dd to look for writing an ubuntu executable and inject compromised executables in to the usb disk. there are far easier ways in to a system than that. that's a bit "contrived" [04:52] <[code]> usbdd: did you compare the checksum before booting? [04:52] <[code]> usbdd: and did you constrain the check to the same number of bytes as the iso image? [04:52] Yes, but I did it from a potentially tempered system [04:52] Paste the EXACT commands that you use to compare [04:52] Yes, it was always the same number of bytes [04:53] You probably oversaw something [04:53] <[code]> usbdd: $5 says it's not tampered in a way that would prevevt you from writing an ISO to a usb disk safely [04:54] Dd if=/dev/sdc bs=1791655936 count=1 status=noxfer | sha256sum [04:54] <[code]> usbdd: how exactly would dd "tamper" with a usb drive and the drive have the same bytes as the ISO? [04:54] <[code]> is it gonna modify the ISO too? [04:54] Please note that this is actually latest xubuntu iso, so the size matches the xubuntu … I run the s and command from potentially tempered system, and then from booted usb, and sums are different [04:55] <[code]> that's very interesting [04:56] Look, I can write a program that can do that, so I am sure a hacker can do it too … [04:56] I wonder if it is the Casper image, or whatever that persistent storage that Ubuntu has [04:56] You can recreate a squashfs with the same size? [04:57] <[code]> why would a hacker do that when there are far easier ways in to a system? [04:57] <[code]> there would be more obvious signs that the machine was hacked [04:58] Code: you are saying that as if know a few backdoors … I just want to know if on boot Ubuntu modifies something on the usb drive it is booting from [04:58] Code: it could be one way to spread, or retain persistence [04:59] <[code]> so verify the checksum on dd [04:59] <[code]> it's well known [04:59] <[code]> and yes i knwo about the compiler, compiler trust problem. [05:00] Can you upload the first 512 bytes that are different somewhere? [05:01] <[code]> usbdd: the live bootdisk does [05:01] Ok, so is it possible that during boot from usb Ubuntu modifies some content on usb? [05:01] <[code]> yes [05:01] Persistence doesn't work if you used dd [05:01] <[code]> which is why i said to check it _before_ booting [05:01] Code: I did check it before booting, and it was OK … [05:02] <[code]> usbdd: so you should know === mkv is now known as m4v [05:03] <[code]> is your web browser tampered with? It might be replacing chat messages with disinformation. [05:04] I will upload the first 1k bytes that differ shortly … [05:18] Don’t know where to upload it … BUT, I did the hexdump, and then a diff and the only difference is the 16 bytes at offset 0x1e0 (480) … in the case of the iso it is all 0s, but in the case of the usb it is some non zero data [05:19] usbdd: if Ubuntu was modifying the iso, it would mean that anyone that booted an .iso with a VM, and md5sum'ed it later, would get a different result [05:19] I highly doubt that Ubuntu modifies it, even as a bug [05:19] Did you try to install grub to /dev/sdc while installing it? [05:20] You can use xxd to upload the contents in any pastebin [05:20] I did not install anything [05:23] ubuntu46: is that xubuntu-21.10-desktop-amd64.iso ? [05:27] For usb: https://pastebin.com/iHknivB1 and for iso: https://pastebin.com/UpJeXuEs [05:28] usbdd: I just booted xubuntu-21.10-desktop-amd64.iso in a VM and it's sha256sum is still c6eeb0fea343770f6a97701df1794c0b16f3b5e203407db564521e65ebb944b1 [05:28] usbdd: what you uploaded is not xubuntu-21.10-desktop-amd64.iso [05:29] Which iso exactly are you using? [05:29] Ok, to be exact, I am using xubuntu 20.04.2 … when you boot it in VM did you boot as iso or as usb? [05:29] Sorry, 20.04.3 [05:29] As iso. I'll download 20.04.3 and dd it into a disk and test [05:29] Thanks [05:40] usbdd: you are correct [05:41] I would file a bug report for this; although they abandoned isolinux in the newer CDs [05:41] So I'm not sure if that's still the case in 21.x [05:41] alkisg: I actually just tried it in qemu, and in my case it did not modify the image :( [05:41] To be clear: dd'ing xubuntu-20.04.3-desktop-amd64.iso into a disk and booting a VM with it, modifies a few bytes at its start [05:42] Of course booting the .iso directly doesn't, as then it's presented as a CD and it's not writable [05:42] you are right, I just booted the iso [05:44] It might be something as innocent as "updating grubenv" (grub is used in uefi mode), but still, it shouldn't do it [05:45] btw, are ubuntu images signed? in other words, is there a way to verify them using secure boot? (for now I always had secure boot disabled, but perhaps it is time for me to enable it) [05:45] Secure boot in Ubuntu doesn't help as the initramfs isn't signed [05:45] oh, thats convenient, lol [05:46] Persons can still get root with it; they miiiight be prevented from loading unsigned modules though [05:46] If you generate a bundle of kernel+initrd and sign it with your own MOK key, it's possible to have a somewhat more secure boot, but in your own kernel/initrd, not the stock iso [05:48] thanks ... i think it is too much work for me though [05:50] Since we verified that the problem is with xubuntu.iso, you have no reason to research it further [05:50] (regarding a possible hack, that is; while you could research why xubuntu.iso does that...) [05:51] Inside my VM, I see an iso9660, a vfat and and ext4 partition. Not sure why. Maybe it's related to one of them. [05:57] Hmm, I wonder if newer casper has code to automatically create an ext4 partition for persistence... [05:58] (or logs/user data) [05:58] That would explain everything [05:59] thats what I suspect too, but the diff bytes are only at the beginning in my case ... perhaps it is a pointer to the persistent storage later on the disk, beyond the original iso [06:00] Boot the stick and check if you have an ext4 partition that fills the disk [06:00] but then it would suck ... what if I write my hidden crypto data at the end of the disk? [06:00] Resize first, put hidden data later [06:01] Now YOU are the hacker... [06:01] I watched to many documentaries on netflix recently ... [06:28] Hey guys. I installed gnome software and tried installing software through it .... but it just hangs and seemingly does nothing. Using the cli works just fine. Did you also had similar issues? [06:30] Hey. No. You have to be more specific. You installed GNOME Software on what distro? What version? Is it a snap or a deb package? [06:31] the latest unstable ubuntu [06:31] I just did apt install [06:31] Jammy 22.04 yesterday's build? [06:32] and am trieng to install some app from flathub. The green progress bar remains completely inactive ad nothing happens [06:32] Ohh I meant 21.10 (the latest non lts) [06:35] ivo_ it already has Ubuntu Software. [06:36] Installing GNOME Software is redundant and frankly may mess everything up. [06:36] Ohhh no it hasn't. It is the minimal server aarch64 version. I am using it on a mac mini m1. So needed to go a differen troute with the instalation. [06:37] I see. That's why you need to be more specific. [06:37] I did the minimal install and than apt installed the ubuntu-desktop. And sadly there was no grafical app store [06:37] Not familiar with servers, sorry. [06:37] Kbar, you are right :). [06:38] *I use it as a desktop ... but the non functioning app store ui is annoying [06:39] the snap-store works better, maybe will switch [06:39] snap-store is the default now. [06:40] yep ... but sadly doesn't search the flathub :( [06:40] and looks a bit glitchy [06:40] *fonts are weird [06:40] my rpi on 21.10 doesn't want to connect to wifi with the appropriate settings in network-config [06:40] Yes, it doesn't support flatpaks. [06:41] does SSID need to be in quotations? heard opposing advice [06:41] access-points: [06:41] "$NAME": [06:42] ivo_ you may wish to file a bug report with `ubuntu-bug PACKAGE_NAME`. [06:43] KBAr, will find out where and maybe will. [06:43] *It is kinda low prio [06:44] ivo_ well, it's good to report it asap, because you may forget about the problem after you've found a workaround. But of course it's up to you. [06:45] nshire no, it doesn't. Is the connection at least listed? [06:45] its running headless [06:46] Ohh KBar I just realized ubuntu-bug is an app I can just execute. I'll report it right away. [06:47] ivo_ great! Thank you. [06:53] 1 [07:06] @nop === pah is now known as pa === funman_ is now known as funman [08:58] Ubuntu 20.04 - Thinkpad P14s [08:58] Internet, not LAN, connectivity fails after some minutes when connected only via Ethernet connection (WiFi connection does not have a problem). [08:58] Ethernet and WiFi connections are both DHCP. [08:58] I have already rebooted the Switch (which has over a dozen other systems connected to it ... without this problem), using a brand new Ethernet cable, changed to another Switch port and patch panel port. [08:58] Any ideas? [09:01] Have you looked at the syslog to see what happens when the connection drops? [09:02] yes, there was nothing [09:03] the connection doesn't drop. Only Internet access to down. [09:03] I can still access everything on the local network [09:04] Can you ping 8.8.8.8 [09:24] I don't know if this message got through -> it just happened again - ping 8.8.8.8 fails [09:25] Someone solved the problem by re-installing the Windows drivers https://askubuntu.com/questions/653994/ubuntu-internet-stops-working-after-a-few-minutes-wifi-stays-connected-though [09:25] I guess I'll give that a try :/ === diskin is now known as Guest2347 === diskin_ is now known as diskin [09:57] https://ibb.co/PG3p0Tt [09:57] ^^hey all! can anyone tell me if this means smthn/what it means?? [09:57] i was prolly just slashing my kb fixing it, not sure [10:05] Is there any way to rebind Control-Backspace (in gtk) to Alt-Backspace (traditional readline/Emacs)? [10:07] I keep mixing them up. :-( [10:22] I re-installed the Ethernet driver in Windows and so far it's working without Internet failing (45min) ... [10:23] Hello, Is their anybody here? [10:24] 1000 users are pankaj [10:24] how can we help you today pankaj [10:25] lotuspsychje: I need help with microservices in react? [10:25] zetheroo: is hybrid shutdown disabled in Windows? [10:26] jeremy31: yes [10:26] one of the first things I do on any Windows 10 install [10:27] zetheroo: Are you shutting down Windows and booting into Ubuntu or just rebooting? [10:28] jeremy31: this time I shutdown Windows and powered on into Ubuntu === pah is now known as pa === Juan- is now known as Juan [11:06] Whats the best recommended steps to copy over an installation to a new machine? [11:06] An exact copy isn't necessary, think of it more as a migration [11:07] pikapika: clonezilla maybe [11:07] EriC^^, its a different model laptop [11:07] would that be a problem [11:07] no [11:07] pikapika: +1 clonezilla [11:08] Can this clonezilla store the image in an external hard disk or something [11:08] pikapika: worst case scenario you migh thave to chroot into the install and rerun update-initramfs or something [11:08] unlikely scenario though [11:08] oh ok [11:10] should be able to, you can always just 'dd' the hdd to an img file on the external hdd if you have the space [11:11] EriC^^, does clonezilla do anything essentially deeper than a dd? [11:11] i think it can expand the filesystem or shrink it as well [11:12] Yes, you can either make a clone to image, or clone directly to another disk. You can only restore an image to a disk the same size as the original or larger. [11:13] The size of the image will be more or less the size of the the disk space used, not the full disk size. [11:14] If you restore the image to a disk larger than the original, you can use an Ubuntu LIVE session (gparted) to resize your restored partition to fill up the whole disk. [11:14] Since its an independent live iso I imagine choosing the Debian version or the Ubuntu version of clonezilla should not make much difference right? [11:16] yeah shouldnt be much different [11:16] Right. I have used both (the the Debian more often) and they both perform the same functions more or less. [11:17] main difference I noticed was if I used the cmdline [11:18] If I keep a manual migration as the alternative, what are the files I should copy over besides the home directory configs, theme files etc [11:20] basically get the list of installed packages, reinstall on fresh install [11:20] Yeah obviously thats the first step [11:20] after which I copy over my configs [11:20] and theme files [11:20] any other files of note to copy over? [11:21] this should get you close to them, need to fine tune a little "comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u) > ~/installed_packages" then use sudo xargs -a installed_packages apt-get install -y [11:21] that's about it, for a standard install [11:21] Oh of course [11:21] I might do some manual pruning first [11:22] because some of that stuff might be outdated dependencies in the new install [11:22] but yeah [11:22] the last remaining thing then remains [11:22] a good way to do a diff and merge of two directories [11:22] ie copy a file from src to dest if it isn't already in dest, otherwise show diff and ask to manually check [11:25] I followed a similar procedure when upgrading 16->18 so I guess the approach should also work for just copying over 18 to a new laptop [11:26] oh [11:27] apparently diff has a means to show the diff between two directories inbuilt. So if I cp with some no overwrite like option, and then diff the two directories I can see the problematic files [11:39] Wow, Clonezilla seems to be nicely documented with lots of pictures [11:39] Definitely going to be trying clonezilla first [11:42] EriC^^, zetheroo if I use the "disk to image" it will just store the image to a folder with the name I have chosen and not affect the rest of files on the external disk right? [11:42] pikapika: correct [11:42] you will end up with a directory containing several files. [11:43] zetheroo, yeah mainly what I was saying. [11:43] I hope it doesn't erase anything else on that disk [11:50] Playing with snap, I noticed that this file changes when you uninstall a snap: snap/snap-store/common/.cache/gnome-software/appstream/components.xmlb [11:50] Any ideas what this is and how to read its content? === Starmina_ is now known as Starmina [11:55] no_gravity try `file snap/snap-store/common/.cache/gnome-software/appstream/components.xmlb` [11:58] hello [11:59] KBar: What is that? It outputs "data". [12:00] is this a regular chat box? i'm a new user of linux..so.. [12:00] aesir: How did you get here? [12:01] no_gravity the `file` command is used to "determine file type". [12:01] just search for chat application..then HEXchat came up. i joined..and i'm here. shouldn't i join here? [12:01] searched* [12:01] no_gravity `man file` for more details. Since it's data, you can try reading it `xxd /path/to/file | less` [12:04] i think it's a kind of tech-forum.Is this a tech-support channel? [12:04] aesir it's a Ubuntu support channel. Ubuntu is Debian-based Linux distribution. [12:04] aesir: I see. Welcome, it is cool you are here! [12:06] KBar: Hmm.. yeah. I was hoping this is something like "xml in binary" or something and there is some tool to read the actual xml. [12:06] anyone using pci-e wifi card - to suggest a brand/model that works out of the box on ubuntu/linux [12:07] some Atheros/intel chipset (after everyupdate of the kernel realtek shitty driver is causing some troubles) [12:08] ohh, sorry to interrupt you. I'm really sorry. I'm using Kubuntu. I find it little more complex than windos OS. But inexchange i found a lot of customization. [12:08] thank you, no_gavity and Kbar. [12:09] aesir try the #kubuntu channel for support and guidance. [12:09] aesir and welcome to the world of Linux and Ubuntu! [12:10] ohh, thank you. :) Have a great day..you guys are awesome. [12:10] no_gravity you can try dumping it without any specialized software. `xxd` and `hexdump` can dump binary data to hex and ASCII. [12:12] no_gravity a quick Google search gives this: https://www.ehow.co.uk/facts_7256253_file-extension-xmlb_.html [12:12] I don't know how accurate it is, though. === Starmina_ is now known as Starmina [12:17] KBar: Yes, I can dump it. But if there is structured xml in there encoded somehow, I would prefer to read the actual xml. [12:19] no_gravity for that you're going to need XMLBCUI Compiler/ DeCompiler IDE, as mentioned in the article. [12:20] KBar: I see. Thanks. [12:21] yw [12:26] on my acer travelmate p414-51g my touchpad doesnt work with linux mint uma realease yes i know its not ubuntu directly but under the right? i hope someone can help me or show where i can find help sadly several boot options didnt help also xconfigs when execute lsusb i see my elantech touchpad but its not working also tried the fn keystrokes [12:26] nothing happend other fn keystrokes works [12:27] Guest11. No. Linux Mint is not an Ubuntu flavor. [12:28] i know sorry but there is no linux mint channel...and under the hood is it not based on ubuntu?...but yah youre right i mean on ubuntu itself the touchpad works from the beginning [12:28] Guest11 try irc.spotchat.org #linuxmint-help [12:29] It's on a different network. [12:29] oh thank you! [12:29] would look there [12:29] <3 [12:29] you next time [12:30] gl and yw [12:35] I have an 18.04 machine that crashes, as in kernel-oops, fairly frequently. I want to analyze what has caused it. Are there traces stored anywhere? [12:35] The last thing I see in the journal is "kernel: BUG: Bad page state in process kworker/1:1 pfn:2bd24\nkernel: page:f6fd5da0 count:1 mapcount:0 mapping:00000000 index:0x0". [12:55] does anybody know if it is possible to currently update 16.04 to 18.04? [12:58] DXR, it should be simple [12:59] DXR: sudo do-release-upgrade [13:01] dunz0r try apt install crash [13:02] and use that tool [13:06] Hi all [13:06] hey BluesKaj %) [13:07] hey coz_ === Guest905 is now known as westor [13:08] BluesKaj, glad to see a few are still around %) [13:14] yup [13:16] Hello [13:16] hey [13:17] I have installed ubuntu latest version on virtual box . can i use emulator inside it ? [13:18] you want to use an emulator inside an emulator? [13:18] rajbm9 are you talking about an Android emulator? [13:19] because i am getting KVM error [13:19] KBar, yes [13:19] rajbm9 if your system is powerful enough, it should be possible, yes. [13:19] i guess its not possible to run android emulator inside ubuntu virtual box [13:20] ThinkT510, yes you are correct , emulator inside emulator is not possible i think so [13:21] rajbm9: depends on the emulator but it is possible [13:21] don't expect it to be fast [13:22] ThinkT510, How? i have gone through online documents it says virtualisation is utilised by vbox and not by android amulator [13:23] i tried it but its not working [13:23] It's usually a pain in the back and not worth the hassle. [13:23] I was speaking generally (emulator in emulator is possible). not familiar with which android emulator you are using or how it works. [13:24] i am talking about android studio [13:25] inside ubuntu within virtual box [13:27] i have used fedora in the past this is the first time i am using ubuntu [13:27] :) === LabMonkey is now known as Mechanismus [13:47] I tried to send the following (it's an e-mail from the command line w an attachment). I have both postfix AND mutt installed. I get the error "bash: mail: command not found" [13:47] echo "body of the e-mail" | mail -a "/home/respeaker/hhogsv2.py" -s "subject line" -- weedmic@vanweede.net [13:50] weedmic are you sure the mailutils package is installed? [13:50] no, i can add that [13:51] Make sure it's installed (mailutils is the name). [14:10] works, but didn't do attachments (which are not needed att) === genii-core is now known as genii [14:10] ty [14:17] Hello! I cannot find Chromium in the "Ubuntu software" thingy anymore. Any ideas why? [14:31] it's now a package now [14:31] BluesKaj: How do you mean? [14:31] snap package [14:31] sry [14:31] BluesKaj: Doesn't snap packages show in the "ubuntu software" thing? [14:32] yes, it should, it shows here on muon [14:32] Yeah, it showed here too usually. But it does not anymore. [14:32] Installed it via "snap install chromium" now. [14:33] Crazy thing: That does not make it show under the "installed" software either. [14:33] Makes me wonder if it will get updates. [14:34] no_gravity, maybe a logout/login will fix that [14:35] BluesKaj: Good idea. [14:39] what's the _correct_ way to change my power profile on my ubuntu laptop? [14:40] cat /etc/tuned/active_profile == balanced === Poster` is now known as Poster [15:06] Anyone knows if firefox 94.0 is coming any time soon to ubuntu 21.04? [15:07] I want to build a little web app to change network parameters. What is the safest way to do this? [15:10] coconut: maybe in the upcoming days or next week [15:11] :) [15:11] Adiabaticguest: be more specific, what kind of network parameters? [15:12] IP, gateway, mask. basics to conect the interface [15:13] kperkins: there is no such thing as a power profile, because there are lots of different settings. However some programs help you set several of them as a group [15:13] kperkins: some are GUI framework applets, some are command lines ones. [15:16] kperkins: so you seem to be using 'tuned', I am not familiar with that. I have 'powerman' and because I have a ThinkPad I use mostly 'tlp' [15:18] kperkins: underneath most there is 'pm-utils', look at '/etc/pm/config.d/ [15:18] Adiabaticguest: well, if you want to create something from scratch, you could use php or python or nodejs or whatever you prefer to create a web page that gets the data from the user, and then calls `ip addr add...` etc commands [15:18] But I'm sure frontends like that already exist, if you want to search the ubuntu repositories [15:25] Walex2, thanks for the comments; I also have a thinkpad (x1) and have tlp installed, but don't have powerman (Yet) === vigumnov is now known as victori [15:45] alkisg, yes, i would like to start with something instead, but looking for something extremely simplified. I was worried calling ip addr add from php, python wasnt a good idea [15:56] Adiabaticguest: well you could also generate configuration files (e.g. network-manager, netplan, systemd-networkd) and invoke the tools to use them if you prefer something higher-level [16:00] I forgot.. how do you copy a directory to another directory? [16:03] robertparkerx: you mean rename? [16:05] leftyfb well I want to copy the folder and its content to another path [16:05] I tried cp -r [16:07] wait it worked [16:23] is there an intelligent way to banish snaps from my system forever? [16:24] Gallomimia: sudo apt remove snapd. And then don't install snaps [16:25] should i verify that i don't have any snaps first? [16:25] Gallomimia: you seem hell bent on removing snap, I figured you didn't care [16:26] i mean.... yeah. seems wise to make sure nothing is running on snaps and finding a remedy before removing snapd right? [16:27] sure [16:28] argh. unbelievable. firefox is on a snap [16:28] yeah. this will take a moment to figure out [16:40] leftyfb, doesn't ubuntu install snap packages from inside apt these days? [16:41] seem to regularly get a kernel page fault upon login which degrade the system, can this fault be generated by other hardware than ram, say faulty sata controller or so? [16:46] coconut: not from what I understand. But the GUI software & updates tool doesn't distinguish between apt and snaps [16:47] if you examine where it says "source" in the GUI software app, you can tell which are snaps when the source is snapcraft.io === pah_ is now known as pa === diskin_ is now known as diskin [18:03] coconut, leftyfb: there is a mechanism for transitions from apt packages to snaps, i.e. installing chromium-browser on (maybe not just) >= 20.04 using apt would install a pseudo package which then ensures snap is installed (installs if not so, i think) and then installs chromium using the snap CLI. [18:04] tomreyn: are you sure that's a thing for Firefox for 20.04? [18:05] on my 20.04 I have 93.0+build1-0ubuntu0.20.04.1 installed with 93.0-1 being the snap [18:05] leftyfb: i don't think 20.04 LTS uses a firefox snap (unless introduced post 20.04.0) === pah is now known as pa [18:09] i assume this mechnism is also used for other packages in this and later releases where the .deb was effectively replaced by a snap, though - such as Firefox. [18:09] snap FF should be default on 21.10 and 22.04 but installable manual on 20.04 === lotuspsychje_ is now known as lotuspsychje [18:17] greetings, I have 7 servers all with nvidia GPUs running ubuntu 21.04. However omly 2 of them have ubuntu-drivers-common intalled. Why is this? [18:20] iomari891, that pkg is not nvidia driver specific [18:22] ioria: you understand all of those servers will need to be upgraded in 6 months right? [18:22] er [18:23] iomari891: ^ [18:25] iomari891, leftyfb, three months :) 21.04 EOLs in january [18:25] ah, right, misread [18:28] iomari891, you probably have a Desktop env installed on those two (ubuntu-desktop-minimal in particular) [18:29] Does anyone know of a tool that allows users to change their display names and their passwords? I was using "usermode" but it doesn't appear to work anymore... [18:29] (on MATE; mate-about-me does allow password updates, but not display name updates) [18:30] alkisg: chfn for the full name; passwd for the password [18:31] sarnold: thank you but they're not GUIs and even more unfortunately chfn doesn't even allow non-ascii characters (which is a big problem with our Greek names here :)) [18:32] I filed a bug report like 10 years ago about it... but... :) [18:34] alkisg: mate doesnt got something built-in like gnome does to edit users? [18:35] lotuspsychje: yeah it's mate-about-me, but for some strange reason it only allows changing the password and .face; nothing else :/ [18:35] lotuspsychje: what's the name of the gnome dialog nowadays? It was gnome-about-me [18:35] Maybe I can install just that, if it's not bundled with the whole gnome control panel [18:36] alkisg: hmm not sure, apt cache doesnt show much on gnome users [18:37] lotuspsychje: you could find it with `ps`, after opening the dialog [18:38] * alkisg checks xubuntu first, in case it has something... [18:39] alkisg: its baked into gnomes system settings [18:40] gnome-system-tools [18:40] Ouch, ty :/ [18:40] alkisg, the bin is '/usr/bin/users-admin' [18:41] ioria: thank you, checking... [18:41] no prob [18:42] not intuitive, i suggest a 'dpkg -L gnome-system-tools | more' [18:43] ioria: says not installed here [18:43] nope, it's not lotuspsychje [18:44] ioria: heh, actually mate and xubuntu already have it installed; I was looking for a "user tool" but the "admin tool" is fine for simple users too :) [18:44] (non sudoers) [18:44] 👍️ [18:44] ok === JL is now known as Guest963 === Hash is now known as LordOfThePings [20:14] I don't understand why passwordless sudo isn't working for me: https://paste.ee/p/i4B3r [20:16] spagoote: and you logged out fully ? [20:16] yes [20:16] my format is slightly different [20:16] (ALL : ALL) ALL [20:16] (ALL) NOPASSWD: ALL [20:21] ah. there was a leftover file from the installer in /etc/sudoers.d/ [20:22] Why does Ubuntu perform raid speed tests during boot? [20:26] to figure out which implementations of the raid algorithms to use at runtime [20:35] Hello [20:36] I'm facing a problem on Ubuntu 20.04.3 [20:37] sarnold, what is raid being used for? [20:37] !details | sayema [20:37] sayema: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [20:38] pikapika: trying to keep disks online in the face of disk failure [20:38] sarnold, I have only one disk [20:38] pikapika: ah. [20:38] okay. Whenever i turned off my wifi , there flight mood turned on automatic [20:40] Hello [20:42] Hello , can anyone please help me how can i turn my browser notification on on gnom 3.36 [20:44] sayema, for the wifi issue, i suggest this : https://askubuntu.com/questions/1241011/airplane-mode-turns-on-automatically [20:44] pikapika, they your bios is set to Raid, not AHCI ? [20:45] OKay ioria [20:45] Hi everyone [20:47] Today, local domain resolution is not working anymore. I get a correct response if I execute dig @192.168.0.1 google.com but I don't get anything when only executing dig google.com. I think this happened, after using Proton VPN last weekend. I already deinstalled all proton vpn packages. But it did not fix the problem. What else could I try? [20:48] MonsieurBon: inspect your /etc/resolv.conf file, make sure it makes sense [20:52] sarnold, I already did that. It looks exactly the same as on my other computer (which is working fine). [20:53] MonsieurBon: oh, nice, another machine to compare against :) [20:54] MonsieurBon: how about the output of resolvectl on both? [20:54] https://askubuntu.com/questions/1361940/how-to-uninstall-protonvpn [20:54] and remove the cruft.. [20:55] oh, and 'kill switch' must be disabled before the app, what a joke [20:55] https://protonvpn.com/support/linux-ubuntu-vpn-setup/ [20:56] oerheks: eww [21:03] oerheks, thx for the links. [21:05] oerheks, hooray, the internet has been fixed! :) [21:06] I'll write the proton vpn support about this. That should be done when uninstalling the package! [21:06] well, they do mention it, else i would be stuck too [21:07] but sure, let them give it more attention [21:09] hi [21:09] what's going on there? === Erisa6 is now known as Erisa === genii is now known as genii-core [23:46] Hola [23:47] Hi [23:53] \o