/srv/irclogs.ubuntu.com/2014/06/26/#ubuntu.txt

VinceNGood 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 VPN00:00
daftykinsVinceN: got IP forwarding enabled?00:00
VinceNdaftykins: I -Think- so but not sure.  Would an IPTABLES output be helpful?00:01
kastanwhen 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 worse00:01
daftykins"cat /proc/sys/net/ipv4/ip_forward" i think was the path00:01
josspykeryep00:01
daftykinskastan: in... what OS?00:01
VinceNdaftykins, That returns a "1"00:02
kastanim running ubuntu 14.04 i will be dual booting windows 700:02
VinceNWhich I belive means it is enabled00:02
daftykinskastan: you really should've started with Windows first, but ho-hum00:03
daftykinsVinceN: 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 them00:03
kastanthe computer didnt come with window so i installed linux cause free stuff that works great is awesome00:04
VinceNkastan: The windows boot loader will overwrite the Ubuntu one.  No big deal usually it just means you have to add a step00:04
VinceNdaftykins: 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 do00:04
causativeI'm confused:  service --status-all tells me ssh is stopped ("[ - ]") but sshd is a running process.  What's the explanation?00:04
kastanVinceN what extra step?00:05
daftykinsVinceN: 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 really00:06
VinceNkastan: 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 you00:07
VinceNdaftykinds, 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 think00:08
daftykinsVinceN: work as in connects? but can't use the internet connection of the VPN server?00:09
VinceNCorrect, 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 internet00:09
daftykinsVinceN: 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 g00:12
VinceNOk 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.100:13
VinceNYour saying I need to bridge the 10.0.0.1 address to the clients external public IP?00:13
daftykinsVinceN: what's the server's physical network address?00:14
daftykins(as in the real network it's attached to in the 'office' or whatever)00:14
rosco_yHow do I disable the guest account?00:14
VinceNWe talking the eth0 interface address?00:14
daftykinsVinceN: yeah00:15
VinceN198.74.57.10300:15
daftykinsis that really a network behind a router or is that interface directly into a 'modem' o000:16
VinceNFar as I know its straight into a public network.  It's a Linode VPS00:16
samii-inhello00:17
VinceNhi00:17
daftykinsVinceN: ok so you might need to take the default gateway IP from the VPS using "route -n" or "ip route"00:18
daftykinsVinceN: so then you'll want to edit the VPN server config to issue that IP as the default gateway to any clients00:19
VinceNAccording to route -n 0.0.0.0 198.74.57.1 as the gateway00:20
VinceNso I should configure the VPN to issue 198.74.57.1 as the gateway?00:21
daftykinsVinceN: that works! hopefully your windows client can also ping that00:21
VinceNWellllllllllllllll lets see00:21
daftykinsVinceN: (if it responds to ping, anyway - check with the server first i guess) yep gateway as that00:21
pavloscausative, try service ssh status what's the result?00:23
causativewell it's running now pavlos because I restarted it00:24
pavloscausative, ok, seems something was out of sync00:24
VinceNdaftykins: 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:27
VinceNNow 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 networks00:29
VinceNDon'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?00:30
=== brad_ is now known as sencha
daftykinsVinceN: 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:31
VinceNRight and inbound traffic to the external IP will still need to be translated to the internal VPN address00:32
VinceNSo... Yea............................00:32
VinceNI 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 me00:33
daftykinsthat ones beyond my experience level sadly00:34
VinceNWell drat LOL00:34
daftykinsyou may end up being better off in #networking or #ubuntu-server, i know it'll be one of those iptables postrouting NAT trickery commands00:35
=== xubuntu is now known as Guest54470
VinceNOh yes, Thats what i've been trying00:35
daftykinsyou'll probably want that windows box set to google DNS or something else public so that that continues to function00:35
VinceNOk, 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:35
VinceNLike I haven't been doing that for the past week anyway LOL00:36
daftykinshehe, doh! yeah it's mostly that it's 1:30am my time too so my brain wouldn't be able to go too much further00:36
VinceNThats cool.  I appreciate it sir. :-)  If I see you on when I figure this out i'll let you know00:37
daftykinsVinceN: sounds good ^_^ good luck00:38
=== jibran|afk is now known as jibran
VinceNThanks!00:40
=== chuck__ is now known as Minty-Linux
GlorfindelCan I suggest things on this channel?00:54
Glorfindelor just online?00:54
lis__what?00:55
lis__还 有 谁00:56
Glorfindelwhat what?00:56
lis__what what what ?00:56
Dave77how do I get the latest mplayer to work on ubuntu 13.10?00:58
Dave77how do I reinstall system mplayer?00:59
daftykinsDave77: your distro is dead next month, i wouldn't try fixing much :)00:59
Dave77why are there no binaries for download for mplayer?01:00
lis__www.mplayerhq.hu/design7/dload.html01:00
lis__mplayer01:00
Dave77ARM is not listed01:01
GlorfindelCan I suggest things I'd like to see added to ubuntu on this channel?01:01
BeldarGlorfindel, Not a support issue no.01:02
Glorfindelok01:02
daftykinsGlorfindel: no, nobody here is necessarily official01:02
Dave77why does mplayer give no audio after I compiled it from src?01:02
Glorfindeloh01:02
daftykinsDave77: compilation is not the ubuntu way01:02
Glorfindelwhere would I request features?01:02
daftykinsDave77: also, this is not mplayer support01:02
daftykinsGlorfindel: nowhere i know of01:02
Glorfindelmmm ok, thanks :)01:03
testingtheworldWhats the latest in ubuntu news?01:14
dino82This is the year of the Linux desktop, of course01:16
testingtheworldWhat do you mean?01:16
dino82It's a running joke, every year is the 'year of the Linux desktop' but it never happens XD01:16
testingtheworldhaha thanks for letting me in on it01:17
NothingToProveYeAnyone have any good ubuntu game suggestions?01:18
Glorfindelworm01:19
Glorfindelor what ever01:19
NothingToProveYecan i apt-get install worm?01:19
GlorfindelI don't think thats what it is called01:19
Glorfindelbut you can try :)01:20
testingtheworldapt-get install worm just makes me think of something malicious01:20
Glorfindellol01:20
Glorfindelme too01:20
NothingToProveYeyeah like an idiot trying to get malware01:20
testingtheworldlmgtfy haha01:20
Glorfindelhow about apt-get install virus?01:20
testingtheworldthisisnotavirus.com01:21
testingtheworld^dont click that01:21
testingtheworldihavenoideawhatisit.jpg01:21
NothingToProveYeHA01:21
daftykinsoff topic, shush please guys - move to #ubuntu-offtopic if you want to time waste01:21
NothingToProveYe10-4 roger that01:21
avishow do i find out how my ubuntu box last locked up so that i can see if it can be fixed01:24
=== invalid_w is now known as linux_beard
Beldaravis, This the only time?01:27
avisno its happened twice on a new computer and perfect install01:28
avisvery light use01:28
Beldaravis, I would have to google to really help, others may have more direct advice.01:31
avisdoes anyone know what logs i would look out to fix my problem ?01:31
Boohbahdino82: what do you mean it never happens? it happened for me a long time ago01:31
Boohbahavis: check your logs01:31
sydneyIs there a app that will alw me to track any activity on my computer?01:31
zuurackhi01:36
ProfessorKaos64how can I put an icon on the desktop?01:37
sydneyProfessorKaos64: Drag and drop?01:38
robynata:-D01:38
ProfessorKaos64I heard its "chmod +x ~/Desktop/*.desktop"01:38
ProfessorKaos64to make it show up01:38
Locke2002I 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:38
zuurackHey 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 al01:42
zuurackl 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:42
daftykinszuurack: nobody's ever gonna see a one time message, also nvidia-prime is the new one to watch, not bumblebee so much01:43
sarrjoseph victor01:44
marshallhey ubuntu01:44
sydneyLocke2002: Here is ppa info: https://help.ubuntu.com/community/Repositories/Ubuntu#Adding%20PPAs01:44
sarrpooorrrrrrrrrrr01:44
Locke2002Thanks, I'll take a look01:44
marshallhow do i set an environment variable that contains an "!" from the command line?01:44
sydneyIm out of here,goodningt...01:45
zuurackdaftykins: 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 situation01:45
zuurackothers*01:45
daftykinszuurack: right but say someone comes in tomorrow, they can't see that message...01:45
zuurackHaha no i know..Im gonna post it on ubuntu forums aswell :)01:46
sarrfreeeeeeeeeee01:46
Ben64zuurack: but nvidia-prime is the preferred one now01:46
sarr1/2 dieu is her name01:46
zuurackI 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
ProfessorKaos64Ok I got a desktop shortcut, is there a command line way I can batch a shortcut to the unity bar?01:48
zuuracki meant nvida-prime lol01:48
trismmarshall: 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 underscores01:54
bluezonehow do i find the name of my fglrx driver and uninstall it01:55
=== saeid is now known as Guest41634
bluezonefor my radeon ati card01:55
daftykinshow did you install? download from the website?01:55
bluezoneno it was from the software sources i believe01:55
bluezoneprovided by ubuntu01:56
daftykinsdpkg -l | grep fglrx01:56
trismmarshall: unless you mean the ! is the value of the env var, then just single quote it: export BLAH='hahaha!';01:57
bluezonedaftykins, it's listing fglrx ad fglrx-updates but when i apt-get remove them it seems like this are already removed01:57
kebinoHello01:58
daftykinsbluezone: hmm, perhaps your approach is wrong. i gotta sleep now though sorry.01:58
bluezonek np01:58
kebinoAnyone know why my computer keeps getting slow after opening up about 4 tabs in mozilla?01:58
holsteinheap_: i am around now01:58
kebinoI need to cold restart my pc01:58
holsteinkebino: graphics driver, broken hardware, slow hardware, misconfiguration.. i would try live CD's and the guest account01:59
kebinoI recently updated my graphics driver and I used a live USB to install xubuntu01:59
holsteinkebino: ok..02:00
kebinoI have a windows vista if that helps02:00
holsteinkebino: so, the upgraded graphics card is different?.. windows support is irrelevant, though, you can see if the hardware works in a supported operating system02:00
kebinoI have dual boot and it works fine on my other OS02:00
holsteinkebino: if you run the live USB right now, and test performance, you are removing your installed operating system and the hard drive from the equation02:01
holsteinkebino: sure.. so, what do that tell you? if you boot and it works fine in windows?02:01
Foxhoundzhow do I enable mod_rewrite for apache on Ubuntu 14.0402:01
kebinoYes02:01
kebinoI have tried ubuntu and it completely freezes after log in02:02
kebinoI thought maybe I just needed a lighter version or something so I tried xubuntu02:02
holsteinFoxhoundz: http://askubuntu.com/questions/48362/how-to-enable-mod-rewrite-in-apache02:02
holsteinkebino: ok.02:02
Foxhoundzholstein: thanks02:02
Foxhoundzunrelated02:02
holsteinkebino: so, what does it tell you  if you boot into windows and everything seems fine02:03
FoxhoundzIs it possible to make my linux box part of a Windows homeroup?02:03
kebinoI need a different version of linxus?02:03
holstein!samba | Foxhoundz02:03
ubottuFoxhoundz: 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.html02:03
holsteinkebino: it actually tells you *nothing* about the linux install.. what does it tell you?02:04
kebinonothing?02:04
holsteinkebino: 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:05
kebinoYes it is normal and functional02:06
shmerbyHello I need some help.02:06
shmerbyAnd dev's?02:06
shmerbyANy*02:06
holsteinkebino: ok.. so you are promised windows support, and that is working.. what happens when you load a live CD?02:07
holsteinshmerby: just ask.. this is not the dev channel02:07
shmerbySo I am trying to get WINE but it says I need to get rid of some kind of driver02:07
kebinolive CD as in the one that came with the computer when I first got it? Sorry I am slow02:07
shmerbyNvidia opencl driver and ICD library02:08
shmerbyBut how do I do that?02:08
jay__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
holsteinshmerby: 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
ShadowKnightkebine: no its a different thing02:08
holsteinkebino: the installer usb you referenced is a live image02:09
holsteinkebino: what happens when you run the installer usb (live CD) live? do you get to a desktop? in "try it live" mode?02:09
shmerbyholstein: Trying it02:09
shmerbyholstein: Upgrade available02:09
holsteinkebino: *nothing* that came with your computer will help you run linux.. you are not promised linux support from the creators02:10
kebinoI get the try or install page02:10
jay__holstein: can you help me?02:10
holsteinkebino: please "try" and see if you get to a desktop, or not02:10
holsteinjay__: you are not using ubuntu.. i suggest trying ubuntu. you can test the iso download of puppy and the stick02:11
shmerbyholstein: It says E: Invalid Operation Wine02:11
holsteinshmerby: sudo apt-get install wine02:11
jay__this happens will almost every distro i try holstein.02:11
jay__they can't all be bad downloads.02:11
yoLo_hello , i need help installing sqlite latest version for ubuntu can anybody help ?02:11
=== veebull_away is now known as veebull
yoLo_through command line02:11
jay__It was suggested to me that it could be a HDD issue?02:11
holsteinjay__: ok.. try ubuntu, and let us know how it goes.. you can confirm the iso's02:11
holstein!md5 | jay__02:12
ubottujay__: 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_Windows02:12
shmerbyholstein: Its typing a bunch of things I think its working02:12
jay__does that make any sense?02:12
mrlesmithjranyone seen on ubuntu 14.04 where syslog is not being updated anymore? zero bytes? very strange. occured on more than one server as well02:12
holsteinjay__: 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 out02:12
shmerbyholstein: Thank you for the help.02:12
holsteinshmerby: sure.. enjoy!02:12
jay__well i know the USB stick is working cause i've installed linux distro's to RAM and they work02:13
holsteinjay__: 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 it02:13
kebino_Uhh.. Sorry02:13
jay__it's when I try to install to the hard drive that i get error like it can't mount the kernal and such02:13
kebino_My computer just froze again02:13
holsteinjay__: the statement you made above doenst indicate to me the usb stick is ok02:13
holsteinjay__: test the hard drive02:14
jay__ok02:14
holsteinkebino: are you running the live environment?02:14
shmerbyI got 4gb of RAM on my custom built Linux Computer, should I get 8gb? Or is 4gb good on linux?02:14
kebino_Yes02:14
kebino_I already installed it02:14
holsteinshmerby: "good" is a matter of opinion.. if you need 8, get 8.. otherwise, if 4 is working for you, use it02:14
shmerbyWell I will be playing games and 4gb seems fast.02:15
Foxhoundzsudo su02:15
holsteinkebino_: 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
shmerbyholstein: it brought this pop up with software product agreements and such but I cant click ok?02:15
kebino_Yes02:15
holsteinshmerby: ram wont make the machine any "faster".. it only adds ram..02:16
jay__i have parted magic. i'll load it up.02:16
jay__i think there is something to test hardware in there02:16
holsteinshmerby: you can tab and hit enter to select.. you have to accept licensing agreements02:16
DmanEliteyup02:16
jay__holstein, are you paid to help out in here?02:16
holsteinjay__: no02:17
shmerbyholstein: Oh thanks for your help I am first timer.02:17
holsteinshmerby: no worries..02:17
jay__You should be02:17
jay__lol02:17
holsteinjay__: thanks, i think ;)02:17
shmerbyHow do you do that red chat thing?02:17
DmanEliteThey need a new linux distro called Linux Cigarette, I bet it would be a big hit.02:17
jay__it was a compliment hehe02:17
jay__haha02:18
holstein!ot02:18
ubottu#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
shmerbyobottu: Thats total copy and paste.02:18
holsteinshmerby: are you talking about a hilight?02:18
shmerbyholstein: yes.02:18
DmanEliteUbuntu Cigarette?02:18
shmerbyPeople might think its a E-Cig02:19
DmanElitelol02:19
shmerbyI got it!02:19
shmerbyA Smart E-Cig that can call and text02:19
DmanEliteya soon enough, give it 2 years02:19
shmerbyPeople will buy it if you say its "Trendy"02:19
DmanEliteitll make calls too02:19
shmerbyYes.02:20
shmerbyHolstein: It brought up the command bar again does that mean it is done?02:20
kebinoI am back02:20
kebinoIt worked fine02:20
holsteinshmerby: 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
holstein!wine02:21
ubottuWINE 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 Ubuntu02:21
jay__holstein: , how many people do you think you've help with linux issues?02:22
holsteinjay__: do /join me in #ubuntu-offtopic to discuss :)02:22
shmerbyHolstein: wine: created the configuration directory '/home/shmerby/.wine'02:22
shmerbywine: cannot find '/path/to/.exe'02:22
DmanEliteHeck I bet if you named a new distro called linux dick, it might get more women interested in linux02:22
holsteinshmerby: right.. you'll fill that in with the path to your .exe02:22
shmerbyOh02:23
Artemis3holstein, you are supposed to be in the channel first :P02:23
kebino_I am back again02:23
kebino_My screen froze up02:23
shmerbySo for example wine /path/to/example.exe02:23
jay__oh ok sorry02:23
kebino_?02:23
jay__ /join me in #ubuntu-offtopic02:23
shmerby!Shmerby02:24
jay__ /join #ubuntu-offtopic02:24
jay__dammit02:24
kebino_me?02:24
Artemis3without the space02:24
holsteinkebino_: your screen froze up? in the live CD?02:24
jay__ /join#ubuntu-offtopic02:24
shmerby!Hacker02:24
ubottuA 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 !piracy02:24
Artemis3er, not that space02:24
shmerby!Gay02:24
kebino_Not in the live CD02:24
kebino_It froze just now so I had to restart02:25
DmanElite!Slut02:25
jay__ /join mein #ubuntu-offtopic02:25
jay__ /join me in#ubuntu-offtopic02:25
jay__ /joinme in#ubuntu-offtopic02:25
jay__omg! why doesn't it work02:25
IdleOnejay__: stop putting spaces in front of / on irc02:25
kebino_So...02:26
holsteinjay__: the command is "/join #ubuntu-offtopic"02:26
holsteinkebino_: 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:26
Foxhoundzholstein: 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
Foxhoundzthe rewrite module is enabled, however02:27
kebino_What do you mean02:27
kebino_I put in the USB and clicked on try without install02:28
holsteinFoxhoundz: looks like its not allowing it.. thats what i take from that message02:28
holsteinkebino_: ok... and thats the desktop that just froze?02:28
jay__how do i test my hdd from parted magic?02:28
kebino_No02:28
Beldarjay__, What are you testing for, bad areas?02:29
kebino_After I unplugged it and restarted my computer to open the installed version it froze02:29
jay__just a hdd drive in general. to see it's overall health Beldar02:30
holsteinjay__: this looks right http://www.technibble.com/forums/showthread.php?t=4418102:30
=== linux_beard is now known as pharaoh_hound
holsteinkebino_: will you run the live version? and see if you make it freeze?02:30
kebino_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 together02:31
holsteinkebino_: sounds like graphics driver support issues.. what hardware?02:32
kebino_nvidia?02:32
holsteinkebino_: do you have nvidia?02:32
holsteinhttp://askubuntu.com/questions/72766/how-do-i-find-out-the-model-of-my-graphics-card02:32
kebino_yes02:32
holsteinkebino_: ok. there are a few driver options.. what are you using? the open one that came with ubuntu?02:33
Beldarjay__, 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
jay__holstein: that page won't load for me for some reason right now. I ran a test using GSmartControl and it completed without error02:33
kebino_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 card02:33
jay__it says lifetime hours 5888. is that a lot?02:34
jay__i have no idea how long drives usually last02:34
holsteinkebino_: sure.. the hardware is nvidia.. now, lets talke about the driver.. are you using the driver that came with ubuntu?02:34
holsteinkebino_: do you remember installig a proprietary driver?02:35
kebino_Well, whenever I opened up my vista OS I noticed that I installed a driver02:35
kebino_This is after everytime I install linux02:35
holsteinkebino_: vista is irrelevant02:36
kebino_Oh ok02:36
holsteinkebino_: vista is not installing drivers into ubuntu.. and ubuntu is not installing driver into vista.. they are seperate02:36
kebino_Then I assume nothing is installed02:37
holsteinkebino_: now.. you have nvidia graphics hardware.. on the machine, so, thats for both os's02:37
kebino_yes02:37
holsteinkebino_: 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 vista02:37
kebino_ok02:37
=== Guest54137 is now known as jack
holsteinkebino_: if you have not, please install the proprietary graphics driver for nvidia on your system.. just linux. not vista02:38
adi__hello. can anyone help me blacklist wimax module that I never user and it slows down my bootup time?02:38
holstein!blacklist02:38
ubottuTo blacklist a module, edit /etc/modprobe.d/my_blacklist.conf and add « blacklist <modulename> » 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
jay__can someone else help me is holstein is too busy?02:38
=== jack is now known as Guest45409
kebino_How would I know which ones to install?02:38
ShadowKnightjay_:you might want to try another channel for help, http://searchirc.com/dir/Computers/Operating-Systems02:38
holsteinjay__: its in the menu.. smart tests are in the "disk tool" or whatever its called02:39
holsteinkebino_: are you online with the machine?02:40
kebino_Yes02:40
holsteinkebino_: 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 driver02:41
jay__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
jay__other catagories say old age02:41
=== dfgas is now known as dfgas_off
holsteinjay__: sure.. the drive can be failing..02:43
jay__do these things mean the drive is useless? is this why my installs can't find the files they need?02:43
jay__generally, the installs have been telling me it can't find one type of file or another. depending on the install02:43
holsteinjay__: its plausible the installs are failing if the drive is bad..02:43
jay__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
holsteinjay__: 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 ok02:44
kebinoBack02:44
Locke2002sydney: 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:45
jay__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 it02:46
jay__that's the one i'm on now02:46
jay__so without other sources to test on, i'm kinda pooched eh?02:47
kebinoWell it didn't help much. I opened up the chat and Mozilla straight after and the screen mushed up again02:47
holsteinjay__: im just proposing tests that would help me define the issue you are having02:47
holsteinkebino: please open a terminal and run "lspci" and paste the results..02:48
holstein!paste | kebino02:48
ubottukebino: 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:48
holsteinkebino: and i will tell you want i think you should install, driver02:49
jay__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 stick02:49
holsteinjay__: you can boot the stick on another machine.. you can check the integrity. and md5..02:49
jay__it's unlikely the distro's since i've tried so many.  two did work out of about 8 though02:49
jay__arg md5 is annoying lol02:50
holsteinjay__: its the same internet downloading the isos. and the same usb stick.. the same lots of other things.. and the hard drive as well02:50
jay__it's not going to be wrong that often don't you agree?02:50
holsteinjay__: the md5 sum? if your network is bad, it can be wrong every time02:50
jay__how can i test the USB stick holstein ?02:50
holsteinjay__: there is an integrity check built into the iso's for ubuntu02:51
holsteinbut i will literaly carry the stick to another machine, and try it there..02:51
jay__what?! that's hogwash! lol i didn't know that02:51
kebinoBack02:52
jay__try what ? installing the OS on a new pc? i can't do that .02:52
kebinoComputer has been pretty sluggish02:52
holsteinkebino: yes, i read you were back. will you run "lspci" in the terminal and paste the results..02:52
holstein!paste | kebino02:53
kebino00:00.0 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a1)02:53
kebino00:01.0 ISA bridge: NVIDIA Corporation MCP61 LPC Bridge (rev a2)02:53
kebino00:01.1 SMBus: NVIDIA Corporation MCP61 SMBus (rev a2)02:53
kebino00:01.2 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a2)02:53
kebino00:02.0 USB controller: NVIDIA Corporation MCP61 USB 1.1 Controller (rev a3)02:53
kebino00:02.1 USB controller: NVIDIA Corporation MCP61 USB 2.0 Controller (rev a3)02:53
unopastekebino 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 unmuted02:53
holsteinkebino: not here.. in a pastebin..02:53
holsteinkebino: please you a pastebin and share02:54
jay__where do i get the damn check sum application hol/02:55
jay__holstein:02:55
holstein!md502:55
ubottuTo 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_Windows02:55
aravind_geekkebino: u may try jockey-text -e xorg:nvidia_current02:55
jay__!md502:55
aravind_geekfrom terminal using sudo or root prompt02:55
jay__thanks02:56
sydneyLocke2002: Hopefully you had everything backed up. ;)02:56
holsteinaravind_geek: i was going to be sure the *-current supported the specific hardware, but, thats probably the best idea.. to just install it like that02:56
Locke2002sydney: lol. There's nothing important on here, and it was only the desktop that got borked. It seems to be working ok now.02:56
sydneyLocke2002: ok :D02:57
kebinoCan you tell me what to type again?02:57
holsteinkebino: i agree with aravind_geek ..02:57
kebinoand I feel like mozilla has something to do with the screen freezing02:57
kebinoSorry I wasn't here. I had to reboot again02:57
sydneyafk02:57
jay__hey holstein , how can i check sum for non ubuntu versions?02:57
holsteinjay__: ask non-ubuntu for the sums.02:58
holsteinjay__: dont overthink it.. its not a fix.. its just a troubleshooting step.. dont waste too much time with it..02:58
kebinoWhat should I type into the terminal again?02:58
holsteinkebino: 22:55 < aravind_geek> kebino: u may try jockey-text -e xorg:nvidia_current02:58
jay__so i can use the same program tho?02:59
jay__i just need to md5sum right?02:59
kebinothat didn't seem to work in the terminal03:00
holsteinkebino: ok.. do give detail..03:00
holsteinkebino: anything you can share that can help a volunteer.. "that didnt work" is a statment, not a question03:00
kebinoI typed in jockey-text -e xorg: nvidia_current and without jockey. What did I do wrong?03:01
holsteinkebino: you are not telling us what is happening03:01
weirddan455kebino: are you using flash in firefox?03:02
jay__holstein: i dunno what to do now. if the check sum is ok, what's next?03:02
kebinoI never installed it but it seems to be working03:02
holsteinjay__: test the next thing.. you are already have errors in the drive03:02
aravind_geekkebino: type sudo jockey-text -e xorg:nvidia_current03:03
kebinoI am using flash. I just checked03:03
weirddan455kebino: because adobe stopped devlopment on the version of flash that firefox uses03:03
jay__well not failures on the drive holstein03:03
jay__but pre-failure. i dunno if that's enough to cause things to not work properly or what03:04
aravind_geekkebino: copy and paste instead of typing that avoids typos.03:04
weirddan455kebino: it's stuck on version 11 and is often the source of crashes and weird video things03:04
jay__i would figure the drive would just place the data somewhere else on the drive if a sector is bad03:04
kebinoWhat should I do then to fix the crashing and it crashes the whole computer.03:05
kebinoAlso it says command could not be found03:05
weirddan455kebino: 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 1103:05
kebinoafter i typed in jockey-text -e xorg:nvidia_current03:05
kebinoThanks. I will try chrome03:06
=== FreezingAlt is now known as FreezingCold
aravind_geekkebino:what happens?03:06
kebino"jockey-text: command not found" that appears03:07
weirddan455kebino: you need to make sure you get the "pepper" flash though... otherwise it'll use the same old version 11 as Firefox uses03:07
kebinoI even tried it with sudo03:07
exp-lifeiptable has output chain,so why i can not set the rule " iptables -t filter -A OUTPUT -j DROP"?03:07
weirddan455kebino: or you could always try disabling Flash in Firefox and see if the problem doesn't go away :P03:07
holsteinkebino: i suggest you do one at a time. either install nvidia common or try chrome flash03:07
kebinoI am trying chrome flash03:08
weirddan455what driver is he currently on?03:08
holsteinkebino: you are being bombarded now with 2 different options.. and its really plausible either could help03:08
holsteinweirddan455: the stock open nvidia included one03:08
jay__i wish my biggest problem was what flash player to install03:08
sadpuppygood old pepper03:08
weirddan455holstein: proprietary or nouveau?03:08
holsteinweirddan455: the one that comes. nouveau03:09
weirddan455ah03:09
holsteinweirddan455: i should say, im assuming that.. you can check the scroll back and see how its beeing going ;)03:09
aravind_geekkebino: this might help http://askubuntu.com/questions/441415/what-has-jockey-been-replaced-with-in-14-0403:09
=== fginther is now known as fginther|away
jay__is there a linux channel for general linux install issues?03:10
holsteinjay__: yes..03:10
jay__also, how do you find channels ?03:10
sadpuppylist03:10
sethjjay__ #linux perhaps?03:10
sadpuppy  slash list03:10
holsteinjay__: http://irc.netsplit.de/channels/?net=freenode03:10
jay__it seems like you just have to "know" they exist. or i'm missing something03:11
weirddan455i mean... nouveau will sometimes give bad performance vs proprietary (depending on what GPU you have) but it shouldn't be crashing you03:11
kebinoShould I do both options?03:11
weirddan455i blame flash... flash has always been a pain in the ass even on windows03:11
sadpuppyhundreds of rooms03:11
kebinoI just installed pepper flash and chrome03:11
holsteinkebino: no.. i suggest doing one now.. do chrome03:11
kebinoI did that03:11
holsteinkebino: no reason to do both.. just install chrome and test..03:11
jay__how do you know about these magical things! irc channel search!?03:11
holsteinkebino: in chrome, visit https://www.adobe.com/software/flash/about/ and tell me what you have?03:12
weirddan455kebino: type "about:plugins" into chrome03:12
weirddan455kebino: make sure you only have 1 version of flash in there... it should be version 14... if you see an older version disable it03:12
kebinoI have adobe flash player version 1403:12
holsteinkebino: thats the current flash. please test your system with it, and dont use firefox during this test..03:13
kebinook03:13
holsteinkebino: note: this is not a problem with firefox.. but, flash03:13
kebinoWould it be ok to get back to you guys tomorrow if there is a problem? It seems fine now and its really late03:14
weirddan455yea... IIRC the "pepper" plugin format is not open source so Firefox doesn't implement it03:14
holsteinkebino: this is the public ubuntu support channel. you are welcome to ask what you like about ubuntu support anytime03:14
kebinoAlright. Good night then03:15
weirddan455it'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:15
sadpuppyvlc03:16
=== xragnar_ is now known as xragnar
karstensrageis it normal to have an empty /var/log/authlog03:21
karstensrageis it normal to have an empty /var/log/auth.log03:22
jay__i tried joining ##Linux and i can't chat there because i need to be registered and they want an email addy and everything03:23
_Trullojay__, just register03:24
wulong710just register03:24
_Trullo, /msg nickserv register03:24
jay__omg03:25
jay__they just don't make things easy around here03:26
jay__you know, if i was actually working right now i wouldn't have time for all this dillying around03:26
jay__they should really make things easier in irc and linux in general03:26
brigantyholaaa03:30
cfhowlettbriganty ask your ubuntu questions03:30
jay__it says now that jay__is already registered and that i'm not logged in03:30
jay___Trullo:  what do i do now03:30
=== jim is now known as Guest83607
_Trullolog in03:31
jay__how?03:32
_Trullo, /msg nickserv identify "password"03:33
jay__how do you know to do these things? why is there no log in button? this all makes no sense03:33
jay__:(03:33
brigantyeiiiii03:34
cfhowlettjay__ it's all explained in the freenode login dialog03:34
Beldarjay__, Go to #freenode and ask for their help, they will get you set up. ;)03:34
ciel_hello>03:35
ciel_can anyone help me out?03:35
somsip!ask | ciel_03:35
ubottuciel_: 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 !patience03:35
ciel_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
jay__thanks guys03:37
Beldarjay__, Once registered after a couple of weeks you can ask #freenode for a cloak to hide your IP info.03:42
=== Kryptron_ is now known as Kryptron
=== ciel_ is now known as AnimeGod
AnimeGod>_>03:45
AnimeGodUrg...03:48
AnimeGodCan 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
AnimeGodand only my desktop03:50
BeldarAnimeGod, put your cursor over it hold down alt then left click and move it.03:51
FoxhoundzI set up a samba server on my machine03:51
Foxhoundzwhen I try to log in on the Windows machine, it prompts me for a username and password03:51
Foxhoundznatrually. I supply the linux box's credentials03:52
Foxhoundzbut it doesn't accept it03:52
AnimeGodi can barely see it beldar its like a small line of blue03:52
AnimeGodthis happens when I run skype all the time I wish I can screenshot to show u03:52
BeldarAnimeGod, Check the resolutions in display03:53
BeldarAnimeGod, Just a guess but if you have two wide a resolution this would be a symptom.03:54
AnimeGodits at 1366 x 768 (16:9) what about it?03:54
AnimeGodthe desktop says Bulit-in-Display and another next to is saying BBY 19"03:55
AnimeGodMy laptop screen is broken I am using a montior03:55
=== Aiden_Pearce is now known as hypernet
BeldarAnimeGod, Does the drop down give you different resolution options?03:56
AnimeGodholy ._. i just turned off bulti in display something happened03:56
AnimeGodand yes I do have different options03:57
BeldarAnimeGod, try several to see if maybe this changes and you may find one more appropriate.03:57
BeldarAnimeGod, here is a wiki, note the xrandr options. https://wiki.ubuntu.com/X/Config/Resolution03:59
AnimeGodHey beldar04:00
AnimeGodI dont think its the resolution I think its something else04:00
AnimeGodyou know the launcher where u launch the things04:00
AnimeGodWell I can see skype launching behind that line04:00
AnimeGodlike on the farrr left04:01
AnimeGodbehind the launcher04:01
AnimeGodand when my friend teamviewer me04:01
AnimeGodall they see is just my wallpaper04:01
AnimeGodnothing else04:01
BeldarAnimeGod, Not being there this is a trouble shooting attempt to cover possibilities, the resolution is a good start.04:01
AnimeGodI tried all the resolutions already it kept looking weirder and weirder thats not the issue err I wish I can  show u myself04:02
AnimeGodI wish u can remote desktop or something>_>04:02
BeldarAnimeGod, 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:04
AnimeGodGive me the wiki then I didn't get it....04:05
BeldarBeldar> AnimeGod, here is a wiki, note the xrandr options. https://wiki.ubuntu.com/X/Config/Resolution I did already04:05
AnimeGod....04:06
Beldarat this point we are trouble shooting, keep that in mind.04:06
AnimeGodmy firefox is behind the launcher now.......04:06
ghsUbuntu 12.04 webcam upside-down in Skype. Someone ?04:06
AnimeGodwow..........04:06
AnimeGodim gonna use my ipad.....04:06
owen1i don't have wireless or wired connection on HP EliteBook04:20
owen1WTF. it's 201404:20
ki7mtand ?04:21
lotuspsychjeowen1: did you installed ubuntu with internet enabled?04:21
ciel_hey04:21
=== ciel_ is now known as AnimeGod
owen1lotuspsychje: yes. sometimes i have internet. not today.04:21
AnimeGodI fixed the issue I think :D04:21
lotuspsychjeowen1: did you enabled cable internet during your ubuntu setup?04:21
owen1my cable internet is working most of the time.04:22
owen1so i assume that yes, i enable it during my setup04:22
lotuspsychjeowen1: can you pastebin us lshw -C network04:22
owen1lotuspsychje: i am using ie instead of the default DM04:22
owen1lotuspsychje: sure04:22
owen11 sec04:22
owen1i'll have to use a usb stick04:23
owen1i cant mount the usb...04:26
lotuspsychjeowen1: what are you trying to do exactly?04:26
lotuspsychje!details | owen104:27
ubottuowen1: 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
owen1lotuspsychje: 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:27
lotuspsychjeowen1: just type wifi brand + driver= loaded04:28
lotuspsychjeowen1: you also just said you had cable internet on the box..04:30
owen1lotuspsychje: http://paste.ubuntu.com/7704049/04:30
owen1lotuspsychje: 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
lotuspsychjeowen1: ubuntu version?04:31
owen1lotuspsychje: 14.0404:32
owen13.13.0-29-generic #53-Ubuntu SMP04:32
lotuspsychjeowen1: did you check your additional drivers list, if any other drivers show up?04:32
owen1lotuspsychje: no04:33
lotuspsychjeowen1: software sources icon/ last tab additional drivers04:33
ki7mtThats very strange, as Intel wirelesa almost always works right bout of the box for me.04:33
ki7mt.. wireless ..04:33
owen1lotuspsychje: i am in i3. i guess it's 'unity-control-center'04:33
lotuspsychjeowen1: i3?04:34
owen1lotuspsychje: in unity, what key combo will log me out?04:34
aravind_geekowen1:check network manager daemon running or not?04:34
owen1also, what key combo open the app launcher?04:34
owen1i3 is a tiled window manager. i usualy use it instead of the default one, i belive it's a Desktop Environment called unity.04:35
lotuspsychje!info i304:36
ubottui3 (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 kB04:36
owen1i would like to switch back to i3 since i don't see the left bar of unity.04:36
lotuspsychjeowen1: maybe i3 didnt load network manager like aravind_geek sugested?04:36
lotuspsychjeowen1: did you try same on unity?04:37
owen1lotuspsychje: i load it manually, by running nm-applet04:37
owen1lotuspsychje: and i see the little icon with arrows that tells me i am connected with a cable.04:38
lotuspsychjeowen1: ok wait a minute, you dont have internet on the box, but you installed i3 on it?04:38
owen1lotuspsychje: sometimes i have internet. not today.04:38
lotuspsychjeowen1: login to unity plz, so at least we know your drivers are good to go04:39
owen1lotuspsychje: sure, but i don't see the unity left icon bar.04:39
owen1so i am not sure how to open apps without it.04:39
aravind_geekowen1:alt-f204:39
owen1aravind_geek: thanks. i'll try that04:39
owen1aravind_geek: nope. nothing happened.04:40
owen1i do see the desktop icons though04:40
owen1and i see the contex menu when i do 'right click'04:40
lotuspsychjeowen1: did you internet work on unity, the first time installed, before you messed with i3?04:40
owen1lotuspsychje: i don't remember. i install i3 right away.04:41
owen1also, at work my wired connection works. and the wireless works ok if before loggining into i3 i first login to unity.04:42
lotuspsychjeowen1: did your ubuntu setup recognize your wifi?04:42
owen1lotuspsychje: i remember it gave me a warning about the wifi.04:42
lotuspsychjeowen1: wich warning?04:42
owen1lotuspsychje: something about a missing driver i think04:42
lotuspsychjeowen1: i would reinstall, just to make sure internet works on unity by default04:44
AdmiralMooseHi, 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 encrypted04:45
lotuspsychjeowen1: and updated fully, setup internet enabled with cable and download 3rd party software during setup04:45
AdmiralMoosePlease tell me what is wrong because this is starting to grind my gears.04:45
owen1lotuspsychje: ok. i'll do it in a few minutes. thanks04:45
cfhowlettAdmiralMoose could be.  so unencrypt the disk and try it.04:46
AdmiralMooseHow do I do this?04:46
cfhowlett!encryption04:46
ubottuFor information on setting up encrypted private directories (8.10+) see https://help.ubuntu.com/community/EncryptedPrivateDirectory04:46
AdmiralMoosecfhowlett:  How can I unencrypted the disk?04:46
cfhowlettAdmiralMoose start with this wiki - pretty sure the encryption removal steps are there04:46
AdmiralMoosecfhowlett: Link?04:47
cfhowlettAdmiralMoose do you even read ?  :)  see above from ubottu04:47
ki7mtYeah, like up 3 lines Hello :-)04:47
cfhowlettAdmiralMoose https://help.ubuntu.com/community/EncryptedPrivateDirectory#How_to_Remove_an_Encrypted_Private_Directory_Setup04:47
AdmiralMoosecfhowlett: Its not a directory, its the disk04:48
cfhowlettAdmiralMoose 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.  sorry04:48
AdmiralMoosecfhowlett: Ok thanks04:49
ki7mtYou running some kind of super-secret mincraft game or something?04:52
FoxhoundzI installed tightvncserver04:55
FoxhoundzI can connect to it on my windows pc but it just shows a blank screen04:55
Foxhoundzany ideas?04:55
eddy_cubahey05:00
eddy_cubacan someone help me please?05:01
cfhowlett!ask|eddy_cuba05:01
ubottueddy_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 !patience05:01
* Fall is curious05:03
Fall!patience05:03
ubottuDon'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
Fall:>05:03
eddy_cubawell 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? THANKS05:03
cfhowletteddy_cuba open a terminal and run cat /etc/issue          report the feedback05:04
eddy_cubai 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
FoxhoundzI installed tightvncserver05:06
FoxhoundzI can connect to it on my windows pc but it just shows a blank screen05:06
Foxhoundzany ideas?05:06
Ben64Foxhoundz: try running "DISPLAY=:1 xterm"05:07
FoxhoundzBen64: on what?05:07
Ben64Foxhoundz: anything05:08
Foxhoundzno I mean where do I pass that option to05:08
Ben64Foxhoundz: a terminal...05:08
=== pravinmishra_ is now known as pravinmishra
FoxhoundzYou're not getting me. To what command or binary do I pass that argument to05:08
Foxhoundztightvncserver?05:08
Ben64you're not getting me. you type that and see what happens05:08
eddy_cubafhowlett  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
Foxhoundzxterm is not installed, it says05:09
Ben64Foxhoundz: weird i thought that was installed by default. try "DISPLAY=:1 gnome-terminal" then... assuming you have that05:10
=== adante_ is now known as adante
eddy_cubaCAN SOMEONE HELP ME PLEASE I NEED GOOGLE CHROM WORKING... IT ONLY SHOWS UP THE ICON ANYTHING ELSE (i got ubuntu 14.04)05:13
codygmaneddy_cuba: can you not type in all caps?05:13
codygmanWhat is the difference between the regular and +mac iso's?05:13
eddy_cubasorry i didnt know that it will cause trouble05:14
abhie2ehi05:14
abhie2ewhich package will install gssapi.h ?05:14
Ben64!find gssapi.h | abhie2e05:15
ubottuabhie2e: Found: libsasl2-modules-gssapi-heimdal05:15
abhie2eBen64, still not found05:16
Ben64abhie2e: explain what you mean by "not found"05:17
leon-hardYou can easily look that up at: http://packages.ubuntu.com/05:17
leon-hardjust search in content of packages for "gssapi.h"05:17
abhie2eBen64, http://paste.ubuntu.com/7704169/05:17
Ben64abhie2e: and what are you trying to do05:18
abhie2eBen64, compile bind05:18
Ben64why? bind is in the repositories?05:19
abhie2eBen64, ./configure of bind05:19
abhie2eBen64, yes. but to enable geoip we need to compile with --with-geoip05:19
eddy_cubais someone here that knows a lot about ubuntu???05:19
abhie2ethe repo one do not have geoip enabled Ben6405:19
abhie2eeddy_cuba, mark shuttelworth?05:19
esphIf 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
Ben64eddy_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 patient05:20
=== jibran_ is now known as jibran
Ben64abhie2e: 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 for05:21
abhie2eBen64, how to install gssapi in ubuntu is out of scope of ubuntu?05:22
Anonymouswhats the anonymous chanel05:22
maisapride786_join #mongodb05:22
Ben64abhie2e: i just told you... download the dev package of whatever libraries you need05:23
eddy_cubawell 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/Z55fURyZ05:23
abhie2eBen64, ok05:24
abhie2eeddy_cuba, go to terminal type chromium-browser and paste the output to paste.ubuntu.com and show us the link05:24
meccoollHow is my apache working when i go to http://127.0.0.1 $ netstat -an | grep :8005:25
meccoolltcp6       0      0 :::80                   :::*                    LISTEN05:25
meccoolli don't see it listening on regular tcp05:25
eddy_cubaHere it is what happend when i try to open chromium http://paste.ubuntu.com/7704184/05:26
abhie2eeddy_cuba, in terminal to cat /etc/*-release and paste the output the paste.ubuntu.com05:28
eddy_cubaE2E@117 i dont understand what you meant05:28
eddy_cubaabhie2e i dont understand what you meant05:29
abhie2eeddy_cuba, just type that command and show us the output05:29
khaitanyaproblem 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)05:30
=== cltgxzuocleizsgs is now known as pzxwfyvtcxosdmdy
=== pzxwfyvtcxosdmdy is now known as sepero
eddy_cubahttp://paste.ubuntu.com/7704210/05:32
abhie2eeddy_cuba, what is that?05:34
eddy_cubaidk hahaha it shows that when i put  cat /etc/* in the terminal05:34
Ben64looks like cat /etc/*05:35
abhie2ewhen you refused to give output of release info in the first place, then only I knew its troll.05:36
eddy_cuba<abhie2e> you know what went wrong?05:37
abhie2ecarry on. bye.05:37
weirddan455eddy_cuba: it looks like chromium wants flash to be installed05:38
weirddan455eddy_cuba: run "sudo apt-get install pepperflashplugin-nonfree"05:38
FallIt seems I've updated xfce4 whisker plugin this morning and now it's crashing :( any way to revert? using ubuntu 12.0405:39
eddy_cuba<weirddan455> its installed men but it doesnt work... when i click it it only show the icon anything else05:39
weirddan455eddy_cuba: well reinstall it because it looks like you're missing files05:40
weirddan455eddy_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.sh05:40
eddy_cubamen ive tryed everythingon the internet and  google chrome and chromium only show the icon05:40
weirddan455eddy_cuba: reinstall your chromium and flash packages05:41
weirddan455eddy_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 feedback05:48
eddy_cubalook at this what happend when i input sudo apt-get install pepperflashplugin-nonfree  http://paste.ubuntu.com/7704244/05:48
=== samfty_ is now known as 1JTAAPT6Y
causativewhy isn't x11vnc managed by service?05:48
weirddan455eddy_cuba: remove the package then... try chromium without it "sudo apt-get remove pepperflashplugin-nonfree"05:48
eddy_cubahow do i open chromium with commands?05:48
eddy_cubaoo now i remember how :D but it say the same thing05:48
Loshkicausative: dunno, start it from rc.local instead?05:48
Loshkiweirddan455: my apt-get says Virtual packages like 'pepperflashplugin-nonfree' can't be removed05:48
cronjobtroubleHi, can you please tell me if this con job syntax is corrects?  '22 */2 */9 * *'05:56
=== veebull is now known as veebull_away
khaitanyahow 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
lotuspsychje!kernel | khaitanya05:58
ubottukhaitanya: 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
cronjobtroubleHi, 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 1005:58
=== abhie2e is now known as abhijit
=== abhijit is now known as Abhijit
khaitanyalotuspsychje: 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:01
* Fall cheers, specifying package target release worked :D06:02
weirddan455khaitanya: here's a pretty good guide http://www.howtogeek.com/117929/how-to-downgrade-packages-on-ubuntu/06:03
VA6DAHcronjobtrouble, I pmd you.06:03
pavakhello everyone! is this official Ubuntu server room?06:10
Ben64pavak: that would be #ubuntu-server06:11
pavakOK what it is then? I am actually checking out some IRC channels :)06:11
pavak**cliant06:11
pavak**client06:12
Ben64pavak: check the topic in most channels to find their purpose. /topic06:12
causativeis 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 command06:13
pavakgot it. actually by the title Ubuntu Servers i though it is about Ubuntu Server06:13
Ben64pavak: the topic says... "Official Ubuntu Support Channel"06:14
causativeso ideally each window has persistent numbers so if you close window 2, window 3 is still numbered 306:14
pavakya ya ya, got it, sorry for my stupid questions :p06:15
sexanybody know why chrome is capturing my CTRL-W and how i can prevent this ?06:16
=== lexus__ is now known as lexus
sexi mean it captures CTRL-W in url input and prevents tab close action06:16
Kartagis!info tracker06:21
ubottutracker (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 kB06:21
=== CyberJacob|Away is now known as CyberJacob
lis__tired06:24
kaushalHi06:31
kaushalI 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.1006:32
bonez2046why doesn't my mouse copy and paste? it used to but doesn't now06:33
=== h is now known as Guest58774
Beldarbonez2046, Have you logged out than back in or rebooted to see if this changes? Trying the guest account is a good test.06:45
BijHell9?06:54
BijHello*06:54
Beldar!11.10 | kaushal just info it is eol06:55
ubottukaushal 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:55
AbhijitBij, hi06:56
Bij:)06:56
iMadperHi. 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
AbhijitiMadper, .Xauthority?07:07
iMadperAbhijit: thanks, I'll try.07:08
bcveryiMadper, add sleep 20 at the beginning of your script?07:08
AbhijitiMadper, detail info here https://wiki.archlinux.org/index.php/autostarting07:08
AbhijitiMadper, sorry its .xinitrc07:09
iMadperAbhijit: Okay, I'll try. :-)07:09
iMadperbcvery: no. I want to calculate how many times from kernel is loaded to unity draw up.07:10
iMadperbcvery: sleep 20 makes it meaningless. :-(07:10
bcveryiMadper, in that scenario indeed it would07:11
cristian_cHi07:11
AbhijitiMadper, start a script at rc0 start counting, check for unity presence, stop counting when you found unity?07:11
cristian_cI've tried to do a smart test with 'Disks'07:11
cristian_cbut I see that percent it stops to 10%07:12
cristian_cfrom several minutes07:12
cristian_cit doesn't go on07:12
cristian_cAny ideas?07:13
iMadperAbhijit: 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
nbros652does anyone know if it's possible to use avconv to crop video with reencoding?07:14
=== _ruben_ is now known as _ruben
iMadperAbhijit: stop counter manually is un-acceptable due to we need a precise time. It makes me crazy.07:15
=== veebull_away is now known as veebull
AbhijitiMadper, okey.07:16
linociscohi all07:16
linociscohow to install ezcap USB DVB-T FM DAB adapter on ubuntu?07:17
steinerlein_good morning, everyone07:18
=== aspire is now known as SomeOneNew
steinerlein_I need some help with reconstructing a RAID 007:20
steinerlein_Is anyone willing to assist me in doing so?07:20
iMadperhow to make a gui process autostart?07:28
=== aspire is now known as Guest79155
lasagn4hi07:37
lasagn4what directory has the source code or deb files stored?07:37
bekkslasagn4: Whats the actual issue behind that?07:38
lasagn4i have truecrypt 7.1a instaled my linux box, and i want to see if i can still keep the one installed07:38
lasagn4rather than getting a new source and verifying it07:38
bekkslasagn4: Then you neither need the source code nor the installation package.07:39
bekkslasagn4: Just dont install any other version of truecrypt.07:39
lasagn4no, i am installing a new debian box and i need to migrate it07:40
bekksAh - that was the important part of information missing :)07:40
bekkslasagn4: did you install truecrypt from a PPA or did you install it manually?07:40
lasagn4i wonder if i installed it with apt-get , does it install it via source file, no huh, it is already complied07:41
lasagn4i think i used ppa07:41
lasagn4or ratehr it was already built in apt-get so i ddin't have to ppa it07:41
bekksapt-cache policy truecrypt will tell you07:41
bekkstruecrypt is not contained in any official repository07:41
lasagn4well, i guess that settles that07:42
lasagn4haha07:42
hateballlasagn4: you can have a look in /var/cache/apt07:42
admin-pci need to know about ubuntu07:43
bekksadmin-pc: And how can we help you with that?07:44
nbros652does anyone know if it's possible to use avconv to crop video with reencoding?07:44
admin-pci installed a ipmessenger but,that app didn't work good07:44
bekksadmin-pc: Whats "an ipmessenger" - does it have a name?07:45
admin-pcyeah that's a lan messenger application...07:45
bekks!info ipmessenger07:46
admin-pci had the error on line:15707:46
ubottuPackage ipmessenger does not exist in trusty07:46
bekksadmin-pc: Nothing from the ubuntu repos.07:46
admin-pcubottu: Than which on is good for LAN messenger07:46
bekksadmin-pc: Define "LAN messenger" - what are you actually trying to do?07:47
admin-pcubottu: i tried something, but don't remember07:48
ubottuadmin-pc: I am only a bot, please don't think I'm intelligent :)07:48
bekksadmin-pc: So you dont remember what you are actually trying to achieve?07:49
admin-pcubottu: But i worked with windows that the same application work good...07:49
ubottuadmin-pc: I am only a bot, please don't think I'm intelligent :)07:49
bekksadmin-pc: ubottu is a bot, not a real person.07:49
admin-pcubottu: Am new for ubuntu...so only07:50
ubottuadmin-pc: I am only a bot, please don't think I'm intelligent :)07:50
bekks!bot | admin-pc07:50
ubottuadmin-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 botclone07:50
admin-pcubottu: I am working system administrator in agaraminfotech,india07:50
ubottuadmin-pc: I am only a bot, please don't think I'm intelligent :)07:50
bekksWhatever.07:51
admin-pcubottu: no problem,thank you..07:52
ubottuadmin-pc: I am only a bot, please don't think I'm intelligent :)07:52
hateballbekks: I'm wondering if they are using http://lanmsngr.sourceforge.net/downloads.php perhaps. Still, not in repos...07:52
hateballadmin-pc: Is that what you are using? ^07:52
admin-pcif any one know about the ipmessenger for ubuntu07:52
Ben64admin-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:52
bekksadmin-pc: What is "ipmessenger" at all. What are you trying to do?07:53
admin-pcBen64: ok,i need know about ipmsg apps07:53
Dave77is there are program like CPU-Z or GPU-Z on ubuntu?08:06
lotuspsychjeDave77: whats it for exactly mate?08:07
=== sins-_q is now known as sins-
Dave77show features CPU/GPU support in a GUI app08:08
lotuspsychjeDave77: there is psensor and some cpu freq indicators08:09
lotuspsychje!info psensors08:09
ubottuPackage psensors does not exist in trusty08:09
lotuspsychje!info psensor08:09
ubottupsensor (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 kB08:09
=== Vampire0_ is now known as Vampire0
Dave77:( need something like this:- http://www.cpuid.com/medias/images/en/softwares-cpuz.jpg08:10
Ben64well you should explain what you want to see08:10
lotuspsychjeDave77: apt-cache search cpu shows some nice tools aswell08:11
bekkscat /proc/cpuinfo :)08:11
somsipDave77: http://blog.hostonnet.com/how-to-view-cpu-info-in-ubuntu-cpu-z-alternative-for-linux08:11
Dave77thank u :)08:12
Dave77is there anysoftware in ubuntu that can cut .ts files? [not projectx]08:15
lotuspsychjeDave77: .ts movie file format?08:15
Night-hackswhat's the best tiling window manager on Ubuntu ? at least synched with Unity configs08:19
Dave77.ts is container used for TV broadcasts08:19
bekksNight-hacks: There is no tiling window manager using Unity configs.08:20
neupucenihi!08:21
Night-hacksbekks: i tried i3, no fn keys like screen light worked, after suspending laptop it didn't turn back08:21
neupucenican someone explane me waht is kernel bisection?08:21
bekksNight-hacks: Those are issues which are unrelated to the window manager.08:21
LucaBNight-hacks: did you look i3 manual for keybindings?08:22
heap_holstein: did u take a look on that dropbox file?08:23
Night-hacksany tiling window manager recommendation on Ubuntu ?08:28
somsipNight-hacks: awesome, dwm, xmonad (for starters)08:29
somsipNight-hacks: https://wiki.archlinux.org/index.php/Comparison_of_Tiling_Window_Managers08:30
Night-hackssomsip: thanks08:30
ki7mtneupuceni, InfoL https://wiki.ubuntu.com/Kernel/KernelBisection08:30
g0ldr4k3hello 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 o08:33
g0ldr4k3n 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 support08:33
lotuspsychje!maas | g0ldr4k308:33
ubottug0ldr4k3: Metal as a Service is a dynamic server provisioning service for scalability. See more about it at https://maas.ubuntu.com.08:33
g0ldr4k3ubottu: 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:36
ki7mtg0ldr4k3, you should probably be asking that in #ubuntu-server maybe.08:37
daviatorhello. i have an error on booting ubuntu 12.04. Error: compare_pipe_intel bla bla mismatch smth intel_config08:38
g0ldr4k3ki7mt: ok thanks!08:38
daviatori`m out08:40
MatmlHi all.08:41
t_привет08:42
svetaдобрый день08:42
bcvery!ru08:43
ubottuПожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.08:43
kanwarHi developer,I want to get into GSOC2015 and want to work08:46
kanwarI am familiar with Java and Android08:46
lotuspsychjekanwar: we have #ubuntu-touch for helping on ubuntu for phones/tablets08:48
hateballkanwar: there is also #ubuntu-devel08:48
* _waver_ back08:49
hateballkanwar: there is also #ubuntu-gsoc as per https://wiki.ubuntu.com/IRC/ChannelList08:49
Dave77why is there no decent TV viewer app on linux?08:50
Dave77how do I view DVB on linux?08:50
abhie2eDave77, you mean mythtv?08:50
zipcwhere can i find the ubuntu code for the touch pad?08:50
Dave77I don't want media centre UI.. just a standard application08:50
hateballDave77: VLC should handle it iirc08:50
Dave77VLC can't tune to signal using unicable LNB08:51
Dave77VLC interface terrible for daily TV use08:51
ki7mtDave77, Didn't we go through this last night, same questions?08:52
kanwarHow i can contact any java/android developer08:52
=== tcpman is now known as Guest76761
Dave77maybe.. I really want to switch to linux..08:52
lotuspsychjekanwar: your in #ubuntu support here08:52
lotuspsychje!alis | kanwar08:52
ubottukanwar: 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
zipckanwar: go to #android-dev08:52
Dave77i'll come back in a year see if anything has changed.. re TV apps08:53
ki7mtDave77, Then switch, only thing stopping your, is you :-)08:53
Dave77even android tablet would be less stress to use than linux08:53
kanwar@zipc i want to work for an organization in order to get selected for GSOC201508:53
lotuspsychjeDave77: that makes really no sense08:54
heap_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
ki7mtDave77, 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
yann2Hello! 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
lotuspsychje!details | heap_08:54
ubottuheap_: 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:54
lotuspsychje!mythtv | Dave7708:55
ubottuDave77: 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-mythtv08:55
Dave77yes user interface is very poor on mythtv.. not suitable for daily use08:56
Ben64...no, mythtv is awesome08:56
ki7mtI think so too08:57
Dave77If i want mythtv use I might as well buy a linux TV settopbox08:58
lotuspsychjeDave77: its up to you to decide, what you wanna do on ubuntu08:59
hateballThere's also XBMC, if one is so inclined08:59
Dave77mythtv useless for viewing TV on desktop.. if it looked like a standard app.. i might use it08:59
Ben64how is it useless?08:59
Dave77user interface is bad09:00
Ben64if you just want to rant about stuff, you're in the wrong channel09:00
Dave77i want to use linux as desktop.. but can't understand why many apps are missing09:00
Ben64do you have an actual support question?09:00
lotuspsychjeDave77: you can only say, you didnt find the right app yourself yet..09:01
heap_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
ki7mtDave77, 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
lotuspsychjeheap_: ubuntu version?09:01
heap_14.04 but it did on all my previous ubntus09:01
lotuspsychjeheap_: tested other browsers yet?09:02
heap_yeah, same chrome09:02
Ben64heap_: sounds like you're running out of memory09:02
lotuspsychjeheap_: can you try run firefox from terminal and see what errors you get09:02
heap_if i open so many tabs, then for example page of gmail.com eating 500MB09:02
heap_Ben64: yah09:02
Dave77like 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 sorted09:03
Ben64heap_: so... don't open 175 tabs09:03
lotuspsychjeheap_: set your firefox buffer to 0 so it uses ram09:03
cristian_cHi09:03
heap_so maybe there is some plugin to control memory better or so on.09:03
Ben64Dave77: looks like you want our complaints department. join #ubuntu-complaints09:03
heap_lotuspsychje: where i can set it?09:03
cristian_cI've some doubts regarding this wiki page: https://help.ubuntu.com/community/HybridGraphics09:04
lotuspsychjeheap_: firefox options/advanced/network tab09:04
cristian_cUsing vga_switcheroo09:04
Ben64cristian_c: https://wiki.ubuntu.com/X/Config/HybridGraphics09:04
lotuspsychjeheap_: there are many tricks you can use swap or memory better09:04
DJonesDave77: Have you looked through this list of TV apps http://ubuntuhandbook.org/index.php/2013/08/watch-live-tv-on-ubuntu/09:05
lotuspsychjeheap_: swappiness tweak, installing preload,..09:05
cristian_cBen64, vga_switcheroo09:05
heap_lotuspsychje: cant see that option in that tab09:05
Ben64cristian_c: i don't know what you mean09:05
heap_lotuspsychje: is there any nice paper /web page related to that issue?09:05
cristian_cBen64, it's a method09:05
cristian_cto switch gpus09:06
Ben64cristian_c: ok? still not seeing your point09:06
ki7mtDJones, went though all of that last night, and we're back for round two of the same things tonight it seems.09:06
lotuspsychje!info preload | heap_09:06
ubottuheap_: preload (source: preload): adaptive readahead daemon. In component universe, is optional. Version 0.6.4-2 (trusty), package size 34 kB, installed size 135 kB09:06
Dave77DJones: yes some of those are the kind of things i'm looking for but mostly seem quite old apps09:06
=== veebull is now known as veebull_away
cristian_cWhat command a user has to type to disable the discrete gpu?09:07
cristian_cthe page is not clear09:07
cristian_c:(09:07
cristian_cAny ideas?09:07
Ben64cristian_c: thats why i gave you a link to a much more recent page09:07
cristian_cBen64, I don't see vga_switcheroo in that page09:07
cristian_cyou have linketo to09:07
cristian_c*linked09:07
Ben64because it is 2014 now, not 201009:07
Dave77but don't think I heard of FreetuxTV before09:07
janihhhDave77: Kaffeine is quite ok as tv app09:08
janihhhI've used it to view dvb channels09:08
cristian_cBen64, 2010?09:08
Ben64cristian_c: the page you linked to is from 201009:11
cristian_cBen64, but it was tired after09:12
cristian_c*tried09:12
cristian_cdeveloped (the software)09:12
Ben64what?09:12
cristian_csorry, vga_switcheroo flag is active09:13
Ben64well good luck with that09:13
cristian_cBen64, I don't have alternatives09:14
cristian_cBen64, the page you have linked is referred to fglrx drivers09:14
cristian_cclosed09:14
cristian_cBen64, my question is different09:15
cristian_cwhat command using for disabling the discrete gpu09:15
innocent95Morning!09:16
linociscohow to install ezcap USB DVB-T FM DAB adapter on ubuntu?09:16
hateballcristian_c: Did you check if you can do it in BIOS?09:17
cristian_chateball, it seems in the bios nothing can be done09:20
cristian_c:(09:20
cristian_chateball, it's a hp laptop with two gpus09:21
cristian_cbut the wiki page it's not clear for me09:21
no_gravityHello! What is this new start menu on the left called in ubuntu? and how do i put my own stuff there?09:23
hateballcristian_c: I'm not familiar with AMD/ATi gpus either, sorry09:24
crazyhorsethe built in image-viewer in ubuntu is slow and unresponsive.. whats a good replacement?09:24
hateballno_gravity: Dash09:24
no_gravityhateball: ok09:25
somsipcrazyhorse: how simple do you want it to be?09:25
cristian_chateball, ok09:25
no_gravityhateball: or dash?09:25
crazyhorsesomsip: double click image09:25
crazyhorseleft and right09:25
somsipcrazyhorse: gpicview might be worth looking at from small and light09:25
crazyhorsethats about it really, options for toggling between full screen and windowed09:25
ki7mtno_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:25
somsips/from/for09:26
crazyhorsethe default one is unbelivably slow09:26
cristian_chateball, thanks anyway for your interest :)09:26
crazyhorseno excuse with 32gb of ram and an ssd.. should be instant09:26
crazyhorsesomsip: woah09:27
crazyhorsesomsip: now that's more like it!09:27
crazyhorseloads instantly09:27
somsipcrazyhorse: I find that too09:27
cristian_cAny other ideas?09:29
svetahttps://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'm09:31
svetausing Ubuntu 14.04 and I have the same problem: an "Unable to init SDL" error message.09:31
somsip!info netsurf-fb09:32
ubottunetsurf-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 kB09:32
somsipsveta: so how have you installed netsurf-fb?09:32
svetasomsip, from the Ubuntu repos.09:34
somsipsveta: it should work as is then. Have you done anything else non-standard?09:35
svetaother than using this distro for a few years, no09:35
svetaI did install gpm a few months ago and netsurf-fb doesn't conflict so I assume it's not an issue09:36
somsipsveta: so you run it from command line and it gives you what message exactly?09:37
svetasomsip, unable to init SDL: unable to open mouse09:37
somsipsveta: is this on your local machine, or on a remote server?09:38
=== lesshaste_ is now known as leshaste
svetalocal machine09:38
somsipsveta: check through this. I have to go out so can't help more https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=71150409:39
ubottuDebian bug 711504 in netsurf-fb "add an error message when device permissions cause failure." [Minor,Open]09:39
svetaok thanks09:40
svetathis just says that «links2 -g» worked for someone in the same console, but for me it does only if GPM is on09:42
svetarunning netsurf-fb through sudo gives another error, "unable to set video: couldn't set console screen info"09:42
moarrrhey09:43
moarrrive downloaded kde09:43
moarrrhow do i switch from this piece of crap buggy ide that comes with ubuntu to something that actually works?09:44
cfhowlettmoarrr install an alternate.  use and alternate.  done09:45
svetamoarrr, install whatever you like in the software center; then enjoy09:45
daviatorguys i need help09:46
cfhowlett!ask|daviator09:46
ubottudaviator: 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 !patience09:46
daviatorok09:46
moarrrcfhowlett: done, but i donno how to make kde my default09:49
moarrrgod ubuntu is so useless as a desktop os its like a walking advertisement for windows09:49
heap_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:49
cfhowlettmoarrr logut.  chose kde session.  login.  it'll stay with the Desktop Environment you last selected.09:50
cfhowlettmoarrr rants aside, feel free to use any other distro09:50
moarrri just wanna set kde as my default environment - how do i do this?09:51
cfhowlettmoarrr dude.  do you even read?  logout.  choose KDE session.  login.          done.09:52
=== sins-_q is now known as sins-
jnhghyI 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?09:59
loahello10:01
loai have question about notify-send and -t param. I need to make notification which i can close and will be visible forever10:02
loahow i can do this?10:02
loamaybe i need different mechanism for this?10:02
cfhowlettjnhghy ask #python channel10:02
=== xubuntu is now known as Guest25607
=== sins-_q is now known as sins-
roninis this a robust solution in a script:  /usr/sbin/a2dissite $basename && rm /etc/apache2/sites-enabled/$basename && service apache2 reload;10:13
=== Guest90121 is now known as hxm
james0rthere a utility i can install to view all the packages that i installed today?10:27
marscherjames0r: grep10:27
marschergrep /var/log/apt.log10:27
marschergrep $date $logfile10:28
james0rmarscher: okay i'll check it out. thanks10:28
abhilashhi10:44
=== gian is now known as Guest80810
WanaoishiHi all,10:53
WanaoishiI need some help downgrading php510:53
WanaoishiI have the 5.5.13-2+deb.sury.org~precise+1 and I need to get to 5.5.10 or less10:53
Wanaoishibut can't succed to do so10:53
Wanaoishiany insight to do so?10:54
admiralmooseHelp! 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:56
admiralmooseHelp! 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
bcvery!patience | admiralmoose10:57
ubottuadmiralmoose: 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:57
bcveryadmiralmoose, disappeared from where?  Are they not backed up anywhere?10:58
admiralmooseNo they aren't, I thought they were but they aren't10:58
bcvery!backup | admiralmoose, always backup files you need10:59
ubottuadmiralmoose, 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 !cloning10:59
admiralmooseThey disappeared from my plugins folder. I then tried starting the minecraft server and that only loaded the plugin i was copying10:59
bcverySo they are still on your local machine?10:59
admiralmooseNo10:59
admiralmooseI dont know10:59
anonymoushello?11:00
anonymousdo you know ?11:00
bcveryIf you open your file manager, navigate to your 'plugins' folder, right-click, do you have "Restore previous Version..."?11:02
admiralmooseI will have to check11:02
admiralmoosebrb11:02
=== admiralmoose is now known as Admiral|AFK
bcvery!info php5 | Wanaoishi11:02
ubottuWanaoishi: 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 kB11:02
WanaoishiI need some help downgrading php511:02
WanaoishiI have the 5.5.13-2+deb.sury.org~precise+1 and I need to get to 5.5.10 or less11:02
Wanaoishibut can't succed to do so, any idea? it's quite urgent thanks11:02
Ben64!afk > Admiral|AFK11:02
ubottuAdmiral|AFK, please see my private message11:02
bcveryWanaoishi, how did you install it?11:02
Ben64Wanaoishi: that doesn't look like an official ubuntu version11:03
Wanaoishiapt-get install11:03
Wanaoishisource list deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted11:04
Ben64purge the ppa or whatever you have and go back to the official ubuntu repositories11:04
WanaoishiBen64 it is, as it's comming directly for ubuntu repository11:04
ws2k3hello, 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.0411:04
Ben64Wanaoishi: no it isn't11:04
Wanaoishi??? how can't it be using ubuntu repository?11:05
Ben64Wanaoishi: it simply isn't. precise comes with php 5.3.1011:05
GuyThatNeedsHelpI needs help11:05
Wanaoishiok thanks ben11:06
GuyThatNeedsHelpI 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 directory11:06
GuyThatNeedsHelpWHY11:06
Ben64GuyThatNeedsHelp: probably because /usr/bin/dwm is not a directory...11:07
GuyThatNeedsHelpI see it there11:07
GuyThatNeedsHelpls in /usr/bin11:07
GuyThatNeedsHelpdwm@11:07
Ben64GuyThatNeedsHelp: not a *directory*11:07
=== Sgtmurder_ is now known as Sgtmurder
GuyThatNeedsHelp:(11:08
Ben64GuyThatNeedsHelp: might help if you try explaining what you want11:08
GuyThatNeedsHelpI want to edit my dwm?11:08
histoGuyThatNeedsHelp: /usr/bin/dwm is the binary that runs. your configs are in your home directory11:08
faugusztinGuyThatNeedsHelp: maybe you want to edit dwm CONFIGURATION, but not the BINARY11:08
GuyThatNeedsHelpslap me11:09
histoGuyThatNeedsHelp: http://dwm.suckless.org/customisation/11:09
=== Admiral|AFK is now known as AdmiralMoose
histoGuyThatNeedsHelp: I believe you ouwld have to edit the source with dwm. It's an all encompassing binary afaik11:10
histoGuyThatNeedsHelp: have you checked out i3wm?11:10
AdmiralMoosebcvery: OK, restore missing files?11:10
bcveryAdmiralMoose, if you're missing them and want them back11:11
AdmiralMooseI don't know where they are11:11
AdmiralMooseAnd FileZilla didn't say it was deleting anything11:11
histoAdmiralMoose: where you moving them or copying them to the server?11:12
AdmiralMooseI was copying an updated plugin to the server11:13
AdmiralMooseAnd then they dissapeared11:13
AdmiralMooseI just searched one of the files and no banana11:13
histoAdmiralMoose: have you looke dont he server for the files?11:14
AdmiralMoosehisto: Yes I just did a search11:14
histoAdmiralMoose: go into the directory and ls11:15
AdmiralMooseNope11:15
AdmiralMooseNothing there11:15
histoAdmiralMoose: do you have a backup?11:16
AdmiralMoosehisto: No. I thought I did11:16
histoAdmiralMoose: what filesystem are we talking about here?11:16
AdmiralMooseFilesystem? NTFS I think11:17
histoAdmiralMoose: on the ubuntu server?11:17
AdmiralMooseYes11:17
histoAdmiralMoose: why on earth are you using ntfs for a filesystem?11:17
histoAdmiralMoose: sudo blkid11:18
histo!undelete | AdmiralMoose11:18
ubottuAdmiralMoose: 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/ext3undel11:18
=== bschaefer_ is now known as bschaefer
innocent95Hi11:22
innocent95My xubuntu file manager hasn't root privileges by default ?11:23
innocent95What should i do ?11:24
aeon-ltdinnocent95: it usually doesn't if you're logged in as you11:25
innocent95aeon-ltd, What should we do ?11:26
Energyhello, it's true ubuntu created for african people ? You are african people or a little jew ?11:26
innocent95Energy, Holigans11:27
histoinnocent95: Why do you need root in your file manager?11:27
innocent95histo, To mkdir11:27
histo!ot | Energy11:27
ubottuEnergy: #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
p0aHello 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
histoinnocent95: to mkdir where?11:27
innocent95histo, In my HDD11:27
p0aI think I burned it as an image. Is this not what I am supposed to do?11:27
histo!md5sum | p0a11:27
ubottup0a: 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_Windows11:27
histoinnocent95: mkdir /path/to/directory11:28
nikoEnergy: ça va être la porte11:28
innocent95histo, sudo ?11:28
histoinnocent95: where are you trying to create the directory in the filesystem?11:28
histoniko: what language?11:28
innocent95histo, In a 27 partition11:28
innocent95gig11:28
innocent95histo, /media/antar/36d42e81-38ae-4646-9a05-9cde243f8b44/11:29
histoinnocent95: Why are you creating a directory outside of your users /home?11:29
histoinnocent95: ahh on a mount  what are the permisions of /media/antar/36.....11:29
innocent95histo, hmm, I have no idea ?11:29
innocent95command ?11:29
p0ahisto: where can I compare the md5's?11:29
histoinnocent95: ls -l /media/antar/36....11:30
Energyyou are a little jew who take creation for african people because you are tightwad ?11:30
histop0a: the link form ubottu explains all fo that.11:30
p0ac4d4d037d7d0a05e8f526d18aa25fb5e *ubuntu-14.04-desktop-i386.iso11:30
innocent95histo, drwx------ 2 root root 16384 Jun 25 09:11 lost+found11:30
p0ahisto: not in the original post11:31
p0aand not in the first few subsequent posts either11:31
p0aanyway.11:31
innocent95histo, Please tell me if this a personal information11:31
innocent95Because i don't want to paste it here11:31
p0athis is the link, https://help.ubuntu.com/community/UbuntuHashes to check the checksums11:31
p0ahisto: okay, the md5's match.11:32
histop0a: now check the dvd you burned following those directions11:32
innocent95histo11:32
histoinnocent95: what?11:33
histoinnocent95: ls -l /media/antar/36*11:33
innocent95histo, what next ?11:33
p0ahisto: which directions?11:33
innocent95histo, I gave you11:33
histop0a: from ubottu11:33
histop0a: http://help.ubuntu.com/community/HowToMD5SUM11:33
svetahow do i disable plymouth?11:34
riptideis there an ubuntu variant that runs on raspberry pi11:34
historiptide: no11:34
riptidewhy not11:35
histosveta: what are you going to use in it's place?11:35
k1lriptide: there are some projects but no official one since the rpi cpu is too old11:35
historiptide: because it's arm6 and ubuntu is not compiled for that.11:35
innocent95histo, it has one directory drwx------11:35
lotuspsychjeriptide: check XDA forums maybe it can run ubuntu touch somehow11:35
riptideok11:35
histoinnocent95: Who owns it?11:35
=== Cen1nant is now known as Ceninant
innocent95histo, root11:35
riptideis there any other way i can get amazon search into raspbian?11:35
historiptide: raspbian is about as close as you are going to get.11:35
riptideim really keen on having that integrated into my system11:35
histoinnocent95: how did you mount this device?11:36
svetahisto, i'd rather look at console output, no pictures11:36
innocent95histo, Double click11:36
svetahisto, i think i removed 'splash' and 'quiet' from /etc/default/grub tho, i think it's enough11:36
histosveta: edit that and remove splash then sudo update-grub11:36
svetahisto, yes i did11:37
svetata11:37
peetaur2Hi. 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
sveta(i wanted to remove package but it's being weird and i dont know why)11:37
histoinnocent95: that's odd that it would mount it with root being the owner. is it a thumb drive or something?11:37
cowbaconHi, 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:37
innocent95Nope11:38
innocent95histo, It's an internal HD11:38
histoinnocent95: ls -l /media/antar11:38
svetai 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
innocent95histo, drwxr-xr-x 3 root root 4096 Jun 25 09:11 36d42e81-38ae-4646-9a05-9cde243f8b4411:39
ice9how to enable joystick force feedback vibration?11:39
histoinnocent95: sudo chown antar:antar /media/antar    assuming that is your username11:39
p0ahisto: thank you :)11:40
innocent95histo, nothing happened11:40
histoinnocent95: good now create your directory11:40
innocent95histo, Is that going work11:40
innocent95Alright let me see11:40
=== layke_ is now known as Layke
innocent95histo, permission denied11:41
histoinnocent95: sudo chown -R antar:antar /media/antar11:41
innocent95histo, It Works just fine, Thanks :D11:42
innocent95histo, Can i delete the lost+found directory ?11:43
histoinnocent95: you can but I would keep it.11:45
innocent95alright11:45
histoinnocent95: here's an explaination http://www.linuxnix.com/2012/12/lostfound-directory-linuxunix.html11:45
RAM8393I'm looking for a repository of ubuntu jaunty 9.04 packages as I need to download some older binaries11:45
histo!eol | RAM839311:46
ubottuRAM8393: 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/EOLUpgrades11:46
shortcutshello #ubunt11:51
shortcutshello #ubuntu11:51
histocowbacon: https://help.ubuntu.com/community/OpenVPN#Getting_Clients_Connected11:52
shortcutsi have a dual booted laptop that has the wubi installer. i get the err "bootmgr is missing press ctrl alt del to restart"11:52
roninI did addgroup test && adduser ronin test, then I added to sudoers ronin  ALL=(root) NOPASSWD: /bin/rm11:53
roninit still asks for a password11:53
shortcutsi would like to do fresgh install of ubuntu on it11:53
historonin: how did you edit sudoers?11:53
shortcutscan anyone guide to the proper diy11:53
shortcuts*guide me11:54
histoshortcuts: a regular ubuntu install, dualboot, or wubi?11:54
roninhisto: sudo visudo11:54
shortcutsi have no clue to be honest11:54
shortcutsi want to remove windows11:55
ronindo I need to restart something after ediging sudoers11:55
shortcutsand do it proper no more wubi11:55
historonin: shoudln't it be ronin ALL=(ALL) NOPASSWD: /bin/rm  ?11:55
histoshrini: then just download and either burn the ubuntu iso to a dvd or thumbdrive.11:55
egelorHi!11:55
blinkybwhats the difference between Lucid 10.04 and Meerkat 10.10 beside server support?11:55
melodiehi11:56
histoshortcuts: http://www.ubuntu.com/download/desktop/11:56
histoblinkyb: meerkat is end of life11:56
shortcutshisto: do i burn a cd with this?11:56
roninhisto, it's how I had on another computer11:57
histoshortcuts: from windows?11:57
histoshortcuts: http://www.ubuntu.com/download/desktop/burn-a-dvd-on-windows11:57
shortcutsyes i have no access to a ubuntu machine11:57
shortcutsah thx11:57
melodiedoes 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
histoshortcuts: it was on that page just below the download11:57
histomelodie: yes, yes, and I believe so.11:58
historonin: you want them to be able to run rm as root?11:59
historonin: then your line was correct12:00
roninhisto, I would like to get to user "ronin" rights to write sudo rm file without asking a password :)12:00
historonin: well then (ALL)  should work.12:01
shortcutshisto thank you for your help,it was very helpfull12:03
histoshortcuts: np anytime12:03
sydneyOk,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
historonin: the way you had it they would have to sudo -u root rm12:04
melodiehi histo thanks12:04
lotuspsychjesydney: on transmission?12:04
sydneylotuspsychje: yes12:04
roninis it somehow possible to limit what files can be deleted with rm12:05
historonin: yeah with chattr but you are making a huge issue with this sudoers stuff youw ant.12:05
historonin: ronin ALL = NOPASSWD: /bin/rm   should work aswell.12:07
historonin: you can check with sudo -l12:08
=== veebull_away is now known as veebull
sydneyDo I need to look for a different torrent manager?12:11
makarasydney: too many connections? check that info. pastebin the config file12:12
roninone thing didn't work, the group thing. If I add ronin to group test, and then put %test to sudoers file replacing ronin12:13
sydneyWheres the config file? I am running 5 torrents,and they are baely doing any seeding.12:13
sydneybarely*12:13
sydneylet me try removing a few torrents,then see what happens.12:14
=== eagles0513875 is now known as greenrice
=== greenrice is now known as eagles0513875
sabbuhi jello12:15
=== 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__
shortcutshisto: it's working12:26
shortcutsthanks again12:26
=== fginther|away is now known as fginther
fra_dolcinoi have problems with boot loader, message: no bootable device, using xubuntu 14.04 on a new acer laptop, i'm trying to use boot-repair12:30
fra_dolcinoif i try recommended option for repair the message is : GPT detected. Please create a BIOS-Boot partition ecc.12:31
fra_dolcinohere is the boot-repair log file http://paste.ubuntu.com/7705609/12:32
LorcatarHow much bandwidth should a server have for a game with typically 300 ~ 400 players at once on one server?12:32
fra_dolcinowith details about partitions12:32
bekksLorcatar: Depends on the bandwidth needed by a single user session.12:34
kdzLorcatar dont get async12:34
dave_sAnyone familiar with Zentyal who might know why NAT rules completely bypass the firewall?12:34
bekksdave_s: NAT rules are rules in the firewall. So they dont bypass it. :)12:35
LorcatarOkay 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:35
bekksLorcatar: Ask your ISP how expensive that will be. Nowadays server use 100MBit/s synchronous.12:36
dave_sbekks: 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
no_gravityHello! 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
LorcatarThanks bekks12:36
SudopackLorcatar: Some ISPs may forbid the use of servers on residential connections, so watch out for that as well.12:38
mustafa_no_gravity: yes it will destroy grub.. Because windose always write MBR (Master Boot Record) of your HDD12:39
mustafa_no_gravity: you may take backup of your MBR12:40
jojoa1997im 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/j6kcezWT12:41
no_gravitymustafa_: or boot from an ubuntu stick later on and restore it?12:41
mazertmHow 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
mustafa_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 system12:42
bmxscott1993need 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 os12:43
=== renato_ is now known as Guest98529
mustafa_no_gravity: i have never used that.. So i cant say anything about that12:43
mazertmmy command looks like: sed -i 's/'"$amount"''/TEST/g' $tempfile12:43
no_gravitymustafa_: oh, thats nice. will i be able to play it back from windows?12:43
mustafa_no.. you must have a bootable linux media... flashdisk or CD, DVD... all linux distros will have dd command12:44
no_gravitymustafa_: when im in linux i can probably simply run a command to create a new boot sector12:45
no_gravitymustafa_: update-grub or something12:45
mustafa_no_gravity: that may also work.. but still you must have a bootable linux of course :)12:46
no_gravitymustafa_: or grub-install /dev/sda12:46
no_gravitymustafa_: yes. i will create a new ubuntu stick when i do it.12:46
mustafa_no_gravity: grub install may cause weird things.. i dont offer that12:47
no_gravitymustafa_: we will see. im somehow confident it will work.12:47
hacmit 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
bmxscott1993need 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 os12:48
mustafa_no_gravity: for now i think it will be advantageous to take a back up of your MBR12:48
bekksbmxscott1993: Thats impossible.12:49
bekksbmxscott1993: you can use NTFS, e.g. but you will not be able to boot linux from that.12:49
bmxscott1993no do not need it to boot just need it as storage backup12:50
bmxscott1993but need to read ok on linux and windows12:51
bekksbmxscott1993: Then you can use NTFS.12:51
jojoa1997can anyone help?12:52
bekksjojoa1997: you have to ask a support question before :)12:52
jojoa1997i did12:52
jojoa1997im 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/j6kcezWT12:53
* kdz just uses \\media12:53
kdzand it connects to his ubuntu12:53
jojoa1997oh and also this is what i am using https://help.ubuntu.com/community/NetworkConfigurationCommandLine/Automatic12:53
bekksjojoa1997: Why dont you use NetworkManager? - and which Ubuntu are you on?12:53
jojoa1997i am using ubuntu 14.04 i386 and yesterday i tried network manager but i couldt work it12:54
jojoa1997also if this helps i am running it in TTY(command line mode)12:55
hacmit 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:55
=== Guest98529 is now known as renato__
no_gravityHmm.. 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:01
bekksno_gravity: You cant create a windows usb like that.13:02
no_gravitybekks: its different then a linux usb?13:02
bekksno_gravity: Yes.13:02
no_gravityall this windows stuff is a nightmare13:03
no_gravitybekks: how does it differ?13:03
bekksno_gravity: For creating a windows usb, you'd better ask ##windows :)13:03
no_gravitybekks: i mean .. if i have a bootable iso.. why wouldnt it boot when i DDed it to an usb stick...13:04
bekksno_gravity: No, that will not work for non-linux.13:04
no_gravitybekks: the #windows guys dont know much unfortunately :)13:05
bekksno_gravity: We know even less about windows.13:05
tusharhello?13:05
mustafa_no_gravity: do you really need that "win" thing? :)13:05
tusharanyone here?13:05
bekkstushar: type: "/names" :)13:06
tusharhow can i get the help channel?13:07
Picitushar: For Ubuntu?13:07
tusharyeah13:07
bekkstushar: you are already there.13:08
tusharohh,,,, thanks13:08
tusharok,,, I have downloaded netbeans 8 .sh file13:08
tusharI want to install it13:08
tusharhow to do it?13:08
tusharI am totally new in linux,,,13:09
mustafa_double click on it13:09
tusharclicked it,,, opening it in gedit13:10
mustafa_okay then open the directory where it is downloaded13:10
tusharI have to open the directoy in terminal?13:11
mustafa_yeah13:11
mitchHey 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:12
no_gravitymustafa_: yeah, because i never got daz3d to work properly in wine.13:20
egelorJa!13:23
TomyWorkhow do i pass add-apt-repository a proxy?13:24
TomyWorkah nm, it wanted an https proxy13:25
designbybeckMy 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 moment13:26
designbybeck...........Ubuntu 14.04 64bit13:26
n1n0hi. 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
n1n0...windows works fine (so far). which distro to try with different managers?13:26
LorcatarIf I am using a tty is there a way to change the font to something a little more pleasant to read?13:28
Lorcatarala: ctrl + alt + f113:29
bcveryLorcatar, try this: https://bbs.archlinux.org/viewtopic.php?id=13437013:30
LorcatarThanks,13:30
Night-hacksis it possible to customize Unity to don't show different window of a page in different icon while pressing Alt+Tab ?13:34
LorcatarEh, usr/share/kbd does not exist in ubuntu,13:34
Night-hacksfor example two instance of emacs don't do under one icon while pressing Alt+Tab13:35
Night-hacksgo*13:35
=== ghostcube_ is now known as ghostcube
bcveryLorcatar, sorry, here is guide for Ubuntu: http://askubuntu.com/questions/173220/how-do-i-change-the-font-or-the-font-size-in-the-tty-console13:36
try2872816Wireless drivers wont install on Kali (Broadcom) help13:38
bcvery!kali | try287281613:39
ubottutry2872816: 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:39
egelorhi13:41
egelori set emacs erc13:41
egeloris that chat relative?13:42
egelori set the cmd  ignore for joins parts quits13:42
egelorbut quits are still visible13:42
=== barry_ is now known as geddy
=== Drewberto is now known as Garmageddon
Transfusionmerely 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 ARM13:55
bekksTransfusion: It may be crosscompiled :)13:56
Transfusion:o13:56
Transfusioncrosscompiling for amd64 on ARM build servers?13:57
Transfusionthat's strange. not implausible, but strange...13:57
nik^spotifynot sure why on earth you'd want to do it14:02
anonymous_Hi!14:02
SchallaHello 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
bekksTransfusion: Or maybe they just use the same buildchain on multiple platforms.14:05
Schallausing Ubuntu 14.04 Server14:05
cfhowlettSchalla no idea but consider asking in #ubuntu-server14:06
SchallaThanks, didn't know that channel exists. :)14:06
=== james is now known as Guest42281
helmut_hi14:11
mmancan 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
cfhowlett!info mono14:16
ubottuPackage mono does not exist in trusty14:16
anishthebestwhat is uri scheme?14:17
mmancfhowlett: you have to compile it from source.. and that is the problem.. the normal ./configure make make install does not work :S14:19
cfhowlettmman sorry.  I've only ever configured once and it was as smooth as a baby's behind14:23
mmancfhowlett: 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:24
cfhowlettmman years ago --- honestly don't remember.  sorry14:25
arkygeek: 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:25
mmancfhowlett: 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 :P14:26
bekksarkygeek: does the display support 1366x768?14:26
cfhowlettmman sucks when that happens.14:26
mmancfhowlett: definitely :S14:27
arkygeekbekks: from what I can tell, that is the screen’s native resolution14:27
bekksarkygeek: So did you look at the manual of the device?14:27
arkygeekI’ve had the samsung tv for years.  manual?  lol :P14:27
=== hxm is now known as Guest96132
bekksSo "from what I can tell,  that is the screen⤙s native resolution" is just an assumption.14:28
arkygeekbekks: ok, let me rephrase:  from everything I’ve been able to find online, the native resultion is 1366x76814:29
=== Leeo is now known as Guest84914
arkygeekbekks: http://downloadcenter.samsung.com/content/UM/200803/20080322130202390_BN68-01424D-00Eng-0304.pdf  <— manual14:31
bekksarkygeek: Page 60. The native resolution is 1360x76814:32
pyoorHi all.  Has anyone here had any success using a touchscreen device with ubuntu 14.04 and google-chrome14:33
pyoorit appears that the touch screen will only move and select the cursor, but not actually click14:33
f00dMonstamy system keeps uploading massive amounts of data when I power on14:34
bekksf00dMonsta: Define "massive amounts".14:34
f00dMonstait floods my office's dns server with requests to apidata.googleusercontent.com14:34
f00dMonsta1Gb in 10min14:35
bekksf00dMonsta: Disable Google Drive sync :)14:35
f00dMonstai don't have it installed14:35
brainwavemy acpid service doesn't get acpi events, until I restart it after boot.14:36
f00dMonstait's weird because if I restart my network interfaces, it stops and is fine14:36
Picif00dMonsta: I'd suggesting using   sudo netstat -tanp   or install nethogs and use sudo nethogs to determine what process is making those connectings.14:38
adi__hello. where can i attach a pic so I can show you guys what output I am getting when I start ubuntu. thanks14:39
cfhowlett!paste|adi__14:40
ubottuadi__: 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
adi__before the ubuntu logo dark purple with dots I get this tty type output saying something about my wimax card or module being loadad14:40
arkygeekbekks: thx .  <oops>14:40
* arkygeek slinks out the door, slightly red faced…14:40
adi__<cfhowlett> i am sending you a pic of some problems I have with booting ubuntu 14.0414:42
arkygeekf00dMonsta: 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:42
cfhowlettadi__ so does it then NOT boot?14:43
* arkygeek waves goodbye14:43
adi__<cfhowlett>  it boots ok but it slows down my booting time, and I never ever used this wimax not even in windows 7.14:43
adi__<cfhowlett> how cna i get rid of this module.14:44
=== dfgas_off is now known as dfgas
cfhowlettadi__ seems like it would be in your autostart settings, but I don't know how to kill it.  Ask again in this channel.14:44
adi__<cfhowlett> I added a line on blacklist.conf it is still there every startup14:45
adi__<cfhowlett> did you mean startup aplication?14:46
cfhowlettadi__ ask someone else = someone who knows more than me.  sorry, but I don't want to GUESS with your live system.14:47
adi__ok thanks man.14:47
adi__anyone here is familiar with blacklisting wimax module so it does not hang my boot time every time I restart my laptop?14:48
adi__thank you. much appreciated .14:48
maxime|hello14:49
maxime|i have sound with usb it s work but if i up down sound in top right at 80-100% sound change14:50
maxime|but not work sound at 1-80%14:51
=== CyberJacob is now known as CyberJacob|Away
antoniojesushello! someone knows about stability using compiz standalone?14:51
maxime|with alsamixer it s ok in pcmi can change good14:51
maxime|but not with shortcute in desktop at top right14:52
MlarHi all.14:55
antoniojesussomeone knows about using compiz standalone14:59
antoniojesusis stable and usable?15:00
=== vucko_ is now known as fra_dolcino
aledzadzaki7mt: i tried installing it sober today with a good result =D15:05
=== Solution-X|AFK is now known as Solution-X
=== thiago_ is now known as Guest48351
TrfsrfrI'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:11
[conrad]The contents. Burning the image would just put a single file on the disk.15:12
TrfsrfrThanks conrad!15:12
clevasAnyone have success installing ubuntu on an android tablet?15:12
=== dfgas is now known as dfgas_off
DJonesclevas: If you join #ubuntu-touch the people there should be able to speak about that and which tablets work15:13
mmanTrfsrfr: try this http://www.rocko.me/how-to-make-a-cd-bootable/15:13
bthey guys15:13
bthow all doin?15:13
luminoushi! what is the best way to debug upstart when the service looks happy, but fails with nothing in the upstart log?15:14
[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:15
lfrlucasHi guys I updated ubuntu 13.10 to 14.04 and package manager is failing updates15:18
lfrlucaslike this: dpkg: error processing package linux-generic (--configure):15:18
bthi all15:18
bti have a security issue in ubuntu15:18
Mlarlfrlucas: Have you gone through all the usual housekeeping stuff?15:19
lfrlucasMlar: yes15:21
Mlarlfrlucas: what was the output of apt-get upgrade ?15:22
lfrlucasActually I have about 10 packages to update and they are failing15:22
=== internetroll is now known as deb
lfrlucasMlar: http://pastebin.com/DkFiejcb15:23
lfrlucase.g. udev is failing15:23
lfrlucasresolvconf15:23
lfrlucasand I cannot boot with kernel 3.1315:24
lfrlucasi get kernel panic15:24
lfrlucasi'm running with 3.1115:24
lfrlucasbut i think this is because kernel installaation is incomplete15:24
lfrlucasdue to these errors15:24
lfrlucasI don't know how to resolve this15:25
Mlarhmm15:25
lfrlucasI just want to get apt-get upgrade working15:25
lfrlucasI tried apt-get install -f15:25
Colombianahola hombres15:26
Mlarsame output?15:26
lfrlucasyes15:26
Mlardist-upgrade?15:26
lfrlucasapt-get -f install15:26
lfrlucas and dpkg --configure -a15:26
lfrlucasall give the same15:26
meek_geekis smplayer not updated yet in ubuntu repo ?15:26
lfrlucasdist-upgrade or upgrade, both fail15:27
SchrodingersScat!info smplayer | meek_geek15:27
ubottumeek_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 kB15:27
f00dMonstaPici: 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 to15:27
meek_geekSchrodingersScat, the new version is 14.315:28
ddsscwhy 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:31
ActionParsnipddssc: do you mean a bash script?15:32
ActionParsnipddssc: does it need the terminal to run, then show it's output?15:33
ddsscActionParsnip,  no.15:33
=== Thubo is now known as Thubo|away
e^0now accidently don't know why i can't access phpmyadmin i am doing localhost/mysite/phpmyadmin it says url not found15:33
ddsscActionParsnip,  I got "Allow execting file as program" checked15:34
ActionParsnip!away > Thubo|away15:34
ubottuThubo|away, please see my private message15:34
ActionParsnipddssc: what is the output of:   ls -al /path/to/your/script15:34
e^0on my remote server i can easily access mysite/phpmyadmin15:34
ddsscActionParsnip,  you want my directory contents?15:35
ActionParsnipddssc: obviously change the file path :)15:35
ddsschm15:35
ActionParsnipddssc: no, the ACLs on the script15:35
f00dMonstae^0: apache? nginx? lighttpd?15:35
e^0f00dMonsta: apache15:35
ddsscActionParsnip,  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
f00dMonstae^0: can you access localhost/mysite?15:35
ActionParsnipddssc: ok lets do this the simple way15:35
e^0f00dMonsta: yes i can access15:35
Istalantarhey 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
Dave77how do I tune dvb-s in kaffeine?15:36
ActionParsnipddssc: what is the file name of the script (case sensitive)15:36
e^0f00dMonsta: only unable to open phpmyadmin15:36
f00dMonstae^0: do you have phpmyadmin folder in mysite?15:36
ddsscActionParsnip,  foo.sh15:36
ActionParsnipddssc: and what folder is it in please?15:36
e^0f00dMonsta: no i don't15:37
f00dMonstae^0: did you install phpmyadmin using apt-get?15:37
e^0f00dMonsta: yes apt-get15:37
ddsscActionParsnip,  /home/me/foo/15:37
e^0f00dMonsta: on my remote server there is also no phpmyadmin folder, but still i can acess it using mysite/phpmyadmin15:37
ActionParsnipddssc: ok. what is the output of:   ls -la /home/me/foo/foo.sh15:37
f00dMonstae^0: do you see a file /etc/apache2/conf.d/phpmyadmin.conf?15:38
f00dMonstaor something like that lol I don't have apache installed on ubuntu15:38
ddssc-rwxrwxr-x 1 me me 1337 Lip 17 01:06 /home/me/foo/foo.sh15:39
ActionParsnipddssc: when I wrote "[16:33] <ActionParsnip> ddssc: what is the output of:   ls -al /path/to/your/script"    that is what I wanted....15:39
Dave77can anybody else suggest a GOOD DVB TV app for linux that actually works and is maintained?15:40
e^0f00dMonsta: yeah it is there15:40
ActionParsnipddssc: ok what is the output of:   head -n 1 /home/me/foo/foo.sh15:40
ActionParsnipddssc: does it say:    #!/bin/bash15:41
f00dMonstae^0: can you check in the file that it contains a line called "Alias /phpmyadmin /usr/share/phpmyadmin"?15:41
jbarketQuestion. 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:41
ddsscActionParsnip,  #!/bin/sh15:42
ActionParsnipddssc: good enough15:42
janihhhDave77: have you tried Kaffeine? I think its a good dvb tv app15:43
e^0f00dMonsta: it's there :(15:43
ActionParsnipddssc: 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 happening15:43
f00dMonstae^0: now.... try http://localhost/phpmyadmin15:44
Dave77yes kaffeine might work but I don't believe it can tune satellite LNB of unicable type15:44
Dave77so that I wonder how I get somebody to add support to kaffeine so it can tune15:44
ddsscActionParsnip, thanks15:45
ActionParsnipddssc: little bit of tracing, goes a long way :)15:45
e^0f00dMonsta: it works now :) thank you so much :)15:45
f00dMonstae^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
MlarCan anyone help me with a problem which is, I think, to do with python? Thanks.15:48
f00dMonstaMlar: #python15:49
PiciMlar: A programming problem? Or an Ubuntu application that is giving you a python traceback?15:49
MlarPici: The later (at least I believe it is from googling)15:49
Mlar*latter15:50
PiciMlar: 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:50
MlarPici: 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:51
MlarPici: 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
PiciMlar: what release of Ubuntu are you on>15:52
MlarPici: 14.0415:52
Dave77does kaffeine work with unicable LNB?15:53
Dave77no wonder user share of linux is so low...15:55
PiciMlar: Can you tell me if either of the following commands give you an error?  python3 -c "import site"   and   python2 -c "import site"15:55
Dave77the programs just don't exist... they say use VLC..  it won't do that... they say use mythTV... bad UI.. etc15:56
MlarPici: First one does (python3) - the error that appears everywhere- Failed to import site module15:56
Dave77solution is to use windows... no decent DVB TV apps for linux15:56
MlarPici: Thanks for helping :)15:56
=== dfgas_off is now known as dfgas
e^0f00dMonsta: :)15:57
f00dMonstaDave77: or use a windows VM just for DVB....15:57
PiciMlar: run sudo apt-get install --reinstall libpython3.4-minimal15:57
apb1963I'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
apb1963ubuntu 12.0415:58
f00dMonstaapb1963: 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 backup15:59
=== Guest90226 is now known as jcrawford
jcrawfordcan anyone in here assist me with getting my wifi card in my mac pro to work with Ubuntu?16:00
MlarPici: output here http://hastebin.com/poyonawapu.vbs including the output of apt-get -f install16:00
jcrawfordI have tried to install the broadcom drivers but it is telling me that no wireless extension is enabled in the kernel16:00
f00dMonstajcrawford: did you read this? http://ubuntuforums.org/showthread.php?t=197022716:01
f00dMonstajcrawford: and out of interest... are you just playing around with an old mac? or you figured that the "looks" justified the price tag?16:03
jcrawfordthanks i have not, looking at that now :)16:04
jcrawfordf00dMonsta: it's my work station that I bought in 2006 lol I would love to work under Ubuntu full time :)16:04
jcrawfordright now it's dual booting16:04
f00dMonstajcrawford: 2006 o.o I would buy a new pc :P16:05
jcrawfordf00dMonsta: 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:05
jcrawfordit cannot run any OSX greater than 10.7 without some hacking as well lol16:06
PiciMlar: Have you run an apt-get update lately?16:07
Catz`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 putty16:07
MlarPici: Yep, and dist-upgrade16:07
janihhhDave77: not sure about unicable LNB(does it work with any dvb software under linux?), but I use Kaffeine with DVB-c16:07
Catz`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 putty16:07
jhutchinsjanihhh: Dave77 isn't serious, he's just a troll complaining about Linux.16:08
bekksjhutchins: ack.16:08
apb1963f00dMonsta: 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
Dave77just sad that linux just isn't there yet.. :(16:08
SchrodingersScatCatz`: right clicking in my windows PuTTY acts as a paste16:09
bekksDave77: It actually is. I am using DVB on linux for about a decade now.16:09
Dave77bekks: seems to be lots of DVB programs missing that are on windows16:10
bekksDave77: I never missed that crap. I am using kaffeine.16:10
Dave77I need linux app to cut .ts files.. not sure there is any on linux16:11
bekksDave77: Which has entirely nothing to do with DVB. You are having a video editing issue then.16:12
f00dMonstaapb1963: 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 OS16:12
bekksDave77: And thats what can be done using ffmpeg, avconv, kino, etc.16:12
=== skrrp_ is now known as skrrp
Dave77not heard of kino..16:12
bekks!info kino16:13
ubottukino (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 kB16:13
ActionParsnipDave77: what is a .ts file?16:14
bekksActionParsnip: A file with a ".ts" extension :)16:14
bekksDave77: .ts is a container actually.16:14
ActionParsnipbekks: pretty much, means absolutely nothing16:14
jcrawfordthanks f00dMonsta that got my wireless working :)16:15
bekksActionParsnip: ack.16:15
PiciMlar: does /usr/lib/python3.4/site.py exist?16:15
MlarPici: No16:16
jhutchinsActionParsnip: have you tried the "file" command?16:17
ActionParsnipjhutchins: I dont have the file, Dave77 does16:17
PiciMlar: can you pastebin the output of ls /usr/lib/python3.4/  ?16:18
Dave77well UI for kino looks reasonsble..  just need something to view mpeg2/ts and do basic edit on it under linux16:19
MlarPici: http://hastebin.com/omemolavew.avrasm16:19
ActionParsnipDave77: avidemux is ok 216:20
ActionParsnipDave77: lightworks has been used in Oscar award winning films16:21
Dave77yes great.. looks like avidemux will do the trick..16:24
bekksavidemux was already proposed a pretty long time ago.16:25
netrunner_how can i change my language of my distribution?  from english to spanish?16:26
=== graingert_ is now known as Guest23128
tony_can anyone tell me where i need to go to added my wireless adapter so ubuntu will see it?16:27
tony_*add16:27
craigbass1976anyone ever printed query results from LibreOfficeBase?16:27
netrunner_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 enlgish16:28
=== netrunner_ is now known as drdavid
drdavidhow 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 please16:28
PiciMlar: I suggest copying https://gist.github.com/bnrubin/b9e0ceb350ddb9c979c2 into /usr/lib/python3.4/site.py16:28
Hasimirheya ... anyone got contact details for the ubuntu hexchat package maintainer?16:29
RyleeHasimir, http://packages.ubuntu.com/trusty/hexchat16:31
HasimirRylee, thanks (this distro isn't my poison of choice ... hence not having that url)16:31
RyleeI'm a debian gal, I just googled for it ;p16:32
MlarPici: Is it the same as site.py in python2.7?16:32
nanderssonhi, what is the channel for the Ubuntu Phone?16:34
PiciMlar: no.16:34
HasimirRylee, I've been caught in an infinite loop of canonical's entertainment + mint stuff following the channel invasions ...16:34
Hasimirgoogle was not being my friend *sigh*16:34
kostkon!touch | nandersson16:34
ubottunandersson: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch16:34
nanderssonthanks a lot! ubottu kostkon16:35
HasimirRylee, and I'm a slackware lad, we run the configure, make, make install dance daily  ;)16:35
=== sins-_q is now known as sins-
MlarPici: Ok done:)16:43
mbhatnagHello. 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
PiciMlar: Okay.. that *should* resolve the site errors.16:44
MlarPici: Yep! Now it's blaming a module named 'stat' ;)16:45
PiciMlar: you really messed up your python install.16:45
=== ubuntu is now known as Guest63791
rabin.16:46
MlarPici: Any ideas how? I haven't touched it.16:46
NGC3982I'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:47
meek_geekomg Android is more like rolling release now16:49
meek_geekevery other day we have updates16:49
meek_geekUbuntu* I mean16:49
PiciMlar: I'm not sure, there really shouldn't be any reason one, or even more than one of those files are missing.16:51
MlarPici: This is the first time I've been invovled with python in anyway, at least I feel like we've made some progress!16:52
MlarPici: Ok, after putting in stat.py it goes onto another file...16:55
MlarPici:ImportError: No module named '_collections_abc'16:56
irwanatamubuntu-indonesia16:59
MlarPici: And so on... next one being sysconfig... any suggestions other than go through one by one?16:59
PiciMlar: 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
PiciMlar: 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 download17:02
MlarPici: Sketchy in what sense?17:03
PiciMlar: 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
MlarPici: Ok, I'll give that link a try, thanks!17:04
Xtremeguys, i am trying to do https://help.ubuntu.com/community/UbuntuBonding17:04
Xtremebut my bond interface doesnt add slave17:04
Xtremewhat to do?17:04
PiciMlar: Do you know how to install .deb files?  Just download the one for your correct architecture and then do dpkg -i  thatfile.deb17:04
MlarPici: Thanks, saves me googling how to do it :)17:05
robynata:-/17:06
andreplHello guys.17:06
Xtremeanyone/17:06
andreplI have a problem with my ubuntu17:06
=== tcpman is now known as Guest57843
robynatawhat is your problem17:07
andreplI cant acess facebook and outlook.17:07
andreplI treid with firefox and crhome.17:07
andreplThe page dont load.17:08
sjohnsonthere could be a million reasons why.17:08
robynatatry to update your browser17:08
andreplDone.17:08
MlarPici: Done.17:09
lovelinuxhow do I play windows net games on linux17:10
robynatause steam17:11
ranticwhat are windows net games?17:11
PiciMlar: okay... now try doing something that would give you those errors17:11
MlarPici: Errors appear gone, updated and upgrade commands run, autocleaning now... will try launching a few programmes!17:12
rswi'm looking for /var/log/messages on 12.04, someone got a clue?17:13
mbhatnaghttp://ubuntuforums.org/showthread.php?t=2231582&p=13059172#post13059172 :)17:13
mbhatnag(I made a post on ubuntu forums)17:14
MlarPici: 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
trismrsw: it is disabled by default in 11.04+, use /var/log/syslog and /var/log/kern.log17:14
PiciMlar: No idea.  It is a very weird problem.17:14
Cynexhttp://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 down17:15
MlarPici: At least now if it happens again I know what to do.17:15
MlarPici: Thanks again!17:15
PiciMlar: np :)17:15
rswthanks trism17:15
Cynex:) http://gyazo.com/45e3a5b727e5cf415becc38d5d15c13c17:15
Cynex:(17:15
PiciCynex: that load is ridiculously high.  Can you post a screenshot of   top   ?17:18
CynexPici it just stopped agian, I have to wait until it starts back up17:20
Cynexits fork bomobing somewhere17:20
Cynexbut I have no idea how to track it down17:20
Amy_Lu_WhoWould 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:21
MlarPici: It's very odd... lots of things aren't right. Wish I knew what had gone wrong.17:23
puppuerwhat17:24
=== karate is now known as karatu
puppuerthe freezing17:25
=== Kasler is now known as Relsak
=== dean is now known as dean|away
Dreamhi17:41
=== Germanaz0 is now known as Germanaz0|0FF
Alina-malina-bash: cd: authinfo: Permission denied17:49
Alina-malinawhy this is happening?17:50
jhutchinsAlina-malina: What did you try to do?  How did you try to do it?  What did you expect to happen?  What happened instead?17:50
Alina-malinajhutchins, i followed this tutorial17:51
Alina-malinahttp://linuxconfig.org/configuring-gmail-as-sendmail-email-relay17:51
Alina-malinaafter i did this: mkdir -m 700 /etc/mail/authinfo/   i cant access that folder17:51
heaphi, why using picasa 3.9, im doing nothing with the programme and its using around 80% cpu17:51
Alina-malinajhutchins, after i change permission to 754 it is same shit17:51
PiciAlina-malina: which user are you trying to access that path with? also, please mind your language here.17:53
Alina-malinaPici, python17:53
jhutchinsAlina-malina: What does ls -ld /etc/mail/authinfo say?17:53
PiciAlina-malina: python?17:53
thorie_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.217:53
Alina-malinajhutchins, drwxr-sr-- 2 root smmsp 4096 Jun 26 18:39 /etc/mail/authinfo17:53
jhutchinsAlina-malina: so you have to be root to access it.17:54
Alina-malinashit17:55
jhutchinsAlina-malina: special rule for directories.  Please keep thelanguage civil.17:55
Alina-malinajhutchins, are you sure i am not root?17:56
Alina-malinajhutchins, how to make myself root?17:56
heapohm its probably face recognition, its scanning :>17:57
Alina-malinajhutchins, are you sure i am not root?17:59
loostrois there a way to install google gadgets on ubuntu 14.04 Trusty Tahr? http://bit.ly/1qyPrk818:01
gr33n7007hAlina-malina, sudo -i18:02
Alina-malinaoh18:03
Alina-malinalol18:03
Alina-malinagr33n7007h, nice very nice18:03
SunstreamAnyone tell me what control+alt+Delete does on ubuntu I thought it would bring up some taskmanager but it didnt18:05
montreseurHey guys, Im having trouble compiling a python script from my terminal18:05
montreseurI have GCC, and when i do python3 I am able to use the python shell18:06
Picimontreseur: python scripts aren't compiled. What exactly are you trying to accomplish?18:07
montreseurhowever when I go through my file structure to compile using- python3 ~/bin/Scripts/Python/ <filename>.py18:07
montreseurPici, I get an error saying that the module __main__ is not there18:07
ki7mtPici, they can be, if you want pyc files18:07
zibi_!list18:07
ubottuzibi_: 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
montreseurinterpret* not compile18:07
Picimontreseur: These are scripts that you've written yourself then?18:08
montreseurPici, yes they are18:08
Picimontreseur: Then #python is really the best place to ask.18:08
=== thorie_ is now known as thorie
zibi_!alis18:09
ubottualis 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
ki7mtnot pyc, pyo file lol no ide why I put pyc :-)18:09
montreseurI am getting "can't find '__main__' module in <my file structure>18:09
FritzenduganHi, 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 seahorse18:10
Fritzendugan plugin to work?18:10
Picimontreseur: yes. That isn't an Ubuntu issue. It is a #python issue. Which is why I asked you to ask there.18:10
Sunstreamnevermind18:10
SunstreamI will google it since no one knows18:10
Picimontreseur: You'll need to register/identify to join that channel though.18:10
Pici!register | montreseur18:10
ubottumontreseur: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode18:10
=== montreseur is now known as Montreseur
=== dfgas is now known as dfgas_off
SengokuHey, what's the best way to do notifications18:15
SengokuI tried using notify send but the timeout isn't respected18:15
=== CyberJacob|Away is now known as CyberJacob
thorieis there a ubuntu package maintainers chat room ?18:20
ki7mtthorie, #debian-mentors on OFTC is probably what you want, but it's not Ubuntu specific.18:25
jhutchinsthorie: It is Debian specific and NOT for questions about packaging ubuntu.18:26
thorieok18:26
thoriewhere can i get help for ubuntu packaging?18:26
Picithorie: Theres #ubuntu-packaging and #ubuntu-motu18:26
thoriethanks18:26
ki7mtjhutchins, I've not found a equal for Ubuntu, is like -motu or -devel the right one for packaging Ubuntu only?18:27
ki7mtPici, Just posted it, whoops, I'm already in -motu, but not packaging, will join that and see what goes on there.18:28
jhutchinski7mt: I don't know.18:29
ki7mtjhutchins, I think Pici  is on it, description says : Packaging apps and software for Ubuntu, including new packages, PPA packages, etc18:29
jhutchinski7mt: 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:29
jhutchinski7mt: Sounds good to me.18:30
ki7mtjhutchins, I dont both packages, so I spend allot of time in there, that's why I mentioned it.18:30
ki7mtwhoops I do both packages .. ..18:31
=== BradCrittenden is now known as bac
thorieanyone know how to install gmake for ubuntu?18:44
bekkssudo apt-get install gmake ? :)18:44
thoriebekks: no such package18:45
bekks!info gmake18:45
ubottuPackage gmake does not exist in trusty18:45
bekkshmm.18:45
=== Elliott- is now known as 64MAA0J27
=== AntiSpamMeta_ is now known as AntiSpamMeta
=== ubuntu is now known as Guest13751
=== epzil0n is now known as Guest78586
klaskaganqq18:49
stillfaraway12I 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:50
gr33n7007hstillfaraway12, sudo service postgresql start18:53
=== sins-_q is now known as sins-
=== jbroome_ is now known as jbroome
Sunstreamwho is hacking freenode18:57
SunstreamI havent seen splits in years someone must be mad at freenode or something18:58
Streuselyears? o.O18:58
module000Sunstream: an ircop sent a notice saying they were moving nodes for patching, and it would be noisy18:58
Sunstreamyep18:58
StreuselI remember it a few months ago..18:58
Sunstreamoh heh18:59
Sunstreami did not get that heh18:59
module000paste:  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
bpromptditto ^18:59
* bprompt hands Sunstream some lozenges for his "hacking"19:00
Sunstreamlol19:00
StreuselIs 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:00
SunstreamAnyone 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 lok19:01
Sunstreamlock19:01
=== chamunks is now known as zz_chamunks
=== zz_chamunks is now known as chamunks
=== jcrawford is now known as Guest35262
brainwaveGuys guess my boot time19:04
brainwave5.7 seconds!19:04
jamiI upgraded my ubuntu 14.04 and now my computer boot up is very slow. Is that a common problem?19:04
jamiyeah mine is 1 minute19:05
jamior 1:3019:05
brainwave:D19:05
* brainwave is feeling proud19:05
brainwavejami: you can do a systemd-analyze19:05
brainwaveand systemd-analyze blame19:05
jamissd i7 and 16gb ram19:05
jamioh ok19:05
* cemotyz09 haha19:05
brainwave1 minute on ssd is 'horrifying'19:05
brainwaveI am on ssd, so to save my ssd writes, my browser profiles are on ram. This takes 0.8 seconds.19:06
brainwaveAfter that my comp has 5.7 seconds bootup.19:06
brainwaveIf I didn't start this profile loading, I could boot in 4.9 seconds19:06
kdzbrainwave nice19:06
brainwave:D19:06
brainwavekdz: thanks19:06
jamihow do i do a systemd-analyze19:06
Picibrainwave: er... is that really going to help on Ubuntu, which doesn't use systemd?19:06
kdzi also have a ssd as os hdd19:06
brainwavejami: terminal?19:06
kdzits brilliant19:06
brainwavePici: oh!!??19:06
kdzrun 2 vm's on it :D19:06
brainwaveIt doesn't19:06
jamii dont have such a program19:06
rwwnot in 14.04, no19:06
brainwaveSorry have been using arch since some time :-(19:07
jamiand aptitude says meh19:07
brainwavesorry jami I cannot help you19:07
jamik19:07
jaminp19:07
kdzdoes ubuntu have a swop file like with windows?19:07
brainwavekdz: obviously.19:07
jamiswap19:07
brainwaveswap19:07
kdzhow do i increase the size?19:07
thorieanyone know how to install make?19:07
brainwavekdz: it isn't there. you go to choose one I guess.19:07
Picikdz: We use a swap partition by default. And why do you think you need to increase its size?19:07
brainwaveAlthough I do not about ubuntu.19:08
jamii have too much ram for swap19:08
brainwavethorie: make is part of build-essentials i suppose19:08
jami:D19:08
kdzPici i have 2 vm's and only have 4gb ram19:08
brainwavejami: do you know how to calculate swap space?19:08
jamigparted19:08
brainwavethat old twice of ram or same size as your ram is bullshit19:09
Picikdz: okay? and?19:09
jamiresize partition and it will take it i guss19:09
kdzpici its slow19:09
aviswhich log do i check for how my computer last locked up ?19:09
brainwavejami: I am asking how do you find out how much partition to allot19:09
Picikdz: Using swap isn't going to make things any faster.19:09
brainwave!give avis anyone19:09
ubottubrainwave: I am only a bot, please don't think I'm intelligent :)19:09
* CookieM gives avis the Win2k Buglist19:09
=== tcpman is now known as Guest91511
kdzPici awww done break my bubble19:09
PiciCookieM: Please disabel that in this channel.19:09
brainwave!give avis anyone19:09
* CookieM gives avis a 10mbit network card19:09
ki7mtthorie, 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
brainwavekdz: what is slow?19:10
Picibrainwave: stop that19:10
joelmoIm 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:19:10
=== sasasasa is now known as bluezone
joelmojoelmo) dbus-send --system --print-reply \19:10
joelmo            --dest="org.freedesktop.UPower" \19:10
joelmo            /org/freedesktop/UPower \19:10
joelmo            org.freedesktop.UPower.Hibernate19:10
joelmoError org.freedesktop.UPower.GeneralError: not authorized19:10
unopastejoelmo 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 unmuted19:10
kdzbrainwave after a while xp just goes numb19:10
bpromptbrainwave:     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, thus19:10
jamibrainwave: i dont know. In further times swap was neccessary and hibernation worked with it. The rule was swap = 2 * size of ram19:11
jamibut i will not allocate 32 gb swap19:11
kdzi have 16gb ram at work19:11
jamime too19:12
kdzso that means i have to make a 32gb swap file?19:12
kdz:o19:12
ki7mtthorie, however if it's not installed, sudo apt-get install make gcc autoconf  should get you going in the right directions19:12
josemiguelrefhi19:12
bpromptkdz:   how much physycal ram do you have?    ddr2?   ddr3?19:12
SengokuHey, what's the best way to do notifications? notify-send?19:12
kdzddr3 4gb at home19:12
jamidoes that matter?19:12
Picithorie: installing the build-essential package should bring in enough dependencies to compile basic programs.19:12
brainwavejami: kdz -> old swap rule is crap.19:12
jamiyes it is19:12
brainwavejami: do a free -m right now19:12
bpromptkdz:     well...  what do you run?   something that uses more than 4gbs?19:13
brainwaveI have alloted around 800mb for my 4gb ram.19:13
brainwaveAnd it works proper for the last 2 months of using this computer.19:13
jami15G       2,7G        12G        17M       163M       1,1G19:13
jamiand 2 gb swap19:13
brainwaveBrowser running, etc.19:13
kdzbprompt ubuntu with 2 xp v,'s19:13
bpromptol` 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 relative19:14
joelmoDo 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.html19:14
brainwavewhat does ubuntu use instead of systemd?19:15
rswhey, 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
ki7mtUpstart / Init.d19:15
jamisysV19:15
bpromptkdz:        then... maybe    dunno how much vbox uses for ram.. but I'd say   the 2 * times rule may apply at this case19:15
brainwaversw: you got to enable sources for repositories19:16
ki7mtbut it's headed to systemd I believe19:16
brainwavebprompt: 2 times rule no longer applies for >2gig machines19:16
jamii dont like systemd19:16
ki7mtOk19:16
brainwavesystemd is awesome :p19:16
joelmobrainwave: upstart for daemons19:16
jamimeeh :D19:16
bpromptbrainwave:     because?19:16
brainwavebprompt: because it is a replacement for a bunch of tools.19:17
joelmobrainwave: I can't remember, I believe the documentation may explain this19:17
jamiis it possible to run zfs instead of lvm on ubuntu?19:17
=== garheade_ is now known as Garheade
bpromptbrainwave:     as I understand, swap area is just compensation for physical memory, and that hasn't changed19:18
ki7mtYeah, here Marks comments on systemd: http://www.markshuttleworth.com/archives/131619:18
joelmodo anyone understand why hibernate is disabled by defauly19:18
=== tomaw is now known as 5EXABH90N
brainwavejoelmo: hibernate isn't disabled as such!19:19
joelmohibernate is as harmless as shutting down the computer?19:19
brainwaveHow do I clear on this channel?19:19
brainwavejoelmo: indeed.19:19
joelmobrainwave: but I have to be sudo to hibernate19:19
brainwavejoelmo: ya.19:19
brainwaveThat is called disabled by default?19:19
=== 5EXABH90N is now known as tomaw
joelmobrainwave: I should have said disabled for the user19:20
kdzwjhat! no naruto today19:20
ki7mtjoelmo, Bascially, because it doesn't always work with all hardware, the help documentation explains this.19:20
joelmoki7mt: ok thanks19:21
brainwaveso ubuntu must be really difficult to support19:23
brainwaveLots of new users.19:23
bekksbrainwave: The old users are used to that ;)19:24
brainwavekdz: assigning 3/5 of your ram or 1/2 of your ram for swapfile should be enough.19:24
brainwavebekks: ha ha. :) Nice one.19:25
kdzi only gave XP 1GB ram19:25
DJonesbrainwave: Not so much new users, just users rejoining after one of the freenode servers was rebooted19:25
kdzi have like 4gb in total19:25
jamithat should be enough for every windows ^^19:25
brainwaveDJones: ya I saw. 'enormous' netsplit no?19:25
DJonesbrainwave: yep that was it19:25
bekksjami: Which isnt true :) W7 recommends at least 2GB, and 4 or 8 are even better.19:26
brainwaveDJones: nasty one. Never seen a netsplit this big.19:26
brainwavekdz: how can you give xp ram exclusively?19:26
brainwaveyour ram will be shared, xp or ubuntu no?19:26
SunstreamNext 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 8gb19:26
ki7mtWin7 on 2gb ram runs at a snails pace with any sort of apps running.19:26
brainwaveki7mt: win7 is a shit os :p19:27
=== muffy is now known as Guest48288
ki7mt+119:27
jamibetter than win819:27
kdzjust get win8.119:27
ki7mtLesser of two evils I'd say19:27
brainwaveno 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
brainwaveNo windows makes me feel happy.19:27
brainwave:-(19:27
SunstreamI 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:27
brainwaveSunstream: you use VM?19:28
jamixp does ... 13 years ago19:28
brainwavewhy?19:28
kdzsomeone should really make a kick ass outlook like app19:28
kdzthats the only reason why im running windows at work19:28
josemiguelrefhi i have a problem when i tried to install ubuntu19:29
jamiyes thats true outlook in wine is a pain19:29
f00dMonstaanyone know why dnsmasq is flooding my dns server? :/19:29
brainwavekdz: meet wine19:29
kdzi like wine19:29
f00dMonstait just made like 1GB worth of requests.... for the same domain19:29
kdzwhite wine more than red19:29
jamif00dMonsta: whats the lease time19:30
jamithats another problem here. With 14.04 my wine performance or better sc2 performance is shit :/19:31
IdleOnePlease keep the language clean in here19:31
jamishiny19:31
jamii mean shiny19:31
brainwavejami: you got to use tatti19:31
=== mfa298__ is now known as mfa298
bluezonecrash :)19:31
brainwavethat's other language word for what you want to say19:31
jamiwtf is tatti19:31
brainwavejami: clean language19:32
IdleOnebrainwave: consider his removal your only warning19:32
IdleOne!guidelines19:32
ubottuThe guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines19:32
brainwaveah ok. apologies.19:32
thoriePici, ki7mt thanks19:32
jamihm19:32
sanakovichHey19:35
* jami is cowed19:35
f00dMonstajami: sry I can't seem to find the lease time19:35
f00dMonstajami: "cat /var/lib/dhcp/dhclient.leases" is empty19:35
sanakovichguys . how can i install team viewer on ubuntu 14.04 !19:36
sanakovichHello!19:36
aviswhich log do i check for how my computer last locked up ?19:37
bekkssanakovich: http://www.teamviewer.com/en/help/363-How-do-I-install-TeamViewer-on-my-Linux-distribution.aspx19:37
jamif00dMonsta: Well sir. Is there a /etc/dnsmasq.conf configuration available19:38
f00dMonstajami: its the default19:38
brainwaveavis: locked up as in?19:38
Cerratuxhello everyone19:38
avisexactly that from a fresh install.  hardware all good.  i think something shorted out19:39
sanakovichi have error in app store when i run teamviewer_linux_x64.deb19:39
brainwaveavis: that is a long shot.19:40
avisbrainwave locked up as in computer rendered unfunctional19:40
Cerratuxcan someone tell me what kind of app can you build with ubuntu sdk?19:40
=== rww is now known as rwd
=== gnu is now known as Guest53248
jamif00dMonstacat: And in /var/lib/dhcp319:41
brainwaveavis: but symtomps?19:41
brainwaveCerratux: any kind?19:41
f00dMonstajami: 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
brainwaveavis: is it giving a message.19:41
avisbrainwave can't type can't maneuver or do anything19:41
brainwaveavis:19:41
brainwaveis the screen on and black. Is it off and black. Is there a message on screen.19:41
Cerratuxwell is based on python?19:41
ki7mtCerratux, may want to spend some time reading Ubuntu developer first: http://developer.ubuntu.com/apps/sdk/19:42
Cerratuxi will ...19:42
avisbrainwave 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 that19:42
sanakovichhow can i install team viewer on ubuntu 14.04 !!!19:42
bekkssanakovich: Did you read the link I gave you?19:43
jamisanakovich: over the teamviewer website19:43
cemotyz09Sankovich go to the website the other person gave you and it tells you pretty plainly what to do19:43
sanakovichyes ... i said i have error when i run teamviewer_linux_x64.deb19:43
jamidownload the deb and install it19:43
brainwaveavis: is it running Linux?19:44
bekkssanakovich: So pastebin it please.19:44
bekks!pastebin | sanakovich19:44
ubottusanakovich: 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
brainwaveavis: is it a laptop?19:44
jamisanakovich: which arch did u choose19:44
avisbrainwave, its running ubuntu 12.0419:45
avisbrainwave its a desktop19:45
bekksjami: He chose 64bit, but we dont know the error yet.19:45
aviswhich log do i check for how my computer last locked up ?19:45
brainwaveavis: try booting with nomodeset19:45
=== nertwork is now known as nertwork_
sanakovichsorry i'm new here . + i use Voyager19:46
bekkssanakovich: Whats voyager?19:46
jamispaceship i guess19:46
sanakovichhttp://voyagerlive.org/19:46
Cerratuxavis: does your computer have bluetooth?19:46
brainwaveavis: it could be any log. Try checking Xorg logs since it boots at end19:46
jamior a satellite19:46
brainwaveAlso avis try booting to terminal (non graphical) and see if you get that working.19:47
bekkssanakovich: So please ask the voyager support, since you are using an OS which isnt supported in here.19:47
avisCerratux, yes it does19:47
rswive never looked at the ubuntu sdk before, it's based on qtcreator?  isn't ubuntu gtk-centric?19:47
Cerratuxwell i had the same problem19:47
Beldarjami, Your random posts of no importance and lack of nick prefaces will have you in users ignore, this is support.19:47
jamiavis are you using cable connected mouse?19:47
sanakovichi know voyager is like ubuntu .... is the same19:47
Cerratuxtry unplug the bluetooth device19:47
avisyes i am19:47
avisi dont have a bluetooth device19:47
Cerratuxturn it of19:48
bekkssanakovich: It is not the same. It is an unsupported derivative. So please proceed to the voyager support.19:48
Cerratuxoff19:48
jamiBeldar: thx19:48
avisit was off at the time19:48
sanakovichcan i run team viewer.exe with wine ??19:48
bekkssanakovich: Ask the voyager support.19:48
Cerratuxthe problem you have is that ubuntu boot up but19:48
sanakovichok ok i'll19:48
Cerratuxthe keyboard and mouse don't respond right?19:49
rswsanakovich: i typically run the program with wine from a terminal and watch the output.  if it works then awesome, otherwise debugging is sometimes easy19:49
rswthere19:50
sanakovichsudo apt-get install wine19:50
bekkssanakovich: ...19:50
sanakovichwhat !19:50
sanakovichbekks .......19:50
Cerratux<sanakovich> there is a script with Teamviewverx64 for linux19:51
rswteamviewer is listed in the winehq appdb19:52
sanakovichwhere can i find this script !19:52
Cerratuxyou must search at google teamviewver for ubuntu 64 bit19:52
Cerratuxlet me search it for you.19:52
rswsays teamviewer runs perfectly in wine19:52
Cerratuxyeah it should run in wine but19:53
sanakovichahh really .... ok19:53
Cerratuxi think it works better natively19:53
rswthe "native" version is apparently actually just wine anyway19:53
rswaccording to the entry in winehq19:54
sanakovichteamviewer 9 or 8 ????,19:54
rsw919:54
sanakovichok . thanks19:54
anonymous_hello19:55
anonymous_hello everyone19:55
rswhttp://appdb.winehq.org/objectManager.php?sClass=application&iId=59519:56
Cerratux<sanakovich> do you have experience with the terminal?19:56
sanakovichLOL ... lét's try ....19:56
bthey guys19:56
bti have question about ubuntu security19:57
rswsanakovich: 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=59519:57
Sunstreamcan anyone tell me how to bring up a the gui task killer19:57
Cerratuxhttp://download.teamviewer.com/download/teamviewer_linux_x64.deb19:57
esuavequestion.. 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
Cerratuxthere is19:57
bekksesuave: why do you think you need a newer ssl version?19:58
Cerratuxdouble click it will work.19:58
esuavefor vulnerabilities19:58
esuavehave to upgrade openssl19:58
TJ-bt: see http://www.ubuntu.com/usn/19:58
kdzmy ssl cert died19:58
kdzor expired19:58
=== sasasasa is now known as bluezone_
SunstreamDoes it cost to get a SSL certif?19:59
bekksesuave: So just run sudo apt-get update; sudo apt-get dist-upgrade19:59
esuaveyeah we compiled openssl on old versions of ubuntu..19:59
esuavetheres no way to apt-get update on 8.04 to the version we need19:59
esuavelol19:59
TJ-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 own20:00
sanakovich-rsw- THANK YOUUUU20:00
bekks!heron | esuave20:00
ubottuesuave: 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
btmy security problem is above what explained in the ubuntu.com20:00
sanakovichi'll be back ;)20:00
sanakovichnice to be here :)20:00
Sunstreamnods20:00
Sunstreamk20:00
bekksbt: Can you give us the link to the explanation please?20:01
esuaveI know.. I know.. :| unfortunately the company I work for does not understand this haha20:01
bekksesuave: Which doesnt make it supported.20:01
esuave:)20:01
bthttp://www.ubuntu.com/usn/20:01
btthat one u guys gave me.20:01
bekksesuave: Just present this link then: https://wiki.ubuntu.com/Releases20:01
annikkawoodsPidgin 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.20:02
=== andrew-ubuntu is now known as CyanBlob
bekksbt: And whats your specific question to which specific USN?20:02
Cerratuxsomeone know about quickly?20:02
esuaveI plan on it! Thanks bekks20:02
btmy ubuntu desktop hacked by some forgin hackers.20:03
CyanBlobHey 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
bekksbt: So reinstall it.20:03
bti did that for almost 5 times.20:03
btthey just keep hacking me.20:03
bekksbt: How do you know that?20:03
SunstreamHow did you get hacked?20:03
ki7mtThat doesn't add up20:04
meek_geekhow to remove VLC completely ?20:04
btthey find my ip address from isp and even when i change my provider they did hack ubuntu again.20:04
Sunstreamcan you change your IP20:04
bpromptmeek_geek:     sudo apt-get remove vlc;   sudo apt-get autoremove;20:05
Sunstreambt got a good firewall20:05
meek_geekwhen i purge vlc_ only vlc goes all the plugins etc are there which were installed by default with vlc20:05
bekksbt: How do you know that?20:05
Beldarmeek_geek, remove vlc from /home/.config20:05
btsunstream it is dynamic ip address from isp.20:05
bekksbt: So how do they "hack" you?20:06
TJ-bt: You'll need to be more specific on how these external attackers compromise your PC - what, specifically, do they cause to happen?20:06
=== gusnan_ is now known as gusnan
SerialThrillaHey, 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?20:06
=== kriskrop1 is now known as kriskropd
SunstreamYou have to be run a server or something that attacks them20:06
bti think when im connecting to net, my computer sends my new ip address to them.20:06
bekksbt: Do you actually read what people answer to you? :)20:06
meek_geekBeldar, when i click volume button in the panel i still see the VLC below gmusicbrowser there20:06
Beldarmeek_geek, If you trully purge and reinstall you will get the stock config20:06
btyeah.20:06
ki7mtIf he does, read it, he's not understanding it.20:07
bekksbt: So answer the question please :)20:07
Beldarmeek_geek, What is your end goal?20:07
TJ-Remember, English isn't everyone's first language20:07
SunstreamOdd, I never heard of malware on linux20:07
btthey altered my ubuntu some how, i don't know exactly , maybe a rootkit, bootpc etc.20:08
_2_choppi4453hi20:08
bekksbt: Can you be more specific what "alters" means exactly? What did you see what they "altered"?20:08
meek_geekBeldar, 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 screen20:09
TJ-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
ki7mteven if they they have the IP addy, they still need access to the box, and that is not easy to do20:09
bti installed ubuntu from a trusted dvd.20:09
Sunstreamlook in USERS and see if there is any "users" in there that do not belong20:10
Beldarmeek_geek, Purge and remove the /home/.config/vlc folder it mat take a logout to remove it from where you see it.20:10
bti don't have any other devices except my system.20:10
Beldarmay*20:10
btand i use adsl router/modem to connect to internet.20:10
meek_geekBeldar, I think it is vlc-jack-plugin or something which i see in a simple search of packages20:10
TJ-bt: So your PC makes a direct connection to the ISP - it has an internal modem?20:10
SunstreamIn system tools User and Groups20:11
TJ-bt: OK, so your local router/gateway is an xDSL device? Can you tell us the make/model of that device?20:11
Beldarmeek_geek, Or desktop restart, so remove all vlc in your computer, if you install synaptic you will see them in a gui.20:11
linuxthefishhi, is ubuntu with unity good for productivity?20:11
bekkslinuxthefish: Sure.20:11
Beldarlinuxthefish, All subjective find out yourself.20:12
btexternal modem, connects to isp by itself and my computer gets to internet by dhcp server of modem.20:12
Sunstreamand if you see any strange users change the password or kill it (remove it)20:12
meek_geekBeldar, how to remove vlc-plugins all of them /20:12
BeldarBeldar> 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
Cerratuxsudo apt-get remove vlc*20:12
btthat's the point, there isn't any strang things like new users or something else.20:12
TJ-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 media20:13
Beldarmeek_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
meek_geekCerratux, omg I was using the same but with aptitude and it said cannot find the package "vlc*"20:13
meek_geekis aptitude outdated ?20:14
meek_geekShould not i be using it ?20:14
meek_geekHow can I search packages using apt-get ?20:14
ki7mtapt-cache search20:14
Beldarmeek_geek, Not if you do not understand it's strengths or weaknesses.20:14
meek_geekki7mt, thanks20:14
meek_geekBeldar, I see but the problem is i was using aptitude to remove"vlc*"20:15
btTJ - how about my modems internal logs?20:15
ki7mtmeek_geek, or dpkg -s <pacckage-name> for status, see man dpkg for more info20:16
btthere is intrusion alert in my modem logs.20:16
kraftbhello !20:16
kraftbThere 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
kraftbhow could I update the package?20:16
TJ-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 service20:17
Beldarmeek_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. ;)20:17
=== renato_ is now known as Guest82399
ki7mtkraftb, contacnt the maintainer and tell them to update their package :-)20:17
kraftbki7mt: I will do ...20:18
kraftbki7mt: but how could I at least build the package20:18
=== elliotd123_ is now known as elliotd123
kraftbwhen I do "apt-get --build source openhantek-extractfw" I get20:18
ki7mtkraftb, if your really ambitious, look at the source packaging debian/control file and re-work the package yourself.20:18
btTJ - at first i monitored with etherape and i find out that connecting from another victms computers.20:18
TJ-kraftb: Depending (!) on the package's dependencies, you may end up needing to rebuild an entire chain of packages and sub-packages20:19
=== Guest82399 is now known as renato__
kraftb"Unmet build dependencies: autotools-dev"20:19
=== Guest35262 is now known as jcrawford
ki7mtkraftb, use pbuilder-dist, pbuilder or sbuild to build the .deb pakage20:19
kraftbBut I guess I would just have to update the allowed version number of autotools somewhere20:19
kraftbI don't think it won't build with up-to-date versions of autotools and binutils!20:19
btthen, they i switched to modem/router dhcp, that direct connections stopped.20:19
jcrawfordhey guys i have ubuntu installed on my mac pro and at times it freezes, how can i determine why it is freezing?20:20
ki7mtkraftb, Yes, that's config.guess, config.sub, just install it, sudo apt-get install autotools-dev20:20
TJ-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 more20:20
meek_geekBeldar, after puring i cannot see /home/.config/vlc20:20
meek_geekpurging*20:20
ki7mtkraftb, If it was built for Maverick, then no, the debian/dontrol file version will be way out of date.20:21
ki7mt.. debian/control file .. . ..20:21
kraftbki7mt: The package builds properly if I add the "-d" switch to dpkg-buildpackage20:21
Beldarmeek_geek, A period before a file means hidden hit ctrl-h.20:21
bti monitored the service those ip's tried to connect.20:21
TJ-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 PC20:21
meek_geekBeldar, I did but nothing there20:21
kraftbHmm ... 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 PPA20:22
btthey can sniff from the isp side, can't they?20:22
ki7mtkraftb, it still need to be updated, for Trusty.20:22
ki7mtkraftb, and Precise as well.20:22
TJ-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 refused20:23
ki7mtExactly, how are they breaching the box should the the focus right now, the IP addy is secondary until the hole is plugged.20:24
bnutyeris dist-upgrade the correct way to keep a stable release up to date?20:24
Picibnutyer: yes.20:24
btTJ: how can i encrypt my internet connection?20:24
bnutyerPici: thank you20:24
TJ-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:25
TrfsrfrMy 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
Bashing-ombnutyer: -> sudo apt-get update , sudo apt-get upgrade ( youe see "held packages") , sudo apt-get dist-upgrade < -.20:26
Beldarmeek_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 description20:26
TJ-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:26
TJ-Trfsrfr: What Wifi band is the router operating on, 802.11b/g/n  (2.4GHz) ?20:27
meek_geekBeldar, Ok I did it all now I would try reset and see if the vlc option in the dropdown menu goes away20:27
TrfsrfrTJ- Im unsure. Its a Netgear Rangemax WPN82420:28
=== mi is now known as mii
Sunstreamsigh20:29
SunstreamWhat is the shortcut key(s) to Task Manager20:29
Z3_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
TrfsrfrTJ - box says b/g 2.4ghz20:30
Trfsrfr802.1120:31
TJ-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/g20:31
TJ-/n or 5GHz 802.11a/n) the Access Point is operating on, and then ensure your PC can use the channel the AP is using20:31
meek_geeksudo add-apt-repository ppa:rvm/smplayer20:32
meek_geeksudo apt-get update20:32
meek_geekI just updated this repo20:32
meek_geeknow i want to remove it but i cannot find it in sources.list20:32
bt_TJ: Jun 26 15:21:46useralertkernel: 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=020:32
mii!alis20:33
ubottualis 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:33
xangua!ppa-purge | meek_geek20:35
ubottumeek_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:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html20:35
TrfsrfrTJ - the box reads 802.11 b/g 2.4ghz20:35
=== jnc is now known as Guest76932
Bashing-ommeek_geek: Ya want to use ppa-purge in that instance : http://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies ; <also includes ppa-purge info.20:35
FerrariGuyHow do i chroot local users in vsftp?20:36
rsware there incoming net traffic logs i can view?20:36
TJ-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 it20:36
meek_geekBashing-om, ok thanks20:37
FerrariGuyChroot..vsftp?20:38
Sunstreambt that is an iranian destination20:38
TJ-Sunstream: Yes, bt is in Iran, that's the point really20:40
Sunstreamok the other address is in the Ukraine20:40
MichaelP14.04 have gnome 3.12 installed.... but only see totem 3.10 in repo... where is the new totem ?20:41
xanguaMichaelP: 14.04 doesn't ship with gnome 3.1220:42
MichaelPxangua, i know.. i added ppa20:42
xanguathen you should contact the PPA maintainer MichaelP20:43
m1awcan someone explain where the colors in an ssh connection to a remote server are processed? in the terminal?20:55
hieronemusHow come this command is not working  ssh -o "ProxyCommand ssh -q -W %h:%p me@127.0.0.1:3128" me@remote_gateway?20:57
hieronemusI did socks proxy before this ssh -D 3128 me@hump_host20:58
kraftbwhat does a PPA package maintainer have to do to update a package to a newer ubuntu version?21:02
kraftbif everything still compiles properly21:03
TJ-kraftb: Update the package dependencies, changelog version update21:03
ki7mtdh-helper version, Standards version and Build it on Sid then UBuntu flavors21:05
=== no_mu is now known as Nothing_Much
miican i install amd drivers without using them ?21:08
daftykins mii what's the point?21:09
miii need to use a gpu based application, but i didnt like it when i installed it in additional drivers21:10
daftykinsmii: likely the driver needs to be used to make use of OpenCL or whatever one it is21:11
miidaftykins: ok thanks21:13
meek_geek_hi21:13
nertwork_hi21:14
ageishow 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 time21:16
ageishow 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 time21:16
BenNZhow do i remove plymouth but not remove the kernel21:17
BenNZoh my god so does lvm2 , wtf21:18
josemiguelrefwhen i restart my computer i can't see windows 8 in the grub21:21
BenNZjosemiguelref: run sudo update-grub in terminal , is windows listed?21:22
kaitanyahow do i configure X display from console ? resolution is low and nothing loads after i type my password... no window manager works21:23
josemiguelrefno it isnt't, when i instalded ubuntu the grub that i see only listed windows vista but not windows 821:24
BenNZkaitanya: do you need to install a driver for your gpu?21:24
kaitanyabennz: i just installed a new driver but still there is no xorg.conf in /etc/X1121:24
BenNZkaitanya: which driver ?21:24
BenNZjosemiguelref: did you remove any partitions when partitioning for ubuntu?21:25
Dave77how do I get support for avidemux?21:25
kaitanyabennz: nvidia-33121:25
BenNZkaitanya: ok run sudo nvidia-xconfig then reboot21:25
josemiguelrefBenNZ: yes i do, i just leave partition C: where i had windows 821:25
kaitanyabennz: thanks man :(21:26
kaitanyabennz: thanks man :)21:26
BenNZjosemiguelref: was the partition you removed the recovery partition?21:26
BenNZkaitanya: no problem21:26
josemiguelrefno, i also leave the partition D: Recovery21:26
BenNZjosemiguelref: what was on the partition you removed?21:26
josemiguelrefnothing, i think these partitions were created the first time i tried to install ubuntu21:27
meek_geek_!seen21:27
ubottuI have no seen command21:27
meek_geek_ok21:27
=== meek_geek_ is now known as meek_geek
=== jibran__ is now known as jibran
josemiguelrefBenNZ: 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 mode21:28
BenNZjosemiguelref: 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 821:29
masterim on xubuntu, how do i add a Force Quit icon in the panel? can't seem to find it...21:31
zartooshhi it seems ubuntu 14.04 has incorporated systemd?21:32
kaitanyabennz: 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:32
josemiguelrefBenNZ: 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 appear21:33
BenNZkaitanya: your welcome21:33
masteruse xubuntu or mint :)21:33
uvi cant find my wireless ap in ubuntu, i can see it fine in windows, but it only appears sometimes in ubuntu21:33
BenNZjosemiguelref: im far from an expert myself , but maybe this will help https://help.ubuntu.com/community/UEFIBooting21:34
master!wireless21:34
ubottuWireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs21:34
uvmaster: thanks21:35
|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
uvjosemiguelref: i think you can install without using legacy..21:36
uvjosemiguelref: are you dual booting?21:36
vertakOK 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:56
JoniiWhat's up with ubuntu 14.04 occasionally just freezing for like 5min?21:58
Paddy_NIIs it possible to install Ubuntu to an SD Card from within an existing ubuntu installation?21:58
JoniiHappens 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 computer21:58
Paddy_NII don't want to create the typical "live media"21:58
Paddy_NIJonii, That sounds nasty have you tested your ram?21:59
JoniiPaddy_NI: happens on all my systems, not just one21:59
Joniiso I really don't think it's anything hardware-related. The only common thing is that it's always ubuntu22:00
Paddy_NIJonii, I have several 14.04 (64 bit_ installations none of which has this issue22:00
=== akim__ is now known as akim
Paddy_NIJonii, Do you know what the other thing they have in common is?22:00
Paddy_NIYOU :-P22:00
JoniiPaddy_NI: have you ever tried transmission bittorrent client?22:01
Paddy_NIJonii, Constantly yes22:01
Paddy_NIIt's always running22:01
JoniiDownloading something with that is an easy way to demonstrate what happens to me at random intervals for other software as well22:01
Paddy_NIAs I said22:02
JoniiUnless you're throttling download speed to below 2mBps22:02
Paddy_NISounds to me like you either have used a dodgy iso image or installation medium or your hardware has issues22:02
DrakkenWarr^^22:03
SchrodingersScatPaddy_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, iirc22:03
Paddy_NISchrodingersScat, I was thinking the very same thing22:03
SchrodingersScat!info debootstrap | Paddy_NI, another possible option,22:03
ubottuPaddy_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 kB22:03
=== terry is now known as vfw
Paddy_NISchrodingersScat, I has wondered if "Ubiquity" was available from the package manager from within an existing installation22:03
Paddy_NISchrodingersScat, Thank you :-)22:04
SchrodingersScatPaddy_NI: not sure on ubiquity22:05
SchrodingersScatPaddy_NI: oh, well, it's in the repos, not sure if it can install an OS to your card, hav'net tried22:06
Paddy_NI:-)22:06
Paddy_NISchrodingersScat, So far so good :-)22:12
SchrodingersScatPaddy_NI: which are you trying? just curious22:13
Paddy_NISchrodingersScat, The "ubiquity" installer :-)22:13
Paddy_NISchrodingersScat, And the installer crashed :-)22:14
Paddy_NIdebootstrap is something I am unfamiliar with... I guess it's time to get familiar :-)22:15
=== ubuntu is now known as Guest68708
holsteinheap: no. i have not looked at your dropbox file..22:19
=== jibran is now known as jibran|afk
brasileirohi, 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:24
tigefaspotify22:29
Beldarbrasileiro, You know some maids or something?22:38
Beldaryou leaving your stuff laying around for people to access?22:39
brasileiroBeldar, heheh actually I'm concerned about my brother...22:39
brasileiroBeldar, recently he thinks of himself as a "hacker" you know?22:40
Beldarbrasileiro, Ah the evilbrother thang, heheh. ;)22:40
brasileiroBeldar, so is it vulnerable?22:41
Beldarbrasileiro, Show him the shank where and will use on  him,22:41
Beldaryou use*22:41
Beldarno idea on vulnerability22:42
alumno_for me is good night22:42
brasileiroBeldar, ok, thanks =)22:44
Beldarbrasileiro,  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:47
Beldarany real privacy is a not really available unless you in a cave caring on rocks nobody finds.22:48
Beldarcarving*22:48
=== jibran|afk is now known as jibran
rajihi22:55
=== sveta is now known as svetlana
exarkunOn 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
exarkunWhen 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:08
exarkunHalf of the time when I unsuspend the login dialog doesn't appear.23:09
alazare619_2on 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 screen23:09
nectaryshow do I to talk on ## channels please ?23:14
prawnsaladhi, 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:15
nectaryshow do I to talk on ## channels please ?23:16
k1lnectarys: 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 help23:17
=== ePirat is now known as Guest39361
Churchprawnsalad: is there really enabled adapter for guest? double check settings/network for guest if everything is enabled as it should23:19
prawnsaladChurch: good point, i hadnt actually checked >.< running ubuntu server, but one was not automatically created in /etc/network/interfaces23:21
prawnsaladis that normal for 14.04?23:21
Churchno clue. I run mint as host os, and use virtualbox for winxp, also with nat-ed interface for guest.23:22
Churchhadn't anything special to do above that except installing virtualbox guest tools23:23
saxgeekIs there any reason for Xorg to consume 50% CPU when I'm not doing anything?23:28
joseluis64hello! I have a problem with wine23:29
dabxxlo hello oficial23:30
joseluis64I 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 applications23:30
dabxxli just looking arx-net23:30
joseluis64It is a mess23:30
ikoniajoseluis64: the guys in #winehq could help you with wine issues23:30
joseluis64ikonia is that so wine related?23:30
ikoniajoseluis64: yes, msoffice is nothing to do wiht linux23:31
ikoniajoseluis64: so any impact of it's install is related to wine23:31
joseluis64ikonia but msoffice didn't made the launchers...23:31
ikoniajoseluis64: no, but the wine application did23:31
saxgeekAnyone else having a problem with Xorg consuming too much CPU?23:32
ikoniasaxgeek: why don't you just focus on your problem, rather than other peoples23:33
joseluis64but a least nobody can tell me where that information of the mymetypes are stored?23:33
ikoniajoseluis64: isn't it part of XDG data ?23:33
joseluis64I don't know, that's why I came here...23:33
saxgeekWell, I'm trying to figure out why it's doing that. And it's causing everything to lag so much.23:33
celestehhello, 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
ikoniajoseluis64: I'd work it through with the wine guys to find out how the ms office triggers other ipdates23:34
ikoniasaxgeek: so work it through, reboot, see if it's persistant, swap your video driver to vesa to see if it's driver specific, etc23:34
cynicistjoseluis64: default mimetypes for the whole system are stored at /usr/share/applications/defaults.list23:35
=== CyberJacob is now known as CyberJacob|Away
saxgeekWhere do I find drivers for i915? I've tried to use the Intel Graphics Installer for Linux, but it won't install.23:36
cynicistjoseluis64: per user in ~/.local/share/applications/mimeapps.list23:36
ikonia"tried to use"23:36
joseluis64cynist in that file everything is normal...23:36
ikoniasaxgeek: there is nothing to install for intel - what EXACTLY have you done23:36
ikoniajoseluis64: I think it's XDG data for the wine application23:36
joseluis64cynicist I will check the file in /usr23:37
cynicistjoseluis64: sorry I was just answering your question, not sure what problem you have in particular23:37
saxgeekikonia: Nothing. It's a fresh installation on my laptop.23:37
joseluis64cynicist don't worry is a suggestion that I will take23:37
ikoniasaxgeek: how can that be ??? you just said "intel won't install" so for intel to not install, you must be doing something23:38
ikoniayou must be doing something that is failing for you to say "Intel won't install"23:38
=== jcrawford is now known as Guest11987
=== Guest11987 is now known as jcrawford
jcrawfordanyone 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
jcrawfordby messing up I mean going slow and sometimes having a hard time rendering i get rainbow lines etc.23:48
=== rwd is now known as rwwcoin
rganigerlooking for zfs on ubuntu23:50
=== CyberJacob|Away is now known as CyberJacob
bb0has anyone tried plasma next23:54

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!