/srv/irclogs.ubuntu.com/2024/04/16/#ubuntu.txt

=== tjbowes__ is now known as tjbowes_
=== tjbowes_ is now known as tbowes
=== marinstankov1990 is now known as JesusFollower
=== guiverc2 is now known as guiverc
=== chris14_ is now known as chris14
pycuriousis there a ubuntu 24.04LTS desktop that is out, that will automatically upgrade to LTS when it releases this month?01:45
sarnoldubuntu systems won't automatically offer to upgrade to 24.04 until the 24.04.1 release a few months later01:46
pycurious@sarnold - if i load up the beta right now, will it upgrade to 24.04lts on April 25th?01:46
sarnoldpycurious: oh yeah, that'll happen without any effort on your part01:47
sarnoldpycurious: you'll just get new packages as they are released, it should go pretty smoothly01:47
devslashUpgrading ubuntu on day 0 is pretty risky01:47
sarnolddevslash: someone has to file the early bug reports :)01:47
devslashYea and while I do file bug reports, I'm happy to let someone else do that for Ubuntu bugs01:48
pycuriousI just got a new laptop - was going to try to see if the beta is of any use - if not, will go back to 22.04lts desktop01:49
pycuriouswhat is a good place to download the 24.04lts desktop beta?01:49
sarnoldpycurious: https://releases.ubuntu.com/noble/01:51
pycuriousThanks!01:52
pycuriouswhats a good tool to use to burn ubuntu iso's on mac ? (rufus/etcher are out - could use dd - but perhaps something better?)02:11
pycuriousused dd :) Thanks.02:17
akikpycurious: remember to use /dev/rdisk02:32
preachdd cannot burn anything02:34
preachand if you're talking about USB, that's not what ISOs are for, and not all bioses/firmware support that non-standard method of booting02:34
akikpreach it02:34
sarnold.. .sounds like you've never burned your /home filesystem by accident with dd :)02:34
preachonly /dev/sda02:34
preachand /dev/hda in the 90s02:35
akikimac can boot from usb stick, at least intel imac02:35
sarnold:)02:35
younderword of cation. dd's bs setting of 512 is ridiculously low. I use bs=64k which can increase the speed 6 times..02:57
rbox64k is still tiny02:57
TheRoyalWeI use bs=1M02:59
akikyounder: thanks but this is all well known03:16
=== alucardromero3 is now known as alucardromero
=== pushkarnk1 is now known as pushkarnk
=== pushkarnk1 is now known as pushkarnk
ice9I'm unable to report bugs and getting this error: https://pasteboard.co/gLH9q5d8G6KI.png07:36
ice9rebooting solved the issue, but why did it happen?07:41
NickHice9: Looks like https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=105168307:53
-ubottu:#ubuntu- Debian bug 1051683 in libfontconfig1 "libfontconfig1: 'out of memory' errors when the working directory was deleted" [Minor, Open]07:53
=== pushkarnk1 is now known as pushkarnk
=== pushkarnk1 is now known as pushkarnk
=== nirolf is now known as testerrr
=== testerrr is now known as zfolsi
zfolsihello09:27
=== gschanuel58 is now known as gschanuel5
TheAvatarpreach, I were not gonna install an Ubuntu server I weren't going to use. It has a purpose, and software running on it, locks me to 22.04 (previously most recent supported was 20.04). So that's why I can't just upgrade to 23.x or 24.x as that is unsupported and very likely not working at all10:02
=== jadeia2 is now known as jad
=== jad is now known as jadeia2
miceikenNaive question, but in bash when you run a command "command -- -args" what does the -- do?11:55
geirhait means "end of options", so any arguments that start with - after the -- will no longer be treated as options11:57
miceikenwhat if "command" is an alias, will the args after -- be passed to the base of the alias?11:58
miceikene.g. for npm scripts11:59
tomreyntry for yourself: the command    alias ls    should return     alias ls='ls --color=auto'      and     ls    should give colorized output by default. now run   ls -l    and check whether the output changes.12:04
tomreynwhile those are basic questions so far, if you have more complicated ones regarding bash specifically, also consider asking in #bash12:05
tomreynmiceiken: here's an example for "end of options": assuming you need to delete a file which starts with a hyphon, such as "-myfile".    rm -myfile    would interpret -myfile as an option, as would   rm "-myfile"   . however,   rm -- -myfile    would delete the file (as would    rm ./-myfile   ).12:08
MauriceTIs anyone familiar with driver creation ? My laptop has a fingerprint scanner that works on Windows but I switched to Ubuntu, and the driver for the version of the device : 06cb:00ff Synaptics has not been developed yet by the fprintd project. I would like to know where to start if I were to do it myself. My only idea yet it reverse engineering the12:09
MauriceTWindows version of the driver12:09
miceikentyvm12:14
pycuriousJust installed 24.04LTS Desktop on my new laptop - no crashes so far :) - nvidia driver is working as well! :)12:17
nikelNice that you don't have a problem.12:22
=== ctraven is now known as sotaoverride
BluesKajHi all12:27
nikelHi.12:28
* nikel is back from - auto-away (idle 30 min) - gone 27mins 3secs - [i²]12:29
nikelBye.12:30
webchat45Hello, I have been trying to communicate in #ubuntu-next but It seems nobody is online12:43
BluesKajheh, they're probly too busy fixing bugs12:54
ingvarHow can I download a given version of a package from ESM (Ubuntu Pro only)? With apt, I only get the latest version.13:27
ingvarFor example:13:27
ingvar$ apt download openjdk-8-jre-headless="8u382-ga-1~16.04.1"13:27
ingvarE: Version '8u382-ga-1~16.04.1' for 'openjdk-8-jre-headless' was not found13:27
ogra_ingvar, you can not ...13:28
ingvaruh, that is ... a pity13:28
ingvarwhy?13:28
ogra_(there is work going on to have archive snapshots for the ESM PPA, so customers can ask for versions to get sent ... but that work isnt done yet)13:29
ogra_ingvar, because it uses a PPA and they are not designed to keep older packages around (for space reasons) ... so some work is required to take regular snapshots of that archive13:30
ogra_a new upload/release of a deb will wipe the old one13:30
ingvarUsing Ubuntu professionally in a conservative environment, this is functionality that is needed. For example to recreate a given server with a given patch level. Do we have to make some private snapshotting of packages then?13:31
ingvarogra_: I've heart disk space comes cheap at this time of the ... century13:31
ingvar*heard13:31
ogra_ingvar, well, do you have an idea how many PPAs are there ? its the mass that makes it hard ...13:34
ingvarsure, but I would presume that 1) there is a limited number of PPAs that make up the Pro service, 2) These PPAs are used by (at least by some) paying customers. So do you have to snapshot each and every PPA that anyone made, just because you decided to use PPAs to build the ESM service?13:38
ravageIf you need support about Ubuntu Pro you need to contact Canonical. This is a community support room. 13:39
ingvarok, ok13:40
=== iconoclast_hero is now known as djkdshgkdsjgh
=== djkdshgkdsjgh is now known as hhdfhdhdhdhd
=== hhdfhdhdhdhd is now known as vargob
=== vargob is now known as bvargo
=== bvargo is now known as vargob
preachTheAvatar: you can always use a VM as well14:30
preachor container14:30
polymorphicAre there known flaky reliability or issues with `6.5.0-27-generic` and Intel 2.5GB Nics? I see either my NIC crashing frequently, or IPv6 registrations every 4 seconds sometimes, which is concerning. Just recently, the system was just completely unresponsive. For the most part, it's been rock solid for 2 months.14:47
preachhave you tried a search engine first14:51
polymorphicI have been looking - https://bbs.archlinux.org/viewtopic.php?id=26474214:54
polymorphicI have seen articles like this, but, they mention just negotiation at 1 GBs, not constantly flapping, or very aggressive DHCP messages.14:54
polymorphicMost of what I have seen though is back in 2021, nothing more recent.14:56
polymorphicI am also not entirely sure what happened, as I was trying to SSH from work, and I couldn't - I am still coming through the logs, but it is hard to determine tbh14:57
mdmbkrHello, I'm running 22.04 on a thinkpad, and I notice when I close and then open the laptop that a maximized window will expand to include the area behind the taskbar, which then masks the bottom part of that window ... is there a way to prevent that15:02
crowmeI have Ubuntu 20.04.4 installed (on a chromebook) where I am using the latest kde (about says plasma 5.24.7 and Frameworks 5.92.0) with gdm (because that was what was installed first). There is no Networks doodad under the Hardware Control section in the System Tray and its Settings dialog, but I thought it was there to start with. I use a similar setup on an old machine that this is replacing, but with 20.04 and kde about says plasma 5.18.8.15:06
crowmeI have a vague memory that to get round this there I ended up using the kde display manager instead (or as well, actually). If I just login to kde at startup, wifi no work. Any ideas what is going on?15:06
crowmeAdd to which, the only thing I want kde for is for precise control of window size. There used to be a handy menu, but now it is so meta!15:07
crowmeAlternatives?15:07
tomreyncrowme: so you initially installed ubuntu and then partially moved over towards kubuntu, i guess? I would recommend picking one of the two, this will likely give you a better experience in the end.15:12
crowmemdmbkr, suppose - for the sake of argument - that you changed the taskbar to autohide and the maximised window exanded to fill the space, that would be expected behaviour. So, then if you reversed the change to the taskbar, you would expect the maximised window to go back, right? Then what you are describing is a bug.15:13
crowmetomreyn, forgive me, the kids have moved so many years around in the >30 years I have been using linux! Programs like gdm and sddm all used to be implementations of X11 Display Manager and they should ought to have been interchangeable and interoperable with other window managers and desktops. gdm happily starts my kde session for me. Why does it do that, if it is not expected to work?15:17
crowmeI did read the source code to a very small window manager once. matchbox, I think it was called. I am struggling to even figure out which program/package is responsible for the system tray. Is it plasmashell?15:20
crowmeWhere do I file the bug report?15:20
tomreyncrowme: i'm not saying it cannot work. i'm not sure whether there is an *exact* definition (standard) for 'X11 Display Manager' (could be, maybe you know) and, if so,  whether these softwares still attempt to comply with it. with desktop development focus moving more towards wayland, this may no longer hold true.15:21
tomreyncrowme: i'm not really into kde myself, others here certainly are, like those in #kubuntu15:22
tomreyn!bug15:22
ubottuIf you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.15:22
crowmehelp me identify the package responsible?15:23
crowmex11 interoperability was always a little fuzzy in practice. I believe there were specs.15:24
tomreyni would suggest you ensure you have at least one of the {k,}ubuntu-desktop{,-core} packages installed, or at least go through their dependencies recursively to ensure you're not missing arelevant components.15:26
crowmeNow that I'm here, the other problems I have are keyboard problems (the chromebook was cheap!) Has keyboard(5) gone the way of the dodo?15:27
crowmetomreyn, thanks I'll go look ...15:27
tomreyni mean {k,}ubuntu-desktop{,-minimal}15:27
crowmeI do have ubuntu-desktop-minimal installed15:29
tomreynso then gnome should work on your computer (but not neccessarily kde)15:33
mdmbkrcrowme: I'm not sure about autohide expected behavior, I suppose I would expect my maximized window to occupy the whole desktop all the time and for the taskbar to basically float on top when it's displayed15:34
mdmbkrit would be weird for my windows to change size frequently just for the taskbar to appear and disappear15:35
crowmemdmbkr, but if you turned off auto-hide, would you expect maximised windows to resize?15:35
crowmeThe nature of the bug is very likely a kind of race. The window is getting maximised before the taskbar appears, but not getting resized after it appears.15:36
mdmbkrit's such an edge case that I never seriously thought about it. but I would say yes, because a maximized window is defined as occupying the full desktop, and removing the taskbar changes the size of the desktop15:36
crowmeIf you resize the taskbar to be thicker, what do you expect?15:37
mdmbkrat any rate I have another data point, now that we're discussing it, which is that if I disable "panel mode", the bug stops happening15:37
crowmeI bet fvwm still works ;-)15:37
crowmetwm for sure, right?15:37
ioriacrowme, on plasma you might need 'plasma-nm' in addition to network-manager15:38
crowmeioria, fabulous I will go and look ...15:39
ioriaok15:39
mdmbkrwhich brings up a slightly different scenario: because the non-panel-mode taskbar doesn't (visually) reduce the size of the desktop, I'd now expect a maximized window to expand to include the area behind it .. but it doesn't, which gives the impression that there's an unusable area of desktop to either side of the taskbar15:39
mdmbkranyway, so if we're considering this a bug, is there somewhere I should report it15:40
crowmeLike the way that a macbook comes with a GIANT panel that takes up half the screen, so that it looks nice in the shop?15:42
mdmbkrI confess to totally hating the os X GUI15:44
crowmeWith regards to XDMCP, I can see an Open Group document with equations using greek letters that has Keith Packard's name on it :-)15:44
coz_mdmbkr, you're not alone15:45
crowmeioria, thank you so much. plasma-nm does indeed solve the problem!15:53
ioriacrowme, ok15:53
brenndohelp16:01
mdmbkrok16:01
lotuspsychje!ask | brenndo16:01
ubottubrenndo: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience16:01
brenndoi typed  "sudo chmod 777 -c -R /"  now i dont have sudo and root anymore16:01
younderlol. reboot and get the boot menu and choose secure boot. In there get a shell and set the permissions back the way they were.16:04
=== rob is now known as Guest5697
younderdrwxr-xr-x root, root for reference16:05
tomreynyounder: you noticed -R ?16:09
younderrecursively.. great. Reinstall it is16:10
brenndook thanks16:11
jwashhi everyone in step 9 they say to blacklist hardware. how do i know which gpu is driving my monitors. I have the gpu in the lower slot, I think its 04:00:0016:28
jwashGuide: https://askubuntu.com/questions/1406888/ubuntu-22-04-gpu-passthrough-qemu            Cmd line outputs: https://hastebin.skyra.pw/16:28
jwashIf I blacklist 03:00.0 and i'm wrong, how would I recover without reinstalling16:30
tomreynjwash: from a bootable recovery system. have you verified that your hardware and graphics driver is compatible to this guide before you started applying it?16:38
tomreynhttps://hastebin.skyra.pw/ (the "Cmd line outputs" URL you posted) appears to show the submission frontent of a hastebin installation.16:40
jwashhttps://hastebin.skyra.pw/bogutavase.yaml16:41
jwashtomyren yes, my harware is compatible16:42
jwashi have iommu outputs16:42
tomreynand you're using nouveau and a graphics card which works with it?16:42
jwashyes16:42
jwashtake a look at the hastebin16:43
tomreynthe url you posted redirects to the main page for me16:43
jwashhttps://hastebin.skyra.pw/bogutavase.yaml16:43
tomreynthat's the same url aagain16:43
jwashit works for me16:43
tomreyngood!16:43
jwashhttps://imgur.com/6h6Pgz6.png16:45
jwashhttps://imgur.com/PHy31mz.png16:45
jwashstill not working on your end?16:45
jwashhow would you set up the recovery disk? is there a recovery distro you'd use/16:46
tomreyni'm able to access both of these images16:46
jwashbut not the hastebin url?16:47
jwashweird16:47
jwashclearly shows working in the screenshots16:47
tomreyni can access that, too, it just redirects me to the front page.16:47
tomreyni was accessing through tor, if that matters16:48
jwashregardles, i know to do screenshots16:48
jwashi'm plugged into the bottom slot on my motherboard16:49
jwashdo you know how i'd verify which cpu to blacklist?16:49
jwashwhich gpu is currently outputting to my monitors and which one isn't16:49
tomreynjwash: xrandr --listactivemonitors    may help hthere16:53
tomreynadd --verbose16:54
tomreynactually, adding --verbose seems to override the previous argument16:55
jwashhttps://text.is/X0WV16:56
jwashcan you see that16:56
jwashhttps://text.is/Y3X116:57
younderYou guy's got balls I give you that. I'd conduct my 'experiments' on PI's. Easy to swap micro ssd's after all.16:59
tomreynjwash: i can access both and see what you (likely) posted. the 'raw' 'export' output is useable, since it uses a monotype font.17:00
jwashdamn, you made me think that i was doing something wrong17:01
jwashthat's why you couldn't see hastebin17:01
tomreynjwash: i think you would need to go through nouveau initialization in the systemd journal to see which of your same-model dgpu's are connected where17:02
tomreynjwash: this guide you're following isn't going to work for you if you plan to keep using one of the same-model dGPUs assigned to the host, and passthrough the other one to the guest system. that's because it fully blacklists nouveau + snd_hda_intel. the author of the guide has a (different model) integrated intel gpu (in the CPU) which enables them to keep managing the host with it. maybe you have this, too, but the other dedicated nvidia card17:15
tomreynwould fallback to failsafe graphics / vesa mode with this guide, at best.17:15
=== dtomato0 is now known as dtomato
mutazhi17:25
jwashtomreyn would one possible solution to be to install the proprietary nvidia driver first?17:29
jwashor, i have a amd graphics card i can add too17:32
tomreynjwash: i don't think so. if you want one of the two nvidia dgpus to remain useable on the host and the other on the guest, then you'll need to first disconnect one of the two off the host and only then load the driver for the remaining dgpu on the host. but this will likely need some testing and that can be difficult in case you do not also have an igpu using a different driver.17:33
jwashi can remove one of them and add in a ati graphics card instead17:34
jwashwork from the ati card17:34
jwashDo ATI cards use nouveau also?17:34
gordonjcpjwash: no17:35
shoesno they do not.17:35
Sassahi17:36
gordonjcpjwash: nouveau is only for nvidia cards17:36
gordonjcpjwash: the AMD equivalent is amdgpu17:37
jwashhmm, let me add it in17:37
gordonjcpnouveau is okayish for games but has no CUDA support17:37
gordonjcpamdgpu is okayish for games but has no OpenCL support17:37
gordonjcpso you can forget doing for example any video work17:38
tomreyni just read that driverctl  (package and command)  can help (by creating suitable udev rules) with vfio passthrough with same model GPUs.17:51
jwashtomreyn: cool, do you have the link?17:57
tomreynsure. apt:driverctl17:59
tomreyni read it on reddit somewhere, can't find that link anymore. but there was little context to it.18:00
tomreynah, this https://www.reddit.com/r/VFIO/comments/vpwjch/gpu_passthrough_of_the_same_model_with_same_id/18:01
RickyRat5005I am getting "the keyring did not get unlocked" when I boot up and log in... I am running 24.04 Is this a known bug or something I should report?18:20
pragmaticenigmaRickyRat5005: Did you change your user password?18:20
RickyRat5005No.18:20
RickyRat5005And I am not using automatic log in.18:21
RickyRat5005https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/206057518:22
-ubottu:#ubuntu- Launchpad bug 2060575 in gdm3 (Ubuntu) "gnome-keyring fails to automatically unlock login keyring after recent updates in noble" [Undecided, Confirmed]18:22
RickyRat5005This may be it!18:22
pragmaticenigmanice find18:23
RickyRat5005Well I should have searched better first! :-)18:23
tomreynplease use #ubuntu-next for 24.04 until release18:24
RickyRat5005I don't understand what the status of "Won't fix" means...18:26
RickyRat5005If it's a confirmed bug, why wouldn't they fix it...??!!18:26
ravagethe bug is not in the gnome-keyring package18:26
younderVulcan allows you to run compute shaders. They can be used as a stand in for CUDA. YMMV18:26
younderOf cource the GPU has to run Vulcan.18:27
tomreynyounder: are you responding to someone there?18:28
youndertomreyn: gordonjcp18:29
tomreyni see!18:30
younderAnyhow rules out NVIDA ampere, hopper and blackwell series18:30
tomreynRickyRat5005: if you look at the table on top of this bug report, you'll see it supposedly "affects" two packages (/ softwares), gdm3 and gnome-keyring. the latest update, which you were probably referring to, by Marco, assigns the bug to himself for the affected package gdm3, and changes the bug status to "Won't Fix" for the (supposedly) affected package gnome-keyring. that's basically him declaring "i know where this needs to be fixed, it's in18:38
tomreyngdm3, and not in gnome-keyring, and i'll take care of it".18:38
=== riOwnage9 is now known as riOwnage
bholaHi. I am looking for some help updating my very old PC stick running Ubuntu 17.10. How I can upgrade it to latest ubuntu? sudo apt update throwing errors as cannot reach ip address/URLs. Reinstalling from scratch is not an option ata the moment.19:39
pragmaticenigmabhola: can you... yes... should you... probably not19:40
pragmaticenigmathe old servers are archived and upgrading requries manual changes to your sources to point at the archvie servers all the way up until you get the latest release19:40
pragmaticenigmabhola: I would recommend backing up the device and your files and doing a fresh install.19:41
=== riOwnage6 is now known as riOwnage
bholapragmaticenigma, Why not give it a try? Please let me some hints or online tutorial to give it a shot.19:42
pragmaticenigmabhola: because there were a lot of significant archectural changes to Ubuntu since 17.10... and a lot of things are not going to easily upgrade19:42
bpromptbhola: why is installing from scratch not an option btw?19:43
bholaThere are no special data on it. The reason I don't want a fresh install is, this stick got a 32bit UEFI with 64bit processor and I can recall it was a mess at the time when I installed it about 5-6 years ago.19:44
pragmaticenigmait's going to get even messier trying to update it19:45
bholapragmaticenigma, Right. So is there an easy way to do it if I go for fresh install? Is it possible with the latest Ubuntu to deal with this compatibility issue?19:46
bpromptbhola: hmmmm what do you mean by "this stick"?   as in an USB stick?19:47
bpromptI mean, a machine with UEFI can't be too old19:47
bholapragmaticenigma, BTW why not give it a try? If it all gets messed up, I will go for fresh install.19:47
bholaIt is MeegoPad T02 stick.19:48
bholaI want to use it for 3d print server and want to install Octoprint on it.19:49
bholaI tried do-release-upgrade but it says no new version available.19:50
pragmaticenigmabhola: there is no "one" straight forward way to guide you on this journey. especially as your device gets more complicated with each detail you drop about it.19:51
akikbprompt: i think he means the stick is the computer19:51
bpromptbhola: well, compatibility wise, we're talking 7 years of updates and changes, I'd say the probability for a mess, is around 90%19:51
bpromptakik: right19:51
bholabprompt, Yes iT is a PC in the form of a stick.19:52
bpromptbhola: hmmm sounds like some raspberryPI of some type19:52
ioriabhola, you need a 'special' sources.list19:52
bholabprompt, yes. sort of.19:53
ioriabhola, something like this: https://termbin.com/i0vx19:53
bholaioria, OK. Can you please shed some more light as how to do it. I am an expert in linux but got a basic to intermediate know-how of it.19:54
bpromptbhola: why you never did a distro-upgrade before btw? I mean, like going from 17.10, which became EOL in 1 year, to 18.04 and so on?19:54
ioriabhola, backup your /etc/apt/sources.list; replace with the text above; run apt update and apt full-upgrade19:55
ioriabhola, cd /etc/apt; sudo cp sources.list sources.list.back;19:56
bholabprompt, I never used it after that. Now a need arose and I remembered I got a small PC which is best for the job.19:56
bpromptbhola: what ioria is saying, you're getting " but it says no new version available." because your "apt sources" are inadequate19:56
bpromptbhola: I see, you installed 17.10, then left it picking up dust, now you want to get 24.04 but you don't want to do a full install due to compatibilities on a USB stick that has been picking up dust for 7 years?19:57
bholabprompt, Now I have not done it yet. Let me see if the sourses.list is same as ioria has mentioned19:57
bholabprompt, Yes. That is correct.19:58
bpromptheheh, well then19:58
bpromptbhola: I think pragmaticenigma's suggestion stands in good grounds :)19:58
bholabprompt, that is fresh install?19:59
bpromptbhola: yeap, what are you losing? I mean, you left it picking up dust anyhow, have barely used it20:00
bholabprompt, Yes, that is what I meant. I wouldn't lose nothing if I mess up upgrading it. If it fails I will try to install fresh20:01
pragmaticenigmabhola: you're basing your past experience with difficulties in the UEFI to CPU-arch on information you had from several years ago, and are assuming the installer hasn't been updated in all that time to correct that issue. You'd be better off backing up the device, and doing the fresh install to see if it works. If it works, you've spent far less time tinkering around with updating the sources.list file several times to get to the latest20:01
pragmaticenigmarelease. If it doesn't work, you restore your backup and then come back for additional help20:01
bpromptbhola: or you can do a fresh install and be happy in 24 hours :)20:02
bholahmmm. Actually while going through web search based on my aging memory about this device, I found out that I needed to install something like grub ia32 efi32 i386 type package which is for 32 bit UEFI and then it will load 64bit OS in turn.20:05
bpromptbhola: you can do a "right turn" by doing three lefts, yes, however you can achieve it as well by just turning right in the first place, both have the same outcome, one is just quicker :)20:05
pragmaticenigmabhola, since 2017 there has been at least two major changes to the Ubuntu installer20:05
bholapragmaticenigma, Yes I can remember, It used to use Ubiquity and now it uses something different. Is this what you are talking about?20:07
bpromptbhola: maybe the major changes added support for your device now, and you may not need to do all that rigamarole you had before with an older version20:08
bpromptbhola: 32 UEFI with a 64bit single-cpu isn't that unusual, I think Acer Aspire were like that, or some of their models20:09
bholabprompt, You know what, I am not in a hurry and I also want to learn something during this process. I want to go for the upgrade route first. If it fails I will go for fresh install.20:10
pragmaticenigmaThere's still manufacturers doing that bprompt20:11
akikasus t100 had that20:11
=== wdb2 is now known as wdb
bholabprompt, You are right. There were a number of devices with this configuration and people were cursing the hidden alliance of Microsoft and Manufacturers of these devices.20:12
bpromptbhola: so you see, your hardware specs aren't that exotic, and support for 32bit UEFI and 64bit cpus is there, but you seem eager for the upgrade =)20:12
pragmaticenigmasince I'm done with this... I'll put this out for you bhola .... but you're on your own. The reason most of us are unwilling, is the time commitment to all the issues that are going to come up for you.20:13
pragmaticenigmahttps://help.ubuntu.com/community/EOLUpgrades20:13
bholapragmaticenigma, Yes. The only reason is to learn something during this process.20:13
bholapragmaticenigma, Thanks for the link. I will go through it and be back here if need more help.20:14
bpromptbhola: if you want more learning, why not install 24.04 right now?  that way you can report bugs before its release :P20:14
pragmaticenigmai'm going to go on a limb and suggest that particular use case is better suited to the presently supported 22.04 LTS release, until 24.04 is officially release20:15
pragmaticenigmawith an upgrade path... printers are a pain -in-the-butt on their own... best not to complicate it with a beta test OS20:16
bholabprompt, I am not that expert in linux to find bugs. But I am also going prepare a linux live bootable usb, just in case.20:16
bpromptbhola: so it won't work, then you'll say "ohhh man, you were right" and you'll be eager to send us some money through PayPal, however we'll say no, is cool, you don't have :P20:17
bpromptbhola: hmmm the LiveUSB is not an option per se, is part  of the installation20:17
pragmaticenigmabhola: the most important thing, regardless of the path you choose... Please, for the love of Tux, make a backup!20:17
bpromptno need for a backup on an drive that has been picking up dust for 7 years20:18
pragmaticenigmayou never know20:18
bpromptI mean, I guess you can backup the dust and lint20:18
bholaBuy the way I want to install a very light distro which is easy on this weak PC with access to latest packages. Is ununtu a good candidate. At the moment it is only CLI based Ubuntu installed. I think it is Ubuntu Server. It runs pretty good and fast.20:18
pragmaticenigmaIt should be fine20:19
pragmaticenigmaif not, there's always Raspberry Pi OS as an option20:19
bholaSo I will go for ubuntu server 24.04 which is without GUI.20:20
bholaRaspberry Pi OS cannot be installed on it because my cpu is Intel and Raspberry Pi uses ARM core.20:21
pragmaticenigmabhola: Raspberry Pi OS has x86_64 flavors.. always has20:21
bholapragmaticenigma, Is it available on Raspberry pi website?20:23
pragmaticenigmahttps://www.raspberrypi.com/software/operating-systems/ at the bottom of the page20:23
pragmaticenigmalabelled Raspberry Pi Desktop20:23
pragmaticenigmaI missed on the 64bit part... they offer 32 bit only20:23
bholayes. I have also noticed that it is 32bit.20:24
pragmaticenigmaI was thinking of a different distro I use, MXLinux20:25
bholaMXLinux is also very good distro. It runs very good. Still running on my PC.20:26
bpromptbhola: https://3dprintscape.com/how-to-install-octopi-on-a-raspberry-pi-for-octoprint-setup/20:28
bholabprompt, Thanks. I will do it once I have got the latest OS.20:33
bpromptlast I checked, you can print a sandwich on a 3dprinter, is not as tasty though20:34
bholabprompt, I am not hungry. :)20:35
bpromptbhola: just another helpful tip =), it may taste better than cardboard though20:36
bholabprompt, sigh. my bad. I never tried cardboard though.How does it taste like? :)20:38
bpromptbhola: ahhh, like cardboard I'd think, looks like a decent stick btw20:40
arraybolt3bhola: plastic generally tastes better IME20:40
* arraybolt3 used to chew on plastic beads as if they were gum back when I was little... :face_palm:20:40
bholaarraybolt3, hahaha I believe you. There is nothing like personal experience.20:41
bholapragmaticenigma, bprompt sources.list changed and issued update command. Spitting out a lot of text. Lets see how it goes.20:43
bpromptbhola: cross your "legs"20:43
bholabprompt, I have. looks like fingers wouldn't do.20:44
bholabprompt, I am a bit confused. The kernel image is with "-generic" ta the end. Am I running Desktop or Server? How to confirm it?20:48
bpromptme hits google really fast20:49
bholaaccording to this ubuntu update guide it is mentioning linux-image-server for servers and linux-image-generic for Desktop. I know I have no gui installed so I thought it was server.20:51
bpromptbhola: well,, no GUI simply means "headless" doesn't mean server per se20:51
bpromptyou can run a desktop "headless" too20:52
bholaright. so I go for -generic then.20:52
bpromptbhola: just to run octoprint? sure, I don't think you need the server version just for that20:55
bholayes. at the moment I just need octoprint20:55
bholais there a better option?20:58
bpromptbhola: since I don't run it, or eat plastic sandwiches, dunno20:59
bpromptI mean, haven't done much research on 3dPrinting apps20:59
bholabprompt, You know what? I had actually forgotton my username and passowrd and root password. Going through search I found a way and discovered my username and reset the password for my username. I had to spend about 1hour but learned something which is valuable.21:03
bpromptbhola: right, well, we could have told you that, maybe the missing username and passwords are being premonitious :)21:05
bholabprompt, no it wasn't. :)21:09
jadeiaHi all - on Ubuntu 22.04 LTS, when I download a  .deb file and install it through software center, is it being installed as a SNAP?22:43
devslashno22:43
jadeiaPerfect. I am reading mixed signals about 24.04 - is it true this will no longer be possible (to install a deb).22:44
devslashthats what I've heard. Hope thats not true Iדןגקךםשג גקנ כןךקד כרםצ אןצק אם אןצק22:44
devslashthats what I've heard. Hope that's not true since I side load from time to time22:45
jadeiaYeh I'm worried - can't seem to find a decent article review about it. Most articles these days are just AI copyspin.22:46
jadeiaExample - Steam is really stable sideloaded.22:46
jadeiaAlso I read a comment from a beta tester that they could no longer find things like extensions in the software app (Gnome Tweaks, Extension Manager, etc). They had to manually enable flatpak and then had to deal with 2 Software Center apps. Again, it's just from reading comments as I've not beta tested myself.22:54
jadeiaI'm not against Snaps either - but I value simplicity and flexibility. 22.04 has by far been my favourite OS ever to date. Lucky the long LTS support means I can stick with it if the next version has some stuff I don't like.22:55
=== docmax is now known as Guest9968
=== docmax_ is now known as docmax

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