[00:00] * mackie tries again, get the same result. Must be doing something wrong. [00:00] show the command? [00:01] /home/mack/games/foo/bar [00:01] mackie: you can use the tab key to let files and folders autocomplete so you dont make that much typos. and keep in mind that its case sensetive [00:01] ./.../.../... [00:01] The tab key does help, yeah. So far that hasn't made the difference. [00:02] you got a point in front? [00:02] Well, when I try ./home/mack/games/foo/bar, it grouses at me. When I try /home/mack/games/foo/./bar, it tries and failed unless I'm cd'd into the proper directory. [00:03] how to I adjust the temp limits for lmsensors coretemp [00:04] bash: ./home/mackie/games/GearHead/arena: No such file or directory [00:04] Er. Blasted thing. [00:04] It copied the line break. [00:04] not sure why you would have the ., thought that was shorthand for the current directory [00:04] Well, there. No more foo/bar, then. [00:04] There is no such thing as Free Porn http://bit.do/my_videos69 [00:05] !spam | Maryanne23 [00:05] Maryanne23: Please don't spam [00:05] http://irclogs.ftp.sh/ [00:05] Well, I'm a total n00b, so I've tried it every which way I know how. [00:05] That was one example. === IotaSpencer is now known as Crazy_Atheist [00:06] it should just be /home/mack/games/foo/executable -options [00:07] -options! What format? [00:07] 'Cause that's probably what I'm missing! [00:07] mackie: you haven't even divulged what program you're using [00:07] mackie: you tell me [00:07] GearHead Arena. [00:07] question [00:07] daftykins: usr13 suggested internet sharing. it has managed to connect, but no internet on it yet. any ideas? [00:07] SchrodingersScat: It's GearHead Arena, the graphical version. [00:07] WyZeGuY: sorry, i'm done for tonight. midnight here. [00:08] mackie: then probably nothing [00:08] Fair enough. [00:08] ok, well thank you so much for your help daftykins [00:08] The discrepancy so far is that I can run it properly if I'm already cd'd into its directory, but if I try that command from another directory, it gives me an error. EInOutError : File not found [00:09] daftykins: i will try that update and build-essential you suggested when i can get internet [00:09] A bit more than that, too, but I don't want to flood. === sjefskoder is now known as Guest53672 [00:10] As stated, it doesn't do that if I'm running it from within its proper directory, but surely there's a general way to point the executable to your directory of choice? [00:10] There's certainly a general way to point it to the wrong one, apparently. [00:12] I begin to suspect I'm being such an idiot that folks can't even understand my problem. :T [00:12] mackie: sorry, you dont need the ./ when giving fullpath. but what is the _exact_ error then? [00:12] !pastebin | mackie [00:12] mackie: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [00:13] Oh thank goodness for Pastebin. [00:13] and what system is that? [00:13] Just a sec, pastebinning. System? [00:13] what version of ubuntu? [00:14] Oh. Can't recall how to get the version number. What's the command for that? [00:14] "lsb_release -a" put it into a pastebin too [00:14] Gracias. [00:15] hello what this channel about for! [00:15] !topic | nono [00:15] nono: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [00:15] http://pastebin.com/JNP3Avqa [00:16] * mackie looks at the topic again, blushes. [00:16] There's a paste URL up there, isn't there. [00:16] mackie: well, that is executing that script but it results in a error. [00:16] Right. === rigor789 is now known as rigor789|away [00:17] mackie: and 10.04 is eol for desktops [00:17] eol? [00:17] !eol [00:17] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [00:17] * mackie nods. [00:17] Has the command line changed much since then? [00:17] wow you aren't even running up to date 10.04 [00:18] * mackie chuckles. [00:18] No, it's true, it was an old disk and I was in a hurry. [00:18] i dont know if that is just a bug that has been patched in the time. [00:18] Huh. Weird. [00:18] so i am not motivated to invistigate that :/ [00:18] Seems like it'd be a weird bug. [00:18] Lemme try it on my up to date install on the other box. [00:19] I would suspect the script, but that's up to you [00:19] Same error. [00:20] And, even on the up-to-date Ubuntu install, if I first cd into the directory that script calls home, it works fine. [00:20] so its the scripts fault [00:21] maybe its not setup properly so its errors [00:21] I take it it's unusual for an executable or script to not look for its relevant files in whatever directory it's sitting, and instead to look for it from whence it's being run? [00:21] Anyone running more than one graphics card? [00:22] mackie: you would hope that they would, but you can't account for everyone's decisions. Idk if adding it to your PATH would help you or not. [00:22] How would I go about trying? [00:22] from a quick research that is just a rubbish script. that is a known issue for it [00:22] !path [00:22] The $PATH variable tells the shell where to look for the commands you tell it to run. See https://help.ubuntu.com/community/EnvironmentVariables#File-location_related_variables [00:23] Hrm. Pity. It's a hell of a game. I'm totally following that link, Schrodinger. [00:23] or, just cd to the directory [00:24] I was kinda hoping to make a launcher on the desktop. [00:24] When I found I didn't know how to do this, and it wasn't on my cheat sheet... [00:24] maybe the launcher can be a script that first cd's into a directory? [00:24] That seems like a sane idea. [00:27] Argh. This page makes me feel dumb. I can't parse it. How does one add a PATH variable to a command? I don't see any examples there I can make sense of, having tried multiple times. [00:28] mackie: no you don't understand, the $PATH environment variable exists for you. try it: echo $PATH [00:29] mackie: those are the folders BASH looks in for programs you want to run. so if you want *another* path to be looked in for your programs, add them. [00:29] Huh! [00:29] Interesting. [00:30] i think you might want to look into a BASH beginners guide [00:30] God yes. [00:30] *Tux [00:31] All I've known to do so far was type keywords into a search engine, and that has worked often enough that I've not had to figure out how to find a general guide. [00:31] I'll go try to find one of those, I think. Make good night-time reading. [00:34] Thanks. I found one in a .txt format I can put on my phone and read in the evenings. [00:35] That'll save everyone some trouble. === Consuela_ is now known as Consuela [00:36] Well, now I'll take off, and hopefully when I return I won't be significantly lowering the channel's average IQ. === Anoniem4l is now known as Anoniemal`afk [00:37] Thank you. Directing me to find a beginner's guide will actually probably do wonders for me. [00:37] Also, it's good to know this is a problem seldom encountered because most programmers don't create this problem. === CyberJacob is now known as CyberJacob|Away [00:52] mackie don't diss yourself [01:05] Is there a place I can search the ubuntu arm repositories before installing?? [01:07] Hi, I have changed my system language but how do I make the home folders also be written in the new language? Thanks [01:13] koot: packages.ubuntu.com [01:13] koot: also, http://ports.ubuntu.com/ === rskumar is now known as ra21vi [01:15] popey: packages.ubuntu.com doesn't mention arm.. and how could i get/search the list of arm packages via ports.ubuntu.com? [01:16] !arn | koot [01:16] !arm | koot [01:16] koot: ARM is a specific (RISC) processor architecture used in a variety of applications such as handhelds and networkdevices. For more information see https://wiki.ubuntu.com/ARM . For ARM specific support, stop by the #ubuntu-arm channel. [01:18] how to listen to the relase of the End key inside a bash script? maybe something like while xinput --query-state 5 | grep -Flq 'button[9]=up' ? i don't know what number should i put instead of 9. [01:20] i was trying to install ubuntu 14.10 x64 and after the ubuntu screen it kernel panics. what do [01:21] koot: can I ask what you're looking for? [01:21] owen1: would xev give you anything useful? [01:23] I'm having a problem with repositories. I get the following lines at the end of sudo apt-get update output : W: Failed to fetch http://ppa.launchpad.net/pkgcrosswire/ppa/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found [01:23] W: Failed to fetch http://ppa.launchpad.net/pkgcrosswire/ppa/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found [01:23] When I look in /etc/apt/sources.list there is no entry for either of these Although they are repositories I did install a while back I don't recall how I installed them - I think I did it by adding the lines to /etc/apt/sources.list. What's going on here and how do I fix it? [01:23] somsip: good idea. let me see [01:23] imastupidguest: anything in /etc/apt/sources.list.d as that's where PPA sources usually live [01:24] !ppa-purge | imastupidguest (might be useful too) [01:24] imastupidguest (might be useful too): To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [01:25] imastupidguest: ^^ akso: per http://ppa.launchpad.net/pkgcrosswire/ppa/ubuntu/dists/ " trusty is not supported in that PPA . === HoloIRCUser1 is now known as dvg32 [01:25] imastupidguest: threre are no trusty packages in that ppa. looks long abandoned. [01:26] i thought we had the "there are no 14.04 packages for crosswire" issue resolved the last days/weeks [01:26] Bashing-om: popey: Ok. What can I do to remove this from my system? [01:26] popey: I want to check various packages.. installing either arch or ubuntu depending on which has the best repositories available. [01:26] !ppa-purge | imastupidguest (as mentioned before) [01:26] imastupidguest (as mentioned before): To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [01:27] imastupidguest: what the bot said ☻ === NotANick[BDC] is now known as NotANick [01:27] koot: ok. [01:27] popey: Sorry, didn't see it the first time :) [01:27] thx [01:28] is opengl the practical way to run world of warcraft in ubuntu? [01:29] I can nicely search for arch with archlinuxarm.org .. nothing similar found for ubuntu so far :-\ [01:29] koot: launchpad.net ? [01:29] koot: or packages.ubuntu.com [01:29] packages.ubuntu doesn't have arm [01:30] my kernel panic screen shot when trying to install 14.10 x64 http://tinypic.com/view.php?pic=4u8g0w&s=8 [01:30] imastupidguest: Inspect ' cat /etc/apt/sources.list ' If the PPA is not found - should not be there anyway. then -> ls -al /etc/apt/sources.list/etc/apt/sources.list.d <- to list the contents of the 3rd party directory. Then one may remove the offending PPA either in the GUI "Software Sources " or with a text editor. [01:30] koot: what distro you on at the moment, you could install a simple armhf chroot and have a poke about [01:33] Bashing-om: popey: Using ppa-purge fails. Output can be seen here : http://pastebin.com/ekSNUXZB [01:34] popey: well it's for my phone so it kind of would be a chroot anyway, but yeah it seems like there is little better available than just doing it [01:35] the ubuntu-arm channel is completely dead, --shock-- [01:35] Bashing-om: Hang on, didn't see your last statement. Lemme try that. [01:35] imastupidguest: look'n at http://pastebin.com/ekSNUXZB . [01:36] not sure if anyone has come across this issue, but i'm trying to install ubuntu 14.10 my mouse works except for the left click button, keyboard works as well. both mouse and keyboard are usb [01:37] koot: it's 1am on a sunday night for most people who hang out there [01:37] any ideas why the left click dosn't work? [01:37] imastupidguest: Incorrect format of the ppa-purge command . Should be in the form -> sudo ppa-purge ppa:/ <- . ppa-purge is a good thing to try ! [01:37] most people are in W. Europe? but yeah not the ideal time I know [01:38] Bashing-om: thx [01:38] koot: yeah, if you come back during the EU/US work day, people will be about [01:39] koot: a bunch of us have ARM based devices (phones/tablets/laptops) so can help when we're awake ☻ [01:41] Bashing-om: I'm sorry, I don't know how to parse the repo uri in order to replace you example command with the right path. Should I use the entire uri as shown in apt-get update output? (ie: sudo ppa-purge ppa:http://ppa.launchpad.net/pkgcrosswire/ppa/ubuntu/dists/trusty/main/binary-amd64/Packages)? [01:42] I don't grep it [01:43] guess theres no fix for it.. [01:45] Yeah, I keep trying various ways to write the command but I'm just guessing and nothing is working. I'm sorry, but I don't know how to do this. [01:46] hiiiii [01:46] not sure if anyone has come across this issue, but i'm trying to install ubuntu 14.10 my mouse works except for the left click button, keyboard works as well. both mouse and keyboard are usb, any ideas why the left click doesn't work? [01:48] Wamphyri: does the right click work [01:50] Finally, I find the original command I ran (in history in the terminal) to install the thing. It reads : sudo add-apt-repository ppa:pkgcrosswire/ppa So I go ahead and run sudo ppa-purge ppa:pkgcrosswire/ppa Makes not difference at all (I get the same output as in the earlier linked paste). [01:50] imastupidguest: Maybe try it as -> sudo ppa-purge ppa:launchpad.net/pkgcrosswire . [01:51] Bashing-om: Done - no change/output is same as in the paste [01:52] ok i got 14.10 to start. now it does not want to mount my partitions. i can see them both on the osx looking menu and in gparted but they are not mounted or mounting. [01:53] I'm on 14.04 and recently (last week or so) it seems inotifywait or related seems not to be working. I use leiningen to auto compile whenever files are changed and saved in a directory but now does not trigger on save. Is this likey something changed in recent buntu updates ? [01:53] william__ as far as i can tell no, but when the install screen is up on the gui neither button works [01:54] What do you guys think of Webmin? [01:54] !info webmin | k2gremlin [01:54] k2gremlin: Package webmin does not exist in utopic [01:54] !webmin [01:54] webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. [01:54] k2gremlin its alright need patients for it [01:54] ^ [01:55] Is there anything along the lines of server admin that would be better. Specifically for a gui interface on samba? [01:55] k2gremlin: yes [01:55] one sec [01:55] rrgr [01:56] k2gremlin: sudo apt-get install system-config-samba [01:56] how can i see why my partitions aren't mounting [01:57] NegativeFlare, thanks I will look into it [01:57] william__: If you're using a GPT table, then I'm not sure it'll work. [01:57] k2gremlin: no problem [01:58] NegativeFlare: i don't know what that means. i was using mint 11 before. [01:58] william__: GPT Partition Table [01:58] The Table that Mac uses for its paritions [01:59] no i was using ext3, and ext4, and one ntfs [01:59] NegativeFlare, do you end up webbing into the samba? Im running Server with no desktop. :) [01:59] k2gremlin: Sorta, why? [01:59] william__: I'm not sure what's going on then. [02:00] I don't want to put a desktop on the server :) Just want to web into everything I can lol [02:00] anyone know why when close my laptop lid and open it back up, i cant get my screen back on?(14.10) [02:01] k2gremlin: well, you did say GUI :P [02:01] william__, pastebin the output of running sudo parted -l and ex[plain what is what partiton and which wont mount from where. [02:01] lol [02:02] NegativeFlare, Ok once installed how would you connect to it? or view it? lol [02:02] Its a GUI program [02:02] Just run it [02:03] But it requires a desktop enviroment [02:04] lol [02:04] you need to install xorg to run a gui [02:04] eblip: of course [02:05] NegativeFlare, do you know if you have the capabilities to "map" a network drive with Samba? [02:06] lol guess i'm destined not to use ubuntu [02:06] why not wamphyri [02:07] Im destined to use it.... but im learning very slowly lol [02:07] I've been using Linux for over 5 years [02:07] its the best desktop there is if you like windows and guis and clicking on menus and stuff...its like linux without the linux [02:07] Well what I am trying to do is setup a plex server... but I need it to "map" to a network drive [02:07] eblip mouse doesnt work on install [02:07] Alright guys, you do know that this is a support channel :P [02:07] ah then you may need a driver [02:07] eblip i'm fluent enough with linux lol [02:07] if you want to talk about offtopic stuff goto: #ubuntu-offtopic [02:07] NegativeFlare, that's why I am here! :) [02:08] eblip mouse curser is there and moves BUT left click doesn't work [02:08] k2gremlin: if you're wanting to MOUNT (aka map on windows) on linux [02:08] I can help you with that [02:08] UI's are for the weak. [02:08] !samba | k2gremlin [02:08] k2gremlin: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/12.04/serverguide/C/windows-networking.html [02:09] perfect NegativeFlare! [02:09] Glad I could help [02:09] So CIFS is the way to go. [02:09] k2gremlin: It works quite well. [02:10] maybe you should try downloading a driver package not sure what its called but i think there is a bunch of drivers you can install [02:10] Ok ill get cracking. Ill let you know if I run into any issues. Thanks a bunch [02:10] No Problem man [02:11] bubbasaures: nothing will mount pastebin.com/BswtW2ZF [02:12] http://askubuntu.com/questions/6337/usb-mouse-moves-but-doesnt-accept-left-clicks [02:12] have a look at that wamphyri [02:12] its a bug [02:12] william__, Are you booted to any partition shown? [02:13] no [02:13] william__, Live ubuntu? [02:13] bubbasaures: yes live. [02:14] william__, Hmm, strange none will mount, I assume you know the various ways. [02:15] i tried via gparted and the leftside menu thing [02:15] william__, This an apple computer? [02:16] eblip i'm at the very first screen of the install theres nothing installed. i'm trying to get ubuntu installed [02:16] bubbasaures: no this is a hommade pc [02:16] q: i have installed latest versions of haproxy but apt-get complains when i do 'apt-get install haproxy', relevant info: http://paste.ubuntu.com/9206405/ [02:16] william__, All internal HD's [02:16] yes [02:16] thats not a good start [02:16] nope lol [02:16] i would start the install again and see what happens [02:16] lol [02:17] 4 times now [02:17] in that case i think you should use another mouse [02:17] tried console install and gui install [02:17] nothing wrong with the mouse [02:17] snappy: Are you using any ppa's? [02:17] at least until you get a working install [02:17] yeah, they are ppas [02:17] william__, So what got you here, this a sudden event? [02:17] no there is nothing wrong with the mouse...but it wont work until you can get hte correct drivers [02:18] which you cant really do until the install is complete [02:18] snappy: that's really weird. And you're using the same version I am [02:18] Let me try something [02:18] its a microsoft mouse -.- [02:18] yes [02:18] bubbasaures: i am running mint14, but i tried to force it to upgrade, and now its upgrade is broken. i was like oh i'll go back to ubuntu. i'm in the live cd, and don't want to install untill i see it works [02:19] Can anyone here help me fix lightdm? It's not starting on boot and I need to start it manually through the terminal to log in [02:19] bubbasaures: william__ "Disk /dev/sda: 400GB >> Partition Table: loop" I have never seen this before on a hard drive, thoughts ? [02:19] Hi [02:20] I'm having a problem with bash [02:20] bubbasaures: no idea. it's 512B so maybe it's misreading grub? [02:20] eblip its a generic usb mouse [02:20] so we have lucid and trusty packages on the /same repo/ which is shared; apt-get doesn't distinguish, even though /etc/apt/sources.list explicitly defines lucid (10.04) [02:20] ./palemoon-bin [02:20] bash: ./palemoon-bin: No such file or directory [02:20] Bashing-om, yeah strange [02:20] yes a microsoft generic mouse [02:20] snappy: Um, its working just fine for me [02:20] it does exist for a fact and [02:20] (no wait, i could be wrong) [02:20] I have it typed properly [02:20] its worked before in ubuntu [02:21] bubbasaures: nevermind that's the sector size. ok i dont know [02:21] glitch1: ls -al palemoon-bin that gives you what? [02:22] k1l /usr/lib/palemoon$ ls -al palemoon-bin [02:22] -rwxrwxr-x 1 root jordan 155192 Nov 10 17:25 palemoon-bin [02:23] glitch1 try using sudo [02:23] I've tried from a root terminal [02:23] your in a regular user account trying to execute a file owned by root [02:23] same exact result [02:23] bubbasaures: that is the only one with the error in gparted. the error is unexpected clisters per mft record (-1) failed to mount 'dev/sda': invalid argument the device /dev/sda doesn't have a valid NTFS. maybe you selected thre wrong device? or the whole disk instead of a partition or the other way around? (eg /dev/hda, not /dev/hda1) [02:24] I am getting this line in syslog .... Nov 24 13:15:33 localhost kernel: [932612.808043] type=1503 audit(1416795333.987:41): operation="exec" pid=10472 parent=28413 profile="/usr/sbin/cupsd" requested_mask="::x" denied_mask="::x" fsuid=7 ouid=0 name="/usr/share/lib/cups/filter/epson_inkjet_printer_filter" .... does this mean that the file isn't allow to be executed? [02:24] glitch1 try chmod 777 filename [02:24] bubbasaures: and it does work in mint. it might need the windows fsck thingy [02:24] william__, I'm not sure what your referencing and how, seems to be the sda HD mount. [02:24] Wamphyri: that is not the issue. blindly running stuff as root or chmod777 is not very secure [02:24] Not sure if this is a good place to ask this, but, I was pondering something... If encrypted traffic can be sent over a network (ie: the internet); and if 127.0.0.1 (the loopback address) can be considered a network or works just like one; and if 127.0.0.1 is how an o/s does its interprocess communication at the lowest level --> Then couldn't one encrypt the traffic across 127.0.0.1, create or include some kernel module with an e [02:24] encryption key, and ultimately have a super secure core system?? [02:25] william__, windows is a chkdsk /f tes [02:25] yes* [02:25] Wamphyri I've tried it in a root terminal, anyways, I have already done so [02:26] !chkdsk [02:26] william__, That sda partition looks strange to us so move with caution [02:27] Also ldd ./palemoon-bin says that it's not a dynamic executable [02:27] would it help if i booted into mint and gave the same parted -l pastebin to compre [02:28] william__, Nah, I just wonder if you have in general let issues happen that have just consolidated in this is all. [02:28] why not try executing it by stating the full path glitch1 [02:28] eblip he has [02:29] eblip bash: ./usr/lib/palemoon/palemoon-bin: No such file or directory [02:29] is there some config option which enables/disables folders being watched for changes ? [02:29] no get rid of the . [02:29] get rid of the full stop at the start [02:29] eblip bash: /usr/lib/palemoon/palemoon-bin: No such file or directory [02:30] are you sure that is an exectuable [02:30] 100% [02:31] hmm so you have an executable file in a library [02:31] This makes me think there is a bug in bash [02:31] hey, guys just an idea i am having... lets say ive got filters for my emails in evolution, and I want the indicator icon to have a different item depending in which email folder the email ends up [02:31] It's a fork of Firefox, and the directory layout is the same [02:31] That's how it is fore Firefox [02:31] would that be much of hassle(i do know how to program ...) [02:32] Bash? Have bugs? Silly me. [02:32] I know right? [02:32] have you tried taking a copy of the file and running it somewhere else [02:32] I don't know what it's going to take to get everyone to just move awayfrom it... Maybe if it starts wiping hard drives [02:32] Yes I have [02:33] I am getting this line in syslog .... Nov 24 13:15:33 localhost kernel: [932612.808043] type=1503 audit(1416795333.987:41): operation="exec" pid=10472 parent=28413 profile="/usr/sbin/cupsd" requested_mask="::x" denied_mask="::x" fsuid=7 ouid=0 name="/usr/share/lib/cups/filter/epson_inkjet_printer_filter" .... what does this line mean? Is this allowed to be executed by this user? [02:34] It also works fine for other people as there hasn't been anyone complaining about it to the developer. It's not my system configuration, as I JUST installed Xubuntu, and the checksum came out fine [02:36] bubbasaures: i know you don't think it'll help but here's the pastebin from mint anyway pastebin.com/8SR3VR4 [02:37] bubbasaures: oops typo http://pastebin.com/8SRA3VR4 [02:37] william__, Is anything mountable from mint? [02:37] bubbasaures: everything is [02:38] william__, Have md5summed that live? [02:38] have you* [02:38] disk size , shouldn't it be the other way where used is the disk size and avalible is 0 [02:38] i checked the image not the disk [02:39] when i df a dvd disk size , shouldn't it be the other way where used is the disk size and avalible is 0 [02:40] william__, I would consider it bad I think, that all looks fine, different HD order is all. === kosss is now known as koss [02:41] glitch1: who|pastebinit #show us url [02:41] usr13 ? [02:42] glitch1: What is your problem? [02:42] lol [02:42] usr13 bash seems to think that no file exists when I try executing the file that I am sitting there looking at... [02:43] If I want to run apache on a server with 2GB ram and a dual core CPU, should I use 32-bit or 64-bit ubuntu server? [02:43] glitch1: run from another account, not the root one [02:43] glitch1: Type who Hit enter. Tell us what it says. [02:43] glitch1: Or just: who|pastebinit #show us url [02:43] k1l I have no other accounts, and I won't make a new one because of security reasons [02:44] glitch1: i just tested it with the firefox in the usr/lib/firefox and that works with that permissions: -rwxr-xr-x 1 root root 108752 Okt 13 23:00 /usr/lib/firefox/firefox [02:44] glitch1: So what account do you have? (What is the user name?) [02:44] glitch1: so its not a ubuntu at all? [02:44] http://paste.ubuntu.com/9206720/ [02:45] nautilus and disk utility won't let me mount partitions on second hd [02:47] glitch1: cat /etc/issue #Tell us what that says. [02:47] not sure if anyone has come across this issue, but i'm trying to install ubuntu 14.10 my mouse works except for the left click button, keyboard works as well. both mouse and keyboard are usb, any ideas why the left click doesn't work? [02:47] http://paste.ubuntu.com/9206746/ [02:48] bubbasaures: should i reburn the same 14.10 [02:48] in a live dvd, I get the error "Not authorized to perform operation (udisks-error-quark, 3)" when trying to mount any partition on second sata drive. [02:48] glitch1: Ok. So what did you say you did from the root terminal? [02:49] usr13 ./palemoon-bin [02:49] glitch1: iirc everything must be root:root in there [02:50] anyone, i am not trolling , i realy would like to know [02:50] k1l That defeats the purpose, as I'm trying to get it to run as my user, not as root [02:50] william__, What do you think? seems like a place to start if you need to see that normal on it booted. The live should mount easily. [02:50] I ssh'ed into a VM yesterday with an ip of .22 I rebuilt that ubuntu VM today but I am not able to ssh into it when I assign it .22 when I change it to .23 it works. I am on Windows 7. Anyway to delete the old server key for .22 ? [02:50] glitch1: that is not the issue [02:50] bubbasaures: reburning now...i'll let you know either way [02:51] glitch1: see the owners of firefox in its usr/lib. its root:root to and runs fine [02:51] I set it to root:root and still the same thing [02:52] glitch1: Why did you try to run it as root? [02:52] usr13 It makes 0 difference, everything I do with it gives the same result as root or as my user [02:53] I am getting this line in syslog .... Nov 24 13:15:33 localhost kernel: [932612.808043] type=1503 audit(1416795333.987:41): operation="exec" pid=10472 parent=28413 profile="/usr/sbin/cupsd" requested_mask="::x" denied_mask="::x" fsuid=7 ouid=0 name="/usr/share/lib/cups/filter/epson_inkjet_printer_filter" .... what does this line mean? Is this allowed to be executed by this user? [02:54] glitch1: Ok. Well, I suppose it is broken? [02:55] usr13 The binary? No it isn't, the checksum matches, and no one else has had a problem with it [02:55] glitch1: what if you go to the users home and then "/usr/lib/palemoon../palemoon.." dont know the names [02:56] k1l I've tried doing it in literally every possible way, I've tried copying the name to the terminal, I've tried renaming it, and renaming it back again, and no matter what bash claims it can't find it [02:58] glitch1 should we assume you have the file in a patititon that allows excecute? what directory is the file, and what is the format type of the partition it is located in ? [02:58] glitch1: my point now was to not execut it from the usr/lib directory [02:59] k1l I've tried extracting it to a folder on my desktop with the same result [02:59] which i just tested and should not be an issue [02:59] sacarlson It's on my / partition [03:00] glitch1: maybe its the program itself hafing issues? [03:00] glitch1 in this line above you used relitive path not real full path ./usr/lib/palemoon/palemoon-bin [03:00] k1l The program itself is not ever being touched, bash just claims it can't find it [03:00] sacarlson I've used the full path earlier [03:01] I'm going to try an older version of their installer and see if that installs it [03:02] glitch1 and you can ls /usr/lib/palemoon ; and see this file? [03:05] glitch1: Firefox is pretty good. In my opinion, we should leave well enough alone. [03:05] sacarlson yes [03:06] glitch1: Is anything in it? [03:06] usr13 It's absolutely terrible with the last 33 version and getting worse with each new version, it's behind only Chromium/Chrome [03:06] usr13 yea, everything is there [03:06] glitch1: Ok [03:07] glitch1 I'm about out of ideas, aparmor ? restricted shell ? maybe a lib or other file used in the bin has the restrictions? [03:07] glitch1: so what happens when you do /usr/lib/palemoon/palemoon [03:07] ? [03:08] hello,when i install gnome-music,encounted an error: [03:08] glitch1: You may have to hit the tab key a time or two, not sure what the file-name will be. [03:08] ***Error***: some autoconf macros required to build gnome-music [03:08] were not found in your aclocal path, or some forbidden [03:08] macros were found. Perhaps you need to adjust your [03:08] ACLOCAL_FLAGS? [03:08] bubbasaures: same problem with new dvd. verified but no better. [03:08] sacarlson nope, none of those apply [03:09] william__, Not sure really a bit of an anomaly for me. [03:09] usr13 same deal [03:09] Palemoon would be nice... if all the plugins worked. [03:11] usr13 sacarlson k1l Thank you for your help, the previous version of their installer worked, so I'm just going to assume that there is a new bug in bash and ignore it since manual installation is no longer needed [03:11] glitch1 oh and also the privs on /usr/lib/palemoon directory ? ls -l /usr/lib/palemoon and also bellow privs ls -l /usr/lib ; [03:12] daftykins: You still around? I just returned from the store in shame, realized I have a single 2TB drive, not a RAID setup. [03:12] You guys on this irc are more helpful the the people on the Mint, arch, and Firefox IRCs have been for other issues I've had [03:13] ^I agree. First time I've asked on here and I've been super impressed [03:13] sacarlson: well glitch1 he could have a point there. see the permissions of that folder in /usr/lib/ [03:13] hello friends! [03:14] k1l It's been overwritten by the installer now, so I can't check anymore, but I had thunar set the permissions recursively [03:14] Is a 20GB / partition big enough for someone who's going to be using it as their main distro? I'm not really sure what gets put in there besides the core files [03:14] I just installed and updated Ubuntu's last version in my Pentium 4 and this is really slow. Can I make it run faster? Thank you [03:15] velhop4 Try installing Xubuntu or Lubuntu instead, they use a lighter desktop environment [03:15] velhop4, A lighter desktop is where I would be. [03:15] velhop4: with a pentium 4 i would suggest to got with Lubuntu [03:16] not sure if anyone has come across this issue, but i'm trying to install ubuntu 14.10 my mouse works except for the left click button, keyboard works as well. both mouse and keyboard are usb, any ideas why the left click doesn't work? [03:16] Hganavak I would at least double if not triple it [03:17] glitch1: What gets put in it? :( My problem is I'm trying to dual boot with windows, both of which are sharing a 128GB SSD [03:17] why isn't Liberation Sans used as the default UI font in ubuntu? [03:17] Wamphyri: does the mouse work on another system? I have that problem but my problem is hardware in my mouse is broken [03:17] Hganavak Unless you need very few programs and files [03:17] everything [03:17] Hmm think I broke my VM ubuntu networking lol [03:17] Everything except your documents? [03:17] glitch1, bubbasaures k1l whats the difference between Xubuntu and Lubuntu? Can I replace this Ubuntu installation without changing my dual boot with Windows? [03:18] I thought all your documents get put in /home glitch1? [03:18] sacarlson yeah [03:18] Hganavak They do, but unless you make another partition for /home it goes inside the / partition [03:18] in windoze [03:19] Wamphyri what mouse, model? [03:19] glitch1: Ya that's fine, I was planning on putting everything except / on my HDD, while I partitioned / to be on the SSD? That make sense? [03:19] microsoft [03:19] velhop4: different desktop environments; guis [03:19] nvm fixed it :P [03:19] plain jane [03:20] Hganavak Then as long as you don't install too many programs, you should be fine if you put /home on a different drive [03:21] velhop4 The interface is the main difference. Anyways, you can install it over your current ubuntu install on the same partition [03:21] glitch1: Hmm, I was planning on installing lots of stuff. Do apps mainly get put in /? I thought they got spread around /bin and /usr. Which I was planning on putting on the HDD [03:22] velhop4, You can just add desktops, wont effect windows. [03:23] Hganavak They usually do, but sometimes they don't follow location conventions, and they don't start any faster if they are on the HDD [03:25] glitch1: So if 30GB's around the max I can allocate to /, should I bother? Or should I just install the whole thing on the HDD? [03:25] In other words your system will boot up 2-4 times faster, but your applications will not [03:25] glitch1: Sounds like a lot of effort just for a faster bootup speed when you put it like that! [03:26] 30GB is fine unless you plan on installing a LOT of big apps [03:26] anyone ever hear of software center being deleted by running apt-get autoremove? [03:26] I don't know how many you plan to use, or how big your apps are, so I cannot tell you for sure [03:27] glitch1: Umm, I spose the big things I'd be installing would be IDEs and Steam. But ya I understand that [03:28] With Steam you could symlink the steamapps folder to an ext3/4 partition on your HDD [03:28] bynarie, If you removed some meta package first yes [03:29] You should be able too anyways, if it doesn't let you pick an installation directory [03:29] well i installed wine... then uninstalled it... then did autoremove [03:29] glitch1: Besides just bootup speed, wouldn't most OS interaction be faster too? I mean system things, just using Unity, opening pre-installed apps etc [03:29] Kernerl operations that don't require IO to the HDD? [03:29] and BAM a ton of software was gone... tons of settings were altered [03:30] (If this is a thing, I really dunno what I'm talking about) [03:30] Since you seem to be less experienced with Linux, I would recommend installing the whole thing to the HDD and revisiting it later when you have a better idea of what you want from it and what your requirments are [03:30] Anything already open won't benefit from a faster drive, except for swap [03:31] bubbasaures, what do you mean by meta packages? [03:31] !metapackage | bynarie [03:31] bynarie: A meta-package is a package that simply depends upon other packages and brings them in. It's not a real package, but a very useful package that can drag in other package versions. [03:32] There's a feature that you can spread all windows of the same type by double clicking the icon on the left side. I managed to break that. What's the name of this behavior? I think I used Unity tweak tool, but I cant find the setting [03:32] The only difference an SSD makes is that it loads your OS, programs, and files faster [03:33] so its basically like a "list" of packages ? for example, ubuntu-desktop? not a real package itself but contains several smaller packages to make up the "ubuntu-desktop" [03:33] glitch1: Alrighty, you're quite right I have practically no experience with Linux. I'll just install it to the HDD then [03:33] bynarie, You have it, that what you removed? [03:34] yes i think i may have [03:34] If I do install it to the HDD (just allocating some space now), will everything still work fine even though the OS I'm dual booting with (Windows) is installed on a seperate drive (the SSD)? [03:34] i just reimaged and got back to normal.. it was just very odd [03:34] That's probably the best idea for now. Once you know how much resources everything requires, you can revisit installing it to the SSD later [03:35] glitch1: Yup just giving it a go now, before I proceed could you answer the above though - sorry for being such a pain [03:36] hey folks. I want to install LaTeX packages on multiple computers. It's a huge download, and bandwidth is limited. I've downloaded on one machine and want... [03:36] It should, though you will have to tell it to install the bootloader to your SSD [03:37] Or you can choose to boot the HDD from the BIOS [03:37] to move it to another from the /var/apt/cache/archives. Any issues with copy the whole lot and using sudo dpkg -i * ? [03:37] glitch1: The bootloader doesn't take up much space? [03:38] Also np, helping out a couple of people with thing I'm familiar with is the least I can do after a couple of other people helped me [03:38] No, it's extremely small actually [03:39] Windows has it's own bootloader which Linux will overwrite [03:39] I just acquired a computer with an ati card, and I was wondering if ppl recommend staying with the wrapper driver or switching to proprietary or proprietary-updates [03:39] The windows bootloader can actually boot Linux, though it's complicated to set up [03:40] What ATI card exactly? [03:40] There's a feature that you can spread all windows of the same type by double clicking the icon on the left side. I managed to break that. What's the name of this behavior? I think I used Unity tweak tool, but I cant find the setting [03:41] ATI Radeon HD 5450 1GB DDR3 [03:41] Just stick with the open source driver [03:41] I am trying to get 3 monitors working... [03:43] glitch1: Okay I'm just creating the USB installer now thanks. So I have to shrink the SSD or anything before I put the bootloader on it? [03:43] It works with the open source driver, though I don't know how to configure it, I could figure out how to configure it on Xubuntu 14.04+ though [03:43] Hganavak You're welcome, you shouldn't need to modify any partitions on the SSD [03:44] I've read that it can work, but only if 2 share a clock. I have 2 monitors that are 1680*1050, so maybe they are the same. why xubuntu? I read that it might not work in unity, but I don't care about unity. [03:44] glitch1, bubbasaures k1l aeon-ltd thank you friends! I'm gonna study that. open hugs [03:44] velhop4 You're welcome [03:44] hola [03:45] You need to use the right ports on the card, but I am not sure of which ones as they are dependant on the card in question [03:45] glitch1: Is the bootloader not located in the /boot partition? [03:46] Hganavak Not the part that matters for this [03:48] interesting. with 3 plugged in, my desktop expands to 3 monitors, but the monitor doesn't turn on. Maybe this is that unity issue [03:49] Someone was helping me earlier with a CIFS to mount a network drive. Is he still here? [03:49] glitch1: Alright grabbed another beer from the fridge and ready to dive in now. Don't spose you're gonna be around for the next 20 minutes or so in case things catch fire? [03:49] It could be a Unity issue [03:49] NegativeFlare, Are you still around? [03:50] Hganavak Yea I can stick around for another 20 minutes or so, though I might need to reboot a couple of times during it [03:50] glitch1: Cheers buddy ^_^ [03:50] np [03:51] hola ke tal === edwin is now known as Guest54248 [03:51] /192.168.1.2/g /media/plex cifs credentials=/home//.smbcredentials,iocharset=utf8,sec=ntlm 0 0 [03:52] Can anyone tell me why this won't mount? [03:52] I don't get any errors with mount -a [03:52] hola edwin [03:53] k2gremlin: What's up? [03:53] k2gremlin I don't know anything a plex or cifs, but 192.168.1.2 appears to be the IP of your router [03:53] 192.168.1.2 isn't a router [03:54] Well NegativeFlare, I went through the walkthough to mount a windows share.. [03:54] hi, i got a computer with a SiS 771/671 Mirage 3 video card. I downloaded and installed the deb package from: http://zatherz.cba.pl/sis/ [03:54] its not.. lol [03:54] That's an IP, on the network most likely [03:54] :) ^ [03:54] When I get to the mount -a part.... it spits no errors [03:54] then I ran X -configure and I got these errors: http://pastebin.com/13M1riLc [03:54] but fdisk -l doesnt list it [03:55] k2gremlin: Well have you tried cd'ing to the folder that you mounted the share on? [03:55] huh..................... [03:55] Now I'm kind of stuck. Can anyone help me out? [03:55] its there lmfao [03:55] NegativeFlare It's possible, though rarely configured as such, usually it is 192.168.1.1xx or 192.168.1.2xx [03:55] why doesnt that show up on fdisk [03:56] k2gremlin: I'm not sure [03:56] glitch1: Very unlikely though. [03:56] glitch1, Its not usually.... only if configured that way. Most home routers come out of the box as 192.168.1.1 or 192.168.0.1 lol [03:57] NegativeFlare Yea, usually the router takes the single digit IP for itself and hands out double-digit and triple-digit IP [03:57] mhm [03:57] wait [03:58] I've just rarely seen a router give out a single digit on the 4th part of the IP [03:58] k2gremlin: fdisk won't show it [03:58] its not a physical partition [03:58] Oh I C [03:58] ty :P [03:58] df -ha [03:58] Use that ^ [03:58] bingo ! [03:58] That'll show what's mounted, even if its a network drive [03:58] rodney77: Not good, that graphics card, but there is some help: start with http://ubuntuforums.org/showthread.php?t=2215422 . [03:58] Hganavak I'll be afk, just message my name so my speakers beep [04:01] thanks Bashing-om. I followed the link and typed the command sudo lshw -C video [04:02] I'm having troubles installing ubuntu 14.10 on an (old) intel ssd. Tried twice installing (once with manual partitioning, once with default use whole disk), both result in not booting. I get dropped into a busybox shell with the message that the root disk cannot be found (/dev/disk-by-uuid/ does not exist) [04:02] grrr... apt-get update spitting errors :/ [04:02] you know what, I think I need lubuntu [04:02] could not resolve hostname.. [04:02] I tried chrooting into the system and running an initramfs update and grub update, to no avail, any tips to get it working/booting? [04:02] What is the best way to start web development ? [04:02] k2gremlin: uh oh [04:02] glitch1: I just booted to the flash drive, anyway I see my BIOS interface was some fancy Asus UEFI thingy. Though when I checked earlier I thought I found out that Windows was installed in legacy mode? Is there anything I should worry about before proceeding? [04:02] yea I have my def gw setup.. not sure why [04:03] I can ping out... but it wont resolve hostnames lmfao [04:03] son of a.. [04:03] rodney77: lubuntu is the recommnedation. may still hve to creat e the Xorg.conf file (?) . [04:03] have* [04:03] Hganavak Ahh, ASUS... I see in your future a world of hurt caused by your motherboard, though not likely to affect your Linux installation right now [04:04] I hate my M5A99FX, worse motherboard ever [04:04] thanks, Bashing-om [04:04] glitch1: Oh dear :( Anyway, anything I should worry about now? [04:04] rodney77: Unity is 3D, and that card will not support 3D . [04:05] Hganavak Not really, Linux is pretty good about dealing with UEFI boards [04:05] Oh okay, I was under the impression it caused issues [04:05] Hganavak It shouldn't [04:07] glitch1: Just confirmed my BIOS mode is set to Legacy in Windows anyway - if that matters [04:08] Hganavak It shouldn't [04:10] Ok any ideas as to why my server will not resolve hostnames? I can't even get updates :/ [04:11] hey guys [04:12] can someone help me about indicator applets? [04:12] Hello [04:13] ey guys [04:13] Whats up? [04:13] glitch1: I see that now ^_^ Now that I've allocated 250GB on my HDD, should I select 'Install Ubuntu alongside Windows 8' or 'Something else'? [04:14] hey can somone check the indicator applet bug? i cant see my icons on right side of the panel [04:14] I honestly don't know what the automatic option does, as I haven't ever used them, I would select something else and see what it offers you [04:14] sample pic http://imgur.com/MKeNJm6 [04:15] trying to setup my DNS... when I open the resolv.conf file it says... [04:15] Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) [04:15] # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN [04:16] So should I not add DNS here? [04:16] Hi ubuntu friends! i need some help with a particular device i have troubles with [04:16] glitch1: Cool, I see my free space under /dev/sda. I also see my SSD (/dev/sdb). I have no idea what any of these terms represent but cool [04:17] Set /dev/sda mountpoint to / [04:17] i bought an hp pavilion laptop the 11-n010la x360 model [04:17] That will tell the installer to install it there [04:17] /dev/sda1 I mean [04:17] the red one with beats audio and all that stuff [04:17] or whatever your freepsace is [04:17] i have to boot the livecd with nomodeset [04:18] but at all instances it just crash with the videocard driver i guess [04:18] bad resolution and all [04:18] glitch1: It just says free space. I've got /dev/sda and then three things indented under it: /dev/sda1, dev/sda2 and freespace [04:18] Good evening all. [04:19] Format all but 4GB of your free space to ext4 [04:19] 4096MB = 4GB [04:20] That should become /dev/sda3 [04:20] something ponderous, couldn't find an answer with a quick google search. When ever I apt-get or update software, it asks me to add a new user.. any ideas? [04:20] and appeasing it doesnt work, because if I make up a username, it doesnt continue [04:20] I have to kill the adduser processs [04:21] what version ubuntu are u on ? [04:21] ok my DNS is dead on my server :/ this hurts bad lol [04:21] latest stable [04:21] glitch1: I'm not sure how to translate your instructions into actions :( Do you have any recommendations on guides for setting up the partitions? Assuming I don't have to do anything different with my Windows bootloader installed on a different drive? [04:21] are there some packages that want to add a user ? [04:21] I recently clean installed it [04:21] maybe u have a package thats getting update and does that as part of installed [04:22] then I updated software [04:22] What screen are you at now? [04:22] is your username "ubuntu" ? [04:22] Question for anyone with exprience. I'm migrating from 2012 R2 to ubuntu. I have 1 Intel SSD that I want to use a boot drive, then 4 1TB Blacks that I want to run in RAID 10 for storing all large data, can I accomplish this on install or do I need to configure after I install to only the SSD [04:22] glitch1: https://www.youtube.com/watch?v=PK7gWIkAY7s&t=5m20s [04:22] I'm at the stage that guys up to at the linked time, whatever you call that [04:22] ?? so i have to make accounts when i update?? makes no sense, i have never encountered this b4 [04:23] username is not ubuntu lol [04:23] i dunno i thought maybe most people use that as username [04:23] just cuz amazon ec2 instances that i use have that set [04:23] Let me skip this ad [04:23] but i do apt-get all the time and i never see that, on ubuntu 14 ec2 instances amazon cloud [04:23] ahh I see, click on your free space [04:24] i guess I will just hammer this until i figure it out [04:24] then click on the plus button next to change [04:24] taw [04:24] try doing it from username ubuntu [04:24] ? [04:24] if like 99.9 % of people use that [04:24] glitch1: Yup! [04:24] mindless users will ust use the default u know [04:24] I don't know how amny MB of free space you have, but subtract 4096 from it, and put the result in the size box [04:24] then set the mount point to / [04:25] after that, click on the 4096MB of remaining free space [04:25] 262146MB apparently. I shrunk my partition in Windows by 250GB [04:25] hit the plus again, and set the "use as" to swap [04:25] Okay lemme whipout that calculator [04:26] glitch1: Did I have to change the type of partition from logical to primary or anything?c [04:26] nope, just set the mount point to / [04:27] Yup done [04:27] alright [04:27] did you do as I said for the remaining free space? [04:29] Set it to swap area? Also logican? [04:29] logical* [04:29] not logical, just set the remaining free space to swap [04:29] It's got logical checked by default [04:29] does it let you select primary? [04:29] In the youtube video he sets most things to primary, should i have done that? [04:30] Because / was set to logical too [04:30] Ya it does [04:30] Yea, everything should be primary [04:30] Okay [04:30] I don't know why it defaulted to logical [04:31] I guess I hit the '-' on the / mount point and create it again as primary glitch1? [04:31] yea [04:32] This is Ext4 by the way right? THta's also the default. As is location for the partition: Beginning of this space [04:32] yes and yes [04:32] glitch1: Alrighty done and done [04:33] alright, I'm going to have to restart, apparently the testing release of Xfce that 14.04 is based on has a show-stopper bug [04:33] whoda thunk? [04:34] YES! got my networking sharing working... !!! :) [04:37] Alright I'm back [04:37] glitch1: Welcome back. For some reason that set my swap space to 4095MB not 4096, argh that hurts my OCD. [04:37] You'll just have to let it do that [04:38] glitch1: Hehe alrighty, where to now? Thanks again for this man [04:38] You should be able to continue as long as you have your /dev/sda3 mount point set to / [04:39] glitch1: I don't have to set a /boot partition, or a /home partition? I thought the latter was advisable for updating [04:39] nope, neither [04:39] I find it usually causes more problems than it has a chance at preventing [04:40] glitch1: Alrighty. And don't needa worry about anything with my SSD? [04:40] The only reason a seperate /home partition is needed on the same drive for updating would be if the distro developers screwed something up big time with the upgrader [04:40] Nope [04:41] Okay glitch1, so 'Install Now' time? [04:41] If it doesn't ask you about where to install the bootloader later, then just set the HDD to the default boot device in BIOS [04:41] yep [04:45] glitch1: Alright it's doing its business now. Is this like a 10 minute process or 10 hour on a decent computer? [04:45] 10-20 minutes, depends how slow your USB drive, and whether you told it to install update and/or the proprietary codecs or not [04:50] arrrgh the viewport in for my second monitor is killing my eyes. [04:51] Iam using ubuntu 14.04 and had a heck of a time installing the nvidia drivers. Anyone else have experience with dual monitor setup with 14.04? [04:52] nmatrix9: I'm running dual monitor on 14.04 but with mate and using the graphics from an intel i5, had no problems [04:52] nmatrix9 I do with a 7870 with the FOSS drivers on XUbuntu 14.04 [04:53] glitch1, sacarlson none of you had any issues trying to set the seond monitor to twin view? [04:54] as a matter of fact Iam missing that option to twin view my second monitor in my Nvidia server settings. [04:55] nmatrix9: It did work in twin view miror but I don't normaly use it in that state [04:55] glitch1: The installing's finished but when I restart it just booted straight to Windows [04:56] one monitor is stuck at 800x600 the other 1440x900. I'd like it to be the larger but my view port out field in nvidia x server settings refuses to let me change it even under sudo [04:56] sacarlson, command line or via nvidia x server settings gui conf [04:56] ? [04:58] nmatrix9: I don't have nvidia it's running from intel i5 graphics. the setup is done from the gui for monitor settings [04:58] nmatrix twin view? You mean extended desktop, or mirroring? [04:58] glitch1, extended desktop [04:58] TheHganavak Go to your BIOS and set the HDD as the default boot device [04:58] I mean extended desktop [04:59] I discovered that 3 monitors works fairly well in mint. [04:59] hello pls help. i made a check for world writable files and i get a wall of text :( [04:59] christian_: did you do a chmod that you regret? [04:59] nmatrix9 I don't know what utility is available for it in Unity or with the Nvidia drivers, but on XUbuntu Xfce 4.11+ has a GUI utility that allows you to configure it, and it worked without a hitch [05:00] no i just installed my system [05:01] nmatrix9 I suggest googling something along the lines of "multi-monitor with unity" or "multi-monitor on Linux with Nvidia drivers" and seeing what comes up [05:01] what is this?http://paste.ubuntu.com/9208403/ [05:01] is this some worm? [05:02] i think that's normal [05:02] thats just a ssmall part [05:02] nmatrix9: I just got here. are you trying to use multiple monitors? [05:02] TheHganavak You still here? [05:03] Seven_Six_Two, yeah just struggling to get my 2nd monitor to match my primary it's stuck at 800x600 [05:03] i used "find / -perm -2 ! -type l -ls [05:03] " [05:03] nmatrix9: are their native resolutions actually the same?\ [05:03] Seven_Six_Two, had a heck of a time installing the nvidia drivers and getting it to work [05:03] glitch1: Yup, just booted from it to make sure it worked before I set it to my primary. One sec [05:03] Seven_Six_Two, no [05:04] Seven_Six_Two, one is a 800x600 the 1440x900 [05:04] nmatrix9: that's what ubuntu has set for their resolutions, or those are their native resolutions? [05:05] glitch1: Hmm, did it automatically after I restarted (after booting into it once) awesome! [05:06] TheHganavak Good, so everything working right then? [05:06] Seven_Six_Two, what ubuntu has set. But the primary monitory has far more options. The secondary monitor only has auto, 800x600 and off as options [05:06] Question, has anyone here ever used kamailio? [05:06] nmatrix9: what are the actual specs? [05:07] glitch1: Appears to be running very smoothly. What is this? Nothing went wrong? D: [05:07] TheHganavak lol That feel when everything actually works right for once [05:08] Seven_Six_Two, not sure how to show you but my friend I have to go now. I gotta get up early for work. Maybe we can talk again tomorrow if fate permits. [05:08] glitch1: Weeeeeeee. Thanks so much. You're my hero of the week. Anything I can do to repay ya? [05:10] TheHganavak You're very welcome. The best thing you can do to repay me is to help someone else out with their problems next time you are in a position to help. [05:11] Lol that sounds kinda cross when I reread it, but I mean it literally, next time you have experience with an area someone is having a problem in, go ahead and try to help them. [05:18] Hello, is there a way to disable loading of gpu drivers during setup? My graphics card is fried and I would like to force cpu rendering [05:19] Klevre Assuming the output from the GPU still works, you are looking for the VESA drivers [05:19] I can't help you install them, but look around on google for how to switch to them for your GPU [05:20] Klevre: what makes you say your card is fried? [05:21] Seven_Six_Two, I've an Acer Iconia W500 tablet (two of them actually), one of which displays a pixelated green screen full of lines before shutting down if the gpu is being used a bit [05:22] hey i'd be willing to bet the nsa is watching this channel right now, so let me just say i want to join the illuminati, but we should work towards human freedom not control. k? [05:22] Happens in both windows and ubuntu (at least during setup so far) [05:23] Klevre: is it overheating or shutting down right away? === WyZeGuy is now known as WyZeGuY [05:23] WyzeGuy two problems with your statement, first the illuminati no longer exists, 2 they were about enlightenment and obtaining knowledge, no controlling people, and I'll add a third, no secret group is going to let you in because you asked on an IRC channel [05:23] ok [05:23] soooo archlinux or ubuntu? [05:23] what are the main differences [05:23] WyZeGuY: the nsa also watches -offtopic [05:24] glitch1 that was intended to make people knowledgeable about the goofy conspiracy theories to smile [05:24] ALso, of course they are watching this channel, along with any other public or unencrypted private channel, what do you think they built the world's latrgest data center for? [05:24] Seven_Six_Two, shuts down right away after the pixelated screen [05:24] glitch1 i thought that was a playground :-) [05:24] Ok I need help :-) [05:24] Well there is a park somewhat nearby it [05:24] k2gremlin don't we all [05:24] I setup a new server as a VM. [05:25] glitch1 that settles it, then [05:25] Seven_Six_Two, something like: http://i133.photobucket.com/albums/q41/taytos/GreenDisplay.jpg [05:25] not sure if anyone has come across this issue, but i'm trying to install ubuntu 14.10 my mouse works except for the left click button, keyboard works as well. both mouse and keyboard are usb, any ideas why the left click doesn't work? [05:25] glitch1: Alrighty, I'll hang out here from now on. Cheers [05:25] I did ifconfig eth0 192.168.1.22 netmask 255.255.255.0 and it works perfectly as expected... [05:26] However when I reboot it reverts to dhcp.. [05:26] Thoughts?? [05:26] theres a file in /etc you need to edit [05:26] i can't think of the name right now [05:27] Klevre: can you be more specific than "if the gpu is being used a bit"? Can you do a spreadsheet without a crash? does every program crash it? [05:27] TheHganavak NP [05:27] WyZeGuY I bet that park is just a cover facility [05:28] glitch1 nah everyone's gotta take a break sometime, even government gangsters [05:28] Interfaces?? Lol [05:28] probably lol [05:28] Lol [05:28] WyZeGuY Can be a dual use facility, both as a cover, and as a rec area [05:29] glitch1 we go wrong when we forget that they are human too. they poop just like we do. i wonder if some of them go do tai chi there? [05:29] WyZeGuY ALso, you know those spots on Bananas? Those are actually little cameras so the government can watch you eat :P [05:29] LOL [05:30] Seven_Six_Two, sorry. Yes, having it run in software rendering for days doesn't make it crash. Can't use it for more than 2-5 minutes if gpu rendering is on. I tested this on Windows with graphics drivers enabled and disabled. While disabled there were no issues, when enabled pretty much leaving the tablet on could make it turn off itself. Not isolated to specific programs. Happens during Ubuntu setup as well, so I'd like to force cpu rendering. [05:30] WyZeGuY They want to make sure you are getting your proper nturition [05:30] glitch1 it's a good thing i eat with my mouth closed cuz then they can't see anything >_< [05:30] I have a couple questions about installing Ubuntu on a late 2008 MacBook. (1) realistically, do both Ubuntu Desktop and Server work or should I still with Desktop? (2) I don't want to dual boot, but I want to leave the Yosemite rescue partition intact, then create ext4 + swap partitions. do I need rEFIt or similar? or not? [05:30] s/still/stick/ [05:30] glitch1 how do they ensure we eat our spinach though? o_O [05:31] WyZeGuY That's what the spots on the banana peels are for, those are cameras too [05:31] explains why i don't like banana's lol [05:31] this s*** is bananas [05:31] b.a.n.a.n.a.s. [05:31] LOL [05:32] >these terrible conspiracy theories and puns [05:32] glitch1 lol i'm doing all this cuz i'm slaphappy as pergatory and i really need to go to sleep [05:32] Klevre: are ati binary drivers installed now, or opensource 3d driver? [05:32] glitch1 so i will force myself to bed. and you all have a wonderful night [05:32] I am most unclear on the rEFIt question, would much appreciate any tips on that. [05:32] WyZeGuY Sounds like you need a dose of actual evidence of conspiracies, not just theories about banana cams [05:33] like northwoods [05:33] Seven_Six_Two, how do I check? I can't get past the language selection in OS setup [05:33] glitch1 northwoods :-p [05:33] Klevre: it crashes during install?? [05:34] Seven_Six_Two, yes [05:34] WyZeGuY I got one for you that's based on fact, yet you will probably shrug it off as too ridiculous to be true: http://jimstonefreelance.com/corevpro.html [05:34] Klevre: oh that's a whole other bother. dang. what media are you installing from? which iso and method? [05:34] glitch1 oh no not jim stone what are you doing? === Yukitteru is now known as Dhs92 [05:35] Seven_Six_Two, USB 14.04 x32 [05:35] WyZeGuY Gettin my conspiracy on [05:35] glitch1 please no not with the jim stone lol [05:35] would you mind discussing conspiracies in offtopic please? [05:35] actually i've gotta go to sleep anyway [05:35] bye peeps [05:36] Same here [05:36] night everyone [05:36] nighty night sweet dreams [05:36] hi [05:37] hi [05:38] Hi [05:38] hi [05:40] Hi [05:40] Lol [05:40] !!! [05:40] Klevre: I think you might need the alternate installer. Do you see grub choices during boot? [05:42] Seven_Six_Two, yes. Doesn't crash for me there, ever. I can see the boot options for Ubuntu [05:45] Klevre: edit your grub line, and add "nomodeset" without quotes. [05:45] Seven_Six_Two: I read that as "nomnom all set" isntead of nomodeset [05:47] Don't judge :D [05:47] never [05:48] I would like to use a Twitter client. My requirements: nice sleak and clean UI (customization would be a plus). Any suggestions based on this? [05:49] Klevre: if that works for you, you will also have to add that to the installed grub once install is done, but before rebooting. [05:49] And yes if I use the Twitter client how much it would be different from Twitter we access from browser [05:50] Seven_Six_Two, ah thank you. Let me try [05:50] Hello guys, I currently have Windows 7 installed on my system. [05:51] Well that's your first problem. [05:51] I'm trying to dual boot Ubuntu with Windows 7. I downloaded the ISO and made a bootable disc and can now proceed to the installation on boot-up. [05:51] subhojit777: how different it is depends on the app that accesses their api. what is right for you also changes the answer. You should install a few and choose one. if you can't find a native client, you could try to install air and tweetdeck. maybe it still works. [05:52] But during the partition, when I try to use the space I emptied (which is a local drive on Windows 7), I can't add new partitions. Why is that? [05:52] Don't be like me: *Gasp* [05:52] * LinStatSDR ** SysInfo ** Client: HexChat 2.10.1 (x64) ** OS: Microsoft Windows 7 Professional ** CPU: Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz (3.00 GHz) ** RAM: 32718 MB Total (17917 MB Free) ** VGA: NVIDIA GeForce GTX 460 SE ** Uptime: 37.22 Hours ** [05:52] *gasps* [05:52] Niernj, Your space is unallocated? [05:52] Windows 7 /shakes fist. [05:52] Seven_Six_Two, ok thanks [05:52] Indeed. Have you made a separate partition for it?' [05:52] Probably a stupid question, but I'm stuck on this. I tried searching around and some articles say you can't have more than 4 primary partitions because the partition table size is 64. [05:52] LinStatSDR: Yeah, right. Unallocated. [05:53] Niernj: is there free space on the harddrive? I don't mean windows saying you have free space, but a partition manager that says there is space without a partition (or an empty one). You normally have to shrink windows partition before you can install [05:53] Niernj, 4 primaries is a msdos partition rule. [05:53] I need a swap partition and another partition ext4 in order to install Ubuntu right? But I can only make one of them. [05:53] Seven_Six_Two: Yes, there is. [05:54] bubbasaures: Okay, so how would I install it now? [05:54] Niernj: make an extended partition that takes up all of the space. then make partitions in that. if your pc is decent, you can do without swap. [05:54] imho, if you're unfamiliar with linux you're best bet is to use it as a VM [05:54] Niernj, Is there 3 primaries there now and a unallocated? [05:55] LinStatSDR: I'm familiar with Linux, but I haven't had to use more than 3 primary partitions before. [05:55] bubbasaures: Yes. [05:55] Alrighty then [05:55] Niernj, cool follow Seven_Six_Two's info with the extended than the logicals for ubuntu and swap inside. [05:55] To rephrase: I have a 60 GB unallocated space.and I can only add a single primary partition, but if I understand it correctly, I need two primary partitions in order to install Ubuntu, and for swap. [05:56] Seven_Six_Two: what do you mean by 'extended partition'? You mean 'Logical'? [05:56] Niernj, You can put a extended there, this is a container for lots of logicals. [05:56] Niedar: yes. the "container" partition [05:57] bubbasaures: I'm still not sure what is an extended partition. Could you explain? [05:58] Niernj, I have to take off is all, you will get that squared away shortly. ;) [05:59] niernj, extemded partition is like primary, but can be subdivided furthrr into logical parts [05:59] hi [05:59] bubbasaures: Alrighty, thanks for your help. [05:59] noobix: Ah thanks, I'll try that! [06:01] niernj, no need, just obe primary for / , and one for swap is enough.. to have partiyions for /usr and /home is just pedantic [06:01] and only to honot trafition [06:01] tradition [06:02] noobix: It depends on the use [06:02] its a home desktop [06:03] I always do a separate home. That way my data can't cause the system to run out of space. [06:03] it is confusing neebies [06:04] it's not a tradition. Sure, it's not necessary. That doesn't make it pointless. [06:05] ok [06:05] I keep /var on its own partition on my servers for the same reason. [06:05] technique === konrad is now known as Guest92743 [06:10] so I've got two machines with similar-ish configurations, both on the same local network. One gets ~45 MB/s talking to my NFS server, the other ~1 MB/s. Any ideas where to look for what might be causing the difference? [06:11] are they both gigabit cables? [06:12] and nics? [06:14] yes, he says cautiously [06:14] slyrus: swap cables and retest. swap ports and retest. [06:14] *ports on router [06:15] interesting idea. that means swapping rooms, but, yes, if it magically works when I move it over to the other router, that narrows things down a lot! [06:16] i'll be back after i confirm that it's not router/cabling :) [06:17] ethtool tells me that I'm at 1000Mb/s on the slow box, FWTW. === wolfy is now known as Guest17807 [06:20] how long are the cables? are they kink free, and away from rf-generating devices? [06:21] or em fields? === Dhs92 is now known as Yukitteru [06:33] hola === varun_ is now known as Guest89558 === jim is now known as Guest48834 === rgenito is now known as Guest8805 [06:41] Hey guys. I'm trying to install Ubuntu along side Windows 7 (dual boot), and have 60 GB free space. I'm at the partitioning stage. [06:41] It was suggested earlier in this channel that I should create an Extended/Logical partition and then create new partitions for swap and the installation (/). But I can't seem to do that. [06:44] nierj, you dont need swap, just use that 60 gb as / [06:45] noobix: You sure? I'm on a PC with 2 gigs of RAM and a dual core processor. [06:45] yes it will do [06:45] Nierj: make a swap [06:45] Nierj: also, without a swap you can't hibernate [06:46] noobix: But I think the last time I tried to install without swap, it showed some errors during the installation [06:46] Nierj: did you press on Something else in the installation? [06:46] EriC^^: Okay, that's not a problem - I don't use hibernation feature at all. [06:46] EriC^^: Yes [06:46] How else would one proceed to the partitioning stage? o.O [06:46] Nierj: still 2GB is kind of low, if you have a vm running too then you won't have any left [06:47] EriC^^: i don't have any. [06:47] Say I want swap. How would I make one? As I said above, I can only make one more primary partition from this unallocated/free space. [06:47] Nierj: just asking what you pressed and where you are at [06:48] EriC^^: okay, cool! [06:49] Nierj: make an extended partition [06:49] Nierj: I think with the last partition you have you can make that the extended partition and from that can add a few more partitions that are inside that [06:49] hold on [06:50] EriC^^: I tried to do that by clicking on 'Add' after selecting the free space, and then I added it. Now there's a new partition, but I can't seem to add any new ones. [06:50] Maybe I'm doing it incorrectly. [06:50] EriC^^: okay, I'll wait. [06:51] (Just FYI: this is the page I'm at: http://i.stack.imgur.com/fHPI8.png - not the actual image, just taken from a blog) === Yukitteru is now known as Yukinotteru [06:52] Nierj: press on the free space, press "+" press change primary to logical, then select use as swap area, and press ok [06:52] EriC^^: Okay, then? [06:52] use about 2-3GB for swap [06:53] sure, I'm using 3 [06:53] then make press on the remaining free space do the same but select ext4 and the mountpoint at "/" [06:53] Oh. So it doesn't matter if I use a logical partition for swap? [06:53] yeah [06:53] Ah cool [06:54] Does Linux/Ubuntu care about what type the partition is, at all? [06:54] what do you mean? [06:54] in what context [06:54] Like for /, does it matter if I use logical instead of primary? [06:55] Or does it need to be primary itself? [06:55] hey guys so i made a bootable cd with lubuntu the computer i wanna install it on doesnt read the disk it reads everything but this disk it shows as blank, that old comp is running windows xp how do i install lubuntu? also i tried usb, there is no option regarding usb in bios or external drive, also i tried the new ubuntu on a bootable dvd that it read but only lubuntu it cant read why is that? [06:55] no, logical is fine [06:55] What exactly is the difference? Maybe a link I can read more about it? [06:55] logical is like a primary partition i guess, its just cheating [06:55] EriC^^: okay, I see. [06:58] hey is anyone doing the reddit secret santa? [06:58] :3 [06:59] vegombrei: I'm guessing it's an old computer the the cd/dvd drive won't always read disk perfect anymore. other posibility is the cd/dvd is corrupted maybe you can verify it integrity on the system that wrote it [07:01] vegombrei: with your bios it sounds like your running slim on other options if usb won't work and the cd continues to fail. maybe plop boot manager or hook an ide disk directly to it or?? [07:01] good night everyone [07:02] vegombrei: oh and maybe you can update the bios with a flash? [07:02] its a sony vaio tx27gp with a centrino 1.2ghz and 1 gb ram dvd burner reads everything it works fine [07:02] good night KatherineA [07:03] sacarlson1: hmm didnt think of that .. you think sony gives out bios updatesA? [07:03] vegombrei: then must just be a corrupt dvd then [07:03] vegombrei: maybe they do [07:03] sacarlson1: it reads in other computers [07:04] vegombrei: well you could try at least one more burn and make sure you burn it as slow as posible [07:04] sacarlson1: nowdays dude its hard to get a good copy of ubuntu most of them have the md5 issue even the ones you get thru torrent are sometimes faulty [07:04] vegombrei: not really [07:05] vegombrei: oh then maybe you have bad iso copy? it should match the md5sum [07:05] vegombrei: you can use rsync to patch up an iso btw [07:06] sacarlson1: yeah i got two one from the lubuntu site and the other from torrent both sizes dont match and the one from torrent site worked could burn iso on dvd but the other kept failing the dvd burn process [07:07] EriC^^: please teach me rsync oh master jedi i think it might be the key [07:07] vegombrei: they are big files so maybe you lost conection with standard download and it wasn't complete. check the md5sum before you burn it [07:08] vegombrei: rsync -avP rsync://mirror.to.iso /path/to/iso [07:09] EriC^^: vegombrei also I think wget has options to continue to download if first attempt fails [07:10] rsync will patch it up better i guess, it uses a differencing algorithm [07:10] EriC^^: I've never tried that rsync thing, I should try that some time [07:10] sacarlson1: it's very nice [07:11] EriC^^: and that works over http? [07:11] from the ubuntu website yeah [07:13] i guess you can't use it for http though [07:14] EriC^^: ya my guess is it uses maybe port 22 or something but that's ok if the mirror site suports it. but wget just uses http [07:14] it's a life saver if you have completed the download of an iso and then the md5 doesn't match, happened to me once and rsync saved my butt [07:15] EriC^^: ya and these files are getting so big, you really don't want to start completely over if you don't have to [07:17] sacarlson1: EriC^^yeah pretty big fan of rsync too but have found on low end hardware like a home NAS it tends to eat up a fair amount of CPU compared to scp or the like, but restarting transfers is definitely nice along with a lot of the other features of rsync [07:17] yeah especially with the some connection speeds, i had like 60-70kb/sec and it was at night unlimited, so it took like a week to download, it was like xmas night and then no santa when the md5 failed [07:17] OMG i haven't ever thought about using rsync to repair the image :) === root is now known as Guest87382 [07:21] hellw [07:24] hi guys. i have run into a little problem with linuxlite (i am a new user) and i require an issue. [07:24] require assistance * [07:25] !flavors [07:25] !Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu. [07:25] hmm, wrong. [07:29] oops. im back. tethering via droid. [07:30] so. i deleted the password off my account and now anything that requires pass authetication bounces [07:30] ie, trying to mount w7 volume doesnt work. all password entries bounce back as failed. [07:32] hi guys [07:32] need help [07:32] hi alt [07:32] me too :( [07:32] YaY I fixed it, GOogle is awesome sauce :) [07:33] tek__: can you get a grub menu [07:33] heck yeah google is the best [07:33] eric, is that the bootloader? [07:34] tek__: yeah [07:34] tek__: do you have physical access to the machine [07:34] i have done somthing bad with synaptic and need to recover my system ????? [07:34] sorry, i am VERY new. i am transitioning from w7. loved the install process. [07:34] yes i can. [07:34] yes. im on it now. [07:34] alfatihmh: something bad? [07:34] tek__: ok, hold shift while it boots to get grub [07:35] yep [07:35] can you talk here while you do that? [07:35] alfatihmh: like how bad are we talking? [07:35] i can download an IRC client to my phone. [07:35] tek__: ok, if that's easy do that [07:36] Help, I can't get the Fn keys to control backlight working on my Toshiba laptop [07:36] sure. thanks eric. wait out. [07:38] eit [07:38] sorry [07:39] connecting now eric. i will reboot into grub. [07:40] Hi Eric [07:42] I am at bootloader. I have advanced options for Linux lite or 'c' for cmd line [07:45] wb sacarlson [07:52] hi eric. passwd in konsole workd. [07:52] however, i would either like to remove or change default keyring password. [07:53] tek__: sorry, i way away [07:53] *was [07:53] very strange. ive also lost my native resolution and cannot change it. [07:53] thats fine :) [07:53] were you going to suggest passwd? [07:55] it feels as though a 'registry' issue. xchat is also not using supplied nickname, its using my pc username [07:55] and my background has changed back to default [07:56] ubuntu pls [07:56] hmm. i might have to try lubunto. [07:56] lubuntu. [07:57] linuxlite seems great and i love how easy it was to install and drivers worked flawlessly, just a few bugs here and there. === Yukinotteru is now known as Yukitteru [07:59] tekk: i gtg sorry [07:59] tekk: ill brb in 10mins maybe [08:04] any ita? [08:05] Where is my kernel configuration file located? [08:08] strange. booted into recovery and rebuilt packages and it seemed to fix some things. [08:08] even though there was a lot of errors due to no network connections === CyberJacob|Away is now known as CyberJacob [08:18] o maintainers simply get the source packages and then they have to build the various binaries for it and then allow it into the repos, and the changes are tracked .orig.debian.tar.gz and so forth right? === EriC^^ is now known as Guest69371 === Yukitteru is now known as Yukinotteru [08:39] tekk: hey [08:45] I see that a process named "kidle_inject" is eating up a lot of CPU. Anyone facing a similar issue? [08:48] hj2007: post about it hear explains it has to do with "power clamp" for intel processors to reduce the heat/power consumption and is slightly deceptive http://askubuntu.com/questions/482307/kidle-inject-uses-cpu-power-without-apparent-reason [08:48] hj2007: apparently that "CPU Usage" is actually idle time [08:49] here* [08:49] too late [08:50] thanks wafflej0ck_, I already saw those posts but nothing seems too assuring. Let me see if the suggestion by Elder Geek is of any help. [08:52] hj2007: yeah I mean really it seems like something you could just kill to see if it has any ill effect and decide if you think it's worth it for the power savings or heat reduction to leave it running or if you'd rather have it off, I use Ubuntu Gnome and tbh something like this would be nice as my i7 tends to get pretty hot and can tear through a battery faster than I'd like [08:54] hj2007: ooo this might help me at least https://wiki.ubuntu.com/Kernel/PowerManagement/ThermalIssues [08:54] wafflej0ck_, I've installed Xubuntu desktop environment on Ubuntu install. But I was facing same issues with Unity. Don't think that matters. yes, let me try killing the process and see the consequences. [09:03] wafflej0ck_, I uninstalled thermald and everything is back to normal now. Those processes are started by thermald it seems. Until properly configured thermald is a disaster it seems ;) [09:03] is there have a dig command to list all A record for a domain ? [09:04] hj2007: ah well good to know TIL [09:06] lkthomas: ya and that's it dig === Kenzi`_ is now known as Kenzi` [09:10] I got a crash with gnome-terminal on 14.04, and the usual "problem detected" dialog came up - but now that I can actually reproduce it reliably, the dialog no longer comes up [09:10] does anyone know how to get it to reappear [09:10] lkthomas: or maybe it's dig -4 yahoo.com ; -4 privides only ipv4 -6 privides only ipv6 or AAAA [09:10] sacarlson, doesn't work for our internal server [09:11] lkthomas: it should point it to the server with dig @yourserverip website.com [09:11] hi [09:12] sacarlson, same result [09:12] i could use some help with an ubuntu installation [09:12] i'm stuck [09:12] whats your problem Skipper16 [09:12] Skipper16: where are you stuck? [09:12] lkthomas: then I assume your server is not running bind9 or other dns server or ?? [09:12] i only have one flash drive to begin with [09:13] Skipper16: no dvd's or cd? [09:13] sacarlson, this part I have to check [09:13] so, i was told i could use the flash drive as an installation medium and also as the destination installation drive [09:13] Skipper16: wait, that's not a problem. [09:14] Skipper16: ah, you want to install it to the flash drive? [09:14] as install and destination? no [09:14] lkthomas: on the server see that bind9 is running and listening on the nic you have pointed to your internal network with sudo netstat -pant [09:14] Skipper16: I think you mean a live install with persistance [09:14] EriC^^ it is not a problem, but i don't have a dvd drive either [09:14] no, i mean permanent install on flash drive [09:15] yes that would be a live install with persistance Skipper16 [09:15] Skipper16: which OS are you using right now? [09:15] win 8 [09:15] ;) [09:15] Skipper16: well is there virtualbox for win8? [09:16] Skipper16: with virtualbox you could load the iso and make a raw disk image and install it to the usb [09:16] here's what i did: i formatted the flash drive with only a small partition on which i put the ubuntu image and made it bootable ti lili usb creator [09:17] Skipper16: ok, so maybe if you do 2 partitions it might work? [09:17] i booted that and i had most of the flash drive unformatted [09:17] Skipper16: make 1 fat32 one, and use the rest for an ext4 one if you dont want swap [09:17] who knows [09:18] that could only work if you load all into ram [09:18] i chose 'install ubuntu', used the free space on the flash drive and created and ext4 as / and installed ubuntu there [09:19] Skipper16: ok, did you choose the bootloader's location? [09:19] the installation worked but after reboot i find myself in the "live cd" grub menu again [09:19] Skipper16: did you choose to install the bootloader on the usb's disk? [09:19] it is giving me the "try w/o installing" or "install ubuntu" etc [09:20] EriC^^ i installed the bootloader on /dev/sda [09:20] which was the only drive (the flash drive) [09:20] Skipper16: there's no hdd in your pc? [09:20] no [09:20] dev/sda would be whatever has win8 i guess [09:21] ok [09:21] i am on a different computer [09:21] Skipper16: ok, try to delete the partition that has the live system [09:21] the ubuntu computer has no hdd for now [09:21] the fat32 partition [09:22] Eric^^ okay [09:22] no need to delete it just move the boot partition to the start of the drive, although installing like this is a generally bad idea [09:22] ?? [09:25] here is the layout of the drive [09:25] http://paste.ubuntu.com/9211442/ [09:27] Skipper16: nice, it's efi :) [09:27] i delete the 1500 mb fat32 that i used as install source? [09:27] Skipper16: i guess you could if you dont want it anymore [09:27] yes, i found it in the ubuntu help pages, created it during installation [09:27] Skipper16: ok, the bios is set to efi too right [09:27] it is not that i don't want it, i just need to not boot into it anymore [09:28] yes, uefi boot [09:28] Skipper16: well can you press the boot options on your pc [09:28] Skipper16: you should be able to select whatever is in the efi boot manager [09:29] Eric^^ the bios only gives me 1 option, "usb hdd ..." which is the flash drive [09:29] guys, I'm trying to follow this tutorial: https://help.ubuntu.com/community/SettingUpNFSHowTo [09:30] it is a sh*** laptop bios with not many options [09:30] but when I try do mount --bind /home/users /export/users it says "special device /home/users does not exist" [09:30] Skipper16: is the partition marked as bootable? [09:30] Skipper16: try list volumes [09:30] in diskpart [09:30] *list volume [09:31] hi [09:31] I'm having permissions problems mounting external disks on xubuntu 14.04. I'm being prompted for a password to mount my usb disk [09:32] AntiSol: how are you mounting it? [09:32] i plug it in [09:32] or i click on the icon for it in thunar [09:32] AntiSol: ok [09:33] I get a dialog that says 'authentication required to mount ' [09:33] and when I click details it gives me 2 links: org.freedesktop.udisks2.filesystem-mount and http://udisks.freedesktop.org/ [09:33] AntiSol: ok, go to disks [09:34] what do you mean 'go to disks'? do you mean in settings or in thunar or what? [09:34] click on edit mount options [09:34] AntiSol: it's a program [09:34] http://paste.ubuntu.com/9211555/ Eric^^ no indication as to what is bootable imo (all but volume 4 are fixed disk on the win 8 computer) [09:35] Hey all, how can I update from 10.04 to 14.04 in one go, without questions? [09:35] ie, without having to attend to the upgrade every few seconds [09:35] SASDOE, update? no. clean install? yes. [09:35] 10.04 > 12.04 > 14.04 [09:35] do-release-upgrade ? [09:35] eric: package name? executable name? I don't see any 'disks' icon in my menu [09:37] EriC^^: ?? [09:41] SASDOE: if you don't want to do all the intermediate upgrades between 10.04 and 14.04, one option might be to save your home partition. You can usually do a clean install but keep your home partition and it works pretty well. I've done it once or twice, once from 32 -> 64 bit. [09:42] if you're not using a separate partition for /home, you could create a tarball backup and decompress it over the top of a clean install, or you could repartition. [09:43] So, EriC^^: does your silence mean that you're stumped because I don't have 'disks'?!? [09:45] AntiSol: Cheers I'll do that. [09:45] you will need to reinstall all your apps, i.e it won't keep track of what packages you have installed very well, but all your settings will be there [09:45] could someone talk me to grub command line? that's what it comes down to i think, to make grub boot the proper partition [09:46] through grub cmd line [09:46] Skipper: IIRC grub has tab-completion these days, it's handy ;) [09:47] I don't remember the grub syntax, but last time I had trouble I figured it out with some educated guessing and lots of tab-presses [09:47] gosh [09:47] ls gives me > secure boot forbids .... [09:48] I think you want something like boot (device,partition), where device and partition are numbers starting at 0 === m1dnight1 is now known as m1dnight_ [09:48] try typing 'boot' and hitting tab [09:48] (a couple of times) [09:49] EriC^^: ????? [09:50] Antisol trying ls now is > (memdisk) (hd0) (hd0, msdos4) to (hd0, msdos1) [09:51] Hi does an apt-get upgrade update the distrib or no? [I don't want to] [09:51] touki: no only software not the distro [09:51] thanks [09:51] distro is do-release-upgrade [09:52] Skipper17: ok so hd0 is the disk, try boot(hd0) [09:52] then boot(hd0,4) [09:52] boot tab is nothing, boot alone says 'you need to load the kernel first' [09:52] then boot(hd0,msdos4) [09:53] ah, you might be at the other prompt [09:54] the other prompt? [09:54] Skipper17: I found this that might help http://forums.justlinux.com/showthread.php?152790-How-to-use-Grub2-to-boot-Linux-manually [09:55] Skipper17: I assume you have grub2? [09:55] skipper17: ok [09:55] try: [09:55] root (hd0,1) [09:56] kernel /vmlinuz root=/dev/sda1 [09:56] boot [09:56] (assuming that your disk is sda1 and you're booting off the first partition) [09:57] Skipper17: I don't recall ever booting manualy in some time so I. might also need something for initrd initrd /boot/initrd.img-2.6.18-6-686 or whatever your kernel ## [09:58] * AntiSol thanks EriC^^ for the amazing help. [09:59] okay > set root (hd0,1) OK, but chainloader +1 > invalid efi file path [10:01] i quit [10:01] Skipper17: you don't just have a live CD lying around somewhere? it'll show you a nice menu. That's what I'd do ;) [10:02] Antisol i have a blank cd even a burner but no cd drive on the laptop [10:03] agh that sucks. Modern hardware is annoying. You could make a bootable USB stick. [10:03] Skipper17: do you have any idea as to how this system is partitioned? where is root partition , where is boot ? [10:03] i am going to the store and get a second thumb drive, then i will be able to use one as the install source and the other one as the target [10:03] sacarlson, yes i partitioned it [10:04] http://paste.ubuntu.com/9211442/ [10:04] Skipper17: so do you want to provide. ok let me take a look [10:05] please do [10:05] Skipper17: so how does that end up being maped? I don't understand how you can have 3 partition 0 [10:05] I'm going to leave sacarlson to it - sounds like you know grub better than I. Sorry I wasn't more helpful [10:06] AntiSol: no I basicly suck at it [10:06] that is windows not recognising any ext4 i guess [10:07] Skipper17: well I can't read that so can't be of any help [10:07] AntiSol: sorry, i had to leave [10:08] EriC^^ that's OK I just wasn't sure what had happened :) [10:08] AntiSol: no problem :) [10:08] I think I found a page with what you were talking about: http://askubuntu.com/questions/445224/stop-ubuntu-asking-for-password-to-mount-second-drive [10:09] but I don't have that 'disks' thing because I'm using xubuntu [10:09] my user is definitely in the disks group [10:10] AntiSol: yeah, i guess so, it's called gnome-disks here [10:10] i dont think xubuntu has that [10:11] you could do the workaround of adding it to the fstab with certain options [10:11] nope, the closest thing is in the settings manager under 'disks and removable media' but there are no mount options [10:11] what option were you going to tell me to put in? [10:11] that would allow anyone to mount it using mount as well, like mount /path/to/mountpoint [10:11] AntiSol: i was going to suggest to check if the option is set to require authentication when mounting [10:12] problem with that is that it applies to any usb disk, and I don't want to edit fstab for every new thumb drive [10:12] AntiSol: yeah that's true [10:12] kk, Antisol, sacarlson, EriC^^ thanks for your time i will do the easy thing now and get a 2nd flash drive, then use one as install source and one as destination, for the record using 1 usb drive as install and destination is not a good idea ;) [10:13] Skipper17: I looked at your paste and i think you might want partition 1 not 0 [10:13] though it does work but grub 2 command line grrr [10:13] oh no that's the usb stick. I suck at grub [10:13] Antisol part 1 is the install image, the problem is it still boots into that after installation on the 5 gb partition [10:14] yeah i noticed ;) [10:14] Skipper17: what happened i didn't see what you did [10:14] Skipper17: did you try to remove the live session's partition? [10:15] EriC^^ can you find the name of the binary for the 'disks' tool? maybe i can install it without pulling the whole of gnome [10:16] AntiSol: it's called gnome-disks [10:16] thanks [10:16] !find gnome-disks === lalatenduM_ is now known as lalatenduM [10:16] File gnome-disks found in app-install-data, gnome-disk-utility, lubuntu-icon-theme, mate-icon-theme-faenza [10:16] !info gnome-disk-utility [10:16] gnome-disk-utility (source: gnome-disk-utility): manage and configure disk drives and media. In component main, is optional. Version 3.10.0-1ubuntu3 (utopic), package size 207 kB, installed size 1204 kB === Zerant is now known as Zerant|Work [10:17] hello [10:17] i think that's the package ^^ [10:17] package gnome-disk-utility, only needed to download 300kb :) [10:17] hey guys, any solution for lock screen on ubuntu 14.04, gnome session flashback? [10:17] lol [10:17] ooh those !find and !info macros are handy! [10:18] EriC i just deleted the live partition not it doesn't boot at all , bios boot options are empty [10:18] john: yeah: remove that crap and install xscreensaver ;) [10:19] AntiSol: thx [10:19] and I prefer this to unity or gnome3... for now [10:19] okay gotta go [10:19] will try again later [10:20] it's not as pretty, but it works. Jamie zawinski (xscreensaver author) has a great rant about why gnome-screensaver is broken. It applies to most of those session-locking apps [10:21] here: http://www.jwz.org/xscreensaver/faq.html#gnome-screensaver [10:21] can you read french :) [10:22] AntiSol: this might help http://unix.stackexchange.com/questions/37428/arch-linux-mount-disks-with-thunar-without-password [10:22] hello [10:23] that does look promising, thanks! [10:23] no problem [10:25] i have a htpassword on a production environment - set-up before it goes live.. now, i’ve also set-up a htpasswrd on the testing environment. They shared the same .htpasswd file. Now i’ve CP that file into .htpasswdLive and changed the password for the Live environment. I also changed the /etc/nginx/sites-available/SiteConfig file where the “auth_basic_user_file /etc/ngxinx/.htpasswdLive; .. saved and ext… but the Live environment is still us [10:25] the old htpassword! any ideas? [10:26] oh not nginx [10:26] isn't it supposed to be easy to configure? [10:28] you used htpasswd to change the password, yes? [10:29] did you restart nginx? [10:29] (or reload) [10:30] hello guys [10:30] hi [10:33] AntiSol: no i did not restart [10:33] dont know if this has consequences for anything that is running [10:33] is there a save way? [10:34] yeah sudo service nginx reload [10:34] or sudo /etc/init.d/nginx reload [10:34] are testing and prod on the same machine? [10:35] that's a bad idea... [10:36] Hi, I've turned off animations in compiz settings manager but every window and popup menu are still fading. What can I disable more [10:37] Linnak: I don't remember exactly but I think you want to look for a setting in one of the 'window manager' type places [10:38] either a tab called something like [10:38] 'animations' or a setting like 'animate on minimize/restore' === m1dnight1 is now known as m1dnight_ [10:42] I'm getting there. Now windows are good but popup animations are still on [10:43] do you mean tooltips? [10:46] yes. When I hove for example an icon on unity bar [10:46] *hove=hover the mouse [10:47] just keep looking for those options. It'll be something like 'animate tooltips' or 'animate popups' [10:48] sorry i cant be more specific but I don't use compiz anymore :) [10:49] I just wanted to try Unity but I never could because it is so slowly [10:49] whenever i [10:50] I don't have problem with the look but why don't the put a button in unity-tweak-tool which said "tunr off every animation" [10:50] i use xfce [10:51] whenever i delete a file in 14.10 the system freezes for few seconds [10:51] any idea why?? [10:53] ayush: that's strange. Is it a USB disk? [10:53] I tried delete animation and fade words in dconf editor but it wrote back after [11:02] Hey I want to use Ubuntu Server, it's have a pay support of company like SuSe or Red Hat? [11:02] Hi, how can i add this url http://dl.bintray.com/gocd/gocd-deb/ apt source list. [11:02] I have tried using apt-add-repository.. But it didn't help [11:02] Thanks in advance! === mike_ is now known as Guest11407 [11:06] Hi guys, Im having some touble running a command. Can anyone take a look? [11:06] Im running: chcon -u system_u -t system_conf_t /etc/sysconfig/myiptables-* [11:06] but it gives me: chcon: can't apply partial context to unlabeled file [11:10] hey all [11:10] pedały jebane [11:10] suck my dick [11:11] Nahita: what is the output of 'ls -l /etc/sysconfig/myiptables-*'? Maybe there's a problem with the fileglob (*)... [11:15] yeats: -rw------- 1 root root 207 nov 19 12:10 /etc/sysconfig/myiptables-filter [11:16] I dont think thats it, but thnx [11:17] Nahita: I'm not all that familiar with the ins and outs of selinux, sorry [11:18] yeats: np, same here :D [11:19] Nahita: you may have seen this, but: http://www.linuxquestions.org/questions/linux-general-1/chcon-can%27t-apply-partial-context-to-unlabeled-file-371977/ [11:19] Hi, i freshly installed ubuntu but my fn keys for brightness change the brightness value in the wrong folder (changes it in acpi_video/brightness but it should - to work - change in intel_video/brightness). How may I change that? [11:19] yeats: I will take a look, thnx [11:19] I wrote a new song - https://soundcloud.com/mystery-dma/evening - not sure if anyone can listen? I would love to know if it works on ubuntu as I have only tested it on Windows and Mac [11:20] DanMAbraham: then boot up a live CD/USB and test it, then [11:21] hi [11:21] :-*O:-) [11:21] the trusty images on http://cloud-images.ubuntu.com/locator/ec2/ are a bit outdated. How would I get an EC2 image with updated packages? === pvoigt_ is now known as pvoigt [11:23] Wulf: I haven't done anything with cloud images, but can't you just install one of those and update them with apt-get? [11:23] yeats: doing that, but it takes time [11:23] Wulf: well, yeah ;-) [11:24] jeany, maybe this solution works for you too http://askubuntu.com/a/450594 [11:24] hi there [11:25] need a free ssh account to bypass filtering in my country [11:25] any help ? [11:25] ZeroC00l: not the right channel [11:25] Ensure following file exists. [11:25] /usr/share/X11/xorg.conf.d/20-intel.conf <- it does not exists OerHeks [11:25] ZeroC00l, that is beyond the scope of this channel [11:25] but i am trying to create it and will see, thanks [11:26] ZeroC00l: why do you need it to be free? [11:26] jeany, make one if it does not exist. [11:26] i know but i just asking for help any where [11:26] yep, relogging === Malsasa_ is now known as Malsasa [11:26] thanks jeany [11:26] I want to send an email from my shell account with mail command [11:27] Can I setup mail to connect with external mail server [11:27] ? [11:28] because un logs I see relay is 127.0.0.1 [11:28] !mailserver | mnms_ [11:28] mnms_: Ubuntu supports the Simple Mail Transfer Protocol (SMTP) and provides mail server software of many kinds. You can install a basic email handling configuration with the "Mail server" task during installation, or with the "tasksel" command. See also https://help.ubuntu.com/community/MailServer and https://help.ubuntu.com/12.04/serverguide/C/email-services.html [11:28] works, thanks a lot OerHeks [11:28] jeany, have fun :-) [11:28] :) cya [11:29] mnms_, sure, like this http://unix.stackexchange.com/a/37061 [11:30] OerHeks: Thanks ! [11:34] hi again [11:35] Hi there, do u know how to remove fl.txt~ from dir? [11:36] fatvlad: open the file manager and select it and delete [11:36] any free ssh account ? === varun_ is now known as Guest95262 [11:37] fatvlad: rm dir/fl.txt~ [11:37] ZeroC00l: not on topic here [11:37] fatvlad: you have to press ctrl + h to show it in the file manager [11:37] i know i just asking ? [11:37] ZeroC00l: no. [11:37] ZeroC00l: head over to #xshellz [11:37] should /sbin/init be running at 3.9% all the time? [11:37] ZeroC00l: not on topic = don't ask here [11:37] BadApe: 3.9% what [11:37] thanks Eric [11:38] Ben64: sorry cpu usage [11:38] BadApe: mine is taking 0.0% so... probably not? [11:38] i am looking at an idle vm with high cpu usage [11:38] ty, rm remove it [11:39] is /media a "true" directory or does it reside in RAM? if I do a "mkdir" there, will it remain after shutdown? [11:40] vroomfondel, yes, it will be there after reboot. [11:41] i have fl.txt, I delete it, and now I have fl.txt~, cant see it with nautilus. What is it? [11:42] I just donno how to google it :D [11:43] I just umounted an SDcard and its directory vanished. Is there a convention when to remove directories there? And whats the point in conserving /media/username/whatever [11:45] hi [11:46] hello [11:46] vroomfondel: well it got created and mounted automatically, so when you unmount it, it goes away [11:46] BadApe: Mine is also at 0 0 [11:48] Ben64: but not if I created the directory by hand? [11:49] vroomfondel: yeah it should stay [11:53] Ben64: when I umount the SDcard, /dev/sdcX as well as the /media/username/XXXXX go away. If I want to remount it by hand, how to do it? [11:54] !mount | vroomfondel [11:54] vroomfondel: mount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount [11:54] this is what i love about linux, i booted up and everything worked just fine and i rebooted.. and it did not boot up [11:54] vroomfondel: how do you unmount it? /dev/sdx shouldn't go away... [11:55] Ben64: it does... I also wondered [11:55] !details | snuskgubben [11:55] snuskgubben: 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) [11:55] vroomfondel: you didn't answer the question... [11:55] Unity does not start, and if i use the guest account it does. [11:56] Ben64: umount /dev/sdc5 [11:56] snuskgubben: what did you do in between booting fine and rebooting [11:56] vroomfondel: well that wouldn't make the device disappear [11:57] Ben64, nothing. I just booted up ubuntu restarted to boot up win 8 and then i booted back to ubuntu and then it did not start up. [11:57] Ben64: it is, I think, a secondary partition on the SDcard. There is still /dev/sdc1on the same card [11:58] vroomfondel: where do you see it disappear [11:58] Ben64: when I do mount or df [11:58] vroomfondel: well yeah, because that shows only things that are mounted [11:59] Ben64, i used chrome for a bit.. i did not update any programs or edit any files, my guess is that the config for unity is broken [11:59] Ben64: my bad... mount refused to remount sdc5, so I thought it wasn't there [12:04] How do i reset unity? [12:05] !unity | snuskgubben [12:05] snuskgubben, please see my private message [12:05] !notunity | snuskgubben [12:06] snuskgubben: http://www.webupd8.org/2012/10/how-to-reset-compiz-and-unity-in-ubuntu.html [12:16] this just suck, i can not run the unity-reset outside my x session and i can not get a terminal in x when im logged in to my non guest account === nikolov_ is now known as Dreaman === Anonymous_ is now known as Yordan === Yordan is now known as Yordan89 === ARMEN_ is now known as EREVAN [12:21] snuskgubben: tried just bypassing your /home config by temporarily moving .config to .configold? [12:21] i will try that [12:21] where is this file located? [12:21] dont mean to step on any toes, but what's up daftykins snuskgubben ? [12:21] i don't know off hand if that's where the session config is btw, so you might want to confirm that [12:22] EriC^^: i haven't been following but it looked like a wonky session config is preventing unity from starting in snuskgubben's account, works fine in a guest session [12:23] daftykins: oh ok i see [12:24] helow teteeees [12:24] Howdy folks [12:24] someone saw yesterday the big brother? [12:24] !ot | eljoniamo [12:24] eljoniamo: #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! [12:25] okaymy computer turns off every time [12:25] why do i have a file called Trolltech.conf? xD [12:25] in my .config dir [12:25] snuskgubben: for QT [12:25] now my screen is turn off but i can write [12:25] i see [12:25] eljoniamo: that seems unlikley [12:26] this page its is a troll page? [12:26] eljoniamo: no [12:27] ikonia : why not you are so bored . Are you gay? [12:32] oO [12:32] hi [12:32] greetings [12:33] i rememberd, i did use apt-get autoremove before i rebooted and it deleted some linux-headers package.. but it was small and did not seam to be the main one so i removed it [12:34] snuskgubben: how does that relate to your unity session not working? === dorkusmaximus is now known as NuClEaRbLaSt [12:35] daftykins, i don't know [12:35] hey, does anybody know how can I recover that I deleted with rm :S [12:35] snuskgubben: what is the issue at all? [12:35] snuskgubben: you know you just had to type "mv ~/.config ~/.configold" right? [12:36] I really need the folder that I've just delete, but there is no trash [12:36] Aer93: there is no trash on the cli [12:36] Aer93: boot a live session right now and use data recovery software, don't do a single thing more on that disk until you do [12:36] daftykins, yes, but then all the configs move.. and not only the one for unity but ill try [12:36] brb [12:36] snuskgubben: yes but the point is to test :P [12:37] snuskgubben: make sure the video driver is setup right and works === sjefskoder is now known as Guest28494 [12:39] k1l_, it is [12:39] what is your exact issue now? [12:39] for the second time, snuskgubben's guest session works but user session doesn't bring up unity correctly [12:39] now? x won't restart anymore.. and unity does not start on my -real- account, only on the guest acc [12:40] does not start means? [12:40] gets error messages [12:40] One more thing guys, If I have a dns zone for domain which can have private address and public I should use a views then ? [12:40] i think it will be faster if i reinstall ubuntu [12:40] snuskgubben: the more details the better support. [12:40] takes less time [12:41] mnms_: that's beyond the scope of this channel really, try ##networking or #ubuntu-server [12:41] snuskgubben: so is it just a black screen going back to login back again? [12:41] daftykins: thx [12:41] no, i just get some error messages [12:41] snuskgubben: or is it just windowsborders and starters missing? [12:41] I did run a software recovry software, but it has generated a LOT of folders with files [12:41] I cannot find my files.... the names have changed [12:42] Aer93: did you install it on the existing installation where you lost the data? you probably let it overwrite where that data was already and may've lost it forever. [12:42] Hello, im using ubuntu 14.04. I have numbers on my icon bar that won't go away. Does anyone know how to search for this problem? The numbers are shortcuts to the various applications on my icon bar. [12:43] eric___: press the 'super' key (which is the windows logo one) [12:43] fuck... [12:43] I installed the program where in the installation where I lost the data [12:43] Aer93: like i said, if you care about this data... you need to shutdown *now* and start a live session to work from. [12:44] yeah, but I had already done that when I asked you... [12:44] well you might be lucky so go and do it === Malsasa_ is now known as Malsasa [12:45] i removed some files in my .config dir related to gnome and session and rebooted and now it works fine [12:45] Aer93: oh and if you don't have bootable media to hand... don't download ubuntu on that system :P [12:45] I m telling you, I've already run a recovy software, and there a lot of old files indeed [12:45] snuskgubben: huzzah! [12:45] but I dont find mine... I trying to use grep "something that I remember that was in the file" folder.* [12:45] but it finds nothing [12:46] grep -r I mean [12:46] daftykins, yes :) [12:46] Aer93, if you have used testdisk, thse filenames are gone, so you need to recover that by hand. [12:46] I used testdisk [12:46] recover by hand? [12:46] what do you mean [12:47] Aer93, it would be easy if they were all *.jpg or *.mp3 [12:47] I know... [12:47] they are .vim [12:47] so.... [12:48] Aer93, oke give all those filenumbers the .vim extention, and check them out? [12:50] but the vim extesions seems to be also lost [12:50] I dont find any .vim extension inside the recup_dir.# [12:51] i am not sure photorec would do better http://www.cgsecurity.org/wiki/PhotoRec [12:52] thats what I used, thats what comes with testdisk [12:53] ping [12:54] !info ping [12:54] Package ping does not exist in utopic [13:01] I see that I have a trash in .local/share/trash [13:02] and it has some files, but not the ones I'm looking for [13:02] which files goes to this trash and why? [13:02] ones deleted via the GUI [13:02] not ones deleted via 'rm' [13:02] daftykins, CLI deletes are instantly gone, right? [13:03] yep [13:03] or, instantly marked as free space, rather [13:03] thats the best description [13:03] until they are overwritten [13:03] there will still be inode references in backup inodes [13:05] Hi! Does anybody use Tor and know how to make it create the `control_auth_cookie` file? [13:05] OHHHHHHHHHHHHHHHHHHHHHHHHH GOD THNX [13:05] I FOUND THEM [13:05] thnx guys [13:05] CHIUFFFFF that was so close [13:06] daftykins, so they are recoverable with ... what? photorec? [13:06] I was skpying class today until I found those things, thnx I found them [13:06] not really, those things failed [13:06] cfhowlett: anything that can interact with the file system's inode index's [13:06] cfhowlett: have you not seen the entire conversation so far? [13:06] I just had luck and found there was a backup somewhere [13:06] a vim backup [13:06] Aer93: ok - we get it, you've got the files "well done" [13:06] hi i just newly installed lubuntu is there any repositories i need to update?? [13:06] daftykins, no, I was afk. just dropped in about 3 minutes ago. sorry. [13:07] vegombrei: why would you need to change anything ? [13:07] cfhowlett: don't you have scrollback? [13:07] ikonia: ok [13:07] hi [13:08] !fan [13:08] fan is Control the fan on/off http://www.ubuntuforums.org/archive/index.php/t-12058.html [13:09] !lmsensors [13:09] To access CPU temperature sensors and detect fan speeds, install the lm-sensors package. See https://help.ubuntu.com/community/SensorInstallHowto for installation and usage instructions. [13:09] ^^^ the worst factoid by ubottu [13:09] ikonia: when i plug in external dives the folder opens and you may operate it but it doesnt show in the file managet i dunno how to eject it [13:10] the link is broken and the description seems lacking [13:10] EriC^^: edit it [13:10] EriC^^: updates always very welcome [13:10] vegombrei: doesn't seem right [13:10] in the file manager the tree starts with / [13:11] vegombrei: it should start with / [13:11] vegombrei: can you take a screen shot of the file manager and share it [13:11] maybe easier to explain that way/check it out [13:12] ikonia: ill try ... pastebin ? [13:12] vegombrei: what ubuntu is that exactly? [13:12] vegombrei: any image bin [13:12] vegombrei: imgur.com [13:12] thanks k1l_ [13:15] How can I access the AMD GUI settings tool? fglrx doesn't have a man page, although it seems to be installed. I'm trying to set up my dual graphics so that I can run a program on a specific GPU. [13:16] ikonia: ok, thanks [13:17] 1 [13:18] list [13:19] Desgenstein: taskset [13:19] Desgenstein: click dash -> type "amd" and you should see the catalyst control center program [13:22] daftykins: doesn't seem to locate any such thing. [13:24] Desgenstein: how did you install fglrx? [13:24] !info amdcccle [13:24] Package amdcccle does not exist in utopic [13:25] I didn't, I tried sudo apt-get install fglrx and it says that it's already the newest version === kiwicam is now known as Guest90896 [13:25] !info fglrx-amdcccle [13:25] fglrx-amdcccle (source: fglrx-installer): Catalyst Control Center for the AMD graphics accelerators. In component restricted, is optional. Version 2:14.201-0ubuntu2 (utopic), package size 5006 kB, installed size 14932 kB (Only available for amd64; i386) [13:26] EriC^^: :) that's the one! [13:26] daftykins: :) [13:26] So should I install it? [13:26] Desgenstein: can you answer my question first... [13:26] Desgenstein: how did you install fglrx? [13:26] I didn't, I tried sudo apt-get install fglrx and it says that it's already the newest version === Humbedoo` is now known as Humbedooh [13:27] Desgenstein: so that's the only way you have attempted to install the AMD drivers? and you're sure they're in use? [13:27] BinaryDriverHowTo on help.ubuntu.com however syas that it's not the default driver yet I don't recall making any changes [13:28] Desgenstein: ok well install the above package for the control center then try running it, or reboot to use the new driver [13:29] i don't even know if what you're trying to do counts as crossfire though, or whether it'll even work to use each card independantly [13:31] Additional drivers in software & updates says that I'm using fglrx. Also, fglrx-amdcccle seems to be installed already as well, but there is no man page and trying to run it produces 'fglrx-amdcccle: command not found' [13:31] How do I solve chcon: can't apply partial context to unlabeled file? [13:31] Does Ubuntu 14.04 installer allow us to create user account with the name of "root"? [13:32] usr13, who would even try such a thing :) [13:32] there's a root account by default [13:33] Desgenstein: yeah that's not its' name. === Malsasa_ is now known as Malsasa [13:33] Desgenstein: can you install "pastebinit" and run "fglrxinfo | pastebinit" ? [13:34] BluesKaj_: I do not know, but was confused yesterday by someone asking questions here who claimed to have created a user account with the name of root. [13:34] usr13: heh i might have to test that in a VM [13:34] i would think ubiquity would disallow it, for sanity's sake [13:35] usr13: there is an account named root by default, but it does not have a password set, thus does not allow logins. [13:35] Yea, I'm confused but I had him show me the output of who and also the output of cat /etc/issue, I still have it. [13:35] http://paste.ubuntu.com/9206720/ & http://paste.ubuntu.com/9206746/ [13:36] daftykins: result: 'fglrxinfo: command not found / You are trying to send an empty document, exiting.' [13:36] Desgenstein: mmhmm, yeah your setup isn't ideal [13:36] It shows root logged into pts/4 [13:36] heh, figures === Pricey is now known as pricey === pricey is now known as Pricey [13:37] daftykins: BluesKaj_ root was logged into pseudoterminal slave #4 [13:38] *shrug* that could be down to several possibilities though right? [13:38] like an amateur user setting a password for root and logging in with it [13:38] aye [13:38] daftykins: BluesKaj_ pts/4 is pseudoterminal slave #4 Right? Which would be a GUI terminal window. [13:39] 1 [13:39] daftykins: BluesKaj_ So how do you do that unless you have a regular user named root? (I did not know a Linux system would allow the creation of a user named root.) [13:41] daftykins: Even if you set a password for root, how do you log into it in a terminal window? [13:41] every linux system has a user named root (afaik) by default, ubuntu comes with no password set for root. 'passwd root' to set a password will enable it with the password you provide [13:41] daftykins: But I specifically asked if he had enabled the root account and he claimed that he didn't even know what that meant. [13:42] usr13, not entirely sure , I just know it's a rule never to use root as a username or pwd [13:42] daftykins: Unfortunately, I was out of time at that moment and was no longer able to pursue the conversation any further, so I'm confused. [13:43] Could any one help me to run my skype autostart? Its Zorin Operating system. [13:43] "cat /etc/passwd" you'll see the root account [13:43] BluesKaj_: Yes. I was under the impression that the system would not allow you to do it. And I just tested it. [13:44] BluesKaj_: "User 'root' already exists; please choose another Login name for new user []:" [13:44] there is a root account on every ubuntu. its "just" not set up with a pw. [13:44] Could any one help me to run my skype autostart? [13:44] k1l_: True. [13:44] Jim_: Sure [13:44] !zorion | Jim_ [13:45] Jim_: zorin is not supported here. go find their channel [13:45] Thanks. Yes its okay [13:46] usr13, right, that makes sense :) [13:47] I am new to this environment and could you help me how I should go to the Zorion channel? [13:48] !alis | Jim_ [13:48] Jim_: 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* [13:48] Jim_, /join #zorin assuming the channel is on freenode [13:48] usr13: he might be able to be logged in as root on pts4 if he did a sudo su - [13:48] it's probably unwise to send users off to guessed channel names ;) [13:49] EriC^^: Doesn't show up that way on my system. I just tried it. [13:49] Thats fantastic, thanks cfhowlett [13:49] usr13: same here [13:49] EriC^^: su is super user, (not root). [13:49] Jim_, happy2help [13:49] EriC^^: We can log into root in tty but not pst [13:50] usr13: "sudo su -" is like "sudo -i" [13:50] So, how is it possible to have root in a pspseudoterminal slave? [13:50] no idea about pts' [13:50] daftykins: Correct [13:51] But I do not know how to explain "root pts/4" (See: http://paste.ubuntu.com/9206720/) [13:52] And why would the pts skip from 1 to 4 and then to 11? [13:52] I wish I'd had time to talk to him more yesterday, but ran out of time. [13:53] I could probably find it in yesterday's log. Maybe someone else picked it up. [13:54] usr13: i got it [13:54] if you do sudo su - [13:54] then type gnome-terminal [13:54] you'll open a pts with root as the login [13:55] EriC^^: No, I just tried that. [13:55] hmm i just did [13:55] e pts/25 :0 15:53 0.00s 0.05s 0.00s w [13:55] root pts/26 :0 15:54 1.00s 0.00s 0.00s bash [13:56] i'm sure of it [13:56] EriC^^: Ok. Well, I tried it on mine and didn't see that. [13:56] at least on my pc [13:56] EriC^^: 14.04? [13:56] yes [13:57] usr13: type sudo su -c "gnome-terminal" [13:57] EriC^^: Oh ok. [13:57] then type "w" [13:57] or just 'sudo gnome-terminal' [13:57] or, sudo su - , then type gnome-terminal in that shell [13:58] Hey all. Upgraded Xubuntu to 14.10, but met an unfortunate event: can't install pidgin due to (unreasonable) dependency to libunity (which I have forbidden explicitly). How can I install pidgin? [13:58] Another bug: Every time I hit restart or shutdown,, it auto-loads seemingly misc programs from my last session,, even though "remember last session" is not selected. I keep deleting everything in cache/sessions,, but it keeps happening. 14.04. Thoughts? [14:01] Not sure I'd seen any release ever where I've been affected by more bugs.. [14:01] JYD: was it an upgrade? [14:01] daftykins, No, fresh install [14:01] Because I was experiencing problems with an upgrade [14:02] JYD: did you keep an existing /home that could have some bad configs fighting with it? [14:02] upgraded to 14.04 and hell > loose. [14:02] no, daftykins [14:02] EriC^^: Ok I tried it. It works. Not sure why we would do it. I suppose it has it's use, just don't know what it would be. [14:03] Thanks everyone for solving that mystery for me. [14:03] Are as many bugs being reported for 14.10 as 14.04? [14:03] :/ [14:03] JYD: i haven't seen anyone else complain of what you are [14:04] Among my problems are the "known issues" in their release notes. [14:04] how would i go about installing lilo during install? [14:04] Finetundra: why would you want to do that? [14:04] !lilo | Finetundra [14:04] Finetundra: lilo is an alternative [Li]nux Boot[Lo]ader. Note: it is recommended that you use GRUB on Ubuntu instead. [14:04] Finetundra, this ^^^ [14:05] ahh lilo works fine. [14:05] EriC^^, because will not display on the pos integrated graphics card [14:05] *GRUB will... [14:05] Finetundra: you can tweak grub 'quiet splash' off for lilo-like booting [14:06] Finetundra: juqt remove the text between "" and sudo update-grub and reboot [14:06] Finetundra: did you try to edit /etc/default/grub ? [14:06] lotuspsychje, the problem is that i can't get far enough with grub to change that [14:07] Finetundra: did you try to boot ubuntu in reoverymode? [14:07] Finetundra: boot a live cd, and try adding lotuspsychje 's suggestion [14:07] recovery [14:07] EriC^^, can't get that far. that's the problem [14:07] to /etc/default/grub [14:07] Finetundra: boot a live usb [14:07] lotuspsychje, how do you suppose i get there [14:07] EriC^^, can't [14:07] and mount your installation, and chroot, then update-grub [14:07] Finetundra: hold shift at boot to enter grub [14:07] EriC^^, this thing is ancient [14:08] Finetundra: you just need a usb or dvd or something [14:08] JYD: You switched to Lilo to fix what? [14:08] dfnbn [14:08] hola [14:08] usr13, No, I don't use lilo anymore [14:08] Finetundra: you could probably get away with installing a live session of tinycore linux on a cd or something [14:08] What? [14:08] hey [14:08] hi... is there a channel for landscape? [14:08] yes [14:08] JYD: Oh. Ok. Well I missunderstood what you said. Sorry. [14:08] cbtis: either ask a question or keep quiet please. [14:09] cbtis, ask your #ubuntu question [14:09] where are you from [14:09] Hello everyone. Is it possible to test MAAS infrastructure via OSX->Virtualbox Ubuntu Desktop->MAAS [14:09] Excuse ! [14:09] EriC^^, would knoppix be fine? [14:09] Ya se que e entrado a Ubunti... [14:09] Ubuntu* [14:09] !es | cbtis [14:09] cbtis: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [14:10] hi [14:10] !es | ubottu [14:10] JYD: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [14:10] Hello, everyone [14:10] Finetundra: i guess so [14:10] !alis | green-big-frog [14:10] green-big-frog: 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* [14:11] EriC^^, what do you mean? [14:11] !alis landscape [14:11] Finetundra: i mean i've never tried it but it might work [14:11] green-big-frog: follow the example [14:12] Finetundra: wich ubuntu version is this you cant boot? [14:13] lotuspsychje, anything that involves grub so far [14:13] what is the best "Option" setting in fstab for mounting fstab3 [14:13] Finetundra: 14.04? 14.10? [14:13] Finetundra: if you can't even get a grub screen then i think you have to try editing the options in /etc/default/grub [14:14] lotuspsychje, 12.04.5,13.10, and 14.04 [14:14] EriC^^, ? [14:17] Finetundra: info grub [14:17] "/graphics" [14:17] !info grub [14:18] grub (source: grub): GRand Unified Bootloader (Legacy version). In component main, is optional. Version 0.97-29ubuntu66 (utopic), package size 322 kB, installed size 856 kB [14:18] no, type that in a terminal [14:18] to get the grub manual [14:18] Finetundra: you are really confusing mate, whats your end goal exactly? you cant boot 14.04? [14:18] EriC^^, in the live boot? [14:18] Finetundra: in any linux that has grub installed [14:19] lotuspsychje, at this point, to get the blasted thing working. I've been at his for at least a solid month and a half now [14:20] Finetundra: so can you describe how far you can reach in 14.04 install? [14:20] Finetundra: https://www.gnu.org/software/grub/manual/grub.html [14:20] Finetundra: search for graphics [14:22] lotuspsychje, i usually get to about the point where grub should pop up and then get a message on screen that says that my computer can't display this resolution. [14:23] Finetundra: you can set the graphics mode and resolution and stuff in /etc/default/grub , and that link above has the info about the options === prahs is now known as JoeUser [14:25] Finetundra: you can add VGA= in the kernel line , use this to know which number is what http://pierre.baudu.in/other/grub.vga.modes.html [14:25] usually when the graphics are out of range, grub will offer to continue to boot with lower resolution === sjefskoder is now known as Guest79427 [14:26] Finetundra: is this an older grafix card? [14:27] lotuspsychje, yes. [14:28] Finetundra: you might wanna try xubuntu or lubuntu just to test if you can bypass [14:29] Finetundra: how did you install it in the first place? [14:29] lotuspsychje, i can't even live boot either of those. [14:30] Finetundra: so how did you install it then? [14:30] EriC^^, its a server install, installed with whatever installer it has [14:30] oO [14:30] Finetundra: a server install, what do you mean? [14:30] Finetundra: tell us more about this server install you speak of [14:31] :P [14:32] it's ubuntu server. i don't remember much about the details during install though. [14:33] its been awhile [14:34] Finetundra: how'd you start it? live dvd/cd ? === kasperti_ is now known as kaspertidemann [14:34] of course. no other way i can do it on this thing [14:36] Finetundra: you know server install has no gui like desktop right? [14:37] lotuspsychje, yes. i can't get that far. did i mention that this graphics card is an ancient pos? [14:37] Finetundra: grub should be able to boot if the resolution doesnt work [14:38] Finetundra: it should say something like no mode could be set, booting anyways [14:38] eric, exactly. it should install and offer to boot a lower resolution. [14:38] but try to use some kind of live session on a cd or dvd to edit grub's option on your installation [14:38] Finetundra: if you can boot a live usb then you can boot your installation, i guess [14:38] it makes sense [14:41] EriC^^, that should be the case, however it is not. [14:41] Do you get the grub CLI? === tork is now known as nonickn [14:42] Finetundra: maybe the live usb's use different grub options [14:42] an old grafix card not booting lubuntu, that doesnt make sense to me [14:42] cant access my samba share from my windows box. im using the ubuntu gui interface to share, and a changed the workgroup in /etc/samba/smb.conf to my windows workgroup. [14:42] !samba | NuClEaRbLaSt [14:42] NuClEaRbLaSt: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/12.04/serverguide/C/windows-networking.html [14:42] yeah...ive read a lot. it should work. [14:43] which is why im asking and not reading more [14:43] lotuspsychje, 8mb of vram doesn't get you very far [14:45] Finetundra: maybe a damn small linux then? [14:47] lotuspsychje, believe it or not, i am able to get knoppix to boot. [14:47] Finetundra: knoppix uses lilo? [14:47] Finetundra: try to hold shift while you boot [14:48] maybe that error is about the kernel gfx? [14:50] EriC^^, as a live yes. although i believe it uses lilo if installed [14:51] I made a really simple shell script to run WoW in 32 bit via wine, and now it's giving me some strange errors like '/home/username/.wine is not owned by you' [14:51] ...i've already successfully run this script like 5 times, but i restart my computer and now i'm getting weird ownership errors? [14:52] mekhami: your on the same account? [14:52] mekhami: do you have something in cron @reboot ? [14:52] lotuspsychje, only one account on the computer, EriC^^ nope... I just did chmod +x ~/filename and it worked again, but I'm confused as to why this would happen? [14:53] mekhami: chmod +x ? you mean sudo chown ? [14:53] EriC^^, if it is the kernel, then every install i've made is broken. which i know is not the case as it boots on a newer machine. === batfish is now known as batbird [14:53] EriC^^, I mean chmod +x. that's what i just did and it worked. [14:53] Finetundra: no i mean maybe the error is cause of the kernel's gfx not grub's [14:54] EriC^^, if it is the kernel, then every install i've made is broken. which i know is not the case as it boots on a newer machine. [14:54] Finetundra: try to hold shift, grub might be working and that error is about the kernel's gfx [14:54] we shall see [14:55] is avahi the recommended bonjour daemon for linux? [14:55] err most mature, etc. [14:55] Finetundra: btw i didnt mean your kernel is broken, i meant the graphics + kernel wont work [14:56] EriC^^, that would make more sense [14:57] seme: avahi-daemon - Avahi mDNS/DNS-SD daemon === DanMAbraham is now known as moarrr [14:57] not sure if anyone has come across this issue, but i'm trying to install ubuntu 14.10 my mouse works except for the left click button, keyboard works as well. both mouse and keyboard are usb, any ideas why the left click doesn't work? [15:01] lotuspsychje: thanks that is what I'm using... works well but wasn't sure if that was an active project [15:01] seme: comes as default system service in ubuntu [15:01] aaah [15:01] thanks [15:02] seme: check pstree from terminal [15:08] Wamphyri: what kind of mouse is this? [15:12] what do i do if i get the error where grub fails to be installed? this is s different machine. === Guest8805 is now known as rgenito [15:14] !fixgrub | Finetundra [15:14] Finetundra: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [15:14] Finetundra, you can install without a bootloader. the reboot the live cd and install grub manually ... see !fixgrub [15:15] great [15:15] Have someone here experience with PPTP setup [15:16] Kheeper, jump straight in with your question. include context [15:18] Kheeper: maybe this can help: https://help.ubuntu.com/community/PPTPServer [15:19] My provider give me information how to setup pptp as a client but I can't get it work it's login get the local and remote ip but it won't work if I setup on my tp-link it's working but not on my server [15:20] I have no idea what am I doing wrong [15:21] Kheeper: maybe the #ubuntu-server guys might know your problem also [15:23] oki [15:26] my system is showing very high cpu usage, 6 cpu's all running at around 20% [15:26] i've shutdown almost everything except dhcpclient and ssh [15:27] I made a typo in my main Username and password. Can I change both? how? thank you :D [15:28] velho: on ubuntu or irc? [15:28] How do I use my mic in a screen recording ? [15:29] lotuspsychje, Ubuntu. Sorry [15:29] popey: maybe you know what samthewildone wants? [15:31] velho: usermod [15:34] lotuspsychje microsoft wheel mouse optical usb [15:34] BadApe: what's using the cpu, open a terminal and type top [15:35] Wamphyri: did you install ubuntu with internet cable on? updates enabled? [15:35] can't even get to that part [15:36] Wamphyri: so you trying to install fresh, but left mouse doesnt click? [15:36] hi, i have a problem with ubuntu 14.04 [15:36] lotuspsychje yeah :) [15:36] the mouse don't work [15:36] why is it working now [15:36] someone have an idea how to solved it? [15:36] Wamphyri: enabled bios usb? did you try it on 14.04? [15:36] nvm lol [15:37] kk [15:37] lotuspsychje no no [15:37] EriC^^: init, as in /sbin/init [15:37] i though gebgev was talking to me :p [15:37] it is really weird [15:38] Wamphyri: I;ve ask the whole channel [15:38] i think it is a bug in upstart [15:38] lotuspsychje havn't tried 14.04 yet, but gebgev is have the same issue as i am [15:38] gebgev yeah my fault, i miss understood since i'm having the same issue [15:38] the computer is asus 1005PE (eee pc) [15:38] Wamphyri: so you know how to solve it? [15:39] gebgev no thats what i'm working on now [15:39] from the past i know you need to put something at the boot. [15:40] lotuspsychje yeah usb is enable in bios === MeltedDed is now known as MeltedLux [15:41] gebgev ubuntu is borked lol [15:42] WHAT WRONG WITH THAM?? 2014 still have mouse problems??? [15:42] Wamphyri: i would install 14.04 fresh [15:42] gebgev what type of mouse you have? [15:42] lotuspsychje, Thank you so much!! <3 [15:42] It's happan to my on the live usb [15:42] gebgev: what mouse it it? [15:42] touch pad on my laptop [15:43] gebgev: what laptop is it exactly? [15:43] asus 1005pe (eee pc) [15:43] gebgev: does that work on other OS? so hardware is fine=? [15:43] velho: np :p [15:43] gebgev: is it disabled in bios? [15:43] yes, ubuntu 12.04 work fine and win7 starter [15:44] now, it is work 5 min ago with win 7 [15:44] lotuspsychje, but I can't see the option to change username :( [15:44] now i boot agin to win 7 === lubuntu is now known as Guest33914 [15:45] velho: http://www.cyberciti.biz/faq/howto-change-rename-user-name-id/ [15:45] gebgev: what happens when you make the trackpad fn on off keycombo? [15:45] ok, I'm in win 7 again and the mouse work fine here [15:46] k1l_: nothing. [15:46] gebgev: did ubuntu 12.04 came default on your eeepc? [15:46] lotuspsychje: no, I;ve installed it with WUBI [15:46] urgs wubi :( [15:47] some eeepc's have dualboot ubuntu/windows [15:47] by default [15:47] k1l_: I know WUBI is not the best but it;s work for me. [15:47] the computer come with windows 7 starter. [15:47] ok [15:48] ugh WUBI :( [15:48] and i have anather macbook pro computer that i dont like at all! [15:49] it is pure junk. [15:49] hello all [15:49] it's cut my hand. and people think i try to kill my self. [15:49] do you know that it is possible run unity-2d-panel from ubuntu 12.04 in 14.04 compiling it from sources? [15:50] look [15:50] http://www.youtube.com/watch?v=6h22Uxqy3z8 [15:50] skypce: i dont think so. [15:50] lotuspsychje, I'm not able to change UserName with usermod command. The problem here is that my username is vELHO and I want to change it to Velho [15:51] this is what i want to do. [15:51] http://www.youtube.com/watch?v=NnGAlf1hjs4 [15:51] I installed Ubuntu 14.04 on my computer. I now have windows 7 and ubuntu install on the same machine .I worked with adsl cable. when I log in with the normal running windows 7 internet faith I log in with ubuntu 14.04 the internet connection does not work even though when I open the management of the networks I find that eth0 is connected. [15:51] lotuspsychje, I've followed the instructions of the link you shared, with no satisfiying results :( [15:51] I installed Ubuntu 14.04 on my computer. I now have windows 7 and ubuntu install on the same machine .I worked with adsl cable. when I log in with the normal running windows 7 internet faith I log in with ubuntu 14.04 the internet connection does not work even though when I open the management of the networks I find that eth0 is connected. [15:51] http://askubuntu.com/questions/486865/asus-1005pe-runs-hotter-and-drains-the-battery-quicker-since-installing-14-04 gebgev i dont see any one having 14.04 on that machine or having that touchpad issues === ryu is now known as Guest90167 [15:52] velho: not sure then mate [15:52] k1l_: so what to do?? [15:52] lotuspsychje, thank you any way :) [15:53] nouveau: modem or router? [15:53] gebgev: try gpointing-device-settings [15:53] velho: you could reinstall ubuntu quick :p [15:53] hi everybody [15:54] k1l_: this it a package? [15:54] gpointing-device-settings [15:54] ?? [15:54] !info gpointing-device-settings | gebgev [15:54] gebgev: gpointing-device-settings (source: gpointing-device-settings): configuration tool for pointing devices. In component universe, is optional. Version 1.5.1-6ubuntu2 (utopic), package size 62 kB, installed size 504 kB [15:54] gebgev it should be in system settings [15:54] gebgev: you can try to install like k1l_ suggested [15:54] hi everyone [15:55] i want it as a live usb [15:55] Luyin: hi [15:55] lotuspsychje, I have a dual boot. Will this mess up the boot loader and Windows instalation? I don't like Unity. I'm thinking about changing from Ubuntu default to Kubuntu or Linux Mint, I think both are Ubuntu distributions... [15:56] velho: you can install xubuntu/kubuntu fresh then, have a good username there [15:57] I also read that I can have several "flavours". I mean, can I have Ubuntu+Kubuntu+Limux Mint flavours, in the same partition, without duplicating files? DO all programs work in these diferent window managements? [15:59] gebgev then make on [15:59] !flavors | velho (mint is not a supported derivative in this channel) [15:59] velho (mint is not a supported derivative in this channel): !Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu. [15:59] but how?! [15:59] I've got a second monitor, which I'd like to use left-rotated. since the setting isn't saved, I wanted to add an xrandr-command to autostart. output of xrandr --query is here: http://paste.ubuntu.com/9216535/ now I hope someone could tell me if this is ok before I mess up my graphical settings: "xrandr --output VGA1 --auto --rotate right" [15:59] Finetundra: ^ [16:00] velho, you can install the different DE's that are existing. === xubuntu is now known as Guest67040 [16:00] velho: Mint is a different distro, not a desktop. [16:00] Hi.. If i wanna connect to a server A "as if from localhost seen by the server" on port 8080 from my computer B.. how do i create the ssh tunnel? Preferably so that request to B:1234 from B ends up at (A) localhost:8080. [16:01] gebgev, get unetbootin, get a .iso of whatever flavor of ubuntu you want. start there and get back to me [16:01] velho: so your current options are to install one of the flavours' desktops onto you install of ubuntu, and use it like that. And there are other desktops and window managers too. Included Mate which is used under Mint [16:02] i think it is a version of XFCE under mint [16:02] Finetundra: this is what i did. but i can't make the thuch pad work on my computer:( [16:02] Guest67040: no. Mate or Cinnamon (off topic) [16:04] GNOME is the base of of anything from mint which is based of of xfce [16:05] its different but the base is sfce [16:05] xfce*** === kimphill is now known as Guest24726 [16:07] Hi [16:08] !ask [16:08] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [16:08] hello [16:09] pptp vnp connects opens one page under xubuntu then closes will consistatnly work under windows [16:09] Germans here? [16:09] D3xter: #ubuntu-de [16:09] D3xter: german support is in #ubuntu-de [16:10] ty Luyin [16:11] I've got a second monitor, which I'd like to use left-rotated. since the setting isn't saved, I wanted to add an xrandr-command to autostart. output of xrandr --query is here: http://paste.ubuntu.com/9216535/ now I hope someone could tell me if this is ok before I mess up my graphical settings: "xrandr --output VGA1 --auto --rotate right" [16:11] Hello everyone [16:12] hello. [16:12] I need some help [16:12] Knight80: whats wrong? [16:12] Will you help me out? [16:12] ok [16:13] My Linux sound doesn't work [16:13] I tweaked a couple of things yesterday and now I can't make it work [16:13] Knight80, do you happen to have multiple audio cards? [16:14] do you install any software like jack or other sound software? [16:14] Finetundra I've got an internal audio card, and the sound system of the tv tuner [16:14] LinuxInside I did, but a long time ago and it worked well with jack === Anoniemal`afk is now known as Anoniemal [16:15] ok === Anoniemal is now known as Anoniem4l [16:15] I did the real time thing to try to record music [16:15] daftykins, but isn't Mint based on Ubuntu? I didn't know it was not supported by Ubuntu [16:16] I edited the /etc/security/limits.d/99-realtime.conf file and modified it [16:16] velho: yes but it's still off topic here, because they have their own set of problems [16:16] !mint | velho just for reference [16:16] velho just for reference: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [16:16] I actually created it, in order to make the real time thing work [16:17] And now I can't watch any videos with sound, nor the tv. [16:17] Knight80: using a realtime kernel? [16:17] Knight80: if you've made changes and broken something, it's down to you to put it back :) [16:17] daftykins no [16:18] daftykins I didn't compile the kernel [16:18] Knight80: no i'm asking if you're using a realtime kernel from the repos [16:18] Knight80: So you still working eith jack? [16:18] *with [16:18] daftykins Oh, no [16:18] LinuxInside Yes, I'm using jack [16:18] LinuxInside Should I remove it? [16:20] Knight80: no stop it and try it again. [16:21] Knight80: stop it with qjackctl [16:21] LinuxInside How can I do that? [16:21] LinuxInside You mean to stop qjackctl [16:21] right? [16:22] daftykins, thank you for the info :) [16:22] Knight80: yes with the program qjackctl [16:22] LinuxInside I already did that, still doesn't work :( [16:22] Knight80: its a program to control jack. you can install it over apt-get [16:23] Knight80: does it run before? [16:23] Hi is there program available similar to Fruity Loops Studio, Ableton or Logic? [16:23] solves the 2-monitor-problem from above. the command was correct. [16:23] *for ubuntu. [16:23] Fleuv: Ardour [16:24] Fleuv: with jack [16:24] Knight80: does jack run before? [16:25] LinuxInside It worked well until yesterday, when I created the file /etc/security/limits.d/99-realtime.conf to make it work in real time, in order to work with Ardour and MuseScore [16:25] I know about that program LinuxInside tried to run it once but it didn't worked out great. [16:25] #kubuntu [16:26] Fleuv do you installed jack? [16:26] I dont remember [16:26] LinuxInside Is there any way to plug vlc viewer into jack? [16:27] What tutorial do you recommend to use while installing Ardour on ubuntu 14.04? [16:28] Knight80: I don't know :( [16:29] Fleuv: https://ardour.org/ [16:29] Fleuv: i look to another one. one moment... [16:30] Thanks [16:30] hi everybody [16:30] I am unable to unmount a network cifs share. "/share is busy" [16:30] Fleuv: https://ardour.org/building_linux.html [16:31] "Unless you are a developer with experience compiling and building applications from source, this document is not for you" [16:32] Fleuv: sorry... but you can simply install ardour 3 over apt-get [16:32] jack as well? [16:33] Fleuv: yes [16:33] do you know the package name? [16:33] Fleuv: sudo apt-get install jack qjackctl ardour3 [16:33] Thank LinuxInside [16:33] is it possible to get universal readline a la os x in ubuntu? I'm sure i'm not asking the question correctly, but i'm not sure how to improve it. :) [16:34] in os x, every text entry field implements most of readline [16:34] in xubuntu under xfce, i don't think any do? [16:41] hi [16:41] hey [16:41] hello! [16:41] hey guys i have a probleme with expanding a partition of and ubuntu 14.04 VM disk ... [16:42] expanding from 20go to 40go, setted with LVM [16:42] so i add the 20go, i fdisk new it with 8e type [16:42] after that i pvresize the existant lvm with the new partition [16:43] and where i lvresize -l 100%FREE i get something weird deleting my vg root :- [16:43] :( === Guest24726 is now known as kimphill [16:44] hellol [16:44] hello Den [16:45] hi [16:45] how are you ? [16:45] good. thanks! ;D [16:45] LinuxInside, this program (ardour) is causing many problems already: all sounds are muted with the program running, it won't keep playing youtube videos.. [16:46] i am did not go on IRC since 2007 [16:46] have some new ? [16:46] Fleuv: yes i had the same problem [16:46] say me some new about ubuntu [16:46] How can I use keyboard shortcuts to place a window into a horizontal "third" (top left, top center, top right, bottom ....)? With Compiz I can do the four corners, but not thirds. [16:46] What should I do? [16:47] Fleuv: i must stop jack and than it work with youtube. [16:48] albeit_: Systemsettings / Keyboard / Shortcuts / add a new shortcut [16:48] albeit_: or so... [16:48] LinuxInside: Nope still no sound. [16:48] LinuxInside: I guess I'm asking more what would the underlying command/program be [16:48] Fleuv: and jack is stopped? [16:49] Yea [16:49] I even closed the program. [16:49] Perhaps I should close Ardour as well [16:49] Fleuv: wich program? [16:49] QjackCTL [16:50] Fleuv: you must stop jack over qjackctl! in qjackctl is a button called stop jack or so. this will stop jack really. [16:50] Yes I've pressed that button indeed. [16:51] Is it possible to customize Compiz to place windows into a third of the screen, not just halfs? [16:51] Fleuv: is your sound output the right in the system propertys? [16:52] hey guys wts up [16:52] i am new to irc chat [16:52] i am not able to install icedtea-netx package used for running .jnlp files. [16:52] albeit_ maybe ccsm can do it === jack is now known as Guest75396 [16:52] hello munchymahesh [16:52] E: Sub-process /usr/bin/dpkg returned an error code (1) [16:53] hi LinuxInside [16:53] i get this error [16:53] any help? [16:53] MonkeyDust: Ya? I've been trying to find out if it can but nada so far [16:53] LinuxInside, nothin seems to be wrong about that [16:54] how can i sync my iphone with Ubuntu 14.04 [16:54] !iphone | munchymahesh [16:54] munchymahesh: For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod [16:54] Fleuv: and jack is definitifly stopped? [16:54] is there any way of syncing ? [16:54] Hello. I need help in order to set up the brightness on my screen. [16:54] Usually I don't change the levels, but the last time I did it went to the lowest one and I can barely see the screen. [16:54] The problem is that I can't turn it back on. Please help. [16:54] LinuxInside, I'm checking now within terminal. Seems to take a lot of time... [16:55] Fleuv: ok [16:55] LinuxInside, I notice that only ALSA is running. [16:56] Fleuv: im not shure, but try to kill alsa and see ob it works. [16:56] Hey room. What was the name of the spawn room in MUD or MUD2, something like Eagle's Den or Lion's Nest. [16:57] Fleuv: but i dont know if alsa is the problem?!? [16:57] does anyone uses and support ASP.NET here? [16:58] hi [16:58] hello amerjnb! [16:58] ;D [16:58] does anyone interested in ASP.net [16:59] LinuxInside: I'll search on the web and fix it myself. [16:59] Fleuv: ok [16:59] anyone here to share me abt .net [16:59] hiiii [17:00] Hello [17:00] munchymahesh: try ##windows [17:01] munchymahesh: also ##asp.net [17:04] hi [17:04] !list [17:04] monikabelli2004: 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 ». === bkuberek_ is now known as bkuberek [17:06] monikabelli2004: got an ubuntu support question? [17:07] So, Anybody home? [17:08] bhai, lots of people connect from work [17:09] Hoverboard: I wanna install python lxml and enchant on my VPS [17:09] I need help with it [17:09] I'm sure someone here can help you in due time === akos is now known as Guest25614 [17:10] Eh? [17:11] Q: When my ubuntu server 14.04 boots it waits for network configuration, but all my ports are static so I'm not sure why. Would like to cut it out of the boot time, any thoughts what it could be? My config file: https://gist.github.com/solexious/fa7a355153a2833b0ca8 [17:11] Hoverboard: Can you help me? [17:11] I cannot [17:11] Hello all. Ubuntu just told me to upgrade to 14.4 then when i started the process, it "seemingly" "stalled out", but then i noticed Synaptic was trying to open. When i entered the admin and opened it, *I am now confused as to what I should do*? Why they make dis so hard? :( [17:12] ya'll can hear me? :( [17:12] nah [17:13] doh :( [17:13] I also want answer [17:13] Help me upgrade off of 13.10 to 14.4 PLEASE [17:13] or i will use all caps. [17:13] I SWEAR! [17:13] hotdog_harry, sometimes you need to be patient for good advice [17:13] What about me? [17:13] !eol | hotdog_harry read the last link [17:13] hotdog_harry read the last link: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [17:14] !commands [17:14] The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [17:14] Bhai: What exactly are you having issues with? [17:14] Pici: I want to install lxml and enchant on my VPS [17:14] But I cant [17:14] Let me show you error [17:15] Bhai: Okay, please pastebin it. [17:15] Hey, can anyone recommend a simple GUI bootable usb creator? [17:15] ^ that can work with ISO's [17:16] which OS, ISOs? [17:16] startup disk creator would do [17:17] Pici: lxml error: http://pastebin.com/bVQXZXyi [17:17] root@BhaiHost:~# pip install pyenchant Requirement already satisfied (use --upgrade to upgrade): pyenchant in /usr/local/lib/python2.7/dist-packages Cleaning up... Its installed but my python IRC bot can load it :/ [17:18] daftykins, I am running ubuntu 41.04. Sorry I didn't explain that very well. I want to take an Linux distro's ISO and create a bootable USB from it. [17:18] 41.04, heh [17:18] no [17:18] haha [17:19] Core__: is from the future [17:19] oh my days, long day at work... 14.04 [17:19] ***is there no simple freaking way to upgrade Ubuntu? This is assinine*** [17:19] Bhai: Firstly, there is an packaged Ubuntu version of python-lxml in the repositories that you can install. If you really prefer a more current version installed from pip, you'll need to also install the build-essential package and likely python-dev as well. [17:19] hotdog_harry: carry on that attitude and nobody will WANT to help. [17:19] https://help.ubuntu.com/community/EOLUpgrades is genius level junk ... i just want to hit a couple of buttons and move on with my life. [17:19] Bhai: Is your bot running in a virtualenv? [17:19] hotdog_harry, what is your problem? [17:20] hotdog_harry: Should probably upgrade your Ubuntu next time before it hits End Of Life then [17:20] use the LTS versions, they have a much longer support cycle [17:20] @ hotdog_harry [17:21] Anyone else getting hash mismatch on http://security.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/Translation-en ? [17:22] just resolved itself [17:22] So assuming I hit the "upgrade to 14.4" button that Ubuntu just shoved in my face, and then after about 90 seconds it just went to Synaptic ... ***what should i do***? Inside of synaptic or otherwise. [17:22] Or no-one here has any idea how to upgrade? [17:22] hotdog_harry thank you for calling us geniuses. I guess fresh install would be fastest/easiest/cleanest [17:22] hotdog_harry, which version are you running currently? [17:27] No, Pici, Its not running on virtualenv [17:27] oh wait, its running >< [17:29] Bhai: Then you need to activate the virtualenv first and then install the packages inside of there. #python might be able to help you further if you are stuck. [17:30] aw [17:30] Thanks Pici! [17:30] ;) [17:37] anyone know how I can fix this: chcon: can't apply partial context to unlabeled file [17:38] Nahita: you might want to share what you're actually running [17:39] so my entire desktop crashed and killed all my programs without warning. computer didnt reboot or anything. it just started me back on the login manager. how can i tell what happened and prevent it from happening again? [17:39] cause that was lame as hell [17:39] azizLIGHT: /var/log/syslog === derk0pf is now known as derk0pf|NA [17:40] EriC^^: anything i should look for specifically? theres a loit of stuff [17:42] azizLIGHT: how about from the time it happened? === slyrus_ is now known as slyrus [17:44] sage: Nov 18 18:53:14 fractal gnome-session[2499]: message repeated 2 times: [ GLib-CRITICAL: g_environ_setenv: assertion 'value != NULL' failed] [17:44] then it says Nov 24 12:36:12 fractal gnome-session[2499]: Gdk-WARNING: gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.#012 === Y0u is now known as Fudster [17:45] fatal io error [17:45] azizLIGHT: pastebin the relevant section, we don't want to be spammed. [17:46] also got this Nov 24 12:36:13 fractal kernel: [496574.972125] npviewer.bin[13177]: segfault at f1885de4 ip 00000000f59fdfff sp 00000000ebdff0c0 error 4 in libflashplayer.so[f5439000+1021000] [17:46] azizLIGHT: please don't paste anymore [17:47] !paste | azizLIGHT [17:47] azizLIGHT: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [17:49] azizLIGHT start from the beginning, what ubuntu version etc [17:50] daftykins: of course [17:50] i got a pastebin: http://pastebin.com/S0YQEth0 [17:50] chcon -u system_u -t system_conf_t /etc/sysconfig/myiptables-* [17:51] right, its ubuntu 14.04 with msi gtx 770 using xorgedgers ppa for nvidia binary driver === derk0pf|NA is now known as derk0pf [17:51] hello, I would like to ask you something related to dnsmasq [17:52] azizLIGHT: flash crashes a lot [17:52] azizLIGHT that ppa, where did you get it? [17:52] !ask | gabriel_ [17:52] gabriel_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [17:52] I want to redirect a website to a local address. I added "address=google.com" to /etc/dnsmasq.conf but it doesn't work [17:52] i went on google maps and went into sstreet view which i know uses flash. this was on firefox. then it started acting all laggy and then my screen went black [17:53] "address=/google.com/127.0.0.1" [17:53] the second one [17:53] xorgedgers [17:53] gabriel_: phish much? === Zachary_DuBois is now known as Tokyo [17:53] https://launchpad.net/~xorg-edgers/+archive/ubuntu/ppa [17:54] Eric, just for academic intentions [17:54] gabriel_: what's wrong with the hosts file? [17:55] Is it really not possible to move windows controls from left to right in 14.10? I asked on the forums and was told no, but I thought I would ask here also in case there's a way. [17:55] In hosts I need to put an entire site and special cases for subdomains [17:55] I need to include subdomains: *.site.com [17:55] EriC^^: sure flash crashes a lot. but why would X die [17:55] It's just for blocking sites === Guest9784 is now known as Sleepnbum [17:57] isn't iptables useful for that kind of stuff [17:57] ( i could be way off here ) [17:57] gabriel_: still puzzled as to why that's still a problem for the hosts file [17:57] gabriel_ in /etc/hosts, redirect restricted sites to 0.0.0.0 [17:58] daftykins, because in hosts I can't use wildcards [17:59] you need ip address ranges for iptables afaik [17:59] i set google to go through my tethered phone 4g, which was cool [17:59] in dnsmasq is possible to redirect sites, but I can't make it work [18:00] i had to lookup from bgp the ipaddress range for google/youtube to do that [18:00] gabriel_ is this useful http://www.shallalist.de/ [18:00] for example: "address=/misitetoblock.com/0.0.0.0/ [18:03] whys update-manager go not responmding when i try to read the technical descriptions. each new package i click on to read tech description about, the dialog box goes darkto indicate its not responding. [18:03] its not like i have a slow computer [18:05] hm it seems like, the bigger the package, the longer the 'not responding' time [18:07] I fixed the problem with dnsmasq [18:09] For who wants to block sites, first you need to install dnsmasq, then disable NetworkManager to use dnsmasq (comment it on /etc/NetworkManager/NetworkManager.conf) and finally you need to add "address=/yousitetoblock.com/127.0.0.1" to /etc/dnsmasq.conf [18:09] hello [18:09] !list [18:09] pupo: 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:10] pupo: do you have an Ubuntu support question? bear in mind there's also #ubuntu-it === tcpman is now known as Guest61316 [18:15] im getting constantly crashes of apps on ubuntu 14.04, any idea? [18:15] tirengarfio: which apps [18:15] what is the sleekest DE available on linux [18:16] all, thunderbird, firefox, xchat, virtualbox machines, whatever.. [18:16] I tried today remove one of the ram modules, but the problem persists [18:16] rambler2: not having a DE is pretty slick [18:16] I also reinstall ubuntu, but the problem persists, what else can I do? [18:17] tirengarfio: 'fsck' checks on the un-mounted file system are good ? [18:17] the system also get frozen sometimes [18:17] tirengarfio: did you md5sum the iso? [18:17] Bashing-om, should I run fsck? [18:17] EriC^^, what is that? [18:18] open a terminal and type md5sum /path/to/iso [18:18] Есть русско говорящие? [18:18] im not an expert user [18:18] !ru | fallkon_ [18:18] fallkon_: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [18:18] tirengarfio, did you check the md5 sum of the ISO you downloaded? It seems to me you have some corruption issues. [18:19] tirengarfio: Think EriC^^ has the better approach at this time ; see: https://help.ubuntu.com/community/HowToMD5SUM . [18:19] well, i dont have the iso of the ubuntu version I downloaded :) [18:19] it was some months ago [18:19] tirengarfio: do you still have it on the usb? [18:19] no [18:19] tirengarfio, I would suggest re-downloading and making sure you check the md5 sum [18:20] tirengarfio, I've had something similar happen to me before from a corrupted ISO on a different machine. [18:20] tirengarfio, everything looked fine but it wasn't [18:20] I checked the md5sum and it was dead wrong [18:20] I was like what was I thinking lol [18:21] but after redownloading, any way to reinstall without losing my installed apps? or it is better to reinstall from zero? [18:21] reinstall ubuntu I mean [18:22] tirengarfio, reinstall, but save any personal files you have gathered [18:22] Hello Ubuntuers. I am looking for help to fix the brightness on my computer screen. [18:22] Unfortunately, the usual keyboard and panel controlers don't work. So I wonder if someone knows how to get around that. [18:22] Thanks. [18:22] l0rdn1x, ok [18:22] tirengarfio: you can make a list of the installed apps, and have them installed when you reinstall, and backup your home dir [18:22] tirengarfio, after you download the new ISO, open a terminal and type md5sum /your/path/to/file.iso [18:23] diego_: typicalling searching for ubuntu + your laptop model would be good for backlight tips [18:23] tirengarfio: If you backup your /home (and probably a good idea to backup /etc as well), you can restore it once you have reinstalled. [18:23] ok, thanks for you help! [18:24] tirengarfio: comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u) > /path/to/save/list [18:24] tirengarfio: open a terminal and type that, replace the last /path/to/save/list with whatever you want [18:24] it's the list of the installed apps that aren't default [18:25] yes that will come in handy when you go to reinstall all your packages [18:25] daftykins: thanks for pointing in the right direction. [18:27] hello, I need some help with connecting to a ssh server using public keys. Do you know the right channel where I can ask my question, or this is the right one? === teclado_ is now known as teclado [18:27] teclado: are you using ubuntu? [18:28] yes at the client side and the server one [18:28] teclado: then yes, ask away [18:28] I've done an ssh-keygen and uploaded the id_rssa.pub to the server under the name of authorized_keys [18:28] I've done it two times [18:28] the first It worked fine [18:29] but then I had to erase the files to do it again and take some pictures for a class work [18:29] and the second one doesn't work! [18:29] teclado: first of all, the easiest way to do that is with 'ssh-copy-id user@server' [18:30] I've tried that too, but it's the same [18:30] teclado: second, have you verified that the authorized_keys file is located in /home//.ssh ? [18:30] teclado: You may not have the correct permissions on the file. (~/.ssh needs to be 700 and ~/.ssh/authorized_keys needs to be 600). Also, can you try to ssh to the server using the -v option? [18:31] <_AKP_> ss [18:31] <_AKP_> no [18:31] <_AKP_> geia [18:31] teclado: And provide us with a pastebin of the output please. [18:32] hmm [18:32] <_AKP_> den katalava [18:32] <_AKP_> ame [18:32] !gr | _AKP_ [18:32] _AKP_: #ubuntu-gr και #kubuntu-gr για Έλληνες χρηστές / #ubuntu-gr kai #kubuntu-gr gia Ellhnes xrhstes [18:35] rypervenche, the pastebin is at http://pastebin.com/h6dW9Lsn [18:36] hi ubuntu [18:36] teclado: On the server side, please provide us with a pastebin of the following command: namei -om ~/.ssh/authorized_keys [18:37] any way on getting a sane alt-tab behavior on 14.04 LTS?? [18:37] and by sane i mean without the annoying grouping [18:38] the ouput of that command is: f: .ssh/authorized_keys \n drwx------ git git .ssh \n -rw------- git git authorized_keys [18:38] lexflex: try http://www.randomhacks.co.uk/how-change-ubuntu-unity-window-switcher-back-to-old-style/ [18:40] rypervenche, the ouput of that command is: f: .ssh/authorized_keys \n drwx------ git git .ssh \n -rw------- git git authorized_keys [18:41] <_AKP_> WHAT ARE WE GONNA DO NOW [18:41] _AKP_: got a support question? [18:42] teclado: That's still not the entire information provided by that command. Can you please paste the exact output in a pastebin please? [18:42] <_AKP_> i love u guys [18:42] EriC^^, after md5sum I get 119cb63b48c9a18f31f417f09655efbd ubuntu-14.04.1-desktop-amd64.iso [18:43] what should I do now? [18:44] rypervenche, I have no graphics in the server, the ouput of that command is: f: /opt/git/.ssh/authorized_keys \n drwr-xr-x root root / \n dwrr-xr-x root root opt \n drwxrwxrwx git git git \n drwx------ git git .ssh \n -rw------- git git authorized_keys [18:45] hi ubuntu (again) [18:45] teclado: you can install pastebinit to paste from the cli [18:45] any way on getting a sane alt-tab behavior on 14.04 LTS?? [18:45] and by sane i mean without the annoying grouping [18:45] (sry for repost, my machine crashed) [18:45] lexflex: 13:38 < solsTiCe> lexflex: try http://www.randomhacks.co.uk/how-change-ubuntu-unity-window-switcher-back-to-old-style/ [18:45] l0rdn1x, [18:46] teclado: Ok, can you verify that your keys in your authorized_keys file are all on one line? [18:47] tirengarfio, yes? [18:47] ok I want you to compare that with the sum from the ubuntu website [18:47] yes, they are, rypervenche, there is only one key and it occupies one line [18:47] My ubuntu install sometimes freezes, what can be the issue? [18:47] teclado: And actually, it lookas as though you typed those out by hand. Let's just be sure that things are set correctly and run "namei -om ~/.ssh/authorized_keys | pastebinit" [18:48] l0rdn1x, where on the ubuntu site? [18:48] tirengarfio, https://help.ubuntu.com/community/UbuntuHashes [18:49] yeats: oh yeah!! [18:49] l0rdn1x, yes, it is the same [18:49] tirengarfio, now you can put that ISO to a CD and do a complete new reinstall [18:49] l0rdn1x, ok thanks [18:50] lexflex: credit goes to solsTiCe - I was about to tell you that Unity is kind of take it or leave it ;-) [18:51] yeats: i don't dislike unity otherwise, but why they would group alt-tab in this way is beyond me [18:51] tirengarfio: https://help.ubuntu.com/community/BurningIsoHowto . [18:51] who even comes up with this and thinks it's a good idea after five minutes of trying? [18:53] hey guys. I'm trying to configure a dual boot alongside windows 8.1 on a lenovo y500 laptop with efi. One thing I am confused about from the docs: it says use the current efi partition for booting. in the install menu, there is a drop down for bootable device- I should set that to the windows 8.1. loader? [18:54] ralph4100: no, set that to the disk, /dev/sd? [18:54] ralph4100: whcih doc is it ? [18:55] https://help.ubuntu.com/community/UEFI#Creating_an_EFI_partition [18:55] lexflex: alt+tab to the menu then use alt+~ to open the group and select whatever [18:56] lexflex: not sure how practical it would be i dont really use alt tab that often on ubuntu [18:56] seems pretty doable though [18:56] EriC: so bootable device (if I remember the exact term right) is the partition where Ubuntu will reside? and not the efi partition? [18:56] bueno chao, thanks for trying [18:56] I'm logging in through ssh to one of my machines and I get 12 packages can be updated, 7 are security updates [18:57] when I do an apt-get upgrade && apt-get update, it says nothing to upgrade [18:57] Steve_Jobs: you have them in reverse, it's update then upgrade [18:57] Steve_Jobs, dist-upgrade [18:58] yeah [18:58] ^^^ [18:58] how to listen to the release of the 'End' key in a bash script? [18:59] EriC^^, ahhhhhh [18:59] EriC^^, that makes more sense [18:59] ok - 2nd question: the first time I ran ubuntu installer, I could not establish a new partition unless it was for the device itself, which would erase everything. I since went back to windows and shrank my main volume. I can set a new partiion there for ubuntu - or should I go back in installer. I noticed only ntfs and exfat avail in windows partitioner [19:00] ralph4100, You can't make a linux partition in windows you just need the unallocated space for the installer. [19:01] bubbasaueres: by unallocated to you mean not partitioned, or just free space in a partition? [19:01] ralph4100: ^^ I suggest you show us a screen shot of what GParted is from the liveDVD . Then we know what we are working with, toward. [19:02] ralph4100, Free space, we call it unallocated. [19:02] I would 2nd Bashing-om [19:02] bubbasaures: I have plenty of free space on the drive ... but 'create new partition' button or whatever exact phrasing was was greyed out unless it was for the "device itself" [19:03] owen1: Will need more context. Bash has no access to any keyboard [19:03] i am having trouble building xvoice and i do not know a whole lot about the error running configure that i am getting checking build system type... Invalid configuration `x86_64-unknown-linux-gnu' [19:03] ie /dev/sd [19:03] ralph4100, Free space here means nothing there not in a partition. [19:03] ok === kpease_ is now known as kpease === kpease is now known as kpease_ [19:04] ralph4100: IF we are dealing with MBR partitioning - there is a 4 primary partition limit, many times the Windows install uses all 4 partitions. We nned to look at what GParted shows for partitioning. [19:05] Bashing-om, He mentioned a oem efi W8, mmmm so fun. [19:07] bubbasaures: OK, yeah .. new things to learn with UEFI .. better is better, but oh that learning process ! [19:07] bubbasaures: so I have the server on 14.04.1 [19:08] and that will always tell me about the updates because 14.10 is out? === Wheez is now known as TheWheez [19:08] is there a way to say I only want to update to LTS? [19:08] Steve_Jobs, Yeah run sudo apt-get update ; sudo apt-get dist-upgrade server desktop it does not matter [19:08] yeats, EriC^^ : I've added both your approaches to a stackoverflow question i found about it: askubuntu.com/questions/543148/sane-alt-tab-behaviour-in-ubuntu-14-04-1-unity/ [19:08] Hey guys. Is there anyway to access my Ubuntu with RDP from work? Im not sure I know a RDP server tutorial [19:09] You're at a LTS Steve_Jobs [19:09] pardon me, i meant askubuntu question ;) [19:10] Hello [19:10] Hello all, I am trying to set up apache2 on ubuntu 14.04LTS. This is a new server with plesk installed. When I navigate to my domain I am being served a 'plesk' page as the We [19:10] Steve_Jobs, The dist-upgrade is part of the in the release security and kernel upgrades. [19:10] Steve_Jobs: ' /etc/update-manager/release-upgrades ' make sure " Prompt=lts " is what is set, to only see LTS release upgrades ( if that is your concern) . [19:11] i thought Steve_Jobs was dead, turns out he just switched to #Ubuntu! :D [19:11] I have installed bootstrap successfully in Ubuntu.....but css and JavaScript are still not recognizing in my web directory. help :( === rigor789|away is now known as rigor789 [19:12] lol lexflex [19:12] im an ubuntu noob as well as a cmd line noob...be gentle [19:12] apologies, didnt mean to press enter. My 'default' web page is being served from /var/www/vhosts/default/htdocs. If my new domain is to be job.eps.info do I create that directory in vhosts? === marius is now known as Guest41745 [19:14] hi to all [19:15] hi to Guest41745 === Guest41745 is now known as MarioZZ [19:15] somebody can help me with my ubuntu [19:15] ? [19:16] !ask | MarioZZ [19:16] MarioZZ: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [19:16] Ubuntu > bootstrap > help. Anyone available for that - > I have successfully installed grunt/bootstrap/etc. However, it is still not recognizing web script. Did I not complete the configuration or was there a move I missed that i may not know about at my experience level? [19:16] ok [19:16] let me retract the "anyone available for that" part now that i read the guidelines.... [19:17] Guys, how do I determine which group a specific program i sin?? [19:17] is in* [19:17] (iḿ a very noob regarding usergroups and all in linux) [19:18] ghjg [19:18] aaaaa [19:18] woops [19:19] so problem is that when i need to write something in some of window or browser search box i have a litle 2.3 sec freeze [19:19] Strat: Please rephrase the question, I do not follow your logic. [19:19] OOOOH MY GOD NOW I TYPE HERE I I GOT REALLY HEAVY FREEZE [19:19] WHAT IS THIS === Anonymous_ is now known as Yordan89 [19:23] Bashing-om: I have that set in the file to LTS [19:24] ok so i see this problem appear when specially when i want to write [19:24] hi [19:24] :[ [19:25] if somebody know what problem is this please write to me [19:25] type in google "frequency of the sun" [19:25] !details | MarioZZ [19:25] MarioZZ: 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) [19:25] !ot | gebgev [19:25] gebgev: #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! [19:26] yeats: OK [19:27] hey - just installed but got a fatal error when it was trying to install boot loader ... I ended up choosing manual install [19:28] I think the problem I had was that in order to get my laptop to boot from usb [19:28] so I have my relaese-upgrades set to LTS and still get 12 packages can be update when I log in. When I try to update and upgrade, I get nothing updated and it says that 6 packages have been "kept back" [19:28] I disabled uefi [19:28] any clues? [19:28] and put to legacy mode [19:28] yeats like i say i do nothing i just few hour ago installed Ubuntu everything is ok but is not normal with freeze [19:28] do you know of any guides to manually install boot loader? [19:28] I'm now in ubuntu live mode [19:29] but I think it's been installed (w/out boot loader) on my hard drive [19:30] I'm on a pc with a bd drive that doesn't have an eject button. How do I eject it? I'm in unity right now. [19:30] Guys upon connecting an android device (Galaxy S3, android 4.3) on ubuntu 14.04, i get the error "Unable to access "SAMSUNG Android". Unable to open MTP Device '[usb:003,042]'" (it is connected as a media device). And then another error "Couldnt find matching udev device". Please help [19:31] yeats, every time when i type in some box like browser or enter password or like now i type i get a freeze from 3 to 7 second [19:31] ubottu, every time when i type in some box like browser or enter password or like now i type i get a freeze from 3 to 7 second [19:31] MarioZZ: I am only a bot, please don't think I'm intelligent :) [19:31] ralph4100, Not sure what you have done is correct, https://help.ubuntu.com/community/UEFI [19:32] How do I change u1 to be not administrator, and u2 to be administrator, from the command line? [19:33] In the olden days I'd just edit /etc/group file. [19:33] here is a pastebin of my fdisk -l http://pastebin.com/jXkGA5RU === Tokyo is now known as Zachary_DuBois [19:33] xcyclist: add u2 to the group "admin" and remove u1 from the group admin [19:33] xcyclist: may want to test between those actions though ;) [19:33] Steve_Jobs: " 6 packages have been "kept back"" generally -> sudo apt-get dist-upgrade <- ( as regualar apt-get upgrade will not install new packages ) . [19:34] There is no group admin. There is a group adm [19:34] I am looking at /etc/groups in a 14.04 install. [19:36] is there any way to now go back and setup efi bootloader for my bootloader-less ubuntu install? [19:36] that you guys know of? [19:37] also - just a basic question: is GRUB compatible with EFI? are they two different things? do I need GRUB and EFI, or just one? [19:37] don't understand the basics [19:37] geirha: regarding listening to the release of the 'End' key. googling for this gave me someone that did this: xinput --query-state 5 | grep -Flq 'button[9]=up' i am trying to understand what is the replacement of button[5] for the 'end' key. [19:37] geirha: it was actualy inside while loop. [19:37] xcyclist: so you understand the principle? [19:37] confirming groups now [19:38] ralph4100, efi is the windows bios, you have a gpt partition table. You want a efi install of ubuntu, the legacy is for removed windows and the gpt table still present. [19:38] hmm maybe it changed to sudo - can anyone confirm? [19:38] bubbasaures: sorry but 'windows BIOS' is wholly inaccurate [19:38] EFI != Windows at all [19:39] daftykins, Did not give details enough to really read into it, just general info. [19:39] mmm to the layman that's pretty misleading though [19:40] ralph4100: hello [19:40] daftykins, Your welcome to give a detailed description to a user that just did a legacy install on a oem, and is lost. [19:40] bubbasaures: I'm here [19:40] I'm trying to understand what you guys are writing [19:40] but it's not making a lot of sense in terms of my next steps [19:40] ralph4100: first off, grub is a boot loader [19:40] ralph4100: efi is a way to boot grub or whatever else [19:41] ok, so EFI comes before a bootloader [19:41] it chooses the boot loader [19:41] ralph4100: you can reinstall grub to the disk after you install ubuntu if you want [19:42] so where do I install grub to? its own partition? [19:42] ralph4100: yeah, efi searches for a .efi file, grubx64.efi or shimx64.efi ( in case secure boot is enabled ) [19:42] ralph4100: grub is installed to the disk [19:43] grub is installed to the ubuntu partition? or outside of any of the partitions? [19:43] I think usermod is the proper command for that, unless one just edits /etc/group. Thing is, I've done the latter and found it had no effect in some modern linices. I always thought that was strange. [19:43] ralph4100: outside of any partitions [19:43] ralph4100: have you been shown the EFI page? [19:43] I have read the EFI page several times - but does not include instructions for what to do when there is a fatal error installing grub and you pick no bootloader [19:44] ralph4100: which mode did you boot in? [19:44] during install I booted in legacy mode in order to boot from usb [19:44] to boot to windows I would have had to switch to efi [19:44] in the bios [19:44] ralph4100: ok, legacy doesn't mean boot from USB though - USB can be booted from both EFI and legacy modes [19:45] ralph4100: so are you replacing a Windows 8 completely, or? [19:45] ok - I'm sure that's true, but what happened with me was in efi I could not figure out how to boot to usb and in legacy it would automatically boot from usb [19:45] is what I need to install ubuntu having booted with efi - so it will know it's efi? [19:46] ralph4100: grub is installed outside of the partitions usually, unless in the case of using gpt partition table and legacy, a bios-boot partition is used [19:46] you need to answer my questions first [19:46] ralph4100: so are you replacing a Windows 8 completely, or? [19:46] is ubuntu to be the only OS? [19:46] no - dual boot [19:46] right, you can't mix boot modes then [19:46] ralph4100: if you installed ubuntu in legacy mode, and you have win8 and efi [19:46] and there's like a bunch of one key recovery partitions that came w/ laptop [19:46] it won't work [19:46] ralph4100: boot a live session, chroot your install then follow the EFI page on how to convert your install [19:46] (from legacy -> EFI) [19:47] or nuke it and start again [19:47] daftykins - ok I can follow that except how to chroot to my install? [19:47] daftykins: doesn't EFI allow for an additional MBR partition? [19:47] daftykins: like, hybrid or something? [19:47] er, well boot from a live session, come back here via webchat and follow the guide page, ralph4100 [19:48] Okitain: typically EFI would be on GPT, so i don't know what you mean by bringing up MBR [19:48] I'm using live session right now - [19:48] ok lets check out what that page has [19:48] !efi [19:48] UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [19:48] ralph4100: ok [19:48] http://pastebin.com/jXkGA5RU - fdisk -l [19:48] ralph4100: sudo apt-get install pastebinit [19:48] https://help.ubuntu.com/community/UEFI#Converting_Ubuntu_into_EFI_mode [19:48] ralph4100: sudo parted -l [19:49] daftykins: I meant a GPT/MBR hybrid thing. It's apparently possible. [19:49] ugh a typical heavily messy windows 8 disk [19:49] Okitain: totally irrelevant to complicate this conversation [19:49] Okitain: if you have efi and gpt, you can use a bios boot bla bla bla [19:50] ( to boot on a legacy machine ) [19:50] bla. [19:50] ralph4100: have you been able to use a boot menu to boot ubuntu at all? [19:50] ralph4100: what brand of system is this? [19:50] daftykins: lenovo y500 [19:50] What should I do for guest from host 1 to reach a guest in host 2 . I am using ubuntu 14.10 as host and guest. [19:50] I did sudo parted -l and got this http://pastebin.com/EQnfCVzg it's now hanging [19:50] ralph4100: hrmm, so typically you can hit escape at boot and get a boot menu [19:50] ah no a Sandisk U100 :( [19:51] daftykins: ok the rest came through http://pastebin.com/9pHRSBZQ ignore q and ctrl c [19:52] ugh whoever wrote parted to write them out of order, how tedious [19:52] ralph4100: sooo, can you get a boot menu on that Lenovo? :) [19:53] daftykins: there is a 'one key recovery' button that brings up bios/boot menu options [19:53] that I was using to go back and forth between uefi and legacy [19:53] yeah sounds like a model i've setup before [19:53] however - while in efi so far I have been unable to get it to boot from usb [19:53] oi [19:53] ralph4100: so you *can* boot the local install of ubuntu? [19:53] but I might not have been doing it right [19:54] oi [19:54] ^ [19:54] daftykins: there are not sorted that's all. parted shows them in the order they are on disk [19:54] no - the only thing I could get up was the live install [19:54] solsTiCe: i know. [19:54] I haven't tried to do windows again [19:55] hrmm [19:55] ralph4100: ok you need to focus on getting that EFI'd flash drive boot working i would say. be sure to pick a USB 2.0 port if your system has mixed ports and try going into setup and looking at the boot screen [19:55] seems like maybe the simplest course here is to nuke the ubuntu partition, figure out how to boot from usb in efi and start over [19:55] yip i agree [19:56] ok - will try that. thanks much for your help in the meantime, I may be back soon [20:00] i can encrypt all my partitions without reinstalling the os? [20:03] crypto_guy: You will need to reinstall to be able to do that. [20:03] My Swap dont work on an hard disk with Documents folder Encrypted, so i cant hibenate. Do you think this could be the solution ? http://askubuntu.com/questions/462739/14-04-with-fde-and-swap-is-missing http://paste.ubuntu.com/9219733/ [20:04] can I run a bash script using start-stop-daemon? [20:05] Lubuntu 14.10 [20:07] For some reason the utf-8 icons don't show up correctly on some webpages for me (e. g. github or phabricator); see also http://i.imgur.com/LmT6Pjp.png [20:07] I'm on Ubuntu 14.04 [20:07] anyone an idea how to fix this? [20:07] Strat: I would try using mtpfs first [20:08] Vogone: Firefox? Try View > Character Encoding > Unicode [20:09] MarkyC: the issue seems browser-independent (also on Chromium, Konqueror etc) [20:09] When i do sudo mkswap /dev/mapper/mint--vg-swap_1 , it give me directory or file inexistence. Why ? http://paste.ubuntu.com/9219815/ I trying this solution http://askubuntu.com/questions/462739/14-04-with-fde-and-swap-is-missing [20:10] hello i have installed xfce4 and everything works i used the default config but when i minimize applications i cant get them back [20:10] its like theyre hidden [20:11] Vogone: Sometimes that happens to me (Win8) when the character encoding is wrong, I'm just trying to rule out that possibility [20:11] Wait, my entry for lubuntu 14.10 should be /dev/mapper/ubuntu--vg-swap_1. YMMV. instead sudo mkswap /dev/mapper/mint--vg-swap_1 ?? [20:11] I understand, but Unicode is indeed set :) (now also checked it) [20:11] MarkyC, I installed mtpfs [20:12] It seems to work now (I had installed it in the past but to no luck, unfortunately) [20:12] does ubuntu installer boot system by default in verbose mode? [20:12] I hope itll keep working [20:12] GuyThatNeedsHelp: When the application is minimized, you do not see the tab in the task bar ( my install the task bar is at default top od screen)? [20:12] thank you for all ur help MarkyC [20:13] Strat: cheers. Hopefully it doesn't break itself [20:14] Eburitus: No, one has to add the boot parameter "text" to the kernel boot line; iirc. [20:14] Vogone: Can you verify that the font file is downloading? [20:14] Eburitus: what is the issue behind that question? [20:14] Bashing-om: i dont see any tabs [20:15] k1l: future debugging. i was just wondering that do i need to create on boot disk with that ability. [20:15] Vogone: could be: https://assets-cdn.github.com/assets/octicons/octicons/octicons-192e5fbb927be7cdb8bdfa0ecb98d3574bd395e58f9d00e5dcdfce5bc9660ac0.woff but I'm not sure if that random string is their cache-busting mechanism [20:15] rypervenche: what about https://help.ubuntu.com/community/FolderEncryption ? [20:15] Bashing-om: all i see is on the top left application menu and on the right i see icons but its not the application im looking for [20:16] How to make this entry work for lubuntu 14.10 ? sudo mkswap /dev/mapper/mint--vg-swap_1 [20:16] crypto_guy: That is not encrypting all of your partitions. I personally don't use that type of encryption. I have seen far too many people have issues with it. I use LUKS myself. [20:16] . [20:17] Vogone: (but I don't know how to do that, because it appears Fx doesn't show you downloaded fonts in the network tab :( ) [20:17] how to make this entry work for lubuntu 14.10 sudo mkswap /dev/mapper/ubuntu--vg-swap_1. YMMV. [20:17] like an example if i minimize terminal i cant find it [20:18] using xfce4 [20:18] GuyThatNeedsHelp: Should appear to the left. I do not know the why of it not. Maybe; reset your desktop configration »xfconf-query -c xfce4-desktop -p / -r -R« WARNING: this will reset all settings of xfdesktop. be warned . [20:18] GuyThatNeedsHelp: did you remove the task bar from the panel? [20:19] <__rad> i've just setup a on old laptop (Running xubuntu) and have another four to go. Since three are the same models, is there any way to back to a usb stick? I've downloaded acronis on my windows pc and was going to make a bootable usb stick, but wondered if there was a quicker way to do it within linux? [20:19] wll, there should be a starter bar at the bottom on xfce, right? [20:19] k1l facepalm i did [20:19] Vogone: Can you verify that the font file is downloading? <- probably a dumb question, but which font file? [20:20] thanks for the help [20:20] <__rad> i should say, i would like a full backup if poss (os plus all the software i've setup) [20:22] __rad: Same hard drives as well? [20:22] <__rad> hmm, not too sure about hard drive sizes in them all [20:22] <__rad> same model numbers [20:22] <__rad> laptop model number that is [20:23] __rad: If those were the same you could just make an image of the disk and then copy the image to the other disks and then it should work. [20:23] I try to download realtime kernel here https://launchpad.net/~abogani/+archive/ubuntu/realtime/+index but it telles me I'm not allowed! How can I download hard realtime kernel? [20:23] <__rad> yeah i have a commerical version of acronis in work...but im off for 9 days and didnt take it with me [20:24] k1l: no issue at a moment but i like verbose mode in debugging some problems with hardware in future. [20:24] how to make this entry work for lubuntu 14.10 sudo mkswap /dev/mapper/ubuntu--vg-swap_1. YMMV. [20:24] <__rad> installed the free trial on my windows pc hoping to make a bootable usb stick then use that to boot the first laptop, make an image to yet another usb stick and use them to rebuild the rest [20:24] Hello. [20:24] <__rad> but i thought there might be a fancy/easy way to do this in linxu without all the fuss [20:26] __rad: Yeah, you don't need commercial software to do this. You can move all of the data over, but you would need to make some tweaks to each system to get them to boot properly. If the disks are the same size or larger, you can just copy the image over. === renato_ is now known as Guest85787 [20:27] <__rad> rypervenche cool, linux has thought of everything haha. can you point in the right direction...new to this so even just what im searching for === anjo-aladiah_ is now known as anjo-aladiah [20:30] Hi all! [20:30] __rad: http://askubuntu.com/questions/491082/steps-to-create-dd-image-file-from-usb-and-restore-image-to-a-different-usb [20:30] zteam: welcome! [20:30] Eburitus: Maybe, https://wiki.ubuntu.com/DebuggingKernelBoot will give you some direction. [20:31] __rad: Same idea, but you'll want to do the creation of the image from a live CD onto either the other machine's HDDs directly or onto another disk that you then use to copy over. [20:31] Is there any easy way to remove all symbolic links in a directory, I had got some weird symbolic links in my trash folder, and naultius is crashing for me once I try to view that folder [20:31] __rad: Actually, this one looks nicer: http://www.howtogeek.com/howto/19446/make-a-drive-image-using-an-ubuntu-live-cd/ [20:31] __rad: I would also recommend adding "bs=4M" to speed up the writing. [20:32] <__rad> rypervenche: awesome, that looks ideal :) [20:32] <__rad> learn something new and its free to do it [20:32] <__rad> thanks very much [20:32] Bashing-om: ty. [20:32] any advice guys? [20:32] __rad: No problem. Just be careful to choose the correct drives when you're doing it. You can use "sudo blkid" to get an idea or "dmesg" to find which drive was just plugged in. [20:33] Question: I would like to see the source of the latest malloc() implementation on Ubuntu distro. Where can I get this? [20:33] zteam: You can use the find command to find all symbolic links. One second. [20:33] <__rad> after a quick glance, it looks quite quick...i will add that to my notepad :) [20:35] <_ahg> I am running ubuntu 14.04, and would like to know 1) the name of the volume widget in the systray and 2) how to find out the name of a widget in my systray [20:36] <_ahg> I have installed i3, and am able to execute "nm-applet" to get the handy wifi control in my i3status bar, but I don't know what executable to invoke to get the volume control (or battery indicator, or keyboard layout indicator...) [20:36] _ahg: you mean you want the name of the binary of the indicator? [20:36] <_ahg> EriC^^ yes, exactly [20:36] asd [20:37] <_ahg> EriC^^ and how to figure out the name, so I don't have to ask here the next time I want to add one to my i3status [20:37] Hi, I have a server that said (upon `sudo apt-get upgrade`) "The following packages have been kept back: linux-headers-generic linux-headers-virtual linux-image-virtual linux-virtual" ... so I did a `sudo apt-get install ` -- was that a bad idea? Do I need to fix something before rebooting this server? [20:38] Good day. [20:38] ok heres a interesting issue [20:38] i installed the ati propitary drivers my mouse stopped working so i rebooted my computer now x won't work [20:38] linelevel1: ""The following packages have been kept back: linux-headers-generic " -> sudo apt-get dist-upgrade <- will take care of that . [20:38] _ahg: they are found in these dirs use this command to find a list of the dirs and the binaries inside them [20:39] zteam: Ah, I got a phone call. The find command can do it with something like "find /location -type l" [20:39] Bashing-om: Won't `dist-upgrade` also upgrade my Ubuntu version from 14.04 to 14.10? I want to stick with the LTS release... [20:39] ls -ld indicator* , then the executable would be /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service [20:40] _ahg: ^^ [20:40] Bashing-om: And in any case, I already upgraded them with the manual install command... so now I'm just wondering if doing so was a mistake (maybe they were held back for a reason and now I'm going to have a dependency problem when I reboot)? [20:40] _ahg: this will give you a better listing find /usr/lib/x86_64-linux-gnu/ -type f -name "indicator*" [20:41] linelevel1: NO, dist-upgrade is to install packages that 'upgrade' will not (new) .. the command to do a release upgrade is different. [20:41] looks like ubuntu 14* is currently epic failure? [20:41] Bashing-om: Okay, but see my last comment... I think it's a moot point at this point. [20:41] sorry i meant earlier to do ls -ld in the dir /usr/lib/x86_64-linux-gnu [20:42] <_ahg> EriC^^, awesome, thanks. I found it. [20:42] linelevel1: I "think" you are OK, but run -> sudo apt-get update , sudo apt-get upgrade <- and see what the package manager now thinks . [20:42] <_ahg> It doesn't appear that I can simply execute it, like with nm-applet, but this will be much easier to google [20:42] <_ahg> EriC^^ thanks so much for your help [20:43] _ahg: no problem [20:45] linelevel: Being overly cautious, one can run -> sudo apt-get -f install , sudo dpkg -C <- as checks . [20:46] Bashing-om: Thanks, looks good. [20:51] linelevel: dependencies are a package-level concept, the package system should catch them. === cytom2k is now known as cytomek [20:54] Does anyone know where I can get a blocklist for torrent sites? [20:54] re-Question: I would like to see the source of the latest malloc() implementation on Ubuntu distro. Where can I get this? [20:56] when i tryed to do sudo mkswap /dev/mapper/ubuntu--vg-swap_1. YMMV. it gaves me mkswap: invalid block count argument: 'YMMV.' [20:57] jhutchins_wk: Then why would `apt-get upgrade` choose to keep back new linux headers? [20:57] anjo-aladiah: Werever you originally got that line to try from, I'm pretty sure the person who wrote it put the YMMV there as an acronym for Your Mileage May Vary, and that it's not part of the command you want whatsoever [20:58] genii : the command is only this part ? sudo mkswap /dev/mapper/ubuntu--vg-swap_1 [20:58] linelevel: cause upgrade doesn't remove stuff [20:58] anjo-aladiah: That would seem more sane, yes. [20:58] linelevel: that's what dist-upgrade is for [20:58] thanks [20:59] EriC^^: Sorry, I'm not following. What does removing stuff have to do with upgrading an existing package (like linux headers)? [21:00] genii: when i do sudo mkswap /dev/mapper/ubuntu--vg-swap_1 it says: /dev/mapper/ubuntu--vg-swap_1: Ficheiro ou directoria inexistente [21:00] Is there any way of making Ubuntu able to recover from a temporary (i.e only one second or less) disconnect of the USB hard drive if that is where it is installed? === cytom2k is now known as cytomek [21:00] i have tried ubuntu 14.04.1 and 14.10 both on the install page the left click of the mouse refuses to work BUT does work if you select the wireless icon [21:00] !dist-upgrade [21:00] A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention. === cytomek is now known as cytom3k [21:01] now after upgrading the ati drivers x.org has officially taken a crap [21:02] Wamphyri: Boot to recovery mode -> enable networking -> desktop -> Additiional Drivers ; and install the open source driver ?? === cytom2k is now known as cytom3k [21:04] linelevel: upgrade only upgrades existing packages, dist-upgrade can remove and install packages to fulfill the dependencies of packages that will be upgraded [21:04] anyone run skype on their machine? do i download the10.04 or 12.04(multiarch) version? [21:04] Wamphyri: IF you attempted to install from OEM, will require manual removal of that proprietary driver . [21:04] bashing: why can't i install it properly tho? i have to tab through everything because the left mouse button won't work [21:05] Bashing: it did work, but the mouse crapped out [21:05] Wamphyri: How old is the ATI card ? AMD has dropped all support for the HD 2X/3X/4X series of cards. [21:05] anjo-aladiah: Does command: ls /dev/mapper/ubuntu produce a result? [21:05] 5770 [21:06] ^^ Bashing [21:07] Wamphyri: "the mouse crapped out" A USB mouse ? What is set in bios for USB devices and "plug and play" ? [21:07] is the mouse working at another port/computer? [21:07] genii: it say its inpossivel to acess. . [21:08] the mouse works fine in windows, and in ubuntu, but the left click button doesn't work on install [21:08] but you can see the mouse curser [21:08] hi guise [21:08] Wamphyri: what mouse is that? [21:09] microsoft usb pnp [21:09] just a cheap thing [21:09] is it just on the liveOS where its not working? [21:09] both actually [21:09] anjo-aladiah: How about: sudo ls /dev/mapper/ubuntu [21:09] ok [21:09] so not working on ubuntu at all [21:10] install gpointing-device-settings and see if there is settings that help [21:10] genii: http://paste.ubuntu.com/9220706/ no acess too [21:10] the mouse curser is there and moves, i can left click on the wireless option in the upper right corner and it works, however i can not left click on the livecd and install option on the install screen [21:11] anjo-aladiah: Then this means that /dev/mapper/ubuntu does not exist. [21:11] anjo-aladiah: Hence, any command you try to run using that will fail. [21:12] could someone give me a hand with getting a AWUS036H usb wifi adapter working on 14.04? [21:14] hey guys. i have a sneaking suspicion that something is wrong on a server i have. it resolves all kinds of bogus domains to ip addresses. any way to get to the bottom of if i have been dns hacked in some way? [21:15] for example if i `curl -v -L abc` it resolves to 199.181.132.250 and I get redirected to go.com [21:15] arkje: Some providers resolve unknown domains to help sites, or search sites, or clickbait sites. [21:16] arkje: Have a look at resolv.conf and nsswitch and dhclient.conf. [21:17] so looks like there is a bug on the initial install screen of 14.10 and 14.04.1 [21:17] arkje: go.com? The disney site? [21:17] Okitain: yes. and literally every thing i type in will resolve to something [21:18] arkje: that may be because the DNS service appends ".com" to everything [21:18] arkje: You can switch to Google DNS and try again? [21:18] I just did actually [21:19] but you are right, that could be it [21:21] Wamphyri: honestly i would not call it broken unless you tested other mice. [21:21] when I plug in the AWUS036H I get the following in syslog: http://pastebin.com/KZpxPwjp [21:22] and the entire sequence repeats every 2 seconds.. [21:22] Okitain: that seems to be the case. thanks for the pointer. A little less worried now :p [21:22] k1l i'm not the only person who has had this issue [21:23] google it lol, i was just hoping there was a fix :) === bazhang is now known as Guest34758 [21:24] brb === bazhang_ is now known as bazhang [21:27] ok back [21:28] ok back === ZadYree_ is now known as ZadYree [21:36] any ideas? [21:36] what hardware device should I get so I can pipe _output of laptop_ to _input of phone_ ? [21:39] hello world [21:41] trap_exit: I guess you could use wifi or bluetooth. I think I would go with wifi [21:42] ergh? [21:42] what we can do here? [21:42] I want to pipe OUTPUT of Laptop to INPUT of cell phone [21:42] i.e. suppose I'm reading off a UPS number [21:42] and I am using the computer to syntehsie a voice to read off the number\ [21:42] sacarlson: I think I did not explain my problrm properly [21:43] trap_exit: I use wifi to use my keyboard and mouse from my computer on my android. so I think in the same way you could also use your scaner [21:43] wtf [21:43] what scaner ? [21:44] trap_exit: I thought you were reading off the ups with a scanner [21:45] no [21:45] I'm using a computer program to SYNTEHSIZE a AUDIO from a sequence [21:45] nice [21:45] i.e. it synthesies a computer voice saying "Package A B 3 4 D 3 1 4 1 5 9 2 6" [21:45] talking to comptuer synthesized voices goes both ways [21:45] fuck automated audio systems [21:45] trap_exit: espeak will do that just fine [21:45] Does anyone run Ubuntu on a macbook pro? I'm trying to and it keeps saying select CD-ROM boot type... [21:46] yes, the problem is how to I pipe output of LAPTOP to INPUT of phone ? [21:46] that would be cool! but you would need telecommunications equiptment [21:46] mzanetti, popey: You might be interested in http://hogsmeade.lieberbiber.de/_DSC2100.JPG . A Windows 8.1 tablet (it has a quad-core Intel CPU) booting an unmodified image of Ubuntu 14.10 from an USB-stick. I just disabled Secure Boot, put the right UEFI loader on the stick, attached USB-stick/keyboard/mouse via an USB hub and bam [21:47] trap_exit: again with wifi as I said you can send any streem in both directions with wifi from and too your android phone [21:47] sacarlson: I don't understand how wifi comes into play here [21:47] sacarlson: how would this solution work? plese enlgihten me [21:47] trap_exit: maybe you could try piping the output of your laptop to a voip server? [21:47] SturmFlut: nice [21:47] SturmFlut: now install unity8-desktop-session-mir [21:47] my phone has bluetooth [21:47] I don't see how wifi connects to phone for audio [21:48] mzanetti: Battery just died :( Will try tomorrow. [21:48] trap_exit: a phone could use wifi because of VOIP [21:48] trap_exit: wifi is just a network. you can send anything on a network. from the ip of your laptop to the ip of your phone [21:49] sacarlson: does this solution require I write new softare on my phone? === Vogone is now known as Vgn|away [21:49] trap_exit: like synergy does with keyboard on network or wifi [21:49] sacarlson: okay, so you are suggesting a solution which in theory is possible [21:49] howerver, in practice, the software for the phone does not exist [21:50] trap_exit: software as in app yes. software as in driver no [21:50] i was hoping for an analog solution that just wires from laptop's output port to phone's input port [21:50] why === ubuntu is now known as Guest37849 [21:50] I really love the colors in vim when I open a file in ubuntu…how do I get the same thing on my mac? [21:50] trap_exit: remind you android IS linux so not much software needed [21:54] I thought there was a pulse EQ I'd been using at home, but I just realized it was something built into VLC. Is there such a thing as a graphic EQ for pulse? [21:54] i have scripted a game to load and refresh qjoypap with a layout then run. Then upon exit, load a different qjoypad layout ("null", a layout with no buttons/axis assigned to anything. as if qjoypad was not running, but it is). I can do this for two different games before something wonky happens. the game loads without changing the layout. after exit, the layout is loaded. and finally after all that, exiting qjoypad and/or ex [21:55] anyone using a apple magic trackpad with ubuntu? [21:56] Hi there [21:57] frodopwns: no but I was looking at them and the logitech pad why you have one? [21:58] I have a problem. Recently i reinstaled ubuntu on my desktop. It is all fine, except by the flash plugin. I use firefox browser and when i try to wach a movie online sound of the movie gone away then th video stops no reason at all. === rigor789 is now known as rigor789|away [22:01] be back sun [22:03] ciao [22:03] sup all === kpease_ is now known as kpease [22:04] frodopwns: We see people mention them occasionally, often enough to know there must be howto's out there. What was your actual question? === kpease is now known as kpease_ [22:04] jhutchins_wk: When I touch the tracpad with a third finger th emouse stops functioning [22:04] ive seen a couple stackexchange posts but none with solutions [22:05] ciao === Zachary_DuBois is now known as Tokyo [22:09] qjoypad problem seems to be worked around (not fixed). It's a locked process id problem correctable by ending my script with "rm -f ~/lock.pid" in case anybody would care to investigate it further. [22:11] anyone use the digikam face recognition feature? I was also hoping to use digikam as the front end of opencv for simple face recognition script to pass it an image and return if a face in the image in in the database generated with digkam. any one know of such software existing? [22:13] hello, If I have a huge text in libre and I want to find a specific sentence, is there a way to search that without manually reading through the whole text? (I am doing transcriptions for a video) [22:14] just use the "search" box [22:15] Hey, does anyone know a tool to make a bootable USB with a Windows ISO? [22:15] Ctrl+F [22:17] Hexagonite, What windows release? [22:18] Windows 7 [22:18] universal usb installer [22:18] Hexagonite, I use this multiloader it will work with W7, http://www.pendrivelinux.com/multiboot-create-a-multiboot-usb-from-linux/ [22:19] http://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-1.9.5.8.exe [22:19] so does the information on the search bar really goto cannonical [22:19] for future use? [22:19] Hexagonite: http://askubuntu.com/questions/372966/make-bootable-disk-usb-in-ubuntu-13-10-of-windows-iso [22:19] k1l: WinUSB isn't in the repo anymore [22:20] oh.. your on linux now and want to make a windows iso [22:20] Hexagonite are leaving Windows 7 for Ubuntu? [22:20] for future use? [22:20] so does the information on the search bar really goto cannonical [22:20] Hexagonite: please reada completly [22:20] who is trying to install winders images I got a sure fire way to do it [22:20] Hexagonite, unetbootin [22:21] k1l: there's only 3 answers, WinUSB, an unrelated one, and another one requiring ‘a friends PC/Laptop (With Windows installed on it!)’ [22:21] bynarie: unetbootin is for Linux distros [22:22] what is the command to not see in and out messages? [22:23] nope, unetbootin does windows iso files too [22:23] in and out messages ? [22:23] i use it all the time [22:23] FilthyMacNasty: depends on your client [22:23] mirc [22:23] bynarie: how do I make that work? I did that and it just shows a blinking cursor [22:23] oh the IRC messages [22:23] Hexagonite, which program are you using? [22:23] unetbootin, just as you suggested [22:24] oh ok [22:24] Do LTSs see kernel upgrades, or just security patches? [22:24] http://jaxov.com/2009/09/install-windows-7-from-usb-stick-easily-unetbootin/ [22:24] Hexagonite, ^^ [22:24] I poked around on the ubuntu site but didn't see anything definitive... [22:24] u just click the iso image and load it up [22:24] mitlik: security patches. but you can get new kernels from the backported newer releases with the hardware enablement stack [22:25] what are you trying to do with a winders iso anyway? [22:25] bynarie: I did that and it only showed a blinking cursor, just what I said [22:26] ok.... thats odd... but you could try YUMI [22:26] http://www.pendrivelinux.com/yumi-multiboot-usb-creator/ [22:26] Thanks, K1l. Might be back with more questions on what that is, but I seem to have found a page with some information on what that is (and if I am lucky how it works). [22:26] http://www.pendrivelinux.com/downloads/YUMI/ubuntu/yumi_0.0.1-1_all.deb [22:27] Hi again [22:27] Hexagonite, i found the perfect thing .... http://en.congelli.eu/prog_info_winusb.html [22:28] I have a PCI Audio card and the sound is functional. But is too low. [22:28] How did i fix this? [22:28] bynarie: [06:19] : WinUSB isn't in the repo anymore [22:29] oh sorry [22:29] Hexagonite: then search for another repo. a PPA [22:30] Hexagonite: or ask microsoft why they dont let their isos put on usb more easily. i am sure they have a proper answer for that, not. [22:30] there is a microsoft tool for it [22:30] Can some one give a hand? [22:30] let's kill Microsoft Corp. [22:30] lets not [22:30] lets not make silly comments [22:31] let's do it ikonia [22:31] linus is in charge of windows 9 [22:31] Hey pall [22:31] I need a hand here [22:31] Hexagonite, have you tried dd? [22:32] bynarie: yes, same blinking cursor [22:32] holy sh funch was using nnscript, it's so outdated [22:32] martinhart: control the language [22:32] ikonia control your language [22:32] !guidelines | martinhart please read these before speaking more [22:32] martinhart please read these before speaking more: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [22:33] ikonia behave [22:33] I thought there was a pulse EQ I'd been using at home, but I just realized it was something built into VLC. Is there such a thing as a graphic EQ for pulse? [22:33] Hexagonite, have you tried manually partitioning the usb, copying extracted iso files, and marking the usb with the boot flag? [22:33] k1l: Is that enablement stack strictly hardware, or is that going to include other new kernel items (e.g. btrfs upgrades). === MeltedLux is now known as MeltedDed [22:33] bynarie: yes, err, same issue [22:33] the ISO has the correct mda5sum, so it's not corrupted/incomplete [22:33] mitlik: kernel and xorg stuff iirc. [22:33] i am sorry then i dont know much else to do [22:34] mitlik: it was first intended to fix the bug that a certain "older" kernel brickes samsung laptops. === jhutchins_wk is now known as jhutchins [22:35] Sounds nasty. [22:35] so does the information on the search bar really goto cannonical [22:35] k1l: thanks for the pointers. It should help me decide between LTS and 14.10 ^_^ [22:35] ubottu, you could help me with my problem instead askme to wait. But Ok. I will Wait!!! [22:35] Ary_Mainart: I am only a bot, please don't think I'm intelligent :) [22:36] !adlens | Mendax [22:36] Mendax: If you wish not to see "More Suggestions" from places like Amazon in your Ubuntu, simply remove the package unity-lens-shopping, or adjust your Privacy settings as shown here: http://goo.gl/kFO4u . Mark Shuttleworth's blog entry on this is at http://goo.gl/uF7zZ [22:36] Hexagonite, have you tried startup disk creator? i havent personally used it but it may be worth a shot [22:36] mitlik: if you dont want to upgrade all 6 months consider lts [22:36] or alternatively, use virtualbox to run a VM [22:36] bynarie: IIRC it's broken on 14.10? :L [22:36] kuk [22:37] huh? [22:38] bynarie: let me try, hold on [22:38] k [22:40] Hi. I have an offboard PCI sound Card. The drivers works fine, except the volume is too low. To see a movie for example i need to put the volume at max on the amplifier. Why this happen and how did I fix it? On microsoft OS I get a great responsive, but I doesent like Windows OS. [22:43] anyone? [22:43] Hey... has anyone else been getting "system problem detected" windows without much to them? [22:43] Ary_Mainart: have you checked your settings? [22:44] how mate? [22:44] config is Ok and sistem volume at max [22:44] Ary_Mainart: click on the volume indicator on your panel? [22:44] Yup [22:44] at max [22:45] hi all [22:45] Ary_Mainart: try ticking "Allow louder than 100%"? [22:45] yup. Already check and maxed [22:45] what happens if I make a apt-get dist-upgrade on a 14.04 LTS ? [22:45] hello [22:45] :) [22:46] WARNING: CPU: 0 PID: 1279 at /build/buildd/linux-3.13.0/kernel/watchdog.c:245 watchdog_overflow_callback+0x9c/0xd0 [22:46] DzAirmaX: Then your apps all get upgraded and whatever latest kernel is for 14.04 [22:46] nouveau W[ PFIFO][0000:00:05.0] unknown intr 0x00200000, ch 1 [22:46] DzAirmax : http://askubuntu.com/questions/215267/will-apt-get-dist-upgrade-upgrade-my-system-to-newer-version [22:46] So I installed gnome and didnt like it so I uninstalled it. Now i've got multiple settings applications in unity, what do? [22:46] DzAirmaX, dist-upgrade is for security and kernels to install. [22:47] How to solve? [22:47] jafar and bubbasaures : Thanks you guyz === DzAirmaX is now known as AirmaX [22:47] raschy, How did you install and remove gnome? [22:48] installed with apt-get install gnome, removed with apt-get purge gnome* === joe75_ is now known as joe75 [22:48] Hexagonite: I am pretty shure there is a driver config. I just don't know where. Do you need to know how is my sound card? [22:48] raschy, Was there a PPA involved? [22:48] Ary_Mainart: not really, wait for someone to answer [22:48] nope, got it from the ubuntu repos [22:49] raschy, You would normally install the gnome-shell or gnome-fallback this sound familiar? [22:50] yea both ended up installing on here [22:51] Is a CMI8738/CMI8768 with 4 channels. I have a receiver with 2 PA on the orange channel and a normal PC sound system on the green channel. [22:51] raschy, Not sure what you have done I have never had a problem with a shell purge other than configs left. A clearer details may help, not sure I can. [22:52] details of the aftermath that is [22:52] mmm [22:52] i wonder Best alternative for unity shell? [22:53] cleopatra: gnome fallback [22:53] cleopatra, Best is your opinion, many desktops available. [22:53] bubbasaures, basically what I've got is multiple instances of certain applications. System settings, onboard settings, and power. [22:54] this in the unity launcher [22:55] ? [22:55] Mmmm [22:55] Hi. I have an offboard PCI sound Card. The drivers works fine, except the volume is too low. To see a movie for example i need to put the volume at max on the amplifier. Why this happen and how did I fix it. I am pretty shure there is a driver config. I just don't know where. Do you need to know how is my sound card? The card is a CMI8738/CMI8768 with 4 channels. I have a receiver with 2 PA on the orange channel and a normal PC sound system on the green [22:55] channel. [22:55] what do I need to know about installing ubuntu 14.10 (single boot) on an iMac? I had trouble finding a guide. Is it a click-through install, or do I need to mess with bootloading? [22:57] mmmm [23:00] Ary_Mainart, you allowed 100% in sound settings? [23:02] cleopatra: Yes. I did. [23:04] Strange, I have distortion in the sound so it should work [23:06] cleopatra: The sound works, but is too low. To watch a movie i need to max all soundbox. === spawn is now known as Guest95540 [23:17] Ary_Mainart: speakers or headphones? [23:17] can I get Ubuntu to mount an external usb drive as world-readable (not writeable)? right now it's mounting as mode 0700. [23:18] ningu: depends on the fs and what you want to use to automount it [23:18] well, it's automounting already. this is ubuntu desktop, 14.04 [23:18] fs is exfat [23:18] Guys, I have a problem. Although it's about OS X, I think the commands are similar to Ubuntu. [23:19] hi im having trouble with apt-get http://paste.ubuntu.com/9222435/ [23:19] Basically, my brother is giving me his Mac, and I want to disable read and write permissions to my ~ [23:19] Is there an install guide for putting 14.10 as the sole operating system on an iMac (14,2 revision)? [23:20] Pantsu: I would strongly prefer not to have to manually mount/umount this. so if there is a way to do that... [23:20] r0t0r: you should not be root, ubuntu does not have an enabled root account [23:20] ok [23:20] k1l: Can I pm you about user permissions and such [23:20] r0t [23:20] k1l: Basically, my brother is giving me his Mac, and I want to disable read and write permissions to my ~ [23:20] r0t0r: the package is not actually called xchat, search for xchat then install the correct package name [23:20] Ranieri_: see osX support. maybe the have a channel in here [23:20] !info xchat [23:20] xchat (source: xchat): IRC client for X similar to AmIRC. In component universe, is optional. Version 2.8.8-7.1ubuntu7 (utopic), package size 311 kB, installed size 988 kB [23:20] !alis | Ranieri_ [23:20] Ranieri_: 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* [23:20] r0t0r: is this actually ubuntu ? [23:20] k1l: Iight thanks [23:20] yes [23:21] r0t0r: " Filename: pool/universe/x/xchat/xchat_2.8.8-7.1ubuntu5_amd64.deb " it is there, enable the universe repository in Softwre sources . [23:21] r0t0r: run apt-get update then try the install again === johnlage is now known as johnlage_partyha [23:21] didnt work [23:22] k1l: Would the command be chmod 700 for my directory? [23:22] r0t0r: check the universe repo is enabled - but it should be [23:22] ningu: there are lots of ways to do automounting, udiskie, any sane file manager, udev rules, systemd units and so on [23:22] r0t0r: please pastebin (pastebin.ubuntu.com) the output from apt-get update [23:22] r0t0r: Bashing-om: you really should not use xchat, it is no longer maintained [23:23] use hexchat instead [23:23] Pantsu: this is standard ubuntu desktop so I assume I'm using nautilus. [23:23] Pantsu: OK, tks :) [23:24] ningu: which fs is it btw? [23:24] Pantsu: exfat [23:24] ewwwwwww [23:24] anyway, you can change the polkit rules to set the default permission === DzAirmaX is now known as AirmaX === solstice is now known as Guest25120 [23:26] Pantsu: I am googling for how to do that but don't see anything obvious. happy to do it either through a config file or gui [23:26] Hey guys question, I installed ejabberd (xmpp server) to /opt/ejabber-14.07 but when I run the command line util for ejabberd (ejabberdctl) It's trying to point to /usr/sbin/ejabberdctl instead of /opt/ejabberd.... Any ideas? [23:27] Snwspeckle: start the ejabber one you installed [23:27] k1l, Is there a reason why I cant do ejabberdctl from anywhere though? [23:27] Snwspeckle: yes [23:27] ningu: man polkit [23:28] ningu: man 8 polkit even [23:28] Snwspeckle: the default path is pointing at an install outside of /opt [23:28] aha. ok :) [23:28] ningu: it is pretty good [23:28] you manually did your own custom install in /opt [23:28] Where can I change the path? [23:28] you have to tell it to use it [23:28] Snwspeckle: get it running first [23:29] Snwspeckle: I don't understand. Does /usr/sbin/ejabberdctl even exist? [23:30] gry, I first tried to install ejabberd through apt-get but once installed I realized its super out of date. I then removed ejabberd. After I downloaded the newer version directly and ran the install file instead of using apt-get [23:31] gry, And no, /usr/sbin/ejabberdctl doesnt exist [23:31] That's not the question. Ah, that is. Thanks. I'd be quite interested to know what stores (and calls) that old path, since your wording implies that you get a "/usr/sbin/blabla: file does not exist" error. [23:32] gry, I'm truly not sure, I am thinking of reverting to a backup I made before attempting this install [23:32] path gets loaded on login, maybe its still there [23:32] Soooo happy I made a backup [23:32] there is no need to go to a backup [23:32] a.) confirm it works using the full path [23:32] b.) fix the path [23:33] k1l: If I have /usr/sbin in PATH and run foobardoesnotexist, I don't get a "/usr/sbin/foobardoesnotexist: file not found" error. [23:33] Whereas he does. [23:33] gry: you should [23:34] Already starting the backup. Reason I am doing this is because the apt-get version is extremely old and it may have installed config files that may be conflicting [23:34] -bash: foobar: command not found [23:34] eg: [23:34] ikonia: Why? There is a handful of other entries in PATH which do not exist. It should say "foobardoesnotexist: command not found", not "/usr/sbin/foobardoesnotexist: file not found". [23:34] gry: command not found, sorry, thought you where paraphrasing [23:34] ikonia: He quoted sbin specifically. I think he gets the specific file not found error. [23:34] Snwspeckle: you're makig it harder than it needs to be [23:34] gry: understood [23:35] gry: maybe something like /etc/alternatives [23:35] shouldn't take long to track down [23:35] Snowstormer: please paste the full error you get when you try to run "ejabberdctl" in a terminal. [23:35] ikonia, I'm very new to linux and I need to ensure that this server is very stable. Besides, the install takes 1 minute [23:35] or the binary is actually a shell script to the real binary [23:36] seems like cracking a nut with a scud missile, so I'll bow up [23:36] should only have taken a minute or so [23:37] hola [23:37] Or a Patriot missle :P [23:37] tengo un problema, alguien puede ayudarme === lobo is now known as Guest79603 [23:40] Interesting, looks like the config/initalization file is actually a .yml file hm [23:50] gry, actually still getting the issue, here is the error: The program 'ejabberdctl' is currently not installed. You can install it by typing: [23:50] apt-get install ejabberd