[00:01] ok thx [00:01] well well well === matias is now known as Guest2704 [00:01] look who joined the party === Guest2704 is now known as djthree [00:03] hey, I have the lubuntu normal iso image and i want to install it through text mode ! could i boot to text mode installer instead of live ?! [00:04] michealpw ok on laptop now [00:04] nickserv [00:04] hello [00:05] skeeter_: Righto. First log-in to the machine. Once you've logged in, type sudo apt-get install pastebinit [00:05] skeeter_lappy: That will install pastebinit, a little utility that automatically puts information to pastebin for us to see. We can use it to try and figure out what's going on with your X Windows system :P [00:05] anyone could help me with booting into text mode installer from a normal ISO "LiveCD" ? [00:06] whats the non ubuntu channel called? [00:06] !alis | calwig [00:06] calwig: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [00:06] I have a 32-bit Ubuntu 12.10, you can install a 64-bit kernel? [00:06] djthree: nope [00:07] mrb101, This 12.04? [00:07] or 12.10 [00:07] Hello [00:07] wilee-nilee, its 12.10 [00:07] I have just downloaded Lubuntu on windows, how many MB is a CD-R? [00:08] mrb101, You can't as far as I know use the mini cd a net install and choose lubuntu, it is a text install. [00:08] Skeeter_lappy: Did you get pastebinit installed okay? [00:08] michealpw got it installed [00:08] gavin_ cdr usually about 700mb [00:09] wilee-nilee, yeah i knew that but i downloaded the liveCD to install it on an old hardware !! thought there might be a way.. :) thanks i will download the text installer image [00:09] thanks [00:09] Skeeter_lappy: Righto. So now type this in: cat /var/log/Xorg.0.log | pastebinit [00:09] mrb101, no problem here is a link of needed. https://help.ubuntu.com/community/Installation/MinimalCD [00:10] Skeeter_lappy: Then type the address it spits out. To save time, you can just type the number in the address, I already know it's http://paste.ubuntu.com hehe [00:10] Since you can't copy/paste :P [00:10] ok so here is another one of my brilliantly dumb questions... been googleling this but it doesn't seem to give me the [00:10] answer im quite looking for - so... using the grep command how do you search for more than one word? for example say i want to search a file for the words "brown" and "fox" what command would i use? grep brown fox filenamehere [00:10] grep -e brown fox filenamehere [00:10] grep 'brown fox' filenamehere [00:10] ect ect [00:10] silentmyst: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [00:11] hi i have been working on installing ubuntu and when i was done and it asked me to restart, i got a frozen purple screen. it worked when i set it to the easy graphics setting or whatever its called in recovery mode. plz help thx :) [00:11] 13 [00:11] 1313970 [00:11] k [00:11] silentmyst: they are connected via an AND or an OR? [00:12] Let me checkout the log, see if I notice anything [00:12] kk [00:12] i use terminator and no matter which version of grep, grep -e, or egrep i use it seem to highlight the last word im searching for [00:12] so im not sure its actually searching for 2 words [00:12] for the OR: you can just egrep (or grep -E, doing the same) and word1|word2|word3 [00:13] i want an and command instead of or [00:13] ah [00:13] Fuchs, so silentmyst would say something like grep -E brown | fox filename right? [00:13] hello? could someone plz help with installation problems? [00:13] so all words must be in that file? [00:13] PatrickDickey: for an or: grep -E "foo|bar" file for searching either foo or bar [00:14] maybe wrapped in quotes [00:14] Got it Fuchs, so for and it would be grep -E "foo&bar" file ? [00:14] oops wrong window [00:14] PatrickDickey: no, regular expressions won't work very well there [00:14] im glad im not the only one that doesn't quite know :-p [00:14] <_cronus_> silentmyst, grep -e foo -e bar [00:15] Okay.. So your log is saying that it's trying to load your ATI/AMD drive, called fglrx but it can't find it. [00:15] _cronus_: that would be OR as well as far as I remember [00:15] silentmyst: looking for lines containing both, or files? === zoktar is now known as zoktar_ [00:15] Not sure why that's happenign, let me try and google a couple terms and see what I can come up with. Maybe you'll just have to install the latest version of fglrx, could fix the problem automatically. === zoktar_ is now known as zoktar [00:16] i want to search for "brown" AND "fox" in a file how would i write that command [00:16] What does that mean I need to do? [00:16] hey guys, I find that quite frequently even though my system is not doing anything, the HDD will spin up [00:16] kk [00:16] not "brown" OR "fox" [00:16] just for example [00:16] it's quite annoying... what is the deal? [00:16] silentmyst: what should the output be? I mean, if you want lines you can actually work with the above -e brown -e fox, [00:16] taylor1, you said that when you boot normally it freezes, but when you boot to recovery mode it works, correct? [00:16] silentmyst: but if you expect a boolean whether both were in there or not, that won't work [00:16] yes [00:17] Skeeter_lappy: Do this: uname -a | pastebinit [00:17] Ohi [00:17] The gimmie that link. [00:17] well sorta, it has to be in that low graphics mode setting [00:17] taylor1, what kind of graphics card do you have? [00:17] gtx 550 ti fermi [00:18] 1313985 [00:18] taylor1 are you booted into the low graphics mode right now? [00:18] well what i was really looking for instead of using the brown fox example i wanted to search for the words "sudo" and "martin" (martin) being my username to linux on my system in the /var/log/auth.log so it would show me any failed/granted sudo authorizations - but i can't figure out the exact grep command to search for BOTH words [00:19] ah no. im on a different computer. i can boot in now tho [00:19] Okay so you're using 64-bit Ubuntu.. [00:19] yes [00:19] Righto, here's a link for the 64-bit fglrx drivers (Video card drivers) [00:19] taylor1 when you do get it booted, type dpkg -l nvidia and tell me which driver is installed, please. [00:19] For you, just a second [00:19] alright will do [00:20] so how would i write the grep command that would find lines containing sudo and martin === pher0x1 is now known as ChrisPartridge [00:21] silentmyst: egrep '(sudo|martin)' [00:21] Skeeter_lappy: K so here's the best way to do it... From your broken machine, type: mkdir ~/fglrx-tmp [00:21] Skeeter_lappy: Then type cd ~/fglrx-tmp [00:21] silentmyst: erm, that's or. Do: grep sudo FILE | grep martin [00:21] Skeeter_lappy: Then type wget http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-12.10-x86.x86_64.zip [00:21] I was wondering, is the default ubuntu setup to forward qemu:///session to qemu:///system [00:21] That will get the fglrx driver package downloading. It's ~100mb so might take a bit of time. [00:22] when I try a qemu usermode connection it keeps wanting to go to the system libvirtd [00:22] <_cronus_> silentmyst, try this: grep sudo.*martin [00:22] taylor1 a quick question. Does the computer have a built in graphics card also? [00:22] has anyone gotten qemu usermode to work? [00:22] hi [00:22] Taylor: hi I have a problem, uh [00:23] No [00:23] oh it doesnt [00:23] trying a couple [00:23] sudo apt-get install runescape_bot.exe won't work [00:23] not letting me make dir [00:23] :( [00:23] why Taylor [00:23] can you explain [00:23] taylor1 it doesn't have an integrated graphics card? [00:24] btw i found it earlier but im mind blanking now... how do i boot from low graphics? [00:24] Skeeter_lappy: Are you typing exactly as I did? Make sure not to forget the tilde ~ [00:24] Skeeter_lappy: mkdir ~/fglrx-tmp [00:24] no it doesnt i dont think... [00:24] grep sudo.*martin auth.log seemed to work [00:24] I put the tilde in [00:24] Well, what happens when you do that? [00:24] so if your search for 2 words in a line you use .*? [00:24] hehe [00:25] hello [00:25] taylor1 it might be in the GRUB menu, under the recovery mode. But, if you're in GRUB, let's try something else instead. highlight the normal mode, and press the "e" key to edit. then add nomodset after quiet splash and boot that. [00:25] alright [00:26] Alright well, where it goes doesn't matter.. [00:26] <_cronus_> silentmyst, not exactly. dot means any character and star means 0 or more occurrences [00:26] Just do this, then... cd ~/Desktop; wget http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-12.10-x86.x86_64.zip [00:26] That will download it directly to your desktop HEH! [00:27] michealPW: which cards does that work with? Is that the one that won't work with anything older than a HD 5000 series? [00:27] yayyayayayya it works :DDDDDDD thx man [00:27] haha fail smiley [00:27] taylor1: Here's a link for you. If you can get it to boot without that card in the computer, then you'll want to follow the first answer. http://askubuntu.com/questions/167645/ubuntu-12-04-and-nvidia-gtx-550-ti [00:27] mm, yea it is good point. [00:28] LOL [00:28] oh so right now it is runnin without the card? === King_Ozzy is now known as King_OnTheGo [00:28] Skeeter_lappy: lspci | pastebinit [00:28] i guess im trying to figure out how to search for more than one word in a file, kind of like when you do a google search and you want to search for example "quick", "brown", "fox" it would web pages that contain those 3 words === King_OnTheGo is now known as King_Ozzy [00:29] taylor1: No it's running with the card. It's just running in a different setup on the card. I'm not exactly sure how to explain nomodset though. [00:29] so that when you use the grep command it would find lines containing quick, brown, and fox (just for example) === Youri is now known as YBook [00:30] silentmyst: you can put a list of keywords in a file and use grep -f list-of-keywords file-to-search [00:30] silentmyst: I just told you how to do it for two [00:31] dont understand these mini cds how can you get a operating system in 28MB http://brig.co/1e [00:31] hmm when i logged, i lost internet connection, that happened when running in low graphics earlier too [00:31] silentmyst: or you can use egrep [00:32] silentmyst: egrep '(foo|bar|baz)' file-to-search [00:32] silentmyst: I think he wants AND [00:32] wastrel: [00:32] oic [00:32] yea the and [00:32] grep quick FILE | grep brown | grep fox [00:32] dang, i cant get any internet when runnin like this [00:33] got ya jrib thanks [00:33] hehe jrib I thought I was the only one that piped grep to itself :P [00:33] taylor1 play around with the computer for a bit, to see if everything's working correctly. If it is, then edit your grub file and add nomodset permanently. [00:33] Iunno how else do do those kinds of searches haha [00:33] alright [00:33] !grub | taylor1 [00:33] taylor1: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). 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 - See !grub1 for releases before Karmic (9.10) [00:33] That'll help you to edit the grub files. [00:34] can a game coded in freebasic be put into the ubuntu software center [00:34] what if i told you, there is no spoon [00:34] well i didn't think that pipelined grep was working... terminator highlights your grep searches and if i did grep quick FILE | grep brown | grep fox it would only highlight the word fox in the returned file making me think it only carried out the final grep command [00:34] Skeeter_lappy: What is the output of: lspci | pastebinit [00:35] instead of being all inclusive [00:35] the grep color flag would only work on the last one in the pipeline [00:35] can't get file to dl [00:35] And taylor1, here's a link that explains what nomodset is doing http://askubuntu.com/questions/207175/what-does-nomodeset-do [00:35] hey, i am trying to set the default program to open a certain filetype but i cant find it in the list, what do i do? [00:35] gives me 404 error [00:35] wastrel, so it actually is searching all 3? [00:36] silentmyst: can't you just look at the results and observe that? [00:36] okay so some how im not longer the owner of the file system [00:36] root is [00:36] what so i so? [00:36] danon: "the file system" is vague [00:36] ? [00:36] danon: be more specific [00:36] * Regretfulone has successfully destroyed his Dell Dimension 4300 in trying to move the parts to a new tower. In the process also killed his computer with Ubuntu on it - - [00:36] Skeeter_lappy: I overlooked the fact that the link I gave you was for modern ATI cards. It might not be what you need. First, give me the output of: lspci | pastebinit [00:37] silentmyst: think of it as filtering. the first grep filters out lines that don't have quick, the second applies a filter for "quick" from the output of the first, the third filters for fox [00:37] Skeeter_lappy: That will identify the graphics card you have and I'll know which driver package you need. [00:37] danon, root needs to be the owner of parts of the file system / and some subdirectories. If you make yourself the owner of everything, you'll be reinstalling. Trust me, I learned the hard way. [00:37] PatrickDickey: Are you familiar with ubuntu's default setup with qemu+kvm? [00:37] Skeeter_lappy: Also, the link I gave worked. The 404 must be a typo, I just double-checked. [00:37] 1314026 [00:37] I'm having issues with qemu:///session trying to connect to the qemu system libvirt daemon === mike is now known as Guest86054 [00:37] Hello, I'm looking for some help with my wireless network adapter [00:37] im the admin of my computer and now it is saying the premissions of / cant be determined === Guest86054 is now known as Ar71k [00:38] patrick, it seems as if i cannot connect to the internet when i log in thru this nomodeset it might be the fact that it doesnt take input from my little wireless internet reciever. im thinking possiblyy moving this downstairs to a wired connection may work [00:38] can anyone tell me why ubuntu is getting worse instead of better? [00:38] jrib, its not so easy in large log files you can cat the original file and side by side compare it but you see so many instances of the words you want to search for, comparing what you want with the original isn't that easy when you want to make sure your getting exactly what you want it to get you [00:38] is my generation running things now? [00:38] schmitt9531: no, i'm not. I've never actually tried quemu or kvm. I always use third party stuff like Virtualbox or VMWare. [00:38] silentmyst: so create some small toy example so you can understand better [00:38] Skeeter_lappy: Perfect, so you've got an Radeon HD 6670. So, that link certainly does work. Just double-check that you haven't made a typo. Here it is again, mate: [00:39] !ot | extropy [00:39] extropy: #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! [00:39] i installed 12.04 on a Compaq Presario 061 PC and i get a black screen whenever i logoff. that is a major problem. can anyone help me? [00:39] danon: what says that? [00:39] !who | danon [00:39] danon: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [00:39] Skeeter_lappy: cd ~/Desktop; wget http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-12.10-x86.x86_64.zip [00:39] taylor1 as far as I know, the nomodset only affects your video drivers. It's basically telling the kernel to let X control them. [00:39] any ways thank you gusy [00:39] guys* [00:40] how do i get the privileges back on my drive? [00:40] It's a tricky URL to type, lots of hyphens, periods and underscores. It works though, just double-checked over here. [00:40] Does anyone know how to enable a USB wireless network adapter? [00:40] im using ubuntu 12.10 [00:40] kk [00:40] danon, exactly WHICH directories did you lose permissions on? [00:40] why can't ubuntu property charge laptop battery on a laptop that was *DESIGNED TO RUN LINUX* ? [00:40] my mistake 12.04 [00:41] alright. hmm. how odd. i had internet when i was back in recovery and could download thru the console but evry time i og in with nomodeset or low graphics i cant get a wireless connection. (btw i have run ubuntu on this computer b4 and i wanted to redo some stuff like partitions) [00:41] extropy: run acpi [00:41] extropy, as far as I know, the operating system doesn't charge the battery. It might read the state of the battery and report it to you, but the hardware handles that stuff. [00:41] tell me what it says [00:41] michealpw is there an underscore b4 the 64.zip [00:41] Yes [00:41] kk thats my prob [00:41] extropy: I would look at your kernel config, possibly build a custom kernel [00:42] amd hyphen driver hyphen installer hyphen catalyst hyphen 12 period 10 hyphen x86 period x86 underscore 64 period zip [00:42] ROFL that's the filename in english ^ [00:42] the whole file system aparently i mean i can still install programs but i cant write to the file system [00:42] * PatrickDickey in American. the hyphens would be dashes. :P :D === Guest52272 is now known as wesley [00:43] haha I wasn't sure if I should say hyphen or dash === wesley is now known as Guest37013 [00:43] michaelPW: in unix we say dash, even though it's a hyphen and not a dash [00:43] danon, do you mean places like /var /usr/ /bin/? or do you mean places like /home? [00:43] Hello [00:43] lol the underscore was hidden bc it shows as a link and its underlinedd on here [00:43] And danon, is this on a new installation, or did you tweak something? [00:44] hehe thx schmitt9531 :) [00:44] I did nothing and now ubuntu recognizes that the battery is at 80% why then did it just shut down the entire system over a critically low battery? [00:44] testing [00:44] Skeeter_lappy: hah yea [00:44] shutting down my computer for no good reason = the best way to piss me off [00:44] Btw, anyone know what's up with this? It's in Skeeter's log: (EE) Failed to load /usr/lib/xorg/modules/drivers/fglrx_drv.so: /usr/lib/xorg/modules/drivers/fglrx_drv.so: cannot open shared object file: No such file or directory [00:44] i think i fixed it it might just be the way ubuntu has permissions set up and i went back to classic gnome [00:44] Why would his fglrx object all of a sudden not exist? :\ [00:44] Getting angry at it always fixes it more quickly. [00:45] extropy, How do you know it was a battery read issue? [00:45] He said it happened after running Janitor.. :\ [00:45] gnome session rollback [00:45] danon, there are certain things in any linux system that you're not supposed to be able to touch without either being root (or sudo). [00:45] i have a ? if i end up putting 12.10 on my computer and i have a cd of Ultimate edition 3.4 can i install programs off of that cd instead of the net because my net sucks balls [00:45] For good reason, too! :) [00:45] how do I know? the warning that says 'battery critically low" before shutting itself down automatically was probably my first hint ... what are you asking exactly? [00:46] Hello, how are you? [00:46] extropy: run acpi [00:46] what does it say [00:46] hello [00:46] extropy: I guess this is the ubuntu channel so you guys all have your fancy desktops, open your terminal and run acpi [00:46] extropy, Just what I asked, we never really know on the channel everything that happened or what a users knows. [00:47] well since acpi doesn't appear to be part of ubuntu's default install it says "run apt-get install apci" ... [00:47] so do it [00:47] lol [00:47] you need acpi support to manage battery life [00:47] Hi, I have a problem setting up nfs share [00:47] here's what syslog says: Oct 28 20:41:33 firaya-desktop mountd[4986]: refused mount request from 192.168.1.5 for /home/firaya (/home/firaya): unmatched host [00:48] this is what /etc/exports says: [00:48] /home/firaya /192.168.1.*(rw,fsid=0,sync,no_subtree_check) [00:48] everything looks legit, no? [00:48] i dual boot ubuntu and win 7, lately starting in linux i've been getting the message that there is an error mounting my windows partition upon start up but it continues to start fine. I've remounted the partition a few times in root which works just fine, however, i get the error message again the next time i start ubuntu - any ideas? [00:48] danon, here's a little light research for you to look at http://www.google.com/webhp?sourceid=chrome-instant&ie=UTF-8&ion=1#hl=en&sclient=psy-ab&q=what%20does%20root%20need%20to%20own%20in%20a%20linux%20filesystem&oq=&gs_l=&pbx=1&fp=4fa257fccf8e3a83&bpcl=35466521&ion=1&bav=on.2,or.r_gc.r_pw.r_qf.&biw=1393&bih=796 Hopefully one of these links will tell you which directories root should own, and which ones you should own. As long [00:48] as you own what you should, and root owns what it should, you're fine. [00:48] Anyone have thoughts on this failed Xorg logfile? it's dropping down to a shell paste.ubuntu.com/1313985/ [00:49] michealpw got it [00:49] if I need acpi to manage my battery life then why isn't it part of ubuntu's default install and why does ubuntu think it knows how much of a charge is in my battery? [00:49] K, downloaded or still downloading? [00:49] michealPW: It sounds like the janitor removed a compiled file that's required. Probably needs to reinstall the graphics driver. [00:49] downloaded [00:49] silentmyst: if the drive is slow to spin up, then it might be the reason you're getting that error. [00:49] can anyone help me, if i end up putting 12.10 on my computer and i have a cd of Ultimate edition 3.4 can i install programs off of that cd instead of the net because my net sucks balls [00:50] extropy: I don't know, I'm not with ubuntu, also ubuntu is just one linux distro. I think they have the acpi module loaded in their initramfs kernel [00:50] its a single drive to partitions instead of 2 separate drives spinning up at diff speeds [00:50] two partitions8 [00:50] * === VlanZ is now known as VlanX [00:51] "rate information unavailable" ... well ... that's just swell [00:51] extropy: in all operating systems you have to worry about drivers and their configurations, I would look up your specs [00:51] Righto, unzip it type gunzip amd- and press tab to finish teh rest of the filename [00:51] Then just hit enter [00:51] extropy: what laptop are you using [00:51] pouncerkitsune: http://askubuntu.com/questions/159341/how-to-install-ubuntu-from-desktop-w-o-internet-access might be a good start. [00:52] ASUS EeePC ... these things shipped with Linux on them [00:52] did it ship with your current setup? [00:52] or did you install ubuntu on it? [00:52] Skeeter_lappy: Righto, unzip it type gunzip amd- and press tab to finish the rest of the filename. [00:52] tab didn't complete it [00:52] I'm sorry silentmyst, I'm clueless then. Normally I see that when I have two or more drives. [00:53] pouncerkitsune, First that is a bad idea second 3.4 is based in precise this is not even supported on this channel. [00:53] on* [00:53] I've been running 12.04 for months without issue [00:53] now mysteriously it doesn't like my battery anymore [00:53] eww [00:53] thanks PatrickDickey [00:53] that may be a hardware issue [00:53] call your manufacturer [00:53] Skeeter_lappy: Wait my bad, you have to type it like this: gunzip ./amd- [00:53] try to boot off a livecd and see if it charges [00:54] Then tab. The ./ tells it to look in your current working directory. It should autocomplete when you press tab after typing amd- [00:54] still no go [00:54] yea im not too sure either, used to work just fine. I remount the partitions with shell and everything works fine then gives me the error next start up... just annoying to keep remounting to view files in my win partition [00:55] Well that doesn't make sense LOL [00:55] Type ls -al [00:55] Do you see the file in the list? [00:56] When I installed 12.10, at boot and shutdown there was a nice graphical screen that "covered" the rc printouts ... now that I've installed some stuff that nice graphic has gone away, instead it say "Ubuntu 12.10" with some dots under it ... how do I get the nice graphic back? [00:56] no list to long lol [00:56] wilee-nilee why is that a bad idea and i know that UE 3.4 is not supported by ubuntu its just easer for me to get the all the software i need that way instead of downloading i use sat net so its extreamly slow and very unreliable [00:56] pouncerkitsune: no problem. [00:56] Skeeter_lappy: have you used qemu-kvm in ubuntu [00:56] hah, k, try just ls -l [00:57] trying to figure out the default setup on why when I do a qemu+ssh to session it moves me to system [00:57] If it's still too long, use ls -l | more [00:57] oh, I'm using xubuntu 12.10 in case it matters, but the same thing happened to me previously with "regular" ubuntu [00:57] anyone having issues with 64bit install boot on newer macs? [00:57] no I don't see it [00:57] Ack [00:57] but I don't think I'm in the desktop dir [00:57] So try cd ~/Desktop [00:58] Then ls -l [00:58] Can anybody here recommend a good book or tutorial on how to structure a gui app? [00:58] using python [00:58] will blessing disk0s1 allow grub to boot? 64bit is dead on mini [00:59] ace is 2a ambug, yue [00:59] any ideas reg. that nfs mount? [00:59] it's not there [00:59] I tried restarting portmap, nfs server [01:00] Skeeter_lappy: Try find / -name amd-* [01:00] LMAO it's got to be there somewhere :) [01:00] Actually, do it with sudo [01:00] else you'll get a bunch of permission denied errors hehe [01:00] sudo find / -name amd-* [01:00] dougbb, what you're seeing now is the normal ubuntu screen. You might be able to change it using this link http://askubuntu.com/questions/199302/grub-does-not-display-activity-during-boot === anonymous is now known as Guest88821 [01:02] PatrickDickey lol that was the wront thing i already have 12.10 on my computer just wontdering if there is a way to put the UE 3.4 cd in and get the programs off of that instead of having to download them from the net that was about putting it on a netbook basicly [01:02] it's listed uder home/skeeter [01:02] Skeeter_lappy: righto, so that's also ~/ [01:03] Skeeter_lappy: So just do cd ~/ then do: gunzip ./amd-TAB [01:03] Where TAB is when you press tab on your keyboard haha :P [01:03] Otherwise you'll have to type that big ugly name again. Meh. Maybe for all the time it took as to get tab autocompletion figured out you could have just typed it hahaha [01:03] lol === fisted_ is now known as fisted [01:05] how can i disable hibernate [01:05] Hokar: Press your Windows key, type Power and press enter [01:06] hi [01:06] wilee-nilee: why is that a bad idea [01:06] PatrickDickey: hrrmm.. I'm reading that link and it looks promising ... could my changing GRUB_GFXMODE have caused the issue I'm seeing now? [01:06] it said no such file or dir [01:06] it did complete the file name though [01:06] lol [01:06] dougbb, possibly. [01:07] hrmm [01:08] Try just unzip ./amd-TAB [01:08] Instead of gunzip LOL [01:08] dougbb, you could try rebooting, and at the GRUB menu, press the "e" key. Then remove quiet from the command line, and see if that gives you what you want. [01:08] michealPW, im running lubuntu. so no search there ;D [01:08] well what I want is quiet :) [01:08] Hokar: Hah, sorry. I'm not familiar with LXDE mate. [01:08] I don't need to see the rc stuff [01:08] dougbb, then add that bac, into the command line. [01:09] it's there now, which is confusing [01:09] ok it unzipped [01:09] Skeeter_lappy: yay! [01:09] lol [01:09] I've joined this chan before to ask for help, and always got the lousiest response, please be more helpful with this problem... [01:09] Hokar, if you're trying to get to the Power Settings, It's probably under Settings (or Settings Manager). [01:09] Rhythmbox keeps crashing, like, every 10 mins or so, but only when playing FLACs, why?, and how do I stop this? [01:09] PatrickDickey: linux /boot/vmlinuz-3.5.0-17-generic root=UUID=e1f5735a-1d8c-4b6d-a2c2-2dfea2731ce4 ro quiet splash $vt_handoff [01:10] Skeeter_lappy: Right, now for the fun part. There's a bunch of things you need to make sure are installed. Here's a complete list of everything, apt-get will toss-out whatever is already installed: [01:10] Ubuntu 10.04, and not gonna change. [01:10] Skeeter_lappy: sudo apt-get install build-essential cdbs dh-make dkms execstack dh-modaliases fakeroot libqtgui4 ia32-libs-multiarch:i386 lib32gcc1 libc6-i386 ia32-libs [01:10] PatrickDickey, there is no option to disable hibernate in the gui [01:10] dougbb, Did you update grub when you changed it? [01:10] wilee-nilee: yes, I ran 'update-grub' after I changed GRUB_GFXMODE [01:11] I wanted the larger size text [01:11] hi! How would one find out the capabilities (sample rate,sample width, etc.) of the devices listed by "arecord -L"? [01:11] dougbb, You did this in /etc/default/grub [01:11] wilee-nilee: yes [01:12] cool I wasn't following completely === captiankirk is now known as orionsbelt [01:12] wilee-nilee: thanks anyway ....I'm also wondering why the same thing is happening at shutdown too, would that be grub-related also? [01:13] RJ45, this might help you. It's a bit old, but it might still be applicable. http://ubuntuforums.org/showthread.php?t=1888054 [01:13] dougbb, I haven't followed all your posts. [01:14] wilee-nilee: When I installed xubuntu 12.10, at boot and shutdown there was a nice graphical screen that "covered" the rc printouts ... now that I've installed some stuff that nice graphic has gone away, instead it say "Ubuntu 12.10" with some dots under it ... how do I get the nice graphic back? [01:14] Hokar: http://askubuntu.com/questions/143050/disable-suspend-hibernate-via-the-policykit might help. Or http://ubuntuforums.org/showthread.php?p=9346060 [01:15] dougbb, What is that some stuff? [01:15] wilee-nilee: dougbb is getting the text along with the graphics (the boot and shutdown text), and just wants the graphics only (the ubuntu logo with the dots). [01:15] wilee-nilee: lots of programs, anything in particular you think I should look at? [01:16] wilee-nilee: what where you talking about it beeing a bad idea earlyer [01:16] dougbb, Not for me I doubt I could figure it out to be honest, but any theme installations come to mind as a guess. [01:17] PatrickDickey: thanks but that didn't really help at all. [01:17] no, no themes [01:17] Sorry RJ45. That's the best I could come up with on short notice. Bascially I googled rhythmbox doesn't play flac files ubuntu. [01:17] dougbb, If you think it is grub you can purge it and reinstall it easily from the desktop. [01:17] I have both FLAC encoder, decoder and FLAC-tools instaled. [01:18] dougbb, I think the splash screen that you originally saw is what Canonical put on their LiveCD's. The one you see now, is the default splash screen. [01:18] I raked google, found nothing, came here. [01:18] dougbb: I think what you're talking about is a splash screen... [01:18] PatrickDickey: I have a laptop that has the same version of ubuntu on it, and it has just the graphical screen, not the text + dots version [01:18] dougbb: Depending on which distribution of Ubuntu you install, you'll get a different splash screen. I originally installed Ubuntu 12.04 and had one, somewhere along the lines I installed Edubuntu and it replaced the splash screen.. Is this what you're talking about? [01:18] michealPW: I'm sure you're right [01:19] You can change it to whatever you want, too, as far as I know. [01:19] michealpw gave me error unable to locate is32-libs-multiarch:i386 [01:19] no.... it's not that [01:19] dougbb: Have you installed proprietary graphics drivers? They don't support Kernel Mode Setting, which is required for a fancy plymouth boot screen. [01:19] Jordan_U: ah ... yes, I've installed the nvidia driver [01:19] all else completed [01:19] dougbb: Then that's what did it. [01:19] d'oh [01:19] Skeeter_lappy: Alright, just press the up arrow on your keyboard to bring that entire list up again and use the left-right arrows to move your cursor over and delete that item from the list [01:20] Oh nvm [01:20] hehe [01:20] lol [01:20] Skeeter_lappy: K, so now the last thing you need to do is make a link so that fglrx can be found easily. Type this in exactly: cd /usr ; sudo ln -svT lib /usr/lib64 [01:20] Well almost the last thing ^ [01:21] Jordan_U: ok .... so the theory is that if I remove the nvidia driver, I should get that plymouth screen back? [01:21] i have a ? if i end up putting 12.10 on my computer and i have a cd of Ultimate edition 3.4 can i install programs off of that cd instead of the net because my net sucks balls [01:21] michealPW, PatrickDickey http://askubuntu.com/questions/93542/how-to-disable-shutdown-reboot-suspend-hibernate solved the issue. menu entry still showing but getting a error when trying === bazhang_ is now known as bazhang [01:22] Does anyone know why Ubuntu would be refusing to start on an ASUS Q500A? Can't get anything out of it to show why it's not starting. [01:22] ok [01:23] Skeeter_lappy: Okay.. Now, almost the last thing. Type this and finish it with a TAB: cd ~/; sudo chmod +x ./amd- [01:23] is it a freash install Sly [01:23] It's two commands. First you switch directories to your home (~/ is a short-form of /home/currentusername/, btw) and then you add execute permissions to the AMD fglrx installer (chmod +x) [01:24] pouncerkitsune: that's the thing. I can't get it to boot into trying Ubuntu, so I haven't tried to install it because I'm not sure if it's a system incompatibility. === qos|away is now known as qos [01:24] Why exactly is the amd driver family called fglrx? [01:24] So if I delete nvidia-current, my system should go back to using nouveau, right? [01:24] do you get to the screen that sais ubuntu and it does nothing afterwarss [01:24] afterwords [01:25] pouncerkitsune: I never see "Ubuntu" or the logo. I get to a screen where it asks if I want to try ubuntu, install ubuntu, OEM install, or check the disk. [01:25] I've tried "noacpi", "nolapci", "acpi=off", and removed "quite splash --" from the boot options. Nothing. DVD spins up, goes to a black screen, and then the DVD spins back down and stops. [01:26] Sly, that's the boot screen for the Live CD. You either want to "Try" if you aren't ready for installing, or "Install" if you're ready to install. [01:26] Sly: is it a laptop or desktop [01:26] Laptop, pouncerkitsune. [01:26] ASUS Q500A [01:26] PatrickDickey: Yeah, I already know that. Trying to figure out why it won't boot with "Try". [01:26] Sly: and what version are you trying to install [01:26] 12.10 [01:26] Skeeter_lappy: Once you've done that, you need to run the fglrx installer: sudo sh ./amd-TAB --buildpkg Ubuntu/precise [01:27] Sly, cd/dvd/orusb [01:28] DVD-RW [01:28] Sly: the only thing i can think of that has made that happen to me is hadware conflict like if i put my wifi card in my desktop it wont let me istall or do anything with ubuntu wont even let it come up thats the only think i can say with my experiance [01:28] ok, wish me luck :) [01:28] sly did you md5sum [01:29] Sly: try taking your HD and see if it boots the live cd [01:29] out was suppose to be in there somewhere sorry my meds make me a shitty typer lol === 36DACCWNF is now known as Hughes === Hughes is now known as MaisonNotarathed [01:31] one last stupid question for tonight, how do you get grep to search for a word that contains a character such as = such as looking for user=sudo or user=root or what ever user you want to look for in a log file [01:31] hey, am using IDJC & the microphone is not being recognized in the stream... looking for help [01:31] Hey guys, could anyone suggest the best FTP client that I can use for Ubuntu that allows for scheduling for bandwidth throttling & parallel transfer settings? [01:31] moes: md5sum looks fine. [01:32] anyone know a smallish app for viewing MS docx files? [01:32] in the log file they are written with out spaces so its essentially written as 1 word, but the = seems to break the command if you did "grep user=root FILENAME" [01:32] snark: google docs [01:33] I think you need to escape the equals sign, silentmyst ? [01:33] moes: I'm wondering if this computer is a little new, and it hasn't been developed for yet. I noticed when I was looking at all of the documentation for it, it seemed that it was all being updated pretty recently. [01:33] Iunno hehe [01:33] schmitt9531, what about offline voewing? [01:33] schmitt9531, what about offline vi*ewing? [01:33] anybody in here use IDJC or is there a IDJC channel or something? [01:34] michealpw, you mean \ it? [01:34] not quite sure what you mean [01:34] silentmyst: Yes, maybe that will work? Is it \ or / ? hehe [01:34] I think you're right, \ [01:34] Try grep user\=root FILENAME [01:35] I'm just guessing, I'm not an expert heehee sorry. [01:35] still didn't work [01:35] silentmyst: if the actual entry says user = root, then you need user\ =\ root [01:36] i know, i tried that... but... it didn't work cause it is written with no spaces [01:36] michealpw keeps telling me can not open [01:37] then it should just be user=root [01:37] hi, hopefully someone has an idea for my problem: i have a proprietary software here, which can change the network settings (e.g. ip address) of the system, when it is runned by root. When i run it as a normal user, it is not able to change it. I tried to change the access rights of things like ifconfig, but i didn'succeed. Has anybody an idea? [01:37] yea see its a line like this Oct 28 18:57:50 Linux sudo: pam_unix(sudo:auth): authentication failure; logname= uid=1000 euid=0 tty=/dev/pts/0 ruser=martin rhost= user=martin [01:38] so i just grep authentication - but out of curiousity wondering how to search for "user=martin" [01:38] jsimonfm, what about sudo mycommand [01:38] if you grep user=martin it doesn't work though its in the line [01:38] Skeeter_lappy: Well, wait. Which command gives you the error? hehe [01:38] so im guessing = breaks the grep command even though there is no spaces [01:38] sudo sh [01:38] kk [01:38] hey guys how do i force a cpu frequency on a laptop on ac power [01:39] snark: i want to run the software as user [01:39] When you type sh ./amd- and press tab does it complete the filename? [01:39] Hey guys, could anyone suggest the best FTP client that I can use for Ubuntu that allows for scheduling for bandwidth throttling & parallel transfer settings? [01:39] all but the ext [01:39] Oh okay, so then type .run for the ext [01:39] Then a space, then --buildpkg Ubuntu/precise [01:40] hello [01:40] the ext when it was unzip was run [01:40] kk [01:40] jsimonfm, at a guess I thin networking tols can only be run as root -- but sudo allows users to run *the program* as if they were root [01:40] does anybody in here do any online streaming or DJing? [01:40] jsimonfm, at a guess I think networking tools can only be run as root -- but sudo allows users to run *the program* as if they were root [01:40] Skeeter_lappy: Sorry, I should have warned you. Tab will stop if there's more than one file. Now there's a .zip and a .run heehee so it didn't fill the extension :) [01:40] SpecialEd: I don't know about scheduling throttling, but maybe gftp will [01:40] am having problems with IDJC... it's not recognizing my microphone [01:40] patrickdickey? [01:41] MaisonNotarathed: does your microphone work with any other application? [01:41] h00k, not certain man [01:42] the microphone makes sound on the speakers [01:42] MaisonNotarathed: I'd give it a shot, open your sound preferences and see if it's registering any input there [01:42] though it doesn't work over the stream for some reason [01:42] snark: that's right, but when i change the access rights of the networking tools, also an user can run it. i think i haven't found the right tool, as i don't know, which the software uses [01:42] michealpw got an error [01:42] yeah h00k, it registers input & output [01:43] Skeeter_lappy: Hrmm, was it a big error? Try pressing your up arrow to get the command back and add: | pastebinit to the end [01:43] moes: I think I was right about it being pretty new. The CPU it's using was released in Q2 of this year. Probably just throw it in a virtualbox until it's supported natively. [01:43] To pipe the output to pastebinit, then I can read what it says :P [01:43] jsimonfm, one shouldnt really change permissions thats what sudo is for and its much safer to use sudo === Guest37013 is now known as wesley === wesley is now known as Guest75791 [01:44] snark: It's an ubuntu minimal installation, and this device should only run this one programm [01:44] So the whole command will look like sudo sh ./amd-driver-linux-8xxx-etc.run --buildpkg Ubuntu/precise | pastebinit [01:45] 1314119 [01:45] Ok, that was partially successful :) [01:45] jsimonfm, can I ask what your trying to achieve? [01:45] no splash screen at boot, but it's back on shutdown now ... I'm going to try without the 640x480 and see if that fixes the boot ... at least now it's a blank screen, instead of ugly text [01:46] so anyone knowledgeable about ubuntu + compiz? I installed compiz, and everything is working well except the disappearing panel I had on the side of my screen, it won't reappear [01:47] Hrmm [01:47] Well that's upsetting. [01:47] Unable to resolve dh-modaliases execstack. Please manually install and try again. [01:47] :| [01:47] the panel on the top, which is also set to disappear, works fine [01:47] :( [01:48] brb 1 sec [01:48] snark: What i'm working on is this: a device that boots into an minimal Ubuntu with X and openbox, the software is autostarted and should be the only thing, the device is running [01:48] Oh wait [01:49] So according to a few forum posts, that's because you already have fglrx installed, or a broken fglrx installed. First we need to completely remove fglrx from the system then run that script again and people have replied that that works. [01:49] jsimonfm, and what *software* is this? [01:49] SO! Ready to remove fglrx? Let me know when you're back, Skeeter_lappy. [01:49] snark: My last problem is this network setting issue, anything else works [01:49] I also have a dmraid question ... I have a hardware raid that shows up fine, and works well, but sometimes it's /dev/dm-0, and sometimes it's /dev/dm-1 ... any way to lock it down? [01:49] <|Anthony|> how do i get clamtk to quarantine files? it has a quarantine view, but no option to automatically quarantine files it finds [01:50] back [01:50] snark: It's an control software for an lighting control console [01:50] kk [01:51] <|Anthony|> clamscan has a --move=dir cli option. but i don't see that implemented in clamtk [01:51] Skeeter_lappy: sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* [01:51] jsimonfm, and what network setting is it trying to set? [01:52] Skeeter_lappy: That will completely remove fglrx. Then use your up arrow, press it about 2 times to get that sudo sh ./amd-driver-installer-8.xxx.run --buildpkg Ubuntu/precise from the command history :P [01:52] <|Anthony|> nm [01:53] jsimonfm, and what is a "lighting control console"? [01:53] snark: acually the normal ones like for eth0 on the ubuntu box, it is used for some light control protocols [01:54] swame thing [01:54] so, as dumb as it sounds, how come the AMD/ATI graphics driver family is call fglrx? [01:54] same* === florin is now known as Guest33297 [01:54] oh wait, nvm [01:55] FireGL and Radeon for X, apparently [01:55] snark: a controller for lamps in theaters for example: http://chamsys.co.uk/products [01:55] Skeeter_lappy: Even after purging fglrx? :\ [01:55] jsimonfm, ok that make s a bit more sense to me! [01:56] typed exactly what you put in [01:56] interesting, if I put the disappearing panel horizontal, it works === Kasjopaja is now known as Guest83985 [01:57] I have an idea, hehe [01:57] try sudo apt-get install execstack [01:57] hehe [01:57] anyone know of an app for burning mkv files to a DVD disc that can be played in a regular DVD player? [01:58] If that finds and installs something, then try the sudo sh command again (Should be up arrow twice) [01:59] same thing [01:59] it did install execstack [02:00] It found and installed it? Hrmm! [02:00] Try sudo apt-get install dh-modaliases [02:00] it pauses at unable to resolve dh_modaliases [02:00] con-man, perhaps devede [02:00] con-man, mkv are just normal files as far as the dvd burner is concerned no? [02:00] yeah google suggested devede installing now [02:01] I have a dmraid question ... I have a hardware raid that shows up fine, and works well, but sometimes it's /dev/dm-0, and sometimes it's /dev/dm-1 ... any way to lock it down? [02:02] Skeeter_lappy: If it finds and installs dh-modaliases try this, 'cause we must have missed a step hehe: sudo apt-get install build-essential cdbs dh-make dkms fakeroot [02:03] we put that in there [02:03] it's sitting at generating package [02:03] I thought we did, but dunno why it would have installed execstack hehe should have been in there too with dh-modaliases [02:04] I think everything went this time [02:05] So try that sudo sh command one more time [02:05] generateds 3 pkg and removed temp dir [02:05] And see if it doesn't throw the same exception about dh-modaliases and execstack hehe [02:05] Oh sweet, good. So now you're almost done. [02:06] hang on I just ran the sudo again for ya [02:06] lol [02:06] So, now type sudo dpkg -i fglrx*.deb [02:06] That will install the 3 pkgs it built, which is your fglrx. I thought there was 4, though? [02:06] Meh === atrius is now known as atrius_away [02:07] who [02:07] Maybe it's just 3 [02:07] Yea I guess that makes sense. There's the control center, the kernel module and the other thingy [02:09] looks like that went with no errors [02:09] Excellent. Now type this: sudo amdconfig --initial -f [02:09] wait [02:09] ? [02:10] Hello, all I have what I hope is an easy fix question. I have a centos server with a group made, and users added to the group. But my ubuntu 12.04 desktop clients can't access the folder over nfs. Any sugestions? [02:10] errors were encountered while processing: fglrx-installer_9.002-ounbuntu1_amd64.changes [02:11] Hrmm [02:11] o=0 [02:11] Try sudo apt-get update [02:12] reading package lists done [02:12] It didn't complain about any broken packages or anything? [02:12] Run it again [02:12] Or sudo apt-get check [02:12] no [02:13] no complaints [02:13] k, then do sudo amdconfig --initial -f [02:13] Try the command again skeeter [02:13] which cmd? [02:14] The one that returned the error [02:14] kk [02:14] Oh the dpkg, yea run that again actually. Wont hurt. Dpkg can't handle dependencies so if it selected those packages in the wrong order it might have failed to intsall one. Runnign the command again will select and install whichever one got left behind. [02:15] Good catch, Jisawesome2:) [02:16] same error [02:16] Hello, all I have what I hope is an easy fix question. I have a centos server with a group made, and users added to the group. But my ubuntu 12.04 desktop clients can't access the folder over nfs. Any sugestions? [02:17] hrmm [02:17] Skeeter_lappy: Maybe we have better luck with aptitude? Try sudo apt-get install aptitude [02:17] kk [02:18] carefull with aptitude & 64 bit [02:18] !aptitude [02:18] aptitude is another terminal-based front-end to APT. You may encounter problems on multiarch installs (11.10 and higher) as aptitude cannot currently handle the same package with different architectures being installed at the same time. See http://pad.lv/831768 for more information. [02:18] Really? :( [02:18] http://imgur.com/PnIDY done, wooot. [02:18] bearly230, can ubuntu ping the server? what's the fstab line for that nfs mount? [02:18] "apt-get install -f " will force broken packages [02:18] Hrmm, thx OerHeks. He's getting errors using dpkg to install the fglrx .deb he built with amd's fglrx installer. How should we get it in? :\ [02:19] onitaL: I can get to the server however I can't get into the folder owned by the group. [02:19] onitaL: IE I can get into my personal folder on the centos server but, not allowed to get into the other folder. [02:19] Ah, k. So he should just do apt-get install -f to fix that broken package? [02:20] ?? [02:20] Skeeter_lappy: K so aptitude has problems with 64-bit. If you did install it, remove it with sudo apt-get remove aptitude. OerHeks says you can fix that error with sudo apt-get install -f [02:20] didn't install it [02:20] K, so just type sudo apt-get install -f [02:20] kk [02:21] oh, what's the permises of that folder, bearly230 ? ls -la /that/folder/ [02:21] +in the server [02:21] why would you force install a package? if it won't install w/o -f investigate way [02:21] *why [02:21] ya, "-f" isn't force, but fix [02:21] it did't upgrade install or remove anything [02:21] onitaL: I've got the same uid on both server and client. The folder has write/read/execute for all group members. [02:21] hmm, i thought it was force.. ok. [02:21] you're not using jedi power there yet [02:22] Hrmm, well.. [02:22] *thinks* [02:22] Well lets see if it's working, anyways hehe.. [02:22] Do: sudo amdconfig --initial -f [02:22] <|Anthony|> why is my firefox making several connections to 127.0.0.1 [02:22] Then type startx [02:22] how can i make a couple of cmds run every time i restart my server? [02:23] if I wanted to restart network manager, is there any way to truly do that w/o rebooting? Once I loose the network manager widget in my menubar, I never seem capable of getting it back [02:24] S**T errors [02:24] Errors from amdconfig, or startx? [02:24] startx [02:24] What did X say? [02:25] Try fglrxinfo [02:25] a lot [02:25] lmao [02:25] LOL k, just do fglrxinfo | pastebinit [02:25] i3luefire: /etc/rc.local [02:25] Then startx | pastebinit [02:25] hehe [02:25] why mini ubuntu iso hardy heron doesn't work any more? [02:25] How can update my Ralink rt2800pci wireless card with the latest drivers? or where can i find the source of the driver? [02:26] fglrxinfo is empty doc [02:26] !nfs [02:26] nfs is the network file system. See https://help.ubuntu.com/community/SettingUpNFSHowTo for information on installing and configuring NFS. [02:26] hah [02:27] Well, I'm guessing fglrx didn't get installed, hense the error. fiddle sticks! [02:27] Darnit! LOL :( [02:27] both say empty doc [02:27] That's weird! [02:27] lol [02:27] Maybe I did that wrong for startx [02:27] Maybe you'd use startx >> pastebinit [02:27] ? [02:27] onitaL: permissions on folder are drwx------. 4 ksradmin ksradmin 4096 Oct 28 18:57 ksradmin [02:28] bearly230, ahhh, it has 0 as group permission [02:28] I guess you could just cat /var/log/Xorg.0.log | pastebinit [02:28] HEEHEE! [02:28] onitaL: yep I see that now. Getting late here hehe [02:28] Skeeter_lappy: K, so just do cat /var/log/Xorg.0.log | pastebinit [02:28] no problem, it's been a while since I used nfs. I use samba [02:29] hi all. is there a way i can copy my file system from one drive to another? [02:29] kevin^: dd [02:29] does ubuntu have floppy installer? [02:29] kevin^: From a terminal, type man dd [02:29] and I thought it had to do with /etc/host.export or something lke that, but also thought the permises were wrong [02:29] rald, i don't think so ; ) [02:29] rald: Almost certainly no. Floppy's are extremely small. You could put something like Debian's netinst on a floppy, but that's not Ubuntu heehee! === simpleirc is now known as SecretFireMobile [02:30] michealPW: the destination partition is smaller than the source partition, but the actual disk usage isn't. would that still work? basically, moving my root partition from a 500gb partition to a 40gig SSD partition... [02:30] hola [02:30] michealPW, i even doubt that ubuntu netinst will fit on a floppy :P [02:30] michealpw 1314195 [02:30] but only has ~15gb usage [02:30] netinst is just basically enough to get the system up and running and downloading the rest of teh required stuff heehee. I'm not even sure if you can get netinst on a floppy, though :\ [02:30] alguien de Chile por estos lados?? [02:30] steven-: haha you're probably right. [02:30] onitaL: got permissions changed on server folder guess I have to restart client to get it to update. [02:30] k, thx Skeeter_lappy. Lets see if I can figure this out :| http://paste.ubuntu.com/1314195 [02:31] bearly230, I dont' think so [02:31] hrrrm gonna try something. [02:31] lol, i meant debian netinst, now i messed it up, well I guess you've got it anyway [02:31] [ 8506.151] (EE) fglrx(0): The graphics processor is already set to console mode, set X mode fail. Cannot start X. [02:32] Oh hey, that doesn't sound like a very bad error.. Try just restarting the computer, Skeeter_lappy. [02:32] onitaL: still showing locked with permissions drwxrwx---. 4 ksradmin ksradmin 4096 Oct 28 18:57 ksradmin [02:32] ok thanks [02:32] Maybe the old, broken X is still running, preventing startx from working... Well, I hope anyways haha 'cause I'm out of ideas mate :( [02:32] kk === norwack is now known as Norwack [02:32] bearly230, how are you mouting? [02:33] onitaL: via fstab [02:33] what's the line? [02:33] can you mount from CLI? [02:33] Hello. I have uses with my wifi signal strength. I have the Ralink rt2800pci. Any ideas? [02:33] Anyone know if Unity supports zsh/bash/emacs move point command? [02:33] mounting what? [02:33] onitaL: serv1:/home /media/serv1 nfs defaults 0 0 [02:33] mount /dev/sdx /media/mountpoint [02:34] generic kernel has pae now, right? [02:34] you will add parameters for the filesystem though, the man pages will help you === juggernaut is now known as Guest17852 [02:34] onitaL: I'm able to get into my own folder on that same server with no problems. [02:34] aha, do you have the ubuntu's ip in /etc/exports? [02:35] WOOOOOOOOOHOOOOOOOOOOOOOOO!!!!!!!! [02:35] onitaL: I have 2 clients/users we can both connect via nfs to the server and get access to our own folders, just not this one folder. [02:35] Thanks a million dude! [02:36] It worked? [02:36] Yay! :) [02:36] Heck yeah [02:36] bearly230, is that folder defined in /etc/exports? [02:36] Dude I owe you [02:36] Congrats, mate! Sorry for the huge process, hehe [02:36] no problem at all [02:36] ALright, I have a question about webservers [02:37] HOw can I host multiple websites on my one server? [02:37] I learned not to use janitor again [02:37] onitaL: the server exports file only has /home *(rw) the ksradmin folder is under home. [02:37] Well, there's no way Janitor did that. I'm not an expert with Janitor [02:37] neither am I but I won't take the chance [02:38] Anyone? [02:38] michealpw thanks bro [02:38] I owe you [02:38] But I dont' think it even has the ability to do that. Something broke your fglrx (FireGL, Radeon and Xpress) driver package and not only that but the open source radeon driver wasn't able to get X started. HEH! You manually built the fglrx packages and manually installed them, then manually generated an xorg.conf file with the new fglrx driver selected :P [02:38] ah, so in the client you can see /home/ksradmin but not the files /home/ksradmin/* ? bearly230 [02:39] <_cronus_> Jisawesome2, you define virtual hosts. [02:39] onitaL: the clients can see all folders in home on the server and get into our own, but not this 1 folder. [02:39] What ever did it beats me [02:39] but thanks again [02:39] Cronus, how do you do that? [02:40] No problem hehe, that's what I'm here for :P [02:40] I'll remember that [02:40] bearly230, Im wondering if the nfs daemon can be restarted [02:40] time for shower and bed [02:40] <_cronus_> Jisawesome2, which server are you using? [02:40] onitaL: hold on I'll restart it. [02:40] Almost time for bed for me, too heehee. Take care, enjoy your fully accelerated X Windows Server hooah! (muscle) [02:41] :) :) :) [02:41] onitaL: restarted nfs on server, still same issue. [02:42] Cornus, I am using 8.04 [02:42] hi folks, how to download youtube videos on Zorin 6? [02:42] What is Zorin? [02:42] bearly230, interesting, specially if you say you already fixed the permissions [02:42] <_cronus_> Jisawesome2, I mean which web server are you using [02:42] paris: You can get a Firefox extension to capture streaming videos. [02:43] paris: Is that what you mean? [02:43] I have a dmraid question ... I have a hardware raid that shows up fine, and works well, but sometimes it's /dev/dm-0, and sometimes it's /dev/dm-1 ... any way to lock it down? [02:43] Cronus, I dont know what you mean [02:43] None I believe yet [02:43] it is the same like Ubuntu 12.4 [02:43] onitaL: current permissions on folder are drwxrwx---. 4 ksradmin ksradmin 4096 Oct 28 18:57 ksradmin === Guest75791 is now known as wesley [02:44] <_cronus_> Jisawesome2, maybe you could ask #apache2 for some help to get you starting. [02:44] paris: Ah, well, install firefox (If you haven't already) and then in Firefox open the Add-On manager and search for "Flash Video", it will find the Flash Video Downloader add-on. I use that, it works very well and it's free :) [02:44] onitaL: Group line is ksradmin:x:505:russk,glenp [02:44] Will do === wesley is now known as Guest45290 [02:45] For the time being, how do I host just one website =P [02:45] paris: Then you just go to whatever video you want to download and wait for it to begin playing/downloading.. Then FVD icon will turn blue, you can then click it and get an option to save the movie to your computer :P [02:45] Hi, I upgraded to kubuntu 12.10 from 12.04 yesterday. I had some problems with my graphics display and finally was able to roll-back to the legacy fglrx driver and everything was working fine untill my touchpad stopped responding to taps. The left-click button is working fine, but nothing happens when I tap the touchpad. Any ideas? [02:45] Hi everyone. [02:47] Jisawesome2: In a terminal, type apachectl -v [02:47] Jisawesome2: What version does it report? [02:47] Or are you already in #apache2 getting help, hehe? [02:47] Im not yet [02:47] Right now I just want to try to host one website [02:48] hi guys, is there any alternative to wifi miniport feature you find on win7 to create virtual AP [02:48] Well, you can disable virtual hosts in your apache configuration and just point apache to a single directory :\ [02:48] I havent downloaded anything yet [02:48] i tried hostapd but things get pretty messed up [02:48] *isntalled [02:48] Oh, you don't have apache installed at all hehe? [02:49] nope =P [02:49] im going to install LAMP soon [02:49] Well basically, by default apache2 will install setup to only serve a single directory, I think /var/www. [02:49] So really, out of the box it's ready to act the way you want it to :P [02:49] how do I monitor GPU temperature of an amd gpu using the opensource drivers? [02:49] I just put together a system and I want to monitor the gpu while I work to make sure it's being cooled properly [02:50] So, what would the steps be to set up a single webpage from installation [02:51] !lamp | Jisawesome2 [02:51] Jisawesome2: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [02:51] Jisawesome2: Actually wait, hehe. First, okay.. In apache there's the notion of "virtual sites"; Basically these exist only in the configuration file and everysingle site could be in the /var/www directory, each contained in their own subdirectory.. Then in your apache config, you'd specify "virtual" sites, pointing them to their respective directory inside /var/www. [02:51] Would that use different ip's [02:52] Jisawesome2: In Apache2, there's also the notion of public user sites, where each user gets their own site in their /home/user directory. You can then access each user's homepage by a url like: www.yourdomain.com/~someuser [02:52] Jisawesome2: What are you trying to do? [02:53] I want to be able to be able to host multiple websites with different ip's [02:53] hi ppl.....i have a very good question for u guys...........trying to install my libflashplayer.so file for a update of my firefox flash, so i do that in terminal to locate the old file: locate libflashplayer.so [02:53] /usr/lib/flashplugin-installer/libflashplayer.so [02:53] /var/lib/flashplugin-installer/npwrapper.libflashplayer.so [02:53] root@bt:~# cd /usr/lib/flashplugin-installer/ [02:53] root@bt:/usr/lib/flashplugin-installer# ls [02:53] whiteside: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [02:53] root@bt:/usr/lib/flashplugin-installer# ls [02:54] !backtrack [02:54] yep [02:54] 64 bit [02:54] There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux), Ultimate Edition [02:54] Jisawesome2: Well no, all the "virtual sites" would be exposed through the same IP address. What you'd do is map different domains to the different sites, like www.calculator.com maps to /var/www/calc/, www.spreadsheet.com maps to /var/www/spreadsheet/ etc. etc.. Really each domain points to the same IP address though. Hense the "virtual" server :P [02:55] ah [02:55] k [02:55] Jisawesome2: Well different IPs is a totaly different ballpark, unless you mean IPs like 192.168.1.1, 192.168.1.2. Those are a different "class" of IP address', reserved for your local network basically. Those you have control over, your external IP address that you're connected to IRC with can't be changed by you, though.. That's given to you by your internet provider. [02:56] someone trying to hide their IP address from IRC? set up a proxy. find them at www.spys.ru [02:56] I dont need different ip's if directing domains to subfolders is secure [02:56] Hi I have a broadcom wireless card and need some help getting it working. I read through and attempted the information on the ubuntu site but that didn't work. [02:58] hi all. quick question, i need to do that grub reinstall. how do i do that? somebody pointed me to like a !grub or something, but i dunno what it was... [02:58] Jisawesome2: Yep, you can achieve really fine-grain security if that's your desired goal :) [02:58] !grub | kevin_^ [02:58] kevin_^, please see my private message [02:58] Can Dash be set up to listen to bash/zsh/emacs move point commands? [02:58] oh there it goes [02:59] Jisawesome2: Basically, for what you want to do Apache2's already setup and ready to go. It will install and create a directory at /var/www, probably a bunch of subdirectories underneath that depending on the apache2 package and then setup the configuration file with 1 virtual site, pointign at /var/www. [02:59] Will people only be able to access their subfolder rfom FTP, not other's? [03:00] Well FTP's a different story. FTP's terrible. You'd probably want to go with ssh or something along that line. [03:00] FTP is nearly insecurable haha. [03:00] SFTP? [03:00] !ssh [03:00] SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon) [03:01] !sftp [03:01] Iunno, I guess. I still would recommend ssh over sftp. I'm not an expert on sftp. [03:02] kevin_^: is the boot working or you just want to reinstall grub [03:02] Michael, could you explain ssh to me [03:03] asilhouette: boot was fine, but got replaced with windows boot loader [03:04] ive done this before though but i couldnt remember that link but got it now [03:04] Jisawesome2: ssh is a way for people to remotely connect and log-in to your computer. Users could remotely log-in to your computer and control their virtual site. SSH was built with security in mind, though. In fact it's called the Secure Shell Protocol :P [03:05] Jisawesome2: FTP was never designed with security in mind. Perhaps SFTP can provide the security you need, I'm not familiar with it. I _know_ ssh can, though, albiet ssh might be more difficult to setup than sftp I'm not sure again I'm not familiar with sftp. [03:05] With SSH, can you make it so people can not go out of their respective subfolder [03:06] Exactly [03:06] Thank you [03:06] They can't even _look_ inside other people's virtual sites. Yet they have access to all kinds of tools that are very useful for workign with a remote server. [03:06] So are there SSH clients? [03:06] As a developer, haha, I can tell you it's a heck of a lot nicer to have a shell access to a remote server than some clumsy FTP access :P [03:06] SFTP is an extension to SSH.... allows more possibilities for managing remote files than SCP [03:07] There's a bunch of really great ssh clients, even for Windows. On Windows PuTTy is a great ssh client. [03:07] Really, chatdenfer, I didn't know that. Do you recommend sftp over ssh for his needs, then? [03:07] ALright, another question, Can you use a server for multiple purposes, ie a game server and a web server [03:08] SSH-clients on Windows... try Cyberduck [http://cyberduck.ch] [03:08] can someone helpme figure out how to inst6all ubuntu 12.10 [03:09] MichaelPW, rather look at it as another tool in the toolbox [03:09] Put the disk in and do what it says [03:10] michaelPW anything more secure than regular old-skool FTP is my advice [03:10] it says it cant find the autorun software. [03:10] ALright, another question, Can you use a server for multiple purposes, ie a game server and a web server [03:10] with proxmox [03:11] michealPW! I have Add-On manager in Firefox and check it Downloader Helper. I am not sure if I have you comprehended correctly, did I? [03:11] Jisawesome2: yes [03:11] How wastrel [03:12] Actually, I will just find out later [03:13] Remoting in using SSH, you'll have to issue scp, mv, to move files around. Using SFTP you're connected securely and can use regular put, delete etc commands [03:13] paris: Go here with Firefox https://addons.mozilla.org/en-US/firefox/addon/flash-video-downloader-youtube/ [03:14] chatdenfer: Ah, maybe I should install it and play around with it :) [03:15] michaelPW: you on Ubuntu or derivative thereof? Should already be installed... [03:15] sftp? On Ubuntu 12.04 LTS [03:15] yes, simply sftp username@host [03:16] Server will prompt for same RSA certificate as usual when SSH-ing to a new host [03:16] Answer Yes and type password of remote host. [03:16] who here watches Hak5 [03:17] From there it should be smooth sailing... [03:17] Hrmm! [03:17] Neato! [03:18] So you wouldn't be able to use a regular ftp client, then? [03:18] anybody can answer how to upgrade from 10.10 to 12.10? [03:19] michealPW! I am grateful to you for that inside on that. I will read it and hopefully it will be fine! Big thanks! [03:19] StormTwo> just upgrade? [03:19] michaelPW: haven't tried regular FTP cilent... Lots of them can do SFTP though, Filezilla, built-in Ubuntu SFTP-client etc [03:20] paris: No problem. Good luck. From that link, you can install the add-on to firefox. Just click big green button "+ Add to Firefox" [03:20] chatdenfer: Interesting! So is it sshd that's providing the service, then? [03:20] anybody can anwer [03:20] michealPW: hi is there any way to create a virtual AP from the wireless card i'm using?? i can do it on win7, and hoping there is something like wifi miniport on ubuntu as well [03:20] *answer? [03:20] it wouldnt [03:20] michealPW! Ps. The Downloader Helper also works! [03:21] i have downloaded it and it wouldnt load [03:21] i want the wireless card to receive wifi and be a AP at the same time?? [03:21] I don't personally know, asilhouette. Perhaps somebody else knows, though. I don't use Wireless :\ [03:21] ah [03:21] thanks [03:21] or if you wanted to keep all your linux programs isntall ubuntu on virtualbox synch your programs on the vb with software center then reinstall on your computer [03:21] Yup, opening a port 22 connection over which all ftp traffic is run [03:21] I think you can do it, hehe, if encouragement helps. I'm just not sure how you'd do it :P [03:21] thats if you have another box [03:21] if only i knew how to do it, i'd never go back to Windows [03:22] chatdenfer: Ah, that's neat stuff! :) [03:22] asilhouette: Hah, that's the spirit! :) [03:22] is all the ports in ubuntu really closed? [03:23] well isolated i guess because i ran a port scan on audit-pc [03:23] michaelPW: best of both worlds! [03:23] anybody pls answer immidiately [03:24] StormTwo: Can I answer with a question? Does sudo apt-get dist-upgrade not get you anywhere? [03:25] 10.10 > 11.04 > 11.10 > 12.04 LTS > 12.10 [03:25] !upgrade [03:25] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [03:25] OerHeks: If his sources are set to show LTS, could he dist-upgrade from 10.10 up to 12.04? [03:25] nvm, let me read those links :P [03:26] Answered in firth paragraph of first link (giggle) thx OerHeks. [03:26] michealPW yes [03:27] StormTwo: I don't understand the question? [03:28] StormTwo: This link https://help.ubuntu.com/community/UpgradeNotes describes the process you would take. dist-upgrade repeatedly up to 12.10, like OerHeks suggested :) [03:28] michealPW i have downloaded a 12.10 version, my ubuntu is 10.10, when im going to upgrade to 12.10, it wouldn't work [03:29] Right. That's too much of a jump and is not supported. You would have to go from: 10.10 > 11.04 > 11.10 > 12.04 LTS > 12.10 [03:29] you can't upgrade from 10.10 to 12.10 directly [03:29] Best way is to reinstall, backup your data first. [03:29] oh what michealPW said [03:30] Yea, if possible just backup your data mate and just install with the 12.10 disk, not upgrade :P [03:30] yeah, I'd reinstall reather than do all those crazy dist-ugprades [03:32] StormTwo: I second onitaL, backup, dl 12.10 and start fresh [03:33] I would suggest to create a partition for only data (( not /home/xxxx )) [03:33] How can I find what is causing my system to drop ethernet connection every so often? It is not in the logs and it is *very* frequent [03:33] in that way fresh installs are easier [03:33] Hi I have no idea why I can't hear any sound!? It is not mute! Does anyone know what I should do? [03:33] My touchpad suddenly stopped responding to taps after an upgrade to 12.10 from 12.04. Everything else (scrolling, moving, etc) works fine except for tap and double-tap. Any ideas? [03:33] my ubuntu virtual machine now freezes at the start up screen with UBUNTU 12.04 and the 4 dots below it [03:34] lol [03:34] wow [03:34] it's not erally frozen, because when I quit, it shuts down properly, any ideas? [03:34] elisa87: I might be able to help .. you've a standard configuration or are you doing something special? [03:34] Ox0000 may I know how did you upgrade to 12.10 from 12.04 and how long did it take? [03:34] robbie I cannot listen to music in [03:35] robbie I can hear the music being played in Pandora.com or spotify or music player in Ubuntu [03:35] elisa87: I did it through Muon update manager (Kubuntu). It took almost 2 hours. [03:35] open sound in settings, and go to test sound -- can you hear anything there? [03:35] elisa87: open sound in settings, and go to test sound -- can you hear anything there? [03:35] Ox0000 might this upgrade hurt my installed programs or files? [03:35] elisa87: ooh Im sorry [03:35] elisa87: I thought you said "could not listen to music in..." [03:36] elisa87: where *don't* you hear sound ? [03:36] robbie I cannot hear anything from sound test [03:37] elisa87: I don't really know. I had a problem with my graphics driver, so I ended up rolling back to fglrx legacy driver today. Before that, my touchpad was working fine and also shortly after the roll-back. [03:37] elisa87: ok, what is the name of the output channel? can you select a different option there? [03:37] ver [03:37] server [03:38] michaelPW: which side of the fence on Unity? A fan like me or hate it? [03:38] How can I find what is causing my system to drop ethernet connection every so often? It is not in the logs and it is *very* frequent [03:39] chatdenfer: I'm still on the fence, haha. I still have Unity installed and my wife really likes it, so in that way it's good :) [03:39] chatdenfer: Me, Iunno. I resist change. I use KDE 4 haha, I still like the start menu-like klauncher :) [03:40] what about xfce4? [03:40] GNOME 3 is really nice, too. The "kids" account uses GNOME 3, my 3 year old navigates it like a pro haha I was amazed. [03:40] lool [03:40] michaelPW: hahaha! newer been a fan of the classic bottom right start-menu. [03:41] what about your wife? [03:41] no, grandparents! [03:41] like the one where a 3 yr old uses Win8 [03:41] !ot [03:41] #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:41] what would affect the network every few minutes? some client besides dhcp? [03:42] I have xfce4 and lxde installed. xfce4 is really nice, iunno. It's just not as complete as KDE like when I click on the xfce menu, I can't even tell what utilities are for/from xfce and what isn't haha. [03:42] Yeah, G3 and XFCE4 both good but really warming up to Unity [03:42] just out of curiosity, since i've never done it, is there an easy way to set up a socks5 proxy server? [03:42] I also have a terrible time with xfce4 and lxde themes, because they're based on gtk2 and my KDE keeps rethemeing everythign to be consistent with qt haha, it's crazyness. [03:42] michealPW, lets take the chit chat elsewhere [03:43] robbie both front and left speakers don't work also when I use my headset I hear no voice [03:43] So when I log-in to KDE, KDE breaks xfce4's look/feel. Then I gotta re-apply the gtk theme in xfce. [03:43] bazhang: Sorry, mate. [03:44] ... Can I just add one last thing? I hate the way Unity and G3 handle .desktop files. You're basically forced to work with them from a terminal using vim :( [03:44] hehe, k I'll stop now I promise :) === Guest45290 is now known as wesley === wesley is now known as Guest47769 [03:45] elisa87 sorry because I'm little bit outdated. could you please tell me which Ubuntu that you're running [03:46] how do I boot straight into a commandline.... for some reason the computer is booting up but stops at ubuntu 12.04 with the 4 dots below. Then, when I press power it shutdowns correctly, so it's not completely frozen, it just gets stuck [03:47] hot2trot: At anytime, you can hold ctrl+alt and press F1 - F4 to switch to another text-based virtual terminal [03:48] michealPW: there it is, thank you [03:48] To get back to your failed graphical terminal it's I think F7+, so your first graphical log-in would be in F7 [03:50] anyone could advise on how to patch the "Gwibber"..Thanks [03:50] i have downloaded a diff file.. but not sure of the source file of "Gwibber" [03:52] I did this and it worked : 1)Open terminal and typed alsamixer. [03:52] [03:52] 2) Press a few tabs or F5 so you can see all the options. [03:52] [03:52] 3)Now with your arrow keys go to loopback and enable it [03:52] elisa87: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [03:52] :[ [03:52] Hi, I'm trying to install fglrx on Ubuntu 12.10, and everytime I get it installed and use sudo aticonfig --initial, upon reboot it throws me to an unusable low-graphics mode (I say unusable when I can only press enter on the first menu and nothing else works), is there something I can do to resolve this? my AMD GPU falls within the requirements of the current non-legacy drivers, it's an AMD Radeon HD 6470M [03:52] holy great wall of text, batman! [03:52] congrats elisa87 --sorry I couldnt help [03:53] mushroom: You'd probably use the patch program [03:53] why does my eth0 interface keep disconnecting? [03:53] <_cronus_> mushroom, apt-get source gwibber . make sure you enable source repository. [03:53] mushroom: Something like path < /path/to/yourdiff.diff [03:53] mushroom: Check man patch for the manual. [03:53] mushroom, to patch gwibber you need to get the source code (apt-source would work for that) and then patch the source code. [03:54] mushroom: Sorry, patch < /path/to/yourdiff.diff [03:55] c_smith: How are you installing fglrx? [03:55] hello, i need to burn a iso of ubuntu but my burning programs are not working can this be done in terminal? if so how? [03:55] From where, I should say [03:55] This is my LAST dvd and i need this for my kids PC [03:55] i know this is gonna sound bad because well it linux it is already suppose to be fast but are there any setting changes and tweaks yall know of to speed up ubuntu [03:56] Thanks cronus. [03:56] Thanks michealPW. [03:56] why does my eth0 interface keep disconnecting? [03:56] i shall try it out in a while.. munching now..haha.. [03:57] mushroom: np. So then move your .diff to the gwibber source's directory, then change directories to the gwibber source and run patch < gwibber.diff (where gwibber.diff is your .diff file.) [03:58] michealPW, I've tried both via command line and via the software sources. [03:58] both result in the same outcome. [03:58] is it possible to get qemu to read my hard drive, so i can boot an iso and install directly to my drive [03:58] mushroom: Also, you'll have to make sure your gwibber's version is the same version the .diff is for else it can't work of course :P [03:58] doesn't even get to the point I log in, just LightDM seems to be throwing me to this. [03:59] c_smith: Ah, well, lets see the logs first. If you haven't already, install pastebinit (sudo apt-get install pastebinit) so that you can run this command: cat /var/log/Xorg.0.log | pastebinit [03:59] hello, i need to burn a iso of ubuntu but my burning programs are not working can this be done in terminal? if so how? [03:59] This is my LAST dvd and i need this for my kids PC [03:59] how do I set up LVM when installing ubuntu 12.04 desktop? [03:59] (and why isn't it default?) [03:59] d4rkh4nd, dd is a command line option, its powerful and can do the job, but its dangerous [03:59] Yes, your X Windows Server is failing to initialize your display for some reason. Also, do you know which ATI card you've got? [04:00] <_cronus_> d4rkh4nd, sudo cdrecord /path/to/iso [04:00] completely forgot about xorg.0.log when trying to figure this out myself..... has me wanting to look at it myself. [04:00] even better [04:00] is sudo cdrecord gonna make the iso bootable ? [04:00] <_cronus_> d4rkh4nd, not if it isn't already [04:01] d4rkh4nd, most likely the iso image you are using is bootable [04:01] lahwran: What do you mean? The LVM (Logical Volume Manager?) is part of the linux kernel, it's not an optional component. [04:01] lahwran: What's the problem you're having? [04:01] <_cronus_> d4rkh4nd, but ubuntu iso image is [04:01] its from the ubuntu website idk [04:01] it is [04:01] michealPW, http://paste.ubuntu.com/1314320/ [04:01] Hrmm lets see what we've got [04:02] d4rkh4nd, a usb thumb drive is another option [04:02] michealPW: what do *you* mean? LVM is a way to set up logical volumes that can be shimmied around at runtime [04:02] michealPW: and I can't find anything in the ubuntu installer to set it up [04:02] nor in gparted for that matter [04:02] michealPW, looking at it after searching for fglrx, seems to X.org seems to be failing to load the module fglrx [04:02] well this other pc wont boot from it the only USB i have isnt working on it idk what its deal is [04:02] Hrmm, indeed so it cannot find the fglrx kernel module. Fiddle sticks!@ [04:03] Perhaps you may have to download the package directly from AMD/ATI and build the package yourself and then install it with dpkg. [04:03] its woerd i sees the usb and when i try to boot its just says Boot error [04:03] it* [04:03] d4rkh4nd, sometimes mine doesnt boot until i shut it down completely and cold boot [04:03] michealPW, I've tried the beta, gonna try the stable version now, [04:04] Ah the beta yea I wouldn't play with that hehe :P [04:04] as I found out the hard way, [04:04] I tryed that to. It is trying to read it. Is it supposed to ne NFTS or FAT ? [04:04] why does my eth0 interface keep disconnecting? [04:04] suffice it to say it's easy to remove should anything go wrong once you know how [04:05] d4rkh4nd, i usually use ext4, but i believe the image puts it in its own format [04:05] it let me choose, and i thought NFTS was best [04:05] d4rkh4nd, ntfs wont work for linux [04:05] thats why then LOL well ill try to change to FAT [04:06] d4rkh4nd, what did you use to put the iso onto usb? [04:06] Just download the stable package from ati.amd.com, unzip it, install the dependencies like build-essential dh-make debconf dh-modaliases fakeroot execstack and dkms === Kasjopaja is now known as Guest25513 [04:06] michealPW, will do, I might have most of the deps. [04:07] d4rkh4nd, ive been using unetbootin on linux, and yumi on windows [04:07] Hi there, can someone tell me why there is a couple of files in my directory that I have never create before? Like this issue says --> http://stackoverflow.com/questions/11357403/weird-file-not-found-error [04:07] Then run it in a terminal like sh ./amd-driver-installer-whatever.run --buildpkg Ubuntu/precise; then install those with dpkg -i fglrx*.deb [04:07] Should be able to then run amdconfig --initial -f [04:07] btw I think they renamed it to amdconfig from aticonfig ^_- [04:08] Hello. i have issues with my wifi signal. on windows i get full bars, now i only get 1 and 2 when i use ubuntu [04:08] michealPW, I'll try amdconfig this time, [04:09] Hopefully that works. Then restart the machine and hopefully you'll get to a working lightdm this time hehe [04:09] yeah [04:10] anyone? [04:10] though I should add I'm on Quantal, not Precise, Precise doesn't handle my optical drive well. [04:10] Could be as simple as dependency, happens to me all the time hehe. Some nice fella should make an "fglrx-depends" package that depends on all the tools you need to build even the fglrx kernel module. That'd be nice :) [04:10] Anyone? [04:11] could be. [04:11] Oh you're on Quantal, ehh? I think it's basically the same, except Ubuntu/quantal ( if AMD supports it? :P ) [04:11] So sh ./amd-TAB --buildpkg Ubuntu/quantal [04:11] yeah, I kinda figured it'd be Ubuntu/quantal, just thought I'd mention that in case it meant something. [04:11] Maybe sudo sh ./amd, getting late I can't think haha :( [04:12] Hope not (rofl) [04:12] get some sleep, then. :) [04:13] well, gonna reboot to see if this worked. [04:13] norwack: what does sudo iwconfig say in terms of signal level? [04:13] installed the febs? [04:13] err, .debs? [04:16] norwack: ? [04:17] chatdenfer: norwack is gone and its more then likely a driver issue.. Had this problem till them updated my aerthos card on laptop different model then intended driver. [04:19] Gnome3man: thx! I would have suggested drivers. Guess we've all been there, huh [04:20] i found a way to fix plymouth with the nvidia drivers :) [04:20] now that I know what the thing is called, it was easy to search for the solution [04:20] how can i start qemu booting an iso and reading a real hard drive, i want to install an iso this way [04:20] http://askubuntu.com/questions/131120/no-splash-screen-after-nvidia-propietary-drivers [04:20] Hrmm [04:20] the script needs some fixes, but it works [04:20] chatdenfer: documentation is getting better in explaining different wifi modules and additions.. [04:21] so now, any dmraid pros available? :) [04:22] hey guys! I'm completely lost. I've installed Elementary on ubuntu 12.10, went back to gnome, updated and stayed in gnome for a few days..I came back to Pantheon to try it again, and there is nothing except the wallpaper and icons. I created a file to open in Chrome to get here, but since I don't have access to a terminal, I can't log out and choose something else at all. What can I do? [04:22] what's elementary and what's pantheon [04:22] well, that didn't work...... fglrx from the AMD site didn't help at all [04:22] Hi michealPW.. [04:22] Hi :) [04:22] i did the patching.. [04:22] patch < 8fd91e42-1934-11e2-916b-002481e91f22.txt [04:22] can't find file to patch at input line 4 [04:22] Perhaps you should have used the -p or --strip option? [04:22] The text leading up to this was: [04:22] -------------------------- [04:22] mushroom: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [04:23] wastrel: Elementary is a new WM much like gnome, and Pantheon is it's shell. [04:23] it was asking for the File to Patch.. how to find out the file name? [04:24] c_smith: Well, you installed the .debs after you created them with the ati script and didn't get any errors in the terminal?/ [04:24] michealPW, correct. [04:24] c_smith: Then ran amdconfig --initial -f and restarted, still no go? [04:24] did I need the -f? if so, I didn't add that. [04:25] c_smith: Well, lets checkout the new log maybe it has some hints. Do cat /var/log/Xorg.0.log | pastebinit [04:25] I just ran sudo amdconfig --initial [04:25] Well Iunno what the -f even does, I just remember that from manual somewhere haha [04:25] Have always used it (blush) [04:25] cat /var/log/Xorg.0.log | pastebinit [04:25] Maybe let me look it up [04:25] oooops [04:25] .. [04:26] that was the command I had just run.... [04:26] michealPW, here you go: http://paste.ubuntu.com/1314345/ [04:26] wait, I found a way to open a terminal, I'll be alright from there. :D [04:26] Hello can someone help me? [04:27] this time no mention of fglrx in the log. [04:27] Oh, -f is the force option. The manual says something about force 'causes it to write out the xorg.conf even if there already exists a broken xorg.conf, I think, is how I interpret it hehe. [04:27] Hello? [04:27] !details|Swiss_Onyx: [04:28] i have a eeepc 901 running 10.10. when i try to upgrade to 11.04 ...12.04, i get the error message 'not enough memory'. the 901 has a 4gb ssd and a 8gb ssd stock, (also have additional 16 gb sd card) [04:28] Swiss_Onyx:: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [04:28] Maybe uhh, do sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup [04:28] Then do sudo amdconfig --initial [04:28] kk [04:28] Start with a fresh new xorg.conf from amd hehe. Then restart the machine and see what it has to say for itself hehe [04:28] will do [04:28] ahzi: you'd likely be better off backing up your data and reinstalling fresh [04:28] !ask | Swiss_Onyx [04:28] Swiss_Onyx: 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:29] is there a step by step how to link? [04:30] hmmmmm.... in the amdconfig --initial command, I just got a warning from update alternatives: "warning: not replacing /usr/lib/x86_64-linux-gnu/xorg/extra-modules with a link" [04:30] I am having trouble with my 12.10, I upgraded from 12.04 today and it freezes when I get to the purple screen that says "umbutu" and has 4 dots below it. I had this problem before in 12.04 but it only happened about once every 20 times I booted but now it happens 9 out of 10 times [04:30] might that mean something? [04:31] Hrmm, iunno what that means honestly HEH! [04:31] !nomodeset|Swiss_Onyx: [04:31] ah, well, continuing [04:31] Swiss_Onyx:: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [04:31] Maybe the link already exists? [04:31] it might. [04:31] *shrugs* hopefully it's not important (rofl) [04:31] hopefully, if it is, and fglrx keeps failing, I can always fall back on the intel chip [04:32] anywho, trying this again [04:32] Jah, but radeon is much preferred heehee! :) [04:32] it dosent really affect anything if im running x86 on a AMD Athlon(tm) Dual Core Processor 4450e × 2 right? [04:32] What do you mean, danon? [04:32] As opposed to running x86_64, you mean? [04:33] yeah because im running ubunto 12.10 32 bit [04:33] And your Athlon's a 64-bit processor? [04:33] yeah [04:33] It's not bad nope :) [04:34] can you enplane it again in simpler words? Im a writer not a computer scientist [04:34] ok just making sure because im in the process of configuring ubuntu [04:34] Swiss_Onyx: It's just explaining that, the splash screen during boot is a fancy technology called kernel modesetting. Some graphics cards can't do this and so it must be turned off :P [04:35] Swiss_Onyx: did you read that web page? [04:35] Swiss_Onyx: You can turn it off with the nomodeset parameter. Read the web-page, it probably explains it better too :) [04:35] thank you [04:38] is there any reason that my system monitor app would be showing four cores? [04:38] I have a dual-core laptop [04:38] I am trying to follow the instructions but I cant figure them out\ [04:38] Hyper-Threading, lanken? [04:39] michealPW: core i5 ivy bridge...yes, that makes sense. [04:40] hey guys i need some tips how to use irc [04:40] fernando_: you're already here, how much more do you need? :) [04:40] lanken: Jah, Intel's Hyper-Threading technology creates a second "virtual" core in each of the 2 physical cores. [04:40] * cfhowlett LOL [04:41] lanken: Basically. I'm sure it's more technically involved than that (rofl) :P [04:41] well first step would be getting a irc client [04:41] michealPW: right, it's like cars that merge perfectly on the highway...I remember watching the video :) [04:41] yes i do basicly find some channels and stuff like that [04:41] michealPW, where am I supposed to enter the code on the url you sent me? [04:41] Yup, first step to IRC is getting a good client... On linux, amagad there's so many to choose from :) [04:41] aaaaand it didn't work again, and thus I give up. [04:42] I am really digging the window manager and panel that comes with Quantal [04:42] I know my card is in the HD 6xxx range [04:42] i wish they would port M-irc to linux [04:42] c_smith: Fiddle sticks! :( [04:43] michealPW, I am still confused, I can not understand what I am supposed to do [04:43] yeah, and I have no more time to mess with it tonight, not that I'm exactly getting bad results with my Intel GPU and the 3.5 kernel [04:43] Swiss_Onyx: did you read the web page? [04:43] Yes I must retire very shortly myself, very sorry I couldn't be of more help :( [04:43] I blame society, c_smith ;) [04:43] michealPW, might the fact that the two GPUs being a muxless pair be a possible cause? [04:43] i dont understand the webpage [04:44] c_smith: I think it might be really complicating things, certainly. I'm not familiar with that kind of setup, mate :\ [04:44] Swiss_Onyx: at what point are you getting lost? [04:44] c_smith: I vaguely remember somebody else having the odd behavior that the intel chip wanted to be the primary display controler, but dunno much about it I'm afraid. [04:44] michealPW, afaik, X.org doesn't support Muxless pairs. [04:44] how i talk to someone in private here - or not in private but only with that person [04:45] when it shows me code, where do I imput this? The terminal? [04:45] Swiss_Onyx: what's the URL again? [04:46] fernando_, /msg [04:46] http://ubuntuforums.org/showthread.php?t=1613132 [04:46] Jah, kind of a leap but have you tried switching which gpu you connect your monitor to? === Guest47769 is now known as wesley [04:46] Iunno, maybe that wont help hehe. [04:46] what dangers are there to encrypting my home folder? [04:46] thanx c_smith [04:46] lahwran: only the /home? [04:46] michealPW, can't it's a laptop that I didn't build [04:46] what kind of data might leak out due to the rest of the FS being unencrypted? === wesley is now known as Guest40279 [04:46] lahwran: lose the password and lose your mind .. [04:46] cfhowlett: it's an option in the desktop installer [04:46] Lenovo IdeaPad U400, [04:46] c_smith: Ah I see, interesting [04:47] cfhowlett: that's not really a risk with this password :p [04:47] I thought it was a desktop with discrete amd graphics hehe [04:47] lahwran: so long is you encrypt ONLY the /home you should be OK [04:47] yeah, like I said, not exactly disappointed with the milage I'm getting with the Intel chip. [04:47] how so? I mean, as opposed to what? [04:47] anywho, I'm out, gotta get my rest. [04:47] Yea, still it would be best to have both GPUs firing right? :) [04:47] true [04:47] Me too, take care :) [04:47] Swiss_Onyx: go down the page to where it says: How to temporarily set kernel boot options on an installed OS (not wubi) [04:47] thanks for trying, michealPW [04:49] cfhowlett: only encrypt home as opposed to what? wouldn't whole-fs encryption be safer? [04:49] ok, so when I get to this part what do I enter? [04:49] lahwran: and it begins ... [04:50] cfhowlett: what does? [04:50] lahwran: theoretically, yes you are right [04:50] Swiss_Onyx: you want to try the different acpi options listed in the text above [04:50] cfhowlett: but? [04:50] cfhowlett: please don't take me for an idiot, I'm only stupid on weekdays [04:50] lahwran: but full FS encryption has some unexpected consequences around upgrades, networking and such. Frequently mentioned here in fact. [04:51] Which ones? [04:51] Excuse me ,I amwujie [04:51] Hi [04:51] cfhowlett: unexpected in what way? explosive/failing? leaking data? leaking encryption keys? [04:51] lahwran: there's no point in encrypting the system partitions, what is your threat model that you want to protect them from? [04:52] dougbb:The text on the URL? [04:52] ok ,This is Bug? [04:52] Swiss_Onyx: you're going to have to try the various options listed on that page, unfortunately there is no one answer to your problem, it's highly dependent on your individual hardware [04:52] thanks for enlightening him. I don't have the techno vocabulary>dougbb [04:52] lahwran: No, Encryption of the hardrive is great usually the best have control card that only excepts that hard drive be installed and ran on that system... That was the whole deal in Colorado Encrptyed laptop... [04:52] Gnome3man: I'm sorry, but I don't follow, could you rephrase? [04:52] cfhowlett: np [04:53] Hi ,What can you say someting [04:54] dougbb: uhh, just generic stuff [04:54] sulod can we see [04:54] dougbb: "someone who shouldn't have physical access does" [04:54] Swiss_Onyx: Try scrolling down to the section "How to permanently set kernel boot options on an installed OS (not wubi)" and following those directions. [04:54] hi ,I am chinese [04:55] lahwran: right, so, what damage can they do if all they have access to is the system? [04:55] do you meen the acpi=off, noapic and dolapic and vmalloc=xxxM [04:55] dougbb: they can see /var [04:55] lahwran: right, so what? [04:55] dougbb: and what packages I've installed [04:55] lahwran: right, so what? [04:55] thank you, this is much easser [04:55] lahwran: my point is, what is it that you are trying to protect? [04:56] lahwran: Look you have Controls all over the PC motherboard that send and recieve/ data.. What makes the Hard drive in Colorado Case Unique the have a Hard drive controller that lets the system know it will not run on other physical systems or they would have just cracked the system. The software encrypted Idea is great ,but you can use osphcrak and other brut force software with livecd to crack system.. [04:56] lahwran: or put another way, what bad thing happens if they get access to the bare system? [04:56] Swiss_Onyx: Try this. Hold alt and press F2. Then type gksu gedit /etc/default/grub [04:56] Swiss_Onyx: It will prompt you for your password and then open up the grub configuration file. [04:56] dougbb: :| [04:56] dougbb: guess I'll go with home encryption [04:56] thanks [04:57] Gnome3man: you aren't making much sense [04:57] lahwran: np :) [04:57] lahwran: software vs hardware encryption in short [04:57] broadcom 4313 supported by linux ?\ [04:58] lahwran: If you want to know more check out HAK5 and pentration testing Backtrack 4, 5 [04:58] Swiss_Onyx: Now go down to line 11 where it says GRUB_CMDLINE_LINUX_DEFAULT="quiet splash". You're going to add nomodeset, to make it look like this: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset". Then save the file and close it. Then hold alt and press F2, type gnome-terminal and press enter. In the terminal type sudo update-grub [04:59] thank you, for the help, sorry If i was so confused [04:59] Then restart the computer and see if you experience the same problem during the startup you were experiencing before. [04:59] lahwran: I guess for the average user encryption by software is more then suitable for your needs. [05:00] Gnome3man: for all others, there is ironkey :) [05:00] LOL [05:00] is there any particular reason that firefox would keep losing its window decorations with compiz? [05:00] compiz has been working fine till today [05:01] dougbb: Unless you got info to hide from FBI, CIA and NSA... Local thief is not this great at stealing info beyond passwords... [05:01] Gnome3man: I'm not an average user of ubuntu :p [05:01] maybe more like an average user of archlinux [05:01] Gnome3man: if you're trying to hide data from them, they have far easier ways of getting your password [05:02] dougbb: O_o creepy [05:02] You can't hide data from those agencies, that's just silly. [05:02] oh cut the fud [05:02] They'd just pick you up at night and drive you off somewhere and torture you until you give them your password LOL [05:02] Then viola, beat your encryption. (giggles) [05:02] ugh, the installer apparently crashed [05:03] lahwran: That is what I use! When not playing with ubuntu... I suggest watch videos from hak5 these geeks travel to Electronics show every year and pickup on tips by FBI and other hackers there well versed in haking [05:03] https://xkcd.com/538/ [05:04] (rofl) dougbb, nice. [05:04] So true, though. [05:04] gah, that's not funny [05:05] Well, off to bed chaps. G'night! :) [05:05] ugh, I hate hate hate hate hate hate hate ubuntu's POS bug reporting, it gets in the way and doesn't actually show _me_ the error [05:05] what kind of lunatic thinks they own my errors [05:05] how to check lock held by nfs?? [05:05] anyone?? [05:05] lahwran: there are tons of tools for pentration testing.. Mainly require gather packets and decyfer code. Weahter that be hard drive, Dvd Burner, Wifi or boot process. [05:05] lahwran: you can click the 'more information' button and it should help [05:05] I did [05:05] info: lsof [05:05] it didn't [05:05] there was nothing there [05:06] lahwran: how long did you wait? [05:06] well, not nothing, but no stdout of apt-get [05:06] dougbb: it blew up trying to install initramfs [05:06] mysystem is fairly fast, and it takes time to collect the data [05:06] dougbb: and how can i stop nfs from holding locks? [05:06] info: kill the process holding the lock [05:06] now I have to start the installation over! gah! [05:07] why don't they have continuable error handling on this [05:07] it shouldn't be _that_ hard to allow me to manually resume it [05:07] hi #ubuntu [05:07] dougbb: any specific command to kill process occupied by nfs?? [05:07] I'm running 12.04 powerpc on a powerbook g4 [05:07] I can't get audio working [05:07] info: find the process, then use 'kill [05:07] I tried following the directions on the wiki powerpc faq [05:08] and I tried some forum posts [05:08] where I need to modify the modules loaded [05:08] lahwran: Thats allright lost my ArchLinux box do to simlinks changes in gcc 4.7... Wasn't doing regular updates. [05:08] but I can't get it to work [05:08] lahwran: crashed the system.. :( [05:09] is all I have to do to upgrade from 12.04 to 12.10, sudo apt-get dist-upgrade && sudo shutdown -r now ? [05:09] dougbb: actually i'm writing a script for checking locks held by nfs, any specific command [05:09] Erin: support for 12.10 is short compared to LTS 12.04 [05:09] info: there is no magic bullet here ... use lsof to find the process, and ps to find the pid [05:09] Erin: No, not even close to whay you do to upgrade. [05:10] what do I do then, command line preferred [05:10] !upgrade | Erin [05:10] Erin: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [05:10] !dist-upgrade | Erin [05:10] Erin: A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention. [05:11] Well back to studying! :P [05:11] so [05:11] im trying to setup a lamp server [05:11] but python based [05:11] is there something more i need to do [05:11] other than install python, apache2 and mysql [05:12] x@Media:~$ do-release-upgrade [05:12] Checking for a new Ubuntu release [05:12] No new release found [05:12] ? [05:12] Erin: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [05:12] !lamp > b1lly [05:12] b1lly, please see my private message [05:12] also that link doesn't have upgrade instructions for 12.04 > 12.10 [05:13] Erin, be sure that check for lts only is not marked [05:13] okay [05:13] how do I set up LVM on a desktop install of ubuntu? [05:13] bazhang, what check? im using command line through SSH [05:14] I was following this guide: http://ubuntuforums.org/showthread.php?t=1782296 - however, after getting through the "who are you?" stage of the installer, it blew up with an error message related to initramfstools. unfortunately it wouldn't let me copy and paste the error information so I can't post it in here, and I know better than to post an error to some random debugging team that won't get back to me for a year [05:14] okay maybe that last part lets one of my pet peeves show, but you get the picture [05:15] Is there any problem if I install Gnome 3 in my default Ubuntu Precise? [05:15] Dependencies etc .. [05:15] not if you use gnome-session-rollback [05:16] what is that? [05:16] default ubuntu 12.04 has gnome 3 already installed [05:16] So no one can tell me how to upgrade from 12.04 > 12.10 from command line? [05:16] Erin [05:16] Firstly [05:16] add the 12.10 sources into apt-get [05:16] comment out the 12.04 ones [05:16] then why isn't it being shown under DE's available when I login? [05:17] then apt-get update [05:17] Coburn, got a link so I can copy/paste ? [05:17] i saw some instructions that i have to add a ppa to get gnome 3 de [05:17] add a ppa & install some stuff [05:17] Erin, I can give you a set of commands [05:17] Captain_Claw, which DEs are available when you login? [05:17] Coburn, awesome [05:17] unity, unity 2d, gnome classic, gnome classic (without effects) -- if i rem correctly [05:18] rumpe1: ^ [05:18] Erin: sudo nano /etc/apt/sources.list && sudo apt-get update && sudo apt-get dist-upgrade [05:18] Erin: before you copy paste [05:18] make sure you know what the 12.10 release name is [05:18] Captain_Claw, then it's probably gnome classic. Unity itself uses gnome3. [05:18] I think it's Percise or something [05:19] nah current is precise [05:19] what's the next one? [05:19] edit /etc/update-manager/release-upgrades and set Prompt=normal [05:19] and I alrdy updated and used dist-upgrade, and I know how to use nano :-) [05:19] Erin, ^ [05:19] k [05:19] Question for other folks. [05:19] rumpe1: i saw some instructions to add a ppa, install some stuff to get gnome 3 de (which is diff from unity). q/n is whether there's any problem that might happen if i do this? [05:19] Can I debootstrap Ubuntu so I get a nice little "baby" Ubuntu without the eyecandy (ie. base system?) [05:20] bazhang, that worked thanks [05:20] I know I can do it on Debian, but not sure with Ubuntu [05:20] Captain_Claw, first check your version. In terminal type : "cat /etc/issue" [05:20] Coburn, just installl the server version then add the stuff you want [05:20] !minimal|Coburn: [05:20] Coburn:: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want (the installer is like the one on the !Alternate CD). See https://help.ubuntu.com/community/Installation/MinimalCD [05:20] Captain_Claw: Installed Gnome 3 issues when diplaying panel on my 32" LED Vizio TV... Have to google to find solution.. Bit annoying. I use cairo for that reason to have a panel... [05:20] Uhhhh.... [05:20] Not what I wanted [05:20] I mean, I have a system already [05:20] is there a way to test python serverside? on my local web server [05:21] b1lly: what server? [05:21] lighttpd? nginx? [05:21] hi, fresh install quantal on eeepc 1000ha and wireless still continues to prompt me for password without connecting. keep experiencing this, please help :D [05:21] Captain_Claw: Also added kupfer to have access to file manager [05:21] I love my internet, downloading 12.10 in 2 mins flat ;-P [05:21] Say apache and I'll shoot you [05:21] whats wrong with apache [05:21] Erin: you make me jealous [05:21] Gnome3man: ah, ok, thanks! any other problems? like unity not working properly afterwards or something like that? [05:21] Captain_Claw: Not sure if its my expereince alone.. [05:21] Oh gawd, apache [05:22] * Coburn spits out his coffee [05:22] Coburn, 7MB/S current dl speed ;-) [05:22] whats wrong with apache [05:22] i <3 apache. [05:22] max here on ADSL2+ is 2.5Mb/s [05:22] Australia... [05:22] eww dsl [05:22] Gnome3man: also, any idea how easy it is to uninstall ? [05:22] doesn't all australian internet have crappy bandwidth caps also ? [05:22] yeah [05:22] use "alone" as nick on a english's channel.. error x) [05:22] Coburn: ...? [05:22] thats so lame :-D [05:22] we do [05:22] don't get me started on that junky webserver, that is apache [05:22] it's slow [05:23] i've dled 1TB+ in a month and never had them say word one to me ;-) [05:23] it r**es your server under load [05:23] it eats your memory for breakfast [05:23] Captain_Claw: No, Unity works like a charm.. Not sure if I buy into the idea of creating a new GUI... Gnome 3 rocks [05:23] process management is a PITA [05:23] I love nginx, and it loves me [05:23] Even though it's not user friendly config-wise, nginx craps on Apache [05:23] Captain_Claw: Uninstall what? [05:24] my opinion is XFCE is the best right now, low resource usage but very useable [05:24] Gnome3man: uninstall gnome3 [05:24] Captain_Claw: sudo apt-get purge gnome3 [05:24] actually [05:24] Captain_Claw: sudo apt-get purge gnome3* [05:24] the star will match EVERYTHING gnome3 [05:24] was captain_claw the main villain in inspector gadget? [05:25] Be careful though [05:25] Coburn: safe to do? [05:25] Captain_Claw: Review it before you say yes [05:25] anyone experienced their w/nic's prompting for wireless password again and again without connecting? [05:25] Coburn: thought that was gnome-shell? [05:25] Coburn: ok [05:25] Fudge: yes. it means your wifi is derping, power cycle the adapter [05:25] why not just install xfce4-desktop or what eve rthe metapackage is called and tell lightdm to use that session [05:25] I've had the issue on my laptop [05:25] Fudge: are you 10000000% sure the password is right? [05:26] Erin: I'd say LXDE but it's like erm a mix bag of stuff [05:26] yep 100% positive, this is really giving me greif [05:26] xfce++ :) [05:26] Coburn you mean reboot modem? [05:26] I mean, the config apps are not even related [05:26] Coburn, ahh LXDE is like the only one i've never tried [05:26] there's always DWM === robertzaccour is now known as Bigsexy [05:26] I'm in love with xfce right now, used to use gnome, and then tried fluxbox. fluxbox is pretty nice too [05:26] Fudge: ok, then do what Coburn said :) [05:26] Fudge: no, not reboot modem, power cycle your adapter [05:27] disable it and re-enable it [05:27] you should have a key combo or switch [05:27] Fudge: if you have control over the ap, try removing the security temporarily to see if it connects at all [05:27] Fudge, do you have wpa_supplicant installed ? are u using WPA? [05:27] good ideas, yep fn f2 will diable/enable thanks [05:27] Yeah [05:27] I've been in the same boat [05:27] sometimes a kernel upgrade fixes it [05:28] also [05:28] or installing the manufacture's driver [05:28] Fudge, you can try rmmod the wifi adapter module [05:28] that sometimes fixes the issue too [05:28] and modprobe it again [05:28] some times that helps [05:28] !bootstrap [05:28] !dbootstrap [05:28] !debootstrap [05:28] debootstrap is used to create a !Debian or Ubuntu base system from scratch, without requiring the availability of !dpkg or !APT. It does this by downloading !.deb files from a mirror site, and carefully unpacking them into a directory you can eventually !chroot into. See https://wiki.ubuntu.com/DebootstrapChroot for more information [05:28] Fudge, sudo rmmod && sudo modprobe [05:28] ^^ def worth a try. [05:30] Captain_Claw: Also be aware you must go to upper right hand corner to access gnome hud ... Is that what that interface is called??? unsure [05:30] Captain_Claw: ops upper left hand corner.. [05:30] Gnome3man: upper left, right? [05:30] well guys, with security disabled it connects [05:30] Gnome3man: yeah :) [05:31] I guess enable and try again? [05:31] Gnome3man: Coburn thanks for your help guys [05:31] (or girls) :) [05:31] no problems [05:31] Fudge, what kind of security is it and how are you connecting to it? [05:31] also the wireless filter was still set on allowed mac addresses so that is now disabled, that may help [05:32] wpa2 [05:32] ah, no wonder [05:32] Fudge, is the wpa_supplicant package installed ? [05:32] yeah [05:32] if it's ubuntu it should be installed, Erin [05:32] LOL you had mac address filter on? [05:32] mac address filter is for the weak [05:32] you might be good to go then if u turned it off now or added the mac of the wifi adapter [05:32] Captain_Claw: Dude I don't think we have that many girls here! [05:32] how do you customize the system bars [05:33] like the task bar and program bar [05:33] Girls that know their Ubuntu?! Where? [05:33] :P [05:33] Coburn, actually its smart considering how weak WEP/WPA encryption actually is :-) [05:33] Meh [05:33] Erin I have an old ibook that doesnt like wpa or even wep === Kasjopaja is now known as Guest5446 [05:33] I have a WiFi app on my Android phone that can kill any wifi device connecting [05:33] I cracked my own WEP key in like 5 minutes once on ubuntu just to see if I could ;-) [05:33] How? [05:33] aircrack-ng [05:34] wpa2 with AES is about the best you can do nowadays [05:34] Coburn: Girls that know IRC! here [05:34] is there any reason to use "yum" package installer over apt-get/ [05:34] wep is a joke :) [05:34] or pip [05:34] b1lly, yum is for suse not ubuntu im pretty sure [05:34] b1lly: yum is red hat [05:34] debian based uses apt [05:34] apt is godly [05:34] yes it is :-) [05:34] so if I instaleld yum [05:34] it's better than yum in some things [05:34] its pointless [05:34] i wouldn't install yum [05:34] b1lly: you won't find it in debian distros [05:34] it might break your system having 2 package managers going [05:34] you should be shot for the suggestion [05:35] can I uninstall it [05:35] and also, yum uses rpm [05:35] of cords [05:35] course* [05:35] ok, so I accidently installed it [05:35] can i passwd username in grub ? [05:35] how do I get rid of it [05:35] ok its fixed woohooo [05:35] b1lly, sudo apt-get purge yum === duuude is now known as TheArgus77 [05:35] Fudge: :) [05:35] it was a setting i had wrong in modem with the filtering, thanks for getting me to look hehe [05:35] also, has Ubuntu got a safeguard against 'sudo apt-get remove dpkg apt-get' ? [05:35] wait [05:35] If your going yum suggest using Pacman Rossetta... Crazy Idea thou... lol [05:36] also, has Ubuntu got a safeguard against 'sudo apt-get remove dpkg apt' ? * [05:36] so what exactly is debian [05:36] the fundamentals of Debian [05:36] b1lly, debian is a linux distro, ubuntu is based on it [05:36] !debian|billy [05:36] billy: Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://help.ubuntu.com/12.04/installation-guide/i386/what-is-debian.html - Remember, !repositories meant for Debian should NOT be used on Ubuntu! [05:36] b1lly: please google [05:36] :) [05:36] Ive actually thought about using debian for awhile [05:36] I use ubuntu [05:36] Debian Wheezy is good [05:36] but the support is always so good here no way im changing now ;-) [05:37] Debian support is lazy at times [05:37] Ubuntu is good, but no offese, but unity UI is sh*t [05:37] i love having an SSD for the / on this server box. so fast ;-D [05:37] I WANT MY CLASSIC DESKTOP BACK [05:37] unity is crap I agree Im using xfce when I need a gui, but usually no gui on this box I run TeamSpeak server and some torrents on it [05:37] Coburn: might want to try linux mint MATE OR CINNAMON .. [05:38] Yeah [05:38] Coburn search gnome-session-rollback [05:38] To be frank, I wanted to use Linux as my daily driver, but WINE is messy with games [05:38] somehow i managed to get a 100gig file on a 40gig partition, damn im good [05:38] * dougbb tempted to install stock ubuntu just to see why people are complaining so much about unity [05:38] so ubuntu is just a branch of debian [05:38] I've found that precise often kicks me off wifi. Is there some way to make it more reliable? [05:39] lafon: feed it more ram [05:39] ;) [05:39] Coburn: Not quite sure what the IDEA of Cinnamon is?? Cross between Unity's graphics and Gnome 2 simplicity [05:39] RAM is like bacon, computers love it [05:40] Coburn: Hah! Just one of the reasons I left win was because it used too much ram [05:40] Coburn, I like ur style, bacon goes with anything so does ram [05:41] Coburn, also yea I wish I could drop windows ( have it running on my best machine cause of games :-( i5 3570k / gtx 670 [05:41] I'll return to Linux the day that Black Ops 2 runs perfectly [05:41] Coburn, oh now I hate ur style, cod games :-( [05:41] unfortunately, Steam on linux doesn't work very well. [05:41] one thing though [05:41] Valve is working with the Source Engine to run on Linux [05:41] true, true [05:41] So maybe Half Life 3 for Linux [05:41] That would be killer [05:42] yea [05:42] Linux. Back on the grid. [05:42] but that's beginning with the L4D engine, meaning stuff like TF2 will probably never see it [05:42] heh [05:42] if games ran on linux ALOT of people would switch [05:42] I thought TF2 was based on HL2? [05:42] and also, I use Steam in an unorthodox method, something that probably would never work on linux [05:42] TF2 is confirmed for steam and linux.. [05:42] My gaming laptop is a Core i7 2620QM / GTX670M [05:42] hmmwhatsthisdo, what is that ? [05:42] sargennto: orly? [05:43] Although, one thing though [05:43] Erin: I have 4 instances of Steam running - my main account and 3 idlers that farm drops in TF2 [05:43] hmmwhatsthisdo: thinkin so.. let me find the the website to confirm [05:43] you know ARM systems, right? They are getting really nice GPUs. [05:43] Think about it, if the engine was able to run nativiely on whatever platform [05:44] sargennto: I'll take your word for it. Though, I have something like 85-100 games, and I doubt the majority of them would ever run on linux [05:44] you could have a little embedded box running Half Life [05:44] hmmwhatsthisdo, lol [05:44] Not sure I'll ever get an arm system [05:44] Coburn: honestly, I kind of doubt source could run on anything smaller than a laptop [05:44] that thing is a pig [05:44] ahh my dist upgrade is done brb [05:44] I work on my own distro for the Raspberry Pi [05:44] And it's GPU is on par with the Xbox (if not better) [05:45] I want a pi.. [05:45] I mean, TF2 is something like 6 GB, plus about half a gig of ram when running [05:45] Raspberry Pi v2 has 512MB RAM [05:45] when it's running [05:45] The other device I'm working with, CuBox, has 1GB DDR3 RAM [05:45] plus os overhead, etc. [05:45] is that shared with the graphics chip? [05:46] Yeah, but it's controllable [05:46] stock setup is 384MB for GPU [05:46] Now I know what Gnome3 reminds me of! Its Easypeasy for netbooks! :P [05:46] but you can shink it down to 8MB [05:46] ...I get about 55 fps on TF2 on a high-end setup with 3GHz and 8GB ram [05:46] unity .... we did windows 8 first === Guest40279 is now known as wesley [05:47] Windows 8 - fail [05:47] you could definitely shoehorn it into a smaller system, but performance will suffer [05:47] dougbb: http://coburndomain.net/2012/10/coburn-gets-thrown-into-cold-water-his-windows-8-story/ [05:47] That's my story with Win8 [05:47] cat /etc/isstrans === wesley is now known as Guest48019 [05:47] Win8 is ok if you've got a touchscreen [05:47] wtf [05:47] ? [05:47] Otherwise you're screwed [05:48] yeah [05:48] f*** metro [05:48] hmmwhatsthisdo: apparently within the next week the linux steam beta could be happening.. the games for the beta appear to be TF2, Portal, and Serious Sam 3 [05:48] okay well that was an easy upgrade from 12.04 to 12.10 [05:48] Hello I'm using Kubuntu 12.10 - would like to remove Amazon. [05:48] 2 commands ;-P [05:48] Kubuntu is obsolete isn't it [05:48] how can I set up dhcp but still use a static ip? (static IP with dhcp for dns, etc) [05:48] is it [05:48] wait [05:48] I think it was unsupported by Concail [05:48] sargennto: Portal or P2? [05:48] robbie, does ur router have address reservatio ? [05:49] I was using UE 3.4 but the dark themes were doing my head in. [05:49] But will TF2 and Portal only run on x86 or is it multi-platform? [05:49] Erin: yes [05:49] because TF2 running on CuBox = awesome [05:49] robbie, then use it, setup dhcp on the ubuntu box and have it reserve an address on the router [05:49] Erin: its called "static ip address allocation" on my router [05:49] is there a room better suited to my needs? [05:49] yea do that ;-) [05:50] thats what I use works grea [05:50] Erin: I do that but the machine keeps disconnecting and reconnecting every few seconds [05:50] hmmwhatsthisdo: just says Portal [05:50] !he [05:50] לשיחות בשפה העברית ולגישה לקהילת המשתמשים העברית אנא הקלד: [05:50] /join #ubuntu-il [05:50] lol [05:50] Erin: that is *not* the right answer, ufortunately [05:50] !kubuntu [05:50] Kubuntu is the Ubuntu flavour using KDE Software and the KDE Plasma Workspaces. See http://kubuntu.org for more information - For support join #kubuntu - See also !kde [05:50] robbie, idk is it wifi ? [05:50] thank you [05:50] !kubuntu|mad-leigh [05:50] mad-leigh: please see above [05:50] Erin: nop :) thats where most of the help pages go though.. :) [05:50] I see above thanks [05:51] mad-leigh: no problems. hope your problem is solved [05:51] Erin: so no idea how to set up dhcp *with* static ip [05:51] robbie: uh [05:51] cheers.. now to workout how to use this ... smiles n goodbye [05:51] not sure robbie thats what I use it work fine [05:51] Coburn: hmm? === TheArgus77 is now known as TheArgus88 [05:51] robbie: just configure a static IP using the NetworkManager [05:52] Coburn: the problem is then it doesnt use the dhcp lease and the router keeps resetting the connection [05:52] Coburn: I must use *both* static IP and the dhcp lease [05:52] hmm... sounds weir [05:52] d [05:52] robbie: you need to use an ip that the router will accept first, you control the router? [05:53] Coburn: I must use *both* static IP and the dhcp lease .. the lease wont send ip data just the dns and stuff [05:53] almoxarife: I do :) [05:53] almoxarife: I chose the ip already, 192.168.1.242 [05:53] robbie, what is ur net connection, cable ? [05:53] robbie, you probably want to look through your router's documentation and figure out how to do what you want ... it's a common feature, you should be able to find it [05:54] robbie: is that ip avail from the router? [05:54] ls [05:54] dougbb: the router is set up for it, its not the problem. the problem is the pc [05:54] almoxarife: yea,, like you said I control it so I set it [05:54] robbie: do you have any other devices that use dhcp? [05:54] robbie is ur connection to the net cable ? [05:54] Erin: yes [05:55] robbie, so then just use static, and for the dns address you use the routers IP [05:55] and have the router grab info via DHCP from the modem [05:55] Erin: no I cant do that, the router keeps hanging up if I do [05:55] then ur router is faulty [05:55] chuck it in the bin [05:55] robbie: like i said then, given the router has the ip avail and netoworkmanager is very flexible at setting static i would assume the error is human and not machine, although being human i could also be wrong [05:55] yea [05:56] robbie: do you have any other devices that use dhcp? [05:56] Erin: they just sent a replacement .. it cant be faulty [05:56] it can be [05:56] anything can die [05:56] is it an all in one router/modem ? [05:56] almoxarife: dont assume [05:56] robbie: of course it can be faulty :) [05:56] dougbb: yes many [05:56] robbie, is the router/modem one machine ? === TheArgus88 is now known as TheArgus66 [05:56] Erin: yes [05:57] robbie: ok, try configuring one of them for a reserved address ... that should help you rule out ubuntu as the problem [05:57] then if you have it grabbing IP/DNS info from the ISP using DHCP you should be able to use static on any machine with the DNS being the modem/router IP [05:57] if it doesn't work i'd say the hardware is somehow faulty [05:58] ls [05:58] hmm ok I guess the answer is "in linux, you cant use dhcp but discard the ip information" [05:58] fuck man using 2 KB/mouse is not working when im half asleep :-p [05:59] ooopsie [06:00] Erin, dougbb, Coburn, almoxarife: thanks guys [06:00] robbie: in win also, dhcp=hey router give me an ip [06:01] LOL :-\ [06:01] im using the exact setup he wants to use with 0 issues [06:01] heres a question. How do I tell a daemon not to start with ubuntu? [06:02] I have to manually kill it + re-run with my settings currently.... [06:02] when I ping a ubuntu server(10.1.3.5) under XP, I get reply with TTL=255, but Remote Desktop don't log in the ubuntu server. [06:02] michael_: firewall? [06:03] but when I get reply with TTL=64, I can log in the ubuntu server. [06:03] I have closed the firewall in XP. [06:04] so is the RDP port open on the ubuntu server? [06:05] I have enabled all the port from XP access [06:06] sudo ufw allow 10.1.3.5 [06:06] michael_: I thought you said the ubuntu server was 10.1.3.5? [06:06] yes [06:07] sorry, sudo ufw allow 10.1.3.13 [06:07] 10.1.3.13 is for XP [06:07] michael_: what RDP server? [06:07] VNC [06:07] michael_ can you telnet to the ubuntu rdp server? does it connect? [06:08] michael_: not my area of knowledge, but I didn't think VNC used RDP... [06:09] whats the arch support channel? [06:09] somsip: VNC is no RDP server. it's no server at all, it's a protocol [06:09] I use Remote Desktop to login the ubuntu server, "Module:vnc-any" [06:09] XiaolinDraconis: ask ##linux [06:09] wols_: I thought something like that. [06:09] dealing with disks in anything other than "vanilla" is black magic [06:09] it's #ArchLinux [06:10] michael_: over to someone else. Sorry [06:10] maybe it is hardware issue. [06:10] michael_: again: can you telnet? [06:11] when I ping ubuntu server with the reply "TTL=255", I can't telenet. [06:11] I did not ask about ping, did I? [06:11] if TTL=64, I can telnet. [06:12] telnet 10.1.3.5 [06:12] michael_: if you see a ping with a ttl of 255 it's likely that you won't be able to reach the server at all [06:14] @dougbb: what 's wrong with it? [06:14] Hmm, where do I change which nvidia driver I'm using? [06:14] probably a routing/network issue [06:14] I remember there used to be an area where you could select proprietary drivers [06:14] michael_, you could try mtr ... wireshark on both ends would probably be useful as well [06:14] oh [06:15] what gui do yall like best like gnome, kde, all of them [06:15] what' the mtr? [06:15] danon, all of them [06:15] dougbb: traceroute would probably be best to see last node it communicates with... [06:16] Danon: xfce is what I use, and I'm pretty dang happy with it [06:16] Gnome3man: that's why I suggested mtr, it is easier to see where the problem is for someone who is not that familiar [06:17] what version of gnome does bt5 use? [06:18] dougbb: first time I heard of mtr! ;) [06:18] it's awesome :) [06:18] Hmm, never mind [06:18] Additional drivers are now in Software Sources for some reason [06:19] dougbb: probably online websites that offer far more then just trace route... === TheArgus66 is now known as Weenie77 [06:24] Hi, I'm trying to run hylafax (server) I have an USB modem connected to my computer and hylafax installed. The issue is that when I run "service hylafax status" it shows stopped and running "service hylafax start/restart" ends up with "FAILED". Is there a place where I can see the error that returned "FAILED"? [06:24] dougbb: mtr is not very accurate... as far as packet loss goes... [06:25] chec syslog [06:25] depends on what you mean by "accurate," it uses a different technique than traditional traceroute [06:25] wols_: where is syslog? [06:25] jalexandru: look in /etc/default to see if you have a hylafax entry there, if so, open it with a text editor as superuser and you may have a switch you need to set to TRUE or YES [06:25] /var/log [06:25] jalexandru: do tail /var/log/syslog [06:26] in a console [06:26] dougbb: how is it measuring packet loss when we use less ideal meathods of transfer/recieve?? [06:26] Gnome3man: easier for you to read the docs than for me to explain :) [06:28] I have lubuntu 12.10 installed. In the previous version i.e. 12.04 pressing the 'windows' key used to bring up lxde menu, but that doesn't seem to work in 12.10. How do I make windows key to pop lxde menu up? [06:30] dougbb: already understand meathods was in US Coast Guard as Radio/Satellite/Computer communications...Less then ideal do to AC current changed to DC current then sent across lines that use switches that use AC current transfer to DC to restrengthen signal and send the data down the line. Causes a loss in packet integrate. Worst part this software shows no loss. [06:31] I have lubuntu 12.10 installed. In the previous version i.e. 12.04 pressing the 'windows' key used to bring up lxde menu, but that doesn't seem to work in 12.10. How do I make windows key to pop lxde menu up? [06:34] I have lubuntu 12.10 installed. In the previous version i.e. 12.04 pressing the 'windows' key used to bring up lxde menu, but that doesn't seem to work in 12.10. How do I make windows key to pop lxde menu up? [06:35] ankur: have you tried asking in #lubuntu ? [06:36] ankur: Try alt + space ... google next time one second result.. [06:37] ankur: http://askubuntu.com/questions/140307/lubuntu-keyboard-shortcut-for-menu === Bigsexy is now known as robertzaccour [06:38] ankur: Alt+F1 or Ctl+Escape are the keybindings for opening the main menu. [06:46] quit === Guest48019 is now known as wesley [06:48] What torrent software can be used in a headless server? [06:48] do you think it is safe to use ubuntu with BTRFS file system as root? And do upgrades between non-LTS releases with it? === wesley is now known as Guest78388 [06:48] qbittorrent has a nice nox client rinzler [06:48] Also what do you think with using ZFS as root for Ubuntu [06:48] nikolam: it is safe to use ext4 [06:49] xangua, But I think snapshots are a killer feature. And I already got used on ZFS [06:49] I managed to easy install from xubuntu alternate CD on btrfs [06:51] original plan was to install all three, Ubuntu, FreeBSD and Illumos/Openindiana on ZFS and boot from there, but BTRFS have muti-volume support and can use many raid levels on same disks group [06:52] like, having raid1 for system and important user data and raid0 for scratch files and swap or movies etc [06:52] and on same disks [06:52] on same partitions [06:53] I run some "public access" computers in my coffee shop - I have them locked down well but decided that I would like them to restart the display manager when idle, sometimes. I have a perl script that is called when idle from the root - it contains exec "/usr/bin/service gdm restart 2>/tmp/error.file" - I get "exec" 129: restart not found" - what am I missing here? [06:56] Naddy, did you give it root access? === alin|mobile is now known as alinmear [06:56] Naddy, /usr/bin/service is just a symlink to /usr/sbin/service ? [06:56] Naddy: some init scripts don't have a restart target. does that work from command line ? [06:57] PoorCollegeGuy: the script IS owned by root and is executed periodically by crontab for the root [06:58] wastrel: the "exec" works perfectly from the command line, that is: /usr/bin/service gdm restart works perfectly as expected [06:58] Naddy: it's sort of a hack, but try writing a /bin/sh script that has the commands you want, and exec that [06:59] Naddy, lol had to ask. eliminate all the possibilities right? === alinmear is now known as alin|mobile [06:59] dougbb: why would that help? [07:00] PoorCollegeGuy: I agree - and it seems that it will be something like that [07:00] Naddy: maybe this would help (lunatico comment) http://ubuntuforums.org/showthread.php?t=1510888 [07:00] because for some reason exec is getting confused about the arguments to service [07:00] so if you only have one argument, the script, that should fix it [07:00] ... or at least work around the problem [07:01] dougbb: ok - I will try but seems weird that exec would have a problem, but I like it [07:02] somsip: yes - that was basically what I am trying to do but I need it to be sort of conditional - and so I have the perl script that decides whether to do it [07:04] Naddy: you should also try using system("stuff"); instead of exec [07:04] somsip: you have it - and looking at the gdm script I see that the problem is that it is now an alias to upstart and so we do need to ensure that the name is right [07:05] ty so much everyone - problem is solved [07:05] Naddy: cool [07:06] awesome Naddy :) [07:09] how many people use kubuntu? [07:12] Xiaolei, You need the count? or you have some other problem in your kubuntu [07:14] !details|Xiaolei: [07:14] Xiaolei:: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [07:15] * Coburn slaps ubottu [07:15] HOW IMPOLIE [07:15] POLITE* [07:15] Coburn: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. === cmug_ is now known as cmug [07:15] Xiaolei: OpenBox, gnome 3, Mate, Cinnamon and Xmonad. Ubuntu and Arch Linux [07:16] Xiaolei: Distro Jumper.. Sky Diver... :P [07:17] Time for veetle later :P [07:18] Hi all... just trying to get vnc working on 12.10 .. My old xstartup used to have /usr/bin/gnome-session --session=ubuntu-2d & [07:18] obbiously that doesnt work anymore [07:18] Does anyone know what the session should be now? [07:18] Now that 2d is removed? [07:23] Anyone know how to change back primary partition to extended, without loosing data on it (I used to change it from extended to primary before that I now can not mount it) [07:23] i am lost i am trying to fix a duplicate sources.list entry and it gives me the one it is saying is duplicated but when i 'cat /etc/apt/sources.list | grep http://extras.ubuntu.come/ubuntu' i only get 2 entries returned a deb and a deb-src? so how is there a duplicate? [07:23] nikolam: extended and primary are not interchangable [07:25] dougbb, I maanged to change extended to primary, once. Maybe I forgot and re=created. That is it maybe. === adrianrly|OFF is now known as adrianrly [07:25] sure, you can change them in a tool like gparted, but once you do that, the logical partitions in the extended are gone [07:26] Anyone know what xstartup config changes to for vncserver in 12.10? [07:26] ... [07:27] nikolam: if what you need to do is make it extended again, you'll have to delete the primary partition, then create a new extended one [07:27] ... or vice versa [07:27] dougbb, yes, i know :) [07:27] nikolam: sooooooo.... what's the question? :) [07:28] I just have some zfs on that primary now that I can not recognize, because it was also md partiton before that :) I was thinking about changing it's from sda4 to sda5 like it was before to enable to be recognized :) complicated, ha? [07:28] nevermind :) [07:33] nvm i figured it out === manuel is now known as oversize === shroud_ is now known as shroud === shroud is now known as shroud_ === otherone2321 is now known as visored === shroud_ is now known as shroud [07:37] hi, has there been some improvement to the nvidia/tty situation yet? I would really like to have 3d acc but I won't trade TTY access for it ... (geforce 7300 LE) === shroud is now known as shroud_ === shroud_ is now known as shroud === shroud is now known as shroud_ === shroud_ is now known as shroud === Guest78388 is now known as wesley === wesley is now known as Guest85861 [07:50] ewet, what do you mean "the tty situation" === JoFo_ is now known as JoFo === thomas is now known as woman === Kitar|st_ is now known as Kitar|st [07:56] anybody up? [07:56] what the heck is with all the nick changing? [07:56] Danon: hello [07:57] Danon: if you have a question, just ask :) [07:58] "The following packages have unmet dependencies" This is the error i am getting when going to install anything! How to fix this ? === woman is now known as thomas [07:58] pgdac: install the dependencies? [07:58] im so bored [07:59] does anybody know of any good tech shows? [07:59] !ot | Danon [07:59] Danon: #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! [08:00] dougbb: Oh! In ubuntu it install dependencies by its own defualt. This is the problem i am facing. I have never got these kind of dependencies issue [08:00] pgdac, update your apt database [08:00] danon, maybe [08:00] blackshirt: How to do that [08:00] pgdac, apt-get update would do that [08:00] blackshirt: Already updated [08:01] pgdac, what packages are you trying to install ? [08:01] i got a error message when I open the update manager.... [08:01] Could not initialize the package information [08:01] An unresolvable problem occurred while initializing the package information. [08:01] E:The package adobereader-chs:i386 needs to be reinstalled, but I can't find an archive for it.' [08:02] I google it and found this method to fix. [08:02] blackshirt: For Any packages, the dependencies problem [08:02] sudo rm /var/lib/apt/lists/* -vf [08:02] sudo apt-get update [08:03] pgdac, try specifying with apt-get -f install [08:03] But its not work for me. [08:03] blackshirt: Already tried but ... [08:03] xjiujiu_, are you trying to install acroread? [08:03] im trying to dd a qemu image to my hard drive, on the drive is an extended partition sdb1 inside that are 3 partitions all of which is mirrored in the qemu image, im not sure why the dd command keeps telling me no space left on the drive [08:04] XiaolinDraconis: no~ [08:04] bazhang: no~ === a1-away is now known as AbyssOne [08:04] xjiujiu_, adobe reader is acroread [08:04] is it possible to edit the iptables rules in a config file instead using the tedious insert/append? [08:04] What's it that? [08:05] pgdac, but ??? [08:05] E:The package adobereader-chs:i38 <------- xjiujiu_ [08:05] blackshirt: Same problem [08:05] xjiujiu_, adobereader IS acroread [08:05] pgdac, have you activated all component on your sources.list [08:05] bazhang: ok [08:06] !info acroread partner | xjiujiu_ [08:06] xjiujiu_: acroread (source: acroread): Adobe Reader. In component main, is extra. Version 9.5.1-1precise1 (partner), package size 58689 kB, installed size 138545 kB [08:06] blackshirt: Tell me how to do that? [08:06] bazhang: That means I need to install the acroread? [08:06] xjiujiu_, install it from partner [08:06] pgdac, try specifying with apt-get -f install [08:06] !partner | xjiujiu_ [08:06] xjiujiu_: Canonical's partner repositories provide packages a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" » === AbyssOne is now known as nvm|away [08:06] ok [08:06] blackshirt: Oh! Already did that [08:06] bazhang: I am trying. [08:07] blackshirt: 902 not upgraded [08:08] pgdac, coomonly, four components default available, main,restricted,multiverse, universe [08:09] commonly, sorry [08:09] blackshirt: I tried many comand to fix it, also by myself or from google search but issue is stil there [08:09] !list [08:09] kss: 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 ». [08:10] im trying to dd an image that contains an extended partition with 3 logicals in it, how can i get it onto my drive just the way it is in the image [08:11] pgdac, have you want to upgrade it ? But do with carefully [08:11] i have the drive partitioned in the same way [08:11] blackshirt: It is also not upgrading [08:13] blackshirt: doing apt-get upgrade shows this " The following packages have been kept back" and the nlots of packages name and at end it is showing that 902 not upgraded [08:13] apt-get dist-upgrade [08:14] pgdac, you can do upgrade with answer yes [08:14] blackshirt: Ok ! Thanks. I was doing by do-release-upgrade [08:14] pgdac, but, i'm make a notice for you, do it with carefully [08:14] blackshirt: I think after this i'll have my problem solve === MartinS is now known as Guest85427 [08:15] crimsonmane: blackshirt : Thanks! [08:15] pgdac, good lucks ... [08:16] bazhang: I still got the error message. [08:16] Pgdac, actually you can dit in download mode, with passing download only mode do apt-get [08:16] pgdac, can do it ... Sorry for wrong typo [08:16] blackshirt: Please explain what you want to say [08:16] pgdac, sorry for miss typo [08:17] I can't execute the command "sudo apt-get install acroread" [08:17] What's the fuck! [08:17] !language | xjiujiu_ [08:17] xjiujiu_: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [08:18] Sorry. [08:18] xjiujiu_, you have to hit enter at the end of the command [08:18] xjiujiu_, enable the partner repo first [08:18] xjiujiu_, use other pdf viewer, a lot of available on repo [08:18] xjiujiu_, evince was one of them [08:18] xjiujiu_, then update, sudo apt-get update and try again [08:19] * hmmwhatsthisdo wonders what people must think when they ask a question and get three different answers [08:19] blackshirt: Actually i have no important data in ubuntu 10.04 , so i am going to upgrade it without tention :) [08:20] hmmwhatsthisdo, im usually happy to have options [08:21] wish i could get an answer on how to dd a qemu extended partition to a physical partition [08:21] pgdac, sound greats... But i should tell you, for some miss result for upgrading process, maybe bring you in stuck .... [08:22] ill even accept multiple choice answers [08:22] Pgdac, if you not have experienced with troubleshooting apt system, you would going to stuck [08:22] blackshirt: Hm its true ! but i am going to relax after inputing the command to terminal for upgradation [08:23] I am wondering if there is some sort of plugin for nautilus that allows the user to click a menu link which gives the user root access, or something, to the current directory ... I seem to recall there was something before in the right-click menu .... [08:23] blackshirt: I am now familiar with these things as m using ubuntu from years , even its stable version shows unstablness ..ummmmmmm [08:24] blackshirt: Anyway Thanks Man! Good Day ! [08:25] i always fresh install, i never find ubuntu to be any more unstable than any other linux distro, tbh [08:27] hi all :) i'm trying to copy about two screens worth of text from xterm. my screen is large and my font is small. there are no newlines however, and i find that nano freezes and pegs my CPU, and gedit becomes highly unresponsive. can anyone recommend an alternative? [08:27] if there is a command that can just send my x clipboard to stdout, that would work [08:27] pgdac, ubuntu inherits debian greatness .... [08:28] xclip... might be it... [08:28] blackdex, ubuntu ruined debian [08:28] using dd in experimental ways... results in experimental results [08:28] * hdon runs away [08:31] in /etc/pam.d/sshd you can configure map auth modules. which is awesome. but is it possible to mark one as optional? as in, not all users need nor want a specific module, and it should only be active if it's configured for the specified user. how do I? === morphis|away is now known as morphis [08:35] Hello. Whats the easiest way to setup a ssh tunneling in ubuntu? im going to tunnel trough another server [08:36] norwack: what do you want to put over the tunnel? [08:37] norwack: the basic syntax is ssh -L :: [08:37] gordonjcp: surfing the web and irc mostly [08:37] norwack: oh okay, so you want a proxy [08:38] norwack: you want ssh -D server [08:38] then in your proxy config set up a socks proxy point to localhost: [08:38] can be anything sane [08:39] gordonjcp: thanks === Err404NotFound is now known as Error404NotFound [08:43] gordonjcp: what would the local port be? === Guest85861 is now known as wesley === Kitar|st_ is now known as Kitar|st === wesley is now known as Guest69407 [08:51] anyone know a program similar to zdsoft screen recorder for ubuntu? [08:53] my server has horrible time slip, something on the order of 25000 seconds on a bad day, what is the reccomended way to keep this in check? (has to be within 3 minutes of the correct time) [08:54] Doxin[jerb], your clock skews 7 hours per day? :o [08:55] Hyperbyte: it's bad. [08:55] Hyperbyte: yay for shitty rtcs :P [08:55] Doxin[jerb], you could synchronize the clock every 3mins to an ntp-server :> [08:55] lol [08:55] sigh, its so lonely at night [08:56] rumpe1: I'm having it sync every hour actually atm, but that's a rather fugly solution [08:56] at leas I think [08:56] hm [08:56] * Doxin[jerb] checks the logs [08:56] Doxin[jerb], actually, you should run ntpd. I think ntpd keeps track of clock changes so it can predict needed corrections.. it doesn't just sync to a time server [08:57] Hyperbyte: let me try that :P [08:58] Hyperbyte: rather important stuff if yer auth depends on it. [08:58] Doxin[jerb]: are you sure the rtc battery isn't dying? [08:58] hmmwhatsthisdo: possibly, [08:58] hmmwhatsthisdo: I'll have to look into that, but removing it would mean a server reboot D: [08:58] is it one of the button-cell types or a battery pack? [08:59] not necessarily, I think most motherboards will survive a few minutes w/o the RTC battery provided there is 120/240 power going to it [08:59] hmmwhatsthisdo: well sure, but I'm not poking around in there with a screwdriver if the power is connected :P [09:00] hmmwhatsthisdo: oh, actually. I have a nonconductive driver somewhere around here. yay. [09:00] oh, you mean you need to cut power to remove it safely? [09:01] nonsense, it should come out with a thumbnail if it's a button-cell [09:05] Anybody there? [09:05] manhunter: a couple of thousand people [09:05] manhunter: greetings [09:06] Yes tell me [09:07] Hello [09:07] Yes [09:07] Can i ask question? [09:07] hello manhunter [09:07] !ask|manhunter: [09:07] manhunter:: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [09:07] !ask | manhunter [09:07] manhunter: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [09:07] Yes [09:07] what to do if virtualbox "NAT" doesnt give internet? [09:07] There is debian, why do we need ubuntu? [09:07] !ot|manhunter: [09:08] manhunter:: #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! [09:08] manhunter, thats very relative and subjective to people === jason is now known as Guest17888 [09:09] No, that is a good question , i think [09:09] Thanks [09:09] hi, im trying to use grep on my output like so: ./waf --run "scratch/wifi" --boost-includes=$BOOSTDIR/include --boost-libs=$BOOSTDIR/lib -v | grep lns [09:09] but it doesn't filter the output it still prints everything === dark3n|off is now known as dark3n [09:10] manhunter, no... Thats bad question... Long discussion have been happened in internet worlds about this [09:11] manhunter, if you have ubuntu related questions, ask with detail and completely [09:14] test [09:14] reply [09:14] = =! [09:14] hi can someone tell why ubuntu frozes when I boot him from usb stick? [09:14] <_cronus_> opr, maybe it's writing to stderr. try adding 2>&1 before | [09:15] How would you add an app to autostart? (12.4) [09:15] anyone know how i can throttle a http download on the client? (i got disconnected, i dno if this got through last time) [09:15] _cronus_, that worked thanks! [09:15] hello [09:16] Can i run two different php versions on ubuntu and execute different one with a htacces files? [09:16] Hi, has anyone here used zoneminder at all please ? [09:16] Eagleman: not trivially [09:16] anyone? [09:16] Eagleman: What exactly are you trying to do? [09:16] Running php 5.2 and 5.3.*** [09:16] t432: anyone what? [09:16] How would you add an app to autostart? (12.4) [09:16] For my old mediawiki [09:17] Eagleman: hm, is there *that* much of a difference? [09:17] Yes becuase the mediawiki plugins are not working with 5.3 and they are with 5.2 [09:17] rainbowwarrior2: greetings [09:17] hello cfhowlett [09:18] rainbowwarrior2: what's the issue? [09:19] <_cronus_> cnf, which client are you using? [09:19] i get a black screen in zoneminder although my webcam works fine in vlc etc [09:19] rainbowwarrior2: sorry. Can't help with that. [09:20] no worries cfhowlett :o) [09:20] _cronus_: curl, but i can be flexible [09:21] <_cronus_> cnf, wget has a --limit-rate option. ie wget --limit-rate=20k ftp:// [09:22] <_cronus_> cnf, curl seems to have it as well [09:22] yeah, just found that [09:22] _cronus_: thanks === gartral|Away is now known as gartral [09:23] So gordonjcp how can you do it? [09:24] Hello [09:25] irc://irc.spotchat.org/#linuxmint-chat [09:28] can you even add programs to autostart in ubuntu 12? [09:30] how can i tail -f whole directory except one particular file? [09:32] t432, this may interest you :- http://askubuntu.com/questions/48321/how-to-start-applications-at-startup-automatically [09:32] t432: if you can't find the program anywhere, try running gnome-session-properties from the command line (or alt+f2). [09:34] _cronus_: works, though not very accurate :P [09:34] zelo: for i in `ls directory | grep -v filename`; do tail -f $i; done [09:34] good enough though [09:34] where "directory" is the directory full of files, and "filename" is the one you want to exclude === melissa is now known as Guest82809 [09:39] blazemore thanks. Someone on other channel suggest something like that and i will stick with that "shopt -s extglob; tail -f ./!(first_file_to_exclude|or_pattern*|or_something.else)" its pretty nice tool [09:39] " [09:40] looks fine [09:40] a [09:41] list [09:41] Having problem with sounds when logging out then logging in, am I the only one experience this? [09:42] hi [09:42] HI [09:42] Can I edit the apt initlization file ? [09:43] what do you mean by that xjiujiu [09:43] E: The package adobereader-chs:i386 needs to be reinstalled, but I can't find an archive for it. [09:44] How did you install it in the first place? Have you tried "sudo apt-get -f install" [09:44] So. [09:45] I want to edit the apt init step to delete the installing adobereader-chs:i386 task. [09:45] Try synaptic [09:46] I'm trying to run: 'i=wc -l < update.sql' from a bash script but I'm getting the error: 'line 2: -l: command not found'. How can I call the command? [09:47] scusate ciao a tutti [09:47] lista [09:47] MacroMan: i=$(wc -l < update.sql) [09:48] llutz, Thanks [09:49] hello [09:51] hello [09:51] anyone know anything about vsftpd? === skipper is now known as Guest93797 [09:52] very secure ftp === Guest93797 is now known as skipp3r [09:52] Hi, I'm looking for a screen ruler (to measure rectangle mainly). Can anyone advise me here ? [09:54] Desproges: Have you tried screenruler, in the repositories? [09:54] Desproges: http://manpages.ubuntu.com/manpages/lucid/man1/screenruler.1.html [09:54] hello [09:54] Hello, dixeet [09:54] yes blazemore , screenrule has only vertical or horizontal, but not both. [09:55] what's up? [09:55] I'm looking for something like http://cropper.codeplex.com/ [09:56] Desproges: You could maybe try installing something like this [http://www.download32.com/screen-ruler-2d-i150222.html] through Wine [09:56] Or take a screenshot and use the Gimp? === BlackJack is now known as Dreaman [10:01] Anyone here ever use backbox? [10:03] No, but I see they have a new release [10:03] Yep, just grabbed the iso. Was wondering if they update from the same repos as Ubuntu [10:03] Hello? [10:03] Which irc client do you use? [10:03] X-722: I believe they probably do [10:03] client=software [10:03] tintin: I use irssi [10:04] blazemore: Why? [10:04] Whereas doing that on BackTrack = b0rked system [10:04] erm... because I like it? [10:04] It suits my workflow [10:04] blazemore: Why do you like it? [10:04] tintin: pidgin [10:04] do display-link USB monitors work with linux [10:04] (specifically, with ubuntu) [10:05] I run it on a server through screen. I am always idling in channels, and screen automatically sets me as /away when I close the window. I recieve messages while I'm away and irssi automatically gives me them on my return, like an answering machine [10:05] It also has features like custom hilights and neat keyboard shortcuts [10:05] fairuz: pidgin is not good for chat, some say [10:05] tintin: Why? [10:05] Plus, I've invested a lot of time into setting it up right, and I can access my client from anywhere with an Internet connection. I can't even remember my Freenode password any more. But this is offtopic really. Pidgin is a terrible IRC client [10:07] Do you use kde on ubuntu? [10:08] Who? [10:08] I don't, I use Openbox on Debian [10:08] fairuz: Does pidgin have upper key to get the last message? [10:08] tintin: No [10:08] Wow, I thought my questionw as OT. :P [10:08] At least Backbox is somewhat Ubuntu related. :P [10:09] fairuz: Then how is it good? [10:09] tintin: So good for you is just comparing that specific feature? I'm not saying pidgin is good. You asked what client I use, and I use pidgin. [10:10] i also use pidgin [10:10] I use Chatzilla because I'm lazy. :P [10:10] customization in pidgin is why i use it [10:11] SixtyFold: What do you customize in pidgin? [10:11] theme, history, plugins, time/date format, normal things like font, colour scheme, etc [10:11] tintin: I use several other chat in pidgin. e.g facebook chat. [10:12] it's more customizeable than any other program that can do as much as it that i know of [10:12] I have the following script in /etc/update-motd.d/: http://sprunge.us/NVUS. When I run it manually it works as excepted, but when I log in the 'column ...' command produces no output but reports no errors. Echoing the array itself produces output. I think the array contains something that makes column fail because when I do echo "foo" | column -t -s $'\t' I get output, but if I do { echo ${(F)commits[@]}; [10:12] echo foo; } | column -t -s $'\t' I get no output, not even "foo". What can be going on here? === Kitar|st_ is now known as Kitar|st [10:18] hi [10:18] osse better ask in #bash [10:19] MonkeyDust: well #zsh anyway :) [10:19] osse: it could be some environment issue [10:20] osse: can you explain the $ in $'\t'? [10:20] osse: never mind === Mike is now known as Guest50230 [10:23] osse: http://paste.ubuntu.com/1314834/ this works fine for me [10:25] jrib: same here :/ [10:25] i.e. it works [10:27] osse: if you run the script as root manually, does it work ok? Do a sudo -i and execute it [10:29] jrib: yes, it works as expected when I log in as root with 'sudo -i' [10:30] jrib: it is curious though, the header that I print in bold is rendered in bold when I run the script manually, but it appears in regular text when I log in. [10:31] ciao a tutti [10:31] Hey.. can someone tell me if there is a way to access a remote host without port forwarding? I know there are some websites that do this for mac/win, but I need a lin solution. [10:32] osse: try adding "exec 2>&1". update-motd seems to only grab stdout so you won't see stderr [10:32] !it [10:32] 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) [10:34] hello can someone help me get a ati X1400 to work on 12.10? [10:34] how can I recover a file I just deleted? [10:34] I know it's full path and name [10:35] osse: also maybe throw in "set -x" [10:35] !undelete | Xix [10:35] Xix: Some tools to recover lost data are listed and explained at https://help.ubuntu.com/community/DataRecovery - Recovering deleted files on !ext3 filesystems can be virtually impossible, although methods that might work is some cases are described at at http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html and http://projects.izzysoft.de/trac/ext3undel [10:36] howdy, after upgrading my mythbuntu from 11.04 to 11.10 it now won't boot. The only error I get is that it fails to mount (the non-boot 2ndry) drive. AFAIK this should not be a terminal issue... however if I 'Ignore' or 'Skip' (whatever the difference is I dont know) the screen goes black, and ever 10 seconds or so some green dots flash and dissapear. But... what is the recommended course of action to fix terminal boot failure like thi [10:36] s? Where do I start? [10:37] Why not support a fglrx-legacy in ubuntu 12.10 === MartinS is now known as Guest5405 [10:38] hateball: I tried foremost but it didn't recover anything [10:38] this was a big mistake upgrading to 12.10 [10:39] I called it as (file I lost is "/path/to/file.phtml"): sudo scalpel /path/to/ -o /opt/recover-output/ [10:40] !ati > rictec start here [10:40] rictec, please see my private message [10:40] Dreaman, ATI will tell you that they've reached the maximum capabilities of the older cards. You can install the legacy drivers though. [10:41] free i ok but burn in my card :) [10:42] Sensors: System Temperatures: cpu: 42.0C mobo: N/A gpu: 90.5 [10:42] :) [10:42] Which card do you have? [10:42] HD 4670 RADEON === florin is now known as Guest97963 [10:42] sorry, I actually called it as (file I lost is "/path/to/file.phtml"): sudo foremost -i /path/to/ -o /opt/recover-output/ [10:42] http://www.unixmen.com/ubuntu-12-10-and-amd-catalyst-problem-solved/ you can look at this Dreaman. It talks about the legacy drivers. [10:44] where at [10:47] argh. as soon as I boot into recovery mode the usb driver must crash because the keyboard no longer works :'( [10:47] or the video output freezes [10:50] aghhh i did almost everything in there... [10:50] Hey.. can someone tell me if there is a way to access a remote host without port forwarding? I know there are some websites that do this for mac/win, but I need a lin solution. [10:51] hey all [10:51] is there a smart way to see what IP an linux computer has? my mom and dad want to have an computer in Thailand, and i want to be able to SSH that computer in case of anything.. [10:52] Hi, BluesKaj :) [10:52] some apps do that tsquar3d like teamviewer, and so on. but not ever seen a general way for an arbitary app. [10:52] hi pikapoo [10:52] i dont want my mom and dad to use the terminal each time :P === BotaniCar|2 is now known as BotaniCar [10:52] Myx0x3: use one of those dynamic ip sites like dyndns or so on. [10:53] Myx0x3: Look into http://www.dyn.com/dns [10:53] Myx0x3: or a widgit on their desktop. or a cron job to send you email/msgs ;) [10:53] Okay, thanks dr_willis. I need to be able to access my work computer from home, but there is no way that they will allow port forwarding. [10:53] aticonfig: No supported adapters detected ..now what? [10:53] tsquar3d: What type of access do you need? SSH? [10:53] dr_willis: yeah, thats pretty cool, a script that stores the ip, and if it changes it mailes me the new one [10:54] tsquar3d: some of those remote desktop tools i thought used port 80 [10:54] Myx0x3: i just use my free dyndns servicee. ;) but i dont they got a free version any more. === Alperen|sleep is now known as Alperen [10:55] It really does not matter if it's FTP or ssh.... whatever I can use to transfer files back and forth. [10:55] :-) [10:55] dr_willis: what i can tell there is no free serivice.. [10:55] But I know ssh requires port forwarding. [10:55] I'm trying to transfer files with scp.. but what am I doing wron?? sudo scp -r joel@ip-where-files-are-transfered-from:/home/joel/google_projects/ -P 44444 cc@ip-where-files-are-transfered-to:/home/cc/ [10:55] It's still trying to connect on port 22 [10:55] Team viewer is free for personal use. :-/ [10:55] no-ip.com still has free accounts :) [10:55] my dyndns is free still i guess because i was grandfathered in [10:56] i only use it for irc/znc [10:57] ill take a look after the lunch.. realy need to eat :D [10:57] ubuntu is not connecting to internet and when I do ifconfig i don't see eth0 . please help === BlackJack is now known as Dreaman [10:58] Graphics: Card: Advanced Micro Devices [AMD] nee ATI RV730XT [Radeon HD 4670] [10:58] X.Org: 1.12.3 drivers: ati,fglrx (unloaded: fbdev,vesa,radeon) Resolution: 1920x1080@60.0hz [10:58] work [10:58] :) [10:59] Hello, I have a Asus M5A78L-M motherboard with Radeon 3000 grpahics integrated. Now I have upgraded to Ubuntu 12.10 my graphic card is not supported. What card should I buy for best performance (and future support) with Ubuntu? [10:59] what happened to the memory/store functions in gcalctool? is it a bug, or a silly design change? [11:00] Hello has anyone managed to install Ubuntu on a Poweredge 1500sc ? [11:03] hey any1 know how to sort this no internet on ubuntu sorry i can't think of any specifics to give right now [11:03] How do you know it is not supported FreddyAdduuu? [11:04] it is supported, but I have all kinds of problems [11:04] so fglrxinfo gives me this: X Error of failed request: BadRequest (invalid request code or no such operation) [11:04] the propieteray drivers will not install [11:04] FreddyAdduuu: Here's a link that might help you to get your card working http://www.unixmen.com/ubuntu-12-10-and-amd-catalyst-problem-solved/ [11:04] ah ok [11:04] the mesa drivers are not performing [11:04] Something is really strange iwht my server.. I tried google the scenario but can't find anything.. all files I download are 0 bytes.. does anyone reckognize the scenario? tried with wget and transfer files over sftp.. they show as 0 bytes! [11:05] what do u think about gluster? [11:05] and this FreddyAdduuu - http://www.ubuntu.com/certification/catalog/ - although they dont appear to be referring to 12.10 stuff yet [11:05] PatrickDickey: tried, but did not work for me [11:05] joles: Please paste the output of running "df -h" into http://paste.ubuntu.com and then copy and paste the resulting URL here [11:05] joles: Not run out of disk perhaps? [11:06] I've installed Chrome and it seems that I have the repository for it, but it's not in /etc/apt/sources.list [11:06] where is the repo then? [11:06] i want data syncro via slow vpn [11:06] opalepatrick: thanks, is there any advice you can give? Should I buy nvidia or ATI? [11:06] blazemore: hateball: totally out of disc space.. hmm strange!! [11:06] FreddyAdduuu: which option on their site did you try? The third option actually replaces the XOrg drivers with some that should work. [11:06] ix_: in /etc/apt/sources.list.d/ [11:06] My experience with ATI is not so great [11:06] ATI [11:06] sudo add-apt-repository ppa:makson96/fglrx [11:06] sudo apt-get update [11:06] sudo apt-get upgrade [11:06] sudo apt-get install fglrx-legacy [11:06] lol [11:06] Dreaman: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [11:06] привет [11:06] i use thise and work [11:06] blazemore, true, thank you [11:07] opalepatrick: which ATI Card do you recommend? [11:07] nvidia isnt brill either, but I am no expert FreddyAdduuu. I just use nvidia :-0 [11:08] I dont PatrickDickey, but I would now check the certified hardware list before I did buy something [11:08] Good point. [11:08] thank you for the list [11:09] np [11:09] and I used the third option from the other site [11:09] Hey guys, my microphone volume settings keep resetting. Even after trying out alsamixer, it still resets, can anyone help? [11:09] that resulted in boot direct in the terminal [11:10] is there a graphic card which has firefox gpu accelerated windows? [11:10] i m just giving up soon my ati mobile x1400 refuses to be detected [11:10] * PatrickDickey wonders how soon that certification catalog will be updated to 12.10 [11:12] siema\ [11:13] when i do ifconfig i don't see eth0 but lo. Is my NIC bad . [11:13] synapsxyz: what is your nic card chipset ?? [11:13] any1 know how to fix internet (NAT settings) on virtualbox windows 7 guest? [11:14] @blackshirt realtek [11:14] synapsxyz: more detail please [11:14] synapsxy: its mine, $ lspci -v | grep Ethernet [11:14] 01:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) === morphis is now known as morphis|away [11:16] @blackshirt I knew it was realtek , lspci gives it as RT8139 [11:16] marcus, you'll be better off asking that in #vbox not here. [11:17] synapsxyz: exactly same with mine ? [11:17] lspci shows my ethernet controller I guess no problem with my card I guess, then it must be settings [11:17] Can anyone advice a Radeon 6450 for Ubuntu 12.10? [11:17] the thing is everything was fine until a few hours ago [11:18] synapsxyz: Is it on the computer that you're currently on? (probably isn't, but worth asking anyhow). [11:18] synapsxyz: try with ifconfig eth0 up [11:18] @PatrickDickey :D hehe nice 1 [11:18] Hey guys, my microphone volume settings keep resetting. Even after trying out alsamixer, it still resets, can anyone help? [11:19] synapsxyz: or if you use dhcp for your eth0m try dhclient eth0 [11:19] Dragonster82: try: killall pulseaudio; rm -r ~/.pulse* wait 10 seconds then try some sounds [11:20] Hello ppl, any1 knowns any VNC client with file transfer? [11:20] @blackshirt ifconfig eth0 up gives me SIOCSIFFLAGS:Invalid argument has already tried that [11:21] synapsxyz: with sudo [11:21] CrazyGangster: do you have openssh-server installed on the server too? [11:21] yep dude with sudo [11:21] blackshirt: I was gonna say :) === thelionroars is now known as tehkittehrawrz [11:22] ActionParsnip: :-D [11:22] CrazyGangster: seems freenx does it [11:23] Hello. Bizarre problem with my 12.04 system: on Saturday it stopped recognising our wireless SSID. Still sees scores of neighbours' networks, and other devices (Win7, 10.04 box, Android phone) see and connect to the network fine. [11:23] jrib: I think I found a problem. The author name is the one that messes with column. If I simply put an 'Ø' in the format string I get no output :/ [11:23] I've tried apt-get purge'ing network-manager-gnome and reinstalling, to no effect [11:23] @blackshirt Err r r r DHCP will I have to open tenenbaum for that [11:24] @ActionParsnip: i will try, thanks [11:24] CrazyGangster: x11vnc also supports it. What are you doing on the remote system via VNC? There may be a sleeker solution [11:24] Anyone have any ideas why a certain network would be invisible to Ubuntu 12.04? [11:24] doubi: what happens if you select network icon->edit connections->wireless? Does the SSID show up there? [11:24] doubi: hidden SSID is one [11:24] doubi: Perhaps if it's on a wireless channel 12 or 13, and your NIC is only set to use channels 1-11...? [11:24] doubi: But I don't know if that would be an issue [11:25] doubi: if you scan for networks, do you see lots of networks on the same channel? [11:25] synapsxyz: output of lsmod | grep 8139 [11:25] is your kernel module has been loaded ? [11:25] Who's having a problem with r8169? I know how to fix it [11:26] einonm: It did, but that's just a list of connections that've been used or attempted before, right? One piece of advice I read somewhere suggested cleaning that list, so I deleted our network ("wardog" - was here when I moved in :p) from that list. So no, doesn't appear in Network Connections -> Wireless anymore [11:26] blazemore: synapsxyz :D [11:27] synapsxyz: You have a NIC which is being incorrectly identified as using the r8168 module, and this is resulting in poor performance and many dropped frames? [11:27] ActionParsnip: It was never hidden before, used it with no problems up until Saturday. I've asked the housemate in charge and nothing's been done to it (doubt he'd know how to hide it, even if he had the inclination :) [11:27] doubi: ok, great :) [11:27] whats the fix [11:27] Onixs: to what? [11:28] thats for blazemore [11:28] @blackshirt 8139cp 24704 0 [11:28] blazemore: Don't know about the channels, but as I said to ActionParsnip, definitely nothing's changed with the network and as far as I know nothing's changed with my hardware, and prior to Saturday I've been using it happily for ~3 months [11:28] wget http://r8168.googlecode.com/files/r8168-8.032.00.tar.bz2; tar xvf r8168-8.032.00.tar.bz2; cd r8168-8.032.00; sudo sh autorun.sh [11:28] doubi: How about, on the command line : 'sudo iwlist scan', and pastebinning the output? [11:28] Sorry that's for synapsxyz and Onixs , not doubi [11:28] @blackshirt 8139too 27648 0 [11:29] The only thing I did on Saturday actually was create a new user account - can't imagine how that would interfere but will just go delete it [11:29] doubi: if you run: sudo iwlist scan | egrep -i 'channel|ssid' are there lots of networks on the same channel? [11:29] einonm: Ok, will do. [11:29] mii 6400 2 8139cp,8139too [11:29] @ActionParsnip: i just want to transfer files to my Windows PC via VNC without setup other software but more suggestions are welcome :) [11:29] synapsxyz: thats same with mine [11:30] well i cant find a working solution to this ati x1400 problem [11:30] @blackshirt tis ting was working fine a few hours ago and ever since i don't know what happened [11:31] synapsxyz: are you working on desktop system or server system ? [11:32] CrazyGangster: you can access the drives as windows (badly designed) shares the 'C drive' by default in a hidden share [11:32] trying to get xmodmap to run a program when a key is pressed (is that possible?) [11:32] desktop don't get angry it ubuntu 8.04 LTS . Sorry I can't upgrade If wan't to upgrade I should buy a new1 [11:33] ActionParsnip: Channel 1's a bit crowded (~4 networks?) but our's appears to be the only network on channel 12 [11:33] CrazyGangster: it also shares %WINDIR%/system32 [11:33] synapsxyz: 8.04 LTS ??? that was too old :D [11:33] anyone know why i see duplicate icmp ping requests at the exact same time in wireshark when i ping a target on ubuntu, but only one request at a time on windows? [11:33] synapsxyz: is it desktop hardy? [11:34] yep [11:34] synapsxyz: then its EOL [11:34] vith there's also ##networking [11:34] MonkeyDust: thanks, i'll try there next [11:35] CrazyGangster: you can use nautilus to connect to these hidden shares and transfer data with samba. Personally I think its a security flaw in WIndows but Microsoft seem to think it's a good idea [11:35] @blackshirt , ActionParsnip it really works fine [11:35] einonm: http://paste.ubuntu.com/1314944/ This was run on the 10.04 system I'm using right now, which is seeing the SSID & connecting fine [11:35] synapsxyz: yes it will work, but it is in no way supported here or anywhere else [11:36] @ActionParsnip: yes is true but just when i'm in the same network right? [11:36] synapsxyz: it will run as long as youo have it installed but you will get no updates and no help in the normal Ubuntu channels [11:36] CrazyGangster: as long as you have a logical connection, you can access it [11:36] einonm: When run on the 12.04 system with the problem, a few more networks are shown (newer system, better wifi reception?) but not the one I'm looking for [11:36] hey guys [11:36] hi! I spilled my keyboard with coffee, i've cleaned it, but "x" key doesnt work - how can I set in Ubuntu a shortcut for that letter? For example: "'c' + ALT = 'x'"? [11:36] is it wrong to do zip archive.zip folder -r [11:36] ? [11:36] yeah i know dat .. [11:37] synapsxyz: so why ask for support, when there is none? [11:37] is there some configuration file in ubuntu, for custom keyboard shortcuts? [11:37] Is there a legal way of installing windows 8 on ubuntu?, wine doesnt seem to support the update assisstant [11:37] doubi: Ok, can you try on the 12.04 machine: 'sudo iwlist channel'? [11:37] apocalyptiq: http://stackoverflow.com/questions/3177953/how-to-bind-key-to-another-key-in-ubuntu [11:38] halp? [11:38] ActionParsnip, thanks! [11:38] @Actionparsnip these things like network manager are pretty much the same for every release so it relly dosen't matter if its EOL or not [11:38] Wiz_KeeD: sounds fine to me (checked man page) [11:39] bump :P " Is there a legal way of installing windows 8 on ubuntu?, wine doesnt seem to support the update assisstant" [11:39] because i've made two zips like that ActionParsnip, placed them in dropbox, wait for sync the nuse a link to download on another box with wget, the zips get downloaded but i get this error http://askubuntu.com/questions/54904/unzip-error-end-of-central-directory-signature-not-found [11:39] synapsxyz: that is irrelevant, the release you are using is no longer support on the desktop. This moots everything [11:40] @ActionParsnip Ah legally yes ...otherwise NO [11:40] !vbox | JasonC_ I don't use Windows, but you could try installing Virtualbox and then installing Win 8 within that, these links may help [11:40] JasonC_ I don't use Windows, but you could try installing Virtualbox and then installing Win 8 within that, these links may help: 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 [11:40] synapsxyz: the fact it is EOL is important. imagine calling Microsoft for Windows 2000 support. The network connectivitity is near identical to XP. But they still won't support you as Windows 2000 desktop is dead [11:40] einonm: http://paste.ubuntu.com/1314948/ Eh, looks like some weirdness there - the 12.04 machine is currently sharing the wifi net connection on the 10.04 machine via ethernet (: [11:41] @ActionParsnip see you said it .....because this ain't windows [11:42] synapsxyz: its the same support model [11:42] synapsxyz: the release you are using is dead, so not supported [11:42] synapsxyz: its literally that clean cut. There is no "oh the app is the same so it's ok" grey area. Hardy is dead. No support [11:43] doubi: blazemore was right earlier, your wifi device doesn't support channel 12 - so you'll have to change your wireless access point to use a different channel [11:43] @ubottu, i was thinking of that but its not legal :P, I have virtualbox and may just install pirated windows 7 into virtualbox and dl through there but i might not be able to do it through virtualbox so im doubtful if i should do it [11:43] einonm: I have wifi spidey-sense [11:43] JasonC_: ubottu is a bot... [11:43] any ideeas ActionParsnip ? [11:43] lol [11:43] woops [11:43] doubi: if you install wicd and remove network manager then reboot. You can tell wicd to use eth1 as the wifi device and it may help [11:44] well can anyone else help me? Is there a legal way of installing windows 8 on ubuntu?, wine doesnt seem to support the update assisstant [11:44] Wiz_KeeD: is the file owned by your user? [11:44] who is on 12.10? how is it? [11:44] @ActionParsnip: now i can see Windows shared folder because i'm directly connected via wireless to my Windows Machine but when i connect to the router wireless, ubuntu cant see the shared folder, i think is something about some firewall configs on the router... [11:44] blazemore: lol. Cool. So can you tell if it's because the hardware doesn't support it - or its a regulatory domain thing? :D [11:44] install Windows 8 using VMWare or VirtualBox [11:44] jackw: I'm on 13.04 ;). I was on 12.10 and its fine [11:45] einonm: It's probably the latter, but IDK how you'd change it [11:45] @ActionParsnip hey man chill ..I get it , I know there is no use debatin (wasting time). I was just trying out every option. D.O.A I ain't gonna quit support or no support I will figure this out . Any was thanks for your concern [11:45] i am currently in 11.04 and i need to upgrade which one should i go ? [11:45] CrazyGangster: as long as you can ping the system you should be able to access the data [11:45] ActionParsnip, what do you mean? [11:45] Hello [11:45] I was running Ubuntu on my MacBook Pro after a lot of struggling, then I installed an Nvidia driver and everything effed up. Now I'm back to zero. When I try to boot from USb I get busybox, what is it and what's the solution? Need Ubuntu for exams in one week D: [11:46] einonm, blazemore: Crazy - would a router change its channel all by itself? Not doubting the answer, just planning how I'm going to explain this to the guy upstairs when I ask to go fiddle with the router in his room :p [11:46] doubi: The BT HomeHub does this - it analyses which channel has the fewest other networks on it [11:46] Wiz_KeeD: if you install unp, can you extract it? [11:46] doubi: You're better of manually setting your wireless access point to a channel you know you can use [11:46] Aha! Sneeky beggar [11:46] I am in localhost, i did zip project.zip on project folder with -r, moved the zip to dropbox, used ssh on the other box to wget the archive, it downloaded it i have project.zip and when i do unzip project.zip, that comes up [11:46] what's unp? why would i need it...it never happened before this :( [11:47] Right enough, it was the only one on channel 12 [11:47] Wiz_KeeD: its a one command for all archives extracter, like the GUI, you don't have to click different to extract different archives. Unp gives this abstraction in CLI [11:48] Wiz_KeeD: worth a go, plus its stupidly useful (I think it should be default installed) [11:48] not on this box apparently [11:48] blazemore: crda does the job http://manpages.ubuntu.com/manpages/precise/man8/crda.8.html but checking on my system - [ 11.518022] cfg80211: Regulatory domain changed to country: CN [11:48] still what could cause this? [11:48] ..china...FAIL [11:48] or should i try to make a tar instead of a zip [11:48] Wiz_KeeD: check that you are the owner of the file [11:49] @ActionParsnip: ok i will check, thanks again :) [11:49] Wiz_KeeD: making a tar of the zip won't change the data [11:49] since i have wget with the same user i'm trying to extract and ls -al shows owner and group my user [11:49] Thanks all for solving the Mystery of the Disappearing SSID :) [11:49] not of the zip, i can rearchive the file and upload it to the dropbox [11:49] CrazyGangster: you can access \\host\c$ and \\host\admin$ on ANY Windows PC if you have the admin password (poor security) [11:49] doubi: You're welcome [11:50] apparently on my local box it doesn't work either...something is wrong [11:50] Wiz_KeeD: you could make a tar of the initial folder, then gzip it [11:50] or should i zip using a different command...this never happened [11:50] Oh, one other thing (see, you give a good answer, people will just ask more questions): is there a reason I'd be unable to ssh into a remote machine just woken from hibernation? [11:50] Off sick today, got someone to poke my machine at the office [11:50] ActionParsnip: if somebody already has the admin password, this is the smallest security issue you have [11:51] Which must be sitting there with password dialogue up [11:51] doubi: maybe sshd is not running.. [11:51] doubi...it may only be enabled when someone logs on? [11:52] doubi: have you tried 'nmap ' ? [11:53] einonm: Maybe - failure looks like asking for but refusing my password. It must be sshd doing the asking, right? But, y'know, I've typed it 10 times now, I'm sure I'm not getting it wrong [11:53] llutz: it simply shouldn't be shared imho. Anything unecessarily available to the network is a security risk in my eyes [11:53] And at least one of the machine's I'm trying from should be set up for key-based login, so it's odd it asks for a password at all [11:53] doubi: Ah, ok. sshd is running. Are you specifying a username too? [11:53] >_< [11:53] Hi I have a new channel and I need help [11:53] Ok, I'll go now....... :p [11:54] doubi: Its using your local username, perhaps...lol [11:54] Thanks einonm! [11:54] np [11:54] @ActionParsnip: cool :D [11:54] ActionParsnip, it's because of Dropbox [11:54] #tata [11:54] #tata [11:56] Guest58369: If you need help setting your channel up, please ask in #freenode thats the network help channel === muellisoft is now known as Muelli [11:56] Wiz_KeeD: weird [11:58] if i zip it like that and then unzip it then it's perfect, if i zip it, move it to dropbox, then download it it doesn't work [11:58] one more question, there is any1 file manager that shows the checksun of all files? === levin is now known as Guest45526 [11:58] Wiz_KeeD: check md5sum of the zip before/after sending/loading to/from dropbox [11:59] hi everyone! [12:01] hi [12:01] Wiz_KeeD: try using a differnet compression [12:01] why would it be because of that? [12:01] any suggestions ActionParsnip ? [12:01] Wiz_KeeD: tar.gz [12:01] i really want my archive to be intact at the end [12:01] how do i do that? === blackshirt is now known as gangnamstyle [12:02] CrazyGangster: you can use nautilus-scripts and add the feature there === gangnamstyle is now known as Guest39670 [12:02] Q: I've installed 12.10 and Compiz lost most of the fx. I'm not right now home, so I don't have access to my machine, but I'm just wondering if compiz is available for 12.10 ? Do I need to install something else ? Thanks! [12:02] for example, the 3d desktop is not available and stuff like that [12:02] Wiz_KeeD: tar czf filename.tar.gz folder [12:03] shwaiil you may need ccsm, compiz-config [12:03] Wiz_KeeD: clear browser's cache. it might be downloading from a previous cache [12:03] shwaiil: compiz is the default WM in 12.10 [12:03] i'm downloading using wget Onixs [12:03] MonkeyDust: tks for looking, I've got that installed [12:03] shwaiil: its already installed [12:03] ActionParsnip: strange, when I open the "compiz panel manage" or whatever it's called, I really don't have the 3d stuff, window wobble and stuff [12:04] *I'm not home atm but... I was just wondering [12:04] shwaiil: then install extra plugins, there are some packages with addons that aren't installed by defaulr [12:05] what would you need Onixs for Wiz_KeeD? [12:05] huh? [12:05] or what would you use it for? [12:05] ActionParsnip: ok i'll do that later.That's problem the reason then right ? Do you remember if yours came with the 3d stuff and when you installed 12.10 ? [12:05] @ActionParsnip: ok [12:05] what's onixs? [12:06] anyone know how to get xmodmap to get a key to run a command .. I understand how to get it to map a key to another key .. I want a key to run a script [12:06] /whois onixs not "what is" [12:06] its me [12:06] hi all [12:06] lol [12:06] IC... onixs.biz = ultra low latency Certified SDKs for Direct Market Access (DMA): FIX Engine, FIX/FAST Decoder, Market Data Handlers, Order Execution, Trade Capture, Drop Copy, and Reporting solutions. [12:06] i want to play some mp3 but i also want to skip the intro and end so what should id do ? [12:07] i think i can do all that stuff with my Ti though [12:07] shwaiil: I use Lubuntu, no Unity or compiz here [12:07] ok [12:07] tks [12:07] shwaiil: not a huge fan of either [12:08] ok thanks :) [12:08] jackw: a. cut out the intros manually (audacity perhaps), b. cut the intros automagically, some sort of sox/ffmpeg/mplayer script [12:08] Wiz_KeeD: does tar.gz work ok? [12:08] trying now, it's SO strange this never happened before [12:09] to extract ActionParsnip? [12:09] Wiz_KeeD: unp filename.tar.gz or: tar zxvf filename.tar.gz [12:09] Wiz_KeeD: if you had unp installed, you wouldn't have to ask, its the same command for ALL archives [12:10] gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now [12:10] pfff [12:10] something is seriously wack here.. [12:10] Wiz_KeeD: try unp :) [12:10] i've tried to add files to an archive before, into a specific folder in the archive... and it always adds the file to the end, never into the specific folder. Any ideas how I move the file into the folder? [12:10] this shouldn't happen... [12:11] Wiz_KeeD: well....yeah [12:12] Wiz_KeeD: could try downloading it with curl instead of wget [12:12] curl is not just a php plugin? :) hah [12:12] same thing ActionParsnip [12:12] Anyone got experience or knowledge on setting up dhcpd and PXE ? i'd need some help on those. [12:14] I was running Ubuntu on my MacBook Pro after a lot of struggling, then I installed an Nvidia driver and everything effed up. Now I'm back to zero. When I try to boot from USb I get busybox, what is it and what's the solution? Need Ubuntu for exams in one week D: [12:14] Wiz_KeeD: weird, if you upload the folder as is, then download that, is it ok? [12:14] allu3: I would think that you want a static IP for the pxe server--not dhcp. That way you can reach it consistently. The only time I've worked with it, was on an Amahi Home Server. [12:14] can't download a whole folder from Dropbox ActionParsnip [12:14] that's why i zip it :) [12:15] PatrickDickey: i have old fujuitsu life book and its PXE doesn't give me any options just searches for dhcp [12:15] Wiz_KeeD: or try just tarring the folder and transfer that === Guest39670 is now known as gangnam-style [12:15] i did that [12:15] as you suggested [12:15] untarring doesn't work [12:15] Wiz_KeeD: try downloading a non compressed file [12:15] allu3 do you have a server somewhere on your network? A pxe server, I mean. [12:15] and do what with it? [12:15] Wiz_KeeD: no, I suggested tar.gz not ust tar. There is a difference [12:15] and compare its md5 [12:15] hah, how do i compare md5? [12:16] how can i do that now with the zipfile? [12:16] !md5 | Wiz_KeeD [12:16] Wiz_KeeD: 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 [12:16] PatrickDickey: i have eeepc with ubuntu 12.10, one ethernet cable and the old life book, i'm trying to setup the pxe server on the eeepc with the dhcpd so i could install ubuntu 10.04 on it [12:16] PatrickDickey: i don't have any CD's available and the life book doesn't support usb boot [12:16] Wiz_KeeD: instead of asking simple questions like that, try searching a bit. The Internet has a world of data [12:16] Evdb: sounds like Grub isn't booting the OS. I suggest you chroot the installed OS from live USB and reinstate grub etc [12:16] allu3: So your actual question is how do you set up a PXE server on ubuntu? [12:17] anyone know how to release email messages that have been caught by amavis? [12:17] thought it was a simple command [12:17] Wiz_KeeD: it is [12:17] ActionParsnip could you eplain that a bit more? I don't really understand what you mean :p [12:17] Evdb: http://www.omgubuntu.co.uk/2011/09/live-usb-sticking-grub-2-video pretyped as i knew you'd ask [12:17] doesn't look like it [12:17] ActionParsnip hahaha thanks mate :) I'll keep you updated [12:17] Wiz_KeeD: md5sum filename not simple enough [12:17] PatrickDickey: um i mean i could install the ubuntu 10.04 on the lifebook via PXE, and yes, but afaik for PXE i also need the working dhcpd, and i think i'ce managed to set up everything else for the PXE server except i can't get lifebook to find the dhcpd [12:17] Wiz_KeeD: its in the link ubottu gave, all you have to do is read [12:17] hah the article in the post was for a different problem [12:18] anyone know how to release email messages that have been caught by amavis? [12:18] Wiz_KeeD: no, it shows how to MD5 sum a file, the actual file is irrelevant [12:18] Wiz_KeeD: think about it.....Just because a guide isn't EXACTLY for your issue doesn't mean it is of zero value [12:18] it's a totally different md6 sum [12:19] Wiz_KeeD: try just tarring the folder, see how that goes [12:19] you people suck [12:19] :) [12:19] allu3: which lifebook model do you have? [12:19] surferboy: why's that? [12:19] because I said so [12:20] surferboy: you wait 60 seconds and then get a pathetic attitude. yah great way to get support [12:20] !attitude | surferboy [12:20] surferboy: The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IRC/Guidelines [12:20] total rubbish [12:20] surferboy, thats enough [12:20] surferboy, what was your original question. Sorry, but I have two windows open, one of which has four tabs open. [12:20] surferboy: and still with the attitude. I'm sure people want to help you... [12:20] PatrickDickey: Lifebook C series FPC05041BP [12:20] can someone please tell me how the hell i get the ati x1400 to work? [12:20] Hmm ActionParsnip I can't even get in live Ubuntu without installing [12:21] allu3: this might help you out. I only started browsing it though. http://igor.chudov.com/projects/PXE-Netinstall-Of-Ubuntu/ [12:21] and fglrx-legacy cant find it also [12:21] Evdb: you can, you can boot to the device you installed with to get an OS that runs in RAM. There is an option to 'Try Ubuntu' which you can use [12:21] ActionParsnip yeah but I get 'busybox', can't boot into it [12:22] PatrickDickey: um i have a feeling this will lead to same as every single other tutorial, dhcpd wont work, but i'll give it a go [12:22] Evdb: when you boot the installation media you use, you get a busybox? [12:22] surferboy amavisd-release maybe? [12:22] Evdb: not the installed OS, the live CD or USB you installed with [12:23] ActionParnsip yep, I used some special oot options (noapic and such) because I know it's needed on my MacBook, still get busybox after Ubuntu loading screen [12:23] yeah [12:23] trying that [12:23] surferboy: http://powercom.de/appeltexte/2009/01/how-to-release-banned-content.html [12:23] ActionParsnip using the live USB (I removed my Linux partition + swap) [12:23] surferboy: source: https://duckduckgo.com/?q=amavis+release+email [12:24] Evdb: did you MD5 test the ISO you put on the USB stick? [12:24] rictec: seems you can't use fglrx with x1400 and ubuntu 12.10 or 12.04 [12:24] Actionparsnip yes and the hash is the right one === Purian23 is now known as Purian23|Work [12:24] Evdb: I suggest you recreate the stick. You can use unetbootin on most OSes [12:25] surferboy, it also helps to know which email client you're using. For those of us who don't know anything about amavis, we're googling for answers. [12:25] ActionParsnip Haven't used unetbootin, but I'll try that one then yeah [12:25] why when I go to download wubi.exe from the site, does it take me to download the .iso instead ? [12:26] nothing to do with the email client [12:26] ploni: If you make a CD, you can use that to install Ubuntu via Wubi [12:26] PatrickDickey, haha you don't have to google search for me [12:26] anyone can help with this 12.10 ati x1400 problem? [12:27] rictec: you may need an xorg.conf file to make the display a little better [12:27] ActionParsnip: but where can I download wubi.exe from then ? [12:27] rictec: simple stop thinking of fglrx drivers, they wont work. [12:27] surferboy, I don't have to, but if you asked the question, I'll do whatever I can to find the answer. [12:27] ploni: its on the Ubuntu CD itself [12:27] rictec: next option is to look for opensource radeon drivers if they aren't in use already [12:27] hi guys [12:27] thank ActionParsnip and allu3 [12:28] hi sasuke [12:28] rictec, does the computer work with Ubuntu 12.10 (in other words, do you have a working screen and just want some feature that the ATI drivers would provide)? [12:28] anyone using 12.10 with gnome shell? [12:28] ActionParsnip: but I don't want to burn a cd, I just want to use ubuntu with wubi the way it always was [12:28] well PatrickDickey using it [12:28] rictec: http://ubuntuforums.org/showthread.php?t=1919320 [12:29] PatrickDickey: it allways complains about low res at every boot [12:29] ploni: you can use a USB stick too [12:29] why did ubuntu change the way it always was :( ? [12:29] ploni, someone else pointed out a few days ago, that wubi is mainly for testing. Even the developers don't recommend it for normal use. [12:29] i see [12:30] rictec, I'm not sure if this would work for you, but try booting with nomodset in the command string (right now it probably says quiet splash, add nomodset after that). [12:30] ploni: I have been offered the wubi.exe file. Do you want me to make a link for you? [12:30] PatrickDickey: can i simplu copy paste http://igor.chudov.com/projects/PXE-Netinstall-Of-Ubuntu/dhcpd.conf.txt for my dhcpd config? and do i need to worry about the "domain-name" options? === dark3n is now known as dark3n|off [12:30] ploni: its not a long term solution. Wubi is a quick and dirty try before you buy [12:31] allu3: You could do that, but you'll have to adjust any IP Addresses and domain information to match your network. [12:31] ploni: http://releases.ubuntu.com//quantal/wubi.exe [12:31] PatrickDickey: my "network" consist of 2 computers and a wire.. [12:31] * ActionParsnip thinks wubi should be canned [12:32] PatrickDickey: so i have no idea what setting i should use for it :P [12:32] wubi is awful [12:32] allu3: still a network though :) [12:32] allu3: like he says on the tutorial, you'll need to edit it with your dhcp settings. One second, and i'll look at the script to see what it says. [12:33] thanks PatrickDickey i will try that [12:33] PatrickDickey: but if that is the dhcpd config, how i set up that according to "my settings" on a network with no settings at all so far :P [12:33] hi all, i was trying out a ubuntu alternative install (cli only) earlier to try and only install cinnamon as my de, but i failed to get any gui working. what's the best way of installing a gui for a cli only install? [12:34] allu3: if you type ifconfig into a terminal, and look at the eth0 information, what does inet addr say? [12:34] scrlk: i'd start with apt-get install gnome-shell and pray :P [12:34] PatrickDickey: something ugly.. let me pastebin it :P [12:35] Hey all [12:35] PatrickDickey: http://paste.ubuntu.com/1315054/ [12:35] * PatrickDickey faceplants.... I think I missed the obvious here, and will know in a few seconds [12:35] scrlk: you may also want to install lightdm (unless its a dep) [12:35] allu3: haha, im trying to erase gnome from my life. 3 years of a linux haitus, and all hell goes to loose in the world of desktop enviorment [12:36] scrlk: you want to erase gnome and go to cinnamon... [12:36] allu3: paste the entire results of ifconfig in a pastebin, please. [12:36] scrlk: Cinnamon isn't supported here, just so you know [12:36] PatrickDickey: http://paste.ubuntu.com/1315058/ [12:37] scrlk: install Cinnamon, then log into it, and remove the gnome-desktop (I'm not sure what it's exact name is). [12:37] thanks all :) [12:38] allu3: your first problem is this. You have no IP Address assigned to the ethernet (wired) interface. You need to do that before you can connect to it with the lifebook. [12:38] PatrickDickey: so something like ifconfig eth0 192.168.0.1 ? [12:40] allu3: this will help you to set it up https://help.ubuntu.com/10.04/serverguide/network-configuration.html [12:40] hi there, can you help with driver install? I get 'segmentation fault' error [12:40] allu3: go down to the IP Addressing section, and you can either do it temporarily with the sudo ifconfig command, or permanently. [12:41] mactheknife7: what driver, and what version of Ubuntu? Also are you installing it via apt-get, software center, or through dpkg itself? [12:41] I'm running Ubuntu 12.04 64, connected to a gigabit network. When transfering files to my Windows 2008 server, I only get about ~25MB/s. The NIC is a onboard-NIC, Realtek (w. lastest drivers). Also tried with a PCI-E NIC from Intel, still the same speed. Nothing wrong with the hardware; works fine under Windows 7 on the same machine. Any ideas? [12:41] PatrickDickey: NVIDIA-Linux-x86-304.60.run === viperhoo__ is now known as viperhoot [12:42] PatrickDickey: i just want it to work while i install the ubuntu via PXE [12:42] ericus, does the 2008 Server have a gigabit network card also? And does any router or switch that it passes through support Gigabit? [12:42] PatrickDickey: this is a lot of reading.. and i feel most of it is irrelevant for me at this point, wont the ifconfig eth0 192.168.0.1 really do the trick? === Albastos is now known as Albastos|off [12:42] allu3: then the sudo ifconfig comand might work for you. I'm not sure if you need to install dhcp server though or not (I think you do). [12:43] install it with: su sh NVIDIA-Linux-x86-304.60.run [12:43] sudo ifconfig eth0 192.168.0.1 netmask 255.255.255.0 allu3 [12:43] PatrickDickey, yes and yes. As said, it works just fine under Windows on the same machine (90-110MB/s) [12:43] PatrickDickey: so i have installed isc-dhcp-server and i've set the eth0 to 192.168.0.1.. next? [12:44] allu3 now you'll put that IP Address and subnet mask into the dhcp config file that you asked me about. He has 10.x.x.x on his. [12:44] PatrickDickey: could i just do ifconfig eth0 10.0.0.1 and then copypaste his config? [12:45] allu3, I'm not sure. I think you *need* a dhcp server somewhere along the lines. I think the pxe will try to get an IP address from that. [12:46] Hi.. i'm setting up a new server and i need to create users for my applications. Basically the users will only be used for permissions to dictate what files the applications can add.. how can i create a user that has very locked down priviliges and that can't login? === Albastos|off is now known as Albastos [12:46] ericus, it might be that autonegotiation is picking the 100mbit speed instead of the 1gbit speed. === laura213 is now known as _lau [12:47] Q: hi i have a little question, i installed an ubuntu 12.10 (desktop) is it possible to change the runlevel? Becaus i dont need the desktop env [12:48] CrazyHorse18: you might look here for help http://ubuntuforums.org/showthread.php?t=1291976 [12:48] !nox | kennen [12:48] kennen: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [12:48] PatrickDickey, no that does not make sense, 25MB/s is about 200Mb/s [12:48] !text | kennen [12:48] same factoid [12:48] !runleve | kennen just for info [12:49] kennen: ubunto dosent really use runlevels for that stuff. [12:49] !runlevel | kennen just for info [12:49] kennen just for info: In Ubuntu all runlevels except 0,1 and 6 are by default equal. Also keep in mind that Ubuntu now uses !Upstart instead of System V init so there is normally no /etc/inittab. [12:49] PatrickDickey, copying files FROM the windows server to the Ubuntu desktop = 35MB/s [12:50] ericus: Is this using an SMB share? [12:50] hum removed fglrx now i think its a litle better stil to slow [12:50] ericus: when you copy from windows server to windows desktop, is it around 90 MB/s also? [12:50] perfect thanks all, i will try right now :) [12:50] thanks Patrick [12:50] no problem CrazyHorse18. [12:51] hateball, not sure if it's SMB, it's shared folders on the Win2k8-server === Kitar|st_ is now known as Kitar|st [12:51] PatrickDickey, yes it is [12:51] hey [12:52] :D === glebihan_ is now known as glebihan [12:53] ericus: Yes that would be SMB then. You could try doing a transfer over SSH (winscp) and see if there's any difference. I've had issues with slow performance over SMB [12:53] ericus: my first guess would be a driver problem. But, I'm not sure. You might try searching for something like model of gigabit card ubuntu low speeds. If hateball's idea doesn't work. [12:54] hey sdxc [12:54] PatrickDickey, I've tried the latest driver and also another gigabit NIC [12:54] :/ [12:56] PatrickDickey, hateball, I will try winscp [12:58] I need help with my network [12:58] bad new, i ca't acces to my grup menu with ESC or Shift :( [12:58] it doesnt matter what settings I use, my wired connection keeps dropping for no apparent reason [13:00] ericus: http://ubuntuforums.org/showthread.php?t=1582408 talks about a similar issue, and some possible solutions. [13:01] I need help with my network === tehkittehrawrz is now known as thelionroars [13:02] is there a way to restore the default ubuntu configuration? or do I need to reinstall the os in order to obtain this? === also is now known as rootpt [13:02] is there no way to change the grup config while the system is running? I think my keyboard isnt working at the bootloader or something strange else [13:02] jalexandru: that is a convenient way to do it because otherwise there are a lot of things to purge and reinstall [13:02] robbie, give us some basic information about your setup, what you've tried, and what it does. Also if it worked in a previous version or not. I know you've been in here off and on all weekend, but some people may not have seen you. [13:02] join #als [13:03] hi [13:03] is there a standard way to get the full path of a .so file from the name of the library? Something like $( locate cairo | grep \.so | grep /usr/lib) but better? [13:03] I have a basic wired eth0 connection to my cable modem/router. dhcp works just fine, so does static routes, but neither keeps my system from dropping the connection [13:04] I have also tried disabling 19v6, including blacklisting the modules [13:04] kennen: if i'm not mistaken something like init 2 [13:04] robbie: bad connections (physical), bad cables? bad ends? [13:04] and uninstalling dhcp client when set up in static ip [13:04] uh i hate when i've forgot to scroll down irssi.. [13:04] PatrickDickey: I guess it is possible, let me swap them out :) [13:04] DamienCassou: find /usr/lib -iname '*cairo*.so' [13:05] allu3: yes i want to run my system in text-mode, thats no problem but i cant acces the grup2 menu on boot ... [13:05] robbie, disabling ipv6 isn't going to matter much , if you still have network manager installed with static IP is redundancy IMO [13:05] .net [13:06] robbie, another thing to try (and this is a bit extreme), power off everything (unplug the modem and any routers), then power them all back on after about 30 seconds. Start with modem, then any routers, then any servers, and finally your computer. [13:06] BluesKaj: yea I have tried various static ip configs, directly and with network manager [13:06] PatrickDickey: that Ive tried too :( [13:06] let me find a cable now :) [13:06] llutz: thanks. I know how to search for files in general, but is there a standard mechanism dedicated to .so files? [13:07] robbie, let the interfaces file handle the network management for you , network manager itself isn't rerquired [13:07] DamienCassou: none i would know [13:07] hi I'm on Ubuntuy 12.04 and trying to personalize the guest session. Specifically, I'd like to add a launcher to the unity sidebar. Tried copying over running guest folder setup to /etc/skel/guest-session, but seems it isn't taken into account =? Suggestions? [13:07] PatrickDickey: i think i've managed to get the dhcp part working.. now to tftp :P [13:07] PatrickDickey: do i really need to install cobbler to use tftpd ? [13:08] hi there. how can i revert back to my Intel graphics? Note: After installation it was Intel already supported, then i installed nVidia through Addinitional Drivers, and it did not support as usual (Optimus) and now im stucked with nouveau [13:08] allu3: I don't know. I've never used cobbler. [13:08] DamienCassou: ldconfig -p [ | grep whatever] [13:08] llutz: so how do applications find these .so files? Is this hardcoded using the ./configure mechanism? If yes, how does the ./configure mechanism find them? [13:08] aafa: sudo rmmod nouveau; sudo modprobe i915 [13:08] aafa: have you tried removing the nvidia driver and blacklisting nouveau? [13:09] PatrickDickey: I can tell already it cant be the cablle [13:09] DamienCassou: .so /libs are in directories known to the system. that manages ldconfig, apps searching only these directories by default [13:09] PatrickDickey: because the way the internet reconnected when I attached the new cable was different -- I get my connection back right away [13:09] allu3: thanks for respond, I did not remove nVidia, but disabled driver from Additional Drivers. [13:10] DamienCassou: check /etc/ld.so.conf(.d/) [13:10] robbie, does the connection stay up though? [13:10] so far :) I guess Ill need a few minutes now -- wish me luck :P [13:10] robbie I still think the network manager is the culprit [13:10] llutz: thank you [13:11] robbie is that with the new cable or the old one? [13:11] BluesKaj: what do you think is wrong with it? [13:11] PatrickDickey: the newtest cable [13:11] allu3: now should I apply those commands above or sth else ? [13:11] allu3: http://www.howtogeek.com/61263/how-to-network-boot-pxe-the-ubuntu-livecd/ might be good. [13:11] robbie, it's probly buggy on your setup [13:11] hi im trying to get a juniper java vpn network connect to work under linux and having issues, does anyone have experience with this? [13:12] robbie: BluesKaj thinks you should use /etc/network/interfaces and skip network manager. I agree, especially if the new cable fails. [13:12] should I apply these commands: "sudo rmmod nouveau; sudo modprobe i915" after killing X or it does not matter? [13:12] PatrickDickey, BluesKaj: ok we'll see. Ive tried that before I think but maybe I missed something [13:13] hey, its been up almost a whole song on my internet radio :D good luck so far [13:13] robbie, also try a different port on the router, if you can. it could be that. [13:14] * PatrickDickey in about two days, when robbie hasn't come back, I'll say "It was probably the cable" :P [13:15] * PatrickDickey speaking of Internet radio.... If I'm going to be up, I should be listening to My103.9 (Phoenix). The morning DJ is hot.... back on topic again. [13:16] hey so I just lost my connection again [13:16] it wasnt the cable [13:16] robbie,, I basically purge network manager [13:16] Try a different port. Then remove network-manager, and try adding a static ip to /etc/network/interfaces [13:17] I'd set up the static IP first, then purge network-manager robbie [13:17] think he already is static === dark3n|off is now known as dark3n === dark3n is now known as dark3n|off [13:20] BluesKaj, PatrickDickey: Im not clear what to do next.. both of you have ideas Ive already tried efore [13:20] *before [13:20] well I dont know that I purged network manager .. just uninstalled dhcp client [13:20] robbie, if you have a static IP Address set up in /etc/network/interfaces, then purge network-manager. [13:20] right now I dont have static ip set up and the router isnt set for it either [13:21] robbie, the router doesn't matter. All you have to do is pick an IP that's outside of the range that the router assigns and use that. [13:21] Ive also tried turning off autonegotiation [13:21] but it is on again now [13:22] robbie_, have you tried connecting without network manager installed , not just disabled , but totally removed ...you can still use dhcp , but static is recommended [13:22] what IM program does 12.04 use ? can't find anything [13:22] PatrickDickey: ok well I have done that already yesterday and it didnt work if that is the only change.. what else besides that do I also need to do [13:23] I have been backing up my /home with deja dup, my /home is on a seperate drive already. yesterday I droped my laptop and my /home drive is broken =[ deja dup was using encryption and now I cant restore my /home =[ anyone have ideas? [13:23] BluesKaj: is there an online reference that suggests removing netowrk manager for any ubuntu build from the last few years? because thats a fix from a *long* time ago [13:23] robbie_: I'd try removing network-manager. See if that fixes the issue. Like BluesKaj is recomending. [13:23] BluesKaj: no I havent yet [13:24] BluesKaj: I'd disabled it though [13:24] Babybuntu, do you remember the password that was used to encrypt the /home partition? [13:24] PatrickDickey: yes [13:24] dutch: Empathy, Pidgin, aMSN, Skype, take your pick. I think empathy and Gwibber are default though. [13:25] PatrickDickey, thanks..I'll check and see [13:25] Babybuntu: does the computer boot to ubuntu at all? [13:25] PatrickDickey: the /home was not encrypted. only the backup was encrypted with deja dup [13:25] Babybuntu: understood. ;-) [13:26] PatrickDickey: yes I get to root shell but it says no backupchain was found =[ [13:26] the only need for network manager is for wifi , IMO ..we aren't supposed to tell ppl to remove apps , but in this case I'm convinced NM is redundant and is causing problems , robbie [13:26] Babybuntu: does it boot to a normal desktop? [13:26] gfgdfgksdfgdhfsdgfygafhgdodyocsdvvcd [13:26] yehxcoencnxomwiwexh ufxqe6tfhhw6cifqxt6runjnfrrxineifqiu [13:26] udjrth6giewr6xtfeunwzGV2EYZIYQRFRNFV [13:26] s antanas: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [13:26] hvjvhvb hdb hj h bhbsdjhbsjh dfhsdb [13:27] * PatrickDickey wonders how long antanas is in time out. [13:28] * PatrickDickey about that long, I guess. [13:28] antanas, any atentioon is good attention eh ? [13:28] gfgdfgksdfgdhfsdgfygafhgdodyocsdvvcd [13:28] yehxcoencnxomwiwexh ufxqe6tfhhw6cifqxt6runjnfrrxineifqiu [13:28] udjrth6giewr6xtfeunwzGV2EYZIYQRFRNFV [13:28] s hvjvhvb hdb hj h bhbsdjhbsjh dfhsdb [13:28] antanas: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [13:28] fgbfhsd b jhsbjsd jhsdbjhsb f hsdbhl [13:29] antimon, you're an idiot :) [13:29] We used to have people like that in my old chat rooms... Loved perma-ban. [13:30] don't do it antanas [13:30] hi there. how can i revert back to my Intel graphics? Note: After installation it was Intel already supported, then i installed nVidia through Addinitional Drivers, and it did not support as usual (Optimus) [13:30] change your nick, dick [13:30] antanas, idiot ! [13:31] Intel grx was working flawlessly after installation, then I enabled nVidia and it lacked so disabled again [13:32] aafa, you could remove the nvidia drivers completely. [13:33] how do i reinstall the ati driver? [13:33] PatrickDickey: how to do it? [13:34] aafa, first dpkg -l nvidia to find out which one it installed. then sudo apt-get remove that driver. [13:34] optraz: did you uninstall it, or did you upgrade and it wasn't installed after? [13:34] hi [13:34] PatrickDickey: No packages found matching nvidia. [13:35] annnnd bye [13:35] PatrickDickey: i have upgrade from 12.04 to 12.10 and the X just wont start http://pastebin.com/kXNfER3i [13:35] hmm.. I'm using ubuntu 11.04 at work, and it's peculiar and funny that when I leave it up for a long time and the memory usage sits around 99% (cache // programs) if I start to do memory intensive stuff (running a program with a large data structure) like gnome or nautilus starts to mess up with characters missing and/or being replaced with weird ones... my only solution is to log out / log back in to restart gnome(I think) [13:36] optraz: which card do you have? [13:37] I want my Intel grx back, it's confusing please help [13:37] mag]: what applications do you normally have running? [13:37] 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI RV710 [Radeon HD 4350] [1002:954f] (prog-if 00 [VGA controller]) [13:37] PatrickDickey: ^^ [13:37] PatrickDickey, emacs, firefox, chrome ... banshee [13:37] PatrickDickey: can you tell me how to remove and install again the ati driver from cli? because right now X just can NOT start. [13:37] optraz have you tried this at allhttp://www.unixmen.com/ubuntu-12-10-and-amd-catalyst-problem-solved/ [13:38] mag]: firefox and chrome are my guess for your culprits. [13:38] PatrickDickey, I don't know if it's because I try to go for like a month of uptime, or if my system memory might be weird... because at home it's not like I sit at 99% memory usage [13:39] PatrickDickey, I was hoping to find a setting that would let me lower the amount of cache I would necessarily need to keep around, and see if having free ram would help [13:39] mag]: If you're leaving firefox and chrome open the entire time, that's probably number 1. I just closed out chrome with five tabs open, and dropped 22%. [13:40] PatrickDickey: and legacy_fglrx is not in the repo?! [13:40] PatrickDickey, yeah, no joke, they're ridiculous on memory usage... it's just kind of alarming that memory intensive operations like that would screw up the interface so much ... which I think is cache related ... but idk [13:41] whats the command to remove unity + gnome? i've just switched over to cinnamon [13:41] optraz: nope. [13:41] scrlk: sudo apt-get remove ubuntu-desktop will get rid of unity. [13:41] PatrickDickey: what commadn to cehck the version of xorg? [13:41] if I apt-get --reinstall a package, will it leave my conf files in tact? [13:41] thanks, what about gnome packages? === ubuntu is now known as Guest17881 [13:42] scrlk: You'll need to keep some gnome packages, I think. Do you have gnome3 installed? === mushroom is now known as Rocky [13:42] PatrickDickey: this is a fresh install of 12.10 [13:42] mag]: you could type free into a terminal, and see whether it's using your swap at all. [13:43] scrlk: then you'll just need to remove ubuntu-desktop. [13:43] PatrickDickey: thanks :) [13:43] PatrickDickey: what commadn to cehck the version of xorg? [13:43] No problem scrlk. [13:44] optraz, I'll look into that. I'm not sure right off-hand. === matt_ is now known as Guest56587 [13:47] optraz X -version [13:48] PatrickDickey, I noticed the same behavior when I tried to flush the cache from the command line (googled (from command line fu)) free && sync && echo 3 > /proc/sys/vm/drop_caches && free ; if that might distinguish something [13:48] jrib: if I export LANG=en_US.UTF-8 in the script it works... That was the whole issue it seems. [13:48] PatrickDickey: X.Org X Server 1.13.0 [13:49] PatrickDickey: so i guess my card falled on the affected radeon card series [13:49] and the xorg version too [13:49] anyone here use virtualbox? [13:49] optraz, I guess so. You could try the third option (adding the ppa, update, upgrade, and install). My X version is 1.12.3 after doing that. [13:50] Led_Zeppelin: Occasionally. I haven't actually opened it since upgrading though. [13:50] Running 12.04. I am using virtual box on 2 monitors. I got full screen to work but I still see ubuntu tool bar on the right monitor. [13:50] PatrickDickey, dual monitor? [13:50] Led_Zeppelin: nope. sorry. [13:50] basically, how do I disable tool bar on the top ? [13:51] Led_Zeppelin: I'm not sure. If someone doesn't have an answer here, you could try #vbox that's the channel for virtualbox. [13:51] don't think its a vbox issue. Its a ubuntu issue. [13:52] Led_Zeppelin: yes me [13:52] PatrickDickey: no, i dont want other ppl repo [13:53] PatrickDickey: just want official repo [13:53] optraz: I'm not sure what to tell you then. I can tell you that I'm using the ppa without any problems. But, your mileage may vary. [13:53] how do I set the "look and feel" of my desktop ? [13:53] optraz: and I totally respect you for not wanting to use it. [13:54] PatrickDickey: thanks, i have removed fglrx fglrx-amdcccle fglrx-updates xorg-driver-fglrx [13:54] downlaoded the fglrx_legacy [13:56] * PatrickDickey hopes that some of the people from the developer summit conference are noting the large number of graphics related issues. And hopefully are working to get some of the not as older cards supported somehow. === ctyler is now known as ctyler_lce [13:58] sh amd-driver-installer-12.6-legacy-x86.x86_64.run --buildpkg Ubuntu/quantal <== not available for quantal?! [13:58] how do I disable toolbars? [13:59] eh. nevermind I will install KDE [14:00] hi can anyone help with ati x1400? [14:01] optraz: I'm not sure what dependencies you need to get it to do the buildpkg portion. [14:01] PatrickDickey: no, that amd driver does not have for quantal but the link that you gave me said that option is available === fisted_ is now known as fisted [14:04] I'm not sure then optraz. DId you purge anything fglrx related before installing the driver? [14:06] un saluto [14:06] When i click once using mouse,but it sometimes works as if i have clicked twice.Is my mouse in trouble? [14:06] PatrickDickey: no.. nvm === thelionroars is now known as insaneKittehPoss [14:07] whats this: Number of created screens does not match number of detected devices [14:07] I was going to say that this is where I started at optraz http://askubuntu.com/questions/202857/cant-install-ati-proprietary-drivers-in-12-10/202885#202885 [14:07] cant create a xorg.conf [14:07] miistx, un saluto === insaneKittehPoss is now known as InsaneKittyPosse [14:08] guang_: do you mean that single click opens files instead of needing to double click? [14:08] i try to get a java plugin running for my browsers (chrome and friefox). but even after installing the restricted JDK icetea 6 and 7 as well extras it wont work, can anybody help me? [14:08] magic_al: sudo update-java-alternatives -l [14:08] whois thesadmafioso [14:08] then sudo update-java-alternatives -s java-7-oracle or similar [14:08] haha sorry folks [14:08] magic_al you can go to java, and download the jdk. It has the jre included. [14:09] PatrickDickey, what is jre? [14:09] magJava Runtime Environment [14:09] magic_al: ^ [14:09] Java Runtime Environment. It's what makes the java work in your browser. The jDK is the developer kit. [14:09] mmm [14:10] got my x back [14:10] WOOOHOOOO optraz :D [14:10] blazemore, the update thing didnt work [14:11] Hello. I need help. [14:11] Firered365: hi. you need help [14:12] hi [14:12] hi [14:12] !ask | Firered365 [14:12] Firered365: 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 [14:12] PatrickDickey, but you dont mean OpenJdk, dont you? i have them both installed 6 and 7 [14:12] magic_al: http://www.oracle.com/technetwork/java/javase/downloads/index.html that's where you can get the jdk from. [14:12] Firered365: why do you need help [14:13] magic_al: nope, I mean the oracle (used to be Sun) java. Their proprietary one. [14:13] PatrickDickey, so i can remove the openJDK things? === InsaneKittyPosse is now known as CompyTheInane [14:13] You can, or you can leave them installed. [14:13] I am trying to install Ubuntu 12.04.1 and it tells me 0 disk space available. Also, ubi partman gives me error code 10 and closes down on installation === travis is now known as Guest9636 [14:14] not error code 10!! ?!?! [14:15] what is the best software on android to login irc? [14:15] http://ubuntuforums.org/showthread.php?p=12324531 <-- please help me out [14:15] http://ubuntuforums.org/showthread.php?p=12324531 <-- please help me out [14:16] I can't get decent gigabit lan speed [14:16] Ubuntu > Windows 2008r2 Server [14:16] PatrickDickey:i mean when i click just once,but i do what i should click twice.. [14:16] It has a check that says at least 4.5 GB available. [14:17] YIFU: You're probably best asking in #android or ##android (I think one of those is the right channel) rather than the #ubuntu channel [14:17] Firered365: here's a link to some information about partman error code 10 http://www.kubuntuforums.net/showthread.php?58457-Installer-crashed It's for kubuntu, but the advice may help you too. [14:18] ericus, could be you have a slow hard drive on either end of the xfer [14:18] i am completly new to ubuntu. I am in bangalore. Do any of you in bangalore and willng to teach step by step. [14:18] YIFU 430 people in #android [14:20] thanks,monkeydust [14:20] what is this. No real communication by human here. Only update message of member joins and left. I thought, Ubuntu community will be great on IRC [14:20] guang, you can change the click in Nautilus > Edit > Preferences > Behaviour tab. [14:20] Rahul_ you can disable those messages, depending on the client you use [14:21] hi, can i somehow install linux on a system with no bios support for usb booting and no burning capacity? [14:21] Rahul_: we're here. Sometimes we're not talking. Sometimes, we're looking up something for someone else's question. And in my case, I may not be here after all. [14:21] I am using webchat.freenote.net, I am completly new to irc too. Can you help me to show, how to do it. [14:22] Rahul_ type /join #ubuntu-offtopic [14:23] hey, i really need help [14:23] i removed the file ld-linux-x86-64.so.2 from lib64 [14:23] now i can't run any progrmas [14:23] onca, does the computer support netboot? [14:23] compdoc, no, it works fine from Win7 > Win server [14:23] on the same machine [14:24] patrickdickey, maybe but what other machine would i use? [14:24] onca, do you have another machine? [14:24] kindof, its a communal machine running windows 7 [14:24] My ubuntu server installation (10.04) cannot find package libfaac-dev [14:24] onca can it burn a DVD? [14:25] no. [14:25] Ya, Now its ok but what this offtopic command basically does? [14:25] onca right now, are you on Ubuntu (an older version)? [14:25] reboot again [14:25] someone? [14:26] patrickdickey, no right now i am on windows xp [14:26] Rahul_: offtopic means that it's not exactly a conversation for this channel. In other words, it's not exactly a support question, so you'll want to go to the offtopic channel. [14:27] i install apache and no-ip.org host, when i put the host in the firefox it goes to my router configuration page instead to var/www/ can someone tells me why ? [14:28] onca this link might give you some ideas https://help.ubuntu.com/community/Installation#Server and network installations [14:28] thanks! [14:28] i removed the file ld-linux-x86-64.so.2 from lib64 [14:28] now i can't run any progrmas [14:28] PatrickDickey, i downloaded the jdk and now i have two folders, etc and usr. but no executable file, what to do with them? [14:29] rootpt you need to use port forwarding on your router, and point to the IP Address of your web server. [14:29] I'm on a thinkpad t430s, and when I resume from sleep on 12.10 the sound stops working. didn't have this issue with 12.04. ideas? [14:29] Hi, Is there a list where I can get supported nvidia graphic cards on Ubuntu. (to install proprietary drivers) [14:30] well some things are better [14:30] magic_al: did you download the jdk7u9 one? or a java 6 one? [14:30] hello [14:30] PatrickDickey, 7u9 [14:30] guhhh [14:30] magic_al: http://docs.oracle.com/javase/7/docs/webnotes/install/index.html installation instructions [14:31] fairuz: http://www.ubuntu.com/certification/catalog/make/NVIDIA%20Corporation/ [14:32] PatrickDickey, thank you [14:32] PatrickDickey: ty [14:32] anyone? [14:32] fairuz: it's not updated to 12.10 though. So you're mileage may vary. [14:32] no problem. magic_al and fairuz. === florin is now known as Guest77405 === christophe is now known as Guest50431 === Robert_ is now known as Guest10571 === hugo is now known as Guest95226 [14:36] DataLate: can you still do sudo apt-get update? If so, you could try to reinstall libc6 with sudo apt-get install libc6 [14:37] DataLate: either sudo apt-get reinstall libc6 or sudo apt-get install --reinstall libc6 might help you. === Kitar|st_ is now known as Kitar|st [14:37] dam 12.10 [14:43] (·_·)/ [14:44] Where channels for request free shell [14:44] Hey, does anyone know how you could save a libreoffice document on a remote machine? That is, I left my homework open, and unsaved on my home machine, and I would like to save it somehow remotely through ssh. [14:44] !alis | Dondumul have a search [14:44] Dondumul have a search: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [14:44] and...another reboot [14:45] Dondumul, #freenode for more help [14:45] hadim [14:48] Request free shell please [14:48] Dondumul, this is not the right place to ask. I told you where [14:50] how can i disable this low graphics warning at boot? === CompyTheInane is now known as thelionroars [14:52] so if I run $ locate narray_config.h [14:52] that should locate that file *anywhere* on my system right? [14:53] anyone have a pointer to a doc for restoring DNS access to to 32bit apps under avahi/mdns? [14:54] delinquentme start with something shorter, locate narray or so [14:54] delinquentme: it should [14:54] delinquentme: assuming it exists [14:54] PatrickDickey: not good... driver install but reso is low === eugene is now known as Guest53290 [14:55] delinquentme: only if you have mlocate installed and it runs once per day to update its DB. man updatedb [14:55] [ 33.300] (EE) Failed to load /usr/lib/i386-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so: /usr/lib/i386-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so: undefined symbol: noXFree86DRIExtension [14:56] I'm on a thinkpad t430s, and when I resume from sleep on 12.10 the sound stops working. didn't have this issue with 12.04. ideas? [14:56] PatrickDickey, can u explain better? sorry i really dont get it [14:56] Any xchat users know of a way to hide the "thisperson has quit", etc. messages? [14:57] clicking around for a minute turned up nothing. [14:57] wols_, how do I run a db update? $ updatedb >> updatedb: can not open a temporary file for `/var/lib/mlocate/mlocate.db' [14:58] delinquentme: sudo updatedb [14:58] rootpt, port forwarding tells your router, "if someone asks for port 80 (a web site), then they want this computer (the IP Address).. Otherwise, the router thinks that they're trying to configure it. So it shows them that screen. [14:59] hello [14:59] i see [14:59] Erik_D: right click on channel tab/name in the channel listings [14:59] rootpt, http://portforward.com/ close the ad that appears, and then click on Router. Pick your router from the list, and then look for web server (or apache) in the next list. [15:00] Ok man, i will try, thank u very much [15:00] thanks dr_willis ! [15:00] rootpt: if your router is a combination modem/router, and it's not listed there, then you have to find the instructions for configuring it on that specific model. [15:01] ok [15:01] i will check and let u know if i get it [15:01] PatrickDickey: i fixed my problem [15:01] well, I may not see it. I'm off to bed shortly. It's "late" in the day for me (as I work a graveyard shift). [15:02] DataLate: Glad to hear it. :D [15:02] i booted from dvd, and created a new symlink to the library [15:02] i couldn't even execute sudo [15:02] only thing that worked was cd [15:02] DataLate: now everything is working good? [15:02] yep i think so [15:02] at least i could login now :D [15:02] hello [15:02] Hi all, quick permissions question, I have a directory with rwx for the user and group (let's say the group name is sales), I added a new user with "adduser -G sales bob" but this user can't modify the files inside my directory. What am I doing wrong? I verified the sales group has rwx on the directory and its files. Thanks! [15:03] DataLate: That's always a bonus. [15:03] PatrickDickey, To setup port forwarding on this router your computer needs to have a static ip address. [15:03] it my real ip adress? [15:03] rootpt, it means that you have to tell the router not to give it a new IP Address. If the server is running linux, you can configure that in /etc/network/interfaces. [15:05] rootpt, there is something called dhcp binding it uses your mac to provide ip address to your machin [15:05] rootpt: https://help.ubuntu.com/12.10/serverguide/network-configuration.html shows you how to configure a static IP in Ubuntu 12.10 (It's the same for earlier versions too). [15:05] ok, im using 12.10 =) [15:06] free vpn anyone? [15:07] rootpt: in the link I just posted, skip to the IP Addressing section. Pick an IP Address that's outside of the range that your router assigns. For example, if your router assigns from 192.168.1.100 to 192.168.1.254, you want to use something from 192.168.1.2 to 192.168.1.99. [15:07] yap ok [15:07] So I can't seem to adjust my screen brightness at all. The function buttons make a bar pop up that is supposedly the brightness level, but the actual brightness does not change. I'm on an Acer Aspire One running Kubuntu 12.04. [15:07] How do I go about getting an old version of software? [15:07] Specifically, I'm looking for Tomcat 6.0.29. [15:08] and rootpt, ifconfig eth0 on the server will give you most of the information that you need. inet addr is your IP Address. netmask is the subnet mask. [15:08] Hi, if I want to distribute BIG files to my clients and using torrent, which is the preferred torrent-server that I can find in Ubuntu? [15:08] i saw that allready [15:09] nandersson: transmission is the default client. You'll have to create the torrent, and upload it to an engine. And seed it through the client. IIRC. [15:09] PatrickDickey, yeah, What engine shall I use? I want to host it myself [15:10] lmat: depends on how old and what software. and whats in the repos. [15:10] nandersson: I'd imagine that as long as you create the torrent file, you can just send it to the clients. [15:11] PatrickDickey, yes, but I have to put my file on some server, and I guess I have to point to that server. [15:11] anyone used to 3ware raid controllers? i am using a 9650SE-12ML on a freshlyinstalled 12.04 - 64bit. i executed the installer from the code-set-iso and selected cli & webinterface. tw_cli works to aks the controller status - but the webinterface seems NOT to be accessible at all on http/https & default port 888. Any ideas? or any other place you would recommend to ask? [15:11] dr_willis: Ah, I'm finding something useful... https://help.ubuntu.com/10.04/serverguide/tomcat.html [15:11] PatrickDickey, if I say "torrent server" that should explain what I am looking for. [15:11] dr_willis: It looks like tomcat6 is default (and it's what I want) [15:11] fidel_ try #ubuntu-server [15:12] nandersson: Here's a link to get you started. Understand that they're talking about a specific product (which may violate copyrights). The steps are the same for your product and torrent client. The client is also the server. http://www.sidewalkcrusaders.com/bthowto/btstart.html [15:12] dr_willis: I apt-get install ed it and it says "0% [Connecting to us.archive.ubuntu.com" :( [15:12] Is there any way to find out which packages will not work after upgrading 12.04 -> 12.10 ? [15:12] nandersson: If you don't own the copyrights to whatever you're planning on distributing, then don't distribute it without their permission. [15:13] lmat: east coast may be having issues right now. [15:13] * PatrickDickey along with the Midwest, as that frankenstorm is going to affect even us. [15:13] PatrickDickey, Thanks :-) I am not going to share some hollywood block busters :-) It is for internal distribution of OVA-files (Open Virtualization Arch) [15:14] nandersson: sounds good. I'm just covering my butt. ;-) [15:14] PatrickDickey, ...and these can be quite huge, so we do not feel confident using wget [15:14] i thought. torrent files had trackers. not servers. ;-) [15:14] PatrickDickey, yeah :D thanks for your tip! [15:15] dr_willis: Ah. Thanks. [15:15] dr_willis: they do. I'm just giving him a start. After that, I'm not sure what he'll need to do. [15:16] * PatrickDickey and with this, I'm off to bed... [15:16] PatrickDickey, good night [15:17] in bash ... is there a character that I can use to continue the same command but on a new line? [15:18] Hey all, wondering if anyone has any advice on this issue: I'm trying to install Ubuntu on my MacBook Pro (dualboot with OSX). I have done it before, but I recently deleted my old Ubuntu partition to redo it. I made a LiveDVD and LiveUSB with the AMD64+MAC ISO, which show up in Refit, but won't boot… just a blinking cursor. Any ideas? [15:18] hi, any suggestions how to install libc 2.13 on 12.10? [15:18] delinquentme: \ [15:18] dont hate me ..but i run kde on top of ubuntu 12.04....problem is when i rdp to my pc using krdc it starts a unity session...any idea how i can start a kde session [15:18] delinquentme: that is, you escape the new-line with the escape char, which is \ [15:19] mstenta: first thing to do is checksum the iso and cd [15:19] Lunar_Lamp, thanks! [15:19] PatrickDickey, Found here what I was looking for. Switching "server" for "tracker" helped. Thanks dr_willis ;) http://vorg.ca/1480-How-to-set-up-a-BitTorrent-tracker-on-Linux [15:19] jrib: i have tried mounting it in VirtualBox in OSX, and it works [15:19] mstenta: doesn't matter [15:20] mstenta: press shift a few times as soon as you select to boot from ISO. then, select nomodeset. [15:24] okay thanks PatrickDickey [15:24] its work now.. fps around 2k === aaron is now known as Guest24160 [15:27] jrib: i'll do a checksum right now… thanks [15:27] jrib: i burned a DVD… that should work the same as a CD, right? [15:27] dont hate me ..but i run kde on top of ubuntu 12.04....problem is when i rdp to my pc using krdc it starts a unity session...any idea how i can start a kde session === jakub_ is now known as jakub_r === mushroom is now known as Rocky [15:32] Is there a way to copy passwords from a pc to another pc that it not attached to a network, securly? [15:32] Eagleman: USB key? [15:32] use a usb thumbdrive [15:32] http://ubuntuforums.org/showthread.php?p=12324531 <-- please help me out, gigabit speed sucks and I don't know why :( [15:32] I'm on a thinkpad t430s, and when I resume from sleep on 12.10 the sound stops working. didn't have this issue with 12.04. ideas? [15:33] But how do a copy text from the command line to the clipboard from the usb stick? [15:33] Eagleman, ctrl-shift-c [15:33] And how do you select it? [15:33] Like i put every password in a seperate file and then? [15:34] Eagleman: Select, copy, paste as always? [15:34] But it has no GUI so i was wondering how i even select, since there is not even a mouse attached [15:35] any1 know what to do with "The DNS server isn't responding" windows 7 guest on virtualbox, ubuntu ? ((((NAT)))) [15:35] marcus try changing NAT to bridged [15:36] on bridged its always stuck on "Identifying network..." [15:37] marcus try asking in #vbox [15:37] Alright, I tried asking this last night to no avail, both in here and on AskUbuntu. http://askubuntu.com/questions/207990/asus-q500a-will-not-boot-from-live-dvd [15:37] Anyone have any hints or such? [15:38] kk [15:38] Sly, does it have a UFEI bios? [15:38] UEFI [15:38] As far as I know, yes. [15:39] I know the DVD drive showed up as UEFI in the BIOS. [15:39] Did it had windows 8 preinstalled on it? [15:39] Yes, it had Windows 8 preinstalled. [15:39] Unfortunately. -_-; [15:39] why has the libcherokee-mod-libssl package disappeared in quantal? [15:40] Sly, well, in my gigabyte motherboard's bios, I have to turn off UEFI for display options, or Ubuntu has a blank screen at boot [15:40] Sly, mine has Storage and Display settings for UEFI [15:40] compdoc: Maybe that's where my problem is. Mine does the same blank screen after it "boots". [15:41] I'm not sure if mine has that setting in BIOS, but I'll have to definitely give it a check. [15:41] Any other suggestions that might help if that doesn't? [15:41] hi all, i want to send the output of a script under /etc/cron.daily/ to /dev/null, how can i define the sdout inside the script? [15:42] Sly, no, 12.04.1 ran perfectly after setting Display Uefi to legacy [15:42] !nomodeset | Sly This is a possibility, [15:42] Sly This is a possibility,: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [15:43] DJones: I love you. Something like that is what I was looking for. :D [15:43] * Sly jots it down for later. [15:44] Hey, my friend is in a competition for the best ass of the year! Please vote for them! http://bestassoftheyear.eu/vote/48784 [15:44] jack_: Not in this channel [15:44] jack_: go elsewhere if that's what you're posting >.< [15:45] I'm a pedophile! [15:45] Hey any overclocker here? [15:46] I tried "overclocking" channel but there was noting. [15:46] Sly, be sure to try those grub options, but also be sure to set them back if they dont do it for you, or you can kill some important features [15:46] dak0: try ##hardware [15:46] Pici was faster :) [15:46] so thats it no more 12.10 for me [15:46] @pici thank you [15:47] compdoc: Ubuntu isn't installed anyway. It wouldn't boot from the live DVD. That's what I've been trying to accomplish, but it's been failing. [15:47] So yeah. Don't have to worry about it messing anything up. [15:47] hi all. can anyone tell me if i can disable the screen lock that the screen saver causes [15:48] jason__ system settings, brightness and lock [15:49] Yes, it had Windows 8 preinstalled. [15:49] congrats [15:49] now have fun disabling secure boot(R) [15:52] Calinou: could that be causing the problem? I did notice that it said something about "Secure boot not enabled." when I tried to boot it from the live DVD. [15:53] it would be a bios option if its pocssible to disable [15:53] possible [15:54] Oh yeah. I know it should be in BIOS. I just didn't know if that may be causing the problem. [15:54] * Sly hates Windows 8. [15:54] one can only try [15:54] Didn't have a choice, though. Had to get something for work. [15:54] PatrickDickey, finally i solve :) === jason__ is now known as sarrous [15:54] thanks man ;) [15:54] Hi there, ive got a server that im trying to secure and was thinking about iptables. The only problem is, its an email and web server and is used remotely by workers(some of which have ip addresses that change), any ideas if I can do anything with this? [15:55] ubuntini: there are many things you could do, but I'm afraid I think the question is to vague for anyone to really help you. [15:56] Pumpkin-, what other information would help for you to give a better opinion? [15:57] what attacks (or types of potential attacks) are you trying to defend against [15:57] ubuntini: VPN is really the only solution. anything else (e.g. proxy) is just an abstraction layer that provides no real security. [15:58] ubuntini: now, IPsec or PPPtP is another can of worms entirely. [15:58] 'tail -f .xsession-errors' doesn't actually follow the file as it grows. that seems very odd. can anyone reproduce this behaviour? [15:58] Pumpkin-, basically we have a server that a team use, running apache and a database too. this is accessed internally, but also externally via its remote ip address. The problem now is im trying to ensure the security so people cannot get access to the data/files/sites on that server [15:59] henshaw: tail doesn't do that. you want inotail. [15:59] ubuntini: run the DB server on a separate machine that only accepts requests from the web server. === Kitar|st_ is now known as Kitar|st [16:00] hi [16:00] ubuntini: (and the DB server has no public connection) [16:00] hello! === gary is now known as game16 [16:00] mneptok, but the webserver still does, and if anyone gets access to that they will still get access to the data if you get me [16:01] ubuntini: you want it connected to the public Internet so employees can use it remotely, but not accessible to the public except employees. this is a VPN. [16:02] ubuntini: if you want the general public to access the web server, move as many services as possible off that machine. like the DB. [16:02] Sly: secure boot is only disableable on x86 computers with win8 preinstalled, not ARM [16:02] (seriously, MS) [16:03] mneptok, its not general public though, its remote sales team(i want to stop the general public if you get me) [16:03] Calinou: I'm not on an ARM system, so I should be good. [16:03] ubuntini: VPN [16:04] mneptok: ok. it's not installed by default though. and it worked in fedora - some packaging difference or something else? [16:05] mneptok, ok thankyou [16:05] Sly: why did you buy a computer with win8 preinstalled anyway? you're supporting ms by doing so.. [16:05] and getting a refund is nearly impossible [16:06] Calinou: the computer was dirt cheap for the stats that it has, regardless of it being a Microshit product. My plan was always to install Linux on it. [16:06] There's not many computers you can buy with Linux preloaded on it. [16:06] i m unable to connect my wireless head phn by dell to laptop-dell 1535 studio [16:06] using ubuntu 12.04 [16:07] Sly: :| blame manufacturers who are too stupid, their computers would be cheaper if they had no OS [16:07] this is meme-able [16:07] and removing windows == waste of money === seednode_ is now known as seednode [16:08] need some help [16:08] Not really. The processor itself is valued at $225. I paid $640 after taxes and everything. [16:08] i try to sandbox applications with arkose, but the global menu / HUD doesn't work with it, no matter which options i pass to arkose. Has anyone an idea? [16:08] 6GB of 1333 RAM [16:08] 750GB HD [16:08] try to connect by bluetooth [16:09] Sly: do you plan to use Windows at all? [16:09] Sly: the computer would be $100 cheaper if there was no windows; I was just complaining about manufacturers [16:09] mneptok: perhaps as a dual boot at some point, but I wouldn't use Windows 8 either way. [16:09] Calinou: it wouldn't and now please take this "i hate ms" to #ubuntu-offtopic [16:09] Sly: pull the hard disk, set it aside for when you go to resell. by a HD and do what you want to it. === n3o is now known as agrigoriev [16:10] banned from -offtopic, try again(R) [16:10] mneptok: well, I can always pull the hard drive from my other computer. [16:10] Calinou, thats enough [16:10] Sly: probably too late for the "never even been booted" thing. [16:10] It already has Ubuntu 12.10 installed and working perfectl. [16:10] *perfectly [16:10] mneptok: http://distanz.ch/inotail/ says "As of version 7.5 of coreutils tail --follow uses inotify if available (as inotail does). " [16:11] I haven't looked up to see if this case has enough room for two drives. [16:11] henshaw: OK, so add the arg to your tail command. [16:11] Sly: Do you know where to get help with sandboxing application with arkose? [16:11] anyone knows a good alternative to landscape ? [16:12] edve: portrait? [16:12] lol [16:12] lol [16:12] mneptok: I did, unless you're saying that there's a difference between "-f" and "--follow" [16:12] edve: What is landscape? [16:12] ^^ [16:12] (not the photo orientation :P) [16:12] henshaw: i don't know. i know the --follow arg is actually documented. [16:12] scape full land i think [16:12] Thank you Erik === Sly_ is now known as Sly [16:13] no it's the service offered by cannonical [16:13] Erik_D: remote monitoring and admin for Ubuntu, a paid Canonical service. [16:13] edve: Puppet? [16:13] has nobody ever heared of arkose ? [16:13] how i use my dell wire less blue tooth headset with my laptop [16:13] edve: I have no idea, sorry [16:14] hiya [16:14] any adv [16:14] I'm looking for a way to find a file and see both it's location and it's size [16:14] from commandline that is. ls-R | grep will give me the sizes, and find gives me the locations, but I need both [16:14] mneptok: nope, --follow doesn't work for me either [16:14] how does global menu work? is it for every application different? [16:14] Lasivian: find /path -iname '*partofname*' | xargs ls -lh [16:15] henshaw: dunno. i use inotail. [16:15] <__nyarlathotep> anyone have experience setting up a permanent install of ubuntu server in virtualbox? [16:15] can any one [16:15] llutz: damn, thank you :) === edve is now known as sysadmin === sysadmin is now known as Guest28468 [16:16] I'm on a thinkpad t430s, and when I resume from sleep on 12.10 the sound stops working. didn't have this issue with 12.04. ideas? === Guest28468 is now known as edve [16:17] using 12.04 ...not able to connect ...wireless head set [16:17] I'm trying to install Ubuntu on my Macbook Air. It works up to the point where I get the menu to select install/boot options, but when I chose to open the live CD, X does not get started [16:17] Hello. I've have some problems with my php settings, I have already installed php5-gd, but it needs TTF support how do i install that? [16:17] I tried nomodeset, is there another option I could try which might make X work? [16:17] I only get into the console [16:18] startx gives me a black window, not sure how to debug that [16:18] its easy in window ...i dont like it [16:18] hello there, i just got a ehci_hcd 0000:00:1a.0: fatal error. How can i restart that module? [16:19] I just installed Ubuntu 12.10, there is no driver is software sources > additional drivers. I want to install a driver for my nVidia graphics card. I ran apt-get update, would that help? [16:19] Hello, I've computer installed with Ubuntu and Windows 7, I would like to create a backup of the entire HDD include the filesystem/karnel so i can restore entire computer in the future, how can I do this? [16:20] angel2979, make a disk image? from the utility Disks? === Luke is now known as Guest59534 [16:21] bazhang: yes I would like to create ISO of both operating system including the filesystem [16:23] hi [16:23] i am tryng to install ubuntu 12.04.1 on virtualbox [16:23] Hello. I've have some problems with my php settings, I have already installed php5-gd, but it needs TTF support how do i install that? [16:23] http://i.imgur.com/ov5hV.png [16:23] what is this? [16:23] angel2979, on new disk utility there is disk image functionlaity [16:24] on 12.10 [16:26] no volume icon in lxde panel [16:26] yoyo [16:26] yoyo === Guest59534 is now known as LukeT === dark3n|off is now known as dark3n [16:29] Hello. How do i get php-gd with TTF Support, come on. Nobody knows? :-] [16:29] The lightdm greeter is only starting intermittently for me. lightdm.log says "Sending signal 15, Greeter closed communication channel, X server stopped" [16:29] What gives? [16:29] @prashant_123456: you have to configure the panel, right click in the buttonbar and "Panel Settings" [16:30] hi all, what's the program that gets activated when hitting "alt" ? i'd like to try to use it in my other non-ubuntu setups === travis is now known as Guest78449 [16:30] hi would anyone mind helping out a ubuntu newb out? I just installed ubuntu 12.10 and I can't get my dual screens going [16:30] Hi, when playing movies in Movie Player i get some flickering in the corners. Anyone know how to fix this? This does not happen in VLC [16:31] is_null, alt+f2? === Guest78449 is now known as MrZodiac [16:31] BluesKaj: nope, just alt, it pops an autocomplete allowing to do stuff like File -> Open etc ... [16:32] can anyone point me to the right direction regarding setting up dual screens? (I'm assuming it is a driver issue but I can't find anywhere to check my hardware or drivers) [16:32] also, can someone with ubuntu 12.10 paste his grub.conf please ? I deleted it i'd like to restore it manually ... can't find it on google [16:32] is_null, must be a unity or gnome thing , no such command on KDE [16:33] BluesKaj: that's a really neat hack, i'd like to find sources for that [16:33] these kind of menus are the last thing that make me have to use the mouse .. [16:34] Why don't I see anything in Software sources > Additional drivers tab? its empty [16:36] is there some minimalistic desktop environment for ubuntu - even more than unity 2d? [16:37] !notunity | neure [16:37] neure: Ubuntu 11.10 and higher use GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic [16:37] colud please anybody tell me how do i reload ehci_hcd? [16:37] neure, the gnome-panel (classic look) is fairly so [16:38] VlanX: you rmmod it first, the modprobe it again [16:38] wols_: i get ERROR: Module ehci_hcd does not exist in /proc/modules [16:38] neure: openbox, ratpoison, awesomewm, etc. those are all more minimalist. and of there there is lxde and xfce from lubuntu and xubuntu [16:38] VlanX: lsmod. check what is loaded [16:39] wols_: on usb_hid? [16:40] VlanX: no, what is loaded at all [16:40] wols_: http://pastebin.com/r6ffxq5F [16:41] VlanX: maybe it's not a module but compiled in [16:41] CrazyGangster, yep thanks for the help [16:41] yes it is [16:41] apparently [16:42] wols_: http://pastebin.com/1429kv9z [16:42] VlanX: that doesn't say if it is or not. /boot/config* is === `mOOse` is now known as m00se [16:43] wols_: root@server:~# modprobe -r ehci_hcd FATAL: Module ehci_hcd is builtin [16:44] wols_: i wonder if i can get the USB2.0 controller to come back alive w/out having to reboot the system [16:44] i have many VM opened so it would be a major event === Guest69407 is now known as Wesley === Wesley is now known as Guest68445 [16:46] hello [16:47] i am from iran [16:47] Hi [16:47] amb, ubuntu support question? [16:47] michal [16:47] yes? [16:47] kasi farsi beladee [16:48] !ir | amb [16:48] amb: #ubuntu-ir baraye Farsi zabanan mibashad ke channele rasmie goroohe Iran-ie ubuntu ast. #ubuntu-ir برای فارسی زبانان می‌باشد که کانال رسمی گروه ایرانی اوبونتو است. [16:48] 3 [16:48] 3 [16:49] can not setup persian languge [16:49] !ir [16:49] #ubuntu-ir baraye Farsi zabanan mibashad ke channele rasmie goroohe Iran-ie ubuntu ast. #ubuntu-ir برای فارسی زبانان می‌باشد که کانال رسمی گروه ایرانی اوبونتو است. [16:49] !pl [16:49] Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [16:49] ubuntu-pl is empty ;( [16:49] it's not [16:50] I in [16:50] How can I check my ubuntu version ? [16:50] dak0: lsb_release -sc [16:51] priciese [16:51] but I need to know 12.04 [16:51] or 12.10 [16:51] precise is 12.04 [16:52] 12.10 is beta? [16:52] !quantal | dak0 [16:52] dak0: Ubuntu 12.10 (Quantal Quetzal) is the current stable release of Ubuntu. Download http://releases.ubuntu.com/12.10/ - Release notes: http://ubuntu.com/getubuntu/releasenotes/12.10 [16:53] been rooted lately? === christopher is now known as Guest54229 [16:53] becuase update menager is not showing the new updates [16:53] Helle, can I create a persistent session x2go on a remote server ? [16:53] omenz, is that a support question? [16:54] dak0: https://wiki.ubuntu.com/QuantalQuetzal/ReleaseNotes/UbuntuDesktop#Upgrading_from_Ubuntu_12.04_LTS (need to enable normal release upgrades) === dennisyuan is now known as testttt [16:55] 这个怎么用 [16:56] !cn | chuck_ [16:56] chuck_: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [16:56] why do i have all the videos from youtube blue?!?!?! [16:57] socialbug, full screen the flash video, disable hardware acceleration [16:57] ok [16:57] all try that [16:59] Im having a bug during the boot process. How do I file a bug? [16:59] !bugs | ChogyDan [16:59] ChogyDan: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [17:00] bazhang: I read that page, and I couldn't figure it out, hence why I am asking here. The page is focuses on a specific package or process, but it happens during boot, so I don't know the package or process === Albastos is now known as Albastos|off [17:01] ChogyDan, whats the bug you say you found then [17:03] bazhang: the boot pauses if I have a drive disconnected. There is a prompt asking to skip mounting the drive, but that prompt disappears if you exit the splash screen and go back. So, either the boot shouldn't pause, or the prompt should remain shown [17:03] ChogyDan, and if the drive is connected? [17:04] bazhang: it's fine. It seems the boot process doesn't like the missing mount points [17:04] ChogyDan, and the drive is in fstab? [17:04] the drive is just extra storage. Yes, I think it is in fstab, lemme check though [17:05] ChogyDan, and how long is this "pause"? [17:05] yea, fstabed. Permanent [17:06] ChogyDan, and how long is this "pause"? [17:06] unless I answer the prompt. But when I first ran into this, I was hitting esc to see errors, and that wiped the prompt. So I had no idea what was going on at first [17:06] bazhang: I tested for at least 20 minutes. Im guessing permanent [17:07] ChogyDan, the system pauses for 20 minutes during boot? [17:07] bazhang: it never actually booted [17:08] ChogyDan, what is the "pause" you mention then === kostkon_ is now known as kostkon [17:10] bazhang: I call it a pause because there is a prompt requesting what to do with the mount points. This prompt can get hidden, but if you answer it, boot continues. So it is a prompt that pauses the boot process until answered. (Now I know how to get past it) === nick is now known as Netbus [17:11] hmm, anyone running bind as a slave on ubuntu server 12.04? anything special you had to do? [17:12] hello... i have installer LAMP on 12.10 where I can access it? [17:12] can anyone help? [17:13] bazhang: nm, I guess the package is mountall: https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/571444 [17:13] Launchpad bug 571444 in mountall (Ubuntu) "Boot hangs and unable to continue when automount disk in fstab is not available (Off or Disconnected)" [Medium,Fix released] [17:14] arabi... it should be in /var/www === h00k is now known as CaptainH00k [17:16] hi everyone, i have a hard time connecting to my wireless internet conection, it was working good till today is there a way to have a error log?? === CaptainH00k is now known as h00k [17:20] Hi folks, just did an upgrade from 12.04 to 12.10, but now I end up in a 'grub rescue' that complains about 'file not found' Originally, root filesystem was on a intel software raid (md0). Any hints? I've tried googling, and several people seem to have run into this on the upgrade. [17:21] I'm looking inside a Makefile ... and im seeing file paths with double forward slashes ... such as -L$(libdir) -Wl,-R$(libdir) -L/home/ed/local//lib -Wl,-R/home/ed/local//lib [17:21] what does this do? [17:22] hello [17:22] delinquentme: I don't think that does anything special, probably just a poorly written autoconf. [17:22] delinquentme: probably nothing, when the makefile was created it probably did something like -L$prefix/lib where $prefix was /home/ed/local/ with a slash at the end [17:22] how can i join #wine without getting kciked? [17:23] hi guys - I want to use logrotate. Whats the difference in putting in an entry in /etc/logrotate.conf or creating it's own file in /etc/logrotate.d/ ? I want to rotate the logs daily/hourly [17:23] i have installed LAMP server on 12.10 .. now can i turn on mysql server [17:23] please help [17:23] yes you can [17:24] http://wiki.cyanogenmod.com/index.php?title=Latest_Version/Google_Apps [17:24] Oops wrong chat. [17:24] Sorry. [17:24] The "how to ask questions on IRC" article (a few links away from "IRC guidelines") should really be in the topic. [17:24] arabi: how do you know it's not already running after you have installed it? [17:24] anyone knows how to run furmark under wine? my system just crashed a few times and im trying to figure out what piece of hardware is failing [17:24] i don't anything [17:25] mrfunk: then don't run furmark but some other benchmark, a native one [17:25] !lamp [17:25] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [17:25] wols_ can you help? [17:25] !lamp > arabi [17:25] arabi, please see my private message [17:25] !gq | frokk you mean this? [17:25] frokk you mean this?: Are you sure your question allows us to help you? Please read http://www.sabi.co.uk/Notes/linuxHelpAsk.html to understand how to ask a 'better' question. [17:26] ok letme check it [17:26] wols_: would you please suggest one for me? [17:26] wols_ where is the message? [17:26] bazhang: yeah, that [17:27] How do I reallocate harddrive space from a dual boot. I want to take space from Ubuntu and move it to my Windows [17:27] mrfunk: http://www.phoronix.com/scan.php?page=article&item=linux_opengl_prime&num=1 [17:28] !lamp | arabi [17:28] arabi: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [17:28] Moogs, gparted live cd you mean? [17:28] I get an error trying to install apache and sqlite: http://pastebin.com/hBYzLL7z [17:28] bazhang: I am not sure. I created Ubuntu with 100 gb. I realize that i only need about 30-40 GB. Would like to send the 70-60 GB back to my windows 8 [17:29] Moogs: what you want to do is called "partition resizing" or "volume resizing" [17:29] Moogs: gparted [17:30] ubottu : I am learning mysql that is why i installer lamp [17:30] Moogs: you can't resize a volume you're running an OS off of, so most people use a LiveCD (run the OS off a flash drive or CD) [17:30] yeehi: FIRST error [17:30] yeehi: that might be from a previous error [17:30] arabi: ubottu is a bot [17:30] update-manager gives an error File "/usr/bin/update-manager", line 26, in import pygtk [17:30] ImportError: No module named pygtk [17:30] Moogs: pastebin your command and full output and use a pastebin that isn't covered in ads please :/ [17:31] wols_ : ok [17:31] how to fix this [17:31] How can i check the name of the graphic card in my system ? [17:31] pgdac: and you have no idea why? [17:31] i have run !lamp but getting an error [17:31] Moogs: livecd [17:31] oh, ok thanks CHogyDan [17:31] everyone. i am not using a livecd. [17:31] Moogs: but you should [17:32] Moogs: we are telling you to use one :) [17:32] wols_ : arabi@interadez:~$ !lamp [17:32] bash: !lamp: event not found [17:32] Moogs: burn livecd and gparted end of subject far to easy and saves time [17:32] rajmahendra: « lspci | grep -i vga » do what you want? [17:32] arabi: what is your exact problem? if you want to install a LAMP setup, ubotto gave you a link how to do it [17:32] pgdac: it's not a trick question [17:32] jrib, i want to install the vga driver i have some issue when run secondlife [17:32] !drivers | rajmahendra [17:33] arabi: sudo apt-get install lamp-server^ [17:33] !nvidia | rajmahendra [17:33] rajmahendra: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [17:33] ChoggyDan : I have run it... installation complete [17:33] yeehi: pastebin your command and full output and use a pastebin that isn't covered in ads please :/ [17:33] jrib: Tell me to fix it if you know [17:33] it shows "Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) [17:33] " [17:34] pgdac: I need you to answer my questions before I can help you. [17:34] pgdac: did you read the error? [17:34] hi guys - I want to use logrotate. Whats the difference in putting in an entry in /etc/logrotate.conf or creating it's own file in /etc/logrotate.d/ ? I want to rotate the logs daily/hourly [17:34] in windows there is a WAMP window ... where I can see running servers .. and visit the localhost page ... in linux how can i do that [17:34] jrib: ThinkT510 : yes i opend that file , now what to edit there [17:34] any idea where can i get the driver ? [17:34] pgdac: I didn't tell you to open any file. I asked you a question. [17:34] arabi: you can visit localhost page just like win windows. there is no such panel in linux [17:34] arabi: start your browser, open "http://localhost" [17:35] bubu\a: I do not know, but that does seem like something you can google. [17:35] rajmahendra: you already have the driver. there exists only one and ubuntu is already using it by default [17:35] jrib: Please repeat your question [17:35] jrib - i tried again with synaptic and just selected sqlte - It installed but I got an different error: E: man-db: subprocess installed post-installation script returned error exit status 1 === Youri is now known as YBook [17:35] I got gparted loaded up but now it's not doing anything I cannot repartion to unused space to the unalocated area [17:35] how do i do that [17:35] pgdac: and you have no idea why? you are getting that error? You haven't done anything to python or something weird with your package system? [17:35] It works! [17:35] This is the default web page for this server. [17:35] The web server software is running but no content has been added, yet. [17:35] i am getting the above message... [17:36] yeehi: use apt-get [17:36] is it from LAMP? [17:36] wols_, actually when i use 12.4 i can run a graphic based games on my system once i update my system to 12.10 the app is not working. [17:36] arabi: it's from your apache server, sure [17:36] Moogs: are you running from your installed ubuntu? [17:36] wols_: yes [17:36] Moogs: you were already told to use a live cd...and backups are always good idea :) [17:36] arabi: yes, now you have to read apache- and mysql-dokumentation about configuring an d using it [17:36] jrib: Actually this system is used by many people , so i have no idea what happens in my absence [17:36] then how can I acces mysqlserver ? [17:36] Moogs: you've been told time and again not to do that. we don't write that to spite you [17:37] thanks, jrib - let me try that [17:37] arabi: install phpmyadmin [17:37] arabi: mysql -u -p [17:37] hi all [17:37] how can I stop report combo in ubuntu? [17:37] it pop up [17:38] Moogs: you can't resize the volume that the OS is running from, use a liveCD to resize that volume [17:38] frokk: okay see you in a second. === ubuntu is now known as Guest99710 [17:38] probably not, I'm about to reboot to solve my own problem [17:38] llutz: i have run that..but i am getting the same message as from apache server [17:38] !xen [17:38] XEN is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Information on installing it for Ubuntu can be found at https://help.ubuntu.com/community/Xen [17:38] pgdac: that's fine. You can still answer my question based on your experience. [17:38] wols_ where can I install phpmyadmin [17:38] arabi: never [17:39] is there any diffrent local host address for mysqlserver [17:39] !xmonad [17:39] arabi: what is your actual problem? [17:40] OpenBoxArch: xmonad is in the repositories, you just install it and select it at the login window as your session [17:40] arabi: and you install phpmyadmin like any other pogram under ubuntu [17:41] Multimonitor xmonad has to be the best Linux desktop experience ever” — josephkern apr 09 [17:41] “XMonad is by far the best Window Manager around. It's one of the reasons I stick with Linux.” — Tener, apr 09 [17:41] any idea wht can cause this error: AptanaStudio3: 5: AptanaStudio3: Syntax error: "(" unexpected ? [17:41] soee: you should say what you are doing to get that error. [17:41] wols_: sudo apt-get install phpmyadmin is it enough? === TigerbotHesh1 is now known as TigerbotHesh [17:42] !Xmonad [17:42] jrib, i just downloaded AptanaStudio3 and trugin to run it [17:42] Hi, suddenly my computer (booting through UEFI) is hitting "no suitable mode found; booting however" with nothing more happening as soon as we leave grub(2). [17:42] !openbox [17:42] openbox is a lightweight window manager. For instructions and more information see https://help.ubuntu.com/community/Openbox [17:42] *trying [17:42] OpenBoxArch: /msg ubottu please don't spam the channel [17:42] OpenBoxArch: keep in mind this channel is for support. If you want to discuss other things, please use #ubuntu-offtopic. If you want to explore ubottu, please just private message him (/msg ubottu yourself) [17:43] soee: so how are you trying to run it? [17:43] jrib: just seeing why the bot was not bringing up xmonad and yet xen.. thats all === toastcfh is now known as t0astcfh [17:43] OpenBoxArch: it's just because no one has created a factoid for it [17:44] Booting into live CD and then running update-grub doesn't appear to have made any difference, somewhat expectadly. [17:44] jrib: figured that after punching in a few more tests. thanks :) [17:44] !xmonad is xmonad is a tiling window manager written and configured in Haskell. For more information, refer to http://xmonad.org [17:44] jrib, http://pastebin.com/cyGwqeDb [17:44] OpenBoxArch: There we go. Next, please /msg the bot to check for something like that. === codemaniac is now known as CruelQueen [17:44] soee: don't do that. Instead, make it executable and then do ./AptanaStudio3 [17:44] !loastlog gsnedders_web === CruelQueen is now known as codemaniac [17:45] thank you guys .. now I got what I am looking for [17:45] soee: check the first 5 lines then [17:45] theadmin: never seen new you could msg the bot thank you. ;P [17:46] jrib, works your way, app runs ok only in terminal i have small error message: Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated. === Guest68445 is now known as Wesley [17:46] wols_ : bye [17:46] Peanut: Typo? (Given there was no prompt) === Wesley is now known as Guest95284 [17:46] soee: that's just telling you that in the future your ~/.fonts.conf file will be ignored and you should move it to ~/.config/fontconfig/fonts.conf [17:46] gsnedders_web: yes, typo - I was trying to see if you were struggling with the same problems I am (ending up in grub rescue after ugprade to 12.10) [17:47] Hi there, how would I go about changing the owner for all folders named .svn within the root folder. like sudo chown -R ubuntu folder_name [17:47] I want to lock ALL users to a specific folder heirarchy for vsftp, is this possible? [17:47] Peanut: No, no release upgrade here; just latest 12.04 package updates [17:47] Funhouse: use find and -exec [17:47] jrib, ah ok great thank you trying now [17:49] quit === gianni is now known as Guest93071 [17:49] oops! [17:49] hola [17:49] hay alguien [17:49] ¡¡ [17:49] ?? [17:50] !es | Guest93071 [17:50] Guest93071: 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. [17:50] how do you install a file downloaded from the net. it is in tar.bz2 format [17:50] Snicers-Work2: most ftp's allow you to only share data from specific foler... [17:50] Moogs: you avoid it. What are you trying to install? [17:50] firefox aurora [17:51] Moogs: There's a ppa for that [17:51] i set it to permission: file to execute [17:51] OpenBoxArch: , currently the ftp is locking local users to their respective home folders, I want one folder for all users. [17:51] so, what do i need to do? [17:51] Moogs: Generally, Mozilla's tarballs are binary tarballs. You extract them, navigate to the folder and run the executable (ending in -bin) in them. [17:51] hey guys, up until 12.04, I would use this command to remove "recent docume ts" python -c "import gtk; gtk.recent_manager_get_default().purge_items()".. it doesnt seem to work on 12.10, any suggestions for changing the command? [17:52] I'm on a thinkpad t430s, and when I resume from sleep on 12.10 the sound stops working. didn't have this issue with 12.04. ideas? [17:52] wols_: i still havent figure out how to install it [17:52] Moogs: However, if you want an app that's not in repositories, please first search the web for " ppa", so "firefox aurora ppa" in your case [17:52] Moogs: https://launchpad.net/~ubuntu-mozilla-daily/+archive/firefox-aurora [17:53] Hy [17:53] Moogs: you would have to compile that. Is that a older or newer version of firefox? tuxfiles.com instructions. I would highly not recommend doing this can cause problems in updates and upgrades. [17:53] My brightness controls increment screen brightness by 4 instead of 1. How do I fix this? [17:54] newer, it's an alpha version of firefox. [17:54] okay, well i will do that. thanks. [17:54] OpenBoxArch: That's not what mozilla's tarballs are. They provide portable binary tarballs with their applications. I think they're even statically linked. [17:54] OpenBoxArch: I don't think you need to compile anything from the archive from Mozilla [17:54] Moogs: Run Arch LInux [17:55] OpenBoxArch: offtopic [17:55] OpenBoxArch: No spam please. Suggesting other distributions in this channel is not welcome, unless they are an officially supported Ubuntu distribution. [17:55] hey all, debian user here...just installed 12.04 for a friend's mom, and she wants/needs an interface "more like windows". is there something I can install that has good integration that's more of a "typical" desktop experience for a win user? [17:55] coz_: strange, seems to still work here [17:55] hdb2: KDE you mean :P [17:55] theadmin: :) [17:55] hb2: KDE [17:55] !behelpful | OpenBoxArch [17:55] OpenBoxArch: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes. [17:56] How would I restart monit if it crashes? [17:56] hdb2: cinnamon! you can install it in Ubuntu,right? [17:56] theadmin: I was hoping to stay in the gnome family, but I haven't kept up enough to know what's going on with that now... [17:56] hdb2: Check http://kubuntu.org for prebuilt images of Ubuntu with KDE, I suggest you just use those if the install is fairly new and you can afford to reinstall. [17:56] navneeth i have it, with a ppa [17:56] navneeth: brilliant!!! didn't think of that! [17:56] theadmin: Not spam was recommending running alphas is best in Archlinux not to say Ubuntu is not a great distro. [17:56] hdb2: also, gnome2 (MATE) [17:56] astex: mate, even better! [17:56] OpenBoxArch, please take the chit chat elsewhere [17:56] trism, mm I am also on gnome fallback which generall worked as well,, that may be the issue here [17:56] mneptok: researching to file the 'tail -f' bug and think it might only happen on the live image (due to the overlayfs). did you test what 'tail -f' does on your system? [17:56] many great suggestions, thanks everyone for getting me pointed in the right way! [17:57] anyone know anything about my brightness problems? [17:57] i have installed phpmyadmin .. where i can open it? [17:57] brightness controls increment screen brightness by 4 instead of 1. How do I fix this? [17:58] hi all. i am running xubuntu 12.04. my daughter have to run a windows application: "microworlds pro". what do you suggest me to do? can i use wine? do i have to install windows on wine or there is the possibility to run this windows application on wine without install windows. i had never used before wine so it is for me 'terra icognita'. Help plz! [17:59] there is no need to install wine, akis. WINE contains many of the libraries of Windows allowing it to tun many windows programs without an actual install. [17:59] akis: you should go ahead and try to install and run the program after installing wine [17:59] !appdb > akis [17:59] akis, please see my private message [18:00] wait...no need to install windows [18:00] Folks, just upgraded to quantal, got problems installing swi-prolog. Is this the right place to ask for help? [18:00] * astex typos on new keyboard [18:00] armbar: Depends, is that in the repos? :P [18:00] akis: how pressed on time are you to get this up and running? [18:00] Excuse,when i type this command:"sudo apt-get install -f" the bash say "post-installation returned an error code (1),initramfs-tools have an error,E: Sub-process /usr/bin/dpkg returned an error code (1)",what should i do ? [18:01] astex: you mean that there is no need to install windows on wine, isn't it? [18:01] !fixapt | leon1984 [18:01] not much, just that it goes deep down to libgmp10 so it might be affecting some other packages too. [18:01] leon1984: If an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a » [18:01] akis: yes [18:01] Err, wrong factoid, ignore that leon1984 [18:01] leon1984: Try "sudo dpkg-configure -a" [18:02] OpenBoxArch: hmm. i don't have enough time. 1-2 days only -:( [18:02] The following packages have unmet dependencies: [18:02] libgmp-dev : Depends: libgmp10 (= 2:5.0.2+dfsg-2ubuntu2) but 2:5.0.5+dfsg-2 is to be installed [18:02] E: Unable to correct problems, you have held broken packages. [18:02] armbar: Hm... Do you have any unofficial repositories enabled? Correct that if so. [18:03] astex: do i have just to install wine using ubuntu software center and then download and install the windows application? [18:03] akis: that is more than enough time if the program happens to work at least decently on first attempt. Otherwise, you should probably dual boot. WINE can be...tempermental. [18:03] akis: yes [18:03] arabi: Usually if on the same machine, http://localhost/phpmyadmin [18:03] !info libgmp10 precise [18:03] libgmp10 (source: gmp): Multiprecision arithmetic library. In component main, is optional. Version 2:5.0.2+dfsg-2ubuntu1 (precise), package size 257 kB, installed size 548 kB [18:04] theadmin,ubottu,theadmin,Thanks! I'm trying : ) [18:04] akis: you should search for your app at http://appdb.winehq.org/ to see if it will work well [18:05] astex: hey playonlinux using wine seems to have changed. Whats the deal? [18:06] genii-around : i am getting error... phpmyadmin not in this server [18:06] i think they got their own wines OpenBoxArch [18:06] a wine celler. ;-) [18:06] arabi: You installed it from the Software Center, or with aptitude or apt-get, or some other way? [18:07] apt-get [18:07] genii-around : sudo apt-get install libapache2-mod-auth-mysql phpmyadmin [18:07] i have run this [18:07] astex: i read already after some googling that the application works under ubuntu/wine. not 12.04 but older versions. [18:08] anyone play torchlight 2? I know its off topic but I just need the local_settings.txt file :) [18:08] akis: the concern is usually wine. not ubuntu. if it works under older versions, then it will most likely work well on the current version [18:08] dr_willis: hmmm... Last time been to that website the were a commercial company guess Playonlinux didnt take off... [18:09] OpenBoxArch: isn't playonlinux mostly Steam games. And isn't Steam releasing a linux version in like two weeks? [18:09] OpenBoxArch: never really used it or needed it. i recall some comercial wine called crossover years ago. [18:10] astex: playonlinux is just a nice way to manage wine apps [18:10] astex: its in beta testing now. [18:10] arabi: Did you restart apache? [18:10] I had before, they are disabled. Now, interesting is that libgmp-dev wants to install libgmp10 2:5.0.2 when I do have libgmp10 2:5.0.5 already. This is strange. [18:11] astex: that makes me happy. have you ever used wine? what do i have to do after i installed it? [18:11] OpenBoxArch: why? [18:12] My print screen is configured to just search for ksnapshot instead of screen shotting >_> how do I change it? [18:13] armbar: It's the particular version of " libgmp10 2:5.0.5" that it wants is the issue: eg: 2:5.0.2+dfsg-2ubuntu1 is what's in the repository but: " libgmp-dev : Depends: libgmp10 (= 2:5.0.2+dfsg-2ubuntu2) but 2:5.0.5+dfsg-2 is to be installed" [18:13] akis: Use to run playonlinux about 3 yrs ago and it supported apps as well as games. The site has changed 100% and doesn't list a demo any more. [18:13] where do I find the actual package files? I wanna set printscreen to use shutter [18:13] how can I see the full titlebar text on a window that wont resize? [18:13] akis: nothing. wine just kind of works [18:14] I set the local_root to the directory I want users locked into but they can still go closer to the root of the file system in vsftp, how do I restrict that? [18:14] armbar: Which sort of indicates wherever it's getting it from doesn't have the ubuntu1 or ubuntu2 at the end and likely not an official repository [18:14] akis: most of the time. if not, try googling the program and see what other people have done to make it work. [18:14] how can I see the full titlebar text on a window that wont resize? [18:14] genii-around : no i didn't .. how can I do that [18:15] genii-around: so I it tells that libgmp-dev is not pointing to the right dependencies? [18:17] how can I see the full titlebar text on a window that wont resize? [18:17] genii-around : thanks .. now it is working :) [18:19] armbar: What say result from: apt-cache policy libgmp10 [18:19] arabi: You're welcome [18:19] how can I see the full titlebar text on a window that wont resize? [18:19] I'm trying to follow https://newrelic.com/docs/server/server-monitor-installation-ubuntu-and-debian [18:20] where do I get the "deb" command on Ubuntu 12.04? [18:20] libgmp10: [18:20] Installed: 2:5.0.5+dfsg-2 [18:20] Candidate: 2:5.0.5+dfsg-2 [18:20] Version table: [18:20] *** 2:5.0.5+dfsg-2 0 [18:20] armbar: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [18:20] 100 /var/lib/dpkg/status [18:21] Hello, im looking for some help with my wireless USB network adapter [18:21] armbar: the 100 /var/lib/dpkg/status line tells us it was installed manually and not from ubuntu repositories [18:22] ups that looks quite bad === qos is now known as qos|away [18:23] xwininfo !! thank god [18:23] armbar: try: sudo apt-get update && sudo apt-get install libgmp10= 2:5.0.2+dfsg-2ubuntu2 [18:24] anyone remembers how to download a directory with WGET and the option to select the destination folder? [18:24] Can i reinstall initramfs-tools? there is an error. [18:25] leon1984: what error? [18:25] VlanX: http://txt.binnyva.com/2007/03/download-entire-folder-using-wget-command-in-linux/ [18:25] and what version of Ubuntu [18:26] VlanX: -P or --directory-prefix= according to the manpage [18:26] VlanX: the flag: -P ~/some/folder sets the destination [18:26] alsu: deb is not a command, read the instructions you are following carefully. [18:27] dniMretsaM@ When i type "sudo apt-get install -f" it say "post-installation returned error code 1,initramfs-tools have an error" [18:27] leon1984: sudo apt-get install --reinstall initramfs-tools [18:27] genii-around: how can I replace it without reinstalling the world? (apt-get remove libgmp10 removes a ton of packages) [18:28] leon1984: Or, the package is installed properly but trying to rebuild the initrd is giving some error causing it to fail [18:28] armbar: I didn't tell you to remove anything. [18:28] huggy-bear: thanks for your help, i'm now trying to understand how the recursive parameter works [18:28] leon1984: try "sudo apt-get update" and "sudo apt-get upgrade" again. had this yesterday and that fixed it [18:29] armbar: the: sudo apt-get install libgmp10= 2:5.0.2+dfsg-2ubuntu2 should just overwrite the existing version === Vampire0_ is now known as Vampire0 [18:29] genii-around@ It say "E: Sub-process /usr/bin/dpkg returned an error code (1)" [18:29] is there a way of shortening the notification ballon from gwibber? it stays up far too long and clicking it doesn't get rid of it [18:29] VlanX: as you can see on the website, you can tell it with the -l or level flag how deep it will go. inf goes into all folder that are there, so, if you don't know what's in it and you want it all, use that. [18:30] Hi [18:31] Is there someone in here that is skilled with fluxbox? [18:31] BlauskaerM: depends on what you need. [18:31] leon1984: What result from: ls /var/cache/apt/archives/initramfs-tools* [18:32] huggy-bear: so, provided the address is something like http://aaa/bbb/ccc/ddd; with level 2 i would download only /ccc and all its subdirectorIes? [18:32] armbar: I put a space by accident between the "=" and the "2" in that command, make sure there is no space and try then [18:32] genii-around@ "E: Sub-process /usr/bin/dpkg returned an error code (1),dpkg:initramfs-tools (--configure) error" [18:32] huggy-bear: I'm using fluxbox on one of my old computers atm but the latest gnome ver has damaged my by moving the "close window", "maximize window size" etc to the left side. Is there a way to change this in flusbox aswell? [18:32] me* [18:32] leon1984: That's not the answer to the question I asked [18:33] VlanX: well, if you give it that address, level 2 would go another 2 levels beyond /ddd. [18:33] One question: On Ubuntu 12.04 with GNOME Shell, it's really good with nouveau, but when I install a NVIDIA driver it gets slow!! [18:33] Is it normal? [18:33] genii-around@ It say no file [18:33] BlauskaerM: i don't think that gnome can do that to fluxbox. let me check something, it's been a while... it's easy as pie to set that up, just need to check things... === florin is now known as Guest78546 [18:34] leon1984: did you try what I suggested? [18:34] huggy-bear: I think you missunderstand me [18:34] gconftool-2 --set "/apps/metacity/general/button_layout" --type string "menu:minimize,maximize,close" [18:34] huggy-bear: I just want to move the close window buttons to the left side on fluxbox [18:35] huggy-bear: But nm, I think I found it [18:35] BlauskaerM: oh, ok. [18:35] dniMretsaM@ yes,i am tryed It say the same error [18:35] huggy-bear: Thanks anyway :) [18:35] BlackPanx: np :) [18:35] flux probably uses gtk, and it inherits it from gnome that way [18:35] I really need some help connecting my 12.04 box to the internet [18:36] leon1984: put the entire error in a pastebin and link it here [18:36] the reason why [18:36] hi all [18:36] BlauskaerM: http://fluxbox-wiki.org/index.php?title=Window_Buttons [18:36] crqd: i don't think so. [18:36] what program can I use to upload translations file for LP? [18:37] i've installed the driver associated with my USB network adapter and ndiswrapper is showing its installed and the device is present [18:37] i was wrong, i thought everyone except kde used gtk :P [18:37] but i cannot get it to detect networks [18:37] like x/l [18:37] should I user virtual users for vsftp? [18:38] how do i see if a site is down via terminal? [18:38] when i do "sudo modprobe ndiswrapper" it returns "FATAL: Module ndiswrapper not found" [18:38] ping [18:38] Snicers-Work2: if you want to chroot them, yes [18:38] dniMretsaM@ I found it,"gzip: stdout: No space left on device" [18:39] Ar71k: ndiswrapper is not included in the kernel by default anymore, you must install ndiswrapper-dkms to build it (which can be a bit difficult without network access) [18:40] !msg ubottu info gcc-arm-linux-gnueabihf [18:40] llutz: I am only a bot, please don't think I'm intelligent :) [18:40] grr === dniMretsaM is now known as dniMretsaM_away [18:41] Ar71k: though on 12.10 you will probably be blocked by bug 1023645 [18:41] Launchpad bug 1023645 in ndiswrapper (Ubuntu) "ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build [error: ‘struct kernel_stat’ has no member named ‘cpustat’]" [Undecided,Confirmed] https://launchpad.net/bugs/1023645 [18:41] trism: i've downloaded ndiswrapper-common_1.57_1ubuntu1_all.deb should i remove that first? [18:42] trism: i mistakenly said 12.10 im actually 12.04 === Youri is now known as YBook [18:42] what card are you using? [18:42] crqd: its a netgear N300 [18:42] Ar71k: no you don't need to remove that, you just need ndiswrapper-dkms, the linux-headers for your kernel and dkms (plus any dkms deps not already installed) [18:43] ill grab it now [18:43] those warnings about ndis being unstable isn't very nice looking though [18:43] leon1984: What version of Ubuntu are you on, and is it 32 or 64 bit? If unsure, report result of: uname -a and: cat /etc/issue [18:45] Hi everybody , someone can help me? I want to change the default wallpaper all new user in the system ( sorry for my english) [18:45] trism: other than connecting via Ethernet, is there an easy way to find out what im missing other than the ndiswrapper-dkms? [18:45] genii-around@ 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux [18:46] genii-around@ Ubuntu 12.04.1 LTS \n \l [18:46] ive been having netowkr issues and I am noticing that it drops more often when I am playing music .. I think it might be related to UPNP === Guest95284 is now known as Wesley === Wesley is now known as Guest79315 [18:48] ive been having network issues and I am noticing that it drops more often when I am playing music on Rhythmbox .. I think it might be related to UPNP? [18:48] Ar71k: apt-cache policy linux-headers-$(uname -r); should tell you if you already have the headers, dkms is here http://packages.ubuntu.com/precise/dkms, gcc should be installed by default but I don't know about make and patch [18:48] Ar71k: I unfortunately don't know a nice way to get a list of everything you need [18:49] trism: after installing the dkms, what would be the proper next step to testing if it worked? [18:49] Any suggestions for a product designing software on ubuntu.? [18:50] Ar71k: check: dkms status; to see if it is installed for your kernel [18:50] [00:19] (TechnodicT_) Any suggestions for a product designing software on ubuntu.? [18:50] What X server and client is the NExus 7 version of Ubuntu running? [18:51] TechnodicT_, This is support, if you had a specific goal you might get help otherwise polling the channel is off topic [18:52] Hi every one, i have a problem when booting, i use a sdcard to boot from, and after a short while i get a terminal with: initramfs,,, what to do? [18:52] trism: i've done the modprobe, and a iwconfig. It looks like its starting to work [18:52] Ar71k: excellent [18:54] genii-around@ When i type "update&&upgrade" the error is : http://farm9.staticflickr.com/8327/8135851661_7ffac40621_b.jpg [18:54] Hey does anybody know of a program to read information being sent to a serial port? [18:54] I have a device that I need verified and it *should* be sending temp and direction through the rs232 port [18:54] ratbert90: minicom is a terminal emulater, is that what you're looking for? [18:55] (emulator rather) [18:55] trism: its detected my network but cannot connect, im gona try to restart. Are there any suggestions as to another issue it could be? [18:55] Peanut, no no. This is a device connected a embedded system. I am using GTKterm to connect to the board, and I need a program that could read the information the camera is sending through RS232 [18:55] Compiz crashing a lot on 12.10 any sugestions? [18:56] Ar71k: not really sure, been a while since I used ndiswrapper myself [18:56] Hye guys, quick little question, in which specific line do I need to add the boor parameters, and where in that line? [18:56] trism: no worries, thanks a heap for your help mate. i think i'll give it a few more goes. [18:56] ratbert90: do you want the data just in a file, or a program that is able to understand the specific data format that your device is dumping on RS232? [18:56] what's boor? [18:57] Haha I meant boot typo sorry [18:57] Peanut, hopefully clean terminal output would be preferred [18:58] So MonkeyDust can you help me? === zmey06_ is now known as zmey06 [18:58] leon1984: So: cd && mkdir initramfs && cd initramfs && wget http://archive.ubuntu.com/ubuntu/pool/main/b/busybox/busybox-initramfs_1.18.5-1ubuntu4_amd64.deb && wget http://archive.ubuntu.com/ubuntu/pool/main/i/initramfs-tools/initramfs-tools-bin_0.99ubuntu13_amd64.deb && wget http://archive.ubuntu.com/ubuntu/pool/main/m/module-init-tools/module-init-tools-udeb_3.16-1ubuntu2_amd64.deb && wget http://archive.ubuntu. [18:58] com/ubuntu/pool/main/i/initramfs-tools/initramfs-tools_0.99ubuntu13_all.deb then: sudo dpkg -i busybox-initramfs_1.18.5-1ubuntu4_amd64.deb && sudo dpkg -i initramfs-tools-bin_0.99ubuntu13_amd64.deb && sudo dpkg -i initramfs-tools_0.99ubuntu13_all.deb [18:58] Evdb, /etc/default/grub is the file for adding parameters once added run a update-grub [18:58] ratbert90: then why wouldn't minicom suffice, if ou want terminal output? [18:59] wilee-nilee yeah but I mean in the grub menu sorry [18:59] wilee-nilee I just need to know which line (when i press 'e') and where in that line [18:59] is there any way to change to 1000HZ vs 100 in the kernel ? [19:00] Evdb, In the menu you would hit e and navigate to the line where you see quiet and add it, if you want it permanent then the file I posted. [19:00] leon1984: You're out of room in the /boot directory [19:00] Phibs: generally, recompile the kernel with the setting you want [19:01] Peanut: was wondering if the 'lowlatency' image did that [19:01] leon1984: Forget the earlier instructions about manually getting the files, and instead the result of: df -h [19:01] No, 'lowlatency' means high resolution timers and probably an interruptable kernel. [19:01] wilee-nilee and does it matter where in that line? And should I only add stuff or also delete stuff? [19:02] does anyone know who originally wrote tk-wrapper? [19:02] erm, wrong chan [19:02] hello all. im having an issue with Archive manager and would like to know if there is a way to debug it. Its not allowing me to add files to an archive and giving " [19:02] Peanut: ok [19:02] Evdb, Depends on what your adding is the real question, anything done there is not permanent so you can do it without any damage. === t0astcfh is now known as toastcfh [19:03] wilee-nilee okay thanks I'll try some stuff out! [19:03] Evdb, The important thing here is details not vague questions. [19:03] ;) [19:03] Is there still much of a use for CompizConfig Settings Manager in 12.04? I still have it installed from way back in 10.04, back when Ubuntu shipped without a proper settings dashboard for some reason. Here's hoping that 12.04 provides CCSM's functionality now and I can remove it... [19:04] Benxyzzy, ccsm is the desktop manager for unity [19:04] genii-around@ It say 404 not found [19:05] I have a system with Intel Matrix RAID in the BIOS, which is supported by Ubuntu. Now I'm trying the rescue CD because my upgrade to 12.10 failed, but the rescue CD recognises the raid as /dev/mapper/isw_, but does not offer me the option to use it as my root filesystem for the rescue. How can I trick the rescue image into doing that? [19:05] wilee-nilee: Really? I thought it was an optional extra to install, and I've read lots of places saying it's dangerous [19:05] leon1984: "404 not found" is a web problem. I require the result of: df -h [19:05] there is yankies here ? [19:05] Benxyzzy, they removed all the fancy things from it like desktop cube so there's not much point [19:05] alone: As well as every other nationality [19:05] Benxyzzy, unity is a plugin in ccsm it all sists on top of gnome 3 in 12.04, dangerous hardly. [19:05] sits* [19:06] compiz is the wm, ccssm is just the settings editor [19:06] like gconf [19:06] crqd, Not true the cube and other cutom settings are still there. [19:06] what is the purple background with the orange dots that light up and go back to white untill the lightdm loads? [19:06] custom* [19:06] genii-around: there is anybodys from new-york* ;D 'cause I see that it's shit [19:06] wilee-nilee: http://askubuntu.com/questions/80589/what-are-some-of-the-issues-with-ccsm-and-why-should-i-not-use-it [19:07] alone: That's not a support question, please ask in #ubuntu-offtopic, without the profanity [19:07] Benxyzzy, Notice the date on that post and 11.10, that has nothing to do with 12.04 [19:07] genii-around: ... [19:08] I cannot even mount it from the CLI in rescue: I have /dev/mapper/isw_, but I need to mount /dev/mapper/isw_p1 for my root fs (the full disk is listed in /dev/mapper, but its partitions aren't - but I can see them with fdisk) [19:08] genii-around@ df -h,The /boot was full,and another was 95% used [19:08] alone: They are actually discussing that in there right now [19:08] wilee-nilee: So in answer to my original question then, between 11.10 and 12.04 ccsm has gone from a desktop-destroying 'advanced tool' to a bone-fide integrated piece of the system? [19:08] just launched ccsm and no desktop cube or wobly window for instance [19:09] leon1984: Yes. You need to make more room on /boot ( at least ) and probably on the rest as well [19:09] Benxyzzy, THe dangerous is one I say one persons opinion and a bad one. [19:09] alone: eg: /join #ubuntu-offtopic [19:10] Benxyzzy, If it was so dangerous why would canonical have it part of there main desktop. [19:10] any one using ubuntu on an asus transformer ? [19:10] it isn't in the default, you need to install [19:10] genii-around@ Ok,thank you very much :) [19:11] yellabs, Post your problem, polling for users is a waste of time. [19:11] its not a poll , thanks [19:11] wilee-nilee: The OP suggests it is not one opinion, and I was hoping for a better reasoning for CCSM's improvement than "trust Canonical" [19:12] Benxyzzy: most of us are just users as well, or did you expect a hot debate? [19:12] yellabs: Ubuntu doesn't really do ARM... [19:12] yellabs: So just stay with Android for now [19:12] theadmin: really? How is it on the nexus 7 then :) [19:12] Benxyzzy, Well never had a problem here, but I know how ccsm works. It is nopt a matter of trusting Canonical, it is not getting caught up in confirmation bias from a post. [19:12] ah , you are right [19:12] brontosaurusrex: What makes you say that? [19:12] Phibs: Must be some special, maybe even non-official port [19:12] nod [19:13] Benxyzzy: mz keyboard [19:13] my* [19:13] !arm [19:13] ARM is a specific (RISC) processor architecture used in a variety of applications such as handhelds and networkdevices. For more information see https://wiki.ubuntu.com/ARM . For ARM specific support, stop by the #ubuntu-arm channel. [19:13] Phibs: And I'm talking about serious official buisness here [19:13] wilee-nilee: Several posts. And I don't know what I believe yet, hence why I'm asking here. You've clarified a lot for me, thanks [19:14] theadmin: oh snap dawg [19:15] lol, just fired it up for the first time in ages: "This tool allows you to deeply configure Compiz's settings. Some options may be incompatible with each other. Unless used with care, it is possible to be left with an unusable desktop." [19:16] hmm, xchat cant scroll [19:16] because no scroll bar [19:16] neither irssi [19:16] I'm using weechat atm [19:17] sounds cool, weechat === travis_ is now known as MrZodiac [19:17] yellabs: similiar to irssi with a different layout of things. [19:18] i see [19:19] ? [19:19] Adolescence problem ? === Mike is now known as Guest25651 [19:22] be back in a minute [19:24] alright [19:25] seems that xchat got an bug, due to ubuntu patches === apervort is now known as apersibah [19:25] i have one that can scroll and has the ctrl ++ and ctrl +- for font size === Luke is now known as Guest62005 [19:29] Hey Wilee-nilee everything worked out and after the big problems I've had Ubuntu is running great again! [19:31] cool Evdb, [19:32] <[TiZ]> So, displaylink. What do I have to do to make it work on Quantal? [19:33] hello. could anybody help me with getting a program to install correct? [19:35] bassna, What is the program? [19:35] projectm [19:36] is it possible to have a program or a widged that blinks whenever a write o read have been made on your hard drive? [19:36] lol? [19:37] you must be one angry fat kid to just be sitting in here waiting to make fun of people lol === Guest62005 is now known as LukeT_ [19:37] hello, I have a problem when I copy from my flash, an error dialog come and say "Error splicing file: Input/output error", what to do? [19:38] need friends man? [19:38] what should I use in a chroot => "mount -t proc /proc /mnt/chroot/proc" vs "mount -o bind /proc /mnt/chroot/proc" ? [19:38] Where can I go to check the development status of a particular package? For example, I want to know when apache 2.2.23 will be available in the repos. [19:40] Bernd187: Also dev and sys [19:40] wilee-nilee i tried to install it, but it doesnt open i guess [19:40] Bernd187: the 1st, bind not needed [19:40] <[TiZ]> So would I be correct in guessing that displaylink is only going to work in linux once it's not necessary anymore? [19:40] genii-around & llutz, thx so first one [19:41] <[TiZ]> I'm kind of hacked off. These devices have been around for a very, very long time. Windows 7 handles them flawlessly. Compositing, desktop effects, everything. Meanwhile, over here, we have to hand-craft an xorg.conf just to have a displaylink monitor on the same desktop, and even then, no compositing or even acceleration. === Chotaz` is now known as Chotaz [19:43] VlanX: xosview can and I think gkrellm can too, and probably others (blink or idicate hd activity among other things) [19:44] :'( [19:46] linaro === jwong is now known as awole20 === Guest79315 is now known as Wesley [19:48] Hi every one, i have a problem when booting, i get a strange terminal output initramfs,,, what to do? i used another sdcard that is lower read/write speed, and that did work.... === Wesley is now known as Guest26380 [19:49] * chrmhoffmann blushes. sorry. === dniMretsaM_away is now known as dniMretsaM === Youri is now known as YBook [19:52] is it possible to use tuxedo ntfs instead of ntfs-3g in ubuntu? is it free? [19:53] sorry no offence, but what's that suppose to mean? [19:55] steve___: tuxerea-ntfs you mean? that's afaik MAC-stuff === Ex0deus is now known as Guest34167 [19:55] Having some trouble booting Ubuntu after install... it never loads GRUB, just jumps right back into Windows 7! Kinda new at this :( I have multiple HDDs, and install Ubuntu on a separate drive... [19:56] Can someone help me figure out why UFW is not enabling by default on reboot... I've set ENABLED=yes within /etc/ufw/ufw.conf [19:56] I am not able to get ffmpeg working correctly, either via the package manager, or by following the guide here: https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide I have removed both the package and the compilation guide. ANy help in getting ffmpeg working is greatly appreciated [19:57] bjrohan: What do you mean by "working properly"? [19:57] In 12.04, does the /usr/lib/jvm/default-java symlink no longer get created? [19:57] llutz: i meant tuxera, yes... i just read this http://www.tuxera.com/products/tuxera-ntfs-embedded/performance/ [19:58] And I do have a file that exists in /etc/init.d/ called ufw [19:58] so I assume that means startup on boot [19:58] So that when I open a file in say Kdenlive, OpenShot, or WINFF, I can export it to, avi, mov, mpeg4, etc. it only let's me output to ogg [19:58] bjrohan: the usual way is to compile latest git or find some up to date ppa [19:59] I followed the instructions for Ubuntu here: https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide [20:00] bjrohan: that looks good to me [20:00] hello ^^ [20:01] brontosaurusrex: it was a no go. Could this be perhaps because I did it in my home directory, so said programs couldn't find it, even with a symlink? [20:01] folks, i have just made a upgrade here, now looks like ubuntu is ignoring the systray-whitelist from dconf [20:01] i'm missing some icons on systray, how can I enable it again? [20:01] hello, I have a ubuntu server, afther installing nagios3, the server know dont let me access to public pages without auth http://autoprobadtm.cge.uevora.pt/maps/ , how can I remove this and nagios? the service seems to continue there even after I remove it with apt-get, thanks [20:01] bjrohan: they may be tied to their version [20:02] is there a better option than alsamixer, the volume is to sensitive [20:03] brontosaurusrex: as I have no ffmpeg installed, do you think I shuould go with the one in the stock ppa, and add in the libav53 extras? [20:04] bjrohan: no idea. i just use it from cli [20:04] brontosaurusrex: Gotcha [20:06] #list [20:06] David-A: gkrellm is ridicolously awesome!!! [20:07] what up people [20:08] VlanX: you don't think it's too much? tried conky? or screenlets? [20:08] Hi there every one [20:08] say hi [20:08] david-a, conky takes some know how to program [20:09] WeThePeople: Not at all. [20:09] It only takes someknow how on how to use an editor to configure the configuration file. [20:10] well, you may need to know how to google [20:10] yeah, conky is easy :) [20:14] conky old school. now they addeded stuff thats beyond me to it. [20:15] David-A: i actually do have screenlets, but i don't think i can do that [20:15] David-A: do you think it'll be too much cpu expensive? [20:16] conky i would think is less cpu hungry then screenlets [20:16] bbl [20:16] VlanX: no worries for the cpu, too much christmas-tree on the screen, for you eyes [20:17] David-A: i'm planning to buy a 23" full HD monitor, so the hell :D [20:20] hi guys, i feel like i've contracted a case of the stupid. can somene tell me how the hell to enable OEM mode in the 12.10 installer? [20:20] VlanX: 23", even worse then, hope you are not sensitive to epelepsy [20:22] lol [20:22] do i take it to mean no one knows? [20:23] There trashing our rights man! There trashing the flow of data! [20:23] hi, I've been upgrading my ubuntu since 11.04, and my HD recently died right as 12.10 was released. So I got a SSD and installed 12.10 on it. However, I have not had any luck getting ATI's drivers to work with it since. I have a Radeon HD6700. It was working fine in 11.10, but wasnt as fast since 12.04 and I cant get it to install correctly at all in 12.10 - [20:23] im only able to use the opensource version which sucks. [20:24] anyone? no. awesome. [20:24] it's weird, google doesn't have the answer either [20:24] !oem [20:24] Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate [20:25] !automate [20:25] Ways to automate installation of Ubuntu on multiple machines are described at https://help.ubuntu.com/12.04/installation-guide/i386/appendix-preseed.html - See also !cloning [20:25] has anyone else had trouble with ATI drivers in 12.10? [20:25] hi [20:26] I want to install a package version from quantal on my precise. What is the best way to do that ? [20:27] i've been to all those pages, and unless i'm going blind, none of them reference the 12.10 installer [20:27] !backport | mirak_ [20:27] mirak_: If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [20:28] jrib, what is he saying here ? https://bugs.launchpad.net/precise-backports/+bug/1016972 [20:28] Launchpad bug 1016972 in Precise Backports "Owncloud 4.0 release, will 12.04 update be available?" [Undecided,New] [20:28] mirak_: who is "he"? [20:28] jrib, he talks about backport, but it's not yet integrated ? [20:28] ok it's undecided [20:29] Hi ! [20:29] jrib, the guy in the launchpad thread [20:29] hi [20:29] In /dev/ I have two CD Drives : /dev/sr0 and /dev/sr1 (firt is out of service internal CD Drive, and second external CD Drive). [20:29] Ok [20:30] i upgraded to 10.12 my boot pocess is stuck [20:30] When I start to format CD RW, /dev/sr1 disappear oo' [20:30] is lenovo ideapad yoga 13 compatible with Ubuntu, meaning will ubuntu work on it, here is what it looks like: http://liliputing.com/2012/10/lenovo-ideapad-yoga-now-available-for-999.html [20:30] x) [20:30] and /dev/sr2 appear :/ [20:30] is there a place to report such bugs on irc? [20:30] jrib, hi will install this packages https://launchpad.net/~trekcaptainusa-tw/+archive/build-tests/+build/3600637 [20:30] for now [20:30] mirak_: he's basically repeating the conversation we just had. The package exists in quantal, you can try to backport it if it hasn't been yet [20:31] jrib, it's not, I will just take the packages from quantal. Or install quantal repo and see what happens [20:32] ah well, guess it can't be done in 12.10 then [20:32] mirak_: um, why are you ignoring the advice given to you? [20:32] mirak_: if you enable the quantal repo, you're likely going to end up with a broken install [20:33] hello, i need a way to check out my system temperatures and also a way to benchmark it because its has been failing lately and i am quite sure that it is hardware related === matt_ is now known as Guest26856 [20:35] jrib, i don't ignore the advice, i was asking the best way to install the package from quantal. I know i can force apt to default on precise, even if there are quantal repos along precise, but yes i must be carrefull with the dependencies [20:35] mirak_: well the advice is for you to backport the package. [20:35] jrib, i just needed a refresh on how to do it, because i forgot [20:35] mirak_: not to enable quantal repositories... [20:35] Anyone can help me get dualboot with windose 7 back? [20:36] jrib, you agree that it's more complicated to backport [20:36] where the fuck is the 12.10 x32 ISO checksum on ubuntu.com? Has anyone ever found something on that page? [20:36] mirak_: no. [20:36] !language | aoeui [20:36] aoeui: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [20:36] where the heck? [20:36] !md5sums | aoeui` [20:36] aoeui`: See https://help.ubuntu.com/community/UbuntuHashes for the md5sums of Ubuntu discs. [20:36] jrib, i have to rebuild the packages from quantal right ? [20:36] mirak_: yes [20:36] duncan: is win7 still in its partitions on the harddisk, so only fix booting it, or you need to install win7? [20:36] aoeui: https://help.ubuntu.com/community/UbuntuHashes [20:37] Oops, already got that, nvm. [20:37] hi [20:37] jrib, ok that's doable. I remember there was an option to set when building, but that's really far away. [20:37] mirak_: you should grab the source packages and rebuild them. There's some tool that automates the backport process too if you prefer. It should be referenced on the wiki. It's called "prevu" iirc [20:37] says here: http://packages.ubuntu.com/precise/jetty that jetty is version 6.x in ubuntu. but theres already a jetty 9.x - will it ever be updated? [20:37] ubottu: David-A: thanks. "very easy" to find and easily accessible from the download area [20:37] aoeui`: I am only a bot, please don't think I'm intelligent :) [20:38] jrib, anyway i need to add quantal repos to get the source package [20:38] i'm no bot, but don't think I'm intelligent either :) [20:38] mirak_: sure, the deb-src lines === simpleirc1 is now known as SecretFireMobile [20:39] jrib, yeah right [20:39] David-A: can I msg you? it's so noisy in here. I think the install is intact, all the files seem to be there. It must be something I did with the MBR. [20:39] mirak_: just install ubuntu-dev-tools and pull-lp-source source_package quantal; (you can also use backportpackage) === marcin82 is now known as Haribo_smak_rado [20:39] mirak_: not need to add quantal repos [20:39] duncan: pleas msg === Haribo_smak_rado is now known as Smiejzelki [20:40] duncan, have you tried running update-grub from Ubuntu? [20:41] trism, ok [20:41] DaemonicApathy: could that help? it's booting fine into linux, so why wouldn't it work for windows? [20:42] trism, i don't like a lot to install dev packages [20:43] trism, it bloats a bit the system [20:44] trism, if i want to fix a default distribution, should i put precise, precise-updates ? [20:44] precise-security ? [20:44] wich order are they ? [20:44] duncan: depends on why Win7 isn't being recognized. If the boot entry was just mixed up, updating grub can find it again sometimes. [20:44] mirak_: --no-install-recommends can help, or just dpkg-dev and go to launchpad to get the .dsc and tar files, though you will still need some dev packages to do the rebuild [20:44] hello [20:45] mirak_: I'm not sure what you mean [20:45] how add windows on grub when i have 3 phisical HDD - #1 - grub+ubuntu, #2 - /home, #3 windows 7 [20:46] trism, in apt you can set the prefered version. Wich allows to add quantal repos, and install just the necessary packages from quantal [20:46] without marking everything as to update [20:46] mirak_: yes but I am not talking about adding quantal repos at all [20:46] DaemonicApathy: ok, worth a try I guess. Can you point me to a quick run down on the commands? not something i do very often. [20:47] "update-grub" in a terminal, duncan [20:47] No quotes. [20:48] DaemonicApathy: oh, that worked fine. Usually I think it's a pain working with grub. I'll reboot in a mo and see if anything has changed. === Guest26380 is now known as Wesley === Smiejzelki is now known as Amelinium === Wesley is now known as Guest45940 [20:50] trism, ok thanks. I even forgot i had my own ppa by the way ^^ [20:51] how add windows on grub when i have 3 phisical HDD - #1 - grub+ubuntu, #2 - /home, #3 windows 7 [20:51] mirak_: with your ppa you can do [20:51] yep i will upload them there [20:52] mirak_: backportpackage -u ppa:user/ppa package_name; and it should mostly do it for you [20:52] Adam__: run "dpkg-reconfigure grub-pc" and select which drives you want grub on. [20:52] trism, i had to to pbuilder create [20:53] trism, but yeah [20:53] my friend just upgraded from ubuntu server 10.04 to 12.04 and now it seems his dns settings are wrong... how can I see what is the current dns-server? how can I change it? [20:54] DaemonicApathy: grub2-common can be? [20:54] i don't have grub-pc [20:54] trism, jrib, thanks to you guys i am rediscovering the joys of building hahaha [20:54] marsje there's also #ubuntu-server [20:54] i can't recovfigure it [20:54] Adam__: I believe that is fine, but play around with it. [20:55] # dpkg-reconfigure grub-pc [20:55] Package `grub-pc' is not installed and no info is available. [20:55] MonkeyDust: true, but I think it's not ubuntu server specific... but I'll check [20:55] # dpkg-reconfigure grub [20:55] grub2-common grub-common grub-efi grub-efi-amd64 grub-efi-amd64-bin [20:57] http://paste.ubuntu.com/1316336/ [20:57] but it didnt installed windows in boot [20:58] I'm not an expert on grub, but unless someone else has a better idea, I'd suggest installing grub-pc, Adam__. [20:59] DaemonicApathy: i have grub2 [21:00] Me too. [21:00] Adam__ : this may help you http://ubuntuforums.org/showthread.php?t=1673788 [21:02] DaemonicApathy: grub2 dont have grub-pc [21:04] i can't belive that is so hard :/ [21:04] why can't it just work [21:06] Adam__, Grub 2 has grub-pc [21:06] http://paste.ubuntu.com/1316363/ [21:06] i dont have [21:06] on clear install ubuntu [21:06] few days ago [21:06] Adam__: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [21:07] Adam__, If you are running a efi setup there is very little help here I would use the ubuntu forum, and run a bootscript. [21:07] anyone else experienced mouse or keyboard lagging even with CPU << 100% ? [21:08] wilee-nilee: http://paste.ubuntu.com/1316363/ [21:09] http://paste.ubuntu.com/1316371/ [21:09] <- after lang=c [21:10] Adam__, I would post that bootscript in your own thread for help at the Ubuntu Forums, there are only a couple of users regularly on this channel who kn ow this stuff, the forums has sevral more on almost al the time. [21:10] i am not on ubuntu forum === woah is now known as likeomgguyss [21:11] Adam__, I know a msdos set up and grub 2 quite well but not a got setup. Join the forum then. === likeomgguyss is now known as woah [21:11] gpt* [21:11] but there is no any magic [21:11] just how add next hdd to grub :( [21:11] when i switch in bios, windows boot fine [21:12] VLanX: usually a drivers problem [21:13] Adam__, It is not magic, but most do not know gpt, it is not often seen. [21:13] exit [21:13] whoops [21:14] brontosaurusrex: you sure? happens quite rarely, expecially with system under load [21:16] trism, it doesn't work. I don't understand why the build worked, and now i want to install it says dependencies are missing [21:18] mirak_: can you pastebin the output? [21:18] Hi all, I'm having trouble installing Ubuntu on my MacBook Pro... neither the LiveCD nor LiveUSB works. I have checked the MD5 on both. When I reboot and hold 'c' (to boot from cd) the cd spins for a bit, then ejects itself and I end up with a black screen with just a blinking cursor. [21:18] Has anyone had this issue? Or has anyone been able to successfully install Ubuntu on a MacBook Pro? [21:18] mstenta: is the cd scratched at all? [21:19] Noskcaj: Nope. Brand new. And I tried it on another PC laptop and it worked fine. [21:19] hi there [21:19] mstenta: you need the amd64-mac cd [21:19] google for it [21:19] Noskcaj: Yep, that's what I'm using... 12.10 AMD64+MAC [21:20] ok, im out of ideas, hopefully someone else knows [21:20] Noskcaj: thanks anyway :-) [21:20] I'm having a massive struggle with postfix; 550 5.1.1: User unknown in virtual alias table - would anybody please give me some thoughts? === ashaszin is now known as august1 [21:20] I think it might be an issue with boot partitions... ? But I really have no idea how those work... :-/ [21:21] I have installed Ubuntu previously on this MacBook, and installed Refit in the process... I didn't use it for a while, and then recently I decided to delete my Ubuntu partition and try it again with a newer install. But now I can't boot the install CD at all. [21:22] I'm wondering if deleting the old partition messed something up..., [21:22] Oh I hope that someone here is ignoring the impending doom of the hurricane and knows how to help me!!! ;-) [21:22] hi. i notice that when i switch workspaces in unity with a keyboard shortcut, if i do it quickly, the popup with the workspace view "sticks". anyone know of a bug report regarding this, or maybe if there's some way to change the behavior of the workspace switcher so that this popup isn't visible to begin with? [21:24] I have googled just about every possible combination of terms to find a solution... I've found a few similar issues... but none of them have had solutions that worked for me. === adrianrly is now known as adrianrly|OFF [21:24] I've been trying to get this to work for the past 3 days [21:26] :-( [21:26] Hi guys. I got this error/warning when try to install grub. http://pastebin.com/zAUhkLwc Anyone has a pointer? [21:27] I move my Ubuntu installation to another drive and want to install grub on it. [21:30] Can I just change the partition table to let say msdos? [21:30] mdpai: my guess is the partition table is not of type msdos and there is not room for a normal grub2 boot record. [21:31] If I want to change the partition table to msdos, do I need to reformat all? [21:31] David-A: ^\ [21:31] mdpai: You can change it but I don't know if current partitions will be saved. === snow_r is now known as snow_ru [21:32] David-A: I will try it then [21:32] thanks [21:33] hi [21:33] hi all [21:33] I want to upgrade to ubuntu 12.10 [21:33] but [21:33] lsb_release [21:33] No LSB modules are available [21:33] snow_ru: from _____________? [21:33] lsb_release -a [21:33] Description: Ubuntu 12.04.1 LTS [21:34] snow_ru: Plese keep your comments on one line, do not use Enter for punctuation. [21:34] David-A: It ask to erase the disk. :( [21:34] Well I have no choice. [21:34] snow_ru: change the release prompt form lts releases to the regular releases. in the repository settings [21:34] snow_ru: You don't like LTS? [21:35] what should I do to upgrade it to 12.10 ? [21:35] mdpai: Why do you want to change it? [21:35] klaas, vfw ? [21:35] snow_ru: k1l_ just told you. [21:35] vfw: install-grub gives me error on gpt partition table [21:36] ok [21:36] mdpai: can you give the exact error? [21:36] ok [21:36] good [21:36] it's running [21:36] how long would it finish ? [21:36] snow_ru: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [21:37] vfw: http://pastebin.com/zAUhkLwc [21:37] Snow-Man: depends on your computer, the network connection, the speed of servers near you, the moon and the karma :) [21:38] snow_ru: ^ [21:38] How can I download the latest Thunderbird (16.0.2) for Ubuntu 12.04? It doesn't show in the update manager, but the current version has a bug which is killing my disk space. [21:40] mdpai: /dev/sdc ? Shouldn't you be installing grub on sda? [21:40] Hi [21:40] Hello [21:41] Having trouble with network manager widget in 12.04, I cannot enabel or disable wireless and the networks it shows are just plain wrong, any ideas? [21:41] vfw: Is it a must? [21:41] mdpai: you can try testdisk afterwards to see if it can recover the partitions. (no guarantee, for fun or education) [21:41] mdpai: Why? [21:41] mdpai: Which HD boots? [21:41] vfw: Why not? [21:41] H,G keys are not working as its should be. When i press any mentioned keys,its select the last typed word or curlsor will go anywhere in the typed sentence...what could be the issue?? [21:41] mdpai, You a member of the ubuntu forums? [21:41] mdpai: Which Hard Drive does your computer boot to? sda? [21:42] David-A: I'm re-rsync my hdd now. :) [21:42] using ubuntu 11.10 on lenovo E420 [21:42] Hey guys, I'm having trouble running a file through terminal and by gui. When typing ./filename, it says file now found. The file is in fact there and I am in the correct directory, but it won't run. Has anyone run into similar problems? [21:42] sda [21:42] vfw: sdb [21:42] irc://irc.freenode.net/ubuntu-beginners [21:42] I am trying to install 12.10, and all seems to go well, however, the install hangs at "Configuring Hardware" and showing the details reveals it is initramfs at "generating /boot/initrd" Any ideas? [21:42] mdpai: Then why are you trying to install grub onto sdc ? [21:42] wilee-nilee: I don't think so. :) [21:43] vfw: I want to move my Ubuntu installation to the new drive. You are like a FBI. :) [21:43] profoak: Could you show a pastebin of all that? [21:43] hello can somone help me fix broken packages in ubuntu 10? [21:44] Linkandzelda: In which Ubuntu 10? [21:44] im trying to install eclipse and packges eclipse-jdt and pde are not being installed [21:44] mdpai: moving your Ubuntu installation from one drive to another is a pretty complicated affair. You might be better off to backup /home/ and re-install. [21:44] profoak: did you spell it exactly? it should be executable, and then you can type the beginning of its name and then TAB to complete the name [21:44] 10.04 lts i beleive [21:44] why is it impossible to map a network drive? [21:44] vfw: No. [21:44] mdpai, The forums is your best instructions on this I used to due grub help there. There are some users on everyday who can be more helpful with a gpt setup then the couple that are on here [21:44] bekks: It literally says "No such file or directory". David-A: I always use tab completion. [21:44] Linkandzelda: Whats the output of lsb_release -sc ? [21:45] kev_: It is possible. [21:45] wilee-nilee: I already changed the partition table to msdos :( [21:45] mdpai, Run this script then and pastebin the text. http://bootinfoscript.sourceforge.net/ [21:45] its lucid [21:45] In the process of rsync both drive right now. [21:45] bekks: this is backtrack 5 based on ubuntu lucid, i get the same result with actual lucid too [21:45] Procrastinator: if the script has a faulty shebang it may say "file not found" or similar, not about the script file, but about the interpreter. [21:45] mdpai, The script will tell us what we need to know. [21:46] bekks i'm really struggling here [21:46] profoak: see msg to Procrastinator ^^ [21:47] mdpai: Ok, once you move your ubuntu partitions, you'll need to change fstab and re-install grub to the HD that boots, (which is more-than-likely sda, not sdc). [21:47] David-A: It's a binary file. It's an installer for necessitas from their website [21:47] !backtrack ¦ Linkandzelda [21:47] bekks: I am only a bot, please don't think I'm intelligent :) [21:48] bekks: huh? lol [21:48] !backtrack [21:48] There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux), Ultimate Edition [21:48] bekks: wrong pipe :) [21:48] Ok, then I'll boot ubuntu 10.04, will you be able to provide support then? [21:48] vfw: Ok. That's what I want to do. Want to try this at least once. :) [21:49] vfw: Grub is always on sda? This is one thing I don't really understand [21:49] back to windows === Guest45940 is now known as Wesley === Wesley is now known as Guest88377 [21:51] how do I specify a video bitrate for the stream between ffmpeg and ffserver and have it actually use that bitrate? [21:51] mdpai: What is not to uderstand? The computer boots to the primary drive, (which in most cases is sda1). [21:52] vfw: For example if I install grub to two different drives. It will always look at the primary drive correct? But then, how a primary drive is chosen? [21:53] hi i'm new to ubuntu and completely lost [21:53] i think ffserver calls it the feed [21:54] don't know if anyone can help but i'm running ubuntu 12.10 and trying to install the current nvidia release but when i do unity doesn't show [21:54] mdpai: Why install grub on any other drive but the primary one? [21:55] mdpai: You only need it on one HD, the primary drive, sda [21:55] H,G keys are not working as its should be. When i press any mentioned keys,its select the last typed word or curlsor will go anywhere in the typed sentence...what could be the issue?? [21:55] ubuntu 11.10 [21:57] vfw: Ok. So if my sda doesn't move and I just move my Ubuntu in sdb to sdc, I don't need to re-install grub. Correct? [21:57] hej guys [21:57] I have a question. I can't get my network connected (Wifi) to a wpa2 network [21:57] it does work with a WPA network though....using the connection manager [21:58] bekks: i'm now in Ubuntu 10.04 lucid, I have the same problem with eclipse-jdt and pde. I've followed this too with no luck: http://ubuntuforums.org/showpost.php?p=10200438&postcount=9 [21:58] any idea why wpa2 wouldn't work...while wpa does? [21:59] wilee-nilee: http://pastebin.com/yif9itYq Please take a look. [21:59] mdpai, sure [22:00] hello ubuntu ......i got gimp 2.8.2 and with picture ... i notice where is ?? file . save as. select file type ( by extension ) where is Jpg or Jegp ??? [22:01] budtaz: you need to go to File/export to save as other file formats [22:01] Hallo [22:01] jemand aus deutschland hier? [22:01] mdpai, Are the sdb and sdc ubuntu identical? === anonymous is now known as Guest34266 [22:01] wilee-nilee: Right now yes. I just rsync sdb1 and sdc1 [22:02] I plan to format sdb after this transfer successful [22:02] anyone wanna walk me through the install of the current nvidia driver on 12.10 [22:03] !nvidia | dark [22:03] dark: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [22:03] here is the error i'm getting, if anyone can help with it i would be very greatful http://cl.ly/image/0K043d2R0m2k [22:03] mdpai, That will be a problem for grub, but whichever one you want to run needs grub in its mbr, grub is in the sdb as of now, but will probably need a reload to boot by chrooting in and running the grub-install /dev/sdb as suggested before you will want the fstab correct. Grub will be confused by two identical ubuntu's though. [22:04] Where is the best place to talk about Unity development? === dark3n is now known as dark3n|off [22:04] wilee-nilee: So my grub is in sdb and not sda? [22:05] mdpai, correct you want it in the same HD, unless you have a master slave setup which I don't think this is. [22:05] mdpai, Can you unplug the sdc drive? [22:06] wilee-nilee: I'm on Live CD now. So if I chroot to sdc and install grub there, I need to un-install grub from sdb first? [22:06] mdpai, you would not have to uninstall grub at a all, which drive has the ubuntu you want to use? [22:06] wilee-nilee: sdc [22:07] mdpai, The problem here is that you have 2 identical ubuntu's that will confuse grub, so you need to deal with that first. [22:08] mdpai, You would be better with a clone of the sdc ubuntu not an exact copy. [22:08] wilee-nilee: Can't we say to grub which UUID that has the Ubuntu that we want? [22:09] mdpai, I'm not sure how to be honest, but a update of grub will nulify that even if you can. [22:09] mdpai, grub does not read the UUID I believe. [22:10] mdpai, I would just clone the one on sdc with clonezilla and remove the sdb one. [22:11] unless you have some need for both then you will have to fins a helper who knows what to do then. mdpai [22:12] find* [22:13] wilee-nilee: Actually I don't need both. What I want to do right now is to move my Ubuntu from sdb1 to sdc1. Then, I want to format the entire sdb. === Guest34167 is now known as Ex0deus [22:13] wilee-nilee: If I install grub to sdc1 then format sdb. It will solve my problem right? [22:14] mdpai, Not sure what your problem is exactly. [22:14] hi [22:15] wilee-nilee: I don't know what the problem either. You are saying that I will have an issue regarding the identical ubuntu installation. [22:15] mdpai: You would install grub on the first disk in boot order, and not using the partition number... and then update it. I would get rid of sdb1 first so it is not found by grub. [22:15] Anyone recomend a some good, lightwheight, unity compatable system monitors for the toolbar? [22:15] like CPU/network meteters [22:15] wilee-nilee: I don't need both installation. I just want to move from sdb to sdc [22:15] ok not to sound like an idiot but it keeps telling me nvidia installer needs to be run as root how do i do that [22:16] dark sudo [22:16] dark: sudo [22:16] L3top: So I need to install grub on sda now? [22:16] dark: are you having nvidia driver issues with 12.10? [22:16] yes [22:16] yeah they are fucked up but I have a solution I can point you too [22:16] yike sorry language [22:17] hello all. im having an issue with Archive manager and would like to know if there is a way to debug it. Its not allowing me to add files to an archive and giving " [22:17] please i just want my 1920x1080 hd res back [22:17] mdpai: yes... and then update-grub... but again, you want to get rid of sdb1 first if that is your intent. [22:17] mdpai, You started with a gpt problem, that is now fixed. If you have a good install on sdc and grub loaded there and first in the bios to be read you should be set. So yes if you transfer the sdb ubuntu to sdc and there is only on e install and it is good your okay then. [22:17] dark: see http://askubuntu.com/questions/202677/nvidia-driver-doesnt-work-in-12-10 [22:17] it works with other archivers [22:17] ;/ [22:17] L3top: wilee-nilee Ok noted. Thanks. [22:17] dark: basically you need sudo apt-get install linux-headers-generic [22:17] what's that [22:18] mdpai, Grub will pickup the windows install with a update-grub as well. [22:18] could anybody give me a hand, I'm trying to fix my postfix-dovecot setup, but I can't seem to receive any mails on my virtual domains.. [22:18] dark, im not sure, but the drivers need it [22:18] lol [22:18] dark uname -r [22:18] hi ubuntu ...where i can find HDR for gimp 2.8.2 ? [22:18] wilee-nilee: Yup [22:18] also, I found all sorts of problems with all nvidia drivers except The experimental ones [22:18] sorry i'm absolutely new to this first time using ubuntu at all [22:18] !info linux-headers-generic [22:18] linux-headers-generic (source: linux-meta): Generic Linux kernel headers. In component main, is optional. Version 3.5.0.14.14 (quantal), package size 2 kB, installed size 31 kB [22:18] dark headers for the kernel so u can compile the moodle for nvidia against the kernel [22:19] dark, follow those instructions, and install the epxerimental drivers [22:19] dark... I just want you to type uname -r in a terminal. [22:19] dark: thats what worked best for me [22:19] dark: and drop it back to me. I would not follow that advice until we know what kernel you are on. [22:19] dark, Be sure to use nicks on the channel you can auto complete them with tab, this makes things much easier. ;)] [22:19] anyone got any ideas about Archive manager? [22:19] Anyone recomend a some good, lightwheight, unity compatable system monitors for the toolbar? [22:20] 3.5.0-17-generic [22:20] Man, I've used some version of Linux since 1998. I've used Ubuntu at the office since 2005. Never have I had more trouble installing a package than I have today while trying to install Plex Media Center through the Ubuntu Software Center [22:20] !info conky | bretolius [22:21] bretolius: conky (source: conky): highly configurable system monitor (transitional package). In component universe, is optional. Version 1.9.0-2 (quantal), package size 3 kB, installed size 42 kB [22:21] Anyone recomend a some good, lightwheight, unity compatable system monitors for the toolbar? [22:21] dark, did u try just going to settings > additional drivers and just enabling the nvidia driver? [22:21] woops [22:21] did not mean to repost that [22:21] Ubuntu's Software Center seems to have gotten worse with each consecutive version release, almost to the point where I can't recommend Ubuntu to my friends and family anymore [22:21] worse in what respect dtigue? [22:21] i did but unity doesn't show [22:21] L3top: I am aware of conky, but can you get it to live up next to your sound volume and network status buttons? [22:22] dark: lspci -nn | grep VGA [22:22] does it when u hit the super button? [22:22] dark, ? [22:22] L3top: some don't install when I click install, its as slow as christmas, and the interface is more cluttered with each release it seems [22:22] auto hide was jacked up for me after upgrade [22:22] dtigue: so if you donj't like it (i dont either) just keep using synaptic [22:22] dark: if unity is not showng, open up a terminal (ctl-alt-t I think) start the software center, and change back to the open source driver till you get the headers installed [22:23] the same thing happened to me [22:23] dtigue: if something doesn't install when you click it, then something is wonky with dpkg... or you have added bad source repos which cause a dependency problem. === captiankirk is now known as orionsbelt [22:23] KM0201: i've never really used Synaptic either, i prefer apt-get.... [22:23] this is like a pretty massive bug I can't belive cononical released it like this [22:24] dtigue: then if ou prefer apt-get, wjhy are you crying about usc? [22:24] L3top: wilee-nilee One last question. Where grub installed is not important as long as I boot into that drive first. Correct? [22:24] L3top: this is on a fresh install with updates, so nothing should be wrong with dpkg and there is no extra repos [22:24] 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] [10de:1244] (rev a1) [22:24] 04:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] [10de:1244] (rev a1) [22:24] KM0201: i have a lot of family that uses ubuntu, and I'm their go to guy when something doesn't work [22:24] mdpai, When you say grub installed are you meaning the OS, or the mbr? [22:25] wilee-nilee: mbr [22:25] dtigue: i can relate, as i'm in the same boat.. but again, show them how to use synaptic. [22:25] KM0201: i was only testing out 12.10, so i would know whether to recommend the upgrade or to tell them to just stay with 12.04 LTS [22:25] or apt-get [22:25] dtigue: whether or not it is a new install... dpkg can break. In a terminal type sudo dpkg --configure -a just to be sure. [22:26] mdpai, I doubt the sdc will boot ubuntu unless the copy from sdb was indenticasl to whatever the mbr grub is set at, I suspect you will have to reload the mbr. There is also a tool called supergrub that will boot you into a non booting OS. [22:26] L3top: yea i've done that already, nothing works, i'm no where close to being a noob, i just needed to vent a bit about USC not working correctly [22:26] dark: that one is a pain... it is new... but I would not expect you to have problems finding the additional drivers... apt-cache policy nvidia-current | grep -i installed [22:27] wilee-nilee: I re-install grub on sdc. So it should boot right? [22:27] mdpai, I use supergrub myself and reload the mbr from the desktop when needed, rather then a chroot. [22:27] KM0201: yea i guess i'll be teaching my dad and mom how to use synaptic, the problem is synaptic doesn't hold anything back and i;m afraid he will just start installing random junk that he doesn't need [22:27] mdpai, should. [22:27] wilee-nilee: Ok thanks. Time to reboot and see what happens :) [22:27] dtigue: this is a support room, not therapy. If you have a support question I will try and answer it... but the problems you describe are uncommon... and indicate something else at their root. [22:27] could somone help me with tightvnc? [22:27] on a new 12.04 install, when apt-get install openjdk-6-jdk, the /usr/lib/jvm/default-java symlink is no longer created (even after update-java-alternatives -s java-1.6.0-openjdk-i386). is that expected behavior? [22:28] dtigue: i'd agree w/ L3top, you have issues. why are you concerned about him installing things he "doesn't need" [22:28] Installed: (none) [22:28] L3top: lol, yea well i need therapy [22:28] !vnc | Linkandzelda check here [22:28] Linkandzelda check here: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [22:29] dark: just try installing it. sudo apt-get install nvidia-current then log out and back in... see if that is better. Do you have another PC to talk here on in case there is an unexpected result? [22:30] i can try on my fiance's windows pc [22:30] KM0201: thanks, but my problem isnt listed there. I have tightvnc server opening on boot but, after installing eclipse tightvnc fails to find its default fonts directory and cannot open ;-; [22:30] KM0201: L3top: i'm just testing 12.10, i just wanted to see how well it worked for the common 60 yr. old that knows nothing other than what i've showed him and he has learned on his own, i'll continue to look in to the problem, but when I click 'Buy' on Plex Media Server, i expect it to install from a fresh install and not just sit there and not do anything [22:30] I'll figure it out, [22:30] L3top, how do you know which cards are supported under nvidia-current? I don't want to recommend it to people and find out that it doesn't work with their cards. === Kitar|st_ is now known as Kitar|st [22:31] PatrickDickey: http://us.download.nvidia.com/XFree86/Linux-x86/304.37/README/supportedchips.html [22:31] but I deal with them so much I just know most pciids off the top of my head. [22:32] L3top: KM0201 other than the USC, issue I've had 12.10 seems to be running smoothly though, is there any big performance boosts in this version over the LTS ? [22:32] man down [22:32] is there any way to debug archive manager? [22:33] my shits busted and i cant figure out why [22:33] ;/ [22:33] :( [22:33] :c [22:33] whats wrong with it [22:33] wont let me add files to archives [22:33] even if you make a new archive? [22:33] or specific to one archive [22:34] yeah [22:34] to all [22:34] !enter [22:34] Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [22:34] i can add some files to it [22:34] you can add some files to it but you cant add files to an archive? [22:34] Thanks L3top. I'll bookmark that for future reference (plus for when I buy a new card). [22:35] bretolius, i can add some files to it but some files i can. its like its randomly derping. i think it might be permissions related but it doesnt give me a good error [22:35] wilee-nilee: L3top: (I'm mdpai from just now)... /dev/sdc1 on / type ext4 (rw,errors=remount-ro) Thanks for the help! [22:36] Anyone know why Evolution shows Google contact birthdays as being one day later? [22:36] i just wanna debug it and see why [22:36] does it log somewhere? [22:36] i dont know but debugging != logging === Youri is now known as YBook [22:37] well logging would help me debug it [22:37] either way [22:37] ui error just says it fail. no reason why [22:37] Hemebond: daylight saving time/summer time confusion? (we change it at different weekends in europe and the usa) [22:37] toastcfh: you could watch syslog or maybe more likely dmesg [22:38] yeah thats anoying. see if there is a log somewhere in /var/log [22:38] dmesg didnt show anything [22:38] David-A: Our daylight savings isn't a day. [22:38] fairuz_, no problem. ;) [22:38] toastcfh: if you are trying to save an archive in a folder for which you do not have permission to write that could happen. You could open it from terminal with gksudo and probably at least determine if it is a permissions issue. [22:39] toastcfh: or see the system log app [22:39] did that no unity went back to the xorg n drives and unity is back [22:39] Hemebond: I think he means that since their Daylight Savings Time ended, and your computer is typically set to UTC (hardware), it might be causing problems. [22:39] dark: now install those headers, and the experimental driver [22:39] Hemebond: isn't it? where do you live? :) I mean if it is rounding an exact time point to the second to be displayed as a date only, and round very simply, it can be wrong. [22:40] good call lemme try that [22:40] (sorry, really pissed off right now) [22:40] How do I check what Evolution is doing wrong? [22:40] dark: who are you talking to? And do not install experimental drivers unless you remove the native drivers first... did you install nvidia-current? [22:41] Hemebond: did you miss a birthday by a day? [22:41] Yes. [22:41] yikes [22:41] goog.... evo... gahhhhrrrrrrrr [22:42] Google also seems to change birthday dates. [22:42] Hemebond: do you sync google with anything else? like a phone? [22:42] I went through all my contacts and fixed them, yet one contact now shows the bday two days earlier than it is. [22:42] Yes, iPhone. [22:43] Hemebond: you might also want to check #evolution on irc.gimp.org [22:43] Will do. [22:43] Thanks. [22:43] Hemebond: is the clock in you computer right, and timezones? [22:43] and year [22:43] David-A: Yes, all fine there. [22:44] Hemebond: I would be very suspicious of data changes/loss at any of your sycn points [22:44] sync* [22:45] Hmm, THunderbird also shows the birthday as wrong. [22:46] hi i installed 12.10 over 12.04 yesterday and everything was working great until I restarted and now it boots up and stalls at "*stopping system V runlevel capacity [done] *starting [done] " [22:47] Hemebond: It's probably something with Google's Calendar then. If it's an evolution issue, you can probably get more support from their channel. You can join their IRC chanel #evolution on irc.gnome.org. [22:48] does anyone know how I can diagnose and the issue? [22:49] ** (file-roller:13192): WARNING **: Error making symbolic link: File exists [22:49] Hi, how does Ubuntu store DNS server list? [22:49] bretolius, error above [22:49] so its not permissions === Guest88377 is now known as Wesley [22:50] vlc player is buzzing for a short after i play the the video but it is getting annoying everytime i pause and play [22:50] I want to create a custom DNS server for my lan === Wesley is now known as Guest76433 [22:51] what should I do to change Ubuntu network settings to include custom DNS server address? [22:52] hi all, I need to do some development with Ruby on Rails and MySQL under Linux. Would ubuntu running within VBox under Windows 7 work well enough for that ? [22:53] yeah idk why im getting that error [22:53] odd ;/ [22:53] const_antine: You can either add it's IP Address to the DNS Server list in Network-Manager, or add it manually to /etc/nameservers depending on how you configure your network. Personally, what I do is have my DNS server run my DHCP also (and turn that off at the router). That way it sends the information to all of the clients. [22:53] blip-, i am developing rails application on ubuntu [22:54] it happens when i drag and drop a file that already exists into the archive manager [22:54] alienaut, ah great, the Ruby on Rails guys recommended I do it under Linux rather than Windows [22:54] const_antine: In Network-Manager, click on the interface, and then click Edit. The DNS Server list is under IPv4 addressing. [22:54] I've used Linux for years, just never as a virtual machine within Windows [22:54] it should just update/replace the file [22:54] blip-, i suggest you double boot your computer [22:54] is there a tool to collect all the IPs that are hitting this host on a specific port ? [22:54] in next 1 hr [22:54] for example [22:55] axisys: netstat [22:55] gangnam-style: nice nic :-) [22:55] PatrickDickey, fascinating, is it a lot of work to make DHCP run DHCP? [22:55] blip-, yes linux or mac is better if you want to develop rails apps [22:55] axisys: thank you [22:56] const_antine: manually, possibly. I installed a server designed for it (Amahi Home Server), and I used webmin to configure everything. [22:56] gangnam-style: netstat inly shows when someone listening to that port .. as far as I know [22:56] gangnam-style: in this case no one is listening to that port [22:56] blip-, here is a guide for you http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/ [22:56] Anyone know how to check transmission rate from a machine running hosted ? [22:56] hostapd [22:56] axisys: okey, what do you want ? [22:57] i want all the IPs that are hitting this server on port 8000 e.g [22:57] const_antine: https://help.ubuntu.com/community/dhcp3-server also http://www.ubuntugeek.com/how-to-install-and-configure-dhcp-server-in-ubuntu-server.html [22:57] but nothing is running on port 8000 === guybrush__ is now known as guybrush [22:57] e.g. Im running hostapd, and I want to know what Rate i am running at ( 300mbs, 54 mbs or 600mbs ) How can I check this? [22:57] i can tcpdump to collect and then parse through [22:58] but would be nice if there is a tool like dnstop [22:58] Turns out I can't edit Google contact info from Evolution or Thunderbird. Anyone got recommendations on replacements? I'm sick of moving back and forth between the two of them. [22:58] dnstop gives all the IPs that are hitting on port 53 [22:58] alienaut, thanks. I was planning to use Xampp to get the whole LAMP stack what do you think ? [22:58] PatrickDickey, thank you! Although it looks like /etc/nameservers is absent on my computer. Perhaps you meant /etc/resolv.conf [22:58] `/wc [22:59] const_antine: Yep. That's probably what I meant. I've only been awake for about 30 minutes. ;-) more or less. [22:59] hi [23:00] anyone knows where the desktop effect thingy has gone ? [23:00] axisys, why would anyone be trying to hit that port, if nothing's running on it? Or do you mean running a portscan on your network? [23:00] hi, ubuntu one crashes when i try to install it on 12.04 LTS [23:01] I need ia32-libs, but it whines about dependencies [23:02] PatrickDickey: there was splunk running on that port on that IP [23:03] PatrickDickey: so clients are still sending data [23:03] blip-, will you install xampp on ubuntu? [23:03] or windows [23:03] axisys: ifstat, iftop, iftraf, darkstat (if it's still available), wireshark if you want to sit and watch it. [23:03] l3top back [23:03] PatrickDickey: but I want to reconfig the clients to match some changes we are making on new splunk server === mike_ is now known as Guest56623 [23:04] alienaut, on ubuntu [23:04] PatrickDickey: iftop is pretty good [23:04] PatrickDickey: thanks [23:05] blip- i think this is a better way https://help.ubuntu.com/community/ApacheMySQLPHP [23:07] axisys: no problem. [23:08] Hemebond, are you in the evolution channel also? I see a "hemebond" in there. If so, have they been able to help you at all? [23:09] l3top u still here [23:10] PatrickDickey: That is me. No answer yet. [23:10] Hello everyone! Is this a good place to ask for help if I'm having problems with ubuntu? [23:10] * PatrickDickey ping L3top just in case it didn't happen when dark called him. [23:10] How can I run 32 bit packages without ia32-libs? :/ [23:10] Also asking in the Thunderbird channel since that also shows the same problem. [23:10] sudo apt-get install nvidia-current === smw__ is now known as smw_ [23:11] Hemebond: just wanted to make sure. I wasn't sure if you got the right server name (since we gave you two of them earlier). [23:11] I'm really looking forward to Geary being completed. === Brutus_Maximus is now known as axex [23:11] dark ^ [23:11] I really want to ditch Evolution and Thunderbird. [23:11] guys any idea when steam realese for linux? [23:11] Hemebond: Have you actually gone to the Google Calendar website and checked to make sure the contacts aren't messed up there? [23:12] PatrickDickey: The dates are correct in the Google contacts. [23:12] When I try to mount my windows partition I get an error message saying "Error mounting /dev/sda2 at /media/lubuntu/Windows7_OS: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=999,gid=999,dmask=0077,fmask=0177" "/dev/sda2" "/media/lubuntu/Windows7_OS"' exited with non-zero exit status 12: Failed to read last sector (1923478959): Invalid argument" [23:12] I don't suppose anyone knows how I could get it to mount? [23:12] l3top Reading package lists... Done [23:12] Building dependency tree [23:12] Reading state information... Done [23:12] Package nvidia-current is a virtual package provided by: [23:12] nvidia-experimental-304 304.48-0ubuntu1 [Not candidate version] [23:12] dark: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [23:12] E: Package 'nvidia-current' has no installation candidate [23:13] Hemebond: but are they right in Google Calendar? I'd imagine that Evolution and Thunderbird are getting their information from there (assuming, yes I know.... that you're using that also). [23:14] PatrickDickey: There is no proper birthday calendar in Google calendar. I just removed a third-party calendar that showed them, and it showed the correct dates. [23:14] dark sudo apt-get update && apt-cache policy nvidia-current | grep -i candidate [23:14] blip- if you did not use linux for programming before try linux training on "google code university" [23:15] dark: please put all the things you were trying to paste into the channel into a pastebin such as the one FloodBot1 gave you a link of. [23:15] dark: then paste the URL to the channel with your question. [23:19] trism, i will do that tomorow [23:19] bye [23:19] thanks for the help [23:20] Ubuntu will run a a APU right? [23:22] trism, http://paste.ubuntu.com/1316697/ package is uploaded there https://launchpad.net/~mirak-mirak/+archive/ppa [23:28] Hemebond: it looks like Geary is available if you want to compile it from scratch. At least according to their wiki pages. [23:28] PatrickDickey: I've got it installed. [23:28] The only thing it doesn't yet do is support multiple Google accounts. [23:28] Which I need. [23:29] Ahhhh. Gottcha. I wonder if they've got that on the roadmap then Hemebond [23:29] It is on their roadmap I believe. [23:29] Hmm. I should check out their calendar app. [23:29] hey guys i got a sick server here that cant resolve DNS [23:30] Hello! I'm new to Ubuntu, and re-read this article from a while ago (www.catb.org/esr/faqs/hacker-howto.html) and I'm trying to get Python 3.30. Which package should I get? Here are my options: http://www.python.org/download/releases/3.3.0/ [23:30] I had booted from my usb bootable ubuntu 12.04 & 12.10 and copy & pasted some data to my laptop's windows drive, but when i rebooted to windows that content is not showing (or deleted automatically) even i had tried booting from both version. [23:30] Has anyone sorted out why installing virtualbox from the software center in 12.10 doesn't work? Every time I try to launch a virtual machine I get an error telling me to run a '/etc/init.d/vboxdrv setup' only to get an error that the command can't be found. [23:31] i try to use a DNS name when ssh'ing and it gives me "ssh: Could not resolve hostname : Temporary failure in name resolution" [23:31] any ideas? [23:31] it can wait but its annoying me [23:31] my guess is that it's the same issue that's affecting the display drivers (missing linux-headers or something). Just wondering if anyone else was able to confirm that. [23:31] No idea, man. Sorry [23:32] sigh [23:32] Red_M in Ubuntu 12.04 Python 2.7 is standart [23:32] I don't know how any of that stuff works, anyways. [23:32] hey all, I tried using that windows installer app dealy [23:32] balduin: ...? [23:32] balduin: Python is my question. [23:32] Red_M: so, basically ssh works with the ip address but not the DNS address? [23:32] yes [23:32] but you can install Python 3.2 in Ubuntu 12.04 over synaptic [23:32] upon reboot there is an MBR error [23:32] Red_M: and I'm guessing regular address work everywhere else? [23:32] yeah [23:33] balduin: Should I get 3.30? Or is 2.7 fine? Sorry, I'm new. [23:33] almigi: im using an ssh tunnel on it and hostnames resolve fine [23:33] but ssh doesnt [23:33] and i havent -- oh no one is in the office yet [23:33] shiiiieeeeeetttt [23:33] Red_M sorry [23:33] so anyway I am wondering how do I get rid of the faulty install? [23:33] Red_M: is it possible the problem is with the host itself? have you tried pinging it just to see if it's up? [23:33] derpsauce: You can use either one. I currently use 2.7.3, and python3 is available through the repositories. I'm not sure if it's 3.3.0 or not though. [23:33] almigi: im connected to it right now [23:33] does anyone know $COMP_WORDS environment variable? [23:34] everything is up and fine but DNS on this server doesnt work [23:34] so both servers are up [23:34] derpsausce: If you new in Python learn python 3 it doesn't matter what exact version of Python 3 you use [23:34] and accept ssh conns [23:34] why I can't find the environement variable in my ubuntu system? [23:34] PatrickDickey: I'm looking at this page here (http://www.python.org/download/releases/3.3.0/) but I don't know which package to use. [23:34] top: what do you mean? [23:35] derpsauce: are you familiar with apt-get or synaptic or something [23:35] hello all... is someone maybe familir with SIEVE or MANAGESIEVE in conjunction with DOVECOT? I can't get it working [23:35] I can't find the environment variable [23:35] top, which one? there are a bunch [23:35] top: that makes no sense. What are you trying to accomplish [23:35] I can't find the environment variable:$COMP_WORDS [23:36] derpsauce: in a terminal, type sudo apt-get install python3 It will install the version that's already available through Ubuntu. No compiling needed. [23:36] top, what are you trying to do? [23:36] balduin: I have used the terminal a bit, mostly learning Bash Shell Scripting. I don't know the exact parameters of apt-get but I get the gist of what it does. [23:36] PatrickDickey: Thanks! [23:36] almigi: i tried nslookup on the faulty DNS box and i get ";; connection timed out; no servers could be reached" [23:36] No problem derpsauce. [23:36] I just look it in a programme,it use this environment variable. [23:36] pepee: I just look it in a programme,it use this environment variable. [23:37] top, try setting it? [23:37] : you know how to install new programms or packages on Ubuntu or? [23:37] pepee: OK [23:37] Red_M: I wish I could find an answer for you... I found some similar reports of things like this in launchpad, but I can't find a good workaround... is this a host on a local network that's not resolving? [23:37] top: you should really say what it is you are actually trying to accomplish. Maybe you can read about COMP_CWORD in « man bash »? [23:37] balduin: PatrickDickey just helped my out, but I think I can manage with other stuff as well. Thanks though! === milind is now known as abyss42 [23:37] top, if you give us more info, we can help you [23:37] almigi: no the internet [23:37] infact nothing resolves [23:38] not even google [23:38] : yes i see thats all [23:38] Red_M: but things resolve if you were to use "ping" or "finger" , right? [23:38] no [23:38] pepee: I can find the $COMP_WORDS and the $COMP_CWORD variable [23:38] i get "unkonwn host" [23:38] pepee: I find it in the bash man pape. [23:38] Red_M: but Firefox (or whatever browser) works, right? [23:39] *unknown [23:39] almigi: my broswer via the ssh tunnel works fine [23:39] later you have to say in terminal python3 to run an interactiv python 3.2 shell or python3 file.py to run the interpreter! [23:39] top, as jrib said, there is some info about COMP_CWORD in the bash manpage [23:39] pepee: but I can't find the info about $comprerly? [23:40] top to find the environment variables on your system, you can either type echo $GLOBAL or printenv in a terminal. [23:40] top, again, give us more info about what are you trying to do, or just find a tutorial about it [23:41] Red_M: so the browser is being ran on the remote machine then... the problem is nothing on the local machine resolves (I hope I'm understanding this correctly)? [23:41] alienaut: infact i cant even ssh to my other server via the ssh tunnel with DNS forced on to look up at the tunnel end [23:41] alienaut: yes... the server i have via a ssh tunnel and terminal does not reslove names [23:41] shit [23:42] pepee: I want to find some info about $COMPREPLY.it is about to give completion suggestions for BASH. [23:42] almigi: ^ [23:42] top, try asking in #bash [23:42] top http://books.google.com/books?id=Qu6H8fnAvGoC&pg=PA394&lpg=PA394&dq=$compreply&source=bl&ots=ChiP7itG00&sig=UFgySYUyDe9a_gztFliqbq7WTmo&hl=en&sa=X&ei=OhSPUKX_H6qK2QXUs4DQBQ&ved=0CDsQ6AEwBA#v=onepage&q=%24compreply&f=false [23:43] PatrickDickey: thanks a lot. [23:43] top no problem. As pepee mentioned, you're better off asking these questions in #bash. [23:43] PatrickDickey: OK. [23:44] Red_M: I never had that issue myself, but I found this... I suppose it's worth a shot (unless you already tried it): http://askubuntu.com/questions/142327/can-not-access-internet-dns-names-do-not-resolve-after-update-today [23:44] hello all... is someone maybe familir with SIEVE or MANAGESIEVE in conjunction with DOVECOT? I can't get it working === matteo is now known as Guest67893 [23:47] keglevich: You could ask in #dovecot === uw is now known as Guest74249 [23:50] almigi: fixed it [23:51] found out the .etc.resolv.conf was empty === Guest76433 is now known as Wesley [23:51] */etc/reslov.conf [23:51] so i just added some name servers === Wesley is now known as Guest3137 [23:51] anyway thanks [23:51] hello everyone [23:55] Hi, how can i get the current directory name, not the path only the folder name [23:56] sepoki: basename $(pwd); ? [23:57] Thank you [23:59] sepoki: better with quotes: basename "$(pwd)" - or alternatively: basename "$PWD" [23:59] excellent point