[00:01] I'm getting internal compiler error trying to compile Emscripten on Ubuntu 14.04 https://github.com/kripken/emscripten/issues/3078 [00:01] garrettkajmowicz: what graphics card? ("lspci") [00:01] this a know problem? [00:01] daftykins: 01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 630] (rev a1) [00:01] garrettkajmowicz: is this a laptop, or? [00:01] This worked fine (for months+) until I performed an update and rebooted. [00:02] daftykins: Desktop machine. [00:02] garrettkajmowicz: "dpkg -l | grep -i nvidia | pastebinit" [00:02] daftykins: http://paste.ubuntu.com/9508635/ [00:02] I try to run only OSS where practical. [00:02] garrettkajmowicz: ah ok, nouveau seems upset though [00:03] you appear to have nvidia-prime installed [00:03] daftykins: That's new. (Pun vaguely intended). [00:04] daftykins: Uninstall it and see what happened? [00:04] garrettkajmowicz: "sudo apt-get purge nvidia* " [00:04] garrettkajmowicz: do you have a xorg.conf ? [00:04] (you shouldn't really) [00:05] 3.13.0-32 doesn't seem like the newest trusty kernel either 0o i might be going mad though [00:05] I don't believe so. Last time I looked at it I think I just deleted it (months/years ago). [00:05] Until now graphics stuff mostly Just Worked. [00:05] * garrettkajmowicz is rebooting to see what happens. [00:06] I guess I better file a bug with Ubuntu due this GCC internal error? [00:06] it's not an ubuntu issue savantgarde [00:06] ikonia: so you're saying I should file a bug with gcc? [00:06] no [00:06] what then? [00:06] savantgarde: with Emscripten [00:07] it shouldn't be calling cc1plus directly [00:07] ikonia: I did, but later I figured is a tool problem [00:07] it is [00:07] how did you figure it out as a tool problem [00:07] and what do you mean by a tool problem [00:07] ikonia: well, I figure it ought to be a gcc bug since there's an internal error [00:07] you figured wrong [00:07] could be [00:08] it's a problem with Emscripten [00:08] the build process should not be calling cc1plus directly [00:08] ikonia: how do you see that it's calling cc1plus directly? [00:09] savantgarde: an assumption looking at that output [00:09] savantgarde: the error also states "Please submit a full bug report" [00:09] savantgarde: so file a bug report to the project [00:10] ikonia: I don't think that the error indicates that cc1plus is called directly [00:10] savantgarde: thats fine, you're welcome to disagree, [00:10] daftykins: Thanks! I'm now looking at my desktop in full glory! You are awesome! [00:10] the error message starts with 'c++' for one [00:10] savantgarde: you're welcome to disagree, I'm making assumptions based on what I'm reading, I may not be right [00:11] which is synonymous with g++ I believe [00:11] savantgarde: I don't think so [00:11] what exactly? [00:12] since the error starts with 'c++:', it looks as if the invoked command is c++, which in turn runs cc1plus (wherein the ICE occurs) [00:12] savantgarde: you could be right, or it could be the function within the makefile based on the make -j1 at the bottom [00:13] I would guess the command is 'c++'; Emscripten uses CMake, so I'm guessing CMake figures out the right compiler command to use [00:13] possible [00:14] as much as I loathe CMake, I do trust it'll deduce the right compiler [00:20] hello I am trying to upgrade from 12.04 to 14.04. I changed my sources list and everything was going great until it trys to upgrade the kernel. This is due to the fact thta it can not write to /tmp because it is full/;. So i backed it up then I removed what was in it (/tmp) then remounted the /tmp but it still runs out of space what can I do to work around this ? === j3m4dux is now known as jemadux [00:21] mRMans: you shouldn't change your sources.list [00:21] that is not how you upgrade [00:21] Sorry Coming from debian and that is how I do it in debian [00:21] thats not how you do it in ubuntu [00:22] you've probably put your machine into quite a bad way [00:22] tried the do-release-upgrade thingy that I looked at. but it was not installed and neither and could not find it with apt-cache [00:23] mRMans: do-release-upgrade probably didn't work as it's in a limbo state between releases (from what you've said) [00:23] I am sure the system is fine I just need to make it so tmp is bigger or something like that. [00:23] how are you sure the system is fine ? [00:23] haha [00:23] what is your basis on that ? [00:24] ikonia, because I can test certian things and they work Ijust need to finish up the upgrade, Easy as that. it is just that tmp is only assigned 1 M === enko_ is now known as enko1 [00:25] mRMans: I can test certain things ???? [00:25] sorry thats not a valid test and no real reason to class a partial upgrade as "working fine" [00:25] Hello everyone. I am trying to install a DNS updater on my server running 14.04 - when trying to download the package ddclient AND/OR inadyn I get "E: Unable to lcoate package" - Can anyone please assist [00:25] enko1: what is the package ? [00:26] ikonia: "inadyn curl" or "ddclient [00:26] enko1: what is the actual name of the package [00:26] ikonia: I am not sure? these are commands that I was told to type from numerous tutorials [00:26] enko1 can you post the link to the tutorial? [00:26] enko1: how are you installing it if you don't know the name of the package [00:27] ikonia: they say the package name is "ddclient" [00:27] !info ddclient [00:27] ddclient (source: ddclient): address updating utility for dynamic DNS services. In component universe, is extra. Version 3.8.1-1ubuntu2 (utopic), package size 70 kB, installed size 330 kB [00:27] I get unable to locate package "ddclient" [00:27] Installing "ddclient" works on my machine [00:27] enko1: what is the exact command you are running [00:27] hmm [00:27] ikonia: sudo apt-get install ddclient [00:27] enko1: what version of ubuntu is this ? [00:27] Are you behind a proxy enko1? [00:27] ikonia: also tried sudo apt-get update && sudo apt-get install ddclient [00:28] Zebra111: nope [00:28] I can't get my SD Card (Micro SD Adapter Card) to be recognized or mounted. [00:28] ikonia: 14.04 server [00:28] enko1: check you have the universe repo enabled [00:28] Shadow}}: plug it in and run "dmesg | tail | pastebinit" after installing pastebinit [00:29] "apt-get install pastebinit -y"? [00:29] Shadow}} yes [00:29] yes, althouh this -y nonsense is foolish [00:29] *although [00:30] How so? [00:30] chop chop [00:30] Certainly makes updating/upgrading quicker. :P [00:30] one whole keypress down, damn [00:31] Can anyone help me with a keyboard question on 14.04? [00:31] ikonia: that solved it. can you tell me why these repos are not included in the sources by default? [00:31] enko1: because they are not normally needed on server installs [00:31] nuhuxi what do you need help with [00:31] ikonia: my first time messing with a server - thanks for the help [00:31] I am trying to start using Ubuntu (which I really like) but my keyboard works intermittently [00:32] Zebra111: http://paste.ubuntu.com/9508837/ [00:32] It is the same keyboard and mouse that worked flawlessly on the same PC when it was running windows 7 [00:32] Shadow}}: i'm sure Zebra111 appreciates that, but then it was me asking :P looks pretty upset to me [00:32] I dont know where to find an answer to fic it [00:33] I thought I said the wrong helper's name. Hah [00:33] Shadow}} does the card work on a different computer? [00:33] ^ [00:33] Well, Would it help if I took out the Micro SD thats in it? [00:33] You could try that [00:33] no because then there'd be nothing to read [00:33] Oh [00:33] true [00:33] lol. [00:33] I don't know Zebra111, No way to test currently either. [00:34] Yeah I'm not sure [00:34] 1.3TB for a card doesn't sound good either [00:34] i mean if we were in 2025, maybe [00:34] Oh jeez [00:34] Huh?? [00:34] Shadow}}: did you read the paste? :) [00:34] TiB? [00:34] yes [00:35] TB is Terrabyte i now but TiB is? [00:35] tibibytes / tebibytes [00:35] you have base 10 and you have base 2 [00:35] Well, I have a differen't adapter card but it doesn't do anything either. [00:35] tera binary bytes = base 10, so 1,000,000,000,000 bytes [00:36] Oh...So...Rounded bytes?.. [00:36] alright, plug that in and re-run the command to see what that one does [00:36] put it this way, 1MB = 1,048,576 bytes. 1MiB = 1,000,000 bytes. [00:37] or have i gone and got that one backwards again [00:37] No seems right. === jonah is now known as Guest54516 [00:37] No, it's backwards [00:37] http://en.wikipedia.org/wiki/Mebibyte [00:37] yeah i had 'em swapped [00:38] what is the output Shadow}}? [00:38] how do i find out which app/daemon is requesting a dhcp address for the wrong network (logged by the dhcp server)? [00:38] 1 TiB = 2^40 bytes, whereas 1 TB = 10^12 bytes [00:38] http://paste.ubuntu.com/9508905/ [00:38] hi all, I'm having trouble installing android adb and fastboot via the three commands at 2.1 minimal here: http://bernaerts.dyndns.org/linux/74-ubuntu/245-ubuntu-android-tools-adb-fastboot-qtadb I get the error package has no installation candidate. [00:39] Shadow}}: well that looks better, although 30MB card? [00:39] Shadow}}: oh just a sec - are you using a USB 3.0 port instead of a 2.0? experiment. [00:39] Its a 2G Micro SD in it... [00:40] ut oh [00:40] Guest54516: adb and fastboot are part of the official repositories [00:40] I'm using the only SD slot I have o.o; [00:40] dasjoe: can you show me where I can find instructions to install from the "official repos". I'm using 14.10. [00:40] daftykins do you think Shadow}} could repair the sectors? [00:41] SD,MS,xD All the slot says. [00:41] Shadow}} is the sd's lock off? [00:41] Yes. [00:41] Whats odd is I can use a basic SD card. [00:42] I can just use the basic mounting lines for one. But Idk bout this adapter.. [00:42] Do you have an micro-sd to sd card adaptor? [00:42] Oh [00:42] Maybe it's the adaptor's fault [00:42] Thats what these are. [00:42] Do any other micro sd's work with that adaptor? [00:42] Zebra111: when a reader thinks the first card is 1.3TiB and another that one is 30MB when it's 2GB, i'm a bit more concerned than the idea of bad sectors :D [00:42] Right right [00:42] -Nods- Thats ...Concerning. [00:42] dasjoe: where do I find the command to install them from Official repositories? [00:43] Guest54516: a simple "apt-get update", followed by "apt-get install android-tools-adb" should help [00:43] Guest54516: see https://help.ubuntu.com/community/AptGet/Howto for a short intro to apt-get [00:44] Perhaps if I formatted the Micro to Fat16 then tried? [00:44] why would 'sudo gem' say 'command not found' while gem runs the command....$PATH for both the user and root has the directory with 'gem' in it and i've restarted my terminal....but only the user can run the command with sudo i cant [00:44] Guest54516: also, see http://askubuntu.com/questions/378558/unable-to-locate-package-while-trying-to-install-packages-by-apt and check whether you enabled the "universe" repository [00:44] These Micros came from old phones so perhaps its the formatting of the micros not the adapter's fault? [00:45] dasjoe: when I run the install "apt-get install android-tools-adb" I still get "no installation candidate, might this be being caused by the fact I am using it as a live cd atm? [00:45] aaas: ownership/permissions ? [00:45] daftykins thanks for the help...but root owns ese files..if anything the user should have the problem not root [00:46] Guest54516: look at "apt-cache policy android-tools-adb" and throw it in a pastebin [00:46] Guest54516: also, check whether universe is enabled [00:46] aaas: ok just checking :> [00:46] Guest54516 using ubutnu as a live cd? [00:48] Zebra111: YES, because ubuntu / linux / mac didn't have to worry about drivers for rooting my nexus 5 (where windows did) , (I want to flash it) but the tools require it to be rooted first. So I booted into ubuntu via live cd. [00:49] Guest54516, good call I installed ubuntu in a VM for the same reason === wolflarson_ is now known as wolflarson [00:49] Guest 54516 I think that's your problem [00:50] wolflarson: did you also have troubles installing adb and fastboot from the repos? [00:50] Zebra111: sorry, what [00:50] * is the problem? [00:50] nope === CyberJacob is now known as CyberJacob|Away [00:50] worked for me the first time [00:51] wolflarson: I am following: http://rootnexus5.com/nexus-5-root/how-to-root-nexus-5/ [00:51] Guest54516, does the software center have the package? [00:51] aaas: double check the shebang in `gem` and that root can find it? [00:51] is there a way to reboot a comptuer without actually physically rebooting it [00:51] Guest54516: I'd just install Ubuntu in a VM and pass through the USB device [00:51] aaas: i.e.; if the shebang for gem is `env ruby` with no path/etc [00:51] i've ran the updates but i don't want to restart the computer [00:52] j4son: let's not she-bang anything you asshole [00:52] j4son this isn't in a script it's from the command line....and root can find it IF i log in with sudo su [00:52] dasjoe, ok i'll try that. Thanks dasjoe Zebra111 and wolflarson [00:52] j4son !ops sexist prick [00:52] aaas: i hope you don't mean 'sudo su' [00:52] daftykins why not [00:52] aaas: because that's bad practice and should never be used with ubuntu [00:52] lolz [00:52] here be dragons, etc. [00:52] Guest54516 booting from the live cd [00:52] daftykins i dont ...only to check root path [00:52] is the problem sorry [00:53] wat === CyberJacob|Away is now known as CyberJacob [00:53] Zebra111: thanks, I'll try installing it via a virtual machine. [00:53] aaas: gem is indeed a script [00:53] Guest54516, I can tell you that USB passthrough works on the mac as that is what I did no idea if it works on winblows tho [00:53] Hello [00:53] Hello [00:53] aaas: "head -1 `which gem`" [00:53] Hello [00:54] I'm having a problem with Wine on Xubuntu 14.04 [00:54] Actually 2 problems [00:54] pruto: you're looking for Ksplice/Kgraft/Kpatch [00:54] What is your problem grar? [00:54] Hi, I'm the one who was asking about Gnumeric-Excel compatibility and which format to use (.xlsx vs .gnumeric vs .ods). After some testing, it turns out: [00:54] 1. MSOffice 2011 for Mac doesn't even support Gnumeric's Opendocument .ods files, so I can't use that; [00:54] 2. Gnumeric will, under some conditions, mess up a chart's size when re-importing even its own .xlsx files. Nothing unfixable, but enough to make me shy away from working natively in .xlsx format; [00:54] 3. MSOffice 2011 for Mac will choke on charts no matter what format I save in. Nothing I can do but work around it, but I'm glad I found out now instead of later. [00:54] So with that in mind, I'll be saving my stuff as .gnumeric files. [00:54] Zebra111: another question: If I have locked myself out of my user account on ubuntu by changing the password (and fogetting said password) is it possible to create a new account via guest, and change the password for my user account so I can login again? [00:55] !java [00:55] To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. [00:55] j4son well the command is that it cant find gem...not ruby..but actually it happens to everything in that directory...so 'command not found' with ruby, gem, autotest etc [00:55] First is when trying to play any game from the Stronghold series, keyboard input doesn't work, and when exiting the game, the custom cursor is stuck animating, and the computer is completely unresponsive to input except for switching TTYs [00:55] explodingmango1: new mac office soon. should change that result [00:55] Guest54516 no but you can reset your password [00:55] aaas: right because that "command not gound" can be infact, the shebang [00:55] (whoops. Sorry, guess I learned something about line breaks in Pidgin today) [00:55] Guest54516 just a sec [00:55] j4son ok well then ignore the 'gem' case...it says the same thing with 'ruby' [00:55] aaas: which is why im asking you to double check it [00:56] are they in root's $PATH? [00:56] Zebra111: thanks - take yoru time. [00:56] your* [00:56] Guest54516 http://linuxconfig.org/ubuntu-14-04-lost-password-recovery [00:57] This is really weird but i moved to 14.04 i i started having issues with my wifi as i got disconnected every 5, 10 minutes. Since i didnt find any solution i decided to reinstall and im still experiencing the same issue! [00:57] This is driving me nuts [00:58] mAxX-- did you check if there is a driver update for your wifi adaptor? [00:59] Zebra111, how can i check for the driver specifically? [00:59] I'm having some problems with wine on Xubuntu 14.04. First is when trying to play any game from the Stronghold series, keyboard input doesn't work. The second is when exiting the game, the custom cursor is stuck animating, and the computer is completely unresponsive to input except for switching TTYs, requiring a restart to be usable. The first might just be a Wine problem, but the second is a critical bug with xorg, no application [00:59] mAxX Would it by any chance be a wireless g card? [00:59] mAxX-- type in "drivers and updates" in the unity search box then open it [00:59] !wine | grar [00:59] grar: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [01:00] Zebra111: thanks for the link, but i don't see anywhere that the name of the user is specified, when the password is changed, how does ubuntu know for which user the password should be changed? [01:00] Guest54516 when it tells you to enter "passwd" enter your username at the end like "passwd USERNAME" [01:01] Zebra111: Thanks ! [01:02] anyone know why 'sudo ruby' would say 'command not found' while 'ruby' runs the command....$PATH for both the user and root has the directory with 'ruby' in it and i've restarted my terminal....i can run the command with the user, as root, but not with sudo [01:02] Has hedgework been on lately? [01:03] Zebra111, once there should i check in the updates tab? [01:03] why do I get "Scanning for btrfs filesystems" at every boot? it takes about 20 seconds [01:03] Hi all. I install ubuntu server 14.04.1 LTS and install mc programm (midnight-commander), but i try edit file via "mcedit" and want use "subshell" (ctrl+o), mcedit show error : Not an xterm or Linux console; the panels cannot be toggled. , env show : TERM=linux and SHELL=/bin/bash .. [01:03] and for a linux system, that's very bad [01:03] mAxX-- yeah [01:04] why i get this error in mcedit ? i connect to pc via ssh [01:04] Hello, i have written a programm and created a PPA. My Question: How can i submit my programm to the Ubuntu-Repos? [01:05] jhelbling try http://developer.ubuntu.com/publish/apps/get-started/ [01:05] I'm having some problems with wine on Xubuntu 14.04. First is when trying to play any game from the Stronghold series, keyboard input doesn't work. The second is when exiting the game, the custom cursor is stuck animating, and the computer is completely unresponsive to input except for switching TTYs, requiring a restart to be usable. The first might just be a Wine problem, but the second is a critical bug with xorg, no application [01:06] grar did you try https://appdb.winehq.org/objectManager.php?sClass=version&iId=1251 yet? [01:06] Zebra111 Yes. It also worked just fine on Mint 17 [01:06] grar try typing in "winetricks directplay" [01:07] What wine version are you using grar? [01:08] I've tried 1.7.22, 1.7.29, and 1.7.32 which is why I think this is an Xorg bug and nto a WIne bug [01:08] Hmm [01:09] Zebra111 The second problem is especially worrying as that is without a doubt an Xorg bug, and a critical one at that. [01:09] grar: yeah [01:09] I'm not really sure how to fix it [01:11] i wanna try kde on ubuntu 14.04 what's the pakage to install? [01:11] !find kubuntu [01:11] Found: unity-scope-home, kubuntu-restricted-addons, kubuntu-restricted-extras, kubuntu-active, kubuntu-debug-installer, kubuntu-debug-installer-dbg, kubuntu-desktop, kubuntu-docs, kubuntu-driver-manager, kubuntu-driver-manager-dbg (and 15 others) http://packages.ubuntu.com/search?keywords=kubuntu&searchon=names&suite=utopic§ion=all [01:12] kubuntu-desktop [01:12] sudo apt-get install kubuntu-desktop? [01:12] yes [01:12] yup === CyberJacob is now known as CyberJacob|Away [01:14] Hi all. I install ubuntu server 14.04.1 LTS and install mc programm (midnight-commander), but i try edit file via "mcedit" and want use "subshell" (ctrl+o), mcedit show error : Not an xterm or Linux console; the panels cannot be toggled. , env show : TERM=linux and SHELL=/bin/bash why i get this error in mcedit ? i connect to pc via ssh [01:15] hi, what X-windows does Ubuntu use? [01:15] GUI i mean [01:15] X-windows? [01:15] victorvectors usually unity [01:15] unity [01:15] unity is based on what though [01:15] gnome [01:15] i've been living under a rock... [01:15] what have you done to GNOME?! [01:16] lol [01:16] WHAT THE FUCK IS WRONG WITH YOU MONSTERS [01:16] haha [01:17] know what my New Year's resoluation is? [01:17] victorvectors Thank Red Hat for that [01:17] victorvectors: drop that language right now and take this crap elsewhere. [01:17] They destroyed the best DE ever [01:17] this is NOT a channel for general commentary, support only thanks [01:17] !ot [01:17] #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! [01:17] to learn linux. i'm going to destroy my windows partition [01:17] thanks. I have tried to install a desktop environment on debian, when I have removed it because it wasn't pleasant to me, i realize that was very hard to remove all the packages that came with it. Does happen the same with ubuntu? whjat to do in case i wanna remove the kubuntu desktop in an easy and complete way? [01:17] Mate just isn't the same, but Xfce is really close [01:17] okay what's the ubuntu offtopic/social channel then? [01:18] Mike5kt: pretty much the same, yes [01:18] okay what's the ubuntu offtopic/social channel then? [01:18] victorvectors: i just told you via ubottu. try and pay attention [01:19] Mike5kt are you trying to turn ubuntu into like ubuntu server? [01:19] EriC^^, there's not a command or a good GUI to remove all the dependendences and packages that came with it? come on I can't believe it [01:20] victorvectors: "#ubuntu-offtopic: Community related non-support discussion" on freenode, more channels listed on https://wiki.ubuntu.com/IRC/ChannelList [01:20] oh sorry daftykins... my brain literally has its own adblock [01:20] Mike5kt: me neither, apparently not [01:20] i just glossed over it [01:20] Mike5kt, sudo apt-get autoremove will do it [01:20] wait the guidelines here apply to the offtopic channel? [01:20] victorvectors: Whoops, so did I [01:20] wolflarson: Mike5kt autoremove will remove some packages, but not all [01:20] what's the point of an offtopic channel then you fucking retarded gay niggers?! [01:21] what's the point of an offtopic channel then you fucking retarded gay niggerFAGGOTS?! [01:21] !ops | victorvectors [01:21] victorvectors: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [01:21] wolflarson: Mike5kt like if you install lxde you'll still have pcmanfm once you autoremove [01:21] goodbye. [01:21] !ops | daftykins isn't an op why is he on a power trip [01:21] daftykins isn't an op why is he on a power trip: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [01:21] oh yea it looks like for a few seconds [01:21] i can do whatever i want [01:21] YEA [01:21] * victorvectors slaps her pussy for FREEDOM! [01:21] Mike5kt: i'm writing a tiny script that recursively gets all the dependencies and checks if other packages depend on them, but i've been pretty lazy about it [01:21] NOBODY'S HERE [01:22] SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP [01:22] * victorvectors slaps her pussy one inch away from daftykins' face [01:22] SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP SLAP [01:22] CHOLBY RULES [01:22] wolflarson, look I have tryed apt-get purge on debian and didn't worked I have been helped from 2 irc users and guess what's happened?? I have lost all the OS [01:23] lol nice [01:23] Hm, if my system says it supports hardware gfx acceleration but it says it's resorting to swrast and driconf fails to create a render screen, does that mean hardware acceleration isn't really happening? [01:23] EriC^^, yes thanks === Schnabel- is now known as Schnabeltierchen [01:24] Mike5kt: you can use apt-cache depends kubuntu-desktop | grep Depends to get the dependencies [01:25] explodingmango1: seems a fair bet [01:25] EriC^^, please write the command between the " " I don't get it [01:25] Hi, Ubuntu Server 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O)... [01:26] Mike5kt: "apt-cache depends kubuntu-desktop | grep Depends" [01:27] Mike5kt: it will list all the packages it depends on that get installed with it [01:27] EriC^^, yes thanks [01:28] Zebra111 I filed a bug report [01:28] phunyguy: this cholby is becoming a regular hassle [01:29] grar that's a good idea [01:29] I like the synaptic package manager, If I install a pakage from there instead to open the terminal is the SAME exactly thing? [01:30] Mike5kt it should be [01:30] Mike5kt: fwiw, a person can also view the depends via the properties sub menu in Synaptic package manager too [01:31] Mike5kt: right click on kunbuntu-desktop in synaptic and then select Properties > Dependancies tab [01:32] squinty, very good! thx [01:33] Mike5kt: after installing a package, synaptic will also displayed all the files and which directories they were installed in etc via the Installed Files tab on that same menu [01:33] Mike5kt: And synaptic keeps a history of your update history, I fully expect that to save my butt someday [01:34] explodingmango1: they're in /var/log/apt/history.log [01:34] ( synaptic or not i think ) [01:34] EriC^^: ah, good to know [01:36] ubuntu is based on debian testing this means that all updates on debian come on ubuntu automatically? [01:38] Mike5kt ubuntu is based on debain's "unstable" packages so yeah [01:39] hey guys is anyone here familiar with openvpn? [01:39] I'm getting a really strange behaviour here [01:40] I can connect thru the terminal and have internet but thru the gui it connects but no internet [01:40] mememe I'm not familar with openvpn but I could try to help [01:40] anyone has any ideias? [01:41] mememe is the gui version the same as the terminal version? [01:41] mememe: there is an openvpn channel here on freenode #openvpn [01:41] ..i tought it was based on testing, the unstable version is just a bunch of things waiting to be tested: zero safety and stability [01:41] Mike5kt yeah I think you're right about that oops I got those mixed up [01:42] yes its the same Zebra111 but I'll try the openvpn channel [01:42] thanks for the help [01:43] linux isnt really easy sometimes and I'm a tiny bit unpatient :) [01:43] mememe, then buy a Mac [01:43] mememe: compare whether your DNS or default gateway changes with each method. [01:48] Ciao a Tutto il Canale!!! [01:49] is there some kind of RDP software that can be used without X running? I use ssh now, but I am trying to get my X to work and I would like to be able to use the command "startx" and actually see something instead of having to goto the server PC to see anything [01:50] enko1: shouldn't use startx on ubuntu [01:51] daftykins: what should I use? I am having problems getting my radeon 3000 to work. I keep getting no screens error [01:51] ugh not that card again === batbird is now known as linustordvalds [01:51] heh [01:51] great... lol [01:51] enko1: have you been in here before talking about it? [01:52] I just bought a cheap slimline hp on craigslist for $35 to run a simple server on [01:53] so you installed... server? [01:53] http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02629634&tmp_task=prodinfoCategory&cc=us&dlc=en&lc=en&product=5048692 [01:53] and now want X? [01:53] daftykins: just wanted to mess around with it, just going to run a samba and teamspeak server on it === james is now known as Guest38064 [01:54] don't need X for that. [01:55] daftykins: well it goes like this: I couldn't get any ubuntu to boot from usb on this PC. there is barely any bios options on it, no secureboot etc... so I had to install ubuntu from within windows, server just so happend to be the one I chose. windows is gone now and I have no way of installing ubuntu again since USB wont boot [01:55] hi [01:55] enko1: WUBI? oh dear lord [01:55] you're on your own. WUBI is the devil. [01:55] dont use wubi dude [01:55] daftykins: not wubi actually. [01:56] did u prepare the usb bootable correctly? [01:56] I used unetbootin to write the iso to c:\ was able to boot from there, overwrote windows insalled ubuntu but still can't get it to boot from usb [01:56] just use dd or if u're in windows, use pendrive linux software [01:56] that's probably not a good question to ask someone that couldn't get it to boot [01:56] skl: yes i am sure. tried multiple different softwares including that one. === WizardGed is now known as WizardGed_ [01:57] maybe u should change boot priority to ur usb to boot from usb [01:57] if not, it will directly boot ur hard drive [01:58] changing boot priority is a newbie mistake [01:58] skl: I understand that. and believe me. I did :) [01:58] skl: I can even manually select the USB but it just boots to drive as if it's uefi but i highly doubt this board even supports that, especially with the lack of options in BIOS [01:59] Hi, Ubuntu Server 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O)... please help [02:00] any way to upgrade from server to desktop within ubuntu? like net install [02:00] hi [02:00] it's not an upgrade [02:00] enko1: just install the desktop package [02:00] Vadim_: might want to try #ubuntu-server channel [02:00] daftykins: did that. [02:00] squinty: thank you [02:00] / #hi [02:00] daftykins: and here i am :) [02:01] / [02:01] // [02:01] / // [02:01] [02:01] enko1: you're kinda explaining things in the most useless undetailed way possible [02:02] enko1: so surely when it boots you already have a full GUI now... yes or no? [02:02] i've basically been answering questions [02:02] daftykins: negative. [02:02] what *does* happen? [02:03] sits at login [02:03] a console login? as in white text black background? [02:03] I think it's because when I was downloading ubuntu-desktop I had a brown out. came back and couldn't install that package without aptitude [02:03] daftykins: yes sir, console login. [02:03] oh dear lord so now we're SLOWLY getting the actual story. [02:03] is there anything else you care to add rather than make me guess? [02:04] it was overcast today [02:04] lol [02:04] so if it was stuck unfinished what does "sudo apt-get -f install" do? [02:04] use http://paste.ubuntu.com to share [02:04] daftykins: I didn't think of that being an issue till right now since it installed [02:05] what about sudo dpkg --reconfigure -a [02:05] hey guys, anyone know of blackarch linux channel? [02:05] -f result was 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. [02:06] dpkg: error: unknown option --reconfigure [02:06] skl: no and this isn't freenode's directory. [02:06] !alis | skl [02:06] skl: 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* [02:07] daftykins: i have also tried radeon.modeset=0, nomodeset, i985modeset=0 to no avail [02:08] enko1: are you using it over SSH still? what does "sudo service lightdm restart" do? === megabit|away is now known as megabitdragon [02:09] lightdm: unrecognized service [02:09] yes, SSH [02:09] yeah ubuntu-desktop didn't install right then [02:09] thanks daftykins [02:10] daftykins: E: Unable to correct problems, you have held broken packages. [02:10] when i try sudo apt-get install ubuntu-desktop [02:11] enko1: sudo apt-get dist-upgrade ? [02:11] daftykins: downloading some packages now. [02:11] i love the way we got from "RDP" -> broken packages [02:12] well it's because i was still attempting to fix it myself [02:12] i really try to do this stuff on my own before I ask for help [02:12] still getting E: Unable to correct problems, you have held broken packages. [02:12] right but it should give some details as to WHAT [02:13] can I message you it so I do not flood? [02:13] lol, i can appreciate that... but not telling us what broke :( anyway nevermind [02:13] enko1: PM'ing still floods [02:13] !paste [02:13] 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. [02:13] i referred to this site already [02:13] 6 lines.. but ok.. let me go pastie it [02:14] http://pastie.org/9779243 [02:14] oh crap, do I have to use paste.ubuntu.come ? [02:14] *com [02:15] no [02:15] so run "sudo apt-get install lightdm" and see what it's complaining about [02:15] and give me full pastebins instead of executive summaries :> [02:15] I have 3 mirrors setup right now so I can actually see the screen on the server pc [02:16] *blink* [02:16] do you have an elaborate pulley system to poke the power and reset buttons too? ;) [02:17] daftykins: i wish [02:17] daftykins: and my german sheppard is not responding to the commands either. [02:17] hey all. [02:17] greetings [02:17] daftykins: is this what you wanted? http://pastie.org/9779248 [02:18] I'm having issues with a fancy soundcard and my laptop suspending [02:18] Does it make sense to have an anonymous user for vsftpd and specific user accounts? [02:18] is it possible to stop a couple a couple of services before going to sleep? [02:18] noidea: doesn't make sense to run FTP at all in 2014, no [02:18] and then have them come back after suspend? [02:19] I'm running 14.10 btw [02:19] enko1: no let me give it to you one more time, you must be tired or something: run "sudo apt-get install lightdm" and see what it's complaining about [02:19] daftykins: what would you suggest for downloading remotely from my server? [02:20] daftykins: http://pastie.org/9779253 [02:20] daftykins: sorry, using a stupid web based irc, the font is crap and hard to seperate chat lines from joins/parts etc [02:20] noidea: SFTP, which runs over SSH. built in. [02:21] enko1: install what it's missing [02:21] SFTP > FTPES? [02:22] daftykins: http://paste.ubuntu.com/9509858/ [02:22] howdy guys! i just bought a basic $8 mouse, but ubuntu isn't reacting to the mousewheel [02:23] it clicks correctly but not scrolls. in fact it locks up the mouse to use the scroll wheel [02:23] triss: what sound driver are you using?? [02:23] daftykins: http://paste.ubuntu.com/9509874/ [02:24] erk package hell [02:24] lol [02:25] oh I'd like to stop the jack service I think.... [02:25] not neccesarily nload modules. [02:25] ^unload === megabitdragon is now known as megabit|away [02:26] enko1: try a "sudo dpkg -r libglib2.0-bin" [02:26] at least not until I've just tried stopping jack [02:26] i'm not sure it's even on though [02:26] triss: http://askubuntu.com/questions/190146/no-sound-after-suspend-resume === NotANick[BDC] is now known as NotANick [02:27] sudo dpkg -r libglib2.0-bin dpkg: warning: ignoring request to remove libglib2.0-bin which isn't installed [02:27] ah ok that's about as fair enough as you can get [02:27] your machine is in a real terrible mess :/ [02:28] what version was this again? "cat /etc/issue" === zz_saschpe is now known as saschpe === Synchunk` is now known as Synchunk [02:29] daftykins: Ubuntu 14.10 \n \l [02:30] enko1: lets do a simple operation that should hopefully function, just to see if it doesn't cry with errors there too. "sudo apt-get update && sudo apt-get install pastebinit" [02:32] daftykins: I have a couple repos that 404 that I installed trying to fix graphics [02:32] uuuuuuugh PPAs? [02:32] that's what's ruining your day [02:32] daftykins: http://paste.ubuntu.com/9509960/ [02:33] ec2.archive 0o [02:33] was trying to get faster speeds :/ [02:33] Hello I have a usb printer connected to an Ubuntu box. I have installed samba and cups, installed USB printer, choosen my default settings as high quality, grayscale. In Windows, when I add the network printer, choose the driver, when I print from Windows will it print on the high quality, grayscale if Windows setting is default (normal quality, color)? Or will it always print what I choosen [02:33] in CUPS? [02:33] enko1: for the love of... by using amazon ec2 mirrors you've trashed this whole thing [02:34] daftykins: can you pastebin your sources ? [02:34] it's not going to be that simple [02:34] daftykins: sorry, i just googled fast sources and it came up, didn't know it was bad. [02:34] enko1: i can't help you until you resolve reinstalling with a base normal install without whatever's gone on [02:34] i just don't have the patience to pick apart what's going on there i'm afraid [02:34] lol no worries :) [02:35] thanks for the attempt. [02:35] np, i just can't unravel that one. a power cut is definitely not great during package management processes [02:36] any way to re-install with what I have ? or do I need to boot from something to install fresh ? [02:37] mmm, do you still have the ISO on the system you're on now? [02:37] 14.10 server 64-bit presumably [02:37] it's on a flash drive [02:38] that had to be plugged in and ubuntu treated it as a cdrom to do the original install [02:38] yeah i was more thinking about scp'ing the ISO to the target system then dd'ing it onto the flash drive in there [02:38] to be sure it's being written properly [02:39] it's not in ISO, it's extracted to the USB atm. [02:39] lol [02:39] ok but you don't still have that ISO sat on the machine you're typing from? [02:39] that's what i'm trying to get at [02:39] sure do. [02:39] ok [02:39] ALLELUJAH [02:39] yay [02:40] im going to attempt to install desktop version again, see if I can find a blank DVD somewhere [02:40] might have to run to the store :/ [02:40] enko1: plug the flash drive into the server on a motherboard port and run "dmesg | tail" and pastebin it [02:40] enko1: might also want to check out https://help.ubuntu.com/community/Grub2/ISOBoot [02:40] Hi, I am getting very choppy .MOV videos in VLC and Parole. All other formats play fine. Any ideas as to the problem? [02:42] attrapereves: yeah those are Apple videos, 'nough said. [02:42] is silc supported in the Pidgin build which is in the software center? [02:42] attrapereves: whats the resolution of that .Mov video? [02:42] apple videos :D [02:43] lotuspsychje, I am trying to play my dashcam videos. The dashcam records at 720p 60fps [02:44] attrapereves: what's the problem? === Lilith_D3amon is now known as LilithD3amon [02:44] When I upload to youtube an play, they work fine. === LilithD3amon is now known as Lilith_D3amon === n is now known as Guest46919 [02:44] attrapereves: when don't they? [02:44] tried VLC? plays any filetype known to man :P [02:44] attrapereves: other 720p or higher play fine on your vlc? [02:45] lotuspsychje, 1080p mkv files play fine in VLC. Just these MOV files that cause problems. [02:45] what kind of problems? === Lilith_D3amon is now known as LilithD3amon [02:45] reisio, the videos are choppy. Audio is fine. [02:45] choppy? [02:46] daftykins: You think if I was able to get a fresh install of dekstop on there my radeon 3000 will work out of box? [02:46] attrapereves: do you have ubuntu-restricted-extras installed? === LilithD3amon is now known as Lilith_D3amon [02:46] lotuspsychje, yes [02:46] attrapereves: its weird indeed, that it plays fine on youtube.. [02:46] HI, I have a ubuntu server with attached usb printer. Which settings are higher hierarchy when printing from Windows? Windows or CUPS? [02:47] not sure if this would work but would handbreak convert it well enough to fix the issue? [02:47] attrapereves: any errors if you start vlc from terminal and play the .mov? [02:48] enko1: should do, it's so old and crap it can only use the open source driver 'radeon' [02:48] lotuspsychje, I get "Failed to open VDPAU backend libvdpau_i965.so" but the video still plays, just choppy [02:48] does 720p ordinarily play without any trouble on his box? [02:48] reisio: he just said other 1080p formats play well on vlc === D3V is now known as Dr|Craig [02:50] attrapereves: ubuntu version and grafix driver loaded? [02:50] can the dash cam convert to any other formats? [02:51] Dr|Craig, unfortunately not. MOV only. [02:51] I am currently using handbrake to convert to MKV. This will be interesting to see. [02:52] daftykins: its so annoying that my system sees this USB and I select it but it just boots into existing ubuntu... I have tried different programs to burn the iso to the usb and different versions of ubuntu [02:52] lotuspsychje: other than 720p, what? [02:52] attrapereves: you might start with ffmpeg -i foo.mov -c:v copy -c:a copy bar.mp4 [02:53] as it'd save a million years of work, if it works [02:53] heck if it's just the container that's the problem, you could even try mkvmerge -o bar.mkv foo.mov [02:53] !info libvdpau-va-gl [02:53] Package libvdpau-va-gl does not exist in utopic [02:53] enko1: isn't there a boot menu key displayed on the POST screen saying something like F8, F10, F11 or F12 to display a one time boot menu? [02:54] daftykins: if I hit ESC I can select to boot the USB [02:54] but does nothing :/ [02:54] attrapereves: im reading bugs on your issue, whats your ubuntu version + graphics card/driver please? [02:55] hi. how do I list all file and directory in specific directory like ls -al without all the information. [02:56] Webonaute: -1 [02:56] Webonaute: or just 'ls', depending on what you mean [02:56] enko1: ok, as mentioned i'd like you to download the ISO to the server and write it onto the flash drive in that machine [02:56] lotuspsychje, I am running 14.10 using Intel graphics drivers [02:56] daftykins: ok bud. [02:56] enko1: so boot it back up with the flash drive out, plug it in and show me a paste of "dmesg | tail" [02:56] daftykins: i will let you know when its downloaded [02:56] reisio: ls is not listing one file by line [02:57] Webonaute: ls -1 [02:57] enko1: then in the meantime get cracking on downloading the ISO, you can grab a direct link and use wget to download it on the server direct. [02:57] attrapereves: sounds like this bug: https://bugs.launchpad.net/ubuntu/+source/libvdpau/+bug/1300215 [02:57] Launchpad bug 1300215 in libvdpau (Ubuntu) "Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory" [Medium,Triaged] [02:57] and ls -l display file information. I just want the name [02:57] daftykins: roger [02:59] daftykins: http://paste.ubuntu.com/9510184/ [02:59] daftykins: 2 minutes left on download. [02:59] enko1: and pastebin of "mount" [03:00] daftykins: http://paste.ubuntu.com/9510191/ [03:00] alright looking good so far [03:01] download speeds dropped to 2MB/s :( [03:01] Okay, now I am stumped [03:01] mindless_chaos: you may wanna start with a question ;) [03:01] I had an update, then today I can only start in shell [03:01] no display [03:01] Webonaute: -1 I said, not -l [03:01] so... what the heck [03:01] daftykins: download complete [03:01] sorry was getting to that [03:01] Webonaute: your font might be awful if you can't distinguish between a number and latter :) [03:02] and... a... letter [03:02] that was an odd one [03:02] it updated the kernel as well [03:02] enko1: "sudo dd if=/path/to/downloaded.ISO of=/dev/sdc bs=2M" [03:02] ahhh reisio lol! l and 1 are identical in my irc [03:02] so where do I start? [03:02] Webonaute: get a new font :) [03:02] :) [03:02] mindless_chaos: graphics card type? [03:02] also if you grep ls output, it's automatically interpretted as one-file-per-line [03:02] daftykins: it's "hanging" so i assume it's writing. [03:03] radeon and I had already installed catalyst drive [03:03] enko1: that'd be normal, yup [03:03] r [03:03] hopefully /dev/sdc is something you want overwritten :) [03:03] enko1: correctamondo, shouldn't take long [03:03] i suppose I can try reinsatalling the catalyst [03:03] mindless_chaos: install pastebinit from command line and run "pastebinit /var/log/Xorg.0.log" [03:04] love how everyone's got broken X today. [03:04] 'tis the season to be command happy ~ [03:04] okay, hold on [03:05] daftykins: grafix issues surely top1 errors here lately :p [03:06] lotuspsychje: yep :D [03:06] daftykins: finished. [03:06] 9510228 [03:06] you mean i gotta manually copy and paste that, then finish out the URL? [03:06] c'mon you can do better than that, mindless_chaos [03:06] lol [03:07] http://paste.ubuntu.com/9510228/ [03:07] daftykins: tab pastebin :p:p [03:07] i am on shell right now [03:07] daftykins: try to boot from the usb now? [03:07] enko1: yip [03:08] ? [03:08] daftykins: wtf that worked....... why wouldnt the apps that work for everyone else work for me? lol [03:09] want me to try to boot from USB? [03:09] I know it will [03:09] enko1: I WILLED IT TO BE! [03:09] mindless_chaos: looks like your kernel is missing the fglrx module, give it a reinstall from command line or boot an older kernel [03:09] should be just dandy. [03:09] i tired old kernel [03:10] so, the other thing then? :) [03:12] daftykins: quick question. With dd could that be used to pull the info from a NTFS drive (including partitions) into an iso (mainly just to data backup of drives) [03:13] nope [03:13] installing now [03:13] swh [03:13] daftykins: guess i gotta learn clonezilla then :) [03:13] enko1: yeah, but use ntfsclone instead [03:13] dd is good for copying the bootloader area [03:13] reisio: ok, i will give that a look [03:13] sgdisk for copying the partition layout [03:13] copy the data, don't keep disk images [03:13] ntfsclone for copying NTFS FSes [03:13] hi all, why the command 'make' not work: http://pastie.org/9779307 (line 2) any advice how to install? thanks [03:14] hi all, why the command 'make' not work: http://pastie.org/9779307 (line 2) any advice how to install? thanks/j ubuntu-server [03:14] jak2000: sudo apt-get install build-essential [03:14] jak2000: perhaps a larger interval than that [03:14] sorry for second post.. [03:14] reisio: we must sharpen the knives once more [03:14] i am about to buy a motherboard with the Atheros AR8151 NIC. Will there be any problems, how can i look for bugs or compatibility? I remember having all sorts of headaches with a certain realtek chipset so i would like to check first. [03:16] Knives-o! [03:16] quick, name that anime [03:17] err, no clue [03:17] hey I'm trying to configure mailman on my server and none of the web administration is working [03:17] jakesyl: #ubuntu-server [03:18] jak2000: pretty sure the noip updater doesn't need to be installed that way. i'm sure it or a substitute is in the repos. [03:18] daftykins thanks [03:18] Is there a tutorial to install drivers for GTX 750 Ti? I tried to use ppa/xorg edgers and installed nvidia-340 but still nothing works. THIS IS FUCKING SHIT [03:19] Also nvidia settings look different, there are only 2 menu items in there instead of them before [03:19] seems to have a no go [03:19] WHY IS IT SO PAIN IN THE ASS? [03:19] i had an error while trying to install it [03:19] FUCK UBUNTU, FUCK NVIDIA, FUCK VALVE. FUCK YOU ALL [03:19] choki: using caps and swearing in here is a sure fire way to get me not to care. [03:19] now either grow up or leave please. [03:20] daftykins: im sorry, but SETTING UP MY MACHINE AGAIN BECAUSE OF SHIT OF UPDATES I DONT KNOW WHAT TO DO WITH THIS FUCKING SHIT OF PIECE [03:20] ssh 192.168.1.148 [03:21] duhh [03:21] wrong screen [03:21] how is it not working :| [03:21] daftykins https://rtcamp.com/tutorials/mysql/mysql-5-6-ubuntu-12-04/ [03:21] choki with your gfx card [03:21] !ops | choki [03:21] choki: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [03:21] Dr|Craig: My second screen is still off, my first one only has 1024x768. I dont know where to start [03:21] i follow this guide... [03:22] jak2000: installing debian packages on ubuntu? no. just no. [03:24] good evening [03:24] WHY [03:24] i use ubuntu 14.04 :) [03:24] maybe http://ubuntuhandbook.org/index.php/2014/03/install-nvidia-driver-334-21-ubuntu-linux/ choki [03:24] choki: you need to restart after installing nvidia drivers, in case you haven't done that yet [03:24] rsync -avz --delete --stats --progress --exclude-from /home/username/exclude.txt -e ssh /home/username/ username@example.com:/home/username anyone can tell me what is wrong. it sync all file and ignore exclude stuff I put in my exclude.txt [03:24] Webonaute: what? [03:25] Webonaute: you mean it's ignoring the things you've told it to ignore? :) [03:25] Dr|Craig: why 334 and not 340? Those versioning scheme of NVIDIA IS SHIT! [03:25] no it ignore the exclude list to ignore so file are transfered [03:25] !language | choki [03:25] choki: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [03:25] choki: calm it with the language, please. I understand you're frustrated, but it isn't going to help you. [03:25] Webonaute: isn't the syntax --exclude-from= ? [03:26] sorry but IM JUST FRUSTRATED AS HELL. [03:26] Webonaute: you might also need --delete-something [03:26] Webonaute: --delete-before, --delete-excluded, or something [03:26] choki: drop the caps i said. [03:26] Webonaute: or even -after, I forget [03:26] choki: We know. Getting yourself kicked out the channel for being problematic would probably not improve that frustration, so yeah. [03:26] ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the package 'gcc' installed. If gcc is installed on your system, then please check that `cc` is in your PATH. [03:27] What now? [03:27] try gcc then in terminal [03:27] is it installed? [03:28] if not 'sudo-apt get install gcc' [03:28] "sudo apt-get install build-essential" [03:28] sorry never know which to use [03:29] didn't think you needed any of that junk just to install nvidia's own though 0o [03:29] but eh it's been a while [03:29] it is all installed: apt-get install build-essential gcc g++ make binutils linux-headers-`uname -r` === megabit|away is now known as megabitdragon [03:29] i ll restart now just to do another ffffffffffffffffffffffffffff restart because i dont know what to do. [03:30] I want to install apt-get install ubuntu-desktop and need repository for it. I am using Ubuntu precise [03:30] decci: it's in the default repos, you don't need to add any. [03:30] http://paste.ubuntu.com/9510418/ [03:30] daftykins: The above is only the entries for my apt repo [03:30] reisio: thank. —exclude= work [03:31] decci: http://repogen.simplylinux.ch/ [03:31] OMG IT IS WORKING NOW!!! [03:31] * Dr|Craig facepalms [03:31] chokkkkkkki: gj [03:32] but i still dont know why are there so many of them? which one to choose? 340, 343, 346?? [03:32] why not 341 , 342?? [03:32] graphics card makers make new drivers occasionally [03:32] and I always hated tech report telling me to restart my PC :| [03:32] you need newer versions sometimes to support newer cards. [03:32] whichever is latest would be best? [03:32] also, as time moves on, game fixes or graphics issue fixes are put into newer versions. [03:32] you use what works. [03:32] First thing I tell anyone......restart, then we'll proceed from there [03:33] which one do you use? [03:33] jeffrey_f: then they never come back and sit at a broken computer, good job! ;) [03:33] chokkkkkkki: just be happy it's working now. go enjoy. [03:33] daftykins: no, i would like the best performance [03:33] i'm sure you would [03:34] what happens if i just install a newer one? [03:34] i would like the best users asking for help [03:34] but i generally don't get :( [03:34] daftykins: what do you work? [03:34] you have a working driver. go and test it. [03:35] daftykins: http://paste.ubuntu.com/9510460/ [03:35] daftykins: i need to rest before i get again in trouble with steam installlation and some ...s hshh... missing things or whatever i know from last time [03:35] daftykins: W: GPG error: http://extras.ubuntu.com precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C119 [03:35] decci: comment out the extras. [03:35] chokkkkkkki: that's terrible english. [03:38] maybe hes typing while intoxicated [03:38] there should be a law against intoxicated coming online [03:38] ive been banned before while drunk typing [03:38] got a wole irc to hate me [03:39] daftykins: Great.. [03:39] How do I know which version of nvidia driver i have installed? I already forgot :( [03:39] daftykins: repeat problems are problems, transient issues are fixed on reboot. [03:39] jeffrey_f: yes i, believe i was born a little >1 day ago, thank you [03:39] daftykins: Now its going ahead and install ubuntu-desktop packages [03:39] daftykins: Any idea how shall I be able to access the GUI..I mean I bought this machine through ssdnodes.com [03:39] chokkkkkkki: nvidia-settings -h | head -2 [03:39] !ot | Dr|Craig I'm beginning to now as well ;) [03:39] Dr|Craig I'm beginning to now as well ;): #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! [03:39] daftykins: Can I access it remotely through web browser [03:39] decci: ugh you're installing X on a VPS? [03:39] sorry daftykins [03:39] daftykins: yes [03:39] reisio: good boy :3 [03:39] * reisio wags tail [03:39] decci: you're on your own, that's a crime of logic in my world [03:39] daftykins: Actually i want to use Wine.. [03:40] WINE on a VPS? what on earth are you doing? [03:40] there is "version 346.22" O_o [03:40] there should be monetary penalties [03:40] daftykins: I want to get few Windows application running on Ubuntu [03:40] 'Wine' [03:40] brb [03:40] sunni: drop the off topic chat now please [03:40] wine on a vps? better to start considering where your life went wrong [03:40] reisio: well if you're offering [03:40] reisio: Wine correct [03:42] daftykins: you made linux leave [03:42] sunni: would you leave too? [03:42] perhaps we could get back on topic then [03:43] daftykins: :) [03:43] Can I change my .steam path after installation? For example if my steam library gets bigger to move to a bigger hard drive? [03:43] ;) [03:43] that would be a Steam support question [03:44] irc kaln rules the webs [03:44] join steamsupport [03:44] join stem [03:45] :) [03:45] :/ [03:45] were do you live chokkkkkkki? [03:45] How shall I enable remote desktop on Ubuntu? [03:46] kitten_: nooo! save yourself! [03:46] daftykins: cant you plase keep on topic? [03:47] there's literally nothing wrong with wine on a vps, or any machine for that matter. don't spread cancer. === CyberSix_ is now known as CyberSix === megabitdragon is now known as megabit|away [03:47] oh my got [03:48] uh [03:48] nice [03:49] am i still alive? [03:49] Dr|Craig: please don't use this channel to blab [03:49] was checking [03:50] what if ubuntu off topic channel called? [03:50] #ubuntu-offtopic [03:50] i linked you to it earlier. [03:50] are you intoxicated Dr|Craig [03:50] no sunni [03:51] so it wont stop even when your sober? [03:52] chokkki: http://steamcommunity.com/app/221410/discussions/0/882965239721861812/?l=english#p2 [03:52] plasma5 use sddm or lightdm [03:54] jeffrey_f: thanks bro/pro! [03:55] Can someone Eli5 Ubuntu make? [03:55] tux: quoi? [03:55] you dont need steam to play chokkki egg === tux is now known as Guest43137 === Stu|[A] is now known as Stu| [03:56] sunni: i need for csgo and such games [03:56] can someone explain what make is? [03:57] Guest43137: it's a sign you're about to install some software incorrectly :) [03:57] thhis new games dont need players all the game play is automated [03:57] fala galera [03:57] Why? [03:57] iniciando no xchat [03:57] you should attempt to find packages before giving in and using other methods [03:58] no no, I mean Ubuntu make [03:58] For devs? [03:58] _ruben fala camarada [03:58] wat [03:58] Guest43137: you're referring to the command 'make' ? [03:58] no [03:58] Me [03:59] no* [03:59] "MATE" ? [03:59] no hags [03:59] haha* [03:59] lol? [03:59] Sorry mobile [03:59] give us a clue as to what you're talking about specifically, i'm really not sure [03:59] Ubuntu make, I heard its a new tool for devs [04:00] and I didn't know if it was a new distro or just a bunch of packages or what [04:00] do you know where i can find a working pentadactyl extension for current FF? [04:00] Guest43137: no, it's just renamed http://www.webupd8.org/2014/12/ubuntu-developer-tools-center-renamed.html [04:01] daftykins: is eager to help hasnt filled up its boyscout quota yet === export is now known as Guest38223 [04:01] Oh. Could you Eli5 that? === krs is now known as Guest81242 [04:02] what? [04:02] Guest43137: can you use full words? [04:02] Explain like I am 5 haha [04:02] Sorry mates [04:02] i believe it's one of reddit's retardation phrases. [04:02] Yup [04:02] Guest43137: read the link I just send you [04:02] Okay thanks for the help! [04:02] could you explain 'Eli5' like you aren't 5? :p [04:03] Haha sorry once again [04:03] Guest43137: /nick edgar [04:03] explain what? [04:05] a friend of mine tells me windows has learned alot from linux mainly how to profile the users [04:07] sunni: good story [04:07] Finally I found the guy again! https://gitlab.com/r004/dactyl/tree/master/pentadactyl [04:08] gj [04:08] boys, im IN PENTADACTYL MODE again! [04:09] im so happy sunni :D [04:09] use a tampooon [04:09] samurai champloo? [04:09] chokkki: gj [04:09] reisio: wtf [04:10] now i only talk to you till RC is downloaded from steam :D [04:11] steam is a trojan [04:11] i know but i play [04:11] they are after your crewdit card details [04:11] O_o [04:12] they have lot of free beer! :D [04:12] im a smoler [04:12] smoker === Guest68343 is now known as infamy [04:14] hi [04:14] they have nice chat rooms on steam [04:14] mainlly german klans [04:14] sunni: chat rooms? i only know of single user chat [04:16] yet its like chatrooms but slower === christopher is now known as Guest51202 [04:19] anyone can help me ? [04:19] !ask | ryt_ [04:19] ryt_: 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 [04:20] ok [04:20] some question about g++ [04:20] ideally if you could put it all on one line that'd be great. [04:21] ryt_, whats your question? [04:21] __libc_start_main (main=0x8048c5d , argc=1, argv=0xbffff1f4, init=0x80498b0 <__libc_csu_init>, fini=0x8049920 <__libc_csu_fini>, [04:21] rtld_fini=0xb7fed180 <_dl_fini>, stack_end=0xbffff1ec) at libc-start.c:321 [04:21] 321 libc-start.c: no such dir [04:22] a) thats not a question [04:22] b) use a pastebin [04:22] i use gdb debugging programe [04:22] ok [04:23] whats your question? [04:23] c) see if there is a g++ channel ("/msg ubottu alis" for help finding channels) [04:23] zykotick9, it would be gcc === mike is now known as M1keHoax [04:23] also, its #gcc [04:24] http://paste.ubuntu.org.cn/2082761 [04:25] daftykins: thanks for the help bud, im all up and running :) [04:25] ryt_, you still havent asked a question === mike is now known as m1keHoax === andrewjs18- is now known as andrewjs18 [04:27] hello ryt [04:29] daftykins: can you suggest faster speed sources so I don't get myself into trouble again? :) [04:29] I have a 300Mbps connection that I would love to use when downloading large files [04:30] enko1: 300 at home? wat [04:30] daftykins: oh yea! [04:30] enko1: look up how to pick a nearby mirror. [04:31] daftykins: FIOS ftw :) === D3V is now known as Dr|Craig [04:39] a 300Mbps connection could download the internet in 1 week and make a mirror of it all [04:41] hello. i run 13.04 and i just opened /etc/apt/sources.list and all lines end in pair.com, for example http://ubuntu.mirrors.pair.com/archive raring main restricted [04:42] is this ok? most websites i see say that these should be something like foo.archive.ubuntu.com [04:44] orangerobot, it's fine. [04:44] okay, i mean. [04:45] l2ksolkov: ok. right now I want to access the old repositories so I need to replace all urls(those that end in pair.com) with http://old-releases.ubuntu.com/ ? [04:45] rpmfusion [04:45] orangerobot, y [04:45] ok thank you kostkon [04:46] xrdp isn't bad... too bad you cant get the unity environment [04:51] try fedora [04:52] its the best lan distro [04:54] any tool I can know for sure what kind of partition table I have? I have a 4TB partition, and parted, gdisk tell me that it's MBR. Ty [04:55] a friend of mine tells me linux folks are working a gpu aimed distro [04:55] that you only need a grafics card to run on === tweak is now known as Tweak_ === Tweak_ is now known as Tweak__ [05:13] hi. When i start Ubuntu i get a screen with the following error message. the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present. I have a partition formatted to linux-swap and selected it at boot time. I chose to encrypt as well; not sure if this has something to do with it. === Yukinotteru is now known as Yukitteru [05:33] sunni 184TB? [05:37] how long would it take a brain to cat all of that? === mz` is now known as 77CAAYR2P [05:41] What was that a netsplit? === DefectiveUser is now known as Guest71059 [05:43] asimov: feel free to enquire in #freenode === motaka2_ is now known as motaka2 === Jon3345 is now known as Jon9012 === Maser is now known as Guest66177 [05:50] daftykins: still there? === grubles_ is now known as grubles [05:52] asimov: yes, why? [05:53] and speaking of... [05:53] https://en.wikipedia.org/wiki/...And_Then_There_Were_Three... [05:54] oops, wrong channel [05:57] hi [05:57] daftykins: the connection reset [05:58] wow havent been on irc since the late 90's [05:58] asimov: ask. in #freenode. this is NOT IRC support. [05:59] daftykins: are you on the bridge? === administrator is now known as Guest81063 [06:03] asimov: yes, i pushed you off [06:04] daftykins: the bridge to the internet [06:05] asimov: oh shut up [06:05] daftykins: do you like crackers? [06:06] cheesypoofs? [06:08] !ot | asimov [06:08] asimov: #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! [06:10] ok SchrodingersScat no more cheesypoofs chat [06:12] Good morning, can anyone help a noob with a Zorin 9 bug? [06:14] alex_ManUtd: What is Zorin 9 bug? [06:14] !zorin [06:14] ugh [06:14] alex_ManUtd: zorin is NOT supported here. [06:15] hard to explain. I tried 32bit and 64 bit core. Sometimes when I am using Thurderbird or gedit earlier the content of the screen will flicker and change in harmony with my mouse movements. [06:15] To the point where I cannot read or click what is behind the pointer. [06:15] alex_ManUtd: go in ##zorinos [06:16] you're off topic here i'm afraid, ubuntu only. [06:16] I'm using a Phenom II processor on an Asus M4a78 Pro with Nvidia GeForce 500 series [06:16] Thanks dafty - which is why I asked permission first. [06:16] why do you keep explaining when i said no? [06:16] There are 2 people in zorin right now neither talking. [06:17] uh-huh === Whiskey- is now known as Whiskey [06:17] install ubuntu then you can ask :) [06:17] nice guy. thanks for the help. [06:17] rules are rules [06:17] super friendly. loser. [06:18] so butthurt [06:20] too tired [06:22] sleep is not required [06:22] it was the netsplit === cope- is now known as opt1 [06:24] is this a conference now? [06:25] the funny thing is that you can say in my dreams "in your dreams" and it can be true [06:25] join #vmware [06:26] What are you going to run some new software MichaelHabib [06:27] asimov: playing arounf with VMs , want to truen my PC into a vmware server and run few VMs at the same time [06:27] in Los Angeles? [06:27] at home, in australia [06:29] Do you have access to the AOL records of ages past? in AU [06:29] asimov: https://my.vmware.com/web/vmware/evalcenter?p=free-esxi5 [06:29] AOL records ? [06:30] i need some install help [06:30] !details | punkunity, [06:30] punkunity,: 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) [06:31] ok, sorry i was texting him [06:31] hes got a newer laptop with an SSD and no optical drive [06:31] he has the installation setup on a usb drive [06:31] he sets up the installer [06:32] so you want us to assist your friend via text through you? [06:32] wow. [06:32] punkunity, might be better your friend joins this channel, yes? [06:32] and the installer asks him to selct a drive hdd/sdd to install the os to [06:33] but theres no choices to choose form, it doesnt see the ssd drive... and i think wubi was abandoned long ago [06:33] MichaelHabib: why use vmware [06:33] correct we do not touch WUBI [06:33] it is the devil [06:33] punkunity, do not THINK wubi [06:33] im getting him to, hes not able to join irc atm === Guest66177 is now known as SheepShagger [06:33] punkunity: existing OS windows 8? keeping it? [06:33] i dont [06:33] i dunno === liquid is now known as VoidMainFunction [06:34] punkunity, really, this is going to be exponentially less painful for all if he finds a way to jump on this channel. If he can text, he can IRC. [06:34] meh [06:34] nvm [06:34] he said he'll just borrow a dvd drive form work and do it the easy way [06:35] punkunity, smooth. [06:35] word [06:35] i never have issues like that [06:35] that sunds like quitter talk to me [06:35] i usually go out of my way to break installs....eh em...arch lol [06:35] well it is pretty anoying over text [06:35] * daftykins holds up two fingers crossed [06:36] don't speak of that here! [06:36] and hes very impatient sometimes [06:36] punkunity: get this person to boot the live session, get online if this is the only computer, and join freenode web chat. [06:36] simple [06:38] lol [06:38] asimov: why Vmware ? what else do u recomend ;) [06:38] im in the middle of building a rom, and hes go an idea or two he wants to try [06:38] hes not a oob [06:38] test [06:38] noob [06:38] !test | JBudz [06:38] JBudz: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [06:39] punkunity: I think I had a similar problem, make sure the BIOS is set to detect SATA as IDE or something like that [06:39] just trying to figure out coloured nicknames on xchat :) [06:39] punkunity, eh, he's texting you to relay IRC assistance? Seems rather nooby to me, but that's just, like, my opinion, man. [06:40] cfhowlett: +1 [06:40] JBudz: settings > preferences > appearence [06:42] nice [06:42] hmm [06:43] well bhu bye === guest677 is now known as DSM === jack is now known as Guest1698 [06:55] how can I run a specific sudo command at system startup ? [06:56] similar to the above, how can i start a service at system startup? [06:56] How do I connect to my internet without a mouse, hopefully using the terminal? [06:59] SpaceAce: wifi? [06:59] yes, wifi [06:59] I cannot use my mouse and I can't click on anything [07:00] so I need terminal comands [07:00] SpaceAce: install links or w3m [07:00] SpaceAce, alt-ctrl-f4 terminal [07:00] SpaceAce, https://stackoverflow.com/questions/14119446/iwconfig-connect-network-via-wifi-on-terminal [07:00] SpaceAce: both are terminal based web browser [07:01] Bsims: that's not going to connect to wifi :P [07:01] http://askubuntu.com/questions/294257/connect-to-wifi-network-through-ubuntu-terminal [07:01] also one needs a connection to install packages, pretty terrible advice! [07:01] doh sorry [07:01] great, now I'm on a new screen that I can't get off of I guess [07:02] I thought I could just open up the normal terminal [07:02] that's not just a black screen [07:02] "normal" terminal ? [07:02] yes, the normal terminal that doesn't take me off ubuntu [07:02] it is in its own little window [07:03] Sure you can. [07:03] okay [07:03] so now we need to wait a 3rd time [07:03] yaaay [07:03] SpaceAce, use Ctrl-Alt-T for a windowed terminal [07:03] Ok... [07:04] Wacky386, Already has one open I think... [07:04] it takes a while for me to restart to get out of the terminal [07:04] how would I be able to run this command everytime ubuntu boots up "screen -d -m -S ts3bot java -jar JTS3ServerMod.jar" [07:05] Add the command to /etc/rc.local enko1 [07:05] That's bad advise tho.. [07:05] why is it bad? [07:06] There's other more appropriate ways to add it to startup. [07:06] However that will work! [07:08] MrChris: hmm... doesn't seem to be launching it. [07:08] anyone know why both chrome and chromium tend to somehow corrupt their profiles often? [07:08] Question about Ubuntu Core here. Does anyone know whether it has adopted the rolling release model instead of software versioning like Ubuntu currently does? [07:10] MrChris: maybe it will help if I put it before exit [07:11] More problems: when I enter in #ifconfig wlan0 it gives me actual information, which I don't think it's supposed to do if I'm turning it on, and then if I do #iwconfig wlan essid etc. it gives me an error "SET failed on device wlan0; Operation not permitted" [07:13] SpaceAce: u use sudo for the "Operation not permitted" ?/ [07:13] What? [07:14] Do you want me to use #sudo Operation not permitted [07:14] hi [07:14] or sudo before the iwconfig? [07:17] ohp, did #sudo iwconfig [07:17] and it gave me information that I think means it's working [07:18] but it said "lo no wireless extensions" [07:18] which tells me it needs the key [07:18] it had to have said a lot more than that about an interface other than lo [07:19] hey [07:19] I have an old version of ubunutu installed that doesen't work [07:19] and I downloaded a new version onto a disc, will it automatically update ? [07:20] it said IEEE 802.11abgn ESSID:"CPWS4" [07:20] Ricky_disc, automatically? no. you have to actually INSTALL from the disc to update. [07:20] Mode:Managed Access Point: Not-Associated Tx-power=16 dBm [07:21] I mean will installing the disc replace the old ubuntu cfhowlett ? [07:21] Ricky_disc, yes [07:21] Retry short limit:7 RTS thr:off Fragment thr:off [07:21] Encryption key:off [07:21] and then lo no wirless extensions [07:22] does that help, dafty [07:23] hmm i don't really understand why you're mouseless [07:23] I switched to fedora for a while and now I'm back. [07:24] hola gente [07:24] I'm mouseless because I installed ChrUbuntu [07:24] !es | jimmy_ [07:24] jimmy_: 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. [07:24] oh so it's a chromebook [07:24] it works if I get an update [07:24] ooooooh dear. [07:24] yeah [07:24] shoulda specified [07:24] that's more of a hack than an actual supported version of ubuntu [07:25] does it run the same? [07:25] did the links you were given not help? [07:25] nope [07:25] not even vaguely [07:25] SpaceAce, definitely not supported here but they DO have their own support channel. RIGHT? [07:25] I hope so ;_; [07:25] I got crouton also way back [07:25] but that also had a mouse issue [07:26] !flavors | SpaceAce these are supported, official canonical/ubuntu flavors. Others ... are not. [07:26] SpaceAce these are supported, official canonical/ubuntu flavors. Others ... are not.: !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:26] and the fucking thing died after one update [07:26] language. [07:26] sorry [07:26] "program" [07:27] so again... you were given links, what's the problem? [07:28] I told you, what's the problem? === liquid is now known as VoidMainFunction [07:28] :I [07:28] recursive thought won't get us anywhere [07:29] reclusive? [07:29] I put in ifconfig wlan0 [07:29] SpaceAce: no you didn't say why you can't follow the links. [07:29] tbh nevermind, unsupported release, bad entitled attitude [07:29] what? [07:29] I did follow the links [07:30] and I follwed the instructions [07:30] SpaceAce, we can't help you. chrubuntu is NOT supported here. nope, not even a litt.e [07:30] and then I said to you what happened when I followed that [07:30] *little* [07:30] thanks for nothing hogwart [07:30] lol hogwart, that's a new one [07:30] cfhowlett: my my we meet such unpleasant folk [07:31] * cfhowlett feels insulted ... vaguely. [07:31] daftykins, indeed. [07:42] hey [07:42] I tried my installation disk,when I press install and tell it to replace my windows with ubuntu it goes to an error and tells me to remove my disk [07:42] then restarts my computer [07:42] sorry I meant install windows alongside ubunut [07:43] Ricky_, "an error" pretty sure it tells you EXACTLY what error ... [07:43] cfhowlett: nn, have a good one [07:43] I diden't memorize it or write it done [07:43] should I reboot and try again and write it down this time? [07:44] Ricky_, plz. always. complete info >>> good advice. But first: you HAVE ubuntu and you want to install windows??? [07:44] I have an old version on downloaded but it dosen't work [07:45] Ricky_, old version of WHAT?! [07:45] I'm trying to replace that with the new one I burned on the desk [07:45] ubuntu [07:45] 10. something [07:45] Ricky_, plz. always. complete info >>> good advice. But first: AGAIN: you HAVE ubuntu and you want to install windows??? To be clear ... [07:46] No I have ubuntu and windows, I'm trying to replace my old ubuntu thats damaged with the new version \ [07:46] Ricky_, right. OK. try again, note the error. [07:47] okay [08:04] Oh dear, it seems I didn't move the entirety of my .Private folder over to my new drive before a new OS install. [08:05] I gave it a cp *, but it seems when I went to mount it using criptfs-recover-private, the files remain unchanged. [08:05] Is there any way I can get my data back, or do I just have to live with the fact that it's lost forever, now? [08:11] hi. having issues with my swap space. i see the message "dev/mapper/cryptswap1 not ready" on startup. Have tried a few fixes i found on forums but nothing has worked. any ideas? [08:13] That sounds familiar, give me a moment. === no_mu is now known as Nothing_Much [08:16] Formic: Thank You. [08:16] hello good people of the ubuntu community, i am trying to update me flash player plugin for firefox, i already figured out how to update to the latest firefox so that's all squared away.. [08:16] TechHysteria: You should be able to do that by typing "flash" into the software center [08:17] i did that, yet, it doesn't say upgrade, it just says to remove [08:17] haw i can install the soft of backtrack in my ubuntu 14.04 [08:17] oussama, backtrack is not supported here. [08:17] !backtrack | oussama [08:17] oussama: Ubuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), kali-linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux) [08:17] ok [08:18] it is the same soft [08:18] oussama, #backtrack-linux is your channel. [08:18] ok sorry [08:36] br right back, rebboting [08:37] I can't find where the pidgin settings are or anything like that. I want to enable the OTR plugin, but every guide says "click tools, settings". I can't see any settings [08:37] Rather, I can't see a place ot click "tools" in the first place [08:37] Is there a super secret place where settings are? === Zaitzev_ is now known as Zaitzev === blackout is now known as Guest3093 === rwp_ is now known as rwp [08:49] quick question, i had a linux/win7 dual boot... but i just reinstalled my windows... so now at boot loader, when i pick my linux os to boot into, it doesn't seem to work anymore for some reason [08:49] i know it's better to install windows first THEN linux.. but i just reinstalled windows and it seems to have affected my linux loader at the moment [08:49] !grub2 | therue, as expected. reinstall grub [08:49] therue, as expected. reinstall grub: 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 [08:53] Hello [08:53] Anyone have any idea how to work around this bug: https://www.virtualbox.org/ticket/8331 ? [08:53] It most definitely has not been fixed... [08:53] sounds like something you should ask the virtualbox people [08:53] !vbox | grar [08:53] grar: Virtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox [08:54] any clue where their IRC is? [08:54] #vbox [08:54] freenode? [08:54] evening.. having a problem mounting swap. i get this message at boot. “the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present” [08:56] nevermind === grok is now known as Guest65083 [09:19] hey [09:19] problem with my laptop: the core is at 90C and the fan runs like a crazy [09:20] how can i fix that? [09:21] youyou: sounds like a hardware issue, open it up and clean it out? for specifics, ask in ##hardware [09:22] youyou, stop smoking. banish cats, dogs, long-haired lovers from you laptop. clean vents. [09:22] Ben64: ok thx, i will give it to a friend for a cleaning and come back of the problem remains [09:23] cfhowlett: even weed? :( [09:23] hi ! [09:23] is there any special Ubuntu Touch channel ? === someon is now known as someone [09:24] !touch | lionrouge [09:24] lionrouge: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [09:24] cfhowlett, thanks )) [09:24] lionrouge, happy2help === hello12345 is now known as vimagick === vimagick is now known as fskfxxfiii [09:32] anyone know how i could get x11vnc server to start on reboot [09:32] hello [09:33] hi [09:34] i'm on awesome it's terrible [09:35] brent: you should be able to pop it into start up apps [09:36] hey [09:36] search for startup applications and then you can add it with whatever flags you would like to use [09:38] is anybody know the way to install corona sdk on ubuntu14.10 ? [09:40] Corona SDK is available for Mac OS-X and Microsoft Windows. We do not support any Linux builds. [09:40] yes i know but with 13.10 i have installed with wine and it's works 90% [09:41] 13.10 is dead, not supported [09:41] !wine | syst [09:41] syst: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [09:41] ok thanks i go to this channel good day [09:41] what's the problem on ubuntu v14? [09:42] bye [09:42] john__: use the whole version. there is no v14, there is 14.04 and 14.10, and wine works on both [09:42] yes. that was syts ques [09:43] john__: whoops [09:43] how's going Ben64 [09:45] Hello, can someone tell me where I can find info on the ~/config/monitors.xml file? [09:46] <_Trullo> https://wiki.ubuntu.com/X/Config/Resolution [09:49] _trullo: thanks [09:51] hey [09:55] hey there guys, i just installed the latest ubuntu and i need a little help, ive nvidia graphics card(780ti) where do I find compatible driver on ubuntu? thanks [09:56] hello [09:58] how do I change grub options like what loads by default and how long the screen waits? [10:00] @Kamuela You can use grub2 customizer [10:01] It's the most basic way to solved your problem [10:02] or you can put in google "GRUB 2 bootloader - Full tutorial - Dedoimedo" === CyberJacob|Away is now known as CyberJacob [10:04] michal__: thank you [10:09] problem with my laptop: the core is at 90C and the fan runs like a crazy [10:10] oups sry bat copy/past [10:10] bad* === greenmon is now known as greenmon2 [10:11] Guys I need help. I just woke up, booted ubuntu and the monitors were all messed up (I have a triple-screen setup) I deleted my xorg.conf file as well as the monitors.xml file, now displays look OK, but I can't login to any desktop environment. [10:14] ciao [10:14] !list [10:14] vincenzo: 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 ». [10:16] I'm planning to update my kernel from 3.13.0-43-generic to a newer version, using the ~kernel-ppa/mainline/ .DEB files. I've done this many times before, and am well aware of the risks and also how to roll back, if necessary. However, this will be the first time using this method on a computer with UEFI. [10:16] Are there any additional considerations, additional steps required etc when attempting to install a newer kernel build, using the Kernel/Mainlin .DEB files, when Ubuntu is installed in EFI mode? [10:16] a [10:17] m000gle: no [10:17] ikonia: Thanks :) === afflicto_ is now known as afflicto [10:18] Guys I need help. I just woke up, booted ubuntu and the monitors were all messed up (I have a triple-screen setup) I deleted my xorg.conf file as well as the monitors.xml file, now displays look OK, but I can't login to any desktop environment. [10:18] afflicto: define "cannot login" [10:19] ikonia: At the login screen, I type my password and click enter. Then the login screen changes to show only a wallpaper with "Ubuntu 14.04 LTS" on the lower left. I can also move my cursor. That's all. [10:20] afflicto: create a new user and see if you have the same problem with the new user [10:20] how can i add secondary IP with a speciafied dns? [10:20] hello, anyone here use vim-airline and has installed powerline fonts in ubuntu?, i am following the steps but still not working [10:21] mehdi_: could you explain fully what you want please [10:21] mehdi_: You can separate multiple DNS servers by placing a comma between each address [10:22] mehdi_: For example, for Google DNS, you would list something like "8.8.8.8, 8.8.4.4" [10:22] ikonia, well since the file in /etc/resolv.conf will be overwritten i cant add anything there, i try to do it via network manager but it wont work [10:22] mehdi_: that doesn't explain what you are actually trying to do [10:22] resolv.conf has nothing to do with a second IP address [10:23] mehdi_: could you please explain fully what your end goal is [10:23] ikonia: Same thing with a new user. [10:23] afflicto: how did you create the new user ? [10:24] m000gle, i already added my search domain and used "," to seprate but it doesn't work [10:24] ikonia: "sudo adduser test" [10:24] (and followed the instructions) full name, pw etc [10:25] afflicto: ok, so that suggests its not user settings, more a system issue, I'd suggest next dropping back to a single monitor and restting your display driver to vesa (fallback) and see if the desktop loads [10:25] afflicto: all the time useing the new user to test [10:26] ikonia: right, ok. [10:26] afflicto: sorry, just needs to be methodical to work it through [10:27] ikonia: sure, I gotcha. I'll google how to uninstall amd drivers and get back to default ones [10:27] afflicto: don't need to uninstall [10:27] afflicto: just tell xorg to use vesa instead [10:28] afflicto: and disable the 3 monitors, go to a 1 monitor standard configuration [10:28] afflicto: copy your xorg.conf out to a backup, then change the one thats there (I assume you're using nvidia/amd graphics) [10:28] !list [10:29] vincenzo: no warez here [10:29] !list > vincenzo [10:29] vincenzo, please see my private message [10:29] What package is Qsound.h in? I already have libqt4-dev, but I still get a "qtsound: no such file or directory" when I #include Qtsound.h [10:30] !find qtsound.h [10:30] gry: is it actually on the file system or just not in a valid include location [10:30] Package/file qtsound.h does not exist in utopic [10:30] gry: I like you would have assumed libqt4-dev [10:30] ikonia: ok [10:30] I think it's not actually on the file system, I think I'm missing a package. [10:31] gry: worth checking do a quick find - 5, 10 minutes [10:31] gry: I would have assumed the same package as you [10:31] ikonia: So, all I do is remove the xorg.conf file? [10:31] afflicto: no no no no, [10:31] afflicto: what did I say to do [10:32] ikonia: ok, I was reading on ubuntuforums someone suggested to delete it and it will use vesa. (which I did, I only have a backup file now) [10:33] afflicto: I'm going to stop helping you now as I've just given you detailed information, you've ignored it and you're telling me what a forum post says [10:33] afflicto: if you're not interested in my help - don't ask for it, but don't ask for it, ignore it and then tell me what a random forum post says [10:34] is there any one familiar with mysql ? [10:34] ximing: whats up [10:34] how can i edit resolv.conf permanently? [10:34] can i modify a database's character set after tables have been created? [10:35] mehdi_: you don't [10:35] cmon , we used to do it [10:35] ximing: ooh a good question, I thought it had to be set at creation time, but that seems limiting, maybe worth asking the #mysql channel [10:35] mehdi_: that is not how the config works in a modern linux desktop [10:36] mehdi_: thats why it doesn't work now - so "cmon we used to" isn't really going to solve your problem [10:36] i wanna add 2line in my dns [10:36] ikonia: tried that channel, but it's keep saying that cant send to channel? [10:36] ikonia, so can i can i do it? [10:36] ximing: you need to register on freenode to get an account [10:36] !register > ximing [10:36] ximing, please see my private message [10:36] mehdi_: you shouldn't edit resolv.conf [10:37] mehdi_: you've still not explained your end goal, as "adding a second dns server" is very different than "I want a second IP to use a specific dns server" original question [10:37] mehdi_: if you can clarify what you want we can help you get to a solution [10:37] ximing: looks like you can do it http://dev.mysql.com/doc/refman/5.1/en/alter-table.html [10:38] ikonia: was just trying not to ask for too much, sorry :\ === ximing is now known as ximing__ [10:38] afflicto: your forum post tells you to do totally different things what I advised you to do, so either follow the forum post (which you can of course do) or follow my advice, but you can't mix them when the say to do different things [10:40] ikona: alright, how do you change xorg.conf to use vesa then? [10:40] afflicto: edit the line that says "Driver" "nvidia" (or whatever your driver is) to "Driver" "Vesa" [10:41] afflicto: then remove the monitor definitions for 3 monitor setup (if it's configured in xorg.conf) [10:41] afflicto: make sure you backed up the xorg.conf before editing [10:41] ikonia: I was following this http://dev.mysql.com/doc/refman/5.5/en/charset-database.html , but get no luck,case there are to many tables in the datebase, alter them one by one is a painfully job [10:41] ikonia, i want to have this two line in my resolv.conf permanently search [mydns], nameserver [myip] [10:42] ximing__: ok, so your question isn't "can you do it" you know you can, your question is "how do I do it bulk for the whole database" [10:42] how can i do it in a modern way? [10:42] ximing__: #mysql is the right channel [10:42] mehdi_: dns is controlled by dnsmasq now, is your dhcp being served by dhcp ? [10:42] ikonia: yes that's right, sorry if any mis leading. [10:42] ikonia: so remove the section "Monitor" parts, then set "Driver" (under section "Device") from "fglrx" to "vesa"? [10:42] ximing__: not a problem [10:42] afflicto: %50 correct [10:43] ikonia, its static [10:43] afflicto: the change of fglrx to vesa is correct, but don't remove the whole monitor section, just the parts that defines the 3 monitor layout [10:43] mehdi_: how are you setting it static ? [10:43] ikonia: ok, thanks a lot, i will register myself and try that channel. [10:43] ikonia, to be more specific get ip by dhcp and i set it manually [10:43] mehdi_: how do you set it manually ? [10:44] I am having problems with NetworkManager [10:45] ikonia: So that would be the three "Option "Monitor-DFP.." "0-DFP.." lines under Section "Device"? [10:46] afflicto: you've backed up the file yes ? [10:46] "/usr/local/etc/NetworkManager/NetworkManager.conf" is missing. [10:46] ikonia: yeah [10:46] rustyraptor: it shouldn't be in that location [10:46] afflicto: ok, just remove the monitor section totally then [10:46] afflicto: let xorg work it out [10:46] rustyraptor: that is the wrong location [10:46] ikonia well when i try to start NetworkManager it says that it is looking for it there :/ [10:47] rustyraptor: how are you trying to start it ? [10:47] rustyraptor: (it's started by default at boot) [10:47] ikonia: k [10:47] ikonia, in edit connection -->edit --> ipv4 setting -->add [10:47] sudo NetworkManager [10:48] rustyraptor: where are you seeing that warning ? [10:48] rustyraptor: it should look in multiple places, are you sure thats not just one of them [10:48] oh maybe it found it because NetworkManager is running. [10:49] but I thought it might be the cause of this as well [10:49] "No config file found or given; using /usr/local/etc/NetworkManager/NetworkManager.conf" [10:49] rustyraptor: /etc/NetworkManager in ubuntu by default I think === Yukitteru is now known as Yukinotteru [10:49] when i try to add a network. [10:49] oh yeah it is there then the problem might be different :/ [10:50] mehdi_: just trying to find the doc for you as I don't have an ubuntu box here to hand to get the exact location [10:50] mehdi_: the first easy answer would be to fix your dhcp server [10:50] mehdi_: that way you get given the correct dns server, but hang on [10:51] ikonia: done, shall I just reboot and try to login with the new user? [10:51] afflicto: go for it [10:52] if i need those to line in my resolv.conf everything works just fine [10:52] mehdi_: stop trying to use resolv.conf [10:53] mehdi_: solution 1.) fix your dhcp server - make it give you the right dns servers so you don't have to update them. Solution 2.) update /etc/resolvconf/resolv.conf.d/base to include the dns servers you want [10:53] oh woops sorry I pasted th wrong error that second time [10:53] "No session found for uid 1000 (Error statting file /var/run/ConsoleKit/database: No such file or directory)" [10:53] that is the error I get when i try to add a new connection [10:53] rustyraptor: lets step back [10:53] rustyraptor: why are you manually stopping/starting network manager, it's configured to run at boot time [10:54] rustyraptor: lets step back [10:54] rustyraptor: why are you manually stopping/starting network manager, it's configured to run at boot time [10:54] well i was having issues with it so I thought I would debug it. [10:55] did you get the messages I said a few secs ago? My Internet keeps reseting for some reason. [10:55] rustyraptor: reboot - when you boot into the desktop network manager will be runing - don't stop/start it - configure it there and report your issues to the channel [10:55] rustyraptor: you're confusing matters by stopping/starting it [10:55] nope [10:55] nope what ? [10:55] My original issue is ""No session found for uid 1000 (Error statting file /var/run/ConsoleKit/database: No such file or directory)" [10:56] when I add a connection. [10:56] ikonia: same thing [10:56] afflicto: thats worrying [10:56] afflicto: have a look at the xorg logs and the Xsession-errors in your users home directory [10:57] brb gonna try rebooting. [10:57] ikonia: k [10:57] need to step away for a short while [10:57] afflicto: work the errors/warnings though [10:57] afflicto: something has up set it from your good config === agent_white is now known as ooobot === ooobot is now known as agent_white === ferret___ is now known as ferret_ [11:22] hi, i'm trying to find a distro that uses KDE with ONLY the core and no additional software .. any ideas ? [11:24] you can set up a minimal install and just install kde if ubuntu is what you want MichaelHabib [11:28] xangua: ty, just looked up the minimal install for ubuntu and I got a ~30 MB file iso ! I wonder what's in this iso and will I be able to select all the options I want, like installing kde-core or lxde instead of the default Unity ? [11:28] MichaelHabib, yes you can make selections [11:29] cfhowlett: ty , will download and test now . [11:33] i need some help with a cpu stuck on 1ghz ! [11:33] i switch the cpu to on performance [11:34] i cannot switch the cpu to performance [11:34] xchat and firefox use up all the cpu power. [11:35] intel core 2 @ 2.33GHz running at 1mhz. [11:35] ghz [11:36] what does 'cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor' tells you? [11:37] and is it possible to use "search" in grub to find the disk/partition name by UUID ? [11:38] Right now i'm re organizing my HDD's , making backups and replacing some , I want to be able to boot my OS without having to worry about editing GRUB menuentries by using partition UUID [11:39] flux242, performance, ondemand [11:39] OY1R: pastebin the output of "cat /proc/cpuinfo" [11:40] try - 'for g in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo performance > $g; done' [11:42] Anybody online right now? [11:42] Anybody has just left [11:42] :P [11:42] Ben64, http://pastebin.com/cjQcrTF0 [11:43] I "think" I just got my Darkice/Icecast2 audio stream up and running, and I was wondering if somebody outside my own LAN could check it out for me. [11:43] join #go-nuts [11:43] It's a stream of audio from my CB radio, so you'll hear people talking about whatever over coffee. [11:43] http://69.176.50.206:8000/ [11:43] in this line linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile noprompt noeject what are other options for the "boot" param ? where can I find more info about it ? [11:43] There's an M3U link on the top right, I'd appreciate it if somebody could check it out and see if it's working. [11:43] OY1R: yeah, that looks like 1ghz, if you actually have one core set to performance that shouldn't happen [11:43] Gerowen: not in this channel [11:43] k [11:45] cpu freq scaling monitor does not respond to what i do. [11:45] OY1R: you might want to check to see if something is wrong in the bios settings that would stop scaling from working properly [11:46] freq stepping is enabled [11:47] OY1R: ok.. pastebin "grep . /sys/devices/system/cpu/cpu0/cpufreq/*" [11:49] Ben64, http://pastebin.com/gmXk8qfq === mish is now known as Mish_ [11:50] OY1R: its set to userspace, not performance [11:50] Trying to boot and Ubuntu ISO with Grub2, at this line " linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile noprompt noeject " the boot option is bassed on with the value of "casper" but according to the guys at #grub this is distro spesific , and tips / info regarding this please ? (like what other available options .... ) [11:50] OY1R: normally you'd want it set to "ondemand" so it will scale based on need [11:50] passed ** [11:50] unable to set anything [11:51] OY1R: cpufreq-selector -c {0,1} -g ondemand [11:54] OY1R: there's a bios limit set to min_freq. Should be max_freq imho [11:54] Error calling SetGovernor: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [11:54] ooh, didn't notice that, good catch flux242 [11:54] bios can only be set to frequency stepping off or enable [11:56] i'll check it again to be sure brb [11:59] screen goes black but computer not off after update my computer (ubuntu 14.04) any ideas ? [12:00] dual core and frew stepping enabled [12:00] freq [12:00] OY1R: i don't understand ? [12:01] clavier, that's not for you mate. [12:01] Ben64, flux242 [12:01] Yeah, so for me ? :p [12:02] clavier, can you get into terminal? [12:03] wheatthin: Yope [12:05] wheatthin: Yes i can, why ? [12:06] clavier, because you'll need to in order to resolve your issue. [12:06] wheatthin: you can help me ? [12:06] clavier, what graphics card do you have? [12:07] wheatthin: [12:07] Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c) [12:07] Kernel driver in use: i915 === Guest43383 is now known as esde [12:09] clavier, you'll have to boot into nomodeset [12:10] in grub2 [12:11] wheatthin: why ? [12:11] clavier, http://askubuntu.com/questions/38780/how-do-i-set-nomodeset-after-ive-already-installed-ubuntu [12:12] because You gotta be able to install the intel drivers later, this is just to get you into your GUI [12:12] wheatthin: i have this: http://pastebin.com/5Wc9Z3Bm [12:12] wheatthin: i'am in my GUI [12:13] clavier, again, I'd try the nomodeset, and then reinstall your intel drivers.. [12:13] wheatthin: but when i do something hard like open 5 or 6 firefox my screen switch off but the rest are ok [12:14] clavier, so you're already in the GUI? [12:14] wheatthin: yeah [12:14] and not stuck at a black screen? [12:14] wheatthin: not but if i do something so hard for my cpu my screen switch off [12:14] wheatthin: i have this problem after update [12:15] clavier, What are the computer temps at? within reasonable range? [12:16] wheatthin: how i can now it ? and how to reinstall my inter drivers ? [12:16] clavier, does your windows stutter when you drag them? [12:16] wheatthin: non [12:17] wheatthin: it's normal === Romtam is now known as Guest68196 [12:18] hi [12:19] wheatthin: how to reinstall my interl drivers ? [12:19] anbe vaa uyire vaa [12:20] clavier, 32bit or 64? === dominus_ is now known as rikut [12:20] What does -rwxr-xr-x 1 root root 920788 Mar 28 2013 bash Mean === Guest68196 is now known as Romtam [12:20] wheatthin: 32 [12:21] Nathan_: linuxcommand.org/images/permissions_diagram.gif [12:22] clavier, sudo dpkg-reconfigure xserver-xorg-video-intel:i386 [12:22] ikonia I tried rebooting. Could it be that I have wicd installed? [12:22] What does -rwxr-xr-x 1 root root 920788 Mar 28 2013 bash Mean [12:23] nathon, the first part is the group [12:23] Nathan_: see the image i send to you [12:23] nathan second is owner, and 3rd part is guest [12:24] wheatthin: user group other [12:24] wheatthin: i have this after command: Traitement déclenché pour libc-bin (2.19-0ubuntu6.4) ... [12:24] ahh [12:24] it's all ? [12:24] I'm all buttbackwards this morning [12:25] clavier, then either 'sudo lightdm restart' or reboot [12:25] cant geet on to the image [12:25] wheatthin: i go to test [12:26] Nathan_: what part of it are you actually asking about? [12:26] Nathan_: and what are you trying to accomplish? and why can't you view an image on the internet? [12:26] it says it cannot connect to the server [12:27] Nathan_: you only answered 1/3 of the questions i asked [12:27] ok, that was productive [12:31] I think ubuntu has cornered the mom and pop Linux distros. [12:32] Ben64, i just rebooted, all seemed fine for about 2 minutes then the scaling went back down to 1ghz [12:33] reddogfish: i wonder what distros you mean. [12:33] OY1R: they disabled CPU scaling. It was not saving anything. [12:33] reddogfish: because it seems that "lonely hacker" distroes have only multiplied because of ubuntu. [12:34] Okitain: most seem based on ubuntu now. [12:34] reddogfish, ? [12:35] OY1R: they let the motherboard bios or EFI handle cpu scaling now. Even with laptops. [12:36] i'm stuck at 1ghz at the moment. === guest-QZlCkj is now known as Tab === Tab is now known as Guest2307 === xianghui_ is now known as xianghui [12:40] ubuntu desktop has disappeared,how it can be recovered [12:40] Guest2307, try startx [12:43] i can login into root but it doesn't show icons or anythink. screen remain blank after that. [12:43] only backgroud appears. === tcpman is now known as Guest7956 [12:49] apt-get —purge remove btsync leaves me with BTsync still running. Any pointers? [12:54] kongle_: You can't kill/stop the service/proceess? === xubuntu is now known as Guest27771 [12:54] I can stop the service, but it restarts on login/reboot [12:54] hi i did fresh xubuntu install with encryption bu i dont have linux swap why is that? [12:55] lasers: I can stop the service, but it restarts on login/reboot [12:56] kongle_: You could try 'dpkg -L $packagename' to see if it's really gone. [12:58] lasers: “dpkg-query: package ‘btsync’ is not installed” [13:00] kongle_: I checked. btsync isn't even on Ubuntu repo....? [13:00] kongle_: I checked. btsync isn't even on Ubuntu repo....? [13:01] !swap | Guest27771, /swap is optional. you don't choose, you don't get. you *can* configure /swap now if you choose [13:01] Guest27771, /swap is optional. you don't choose, you don't get. you *can* configure /swap now if you choose: swap is used to move unused programs and data out of main memory to make your system faster. It can also be used as extra memory if you don't have enough. See https://help.ubuntu.com/community/SwapFaq for more info [13:01] lasers: It’s not open source and is in beta. Maintained by Bittorrent. [13:02] Howdy folks [13:03] wheatthin: that's don't work ! i see my screen become black just when i start chromium, firefox also after the update [13:04] clavier, hmm that's very odd. Have you tried to install the proprietary drivers? [13:05] clavier, which intel gpu did you have? [13:06] hello [13:06] hello [13:06] any ubuntu 12.00 user here [13:08] topand, no 12.00 as there IS no 12.00 ... confirm your information === bearface_ is now known as bearface === 77CAAYR2P is now known as mz` [13:30] hi guys can someone help me with really basic thing? i have folders like this video/movies, video/tvshows, video/animation and users like [usergroup] derp1, [mediagroup] derp2 Now what i want is to give them permissions. I want derp 1 to have access only to tv shows and derp 2 to have access to movies only. How to do so from terminal? [13:33] nomnomsu: sudo chown 'derp 1' folder. [13:34] ok but will it work if i would want to grant access to user from other group in near futute too? [13:34] nomnomsu: sudo chown derp1 folder. [13:34] quit [13:35] because this makes derp 1 an owner of this folder if i think correctly [13:35] nomnomsu: You can add multiple users to that command [13:35] so there can be more than 1 owner for folder? [13:37] crushcring: ok and what if i want derp 1 read only access? should it be chown 640 derp1 video/tvshows ? [13:40] nomnomsu: http://manpages.ubuntu.com/manpages/intrepid/man1/chown.1.html [13:40] hi, nothing appear on desktop after login in administrator account. [13:41] nomnomsu: You can look up CHOWN CHGRP CHMOD [13:41] !!ubuntu [13:41] Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com === michael is now known as Guest27898 [13:41] !!ubuntu | startx [13:41] startx: please see above [13:42] !!ubuntu | nvidia [13:42] nvidia: Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com [13:42] nomnomsu: You can install gnome system tools. [13:43] guest-7ZtWkn, use /msg ubottu !TRIGGERGOESHERE to send yourself pm's [13:44] crushcring: ok will check thanks :) [13:44] crushcring | will that solve problem!! [13:45] Coz, i'm currently logged in on same ubuntu with guest account. [13:45] Need assistance installing epsxe. Private mssg me if you can help. [13:47] how i can bring terminal or relative option on blank desktop, so i can try to troubleshoot. [13:49] hey, need help with updating bios [13:49] i found this: http://support.lenovo.com/us/en/downloads/ds040384 [13:49] but it's for windows only === guest-7ZtWkn is now known as shan === Neurosis2 is now known as neurosis- [13:59] newbie here , how do I change xorg brightness on my desktop to - 30 ? using nvidia driver 33` === Jam_Jar is now known as JamJar === shan is now known as cancer [14:06] i have probleme in network [14:10] i need help [14:12] p3_: it's kinda hard to help you if you don't say what the problem is. === N7{a is now known as n7 [14:14] in this page, http://www.ubuntu.com/management , Says the Ubuntu Landscape is not free, is it true? And the what is it about the source code? is it close? or an OpenSource as FOSS ? [14:15] http://paste.ubuntu-fr-secours.org/src-139506 [14:15] hey! Why can't I find few graphics drivers packages in Trusty repositories? They were back in Precise... [14:15] there are cedarview-drm and such [14:16] these* [14:16] Hi guys, help me please [14:16] i have intel+nvidea video on notebook, how i can install new drivers ? [14:17] MasterPiece: I believe the client's source is available, but the service is completely proprietary [14:17] Ubuntu 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O). TERM=linux .. please help [14:17] http://paste.ubuntu-fr-secours.org/src-139504 [14:17] Seveas, Hello man :) Thanks for your great answers here :) [14:18] p3_: looks like your router isn't letting you through. [14:18] that's not an Ubuntu problem, your internet connection is malfunctioning. [14:18] yes may be the router [14:19] Vadim_: try with TERM=xterm [14:19] Someone have nvidia videocard on ur notebook? [14:19] hey [14:20] Seveas: if use TERM=xterm, i get black windows and no warning, but no subshell too... [14:20] Vadim_: which terminal emulator are you using? [14:21] i'm try it use from ssh (i connect to pc) [14:21] Vadim_: and on your local machine? [14:22] no, i'm connect from other pc === Guest29642 is now known as Dragnslcr [14:22] yes, what terminal emulator do you use on that one? [14:22] hello. the headphones doesn't work in my ubuntu 14.04. [14:23] Paramezius: that's to protect your ears :-) (try poking at the alsamixer command in the terminal) [14:23] Help me please, how install drivers for nvidea on notebook? [14:23] !repeat | sonnymore [14:23] sonnymore: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [14:23] !nvidia | sonnymore [14:23] sonnymore: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [14:23] ok i have probleme in network http://paste.ubuntu-fr-secours.org/src-139504 [14:24] ping ip and www.google.com [14:24] Seveas, :) that's a great security patch [14:25] p3_: your internet connection or router seems to be malfunctioning. Call your ISP. [14:25] I tryed to tweak alsamixer in the terminal but didn't succeed [14:25] Paramezius: ok, pavucontrol maybe [14:26] let's try [14:26] Seveas: i try connect from securecrt programm, emulator "linux" + Ansi Color [14:27] Vadim_: ah, you're connecting from windows. [14:27] Try putty, it tends to works better than securecrt [14:27] newbie here , how do I change xorg brightness on my desktop to -0.25 ? using nvidia driver 331 at color correction and it get reset everytime I restart.Using 14.04 [14:28] hey [14:28] need help with updating bios [14:28] http://support.lenovo.com/us/en/downloads/ds040384 [14:29] Seveas: wait, try it [14:29] Is it possible to I have the Ubuntu Landspace without any limitation and without support for myself as free? [14:32] How do I enable wifi? [14:32] Can I have Ubuntu Landscape without any limitation ( & || without support ) for myself as free ? [14:33] AlexPortable, open network manager icon, you'll see wifi options there [14:33] AlexPortable, Check your Hardware and Go to the top menu bar, Check Network-Manager and Turn it on [14:34] Seveas: SHELL=/bin/bash TERM=xterm - its use putty, but if i press Ctrl+o i can't get access to subshell , but no notify about this error, in mcview and mc - all works correct, only not work in mcedit [14:36] Vadim_, What is your client type? Linux or Windows? [14:37] MasterPiece: client in windows [14:37] how do I make a rule in iptables for log everything except tcp port 80? [14:37] Vadim_, What is your program whom you are trying to the Linux Host with it? [14:38] lasdam1, join in #iptables [14:38] MasterPiece: thanks [14:38] lasdam1, iptables -A CHAIN -j LOG --log-prefix "PREFIX" --log-level LEVEL [14:38] lasdam1, be lucky ;) [14:39] MasterPiece: SecureCRT or Putty try connect to my work PC where ubuntu via ssh and i want edit file & use subshell. [14:40] Vadim_, Use putty in order to I can assume it please ;) [14:40] MasterPiece: that doesn't help - I need to log everything Except tcp port 80 [14:40] lasdam1, So accept the 80 port before log rule ;) [14:40] MasterPiece: oh, that's right, lol. [14:40] Vadim_, Do you have your work P.C IP and a route to that ? [14:41] lasdam1, Your welcome ;) [14:41] MasterPiece: Yes, i have IP and i can get access to my pc [14:42] Vadim_, open a cmd and try to ping your remote P.C , tell me the ping answer :) [14:42] Vadim_, R U an admin ? or I'm in speaking with a user ? [14:42] Vadim_, My default : user [14:43] Vadim_, Since if you are an admin, you can handle it right and easy ;) [14:43] MasterPiece: you try trolling me ? ;) [14:43] MasterPiece: yes, i admin and my pc is answer [14:43] i have failed by network manager [14:43] MasterPiece: yeah, thanks again [14:44] MasterPiece: if need i can show you via teamviewer [14:44] Vadim_, No No, I just want to know who is audience;) [14:44] lasdam1, your welcome again ;) [14:44] MasterPiece: :) ah, okey :) yes, i'm admin this pc. [14:45] Vadim_, OK, tell me what is exactly your problem with an remote ssh ? [14:45] Vadim_, :) [14:45] guys please help me this keeps showing up on my screen http://goo.gl/Fthku1 [14:46] MasterPiece: BluesKaj_ 'Enable wifi' is checked, but it says wifi is disabled [14:46] MasterPiece: yes, its my problem, i'm can't use MCEDIT in SUBSHELL [14:47] Vadim_, How many bandwidth do you have for that tunnel ? [14:47] QueensMelons: that is a short url to a youtube video/playlist, are you sure this isn't !spam ? [14:47] AlexPortable, Do you checked your hardware properly ? [14:47] MasterPiece: yes, on windows wifi works [14:47] MasterPiece: but where does the speed? [14:48] AlexPortable, Linux is not windows ;) What is your wireless driver ? Google it ;) ( Search about your wireless card model and Ubuntu ;) ) [14:48] Vadim_, If you connection is too small, You can't work with remote easily ;) [14:49] If your* [14:49] MasterPiece: it worked before, but it's now down due to rfkill [14:49] MasterPiece: 1Gb/s to world & both pc [14:49] Vadim_, R U in a D.C ?!!! [14:49] Vadim_, Do you know what you tell above ?! [14:49] QueensMelons, pro-tip: don't click random links on your computer. pro-tip 2, don't share/spam random links on IRC [14:50] wow guys so srs [14:50] MasterPiece: yes, i know what you tell [14:50] AlexPortable, Do you know how to work with wireless drivers and installation processes? [14:51] MasterPiece: drivers are already installed. [14:51] MasterPiece: it's rfkill i cannot undo [14:51] Vadim_, 1Gbps is for an Data Center Bandwidth! Its very expensive for an Home user! or Home admin! [14:52] AlexPortable, Do you google it? [14:52] .. [14:52] Vadim_, for a* data center .. === WizardGed_ is now known as WizardGed [14:52] MasterPiece: its standart connection in my country (Latvia) [14:52] Vadim_, Uhh! Congrats! [14:53] MasterPiece: gbit ethernet is pretty common in house these days (not the connection to the isp though :)) [14:53] Please help I can't start ubuntu. http://pastebin.com/NJ2QACg7 [14:53] MasterPiece: yes [14:53] AlexPortable, open a terminal and run, sudo dhclient wlan0 [14:53] Seveas, I don't think so before this time! :D ha ha :))) [14:54] BluesKaj_: RTNETLINK answers: Operation not possible to due RF-kill [14:54] jp_hranice: ooh, segfault in X, that's not very nice at all :( [14:54] AlexPortable: sudo rfkill list [14:54] if it says the hardkill is on, you have to press the phsyical switch to turn your wifi on. [14:54] hci0 bluetooth, soft blocked: yes, hard blocked: no [14:54] phy0 wireless lan, soft blocked: no, hard blocked: yes [14:54] jp_hranice: you'll need to file a bug [14:55] AlexPortable: there you hvae it, your wifi button is turned off [14:55] acer-wireless: wireless lan, soft blocked: yes, hard blocked: no [14:55] MasterPiece: so, its my speed not help for find why "mcedit" can't work "subshell", where "mc" & "mcview" work perfect "subshell" [14:55] could be the Fn+FKey button [14:55] well if I press it nothing happens [14:55] I have fn + f11 = airplane mode button [14:55] oh i see [14:55] Vadim_, yes :D my own guess has been failed ;) [14:55] Vadim_, I don't know what is the problem :) [14:55] AlexPortable: try sudo rfkill unblock 3 [14:56] AlexPortable, makje sure airplane mode is disabled [14:56] nully: still softblocked [14:56] BluesKaj_: in ubuntu or on my hardware button? [14:56] AlexPortable: try 2 [14:56] MasterPiece: =) in your work mcedit ? [14:56] ubuntu === Enissay_ is now known as Enissay [14:56] nully: same result [14:56] 2 stays hard blocked [14:56] Seveas, I can get acces by ssh [14:56] ok nm , too many cooks ...this getting us nowhere [14:57] Vadim_, yes, in working with mcedit in your Env ;) [14:57] MasterPiece: and subshell too work ? in mcedit ? [14:57] i can not acces to net [14:57] MasterPiece: run "mcedit" and try press "ctrl+o" [14:58] Vadim_, I don't use mecedit, First : VIM, Second : VIM-Tiny, Third : Nano ;) [14:58] OK i try to file a bug [14:58] MasterPiece: you can install for check, please [14:58] okay, so my system recieved an update and an updated kernel, and now there is no X. I tried fixing it last night but i was tired and gave up. can some one give me a direction [14:58] Hello [14:58] Vadim_, LOL [14:58] How can I check what GPU I am using? [14:58] Vadim_, No, I can't ;) [14:58] win 100 [14:59] MasterPiece: you are user ? [14:59] MasterPiece: not admin ? [14:59] Vadim_, :))) :D Whats is the difference to you? I'm developer ;) [15:00] MasterPiece: you developer , strange, why you can't download "mc" for check "mcedit", maybe you speed connection is very very slow ? [15:00] hi, I'm trying to configure smokeping according to this ubuntu doc http://goo.gl/SHbRpK but don't understand what they mean by 'Edit the smokeping.fcgi script to point to your smokeping_cgi script.' [15:00] lolcat, lspci -vnn | grep VGA -A 12 [15:00] hum.... [15:00] no one? [15:01] How often do these bugs usually get resolved? I'm suffering at this exact bug and it seems like its been around for quite some time https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1203592 [15:01] Launchpad bug 1203592 in gnome-settings-daemon (Ubuntu) "Keyboard backlight does not work in Samsung Series 9 NP900X4C" [Medium,Confirmed] [15:01] i wish I could remember what I was told wasn't installed [15:01] xfglr I think?? [15:01] I'm using a software that creates a virtual machine, I've only configured the private ip "192.168.5.10" for this virtual machine, I've just figured out that when I'm connected in ssh into that virtual machine, I can reach the host machine by using the ip "192.168.5.1", what is that rule? [15:01] Seveas, be lucky , I'll back here to ask about ubuntu landscape license and Source code tomorrow :) [15:02] Petazz, depends on the bug, the complexity, and the time the developer has available. Some bugs are resolved in 24 hours, others take longer. Feel free to submit a patch =) [15:02] Vadim_, haha :D toggling me to install it? :D I don't like mcedit, Since its very cheap ;) [15:02] bodhi_zazen: it lits both [15:02] Vadim_, be lucky [15:02] anyone? [15:02] Vadim_, bye [15:02] nully: BluesKaj_ ? [15:02] MasterPiece: I think you'd better ask Canonical. [15:03] MasterPiece: bye, user =) [15:03] i need a keyword for 'recording' a window content. Not video grabbing and not screenshooting. How do you call it? [15:03] Seveas, yes, its a good Idea, I'll Mail them ASAP :) [15:03] no one?fglrx [15:03] fglrx [15:03] thats the one [15:03] Okay, my fglrx module is not installed === greenmon2 is now known as greenmon [15:03] when I try to install I get an error [15:04] bodhi_zazen: Would most def be interested, don't have the experience though to really dig in :) [15:04] lolcat, you can also grep LoadModule /var/log/Xorg.0.log [15:04] dpkg --configure -a doesnt fix it [15:04] Vadim_, Think whatever you like ;) I'm for myself and you can't change my own quiddity :) [15:04] bye all [15:04] bodhi_zazen: Anyways, who do actually develop the thing and how do the bugs get assigned? [15:05] nor does apt-get install -f [15:05] SO... [15:05] I am at a brick wall [15:05] bodhi_zazen: it loads a ton of modules [15:05] no X, if anyone can give me a clue [15:05] Petazz, unless it is a problem with packaging or some ubuntu specific feature, it is sent upstream to gnome [15:05] bodhi_zazen: I just want to know if I use discrete or normal gpu [15:05] You can ask on the gnome mailing list [15:06] lolcat, pastebin the output of those commands, otherwise how do you expect us to tell you ? [15:06] lolcat - guess what GPU I am using =) [15:07] Ubuntu 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O). TERM=linux .., if use "mcview" & "mc" - subshell is work (ctrl+o), please help === Malsasa_ is now known as Malsasa [15:12] sup ubuntu lovers ! [15:16] hi all [15:16] hey :) [15:16] how are you doing ? [15:17] ′′;)′′ === malik is now known as mdiarra [15:19] by the way [15:19] where can i find some music? [15:19] billy-, wrong channel - this is ubuntu support [15:19] sorryù [15:19] youtube haha [15:20] -.- [15:23] AlexPortable, try this in the terminal , and if you connected to the 'net by cable/ethernet then this command won't start your wifi, you willneed to disconnect the ethernet cable, sudo dhclient wlan0 ,then, sudo /etc/init.d/networking restart [15:23] hi all, I am having trouble with my unity. I just did a fresh install of 14.04 and my hardware acceleration is disable I came across a tool/cmd (usr/lib/nux/unity_support_test) and it showed that all the features are supported except Unity 3D supported is "no". I was using 14.10 yesterday and it was silky smooth I am assuming the hardware acceleration was working then. Could some one please tell me how to enable it. [15:26] how to mount network share from ubuntu 12.04 to window 7 [15:26] !samba | Saleem, [15:26] Saleem,: 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 [15:27] BluesKaj_: dhclient wlan0 gives operation not permitted due to rfkill [15:27] like i have server ip address i want to use this and should show in ubuntu 12.04 forever === curiousx is now known as Chuck_Norris [15:27] AlexPortable: sudo rfkill unblock wifi [15:29] the link u give will it last forever even the system restart [15:29] Chuck_Norris: done, still blocked [15:30] AlexPortable: rfkill unblock all -.- [15:31] Chuck_Norris: done, still blocked [15:32] idk, but... it is a notebook/netbook? [15:32] notebook [15:33] I have QWERTY keyboard set when entering my password to open a kde session where I need AZERTY. How can this get fixed? [15:33] wait [15:33] a reboot and your command solved it [15:33] thanks Chuck_Norris [15:33] AlexPortable: see if it has a "key" to enable en disable wifi (sometimes it is a combination of keys like FN + wifi key) [15:33] AlexPortable: np [15:34] I am having trouble with my unity. I just did a fresh install of 14.04 and my hardware acceleration is disable I came across a tool/cmd (usr/lib/nux/unity_support_test) and it showed that all the features are supported except Unity 3D supported is "no". I was using 14.10 yesterday and it was silky smooth I am assuming the hardware acceleration was working then. Could some one please tell me how to enable it. [15:36] !cookie | Chuck_Norris [15:36] Chuck_Norris: Wow! You're such a great helper, you deserve a cookie! [15:38] I guess no one knows an answer to my question === sn is now known as Guest53574 [15:44] 这里是哪里? [15:44] !cn | Guest53574 [15:44] Guest53574: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [15:44] anybody here [15:44] Guest53574, english only. [15:45] ok, thx [15:47] Pretty new to Ubuntu (14.04): Configuring network via Unity. Where do I find the settings on the command line? /etc/network/interfaces does not seem to be the place. [15:48] is ubuntu and lubuntu the same? [15:49] !lubuntu | remymartin9, [15:49] remymartin9,: lubuntu is Ubuntu with LXDE instead of !GNOME as desktop environment, which makes it extremely lightweight. See https://wiki.ubuntu.com/Lubuntu - /join #lubuntu for lubuntu support. [15:49] !ubuntu | remymartin9 [15:49] remymartin9: Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com [15:49] so i can ask lubuntu questions here [15:49] right [15:50] remymartin9, read ... carefully. the !lubuntu link gives specifies the channel [15:50] ok so i just installed lubuntu but it isn't recognizing my secondary storage harddrive [15:50] your sentence tells me that it's ubuntu [15:51] is there any screenshot step by step guide to mount network share [15:51] remymartin9, there's a dedicated lubuntu channel. or use this one. note they're are different channels [15:51] cfhowlett: i arleady figured that much [15:52] remymartin9, secondary storage not seen? I take it that's a USB hdd or similar [15:52] no [15:53] installed [15:53] with my desktop [15:53] quit [15:53] quit [15:53] ssd as primary and i have a secondary [15:53] remymartin9, ah yes. doable and done before but not by me. ask again in channel. someone will know. === floown_ is now known as floown [15:54] I am looking for some support in installing. [15:54] !details | etwarrior, [15:54] etwarrior,: 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) [15:54] The partition menu, I would like to keep my original partition, and I know what I'm doing with that, but I'm getting a "Mount Checklist", which is Root (/), and EFI (/boot/efi) [15:55] hello [15:55] cfhowlett: it's actually pretty complicated [15:55] I just want a command line ubuntu. [15:55] i found the directions and i dont even get it [15:55] is there something to handle network interfaces ? [15:55] etwarrior, I believe that's the common UEFI arrangement ... http://www.linuxbsdos.com/2014/02/05/gpt-disk-partitioning-guide-for-ubuntu-13-10-on-a-pc-with-uefi-firmware/ [15:55] automatically ? === floown is now known as floown_ [15:56] remymartin9, those more ... exotic ... configurations do require more care and feeding. [15:56] I can do it but it would take my a whole day to comprehend it === pi is now known as shicky256 [15:58] how do i resolve w: failed to fetch error messages when doing a sudo apt-get update? [15:58] imyerrow, depends on the reason for the error ... [15:59] imyerrow: sudo apt-get update | nc termbin.com 9999 [15:59] here is the specific message: W: Failed to fetch http://linux.dropbox.com/ubuntu/dists/utopic/main/binary-amd64/Packages Bad header line [15:59] EriC^^, what does that command do? [15:59] cfhowlett: it's like pastebinit [15:59] imyerrow, try switching to the main mirrors. [15:59] EriC^^, got it. [16:00] cfhowlett dunno that means sorry haha [16:00] or how do i do that? [16:01] imyerrow, software center > settings > software sources > [16:01] imyerrow, *** download from *** [16:01] i already have successfully installed dropbox so not sure why im getting that error in the first place === floown_ is now known as floown [16:02] imyerrow: can you paste the error? [16:03] i did already up above [16:03] the full error [16:03] oh sorry [16:03] i missed it [16:04] imyerrow: seems like they have an error that the ppa maintainers have to fix [16:04] imyerrow, ah, PPA! contact the maintainers [16:05] ok i fixed by just going to synaptics manager --> settings > other software sources and unchecked the dropbox source [16:05] imyerrow: yeah, you removed the ppa [16:06] but do i need it? like i said dropbox is installed an seems to be working ok [16:06] maybe i need it to update my dropbox version? [16:06] imyerrow: well i think it would be better, cause there might be updates [16:06] cfhowlett, figured it out... thanks! [16:06] imyerrow: give it a shot later to see if it works [16:06] cfhowlett, that article didn't necessarily help, but thanks again. [16:06] yeah that is what i thought, ok thanks [16:06] etwarrior, that there is some good detective work, Lou! [16:08] cfhowlett: are you familiar with lubuntu/old pc's? [16:08] I was installing flash player on my machine using - apt-get install flashplugin-installer [16:09] EriC^^, somewhat. I know that lubuntu is specically optimized for "legacy" and low specification hardware [16:09] Apparently, it failed: Failed to fetch http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.411.orig.tar.gz 404 Not Found [16:09] !flash | tuxdna [16:09] tuxdna: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also !Restricted and !Gnash [16:09] Does anybody know about 10Gbit public iperf servers? [16:10] ubottu: that doesn't work [16:10] tuxdna: I am only a bot, please don't think I'm intelligent :) [16:10] cfhowlett: my friend has an old pc with amd athelon .. 2.0ghz with 1GB of ram, he has winxp right now but it needs formatting, though he could maybe install lubuntu, do you think it would work better? [16:10] tuxdna, current version is 11.2.202.425.orig.tar.gz [16:10] the link is 404 Not Found [16:10] *thought [16:10] EriC^^, I'd start with lubuntu! MAYBE xubuntu could also be an option. [16:10] tuxdna, i guess you neet to run sudo apt-get update first [16:10] well, I am using Ubuntu 14.10 and flashplugin-installer is picking that version [16:11] need* [16:11] I did apt-get update [16:11] OerHeks: already updated [16:11] cfhowlett: ok thanks [16:11] OerHeks: let me check once again [16:11] EriC^^, happy2help [16:11] !info flashplugin-installer [16:11] flashplugin-installer (source: flashplugin-nonfree): Adobe Flash Player plugin installer. In component multiverse, is optional. Version 11.2.202.425ubuntu0.14.10.1 (utopic), package size 7 kB, installed size 137 kB (Only available for i386; amd64) [16:13] I think there is no more new versions of Flash for gnu/linux [16:13] tuxdna, try sudo apt-get update && sudo apt-get dist-upgrade [16:13] OerHeks: its working now. Thanks :-) [16:14] Ubuntu 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O). TERM=linux .., if use "mcview" & "mc" - subshell is work (ctrl+o), please help [16:14] tuxdna, have fun [16:15] How can I run my programs in desktop? (this is the error: Untrusted application launcher) [16:15] * cfhowlett remembers running "apt-get update" for years in the belief that it would keep his system updated ... [16:16] adam_dddd: what are you trying to run and how ? [16:18] I have the shortcuts of some of the programs (in /usr/share/applications/) on my computer there. but I can't run them. [16:21] hey, I'm trying install ubuntu onto my computer but I keep getting this error : https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xfa1/v/t1.0-9/10845929_428636770620623_6438938889569220089_n.jpg?oh=29a1d9974d1085a9cd206adff87beca7&oe=54FA1A89&__gda__=1425904319_42a963f5a005ac6b03eccc15b0351380 [16:21] hi want to know if actually ubuntu has released the last amd proprietary driver 14.12 of 09/12/2014 ? i use fglrx-update but i m not sure is the last [16:21] ??? [16:22] Rick_SDR, www.tinyurl.com [16:22] on ubuntu 14.10 [16:23] cfhowlett: hey man, I was talking to you yesterday to [16:23] Ricky_det, welcome back [16:23] Ricky_det, go into softwarecenter > edit > sources and remove the cd from sources. [16:24] how i can know the fglrx version of my driver ? [16:24] cfhowlett: : http://i.imgsafe.org/a63ae0c.jpg [16:24] OerHeks: I'm on windows right now [16:24] I don't know how to get into software centre from the cd ? [16:25] Ricky_det: did you checksum the iso? [16:25] EriC^^: sorry man I have no idea what that means [16:26] !md5sum | Ricky_det [16:26] Ricky_det: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [16:27] hey guys, i have a pc with 2 gpu s and 3 mon s ... plymouth is shown on every mon but xserver only on 2, how to fix this? === c_ is now known as Guest24488 [16:31] cfhowlett: what does "cd \path\to\cddir" mean ? [16:31] I downloaded the md5sum.exe [16:31] where does it want a path to ? [16:32] Ricky_det: the iso i guess [16:32] the disc or md5 folder? [16:32] Ricky_det, cd = change directory /path = to the location of the the .iso [16:32] I just installed Ubuntu along side of a windows partition. When the machine boots it goes to a windows boot selection, I select Ubuntu it takes me straight to a grub prompt. When I type boot is says error no kernel loaded. [16:32] u/3 [16:32] Ricky_det, easy way on linux is to drag/drop the .iso into the terminal. haven't used windows in so long, IDK if this works there [16:33] Everything I’v searched so far isn’t working. [16:33] Hey all. I have a rather strange situation. I am using a mdadm raid5 (sdc1,sdd1,sde1). I had everything setup fine for a few days. I rebooted my box and now all my disks are out of order. sdc1, is now sda1, etc. So my raid is broken. Does anyone know why this happened? [16:33] andrcmdr: boot a live usb and type sudo parted -l , paste in paste.ubuntu.com please [16:34] andrcmdr: did you install windows before or after linux? [16:34] Yes. Thanks EriC^^ [16:34] JustPie: before [16:37] cfhowlett: I'm not getting how to do this unfortunatly -_- [16:37] Ricky_det, do you still have .iso? [16:37] @EriC^^ paste.ubuntu.com/9517343 [16:38] cfhowlett: yeah [16:38] Ricky_det, boot the usb. then go to your stored .iso and md5sum [16:38] whats det mean? [16:38] ohh [16:38] nvm [16:38] kk [16:40] andrcmdr: ls -ld /sys/firmware/efi [16:40] andrcmdr: and paste here [16:41] what powersaver options do we have for ubuntu on laptops? [16:41] i get really poor battery life [16:41] poor battery life is normally caused by poor power management support in linux [16:41] hello! === ra21vi_ is now known as ra21vi [16:42] as in compatibility === kyle is now known as Guest99435 [16:42] so what can i do? install windows?! [16:42] if that works better for you [16:42] I'd certainly look at the hardware I'd got and check it's linux support status [16:42] @EriC^^ ls: cannot access /sys/firmware/efi/: No such file or directory [16:42] to understand what parts are/are not supported [16:42] you could find great support and I'm mistaken [16:42] andrcmdr: you're not booted in uefi? [16:43] msi ghost 444 laptop [16:43] I'm stating a common cause with no investigation [16:43] that is my computer [16:43] prius-C: ok, so research it's linux compatibility [16:43] I’m in the demo cd [16:43] uefi is off in bios [16:43] andrcmdr: i think you installed ubuntu in legacy mode, you have a 1024kb partition which i think is the bios-boot for gpt to work [16:43] ikonia: how would i do that? [16:43] andrcmdr: why? [16:43] prius-C: http://www.webupd8.org/2014/10/advanced-power-management-tool-tlp-06.html [16:43] andrcmdr: you have gpt and an efi partition.. [16:43] prius-C: research, the web, the vendor, the individual chipsets [16:44] I don’t know. I just booted form the dvd and installed to the best I could. [16:45] andrcmdr: did you disable uefi? [16:45] Yes, in the bios [16:45] thank you Chuck_Norris you always kick serious ass! [16:45] Ubuntu 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O). TERM=linux .., if use "mcview" & "mc" - subshell is work (ctrl+o), please help [16:45] i got the message as unable to mount Windows Mount Only root can mount it [16:46] i now have a 2 hour battery life instead of the usual 45 minutes [16:46] hot to fix this issue [16:46] andrcmdr: when did you disable it? [16:46] prius-C: I advise against blindly installing that [16:46] anyone tell this issue how to fix t [16:47] ikonia: well, your method is way too advanced for me i can barely install an operating system [16:47] prius-C: installing 3rd party software blindly is even more advanced and dangerous [16:48] I don’t know. It’s been a blur trying to get this to work. [16:49] Probably before I installed Ubuntu. [16:50] andrcmdr: ok, why did you disable it? [16:50] andrcmdr: win8 was running with uefi, you disabled it, then installed ubuntu? [16:50] I’m running win7. No uefi. [16:51] so you disabled uefi before, and then installed win7? [16:51] I have win7 installed and uefi disabled. [16:52] andrcmdr: ok, type sudo mount /dev/sda5 /mnt [16:53] Sorry for the confusion. I appreciate your help. [16:55] andrcmdr: no problem [16:55] andrcmdr: did you mount the filesystem? [16:55] I’m booting back into the live cd [16:55] ok === newbie is now known as Guest40883 === magic is now known as Auv === nuke__ is now known as nuke1989 [16:58] I mounted the filesystem [16:59] that’s the windows one [17:00] hello [17:01] ? [17:01] i have ubuntu gnome 14.10 and i try to enable hibernate with sudo pm-hibernate but it can not be found on my system. I had hibernate working before i upgraded form 14.04 .. what can i do about this ? [17:01] andrcmdr: sda5? it's ext4 [17:02] My bad, GUI Icon confused me. It’s linux. [17:03] andrcmdr: type for i in /dev /dev/pts /sys /proc /run; sudo mount --bind /mnt$i; done [17:03] andrcmdr: sorry, type for i in /dev /dev/pts /sys /proc /run; sudo mount --bind $i /mnt$i; done [17:04] hello all! not sure if this is the best place to ask but would anyone happen to know a good ready-made proxy solution or script (preferably in PHP) that can be used like...https://example.com/proxy/browse.php?whatismyip.com. my goal is to have these sort of links up on a local html page at the office to provide some what of a private 'http proxy portal' for users at work to be able to seemlesly login to accounts that have to be accessed through [17:04] specific IPs without making mistakes when changing proxy info on the browser itself. all our servers run Ubuntu 14.04 [17:06] EriC^^: I’m getting bash: syntax error near unexpected token `sudo’ [17:06] andrcmdr: my bad [17:06] missing a do [17:06] oops [17:06] andrcmdr: sorry, type for i in /dev /dev/pts /sys /proc /run; do sudo mount --bind $i /mnt$i; done [17:07] ph88: http://packages.ubuntu.com/search?searchon=contents&keywords=pm-hibernate&mode=exactfilename&suite=trusty&arch=any [17:08] I did that. [17:08] andrcmdr: sudo chroot /mnt [17:09] chroot: failed to run command `bin/bash`: No such file or directry [17:09] cfhowlett: by boot the cd you mean run it ? [17:10] Ricky_det, yes. [17:10] andrcmdr: type ls -l /mnt [17:10] andrcmdr: do you see your installation? [17:10] cfhowlett: okay, do I run wubi.exe ? or go to file folders and get the md5 hash ? [17:11] I see files. not a linux filesystem [17:11] Ricky_det, never say "wubi" again. never. it's the forbidden term. [17:11] andrcmdr: odd [17:11] andrcmdr: what files? [17:11] erks , sorry! [17:11] andrcmdr: can you type sudo parted -l and make sure sda5 is the ext4 partition? [17:12] Ricky_det, you said you had the .iso. find. boot ubuntu. open file manager. go to .iso location. start terminal. md5sum the .iso [17:13] is the ISO location going to be the same on ubuntu as it is on windows [17:13] and how do I ms5sum the iso [17:13] *md5sum [17:13] parted shows number 5 is my ext4 [17:14] here’s the files [17:14] paste.ubuntu.com/9517793 [17:14] cfhowlett: [17:15] Ricky_det, start terminal md5sum foo.iso [17:15] foo = folder ? [17:15] Ubuntu 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O). TERM=linux .., if use "mcview" & "mc" - subshell is work (ctrl+o), please help [17:15] Ricky_det, NAMEOFISO.iso [17:16] okay [17:16] brb [17:18] hello [17:19] whats app men? [17:19] Hi Pepe [17:19] pepe: ? [17:19] pepe: application, software, program [17:19] ?? [17:19] Ricky_det, note the command structure and response http://fpaste.org/159635/ [17:20] hi === hades_ is now known as Guest41058 [17:22] im on cfhowlett [17:22] now I can give you live feed :p [17:23] ricky_ub, do your thing! [17:23] <_jay1> 12.04: anyone know the location of the application folder? (I'm actually having a hard time compiling a program because it can't find libboost-locale, which is installed, but I think it's in the wrong place.) [17:23] _jay1: whereis libboost-locale [17:24] <_jay1> usr/lib [17:24] i can help you _jay1 [17:24] _jay1: also, you got the -dev package, yeah? [17:24] sudo updatedb, then: locate libboost [17:25] <_jay1> I will check on the dev package [17:25] _jay1: dpkg -L | grep libboost [17:25] _jay1 /usr/share/lintian/overrides [17:26] _jay1 thats the answers [17:26] _jay1 thats the answer [17:26] <_jay1> there are many answers here :) [17:26] _jay1: sudo apt-get install libboost-locale-dev [17:27] Can I install ubuntu server 14.04 which is x64 on a 64 bit cpu and 64 bit Windows 7 with vmware workstation 11 [17:27] <_jay1> if I go to install lib boost-dev it wants to remove a lot of other boost libs [17:27] <_jay1> *locale-dev [17:28] <_jay1> unable to locate libboost-locale-dev [17:29] azizLIGHT, sure, if you have licences for vmware workstation 11 and windows [17:29] I mean do I get 32bit server or 64 bit server in this scenario [17:29] Do not want to commit to the wrong download on my connection [17:30] azizLIGHT, depends which server architecture you choose to install, both 32 and 64bit should be available [17:30] azizLIGHT, if you click the right button, you don't get 32 bit [17:31] Which will work: 64 bit or 32 bit [17:32] both will, if your sytem is 64 bit [17:32] azizLIGHT: have you checked to see if vmware supports 64 bit installs. that should tell you if applicable or not [17:32] cfhowlett: hey I can't access any folders on the trial of ubuntu ? [17:32] I'm on the trial version through my cd right now [17:32] ricky_ub, where is the .iso? [17:32] ====Help request : Ubuntu 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O). TERM=linux .., if use "mcview" & "mc" - subshell is work (ctrl+o), please help [17:33] cfhowlett: its in the downloads folder in windows [17:33] and on the disc I'd assu,e [17:33] *assume [17:33] <_jay1> I would like to be able to just symlink the boost-locale lib to the proper folder, but "application/x-sharelib is buried somewhere... [17:33] ricky_ub, stop assuming. where did you *store* the .iso? === c_ is now known as Guest25307 [17:34] i messed up [17:34] ricky_ub: start Disks from the main menu and see if your windows partition is mounted. if not you should be able to mount it from there [17:35] im ganna reboot and double check where its stored I cant find it atm [17:40] I am having trouble wtih grub auto selecting Ubuntu - I have to select it myself to boot, Can someone please assist? here is my grub: [17:40] http://paste.ubuntu.com/9517989/ [17:42] cfhowlett: I'm rebooting, wrote down exact dir this time [17:42] from what I understand "GRUB_DEFAULT=0" auto selects the first one in the list which is "Ubuntu" but grub literally just sits there [17:44] what is the version of kernel on Trusty ? [17:45] hemlis, depends on what you've upgraded to ... [17:45] hemlis: 3.13 (with 3.16 available from the official repository) [17:45] hemlis: 3.13.0-43 after updating here [17:45] current default ? [17:46] ok [17:46] https://help.ubuntu.com/community/foo2capt [17:46] this could not build for me [17:46] hello [17:47] Well I downloaded 64 bit server and vmware says no I cannot do it [17:47] how can I change the programs that open when I click a irc:// link on the browser? [17:47] Waste of time [17:47] azizLIGHT: :) [17:47] virtualbox is less annoying frequently [17:47] being open source [17:47] and more annoying other times, being from Sun :p [17:47] is there a way for me to completely silence my subwoofer? [17:48] I thought changing pulse to 5.0 vs. 5.1 would do it, did not [17:48] unplug it [17:48] but yeah you can no doubt disable it from pulse, too [17:48] it's an all in one setup - the speakers run through the sub [17:48] or alsa [17:48] oracle now... sun origin [17:49] yup [17:49] oracle would only make it worse, of course :) [17:50] Any linux guru's on to help with my Grub situation? [17:52] enko_: #gurus [17:52] lol i went there :/ [17:52] enko_: #linux maybe [17:53] enko_: I have noticed that happening on a couple of occasions where the system has been shutdown improperly (ie power outage). you might want to try fsck'ing your drives to see it reports anything amiss. [17:53] squinty, ok, will do. [17:53] my screen is flickering, is that just the computer being old? [17:54] zoom: how old is your computer? [17:54] 2.75 years [17:54] hi [17:55] hi roz [17:55] hello [17:57] cfhowlett: hey man, I booted my ubuntu CD and on that I found the location where .iso is [17:57] now what do I do sir ? [17:57] ricky_ub, file manager: open a terminal in the .iso location. [17:57] how do I do that? [17:59] cfhowlett: how do i do that? [17:59] open a terminal in the .iso location [17:59] ricky_ub, right click: open terminal [18:00] Hi all.. I was having some trouble with my rc.local script being run twice when I discovered ALL rcN scripts seem to be running twice [18:00] I can't seem to track down why this is happening [18:00] cfhowlett: all I see it new folder, newdocument, orgnize desktop by name, keep aligned and change desktop backround [18:00] cfhowlett: but I opened a terminal by just searching it how do I cd to the iso location?> [18:01] ricky_ub, open a terminal. type md5sum leave a space. drag and drop the .iso in the terminal === liquid is now known as VoidMainFunction [18:01] does anyone have an experience in this / know why this is happening? [18:02] applepi: maybe your init system is running twice [18:03] reisio: but why would it be doing that? I can't find any reason it would be.. [18:04] cfhowlett: okay I did it [18:04] ricky_ub, so your terminal now has: md5sum stuffgoeshere.iso [18:04] applepi: right, that's the point, to find it :) [18:04] yeah [18:04] cfhowlett: yeah [18:04] ricky_ub, === N is now known as Guest79748 [18:05] cfhowlett: okay I did it [18:05] nothing happend I don't think [18:06] ricky_ub, fpaste.org let's see [18:06] reisio: it's bizarre, I can only find one call to init.d/rcS... maybe I just need to take it out and see what complains or something. [18:08] fpaste.org/159641/18580476/ [18:08] cfhowlett: fpaste.org/159641/18580476/ [18:09] ricky_ub, there you go. compare that LOOOONG number against the hashsum from the download site [18:12] cfhowlett: I found out on the page [18:12] ricky_ub, they should match [18:12] yes they do perfectly, cfhowlett [18:13] ricky_ub, then you have a good .iso. now you need only verify the USB. read the wiki [18:13] USB? [18:13] I got a DVD/CD [18:13] ricky_ub, same same [18:13] !md5sum | ricky_ub [18:13] ricky_ub: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [18:13] hey all, I'm on ubuntu 14.04 and I just updated the system (via system monitor). After the update my computer restarts and I try to log in using my password. Once I enter my password all I see is the background and nothing else [18:13] I can move the mouse around and that's about it [18:14] I don't see my apps, and pressing ctrl-alt-t does not open terminal [18:14] ricky_ub: fwiw and for possible future reference, you might want to checkout winmd5sum (freebie) for your windows install (gui and automatically does a comparision of the md5sum results) a little user friendly than just the commandline md5sum imho [18:14] the graphics also look blurry, so I think there may be an issue with my nvidia driver [18:14] ricky_ub, https://help.ubuntu.com/community/HowToMD5SUM#Check_the_CD [18:16] cfhowlett: okay, great is it ok if I rename the file to something shorter so this is easier to do? [18:16] the .iso file [18:16] ricky_ub, of course! you are using the terminal ... come to the dark side! [18:16] jetro: if you installed a newer kernel as part of the update, you should be able to select the previous kernel from the grub boot menu. that should get you into a working desktop again [18:17] squinty, when ubuntu boots up it does not go through the boot menu (it was like this even before the update) [18:18] so it just directly goes to the login screen [18:18] jetro: you can access the boot menu by pressing down on your shift key after the initial boot screen [18:18] cfhowlett: this is so fricken hard. lol [18:18] ricky_ub, only the first time [18:19] squinty, let me try that [18:19] ricky_ub: doesn't have to be... copy the iso to your linux partition and then use your file manager to rename the iso. forget about doing it in terminal [18:21] squinty: oh yeah I renamed it in my file manager, I meant verifying the CD was really difficult === jan is now known as Guest34014 [18:22] ricky_ub, bad downloads happen. bad cd/dvd's happen. a few minutes to verify your media can save a lot of confusion and heartache [18:22] hello everyone. I was Trying to install xampp and it didnt seem to work, but the most annoying part is that I firefox is nhot behaving the same: I cannot see my history and it doesnt keep any of my7 previous tabs open. Is there a way to fix that? [18:22] ricky_ub: if you boot up the dvd, isn't there an option to verify the dvd medium integrity? (most live iso's seem to included that as part of the boot up options iirc) [18:23] i find the source of my problème, when i open something i relation with flash like a youtube video my screen go be black [18:23] squinty, that only verifies that the internal filesystem of the cd/dvd. doesn't compare the actual OS against the hash [18:24] nimbiotics: look in firefox's options > general > show my tabs from last time [18:25] squinty, I tried pressing shift at various times during the booting process (pressing and holding shift as well), but was not able to get the boot menu up [18:27] squinty: I did that, yet, everytime I start firefox its almost like I just installed, except firefox has all my addons (with the default settings) [18:27] jetro: should work. you can also edit the grub file to make it automatically display. see https://help.ubuntu.com/community/Grub2#Command_Line_and_Rescue_Mode for details === Kradouille is now known as Aristide [18:28] nimbiotics: try disabling your addons to see if one off them is causing a problem. firefox --help in terminal for options. #firefox channel on freenode too [18:29] squinty, I am not able to access terminal or tty mode, basically the login screen comes up, and after I enter my password everything freezes, let me try shift a few more times [18:29] squinty: thanks [18:30] squinty: I don't see one [18:30] cfhowlett: alright. I think the DVD is bad since it does not work in the installation part, I'll just get a new one [18:30] ricky_ub, STOP! [18:30] verifying will take alot of time I don't have atm [18:30] kk [18:31] ricky_ub: if burning a new dvd, burn at a low value (ie 4X) high burn values is a common source of burn errors [18:31] cfhowlett: okay stopped whats up:P [18:31] ricky_ub, you have to read the links we send. those hash sums WILL be different. that's why I sent you https://help.ubuntu.com/community/HowToMD5SUM#Check_the_CD [18:31] okay [18:31] Hello everyone from darkneo [18:31] is their an HCL somewhere that has a list of hotspot devices that are compatible with linux? [18:31] cfhowlett: I did, I can't figure out what it all means I mean ls "-l ubuntu-8.10-desktop-i386.iso -rw-r--r-- 1 jsmith jsmith 732766208 2008-10-28 23:24 ubuntu-8.10-desktop-i386.iso" [18:32] ricky_ub, use the current information not those placeholders [18:32] I don't get how to make my version of that like where to input my information etc [18:33] ricky_ub, ls -l is the command. the iso is YOUR iso [18:34] cfhowlett: I'm getting command not found [18:35] squinty, so yeah shift doesnt seem to bring the menu up and I can't seem to access terminal or tty in any way to change grub settings [18:35] when I type in 1s -1 ubun.iso , cfhowlett [18:35] I am screwed? [18:35] ricky_ub, drag and drop the ubun.iso [18:36] squinty, I think this has to do with my nvidia graphics card and it's driver, which I manually installed since there was no package for it. Should I take out the graphics card and try the onboard graphics? [18:37] cfhowlett: I'm getting the same thing cammond not found [18:37] ricky_ub, paste [18:38] jetro: https://help.ubuntu.com/community/Grub2/Troubleshooting see "Normal" heading information. might be able to access grub via pressing Esc [18:38] A normal 'apt-get dist-upgrade' seemed to have broken my X setup (I ony get a black screen with a mouse cursor instead of the login screen) for me yesterday, or so. Is this a known problem? I'm on 14.10. [18:38] squinty, actually the only dvi port I see is on my graphics card [18:38] http://fpaste.org/159644/85823171/, cfhowlett [18:38] cfhowlett: ricky_151 is me on my desktop with ubuntu [18:39] ricky_ub, letters only: no numbers; ls+one space+l [18:40] jetro: you could also try reinstalling grub via the livedvd (via chroot) the information should also be on that last page I posted [18:40] hello everyone [18:41] Hi [18:41] there are many thing that do not work out fine here for me [18:41] hi! [18:42] probleme with firefow crashing [18:42] dash_: nvidia graphics? seems to be common the last couple of days. tried rebooting and selecting a previous kernel from the grub boot menu? worth a try... [18:42] Hi, I have a weird error trying to reinstall nginx (or atleast I dont understand it :p). When I purge and reinstall using apt-get. it only installs the empty folders and none of the files in /etc/nginx/. I think it probably has something to do with me running "rm -rf /etc/nginx" while the service was still installed (oops). Is there a way to fix this? How did I manage to do this? Thanks [18:42] squinty, are you talking to me ?? [18:42] guys does anyone know how to properly confiugre postfix and dovecot [18:42] ? [18:43] squinty, thanks I'll try the live cd [18:43] firefox is already running but is not responding..... [18:43] first close the existing firefox process [18:44] grrr ... [18:44] christophe_: you need to kill it from terminal [18:44] christophe_, pkill firefox [18:44] anyone know about firefox issues ? [18:44] that happens to my wife all the time on her system [18:44] no clue why [18:44] report a bug with firefox [18:44] cfhowlett. http://fpaste.org/159645/85826601/ [18:44] chrislol: no but try running firefox without any addons. see if the stability improves. also try starting firefox in terminal to see if error messages are displayed. firefox --help for options. might also want to check in the #firefox channel here on freenode [18:44] with firefox moving to yahoo - I'm moving explicitly to Chromium [18:45] ricky_151, good. refer to the wiki link [18:45] jmadero: you can change the default search enging [18:45] engine [18:45] I know - I just think it's the third mistake in a row that Mozilla has made [18:45] Chromium works fine [18:45] kostkon, so "sudo pkill firefox"?? [18:45] jmadero: chromium/chrome have their own issues too. :P [18:46] indeed ;) [18:46] christophe_, no, just pkill firefox [18:46] just not quite so terrible from a PR standpoint haha [18:46] ok [18:46] squinty: Nvidia allright, so that could be it. I'll look into that. Thanks! === viv`d is now known as vivid [18:47] cfhowlett: okay, http://fpaste.org/159646/82862141/ look ok? [18:47] I think it is taking a while to load like it said it would [18:48] ricky_151, command correct. wait for the feedback [18:49] Q. Can you tell me what this does ??! sudo apt-get upgrade anjuta anjuta-extras [18:49] squinty, how to run firefox from terminal ?? [18:49] christophe_: firefox [18:49] christophe_: in terminal just put "firefox" [18:49] no quotes [18:49] fire [18:50] * darkblue_b tab completion makes the terminal useable to me [18:50] darkblue_b, that upgrades to most current package available in repos [18:50] cfhowlett: upgrades *what* ? [18:50] only anjuta ? [18:51] darkblue_b, the listed package; anjuta and anjuta-extras [18:51] ok [18:51] darkblue_b: try sudo apt-get -s (to simulate the upgrade) see what happens [18:51] things that do not seem related are being upgraded, and I got a sick feeling it was trying to do more [18:51] .. but ok [18:51] darkblue_b: if it looks ok then do a real update [18:52] nvm my question (about nginx conf).. found the solution [18:52] darkblue_b: You're doing it wrong [18:52] darkblue_b, actually apt-get -s NO SUDO will do [18:52] theadmin: how do I do it ? [18:52] darkblue_b: To upgrade a partciular app, use "sudo apt-get install", not "upgrade" [18:52] .... [18:52] darkblue_b: "upgrade" upgrades everything I think [18:52] thats what I am worried about, ad that is what the other droogs said [18:52] Can't hurt to be up-to-date [18:52] ..was not happening [18:53] guys we have contradictory info here [18:53] darkblue_b: "upgrade is used to install the newest versions of all packages currently installed on the system from the sources enumerated in [18:53] /etc/apt/sources.list." -- apt-get manual. [18:53] darkblue_b: simulate first... then *you* know what is happening :P [18:53] all packages. [18:54] cfhowlett: you are WRONG then [18:54] I would like to know what that line does, please [18:54] darkblue_b, my bad. sorry for the intel. I had hoped to complete 2014 with zero errors ... [18:54] darkbasic_: or forget the commandline and use synaptic package manager [18:54] taking a break........... [18:55] people are human of course, but a direct answer to a direct question.. [18:55] so if I say sudo apt-get upgrade wtf one two three [18:55] darkblue_b: To install the latest version of particular packages, use "sudo apt-get install package1 package2 package3" etc [18:56] I am upgrading my whole OS ? [18:56] my cd card is giving problems and i am unable to create a partition table [18:56] darkblue_b: Basically, yeah [18:56] theadmin: that is my question [18:56] darkblue_b: you are updating packages to the atest version for your specific release. [18:56] *sd card [18:56] bekks: the *whole systems* packages ??!? [18:56] darkblue_b: Yes. [18:57] ZAKhan, This a uefi computer, and how are you doing this? [18:57] squinty, I am on the live cd, which part of the instructions am I following (forgive me, I am new to all ths) [18:57] darkblue_b: What's wrong with upgrading everything? It's a good thing to do every once in a while. [18:57] darkblue_b: If you are just updating specific packages, the answer is no, obviously. [18:57] bekks: nothing at all about this is obvious === josh is now known as Guest8081 [18:58] darkblue_b: If you have lets say, three packages: A, B and C, and you are updating A only - then you are not updating all packages. Do you agree? [18:58] theadmin: "whats wrong with this" is not the same question as "does command line A do this" [18:58] darkblue_b, can you clarify your end goal? [18:58] squnity, I am following this: http://howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd [18:58] darkblue_b: I know, you just seem kinda scared, I was wondering if you were afraid that upgrading everything would break something. [18:59] I am not afraid actually [18:59] squinty, I am following this: http://howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd [18:59] darkblue_b: Anyway, digging in the manual, it seems that "upgrade" completely ignores extra arguments, so it will upgrade anything regardless of whether or not you supply package names. "install", on the other hand, will eat the package names appropriately. [19:00] theadmin: that is what I am asking, exactly.. [19:00] darkblue_b: Okay, please state an exact question then, sorry, I missed it [19:00] ok now I know.. I appreciate the tips [19:00] thx [19:00] Ah alright. [19:00] theadmin, eh, I thought *dist-upgrade* was the global upgrade command. upgrade can be target package specific no? [19:01] possibly dumb question, but trying to connect with a pl serial-usb converter to a device via ubuntu with screen /dev/ttyUSB0 9600 and it just terminates. Looks like the driver is loaded from lsmod | grep pl though. [19:01] cfhowlett: No. The difference between dist-upgrade and upgrade is that the first one also pulls in new dependencies. [19:01] Any ideas? [19:01] theadmin, OK [19:01] clever use of current repos in /etc/apt/sources* can control the behaviour I suspect [19:02] cfhowlett: And the second one will hold back packages that have new dependencies, instead. So for example, a kernel upgrade will need you to use "dist-upgrade" and not just "upgrade". === liquid is now known as VoidMainFunction [19:02] darkblue_b: If there's a particular package you don't want to upgrade, you can tell APT to ignore it, like this: echo "hold" | sudo dpkg --set-selections [19:03] theadmin, THERE'S the crucial difference! Thank you for a comprehensible explanation! [19:03] theadmin: yeah I have seen that done.. I am not that dialed in atm but I have heard of it === Ladon_ is now known as Ladon === SheepShagger is now known as Maser [19:06] Guys can anyone help me with postfix and dovecot config? [19:07] exoyds_: Do you have a specific question? [19:08] cfhowlett: APT's weird, takes forever to figure those things out. [19:08] Well a specific problem [19:08] i get the mysql:/etc/postfix/mysql-virtual-alias-maps.cf lookup error for "root@mydomain.com" === saschpe is now known as zz_saschpe [19:09] -- message not accepted, try again [19:10] exoyds_: "the lookup error"? Which lookup error in detail? [19:11] I have chrooted into my hard drive from a live cd, can I back up my files by copying them to my dropbox folder? [19:11] there's no more info in the logs sadly :( [19:11] that's all i get [19:12] or will trying to move around files while I am chrooted into the hard drive cause data loss? [19:12] jetro: If you just want to back up files, it's not necessary to chroot [19:12] jetro: Just open the file manager and find your HD there [19:12] jetro: you cannot backup an entire system to dropbox, but just your personal data files. [19:13] bekks: I just want to save my important files, can I simply copy the files to my dropbox directory or an external usb, or would that mess up the hard drive? [19:14] jetro: It will not even affect the harddrive. [19:14] bekks, thanks! === Mish_ is now known as Mish|couch [19:19] hey folks. Anyone who's using a trackpad... have you noticed the setting for "disable trackpad while typing" doesn't do anything? Is this a known issue? I'm assuming the trackpad drivers that get loaded for a macbook pro aren't open source... ? [19:20] DrAwesomeClaws I've also noticed that issue on my macbook [19:20] I don't have a solution, though :( [19:20] if there are some open drivers i'd be willing to maybe go in and take a look. Doesn't seem like it'd be the hardest thing to implement [19:20] but i don't really know much about driver development, so figured i'd ask. Thanks for the info Hexagon [19:21] hola [19:22] it's especially annoying because the trackpad is sensitive enough to register my palms hovering over it. So when typing it selects and clicks things randomly, haha [19:23] hi === jumi_ is now known as jumijc [19:24] !list [19:24] Trixie: 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 ». [19:27] hi, I'm trying to force a custom resolution on xorg due to a bad edid [19:27] but I get: [19:27] xrandr --newmode Modeline "1280x768_60.00" 80.14 1280 1344 1480 1680 768 769 772 795 -HSync +VSync xrandr: unrecognized option '-HSync' [19:27] then when I leave the flags out: [19:27] xrandr --newmode Modeline "1280x768_60.00" 80.14 1280 1344 1480 1680 768 769 772 795 X Error of failed request: BadName (named color or font does not exist) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 16 (RRCreateMode) Serial number of failed request: 29 Current serial number in output stream: 29 [19:28] xrandr output: http://paste.ubuntu.com/9519160/ === arcsky_ is now known as arcsky [19:35] christophe_: I'm back [19:39] hey [19:40] I have downloaded ubuntu onto a disk, verified cd & the image file both have valid hashes [19:40] yet when I try to install ubuntu onto my computer it gives me an error [19:40] ricky_151: did you disable secure boot? [19:40] EriC^^: no, what is that ? [19:41] it should be in the bios if you have it [19:41] ubuntu should be on the list of safe os's but it's worth a shot [19:41] EriC^^: okay, I don't think it is there because I installed ubuntu in the past on the same computer without any problems before [19:41] ok [19:46] how to install chromonium? [19:46] sudo apt-get install chromium-browser [19:46] hello, hp laptop - ubuntu 14.04 - for some reason my ubuntu changes my keyboard from azerty into qwerty sometimes on starting up pcm sometimes during use [19:46] chromonium and google chrome are the same ?....??? [19:46] what do you think about that ? [19:46] christophe_: google chrome is based on chromium [19:47] christophe_, yea basically [19:47] just like iceweasel and firefox [19:47] xangua, k [19:47] which is better ? then ... [19:47] is there a way to change ubuntu's 'organge' color scheme? [19:48] orange* [19:48] xangua, bynarie chromonium versus chrome [19:48] bynarie, ?, [19:48] christophe_: http://www.howtogeek.com/202825/what%E2%80%99s-the-difference-between-chromium-and-chrome/ [19:48] JavaJosh: gnome-look.org [19:48] xangua: thanks, checking it out [19:49] hello some body [19:49] newbi here [19:49] christophe_, chrome [19:49] more features [19:50] hello, hp laptop - ubuntu 14.04 - for some reason my ubuntu changes my keyboard from azerty into qwerty sometimes on starting up pcm sometimes during use === Bnaya_ is now known as Bnaya [19:51] firefox crashes [19:52] and firefox usually says there are already a firfox process in the back ground ?? [19:52] how annoying === Jake0720 is now known as Apate [19:55] Hello [19:55] sory === swordsmanz is now known as swordsasleep [19:55] hello [19:55] hello, hp laptop - ubuntu 14.04 - for some reason my ubuntu changes my keyboard from azerty into qwerty sometimes on starting up pcm sometimes during use === swordsasleep is now known as hugbot === hugbot is now known as swordsmanz === swordsmanz is now known as hugbot [19:58] i really could use some help - rather urgently - i need to start writing my thesis and with a messed up keyboard it is hard [19:59] desperate_joe: As a thought, have you tried resetting your keyboard from the task bars's icon ? [20:00] or removing the keyboard layout you don't wish to use? [20:01] how to do that [20:02] desperate_joe: I do not run unity, so can not be explicit. But right click the emblem and see what the options are . [20:03] which emblem [20:04] your keyboard icon in the statusbar desperate_joe [20:04] i have found it, and the layout was correct [20:05] but i have deleted the excess one, and it suddenly now is ok! [20:05] desperate_joe: At the right of the top task bar (unity/14.04) is a keyboard emblem/icon. That can reset the keyboard to different configuration. [20:05] i think it is solved now - have to wait a reboot later on [20:06] thank you to help with this problem [20:06] desperate_joe: :) all is well that ends well . [20:06] is there any way to find keysm of of some external keys i have tried xkeyevent command but no gains [20:06] one more issue though - something completely different [20:07] krishnaghchaitan: Try terminal command -> xev <- . [20:07] !ask | desperate_joe [20:07] desperate_joe: 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 [20:08] yup tried...i have dell n5110 and i tried a method given in ubuntu forums! i even tried xev and i only there is luck with 1 key and the rest two appear to be unlucky [20:08] software updater: can not update because of "requires installation of untrusted packages" [20:09] Hello, is this the correct place to ask about mouse bindings? [20:09] desperate_joe: 3rd party software that you installed and did not get the signing key(s) for ? [20:09] i have no idea what you mean by that [20:09] i'm kind of a noob (if you haven't noticed by now) [20:10] you may find this useful http://keyserver.ubuntu.com/ [20:11] hi ! [20:11] desperate_joe: We were all new at one time, to be new is not a sin .. OK show the channel the error you are getting. -> sudo apt-get install pastebinit , sudo apt-get update | pastebinit , sudo apt-get upgrade | pastebinit . [20:12] i updated my 14.04 to 14.10 and now it hangs after showing the background image of the login manager and doesn't show any of it's controls [20:12] i still can go to console mode [20:12] maybe i should delete my fglrx-update ? [20:12] @krishnaghchaitan... i have no clue what that page you linked me supposes to mean? :o [20:13] @bashing - ok, will try to look on terminal - i actually only use software updater, not used of terminal [20:13] Anyone? I seem to be having weird things happening with binding the back button on the mouse to "xdotool key ctrl+alt+Down" [20:14] krishnaghchaitan: Thus external device with the keybinding isssue, is it external and how is it connectd ? .. USB ? What do the log files reflect ? [20:14] desperate_joe did you try to add any repo before getting this error?? [20:15] @krish? i have no idea [20:15] desperate_joe: We will get ya through the fright over the terminal. The terminal is your froend .. and is best to relay info . [20:16] friend* [20:16] after installing 14.04, i installed the software that i needed/wanted, using forum and step by step guides, but i have no idea about the actual names [20:16] how to pastebinit? [20:16] Bashing-om i have 3 keys and only 1 key i press shows some logs in system logs and the rest dont show any logs and the same buttons in windows are working fine thats the problem [20:17] desperate_joe: The results in the "apt-get" commands will indicate the what and whewre . we take it from there when we see those results . [20:17] okay desperate_joe give the link from where you tried to install softwares? [20:18] @krish that is already such a long time ago... i do not keep track of that, once installed and working i do not keep them logged [20:18] how to pastebinit? === sireedweeb is now known as sireebob [20:19] COMMAND | pastebinit [20:19] !pastebin | desperate_joe [20:19] desperate_joe: 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. [20:19] desperate_joe run "sudo apt-get update" and paste them as ubottu said [20:20] paste them means paste the output you got [20:21] http://paste.ubuntu.com/9519641/ [20:21] desperate_joe: Great ! look'n at your http://paste.ubuntu.com/9519641/ . [20:22] i'm doing the update as we speak [20:23] it's a wonder to my as how you can look at that amount of lines and find what's wrong! :o impressive! [20:23] still updating [20:24] desperate_joe: Let;s get rid of the duplicate entry, when the 'update' completes; show the channel -> cat -n /etc/apt/sources.list | pastebinit , tail -v -n +1 /etc/apt/sources.list.d/* | pastebinit <- . [20:25] it still is updating === varun_ is now known as Guest13193 [20:25] Does anyone have experience with binding keys? [20:25] desperate_joe: No hurry, we have lot's of time to do this right . [20:25] What NickServ-? [20:26] /ignore -channels #ubuntu * JOINS PARTS QUITS NICKS [20:26] You failed to identify in time for the nickname varun_ [20:26] * You are now known as Guest13193 @-NickServ-? [20:26] Guest13193: #freenode.net [20:28] Is there a program to show memory usage in detail? [20:28] ok... updatee is done, however, there are so many lines, the terminal is not allowing me to scroll back to the absolute beginning [20:31] http://paste.ubuntu.com/9519739/ [20:31] this is the partial update [20:32] j4s0nmchr1st0s: system monitor === foundcat is now known as lostcat [20:32] j4s0nmchr1st0s: or (h)top in cli [20:32] desperate_joe: Do terminal command -> sudo apt-get update | pastebinit <- this will redirect the output to a file @ /paste.ubuntu.com/ , You will not have to copy paste anything. Just pass the resulting URL back to us . [20:32] do i still do the upgrade now or go directly to that other one cat -n /etc/apt/sources.list? [20:36] desperate_joe: Small steps is all my little mond can cope with. So far there is " W: GPG error: https://download.01.org trusty InRelease: " We will get to that now. So yes, let's see what is in "sources.list And sources.list.d " as per my last . We fix and go on . [20:37] i tried your command (with the pastebin) but terminal says i have not installed it... do i need to install first? [20:37] desperate_joe: go to this website copy the key and paste it in a file and run this command "sudo apt-key add key1" where key1 is the name of the file where you have copied the public key and the website is http://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0xA902DDA375E52366 [20:38] desperate_joe i think you tried to install some intel packages and you weren't able to [20:39] wc [20:40] @krish: i tried to link to your page, but it says it does not exist, i am being redirected to a page from my provider [20:41] desperate_joe: I assure you the link is valid . copy and paste the link for best results . [20:43] ok now i got through, first it was a page from my provider saying that it didn't exist :s [20:44] desperate_joe: In my IRC client (irssi) I double click on the link ( that highlights and copies to clipboard ) and in the adress bar of my web browser a middle click of the mouse copies the link . === enko_ is now known as enkoDude [20:45] i use chatzilla and the links are highlighted when i click the link it automatically loads... [20:45] ok, hold on - i'm still a bit behind - http://paste.ubuntu.com/9519931/ === doge- is now known as doge [20:45] and what exactly do i copy from that page? title as well, or only the block with letters and numbers? [20:47] you are using apt-get on two terminals as one is using this program the others cant check if running any apt-get commands or updating apps [20:47] k1l_: Is there something with a better gui like color coded blocks used in disk defragment? [20:48] i have copied it into a textfile onto my desktop... would you be so kind as to write down how to write down the command so that the terminal can find it [20:48] what is the italin help channel? [20:48] !it | yaknow [20:48] yaknow: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [20:48] thanks [20:48] j4s0nmchr1st0s: cli or gui? [20:48] desperate_joe: ^^, I assure you the command " sudo apt-get update | pastebinit " is valid for your reassurance see mine : http://paste.ubuntu.com/9519957/ . [20:49] k1l_: it doesn't have to be built on X deps to make a GUI [20:49] @bash: did you look at my pastebin? i don't know why, but it didn't do anything [20:49] is there a kernel fixer? [20:50] I want to see a map of what is reserved space and what is used and which chips it is located on etc. [20:50] i even copied the command for you to verify if i entered it correctly [20:50] desperate_joe: Yes I looked at your link, and krishnaghchaitan ^^ did explain the cirumstances . [20:50] Hello, I recently had a triple boot on my Laptop. Ubuntu, Mint and Windows 7. I recently removed the Mint partition (while I used the grub from mint). What would be the best way to recover to Ubuntu grub with mint removed now [20:51] desperate_joe first cd into your desktop directory and afterwards fire this command "sudo apt-key add key1" where key1 is the name of the file on your desktop [20:51] hey guys, somebody could help me? im trying to make bootable windows on usb via Ubuntu, how can I do it? [20:51] johncarper use ubuntu live usb [20:52] i am sorry to test your patience ... how to cd into desktop? or shoud i place the file in an easier directory? [20:52] krishnaghchaitan: ok, thank you [20:52] desperate_joe: type cd Desktop [20:53] bash: cd: desktop: No such file or directory [20:53] that's what i get in the terminal [20:53] if i want ubuntu server to use a localntpd [20:53] desperate_joe no please its my pleasure and do it as guntbert said [20:53] anyone please? somebody could help me? im trying to make bootable windows on usb via Ubuntu, how can I do it? [20:53] please, help me. I updated 14.04 to 14.10 and after i enter my password the interface just doesn't show up ! === jeremy_ is now known as Jerm [20:54] HP-Pavilion-dv6-Notebook-PC:~$ cd desktop [20:54] bash: cd: desktop: No such file or directory === Jerm is now known as Isa4031 [20:54] desperate_joe: linux is case sensitive - so desktop is not the same as Desktop [20:54] ah, ok [20:54] desparate_joe its Desktop not desktop [20:54] if i want ubuntu server to use a local ntpd , do i install on that server another ntpd and insert a server entry with the appropriate address in the /etc/ntp.conf or do i use ntupdate in crontab? [20:54] Hello - I wanted to know what to do to get my quicktime videos on full screen [20:54] the videos are clear but will not allow full screen [20:55] local == in the same network as me [20:55] local == in the same network as my server [20:55] no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory [20:55] OK [20:55] that's the terminal message [20:55] do "sudo apt-get update" now [20:56] it's running [20:59] I'm getting the following on boot, how can this avoided? [20:59] http://dpaste.com/06QMWMN [21:00] still running .... but it seems taking longer now - is that a good or a bad sign? :o [21:00] its a good sign [21:02] what should i do ? [21:02] Is anyone familiar with the monitors.xml file? [21:02] I have had trouble getting my computer to remember which monitor is the primary, I checked the monitors.xml, and to my surprise there are 2 configuration tags [21:03] i'm certain there should only be one === curiousx is now known as Chuck_Norris [21:03] jatt: did you see this? http://ubuntuforums.org/showthread.php?t=2218100 [21:05] Hello - I wanted to know what to do to get my quicktime videos on full screen [21:06] https://askubuntu.com/questions/561409/im-having-trouble-installing-ubuntu [21:06] Can someone help me out, please [21:06] lionrouge: might want to try booting a previous kernel from the Grub boot menu... see if that gets you into your regular desktop. [21:06] while it is till running, i have a general question: does anyone have experience with running Netflix in Ubuntu 14.04? [21:07] *still [21:08] desperate_joe: you can officially get netflix to work, you just need a system up to date and Google Chrome, not chromium browser [21:09] squinty: thanks for your advice, but all previous kernels were deleted while update [21:10] i may have read something about a glitch in the system and that it was possible to get netflix for free using ubuntu: is that true or just an urban legend, or is what i am talking about illegal, and can not be discussed here therefor? [21:10] Is there anything special I need to do to install 14.04.1 LTS in a dual boot with windows 7? [21:10] lionrouge: did you delete them? if no, then afaik they should still be there [21:11] squinty: i was asked if i want to delete some packages and old kernels among them I accepted. [21:11] bashing? still there? [21:12] lionrouge: yes, but one should still be kept [21:12] malgorath: https://help.ubuntu.com/community/UEFI for a start to see if anything is applicable to your situation [21:13] lionrouge: might want to check anyways. seems funny that all older would get deleted. [21:13] @bash: still some problems [21:14] hey I'm having problems installing Ubuntu [21:14] desperate_joe: the legality issues would be OT here for sure [21:14] can someone help me please === soee_ is now known as soee [21:14] Ricky_ubun: just state your problem and if someone can help they will reply [21:16] !ask | Ricky_ubun_ [21:16] Ricky_ubun_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [21:16] Chuck_Norris: https://askubuntu.com/questions/561409/im-having-trouble-installing-ubuntu [21:18] http://paste.ubuntu.com/9520261/ [21:18] @bash... have a look at this after i updated again, like you advised [21:18] Ricky_ubun_: not everyone will click on links in here. if you state your issue with informations more people can try to help [21:19] Ricky_ubun_: Most people want to have to do as little as possible to figure out your problem, asking them to do things like look at links or guess at your issue before you even state the problem is just asking for more problems. [21:19] Ricky_ubun_: I don't see any error in the link you posted. Explain in detail [21:19] I'm trying to install Ubuntu. The disk loads up fine , I click install go through 3-4 steps it asks me if I want to install Ubuntu alongside my windows I say yes. Then an error come which looks like: http://i.imgsafe.org/4199a37.jpg I've checked my ios image hash, and my cd hash both are fine. Also tried loading the image onto another CD it is giving me the exact same problem. Next steps? This is the latest version with LTS. [21:20] pers3us: well nothing gets downloaded that message just pops up and the disk ejects then the system reboots [21:20] desperate_joe: first you have a precise repo included with the normal trusty repo's (not a good idea) [21:21] Well I don't know why it happened, but for what ever reason updating the kernel killed X. Seems something happened to fglrx module for the catalyst. I finally got it back. So if anyone has the same issues, this is how I got it back. [21:21] squinty, I was able to fix grub, but when I go to a previous version of the kernel (I went to 'Advanced Options for Ubuntu' and selected 3.13.0-40) I still get the same issue unfortunately, any ideas? [21:21] I forced installed the catalyst driver over top [21:21] then I did atp-get -f install [21:21] @squinty... have no idea what you mean by that [21:21] Ricky_ubun_: you need to expand on "nothing gets downloaded..." do you mean installed? [21:21] and it seemed to fix it [21:22] squinty: yes that message pops up the disk ejects and the system reboots [21:22] Ricky_ubun_: Which cd/mode of installation did you choose? The image is after something has already happened. [21:22] Ricky_ubun_: reboots to what? [21:23] Hello, I just logged into my Ubuntu 12.10 install (old I know) and all of the passwords saved under "passwords and keys" are gone... just disappeared. Any idea how to get them back? Thanks [21:23] squinty: Looks like something went wrong in boot up for Ricky_ubun_ .. what do you think? [21:23] squinty: to the normal process of starting up..the whole system restarts and windows opens back up [21:24] pers3us: I choose to download it alongside windows [21:25] desperate_joe: are you in the desktop where you are having problems? if so start Software and Updates > Other Software > and disable both google and steampowered entries. if two list you can also delete one of each. you should really delete the precise entery imho too [21:26] Ricky_ubun_: You put ubuntu CD while running windows, and you chose to install alongside windows? [21:27] @squinty: ok i see a steam and a same line but saying source code, which one should i click? [21:27] pers3us: sorry, no, I restarted my computer booted up the trial pressed install went through the steps (install updates, 3rd party software and all that) then I clicked install alongside windows and continue then that black screen showed up [21:27] Ricky_ubun_: https://help.ubuntu.com/community/Grub2/Troubleshooting see if boot-repair solves the problem. if you install went ok (which afaict it did) then maybe the grub got overlooked or misinstalled [21:28] desperate_joe: unless you are doing programming/compiling your own you don't need the source code [21:28] and actually looking at that list, i see i have duplicates [21:28] squinty: Won't it say there is an error while installing, if there is one? [21:29] desperate_joe: personally i would delete or disable them both [21:29] squinty: I mean grub? [21:29] pers3us: not necessarily. ie /dev/sda verses /dev/sda1 both are valid but the second may cause problems [21:31] if i per your advice disable such a line, what does that mean? the program does not work anymore, or is it more on the updating side of things that i am looking at? [21:31] Ricky_ubun_: btw, including the 3rd party/updates when installing seems to make some problems for installers. recommended is not to include them but update etc after the main installation has finished [21:31] call of duty [21:32] Lenovo, is it good for Ubuntu ? [21:32] okay squinty [21:32] for some reason my tray is now jammed to [21:32] -_- [21:32] desperate_joe: all it does is stop those urls being included when you run sudo apt-get update (which downloads a listing of all the files that can be installed or updated) [21:33] hey guys, I updated ubuntu 14.04 and now after logging in everything just freezes, I tried loading a previous kernel same thing, any one experience this problem with a recent 14.04 upgrade? [21:33] so you suggested deleting the steam ones, and what is your opinion about the ones i have in double? delete just one of them, or even the double ones have a function? [21:33] I think it might have to do with my nvidia graphics driver since graphics became low quality at the login screen after the update [21:34] desperate_joe: if you delete/disable those entries and then in terminal run sudo apt-get update the output should not include those references any longer. [21:34] ok, that i understood, so there is no harm in disabling all the ones i have i double? [21:34] *in [21:35] maybe daftykins knows more ? [21:35] desperate_joe: as mentioned before if not programming or compiling programs yourself, then the "source" repo's are needed. I will have to scroll back to see your link again... [21:36] what do i know? [21:37] daftykins: we said before that HP was bad computer for Ubuntu and Macbook was experimental [21:38] daftykins I would know if Lenovo is good [21:38] desperate_joe: hmmm... you seem to have both amd64 and i386 both (not sure if that is normal for google chrome or not) maybe someone else knows [21:38] streulma: pick a model and look it up online. i think the main mistake is trying to get something 'too new' - or if you really love Linux, why not try one of the brands that sell Linux compatible systems direct? [21:39] squinty> desperate_joe: hmmm... you seem to have both amd64 and i386 both (not sure if that is normal for google chrome or not) maybe someone else knows [21:39] exit [21:39] squinty: desperate_joe I run google-chrome on a 64 bit AMD board . What file would you, squinty, like to see ? [21:41] Bashing-om: he has both i386 and amd64 listed in his sources list (output in one of his pastes) doesn't seem normal or is that normal for google chrome [21:41] i am in the software&updates\ other software, but i am not seeing any 386 nor amd64 listed in this list [21:43] desperate_joe: what I was refering to is your paste showing the output of sudo apt-get update [21:43] squinty: Beats me as of this time .. This " deb http://dl.google.com/linux/chrome/deb/ stable main " is all that is required for a source . [21:43] ah, ok [21:43] should i run it again? [21:44] Bashing-om: forgot I had chrome installed and yes same here in mine. thanks :) [21:45] desperate_joe: are you using 64bit (amd64) or 32 bit (i386) ubuntu installation? disable the version you don't have installed. [21:45] squinty: hey, I just tried to install again w/o 3rd party stuff, same issue [21:45] squinty: should I try 32 bit? [21:46] 64 [21:46] and how to disable? [21:47] hey guys, i tried to setup a raid5 array of 5 disks, now all the disks are present in the "disks" gui but it says the raid is degraded, one disk is missing [21:47] I have a folder /media/root that I never noticed before. Does anyone know if this is normal? When I click it i get "permission denied". [21:47] desperate_joe: Remove all our doubts and post back the result of terminal command -> uname -a <- which will show the kernel you are booting . [21:49] the array should also be encrypted, but i cant unlock it [21:49] HP-Pavilion-dv6-Notebook-PC:~/Desktop$ uname -a [21:49] Linux HP-Pavilion-dv6-Notebook-PC 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [21:49] squinty: I think you were grub might be broken [21:49] desperate_joe: Yepper, that is 64 bits, no doubt . squinty . [21:50] ricky_ubunnn: might want to try boot repair then [21:50] Can anyone help me with something [21:50] Can anyone help me with something [21:50] !ask | andrew_ [21:50] andrew_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [21:50] !ask | andrew_ [21:51] you need cash? [21:51] clothing? [21:51] k thx [21:51] Seems more like an impatient 9 year old ... maybe he needs help with his letter to santa [21:52] santa already knows what you want [21:52] LOL [21:52] why do I think that made santa sound naughty [21:52] !ot [21:52] #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! [21:53] im trying to open an xbox file and it says permission denied any idas ? [21:53] andrew_: thats OT here [21:54] malgorath, what is OT? [21:55] Off-Topic, aka not allowed here. === ubuntu is now known as Guest57408 [21:55] k [21:56] desperate_joe: did a bit more checking and it would appear that apt-get does indeed check both i386 and amd64 repo's for google chrome.... so you should be good to go on that matter. [21:57] ok, so i unmark all my doubles and the steam ones then? [21:58] squinty: I get invaid option --y when i do sudo apt-get install -y boot-repair && (boot-repair &) [21:58] desperate_joe: see my output http://paste.ubuntu.com/9520670/ both are included [21:59] desperate_joe: only need to do the steam ones. check to see if there is a trusty repo for it [22:02] squinty: repairedit, hopefully it works now !! [22:03] ricky_ubunnn: ok good luck :) [22:03] I tried to open an xbox file and it says permission denied any ideas ? [22:03] http://repo.steampowered.com/steam/ , http://repo.steampowered.com/steam/ (twice the same, and binary) and then http://repo.steampowered.com/steam/ (source) only steam i have [22:04] so, unmark all three? [22:04] !ot | andrew_ [22:04] andrew_: #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! [22:04] SUPEREDDY HAS ARRIVED! [22:04] sorry to ask so many times to confirm, it's because i'm not that secure and can't afford a non working pc the next comming weeks [22:05] SuperEddy: Stop spamming please. [22:05] !ops | ban me! [22:05] Hello, I just logged into my Ubuntu 12.10 install (old I know) and all of the passwords saved under "passwords and keys" are gone... just disappeared. Any idea how to get them back? Thanks [22:05] desperate_joe: only if you don't want steam anymore i suppose [22:05] I tried to open an file and it says permission denied any ideas ? === Joshua^Dunamis_R is now known as J^D_is_coming_so [22:06] andrew_: pastebin the output of "ls -l /path/to/file; file /path/to/file" [22:06] andrew_, go away [22:06] desperate_joe: (source) means to download the source files for either programming studies or compiling oneself etc etc... you don't really need that if you are not involved in that area. you should disable any reference to steam though until you have check to see if the is a trusty repository (you are using a precise repository right now) [22:06] pmp6nl: 12.10 is long since unsupported in this channel [22:06] Ben64, thx [22:07] Ben64, ok, but I can't upgrade until I find the passwords. Where are they saved? [22:07] andrew_, so please go away and upgrade your ubuntu version to a supported one and dont fucking come back until you do [22:07] !ops [22:07] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [22:07] yay! [22:07] ok, there goes the steam entries [22:07] SuperEddy: you're the AT&T of people [22:08] thank you all for your endless patience [22:08] Ben64, your going to hell unless you repent === andrew_ is now known as halofan [22:08] nooooooooooooooooooooooooooooooo waaaaaaaaaaaaaaaaaaaaaaaaaaaaa [22:09] desperate_joe: Now, does " sudo apt-get update " run clean ? [22:09] * squinty muses "guess everyone has to have a hobby no matter how infantile it is" [22:10] first line: no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory" [22:10] pmp6nl: you just need to back up your data that you don't have stored in a cloud and reinstall [22:11] desperate_joe: might be good to pastebin the command and output on that error [22:11] malgorath, planning on doing that once I can figure out where key files are saved so I can make sure I have a backup of them before upgrading. seems odd they randomly disappeared [22:12] and still ign at many lines instead of hit and also: http://paste.ubuntu.com/9520825/ [22:12] desperate_joe: Humm .. We best look and see what the source(s) are . 1) cat -n /etc/apt/sources.list | pastebinit . Then we look at 2) . [22:12] pmp6nl: easiest way is just tar your entire /home/username/ file up and put it on a usb or a dvd if you can [22:13] http://paste.ubuntu.com/9520841/ === james is now known as Guest22766 [22:13] and that's the complete list [22:14] malgorath, I have many backups, just trying to find server keys so I dont run into any problems after a fresh install [22:14] http://paste.ubuntu.com/9520842/ and this is your command [22:14] desperate_joe: or see if you have duplicate chrome entries in /etc/apt/sources.list.d/google-chrome.list and /etc/apt/sources.list use your file manager to open them === andrew__ is now known as someone117 [22:16] desperate_joe: uname -m [22:16] i didn't see any doubles, but the same name ***.list and then ***.list.save === Electron is now known as Guest99947 [22:17] uname -m gives x86_64 [22:17] can anyone help open a locked file it says that permission denied [22:18] desperate_joe: sudo rm -f /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_Packages && sudo apt-get update [22:18] someone117: Which file exactly? [22:18] desperate_joe: you need to click on the file names (which are in different directories) so that their contents are displayed in your text editor. [22:18] the file is data0001 [22:19] someone117: And whats the full path to it? [22:19] someone117: Wnad what do you want to do with it? [22:19] ok @squinty ... and also what do i have to do: @chuck or @squinty or both? [22:20] wont let me paste it ? [22:20] i want to edit it [22:20] someone117: And whats the full path to it? [22:21] desperate_joe: not sure why he posted that. might want to ask him. personally I would check for *duplicate* entries (as stated in error message) [22:21] the path way is '/media/andrew/42A1-23CE/Xbox360' [22:21] 6742 [22:21] according to the program meld dif viewer: all files are duplicates (or at least the names) - don't know about content [22:21] someone117: How do you try to access it? [22:22] all the files in one directory i have also in the other, and none other [22:22] hi [22:22] i looking for vps cpanel alternative [22:22] right click and open with text editor [22:22] @chuck: gratefull for the tips, but can you tell me what it does... ? [22:23] someone: pastebin the output of "ls -l /path/to/file; file /path/to/file" [22:23] someone117: ^ [22:23] someone117: And what exactly do you want to do with it? [22:24] forgot to say for whom: @squit: according to the program meld dif viewer: all files are duplicates (or at least the names) - don't know about content === qwerty is now known as Guest67819 [22:24] Hi all. I am using a live CD: What is the best way to cp my /home/USER to an external HD located at /media/HARDDRIVE? [22:24] hey gents, i was a dumb dumb and didn't look at the defaults. i tried to open up the firewall for something i was testing/toying with but if anyone knows the defaults, that'd be super.. [22:24] desperate_joe: the command chuck showed you deletes the cached apt-get update page. Probably where your issue is [22:24] desperate_joe: from a quick google it would appear that "no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory" is not related directly to apt-get (could be a Samba buglet or...) === J^D_is_coming_so is now known as Joshua^Dunamis_R === Joshua^Dunamis_R is now known as Joshua^Dunamis [22:25] rkeeling@rsk-udt01:/srv/files/ftp$ sudo iptables -X [22:25] rkeeling@rsk-udt01:/srv/files/ftp$ sudo iptables -t nat -F [22:25] rkeeling@rsk-udt01:/srv/files/ftp$ sudo iptables -t nat -X [22:25] rkeeling@rsk-udt01:/srv/files/ftp$ sudo iptables -t mangle -F [22:25] rkeeling@rsk-udt01:/srv/files/ftp$ sudo iptables -t mangle -X [22:25] rkeeling@rsk-udt01:/srv/files/ftp$ sudo iptables -p INPUT ACCEPT [22:25] acmeraptor you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted [22:25] s/page/contents/ [22:26] @nully/chuck/squit: so deleting that chached apt-get will hopefully resolve? is it possible to cause greater problems? [22:26] Guest67819: How bout the file manager ? Open two windows and drag and drop files between them ? [22:26] desperate_joe: are you doing "sudo apt-get update" after messing around with sources? [22:26] Guest67819: cp -rp /home/USER/ /media/HARDDRIVE/backup_folder/ [22:27] Bashing-om, I tried that, it said some pictures weren't allowed to be moveed. [22:27] can i type now mr. roBOTo? [22:27] @ben64 i have no idea if i was "messing around" with sources [22:27] Chuck_Norris, it told me /media/HARDDRIVE wasn't a directory [22:27] Ben64, how do i pastebin [22:27] desperate_joe: thats all you've been doing and wanting to do since you joined the channel [22:27] !pastebin | someone117 [22:27] someone117: 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. [22:28] Guest67819: you gotta replace HARDDRIVE by your acual hardrive, and backup_folder by an existing folder inside that hard drive [22:29] actual*, Guest67819, paste: ls /media/ [22:29] Chuck_Norris, I did. The problem is it's actually /media/ TOSHIBA EXT/folder [22:29] desperate_joe: cat /etc/apt/sources.list | grep -i chrome see if that returns anything [22:29] Chuck_Norris, it's getting confused with the space in the name. [22:29] 19eb229a-cf7a-42ed-b11b-5adab1eea420 cdrom TOSHIBA EXT [22:29] ubuntu won't boot. here is my analysis of my dmesg and what i've tried to fix my broken package tool: http://ubuntuforums.org/showthread.php?t=2256774&p=13187409#post13187409 [22:30] thoughts anyone? [22:30] http://paste.ubuntu.com/9521008/ [22:30] Guest67819: mkdir /media/TOSHIBA\ EXT/chuck [22:30] what does the "\" part do? [22:31] someone117: And what exactly do you want to do with it? [22:31] scapes the space [22:31] test [22:31] bekks, i want to edit it [22:32] Chuck_Norris, could I do cp /home/USER /Media/TOSHIBA\ EXT/chuck [22:32] @squint: copy/pasted it, but it just did nothing... no text, no error, nothing [22:32] someone117: You said that before. What exactly do you want to edit in a 500MB sized file? [22:32] desperate_joe: cat /etc/apt/sources.list.d/google-chrome.list should only list deb http://dl.google.com/linux/chrome/deb/ stable main in it's output. [22:33] it listed absolutely nothing [22:33] bekks, I wanted to edit the 270 kb [22:33] HP-Pavilion-dv6-Notebook-PC:~$ cat /etc/apt/sources.list | grep -i chrome [22:33] HP-Pavilion-dv6-Notebook-PC:~$ [22:33] Guest67819: best way is with "r" and "p" flags that "r" will cp folders recurvibely and "p" will keep files permisions and metadata intact [22:33] someone117: Can you please tell us WHAT you want to edit in that file? [22:34] desperate_joe: grep -i chrome /etc/apt/sources.list :) === tekkbuzz is now known as Guest84456 [22:34] desperate_joe: yes ok but try the other command too [22:34] bekks: the way i posted works fine [22:35] desperate_joe: Check your spelling syntax, My output: cat /etc/apt/sources.list.d/*.list >> deb http://dl.google.com/linux/chrome/deb/ stable main . Yours should be similar ( duplicated ? ) [22:35] squinty: It works fine, but it is a redundant use of cat. [22:35] bekks, i want to paste other information in it [22:35] someone117: So you actually want to hack your Xbox game, dont you? [22:35] i did the grep -i now and same nothing [22:36] Chuck_Norris, sudo cp -rp /media/19eb229a-cf7a-42ed-b11b-5adab1eea420/home/matt /media/TOSHIBA\ EXT/chuck seems to be working! [22:36] desperate_joe: pastebin the output of /etc/apt/sources.list.d/google-chrome.list please [22:37] Chuck_Norris, well it looked like it was. Now it appears to be not copying anything. No erros from Terminal either [22:37] ok, i copy pasted the @bash one, and it gave me a list [22:38] bekks, no i want to modify it .. [22:38] Guest67819: sudo apt-get install gcp [22:38] @bekks,squint, bash: http://paste.ubuntu.com/9521057/ [22:38] someone117: This is not the right place for "modifying" xbox games. [22:39] bekks, can you point me in the direction? [22:39] squinty: hey man, I repaired grub that was not the issue ether [22:39] someone117: No, it is just illegal to do so. [22:40] someone117: as you are asking somene to help you break a software package which is illegal in many countries, I'd suggest you end talking about it right now. [22:40] squinty: so far I repaired gurb. checked the md5 for cd & image , tried installing w/o 3rd party stuff and tried it with another disc [22:40] ubuntu won't boot. here is my analysis of my dmesg and what i've tried to fix my broken package tool: http://ubuntuforums.org/showthread.php?t=2256774&p=13187409#post13187409 [22:40] Guest67819: Guest67819 put a slash at the end of chuck, so it will be: /media/TOSHIBA\ EXT/chuck/ [22:40] @bekks: if you are helping someone117 in cracking his Xbox, what about helping me hacking my bankaccount and putting on some money that i can afford an Xbox? ;) joking ;) [22:41] desperate_joe: Did you read what I wrote? Obviously you didnt. I am actively refusing to help him breaking his xbox game. So please stop those irrational accusations right now. [22:42] can someone help me please [22:42] bekks, oh i did not know [22:43] !ask | Ricky_mu [22:43] Ricky_mu: 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 [22:43] bekks, well can you help me install a program then [22:43] someone117: Which program? [22:43] bekks, horizon [22:43] someone117: Whats that? [22:44] @squint, bash: http://paste.ubuntu.com/9521057/ [22:45] bekks, i want to use it so i can post MC maps up [22:45] !patience | Angeles4four [22:45] Angeles4four, please see my private message [22:46] someone117: And what is it? [22:46] someone117: What are "MC maps"? And from where do you get that program? [22:47] bekks: its a program used to mod xbox stuff, MC is probably minecraft [22:47] sounds very OT to me === nha_ is now known as nha [22:50] malgorath, whats OT [22:50] someone117: offtopic. [22:51] hi I want to uninstall everything related to qt on my machine [22:51] desperate_joe: Wow, a lot of 3rd parry stuff ! .. I see a lot of duplications beside just google-chrome. All the sources I have checked are still valid in 14.04 - that is a good thing. Time to get familiar with a text editor and fix these sources. [22:51] someone117: its the same thing I told you 1 hour ago when you were in here under another name asking the same OT things === kyle____ is now known as kyle__ [22:52] so, @bash what do you suggest? [22:52] bekks, how is helping someone to installing a program OT [22:53] someone117: Read what malgorath just told you, please. [22:53] hi, is there an apache king to explain the conf-available vs sites-available? [22:53] mlc: what do you mean explain it [22:53] mlc: kind of self explanatory... one is for conf files... other is for sites [22:53] mlc: one are configuration varibles, one configures indibidual virtual hosts (sites) [22:53] desperate_joe: Prior to a editor ( rather in this instance) let's remove files . Let me have a bit more time to review what we are going to do . [22:54] bekks, i read it now what [22:54] someone117: Now I am resting your case. [22:55] k [22:55] hi, thanks, just understand the difference beetween these two ways of accessing to a ressource [22:55] mlc: one is for sites... the other is not sites. what are you trying to do? [22:57] Hi there, I'm trying to PXE boot ubuntu 12.04 image. I got it to work with CentOs but I am using Mellanox network cards and for Ubuntu, driver is not included in the initrd. Tried to add it but no luck so far and so , i can't get any network to proceed with the installation. Any initrd / kernel expert around here ? :) [22:58] you need to add it to the initrd to get it post the pxe boot [22:58] it's that simple [22:58] for example i'm using owncloud, i can access it by "owncloud.my-domain" with sites enabled of access by "my-domain/owncloud" with conf-enabled [22:58] mlc: ??? what are yo on about [22:58] sorry, not clear [22:59] mlc: what are you actually asking ? [22:59] not sure... ;-) [23:00] Yeah, I guess I need to find some Mellanox support then, Ubuntu loads my modules but doesn't recognise those cards as NICs [23:00] ValF: what part of the process does it fail at [23:00] that will tell you where the problem sits === Yukinotteru is now known as Yukitteru [23:01] thanks for trying to answer, i'll try to explain [23:02] It does not fail, that's my problem. I see my devices (lspci) but not as network cards.. If I install the OS completely, I can bring up those interfaces, but from the initrd with the same modules I can't.. [23:02] desperate_joe: I bet the "duplicates" I see are from backup files. I will peovide a different command to see what we are working with. [23:02] ValF: if it doesn't fail, what's the problem [23:02] ok [23:02] Can't bring up my interfaces from busybox in the installer [23:02] ValF: so it fails [23:03] ValF: what point i nthe process does it fail [23:03] nothing in syslog, it just fails to get network, which is normal because it only finds eth0 which isnt plugged to anything [23:03] ValF: at what point in the process does it fail [23:04] desperate_joe: I understand from the PM that you need to continue this at a later time. We can do that, I am on here - Lord willing - each evening . [23:05] i will try a later day this week to continue this conversation then ... thanks already for all the patience to all who helped out ;) [23:05] good night! [23:05] ValF: Did you try the Ubuntu server ISO? [23:07] Hi I want to uninstall Qt from my machine [23:07] tnkhanh: ok, what's the problem [23:07] how to get rid of Qt libs in /usr/lib/x86_64-linux-gnu [23:07] Server boots > gets dhcp for pxe boot > load initrd > load modules > installer tries to configure network > no interface available besides eth0 so it tries on that interface but dhclient fails to get an IP since it's not the right interface. At that stage, using CLI, I can see my modules loaded, I can see that my mellanox cards went up in the syslog, but "ip link" doesn't list my infiniband interfaces [23:07] tnkhanh: open the package manager, search for QT and click uninstall/remove [23:07] ikonia: thanks. I'll try === khisanth_ is now known as Khisanth [23:08] ValF: ok that sounds like it's the kernel, not initrd, as at that point the kernel should have booted [23:08] and bekks , yep I tried the server iso as it is the version I want to install anyway but I only tried 12.04, not trusty [23:08] ValF: So try 14.04 then. [23:10] bekks, will give it a go but unfortunately, I will have to get 12.04 working as my application runs on 12.04 only at the moment. That wouldn't be a bad thing to work on upgrading it to trusty instead. I will let you know how it went if you want ;) [23:13] hi everyone. having several problems since install; i've changed the login screen with ubuntu tweak but it doesnt actually change, my swap does not mount on startup, i have other drives set to mount at startup and they never automount despite being clicked on, etc, etc. I'm wondering if this is all due to encrypting my home folder or what i am doing wrong [23:14] tweak: how are you checking if your swap is mounted [23:14] ikonia: swapon -s [23:14] tweak: and what happens whan you maunally swap it on [23:15] ikonia: it seems to work once i do it manually [23:15] hi [23:15] tweak: is swap encypted [23:15] ikonia: it is, or at least it is supposed to be. [23:15] check [23:15] thats going to be a factor [23:16] ikonia: well it is called cryptswap1 once mounted [23:16] so it sounds to me from what you've said your not getting your disks decrypted at the right time before boot [23:17] ikonia: ahhh ok. it's not necessarily manditory that encryption be on, i just thought i would try it but if it causes all these issues, how would i remove encryption? [23:17] tweak: an argumentative topic - personally, I'd just re-install [23:18] ikonia: okay i probably will just do that then. does it sound like the encryption is the cause of my issues >_> [23:18] Hi there! What happens if I mount a disk to a working folder? [23:19] it mounts over the top of it [23:19] so anything in my old folder will be lost? [23:19] no [23:19] it will be hidden while the disk is mounted [23:20] ikonia: ok thanks :D [23:20] ikonia: so does it sound like encryption is the cause of all my issues? should fix if i just re-install? [23:20] (without encryption of course) [23:21] tweak: based on what you've said yes, but we've not really done any investigation, [23:21] if you don't need encryption, it adds an element of complexity for no reason [23:21] ikonia: wow you're right. I just freaked out! [23:22] ikonia: okay. this install is fairly vanilla anyway. i shall try a reinstall and see how that fares~ if not i'll pop back in later. thank you very much for your time & patience xD === hugbot is now known as swordsmanz [23:38] helllo [23:39] is there a program to run windows exe on linux xubuntu?. [23:39] !wine | eddy [23:39] eddy: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [23:39] thanks [23:42] ====Help request : Ubuntu 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O). TERM=linux .., if use "mcview" & "mc" - subshell is work (ctrl+o), please help [23:43] 2packs Wine Windows-programmalader end Microsoft Windows Compatibility Layer (meta-package) [23:43] choose? [23:49] eddy: u can use virtualbox which create a virtual machine on your computer [23:49] eddy: I think you need a windows installation disk tho [23:50] i like a lot the unity window manager, it is very similar to aqua mac os x [23:54] xpro256: have u tried gnome or kde? [23:54] I enjoy the i3 window manager, it is similar to nothing I had experienced before. [23:54] :D [23:55] tnkhanh: yes i've tried [23:55] i like gnome too [23:55] i have to see the i3 [23:56] kde4 i think it is a bit heavy, i liked more kde3 [23:59] Hi, I've got a wondering about unofficial/untrusted PPAs. So yeah, I know you should avoid them when possible and update manually from the software's official website instead. Problem is, then you aren't notified about new versions. My question is, is there some way to use an untrusted PPA to merely notify you about new versions of your installed software instead of actually updating them?