=== Iamthehuman12 is now known as Iamthehuman1 === william is now known as Willy-- === guiverc2 is now known as guiverc [03:40] And wht did u do by removing it [03:49] Oov: We didn't remove it, we added it. [04:02] I wanna do it [04:04] Oov: OK. Can you open a terminal with Ctrl+Alt+T, and run "swapon", then tell me if you see any output on your screen? [04:04] (Swapon is all one word in the command.) [04:10] Oov: If you see any output from the "swapon" command, it means you have a swapfile already, and we can just replace it with a larger one. If you see no output, it means you don't have any swapfile, and we'll need to configure your system to use one. [06:34] Good morning [08:33] good morning as well === cdrc is now known as cdrc__ === cdrc__ is now known as cdrc [12:04] Hi all [17:15] NAME TYPE SIZE USED PRIO [17:15] /swapfile file 2G 0B -2 [17:16] this is the output of swapon [17:16] Are u there? (re @IrcsomeBot: Oov: OK. Can you open a terminal with Ctrl+Alt+T, and run "swapon", then tell me if you see any output on your screen?) [17:16] Oov: Great. So run this command sequence to grow your swapfile to 8 gigabytes: [17:16] sudo swapoff /swkapfile [17:16] Ack, typo, hold on... [17:16] sudo swapoff /swapfile [17:16] sudo rm /swapfile [17:17] is this a command (re @IrcsomeBot: Ack, typo, hold on...) [17:17] ? [17:17] sudo fallocate -l 8589934592 /swapfile [17:17] sudo chmod 0600 /swapfile [17:17] (No, that was me saying I made a typo LOL) [17:17] OK, hold on, I'll start the command list over. [17:17] sudo swapoff /swapfile [17:18] sudo rm /swapfile [17:18] sudo fallocate -l 8589934592 /swapfile [17:18] sudo chmod 0600 /swapfile [17:18] sudo mkswap /swapfile [17:18] sudo swapon /swapfile [17:18] reboot [17:18] sudo rm /swapfile [17:18] rm: cannot remove '/swapfile': Operation not permitted (re @IrcsomeBot: sudo rm /swapfile) [17:18] the output [17:18] You didn't do swapoff first. [17:18] sudo swapoff /swapfile [17:19] ok [17:21] I did it [17:21] Oov: The whole command list, or just the swapoff part? [17:22] Whole commands [17:22] Nice. Can you run "swapon" again and tell me what the output is? [17:23] NAME TYPE SIZE USED PRIO [17:23] /swapfile file 8G 0B -2 [17:24] is swapfile as good as ram? [17:24] Not as fast, but it helps. [17:24] Looks like everything went right! [17:25] haa ok i think that is good [17:27] can i switch to other whole distribution without losing my data? [17:29] Oov: With your data in place? It's technically possible, but may be extremely difficult and dangerous. The best way to switch distros is to copy all your personal data to an external drive, install the new distro, then restore your data. [17:31] ok (re @IrcsomeBot: Oov: With your data in place? It's technically possible, but may be extremely difficult and dangerous. The best way to switch distros is to copy all your personal data to an external drive, install the new distro, then restore your data.) [17:32] " without losing my data?" if you have no backup already, your data is unimportant [17:33] i dont have nvidia card and i thin nvidia drives com preinstall with kubuntu is it ok to remove it? [17:34] Oov: The nVidia drivers do not preinstall with Kubuntu unless you specifically add them, and I think even then they only install if you have an nVidia card. [17:34] what makes you think they come preinstalled? [17:36] i updated the one time with kubuntu 20.04 (re @IrcsomeBot: what makes you think they come preinstalled?) [17:37] i updated them one time with kubuntu 20.04 (re @IrcsomeBot: what makes you think they come preinstalled?) [17:38] Oov: Did you manually install them at some point? If not, you may want to be more careful in the future with how you install software. You should never end up with major components (like device drivers) getting installed by accident, and it's possible something else you installed decided the drivers should tag along. [17:39] no i did not (re @IrcsomeBot: Oov: Did you manually install them at some point? If not, you may want to be more careful in the future with how you install software. You should never end up with major components (like device drivers) getting installed by accident, and it's possible something else you installed decided the drivers should tag along.) [17:40] then you have nvidia on that system then.. please do not try to make us confused [17:40] Yeah, that's very weird. Can you run "apt list --installed | grep nvidia" and tell us the output? [17:40] so, delete any nvidia if you find them :-D [17:40] grrinn [17:40] ok im sorry ๐Ÿ˜‚ (re @IrcsomeBot: then you have nvidia on that system then.. please do not try to make us confused) [17:40] Oov: Also, the output of "lspci" would help. And don't actually do what oerheks said, at least not yet. [17:40] oerheks: LOL [17:41] WARNING: apt does not have a stable CLI interface. Use with caution in scripts. (re @IrcsomeBot: Yeah, that's very weird. Can you run "apt list --installed | grep nvidia" and tell us the output?) [17:41] nouveau is pretty good, actually. [17:41] i will (re @IrcsomeBot: so, delete any nvidia if you find them :-D) [17:41] Oov: That's normal, and isn't to worry about. [17:42] oerheks: Tell that to OBS Studio and Kdenlive. [17:43] Oov: Could you *please* give us the output of "apt list --installed | grep nvidia" and the output of "lspci" before you go removing nvidia stuff? You may be sad if you actually do have nvidia and remove the drivers (it probably won't kill everything, but your graphics performance may be crummy). [17:44] https://termbin.com/lb7u (re @IrcsomeBot: Oov: Also, the output of "lspci" would help. And don't actually do what oerheks said, at least not yet.) [17:44] it is the same system im using now lol (re @IrcsomeBot: then you have nvidia on that system then.. please do not try to make us confused) [17:45] Oov: OK, you don't have any nVidia cards, so you can go ahead and remove nvidia drivers. Though I wouldn't remove anything that says "xserver" in it, since you might want to keep the basic nVidia drivers around for in the event you ever put an nVidia card in your system (if it can take one). [17:47] ok it doesn't make any different (re @IrcsomeBot: Oov: OK, you don't have any nVidia cards, so you can go ahead and remove nvidia drivers. Though I wouldn't remove anything that says "xserver" in it, since you might want to keep the basic nVidia drivers around for in the event you ever put an nVidia card in your system (if it can take one).) [17:49] oerheks: OK, so I actually do use nouveau on an nvidia laptop of mine, and it works OK. [19:48] I HATE NIGGERS [19:58] Wow, who needs the ops trigger? [20:02] (Just realized a bit ago that might have been taken wrong - I mean, wow, either the drone bot or the operators took care of that really fast.) [21:21] Z4VX [21:36] Hello everyone, I need help: after installing the system, the first time you start it, the system itself does not start, these errors appear on the monitor screen - how to solve it? Video card from Nvidia, original Ubuntu 22.04 starts and works after installation stably and without problems. [21:36] Errors: [21:36] { 4.508023} usb 5-1: cannot get freg at ex 0x84 [21:36] {5.343030} nvidia-gpu 0000:29:00.3 i2c timeout errorr [21:36] {5.343057} usci_ccg 1-0008: i2c_transfer failed โ€“110 [21:36] (5.343074} usci_ccg 1-0008: ucsi_ccg_init failed - -110 [21:40] Numerion: please use a pastebin [21:44] Numerion: https://bugzilla.kernel.org/show_bug.cgi?id=206653#c14 should fix this. since this is from oct 2020, i would assume this has since landed in ubuntu kernels. which kernel version is this, which ubuntu driver series and version? is kubuntu fully upgraded? [21:44] bugzilla.kernel.org bug 206653 in Drivers "i2c_nvidia_gpu takes too long time and makes system suspend & resume failed with NVIDIA GTX 1660 card" [High, New] [21:44] Thank you, could you add detailed instructions to your message on what I need to do? I have only recently been in the Linux world, so I still donโ€™t know many things. (re @IrcsomeBot: Numerion: please use a pastebin) [21:45] Numerion: here's what a pastebin is https://en.wikipedia.org/wiki/Pastebin [21:45] !paste | Numerion [21:45] Numerion: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [21:46] https://paste.ubuntu.com now requires a login, though, so you may actually prefer other, similar, services which do not: [21:46] https://paste.debian.net https://termbin.com [21:48] Numerion: so here's an example: copy your partial kernel log / error messages (what you posted above) to the "Code" box on https://paste.debian.net and enter you name or a nickname in the "name" field, then click on the "Send" button [21:49] you will end up on a new URL, which you can copy and paste here (in a single line, unline the original text) to refer to it. [21:57] Numerion: to actually solve the issue, you should probably start with this on a terminal: sudo apt update && sudo apt full-upgrade [21:58] (or install all updates on muon) [22:11] hello, I need help troubleshooting a network interface. can anyone help?