/srv/irclogs.ubuntu.com/2022/06/13/#kubuntu.txt

=== Iamthehuman12 is now known as Iamthehuman1
=== william is now known as Willy--
=== guiverc2 is now known as guiverc
IrcsomeBot<Oov> And wht did u do by removing it03:40
arraybolt3[m]Oov: We didn't remove it, we added it.03:49
IrcsomeBot<Oov> I wanna do it04:02
arraybolt3[m]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
arraybolt3[m](Swapon is all one word in the command.)04:04
arraybolt3[m]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.04:10
lordievaderGood morning06:34
IrcsomeBot<munawar707> good morning as well08:33
=== cdrc is now known as cdrc__
=== cdrc__ is now known as cdrc
BluesKajHi all12:04
IrcsomeBot<Oov> NAME      TYPE SIZE USED PRIO17:15
IrcsomeBot<Oov> /swapfile file   2G   0B   -217:15
IrcsomeBot<Oov> this is the output of swapon17:16
IrcsomeBot<Oov> Are u there? (re @IrcsomeBot: <arraybolt3[m]> 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
arraybolt3[m]Oov: Great. So run this command sequence to grow your swapfile to 8 gigabytes:17:16
arraybolt3[m]sudo swapoff /swkapfile17:16
arraybolt3[m]Ack, typo, hold on...17:16
arraybolt3[m]sudo swapoff /swapfile17:16
arraybolt3[m]sudo rm /swapfile17:16
IrcsomeBot<Oov> is this a command (re @IrcsomeBot: <arraybolt3[m]> Ack, typo, hold on...)17:17
IrcsomeBot<Oov> ?17:17
arraybolt3[m]sudo fallocate -l 8589934592 /swapfile17:17
arraybolt3[m]sudo chmod 0600 /swapfile17:17
arraybolt3[m](No, that was me saying I made a typo LOL)17:17
arraybolt3[m]OK, hold on, I'll start the command list over.17:17
arraybolt3[m]sudo swapoff /swapfile17:17
arraybolt3[m]sudo rm /swapfile17:18
arraybolt3[m]sudo fallocate -l 8589934592 /swapfile17:18
arraybolt3[m]sudo chmod 0600 /swapfile17:18
arraybolt3[m]sudo mkswap /swapfile17:18
arraybolt3[m]sudo swapon /swapfile17:18
arraybolt3[m]reboot17:18
IrcsomeBot<Oov> sudo rm /swapfile17:18
IrcsomeBot<Oov> rm: cannot remove '/swapfile': Operation not permitted (re @IrcsomeBot: <arraybolt3[m]> sudo rm /swapfile)17:18
IrcsomeBot<Oov> the output17:18
arraybolt3[m]You didn't do swapoff first.17:18
arraybolt3[m]sudo swapoff /swapfile17:18
IrcsomeBot<Oov> ok17:19
IrcsomeBot<Oov> I did it17:21
arraybolt3[m]Oov: The whole command list, or just the swapoff part?17:21
IrcsomeBot<Oov> Whole commands17:22
arraybolt3[m]Nice. Can you run "swapon" again and tell me what the output is?17:22
IrcsomeBot<Oov> NAME      TYPE SIZE USED PRIO17:23
IrcsomeBot<Oov> /swapfile file   8G   0B   -217:23
IrcsomeBot<Oov> is swapfile as good as ram?17:24
arraybolt3[m]Not as fast, but it helps.17:24
arraybolt3[m]Looks like everything went right!17:24
IrcsomeBot<Oov> haa ok i think that is good17:25
IrcsomeBot<Oov> can i switch to other whole distribution without losing my data?17:27
arraybolt3[m]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:29
IrcsomeBot<Oov> ok (re @IrcsomeBot: <arraybolt3[m]> 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
oerheks" without losing my data?"  if you have no backup already, your data is unimportant17:32
IrcsomeBot<Oov> i dont have nvidia card and i thin nvidia drives com preinstall with kubuntu is it ok to remove it?17:33
arraybolt3[m]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
oerhekswhat makes you think they come preinstalled?17:34
IrcsomeBot<Oov> i updated the one time with kubuntu 20.04 (re @IrcsomeBot: <oerheks> what makes you think they come preinstalled?)17:36
IrcsomeBot<Oov> i updated them one time with kubuntu 20.04 (re @IrcsomeBot: <oerheks> what makes you think they come preinstalled?)17:37
arraybolt3[m]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:38
IrcsomeBot<Oov> no i did not (re @IrcsomeBot: <arraybolt3[m]> 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
oerheksthen you have nvidia on that system then.. please do not try to make us confused17:40
arraybolt3[m]Yeah, that's very weird. Can you run "apt list --installed | grep nvidia" and tell us the output?17:40
oerheksso, delete any nvidia if you find them :-D17:40
oerheksgrrinn17:40
IrcsomeBot<Oov> ok im sorry ๐Ÿ˜‚ (re @IrcsomeBot: <oerheks> then you have nvidia on that system then.. please do not try to make us confused)17:40
arraybolt3[m]Oov: Also, the output of "lspci" would help. And don't actually do what oerheks said, at least not yet.17:40
arraybolt3[m]oerheks: LOL17:40
IrcsomeBot<Oov> WARNING: apt does not have a stable CLI interface. Use with caution in scripts. (re @IrcsomeBot: <arraybolt3[m]> Yeah, that's very weird. Can you run "apt list --installed | grep nvidia" and tell us the output?)17:41
oerheksnouveau is pretty good, actually.17:41
IrcsomeBot<Oov> i will (re @IrcsomeBot: <oerheks> so, delete any nvidia if you find them :-D)17:41
arraybolt3[m]Oov: That's normal, and isn't to worry about.17:41
arraybolt3[m]oerheks: Tell that to OBS Studio and Kdenlive.17:42
arraybolt3[m]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:43
IrcsomeBot<Oov> https://termbin.com/lb7u (re @IrcsomeBot: <arraybolt3[m]> Oov: Also, the output of "lspci" would help. And don't actually do what oerheks said, at least not yet.)17:44
IrcsomeBot<Oov> it is the same system im using now  lol (re @IrcsomeBot: <oerheks> then you have nvidia on that system then.. please do not try to make us confused)17:44
arraybolt3[m]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:45
IrcsomeBot<Oov> ok it doesn't make any different (re @IrcsomeBot: <arraybolt3[m]> 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
arraybolt3[m]oerheks: OK, so I actually do use nouveau on an nvidia laptop of mine, and it works OK.17:49
dumbI HATE NIGGERS19:48
arraybolt3[m]Wow, who needs the ops trigger?19:58
arraybolt3[m](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.)20:02
IrcsomeBot<Numerion> Z4VX21:21
IrcsomeBot<Numerion> 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
IrcsomeBot<Numerion> Errors:21:36
IrcsomeBot<Numerion> { 4.508023} usb 5-1: cannot get freg at ex 0x8421:36
IrcsomeBot<Numerion> {5.343030} nvidia-gpu 0000:29:00.3 i2c timeout errorr21:36
IrcsomeBot<Numerion> {5.343057} usci_ccg 1-0008: i2c_transfer failed โ€“11021:36
IrcsomeBot<Numerion> (5.343074} usci_ccg 1-0008: ucsi_ccg_init failed - -11021:36
tomreynNumerion: please use a pastebin21:40
tomreynNumerion: 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
ubottubugzilla.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
IrcsomeBot<Numerion> 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: <tomreyn> Numerion: please use a pastebin)21:44
tomreynNumerion: here's what a pastebin is https://en.wikipedia.org/wiki/Pastebin21:45
tomreyn!paste | Numerion21:45
ubottuNumerion: 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:45
tomreynhttps://paste.ubuntu.com now requires a login, though, so you may actually prefer other, similar, services which do not:21:46
tomreynhttps://paste.debian.net https://termbin.com21:46
tomreynNumerion: 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" button21:48
tomreynyou 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:49
tomreynNumerion: to actually solve the issue, you should probably start with this on a terminal:   sudo apt update && sudo apt full-upgrade21:57
tomreyn(or install all updates on muon)21:58
deniz00000hello, I need help troubleshooting a network interface. can anyone help?22:11

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