[00:19] i made a javascript screensaver that crashes the computer heh [00:26] Is it the one that tries to print the numbers of Elon Musk Mars bank account? [00:27] no just a bug like uses all the memory over a couple minutes [00:28] i did it by accident. found one on firefox too like 4 years ago [00:30] normally the kernel would kill your program because it uses too much resources. [00:30] i gurss linux mint doesnt [00:31] i know ubuntu does though [00:33] you used to able to crash chrome by loading too big jpg [00:33] they fixed it though [00:42] used to be able to crash hexchat by sending a bunch of euro doller symbols too [00:42] kinda funny how much stuff you can crash just by sending too much data [00:43] i crashed my routher log in too [00:43] i guess its maybe cause c and c++ language === gyg is now known as wildsquid [01:00] yeah hexchat had bugstring crash. but they been fixed. [01:03] ah [01:06] ios had one where you could crash the text message by sending 100000 characters or something. the guy got money too for finding it [01:06] anyways [01:09] how can I add memtest86+ to grub menu? [01:09] just install it? [01:11] dob1: are you on uefi or legacy boot? [01:11] murmel: uefi [01:12] dob1: memtest86+ doesn't support uefi (for now), you would need to use memtest86 (nonplus) or grab a newer testing version. but honestly not sure how good those testversions are [01:14] murmel: ah! [01:15] murmel: are you sure? [01:15] dob1: just as an extra information memtest86.com is closed source. some people don't like it because of it [01:15] dob1: yes [01:15] from their page I read Memtest86+ can be loaded and run either directly by a PC BIOS (legacy or UEFI) [01:16] dob1: yes, as that's the new version ;) [01:16] murmel: so you were refering to the one that ship with ubuntu [01:17] dob1: are you on 22.04? [01:17] murmel: yes I am [01:17] dob1: which ships v5, which doesn't support uefi [01:17] v6 does [01:17] got it [01:18] I need to create a boot cd then [01:18] usb not cd :) [01:18] thanks for the infos murmel [01:18] but interesting that they already released v6, didn't notice it [01:19] dob1: yw :) [01:19] oh roughly a month ago [01:33] !info memtester | dob1 [01:33] dob1: memtester (4.5.1-1, kinetic): Utility for testing the memory subsystem. In component universe, is optional. Built by memtester. Size 18 kB / 53 kB [01:34] !info memtester jammy | dob1 [01:34] dob1: memtester (4.5.1-1, jammy): Utility for testing the memory subsystem. In component universe, is optional. Built by memtester. Size 18 kB / 53 kB === scoobydoo_ is now known as scoobydoo [02:10] WaV, leftyfb, heh https://www.reddit.com/r/Ubuntu/comments/zaunsd/for_no_reason_today_updates_fd_my_system/ https://www.reddit.com/r/Ubuntu/comments/zavmvl/latest_update_kind_of_hosed_system/ https://www.reddit.com/r/Ubuntu/comments/zawvlv/ubuntu_insists_on_installing_the_oracle_kernel/ [02:12] sarnold: Wow! Another user who got a orcale kernel installed for no reason. Interesting. [02:17] WaV: several of them, even [02:19] kind of reminds me also about the gcc-12 stuff getting pulled in, as the dependencies got messed up === lord_black is now known as lord_daemon [02:25] I just discovered a bluetooth issue as well, but I'm not sure its related. I had to install bluez and a couple other packages, which I thought I had already previously installed when i first installed 22.04 several months ago but not sure. bluetooth audio wasn't working. [02:26] hm, bluez is definitely installed by default [02:27] I did install it none-the-less. I just checked my bash_history [02:29] Or at least attempt to install it at some point, but if you say its installed by default then it probably didn't do anything. [02:31] Oh well, I'm going to get some frustration out at the gym, lol. Glad I'm not the only one, but sucks that it's happening. [02:31] WaV: excellent idea :) [04:10] Bah ... I have a script that literally does nothing more than restart the bluetooth drivers on my Linux host... I think it's a situation where the adapters fall asleep. Bluetooth is always finicky because unlike WiFi, it doesn't always make sense to always have it picking up signals etc. [04:11] some devices have mechanisms to disable low power mode [04:11] Yeah, I know ... [04:11] ahah [04:11] just 'aha', rather [04:11] But I'm too lazy to manually edit the configs for that and when I do, the updates break them ... so I just have a script that literally is something like systemctl restart ... systemctl ... [04:12] If I wanted to get super lazy, I could turn it into a cron job, haha [04:12] But then it would do that while I'm actually using it [06:07] hi good people [06:07] im looking for all the deb files so that i can archive them for offline usage [06:07] after installation though, i have gotten hold of a handful of them [06:07] i use apt for instance [06:08] looking here /var/cache/apt/archives [06:08] and hardly find any [06:08] I woud like to know where the deb files for remmina are [06:08] xfe [06:08] element-desktop [06:08] truecrypt [06:09] just to name a handful [06:09] does anyone have a clue where to look? [06:09] also tried ls -l |grepping [06:10] they are just not there, mind you, im a new ubuntu user migrating from windows [06:12] if they aren't there, you can always apt-get download mypackage1 mypackage2 [06:13] the directory probably got cleaned [06:22] hmm, thanks WaV [06:22] Download is performed unsandboxed as root as file '/var/cache/apt/archives/remmina_1.4.25+dfsg-1_amd64.deb' couldn't be accessed by user [06:22] i get ^ problem [06:22] how do i unsandbox myself? [06:23] what? [06:25] i tried downloading remmina via sudo apt-get download and got the above error [06:25] dont use sudo [06:26] ah, all right [06:26] it worked, thanks so much! [06:27] (why is linux so COMPLICATED on EVERY level... :D ) [06:27] its not? [06:27] Angrysug: it's not complicated, but you are used to windows, which definitely works differently [06:27] (LAYERS upon LAYERS...this is the 5-6th time im trying to migrate from window sto ubuntu, this time im staying since all the drivers work automatically) [06:28] Angrysug: take your time to get adjusted to it. ootb windows puts you as an administrator, which is definitely a nogo in linux [06:28] (drivers working out of the box is KEY for mass migration to ubuntu/linux) [06:29] murmel, yeah, it is just not safe, ive hated windows since day 1... 30 years ago [06:53] a pid file is being deleted when I run cat server.pid | xargs kill, does this mean the process is handling the signal and removing the pid file? [06:54] would it be more idempotent to delete the server.pid myself after the kill === gry_ is now known as gry === revolt11- is now known as revolt112 [09:34] network manager adds default route on connection activation, how to stop this_ [09:36] i traded convenience for safety...for 30 years. [09:36] not anymore. [09:36] thanks for all the help. [09:38] Sometime ago i selected nvidia-driver-520 and after an update i have "continue using a manually installed driver" in an additional drivers settings. And i cannot select another driver anymore. Why is it? Also nvidia-driver-520 has been kept back for some reason after that update. [10:45] Hi All; I want to activate Ubuntu Pro and Live Patch on Ubuntu 20.04 but I am afraid about any problems for my WiFi card which uses a DKMS driver. (https://ubuntu.com/certified/component/760 && https://packages.ubuntu.com/focal/rtl8821ce-dkms) any idea or suggestion? === FoolishOwl5 is now known as FoolishOwl [11:23] (SO SORY but again) >>> Hi All; I want to activate Ubuntu Pro and Live Patch on Ubuntu 20.04 but I am afraid about any problems for my WiFi card which uses a DKMS driver. (https://ubuntu.com/certified/component/760 && https://packages.ubuntu.com/focal/rtl8821ce-dkms) any idea or suggestion? [11:39] has anyone gotten adobe photoshop to work on ubuntu 22? [11:39] https://www.youtube.com/watch?v=yF7nvzaIITg [11:40] ive followed the installation process of adobe on my ubuntu 22.04 lts and it installs fine, problem is that when i try to run it, it wont start [11:41] (it SEEMS to me that it installs fine) [11:41] how can one go about to try to troubleshoot where the problem lies? [11:41] (clean install ubuntu 22.04 lts and then just followed his step by step method and things seemed to install fine) [11:47] I have a github action that uses the deadsnakes ppa to install nightly versions of Python. When deadsnakes removes a version, it finds it in focal-updates instead. How can I insist that it come from deadsnakes, or to fail the installation? https://github.com/nedbat/coveragepy/actions/runs/3590447527/jobs/6043849821 === guto is now known as gu_too [11:59] i think old IRC died :) [12:00] (SO SORY but again x2) >>> Hi All; I want to activate Ubuntu Pro and Live Patch on Ubuntu 20.04 but I am afraid about any problems for my WiFi card which uses a DKMS driver. (https://ubuntu.com/certified/component/760 && https://packages.ubuntu.com/focal/rtl8821ce-dkms) any idea or suggestion? === wyre_ is now known as wyre === guto is now known as gu_tooo === samuel is now known as taurus [13:04] is dualboot ubuntu 22.04 alongside win11 safe? [13:05] i have a 512 gb nvme ssd out of which 115 gb unallocated is remaining. i wanted to install ubuntu 22.04 in this free space. [13:06] windows 11 is already installed. [13:24] anyone? [13:26] normally it should be fine. try it and see [13:26] ok [13:26] cosmicrajiv: and of course, you already have your personal data backed up, right? [13:27] yes [13:27] good [13:35] Hi guys, Do you know any free Data Loss Prevention (DLP) for debian or ubuntu? [13:45] If anyone knows how to stop the permissions on Software center from regularly breaking, by all means share. I have to edit the configs manually ever month or so to fix it to so that I don't have to open up the GUI with sudo ... And that is not the default behavior. I use this tutorial every time: [13:45] https://askubuntu.com/questions/18222/how-to-prevent-system-applications-like-the-software-center-from-asking-for-pa ... And I think this would never happen on Debian. [13:47] ... I think the answer might come down to managing the sudoers file which is always risky but if it comes to that I will [13:49] Hi does anybody online and able to give soem help and directions how can i solve one issue, what i have with Authenticator-Two Factor (https://addons.mozilla.org/en-US/firefox/addon/auth-helper/?src=external-github) for one site (geni.com), previous through the terminal done  update na dupgrade, and did't excpect that will be erased, and again [13:49] need to added a same. But every time again when i try, no result. Thx in advance. [13:50] Yeah, somebody needs to help that guy more than me. That's a phishing accident waiting to happen. [13:52] devNulled, isa maybe your answer to me? I- realy looking for this above help how can I continue work on the same site [13:54] I guess since I commented I should help. Hold on [13:55] Let me fix my sudoers file. Give me a second. If I make even one error - mess up a single line - it will break the entire system depending on what it is, and I am not a fan of having to drop shells out of my xterm sessions. [13:55] Haha, anyone who is not a noob on here will be in the non-fan camp with that [14:03] Hi all [14:25] I need some help fixing my ubuntu [14:25] When I boot into recovery mode, the terminal is partially overlaying the recovery menu [14:26] and I can see the prompt 'Press enter for maintenance' [14:26] even once I get into a root shell [14:26] what I type isn't correct [14:26] ill type for example 'clear' [14:27] then it would say 'no such command "lear" [14:27] its super random so I'm unable to fix anything from the root shell either [14:29] this is really frustrating, as I did the software upgrade and then it broke [14:38] ... This actually worked, did it. [14:39] I'll be damned. This is my entrance using HexChat. I must say, so far so good. [14:39] Yet, I misspelled my nick [14:40] It's looking better now [14:42] Can someone say something even if it's inane noise so that I know my client is working? [14:43] inane noise [14:44] Good enough for me. Thanks, BenC... I don't like how this isn't requiring me to authenticate. Hexchat did not ask for my credentials and I don't care if they're stored on my host, I like the authentication ... makes me feel safe. [14:59] bingoJACKPOT, you'll be safer if you ask for a "cloak" in the #libera chat [15:03] if I do a upgrade, will I lose all my stuff like chrome [15:03] ? [15:07] I doubt you’ll lose anything. What type of upgrade (version from and to) and how did you install chrome? [15:12] Anybody who can help  with one issue [15:13] Guest63: you can try typing "reset" next time there are issues with input on a terminal [15:13] hi webchat93 [15:13] !ask | webchat93 [15:13] Ill try [15:13] webchat93: 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 !patience [15:14] from what I can see the upgrade broke my system [15:14] Guest63: which upgrade, which system? [15:14] ubuntu 18 [15:15] I did just a upgrade using the gui, since my other apps were outdated [15:15] now I'm unable to boot back in [15:15] what I found was some error like this [15:16] "systemd-udev.service:26: executeable path is not absolute" [15:16] I did a grub repair already, didnt help [15:16] I have a issue with https://authenticator.cc/docs/en/quickstart after when i done update and upgrade on last version Ubuntu 22.04.01 LTS, previous was deleted, so again i added and try to use for geni.com with my login and account but no result [15:18] Hi, I seem to vaguely remember that in order to enable setting of full resolution of my Ubuntu 22.04 guest VM (QEMU/KVM/virt-manager), I had to install a bunch of packages, but I can't seem to recall which ones. So what packages do I have to install? [15:19] Guest63: it doesn't seem like anyone else reported getting this error message. i'm wondering whether you maybe had third party software installed which modified udev, and this caused this. [15:20] I got a root shell now, the reset seemed to help a bit, it seems very slow, I can only type like 1 char per 2 seconds [15:20] what should I do to find the error? [15:21] Guest63: systemctl cat systemd-udev.service |& nc termbin.com 9999 [15:22] Seems that issue cannot be solved in my case? [15:23] nevermind, now the recovery menu just popped up agian [15:23] wth [15:23] webchat93: sorry, i know nothing about this very browser externsion. you can wait and see whether soemone else knows about the issue you're describing, or, maybe a better approach, use any support options its developers offer. [15:24] and now I'm back to being unable to type commands [15:24] it just fills it with nonsense [15:25] @webchat93: Also this sounds like a browser / extension question than one for Ubuntu specifically. [15:28] Guest63: i guess this means your best option is a fresh installation. note that release upgrades should not be done when you have 3rd party software installed through apt / dpkg. [15:28] If I had chome installed before, will I lose all the profile data with it? [15:29] You can back that directory up. [15:29] what about extensions? [15:30] ForeverNoob[m] yes but in Ubuntu need to regulate, i tried couple times but no result, problem is became when i done update/upgrade in terminal and new version installed and after that everthing was deleted and also this extesion. [15:30] IIRC a Chrome profile contains all of those (though check how to back one up on Linux first) [15:31] there must be a way to get a root shell without having to go thru the menu [15:31] chrome is not part of ubuntu (although there can be a snap), so it's not really supported here. but it is probably similar to chromium, so it probably containss all the extensions in the configuration directory in your $HOME [15:32] I have a github action that uses the deadsnakes ppa to install nightly versions of Python. When deadsnakes removes a version, it finds it in focal-updates instead.  How can I insist that it come from deadsnakes, or to fail the installation?  https://github.com/nedbat/coveragepy/actions/runs/3590447527/jobs/6043849821 [15:34] !pinning | nedbat [15:34] nedbat: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [15:34] @Guest63: You might want to try one of the TTY after you've finished the boot sequence (by default Ctrl+Alt+F2 (or F3, F4 etc.) [15:36] tomreyn: thanks. the examples there show editing /etc files, which I'm not sure I can do in a GitHub Action. is there a pure apt-get invocation that will limit the installation to just the deadsnakes ppa? [15:37] When I try TTY f2 or any others its just blank screen [15:38] nedbat: there is -t to apt-get, also -o let's you pass any apt configurations to apt on the CLI. [15:38] (overriding what is configured in files) [15:39] @Guest63: Even after pressing Enter ? [15:40] yes, just a blinking char [15:40] and now the recovery menu just popped up again [15:40] then I'm unable to type commands anymore [15:40] nedbat: i do not know whether you can pass apt preferences (pinning) into apt-get with -o, though [15:41] tomreyn: seems like maybe I just need ` -t deadsnakes `? [15:41] @Guest63: What if you just boot normally (so not in recovery) [15:42] it just loads forever [15:42] this issue looks the same more or less [15:42] https://askubuntu.com/questions/1357563/ubuntu-server-18-04-5-upgrade-to-20-04-fails [15:43] nedbat: it seems unlikely that this is the release name this PPA would set, but sure, you can try. i suggest also getting help from github, since you are not dealing with a standard ubuntu installation [15:43] tomreyn: ok, thanks. === BenC_ is now known as BenC [15:45] Hi [15:46] 🤘 [15:49] Guest63: you can try recovering the system from a live usb / cd: https://help.ubuntu.com/community/LiveCdRecovery#Update_Failure [15:51] on a system with separate boot file system, you may also need to mount that file systemto /mnt/boot and on a efi booting system, you'd also want to mount /boot/efi /mnt/boot/efi [15:51] but this is a bit complicated, so that's why i suggested reinstalling [15:53] @Guest63: Just an FYI: I've never did an upgrade like that (heard too much horror stories before) - I just backup all of my important data, do a fresh install and then restore that data back. [15:53] I just wanted to update my browsers, but it updated everything [15:53] I really need my browser data to be recoverable [15:54] you just need to copy it off the disk, most likely [15:54] then move it back [15:54] (after install) [16:00] Im gonna keep trying to see if I can boot up the original system [16:00] just to be 100% sure [16:00] if I lose all my browser data, especially the extensions, its rip === docmax__ is now known as docmax [16:11] Is your homedir encrypted? If so, you'll have to look up the instructions to decrypt it first before attempting any kind of backup. [16:11] Bah [16:13] BlackOps: what makes you say that? [16:14] ForeverNoob[m] no not encrypted [16:14] Hard pass on honoring that question. Do I have to engage in a discussion or can I make random glib comments and plead ignorance or insanity? [16:14] BlackOps: you are welcome to ask and answer questions on this support channel. [16:14] BlackOps: #ubuntu-offtopc would be better for random glib comments [16:15] (I have extremely hardcore thoughts on encrypted but I didn't want to annoy anyone and out of deference to those who wish to stay on topic, I couldn't think of what to type so that came out. The short end of a long story is that I think you should encrypt your whole entire world as if your life depends on it.) [16:15] *on encryption [16:16] BlackOps: feel free to discuss your opinions in #ubuntu-offtopic [16:22] Does Ubuntu 18.04 use LUKS for encrypting the /home directories? [16:25] ForeverNoob[m], sure [16:25] ForeverNoob[m]: no. Before 18.04 it used to be eCryptfs which was removed as a default installer option in 16.04 I think due to it being buggy and not maintained [16:25] full disk encryption [16:25] LUKS only does FDE [16:27] ForeverNoob[m]: I think your only options for only encrypting /home are eCryptfs or EncFS. I only have mildly annoying experience with the former. I would personally only recommend FDE with LUKS. [16:28] What does the default installer option use? I always choose to encrypt home dir during installation. [16:29] default = non encryption [16:29] the default installer no longer allows you to encrypt only your home directory. Not in any supported release of ubuntu anyway. The only option in the installer is FDE [16:32] The only distinct advantage to not encrypting something is that the files load faster and it's much much quicker to back up or clone [16:33] @BlackOps: And eliminating possible point of failure (in case of lost password etc.) [16:34] don't lose your password [16:34] But if you lose your password, you don't want someone to find it [16:34] Not even yourself? :p [16:34] ForeverNoob[m]: the only solution to losing your password is having a backup of the data [16:34] You don't want someone to find photos you took on your honeymoon with your spouse etc... That's no one's damn business. [16:35] h [16:35] True, but I usually encrypt that backup as well :p [16:35] heyal. [16:35] what's up? [16:35] mrlee: hello. What can we help you with today? [16:35] I can only think of one case where a company overdoes it on privacy but it is off topic: And that's Apple products. And, it's not so much overdoing it, it's that they constantly force you to give permission to the point where the end user is treated like a toddler [16:36] Yes, encrypting the backup is a must. I do that with Clonezilla [16:36] I love Clonezilla [16:38] I will never run for president of my country but one day ... if Ubuntu will let me, I will become president of Clonezilla [16:38] BlackOps: please stay on topic [16:38] k [16:39] Has anyone tried running Ubuntu on something like Parallels over the M1 or M2 processors [16:40] BlackOps: people have tried. But there's no sense in trying to troubleshoot hypotheticals. It's also not officially supported AFAIK [16:41] Yeah, surely it's been tried many times over ... I just was curious and that was my attempt to remain on topic but I will fall silent again and help whomever needs help if or when I can. [16:41] BlackOps: again, this isn't a discussion topic. It's for support. I really think you would do well to /join #ubuntu-offtopic [16:41] topic/channel [16:50] hey guys, I installed ubuntu in a VM without using a local storage (ramdrive only), however when I run apt-get update and upgrade, I hear a lot of hard disk spinning from my PC. why is the hdd spinning if ubuntu is running on ram with no swap? [17:14] what happens if you run 'apt-get --fix-missing upgrade' any chance this downloads all packages on the repo? [17:18] Hi, may I ask a question. I have a very simple bcc script which fails to run on Ubuntu. [17:18] ~ $ uname -a [17:18] Linux gray-Alienware-m15-R6 5.15.0-56-generic #62-Ubuntu SMP Tue Nov 22 19:54:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux [17:18] ~ $ lsb_release -a [17:18] No LSB modules are available. [17:18] Distributor ID:    Ubuntu [17:47] YES IM BACK IN [17:47] THE GUI IS BIT BROKEN, BUT IM IN [17:47] LET ME IN [17:48] no need for caps [17:48] this is ubuntu help channel if you need help ask here [17:49] for general chat go to #ubuntu-offtopic [17:49] need for caps [17:49] suit your self and get banned === leon_ is now known as Guest9241 [18:20] last nights update of 20.04 on a laptop messed up the desktop. don't know what caused it. might have something the logs to try to pinpoint the problem but i decided to upgrade it to 22.04 and see if that fixes it. if not i'll have to do a fresh install. i hate it when this happens [18:22] Define "messed up" :) [18:22] But yeh I'd go for the 22.04 upgrade too [18:25] Hi, I have a DigitalOcean droplet that has gone very wrong while upgrading its OS, I have access to the recovery console and have chroot()ed into the installed OS, and I am getting errors when trying apt: [18:25] Setting up debianutils (5.5-1ubuntu2) [18:25] mv: can't move '/var/lib/shells.state.tmp' to '/var/lib/shells.state': No such file or directory [18:27] It's right that there's no file or directory for either path, but I'm not sure what they should look like [18:30] alkisg, no menus [18:30] which OS is it? [18:30] pjstirling123: ^ [18:31] eelstrebor: which DE, GNOME? [18:31] gnome [18:31] wallpaper went black also [18:31] I'd check sudo dmesg and sudo journalctl -b -pwarning [18:36] Tomreyn: lsb_release -c says jammy [18:38] pjstirling123: so you're apparently saying that you have an Ubuntu 22.04 LTS installation, is this after or before the upgrade? what do apt sources point to? [18:38] Tomreyn: apt disc-upgrade gives a "supported-versions: WARNING: Unknown Ubuntu release: 22.04" [18:40] pjstirling123: i'm not familiar with this "supported-versions" script, i dont think this is part of Ubuntu. [18:41] actually there is /usr/share/postgresql-common/supported-versions [18:41] i think you should provide more context [18:41] can youi show full commands you run and full outputs they generate, on a pastebin, please? [18:43] The recovery console doesn't support copy-paste ☹️ [18:43] do you have network access from it? [18:43] ping -c 1 1.1.1.1 [18:43] this will either succeed to transfer a packet or fail, telling you whether you have internet access [18:44] Yeah, it has net access [18:44] then you can pipe output into |& nc termbin.com 9999 [18:46] Hi ogra! In 22.04, apt purge snap fails with `can't erase /var/snap/firefox/common/host-hunspell/en_CA.dic', read only file system. [18:46] I think that when firefox.snap is purged, it needs to run `snap disconnect firefox:host-hunspell` in its... postrm? [18:46] Should I file a bug about that, and if so where? [18:46] pjstirling123: normally you can just ran, for example: cat /etc/os-release |& nc termbin.com 9999 [18:48] pjstirling123: but termbin closes the connection when commands take longer than a second ot 3 to execute. so for longer-runnning commands such as apt-get you may need to redirect output to a file first, then post that: [18:48] sudo apt-get -y update > /tmp/apt 2>&1 && cat /tmp/apt |& nc termbin.com 9999 [18:48] actually, this would be better: sudo apt-get -y update &> /tmp/apt; cat /tmp/apt |& nc termbin.com 9999 [18:49] Oki, working on that [18:53] https://termbin.com/3m46 === elastic_dog is now known as Guest944 [18:55] pjstirling123: that's output from which command? [18:55] Apt Dist-upgrade [18:58] pjstirling123: i would run "sudo apt update", then "sudo apt -f install", then "sudo apt upgrade" in this situation. if all of this succeeded, you can run "usdo apt-get dist-upgrade" [18:59] *sudo [19:00] Apt update succeeds, apt -f install fails in the same way [19:02] pjstirling123: i guess you could manually sudo touch /var/lib/shells.state.tmp which may help this script to succeed [19:02] pjstirling123: i'm not finding this error message on a web search, though [19:05] pjstirling123: no ubuntu package in 20.04 LTS or 22.04 LTS provides the file /var/lib/shells.state (it could be that this file is created post-installation, though) [19:06] pjstirling123: i'm guessing you have third party packages instlled, which can complicate release upgrades, as you are seeing now. [19:06] Yeah, I'm not very happy with digital ocean right now [19:07] this may or may not be a result of the DO image [19:08] apt policy will show you where your package updates are installed from [19:09] or, better: sudo grep -hEv '^([ ]*#.*)?$' /etc/apt/sources.list{,.d/*.list} |& nc termbin.com 9999 [19:14] Hi, I was wondering on some tips to understand where my RAM usage is coming from. I'm running 'free' 'top' 'htop' and the amount free shows 209.7 free, while nothing seems to be running. I'm using Ubuntu Jammy on a 16GB system. This is truly bizarre. [19:17] zterm86: https://www.linuxatemyram.com/ [19:19] List! [19:20] zterm86, dont panic :) , most of your ram is probably used as filesystem cache :) [19:20] Brotherhood: hi, do you have an ubuntu support question? [19:21] installed deborphan package, and it always list docker:all as package that is orphaned, bug/no-bug? [19:22] Havis: not a bug [19:22] unless you're on 18.04 LTS, then it might be [19:23] I'm on 22.10amd64 [19:23] Thanks, I'll read this. oom_killer was triggering and I never saw my ram go down after stopping numerous programs. [19:23] Havis: https://packages.ubuntu.com/kinetic/docker - note "transitional package" [19:24] zterm just install zram-tools and you wont have ram problems :) [19:25] instead you may have a cpu problem [19:25] hi all [19:25] i went into recovery mode to check whole file system, but didnt work [19:25] it changed some (i htink NTFS) to "Nonwrite" [19:25] Thanks! I'llgive that a try. [19:26] zterm86, edit /etc/default/zramswap uncomment the PERCENT=50 line [19:26] so now im geting isssues ... how can i normalize/return this drive back to its normal state ? [19:26] VIA: boot windows [19:26] and do a file system check there [19:26] also checking/repair in recovery movde did not work it claims "coudl not resolve archive.uvuntu.(x, forgot tld) [19:27] has the URL changed and my OS isnt fresh or is it something else [19:27] if you have a wired network connection, you can select the option to enable networking in the recovery menu, and thus have network access [19:28] zhe reason you initially don't have network access from the recovery shell is that the system is not fully started at this point. [19:29] id anyone could drop me a hin on how to return my drive(1partition of it) nack to R/W mode thats much appreciated! [19:29] *hint [19:30] sudo mount -o remount,rw /mounted/path/goes/here [19:30] but if its gone ro, it probably did htat for a reason [19:30] yes and now [19:30] lnx messed up also im a target [19:31] and this recovery/fix did not work at alll because the domain "could not be resolved [19:32] VIA, why not? ubuntu does not boot from ntfs, so you can use disks to repair. if it is beyond repair, replace disks. or try from windows [19:32] netwowk works fine, 1time "enable ntwrk" took a few seconds, now when i repeat its just a flash and back to menu to fast to read [19:32] cnanot windows atm [19:32] need to fix it [19:32] i just need to change R/W mode [19:32] let me "google" so i find what my drives are [19:33] its a shared partition that should be accessible from any device, hence its NTFS [19:33] exfat3 might be an option newer win supports it i think [19:34] but you claimed ntfs.. https://www.makeuseof.com/tag/fix-corrupted-windows-ntfs-filesystem-ubuntu/ [19:34] install ntfs-3g, and use ntfsfix [19:35] you cant change the partition type without losing data. [19:35] what i totallly do not understand is the fact that after inspection/repair- or trial thereof, how come the tool does not revert important changes like the master setting of a drive/partition ??? [19:35] oerheks: i claimed NTFS in which contex? I dont recall pls quote [19:36] "i claimed NTFS" ... o_O [19:36] ntfsfix is, as its man page says, very limited in what it can do. there is no suitable file system repair tool for ntfs file systems in Ubuntu [19:36] i claimed an NTFS partition went from RW to R only which is nothing but an error by design imo [19:36] VIA, no. read back yourself. [19:36] that's why you probably should not rely on Ubuntu to fix NTFS file systems, and not use them if that's a limitation you cannot live with [19:37] mine linux whatever doesnt boot from ntfs obviously [19:37] oerheks: making claims dont want to say "accuse of" cause i see no crime, only dumb [19:37] great job and by [19:37] bb* [19:39] if you still need help you are going about it the wrong way. oerherks is only trying to help you. you are reading too deep into what he said. [19:40] when booting up, ubuntu checks whether file systems have the "dirty bit" set or are otherwise looking like they can contain serious file system inconsistencies. if that's the case, it runs a file system check against them to repair that - where that's possible. where that's not possible, it mounts them in read-only mode instead, so that file system corruption cannot get worse, but readable data can be available. [19:41] will network-manager-openvpn 1.10.2 be released for kinetic? the OpenVPN 2.6 integration in 1.10.0 is broken and only fixed the version released for lunar [19:41] the lunar package seems to work fine for kinetc, but I had to manually install it [19:43] ubuntu-mate-uer, this one? https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1993634 [19:43] -ubottu:#ubuntu- Launchpad bug 1993634 in network-manager-openvpn (Ubuntu) "network-manager-openvpn: --cipher option deprecated in OpenVPN 2.6, no option to set suggested --data-ciphers flag instead" [Undecided, Confirmed] [19:43] ubuntu-mate-uer: it's more likely to see backported bug fixes in LTS releases, but you can file a bug report nevertheless, and see what happens. [19:43] oerheks yes that's the bug [19:44] the bug is already fixed, just not released to kinetc. or is this a bug in itself? [19:45] i have no clue why it is not backported yet.. [19:46] ok thank you, I'll try to comment on that bug [19:46] ubuntu-mate-uer: this bug is *not* yet fixed in 22.10, if you were referring to this. [19:46] you can tag the bug as "affects me" top left [19:46] tomreyn but it's fixed in lunar (23.04?) [19:47] ubuntu-mate-uer: probably due to a different upstream version? [19:47] @tomr [19:47] tomreyn yes, lunar uses 1.10.2 which includes the fix [19:47] kinetc uses 1.10.0 [19:47] !info network-manager-openvpn lunar [19:47] network-manager-openvpn (1.10.2-1, lunar): network management framework (OpenVPN plugin core). In component main, is optional. Built by network-manager-openvpn. Size 56 kB / 276 kB. (Only available for linux-any.) [19:48] right, different upstream version [19:48] the issue was probably fixed between these upstream releases [19:49] but kinetic was released with 1.10.0, so it would require a backported patch which can apply to this version [19:49] and is kinetic likely to receive that new upstream version? since it's a patch version (1.10.0 vs 1.10.2) not a feature release [19:49] !latest [19:49] Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [19:49] !backports [19:49] If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [19:50] this "!backports" factoid may be misleading, i was rather referring to !SRU [19:50] !SRU [19:50] Stable Release Update information is at https://wiki.ubuntu.com/StableReleaseUpdates [19:51] just that does not necessarily happen for non LTS releases. [19:52] ok got it. most likely I'll just stick to the manually installed packed until lunar arrives. will this be automatically resolved when I update my system or will the manually installed package cause issues in the future? [19:53] that's a matter of spherical glass inspection [19:53] it will probably be ok [19:53] situation: chrome quits.(sarnold, I dont know "log lines that look relevant" - I just quit chrome because it was basically stopped (took minutes to quit) -- re terminal: the audit lines are mostly something DENIED, as well as a lot of lines from discord. There are lines that are blue and lines that are all in white and IDK the difference. Reminder: from journalctl -f [19:53] thanks [19:54] ubuntu-mate-uer: ...for this specific package and version upgrade - please don't generalize this [19:54] yea sure. I was just curious if a manually installed package always has priority over repository updates [19:55] depends on version number, default release, apt pinning / preferences [19:55] and one line in yellow: it wont copy. Dec 03 11:54... : kauditd_printk_skb: 116 callboacks suppressed <-- so I type it hee myself. [19:55] oh nice, my apt-get upgrade already reports a broken installation with unmet dependencies xD [19:56] sarnold, and one line in yellow: it wont copy. Dec 03 11:54... : kauditd_printk_skb: 116 callboacks suppressed <-- so I type it hee myself. [19:56] well, works for now [19:57] ubuntu-mate-uer: which unresolved deps are there? [19:58] LOL I cant get to the end of the journal feed. I think it makes output fate than I can scroll forward. That's a wonder. [19:59] network-manager-openvpn-gnome depends on = 1.10.0 of network-manager-openvpn (I just installed the latter) [19:59] most likely I could fix it by installing network-manager-openvpn-gnome from lunar, too. But I'm a bit afraid to run into a gnome compatibility issue [19:59] wonder? wondergirl here just found the scrollbar and the end. It is a bunch of DENIED. [20:01] ubuntu-mate-uer: you could inspect its package description file (in the .deb, in the debian/ directory) [20:01] will try :-) [20:01] ...and compare to https://packages.ubuntu.com/kinetic/network-manager-openvpn-gnome [20:01] unfortunately we have no such web page for lunar, yet [20:01] Anyone why is the journalctl feed giving a bunch of denied requests from discord, and why cnat I copy it from the terminal window. [20:03] morgan-u2: discord tends to violate a lot of apparmor restrictions, which is then reported. i can't comment on the second question, but it may berelated to the -f (follow the output) passed to journalctl# [20:03] Anyone why is the journalctl feed giving a bunch of denied requests from discord, and why cant I copy it from the terminal window. [20:03] !patience | morgan-u2 [20:03] morgan-u2: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [20:05] tomreyn, well I quit that window and started a new one. I am not impatient except I kept seeing details I thought shoud be in there. This is the 2..3 year old questio of what is happening when chrome slows and freezes all opeations on this PC - starting with 20;04 [20:06] nobody can tell why, as we dont know what tabs/urls are open? [20:06] FUCKCKCKCKKC [20:06] im late [20:07] please keep this channel family friendly, VIA [20:09] !language | VIA [20:09] VIA: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [20:10] wrong window ubottu [20:10] mybad [20:20] morgan-u2: you posted an identical line twice, that's why i triggered the factoid. have you tried reproducing this with a software that's available in ubuntu? [20:24] It has been a while since setting up a VM on ubuntu. Is virtual box still a good easy way to get a windows os running on an ubunutu host? [20:25] no, i would use KVM [20:26] is kvm headless only? [20:26] I do need graphical [20:26] no, also graphical.. [20:26] !kvm [20:26] kvm is the preferred virtualization approach in Ubuntu. For more information see https://help.ubuntu.com/community/KVM [20:27] if you need a user friendly UI, i guess virtualbox is the slightly better of the free options. there are gnome-boxes and virt-manager for KVM, though, which can be ok, too. [20:27] There was a github repo like 5-7 years back that had a CLI for automatically downloading and setting up windows guests for various versions of windows [20:30] https://www.maketecheasier.com/legally-download-windows-virtual-machine/ [20:31] times have changed [20:46] Dang 90 days and it just resets [20:47] So? buy a license.. [20:48] Well first I need to see if this works; if not I'm going to set up dual booting [20:48] I really should just be going taht route anyway [20:59] amazing that the windows installer cannot format a harddrive to NTFS for you [21:02] So, I'm installing Windows on 1 of a few harddrives on this machine. I assume I can set up Grub on the primary boot partition later and point grub to the existing ubuntu installation, and the new windows installation? [21:04] yeah explodes [21:06] explodes: you'll want to install ubuntu and windows both in the same mode uefi/legacy [21:07] I just finished installing windows. Changing the BIOS settings to boot on that disk results in booting to blank black termininal with a blinking 1-char underline. [21:10] can you boot an ubuntu live usb to troubleshoot? [21:11] I can boot into my exsiting Ubuntu installation just fine [21:11] What would you have me do? [21:11] The NTFS windows disk is readable just fine, and looks like windows to me [21:11] (from ubuntu) [21:12] so, from this channel's point of view, there is no problem, congratulations! [21:12] ex dee [21:12] I did ask the question in ##windows if that would be more appropriate [21:12] explodes> Dang 90 days and it just resets 🤣 [21:15] explodes: share the output of 'sudo parted -ls | nc termbin.com 9999' [21:15] so [21:15] Half Moon Bay maritime station is doing some type of propagation test [21:15] on 16.104 [21:16] Why can't I boot this disk as UEFI? Or change a setting? Is that normal or something I'm doing wrong? [21:16] !ot | Billy [21:16] Billy: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [21:16] EriC^^: ok one second [21:16] holy crap, wrong channel [21:16] i meant to type in the ham radio channel! [21:16] sorry! [21:16] Get hammed [21:18] EriC^^: https://termbin.com/gazp [21:18] /dev/sda is the windows partition [21:19] /dev/nvme0n1 ubuntu [21:20] Billy: Which channel is the ham radio channel? [21:20] explodes: yeah windows is not booting, it's using a gpt partition table and no efi partition [21:21] explodes: you need to install windows in uefi mode [21:21] Ok, I'll retry the install w/ different settings. Don't know what I chose wrong; [21:22] explodes: it's a matter of how you boot it, not any settings, you have to boot the installer in that mode [21:22] use the boot menu to choose 'uefi usb blabla' to boot it [21:22] I have Ventoy as the disk to load the windows iso, which is being started in UEFI [21:23] explodes: aha, try in the installer to make an efi partition and set it to use it [21:24] Only option the install has is a Format option, and now that I had already formatted the drive to NTFS in ubuntu, it is now available [21:24] I'll try using their Format tool and reinstalling there [21:25] explodes: yeah, remove the partition you made i.e. sda1 and leave the partition table blank, then let windows fill in its own efi+ntfs [21:25] right right, cool. sounds like this could be it. fingers crossed [21:25] it'll probably make 3, 1 being some small reserve thing [21:26] god i hate windows [21:27] explodes i dont hate it but the installation proces after installing ubuntu makes me wonder life choices === Bocaneri is now known as Guest6927 [21:28] !chat [21:28] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! === Guest6927 is now known as Sauvin [21:30] EriC^^: https://termbin.com/ffaw [21:30] It is not a UEFI boot disk :/ This past does include the Ventoy flash drive tho [21:30] This paste* [21:31] BIOS recognizes the Ventoy drive as UEFI. [21:31] /dev/sda1 is still labelled as legacy [21:34] explodes: yeah, the disk wont be labeled as uefi, you'll(windows) will add it to the motherboard uefi list and point it to the efi partition windows file [21:35] How do I do that if I can't actually boot into windows? [21:35] Or do you mean the installer? [21:35] yeah the installer [21:36] just delete sda1, boot the usb in uefi mode, in the installer see if it makes an efi partition for you before continuing [21:36] I see a setting in the BIOS: "Windows OS Configuration > BIOS UEFI/CSM Mode: CSM" [21:36] csm means legacy [21:37] So, when I boot the installer (boot the Ventoy drive) it _has_ been booting in UEFI mode (as indicated by a U icon in and UEFI prefix in the BIOS) [21:38] Maybe disabling CSM altogether and reinstalling is necessary? [21:38] yeah, worth a shot [21:39] still do what i mentioned above [21:39] Possible that since "legacy" is detected by the windows installer it doesnt do the UEFI registration step. But I'm just making guesses [21:40] *shrug* [21:40] explodes: did windows install itself to the efi partition? ls -lR /boot/efi | nc termbin.com 9999 [21:40] > see if it makes an efi partition for you before continuing [21:41] Windows reuses the Ubuntu EFI partition normally,it installs itself there [21:41] When I format the destination, the 250GB drive, it gives no hint that it is efi [21:41] Yes, it wouldn't [21:41] It reuses the existing efi on the other disk [21:41] explodes: there should be some kind of 'advanced' partitioning menu [21:41] alkisg: I am still able to boot to my ubuntu disk normally when I give that drive boot priority. That means windwos didn't destroy my stuff, right? [21:42] EriC^^: I am in advanced, it gives no indication [21:42] explodes: boot ubuntu,run the command I said [21:42] explodes: I think you just need to tell grub to find windows [21:42] in any case it's better to let windows have its own efi partition, so its a standalone disk, imho [21:42] alkisg: Even if I can't boot directly windows, you're saying that could work? [21:43] Windows won't do that unless you remove the ubuntu disk on installation [21:43] (if I recall correctly, there was an MS article about it) [21:43] explodes: yes [21:43] If windows was installed in uefi mode, that is [21:44] Ok after this reinstall I'll paste the above command [21:44] You're currently reinstalling windows? [21:44] Only positive experience about installing windows is that it is super fast [21:44] alkisg: yes, with CSM disabled [21:44] If I'm gone, note to set GRUB_DISABLE_OS_PROBER=false and run update-grub; google that word for more instructions [21:44] explodes: it should show you a bunch of partitions like so https://www.ctrl.blog/media/image/windows-setup-550mib-esp.png [21:45] not just 1 single primary [21:45] EriC^^: Yep, only shows ONE partition for the destination drive. [21:46] you could try pressing new and see if you can add an efi partition first and it uses the rest for the ntfs one [21:46] "New" is disabled [21:46] termbin.com/zefg3 [21:46] explodes: did you delete all the partitions? [21:46] http://termbin.com/zefg3 [21:47] EriC^^: there only was ever one partition on that drive [21:47] explodes: yeah, i mean try to delete it, then see if the new button appears [21:48] I mean, I do see /boot/efi/EFI/Microsoft now though [21:48] Do you think Grub will just work at this point? [21:48] yeah, it's as alkisg mentioned, seems windows used the ubuntu efi partition [21:48] That sonavu... [21:48] yeah it should, but if you ever remove the ubuntu disk it wont boot anymore [21:49] Good to know [21:49] Any links for setting up grub from my current state? [21:49] explodes: so now you've reinstalled windows, it shows grub on boot, and you want to add it as an option to the grub menu? [21:50] I do not have grub on boot, currently [21:50] It just drops right in to ubuntu [21:50] OK, so hidden grub [21:50] Well maybe there is GRUB but it just skips the UI? idk [21:50] explodes: start with trying 'sudo update-grub' to see if it mentions windows [21:50] ok [21:50] grep -i windows /boot/grub/grub.cfg => does that show anything? [21:50] Or what eric said [21:51] Should I run `GRUB_DISABLE_OS_PROBER=false sudo update-grub` or just `sudo update-grub` ? [21:51] It's like this: [21:51] sudo -i echo GRUB_DISABLE_OS_PROBER=false >/etc/default/grub.d/local.cfg update-grub [21:52] And at that point update-grub should mention windows [21:52] looks like it added windows. [21:53] is grub automatically unhidden now? [21:53] (rebooting!) [21:53] It should be; if not, come back for another option :) [21:54] Sweet. Grub showed up and I'm in windows [21:54] Thank you both very much [21:54] 👍️ [21:55] Could I create a partition on my windows disk, copy the EFI stuff over, and update grub to load windows from that partition? [21:55] that way windows and ubuntu are actually independent, save for grub? [21:55] nvm nvm that sounds like a pain [21:56] Windows it a bit weird regarding changes, you might need to use bcdedit and rebuild its boot options [21:56] I'd suggest removing the ubuntu disk and reinstalling if the goal is separate disks [21:56] explodes: just remove the ubuntu disk temporarily and reinstall windows [21:57] Also note that in uefi you can press f12 and boot windows from the ...bios boot manager, before getting to grub [21:57] and run update-grub, with GRUB_DISABLE_OS_PROBER=false, and it will Just Work? [21:57] I.e. even before you did the GRUB_DISABLE_OS_PROBER=false change [21:58] I'm not sure if grub will be able to boot windows from the other efi; at that point you might need to use f12 > bios boot manager all the time, or create a custom grub entry, not sure [21:58] explodes: you could try to create the efi partition from ubuntu manually on the windowws disk and see if windows uses it instead [21:59] Or do the opposite: remove the ubuntu disk. reinstall windows, tell it to wipe the first disk; it will create an efi partition. Then move ubuntu's grub to the first disk if it's ever needed, as moving ubuntu's grub is a whole lot easier [22:02] So fun. The mobo wifi isn't working and sound is only coming from the subwoofer, not the main speakers [22:23] thanks again!! === scooterman is now known as carnophage2 === Bocaneri is now known as Sauvin [23:58] morgan-u2: you posted an identical line twice, <> have you tried reproducing THIS with a software that's available in ubuntu? - - What was THIS? SOrry I got lost on it. [23:59] !irclogs | morgan-u2 [23:59] morgan-u2: Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/