[00:00] Good Afternoon all, I was wondering if someone could offer some help with an OpenVPN server running on Ubuntu 12.04, specifcally I can't seem to figure out how to configure Ubuntu to properly router traffic to the internet from the OpenVPN interface so connected clients can tunnel to the internet through the VPN [00:00] VinceN: got IP forwarding enabled? [00:01] daftykins: I -Think- so but not sure. Would an IPTABLES output be helpful? [00:01] when i click an application it takes a lil longer than it should nothing to complain about tho just wondering if i dual boot if it would get worse [00:01] "cat /proc/sys/net/ipv4/ip_forward" i think was the path [00:01] yep [00:01] kastan: in... what OS? [00:02] daftykins, That returns a "1" [00:02] im running ubuntu 14.04 i will be dual booting windows 7 [00:02] Which I belive means it is enabled [00:03] kastan: you really should've started with Windows first, but ho-hum [00:03] VinceN: yeah that's fine, so after that you'd need to be configuring the leases you give your VPN clients with a new gateway and perhaps DNS IPs in order for the internet connection to function from them [00:04] the computer didnt come with window so i installed linux cause free stuff that works great is awesome [00:04] kastan: The windows boot loader will overwrite the Ubuntu one. No big deal usually it just means you have to add a step [00:04] daftykins: Ok, I know this sounds stupid but this is the first time i've ever dealt with something that didn't do this automagically. How do I do that? I've seen some guides on defining static routes but I don't really understand what it is they are telling me to do [00:04] I'm confused: service --status-all tells me ssh is stopped ("[ - ]") but sshd is a running process. What's the explanation? [00:05] VinceN what extra step? [00:06] VinceN: we could do with the output of some commands from a test client connecting to your VPN to see what they're configured like to start with really [00:07] kastan: Windows's bootloader won't detect the ubuntu install, so you will either need to alter it to see it, or preferably install GRUB. This is why daftykins said its better to install Windows First because when you install Ubuntu second it WILL detect windows and automatically configure the boot loader for you [00:08] daftykinds, Well the client does work but its on Windows. Tell me what you need and i'm happy to do the leg work. I want to learn this I just need some help getting started I think [00:09] VinceN: work as in connects? but can't use the internet connection of the VPN server? [00:09] Correct, I can connect to the VPN Server (which also has a webserver) and I can access the webserver on the VPN LAN address. I cannot access the internet [00:12] VinceN: ok bit of a different deal as it's Windows'y, you need to be configuring the VPN to tell the client connecting to have a different gateway address. let's say the client connects in with a 192.168.100.2 address and the VPN server is 192.168.100.1, however is also attached to 192.168.0.x (as a client). That network would have a router of 192.168.0.1... that's the IP we'd be wanting to tell the VPN client to have as its' default g [00:13] Ok I think I follow you. So when I connect to the VPN the settings my Client receives are a local IP address of 10.0.0.8. No default gateway, DNS or anything are defined but I can access the VPN webserver on 10.0.0.1 [00:13] Your saying I need to bridge the 10.0.0.1 address to the clients external public IP? [00:14] VinceN: what's the server's physical network address? [00:14] (as in the real network it's attached to in the 'office' or whatever) [00:14] How do I disable the guest account? [00:14] We talking the eth0 interface address? [00:15] VinceN: yeah [00:15] 198.74.57.103 [00:16] is that really a network behind a router or is that interface directly into a 'modem' o0 [00:16] Far as I know its straight into a public network. It's a Linode VPS [00:17] hello [00:17] hi [00:18] VinceN: ok so you might need to take the default gateway IP from the VPS using "route -n" or "ip route" [00:19] VinceN: so then you'll want to edit the VPN server config to issue that IP as the default gateway to any clients [00:20] According to route -n 0.0.0.0 198.74.57.1 as the gateway [00:21] so I should configure the VPN to issue 198.74.57.1 as the gateway? [00:21] VinceN: that works! hopefully your windows client can also ping that [00:21] Wellllllllllllllll lets see [00:21] VinceN: (if it responds to ping, anyway - check with the server first i guess) yep gateway as that [00:23] causative, try service ssh status what's the result? [00:24] well it's running now pavlos because I restarted it [00:24] causative, ok, seems something was out of sync [00:27] daftykins: All I see in the server.conf file is an option to set push "dhcp-option DNS 8.8.8.8" and push "redirect-gateway def1 bypass-dhcp" the note on the option says it tells the client to route all traffic through the VPN but that the VPN will need to NAT the traffic for it to work properly. [00:29] Now the connections are NOT bridged, So I would assume that means that my local IP 10.0.0.8 can't set 198.74.57.1 as a gateway because they are dissimilar networks [00:30] Don't I need to set the Linode 10.0.0.1 address as the gateway and then route the inbound traffic from the tun0 interface to the eth0 interface which then passes the traffic to it's own gateway? === brad_ is now known as sencha [00:31] VinceN: ah yes NATing could well be required, as even if the client can ping the VPS' gateway, the gateway won't know that your client exists behind that host. yep far more involved than i thought! D: [00:32] Right and inbound traffic to the external IP will still need to be translated to the internal VPN address [00:32] So... Yea............................ [00:33] I have a feeling I know what to do, In theory, but I've never done this before so Im not sure what the routing table is telling me nor what IP tables is really telling me [00:34] that ones beyond my experience level sadly [00:34] Well drat LOL [00:35] you may end up being better off in #networking or #ubuntu-server, i know it'll be one of those iptables postrouting NAT trickery commands === xubuntu is now known as Guest54470 [00:35] Oh yes, Thats what i've been trying [00:35] you'll probably want that windows box set to google DNS or something else public so that that continues to function [00:35] Ok, Well thanks for the attempt anyway. You've at least kinda confirmed my theory. Dissapointed though, your the first person who's answer didn't amount to "ask google" [00:36] Like I haven't been doing that for the past week anyway LOL [00:36] hehe, doh! yeah it's mostly that it's 1:30am my time too so my brain wouldn't be able to go too much further [00:37] Thats cool. I appreciate it sir. :-) If I see you on when I figure this out i'll let you know [00:38] VinceN: sounds good ^_^ good luck === jibran|afk is now known as jibran [00:40] Thanks! === chuck__ is now known as Minty-Linux [00:54] Can I suggest things on this channel? [00:54] or just online? [00:55] what? [00:56] 还 有 谁 [00:56] what what? [00:56] what what what ? [00:58] how do I get the latest mplayer to work on ubuntu 13.10? [00:59] how do I reinstall system mplayer? [00:59] Dave77: your distro is dead next month, i wouldn't try fixing much :) [01:00] why are there no binaries for download for mplayer? [01:00] www.mplayerhq.hu/design7/dload.html [01:00] mplayer [01:01] ARM is not listed [01:01] Can I suggest things I'd like to see added to ubuntu on this channel? [01:02] Glorfindel, Not a support issue no. [01:02] ok [01:02] Glorfindel: no, nobody here is necessarily official [01:02] why does mplayer give no audio after I compiled it from src? [01:02] oh [01:02] Dave77: compilation is not the ubuntu way [01:02] where would I request features? [01:02] Dave77: also, this is not mplayer support [01:02] Glorfindel: nowhere i know of [01:03] mmm ok, thanks :) [01:14] Whats the latest in ubuntu news? [01:16] This is the year of the Linux desktop, of course [01:16] What do you mean? [01:16] It's a running joke, every year is the 'year of the Linux desktop' but it never happens XD [01:17] haha thanks for letting me in on it [01:18] Anyone have any good ubuntu game suggestions? [01:19] worm [01:19] or what ever [01:19] can i apt-get install worm? [01:19] I don't think thats what it is called [01:20] but you can try :) [01:20] apt-get install worm just makes me think of something malicious [01:20] lol [01:20] me too [01:20] yeah like an idiot trying to get malware [01:20] lmgtfy haha [01:20] how about apt-get install virus? [01:21] thisisnotavirus.com [01:21] ^dont click that [01:21] ihavenoideawhatisit.jpg [01:21] HA [01:21] off topic, shush please guys - move to #ubuntu-offtopic if you want to time waste [01:21] 10-4 roger that [01:24] how do i find out how my ubuntu box last locked up so that i can see if it can be fixed === invalid_w is now known as linux_beard [01:27] avis, This the only time? [01:28] no its happened twice on a new computer and perfect install [01:28] very light use [01:31] avis, I would have to google to really help, others may have more direct advice. [01:31] does anyone know what logs i would look out to fix my problem ? [01:31] dino82: what do you mean it never happens? it happened for me a long time ago [01:31] avis: check your logs [01:31] Is there a app that will alw me to track any activity on my computer? [01:36] hi [01:37] how can I put an icon on the desktop? [01:38] ProfessorKaos64: Drag and drop? [01:38] :-D [01:38] I heard its "chmod +x ~/Desktop/*.desktop" [01:38] to make it show up [01:38] I think I accidentally directed my Ubuntu installation to a ppa that updates the mesa drivers daily, meaning every day if I do apt-get upgrade it will install new mesa drivers. How can I check what's going on with my ppa's and possibly remove the link that's getting the frequent updates, if that's what's happening? [01:42] Hey just got some info for users with optimus using ubuntu 14.04 lts. If you are having kernel crash becuase of nouveau driver crashing then install bumblebee as fast as u can. And don't open any internett browsers as that will cause the system to crash due to the nvidia card trying to load. If you don't know how to install bumblebee on 14.04 ubuntu then do a quick google search and you'll find it, it's pretty simple. That atleast solved al [01:42] l my problems with ubuntu 14.04 crashing with a fresh install. And now my system is so stable that i'm using it as my primary os :-) Happy days! Cheers! Hope this info was helpfull! [01:43] zuurack: nobody's ever gonna see a one time message, also nvidia-prime is the new one to watch, not bumblebee so much [01:44] joseph victor [01:44] hey ubuntu [01:44] Locke2002: Here is ppa info: https://help.ubuntu.com/community/Repositories/Ubuntu#Adding%20PPAs [01:44] pooorrrrrrrrrrr [01:44] Thanks, I'll take a look [01:44] how do i set an environment variable that contains an "!" from the command line? [01:45] Im out of here,goodningt... [01:45] daftykins: Haven't tried nvidia-prime yet so can't confirm that it will work the same way, but will try someday. I was just sharing info that helped me and might help other in the same situation [01:45] others* [01:45] zuurack: right but say someone comes in tomorrow, they can't see that message... [01:46] Haha no i know..Im gonna post it on ubuntu forums aswell :) [01:46] freeeeeeeeeee [01:46] zuurack: but nvidia-prime is the preferred one now [01:46] 1/2 dieu is her name [01:48] I know aloooot of people including myself has had alot of troubles getting any distros really to work propely with optimus. And as i said i will try nvidia-primus someday. But since i rarely use my nvidia card i'll think i'll stick with bumblebee for now :) [01:48] Ok I got a desktop shortcut, is there a command line way I can batch a shortcut to the unity bar? [01:48] i meant nvida-prime lol [01:54] marshall: you can use: env STRWITH\!=SomeValue command; to launch command with that in the env (such as bash or whatever)...but you won't be able to easily access it in shell scripts because shell env variables are only supposed to be letters, numbers and underscores [01:55] how do i find the name of my fglrx driver and uninstall it === saeid is now known as Guest41634 [01:55] for my radeon ati card [01:55] how did you install? download from the website? [01:55] no it was from the software sources i believe [01:56] provided by ubuntu [01:56] dpkg -l | grep fglrx [01:57] marshall: unless you mean the ! is the value of the env var, then just single quote it: export BLAH='hahaha!'; [01:57] daftykins, it's listing fglrx ad fglrx-updates but when i apt-get remove them it seems like this are already removed [01:58] Hello [01:58] bluezone: hmm, perhaps your approach is wrong. i gotta sleep now though sorry. [01:58] k np [01:58] Anyone know why my computer keeps getting slow after opening up about 4 tabs in mozilla? [01:58] heap_: i am around now [01:58] I need to cold restart my pc [01:59] kebino: graphics driver, broken hardware, slow hardware, misconfiguration.. i would try live CD's and the guest account [01:59] I recently updated my graphics driver and I used a live USB to install xubuntu [02:00] kebino: ok.. [02:00] I have a windows vista if that helps [02:00] kebino: so, the upgraded graphics card is different?.. windows support is irrelevant, though, you can see if the hardware works in a supported operating system [02:00] I have dual boot and it works fine on my other OS [02:01] kebino: if you run the live USB right now, and test performance, you are removing your installed operating system and the hard drive from the equation [02:01] kebino: sure.. so, what do that tell you? if you boot and it works fine in windows? [02:01] how do I enable mod_rewrite for apache on Ubuntu 14.04 [02:01] Yes [02:02] I have tried ubuntu and it completely freezes after log in [02:02] I thought maybe I just needed a lighter version or something so I tried xubuntu [02:02] Foxhoundz: http://askubuntu.com/questions/48362/how-to-enable-mod-rewrite-in-apache [02:02] kebino: ok. [02:02] holstein: thanks [02:02] unrelated [02:03] kebino: so, what does it tell you if you boot into windows and everything seems fine [02:03] Is it possible to make my linux box part of a Windows homeroup? [02:03] I need a different version of linxus? [02:03] !samba | Foxhoundz [02:03] Foxhoundz: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/12.04/serverguide/C/windows-networking.html [02:04] kebino: it actually tells you *nothing* about the linux install.. what does it tell you? [02:04] nothing? [02:05] kebino: it tells you, as i stated above, that the hardware is functional.. which is important. so, when you boot into windows is that the case? it seems normal and functional? [02:06] Yes it is normal and functional [02:06] Hello I need some help. [02:06] And dev's? [02:06] ANy* [02:07] kebino: ok.. so you are promised windows support, and that is working.. what happens when you load a live CD? [02:07] shmerby: just ask.. this is not the dev channel [02:07] So I am trying to get WINE but it says I need to get rid of some kind of driver [02:07] live CD as in the one that came with the computer when I first got it? Sorry I am slow [02:08] Nvidia opencl driver and ICD library [02:08] But how do I do that? [02:08] Hey y'all. I keep having issues trying to install OS's. right now, I'm getting this error "ERROR, cannot find Puppy on 'idecd' boot media." any ideas why installs would not be able to find what they need? [02:08] shmerby: ok.. let us know if we can be of help.. i suggest.. open a terminal and run "sudo apt-get install && sudo apt-get dist-upgrade" then, after that is complete, run "sudo apt-get wine" [02:08] kebine: no its a different thing [02:09] kebino: the installer usb you referenced is a live image [02:09] kebino: what happens when you run the installer usb (live CD) live? do you get to a desktop? in "try it live" mode? [02:09] holstein: Trying it [02:09] holstein: Upgrade available [02:10] kebino: *nothing* that came with your computer will help you run linux.. you are not promised linux support from the creators [02:10] I get the try or install page [02:10] holstein: can you help me? [02:10] kebino: please "try" and see if you get to a desktop, or not [02:11] jay__: you are not using ubuntu.. i suggest trying ubuntu. you can test the iso download of puppy and the stick [02:11] holstein: It says E: Invalid Operation Wine [02:11] shmerby: sudo apt-get install wine [02:11] this happens will almost every distro i try holstein. [02:11] they can't all be bad downloads. [02:11] hello , i need help installing sqlite latest version for ubuntu can anybody help ? === veebull_away is now known as veebull [02:11] through command line [02:11] It was suggested to me that it could be a HDD issue? [02:11] jay__: ok.. try ubuntu, and let us know how it goes.. you can confirm the iso's [02:12] !md5 | jay__ [02:12] jay__: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [02:12] holstein: Its typing a bunch of things I think its working [02:12] does that make any sense? [02:12] anyone seen on ubuntu 14.04 where syslog is not being updated anymore? zero bytes? very strange. occured on more than one server as well [02:12] jay__: also, the machine has to be able to boot USB or cd. and you can test the stick on another machine.. just trial and error, really.. whats broken? and test for what it could be and rule it out [02:12] holstein: Thank you for the help. [02:12] shmerby: sure.. enjoy! [02:13] well i know the USB stick is working cause i've installed linux distro's to RAM and they work [02:13] jay__: testing the hardware, such as the hard drive, would be something i would do.. if you think you have a bad hard drive test for it [02:13] Uhh.. Sorry [02:13] it's when I try to install to the hard drive that i get error like it can't mount the kernal and such [02:13] My computer just froze again [02:13] jay__: the statement you made above doenst indicate to me the usb stick is ok [02:14] jay__: test the hard drive [02:14] ok [02:14] kebino: are you running the live environment? [02:14] I got 4gb of RAM on my custom built Linux Computer, should I get 8gb? Or is 4gb good on linux? [02:14] Yes [02:14] I already installed it [02:14] shmerby: "good" is a matter of opinion.. if you need 8, get 8.. otherwise, if 4 is working for you, use it [02:15] Well I will be playing games and 4gb seems fast. [02:15] sudo su [02:15] kebino_: i realize you have it installeed, and im not asking that you install it, or install it again.. im asking that you specifically run the installaer again and *not* install, but run it live, and report to me if you are getting to the desktop or not.. can you do that for me? [02:15] holstein: it brought this pop up with software product agreements and such but I cant click ok? [02:15] Yes [02:16] shmerby: ram wont make the machine any "faster".. it only adds ram.. [02:16] i have parted magic. i'll load it up. [02:16] i think there is something to test hardware in there [02:16] shmerby: you can tab and hit enter to select.. you have to accept licensing agreements [02:16] yup [02:16] holstein, are you paid to help out in here? [02:17] jay__: no [02:17] holstein: Oh thanks for your help I am first timer. [02:17] shmerby: no worries.. [02:17] You should be [02:17] lol [02:17] jay__: thanks, i think ;) [02:17] How do you do that red chat thing? [02:17] They need a new linux distro called Linux Cigarette, I bet it would be a big hit. [02:17] it was a compliment hehe [02:18] haha [02:18] !ot [02:18] #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! [02:18] obottu: Thats total copy and paste. [02:18] shmerby: are you talking about a hilight? [02:18] holstein: yes. [02:18] Ubuntu Cigarette? [02:19] People might think its a E-Cig [02:19] lol [02:19] I got it! [02:19] A Smart E-Cig that can call and text [02:19] ya soon enough, give it 2 years [02:19] People will buy it if you say its "Trendy" [02:19] itll make calls too [02:20] Yes. [02:20] Holstein: It brought up the command bar again does that mean it is done? [02:20] I am back [02:20] It worked fine [02:21] shmerby: you are back at the prompt, you mean? if so, yes.. you can try "wine /path/to/.exe".. or just wine should bring up the config.. [02:21] !wine [02:21] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [02:22] holstein: , how many people do you think you've help with linux issues? [02:22] jay__: do /join me in #ubuntu-offtopic to discuss :) [02:22] Holstein: wine: created the configuration directory '/home/shmerby/.wine' [02:22] wine: cannot find '/path/to/.exe' [02:22] Heck I bet if you named a new distro called linux dick, it might get more women interested in linux [02:22] shmerby: right.. you'll fill that in with the path to your .exe [02:23] Oh [02:23] holstein, you are supposed to be in the channel first :P [02:23] I am back again [02:23] My screen froze up [02:23] So for example wine /path/to/example.exe [02:23] oh ok sorry [02:23] ? [02:23] /join me in #ubuntu-offtopic [02:24] !Shmerby [02:24] /join #ubuntu-offtopic [02:24] dammit [02:24] me? [02:24] without the space [02:24] kebino_: your screen froze up? in the live CD? [02:24] /join#ubuntu-offtopic [02:24] !Hacker [02:24] A hacker is a person who delights in having an intimate understanding of the internal workings of a system, computers and computer networks in particular, as defined by Request for Comments (RFC) 1392 - i.e. a good programmer -- crackers on the other hand break systems, see also !piracy [02:24] er, not that space [02:24] !Gay [02:24] Not in the live CD [02:25] It froze just now so I had to restart [02:25] !Slut [02:25] /join mein #ubuntu-offtopic [02:25] /join me in#ubuntu-offtopic [02:25] /joinme in#ubuntu-offtopic [02:25] omg! why doesn't it work [02:25] jay__: stop putting spaces in front of / on irc [02:26] So... [02:26] jay__: the command is "/join #ubuntu-offtopic" [02:26] kebino_: will you please boot the live CD, and run the live desktop? and let me konw that you get alive desktop, and see if you can make it lock up? [02:27] holstein: I followed the directions on the article. I edited 000-default.conf to add AllowOverride All but the apache server fails to restart with the error: "AllowOverride not allowed here" [02:27] the rewrite module is enabled, however [02:27] What do you mean [02:28] I put in the USB and clicked on try without install [02:28] Foxhoundz: looks like its not allowing it.. thats what i take from that message [02:28] kebino_: ok... and thats the desktop that just froze? [02:28] how do i test my hdd from parted magic? [02:28] No [02:29] jay__, What are you testing for, bad areas? [02:29] After I unplugged it and restarted my computer to open the installed version it froze [02:30] just a hdd drive in general. to see it's overall health Beldar [02:30] jay__: this looks right http://www.technibble.com/forums/showthread.php?t=44181 === linux_beard is now known as pharaoh_hound [02:30] kebino_: will you run the live version? and see if you make it freeze? [02:31] ok and I mean two different freezing. One is where I can see what I was previously doing. The second is when the screen turns into a zig zag and the screens is mushed together [02:32] kebino_: sounds like graphics driver support issues.. what hardware? [02:32] nvidia? [02:32] kebino_: do you have nvidia? [02:32] http://askubuntu.com/questions/72766/how-do-i-find-out-the-model-of-my-graphics-card [02:32] yes [02:33] kebino_: ok. there are a few driver options.. what are you using? the open one that came with ubuntu? [02:33] jay__, This link shows the GSmart Control app, looks like a variation of a smart check wg=hich can be run in a cli as well. http://www.linux-magazine.com/Online/Features/Fixing-Disks-with-Parted-Magic A live ubuntu has these options and this is ubuntu support so you might consider the context of this channel. [02:33] holstein: that page won't load for me for some reason right now. I ran a test using GSmartControl and it completed without error [02:33] Well I am not sure about the one that came with ubuntu. I just know that before I even tried installing linux I had nvidia. I have a nvidia card [02:34] it says lifetime hours 5888. is that a lot? [02:34] i have no idea how long drives usually last [02:34] kebino_: sure.. the hardware is nvidia.. now, lets talke about the driver.. are you using the driver that came with ubuntu? [02:35] kebino_: do you remember installig a proprietary driver? [02:35] Well, whenever I opened up my vista OS I noticed that I installed a driver [02:35] This is after everytime I install linux [02:36] kebino_: vista is irrelevant [02:36] Oh ok [02:36] kebino_: vista is not installing drivers into ubuntu.. and ubuntu is not installing driver into vista.. they are seperate [02:37] Then I assume nothing is installed [02:37] kebino_: now.. you have nvidia graphics hardware.. on the machine, so, thats for both os's [02:37] yes [02:37] kebino_: what i would like to discuss with you, is what i think is causing your graphics issues.. and i think that is the *driver* for nvidia in linux.. just in linux. not vista [02:37] ok === Guest54137 is now known as jack [02:38] kebino_: if you have not, please install the proprietary graphics driver for nvidia on your system.. just linux. not vista [02:38] hello. can anyone help me blacklist wimax module that I never user and it slows down my bootup time? [02:38] !blacklist [02:38] To blacklist a module, edit /etc/modprobe.d/my_blacklist.conf and add « blacklist » to the end of that list - To explicitly load modules in a specific order, list them in /etc/initramfs-tools/modules and type « sudo update-initramfs -u » [02:38] can someone else help me is holstein is too busy? === jack is now known as Guest45409 [02:38] How would I know which ones to install? [02:38] jay_:you might want to try another channel for help, http://searchirc.com/dir/Computers/Operating-Systems [02:39] jay__: its in the menu.. smart tests are in the "disk tool" or whatever its called [02:40] kebino_: are you online with the machine? [02:40] Yes [02:41] kebino_: please do this first.. open a terminal and input "sudo apt-get update && sudo apt-get dist-upgrade" .. let that finish and reboot.. see if your grahpics are "better".. if not, we install the driver [02:41] ok holstein but i have a ton of questions. for example, the test passed 100% never failed. but, it says some things (Spin-Up Time and others) are in "pre-failure" [02:41] other catagories say old age === dfgas is now known as dfgas_off [02:43] jay__: sure.. the drive can be failing.. [02:43] do these things mean the drive is useless? is this why my installs can't find the files they need? [02:43] generally, the installs have been telling me it can't find one type of file or another. depending on the install [02:43] jay__: its plausible the installs are failing if the drive is bad.. [02:44] so is the drive bad? or just old? nothing failed in the test. so what does pre-failure mean? it will fail soon but is just slow ? [02:44] jay__: i would have to test everything.. and i have lots of hardware, so i would have tested a different machine with a different hardware and installed there to make sure the installation media is ok [02:44] Back [02:45] sydney: Thanks for the tip, I was able to remove the repository. However, I adventurously went on to try to manually remove the mesa drivers thinking I would go get the mainline ones and I dunno what I did, but I totally borked my Lubuntu installation, lol. I'm reinstalling it now -_- [02:46] well aren't you fancy holstein lol i have two pc's but one if my girlfriends and i'm not allowed to make changes to it [02:46] that's the one i'm on now [02:47] so without other sources to test on, i'm kinda pooched eh? [02:47] Well it didn't help much. I opened up the chat and Mozilla straight after and the screen mushed up again [02:47] jay__: im just proposing tests that would help me define the issue you are having [02:48] kebino: please open a terminal and run "lspci" and paste the results.. [02:48] !paste | kebino [02:48] kebino: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [02:49] kebino: and i will tell you want i think you should install, driver [02:49] i understand that holstein . i'm basically screwed though. i can't truely tell if it's the hdd or the distro's or the usb stick [02:49] jay__: you can boot the stick on another machine.. you can check the integrity. and md5.. [02:49] it's unlikely the distro's since i've tried so many. two did work out of about 8 though [02:50] arg md5 is annoying lol [02:50] jay__: its the same internet downloading the isos. and the same usb stick.. the same lots of other things.. and the hard drive as well [02:50] it's not going to be wrong that often don't you agree? [02:50] jay__: the md5 sum? if your network is bad, it can be wrong every time [02:50] how can i test the USB stick holstein ? [02:51] jay__: there is an integrity check built into the iso's for ubuntu [02:51] but i will literaly carry the stick to another machine, and try it there.. [02:51] what?! that's hogwash! lol i didn't know that [02:52] Back [02:52] try what ? installing the OS on a new pc? i can't do that . [02:52] Computer has been pretty sluggish [02:52] kebino: yes, i read you were back. will you run "lspci" in the terminal and paste the results.. [02:53] !paste | kebino [02:53] 00:00.0 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a1) [02:53] 00:01.0 ISA bridge: NVIDIA Corporation MCP61 LPC Bridge (rev a2) [02:53] 00:01.1 SMBus: NVIDIA Corporation MCP61 SMBus (rev a2) [02:53] 00:01.2 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a2) [02:53] 00:02.0 USB controller: NVIDIA Corporation MCP61 USB 1.1 Controller (rev a3) [02:53] 00:02.1 USB controller: NVIDIA Corporation MCP61 USB 2.0 Controller (rev a3) [02:53] kebino you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted [02:53] kebino: not here.. in a pastebin.. [02:54] kebino: please you a pastebin and share [02:55] where do i get the damn check sum application hol/ [02:55] holstein: [02:55] !md5 [02:55] To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [02:55] kebino: u may try jockey-text -e xorg:nvidia_current [02:55] !md5 [02:55] from terminal using sudo or root prompt [02:56] thanks [02:56] Locke2002: Hopefully you had everything backed up. ;) [02:56] aravind_geek: i was going to be sure the *-current supported the specific hardware, but, thats probably the best idea.. to just install it like that [02:56] sydney: lol. There's nothing important on here, and it was only the desktop that got borked. It seems to be working ok now. [02:57] Locke2002: ok :D [02:57] Can you tell me what to type again? [02:57] kebino: i agree with aravind_geek .. [02:57] and I feel like mozilla has something to do with the screen freezing [02:57] Sorry I wasn't here. I had to reboot again [02:57] afk [02:57] hey holstein , how can i check sum for non ubuntu versions? [02:58] jay__: ask non-ubuntu for the sums. [02:58] jay__: dont overthink it.. its not a fix.. its just a troubleshooting step.. dont waste too much time with it.. [02:58] What should I type into the terminal again? [02:58] kebino: 22:55 < aravind_geek> kebino: u may try jockey-text -e xorg:nvidia_current [02:59] so i can use the same program tho? [02:59] i just need to md5sum right? [03:00] that didn't seem to work in the terminal [03:00] kebino: ok.. do give detail.. [03:00] kebino: anything you can share that can help a volunteer.. "that didnt work" is a statment, not a question [03:01] I typed in jockey-text -e xorg: nvidia_current and without jockey. What did I do wrong? [03:01] kebino: you are not telling us what is happening [03:02] kebino: are you using flash in firefox? [03:02] holstein: i dunno what to do now. if the check sum is ok, what's next? [03:02] I never installed it but it seems to be working [03:02] jay__: test the next thing.. you are already have errors in the drive [03:03] kebino: type sudo jockey-text -e xorg:nvidia_current [03:03] I am using flash. I just checked [03:03] kebino: because adobe stopped devlopment on the version of flash that firefox uses [03:03] well not failures on the drive holstein [03:04] but pre-failure. i dunno if that's enough to cause things to not work properly or what [03:04] kebino: copy and paste instead of typing that avoids typos. [03:04] kebino: it's stuck on version 11 and is often the source of crashes and weird video things [03:04] i would figure the drive would just place the data somewhere else on the drive if a sector is bad [03:05] What should I do then to fix the crashing and it crashes the whole computer. [03:05] Also it says command could not be found [03:05] kebino: if you must use flash it's better to use Chrome/Chromium with the "pepper" version of flash that's still being actively developed... on version 14 right now vs the Firefox version's 11 [03:05] after i typed in jockey-text -e xorg:nvidia_current [03:06] Thanks. I will try chrome === FreezingAlt is now known as FreezingCold [03:06] kebino:what happens? [03:07] "jockey-text: command not found" that appears [03:07] kebino: you need to make sure you get the "pepper" flash though... otherwise it'll use the same old version 11 as Firefox uses [03:07] I even tried it with sudo [03:07] iptable has output chain,so why i can not set the rule " iptables -t filter -A OUTPUT -j DROP"? [03:07] kebino: or you could always try disabling Flash in Firefox and see if the problem doesn't go away :P [03:07] kebino: i suggest you do one at a time. either install nvidia common or try chrome flash [03:08] I am trying chrome flash [03:08] what driver is he currently on? [03:08] kebino: you are being bombarded now with 2 different options.. and its really plausible either could help [03:08] weirddan455: the stock open nvidia included one [03:08] i wish my biggest problem was what flash player to install [03:08] good old pepper [03:08] holstein: proprietary or nouveau? [03:09] weirddan455: the one that comes. nouveau [03:09] ah [03:09] weirddan455: i should say, im assuming that.. you can check the scroll back and see how its beeing going ;) [03:09] kebino: this might help http://askubuntu.com/questions/441415/what-has-jockey-been-replaced-with-in-14-04 === fginther is now known as fginther|away [03:10] is there a linux channel for general linux install issues? [03:10] jay__: yes.. [03:10] also, how do you find channels ? [03:10] list [03:10] jay__ #linux perhaps? [03:10] slash list [03:10] jay__: http://irc.netsplit.de/channels/?net=freenode [03:11] it seems like you just have to "know" they exist. or i'm missing something [03:11] i mean... nouveau will sometimes give bad performance vs proprietary (depending on what GPU you have) but it shouldn't be crashing you [03:11] Should I do both options? [03:11] i blame flash... flash has always been a pain in the ass even on windows [03:11] hundreds of rooms [03:11] I just installed pepper flash and chrome [03:11] kebino: no.. i suggest doing one now.. do chrome [03:11] I did that [03:11] kebino: no reason to do both.. just install chrome and test.. [03:11] how do you know about these magical things! irc channel search!? [03:12] kebino: in chrome, visit https://www.adobe.com/software/flash/about/ and tell me what you have? [03:12] kebino: type "about:plugins" into chrome [03:12] kebino: make sure you only have 1 version of flash in there... it should be version 14... if you see an older version disable it [03:12] I have adobe flash player version 14 [03:13] kebino: thats the current flash. please test your system with it, and dont use firefox during this test.. [03:13] ok [03:13] kebino: note: this is not a problem with firefox.. but, flash [03:14] Would it be ok to get back to you guys tomorrow if there is a problem? It seems fine now and its really late [03:14] yea... IIRC the "pepper" plugin format is not open source so Firefox doesn't implement it [03:14] kebino: this is the public ubuntu support channel. you are welcome to ask what you like about ubuntu support anytime [03:15] Alright. Good night then [03:15] it's adobe's fault they chose to stop development on the linux version of the standard plugin-based flash (yet still continue it for windows) [03:16] vlc === xragnar_ is now known as xragnar [03:21] is it normal to have an empty /var/log/authlog [03:22] is it normal to have an empty /var/log/auth.log [03:23] i tried joining ##Linux and i can't chat there because i need to be registered and they want an email addy and everything [03:24] <_Trullo> jay__, just register [03:24] just register [03:24] <_Trullo> , /msg nickserv register [03:25] omg [03:26] they just don't make things easy around here [03:26] you know, if i was actually working right now i wouldn't have time for all this dillying around [03:26] they should really make things easier in irc and linux in general [03:30] holaaa [03:30] briganty ask your ubuntu questions [03:30] it says now that jay__is already registered and that i'm not logged in [03:30] _Trullo: what do i do now === jim is now known as Guest83607 [03:31] <_Trullo> log in [03:32] how? [03:33] <_Trullo> , /msg nickserv identify "password" [03:33] how do you know to do these things? why is there no log in button? this all makes no sense [03:33] :( [03:34] eiiiii [03:34] jay__ it's all explained in the freenode login dialog [03:34] jay__, Go to #freenode and ask for their help, they will get you set up. ;) [03:35] hello> [03:35] can anyone help me out? [03:35] !ask | ciel_ [03:35] ciel_: 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 [03:37] I need help fixing my programs some of them are dragged to the side also teamviewer a remote desktop program people can only see wallaper and anything that was dragged off the far left like skype .... [03:37] thanks guys [03:42] jay__, Once registered after a couple of weeks you can ask #freenode for a cloak to hide your IP info. === Kryptron_ is now known as Kryptron === ciel_ is now known as AnimeGod [03:45] >_> [03:48] Urg... [03:50] Can anyone help me out my skype is far on the left of my screen like the far far left I know because when My friend was teamviewering he could only see the far left of my screen... [03:50] and only my desktop [03:51] AnimeGod, put your cursor over it hold down alt then left click and move it. [03:51] I set up a samba server on my machine [03:51] when I try to log in on the Windows machine, it prompts me for a username and password [03:52] natrually. I supply the linux box's credentials [03:52] but it doesn't accept it [03:52] i can barely see it beldar its like a small line of blue [03:52] this happens when I run skype all the time I wish I can screenshot to show u [03:53] AnimeGod, Check the resolutions in display [03:54] AnimeGod, Just a guess but if you have two wide a resolution this would be a symptom. [03:54] its at 1366 x 768 (16:9) what about it? [03:55] the desktop says Bulit-in-Display and another next to is saying BBY 19" [03:55] My laptop screen is broken I am using a montior === Aiden_Pearce is now known as hypernet [03:56] AnimeGod, Does the drop down give you different resolution options? [03:56] holy ._. i just turned off bulti in display something happened [03:57] and yes I do have different options [03:57] AnimeGod, try several to see if maybe this changes and you may find one more appropriate. [03:59] AnimeGod, here is a wiki, note the xrandr options. https://wiki.ubuntu.com/X/Config/Resolution [04:00] Hey beldar [04:00] I dont think its the resolution I think its something else [04:00] you know the launcher where u launch the things [04:00] Well I can see skype launching behind that line [04:01] like on the farrr left [04:01] behind the launcher [04:01] and when my friend teamviewer me [04:01] all they see is just my wallpaper [04:01] nothing else [04:01] AnimeGod, Not being there this is a trouble shooting attempt to cover possibilities, the resolution is a good start. [04:02] I tried all the resolutions already it kept looking weirder and weirder thats not the issue err I wish I can show u myself [04:02] I wish u can remote desktop or something>_> [04:04] AnimeGod, honestly trying to help and having you immediately discount after just a few tries, without looking at the wiki is a waste of my time. We often cannot give an exact fix answer, you have to do some of the work. [04:05] Give me the wiki then I didn't get it.... [04:05] Beldar> AnimeGod, here is a wiki, note the xrandr options. https://wiki.ubuntu.com/X/Config/Resolution I did already [04:06] .... [04:06] at this point we are trouble shooting, keep that in mind. [04:06] my firefox is behind the launcher now....... [04:06] Ubuntu 12.04 webcam upside-down in Skype. Someone ? [04:06] wow.......... [04:06] im gonna use my ipad..... [04:20] i don't have wireless or wired connection on HP EliteBook [04:20] WTF. it's 2014 [04:21] and ? [04:21] owen1: did you installed ubuntu with internet enabled? [04:21] hey === ciel_ is now known as AnimeGod [04:21] lotuspsychje: yes. sometimes i have internet. not today. [04:21] I fixed the issue I think :D [04:21] owen1: did you enabled cable internet during your ubuntu setup? [04:22] my cable internet is working most of the time. [04:22] so i assume that yes, i enable it during my setup [04:22] owen1: can you pastebin us lshw -C network [04:22] lotuspsychje: i am using ie instead of the default DM [04:22] lotuspsychje: sure [04:22] 1 sec [04:23] i'll have to use a usb stick [04:26] i cant mount the usb... [04:26] owen1: what are you trying to do exactly? [04:27] !details | owen1 [04:27] owen1: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [04:27] lotuspsychje: since i don't have wired or wireless and i want to pastebin the lshw command, i am trying to use a usb and move the output file to another laptop. [04:28] owen1: just type wifi brand + driver= loaded [04:30] owen1: you also just said you had cable internet on the box.. [04:30] lotuspsychje: http://paste.ubuntu.com/7704049/ [04:31] lotuspsychje: true, i got cable internet, but ping www.google.com doesn't work so i assume i have no internet even with cable. [04:31] owen1: ubuntu version? [04:32] lotuspsychje: 14.04 [04:32] 3.13.0-29-generic #53-Ubuntu SMP [04:32] owen1: did you check your additional drivers list, if any other drivers show up? [04:33] lotuspsychje: no [04:33] owen1: software sources icon/ last tab additional drivers [04:33] Thats very strange, as Intel wirelesa almost always works right bout of the box for me. [04:33] .. wireless .. [04:33] lotuspsychje: i am in i3. i guess it's 'unity-control-center' [04:34] owen1: i3? [04:34] lotuspsychje: in unity, what key combo will log me out? [04:34] owen1:check network manager daemon running or not? [04:34] also, what key combo open the app launcher? [04:35] i3 is a tiled window manager. i usualy use it instead of the default one, i belive it's a Desktop Environment called unity. [04:36] !info i3 [04:36] i3 (source: i3-wm): metapackage (i3 window manager, screen locker, menu, statusbar). In component universe, is optional. Version 4.7.2-1 (trusty), package size 1 kB, installed size 36 kB [04:36] i would like to switch back to i3 since i don't see the left bar of unity. [04:36] owen1: maybe i3 didnt load network manager like aravind_geek sugested? [04:37] owen1: did you try same on unity? [04:37] lotuspsychje: i load it manually, by running nm-applet [04:38] lotuspsychje: and i see the little icon with arrows that tells me i am connected with a cable. [04:38] owen1: ok wait a minute, you dont have internet on the box, but you installed i3 on it? [04:38] lotuspsychje: sometimes i have internet. not today. [04:39] owen1: login to unity plz, so at least we know your drivers are good to go [04:39] lotuspsychje: sure, but i don't see the unity left icon bar. [04:39] so i am not sure how to open apps without it. [04:39] owen1:alt-f2 [04:39] aravind_geek: thanks. i'll try that [04:40] aravind_geek: nope. nothing happened. [04:40] i do see the desktop icons though [04:40] and i see the contex menu when i do 'right click' [04:40] owen1: did you internet work on unity, the first time installed, before you messed with i3? [04:41] lotuspsychje: i don't remember. i install i3 right away. [04:42] also, at work my wired connection works. and the wireless works ok if before loggining into i3 i first login to unity. [04:42] owen1: did your ubuntu setup recognize your wifi? [04:42] lotuspsychje: i remember it gave me a warning about the wifi. [04:42] owen1: wich warning? [04:42] lotuspsychje: something about a missing driver i think [04:44] owen1: i would reinstall, just to make sure internet works on unity by default [04:45] Hi, I have a pressing issue. I am running a minecraft server on ubuntu server 14.04 and my minecraft server is having trouble saving data to disk. I think this is because I said during installation that I wanted the disk to be encrypted [04:45] owen1: and updated fully, setup internet enabled with cable and download 3rd party software during setup [04:45] Please tell me what is wrong because this is starting to grind my gears. [04:45] lotuspsychje: ok. i'll do it in a few minutes. thanks [04:46] AdmiralMoose could be. so unencrypt the disk and try it. [04:46] How do I do this? [04:46] !encryption [04:46] For information on setting up encrypted private directories (8.10+) see https://help.ubuntu.com/community/EncryptedPrivateDirectory [04:46] cfhowlett: How can I unencrypted the disk? [04:46] AdmiralMoose start with this wiki - pretty sure the encryption removal steps are there [04:47] cfhowlett: Link? [04:47] AdmiralMoose do you even read ? :) see above from ubottu [04:47] Yeah, like up 3 lines Hello :-) [04:47] AdmiralMoose https://help.ubuntu.com/community/EncryptedPrivateDirectory#How_to_Remove_an_Encrypted_Private_Directory_Setup [04:48] cfhowlett: Its not a directory, its the disk [04:48] AdmiralMoose hm... I've heard that full disk encryption is a bit more delicate. best i don't comment on what I don't know. ask someone else. sorry [04:49] cfhowlett: Ok thanks [04:52] You running some kind of super-secret mincraft game or something? [04:55] I installed tightvncserver [04:55] I can connect to it on my windows pc but it just shows a blank screen [04:55] any ideas? [05:00] hey [05:01] can someone help me please? [05:01] !ask|eddy_cuba [05:01] eddy_cuba: 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 [05:03] * Fall is curious [05:03] !patience [05:03] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [05:03] :> [05:03] well i have a problem with ubuntu 14.04... when i try to open a browser (google chrome, chrmium, opera, and also google chrome BETA) it wont start it only show the icon but nothing else.. ive tryed everything but i can not make it run... the only browser that opends up is mozilla but i need google chrome please any help? THANKS [05:04] eddy_cuba open a terminal and run cat /etc/issue report the feedback [05:06] i opened the terminal and typed cat /etc/issue but it only shows Ubuntu 14.04 LTS \n \l nothing else (IM A NOOB IN UBUNTU lol) [05:06] I installed tightvncserver [05:06] I can connect to it on my windows pc but it just shows a blank screen [05:06] any ideas? [05:07] Foxhoundz: try running "DISPLAY=:1 xterm" [05:07] Ben64: on what? [05:08] Foxhoundz: anything [05:08] no I mean where do I pass that option to [05:08] Foxhoundz: a terminal... === pravinmishra_ is now known as pravinmishra [05:08] You're not getting me. To what command or binary do I pass that argument to [05:08] tightvncserver? [05:08] you're not getting me. you type that and see what happens [05:09] fhowlett i opened the terminal and typed cat /etc/issue but it only shows Ubuntu 14.04 LTS \n \l nothing else (IM A NOOB IN UBUNTU lol) [05:09] xterm is not installed, it says [05:10] Foxhoundz: weird i thought that was installed by default. try "DISPLAY=:1 gnome-terminal" then... assuming you have that === adante_ is now known as adante [05:13] CAN SOMEONE HELP ME PLEASE I NEED GOOGLE CHROM WORKING... IT ONLY SHOWS UP THE ICON ANYTHING ELSE (i got ubuntu 14.04) [05:13] eddy_cuba: can you not type in all caps? [05:13] What is the difference between the regular and +mac iso's? [05:14] sorry i didnt know that it will cause trouble [05:14] hi [05:14] which package will install gssapi.h ? [05:15] !find gssapi.h | abhie2e [05:15] abhie2e: Found: libsasl2-modules-gssapi-heimdal [05:16] Ben64, still not found [05:17] abhie2e: explain what you mean by "not found" [05:17] You can easily look that up at: http://packages.ubuntu.com/ [05:17] just search in content of packages for "gssapi.h" [05:17] Ben64, http://paste.ubuntu.com/7704169/ [05:18] abhie2e: and what are you trying to do [05:18] Ben64, compile bind [05:19] why? bind is in the repositories? [05:19] Ben64, ./configure of bind [05:19] Ben64, yes. but to enable geoip we need to compile with --with-geoip [05:19] is someone here that knows a lot about ubuntu??? [05:19] the repo one do not have geoip enabled Ben64 [05:19] eddy_cuba, mark shuttelworth? [05:20] If my SSD has a 1536 erase block size, but the partition offsets were automatically set to 2048 during install, is that a problem? [05:20] eddy_cuba: ask your real question, give as much detail as possible, use pastebins if we should see multiple lines, screenshots if we need to see something, and be patient === jibran_ is now known as jibran [05:21] abhie2e: then download the dev packages of whatever it needs to compile, but this channel is for help with official packages and stuff, what you want is a bit beyond what the channel is for [05:22] Ben64, how to install gssapi in ubuntu is out of scope of ubuntu? [05:22] whats the anonymous chanel [05:22] join #mongodb [05:23] abhie2e: i just told you... download the dev package of whatever libraries you need [05:23] well i have a problem with ubuntu 14.04... when i try to open a browser (google chrome, chrmium, opera, and also google chrome BETA) it wont start it only show the icon but nothing else.. ive tryed everything but i can not make it run... the only browser that opends up is mozilla but i need google chrome please any help? THANKS http://pastebin.com/Z55fURyZ [05:24] Ben64, ok [05:24] eddy_cuba, go to terminal type chromium-browser and paste the output to paste.ubuntu.com and show us the link [05:25] How is my apache working when i go to http://127.0.0.1 $ netstat -an | grep :80 [05:25] tcp6 0 0 :::80 :::* LISTEN [05:25] i don't see it listening on regular tcp [05:26] Here it is what happend when i try to open chromium http://paste.ubuntu.com/7704184/ [05:28] eddy_cuba, in terminal to cat /etc/*-release and paste the output the paste.ubuntu.com [05:28] E2E@117 i dont understand what you meant [05:29] abhie2e i dont understand what you meant [05:29] eddy_cuba, just type that command and show us the output [05:30] problem with rt3090 in ubuntu 14.04 with latest updates. problem is with all kernel versions. need to get the livecd's kernel(where is it?) and modules(are working) === cltgxzuocleizsgs is now known as pzxwfyvtcxosdmdy === pzxwfyvtcxosdmdy is now known as sepero [05:32] http://paste.ubuntu.com/7704210/ [05:34] eddy_cuba, what is that? [05:34] idk hahaha it shows that when i put cat /etc/* in the terminal [05:35] looks like cat /etc/* [05:36] when you refused to give output of release info in the first place, then only I knew its troll. [05:37] you know what went wrong? [05:37] carry on. bye. [05:38] eddy_cuba: it looks like chromium wants flash to be installed [05:38] eddy_cuba: run "sudo apt-get install pepperflashplugin-nonfree" [05:39] It seems I've updated xfce4 whisker plugin this morning and now it's crashing :( any way to revert? using ubuntu 12.04 [05:39] its installed men but it doesnt work... when i click it it only show the icon anything else [05:40] eddy_cuba: well reinstall it because it looks like you're missing files [05:40] eddy_cuba: see if this file actually exists because if you read the output of chromium it's failing because it can't find this file /usr/lib/pepflashplugin-installer/pepflashplayer.sh [05:40] men ive tryed everythingon the internet and google chrome and chromium only show the icon [05:41] eddy_cuba: reinstall your chromium and flash packages [05:48] eddy_cuba: and run it from the terminal so you get output as to why it's not loading... clicking the icon won't give you any feedback [05:48] look at this what happend when i input sudo apt-get install pepperflashplugin-nonfree http://paste.ubuntu.com/7704244/ === samfty_ is now known as 1JTAAPT6Y [05:48] why isn't x11vnc managed by service? [05:48] eddy_cuba: remove the package then... try chromium without it "sudo apt-get remove pepperflashplugin-nonfree" [05:48] how do i open chromium with commands? [05:48] oo now i remember how :D but it say the same thing [05:48] causative: dunno, start it from rc.local instead? [05:48] weirddan455: my apt-get says Virtual packages like 'pepperflashplugin-nonfree' can't be removed [05:56] Hi, can you please tell me if this con job syntax is corrects? '22 */2 */9 * *' === veebull is now known as veebull_away [05:58] how can i restore the kernel used by the livecd ? have the modules in place(which went borken after kernel update in 14.04) [05:58] !kernel | khaitanya [05:58] khaitanya: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [05:58] Hi, can you please tell me if this con job syntax is corrects? 22 */2 */9 * * it should run a command at minut 22 every 2 hours but for instace at day 1 and day 10 === abhie2e is now known as abhijit === abhijit is now known as Abhijit [06:01] lotuspsychje: the problem is with wifi after the update on 14.04 (all kernels). so i only need to restore the kernel used by the livecd.. [06:02] * Fall cheers, specifying package target release worked :D [06:03] khaitanya: here's a pretty good guide http://www.howtogeek.com/117929/how-to-downgrade-packages-on-ubuntu/ [06:03] cronjobtrouble, I pmd you. [06:10] hello everyone! is this official Ubuntu server room? [06:11] pavak: that would be #ubuntu-server [06:11] OK what it is then? I am actually checking out some IRC channels :) [06:11] **cliant [06:12] **client [06:12] pavak: check the topic in most channels to find their purpose. /topic [06:13] is there a way to switch between windows of a given application using numbers? e.g. ctrl-1 goes to the first terminal window, ctrl-2 to the second, etc, and it should work like the screen command [06:13] got it. actually by the title Ubuntu Servers i though it is about Ubuntu Server [06:14] pavak: the topic says... "Official Ubuntu Support Channel" [06:14] so ideally each window has persistent numbers so if you close window 2, window 3 is still numbered 3 [06:15] ya ya ya, got it, sorry for my stupid questions :p [06:16] anybody know why chrome is capturing my CTRL-W and how i can prevent this ? === lexus__ is now known as lexus [06:16] i mean it captures CTRL-W in url input and prevents tab close action [06:21] !info tracker [06:21] tracker (source: tracker): metadata database, indexer and search tool. In component universe, is optional. Version 0.16.2-1ubuntu4.1 (trusty), package size 467 kB, installed size 2732 kB === CyberJacob|Away is now known as CyberJacob [06:24] tired [06:31] Hi [06:32] I have rsyslog and haproxy running on the system. I need to enable debug logs for HAProxy. Any clue on how to set it? I am running Ubuntu 11.10 [06:33] why doesn't my mouse copy and paste? it used to but doesn't now === h is now known as Guest58774 [06:45] bonez2046, Have you logged out than back in or rebooted to see if this changes? Trying the guest account is a good test. [06:54] Hell9? [06:54] Hello* [06:55] !11.10 | kaushal just info it is eol [06:55] kaushal just info it is eol: Ubuntu 11.10 (Oneiric Ocelot) was the fifteenth release of Ubuntu. Desktop support ended on May 9, 2013. See !upgrade, !lts and !eol for more details. [06:56] Bij, hi [06:56] :) [07:07] Hi. I want to make a shell-script auto-start AFTER unity start. I tried ~/.config/autostart. But my scripts executed too early. Is there any other point can make my script startup? [07:07] iMadper, .Xauthority? [07:08] Abhijit: thanks, I'll try. [07:08] iMadper, add sleep 20 at the beginning of your script? [07:08] iMadper, detail info here https://wiki.archlinux.org/index.php/autostarting [07:09] iMadper, sorry its .xinitrc [07:09] Abhijit: Okay, I'll try. :-) [07:10] bcvery: no. I want to calculate how many times from kernel is loaded to unity draw up. [07:10] bcvery: sleep 20 makes it meaningless. :-( [07:11] iMadper, in that scenario indeed it would [07:11] Hi [07:11] iMadper, start a script at rc0 start counting, check for unity presence, stop counting when you found unity? [07:11] I've tried to do a smart test with 'Disks' [07:12] but I see that percent it stops to 10% [07:12] from several minutes [07:12] it doesn't go on [07:13] Any ideas? [07:14] Abhijit: I calc the time with console. My console-server will save every line with a timestamp. For now my script simply output some words to ttyS0 so that I can now when the script ran. [07:14] does anyone know if it's possible to use avconv to crop video with reencoding? === _ruben_ is now known as _ruben [07:15] Abhijit: stop counter manually is un-acceptable due to we need a precise time. It makes me crazy. === veebull_away is now known as veebull [07:16] iMadper, okey. [07:16] hi all [07:17] how to install ezcap USB DVB-T FM DAB adapter on ubuntu? [07:18] good morning, everyone === aspire is now known as SomeOneNew [07:20] I need some help with reconstructing a RAID 0 [07:20] Is anyone willing to assist me in doing so? [07:28] how to make a gui process autostart? === aspire is now known as Guest79155 [07:37] hi [07:37] what directory has the source code or deb files stored? [07:38] lasagn4: Whats the actual issue behind that? [07:38] i have truecrypt 7.1a instaled my linux box, and i want to see if i can still keep the one installed [07:38] rather than getting a new source and verifying it [07:39] lasagn4: Then you neither need the source code nor the installation package. [07:39] lasagn4: Just dont install any other version of truecrypt. [07:40] no, i am installing a new debian box and i need to migrate it [07:40] Ah - that was the important part of information missing :) [07:40] lasagn4: did you install truecrypt from a PPA or did you install it manually? [07:41] i wonder if i installed it with apt-get , does it install it via source file, no huh, it is already complied [07:41] i think i used ppa [07:41] or ratehr it was already built in apt-get so i ddin't have to ppa it [07:41] apt-cache policy truecrypt will tell you [07:41] truecrypt is not contained in any official repository [07:42] well, i guess that settles that [07:42] haha [07:42] lasagn4: you can have a look in /var/cache/apt [07:43] i need to know about ubuntu [07:44] admin-pc: And how can we help you with that? [07:44] does anyone know if it's possible to use avconv to crop video with reencoding? [07:44] i installed a ipmessenger but,that app didn't work good [07:45] admin-pc: Whats "an ipmessenger" - does it have a name? [07:45] yeah that's a lan messenger application... [07:46] !info ipmessenger [07:46] i had the error on line:157 [07:46] Package ipmessenger does not exist in trusty [07:46] admin-pc: Nothing from the ubuntu repos. [07:46] ubottu: Than which on is good for LAN messenger [07:47] admin-pc: Define "LAN messenger" - what are you actually trying to do? [07:48] ubottu: i tried something, but don't remember [07:48] admin-pc: I am only a bot, please don't think I'm intelligent :) [07:49] admin-pc: So you dont remember what you are actually trying to achieve? [07:49] ubottu: But i worked with windows that the same application work good... [07:49] admin-pc: I am only a bot, please don't think I'm intelligent :) [07:49] admin-pc: ubottu is a bot, not a real person. [07:50] ubottu: Am new for ubuntu...so only [07:50] admin-pc: I am only a bot, please don't think I'm intelligent :) [07:50] !bot | admin-pc [07:50] admin-pc: Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots | Make a clone of me: /msg ubottu botclone [07:50] ubottu: I am working system administrator in agaraminfotech,india [07:50] admin-pc: I am only a bot, please don't think I'm intelligent :) [07:51] Whatever. [07:52] ubottu: no problem,thank you.. [07:52] admin-pc: I am only a bot, please don't think I'm intelligent :) [07:52] bekks: I'm wondering if they are using http://lanmsngr.sourceforge.net/downloads.php perhaps. Still, not in repos... [07:52] admin-pc: Is that what you are using? ^ [07:52] if any one know about the ipmessenger for ubuntu [07:52] admin-pc: stop talking to the bot. its a bot. it is not a person. are you a person? if so, stop talking to the bot, because the bot is a bot and not a person. [07:53] admin-pc: What is "ipmessenger" at all. What are you trying to do? [07:53] Ben64: ok,i need know about ipmsg apps [08:06] is there are program like CPU-Z or GPU-Z on ubuntu? [08:07] Dave77: whats it for exactly mate? === sins-_q is now known as sins- [08:08] show features CPU/GPU support in a GUI app [08:09] Dave77: there is psensor and some cpu freq indicators [08:09] !info psensors [08:09] Package psensors does not exist in trusty [08:09] !info psensor [08:09] psensor (source: psensor): display graphs for monitoring hardware temperature. In component universe, is optional. Version 0.8.0.3-1ubuntu3 (trusty), package size 50 kB, installed size 409 kB === Vampire0_ is now known as Vampire0 [08:10] :( need something like this:- http://www.cpuid.com/medias/images/en/softwares-cpuz.jpg [08:10] well you should explain what you want to see [08:11] Dave77: apt-cache search cpu shows some nice tools aswell [08:11] cat /proc/cpuinfo :) [08:11] Dave77: http://blog.hostonnet.com/how-to-view-cpu-info-in-ubuntu-cpu-z-alternative-for-linux [08:12] thank u :) [08:15] is there anysoftware in ubuntu that can cut .ts files? [not projectx] [08:15] Dave77: .ts movie file format? [08:19] what's the best tiling window manager on Ubuntu ? at least synched with Unity configs [08:19] .ts is container used for TV broadcasts [08:20] Night-hacks: There is no tiling window manager using Unity configs. [08:21] hi! [08:21] bekks: i tried i3, no fn keys like screen light worked, after suspending laptop it didn't turn back [08:21] can someone explane me waht is kernel bisection? [08:21] Night-hacks: Those are issues which are unrelated to the window manager. [08:22] Night-hacks: did you look i3 manual for keybindings? [08:23] holstein: did u take a look on that dropbox file? [08:28] any tiling window manager recommendation on Ubuntu ? [08:29] Night-hacks: awesome, dwm, xmonad (for starters) [08:30] Night-hacks: https://wiki.archlinux.org/index.php/Comparison_of_Tiling_Window_Managers [08:30] somsip: thanks [08:30] neupuceni, InfoL https://wiki.ubuntu.com/Kernel/KernelBisection [08:33] hello everyone, is there some one can answer a question about MaaS? the question is this: I've realized an infrastructure using KVM as Hypervisor and 3 VM: 1 VM for Region Controller (RC) - 2 VM for Cluster Controller(CC), each one with 2 or more nodes installed and manage via virtio. Each VM use different Virtual Network 2.2.2.0/24 (RC),3.3.3.0/24(CC) 'n 4.4.4.0/24(CC) configured on virsh-manager, I've also added and accepted 2 CC o [08:33] n RC. but in the RC's web UI I see only 2 CC without the nodes associated on them. a question: but which is the Region's goal? sees just the CC and not manage the nodes? thanks a lot for your support [08:33] !maas | g0ldr4k3 [08:33] g0ldr4k3: Metal as a Service is a dynamic server provisioning service for scalability. See more about it at https://maas.ubuntu.com. [08:36] ubottu: I've read that and this type of infrastructure is already configured on our DC but I don't understand the Region Controller's goal if it can see only the CC and I can't manage their node via RC.... [08:37] g0ldr4k3, you should probably be asking that in #ubuntu-server maybe. [08:38] hello. i have an error on booting ubuntu 12.04. Error: compare_pipe_intel bla bla mismatch smth intel_config [08:38] ki7mt: ok thanks! [08:40] i`m out [08:41] Hi all. [08:42] привет [08:42] добрый день [08:43] !ru [08:43] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [08:46] Hi developer,I want to get into GSOC2015 and want to work [08:46] I am familiar with Java and Android [08:48] kanwar: we have #ubuntu-touch for helping on ubuntu for phones/tablets [08:48] kanwar: there is also #ubuntu-devel [08:49] * _waver_ back [08:49] kanwar: there is also #ubuntu-gsoc as per https://wiki.ubuntu.com/IRC/ChannelList [08:50] why is there no decent TV viewer app on linux? [08:50] how do I view DVB on linux? [08:50] Dave77, you mean mythtv? [08:50] where can i find the ubuntu code for the touch pad? [08:50] I don't want media centre UI.. just a standard application [08:50] Dave77: VLC should handle it iirc [08:51] VLC can't tune to signal using unicable LNB [08:51] VLC interface terrible for daily TV use [08:52] Dave77, Didn't we go through this last night, same questions? [08:52] How i can contact any java/android developer === tcpman is now known as Guest76761 [08:52] maybe.. I really want to switch to linux.. [08:52] kanwar: your in #ubuntu support here [08:52] !alis | kanwar [08:52] kanwar: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [08:52] kanwar: go to #android-dev [08:53] i'll come back in a year see if anything has changed.. re TV apps [08:53] Dave77, Then switch, only thing stopping your, is you :-) [08:53] even android tablet would be less stress to use than linux [08:53] @zipc i want to work for an organization in order to get selected for GSOC2015 [08:54] Dave77: that makes really no sense [08:54] jesus, on my machine when i open so much tabs the ff got black and mahine is swapping as hel. anybody occured same thing? [08:54] Dave77, I suppose everyone has their one reason for using X,Y,Z, OS, but Im not sure I would base the switch on a TV application. [08:54] Hello! I think there is a problem with multiarch on Ubuntu 12.04, the version of linux-libc-dev:i386 isn't the same as linux-libc-dev:amd64, it breaks apt-get upgrade linux-libc-dev:i386 3.2.0-64.97 cannot be configured because linux-libc-dev:amd64 is in a different version (3.2.0-65.98) [08:54] !details | heap_ [08:54] heap_: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [08:55] !mythtv | Dave77 [08:55] Dave77: mythtv is a TV framework for Linux - Instructions for using with Ubuntu at https://help.ubuntu.com/community/MythTV - For discussion and specific support, try #ubuntu-mythtv [08:56] yes user interface is very poor on mythtv.. not suitable for daily use [08:56] ...no, mythtv is awesome [08:57] I think so too [08:58] If i want mythtv use I might as well buy a linux TV settopbox [08:59] Dave77: its up to you to decide, what you wanna do on ubuntu [08:59] There's also XBMC, if one is so inclined [08:59] mythtv useless for viewing TV on desktop.. if it looked like a standard app.. i might use it [08:59] how is it useless? [09:00] user interface is bad [09:00] if you just want to rant about stuff, you're in the wrong channel [09:00] i want to use linux as desktop.. but can't understand why many apps are missing [09:00] do you have an actual support question? [09:01] Dave77: you can only say, you didnt find the right app yourself yet.. [09:01] On my machine 4G ram, i3 core when i open so much tabs (175) the firefox got black for a while and mahine is swapping (using swap device) so crazy. anybody occured same thing? [09:01] Dave77, Is there an acutal problem we can help you fix, or is this all cometary, if so, #ubuntu-offtopic is the right place for that. [09:01] heap_: ubuntu version? [09:01] 14.04 but it did on all my previous ubntus [09:02] heap_: tested other browsers yet? [09:02] yeah, same chrome [09:02] heap_: sounds like you're running out of memory [09:02] heap_: can you try run firefox from terminal and see what errors you get [09:02] if i open so many tabs, then for example page of gmail.com eating 500MB [09:02] Ben64: yah [09:03] like there are all these programmers that work on linux but no app for this, or that etc, you would have thought by now these problems would be sorted [09:03] heap_: so... don't open 175 tabs [09:03] heap_: set your firefox buffer to 0 so it uses ram [09:03] Hi [09:03] so maybe there is some plugin to control memory better or so on. [09:03] Dave77: looks like you want our complaints department. join #ubuntu-complaints [09:03] lotuspsychje: where i can set it? [09:04] I've some doubts regarding this wiki page: https://help.ubuntu.com/community/HybridGraphics [09:04] heap_: firefox options/advanced/network tab [09:04] Using vga_switcheroo [09:04] cristian_c: https://wiki.ubuntu.com/X/Config/HybridGraphics [09:04] heap_: there are many tricks you can use swap or memory better [09:05] Dave77: Have you looked through this list of TV apps http://ubuntuhandbook.org/index.php/2013/08/watch-live-tv-on-ubuntu/ [09:05] heap_: swappiness tweak, installing preload,.. [09:05] Ben64, vga_switcheroo [09:05] lotuspsychje: cant see that option in that tab [09:05] cristian_c: i don't know what you mean [09:05] lotuspsychje: is there any nice paper /web page related to that issue? [09:05] Ben64, it's a method [09:06] to switch gpus [09:06] cristian_c: ok? still not seeing your point [09:06] DJones, went though all of that last night, and we're back for round two of the same things tonight it seems. [09:06] !info preload | heap_ [09:06] heap_: preload (source: preload): adaptive readahead daemon. In component universe, is optional. Version 0.6.4-2 (trusty), package size 34 kB, installed size 135 kB [09:06] DJones: yes some of those are the kind of things i'm looking for but mostly seem quite old apps === veebull is now known as veebull_away [09:07] What command a user has to type to disable the discrete gpu? [09:07] the page is not clear [09:07] :( [09:07] Any ideas? [09:07] cristian_c: thats why i gave you a link to a much more recent page [09:07] Ben64, I don't see vga_switcheroo in that page [09:07] you have linketo to [09:07] *linked [09:07] because it is 2014 now, not 2010 [09:07] but don't think I heard of FreetuxTV before [09:08] Dave77: Kaffeine is quite ok as tv app [09:08] I've used it to view dvb channels [09:08] Ben64, 2010? [09:11] cristian_c: the page you linked to is from 2010 [09:12] Ben64, but it was tired after [09:12] *tried [09:12] developed (the software) [09:12] what? [09:13] sorry, vga_switcheroo flag is active [09:13] well good luck with that [09:14] Ben64, I don't have alternatives [09:14] Ben64, the page you have linked is referred to fglrx drivers [09:14] closed [09:15] Ben64, my question is different [09:15] what command using for disabling the discrete gpu [09:16] Morning! [09:16] how to install ezcap USB DVB-T FM DAB adapter on ubuntu? [09:17] cristian_c: Did you check if you can do it in BIOS? [09:20] hateball, it seems in the bios nothing can be done [09:20] :( [09:21] hateball, it's a hp laptop with two gpus [09:21] but the wiki page it's not clear for me [09:23] Hello! What is this new start menu on the left called in ubuntu? and how do i put my own stuff there? [09:24] cristian_c: I'm not familiar with AMD/ATi gpus either, sorry [09:24] the built in image-viewer in ubuntu is slow and unresponsive.. whats a good replacement? [09:24] no_gravity: Dash [09:25] hateball: ok [09:25] crazyhorse: how simple do you want it to be? [09:25] hateball, ok [09:25] hateball: or dash? [09:25] somsip: double click image [09:25] left and right [09:25] crazyhorse: gpicview might be worth looking at from small and light [09:25] thats about it really, options for toggling between full screen and windowed [09:25] no_gravity, it's the Unity Launcher actually, and once you open an app, you can pin it to the launcher, then move it to where you want. [09:26] s/from/for [09:26] the default one is unbelivably slow [09:26] hateball, thanks anyway for your interest :) [09:26] no excuse with 32gb of ram and an ssd.. should be instant [09:27] somsip: woah [09:27] somsip: now that's more like it! [09:27] loads instantly [09:27] crazyhorse: I find that too [09:29] Any other ideas? [09:31] “https://aur.archlinux.org/packages/netsurf-fb/ This is because insufficient permission to /dev/input/mouse* and /dev/input/mice. In theory you could use udev to solve this as described here https://bbs.archlinux.org/viewtopic.php?id=156780, in practice it does not work in Arch Linux, (but it really should work!). So you need to chown them yourself or by using a systemd service.” — I am not very good at understanding where this comes from. I'm [09:31] using Ubuntu 14.04 and I have the same problem: an "Unable to init SDL" error message. [09:32] !info netsurf-fb [09:32] netsurf-fb (source: netsurf): Small web browser with CSS support for framebuffers. In component universe, is extra. Version 2.9-2 (trusty), package size 546 kB, installed size 1425 kB [09:32] sveta: so how have you installed netsurf-fb? [09:34] somsip, from the Ubuntu repos. [09:35] sveta: it should work as is then. Have you done anything else non-standard? [09:35] other than using this distro for a few years, no [09:36] I did install gpm a few months ago and netsurf-fb doesn't conflict so I assume it's not an issue [09:37] sveta: so you run it from command line and it gives you what message exactly? [09:37] somsip, unable to init SDL: unable to open mouse [09:38] sveta: is this on your local machine, or on a remote server? === lesshaste_ is now known as leshaste [09:38] local machine [09:39] sveta: check through this. I have to go out so can't help more https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711504 [09:39] Debian bug 711504 in netsurf-fb "add an error message when device permissions cause failure." [Minor,Open] [09:40] ok thanks [09:42] this just says that «links2 -g» worked for someone in the same console, but for me it does only if GPM is on [09:42] running netsurf-fb through sudo gives another error, "unable to set video: couldn't set console screen info" [09:43] hey [09:43] ive downloaded kde [09:44] how do i switch from this piece of crap buggy ide that comes with ubuntu to something that actually works? [09:45] moarrr install an alternate. use and alternate. done [09:45] moarrr, install whatever you like in the software center; then enjoy [09:46] guys i need help [09:46] !ask|daviator [09:46] daviator: 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 [09:46] ok [09:49] cfhowlett: done, but i donno how to make kde my default [09:49] god ubuntu is so useless as a desktop os its like a walking advertisement for windows [09:49] anyway i dont know why system is using only 70% of physical mem (2.6g of 3.7g) and 31% of swap (1.2g of 3.8g) its because 30% is prebuffered? [09:50] moarrr logut. chose kde session. login. it'll stay with the Desktop Environment you last selected. [09:50] moarrr rants aside, feel free to use any other distro [09:51] i just wanna set kde as my default environment - how do i do this? [09:52] moarrr dude. do you even read? logout. choose KDE session. login. done. === sins-_q is now known as sins- [09:59] I have a python script that I run on a server throw ssh, this script prints lots of lines in my terminal window, I'm thinking to redirect the output to a file, is there any changes that will this make the script run slower? [10:01] hello [10:02] i have question about notify-send and -t param. I need to make notification which i can close and will be visible forever [10:02] how i can do this? [10:02] maybe i need different mechanism for this? [10:02] jnhghy ask #python channel === xubuntu is now known as Guest25607 === sins-_q is now known as sins- [10:13] is this a robust solution in a script: /usr/sbin/a2dissite $basename && rm /etc/apache2/sites-enabled/$basename && service apache2 reload; === Guest90121 is now known as hxm [10:27] there a utility i can install to view all the packages that i installed today? [10:27] james0r: grep [10:27] grep /var/log/apt.log [10:28] grep $date $logfile [10:28] marscher: okay i'll check it out. thanks [10:44] hi === gian is now known as Guest80810 [10:53] Hi all, [10:53] I need some help downgrading php5 [10:53] I have the 5.5.13-2+deb.sury.org~precise+1 and I need to get to 5.5.10 or less [10:53] but can't succed to do so [10:54] any insight to do so? [10:56] Help! I was using FileZilla to put files in a folder on my ubuntu server computer and then all files disappeared but the one I was moving! I really need these files as they are the foundation of my minecraft server! [10:57] Help! I was using FileZilla to put files in a folder on my ubuntu server computer and then all files disappeared but the one I was moving! I really need these files as they are the foundation of my minecraft server! [10:57] !patience | admiralmoose [10:57] admiralmoose: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [10:58] admiralmoose, disappeared from where? Are they not backed up anywhere? [10:58] No they aren't, I thought they were but they aren't [10:59] !backup | admiralmoose, always backup files you need [10:59] admiralmoose, always backup files you need: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning [10:59] They disappeared from my plugins folder. I then tried starting the minecraft server and that only loaded the plugin i was copying [10:59] So they are still on your local machine? [10:59] No [10:59] I dont know [11:00] hello? [11:00] do you know ? [11:02] If you open your file manager, navigate to your 'plugins' folder, right-click, do you have "Restore previous Version..."? [11:02] I will have to check [11:02] brb === admiralmoose is now known as Admiral|AFK [11:02] !info php5 | Wanaoishi [11:02] Wanaoishi: php5 (source: php5): server-side, HTML-embedded scripting language (metapackage). In component main, is optional. Version 5.5.9+dfsg-1ubuntu4.2 (trusty), package size 1 kB, installed size 29 kB [11:02] I need some help downgrading php5 [11:02] I have the 5.5.13-2+deb.sury.org~precise+1 and I need to get to 5.5.10 or less [11:02] but can't succed to do so, any idea? it's quite urgent thanks [11:02] !afk > Admiral|AFK [11:02] Admiral|AFK, please see my private message [11:02] Wanaoishi, how did you install it? [11:03] Wanaoishi: that doesn't look like an official ubuntu version [11:03] apt-get install [11:04] source list deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted [11:04] purge the ppa or whatever you have and go back to the official ubuntu repositories [11:04] Ben64 it is, as it's comming directly for ubuntu repository [11:04] hello, i'm trying to install ubuntu 14.04 in raid0(stripe) during the install it complained about unable to install grub so i tryed to follow this http://askubuntu.com/questions/334012/a-guide-to-install-ubuntu-13-04-using-a-raid-0 but that does not seem to work for 14.04 [11:04] Wanaoishi: no it isn't [11:05] ??? how can't it be using ubuntu repository? [11:05] Wanaoishi: it simply isn't. precise comes with php 5.3.10 [11:05] I needs help [11:06] ok thanks ben [11:06] I did sudo apt-get install dwm and was able to switch and stuff and now i wanna edit files but when i try and go into the folder this happens bash: cd: /usr/bin/dwm: Not a directory [11:06] WHY [11:07] GuyThatNeedsHelp: probably because /usr/bin/dwm is not a directory... [11:07] I see it there [11:07] ls in /usr/bin [11:07] dwm@ [11:07] GuyThatNeedsHelp: not a *directory* === Sgtmurder_ is now known as Sgtmurder [11:08] :( [11:08] GuyThatNeedsHelp: might help if you try explaining what you want [11:08] I want to edit my dwm? [11:08] GuyThatNeedsHelp: /usr/bin/dwm is the binary that runs. your configs are in your home directory [11:08] GuyThatNeedsHelp: maybe you want to edit dwm CONFIGURATION, but not the BINARY [11:09] slap me [11:09] GuyThatNeedsHelp: http://dwm.suckless.org/customisation/ === Admiral|AFK is now known as AdmiralMoose [11:10] GuyThatNeedsHelp: I believe you ouwld have to edit the source with dwm. It's an all encompassing binary afaik [11:10] GuyThatNeedsHelp: have you checked out i3wm? [11:10] bcvery: OK, restore missing files? [11:11] AdmiralMoose, if you're missing them and want them back [11:11] I don't know where they are [11:11] And FileZilla didn't say it was deleting anything [11:12] AdmiralMoose: where you moving them or copying them to the server? [11:13] I was copying an updated plugin to the server [11:13] And then they dissapeared [11:13] I just searched one of the files and no banana [11:14] AdmiralMoose: have you looke dont he server for the files? [11:14] histo: Yes I just did a search [11:15] AdmiralMoose: go into the directory and ls [11:15] Nope [11:15] Nothing there [11:16] AdmiralMoose: do you have a backup? [11:16] histo: No. I thought I did [11:16] AdmiralMoose: what filesystem are we talking about here? [11:17] Filesystem? NTFS I think [11:17] AdmiralMoose: on the ubuntu server? [11:17] Yes [11:17] AdmiralMoose: why on earth are you using ntfs for a filesystem? [11:18] AdmiralMoose: sudo blkid [11:18] !undelete | AdmiralMoose [11:18] AdmiralMoose: Some tools to recover lost data are listed and explained at https://help.ubuntu.com/community/DataRecovery - Recovering deleted files on !ext3 filesystems can be virtually impossible, although methods that might work is some cases are described at at http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html and http://projects.izzysoft.de/trac/ext3undel === bschaefer_ is now known as bschaefer [11:22] Hi [11:23] My xubuntu file manager hasn't root privileges by default ? [11:24] What should i do ? [11:25] innocent95: it usually doesn't if you're logged in as you [11:26] aeon-ltd, What should we do ? [11:26] hello, it's true ubuntu created for african people ? You are african people or a little jew ? [11:27] Energy, Holigans [11:27] innocent95: Why do you need root in your file manager? [11:27] histo, To mkdir [11:27] !ot | Energy [11:27] Energy: #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! [11:27] Hello I have downloaded ubuntu-14.04-desktop-i386.iso and I have burned it into a DVD. I have two laptops and none of them boots from the DVD (I have placed the DVD to be #1 on the boot order). What did I do wrong? [11:27] innocent95: to mkdir where? [11:27] histo, In my HDD [11:27] I think I burned it as an image. Is this not what I am supposed to do? [11:27] !md5sum | p0a [11:27] p0a: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [11:28] innocent95: mkdir /path/to/directory [11:28] Energy: ça va être la porte [11:28] histo, sudo ? [11:28] innocent95: where are you trying to create the directory in the filesystem? [11:28] niko: what language? [11:28] histo, In a 27 partition [11:28] gig [11:29] histo, /media/antar/36d42e81-38ae-4646-9a05-9cde243f8b44/ [11:29] innocent95: Why are you creating a directory outside of your users /home? [11:29] innocent95: ahh on a mount what are the permisions of /media/antar/36..... [11:29] histo, hmm, I have no idea ? [11:29] command ? [11:29] histo: where can I compare the md5's? [11:30] innocent95: ls -l /media/antar/36.... [11:30] you are a little jew who take creation for african people because you are tightwad ? [11:30] p0a: the link form ubottu explains all fo that. [11:30] c4d4d037d7d0a05e8f526d18aa25fb5e *ubuntu-14.04-desktop-i386.iso [11:30] histo, drwx------ 2 root root 16384 Jun 25 09:11 lost+found [11:31] histo: not in the original post [11:31] and not in the first few subsequent posts either [11:31] anyway. [11:31] histo, Please tell me if this a personal information [11:31] Because i don't want to paste it here [11:31] this is the link, https://help.ubuntu.com/community/UbuntuHashes to check the checksums [11:32] histo: okay, the md5's match. [11:32] p0a: now check the dvd you burned following those directions [11:32] histo [11:33] innocent95: what? [11:33] innocent95: ls -l /media/antar/36* [11:33] histo, what next ? [11:33] histo: which directions? [11:33] histo, I gave you [11:33] p0a: from ubottu [11:33] p0a: http://help.ubuntu.com/community/HowToMD5SUM [11:34] how do i disable plymouth? [11:34] is there an ubuntu variant that runs on raspberry pi [11:34] riptide: no [11:35] why not [11:35] sveta: what are you going to use in it's place? [11:35] riptide: there are some projects but no official one since the rpi cpu is too old [11:35] riptide: because it's arm6 and ubuntu is not compiled for that. [11:35] histo, it has one directory drwx------ [11:35] riptide: check XDA forums maybe it can run ubuntu touch somehow [11:35] ok [11:35] innocent95: Who owns it? === Cen1nant is now known as Ceninant [11:35] histo, root [11:35] is there any other way i can get amazon search into raspbian? [11:35] riptide: raspbian is about as close as you are going to get. [11:35] im really keen on having that integrated into my system [11:36] innocent95: how did you mount this device? [11:36] histo, i'd rather look at console output, no pictures [11:36] histo, Double click [11:36] histo, i think i removed 'splash' and 'quiet' from /etc/default/grub tho, i think it's enough [11:36] sveta: edit that and remove splash then sudo update-grub [11:37] histo, yes i did [11:37] ta [11:37] Hi. Can someone help me build a kernel on Ubuntu 14.04? I'm following this broken outdated guide here: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel and after all my hacks to make it build at all, it still doesn't support CONFIG_LOCALVERSION. I don't care so much about the name, but I don't want to replace my old working kernel when I install this one. How can I do this? [11:37] (i wanted to remove package but it's being weird and i dont know why) [11:37] innocent95: that's odd that it would mount it with root being the owner. is it a thumb drive or something? [11:37] Hi, I have an ubuntu server that I want to connect to a VPN server on another machine. can anyone link me to a guide on how to connect to a vpn server via CLI please? [11:38] Nope [11:38] histo, It's an internal HD [11:38] innocent95: ls -l /media/antar [11:39] i already followed advice at https://bbs.archlinux.org/viewtopic.php?id=107707 but issue persists, what can i do please? (using ubuntu 14.04) [11:39] histo, drwxr-xr-x 3 root root 4096 Jun 25 09:11 36d42e81-38ae-4646-9a05-9cde243f8b44 [11:39] how to enable joystick force feedback vibration? [11:39] innocent95: sudo chown antar:antar /media/antar assuming that is your username [11:40] histo: thank you :) [11:40] histo, nothing happened [11:40] innocent95: good now create your directory [11:40] histo, Is that going work [11:40] Alright let me see === layke_ is now known as Layke [11:41] histo, permission denied [11:41] innocent95: sudo chown -R antar:antar /media/antar [11:42] histo, It Works just fine, Thanks :D [11:43] histo, Can i delete the lost+found directory ? [11:45] innocent95: you can but I would keep it. [11:45] alright [11:45] innocent95: here's an explaination http://www.linuxnix.com/2012/12/lostfound-directory-linuxunix.html [11:45] I'm looking for a repository of ubuntu jaunty 9.04 packages as I need to download some older binaries [11:46] !eol | RAM8393 [11:46] RAM8393: 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 [11:51] hello #ubunt [11:51] hello #ubuntu [11:52] cowbacon: https://help.ubuntu.com/community/OpenVPN#Getting_Clients_Connected [11:52] i have a dual booted laptop that has the wubi installer. i get the err "bootmgr is missing press ctrl alt del to restart" [11:53] I did addgroup test && adduser ronin test, then I added to sudoers ronin ALL=(root) NOPASSWD: /bin/rm [11:53] it still asks for a password [11:53] i would like to do fresgh install of ubuntu on it [11:53] ronin: how did you edit sudoers? [11:53] can anyone guide to the proper diy [11:54] *guide me [11:54] shortcuts: a regular ubuntu install, dualboot, or wubi? [11:54] histo: sudo visudo [11:54] i have no clue to be honest [11:55] i want to remove windows [11:55] do I need to restart something after ediging sudoers [11:55] and do it proper no more wubi [11:55] ronin: shoudln't it be ronin ALL=(ALL) NOPASSWD: /bin/rm ? [11:55] shrini: then just download and either burn the ubuntu iso to a dvd or thumbdrive. [11:55] Hi! [11:55] whats the difference between Lucid 10.04 and Meerkat 10.10 beside server support? [11:56] hi [11:56] shortcuts: http://www.ubuntu.com/download/desktop/ [11:56] blinkyb: meerkat is end of life [11:56] histo: do i burn a cd with this? [11:57] histo, it's how I had on another computer [11:57] shortcuts: from windows? [11:57] shortcuts: http://www.ubuntu.com/download/desktop/burn-a-dvd-on-windows [11:57] yes i have no access to a ubuntu machine [11:57] ah thx [11:57] does someone here know if installing the gnome desktop to a Unity official Trusty version works fine? does lightdm give the choice then, and if I add Openbox will it add the choice to start to gnome-openbox as it used to before? [11:57] shortcuts: it was on that page just below the download [11:58] melodie: yes, yes, and I believe so. [11:59] ronin: you want them to be able to run rm as root? [12:00] ronin: then your line was correct [12:00] histo, I would like to get to user "ronin" rights to write sudo rm file without asking a password :) [12:01] ronin: well then (ALL) should work. [12:03] histo thank you for your help,it was very helpfull [12:03] shortcuts: np anytime [12:04] Ok,I'm having a issue with my torrents. Every few minutes all my torrents stall. Why do they stall,and how do i fix? [12:04] ronin: the way you had it they would have to sudo -u root rm [12:04] hi histo thanks [12:04] sydney: on transmission? [12:04] lotuspsychje: yes [12:05] is it somehow possible to limit what files can be deleted with rm [12:05] ronin: yeah with chattr but you are making a huge issue with this sudoers stuff youw ant. [12:07] ronin: ronin ALL = NOPASSWD: /bin/rm should work aswell. [12:08] ronin: you can check with sudo -l === veebull_away is now known as veebull [12:11] Do I need to look for a different torrent manager? [12:12] sydney: too many connections? check that info. pastebin the config file [12:13] one thing didn't work, the group thing. If I add ronin to group test, and then put %test to sudoers file replacing ronin [12:13] Wheres the config file? I am running 5 torrents,and they are baely doing any seeding. [12:13] barely* [12:14] let me try removing a few torrents,then see what happens. === eagles0513875 is now known as greenrice === greenrice is now known as eagles0513875 [12:15] hi jello === heap_ is now known as heap === e__ is now known as e^ === Germanaz0|0FF is now known as Germanaz0 === e^ is now known as e__ [12:26] histo: it's working [12:26] thanks again === fginther|away is now known as fginther [12:30] i have problems with boot loader, message: no bootable device, using xubuntu 14.04 on a new acer laptop, i'm trying to use boot-repair [12:31] if i try recommended option for repair the message is : GPT detected. Please create a BIOS-Boot partition ecc. [12:32] here is the boot-repair log file http://paste.ubuntu.com/7705609/ [12:32] How much bandwidth should a server have for a game with typically 300 ~ 400 players at once on one server? [12:32] with details about partitions [12:34] Lorcatar: Depends on the bandwidth needed by a single user session. [12:34] Lorcatar dont get async [12:34] Anyone familiar with Zentyal who might know why NAT rules completely bypass the firewall? [12:35] dave_s: NAT rules are rules in the firewall. So they dont bypass it. :) [12:35] Okay interesting, I am just curious if it was practical to host a server from your house. And if you need more bandwidth for a server where do you go? Do ISPS have plans for more bandwidth if you want a server in your house? [12:36] Lorcatar: Ask your ISP how expensive that will be. Nowadays server use 100MBit/s synchronous. [12:36] bekks: I've forwarded all traffic from one of my public IPs in my /29 to one of the private IPs in my /27 and have a SNAT rule doing the reverse, however I have no Packet Filter rule to actually allow HTTP traffic, and when I create one to explicity deny HTTP, it is ignored. [12:36] Hello! I have Ubuntu on a partition on my system. If I install win8.1 on another partition - will it destroy grub? Do I have to take any precautions? [12:36] Thanks bekks [12:38] Lorcatar: Some ISPs may forbid the use of servers on residential connections, so watch out for that as well. [12:39] no_gravity: yes it will destroy grub.. Because windose always write MBR (Master Boot Record) of your HDD [12:40] no_gravity: you may take backup of your MBR [12:41] im following this so i can connect my ubuntu server to my WPA2 router and the wpa startup script is giving an error and i am clueless to what is wrond. here is the script witht he error at the bottom http://pastebin.com/j6kcezWT [12:41] mustafa_: or boot from an ubuntu stick later on and restore it? [12:42] How do u put a variable inside a sed command. i tried with '$var' "$var" '"$var"' none of these works. give out error: ed: -e expression #1, char 29: unknown option to `s' [12:42] no_gravity: sudo dd if=/dev/sdx of=/home/your_name/file.boot bs=512 count=1 where sdx is your HDD probably sda, the first disk on your system [12:43] need help with my new hard drive i got but want to use it as a back up what linux partition table can windows read without any problem because i need the hard drive to be compatible with all os === renato_ is now known as Guest98529 [12:43] no_gravity: i have never used that.. So i cant say anything about that [12:43] my command looks like: sed -i 's/'"$amount"''/TEST/g' $tempfile [12:43] mustafa_: oh, thats nice. will i be able to play it back from windows? [12:44] no.. you must have a bootable linux media... flashdisk or CD, DVD... all linux distros will have dd command [12:45] mustafa_: when im in linux i can probably simply run a command to create a new boot sector [12:45] mustafa_: update-grub or something [12:46] no_gravity: that may also work.. but still you must have a bootable linux of course :) [12:46] mustafa_: or grub-install /dev/sda [12:46] mustafa_: yes. i will create a new ubuntu stick when i do it. [12:47] no_gravity: grub install may cause weird things.. i dont offer that [12:47] mustafa_: we will see. im somehow confident it will work. [12:48] I am working on bijiben application to fix some bugs! But I am unable to build latest source on ubuntu 14.04 because some libraries are not available ...Can anyone please guide me? [12:48] need help with my new hard drive i got but want to use it as a back up what linux partition table can windows read without any problem because i need the hard drive to be compatible with all os [12:48] no_gravity: for now i think it will be advantageous to take a back up of your MBR [12:49] bmxscott1993: Thats impossible. [12:49] bmxscott1993: you can use NTFS, e.g. but you will not be able to boot linux from that. [12:50] no do not need it to boot just need it as storage backup [12:51] but need to read ok on linux and windows [12:51] bmxscott1993: Then you can use NTFS. [12:52] can anyone help? [12:52] jojoa1997: you have to ask a support question before :) [12:52] i did [12:53] im following this so i can connect my ubuntu server to my WPA2 router and the wpa startup script is giving an error and i am clueless to what is wrond. here is the script witht he error at the bottom http://pastebin.com/j6kcezWT [12:53] * kdz just uses \\media [12:53] and it connects to his ubuntu [12:53] oh and also this is what i am using https://help.ubuntu.com/community/NetworkConfigurationCommandLine/Automatic [12:53] jojoa1997: Why dont you use NetworkManager? - and which Ubuntu are you on? [12:54] i am using ubuntu 14.04 i386 and yesterday i tried network manager but i couldt work it [12:55] also if this helps i am running it in TTY(command line mode) [12:55] I am working on bijiben application to fix some bugs! But I am unable to build latest source on ubuntu 14.04 because some libraries are not available ...Can anyone please guide me? === Guest98529 is now known as renato__ [13:01] Hmm.. i copied the win iso with "dd if=the.iso of=/dev/sdb" but the stick is not bootable... why? i always make linux usb sticks like that. [13:02] no_gravity: You cant create a windows usb like that. [13:02] bekks: its different then a linux usb? [13:02] no_gravity: Yes. [13:03] all this windows stuff is a nightmare [13:03] bekks: how does it differ? [13:03] no_gravity: For creating a windows usb, you'd better ask ##windows :) [13:04] bekks: i mean .. if i have a bootable iso.. why wouldnt it boot when i DDed it to an usb stick... [13:04] no_gravity: No, that will not work for non-linux. [13:05] bekks: the #windows guys dont know much unfortunately :) [13:05] no_gravity: We know even less about windows. [13:05] hello? [13:05] no_gravity: do you really need that "win" thing? :) [13:05] anyone here? [13:06] tushar: type: "/names" :) [13:07] how can i get the help channel? [13:07] tushar: For Ubuntu? [13:07] yeah [13:08] tushar: you are already there. [13:08] ohh,,,, thanks [13:08] ok,,, I have downloaded netbeans 8 .sh file [13:08] I want to install it [13:08] how to do it? [13:09] I am totally new in linux,,, [13:09] double click on it [13:10] clicked it,,, opening it in gedit [13:10] okay then open the directory where it is downloaded [13:11] I have to open the directoy in terminal? [13:11] yeah [13:12] Hey question: I'm trying to browse a windows network through various file managers and they all sigsegv when trying to do so. Could this be an ubuntu base problem? [13:20] mustafa_: yeah, because i never got daz3d to work properly in wine. [13:23] Ja! [13:24] how do i pass add-apt-repository a proxy? [13:25] ah nm, it wanted an https proxy [13:26] My Alt+ MMB to resize windows isn't working at the moment. Is there away to restart that without restarting my computer? I have to many things Open I don't want to Close at the moment [13:26] ...........Ubuntu 14.04 64bit [13:26] hi. had this issue with the display manager in both ubuntu 13.10, first it ended in the login loop, than had to set it in the gedit to "nomode...something", nothing helped, it always went black after a while (with the tiny stripes on the sides). thought it had to do with lightdm manager, but upon booting the gparted, the same was happening. even thought it was an hardware issue, but on... [13:26] ...windows works fine (so far). which distro to try with different managers? [13:28] If I am using a tty is there a way to change the font to something a little more pleasant to read? [13:29] ala: ctrl + alt + f1 [13:30] Lorcatar, try this: https://bbs.archlinux.org/viewtopic.php?id=134370 [13:30] Thanks, [13:34] is it possible to customize Unity to don't show different window of a page in different icon while pressing Alt+Tab ? [13:34] Eh, usr/share/kbd does not exist in ubuntu, [13:35] for example two instance of emacs don't do under one icon while pressing Alt+Tab [13:35] go* === ghostcube_ is now known as ghostcube [13:36] Lorcatar, sorry, here is guide for Ubuntu: http://askubuntu.com/questions/173220/how-do-i-change-the-font-or-the-font-size-in-the-tty-console [13:38] Wireless drivers wont install on Kali (Broadcom) help [13:39] !kali | try2872816 [13:39] try2872816: Ubuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), kali-linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux) [13:41] hi [13:41] i set emacs erc [13:42] is that chat relative? [13:42] i set the cmd ignore for joins parts quits [13:42] but quits are still visible === barry_ is now known as geddy === Drewberto is now known as Garmageddon [13:55] merely out of curiosity, why does /proc/version for ubuntu server 13.10 amd64 show (gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8), isn't linaro a toolchain targeted at ARM [13:56] Transfusion: It may be crosscompiled :) [13:56] :o [13:57] crosscompiling for amd64 on ARM build servers? [13:57] that's strange. not implausible, but strange... [14:02] not sure why on earth you'd want to do it [14:02] Hi! [14:05] Hello folks. Any hint what could be the issue when imklog moans at the /var/log/syslog about a bad file descriptor? My rsyslog goes upt o 80% CPU usage. [14:05] Transfusion: Or maybe they just use the same buildchain on multiple platforms. [14:05] using Ubuntu 14.04 Server [14:06] Schalla no idea but consider asking in #ubuntu-server [14:06] Thanks, didn't know that channel exists. :) === james is now known as Guest42281 [14:11] hi [14:16] can someone help me install mono 3.4 on ubuntu 12.04? I have tried many blogs, read the docs and still I cant.. any help? [14:16] !info mono [14:16] Package mono does not exist in trusty [14:17] what is uri scheme? [14:19] cfhowlett: you have to compile it from source.. and that is the problem.. the normal ./configure make make install does not work :S [14:23] mman sorry. I've only ever configured once and it was as smooth as a baby's behind [14:24] cfhowlett: you can install it with apt-get install mono-complete but you get version 2.1 or something like that.. very old... did you installed it from source? [14:25] mman years ago --- honestly don't remember. sorry [14:25] : hi folks. trying to get my resolution to 1366x768 for a samsung le40a456c2dxxu with my Quadro FX 5500 (driver: 304.117) but it only seems to want 1360x768 - any hints? [14:26] cfhowlett: thanks.. i've been fighting with it for 3 days now... and it seems there is no much info... or i'm the only one having this problem :P [14:26] arkygeek: does the display support 1366x768? [14:26] mman sucks when that happens. [14:27] cfhowlett: definitely :S [14:27] bekks: from what I can tell, that is the screen’s native resolution [14:27] arkygeek: So did you look at the manual of the device? [14:27] I’ve had the samsung tv for years. manual? lol :P === hxm is now known as Guest96132 [14:28] So "from what I can tell, that is the screen⤙s native resolution" is just an assumption. [14:29] bekks: ok, let me rephrase: from everything I’ve been able to find online, the native resultion is 1366x768 === Leeo is now known as Guest84914 [14:31] bekks: http://downloadcenter.samsung.com/content/UM/200803/20080322130202390_BN68-01424D-00Eng-0304.pdf <— manual [14:32] arkygeek: Page 60. The native resolution is 1360x768 [14:33] Hi all. Has anyone here had any success using a touchscreen device with ubuntu 14.04 and google-chrome [14:33] it appears that the touch screen will only move and select the cursor, but not actually click [14:34] my system keeps uploading massive amounts of data when I power on [14:34] f00dMonsta: Define "massive amounts". [14:34] it floods my office's dns server with requests to apidata.googleusercontent.com [14:35] 1Gb in 10min [14:35] f00dMonsta: Disable Google Drive sync :) [14:35] i don't have it installed [14:36] my acpid service doesn't get acpi events, until I restart it after boot. [14:36] it's weird because if I restart my network interfaces, it stops and is fine [14:38] f00dMonsta: I'd suggesting using sudo netstat -tanp or install nethogs and use sudo nethogs to determine what process is making those connectings. [14:39] hello. where can i attach a pic so I can show you guys what output I am getting when I start ubuntu. thanks [14:40] !paste|adi__ [14:40] adi__: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [14:40] before the ubuntu logo dark purple with dots I get this tty type output saying something about my wimax card or module being loadad [14:40] bekks: thx . [14:40] * arkygeek slinks out the door, slightly red faced… [14:42] i am sending you a pic of some problems I have with booting ubuntu 14.04 [14:42] f00dMonsta: this happens to me when i connect my phone - it downloads all of my pics and vids to the hdd, then seems to check if they need to be uploaded to google drive. maybe related? [14:43] adi__ so does it then NOT boot? [14:43] * arkygeek waves goodbye [14:43] it boots ok but it slows down my booting time, and I never ever used this wimax not even in windows 7. [14:44] how cna i get rid of this module. === dfgas_off is now known as dfgas [14:44] adi__ seems like it would be in your autostart settings, but I don't know how to kill it. Ask again in this channel. [14:45] I added a line on blacklist.conf it is still there every startup [14:46] did you mean startup aplication? [14:47] adi__ ask someone else = someone who knows more than me. sorry, but I don't want to GUESS with your live system. [14:47] ok thanks man. [14:48] anyone here is familiar with blacklisting wimax module so it does not hang my boot time every time I restart my laptop? [14:48] thank you. much appreciated . [14:49] hello [14:50] i have sound with usb it s work but if i up down sound in top right at 80-100% sound change [14:51] but not work sound at 1-80% === CyberJacob is now known as CyberJacob|Away [14:51] hello! someone knows about stability using compiz standalone? [14:51] with alsamixer it s ok in pcmi can change good [14:52] but not with shortcute in desktop at top right [14:55] Hi all. [14:59] someone knows about using compiz standalone [15:00] is stable and usable? === vucko_ is now known as fra_dolcino [15:05] ki7mt: i tried installing it sober today with a good result =D === Solution-X|AFK is now known as Solution-X === thiago_ is now known as Guest48351 [15:11] I'm trying to burn 14.04 onto a dvd. It is asking me "do you want to create a disc from the contents of the image or with the image file inside?" Do I Burn as File, or Burn Contents? [15:12] <[conrad]> The contents. Burning the image would just put a single file on the disk. [15:12] Thanks conrad! [15:12] Anyone have success installing ubuntu on an android tablet? === dfgas is now known as dfgas_off [15:13] clevas: If you join #ubuntu-touch the people there should be able to speak about that and which tablets work [15:13] Trfsrfr: try this http://www.rocko.me/how-to-make-a-cd-bootable/ [15:13] hey guys [15:13] how all doin? [15:14] hi! what is the best way to debug upstart when the service looks happy, but fails with nothing in the upstart log? [15:15] <[conrad]> Hello everyone. Does anyone know of a guide or similar available for using pam_usb in combination with pam_ldap on Ubuntu 12.04? I'd honestly take one of an older version if that was the only one, but I can't even find that. [15:18] Hi guys I updated ubuntu 13.10 to 14.04 and package manager is failing updates [15:18] like this: dpkg: error processing package linux-generic (--configure): [15:18] hi all [15:18] i have a security issue in ubuntu [15:19] lfrlucas: Have you gone through all the usual housekeeping stuff? [15:21] Mlar: yes [15:22] lfrlucas: what was the output of apt-get upgrade ? [15:22] Actually I have about 10 packages to update and they are failing === internetroll is now known as deb [15:23] Mlar: http://pastebin.com/DkFiejcb [15:23] e.g. udev is failing [15:23] resolvconf [15:24] and I cannot boot with kernel 3.13 [15:24] i get kernel panic [15:24] i'm running with 3.11 [15:24] but i think this is because kernel installaation is incomplete [15:24] due to these errors [15:25] I don't know how to resolve this [15:25] hmm [15:25] I just want to get apt-get upgrade working [15:25] I tried apt-get install -f [15:26] hola hombres [15:26] same output? [15:26] yes [15:26] dist-upgrade? [15:26] apt-get -f install [15:26] and dpkg --configure -a [15:26] all give the same [15:26] is smplayer not updated yet in ubuntu repo ? [15:27] dist-upgrade or upgrade, both fail [15:27] !info smplayer | meek_geek [15:27] meek_geek: smplayer (source: smplayer): complete front-end for MPlayer and MPlayer2. In component universe, is optional. Version 0.8.6-2 (trusty), package size 1592 kB, installed size 3526 kB [15:27] Pici: sorry for mega late reply, net hogs doesn't show anything, because it's making DNS requests to my office's DNS server, which I guess is not using the tcp protocol, which is what net-hogs listens to [15:28] SchrodingersScat, the new version is 14.3 [15:31] why don't my pinned shortcuts work if they point to a .sh file? when I start .sh from nautilus it works fine, but when I try tu run it from a strip link, it doesnt? [15:32] ddssc: do you mean a bash script? [15:33] ddssc: does it need the terminal to run, then show it's output? [15:33] ActionParsnip, no. === Thubo is now known as Thubo|away [15:33] now accidently don't know why i can't access phpmyadmin i am doing localhost/mysite/phpmyadmin it says url not found [15:34] ActionParsnip, I got "Allow execting file as program" checked [15:34] !away > Thubo|away [15:34] Thubo|away, please see my private message [15:34] ddssc: what is the output of: ls -al /path/to/your/script [15:34] on my remote server i can easily access mysite/phpmyadmin [15:35] ActionParsnip, you want my directory contents? [15:35] ddssc: obviously change the file path :) [15:35] hm [15:35] ddssc: no, the ACLs on the script [15:35] e^0: apache? nginx? lighttpd? [15:35] f00dMonsta: apache [15:35] ActionParsnip, how can I even locate that path? I mean i know the path obviously but how do I set it in the link on the stripe( or what's it called) ? [15:35] e^0: can you access localhost/mysite? [15:35] ddssc: ok lets do this the simple way [15:35] f00dMonsta: yes i can access [15:36] hey there, i have a little problem i think .. i just started my computer and on the login screen instead of my username it now read 'BLA BLA'.. i don't know what i did, can someone help? [15:36] how do I tune dvb-s in kaffeine? [15:36] ddssc: what is the file name of the script (case sensitive) [15:36] f00dMonsta: only unable to open phpmyadmin [15:36] e^0: do you have phpmyadmin folder in mysite? [15:36] ActionParsnip, foo.sh [15:36] ddssc: and what folder is it in please? [15:37] f00dMonsta: no i don't [15:37] e^0: did you install phpmyadmin using apt-get? [15:37] f00dMonsta: yes apt-get [15:37] ActionParsnip, /home/me/foo/ [15:37] f00dMonsta: on my remote server there is also no phpmyadmin folder, but still i can acess it using mysite/phpmyadmin [15:37] ddssc: ok. what is the output of: ls -la /home/me/foo/foo.sh [15:38] e^0: do you see a file /etc/apache2/conf.d/phpmyadmin.conf? [15:38] or something like that lol I don't have apache installed on ubuntu [15:39] -rwxrwxr-x 1 me me 1337 Lip 17 01:06 /home/me/foo/foo.sh [15:39] ddssc: when I wrote "[16:33] ddssc: what is the output of: ls -al /path/to/your/script" that is what I wanted.... [15:40] can anybody else suggest a GOOD DVB TV app for linux that actually works and is maintained? [15:40] f00dMonsta: yeah it is there [15:40] ddssc: ok what is the output of: head -n 1 /home/me/foo/foo.sh [15:41] ddssc: does it say: #!/bin/bash [15:41] e^0: can you check in the file that it contains a line called "Alias /phpmyadmin /usr/share/phpmyadmin"? [15:41] Question. I have NFS v4 setup on a server and a couple of clients. One of the clients has identical UID/GIDs to the server, so everything works as expected. On the second client, UID 1001 is a different user, so files belonging to UID 1001 on the server show up as belonging to this different user. Is using static translation the normal way to handle this if I don't intend on using ldap? [15:42] ActionParsnip, #!/bin/sh [15:42] ddssc: good enough [15:43] Dave77: have you tried Kaffeine? I think its a good dvb tv app [15:43] f00dMonsta: it's there :( [15:43] ddssc: add a few lines in your script to run: echo "step 1" | tee -a /home/me/Desktop/trace.txt and so forth at steps in the script, you can then check the text file (if it gets made) and see what is happening [15:44] e^0: now.... try http://localhost/phpmyadmin [15:44] yes kaffeine might work but I don't believe it can tune satellite LNB of unicable type [15:44] so that I wonder how I get somebody to add support to kaffeine so it can tune [15:45] ActionParsnip, thanks [15:45] ddssc: little bit of tracing, goes a long way :) [15:45] f00dMonsta: it works now :) thank you so much :) [15:48] e^0: I didn't do anything :P I just went about it the long winded way, I hope you now understand that "Alias" works on the root of the domain (in this case domain is localhost) [15:48] Can anyone help me with a problem which is, I think, to do with python? Thanks. [15:49] Mlar: #python [15:49] Mlar: A programming problem? Or an Ubuntu application that is giving you a python traceback? [15:49] Pici: The later (at least I believe it is from googling) [15:50] *latter [15:50] Mlar: Best to ask here then. #python is more for helping with your own code, and they don't really care for helping with application issues. [15:51] Pici: Basically been having problems for a few days - quite a few programs now are failing to start, with the common error "Failed to import the site module." This also happens on logon in tty2 etc... [15:52] Pici: after going through all the normal apt-get upgrades, install -f and so on... down to a broken package (python3-uno), though I feel like that's a symptom, not a cause, as it developed later. [15:52] Mlar: what release of Ubuntu are you on> [15:52] Pici: 14.04 [15:53] does kaffeine work with unicable LNB? [15:55] no wonder user share of linux is so low... [15:55] Mlar: Can you tell me if either of the following commands give you an error? python3 -c "import site" and python2 -c "import site" [15:56] the programs just don't exist... they say use VLC.. it won't do that... they say use mythTV... bad UI.. etc [15:56] Pici: First one does (python3) - the error that appears everywhere- Failed to import site module [15:56] solution is to use windows... no decent DVB TV apps for linux [15:56] Pici: Thanks for helping :) === dfgas_off is now known as dfgas [15:57] f00dMonsta: :) [15:57] Dave77: or use a windows VM just for DVB.... [15:57] Mlar: run sudo apt-get install --reinstall libpython3.4-minimal [15:58] I'm trying to use BackInTime (an rsync GUI) using ssh. It requires passwordless ssh. I've read some stuff on setting that up (bending my mind in the process), but they say I shouldn't do that for root. So, I'm puzzled - I want to backup root's files.... how can I do this? [15:58] ubuntu 12.04 [15:59] apb1963: make a user, give it sudo access, and make backups using that user. As a sidenote, you shouldn't be using root at all, so you shouldn't have files under "/root" to backup === Guest90226 is now known as jcrawford [16:00] can anyone in here assist me with getting my wifi card in my mac pro to work with Ubuntu? [16:00] Pici: output here http://hastebin.com/poyonawapu.vbs including the output of apt-get -f install [16:00] I have tried to install the broadcom drivers but it is telling me that no wireless extension is enabled in the kernel [16:01] jcrawford: did you read this? http://ubuntuforums.org/showthread.php?t=1970227 [16:03] jcrawford: and out of interest... are you just playing around with an old mac? or you figured that the "looks" justified the price tag? [16:04] thanks i have not, looking at that now :) [16:04] f00dMonsta: it's my work station that I bought in 2006 lol I would love to work under Ubuntu full time :) [16:04] right now it's dual booting [16:05] jcrawford: 2006 o.o I would buy a new pc :P [16:05] f00dMonsta: I know I need to upgrade :) I just don't have the cash right now but this dual xeon with 16gb ram should run fine with Ubuntu :) [16:06] it cannot run any OSX greater than 10.7 without some hacking as well lol [16:07] Mlar: Have you run an apt-get update lately? [16:07] Can anyone please tell me how to copy paste a password in a keyboard authentication method on ssh? i can't manage to access the server via ssh putty [16:07] Pici: Yep, and dist-upgrade [16:07] Dave77: not sure about unicable LNB(does it work with any dvb software under linux?), but I use Kaffeine with DVB-c [16:07] Can anyone please tell me how to copy paste a password in a keyboard authentication method on ssh? i can't manage to access the server via ssh putty [16:08] janihhh: Dave77 isn't serious, he's just a troll complaining about Linux. [16:08] jhutchins: ack. [16:08] f00dMonsta: Yeah this is kinda where I'm getting confused. I'm logged in as myself, with sudo access... BackInTime lets me run as root or myself... To backup system files I have to select the root option. I'm guessing it's doing a sudo or similar.... so it's running as root. It required me to add root to the fuse group for ssh. So, I'm assuming I have to setup ssh for root????? [16:08] just sad that linux just isn't there yet.. :( [16:09] Catz`: right clicking in my windows PuTTY acts as a paste [16:09] Dave77: It actually is. I am using DVB on linux for about a decade now. [16:10] bekks: seems to be lots of DVB programs missing that are on windows [16:10] Dave77: I never missed that crap. I am using kaffeine. [16:11] I need linux app to cut .ts files.. not sure there is any on linux [16:12] Dave77: Which has entirely nothing to do with DVB. You are having a video editing issue then. [16:12] apb1963: never used BackInTime, so not sure what it's trying to do. sudo and root access is different :P sudo can be restricted, root is the god of your OS [16:12] Dave77: And thats what can be done using ffmpeg, avconv, kino, etc. === skrrp_ is now known as skrrp [16:12] not heard of kino.. [16:13] !info kino [16:13] kino (source: kino): Non-linear editor for Digital Video data. In component universe, is extra. Version 1.3.4-1.4 (trusty), package size 3925 kB, installed size 8249 kB [16:14] Dave77: what is a .ts file? [16:14] ActionParsnip: A file with a ".ts" extension :) [16:14] Dave77: .ts is a container actually. [16:14] bekks: pretty much, means absolutely nothing [16:15] thanks f00dMonsta that got my wireless working :) [16:15] ActionParsnip: ack. [16:15] Mlar: does /usr/lib/python3.4/site.py exist? [16:16] Pici: No [16:17] ActionParsnip: have you tried the "file" command? [16:17] jhutchins: I dont have the file, Dave77 does [16:18] Mlar: can you pastebin the output of ls /usr/lib/python3.4/ ? [16:19] well UI for kino looks reasonsble.. just need something to view mpeg2/ts and do basic edit on it under linux [16:19] Pici: http://hastebin.com/omemolavew.avrasm [16:20] Dave77: avidemux is ok 2 [16:21] Dave77: lightworks has been used in Oscar award winning films [16:24] yes great.. looks like avidemux will do the trick.. [16:25] avidemux was already proposed a pretty long time ago. [16:26] how can i change my language of my distribution? from english to spanish? === graingert_ is now known as Guest23128 [16:27] can anyone tell me where i need to go to added my wireless adapter so ubuntu will see it? [16:27] *add [16:27] anyone ever printed query results from LibreOfficeBase? [16:28] how can i change my language of my distribution? from english to spanish? usualy download automaticaly when install linux but instal this distribuition when didnot had internet so now want to change cuz not all speak enlgish === netrunner_ is now known as drdavid [16:28] how can i change my language of my distribution? from english to spanish? usualy download automaticaly when install linux but instal this distribuition when didnot had internet so now want to change cuz not all speak enlgish please [16:28] Mlar: I suggest copying https://gist.github.com/bnrubin/b9e0ceb350ddb9c979c2 into /usr/lib/python3.4/site.py [16:29] heya ... anyone got contact details for the ubuntu hexchat package maintainer? [16:31] Hasimir, http://packages.ubuntu.com/trusty/hexchat [16:31] Rylee, thanks (this distro isn't my poison of choice ... hence not having that url) [16:32] I'm a debian gal, I just googled for it ;p [16:32] Pici: Is it the same as site.py in python2.7? [16:34] hi, what is the channel for the Ubuntu Phone? [16:34] Mlar: no. [16:34] Rylee, I've been caught in an infinite loop of canonical's entertainment + mint stuff following the channel invasions ... [16:34] google was not being my friend *sigh* [16:34] !touch | nandersson [16:34] nandersson: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [16:35] thanks a lot! ubottu kostkon [16:35] Rylee, and I'm a slackware lad, we run the configure, make, make install dance daily ;) === sins-_q is now known as sins- [16:43] Pici: Ok done:) [16:44] Hello. I am trying to set up bridged networking for KVM on the latest Ubuntu Server. This is where I am stuck: http://pastebin.com/XnT2a4yy I am not able to stop networking. What is the cause? [16:44] Mlar: Okay.. that *should* resolve the site errors. [16:45] Pici: Yep! Now it's blaming a module named 'stat' ;) [16:45] Mlar: you really messed up your python install. === ubuntu is now known as Guest63791 [16:46] . [16:46] Pici: Any ideas how? I haven't touched it. [16:47] I'm trying to write a script that creates a bash friendly variable for the torrent name in rtorrent.rc. I want to use the variable in a new bash script. I have no idea on where to start reading. Is this a bash or rtorrent function? [16:49] omg Android is more like rolling release now [16:49] every other day we have updates [16:49] Ubuntu* I mean [16:51] Mlar: I'm not sure, there really shouldn't be any reason one, or even more than one of those files are missing. [16:52] Pici: This is the first time I've been invovled with python in anyway, at least I feel like we've made some progress! [16:55] Pici: Ok, after putting in stat.py it goes onto another file... [16:56] Pici:ImportError: No module named '_collections_abc' [16:59] ubuntu-indonesia [16:59] Pici: And so on... next one being sysconfig... any suggestions other than go through one by one? [17:02] Mlar: I think you should reinstall libpython3.4-minimal. If apt won't let you do it, then download the deb and do it yourself. [17:02] Mlar: it is kind of sketchy to do that, but I'm not sure what else to suggest here. http://packages.ubuntu.com/trusty/libpython3.4-minimal has links for the download [17:03] Pici: Sketchy in what sense? [17:04] Mlar: Well, maybe not sketchy. Hacky maybe. There really should be an on-system way of fixing this, but it seems to have broken apt's ability to install python files. [17:04] Pici: Ok, I'll give that link a try, thanks! [17:04] guys, i am trying to do https://help.ubuntu.com/community/UbuntuBonding [17:04] but my bond interface doesnt add slave [17:04] what to do? [17:04] Mlar: Do you know how to install .deb files? Just download the one for your correct architecture and then do dpkg -i thatfile.deb [17:05] Pici: Thanks, saves me googling how to do it :) [17:06] :-/ [17:06] Hello guys. [17:06] anyone/ [17:06] I have a problem with my ubuntu === tcpman is now known as Guest57843 [17:07] what is your problem [17:07] I cant acess facebook and outlook. [17:07] I treid with firefox and crhome. [17:08] The page dont load. [17:08] there could be a million reasons why. [17:08] try to update your browser [17:08] Done. [17:09] Pici: Done. [17:10] how do I play windows net games on linux [17:11] use steam [17:11] what are windows net games? [17:11] Mlar: okay... now try doing something that would give you those errors [17:12] Pici: Errors appear gone, updated and upgrade commands run, autocleaning now... will try launching a few programmes! [17:13] i'm looking for /var/log/messages on 12.04, someone got a clue? [17:13] http://ubuntuforums.org/showthread.php?t=2231582&p=13059172#post13059172 :) [17:14] (I made a post on ubuntu forums) [17:14] Pici: All appears to be working! Thank you so much for your help. Even the annoying red stop sign has gone. Any ideas how it might have broken? [17:14] rsw: it is disabled by default in 11.04+, use /var/log/syslog and /var/log/kern.log [17:14] Mlar: No idea. It is a very weird problem. [17:15] http://gyazo.com/bae5dfcc426117aa014c4e1963b6a955 - Every hour or so I end up with this, I cant find where the script is running from, I killed all cron jobs.. I tried a recursive grep looking for a script and couldnt find anything, any ideas how I can track this down [17:15] Pici: At least now if it happens again I know what to do. [17:15] Pici: Thanks again! [17:15] Mlar: np :) [17:15] thanks trism [17:15] :) http://gyazo.com/45e3a5b727e5cf415becc38d5d15c13c [17:15] :( [17:18] Cynex: that load is ridiculously high. Can you post a screenshot of top ? [17:20] Pici it just stopped agian, I have to wait until it starts back up [17:20] its fork bomobing somewhere [17:20] but I have no idea how to track it down [17:21] Would someone please recommend a good beginner CAD program available in the software center? I am working on basic designs, not advanced schematics. Thank you. [17:23] Pici: It's very odd... lots of things aren't right. Wish I knew what had gone wrong. [17:24] what === karate is now known as karatu [17:25] the freezing === Kasler is now known as Relsak === dean is now known as dean|away [17:41] hi === Germanaz0 is now known as Germanaz0|0FF [17:49] -bash: cd: authinfo: Permission denied [17:50] why this is happening? [17:50] Alina-malina: What did you try to do? How did you try to do it? What did you expect to happen? What happened instead? [17:51] jhutchins, i followed this tutorial [17:51] http://linuxconfig.org/configuring-gmail-as-sendmail-email-relay [17:51] after i did this: mkdir -m 700 /etc/mail/authinfo/ i cant access that folder [17:51] hi, why using picasa 3.9, im doing nothing with the programme and its using around 80% cpu [17:51] jhutchins, after i change permission to 754 it is same shit [17:53] Alina-malina: which user are you trying to access that path with? also, please mind your language here. [17:53] Pici, python [17:53] Alina-malina: What does ls -ld /etc/mail/authinfo say? [17:53] Alina-malina: python? [17:53] how come when i try to add a Depends: php5 (>= 5.5.9+dfsg-1ubuntu4.2) to my package control file, and i have that version of php5, it says 5.5.9+dfsg-1ubuntu4.2 [17:53] jhutchins, drwxr-sr-- 2 root smmsp 4096 Jun 26 18:39 /etc/mail/authinfo [17:54] Alina-malina: so you have to be root to access it. [17:55] shit [17:55] Alina-malina: special rule for directories. Please keep thelanguage civil. [17:56] jhutchins, are you sure i am not root? [17:56] jhutchins, how to make myself root? [17:57] ohm its probably face recognition, its scanning :> [17:59] jhutchins, are you sure i am not root? [18:01] is there a way to install google gadgets on ubuntu 14.04 Trusty Tahr? http://bit.ly/1qyPrk8 [18:02] Alina-malina, sudo -i [18:03] oh [18:03] lol [18:03] gr33n7007h, nice very nice [18:05] Anyone tell me what control+alt+Delete does on ubuntu I thought it would bring up some taskmanager but it didnt [18:05] Hey guys, Im having trouble compiling a python script from my terminal [18:06] I have GCC, and when i do python3 I am able to use the python shell [18:07] montreseur: python scripts aren't compiled. What exactly are you trying to accomplish? [18:07] however when I go through my file structure to compile using- python3 ~/bin/Scripts/Python/ .py [18:07] Pici, I get an error saying that the module __main__ is not there [18:07] Pici, they can be, if you want pyc files [18:07] !list [18:07] zibi_: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [18:07] interpret* not compile [18:08] montreseur: These are scripts that you've written yourself then? [18:08] Pici, yes they are [18:08] montreseur: Then #python is really the best place to ask. === thorie_ is now known as thorie [18:09] !alis [18:09] alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [18:09] not pyc, pyo file lol no ide why I put pyc :-) [18:09] I am getting "can't find '__main__' module in [18:10] Hi, basically I'm trying to use a text editor to edit encrypted txt files (i.e., I just open the file, enter the credentials or whatever, and the editor handles all the encrypting/decrypting). I have seahorse installed and a GnuPG key setup. It's my understanding that seahorse has a "Text Encryption" plugin for gedit, but it's not showing up in my plugins list under edit->preferences->plugins. Anyone know how I can get the seahorse [18:10] plugin to work? [18:10] montreseur: yes. That isn't an Ubuntu issue. It is a #python issue. Which is why I asked you to ask there. [18:10] nevermind [18:10] I will google it since no one knows [18:10] montreseur: You'll need to register/identify to join that channel though. [18:10] !register | montreseur [18:10] montreseur: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode === montreseur is now known as Montreseur === dfgas is now known as dfgas_off [18:15] Hey, what's the best way to do notifications [18:15] I tried using notify send but the timeout isn't respected === CyberJacob|Away is now known as CyberJacob [18:20] is there a ubuntu package maintainers chat room ? [18:25] thorie, #debian-mentors on OFTC is probably what you want, but it's not Ubuntu specific. [18:26] thorie: It is Debian specific and NOT for questions about packaging ubuntu. [18:26] ok [18:26] where can i get help for ubuntu packaging? [18:26] thorie: Theres #ubuntu-packaging and #ubuntu-motu [18:26] thanks [18:27] jhutchins, I've not found a equal for Ubuntu, is like -motu or -devel the right one for packaging Ubuntu only? [18:28] Pici, Just posted it, whoops, I'm already in -motu, but not packaging, will join that and see what goes on there. [18:29] ki7mt: I don't know. [18:29] jhutchins, I think Pici is on it, description says : Packaging apps and software for Ubuntu, including new packages, PPA packages, etc [18:29] ki7mt: It's rude to try to use the debian channels for ubuntu support though. People can waste a lot of time trying to fix something that's not the same as debian. [18:30] ki7mt: Sounds good to me. [18:30] jhutchins, I dont both packages, so I spend allot of time in there, that's why I mentioned it. [18:31] whoops I do both packages .. .. === BradCrittenden is now known as bac [18:44] anyone know how to install gmake for ubuntu? [18:44] sudo apt-get install gmake ? :) [18:45] bekks: no such package [18:45] !info gmake [18:45] Package gmake does not exist in trusty [18:45] hmm. === Elliott- is now known as 64MAA0J27 === AntiSpamMeta_ is now known as AntiSpamMeta === ubuntu is now known as Guest13751 === epzil0n is now known as Guest78586 [18:49] qq [18:50] I am trying to open port 5432 to be able to run postgreSQL , I have only port 3306 open, http://paste.ubuntu.com/7707321/ please help !!! [18:53] stillfaraway12, sudo service postgresql start === sins-_q is now known as sins- === jbroome_ is now known as jbroome [18:57] who is hacking freenode [18:58] I havent seen splits in years someone must be mad at freenode or something [18:58] years? o.O [18:58] Sunstream: an ircop sent a notice saying they were moving nodes for patching, and it would be noisy [18:58] yep [18:58] I remember it a few months ago.. [18:59] oh heh [18:59] i did not get that heh [18:59] paste: 13:45 -tomaw(tom@freenode/staff/tomaw)- [Global Notice] Hi all. I'm going to reroute a hub and then restart a client server for a few updates. It'll be noisy but should be brief! [18:59] ditto ^ [19:00] * bprompt hands Sunstream some lozenges for his "hacking" [19:00] lol [19:00] Is there any attribute only a superuser can change? I can't think of any, I mean the owner of a file can change the suid/sgid and sticky bit, so the only thing I can think of would be the inode number, but can a su change that? is that even an attribute? [19:01] Anyone here an tell me what ctrl+alt+Del does on a ubuntu system I thought it would bring up a taskmanager but it caused my screen to black out and system to lok [19:01] lock === chamunks is now known as zz_chamunks === zz_chamunks is now known as chamunks === jcrawford is now known as Guest35262 [19:04] Guys guess my boot time [19:04] 5.7 seconds! [19:04] I upgraded my ubuntu 14.04 and now my computer boot up is very slow. Is that a common problem? [19:05] yeah mine is 1 minute [19:05] or 1:30 [19:05] :D [19:05] * brainwave is feeling proud [19:05] jami: you can do a systemd-analyze [19:05] and systemd-analyze blame [19:05] ssd i7 and 16gb ram [19:05] oh ok [19:05] * cemotyz09 haha [19:05] 1 minute on ssd is 'horrifying' [19:06] I am on ssd, so to save my ssd writes, my browser profiles are on ram. This takes 0.8 seconds. [19:06] After that my comp has 5.7 seconds bootup. [19:06] If I didn't start this profile loading, I could boot in 4.9 seconds [19:06] brainwave nice [19:06] :D [19:06] kdz: thanks [19:06] how do i do a systemd-analyze [19:06] brainwave: er... is that really going to help on Ubuntu, which doesn't use systemd? [19:06] i also have a ssd as os hdd [19:06] jami: terminal? [19:06] its brilliant [19:06] Pici: oh!!?? [19:06] run 2 vm's on it :D [19:06] It doesn't [19:06] i dont have such a program [19:06] not in 14.04, no [19:07] Sorry have been using arch since some time :-( [19:07] and aptitude says meh [19:07] sorry jami I cannot help you [19:07] k [19:07] np [19:07] does ubuntu have a swop file like with windows? [19:07] kdz: obviously. [19:07] swap [19:07] swap [19:07] how do i increase the size? [19:07] anyone know how to install make? [19:07] kdz: it isn't there. you go to choose one I guess. [19:07] kdz: We use a swap partition by default. And why do you think you need to increase its size? [19:08] Although I do not about ubuntu. [19:08] i have too much ram for swap [19:08] thorie: make is part of build-essentials i suppose [19:08] :D [19:08] Pici i have 2 vm's and only have 4gb ram [19:08] jami: do you know how to calculate swap space? [19:08] gparted [19:09] that old twice of ram or same size as your ram is bullshit [19:09] kdz: okay? and? [19:09] resize partition and it will take it i guss [19:09] pici its slow [19:09] which log do i check for how my computer last locked up ? [19:09] jami: I am asking how do you find out how much partition to allot [19:09] kdz: Using swap isn't going to make things any faster. [19:09] !give avis anyone [19:09] brainwave: I am only a bot, please don't think I'm intelligent :) [19:09] * CookieM gives avis the Win2k Buglist === tcpman is now known as Guest91511 [19:09] Pici awww done break my bubble [19:09] CookieM: Please disabel that in this channel. [19:09] !give avis anyone [19:09] * CookieM gives avis a 10mbit network card [19:10] thorie, it should be installed by default, as is gcc, on command line: make --versoin should tell you the story. Build-essential if more for packaging than general compiling. [19:10] kdz: what is slow? [19:10] brainwave: stop that [19:10] Im trying to enable hibernate in ubuntu, no idea why this is disabled, I did what this guide said: https://help.ubuntu.com/14.04/ubuntu-help/power-hibernate.html but I stil get an error why I try to senda a hibernate signal: === sasasasa is now known as bluezone [19:10] joelmo) dbus-send --system --print-reply \ [19:10] --dest="org.freedesktop.UPower" \ [19:10] /org/freedesktop/UPower \ [19:10] org.freedesktop.UPower.Hibernate [19:10] Error org.freedesktop.UPower.GeneralError: not authorized [19:10] joelmo you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted [19:10] brainwave after a while xp just goes numb [19:10] brainwave: well... it really depends on what you hardware specs and what you want running... .twice as much for swap back in the ol` days with sdram or even ddr2 with low specs.... worked, these days with a machine with 8gbs and maybe SSD to swap about... can't say.. I have 6gbs and only 1gb for swap on an SSD, the swap doesn't get used that often, thus [19:11] brainwave: i dont know. In further times swap was neccessary and hibernation worked with it. The rule was swap = 2 * size of ram [19:11] but i will not allocate 32 gb swap [19:11] i have 16gb ram at work [19:12] me too [19:12] so that means i have to make a 32gb swap file? [19:12] :o [19:12] thorie, however if it's not installed, sudo apt-get install make gcc autoconf should get you going in the right directions [19:12] hi [19:12] kdz: how much physycal ram do you have? ddr2? ddr3? [19:12] Hey, what's the best way to do notifications? notify-send? [19:12] ddr3 4gb at home [19:12] does that matter? [19:12] thorie: installing the build-essential package should bring in enough dependencies to compile basic programs. [19:12] jami: kdz -> old swap rule is crap. [19:12] yes it is [19:12] jami: do a free -m right now [19:13] kdz: well... what do you run? something that uses more than 4gbs? [19:13] I have alloted around 800mb for my 4gb ram. [19:13] And it works proper for the last 2 months of using this computer. [19:13] 15G 2,7G 12G 17M 163M 1,1G [19:13] and 2 gb swap [19:13] Browser running, etc. [19:13] bprompt ubuntu with 2 xp v,'s [19:14] ol` swap size rule did work at the time for the specs at that time and software, is always a relative matter, for many folks who have 8gbs, they may not need a swap, but is all relative [19:14] Do anyone know how to enable hibernate, I have tried this: http://paste.ubuntu.com/7707441/ i followed the instructions in this guide https://help.ubuntu.com/14.04/ubuntu-help/power-hibernate.html [19:15] what does ubuntu use instead of systemd? [19:15] hey, i'm running 12.04 and installed dwm via apt-get. if i wanna edit the source and recompile should i use apt-get and remove it and start fresh, or did the source download with the package? [19:15] Upstart / Init.d [19:15] sysV [19:15] kdz: then... maybe dunno how much vbox uses for ram.. but I'd say the 2 * times rule may apply at this case [19:16] rsw: you got to enable sources for repositories [19:16] but it's headed to systemd I believe [19:16] bprompt: 2 times rule no longer applies for >2gig machines [19:16] i dont like systemd [19:16] Ok [19:16] systemd is awesome :p [19:16] brainwave: upstart for daemons [19:16] meeh :D [19:16] brainwave: because? [19:17] bprompt: because it is a replacement for a bunch of tools. [19:17] brainwave: I can't remember, I believe the documentation may explain this [19:17] is it possible to run zfs instead of lvm on ubuntu? === garheade_ is now known as Garheade [19:18] brainwave: as I understand, swap area is just compensation for physical memory, and that hasn't changed [19:18] Yeah, here Marks comments on systemd: http://www.markshuttleworth.com/archives/1316 [19:18] do anyone understand why hibernate is disabled by defauly === tomaw is now known as 5EXABH90N [19:19] joelmo: hibernate isn't disabled as such! [19:19] hibernate is as harmless as shutting down the computer? [19:19] How do I clear on this channel? [19:19] joelmo: indeed. [19:19] brainwave: but I have to be sudo to hibernate [19:19] joelmo: ya. [19:19] That is called disabled by default? === 5EXABH90N is now known as tomaw [19:20] brainwave: I should have said disabled for the user [19:20] wjhat! no naruto today [19:20] joelmo, Bascially, because it doesn't always work with all hardware, the help documentation explains this. [19:21] ki7mt: ok thanks [19:23] so ubuntu must be really difficult to support [19:23] Lots of new users. [19:24] brainwave: The old users are used to that ;) [19:24] kdz: assigning 3/5 of your ram or 1/2 of your ram for swapfile should be enough. [19:25] bekks: ha ha. :) Nice one. [19:25] i only gave XP 1GB ram [19:25] brainwave: Not so much new users, just users rejoining after one of the freenode servers was rebooted [19:25] i have like 4gb in total [19:25] that should be enough for every windows ^^ [19:25] DJones: ya I saw. 'enormous' netsplit no? [19:25] brainwave: yep that was it [19:26] jami: Which isnt true :) W7 recommends at least 2GB, and 4 or 8 are even better. [19:26] DJones: nasty one. Never seen a netsplit this big. [19:26] kdz: how can you give xp ram exclusively? [19:26] your ram will be shared, xp or ubuntu no? [19:26] Next system I am going to build is going to have 16GB of ram. [19:26] * kdz by default installs 8gb at work for all pc's but my boss doesnt want me to isntall 8gb [19:26] Win7 on 2gb ram runs at a snails pace with any sort of apps running. [19:27] ki7mt: win7 is a shit os :p === muffy is now known as Guest48288 [19:27] +1 [19:27] better than win8 [19:27] just get win8.1 [19:27] Lesser of two evils I'd say [19:27] no offense to any microsoft guys here but, seriously. It's like they work hard to create an OS that doesn't perform well. [19:27] No windows makes me feel happy. [19:27] :-( [19:27] I hope 16GB of ram will be enough to run Windows 8.1, Ubuntu, Mint, and another version of Linux all at the same time :) [19:28] Sunstream: you use VM? [19:28] xp does ... 13 years ago [19:28] why? [19:28] someone should really make a kick ass outlook like app [19:28] thats the only reason why im running windows at work [19:29] hi i have a problem when i tried to install ubuntu [19:29] yes thats true outlook in wine is a pain [19:29] anyone know why dnsmasq is flooding my dns server? :/ [19:29] kdz: meet wine [19:29] i like wine [19:29] it just made like 1GB worth of requests.... for the same domain [19:29] white wine more than red [19:30] f00dMonsta: whats the lease time [19:31] thats another problem here. With 14.04 my wine performance or better sc2 performance is shit :/ [19:31] Please keep the language clean in here [19:31] shiny [19:31] i mean shiny [19:31] jami: you got to use tatti === mfa298__ is now known as mfa298 [19:31] crash :) [19:31] that's other language word for what you want to say [19:31] wtf is tatti [19:32] jami: clean language [19:32] brainwave: consider his removal your only warning [19:32] !guidelines [19:32] The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [19:32] ah ok. apologies. [19:32] Pici, ki7mt thanks [19:32] hm [19:35] Hey [19:35] * jami is cowed [19:35] jami: sry I can't seem to find the lease time [19:35] jami: "cat /var/lib/dhcp/dhclient.leases" is empty [19:36] guys . how can i install team viewer on ubuntu 14.04 ! [19:36] Hello! [19:37] which log do i check for how my computer last locked up ? [19:37] sanakovich: http://www.teamviewer.com/en/help/363-How-do-I-install-TeamViewer-on-my-Linux-distribution.aspx [19:38] f00dMonsta: Well sir. Is there a /etc/dnsmasq.conf configuration available [19:38] jami: its the default [19:38] avis: locked up as in? [19:38] hello everyone [19:39] exactly that from a fresh install. hardware all good. i think something shorted out [19:39] i have error in app store when i run teamviewer_linux_x64.deb [19:40] avis: that is a long shot. [19:40] brainwave locked up as in computer rendered unfunctional [19:40] can someone tell me what kind of app can you build with ubuntu sdk? === rww is now known as rwd === gnu is now known as Guest53248 [19:41] f00dMonstacat: And in /var/lib/dhcp3 [19:41] avis: but symtomps? [19:41] Cerratux: any kind? [19:41] jami: dun worry too much about it, I don't *need* it, just wondering if anyone knew off the top of their heads of why that could happen.I have already uninstalled it (after my IT guy shit on me, and I discovered the problem :<) [19:41] avis: is it giving a message. [19:41] brainwave can't type can't maneuver or do anything [19:41] avis: [19:41] is the screen on and black. Is it off and black. Is there a message on screen. [19:41] well is based on python? [19:42] Cerratux, may want to spend some time reading Ubuntu developer first: http://developer.ubuntu.com/apps/sdk/ [19:42] i will ... [19:42] brainwave its a new computer never been opened. all graphics on the screen is still there with a locked mouse and no scrolling or anything like that [19:42] how can i install team viewer on ubuntu 14.04 !!! [19:43] sanakovich: Did you read the link I gave you? [19:43] sanakovich: over the teamviewer website [19:43] Sankovich go to the website the other person gave you and it tells you pretty plainly what to do [19:43] yes ... i said i have error when i run teamviewer_linux_x64.deb [19:43] download the deb and install it [19:44] avis: is it running Linux? [19:44] sanakovich: So pastebin it please. [19:44] !pastebin | sanakovich [19:44] sanakovich: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [19:44] avis: is it a laptop? [19:44] sanakovich: which arch did u choose [19:45] brainwave, its running ubuntu 12.04 [19:45] brainwave its a desktop [19:45] jami: He chose 64bit, but we dont know the error yet. [19:45] which log do i check for how my computer last locked up ? [19:45] avis: try booting with nomodeset === nertwork is now known as nertwork_ [19:46] sorry i'm new here . + i use Voyager [19:46] sanakovich: Whats voyager? [19:46] spaceship i guess [19:46] http://voyagerlive.org/ [19:46] avis: does your computer have bluetooth? [19:46] avis: it could be any log. Try checking Xorg logs since it boots at end [19:46] or a satellite [19:47] Also avis try booting to terminal (non graphical) and see if you get that working. [19:47] sanakovich: So please ask the voyager support, since you are using an OS which isnt supported in here. [19:47] Cerratux, yes it does [19:47] ive never looked at the ubuntu sdk before, it's based on qtcreator? isn't ubuntu gtk-centric? [19:47] well i had the same problem [19:47] jami, Your random posts of no importance and lack of nick prefaces will have you in users ignore, this is support. [19:47] avis are you using cable connected mouse? [19:47] i know voyager is like ubuntu .... is the same [19:47] try unplug the bluetooth device [19:47] yes i am [19:47] i dont have a bluetooth device [19:48] turn it of [19:48] sanakovich: It is not the same. It is an unsupported derivative. So please proceed to the voyager support. [19:48] off [19:48] Beldar: thx [19:48] it was off at the time [19:48] can i run team viewer.exe with wine ?? [19:48] sanakovich: Ask the voyager support. [19:48] the problem you have is that ubuntu boot up but [19:48] ok ok i'll [19:49] the keyboard and mouse don't respond right? [19:49] sanakovich: i typically run the program with wine from a terminal and watch the output. if it works then awesome, otherwise debugging is sometimes easy [19:50] there [19:50] sudo apt-get install wine [19:50] sanakovich: ... [19:50] what ! [19:50] bekks ....... [19:51] there is a script with Teamviewverx64 for linux [19:52] teamviewer is listed in the winehq appdb [19:52] where can i find this script ! [19:52] you must search at google teamviewver for ubuntu 64 bit [19:52] let me search it for you. [19:52] says teamviewer runs perfectly in wine [19:53] yeah it should run in wine but [19:53] ahh really .... ok [19:53] i think it works better natively [19:53] the "native" version is apparently actually just wine anyway [19:54] according to the entry in winehq [19:54] teamviewer 9 or 8 ????, [19:54] 9 [19:54] ok . thanks [19:55] hello [19:55] hello everyone [19:56] http://appdb.winehq.org/objectManager.php?sClass=application&iId=595 [19:56] do you have experience with the terminal? [19:56] LOL ... lét's try .... [19:56] hey guys [19:57] i have question about ubuntu security [19:57] sanakovich: this is the teamviewer entry in winehq, whenever you want to know if an app will work in wine, the appdb should be your first stop http://appdb.winehq.org/objectManager.php?sClass=application&iId=595 [19:57] can anyone tell me how to bring up a the gui task killer [19:57] http://download.teamviewer.com/download/teamviewer_linux_x64.deb [19:57] question.. if I had to recompile openssl to a newer version.. do I have to recompile my apache install for it to see that new version of openssl as well? [19:57] there is [19:58] esuave: why do you think you need a newer ssl version? [19:58] double click it will work. [19:58] for vulnerabilities [19:58] have to upgrade openssl [19:58] bt: see http://www.ubuntu.com/usn/ [19:58] my ssl cert died [19:58] or expired === sasasasa is now known as bluezone_ [19:59] Does it cost to get a SSL certif? [19:59] esuave: So just run sudo apt-get update; sudo apt-get dist-upgrade [19:59] yeah we compiled openssl on old versions of ubuntu.. [19:59] theres no way to apt-get update on 8.04 to the version we need [19:59] lol [20:00] Sunstream: If you want one that is accepted my major web-browsers there are some low/no cost options, if you just need an X509 certificate you can issue your own [20:00] -rsw- THANK YOUUUU [20:00] !heron | esuave [20:00] esuave: Ubuntu 8.04 LTS (Hardy Heron) was the eighth release of Ubuntu. Desktop support ended on May 12 2011, Server support ended on May 9th 2013. See http://ubottu.com/y/hardy for more details. [20:00] my security problem is above what explained in the ubuntu.com [20:00] i'll be back ;) [20:00] nice to be here :) [20:00] nods [20:00] k [20:01] bt: Can you give us the link to the explanation please? [20:01] I know.. I know.. :| unfortunately the company I work for does not understand this haha [20:01] esuave: Which doesnt make it supported. [20:01] :) [20:01] http://www.ubuntu.com/usn/ [20:01] that one u guys gave me. [20:01] esuave: Just present this link then: https://wiki.ubuntu.com/Releases [20:02] Pidgin says it's available/connecting and won't connect. I'm trying to get my Yahoo Messenger up and running. It worked last night but isn't working now. === andrew-ubuntu is now known as CyanBlob [20:02] bt: And whats your specific question to which specific USN? [20:02] someone know about quickly? [20:02] I plan on it! Thanks bekks [20:03] my ubuntu desktop hacked by some forgin hackers. [20:03] Hey guys, I'm running Ubuntu 14.04 and am getting a crackling sound out of my external, 3.5mm speakers that is not present when the speakers are connected to other devices. Does anyone know what could be causing this? [20:03] bt: So reinstall it. [20:03] i did that for almost 5 times. [20:03] they just keep hacking me. [20:03] bt: How do you know that? [20:03] How did you get hacked? [20:04] That doesn't add up [20:04] how to remove VLC completely ? [20:04] they find my ip address from isp and even when i change my provider they did hack ubuntu again. [20:04] can you change your IP [20:05] meek_geek: sudo apt-get remove vlc; sudo apt-get autoremove; [20:05] bt got a good firewall [20:05] when i purge vlc_ only vlc goes all the plugins etc are there which were installed by default with vlc [20:05] bt: How do you know that? [20:05] meek_geek, remove vlc from /home/.config [20:05] sunstream it is dynamic ip address from isp. [20:06] bt: So how do they "hack" you? [20:06] bt: You'll need to be more specific on how these external attackers compromise your PC - what, specifically, do they cause to happen? === gusnan_ is now known as gusnan [20:06] Hey, I just installed lubuntu on my Asus Aspire V5-122P, but I hate the mouse-pad, instead of having two seperate buttons for the mouse buttons it's all one big sensitive pad, so when you press a mouse button the cursor moves slightly, which is very annoying. Is there any way that I could 'desensitize' a portion of my mouse pad, so this dosen't happen? === kriskrop1 is now known as kriskropd [20:06] You have to be run a server or something that attacks them [20:06] i think when im connecting to net, my computer sends my new ip address to them. [20:06] bt: Do you actually read what people answer to you? :) [20:06] Beldar, when i click volume button in the panel i still see the VLC below gmusicbrowser there [20:06] meek_geek, If you trully purge and reinstall you will get the stock config [20:06] yeah. [20:07] If he does, read it, he's not understanding it. [20:07] bt: So answer the question please :) [20:07] meek_geek, What is your end goal? [20:07] Remember, English isn't everyone's first language [20:07] Odd, I never heard of malware on linux [20:08] they altered my ubuntu some how, i don't know exactly , maybe a rootkit, bootpc etc. [20:08] <_2_choppi4453> hi [20:08] bt: Can you be more specific what "alters" means exactly? What did you see what they "altered"? [20:09] Beldar, I want to remove VLC completely .. i see that after purging vlc i see VLC option when i click Volume Button in the top right of the screen [20:09] bt: 1. What media do you install Ubuntu from? 2. What other devices are connected to your *local* (home) network? 3. What router/gateway device connects your *local* network to the ISP? [20:09] even if they they have the IP addy, they still need access to the box, and that is not easy to do [20:09] i installed ubuntu from a trusted dvd. [20:10] look in USERS and see if there is any "users" in there that do not belong [20:10] meek_geek, Purge and remove the /home/.config/vlc folder it mat take a logout to remove it from where you see it. [20:10] i don't have any other devices except my system. [20:10] may* [20:10] and i use adsl router/modem to connect to internet. [20:10] Beldar, I think it is vlc-jack-plugin or something which i see in a simple search of packages [20:10] bt: So your PC makes a direct connection to the ISP - it has an internal modem? [20:11] In system tools User and Groups [20:11] bt: OK, so your local router/gateway is an xDSL device? Can you tell us the make/model of that device? [20:11] meek_geek, Or desktop restart, so remove all vlc in your computer, if you install synaptic you will see them in a gui. [20:11] hi, is ubuntu with unity good for productivity? [20:11] linuxthefish: Sure. [20:12] linuxthefish, All subjective find out yourself. [20:12] external modem, connects to isp by itself and my computer gets to internet by dhcp server of modem. [20:12] and if you see any strange users change the password or kill it (remove it) [20:12] Beldar, how to remove vlc-plugins all of them / [20:12] Beldar> meek_geek, Or desktop restart, so remove all vlc in your computer, if you install synaptic you will see them in a gui. This is not understandable? [20:12] sudo apt-get remove vlc* [20:12] that's the point, there isn't any strang things like new users or something else. [20:13] bt: Without specific further evidence, the ISP modem/router/gateway is just as likely to be giving away your current ISP IP address, if not more likely, than a freshly installed copy of Ubuntu from trusted install media [20:13] meek_geek, I'm not sure your "plugin" hypothesis is accurate to be honest, never heard of any and I use vlc primarily, maybe I have just needed any not sure. [20:13] Cerratux, omg I was using the same but with aptitude and it said cannot find the package "vlc*" [20:14] is aptitude outdated ? [20:14] Should not i be using it ? [20:14] How can I search packages using apt-get ? [20:14] apt-cache search [20:14] meek_geek, Not if you do not understand it's strengths or weaknesses. [20:14] ki7mt, thanks [20:15] Beldar, I see but the problem is i was using aptitude to remove"vlc*" [20:15] TJ - how about my modems internal logs? [20:16] meek_geek, or dpkg -s for status, see man dpkg for more info [20:16] there is intrusion alert in my modem logs. [20:16] hello ! [20:16] There is a PPA which contains a package being compiled for maverick. I can't just plain install it in trusty because of unmet dependencies (binutils minor version mismatch) [20:16] how could I update the package? [20:17] bt: That's something you'd have to look at yourself, or via your ISP if they provide the device. You've still not told us what, specifically, this cracking is - an external entity has your public IP address... but unless the modem/gateway/router is compromised badly, there is nothing useful they can do with it unless they're causing a denial of service [20:17] meek_geek, Okay, however it is only one method there are a handful of others, and we cannot read your mind or go through every possible question of contingencies is all. You have realized yourself though your own limitations in this , that is growth, good job. ;) === renato_ is now known as Guest82399 [20:17] kraftb, contacnt the maintainer and tell them to update their package :-) [20:18] ki7mt: I will do ... [20:18] ki7mt: but how could I at least build the package === elliotd123_ is now known as elliotd123 [20:18] when I do "apt-get --build source openhantek-extractfw" I get [20:18] kraftb, if your really ambitious, look at the source packaging debian/control file and re-work the package yourself. [20:18] TJ - at first i monitored with etherape and i find out that connecting from another victms computers. [20:19] kraftb: Depending (!) on the package's dependencies, you may end up needing to rebuild an entire chain of packages and sub-packages === Guest82399 is now known as renato__ [20:19] "Unmet build dependencies: autotools-dev" === Guest35262 is now known as jcrawford [20:19] kraftb, use pbuilder-dist, pbuilder or sbuild to build the .deb pakage [20:19] But I guess I would just have to update the allowed version number of autotools somewhere [20:19] I don't think it won't build with up-to-date versions of autotools and binutils! [20:19] then, they i switched to modem/router dhcp, that direct connections stopped. [20:20] hey guys i have ubuntu installed on my mac pro and at times it freezes, how can i determine why it is freezing? [20:20] kraftb, Yes, that's config.guess, config.sub, just install it, sudo apt-get install autotools-dev [20:20] bt: That would be expected. Every publicly routable IPv4 address in the world probably receives port-scans and connection attempts at the rate of several per minute, or more [20:20] Beldar, after puring i cannot see /home/.config/vlc [20:20] purging* [20:21] kraftb, If it was built for Maverick, then no, the debian/dontrol file version will be way out of date. [20:21] .. debian/control file .. . .. [20:21] ki7mt: The package builds properly if I add the "-d" switch to dpkg-buildpackage [20:21] meek_geek, A period before a file means hidden hit ctrl-h. [20:21] i monitored the service those ip's tried to connect. [20:21] bt: Connection attempts can't do anything at all - even without a firewall - if there is no service listening on the target port on your PC [20:21] Beldar, I did but nothing there [20:22] Hmm ... Ok. I think I am right now just at the point to decide wheter it is sufficient for me to get the package working for myself or to push an updated version to PPA [20:22] they can sniff from the isp side, can't they? [20:22] kraftb, it still need to be updated, for Trusty. [20:22] kraftb, and Precise as well. [20:23] bt: They can try to connect to, for example, port 80 for HTTP. But if your PC has no service on port 80 then nothing will happen aside from their connection being refused [20:24] Exactly, how are they breaching the box should the the focus right now, the IP addy is secondary until the hole is plugged. [20:24] is dist-upgrade the correct way to keep a stable release up to date? [20:24] bnutyer: yes. [20:24] TJ: how can i encrypt my internet connection? [20:24] Pici: thank you [20:25] bt: That's usually a per-application-protocol issue - for web-browsing always use HTTPS (SSL/TLS to port 443) for the destination server. [20:26] My wireless internet quit working on my old desktop v12.04. When I click the signal button it doesnt see my router. How do I diagnose this? It's not a router problem. [20:26] bnutyer: -> sudo apt-get update , sudo apt-get upgrade ( youe see "held packages") , sudo apt-get dist-upgrade < -. [20:26] meek_geek, Than a purge must have removed it. Your original contention was upon a purge you had the same config basically it took about 4 posts to restate as being seen in the volume dropdown, just hard to parse your message when spread across the channel rather that in a single concise description [20:26] bt: You could also use a virtual private network to transport your Internet traffic to a remote server you control, which then makes the Internet connections, or your could use an anonymising network such as TOR, although you should never trust those 100% [20:27] Trfsrfr: What Wifi band is the router operating on, 802.11b/g/n (2.4GHz) ? [20:27] Beldar, Ok I did it all now I would try reset and see if the vlc option in the dropdown menu goes away [20:28] TJ- Im unsure. Its a Netgear Rangemax WPN824 === mi is now known as mii [20:29] sigh [20:29] What is the shortcut key(s) to Task Manager [20:30] Hi, I use Audacious media player, and I wonder what's the best Bit depth. By default, it has 16 bits, but it can be increased to more bits until the best setting called "floating point". I notice a difference in sound quality, but I would like to know if the original sound is altered in any away changing this setting, or you really got the best audio quality. [20:30] TJ - box says b/g 2.4ghz [20:31] 802.11 [20:31] Trfsrfr: WiFi uses 'channels', and depending on where you are in the world, different 'regulatory domains' allow different combinations of channels. For example, there are 14 802.11b/g channels, but the USA can only use 1-11. Sometimes, a WiFi Access Point will decide to operate on one of the channels it ought not, and therefore PCs complying with the regulatory domain will fail to connect to it. So, first I'd suggest you discover which WiFi band (2.4GHz 802.11b/g [20:31] /n or 5GHz 802.11a/n) the Access Point is operating on, and then ensure your PC can use the channel the AP is using [20:32] sudo add-apt-repository ppa:rvm/smplayer [20:32] sudo apt-get update [20:32] I just updated this repo [20:32] now i want to remove it but i cannot find it in sources.list [20:32] TJ: Jun 26 15:21:46 user alert kernel: Intrusion -> IN=ppp_0_33_1 OUT= MAC= SRC=188.190.119.122 DST=2.186.133.179 LEN=44 TOS=0x00 PREC=0x00 TTL=235 ID=17808 PROTO=TCP SPT=59040 DPT=23 WINDOW=1024 RES=0x00 SYN URGP=0 [20:33] !alis [20:33] alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [20:35] !ppa-purge | meek_geek [20:35] meek_geek: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [20:35] TJ - the box reads 802.11 b/g 2.4ghz === jnc is now known as Guest76932 [20:35] meek_geek: Ya want to use ppa-purge in that instance : http://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies ; How do i chroot local users in vsftp? [20:36] are there incoming net traffic logs i can view? [20:36] Trfsrfr: OK, so identify which channel the AP is using, and then check in your PC's logs ("/var/log/syslog") that Network Manager is scanning for networks. Also, if the SSID of the WLAN is hidden it won't be auto-discovered, and you'll need to *manually* configure a WLAN connection with that SSID first, for the PC to scan for it [20:37] Bashing-om, ok thanks [20:38] Chroot..vsftp? [20:38] bt that is an iranian destination [20:40] Sunstream: Yes, bt is in Iran, that's the point really [20:40] ok the other address is in the Ukraine [20:41] 14.04 have gnome 3.12 installed.... but only see totem 3.10 in repo... where is the new totem ? [20:42] MichaelP: 14.04 doesn't ship with gnome 3.12 [20:42] xangua, i know.. i added ppa [20:43] then you should contact the PPA maintainer MichaelP [20:55] can someone explain where the colors in an ssh connection to a remote server are processed? in the terminal? [20:57] How come this command is not working ssh -o "ProxyCommand ssh -q -W %h:%p me@127.0.0.1:3128" me@remote_gateway? [20:58] I did socks proxy before this ssh -D 3128 me@hump_host [21:02] what does a PPA package maintainer have to do to update a package to a newer ubuntu version? [21:03] if everything still compiles properly [21:03] kraftb: Update the package dependencies, changelog version update [21:05] dh-helper version, Standards version and Build it on Sid then UBuntu flavors === no_mu is now known as Nothing_Much [21:08] can i install amd drivers without using them ? [21:09] mii what's the point? [21:10] i need to use a gpu based application, but i didnt like it when i installed it in additional drivers [21:11] mii: likely the driver needs to be used to make use of OpenCL or whatever one it is [21:13] daftykins: ok thanks [21:13] hi [21:14] hi [21:16] how to force gnome-fallback (classic with no effects) in Ubuntu 12.04, with gdm3 for ALL users? it seems the gsettings only affects one user at a time [21:16] how to force gnome-fallback (classic with no effects) in Ubuntu 12.04, with gdm3 for ALL users? it seems the gsettings only affects one user at a time [21:17] how do i remove plymouth but not remove the kernel [21:18] oh my god so does lvm2 , wtf [21:21] when i restart my computer i can't see windows 8 in the grub [21:22] josemiguelref: run sudo update-grub in terminal , is windows listed? [21:23] how do i configure X display from console ? resolution is low and nothing loads after i type my password... no window manager works [21:24] no it isnt't, when i instalded ubuntu the grub that i see only listed windows vista but not windows 8 [21:24] kaitanya: do you need to install a driver for your gpu? [21:24] bennz: i just installed a new driver but still there is no xorg.conf in /etc/X11 [21:24] kaitanya: which driver ? [21:25] josemiguelref: did you remove any partitions when partitioning for ubuntu? [21:25] how do I get support for avidemux? [21:25] bennz: nvidia-331 [21:25] kaitanya: ok run sudo nvidia-xconfig then reboot [21:25] BenNZ: yes i do, i just leave partition C: where i had windows 8 [21:26] bennz: thanks man :( [21:26] bennz: thanks man :) [21:26] josemiguelref: was the partition you removed the recovery partition? [21:26] kaitanya: no problem [21:26] no, i also leave the partition D: Recovery [21:26] josemiguelref: what was on the partition you removed? [21:27] nothing, i think these partitions were created the first time i tried to install ubuntu [21:27] !seen [21:27] I have no seen command [21:27] ok === meek_geek_ is now known as meek_geek === jibran__ is now known as jibran [21:28] BenNZ: someone told me that perhaps this is because i tried to install ubuntu with windows 8 in UEFI mode but now the computer boot in BIOS mode [21:29] josemiguelref: as far as i know you can run ubuntu in uefi mode , but it could be , change that and see if you can boot into win 8 [21:31] im on xubuntu, how do i add a Force Quit icon in the panel? can't seem to find it... [21:32] hi it seems ubuntu 14.04 has incorporated systemd? [21:32] bennz: system up and running after 3 days without no network. had problem first with rt 3090, found a realtek usb-wlan in my drawer and it works but then had no X. thanks :) [21:33] BenNZ: i don't understand well this UEFI mode, when i tried to install ubuntu i have to activate legacy support to run from my usb device, i enter the bios and press F9 to leave all like origin but when i restart my computer an error appear [21:33] kaitanya: your welcome [21:33] use xubuntu or mint :) [21:33] i cant find my wireless ap in ubuntu, i can see it fine in windows, but it only appears sometimes in ubuntu [21:34] josemiguelref: im far from an expert myself , but maybe this will help https://help.ubuntu.com/community/UEFIBooting [21:34] !wireless [21:34] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [21:35] master: thanks [21:36] <|PuNKCaT|> I've just done a clean install of trusty tarr, and I have no sound, steam can't find the library on the 2nd hard drive (yes it's mounted) and rhythumbox won't import my music folder, any idea why? [21:36] josemiguelref: i think you can install without using legacy.. [21:36] josemiguelref: are you dual booting? [21:56] OK thanks, I do not have any questions now by I am about to embark on such a development adventure, and wanted to know before annoying people here. [21:58] What's up with ubuntu 14.04 occasionally just freezing for like 5min? [21:58] Is it possible to install Ubuntu to an SD Card from within an existing ubuntu installation? [21:58] Happens with almost every software included in the installation, you do something processor-intesive, and suddenly your computer becomes unresponsive for a couple of minutes. Occasionally it's just that particular program, more often it's the entire computer [21:58] I don't want to create the typical "live media" [21:59] Jonii, That sounds nasty have you tested your ram? [21:59] Paddy_NI: happens on all my systems, not just one [22:00] so I really don't think it's anything hardware-related. The only common thing is that it's always ubuntu [22:00] Jonii, I have several 14.04 (64 bit_ installations none of which has this issue === akim__ is now known as akim [22:00] Jonii, Do you know what the other thing they have in common is? [22:00] YOU :-P [22:01] Paddy_NI: have you ever tried transmission bittorrent client? [22:01] Jonii, Constantly yes [22:01] It's always running [22:01] Downloading something with that is an easy way to demonstrate what happens to me at random intervals for other software as well [22:02] As I said [22:02] Unless you're throttling download speed to below 2mBps [22:02] Sounds to me like you either have used a dodgy iso image or installation medium or your hardware has issues [22:03] ^^ [22:03] Paddy_NI: should be a couple ways to install to sd card, one would be using a VM to load the live cd and give the vm access to the SD card, iirc [22:03] SchrodingersScat, I was thinking the very same thing [22:03] !info debootstrap | Paddy_NI, another possible option, [22:03] Paddy_NI, another possible option,: debootstrap (source: debootstrap): Bootstrap a basic Debian system. In component main, is extra. Version 1.0.59ubuntu0.1 (trusty), package size 29 kB, installed size 228 kB === terry is now known as vfw [22:03] SchrodingersScat, I has wondered if "Ubiquity" was available from the package manager from within an existing installation [22:04] SchrodingersScat, Thank you :-) [22:05] Paddy_NI: not sure on ubiquity [22:06] Paddy_NI: oh, well, it's in the repos, not sure if it can install an OS to your card, hav'net tried [22:06] :-) [22:12] SchrodingersScat, So far so good :-) [22:13] Paddy_NI: which are you trying? just curious [22:13] SchrodingersScat, The "ubiquity" installer :-) [22:14] SchrodingersScat, And the installer crashed :-) [22:15] debootstrap is something I am unfamiliar with... I guess it's time to get familiar :-) === ubuntu is now known as Guest68708 [22:19] heap: no. i have not looked at your dropbox file.. === jibran is now known as jibran|afk [22:24] hi, does anybody knows if the ecryptfs implementation on ubuntu is vulnerable to the evil maid attack (http://theinvisiblethings.blogspot.com.br/2009/10/evil-maid-goes-after-truecrypt.html)? [22:29] spotify [22:38] brasileiro, You know some maids or something? [22:39] you leaving your stuff laying around for people to access? [22:39] Beldar, heheh actually I'm concerned about my brother... [22:40] Beldar, recently he thinks of himself as a "hacker" you know? [22:40] brasileiro, Ah the evilbrother thang, heheh. ;) [22:41] Beldar, so is it vulnerable? [22:41] brasileiro, Show him the shank where and will use on him, [22:41] you use* [22:42] no idea on vulnerability [22:42] for me is good night [22:44] Beldar, ok, thanks =) [22:47] brasileiro, Are you sure you really need encryption? I mean it is a big piece of candy for many. Why bother if you are not a security agent for the state. [22:48] any real privacy is a not really available unless you in a cave caring on rocks nobody finds. [22:48] carving* === jibran|afk is now known as jibran [22:55] hi === sveta is now known as svetlana [23:08] On 14.04 when I maximize a window on my second display it is resized to be as tall as the display but only about 1/4th as wide. [23:08] When it is not maximized, I can't move it so that the left-hand side is any further left than the center of the display. [23:09] Half of the time when I unsuspend the login dialog doesn't appear. [23:09] on xubuntu 14.04 with light-locker how do i keep my monitor able to turn off when inactive for awhile but disable that when vlc is full screen [23:14] how do I to talk on ## channels please ? [23:15] hi, ive just installed 14.04 under virtualbox and there is no network interface being detected. ive tried NAT + bridged. is there anything special i need to do? [23:16] how do I to talk on ## channels please ? [23:17] nectarys: the moderation of channels is the issue of the operators. if you cant speak there ask the ops and read the channel guidelines. or ask in #freenode for help === ePirat is now known as Guest39361 [23:19] prawnsalad: is there really enabled adapter for guest? double check settings/network for guest if everything is enabled as it should [23:21] Church: good point, i hadnt actually checked >.< running ubuntu server, but one was not automatically created in /etc/network/interfaces [23:21] is that normal for 14.04? [23:22] no clue. I run mint as host os, and use virtualbox for winxp, also with nat-ed interface for guest. [23:23] hadn't anything special to do above that except installing virtualbox guest tools [23:28] Is there any reason for Xorg to consume 50% CPU when I'm not doing anything? [23:29] hello! I have a problem with wine [23:30] o hello oficial [23:30] I recently installed MSOffice 2010, sucess but now all the plain text files (including source code) now have in the open-with context menu tons of MS office applications [23:30] i just looking arx-net [23:30] It is a mess [23:30] joseluis64: the guys in #winehq could help you with wine issues [23:30] ikonia is that so wine related? [23:31] joseluis64: yes, msoffice is nothing to do wiht linux [23:31] joseluis64: so any impact of it's install is related to wine [23:31] ikonia but msoffice didn't made the launchers... [23:31] joseluis64: no, but the wine application did [23:32] Anyone else having a problem with Xorg consuming too much CPU? [23:33] saxgeek: why don't you just focus on your problem, rather than other peoples [23:33] but a least nobody can tell me where that information of the mymetypes are stored? [23:33] joseluis64: isn't it part of XDG data ? [23:33] I don't know, that's why I came here... [23:33] Well, I'm trying to figure out why it's doing that. And it's causing everything to lag so much. [23:34] hello, I used to have an application called something like ubuntu software center that let me search for apps and install them. I can seem to find it on trusty. Does it have a new name or is it gone? [23:34] joseluis64: I'd work it through with the wine guys to find out how the ms office triggers other ipdates [23:34] saxgeek: so work it through, reboot, see if it's persistant, swap your video driver to vesa to see if it's driver specific, etc [23:35] joseluis64: default mimetypes for the whole system are stored at /usr/share/applications/defaults.list === CyberJacob is now known as CyberJacob|Away [23:36] Where do I find drivers for i915? I've tried to use the Intel Graphics Installer for Linux, but it won't install. [23:36] joseluis64: per user in ~/.local/share/applications/mimeapps.list [23:36] "tried to use" [23:36] cynist in that file everything is normal... [23:36] saxgeek: there is nothing to install for intel - what EXACTLY have you done [23:36] joseluis64: I think it's XDG data for the wine application [23:37] cynicist I will check the file in /usr [23:37] joseluis64: sorry I was just answering your question, not sure what problem you have in particular [23:37] ikonia: Nothing. It's a fresh installation on my laptop. [23:37] cynicist don't worry is a suggestion that I will take [23:38] saxgeek: how can that be ??? you just said "intel won't install" so for intel to not install, you must be doing something [23:38] you must be doing something that is failing for you to say "Intel won't install" === jcrawford is now known as Guest11987 === Guest11987 is now known as jcrawford [23:48] anyone have any idea why on my mac pro Ubuntu's graphics would be messing up? I didn't install any specific drivers it's doing pretty good on it's own but the graphics are a bit slow doing things like opening the Ubuntu search screen. [23:48] by messing up I mean going slow and sometimes having a hard time rendering i get rainbow lines etc. === rwd is now known as rwwcoin [23:50] looking for zfs on ubuntu === CyberJacob|Away is now known as CyberJacob [23:54] has anyone tried plasma next