/srv/irclogs.ubuntu.com/2018/08/08/#kubuntu.txt

emmahello everyone00:35
etrigan63[m]So has there been any updates as when Plasma 5.13.x will get backported to 18.04? I know that they are waiting on the latest version of QT for a bunch of stuff but I can't seem to get a rough idea of timeframe out of anyone.00:52
suffokatedhello :)   i'm running into a problem with an external hard drive, on 18.04 - i used the KDE Partition Manager to make the entire drive encrypted with LUKS/ext4 but whenever I mount it via Device Notifier, then open with File Manager (Dolphin), I can't copy anything to it.  I can't even make directories.  I'm assuming it's being mounted as read only but I double checked in the partition manager just to make sure it wasn't read-only permissions, it's03:50
suffokatednot.  How do I enable write privledges?  I don't encounter the same problem with my thumbdrives but I haven't tried LUKS on those yet03:50
etrigan63[m]suffokated: Is this to be mounted at boot time or just when you attach the drive? I have RAID-5 array via USB 3.0 that I mount at boot time. It's not encrypted so it is much simpler.  To mount at boot time read this: https://blog.tinned-software.net/automount-a-luks-encrypted-volume-on-system-start/04:09
etrigan63[m]To mount on demand read this: https://askubuntu.com/questions/63594/mount-encrypted-volumes-from-command-line04:10
suffokatedthe drive will house some sensitive data, not one i intend on keeping plugged in unless using it.04:10
suffokatedthanks!  will do so now :)04:11
etrigan63[m]Glad I could help.04:11
suffokatedetrigan63: well mounting was no problem, but I still cannot copy or create anything on the drive :/04:21
suffokatedmkdir: cannot create directory ‘test’: Permission denied04:21
etrigan63[m]Did you unlock the drive with its password?04:22
suffokatedyes, and as sudo it lets me create directories.  is it not possible to work with the drive as my local user account?04:22
suffokatedguessing i will need to manually add it to fstab for that04:23
etrigan63[m]It could be that root is the owner. You'd have to check permissions now that you have unlocked it. The udiskctl command needs to be executed without sudo.04:24
suffokatedyes i executed the commands as an underpriviledged user04:24
suffokatedi only tried sudo to make a directory to see if that had any difference, and it did04:24
suffokatedso root must own the device lol04:25
etrigan63[m]It's non-privileged, but I get what you mean.04:25
suffokatedgotcha, still sorta new to this :)04:25
suffokatedcan i just chown -R /dev/sdb1 ? lol04:26
suffokatedwell i think it's chown -R user.user /dev/sdb104:27
etrigan63[m]Checking the exact syntax. Normally this is handled via fstab file.04:27
etrigan63[m]when you mount the drive, what is the mount point?04:29
suffokatedinto /media/user/driveUUID04:29
etrigan63[m]sudo chmod 777 /media/user/driveUUID04:31
etrigan63[m]or04:32
etrigan63[m]sudo chown -R johndoe:johndoe /media/user/driveUUID04:32
etrigan63[m]I feel the second one is safer than the first.04:33
suffokatedyes :)  i did the second, then used 0700 for chmod :)04:34
etrigan63[m]A safer bet is to create your own mount point instead of letting the system decide for you.04:34
etrigan63[m]sudo mkdir /mnt/MyMount04:34
etrigan63[m]sudo chown mylogin:mylogin /mnt/MyMount04:35
suffokatednods04:37
suffokatedif i add it to fstab, and it's not plugged in, will that have any negative effects on booting?04:37
suffokatedsuch as not letting the system boot because fstab can't find the device?04:38
* etrigan63[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/lbOQYrCvVExOcvXijVDBfPzJ >04:41
suffokatedokay, thanks again, i'll do that :)  much appreciated!04:43
etrigan63[m]Once you have the mount point created, you could use a bash script to handle the opening/mounting and one for unmounting and closing.04:43
suffokatedi haven't tried any bash scripting yet, still feel like i'll always forever be learning basics haha04:44
etrigan63[m]Don't forget to chown the mount point to yourself.04:44
etrigan63[m]I've been using linux for years and I learn soemthing new every day.04:45
suffokatedi did use it full time for about a year04:46
suffokatedbut that was over a decade ago :)04:46
suffokatedstruggling to remember things now04:47
suffokated1803 tipped me over the edge though, our entire household moved to Kubuntu04:47
qbsdany advice on what to do about updates today that killed my nvidia driver dead and replaced it with nouveau? is this a known issue?04:49
etrigan63[m]The Only Thing That Is Constant Is Change - Heraclitus04:49
etrigan63[m]qbsd: Run lsmod | grep nvidia to see if it is actually running nouveau.04:50
qbsdalready looked at Xorg.log04:51
qbsdand lsmod shows nouveau as well04:52
etrigan63[m]What does the Driver Manager report?04:53
qbsdit says nvidia 390, and it lies04:56
qbsdthis is an old gts-450, and in the past nvidia tends to shuffle out support in the newest driver releases for older legacy cards04:57
etrigan63[m]Mine says I am running nouveau and it's not installed on my system.04:57
etrigan63[m]I have a GTX 108004:57
etrigan63[m]Only because I can't get OpenCL to work with AMD cards yet.04:58
qbsdif it is a known problem and people are looking at it maybe I'll leave it as is for a test case to gather info; or clonezilla back to known good04:58
suffokatedi had a similar problem, Kubuntu said I was using nvidia-drivers but Xorg's log said I was using nouveau.  Secure boot in bios was the culprit in my case04:59
etrigan63[m]Hmmm, I will have to check that.04:59
qbsdthis is a z77 ivy bridge. I do not have secure boot04:59
etrigan63[m]I have an X399 Threadripper. It does have secure boot.05:00
etrigan63[m]brb05:00
qbsddriver manager is b0rked. tried to select downgrade to 340 and now I have 2 copies of 'using nouveau'05:02
qbsdoh well, gonna roll back until devs figure it out. will try updating again in a week or two05:02
qbsdthanks05:03
=== himcesjf_ is now known as him-cesjf
=== mkv is now known as m4v
BluesKajHi folks09:39
IrcsomeBot<Anarcho Taoist> How do I enable two finger clicking?11:56
IrcsomeBotfhSXTflx66 was added by: fhSXTflx6612:55
QuantosHello, I'm having an issue installing the Oracle VBox Guest Additions on KUbuntu 18.04.1 LTS13:36
diogenes_which is?13:37
QuantosWell, it won't install at all13:38
QuantosI must be missing a step somewhere13:39
QuantosBut I can't seem to find it13:39
diogenes_and what is host os?13:39
QuantosOh, host OS is Win 1013:40
QuantosI know, it sucks13:40
QuantosI lost a bet and now I'm learning Windows13:40
diogenes_ /j #windows13:41
QuantosI'm assuming that you're trying to be funny13:42
hateball#virtualbox would probably be more accurate13:45
=== mkv is now known as m4v
=== mkv is now known as m4v
=== mkv is now known as m4v
QuantosI'm having problems installing the VBox Guest Additions to my KUbuntu 18.04.1 LTS guest running on Win 10 host22:12
=== Arthur_D2 is now known as Arthur_D

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