[00:10] #devops [01:36] When is the new release? [01:38] jailbreak: Expected sometime on the 12th. === JanC is now known as Guest7641 === JanC_ is now known as JanC === webchat62 is now known as pmatulis [03:46] If I back up my home directory to cloud storage, reinstall my operating system, then want to download that back onto the newly installed os are there any permission or other things I should be worried about? [03:47] just your home dir should be pretty straightforward -- if you tar it all up, that will keep restoring perms more straightforward [03:47] yes [03:47] You'll be able to set the permissions recursively with one command, so I'd be more concerned about the integrity and completeness of the backup. [03:47] and keep in mind, 'cloud' just means remote server =P [03:48] it could even be a single server [03:52] I don't really know how to use other tools for backing things up like rsync or whatnot. I ran into a problem for which it seems my only way out is to reinstall. I have 2 tb google drive and am capable enough of compressing and uploading to it (assuming something 275 ish gb doesn't fail in the process). I need to know what all I should back up (whether there are other things (eg: backgrounds in some [03:52] media folder or something, and anything else) and that I'm taking the right approach to backing it up so that when it comes time to put it back I will be able to do so and not encounter something unexpected. I'm on Ubuntu 20.04 now and my drive is encrypted. [03:52] well, rsync is a wonderful tool, but [03:52] the problem is you're probably going to copy to some random proprietary system [03:52] so what you want is an archive, a tarball [03:53] or, really if you had one additional local backup, that would be much smarter [03:53] and to keep all my installed applications and their configuration and/or any plugins they may have installed [03:53] then your "cloud" backup could be your backup backup [03:53] I don't own a large enough hard drive [03:53] blahboybaz: also -- and I would still make a backup first -- but technically you can reinstall the OS without wiping /home/ [03:54] blahboybaz: well they're pretty cheap, and you will need the storage eventually [03:54] matsaman: yes I hear that is "technically" possible but I want to cover my assets just in case :) [03:54] wise [03:55] Yeah I just... I'm sorry I don't want to go into a bunch of details about the circumstances of my life right now but that just wouldn't be possible at this time (to buy a hd) [03:57] Is there some basic list of what I should back up in order to meet the goal? Home dir I know. But what about generating some file that can later be used to install all the applications I have on my system? And what about any plugins and config for those applications? And are there any other things that I have that may not be in my home dir but should be backed up (such as backgrounds or anything else)? [03:58] I think what I need is an itemized list of what I should back up including paths to the things other than my home dir. Then to know for sure that compressing (.tar.gz probably) and uploading to the cloud I will be able to restore it later without any issues. [03:58] https://wiki.debian.org/AptCLI#List_installed_packages [03:59] ahh wonderful [03:59] I'm just not sure if I'm thinking of everything [03:59] if tar exits successfully (and showing the contents of the tar passes a basic human sanity check), and your checksum matches before and after, you will be golden [03:59] phone call I'll be back very soon [03:59] well the OS is truly pretty replaceable [03:59] sometimes special configs make it into /etc/ [03:59] and /var/ [04:00] and wherever your root's home is [04:00] but most of your most prized data will be in /home/ [04:41] matsaman: Thanks. I will use that (information) [04:42] If you're still around is a checksum something that you intentionally generate isn't it? You generate a sha256 sum or something? Save the result then when you want to compare it after you generate it again and compare? [04:52] blahboybaz: yeah [04:54] matsaman: thanks for helping me be more sure about what I'm doing [04:54] np === kyonsalt` is now known as kyonsalt [05:18] If I expect to reinstall without effecting my existing files and directory (a backup will exist anyway - of course) then does that only apply if I am reinstalling the same release? Or can that happen with a newer release than what I currently have? [05:24] blahboybaz, just preserving the user files in /home shouldn't care about release. System customizations (mostly files in /etc) are at more risk. [05:26] rfm: ok [05:29] What about restoring the backed up files / directories (if that has to happen)? I'm putting together a few links to save off the compter on how to do each thing. The only thing I don't have is someting detailing how to restore from a .tar.gz (whether there is concerns to deal with I don't know about - like permission or anything else) [05:29] I'd like some article or something to reference that tells me everything I need to know about restoring from tar.gz [05:38] And, so far, the commands given here: https://wiki.debian.org/AptCLI#List_installed_packages produce output that seems to contain a mixuture of user installed apps and stuff that is part of the base system. Is there some way to generate a file containing just the user installed applications and formatted the way you would run it in an install command using apt? [05:43] In fact with some of the commands the output does not contain known installed packages (like code, obsidian, and others) [05:44] blahboybaz: see ' apt show debfoster '. [05:45] Bashing-om: thanks === BH23__ is now known as BH23 === de-facto_ is now known as de-facto [06:41] Is the p flag with tar all that is needed to preserve both ownership and permissions? Or am I misunderstanding how that works? [06:53] Anyone know what these WINE errors are about? https://paste.debian.net/1294578/ [06:54] how to copy file  from one dir to other dir with rename? [06:56] cp file1 targetdir/file2 === phireant80 is now known as phireant8 [07:00] Yakov: There is an example of this in the man pages of rename. [07:03] Yakov: The first argument provides the filename substitution rule the second argument provides the filename matching rule. [09:01] Is a 22.04.04 version expected anytime soon? [09:09] is ~/tmp part of the ubuntu fs? Or was this created by an application? [09:10] FKAShinobi: see output of mount [09:12] ~/tmp is probably created by you or an application [09:14] pick: Agreed, I don't see any reference for ~/tmp in the output of mount [09:26] if you "df -h ~/tmp" you will probably see that it's just part of whatever /home is on. [09:27] (as opposed to being a separate filesystem, which /tmp is) [09:38] 22.04.03 is the current version of LTS; Is a 22.04.04 version expected anytime soon? [09:42] pickanick, why do you ask? [10:27] so ubuntu 23.10 full disk encryption TPM support means that the passphrase will be stored in the TPM right? TPM is accessible/configurable via the UEFI firmware right? most of firmware only supports short alphanumeric passwords to unlock it and also the default manufacturer password can be used to unlock, so how can this be a trusted security method? [10:28] if an attacker can login to the firmware then he can boot the system automatically [10:33] TPM is unrelated to the old-school firmware password [10:34] JanC, i'm not saying that the LUKS encryption is the same as the UEFI password; but isn't TPM is accessible after you login the UEFI firmware ? [10:38] you can disable and maybe reset the TPM, but then you can't unlock the disk obviously...? [10:45] I moved the SDD from one pc to another and grub doesn't appear anymore, is there a way to restore it? root fs is LUKS [10:46] boot from live USB [10:46] sudo grub-install /dev/sda # note this is a wild guess, do not attempt this without having made a backup first [11:38] or use boot-repair? it should figure out things === esv_ is now known as esv [12:19] Naruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia! [12:19] Naruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him. [12:20] https://justpaste.it/Naruto_Makes_Love_Samuel_Garcia [12:21] wat [12:22] You know you want it [12:35] Naruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia! [12:35] Naruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him. [12:35] https://justpaste.it/Naruto_Makes_Love_Samuel_Garcia [12:37] !ops [12:37] Help! Channel emergency! (ONLY use this trigger in emergencies) - CarlFK, DJones, el, Flannel, genii, hggdh, ikonia, krytarik, mneptok, mwsb, nhandler, ogra, Pici, popey, sarnold, tomreyn, Unit193, wgrant [12:38] that seems a bit over the top, anyhow: someone's spamming stuff, ^ [12:38] Star trek nerd bs [12:38] Boop booop woooop [12:38] Channel emergency [12:38] Channel emergency [12:38] hey, allow me my star trek nerd stuff, you your anime weep stuff [12:40] I hear pasting the spam log into #libera is the fastest wa [12:40] way to report [12:43] Naruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia! [12:43] Naruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him. [12:43] https://justpaste.it/Naruto_Makes_Love_Samuel_Garcia [12:50] Naruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia! [12:50] Naruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him. [12:50] https://justpaste.it/Naruto_Makes_Love_Samuel_Garcia [13:03] !ops | notliks [13:03] notliks: Help! Channel emergency! (ONLY use this trigger in emergencies) - CarlFK, DJones, el, Flannel, genii, hggdh, ikonia, krytarik, mneptok, mwsb, nhandler, ogra, Pici, popey, sarnold, tomreyn, Unit193, wgrant [13:07] Naruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia! [13:07] Naruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him. [13:07] https://justpaste.it/Naruto_Makes_Love_Samuel_Garcia [13:07] hey guys. is it safe to install whole / as LVM? [13:07] Lotuspsychje can you jack me off? [13:08] some older documents claim that /boot needs to be on its own partition? [13:08] I want to in your hand [13:08] I want to cum in your hand [13:10] heller: with a default install of ubuntu it's not necessary [13:10] Habbie> pickanick, why do you ask? A: because I'm about to download and install Ubuntu, anticipate hitting some hardware issues, and if there's a new edition dropping in a few days I'd rather postpone for that. [13:11] leftyfb: so its completely safe to install whole root partition on LVM? [13:11] Naruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia! [13:11] Naruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him. [13:11] https://justpaste.it/Naruto_Makes_Love_Samuel_Garcia [13:11] pickanick: I always suggest sticking with the LTS releases. Unless you're ok upgrading every 6-9 months [13:11] Leftyfb's ass is mine [13:12] Pickanick I will cum in your eyes [13:12] heller: if it's just an LVM, sure. If it's an encrypted LVM, you'll probably want a separate /boot [13:12] nah [13:12] Zer0bitz asl? [13:12] just want LVM since its a virtual machine. so i can extend/shrink the drive if neede [13:12] d [13:12] Wanna cyber ? [13:13] heller: you don't really need LVM for that these days [13:13] Naruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia! [13:13] Naruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him. [13:13] https://justpaste.it/Naruto_Makes_Love_Samuel_Garcia [13:13] leftyfb : yes I was asking whether a new LTS release 22.04.4 was soon at hand [13:13] Naruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia! [13:13] Naruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him. [13:13] https://justpaste.it/Naruto_Makes_Love_Samuel_Garcia [13:13] !yy.mm | pickanick [13:13] pickanick: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle [13:14] pickanick: if you consider 6 months from now "soon at hand", then yes, it's out soon [13:14] leftyfb: really? [13:15] heller: just stick with LVM, it'll be easier [13:15] okies [13:15] i'm quite new to LVM anyway === Szadek1598 is now known as Szadek159 [13:20] leftyb : Thank you; that page does not seem to know about the third number V in YY.MM.V, but maybe the LTS's are updated with the same cadence of twice a year? [13:22] pickanick: https://wiki.ubuntu.com/Releases [13:23] ahhh [13:23] pickanick: https://www.markshuttleworth.com/archives/146 [13:33] wow ubuntu has been around for a while, on the same release schedule. [13:38] Hi all [13:41] How is this not patched by latest updates? https://ubuntu.com/security/CVE-2023-32629 [13:41] -ubottu:#ubuntu- Local privilege escalation vulnerability in Ubuntu Kernels overlayfs ovl_copy_up_meta_inode_data skip permission checks when calling ovl_do_setxattr on Ubuntu kernels [13:41] this works on my system: https://github.com/OllaPapito/gameoverlay [13:42] with latest upgrades, dist-upgrades, full-upgrades [13:43] guess I'm switching to Alpine [13:45] join ubuntu [13:46] so i noticed that ubtune server has a bunch fo systemd timers related to upgrading and updating, but it's not intuitive by inspection [13:46] You've already joined "commando" [13:46] are they documented somewhere? or rather is the whole system document somewhere? === ctraven is now known as sotaoverride [14:48] when I ssh into my vps (provider: contabo) I see this welcome message: https://pastebin.ubuntu.com/p/x4wRDZ9dgP/ [14:49] doesn't bother me except when I modified git user's shell to use git-shell [14:49] now when I use any git command where it needs to ssh I receive this error: https://pastebin.ubuntu.com/p/jjCt4jyZGc/ [14:50] how can I disable this welcome message when git-shell is being used (or disable it always whichever is easier) [14:50] I tried chmod -x /etc/motd.d/* and I checked the banner option in /etc/sshd/sshd_config but there was no banner option provided in that config file [14:51] sorry i mean chmod -x /etc/update-motd.d/* [14:55] Xubuntu and the latest oibaf MESA drivers cause an issue with loading a display manager like lightdm. Can't F2 to another TTY and have to manually power off. 22-04.3 === To_Aru_Shiroi_Ne is now known as ToAruShiroiNeko [15:49] Hi all! When registering Anbox Cloud's dashboard (anbox-cloud-appliance dashboard register ), I get the following error: "Error: failed to generate registration URL: ERROR controller appliance not found". Any fix suggestions? [16:14] Here's a subjective question. Anyone care to share an opinion on a good console program for gmail? I used Alpine for years but not for some time now. Has the landscape changed? [16:17] might be more a question for #ubuntu-discuss Zed` [16:18] Ah thanks [16:57] So I am having some weird issue where my Ubuntu cannot connect to the network through dhcp. I sort of fixed it using a statuc ip but apt-get still does not work. [16:57] It is a 18.04.x so ancient. I am trying to upgrade. [16:58] are dns and default gateway correct? [16:59] ToAruShiroiNeko: put it back to DHCP and then tell us your ip by running: ip a # in a terminal [16:59] With DHCP it does not get an IP that was the issue but I can try again. [17:00] ToAruShiroiNeko: and then the output of: resolvectl status|grep "DNS Servers" [17:00] ToAruShiroiNeko: are there any other devices on your network set to DHCP? [17:00] resolvectl: command not found [17:00] ToAruShiroiNeko: to be honest, I would suggest just installing 22.04 from scratch and restoring from backup [17:00] Yes, the DHCP itself works fine. [17:01] I have a lot on this thing to do that I am afriad. [17:01] all the more reason to install from scratch [17:02] it sounds like you have years of unknown cruft that isn't going to translate well to an upgrade [17:02] ToAruShiroiNeko: you really should only need to restore your /home and reinstall a list of packages which you can do with 1 command [17:03] I am working two Ubuntu machines. One has a connection, other does not. [17:03] Or rather now has via a static IP assignment. [17:03] Which command do you suggest I use to see all the network info? I am using ifconfig. [17:04] ToAruShiroiNeko: if you want DNS when you set a static ip, just edit /etc/resolv.conf [17:04] Ah, I have been doingso through a yaml file. [17:05] ToAruShiroiNeko: so this is a server? Not desktop? [17:05] Yes, it is a server. [17:06] Sorry I wasn't clear. [17:06] then a fresh install and restore should be a lot easier [17:07] I have a lot of configuration. I cannot do that. [17:07] I at least want to try to upgrade first. [17:07] ToAruShiroiNeko: maybe a great time to pick up something like ansible to automate your rebuild [17:55] hi [17:56] welcome d4ve_ [18:08] leftyfb perhaps but I do want to attempt to fix this thing before giving up without trying. [18:09] I have always been doing this the easy way. Delete/reinstall. I learn nothing. [18:31] Hey there. I listed all my snaps after lowering the number of revisions to keep back to the default setting and have cleaned up the extra Firefox revisions, but am not sure what I can get rid of in the Gnome ones. Would there be any harm in removing gnome revision 126 from this list? https://bpa.st/PH2Q === bunnies is now known as catties [19:03] is there a GUI to manage WWAN LTE? maybe something that interfaces w/ mmcli [19:05] I don't kow [19:05] sorry [19:10] aog: doesn't the default GUI support that? (I don't have such hardware, so I can't test...) [19:11] nope, nothing shows in settings only the WiFi/BT for networking, modem is not shown [19:11] it also uses NetworkManager, so... [19:11] hm [19:11] mmcli -L: /org/freedesktop/ModemManager1/Modem/4 [Fibocom] L850 LTE Module","L850 [19:17] aog: it seems like network-manager-gnome depends on libmm-glib0, so it should support 3G/4G/5G modems [19:21] still, my modem doesn't show in the GUI only via mmcli :/ [19:21] lenovo x1 gen8 [19:22] not even with nm-connection-editor ? [19:23] aka "Advanced Network Configuration" [19:25] tried now, doesn't show but I can + and add it :) [19:28] could be because I had to compile a kernel module to add the driver for the modem [19:28] https://github.com/xmm7360/xmm7360-pci/tree/master [19:28] did you restart after doing that? [19:29] does LDAC support require support from the BT adapter or is it just like a driver for linux? [19:29] JanC, yup ofc [19:30] btw: Intel sucks, it's going the nvidia road [19:38] anyone using pipewire over pulseaudio? [19:38] I guess I'll need to switch for ldac support [19:39] nshirelaptop: I think it needs support from (the music playing software on) both devices on both sides of the BT link; also the BT link (and thus the adapter) has to be fast enough, of course [19:39] my earbuds definitely have ldac support [19:40] adapter... ? [19:40] does the adapter need explicit ldac support or just support for bluetooth x.x [19:45] AFAICT the adapter does not have to support it [19:46] but it might depend on some features that were only added in newer BT versions? === luc14n0_ is now known as luc14n0 [20:08] I want to install ubuntu for uefi (or better uefi *and* legacy boot) to a disk that already has a partition at the end which I want to be left untouched. Do I manually need to create an uefi sytem partition? What exactly do I need to set up in the graphical installers manual partitioning menu? [20:11] krumelmonster: why do you need an install to support EFI and MBR? [20:11] reuse your EFI partition and add an entry for your new partition using `efibootmgr` [20:13] krumelmonster: an efi install isn't going to install grub to the MBR. And a legacy install isn't going to create and populate your efi partition. Why do you need both? [20:17] krumelmonster leftyfb : hrrm you make me wonder, I thought ubuntu 22.04 lts always did dual euefyi legacy boot on normal installs === paul is now known as Guest5339 [21:23] Hi, botched an xubuntu upgrade from 20.04 to 22.04 (initially the computer hard-crashed in the middle of upgrade, tried manually getting it back which was a bit troublesome due to mismatched python/perl which messed up apt), anyhoo, it's booting now but stops at the spinny thing right after I enter my disk password. I can startx from recovery though. Anyone know what the issue might be / how i can debug this? [21:24] I can't find anything error-like in journalctl --since today in recovery, it just seems to … not go into lightdm [21:26] Unhammer: if you can boot into the OS, I would suggest running: sudo apt full-upgrade [21:26] Unhammer: if that doesn't help, I would suggest a reinstal [21:28] ooh i can remove "quiet splash" and get useful info … [21:29] "Failed to start Light Display Manager", well there we go. But nothing in journalctl about why, just result [21:29] 'exit-code' [21:33] omg :( I had 'slick-greeter' in /etc/lightdm/lightdm.conf and the package wasn't (re)installed on upgrade === heart4 is now known as heart [21:49] Garfield's Foursome with Nermal, Edna Sklton, and Jean Pierre Manikariza [21:49] Garfield, Nermal, Edna Sklton, and Jean Pierre Manikariza have an orgy over lasagna! [21:49] https://justpaste.it/Garfield-Foursome-Nermal-Skilton [21:54] Garfield's Foursome with Nermal, Edna Sklton, and Jean Pierre Manikariza === Req is now known as Req_ === Req_ is now known as Req