/srv/irclogs.ubuntu.com/2022/03/16/#ubuntu.txt

gec hello01:47
=== M4he is now known as mahe
=== root is now known as Guest554
Guest554hi02:15
Guest554Good Morning02:16
jhutchinsI suppose that's possible.02:23
humanBirdi installed docker.  now i don't know where this "docker" is.  apparently it DID install using ubuntu's package manager since i see a whole bunch of snap stuff.  But dpkg -L docker says there's no package.  is ubuntu just sucking?03:18
humanBirdwhere do i find the docker installlation ?  I need to edit some configuration files pertaining to how docker works03:19
oerheks_what howto did you use?03:34
oerheks_https://docs.docker.com/engine/install/linux-postinstall/ or https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04 are the most used ones03:35
kawasukiehello, I had a question about ubuntu 20.04 LTS.  I was wondering if the kernal has been patched for the dirty pipe hack i read about yet.05:43
Bashing-omkawasukie: Yes patched. See the reports: https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue726 .05:45
enigma9o7[m]no, ubuntu didnt hear about that months ago,you better report it05:46
kawasukiethanks bashing-om05:54
Jonno_FTWhello06:05
webchat73anyone here use a GPS? what's the deal with qmapshack06:10
webchat73i remember qlandkarte showing my current location, but qmapshack doesn't. i'm not sure if it's a permission problem or if it really just doesn't show your location. package says gpsd is "suggested", not required06:11
=== mike is now known as Guest2428
sea5kgHello07:28
=== root is now known as Guest220
desperategreets10:40
desperateI NEED HELP!!10:40
desperateHELLO??!!10:40
desperateIS IT POSSIBLE TO INSTALL FROM AN RUNNING SYSTEM?10:42
desperateON A SECOND HDD?10:42
desperateanybody  around?10:42
lotuspsychje!patience | desperate10:42
ubottudesperate: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/10:42
desperatelotuspsychje:  |did you read my nick??10:43
desperateis therean installer app?10:43
mohasad3 is used for LVMing inj fresh Ubuntu installation with default settings. How can I check if sda3 is LVMed or not?10:48
mohain a script.10:48
=== foton_x is now known as foton
v0lZyHello11:03
v0lZyI'm having issues booting some ubuntu machine. Firstly, I had a problem that I had to fsck the root partition twice11:04
v0lZyI was being dropped to initramfs that didnt have fsck ... so I used a livecd to do a fsck on /dev/sda2 ... and then again re-ran it until fsck /dev/sda2 could not find any problems anymore11:05
v0lZynow, my root mounts with ordered data mode Opts: (null)11:06
v0lZyhowever, then I get this11:06
v0lZyBegin: Running /scripts/local-bottom ... done.11:08
v0lZyBegin: Running /scripts/init-bottom ... mkdir: can't create directory '/root/lib/modules': Read-only file system11:08
v0lZyWarning: No /lib/modules in target. cannot help.11:08
v0lZydone.11:08
v0lZyrun-init: /sbin/init: No such file or directory11:08
v0lZyTarget filesystem doesn't have requested /sbin/init.11:08
v0lZy77dang11:09
v0lZy77can I get the ban removed please11:09
v0lZy77anyhow11:10
v0lZy77This is the error I'm getting11:11
v0lZy77https://pasteboard.co/pqLhCKfgTAJu.png11:11
v0lZy77I'm not sure why its getting mounted RO11:11
v0lZy77if I try to cat /etc/fstab in initramfs, its not showing anything11:13
v0lZy77anyone able to help?11:17
sm2i wish i could but barely understand what you mean11:18
v0lZy77What I mean is, when I boot the VM, the boot process drops me into initramfs. See screenshot https://pasteboard.co/vKNHa2wowipT.png11:20
v0lZy77thats where things go wrong ... and last message before dropping into initramfs is: "No init found. Try passing init= bootarg"11:22
sm2if you join to lubuntu, they are normally quite nice with that stuff11:27
v0lZy77they say  my Bionic Beaver is EOL11:35
guivercmain Ubuntu 18.04 is still supported; flavors though never extended support past 3 years (main Ubuntu Desktop/Server/Cloud etc did) v0lZy7711:37
Maikv0lZy77: yep, it's EOL. as guiverc said, all the other buntu LTS flavors are only support for 3 years. Only main Ubuntu LTS gets 5 years of support.11:42
v0lZy77The issue im facing is probably not version specific anyhow11:44
kc2bezSince v0lZy77 is having an issue with main Ubuntu it should be supported here not in #lubuntu11:51
v0lZy77I'm just looking for how to get past this problem of root being mounted RO11:54
v0lZy77what runs the /init script in initramfs?11:56
v0lZy77oddly, I can't even do a umount /root ... device or resource busy11:56
ograv0lZy77, the kernel runs /iit12:00
ogra*init12:00
v0lZy77If i do ps I can see some parameters12:01
ograit then runs the various scripts (init-top/-bottom etc) ... which care for finding your controller/disk, then the rootfs and then mount it ...12:01
ogra... as last step it calls the run-init binary to switch to /sbin/init in the newly mounted rootfs to continue booting12:02
ograif you get "no init found" from it it indicates your rootfs disk is broken in some way12:02
v0lZy77the /scripts/init-bottom is wher eI get the erroir that mkdir: can't create directory '/root/lib/modules': read-only file system12:03
ogra(or that it gets pointed to the wrong disk or whatnot)12:03
v0lZy77it could create it if /root was not mounted ro...12:03
ograwell, if your disk is corrupt the kernel will mount it ro12:04
v0lZy77I did a fsck /dev/sda2 with a livecd12:04
v0lZy77twice, ... third time, its showing no errors12:04
ogra(so that you can still recover data from it before replacing for example)12:04
v0lZy77is a VM  disk...12:05
ograwell, examine the disk from te initrd ... /proc and sysfs should have all info12:05
v0lZy77if i do fsck /dev/sda2 (from livecd) I get /dev/sda2: clean, 191911/2621440 files, 4343149/10484992 blocks12:06
ograwell, did it have errors at some point ? might be that things got moved away into lost+found when you alloed it to repair (and then repair was not possible) in a former run12:07
ogras/then/when/12:08
v0lZy77yes, there's a bunch of stuff in lost+found12:09
ograwell, that indicates a corrupt filesystem ...12:09
v0lZy77so fsck basically failed to recover everything I'm seeing in lost+found...12:10
Maikkc2bez: oh, it's main Ubuntu. Thanks for letting know12:11
ograright, data on the disk that it was not clearly able to assign to an inode in the filesystem meta data ends up in there12:11
v0lZy77Hm12:15
v0lZy77why wouldnt it be able to assign these files to inodes?12:15
gordonjcpit's actually pretty rare to see anything in /lost+found these days12:15
gordonjcpv0lZy77: at some point while updating the file system it's crashed, and lost track of what goes where12:15
gordonjcpbasically12:15
v0lZy77I mean, is there a way to process the lost+found so that the the files get recovered with new inodes?12:15
gordonjcpv0lZy77: you can look at the files and see if you can identify what they are/were12:16
v0lZy77well... some have -> /path12:16
gordonjcpv0lZy77: like I say it's surprisingly rare to have it screw up to that extent because modern filesystems are a lot more reliable12:16
v0lZy77those I'm guessing are  symbolic links...12:16
gordonjcpv0lZy77: in the olden days if it dropped its guts while writing out a superblock you were pretty screwed12:17
gordonjcpv0lZy77: these days journalling filesystems make a note of what they're going to do and how it should look when it's done, do it, ensure that it's safe, and then make a note that they've done it12:17
v0lZy77yeah, its the journaling that originialyl failed on block 012:20
v0lZy77was saying  JBD2: Invalid checksum recovering block 0 in log12:21
v0lZy77JBD2: recovery failed12:21
v0lZy77error loading journal.12:21
v0lZy77I suppose it failed exactly on the blocks where the journal is12:22
v0lZy77bah12:36
v0lZy77Hopefully theres a backup12:36
v0lZy77Thanks for all the help so far12:36
gordonjcpv0lZy77: do you know what filesystem it is?12:37
gordonjcpext-family filesystems have duplicate superblocks which might save you12:38
=== pksato_ is now known as pksato
BluesKajHi all13:18
webchat68Is this channel suitable to get help with CIS workstation hardening?13:28
ograwebchat68, i'd try #ubuntu-security13:34
webchat68ogra nice, thanks13:38
Guest220welches verschiessene bloede arschloch hat dass internet kaputt gemacht ! meint zudem noch dass wir irgend so ein nazi datum 2022 haben ?13:52
Guest220koennen doch nur wieder irgendwelche faschistischen arschloecher gewesen sein13:54
BSaboiaUbuntu keeps changing the volume of my audio input (lowering it). How do I avoid it?13:55
BSaboiaIt is so annoying. I am talking to people on Zoom and then it goes basically mute, so people think I am muted or stopped talking or had an internet issue13:56
Guest220zoom zoom what13:56
BSaboiaZoom is a (bad) VoIP software13:58
BSaboiaI don't like it, but it is what my company uses and I am required to use it13:58
Guest220skype13:59
Guest220teamspeak13:59
Guest220mumble13:59
BSaboiaSo, what about them?13:59
BSaboiaYou listed a lot of VoIP software. What about it?13:59
Guest220all for porn13:59
Guest22085.22.344.66   joined14:01
Guest220holt mal dieses gruene arschloch von der eu hir ran   welche meint auf jeder scheiss seite  ein fucking abfrage machen zu muessen14:03
Guest220wer hat dieesm scheiss verein von der gez erlaubt  fuer dass internt geld nehmen zu duerfen14:04
Guest220seit wann sind zwangsstuern erlaubt ?14:04
Guest220seit wann sind zwangsgebuehren erlaubt?14:05
Guest220the internt is for free14:05
Guest220the internet is for free14:06
Guest220change the money system    ....14:06
Guest220also wer laesst sich lauter unfreiheitliches zeug einfallen ?14:28
Guest220meint dieses auch noch geil zu finden?14:29
Guest220sind doch nicht in einem scheiss nazi staat14:31
Guest220oder etwa doch14:31
=== beaver is now known as entraide_not_fou
=== entraide_not_fou is now known as entraide_404
Guest220oberste maxime erhaltung von freiheit and liberty14:34
Guest220199.77.77.777 has joined14:35
Guest220zwangsarbeit ist fuer niemanden erlaubt!14:36
Guest220egal ob direkt oder indirekt14:37
Guest220hat wer schon einmal eins live gehoert   ?   irgendwie ist in der webcam ansicht immer ein marker enthalten   dort steht  "rechte"14:38
BluesKaj!de Guest22014:38
Guest220soll dies ein hinweis sein14:38
BluesKajGuest220, In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!14:41
Guest220was mit rechten sowie linken nazis geschieht kennen wir bereits aus der geschichte  gerade dann wenn diese zwang erzeugen oder erhalten erhalten14:41
Guest220Freie rede meinnungs äußerung sowie sprachwahl gilt ebenso im internet sonst kann man dass ding hier auch dicht machen  man kan auch mal den verfassungsschutz auf so etwas ansetzen dann werdet ihr eure freude haben14:43
ograGuest220, this is an ubuntu support channel, what is your specific support question ?14:44
BSaboiaogra, he has none. Es gibt keine Frage. Someone should kick him14:54
MaikBSaboia: report him to the ops15:03
Guest220#FREEDOO15:29
=== Guest220 is now known as ONEONE
=== ONEONE is now known as ONEONEONE
=== robert_ is now known as Guest2060
=== ajfriesen707 is now known as ajfriesen
EnissayNot sure what happened but all the sudden my super key doesnt open the `Show Applications` menu anymore16:44
EnissayAlso window snapping is gone, omg16:45
oerhekssuper key shows all programm windows open...16:45
EnissayNot anymore... something happened after my last update :<16:47
lotuspsychjeEnissay: check your dpkg logs for hints perhaps16:47
EnissayOkay, I have plenty of stuffs since March 1st, not sure what to look at exactly16:48
lotuspsychjeEnissay: share in a pastebin, if you would like volunteers to have a look for you16:50
Enissaylotuspsychje: https://pastebin.com/ACsCR5xF  <316:53
jhutchinsEnissay: All the logs will show you is what packages were updated, they won't show you what changed.16:53
jhutchinsEnissay: For that you'd have to look at the changelogs for each package.16:53
EnissayOh my...16:53
sarnoldEnissay: hmm, that looks like just one kernel update or something..16:55
TheLinuxNerdupdating netplan.io17:02
TheLinuxNerdlibs, that's what I received17:02
webchat68How can I make permission 0640 to all logfiles in /var/log? I configured the config in /etc/logrotate.d for wtmp, for example, but it didn't work.17:08
webchat68make permissions persistent*17:08
jhutchinswebchat68: Why?17:09
webchat68jhutchins To comply with CIS benchmark (lvl 1 workstation). It is one of the rules17:10
sarnoldisn't that just like sudo usg fix cis_level1_workstation  ? https://ubuntu.com/security/certifications/docs/usg/cis/compliance17:12
webchat68I did that, by the automation didn't apply for some reason - in multiple tests17:12
sarnoldhrm :( that's probably worth a bugreport at least17:13
sarnoldif you're having problems perhaps others are too17:13
oerheksfind out with sudo logrotate /etc/logrotate.conf .d/<your app>/log.conf --debug17:14
awegapsjvapoewkwhat up17:15
awegapsjvapoewkwhat os yall using17:15
oerheksawegapsjvapoewk, you are in the ubuntu support channel, no polls please17:16
ash_worksiis there a shortcut key to dismiss notifications?17:23
webchat68sarnold where can I find how-to for that?17:25
sarnoldwebchat68: I'm hopeful 'ubuntu-bug usg' will do the trick17:26
oerheksash_worksi, maybe this; https://itsfoss.com/do-not-disturb-mode-ubuntu/17:27
webchat68sarnold Just did that, it said something about apport being modified, and then showed an error of "this is not an official ubuntu package".17:28
sarnoldwebchat68: oh jeeze :(17:28
webchat68:D17:30
ash_worksioerheks: well, the thing is I want to be notified17:31
ash_worksiI just don't want to have to use the mouse to dismiss it17:31
ash_worksialso, I tend to get duplicate notifications for some reason17:32
oerheksno short key, afaik, only Show the notification listSuper + V17:32
oerheksthen tab-tab-tab...17:32
webchat68sarnold should I just restore the image, re-do the steps and try filling the bug report again?17:33
webchat68after, or before any "usg fix"?17:33
oerheksfiling a bug for a non-ubuntu package seems useless to me..17:33
sarnoldwebchat68: probably the bug report won't go better a second time -- I *think* the right place to report a bug then is https://bugs.launchpad.net/ubuntu-security-certifications -- I'm not 100% positive on that, but some of these bugs are newish.. heh17:33
ash_worksioerheks: I don't know if I'll ever reach a notification because it's out of focus17:33
sarnoldoerheks: it's ubuntu, it's just not in the archive. apport apparently has a sad with that :(17:33
ash_worksioerheks: and I don't know a shortcut to focus it17:34
webchat68sarnold wait, are we talking about aport, or usg?17:34
sarnoldwebchat68: the https://bugs.launchpad.net/ubuntu-security-certifications   link is (probably) for the usg problems17:35
webchat41hello17:36
webchat41im trying to boot up ubuntu from my usb drive. i installed it following a guide - now when i try to boot in UEFI, i get the ubuntu loading indicator for 2 minutes, then it asks me if i want to try attempt interactive netboot.17:38
webchat41if i press no, it tells me it found no live system on the drive. if i choose yes, it ends up being a 404 error17:38
webchat41idk what to do17:38
=== nurtle_ is now known as nurtle
sarnoldwebchat68: there's also https://github.com/canonical/ubuntu-security-guide  :)17:50
=== entraide_404_ is now known as beaver
webchat68sarnold Yeah, I'm giving it a try. Thanks! It is the same person supervising bugs in launchpad17:55
sarnoldhehe, that changed a few minutes ago :) hehe17:56
jjakobhttps://bugs.launchpad.net/openssh/+bug/188599018:13
ubottuLaunchpad bug 1885990 in openssh (Ubuntu) "server: Match has no effect in include file (upstream 3122)" [Low, Fix Released]18:14
jjakobfix NOT released18:14
sarnoldjjakob: 'fix released' on a bare package (no target to series) means that the fix has been brought in to the devel release at the time18:17
jjakobthe bug was reported against focal, it doesn't seem right18:19
sarnoldjjakob: getting the bug fixed in a supported release takes more effort, https://wiki.ubuntu.com/StableReleaseUpdates is a good starting point18:19
jjakobI can see this being a security issue, if the user configures a Match block that would give it higher security than he actually gets (but doesn't notice something is not right because his config is silently ignored)18:21
jjakobon the other hand, fixing it may potentially change behavior on already running systems that have that Match in Include configuration, but it is getting silently ignored18:22
jjakobbut IMO them relying on incorrect behavior is less of a problem than the potential security implication18:23
oerhekshttps://packages.ubuntu.com/focal-updates/openssh-server 1:8.2p1-4ubuntu0.4 ???18:23
jjakobyes18:23
jjakobe.g. have a Match block that sets ForceCommand or DisableForwarding, both would get silently ignored, the user has no idea the Match block is getting ignored because everything still works18:25
jjakobeven if he looks at debug logs he sees the Match is getting used18:26
leftyfbI don't see how that is a security risk. They would not gain unauthorized access18:27
jjakobthey would gain unauthorized access to what the user did not authorize them to18:27
jjakobForceCommand and DisableForwarding are both restricting what the user has access to18:28
jjakobif those are silently ignored, the connecting user will have permission to do what he has not been authorized to18:29
jjakobthis applies to every possible directive that the user could configure under a Match block18:30
leftyfbjjakob: ok, only thing you can do is wait on a response from the devs18:30
jjakobleftyfb: I will, for now I moved those includes into the main config file18:32
markwdevAnyone have some experience with sssd in here? Trying to see if there is a way to specify a list of preferred domain controllers to auth with?18:33
markwdevWe have ~20 and I would like to limit the servers it tries to auth with as some are in remote locations.18:33
jjakobyes, freeipa uses it, so I've tinkered with it18:34
clayotI allegedly have Slack installed via Snap, but whenever I run it, it unceremoniously exits with no output at all. strace suggests it might be having permission issues with respect to my .Xauthority, but I thought Snap had its own way of doing permissions and so I'm not sure https://nopaste.nl/y1Z8dAATzw18:35
jjakobmarkwdev: in sssd.conf under [domain/foo.bar] ipa_server = _srv_, ipa1.foo.bar18:35
markwdevjjakob: Is that essentially saying "use anything from the srv record, but prefer ipa1" ?18:36
clayotmy nopaste got cut off somehow https://nopaste.nl/mWwdyercjz18:36
jjakobI think that means use whatever you can contact first, in this order of preference18:36
jjakobbut that only applies to freeipa, if you don't use it, it'll be a different config option18:37
jjakoblook at man sssd.conf18:37
leftyfbclayot: https://downloads.slack-edge.com/releases/linux/4.24.0/prod/x64/slack-desktop-4.24.0-amd64.deb   you'll have MUCH better luck with their .deb package and repo18:37
clayotthanks @leftyfb18:37
murthywhere can I read to know more about the new Ubuntu logo19:36
ograhttps://ubuntu.com/blog/a-new-look-for-the-circle-of-friends ?19:36
murthyty19:36
murthyah that orange rectangle was to express the color boldly, right19:39
murthyThat is what I was searching for19:39
oerheks"where can I read to know more about the new Ubuntu logo" lolz19:48
=== root is now known as Guest5635
oerheks!rootirc19:49
ubottuIt's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet.19:49
DakotaKaeHi everyone! I'm setting up a new laptop with Ubuntu. It has 1x1TB SSD and 1x256GB SSD. What would be the best way to set-up partitions across these two disks to make the best use out of them? Should I let the installer auto-format the 1TB one and then just use the smaller one as essentially an extra disk owned by my user for extra storage? Put all20:04
DakotaKaeof `/home` on the second disk? I plan on using the system for light gaming so Steam will be installed and stores to `$HOME/.steam` by default, so I'm thinking giving that as much room to grow as possible would be a good idea, therefore keeping it on the larger disk, but not entirely sure. What would y'all do in this situation?20:04
oerheksi would use 256 gb fully for ubuntu, and that 1Tb for other stuff. ubuntu itself installs in a single partition, unless you choose to do otherwise20:05
oerheks!partitioning20:05
ubottuFor help with partitioning a new install see https://help.ubuntu.com/community/HowtoPartition | For partitioning programs, see !GParted (recommended) or !PartitionManager. Other partitioning topics include !fstab, !home, and !swap20:05
rjwiiiDakotaKae: I have the same setup here. I have a 250GB SSD & a 1TB HD. I use the 250GP SSD to house all the system files and set up the 1TB as /home. Has worked well for me ...20:07
DakotaKaerjwiii: Thanks! I was thinking I'd probably do that (especially as, like I said, I'll probably have a few Steam games on there), but wasn't sure because I know /opt can also get pretty large depending on some of the apps I've used before.20:09
jjakobI use a custom partitioning with LUKS and LVM, you could use BTRFS instead too20:09
jjakobmake a big LUKS volume across the entire ssd, a VG inside the LUKS, then LVs for root and swap (root size just 20-40G for starting out so I have free VG space for other LVs for VMs), then you can create a filesystem on your hdd and symlink ~/.steam there20:11
jjakobI wouldn't put my entire ~ on a HDD, because it'll make apps run slow. leave ~ on a SSD20:12
jjakobyou could probably configure steam to just put the big directories in some other place that is on the HDD and leave .steam in ~ as well20:13
DakotaKaeBoth of my drives are solid state. One is whatever NVME Lenovo uses by default, the larger is a Samsung Evo 980.20:14
jjakoboh right, I saw rjwiii mentioning a hdd20:14
jjakobthe same still applies but not as critical, you can put ~ on the 1tb ssd as well, but decide if you want LUKS or not20:16
jjakobyou can make it boot with just entering the password once, I have a guide for that on my github wiki20:16
leftyfbjjakob: the default ubuntu desktop installer has an option for that out of the box. No need for a tutorial20:18
jjakobthe default installer doesn't encrypt /boot20:19
leftyfbhttps://jumpcloud.com//wp-content/uploads/2021/08/how-to-fde-ubuntu-20-04-2.png   it's just a checkbox20:19
jjakobyes but it leaves /boot unencrypted20:19
jjakobuseless20:19
leftyfbjjakob: ok? Who is putting sensitive data on /boot?20:19
jjakobyour kernel and initramfs is not sensitive to being replaced?20:20
jjakobI could just walk up, mount /boot, replace it with my modified version that has a keylogger, and you'd be none the wiser20:21
leftyfbFDE isn't meant to prevent someone from compromising your machine, only to prevent your sensitive data from being made available. If someone gets physical access to your machine, consider the OS unreliable20:21
jjakobpeople repeat that so much it drives me crazy20:22
jjakobit's not true20:22
DakotaKaeAlso, wouldn't Secure Boot prevent it from booting at that point due to it no longer being properly signed?20:22
leftyfbDakotaKae: in that case, consider it a notification to wipe and reinstall20:23
DakotaKaeExactly.20:23
jjakobif you encrypt /boot (by not having a separate /boot at all, and having grub decrypt the root luks) you are protected against anyone installing backdoors when you're not around20:23
jjakobno, you can have a machine that does not have UEFI, or you can sign it yourself, or bypass secure boot, or disable it in bios (which you haven't password protected)20:24
jjakobyou'd need to fun a fully verified boot with a TPM to protect yourself without encrypting /boot20:25
jjakobthere is the possibility that they install the backdoor into the bios itself, but that's a harder thing to do than just replacing your initramfs20:26
jjakoband initramfs isn't signed afaik20:26
jjakobe.g. coreboot+heads. but encrypting /boot IS more secure than not encrypting it, so I do it20:27
DakotaKaeBut my machine DOES have UEFI and I DID password protect it to prevent disabling it. If it is self-signed, the key would need to be enrolled in MOK, in which case I would need my BIOS password. This is becoming a conversation about "best possible protection" vs "what is actually needed". This is a system that I will keep at my desk or in my bed,20:29
DakotaKaekeep my work stuff off of, and only use for personal projects/documents and light gaming. The most sensitive information would be information that I also have paper copies of (albeit in a SD box at my bank), so there are other ways to get it instead (things like mortgage info, tax document copies, etc.).20:29
DakotaKaeI am not saying the steps you are suggesting are completely invalid in all scenarios, just that it would be overly cumbersome in mine.20:29
=== Guest5635 is now known as ONEONEONE
jjakobsure, you can use efi secure boot and manage your own keys (which is far more complicated than the setup I use) and then trust the bios and cpu to not be backdoored20:34
jjakobwhatever suits your perceived threat20:35
jhutchinsThe great thing about Secure Boot is that it can prevent you from installing any new operating system not approved in the contract between your OEM and Microsoft.20:57
oerheksjhutchins, +1 if you put a password on your bios20:58
Maximalist16:58 < Maximalist> trying to change my passphrase for LUKS FDE, running the command 'sudo cryptsetup luksChangeKey /dev/' but not sure what to put after dev. Which directory do i use?21:00
nunyaI have Ubuntu with Cinnamon and Ubuntu Wayland as Options when I log in. I really don't like the Wayland Desktop. It seems like icons for files are in random order. Is there some way to configure the Wayland Desktop to at least sort in alphabetical order when adding a file to the desktop? Cinnamon does it but is very laggy opening files and context menus.21:05
jjakobMaximalist: the block device that holds the luks volume21:06
jjakobrun lsblk and find it21:07
nunyaAlso every time I switch types of sessions my display (monitor) setting revert to default . Any way to preserve display preferences (single monitor) I'm using a laptop with an external monitor attached.21:08
jjakobcould be a partition /dev/sdX or /dev/nvmeXnYpZ or a raid /dev/dm-X or a lvm lv /dev/myvg/mylv21:08
Niklas__EI had mysql installed and messed it up erlyier and now I try reinstall it. I deleted /etc/mysql and /var/lib/mysql and /var/log/mysql  but still got errors after reinstalled it with ap t install --reinstall mysql-server21:08
Niklas__Eis there any other way to start over?21:08
oerheksuse --purge ?21:09
Niklas__Eapt remove --prune mysql-server?21:10
oerheksa lot more ... https://askubuntu.com/questions/1270094/how-to-completely-remove-mysql-from-my-system21:10
jjakobapt-get purge mysql-server mysql-client mysql-common; apt-get autoremove --purge21:10
oerheksand to check; which mysqld21:11
Maximalistjjakob: so it would just be my largest drive? The one with all my files essentially? Would it be the one at the top of the tree? Or just the one labled crypt?21:11
jjakobMaximalist: I don't know, lsblk should tell you that21:11
jjakobit depends on how it is21:11
Maximalistjjakob: that is what lsblk says. Would I select the partition labeled crypt?21:12
Maximalistit is labeled 'crypt' as the type21:12
jjakobprobably. if it's not right, cryptsetup will complain, no harm done21:12
Maximalistthat didnt seem to pan21:16
Maximalistill try to search dev21:16
nunyaI have Googled using "how to preserve display settings between ubuntu with wayland and Ubuntu with Cinnamon" as my search terms. If anyone can suggest better search terms plase let me know.21:17
jjakobpaste the output of lsblk and I'll take a look21:17
jjakobnunya: do they revert to default or to the other setting you had in the other session?21:17
Maximalistsolved21:18
Maximalistthank you jjakob21:18
leftyfbnunya: Cinnamon is not a display server.21:19
leftyfbnunya: If cinnamon will only work on xorg, I'm not aware of any automated way to convert xorg settings to wayland or the other way around. Just set them again. Or automate the settings you want to set in xorg/cinnamon with something like ansible21:21
oerheksWhy would cinnamon/xorg - ubuntu (gnome/wayland) change display properties if you had set it right?21:24
leftyfboerheks: I assume wayland doesn't use any xorg settings. Does it port them over when you switch?21:25
oerheksnope21:25
oerheksThat is why i wonder..21:26
nunyaoerheks: If I knew that I wouldn't be asking21:26
oerheks2 display managers, 2 desktops..21:27
leftyfbright, so who's to assume any custom settings get ported over. I maybe get the problem, if they are explaining/understanding it correctly. But I don't think there's a seamless way to port things back and forth21:27
leftyfbnunya: can you explain your issue exactly?21:27
Niklas__Ewhen i run now mysql_secure_installation, I write in a password and then I get .  Error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)21:27
noarbI'm having trouble getting a VM on a bridge to connect to the host its running on, but all other traffic to the LAN works ok. I have the tcpdump on the host here: https://bpa.st/VGBA because the seq & ack are the same, is this trying to send the same packet unsuccessfully?21:27
oerheksNiklas__E, did you reboot clean after --purge?21:27
Niklas__Enope, will try that21:28
nunyaleftyfb: If I log into a session in Wayland and change the display settings to what I ant there and then log out and go into a session in Cinnamon the settings I have previously set for Cinnamon have been returned to default. Now if I go back into a Wayland session those settings have returned to default. I am using a laptop with external monitor. i would like the custom settings for the external monitor to remain whether Waylannd or21:32
nunyaCinnamon.21:32
noarbthis is my netplan: https://bpa.st/RMMA could this problem because my host traffic is not on the bridge? Is it necessary for the host to be on the bridge, too?21:32
leftyfbnunya: are you really constantly switching between desktop environments?21:32
marchellohi all21:34
nunyaIf there is a config file I can copy of the settings I like and replace the file with default settings with the customs settings config file that woul be super!21:34
marchellogetting error when trying to run apt-get upgrade, full text is here: https://pastebin.com/UaDReMm3 -- please advise21:35
jhutchinsnunya: If you log out of a session, then log back in using the same desktop, do your settings persist or reset?21:35
leftyfbnunya: also, to be clear, wayland and cinnamon are not directly comparable. wayland is a desktop server/protocol just like xorg. cinnamon is a desktop environment like gnome or KDE. I do not know if cinnamon can use wayland or if requires xorg. I would look to see if you can configure your cinnamon desktop environment to use xorg or configure your ubuntu gnome desktop environment to use xorg so both desktop environments are using the same display21:35
leftyfbserver21:35
marchelloit's headless 18.04.6 LTS21:35
nunyaleftyfb: Yes I have bee switching a lot in order to have the look and feel of Cinnamon in Wayland. Or converely if I could get rid of the menu lags and opening file lags in Cinnamon that would be great!21:36
nunyaTry to have the look and feel of Cinnamion in Wayland is what I meant21:37
leftyfbnunya: any particular reason you require wayland over xorg?21:38
geniiYou can run xephyr under wayland to run an X server instead of constantly switching back and forth21:38
nunyajhutchins: If I log out of a session and then log into the same kind of session settings persist.21:38
nunyaleftyfb:I'm not even sure the difference between Wayland and xorg.21:40
leftyfbnunya: then maybe set both cinnamon and ubuntu gnome to use xorg21:41
nunyaleftyfb:How would I set both to use xorg. Also how to revert to what they were using originally if that doesn't solve my problem?21:42
marchellois it ok to use pastebin here or should I show you my errors in some other way?21:43
leftyfbnunya: https://linuxconfig.org/how-to-enable-disable-wayland-on-ubuntu-20-04-desktop21:43
leftyfbmarchello: pastebin is preferred21:43
leftyfb!paste | marchello21:44
ubottumarchello: For posting multi-line texts into the channel, please use https://paste.ubuntu.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.21:44
oerheksmarchello, before upgrade, did you properly run apt update first?21:50
oerheks"sudo: unable to resolve host " sounds like you cahnged hostname?21:50
nunyaI already have the choice of Ubuntu, Ubuntu with Wayland, Cinnamon in login screen. The link given seems to be adding or taking those out of login screen21:50
oerheksPlease paste the contents of /etc/hostname and /etc/hosts to see if it differs21:51
nunyaleftyfb: I already have the choice of Ubuntu, Ubuntu with Wayland, Cinnamon in login screen. The link given seems to be adding or taking those out of login screen21:51
leftyfbnunya: don't pick "Ubuntu with wayland"21:52
marchellooerheks, yes I did properly run apt update before running apt upgrade22:09
oerheksmaroke, so you changed hostname?22:09
marchellooerheks, it's new host and actually I've added only prefix for now, it should be fully qualified hostname like m5.example.com (also I'm not sure this really matters here, but ok)22:10
oerheksalso; grub-legacy-ec2 not installed on your VM ?22:12
marchellooerheks, just fixed hostname stuff22:16
=== Vercas5 is now known as Vercas
devilboyubuntu or ubuntu on wayland? what do you choose? I cannot find the pros and cons but ubuntu on wayland for some reason works smoothly in my laptop.22:18
marchellooerheks, regarding grub-legacy-ec2 -- please see https://pastebin.com/1gaEvfZB22:18
mbeierlhttps://www.cbtnuggets.com/blog/technology/networking/why-use-wayland-versus-x1122:31
marchellogetting error when trying to run apt-get upgrade, full text is here: https://pastebin.com/UaDReMm3 -- please advise22:55
marchelloalso related error with grub-legacy-ec2 -- please see https://pastebin.com/1gaEvfZB22:55
ash_worksipart23:10
=== hexenbane9 is now known as hexenbane
=== beaver is now known as pong
goddardssh-copy-id never asks for me to enter the password just says it fails23:38
tomreyngoddard: just like ssh then?23:41
=== vit is now known as freeworld

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