/srv/irclogs.ubuntu.com/2023/10/10/#ubuntu.txt

cluelessperson#devops00:10
jailbreakWhen is the new release?01:36
Bashing-omjailbreak: Expected sometime on the 12th.01:38
=== JanC is now known as Guest7641
=== JanC_ is now known as JanC
=== webchat62 is now known as pmatulis
blahboybazIf 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:46
matsamanjust your home dir should be pretty straightforward -- if you tar it all up, that will keep restoring perms more straightforward03:47
rboxyes03:47
gryYou'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
matsamanand keep in mind, 'cloud' just means remote server =P03:47
matsamanit could even be a single server03:48
blahboybazI 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 some03:52
blahboybazmedia 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
matsamanwell, rsync is a wonderful tool, but03:52
matsamanthe problem is you're probably going to copy to some random proprietary system03:52
matsamanso what you want is an archive, a tarball03:52
matsamanor, really if you had one additional local backup, that would be much smarter03:53
blahboybazand to keep all my installed applications and their configuration and/or any plugins they may have installed03:53
matsamanthen your "cloud" backup could be your backup backup03:53
blahboybazI don't own a large enough hard drive03:53
matsamanblahboybaz: also -- and I would still make a backup first -- but technically you can reinstall the OS without wiping /home/03:53
matsamanblahboybaz: well they're pretty cheap, and you will need the storage eventually03:54
blahboybazmatsaman: yes I hear that is "technically" possible but I want to cover my assets just in case :)03:54
matsamanwise03:54
blahboybazYeah 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:55
blahboybazIs 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:57
blahboybazI 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
matsamanhttps://wiki.debian.org/AptCLI#List_installed_packages03:58
blahboybazahh wonderful03:59
blahboybazI'm just not sure if I'm thinking of everything03:59
matsamanif 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 golden03:59
blahboybazphone call I'll be back very soon03:59
matsamanwell the OS is truly pretty replaceable03:59
matsamansometimes special configs make it into /etc/03:59
matsamanand /var/03:59
matsamanand wherever your root's home is04:00
matsamanbut most of your most prized data will be in /home/04:00
blahboybazmatsaman: Thanks. I will use that (information)04:41
blahboybazIf 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:42
matsamanblahboybaz: yeah04:52
blahboybazmatsaman: thanks for helping me be more sure about what I'm doing04:54
matsamannp04:54
=== kyonsalt` is now known as kyonsalt
blahboybazIf 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:18
rfmblahboybaz, just preserving the user files in /home shouldn't care about release. System customizations (mostly files in /etc) are at more risk.05:24
blahboybazrfm: ok05:26
blahboybazWhat 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
blahboybazI'd like some article or something to reference that tells me everything I need to know about restoring from tar.gz05:29
blahboybazAnd, 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:38
blahboybazIn fact with some of the commands the output does not contain known installed packages (like code, obsidian, and others)05:43
Bashing-omblahboybaz: see ' apt show debfoster '.05:44
blahboybazBashing-om: thanks05:45
=== BH23__ is now known as BH23
=== de-facto_ is now known as de-facto
blahboybazIs the p flag with tar all that is needed to preserve both ownership and permissions? Or am I misunderstanding how that works?06:41
FKAShinobiAnyone know what these WINE errors are about? https://paste.debian.net/1294578/06:53
Yakovhow to copy file  from one dir to other dir with rename?06:54
holzkopfcp file1 targetdir/file206:56
=== phireant80 is now known as phireant8
FKAShinobiYakov: There is an example of this in the man pages of rename.07:00
FKAShinobiYakov: The first argument provides the filename substitution rule the second argument provides the filename matching rule.07:03
pickanickIs a 22.04.04 version expected anytime soon?09:01
FKAShinobiis ~/tmp part of the ubuntu fs? Or was this created by an application?09:09
pickFKAShinobi: see  output of mount09:10
pick~/tmp is  probably created by you or an application09:12
FKAShinobipick: Agreed, I don't see any reference for ~/tmp in the output of mount09:14
pickif you "df -h ~/tmp" you will probably see that it's just part of whatever  /home is on.09:26
pick(as opposed to being a separate filesystem, which /tmp is)09:27
pickanick22.04.03 is the current version of LTS;  Is a 22.04.04 version expected anytime soon?09:38
Habbiepickanick, why do you ask?09:42
ice9so 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:27
ice9if an attacker can login to the firmware then he can boot the system automatically10:28
JanCTPM is unrelated to the old-school firmware password10:33
ice9JanC, 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:34
JanCyou can disable and maybe reset the TPM, but then you can't unlock the disk obviously...?10:38
aogI moved the SDD from one pc to another and grub doesn't appear anymore, is there a way to restore it? root fs is LUKS10:45
gryboot from live USB10:46
grysudo grub-install /dev/sda # note this is a wild guess, do not attempt this without having made a backup first10:46
PeGaSuSor use boot-repair? it should figure out things11:38
=== esv_ is now known as esv
notliksNaruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia!12:19
notliksNaruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him.12:19
notlikshttps://justpaste.it/Naruto_Makes_Love_Samuel_Garcia12:20
zaggynlwat12:21
notliksYou know you want it12:22
notliksNaruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia!12:35
notliksNaruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him.12:35
notlikshttps://justpaste.it/Naruto_Makes_Love_Samuel_Garcia12:35
zaggynl!ops12:37
ubottuHelp! 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, wgrant12:37
zaggynlthat seems a bit over the top, anyhow: someone's spamming stuff, ^12:38
notliksStar trek nerd bs12:38
notliksBoop booop woooop12:38
notliksChannel emergency12:38
notliksChannel emergency12:38
zaggynlhey, allow me my star trek nerd stuff, you your anime weep stuff12:38
notliksI hear pasting the spam log into #libera is the fastest wa12:40
notliksway to report12:40
notliksNaruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia!12:43
notliksNaruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him.12:43
notlikshttps://justpaste.it/Naruto_Makes_Love_Samuel_Garcia12:43
notliksNaruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia!12:50
notliksNaruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him.12:50
notlikshttps://justpaste.it/Naruto_Makes_Love_Samuel_Garcia12:50
lotuspsychje!ops | notliks13:03
ubottunotliks: 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, wgrant13:03
notliksNaruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia!13:07
notliksNaruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him.13:07
notlikshttps://justpaste.it/Naruto_Makes_Love_Samuel_Garcia13:07
hellerhey guys. is it safe to install whole / as LVM?13:07
notliksLotuspsychje  can you jack me off?13:07
hellersome older documents  claim that /boot needs to be on its own partition?13:08
notliksI want to in your hand13:08
notliksI want to cum in your hand13:08
leftyfbheller: with a default install of ubuntu it's not necessary13:10
pickanickHabbie> 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:10
hellerleftyfb: so its completely safe to install whole root partition on LVM?13:11
notliksNaruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia!13:11
notliksNaruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him.13:11
notlikshttps://justpaste.it/Naruto_Makes_Love_Samuel_Garcia13:11
leftyfbpickanick: I always suggest sticking with the LTS releases. Unless you're ok upgrading every 6-9 months13:11
notliksLeftyfb's ass is mine13:11
notliksPickanick  I will cum in your eyes13:12
leftyfbheller: if it's just an LVM, sure. If it's an encrypted LVM, you'll probably want a separate /boot13:12
hellernah13:12
notliksZer0bitz asl?13:12
hellerjust want LVM since its a virtual machine. so i can extend/shrink the drive if neede13:12
hellerd13:12
notliksWanna cyber ?13:12
leftyfbheller: you don't really need LVM for that these days13:13
notliksNaruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia!13:13
notliksNaruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him.13:13
notlikshttps://justpaste.it/Naruto_Makes_Love_Samuel_Garcia13:13
pickanickleftyfb : yes I was asking whether a new LTS release 22.04.4 was soon at hand13:13
notliksNaruto Has Ninja Sex with Nuevo Leon Governor Samuel Garcia!13:13
notliksNaruto Uzumaki visits Monterrey and meets Governor Samuel Garcia and starts a romantic escapade with him.13:13
notlikshttps://justpaste.it/Naruto_Makes_Love_Samuel_Garcia13:13
leftyfb!yy.mm | pickanick13:13
ubottupickanick: 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-cycle13:13
leftyfbpickanick: if you consider 6 months from now "soon at hand", then yes, it's out soon13:14
hellerleftyfb: really?13:14
leftyfbheller: just stick with LVM, it'll be easier13:15
hellerokies13:15
helleri'm quite new to LVM anyway13:15
=== Szadek1598 is now known as Szadek159
pickanickleftyb :  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:20
leftyfbpickanick: https://wiki.ubuntu.com/Releases13:22
pickanickahhh13:23
leftyfbpickanick: https://www.markshuttleworth.com/archives/14613:23
pickanickwow ubuntu has been around for a while, on the same release schedule.13:33
BluesKajHi all13:38
appxprtHow is this not patched by latest updates? https://ubuntu.com/security/CVE-2023-3262913: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 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32629>13:41
appxprtthis works on my system: https://github.com/OllaPapito/gameoverlay13:41
appxprtwith latest upgrades, dist-upgrades, full-upgrades13:42
appxprtguess I'm switching to Alpine13:43
commandojoin ubuntu13:45
ayjay_tso i noticed that ubtune server has a bunch fo systemd timers related to upgrading and updating, but it's not intuitive by inspection13:46
appxprtYou've already joined "commando"13:46
ayjay_tare they documented somewhere? or rather is the whole system document somewhere?13:46
=== ctraven is now known as sotaoverride
BinarySaviorwhen I ssh into my vps (provider: contabo) I see this welcome message: https://pastebin.ubuntu.com/p/x4wRDZ9dgP/14:48
BinarySaviordoesn't bother me except when I modified git user's shell to use git-shell14:49
BinarySaviornow when I use any git command where it needs to ssh I receive this error: https://pastebin.ubuntu.com/p/jjCt4jyZGc/14:49
BinarySaviorhow can I disable this welcome message when git-shell is being used (or disable it always whichever is easier)14:50
BinarySaviorI 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 file14:50
BinarySaviorsorry i mean chmod -x /etc/update-motd.d/*14:51
jailbreakXubuntu 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.314:55
=== To_Aru_Shiroi_Ne is now known as ToAruShiroiNeko
rmacHi all! When registering Anbox Cloud's dashboard (anbox-cloud-appliance dashboard register <email>), I get the following error: "Error: failed to generate registration URL: ERROR controller appliance not found". Any fix suggestions?15:49
Zed`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:14
lotuspsychjemight be more a question for #ubuntu-discuss Zed`16:17
Zed`Ah thanks16:18
ToAruShiroiNekoSo 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
ToAruShiroiNekoIt is a 18.04.x so ancient. I am trying to upgrade.16:57
stormedcapitalare dns and default gateway correct?16:58
leftyfbToAruShiroiNeko: put it back to DHCP and then tell us your ip by running: ip a   # in a terminal16:59
ToAruShiroiNekoWith DHCP it does not get an IP that was the issue but I can try again.16:59
leftyfbToAruShiroiNeko: and then the output of: resolvectl status|grep "DNS Servers"17:00
leftyfbToAruShiroiNeko: are there any other devices on your network set to DHCP?17:00
ToAruShiroiNekoresolvectl: command not found17:00
leftyfbToAruShiroiNeko: to be honest, I would suggest just installing 22.04 from scratch and restoring from backup17:00
ToAruShiroiNekoYes, the DHCP itself works fine.17:00
ToAruShiroiNekoI have a lot on this thing to do that I am afriad.17:01
leftyfball the more reason to install from scratch17:01
leftyfbit sounds like you have years of unknown cruft that isn't going to translate well to an upgrade17:02
leftyfbToAruShiroiNeko: you really should only need to restore your /home and reinstall a list of packages which you can do with 1 command17:02
ToAruShiroiNekoI am working two Ubuntu machines. One has a connection, other does not.17:03
ToAruShiroiNekoOr rather now has via a static IP assignment.17:03
ToAruShiroiNekoWhich command do you suggest I use to see all the network info? I am using ifconfig.17:03
leftyfbToAruShiroiNeko: if you want DNS when you set a static ip, just edit /etc/resolv.conf17:04
ToAruShiroiNekoAh, I have been doingso through a yaml file.17:04
leftyfbToAruShiroiNeko: so this is a server? Not desktop?17:05
ToAruShiroiNekoYes, it is a server.17:05
ToAruShiroiNekoSorry I wasn't clear.17:06
leftyfbthen a fresh install and restore should be a lot easier17:06
ToAruShiroiNekoI have a lot of configuration. I cannot do that.17:07
ToAruShiroiNekoI at least want to try to upgrade first.17:07
leftyfbToAruShiroiNeko: maybe a great time to pick up something like ansible to automate your rebuild17:07
d4ve_hi17:55
lotuspsychjewelcome d4ve_17:56
ToAruShiroiNekoleftyfb perhaps but I do want to attempt to fix this thing before giving up without trying.18:08
ToAruShiroiNekoI have always been doing this the easy way. Delete/reinstall. I learn nothing.18:09
ElliriaHey 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/PH2Q18:31
=== bunnies is now known as catties
aogis there a GUI to manage WWAN LTE? maybe something that interfaces w/ mmcli19:03
mozambiqueI don't kow19:05
mozambiquesorry19:05
JanCaog: doesn't the default GUI support that?  (I don't have such hardware, so I can't test...)19:10
aognope, nothing shows in settings only the WiFi/BT for networking, modem is not shown19:11
JanCit also uses NetworkManager, so...19:11
JanChm19:11
aog mmcli -L:   /org/freedesktop/ModemManager1/Modem/4 [Fibocom] L850 LTE Module","L85019:11
JanCaog: it seems like network-manager-gnome depends on libmm-glib0, so it should support 3G/4G/5G modems19:17
aogstill, my modem doesn't show in the GUI only via mmcli :/19:21
aoglenovo x1 gen819:21
JanCnot even with nm-connection-editor ?19:22
JanCaka "Advanced Network Configuration"19:23
aogtried now, doesn't show but I can + and add it :)19:25
aogcould be because I had to compile a kernel module to add the driver for the modem19:28
aoghttps://github.com/xmm7360/xmm7360-pci/tree/master19:28
JanCdid you restart after doing that?19:28
nshirelaptopdoes LDAC support require support from the BT adapter or is it just like a driver for linux?19:29
aogJanC, yup ofc19:29
aogbtw: Intel sucks, it's going the nvidia road19:30
nshirelaptopanyone using pipewire over pulseaudio?19:38
nshirelaptopI guess I'll need to switch for ldac support19:38
JanCnshirelaptop: 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 course19:39
nshirelaptopmy earbuds definitely have ldac support19:39
nshirelaptopadapter... ?19:40
nshirelaptopdoes the adapter need explicit ldac support or just support for bluetooth x.x19:40
JanCAFAICT the adapter does not have to support it19:45
JanCbut it might depend on some features that were only added in newer BT versions?19:46
=== luc14n0_ is now known as luc14n0
krumelmonsterI 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:08
leftyfbkrumelmonster: why do you need an install to support EFI and MBR?20:11
aogreuse your EFI partition and add an entry for your new partition using `efibootmgr`20:11
leftyfbkrumelmonster: 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:13
enyckrumelmonster leftyfb :   hrrm you make me wonder,  I thought ubuntu 22.04 lts always did dual euefyi legacy boot  on normal installs20:17
=== paul is now known as Guest5339
UnhammerHi, 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:23
UnhammerI can't find anything error-like in journalctl --since today in recovery, it just seems to … not go into lightdm21:24
leftyfbUnhammer: if you can boot into the OS, I would suggest running: sudo apt full-upgrade21:26
leftyfbUnhammer: if that doesn't help, I would suggest a reinstal21:26
Unhammerooh i can remove "quiet splash" and get useful info …21:28
Unhammer"Failed to start Light Display Manager", well there we go. But nothing in journalctl about why, just result21:29
Unhammer'exit-code'21:29
Unhammeromg :( I had 'slick-greeter' in /etc/lightdm/lightdm.conf and the package wasn't (re)installed on upgrade21:33
=== heart4 is now known as heart
skltonianGarfield's Foursome with Nermal, Edna Sklton, and Jean Pierre Manikariza21:49
skltonianGarfield, Nermal, Edna Sklton, and Jean Pierre Manikariza have an orgy over lasagna!21:49
skltonianhttps://justpaste.it/Garfield-Foursome-Nermal-Skilton21:49
skltonianGarfield's Foursome with Nermal, Edna Sklton, and Jean Pierre Manikariza21:54
=== Req is now known as Req_
=== Req_ is now known as Req

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!