[01:28] can anyone help me with installing the right nvidia driver for 16.04? [01:28] https://google.com/ [01:29] find one of the results that mentioned "ubuntu-drivers"; that should be at least the first 5 or 10 results... [01:29] just don't blindly hit "yes" when it asks you to approve the conflict resolution, as depending on what you've installed on your system it may decide that nearly all of KDE needs to be purged [01:42] hello [01:59] cant get it to work [01:59] tried every damn result from google [01:59] got an nvidia gtx 950 [02:00] and for some reason plasma crashes after installing nvidia drivers [02:01] crashes tend to produce logs [02:40] i get the error "plasma failed to start because it could not properly configure OpenGL 2" [02:41] I'm trying to access files on my old hard drive (Kubuntu 15.04) via USB from a new install (Kubuntu 16.04) but I'm having problems mounting the drive [02:46] papapenguin: how are you trying to mount it? what's the error? [02:48] I have a SATA-USB device and I thought it would show up as a USB device like my phone, USB sticks, camera, etc do automatically, but I can't see it at all unless I look for it as superuser [02:48] for example, I type lsusb and don't see it at all [02:49] but sudo lsusb allows me to see the SATA-USB device only [02:49] I can see the drive in KDE Partition, but can't access it at all [02:50] if I take out my hard drive and install this older one, it boots and works perfectly, which makes me think it's a mounting problem [02:51] sudo /dev/sdb1 /mnt gives me: [02:51] mount: special device /dev/sdb1 does not exist [03:07] blkid gives me: [03:07] donald@donald-HP-ENVY-m6-Notebook-PC:~$ blkid [03:07] oops [03:07] papapenguin: it sounds like it's being treating like what it is: a SATA HDD. [03:07] papapenguin: non-root users cannot mount unless there's an entry in FSTAB with the appropriate flags [03:07] I wish I could post outputs here [03:08] ok, so I'll need to change my fstab? [03:08] pastebin (or any of its counterparts; i like hastebin) [03:08] that would be my guess, based on the information you've given me. It's not a lot to go on, but it seems a reasonable assumption. First, try mounting it with sudo [03:09] if that works, you should then look into creating an fstab entry WITHOUT auto; we don't want it to try automatically mounting it at boot, because it'll fail and start yelling at you if it's not connected [03:10] blkid is here: http://pastebin.com/MpTjNPUe [03:11] sudo blkid is here: http://pastebin.com/1ZHJSn0Z [03:13] and what happens with sudo mount /dev/sdb1 /mnt/foo ? [03:13] sudo lsusb: http://pastebin.com/ubT5VqYs [03:14] sudo mount /dev/sdb1 /mnt/foo gives me: mount: mount point /mnt/foo does not exist [03:17] sudo fdisk -l gives me: http://pastebin.com/q6FY23Cz [03:23] papapenguin: i'm not clicking on those links until you read the error message you put here and tell me what you did to resolve it [03:24] (it's not personal, but just because someone is helping doesn't mean you get to stop reading and thinking yourself lol) [03:25] which error? The sudo mount /dev/sdb1 /mnt/foo ? [03:26] yeah [03:26] I posted that earlier [03:26] here it is again: [03:26] sudo mount /dev/sdb1 /mnt/foo gives me: mount: mount point /mnt/foo does not exist [03:26] i know, you pasted it, i want you to READ IT [03:26] and then tell me what you're going to do to resolve it [03:27] sorry, that's not helpful, if I knew what to do to resolve it, I wouldn't be asking [03:27] ok, what do you THINK it means? [03:27] I have the /mnt folder in root [03:28] ok [03:28] what about /mnt/foo ? [03:29] no, I don't have that, but shouldn't that just be a subfolder in the /mnt folder by mounting as superuser should automatically mount into? [03:30] the mount command mounts x onto y. Both must exist. so the command i gave you, mount /dev/sdb1 /mnt/foo attempts to mount the first partition of the second scsi drive onto the folder /mnt/foo [03:31] the mount failed. it gave you an error message. given what i've just said, how are the two related? [03:33] it seems like a circular question [03:33] when I look in fdisk, I see the drive as sdb1 [03:34] when I try to mount the drive into the folder /mnt it say sdb1 does not exist [03:34] papapenguin: stop thinking about the root problem we started from [03:34] this is completely unrelated [03:35] the problem we're dealing with now is one i already know the answer to, and is WHY i'm forcing you to figure it out, because the error message itself told you how to fix it [03:35] and arguably i've already told you how to fix it too [03:35] (i have no problem helping, but i'm not going to do it all for you; if you want me to just do it for you, my consulting rate is $25/hr; i'm feeling generous, also desperate) [03:39] I see [03:39] papapenguin- the directory has to exist before you can mount a disk to it [03:39] The mount program doesn't create the target directory for you [03:40] I understand that, but I thought that the mount point of /mnt would work without creating a subfolder [03:41] It should, but be aware that you won't be able to get to anything that's already in /mnt as long as something else is mounted there [03:41] If I remember correctly, mounting into /mnt worked before, but I could be wrong [03:41] no one said anything about mounting it directly to /mnt, i only see a message about /mnt/foo [03:41] Normally you should only mount disks to empty directories [03:41] and an error message that was ignored and a claim of not understanding made [03:42] in any case, the solution to that error is to CREATE the directory /mnt/foo [03:42] papapenguin- what are you using for a mount command right now, and what do you get for an error message? [03:43] (in short: posting that error was useless, should have just corrected it and then gotten the output that resulted that you couldn't figure out) [03:43] SporkWitch: thanks [03:46] Dragonslicer: I was using: sudo mount /dev/sdb1 /mnt [03:47] What do you get for an error message with that? [03:49] Dragonslicer: mount: special device /dev/sdb1 does not exist [03:52] Try this command: sudo fdisk -l /dev/sdb [03:52] If that doesn't list the disk, try disconnecting it and reconnecting it (eject the disk, unplug the USB cable, whatever) [03:53] fdisk sees it, ot [03:53] oops, it's posted above [03:53] cat /proc/partitions [03:53] http://pastebin.com/q6FY23Cz [03:54] Does that list sdb and sdb1? [03:54] lists sdb and sdb1 [03:55] Weird. What about this: ls -al /dev/sdb* [03:55] oops, cat /proc/partitions only lists sdb [03:55] fdisk -l lists sdb and sdb1 [03:56] ls -al /dev/sdb lists only sdb [03:57] Hm, that's kind of strange. Just as a sanity check, do this: sudo mount | grep sdb - [03:57] Just to make sure sdb1 isn't already mounted [03:59] If that doesn't list anything, disconnect the disk (turn off the dock, unplug the USB cable, etc.) [04:00] it lists nothing [04:01] After you disconnect the disk, run cat /proc/partitions again. sdb should be gone. === kyle is now known as Guest39027 [06:23] My mouse cursor is inaccurate, it points at pixels above where it is shown on 16.04. How can I fix this? === pavlushka_ is now known as Guest59117 === Guest59117 is now known as eprbata [09:02] fjosenova was added by: fjosenova === ghostcube__ is now known as ghostcube === kyle is now known as Guest12033 [11:22] hi [11:22] I'm trying to install kubuntu 16.0.4.1 from USB, I'm able to boot from it.... but X not start... an I see only the login from console [11:23] so I'm not able to start the installation [11:23] I think that the issue is related to the nouveau driver.... I'm using nvida graphics card [11:28] !nomodeset | paolo_ [11:28] paolo_: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [11:29] paolo_: do yo have hybrid graphics ? [11:34] yossarianuk: I have a gtx 970 [11:34] if it is a very recent chipset I dont think 16.04 handles it ootb, with nouveau [11:34] Just one GPU or do you have intel as well ? [11:35] but with nomodeset you should be able to boot and install, then boot with nomodeset again and add nvidia PPA [11:35] and adding nouveau.modeset=0 on boot parameter the installer seem to works :) [11:35] yossarianuk: one gpu [11:36] paolo_: you'll need to do it again as I said, once it is installed. until you add this !ppa https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [11:36] hperfect [11:36] hateball: thanks [11:36] paolo_: a one-liner: sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt update && sudo apt install nvidia-370 [11:36] very good [11:39] if you have an intel CPU I would also install intel-microcode also... [11:42] which is: sudo apt install intel-microcode [12:44] hello [12:48] hiho dsealius [13:07] when I click on the activity button (top left corner of the screen) the activities panel just appears fr a fraction of second... I'm wondering if this is the case also for you ? [13:17] yup === mgolden is now known as mgolden_ === mgolden_ is now known as mgolden === mgolden is now known as mgolden_ [13:44] is it a bug or something ? [13:57] dsealius: why ? [14:01] cuz I cannot switch activity from the top left corner button [14:02] I have to right click > acticities > .... [14:02] ah, hmm [14:02] you can try adding actiity switcher widget to your panel [14:02] i use custom shortcuts to switch them though [14:03] I also use the super + tab combination but it also allows to switch not to stop an activity [14:08] adding the activity manager on my panel wqs a good idea ! it looks like older kde version ! [14:08] was* [14:15] Is copy / past of repertory working fine in Dolphin ? I've an error somothing like «waiting for past file, not repertory». [14:57] Running into some weirdness with kmail. I was able to sign (in-line) my outgoing message fine, but when I open the reply with my quoted (and signed) message inside it, the signed portion shows as "cannot be verified" "unknown key" (and the long id), and Status: Wrong Cyrpto Plug-In. I'm not seeing any results for searching that status. The closest I've found is a mention of a bug with pgp/mime [14:58] not being recognized correctly if there was also a dpsam attachment; i DO see a "spam status: spam assasin [white box]" indicator around it it, possibly related to the filters on my mailserver? [15:26] opa [17:03] hello, for some reason nothing happens when I try to launch the installation === homer is now known as Guest16126 === rpg is now known as rpg[Away] === lethu_ is now known as lethu [17:58] hi [18:13] looking for a good mid-size scalable RDBMS for kubuntu. Any suggestions? === rpg[Away] is now known as rpg [18:47] ethang: you mean like mysql? what does the kubuntu desktop matter to you? [18:47] dirky: you mean an upgrade? === kubuntu is now known as Guest79566 === Guest79566 is now known as Armada651 === rpg is now known as rpg[Away] === santa is now known as Guest21321 === Guest21321 is now known as santa_ === c_ is now known as Guest67272 [21:36] hello [21:36] FIrst time RIC user, DOn't mind me. [21:36] irc [21:37] hiho :) [21:38] Waffle688: Well, if you have any support questions concerning your Kubuntu, this is the place to ask them :) [22:11] channel about hacking? [22:19] shimeji: if you have to ask, you have already failed [22:20] shimeji: try yahoo messenger, that's where all the 1337 h4x0rz are === finetundra_____ is now known as Finetundar