/srv/irclogs.ubuntu.com/2022/10/24/#ubuntu.txt

afshin777Hello bax :)00:52
afshin777is there any way to torify terminal ?00:53
=== paul_ is now known as sixpiece_ubuntu
afshin777is this group active?!01:11
arraybolt3afshin777: Yeah, we're here, we just don't know what torify means.01:12
arraybolt3Or at least I'm not sure what you're trying to do.01:12
afshin777i.e. passing the terminal traffic through the tor01:13
rob0the terminal itself does not handle networking01:13
arraybolt3Terminal traffic... are you connecting to a remote computer via SSH? Or using the lynx web browser?01:13
arraybolt3The terminal only works locally on your own system unless you use a remote shell of some sort (like SSH).01:14
rob0What you'd want to do is torify the software you are running from the terminal.01:14
rob0Or, you could implement your tor at the system level, such that all traffic from any app uses tor.01:15
afshin777I just want commands like "apt-get" use tor service01:15
rob0so now you have a more useful search term01:16
rob0"apt-get tor"01:16
arraybolt3afshin777: I'd try to route your whole system through Tor to do what you're going for.01:16
arraybolt3There might be a way to route just an individual app (like apt) through Tor, but I don't know enough about Tor to know how to do that.01:17
afshin777Thank you guys, really in Iran we have heavy internet restrictions and i can not use some services like docker and so on01:19
arraybolt3afshin777: Just be careful, I don't know if Iran is going to be OK with you using Tor either. You'll know the situatiohn better than I will here in the US, but just be cautious.01:19
afshin777And we have to use a proxy when installing some software through the terminal01:20
afshin777Thanks you my friend , yeah that's ok :)  and they know people do that, and the blocking system is very smart and fast!  But we always find a way to overcome it :))01:23
=== paul_ is now known as sixpiece
=== Phr33d0m_ is now known as Phr33d0m
aussietouchI have a ubuntu machine that needs forensic investigation,i am not Unix/Linux Savvy. the machine is not plugged into the network. when i turn on the machine it logs in without asking for a password, but when doing sudo I am asked for password and i have no password available as the machine is now confiscated from the original user02:16
arraybolt3aussietouch: Recovering the existing password may be very difficult or impossible, however, changing the password should be trivial. Is that acceptable?02:18
aussietoucharraybolt3 yes thats acceptable02:20
arraybolt3aussietouch: Fantastic. Do you have a live USB handy, or do you need to do this procedure entirely from the existing operating system?02:20
aussietouchI guess I can get a live usb02:20
arraybolt3aussietouch: Nah, not necessary.02:21
arraybolt3You are connected to IRC using a different computer than the one you're about to investigate, right?02:21
aussietouchYes :-)02:21
arraybolt3Part of the password reset process involves a couple of reboots.02:21
arraybolt3Alright. To begin with, shut the computer down.02:21
aussietouchRoger that02:21
arraybolt3Next, power the computer on, let the firmware screen appear, then the moment it goes solid black, hit Esc once.02:21
arraybolt3This should pop up a screen that says "GNU GRUB" at the top.02:22
arraybolt3If this doesn't happen, keep rebooting and trying to hit Esc until it does happen. Eventually you'll hit the sweet spot needed to get into this screen.02:22
aussietouchI didn't work the first time02:23
aussietouchLet me try again02:23
arraybolt3Do you know if the system is BIOS or EFI?02:23
aussietouchUEFI02:23
arraybolt3OK, then Esc will work eventually.02:23
arraybolt3(BIOS systems use Shift held down during bootup, while UEFI systems require a well-timed Esc keypress. Personally I preferred the old way better :P)02:24
aussietouchHow do we know if the machine has grub installed any way to check?02:24
arraybolt3GRUB is the bootloader, if you're using Ubuntu, you're using GRUB.02:24
arraybolt3Unless you or someone else has seriously mangled the guts of the system, that is.02:24
aussietouchOK02:24
aussietouchhmmm02:24
arraybolt3If it's really annoying, hit Esc repeatedly during the entire bootup process.02:25
arraybolt3This won't get you directly to the GRUB screen, but it's easy enough to get there if you do that.02:25
aussietouchI missed it twice already :-(02:25
arraybolt3Hitting Esc over and over will drop you to a GRUB rescue shell, from there you can get back to the GRUB menu.02:25
Bashing-omaussietouch: Sometomes is quicker to get "grub" if one spamms the escape key while booting - there is but a 3 second window of opportunity for grub to recognize the escape key.02:25
aussietouchi can see they have /etc/grub.d folder02:25
arraybolt3(This is probably the trickiest part of getting into recovery mode. Once this one hurdle is crossed, everything else becomes super easy.)02:26
aussietouchI am trying again now02:26
arraybolt3Bashing-om: I like the trick of spamming Esc, though on some systems spamming Esc is how you get into the firmware setup rather than the GRUB menu (I have two HP systems that do this).02:27
Bashing-omarraybolt3: Good to keep in mind - thanks :D02:28
aussietouchi can now see the grub> screen02:28
arraybolt3aussietouch: Good. OK, one more tricky part.02:28
arraybolt3aussietouch: Type "normal", but don't hit Enter. Position your finger over Esc with one hand, then press Enter with the other and then immediately hit Esc again, just once.02:29
aussietouchOk let me try, i have fat fingers :-)02:29
arraybolt3No problem, take your time. We'll keep trying until we get there.02:30
arraybolt3Once you get to the GNU GRUB menu, select "Advanced Options for Ubuntu" using the arrow keys, press Enter, then select the second option (the one that says "(recovery mode)" in it) in the list, then Enter again.02:30
aussietouchI have total 4 entries with 2 recovies02:31
arraybolt3aussietouch: Use the topmost recovery option.02:32
aussietouchdone02:32
aussietouchI can see recovery menu02:32
arraybolt3Nice. OK, select "root" and press Enter.02:32
arraybolt3Allow it to drop you to a shell.02:32
aussietouchShould i press CTL+D or enter02:33
arraybolt3aussietouch: Which one drops to a shell? I think Enter will.02:33
aussietouchyes I am now in the shell prompt02:33
arraybolt3OK. Next, run "mount -o remount,rw /", being careful not to make typos. The whole command is important (including the / at the end).02:33
arraybolt3This will enable write access to the drive so you can change the password.02:34
aussietouchcant i just run passwd root command and change the password for root and user account?02:34
arraybolt3Not yet.02:34
aussietouchok02:34
arraybolt3By default, Recovery Mode will mount the drive read-only, the above command remounts it as read-write.02:34
arraybolt3Once that's done, then it's just "passwd <username>", replacing <username> as appropriate, and then you already know what to do from there.02:35
aussietouchdone finish running the command02:35
aussietouchi have mounted the system in rw mode02:35
aussietouchnow i should be able to reset the password right?02:35
arraybolt3OK, next "passwd <username>", but replace <username> as appropriate.02:35
arraybolt3aussietouch: Correct.02:35
arraybolt3Once you've run the passwd command, do whatever you want to the password, then run "reboot", and you're in.02:36
aussietoucharraybolt3, brilliant i was able to reset both user and root password, i am tagged to do forensic investigation on this machine02:37
arraybolt3(by the way this is one reason it's important to NEVER allow attackers physical access to a computer that doesn't use full-disk encryption. This whole procedure works on most any unencrypted Ubuntu computer, and yes, it is a horrifyingly bad security hole. So, if you care about security, use disk encryption.)02:37
arraybolt3aussietouch: Nice. Good luck!02:37
arraybolt3(Also, as a sidenote, Ubuntu doesn't usually have a root password at all, though having one shouldn't hurt anything.)02:37
aussietouchI am really not sure where to start02:37
rob0any Linux, and probably most Unix systems02:37
rob0(have this weakness)02:38
aussietouchIf any of you have any doc to share, please share....02:38
murmelhm, interesting, debian doesn't let you use recovery mode when you don't have a root password, which _could_ be an advantage02:38
murmelaussietouch: what are you looking for?02:39
aussietoucharraybolt3, appreciate your help.... thank you02:39
arraybolt3aussietouch: What is it that went wrong that requires you to do this? Only expose as much information as should be public and recorded forever in Ubuntu's logs.02:39
arraybolt3(The channel is logged, so anything you say here not only becomes public but also permanently saved, so don't leak anything sensitive :P)02:39
arraybolt3Forensic investigation could mean a lot of things to me, so knowing how we got here might help us figure out where to go next.02:40
arraybolt3Actually, one thing I do know. Take a full disk image of the drive *now*.02:40
arraybolt3aussietouch: ^02:40
aussietouchIts suppose to be a client machine running windows 10, but someone has installed Ubuntu without corporate permission and used the machine not sure for what purpose, its on the network for long time. I need to know who has done this and what is the machien used for?02:41
arraybolt3If you do something to the system that damages the data on it in some way while trying to investigate it, you will be very thankful for that disk image.02:41
arraybolt3aussietouch: Oh wow. That sounds like a nightmare.02:41
aussietouchhow to take full disk image of the drive?02:41
aussietouchdd command?02:42
arraybolt3aussietouch: You'd need a live USB to do it with Linux, but you can just take the drive out and use any disk imaging software you like.02:42
rob0it might be impossible to know what all the machine was used for02:42
aussietouchRoger that02:42
arraybolt3If you want to do it with the tools we know how to use here, start by making a live USB with Ubuntu or an official flavor thereof (like Lubuntu), and we can go from there.02:42
arraybolt3rob0: Quite true. Thus is the nature of recovering data from anything - there's no guarantee how much can be gotten off. But you can usually get an awful lot.02:43
arraybolt3(At least in my experience.)02:43
aussietoucharraybolt3, i am now making a live Ubuntu(usb), can i get back to you once i am done with live usb02:44
arraybolt3Sure.02:44
arraybolt3I'm doing a bunch of other stuff in the background, so I will probably be here whenever you get back.02:45
aussietouchmy colleague is saying he has a live kali linux with him can we use that instead of ubuntu?02:45
arraybolt3aussietouch: For taking a disk image, yeah.02:45
arraybolt3Note that Kali may not have other tools you *might* want at some point, so maybe make the Ubuntu USB anyway, but if you want to get it over with as fast as possible, the disk image can be done with Kali.02:46
arraybolt3(Assuming that Offensive Security didn't do something really weird like remove the dd tool from the OS, which I really seriously massively doubt they did.)02:46
=== hackinghorn is now known as hacking-haunt
aussietouchI have Kali usb with me now02:51
arraybolt3aussietouch: OK. To boot from it, obviously, start by turning the computer off and inserting the USB drive once it's powered down.02:51
arraybolt3aussietouch: Next... crud, this part will depend on the hardware. Can you tell us exactly what model of computer you're dealing with?02:52
arraybolt3"Dell Latitude 7000" is the kind of info I'm looking for.02:52
aussietouchits Dell Optiplex 708002:52
arraybolt3OK, one moment while I look up how to get into the boot menu...02:52
aussietouchI know how to boot of usb02:52
arraybolt3aussietouch: Oh, OK great.02:53
aussietouchI can do that par02:53
arraybolt3OK, do you have an external drive to make the disk image on?02:53
aussietouchI'll look in the workshop we might have02:54
aussietouchjust a sec02:54
aussietouchfound an external HDD02:56
arraybolt3aussietouch: Nice. And just to be sure, it has enough disk space to fit the whole entire laptop's internal storage drive on it, right?02:57
arraybolt3If so, then just plug the drive in and open it in Kali's file manager.02:58
arraybolt3Then right click inside the file manager, and click "Open in Terminal" or something similar.02:59
aussietouchexternal SSD drive is not recognized by Kali Linux03:06
oerheksgood03:06
oerhekstest successful03:07
oerheksKali does something weird with, so unreliable to write an iso with03:08
aussietoucharraybolt3, it might take a little longer to find External Storage:-(03:14
arraybolt3aussietouch: Oh dear. Maybe the Ubuntu live USB would be a good idea after all then.03:14
aussietouchI reckon it could be faulty external SDD, I am unable to recognize the disk with my windows machine either03:18
aussietouchonce i go insdie file manager and " Open in Terminal" what should i do next? just copy and paste file or create an ISO image?03:19
arraybolt3aussietouch: Make a DD image03:23
arraybolt3aussietouch: So, can you run "lsblk | nc termbin.com 9999" and send the link that spits out? That will let me see which drive is the system's internal drive.03:23
arraybolt3We're just going to do a full, sector-by-sector copy of the whole whopping drive, so that any data that may be recoverable (even deleted files, possibly) can be recovered later.03:24
aussietoucharraybolt3 ""lsblk | nc termbin.com 9999"" machine is not connected to network03:53
arraybolt3aussietouch: Oh. OK. Well, let's just use placeholders then.03:54
arraybolt3"sudo dd if=/dev/sdX of=./disk.img bs=4M", replace /dev/sdX as appropriate to select the internal drive. This will copy the whole drive onto a single file on the external drive.03:54
aussietouchBrilliant will do that03:55
imihi, can I make bash tab completion not to show some of the options? for instance can I make firef<TAB> not to show firefox.geckodriver? but to complete firefox with the space on the end as if it was the only option for firef<TAB>?03:57
arraybolt3aussietouch: Once that command finishes, you can investigate the machine however you want, or you can make a copy of the image file and work on it in an environment you're comfortable in, or whatever. Once you have the full disk image, just keep one untouched copy of it and you won't lose any imoprtant data.03:57
rboximi: sure, just remove that from a directory in your path03:58
imirbox: we're talking about the binary at /snap/bin/firefox.geckodriver03:59
rboxok...03:59
rboxyou could remove /snap/bin from your path...03:59
oerheksadd a dot before filename?04:04
oerhekswhy would snap show such bin files..04:04
oerheksdoes that geckodriver even work?04:05
TemelI prefer arch tbh04:12
oerheksI prefer KDE in 2001, but this is strictly ubuntu support.04:27
aussietouchany command to find out when the OS was first installed I am guessing by going into some system file and looking at date stamp ? do you reckon dmidecode would do it?04:32
rboxtune2fs might tell you when the filesystem was created if you're using ext404:33
oerheksaussietouch, only date of partition creation gives a clue04:35
lurker_8473maybe something in /var/log/installer?04:35
oerheksnope.04:35
lurker_8473D:04:35
nickgawWhen I bought my System76 laptop with POP-OS installed they told me they use network booting to do the initial installation can ubuntu do such types of installs for new systems or reinstalls?04:35
lurker_8473do those logs get wiped on upgrades or something?04:36
oerheksThe new Ubuntu Server Installer now supports all Server hardware platforms, unattended autoinstall, offline installation, network-gapped install, PXE and HTTP boot, RAID, LVM, LUKS, among other things.04:36
oerheksno more netboot, as it can be done with server04:37
nickgawWhat about ubuntu desktop could the same be done with that one or how did they do my laptop over the network?04:37
oerheksone needs internet anyway, why the hard way nickgaw ?04:38
oerheksyou find the most odd questions..04:38
nickgawNo my question is how did they do the installation over the network and booting it and the entire installation so when I started the system it asked me if I wanted the encrypted setup which of course I did?04:38
oerheksask system86?04:39
oerheksor 7604:39
lurker_8473are you sure the laptop didn't just come with oem software installed04:39
nickgawThey told me threw network booting but not the direct steps why as it is linux should that not be open information?04:39
oerheksthe regular ubuntu installer gives that option too.04:39
oerheksAsk them about the netboot procedure and package selection, we are not responsible for forks04:43
lurker_8473tune2fs -l <partition os was installed on> | grep "Filesystem created:"04:44
lurker_8473might work04:44
oerheksusing bing instead of google might work also04:45
oerheksgrinn04:45
lurker_8473joke's on you, I was using GigaBlast ;)04:46
lurker_8473sometimes ya just want to be part of the convo, y'know04:47
lurker_8473haha04:47
nickgawDoes Canonical sell support services where they can remote into your system to do work for you if you need it done?05:50
toddcnickgaw: yes05:53
nickgawWhat is that service called?05:53
toddcnickgaw: https://ubuntu.com/support#enterprise     many options they can guide you to the best option for you05:54
nickgawCan they help individual end users with their support services as this looks like it is for major companies?05:57
toddcnickgaw: as I recall yes and as I recall they offer one time suppoet too05:59
nickgawI am also totally blind and use orca on the graphical desktop and speakup for the console before buying support are there ways to contact their sales team to ask if they support accessibility tools?06:00
toddcnickgaw: I am unsure I suspect support on third party programs may be limited to getting it to start or run06:02
arraybolt3Isn't Orca part of the main Ubuntu Desktop ISO? I seem to remember that, I could be wrong.06:03
nickgawWhat I would mainly need their support for is if I find an accessibility bug and can not set an option because of accessibility issues so they could remote into the system and change the option for me is this something that they would do or should I look somewhere else for this type of support?06:04
morgan-u2evening frineds:  the brightness adjustment on the panel has no affect on my monitor. Dell destop inspiron 9020 and acer monitor. 22.0406:04
toddcorca is part of the Gnome project06:04
arraybolt3morgan-u2: Does your monitor support a brightness change in this fashion?06:05
nickgawSo contacting gnome might be better then canonical?06:05
arraybolt3nickgaw: Highly doubtful, GNOME is a software project.06:05
nickgawDoes teamviewer work under ubuntu?06:05
arraybolt3Orca is mentioned in the official Ubuntu documentation (not the community docs, the official ones), so I would expect it would be supported as part of the OS.06:05
arraybolt3https://help.ubuntu.com/stable/ubuntu-help/a11y-screen-reader.html.en06:06
arraybolt3nickgaw: Pretty sure it does.06:06
toddcnickgaw:teamveiwer is great on 20.04 but I have a issue on 22.04 that I have not looked into it may be me06:07
nickgawWhy on linux mailing lists when I bring up other paid voice speech engines and synthesizers do I get yelled at about them not being open sourced and for me not to use them?06:07
arraybolt3nickgaw: Because people are grumpy about stuff like that sometimes?06:07
nickgawYes but if they understood my point in wanting to use a better voice synthesizer then espeak sometimes for my screen I find them griping about it rather rude.06:09
arraybolt3I mean if you have the money and want to buy something that will Just Work, do that. If there's a free thing that will Just Work, maybe save your money. But don't let people who are pushy about open-source keep you from doing what you need.06:09
arraybolt3(Also espeak's sound quality is atrocious, if you want to buy a better text-to-speech engine I don't blame you in the slightest.)06:10
nickgawas these people probably have never used a screen reader in their lives and don't get why I want better voices on my system so my reason for bringing this up is will I still get ubuntu support if I install software that is not open source on my system if the issue is with an open source program?06:11
arraybolt3nickgaw: I would expect so, though sarnold might have more info on this, he actually works for Canonical I believe.06:12
lurker_8473the default voice is quite atrocious06:13
arraybolt3lurker_8473: And unintelligible.06:13
nickgawIt is espeak06:13
arraybolt3They should have called it eeEEEEeee! Speak in my opinion06:13
nickgawIt is better then nothing but on windows much better voices exist.06:14
arraybolt3(Crosspost from #ubuntu-devel, haven't gotten a response for a while and am realizing I may have posted in the wrong channel earlier.)06:59
arraybolt3OK, I know this isn't much to go on, but maybe someone has some hints for me. Using Kubuntu 22.04, I've set up sbuild as described here: https://wiki.ubuntu.com/SimpleSbuild (I didn't use the provided sbuildrc, but that shouldn't matter here). If I try to enter into one of the sbuild chroots manually for updating (schroot -c source:kinetic-amd64 -u root), I just get dropped back to my normal shell with the rather unhelpful message:06:59
arraybolt3"E: Child terminated by signal ‘Segmentation fault’". How would I even start debugging this?07:00
arraybolt3I don't see much of anything alarming in /var/log/syslog, there's some "Running shell: /bin/bash", and then a lot of "Deactivated successfully" messages.07:00
arraybolt3Interestingly enough, I *can* schroot into a Jammy sbuild, but not a Kinetic one.07:02
arraybolt3I also set up /dev/shm builds for Kinetic, but not yet for Jammy, maybe that's part of the problem?07:03
arraybolt3Nope, enabling /dev/shm builds for Jammy didn't change anything.07:04
webchat12Hello guys!07:32
webchat12Anyone knows when USG will support 22.04? ua only works on 20.04 :/07:32
* alkisg asked on github a month ago and the devs answer was "we don't know yet"07:37
alkisghttps://github.com/canonical/ubuntu-security-guide/issues/1507:37
-ubottu:#ubuntu- Issue 15 in canonical/ubuntu-security-guide "usg not available for Ubuntu 22.04 LTS" [Open]07:37
webchat12Ok crap .... thanks for info!07:39
Bardon_Hello, what if when I upgraded a package, it asked if I wanted to change the config file back to the maintainer's version and I refused. Can I revert it to the maintainer's version later?08:10
ravageyes there is a backup in the same directory08:15
webchat17Hi folks, is this the right place to ask for help with ubuntu? Noticing a few issues after upgrading to 22.1008:33
=== pong is now known as beaver
lacrymologyever since the latest kernel update, my computer boots with the minimum resolution. Works fine if I go into grub and select the previous version08:41
Bardon_ravage: Right, I see a .dpkg-dist file, which looks like the default conf! Thanks08:53
Bardon_Hello, since the new upgrade (kinetic), my primary monitor only has the top bar with the "activity", time and quick menu. It misses the left bar with the apps, which is on my other monitor09:16
Bardon_How can I move it?09:16
Bardon_It stays on my left monitor09:16
Bardon_Ah nevermind, moved it09:17
Bardon_Other question, the quick menu doesn't display the audio and mic source anymore. Can I put it back?09:20
Bardon_Ah all good, it was hidden behind that arrow09:22
Bardon_Can't find the mic though09:22
cosmicrajivwhy ubuntu 22.04 kept back some of the upgrades from applying?09:25
ogra!phasedupdates09:32
ubottuSince Ubuntu 21.04, APT now implements phased updates. This can hold back updates on some systems while they are being phased in. See https://help.ubuntu.com/community/PhasedUpdates for more info.09:32
ogracosmicrajiv, ^^^09:32
=== Miles9of9 is now known as Miles8of9
cosmicrajivogra: ok, i read it. so previously it was only available with graphical update manager.09:52
cosmicrajivi don't know if some other users have also observe this problem but after updating to kernel 5.15.0-52, the battery is drainig faster.09:57
=== pah is now known as pa
=== LanDi1 is now known as LanDi
LiowenexWhy was 32-bit support depreciated?11:21
guivercLiowenex, 18.04 still has x86/i386 support; armhf (32bit) support still exists beyond 18.04 though11:23
mjt0kI'd ask it the other way 'round: why i386 support might still be relevant?11:25
hermanoI guess this is not a specific ubuntu question, but I am looking for a terminal software that can adjust images (png or jpg). It should basically inform about image current height/width and if higher then 50px, it should set max 50px height and scale the picture to adjust also the width accordingly. Same with height of 200px, so it would be great that height could be set an argument to a command.11:45
tyklinglook at convert from imagemagick11:45
hermanoNeed to run on Debian and/or Ubuntu.11:46
hermanoand be opensource.11:46
hermanotykling, Thanks! It look very "spot-on". Will give it a try.11:52
tyklinghermano: de nada11:59
hermanotykling, installation went fine but it does not respond with "magick" nor "ImageMagick". Maybe a path thing.12:00
tyklingthe utility you are looking for is called "convert"12:03
hermanotykling, thanks. Yes, understood that now. Tested 'display' and it works fine.12:04
tyklinggoodie12:04
BluesKajHi all12:44
bittinlooked up a new Daily Activity place today and got asked if i know how to install Ubuntu :p12:53
rob0What's there to know? Just Do It[tm].12:53
bittinrob0: well i done it for a couple of years :p12:54
=== EriC^ is now known as EriC^^
=== _SteelRose_ is now known as SteelRose
kkkssfHi14:43
kkkssfWhy ubuntu software needs to reboot on EVERY non-snap package update? That reminds me of Windows :) I would understand if its an kernel update but not on every non-snap package update14:46
lotuspsychjekkkssf: wich software are you talking about?14:50
kkkssfgnome-software14:50
dragon_Hello14:52
rob0Would that be a reboot, or just a logout?14:53
ioriakkkssf, if not related to a kernel upgrade, might be related to a service restart14:54
rob0I have Ubuntu in two VM instances, and non-kernel apt upgrades do not require reboots.14:54
kkkssfits an reboot, then on bootup the packages are installed and the machine reboots again14:54
ioriakkkssf, i suggest to check /var/run/ for reboot files14:55
kkkssfrob0 yes if you do "apt upgrade" you dont need to reboot but there are often packages that are "held back" in apt and need to be upgraded manually or through gnome-software14:57
kkkssfthe whole install packages on bootup thing is somehow starnge. If something goes wrong during install you have to read your boot logs first to figure it out15:00
kkkssfis ubuntu is turning slowly into ubundows? :D15:09
kkkssfwindows is also slowly turning into winbuntu with its linux subsytem15:10
lotuspsychjelets not make silly statements in the support channel please kkkssf15:11
mjt0kkkkssf: packages that are 'held back'? what do you mean?15:11
mjt0kthe whole idea about package upgrade process seems to be quite a bit strange15:12
mjt0kfor packages which are on hold other software wont touch them either, not only apt15:13
mjt0kit doesn't matter if it's done at bootup or not; one can disable automatic install entirely, too15:13
kkkssfin the pas when i had held back packages after "apt-get upgrade" i did "apt-get  dist-upgrade" and the held back packages were installed. now on ubuntu 22.04 i have to install them through gnome-software.15:16
mjt0kthese aren't held packages, these are packages with more complex dependencies15:16
mjt0kand indeed apt dist-upgrade will install them just fine while the system is running15:17
mjt0kI don't have gnome software installed but apt works just fine15:17
kkkssfmjt0k desktop or server?15:18
mjt0kit doesnt matter15:18
mjt0kapt is exactly the same and works the same way on both15:19
kkkssfwell on desktop you need snap in ubuntu 22.04 because packages like cups or firefox are snap only not sure if you can uninstall gnome-software without breaking the desktop enviroment15:20
kkkssfgnome-software takes care of both apt based and snap based updates, but the apt based packages are updated in a diffrent way then through apt15:22
kkkssfhowever when i "apt-get update && apt-get upgrade && apt-get dist-upgrade && snap refresh" i have sometimes still held back packages after, then i can update them manually "apt-get install <packagename1> <packagename2> ..." or use gnome-software15:28
jhutchinskkkssf: What third-party PPA sources do you have?15:28
kkkssfnone15:28
kkkssfonly default repositories15:29
mjt0kthat wouldn't happen with default repos15:29
mjt0kunless the repos are broken15:30
ioriaprobably phased pkgs15:30
kkkssfioria what are phased pkgs?15:30
lotuspsychje(in case needed we got a !phasedupdates factoid now)15:31
ioriakkkssf, that's why i suggested to check /var/run15:31
ioria!phasedupdates15:32
ubottuSince Ubuntu 21.04, APT now implements phased updates. This can hold back updates on some systems while they are being phased in. See https://help.ubuntu.com/community/PhasedUpdates for more info.15:32
iorianice15:32
lotuspsychjecookie for ogra : )15:33
mjt0kthat's a nice feature. and in this context, apt does the right thing, too15:34
street-enemyI'm trying to run a ubuntu mate live cd. The livecd boots but when i select "try ubuntu without installing" or "try ubuntu without installing (safe graphics) it hangs immiedtly after and displays a "SGX disabled by bios" along with numerous errors about "ACPI error aborting method" what am i doing wrong here?15:35
kkkssfoh yes that might be it and i guess what i ment were " kept back" packages, sorry for my poor translation15:35
guitargirl15street-enemy those errors are normal, what happens afterwards?15:36
street-enemynothing it's been sitting there for like 15 minutes now15:37
ioriastreet-enemy, if i remember correctly, you should have a menu with some defaults kernel parameter; i'd try acpi=off15:38
lagunaloirei installed a snap of gzdoom which configures in the ~/snap directory and it does not find the FluidR3_GM.sf2 soundfonts..i have them installed on the system but the game can't find them ...is there a fix15:39
kkkssfso if i wait enough the phased update will become verified/stable and apt will install it then and i can quit gnome-center?15:40
ioriayep15:40
lotuspsychjelagunaloire: _Please see the github repo for this snap for more info and bug reporting:_15:40
lotuspsychje  https://github.com/Hvassaa/gzdoom-snap15:40
lagunaloirelotuspsychje ok15:40
kkkssf*gnome-software15:41
jhutchinsstreet-enemy: Did you verify the image you downloaded?  Compare the checksum of the file to the checksum posted with the download?15:42
lagunaloirelotuspsychje..i read the page url but i already installed the freedoom wads in the snap directory and they work but the soundfonts for music do not15:42
lagunaloirelotuspsychje..it says can't find /usr/share/sounds/sf2/FluidR3_GM.sf2.15:43
lagunaloirelotuspsychje...and they are installed on the system.15:43
lotuspsychjelagunaloire: the volunteers in #ubuntu cant help much on external maintained snaps15:44
lagunaloirelotuspsychje ok..i guess i will wait until maybe there will be a fix later15:44
lotuspsychjelagunaloire: that git is your best bet/hope15:44
street-enemyioria where do i input acpi=off at?15:46
ioriain general, in the kernel line15:46
lagunaloirelotuspsychje..well there is no useful information about music at the git repo15:47
kkkssf56street-enemy you have to edit the boot entry in grub15:47
lotuspsychjelagunaloire: contact the maintainer of the project?15:47
lagunaloirelotuspsychje..how do i do that15:48
ioriastreet-enemy, similar to this : https://wiki.ubuntu-it.org/Installazione/ParametriAvvio?action=AttachFile&do=get&target=1604-2.png15:48
street-enemyi dont have that option15:49
ioriaand what you have instead ?15:49
street-enemyI have try ubuntu mate without installing, try ubuntu mate installing (safe graphics) install,install safe graphics,oem instyall,boot from next volume,UEFI firmware settings15:51
lagunaloirelotuspsychje..it is not that big of a deal since freedoom1 and freedoom2 play the wad files and the music15:51
street-enemyit looks like a normal grub boot menu15:51
wadSo I plugged my android phone into my Ubuntu laptop, and the phone asked if I wanted to let file transfers happen, and I said "yes". On the laptop, Ubuntu popped up a "SAMSUNG" thing (my phone), and I "opened with Files". But the folder is empty.... any ideas what's going on?15:51
lagunaloirelotuspsychje...but i wanted to get gzdoom working so i could swith among several wad files15:51
wadI looked in /media/wad and it's empty too.15:51
ioriastreet-enemy, press 'e' on the target item and add  manually at the end15:51
lagunaloirewad...go to your telephone and change the usb port from charging to file transfer15:52
lagunaloirewad then you should be able to change any files back and forth with your computer15:52
lagunaloirewad it uses libmtp15:53
wadlagunaloire, yeah, that's what I figured. I did that, and it says it's connected for file transfer. But the folder in Ubuntu is empty, doesn't look like anything mounted.15:53
kkkssf56street-enemy select "try ubuntu mate without installing" e.g, press "e" find the line that starts with "linux" and add the bootoption at the end of that line15:54
lagunaloirewad well unplug it and plug it in again and reset to file transfer...you should be able to see it in caja or gnome-files15:54
wadOkay, thanks!15:55
street-enemythese are the errors im getting https://i.imgur.com/CdTou0w.jpg15:57
ioriawe got that15:58
ravagei get those errors too. i ignore them. everything is working fine15:59
lagunaloirewad make sure you have libmtp installed on ubuntu15:59
ioriastreet-enemy, have you tried to set the parameter ?16:00
street-enemyyes it didnt change anything16:00
lagunaloirewad it is free with media player version 11 on windows xp ..but you need to install the library on ubuntu16:00
ioriastreet-enemy, then check the sata mode in your bios16:01
jhutchinswad: It could be that you have stored your data in a non-accessible folder on the phone.  Only certain folders are "public".16:04
jhutchinswad: A good test would be to create a test file in the phone folders, then see if you can find it from the phone.16:04
street-enemywhat am i looking for in sata mode ioria?16:05
lagunaloirejhutchins no he should be able to see many directories on his phone16:05
ioriai'd try first ahci  street-enemy16:06
lagunaloirejhutchins if he has libmtp installed and the usb port set for file transfer16:06
wadThanks lagunaloire!16:06
lagunaloirewad..no problem...let me know if you see it in caja or dolphin or gnome-files16:07
street-enemyit is currently in AHCI should i switch to optane? ioria16:07
lagunaloirewad..and it may work for thunar also but i haven't checked that one16:09
rollappuserhello16:09
=== funhouse_ is now known as funhouse
lagunaloirewad...you can launch gnome-files from the command line by typing nautilus16:10
lagunaloirewad if you use gnome..or type dolphin if you use kde...or type caja if you use mate...or type thunar if you use the other desktop16:11
ioriastreet-enemy, try to switch between the two, but i think ahci is the correct one16:12
street-enemyim getting the same results as last time16:12
TecklaDoes anyone else here run Ubuntu 22.04 on Hyper-V?16:16
alkisg_webstreet-enemy, does the same stick/CD work in another PC? To verify it's not downloaded or written wrong...16:16
mjt0khow it's done in ubuntu/ppa when on wants to provide several versions of a package (in several PPAs?) with support libraries which are common to all versions?16:16
jhutchinslagunaloire: Sorry for your limited experience, but many non-Linux devices reserve system directories from file transfer.16:17
mjt0ks/on/one/16:17
lotuspsychjeask your question to the channel Teckla so volunteers can think along with your issue16:17
Tecklalotuspsychje: Good idea, thanks!16:17
lagunaloireTeckla no i only have the home version not the professional version that includes hyper-visor vm16:17
lagunaloirejhutchins..yes for system files they do... but many directories on an android phone are publicly available through libmtp16:18
TecklaI'm running Ubuntu 22.04 on Hyper-V.  It has been working for several months without issue.  However, starting a few weeks ago, it freezes periodically, requiring a hard power-off of the VM.  Has anyone else experienced similar issues?16:18
lagunaloirejhutchins that is because they don't want people messing with the system files or then if you mess anything up..you have to unlock the boot loader on the phone and install a new kernel and os16:19
lagunaloirejhutchins i have 60 years of telephone experience16:19
jhutchinslagunaloire: What the manufacturer considers "system" varies.  I have a couple of devices that have a full "user space" filesystem that's reserved, and they default to that system for all storage.16:19
lagunaloirejhutchins going back to modems on the trs80model 116:19
alkisg_webmjt0k, you could indeed use multiple PPAs, "library", "version1", "version2" etc; then users would have the  "library ppa" and one over the "version x"16:20
Tecklalagunaloire: Old 8-bit computers!  <316:20
lagunaloireTeckla yes in the beginning of the days for silicon based high speed electronic switches computing and its effects for telephone communications16:21
Tecklalagunaloire: I spent countless hours on 8-bit machines and acoustic couplers and such  :)16:21
lagunaloireTeckla..yes they were a lot of fun...back in the old days when we were pioneering all kinds of boundary breakthroughs16:22
lagunaloireTeckla before google took over the phone business and captured a large market share from microsoft and apple...with generic android phones16:23
jhutchinsCharming as such reminicenses may be, they do not contribute to finding solutions, and they are off-topic for this channel.16:24
lagunaloirejhutchins ok16:24
mjt0kalkisg_web: are the support libraries just copied to every package version PPA in turn?16:27
alkisg_webmjt0k, no, they will be in a single ppa, and your users will pull them from there16:28
lagunaloirejhuthins i just checked in today to see if anyone had a clue where to put the soundfonts so the snap version of gzdoom will find them for music16:28
alkisg_webmjt0k, do you mean build-time libraries for the compilation, or run-time libraries later on for your users?16:28
mjt0kalkisg_web: both16:29
alkisg_webAnd they're built from the same package?16:29
alkisg_web*source package, of course16:29
mjt0kno, from separate packages16:29
mjt0kcommon for all versions of the main package16:29
alkisg_webAFAIK you'll need the build time libraries in all your PPAs, while you can put the run-time libraries in a common PPA16:30
alkisg_webYour users will need to run `add-apt-repository ppa:mjt0k/libraries` and `add-apt-repository ppa:mjt0k/version1`16:30
mjt0klemme think.. I can refer to them in a way similar to focal/binary-amd64/ vs pool16:31
jhutchinslagunaloire: I end up putting mine in an accessible directory, from which I can then import them to the specific sound selections.16:31
=== aaguhagegaooeg is now known as westor
alkisg_webmjt0k, btw why do you need multiple versions of the same package in the same series? It's not too common...16:31
=== westor is now known as Guest948
jhutchinsAndroid isn't like microsoft, each manufacturer's version has the potential to be their own implementation.16:32
mjt0kalkisg_web: because once new upstream .0 version is out, it is usually not a good idea to install it due to bugs fixed in .1 version, to the very least. The package in question is samba16:32
dartzsex!!!!!!!!!!!!!!!!16:33
lagunaloirejhutchins well i tried several usable directories and i also added a path in gzdoom.ini file for /usr/share/sounds/sf2 but it still does not find them16:33
alkisg_webmjt0k, so once .1 is released, in which case a user would need to install .0? Why keep it around?16:33
dartzlinux sucks kill all linux users16:34
dartzkill linux16:34
dartzdie16:34
dartzdie16:34
dartzdie16:34
dartzdie16:34
=== Phr33d0m_ is now known as Phr33d0m
lagunaloiredartz...why..most of us like linux16:34
lagunaloiredartz..it has a very popular kernel16:34
dartzyour;are a nobo16:35
mjt0kalkisg_web: nope, it is a bit different; current samba is 4.16.5, the series is 4.16. it is supported upstream. The new series is 4.17, currently at 4.17.1, but lots of people are still not confident enough to switch to 4.17. So I keep samba-4.16-jammy and samba-4.17-jammy16:35
dartzbooob16:35
dartzboob16:35
dartzboob16:35
dartzfdaobteorhodbg16:35
dartzfs16:35
alkisg_webmjt0k, if these are different package names, they can then co-exist in the same ppa16:36
mjt0kalkisg_web: nope, the same names, you choose which to install by choosing the right ppa16:36
alkisg_webOK, then yes go with the scheme I proposed, one common ppa and one per version16:36
mjt0kalkisg_web: and the support libs (talloc/tevent/tdb) needs to be the same for all versions16:37
alkisg_webYou can also build the common libraries once, and then use the "copy packages" function16:37
mjt0kfunction of what?16:37
alkisg_webThen your users will only need to add a single ppa, they won't need a common/library ppa16:37
alkisg_webOf launchpad, it has a "copy packages from ppa to ppa" link16:37
mjt0kfwiw, I'm not really doing ppa, and don't even have launchpad account I think16:38
mjt0kI'm just trying to understand how it is done16:38
alkisg_webEh, that's a completely different discussion then :D16:38
jhutchinsPackages with different files/versions should never have the same name.  Ever.  PPAs that do not follow this rule are referred to as rogues.16:38
mjt0kthis is incorrect jhutchins16:38
mjt0kwe do have the same package names in focal and jammy for example16:38
mjt0kwe do have the same package names in focal and focal-backports16:39
alkisg_webjhutchins, the package version will be different; the name will be the same16:39
alkisg_webE.g. currently in Ubuntu 22.04, apt policy python3 => shows two packages with the same name, different versions16:40
jhutchinsmjt0k: Different version numbers are significant.  Good PPA practice also provides a unique identifier to allow matching of all packages sourced from that PPA.16:40
=== xenial is now known as Guest6453
alkisg_webAnd one can install either python3=3.10.6-1~22.04 or python3=3.10.4-0ubuntu216:40
mjt0kjhutchins: unique identifier in the debian revision you mean?16:40
jhutchinsalkisg_web: I would consider the version to be part of the unique name.  Obviously the actual package name indicates the software installed, not the version.16:40
lagunaloiredartz..most of us have a lot of fun with linux for many years...i finally got some blu-ray movies on blu-ray discs...working with vlc on ubuntu and gentoo16:41
lagunaloiredartz yesterday16:41
alkisg_webjhutchins, apt upgrades wouldn't work at all if it didn't allow newer versions of the same package name16:41
alkisg_webI think you're talking about something else...16:41
krytariklagunaloire: dartz got banned from the channel btw.16:42
lagunaloirekrytarik oh..ok.16:42
jhutchinsalkisg_web: Yeah, maybe my terminology is sloppy.  The "major" part of a version number should be common to various sources, the specific portion should include some key to the source.16:44
jhutchinsI believe RH includes the source repo in the package metadata, .deb does not.16:44
jhutchinsThen again, I'm not sure how ppapurge works, so there's that.16:45
mjt0kbtw, does canonical pay people for maintaining official packages in ubuntu? :)16:45
alkisg_webmjt0k, another way to organize this is to provide e.g. samba-current, samba-next and samba-previous meta-packages, and have them depend on packages with different names, 4.17.1, .2,  and .0. Then all these packages could co-exist in the same PPA,16:48
mjt0kmaybe I should stop helping making money for others :)  I maintain samba package in debian and people are asking me constantly to provide samba for ubuntu too. It is easy enough to do, the changes needed are very minor, and it's easy to build samba for several ubuntu versions..16:48
alkisg_webwhile since you said you won't be using a PPA, then the versioning rules don't apply, you can have multiple versions of the same package in the same repository without deleting the old versions16:48
mjt0kalkisg_web: that still require common libs which was my main question. But I now know how to do tht16:48
alkisg_webIf you're using a single ppa, the libs go there, it's not a question anymore :D16:49
mjt0kalkisg_web: nope, same versions wont work16:49
mjt0kit is a single repository with several sets of Packages/Sources/Release files16:49
mjt0keach referencing a part of repository16:49
mjt0kI know how to build that easily16:50
mjt0kso effectively its several repositories, or several ppas, sharing a common set of files16:51
mjt0k(I actually haven't used ubuntu myself)16:51
alkisg_webThe apt repository rules are the same everywhere...16:51
mjt0kyeah16:51
lagunaloiremjt0k well ubuntu and debian sid are very close substitutes16:52
mjt0kI asked here beacuse PPAs are common and maybe this scenario has already been thought about16:52
alkisg_webPPAs have their own restrictions so the discussion wasn't really to the point16:53
jhutchinsIdeally, versioning from PPAs should be such that it doesn't break the mainstream upgrades.17:02
jhutchins(See the battle between Debian and Debian Multimedia.)17:02
=== JamesReilly[m]1 is now known as James[m]
lagunaloirewell i am glad i got bluray discs working on ubuntu and gentoo yesterday so now i can watch the 1967 version of Camelot with Vanessa Redgrave and Franco Nero as many times as i like with bluray clarity17:08
daumi'm on ubuntu 20.04 and switched to pipewire so my bluetooth headset mic can be picke dup, but now when i try to connect via the wizard it fails, when using bluetoothctl it says Failed to connect: org.bluez.Error.Failed any ideas on how to fix that?17:10
lagunaloireit was kind of important so i don't forget any of the songs17:11
Tecklajhutchins: Apologies for the off-topic talk above!17:29
=== elastic_dog is now known as Guest3315
ZestyGuestyHi fine folks. I have a quick question which I couldn't find a definitive answer for online - if/when is kinetic's 5.19 kernel expected to be release as HWE for focal/jammy?18:24
murmel22.04.218:24
alkisgFor focal => I don't think it ever will18:25
murmelalkisg: it will afair18:25
murmelsame thing why bionic got 5.1518:25
alkisgWhich is focal's kernel, LTS+118:25
murmelalkisg: bionic, not focal18:25
alkisgSo focal gets up to 22.04.1 kernel, not beyond, afaik...18:25
ZestyGuestyokay! should've guessed that one. and just to confirm - found an unofficial post saying that's expected in 3-4 months from now?18:25
murmelZestyGuesty: very likely feb18:26
alkisgOh, bionic? Got 5.15?18:26
murmelyes18:26
alkisgHmm, part of the 10 years support thing?18:26
ZestyGuestyI was under the impression HWEs are released for as long as the LTS cycle is within the 5 year support18:26
murmeloh wow, sorry. I misremember18:27
murmellast one is 5.4 :(18:27
murmeldamn18:27
murmelalkisg: sorry, you were right18:27
alkisghttps://ubuntu.com/about/release-cycle#ubuntu-kernel-release-cycle18:27
alkisgYeh. So I don't think focal will ever get 5.19, unless things change from what they used to be18:28
ZestyGuestyokay, just saw that it's not correct and 20.04.5 was the last point release18:28
alkisgSometimes a .6 release exists, but for grave security issues, not for kernel upgrades18:29
ZestyGuestyI see18:29
eb_Anyone using WSL for Ubuntu? How do you like it and what would you say you primarily use it for?18:43
murmeleb_: it's bascially only for dev work, otherwise use an actual vm18:45
=== beaver is now known as null0110
eb_nice!19:00
ubergeekI used to use WSL Ubuntu, until I got so sick of the lack of proper terminal clients for Windows, I switched to Linux for full-time workstation, and MacOS for laptop use19:03
ubergeekWSL's biggest problem for admin use is a lack of a decent terminal for Windows, really.19:03
eb_ubergeek I've been using Windows Terminal, doesn't seem like a bad option19:40
leftyfbeb_: ubergeek: feel free to continue the discussion in #ubuntu-discuss or #ubuntu-offtopic19:42
Guest84Hello. i just upgraded to 22.04, the upgrade process replaced /etc/cryptsetup-initramfs/conf-hook and i think removed KEYFILE_PATTERN on my laptop with FDE. i now cant boot and get dropped into initramfs prompt. i *think* im supposed to edit that file and run update-initramfs to fix it, but that command isnt present and the file doesnt exist. when19:44
Guest84i boot i see ALERT UUID=xxx does not exist19:44
Guest84under that (initramfs) prompt, /etc/fstab is blank19:49
brkcorehow do you check latest kernel releases including test and beta versions19:50
enigma9o7check them for what?19:51
brkcoreenigma9o7, just to see whats available to test/install19:53
enigma9o7https://wiki.ubuntu.com/Kernel/MainlineBuilds might be useful19:58
lurker_8473apt-cache --no-all-versions show linux-image-generic | grep Version20:00
lurker_8473... maybe ?20:00
enigma9o7Half way down the wiki it provides the link to download them.  https://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D20:04
brkcoreenigma9o7, thanks, I was thinking there would be a tool to check in terminal20:06
enigma9o7lynx?20:09
brkcoreenigma9o7, thats to browse it20:11
MossUnit03Hi guys, I'm trying to make my connections to a WIFI router/modem/access point as anonymous as possible, thus, I'm randomizing my MAC address upon every connection, and I randomize my hostname every bootup of my OS, is the hostname and MAC address the only identifying information I need to randomize to make each connection to a wifi ap, completely20:17
MossUnit03unique?20:17
Habbieyou should dump your dhcp requests with tcpdump or wireshark, and look at what's in them20:18
=== Mony is now known as Guest6580
cube1When Installing 22.10 I accidentally capitalized the first character in my user password. Now the settings app is refusing me the ability to change to my non-capitalized password, saying it's too weak. 1) This is the password you allowed me to pick. 2) To me, this password is local, only meant to family or whatever from snooping. - Do I have to use a CLI tool of some sort to switch my passwords?20:27
cube1only mean to stop* family or whatever from snooping20:27
cube1I don't understand why password strength would matter. It doesn't to me, not for this password. I'd like to use my old password that Ubuntu used to allow me to use20:28
kostkon!password20:28
ubottuForgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords20:28
toddccube1: the installer allows shorter passwords than other methods20:28
cube1toddc: that's ludicrous20:29
toddccube1: well ok but you could reinstall20:30
MossUnit03 How do I run a gui java program .jar file, I've installed openjdk-11 and i still cant run the .jar file., using Ubuntu 22.0420:31
MossUnit03How long is your password?20:31
MossUnit03I've created over 200+ character passwords for LUKs20:31
MossUnit03using Ubuntu GUI isntaller20:31
cube1This is my user account's password. It's a normal length. Ubuntu allowed it before, now it's not. This is a giant issue.20:32
cube1~10 characters20:32
MossUnit03My user account passwords are longer than 10 chars20:33
cube1That the installer has a difference allowance criteria than the settings menu is a bug.20:33
MossUnit03Mines 25+ characters20:33
bpromptMossUnit03: to run the .jar just -> java -jar FILENAME.jar20:34
MossUnit03I set my 25+ user account password  using the ubuntu intial installer20:34
MossUnit03I used to be able to right click a file > run with java20:34
EriC^cube1: you could change it using the cli...20:35
greenracerCan you use Ubuntu Core for servers? Like is there an nginx snap for it?20:35
EriC^cube1: type "passwd"20:35
MossUnit03ok guys20:35
MossUnit03I need to uninstall my java versions20:35
MossUnit03I install openjdk 18 and its bugged20:35
MossUnit03How do I easily uninstall things20:36
toddcusing the installer I use 4 digits on desktop after luks but on servers I use apg 15+ random keep in keepassXC so no issue for me20:36
Guest84i just upgraded to 22.04, the upgrade process replaced /etc/cryptsetup-initramfs/conf-hook and i think removed KEYFILE_PATTERN on my laptop with FDE. i now cant boot and get dropped into initramfs prompt. i *think* im supposed to edit that file and run update-initramfs to fix it, but that command isnt present and the file doesnt exist. when i boot20:36
Guest84i see ALERT UUID=xxx does not exist20:36
MossUnit03How do I uninstall this "apt install openjdk-18-jre-headless20:37
MossUnit03" ?20:37
cube1EriC^: I'm trying to use the operating system as designed for a regular user. I tried though: "BAD PASSWORD: The password differs with case changes only"20:37
cube1great20:37
cube1That's a bug, too. A different error message from the one in the GUI.20:37
Guest91Hi20:38
cube1Why wasn't this fixed in 1972?20:38
EriC^cube1: do you want to whine or get it fixed?20:38
cube1With a test case so it'd never come up again. Well now it can be fixed and remain fixed for 10,000 years20:38
cube1I want to switch to SerenityOS is what I want to do20:38
EriC^i mean your own pc do you want it fixed20:39
EriC^ok20:39
Guest91Hi God. I know you have kept ignoring me but I am really needing your help right now. Please please please don't ignore me. I really want you to help me. I am sick and tired of my life. I know people are going to think I'm nuts but I just want one thing God. Please.20:39
Guest91Dear GOD/GODS and/or anyone else who can HELP ME (e.g. TIME TRAVELERS or MEMBERS OF SUPER-INTELLIGENT ALIEN CIVILIZATIONS):20:39
Guest91The next time I wake up, please change my physical form to that of FINN MCMILLAN formerly of SOUTH NEW BRIGHTON at 8 YEARS OLD and keep it that way FOREVER.20:39
Guest91I am so sick of this chubby Asian man body!20:39
Guest91Thank you!20:39
Guest91- CHAUL JHIN KIM (a.k.a. A DESPERATE SOUL)20:39
MossUnit03Wait20:39
MossUnit03Dude seriously20:39
MossUnit03I wanted to talk to that guy20:39
demonTal...why20:40
oerheksMossUnit03, he is gone, and offtopic20:40
cube1EriC^: Thanks for trying to help. I fixed it by running passwd under sudo. It worked without a force flag like '-f', so that's a bug too. Criteria should be the same regardless of who is changing the password, at least until forced by root via a flag.20:43
cube1So that's a few bugs that can be fixed now20:43
cube1No reason why root running a command shouldn't be notified of issues20:44
cube1Installer, gui, non-root passwd, and root passwd all have different behaviors.20:45
cube1As if passwords are a joke. So then why have quality criteria?20:46
oerheksubuntu has no root password enabled. and reading back your issue, it makes no sense at all20:46
cube1oerheks: my password was for example 'tada' in Ubuntu 22.04 but I accidentally set it to 'Tada' in Ubuntu 22.10 and was unable to change it back20:47
MossUnit03How do I get my GUI so I can right-click a .jar and "open with Java"20:47
enigma9o7Moss: open a file manager20:51
enigma9o7they do that exact kinda thiing20:51
Guest84i upgraded to 22.04 on my FDE laptop and cant boot anymore. i type in the passphrase but then get dropped into an initramfs prompt with "ALERT! UUID=xxx does not exist"20:53
enigma9o7well, at least its encrypted.20:54
Guest84on a live usb i can still mount the lvm and see my disks files. i think something with booting is just screwed up.20:54
EriC^Guest84: set up a chroot, do you know how?20:56
lagunaloireMossUnit03..well try to find gnome or kde mime settings to automatically invoke java for a jar file..i haven't seen a jar file in many many years....there were a few about 14 years ago for some simple java games20:56
Guest84no20:56
MossUnit03it used to work automatically20:56
MossUnit03I'd install java openjdk someversion, etc20:56
MossUnit03then I could rightclick open with JAva20:56
EriC^Guest84: ok, how did you decrypt the rootfs? cli or ..?20:56
lagunaloireMossUnit03 well maybe an app changed your mime settings..try to edit it for the jar entry20:57
MossUnit03it wasnt that hard before20:57
MossUnit031. Install Java someversion. 2. Right click > run using Java JDK etc20:57
Guest84Eric^: live usb, cryptsetup and mount command20:57
EriC^ok great, what did you use at the end of the command Guest8420:58
EriC^for the name20:58
lagunaloireMossUnit03..well i haven't messed with java in more than 10 years since sun wanted to go back to propietary ownership of java...so there were a few games many years ago...but i haven't seem much lately because i am not interested20:58
Guest84one sec, booting back into it20:58
EriC^ok, if you decrypt it, use the name of the luks partition e.g sda3_crypt for instance20:59
lagunaloireMossUnit03 the only propietary stuff i still like is stories in movie or game form20:59
EriC^or run 'sudo parted -ls | nc termbin.com 9999' and paste the link it gives you here to see the partition table before running cryptsetup20:59
lagunaloireMossUnit03 because code changes every month on gentoo and ubuntu...but good stories with good music last forever21:00
lagunaloireMossUnit03 like the 1967 Camelot with Vanessa looking great and retelling her story21:01
lagunaloireMossUnit03..of how lancelot was one in a million21:01
lagunaloireMossUnit03 and so was gweneviere21:01
lagunaloireMossUnit03..Vanessa is almost as beautiful as Aeris and Tifa21:02
Guest84EriC^: sudo cryptsetup luksOpen /dev/nvme0n1p2 crypt; sudo mount /dev/mapper/crypt /mnt21:03
Guest84i can then see things under /mnt21:03
EriC^Guest84: try 'cat /mnt/etc/crypttab'21:04
EriC^what's it say at the end of the line blabla_crypt21:04
Guest84two lines likes luks-aaaa-blah UUID=bbb-blah /crypto_keyfile.bin luks,discard21:05
fauxprideHi. I'm on 20.04 and I'm having some trouble with bluetooth no longer working after the computer has been idle for more than a day or two.21:05
EriC^Guest84: oh ok21:06
fauxprideHad the same issue on 18.04, but fixed it by updating the bluez version (which is no longer shipped with Focal Fossa): https://askubuntu.com/questions/1036195/bluetooth-doesnt-work-after-resuming-from-sleep-ubuntu-18-04-lts21:06
fauxprideAny idea on anything else I could try?21:06
Guest84Eric^: both lines have different uuids, they dont match the initramfs error message21:07
EriC^Guest84: odd, can you share 'cat /mnt/etc/crypttab | nc termbin.com 9999' ?21:07
EriC^it will pastebin the contents and give a link'21:07
Guest84https://termbin.com/n9jl21:08
EriC^Guest84: ok type "for i in /dev /proc /sys /run; do sudo mount -R $i /mnt$i; done"21:10
EriC^then type "sudo chroot /mnt"21:10
Guest84done. prompt changed to root@neon:/#21:11
EriC^ok, type "blkid | nc termbin.com 9999"21:12
EriC^curious about the uuid situation21:12
Guest84https://termbin.com/7y2b21:13
EriC^nvm..p2 is the /home dir?21:14
EriC^i mean p321:14
EriC^Guest84: nevermind, type 'mount -a'21:14
Guest84-liveusbEric^: using this account to IRC on the live-usb laptop, was manually copy/pasting from another device21:15
EriC^Guest84-liveusb: ok, actually type 'mount /boot/efi'21:15
Guest84-liveusbEric^: mount: /boot/efi: /dev/nvme0n1p1 already mounted on /boot/efi.21:16
EriC^aha you ran mount -a?21:16
Guest84-liveusbyes21:16
EriC^ah ok nice21:16
Guest84-liveusbp1 i think is boot, p2 is the main partition, p3 i think is swap21:16
EriC^oh ok21:17
EriC^try 'update-initramfs -c -k all'21:17
Guest84-liveusbroot@neon:/# update-initramfs -c -k all21:18
Guest84-liveusbupdate-initramfs: Generating /boot/initrd.img-5.15.0-50-generic21:18
Guest84-liveusbcryptsetup: WARNING: target 'crypt' not found in /etc/crypttab21:18
Guest84-liveusbW: Couldn't identify type of root file system for fsck hook21:18
Guest84-liveusbupdate-initramfs: Generating /boot/initrd.img-5.15.0-52-generic21:18
Guest84-liveusbcryptsetup: WARNING: target 'crypt' not found in /etc/crypttab21:18
EriC^wonder what to call it, usually it used to say sda3_crypt or so at the end of crypttab line and that's what you'd need to call it when using luksOpen21:19
arraybolt3Guest84-liveusb: Try using a pastebin like https://bpa.st next time, pasting large content in here results in a flood-prevention bot muting you for 60 seconds. Sorry for the inconvenience.21:19
EriC^seems this crypttab format is new on 22.0421:19
fauxprideCorrection on the above: the version of bluez that fixed it on 18.04 doesn't work on 20.04. Apparently it's a bug, I'ma wait for the fix: https://askubuntu.com/questions/1399904/ubuntu-20-04-no-bluethooth-found21:19
EriC^1sec21:19
bpromptGuest84-liveusb: continuous pastes in less than 1 sec, triggers the bot21:19
Guest84-liveusbyup. my bad on the spam21:20
arraybolt3Eh, no problem. I am interested in what's happening here, is this another instance of "can't boot encrypted installation"?21:21
arraybolt3I didn't read the backlog so I don't know.21:21
Guest84-liveusbi upgraded KDE Neon to 22.04, got stuck at boot dropping into initramfs21:22
EriC^Guest84-liveusb: ah ok, we need to call it "luks-e4b7eeba-8f72-4df0-baca-d942a29512d7"21:22
arraybolt3Ugh.21:22
EriC^Guest84-liveusb: type 'exit' then "sudo umount -R /mnt"21:22
arraybolt3EriC^: I think the problem is that the disks need to be mounted as the name that is in crypttab, so if Guest84-liveusb simply opened the encrypted drives in Dolphin to mount them, this will result.21:23
Guest84-liveusbi did get a prompt to update /etc/cryptsetup-initramfs/conf-hook and i think the diff removed KEYFILE_PATTERN from it, if that helps any21:23
Guest84-liveusbas part of the dist upgrade21:23
Guest84-liveusbbut that's from memory21:23
arraybolt3(Also as a sidenote, KDE neon is *technically* off-topic here, however the reason for not-quite-Ubuntu distros being off-topic is because they may have made changes that could make debugging them tricky for Ubuntu developers. As a Neon user myself, I believe that problem doesn't apply to Neon, so I don't think it matters here.)21:23
EriC^Guest84-liveusb: which guide did you use to make it FDE?21:23
Guest84-liveusbvery vanilla 'whole disk encryption' guided install21:24
bpromptarraybolt3: http://pastie.org/p/4uamjIw6fYjZ8A8GyeEXPZ   <--- original issue21:24
Guest84-liveusbarraybolt3: yeah i took a gamble that this may have been an ubuntu-specific thing rather than neon specific21:24
arraybolt3Yep, I think I've seen this before. Easiest way to fix it in my experience is actually to boot *from* the initramfs prompt and get into the system, then update the initramfs.21:24
arraybolt3Guest84-liveusb: Did you already paste the contents of your crypttab in here somewhere?21:25
EriC^Guest84-liveusb: it seems like that's the problem, the conf-hook thing, https://askubuntu.com/questions/1424144/encrypted-disk-not-available-in-boot-process-after-distro-upgrade21:25
jhutchinsarraybolt3: Since when are other flavors of standard Ubuntu off topic?21:25
arraybolt3jhutchins: Neon isn't technically an official flavor. Neither is Pop!_OS, Linux Mint, etc. However, Neon is only very slightly different than Ubuntu and the guts are identical AFAIK, so I don't care. I would care if it was something more radically changes like Pop or Mint.21:26
jhutchinsarraybolt3: Ok, so you're not excluding kubuntu, I misunderstood.21:26
Guest84-liveusbarraybolt3: https://termbin.com/n9jl21:26
arraybolt3jhutchins: Correct.21:26
EriC^Guest84-liveusb: i found the solution online21:26
jhutchinsKDE has been known to come up with fanciful names for various releases.21:27
EriC^Guest84-liveusb: type 'exit' then "sudo umount -R /mnt"21:27
arraybolt3Guest84-liveusb: Ew. Well that's unexpected, but maybe that's just how Calamares does it. It looks like EriC^ has it under control, so I won't take over, but if things still don't work right, I have a trick up my sleeve that might help out.21:27
Guest84-liveusbEric^: that link you shared above? should i try that echo statement thing?21:28
EriC^Guest84-liveusb: yeah but first we need to fix the name so update-initramfs works21:28
Guest84-liveusbk21:28
EriC^exit the chroot, then umount -R /mnt21:28
Guest84-liveusbsudo umount -R says "umount: /mnt/dev/pts: target is busy."21:29
EriC^is it open in any terminal?21:29
EriC^cd /mnt anywhere?21:30
Guest84-liveusbcompletely closed and reopened konsole, same message21:30
EriC^hmm, i'd just restart honestly, we have to luksClose and whatnot anyways21:30
Guest84-liveusbok, restarting. brb21:31
EriC^ok21:31
Guest84-liveusbEriC^: back. console open, have not done anything further21:34
EriC^Guest84-liveusb: great21:36
=== maks is now known as stallvalds
EriC^Guest84-liveusb: type "sudo cryptsetup luksOpen /dev/nvme0n1p2 luks-e4b7eeba-8f72-4df0-baca-d942a29512d7"21:37
Guest84-liveusbdone21:37
EriC^Guest84-liveusb: now type "sudo mount /dev/mapper/luks-e4b7eeba-8f72-4df0-baca-d942a29512d7 /mnt"21:38
Guest84-liveusbwait. crap. i copy/pasted wrong and missed the trailing 7.21:39
eelstreborsynaptic versus apt versus snap - which should i use?21:40
Guest84-liveusbso i have ...29512d not ...29512d721:40
oerhekssnap for snaps ...21:40
EriC^Guest84-liveusb: no worries, type 'sudo cryptsetup luksClose luks-e4b7eeba-8f72-4df0-baca-d942a29512d21:40
Guest84-liveusbdone. repeat with more careful copy/paste?21:41
EriC^yup21:41
wrgetting an error on a snap package install https://paste.debian.net/hidden/a2aae08f/ what could i check?21:41
Guest84-liveusbEriC^: done. appreciate your patience, laptop keyboards are finnicky21:42
EriC^no problem21:42
Guest84-liveusbluksopen and mount both completed21:42
EriC^Guest84-liveusb: ok, type "for i in /dev /proc /sys /run; do sudo mount -R $i /mnt$i; done"21:43
EriC^then "sudo chroot /mnt"21:43
oerhekswr,  the classic version is a bit out of date? use the latest; sudo snap install riseup-vpn --edge --classic21:43
Guest84-liveusbchroot success21:43
EriC^great, type "mount -a"21:43
EriC^now for the good stuff21:43
Guest84-liveusbno output but success21:44
wroerheks, ok gonna try --edge21:44
EriC^Guest84-liveusb: echo "KEYFILE_PATTERN=/etc/luks/*.keyfile" >> /etc/cryptsetup-initramfs/conf-hook21:44
EriC^then "update-initramfs -c -k all"21:44
Guest84-liveusbdone.21:44
Guest84-liveusbfyi if i do an ls, i don't have an /etc/luks/ folder21:45
EriC^hmm21:45
eelstreboroerheks, i found that i can install firefox and vlc  with apt and synaptic and snap - snap seems to do different things with firefox and vlc21:45
Guest84-liveusbroot@neon:/# ls /etc/luks.... ls: cannot access /etc/luks: no such file or directory21:45
Guest84-liveusbthere is a /crypto_keyfile.bin though21:46
wroerheks, i get a similar error fail, am on a Debian also, but before it was working21:47
Guest84-liveusbas in the root folder / . not sure if that fits21:47
eelstreborafter removing vlc with synaptic and installing it with snap, vlc will no longer launch when i d/l a m3u file21:47
eelstreborfrom firefox21:47
oerhekseelstrebor, check for permissions in settings > applications > firefox/vlc21:48
EriC^Guest84-liveusb: i wonder, is there any backup file there, try "ls -l /etc/cryptsetup-initramfs"21:48
Guest84-liveusboh damn. yeah there's a conf-hook.dpkg-old21:49
Guest84-liveusband it's referencing that root file21:49
wroerheks, still https://paste.debian.net/hidden/99541981/21:49
eelstreboroerheks, i assume you're talking about firefox->settings - there isn't anything there for vlc or m3u files21:49
oerheksno, gnome settings21:50
EriC^Guest84-liveusb: great, type 'nano /etc/cryptsetup-initramfs/conf-hook' and edit it so that it's similar to the old one's keyfile pattern line21:51
Guest84-liveusbEriC^: i changed it to KEYFILE_PATTERN=/crypto_keyfile.bin like in the conf-hook.dpkg-old file21:51
EriC^great21:51
EriC^type "update-initramfs -c -k all"21:51
Guest84-liveusbGenerating /boot/initrd.img-5.15.0-50-generic, now without the warning/error21:52
EriC^awesome21:52
EriC^run 'update-grub' for good measure, then type 'exit' and try rebooting21:52
Guest84-liveusbdone. see you on the other side!21:53
EriC^goodluck!21:53
Guest84-liveusbEriC^: reporting to you live from a functioning laptop!21:56
EriC^\o/21:57
Guest84-liveusbEriC^: thank you so much for your help. i really appreciate it21:57
EriC^Guest84-liveusb: no problem21:58
Guest84-liveusbi'm going to reboot once more just to make sure it persists21:58
EriC^ok21:58
Guest84-liveusbEric^: awesome. I am good to go. thank you again!22:00
Guest84-liveusbarraybolt3: thank you as well22:01
arraybolt3Guest84-liveusb: I didn't really do anything but sure!22:01
Guest84-liveusbyou were ready to pitch in and that ain't nothing!22:01
arraybolt3Guest84-liveusb: :)22:07
eelstrebori guess i'm on my own to solve my problem or just live with it.22:14
jhutchinseelstrebor: You could just remove the snap and re-install the .deb package.  It probably has access to things like the system mime definitions that should be protected from the snap.22:15
bprompteelstrebor: I don't use gnome, I use another filemanager, hmmmm, the easier way will be through the file manager's GUI, but I mostly do it manually22:16
ElliriaHey there. My computer's temporarily broken and I'm using my laptop instead. I'd like to use my computer's USB keyboard (Razer Blackwidow). Can I plug that in while the laptop is on or should I shut it down first?22:30
bpromptElliria: if it's just a usb keyboard, just plug it in, while running is fine22:31
arraybolt3Elliria: Plugging in USB keyboards should always be save.22:31
arraybolt3And if it's not safe, something is *severely wrong* with your keyboard.22:32
arraybolt3Old PS/2 keyboards generally couldn't be plugged in while the system was on, but USB changed that.22:32
ElliriaOh, thank you so much. This laptop keyboard is for the birds.22:32
arraybolt3(I mean, USB anything can be hot-plugged, PS/2 stuff can't generally.)22:32
ElliriaGood to know. Thanks.22:32
bpromptright, addendum:  PS2 ports may not be known to many new users, they're from the Crustacean period22:33
arraybolt3bprompt: I still have lots of PS/2 stuff over here. I figured they probably knew about it if they weren't sure if USB could be hotplugged.22:34
bpromptheheh, arraybolt3 new machines don't even have DVD drives and some not even HDMI since usb-C is moving on =), let alone ps/2, but I know, I used them :), used to run Mandrake 9.2 as well as windows 3.122:36
arraybolt3bprompt: I'm using a machine with no DVD drive and Thunderbolt 4, and am planning on resurrecting a Pentium III desktop with PS/2 ports, a discrete ancient NVIDIA card, and a CD-ROM (yes, CD, and yes, ROM) drive. :P22:38
street-enemyI have an ubuntu live cd that i know works because i tested it on a seperate laptop but it just hangs during boot on the pc im trying to install linux to and it just shows errors for "sgx disabled by bios" and acpi bios error . im not sure what im doing wrong here22:39
bpromptstreet-enemy: https://askubuntu.com/questions/1406760/sgx-disabled-by-bios-in-ubuntu-22-04    <---- the issue as far as I can tell is just hardware compatibility issue, it "works" on the other machine because the drivers loaded from the Live session were compatible with its hardware, is all, with this laptop, it has issues though22:56
street-enemyI figured out how to enable the SGX but now the livecd just hangs on vague ACPI errors23:02
street-enemyit keeps showing an ACPI error for AE_NOT_FOUND23:03
bpromptstreet-enemy: the live-boot splash page, has a menu I recall from where you can choose to disable a few things, ACPI being one and APM or such is another, you could try disabling one or both, I run Kubuntu, so my menu may differ from yours23:05
bpromptstreet-enemy: you could also trying changing the "graphics" mode the live session is loading23:07
street-enemyok23:07
street-enemyok getting different results this time seems to be loading i think23:10
street-enemyi used ACPI=off23:10
street-enemythe blinking _ means loading right?23:10
arraybolt3street-enemy: That seems right.23:12
arraybolt3(Note that with ACPI=off, the system will be *painfully* slow. You will want to upgrade to a new kernel and then be able to get rid of that option once the installation is done. Right now you're limited to only one core of your almost certainly multi-core CPU.)23:12
arraybolt3I assume you're using a relatively recent PC, right?23:13
street-enemyyes it is a powerful desktop built in 2019 with a 1070 from 202023:13
arraybolt3Yeah, once you get passed installation, I'd install a mainline kernel.23:14
arraybolt3That will hopefully solve the ACPI woes. There might also be a not-so-crippling kernel option that will work around the issue. Lemme see if I can remember the bot command...23:14
arraybolt3!acpi23:15
ubottuto debug ACPI issues on ubuntu make sure your bios is up to date and follow the procedure here: https://wiki.ubuntu.com/DebuggingACPI23:15
arraybolt3^ look at that link when you're done installing and try the stuff there23:15
arraybolt3Actually try that *before* installing the mainline kernel. Then you can even make a bug report about the problem if you care to.23:16
semI am installing linux on a thinkpad :)23:43
semFor some reason, my bootable USB is not booting from the uefi boot menu. However, a windows recovery usb did boot from it23:43
bpromptsem: what do you mean from the uefi boot menu?23:44
semTo boot from USB, I turn the laptop on. I press enter to "interrupt normal startup" - then F12 to select temporary boot device. It takes me to a screen (I assume in uefi) that lets me choose USB23:45
semWhen I am making the USB installation media, does it matter if I choose MBR or GPT?23:46
bpromptsem:   hmmm well, for UEFI it has to be paired with GPT, so sometimes sounds like an option, but it isn't much of it23:47
semI see. Thanks, I will remake the USB drive using GPT23:48
bpromptsem: hmmm often times the bootable drives are hybrids, all you do is burned the image23:49
toddcCheck bios turn off legacy boot option if present23:49
semok23:49
bpromptsem: and maybe even turn off secure boot, so it doesn't hassle you23:51
semWill I be able to turn secure boot back on once i've installed ubuntu23:52
toddcno23:52
toddcbut if you have secure boot on you will need to set MOK on first boot23:53

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