[00:14] oi [00:16] nino english plz [00:16] :D [00:26] Hello [00:27] I am running Ubuntu 15.10 in a virtual box [00:27] I had this problem [00:27] http://imgur.com/vcUAN5N [00:27] I tried to fix it by removing ~/.config/monitors.xml. [00:27] as per http://askubuntu.com/questions/23869/could-not-apply-the-stored-configuration-for-the-monitor [00:28] Now when I start the vm I just get a black screen :( [00:32] nm seems to worknow === Dinner is now known as Dinner4Breakfast [00:39] ciao a tutti [00:40] come si fà a chiedere info su mint a qualcuno? [00:41] ciao ragazzi [00:48] Hey channel. I'm not sure what I did but now I'm unable to run programs in terminal anymore. Any idea? [00:49] what error do you get? what did you do? what ubuntu is that? [00:50] FroBro: like what programs? [00:50] actually I thought it was everything, but it just seems to be dev related. [00:50] Gulp, npm, yo etc [00:51] i don't even get anything when i try a version flag [00:51] FroBro: as k1l_ said, waht error do you get, please pastebin an example [00:51] And can you answer the questions as well? [00:51] at all [00:54] sorry didn't see that. Version 14.04LTS in term npm --version, gulp, node --version, etc I get nothing just a new line [00:55] FroBro: what did you do before? [00:58] the only thing out of the ordinary was "sudo apt-get update" and after that "sudo apt-get install node." [01:01] FroBro: 'reset'? [01:02] hi, running xubuntu 14.04.4 with libmtp 1.1.6-20-g1b9f164-1ubuntu2.1; has anyone experienced slow transfer speeds to android phone which get even slower? (i.e. copying 400 images, each no more than 200 kb in size starts off at 100 KB/s and then over the course of the next 5 minutes plummets to 30 KB/s) [01:02] reisio: tried that, still no luck. [01:03] Transfusion: no, but I've experienced Android crapping its pants any chance it gets, generally [01:03] if you've the option, wireless transfer might be less problematic [01:04] is "node" the node.js package? [01:05] yes it is [01:06] FroBro: no its not. nodejs is the package [01:06] FroBro: you installed "Amateur Packet Radio Node program (transitional package)" [01:06] :) [01:06] How do I switch to treating the real time clock (RTC) as having local time instead of UTC time, from a LiveCD/USB session? My goal is to be able to have the clock showing the correct time in the live session, without then having the clock show the wrong time when the user whose computer I'm borrowing boots back into Windows. [01:07] haha nice [01:07] so I just installed nodejs again ;) but still no --version [01:09] Jordan_U: https://help.ubuntu.com/community/UbuntuTime#Make_Linux_use_.27Local.27_time [01:10] If I did "mkdir -m 777 dir_4" would that create a directory with 777 permissions? [01:11] Flannel: Do edits to /etc/default/rcS require a reboot to take effect? If so, that doesn't really work for a LiveCD/USB session. [01:11] Jordan_U: Although I suppose that won't work on a LiveCD. According to the blagonets, if you're on a newer ubuntu with systemd it might be "timedatectl set-local-rtc 1" [01:12] hey guys, when doing apt-get source it says I need to add repositories to sources.list [01:12] what exactly should I add? [01:12] Jordan_U: yeah, just set your timezone to UTC :) [01:12] !repos | disconnected [01:12] disconnected: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [01:12] Jordan_U: (I'm sure there's a real way, but that's one easy way that requires *zero* work each time you boot) [01:16] Flannel: Thanks, I think that "timedatectl set-local-rtc 1" will get me what I want. I'll test that it works as expected later today. [01:17] Jordan_U: Maybe. The other way of reading the page I'm looking at is that the command *sets* the HW clock. [01:20] Flannel: According to "man timedatectl" "If "1", it will maintain the RTC in local time...", which sounds like what I want. It may correct the hardware clock via NTP if it drifts off, but that should be a good thing as long as it stays in local time. === JanC_ is now known as JanC [01:21] Flannel: (I already changed the timezone in the live session, or rather my script that automates all this does) [01:21] hello [01:22] any LVM gurus here that could assist me? [01:22] shortcircuit: Just ask your question. If anyone can help they will :) [01:24] I have an appliance that has been converted to a full 14.04 server, sadly the appliance has 9 drives with mappings that i would like to consolidate into 3 drives. LVM has me so confused now that i have no idea where to even start. [01:26] hi [01:27] I have been trying to solve this myself for several day now but keep hitting roadblocks === LINUX is now known as LINOW [01:30] Hello! I'm having some trouble launching a bundle program at startup... Does anyone know how to make this work? From the terminal the command (cd path/to/file; ./file) works fine, but when I add it to Startup Applications the program never launches. I've tried adding some time but no... === coffeeguy is now known as zen-guy [01:40] Any thoughts? [01:40] shortcircuit: can you give a little more info? [01:43] sure...i have 8 different PV, 8 different VG, and 8 different LV, Each of the LV are mapped to specific folders on my /dev/sda. What I would like to do is consolidate all of the data so that i only have 3 drives. [01:44] its kind of hard to fully explain but will provide what data i can === silence is now known as Guest54272 [01:47] is it 8 times x 1 PV with 1 VG with 1 LV [01:47] essentially yes [01:48] and when you say each LV is mapped to specific folers on sda, do you mean that you are mounting each LV in a different mountpoint in your system which happens to be on /dev/sda? [01:49] Hey all -- when I press system settings it just waits (waiting mouse icon) and not opens [01:49] ubuntu 15.10 [01:49] how can I fix this? I don't know what caused this. [01:49] SDA is the root while sdb is mounted as a folder in the opt folder...and sdc is mounted as a folder within the sdb. [01:50] does each PV = 1 drive? [01:50] yes [01:51] so basically you want to end up using 3 drives instead of 8 drives, correct? [01:52] yes, and i would like to get rid of the maps so that the data reside in the actual folder rather than mapped to the folder [01:52] Any help is appreciated? my system settings is not opening anymore :( [01:53] a device always needs a mountpoint for you to access it. You will have to mount your LV's somewhere. Something like in /data/somedirectory1, /data/somedirectory2 and /data/somedirectory3 === \me is now known as King [01:55] Ok i understand that [01:57] shortcircuit: so basically you would probably want 1 VG with 3 drives in it, and then as many LV's as you want in there [01:58] shortcircuit: so if possible, you would want to move the LV from VG8 to VG1 and then destroy VG8 and add the drive to VG1 with vgextend [01:58] I was thinking that 3 drives with 1 VG with three LV. [01:58] shortcircuit: then you want to do the same thing with VG7 [01:59] i would use LVMove correct? [02:00] shortcircuit: i dont think so, Im looking [02:01] shortcircuit: there are a couple of solutions for that on the web [02:01] http://askubuntu.com/questions/90940/how-to-move-copy-logical-volume-lv-to-another-volume-group-vg [02:01] http://superuser.com/questions/217307/is-there-a-simple-way-to-move-copy-a-logical-volume-from-one-volume-group-to-ano [02:01] but in the end, you will end up with 1 VG with 3 drives, with 8 LV's [02:02] hi [02:02] Hi [02:02] you can't combine your LV's easily. You'll have to create a new LV and copy your data in the new LV and then destroy the old LV's === daniel_ is now known as Optiprism [02:03] would it be possibel to copy the data instead to the folder that it is mapped too? [02:04] shortcircuit: I don't understand your concept of mappings. The Linux filesystem is devices mounted in mountpoints on the filesystem somewhere. [02:06] shortcircuit: If you have enough space in your PV1, you could create a new LV in PV1 and mount it anywhere you want in the filesystem and then start copying the data from your other LV's to that new LV. [02:07] shortcircuit: and as you clear the LV's from the old drives, you can destroy the LV/VG from that unused drive and add it to your VG1, giving you more space as you go. [02:07] anyone can tell me how to hack whatsapp [02:07] facebook [02:07] gmail [02:07] or mobile [02:07] FYI I removed nodejs, reinstalled, and everything is working again [02:07] help me [02:07] sam_: wrong channel and wrong irc network [02:08] ok so my terminology is off...im not a daily Linux user [02:10] shortcircuit: so in summary, you have 8 x 1 PV with 1 VG with 1 LV. You could create a new LV in your VG1 and move the data from LV8 in that new LV, and then destroy the LV8/VG8 and add it to VG1. [02:10] shortcircuit: http://www.ibm.com/developerworks/library/l-lvm/ is a good primer on LVM (with pictures). Don't worry about the commands, just read for content. [02:12] shortcircuit: then repeat for LV7/VG7. And then you will have VG1 with 3 drives. And then just keep copying the data from LV6,5,4 to VG1 and you should be good. Create your 3 new LV's as you go and put the data where you need it. [02:13] does anyone here know how to change my superuser identity on my os? [02:13] so i would end up with 3 drives , 1 VG , 8 LV's? [02:13] shortcircuit: no you would end up with 1 VG, 3 drives (PV's) and 3 LV's [02:14] Well, you could end up with however many LVs you wanted. Think of LVs as partitions. [02:14] binki_: you want to rename the user? of grant another user sudo permissions? [02:14] right, you can have as many LV's as you want. But you seemed to be saying you wanted 3 LV's originally. [02:15] oh ok...i was under the impression that move the LV's would maintain the number of them. Yes having 3 LV's is exactly what im looking for. [02:15] shortcircuit: we're not migrating LV's anymore. We're copying data from your old LV's to your new LV's. [02:16] shortcircuit: You have PVs (physical volumes) 1 per drive (well, that's the usual), then you combine all of your PVs into one VG (volume group, literally a group of phys. volumes). Then you have one gigantic bucket of space. You then divvy that up into however many logical volumes (logical meaning not physical) you'd like. [02:16] ...wouldnt i just be copying the old LV to another existing LV? this i think is where im confised [02:16] confused [02:18] I already extended the LV that i wish to copy the data too. [02:18] you need 3 new LV's. we call them LVa, LVb and LVc. you create those new LV's in your VG1. then you mount those somewhere in your filesystem. And then you move the data from the old VG's/LV's to the 3 new LV's, with mv commands, or cp -rp, or dd if of, ... [02:19] you start by copying the data from VG8/LV8. and once it's done, you add the PV8 to VG1 to have more space [02:20] you do the same thing with VG7/LV7. You now have a VG1 with 3 drives (PV's) in it, and with your 3 new LV's. [02:20] and you keep moving the data from your old VG6, VG5, VG4, VG3, VG2 and VG1 to the new LV's [02:21] i should say LV6, LV5, LV4, LV3, LV2 and LV1 instead of VG's. [02:21] and in the end, you have 1 VG with 3 PV's and 3 LV's [02:22] To simplify this...and i probably should have mentioned this but this is a virtual machine so i can grow the drive at will. [02:24] shortcircuit: so why use 3 PV's? why not just 1 PV/1 VG? [02:25] add a new disk, create a new VG with just that 1 PV, then create 3 LV's, and then move your data on those 3 new LV's the way you need them. [02:25] and in the end you destroy all the original VGs/PVs/LVs [02:25] Im using Zimbra and they suggest keeping the software on a seperate VG [02:26] shortcircuit: yes, it's fine. Create a new VG with your 3 new LV's and move the data there. [02:28] Hey channel , my system settings is not starting when I click -- any ideas or a possible fix? [02:29] mia: what desktop? [02:29] mia: does other stuff not work? [02:29] regular ubuntu so unity [02:29] k1l_, what do you mean by other stuff [02:29] everything else works actually [02:29] mia: start "unity-control-center" from a terminal [02:30] k1l_, pasting the error [02:31] http://pasted.co/ae8f37f4 k1l_ [02:32] mia: what did you do before that happend? [02:32] k1l_, othing relly [02:32] it was working before I don2t remember when I had to visit that last time [02:32] today it's just not working anymore [02:32] ok so i have a VG with enough room for the data. how do i copy it from the LV into the exiting LV thats there? [02:33] mia: what video card? [02:33] do i have to umount the LV first? [02:33] k1l_, nvidia 980ti and 780ti [02:33] dual gpus [02:34] shortcircuit: no don't unmount anything. You're really just going to copy all your data into new LV's [02:34] mia: seems like nvidia driver related: https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1291397 [02:34] Launchpad bug 1291397 in nvidia-prime (Ubuntu) "unity-control-center crashes when nvidia driver is in use (nvidia-prime)" [Medium,Confirmed] [02:35] shortcircuit: create 3 new LV's in your VG with enough room for the data. And then take all the data from your old LV's and just copy them to the new LV's [02:35] k1l_, hm how should I fix this [02:35] k1l_, this bug is from 2014 O_O [02:36] how does that leave me with only three LV if im creating them to delete them other PV.VG [02:36] hello all [02:36] im must be missing something here [02:37] shortcircuit: you start with 8. You create 3 new ones and end up with 11. You move the data from the 8 old ones to the 3 new ones. You remove the 8 old ones. You end with just the 3 new ones [02:37] mia: cat /var/log/Xorg.0.log | nc termbin.com 9999 [02:38] k1l_, http://termbin.com/gzay [02:38] since im creating new LV's is there a reason i cant use the LV i already have? [02:39] mia: [ 26.076] (EE) Failed to load module "nvidia" (module does not exist, 0) [02:39] k1l_, hmm what should I do [02:39] as i mentioned i have already extended the LV to hold the other 5 LVs [02:39] mia: so its not loading the nvidia driver since there is an issue. what driver did you install and how? [02:40] k1l_, I don't remember installing anything specific. I installed cuda a few days ago maybe that's the cause? [02:40] did anyone move to a lighter ubuntu distribution after installing 14.04? I feel like mine feels bloated after just installing [02:40] I meancuda toolkit for running neural networks [02:41] mia: "dpkg -l | grep nvidia | nc termbin.com 9999" [02:41] http://termbin.com/t3ot k1l_ [02:41] mish42: what gpu do you have [02:42] Ben64: Ati Radeon HD 4870, not sure how many years old it is at this point (maybe 5-6?) [02:43] mish42: you might want to switch to a desktop that doesn't use compositing then [02:43] mia: "dpkg -l | grep linux-headers | nc termbin.com 9999" [02:44] Ben64: Is "desktop" same as windowing manager? [02:44] http://termbin.com/fu53 k1l_ [02:45] amd droppt the support of 4xxx cards on fglrx recently. [02:45] also I kept pressing up key to see what commands I ran in terminal and the nvidia related one seems to be this (don't remember when and why I ran this, probobly following some installation tutorial) http://paste.ubuntu.com/15476850/ [02:45] mish42: not exactly [02:45] k1l_, I'm not on amd [02:46] that was meant for mish42 [02:46] Oh === zrl is now known as Guest90437 [02:46] k1l_: that's what I thought. I guess I have two options, upgrade my video card, or change ubuntu somehow (e.g not composoting windows) so that perforance doesn't feel so slow [02:47] k1l_: mia :: " nvidia-352-dev " development packaging ... what have you been doing ? [02:47] Bashing-om, not sure really, I just installed dependency (cuda toolkit) to run a neural network software I had to work with [02:47] mish42: yes. the open source driver seems not to be the best for some older cards. so if you want it lightweight look at xubuntu or Lubuntu or even mate. [02:47] mish42: i would do this (in fact, it's what i'm running right now) [02:48] mish42: forgot the link ... http://www.howtogeek.com/189912/how-to-install-the-gnome-classic-desktop-in-ubuntu-14.04/ [02:48] didn't Linus give nvidia the big FU? [02:49] he did but what can I do.. I need cuda cores. [02:49] And my software does not work on pc [02:49] and I can't afford a mac. [02:49] heard that [02:49] :) [02:49] mish42: A regression, but release 12.04 and the 1st point release still has FGLRX support for that card . [02:50] Anyway I like ubuntu as a development environment I just don't know how to deal with the issues...yet. [02:50] so any ideas on how to fix my problem (or is thi a problem) [02:51] cc Bashing-om, k1l_ [02:51] Bashing-om: Thanks for the tip, I can consider that as well. Theoretically I could run it live from a flash drive and see how it feels? [02:51] mish42: it will be considerably slower from a flash drive [02:51] mia: my only idea: "ls /var/lib/initramfs-tools | sudo xargs -n1 /usr/lib/dkms/dkms_autoinstaller start" [02:51] mia: that will build the modules again for the kernel. [02:51] mish42: the radeon driver should support your card fairly well anyway [02:52] k1l_, any chance of breaking things ? [02:52] mia: but i suspect its an issue with that cuda stuff that was installed manually. [02:52] hm since I instlaled that stuff I didn't restart the machine yet [02:52] it's been working for the last few days non stop [02:52] now this just makes me fear that it won't boot [02:53] sorry i dont know then [02:53] mish42: http://old-releases.ubuntu.com/releases/12.04.1/ . [02:53] okay, thanks k1l_ [02:53] if you need that machine, i wount touch it until you have some time [02:53] Ben64: cool, guess I'll first try gnome classic. then consider xubuntu,lubuntu, or older ubuntu 12.xx. Or shell out 100$ or so for something like nvidia gtx 750 ti. [02:53] hmmm [02:54] I hate that linux feels like wings of a buttterfly [02:54] when you touch it slightly it fells apart irreversibly [02:54] (if you're not a professional butterfly collector) [02:54] mia: but right now you dont use the nvidia driver but the open source driver, since the nvidia driver module broke and wasnt booted. [02:54] mia: if you get a packaged based distro and install stuff without using the package manager and supported repositories, sure === Brandon is now known as Guest83718 [02:55] Ben64, well I installed cuda [02:55] which is not in official places [02:55] I mean cuda toolkit [02:55] seems like previous distros work best on older sw & hw. ubuntu uses alot of resources. imo [02:55] That's the only way I can make use of my cores [02:55] !info nvidia-cuda-toolkit | mia [02:55] mia: nvidia-cuda-toolkit (source: nvidia-cuda-toolkit): NVIDIA CUDA development toolkit. In component multiverse, is extra. Version 6.5.14-2 (wily), package size 18607 kB, installed size 47433 kB [02:55] mia: there is libcuda and nvidia-cuda-* in the repos [02:55] the actual dev. kit is almost 2 gigs [02:55] mia: I am aware that version 352 has some limited vdpau decoding support . Maybe purge all and try the newer 361 driver version ?? [02:56] that has to be something else [02:56] Will the AMD A8-7600 cpu work fine on ubuntu? I heard it crashes often [02:56] im using amd a10 just fine Guest83718 [02:56] Bashing-om, how can I do that [02:56] hey, I'm hobby-ishly porting a tcsh script from mac to ubuntu , and its giving me permission denied errors when I try 'use ffmpeg-1.1.2' [02:56] Ben64, https://developer.nvidia.com/cuda-downloads this one is almost 2 gigs, probobly different than what you sent [02:57] any way of getting off the permission denied errors? [02:57] mia: What release are you on ? May have to resort to our trusted PPA for the driver . [02:57] 15.10 [02:57] mia: size doesn't matter [02:57] mia: dont get irritated by the size mentioned by the package. it is a metapackage and will pull other packages, too [02:57] hmm [02:58] Well I followed the official installation guide so yeah [02:58] maybe they should've mentioned this was possible :( [02:58] ok thanks because Im building a computer and I don't know if I should get the Athlon 860k or the A8-7600 [02:58] mia: What returns ' sudo ubuntu-drivers list ' ? is the 361 offered ? [02:58] Bashing-om, just waiting [02:59] how long does this take normally [02:59] oh wait, here is what it returns [02:59] intel-microcode [02:59] nvidia-340-updates [02:59] nvidia-352-updates [02:59] nvidia-340 [02:59] nvidia-352 [02:59] whoops [03:00] I kinda like how you can play games on linux now saves alot of money and makes great budget builds [03:00] oh [03:00] I was trying to say lol [03:01] use a pastebin mia. paste.ubuntu.com [03:02] http://paste.ubuntu.com/15476928/ [03:02] cc Bashing-om [03:02] Hey guys, I'm new to Linux. This is gonna sound stupid, but whenever I open up the terminal, the very first line immediately says "-bash: /home/*NAME*/.rvm/scrips/rvm: No such file or directory". Clearly I misspelled the word "scripts" somewhere along my installation path. Anyone know how I can keep the terminal from throwing that error every time? [03:03] mia: Consider when you have the down time ' sudo apt-get remove nvidia-* ; sudo add-apt-repository ppa:graphics-drivers/ppa ; sudo apt-get update ; sudo apt-get install nvidia-361 nvidia-prime ' . Not at all sure how cuda will play into this . [03:03] hm okay [03:04] I will do that actually [03:04] I'll wait for my neural network to finish the cycle, which is hopefully in the nex hour [03:04] then I'll be trying this [03:06] mia: Think that 361 will play nicer with cuda .. maybe . [03:06] I don't remember installing any nvidia drivers [03:06] maybe cuda did install them [03:09] Bashing-om: (or whoever, don't remember). Gnome classic feels snappier, so thanks for the tip. [03:10] mish41: Think that was Ben64 . [03:10] okay. thanks! [03:11] mia: " ii nvidia-352 " proprietary driver is installed .. and I can accept a conflict with " ii nvidia-352-dev " . But I am always amazed at what I do not know . [03:12] Bashing-om, removing nvidia as you mentioned will remove everything right ? [03:12] Bashing-om, could it be related to this somehow http://paste.ubuntu.com/15476850/ [03:12] this seems like the only thing I did in the past related to nvidia (somehow) [03:12] Has anyone SUCCESSFULLY installed Adobe air via wine? if so, how? [03:12] I mean besides installing the cuda toolkit [03:13] mia: Well ,, maybe best look at removing cuda as you installed from OEM .. Not sure at all that the package manager will deal with it . [03:13] http://shrinkmy.com/ZFmSN1C6 [03:13] pam, I wish I knew - I could not even get skype working over wine :( [03:13] Bashing-om, okay I will try [03:13] Has anyone SUCCESSFULLY installed Adobe air via wine? if so, how? (I've installed Adobe Air...but now I can't find out how to use the installer to install an .air file) [03:14] Bashing-om, this is how I installed it https://developer.nvidia.com/cuda-downloads [03:14] if you follow by selecting operating system, architecture, distribution, version, installer type (local) you will reach my installation instructions [03:14] mia: I'm trying to use this tutorial http://jcward.com/Installing+AIR+Apps+On+Linux [03:14] If you can get this to work, let me know how. [03:15] mia: OUCH ! " sudo rm -f /boot/initrd* " .. still have kernel symlinks valid from / to /boot ? [03:17] mia: ^^ cuda: when you un-tared .. is there a readme for guidance to un-install ? [03:18] not really [03:18] Bashing-om, after the uninstall you pasted above, the settings menu now works, but cuda seems dead [03:19] mia: I do suggest to remove the OEM cuda ,, however one can .. and see how the cuda release in our repo performs . [03:22] Damnit! Why is it so goddamn hard to install an adobe air app via Wine? [03:22] does anyone have an idea as to why when i migrate a specific wp website to my server it makes a separate wp site on my server have a white screen issue? [03:24] suh [03:25] k === SonikkuAmerica is now known as SonikkAmerica [03:28] suh === SonikkAmerica is now known as S-USA [03:32] Bashing-om, I just installed the nvidia driver using sudo apt-get install nvidia-361 nvidia-prime [03:33] but when I do nvidia-smi -L I get the error <> [03:35] mia: ' lspci -nnk | grep -i vga -A3 | grep 'in use' ' ?? [03:36] Bashing-om, << Kernel driver in use: nouveau >> [03:36] this is all [03:39] mia: Ouch .. should be 'nvidia' . so nvidia is not loaded . [03:39] Bashing-om, why can this be [03:39] because I went into my Should I be rebooting after that ? [03:40] mia: Affirmed on the reboot . do . [03:41] okay checkin g now === tyler is now known as Guest65693 [03:45] Hey, I'm on mint and was looking for some network adapter support for my ASUS g75vx [03:47] Has anyone ever successfully installed an Adobe Air app via wine on Linux (I'm running the latest version of Ubuntu). I've got Adobe Air installed...but I can't install an .air file. What do I do? [03:50] Guys halp I've entered some kind of command line mode how do I exit it? [03:51] Bashing-om, it worked! thank you very much! [03:51] Optiprism, CTRL+ALT+F7 [03:52] Ah thanks ! [03:52] mia: :) Great .. we can wipe the sweat off . [03:53] hi, i was trying to install ethereum miner in ubuntu 15.10 and got stuck when i tryed to install llvm-3.7-dev [03:53] !mint | Guest65693 [03:53] Guest65693: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [03:53] gets stuck on : Setting up binfmt-support (2.1.5-1) ... [03:54] i tryed so many things and now i cant install nothing... cuz it say me to go : sudo dpkg --configure -a [03:54] and it allways get stuck on that [03:54] Can someone please help me [03:54] chuneed === mason1 is now known as masoncodes [03:56] hi, i was trying to install ethereum miner in ubuntu 15.10 and got stuck when i tryed to install llvm-3.7-dev gets stuck on : Setting up binfmt-support (2.1.5-1) ... i tryed so many things and now i cant install nothing... cuz it say me to go : sudo dpkg --configure -a and it allways get stuck on that Setting up binfmt-support (2.1.5-1) ... [03:56] (sorry idk how to do that) [03:57] how can i make ubuntu stop asking to do dpkg --configure -a [03:57] run it? [03:57] if i run it it gets stuck in same thing [03:57] hm... === N3X15 is now known as scuttlebot [03:57] gimme 3 sec to switch clients === mason_ is now known as masoncodes [03:58] suh [03:58] Has anyone ever successfully installed an Adobe Air app via wine on Linux (I'm running the latest version of Ubuntu). I've got Adobe Air installed...but I can't install an .air file. What do I do? === scuttlebot is now known as N3X15 [04:00] masoncodes i also noticed that xorg seems to be using 100% cpu [04:00] try rebooting? [04:00] or askubuntu on stack exchange? bro idk [04:01] tryed so many times before come here ask for help :( [04:05] Haha I got my nvidia drivers back [04:08] Optiprism: One more step taken on that curve of learning . [04:11] Optiprism: showoff [04:11] :D [04:37] hello world [04:38] i am in [04:38] oooo ooo [04:40] "hello, world" [04:41] reisio Yes? [04:43] twss [04:49] #abcde [04:50] yup [04:50] f [04:52] reisio, hardyn... maybe have the wrong channel. [04:54] davido: oh? /msg alis list *foo* can help [04:55] I'll be more clear. "yup", "f", "twss". ...none of that nonsense seems on-topic for a channel about the Ubuntu operating system. [04:56] * reisio yawns [05:09] .. [05:13] http://imgur.com/QUZ2iKO having an ncurses problem with putty [05:14] check [05:15] Hey guys, so I went into the additional driver application and saw I had this driver selected: http://i.imgur.com/R2cpHqx.png Since when were the nvidia provided drivers open source, this is awesome! [05:16] Also anyone know when the 364.12 driver will arrive in the PPA? [05:18] Caplain: make sure charsets/locales match [05:19] reisio, okay [05:35] Kinda off topic Does anyone know what's wrong with this statement [05:35] http://pastebin.com/mDk5X9K4 [05:39] bray90820: looks like it's missing a then after first if, for starters [05:39] and also another final ; fi [05:40] alternatively you could use a single if with a logical and [05:40] and it's ; else, too, IIRC [05:40] more at #bash [05:42] reisio: are you in #bash? [05:43] nope [05:43] Can you help me here then? [05:43] well, I think I got all your problems :) [05:43] what I meant was /even/ more at #bash [05:43] Sorta [05:46] reisio: Should I remove the second if? [05:46] Or what would you do to make it correct [05:46] it'd probably be more efficient to use a logical and [05:47] Yea as you can tell I am not much of a bash person [05:47] bray90820: what is it you're trying to do, in general? [05:48] you want a daily cron'd script that's aware of what day it is? [05:53] hey i keep getting failed to install grub to /target when i try to install Ubunut 15.10 along side windows 10. [05:54] macattack18: should be able to fix that manually after the rest of the installation finishes, if it can continue [05:55] I tried to continue install without a boot loader but the ok button didn't do anything [05:55] I had to hard reset I am currently in the live USB [05:56] well, that's a separate problem, then :) [05:56] does it do that every time? [05:56] assuming it installed okay what can i do to fix it [05:56] i installed eos right before this had the same grub error but was able to continue [05:57] i was hoping it was just an issue with eos but have the same problem with ubuntu [05:59] oh, installing grub manually is pretty straightforward [05:59] you'll want [05:59] How would I do it? [06:00] /etc/fstab, and the output of sudo lsblk -f [06:01] hey, i created a new network on xchat but however it says no ident response . what should i do? please help :) [06:01] reisio: Every sunday I want to purge or prune the stuff in /media/backup/Recorded_TV/ that doesn't exist in /media/data/Recorded_TV [06:01] Here is the rest of my script so you can get a better idea of what's going on http://pastebin.com/QFgxrxeC [06:02] Once I have the output of lsblk -f what do I do [06:02] hey, i created a new network on xchat but however it says no ident response . what should i do? please help :) [06:03] macattack18: typically you grub-install /dev/sda regardless, but if you have a complex situation, you'll want that info [06:03] yea I have windows 10 on a bigger ssd and 2 3TB drive [06:03] Hi. I had an error and rebooted. I think the machine is trying to go into emergency mode, but I can’t tell because I have an EFI machine and my video card doesn’t have EFI firmware. So video doesn’t become active until the nvidia drivers are loaded. What should I do? [06:04] Ubuntu is on a smaller SSD [06:05] bray90820: you want to purge what exists in /media/aaron/Backup/Recorded_TV/ that doesn't exist in /media/backup/Recorded_TV/ ? [06:05] macattack18: typically grub is installed to the first device (/dev/sda) regardless, but again, you have options [06:06] alright so should I just try to run that install command [06:06] reisio: Yes every Sunday [06:06] bray90820: and if it isn't Sunday, do nothing? [06:07] Correct [06:07] bray90820: so, you could do something like this (note I have omitted -n, and retyped strings by hand): date +%A | egrep -q '^Sunday$' && rsync -HSa --delete root@192.168.1.8:/media/backup/Recorded_TV/ /media/aaron/Backup/Recorded_TV/ [06:08] Lets test it out with -n [06:08] yes :p [06:08] I got this error running grub install 'grub-install: error: cannot open directory `/boot/grub/i386-pc': No such file or directory.' [06:09] macattack18: okay, that means grub is either confused about where /boot/ is, or /boot/ is not correctly populated (grub userland isn't installed) [06:09] macattack18: the former is slightly more likely, I'd say [06:09] macattack18: look at where /boot is according to /etc/fstab, see what's in there [06:10] wait whyrWouldn't I need ssh root@192.168.1.8 [06:10] Sorry let me repay that [06:10] reisio: Wouldn't I need ssh root@192.168.1.8 [06:10] I dont have anything labeled boot in etc/fstab [06:11] help? [06:11] bray90820: not typically, no [06:11] That's new to me [06:12] bray90820: it'd be -e ssh, IIRC, and that should be default [06:12] bob2017: ? [06:12] macattack18: then it'd be on the partition labelled / [06:12] none labeled / [06:13] https://gist.github.com/anonymous/f3b9b742733cd67b862a [06:13] reisio: i had what seemed to be an error, so i logged in through ssh and rebooted. but my machine didn’t come up. I think its booting into emergency mode. but i can’t tell — its an EFI machine, and the video card doesn’t have EFI firmware, so there’s no video until the nvidia drivers get loaded. it isn’t getting far enough to launch sshd. What should I do? [06:13] bray90820: now, I wouldn't do this, but if you happened to want instead a very explicit if else setup, in bash, more like what you were going for at the outset, it'd be something like this: if [ $(date +%A) = "Sunday" ]; then echo 'foo'; else echo 'bar'; fi [06:13] reisio: Could I replace Sunday with Wednesday to test it out since it's not sunday ? [06:13] thats the output of fstab [06:13] bray90820: but of course [06:16] bray90820: and you could do very explicit code for every day of the week like this: http://dpaste.com/0F894K1 [06:17] bray90820: or for some, and '*)' (instead of 'Sunday)', for example), for a final generic catch-all [06:17] http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_03.html [06:17] macattack18: no, that's lsblk's output [06:18] reisio: So just to get it straight it doesn't delete anything from /media/backup/Recorded_TV [06:18] bob2017: you should have video before nvidia's loaded, still [06:18] oh so what am I missing then? [06:18] bray90820: rsync, with --delete, delete's from the second path, not the first; the destination, not the source [06:19] bray90820: with -n it should say explictly [06:19] bray90820: just put an extra dummy file in the destination, and it'll delete [06:19] (or simulate deleting it) [06:19] macattack18: /etc/fstab [06:20] Ok so were good then [06:20] reisio: well, i dont :p even when the machine is running normally. is there a way to put the video drivers onto initramfs? the issue is the machine doesn’t have BIOS, and the video card firmware wants BIOS, not EFI [06:20] reisio: Thanks [06:21] np man [06:21] reisio: when I open fstab this is what I see [06:21] https://gist.github.com/anonymous/aff78dd03fcb3b3fd6c1 [06:22] bob2017: I'm not sure how you'd debug a forced headless system that isn't booting [06:22] bob2017: you could boot it via a virtualization system, I guess [06:22] reisio: can’t do that either i’m afraid [06:22] macattack18: now, you actually need /etc/fstab from your installation's / partition [06:23] macattack18: so probably: mount /dev/sdb1 /mnt; cat /mnt/etc/fstab; umount /mnt [06:24] bray90820: oh I understand your question more now [06:25] bray90820: ssh user@host foo sends the command foo to the host; but rsync has its own client/server system [06:25] reisio: What question? [06:25] about 'ssh rsync' [06:25] Aaahhh [06:26] reisio thanks for the help i need to get going. I will keep trying [06:26] reisio: In any case it's all sorted out now [06:26] yarp [06:28] reisio: SCORE the script finally works [06:28] noyce [06:29] bray90820: don't forget to substitute Sunday in for Wednesday :p [06:29] s/-n//, etc. [06:30] Yep Tried it both ways works perfectly [06:30] Granted it was only a dry run === Vampire0_ is now known as Vampire0 [06:59] any idea about fix of broadcom 43xx drivers freezing nautilus when opening /proc/ directory? [07:16] hi my friends [07:16] hi friend [07:16] (hi friend HI FRIEND) [07:17] how do i send meeting invitation via thunderbird? [07:18] I just upgraded from 15.04 to 15.10, and my Intel PCI-E dual-port NIC, using the e1000e module, is only detecting of the ports on the card. dmesg isn't revealing much, I did a quick Google search and didn't see similar issues [07:22] linocisco: you'd probably want an extension, or just to use evolution instead [07:34] I just upgraded from 15.04 to 15.10, and my Intel PCI-E dual-port NIC, using the e1000e module, is only detecting of the ports on the card. dmesg isn't revealing much, I did a quick Google search and didn't see similar issues [07:51] Hi guys. I need help with xrandr. maximum screen resolution of 1024 * 768, the driver is installed. [07:51] if I do [07:51] xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync + vsync [07:51] xrandr --verbose --addmode VGA1 "1920x1080_60.00" [07:51] xrandr --output VGA1 --mode "1920x1080_60.00" [07:51] screen resolution becomes normal. but only until you reboot. [07:52] I added to the startup, but at the start of the move down icon on the toolbar. where it is necessary to add the execution of these commands, so they worked before the creation toolbar [07:57] Hi all - is there anything wrong with planet ubuntu? The doc for adding your blog to the stream says it can take up to 2h (cron), but it's been overnight now and nothing :/ [08:16] Hey [09:12] good morning [09:12] TEST [09:12] I have a question on scripting, trying to write an xrandr script to fix my display settings on login. [09:13] xrandr --output DVI-0 --primary --mode 1440x900 [09:13] just to clarify the --primary in this command will make that DVI display the primary display correct? [09:16] Keepass2 does not work and when I execute it, a window will suddenly open and close. Do you know how can I fix it? [09:18] How can I log all of the output of the keepass2 command? (When I scroll up I can not reach to the top point.) [09:19] Current status: I have a PC at home with the following storage setup: 2x 4TB HDD, 2x 2TB HDD, 1x 500GB HDD, 1x 120GB SSD. In the past, the 2x 4TB HDDs where used as RAID1 (There where Backups and archives on it). The other HDDs have different data on it. At the moment I'm running an Windows 7 on this computer, with only the 120GB SSD and one 2TB HDD connected. All the other sotrage devices are not connected. [09:19] This Windows 7 is only for gaming. I use my laptop for my work. === Drac0 is now known as Guest90504 [09:20] Hello Guys, my Laptop runs with Xubuntu but he can´t connect with my Network, somebody can help me? === uptime is now known as sleeptime [09:24] What I want: A pc with Ubuntu 14.04 / 16.04 (when released) and windows 7 (for gaming only). The PC should not only be used by me, my girlfriend and some other people should have there own user on it. I want to have versioning of all user data (hourly backups, if changes are done). It should be easy to get an old state back and deleted files should be recoverable. "Normal users" should have the possibility to [09:24] get there data back again, by there own. The usable storage space should only be like 2 - 4 TB not more. All the other space should be used for backup/versioning. [09:26] Hi, can anyone help me witch grub? I want an own entry and have problems to detect the right partition for my ubuntu 14.04. [09:26] hello [09:26] I know that is a long text. But I hope I could tell you my goal. How would you setup something like this? Do you know any documentation about similar setups? What FS would you use? How would you do backup/versioning? [09:26] hello [09:27] my name is abhishek and i am 1st using ubuntu studio [09:27] please .. some one write for me [09:28] Hello [09:28] how to fix [09:28] *!*@194.183.98.124$##fix_your_connection .. what is this.. and how to work [09:29] How i am join [09:29] abhishek, this does not concern you [09:30] you know bengali language [09:30] Tumi ki bangla jano..? [09:30] abhishek, no [09:30] my english is bad [09:31] i am first time use this linux [09:31] do you like it? [09:31] yes... [09:31] I love it [09:32] I am from INDIA. you..? [09:32] how are you.. [09:33] my name is Abhishek Kundu.. [09:33] abhishek, you may find a channel with a language that is better for you here: https://wiki.ubuntu.com/IRC/ChannelList#IRC.2FChannelList.2FLocal.Local_Ubuntu_channels [09:33] !ot | abhishek [09:33] abhishek: #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! [09:34] You are very good friend thank you.. [09:34] Keepass2 does not work and when I execute it, a window will suddenly open and close. Do you know how can I fix it? How can I log all of the output of the keepass2 command? (When I scroll up I can not reach to the top point.) [09:36] Thanks... [09:36] I Love you... all my friend thank [09:36] !in [09:36] #ubuntu-in is the channel for Ubuntu in India [09:37] Hello [09:38] abhishek: I don't know for sure, but I guess someone in #ubuntu-in speaks bengali, if that is easier for you :) [09:44] Keepass2 does not work and when I execute it, a window will suddenly open and close. Do you know how can I fix it? How can I log all of the output of the keepass2 command? (When I scroll up I can not reach to the top point.) [09:45] mojtaba, what is the command to launch it in terminal? [09:45] keepass2? [09:45] ouroumov_: yes [09:45] If so, use: keepass2 | tee keepass2.log [09:45] All standard output will be written to the keepass2.log file [09:46] then you can view this file using less command or a text editor [09:46] ouroumov_: thanks [09:47] http://paste.ubuntu.com/15478309/ [09:48] How can I run multiple instances of a program in Ubuntu? I tried to use the middle mouse button, but it didn't work [09:49] Bitrix, what program is it? [09:49] how do I get virtual box.... the website sends a file that is NOT the one.... which one is it? [09:50] ouroumov i.e System Settings, and sometimes I want Files [09:50] try #vbox RiPpIn [09:50] RiPpIn: sudo apt-get install virtualbox [09:51] ty guys ... [09:52] RiPpIn: You might want to look at vagrant as well. It runs on top of virtualbox, works from the command line but has a library of prebuildt system which is easier to set up. [09:56] This may mean that the package is missing, has been obsoleted, or [09:56] is only available from another source [09:57] Keepass2 does not work and when I execute it, a window will suddenly open and close. Do you know how can I fix it? http://paste.ubuntu.com/15478309/ [09:58] you know of apt-add_repository or do you do that from the software center? [09:58] ..add-re.. [09:59] terminal [09:59] Well I am old-school and like the terminal. YMMV [09:59] software center does not do very well [10:00] Today you don't need it that often unless you are dealing with serves. [10:00] just tried to disable my touchpad while typing, as described here: https://help.ubuntu.com/16.04/ubuntu-help/mouse-disabletouchpad.html. I am using 15.10, and there is no such option. any clues? [10:01] hello, can someone point me to somewere i can ask about trying to install ubuntu mate on my macbook pro 5 [10:01] 5.1 [10:02] !mac | stefffff [10:02] stefffff: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [10:03] thanks === dreamon__ is now known as dreamon [10:14] Keepass2 does not work and when I execute it, a window will suddenly open and close. Do you know how can I fix it? http://paste.ubuntu.com/15478309/ === Aria|away is now known as Aria === Aria is now known as Guest62104 === Guest62104 is now known as Guest62104|away [10:20] MonkeyDust: :p [10:20] lotuspsychje [10:24] Would like to create a .deb package. The software, however, has dependencies without packages in the Ubuntu repositories. Can somebody give me a link perhaps how to create such a package? [10:26] !packaging [10:26] The packaging guide is at http://packaging.ubuntu.com/html/ - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports and !sponsoring [10:28] ovalseven8: you might package those external dependencies too and put them in your own PPA, or else import and build specific versions of those dependencies inside your own package [10:29] dpkg doesn't use package dependencies. You need apt.. [10:31] TJ-: Mh, I am just starting to deal with packaging. So, will it also work if I compile the dependency in my chroot? [10:32] ovalseven8: if say you've got myapp that depends on libA and libB, with libA in the archive but libB not, then you could include and build libB inside your 'myapp' source and package the combined binaries as myapp.deb [10:34] http://askubuntu.com/questions/240421/how-to-create-a-deb-file-with-dependency [10:36] hi all === Blaster is now known as Guest94228 [10:39] jemand da? [10:40] !de [10:40] In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [10:40] jmm8612: deutsch wird in #ubuntu-de gesprochen :) [10:40] ok danke === plasmoduck_ is now known as plasmoduck [10:44] How come when I do "top" command and see that "KiB Mem: 2048888 total, 1957660 used" but all processes have 0.0 on %MEM? [10:45] hackal: its cache and buggers [10:45] *buffers [10:45] hackal: see linuxatemyram.com [10:46] hackal, I use htop [10:46] I do not panic but my websites do [10:48] thanks for the htop, found the problem (mysql) [10:49] hackal, dou have a unusual /etc/sequrity/limits.conf settings? ( have you used bastille per chance?) [10:49] never mind then [10:49] sorry I never used bastille [10:49] !info bastille [10:49] Package bastille does not exist in wily [10:50] It sets up the system more securely [10:50] I use 14.04 LTS for now [10:50] It looks like mysql is reserving memor [10:54] A few years ago I had a problem with running out of memory turned out I had underestimated the number of processes running on ubuntu client. bastile was set up for a server. So I got some relly wierd error messages. === cigumo_ is now known as cigumo === Drac0 is now known as Guest1023 [11:26] hey [11:26] ubuntu monitor sucks [11:27] is there a task manager similiar to windows? [11:27] windows task manager is much much much much better than linux [11:27] I am getting local fonts clumsy, http://i.imgur.com/ZAEd4Gy.png [11:27] I am getting local fonts clumsy, http://i.imgur.com/ZAEd4Gy.png [11:28] top in command line? [11:28] Keepass2 does not work and when I execute it, a window will suddenly open and close. Do you know how can I fix it? http://paste.ubuntu.com/15478309/ [11:29] is there a win32-loader.exe somewhere in ubuntu.com/ ?? [11:29] stallmanoia: you mean to load windows programs? === asdfa is now known as marceloper [11:38] Keepass2 does not work and when I execute it, a window will suddenly open and close. Do you know how can I fix it? http://paste.ubuntu.com/15478309/ === mike_ is now known as Guest29518 [11:44] offline software install in internet pc to without internet pc in ubuntu studio [11:44] help me .. [11:44] i am a new user.. [11:44] thanks [11:45] ubuntu-studio, use a dvd [11:45] how [11:46] tell me detail [11:46] where i found dvd [11:46] ubuntu-studio, say subscribe the magazine ubuntu user. they have DVD's [11:47] ubuntu-studio dvd have not office package. i am try to install it online pc to other pc how. [11:48] which app help me to do this.. [11:49] ubuntu-studio, your not online so you need a DVD. I got my firt one from a trade show [11:50] first [11:51] i download the dvd form the web site. but i want more app my offline pc [11:52] ubuntu-studio, https://help.ubuntu.com/community/AptGet/Offline/Repository [11:53] I've used apt-cacher-ng to donload tings to my online PC and the transfer them to my cluster without internet access. You would probably want to update Network Time protocol (NTP) as well though [11:58] How can I connect to a network using only the terminal? I have no X server running (not sure why but have been told it's a graphics driver issue) and network-manager is not installed. I'm running 14.04. [11:59] sand0, Depends on whether your machine will get its address through dhcp or manual allocation [11:59] sand0: wifi or ethernet? === james is now known as Guest2089 [12:00] ubuntu server+ [12:01] k1l_: either would do. I have an ethernet cable plugged in and p1p1 shows when i run `ifconfig`, but I'm unable to e.g. `curl http://www.google.com`. [12:03] Hvae you looked at the linux network administration cookbook? [12:03] sand0: so its a desktop install but it just doesnt load the desktop? [12:05] k1l_: I didn't do the install myself, but I AFAIK it's a fresh install which just isn't loading the desktop. I've been told I might need to install appropriate drivers for my NVIDIA card before I can get an X server running [12:05] Hi , I m working on a java application which needs bluetooth API ( BlueCove), but I have this message (Native Library bluecove_x64 not available), I guess that eclipse doesn t find the API in the library path. So I m wondering where eclipse store his libraries on linux ! ? I m using Ubuntu 15.10 [12:05] Have you tried running startx = [12:07] younder: no. dont use startx please [12:07] !nomodeset | sand0 [12:07] sand0: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [12:08] very well use grub setup then [12:08] sand0: try the "one time" solution with editing the grub kernel line on one boot on that machine. adding "nomodeset" there might give you a desktop and then it works and we dont have do bother with the cli netowrk stuff [12:08] k1l_: OK, I'll have a read and try this. Thanks everyone. [12:09] kll_: there is no 'grub kernel' [12:09] younder: please read what i wrote: grub kernel line. [12:09] ah ok === marshal0605 is now known as marshal0505 [12:23] what permissions should authorized_keys have? [12:24] crazyhorse18: 644 here [12:25] ok sounds good [12:25] and should it be user:user? [12:25] crazyhorse18: yes [12:25] i've done this i'm guessing 50 times, and i always forget what it has to be.. because it's always only 2 - 3 times a year [12:27] k1l_: I've added nomodeset to the GRUB_CMDLINE_LINUX_DEFAULT option, run `sudo update-grub` and then restarted, but it still boots to the shell. What does this mean? [12:27] somsip: nice.. it worked [12:27] :) [12:27] crazyhorse18: cool [12:28] sand0: well, i said you should edit the grub with the one time solution. [12:28] sand0: so the easy fix didnt work somehow. so lets focus on the network as you wanted in first place [12:29] OK, thanks [12:29] sand0: is there a router at the other end of the ethernet cable? [12:31] sand0: meaning, is there a dhcp server running? like the most router setups do [12:31] k1l_: presumably - I'm plugged into an ethernet port in an office, and can't really tell what's at the other end. Is there a way I can find out from my computer? [12:32] sand0: if this is in your office, you should contact the office's IT department [12:32] sand0: nmap [12:32] +1 [12:32] sand0: it's quite possible there's mAC filtering on the network, restricting what can connect, or no DHCP and everything's static connected. [12:32] sand0: and in some cases, you need to have additional authentication done on the computer to make it work with some ethernet networks. [12:32] sand0: yeah, best is to ask the admin. offices tend to have crazy setups and this would take long to test it out. [12:32] crazyhorse18: can't if he has no IP - no data will go in or out. [12:33] sand0: and also, note offices have IT policies that may preclude your running this computer on the network - they may require special restrictions or checks on the machine to make sure it meets their policies [12:33] or they may just say "no" [12:34] if its just a dhcp router it would be an easy thing: open /etc/network/interfaces , edit it so the auto eth0 (if eth0 is the ethernet device) has this line under it: iface eth0 inet dhcp [12:34] OK, thanks everyone. I'm in a 'hot-desking space', so I doubt there are restrictions on the devices which are allowed to connect [12:34] sand0: i know a couple 'hot-desk' spaces that still are restricted to some extent. Check with office IT anyways [12:34] sand0: you may have some luck if you "sudo apt-get install cdpr && sudo cdpr", if you want to find out what you are connected to [12:34] sand0: because there may be restrictions you're unaware of in that location [12:35] hateball: I can't install anything because I'm not connected :) [12:35] sand0: right [12:35] teward: you're right; I'll go find an admin. Thanks everyone [12:35] sand0: expect a list of questions such as "What is the sytem, why do you need it, what runs on it', etc. [12:36] sand0: 'cause those're questions I usually ask before permitting things on the 'net at any workplace I have power over [12:36] (even at my home network, heh) [12:36] When does kernel 4.5 come to Ubuntu? [12:36] #FG [12:37] HI [12:38] i'm trying to install burg to /dev/sda but I get the message that I need to use blocklists, and apparently blocklists are bad? I there any way for me to not use blocklists? [12:39] http://pastebin.com/4UV0uKfE [12:40] andywojo: If you know what you are doing, there is a build for ubuntu wily here... http://kernel.ubuntu.com/~kernel-ppa/mainline/ [12:41] yeah [12:41] Just found it [12:41] I'm running Xenial though [12:42] andywojo: Shouldn't be a problem anyway... [12:46] how do i check what versions are available for a specific package? [12:47] jeffreylevesque: apt-cache policy {packagename} [12:47] thank you! [12:48] hiyas all [12:54] :*( i'm getting 34kbs from the servers.. 21mins just to install some packages [12:58] I have a problem mounting an encrypted disk, it keeps telling me that I should check whether the kernel supports aes-xts-plain64 cipher - which module might be missing? - and what should I look for? [13:01] asbr: if it's an amd64 build, aes-x86_64.ko [13:02] is my syntax almost right - `npm install -g eslint babel-eslint@6.x`? [13:03] sorry wrong channel :( [13:03] Well, actually it is an ubuntu running MATE on a raspberrypi, what could be the corresponding module? [13:04] asbr: you'll probably want xts.ko as well; use 'lsmod' to check what's loaded already [13:05] asbr: "aes-arm.ko" for ARM === marshal0605 is now known as marshal0505 [13:05] lsmod says that xts is loaded, but no aes, I'll try that, thank you [13:07] asbr: the aes-$ARCH.ko modules should all alias just 'aes' so "modprobe aes" is sufficient on any architecture [13:12] hi [13:12] i am new to ubuntu [13:13] TJ: sorry, no luck, still doesn't work. Now lsmod tell that both xts and aes-arm is loaded, but still no good. Maybe the UbuntuMATE build for raspberrypi has some errors in it, I think it is quite new. But thank you anyway! [13:13] amal: hi new to ubuntu [13:13] asbr: no, there are many modules, let me check what else you need [13:14] TJ: ok, I'll hang on! [13:14] I'm trying to get something in PATH for root. I've tried putting export PATH=/path/i/want:$PATH in /root/.bashrc and /root/.profile and in /etc/environment but nothing is working when I open a new shell and echo $PATH. Suggestions? [13:15] ubuntu version is 14.04 [13:15] asbr: try also adding gf128mul.ko" [13:17] asbr: are you using 'modprobe' or 'insmod' - with the former it'll resolve the dependencies and load them for you [13:17] sanremo [13:18] TJ: I use 'modprobe'- and gf128mul didn't solve it either [13:18] asbr: what is the error you're seeing, and from what command? [13:21] TJ: When I plug the disk a dialogue box appears and ask me to enter the passphrase to unlock. After a short while I get this: Error unlocking /dev/sda1: Command-line `cryptsetup luksOpen "/dev/sda1" "luks-e0c16665-0e2f-4d4d-8ec4-82f97d4b31e2" ' exited with non-zero exit status 1: Failed to setup dm-crypt key mapping for device /dev/sda1. Check that kernel supports aes-xts-plain64 cipher (check syslog for more info). [13:21] asbr: you may need also the hash module sha256 or sha1 (for an older version of cryptsetup) [13:26] TJ: sorry, still the same sad result. [13:27] asbr: are you sure it's a module issue. check if /var/log/kern.log has more information [13:28] join #javascript [13:28] oops :) [13:30] Is ubuntu 15.04 Long Term Support? [13:30] sela, no [13:30] and 15.04 is dead now [13:30] sela 15.04 is dead [13:30] In packages.ubuntu.com vivid is not delete [13:30] TJ: kern.log look ok to me. I don't know if you ca make anything from this: Mar 23 14:25:33 raspmate kernel: [13456.457904] scsi host4: usb-storage 1-1.3:1.0 [13:30] Mar 23 14:25:35 raspmate kernel: [13458.893700] scsi 4:0:0:0: Direct-Access TOSHIBA External USB 3.0 5438 PQ: 0 ANSI: 6 [13:30] Mar 23 14:25:35 raspmate kernel: [13458.894799] sd 4:0:0:0: Attached scsi generic sg0 type 0 [13:30] Mar 23 14:25:35 raspmate kernel: [13458.899933] sd 4:0:0:0: [sda] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB) [13:30] sela: no, only every 2nd year its a LTS. [13:30] Mar 23 14:25:35 raspmate kernel: [13458.900470] sd 4:0:0:0: [sda] Write Protect is off [13:30] sela: it doesn't matter - it's still past end of life [13:30] Mar 23 14:25:35 raspmate kernel: [13458.900488] sd 4:0:0:0: [sda] Mode Sense: 23 00 00 00 [13:30] !pastebin | asbr [13:30] asbr: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [13:31] Why in packages.ubuntu.com vivid is present, no epcent? [13:31] sela: it will be removed. [13:31] !eolupgrade | sela [13:31] sela: 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 [13:32] sela type /topic to see what's supported here ... 16.04 will be released in a few weeks from now [13:32] sela: Because its a non-trivial process to remove things from that site and it hasn't been EOL for that long. [13:32] hello [13:32] 2 month Remove? [13:32] I use linux [13:32] WOW! [13:32] MilesMapesIRC: Welcome! [13:32] sela, asked and answered. any other questions?? [13:32] cfhowlett:I shocked. [13:33] cfhowlett:No long live, distro is present two monts not in archive [13:33] hwllo [13:33] sela, any other *ubuntu* questions? [13:33] no [13:33] cfhowlett:Nothing [13:33] heelo [13:33] kan enivuncmeeee [13:33] i use linu [13:33] x [13:33] Maybe distro LTS... [13:33] sela: it is to grand some 15.04 still an easy way to upgrade to 15.10 without having to use the EOL upgrade procedure [13:34] fuck this shit im out!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [13:34] i love lts [13:34] sela: no need to make a drama out of it. [13:34] ... === jarek is now known as Guest66313 [13:35] kick rmon [13:35] hi [13:35] meow [13:35] HES A DOUCE [13:35] im a dog meow [13:35] hi [13:35] Who did not, that was late. Who does not want to be updated by January ... [13:35] TJ: sorry I didn't know about pastebin, here it is: http://paste.ubuntu.com/15479343/ [13:35] sela, your question has been answered. ove on. [13:37] sela: there are more users "forgetting" or delaying the upgrade, than you think. if you stay in here and watch you will be astonished how much users do that. so please there is no need to make such drama now in here. [13:37] asbr: that just shows the disk when attached. Are there no messages timestamped at the same time you run the cryptsetup command to unlock the device? [13:38] hi to all [13:39] TJ: no, only this. The same messages appear in syslog. Are there other log files that I should look in? [13:39] i-m under ubuntu gnome lts vers, i have 2 graphics, i activate proprietary driver of all 2 cards and ubuntu doents works, so i am under an ubuntu live and i do chroot, how i can restore all drivers to default_ [13:40] ? [13:40] TJ- is it possible to unlock a disk encrypted with a given kernel on a system running another kernel version ? [13:41] Hey there. Yesterday i reistered a NickServ using weechat. It worked, I could even enter some channel that allow on people with a NickServ. The problem is that today i opened weechat and the nickserv wasnt logged. Do i have to run a command to loin with my nickserv? Can anyone help me with that? [13:41] alexandre1: the folks in #freenode can assist you. Also see /msg nickserv help identify [13:42] TJ: Yes, the disk was created with ubuntu (14.04, i think) and I can open it on Raspbian (that's a flavor of Debian) on the raspberrypi. But I prefer ubuntu. [13:42] Pici: Ok, thanks. [13:43] alexandre1: there's also #weechat that might know how to setup your client [13:44] when i do this on the command line it works why whehn i put it in a crontab entry will it startbut not show output?: /Users/ELHEFE/Desktop/SCRIPX/record.sh CHICAGO-PD-try1 360 http://relay.broadcastify.com:80/il_chicago_police2 [13:44] ioria: sure; even on a different OS [13:44] TJ- ok, tx [13:45] wbill: where would you expect it to show output? [13:45] how do i get the super key to show the launcher? [13:45] in my DIR=/Users/ELHEFE/Desktop/rdo [13:46] which is part of the record.shpart i can post it on pastebin if you want [13:46] wbill: please [13:46] asbr: what does "cryptsetup luksDump /dev/XXX" tell you about the hash and cipher in use on that volume? [13:47] http://pastebin.com/s3Jnt8py [13:48] wbill: crontab uses 'sh' not 'bash', so if you've bashisms in the .sh script it'll fail [13:48] wbill: try running the script from the command-line with "sh /path/to/script " [13:49] TJ-: the shebang specifies to use bash [13:49] TJ: see http://paste.ubuntu.com/15479462/ [13:50] Pici: hmmm, oh! the crontab entry gets executed by 'sh' doesn't it, but the target depends on binfmt! [13:50] wbill: I'd add a > /some/path/logfile 2>&1 to the end of your crontab entry and check that for errors. [13:50] asbr: so that shows the hash is SHA1, and I assume you loaded that one earlier? [13:50] what do folks use for virus scanning on linux? both files and realtime fsystem access? [13:51] !virus | hanasaki [13:51] hanasaki: Antivirus is something you don't need on !Linux, except where files are then passed to Windows computers (perhaps using Samba). See https://help.ubuntu.com/community/Antivirus [13:51] sh before the scrpt [13:51] !info clamav | hanasaki, if you still want to scan stuff you can use clamav :) [13:51] hanasaki, if you still want to scan stuff you can use clamav :): clamav (source: clamav): anti-virus utility for Unix - command-line interface. In component main, is optional. Version 0.98.7+dfsg-0ubuntu4 (wily), package size 96 kB, installed size 718 kB [13:51] SchrodingersScat: thanks... its also a samba and email server. lots of "stufff" attached to spam emails that needs scanning [13:52] also hanasaki : https://www.virustotal.com/ has an api [13:52] hi === y is now known as Guest22176 [13:52] hanasaki: postfix, the email server, is often used in conjunction with spamassasin to score/quarantine attachments [13:52] clamav is not catching a bunch of attachments. like https://www.virustotal.com/en/file/935f37f7c9d9ad5f045b74e334cae585108d8d2fb6f3b34747e763a1126cf7e4/analysis/ [13:53] TJ-: I run spamassasin + clamav + exim4 [13:53] hanasaki: are the clamav signatures up to date? are the missed infections very new? [13:53] TJ- not sure how new. check the link I just posted please? [13:54] TJ: yes, I have sha1_arm, sha1_generic and sha1_arm_neon modules in lsmod [13:54] my server got hammered today and yestereday w/ that garbage [13:54] asbr: then I think maybe you have some other issue, not missing modules [13:55] ouroumov_: the virus total API is to be considered howeve rthat means that our internal docs end up uploaded to their server for checking ... security dept don't like that ;) [13:56] hanasaki: best to ask the clamav project if it's not matching a known threat [13:56] TJ-: I submit all the time :) [13:56] TJ: Yes, I'll have to look somewhere else. But thank you for your help so far. [13:56] TJ explain wbill: try running the script from the command-line with "sh /path/to/script " [13:56] hanasaki, yeah I can see how that would be problematic. [13:57] why LTS is 14.04, 12.04 [13:57] 10.04 [13:57] asbr: which kernel version is in use on the RasPi ("uname -r") ? [13:58] sesa, check your facts. 10.40 IS LTS but is dead on the desktop. server is still active [13:58] sesa: The firt number is the year. so 2010, 2012, 2014. LTS are every 2 years [13:58] 11.04, 13.04, 15.04 can be LTS, they is better 14.04, 12.04... [13:58] sesa, it is what it is: LTS release every 2 years. [13:58] sesa: April of even numbered years is LTS release [13:58] 14.04 is very bad. [13:58] sesa then don't use it [13:59] i use 12.04 and wait 16.04. [13:59] 14.04 is bad. [13:59] TJ: it says 4.1.18-v7+ [14:00] asbr: then I think you're hit by a known kernel bug: https://bugzilla.kernel.org/show_bug.cgi?id=112631 [14:00] bugzilla.kernel.org bug 112631 in Other "Cannot open encrypted Luks filesystem. Cruptsetup error." [High,Resolved: patch_already_available] [14:00] !releases | sesa or sela or whatever other nicks you use all the time [14:00] sesa or sela or whatever other nicks you use all the time: Ubuntu releases a new version every 6 months. Each version is supported for 9 months (non-LTS) or 5 years (LTS). More info at https://wiki.ubuntu.com/Releases & http://wiki.ubuntu.com/TimeBasedReleases [14:01] What a pity that the worst was getting LTS [14:01] sesa: please drop you rants into your blog. this channel is for technical support only. [14:02] 16.04 I hope will not be as bad as 14.04 [14:02] What would cause %post and %packages to not actually install or work as intended for Ubuntu 14.04 LTS Server inside a kickstart file [14:02] TJ: thank you, I'll follow that track. [14:03] reveal, sounds like a question best sent to the experts: #ubuntu-server [14:03] my bad [14:03] no harm, no fould [14:03] *foul* === Swish[\] is now known as Swish === zproc is now known as zproc_ === messer440 is now known as Guest37178 === shroud is now known as Guest89707 [14:20] HI === No_One is now known as kspencer [14:21] I AM HAVING PROBLEMS WITH MY WEBBOOK, IT CANT BOOT OS (UBUNTU) GIVES A BLUE SCREEN WITH A MESSAGE, DETECT AND MOUNT CE-ROM [14:22] SAMOLI caps [14:22] SAMOLI: no need for using capslock :) [14:22] Sorry [14:22] SAMOLI: did you install ubuntu on that machine already? [14:23] hi there [14:23] I am not sure, it has been booked my our office for repairs [14:25] hi [14:26] SAMOLI: that errors sounds like its not booting the HDD? so it cant find the HDD? or are you booting from a live-ubuntu usb? [14:28] I am booting direct from the HDD [14:30] SAMOLI: is it an elonex webbook? one of these? http://www.elonex.com/support/webbook/webbookusermanual.pdf [14:32] No, it is Vodafone Webbook Model No. ON9 [14:33] pretty sure that's the same device [14:34] oh, maybe not, sorry. [14:36] Hry guys [14:37] guys, in 14 lts ubuntu adobe photoshop - works with all function? [14:37] !appdb | hhee check here [14:37] hhee check here: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help [14:37] tnx Ben64 ! [14:39] hhee: try gimp & krita as alternative also [14:40] Its not. Hi npopey, are u there?, [14:40] lotuspsychje, tnx. gimp not for me. krita - not saw it. i'll try [14:40] SAMOLI: i do not really understand what the setup is and what the error is there. [14:41] SAMOLI: might ned to get a photo or screenshot to show us [14:41] SAMOLI: from what i understand it doesnt find the HDD (because the hdd is damaged) or it doesnt find the OS on the hdd (because its not installed or the OS is damaged) [14:43] Hi Kil, I some how agree with what you say, i believe the OS is damaged. I am downloading the ubuntu now and try to reload it. [14:43] Hello everyone. I am testing MariaDB on Ubuntu 16.04 (daily image). I've set a root password. I've noticed some strange behavior with MariaDB. For one, if I'm logged in as the Linux user root, I can access the MariaDB shell as root with any password (even if I enter a wrong password, I still get in). Also, no regular Linux user can access the root MariaDB shell, even if I type the right password. Is this something specific to Ubuntu's [14:43] implementation of MariaDB? Or maybe a bug? [14:44] jaythelinuxguy #ubuntu+1 for 16.04 [14:44] Thanks MokeyDust [14:49] Popey, how do i send a pic to u [14:50] imgur? [14:50] upload to imgur [14:50] !picpaste [14:50] itmages? [14:50] bah [14:52] YAHOO.FR [14:52] tabba: can we help you? [14:59] that moment you goto install something with npm and it goes npm ERR! notsup Actual Arch: ia32 [14:59] well alrighties then [15:02] hypermist: see recent left-pad issue and rethink if you want to use npm :/ [15:03] well i needed to use npm because something was built on it and well the pc in the spare room im guessing is 32bit and the software wants 64bit so [15:03] lol [15:14] is that correct k1l ia32 = 32bit [15:15] ia32-libs was an compatibility lib for 32bit on 64bit systems. but i dont know how npm handles that === jottr_ is now known as jottr [15:30] рор [15:34] Hi [15:35] While building a deb package, what can one do if the Makefile has no DESTDIR support? Is there a fake environment like fakeroot where one can do a make install without overwriting system files? [15:38] cavr: the debian/rules Makefile should enforce that kind of thing. Are you on about the binary-install target? [15:38] cavr: you should always do "fakeroot debian/rules binary" for creating the packages themselves [15:41] cavr: or use sbuild, or containers, or any number of other options :) [15:49] cavr: You could patch the makefiles to use DESTDIR [15:50] so this morning Unity wouldn't load. I get the desktop and two of the apps in my startup applications load but the launcher and panel never appear. This is what I get from xsession-errors https://paste.ubuntu.com/15480156/. [15:51] The Unity plugin was disabled in ccsm, but nothing changed after enabling it. All the plugins it depended on where unchecked too.. [15:52] If I had to wager a guess I'd say it is beause, for some reason, upstart is trying to start unity, but this is 15.10 and until this morning I was using systemd o_O [15:54] anyone here? [15:54] ping [15:54] ping [15:54] yes what help do youy need? [15:54] tux__: yes, a lot users [15:54] alright, nothing just checking the living being === tux__ is now known as craptalk [15:56] hi all [15:56] hi [15:59] Keepass2 does not work and when I execute it, a window will suddenly open and close. Do you know how can I fix it? http://paste.ubuntu.com/15478309/ === sethj_ is now known as sethj [16:08] what's the deal with the adobe-flashplugin package. I'm running 12.04 and i see it installed but i can't find it in http://packages.ubuntu.com/search?suite=all&searchon=names&keywords=adobe-flashplugin [16:08] was it a package that got deleted later on? [16:10] markovh: or is it in partner repo? [16:10] i don't see it in any of my repos. i see this from dpkg -S adobe-flashplugin: /usr/lib/adobe-flashplugin/libflashplayer.s [16:11] i've grepped in /var/lib/apt/lists/ and no sign of adobe-flashplugin as a PACKAGE but it is listed in some packages as a conflict [16:12] markovh: it's in the partner repository, as you were told [16:12] markovh: see with "apt-cache policy packagename" [16:12] geirha: thanks, but that is very complicated [16:13] there is a solution, which is to use 'checkinstall' but I don't like it [16:14] to be more specific, what I wan't to do is to build a driver from kernel backports for my wifi card [16:14] as it is currently unsupported [16:14] cavr: wich chipset would that be? [16:14] (discussion on http://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940) [16:14] Launchpad bug 1436940 in linux (Ubuntu Wily) "Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported" [Medium,Confirmed] [16:14] sd [16:15] lotuspsychje: Qualcomm Atheros QCA6164, as is in the link [16:15] Huh, it seems when I installed unity-scope-launchpad apt removed unity, unity-tweak-tool, ubuntu-desktop and unity-scope-home. [16:15] cavr: your on 15.10? [16:16] the thing is, I know how to package a deb (I have some) and if I can do such changes in a controled way, its better than to let make install to write stuff onto /lib/modules [16:17] lotuspsychje: in fact I'm running debian 8, with kernel backported to 4.3 [16:17] cavr: thats not supported here mate [16:17] but the system is the same as ubuntu [16:17] cavr: ubuntu should get drivers by default [16:17] #discuss [16:18] cavr: take this to #debian please [16:18] lotuspsychje: ubuntu has the same problems [16:18] in fact, the launchpad bug is from ubuntu [16:18] if one solves this on ubuntu, solves it on debian and vice-versa [16:19] its not something specific to ubuntu in this case [16:20] cavr: try installing ubuntu with cable on + updates during setup + trying different ubuntu versions [16:21] cavr: ubuntu driver modules and linux-firmware is suppose to detect [16:21] lotuspsychje: if you look at the launchpad page, you see the last entry is from 2016-03-21 [16:22] basicly its a problem for several Lenovo laptops [16:22] basically [16:22] but that is not important really, there is a known workaround (described in the launchpad tread) [16:22] cavr: could try 16.04 also [16:23] hi...howcan i mount a ntfs device to my ubuntu? [16:23] the question is: to compile something and let it 'sudo make install' into the system is a terrible practice, independent of ubuntu, debian or even rpm distros [16:24] reza_sam: http://ca.lmgtfy.com/?q=how+to+mount+ntfs+drive+in+ubuntu [16:24] ubuntu shares debian packaging system (is there any difference in the tools?) [16:24] cavr: yes some packages are out of date [16:24] mushmouth: dont use this. we are here to give advice. [16:24] mushmouth, tnx [16:25] !compile | cavr [16:25] cavr: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first). Also read !checkinstall [16:25] reza_sam: install the ntfs-3g package. than you can mount ntfs partitions. [16:25] my question is merely: is there someway to dpkg-buildpackage something wich has a Makefile without any DESTDIR support [16:25] k1l: i think you also need another ntfs package [16:25] cavr: the packages are build with other depencies. so debian packages dont work on ubuntu in most case [16:25] something ntf3d [16:25] or something like that [16:25] using some kind of fake environment (similar to fakeroot) for example? [16:26] k1l: he want to mount window partition right? [16:26] reza_sam: https://help.ubuntu.com/community/MountingWindowsPartitions [16:26] I've found one way, using a script named checkinstall (instead of doing sudo make install, one does sudo checkinstall) [16:27] reza_sam, it's ntfs-3g [16:27] hi i want to mount it by terminal can u helpme? [16:27] ^ [16:27] but that is also not a very good option, as it may overwrite stuff (I did some tests and arrived to that conclusion) [16:27] Guys, anybody noticed something weird on VMware running on Ubuntu 14.04? It used to ask for permission before loading some modules into the kernel, but it stopped doing that recently and - maybe unrelated I'm experiencing some weird graphics bugs on startup and when I come back from lock screen. Kernel 3.13.0-83-generic [16:28] tnxbut i need to test it by terminal [16:28] reza_sam: is it attached to the /media/ folder? [16:28] wait to check it [16:28] reza_sam: "sudo mount /dev/sdXY /media/mountpoint" you need to adjust XY to the actual ntfs partition and create /media/mountpoint before [16:28] then all you would need to do is mount /media/drive name/ /mnt/ [16:29] oh ok wait to test i [16:29] reza_sam, sudo mount -t ntfs-3g -o force /dev/sdX /mnt , sdX is the windows partition [16:30] I have copied a init.d script but it doesn't work cause of two commands echo_success and echo_failure. What would be the equalent on ubuntu? e.g: kill -9 $pid > /dev/null 2>&1 && echo_success || echo_failure [16:30] LazyAngel: are you asking why init.d won't work or have a process? [16:31] mushmouth: no, I'm missing the two commands echo_success & echo_failure [16:31] lotuspsychje: Ok, I've read (https://help.ubuntu.com/community/CompilingSoftware). It refers the checkinstall script, along with simply doing 'sudo make install'. While this works, it is a extremely bad practice if one wants to have a clean system, so I'll continue looking for another solution. Thanks for your help nonetheless. [16:31] LazyAngel: okay you went with a normal ubuntu install correct? [16:33] mushmouth: the script is copied from the net from another linux distribution. [16:33] what distro is it? [16:34] cavr: ok, just dont make it too hard on yourself ok, linux-firmware should already contain whats needed togheter with ubuntu's driver modules..if your chipset isnt recognized, file a bug [16:35] mushmouth: line 28: https://bitbucket.org/davecozens/pocketminescripts/src/8fa1c754e31df22a8cb79938dcfdf0e79003d139/PocketmineScripts/runAsService/minecraftpe?at=master [16:38] i switched back to unity from gnome-shell. now, whenever i press the minimize button, i need to reboot. after the reboot, i get the same behaviour. how do i fix this? where do i look for logs? [16:40] rk: you mean the system locks up when clicking minimize in unity? [16:40] why do you minimize at all? [16:41] do what you want, then alt-f4, end [16:41] lotuspsychje: no, the system is struck, doesn't respond. [16:41] avalon_: when a users wants to minimize, its his choice [16:41] rk: your graphics driver installed correctly? [16:41] Hi. [16:41] true... sry [16:42] I want to install this font [16:42] https://github.com/powerline/fonts/tree/master/Terminus [16:42] lotuspsychje: i got everything working well a couple of days ago [16:42] Which of the three (BDF, PCF, PSF) should I move to ~/.fonts ? [16:43] rk: maybe a tail -f /var/log/syslog in realtime could help find the error, then click minimze [16:43] Industrial: https://wiki.ubuntu.com/Fonts [16:44] lotuspsychje: gnome-shell seems to work just fine. [16:44] !info xfonts-terminus | Industrial is what you looking for mate? [16:44] Industrial is what you looking for mate?: xfonts-terminus (source: xfonts-terminus): Fixed-width fonts for fast reading. In component universe, is optional. Version 4.39-1 (wily), package size 1331 kB, installed size 1527 kB [16:45] rk: did you install ubuntu-gnome, then install ubuntu-desktop afterwards? [16:45] no. [16:45] lotuspsychje: No, this one I linked is that font but patched for powerline [16:45] it includes extra characters to make statusbars/lines look pretty [16:46] It's used in "Powerline" for ZSH, BASH, Vim, TMUX, etc :) [16:47] rk: so fresh install, of wich ubuntu version please? [16:48] lotuspsychje: wily [16:48] In sed, I'm having a hard time matching EOL. I've tried \r, \n, \r\n ... what else could it be? [16:48] mustmodify: not $? [16:49] I need to match things on two lines. [16:49] IIRC $ must be at the end to work. I need to get past the EOL. [16:49] rk: can you doublecheck sudo lshw -C video please? see whats behind driver= ? [16:50] mustmodify: maybe the ##sed guys might know that one? [16:50] channel seems dark. === mpvnt__ is now known as mpvnt [16:52] mustmodify: its hard to beat #ubuntu's aliveness i agree :p === zproc is now known as zproc_ [16:53] lotuspsychje: in configuration, i see driver: i915 [16:53] video [16:53] rk: you dont have nvidia hybrid card right? [16:53] no. [16:54] rk: ok that should be good then [16:54] Ah ha! I had to pass -z to sed... something about 'null separated records' which I assume means the EOLs are encoded funny. [16:54] lotuspsychje: i used unity for a couple of months without any problems. [16:54] Oh rk I had a problem with that same driver: total system freeze, only hard reboot would do it. Happened randomly but more frequently when watching videos. [16:54] rk: try that tail -f /var/log/syslog and minimize [16:55] ouroumov: wich ubuntu version was that? [16:55] lotuspsychje, Ubuntu MATE 14.04 [16:55] ouroumov: got it solved in the end? [16:55] lotuspsychje: i dont seem to have "Ubuntu Desktop" on the top like I used to. also, right click on desktop isn't working too. [16:56] rk, lotuspsychje : To fix that problem the only thing that worked was to do a kernel rollback and then freeze the kernel. I'm now running on that same machine with i915 using kernel 3.14.0-031400-generic [16:56] I have 44 days of uptime. === zippy is now known as Guest59507 [16:57] rk: maybe you can help test your system on 16.04, as 15.10 will end support in the near future anyway [16:59] hi [17:01] guys, ubuntu-studio - which differences between usual ubuntu? can i install in studio packages from usual ubuntu? [17:01] hhee: yes. [17:01] k1l, i'm exploring ubuntu world :) [17:02] hhee: if you know the name of a package, you can apt-cache search yourpackage from terminal [17:02] lotuspsychje, ok! what im need. [17:03] ubuntu-studio - actually usual ubuntu shipped with audio+video packages? [17:03] hhee: yes. all packages are included in regular ubuntu repos [17:03] k1l, tnx a lot [17:05] lotuspsychje: i get something like kernel: killed process (ibus-daemon) or score 379 or sacrifice child and killed process 1939 ibus-ui-gtk3 [17:06] hhee: packages even go beyond a specific flavor, like hydrogen, mixxx, etc [17:06] lotuspsychje, got it! [17:06] which ubuntu are you using guys? [17:07] DE for example [17:07] lotuspsychje: i get that in syslog. [17:07] rk: hmm reading bugs containing that holdon [17:07] !flavors | hhee [17:07] hhee: !Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu. [17:08] lotuspsychje, yep. i got the page http://www.ubuntu.com/download/ubuntu-flavours [17:08] hhee: you can join #ubuntu-discuss to ask around things :p [17:08] lotuspsychje, just intresting [17:08] lotuspsychje, oh tnx. im offopic here [17:08] hey guys. does anyone know how to fix this issue: when i open up a terminal (i use konsole), and ssh into somewhere, it timesout/freezes on me so i am forced to open a new window and re-ssh into somewhere. is that my machine or is that the ssh box doing it and if it is mine how could i fix it? Wily ubuntu here === rk__ is now known as rk [17:10] rk: this is an older bug, but smells like your issue: [17:10] https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1276186 [17:10] Launchpad bug 1276186 in ibus (Ubuntu) "System becomes unresponsive, ibus-ui-daemon takes ~150 % cpu" [Undecided,Confirmed] [17:10] Hey all -- I've edited my dns settings in edit connections > network connection --- but my browsers (chromium and firefox) are still unable to open some pages [17:11] (I'n able to visit them on windows with the same dns settings) [17:11] rk: perhaps file a new bug, or test another ubuntu version would be usefull === BigGun4Hire_ is now known as BigGun4Hire === Player__ is now known as Player_ [17:12] lotuspsychje: is there a fix? i can't check now because i'm in a tty using irssi [17:13] rk: both bugs i found seem undecided [17:14] rk: i strongly advise you test this on other ubuntu versions aswell, 14.04 or 16.04 your choice [17:15] Keepass2 does not work and when I execute it, a window will suddenly open and close. Do you know how can I fix it? http://paste.ubuntu.com/15478309/ [17:20] lotuspsychje: the behaviour effects only my user account. in all other accounts, everything seems to work normally [17:20] mojtaba do you have enough ram? [17:20] rk: thats real weird [17:21] mojtaba: what ubuntu version did you have? [17:22] hi, i'm trying to setup a vpn connection, when i select cisco compatibtile vpn (vpnc) when i go tot enter in the options the everything is greyed out [17:22] hello [17:23] rk: so can you recall installing something else, when did it started to go wrong? [17:25] lotuspsychje: its fixed. the solution is to set gsettings show-desktop-icons to true [17:25] My macbook pro isn't recognizing my EXT4 partition... was wondering if anyone could help out. Been googling forever now and can't find a solution that doesnt recquire me to download anything. [17:25] lotuspsychje: its in the same thread as you sent. now, i also remember changing that setting yesterday. [17:27] Anyone around? [17:27] SitySkape: yes. [17:27] !yay | rk [17:27] rk: Glad you made it! :-) [17:27] !mac | SitySkape can this help? [17:27] SitySkape can this help?: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [17:28] lotuspsychje: i can't thank you enough. [17:28] Checking right now [17:28] how do I shut off global menu for kde apps in ubuntu 14.04? [17:30] @lotuspsychje Unfortunately theres not too much in there regarding getting my mac to read my ext4. I already partitioned the whole drive.. everything installs correctly, however it just doesn't reconginize the drive at boot. [17:30] why would some domains work and not others on my current network === olli_ is now known as olli [17:31] mekhami: what do you mean by 'some domains work'? [17:31] nslookup reddit.com returns 15 addresses [17:31] ping reddit.com hangs [17:31] mekhami: web browsing, or something else? [17:31] teward: yes [17:31] telnet reddit.com 80 hangs [17:32] ping facebook.com works fine [17:32] ping google.com works fine [17:32] ping chess.com hangs [17:32] but the dns lookup seems to be find [17:33] schockley: maybe the #kubuntu guys might know that one? [17:33] Hello. What is the best and/or easiest way to connect to an Ubuntu PC from either Android or another Ubuntu-Installation, mainly to copy files from one to another. I wouldn't mind using the commandline, as long as it isn't extremely complicated. [17:33] lotuspsychje: Any idea on how i could get my macos to read my ext4? My mac is just sitting here blinking at me with a questionmark. [17:33] lotuspsychje, yeah I asked. Trying to be patient. But what a silly problem. And a brand new problem. This is not a new install [17:33] mac* [17:34] SitySkape: not sure mate sorry, did your ubuntu work before on that mac? [17:35] Yeah a year or two ago, i'm using the same install disk as well. [17:35] So i know the version is compatible, i just dont understand why it's not reading the drive. [17:35] SitySkape: maybe you istalled wrongly this time regarding efi/uefi? [17:35] EriC^^: awake? [17:36] lotuspsychje: is that possible being i'm using the same install dick? [17:36] lotuspsychje: disk... DISK... [17:36] SitySkape: can you enter grub? or not yet installed? [17:37] lotuspsychje: I can't enter anything. Once it spits the CD out and tells me to reboot.. my mac just comes back flashing a question mark to notify me it cant detect a OS [17:37] SitySkape: that really sounds like uefi issue, wich ubuntu version are you trying? [17:38] lotuspsychje: yeah [17:38] EriC^^: SitySkape has issues on his mac here :p [17:38] Hi, I'm testing display manager (like lightdm, sddm...), and the command apt-cache search 'display manager' returned me the package "ubuntu-session" ( http://packages.ubuntu.com/wily/ubuntu-session ), but I don't figure out what is the use of this package. Is it a display manager ? Does somebody know it? Thanks for your help. [17:38] lotuspsychje: lol that is information i should have offhand, however i didn't write it on the disk. [17:39] lotuspsychje: however, i'm almost positive it's the same disk i used last year [17:39] SitySkape: try a usb maybe [17:40] My macbook is 2010 , i dont think it supports USB boot? [17:40] sure it does [17:40] (i'd guess) [17:42] hi, i can't install grub customizer in ubuntu 16.04 [17:42] Hmm i read somewhere that the macbook before 2010 doesnt support efi or something along those lines. [17:44] chakbalam: what error do you get? [17:44] chakbalam: /join #ubuntu+1 [17:44] hi, which folder should I be putting user installed php libraries in? [17:45] offcially which folder? I know I can do whatever I want... [17:45] PresidentTrump, definitely a #php question [17:45] pbx, maybe a #ubuntu-server question [17:47] PresidentTrump, the answer is not going to be ubuntu-specific [17:47] pbx, ubuntu has policies on /usr/share /usr/lib etc... [17:48] php would say wherever you configure php.ini to [17:48] true PresidentTrump. i'm betting there are plenty of ubuntu users in #php to tell you exactly what they do though [17:49] i have modified my ~/.profile to have some custom things like ssh-agent and such auto-start ... now I'm getting an error like this: http://pastebin.com/YMcrz4Sg [17:49] Ubuntu.....Live MaaS ;) [17:50] anyone know how to supress this? or if there is a better place to put my startup scripts [17:50] metachr0n, are you using the server edition? [17:50] SCHAAP137: nope its desktop trusty [17:51] okay, i'm not familiar with Unity, but I am guessing it has a kind of control panel for startup applications [17:51] i use MATE myself [17:51] you can just add things in there [17:51] i'm using awesome [17:52] ahh, okay [17:52] .profile is not suitable for autostarting things [17:52] it's suitable for environment variables, adding things to PATH and such [17:52] ok ... cool [17:52] where to add that? :) [17:52] it gets executed on each session, so with each terminal it's reread [17:53] i thought that was .bashrc [17:53] hmm, good question [17:53] well, .bashrc gets executed when bash starts [17:53] i thought .profile was read during login and .bashrc was read with each terminal spawn [17:53] but ... i dunno [17:54] ¯\(°_o)/¯ [17:54] hmm, i see both things happening. When i change something in .profile, it gets applied when spawning a terminal as well [17:54] .bashrc is exclusively for bash, .profile is shell-independent [17:54] now i'm a bit confused as to where to put what [17:54] aha cool [17:55] hmm, thinking [17:56] .bash_login ? [17:56] i'd try to look wheter Awesome itself has some kind of tool for it [17:56] you could use a custom .xinitrc [17:57] i used that method with XMonad [17:57] https://askubuntu.com/questions/98433/run-a-script-on-login-using-bash-login [17:57] i've added it into my rc.lua ... but then it complains about not being able to get keyboard focus or something [17:57] i will try .xinitrc [17:58] I can't log in to Ubuntu [17:58] apt autoremove [17:58] I'm on 14.04, and I think it's a problem with my graphics driver [17:58] So I see my usb wireless card show up in iwconfig and ifconfig but not network manager [17:58] any ideas of what to check? [17:59] when I try to log in, the screen goes black briefly, then it goes back to the login prompt [17:59] can someone help me? [17:59] im on 15 [17:59] ok i will be back [17:59] well, i upgrade the ubuntu in terminal and problem solved [17:59] gonna try .xinitrc [17:59] ksft: what happens when you hit esc [17:59] posi: nothing? [18:00] ksft: control + alt + f2 [18:00] is this the right channel on snappy? [18:01] sxj: there is #snappy [18:02] posi: I just tried logging in again [18:02] k1l: thanks [18:02] all the text and everything disappeared [18:02] before, when I logged in, that happened, then the screen went black, then it went back to the login prompt [18:02] this time, it just hung with just the background [18:03] I had to turn off the computer [18:03] metachr0n: you could also define a custom X-session file, and copy the stuff over from the default Awesome startup thing and add your own lines to it [18:03] ah, you're gone [18:04] posi: Ctrl-Alt-F1/F2 gets me to a terminal thing [18:04] that's how I'm on this IRC channel [18:04] ksft: ah ok [18:04] yea weird [18:05] posi: so can you help me? [18:06] ksft: I'll try did you just install [18:06] ksft: what happened to do this? [18:06] no [18:06] I tried to install cuda, but I think I messed something up [18:06] ksft, run sudo lshw -c Video | grep driver [18:06] I had problems with my graphics driver when I first installed [18:06] someone here helped me get it to work, but I don't remember exactly what I did [18:08] sudo mount /dev/sda5 /media/mountpoint [18:08] ....i have error when run it [18:10] sudo mount /dev/sda5 /media/mountpoint i have this error when run it >>>>http://paste.ubuntu.com/15481532/ [18:11] posi: that was weird [18:11] I'm back on a different computer now [18:12] posi: what was that command again? [18:12] "ioria> ksft, run sudo lshw -c Video | grep driver" [18:13] posi, ioria: termbin.com/2v68 [18:15] ksft, apt-cache policy nvidia-prime | grep Installed [18:16] hello [18:16] ioria: "Installled: (none)" [18:17] ksft, did you purge nvidia driver ? [18:17] i get some message that says .local domain does not support avahi network or something similar, i know this is the problem but not how to fix is though i tried first with changing dns [18:17] ioria: I installed a driver from their website [18:17] any body cant help me? [18:17] so i did this into my /etc/network/interfaces http://pastebin.com/3cQFXUKV, point is for wifi to autoconnect on bootup, so i can ssh into my laptop right away. now the problem is that network manager stops being operational. its still there but it doesnt detect any connections. internet works okay tho [18:17] sudo mount /dev/sda5 /media/mountpoint i have this error when run it >>>>http://paste.ubuntu.com/15481532/ [18:17] ksft, i'd purge it then... [18:17] ioria: how? [18:18] ksft, how did you installed it ? and lsmod | grep nvidia [18:18] ioria: I ran a .run file that I downloaded from nvidia.com [18:19] ioria: no output [18:20] ksft, so run it with unistall flag .... find the script's folder and sudo sh NVIDIA* --uninstall [18:20] ioria: how do I know what the uninstall flag is? [18:20] oh [18:21] ioria: finished [18:21] ioria: now what? [18:21] ksft, sudo apt-get purge nvidia* === Tocard is now known as hab33b [18:22] ioria: done [18:22] didn't remove anything [18:22] ksft, try reboot.... but you were talking about cuda ... what about it ? [18:22] I was trying to install cuda [18:22] also, didn't that just remove the driver? [18:23] ksft, try reboot.... [18:23] shouldn't I install another one or something? [18:23] ksft, you are using nouveau [18:23] ioria: oh [18:24] ioria: it seems to be hanging at the Ubuntu logo [18:25] sudo apt-get purge nvidia-* , not nvidia* [18:25] * tkes the - [18:25] * takes the - [18:26] ioria: it won't boot [18:26] nvidia* will purge half a system [18:26] it's hanging at the Ubuntu logo [18:27] ksft, ctrl +alt + f1 (or f2) [18:27] ioria: doesn't do anything [18:27] oh, wait [18:27] the screen just went black [18:27] ksft, wait a bit ... [18:27] "The system is running in low-graphics mode" [18:28] ioria: should I "Reconfigure graphics"? [18:28] ksft, do you have the login screen ? [18:28] ioria: no [18:29] krabador, didn't remove anything [18:29] ioria: I'm running in low graphics mode for one session [18:29] screen went black... [18:30] blinkin cursor in the corner [18:30] ioria, ... [18:30] blinking* [18:30] ksft, https://wiki.ubuntu.com/RecoveryMode [18:30] ksft, open a console [18:30] ioria: I can;t [18:30] can't* === tocard is now known as Habe33b === Habe33b is now known as Hab33b [18:30] ioria: oh, wait, Ctrl-Alt-F1 works [18:30] ksft, in the menu, select root, and mount -o remount,rw / [18:31] ksft, ok .... again sudo lshw -c Video [18:31] sudo apt-get remove --purge nvidia-* [18:32] ioria: termbin.com/l7i7 [18:33] ksft, ubuntu-drivers list [18:33] When I log in via GUI Ubuntu 14.04 gives me a warning that my filesystem at /mnt/data0 (/dev/md0) is full, most programs don't work right. But when I run df -hT it shows 66% in use with 12TB free, any ideas why? [18:34] all other filesystems have less usage than 66% too [18:34] ioria: bcmwl-kernel-source, nvidia-352, and nvidia-352-updates [18:35] ksft, we try to install the nvidia driver ? [18:35] ioria: I should do that? [18:35] ksft, well, it should work good with intel.... idk why you got low-graphic --mode [18:36] shouldn't Iuse the dedicated graphics card? [18:36] I use* [18:36] ksft, with prime you can use both .... otherwise it uses intel [18:36] Hello! [18:37] ioria: I don't know what that means [18:37] ksft, it means that should work with intel alone [18:38] so how do I get Ubuntu to boot correctly? [18:38] ksft, ls /etc/X11/xorg.conf ? [18:39] ksft, i think you have that file there ... [18:39] ioria: "No such file or directory" [18:40] ksft, cd /etc/X11 and be sure about that [18:40] ioria: there are a bunch of files with names that start with "xorg.conf" [18:40] there's "xorg.conf.03222016" [18:41] ksft, a bunch ? ls /etc/X11 [18:41] three [18:42] ksft, can you paste ls /etc/X11 ? [18:42] ioria: termbin.com/w0cx [18:42] hey guys, what is the difference between active memory vs active swap? [18:42] Hi [18:44] ddrj: swap is using the hdd to place files there to keep the ram free for other stuff that is used right now. [18:44] I have a problem with Ubuntu 15.04. I've installed it on a external hard drive, but I'm trying to boot it which I can't. I've been trying via BIOS and System Rescue CD, but nothing works. There is /boot, /boot/grub and /sbin/init but it's just not working. What can I do? [18:44] ddrj: in general: swap is slow. so if your system is swapping, its getting slower. [18:44] yeah the swap seems to be going higher and higher k1l [18:44] but the active memory is staying the same [18:45] ddrj: so there is something on your system using a lot of ram and so the ram gets full and stuff gets put in swap, too [18:45] ksft, maybe i'm wrong but you miss an X file link to Xorg ... [18:45] ioria: what does that mean? [18:46] k1l, do you mind taking a look at this picture and telling me if what you said still holds true? (@ something taking up a lot of ram) [18:46] http://i.imgur.com/RMOLcDT.png [18:46] ksft, X root root 13 Jul 9 2015 X -> /usr/bin/Xorg [18:46] ddrj: is this a webserver/ vps? seems like it got a 250mb ram cap. [18:47] ioria: how do I get Ubuntu to boot [18:47] ? [18:47] ddrj: ah wait, the brown is swap. [18:47] yes but you're still right, it is a VPS with ubuntu headless [18:47] the active memory just rises [18:48] but over weeks, that's the weird thing [18:48] ksft, we try to install the nvidia driver sudo apt-get install nvidia-352 [18:48] if something was using up ram like that, wouldn't it just rise within less than a day? [18:49] ioria: then reboot? [18:49] ksft, yes [18:49] ddrj: i suspect some caching from some webserver plugin/module. [18:50] Hi? [18:50] hmmm yes i am running some webserver plugins/modules. nginx is the webserver, running webmin as well [18:50] ioria: the screen is black [18:50] I rebooted [18:51] ioria: it doesn't seem to have worked [18:52] ksft, wait and try to open a console again [18:52] ioria: Ctrl-Alt-F1 worked [18:52] ioria: I just rebooted again [18:52] ksft, sudo lshw -c Video [18:53] I added "nomodeset" to the thing in grub [18:53] someone suggested that yesterday [18:53] ksft, no remove it [18:53] I got to the login screen, but I still can't log in [18:53] ...okay === ibm is now known as Guest50932 [18:54] can I upgrade to 16.04 next month with a encrypted hdd? idk? === sparklyballs_2 is now known as Sparklyballs [18:55] thx [18:55] ioria: termbin.com/f2p9 [18:55] can I upgrade to 16.04 next month with a encrypted hdd? idk? [18:55] ksft, it's ok .... did you remove nomodeset ? === Spr0cket- is now known as Spr0cket [18:56] thx [18:56] ioria: yeah [18:56] ksft, ls /etc/X11/X [18:57] ioria: I assume that "X" at the end is a typo [18:57] ioria: there is now an xorg.conf [18:57] ksft, no, it's not a type ... it's a file [18:58] Is there a way to check how much ram your computer has from within ubuntu? [18:58] ioria: I don't think ls works with files [18:58] ksft, sure, why not ? [18:58] there's no /etc/X11/X file [18:59] I'm getting a disk full no free space error when I login, but df shows all partitions have plenty of free space, the particular one it's complaining about has 12TB free, any idea why? 14.04 [18:59] ksft, try to login in the Guest Account , if fails we try create a link to Xorg [18:59] top or free [19:00] ioria: I can't do that [19:00] when I boot now, the screen goes black [19:00] no login prompt [19:01] ksft, wait a bit and open a console [19:01] ioria: the screen goes completely black [19:02] ioria: I can use Ctrl-Alt-F1 to get to a terminal [19:02] hi all [19:02] ksft, yes, that [19:02] our existing system is outlook365 mail [19:02] ioria: okay, what do I do? [19:03] we will use another email system. I guess unknown opensource which work with horde, roundcube webmail [19:03] ksft, sudo ln -s /usr/bin/Xorg /etc/X11/X [19:03] how can I backup calendar entries and address books from outlook to new email system [19:03] any generic format? [19:03] ioria: done [19:03] should I reboot again? [19:03] ksft, ls /etc/X11/X [19:04] ioria: "/etc/X11/X" is the output [19:04] in light blue [19:04] ksft, and with nomodeset , you can get the login screen ? [19:04] ioria: I think so [19:05] I think it sometimes works without nomodeset, but I'm not completely sure [19:05] Hi. I have a problem with Ubuntu 15.04. I've installed it on a external hard drive, but I'm trying to boot it which I can't. I've been trying via BIOS and System Rescue CD, but nothing works. There is /boot, /boot/grub and /sbin/init but it's just not working. What can I do? What is happening? [19:05] ksft, let's try without it..... reboot [19:05] k [19:05] ioria: Ubuntu logo, then a black screen === dummy is now known as Guest30275 [19:06] ok honestly, where can I find packages like qtbase5-dev and why aren't they mentioned on the qt homepage? [19:06] max12345: they are in the official ubuntu repos [19:07] ioria: should I try with nomodeset? [19:07] !info qtbase5-dev trusty | max12345 [19:07] max12345: qtbase5-dev (source: qtbase-opensource-src): Qt 5 base development files. In component main, is optional. Version 5.2.1+dfsg-1ubuntu14.3 (trusty), package size 1613 kB, installed size 14434 kB === Guest30275 is now known as craptalk [19:07] ksft, ok [19:07] ioria: I should? [19:07] k1l: yes but when I look for 'lib' and I search for it online, I find the homepage and the homepage says "download the binary or build from source" and it never works, but they also don't mention the package. [19:08] max12345: dont mix the ubuntu repo packages with the stuff you load from websites [19:08] ksft, wait... [19:08] yes, I know that's bad but how do I know the package name for a lib I need? [19:08] uh,.. [19:08] ...* [19:08] too late [19:09] booted with nomodeset [19:09] got to a login screen [19:09] still can't log in [19:09] quit [19:09] ksft, Guest Account ? [19:09] max12345: search for the lib on packages.ubuntu.com [19:09] ioria: doesn't work [19:09] ksft, apt-cache policy nvidia-prime [19:10] ioria: termbin.com/gzyi [19:11] k1l: thank you! [19:12] ksft, apt-cache policy bumblebee [19:13] ioria: termbin.com/82gg [19:14] ksft, uname -r [19:15] ioria: "4.2.0-34-generic" [19:16] ksft, lsmod | grep nvidia [19:16] if a process shows WCHAN as wait, does that mean the process is not doing anything? [19:17] ioria: termbin.com/qk0d [19:18] @ask_workz: it means it is waiting [19:19] possibly for another process or resource to free up? [19:19] or perhaps its sleeping [19:19] ksft, dpkg -l | grep linux-headers === willwh_ is now known as willwh === inaddy_ is now known as inaddy === sudo is now known as Guest30445 [19:20] ioria: termbin.com/kvfk === jhill_ is now known as jhill === OliPicard_ is now known as OliPicard === yena_ is now known as yena [19:22] ksft, nvidia-xconfig and reboot [19:23] ioria: "WARNING: Unable to locate/open X configuration file." === n0ah_ is now known as n0ah === PDXLabCoat is now known as Guest12386 === MLM_ is now known as MLM [19:23] ksft, so you hadn't... [19:23] ioria: "ERROR: Unable to write to directory '/etc/X11'." [19:23] I hadn't what? [19:24] quick question -- how do i blacklist ips that have these kinds of requests: [Tue Mar 22 22:53:42 2016] [error] [client 185.130.5.202] Invalid URI in request GET ../../../../../../../../../../../../../../../../../../etc/passwd HTTP/1.1 ? [19:24] ksft, xorg.conf ... [19:24] I did what you asked me to === L235_ is now known as L235 === DuncanT_ is now known as DuncanT [19:25] silvian: I did ^C on a `(echo "COPY ... stdin"; cat $file; echo '\.'; echo "SELECT custom_function();") | psql -1` and whattya know? It's canceling out of the SELECT context. I guess it was working. [19:25] ksft, with sudo ... [19:25] oh [19:25] silvian: that -1 is really gonna cost me [19:25] ioria: I got the warning, but not the error [19:26] Es0teric: look at fail2ban [19:26] ioria: should I reboot again? [19:26] ksft, yes, but i'm running out of ideas .... [19:26] k [19:26] any ideas for the future? [19:27] Seveas i am using fail2ban but how do i use it to blacklist ips that have that kind of request uri? [19:27] Hi, trying to install https://launchpad.net/ubuntu/+source/glm - apt-get install glm doesn't seem to work [19:28] ioria: still can't log in [19:28] ksft, but you have the login screen ? [19:28] ioria: only with nomodeset [19:28] same as before [19:28] Es0teric: set up a filter for it and a jail [19:28] RandomTime: that's because apt-get installs the binary packages built from that source, which are Binary: libglm-dev, libglm-doc [19:29] Will this laptop run ~Ubuntu well ? http://www.ebay.co.uk/itm/Lenovo-Helix-i5-3427U-1-80Ghz-Memory-4GB-Intel-HD-Graphics-Display-11-6-/262347095615? [19:29] ksft, can you paste /var/log/Xorg.0.log ? [19:29] so I apt-get install both of those? [19:30] ioria: termbin.com/ivu9 === zippy is now known as Guest66230 [19:34] what's the best desktop wifi card [19:34] err [19:34] most common/supported [19:34] posi: broadcomm [19:35] posi: wanna have external card instead? [19:35] yea there's no wireless on this motherboard [19:35] down for whatever [19:36] posi: i bought cheap one for external wifi, TP-LINK [19:36] posi: but i think there is a better card out there you can check it out [19:36] cool sounds like i shouldn't have to look hard to find one thanks for the advice [19:37] posi: sure === benwilber_ is now known as benwilber [19:39] ioria: you there? [19:40] hello all [19:40] ksft, was it working before you installed from the nvidia wbsite ? [19:40] Why would my ubuntu server be so slow while running an rsync job [19:40] ioria: I think so [19:40] Ot's the desktop version of ubuntu [19:41] *Its [19:41] ksft, with nouveau ? or you tried to install nvidia from the ubuntu-repo ? [19:42] ioria: I did what you suggested [19:42] ksft, no, i mean before ... [19:42] oh [19:42] I'm not sure exactly when it stopped working [19:42] I think it was after I installed the driver from the website [19:44] ksft, if you run sudo service lightdm restart ? [19:45] ioria: doesn't help [19:45] ksft, what error ? [19:45] no error [19:45] it just doesn't change anything === NetworkingPro_ is now known as NetworkingPro [19:47] ksft, mv /etc/X11/xorg.conf /etc/X11/xorg.conf.back and sudo apt-get purge nvidia* [19:48] huh [19:48] ioria: I just ran `apt-get install nvidia-current` [19:48] then I rebooted without nomodeset [19:48] it worked [19:48] goooood [19:49] ioria: not giving up on cuda, though [19:49] ksft, ok ^_^ [19:50] so I'm using the Ubuntu font. It looks great but it's a bit difficult for me to see when it's over white (i.e most pages). Is there any way to make it a tad thicker? some fontconfig tweak? [19:50] it's Ubuntu Regular [19:50] ioria: just tested a game [19:50] it's running at a really low framerate [19:50] I think it's using the integrated graphics card [19:51] ksft, nvidia-current is 304 and i think prime works from 331 ... [19:51] ioria: what's prime? [19:52] !info nvidia-prime | ksft [19:52] ksft: nvidia-prime (source: nvidia-prime): Tools to enable NVIDIA's Prime. In component main, is optional. Version 0.8.1 (wily), package size 10 kB, installed size 114 kB (Only available for i386; amd64) [19:52] what's NVIDIA's Prime? [19:53] ksft, it lets you switch integrated and dedicated [19:53] ohh [19:53] ksft, https://wiki.ubuntu.com/X/Config/HybridGraphics [19:53] how do I use it? [19:54] ksft, go in Dash and type nvidia [19:55] "NVIDIA X Server Settings"? [19:55] yes [19:55] then how do I use it? [19:56] ksft, go to prime profile ... http://askubuntu.com/questions/661922/how-am-i-supposed-to-use-nvidia-prime [19:58] ioria: I don't see "PRIME Profiles" in the menu on the side [19:58] I just see "Application Profiles" and "nvidia-settings Configuration" [19:58] ksft, i don't know if you use it with nvidia-current [19:58] *can [19:58] I just installed nvidia-331, as that page you linked to says to [19:59] oh, it says to install nvidia-346 there [19:59] trying that... [20:00] still not there === dummy is now known as craptalk [20:02] o/ === qwerty is now known as Guest13113 === Guest13113 is now known as qwerty3141 [20:03] ubuntu 14.04, i have problem with wifi connection. It drops out sometime and especially when going to youtube. I need to plug network card in and out then it works again. I want to set another dns server but idk what to type into the search domain field. I edit the connection and click on the ipv4/ipv6 tab and there i can put in dns server and search domain. Is ip adress enough for dns field? search domain idk [20:03] what it is??? [20:04] I installed google_authenticator to secure my ssh login, I followed the standard directions but when I try to see I don't see "Verficiation Code" [20:09] Anybody know of a good how-to for upgrading gcc? === ibm is now known as Guest65405 [20:14] Keepass2 does not work and when I execute it, a window will suddenly open and close. Do you know how can I fix it? http://paste.ubuntu.com/15478309/ === KattyVal is now known as KattyDolphin [20:14] any suggestion about SIP phone that supports codecs g729 or g711? [20:15] * w33dm0nk3y91 is away: Snowcone,USA [20:15] Hell-Razor: check out http://askubuntu.com/questions/466651/how-do-i-use-the-latest-gcc-on-ubuntu-14-04 [20:15] looks like you just add the repo and then intsall gccx.x [20:16] Yeah I saw that but didnt scroll down enough. I need gcc 5.3 due to compiling cyanogenmod. It doesnt play well with other versions [20:17] Hell-Razor: looks like they have gcc-6 up [20:17] so definitely 5 is available [20:17] 5.3 * [20:17] https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test/+packages [20:18] the update- alternative command isnt working for me [20:18] sudo add-apt-repository ppa:ubuntu-toolchain-r/test [20:19] sudo apt-get update [20:19] sudo apt-get install gcc-5.3 [20:20] heh sudo. [20:20] Thank you trunk_monkey [20:21] There you go, you can set as default via this command: [20:21] sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5.3 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5.3 === jkernsjr_ is now known as jkernsjr [20:22] Keepass2 does not work and when I execute it, a window will suddenly open and close. Do you know how can I fix it? http://paste.ubuntu.com/15478309/ [20:24] what is the software of the terminal called [20:24] like if i wanna add a terminal to add browser [20:24] www.ubuntuterminal.com [20:24] django_: terminal emulator? [20:24] I'm on a laptop with an integrated and a dedicated graphics card [20:24] a game is running at a really low framerate, so I think it's running on the integrated one [20:25] trunk_monkey, yeah [20:25] how do I get it to run on the dedicated one? [20:25] mojtaba: can you be more specific on when the error comes up? is it in a browser exentions? [20:25] django_, what does "add a terminal to add browser" mean? i believe the default executable is gnome-terminal [20:26] trunk_monkey: It is an application. When I execute keepass2 or execute it via command line. [20:26] mojtaba: are you accessing it via vnc? [20:26] trunk_monkey: It is a local application === xangua_ is now known as xangua [20:27] ksft: What graphics are you worjing with ' lspci -k | grep -EA2 'VGA|3D' in a pastebin, let's verify what driver is compatible . [20:28] Bashing-om: termbin.com/joy6 [20:28] ksft: look'n . [20:30] it would be great if you can make cuda work too [20:30] could* [20:30] trunk_monkey: any idea? [20:31] ksft: Recent card for Nvidia and recommeded : http://www.nvidia.com/download/driverResults.aspx/98373/en-us is the 361 version . In our repo ? what returns ' sudo ubuntu-drivers list ' . [20:31] my bash is having huge gaps between 2 lines of output. How can i change that? [20:32] Bashing-om: bcmwl-kernel-source, nvidia-352-updates, and nvidia-352 [20:32] ksft: Was I working with you last night on this same issue ? As with 361/cuda .. got it working . [20:32] someone else was [20:33] let's try the 361 version . IF you are not adverse to a PPA . [20:33] Bashing-om: okay [20:33] how? [20:35] ksft: ' sudo apt-get remove nvidia-* ; sudo add-apt-repository ppa:graphics-drivers/ppa ; sudo apt-get update ; sudo apt-get install nvidia-361 nvidia-prime ; sudo reboot ' . Advise on the effect . [20:38] Bashing-om: okay, rebooting... [20:38] !cuda | ksft [20:38] quick question? if Ubuntu doesnt have GUI for changing video drivers [20:39] Bashing-om: didn't work [20:39] I rebooted, and there's just a black screen [20:39] i have Xubuntu and they have a GUI for newest Nvidia [20:39] I used Ctrl-Alt-F1 to get to a terminal to use IRC [20:40] Keepass2 does not work and when I execute it, a window will suddenly open and close. Do you know how can I fix it? http://paste.ubuntu.com/15478309/ [20:41] Bashing-om: can you help? === Cake is now known as Guest78377 [20:42] Bashing-om: no? [20:42] ksft: Let's see why it "didn't work" by reading the log ' pastebinit /var/log/Xorg.0.log ' . === Guest78377 is now known as CakeFace [20:43] Bashing-om: termbin.com/n5cf [20:44] ksft: reading . [20:44] ksft: 404 on that link .. verufy and try again . [20:45] Bashing-om: whoops, termbin.com/m5cf [20:45] verify* === CakeFace is now known as Cupcake === Cupcake is now known as Guest7978 [20:46] I installed google_authenticator to secure my ssh login, I followed the standard directions but when I try to see I don't see "Verficiation Code", I Just get "password", neither my password or the verficiation code work [20:47] Hi, How can I install Lantern on Ubuntu?! Its site gives a exe file! [20:47] Guest14765: What is Lantern? [20:48] Guest14765: there are many lantern possible [20:48] Pici: https://github.com/getlantern/lantern [20:49] there is a .deb on your link [20:49] indeed [20:49] maybe you can extract id somewhere [20:49] there are Ubuntu debs there. I just accidentally downloaded one of them here on Windows. [20:49] !info x11glvnd wily [20:49] Package x11glvnd does not exist in wily [20:50] Bashing-om: you know you can use a web browser and try the url? [20:51] http://packages.ubuntu.com/wily/ [20:54] Hello [20:54] Exagone313: Yeah, I too use that as a tool . [20:54] mojtaba: no idea, I'd create a forum post about it, doesn't look like anyone in here has any ideas either :/ [20:55] -no [20:55] trunk_monkey: thanks [20:55] Hello [20:55] hell [20:56] hi* [20:56] how 2 change name :D? first tim using :D [20:56] ksft: Look'n good so far . the driver buils and X is happy . Maybe the old config file ? what shows ' ls -al /etc/X11/xorg.conf ' ? Maybe replace it with a new one . [20:57] seeing Ubuntu 16.04 LTS in MaaS, but not on ubuntu.com...is it about to be released? [20:58] spammy: Release set for 24 April . [20:58] Bashing-om: thx [20:59] spammy: np [20:59] I think April 21 [20:59] Hi, so how do you enjoy ubuntu so far guys? [21:01] Gameface: We use it as we like it .. that subject is of-topic for this as a support . join #ubuntu-offtopic for general chat please . === baggar11_ is now known as baggar11 === richard is now known as Guest95749 [21:08] Bashing-om it doesn't exist [21:08] Bashing-om:* [21:15] !help [21:15] 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 [21:16] s [21:16] .help [21:16] !info [21:16] .info [21:16] KoMiSaR_kAtAnl: do you need help? [21:17] yes thnk [21:18] ksft: Ouch ! Now that is odd and unexpected . check again please .. we do: ' sudo rm /etc/X11/xorg.conf ; sudo nvidia-xconfig' is the file now created ? === dalnet is now known as DALnet [21:20] hey all... i can connect to my box over ssh and login.. but when i try to join (ubuntu 12.04 gnome) i type in the user and pass and the screen flickers black for around 5 seconds... then returns to the login screen [21:20] is there any log i can look at to see why i am not able to login? === Guest0 is now known as House_wrk [21:21] vive ,i3 [21:22] picard276: You mean at the physical console attempting to activate the GUI ? [21:22] yes [21:23] and i am logged in via ssh so i can access the box entirely... my guess is it's some graphics thing of some kind.. maybe a bad xrandr setting or xorg issue... [21:24] picard276: Generally. GUI graphics driver not loaded, or not authorized to access "your" desktop . what returns ' sudo lshw -C display ; ls -al .Xauthority ls -al .ICEauthority ' ? [21:25] the lshw im getting the nvidia graphics card [21:27] Bashing-om: ICEauthority is my user [21:27] Bashing-om: Xauthority is root [21:27] should i chown the Xauthority file? [21:28] picard276: chown that .Xauthority back to your user:user [21:28] picard276: Should be 'you' . Ok what else is not right ' ls -al /home ' do you own "your" directory ? [21:29] yes [21:29] just chown the xAuthority and now all is good ... Thanks Bashing-om [21:31] Pici: k1l gets this cookie :) [21:32] ksft: Have I lost you ? === dgncn_ is now known as dgncn [21:36] hello all [21:43] Hey, is there any way to force auth on a dovecot/postfix smtp server? people can send mails to local mailboxes without any username or pw [21:45] Hey all [21:45] I change compizconfig minimize duration but it does not effect the behavior === KindOne_ is now known as KindOne [21:45] I tried changing it into extreme numbbers but does not effect the outcome [21:45] what should I be doing? [21:46] corndoge: https://iwader.co.uk/post/postfix-force-smtp-authentication [21:46] What's the proper channel for talking to the bot-wranglers? Their website's throwing 404s, so I can't find docs. [21:46] N3X15: which bots? [21:46] corndoge: also http://www.postfix.org/documentation.htmlhttp://www.postfix.org/documentation.html [21:47] ubot9, k1l. I've got Encyclopedia installed but the devel wiki with usage docs is 404 [21:47] llutz, I've just followed this tutorial but it still doesnt require auth, i can see 250-auth appearing on an ehlo now but thats all [21:47] *ubottu [21:47] N3X15: #ubuntu-irc [21:47] Thanks [21:48] corndoge: look at your main.cf, things like "smtpd_recipient_restrictions =permit_sasl_authenticated" [21:48] hello [21:51] llutz, thats the second entry there, here the whole entry: http://hastebin.com/durucuguge.txt [21:51] Bashing-om: afk for a sec--I'm back [21:51] there's no /etc/X11/xorg.conf [21:52] I should run `nvidia-xconfig`? [21:52] ksft: Did you see my XX:18 entry ? === e4shells is now known as Dropa [21:52] yeah [21:52] just ran `sudo nvidia-xconfig` [21:52] it created /etc/X11/xorg.conf [21:53] ksft: Reboot, let's see the effect . In a hybrid gaphic's system that file is required . [21:54] okay [21:54] corndoge: you test from $mynetworks? [21:54] rebooting.. [21:54] . [21:54] it worked! [21:55] now to test that game again [21:55] llutz, no i test it from my windows client to a dedicated server somewhere else [21:55] ksft: Outstanding ! ,, it is nvida-prime to switch graphic's sets . [21:55] it's still running at a bad framerate [21:55] oh [21:55] what? [21:56] how do I do that? [21:56] which game? [21:56] hep7: Dota, but I don't think that's relevant [21:56] right [21:56] corndoge: set permit_sasl_authenticated as first restriction [21:56] ksft: If it is but this one game having any problem, I would blame the game .. not the system . [21:57] Bashing-om: it ran fine a few days ago [21:57] then I messed up the graphics drivers [21:57] now it's running at about 12 fps instead of about 80 [21:57] how do I switch which graphics card it uses? [21:58] something about nvidia-prime? [21:58] ksft: Check other applications . If all else is good .. what remains is the game . [21:58] I'm almost certain it isn't the game's fault [21:59] is there a way to check which graphics card is running it? [21:59] ksft: Can not say explicity, generally you want to run games from the Nvidia driver . [21:59] of course [21:59] I'm asking how to make that happen [22:00] llutz, sadly no changes. I still can send mails without logging in from telnet [22:00] llutz, ive reported that to the ispconfig dev as well but he said thats usual behaviour... but i dont like getting virus mails from others from my own mailserver [22:01] Bashing-om: just tried another game [22:01] it isn't running very well either [22:01] ksft: - lspci -nnk | grep -i vga -A3 | grep 'in use' - . [22:01] Bashing-om: "Kernel driver in use: i915" [22:02] ksft: So running Intel .. in nvidia-prime change to Nvidia . [22:02] network-manager-openvpn should have an option for passing tls-cipher to the openvpn binary as well, imho [22:02] Bashing-om: how do I do that? [22:03] ksft: I can not answer all questions .. I do not run nvidia . homework time on your part . [22:03] I've been looking this up [22:03] how do I use nvidia-prime? [22:03] I couldn't figure it out [22:03] that's why I cme here [22:03] came* === jwheare_local_ is now known as jwheare_local [22:06] ksft there's also #nvidia [22:06] hi [22:09] ksft: http://askubuntu.com/questions/459315/how-can-i-switch-back-to-nvidia-card-from-intel-with-nvidia-prime os one way . [22:10] corndoge: just to understand it right: you try to send a mail to a valid recipient on your server, not a mail to an foreign address(relay)? [22:10] llutz, exactly, yes [22:11] corndoge: then that is totally ok, how would a foreign smtp-server sasl-auth at your server, when trying to send you a mail? [22:12] corndoge: content/spam-filtering is a different job [22:12] llutz, so the only way to stop those virus mails to myself is just spamfiltering them? [22:13] corndoge: basically yes. look at postscreen, amavisd-new etc. [22:13] SCHAAP137: you should be able to manually ad it === zen-guy is now known as coffeeguy [22:13] llutz, yeah I'm already filtering them and moving them to a junk folder... but I thought theres a way to stop anonymous people connecting to it :( === coffeeguy is now known as zen-guy [22:14] corndoge: not if they send mails to addresses you'e supposed to accept [22:14] TJ-, when i try to do that to the system-connections files, restart network-manager service, it fails to connect [22:15] SCHAAP137: you mean you add something like "tls-cipher=..." in the "[vpn]" section [22:15] Hi, I have this problem to where when the system runs out of ram even by 1 mb, kswapd0 starts using 100% cpu, even when the ram drops back down to 500 mb/4gb. [22:16] corndoge: we run postscreen on some servers with good results. still, it's not perfect [22:16] The only way to fix it I've seen is to reboot everytime ram was exhausted for any amount of time. [22:17] hey guys. does anyone know how to fix this issue: when i open up a terminal (i use konsole), and ssh into somewhere, it timesout/freezes on me so i am forced to open a new window and re-ssh into somewhere. is that my machine or is that the ssh box doing it and if it is mine how could i fix it? Wily ubuntu here [22:17] SCHAAP137: ahhh, yes, nm-openvpn-service.c doesn't define ta-cipher in ValidProperty === asdfa is now known as marcelo === marcelo is now known as marceloper === Militant is now known as N0mad [22:20] I'm running Ubuntu Server 14.04.4 btw. === Edgan_ is now known as Edgan === balaios1 is now known as balaios [22:30] SCHAAP137: this should add the functionality: http://paste.ubuntu.com/15483315/ [22:31] So whenever I install a new windows I always first disable the microsoft spyware on it [22:31] What spyware products do I have to worry about on ubuntu? [22:32] Optiprism: there is no spyware on ubuntu. you can look at the privacy settings in system settings to adjust the online search to your needs [22:33] Probably just your ISP and swap using 100% cpu for no reason. [22:33] SCHAAP137: sorry, that was terrible! got TA and TLS mixed up. Try this: http://paste.ubuntu.com/15483339/ [22:33] Oh that's kinda surprising when seeing all those icons on the bar when installing ubuntu I assumed there would be some spyware that's included that you had to disable [22:34] Alright then [22:34] Optiprism: The beauty of open-source software is that it's made exclusively by its users, not by a company looking to sell it. We don't want spyware on our system any more than you do. [22:36] excellent, gonna try that, thanks TJ- [22:42] TJ-, i'm getting this error when compiling: /usr/include/NetworkManager/nm-version.h:89:2: error: #error "NM_VERSION_MAX_ALLOWED must be >= NM_VERSION_MIN_REQUIRED [22:42] I'm using top and two of the processes are highlighted... any ideas why? === _7 is now known as SonikkuAmerica [22:44] SCHAAP137: hmmm; let me check. Which release of Ubuntu are you on? [22:44] I'm currently running Ubuntu MATE 15.10 and I've edited my fstab to auto-mount an NTFS drive on boot. It's working fine and does auto-mount but one thing that is slightly annoying me is that it doesn't show up in devices and I have to go into the dir I created in /mnt/. I had this same problem in Mint but had no idea how/if I fixed it. Could anyone help? [22:44] 15.10 [22:45] hm, weird, getting it when compiling without the patch as well... [22:45] SCHAAP137: how did you build it? I've just done "fakeroot debian/rules binary" and it worked fine [22:46] SCHAAP137: you did use the latest pastebin I gave you ? [22:46] kuomi: Make the mount point in /media ?? [22:46] TJ-, yes i did; but i'm just using apt-get source network-manager-openvpn, ./configure and make [22:46] got all the build-deps needed [22:47] Bashing-om: I followed this, http://www.cyberciti.biz/faq/debian-ubuntu-linux-auto-mounting-windows-ntfs-file-system/. It is mounted to /mnt/share [22:48] Is there anyone here from the Ubuntu user groups? or Ubuntu community? [22:48] Ch3ck: we are all the community :) what is the issue? [22:49] kuomi: Nothing wrong with mounting at /mnt ; as I understand it however gvfs system will not see it . [22:49] Bashing-om: Ah so best if I just mounted to /media/share and that would show up? [22:49] kuomi: Yeah, is what I think . [22:50] SCHAAP137: I've got the proper patch here, including the changelog and quilt series patches: https://iam.tj/projects/misc/nm-openvpn.patch [22:50] Bashing-om: I'll give it a bash, cheers. [22:51] kuomi: Let us know the result . [22:51] SCHAAP137: the debian/rules Makefile may be setting configuration options you're not setting. That's why it helps to use "fakeroot debian/rules build" (or binary to create packages) [22:52] cool, will try that one, using that fakeroot command now you said, seems to work [22:53] okay, that's useful info, thanks [22:53] I bumped the version but used a ~ so any newer Ubuntu version will replace it properly [22:53] Bashing-om: Perfect, thanks very much! [22:54] kuomi: :) Pretty smart system, huh ? [22:56] I accitently pressed ctrl+f4 and a black ttyl screen came in. How do I go back to my desktop? [22:56] Beko12: Alt+F7 [22:56] TJ-, thanks! [22:56] Beko12: the GUI is almost always on tty7 (Alt_F7) (sometimes on tty8 - Alt+F8) [22:57] thanks [22:59] excellent, that seems to work TJ- [23:01] SCHAAP137: great! in which case I'll fire it upstream tomorrow see if we can get it adopted [23:01] SCHAAP137: I guess network-manager-openvpn-gnome needs editing too, to offer it in the GUI [23:01] that's excellent, would be awesoem [23:01] *awesome [23:02] easier than manually editing the connection file [23:02] and there would be at least 1 user [23:02] =þ [23:02] SCHAAP137: indeed; it's 2300 here so I'll look at that tomorrow. Are you able to test the gnome side, I don't use it [23:03] not using gnome here either, MATE [23:03] haha, but do you use the -gnome GUI connection editor though? [23:04] anything based on the GTK/GDK libraries uses the -gnome connection editor GUIs I believe [23:04] ah i can test that, sure [23:05] SCHAAP137: ok; I'll ping you tomorrow once I've got a package built [23:06] okay, cool [23:07] SCHAAP137: there doesn't look to be any spare space in the dialog on its TLS tab, grr [23:08] hmm, it would need some text as well, like "check 'openvpn --show-tls' for valid entries, use colons as separators" [23:08] or maybe not [23:09] SCHAAP137: could get 'complicated' real quick. For what you describe the code should call openvpn --show-tls and populate the chooser based on it [23:09] We have a Local Dev Summit coming up. I don't know who to talk to in relation to event support. Can anyone please point me out here? [23:10] hmm, that would get more complicated indeed. I was just imagining an input field === meta-coder is now known as Guest28258 [23:13] SCHAAP137: I'll think about it... might be best to leave it as an ultra-advanced option that requires the manual settings file editing :) [23:13] TJ-: a chooser would not support the option of creation a sequence of ciphersuites, separated by colons [23:13] *creating [23:13] SCHAAP137: I was thinking a chooser that can string them together... think of an +Add... button [23:14] SCHAAP137: obviously with the option of inserting a negate "!" in front of the entry [23:14] true, that's fine with me as well; it's good the command is accepted now by the service applet [23:14] SCHAAP137: what I could do is have the settings file when created have a comment in it about the tls-cipher option and how to configure it [23:15] yeah, that's what i was thinking, might be more efficient [23:15] when the .ovpn is imported, that it would just read and save/use that option as well [23:15] in the connection file [23:15] SCHAAP137: as in "# tls-cipher= please see "man openvpn" and the --show-tls and --tls-cipher options" [23:16] SCHAAP137: yes, I'd need to ensure there's no barrier in the import functions that might drop the option [23:16] SCHAAP137: do you know if importing a .ovpn with tls-cipher= does bring it through, or drop it? [23:16] TJ-, it dropped it [23:17] although, did not test it after patching yet === jottr_ is now known as jottr [23:18] SCHAAP137: OK, I'll check on that. I would *guess* now tls-cipher is added to the ValidProperty it would be imported === firewalldt is now known as firewalldt_ [23:19] everyone building a vpn [23:19] TJ-: yes, it drops it, verified [23:19] saved an unchanged imported config, no tls-cipher [23:21] What term command would I Use to find my wifi card model? [23:21] SCHAAP137: no, properties/import-export.c needs it adding manually I notice [23:22] SCHAAP137: I'll sort that out tomorrow and then you can test it [23:22] very nice, looking fwd to it [23:22] Bouncer: depends if its PCI or USB. "lspci -nn" or "lsusb" [23:22] Bouncer: "lspci" or "lsusb". [23:22] Hello all. [23:23] I have a quick question.. If i'm logged in as root, but i log in as a user on terminal and launch IRSSI, is it still a security risk? [23:23] SCHAAP137: thinking about it, it is quite an oversight not to support tls-cipher already [23:24] k1l TRied that its a broadcom chip, DOesnt SEEM to be tehre [23:25] TJ-, true, it has been in OpenVPN since version 2.3.4 or something [23:25] Bueller? [23:25] Bouncer: can you put both outputs into paste.ubuntu.com and show the link? [23:27] !s iron man [23:27] qu4nt1n: I am only a bot, please don't think I'm intelligent :) [23:27] qu4nt1n: no warez here [23:27] Anyone? [23:28] anyway, thanks a lot TJ-, for that quick patch [23:28] SCHAAP137: well, I'm on the way to bed; chat tomorrow :) [23:28] ihavekews: your sentence didn't make a lot of sense to me ... if you're logged in as root, how are you logged in as a user? [23:28] cool, sleep well :) [23:28] nacc: 'su' probably [23:29] ihavekews: the matter is as whom the process is running. so if you start irssi as user that is fine. but login to root is not the ubuntu way at all. [23:29] @nacc At the login screen i choose to login as root. Then in a terminal i changed user to a regular account.. [23:29] ihavekews: never login as root on the login screen [23:29] !sudo | ihavekews [23:29] ihavekews: sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !pkexec (for older releases: !gksu and !kdesudo). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo [23:29] ihavekews, Yes, because you can escape to root [23:30] ihavekews: that was a mistake, just login as your regular user [23:30] how can I make flash player work with my ubuntu [23:30] Well currently i'm going through http irc, but i'm just curious what the security risk is.. and what does it mean that you can 'escape' to root [23:31] http://goo.gl/Vj7Eep [23:31] !danger [23:31] 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! [23:31] ihavekews, when you open the terminal, it'll be logged in as root. Then your just logging into another user right? well if you wanted to go back to root... you just type exit. [23:32] dont go to that shortened url. its a malicious website [23:32] ihavekews: so if somehow the application in the terminal was compromised, it could in theory have root access === michael__ is now known as Guest32568 [23:33] ohhh [23:33] ihavekews: if someone can enter that process from outside he got root permissions and can do everything on your system. that is the worst szenario. [23:34] so hows that work? They find a exploit of some kind and gain access through your IRC port? [23:34] then have access to your terminal? [23:34] ihavekews: that works for every program you use as root. [23:34] ihavekews, find away to crash/pass connection back. [23:35] ihavekews: i'm not saying it will happen, but it certainly can and you shouldn't be running anything as root that you don't need to, and certainly not irssi [23:35] ihavekews, Completely depends on the software running, but there is no need to take chances. [23:35] lol well, thanks for the advice and clearing that up. [23:36] ihavekews: the more important question is why are you logging in as root? [23:36] ihavekews, https://www.exploit-db.com/ database of exploits [23:36] ok, so the openstack manual install instructions suddenly were replaced with an openstack-install program...which isn't working for me...juju bootstrap bombs out because it isn't set to use "ubuntu/trusty" [23:37] on ubuntu.com [23:37] I'm going to school for a BA in computer science, and i've been messing with Kali Linux at home on my network, and i was just curious on the matter. [23:37] spammy: you'll probably more luck on #ubuntu-server [23:37] ok, thx [23:37] spammy: err, "have" more luck :) === Hacker is now known as Guest8466 [23:39] ol[a [23:39] oi [23:39] So i suppose socializng on kali distro is not a spart idea [23:39] ipconfig [23:39] ihavekews, create a user, do your stuff logged in as the user. [23:40] ihavekews: read what the purpose of kali is. or ask their support why they use that root only setup. ubuntu got a totally differen approach using sudo. so dont use root [23:40] k1 its for penn testing, I think it just makes running everthing much more fluid as oppose to having to SU every command and terminal screen [23:41] ihavekews: kali isn't supported here, regardless, though -- work with the [23:41] them [23:41] Anyone have suggestions for a touch friendly DE/WM that works nicely on small screens? [23:41] Of course. I realize this is a ubuntu channel, I also have ubuntu, but i'm much more familiar with this community so i figured i'd ask about the irc [23:43] When using ssh and starting for example gedit, it starts on my client, but when I try to do "startx" it appears on the host, how come? [23:43] don't do startx [23:43] Optiprism: dont run startx on ubuntu [23:44] Optiprism: you can use ssh to start the gui of a program that started on the server on your client. [23:44] Optiprism: why are you running startx? [23:44] So can anyone help me please with my issue? I dont mean to be annoying. I just cant seem to find the right fix on google either (Because I dont even know the correct wording) [23:44] I wanna get the server's screen [23:44] Optiprism: but servers usually runs programs that get handled on the CLI. so there is no need for guis [23:44] Razzdoll: you'd need to explain it first === coup_de_shitlord is now known as stqism [23:45] well i wanted to know how to fix this issue: when i open up a terminal (i use konsole), and ssh into somewhere, it timesout/freezes on me so i am forced to open a new window and re-ssh into somewhere. is that my machine or is that the ssh box doing it and if it is mine how could i fix it? Wily ubuntu here [23:45] Ah I see, i think... [23:46] Razzdoll: it's the server doing it, you can usually trick it by running something that keeps data flowing [23:47] Optiprism: you mean you want to access a remote servers X screen? why? [23:48] Seems like a useful thing to do? It's like a windows remote desktop right [23:48] Ben64, in putty, there is an option to change the timeout, but this is linux not windows and I have no idea what to do. [23:48] Optiprism: a server normally doesn't have a desktop [23:48] Optiprism: servers are meant to run with no desktop. that is useless waste of ressources. [23:48] oh ok [23:49] Razzdoll: you can configure ssh client to send keep alive messages.. https://forum.ivorde.com/how-to-prevent-linux-ssh-client-from-disconnecting-using-serveraliveinterval-t19451.html [23:49] Optiprism: server tasks are made for CLI. you dont need click them in gui. [23:49] Optiprism: sorry, I undrestand in broad strokes what you're saying, but it doesn't seem like you really want to do what you're suggesting [23:50] so, restarted my computer, when it came back up I can ping it, but I get, ssh: connect to host domain.com port 22: Network is unreachable [23:50] Ben64, ok thank you. Should I add that info to -my- client or the one I ssh into, which is also my vps [23:50] Razzdoll: the link i gave you is for the client [23:50] Wait, mine right? [23:51] Thought so. Just had to double make sure - Thanks again [23:52] things I'm thinking I may have touched include but not limited to, sshd_config, /etc/hosts , /etc/hostname , and may be some others but I'm open to suggestions of where to start. === john is now known as Guest69524