[00:09] Hi, I'm having a problem with wpa_supplicant hogging CPU /var/log/syslog is >250MB [00:10] tail -20 /var/log/syslog = http://paste.ubuntu.com/9359391/ === bazhang_ is now known as bazhang === zmisc is now known as Guest44715 [08:58] In Xubuntu 14.04, I've just connected a second display to my laptop (through a dock). The laptop display is disable so the two external displays are used. Both displays have setting of 1650x1000 when I reboot my computer the settings do not work properly. [08:58] In display settings the correct resolution is set but the resolution is much lower. [08:59] The workaround is to change the resolution on one display and then press "use previous display settings" and it all works fine [08:59] I have no idea how to debug this one, any hints? [09:05] The problem with debugging a problem like this is that you need to disconnect from time to time to try new settings. bbl [12:05] hi people, I have some problems with xubuntu and wanted to reinstall xubuntu again. My problem is that my home folder is encrypted. My question how to recover my home folder [12:08] !encrypted [12:08] For information on setting up encrypted private directories (8.10+) see https://help.ubuntu.com/community/EncryptedPrivateDirectory [12:09] thank you === johtso__ is now known as johtso [13:07] that was fast === Karin is now known as KarinSwe === zz_XeBlackWater is now known as XeBlackWater [14:41] hello everyone! I did an update in my ubuntustudio 14.04 distro with update manager and then restarted my laptop. upon logging into my account nothing appears. no top or lower panel. nothing just the mouse cursor. I've tried logging into the guest acount and everything seems to be working fine. any help on this please?? [14:41] belalobo, there is a fix, but you'll need to work from the file manager ... [14:42] belalobo: Since the guest account works, something happened to your user config. It sounds like cfhowlett has some gui approach you can try...if you ask me you'll be learning CLI ;) [14:42] Hedgework, I can only think he scrambled is xfwm settings. I was going to have him nuke .xf** to for a reset [14:43] I'm up for anything just really need to get this fixed [14:43] cfhowlett: I was going to have him move it to test, so slightly more cautious version of the same thing. [14:43] belalobo, ubuntustudio please - let's avoid crossposting [14:43] cfhowlett: I just don't use the gui stuff so I don't know it well (anyway, it's far easier to give people commands to cut and paste IMO) [14:44] Hedgework, have at it [14:45] hey [14:45] belalobo, work Hedgework's solution [14:45] belalobo: Okay, so is it safe to assume you know how to open a terminal? [14:45] whats the sollution Hedgework ? [14:45] in logged into my account in the virtual terminal [14:45] cool [14:46] belalobo: please start by doing "cd ~/" to make sure you are working in your home directory. [14:47] ok I'm in my home directory [14:47] belalobo: Then "ls -a" will show you a list of the files and directories there, including hidden files (which start with a '.') [14:47] ok [14:48] belalobo: One of your configuration files is borked, but we don't know which one, so we are going to create a directory (call it whatever you want, I'll call it 'foo' in examples) and stash likely culprits there until it starts working, then we'll know which one broke. [14:49] belalobo: Depending on how much you care about re-creating settings, you can then either keep the defaults that the system reverts to when configuration is missing, and just change things to your liking, or we can work on carefully migrating parts of the broken file back while hopefully not breaking anything :) [14:50] belalobo: 'mkdir foo' will create a directory (in this case ~/foo) for you to stash things in. [14:50] much safer than my method ; I just nuke 'em all from orbit. [14:50] ok I created a directory called foo [14:50] cfhowlett: Yeah, but you're not a newbie. I teach newbies the careful way because they may apply these skills to system config later. [14:51] Hedgework, noted. [14:51] * ObrienDave pays attention [14:51] :) [14:51] * cfhowlett is amazed that ObrienDave is paying anything [14:51] ;p [14:51] belalobo: Okay, the first thing we're going to try moving is the xfce4 configuration. Assuming you are still in your home directory, do "mv .config/xfce4 ./foo" to move it all to foo where xfce can't find it :) [14:52] done! [14:52] Cool, try logging in and see if things are working (for some value of "working" that includes the default desktop settings instead of anything customized) [14:53] ok [14:54] still not working [14:54] Okay, did the symptoms change in any way? [14:54] all the same [14:55] should I restart? [14:55] shouldn't need to [14:55] hum ok everything seems to be the same [14:55] that's loaded when you log in via your display manager, so you shouldn't need to reboot [14:55] ok [14:56] Gotcha. In that case we're going to move that config back using (again, assuming you are in home) "mv ./foo/xfce4 ./.config" and try another one [14:56] (we'll iterate until we know who the culprit is) [14:56] ok done [14:57] Next let's try "mv .X* ./foo" (that moves everything starting with ".X" which is probably 1-3 related files depending on your configuration) [14:58] one thing.. the foo directory should be an hidden file? [14:59] No, we didn't make foo hidden. [14:59] okok check [14:59] We're just going to delete it when we're done, so it doesn't really matter. :) [14:59] I get a mv: cannot stat .X* no such file or directory message [15:00] Okay, then you didn't have any custom .Xresources or similar [15:00] right [15:01] let's try this next: "mv .gnome* ./foo" [15:02] then try logging in again and see if it worked. [15:02] If not we'll move those back and try another. [15:05] sorry my internet connection fell [15:05] I'm back [15:05] missed anything Hedgework ? === belalobo1 is now known as belalobo [15:07] sorry my internet connection fell [15:07] I'm back [15:07] missed anything Hedgework ? [15:07] belalobo: may I pm you so I don't repeat in channel? [15:07] of course [15:07] I'm sorry [15:08] np, it happens :) [15:08] * ObrienDave can't lurk on a PM ;P [15:09] You already lurked at that text, ObrienDave :P [15:10] ObrienDave, lurking on PM. that's called stalking [15:10] says you ;P [15:10] i call it learning ;P [15:13] lol [15:14] yeah, very funny [15:14] belalobo: so since that didn't work, you can move them back ("mv ./foo/* ./") and we'll try again. [15:14] belalobo: Out of curiosity -- and I should have asked this first -- do you have ~/.xsession-errors and if so can you pastebin it for us please? [15:17] I just noticed I have two gnome folders .gnome and .gnome2 should I try moving the gnome2 folder to foo? === belalobo1 is now known as belalobo [15:18] sorry net fell again [15:19] belalobo: If you followed my instructions exactly, you moved both... .gnome* means "anything starting with '.gnome'" [15:19] oh ok didnt do that sorry I'll try it again [15:20] I have to quit the chat and log back on. one sec [15:20] ahh, yeah, it's important to be precise with this stuff...a slight change in one character can change the meaning of what you tell teh computer to do [15:20] ok [15:22] how'd it go, belalobo ? [15:24] ok jsut re-checked with both gnome folders on foo and tried to log in but everything seems to be the same [15:25] hrm. [15:25] belalobo1: do you have a file called ~/.xsession-errors ? [15:25] so I should put both folders back in home dir [15:25] yep. [15:28] yes i do have that file [15:29] .xsession-errors and .xsession-errors.old [15:30] I'm here [15:31] If you put .xsession-errors in a pastebin we can look at it and possibly use information provided there to solve the problem. [15:32] .xsession-errors is, shockingly, generated by Xorg to note errors with your X session :) [15:32] Hedgework: how do I put it in a paste bin? [15:32] !paste [15:32] 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. [15:33] I dunno how to do that in a VT [15:34] Hedgework: I just looked at the file theres just a few lines on it can I send it to you via pm [15:37] okay [15:37] belalobo1: though fyi, !pastebinit is great for that [15:37] !pastebinit [15:37] pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [15:37] * Hedgework pokes the bot [15:37] there we go [15:38] I think I managed to paste it [15:38] Is that correct? [15:39] I didn't get it. [15:39] Hedgework: hum ok I'll write it to you via pm [15:39] belalobo1: well pastebinit should have givven you a URL to share with us [15:40] *given [15:42] Hedgework: did you get the text? [15:42] yep [15:43] great [15:43] belalobo1: the line "init: dbus pre-start process (9988) terminated with status 2" is helpful...any status that is not zero is an error, so we know that dbus broke in some way. Let's try moving your dbus config like we did the others: [15:43] "mv .dbus ./foo" (assuming you are still in ~/) [15:43] ok [15:43] This may require a restart just to be safe, as I'm not sure where dbus gets loaded these days. [15:44] I must do it with sudo right? [15:45] I had to do it with sudo otherwise it wouldn't work [15:46] That's odd, and may indicate a permissions issue, but go ahead and restart. [15:46] so .dbus is now on the foo folder. I'll restart the laptop [15:46] back in a min [15:50] Hedgework: ok just restarted the laptop tried to log in but everything is the same [15:52] hrm. [15:53] so i should put .dbus back in home directory right? [15:53] yep. [15:53] ok done. what next? [15:54] I have to get back to work soon, but I'd like to try creating another regular user and logging in to your gui environment with that. My reasoning is that whether or not this works as expected will tell us whether I was right about your user's configuration being at fault in some way or I was wrong and the guest account only works due to some special characteristic of it being a guest account. [15:55] "adduser kermit" would add a user named after a frog I rather like ;) [15:55] of course substitute any name you like [15:55] also you'll need to use sudo or be logged in as root [15:55] ok [15:57] Hedgework: ok i just added a new user i'll try logging into taht account now [15:57] cool [15:58] ok the gui seems to be working [15:58] i thought kermit was an old RS-232 file transfer protocol ;P [15:59] ObrienDave: I'm pretty sure the frog predates that, but I could be wrong. [15:59] like xmodem. i'm sure you're correct ;p [15:59] Hedgework: what can i do now? [16:00] ObrienDave: I have a stuffed one in a karate gi that lives in my car. He's sort of a mascot, but he is also good for S&R applications, per http://projectdogpound.org/posts/comfort-items/ [16:00] :) [16:00] belalobo: Okay, on to the semi-nuclear option. We're going to move EVERY hidden file in your home directory to ~/foo, make sure your GUI is okay then, and move back the ones you care about one at a time. [16:01] semi.... lol [16:01] so just to check.. I move every hidden file to foo and then logout and back in again? [16:01] belalobo: so "cd ~/" as your regular user to make sure you are in your home directory. Then do "mv ./.* ./foo" and try logging in to the gui. Let us know if it works. [16:01] Yep. [16:02] ok one sec [16:04] Hedgework: ok just moved all hidden files to foo. I'll log out from the newly created account. when logging back in is it into the other account or the new one? [16:05] into your regular account, the one where we moved all the hidden files to foo [16:06] ok just did it and nothing works still [16:06] all the same [16:07] This makes very little sense...I can help you troubleshoot further, but I have to prep for an upcoming meeting. Work should calm down end of day -- around 4.5-5 hours from now -- if you want to catch me then. Otherwise, maybe someone else can help. [16:08] * Hedgework likes puzzles, and wants to hear the answer whether she spots it or someone else does. [16:08] ok thank alot for your help. I really need to get this fixed as fast as possible since I have a presentation in a few hours [16:11] np [16:11] darn, he left before I could suggest just moving his data over to the new user :/ [16:14] Hedgework: still there? [16:14] Yes [16:14] Hedgework: I just managed to log into my account [16:15] You missed: Hedgework | darn, he left before I could suggest just moving his data over to the new user :/ [16:15] ahh, cool [16:15] what'd you change? [16:15] the desktop looks diferent but it's working [16:15] I restarted the laptop [16:15] so now I should put the hidden files from foo back into the home dir? [16:17] Gotcha. [16:17] So, it looks different because you now have whatever is the default configuration with the version you are running. [16:17] Given that you have a presentation, coming up, here's what I'd do: [16:18] * Move back *only* the configs you need to do your presentation (probably your email client, maybe settings for presentation software and/or web browser, etc). [16:18] * Test your presentation. [16:18] right [16:18] * AFTER the presentation is over, move other things back one at a time so if it breaks again you know which config file(s) broke it, and can get help here for how to get needed stuff out while leaving the breakage behind. [16:19] Hedgework: I'll do that! and then I'll come back here later in the day. In 5 hours I'll be back here on the irc maybe i'll catch you here [16:20] belalobo: Cool. I'll be in and out most of the evening after that...either under this nick or my home one which is "HedgeMage" [16:20] Hedgework: thanks alot!!! [16:20] You are quite welcome. Glad I could help. :) [16:22] Hedgework, nice work! [16:23] !cookie | Hedgework [16:23] Hedgework: Wow! You're such a great helper, you deserve a cookie! [16:23] hehe, thanks :) === maijin_ is now known as maijin [16:52] did the location of /var/lock move in ubuntu 14.04 ? [17:41] OK, so I found out why arduino can't see any serial ports on my laptop [17:41] I don't know if it came in with 14.04, but there is no longer a /var/lock and soime things expecte it [17:42] in my debian install it's a soft link to /run/lock and works OK, but that link wasn't there [17:42] is this normal, or did something break in the upgrade ? === Synchunk` is now known as Synchunk [19:12] I just installed xubuntu and I can not get my microsoft comfort vurve 3000 keyboard and mouse to work. Any ideas? [19:13] comfort curve 3000 === matthew is now known as Guest35988 === Guest35988 is now known as ET_Warrior [19:14] Hey, how do I add another server tab? [19:14] In XChat? === knome_ is now known as knome [19:15] Figured it out. === XeBlackWater is now known as zz_XeBlackWater === IdleOne- is now known as IdleOne [20:41] I need some help... [20:41] you need to be more specific [20:43] [B/70 [20:43] ugh.. I can't type today. [20:43] Hi, I'm having a problem with wpa_supplicant hogging CPU /var/log/syslog is >500MB [20:43] tail -20 /var/log/syslog = http://paste.ubuntu.com/9372232/ [20:46] Whenever I turn down my brightness to the second lowest, or third lowest, I hear a radiation noise emitting from my screen, how the older TVs sound. [20:49] ET_Warrior: yeah, likely a hardware issue, not sure it's really the kernel's or the power manager's fault (i have the same issue) [20:49] Oh really? [20:49] You're on Xubuntu, correct? [20:49] correct [20:50] or did you not hear it on other desktops/OSs? [20:50] I originally had a Mac OSX installed. [20:50] I still do have it... but... [20:50] On this Linux, I hear it. [20:51] I didn't hear it on Mac. [20:51] hm, that blows [20:53] does the screen have a way to display the frequency it's running at ? [20:54] not sure [20:55] Well.. it is quite strange what could be causing it... [20:55] There's also a lot of screen tearing when I boot up my Linux too now... [20:55] now even past the startup screen. [20:55] yeah, tearing is an old problem in many DEs [20:56] Do you think if I take this convo into the Developer chat, they'd know? [20:56] artag: Not sure, do you mean like in other distros such as Crunchbang, and Sparky? [20:56] I would get some more information first [20:56] no, it's a feature of the lcd [20:57] the setup menus often have a display of vertical & horizontal frequency [20:58] Ochosi: LOL! You know what's funny? I don't hear that radiation noise anymore. [20:58] did you put on some music? [20:58] ;) [20:58] Nope. [20:58] It's truly a miracle. [20:58] well lucky you [20:58] i've lived with the noise forever [20:59] Hi, can anyone help with a problem with wpa_supplicant hogging the CPU? [20:59] i've been using linux so long that i can't even remember whether it used to work in windows [20:59] This Linux install isn't the most stable though on my part... [20:59] The Grub Menu was overwritten by OSX [20:59] and I fear booting into it. === ET_Warrior is now known as etwarrior [21:35] Hi, can anyone help with a problem with wpa_supplicant hogging the CPU? [21:37] I'm having a problem in uninstalling cairo-dock [21:38] Ubuntu Software Centre says it's gone, and so does Synaptic. [21:38] And Terminal does too, pretty sure. === infamy_ is now known as infamy [21:59] wpa_supplicant hogging CPU solved by 'rm /var/run/wpa_supplicant/wlan0' [22:14] Hello, I have a little space between my full window and the right border, what's the problem? [22:15] xubuntu98w, have you set a padding for the desktop workspace? [22:17] KNOME: Thank you! Yes I did and now it's ok! I was like "I'm sure it's a driver problem" Haha. [22:17] you're welcome [22:28] were* [22:29] ?