[01:55] Hello. I have a SD SanDisk MicroSD adapter that I plugged into my computer and it does not show the SD in the Disks and Devices. Where do I find it? === king is now known as KingBuntuu001 [09:05] greetings, is there repository that can give me nftables 1.0.8 on 23.04? [09:13] nevermind. It seems I'll have to compile from source. [09:27] Is there a fix yet for the 'Activate and raise' in Wayland not working with panels yet? === knipschild is now known as knipschild__ === knipschild__ is now known as knipschild [10:23] hey mates! [10:23] why i cant save files to my hdd? [10:24] thank you already! === paolo is now known as vcxza [10:44] is anybody here? [10:44] i really need help =) [10:50] Your home drive or external drive? What happens exactly? (re @IrcsomeBot: why i cant save files to my hdd?) [10:51] i have ssd and hdd [10:51] kubuntu is on ssd and hdd is for storage [10:51] What is your system installed on? [10:51] usb [10:52] ircsomebot are you here? [10:53] ? You have a persistent usb? Kubuntu is installed to a USB and not to the ssd or hdd? [10:53] kubuntu is installed to ssd [10:53] i used usb to install kubuntu [10:53] so how i can take my hdd to use? i want save files to it [10:54] Ok. So, have you formated the hdd with ext4 then given it read/write permission? [10:54] yea i formated it and it seems like the file is ext4 [10:55] Have you chmod 777 the drive? [10:55] i dont understand what is chmod 777? [10:56] That is what you need then! I will see if I can post you a guide. [10:57] take the easiest guide that you can get [11:00] ircsomebot are you here? [11:24] Guest13- if you know how, the easiest way to check is to open Konsole, go to the directory where the hard drive is mounted, and run "ls -al" [11:25] sudo chown yourusername: /media/mountpoint [11:25] Substituting yourusername and mountpoint as appropriate. (re @IrcsomeBot: take the easiest guide that you can get) [11:25] Otherwise, you can open Dolphin, go to the directory where the hard drive is mounted, right-click a blank space in the window, and go to Properties -> Permissions [11:26] i cant change permissions [11:26] i tried [11:26] That would require Dolphin to be root, no? (re @IrcsomeBot: Otherwise, you can open Dolphin, go to the directory where the hard drive is mounted, right-click a blank space in the window, and go to Properties -> Permissions) [11:26] Which is cannot do. [11:26] Which it cannot do. [11:27] Who's the owner of the directory? [11:27] If it's root, then you'll need to change the owner as root [11:28] help me with konsole commands [11:28] what i should type? [11:28] Do you know what directory the hard drive is at? [11:28] how i check that [11:28] Open Dolphin, go to your filesystem and media. Find the name of the drive. [11:29] there is 2 hard drives ssd and hdd [11:30] location to my hdd is /media/anwar [11:30] Try "ls -al /dev/disk/by-id/ata*" [11:30] Hopefully that will list only your hard drive [11:30] ls: cannot access '/dev/disk/by-id/ata': No such file or directory [11:30] Did you include the * [11:31] sudo chown yourusername-anwar?: /media/anwar [11:31] well i did the command [11:31] what now? [11:32] Run "ls -al /media/anwar" [11:32] Did you put in your username? (re @IrcsomeBot: well i did the command) [11:32] i did ls al/media/anwar what now? [11:33] What's the first entry? It should end with just . [11:33] ls -al /media/anwar [11:33] total 18 [11:33] drwxr-x---+ 5 root  root  4096 elo     9 23:05  . [11:33] drwxr-xr-x  3 root  root  4096 elo     2 00:10  .. [11:33] drwxr-xr-x  3 root  root  4096 elo     4 12:50  2c45b438-8d3d-4a1b-a035-d1fadd98b2e6 [11:33] dr-xr-xr-x  1 anwar anwar 2048 helmi  23 06:44 'Kubuntu 22.04.2 LTS amd64' [11:33] drwxr-xr-x  4 root  root  4096 elo     1 20:55  writable [11:34] Run "sudo chown anwar:anwar /media/anwar" [11:35] nothing happens [11:35] If that doesn't change the owner, run "sudo chown -v anwar:anwar /media/anwar" [11:36] Does "ls -al" still show it as owned by root? [11:36] By default, chown doesn't output anything [11:37] so is it now changed? [11:37] can i now use hdd? [11:38] Does "ls -al" show that the owner is anwar? [11:38] drwxr-xr-x  3 root  root this is the only root i found [11:38] Test it! Can you create a directory? [11:38] i cant move files from ssd to hdd [11:39] still not working [11:39] and i cant create folder [11:39] would be awesome if you can help with this problem [11:40] Hi all [11:40] Run: ls -al /home/. | grep -e " \.$" - [11:40] Sorry [11:40] Try "Chmod 777 /media/anwar" [11:40] Run: ls -al /media/anwar | grep -e " \.$" - [11:41] Try "chmod 777 /media/anwar" [11:41] What does that output? [11:41] chmod 777 is probably a bad idea [11:41] And it definitely won't help, since it's already rwx for the owner [11:41] ls -al /media/anwar | grep -e " \.$ [11:42] i tried this nothing happens [11:42] Press ctrl-c [11:42] Since you have an unclosed quotation mark [11:42] Make sure you copied the entire command [11:42] ls -al /media/anwar | grep -e " \.$" - [11:43] drwxrwxrwx+ 5 anwar anwar 4096 elo     9 23:05 . [11:43] this what it says [11:43] Anyone tested ASUS ROG Strix G16 (2023) with Kubuntu ? [11:44] First, let's fix the potential security problem [11:44] chmod 755 /media/anwar [11:44] nothing happens [11:44] The output of ls doesn't change? [11:45] nothing show after that command [11:45] That's fine [11:45] Me. I don't call it lag, it is artifact, most noticeable when watching youtube videos. I'm on nvidia 535.86.05, it works better than 525, but I also have some artifacts. I did a TimeShift so I can test new drivers and come back (hope it works...., didn't go back yet). (re @IrcsomeBot: Anyone else have desktop lag using an nvidia gpu?) [11:45] Run the ls command again to see if it changed [11:46] only ls? [11:46] ls [11:46] ls -al [11:46] Or the longer command I gave before, if you want it to only show the one line [11:47] i used ls -al [11:47] drwxr-xr-x  3 root  root    4096 elo     1 21:05 [11:47] Good [11:47] this is only root i see [11:47] No, sorry [11:47] You aren't looking for root [11:47] You're looking for the line that ends with . [11:48] That shows the owner and permissions for /media/anwar [11:48] https://snipboard.io/rJKun8.jpg [11:49] Sorry [11:49] ls -al /media/anwar [11:52] Try this [11:53] touch /media/anwar/test.txt [11:54] touch /media/anwar/test.txt<- nothing happens [11:54] ls -al /media/anwar [11:54] If test.txt is there, then you have permission to write to the directory [11:55] -rw-rw-r--  1 anwar anwar    0 elo    10 14:53  test.txt [11:56] There you go [11:56] i still cant create folder in hdd [11:58] Dragonslicer what i do now? [11:59] Try this [11:59] mkdir /media/anwar/test [12:00] nothing happens [12:00] If that works, you can create directories [12:00] I have to leave. Looks like the problem is solved though. [12:00] Good luck! [12:09] If i made a backup for generic data in Kubuntu like the Pictures file or the Music etc. Can i restore the backup in Gnome ? [12:10] the backup is made using the KDE backup tool in the settings [12:10] The commands that Dragonslicer has given you look to have worked. When you say, 'nothing happens' - if you mean nothing happens in the terminal then that is good. It means the command was successful. If it was not then you would get an error message. If you go to the drive you should now see a directory named 'test' and a file named test.txt. (re @IrcsomeBot: nothing happens) [12:16] https://snipboard.io/UXFQMw.jpg [12:16] The general backups tools for Linux use rsync underneath. Kup/bup - if that is what you are using -use another method. You would have to see if Kup/bup are available on Gnome. (re @lenny_kidd: the backup is made using the KDE backup tool in the settings) [12:16] Hello, do you know when kubuntu 22.04.3 LTS will be released? I found this image https://cdimage.ubuntu.com/kubuntu/jammy/daily-live/current/ but it's not on the official kubuntu download page yet [12:17] Hello, do you guys know when kubuntu 22.04.3 LTS will be released? I found this image https://cdimage.ubuntu.com/kubuntu/jammy/daily-live/current/ but it's not on the official kubuntu download page yet [12:18] ircsomebot what i should do now? cant see any folders or files [12:20] Make sure you are in the media directory. : https://irc-attachments.kde.org/581c16d6/file_67858.jpg [12:22] https://snipboard.io/DVrdnX.jpg [12:22] media is in ssd [12:22] not in hdd [12:24] Yes, and the hdd should be mounted there. Can you enter that anwar directory? (re @IrcsomeBot: media is in ssd) [12:27] i can enter [12:27] and can you see the test.txt file? [12:28] yes i see it [12:28] its inside my ssd [12:28] not in hdd [12:28] Then you now have read/write permission to the hdd! [12:28] so i can create folder in hdd? [12:28] or move files to hdd? [12:29] cant move any files to hdd [12:30] Perhaps just drag it over from the media mount to places on the left so you have easy access. [12:31] what i should do now? i cant move files to hdd... it says that we cant create folder [12:31] Is it an internal drive. If so, then you will also want it to automount. This will require adding the drive to the fstab file. [12:32] ??? You already created files - so it is working. What exactly are you trying to do? (re @IrcsomeBot: what i should do now? i cant move files to hdd... it says that we cant create folder) [12:32] i drag movie from ssd to hdd and it says we cant move [12:34] 😕 [12:35] and in inside hdd i cant create any folders [12:35] it doesnt even give chance to add new folders [12:36] Go to the directory with the movie and try "sudo cp moviefile /media/anwar/ [12:37] doesnt work [12:38] What was the print? [12:38] cp: cannot stat 'moviefile': No such file or directory [12:38] Where is you movie file? [12:38] in ssd [12:39] In the home directory, downloads, Videos? [12:39] home [12:40] and your terminal is opened in home user? [12:40] i guess so [12:40] /home/anwar ? [12:41] ../home [12:42] Open Dolphin. Go to the directory with the movie. Hit F4 [12:42] i did it [12:42] konsole is now open [12:43] sudo cp moviefile /media/anwar/ - making sure to put in the moviefile name where the command has moviefile [12:44] is ok if i change name to hello or something like that [12:45] The name of the movie? It does not matter as long as you type the correct name. [12:45] cp: -r not specified; omitting directory 'hello' [12:46] Are you trying to move a directory or just the movie? [12:46] directory [12:46] sudo cp -r moviefile /media/anwar/ [12:48] nothing happens [12:49] If nothing happens in Konsole that is good. Have you checked /media/anwar/ ? [12:50] left up corner [12:50] https://snipboard.io/IBJVOs.jpg [12:50] it says its inside ssd [12:52] So things are copying across. I do not know why you cannot drag! [12:53] Have you tried splitting Dolphin and dragging or just right click copy and paste? [12:54] Perhaps detach and re-attach your hdd or reboot and see if dragging works! [12:55] ok bot see you soon [12:55] i boot [12:59] ircsomebot hello [12:59] it doesnt work... [13:01] https://snipboard.io/0YzQyd.jpg [13:02] there you see permissions [13:07] ircsomebot are you here? [13:08] how i can unlock hdd? [13:12] I have nothing else for you, sorry! https://youtu.be/AeR8Rk5LwWU Good luck! (re @IrcsomeBot: ircsomebot are you here?) === paolo is now known as vcxza