[03:37] hi === gschanuel663 is now known as gschanuel66 [04:52] hello [07:12] Hi all. Ubuntu 24.04.1 installed on an old HP all in one. It has been slow for some time and after monitoring the CPU I can see an excessive amount of iowait. It has a 1 TB HDD (where ubuntu is installed) and also en MMC device of some sort. From memory the way this setup usually works is the MMC is like a cache for commonly loaded programs? at the [07:12] moment it appears unformated and doesn't mount on start. I haven't mounted it so not sure of its exact size etc. Am i barking up the wrong tree here? Any good resources on what the optimal setup for this configuration is? [07:13] rip out the HDD and replace it with any SSD [07:14] Cheap replacement and colossal performance improvement [07:14] If the think has 4GB or less RAM it's e-waste though [07:15] *thing [07:16] Yeah, it's 4GB. Should I be on a different flavour? or you think just done. [07:17] What I'm hearing is the iowait will be all swap? Doesn't seem that way, usually ram available, but close to 80% used. [07:18] You won't have fun with 4G [07:18] Starting any modern browser will probably already block half of it without any webpage open [07:19] I think the lightest version of Ubuntu would be Xubuntu [07:19] That can help to minimize the systems base memory footprint [07:19] While doing, kubectl apply I am getting an error.. Can someone suggest what I am missing? --> https://dpaste.com/4VHSX4MCV [07:31] maryo: I do not know anything about kube - but 127.0.0.1 is the local NIC. Can you ping it ? - ' ping -c1 127.0.0.1 ' . Might point in the right direction. [07:37] Bashing-om, I am able to ping [07:40] maryo: Again - I know nothing - but as you can ping - to me indicates something in kube is not set correctly. [08:53] hi [08:54] lnkin: Welcome to Ubuntu support, [09:03] hi [09:04] I'm trying to upgrade from 23.04 to 24.10 but this update path seems unsupported. Are there ways to upgrade cleanly without reinstall the system? I'm googling but no luck yet. Thanks in advance for your help and time. [09:11] You need to go through every single release and also enable archived versions of the package archive. A fresh install and choosing an LTS release is much faster probably [09:11] !eolupgrade [09:11] End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [09:12] ravage: you mean by editing sources.list and apt update ; apt upgrade ; ...? [09:12] do-release-upgrade don't works: An upgrade from 'lunar' to 'noble' is not supported with this tool. [09:30] read the linked wiki page [09:31] it boils down to editing sources.list to point to old-releases and then running do-release-upgrade [09:43] mgedmin: yes, I know the procedure but I was looking for a cleaner way. Guess there isn't though. Thanks. [09:45] the only other way is reinstall + restore data from backups; and in a sense it is _cleaner_ that way [09:57] UpgradeTool for lunar is not available (error 404). Any idea if I can get it from somewhere else? [10:38] ls [10:46] hello - I have two users on my ubuntu server machine. User 1 and User 2, each have their own home directories in /home/user1 and /home/user2. Logged in as user1, I want to CD into /home/user2. I have added user1 to groupA and groupA has execute permission on /home and /home/user2, but I cannot CD into /home/user2 from user 1 account [10:46] is there anything else I can try? [10:48] saidy: [10:48] saidy: id -a show you're on groupA? [10:48] user1 is part of groupA [10:49] if I do groups user1, groupA comes up [10:49] saidy: ls -ld /hom/user2 [10:49] *home [10:50] drwxr-x--- 7 user2 groupa 4096 Dec 2 20:27 /home/user2 [10:50] same goes for /home [10:51] drwxr-xr-x 4 root groupA 4096 Nov 17 20:33 /home [10:51] user1 is part of groupA [10:51] why can I not get past the /user2 folder with CD [10:52] saidy: you should be able to just cd into /home/user2, though you cannot see what's inside [10:53] cd /home/user2 gives me Permission denied [10:53] is there anything I need to do with groupA? [10:54] no, once you belong to groupa you should be able to cd [10:54] bleh [10:54] cannot! lol [10:54] ffs [10:54] did you reboot? [10:54] no [10:54] will that help? [10:54] no need for reboot, just logout and login again [10:55] but groups already show you're on groupa [10:55] omg [10:55] you're joking [10:55] that fixed it [10:55] thank you [10:55] wtf [10:55] ;:P [10:55] sounds like you're using a windows system [10:55] lol [10:55] it's definitely not [10:56] does /home need to be part of groupA too [10:56] along with /home/user2? [10:56] dir [10:56] oops ignore [10:57] only target directory needs to be in groupa [10:59] so say I want to cd into /home/user2/this_directory/here [10:59] only /home/user2/this_directory/here needs to be in groupA? [10:59] correct [10:59] ok [11:00] so if I want to change the group back to root, I just use chown :root /home ? [11:01] yup [11:05] hm i dont think that's right [11:05] I think all the parent dir need to be part of groupA [11:05] except for /home [11:05] anyways seems to work now [11:05] thanks for your help === guiverc2 is now known as guiverc [12:00] Hi all === timj1 is now known as timj [16:42] Hello [16:43] helo D3 [17:16] hi everyone === JanC is now known as Guest4566 === iwannaberoot10 is now known as iwannaberoot1 [18:50] whats the command to rescan a usb drive after you created a filesystem om it without physically unplug/replug it? [18:50] always forgets what that command is [18:52] partprobe /dev/sdX [18:53] Apachez: how are you creating these filesystems? if you use the desktop tools, it usually will take care of that for you [18:53] usbutils > usbreset [19:01] * mgedmin remembers using kpartx and sfdisk -R -- which apparently has been replaced with blockdev --rereadpt, according to the man page [19:15] pragmaticenigma: using cfdisk, mkfs.ext4 etc from cli [19:15] but partprobe was the one I always forgets what its named :) [19:15] are you not using a desktop? [19:15] *environment [19:21] I think you should be able to use 'udevadm' to trigger the USB device or the disk block device too [19:21] that doesn't always work [19:22] but I guess blockdev --rereadpt is more explicit [19:23] about what you really want === iwannaberoot16 is now known as iwannaberoot1 [22:19] Sa [22:19] Amor [22:25] i have a couple servers in my homelab that i put popOS on then with aqemu i run a few vms that also run popOS. but i run into a problem where a bit too often the network of a vm dies and i have to do a dance of turning wired connection off and on enough times for networking to start again. is the instability a problem with linux or popOS or? each [22:25] vm is pushing about 50mbps to the network [22:26] Hola [22:26] Ddd [22:27] l00py: check with popOS we have no idea what they have changed and would likey send you down the wrong direction [22:27] can i run ubuntu with a gui and aqemu vms with ubuntu on them? [22:28] Mmm [22:28] l00py: Yes [22:29] unbunto desktop edition i take it? [22:30] l00py: yes with any version it should work fine with no issues [22:31] l00py, join #pop!_os for that [22:31] ok i'll give it a shot ty. these are old xeon servers. dell r720 heh heh [22:31] oh i didn't know it existed ty [22:31] jups [22:32] Hola [22:32] Alguna mujer [22:32] !es | Guest6 [22:32] Guest6: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro. [22:32] guest6 english please [22:33] Pusy [22:33] lol even foreign ppl troll [22:33] !coc | guest6 [22:33] guest6: The Ubuntu Code of Conduct is the document that spells out etiquette in the Ubuntu community | http://www.ubuntu.com/project/about-ubuntu/conduct | For information on how to electronically sign the CoC, see https://help.ubuntu.com/community/SigningCodeofConduct | Watch http://static.screencasts.ubuntu.com/videos/2010/12/22/004-SigningCoC.ogv