[00:00] please show the exact lines [00:00] sure [00:02] k1l_: http://pastebin.com/wJ1xar1Y [00:03] someone else had this problem a week or so ago [00:03] and it was because their local cache was not getting updated [00:03] ross_: seems more like it cant reach 91.189.91.15 [00:03] I can try the drastic one [00:03] nah 91.189.91.15 is there and up, the Packages file isn't there [00:04] i know this is a dns issue sometimes [00:04] it can reach it fine [00:04] curl shows me a nice 404 [00:04] Hi all. new to this channel === kimphill is now known as Guest18038 === CyberJacob is now known as zz_CyberJacob [00:06] ross_: you are not behind a proxy or vpn? [00:07] aiconnect: Welcome, Hang loose, learn a lot, this is ubuntu support . [00:08] k1l_ this is in ec2 no proxies/vpns [00:08] thanks :) [00:08] Joining to lean more about Linux [00:08] I can reproduce the 404 from home, and other clients. are you not seeing it? [00:08] thought ikonia saw a 404 as well [00:09] aiconnect: Great - Start with a question? [00:10] No specific question yet, I am a CompSci student (IT Sec focus, and was always more Windows than Linux. But now I am learning more about Linux, so I thought this would be a good place to learn more. [00:10] ross_: just running a vivid on here, but vivid-security is not set on security.ubuntu.com but on the same archive.ubuntu.com in sources.list [00:11] alright will try a archive [00:11] aiconnect: Do you have a Linux installed yet? [00:11] Oh yeah, I have Ubuntu on a desktop and I have Kali on a VM on my windows Laptop [00:11] aiconnect: Great store house of knowledge: http://ubuntuforums.org/ . [00:12] ross_: the line is exactly: "deb http://archive.ubuntu.com/ubuntu vivid-security main restricted" === zz_CyberJacob is now known as CyberJacob [00:13] 404 as well [00:15] aiconnect, you comfortable with the command line ? [00:15] Hmm..... 6/10 [00:15] intersting the non-determinism [00:17] hi [00:17] aiconnect, I think thats really the big thing to learn, really it's just a collection of tools you kind of have to memorize, I wouldn't worry about sed/awk or text manipulation just yet, but get a firm handle on the commands you'll need for security, there are some good security based distros out there as well that can help [00:17] I know command line basics, I know shell scripting, and I would say I am a little more than average with my command line knowledge but I want to learn a lot more. [00:17] comment pirater un compte facebook [00:18] aiconnect, etherape is also a fun little tool, although I always read it as "ethe rape" :/ [00:19] ross_: well, i dont know a solution right now. [00:20] I know a bunch of tools to: Wireshark, John the Ripper, Snort, Nmap blah blah blah but I am far far far from great with Linux so the more I can learn here, the happier I will be :) [00:20] aiconnect, also get your alias's setup asap, it makes using the command line 100% easier, if bash it's in ~/.bashrc [00:20] aiconnect, oh cool youre on your way then :) [00:21] Yeah I am getting there, maybe one day I will be awesome with Linux, or at least non cringe worthy to the experts haha [00:22] hi [00:22] aiconnect, hehe cool, well good luck, it takes a while but it's mostly fun - it definitely has a ceiling though, once your get solid with it, it's there for life [00:23] aiconnect, it doesn't change a lot :) [00:23] hi crosse [00:23] Hi Crosse [00:23] haw are you === JeDa is now known as C00lStudent [00:24] Linux people always feel fine. How can we help you today? [00:25] hi [00:27] ikonia: why are you such a dick? [00:27] crosse, if you have a question just dive in and ask! [00:28] ok ihave [00:28] how to install [00:28] how to install pcxsé in ubuntu 14.10 [00:30] !info pcsx [00:30] Package pcsx does not exist in utopic [00:30] whay? [00:31] oh ...no [00:31] !info pcsxr [00:31] pcsxr (source: pcsxr): Sony PlayStation emulator. In component universe, is optional. Version 1.9.92-4 (utopic), package size 817 kB, installed size 2285 kB [00:32] pcsxr [00:34] thnxxxxxxx for all [00:34] crosse, np === C00lStudent is now known as JeDa === CyberJacob is now known as zz_CyberJacob [00:38] kostkon ????? where are you [00:38] crosse, I'm here [00:38] help me [00:39] to install pcsxr [00:39] crosse, either use the software centre or in the terminal, do: sudo apt-get install pcsxr [00:40] ok [00:42] Hi - my 12.04 ubuntu install is fully up to date (via apt), but when I type openssl version, the date shown is from 2012. Does this mean it is not patched against heartbleed? Or am I looking at the wrong version? [00:43] Geo: no it doesn't [00:43] OpenSSL 1.0.1 14 Mar 2012 [00:43] kostkon thnx [00:43] Where should I instead be looking? [00:43] you're looking in the right place [00:43] crosse, happy to have helped [00:44] from where you [00:44] ikonia, ok, i give up, how do I tell then? :) [00:44] Geo: tell what ? [00:44] Geo: apt-cache policy openssl [00:44] crosse, this is an support only channel, we can't chit-chat here unfortunately [00:44] If I'm patched to the current version- that version says its from 2012, pre-heartbleed, but you said that doesnt mean it is not patched [00:45] Geo: look at the ubuntu package version [00:45] the fixes are back ported, [00:45] ok sorry [00:45] 1.0.1-4ubuntu5.25 - I'm used to seeing 1.0.1g , etc. How do I correlate that? === eddie is now known as Guest77129 [00:46] Geo: http://changelogs.ubuntu.com/changelogs/pool/main/o/openssl/openssl_1.0.1-4ubuntu5.25/changelog [00:46] "used to seeing" ? [00:46] you will see the version it is [00:46] nothing more [00:46] Geo: you can look at the changelogs, but that package is from March 19th, 2015 so its good [00:47] Ben64: just found https://launchpad.net/ubuntu/+source/openssl/ [00:47] so yes, thank you! [00:47] is there a way to make a command use all the processors. Like "makeopts -j5" in gentoo [00:47] Guest77129: no [00:47] they are build options, not run time [00:47] ok, fair enough [00:47] thanks [00:47] processes will use multiple processes if they are smp aware [00:48] depends on the command really, there are ways to parallelize certain things [00:48] is there a way to relate these ubuntu packages to the openssl stable releases? ie 1.0.1g, etc [00:48] Geo: no [00:48] Geo, openssl version -a check the build date [00:48] Geo: they are not related to different versios [00:48] they are related to the version they say they are in the packages/version [00:49] Geo: you are trying to go the wrong path. you are frightened of CVEs? so look at http://www.ubuntu.com/usn/ if the CVE is patched for your ubuntu version. === andrex is now known as andrex|off [00:49] k1l_, nope- just trying to figure out what version I have [00:50] anyway, think i'm there now. thank you [00:50] Geo: you have the version in the package list [00:50] Geo: and in the openssl version option [00:50] Changes I make in nvidia-settings dont persist across reboots, even when running nvidia-settings as root through gksudo. Is there some other issue with nvidia-settings in 14.10? [00:50] ikonia: as I said twice, openssl version shows a date from 2012 [00:50] Geo: correct [00:50] so that doesn't seem to be accurate [00:50] Geo: and that is correct [00:50] it is accurate [00:50] Geo: itsa accurate. it just get patched [00:51] OpenSSL 1.0.1f 6 Jan 2014 \n built on: Thu Mar 19 15:12:02 UTC 2015 [00:51] Geo: ubuntu doesnt increase the version number but patch. [00:51] because it has security fixes but its the same version [00:51] Ben64: that is a 14.04? [00:51] yep [00:52] he is using the 12.04 [00:52] i know, but you can see two differing dates on mine too [00:52] on 12.04: OpenSSL 1.0.1 14 Mar 2012 built on: Thu Mar 19 15:18:31 UTC 2015 [00:52] yes of course :) [00:55] Having issues burning 14.04 iso image to disc [00:55] ahhh.... ok, so maybe this is making more sense now on some other issues I'm having. Is there any reason some code might fail with 'ssl wrong version number' as a result of this 'old patched' version being used? [00:55] or is *all* the stuff backported? [00:55] only security stuff [00:56] right- some python scripts using SSL/TLS (not sure which) fail [00:56] used brasero to write image to disk but it didn't become a boot disk. [00:56] Would upgrading on the client machine help? [00:57] Geo: upgrading to 14.04 maybe [00:57] I think get you ikonia, I was trying to wipe a drive with dd, and figured it could go faster with multiple threads, but prob would have bottlenecked at the USB anyway [00:58] ok, I am still having issues with unity, some windows open but I cannot get them to the foreground [00:58] Ben64: so no suggested path while keeping it on 12.04? [00:58] !md5sum | Trfsrfr (???) [00:58] Trfsrfr (???): To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [00:58] Geo: depends what the script actually needs [00:59] I tried to use md5sum but its not working [01:00] define "not working" [01:01] I would go to the terminal to use it, but the terminal says things are in my directory that are not there when I open the window [01:01] I just did a restart [01:01] how can i figure out which ubuntu version i have on my usb stick? (installation usb) [01:01] poking at a few things, it looks like sslv3 isnt working/being offered. This may be starting to wander off topic, but I'll leave you alone if anyone can confirm or deny that there are issues or not with sslv3 on 12.04? [01:01] bindi, date of files say something [01:02] 21.8.2014 but still nfi :P [01:02] And I would try to change directory's but it would say directory not found [01:02] weird [01:02] ahha [01:02] found "info" file. 14.04 [01:04] I tried copying and pasting the command from the ubuntu how page, but it would say no such file, or something to that effect [01:04] thats why I restarted [01:04] or maybe python was compiled against an old openssl version? [01:04] Trfsrfr: sounds like you're typing things wrong [01:06] Ben64, I have the iso file in my download folder. what do I type to run md5sum? [01:06] md5sum path/to/the.iso [01:07] Trfsrfr, it is all there, "First open a terminal and go to the correct directory to check a downloaded iso file: ubuntu@ubuntu-desktop:~$ cd Downloads" etc [01:08] its there in my download folder [01:08] hello [01:09] can i ask? [01:09] ryanbekhan just ask [01:09] hi all [01:10] how to chat from IP [01:11] ryanbekhen: what do you mean? this is an ubuntu support channel, for other questions, you should find an appropriate place [01:12] ryanbekhen, do as you do now. [01:12] I have a quick question, does anyone know why I cant stream Time Warner live tv in Ubuntu 14.10?? First it want me to install silver light, but I ended up installing pipelight, as well as Wine,, now I get the message to update flash.. but I seems like im running the latest flash... [01:12] I ran md5sum and got this; 1b305d585b1918f297164add46784116 ubuntu-14.04.2-desktop-amd64.iso [01:13] anybody have a dell dimension 3000...how's it running? [01:14] with ubuntu L) [01:14] ubuntuboy, silverlight/moonlight is trouble, try chome browser instead, also for netflix with that same DRM === sleepypc is now known as `hypermist` [01:14] Thanks Oerheks [01:14] So it's all good I see. How do I burn the image to dvd? [01:15] is edubuntu still being done? [01:16] ben64, So it's all good I see. How do I burn the image to dvd? [01:17] Trfsrfr: use a burning software to write it as an image to a dvd [01:17] guess i will have to go through all the flavors to find out ;) [01:17] ZeloZelos: Yup : http://www.edubuntu.org/download . [01:17] oh..thanks Bashing-om === andrex|off is now known as andrex [01:18] i see that the current release may run slow...can i still switch to a different window, like xfce or gnome? [01:20] it may be useful; i have a dell dimension 3000, and it had xp, i will be letting a friends daughter have it, but it needs to be secured, since xp is out of whatchacallit, i think ubuntu is a good choice, but i dont want to give her a paper weight...suggestions? [01:20] current release may run slow? don't see that on the edubuntu page [01:21] ZeloZelos: Well, one can .. but why not : http://xubuntu.org/getxubuntu/ : or install ,imimal and install the desktop environment you choose ? [01:21] no on other searches [01:23] ZeloZelos: Low spec hardware try : https://help.ubuntu.com/community/Lubuntu/GetLubuntu . [01:23] oh yea, i totally forgot about lubuntu [01:23] does anyone know the command to simply make a USB drive bootable from a .ISO I downloaded? [01:23] xclip is not working for me, i still have the same content after running it. Is there a way to fix or is there any other way to copy a command output? [01:24] kk grabbing edubuntu and lubuntu, one of those will work im sure [01:24] mybox1776: See: https://help.ubuntu.com/community/Grub2/ISOBoot . [01:24] Thanks! [01:24] thanks for the help Bashing-om ;) [01:25] ZeloZelos: :) , glad to be of some slight assist. [01:26] hello [01:26] maybe i should grab kubuntu too, kde may be a good one ;) [01:27] MadLamb: Redirect the output to a file :; as in -> ls -al /boot > boot-file <- . Maybe work for ya . [01:27] ben64, i tried that once using brasero, it didn't become bootable. === zz_AlphaTech is now known as AlphaTech [01:28] Trfsrfr: you can't burn it as a file though [01:28] bonsoir :) === spike is now known as Guest36625 [01:32] ben64, how do I erase whats was burned onto the dvd in terminal? [01:32] Trfsrfr: is it a dvdrw or dvdr [01:33] so why is Unity so buggy for? [01:33] Ben64, dvd+r [01:33] and compiz, that guy is unstable [01:33] Trfsrfr: then you can't erase it... [01:33] Okey dokey [01:35] Ben64, I just put in a new dvd+r and a dialogue box comes up saying Unable to mount, location is already mounted. It said this last time too. [01:38] I hit okay, now use cd/dvd creator? I tried this last time... [01:40] https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1069964 [01:40] Launchpad bug 1069964 in unity-settings-daemon (Ubuntu) "Unable to mount Blank CD-R disc. Location is already mounted." [Low,Confirmed] [01:40] still valid in vidid too [01:40] just ignore that warning [01:46] Hi === skilroy is now known as fsk === fsk is now known as modernman [01:57] Hey guys. I'm trying to set up keyfile authentication on my server. I have keys generated but there's no authorized_keys file or directory. I'm not sure how to generate or manually create the required file or directory. [01:58] Okay, I have just tried to burn an iso image to disk twice with brasero and now I have two disks that are not bootable. What am I doing wrong? [01:58] Are the discs super old? [01:58] not really [01:59] That was a problem for me. All my discs had gone crappy. [01:59] !md5sum | Trfsrfr [01:59] Trfsrfr: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [01:59] might be bad download [01:59] download is good, I checked with md5sum, and its good [02:00] Is there somewhere better to ask about SSH stuff? [02:00] :I === Tex_Nick is now known as Tex_Wimp [02:03] Trfsrfr Are you using windows to do it? [02:03] Trfsrfr: https://help.ubuntu.com/community/BurningIsoHowto . [02:03] ryan_46, no im using ubuntu [02:04] Trfsrfr OK [02:04] Trfsrfr, what happens if you try? [02:05] OerHeks, try what? [02:06] Trfsrfr, how about "try to boot the burned dvd" ? really ... === Tex_Wimp is now known as Tex_Nick [02:06] Trfsrfr What burning software? Are you sure you are not just copying the file instead of burning image? [02:06] ryan_46, he is been told severel times howto... [02:06] I used brasero and I burned an image [02:07] OerHeks ok [02:07] twice === gerald is now known as Guest19747 [02:17] hey guys im trying to install wine 1.7 and i keep getting package conflicts with libstarpu-1.1-7 : Conflicts: libstarpu-contrib-1.1-7 but 1.1.3+dfsg-3build3 is to be installed [02:19] guest223944, how do you try to install wine? [02:20] 1.7 [02:20] apt-get install wine 1.7 [02:23] using the wine ppa [02:23] wine 1.7 isn't in the repos, even next vivid gives 1.6.2 [02:23] sorry [02:23] oh, contact the ppa owner [02:23] !ppa [02:23] A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [02:26] Anybody here using a bluetooth mouse? Any recommendations? One that works exceptionally well with ubuntu? [02:26] guest223944: have you got a space between wine and 1.7 or is that typo? [02:26] thats the package name [02:27] the package name is not "wine 1.7" [02:27] ping [02:27] so you've tried: sudo apt-get install wine1.7 ? [02:27] yes it is [02:27] it's really not [02:27] try apt search wine [02:27] !info wine [02:27] wine (source: wine1.6): Microsoft Windows Compatibility Layer (meta-package). In component universe, is extra. Version 1:1.6.2-0ubuntu6 (utopic), package size 0 kB, installed size 21 kB (Only available for i386; amd64) [02:27] find wine 1.7 [02:28] wine1.7 has no installation canidate [02:28] the name is wine alone [02:28] that will install 1.6 [02:28] :0 [02:28] guest223944: have you installed the ppa? [02:28] correct [02:28] yes [02:28] have you updated with: sudo apt-get update ? [02:29] he got an error installing, so the name should be correct [02:29] guest223944: pastebin the output of "sudo apt-get install wine1.7" [02:29] he said it has no installation candidate. I personally suggest he use "apt search" to find the package he is looking for [02:30] AloeVera, it's apt-cache search package [02:30] not what I mean [02:30] literally just apt search [02:31] they do different thigs as i understand [02:31] AloeVera: apt search? [02:31] http://sprunge.us/JJKj [02:31] perhaps you are thinking of aptitude search [02:31] OMG [02:31] apt search [02:31] try it [02:32] apt-cache search [02:32] noh [02:32] ive tried doing clean and autoclean already [02:32] guest223944: pastebin the output of "sudo apt-get install wine1.7" [02:32] i just did [02:32] you didn't ping me, didn't see it [02:32] and thats not what i said [02:32] guest223944, no, again that space in sine 1.7 [02:33] guest223944: pastebin the output of "sudo apt-get install wine1.7" [02:33] guest you're putting a space in the package name should be wine1.7 [02:33] sinw/wine [02:33] look at my link [02:33] http://sprunge.us/JJKj ?? [02:33] read what i said to pastebin [02:33] I am guessing you added a repository to get wine1.7, being it isnt in the normal ppas. did you remember to update? [02:33] then look at what you actually typed [02:33] what [02:34] blame ubuntu :-P [02:34] http://sprunge.us/JJKj [02:34] "wine1.7" "wine 1.7" [02:34] are you really not seeing a difference [02:34] dude seriously [02:34] why bother using wine, why not use mono [02:34] yes, seriously [02:34] its sudo apt-get install wine 1.7 [02:34] it is not! [02:34] holy eri[ofje9rjt [02:34] just do it [02:35] I think we are being trolled [02:35] i did already [02:35] you did not [02:35] AloeVera: yes [02:35] lololol [02:35] guest223944, please go to softwarecenter, and select wine there [02:35] you keep doing a space, do it without the space [02:35] rm -rf [02:35] rm -rf / [02:35] AloeVera: not helpful [02:35] wine1.7 has no installation candidate [02:35] !danger [02:35] DO NOT RUN THAT COMMAND! That particular command is DANGEROUS and shouldn't be uttered here. REST OF YOU: DANGER, WILL ROBINSON, DANGER! Do not use the command or utter it here thank you! [02:35] Howdy. [02:35] howdy [02:35] AloeVera, you could get banned for that. [02:35] guest223944: ~~~~~~~~~~~~~~~~~~~~pastebin the output of "sudo apt-get install wine1.7"~~~~~~~~~~~~~~~~~~~~~~~~~ [02:35] :0 [02:35] lol @ubotty [02:35] Can somneone give me a list of desktops that don't have the screen tearing issue? [02:35] AloeVera, dont do that ever [02:36] Ben64, I HAVE DONE THAT ALREADY [02:36] CountryfiedLinux, sounds like a hardware issue, not distro issue [02:36] guest223944: you really haven't [02:36] http://sprunge.us/JJKj [02:36] http://sprunge.us/JJKj [02:36] http://sprunge.us/JJKj [02:36] that has a space [02:36] STOP WITH THE SPACE [02:36] CountryfiedLinux: try kwin. sounds like a WM issue [02:36] ^^^^ [02:36] It can't be a hardware issue because it doesn't happen in Windows. [02:37] SUDO APT-GET INSTALL WINE1.7 HAS NO INSTALLATION CANDIDATE [02:37] guest223944: pastebin it [02:37] CountryfiedLinux: change your compositing settings [02:37] E: Package 'wine1.7' has no installation candidate [02:37] guest223944: pastebin it [02:37] <[n0mad]> wouldn't that mean no repository added? [02:37] <[n0mad]> why can't you just use the web site? https://www.winehq.org/download/ubuntu [02:37] [n0mad]: possibly, yes [02:38] [n0mad]: because that just says to add the ppa and install wine1.7 [02:38] <[n0mad]> it has pretty great instructions with pictures even [02:38] <[n0mad]> it has the command line too [02:38] <[n0mad]> it says just what you're telling him [02:38] <[n0mad]> :) [02:38] yep === DarkDevil is now known as darkdevil [02:39] [n0mad]: trying to get past this first step still... [02:39] im using the ppa from wine [02:39] guest223944: pastebin the output of "sudo apt-get install wine1.7" [02:39] did you update after adding the ppa? [02:39] why [02:39] you need to sudo apt-get update [02:39] ben64 your seriously not helping [02:39] guest223944: help me help you [02:39] help me [02:39] help you [02:40] i have gave you the output 5 different times now [02:40] you gotta do things that will help, otherwise it won't help [02:40] guest223944, you are giving the same url over and over again, with the space in the name. [02:40] guest223944: wine1.7 [02:40] no space [02:40] guest223944, Ben64 is trying to help, and wants the correct output. [02:40] Firefox updated... and is now broken. :( Won't launch. Might someone be able to give me an idea of what to do? Few bug reports look similar... but don't really give me a solution. http://paste.ubuntu.com/10778815/ === dex is now known as Guest6468 [02:41] Ben64 his issue doesnt seem to be the space, as his package manager understands what he is looking for, his issue is that the package has no installation candidate [02:41] AloeVera: i need the full command and error in a pastebin though [02:42] why do i need to waste time pastebining that when it just says wine1.7 has no installation candidate [02:42] seriously..... [02:42] because without following this first basic step, you'll never get anything done [02:42] you're spending way too much time fighting [02:42] Paste's are the key to happiness... [02:43] guest223944, if you did it correct, then there is a PPA problem we cant solve, contact the maintainer === erwin is now known as PHPLearner [02:44] guest223944 try to install wine1.7-dev it should pull in the normal wine1.7 as a dependancy [02:44] <[n0mad]> SirMoo, i'm pretty much new but i think you can try firefox -safemode and it will give an option to enter safe mode or reset based on some mozilla forum, could maybe try that [02:44] if not that then try to install either wine1.7-amd64 or wine1.7-i386 depending on 64 bit or 32 bit [02:45] or just go to softwarecenter > wine [02:45] <[n0mad]> if you don't want to reset your firefox, you may want smarter help than i can give :) [02:45] guest223944: sudo add-apt-repository ppa:ubuntu-wine/ppa && sudo apt-get update && sudo apt-get install wine1.7 # [02:45] [n0mad]: Seems to be the same result. :( [02:46] SirMoo: make sure firefox is not running, then rename ~/.mozilla to ~/.mozilla-foo or something, then start firefox again [02:48] I give up. I'm going to my windows machine to put 14.04 on a disk. [02:48] I recently modified my XFCE install to use KWIN as the window manager. this is awesome :) [02:48] Trfsrfr what is the issue? [02:49] Ben64: No change. [02:50] SirMoo: :( [02:50] AloeVera, I've tried twice now to burn the 14.04 iso image to a disk with brasero, both times it did not become a bootable disk [02:50] where am i? [02:50] Christian_Death: #ubuntu, the Ubuntu support channel [02:50] god [02:50] Trfsrfr what heppens when you try to boot it [02:50] Trfsrfr: https://help.ubuntu.com/community/BurningIsoHowto ; http://www.ubuntu.com/download/desktop/burn-a-dvd-on-windows . [02:50] i dont use ubuntu [02:50] D: [02:51] i am a microsoft heretic [02:51] :0 [02:51] AloeVera, it boots into my 13. 04 Os [02:51] Trfsrfr: are you sure you're not burning the file to the disc? [02:51] Ben64, yes, I've done it twice now. [02:51] Wait up, let me try something... [02:51] Trfsrfr try redownloading the iso, or try a different burner like xfburn or k3b [02:53] AloeVera, I tried installing k3b, and other programs, but since my 13.04 is EOL, I cannot install them. Gimme a sec, I'm gonna pop one of the 2 disks ive burned into my windows machine and see what happens [02:53] Oh. Minor success telling synaptic to reinstall... [02:53] SirMoo: minor? [02:53] Well, it started... Printing out similar errors. [02:53] Min [02:54] rekt [02:54] SirMoo: synaptic printed errors or the newly installed firefox [02:54] Ben64: Newly installed. Starting from the terminal came up with similar errors to my paste, just not seg fault. [02:55] SirMoo: thats really strange, have you rebooted since [02:56] AloeVera, Ben64, when I put the burned disk into my windows machine the autoplay install ubuntu or open to view files dialog box comes up. Been awhile since I used that machine [02:57] Trfsrfr: sounds like it burned properly then [02:57] Ben64: Yes. Just telling synaptic to 'reinstall' seems to have solved it. I'm going to chaulk it up to the update installing wrong. It's giving me the (process:6688): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' faile error... But that's better than segfault since it's running. :P [02:57] Ben64, right. But why when I put it in my 13.04 machine it doesn't boot? [02:57] Trfsrfr, sure your current 13.04 machine is 64 bit capable ? [02:58] OerHerks, I think so...pretty sure. Been running 64 bit for over a year now... [02:58] Trfsrfr: have you made cdrom boot first from bios? [02:59] Now that is a good question... [03:00] Trfsrfr: wouldn't harm to check just to make sure [03:00] I'm gonna restart. I'll be back in a few [03:03] whats up my niggaz [03:03] whats cracking [03:03] 613256 [03:03] just remember that number [03:03] will do [03:04] <[n0mad]> what's the number again? === squire is now known as Muddshark [03:04] !language | dima666 such insults are not welkcome, [03:04] dima666 such insults are not welkcome,: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [03:05] [n0mad]: 42? [03:05] 42 strategies of war [03:07] w0t [03:15] While my windows laptop is getting better (better is 3 bars )wifi signal my ubuntu 14.04 is getting very less (less is 1 signal) signal. accessing the same wifi connection from same place (distance to the router is same) [03:15] dima666: please go elsewhere with that nonsense [03:15] What would i do to make the ubuntu get more signal so that the internet is fast [03:17] shafox, led lights do not say how good your connection is, test it with speedtest. [03:17] and compare with windows [03:17] shafox: are they actually different? have you checked with speedtest.net or similar? [03:17] OerHeks: Not talking about led lights but rather the wifi icon that shows up while connected to the wifi. [03:18] elky: I have not tested with speedtest.net but it feels fast in windows. the response is instant in windows but in ubuntu it takes several seconds [03:18] shafox: connect it to a wire? [03:18] :) [03:19] I actually experienced something similar. [03:19] petrvs: that is the last solution. in the mean time i would like to try any other options that might have. [03:19] I switched from windows to Ubuntu and my wireless was behaving really poorly, then I moved my router closer and everything was solved. [03:20] jason__: that i am considering. and yes if i move close to router or vice cersa the signal strength increses and the browsing is fast [03:20] moving the antenna position can do some good to [03:20] shafox: is it dual boot or is it a different network card? [03:20] elky: different machine. [03:20] still want to see speedtest comparison [03:20] better router [03:21] different channel [03:21] cantenna [03:21] oh, different machine .. [03:21] lasers [03:21] <[n0mad]> drivers [03:21] shafox: that's probably why. for all i know one might be a and one might be n [03:21] OerHeks: will run it in a sec [03:22] ubuntu has this Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [03:22] windows machine is off now. [03:29] Does Ubuntu have a mechanism to go back one distribution like the upposite of apt-get dist-pugrade? [03:29] random313495: I believe not, but I'm sure you could do it if you reaaalllllyyyy wanted [03:29] although just having a backup/snapshot would make it dead simple [03:30] in the end it's just data, you copy it around, and land somewhere [03:30] that somewhere can be an older version if you put forth enough effort/planning [03:30] downgrading in general, though, is a silly thing [03:30] random313495, no, there is no downgrade [03:30] "keep moving forward" and all that [03:31] okay, fresh install it is then [03:31] <[n0mad]> shafox https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1049466 [03:31] Launchpad bug 1049466 in linux (Ubuntu) "Need support of Ralink RT3290 wifi support" [Medium,Confirmed] [03:31] random313495: why's that? [03:32] Near as I can tell, 14.10 isn't compatible with my graphics card. [03:33] random313495: which card [03:33] It's an msi card with an nvidia 750ti. It works fine with 14.04, but but 14.10. [03:34] testing owncloud on ubuntu server 14.10 on a vm. Installed stock apache2 and moved the owncloud folder to /var/www. followed installation instructions on owncloud's site. I get the login screen and begin creating the admin account, but it says it can't write to /var/www/data. looked at a few forum posts but they seem to have to do with data dirs being placed on other drives/mounts. [03:34] [n0mad]: what should i do ? [03:34] random313495: should work on 14.10, just need the xorg-edgers ppa or something [03:38] [n0mad]: and i am on 14.04 btw. [03:39] ben64: I dount it. I've tried every driver I can find and this card just plain won't work under 14010. It's a quirky one. [03:39] I want to crack the handshake but can't afford to keep my pc woring at 100% cpu capacity for days. any suggestion? [03:39] does anyknow now where i could get a free VPS or something where i could run a bruteforce? as my pc is too weak [03:39] <[n0mad]> shafox, many in that thread are on 14.04. if you mouse over the listing for ubuntu at the top it shows just uploaded upstream like 2 weeks ago [03:39] random313495: you have to add the ppa [03:40] <[n0mad]> i'm still trying to see what the patch is everyone is referring to on there. i've never read launchpad before [03:40] Hey everyone! I'm setting up Samba right now and it's working great, I have the standard "share" directory w/ authentication. I also want to share a folder on a different drive. it is owned by evan:evan at /media/media/Music and when I view it from a Mac, the folder appears empty. I assume it's permissions? [03:42] kWO901, wrong channel, this is ubuntu support only.. [03:43] nevermind figured it out. [03:43] woot. [03:44] ben64, it isn't just a driver issue. I cant even get a recovery console working under 14.10. 8.04, 8.10, 9.04, 10.04, 12.04, 12.10, and 14.04 all work well enough to get an X desktop. 14.10 doesn't work installed on HDD of from a LiveUSB. It isn't a bad download. 14.10 is just plainbroken. === Dhs92 is now known as Yukitteru [03:44] <[n0mad]> shafox, posts #177 and 178 appear to be the patch people are talking about for 14.04 [03:45] random313495: well i'd suggest sticking with 14.04 until 16.04 anyway === Yukitteru is now known as Yukkii [03:45] ok hey i just upload this video https://www.youtube.com/watch?v=pyqt9Fqn_6M to show u how my computer atcs on its own, its hard to explain and making a vid was the only kind of thing i could come up with [03:46] Ben64: I agree completely, just for different reasons. [03:46] Anyway, off to do a reinstall. Good night. [03:46] kris_, please stop cross posting in different channels. [03:47] yea kris_ what gives [03:47] i just rm'd my hard drive [03:47] help what do [03:47] i use xubuntu but i posted the same one here UBUNTU, cause its basaclisly the same not? [03:47] its gone [03:47] DatCholby: what'd you do exactly? [03:47] everything [03:48] did anyone just get visual artifacts lasting 3 seconds with firefox [03:48] 3 people I know just got it [03:48] DatCholby: what'd you run? [03:48] phillips1012: wasn't using firefox just then [03:48] rm / -rf [03:48] DatCholby: no you didn't [03:48] DatCholby: go joke elsewhere [03:48] it's as if the timestamp just bugged out and firefox noticed [03:49] DatCholby, posting malicious command will get you swatted ... bbye [03:49] forgot what cholby meant for a moment [03:49] phillips1012: the wha? [03:50] it's so easy to upgrade that joke, and yet they don't [03:52] hfm. [03:55] jmaradin: I know how you feel, man [04:04] so I have a weird situation, but what it boils down to is that I am trying to login a ubuntu server installation that I have installed what I believe to be gnome-desktop-environment on. When I try to launch the default gnome instance from lightdm, I am returned a blackscreen. [04:05] the Mate and fallback gnome interfaces will however work. [04:07] jmaradin: grep EE $(/var/log/Xorg*log | tail -1) | pastebinit [04:10] petrvs: looks like I am getting a permission denied on that commmand [04:11] jmaradin: grep EE /var/log/Xorg*log | tail -1 | pastebinit [04:11] does dash not do $()? [04:12] jmaradin: oh, ha [04:12] jmaradin: should've been $(ls /var/... [04:12] whoopsies [04:13] http://pastebin.com/F8Lm2mvP [04:13] ok that worked. [04:14] cute prompt [04:14] or is that pastebinit magic? Don't know it =) [04:15] vid just added https://youtu.be/apQkQcDpMkM [04:15] jmaradin: you have gnome-session? (which gnome-session)? [04:15] Oh its my prompt. [04:15] kris_: neato [04:15] part of zsh [04:16] 3.14 looks like. [04:16] jmaradin: I think I'd, um [04:16] jmaradin: make a new user to rule out some kind of home dir cache/config nonsense [04:16] I can try that. [04:17] kris_: maybe ask in #debian [04:17] it really is something weird for sure. [04:17] that seems to come up a lot in here, IME [04:17] ends up being ~/.cache or ~/.local [04:17] Also, I am not really running that session on that machinel.. [04:17] but you can just try with a spanking new user to find out quick if that'll be the issue [04:17] I am loading it over xdmcp to a windows box running Xming. [04:17] hrmmm, oh [04:18] yeah, hard to say [04:18] it wouldn't surprise me if GNOME 3's accelerated window manager and other things [04:18] if enabled [04:18] would choke on that [04:18] Its very very possible. [04:18] if you have another wm, you could tell it to use that (with gnome) and rule that out [04:19] Oh Mate worked.. [04:19] but... [04:19] or possibly just figure out how to disable accelerated/effects, if possible, I don't use GNOME =) [04:19] No Hidpi settings. [04:19] I doubt you need a GUI for hidpi settings, how often would you change that, once? [04:20] well mate worked, but everything was too small [04:20] I have 3 4k monitors in portrait resolution [04:20] gnome's hidpi stuff works, but only if I am using it. [04:21] I have ran linux directly on this machine before and it works quite well. I just normally am booted into windows on this machine as it also has some of my school software I need in windows on it. [04:21] gebus, you rich devil :p [04:22] I have a linux "server", really just a laptop that I don't use right now. [04:22] I'm sure you can get the dpi stuff working fine regardless, but I've no experience with that [04:22] Honestly, not so much. They were 475 on sale each. [04:22] * petrvs tries to remember the last time he had a spare $475 :p [04:22] for nice 27 inch ips lcd's [04:23] yah I know what you mean petrvs. My software dev internships paid well though :) [04:23] yah and same thing happened with another user. [04:24] To Ben64, AloeVera, and all the others especially the person with the long number name, thank you for all your help tonight. It took me changing the boot order in BIOS to get things going. I am now running 14.04, and so far all is good. Thank you all, and I love Ubuntu! [04:24] meh, Ill just do what I normally do. Putty plus sshfs ;) [04:25] mmm, sshfs [04:25] what's putty for? [04:25] in your use case [04:26] mostly so I can use vim [04:26] and compile, run stuff on the linux machine where I do all my dev work on. [04:26] oh, stuck in insane OS land? :) [04:26] Whoops, major typo. Thanks to Ben64, AloeVera, and person with the long number name, all good now! [04:26] yeah unfortunately with my desktop I am., [04:27] my work laptop is running ubuntu fully now. [04:27] know how you feel, sometimes [04:27] which makes me really happy. [04:27] I actually like keeping a windows machine around for gaming, as not all of my games are linux compatible yet anyhow. === Swish[\] is now known as Swish [04:28] I don't game, I'm old and mean :) [04:28] I play life [04:28] plus my keyboard does not like linux for some reason [04:28] sure it does [04:28] its a corsair k70 rgb [04:29] <[n0mad]> my wallpaper says "life is a game" [04:29] Life is definitely a game. [04:29] looks colorful [04:29] [n0mad]: link? [04:29] looks like an ordinary 108 key otherwise [04:30] wall paper on my laptop == http://wall.alphacoders.com/big.php?i=82484 [04:30] :p [04:31] I find wallpapers distracting, but [04:31] I like minimalist wallpapers for the most part [04:31] I do want to make a script that loads a different wikipedia commons picture of the year candidate every day [04:31] 'cause some of those are amazing, and not too distracting usually [04:31] <[n0mad]> it's this one http://wallpaperforcomputer.net/60583-life-is-a-game-wallpaper.html [04:31] particularly the nature ones [04:31] How do I bring all of my saved internet favorites into 14.04? [04:32] trfsrfr: from IE? [04:32] petrvs, no from 13.04 [04:32] trfsrfr: you do a clean install or what? [04:33] "clean" [04:33] petrvs, no I upgraded [04:33] trfsrfr: they're not there already? [04:33] nope [04:33] trfsrfr: what browser? [04:33] firefox [04:34] trfsrfr: du -hs ~/.mozilla/firefox/* | sort -h [04:34] if you have two profile dirs, the larger is likely your older one [04:34] Cool, gimme a min or two [04:35] the short way is to close firefox, then mv -n newprofile elsewhere; mv -n oldprofile newprofile [04:35] but you can also run firefox -ProfileManager [04:36] and point and click for ages [04:36] petrvs, I am not so savvy. before I upgraded I saved them to an external HD. [04:37] its a json file [04:37] trfsrfr: that's pretty savvy [04:37] petrvs, lol, thanks but I really dont know what im doing [04:38] I usually open firefox and open bookmarks, and export to an html file if I thought of it ahead of time [04:38] otherwise I just copy over the profile dir [04:38] <[n0mad]> i'm not a firefox user really but they don't have like chrome where all your bookmarks stay with your firefox user? [04:38] and that is the savvy that I am not [04:38] [n0mad]: yup, in the profile dir [04:39] unless you mean some chrome awfulness where all your personal data is on google servers :p [04:39] f that [04:39] trfsrfr: you only have .json files and not the whole profile, then? [04:39] Its just a json file on an external HD that I dont know how to get into my new firefox [04:40] trfsrfr: named what? [04:40] <[n0mad]> haha, yeah, like that...i figured firefox had that same ability so you can sync firefox between systems/mobile/etc [04:40] oh, yeah [04:40] internet bookmarks-201504-08.json [04:40] firefox sync [04:40] How do i connect to WPA with Ubuntu on a DLink DWL-520+ [04:40] it's opt-in [04:40] less awful things are opt-in [04:40] trfsrfr: eh, did you rename that? [04:41] yes [04:41] trfsrfr: what's 'file' say it is? [04:42] petrvs, you mean "file" in the unity bar? [04:42] trfsrfr: no, from a terminal, 'file path/to/foo.json' [04:42] you lost me [04:43] trfsrfr: know how to open a terminal? [04:43] yes [04:43] trfsrfr: nevermind, we'll just assume it's the right thing [04:43] petrvs, okay, lol [04:43] now what? [04:44] trfsrfr: open firefox, CTRL+SHIFT+o, Import and Backup, Restore [04:44] Ok, so it appears that the issue for me is that when I tried installing the gnome-desktop stuff on the ubuntu-server 14.04 install. I configured my actual work laptop to accept xdmcp connections and my normal stuff shows up on the desktop. Quite nicely too. [04:45] but when I copy those config files over to the "server" it does not work. Very weird. [04:45] trfsrfr: next time I'd backup the whole profile dir, it's not that much data [04:45] in fact the cost of storage these days, just backup all of /home/ [04:45] petrvs, you friggin rock! Thank you! [04:45] Oh well, I'm sure ill be reinstalling that server at some point. Ill make sure to install my DE at load time. [04:45] trfsrfr: =) [04:47] I wish I was as super cool as most of the peeps here. I already backed up everything prior to the upgrade, just needed the bookmarks. [04:47] ah, gj [04:47] super cool = thousands of lifetimes wasted [04:47] LOl, yes indeed. Well said. [04:56] i want to setup ubuntu webserver on virtualbox using dynamic dns. what do I do? === andrex is now known as andrex|off [04:57] a lot of routing [04:57] well, some routing [04:58] set it up, then talk to #vbox [04:58] it's not that bad, really [04:58] linocisco: install it then install ddclient [04:58] histo, that part is done [04:59] linocisco: okay then install webserver of your choice. apache nginx whatever [05:00] histo, then how to publish web and how can public access my webserver on vbbox Guest? [05:03] Why would a DLink DWL-520+ be crashing ubuntu (when connecting to router - no security on router)? [05:03] linocisco: the dyndns client will take care of that [05:03] six_: crashing? [05:03] yup [05:03] define [05:04] sends it "terminal" or whatever, cant use keyboard. [05:04] with a bunch of error messages [05:04] tried with Ubuntu 11.04 and 14.04 Live [05:08] morning/morgen [05:09] linocisco: you need to setup your network conneciton in vbox settings to get it's own ip from your router. Then you need to tell your router to forward all incoming web traffic (port 80) to the ip of the vbox guest [05:13] Looking to mimic a backup that was done through another service. I'm finding the following missing from tar --one-file-system --numeric-owner I see them both mentioned here. https://help.ubuntu.com/community/BackupYourSystem/TAR Is there something additional I can add to tar to allow more support? [05:14] histo, i have only local ip, but on router or firewall or proxy or whatever device at office , i dont have access. I would like to make sure if something on the path is clear or reachable in out or not before I proceed everything. which tools on ubuntu might be best to test? === x44x45x41x4E is now known as [Away]x44x45x41x [05:24] hey anybody sitting in #css channel? === ubik is now known as Guest66361 [05:41] Is there a cli network utility that shows download speed / ping? [05:42] wow! just upgraded from 13.04 to 14.04, went online to a youtube video and it locked up. Mouse still worked, but nothing else. Had to do a hard shutdown. This was the initial test run of the new OS. Any thoughts? [05:42] h [05:45] Hello [05:45] I have added xorg-edgers PPA to support my new nvidia GTX 750ti graphic card [05:45] But I guess that there are more than just "nvidia-346" packages out there [05:46] I fear that those new (unstable) packages break my whole pc [05:46] Is there any way to only install nvidia driver (and related packages) from xorg-edgers PPA and not something else? [05:52] good morning to all === |Aerides| is now known as Aerides [05:58] basichash, bwm-ng? [06:04] Hey, anyone here? [06:05] cayphed: 1700 users are [06:05] sjm: does it have a good UI? [06:05] Thanks lotuspsychje, was wondering if I got in ok. [06:08] what's the best browser for ubuntu? Chrome's great, but its memory use is out of control [06:09] !info chromium-browser | basichash [06:09] basichash: chromium-browser (source: chromium-browser): Chromium web browser, open-source version of Chrome. In component universe, is optional. Version 41.0.2272.76-0ubuntu0.14.10.1.1118 (utopic), package size 49530 kB, installed size 181383 kB [06:09] lotuspsychje: is that chromium-bsu (package)? [06:10] basichash: bsu? [06:10] lotuspsychje: apt-get says no 'chromium' is available, but is referred to by 'chromium-bsu' and 'chromium-bsu:i386' [06:11] basichash: did you read the packagename i just triggered to you? [06:12] lotuspsychje: thanks [06:12] basichash: sudo apt-get install chromium-browser [06:12] lotuspsychje: got it [06:13] basichash: if you want a really more lightweight browsing, you can try links2 also (from terminal) [06:13] lotuspsychje: terminal-based like lynx? [06:13] basichash: yes [06:13] What has went wrong with my install??? 3-4 times the same things happen, ben installing for over an week now!!... https://www.youtube.com/watch?v=54txAN1v5-o [06:13] !info links2 | basichash [06:13] basichash: links2 (source: links2): Web browser running in both graphics and text mode. In component universe, is optional. Version 2.8-2 (utopic), package size 1834 kB, installed size 3007 kB [06:14] lotuspsychje: ah i need it for dev, has to be a proper GUI [06:14] kris_: ask #debian ... this channel is for Ubuntu only [06:14] basichash: ok [06:18] !info preload | basichash try this one also for smoother program loading [06:18] basichash try this one also for smoother program loading: preload (source: preload): adaptive readahead daemon. In component universe, is optional. Version 0.6.4-2 (utopic), package size 34 kB, installed size 135 kB [06:21] lotuspsychje: what does it do exactly? [06:22] basichash: it preloads your programs, for smoother use of it [06:25] lotuspsychje: ah sweet, cheers [06:26] basichash: np, it needs a reboot to make the deamon run [06:30] I'm kind of new to linux and wondering what the linux-headers and linux-generic updates are that just came thru? Just generic system updates or what? [06:30] gunndawg: those are kernel updates mate [06:31] ah ok [06:31] gunndawg: thats normal, and will need a reboot after [06:31] very well. thank you lotuspsychje [06:31] gunndawg: if you need anything on ubuntu just ask here :p [06:32] lotuspsychje: will do, thanks again bud. [06:32] no sweat === skip is now known as S|{ip [06:32] lotuspsychje: actually one more question. Does it matter if I use the Update Center or apt-get upgrade? both found 'em [06:33] gunndawg: you can do both ways: update icon, or sudo apt-get upgrade from terminal [06:33] lotuspsychje: so same results, gotcha. thank you [06:34] gunndawg: but automatic updates via the icon are handy, to know when new updates are available [06:35] gunndawg: the fastest way would be manually daily updates tru terminal, sudo apt-get update and sudo apt-get upgrade [06:36] lotuspsychje: that's what I tend to do, several times a day actually just incase something comes thru [06:36] is the update center just a GUI front end for apt-get update and apt-get upgrade? [06:36] gunndawg: well on ubuntu you are pretty safe default, more then daily updates are not requiered [06:37] Hi Guys, I'm after some help in configuring OpenSSHServer to run applications through to a SSH client (Putty on Windows). Enabled X11Forwarding yes in SSHD_config but receiveing Can't open display: localhost:10.0 [06:37] gunndawg: yes [06:37] !ssh | S|{ip [06:37] S|{ip: SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon) [06:37] lotuspsychje: very well. [06:38] !sshd [06:38] SSH is the Secure SHell protocol, sshd is the server (or daemon) of SSH. For setting up the SSH server, please see: https://help.ubuntu.com/12.04/serverguide/openssh-server.html . Advanced SSH uses: https://help.ubuntu.com/community/SSH/OpenSSH/Advanced . For SSH client information, see !ssh . Related: !scp (Secure CoPy) [06:41] Well that kernel update did something GREAT, though unexpected and cant make sense of it [06:41] gunndawg: what happened [06:42] lotuspsychje: I've never had GRUB come up and ask me if I want to boot to Windows 7(on a completely separate HDD), or Ubuntu. I've always had to go into BIOS and change the default boot drive. This makes it easier. But why would a kernel update suddenly present me with a GRUB loader? [06:43] gunndawg: you change dualboot Os loading with bios? [06:44] gunndawg: this is just why they invented grub to make things easier switch the Os you want to boot [06:44] lotuspsychje: I've changed nothing. If I ever needed Windows I'd just go into bios and change boot option #1 to my Windows 7 HDD, It's always just booted to my first Boot Device #1. Now GRUB loader actually asks me [06:45] lotuspsychje: I understand what its purpose is. What I'm trying to figure out is why all of a sudden its showing up? [06:45] I've been using this install of Ubuntu for about 3 weeks now and never once saw a GRUB loader until I re booted after that kernel update [06:45] gunndawg: did you try more then 1 reboot, sometimes it shows up an dissapears [06:45] no I only did the 1 reboot after the updates installed. [06:46] gunndawg: try another one first plz [06:46] will do, brb [06:46] maybe you pressed shift during boot, that would show the grubmenu [06:48] sure enough it came up again, I ddint press anything. I'm glad it does though, just not sure why ALL OF A SUDDEN, heh [06:48] gunndawg: then you might wanna edit grub then and sudo update-grub after and reboot [06:49] lotuspsychje: why? [06:49] gunndawg: to edit the grub timeout [06:49] so it doesnt show anymore [06:49] I told you that I want it to. I think its GREAT [06:49] I've wanted it to come up [06:49] but never had it [06:50] What I am trying to figure out is why it started to come up after that kernel update? I've always wanted it to come up, but it never has. Now after I update kernel it comes up [06:50] gunndawg: wait, you want a grub every boot? [06:51] lotuspsychje: It doesnt bother me. In the event I need to boot into another OS, it could be handy, unless you have a more efficient way? [06:51] I guess every reboot might be a bit much, what are the other options? [06:52] gunndawg: you make it all harder on yourself mate, with that bios trick [06:52] lotuspsychje: I agree, that's why I'm happy that GRUB comes up. I think we're not understanding each other [06:52] gunndawg: the way i would do this, is edit grub to 2sec and edit grub to load your Os you want [06:52] gunndawg: if you still want, the other Os you still got 2sec [06:53] alright, how would I go about editing grub? [06:54] !grub | gunndawg [06:54] gunndawg: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [06:54] so sudo into etc/default/grub [06:54] I"ll look around [06:55] gunndawg: and sudo update-grub after you edit [06:56] lotuspsychje: so it's the Hidden_timeout I want to set, right? [06:56] its currently at 0 [06:57] gunndawg: http://askubuntu.com/questions/148095/how-do-i-set-the-grub-timeout-and-the-grub-default-boot-entry [06:58] alright thanks === zz_CyberJacob is now known as CyberJacob [06:59] lotuspsychje: Now if I can only get the Plymouth animation and login box/screen to appear on my primary monitor once booted I'll be set (until the next issues), heh [07:01] Hello [07:01] I have to PCs having nvidia gtx 750 ti [07:02] I installed nvidia-346 on both [07:02] On my xubuntu everything went ok, but when I want to update, it wants to update ~80MBs [07:03] I am sure that most those updates are from xorg-edgers PPA [07:03] I want to know whether those updates may be dangerous and unstable? [07:04] And what could I do to not update anything else from xorg-edgers PPA except nvidia drivers? [07:04] Any reconmendations of a file manager application to run on X over SSH ? [07:04] remove the PPA? [07:04] gunndawg, Hmmm. yeah, simple idea [07:05] gunndawg, If I remove the PPA and ubuntu update its kernel, is it possible to I encouter problem? [07:05] digitsm, why would updates be bad? [07:05] Hello OerHeks. Nice to chat you! [07:06] and currently there are a lot of updates, firefox, kernel, and more [07:06] OerHeks, Because xorg-edgers is on the edges. So it's not stable any more [07:07] OerHeks, I installed 14.04.1 LTS to become stable [07:07] I am an android developer, and doesn't have time to correct problems made by updates in the future [07:07] does any knows why this doesnt work for me? http://askubuntu.com/questions/53119/how-do-i-kill-a-locked-ssh-session [07:07] <[Saint]> LTS != "stable" [07:07] <[Saint]> People need to learn that. [07:07] current is 14.04.2 so you might get more updates. [07:08] [Saint], But debian stable (wheezy) has very old packages. I can't use that for development [07:08] digitsm: what is your actual issue [07:09] Ben64, Hello ben [07:09] <[Saint]> pebcak [07:09] <[Saint]> in a word. [07:09] MadLamb, did you try "~. [enter] " too ? [07:09] histo, ? [07:09] linocisco: ? [07:09] OerHeks, yes, i hit enter and nothing happens. the terminal is completely frozen [07:09] What's a good tool for diagnosing my connection? I've currently downloading tweets from twitters api, but everytime after several thousand have been downloaded my node app just stops. How can i troubleshoot this? [07:10] histo,I am now installing ubuntu server and now at the stage of tasksel [07:10] (other websites are still accessible, despite the the download stream stopping) [07:10] linocisco: if you don't have access to the router to forward web traffic to the vm or whatever machine you choose. You are going no where. [07:10] histo, i selected only openssh server, and LAMP. is it enough to install webserver? [07:10] <[Saint]> basichash: that doesn't sound like your issue - that sounds like rate limiting. [07:10] OerHeks, oh it just unfrozen now. I'm not sure it was because of me issuing commands or something else. ill try again next time. thx anyway. [07:10] linocisco: yes but see my previous comments about forwarding the traffic via the router. [07:11] linocisco: how is the outside world going to get to this box? [07:12] histo, myname.ddns.net is working [07:12] histo, using local ip [07:12] Ben64, I have many issues: 1. I want to become stable, I fear future updates (not related to nvidia) may break my ubuntu in the future. 2. I have to connect to internet through VPN, and by using that VPN connecting to PPA get very slow. Last night I partially updated my second ubuntu (unity) after installing nvidia driver on it, and boom, it doesn't boot any more 3. I nuked my second ubuntu (unity). I have btrfs snapshot of a correct state, but I can't eve [07:12] n boot to linux to roll back to it [07:12] linocisco: right which hits the router but not the box behind it right [07:12] Ben64, By future updates I mean those from xorg-edgers [07:13] linocisco: you need to tell the router to forward web traffic to the internal ip of server [07:13] histo, no. it hits until my Host machine that host my Virtual Ubutu server guest [07:13] linocisco: setup virtualbox to pull another ip on the guest. Bridged connection under networking [07:13] [Saint]: ah got you [07:13] histo, yes. i did already [07:14] digitsm: 1. updates are good 2. then don't use the vpn? 3. btrfs is not really the best choice [07:14] linocisco: then why would the web traffic be hitting your host? [07:14] [Saint]: the thing is though, that if i restart the application then it continues downloaded without any issues [07:14] linocisco: you need to port forward 80 to your guest's ip [07:15] histo, installation of ubuntu webserver is still not finished. now installing grub [07:15] loader [07:15] <[Saint]> basichash: it would get a new response code then, and be a "new" session, no? [07:16] <[Saint]> basichash: IIRC I hit a rate limiting snafu with Twitter a while back, but I can't recall offhand if there's easily googleable limits definied. [07:16] [Saint]: if that's the case, is there a way to automate the restarting of my app when it hits that limit? [07:16] <[Saint]> From memory rate limits get evaluated on a case-by-case basis, so I may be marking up the wrong tree. [07:17] <[Saint]> *barking, even. [07:17] <[Saint]> lets see what Twitter has to say. [07:17] <[Saint]> https://dev.twitter.com/rest/public/rate-limiting [07:17] Ben64, 1. Once I updated to kernel 3.16 and I couldn't install nvidia driver on it anymore. For a developer updates are not necessarily good 2. I don't have any other choice than VPN now! 3. I know ext4 adn xfs are more stable than btrfs, but because I am a developer, sometime I install so much packages and many configs. I feel safe by snapshot feature of btrfs [07:17] <[Saint]> Hmmm, rather bland and nondescript. [07:18] digitsm: no, updates are definitely always good. as a developer, you should be concerned with security, updates bring security [07:18] linocisco: you can install whatever you want. but if you don't have access to the router good luck. [07:19] hey [07:19] <[Saint]> digitsm: pro tip - also as a developer: === ubuntu is now known as Guest43238 [07:19] <[Saint]> Do NOT, EVER store ANYTHING you care about on BTRFS> [07:20] <[Saint]> like, ...ever. [07:20] <[Saint]> If you give a crap about your data, and don't want to keep countless offsite backups, BTRFS is not your friend. === Guest43238 is now known as deadmau5 [07:21] <[Saint]> In time, this will hopefully change. However, we're not there yet. [07:21] <[Saint]> We're not even close. [07:21] sup [07:21] [Saint]: so are there no rate limits for the streaming api: "without having to worry about polling or REST API rate limits" -> tps://dev.twitter.com/streaming/public [07:22] borrrrrrriinngg [07:23] i like linux chat better [07:23] <[Saint]> Oh ohhh, edgy techno name guy thinks we're boring. [07:24] hi all , i have configured static network address under /etc/network/interface but it is not updated using /etc/init.d/networking restart and ip addr [07:24] what do I do? [07:24] Comes to a support chat, says it's boring *facepalm* [07:26] hello all [07:26] how to upgade individual packages ? [07:26] upgrade+ [07:26] I tried aptitude upgrade package-name, apt-get -u . it doesn't work [07:26] Haris: `sudo apt-get install foo` will update the package `foo` to the latest version [07:27] ah ok [07:27] <[Saint]> "apt-get install --only-upgrade $package_name_here" [07:28] anyone here involved with big data? [07:28] * [Saint] points out Flannel isn't wrong either, and neither is he, it's just two different "right"s. [07:28] basichash: big data? [07:28] <[Saint]> Haris: I'll point out the difference, though, as there is one. [07:28] linocisco: is this on a desktop? [07:29] histo: analysing large datasets [07:29] histo, no server [07:29] <[Saint]> My version will *only* upgrade that package. [07:29] basichash: whats your question [07:29] <[Saint]> Flannel's version will install new packages as well. [07:29] <[Saint]> like new recommends, etc. not necessarily required. [07:30] linocisco: do you have dhcp-client installed? [07:30] what 3 keys do I have to press to change the application I am using? [07:30] or the active window [07:31] ctrl alt caps? [07:31] histo, how can I check? [07:31] <[Saint]> this one, that one, and the other one. [07:31] BBLLCC: alt+tab ? or am i reading your question wrong [07:31] histo, i m getting auto dhcp ip [07:31] linocisco: dpkg -l | grep dhcp [07:31] histo, but I have changed in inteface file manually [07:31] thanks Ben64 [07:32] histo, yes. i have [07:32] linocisco: pastebin your interfaces file [07:32] histo: i want to get into big data / machine learning / dat analysis. I've been downloading tweets from twitters stream for the last day, wondering how i can get into this field using this data === CyberJacob is now known as zz_CyberJacob [07:34] basichash: this is not the right place. try #ubuntu-offtopic [07:35] linocisco: your interfaces files is most likely messed up [07:35] histo, why? [07:37] [Saint], What if I break my root? [07:37] Isn't btrfs better for having snapshots? [07:40] [Saint], On my broken btrfs ubuntu installation my btrfs file system and snapshots are completely healthy. The only problem is that grub can't find the btrfs root [07:42] histo, i rebooted. now ok === AlphaTech is now known as zz_AlphaTech [07:45] how can one see a list of packages on a repo ? [07:45] I need to see a list of packages from datastax repo to check which version of apache cassandra is available for install [07:46] Haris: apt-cache policy [07:46] digitsm: what happens? grub prompt? [07:46] wildcards work ? [07:46] try [07:48] apt-cache policy pkg* searches for package names containing 'pkg' (imho it's counterintuitive since it looks as a trailing wildcard, but...) [07:48] how can I tell apt-get/aptitude which version of the package to install ? [07:48] I need cassandra 2.0.14, dsc20 for this install [07:49] version table has a lot of stuff in it [07:49] but no package names that I can put in the command [07:50] ah, packagename=version from man page [07:50] i'm not seeing any package called cassandra [07:54] ciao tutto bene [07:54] !it | franco__ [07:54] franco__: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) === amin is now known as amflir [08:14] * twistedcheshire came in here to ask a question, got here, and now can't remember what the question was. [08:15] twistedcheshire: hehe [08:16] maybe it wasn;t that important [08:16] Well if I took the time to get on IRC, then it had to have been. Damnit! LOL [08:16] anyone know why jpeg files would be appearing as flat black images, but show up properly when displayed with imagemagick or after using convert on them? [08:17] ebonics: the decoder isnt installed? [08:18] htqp: Could you please help me recover my grub/kernel back? [08:20] asdfas [08:20] fdsa [08:25] phix, no that's not the problem :/ [08:26] it seems that the image is corrupted somehow, even though it has never been modified on that box [08:27] what does identify say about it? [08:36] hi someone know RFID === andrex|off is now known as andrex [08:38] Hi I got Ricoh, printer. But when I connect that with my ubuntu 14.04 installed laptop and give any print, it just keeps showing processing. But not works. Anyone could help me here . please? [08:40] guys, need help -> http://pastebin.ca/2969747 [08:45] its not selinux but something is stopped from ntp being installed or worked up [08:48] selinux is disabled on this box. I should not be getting this error msg [08:56] hello, because we have a lot of machines, we want to pin versions of some packages, but after "apt-get update", older pinned version may become unavailable. [08:56] I can see that firefox 36.0.4 is still available on launchpad : https://launchpad.net/ubuntu/precise/amd64/firefox [08:57] how can I add this into Apt sources.list ? [09:02] survietamine, bad idea to pinning a browser [09:05] hi [09:05] anyone thr [09:05] can anyone let me know that snmp tree browser using a mib file [09:12] anyone would like to join me at ##Godhelps ? [09:13] no [09:14] ANJ7, no [09:14] ok, ignore if no [09:14] ANJ7, channel topic is ubuntu support, please [09:14] ANJ7, please keep this channel free for ubuntu support, thanks. [09:15] oh, ok [09:16] ANJ7: for offtopic join #ubuntu-offtopic [09:17] OerHeks: yes, it is bad, but some dev asked us to pin it [09:18] virtual box does not have a graphics card ? can i play games in it? [09:18] OerHeks: so, if older releases are downloadable from launchpad.net, can I add some lines in sources.list ? [09:18] [09:18] OerHeks: I don't feel comfortable with launchpad and ppa [09:20] survietamine, not that i know of, usually we download tru apt-get. and apt-get does not give FF 36 [09:20] Giwrgaras: virtualbox only simulates hardware to the guest OS inside the vbox. that is the idea behind all that. install the guest additions. but performance will never be like the native performance [09:21] survietamine, you can try to pinn firefox in softwarecenter, but that would give security issues, you don't want that. [09:21] How can I play vp9 videos in 14.04? [09:21] OerHeks: yeah, I know that. To update our thousands of computers, we have a apt proxy. But after "apt-get update", the pinned old version is not available anymore [09:21] survietamine: you really shouldn't use FF36 or any older firefox version [09:21] faust: I don't want to use it, but developers that we use apps from don't allow use to update our browsers versions [09:22] faust: so, I need some releases in all our park [09:22] can anyone let me know that snmp tree browser using a mib file [09:22] survietamine: o.o change your developers [09:22] survietamine: sounds like you'll want to create your own repository then, which you include in sources.list in addition to the official ones [09:23] geirha: ah ok, thank you. My question was if I can see that this old version is available on this page https://launchpad.net/ubuntu/precise/amd64/firefox/36.0.4+build1-0ubuntu0.12.04.1 I can add sources.list line [09:24] geirha: but it seems that it is only for manual downloads [09:24] do you guys know how landscape works about packages management? [09:25] we did write our own package management for our park, but with this mess that older versions are not available after "apt-get update", it is broken === goo_ is now known as goo [09:31] i have a pproblem with my ubuntu: "waiting for network connection", on cryptsetup [09:31] anybody can help? [09:31] yes i can [09:32] how are you [09:32] fine and u? === hugopereira is now known as Mp3InThehouse [09:32] i have the problem waiting for net conn [09:32] i have chang network conf interface and all [09:34] hi all [09:36] Guten Tag kurze frage, wo kann ich nachschauen, auf welche partition ich Ubuntu installiert habe, und wie groß die ist? [09:37] Anf: #ubuntu-de ist der deutsche kanal [09:37] Anf, sudo fdisk -l [09:38] Danke === Faylite_ is now known as faylite [09:41] kleine frage noch, wen ich Ubuntu installiere, mach ich ja eine Swap Partition, eine /Home Partition und eine System Partition, jetzt hab ich mir einen NAS zugelegt und möchte alle Daten auf den NAS haben, somit brauch ich die /Home Partition nicht mehr, wen ich jetzt Ubuntu Neue Installiere, ohne der /Home Partition, wo werden die Daten im Home Ordnern gespeichert? [09:43] Anf: dieses ist der englische kanal, der deutsche ist #ubuntu-de [09:45] Upps, Sorry. [09:53] hi. using nvidia-settings, i set the preferred res, save to xorg.conf, verify that the config file has been written, reboot, and the changes do not take effect. so to clarify, any customised settings revert to defaults on restart, even though the new xorg.conf is intact. anyone know anything that might help? [09:54] In trusty, which media player can play VP9 video format? [09:54] guys, need help -> http://pastebin.ca/2969747 . its not selinux but something is stopped from ntp being installed or worked up. selinux is disabled on this box. I should not be getting this error msg [09:56] pasting again -> http://pastebin.ca/2969763 [09:56] stopped=stopping [09:56] here's the xorg.conf: http://pastebin.com/iupYhprU - does it look ok to you? all i want is to set res to 1360x768 [09:59] metaphysician, VLC 2.1.2 supports VP9 by default === Rory_ is now known as Rory [09:59] Haris first: cassandra is debian, diabel that repo and see if the error still occurs [09:59] disable* [10:00] that didn't make sense [10:00] cassandra 2.0.14 is installed. This didn't stop cassandra [10:01] Is this needed for making ntp get handled successfully ? [10:01] OerHeks: in a webm container? I get this error: http://paste.ubuntu.com/10781342/ [10:01] I .. don't know how to disable a repo [10:01] Haris: that is not from the official ubuntu repos. so please ask the cassandra guys what is wrong there [10:02] OerHeks, vp8 is listed ... don't see vp9 listed https://wiki.videolan.org/Codec/ [10:02] the problem is not with Cassandra. the problem is with ntp [10:02] cassandra is done .. installed .. working. all good [10:03] ntp is not getting installed, having problem, because of a library that it can't access [10:03] Haris: you obviously install 3rd party stuff that is breaking your ubuntu system. [10:03] and selinux is disabled on this box [10:03] *sigh*, what does third party repo stuff have to do with ntp, which comes from ubuntu not being able to access a library, which is also not related [10:04] hi. using nvidia-settings, i set the preferred res, save to xorg.conf, verify that the config file has been written, reboot, and the changes do not take effect. so to clarify, any customised settings revert to defaults on restart, even though the new xorg.conf is intact. here's the xorg.conf: http://pastebin.com/iupYhprU - does it look ok to you? all i want is to set res to 1360x768 [10:04] Haris cassandra_2.0.14 is over a year old .. [10:04] installing cassandra from datastax debian repo does not break ubuntu [10:04] can anyone help me out wih KVM issues? [10:04] OerHeks: Yes, its old. but ubuntu is LTS [10:04] and is not broken [10:04] Haris, seems to break the install, no ? [10:04] how ? [10:05] ntp can't access a library on this box. its a permissions issue as the log msg says [10:05] something related to selinux or the like [10:05] nothing from base is in conflict [10:06] Haris: apt-cache policy ntp [10:06] OerHeks: cassandra 2.0.14 is *the stable* release. [10:06] And it's recommended for use in production environments. [10:06] http://pastebin.ca/2969766 [10:06] i have a small problem. i am trying to assign a qemu vm with a static ip. So far, I was able to assign one to it, but there is no connection. I cant ping any ip. Any clue why? [10:07] I have a crash log in /var/crash. Should I post it ? its size is: 100168 [10:08] post = paste [10:08] [2594959.501712] type=1400 audit(1428568662.589:16): apparmor="DENIED" operation="file_mmap" parent=28021 profile="/usr/sbin/ntpd" name="/tmp/upgrade-rw-LGvRYH/usr/lib/libopts.so.25.10.0" pid=28036 comm="ntpd" requested_mask="m" denied_mask="m" fsuid=0 ouid=0 [10:08] this is one line at the end of ntp crash report [10:09] getenforce was not installed, so I installed selinux-utils and checked. selinux is Disabled [10:10] so cant say why ntp won't be able to access a library that is clearly present on this box [10:10] Haris: what box is it? [10:10] what special setup? [10:10] ? [10:11] how can I allow ntp file_mmap operation on this box ? [10:11] that's the Q [10:11] no the question is what did you change to your setup to get that issue? [10:12] I just installed cassandra 2.0.14 and dsc20 (datastax community version) [10:12] even if I uninstall them, I suspect this won't change a thing [10:12] it has nothing to do with ntp not being able to access a library and be able to do its work [10:13] is there a way to check consistency of package db [10:13] or something, to make sure it is in consistent state [10:13] Hey folks, Linux noob here. I was wondering if someone could help me upgrade GnuPG to version 2 in Ubunto for Enigamail? [10:14] perhaps a reinstall of ntp might give more clue ? [10:14] !info gnupg2 [10:14] gnupg2 (source: gnupg2): GNU privacy guard - a free PGP replacement (new v2.x). In component main, is extra. Version 2.0.24-1ubuntu2.2 (utopic), package size 707 kB, installed size 2340 kB [10:14] what package does libopts.so.25 come with ? [10:15] !find libopts [10:15] Found: libopts25, libopts25-dev [10:16] OerHeks: Looks like VLC 2.1.6 supports VP9 only on Windows. [10:16] 'Morning all [10:17] morning [10:17] Haris: what is the permissons on /usr/lib and that lib in particular? [10:19] http://pastebin.ca/2969774 [10:19] updating paste [10:20] http://pastebin.ca/2969775 [10:22] metaphysician, oh, i see, 2.2.0 surely does VP9 https://www.videolan.org/vlc/releases/2.2.0.html = current utopic version [10:23] hmm [10:24] where does audit log go ? [10:24] I don't have /var/log/audit or /var/log/audit/audit.log [10:25] does anyone have any tips on how I might destroy my system so that I can have some fun fixing it again, like some sort of malicious software? (I'm using a Virtual Machine and this is for practice) [10:26] DazPetty: no. [10:26] I'm thinking I might just run "rm -r *" and see what happends [10:26] another troll *sigh* [10:26] or maybe I'll just try to pull some kernal modules [10:26] Haris I'm not a troll [10:26] I'm running in a Virtual Machine [10:27] DazPetty: removing the kernel modules won't hurt you as long as you don't reboot. [10:27] DazPetty, as you obviously know how to break your system, you didn't need to ask the question. anything else? [10:27] and I need to practice some situations where the system has been broken somehow [10:27] DazPetty: Leave SSH open as a public webserver, then wait approximately 10 minutes for the Chinese/Russian visitors [10:27] that [10:27] :D [10:27] :D [10:27] lol IceBot3000, unfortunatly I'm not on a virtual internet connection [10:27] DazPetty: also, /j #ubuntu-offtopic [10:28] someone in xubuntu suggested I make snapshots so I can just go set it up and destroy it without having to re-set it up [10:28] but ok I'll go to the OT room if you want TheNumb [10:29] Haris: sorry, dont know what is going wrong on your system. maybe you can try to install --reinstall ntp [10:29] tried and failed with it =( [10:30] OerHeks: I have latest ffmpeg (which supports VP9) installed from source. Can vlc/mplayer2/mpv use it? [10:30] I'm getting these msgs in /var/log/syslog, but selinux is not enabled. what can be making these deny actions ? [10:30] Apr 9 15:21:12 trac kernel: [2601155.170984] type=1400 audit(1428574872.169:36): apparmor="DENIED" operation="file_mmap" parent=29811 profile="/usr/sbin/ntpd" name="/tmp/upgrade-rw-LGvRYH/usr/lib/libopts.so.25.10.0" pid=29826 comm="ntpd" requested_mask="m" denied_mask="m" fsuid=0 ouid=0 [10:30] metaphysician, vlc uses its own codecs AFAIK [10:31] metaphysician, try mplayer2 then, why ask me? [10:31] You have it set up, just a mouseclick away [10:34] let me see if uninstalling selinux/libs will help [10:34] Haris: why did you install selinux? [10:35] I didn't install it. I installed selinux-utils only, to check if selinux was enabled/disabled [10:35] Haris: by default there's no selinux in Ubuntu. Only AppArmor. [10:35] Haris: also, /tmp/upgrade-rw-LGvRYH/usr/lib/libopts.so.25.10.0 looks suspicious [10:35] hmm [10:36] I can *speculate* that this box was upgraded in the past === soee_ is now known as soee [10:39] hmm [10:40] Haris: is there a /etc/apparmor.d/usr.sbin.ntpd file? [10:40] I have /usr/lib and I have /tmp/upgrade-rw-LGvRYH/usr/lib [10:40] checking [10:40] yep, I have it [10:41] what can I do with it ? [10:41] Haris: try running apparmor_parser -r /etc/apparmor.d/usr.sbin.ntpd [10:41] and restart ntpd [10:42] it has no statements for libopt... though [10:42] same error [10:42] hmm [10:42] is there a way to change path for libopt for/in ntpd ? [10:42] no output for apparmor_parser -r /etc/apparmor.d/usr.sbin.ntpd [10:42] command finished instantly [10:42] The thing is, it shouldn't look in /tmp [10:43] <[kweijia]> hello [10:43] Haris: it's ubuntu 14.04 right? [10:44] 12.x [10:44] hmm [10:44] <[kweijia]> ;) [10:44] PRETTY_NAME="Ubuntu precise (12.04.4 LTS)" [10:44] Haris: can you run md5sum `which ntpd`? [10:44] VERSION="12.04.4 LTS, Precise Pangolin" [10:44] Haris: also which version of ntpd? [10:44] dpkg -l ntp [10:45] http://pastebin.ca/2969783 , http://pastebin.ca/2969782 [10:46] iF ntp 1:4.2.6.p3+dfsg-1ubuntu3.3 Network Time Protocol daemon and utility programs [10:46] hi. using nvidia-settings, i set the preferred res, save to xorg.conf, verify that the config file has been written, reboot, and the res is set to max available instead of my choice. xorg.conf: http://pastebin.com/QmzxRBT9 Xorg.0.log: http://pastebin.com/dWD6YTcJ - can anyone help? [10:46] just tried to remove it some minutes back [10:47] Haris: can you paste the output of md5sum $(which ntpd) [10:47] ah yes [10:47] e3e0c3394a1b5b2fc6d6436c27995de2 /usr/sbin/ntpd [10:47] hmm, correct [10:51] Haris: can you also paste the output of apparmor_status? [10:52] http://pastebin.ca/2969785 [10:54] perhaps I can cahnge path from /usr/lib to /tmp/upgrade-something/usr/lib and see what happens ? [10:54] in the apparmor profile file [10:54] but dont know how to [10:55] Haris: have you tried upgrading the system? [10:55] not eyt [10:55] not yet [10:55] do-dist-upgrade ? [10:55] the /tmp/upgrade-* folder is created when upgrading the distribution [10:55] I can try now [10:55] Don't. [10:55] perhaps it'll help [10:56] hmm [10:56] after upgrade, the /tmp/upgrade-* should be sorted on its own ? [10:56] Haris: did you run do-release-upgrade? [10:56] not yet [10:56] Somebody did. [10:56] I'm going to though [10:57] running it now [10:57] brb [10:58] should I press yes on continue ? [10:59] I hate forgetting screen at times [11:03] after upgrade the /tmp/upgrade-* paths should be gone or not referenced anymore ? [11:03] hopefully [11:04] till this point, I believe, a clean upgrade is possible [11:04] Hey guys, I'm having a little problem with my 'network interfaces' in ubuntu 14.10? anyone with previous experience in this? [11:05] chotaz`w let's hear it [11:05] !ask [11:05] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [11:06] whenever I turn the laptop on, crypt setup tries connecting to "networks interfaces" and just hangs there for a bit, after logging in the tray button says it isnt conencted to the network manager, but I clearly have internet access I just cant manage my interfaces/conenctions [11:06] I have no clue what's causing this or how to further debug this, but Im mostly sure it isn't intended behaviour(?) === matias is now known as Guest22525 [11:07] Haris: after a successful upgrade the temporary files should be removed, yes. [11:07] chotaz`w: you probably have a network configuration in /etc/network/interfaces. Any interfaces configured there are not configurable via Network Manager [11:08] do-release-upgrade working in screen session. downloading files.. [11:08] upgrading to 14.x LTS [11:08] trusty [11:08] dasjoe, well, these are preconfigured dell laptops from our workplace, and none of my colleagues seem to be having the same issue, how can I figured out "what's changed" for me? [11:08] chotaz`w my idea too: conflicting fix IP address with network manager [11:08] chotaz`w omat the preconfiguration [11:09] omit* [11:09] chotaz`w: check /etc/network/interfaces, that file should not contain interface definitions [11:09] http://paste.ubuntu.com/10781810/ [11:10] I've copied this file from a colleague which setup runs smoothly and restarted my machine, no bueno. [11:10] or rather it's contents* [11:16] actually, this was my previous configuration: http://pastebin.com/hrpHjjjJ but even after commenting the "new configurations" which I dont really know if could cause the issue or not, and leaving just the default lines, it's still happening [11:16] cpao italiani [11:16] everyboot I hang for a bit at "waiting for network configurations" === giuseppe_ is now known as Guest99136 [11:16] !it | Guest99136 [11:16] italianiiii [11:16] Guest99136: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [11:18] I have 2 screen sessions. both are attached. and I can't attach to them. What can I do to get them back ? lol [11:19] Haris: screen -r -D [11:19] Haris screen -list, then: screen -dr [session name] [11:20] ok, I got one back. Now I can't detach it. lol [11:20] Ctrl+A D doesn't work [11:20] in the screen session running do-release-upgrade [11:20] i wonder how one can struggle with 'screen' [11:20] I agree [11:20] 787 packages downloaded and counting [11:21] Hello, I'm having an issue installing a game from CD. UT2K4 has a "linux-installer.sh" file on the disk, I can't set it to allow execution, and sudo ./linux-installer.sh gives a command not found error. [11:21] nope, detaching screen session doesn't work when do-release-upgrade is running [11:21] the use sudo sh pathtofile [11:22] thexenith,^ [11:22] thexenith: try "sh ./yourscript.sh" [11:22] can anyone can help me with direct x 9.0 ? [11:22] Just ran it and it appears to be running. Epic games has a sense of humor, haha [11:23] kris_pol: unlikely as this is an Ubuntu support channel [11:23] ask in #windows [11:23] kris_pol: there are channels for windows stuff. go there [11:25] kris_pol, if it is a wine issue, join #winehq [11:25] how they can help me on windows channel if I installed this on ubuntu using wine? [11:25] !wine [11:25] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [11:25] ah ok [11:26] more than 900 packages [11:27] okay, how can I force a CD to mount? [11:27] after installation system showed me couple of errors, most propably easy to solve for advanced linux users [11:27] do-release-upgrade will conserve previous config files for all pacakges ? === Guest7376 is now known as o|ozzie [11:28] Haris: should === o|ozzie is now known as wmp [11:28] Haris: but always make backups [11:28] thexenith, same for you, join #winehq for applicationhelp with ut2k4 [11:28] Haris: I think you get offered the option to keep/edit/replace [11:29] this is a development box [11:29] no backups at present [11:29] no backup = no worry [11:29] dumb Q: does one have to rebuild the kernel to extend number of FDs from 1024 to something like 400000 or more [11:30] have=has [11:30] no [11:30] Haris: you may want to look at /etc/security/limits.conf [11:30] limits.conf is your friend [11:30] in the past I'v had boxes running apache with more than 1000 domains, and it would complain about open files [11:35] did get a msg about install being broken at one point, but its still moving on [11:35] its screen, so copying putty session didn't help [11:35] no [11:35] xd [11:35] should have started screen with -h 10000 [11:36] it was just with one package, that I got that msg. upgrade is proceeding [11:36] does do-release-upgrade make a log ? [11:36] Its common sense [11:37] where would be the right Q [11:37] probably in /var/log [11:37] ;] [11:37] Like all the other logs [11:37] Haris out of curiosity, what is your linux background? [11:37] 14 years of work experience [11:37] by hand [11:37] and some little reading [11:38] I just ask too many dumb Qs [11:39] because of little reading [11:39] there are no dumb questions Haris :) [11:40] The question itself is not dumb. [11:40] The person asking it might be. [11:40] ntp is the only thing that failed, in the Setting up... \nInstalling new version... stage [11:41] all the rest seems to have gone well [11:43] Hi. I'm using Chrome on Ubuntu Gnome, I minimized Chrome window and got white strip on desktop. Then I restored Chrome window and now it freezed. When I'm clicking right mouse button it's not responding, I can't neither close nor create new tab in Chrome. [11:43] Eightynine: killing the gnome process might help. [11:43] for keeping /etc/sudoers in upgrade, what's the difference between N and O ? [11:43] Eightynine, open the tasksmanager of your distro and kill the process [11:43] Haris: did you modify the file? [11:43] It's Gnome's issue? [11:44] its been modified [11:44] Eightynine: could be gnome, gpu drivers, and chrome at the same time. [11:44] it might be hanging for a large ammount of reasons.. if it happens again it might be an issue.. otherwise.. your ok.. :) [11:44] I'v kept the local version. can install the package maintainer's version anytime [11:44] Haris: then you don't want to replace it. [11:44] =) [11:44] I have a Wacom tablet, and my computer Kernel Panics when I plug it in, complete with the caps light blinking [11:45] does ubuntu prefer -run over -sysvinit ? [11:45] Haris: what? [11:45] A few minutes ago Chrome said that tab with forum page is not responding and asked to close it. I declined it. [11:46] run scripts, /service in comparison to sysvinit ( /etc/init.d/... files) [11:46] thexenith i had kernel panic after manually upgrading kernel 3.13 to 1.16 on ubuntu 14.04... tell us what you did prior to the kernel panic [11:46] Eightynine: need to kill all the processes. [11:46] Haris: the upstart services are preferred. [11:46] Though sysvinit should work too. [11:46] Eightynine.. kill the chrome processes and launch gnome again.. then see if the problem returns.. [11:46] to 3.16* [11:46] what's upstart [11:46] !upstart [11:46] Upstart is meant to replace the old Sys V Init system with an event-driven init model. For more information please see: http://upstart.ubuntu.com/ [11:47] ah ok [11:47] Sometimes Chrome freezes when working with social networking pages or begins to lag. [11:47] Haris: systemd is taking over [11:47] Yes. [11:47] But only for ubuntu 15.04+ [11:47] yep [11:47] systemd is total crap. Why not use Upstart? [11:47] the upgrade, at the end says .. grub failed to install to /dev/sda. Can I make it work or do I have to let it go, at this point ? [11:48] Eightynine: systemd works here. No complaints so far. [11:48] not having read into systemd, I'm ok right now [11:48] the decision has been made. systemd is the future. deal with it. [11:48] Sometimes it has problems with starting/killing services. [11:48] Not here. [11:48] Works flawlessly. [11:48] writing grub to boot device failed, continue ? [11:48] yes/no ? [11:49] (Haven't tested ubuntu) [11:49] Haris: you can continue and install it manually if you know how to do that. [11:49] I'm using LTS version, why it comes with kernel 3.16 which is deprecated and not LTS kernel like 3.14 or 3.18? [11:49] actually, I don't :P [11:49] is there an article/doc on it ? [11:49] !kernel [11:49] 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) [11:50] hmm [11:50] not what I expected to see [11:50] Hey guys [11:50] I installed the ubuntu-restricted-extra thing and it installed fonts on my system that are smaller and hurt my eye, how can I revert this? [11:50] I'm in pain :( [11:50] What about my question abount kernels? [11:50] Eightynine: 3.16 is still supported and patched in ubuntu. [11:51] The fixes are being backported from newer kernels. [11:51] amazed at how many threads for discussing after => "do-release-upgrade manually install grub" [11:52] on google [11:52] threads = search resutls [11:52] Eightynine, what? kernel 3.16 deprecated ? [11:52] PCatinean: did it change your font? where? [11:52] I like Gnome's Activities menu but I hate that after updating all software to 3.10 or 3.12 maximize and mimimize buttons disappeared in stock Gnome software(I mean Gedit etc). What can I use? KDE is crap, others are ancient. [11:52] Eightynine, what makes you think that? [11:53] Check kernel.org site. [11:53] TheNumb, no I did not "install" anything except the sudo apt-get install ubuntu-resricted-extras and then I saw it install new fonts [11:53] Eightynine: it doesn't work that way in ubuntu. [11:53] and now I got small and painfull fonts everywhere [11:53] Web browser etc... [11:53] Eightynine, well, go for kernel 4.0 then ... [11:53] PCatinean: try removing ttf-mscorefonts-installer [11:53] Anyone has any input on why ubuntu tells me "Network Manager is not running" ? [11:54] TheNumb, are you SURE?! [11:54] chotaz`w: is it running? [11:54] Logically in LTS distro must be LTS kernel. Am I right? [11:54] Eightynine: no. [11:54] http://hastebin.com/afuvofuyak.vhdl [11:54] TheNumb, shouldn't it be? Since I'm here? [11:54] chotaz`w: not necessarily. [11:54] dhcpcd/dhclient might be running [11:55] I killed Chrome and that strip disappeared but now my desktop began to lag. [11:55] TheNumb, so? [11:55] PCatinean: doooeeeeet [11:55] TheNumb, also when I go to Startup Applications, both "Network Manager" and "Network Manager(MATE)" are there. [11:55] concerned about the linux header images thing [11:55] chotaz`w: which version of ubuntu mate are you running? [11:55] ok, now what? [11:55] 14.10 [11:56] chotaz`w: guys over at #ubuntu-mate might be more helpful in that case. [11:56] After updating to 3.12 package manager asked me to remove packages that not needed anymore(3.10 packages). I did it and Software update manager disappeared. How to fix this? [11:56] PCatinean: relog [11:57] Eightynine: did you install gnome from the testing ppa? [11:57] PCatinean, restricted extra's installs some ms ttf fonts, i don't think it changes your whole system. [11:57] I have Gnome stable and staging repos. [11:57] OerHeks: web browser will prefer the actual microsoft fonts for some reason. [11:57] Eightynine: don't do that. [11:57] Eightynine: packages in those ppas are broken. [11:57] Remove them and downgrade? [11:58] PCatinean: how did it go? [11:58] I...THINK it's back to normal, should have made a damn screenshot! [11:58] ^^ [11:58] Also my fonts are not so good as I expected from Ubuntu. [11:58] Eightynine: what did you expect? [11:59] what's the bash command to change the keyboard layout, again? [11:59] hi please can someone help me with driver for touchpad on Acer P256-M? [11:59] I think it's okay, what was that crap TheNumb ? :O [11:59] Seems like aliasing is not working good. [11:59] PCatinean: most likely. [11:59] I can see pixels. [11:59] Eightynine: to make sure run gnome-tweak-tool [12:00] and check the fonts tab [12:00] thanks TheNumb , i've directed my problem there :) [12:00] chotaz`w: yw :_ [12:00] :) [12:00] Gnome took 759 MB RAM and CPU loading is up to 15%. Is this Gnome's problem? [12:01] yup [12:01] Similar results here. [12:01] Though it's gotten better in gnome 3.16 [12:01] It's snappier etc etc [12:02] Gnome really jumped the shark [12:02] hello all on channel, I found this : http://pastebin.com/TLmNfseW so should I presume that I can be hacked any moment? [12:02] I don't remember what distro I used but after updating from 3.10 to 3.12 it began to work much better. [12:02] this box is in a local DC which is 15 mins drive away [12:02] grub install failed [12:03] hello, I am on ubuntu 12.10 desktop, and I need the latest postgresql. how can i do that without a dist upgrade [12:03] after rebooting it, can I manually get it work ? [12:03] I mean does ubuntu have a repair mode I can boot it into [12:03] via a usb [12:03] to re-config grub [12:03] cambazz, upgrade, thats not supported here [12:03] i have installed ubuntu on my laptop but touchpad is detected only as left button => no right button or multi finger support i have tryed reinstaling synaptic drivers and everyting but its not working :( please can someone help me? === soee_ is now known as soee [12:04] !eolupgrade | cambazz [12:04] cambazz: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [12:04] you could load a live envirement and edit grub using utilities that way Haris [12:04] uhw29: if you run this script with root privileges then probably. I've only skimmed through. [12:04] uhw29: looks like the url no longer works though [12:05] I just hope, I can make this box to boot. I think this is a vmware VM. its hdd is not something I could access physically if it wasn't booting [12:05] hey hey [12:05] TheNumb, but it is about hacking the root privilege itself, isn't it? [12:05] no [12:05] everything ok thus far, accept for ntp and grub failure [12:05] aka install a distro-live on a pendrive, boot from it select "try" or something similar ( distro Dependant ) and use some preffered grub tool ( or manually if you feel up to it) ( you can always load a vhd as a second drive in vmware.. ) [12:06] uhw29: if your kernel is up to date you've got nothing to worry about. [12:07] I have a question, I have a folder with around 40000 files and I would want to know how many of those files contain a special string, how do I do that? [12:07] So, if Gnome "jumped the shark" as you said, what can I do? [12:07] TheNumb, I run updates as they come. if that does it, fine. [12:07] accept = except [12:07] uhw29: also, looks like the script is not complete. [12:07] Hi, I accidentally deleted /usr/share/locale. what is the best way to put files back in? [12:07] JackMayol: use grep, ack or ag [12:07] Eightynine, thats not a support question [12:08] mcphail ya I was thinking to do it with grep but how exactly? [12:08] Eightynine: either wait for 15.10 to come or check out other distributions. [12:08] TheNumb, thank you for informing me on this. [12:08] Why Ubuntu developers wrote tools on Python? Those tools working slow and consume too much resources. [12:08] I mean I can do a grep - string *.profile but that will list all the results instead of a number of how many files have this string [12:09] JackMayol: grep -c is count [12:09] What works better? open-source driver or fglrx? [12:09] SchrodingersScat ah ok [12:09] Eightynine: /j #ubuntu-offtopic [12:09] Eightynine: this is a support channel [12:09] OK!. Upgraded to VERSION="14.04.2 LTS, Trusty Tahr" [12:09] And what about tools? [12:09] Eightynine: not general questions channel. [12:10] Eightynine: that applies to both of your questions. [12:10] but with errors. do-release-upgrade doesn't run anymore [12:10] SchrodingersScat: I think that will count a file multiple times if there are multiple matches [12:10] now to reboot :P [12:10] Haris: try running apt-get install -f first [12:10] see if there's any output [12:11] i tend to do updates with `apt-get update; apt-get upgrade`. when i last done this, mailman brought up a little window in my CLI to pick a language. however it just wouldn't progress past the first window so i hit ctrl-c. however `apt-get upgrade` now hangs after "Looking for enabled languages (this may take some time) ... done." [12:11] any ideas how i can fix this? [12:12] danbower^work: are you sure it was mailman? [12:12] pretty sure (this is a dev box) [12:12] JackMayol: better to use grep -r to recursively search files under a directory than include "*" globs which break if the filenames contain spaces [12:12] mcphail JackMayol : it lists the file name that matches and the number of matches, so you could pipe it into | wc -l and get the number of files. [12:12] danbower^work: in that case you could try running dpkg-reconfigure mailman [12:12] SchrodingersScat: you should use grep -l | wc -l [12:12] danbower^work: sidenote - personally, i'd suggest "apt-get update && apt-get dist-upgrade" as your general upgrade steps (to update everything, including kernel) but YMMV [12:13] http://pastebin.ca/2969809 [12:13] ok thanks TheNumb. [12:13] SchrodingersScat: that way you only count wach file once [12:13] i'll keep that in mind zykotick9, thank you [12:13] *each [12:14] mcphail: same result as -c [12:14] mcphail SchrodingersScat : at the end I just need a number output, not all the files listed [12:14] like 1000 (which would be the number of the *.profile files including the string I am looking for) [12:14] JackMayol: so grep -l or grep -c pattern list | wc -l [12:15] TheNumb, that command returns "/usr/sbin/dpkg-reconfigure: mailman is broken or not fully installed." :/ [12:15] where is grub.conf or grub.cfg on 14.x LTS ? [12:15] Haris: try /boot/grub/ [12:16] * Haris smacks forehead .. ofcourse [12:16] Haris: note, you _might_ actually be looking for /etc/default/grub however! [12:16] that too [12:17] SchrodingersScat I get grep: list: No such file or directory [12:17] 0 [12:17] danbower^work: dpkg configure -a [12:17] when doing grep -c pattern list | wc -l [12:17] sorry I am not the most advanced linux user :) [12:17] danbower^work: err --configure [12:18] Hey, is this backbox's real channel? [12:18] for upgrading from trusty to utopic "apt-get dist-upgrade" or "aptitude full-upgrade"? [12:18] olle: what? [12:18] swizgard_: neither! [12:18] swizgard_: desktop? server? [12:18] TheNumb: desktop [12:18] update-manager [12:18] i see [12:18] need to pass -d for upgrade to utopic [12:18] no waut [12:18] swizgard_: fyi, dist-upgrade and full-upgrade are actually the same. and neither will take you to a new release. [12:19] don't add -d [12:19] ugh [12:19] TheNumb, thats not correct [12:19] derped [12:19] nothing of consequence in /etc/default/grub [12:19] bazhang: yeah, I realized that. [12:19] Too much time off ubuntu space :( [12:19] zykotick9: if i change the sources.list's first, they will [12:19] but i will try update-manager [12:20] swizgard_: oh, well, that _is_ different. but NOT the recommended ubuntu-way... [12:20] swizgard_: an upgrade is more complicated that just changing the sources.list [12:20] *than [12:20] but only "update-mime" is installed [12:20] !upgrade [12:20] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [12:20] thanks TheNumb. it's actually hanging after "Looking for enabled languages (this may take some time) ... done." with that command too. i have left it for an hour or so, it doesn't progress :/ [12:20] what's grub-pc ? [12:21] danbower^work: have you tried regenerating the locales? [12:21] State: partially configured [12:21] TheNumb, no i haven't. not too sure how to do that [12:22] a box can boot without grub-pc or with it having been in partially configured state, right ? [12:22] after a do-release-upgrade [12:22] (ah, kubuntu does use muon update manager...) [12:22] danbower^work: did you remove /usr/share/locale ? [12:22] or /usr/share/locales [12:22] ah well ... rebooting [12:22] do I need to reboot ? [12:23] Haris: you do. [12:23] You should reboot after an upgrade. [12:23] TheNumb, nope. i only killed the install once i got stuck in that mailman window [12:24] s/install/upgrade [12:24] http://pastebin.ca/2969815 [12:24] Haris: re: reboot and grub. i would check /boot/grub/grub.cfg and the kernels/ramdisks which are linked there [12:25] swizgard_: he said it's a vmware vm. [12:26] danbower^work: does it actually finish looking? [12:26] the kernel, initrd files exist === thomas_ is now known as Guest52208 [12:27] I'm jut worrying if grub will work [12:27] TheNumb, nah i've left it for ages mate [12:27] hmm [12:27] a previous version of kernel, initrd also exist. I shoudl not worry [12:27] should+ [12:28] TheNumb: sorry, didn't read [12:29] i'm actually using virtualmin on this dev box. perhaps it'd be better if i ask in the relevant channel for that [12:29] danbower^work: try running apt-get install -f [12:29] dont forget to sudo! :) [12:30] nah [12:30] real men work on root accounts ;p [12:30] true lol [12:30] TheNumb: stupid statement [12:30] TheNumb, unfortunately that still results in the "Looking for enabled languages (this may take some time) ... done." then hanging [12:30] amusing though [12:30] stupid and sexist [12:30] TheNumb. how would i make my account root by default? [12:30] sudo su [12:31] no, don't ever run that [12:31] daftykins: just joking ;p [12:31] it's sudo -i or -s [12:31] daftykins i do not think it is sexist [12:31] danbower^work: I'm out of ideas, sorry :( [12:31] no worries, really appreciate the help anyway :) thanks [12:31] davevanloo: why do you want to do that? [12:31] davevanloo: good for you :) [12:32] even after do-release-upgade, when I login as root on console, it says 492 packages can be updated [12:32] o_O [12:32] i would preffer not to have to sudo.., mainly as a usefull thing.. being in root by default.. is usefull.. understanding the security risks it might bring daftykins [12:32] davevanloo: you 100% missed the point [12:33] daftykins: ooh.. then please explain :) [12:33] nah we're beyond that now. back to support thanks [12:33] how do i change the keyboard layout in the latest version of ubuntu? [12:33] i don't have the icon in the systray [12:34] and system settings only has "language support" and nothing there about changing keyboard layout [12:34] well my support question was"how can i set my user account to be root by default, aka no more sudo-ing needed" [12:34] There are dumbfucks and trolls on that channel. What about my problem with Gnome? [12:34] the only thing i see is "keyboard input method system" [12:34] !language Eightynine pretty sure we've warned you about using language in here before :) [12:34] daftykins: I am only a bot, please don't think I'm intelligent :) [12:34] in all seriousness davevanloo, lurking as root isn't wise [12:34] bah typo [12:34] !language | Eightynine pretty sure we've warned you about using language in here before :) [12:34] Eightynine pretty sure we've warned you about using language in here before :): The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [12:34] davevanloo: We don't support that. [12:34] Eightynine: we gave you an answere on what to do.., kill all chrome process and watch to see if you can reproduce.. and how it comes to that [12:35] davevanloo: yeah you need to just get used to using 'sudo -i' or similar. [12:35] may I know , what's the different between clone and backup on ubuntu ? example tar -cvpzf backup.tar.gz vs dd if=/ of=/ ? [12:35] nbusrone: one is archiving, one is disk imaging [12:35] danbower^work and geirha " ok then, thank you.., i am used to using sudo.., and i understand the security risks. so also why it would be stupid to do so.. :)" [12:35] vastly different actions [12:36] I killed it and launched again. I have no Software update manager.It's not handy to update using terminal [12:36] davevanloo, well if you mistype an rm -rf command you'll feel the pain [12:36] or if you run steam ... [12:36] danbower^work "ooh hell yes! :P" [12:36] wait.. run steam? [12:36] why would i be in pain for running steam.. as sudo? [12:37] Eightynine: you can install an software update manager to your liking.. and yes.. using a terminal just that one time.. o.O [12:37] because they had a bug a bit ago which wipes your system [12:37] daftykins: steam for linux had a bug ... a shell script relied on "$0", and used an rm -rf later on ... which ended up as rm -rf / [12:37] daftykins : but would it be the same ? sorry new to ubuntu . [12:37] geirha: tab complete fail. [12:37] in some circumstances [12:37] dang.. :P [12:37] since $0 is unreliable [12:38] oh wow [12:38] :D [12:38] nbusrone: same as what? both are bad ways of backup [12:38] How to install it? [12:39] Eightynine install what? [12:39] Update manager. [12:39] "a" software update manager correct? [12:40] Eightynine it should be there by default, unless you deleted it [12:40] Of course. English is not my native but even I know that there was a mistake. [12:40] i think sudo apt-get install update-manager and yes.. it should only be needed if you deleted it before yourself.. as nearly all distro's come with one.. [12:40] Package manager deleted one of them during update. [12:41] then try sudo apt-get install update-manager it should tell you if its already there.. or install it.. [12:41] Eightynine that doesnt make sense [12:42] Maybe there's upgrade manager too? It says I already have update-manager. [12:43] then it did not get installed.. and it should still be avaible.. if you cannot find it in your shell.. simply run update-manager in a terminal [12:43] un-installed* [12:43] how to check if a service will auto start on next boot or not ? [12:44] there's no chkconfig I believe [12:44] services.msc! [12:44] * davevanloo hides in a corner [12:45] sorry hehe, it just popped in my mind :), in a serious note.. http://www.linuxtopia.org/HowToGuides/services.html might help you.. :) [12:45] I think there were two managers: an update manager which updates libs and docs, etc and upgrade manager which updates system and software, I lost second one. [12:47] Haris this makes all startup services visible, you can then easily enable/disable them sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop [12:47] So what? [12:48] Eightynine: well repeat the same process as you did with update manager, i do not know for certain if they are different though.. did you even try what i suggested? [12:49] Yes, it didn't help. I'm using russian version and don't know how that manager called in english. [12:50] I'll try to translate, one was Update applications and the second was Update software or Software update. [12:50] perhaps the channel #ubuntu-ru could give you more specific information then? i am uncertain though if program/package names change with language though [12:51] running software from the terminal is done using package names, and not using "translated" names like you might find in the general config pannel of your shell [12:52] so triggering apt-get install upgrade-manager ( if it exists and is not part of update-manager ) should have been sufficient.. [12:52] Can you please check if you have those programms installed? [12:52] will do [12:53] negative, upgrade-manager does not exist on my install [12:53] update-manager does.. [12:53] Usually I couldn't get answers on russian channels. [12:54] in a terminal type update-manager it should bring up the update manager and allow you to update ( you could say that is "upgrade" ) [12:55] It launches Update applications [12:55] Eightynine: yes.. so you have all the software needed to "upgrade" [12:56] if any one else would like to jump in and help Eightynine out further.. i need to go afk for a little while [12:56] Good luck [13:01] Entered russian channel and asked. [13:02] daftykins : which method is the best for backup ? [13:02] Am I missing something painfully obvious when creating a symbolic link to a directory? ln -s /source/directory/foo /target/directory/ [13:02] cd target/directory/foo "no such file or directory" [13:02] file target/directory/foo - broken symbolic link to source/directory/foo [13:02] file source/directory/foo: directory [13:03] daftykins : actually , my intention wasn't just backup.I wanted to move my Ubuntu 14.04 installed on sda4 extended partition to my sda2 primary partition. [13:03] hello, i need your help guys [13:03] foo I would not want to be you in this channel [13:03] nbusrone: no that sounds like a very messy attempt [13:04] Nobody is responding there. [13:04] Rory: i'd suggest "cd /target/directory && ln -s /source/directory/foo" [13:04] morning [13:04] Eightynine: not our concern. [13:05] OK zykotick9 I will try that [13:05] daftykins : :( , guess only clean install my final option [13:05] i have lubuntu on my netbook, i just loaded and the screen shows a very small desktop [13:05] Rory: that trailing / on /target/directory/ may be causing issue... i think it expect an entire name so /target/directory/foo [13:05] is not the resolution, but the watchable area [13:05] Thanks zykotick9 that worked - I think it's to do with relative path names [13:06] how i can reset the screen area? [13:07] how i can reset the screen area? thank you [13:07] nbusrone: not until you explain the full situation right from the beginning :) and to the channel, as i'm going to enjoy the sunshine [13:08] how i can reset the screen area? thank you [13:09] ubuntu754: What do you mean by "reset the screen area" ? [13:09] ubuntu754 idd, not sure what you mean... try arandr [13:09] @rory i mean that the resolution is ok but the watchable area is like 800x600 [13:10] ubuntu754: MonkeyDust's suggestion of arandr is a good one, then. use the command "sudo apt-get -y install arandr" to install it, and then run it with "arandr" - you will see a graphical interfact to drag and arrange monitors [13:10] ubuntu754 is that a laptop or a desktop? if it's a desktop, try the buttons on your monitor [13:13] the VM is booting. I was wrong to worry about anything [13:13] I need to chown a directory - I'm just wondering if this is the right command given the user vco : sudo chown -R vco:vco/home/vco/Android [13:14] Why aptitude is not available in Ubuntu, [13:14] Eightynine: apt-get is the standard cli tool [13:14] Has there been a grub-related update in the past 48 hours? [13:14] Haris vmware ot vbox? [13:15] Haris vmware or vbox? [13:15] vmware [13:15] baxx: do a space between vco and /home [13:15] k1l: cool cheers :) [13:17] Haris in case you use virtual machines alot, take a look at Vagrant https://docs.vagrantup.com/ [13:17] Hi there, anyone has experience with sendmail? [13:18] hello all, does anyone know if python 2.7.9 will every be made available to ubuntu 14.04? [13:18] does touch /forcefsck work on ubuntu ? [13:18] k1l: how can I test that has worked for a file within the given directory? [13:19] for forcing fsck on next reboot [13:19] baxx: see ls -al /path/to/file [13:19] guys ? [13:19] Haris: "it just works" [13:20] Haris: what do you want to know exactly? [13:20] how to force fsck on next reboot === errietta is now known as erry [13:20] Rory [13:20] you already named the technic [13:20] =) [13:21] k1l: all the names are listed as the user 'vco' but things still aren't working for vco as they do for sudo, I'll post a link to info 2 secs [13:21] touch /forcefsck works for ext3/4 partitions [13:22] ubuntu754: hello, yes? [13:22] You can set a more friendly nickname with the "/nick" command - for example to change my name to Rory I typed "/nick Rory" (without the quotes) [13:23] how to check if a service will auto start on next reboot or not ? [13:24] on 12.x LTS [13:24] Haris this makes all startup services visible, you can then easily enable/disable them sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop [13:25] postfix is not in it === zz_CyberJacob is now known as CyberJacob [13:25] k1l: Heres a pasteit with the Info, wasn't sure of the best way to show this info : http://paste.ubuntu.com/10782669/ [13:27] Haris: not sure how you could check if it will start next time or not, you could just update-rc.d enable it to be sure [13:27] hola [13:27] !upstart | Haris or check here [13:27] Haris or check here: Upstart is meant to replace the old Sys V Init system with an event-driven init model. For more information please see: http://upstart.ubuntu.com/ [13:27] reading =) [13:27] cool :) [13:28] [13:28] when I run update-rc.d postfix enable, it gives me the help menu [13:29] on usage [13:29] ubuntu754: hello, yes? [13:29] damn, its going to download 930+ packages all over again [13:30] minus the damn part [13:30] Haris: update-rc.d postfix enable [13:30] ah nevermind [13:31] Haris: odd, it works here [13:31] baxx: you are using a proxy? [13:31] I'm running it on another .. more older box [13:32] what is NN, SS KK part in the update-rc.d command [13:32] baxx: please do a "ls -al" in the vco users home and see what folder and files are owned by root:root [13:32] /disconnect [13:32] what's a two digit sequence number [13:33] I mean I have to say 03 or 05 for 3 and 5 runlevel respectively ? [13:33] Haris what was your initial, wheat brought you here? [13:33] Haris what was your initial question, what brought you here? [13:34] enable parameter was not present in the old version of the OS [13:34] MonkeyDust ntp failing because of a shared library not able to do file_mmap operation [13:34] at a time when selinux was disabled === darkdevil is now known as DarkDevil [13:34] and still is btw [13:35] Haris nothing seems to work on your system, i wonder how that's possible [13:35] well, its working for the most part [13:35] only ntp is not working [13:35] :D [13:35] the /tmp/upgrade-* references are now gone [13:35] re-running do-release-upgrade [13:36] I'm talking about two separate boxes here [13:36] on one, I'm running do-release-upgrade. its the box where ntp is not starting [13:36] on another box, I'm just trying to make sure postfix starts on next bootup (which I'v completed btw) [13:37] k1l: http://paste.ubuntu.com/10782739/ [13:38] working on one box to make it available for cassandra [13:40] I just talk too much [13:40] k1l: I'm not using a proxy, I'm currently having to sudo ./android in order to start the sdk manager though [13:40] Is is possible to compare the currently installed packages vs the ones that come installed by default? [13:40] Haris: Ubuntu doesn't even come with SELinux. [13:40] chotaz`w: dpkg might let you do that.... maybe if you ran it on a fresh VM you could get the original packages? [13:41] baxx: stop using sudo for that stuff [13:41] well, this is 12.x LTS === hugopereira is now known as Mp3IsIntheHouse [13:41] precise has it in its repo [13:41] k1l: it doesn't work without it though :/ [13:41] baxx: your are just ruining your permissions like that. [13:41] Haris: Ubuntu has never ever shipped with support for SELinux. [13:41] baxx: sudo chown vco:vco /home/vco/.android [13:41] baxx, I'm just desperate trying to figure out why "Network manager is not running..." and the service failts to initialize on startup and whenever I manually run it, I just lose connection [13:42] I'm not sure if selinux is causing the denial in audit log. but something is [13:42] baxx: sudo chown -R vco:vco /home/vco/.android [13:42] as I said, selinux is disabled before I touched this box [13:42] s/is/was/g [13:42] chotaz`w: I'm no expert and can't help you with anything tricky, but what I posted might enable you to view the originally installed packages if noone else posts anything, I think I have a script somewhere for it [13:43] I installed selinux-utils to have the getenforce utility to confirm if it was enabled/disabled [13:43] only libselinux was installed before that, I believe [13:43] chotaz`w: see this http://paste.ubuntu.com/10782778/ [13:43] chotaz`w: obviously read it and understand it first, I've not fully got it myself but I think that will back the packages up [13:44] I ran do-release-ugprade before, but it was aborted at the last stages while I was selecting options for grub. I'm running it again [13:44] k1l: thanks for that, I ran it on the others, I'll run it on that now [13:44] do-release-upgrade goes well, except for ntp error. it remains the same [13:45] chotaz`w: wich package are you trying to compare [13:45] lotuspsychje, I'll repeat my previous line [13:45] lotuspsychje, I'm just desperate trying to figure out why "Network manager is not running..." and the service failts to initialize on startup and whenever I manually run it, I just lose connection [13:46] k1l: are things that I have installed using the previous method going to cause me issues? Should I delete everything and start again? thanks :) [13:46] chotaz`w: ubuntu version? [13:46] baxx: ? [13:46] baxx: if you install 3rd party stuff its your responibility to look after it [13:47] k1l: I've installed some of the packages running the SDK manager as sudo, I was just wondering if that was something that should be re-done with the chown settings [13:47] lotuspsychje, UbuntuMATE 14.10, I've tried #ubuntu-mate but we're clueless there, for now. [13:47] that should be sorted with the chown command now [13:48] chotaz`w: did you try 14.04.2 if you have same issue? [13:48] k1l: ok cool, I would have been happy to just wipe everything and start again if I'd buggered it as I haven't done that much. thanks though [13:50] lotuspsychje, thing is there are work-deployd ubuntu-mate bundled laptops, everybody on the company runs the same, and this is just happening on a specific computer, which has a manually configured interface to connect to a VM, could that cause said issues? here's /etc/network/interfaces http://pastebin.com/sZ0vJqAD [13:50] these are* [13:50] rebooting after successful do-release-upgrade [13:51] chotaz`w: not sure mate, i dont play with VM's much [13:51] Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-49-generic x86_64) [13:51] allright.. im back Eightynine, did you get your problem resolved or question(s) answered? [13:52] Haris: plz use this channel only for support questions [13:52] ok [13:52] lotuspsychje, the VM is just what I'm connecting to, I think it shoulnt have anything to do with said network interface and manager. I might be wrong. [13:52] hmm [13:53] chotaz`w: did you try F1 at boot to see whats happening to network-manager exactly? check your syslog? dmesg? [13:53] on 14.x LTS is systemd working or sysvinit ? [13:54] Haris: upstart [13:54] ah ok [13:55] hello i need your help guys, i have a netbook I just boot the system, the resolution of the screen is correct (1024x600), but the watchable area it looks like 800x600 except for the bottom bar, how i can reset the screen? [13:55] ntp was removed during upgrade process. installing it [13:55] Hi, Do you know how can I disable my keyboard and assign a shortcut to it to re-enable it later? [13:55] ntp started perfectly fine now. no errors [13:56] I know how to do this for trackpad. http://paste.ubuntu.com/10782838/ [13:56] is that apt-get upgrade -f after do-release-upgrade ? [13:56] (I need this feature because of my 1 yr son.) [13:56] !xrandr | ubuntu754 [13:56] ubuntu754: XRandR 1.2 is the new method of running dual screens in !X. Information/HowTo here: http://wiki.debian.org/XStrikeForce/HowToRandR12 [13:57] have a consistent box after upgrade [13:57] to trusty [13:58] finally! [13:58] Xrandr is auto [13:58] mojtaba after you disbaled your keyboard, you cannot use it for a keyboard shortcut [13:59] ubuntu754: did you try xrandr --auto ? [13:59] now I can install cassandra, datastax community and call it a day [13:59] hehe [13:59] MonkeyDust: may be with mouse [13:59] lotuspsychje: yes and is set as auto [14:00] I have to stop doing that [14:01] ubuntu754: can this help? http://askubuntu.com/questions/62483/some-windows-dont-fit-on-1024x600-what-can-i-do [14:01] lotuspsychje, i wouldnt know I could try such approaches, I'll do some reading on that, thanks for the tip [14:02] lotuspsychje: let me try, i'll let you know [14:02] chotaz`w: if you find out whats the error on why network-manager doesnt start, someone might be able to help better [14:04] does networkmanager keeps logs of it?? [14:05] Mp3IsIntheHouse: syslog === Rory is now known as Rory_ [14:09] lotuspsychje: no it didn't work [14:10] ubuntu754: i read alot of issues on 1024x600 screens that doesnt fit, even a bug on it [14:11] ubuntu754: maybe add more modes to xrandr? [14:12] When I boot ubuntu from disk, it goes straight to ubuntu desktop. Doesnt ask if i want to install. How do I install it on the machine? There is a shortcut on the desktop for "Install Ubuntu 14.04.2 LTS", but it does absolutely nothing (typical) [14:13] I am trying to install it on an esxi vsphere server [14:13] lotuspsychje: but before update to 14.04 it used to be ok, and untile this morning until i closed the lid, tonight i reopened and the screen and it is messed up [14:14] ubuntu754: maybe try the grub recoverymode/ fix broken packages ? [14:14] lotuspsychje: i'll try [14:15] When I boot ubuntu from disk, it goes straight to ubuntu desktop. Doesnt ask if i want to install. How do I install it on the machine? There is a shortcut on the desktop for "Install Ubuntu 14.04.2 LTS", but it does absolutely nothing (typical) [14:16] *whew* [14:16] box upgraded. ntp issue resolved. cassandra installed. work completed [14:16] acro458 it's not typical... maybe try to install from the file manager [14:17] with toom much talk and eating your brains [14:17] thanks all === Rory_ is now known as Rory [14:17] a beer for Haris ! [14:17] Haris what caused the ntp issue? [14:18] no idea. it was resolved during do-release-upgrade [14:18] ntp was removed. libs removed [14:18] I manually installed ntp later on [14:19] Ok...........so how do I "install from the file manager" ? Got a link? [14:20] acro458: what are you trying to do? [14:20] acro458 open file manager, go to the Desktop folder, click the install button [14:20] I just want to install ubuntu desktop on my esxi host..... [14:20] acro458: what ubuntu iso is that, did you test the md5sum? [14:21] md5sum correct [14:21] ah, so its esxi [14:21] ubuntu-14.04.2-desktop-amd64.iso downloaded from ubuntu website [14:21] yes, esxi [14:21] how I can fix broken ubuntu repositories to install sendmail http://pastebin.com/qGu6QVYM === `hypermist` is now known as sleepypc [14:22] Hey all. I've got several ubuntu hosts with php version that seems like it was upgraded recently. Where can I view the package upgrade history for Ubuntu? [14:22] exelsius: see whats the issue with sendmail-bin [14:23] k1l [14:23] bitcycle: /var/log/apt/history.log [14:23] exelsius: i am not familiar with esxi setups and what special treatment they need [14:23] Thx for me too Eric [14:23] no problem :) [14:26] acro458: go ahead and ask again, I think it has to do with your installation media and not your ESXi - that's an Ubuntu specific issue [14:29] acro458: http://askubuntu.com/questions/501505/ubuntu-14-04-errno-5-input-output-error-during-installation - I know you said you checked your ISO md5hash in #vmware, but it really sounds to be the issue [14:30] hello, I do have an issue setting up a new ssh user. I created the user, and added my public key to the authorized_keys file of the new ubuntu user, the user is also in the sshusers group, which are allowed to connect via ssh. But I get permission denied (publickey) error. [14:31] lol [14:33] Brivelt: shouldn't the authorized_keys file be in the ssh server? [14:35] EriC^^: It is. I created a new user on Ubuntu. In /home/newuser/.ssh/authorized_keys I added my public key which is generated on my dev computer. [14:36] The newuser is also added to the group called sshusers, since my sshd_config only allow users to conenct from the sshusers group. [14:36] Brivelt: are you ssh'ing from the dev to the new user? [14:37] Does anyone have knowledge about bluetooth USB Roper Class 1 driver? [14:37] EriC^^: yes I am. $ ssh newuser@remoteserver.com [14:38] Rather does anyone also know of the cheapest USB bluetooth that works perfect OOB with Ubuntu 14.04? [14:39] exelsius: sorry, mixed your nick with acro [14:39] Kenb: In which Country do you reside? [14:39] Kenb better ask in #ubuntu-offtopic [14:39] exelsius: try to install sendmail-bin and see what error comes up [14:39] US [14:39] Ok [14:40] Sorry can't help then, I have free healthcare [14:40] "free" [14:40] but you're taxed into oblivion [14:41] the rich should pay their share of taxes, and the common man all over the world will be ok [14:41] but I digress [14:41] qbrix: it's a bot [14:41] * Haris goes back to work [14:41] :( [14:41] !ops | IceBot3000 (is a bot) [14:41] IceBot3000 (is a bot): Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [14:42] ah, another talker. lol [14:42] Do I need to pass the Turing test? [14:43] lol A bot running firefox on windows [14:43] A = @ [14:43] why is it i have no sound when watching netflix videos but i have sound on youtube and stuff [14:47] finally .. time to go home [14:47] thank you all, for bearing me one more day [14:47] have a pleasant day. I'll rest the rest of the evening [14:50] anyone get the 3.13.0-49 kernel update and having issues with xorg-edgers nvidia-346 (and X/Unity not starting properly)? I understand if xorg-edgers isn't supported here, just mainly curious (this kernel update released today or yesterday I believe and I have a friend whose nvidia driver isn't playing nice with it) [14:51] why is it i have no sound when watching netflix videos but i have sound on youtube and stuff === sleepypc is now known as `hypermist` [14:54] hello, I have a hopefully reasonably simple question, there is a nameserver line in /etc/resolv.conf which I want to remove [14:55] it's not set in resolvconf/resolv.conf.d/*, I don't know where it /is/ set [14:55] Nomikos sudo -e /etc/resolvconf/resolv.conf.d/base [14:56] MonkeyDust: what's that do? [14:56] Nomikos change/remove nameserver, then: sudo resolvconf -u [14:56] yeah, but the wrong nameserver isn't in that file, only the right one [14:56] there are two nameservers listed, the one from base comes second [14:57] Probably pulls the nameserver in from dhcp server [14:57] MonkeyDust: http://paste.ubuntu.com/10783234/ [14:58] Nomikos moment, virtual machine eats all the resources [14:59] Nomikos ok, use the trick I suggested above [15:00] genii: this is from /etc/network/dhclient.conf http://paste.ubuntu.com/10783253/ [15:00] MonkeyDust: it doesn't come from the resolvconf/base file [15:01] MonkeyDust: see http://paste.ubuntu.com/10783234/ - the one I want to remove is 192.168.178.1 but I can't tell where it's set === Faylite_ is now known as Faylite [15:02] genii: do I take domain-name-servers and dhcp6.name-servers out of that second pastebin link? === jost is now known as Guest21019 [15:03] Nomikos idd, that's odd [15:04] suspect it's something local to that machine, the router settings only list 0.0.0.0 as dns servers [15:04] how come a default install of ubuntu comes wiht advertsiement from amazon? is ubuntu getting paid for this? [15:04] cnnx: yes. It's a grating and inefficient partnership but you can turn it off [15:05] * Nomikos tries turning it off and on again [15:05] o_O that worked. [15:05] thanks all! [15:06] !amazon | cnnx [15:06] also when im in irssi and try to do alt-f2 for example to swithc windows it doesnt work [15:06] so i installed xchat now [15:06] Nomikos: Apologies, my work is too busy right now for me to properly address the issue. It does seem you are being assisted by another helper though. [15:06] genii: no worries, thanks :-) it fixed itself somehow [15:07] cnnx: see systemsettings -> privacy settings === kpease_ is now known as kpease === Granis` is now known as Granis [15:12] cnnx alt-f2 invokes the run-prompt in ubuntu [15:13] cnnx alt left-arrow switches screens in irssi [15:15] <[976497]A> what kind of change makes "\:" in 'sudo chown nobody\: file' command? is it some kind of mistake? [15:15] MonkeyDust, ok its not the same as gentoo then [15:16] cnnx, xchat is abandonware. hexchat is the supported replacement [15:16] !info hexchat [15:16] erc++ [15:16] hexchat (source: hexchat): IRC client for X based on X-Chat 2. In component universe, is optional. Version 2.10.0-1build1 (utopic), package size 348 kB, installed size 1059 kB [15:19] ok that works, its alt-left arrow [15:20] hi [15:20] htop [15:21] is it possible to identify the swap occupation ? [15:21] hi powertop [15:21] zertyui: free -m [15:23] yes [15:23] ? [15:23] but i would like to identify the ressource occupation of swap disk? [15:24] zertyui you mean what it's being used for? [15:24] yes === Guest29 is now known as [wwj] [15:29] how can I delete the old /var/cache/apt/archives files but keep the current ones? === luke is now known as Guest67924 [15:30] Lope: See http://www.bedroomlan.org/coding/cleaning-debian-apt-archive-cache === ubik is now known as Guest39288 [15:35] thanks [15:37] what is the /etc/init directory? [15:39] jeffreylevesque what do you mean by "what is?" [15:39] the directory contains files to be executed when the machine starts up? [15:39] jeffreylevesque type ls /etc/init.d/ [15:42] "/etc/init contains configuration files used by Upstart" [15:45] jeffreylevesque: Originally the /etc/init.d held all the startup scripts. They were started using the system V init or sysvinit method. /etc/init was added when Upstart came. Upstart scripts are done first, then all the old style ones are executed as another Upstart job. In the new one of systemd it will revert again to the /etc/init.d [15:45] hello guys [15:45] I'm using ubuntu 14.04 [15:46] so, i suppose upstart is more favorable then init.d [15:46] i am facing a problem on ubuntu 14.10 with wifi , each 5 or 10 min my connection stops i have to reconnect to get my internet any suggestions ? [15:46] jeffreylevesque: Upstart can load things in parallel while init.d linear [15:48] genii: will upstart replace init.d? [15:48] jeffreylevesque: upstart did replace sysvinit [15:49] jeffreylevesque: but form 15.04 upstart will be replaced by systemd [15:49] k1l, is sysvinit is init.d? [15:50] is sysvinit the same as init.d [15:50] The System Monitor tool tracks total network data received/sent. What timeframe is this? Calendar day? Last 24 hours? Since last boot? [15:50] jeffreylevesque: /etc/init.d is the folder where the start/stop scripts are stored [15:51] ok [15:51] and yes, its from sysvinit. upstart still can handle the old scripts [15:51] sysvinit searches init.d [15:51] upstart searches init [15:51] jeffreylevesque: sysvinit is deprecated on ubuntu [15:52] Hello [15:52] ubuntu switched to upstart some time ago and will switch to systemd form 15.04 on. sysvinit days are really far "back then" [15:53] k1l: which version of ubuntu stopped used sysvinit, and 15.04 will replace upstart? === nerdy_co is now known as nerdy [15:53] How do I mount a micro-sd ? [15:53] jeffreylevesque: like i told before: upstart still can use the old sysvinit scripts. [15:54] jeffreylevesque: and i told you 3 times not that form 15.04 on systemd will be the default. [15:54] rosco_y: type lsblk and see if it's there [15:54] Eric --ty :) [15:54] hello, after freeze, i had to do rebooting my pc but the logitech of ubuntu is broken [15:54] rosco_y: gvfs should do that automatically [15:54] how do i fix the probleme please [15:55] rosco_y: np :) [15:55] Fr3d3r1c what's the logitech? the mouse? [15:55] Eric, I see sda and partitions, sdb and partition, and sr0 [15:55] rosco_y: what's the size of sdb? [15:56] Oh, you're right--I think that's it--I thought it was my second hd [15:56] it's a ubuntu software to lead installation of the program [15:56] I'll see if I can mount that [15:56] ok [15:57] Fr3d3r1c logitech is a company, if i'm not mistaken [15:58] software manager is broken on my ubuntu [15:58] mount is complaining: "wrong fs type". [15:58] Fr3d3r1c the software center? what happens when you try to use it? [15:59] I think I'll go and do it on my wife's Windows box, it dumbs it down enough for people like me :) [15:59] Thanks Eric! [16:00] does the hosts file support wildcards? [16:02] hi, using unity and left dash is auto hidden. i also have docky. each time i launch something from the dock, the application icon slides littlebit out from the left dash. is it possible to disable this animation? [16:03] list [16:03] keevitaja unity-tweak-tool [16:04] MonkeyDust i have set all animations none there [16:05] keevitaja ccsm is more advanced [16:06] !ccsm [16:06] To enable advanced customization of desktop effects in Ubuntu: install 'compizconfig-settings-manager' (or 'simple-ccsm' for pre-Oneiric). If you install the latter, a new option will appear in your appearance properties - See also !compiz - Help in #compiz [16:07] MonkeyDust and which setting to modify in compiz config? I have it installed... [16:08] hi, whenever I plugin my headphones i get this annoying popup https://i.imgur.com/zz1Lnjb.png?1 [16:08] how to avoid it === ochorocho1 is now known as ochorocho [16:12] hi, whenever I plugin my headphones i get this annoying popup https://i.imgur.com/zz1Lnjb.png?1 [16:12] how to avoid it === luminance_137 is now known as JonSnow === petermlm is now known as petermlm_afk [16:12] keevitaja effects > animations .... be carefull with this === JonSnow is now known as JonSnow__ [16:12] hello [16:12] anyone ? [16:13] !ask | JonSnow__ [16:13] JonSnow__: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [16:14] !ask [16:14] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [16:14] !patience [16:14] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [16:14] MonkeyDust do you know which setting from there? I am really clueless. Sorry for bugging you! [16:15] JonSnow__: ask your real question in the channel all on one line, don't spam with the bot. [16:15] My apache bailed and left a giant .crash file in /var/crash, what can I do with this? [16:15] keevitaja no, explore it a bit, but be careful, unity depends heavily on desktop effects === ochorocho1 is now known as ochorocho [16:16] ok tnx, but i will not explore it. i have messed up unity before by just clicking stuff i do now know. [16:17] keevitaja don't remember how i disabled them, guess i managed to do it with unity tweak tool === `hypermist` is now known as sleepypc === TheNumb is now known as OpenRC [16:20] ok, does anybody know if it is possible to change the icon of the alarm-clock in top taskbar in unity? i would like it to be monochrome but the icon pack i am using does not have it. overwriting is not the option as i would have to this everytime the numix circle icons updates and it happens a lot! [16:20] there is a .config/alarm-clock but no option for the icon [16:21] just try other things [16:21] also modifying /usr/share/applications/alarm-clock* does not give any results... as it should not. [16:21] keevitaja: For Unity, im not sure. But in Linux, you shall be able to use a bitmap as icon. Is that understandable? [16:22] Sorry im french. Never sure of my english. [16:22] yes, but where can i configure it? i can make the icons, no problem with that. just does alarm-clock, i belive the gnomes, have the setting option [16:22] Whenever I plug-in my headphones I get this annoying pop up https://i.imgur.com/zz1Lnjb.png?1 how to fix this [16:23] teward, Ok I was just checking bots and I asked the question again [16:23] Probably a LONG stretch, but here is my question: I am using WINE on UBUNTU to run an exe file. This works just fine. However, the program needs to connect to a windows NT4 server using Windows credentials. Is this possible? [16:24] keevitaja: rightclick on icon -> properties. Then to the left, you see the actual icon. Click on it then follow your instinct. [16:24] acro458: sounds like a Wine question, not an ubuntu one [16:25] is there a wine chatroom? [16:25] acro458: you can try #winehq [16:27] is it possible to configure Ubuntu server for authentication against AD? [16:27] AD? [16:27] YvesLevier: Active Directory, I think [16:28] YvesLevier: teward yes [16:28] how to run ... local dns server on .. ubuntu [16:29] vishnuavenu: you mean an authoritative DNS server to hold zones, accessible only locally? [16:30] yaaa [16:31] .... i want to block some site and want to use proxy [16:31] WOW listening [16:32] vishnuavenu: you may want to use other methods to block sites, but in theory you can just install a dns server on your computer as you would any software. [16:32] .. yaa [16:32] vishnuavenu: on a default Ubuntu Desktop setup you'll need to change the resolvconf templates, but meh. [16:32] .. i want to use twisted dns server [16:35] hoi [16:38] vishnuavenu better ask in #ubuntu-server, i guess [16:38] ok .... [16:39] i am try to develop a system for personal use ... use to work with proxy and dns and django [16:39] Thanx MonkeyDust [16:39] and teward .... :) [16:43] Me right now: http://linuxfag.ytmnd.com/ [16:43] We Are Anonymous [16:43] any one here [16:43] lolwat [16:44] I have just installed Unity 8 but I can't find in login manager. How to start Unity? [16:56] exit === zz_AlphaTech is now known as AlphaTech [16:57] hey === Silenced is now known as Silenced|afk === UsEr01 is now known as Guest24417 === hqpaiwcmgaaheinp is now known as mmfpsyupqyvhbszw === mmfpsyupqyvhbszw is now known as Dewin|work [17:05] Hello! [17:06] operation eat chicken [17:07] hi there [17:08] im in need of some help [17:08] my software manager is broken because a software has not been installed correctly, the software manager is block, it crash too [17:09] sinki_: ask a question with detail, on one line [17:10] i have a gsm modem running under ubuntu 12 - it wasnt me who installed it - but since a few days i cant send sms, first i need to figure out which modem and smstool is installed [17:10] Fr3d3r1c, run: sudo apt-get -f install [17:11] having issues installing rEFInd. I install it says completed successfully but doesnt give me the login showing its been installed, nor will it read my ubuntu bootable usb [17:11] the packetlist or status file could not be read [17:11] macosx [17:12] from the command-line how do you keep your ubuntu system up-to-date/secure? Can i just 'sudo apt-get update' my LTS ubuntu or do i have to dist-upgrade? [17:12] mehn: update only updates local package lists, you must upgrade or dist-upgrade after this, yes. [17:13] mehn, be carefful with dist-upgrade! ... maybe its better to run only update and upgrade [17:13] so 14.10 offers a simple sounding 'do you want an encrypted home partition?' option on install, but doesn't mention that will also encrypt your swap + prevent swap from working after a reboot. I guess I should recreate the swap partition unencrypted? [17:13] well I was in the account i made admin [17:14] zy3pD: why? nothing wrong with dist-upgrade... [17:14] zy3pD: you're not falling into the common trap of thinking it means to upgrade version, are you? :) [17:14] daftykins, that was dp-release-upgrade-gtk, right? [17:15] *do [17:15] do-release-upgrade is also a CLI util [17:15] but i like gui ; ) [17:15] good for you [17:15] but yea right [17:15] ok back === virgil is now known as TheBlindGhoulie3 [17:20] ok-need help on a Dual Boot with OS X [17:21] cant get rEFInd to install properly [17:22] Hi all! [17:22] How would I go about having transmission download to a folder on a diferent server? I tried putting the destination as follows: \\192.168.1.2/media/ext4/folder [17:22] do i use apt-cache to get the patch version for an installed package? [17:23] I'm running Ubuntu 14.10 on a system with fulldisk encryption (encrypted LVM), I was wondering does Ubuntu has any way to protect me from a cold boot attack? === Silenced|afk is now known as Silenced [17:26] bruxC: torrenting to a network share is a bad move [17:29] daftykins i see. Im using jails in a freenas environment so its all relatively new to me. [17:30] how does one mount a ntfs external usb2 drive ubuntu says cant mount [17:30] FreeNAS = off topic [17:30] does anybody knows an application edit exif tags easily? [17:30] vegombrei: does it? "sudo parted -l | pastebinit" [17:32] i just bought another monitor, but i cant make it works [17:32] how do i solve it? [17:32] i want to use double screen [17:32] daftykins: i think somethings wrong with the drive it boots and finds it but sometimes it doesnt [17:32] vegombrei: how long has it been plugged in for? can you run the above command? [17:32] daftykins: im trying to reconnect but it wont [17:32] 'reconnect' ? [17:33] as in physically plug it in or what? === francisco is now known as Guest22164 [17:36] daftykins: http://pastebin.com/BYP0xHrS === thomas_ is now known as Guest40761 [17:36] oh dear an IO error [17:37] vegombrei: pastebin of "dmesg | tail" ? [17:37] would a mid-range laptop from 2008 be able to handle unity, or should i look into another ubuntu-related distro? [17:37] daftykins: ?? didnt quite get that [17:37] daftykins: didnt understand [17:38] run the command and share it via http://paste.ubuntu.com [17:38] acz32: share the actualy hardware specification [17:38] *actual [17:41] daftykins: i don't know them, i was hoping for an answer directed at the general mid-range laptop from that era [17:41] daftykins: http://paste.ubuntu.com/10784368/ [17:41] acz32: too vague sorry. [17:42] daftykins: its a seagate freeagent external 1 tb usb2 drive [17:42] I wrote sudo apt-get update & sudo apt-get upgrade and now terminal stuck at Reading packages.. Ready. How to fix this? Or I have to wait? [17:42] Eightynine: ctrl+C [17:43] Will it lock sources.lst? [17:44] list. and one way to find out [17:44] I'm installing ppa-purge to remove Gnome-staging repo. [17:46] vegombrei: your disk might be toast [17:46] best check it elsewhere [17:47] daftykins: you think a recovery guy would be able to open it and recover the data ??? [17:47] Hello all! [17:48] vegombrei: maybe. [17:48] daftykins: thanks .. hey whats a good partition software i could get from sudo apt get? [17:49] daftykins: or mebbe a disk management software? [17:49] err, you're not going to attempt to use one on that disk i hope === Jamie___ is now known as _jamie [18:14] ping [18:14] Trying to install Ubuntu using the netboot image, having trouble at the mirror part of the install, here's the relevant part of /var/log/syslog, http://pastebin.com/a40WAwyK, any suggestions on what's causing this? [18:15] re [18:15] bon je n'ai pas pu redémarrer sous unity [18:16] je n'avais plus d'interface [18:16] heureusement que j'ai eu la bonne idée d'en avoir deux en réserve...... === sjmikem is now known as sjmikem1 [18:16] !fr [18:16] Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [18:16] la prochaine fois je ferais attention à ne pas écouter tout ce qu'on me dit d'un pète [18:16] Fr3d3r1c: stop [18:18] i made a mistake [18:18] i believe that i was on ubuntu-fr [18:18] sorry [18:26] hi. is it possible to do full disk encryption during installing ubuntu? [18:30] my localhost is running, but it doesn't show contents of /var/www. Any suggestion? [18:30] mohsen-rashidi, there seems to be a lot of overlapping info on disk encryption. this page seems like a good index at least: https://help.ubuntu.com/community/EncryptedFilesystems [18:31] hi, im looking for sysvinit package but its not there on tahr repositories , where can i find this package please? === ochorocho1 is now known as ochorocho [18:32] !sysvinit [18:33] saleem: Peak at this -- http://packages.ubuntu.com/search?keywords=sysvinit&searchon=names&suite=trusty§ion=all [18:33] hkrrsx, thank you [18:33] saleem: You're welcome [18:34] guess they have removed this package from servers [18:35] saleem: are you running the 32-bit or 64-bit version of Ubuntu? [18:35] rockstar_, i recommend going to the channel for whatever httpd you are running [18:36] im on 64 bit trusty [18:37] Here's the download page for 64-bit version of sysvinit-utils , choose the mirror closest to you and have a blast [18:37] http://packages.ubuntu.com/trusty/amd64/sysvinit-utils/download [18:38] saleem: it's there - sysvinit-utils is the utilities [18:38] saleem: i can confirm it's there [18:38] as i'm on trusty :P [18:38] yes i know but let me paste what i get in terminal [18:39] http://nopaste.linux-dev.org/?454716 [18:41] saleem: well, upstart is the init system, and also the sysvinit-utils package replaces the sysvinit package (so does upstart) [18:44] hey [18:44] NOt sure this is the best, but I installed a 2TB HD in this computer and made 3 partitions. 1tb for Linux, 1tb for files, and 8gb for swap. Problem is I cannot find where to access the second partition. === RAX is now known as rax- [18:45] When I run Linux on external, I can access all partitions. [18:45] I'm trying to get past the introduction in ubuntu next (vivid next) since the swiping won't work. Anyone tried and got past this? [18:47] TurtleDan: Repository - get Gparted [18:47] h [18:47] I have it installed [18:47] It shows it and says it id dev/sd3 but I cannot find it in the file manager. [18:48] TurtleDan: sda3 sdb3 sdc3 ? Can't be just sd3 [18:49] I apologize. You're correct. /dev/sda3 [18:49] Mount point /lab [18:49] Im also mystified. [18:49] Ha [18:49] TurtleDan: What says result of: sudo file -s /dev/sda3 [18:51] hello my ubuntu 14.04 cannot shutdown it hang on acer e1-510 [18:51] http://paste.ubuntu.com/10784859/ === krabador is now known as rodabark [18:53] salafi: What is acer on your computer? === rodabark is now known as krabador [18:56] YvesLevier i mean my computer manufacturer name [18:57] Hi, I'm trying to install the v4l-dvb modules but am stuck with a problem with the linux headers. I installed them, even did a --reinstall, but theres no /lib/modules/3.8.0-42-generic/build folder, so I can't compile the v4l-dvb modules [18:57] i see nothing out of bios settings. i fear im not your man. Sry [18:58] TurtleDan: What is the result of command: mount [18:58] hi [18:59] Hi nostro [18:59] Where does ubuntu 14.04 put the header files? === ochorocho1 is now known as ochorocho [19:00] http://paste.ubuntu.com/10784919/ [19:00] cd /lab [19:00] my question is how to update driver for intel mobile express 945 [19:01] Seems to be workin now. I unmounted it and re-mounted it in gparted. Was that proper? [19:01] TurtleDan: Should work [19:02] nostromen: Driver....? [19:02] What release you using? [19:02] TurtleDan: Supposed [19:02] xubuntu 14.10 [19:03] fffelix: Linux headers are installed in the /usr/src/linux-header{$version}-{architecture} directory [19:03] For example: /usr/src/linux-headers-3.16.0-4-amd64 [19:04] Hey all - so what does it mean when my computer boots into a black screen - with a hollow X for the mouse cursor.......?? [19:04] hello [19:04] someone [19:05] i have problems whit my bluetooth [19:05] RTL8723BE [19:05] this is my chip [19:05] !ask | lsannin [19:05] lsannin: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [19:05] nostromen: You are running a beta [19:05] Lorne_: It means you only have some rudimentary desktop environment running and not unity or kde or whatever [19:05] did you know that? [19:06] hkrrsx: thanks. so I should ln that folder to /lib/modules? [19:06] genii - OK - so how do I get to a real cursor? I can't seem to type anything.... [19:06] ok I had problem whit my bluetooth I try this https://github.com/lwfinger/rtlwifi_new/ works on the previous kernel after the update do not works anymore [19:07] fffelix: What are you trying to accomplish ? [19:07] if i running a beta what is xubuntu 15 too beta? [19:07] Lorne_: ctrl-alt-f1 alt-f7 will get you back to the X [19:08] hkrrsx: I'm trying to build the the v4l-dvb modules because my dvb-c stick doesn't work. when I'm trying to compile it make gives me: "File not found: /lib/modules/3.8.0-42-generic/build/.config at ./scripts/make_kconfig.pl line 33, line 4." [19:09] nostromen: im v-e-r-y not a crack of xubuntu. What i keep in mind is to only use LTS releases in Ubuntu. Sry cant help more. [19:09] fffelix: That's a development issue, beyond the scope of this support channel === ochorocho1 is now known as ochorocho [19:09] hkrrsx: I understand, thanks. But i could link the path anyway, right? [19:09] I wouldn't [19:09] In order to get that working [19:10] hkrrsx: meh ): [19:10] Check in your /lib/modules/3.8.0-42-generic/build directory [19:10] genii : perfect... I got the cursor again - my problem is the last round of ubuntu updates kicked my Nvidia video card offline (2nd time its happened!!) [19:10] See if there is a .config file in there ...... and if so, check the permissions [19:11] hkrrsx: there is no /lib/modules/3.8.0-42-generic/build directory [19:11] There's the problem [19:11] I tried to remove Gnome in tty and install Unity, it installed partially and now I can't login. When loading desktop it freezes. Package manager says that I have held packages. How to fix this? [19:12] genii I know I need to exit from X ... then re run the installation package in my download directory... can you pls help me do that? [19:12] hkrrsx: ah ok. Thought it's created by the package linux headers [19:13] nostromen: Here is an old trick. May be not the best but it works. Save your files in NTFS or FAT that does not know about the files owner. [19:13] Help me please. [19:13] help i cant shutdown my system it hang with the 5 dot [19:13] Then install a LTS release. Hoping som1 can you help you better than I. === ochorocho1 is now known as ochorocho [19:14] YvesLevier you told that to me? [19:14] Eightynine: Non [19:15] any1 know who to install gnupg version 2 for use with enigamail [19:15] but im looking to your problem Eighty === zz_AlphaTech is now known as AlphaTech [19:16] Eightynine: in those kind of problems i use Synaptics. Did you .... 1 sec [19:17] ok - simpler question - How do I "run as root"? [19:17] Merci, Yves. Je serai reconnaissant de l'aide. [19:17] Lorne_: If you can stand the lag of me reply time, work is taking me from the computer every couple minutes for a bit. Basically just use the ctrl-alt-f1 to gain tty, login with usual name/pass and then maybe stop the login manager with sudo service lightdm stop. Then you can issue whatever apt-get commands might be required to reinstall nvidia drivers (most likely culprit) and then start lightdm again, alt-f7 [19:17] Lorne_, put 'sudo' at the front of everything. [19:17] So, I'm trying to install "sudo apt-get install linux-headers-$(uname -r)" but apt wouldn't let me (no candidate). What am I doing wrong? [19:18] Synaptic wasn't installed in my system by default. [19:18] Stupid question, can I reset the root password using 'sudo passwd' if I don't know the current root password? [19:18] lol npe [19:18] you can become root [19:18] can anyono hel me whit my bluetooth cant find any device my chip is RTL8723BE [19:19] OK - awesome - seems to be working :) [19:19] Can I remove completely Gnome and Unity in tty and reinstall Unity? [19:19] Eightynine: did you install flashback? [19:19] No. [19:20] Did you try with another dummy session. i mean "invité" sry dont know the world in english [19:20] any1 had trouble using/linking blas libraries on ubuntu? [19:21] Hi. How may I sort folders before files in "select file" dialog? Thank You!! === samuel_ is now known as neoDite [19:21] Davor1: 14.04? [19:21] last LTS [19:22] sweet - thanks genii its up again... :) [19:22] Davor1: Did you try Nemo? [19:22] Yves, maybe you mean System default? [19:22] yes [19:23] Is there a noob-proof guide on how to get the linux headers from the current kernel? [19:23] Lorne_: Glad to assist [19:24] fffelix: Try running uname-r first and then add the version to linux-headers-(version_here) [19:24] I use xubuntu. File manager is pcmanfm. But when open file from bluefish "select file" is nautilus. I may configure nautilus but it have no efect in "select files" dialog [19:24] Cipher45: See: https://help.ubuntu.com/community/RootSudo ; http://www.psychocats.net/ubuntu/resetpassword . [19:24] Davor1: Nemo isnt the best solution but i was able to fix that using nautilus [19:25] Davor1: err : [19:25] Nautilus is actualy bugging me. [19:25] hkrrsx: it's basically the same: no installation candidate [19:25] Using Nemo [19:26] btw im using U14.04 [19:26] fffelix: Please pastebin the output of "sudo apt-get install linux-headers-" (tab tab for tab completion) [19:26] No err! but when I open files in "select files" is mixed folders and files by name. I wish first folder and below files [19:27] fffelix: Actually, look at this first .... https://www.youtube.com/watch?v=0xwS57DKsLA [19:27] Bashing-om, Thanks for that! I've been using 'su -' sometimes. Is it better practice to use 'sudo -i' instead? [19:28] Davor1: Sry Davor i did abandon nautilus. But noticed that some Nemo options changed something in Nautilus. Dont ask!!!! [19:29] OK1 Please explain me how i may change "select file" application? [19:29] If I install 14.04, what is the proper way to prevent receiving the 14.04.1 update? [19:30] and .2 [19:30] Davor1: Tricky for me. After i intalled Nemo, i need use a desktop folder in order to get to left and use it as if it was Nautilus. [19:31] Cipher45: Be aware; both have their particular applications, depending on the use-case. ' sudo -i ' is the more general - and safer but only when required . "sudo " is the recommended means generally . [19:31] But my default, out of this, is still Nautilus. [19:31] Maybe I should try this? sudo apt-get install ubuntu-desktop ubuntu-settings [19:32] Eightynine: you really want to work using Unity? [19:32] trying to see... [19:32] I mean. Run bluefish, file - open. I have mixed files and folders in "select files". I want first folder an files below. How? [19:32] I have no "sort by type" [19:32] Okay cool. Thanks again Bashing-om ! [19:33] I don't know, never used it before. But I don't like Gnome. I wanted to replace it. [19:33] Cipher45: Welcome, we are here to help. [19:33] milehigh: The usual way would be to make sure the line in /etc/update-manager/release-upgrades reads: Prompt=never [19:33] Davor1: I dont know bluefish. but Nautilus is hiding the menu. [19:34] is that the problem? [19:35] Otherwise, look at upper menu "Sort by" [19:36] quel est la procedure pour mettre a jour son systeme [19:36] cabrel: va à Ubuntu-fr ou Ubuntu-Qc selon le cas [19:37] Im french [19:37] genii: Will a normal apt-get update/upgrade put me on that release, or is a dist-upgrade necessary? [19:37] milehigh: dist-upgrade is the one which bumps versions [19:38] can anyone help me to install gnupg version 2 for use with enigamail [19:38] I will try [19:38] upgrade only upgrades existing packages on your machine. Dist-upgrade will do that, plus fetch packages that may not exist. === DarkDevil is now known as darkdevil [19:39] colby_: Please see this URL entirely -- https://help.ubuntu.com/community/GnuPrivacyGuardHowto [19:39] when installing via mini.iso, does it encrypt the disk, if you so choose, during the retrieval of the base system and additional software, or after the retrieval? [19:41] cabrel: j'ai ouvert un canal privé. On ne peut pas parler français longtemps ici. === darkdevil is now known as DarkDevil [19:43] i see no knowed bilingual here. lemme seek. Sorry for french friends [19:43] [= [19:43] exit [19:44] !fr [19:44] Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [19:45] ubottu: thx - did you see cabrel? [19:45] YvesLevier: I am only a bot, please don't think I'm intelligent :) [19:46] ubottu: dont worry ;) [19:46] YvesLevier: I am only a bot, please don't think I'm intelligent :) [19:48] If cabrel comes back plz let me help him to join a french channel. For the good :) === crazybluek is now known as Blueking [19:49] I want to install ubuntu to a btrfs subvolume [19:49] anyone please? [19:50] hi, is it possible to boot ubuntu from live usb with some kind of antivirus so that i can copy data from an ntfs partition to another (external) drive without the risk of copying a virus? [19:51] dnano91: as far i know, you wont need antivirus as long you stay in Linux [19:51] Is that right bros? [19:52] ntfs partition, i'm assuming it's windows [19:52] Even your Win file is damaged by a virus. Shall not be a problem in Linux. [19:53] YvesLevier: i don't stay in linux. i just want to boot a live system to copy the data to an external drive (it's not my laptop either) so i was curious if there is such a live system [19:53] dnano91, are you asking for a way to use ubuntu to screen files you are copying from one volume to another for windows viruses? i don't know that there's a linux product that does that. [19:54] You can do a bulk file transfer, but if files are infected... they are infected... === top__ is now known as HustlaSpirit [19:54] You wont infect Linux [19:55] but your files back in Win [19:55] correct [19:55] will [19:55] possibly? [19:55] haha [19:55] copying data does not execute it... [19:55] (in most cases) [19:55] right [19:56] okay [19:56] but infection is just waiting you get back in Win [19:56] "without the risk of copying a virus" was what dnano91 asked for. [19:56] i heard about an antivirus for win wrote in Linux [19:57] for no risk [19:57] i donno more [19:57] Hello, i have a problem in ubuntu 10.04, /var/log/messages is full of entries like this: [19:57] Apr 9 21:55:01 kernel: [1708785.301163] cron[17345] general protection ip:7f9b28621786 sp:7fff2d524b20 error:0 in libpthread-2.11.1.so[7f9b2861c000+18000] [19:58] does anyone know, how to solve this issue? [20:00] but thanks anyway :) [20:02] ubuntu 14.04 on samsung laptop - is there a program i can use to boost the bass of the audio? its too tinny :( [20:02] hanfm: That error mentions "cron" in it .... check your cron jobs [20:03] hanfm: Alternatively, /join #ubuntu-kernel and/or /join ##kernel [20:03] hkrrsx, thanks, i'll try [20:04] hanfm: Good job [20:07] west536457640: using vlc? [20:09] YvesLevier, well vlc has a built in gfx equalizer [20:09] not at your taste? [20:09] but i was hoping for something that would work for chrome, or system wide [20:10] vlc is perfect, but it only works in vlc [20:10] west536457640: whats the goal. i fear i didnt understand [20:11] you want record a best sound that provided in your base mp3 etc. [20:11] YvesLevier, you know how vlc has a gfx equaliser to change the sound of the audio it is playing, more bass, more treble, etc [20:12] then? [20:12] i need hi have a problem. i tried to insta puppy linux. is first time that i try to install linux. now, it did a reebot but ask me a password, wich i dont know wich is it.. i want to install again it but i cant, aways he ask me that passowrd (i see all is write in red) [20:12] west536457640: pulseaudio has a built in system wide equalizer. [20:12] i want a gfx equalizer to adjust *all* the sound output from my laptop [20:13] Jordan_U, pulseaudio, i think ia have that, let me check [20:13] west536457640: .... if Jordan can help you. There are conversions possible but not.... [20:14] Anybody know if there is a PPA for IntelliJ available? [20:15] West i have something in mind but not avail.... see this later [20:15] HeroCC: Would you reformulate plz? [20:16] west536457640: looking on my 2nd comp [20:16] HeroCC: Found these couple of links, hope they're what you need -- http://ubuntuhandbook.org/index.php/2014/11/install-android-studio-ubuntu-14-04-ppa/ and http://askubuntu.com/questions/272314/setup-and-install-intellij-with-jdk === _jamie is now known as jamie_1 [20:18] hi YvesLevier and Jordan_U - yes i need to enable the equaliser on pulseaudio - tx for the feedback === DarkDevil is now known as darkdevil [20:20] west536457640: im not sure we really fix your problem west. If not satisfied, come back with this topic plz [20:20] west536457640: http://www.webupd8.org/2013/10/system-wide-pulseaudio-equalizer.html looks like a reputable guide, though it does require a ppa and I have no personal experience with it. [20:21] Having a musician friend with never-happy ears. Will ask :) === jamie_1 is now known as jamie-1 [20:22] Jordan_U, thats the one i found also - giving it a go now === darkdevil is now known as DarkDevil [20:25] How to update the Linux STA driver on console ? [20:26] Iam realising that broadcom manufacter dont have the linux driver to make my broadcom wifi + bluetooth 4.0 work with bluetooth [20:26] https://www.broadcom.com/support/802.11/linux_sta.php [20:29] YvesLevier, Jordan_U - it worked, no more tinny sound, thx [20:30] My pleasure [20:30] thx Jordan [20:30] How can i download this driver 64 bits version https://www.broadcom.com/support/802.11/linux_sta.php and update my actual driver using console ? [20:30] xrandr question: so my laptop was able to push 2 display's pre 14.04 out of the box. one display from the laptop DP port and dock's DP port. now after the update to 14.04, the display from the laptop is just pushing out 1280x800 .. there is no other option ..i am able to xrandr --addmode and xrandr --newmode and get it to push the actual display. its a pain in the back to do this everytime i reboot my laptop. [20:30] anyway i can make this better? [20:31] kart: Put the xrandr commands in /etc/rc.local [20:31] kart: configure the monitors using the Displays tool? [20:31] anyone know if there's a bootable armv7 installer with a "secure boot" signed bootloader? [20:32] genii: to set the resolution yes i use the displays tool. [20:32] will try the rc.local route and see if that works [20:32] thanks [20:32] kart: what video card are you running? [20:32] intel HD4400 === Swish[\] is now known as Swish [20:33] MeanderingCode: #ubuntu-arm would probably be the best place to ask that [20:33] Someone could simple copy past the parts of this manual i should follow to install the ultimate broadcam STA driver on my lubuntu http://www.broadcom.com/docs/linux_sta/README_6.30.223.248.txt ? [20:33] have you looked for proprietary drivers? perhaps that would allow you to drive 2 monitors again aswel.., my setup without prop-drivers would not allow me to drive both monitors either.. nor did it detect resolutions properly.. [20:34] then again, i run 2 nvidia cards.. :/ [20:35] if by two displays you mean tty1 and tty2 then it is an xorg thing [20:35] davevanloo: no proprietary drivers [20:35] as of 1.17 it is no longer supported [20:35] Ben64: thx, did. it's a bit quiet over there :) [20:35] rgb-one: yeh thats what i read on the forums. [20:41] how i could know with console commands that iam actually using a previous version of wl, you'll want to provide [20:41] a clean transition from the older driver. (The path to previous driver is [20:41] usually /lib/modules//kernel/net/wireless) [20:41] anyone knows how to fix the gnutls thing in 14.04.2 : using git https:// results in server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none [20:42] most likely due to the fact to gnutls version [20:43] but I do not know how to fix it [20:43] If my wirelless is working thats meand iam already using a previous version of wl? [20:46] Some one help me upgrade to the ultimate wireless driver to Lubuntu 14.10 64 bits ? this one here work for me https://www.broadcom.com/support/802.11/linux_sta.php , i already tested with http://paste.ubuntu.com/10785698/ === Arrch is now known as Hmei7 [20:46] tes [20:47] aladiah if it works, don't cjange it (or what's the proverb) [20:47] change* [20:47] MonkeyDust bluetooth not working [20:47] nighty^: Maybe, try : sudo apt-get install --reinstall ca-certificates . [20:47] nah [20:47] tried that [20:48] does not do anything it is not a cert problem [20:48] MonkeyDust my broadcom is wireless and bluetooth , blutooth work fine , bluetooth dont work [20:48] aladiah please rephrase " blutooth work fine , bluetooth dont work" [20:49] MonkeyDust, he meant wifi works fine and bluetooth does not [20:50] 2 of my entirely new PCI-e cards do not show with lspci. How can I make them visible? [20:50] aladiah try blueman to make bluetooth work [20:50] beloved: have you tried turning off and then on ? [20:51] [20:51] kart: Yes. [20:51] nighty thats it [20:51] Should this be the right part of the manual INSTALL INSTRUCTIONS http://paste.ubuntu.com/10785720/ [20:52] beloved: sudo update-pciiids [20:52] MonkeyDust blutooth dont work with blueman [20:52] Iam to newby i need someone telling me what to put in console to do this http://paste.ubuntu.com/10785720/ [20:53] beloved: what gives you "uname -a"? [20:53] k1l_: Thank you. And then? [20:54] k1l_: 3.2.0-79-generic [20:54] beloved: well, that is an old kernel === spideyman is now known as Guest99096 [20:54] beloved: so that is a 10.04? === Guest38344 is now known as Bl4ckD34tH [20:55] aladiah, no it should not [20:55] k1l_: Why does it matter? [20:55] beloved: that does matter a lot [20:55] beloved: or is it not even ubuntu? [20:56] aladiah, sudo apt-get install blueman [20:56] k1l_: It's based on it but I'll ask in that channel. [20:56] nighty^ : [20:56] nighty^ : i already have blueman [20:56] beloved: yep, good decision [20:56] nighty^ : or do you want a see the result for that command ? [20:57] stupid SmartStart CDs... [20:57] Hello. What package do I need to install to get libx264 as encoder in avconv on Ubuntu 12.04 LTS? [20:57] !find x264 [20:57] Found: libx264-142, libx264-dev, x264 [20:58] !info mpv [20:58] mpv (source: mpv): video player based on MPlayer/mplayer2. In component universe, is optional. Version 0.4.2-1ubuntu3 (utopic), package size 764 kB, installed size 1951 kB [20:59] bazhang: I got libx264-120 (on 12.04) installed already. [20:59] aladiah: I will try and help; what returns from terminal command -> which wl <- ? [20:59] so install x264 vlt [21:00] bazhang: Ok, I’ll try that. Thanks. [21:01] k1l_: Just a final question. Will sudo update-pciids let me find the cards with lspci? [21:01] bazhang: Done. That didn’t change the available codecs listed by avconv. :-/ [21:02] Bashing-om : iam trying this solution form wxl in Lubuntu channel http://paste.ubuntu.com/10785753/ [21:02] vlt smplayer with mpv is another way to go [21:04] bazhang: I didn’t understand that. What is mpv? And isn’t smplayer just an mplayer frontend? [21:05] aladiah: OK, your " http://paste.ubuntu.com/10785720/ " refers, we are attempting to verify the location of 'wl' . [21:05] vlt mplayer/smplayer can do much more than play movies; using mpv with it further yet [21:09] bazhang: Could you explain, please? What part of that could help me solve my problem? [21:12] vlt I did not see what your exact problem was [21:17] bazhang: Sorry. The problem is that libx264 is missing in the list of available codecs for avconv on Ubuntu 12.04 LTS and I don't know whoch package is missing. [21:17] *which [21:18] At last i resolved my problems with Ubuntu. Thanks for trying to help me, thanks to Google all all those guys making blogs and writing articles. Thanks to Canonical for Unity. Good luck. [21:18] hi, anyone out there ever get VuduToGo to work on 14.04. If I can get this last app to work, I can ditch my Mac for good [21:22] What kind of software is this? [21:24] seems like some movie streaming service [21:25] Thanks, I haven't heard about it. [21:25] hello [21:25] can someone help me? [21:25] i need to remove the unity lens [21:25] video, files [21:25] how do i do? [21:27] kahue: try this: http://askubuntu.com/questions/107701/how-to-disable-lenses-in-the-in-the-dash-menu [21:28] hello [21:29] kahue: try this: http://askubuntu.com/questions/107701/how-to-disable-lenses-in-the-in-the-dash-menu [21:30] ty brother [21:30] apreciate [21:48] I have been running the Nvidia 331 drivers as the driver manager lists it as "recommended". I went to the Nvidia site and plugged in my GTX 760 and Linux 64-bit and it found the Linux X64 346 drivers. Are these not suggested to use? [21:50] gunndawg: ubuntu tends to not update drivers during a release cycle unless needed [21:50] gunndawg: it is _definitely_ not recommended to install the ones from the nvidia site manually, unless you love to end up with a black or low resolution screen after the next kernel update [21:51] Fuchs: I'm trying to fix rubber banding issues in Counter-Strike (supported by valve) and thought maybe the updated 446 drivers might fix it. [21:51] gunndawg: just take the ones from the driver manager, unless your hardware isn't supported by them [21:51] Fuchs: they work, jsut trying to fix an issue when gaming under steam [21:51] So compared with Ubuntu, why do some people like linux mint more? [21:51] gunndawg: there are ppas that offer these and at least set up dkms correctly, note that it's highly unlikely that people will like to give you support when you use PPAs. But for trying whether they fix it, that might be worth a try. [21:51] they think it's more serious [21:51] kro2488: [21:51] eric: serious how? [21:52] kro2488: because people have personal preferences, same thing with food, cars and various other things. Happens. [21:52] like the desktop doesn't have fancy stuff, it's more practical etc. [21:52] kro2488: that is not a good idea to ask in a ubuntu channel === Bl4ckD34tH is now known as Bl4ckD34Th [21:52] kro2488: better ask in ##linux for a more objective view [21:53] or just go straight to a mint channel and ask those why they have that preference. [21:53] that requires slightly more effort since these would be on spotchat, not freenode [21:54] why would ppl who use ubuntu know anything about mint? racist [21:54] whats the best way to tether ubuntu laptop to Android for internet? [21:54] lol [21:54] im still new to it all so bear with me [21:54] i don't really write programs and stuff so i rarely use the terminal but im interested in understanding how everything works, so im slowly reading up [21:55] most of the ubuntu gui is fine, but sometimes for updates its quicker to just do a terminal command [21:55] area51pilot: just attach the cable and select "USB tethering" [21:55] basically I could survive if i was forced to only use terminal which is a good thing [21:55] whereas a few weeks ago not so much [21:55] my bluetooth dont work. i have a broadcom two in one wifi and bluetooth. bluetooth work wi fi dont [21:56] kro2488: that sounds more like a topic for #ubuntu-offtopic, then. [21:56] kro2488: the channel here should be kept clean and clear for support [21:56] this i the onlyt hing i use irc for, but thats the channel name for just random chat? [21:56] mcphail, tried that ... VZ wants to charge you [21:56] !bcm [21:56] Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [21:56] with other users [21:57] hey guys how to copy a folder to the boot folder? it seems it wont let me paste it [21:57] anyone know why when i try to sudo apt-get update, it fails with stuff like this Failed to fetch http://archive.ubuntu.com/ubuntu/dists/quantal/main/binary-i386/Packages 404 Not Found [IP: 91..] [21:57] aladiah, what bcm chip exactly? [21:57] kro2488: one of the social channels for random chat (within rule boundaries), yes. [21:57] area51pilot: that is a completely different matter. You asked how to tether: not how to avoid charges [21:58] lyndel4, use sudo [21:58] why wont it let me paste? [21:58] u mean i must use command line? [21:58] lyndel4, for a safety reason [21:58] ok [21:58] lyndel it has to do with authority [21:58] thanks [21:58] yea [21:58] lyndel4: what? [21:59] if i must use cli just to copy a folder to boot directy [21:59] lyndel4: you can run "gksudo nautilus" to get a priveleged file manager but you can easily mess up your system if you do something wrong [22:00] mcphail, your right ... I'm way beyond the simple steps. I used to use FoxFi and ClockworkMod as a hotspot ... but my device isnt supported now [22:00] i undertsnad thanks [22:00] Is it common for wine to lag while running a Windows program? [22:00] al use command line then how should the command look like? [22:01] lyndel4: sudo cp [22:01] area51pilot: running cyanogenmod and ubuntu its totally easy. [22:01] live150, depends on: your system specs + the windows program === ochorocho1 is now known as ochorocho [22:01] Ah ok :D [22:01] thanks [22:01] mehn: quantal is End-Of-Life and no longer has support. The software repository no longer exists as you may have known it . [22:01] k1l_, I have a Droid Turbo .. dont think it can be rooted yet [22:02] mehn: 12.10 is dead long time now. [22:03] lyndel@lyndel-Compaq-Presario-C700-Notebook-PC:~/Downloads$ cp El_Castillo /boot/burg/themes/ [22:03] cp: omitting directory `El_Castillo' [22:03] lyndel@lyndel-Compaq-Presario-C700-Notebook-PC:~/Downloads$ [22:03] what does that mean? [22:03] lyndel4: it means theres a directory in what you're copying [22:03] lyndel4: Means you didn't use the -r switch for recursive copying [22:04] lyndel4: cp -r copies the directories too [22:04] oh [22:04] thanks [22:04] area51pilot: see xda-developers for infos if and how you can run other roms or root or enable tethering [22:04] woot thanks alot guys [22:04] hahah it worked [22:07] k1l_, been there .. going to look into the Bluetooth DUN option I guess [22:07] it just seemed kinda slow when I used it on a tablet [22:11] So I decided to try a wired connection and get rid of my wireless but when I plug in wired I have no connection. Any pointers [22:17] I need to install virtualbox. Is this big monster of a command what I need? https://help.ubuntu.com/community/VirtualBox/Installation [22:18] in_deep_thought, should just be sudo apt-get install virtualbox [22:18] !info virtualbox [22:18] in_deep_thought: sudo apt-get install virtualbox [22:18] virtualbox (source: virtualbox): x86 virtualization solution - base binaries. In component multiverse, is optional. Version 4.3.18-dfsg-2ubuntu1 (utopic), package size 15722 kB, installed size 59932 kB [22:18] really? why that huge mess then? [22:19] in_deep_thought: it's the oracle maintained repository version [22:19] in_deep_thought: seems like that site is outdated [22:19] well SOMEONE should have taken it off the internet then [22:19] people could get hurt [22:20] in_deep_thought: they dont get hurt [22:20] in_deep_thought, that command adds the virtualbox repo. [22:20] ok so now that I installed the wrong one, how can I remove everything I just did? I would apt-get —purge remove [22:20] yeah just adding the repo and key for the repo from oracle, but the regular one in the ubuntu repo works fine for me [22:21] in_deep_thought: calm down [22:21] in_deep_thought, wrong one? which one? [22:21] I installed the oracle one by accident right? [22:21] in_deep_thought: please do a "apt-cache policy virtualbox" and show it in a pastebin [22:21] in_deep_thought: both are fine [22:21] or can I just apt-get install virtualbox now and it will use that correct one? [22:21] in_deep_thought: vbox is made from oracle [22:21] in_deep_thought, both are corrent. the one from the oracle repo is more up-to-date [22:21] correct* [22:22] hi how to upgrad ubuntu 13.10 to 14 [22:22] in_deep_thought, apt-cache policy virtualbox [22:22] !eolupgrades | JUDA92 [22:22] JUDA92: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [22:23] JUDA92: did "update-manager" work? [22:23] in my vbox-install.log I have Error: unable to find the sources of your current Linux kernel. [22:24] in_deep_thought: uname -a gives you what? [22:24] Linux mctsluice01 3.13.0-49-generic #81~precise1-Ubuntu SMP Wed Mar 25 16:32:15 UTC 2015 x86_64 x86_64 x86_64 [22:25] in_deep_thought: apt-cache policy linux-generic #in a pastebin please [22:25] https://bpaste.net/show/f15e61c03c45 [22:25] in_deep_thought: sudo apt-get -s install linux-headers-$(uname -r) [22:26] Pastebin that, in_deep_thought please [22:26] https://bpaste.net/show/9d588a0a5aab [22:26] Remove the -s after apt-get and go for it [22:27] sudo apt-get install --install-recommends linux-generic-lts-trusty [22:28] https://bpaste.net/show/5f7e06c84a25 [22:29] Does apt-get die after that File: does not exist error ? [22:29] this is the original error that I am trying to get around [22:29] https://bpaste.net/show/fd8c9873bdaf [22:29] sudo apt-get install --install-recommends linux-generic-lts-trusty [22:29] you just installed the lts backports kernel somehow and didnt install the headers. [22:29] k1l_: yeah I did that. it works fine. 0 upgraded 0 newly installed, 0 to remove and 6 not upgraded [22:30] in_deep_thought, so you've install the version of virtualbox from the ubuntu repos not from oravle [22:30] in_deep_thought, install that *_ose package [22:30] linux-generic-lts-trusty is already the newest version. [22:30] installed* [22:30] virtualbox-ose? [22:30] in_deep_thought, y [22:31] kostkon: ? , so sudo apt-get install virtualbox-ose? y? [22:31] in_deep_thought, y [22:31] I don’t understand [22:32] in_deep_thought, (y)es [22:32] oh ok. yeah I did that. [22:32] still getting this though: https://bpaste.net/show/fd8c9873bdaf [22:33] in_deep_thought, you need to install the headers as well [22:33] I thought thats what hkrrsx ’s suggestion did? [22:34] "sudo apt-get remove virtualbox*" then "sudo rm -rf /var/lib/dkms/vboxhost" then install vbox again === lt is now known as Guest45231 [22:34] in_deep_thought: My suggestion should have installed the headers for your specific kernel [22:34] sudo apt-get -s install linux-headers-$(uname -r) [22:34] Although, the " -s " part is for Simulate, it's supposed to do a dry run and not actually install anything [22:34] the issue is that a bug in vbox triggered now a bug in dkms. [22:34] That's why I said remove the " -s " and run the command again, to actually commit the installation [22:34] sudo apt-get -s install linux-headers-3.13.0-49 [22:35] so get rid of vbox, remove the bad dkms folder and install vbox again [22:35] and install dkms [22:36] ah ha! k1l_ after trying what you said, VBoxManage —version works [22:36] 4.1.12_Ubuntur77245 [22:36] thanks [22:36] https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/830915 this is the bug, mark yourself as affected if you are already registered on launchpad [22:36] Launchpad bug 830915 in dkms (Ubuntu) "[Oneiric] Error during kernel upgrade: Could not locate dkms.conf file" [High,Confirmed] === Ethan is now known as Guest85016 === Isla_de_Muerte is now known as NwS [22:38] hey guys [22:38] anyone has any idea if wicd is better then network manager? i am having isues (very slow conection) with my nm and want to switch to wicd. [22:38] anyone have any experience with networking and the isc-dhcp-server ? === mrt333_ is now known as mrt333 [22:39] Can someone help me get grub reconfigured? Expanded my windows partition earlier which broke it. Figured it come back when I reinstalled ubuntu, but no luck :/ [22:40] Boot and Windows partition are on /dev/sdc while the ubuntu partion is on /dev/sdb [22:40] Running live cd of ubuntu on the machine at the moment [22:40] hi, anyone familiar with comman 'find' ? i'm always confused that what's the different of using '-name' vs '-regex' ? both options can be use to match file names [22:41] Starwind:did you install ubuntu after? [22:41] Yeah, installing ubuntu was the last thing I did. [22:41] is it uefi? [22:41] Starwind: Show us what we are working with -> sudo parted -l | pastebinit <- . [22:41] I think it installed grub to a different hard disk, so it's still booting from the previously broken grub [22:43] http://pastebin.com/RyExCiwM [22:44] can anyone help me to install gnupg version 2 for use with enigamail [22:46] I don't believe it's uefi MichaelTiebesl [22:47] i was checking your pastebin but it is on several discs [22:47] i dont saw your root from linux [22:48] /dev/sdc is what I'd like to boot from. [22:49] /dev/sda is just a storage drive. Not sure why it has boot flag. and /dev/sdb is the drive I install ubuntu onto [22:49] The other is the flash drive I'm using to run live cd [22:49] Starwind: From the liveDVD -> sudo mount /dev/sdb1 /mnt , sudo grub-install --boot-directory=/mnt/boot /dev/sdb . Reboot and set in bios as the 2nd hard dtive as the boot priority . once booted into ubuntu, run -> sudo update-grub <- to pick up and chainload Windows to the grub boot menu . [22:50] Will give it a shot. Thanks :) [22:50] Bashing-om:that should work [22:50] i was looking for the sdb1 to mount [22:50] hello. I cannot install ubuntu alongside windows 8.1. There is no such option but it shows full harddisk in one piece. I have MBR partition style. [22:51] labeeb32: already have 4 primary partitions? [22:51] mehn: it sounds/looks like the adress is simply not reachable.. it could be that the server is (temporarily) off-line [22:51] never mind that.., seems i had not scrolled down o.O [22:51] Starwind: Corection !! -> sudo grub-install --boot-directory=/mnt/ /dev/sdb >-// as /boot is not a separate partition . !! [22:51] davevanloo: no, 12.10 is shut down since long time. [22:52] yea.., i was scrolled up it seems.. i noticed after posting made a little derp :P [22:53] michaelni: If I had not of made that error .. let's see how it flies . [22:53] hit the 'del' or 'f12' key during bootup screen to boot to windows drive? [22:54] Hello team someone know if ubuntu work well in one Aspire E5-571 [22:54] or ubuntu [22:54] 1 primary, 2 logical, 1 recovery partition, 1 system boot [22:55] labeeb32: so its already out of primaries. so get rid of one to make extended one and put the ubuntu partitions into that [22:57] if i do so, will the option "install alongside windows" be available? [22:57] wartdev, url for specs ? [22:57] evening folks, anyone knows any good e-mail client for ubuntu? im looking for smth like airmail [22:57] chotaz, standard thunderbird is good. [22:59] OerHeks, does its job, but I was looking for something more like gmail, that would organize email conversations like it does or smth like that [22:59] and for some reason my alt+tab and super+tab suddenly stopped working [23:00] if i do so, will the option "install alongside windows" be available? [23:00] if i do so, will the option "install alongside windows" be available? [23:00] OerHeks http://www.amazon.com/gp/product/B00K2O4PCI/ref=oh_aui_detailpage_o04_s00?ie=UTF8&psc=1 [23:01] chotaz, thunderbird organizes email too, but you are free to try something else, i have no experience with other emailclients as thunderbird does it all. [23:01] wartdev, ubuntu should run fine, maybe the intel GPU is not that powerfull for games [23:03] OerHeks thank you [23:04] OerHeks, aaand I just found out thunderbird has add-ons silly me [23:06] wartdev: i think that laptop will be just fine running ubuntu [23:08] I'm up and running. Thanks again guys for you help. :D [23:10] starwind: Great ! [23:14] hi people, does anyone know how to get an X11 forwarding (ssh -Y user@host) without messing up the ubuntu's desktop? [23:15] Xming X server does it perfectly, but unfortunally is for windows :( [23:19] Hi. What's the best way to upload a deb in to a launchpad PPA? [23:19] I have the final deb all ready to go. [23:20] orion, No, you cannot do that. Launchpad does not allow uploading of binary packages directly. It needs you to upload the dsc file along changes and original tarball. http://askubuntu.com/a/71212 [23:20] :< [23:21] even commercial packages need to be reviewed AFAIK [23:21] can i dist upgrade from quantual to whatever is current ubuntu? [23:21] has to be command line since it's just a digitalocean droplet [23:21] mehn: fresh install would be faster [23:21] mehn, sure, 12.10 > 13.04 > 13.10 > to supported 14.04 LTS [23:22] xangua +1 [23:22] mehn, better ask digital ocean for a fresh 14.04 [23:25] hello people, i just made a DIY wifi antena and i'm looking for a program that scan all the WLANs [23:25] and give me the power of reception of all of them in real time [23:25] joe__, wireshark maybe? [23:26] !info wireshark [23:26] wireshark (source: wireshark): network traffic analyzer - GTK+ version. In component universe, is optional. Version 1.12.1+g01b65bf-2~ubuntu14.10.3 (utopic), package size 780 kB, installed size 2644 kB [23:26] thx ! [23:27] any alternative to wireshark just in case ? [23:27] something more lite than i could run on a rasberry PI [23:28] have fun with raspberry pi [23:28] try wifite [23:28] maybe are you looking for that ^^ [23:29] but i must warn you [23:29] yes ? [23:29] raspberry pi has serious issues with networks [23:29] joe__, rasp pi 2 ? [23:29] Hi everyone, is the ubuntu bugsquad IRC still in use? [23:29] you aren't the problem, but an heavy bugged driver [23:30] just in case you'll have some freezes / disconnect [23:30] OerHeks, no rasp 1 [23:30] joe__, then you are not running ubuntu, are you? [23:30] debian [23:30] oh yeah for sur :/ [23:31] OerHeks: Grr... it's so much damn work to make a package. [23:31] but is a strange fork adaptet for a bcm chipset [23:31] but now i'm trying the antena on my laptop [23:31] you'll have less trouble with BeagleBone TI, and with olinuxino [23:32] yeah i heard of them they look pretty cool [23:32] billy__, sure, join #ubuntu-bug [23:32] billy__, sure, join #ubuntu-bugs ***** [23:32] i've hammered my raspberry pi for too many headache ^^ [23:32] ahahah [23:33] thanks OerHeks, I'm actually on that channel, just haven't seen any activity [23:34] billy__, bugs usually are handled on launchpad, development and bughunters are hard to catch on irc [23:34] poorUser, have you try olinuxino ? is it good ? [23:34] yep a way better [23:35] with a normal debian distribution [23:35] !ot | joe__ poorUser [23:35] joe__ poorUser: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [23:35] ok [23:44] hello, I have a really critical problem. I installed Python3.4 by source to /usr/local/bin and then "gi" through pip3 and now, everything is broken. [23:44] Thanks OerHeks, I'l check there [23:44] I have pyobject installed but im still getting ImportError: No module named repository [23:44] before I installed Python3.4 and "gi" through pip3, eveyrthing was working fine. [23:44] the default python is 2.7 [23:45] any fix, please? [23:45] since Ubuntu is highly reliant on Python, I am afraid that the next time I log in..my system will be broken [23:45] so I need to fix this problem while I am still logged in, and I have only 10 minutes! [23:45] Kanov, why did you do that, ubuntu comes with python 3.4.2-1 [23:45] OerHeks; please, how can I fix this? [23:46] !info python3 [23:46] python3 (source: python3-defaults): interactive high-level object-oriented language (default python3 version). In component main, is important. Version 3.4.2-1 (utopic), package size 8 kB, installed size 100 kB [23:46] k i'm running wifite now, but its listening on mon0 (mon0 is my wlan0 i guess ). i have wlan0 who is my default laptop wifi card and wlan0 who is my home-made antena. how do i get wifit working with wlan1 ? [23:46] I have three versions of Python installed; 2.7, 3.2, 3.4 [23:46] and wlan1 whos is my home-made antena* [23:46] OerHeks; is there any solution or can I consider myself truly screwed? [23:47] Kanov, even ubuntu 14.04 lts has python 3.4 ... i don't know how to reverse your install, maybe someone knows? [23:48] * as i never used pip [23:49] Kanov: You will need to use pip to remove what you installed. Ubuntu already has a python 2 and 3 subsystem. Remove either at your systems peril. [23:50] im on 12.04 [23:50] any help please? [23:51] Kanov, maybe this page is any help >> http://askubuntu.com/questions/173323/how-do-i-detect-and-remove-python-packages-installed-via-pip [23:52] I just built a new PC and now have 2 harddrives. 1) SSD w/ Xubuntu 14.04, and 2) 1TB HD with my old Windows install on it. I just got Win 8.1 for free through school and want to install it on the HD, will it overwrite my grub bootloader? [23:52] .wc [23:53] Kanov, what do you need ? [23:53] nightwalkerkg; help [23:53] scrapcode, which drive do you boot from? [23:53] Hey, I've got a PPC iso of ubuntu 10.04 that I'm trying to get an old Powerbook G4 to boot off of from USB. [23:53] xD What do you need help with ? Kanov [23:53] Currently I boot from the SSD [23:53] I can't find the usb drive to boot from [23:54] I've tried every variation of "boot usb0/disk@1:2,\\yaboot" I can think of [23:54] with no result. === andrex is now known as andrex|off [23:54] nightwalkerkg; see above [23:54] Kanov, i just joined, copy/paste it. [23:55] brass_gauge, check the mactel pages [23:55] !mac [23:55] For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [23:55] nightwalkerkg; I have several versions of Python installed and now my system is broken [23:55] OerHeks: I'm on https://wiki.ubuntu.com/PowerPCFAQ#How_do_I_boot_from_a_USB_drive.3F, which is full of information [23:56] but I can't get nuffin' to work [23:56] hello. what would be the best way to set up raid-1 that works under both windows and linux? [23:56] brass_gauge, all i know is that page, maybe someone here knows more about ppc/powerbooks G4 [23:57] Well, if there are any ppc experts around, I'd love to hear from them [23:57] brass_gauge: 2 things .... 1.) Is the USB drive being detected at boot time by the BIOS and 2.) Is that USB drive set to boot before your current internal boot drive? [23:57] btw, I know nothing either [23:57] hkrrsx: with PPC you're pretty much required to boot through Open Firmware [23:57] i.e. holding CMD+opt+O+F at boot [23:57] and it's a command line [23:58] the above link outlines the steps [23:58] Yeah, applying PC logic to a Mac .... I'll show myself out [23:58] and I've tried running ls / dev and devalias but I can't find a distinct boot option, nor do I even know how to interpret the tree that it spits out. === megabit|away is now known as megabitdragon [23:59] brass_gauge: sorry man, that was the only magic trick for my show