=== kurt_ is now known as snipes === IdleOne- is now known as IdleOne [01:54] can someone take a look at this output from guvcview and tell me why I am getting a segmentation fault. I tried this earlier today, and have since replaced my logitech webcam with another different model logitech webcam, still having problems. https://paste.kde.org/p8yb9mfpk [01:55] i used guvcview a couple of years back with no problems, but you know how that is lol === Malsasa_ is now known as Malsasa === roberto is now known as Guest96187 [03:09] Hi, i'm from Brazil. [03:43] Is there anyone available to help me? I was to set up kubuntu as a dual boot with win 8.1, but the installer does not recognize the installed OS [03:44] guess not [04:20] hey [04:20] sorry, I was playing with the kids. Wife doing dinner, and I was afk for a bit === Malsasa is now known as Guest75447 === Malsasa_ is now known as Malsasa === Malsasa_ is now known as Malsasa === roide is now known as Guest68117 [06:44] Good morning. [07:09] good morning world [07:13] good morning [07:13] good night for me (UTC-8) === judy is now known as judy_ [09:14] Hey guys [09:16] o/ [09:24] hey lordie [09:38] lordievader: I gave up on using that guvcview. Something strange about that application now [09:39] lordievader: I decided to go with simplescreenrecorder. Seemed to have done an excellent video [09:57] VolUTFan: Is that an image viewer? Gwenview is quite nice... [10:29] lordievader: no guvcview is a screencapture/webcam capture package. Like vokoscreen or simplescreenrecorder [10:30] sorry, been working on a couple of screencasts for youtube [11:32] Hello === kbroulik is now known as kbroulik-lunch [12:16] Hiyas all === kbroulik-lunch is now known as kbroulik [13:14] join #c === kevin is now known as Guest2965 [14:06] uh just curious wheres the oxygen-air plasma theme? mine (in saucy) doesn't seem to have the squares (or circles) there used to be... its got air, air for mobile and air for netbooks but they all seem blank === v3nd3tta`` is now known as v3nd3tta === v3nd3tta is now known as v3nd3tta`` [16:00] BluesKaj: Hello. an update to my situation: https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1424491?comments=all [16:00] Launchpad bug 1424491 in fglrx-installer (Ubuntu) "apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5" [Undecided,Confirmed] === tuv0k is now known as darthanubis [16:22] Anoniem4l, sorry to hear it's still messed up :/ [16:24] yeah well, what can you do? I hope this gets fixed soon.... === kubuntu is now known as Guest6571 [16:37] Anoniem4l, it's a shame there isn'ty more attn paid to the ati/amd driver problem, seems amd linux support has fallen off since amd took over ati , there was great support back 2008 just before the purchase [16:39] shortly after that I bought a new pc and nvidia 7600gt gpu and it was great up until the card died a couple of yrs ago, but i've conr=tinued with nvidia graphics on our desktop pcs [16:47] Hi @ll [16:48] I am trying to build my own kernel for kubuntu 14.04 trusty tahr [16:48] and I am referring to this: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel [16:48] I have already built my own Kernels for Debian and Gentoo [16:49] But I have no Idea how to build a Kernel for Kubuntu. I am hanging in the "Modifying the Configuration" Section of the above Link with no Idea where to execute the listed Commands [16:50] could anyone assist me? [16:51] solarseed, most users here don't bother building their own kernels [16:51] but i do BluesKaj [16:51] !kernel [16:51] The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [16:52] I'll have a look at this Link: https://help.ubuntu.com/community/Kernel/Compile thanks BluesKaj [16:53] But I think it is kind of outdated [16:54] Is even anyone here that builds his own Kernel?? [16:54] If so, help would be appreciated [16:55] solarseed, maybe , but I haven't seen anyone so far asking about it , except you. [16:56] it's not a common practice here [16:56] BluesKaj: I am asking because the ability to configure and compile a Kernel from Source ist the true Key to the Advantages of using LINUX [16:56] If there is no possibility to Compile a Kernel to fit my Special Needs I will kick Kubuntu from my HDD and reinstall Gentoo LINUX [16:57] solarseed, perhaps from your POV it is , but others may dispute that [16:57] BluesKaj: I just want to make some minor Changes (1000Hz Low Latency Preemptible Kernel for Core2Duo/newer Xeon [16:58] I already installed the lowlatency Kernel from the Kubuntu Repositories... [16:58] solarseed, fine, use gentoo if you must , personally I don't see any advantages, but i'm not a purist, I'm a realist :) [16:58] But I want to do additional things to fit my neess [16:58] needs [16:58] which are ? [16:58] Has already been mentioned above BluesKaj [16:59] Maybe I'll switch to Debian instead of Gentoo [16:59] oh well , that seems more like a philosophy than a real need [16:59] Does anyone know how Steam will perform within Debian? [17:00] best to ask in #debian [17:00] At last the #steam-overlay works fine in Gentoo [17:00] Yeah, right BluesKaj [17:00] But after all I would prefer to keep Kubuntu by now and compile my own Kernel [17:01] It does work with 'make menuconfig' and a Kernel from http://kernel.org [17:01] solarseed, afaik compiling the kubuntu kernel can ber done, I just don't know of anyone who has. [17:01] The Kernel compiles and installs, but I get an Error Message after each Boot concerning about the Nvidia Drivers [17:01] But the Error Message is the only thing. The Nvidia Drivers work anyway... [17:02] But I want a clean Installation without any Error Messages [17:03] solarseed, that could be because the nouveau driver is the default nvidia driver on a new install , not nvidia-331 or 340 etc [17:03] Okay... I will kick off Nouveau support from the Kernel and do it oldschool. Maybe that could fix the Error [17:03] it might [17:04] Nouveau is a Kernel built in... So keeping it off is no Problem with make menuconfig [17:04] ok , if you say so [17:08] Ok so far... I git cloned the Kernel Sources. But I am used to finding all the needed things in /usr/src/linux. Now by looking at my /home/user folder I found, that the things are there instead of the formerly mentioned directory [17:08] So I will try building the Kernel in /home/user now [17:09] With the Commands for configuring mentioned here https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel and retry [17:11] that's a pretty old kernel version [17:12] BluesKaj: I use the trusty sources, not the precise ones [17:12] It absolutely fits my Installation [17:12] And it seems to work so far [17:12] so are you going with the LTS ? [17:12] But Building the Kernel within the /home dir is new to me. I am used to /usr/src/linux [17:13] Yepp, LTS 14.04 [17:13] By git cloning the trusty sources [17:13] ok [17:14] right , if you must ...is this a class assignment of some sort, it seems so to me for some reason [17:17] http://linux-is-lord.de/kernelconfig-trustytahr.jpg [17:17] Yeaaahhh [17:22] Hi all! [17:23] Sorry, I am at my beginning of the Kubuntu journey. [17:23] Does anyone know, if it is necessary to delete old Kernels? [17:23] or better even, does anyone have a recommended website, I can dig my teeth in? ( and yes-Google gives a hell of a lot a hits) [17:24] sudo apt-get autoremove does the job Jiyuhen [17:24] Thanks solarseed! [17:24] But there is no need for that... except your / filesystem lacks of space [17:24] Jiyuhen, I always keep at least one older one around for safety [17:25] BluesKaj: Here you can see the special things I was after to configure http://linux-is-lord.de/kernelconfig-trustytahr1.jpg http://linux-is-lord.de/kernelconfig-trustytahr2.jpg http://linux-is-lord.de/kernelconfig-trustytahr3.jpg [17:25] I am testing Kubuntu now for 2 weeks and I am not missing W7 to be honest. So, I am planing on deleting it and giving Linux more space before re-installing on a smaller partition [17:26] Thanks BluesKaj [17:28] solarseed, " sudo apt-get autoremove " does not remove old kernels AFAIK [17:29] Jiyuhen, I still keep W7 around for wife's sake ...have to keep up with it in order to help when W7 has problems [17:30] OerHeks, I've seen it do so after upgrading to a new kernel when doing a dist-upgrade [17:31] I am doing a bit with VB.Net and have some other things, so W7 is not too bad. But in direct comparison, Linux runs much smoother. [17:32] I might tonight try to do the mammoth task BluesKaj to delete and re-install and re-partition. 10 GB for Linux is not that much ;-) [17:33] Jiyuhen, recommend / and /home partitions, with the / partiton at 15G for headroom [17:34] OerHeks: But old Kernel Images [17:36] Thanks for the tip! My / has 9,3 and /home 3,5 which is not much. === v3nd3tta`` is now known as v3nd3tta [17:37] oh my, /home only 3.5G ? 10 times that for some media files etc at a minimum [17:40] Exactly BluesKaj! :) -So tonight, there will be a hell a lot of work coming down on me. :) [17:40] Jiyuhen: /home usually grows much more rapidly than / [17:40] This is why lvm is great :D [17:41] lol! Exactly lordievader :) [17:41] Hope, this works out as smooth as I am planing it to be. :) [17:42] Jiyuhen: BluesKaj is right, home should be the bigger one [17:42] Jiyuhen: You are using lvm? [17:43] Jiyuhen, it's not a lot of work if you have a partitioning live cd like gparted , prepartitioning can speed things up so that when the installation of the OS is running there is a straight forward manual option to set the / and /home partition mountpoints [17:43] Using would be an overstatement, as I just started to dig into Kubuntu, but I have it [17:44] Alright BluesKaj. I just can see W7 beeing a count. But I am eager to try. [17:44] First I need some quiet in the house for me beeing able to swear like a sailor if it will. ;-) [17:45] Jiyuhen: Is your /home a logical volume? [17:45] Jiyuhen, how large is your HDD? [17:45] Because if that is so, then a 3g /home ain't a problem. [17:45] Jiyuhen: At last, don't make the Mistake to use Windows again. LINUX is the definitely better decision and you will have much more fun with it. [17:45] LVM supports live resizing. [17:46] I will have a small partition with W7 for .Net stuff and such. [17:46] lordievader: Complete size is about 80 GB. [17:46] 40 GB is owned to W7 atm. [17:48] No problem then ;) [17:48] If I understand you correctly that is. 80Gb physical volume? [17:48] ok Jiyuhen perhaps 10G for / is enough [17:49] 10G for / and 15/home? [17:50] yes, indeed lordievader [17:50] Jiyuhen: Could you pastebin your output of 'lvs'? [17:53] Or even more for /home Jiyuhen [17:54] Sorry - pastebin? [17:54] !paste [17:54] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [17:54] Jiyuhen: /home is the mount where all your personal data is stored and / contains /boot and all the other relevant mounts for the system [17:54] solarseed: 15g is a good starting point. [17:55] Jiyuhen: If you have additional HDDs you can mount them on /mnt/hdd and make them accessible for your user with 'sudo chown username /mnt/hdd' and 'sudo chgrp users /mnt/hdd' [17:56] Jiyuhen: The LINUX Filesystem follows the Rule "Everything is a File" while MS Windows follows the Rule "Every Partition has it's own Drive from c:/ to z:/" [18:03] http://imgur.com/tYiJ7xV [18:03] like this? [18:04] Jiyuhen: Those are not logical volumes... [18:04] Jiyuhen: Extending /home becomes cumbersome this way, as you will likely need to move / and /boot... :( [18:04] Good thing Solarseed is, that Kubuntu did recognize the other drives without any issues. So, I have a bigger NTFS drive for Media stuff ( Movies,Music) but Linux itself does need stuff - right? [18:05] Ouch! Ok, I am bracing myself then lordievader for a lot of pain === mol is now known as Guest46885 [18:07] Ok guys - I learned a lot ! Thank you for your help with explaining me some of the stuff :) [18:07] I be back later! [18:08] Thanks again - really appreciate it! [18:37] hello happy people o/~ [18:38] today i installed kubuntu 15.04 and the combination of systemd (now the default after a dist-upgrade) and cryptsetup is not working. [18:38] like, at all. with upstart at least i get to unlock my disks (plural) manually, but with systemd it then hangs trying to kexec the kernel.... [18:53] igalic: probably #ubuntu+1 is you best bet for pre-release issues === serverhamster is now known as alvin [19:47] *nod* [19:53] Thank you lordie and solar! [19:53] Everything worked out just fine [19:54] Haven t bothered with re-installing W7 on the smaller partition. [20:35] anybody having issues with wifi on vivid? as in, the wifi not working at all? I tried the fixes here but no dice. http://ubuntuforums.org/showthread.php?t=2261135 [20:42] mokush: [20:42] Not at all, or having to re-connect every time? https://bugs.kde.org/show_bug.cgi?id=344600 [20:42] KDE bug 344600 in applet "Network Manager Widget does not 'remember' to connect to previous WEP network" [Normal,Unconfirmed] === gizem is now known as gizem_ === gizem_ is now known as gizem === Yukkii is now known as Dhs92 === mkv is now known as m4v [21:54] How do you network two Ubuntu Computers together? [21:54] (for file sharing) [21:56] use samba ? [21:56] NFS :D It's faster! [21:57] soee, lordievader -- thank you--is NFS "almost" as easy as samba? [21:57] I thought samba was for networking with a Windows protocal...? [21:58] rosco_y: Easier I'd say. [21:58] lordievader: ty, I'll look into it :) [21:58] rosco_y: Yes it is an opensource implementation of cifs. === jan is now known as Guest65890 [21:59] Easy is definately good for me, I'm a networking dummy === Guest65890 is now known as wedesoft === Dhs92 is now known as Yukitteru [22:17] when setting up file sharing between two desktop machines, should I install nfs-common on both machines, or should I install nfs-kernal-server on one of them? [22:18] I have been trying to install nfs-kernal-server on one, and the nfs-common to the other, but the kernal-server install isn't working [22:18] I don't actually have a server OS installed on either machine.... [22:19] well, I guess the how-to documentation is for sharing between two servers....I'd better look some more .... === aaron_ is now known as ahoneybun === Vito_ is now known as Vito === sentinal is now known as Ratchetman900 === Yukitteru is now known as Yukkii