/srv/irclogs.ubuntu.com/2012/10/29/#ubuntu.txt

abdobonnaok  thx00:01
XiaolinDraconiswell well well00:01
=== matias is now known as Guest2704
XiaolinDraconislook who joined the party00:01
=== Guest2704 is now known as djthree
mrb101hey, 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:03
Skeeter_lappymichealpw ok on laptop now00:04
silentmystnickserv00:04
djthreehello00:04
michealPWskeeter_: Righto. First log-in to the machine. Once you've logged in, type sudo apt-get install pastebinit00:05
michealPWskeeter_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 :P00:05
mrb101anyone could help me with booting into text mode installer from a normal ISO  "LiveCD" ?00:05
calwigwhats the non ubuntu channel called?00:06
yeats!alis | calwig00:06
ubottucalwig: 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
djthreeI have a 32-bit Ubuntu 12.10, you can install a 64-bit kernel?00:06
yeatsdjthree: nope00:06
wilee-nileemrb101, This 12.04?00:07
wilee-nileeor 12.1000:07
gavin__Hello00:07
mrb101wilee-nilee, its 12.1000:07
gavin__I have just downloaded Lubuntu on windows, how many MB is a CD-R?00:07
wilee-nileemrb101, 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
michealPWSkeeter_lappy: Did you get pastebinit installed okay?00:08
Skeeter_lappymichealpw got it installed00:08
blackshirtgavin_ cdr usually about 700mb00:08
mrb101wilee-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 image00:09
mrb101thanks00:09
michealPWSkeeter_lappy: Righto. So now type this in: cat /var/log/Xorg.0.log | pastebinit00:09
wilee-nileemrb101, no problem here is a link of needed. https://help.ubuntu.com/community/Installation/MinimalCD00:09
michealPWSkeeter_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 hehe00:10
michealPWSince you can't copy/paste :P00:10
silentmystok so here is another one of my brilliantly dumb questions... been googleling this but it doesn't seem to give me the00:10
silentmyst 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 filenamehere00:10
silentmystgrep -e brown fox filenamehere00:10
silentmystgrep 'brown fox' filenamehere00:10
silentmystect ect00:10
FloodBot1silentmyst: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.00:10
taylor1hi 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
Skeeter_lappy1300:11
Skeeter_lappy131397000:11
michealPWk00:11
Fuchssilentmyst: they are connected via an AND or an OR?00:11
michealPWLet me checkout the log, see if I notice anything00:12
Skeeter_lappykk00:12
silentmysti use terminator and no matter which version of grep, grep -e, or egrep i use it seem to highlight the last word im searching for00:12
silentmystso im not sure its actually searching for 2 words00:12
Fuchsfor the OR:  you can just egrep (or grep -E, doing the same) and word1|word2|word300:12
silentmysti want an and command instead of or00:13
Fuchsah00:13
PatrickDickeyFuchs, so silentmyst would say something like grep -E brown | fox filename right?00:13
taylor1hello? could someone plz help with installation problems?00:13
Fuchsso all words must be in that file?00:13
FuchsPatrickDickey: for an or:  grep -E "foo|bar" file    for searching either foo or bar00:13
XiaolinDraconismaybe wrapped in quotes00:14
PatrickDickeyGot it Fuchs, so for and it would be grep -E "foo&bar" file ?00:14
XiaolinDraconisoops wrong window00:14
FuchsPatrickDickey: no, regular expressions won't work very well there00:14
silentmystim glad im not the only one that doesn't quite know :-p00:14
_cronus_silentmyst, grep -e foo -e bar00:14
michealPWOkay.. 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
Fuchs_cronus_: that would be OR as well as far as I remember00:15
Fuchssilentmyst: looking for lines containing both, or files?00:15
=== zoktar is now known as zoktar_
michealPWNot 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.00:15
=== zoktar_ is now known as zoktar
silentmysti want to search for "brown" AND "fox" in a file how would i write that command00:16
Skeeter_lappyWhat does that mean I need to do?00:16
LostyJaihey guys, I find that quite frequently even though my system is not doing anything, the HDD will spin up00:16
Skeeter_lappykk00:16
silentmystnot "brown" OR "fox"00:16
silentmystjust for example00:16
LostyJaiit's quite annoying... what is the deal?00:16
Fuchssilentmyst: what should the output be? I mean, if you want lines you can actually work with the above -e brown -e fox,00:16
PatrickDickeytaylor1, you said that when you boot normally it freezes, but when you boot to recovery mode it works, correct?00:16
Fuchssilentmyst: but if you expect a boolean whether both were in there or not, that won't work00:16
taylor1yes00:16
michealPWSkeeter_lappy: Do this: uname -a | pastebinit00:17
TaylorOhi00:17
michealPWThe gimmie that link.00:17
taylor1well sorta, it has to be in that low graphics mode setting00:17
PatrickDickeytaylor1, what kind of graphics card do you have?00:17
taylor1gtx 550 ti fermi00:17
Skeeter_lappy131398500:18
PatrickDickeytaylor1 are you booted into the low graphics mode right now?00:18
silentmystwell 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 words00:18
taylor1ah no. im on a different computer. i can boot in now tho00:19
michealPWOkay so you're using 64-bit Ubuntu..00:19
Skeeter_lappyyes00:19
michealPWRighto, here's a link for the 64-bit fglrx drivers (Video card drivers)00:19
PatrickDickeytaylor1 when you do get it booted, type dpkg -l nvidia and tell me which driver is installed, please.00:19
michealPWFor you, just a second00:19
taylor1alright will do00:19
silentmystso how would i write the grep command that would find lines containing sudo and martin00:20
=== pher0x1 is now known as ChrisPartridge
jribsilentmyst: egrep '(sudo|martin)'00:21
michealPWSkeeter_lappy: K so here's the best way to do it... From your broken machine, type: mkdir ~/fglrx-tmp00:21
michealPWSkeeter_lappy: Then type cd ~/fglrx-tmp00:21
jribsilentmyst: erm, that's or.  Do: grep sudo FILE | grep martin00:21
michealPWSkeeter_lappy: Then type wget http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-12.10-x86.x86_64.zip00:21
schmitt9531I was wondering, is the default ubuntu setup to forward qemu:///session to qemu:///system00:21
michealPWThat will get the fglrx driver package downloading. It's ~100mb so might take a bit of time.00:21
schmitt9531when I try a qemu usermode connection it keeps wanting to go to the system libvirtd00:22
_cronus_silentmyst, try this: grep sudo.*martin00:22
PatrickDickeytaylor1 a quick question. Does the computer have a built in graphics card also?00:22
schmitt9531has anyone gotten qemu usermode to work?00:22
Arizonahi00:22
ArizonaTaylor: hi I have a problem, uh00:22
TaylorNo00:23
taylor1oh it doesnt00:23
silentmysttrying a couple00:23
Arizonasudo apt-get install runescape_bot.exe won't work00:23
Skeeter_lappynot letting me make dir00:23
Arizona:(00:23
Arizonawhy Taylor00:23
Arizonacan you explain00:23
PatrickDickeytaylor1 it doesn't have an integrated graphics card?00:23
taylor1btw i found it earlier but im mind blanking now... how do i boot from low graphics?00:24
michealPWSkeeter_lappy: Are you typing exactly as I did? Make sure not to forget the tilde ~00:24
michealPWSkeeter_lappy: mkdir ~/fglrx-tmp00:24
taylor1no it doesnt i dont think...00:24
silentmystgrep sudo.*martin auth.log   seemed to work00:24
Skeeter_lappyI put the tilde in00:24
michealPWWell, what happens when you do that?00:24
silentmystso if your search for 2 words in a line you use .*?00:24
michealPWhehe00:24
thenewuihello00:25
PatrickDickeytaylor1 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
taylor1alright00:25
michealPWAlright well, where it goes doesn't matter..00:26
_cronus_silentmyst, not exactly. dot means any character and star means 0 or more occurrences00:26
michealPWJust do this, then... cd ~/Desktop; wget http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-12.10-x86.x86_64.zip00:26
michealPWThat will download it directly to your desktop HEH!00:26
PatrickDickeymichealPW: which cards does that work with? Is that the one that won't work with anything older than a HD 5000 series?00:27
taylor1yayyayayayya it works :DDDDDDD thx man00:27
taylor1haha fail smiley00:27
PatrickDickeytaylor1: 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-ti00:27
michealPWmm, yea it is good point.00:27
michealPWLOL00:28
taylor1oh so right now it is runnin without the card?00:28
=== King_Ozzy is now known as King_OnTheGo
michealPWSkeeter_lappy: lspci | pastebinit00:28
silentmysti 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 words00:28
=== King_OnTheGo is now known as King_Ozzy
PatrickDickeytaylor1: 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
silentmystso that when you use the grep command it would find lines containing quick, brown, and fox (just for example)00:29
=== Youri is now known as YBook
wastrelsilentmyst: you can put a list of keywords in a file and use grep -f list-of-keywords file-to-search00:30
jribsilentmyst: I just told you how to do it for two00:30
demonfiredont understand these mini cds how can you get a operating system in 28MB http://brig.co/1e00:31
taylor1hmm when i logged, i lost internet connection, that happened when running in low graphics earlier too00:31
wastrelsilentmyst: or you can use egrep00:31
wastrelsilentmyst: egrep '(foo|bar|baz)' file-to-search00:32
jribsilentmyst: I think he wants AND00:32
jribwastrel:00:32
wastreloic00:32
silentmystyea the and00:32
jribgrep quick FILE | grep brown | grep fox00:32
taylor1dang, i cant get any internet when runnin like this00:32
silentmystgot ya jrib thanks00:33
michealPWhehe jrib I thought I was the only one that piped grep to itself :P00:33
PatrickDickeytaylor1 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
michealPWIunno how else do do those kinds of searches haha00:33
taylor1alright00:33
PatrickDickey!grub | taylor100:33
ubottutaylor1: 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
PatrickDickeyThat'll help you to edit the grub files.00:33
skulltipcan a game coded in freebasic be put into the ubuntu software center00:34
gener1cwhat if i told you, there is no spoon00:34
silentmystwell 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 command00:34
michealPWSkeeter_lappy: What is the output of: lspci | pastebinit00:34
silentmystinstead of being all inclusive00:35
wastrelthe grep color flag would only work on the last one in the pipeline00:35
Skeeter_lappycan't get file to dl00:35
PatrickDickeyAnd taylor1, here's a link that explains what nomodset is doing http://askubuntu.com/questions/207175/what-does-nomodeset-do00:35
gener1chey, 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
Skeeter_lappygives me 404 error00:35
silentmystwastrel, so it actually is searching all 3?00:35
jribsilentmyst: can't you just look at the results and observe that?00:36
danonokay so some how im not longer the owner of the file system00:36
danonroot is00:36
danonwhat so i so?00:36
jribdanon: "the file system" is vague00:36
danon?00:36
jribdanon: be more specific00: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
michealPWSkeeter_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 | pastebinit00:36
wastrelsilentmyst: 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 fox00:37
michealPWSkeeter_lappy: That will identify the graphics card you have and I'll know which driver package you need.00:37
PatrickDickeydanon, 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
schmitt9531PatrickDickey: Are you familiar with ubuntu's default setup with qemu+kvm?00:37
michealPWSkeeter_lappy: Also, the link I gave worked. The 404 must be a typo, I just double-checked.00:37
Skeeter_lappy131402600:37
schmitt9531I'm having issues with qemu:///session trying to connect to the qemu system libvirt daemon00:37
=== mike is now known as Guest86054
Guest86054Hello, I'm looking for some help with my wireless network adapter00:37
danonim the admin of my computer and now it is saying the premissions of / cant be determined00:37
=== Guest86054 is now known as Ar71k
taylor1patrick, 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 work00:38
extropycan anyone tell me why ubuntu is getting worse instead of better?00:38
silentmystjrib, 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 you00:38
extropyis my generation running things now?00:38
PatrickDickeyschmitt9531: no, i'm not. I've never actually tried quemu or kvm. I always use third party stuff like Virtualbox or VMWare.00:38
jribsilentmyst: so create some small toy example so you can understand better00:38
michealPWSkeeter_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:38
jrib!ot | extropy00:39
ubottuextropy: #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
compaqoi 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
jribdanon: what says that?00:39
jrib!who | danon00:39
ubottudanon: 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
michealPWSkeeter_lappy: cd ~/Desktop; wget http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-12.10-x86.x86_64.zip00:39
PatrickDickeytaylor1 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
silentmystany ways thank you gusy00:39
silentmystguys*00:39
danonhow do i get the privileges back on my drive?00:40
michealPWIt's a tricky URL to type, lots of hyphens, periods and underscores. It works though, just double-checked over here.00:40
Ar71kDoes anyone know how to enable a USB wireless network adapter?00:40
Ar71kim using ubuntu 12.1000:40
Skeeter_lappykk00:40
PatrickDickeydanon, exactly WHICH directories did you lose permissions on?00:40
extropywhy can't ubuntu property charge laptop battery on a laptop that was *DESIGNED TO RUN LINUX* ?00:40
Ar71kmy mistake 12.0400:40
taylor1alright. 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
schmitt9531extropy: run acpi00:41
PatrickDickeyextropy, 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
schmitt9531tell me what it says00:41
Skeeter_lappymichealpw is there an underscore b4 the 64.zip00:41
michealPWYes00:41
Skeeter_lappykk thats my prob00:41
schmitt9531extropy: I would look at your kernel config, possibly build a custom kernel00:41
michealPWamd hyphen driver hyphen installer hyphen catalyst hyphen 12 period 10 hyphen x86 period x86 underscore 64 period zip00:42
michealPWROFL that's the filename in english ^00:42
danonthe whole file system aparently i mean i can still install programs but i cant write to the file system00:42
* PatrickDickey in American. the hyphens would be dashes. :P :D00:42
=== Guest52272 is now known as wesley
michealPWhaha I wasn't sure if I should say hyphen or dash00:43
=== wesley is now known as Guest37013
schmitt9531michaelPW: in unix we say dash, even though it's a hyphen and not a dash00:43
PatrickDickeydanon, do you mean places like /var /usr/ /bin/? or do you mean places like /home?00:43
omerHello00:43
Skeeter_lappylol the underscore was hidden bc it shows as a link and its underlinedd on here00:43
PatrickDickeyAnd danon, is this on a new installation, or did you tweak something?00:43
michealPWhehe thx schmitt9531 :)00:44
extropyI 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
omer_testing00:44
michealPWSkeeter_lappy: hah yea00:44
extropyshutting down my computer for no good reason = the best way to piss me off00:44
michealPWBtw, 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 directory00:44
danoni think i fixed it it might just be the way ubuntu has permissions set up and i went back to classic gnome00:44
michealPWWhy would his fglrx object all of a sudden not exist? :\00:44
King_OzzyGetting angry at it always fixes it more quickly.00:44
wilee-nileeextropy, How do you know it was a battery read issue?00:45
michealPWHe said it happened after running Janitor.. :\00:45
danongnome session rollback00:45
PatrickDickeydanon, 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
pouncerkitsunei 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 balls00:45
michealPWFor good reason, too! :)00:45
extropyhow 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:45
omerozkanHello, how are you?00:46
schmitt9531extropy: run acpi00:46
schmitt9531what does it say00:46
socialbughello00:46
schmitt9531extropy: I guess this is the ubuntu channel so you guys all have your fancy desktops, open your terminal and run acpi00:46
wilee-nileeextropy, Just what I asked, we never really know on the channel everything that happened or what a users knows.00:46
extropywell since acpi doesn't appear to be part of ubuntu's default install it says "run apt-get install apci" ...00:47
schmitt9531so do it00:47
raptasticslol00:47
schmitt9531you need acpi support to manage battery life00:47
const_antineHi, I have a problem setting up nfs share00:47
const_antinehere'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 host00:47
const_antinethis is what /etc/exports says:00:48
const_antine/home/firaya    /192.168.1.*(rw,fsid=0,sync,no_subtree_check)00:48
const_antineeverything looks legit, no?00:48
silentmysti 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
PatrickDickeydanon, 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 long00:48
PatrickDickey as you own what you should, and root owns what it should, you're fine.00:48
michealPWAnyone have thoughts on this failed Xorg logfile? it's dropping down to a shell paste.ubuntu.com/1313985/00:48
Skeeter_lappymichealpw got it00:49
extropyif 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
michealPWK, downloaded or still downloading?00:49
PatrickDickeymichealPW: It sounds like the janitor removed a compiled file that's required.  Probably needs to reinstall the graphics driver.00:49
Skeeter_lappydownloaded00:49
PatrickDickeysilentmyst: if the drive is slow to spin up, then it might be the reason you're getting that error.00:49
pouncerkitsunecan 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 balls00:49
schmitt9531extropy: 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 kernel00:50
silentmystits a single drive to partitions instead of 2 separate drives spinning up at diff speeds00:50
silentmysttwo partitions800:50
silentmyst*00:50
=== VlanZ is now known as VlanX
extropy"rate information unavailable" ... well ... that's just swell00:51
schmitt9531extropy: in all operating systems you have to worry about drivers and their configurations, I would look up your specs00:51
michealPWRighto, unzip it type gunzip amd- and press tab to finish teh rest of the filename00:51
michealPWThen just hit enter00:51
schmitt9531extropy: what laptop are you using00:51
PatrickDickeypouncerkitsune: http://askubuntu.com/questions/159341/how-to-install-ubuntu-from-desktop-w-o-internet-access might be a good start.00:51
extropyASUS EeePC ... these things shipped with Linux on them00:52
schmitt9531did it ship with your current setup?00:52
schmitt9531or did you install ubuntu on it?00:52
michealPWSkeeter_lappy: Righto, unzip it type gunzip amd- and press tab to finish the rest of the filename.00:52
Skeeter_lappytab didn't complete it00:52
PatrickDickeyI'm sorry silentmyst, I'm clueless then. Normally I see that when I have two or more drives.00:52
wilee-nileepouncerkitsune, First that is a bad idea second 3.4 is based in precise this is not even supported on this channel.00:53
wilee-nileeon*00:53
extropyI've been running 12.04 for months without issue00:53
extropynow mysteriously it doesn't like my battery anymore00:53
schmitt9531eww00:53
pouncerkitsunethanks PatrickDickey00:53
schmitt9531that may be a hardware issue00:53
schmitt9531call your manufacturer00:53
michealPWSkeeter_lappy: Wait my bad, you have to type it like this: gunzip ./amd-00:53
schmitt9531try to boot off a livecd and see if it charges00:53
michealPWThen tab. The ./ tells it to look in your current working directory. It should autocomplete when you press tab after typing amd-00:54
Skeeter_lappystill no go00:54
silentmystyea 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 partition00:54
michealPWWell that doesn't make sense LOL00:55
michealPWType ls -al00:55
michealPWDo you see the file in the list?00:55
dougbbWhen 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
Skeeter_lappyno list to long lol00:56
pouncerkitsunewilee-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 unreliable00:56
PatrickDickeypouncerkitsune: no problem.00:56
schmitt9531Skeeter_lappy: have you used qemu-kvm in ubuntu00:56
michealPWhah, k, try just ls -l00:56
schmitt9531trying to figure out the default setup on why when I do a qemu+ssh to session it moves me to system00:57
michealPWIf it's still too long, use ls -l | more00:57
dougbboh, I'm using xubuntu 12.10 in case it matters, but the same thing happened to me previously with "regular" ubuntu00:57
williamlahueanyone having issues with 64bit install boot on newer macs?00:57
Skeeter_lappyno I don't see it00:57
michealPWAck00:57
Skeeter_lappybut I don't think I'm in the desktop dir00:57
michealPWSo try cd ~/Desktop00:57
michealPWThen ls -l00:58
socialbugCan anybody here recommend a good book or tutorial on how to structure a gui app?00:58
socialbugusing python00:58
williamlahuewill blessing disk0s1 allow grub to boot? 64bit is dead on mini00:58
williamlahueace is 2a ambug, yue00:59
const_antineany ideas reg. that nfs mount?00:59
Skeeter_lappyit's not there00:59
const_antineI tried restarting portmap, nfs server00:59
michealPWSkeeter_lappy: Try find / -name amd-*01:00
michealPWLMAO it's got to be there somewhere :)01:00
michealPWActually, do it with sudo01:00
michealPWelse you'll get a bunch of permission denied errors hehe01:00
michealPWsudo find / -name amd-*01:00
PatrickDickeydougbb, 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-boot01:00
=== anonymous is now known as Guest88821
pouncerkitsunePatrickDickey 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 basicly01:02
Skeeter_lappyit's listed uder home/skeeter01:02
michealPWSkeeter_lappy: righto, so that's also ~/01:02
michealPWSkeeter_lappy: So just do cd ~/ then do: gunzip ./amd-TAB01:03
michealPWWhere TAB is when you press tab on your keyboard haha :P01:03
michealPWOtherwise 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 hahaha01:03
Skeeter_lappylol01:03
=== fisted_ is now known as fisted
Hokarhow can i disable hibernate01:05
michealPWHokar: Press your Windows key, type Power and press enter01:05
hilohi01:06
pouncerkitsunewilee-nilee: why is that a bad idea01:06
dougbbPatrickDickey: 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
Skeeter_lappyit said no such file or dir01:06
Skeeter_lappyit did complete the file name though01:06
Skeeter_lappylol01:06
PatrickDickeydougbb, possibly.01:06
michealPWhrmm01:07
michealPWTry just unzip ./amd-TAB01:08
michealPWInstead of gunzip LOL01:08
PatrickDickeydougbb, 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
HokarmichealPW, im running lubuntu. so no search there ;D01:08
dougbbwell what I want is quiet :)01:08
michealPWHokar: Hah, sorry. I'm not familiar with LXDE mate.01:08
dougbbI don't need to see the rc stuff01:08
PatrickDickeydougbb, then add that bac, into the command line.01:08
dougbbit's there now, which is confusing01:09
Skeeter_lappyok it unzipped01:09
michealPWSkeeter_lappy: yay!01:09
Skeeter_lappylol01:09
RJ45I've joined this chan before to ask for help, and always got the lousiest response, please be more helpful with this problem...01:09
PatrickDickeyHokar, if you're trying to get to the Power Settings, It's probably under Settings (or Settings Manager).01:09
RJ45Rhythmbox keeps crashing, like, every 10 mins or so, but only when playing FLACs, why?, and how do I stop this?01:09
dougbbPatrickDickey: linux/boot/vmlinuz-3.5.0-17-generic root=UUID=e1f5735a-1d8c-4b6d-a2c2-2dfea2731ce4 ro   quiet splash $vt_handoff01:09
michealPWSkeeter_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
RJ45Ubuntu 10.04, and not gonna change.01:10
michealPWSkeeter_lappy: sudo apt-get install build-essential cdbs dh-make dkms execstack dh-modaliases fakeroot libqtgui4 ia32-libs-multiarch:i386 lib32gcc1 libc6-i386 ia32-libs01:10
HokarPatrickDickey, there is no option to disable hibernate in the gui01:10
wilee-nileedougbb, Did you update grub when you changed it?01:10
dougbbwilee-nilee: yes, I ran 'update-grub' after I changed GRUB_GFXMODE01:10
dougbbI wanted the larger size text01:11
zombikhi! How would one find out the capabilities (sample rate,sample width, etc.) of the devices listed by "arecord -L"?01:11
wilee-nileedougbb, You did this in /etc/default/grub01:11
dougbbwilee-nilee: yes01:11
wilee-nileecool I wasn't following completely01:12
=== captiankirk is now known as orionsbelt
dougbbwilee-nilee: thanks anyway ....I'm also wondering why the same thing is happening at shutdown too, would that be grub-related also?01:12
PatrickDickeyRJ45, this might help you. It's a bit old, but it might still be applicable. http://ubuntuforums.org/showthread.php?t=188805401:13
wilee-nileedougbb, I haven't followed all your posts.01:13
dougbbwilee-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
PatrickDickeyHokar: http://askubuntu.com/questions/143050/disable-suspend-hibernate-via-the-policykit might help. Or http://ubuntuforums.org/showthread.php?p=934606001:14
wilee-nileedougbb, What is that some stuff?01:15
PatrickDickeywilee-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
dougbbwilee-nilee: lots of programs, anything in particular you think I should look at?01:15
pouncerkitsunewilee-nilee: what where you talking about it beeing a bad idea earlyer01:16
wilee-nileedougbb, Not for me I doubt I could figure it out to be honest, but any theme installations come to mind as a guess.01:16
RJ45PatrickDickey: thanks but that didn't really help at all.01:17
dougbbno, no themes01:17
PatrickDickeySorry 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
wilee-nileedougbb, If you think it is grub you can purge it and reinstall it easily from the desktop.01:17
RJ45I have both FLAC encoder, decoder and FLAC-tools instaled.01:17
PatrickDickeydougbb, 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
RJ45I raked google, found nothing, came here.01:18
michealPWdougbb: I think what you're talking about is a splash screen...01:18
dougbbPatrickDickey: I have a laptop that has the same version of ubuntu on it, and it has just the graphical screen, not the text + dots version01:18
michealPWdougbb: 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
dougbbmichealPW: I'm sure you're right01:18
michealPWYou can change it to whatever you want, too, as far as I know.01:19
Skeeter_lappymichealpw gave me error unable to locate is32-libs-multiarch:i38601:19
dougbbno.... it's not that01:19
Jordan_Udougbb: Have you installed proprietary graphics drivers? They don't support Kernel Mode Setting, which is required for a fancy plymouth boot screen.01:19
dougbbJordan_U: ah ... yes, I've installed the nvidia driver01:19
Skeeter_lappyall else completed01:19
Jordan_Udougbb: Then that's what did it.01:19
dougbbd'oh01:19
michealPWSkeeter_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 list01:19
michealPWOh nvm01:20
michealPWhehe01:20
Skeeter_lappylol01:20
michealPWSkeeter_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/lib6401:20
michealPWWell almost the last thing ^01:20
dougbbJordan_U: ok .... so the theory is that if I remove the nvidia driver, I should get that plymouth screen back?01:21
pouncerkitsunei 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 balls01:21
HokarmichealPW, 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 trying01:21
=== bazhang_ is now known as bazhang
SlyDoes 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
Skeeter_lappyok01:22
michealPWSkeeter_lappy: Okay.. Now, almost the last thing. Type this and finish it with a TAB: cd ~/; sudo chmod +x ./amd-01:23
pouncerkitsuneis it a freash install Sly01:23
michealPWIt'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:23
Slypouncerkitsune: 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.01:24
=== qos|away is now known as qos
hmmwhatsthisdoWhy exactly is the amd driver family called fglrx?01:24
dougbbSo if I delete nvidia-current, my system should go back to using nouveau, right?01:24
pouncerkitsunedo you get to the screen that sais ubuntu and it does nothing afterwarss01:24
pouncerkitsuneafterwords01:24
Slypouncerkitsune: 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
SlyI'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:25
PatrickDickeySly, 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
pouncerkitsuneSly: is it a laptop or  desktop01:26
SlyLaptop, pouncerkitsune.01:26
SlyASUS Q500A01:26
SlyPatrickDickey: Yeah, I already know that. Trying to figure out why it won't boot with "Try".01:26
pouncerkitsuneSly: and what version are you trying to install01:26
Sly12.1001:26
michealPWSkeeter_lappy: Once you've done that, you need to run the fglrx installer: sudo sh ./amd-TAB --buildpkg Ubuntu/precise01:26
moesSly, cd/dvd/orusb01:27
SlyDVD-RW01:28
pouncerkitsuneSly: 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 experiance01:28
dougbbok, wish me luck :)01:28
moessly did you md5sum01:28
pouncerkitsuneSly: try taking your HD and see if it boots the live cd01:29
pouncerkitsuneout was suppose to be in there somewhere sorry my meds make me a shitty typer lol01:29
=== 36DACCWNF is now known as Hughes
=== Hughes is now known as MaisonNotarathed
silentmystone 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 file01:31
MaisonNotarathedhey, am using IDJC & the microphone is not being recognized in the stream... looking for help01:31
SpecialEdHey 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
Slymoes: md5sum looks fine.01:31
snarkanyone know a smallish app for viewing MS docx files?01:32
silentmystin 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
schmitt9531snark: google docs01:32
michealPWI think you need to escape the equals sign, silentmyst ?01:33
Slymoes: 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
michealPWIunno hehe01:33
snarkschmitt9531, what about offline voewing?01:33
snarkschmitt9531, what about offline vi*ewing?01:33
MaisonNotarathedanybody in here use IDJC or is there a IDJC channel or something?01:33
silentmystmichealpw, you mean \ it?01:34
silentmystnot quite sure what you mean01:34
michealPWsilentmyst: Yes, maybe that will work? Is it \ or / ? hehe01:34
michealPWI think you're right, \01:34
michealPWTry grep user\=root FILENAME01:34
michealPWI'm just guessing, I'm not an expert heehee sorry.01:35
silentmyststill didn't work01:35
PatrickDickeysilentmyst: if the actual entry says user = root, then you need user\ =\ root01:35
silentmysti know, i tried that... but... it didn't work cause it is written with no spaces01:36
Skeeter_lappymichealpw keeps telling me can not open01:36
PatrickDickeythen it should just be user=root01:37
jsimonfmhi, 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
silentmystyea 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=martin01:37
silentmystso i just grep authentication - but out of curiousity wondering how to search for "user=martin"01:38
snarkjsimonfm, what about sudo  mycommand01:38
silentmystif you grep user=martin it doesn't work though its in the line01:38
michealPWSkeeter_lappy: Well, wait. Which command gives you the error? hehe01:38
silentmystso im guessing = breaks the grep command even though there is no spaces01:38
Skeeter_lappysudo sh01:38
michealPWkk01:38
dislohey guys how do i force a cpu frequency on a laptop on ac power01:38
jsimonfmsnark: i want to run the software as user01:39
michealPWWhen you type sh ./amd- and press tab does it complete the filename?01:39
SpecialEdHey 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
Skeeter_lappyall but the ext01:39
michealPWOh okay, so then type .run for the ext01:39
michealPWThen a space, then --buildpkg Ubuntu/precise01:39
bellmajillhello01:40
Skeeter_lappythe ext when it was unzip was run01:40
Skeeter_lappykk01:40
snarkjsimonfm,    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 root01:40
MaisonNotaratheddoes anybody in here do any online streaming or DJing?01:40
snarkjsimonfm,    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 root01:40
michealPWSkeeter_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
h00kSpecialEd: I don't know about scheduling throttling, but maybe gftp will01:40
MaisonNotarathedam having problems with IDJC... it's not recognizing my microphone01:40
silentmystpatrickdickey?01:40
h00kMaisonNotarathed: does your microphone work with any other application?01:41
MaisonNotarathedh00k, not certain man01:41
MaisonNotarathedthe microphone makes sound on the speakers01:42
h00kMaisonNotarathed: I'd give it a shot, open your sound preferences and see if it's registering any input there01:42
MaisonNotarathedthough it doesn't work over the stream for some reason01:42
jsimonfmsnark: 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 uses01:42
Skeeter_lappymichealpw got an error01:42
MaisonNotarathedyeah h00k, it registers input & output01:42
michealPWSkeeter_lappy: Hrmm, was it a big error? Try pressing your up arrow to get the command back and add: | pastebinit to the end01:43
Slymoes: 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
michealPWTo pipe the output to pastebinit, then I can read what it says :P01:43
snarkjsimonfm, one shouldnt really change permissions   thats what sudo is for and its much safer to use sudo01:43
=== Guest37013 is now known as wesley
=== wesley is now known as Guest75791
jsimonfmsnark: It's an ubuntu minimal installation, and this device should only run this one programm01:44
michealPWSo the whole command will look like sudo sh ./amd-driver-linux-8xxx-etc.run --buildpkg Ubuntu/precise | pastebinit01:44
Skeeter_lappy131411901:45
dougbbOk, that was partially successful :)01:45
snarkjsimonfm, can I ask what your trying to achieve?01:45
dougbbno 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 text01:45
dougbbso 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 reappear01:46
michealPWHrmm01:47
michealPWWell that's upsetting.01:47
michealPWUnable to resolve  dh-modaliases execstack.  Please manually install and try again.01:47
michealPW:|01:47
dougbbthe panel on the top, which is also set to disappear, works fine01:47
Skeeter_lappy:(01:47
Skeeter_lappybrb 1 sec01:48
jsimonfmsnark: 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 running01:48
michealPWOh wait01:48
michealPWSo 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
snarkjsimonfm,  and what *software* is this?01:49
michealPWSO! Ready to remove fglrx? Let me know when you're back, Skeeter_lappy.01:49
jsimonfmsnark: My last problem is this network setting issue, anything else works01:49
dougbbI 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 finds01:49
Skeeter_lappyback01:50
jsimonfmsnark: It's an control software for an lighting control console01:50
michealPWkk01:50
|Anthony|clamscan has a --move=dir cli option. but i don't see that implemented in clamtk01:51
michealPWSkeeter_lappy: sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*01:51
snarkjsimonfm, and what network setting is it trying to set?01:51
michealPWSkeeter_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 :P01:52
|Anthony|nm01:52
snarkjsimonfm, and what is a "lighting control console"?01:53
jsimonfmsnark: acually the normal ones like for eth0 on the ubuntu box, it is used for some light control protocols01:53
Skeeter_lappyswame thing01:54
hmmwhatsthisdoso, as dumb as it sounds, how come the AMD/ATI graphics driver family is call fglrx?01:54
Skeeter_lappysame*01:54
=== florin is now known as Guest33297
hmmwhatsthisdooh wait, nvm01:54
hmmwhatsthisdoFireGL and Radeon for X, apparently01:55
jsimonfmsnark: a controller for lamps in theaters for example: http://chamsys.co.uk/products01:55
michealPWSkeeter_lappy: Even after purging fglrx? :\01:55
snarkjsimonfm, ok that make s a bit more sense to me!01:55
Skeeter_lappytyped exactly what you put in01:56
dougbbinteresting, if I put the disappearing panel horizontal, it works01:56
=== Kasjopaja is now known as Guest83985
michealPWI have an idea, hehe01:57
michealPWtry sudo apt-get install execstack01:57
michealPWhehe01:57
con-mananyone know of an app for burning mkv files to a DVD disc that can be played in a regular DVD player?01:57
michealPWIf that finds and installs something, then try the sudo sh command again (Should be up arrow twice)01:58
Skeeter_lappysame thing01:59
Skeeter_lappyit did install execstack01:59
michealPWIt found and installed it? Hrmm!02:00
michealPWTry sudo apt-get install dh-modaliases02:00
Skeeter_lappyit pauses at unable to resolve dh_modaliases02:00
bazhangcon-man, perhaps devede02:00
snarkcon-man, mkv are just normal files as far as the dvd burner is concerned    no?02:00
con-manyeah google suggested devede installing now02:00
dougbbI 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:01
michealPWSkeeter_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 fakeroot02:02
Skeeter_lappywe put that in there02:03
Skeeter_lappyit's sitting at generating package02:03
michealPWI thought we did, but dunno why it would have installed execstack hehe should have been in there too with dh-modaliases02:03
Skeeter_lappyI think everything went this time02:04
michealPWSo try that sudo sh command one more time02:05
Skeeter_lappygenerateds 3 pkg and removed temp dir02:05
michealPWAnd see if it doesn't throw the same exception about dh-modaliases and execstack hehe02:05
michealPWOh sweet, good. So now you're almost done.02:05
Skeeter_lappyhang on I just ran the sudo again for ya02:06
Skeeter_lappylol02:06
michealPWSo, now type sudo dpkg -i fglrx*.deb02:06
michealPWThat will install the 3 pkgs it built, which is your fglrx. I thought there was 4, though?02:06
michealPWMeh02:06
=== atrius is now known as atrius_away
Preflexwho02:07
michealPWMaybe it's just 302:07
michealPWYea I guess that makes sense. There's the control center, the kernel module and the other thingy02:07
Skeeter_lappylooks like that went with no errors02:09
michealPWExcellent. Now type this: sudo amdconfig --initial -f02:09
Skeeter_lappywait02:09
michealPW?02:09
bearly230Hello, 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
Skeeter_lappyerrors were encountered while processing: fglrx-installer_9.002-ounbuntu1_amd64.changes02:10
michealPWHrmm02:11
Skeeter_lappyo=002:11
michealPWTry sudo apt-get update02:11
Skeeter_lappyreading package lists done02:12
michealPWIt didn't complain about any broken packages or anything?02:12
Jisawesome2Run it again02:12
michealPWOr sudo apt-get check02:12
Skeeter_lappyno02:12
Skeeter_lappyno complaints02:13
michealPWk, then do sudo amdconfig --initial -f02:13
Jisawesome2Try the command again skeeter02:13
Skeeter_lappywhich cmd?02:13
Jisawesome2The one that returned the error02:14
Skeeter_lappykk02:14
michealPWOh 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:14
michealPWGood catch,  Jisawesome2:)02:15
Skeeter_lappysame error02:16
bearly230Hello, 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:16
michealPWhrmm02:17
michealPWSkeeter_lappy: Maybe we have better luck with aptitude? Try sudo apt-get install aptitude02:17
Skeeter_lappykk02:17
OerHekscarefull with aptitude & 64 bit02:18
OerHeks!aptitude02:18
ubottuaptitude 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
michealPWReally? :(02:18
chronik-rootzhttp://imgur.com/PnIDY    done, wooot.02:18
onitaLbearly230, can ubuntu ping the server? what's the fstab line for that nfs mount?02:18
OerHeks"apt-get install -f " will force broken packages02:18
michealPWHrmm, 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:18
bearly230onitaL: I can get to the server however I can't get into the folder owned by the group.02:19
bearly230onitaL: IE I can get into my personal folder on the centos server but, not allowed to get into the other folder.02:19
michealPWAh, k. So he should just do apt-get install -f to fix that broken package?02:19
Skeeter_lappy??02:20
michealPWSkeeter_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 -f02:20
Skeeter_lappydidn't install it02:20
michealPWK, so just type sudo apt-get install -f02:20
Skeeter_lappykk02:20
onitaLoh, what's the permises of that folder, bearly230 ?   ls -la /that/folder/02:21
onitaL+in the server02:21
KM0201why would you force install a package?  if it won't install w/o -f  investigate way02:21
KM0201*why02:21
onitaLya, "-f" isn't force, but fix02:21
Skeeter_lappyit did't upgrade install or remove anything02:21
bearly230onitaL: I've got the same uid on both server and client. The folder has write/read/execute for all group members.02:21
KM0201hmm, i thought it was force.. ok.02:21
onitaLyou're not using jedi power there yet02:21
michealPWHrmm, well..02:22
michealPW*thinks*02:22
michealPWWell lets see if it's working, anyways hehe..02:22
michealPWDo: sudo amdconfig --initial -f02:22
|Anthony|why is my firefox making several connections to 127.0.0.102:22
michealPWThen type startx02:22
i3luefirehow can i make a couple of cmds run every time i restart my server?02:22
xenomeif 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 back02:23
Skeeter_lappyS**T errors02:24
michealPWErrors from amdconfig, or startx?02:24
Skeeter_lappystartx02:24
michealPWWhat did X say?02:24
michealPWTry fglrxinfo02:25
Skeeter_lappya lot02:25
Skeeter_lappylmao02:25
michealPWLOL k, just do fglrxinfo | pastebinit02:25
dougbbi3luefire: /etc/rc.local02:25
michealPWThen startx | pastebinit02:25
michealPWhehe02:25
raldwhy mini ubuntu iso hardy heron doesn't work any more?02:25
norwackHow can  update my Ralink rt2800pci wireless card with the latest drivers? or where can i find the source of the driver?02:25
Skeeter_lappyfglrxinfo is empty doc02:26
onitaL!nfs02:26
ubottunfs is the network file system. See https://help.ubuntu.com/community/SettingUpNFSHowTo for information on installing and configuring NFS.02:26
michealPWhah02:26
michealPWWell, I'm guessing fglrx didn't get installed, hense the error. fiddle sticks!02:27
michealPWDarnit! LOL :(02:27
Skeeter_lappyboth say empty doc02:27
michealPWThat's weird!02:27
Skeeter_lappylol02:27
michealPWMaybe I did that wrong for startx02:27
michealPWMaybe you'd use startx >> pastebinit02:27
michealPW?02:27
bearly230onitaL: permissions on folder are drwx------.  4 ksradmin ksradmin  4096 Oct 28 18:57 ksradmin02:27
onitaLbearly230, ahhh, it has 0 as group permission02:28
michealPWI guess you could just cat /var/log/Xorg.0.log | pastebinit02:28
michealPWHEEHEE!02:28
bearly230onitaL: yep I see that now. Getting late here hehe02:28
michealPWSkeeter_lappy: K, so just do cat /var/log/Xorg.0.log | pastebinit02:28
onitaLno problem, it's been a while since I used nfs. I use samba02:28
kevin^hi all. is there a way i can copy my file system from one drive to another?02:29
michealPWkevin^: dd02:29
ralddoes ubuntu have floppy installer?02:29
michealPWkevin^: From a terminal, type man dd02:29
onitaLand I thought it had to do with /etc/host.export or something lke that, but also thought the permises were wrong02:29
steven-rald, i don't think so ; )02:29
michealPWrald: 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!02:29
=== simpleirc is now known as SecretFireMobile
kevin^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
LOrdNAXOhola02:30
steven-michealPW, i even doubt that ubuntu netinst will fit on a floppy :P02:30
Skeeter_lappymichealpw 131419502:30
kevin^but only has ~15gb usage02:30
michealPWnetinst 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
LOrdNAXOalguien de Chile por estos lados??02:30
michealPWsteven-: haha you're probably right.02:30
bearly230onitaL: got permissions changed on server folder guess I have to restart client to get it to update.02:30
michealPWk, thx Skeeter_lappy. Lets see if I can figure this out :| http://paste.ubuntu.com/131419502:30
onitaLbearly230, I dont' think so02:31
kevin^hrrrm gonna try something.02:31
steven-lol, i meant debian netinst, now i messed it up, well I guess you've got it anyway02:31
michealPW[  8506.151] (EE) fglrx(0): The graphics processor is already set to console mode, set X mode fail. Cannot start X.02:31
michealPWOh hey, that doesn't sound like a very bad error.. Try just restarting the computer, Skeeter_lappy.02:32
bearly230onitaL: still showing locked with permissions drwxrwx---.  4 ksradmin ksradmin  4096 Oct 28 18:57 ksradmin02:32
raldok thanks02:32
michealPWMaybe 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
Skeeter_lappykk02:32
=== norwack is now known as Norwack
onitaLbearly230, how are you mouting?02:32
bearly230onitaL: via fstab02:33
onitaLwhat's the line?02:33
onitaLcan you mount from CLI?02:33
NorwackHello. I have uses with my wifi signal strength. I have the Ralink rt2800pci. Any ideas?02:33
chatdenferAnyone know if Unity supports zsh/bash/emacs move point command?02:33
steven-mounting what?02:33
bearly230onitaL: serv1:/home   /media/serv1    nfs defaults 0 002:33
steven-mount /dev/sdx /media/mountpoint02:33
Preflexgeneric kernel has pae now, right?02:34
steven-you will add parameters for the filesystem though, the man pages will help you02:34
=== juggernaut is now known as Guest17852
bearly230onitaL: I'm able to get into my own folder on that same server with no problems.02:34
onitaLaha, do you have the ubuntu's ip in /etc/exports?02:34
Skeeter_lappyWOOOOOOOOOHOOOOOOOOOOOOOOO!!!!!!!!02:35
bearly230onitaL: 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
Skeeter_lappyThanks a million dude!02:35
michealPWIt worked?02:36
michealPWYay! :)02:36
Skeeter_lappyHeck yeah02:36
onitaLbearly230, is that folder defined in /etc/exports?02:36
Skeeter_lappyDude I owe you02:36
michealPWCongrats, mate! Sorry for the huge process, hehe02:36
Skeeter_lappyno problem at all02:36
Jisawesome2ALright, I have a question about webservers02:36
Jisawesome2HOw can I host multiple websites on my one server?02:37
Skeeter_lappyI learned not to use janitor again02:37
bearly230onitaL: the server exports file only has /home *(rw) the ksradmin folder is under home.02:37
michealPWWell, there's no way Janitor did that. I'm not an expert with Janitor02:37
Skeeter_lappyneither am I but I won't take the chance02:37
Jisawesome2Anyone?02:38
Skeeter_lappymichealpw thanks bro02:38
Skeeter_lappyI owe you02:38
michealPWBut 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 :P02:38
onitaLah, so in the client you can see /home/ksradmin   but not the files /home/ksradmin/* ? bearly23002:38
_cronus_Jisawesome2, you define virtual hosts.02:39
bearly230onitaL: the clients can see all folders in home on the server and get into our own, but not this 1 folder.02:39
Skeeter_lappyWhat ever did it beats me02:39
Skeeter_lappybut thanks again02:39
Jisawesome2Cronus, how do you do that?02:39
michealPWNo problem hehe, that's what I'm here for :P02:40
Skeeter_lappyI'll remember that02:40
onitaLbearly230, Im wondering if the nfs daemon can be restarted02:40
Skeeter_lappytime for shower and bed02:40
_cronus_Jisawesome2, which server are you using?02:40
bearly230onitaL: hold on I'll restart it.02:40
michealPWAlmost time for bed for me, too heehee. Take care, enjoy your fully accelerated X Windows Server hooah! (muscle)02:40
Skeeter_lappy:) :) :)02:41
bearly230onitaL: restarted nfs on server, still same issue.02:41
Jisawesome2Cornus, I am using 8.0402:42
parishi folks, how to download youtube videos on Zorin 6?02:42
michealPWWhat is Zorin?02:42
onitaLbearly230, interesting, specially if you say you already fixed the permissions02:42
_cronus_Jisawesome2, I mean which web server are you using02:42
michealPWparis: You can get a Firefox extension to capture streaming videos.02:42
michealPWparis: Is that what you mean?02:43
dougbbI 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
Jisawesome2Cronus, I dont know what you mean02:43
Jisawesome2None I believe yet02:43
parisit is the same like Ubuntu 12.402:43
bearly230onitaL: current permissions on folder are drwxrwx---.  4 ksradmin ksradmin  4096 Oct 28 18:57 ksradmin02:43
=== Guest75791 is now known as wesley
_cronus_Jisawesome2, maybe you could ask #apache2 for some help to get you starting.02:44
michealPWparis: 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
bearly230onitaL:  Group line is ksradmin:x:505:russk,glenp02:44
Jisawesome2Will do02:44
=== wesley is now known as Guest45290
Jisawesome2For the time being, how do I host just one website =P02:45
michealPWparis: 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 :P02:45
Ox0000Hi, 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
midgarHi everyone.02:45
michealPWJisawesome2: In a terminal, type apachectl -v02:47
michealPWJisawesome2: What version does it report?02:47
michealPWOr are you already in #apache2 getting help, hehe?02:47
Jisawesome2Im not yet02:47
Jisawesome2Right now I just want to try to host one website02:47
asilhouettehi guys, is there any alternative to wifi miniport feature you find on win7 to create virtual AP02:48
michealPWWell, you can disable virtual hosts in your apache configuration and just point apache to a single directory :\02:48
Jisawesome2I havent downloaded anything yet02:48
asilhouettei tried hostapd but things get pretty messed up02:48
Jisawesome2*isntalled02:48
michealPWOh, you don't have apache installed at all hehe?02:48
Jisawesome2nope =P02:49
Jisawesome2im going to install LAMP soon02:49
michealPWWell basically, by default apache2 will install setup to only serve a single directory, I think /var/www.02:49
michealPWSo really, out of the box it's ready to act the way you want it to :P02:49
lahwranhow do I monitor GPU temperature of an amd gpu using the opensource drivers?02:49
lahwranI just put together a system and I want to monitor the gpu while I work to make sure it's being cooled properly02:49
Jisawesome2So, what would the steps be to set up a single webpage from installation02:50
lotuspsychje!lamp | Jisawesome202:51
ubottuJisawesome2: 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
michealPWJisawesome2: 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
Jisawesome2Would that use different ip's02:51
michealPWJisawesome2: 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/~someuser02:52
michealPWJisawesome2: What are you trying to do?02:52
Jisawesome2I want to be able to be able to host multiple websites with different ip's02:53
whitesidehi 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.so02:53
whiteside/usr/lib/flashplugin-installer/libflashplayer.so02:53
whiteside/var/lib/flashplugin-installer/npwrapper.libflashplayer.so02:53
whitesideroot@bt:~# cd /usr/lib/flashplugin-installer/02:53
whitesideroot@bt:/usr/lib/flashplugin-installer# ls02:53
FloodBot1whiteside: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.02:53
whitesideroot@bt:/usr/lib/flashplugin-installer# ls02:53
shcherbak!backtrack02:54
whitesideyep02:54
whiteside64 bit02:54
ubottuThere 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 Edition02:54
michealPWJisawesome2: 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 :P02:54
Jisawesome2ah02:55
whitesidek02:55
michealPWJisawesome2: 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:55
crimsonmanesomeone trying to hide their IP address from IRC? set up a proxy. find them at www.spys.ru02:56
Jisawesome2I dont need different ip's if directing domains to subfolders is secure02:56
ZanzacarHi 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:56
kevin_^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
michealPWJisawesome2: Yep, you can achieve really fine-grain security if that's your desired goal :)02:58
kevin_^!grub | kevin_^02:58
ubottukevin_^, please see my private message02:58
chatdenferCan Dash be set up to listen to bash/zsh/emacs move point commands?02:58
kevin_^oh there it goes02:58
michealPWJisawesome2: 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
Jisawesome2Will people only be able to access their subfolder rfom FTP, not other's?02:59
michealPWWell FTP's a different story. FTP's terrible. You'd probably want to go with ssh or something along that line.03:00
michealPWFTP is nearly insecurable haha.03:00
onitaLSFTP?03:00
Jisawesome2!ssh03:00
ubottuSSH 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:00
Jisawesome2!sftp03:01
michealPWIunno, I guess. I still would recommend ssh over sftp. I'm not an expert on sftp.03:01
asilhouettekevin_^: is the boot working or you just want to reinstall grub03:02
Jisawesome2Michael, could you explain ssh to me03:02
kevin_^asilhouette: boot was fine, but got replaced with windows boot loader03:03
kevin_^ive done this before though but i couldnt remember that link but got it now03:04
michealPWJisawesome2: 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 :P03:04
michealPWJisawesome2: 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
Jisawesome2With SSH, can you make it so people can not go out of their respective subfolder03:05
michealPWExactly03:06
Jisawesome2Thank you03:06
michealPWThey 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
Jisawesome2So are there SSH clients?03:06
michealPWAs 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 :P03:06
chatdenferSFTP is an extension to SSH.... allows more possibilities for managing remote files than SCP03:06
michealPWThere's a bunch of really great ssh clients, even for Windows. On Windows PuTTy is a great ssh client.03:07
michealPWReally, chatdenfer, I didn't know that. Do you recommend sftp over ssh for his needs, then?03:07
Jisawesome2ALright, another question, Can you use a server for multiple purposes, ie a game server and a web server03:07
chatdenferSSH-clients on Windows... try Cyberduck [http://cyberduck.ch]03:08
usercan someone helpme figure out how to inst6all ubuntu 12.1003:08
chatdenferMichaelPW, rather look at it as another tool in the toolbox03:09
Jisawesome2Put the disk in and do what it says03:09
chatdenfermichaelPW anything more secure than regular old-skool FTP is my advice03:10
userit says it cant find the autorun software.03:10
Jisawesome2ALright, another question, Can you use a server for multiple purposes, ie a game server and a web server03:10
danonwith proxmox03:10
parismichealPW! 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
wastrelJisawesome2: yes03:11
Jisawesome2How wastrel03:11
Jisawesome2Actually, I will just find out later03:12
chatdenferRemoting 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 commands03:13
michealPWparis: Go here with Firefox https://addons.mozilla.org/en-US/firefox/addon/flash-video-downloader-youtube/03:13
michealPWchatdenfer: Ah, maybe I should install it and play around with it :)03:14
chatdenfermichaelPW: you on Ubuntu or derivative thereof? Should already be installed...03:15
michealPWsftp? On Ubuntu 12.04 LTS03:15
chatdenferyes, simply sftp username@host03:15
chatdenferServer will prompt for same RSA certificate as usual when SSH-ing to a new host03:16
chatdenferAnswer Yes and type password of remote host.03:16
danonwho here watches Hak503:16
chatdenferFrom there it should be smooth sailing...03:17
michealPWHrmm!03:17
michealPWNeato!03:17
michealPWSo you wouldn't be able to use a regular ftp client, then?03:18
StormTwoanybody can answer how to upgrade from 10.10 to 12.10?03:18
parismichealPW! I am grateful to you for that inside on that. I will read it and hopefully it will be fine! Big thanks!03:19
danonStormTwo>  just upgrade?03:19
chatdenfermichaelPW: haven't tried regular FTP cilent... Lots of them can do SFTP though, Filezilla, built-in Ubuntu SFTP-client etc03:19
michealPWparis: 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
michealPWchatdenfer: Interesting! So is it sshd that's providing the service, then?03:20
StormTwoanybody can anwer03:20
asilhouettemichealPW: 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 well03:20
StormTwo*answer?03:20
StormTwoit wouldnt03:20
parismichealPW! Ps. The Downloader Helper also works!03:20
StormTwoi have downloaded it and it wouldnt load03:21
asilhouettei want the wireless card to receive wifi and be a AP at the same time??03:21
michealPWI don't personally know, asilhouette. Perhaps somebody else knows, though. I don't use Wireless :\03:21
asilhouetteah03:21
asilhouettethanks03:21
danonor 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 computer03:21
chatdenferYup, opening a port 22 connection over which all ftp traffic is run03:21
michealPWI think you can do it, hehe, if encouragement helps. I'm just not sure how you'd do it :P03:21
danonthats if you have another box03:21
asilhouetteif only i knew how to do it, i'd never go back to Windows03:21
michealPWchatdenfer: Ah, that's neat stuff! :)03:22
michealPWasilhouette: Hah, that's the spirit! :)03:22
danonis all the ports in ubuntu really closed?03:22
danonwell isolated i guess because i ran a port scan on audit-pc03:23
chatdenfermichaelPW: best of both worlds!03:23
StormTwoanybody pls answer immidiately03:23
michealPWStormTwo: Can I answer with a question? Does sudo apt-get dist-upgrade not get you anywhere?03:24
OerHeks10.10 > 11.04 > 11.10 > 12.04 LTS > 12.1003:25
OerHeks!upgrade03:25
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade03:25
michealPWOerHeks: If his sources are set to show LTS, could he dist-upgrade from 10.10 up to 12.04?03:25
michealPWnvm, let me read those links :P03:25
michealPWAnswered in firth paragraph of first link (giggle) thx OerHeks.03:26
StormTwomichealPW yes03:26
michealPWStormTwo: I don't understand the question?03:27
michealPWStormTwo: 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
StormTwomichealPW i have downloaded a 12.10 version, my ubuntu is 10.10, when im going to upgrade to 12.10, it wouldn't work03:28
michealPWRight. That's too much of a jump and is not supported. You would have to go from: <OerHeks> 10.10 > 11.04 > 11.10 > 12.04 LTS > 12.1003:29
wastrelyou can't upgrade from 10.10 to 12.10 directly03:29
OerHeksBest way is to reinstall, backup your data first.03:29
wastreloh what michealPW said03:29
michealPWYea, if possible just backup your data mate and just install with the 12.10 disk, not upgrade :P03:30
onitaLyeah, I'd reinstall reather than do all those crazy dist-ugprades03:30
chatdenferStormTwo: I second onitaL, backup, dl 12.10 and start fresh03:32
onitaLI would suggest to create a partition for only data (( not /home/xxxx ))03:33
robbieHow 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* frequent03:33
onitaLin that way fresh installs are easier03:33
elisa87Hi I have no idea why I can't hear any sound!? It is not mute! Does anyone know what I should do?03:33
Ox0000My 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
hot2trotmy ubuntu virtual machine now freezes at the start up screen with UBUNTU 12.04 and the 4 dots below it03:33
onitaLlol03:34
onitaLwow03:34
hot2trotit's not erally frozen, because when I quit, it shuts down properly, any ideas?03:34
robbieelisa87: I might be able to help .. you've a standard configuration or are you doing something special?03:34
elisa87Ox0000 may I know how did you upgrade to 12.10 from 12.04 and how long did it take?03:34
elisa87robbie I cannot listen to music in03:34
elisa87robbie I can hear the music being played in Pandora.com or spotify or music player in Ubuntu03:35
Ox0000elisa87: I did it through Muon update manager (Kubuntu). It took almost 2 hours.03:35
robbieopen sound in settings, and go to test sound -- can you hear anything there?03:35
robbieelisa87: open sound in settings, and go to test sound -- can you hear anything there?03:35
elisa87Ox0000 might this upgrade hurt my installed programs or files?03:35
robbieelisa87: ooh Im sorry03:35
robbieelisa87: I thought you said "could not listen to music in..."03:35
robbieelisa87: where *don't* you hear sound ?03:36
elisa87robbie I cannot hear anything from sound test03:36
Ox0000elisa87: 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
robbieelisa87: ok, what is the name of the output channel? can you select a different option there?03:37
Damienver03:37
Damienserver03:37
chatdenfermichaelPW: which side of the fence on Unity? A fan like me or hate it?03:38
robbieHow 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* frequent03:38
michealPWchatdenfer: 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
michealPWchatdenfer: Me, Iunno. I resist change. I use KDE 4 haha, I still like the start menu-like klauncher :)03:39
asilhouettewhat about xfce4?03:40
michealPWGNOME 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
steven-lool03:40
chatdenfermichaelPW: hahaha! newer been a fan of the classic bottom right start-menu.03:40
steven-what about your wife?03:41
steven-no, grandparents!03:41
asilhouettelike the one where a 3 yr old uses Win803:41
bazhang!ot03:41
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!03:41
robbie_what would affect the network every few minutes? some client besides dhcp?03:41
michealPWI 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
chatdenferYeah, G3 and XFCE4 both good but really warming up to Unity03:42
steven-just out of curiosity, since i've never done it, is there an easy way to set up a socks5 proxy server?03:42
michealPWI 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
bazhangmichealPW, lets take the chit chat elsewhere03:42
elisa87robbie both front and left speakers don't work also when I use my headset I hear no voice03:43
michealPWSo when I log-in to KDE, KDE breaks xfce4's look/feel. Then I gotta re-apply the gtk theme in xfce.03:43
michealPWbazhang: Sorry, mate.03:43
michealPW... 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
michealPWhehe, k I'll stop now I promise :)03:44
=== Guest45290 is now known as wesley
=== wesley is now known as Guest47769
aiFrantzelisa87 sorry because I'm little bit outdated. could you please tell me which Ubuntu that you're running03:45
hot2trothow 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 stuck03:46
michealPWhot2trot: At anytime, you can hold ctrl+alt and press F1 - F4 to switch to another text-based virtual terminal03:47
hot2trotmichealPW: there it is, thank you03:48
michealPWTo get back to your failed graphical terminal it's I think F7+, so your first graphical log-in would be in F703:48
mushroomanyone could advise on how to patch the "Gwibber"..Thanks03:50
mushroomi have downloaded  a diff file.. but not sure of the source file of "Gwibber"03:50
elisa87I did this and it worked : 1)Open terminal and typed alsamixer.03:52
elisa87 03:52
elisa87  2) Press a few tabs or F5 so you can see all the options.03:52
elisa87 03:52
elisa87  3)Now with your arrow keys go to loopback and enable it03:52
FloodBot1elisa87: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.03:52
wastrel:[03:52
c_smithHi, 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 6470M03:52
c_smithholy great wall of text, batman!03:52
robbie_congrats elisa87 --sorry I couldnt help03:52
michealPWmushroom: You'd probably use the patch program03:53
robbie_why does my eth0 interface keep disconnecting?03:53
_cronus_mushroom, apt-get source gwibber . make sure you enable source repository.03:53
michealPWmushroom: Something like path < /path/to/yourdiff.diff03:53
michealPWmushroom: Check man patch for the manual.03:53
c_smithmushroom, to patch gwibber you need to get the source code (apt-source would work for that) and then patch the source code.03:53
michealPWmushroom: Sorry, patch < /path/to/yourdiff.diff03:54
michealPWc_smith: How are you installing fglrx?03:55
d4rkh4ndhello, 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
michealPWFrom where, I should say03:55
d4rkh4ndThis is my LAST dvd and i need this for my kids PC03:55
danoni 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 ubuntu03:55
mushroomThanks cronus.03:56
mushroomThanks michealPW.03:56
robbie_why does my eth0 interface keep disconnecting?03:56
mushroomi shall try it out in a while.. munching now..haha..03:56
michealPWmushroom: 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:57
c_smithmichealPW, I've tried both via command line and via the software sources.03:58
c_smithboth result in the same outcome.03:58
XiaolinDraconisis it possible to get qemu to read my hard drive, so i can boot an iso and install directly to my drive03:58
michealPWmushroom: 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 :P03:58
c_smithdoesn't even get to the point I log in, just LightDM seems to be throwing me to this.03:58
michealPWc_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 | pastebinit03:59
d4rkh4ndhello, 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
d4rkh4ndThis is my LAST dvd and i need this for my kids PC03:59
lahwranhow do I set up LVM when installing ubuntu 12.04 desktop?03:59
lahwran(and why isn't it default?)03:59
XiaolinDraconisd4rkh4nd, dd is a command line option, its powerful and can do the job, but its dangerous03:59
michealPWYes, your X Windows Server is failing to initialize your display for some reason. Also, do you know which ATI card you've got?03:59
_cronus_d4rkh4nd, sudo cdrecord /path/to/iso04:00
c_smithcompletely forgot about xorg.0.log when trying to figure this out myself..... has me wanting to look at it myself.04:00
XiaolinDraconiseven better04:00
d4rkh4ndis sudo cdrecord gonna make the iso bootable ?04:00
_cronus_d4rkh4nd, not if it isn't already04:00
XiaolinDraconisd4rkh4nd, most likely the iso image you are using is bootable04:01
michealPWlahwran: What do you mean? The LVM (Logical Volume Manager?) is part of the linux kernel, it's not an optional component.04:01
michealPWlahwran: What's the problem you're having?04:01
_cronus_d4rkh4nd, but ubuntu iso image is04:01
d4rkh4ndits from the ubuntu website idk04:01
XiaolinDraconisit is04:01
c_smithmichealPW, http://paste.ubuntu.com/1314320/04:01
michealPWHrmm lets see what we've got04:01
XiaolinDraconisd4rkh4nd, a usb thumb drive is another option04:02
lahwranmichealPW: what do *you* mean? LVM is a way to set up logical volumes that can be shimmied around at runtime04:02
lahwranmichealPW: and I can't find anything in the ubuntu installer to set it up04:02
lahwrannor in gparted for that matter04:02
c_smithmichealPW, looking at it after searching for fglrx, seems to X.org seems to be failing to load the module fglrx04:02
d4rkh4ndwell this other pc wont boot from it the only USB i have isnt working on it idk what its deal is04:02
michealPWHrmm, indeed so it cannot find the fglrx kernel module. Fiddle sticks!@04:02
michealPWPerhaps you may have to download the package directly from AMD/ATI and build the package yourself and then install it with dpkg.04:03
d4rkh4ndits woerd i sees the usb and when i try to boot its just says Boot error04:03
d4rkh4ndit*04:03
XiaolinDraconisd4rkh4nd, sometimes mine doesnt boot until i shut it down completely and cold boot04:03
c_smithmichealPW, I've tried the beta, gonna try the stable version now,04:03
michealPWAh the beta yea I wouldn't play with that hehe :P04:04
c_smithas I found out the hard way,04:04
d4rkh4ndI tryed that to. It is trying to read it. Is it supposed to ne NFTS or FAT ?04:04
robbie_why does my eth0 interface keep disconnecting?04:04
c_smithsuffice it to say it's easy to remove should anything go wrong once you know how04:04
XiaolinDraconisd4rkh4nd, i usually use ext4, but i believe the image puts it in its own format04:05
d4rkh4ndit let me choose, and i thought NFTS was best04:05
XiaolinDraconisd4rkh4nd, ntfs wont work for linux04:05
d4rkh4ndthats why then LOL well ill try to change to FAT04:05
XiaolinDraconisd4rkh4nd, what did you use to put the iso onto usb?04:06
michealPWJust download the stable package from ati.amd.com, unzip it, install the dependencies like build-essential dh-make debconf dh-modaliases fakeroot execstack and dkms04:06
=== Kasjopaja is now known as Guest25513
c_smithmichealPW, will do, I might have most of the deps.04:06
XiaolinDraconisd4rkh4nd, ive been using unetbootin on linux, and yumi on windows04:07
FunhouseHi 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-error04:07
michealPWThen run it in a terminal like sh ./amd-driver-installer-whatever.run --buildpkg Ubuntu/precise; then install those with dpkg -i fglrx*.deb04:07
michealPWShould be able to then run amdconfig --initial -f04:07
michealPWbtw I think they renamed it to amdconfig from aticonfig ^_-04:07
norwackHello. i have issues with my wifi signal. on windows i get full bars, now i only get 1 and 2 when i use ubuntu04:08
c_smithmichealPW, I'll try amdconfig this time,04:08
michealPWHopefully that works. Then restart the machine and hopefully you'll get to a working lightdm this time hehe04:09
c_smithyeah04:09
Funhouseanyone?04:10
c_smiththough I should add I'm on Quantal, not Precise, Precise doesn't handle my optical drive well.04:10
michealPWCould 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
norwackAnyone?04:10
c_smithcould be.04:11
michealPWOh you're on Quantal, ehh? I think it's basically the same, except Ubuntu/quantal ( if AMD supports it? :P )04:11
michealPWSo sh ./amd-TAB --buildpkg Ubuntu/quantal04:11
c_smithyeah, I kinda figured it'd be Ubuntu/quantal, just thought I'd mention that in case it meant something.04:11
michealPWMaybe sudo sh ./amd, getting late I can't think haha :(04:11
michealPWHope not (rofl)04:12
c_smithget some sleep, then. :)04:12
c_smithwell, gonna reboot to see if this worked.04:13
chatdenfernorwack: what does sudo iwconfig say in terms of signal level?04:13
michealPWinstalled the febs?04:13
michealPWerr, .debs?04:13
chatdenfernorwack: ?04:16
Gnome3manchatdenfer: 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:17
chatdenferGnome3man: thx! I would have suggested drivers. Guess we've all been there, huh04:19
dougbbi found a way to fix plymouth with the nvidia drivers :)04:20
dougbbnow that I know what the thing is called, it was easy to search for the solution04:20
XiaolinDraconishow can i start qemu booting an iso and reading a real hard drive, i want to install an iso this way04:20
dougbbhttp://askubuntu.com/questions/131120/no-splash-screen-after-nvidia-propietary-drivers04:20
michealPWHrmm04:20
dougbbthe script needs some fixes, but it works04:20
Gnome3manchatdenfer: documentation is getting better in explaining different wifi modules and additions..04:20
dougbbso now, any dmraid pros available? :)04:21
Ghilhey 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
wastrelwhat's elementary and what's pantheon04:22
c_smithwell, that didn't work...... fglrx from the AMD site didn't help at all04:22
mushroomHi michealPW..04:22
michealPWHi :)04:22
mushroomi did the patching..04:22
mushroom patch < 8fd91e42-1934-11e2-916b-002481e91f22.txt04:22
mushroomcan't find file to patch at input line 404:22
mushroomPerhaps you should have used the -p or --strip option?04:22
mushroomThe text leading up to this was:04:22
mushroom--------------------------04:22
FloodBot1mushroom: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.04:22
Ghilwastrel: Elementary is a new WM much like gnome, and Pantheon is it's shell.04:23
mushroomit was asking for the File to Patch..  how to find out the file name?04:23
michealPWc_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
c_smithmichealPW, correct.04:24
michealPWc_smith: Then ran amdconfig --initial -f and restarted, still no go?04:24
c_smithdid I need the -f? if so, I didn't add that.04:24
michealPWc_smith: Well, lets checkout the new log maybe it has some hints. Do cat /var/log/Xorg.0.log | pastebinit04:25
c_smithI just ran sudo amdconfig --initial04:25
michealPWWell Iunno what the -f even does, I just remember that from manual somewhere haha04:25
michealPWHave always used it (blush)04:25
c_smithcat /var/log/Xorg.0.log | pastebinit04:25
michealPWMaybe let me look it up04:25
c_smithoooops04:25
mushroom..04:25
c_smiththat was the command I had just run....04:26
c_smithmichealPW, here you go: http://paste.ubuntu.com/1314345/04:26
Ghilwait, I found a way to open a terminal, I'll be alright from there. :D04:26
Swiss_OnyxHello can someone help me?04:26
c_smiththis time no mention of fglrx in the log.04:27
michealPWOh, -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
Swiss_OnyxHello?04:27
cfhowlett!details|Swiss_Onyx:04:27
ahzii 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
ubottuSwiss_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
michealPWMaybe uhh, do sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup04:28
michealPWThen do sudo amdconfig --initial04:28
c_smithkk04:28
michealPWStart with a fresh new xorg.conf from amd hehe. Then restart the machine and see what it has to say for itself hehe04:28
c_smithwill do04:28
dougbbahzi: you'd likely be better off backing up your data and reinstalling fresh04:28
konza!ask | Swiss_Onyx04:28
ubottuSwiss_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 !patience04:28
ahziis there a step by step how to link?04:29
c_smithhmmmmm.... 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
Swiss_OnyxI 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 times04:30
c_smithmight that mean something?04:30
michealPWHrmm, iunno what that means honestly HEH!04:31
cfhowlett!nomodeset|Swiss_Onyx:04:31
c_smithah, well, continuing04:31
ubottuSwiss_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 parameter04:31
michealPWMaybe the link already exists?04:31
c_smithit might.04:31
michealPW*shrugs* hopefully it's not important (rofl)04:31
c_smithhopefully, if it is, and fglrx keeps failing, I can always fall back on the intel chip04:31
c_smithanywho, trying this again04:32
michealPWJah, but radeon is much preferred heehee! :)04:32
danonit dosent really affect anything if im running x86 on a AMD Athlon(tm) Dual Core Processor 4450e × 2  right?04:32
michealPWWhat do you mean, danon?04:32
michealPWAs opposed to running x86_64, you mean?04:32
danonyeah because im running ubunto 12.10 32 bit04:33
michealPWAnd your Athlon's a 64-bit processor?04:33
danonyeah04:33
michealPWIt's not bad nope :)04:33
Swiss_Onyxcan you enplane it again in simpler words? Im a writer not a computer scientist04:34
danonok just making sure because im in the process of configuring  ubuntu04:34
michealPWSwiss_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 :P04:34
dougbbSwiss_Onyx: did you read that web page?04:35
michealPWSwiss_Onyx: You can turn it off with the nomodeset parameter. Read the web-page, it probably explains it better too :)04:35
Swiss_Onyxthank you04:35
lankenis there any reason that my system monitor app would be showing four cores?04:38
lankenI have a dual-core laptop04:38
Swiss_OnyxI am trying to follow the instructions but I cant figure them out\04:38
michealPWHyper-Threading, lanken?04:38
lankenmichealPW: core i5 ivy bridge...yes, that makes sense.04:39
fernando_hey guys i need some tips how to use irc04:40
dougbbfernando_: you're already here, how much more do you need? :)04:40
michealPWlanken: Jah, Intel's Hyper-Threading technology creates a second "virtual" core in each of the 2 physical cores.04:40
* cfhowlett LOL04:40
michealPWlanken: Basically. I'm sure it's more technically involved than that (rofl) :P04:41
danonwell first step would be getting a irc client04:41
lankenmichealPW: right, it's like cars that merge perfectly on the highway...I remember watching the video :)04:41
fernando_yes i do basicly find some channels and stuff like that04:41
Swiss_OnyxmichealPW, where am I supposed to  enter the code on the url you sent me?04:41
michealPWYup, first step to IRC is getting a good client... On linux, amagad there's so many to choose from :)04:41
c_smithaaaaand it didn't work again, and thus I give up.04:41
lankenI am really digging the window manager and panel that comes with Quantal04:42
c_smithI know my card is in the HD 6xxx range04:42
danoni wish they would port M-irc to linux04:42
michealPWc_smith: Fiddle sticks! :(04:42
Swiss_OnyxmichealPW, I am still confused, I can not understand what I am supposed to do04:43
c_smithyeah, 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 kernel04:43
dougbbSwiss_Onyx: did you read the web page?04:43
michealPWYes I must retire very shortly myself, very sorry I couldn't be of more help :(04:43
michealPWI blame society, c_smith ;)04:43
c_smithmichealPW, might the fact that the two GPUs being a muxless pair be a possible cause?04:43
Swiss_Onyxi dont understand the webpage04:43
michealPWc_smith: I think it might be really complicating things, certainly. I'm not familiar with that kind of setup, mate :\04:44
dougbbSwiss_Onyx: at what point are you getting lost?04:44
michealPWc_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
c_smithmichealPW, afaik, X.org doesn't support Muxless pairs.04:44
fernando_how i talk to someone in private here - or not in private but only with that person04:44
Swiss_Onyxwhen it shows me code, where do I imput this? The terminal?04:45
dougbbSwiss_Onyx: what's the URL again?04:45
c_smithfernando_, /msg <insert-username-here>04:46
Swiss_Onyxhttp://ubuntuforums.org/showthread.php?t=161313204:46
michealPWJah, kind of a leap but have you tried switching which gpu you connect your monitor to?04:46
=== Guest47769 is now known as wesley
michealPWIunno, maybe that wont help hehe.04:46
lahwranwhat dangers are there to encrypting my home folder?04:46
fernando_thanx c_smith04:46
cfhowlettlahwran: only the /home?04:46
c_smithmichealPW, can't it's a laptop that I didn't build04:46
lahwranwhat kind of data might leak out due to the rest of the FS being unencrypted?04:46
=== wesley is now known as Guest40279
cfhowlettlahwran: lose the password and lose your mind ..04:46
lahwrancfhowlett: it's an option in the desktop installer04:46
c_smithLenovo IdeaPad U400,04:46
michealPWc_smith: Ah I see, interesting04:46
lahwrancfhowlett: that's not really a risk with this password :p04:47
michealPWI thought it was a desktop with discrete amd graphics hehe04:47
cfhowlettlahwran: so long is you encrypt ONLY the /home you should be OK04:47
c_smithyeah, like I said, not exactly disappointed with the milage I'm getting with the Intel chip.04:47
lahwranhow so? I mean, as opposed to what?04:47
c_smithanywho, I'm out, gotta get my rest.04:47
michealPWYea, still it would be best to have both GPUs firing right? :)04:47
c_smithtrue04:47
michealPWMe too, take care :)04:47
dougbbSwiss_Onyx: go down the page to where it says: How to temporarily set kernel boot options on an installed OS (not wubi)04:47
c_smiththanks for trying, michealPW04:47
lahwrancfhowlett: only encrypt home as opposed to what? wouldn't whole-fs encryption be safer?04:49
Swiss_Onyxok, so when I get to this part what do I enter?04:49
cfhowlettlahwran: and it begins ...04:49
lahwrancfhowlett: what does?04:50
cfhowlettlahwran: theoretically, yes you are right04:50
dougbbSwiss_Onyx: you want to try the different acpi options listed in the text above04:50
lahwrancfhowlett: but?04:50
lahwrancfhowlett: please don't take me for an idiot, I'm only stupid on weekdays04:50
cfhowlettlahwran: but full FS encryption has some unexpected consequences around upgrades, networking and such.  Frequently mentioned here in fact.04:50
Swiss_OnyxWhich ones?04:51
wujieExcuse me ,I amwujie04:51
wujieHi04:51
lahwrancfhowlett: unexpected in what way? explosive/failing? leaking data? leaking encryption keys?04:51
dougbblahwran: there's no point in encrypting the system partitions, what is your threat model that you want to protect them from?04:51
Swiss_Onyxdougbb:The text on the URL?04:52
wujieok ,This is Bug?04:52
dougbbSwiss_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 hardware04:52
cfhowlettthanks for enlightening him.  I don't have the techno vocabulary>dougbb04:52
Gnome3manlahwran: 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
lahwranGnome3man: I'm sorry, but I don't follow, could you rephrase?04:52
dougbbcfhowlett: np04:52
wujieHi ,What can you say someting04:53
lahwrandougbb: uhh, just generic stuff04:54
wujiesulod can we see04:54
lahwrandougbb: "someone who shouldn't have physical access does"04:54
michealPWSwiss_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
wujiehi ,I am chinese04:54
dougbblahwran: right, so, what damage can they do if all they have access to is the system?04:55
Swiss_Onyxdo you meen the acpi=off, noapic and dolapic and vmalloc=xxxM04:55
lahwrandougbb: they can see /var04:55
dougbblahwran: right, so what?04:55
lahwrandougbb: and what packages I've installed04:55
dougbblahwran: right, so what?04:55
Swiss_Onyxthank you, this is much easser04:55
dougbblahwran: my point is, what is it that you are trying to protect?04:55
Gnome3manlahwran: 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
dougbblahwran: or put another way, what bad thing happens if they get access to the bare system?04:56
michealPWSwiss_Onyx: Try this. Hold alt and press F2. Then type gksu gedit /etc/default/grub04:56
michealPWSwiss_Onyx: It will prompt you for your password and then open up the grub configuration file.04:56
lahwrandougbb: :|04:56
lahwrandougbb: guess I'll go with home encryption04:56
lahwranthanks04:56
lahwranGnome3man: you aren't making much sense04:57
dougbblahwran: np :)04:57
Gnome3manlahwran: software vs hardware encryption in short04:57
fghbroadcom 4313 supported by linux ?\04:57
Gnome3manlahwran: If you want to know more check out HAK5 and pentration testing Backtrack 4, 504:58
michealPWSwiss_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-grub04:58
Swiss_Onyxthank you, for the help, sorry If i was so confused04:59
michealPWThen restart the computer and see if you experience the same problem during the startup you were experiencing before.04:59
Gnome3manlahwran: I guess for the average user encryption by software is more then suitable for your needs.04:59
dougbbGnome3man: for all others, there is ironkey :)05:00
michealPWLOL05:00
dougbbis there any particular reason that firefox would keep losing its window decorations with compiz?05:00
dougbbcompiz has been working fine till today05:00
Gnome3mandougbb: Unless you got info to hide from FBI, CIA and NSA... Local thief is not this great at stealing info beyond passwords...05:01
lahwranGnome3man: I'm not an average user of ubuntu :p05:01
lahwranmaybe more like an average user of archlinux05:01
dougbbGnome3man: if you're trying to hide data from them, they have far easier ways of getting your password05:01
lahwrandougbb: O_o creepy05:02
michealPWYou can't hide data from those agencies, that's just silly.05:02
lahwranoh cut the fud05:02
michealPWThey'd just pick you up at night and drive you off somewhere and torture you until you give them your password LOL05:02
michealPWThen viola, beat your encryption. (giggles)05:02
lahwranugh, the installer apparently crashed05:02
Gnome3manlahwran: 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 haking05:03
dougbbhttps://xkcd.com/538/05:03
michealPW(rofl) dougbb, nice.05:04
michealPWSo true, though.05:04
lahwrangah, that's not funny05:04
michealPWWell, off to bed chaps. G'night! :)05:05
lahwranugh, 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 error05:05
lahwranwhat kind of lunatic thinks they own my errors05:05
infohow to check lock held by nfs??05:05
infoanyone??05:05
Gnome3manlahwran: 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
dougbblahwran: you can click the 'more information' button and it should help05:05
lahwranI did05:05
dougbbinfo: lsof05:05
lahwranit didn't05:05
lahwranthere was nothing there05:05
dougbblahwran: how long did you wait?05:06
lahwranwell, not nothing, but no stdout of apt-get05:06
lahwrandougbb: it blew up trying to install initramfs05:06
dougbbmysystem is fairly fast, and it takes time to collect the data05:06
infodougbb: and how can i stop nfs from holding locks?05:06
dougbbinfo: kill the process holding the lock05:06
lahwrannow I have to start the installation over! gah!05:06
lahwranwhy don't they have continuable error handling on this05:07
lahwranit shouldn't be _that_ hard to allow me to manually resume it05:07
squid_hi #ubuntu05:07
infodougbb: any specific command to kill process occupied by nfs??05:07
squid_I'm running 12.04 powerpc on a powerbook g405:07
squid_I can't get audio working05:07
dougbbinfo: find the process, then use 'kill <pid number of process>05:07
squid_I tried following the directions on the wiki powerpc faq05:07
squid_and I tried some forum posts05:08
squid_where I need to modify the modules loaded05:08
Gnome3manlahwran: Thats allright lost my ArchLinux box do to simlinks changes in gcc 4.7... Wasn't doing regular updates.05:08
squid_but I can't get it to work05:08
Gnome3manlahwran: crashed the system.. :(05:08
Erinis all I have to do to upgrade from 12.04 to 12.10, sudo apt-get dist-upgrade && sudo shutdown -r now ?05:09
infodougbb: actually i'm writing a script for checking locks held by nfs, any specific command05:09
Gnome3manErin: support for 12.10 is short compared to LTS 12.0405:09
dougbbinfo: there is no magic bullet here ... use lsof to find the process, and ps to find the pid05:09
Jordan_UErin: No, not even close to whay you do to upgrade.05:09
Erinwhat do I do then, command line preferred05:10
Jordan_U!upgrade | Erin05:10
ubottuErin: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade05:10
bazhang!dist-upgrade | Erin05:10
ubottuErin: 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:10
Gnome3manWell back to studying! :P05:11
b1llyso05:11
b1llyim trying to setup a lamp server05:11
b1llybut python based05:11
b1llyis there something more i need to do05:11
b1llyother than install python, apache2 and mysql05:11
Erinx@Media:~$ do-release-upgrade05:12
ErinChecking for a new Ubuntu release05:12
ErinNo new release found05:12
Erin?05:12
FloodBot1Erin: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.05:12
bazhang!lamp > b1lly05:12
ubottub1lly, please see my private message05:12
Erinalso that link doesn't have upgrade instructions for 12.04 > 12.1005:12
bazhangErin, be sure that check for lts only is not marked05:13
lahwranokay05:13
lahwranhow do I set up LVM on a desktop install of ubuntu?05:13
Erinbazhang, what check? im using command line through SSH05:13
lahwranI 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 year05:14
lahwranokay maybe that last part lets one of my pet peeves show, but you get the picture05:14
Captain_ClawIs there any problem if I install Gnome 3 in my default Ubuntu Precise?05:15
Captain_ClawDependencies etc ..05:15
danonnot if you use gnome-session-rollback05:15
Captain_Clawwhat is that?05:16
tensorpuddingdefault ubuntu 12.04 has gnome 3 already installed05:16
ErinSo no one can tell me how to upgrade from 12.04 > 12.10 from command line?05:16
CoburnErin05:16
CoburnFirstly05:16
Coburnadd the 12.10 sources into apt-get05:16
Coburncomment out the 12.04 ones05:16
Captain_Clawthen why isn't it being shown under DE's available when I login?05:16
Coburnthen apt-get update05:17
ErinCoburn, got a link so I can copy/paste ?05:17
Captain_Clawi saw some instructions that i have to add a ppa to get gnome 3 de05:17
Captain_Clawadd a ppa & install some stuff05:17
CoburnErin, I can give you a set of commands05:17
rumpe1Captain_Claw, which DEs are available when you login?05:17
ErinCoburn, awesome05:17
Captain_Clawunity, unity 2d, gnome classic, gnome classic (without effects) -- if i rem correctly05:17
Captain_Clawrumpe1: ^05:18
CoburnErin: sudo nano /etc/apt/sources.list && sudo apt-get update && sudo apt-get dist-upgrade05:18
CoburnErin: before you copy paste05:18
Coburnmake sure you know what the 12.10 release name is05:18
rumpe1Captain_Claw, then it's probably gnome classic. Unity itself uses gnome3.05:18
CoburnI think it's Percise or something05:18
Erinnah current is precise05:19
Coburnwhat's the next one?05:19
bazhangedit /etc/update-manager/release-upgrades and set Prompt=normal05:19
Erinand I alrdy updated and used dist-upgrade, and I know how to use nano :-)05:19
bazhangErin, ^05:19
Erink05:19
CoburnQuestion for other folks.05:19
Captain_Clawrumpe1:  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
CoburnCan I debootstrap Ubuntu so I get a nice little "baby" Ubuntu without the eyecandy (ie. base system?)05:19
Erinbazhang, that worked thanks05:20
CoburnI know I can do it on Debian, but not sure with Ubuntu05:20
rumpe1Captain_Claw, first check your version. In terminal type : "cat /etc/issue"05:20
ErinCoburn, just installl the server version then add the stuff you want05:20
cfhowlett!minimal|Coburn:05:20
ubottuCoburn:: 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/MinimalCD05:20
Gnome3manCaptain_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
CoburnUhhhh....05:20
CoburnNot what I wanted05:20
CoburnI mean, I have a system already05:20
b1llyis there a way to test python serverside? on my local web server05:20
Coburnb1lly: what server?05:21
Coburnlighttpd? nginx?05:21
Fudgehi, fresh install quantal on eeepc 1000ha and wireless still continues to prompt me for password without connecting. keep experiencing this, please help :D05:21
Gnome3manCaptain_Claw: Also added kupfer to have access to file manager05:21
ErinI love my internet, downloading 12.10 in 2 mins flat ;-P05:21
CoburnSay apache and I'll shoot you05:21
b1llywhats wrong with apache05:21
CoburnErin: you make me jealous05:21
Captain_ClawGnome3man: ah, ok, thanks!  any other problems?  like unity not working properly afterwards or something like that?05:21
Gnome3manCaptain_Claw: Not sure if its my expereince alone..05:21
CoburnOh gawd, apache05:21
* Coburn spits out his coffee05:22
ErinCoburn, 7MB/S current dl speed ;-)05:22
b1llywhats wrong with apache05:22
metap0di <3 apache.05:22
Coburnmax here on ADSL2+ is 2.5Mb/s05:22
CoburnAustralia...05:22
Erineww dsl05:22
Captain_ClawGnome3man: also, any idea how easy it is to uninstall ?05:22
Erindoesn't all australian internet have crappy bandwidth caps also ?05:22
Coburnyeah05:22
aloneuse "alone" as nick on a english's channel.. error x)05:22
b1llyCoburn: ...?05:22
Erinthats so lame :-D05:22
Fudgewe do05:22
Coburndon't get me started on that junky webserver, that is apache05:22
Coburnit's slow05:22
Erini've dled 1TB+ in a month and never had them say word one to me ;-)05:23
Coburnit r**es your server under load05:23
Coburnit eats your memory for breakfast05:23
Gnome3manCaptain_Claw: No, Unity works like a charm.. Not sure if I buy into the idea of creating a new GUI... Gnome 3 rocks05:23
Coburnprocess management is a PITA05:23
CoburnI love nginx, and it loves me05:23
CoburnEven though it's not user friendly config-wise, nginx craps on Apache05:23
Gnome3manCaptain_Claw: Uninstall what?05:23
Erinmy opinion is XFCE is the best right now, low resource usage but very useable05:24
Captain_ClawGnome3man: uninstall gnome305:24
CoburnCaptain_Claw: sudo apt-get purge gnome305:24
Coburnactually05:24
CoburnCaptain_Claw: sudo apt-get purge gnome3*05:24
Coburnthe star will match EVERYTHING gnome305:24
metap0dwas captain_claw the main villain in inspector gadget?05:24
CoburnBe careful though05:25
Captain_ClawCoburn: safe to do?05:25
CoburnCaptain_Claw: Review it before you say yes05:25
Fudgeanyone experienced their w/nic's prompting for wireless password again and again without connecting?05:25
Gnome3manCoburn: thought that was gnome-shell?05:25
Captain_ClawCoburn: ok05:25
CoburnFudge: yes. it means your wifi is derping, power cycle the adapter05:25
Fudgewhy not just install xfce4-desktop or what eve rthe metapackage is called and tell lightdm to use that session05:25
CoburnI've had the issue on my laptop05:25
dougbbFudge: are you 10000000% sure the password is right?05:25
CoburnErin: I'd say LXDE but it's like erm a mix bag of stuff05:26
Fudgeyep 100% positive, this is really giving me greif05:26
dougbbxfce++ :)05:26
FudgeCoburn  you mean reboot modem?05:26
CoburnI mean, the config apps are not even related05:26
ErinCoburn, ahh LXDE is like the only one i've never tried05:26
Coburnthere's always DWM05:26
=== robertzaccour is now known as Bigsexy
ErinI'm in love with xfce right now, used to use gnome, and then tried fluxbox. fluxbox is pretty nice too05:26
dougbbFudge: ok, then do what Coburn said :)05:26
CoburnFudge: no, not reboot modem, power cycle your adapter05:26
Coburndisable it and re-enable it05:27
Coburnyou should have a key combo or switch05:27
dougbbFudge: if you have control over the ap, try removing the security temporarily to see if it connects at all05:27
ErinFudge, do you have wpa_supplicant installed ? are u using WPA?05:27
Fudgegood ideas, yep fn f2 will diable/enable thanks05:27
CoburnYeah05:27
CoburnI've been in the same boat05:27
Coburnsometimes a kernel upgrade fixes it05:27
Erinalso05:28
Coburnor installing the manufacture's driver05:28
ErinFudge, you can try rmmod the wifi adapter module05:28
Coburnthat sometimes fixes the issue too05:28
Erinand modprobe it again05:28
Erinsome times that helps05:28
Coburn!bootstrap05:28
Coburn!dbootstrap05:28
Coburn!debootstrap05:28
ubottudebootstrap 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 information05:28
ErinFudge, sudo rmmod <module name> && sudo modprobe <module name>05:28
Erin^^ def worth a try.05:28
Gnome3manCaptain_Claw: Also be aware you must go to upper right hand corner to access gnome hud ... Is that what that interface is called??? unsure05:30
Gnome3manCaptain_Claw: ops upper left hand corner..05:30
Captain_ClawGnome3man: upper left, right?05:30
Fudgewell guys, with security disabled it connects05:30
Captain_ClawGnome3man: yeah :)05:30
FudgeI guess enable and try again?05:31
Captain_ClawGnome3man: Coburn thanks for your help guys05:31
Captain_Claw(or girls) :)05:31
Coburnno problems05:31
ErinFudge, what kind of security is it and how are you connecting to it?05:31
Fudgealso the wireless filter was still set on allowed mac addresses so that is now disabled, that may help05:31
Fudgewpa205:32
Coburnah, no wonder05:32
ErinFudge, is the wpa_supplicant package installed ?05:32
Coburnyeah05:32
Coburnif it's ubuntu it should be installed, Erin05:32
ErinLOL you had mac address filter on?05:32
Coburnmac address filter is for the weak05:32
Erinyou might be good to go then if u turned it off now or added the mac of the wifi adapter05:32
Gnome3manCaptain_Claw: Dude I don't think we have that many girls here!05:32
danonhow do you customize the system bars05:32
danonlike the task bar and program bar05:33
CoburnGirls that know their Ubuntu?! Where?05:33
Coburn:P05:33
ErinCoburn, actually its smart considering how weak WEP/WPA encryption actually is :-)05:33
CoburnMeh05:33
FudgeErin  I have an old ibook that doesnt like wpa or even wep05:33
=== Kasjopaja is now known as Guest5446
CoburnI have a WiFi app on my Android phone that can kill any wifi device connecting05:33
ErinI cracked my own WEP key in like 5 minutes once on ubuntu just to see if I could ;-)05:33
CoburnHow?05:33
Erinaircrack-ng05:33
dougbbwpa2 with AES is about the best you can do nowadays05:34
Gnome3manCoburn: Girls that know IRC! here05:34
b1llyis there any reason to use "yum" package installer over apt-get/05:34
dougbbwep is a joke :)05:34
b1llyor pip05:34
Erinb1lly, yum is for suse not ubuntu im pretty sure05:34
Coburnb1lly: yum is red hat05:34
Erindebian based uses apt05:34
Coburnapt is godly05:34
Erinyes it is :-)05:34
b1llyso if I instaleld yum05:34
Coburnit's better than yum in some things05:34
b1llyits pointless05:34
Erini wouldn't install yum05:34
Coburnb1lly: you won't find it in debian distros05:34
Erinit might break your system having 2 package managers going05:34
Coburnyou should be shot for the suggestion05:34
b1llycan I uninstall it05:35
Coburnand also, yum uses rpm05:35
Coburnof cords05:35
Coburncourse*05:35
b1llyok, so I accidently installed it05:35
d4rkh4ndcan i passwd username  in grub ?05:35
b1llyhow do I get rid of it05:35
Fudgeok its fixed woohooo05:35
Erinb1lly, sudo apt-get purge yum05:35
=== duuude is now known as TheArgus77
dougbbFudge: :)05:35
Fudgeit was a setting i had wrong in modem with the filtering, thanks for getting me to  look hehe05:35
Coburnalso, has Ubuntu got a safeguard against 'sudo apt-get remove dpkg apt-get' ?05:35
Coburnwait05:35
Gnome3manIf your going yum suggest using Pacman Rossetta... Crazy Idea thou... lol05:35
Coburnalso, has Ubuntu got a safeguard against 'sudo apt-get remove dpkg apt' ? *05:36
b1llyso what exactly is debian05:36
Coburnthe fundamentals of Debian05:36
Erinb1lly, debian is a linux distro, ubuntu is based on it05:36
cfhowlett!debian|billy05:36
ubottubilly: 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
Coburnb1lly: please google05:36
Coburn:)05:36
ErinIve actually thought about using debian for awhile05:36
b1llyI use ubuntu05:36
CoburnDebian Wheezy is good05:36
Erinbut the support is always so good here no way im changing now ;-)05:36
CoburnDebian support is lazy at times05:37
CoburnUbuntu is good, but no offese, but unity UI is sh*t05:37
Erini love having an SSD for the / on this server box. so fast ;-D05:37
CoburnI WANT MY CLASSIC DESKTOP BACK05:37
Erinunity 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 it05:37
Gnome3manCoburn: might want to try linux mint MATE OR CINNAMON ..05:37
CoburnYeah05:38
danonCoburn search gnome-session-rollback05:38
CoburnTo be frank, I wanted to use Linux as my daily driver, but WINE is messy with games05:38
XiaolinDraconissomehow i managed to get a 100gig file on a 40gig partition, damn im good05:38
* dougbb tempted to install stock ubuntu just to see why people are complaining so much about unity05:38
b1llyso ubuntu is just a branch of debian05:38
lafonI've found that precise often kicks me off wifi. Is there some way to make it more reliable?05:38
Coburnlafon: feed it more ram05:39
Coburn;)05:39
Gnome3manCoburn: Not quite sure what the IDEA of Cinnamon is??  Cross between Unity's graphics and Gnome 2 simplicity05:39
CoburnRAM is like bacon, computers love it05:39
lafonCoburn: Hah! Just one of the reasons I left win was because it used too much ram05:40
ErinCoburn, I like ur style, bacon goes with anything so does ram05:40
ErinCoburn, also yea I wish I could drop windows ( have it running on my best machine cause of games :-( i5 3570k / gtx 67005:41
CoburnI'll return to Linux the day that Black Ops 2 runs perfectly05:41
ErinCoburn, oh now I hate ur style, cod games :-(05:41
hmmwhatsthisdounfortunately, Steam on linux doesn't work very well.05:41
Coburnone thing though05:41
CoburnValve is working with the Source Engine to run on Linux05:41
hmmwhatsthisdotrue, true05:41
CoburnSo maybe Half Life 3 for Linux05:41
CoburnThat would be killer05:41
Erinyea05:42
CoburnLinux. Back on the grid.05:42
hmmwhatsthisdobut that's beginning with the L4D engine, meaning stuff like TF2 will probably never see it05:42
Coburnheh05:42
Erinif games ran on linux ALOT of people would switch05:42
CoburnI thought TF2 was based on HL2?05:42
hmmwhatsthisdoand also, I use Steam in an unorthodox method, something that probably would never work on linux05:42
sargenntoTF2 is confirmed for steam and linux..05:42
CoburnMy gaming laptop is a Core i7 2620QM / GTX670M05:42
Erinhmmwhatsthisdo, what is that ?05:42
hmmwhatsthisdosargennto: orly?05:42
CoburnAlthough, one thing though05:43
hmmwhatsthisdoErin: I have 4 instances of Steam running - my main account and 3 idlers that farm drops in TF205:43
sargenntohmmwhatsthisdo: thinkin so.. let me find the the website to confirm05:43
Coburnyou know ARM systems, right? They are getting really nice GPUs.05:43
CoburnThink about it, if the engine was able to run nativiely on whatever platform05:43
hmmwhatsthisdosargennto: 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 linux05:44
Coburnyou could have a little embedded box running Half Life05:44
Erinhmmwhatsthisdo, lol05:44
lafonNot sure I'll ever get an arm system05:44
hmmwhatsthisdoCoburn: honestly, I kind of doubt source could run on anything smaller than a laptop05:44
hmmwhatsthisdothat thing is a pig05:44
Erinahh my dist upgrade is done brb05:44
CoburnI work on my own distro for the Raspberry Pi05:44
CoburnAnd it's GPU is on par with the Xbox (if not better)05:44
sargenntoI want a pi..05:45
hmmwhatsthisdoI mean, TF2 is something like 6 GB, plus about half a gig of ram when running05:45
CoburnRaspberry Pi v2 has 512MB RAM05:45
hmmwhatsthisdowhen it's running05:45
CoburnThe other device I'm working with, CuBox, has 1GB DDR3 RAM05:45
hmmwhatsthisdoplus os overhead, etc.05:45
hmmwhatsthisdois that shared with the graphics chip?05:45
CoburnYeah, but it's controllable05:46
Coburnstock setup is 384MB for GPU05:46
Gnome3manNow I know what Gnome3 reminds me of!  Its Easypeasy for netbooks! :P05:46
Coburnbut you can shink it down to 8MB05:46
hmmwhatsthisdo...I get about 55 fps on TF2 on a high-end setup with 3GHz and 8GB ram05:46
dougbbunity .... we did windows 8 first05:46
=== Guest40279 is now known as wesley
CoburnWindows 8 - fail05:47
hmmwhatsthisdoyou could definitely shoehorn it into a smaller system, but performance will suffer05:47
Coburndougbb: http://coburndomain.net/2012/10/coburn-gets-thrown-into-cold-water-his-windows-8-story/05:47
CoburnThat's my story with Win805:47
Erincat /etc/isstrans05:47
=== wesley is now known as Guest48019
lafonWin8 is ok if you've got a touchscreen05:47
Erinwtf05:47
Coburn?05:47
lafonOtherwise you're screwed05:47
Coburnyeah05:48
Coburnf*** metro05:48
sargenntohmmwhatsthisdo: 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 305:48
Erinokay well that was an easy upgrade from 12.04 to 12.1005:48
mad-leighHello I'm using Kubuntu 12.10 -  would like to remove Amazon.05:48
Erin2 commands ;-P05:48
CoburnKubuntu is obsolete isn't it05:48
robbiehow can I set up dhcp but still use a static ip? (static IP with dhcp for dns, etc)05:48
mad-leighis it05:48
Coburnwait05:48
CoburnI think it was unsupported by Concail05:48
hmmwhatsthisdosargennto: Portal or P2?05:48
Erinrobbie, does ur router have address reservatio ?05:48
mad-leighI was using UE 3.4 but the dark themes were doing my head in.05:49
CoburnBut will TF2 and Portal only run on x86 or is it multi-platform?05:49
robbieErin: yes05:49
Coburnbecause TF2 running on CuBox = awesome05:49
Erinrobbie, then use it, setup dhcp on the ubuntu box and have it reserve an address on the router05:49
robbieErin: its called "static ip address allocation" on my router05:49
mad-leighis there a room better suited to my needs?05:49
Erinyea do that ;-)05:49
Erinthats what I use works grea05:50
robbieErin: I do that but the machine keeps disconnecting and reconnecting every few seconds05:50
sargenntohmmwhatsthisdo: just says Portal05:50
ASHER1!he05:50
ubottuלשיחות בשפה העברית ולגישה לקהילת המשתמשים העברית אנא הקלד:05:50
ubottu/join #ubuntu-il05:50
ASHER1lol05:50
robbieErin: that is *not* the right answer, ufortunately05:50
Coburn!kubuntu05:50
ubottuKubuntu 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 !kde05:50
Erinrobbie, idk is it wifi ?05:50
mad-leighthank you05:50
Coburn!kubuntu|mad-leigh05:50
ubottumad-leigh: please see above05:50
robbieErin: nop :) thats where most of the help pages go though.. :)05:50
mad-leighI see above thanks05:50
Coburnmad-leigh: no problems. hope your problem is solved05:51
robbieErin: so no idea how to set up dhcp *with* static ip05:51
Coburnrobbie: uh05:51
mad-leighcheers.. now to workout how to use this ... smiles n goodbye05:51
Erinnot sure robbie thats what I use it work fine05:51
robbieCoburn: hmm?05:51
=== TheArgus77 is now known as TheArgus88
Coburnrobbie: just configure a static IP using the NetworkManager05:51
robbieCoburn: the problem is then it doesnt use the dhcp lease and the router keeps resetting the connection05:52
robbieCoburn: I must use *both* static IP and the dhcp lease05:52
Coburnhmm... sounds weir05:52
Coburnd05:52
almoxariferobbie: you need to use an ip that the router will accept first, you control the router?05:52
robbieCoburn: I must use *both* static IP and the dhcp lease .. the lease wont send ip data just the dns and stuff05:53
robbiealmoxarife: I do :)05:53
robbiealmoxarife: I chose the ip already, 192.168.1.24205:53
Erinrobbie, what is ur net connection, cable ?05:53
dougbbrobbie, 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 it05:53
almoxariferobbie: is that ip avail from the router?05:54
Erinls05:54
robbiedougbb: the router is set up for it, its not the problem. the problem is the pc05:54
robbiealmoxarife: yea,, like you said I control it so I set it05:54
dougbbrobbie: do you have any other devices that use dhcp?05:54
Erinrobbie is ur connection to the net cable ?05:54
robbieErin: yes05:54
Erinrobbie, so then just use static, and for the dns address you use the routers IP05:55
Erinand have the router grab info via DHCP from the modem05:55
robbieErin: no I cant do that, the router keeps hanging up if I do05:55
Erinthen ur router is faulty05:55
Coburnchuck it in the bin05:55
almoxariferobbie: 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 wrong05:55
Erinyea05:55
dougbbrobbie: do you have any other devices that use dhcp?05:56
robbieErin: they just sent a replacement .. it cant be faulty05:56
Coburnit can be05:56
Coburnanything can die05:56
Erinis it an all in one router/modem ?05:56
robbiealmoxarife: dont assume05:56
dougbbrobbie: of course it can be faulty :)05:56
robbiedougbb: yes many05:56
Erinrobbie, is the router/modem one machine ?05:56
=== TheArgus88 is now known as TheArgus66
robbieErin: yes05:56
dougbbrobbie: ok, try configuring one of them for a reserved address ... that should help you rule out ubuntu as the problem05:57
Erinthen 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 IP05:57
Erinif it doesn't work i'd say the hardware is somehow faulty05:57
Erinls05:58
robbiehmm ok I guess the answer is "in linux, you cant use dhcp but discard the ip information"05:58
Erinfuck man using 2 KB/mouse is not working when im half asleep :-p05:58
almoxarifeooopsie05:59
robbieErin, dougbb, Coburn, almoxarife: thanks guys06:00
almoxariferobbie: in win also, dhcp=hey router give me an ip06:00
ErinLOL :-\06:01
Erinim using the exact setup he wants to use with 0 issues06:01
Erinheres a question. How do I tell a daemon not to start with ubuntu?06:01
ErinI have to manually kill it + re-run with my settings currently....06:02
michael_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
somsipmichael_: firewall?06:02
michael_but when I get reply with TTL=64, I can log in the ubuntu server.06:03
michael_I have closed the firewall in XP.06:03
somsipso is the RDP port open on the ubuntu server?06:04
michael_I have enabled all the port from XP access06:05
michael_sudo ufw allow 10.1.3.506:06
somsipmichael_: I thought you said the ubuntu server was 10.1.3.5?06:06
michael_yes06:06
michael_sorry, sudo ufw allow 10.1.3.1306:07
michael_10.1.3.13 is for XP06:07
somsipmichael_: what RDP server?06:07
michael_VNC06:07
wols_ michael_ can you telnet to the ubuntu rdp server? does it connect?06:07
somsipmichael_: not my area of knowledge, but I didn't think VNC used RDP...06:08
XiaolinDraconiswhats the arch support channel?06:09
wols_somsip: VNC is no RDP server. it's no server at all, it's a protocol06:09
michael_I use Remote Desktop to login the ubuntu server, "Module:vnc-any"06:09
wols_XiaolinDraconis: ask ##linux06:09
somsipwols_: I thought something like that.06:09
lahwrandealing with disks in anything other than "vanilla" is black magic06:09
SixtyFoldit's #ArchLinux06:09
somsipmichael_: over to someone else. Sorry06:10
michael_maybe it is hardware issue.06:10
wols_michael_: again: can you telnet?06:10
michael_when I ping ubuntu server with the reply "TTL=255", I can't telenet.06:11
wols_I did not ask about ping, did I?06:11
michael_if TTL=64, I can telnet.06:11
michael_telnet 10.1.3.506:12
dougbbmichael_: if you see a ping with a ttl of 255 it's likely that you won't be able to reach the server at all06:12
michael_@dougbb: what 's wrong with it?06:14
BlueLagunaHmm, where do I change which nvidia driver I'm using?06:14
dougbbprobably a routing/network issue06:14
BlueLagunaI remember there used to be an area where you could select proprietary drivers06:14
dougbbmichael_, you could try mtr ... wireshark on both ends would probably be useful as well06:14
michael_oh06:14
Danonwhat gui do yall like best like gnome, kde, all of them06:15
michael_what' the mtr?06:15
blackshirtdanon, all of them06:15
Gnome3mandougbb: traceroute would probably be best to see last node it communicates with...06:15
rinzlerDanon: xfce is what I use, and I'm pretty dang happy with it06:16
dougbbGnome3man: that's why I suggested mtr, it is easier to see where the problem is for someone who is not that familiar06:16
Danonwhat version of gnome does bt5 use?06:17
Gnome3mandougbb: first time I heard of mtr! ;)06:18
dougbbit's awesome :)06:18
BlueLagunaHmm, never mind06:18
BlueLagunaAdditional drivers are now in Software Sources for some reason06:18
Gnome3mandougbb: probably online websites that offer far more then just trace route...06:19
=== TheArgus66 is now known as Weenie77
jalexandruHi, 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
Gnome3mandougbb: mtr is not very accurate... as far as packet loss goes...06:24
wols_chec syslog06:25
dougbbdepends on what you mean by "accurate," it uses a different technique than traditional traceroute06:25
jalexandruwols_: where is syslog?06:25
Coburnjalexandru: 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 YES06:25
wols_/var/log06:25
Coburnjalexandru: do tail /var/log/syslog06:25
Coburnin a console06:26
Gnome3mandougbb: how is it measuring packet loss when we use less ideal meathods of transfer/recieve??06:26
dougbbGnome3man: easier for you to read the docs than for me to explain :)06:26
ankurI 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:28
Gnome3mandougbb: 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:30
ankurI 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:31
ankurI 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
dougbbankur: have you tried asking in #lubuntu ?06:35
Gnome3manankur: Try alt + space ... google next time one second result..06:36
Gnome3manankur:  http://askubuntu.com/questions/140307/lubuntu-keyboard-shortcut-for-menu06:37
=== Bigsexy is now known as robertzaccour
Gnome3manankur: Alt+F1 or Ctl+Escape are the keybindings for opening the main menu.06:38
davidseibertquit06:46
=== Guest48019 is now known as wesley
rinzlerWhat torrent software can be used in a headless server?06:48
nikolamdo you think it is safe to use ubuntu with BTRFS file system as root? And do upgrades between non-LTS releases with it?06:48
=== wesley is now known as Guest78388
dougbbqbittorrent has a nice nox client rinzler06:48
nikolamAlso what do you think with using ZFS as root for Ubuntu06:48
xanguanikolam: it is safe to use ext406:48
nikolamxangua, But I think snapshots are a killer feature. And I already got used on ZFS06:49
nikolamI managed to easy install from xubuntu alternate CD on btrfs06:49
nikolamoriginal 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 group06:51
nikolamlike, having raid1 for system and important user data and raid0 for scratch files and swap or movies etc06:52
nikolamand on same disks06:52
nikolamon same partitions06:52
NaddyI 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:53
PoorCollegeGuyNaddy, did you give it root access?06:56
=== alin|mobile is now known as alinmear
nikolamNaddy, /usr/bin/service is just a symlink to /usr/sbin/service ?06:56
wastrelNaddy: some init scripts don't have a restart target.  does that work from command line ?06:56
NaddyPoorCollegeGuy: the script IS owned by root and is executed periodically by crontab for the root06:57
Naddywastrel: the "exec" works perfectly from the command line, that is: /usr/bin/service gdm restart works perfectly as expected06:58
dougbbNaddy: it's sort of a hack, but try writing a /bin/sh script that has the commands you want, and exec that06:58
PoorCollegeGuyNaddy, lol had to ask. eliminate all the possibilities right?06:59
=== alinmear is now known as alin|mobile
Naddydougbb: why would that help?06:59
NaddyPoorCollegeGuy: I agree - and it seems that it will be something like that07:00
somsipNaddy: maybe this would help (lunatico comment) http://ubuntuforums.org/showthread.php?t=151088807:00
dougbbbecause for some reason exec is getting confused about the arguments to service07:00
dougbbso if you only have one argument, the script, that should fix it07:00
dougbb... or at least work around the problem07:00
Naddydougbb: ok - I will try but seems weird that exec would have a problem, but I like it07:01
Naddysomsip: 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 it07:02
dougbbNaddy: you should also try using system("stuff"); instead of exec07:04
Naddysomsip: 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 right07:04
Naddyty so much everyone - problem is solved07:05
somsipNaddy: cool07:05
PoorCollegeGuyawesome Naddy :)07:06
Xiaoleihow many people use kubuntu?07:09
konzaXiaolei, You need the count? or you have some other problem in your kubuntu07:12
cfhowlett!details|Xiaolei:07:14
ubottuXiaolei:: 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:14
* Coburn slaps ubottu07:15
CoburnHOW IMPOLIE07:15
CoburnPOLITE*07:15
FloodBot1Coburn: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.07:15
=== cmug_ is now known as cmug
Gnome3manXiaolei: OpenBox, gnome 3, Mate, Cinnamon and Xmonad. Ubuntu and Arch Linux07:15
Gnome3manXiaolei: Distro Jumper.. Sky Diver... :P07:16
Gnome3manTime for veetle later :P07:17
d1rkp1ttHi 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
d1rkp1ttobbiously that doesnt work anymore07:18
d1rkp1ttDoes anyone know what the session should be now?07:18
d1rkp1ttNow that 2d is removed?07:18
nikolamAnyone 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
tacomasteri 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
dougbbnikolam: extended and primary are not interchangable07:23
nikolamdougbb, I maanged to change extended to primary, once. Maybe I forgot and re=created. That is it maybe.07:25
=== adrianrly|OFF is now known as adrianrly
dougbbsure, you can change them in a tool like gparted, but once you do that, the logical partitions in the extended are gone07:25
darin_Anyone know what xstartup config changes to for vncserver in 12.10?07:26
darin_...07:26
dougbbnikolam: if what you need to do is make it extended again, you'll have to delete the primary partition, then create a new extended one07:27
dougbb... or vice versa07:27
nikolamdougbb, yes, i know :)07:27
dougbbnikolam: sooooooo.... what's the question? :)07:27
nikolamI 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
nikolamnevermind :)07:28
tacomasternvm i figured it out07:33
=== 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
ewethi, 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)07:37
=== 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
dougbbewet, what do you mean "the tty situation"07:50
=== JoFo_ is now known as JoFo
=== thomas is now known as woman
=== Kitar|st_ is now known as Kitar|st
Danonanybody up?07:56
dougbbwhat the heck is with all the nick changing?07:56
aeon-ltdDanon: hello07:56
dougbbDanon: if you have a question, just ask :)07:57
pgdac"The following packages have unmet dependencies" This is the error i am getting when going to install anything! How to fix this ?07:58
=== woman is now known as thomas
dougbbpgdac: install the dependencies?07:58
Danonim so bored07:58
Danondoes anybody know of any good tech shows?07:59
bazhang!ot | Danon07:59
ubottuDanon: #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!07:59
pgdacdougbb: 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 issue08:00
blackshirtpgdac, update your apt database08:00
blackshirtdanon, maybe08:00
pgdacblackshirt: How to do that08:00
blackshirtpgdac, apt-get update would do that08:00
pgdacblackshirt: Already updated08:00
blackshirtpgdac, what packages are you trying to install ?08:01
xjiujiu_i got a error message when I open the update manager....08:01
xjiujiu_Could not initialize the package information08:01
xjiujiu_An unresolvable problem occurred while initializing the package information.08:01
xjiujiu_E:The package adobereader-chs:i386 needs to be reinstalled, but I can't find an archive for it.'08:01
xjiujiu_I google it and found this method to fix.08:02
pgdacblackshirt: For Any packages, the dependencies problem08:02
xjiujiu_sudo rm /var/lib/apt/lists/* -vf08:02
xjiujiu_sudo apt-get update08:02
blackshirtpgdac, try specifying with apt-get -f install08:03
xjiujiu_But its not work for me.08:03
pgdacblackshirt: Already tried but ...08:03
bazhangxjiujiu_, are you trying to install acroread?08:03
XiaolinDraconisim 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 drive08:03
xjiujiu_XiaolinDraconis: no~08:04
xjiujiu_bazhang: no~08:04
=== a1-away is now known as AbyssOne
bazhangxjiujiu_, adobe reader is acroread08:04
Doxin[jerb]is it possible to edit the iptables rules in a config file instead using the tedious insert/append?08:04
xjiujiu_What's it that?08:04
blackshirtpgdac, but ???08:05
bazhang<xjiujiu_> E:The package adobereader-chs:i38    <------- xjiujiu_08:05
pgdacblackshirt:  Same problem08:05
bazhangxjiujiu_, adobereader IS acroread08:05
blackshirtpgdac, have you activated all component on your sources.list08:05
xjiujiu_bazhang: ok08:05
bazhang!info acroread partner | xjiujiu_08:06
ubottuxjiujiu_: acroread (source: acroread): Adobe Reader. In component main, is extra. Version 9.5.1-1precise1 (partner), package size 58689 kB, installed size 138545 kB08:06
pgdacblackshirt:  Tell me how to do that?08:06
xjiujiu_bazhang: That means I need to install the acroread?08:06
bazhangxjiujiu_, install it from partner08:06
blackshirtpgdac, try specifying with apt-get -f install08:06
bazhang!partner | xjiujiu_08:06
ubottuxjiujiu_: 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" »08:06
=== AbyssOne is now known as nvm|away
xjiujiu_ok08:06
pgdacblackshirt: Oh! Already did that08:06
xjiujiu_bazhang: I am trying.08:06
pgdacblackshirt:  902 not upgraded08:07
blackshirtpgdac, coomonly, four components default available, main,restricted,multiverse, universe08:08
blackshirtcommonly, sorry08:09
pgdacblackshirt: I tried many comand to fix it, also by myself or from google search but issue is stil there08:09
kss!list08:09
ubottukss: 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:09
XiaolinDraconisim 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 image08:10
blackshirtpgdac, have you want to upgrade it ? But do with carefully08:11
XiaolinDraconisi have the drive partitioned in the same way08:11
pgdacblackshirt: It is also not upgrading08:11
pgdacblackshirt: 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 upgraded08:13
crimsonmaneapt-get dist-upgrade08:13
blackshirtpgdac, you can do upgrade with answer yes08:14
pgdacblackshirt: Ok ! Thanks. I was doing by do-release-upgrade08:14
blackshirtpgdac, but, i'm make a notice for you, do it with carefully08:14
pgdacblackshirt: I think after this i'll have my problem solve08:14
=== MartinS is now known as Guest85427
pgdaccrimsonmane: blackshirt : Thanks!08:15
blackshirtpgdac, good lucks ...08:15
xjiujiu_bazhang: I still got the error message.08:16
blackshirtPgdac, actually you can dit in download mode, with passing download only mode do apt-get08:16
blackshirtpgdac, can do it ... Sorry for wrong typo08:16
pgdacblackshirt: Please explain what you want to say08:16
blackshirtpgdac, sorry for miss typo08:16
xjiujiu_I can't execute the command "sudo apt-get install acroread"08:17
xjiujiu_What's the fuck!08:17
IdleOne!language | xjiujiu_08:17
ubottuxjiujiu_: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.08:17
xjiujiu_Sorry.08:18
rumpe1xjiujiu_, you have to hit enter at the end of the command08:18
bazhangxjiujiu_, enable the partner repo first08:18
blackshirtxjiujiu_, use other pdf viewer, a lot of available on repo08:18
blackshirtxjiujiu_, evince was one of them08:18
bazhangxjiujiu_, then update, sudo apt-get update and try again08:18
* hmmwhatsthisdo wonders what people must think when they ask a question and get three different answers08:19
pgdacblackshirt: Actually i have no important data in ubuntu 10.04 , so i am going to upgrade it without tention :)08:19
XiaolinDraconishmmwhatsthisdo, im usually happy to have options08:20
XiaolinDraconiswish i could get an answer on how to dd a qemu extended partition to a physical partition08:21
blackshirtpgdac, sound greats... But i should tell you, for some miss result for upgrading process, maybe bring you in stuck ....08:21
XiaolinDraconisill even accept multiple choice answers08:22
blackshirtPgdac, if you not have experienced with troubleshooting apt system, you would going to stuck08:22
pgdacblackshirt: Hm its true ! but i am going to relax  after inputing the command to terminal for upgradation08:22
zetherooI 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
pgdacblackshirt: I am now familiar with  these things as m using ubuntu from years , even its stable version shows unstablness ..ummmmmmm08:23
pgdacblackshirt: Anyway Thanks Man! Good Day !08:24
SixtyFoldi always fresh install, i never find ubuntu to be any more unstable than any other linux distro, tbh08:25
hdonhi 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
hdonif there is a command that can just send my x clipboard to stdout, that would work08:27
blackshirtpgdac, ubuntu inherits debian greatness ....08:27
hdonxclip... might be it...08:28
hdonblackdex, ubuntu ruined debian08:28
XiaolinDraconisusing dd in experimental ways... results in experimental results08:28
* hdon runs away08:28
Doxin[jerb]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?08:31
=== morphis|away is now known as morphis
norwackHello. Whats the easiest way to setup a ssh tunneling in ubuntu? im going to tunnel trough another server08:35
gordonjcpnorwack: what do you want to put over the tunnel?08:36
gordonjcpnorwack: the basic syntax is ssh -L <local port>:<server>:<remote port> <server or gateway>08:37
norwackgordonjcp: surfing the web and irc mostly08:37
gordonjcpnorwack: oh okay, so you want a proxy08:37
gordonjcpnorwack: you want ssh -D <local port> server08:38
gordonjcpthen in your proxy config set up a socks proxy point to localhost:<local port>08:38
gordonjcp<local port> can be anything sane08:38
norwackgordonjcp: thanks08:39
=== Err404NotFound is now known as Error404NotFound
norwackgordonjcp: what would the local port be?08:43
=== Guest85861 is now known as wesley
=== Kitar|st_ is now known as Kitar|st
=== wesley is now known as Guest69407
SixtyFoldanyone know a program similar to zdsoft screen recorder for ubuntu?08:51
Doxin[jerb]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:53
HyperbyteDoxin[jerb], your clock skews 7 hours per day? :o08:54
Doxin[jerb]Hyperbyte: it's bad.08:55
Doxin[jerb]Hyperbyte: yay for shitty rtcs :P08:55
rumpe1Doxin[jerb], you could synchronize the clock every 3mins to an ntp-server :>08:55
Doxin[jerb]lol08:55
Danonsigh, its so lonely at night08:55
Doxin[jerb]rumpe1: I'm having it sync every hour actually atm, but that's a rather fugly solution08:56
Doxin[jerb]at leas I think08:56
Doxin[jerb]hm08:56
* Doxin[jerb] checks the logs08:56
HyperbyteDoxin[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 server08:56
Doxin[jerb]Hyperbyte: let me try that :P08:57
Doxin[jerb]Hyperbyte: rather important stuff if yer auth depends on it.08:58
hmmwhatsthisdoDoxin[jerb]: are you sure the rtc battery isn't dying?08:58
Doxin[jerb]hmmwhatsthisdo: possibly,08:58
Doxin[jerb]hmmwhatsthisdo: I'll have to look into that, but removing it would mean a server reboot D:08:58
hmmwhatsthisdois it one of the button-cell types or a battery pack?08:58
hmmwhatsthisdonot necessarily, I think most motherboards will survive a few minutes w/o the RTC battery provided there is 120/240 power going to it08:59
Doxin[jerb]hmmwhatsthisdo: well sure, but I'm not poking around in there with a screwdriver if the power is connected :P08:59
Doxin[jerb]hmmwhatsthisdo: oh, actually. I have a nonconductive driver somewhere around here. yay.09:00
hmmwhatsthisdooh, you mean you need to cut power to remove it safely?09:00
hmmwhatsthisdononsense, it should come out with a thumbnail if it's a button-cell09:01
manhunterAnybody there?09:05
gordonjcpmanhunter: a couple of thousand people09:05
cfhowlettmanhunter: greetings09:05
shadabYes tell me09:06
manhunterHello09:07
shadabYes09:07
manhunterCan i ask question?09:07
blackshirthello manhunter09:07
cfhowlett!ask|manhunter:09:07
ubottumanhunter:: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience09:07
blackshirt!ask | manhunter09:07
ubottumanhunter: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience09:07
shadabYes09:07
marcus__what to do if virtualbox "NAT" doesnt give internet?09:07
manhunterThere is debian, why do we need ubuntu?09:07
cfhowlett!ot|manhunter:09:07
ubottumanhunter:: #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
blackshirtmanhunter, thats very relative and subjective to people09:08
=== jason is now known as Guest17888
manhunterNo, that is a good question , i think09:09
shadabThanks09:09
oprhi, im trying to use grep on my output like so: ./waf --run "scratch/wifi" --boost-includes=$BOOSTDIR/include --boost-libs=$BOOSTDIR/lib -v | grep lns09:09
oprbut it doesn't filter the output it still prints everything09:09
=== dark3n|off is now known as dark3n
blackshirtmanhunter, no... Thats bad question... Long discussion have been happened in internet worlds about this09:10
blackshirtmanhunter, if you have ubuntu related questions, ask with detail and completely09:11
Yifustest09:14
blazemorereply09:14
Yifus= =!09:14
matej_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:14
t432How would you add an app to autostart? (12.4)09:15
cnfanyone know how i can throttle a http download on the client? (i got disconnected, i dno if this got through last time)09:15
opr_cronus_,  that worked thanks!09:15
rainbowwarrior2hello09:15
EaglemanCan i run two different php versions on ubuntu and execute different one with a htacces files?09:16
rainbowwarrior2Hi, has anyone here used zoneminder at all please ?09:16
gordonjcpEagleman: not trivially09:16
t432anyone?09:16
gordonjcpEagleman: What exactly are you trying to do?09:16
EaglemanRunning php 5.2 and 5.3.***09:16
gordonjcpt432: anyone what?09:16
t432How would you add an app to autostart? (12.4)09:16
EaglemanFor my old mediawiki09:16
gordonjcpEagleman: hm, is there *that* much of a difference?09:17
EaglemanYes becuase the mediawiki plugins are not working with 5.3 and they are with 5.209:17
cfhowlettrainbowwarrior2: greetings09:17
rainbowwarrior2hello cfhowlett09:17
cfhowlettrainbowwarrior2: what's the issue?09:18
_cronus_cnf, which client are you using?09:19
rainbowwarrior2i get a black screen in zoneminder although my webcam works fine in vlc etc09:19
cfhowlettrainbowwarrior2: sorry.  Can't help with that.09:19
rainbowwarrior2no worries cfhowlett  :o)09:20
cnf_cronus_: curl, but i can be flexible09:20
_cronus_cnf, wget has a --limit-rate option. ie wget --limit-rate=20k ftp://09:21
_cronus_cnf, curl seems to have it as well09:22
cnfyeah, just found that09:22
cnf_cronus_: thanks09:22
=== gartral|Away is now known as gartral
EaglemanSo gordonjcp how can you do it?09:23
NowhereHello09:24
Gnome3manirc://irc.spotchat.org/#linuxmint-chat09:25
t432can you even add programs to autostart in ubuntu 12?09:28
zelohow can i tail -f whole directory except one particular file?09:30
rainbowwarrior2t432, this may interest you :- http://askubuntu.com/questions/48321/how-to-start-applications-at-startup-automatically09:32
blazemoret432: if you can't find the program anywhere, try running gnome-session-properties from the command line (or alt+f2).09:32
cnf_cronus_: works, though not very accurate :P09:34
blazemorezelo: for i in `ls directory | grep -v filename`; do tail -f $i; done09:34
cnfgood enough though09:34
blazemorewhere "directory" is the directory full of files, and "filename" is the one you want to exclude09:34
=== melissa is now known as Guest82809
zeloblazemore 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 tool09:39
zelo"09:39
blazemorelooks fine09:40
oema09:40
frenklist09:41
EventHandlerHaving problem with sounds when logging out then logging in, am I the only one experience this?09:41
xjiujiuhi09:42
xjiujiuHI09:42
xjiujiuCan I edit the apt initlization file ?09:42
blazemorewhat do you mean by that xjiujiu09:43
xjiujiuE: The package adobereader-chs:i386 needs to be reinstalled, but I can't find an archive for it.09:43
blazemoreHow did you install it in the first place? Have you tried "sudo apt-get -f install"09:44
xjiujiuSo.09:44
xjiujiuI want to edit the apt init step to delete the installing adobereader-chs:i386 task.09:45
blazemoreTry synaptic09:45
MacroManI'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:46
frenkscusate ciao a tutti09:47
frenklista09:47
llutzMacroMan: i=$(wc -l < update.sql)09:47
MacroManllutz, Thanks09:48
rainbowwarrior2hello09:49
omidvaramdigekashello09:51
surferboyanyone know anything about vsftpd?09:51
=== skipper is now known as Guest93797
omidvaramdigekasvery secure ftp09:52
=== Guest93797 is now known as skipp3r
DesprogesHi, I'm looking for a screen ruler (to measure rectangle mainly). Can anyone advise me here ?09:52
blazemoreDesproges: Have you tried screenruler, in the repositories?09:54
blazemoreDesproges: http://manpages.ubuntu.com/manpages/lucid/man1/screenruler.1.html09:54
dixeethello09:54
blazemoreHello, dixeet09:54
Desprogesyes blazemore , screenrule has only vertical or horizontal, but not both.09:54
dixeetwhat's up?09:55
DesprogesI'm looking for something like http://cropper.codeplex.com/09:55
blazemoreDesproges: You could maybe try installing something like this [http://www.download32.com/screen-ruler-2d-i150222.html] through Wine09:56
blazemoreOr take a screenshot and use the Gimp?09:56
=== BlackJack is now known as Dreaman
X-722Anyone here ever use backbox?10:01
blazemoreNo, but I see they have a new release10:03
X-722Yep, just grabbed the iso. Was wondering if they update from the same repos as Ubuntu10:03
tintinHello?10:03
tintinWhich irc client do you use?10:03
blazemoreX-722: I believe they probably do10:03
tintinclient=software10:03
blazemoretintin: I use irssi10:03
tintinblazemore: Why?10:04
X-722Whereas doing that on BackTrack = b0rked system10:04
blazemoreerm... because I like it?10:04
blazemoreIt suits my workflow10:04
tintinblazemore: Why do you like it?10:04
fairuztintin: pidgin10:04
doomlorddo display-link USB monitors work with linux10:04
doomlord(specifically, with ubuntu)10:04
blazemoreI 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 machine10:05
blazemoreIt also has features like custom hilights and neat keyboard shortcuts10:05
tintinfairuz: pidgin is not good for chat, some say10:05
fairuztintin: Why?10:05
blazemorePlus, 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 client10:05
tintinDo you use kde on ubuntu?10:07
blazemoreWho?10:08
blazemoreI don't, I use Openbox on Debian10:08
tintinfairuz: Does pidgin have upper key to get the last message?10:08
fairuztintin: No10:08
X-722Wow, I thought my questionw as OT.  :P10:08
X-722At least Backbox is somewhat Ubuntu related.  :P10:08
tintinfairuz: Then how is it good?10:09
fairuztintin: 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:09
SixtyFoldi also use pidgin10:10
X-722I use Chatzilla because I'm lazy.  :P10:10
SixtyFoldcustomization in pidgin is why i use it10:10
tintinSixtyFold: What do you customize in pidgin?10:11
SixtyFoldtheme, history, plugins, time/date format, normal things like font, colour scheme, etc10:11
fairuztintin: I use several other chat in pidgin. e.g facebook chat.10:11
SixtyFoldit's more customizeable than any other program that can do as much as it that i know of10:12
osseI 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
osseecho foo; } | column -t -s $'\t' I get no output, not even "foo". What can be going on here?10:12
=== Kitar|st_ is now known as Kitar|st
its04hi10:18
MonkeyDustosse  better ask in #bash10:18
jribMonkeyDust: well #zsh anyway :)10:19
jribosse: it could be some environment issue10:19
jribosse: can you explain the $ in $'\t'?10:20
jribosse: never mind10:20
=== Mike is now known as Guest50230
jribosse: http://paste.ubuntu.com/1314834/ this works fine for me10:23
ossejrib: same here :/10:25
ossei.e. it works10:25
jribosse: if you run the script as root manually, does it work ok?  Do a sudo -i and execute it10:27
ossejrib: yes, it works as expected when I log in as root with 'sudo -i'10:29
ossejrib: 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:30
frenkciao a tutti10:31
tsquar3dHey.. 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:31
jribosse: try adding "exec 2>&1".  update-motd seems to only grab stdout so you won't see stderr10:32
MonkeyDust!it10:32
ubottuVai 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:32
rictechello can someone help me get a ati X1400 to work on 12.10?10:34
Xixhow can I recover a file I just deleted?10:34
XixI know it's full path and name10:34
jribosse: also maybe throw in "set -x"10:35
hateball!undelete | Xix10:35
ubottuXix: 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/ext3undel10:35
ahhugheshowdy, 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 thi10:36
ahhughess? Where do I start?10:36
DreamanWhy not support a fglrx-legacy in ubuntu 12.1010:37
=== MartinS is now known as Guest5405
Xixhateball: I tried foremost but it didn't recover anything10:38
rictecthis was a big mistake upgrading to 12.1010:38
XixI called it as (file I lost is "/path/to/file.phtml"): sudo scalpel /path/to/ -o /opt/recover-output/10:39
MonkeyDust!ati > rictec start here10:40
ubotturictec, please see my private message10:40
PatrickDickeyDreaman, ATI will tell you that they've reached the maximum capabilities of the older cards. You can install the legacy drivers though.10:40
Dreamanfree i ok but burn in my card :)10:41
DreamanSensors:   System Temperatures: cpu: 42.0C mobo: N/A gpu: 90.510:42
Dreaman:)10:42
PatrickDickeyWhich card do you have?10:42
DreamanHD 4670 RADEON10:42
=== florin is now known as Guest97963
Xixsorry, I actually called it as (file I lost is "/path/to/file.phtml"): sudo foremost -i /path/to/ -o /opt/recover-output/10:42
PatrickDickeyhttp://www.unixmen.com/ubuntu-12-10-and-amd-catalyst-problem-solved/ you can look at this Dreaman. It talks about the legacy drivers.10:42
mbechewhere at10:44
ahhughesargh. as soon as I boot into recovery mode the usb driver must crash because the keyboard no longer works :'(10:47
ahhughesor the video output freezes10:47
rictecaghhh i did almost everything in there...10:50
tsquar3dHey.. 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:50
BluesKajhey all10:51
Myx0x3is 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:51
pikapooHi, BluesKaj :)10:52
dr_willissome apps do that tsquar3d  like teamviewer, and so on. but not ever seen a general way for an arbitary app.10:52
BluesKajhi pikapoo10:52
Myx0x3i dont want my mom and dad to use the terminal each time :P10:52
=== BotaniCar|2 is now known as BotaniCar
dr_willisMyx0x3:  use one of those dynamic ip sites like dyndns or so on.10:52
pikapooMyx0x3: Look into http://www.dyn.com/dns10:53
dr_willisMyx0x3:  or a widgit on their desktop. or a cron job to send you email/msgs ;)10:53
tsquar3dOkay, 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
rictecaticonfig: No supported adapters detected ..now what?10:53
pikapootsquar3d: What type of access do you need? SSH?10:53
Myx0x3dr_willis: yeah, thats pretty cool, a script that stores the ip, and if it changes it mailes me the new one10:53
dr_willistsquar3d:  some of those remote   desktop tools i thought used port 8010:54
dr_willisMyx0x3:  i just use my free dyndns  servicee. ;) but i dont they got a free version any more.10:54
=== Alperen|sleep is now known as Alperen
tsquar3dIt really does not matter if it's FTP or ssh.... whatever I can use to transfer files back and forth.10:55
tsquar3d:-)10:55
Myx0x3dr_willis: what i can tell there is no free serivice..10:55
tsquar3dBut I know ssh requires port forwarding.10:55
jolesI'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
jolesIt's still trying to connect on port 2210:55
tsquar3dTeam viewer is free for personal use. :-/10:55
pikapoono-ip.com still has free accounts :)10:55
dr_willismy dyndns is free still i guess because i was grandfathered in10:55
dr_willisi only use it for irc/znc10:56
Myx0x3ill take a look after the lunch.. realy need to eat :D10:57
synapsxyzubuntu is not connecting to internet and when I do ifconfig i don't see eth0 . please help10:57
=== BlackJack is now known as Dreaman
DreamanGraphics:  Card: Advanced Micro Devices [AMD] nee ATI RV730XT [Radeon HD 4670]10:58
Dreaman           X.Org: 1.12.3 drivers: ati,fglrx (unloaded: fbdev,vesa,radeon) Resolution: 1920x1080@60.0hz10:58
Dreamanwork10:58
Dreaman:)10:58
FreddyAdduuuHello, 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
opalepatrickwhat happened to the memory/store functions in gcalctool? is it a bug, or a silly design change?10:59
NativeAngelsHello has anyone managed to install Ubuntu on a Poweredge 1500sc ?11:00
synapsxyzhey any1 know how to sort this no internet on ubuntu sorry i can't think of any specifics to give right now11:03
opalepatrickHow do you know it is not supported FreddyAdduuu?11:03
FreddyAdduuuit is supported, but I have all kinds of problems11:04
rictecso fglrxinfo gives me this: X Error of failed request:  BadRequest (invalid request code or no such operation)11:04
FreddyAdduuuthe propieteray drivers will not install11:04
PatrickDickeyFreddyAdduuu: 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
opalepatrickah ok11:04
FreddyAdduuuthe mesa drivers are not performing11:04
jolesSomething 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:04
zurekwhat do u think about gluster?11:05
opalepatrickand this FreddyAdduuu - http://www.ubuntu.com/certification/catalog/ - although they dont appear to be referring to 12.10 stuff yet11:05
FreddyAdduuuPatrickDickey: tried, but did not work for me11:05
blazemorejoles: Please paste the output of running "df -h" into http://paste.ubuntu.com and then copy and paste the resulting URL here11:05
hateballjoles: Not run out of disk perhaps?11:05
ix_I've installed Chrome and it seems that I have the repository for it, but it's not in /etc/apt/sources.list11:06
ix_where is the repo then?11:06
zureki want data syncro via slow vpn11:06
FreddyAdduuuopalepatrick: thanks, is there any advice you can give? Should I buy nvidia or ATI?11:06
jolesblazemore: hateball: totally out of disc space.. hmm strange!!11:06
PatrickDickeyFreddyAdduuu: which option on their site did you try? The third option actually replaces the XOrg drivers with some that should work.11:06
blazemoreix_: in /etc/apt/sources.list.d/11:06
FreddyAdduuuMy experience with ATI is not so great11:06
opalepatrickATI11:06
Dreamansudo add-apt-repository ppa:makson96/fglrx11:06
Dreamansudo apt-get update11:06
Dreamansudo apt-get upgrade11:06
Dreamansudo apt-get install fglrx-legacy11:06
opalepatricklol11:06
FloodBot1Dreaman: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.11:06
artemпривет11:06
Dreamani use thise and work11:06
ix_blazemore, true, thank you11:06
PatrickDickeyopalepatrick: which ATI Card do you recommend?11:07
opalepatricknvidia isnt brill either, but I am no expert FreddyAdduuu. I just use nvidia :-011:07
opalepatrickI dont PatrickDickey, but I would now check the certified hardware list before I did buy something11:08
PatrickDickeyGood point.11:08
FreddyAdduuuthank you for the list11:08
opalepatricknp11:09
FreddyAdduuuand I used the third option from the other site11:09
Dragonster82Hey guys, my microphone volume settings keep resetting. Even after trying out alsamixer, it still resets, can anyone help?11:09
FreddyAdduuuthat resulted in boot direct in the terminal11:09
FreddyAdduuuis there a graphic card which has firefox gpu accelerated windows?11:10
ricteci m just giving up soon my ati mobile x1400 refuses to be detected11:10
* PatrickDickey wonders how soon that certification catalog will be updated to 12.1011:10
GangBangsiema\11:12
synapsxyzwhen i do ifconfig i don't see eth0 but lo. Is my NIC bad .11:13
blackshirtsynapsxyz: what is your nic card chipset ??11:13
marcusany1 know how to fix internet (NAT settings) on virtualbox windows 7 guest?11:13
synapsxyz@blackshirt realtek11:14
blackshirtsynapsxyz: more detail please11:14
blackshirtsynapsxy: its mine, $ lspci -v | grep Ethernet11:14
blackshirt01:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)11:14
=== morphis is now known as morphis|away
synapsxyz@blackshirt I knew it was realtek , lspci gives it as RT813911:16
PatrickDickeymarcus, you'll be better off asking that in #vbox not here.11:16
blackshirtsynapsxyz: exactly same with mine ?11:17
synapsxyzlspci shows my ethernet controller I guess no problem with my card I guess, then it must be settings11:17
FreddyAdduuuCan anyone advice a Radeon 6450 for Ubuntu 12.10?11:17
synapsxyzthe thing is everything was fine until a few hours ago11:17
PatrickDickeysynapsxyz: Is it on the computer that you're currently on? (probably isn't, but worth asking anyhow).11:18
blackshirtsynapsxyz: try with ifconfig eth0 up11:18
synapsxyz@PatrickDickey :D hehe nice 111:18
Dragonster82Hey guys, my microphone volume settings keep resetting. Even after trying out alsamixer, it still resets, can anyone help?11:18
blackshirtsynapsxyz: or if you use dhcp for your eth0m try dhclient eth011:19
ActionParsnipDragonster82: try:  killall pulseaudio; rm -r ~/.pulse*     wait 10 seconds then try some sounds11:19
CrazyGangsterHello ppl, any1 knowns any VNC client with file transfer?11:20
synapsxyz@blackshirt ifconfig eth0 up gives me SIOCSIFFLAGS:Invalid argument has already tried that11:20
blackshirtsynapsxyz: with sudo11:21
ActionParsnipCrazyGangster: do you have openssh-server installed on the server too?11:21
synapsxyzyep dude with sudo11:21
ActionParsnipblackshirt: I was gonna say :)11:21
=== thelionroars is now known as tehkittehrawrz
blackshirtActionParsnip: :-D11:22
ActionParsnipCrazyGangster: seems freenx does it11:22
doubiHello. 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
ossejrib: 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
doubiI've tried apt-get purge'ing network-manager-gnome and reinstalling, to no effect11:23
synapsxyz@blackshirt Err r r r DHCP will I have to open tenenbaum for that11:23
CrazyGangster@ActionParsnip: i will try, thanks11:24
ActionParsnipCrazyGangster: x11vnc also supports it. What are you doing on the remote system via VNC? There may be a sleeker solution11:24
doubiAnyone have any ideas why a certain network would be invisible to Ubuntu 12.04?11:24
einonmdoubi: what happens if you select network icon->edit connections->wireless? Does the SSID show up there?11:24
ActionParsnipdoubi: hidden SSID  is one11:24
blazemoredoubi: Perhaps if it's on a wireless channel 12 or 13, and your NIC is only set to use channels 1-11...?11:24
blazemoredoubi: But I don't know if that would be an issue11:24
ActionParsnipdoubi: if you scan for networks, do you see lots of networks on the same channel?11:25
blackshirtsynapsxyz: output of lsmod | grep 813911:25
blackshirtis your kernel module has been loaded ?11:25
blazemoreWho's having a problem with r8169? I know how to fix it11:25
doubieinonm: 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 anymore11:26
blackshirtblazemore: synapsxyz :D11:26
blazemoresynapsxyz: 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
doubiActionParsnip: 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
einonmdoubi: ok, great :)11:27
Onixswhats the fix11:27
ActionParsnipOnixs: to what?11:27
Onixsthats for blazemore11:28
synapsxyz@blackshirt 8139cp 24704 011:28
doubiblazemore: 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 months11:28
blazemorewget 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.sh11:28
einonmdoubi: How about, on the command line : 'sudo iwlist scan', and pastebinning the output?11:28
blazemoreSorry that's for synapsxyz and Onixs , not doubi11:28
synapsxyz@blackshirt 8139too 27648 011:28
doubiThe 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 it11:29
ActionParsnipdoubi: if you run:  sudo iwlist scan | egrep -i 'channel|ssid'     are there lots of networks on the same channel?11:29
doubieinonm: Ok, will do.11:29
synapsxyzmii 6400 2 8139cp,8139too11:29
CrazyGangster@ActionParsnip: i just want to transfer files to my Windows PC via VNC without setup other software but more suggestions are welcome :)11:29
blackshirtsynapsxyz: thats same with mine11:29
rictecwell i cant find a working solution to this ati x1400 problem11:30
synapsxyz@blackshirt tis ting was working fine a few hours ago and ever since i don't know what happened11:30
blackshirtsynapsxyz: are you working on desktop system or server system ?11:31
ActionParsnipCrazyGangster: you can access the drives as windows (badly designed) shares the 'C drive' by default in a hidden share11:32
rhin0trying to get xmodmap to run a program when a key is pressed (is that possible?)11:32
synapsxyzdesktop don't get angry it ubuntu 8.04 LTS . Sorry I can't upgrade If wan't to upgrade I should buy a new111:32
doubiActionParsnip: Channel 1's a bit crowded (~4 networks?) but our's appears to be the only network on channel 1211:33
ActionParsnipCrazyGangster: it also shares %WINDIR%/system3211:33
blackshirtsynapsxyz: 8.04 LTS ??? that was too old :D11:33
vithanyone 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
ActionParsnipsynapsxyz: is it desktop hardy?11:33
synapsxyzyep11:34
ActionParsnipsynapsxyz: then its EOL11:34
MonkeyDustvith  there's also ##networking11:34
vithMonkeyDust: thanks, i'll try there next11:34
ActionParsnipCrazyGangster: 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 idea11:35
synapsxyz@blackshirt , ActionParsnip it really  works fine11:35
doubieinonm: http://paste.ubuntu.com/1314944/  This was run on the 10.04 system I'm using right now, which is seeing the SSID & connecting fine11:35
ActionParsnipsynapsxyz: yes it will work, but it is in no way supported here or anywhere else11:35
CrazyGangster@ActionParsnip: yes is true but just when i'm in the same network right?11:36
ActionParsnipsynapsxyz: it will run as long as youo have it installed but you will get no updates and no help in the normal Ubuntu channels11:36
ActionParsnipCrazyGangster: as long as you have a logical connection, you can access it11:36
doubieinonm: 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 for11:36
Wiz_KeeDhey guys11:36
apocalyptiqhi! 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
Wiz_KeeDis it wrong to do zip archive.zip folder -r11:36
Wiz_KeeD?11:36
synapsxyzyeah i know dat ..11:36
ActionParsnipsynapsxyz: so why ask for support, when there is none?11:37
apocalyptiqis there some configuration file in ubuntu, for custom keyboard shortcuts?11:37
JasonC_Is there a legal way of installing windows 8 on ubuntu?, wine doesnt  seem to support the update assisstant11:37
einonmdoubi: Ok, can you try on the 12.04 machine: 'sudo iwlist channel'?11:37
ActionParsnipapocalyptiq: http://stackoverflow.com/questions/3177953/how-to-bind-key-to-another-key-in-ubuntu11:37
Wiz_KeeDhalp?11:38
apocalyptiqActionParsnip, thanks!11:38
synapsxyz@Actionparsnip these things like network manager are pretty much the same for every release so it relly dosen't matter if its EOL or not11:38
ActionParsnipWiz_KeeD: sounds fine to me (checked man page)11:38
JasonC_bump :P "<JasonC_> Is there a legal way of installing windows 8 on ubuntu?, wine doesnt  seem to support the update assisstant"11:39
Wiz_KeeDbecause 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-found11:39
ActionParsnipsynapsxyz: that is irrelevant, the release you are using is no longer support on the desktop. This moots everything11:39
synapsxyz@ActionParsnip Ah legally yes ...otherwise NO11:40
DJones!vbox | JasonC_ I don't use Windows, but you could try installing Virtualbox and then installing Win 8 within that, these links may help11:40
ubottuJasonC_ 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/VirtualBox11:40
ActionParsnipsynapsxyz: 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 dead11:40
doubieinonm: 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:40
synapsxyz@ActionParsnip see you said it .....because this ain't windows11:41
ActionParsnipsynapsxyz: its the same support model11:42
ActionParsnipsynapsxyz: the release you are using is dead, so not supported11:42
ActionParsnipsynapsxyz: its literally that clean cut. There is no "oh the app is the same so it's ok" grey area. Hardy is dead. No support11:42
einonmdoubi: 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 channel11:43
JasonC_@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 it11:43
blazemoreeinonm: I have wifi spidey-sense11:43
blazemoreJasonC_: ubottu is a bot...11:43
Wiz_KeeDany ideeas ActionParsnip ?11:43
JasonC_lol11:43
JasonC_woops11:43
ActionParsnipdoubi: if you install wicd and remove network manager then reboot. You can tell wicd to use eth1 as the wifi device and it may help11:43
JasonC_well can anyone else help me? <JasonC_> Is there a legal way of installing windows 8 on ubuntu?, wine doesnt  seem to support the update assisstant11:44
ActionParsnipWiz_KeeD: is the file owned by your user?11:44
jackwwho is on 12.10? how is it?11:44
CrazyGangster@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
einonmblazemore: lol. Cool. So can you tell if it's because the hardware doesn't support it - or its a regulatory domain thing? :D11:44
DJJeffinstall Windows 8 using VMWare or VirtualBox11:44
ActionParsnipjackw: I'm on 13.04 ;). I was on 12.10 and its fine11:44
blazemoreeinonm: It's probably the latter, but IDK how you'd change it11:45
synapsxyz@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 concern11:45
jackwi am currently in 11.04 and i need to upgrade which one should i go ?11:45
ActionParsnipCrazyGangster: as long as you can ping the system you should be able to access the data11:45
Wiz_KeeDActionParsnip, what do you mean?11:45
EvdbHello11:45
EvdbI 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:45
doubieinonm, 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 :p11:46
blazemoredoubi: The BT HomeHub does this - it analyses which channel has the fewest other networks on it11:46
ActionParsnipWiz_KeeD: if you install unp, can you extract it?11:46
blazemoredoubi: You're better of manually setting your wireless access point to a channel you know you can use11:46
doubiAha! Sneeky beggar11:46
Wiz_KeeDI 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 up11:46
Wiz_KeeDwhat's unp? why would i need it...it never happened before this :(11:46
doubiRight enough, it was the only one on channel 1211:47
ActionParsnipWiz_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 CLI11:47
ActionParsnipWiz_KeeD: worth a go, plus its stupidly useful (I think it should be default installed)11:48
Wiz_KeeDnot on this box apparently11:48
einonmblazemore: 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: CN11:48
Wiz_KeeDstill what could cause this?11:48
einonm..china...FAIL11:48
Wiz_KeeDor should i try to make a tar instead of a zip11:48
ActionParsnipWiz_KeeD: check that you are the owner of the file11:48
CrazyGangster@ActionParsnip: ok i will check, thanks again :)11:49
ActionParsnipWiz_KeeD: making a tar of the zip won't change the data11:49
Wiz_KeeDsince i have wget with the same user i'm trying to extract and ls -al shows owner and group my user11:49
doubiThanks all for solving the Mystery of the Disappearing SSID :)11:49
Wiz_KeeDnot of the zip, i can rearchive the file and upload it to the dropbox11:49
ActionParsnipCrazyGangster: you can access \\host\c$   and \\host\admin$ on ANY Windows PC if you have the admin password (poor security)11:49
einonmdoubi: You're welcome11:49
Wiz_KeeDapparently on my local box it doesn't work either...something is wrong11:50
ActionParsnipWiz_KeeD: you could make a tar of the initial folder, then gzip it11:50
Wiz_KeeDor should i zip using a different command...this never happened11:50
doubiOh, 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
doubiOff sick today, got someone to poke my machine at the office11:50
llutzActionParsnip: if somebody already has the admin password, this is the smallest security issue you have11:50
doubiWhich must be sitting there with password dialogue up11:51
einonmdoubi: maybe sshd is not running..11:51
einonmdoubi...it may only be enabled when someone logs on?11:51
einonmdoubi: have you tried 'nmap <IP>' ?11:52
doubieinonm: 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 wrong11:53
ActionParsnipllutz: it simply shouldn't be shared imho. Anything unecessarily available to the network is a security risk in my eyes11:53
doubiAnd 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 all11:53
einonmdoubi: Ah, ok. sshd is running. Are you specifying a username too?11:53
doubi>_<11:53
Guest58369Hi I have a new channel and I need help11:53
doubiOk, I'll go now....... :p11:53
einonmdoubi: Its using your local username, perhaps...lol11:54
doubiThanks einonm!11:54
einonmnp11:54
CrazyGangster@ActionParsnip: cool :D11:54
Wiz_KeeDActionParsnip, it's because of Dropbox11:54
Guest58369#tata11:54
Guest58369#tata11:54
DJonesGuest58369: If you need help setting your channel up, please ask in #freenode thats the network help channel11:56
=== muellisoft is now known as Muelli
ActionParsnipWiz_KeeD: weird11:56
Wiz_KeeDif 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 work11:58
CrazyGangsterone more question, there is any1 file manager that shows the checksun of all files?11:58
=== levin is now known as Guest45526
llutzWiz_KeeD: check md5sum of the zip before/after sending/loading to/from dropbox11:58
Guest45526hi everyone!11:59
shwaiilhi12:01
ActionParsnipWiz_KeeD: try using a differnet compression12:01
Wiz_KeeDwhy would it be because of that?12:01
Wiz_KeeDany suggestions ActionParsnip ?12:01
ActionParsnipWiz_KeeD: tar.gz12:01
Wiz_KeeDi really want  my archive to be intact at the end12:01
Wiz_KeeDhow do i do that?12:01
=== blackshirt is now known as gangnamstyle
ActionParsnipCrazyGangster: you can use nautilus-scripts and add the feature there12:02
=== gangnamstyle is now known as Guest39670
shwaiilQ: 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
shwaiilfor example, the 3d desktop is not available and stuff like that12:02
ActionParsnipWiz_KeeD: tar czf filename.tar.gz folder12:02
MonkeyDustshwaiil  you may need ccsm, compiz-config12:03
OnixsWiz_KeeD: clear browser's cache. it might be downloading from a previous cache12:03
ActionParsnipshwaiil: compiz is the default WM in 12.1012:03
Wiz_KeeDi'm downloading using wget Onixs12:03
shwaiilMonkeyDust: tks for looking, I've got that installed12:03
ActionParsnipshwaiil: its already installed12:03
shwaiilActionParsnip: strange, when I open the "compiz panel manage" or whatever it's called, I really don't have the 3d stuff, window wobble and stuff12:03
shwaiil*I'm not home atm but... I was just wondering12:04
ActionParsnipshwaiil: then install extra plugins, there are some packages with addons that aren't installed by defaulr12:04
loadid_what would you need Onixs for Wiz_KeeD?12:05
Wiz_KeeDhuh?12:05
loadid_or what would you use it for?12:05
shwaiilActionParsnip: 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
CrazyGangster@ActionParsnip: ok12:05
MonkeyDustwhat's onixs?12:05
rhin0anyone 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 script12:06
llutz /whois onixs not "what is"12:06
Onixsits me12:06
jackwhi all12:06
Onixslol12:06
loadid_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
jackwi want to play some mp3 but i also want to skip the intro and end so what should id do ?12:06
loadid_i think i can do all that stuff with my Ti though12:07
ActionParsnipshwaiil: I use Lubuntu, no Unity or compiz here12:07
shwaiilok12:07
shwaiiltks12:07
ActionParsnipshwaiil: not a huge fan of either12:07
shwaiilok thanks :)12:08
brontosaurusrexjackw: a. cut out the intros manually (audacity perhaps), b. cut the intros automagically, some sort of sox/ffmpeg/mplayer script12:08
ActionParsnipWiz_KeeD: does tar.gz work ok?12:08
Wiz_KeeDtrying now, it's SO strange this never happened before12:08
Wiz_KeeDto extract ActionParsnip?12:09
ActionParsnipWiz_KeeD: unp filename.tar.gz     or:   tar zxvf filename.tar.gz12:09
ActionParsnipWiz_KeeD: if you had unp installed, you wouldn't have to ask, its the same command for ALL archives12:09
Wiz_KeeDgzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now12:10
Wiz_KeeDpfff12:10
Wiz_KeeDsomething is seriously wack here..12:10
ActionParsnipWiz_KeeD: try unp :)12:10
loadid_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
Wiz_KeeDthis shouldn't happen...12:10
ActionParsnipWiz_KeeD: well....yeah12:11
ActionParsnipWiz_KeeD: could try downloading it with curl instead of wget12:12
Wiz_KeeDcurl is not just a php plugin? :) hah12:12
Wiz_KeeDsame thing ActionParsnip12:12
allu3Anyone got experience or knowledge on setting up dhcpd and PXE ? i'd need some help on those.12:12
EvdbI 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
ActionParsnipWiz_KeeD: weird, if you upload the folder as is, then download that, is it ok?12:14
PatrickDickeyallu3: 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
Wiz_KeeDcan't download a whole folder from Dropbox ActionParsnip12:14
Wiz_KeeDthat's why i zip it :)12:14
allu3PatrickDickey: i have old fujuitsu life book and its PXE doesn't give me any options just searches for dhcp12:15
ActionParsnipWiz_KeeD: or try just tarring the folder and transfer that12:15
=== Guest39670 is now known as gangnam-style
Wiz_KeeDi did that12:15
Wiz_KeeDas you suggested12:15
Wiz_KeeDuntarring doesn't work12:15
OnixsWiz_KeeD: try downloading a non compressed file12:15
PatrickDickeyallu3 do you have a server somewhere on your network? A pxe server, I mean.12:15
Wiz_KeeDand do what with it?12:15
ActionParsnipWiz_KeeD: no, I suggested tar.gz  not ust tar. There is a difference12:15
Onixsand compare its md512:15
Wiz_KeeDhah, how do i compare md5?12:15
Wiz_KeeDhow can i do that now with the zipfile?12:16
ActionParsnip!md5 | Wiz_KeeD12:16
ubottuWiz_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_Windows12:16
allu3PatrickDickey: 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 it12:16
allu3PatrickDickey: i don't have any CD's available and the life book doesn't support usb boot12:16
ActionParsnipWiz_KeeD: instead of asking simple questions like that, try searching a bit. The Internet has a world of data12:16
ActionParsnipEvdb: sounds like Grub isn't booting the OS. I suggest you chroot the installed OS from live USB and reinstate grub etc12:16
PatrickDickeyallu3: So your actual question is how do you set up a PXE server on ubuntu?12:16
surferboyanyone know how to release email messages that have been caught by amavis?12:17
Wiz_KeeDthought it was a simple command12:17
ActionParsnipWiz_KeeD: it is12:17
EvdbActionParsnip could you eplain that a bit more? I don't really understand what you mean :p12:17
ActionParsnipEvdb: http://www.omgubuntu.co.uk/2011/09/live-usb-sticking-grub-2-video   pretyped as i knew you'd ask12:17
Wiz_KeeDdoesn't look like it12:17
EvdbActionParsnip hahaha thanks mate :) I'll keep you updated12:17
ActionParsnipWiz_KeeD: md5sum filename     not simple enough12:17
allu3PatrickDickey: 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 dhcpd12:17
ActionParsnipWiz_KeeD: its in the link ubottu gave, all you have to do is read12:17
Wiz_KeeDhah the article in the post was for a different problem12:17
surferboyanyone know how to release email messages that have been caught by amavis?12:18
ActionParsnipWiz_KeeD: no, it shows how to MD5 sum a file, the actual file is irrelevant12:18
ActionParsnipWiz_KeeD: think about it.....Just because a guide isn't EXACTLY for your issue doesn't mean it is of zero value12:18
Wiz_KeeDit's a totally different md6 sum12:18
ActionParsnipWiz_KeeD: try just tarring the folder, see how that goes12:19
surferboyyou people suck12:19
Wiz_KeeD:)12:19
PatrickDickeyallu3: which lifebook model do you have?12:19
PatrickDickeysurferboy: why's that?12:19
surferboybecause I said so12:19
ActionParsnipsurferboy: you wait 60 seconds and then get a pathetic attitude. yah great way to get support12:20
bazhang!attitude | surferboy12:20
ubottusurferboy: The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IRC/Guidelines12:20
surferboytotal rubbish12:20
bazhangsurferboy, thats enough12:20
PatrickDickeysurferboy, what was your original question. Sorry, but I have two windows open, one of which has four tabs open.12:20
ActionParsnipsurferboy: and still with the attitude. I'm sure people want to help you...12:20
allu3PatrickDickey: Lifebook C series FPC05041BP12:20
ricteccan someone please tell me how the hell i get the ati x1400 to work?12:20
EvdbHmm ActionParsnip I can't even get in live Ubuntu without installing12:20
PatrickDickeyallu3: this might help you out. I only started browsing it though. http://igor.chudov.com/projects/PXE-Netinstall-Of-Ubuntu/12:21
rictecand fglrx-legacy cant find it also12:21
ActionParsnipEvdb: 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 use12:21
EvdbActionParsnip yeah but I get 'busybox', can't boot into it12:21
allu3PatrickDickey: um i have a feeling this will lead to same as every single other tutorial, dhcpd wont work, but i'll give it a go12:22
ActionParsnipEvdb: when you boot the installation media you use, you get a busybox?12:22
PatrickDickeysurferboy amavisd-release maybe?12:22
ActionParsnipEvdb: not the installed OS, the live CD or USB you installed with12:22
EvdbActionParnsip 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 screen12:23
surferboyyeah12:23
surferboytrying that12:23
ActionParsnipsurferboy: http://powercom.de/appeltexte/2009/01/how-to-release-banned-content.html12:23
EvdbActionParsnip using the live USB (I removed my Linux partition + swap)12:23
ActionParsnipsurferboy: source: https://duckduckgo.com/?q=amavis+release+email12:23
ActionParsnipEvdb: did you MD5 test the ISO you put on the USB stick?12:24
allu3rictec: seems you can't use fglrx with x1400 and ubuntu 12.10 or 12.0412:24
EvdbActionparsnip yes and the hash is the right one12:24
=== Purian23 is now known as Purian23|Work
ActionParsnipEvdb: I suggest you recreate the stick. You can use unetbootin on most OSes12:24
PatrickDickeysurferboy, 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
EvdbActionParsnip Haven't used unetbootin, but I'll try that one then yeah12:25
ploniwhy when I go to download wubi.exe from the site, does it take me to download the .iso instead ?12:25
surferboynothing to do with the email client12:26
ActionParsnipploni: If you make a CD, you can use that to install Ubuntu via Wubi12:26
surferboyPatrickDickey, haha you don't have to google search for me12:26
rictecanyone can help with this 12.10 ati x1400 problem?12:26
ActionParsniprictec: you may need an xorg.conf file to make the display a little better12:27
ploniActionParsnip: but where can I download wubi.exe from then ?12:27
allu3rictec: simple stop thinking of fglrx drivers, they wont work.12:27
PatrickDickeysurferboy, I don't have to, but if you asked the question, I'll do whatever I can to find the answer.12:27
ActionParsnipploni: its on the Ubuntu CD itself12:27
allu3rictec: next option is to look for opensource radeon drivers if they aren't in use already12:27
sasukehi guys12:27
rictecthank ActionParsnip and allu312:27
ActionParsniphi sasuke12:28
PatrickDickeyrictec, 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
kevwildeanyone using 12.10 with gnome shell?12:28
ploniActionParsnip: but I don't want to burn a cd, I just want to use ubuntu with wubi the way it always was12:28
rictecwell PatrickDickey using it12:28
PatrickDickeyrictec: http://ubuntuforums.org/showthread.php?t=191932012:28
rictecPatrickDickey: it allways complains about low res at every boot12:29
ActionParsnipploni: you can use a USB stick too12:29
ploniwhy did ubuntu change the way it always was :(  ?12:29
PatrickDickeyploni, 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
plonii see12:29
PatrickDickeyrictec, 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
ActionParsnipploni: I have been offered the wubi.exe file. Do you want me to make a link for you?12:30
allu3PatrickDickey: 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?12:30
=== dark3n is now known as dark3n|off
ActionParsnipploni: its not a long term solution. Wubi is a quick and dirty try before you buy12:30
PatrickDickeyallu3: You could do that, but you'll have to adjust any IP Addresses and domain information to match your network.12:31
ActionParsnipploni: http://releases.ubuntu.com//quantal/wubi.exe12:31
allu3PatrickDickey: my "network" consist of 2 computers and a wire..12:31
* ActionParsnip thinks wubi should be canned12:31
allu3PatrickDickey: so i have no idea what setting i should use for it :P12:32
gordonjcpwubi is awful12:32
ActionParsnipallu3: still a network though :)12:32
PatrickDickeyallu3:  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:32
rictecthanks PatrickDickey i will try that12:33
allu3PatrickDickey: 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 :P12:33
scrlkhi 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:33
PatrickDickeyallu3: if you type ifconfig into a terminal, and look at the eth0 information, what does inet addr say?12:34
allu3scrlk: i'd start with apt-get install gnome-shell and pray :P12:34
allu3PatrickDickey: something ugly.. let me pastebin it :P12:34
ericusHey all12:35
allu3PatrickDickey: http://paste.ubuntu.com/1315054/12:35
* PatrickDickey faceplants.... I think I missed the obvious here, and will know in a few seconds12:35
ActionParsnipscrlk: you may also want to install lightdm (unless its a dep)12:35
scrlkallu3: 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 enviorment12:35
allu3scrlk: you want to erase gnome and go to cinnamon...12:36
PatrickDickeyallu3:  paste the entire results of ifconfig in a pastebin, please.12:36
ActionParsnipscrlk: Cinnamon isn't supported here, just so you know12:36
allu3PatrickDickey: http://paste.ubuntu.com/1315058/12:36
PatrickDickeyscrlk:  install Cinnamon, then log into it, and remove the gnome-desktop (I'm not sure what it's exact name is).12:37
scrlkthanks all :)12:37
PatrickDickeyallu3: 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
allu3PatrickDickey: so something like ifconfig eth0 192.168.0.1 ?12:38
PatrickDickeyallu3: this will help you to set it up https://help.ubuntu.com/10.04/serverguide/network-configuration.html12:40
mactheknife7hi there, can you help with driver install? I get 'segmentation fault' error12:40
PatrickDickeyallu3: go down to the IP Addressing section, and you can either do it temporarily with the sudo ifconfig command, or permanently.12:40
PatrickDickeymactheknife7: what driver, and what version of Ubuntu? Also are you installing it via apt-get, software center, or through dpkg itself?12:41
ericusI'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
mactheknife7PatrickDickey: NVIDIA-Linux-x86-304.60.run12:41
=== viperhoo__ is now known as viperhoot
allu3PatrickDickey: i just want it to work while i install the ubuntu via PXE12:42
PatrickDickeyericus, does the 2008 Server have a gigabit network card also? And does any router or switch that it passes through support Gigabit?12:42
allu3PatrickDickey: 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?12:42
=== Albastos is now known as Albastos|off
PatrickDickeyallu3:  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:42
mactheknife7install it with: su sh NVIDIA-Linux-x86-304.60.run12:43
PatrickDickeysudo ifconfig eth0 192.168.0.1 netmask 255.255.255.0 allu312:43
ericusPatrickDickey, yes and yes. As said, it works just fine under Windows on the same machine (90-110MB/s)12:43
allu3PatrickDickey: so i have installed isc-dhcp-server and i've set the eth0 to 192.168.0.1.. next?12:43
PatrickDickeyallu3 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
allu3PatrickDickey: could i just do ifconfig eth0 10.0.0.1 and then copypaste his config?12:44
PatrickDickeyallu3, 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:45
CrazyHorse18Hi.. 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?12:46
=== Albastos|off is now known as Albastos
PatrickDickeyericus, it might be that autonegotiation is picking the 100mbit speed instead of the 1gbit speed.12:46
=== laura213 is now known as _lau
kennenQ: 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 env12:47
PatrickDickeyCrazyHorse18: you might look here for help http://ubuntuforums.org/showthread.php?t=129197612:48
llutz!nox | kennen12:48
ubottukennen: 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%20Mode12:48
ericusPatrickDickey, no that does not make sense, 25MB/s is about 200Mb/s12:48
dr_willis!text | kennen12:48
dr_willissame factoid12:48
llutz!runleve | kennen  just for info12:48
dr_williskennen:  ubunto dosent really use runlevels for that stuff.12:49
llutz!runlevel | kennen  just for info12:49
ubottukennen  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
ericusPatrickDickey, copying files FROM the windows server to the Ubuntu desktop = 35MB/s12:49
hateballericus: Is this using an SMB share?12:50
rictechum removed fglrx now i think its a litle better stil to slow12:50
PatrickDickeyericus: when you copy from windows server to windows desktop, is it around 90 MB/s also?12:50
kennenperfect thanks all, i will try right now :)12:50
CrazyHorse18thanks Patrick12:50
PatrickDickeyno problem CrazyHorse18.12:50
ericushateball, not sure if it's SMB, it's shared folders on the Win2k8-server12:51
=== Kitar|st_ is now known as Kitar|st
ericusPatrickDickey, yes it is12:51
sdxchey12:51
sdxc:D12:52
=== glebihan_ is now known as glebihan
hateballericus: 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 SMB12:53
PatrickDickeyericus: 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:53
PatrickDickeyhey sdxc12:54
ericusPatrickDickey, I've tried the latest driver and also another gigabit NIC12:54
ericus:/12:54
ericusPatrickDickey, hateball, I will try winscp12:56
robbieI need help with my network12:58
kennenbad new, i ca't acces to my grup menu with ESC or Shift :(12:58
robbieit doesnt matter what settings I use, my wired connection keeps dropping for no apparent reason12:58
PatrickDickeyericus: http://ubuntuforums.org/showthread.php?t=1582408 talks about a similar issue, and some possible solutions.13:00
robbieI need help with my network13:01
=== tehkittehrawrz is now known as thelionroars
jalexandruis there a way to restore the default ubuntu configuration? or do I need to reinstall the os in order to obtain this?13:02
=== also is now known as rootpt
kennenis 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 else13:02
robbiejalexandru: that is a convenient way to do it because otherwise there are a lot of things to purge and reinstall13:02
PatrickDickeyrobbie, 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
slsjoin #als13:02
DamienCassouhi13:03
DamienCassouis 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
robbieI 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 connection13:03
robbieI have also tried disabling 19v6, including blacklisting the modules13:04
allu3kennen: if i'm not mistaken something like init 213:04
PatrickDickeyrobbie: bad connections (physical), bad cables? bad ends?13:04
robbieand uninstalling dhcp client when set up in static ip13:04
allu3uh i hate when i've forgot to scroll down irssi..13:04
robbiePatrickDickey: I guess it is possible, let me swap them out :)13:04
llutzDamienCassou: find /usr/lib -iname '*cairo*.so'13:04
kennenallu3: yes i want to run my system in text-mode, thats no problem but i cant acces the grup2 menu on boot ...13:05
BluesKajrobbie, disabling ipv6 isn't going to matter much , if you still have network manager installed with static IP is redundancy IMO13:05
jason.net13:05
PatrickDickeyrobbie, 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
robbieBluesKaj: yea I have tried various static ip configs, directly and with network manager13:06
robbiePatrickDickey: that Ive tried too :(13:06
robbielet me find a cable now :)13:06
DamienCassoullutz: thanks. I know how to search for files in general, but is there a standard mechanism dedicated to .so files?13:06
BluesKajrobbie, let the interfaces file handle the network management for you , network manager itself isn't rerquired13:07
llutzDamienCassou: none i would know13:07
guest-zQeYLbhi 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
allu3PatrickDickey: i think i've managed to get the dhcp part working.. now to tftp :P13:07
allu3PatrickDickey: do i really need to install cobbler to use tftpd ?13:07
aafahi 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 nouveau13:08
PatrickDickeyallu3: I don't know. I've never used cobbler.13:08
llutzDamienCassou: ldconfig -p [ | grep whatever]13:08
DamienCassoullutz: 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
astexaafa: sudo rmmod nouveau; sudo modprobe i91513:08
allu3aafa: have you tried removing the nvidia driver and blacklisting nouveau?13:08
robbiePatrickDickey: I can tell already it cant be the cablle13:09
llutzDamienCassou: .so /libs are in directories known to the system. that manages ldconfig, apps searching only these directories by default13:09
robbiePatrickDickey: because the way the internet reconnected when I attached the new cable was different -- I get my connection back right away13:09
aafaallu3: thanks for respond, I did not remove nVidia, but disabled driver from Additional Drivers.13:09
llutzDamienCassou: check /etc/ld.so.conf(.d/)13:10
PatrickDickeyrobbie, does the connection stay up though?13:10
robbieso far :) I guess Ill need a few minutes now -- wish me luck :P13:10
BluesKajrobbie  I still think the network manager is the culprit13:10
DamienCassoullutz: thank you13:10
PatrickDickeyrobbie is that with the new cable or the old one?13:11
robbieBluesKaj: what do you think is wrong with it?13:11
robbiePatrickDickey: the newtest cable13:11
aafaallu3: now should I apply those commands above or sth else ?13:11
PatrickDickeyallu3: http://www.howtogeek.com/61263/how-to-network-boot-pxe-the-ubuntu-livecd/ might be good.13:11
BluesKajrobbie, it's probly buggy on your setup13:11
user01hi im trying to get a juniper java vpn network connect to work under linux and having issues, does anyone have experience with this?13:11
PatrickDickeyrobbie: BluesKaj thinks you should use /etc/network/interfaces and skip network manager. I agree, especially if the new cable fails.13:12
aafashould I apply these commands: "sudo rmmod nouveau; sudo modprobe i915"  after killing X or it does not matter?13:12
robbiePatrickDickey, BluesKaj: ok we'll see. Ive tried that before I think but maybe I missed something13:12
robbiehey, its been up almost a whole song on my internet radio :D good luck so far13:13
PatrickDickeyrobbie, also try a different port on the router, if you can. it could be that.13:13
* PatrickDickey in about two days, when robbie hasn't come back, I'll say "It was probably the cable" :P13:14
* 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:15
robbie_hey so I just lost my connection again13:16
robbie_it wasnt the cable13:16
BluesKajrobbie,, I basically purge network manager13:16
PatrickDickeyTry a different port. Then remove network-manager, and try adding a static ip to /etc/network/interfaces13:16
PatrickDickeyI'd set up the static IP first, then purge network-manager robbie13:17
BluesKajthink he already is static13:17
=== dark3n|off is now known as dark3n
=== dark3n is now known as dark3n|off
robbie_BluesKaj, PatrickDickey: Im not clear what to do next.. both of you have ideas Ive already tried efore13:20
robbie_*before13:20
robbie_well I dont know that I purged network manager .. just uninstalled dhcp client13:20
PatrickDickeyrobbie, if you have a static IP Address set up in /etc/network/interfaces, then purge network-manager.13:20
robbie_right now I dont have static ip set up and the router isnt set for it either13:20
PatrickDickeyrobbie, 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
robbie_Ive also tried turning off autonegotiation13:21
robbie_but it is on again now13:21
BluesKajrobbie_, have you tried connecting without network manager installed , not just disabled , but totally removed ...you can still use dhcp , but static is recommended13:22
dutchwhat IM program does 12.04 use ?  can't find anything13:22
robbie_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 do13:22
BabybuntuI 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
robbie_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 ago13:23
PatrickDickeyrobbie_:  I'd try removing network-manager. See if that fixes the issue. Like BluesKaj is recomending.13:23
robbie_BluesKaj: no I havent yet13:23
robbie_BluesKaj: I'd disabled it though13:24
PatrickDickeyBabybuntu, do you remember the password that was used to encrypt the /home partition?13:24
BabybuntuPatrickDickey: yes13:24
PatrickDickeydutch: Empathy, Pidgin, aMSN, Skype, take your pick. I think empathy and Gwibber are default though.13:24
dutchPatrickDickey, thanks..I'll check and see13:25
PatrickDickeyBabybuntu: does the computer boot to ubuntu at all?13:25
BabybuntuPatrickDickey: the /home was not encrypted. only the backup was encrypted with deja dup13:25
PatrickDickeyBabybuntu: understood. ;-)13:25
BabybuntuPatrickDickey: yes I get to root shell but it says no backupchain was found =[13:26
BluesKajthe 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 , robbie13:26
PatrickDickeyBabybuntu: does it boot to a normal desktop?13:26
antanasgfgdfgksdfgdhfsdgfygafhgdodyocsdvvcd13:26
antanasyehxcoencnxomwiwexh<zu,qlrgxnnngcgcg13:26
antanasufxqe6tfhhw6cifqxt6runjnfrrxineifqiu13:26
antanasudjrth6giewr6xtfeunwzGV2EYZIYQRFRNFV13:26
antanass<gfsdalkjcghdhghfgkdhsgvkhlsgvlskvl13:26
FloodBot1antanas: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.13:26
antanashvjvhvb hdb hj h bhbsdjhbsjh  dfhsdb13:26
* PatrickDickey wonders how long antanas is in time out.13:27
* PatrickDickey about that long, I guess.13:28
BluesKajantanas, any atentioon is good attention eh ?13:28
antanasgfgdfgksdfgdhfsdgfygafhgdodyocsdvvcd13:28
antanasyehxcoencnxomwiwexh<zu,qlrgxnnngcgcg13:28
antanasufxqe6tfhhw6cifqxt6runjnfrrxineifqiu13:28
antanasudjrth6giewr6xtfeunwzGV2EYZIYQRFRNFV13:28
antanass<gfsdalkjcghdhghfgkdhsgvkhlsgvlskvl13:28
antanashvjvhvb hdb hj h bhbsdjhbsjh  dfhsdb13:28
FloodBot1antanas: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.13:28
antanasfgbfhsd b jhsbjsd jhsdbjhsb f hsdbhl13:28
BluesKajantimon, you're an idiot :)13:29
PatrickDickeyWe used to have people like that in my old chat rooms...  Loved perma-ban.13:29
PatrickDickeydon't do it antanas13:30
aafahi 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
antanaschange your nick, dick13:30
BluesKajantanas, idiot !13:30
aafaIntel grx was working flawlessly after installation, then I enabled nVidia and it lacked so disabled again13:31
PatrickDickeyaafa, you could remove the nvidia drivers completely.13:32
optrazhow do i reinstall the ati driver?13:33
aafaPatrickDickey: how to do it?13:33
PatrickDickeyaafa, first dpkg -l nvidia to find out which one it installed. then sudo apt-get remove that driver.13:34
PatrickDickeyoptraz: did you uninstall it, or did you upgrade and it wasn't installed after?13:34
jimcainhi13:34
aafaPatrickDickey: No packages found matching nvidia.13:34
jimcainannnnd bye13:35
optrazPatrickDickey: i have upgrade from 12.04 to 12.10 and the X just wont start http://pastebin.com/kXNfER3i13:35
mag]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:35
PatrickDickeyoptraz: which card do you have?13:36
aafaI want my Intel grx back, it's confusing please help13:37
PatrickDickeymag]: what applications do you normally have running?13:37
optraz01: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
optrazPatrickDickey: ^^13:37
mag]PatrickDickey, emacs, firefox, chrome ... banshee13:37
optrazPatrickDickey: 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
PatrickDickeyoptraz have you tried this at allhttp://www.unixmen.com/ubuntu-12-10-and-amd-catalyst-problem-solved/13:37
PatrickDickeymag]: firefox and chrome are my guess for your culprits.13:38
mag]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 usage13:38
mag]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 help13:39
PatrickDickeymag]: 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:39
optrazPatrickDickey: and legacy_fglrx is not in the repo?!13:40
mag]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 idk13:40
scrlkwhats the command to remove unity + gnome? i've just switched over to cinnamon13:41
PatrickDickeyoptraz:  nope.13:41
PatrickDickeyscrlk: sudo apt-get remove ubuntu-desktop will get rid of unity.13:41
optrazPatrickDickey: what commadn to cehck the version of xorg?13:41
illoomn8if I apt-get --reinstall a package, will it leave my conf files in tact?13:41
scrlkthanks, what about gnome packages?13:41
=== ubuntu is now known as Guest17881
PatrickDickeyscrlk: You'll need to keep some gnome packages, I think. Do you have gnome3 installed?13:42
=== mushroom is now known as Rocky
scrlkPatrickDickey: this is a fresh install of 12.1013:42
PatrickDickeymag]: you could type free into a terminal, and see whether it's using your swap at all.13:42
PatrickDickeyscrlk: then you'll just need to remove ubuntu-desktop.13:43
scrlkPatrickDickey: thanks :)13:43
optrazPatrickDickey: what commadn to cehck the version of xorg?13:43
PatrickDickeyNo problem scrlk.13:43
PatrickDickeyoptraz, I'll look into that. I'm not sure right off-hand.13:44
=== matt_ is now known as Guest56587
PatrickDickeyoptraz X -version13:47
mag]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 something13:48
ossejrib: if I export LANG=en_US.UTF-8 in the script it works... That was the whole issue it seems.13:48
optrazPatrickDickey: X.Org X Server 1.13.013:48
optrazPatrickDickey: so i guess my card falled on the affected radeon card series13:49
optrazand the xorg version too13:49
Led_Zeppelinanyone here use virtualbox?13:49
PatrickDickeyoptraz, 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:49
PatrickDickeyLed_Zeppelin: Occasionally. I haven't actually opened it since upgrading though.13:50
Led_ZeppelinRunning 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
Led_ZeppelinPatrickDickey, dual monitor?13:50
PatrickDickeyLed_Zeppelin: nope. sorry.13:50
Led_Zeppelinbasically, how do I disable tool bar on the top ?13:50
PatrickDickeyLed_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
Led_Zeppelindon't think its a vbox issue. Its a ubuntu issue.13:51
optrazLed_Zeppelin: yes me13:52
optrazPatrickDickey: no, i dont want other ppl repo13:52
optrazPatrickDickey: just want official repo13:53
PatrickDickeyoptraz: 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
Led_Zeppelinhow do I set the "look and feel" of my desktop ?13:53
PatrickDickeyoptraz: and I totally respect you for not wanting to use it.13:53
optrazPatrickDickey: thanks, i have removed fglrx fglrx-amdcccle fglrx-updates xorg-driver-fglrx13:54
optrazdownlaoded the fglrx_legacy13:54
* 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.13:56
=== ctyler is now known as ctyler_lce
optrazsh amd-driver-installer-12.6-legacy-x86.x86_64.run --buildpkg Ubuntu/quantal <== not available for quantal?!13:58
Led_Zeppelinhow do I disable toolbars?13:58
Led_Zeppelineh. nevermind I will install KDE13:59
rictechi can anyone help with ati x1400?14:00
PatrickDickeyoptraz: I'm not sure what dependencies you need to get it to do the buildpkg portion.14:01
optrazPatrickDickey: no, that amd driver does not have for quantal but the link that you gave me said that option is available14:01
=== fisted_ is now known as fisted
PatrickDickeyI'm not sure then optraz. DId you purge anything fglrx related before installing the driver?14:04
miistxun saluto14:06
guang_When i click once using mouse,but it sometimes works as if i have clicked twice.Is my mouse in trouble?14:06
optrazPatrickDickey: no.. nvm14:06
=== thelionroars is now known as insaneKittehPoss
rictecwhats this: Number of created screens does not match number of detected devices14:07
PatrickDickeyI 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#20288514:07
ricteccant create a xorg.conf14:07
PatrickDickeymiistx, un saluto14:07
=== insaneKittehPoss is now known as InsaneKittyPosse
PatrickDickeyguang_: do you mean that single click opens files instead of needing to double click?14:08
magic_ali 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
blazemoremagic_al: sudo update-java-alternatives -l14:08
thesadma1iosowhois thesadmafioso14:08
blazemorethen sudo update-java-alternatives -s java-7-oracle or similar14:08
thesadma1iosohaha sorry folks14:08
PatrickDickeymagic_al you can go to java, and download the jdk. It has the jre included.14:08
magic_alPatrickDickey, what is jre?14:09
blazemoremagJava Runtime Environment14:09
blazemoremagic_al: ^14:09
PatrickDickeyJava Runtime Environment. It's what makes the java work in your browser. The jDK is the developer kit.14:09
optrazmmm14:09
optrazgot my x back14:10
PatrickDickeyWOOOHOOOO optraz :D14:10
magic_alblazemore, the update thing didnt work14:10
Firered365Hello.  I need help.14:11
nopfFirered365: hi. you need help14:11
Aleushhi14:12
YIFUhi14:12
fidel_!ask | Firered36514:12
ubottuFirered365: 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 !patience14:12
magic_alPatrickDickey, but you dont mean OpenJdk, dont you? i have them both installed 6 and 714:12
PatrickDickeymagic_al: http://www.oracle.com/technetwork/java/javase/downloads/index.html that's where you can get the jdk from.14:12
AleushFirered365: why do you need help14:12
PatrickDickeymagic_al: nope, I mean the oracle (used to be Sun) java. Their proprietary one.14:13
magic_alPatrickDickey, so i can remove the openJDK things?14:13
=== InsaneKittyPosse is now known as CompyTheInane
PatrickDickeyYou can, or you can leave them installed.14:13
Firered365I 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 installation14:13
=== travis is now known as Guest9636
mag]not error code 10!! ?!?!14:14
YIFUwhat is the best software on android to login irc?14:15
ericushttp://ubuntuforums.org/showthread.php?p=12324531 <-- please help me out14:15
ericushttp://ubuntuforums.org/showthread.php?p=12324531 <-- please help me out14:15
ericusI can't get decent gigabit lan speed14:16
ericusUbuntu > Windows 2008r2 Server14:16
guang_PatrickDickey:i mean when i click just once,but i do what i should click twice..14:16
Firered365It has a check that says at least 4.5 GB available.14:16
DJonesYIFU: You're probably best asking in #android or ##android (I think one of those is the right channel) rather than the #ubuntu channel14:17
PatrickDickeyFirered365: 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:17
compdocericus, could be you have a slow hard drive on either end of the xfer14:18
Rahul_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
MonkeyDustYIFU  430 people in #android14:18
YIFUthanks,monkeydust14:20
Rahul_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 IRC14:20
PatrickDickeyguang, you can change the click in Nautilus > Edit > Preferences > Behaviour tab.14:20
MonkeyDustRahul_  you can disable those messages, depending on the client you use14:20
oncahi, can i somehow install linux on a system with no bios support for usb booting and no burning capacity?14:21
PatrickDickeyRahul_: 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
Rahul_I am using webchat.freenote.net, I am completly new to irc too. Can you help me to show, how to do it.14:21
MonkeyDustRahul_  type /join #ubuntu-offtopic14:22
DataLatehey, i really need help14:23
DataLatei removed the file ld-linux-x86-64.so.2 from lib6414:23
DataLatenow i can't run any progrmas14:23
PatrickDickeyonca, does the computer support netboot?14:23
ericuscompdoc, no, it works fine from Win7 > Win server14:23
ericuson the same machine14:23
oncapatrickdickey, maybe but what other machine would i use?14:24
PatrickDickeyonca, do you have another machine?14:24
oncakindof, its a communal machine running windows 714:24
uglyoldbobMy ubuntu server installation (10.04) cannot find package libfaac-dev14:24
PatrickDickeyonca can it burn a DVD?14:24
oncano.14:25
Rahul_Ya, Now its ok but <MonkeyDust> <PatrickDickey> what this offtopic command basically does?14:25
PatrickDickeyonca right now, are you on Ubuntu (an older version)?14:25
rictecreboot again14:25
DataLatesomeone?14:25
oncapatrickdickey, no right now i am on windows xp14:26
PatrickDickeyRahul_: 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:26
rootpti 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:27
PatrickDickeyonca this link might give you some ideas https://help.ubuntu.com/community/Installation#Server and network installations14:28
oncathanks!14:28
DataLatei removed the file ld-linux-x86-64.so.2 from lib6414:28
DataLatenow i can't run any progrmas14:28
magic_alPatrickDickey, i downloaded the jdk and now i have two folders, etc and usr. but no executable file, what to do with them?14:28
PatrickDickeyrootpt you need to use port forwarding on your router, and point to the IP Address of your web server.14:29
emesI'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
fairuzHi, Is there a list where I can get supported nvidia graphic cards on Ubuntu. (to install proprietary drivers)14:29
rictecwell some things are better14:30
PatrickDickeymagic_al: did you download the jdk7u9 one? or a java 6 one?14:30
BoozeWoozhello14:30
magic_alPatrickDickey, 7u914:30
BoozeWoozguhhh14:30
PatrickDickeymagic_al: http://docs.oracle.com/javase/7/docs/webnotes/install/index.html installation instructions14:30
PatrickDickeyfairuz: http://www.ubuntu.com/certification/catalog/make/NVIDIA%20Corporation/14:31
magic_alPatrickDickey, thank you14:32
fairuzPatrickDickey: ty14:32
DataLateanyone?14:32
PatrickDickeyfairuz: it's not updated to 12.10 though. So you're mileage may vary.14:32
PatrickDickeyno problem. magic_al and fairuz.14:32
=== florin is now known as Guest77405
=== christophe is now known as Guest50431
=== Robert_ is now known as Guest10571
=== hugo is now known as Guest95226
PatrickDickeyDataLate: can you still do sudo apt-get update?  If so, you could try to reinstall libc6 with sudo apt-get install libc614:36
PatrickDickeyDataLate: either sudo apt-get reinstall libc6 or sudo apt-get install --reinstall libc6 might help you.14:37
=== Kitar|st_ is now known as Kitar|st
rictecdam 12.1014:37
vitimiti(·_·)/14:43
DondumulWhere channels for request free shell14:44
kunjiHey, 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
bazhang!alis | Dondumul have a search14:44
ubottuDondumul 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
rictecand...another reboot14:44
bazhangDondumul, #freenode for more help14:45
hadim_hadim14:45
DondumulRequest free shell please14:48
bazhangDondumul, this is not the right place to ask. I told you  where14:48
rictechow can i disable this low graphics warning at boot?14:50
=== CompyTheInane is now known as thelionroars
delinquentmeso if I run $ locate narray_config.h14:52
delinquentmethat should locate that file *anywhere* on my system right?14:52
systestanyone have a pointer to a doc for restoring DNS access to to 32bit apps under avahi/mdns?14:53
MonkeyDustdelinquentme  start with something shorter, locate narray or so14:54
Erik_Ddelinquentme: it should14:54
Erik_Ddelinquentme: assuming it exists14:54
optrazPatrickDickey: not good... driver install but reso is low14:54
=== eugene is now known as Guest53290
wols_delinquentme: only if you have mlocate installed and it runs once per day to update its DB. man updatedb14:55
optraz[    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: noXFree86DRIExtension14:55
emesI'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
rootptPatrickDickey, can u explain better? sorry i really dont get it14:56
Erik_DAny xchat users know of a way to hide the "thisperson has quit", etc. messages?14:56
Erik_Dclicking around for a minute turned up nothing.14:57
delinquentmewols_, how do I run a db update? $ updatedb >> updatedb: can not open a temporary file for `/var/lib/mlocate/mlocate.db'14:57
llutzdelinquentme: sudo updatedb14:58
PatrickDickeyrootpt, 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:58
acide-burnhello14:59
rootpti see14:59
dr_willisErik_D: right click on channel tab/name in the channel listings14:59
PatrickDickeyrootpt, 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.14:59
rootptOk man, i will try, thank u very much15:00
Erik_Dthanks dr_willis !15:00
PatrickDickeyrootpt: 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:00
rootptok15:01
rootpti will check and let u know if i get it15:01
DataLatePatrickDickey: i fixed my problem15:01
PatrickDickeywell, 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:01
PatrickDickeyDataLate: Glad to hear it. :D15:02
DataLatei booted from dvd, and created a new symlink to the library15:02
DataLatei couldn't even execute sudo15:02
DataLateonly thing that worked was cd15:02
PatrickDickeyDataLate: now everything is working good?15:02
DataLateyep i think so15:02
DataLateat least i could login now :D15:02
saviohello15:02
devsysHi 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:02
PatrickDickeyDataLate: That's always a bonus.15:03
rootptPatrickDickey, To setup port forwarding on this router your computer needs to have a static ip address.15:03
rootptit my real ip adress?15:03
PatrickDickeyrootpt, 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:03
saviorootpt, there is something called dhcp binding it uses your mac to provide ip address to your machin15:05
PatrickDickeyrootpt: 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
rootptok, im using 12.10 =)15:05
seeqwellfree vpn anyone?15:06
PatrickDickeyrootpt: 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
rootptyap ok15:07
MailmanSo 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
lmatHow do I go about getting an old version of software?15:07
lmatSpecifically, I'm looking for Tomcat 6.0.29.15:07
PatrickDickeyand 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
nanderssonHi, 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
rootpti saw that allready15:08
PatrickDickeynandersson: 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
nanderssonPatrickDickey, yeah, What engine shall I use? I want to host it myself15:09
dr_willislmat: depends on how old and what software. and whats in the repos.15:10
PatrickDickeynandersson: I'd imagine that as long as you create the torrent file, you can just send it to the clients.15:10
nanderssonPatrickDickey, yes, but I have to put my file on some server, and I guess I have to point to that server.15:11
fidel_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
lmatdr_willis: Ah, I'm finding something useful... https://help.ubuntu.com/10.04/serverguide/tomcat.html15:11
nanderssonPatrickDickey, if I say "torrent server" that should explain what I am looking for.15:11
lmatdr_willis: It looks like tomcat6 is default (and it's what I want)15:11
MonkeyDustfidel_  try #ubuntu-server15:11
PatrickDickeynandersson: 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.html15:12
lmatdr_willis: I apt-get install ed it and it says "0% [Connecting to us.archive.ubuntu.com" :(15:12
kmicuIs there any way to find out which packages will not work after upgrading 12.04 -> 12.10 ?15:12
PatrickDickeynandersson: If you don't own the copyrights to whatever you're planning on distributing, then don't distribute it without their permission.15:12
dr_willislmat: 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
nanderssonPatrickDickey, Thanks :-) I am not going to share some hollywood block busters :-) It is for internal distribution of OVA-files (Open Virtualization Arch)15:13
PatrickDickeynandersson: sounds good. I'm just covering my butt. ;-)15:14
nanderssonPatrickDickey, ...and these can be quite huge, so we do not feel confident using wget15:14
dr_willisi thought. torrent files had trackers. not servers. ;-)15:14
nanderssonPatrickDickey, yeah :D thanks for your tip!15:14
lmatdr_willis: Ah. Thanks.15:15
PatrickDickeydr_willis: they do. I'm just giving him a start. After that, I'm not sure what he'll need to do.15:15
* PatrickDickey and with this, I'm off to bed...15:16
dutchPatrickDickey, good night15:16
delinquentmein bash ... is there a character that I can use to continue the same command but on a new line?15:17
mstentaHey 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
SkyNetMasterhi, any suggestions how to install libc 2.13 on 12.10?15:18
Lunar_Lampdelinquentme: \15:18
ravendont 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 session15:18
Lunar_Lampdelinquentme: that is, you escape the new-line with the escape char, which is \15:18
jribmstenta: first thing to do is checksum the iso and cd15:19
delinquentmeLunar_Lamp, thanks!15:19
nanderssonPatrickDickey, 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-Linux15:19
mstentajrib: i have tried mounting it in VirtualBox in OSX, and it works15:19
jribmstenta: doesn't matter15:19
rigvedmstenta: press shift a few times as soon as you select to boot from ISO. then, select nomodeset.15:20
optrazokay thanks PatrickDickey15:24
optrazits work now.. fps around 2k15:24
=== aaron is now known as Guest24160
mstentajrib: i'll do a checksum right now… thanks15:27
mstentajrib: i burned a DVD… that should work the same as a CD, right?15:27
ravendont 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 session15:27
=== jakub_ is now known as jakub_r
=== mushroom is now known as Rocky
EaglemanIs there a way to copy passwords from a pc to another pc that it not attached to a network, securly?15:32
jpdsEagleman: USB key?15:32
tensorpuddinguse a usb thumbdrive15:32
ericushttp://ubuntuforums.org/showthread.php?p=12324531 <-- please help me out, gigabit speed sucks and I don't know why :(15:32
emesI'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:32
EaglemanBut how do a copy text from the command line to the clipboard from the usb stick?15:33
rumpe1Eagleman, ctrl-shift-c15:33
EaglemanAnd how do you select it?15:33
EaglemanLike i put every password in a seperate file and then?15:33
jpdsEagleman: Select, copy, paste as always?15:34
EaglemanBut it has no GUI so i was wondering how i even select, since there is not even a mouse attached15:34
marcusany1 know what to do with "The DNS server isn't responding" windows 7 guest on virtualbox, ubuntu ? ((((NAT))))15:35
MonkeyDustmarcus  try changing NAT to bridged15:35
marcuson bridged its always stuck on "Identifying network..."15:36
MonkeyDustmarcus  try asking in #vbox15:37
SlyAlright, 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-dvd15:37
SlyAnyone have any hints or such?15:37
marcuskk15:38
compdocSly, does it have a UFEI bios?15:38
compdocUEFI15:38
SlyAs far as I know, yes.15:38
SlyI know the DVD drive showed up as UEFI in the BIOS.15:39
EaglemanDid it had windows 8 preinstalled on it?15:39
SlyYes, it had Windows 8 preinstalled.15:39
SlyUnfortunately. -_-;15:39
dutchiewhy has the libcherokee-mod-libssl package disappeared in quantal?15:39
compdocSly, well, in my gigabyte motherboard's bios, I have to turn off UEFI for display options, or Ubuntu has a blank screen at boot15:40
compdocSly, mine has Storage and Display settings for UEFI15:40
Slycompdoc: Maybe that's where my problem is. Mine does the same blank screen after it "boots".15:40
SlyI'm not sure if mine has that setting in BIOS, but I'll have to definitely give it a check.15:41
SlyAny other suggestions that might help if that doesn't?15:41
skipp3rhi 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:41
compdocSly, no, 12.04.1 ran perfectly after setting Display Uefi to legacy15:42
DJones!nomodeset | Sly This is a possibility,15:42
ubottuSly 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 parameter15:42
SlyDJones: I love you. Something like that is what I was looking for. :D15:43
* Sly jots it down for later.15:43
jack_Hey, my friend is in a competition for the best ass of the year! Please vote for them! http://bestassoftheyear.eu/vote/4878415:44
DJonesjack_: Not in this channel15:44
Erik_Djack_: go elsewhere if that's what you're posting >.<15:44
LarryMurphyI'm a pedophile!15:45
dak0Hey any overclocker here?15:45
dak0I tried "overclocking" channel but there was noting.15:46
compdocSly, 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 features15:46
Picidak0: try ##hardware15:46
MonkeyDustPici  was faster :)15:46
rictecso thats it no more 12.10 for me15:46
dak0@pici thank you15:46
Slycompdoc: 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
SlySo yeah. Don't have to worry about it messing anything up.15:47
jason__hi all. can anyone tell me if i can disable the screen lock that the screen saver causes15:47
MonkeyDustjason__  system settings, brightness and lock15:48
Calinou<Sly> Yes, it had Windows 8 preinstalled.15:49
Calinoucongrats15:49
Calinounow have fun disabling secure boot(R)15:49
SlyCalinou: 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:52
compdocit would be a bios option if its pocssible to disable15:53
compdocpossible15:53
SlyOh 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
compdocone can only try15:54
SlyDidn't have a choice, though. Had to get something for work.15:54
rootptPatrickDickey, finally i solve :)15:54
=== jason__ is now known as sarrous
rootptthanks man ;)15:54
ubuntiniHi 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:54
Pumpkin-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:55
ubuntiniPumpkin-, what other information would help for you to give a better opinion?15:56
Pumpkin-what attacks (or types of potential attacks) are you trying to defend against15:57
mneptokubuntini: VPN is really the only solution. anything else (e.g. proxy) is just an abstraction layer that provides no real security.15:57
mneptokubuntini: now, IPsec or PPPtP is another can of worms entirely.15:58
henshaw'tail -f .xsession-errors' doesn't actually follow the file as it grows. that seems very odd. can anyone reproduce this behaviour?15:58
ubuntiniPumpkin-, 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 server15:58
mneptokhenshaw: tail doesn't do that. you want inotail.15:59
mneptokubuntini: run the DB server on a separate machine that only accepts requests from the web server.15:59
=== Kitar|st_ is now known as Kitar|st
casshi16:00
mneptokubuntini: (and the DB server has no public connection)16:00
casshello!16:00
=== gary is now known as game16
ubuntinimneptok, but the webserver still does, and if anyone gets access to that they will still get access to the data if you get me16:00
mneptokubuntini: 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:01
mneptokubuntini: 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
CalinouSly: secure boot is only disableable on x86 computers with win8 preinstalled, not ARM16:02
Calinou(seriously, MS)16:02
ubuntinimneptok, its not general public though, its remote sales team(i want to stop the general public if you get me)16:03
SlyCalinou: I'm not on an ARM system, so I should be good.16:03
mneptokubuntini: VPN16:03
henshawmneptok: ok. it's not installed by default though. and it worked in fedora - some packaging difference or something else?16:04
ubuntinimneptok, ok thankyou16:05
CalinouSly: why did you buy a computer with win8 preinstalled anyway? you're supporting ms by doing so..16:05
Calinouand getting a refund is nearly impossible16:05
SlyCalinou: 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
SlyThere's not many computers you can buy with Linux preloaded on it.16:06
xatconi m unable to connect my wireless head phn by dell to laptop-dell 1535 studio16:06
xatconusing ubuntu 12.0416:06
CalinouSly: :| blame manufacturers who are too stupid, their computers would be cheaper if they had no OS16:07
Calinouthis is meme-able16:07
Calinouand removing windows == waste of money16:07
=== seednode_ is now known as seednode
xatconneed some help16:08
SlyNot really. The processor itself is valued at $225. I paid $640 after taxes and everything.16:08
Esokrai 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
Sly6GB of 1333 RAM16:08
Sly750GB HD16:08
xatcontry to connect by bluetooth16:08
mneptokSly: do you plan to use Windows at all?16:09
CalinouSly: the computer would be $100 cheaper if there was no windows; I was just complaining about manufacturers16:09
Slymneptok: perhaps as a dual boot at some point, but I wouldn't use Windows 8 either way.16:09
llutzCalinou: it wouldn't and now please take this "i hate ms" to #ubuntu-offtopic16:09
mneptokSly: pull the hard disk, set it aside for when you go to resell. by a HD and do what you want to it.16:09
=== n3o is now known as agrigoriev
Calinoubanned from -offtopic, try again(R)16:10
Slymneptok: well, I can always pull the hard drive from my other computer.16:10
bazhangCalinou, thats enough16:10
mneptokSly: probably too late for the "never even been booted" thing.16:10
SlyIt already has Ubuntu 12.10 installed and working perfectl.16:10
Sly*perfectly16:10
henshawmneptok: http://distanz.ch/inotail/ says "As of version 7.5 of coreutils tail --follow uses inotify if available (as inotail does). "16:10
SlyI haven't looked up to see if this case has enough room for two drives.16:11
mneptokhenshaw: OK, so add the arg to your tail command.16:11
EsokraSly: Do you know where to get help with sandboxing application with arkose?16:11
edveanyone knows a good alternative to landscape ?16:11
sipioredve: portrait?16:12
Erik_Dlol16:12
xatconlol16:12
henshawmneptok: I did, unless you're saying that there's a difference between "-f" and "--follow"16:12
Erik_Dedve: What is landscape?16:12
Esokra^^16:12
Erik_D(not the photo orientation :P)16:12
mneptokhenshaw: i don't know. i know the --follow arg is actually documented.16:12
xatconscape  full land i think16:12
edveThank you Erik16:12
=== Sly_ is now known as Sly
edveno it's the service offered by cannonical16:13
mneptokErik_D: remote monitoring and admin for Ubuntu, a paid Canonical service.16:13
mneptokedve: Puppet?16:13
Esokrahas nobody ever heared of arkose ?16:13
xatconhow i use my dell wire less blue tooth headset with my laptop16:13
Erik_Dedve: I have no idea, sorry16:13
Lasivianhiya16:14
xatconany adv16:14
LasivianI'm looking for a way to find a file and see both it's location and it's size16:14
Lasivianfrom commandline that is. ls-R | grep will give me the sizes, and find gives me the locations, but I need both16:14
henshawmneptok: nope, --follow doesn't work for me either16:14
Esokrahow does global menu work? is it for every application different?16:14
llutzLasivian: find /path -iname '*partofname*' | xargs ls -lh16:14
mneptokhenshaw: dunno. i use inotail.16:15
__nyarlathotepanyone have experience setting up a permanent install of ubuntu server in virtualbox?16:15
xatconcan any one16:15
Lasivianllutz: damn, thank you :)16:15
=== edve is now known as sysadmin
=== sysadmin is now known as Guest28468
emesI'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?16:16
=== Guest28468 is now known as edve
xatconusing 12.04 ...not able to connect ...wireless head set16:17
jacobraskI'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 started16:17
riexHello. 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
jacobraskI tried nomodeset, is there another option I could try which might make X work?16:17
jacobraskI only get into the console16:17
jacobraskstartx gives me a black window, not sure how to debug that16:18
xatconits easy in window ...i dont like it16:18
VlanXhello there, i just got a   ehci_hcd 0000:00:1a.0: fatal error.  How can i restart that module?16:18
bhaveshI 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
angel2979Hello, 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:19
bazhangangel2979, make a disk image? from the utility Disks?16:20
=== Luke is now known as Guest59534
angel2979bazhang: yes I would like to create ISO of both operating system including the filesystem16:21
neurehi16:23
neurei am tryng to install ubuntu 12.04.1 on virtualbox16:23
riexHello. 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
neurehttp://i.imgur.com/ov5hV.png16:23
neurewhat is this?16:23
varikonniemiangel2979, on new disk utility there is disk image functionlaity16:23
varikonniemion 12.1016:24
prashant_123456no volume icon in lxde panel16:26
rozmuqyoyo16:26
rozmuqyoyo16:26
=== Guest59534 is now known as LukeT
=== dark3n|off is now known as dark3n
riexHello. How do i get php-gd with TTF Support, come on. Nobody knows? :-]16:29
quidnuncThe lightdm greeter is only starting intermittently for me. lightdm.log says "Sending signal 15, Greeter closed communication channel, X server stopped"16:29
quidnuncWhat gives?16:29
CrazyGangster@prashant_123456: you have to configure the panel, right click in the buttonbar and "Panel Settings"16:29
is_nullhi all, what's the program that gets activated when hitting "alt" ? i'd like to try to use it in my other non-ubuntu setups16:30
=== travis is now known as Guest78449
newbie01hi would anyone mind helping out a ubuntu newb out? I just installed ubuntu 12.10 and I can't get my dual screens going16:30
user007Hi, when playing movies in Movie Player i get some flickering in the corners. Anyone know how to fix this? This does not happen in VLC16:30
BluesKajis_null, alt+f2?16:31
=== Guest78449 is now known as MrZodiac
is_nullBluesKaj: nope, just alt, it pops an autocomplete allowing to do stuff like File -> Open etc ...16:31
newbie01can 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
is_nullalso, 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 google16:32
BluesKajis_null, must be a unity or gnome thing , no such command on KDE16:32
is_nullBluesKaj: that's a really neat hack, i'd like to find sources for that16:33
is_nullthese kind of menus are the last thing that make me have to use the mouse ..16:33
bhaveshWhy don't I see anything in Software sources > Additional drivers tab? its empty16:34
neureis there some minimalistic desktop environment for ubuntu - even more than unity 2d?16:36
bazhang!notunity | neure16:37
ubottuneure: 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 !classic16:37
VlanXcolud please anybody tell me how do i reload  ehci_hcd?16:37
bazhangneure, the gnome-panel (classic look) is fairly so16:37
wols_VlanX: you rmmod it first, the modprobe it again16:38
VlanXwols_: i get ERROR: Module ehci_hcd does not exist in /proc/modules16:38
wols_neure: openbox, ratpoison, awesomewm, etc. those are all more minimalist. and of there there is lxde and xfce from lubuntu and xubuntu16:38
wols_VlanX: lsmod. check what is loaded16:38
VlanXwols_: on usb_hid?16:39
wols_VlanX: no, what is loaded at all16:40
VlanXwols_: http://pastebin.com/r6ffxq5F16:40
wols_VlanX: maybe it's not a module but compiled in16:41
prashant_123456CrazyGangster, yep thanks for the help16:41
VlanXyes it is16:41
VlanXapparently16:41
VlanXwols_: http://pastebin.com/1429kv9z16:42
wols_VlanX: that doesn't say if it is or not. /boot/config* is16:42
=== `mOOse` is now known as m00se
VlanXwols_:  root@server:~# modprobe -r ehci_hcd     FATAL: Module ehci_hcd is builtin16:43
VlanXwols_: i wonder if i can get the USB2.0 controller to come back alive w/out having to reboot the system16:44
VlanXi have many VM opened so it would be a major event16:44
=== Guest69407 is now known as Wesley
=== Wesley is now known as Guest68445
ambhello16:46
ambi am  from iran16:47
michal_Hi16:47
bazhangamb, ubuntu support question?16:47
ambmichal16:47
michal_yes?16:47
ambkasi  farsi  beladee16:47
bazhang!ir | amb16:48
ubottuamb: #ubuntu-ir baraye Farsi zabanan mibashad ke channele rasmie goroohe Iran-ie ubuntu ast. #ubuntu-ir  برای فارسی زبانان می‌باشد که کانال رسمی گروه ایرانی اوبونتو است.16:48
MRNV316:48
MRNV316:48
ambcan not setup persian languge16:49
michal_!ir16:49
ubottu#ubuntu-ir baraye Farsi zabanan mibashad ke channele rasmie goroohe Iran-ie ubuntu ast. #ubuntu-ir  برای فارسی زبانان می‌باشد که کانال رسمی گروه ایرانی اوبونتو است.16:49
michal_!pl16:49
ubottuNa tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.16:49
michal_ubuntu-pl is empty ;(16:49
llutzit's not16:49
michal_I in16:50
dak0How  can I check my ubuntu version ?16:50
llutzdak0: lsb_release -sc16:50
dak0priciese16:51
dak0but I need to know 12.0416:51
dak0or 12.1016:51
llutzprecise is 12.0416:51
dak012.10 is  beta?16:52
llutz!quantal | dak016:52
ubottudak0: 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.1016:52
omenzbeen rooted lately?16:53
=== christopher is now known as Guest54229
dak0becuase update menager is not showing the new updates16:53
Thales0796Helle, can I create a persistent session x2go on a remote server ?16:53
bazhangomenz, is that a support question?16:53
trismdak0: https://wiki.ubuntu.com/QuantalQuetzal/ReleaseNotes/UbuntuDesktop#Upgrading_from_Ubuntu_12.04_LTS (need to enable normal release upgrades)16:54
=== dennisyuan is now known as testttt
chuck_这个怎么用16:55
bazhang!cn | chuck_16:56
ubottuchuck_: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw16:56
socialbugwhy do i have all the videos from youtube blue?!?!?!16:56
bazhangsocialbug, full screen the flash video, disable hardware acceleration16:57
socialbugok16:57
socialbugall try that16:57
ChogyDanIm having a bug during the boot process.  How do I file a bug?16:59
bazhang!bugs | ChogyDan16:59
ubottuChogyDan: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.16:59
ChogyDanbazhang: 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 process17:00
=== Albastos is now known as Albastos|off
bazhangChogyDan, whats the bug you say you found then17:01
ChogyDanbazhang: 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 shown17:03
bazhangChogyDan, and if the drive is connected?17:03
ChogyDanbazhang: it's fine.  It seems the boot process doesn't like the missing mount points17:04
bazhangChogyDan, and the drive is in fstab?17:04
ChogyDanthe drive is just extra storage.  Yes, I think it is in fstab, lemme check though17:04
bazhangChogyDan, and how long is this "pause"?17:05
ChogyDanyea, fstabed.  Permanent17:05
bazhang ChogyDan, and how long is this "pause"?17:06
ChogyDanunless 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 first17:06
ChogyDanbazhang: I tested for at least 20 minutes.  Im guessing permanent17:06
bazhangChogyDan, the system pauses for 20 minutes during boot?17:07
ChogyDanbazhang: it never actually booted17:07
bazhangChogyDan, what  is the "pause" you mention then17:08
=== kostkon_ is now known as kostkon
ChogyDanbazhang: 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)17:10
=== nick is now known as Netbus
shihanhmm, anyone running bind as a slave on ubuntu server 12.04? anything special you had to do?17:11
arabihello... i have installer LAMP on 12.10 where I can access it?17:12
arabican anyone help?17:12
ChogyDanbazhang: nm, I guess the package is mountall: https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/57144417:13
ubottuLaunchpad 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:13
Biafraarabi... it should be in /var/www17:14
=== h00k is now known as CaptainH00k
klaxtrhi 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??17:16
=== CaptainH00k is now known as h00k
PeanutHi 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:20
delinquentmeI'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//lib17:21
delinquentmewhat does this do?17:21
mrfunkhello17:22
Peanutdelinquentme: I don't think that does anything special, probably just a poorly written autoconf.17:22
trismdelinquentme: 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 end17:22
mrfunkhow can i join #wine without getting kciked?17:22
bubu\ahi 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/hourly17:23
arabii have installed LAMP server on 12.10 .. now can i turn on mysql server17:23
arabiplease help17:23
mrfunkyes you can17:23
Bustacaphttp://wiki.cyanogenmod.com/index.php?title=Latest_Version/Google_Apps17:24
BustacapOops wrong chat.17:24
BustacapSorry.17:24
frokkThe "how to ask questions on IRC" article (a few links away from "IRC guidelines") should really be in the topic.17:24
wols_arabi: how do you know it's not already running after you have installed it?17:24
mrfunkanyone 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 failing17:24
arabii don't anything17:24
wols_mrfunk: then don't run furmark but some other benchmark, a native one17:25
wols_!lamp17:25
ubottuLAMP 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
arabiwols_ can you help?17:25
wols_!lamp > arabi17:25
ubottuarabi, please see my private message17:25
bazhang!gq | frokk you mean this?17:25
ubottufrokk 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:25
arabiok letme check it17:26
mrfunkwols_: would you please suggest one for me?17:26
arabiwols_ where is the message?17:26
frokkbazhang: yeah, that17:26
MoogsHow do I reallocate harddrive space from a dual boot.  I want to take space from Ubuntu and move it to my Windows17:27
wols_mrfunk: http://www.phoronix.com/scan.php?page=article&item=linux_opengl_prime&num=117:27
wols_!lamp | arabi17:28
ubottuarabi: 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
bazhangMoogs, gparted live cd you mean?17:28
yeehiI get an error trying to install apache and sqlite: http://pastebin.com/hBYzLL7z17:28
Moogsbazhang: 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 817:28
frokkMoogs: what you want to do is called "partition resizing" or "volume resizing"17:29
OpenBoxArchMoogs: gparted17:29
arabiubottu : I am learning mysql that is why i installer lamp17:30
frokkMoogs: 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
wols_yeehi: FIRST error17:30
ChogyDanyeehi: that might be from a previous error17:30
wols_arabi: ubottu is a bot17:30
pgdacupdate-manager   gives an error  File "/usr/bin/update-manager", line 26, in <module> import pygtk17:30
pgdacImportError: No module named pygtk17:30
jribMoogs: pastebin your command and full output and use a pastebin that isn't covered in ads please :/17:30
arabiwols_ : ok17:31
pgdachow to fix this17:31
rajmahendraHow can i check the name of the graphic card in my system ?17:31
jribpgdac: and you have no idea why?17:31
arabii have run !lamp but getting an error17:31
OpenBoxArchMoogs: livecd17:31
yeehioh, ok thanks CHogyDan17:31
Moogseveryone.  i am not using a livecd.17:31
wols_Moogs: but you should17:31
frokkMoogs: we are telling you to use one :)17:32
arabiwols_ : arabi@interadez:~$ !lamp17:32
arabibash: !lamp: event not found17:32
OpenBoxArchMoogs: burn livecd and gparted end of subject far to easy and saves time17:32
jribrajmahendra: « lspci | grep -i vga » do what you want?17:32
wols_arabi: what is your exact problem? if you want to install a LAMP setup, ubotto gave you a link how to do it17:32
jribpgdac: it's not a trick question17:32
rajmahendrajrib,  i want to install the vga driver  i have some issue when run secondlife17:32
jrib!drivers | rajmahendra17:32
ChogyDanarabi: sudo apt-get install lamp-server^17:33
jrib!nvidia | rajmahendra17:33
ubotturajmahendra: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto17:33
arabiChoggyDan : I have run it... installation complete17:33
jribyeehi: pastebin your command and full output and use a pastebin that isn't covered in ads please :/17:33
pgdacjrib:  Tell me to fix it if you know17:33
rajmahendrait shows "Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)17:33
rajmahendra"17:33
jribpgdac: I need you to answer my questions before I can help you.17:34
ThinkT510pgdac: did you read the error?17:34
bubu\ahi 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/hourly17:34
arabiin windows there is a WAMP window ... where I can see running servers .. and visit the localhost page ... in linux how can i do that17:34
pgdacjrib: ThinkT510  : yes i opend that file , now what to edit there17:34
rajmahendraany idea where can i get the driver ?17:34
jribpgdac: I didn't tell you to open any file.  I asked you a question.17:34
wols_arabi: you can visit localhost page just like win windows. there is no such panel in linux17:34
llutzarabi: start your browser, open "http://localhost"17:34
frokkbubu\a: I do not know, but that does seem like something you can google.17:35
wols_rajmahendra: you already have the driver. there exists only one and ubuntu is already using it by default17:35
pgdacjrib: Please repeat your question17:35
yeehijrib - 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 117:35
=== Youri is now known as YBook
MoogsI got gparted loaded up but now it's not doing anything I cannot repartion to unused space to the unalocated area17:35
Moogshow do i do that17:35
jribpgdac: 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
arabiIt works!17:35
arabiThis is the default web page for this server.17:35
arabiThe web server software is running but no content has been added, yet.17:35
arabii am getting the above message...17:35
jribyeehi: use apt-get17:36
arabiis it from LAMP?17:36
rajmahendrawols_, 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
jribarabi: it's from your apache server, sure17:36
wols_Moogs: are you running from your installed ubuntu?17:36
Moogswols_: yes17:36
xanguaMoogs: you were already told to use a live cd...and backups are always good idea :)17:36
llutzarabi: yes, now you have to read apache- and mysql-dokumentation about configuring an d using it17:36
pgdacjrib: Actually this system is used by many people , so i have no idea what happens in my absence17:36
arabithen how can I acces mysqlserver ?17:36
wols_Moogs: you've been told time and again not to do that. we don't write that to spite you17:36
yeehithanks, jrib - let me try that17:37
wols_arabi: install phpmyadmin17:37
llutzarabi: mysql -u <username> -p17:37
DrCodehi all17:37
DrCodehow can I stop report combo in ubuntu?17:37
DrCodeit pop up17:37
frokkMoogs: you can't resize the volume that the OS is running from, use a liveCD to resize that volume17:38
Moogsfrokk: okay see you in a second.17:38
=== ubuntu is now known as Guest99710
frokkprobably not, I'm about to reboot to solve my own problem17:38
arabillutz: i have run that..but i am getting the same message as from apache server17:38
Kartagis!xen17:38
ubottuXEN 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/Xen17:38
jribpgdac: that's fine.  You can still answer my question based on your experience.17:38
arabiwols_ where can I install phpmyadmin17:38
llutzarabi: never17:38
arabiis there any diffrent local host address for mysqlserver17:39
OpenBoxArch!xmonad17:39
wols_arabi: what is your actual problem?17:39
jribOpenBoxArch: xmonad is in the repositories, you just install it and select it at the login window as your session17:40
wols_arabi: and you install phpmyadmin like any other pogram under ubuntu17:40
OpenBoxArchMultimonitor xmonad has to be the best Linux desktop experience ever” — josephkern apr 0917:41
OpenBoxArch“XMonad is by far the best Window Manager around. It's one of the reasons I stick with Linux.” — Tener, apr 0917:41
soeeany idea wht can cause this error: AptanaStudio3: 5: AptanaStudio3: Syntax error: "(" unexpected ?17:41
jribsoee: you should say what you are doing to get that error.17:41
arabiwols_: sudo apt-get install phpmyadmin   is it enough?17:41
=== TigerbotHesh1 is now known as TigerbotHesh
OpenBoxArch!Xmonad17:42
soeejrib, i just downloaded AptanaStudio3 and trugin to run it17:42
gsnedders_webHi, 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
OpenBoxArch!openbox17:42
ubottuopenbox is a lightweight window manager. For instructions and more information see https://help.ubuntu.com/community/Openbox17:42
soee*trying17:42
wols_OpenBoxArch: /msg ubottu <topic>   please don't spam the channel17:42
jribOpenBoxArch: 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:42
jribsoee: so how are you trying to run it?17:43
OpenBoxArchjrib: just seeing why the bot was not bringing up xmonad and yet xen.. thats all17:43
=== toastcfh is now known as t0astcfh
jribOpenBoxArch: it's just because no one has created a factoid for it17:43
gsnedders_webBooting into live CD and then running update-grub doesn't appear to have made any difference, somewhat expectadly.17:44
OpenBoxArchjrib: figured that after punching in a few more tests. thanks :)17:44
theadmin!xmonad is <reply> xmonad is a tiling window manager written and configured in Haskell. For more information, refer to http://xmonad.org17:44
soeejrib, http://pastebin.com/cyGwqeDb17:44
theadminOpenBoxArch: There we go. Next, please /msg the bot to check for something like that.17:44
=== codemaniac is now known as CruelQueen
jribsoee: don't do that.  Instead, make it executable and then do ./AptanaStudio317:44
Peanut!loastlog gsnedders_web17:44
=== CruelQueen is now known as codemaniac
arabithank you guys .. now I got what I am looking for17:45
wols_soee: check the first 5 lines then17:45
OpenBoxArchtheadmin: never seen new you could msg the bot thank you. ;P17:45
soeejrib, 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.17:46
=== Guest68445 is now known as Wesley
arabiwols_ : bye17:46
gsnedders_webPeanut: Typo? (Given there was no prompt)17:46
=== Wesley is now known as Guest95284
jribsoee: 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.conf17:46
Peanutgsnedders_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:46
FunhouseHi there,  how would I go about changing the owner for all folders named .svn within the root folder. like  sudo chown -R ubuntu folder_name17:47
Snicers-Work2I want to lock ALL users to a specific folder heirarchy for vsftp, is this possible?17:47
gsnedders_webPeanut: No, no release upgrade here; just latest 12.04 package updates17:47
jribFunhouse: use find and -exec17:47
Funhousejrib, ah ok great thank you trying now17:47
navneethquit17:49
=== gianni is now known as Guest93071
navneethoops!17:49
Guest93071hola17:49
Guest93071hay alguien17:49
Guest93071¡¡17:49
Guest93071??17:49
theadmin!es | Guest9307117:50
ubottuGuest93071: 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
Moogshow do you install a file downloaded from the net.  it is in tar.bz2 format17:50
OpenBoxArchSnicers-Work2: most ftp's allow you to only share data from specific foler...17:50
jribMoogs: you avoid it.  What are you trying to install?17:50
Moogsfirefox aurora17:50
theadminMoogs: There's a ppa for that17:51
Moogsi set it to permission: file to execute17:51
Snicers-Work2OpenBoxArch: , currently the ftp is locking local users to their respective home folders, I want one folder for all users.17:51
Moogsso, what do i need to do?17:51
theadminMoogs: 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
coz_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:51
emesI'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
mrfunkwols_: i still havent figure out how to install it17:52
theadminMoogs: However, if you want an app that's not in repositories, please first search the web for "<SUBJECT NAME HERE> ppa", so "firefox aurora ppa" in your case17:52
theadminMoogs: https://launchpad.net/~ubuntu-mozilla-daily/+archive/firefox-aurora17:52
unrarHy17:53
OpenBoxArchMoogs: 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
astexMy brightness controls increment screen brightness by 4 instead of 1.  How do I fix this?17:53
Moogsnewer, it's an alpha version of firefox.17:54
Moogsokay, well i will do that.  thanks.17:54
theadminOpenBoxArch: 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
navneethOpenBoxArch: I don't think you need to compile anything from the archive from Mozilla17:54
OpenBoxArchMoogs: Run Arch LInux17:54
astexOpenBoxArch: offtopic17:55
theadminOpenBoxArch: No spam please. Suggesting other distributions in this channel is not welcome, unless they are an officially supported Ubuntu distribution.17:55
hdb2hey 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
trismcoz_: strange, seems to still work here17:55
theadminhdb2: KDE you mean :P17:55
hdb2theadmin: :)17:55
astexhb2: KDE17:55
bazhang!behelpful | OpenBoxArch17:55
ubottuOpenBoxArch: 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:55
AxsuulHow would I restart monit if it crashes?17:56
navneethhdb2: cinnamon! you can install it in Ubuntu,right?17:56
hdb2theadmin: 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
theadminhdb2: 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
MonkeyDustnavneeth  i have it, with a ppa17:56
hdb2navneeth: brilliant!!!  didn't think of that!17:56
OpenBoxArchtheadmin: Not spam was recommending running alphas is best in Archlinux not to say Ubuntu is not a great distro.17:56
astexhdb2: also, gnome2 (MATE)17:56
hdb2astex: mate, even better!17:56
bazhangOpenBoxArch, please take the chit chat elsewhere17:56
coz_trism,  mm   I am also on gnome fallback which generall worked as well,, that may be the issue here17:56
henshawmneptok: 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
hdb2many great suggestions, thanks everyone for getting me pointed in the right way!17:56
astexanyone know anything about my brightness problems?17:57
arabii have installed phpmyadmin .. where i can open it?17:57
astex brightness controls increment screen brightness by 4 instead of 1.  How do I fix this?17:57
akishi 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:58
astexthere 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
astexakis: you should go ahead and try to install and run the program after installing wine17:59
MonkeyDust!appdb > akis17:59
ubottuakis, please see my private message17:59
astexwait...no need to install windows18:00
armbarFolks, just upgraded to quantal, got problems installing swi-prolog. Is this the right place to ask for help?18:00
* astex typos on new keyboard18:00
theadminarmbar: Depends, is that in the repos? :P18:00
OpenBoxArchakis: how pressed on time are you to get this up and running?18:00
leon1984Excuse,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:00
akisastex: you mean that there is no need to install windows on wine, isn't it?18:01
theadmin!fixapt | leon198418:01
armbarnot much, just that it goes deep down to libgmp10 so it might be affecting some other packages too.18:01
ubottuleon1984: 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
astexakis: yes18:01
theadminErr, wrong factoid, ignore that leon198418:01
theadminleon1984: Try "sudo dpkg-configure -a"18:01
akisOpenBoxArch: hmm. i don't have enough time. 1-2 days only -:(18:02
armbarThe following packages have unmet dependencies:18:02
armbar libgmp-dev : Depends: libgmp10 (= 2:5.0.2+dfsg-2ubuntu2) but 2:5.0.5+dfsg-2 is to be installed18:02
armbarE: Unable to correct problems, you have held broken packages.18:02
theadminarmbar: Hm... Do you have any unofficial repositories enabled? Correct that if so.18:02
akisastex: do i have just to install wine using ubuntu software center and then download and install the windows application?18:03
astexakis: 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
astexakis: yes18:03
genii-aroundarabi: Usually if on the same machine, http://localhost/phpmyadmin18:03
genii-around!info libgmp10 precise18:03
ubottulibgmp10 (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 kB18:03
leon1984theadmin,ubottu,theadmin,Thanks! I'm trying : )18:04
astexakis: you should search for your app at http://appdb.winehq.org/ to see if it will work well18:04
OpenBoxArchastex: hey playonlinux using wine seems to have changed. Whats the deal?18:05
arabigenii-around : i am getting error... phpmyadmin not in this server18:06
dr_willisi think they got their own wines OpenBoxArch18:06
dr_willisa wine celler.  ;-)18:06
genii-aroundarabi: You installed it from the Software Center, or with aptitude or apt-get, or some other way?18:06
arabiapt-get18:07
arabigenii-around : sudo apt-get install libapache2-mod-auth-mysql phpmyadmin18:07
arabi  i have run this18:07
akisastex: i read already after some googling that the application works under ubuntu/wine. not 12.04 but older versions.18:07
robbieanyone play torchlight 2? I know its off topic but I just need the local_settings.txt file :)18:08
astexakis: the concern is usually wine.  not ubuntu.  if it works under older versions, then it will most likely work well on the current version18:08
OpenBoxArchdr_willis: hmmm... Last time been to that website the were a commercial company guess Playonlinux didnt take off...18:08
astexOpenBoxArch: isn't playonlinux mostly Steam games.  And isn't Steam releasing a linux version in like two weeks?18:09
dr_willisOpenBoxArch: never really used it or needed it. i recall some comercial wine called crossover  years ago.18:09
theadminastex: playonlinux is just a nice way to manage wine apps18:10
dr_willisastex: its in beta testing now.18:10
genii-aroundarabi: Did you restart apache?18:10
armbarI 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:10
akisastex: that makes me happy. have you ever used wine? what do i have to do after i installed it?18:11
akisOpenBoxArch: why?18:11
alusion_My print screen is configured to just search for ksnapshot instead of screen shotting >_> how do I change it?18:12
genii-aroundarmbar: 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: "<armbar>  libgmp-dev : Depends: libgmp10 (= 2:5.0.2+dfsg-2ubuntu2) but 2:5.0.5+dfsg-2 is to be installed"18:13
OpenBoxArchakis: 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
alusion_where do I find the actual package files? I wanna set printscreen to use shutter18:13
robbiehow can I see the full titlebar text on a window that wont resize?18:13
astexakis: nothing.  wine just kind of works18:13
Snicers-Work2I 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
genii-aroundarmbar: 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 repository18:14
astexakis: most of the time.  if not, try googling the program and see what other people have done to make it work.18:14
robbiehow can I see the full titlebar text on a window that wont resize?18:14
arabigenii-around : no i didn't .. how can I do that18:14
armbargenii-around: so I it tells that libgmp-dev is not pointing to the right dependencies?18:15
robbiehow can I see the full titlebar text on a window that wont resize?18:17
arabigenii-around : thanks .. now it is working :)18:17
genii-aroundarmbar: What say result from: apt-cache policy  libgmp1018:19
genii-aroundarabi: You're welcome18:19
robbiehow can I see the full titlebar text on a window that wont resize?18:19
alsuI'm trying to follow https://newrelic.com/docs/server/server-monitor-installation-ubuntu-and-debian18:19
alsuwhere do I get the "deb" command on Ubuntu 12.04?18:20
armbarlibgmp10:18:20
armbar  Installed: 2:5.0.5+dfsg-218:20
armbar  Candidate: 2:5.0.5+dfsg-218:20
armbar  Version table:18:20
armbar *** 2:5.0.5+dfsg-2 018:20
FloodBot1armbar: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:20
armbar        100 /var/lib/dpkg/status18:20
Ar71kHello, im looking for some help with my wireless USB network adapter18:21
genii-aroundarmbar: the 100 /var/lib/dpkg/status line tells us it was installed manually and not from ubuntu repositories18:21
armbarups that looks quite bad18:22
=== qos is now known as qos|away
robbiexwininfo !! thank god18:23
genii-aroundarmbar: try:  sudo apt-get update && sudo apt-get install  libgmp10= 2:5.0.2+dfsg-2ubuntu218:23
VlanXanyone remembers how to download a directory with WGET and the option to select the destination folder?18:24
leon1984Can i reinstall initramfs-tools? there is an error.18:24
dniMretsaMleon1984: what error?18:25
huggy-bearVlanX: http://txt.binnyva.com/2007/03/download-entire-folder-using-wget-command-in-linux/18:25
dniMretsaMand what version of Ubuntu18:25
genii-aroundVlanX: -P or --directory-prefix=       according to the manpage18:26
huggy-bearVlanX: the flag: -P ~/some/folder sets the destination18:26
theadminalsu: deb is not a command, read the instructions you are following carefully.18:26
leon1984dniMretsaM@ When i type "sudo apt-get install -f" it say "post-installation returned error code 1,initramfs-tools have an error"18:27
genii-aroundleon1984: sudo apt-get install --reinstall initramfs-tools18:27
armbargenii-around: how can I replace it without reinstalling the world? (apt-get remove libgmp10 removes a ton of packages)18:27
genii-aroundleon1984: Or, the package is installed properly but trying to rebuild the initrd is giving some error causing it to fail18:28
genii-aroundarmbar: I didn't tell you to remove anything.18:28
VlanXhuggy-bear: thanks for your help, i'm now trying to understand how the recursive parameter works18:28
dniMretsaMleon1984: try "sudo apt-get update" and "sudo apt-get upgrade" again. had this yesterday and that fixed it18:28
genii-aroundarmbar: the: sudo apt-get install libgmp10= 2:5.0.2+dfsg-2ubuntu2         should just overwrite the existing version18:29
=== Vampire0_ is now known as Vampire0
leon1984genii-around@ It say "E: Sub-process /usr/bin/dpkg returned an error code (1)"18:29
crqdis there a way of shortening the notification ballon from gwibber? it stays up far too long and clicking it doesn't get rid of it18:29
huggy-bearVlanX: 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:29
unrarHi18:30
BlauskaerMIs there someone in here that is skilled with fluxbox?18:31
huggy-bearBlauskaerM: depends on what you need.18:31
genii-aroundleon1984: What result from: ls /var/cache/apt/archives/initramfs-tools*18:31
VlanXhuggy-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
genii-aroundarmbar: I put a space by accident between the "=" and the "2" in that command, make sure there is no space and try then18:32
leon1984genii-around@ "E: Sub-process /usr/bin/dpkg returned an error code (1),dpkg:initramfs-tools (--configure) error"18:32
BlauskaerMhuggy-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
BlauskaerMme*18:32
genii-aroundleon1984: That's not the answer to the question I asked18:32
huggy-bearVlanX:  well, if you give it that address, level 2 would go another 2 levels beyond /ddd.18:33
unrarOne 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
unrarIs it normal?18:33
leon1984genii-around@ It say no file18:33
huggy-bearBlauskaerM: 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...18:33
=== florin is now known as Guest78546
dniMretsaMleon1984: did you try what I suggested?18:34
BlauskaerMhuggy-bear: I think you missunderstand me18:34
crqdgconftool-2 --set "/apps/metacity/general/button_layout" --type string "menu:minimize,maximize,close"18:34
BlauskaerMhuggy-bear: I just want to move the close window buttons to the left side on fluxbox18:34
BlauskaerMhuggy-bear: But nm, I think I found it18:35
huggy-bearBlauskaerM: oh, ok.18:35
leon1984dniMretsaM@ yes,i am tryed  It say the same error18:35
BlauskaerMhuggy-bear: Thanks anyway :)18:35
huggy-bearBlackPanx: np :)18:35
crqdflux probably uses gtk, and it inherits it from gnome that way18:35
Ar71kI really need some help connecting my 12.04 box to the internet18:35
dniMretsaMleon1984: put the entire error in a pastebin and link it here18:36
crqdthe reason why18:36
alo21hi all18:36
llutzBlauskaerM: http://fluxbox-wiki.org/index.php?title=Window_Buttons18:36
huggy-bearcrqd: i don't think so.18:36
alo21what program can I use to upload translations file for LP?18:36
Ar71ki've installed the driver associated with my USB network adapter and ndiswrapper is showing its installed and the device is present18:37
crqdi was wrong, i thought everyone except kde used gtk :P18:37
Ar71kbut i cannot get it to detect networks18:37
crqdlike x/l18:37
Snicers-Work2should I user virtual users for vsftp?18:37
dubac0how do i see if a site is down via terminal?18:38
Ar71kwhen i do "sudo modprobe ndiswrapper" it returns "FATAL: Module ndiswrapper not found"18:38
Ar71kping <site>18:38
llutzSnicers-Work2: if you want to chroot them, yes18:38
leon1984dniMretsaM@ I found it,"gzip: stdout: No space left on device"18:38
trismAr71k: 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:39
llutz!msg ubottu info gcc-arm-linux-gnueabihf18:40
ubottullutz: I am only a bot, please don't think I'm intelligent :)18:40
llutzgrr18:40
=== dniMretsaM is now known as dniMretsaM_away
trismAr71k: though on 12.10 you will probably be blocked by bug 102364518:41
ubottuLaunchpad 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/102364518:41
Ar71ktrism: i've downloaded ndiswrapper-common_1.57_1ubuntu1_all.deb should i remove that first?18:41
Ar71ktrism: i mistakenly said 12.10 im actually 12.0418:42
=== Youri is now known as YBook
crqdwhat card are you using?18:42
Ar71kcrqd: its a netgear N30018:42
trismAr71k: 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:42
Ar71kill grab it now18:43
crqdthose warnings about ndis being unstable isn't very nice looking though18:43
genii-aroundleon1984: What version of Ubuntu are you on, and is it 32 or 64 bit? If unsure, report result of: uname -a     and: cat /etc/issue18:43
TigaTerlaHi everybody , someone can help me? I want to change the default wallpaper all new user in the system ( sorry for my english)18:45
Ar71ktrism: other than connecting via Ethernet, is there an easy way to find out what im missing other than the ndiswrapper-dkms?18:45
leon1984genii-around@ 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux18:45
leon1984genii-around@ Ubuntu 12.04.1 LTS \n \l18:46
robbieive 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 UPNP18:46
=== Guest95284 is now known as Wesley
=== Wesley is now known as Guest79315
robbieive 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
trismAr71k: 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 patch18:48
trismAr71k: I unfortunately don't know a nice way to get a list of everything you need18:48
Ar71ktrism: after installing the dkms, what would be the proper next step to testing if it worked?18:49
TechnodicT_Any suggestions for a product designing software on ubuntu.?18:49
trismAr71k: check: dkms status; to see if it is installed for your kernel18:50
TechnodicT_[00:19] (TechnodicT_) Any suggestions for a product designing software on ubuntu.?18:50
laserfandangoWhat X server and client is the NExus 7 version of Ubuntu running?18:50
wilee-nileeTechnodicT_, This is support, if you had a specific goal you might get help otherwise polling the channel is off topic18:51
guybrushHi 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
Ar71ktrism: i've done the modprobe, and a iwconfig. It looks like its starting to work18:52
trismAr71k: excellent18:52
leon1984genii-around@ When i type "update&&upgrade" the error is : http://farm9.staticflickr.com/8327/8135851661_7ffac40621_b.jpg18:54
ratbert90Hey does anybody know of a program to read information being sent to a serial port?18:54
ratbert90I have a device that I need verified and it *should* be sending temp and direction through the rs232 port18:54
Peanutratbert90: minicom is a terminal emulater, is that what you're looking for?18:54
Peanut(emulator rather)18:55
Ar71ktrism: 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
ratbert90Peanut, 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 RS23218:55
TechnodicT_Compiz crashing a lot on 12.10 any sugestions?18:55
trismAr71k: not really sure, been a while since I used ndiswrapper myself18:56
EvdbHye guys, quick little question, in which specific line do I need to add the boor parameters, and where in that line?18:56
Ar71ktrism: no worries, thanks a heap for your help mate. i think i'll give it a few more goes.18:56
Peanutratbert90: 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
MonkeyDustwhat's boor?18:56
EvdbHaha I meant boot typo sorry18:57
ratbert90Peanut, hopefully clean terminal output would be preferred18:57
EvdbSo MonkeyDust can you help me?18:58
=== zmey06_ is now known as zmey06
genii-aroundleon1984: 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
genii-aroundcom/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.deb18:58
wilee-nileeEvdb, /etc/default/grub is the file for adding parameters once added run a update-grub18:58
Peanutratbert90: then why wouldn't minicom suffice, if ou want terminal output?18:58
Evdbwilee-nilee yeah but I mean in the grub menu sorry18:59
Evdbwilee-nilee I just need to know which line (when i press 'e') and where in that line18:59
Phibsis there any way to change to 1000HZ vs 100 in the kernel ?18:59
wilee-nileeEvdb, 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
genii-aroundleon1984: You're out of room in the /boot directory19:00
PeanutPhibs: generally, recompile the kernel with the setting you want19:00
PhibsPeanut: was wondering if the 'lowlatency' image did that19:01
genii-aroundleon1984: Forget the earlier instructions about manually getting the files, and instead the result of:    df -h19:01
PeanutNo, 'lowlatency' means high resolution timers and probably an interruptable kernel.19:01
Evdbwilee-nilee and does it matter where in that line? And should I only add stuff or also delete stuff?19:01
AlexNagydoes anyone know who originally wrote tk-wrapper?19:02
AlexNagyerm, wrong chan19:02
t0astcfhhello 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
PhibsPeanut: ok19:02
wilee-nileeEvdb, Depends on what your adding is the real question, anything done there is not permanent so you can do it without any damage.19:02
=== t0astcfh is now known as toastcfh
Evdbwilee-nilee okay thanks I'll try some stuff out!19:03
wilee-nileeEvdb, The important thing here is details not vague questions.19:03
wilee-nilee;)19:03
BenxyzzyIs 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:03
wilee-nileeBenxyzzy, ccsm is the desktop manager for unity19:04
leon1984genii-around@ It say 404 not found19:04
PeanutI 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_<long_string>, 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
Benxyzzywilee-nilee: Really? I thought it was an optional extra to install, and I've read lots of places saying it's dangerous19:05
genii-aroundleon1984: "404 not found" is a web problem. I require the result of: df -h19:05
alonethere is yankies here ?19:05
crqdBenxyzzy, they removed all the fancy things from it like desktop cube so there's not much point19:05
genii-aroundalone: As well as every other nationality19:05
wilee-nileeBenxyzzy, unity is a plugin in ccsm it all sists on top of gnome 3 in 12.04, dangerous hardly.19:05
wilee-nileesits*19:05
crqdcompiz is the wm, ccssm is just the settings editor19:06
crqdlike gconf19:06
wilee-nileecrqd, Not true the cube and other cutom settings are still there.19:06
tacomasterwhat is the purple background with the orange dots that light up and go back to white untill the lightdm loads?19:06
wilee-nileecustom*19:06
alonegenii-around: there is anybodys from new-york* ;D 'cause I see that it's shit19:06
Benxyzzywilee-nilee: http://askubuntu.com/questions/80589/what-are-some-of-the-issues-with-ccsm-and-why-should-i-not-use-it19:06
genii-aroundalone: That's not a support question, please ask in #ubuntu-offtopic, without the profanity19:07
wilee-nileeBenxyzzy, Notice the date on that post and 11.10, that has nothing to do with 12.0419:07
alonegenii-around: ...19:07
PeanutI cannot even mount it from the CLI in rescue: I have /dev/mapper/isw_<long_string>, but I need to mount /dev/mapper/isw_<long_string>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
leon1984genii-around@ df -h,The /boot was full,and another was 95% used19:08
genii-aroundalone: They are actually discussing that in there right now19:08
Benxyzzywilee-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
crqdjust launched ccsm and no desktop cube or wobly window for instance19:08
genii-aroundleon1984: Yes. You need to make more room on /boot ( at least )  and probably on the rest as well19:09
wilee-nileeBenxyzzy, THe dangerous is one I say one persons opinion and a bad one.19:09
genii-aroundalone: eg:  /join #ubuntu-offtopic19:09
wilee-nileeBenxyzzy, If it was so dangerous why would canonical have it part of there main desktop.19:10
yellabsany one using ubuntu on an asus transformer ?19:10
crqdit isn't in the default, you need to install19:10
leon1984genii-around@ Ok,thank you very much :)19:10
wilee-nileeyellabs, Post your problem, polling for users is a waste of time.19:11
yellabsits not a poll , thanks19:11
Benxyzzywilee-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:11
brontosaurusrexBenxyzzy: most of us are just users as well, or did you expect a hot debate?19:12
theadminyellabs: Ubuntu doesn't really do ARM...19:12
theadminyellabs: So just stay with Android for now19:12
Phibstheadmin: really? How is it on the nexus 7 then :)19:12
wilee-nileeBenxyzzy, 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
yellabsah , you are right19:12
Benxyzzybrontosaurusrex: What makes you say that?19:12
theadminPhibs: Must be some special, maybe even non-official port19:12
Phibsnod19:12
brontosaurusrexBenxyzzy: mz keyboard19:13
brontosaurusrexmy*19:13
Pici!arm19:13
ubottuARM 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
theadminPhibs: And I'm talking about <s>serious</s> official buisness here19:13
Benxyzzywilee-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, thanks19:13
Phibstheadmin: oh snap dawg19:14
Benxyzzylol, 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:15
yellabshmm, xchat cant scroll19:16
yellabsbecause no scroll bar19:16
devishneither irssi19:16
Troy^I'm using weechat atm19:16
yellabssounds cool, weechat19:17
=== travis_ is now known as MrZodiac
Troy^yellabs: similiar to irssi with a different layout of things.19:17
yellabsi see19:18
yellabs?19:19
yellabsAdolescence problem ?19:19
=== Mike is now known as Guest25651
yellabsbe back in a minute19:22
yellabsalright19:24
yellabsseems that xchat got an bug, due to ubuntu patches19:25
=== apervort is now known as apersibah
brontosaurusrexi have one that can scroll and has the ctrl ++ and ctrl +- for font size19:25
=== Luke is now known as Guest62005
EvdbHey Wilee-nilee everything worked out and after the big problems I've had Ubuntu is running great again!19:29
wilee-nileecool Evdb,19:31
[TiZ]So, displaylink. What do I have to do to make it work on Quantal?19:32
bassnahello. could anybody help me with getting a program to install correct?19:33
wilee-nileebassna, What is the program?19:35
bassnaprojectm19:35
VlanXis 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
bassnalol?19:36
bassnayou must be one angry fat kid to just be sitting in here waiting to make fun of people lol19:37
=== Guest62005 is now known as LukeT_
Safa_[A_boy]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:37
bassnaneed friends man?19:38
Bernd187what should I use in a chroot => "mount -t proc /proc /mnt/chroot/proc"  vs "mount -o bind /proc /mnt/chroot/proc" ?19:38
d1gitalWhere 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:38
genii-aroundBernd187: Also dev and sys19:40
bassnawilee-nilee i tried to install it, but it doesnt open i guess19:40
llutzBernd187: the 1st, bind not needed19: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
Bernd187genii-around & llutz, thx so first one19:40
[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.19:41
=== Chotaz` is now known as Chotaz
David-AVlanX: xosview can and I think gkrellm can too, and probably others (blink or idicate hd activity among other things)19:43
Safa_[A_boy]:'(19:44
chrmhoffmannlinaro19:46
=== jwong is now known as awole20
=== Guest79315 is now known as Wesley
guybrushHi 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....19:48
=== Wesley is now known as Guest26380
* chrmhoffmann blushes. sorry.19:49
=== dniMretsaM_away is now known as dniMretsaM
=== Youri is now known as YBook
steve___is it possible to use tuxedo ntfs instead of ntfs-3g in ubuntu? is it free?19:52
steve___sorry no offence, but what's that suppose to mean?19:53
llutzsteve___: tuxerea-ntfs you mean? that's afaik MAC-stuff19:55
=== Ex0deus is now known as Guest34167
bergersenHaving 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:55
bkfitzCan someone help me figure out why UFW is not enabling by default on reboot... I've set ENABLED=yes within /etc/ufw/ufw.conf19:56
bjrohanI 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 appreciated19:56
bekksbjrohan: What do you mean by "working properly"?19:57
cap10morganIn 12.04, does the /usr/lib/jvm/default-java symlink no longer get created?19:57
steve___llutz: i meant tuxera,  yes...  i just read this http://www.tuxera.com/products/tuxera-ntfs-embedded/performance/19:57
bkfitzAnd I do have a file that exists in /etc/init.d/ called ufw19:58
bkfitzso I assume that means startup on boot19:58
bjrohanSo 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 ogg19:58
brontosaurusrexbjrohan: the usual way is to compile latest git or find some up to date ppa19:58
bjrohanI followed the instructions for Ubuntu here: https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide19:59
brontosaurusrexbjrohan: that looks good to me20:00
akSeyahello ^^20:00
bjrohanbrontosaurusrex: 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
akSeyafolks, i have just made a upgrade here, now looks like ubuntu is ignoring the systray-whitelist from dconf20:01
akSeyai'm missing some icons on systray, how can I enable it again?20:01
insulinahello, 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, thanks20:01
brontosaurusrexbjrohan: they may be tied to their version20:01
WeThePeopleis there a better option than alsamixer, the volume is to sensitive20:02
bjrohanbrontosaurusrex: 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:03
brontosaurusrexbjrohan: no idea. i just use it from cli20:04
bjrohanbrontosaurusrex: Gotcha20:04
pero_p#list20:06
VlanXDavid-A:  gkrellm is ridicolously awesome!!!20:06
backboxwhat up people20:07
David-AVlanX: you don't think it's too much? tried conky? or screenlets?20:08
backboxHi there every one20:08
backboxsay hi20:08
WeThePeopledavid-a, conky takes some know how to program20:08
bekksWeThePeople: Not at all.20:09
bekksIt only takes someknow how on how to use an editor to configure the configuration file.20:09
David-Awell, you may need to know how to google20:10
WeThePeopleyeah, conky is easy :)20:10
dr_willisconky old school. now they addeded stuff thats beyond me to it.20:14
VlanXDavid-A: i actually do have screenlets, but i don't think i can do that20:15
VlanXDavid-A: do you think it'll be too much cpu expensive?20:15
dr_willisconky i would think is less cpu hungry then screenlets20:16
dr_willisbbl20:16
David-AVlanX: no worries for the cpu, too much christmas-tree on the screen, for you eyes20:16
VlanXDavid-A: i'm planning to buy a 23" full HD monitor, so the hell :D20:17
crowfaxhi 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
David-AVlanX: 23", even worse then, hope you are not sensitive to epelepsy20:20
VlanXlol20:22
crowfaxdo i take it to mean no one knows?20:22
DanonThere trashing our rights man! There trashing the flow of data!20:23
limpchi, 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
limpcim only able to use the opensource version which sucks.20:23
crowfaxanyone? no. awesome.20:24
crowfaxit's weird, google doesn't have the answer either20:24
brontosaurusrex!oem20:24
ubottuUbuntu 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 !automate20:24
brontosaurusrex!automate20:25
ubottuWays 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 !cloning20:25
limpchas anyone else had trouble with ATI drivers in 12.10?20:25
mirak_hi20:25
mirak_I want to install a package version from quantal on my precise. What is the best way to do that ?20:26
crowfaxi've been to all those pages, and unless i'm going blind, none of them reference the 12.10 installer20:27
jrib!backport | mirak_20:27
ubottumirak_: 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 !packaging20:27
mirak_jrib, what is he saying here ? https://bugs.launchpad.net/precise-backports/+bug/101697220:28
ubottuLaunchpad bug 1016972 in Precise Backports "Owncloud 4.0 release, will 12.04 update be available?" [Undecided,New]20:28
jribmirak_: who is "he"?20:28
mirak_jrib, he talks about backport, but it's not yet integrated ?20:28
mirak_ok it's undecided20:28
AristideHi !20:29
mirak_jrib, the guy in the launchpad thread20:29
orogorhi20:29
AristideIn /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
AristideOk20:29
orogori upgraded to 10.12 my boot pocess is stuck20:30
AristideWhen I start to format CD RW, /dev/sr1 disappear oo'20:30
ghostnik11is 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.html20:30
Aristidex)20:30
Aristideand /dev/sr2 appear :/20:30
orogoris there a place to report such bugs on irc?20:30
mirak_jrib, hi will install this packages https://launchpad.net/~trekcaptainusa-tw/+archive/build-tests/+build/360063720:30
mirak_for now20:30
jribmirak_: 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 yet20:30
mirak_jrib, it's not, I will just take the packages from quantal. Or install quantal repo and see what happens20:31
crowfaxah well, guess it can't be done in 12.10 then20:32
jribmirak_: um, why are you ignoring the advice given to you?20:32
jribmirak_: if you enable the quantal repo, you're likely going to end up with a broken install20:32
mrfunkhello, 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 related20:33
=== matt_ is now known as Guest26856
mirak_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 dependencies20:35
jribmirak_: well the advice is for you to backport the package.20:35
mirak_jrib, i just needed a refresh on how to do it, because i forgot20:35
jribmirak_: not to enable quantal repositories...20:35
duncanAnyone can help me get dualboot with windose 7 back?20:35
mirak_jrib, you agree that it's more complicated to backport20:36
aoeui`where the fuck is the 12.10 x32 ISO checksum on ubuntu.com? Has anyone ever found something on that page?20:36
jribmirak_: no.20:36
DaemonicApathy!language | aoeui20:36
ubottuaoeui: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.20:36
aoeui`where the heck?20:36
jrib!md5sums | aoeui`20:36
ubottuaoeui`: See https://help.ubuntu.com/community/UbuntuHashes for the md5sums of Ubuntu discs.20:36
mirak_jrib, i have to rebuild the packages from quantal right ?20:36
jribmirak_: yes20:36
David-Aduncan: is win7 still in its partitions on the harddisk, so only fix booting it, or you need to install win7?20:36
DaemonicApathyaoeui: https://help.ubuntu.com/community/UbuntuHashes20:36
DaemonicApathyOops, already got that, nvm.20:37
julius_hi20:37
mirak_jrib, ok that's doable. I remember there was an option to set when building, but that's really far away.20:37
jribmirak_: 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" iirc20:37
julius_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
aoeui`ubottu: David-A: thanks. "very easy" to find and easily accessible from the download area20:37
ubottuaoeui`: I am only a bot, please don't think I'm intelligent :)20:37
mirak_jrib, anyway i need to add quantal repos to get the source package20:38
David-Ai'm no bot, but don't think I'm intelligent either :)20:38
jribmirak_: sure, the deb-src lines20:38
=== simpleirc1 is now known as SecretFireMobile
mirak_jrib, yeah right20:39
duncanDavid-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
trismmirak_: just install ubuntu-dev-tools and pull-lp-source source_package quantal; (you can also use backportpackage)20:39
=== marcin82 is now known as Haribo_smak_rado
trismmirak_: not need to add quantal repos20:39
David-Aduncan: pleas msg20:39
=== Haribo_smak_rado is now known as Smiejzelki
DaemonicApathyduncan, have you tried running update-grub from Ubuntu?20:40
mirak_trism, ok20:41
duncanDaemonicApathy: could that help? it's booting fine into linux, so why wouldn't it work for windows?20:41
mirak_trism, i don't like a lot to install dev packages20:42
mirak_trism, it bloats a bit the system20:43
mirak_trism, if i want to fix a default distribution, should i put precise, precise-updates ?20:44
mirak_precise-security ?20:44
mirak_wich order are they ?20:44
DaemonicApathyduncan: 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
trismmirak_: --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 rebuild20:44
Adam__hello20:44
trismmirak_: I'm not sure what you mean20:45
Adam__how add windows on grub when i have 3 phisical HDD - #1 - grub+ubuntu, #2 - /home, #3 windows 720:45
mirak_trism, in apt you can set the prefered version. Wich allows to add quantal repos, and install just the necessary packages from quantal20:46
mirak_without marking everything as to update20:46
trismmirak_: yes but I am not talking about adding quantal repos at all20:46
duncanDaemonicApathy: 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:46
DaemonicApathy"update-grub" in a terminal, duncan20:47
DaemonicApathyNo quotes.20:47
duncanDaemonicApathy: 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.20:48
=== Guest26380 is now known as Wesley
=== Smiejzelki is now known as Amelinium
=== Wesley is now known as Guest45940
mirak_trism, ok thanks. I even forgot i had my own ppa by the way ^^20:50
Adam__how add windows on grub when i have 3 phisical HDD - #1 - grub+ubuntu, #2 - /home, #3 windows 720:51
trismmirak_: with your ppa you can do20:51
mirak_yep i will upload them there20:51
trismmirak_: backportpackage -u ppa:user/ppa package_name; and it should mostly do it for you20:52
DaemonicApathyAdam__: run "dpkg-reconfigure grub-pc" and select which drives you want grub on.20:52
mirak_trism, i had to to pbuilder create20:52
mirak_trism, but yeah20:53
marsjemy 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:53
Adam__DaemonicApathy: grub2-common can be?20:54
Adam__i don't have grub-pc20:54
mirak_trism, jrib, thanks to you guys i am rediscovering the joys of building hahaha20:54
MonkeyDustmarsje  there's also #ubuntu-server20:54
Adam__i can't recovfigure it20:54
DaemonicApathyAdam__: I believe that is fine, but play around with it.20:54
Adam__# dpkg-reconfigure grub-pc20:55
Adam__Package `grub-pc' is not installed and no info is available.20:55
marsjeMonkeyDust: true, but I think it's not ubuntu server specific... but I'll  check20:55
Adam__# dpkg-reconfigure grub20:55
Adam__grub2-common        grub-common         grub-efi            grub-efi-amd64      grub-efi-amd64-bin20:55
Adam__http://paste.ubuntu.com/1316336/20:57
Adam__but it didnt installed windows in boot20:57
DaemonicApathyI'm not an expert on grub, but unless someone else has a better idea, I'd suggest installing grub-pc, Adam__.20:58
Adam__DaemonicApathy: i have grub220:59
DaemonicApathyMe too.21:00
erncicAdam__ : this may help you http://ubuntuforums.org/showthread.php?t=167378821:00
Adam__DaemonicApathy: grub2 dont have grub-pc21:02
Adam__i can't belive that is so hard :/21:04
Adam__why can't it just work21:04
wilee-nileeAdam__, Grub 2 has grub-pc21:06
Adam__http://paste.ubuntu.com/1316363/21:06
Adam__i dont have21:06
Adam__on clear install ubuntu21:06
Adam__few days ago21:06
FloodBot1Adam__: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.21:06
wilee-nileeAdam__, 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
VLanXanyone else experienced mouse or keyboard lagging even with CPU << 100% ?21:07
Adam__wilee-nilee: http://paste.ubuntu.com/1316363/21:08
Adam__http://paste.ubuntu.com/1316371/21:09
Adam__<- after lang=c21:09
wilee-nileeAdam__, 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
Adam__i am not on ubuntu forum21:10
=== woah is now known as likeomgguyss
wilee-nileeAdam__, I know a msdos set up and grub 2 quite well but not a got setup. Join the forum then.21:11
=== likeomgguyss is now known as woah
wilee-nileegpt*21:11
Adam__but there is no any magic21:11
Adam__just how add next hdd to grub :(21:11
Adam__when i switch in bios, windows boot fine21:11
brontosaurusrexVLanX: usually a drivers problem21:12
wilee-nileeAdam__, It is not magic, but most do not know gpt, it is not often seen.21:13
Benxyzzyexit21:13
Benxyzzywhoops21:13
VLanXbrontosaurusrex: you sure? happens quite rarely, expecially with system under load21:14
mirak_trism, it doesn't work. I don't understand why the build worked, and now i want to install it says dependencies are missing21:16
trismmirak_: can you pastebin the output?21:18
mstentaHi 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
mstentaHas anyone had this issue? Or has anyone been able to successfully install Ubuntu on a MacBook Pro?21:18
Noskcajmstenta: is the cd scratched at all?21:18
mstentaNoskcaj: Nope. Brand new. And I tried it on another PC laptop and it worked fine.21:19
moorscodehi there21:19
Noskcajmstenta: you need the amd64-mac cd21:19
Noskcajgoogle for it21:19
mstentaNoskcaj: Yep, that's what I'm using... 12.10 AMD64+MAC21:19
Noskcajok, im out of ideas, hopefully someone else knows21:20
mstentaNoskcaj: thanks anyway :-)21:20
moorscodeI'm having a massive struggle with postfix; 550 5.1.1: User unknown in virtual alias table - would anybody please give me some thoughts?21:20
=== ashaszin is now known as august1
mstentaI think it might be an issue with boot partitions... ? But I really have no idea how those work... :-/21:20
mstentaI 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:21
mstentaI'm wondering if deleting the old partition messed something up...,21:22
mstentaOh I hope that someone here is ignoring the impending doom of the hurricane and knows how to help me!!! ;-)21:22
falconindyhi. 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:22
mstentaI 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.21:24
=== adrianrly is now known as adrianrly|OFF
mstentaI've been trying to get this to work for the past 3 days21:24
mstenta:-(21:26
mdpaiHi guys. I got this error/warning when try to install grub. http://pastebin.com/zAUhkLwc  Anyone has a pointer?21:26
mdpaiI move my Ubuntu installation to another drive and want to install grub on it.21:27
mdpaiCan I just change the partition table to let say msdos?21:30
David-Amdpai: my guess is the partition table is not of type msdos and there is not room for a normal grub2 boot record.21:30
mdpaiIf I want to change the partition table to msdos, do I need to reformat all?21:31
mdpaiDavid-A: ^\21:31
David-Amdpai: You can change it but I don't know if current partitions will be saved.21:31
=== snow_r is now known as snow_ru
mdpaiDavid-A: I will try it then21:32
mdpaithanks21:32
snow_ruhi21:33
snow_ruhi all21:33
snow_ruI want to upgrade to ubuntu 12.1021:33
snow_rubut21:33
snow_rulsb_release21:33
snow_ruNo LSB modules are available21:33
vfwsnow_ru: from _____________?21:33
snow_rulsb_release  -a21:33
snow_ruDescription:Ubuntu 12.04.1 LTS21:33
vfwsnow_ru: Plese keep your comments on one line, do not use Enter for punctuation.21:34
mdpaiDavid-A: It ask to erase the disk. :(21:34
mdpaiWell I have no choice.21:34
k1l_snow_ru: change the release prompt form lts releases to the regular releases. in the repository settings21:34
vfwsnow_ru: You don't like LTS?21:34
snow_ruwhat should I do to upgrade it to 12.10 ?21:35
vfwmdpai: Why do you want to change it?21:35
snow_ruklaas, vfw  ?21:35
vfwsnow_ru: k1l_ just told you.21:35
mdpaivfw: install-grub gives me error on gpt partition table21:35
snow_ruok21:36
vfwmdpai: can you give the exact error?21:36
snow_ruok21:36
snow_rugood21:36
snow_ruit's running21:36
snow_ruhow long would it finish ?21:36
FloodBot1snow_ru: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.21:36
mdpaivfw: http://pastebin.com/zAUhkLwc21:37
k1l_Snow-Man: depends on your computer, the network connection, the speed of servers near you, the moon and the karma :)21:37
k1l_snow_ru: ^21:38
ejcwebHow 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:38
vfwmdpai: /dev/sdc ?   Shouldn't you be installing grub on sda?21:40
balkanacHi21:40
isolierHello21:40
lindenle_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
mdpaivfw: Is it a must?21:41
David-Amdpai: you can try testdisk afterwards to see if it can recover the partitions. (no guarantee, for fun or education)21:41
vfwmdpai: Why?21:41
vfwmdpai: Which HD boots?21:41
mdpaivfw: Why not?21:41
shinceH,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
wilee-nileemdpai, You a member of the ubuntu forums?21:41
vfwmdpai: Which Hard Drive does your computer boot to?  sda?21:41
mdpaiDavid-A: I'm re-rsync my hdd now. :)21:42
shinceusing ubuntu 11.10 on lenovo E42021:42
profoakHey 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
shincesda21:42
mdpaivfw: sdb21:42
kev_irc://irc.freenode.net/ubuntu-beginners21:42
isolierI 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
vfwmdpai: Then why are you trying to install grub onto sdc ?21:42
mdpaiwilee-nilee: I don't think so. :)21:42
mdpaivfw: I want to move my Ubuntu installation to the new drive. You are like a FBI. :)21:43
bekksprofoak: Could you show a pastebin of all that?21:43
Linkandzeldahello can somone help me fix broken packages in ubuntu 10?21:43
bekksLinkandzelda: In which Ubuntu 10?21:44
Linkandzeldaim trying to install eclipse and packges eclipse-jdt and pde are not being installed21:44
vfwmdpai: 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
David-Aprofoak: 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 name21:44
Linkandzelda10.04 lts i beleive21:44
kev_why is it impossible to map a network drive?21:44
mdpaivfw: No.21:44
wilee-nileemdpai, 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 here21:44
profoakbekks: It literally says "No such file or directory". David-A: I always use tab completion.21:44
bekksLinkandzelda: Whats the output of lsb_release -sc ?21:44
bekkskev_: It is possible.21:45
mdpaiwilee-nilee: I already changed the partition table to msdos :(21:45
wilee-nileemdpai, Run this script then and pastebin the text. http://bootinfoscript.sourceforge.net/21:45
Linkandzeldaits lucid21:45
mdpaiIn the process of rsync both drive right now.21:45
Linkandzeldabekks: this is backtrack 5 based on ubuntu lucid, i get the same result with actual lucid too21:45
David-AProcrastinator: 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
wilee-nileemdpai, The script will tell us what we need to know.21:45
kev_bekks i'm really struggling here21:46
David-Aprofoak: see msg to Procrastinator ^^21:46
vfwmdpai: 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
profoakDavid-A: It's a binary file. It's an installer for necessitas from their website21:47
bekks!backtrack ¦ Linkandzelda21:47
ubottubekks: I am only a bot, please don't think I'm intelligent :)21:47
Linkandzeldabekks: huh? lol21:48
bekks!backtrack21:48
ubottuThere 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 Edition21:48
guntbertbekks: wrong pipe :)21:48
LinkandzeldaOk, then I'll boot ubuntu 10.04, will you be able to provide support then?21:48
mdpaivfw: Ok. That's what I want to do. Want to try this at least once. :)21:48
mdpaivfw: Grub is always on sda? This is one thing I don't really understand21:49
kev_back to windows21:49
=== Guest45940 is now known as Wesley
=== Wesley is now known as Guest88377
uglyoldbobhow do I specify a video bitrate for the stream between ffmpeg and ffserver and have it actually use that bitrate?21:51
vfwmdpai: What is not to uderstand?  The computer boots to the primary drive, (which in most cases is sda1).21:51
mdpaivfw:  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:52
darkhi i'm new to ubuntu and completely lost21:53
uglyoldbobi think ffserver calls it the feed21:53
darkdon'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 show21:54
vfwmdpai: Why install grub on any other drive but the primary one?21:54
vfwmdpai: You only need it on one HD, the primary drive, sda21:55
shinceH,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
shinceubuntu 11.1021:55
mdpaivfw: 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
jasper^offhej guys21:57
jasper^offI have a question. I can't get my network connected (Wifi) to a wpa2 network21:57
jasper^offit does work with a WPA network though....using the connection manager21:57
Linkandzeldabekks: 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=921:58
jasper^offany idea why wpa2 wouldn't work...while wpa does?21:58
mdpaiwilee-nilee: http://pastebin.com/yif9itYq  Please take a look.21:59
wilee-nileemdpai,  sure21:59
budtazhello 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:00
trismbudtaz: you need to go to File/export to save as other file formats22:01
anonymousHallo22:01
anonymousjemand aus deutschland hier?22:01
wilee-nileemdpai, Are the sdb and sdc ubuntu identical?22:01
=== anonymous is now known as Guest34266
mdpaiwilee-nilee: Right now yes. I just rsync sdb1 and sdc122:01
mdpaiI plan to format sdb after this transfer successful22:02
darkanyone wanna walk me through the install of the current nvidia driver on 12.1022:02
jrib!nvidia | dark22:03
ubottudark: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto22:03
Linkandzeldahere is the error i'm getting, if anyone can help with it i would be very greatful http://cl.ly/image/0K043d2R0m2k22:03
wilee-nileemdpai, 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:03
torresWhere is the best place to talk about Unity development?22:04
=== dark3n is now known as dark3n|off
mdpaiwilee-nilee: So my grub is in sdb and not sda?22:04
wilee-nileemdpai, correct you want it in the same HD, unless you have a master slave setup which I don't think this is.22:05
wilee-nileemdpai, Can you unplug the sdc drive?22:05
mdpaiwilee-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
wilee-nileemdpai, you would not have to uninstall grub at a all, which drive has the ubuntu you want to use?22:06
mdpaiwilee-nilee: sdc22:06
wilee-nileemdpai, The problem here is that you have 2 identical ubuntu's that will confuse grub, so you need to deal with that first.22:07
wilee-nileemdpai, You would be better with a clone of the sdc ubuntu not an exact copy.22:08
mdpaiwilee-nilee: Can't we say to grub which UUID that has the Ubuntu that we want?22:08
wilee-nileemdpai, I'm not sure how to be honest, but a update of grub will nulify that even if you can.22:09
wilee-nileemdpai, grub does not read the UUID I believe.22:09
wilee-nileemdpai, I would just clone the one on sdc with clonezilla and remove the sdb one.22:10
wilee-nileeunless you have some need for both then you will have to fins a helper who knows what to do then. mdpai22:11
wilee-nileefind*22:12
mdpaiwilee-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.22:13
=== Guest34167 is now known as Ex0deus
mdpaiwilee-nilee: If I install grub to sdc1 then format sdb. It will solve my problem right?22:13
wilee-nileemdpai, Not sure what your problem is exactly.22:14
Ballekhi22:14
mdpaiwilee-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
L3topmdpai: 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
bretoliusAnyone recomend a some good, lightwheight, unity compatable system monitors for the toolbar?22:15
bretoliuslike CPU/network meteters22:15
mdpaiwilee-nilee: I don't need both installation. I just want to move from sdb to sdc22:15
darkok not to sound like an idiot but it keeps telling me nvidia installer needs to be run as root how do i do that22:15
L3topdark sudo22:16
bretoliusdark: sudo22:16
mdpaiL3top: So I need to install grub on sda now?22:16
bretoliusdark: are you having nvidia driver issues with 12.10?22:16
darkyes22:16
bretoliusyeah they are fucked up but I have a solution I can point you too22:16
bretoliusyike sorry language22:16
toastcfhhello 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
darkplease i just want my 1920x1080 hd res back22:17
L3topmdpai: yes... and then update-grub... but again, you want to get rid of sdb1 first if that is your intent.22:17
wilee-nileemdpai, 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
bretoliusdark: see http://askubuntu.com/questions/202677/nvidia-driver-doesnt-work-in-12-1022:17
toastcfhit works with other archivers22:17
toastcfh;/22:17
mdpaiL3top: wilee-nilee Ok noted. Thanks.22:17
bretoliusdark: basically you need sudo apt-get install linux-headers-generic22:17
darkwhat's that22:17
wilee-nileemdpai,  Grub will pickup the windows install with a update-grub as well.22:18
moorscodecould 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
bretoliusdark, im not sure, but the drivers need it22:18
darklol22:18
L3topdark uname -r22:18
budtazhi ubuntu  ...where i can find HDR for gimp 2.8.2 ?22:18
mdpaiwilee-nilee: Yup22:18
bretoliusalso, I found all sorts of problems with all nvidia drivers except The experimental ones22:18
darksorry i'm absolutely new to this first time using ubuntu at all22:18
L3top!info linux-headers-generic22:18
ubottulinux-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 kB22:18
toastcfhdark headers for the kernel so u can compile the moodle for nvidia against the kernel22:18
bretoliusdark, follow those instructions, and install the epxerimental drivers22:19
L3topdark... I just want you to type  uname -r    in a terminal.22:19
bretoliusdark: thats what worked best for me22:19
L3topdark: and drop it back to me. I would not follow that advice until we know what kernel you are on.22:19
wilee-nileedark, Be sure to use nicks on the channel you can auto complete them with tab, this makes things much easier. ;)]22:19
toastcfhanyone got any ideas about Archive manager?22:19
bretoliusAnyone recomend a some good, lightwheight, unity compatable system monitors for  the toolbar?22:19
dark3.5.0-17-generic22:20
dtigueMan, 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 Center22:20
L3top!info conky | bretolius22:20
ubottubretolius: 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 kB22:21
bretoliusAnyone recomend a some good, lightwheight, unity compatable system monitors for  the toolbar?22:21
toastcfhdark, did u try just going to settings > additional drivers and just enabling the nvidia driver?22:21
bretoliuswoops22:21
bretoliusdid not mean to repost that22:21
dtigueUbuntu'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 anymore22:21
L3topworse in what respect dtigue?22:21
darki did but unity doesn't show22:21
bretoliusL3top: I am aware of conky, but can you get it to live up next to your sound volume and network status buttons?22:21
L3topdark: lspci -nn | grep VGA22:22
toastcfhdoes it when u hit the super button?22:22
toastcfhdark, ?22:22
dtigueL3top: some don't install when I click install, its as slow as christmas, and the interface is more cluttered with each release it seems22:22
toastcfhauto hide was jacked up for me after upgrade22:22
KM0201dtigue: so if you donj't like it (i dont either) just keep using synaptic22:22
bretoliusdark: 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 installed22:22
bretoliusthe same thing happened to me22:23
L3topdtigue: 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.22:23
=== captiankirk is now known as orionsbelt
dtigueKM0201: i've never really used Synaptic either, i prefer apt-get....22:23
bretoliusthis is like a pretty massive bug I can't belive cononical released it like this22:23
KM0201dtigue: then if ou prefer apt-get, wjhy are you crying about usc?22:24
mdpaiL3top: wilee-nilee One last question. Where grub installed is not important as long as I boot into that drive first. Correct?22:24
dtigueL3top: this is on a fresh install with updates, so nothing should be wrong with dpkg and there is no extra repos22:24
dark01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] [10de:1244] (rev a1)22:24
dark04:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] [10de:1244] (rev a1)22:24
dtigueKM0201: i have a lot of family that uses ubuntu, and I'm their go to guy when something doesn't work22:24
wilee-nileemdpai, When you say grub installed are you meaning the OS, or the mbr?22:24
mdpaiwilee-nilee: mbr22:25
KM0201dtigue: i can relate, as i'm in the same boat.. but again, show them how to use synaptic.22:25
dtigueKM0201: 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 LTS22:25
KM0201or apt-get22:25
L3topdtigue: whether or not it is a new install... dpkg can break. In a terminal type sudo dpkg --configure -a     just to be sure.22:25
wilee-nileemdpai, 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
dtigueL3top: 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 correctly22:26
L3topdark: 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 installed22:26
mdpaiwilee-nilee: I re-install grub on sdc. So it should boot right?22:27
wilee-nileemdpai, I use supergrub myself and reload the mbr from the desktop when needed, rather then a chroot.22:27
dtigueKM0201: 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 need22:27
wilee-nileemdpai, should.22:27
mdpaiwilee-nilee: Ok thanks. Time to reboot and see what happens :)22:27
L3topdtigue: 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
Linkandzeldacould somone help me with tightvnc?22:27
cap10morganon 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:27
KM0201dtigue: i'd agree w/ L3top, you have issues.  why are you concerned about him installing things he "doesn't need"22:28
darkInstalled: (none)22:28
dtigueL3top: lol, yea well i need therapy22:28
KM0201!vnc | Linkandzelda check here22:28
ubottuLinkandzelda 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 !FreeNX22:28
L3topdark:  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:29
darki can try on my fiance's windows pc22:30
LinkandzeldaKM0201: 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
dtigueKM0201: 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 anything22:30
dtigueI'll figure it out,22:30
PatrickDickeyL3top, 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.22:30
=== Kitar|st_ is now known as Kitar|st
L3topPatrickDickey: http://us.download.nvidia.com/XFree86/Linux-x86/304.37/README/supportedchips.html22:31
L3topbut I deal with them so much I just know most pciids off the top of my head.22:31
dtigueL3top: 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
toastcfhman down22:32
toastcfhis there any way to debug archive manager?22:32
toastcfhmy shits busted and i cant figure out why22:33
toastcfh;/22:33
toastcfh:(22:33
toastcfh:c22:33
bretoliuswhats wrong with it22:33
toastcfhwont let me add files to archives22:33
bretoliuseven if you make a new archive?22:33
bretoliusor specific to one archive22:33
toastcfhyeah22:34
toastcfhto all22:34
L3top!enter22:34
ubottuPlease try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!22:34
toastcfhi can add some files to it22:34
bretoliusyou can add some files to it but you cant add files to an archive?22:34
PatrickDickeyThanks L3top. I'll bookmark that for future reference (plus for when I buy  a new card).22:34
toastcfhbretolius, 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 error22:35
fairuz_wilee-nilee: L3top: (I'm mdpai from just now)... /dev/sdc1 on / type ext4 (rw,errors=remount-ro)   Thanks for the help!22:35
HemebondAnyone know why Evolution shows Google contact birthdays as being one day later?22:36
toastcfhi just wanna debug it and see why22:36
toastcfhdoes it log somewhere?22:36
bretoliusi dont know but debugging != logging22:36
=== Youri is now known as YBook
toastcfhwell logging would help me debug it22:37
toastcfheither way22:37
toastcfhui error just says it fail. no reason why22:37
David-AHemebond: daylight saving time/summer time confusion? (we change it at different weekends in europe and the usa)22:37
L3toptoastcfh: you could watch syslog or maybe more likely dmesg22:37
bretoliusyeah thats anoying.  see if there is a log somewhere in /var/log22:38
toastcfhdmesg didnt show anything22:38
HemebondDavid-A: Our daylight savings isn't a day.22:38
wilee-nileefairuz_, no problem. ;)22:38
L3toptoastcfh: 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:38
bretoliustoastcfh: or see the system log app22:39
darkdid that no unity went back to the xorg n drives and unity is back22:39
PatrickDickeyHemebond: 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
bretoliusdark: now install those headers, and the experimental driver22:39
David-AHemebond: 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:39
toastcfhgood call lemme try that22:40
Hemebond(sorry, really pissed off right now)22:40
HemebondHow do I check what Evolution is doing wrong?22:40
L3topdark: who are you talking to? And do not install experimental drivers unless you remove the native drivers first... did you install nvidia-current?22:40
bretoliusHemebond: did you miss a birthday by a day?22:41
HemebondYes.22:41
bretoliusyikes22:41
bretoliusgoog.... evo... gahhhhrrrrrrrr22:41
HemebondGoogle also seems to change birthday dates.22:42
bretoliusHemebond: do you sync google with anything else?  like a phone?22:42
HemebondI went through all my contacts and fixed them, yet one contact now shows the bday two days earlier than it is.22:42
HemebondYes, iPhone.22:42
bretoliusHemebond: you might also want to check #evolution on irc.gimp.org22:43
HemebondWill do.22:43
HemebondThanks.22:43
David-AHemebond: is the clock in you computer right, and timezones?22:43
wilee-nileeand year22:43
HemebondDavid-A: Yes, all fine there.22:43
bretoliusHemebond: I would be very suspicious of data changes/loss at any of your sycn points22:44
bretoliussync*22:44
HemebondHmm, THunderbird also shows the birthday as wrong.22:45
lostandconfusedhi 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:46
PatrickDickeyHemebond: 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:47
lostandconfuseddoes anyone know how I can diagnose and the issue?22:48
toastcfh** (file-roller:13192): WARNING **: Error making symbolic link: File exists22:49
const_antineHi, how does Ubuntu store DNS server list?22:49
toastcfhbretolius, error above22:49
toastcfhso its not permissions22:49
=== Guest88377 is now known as Wesley
alienautvlc player is buzzing for a short after i play the the video but it is getting annoying everytime i pause and play22:50
const_antineI want to create a custom DNS server for my lan22:50
=== Wesley is now known as Guest76433
const_antinewhat should I do to change Ubuntu network settings to include custom DNS server address?22:51
blip-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:52
toastcfhyeah idk why im getting that error22:53
toastcfhodd ;/22:53
PatrickDickeyconst_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
alienautblip-, i am developing rails application on ubuntu22:53
toastcfhit happens when i drag and drop a file that already exists into the archive manager22:54
blip-alienaut, ah great, the Ruby on Rails guys recommended I do it under Linux rather than Windows22:54
PatrickDickeyconst_antine: In Network-Manager, click on the interface, and then click Edit. The DNS Server list is under IPv4 addressing.22:54
blip-I've used Linux for years, just never as a virtual machine within Windows22:54
toastcfhit should just update/replace the file22:54
alienautblip-, i suggest you double boot your computer22:54
axisysis there a tool to collect all the IPs that are hitting this host on a specific port ?22:54
axisysin next 1 hr22:54
axisysfor example22:54
gangnam-styleaxisys: netstat22:55
axisysgangnam-style: nice nic :-)22:55
const_antinePatrickDickey, fascinating, is it a lot of work to make DHCP run DHCP?22:55
alienautblip-, yes linux or mac is better if you want to develop rails apps22:55
gangnam-styleaxisys: thank you22:55
PatrickDickeyconst_antine: manually, possibly. I installed a server designed for it (Amahi Home Server), and I used webmin to configure everything.22:56
axisysgangnam-style: netstat inly shows when someone listening to that port .. as far as I know22:56
axisysgangnam-style: in this case no one is listening to that port22:56
alienautblip-, here is a guide for you http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/22:56
wrostekAnyone know how to check transmission rate from a machine running hosted ?22:56
wrostekhostapd22:56
gangnam-styleaxisys: okey, what do you want ?22:56
axisysi want all the IPs that are hitting this server on port 8000 e.g22:57
PatrickDickeyconst_antine: https://help.ubuntu.com/community/dhcp3-server also http://www.ubuntugeek.com/how-to-install-and-configure-dhcp-server-in-ubuntu-server.html22:57
axisysbut nothing is running on port 800022:57
=== guybrush__ is now known as guybrush
wrosteke.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
axisysi can tcpdump to collect and then parse through22:57
axisysbut would be nice if there is a tool like dnstop22:58
HemebondTurns 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
axisysdnstop gives all the IPs that are hitting on port 5322:58
blip-alienaut, thanks.  I was planning to use Xampp to get the whole LAMP stack what do you think ?22:58
const_antinePatrickDickey, thank you! Although it looks like /etc/nameservers is absent on my computer. Perhaps you meant /etc/resolv.conf22:58
phy1729`/wc22:58
PatrickDickeyconst_antine: Yep. That's probably what I meant. I've only been awake for about 30 minutes. ;-) more or less.22:59
orogorhi22:59
orogoranyone knows where the desktop effect thingy has gone ?23:00
PatrickDickeyaxisys, 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
Krukohi, ubuntu one crashes when i try to install it on 12.04 LTS23:00
lolcatI need ia32-libs, but it whines about dependencies23:01
axisysPatrickDickey: there was splunk running on that port on that IP23:02
axisysPatrickDickey: so clients are still sending data23:03
alienautblip-, will you install xampp on ubuntu?23:03
alienautor windows23:03
PatrickDickeyaxisys: ifstat, iftop, iftraf, darkstat (if it's still available), wireshark if you want to sit and watch it.23:03
darkl3top back23:03
axisysPatrickDickey: but I want to reconfig the clients to match some changes we are making on new splunk server23:03
=== mike_ is now known as Guest56623
blip-alienaut, on ubuntu23:04
axisysPatrickDickey: iftop is pretty good23:04
axisysPatrickDickey: thanks23:04
alienautblip- i think this is a better way https://help.ubuntu.com/community/ApacheMySQLPHP23:05
PatrickDickeyaxisys: no problem.23:07
PatrickDickeyHemebond, 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:08
darkl3top u still here23:09
HemebondPatrickDickey: That is me. No answer yet.23:10
lappy_lubuntuHello 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
lolcatHow can I run 32 bit packages without ia32-libs? :/23:10
HemebondAlso asking in the Thunderbird channel since that also shows the same problem.23:10
L3topsudo apt-get install nvidia-current23:10
=== smw__ is now known as smw_
PatrickDickeyHemebond: 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
HemebondI'm really looking forward to Geary being completed.23:11
=== Brutus_Maximus is now known as axex
L3topdark ^23:11
HemebondI really want to ditch Evolution and Thunderbird.23:11
alienautguys any idea when steam realese for linux?23:11
PatrickDickeyHemebond: Have you actually gone to the Google Calendar website and checked to make sure the contacts aren't messed up there?23:11
HemebondPatrickDickey: The dates are correct in the Google contacts.23:12
lappy_lubuntuWhen 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
lappy_lubuntuI don't suppose anyone knows how I could get it to mount?23:12
darkl3top Reading package lists... Done23:12
darkBuilding dependency tree23:12
darkReading state information... Done23:12
darkPackage nvidia-current is a virtual package provided by:23:12
dark  nvidia-experimental-304 304.48-0ubuntu1 [Not candidate version]23:12
FloodBot1dark: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.23:12
darkE: Package 'nvidia-current' has no installation candidate23:12
PatrickDickeyHemebond: 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:13
HemebondPatrickDickey: 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
L3topdark sudo apt-get update && apt-cache policy nvidia-current | grep -i candidate23:14
alienautblip- if you did not use linux for programming before try linux training on "google code university"23:14
Myrttidark: 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
Myrttidark: then paste the URL to the channel with your question.23:15
mirak_trism, i will do that tomorow23:19
mirak_bye23:19
mirak_thanks for the help23:19
DanonUbuntu will run a a APU right?23:20
mirak_trism, http://paste.ubuntu.com/1316697/  package is uploaded there https://launchpad.net/~mirak-mirak/+archive/ppa23:22
PatrickDickeyHemebond: it looks like Geary is available if you want to compile it from scratch. At least according to their wiki pages.23:28
HemebondPatrickDickey: I've got it installed.23:28
HemebondThe only thing it doesn't yet do is support multiple Google accounts.23:28
HemebondWhich I need.23:28
PatrickDickeyAhhhh. Gottcha. I wonder if they've got that on the roadmap then Hemebond23:29
HemebondIt is on their roadmap I believe.23:29
HemebondHmm. I should check out their calendar app.23:29
Red_Mhey guys i got a sick server here that cant resolve DNS23:29
derpsauceHello! 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
purveshI 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
almigiHas 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:30
Red_Mi try to use a DNS name when ssh'ing and it gives me "ssh: Could not resolve hostname <removed>: Temporary failure in name resolution"23:31
Red_Many ideas?23:31
Red_Mit can wait but its annoying me23:31
almigimy 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
derpsauceNo idea, man. Sorry23:31
Red_Msigh23:32
balduinRed_M in Ubuntu 12.04 Python 2.7 is standart23:32
derpsauceI don't know how any of that stuff works, anyways.23:32
not_unoriginalhey all, I tried using that windows installer app dealy23:32
Red_Mbalduin: ...?23:32
derpsaucebalduin: Python is my question.23:32
almigiRed_M: so, basically ssh works with the ip address but not the DNS address?23:32
Red_Myes23:32
balduinbut you can install Python 3.2 in Ubuntu 12.04 over synaptic23:32
not_unoriginalupon reboot there is an MBR error23:32
almigiRed_M: and I'm guessing regular address work everywhere else?23:32
Red_Myeah23:32
derpsaucebalduin: Should I get 3.30? Or is 2.7 fine? Sorry,  I'm new.23:33
Red_Malmigi: im using an ssh tunnel on it and hostnames resolve fine23:33
Red_Mbut ssh doesnt23:33
Red_Mand i havent -- oh no one is in the office yet23:33
Red_Mshiiiieeeeeetttt23:33
balduinRed_M sorry23:33
not_unoriginalso anyway I am wondering how do I get rid of the faulty install?23:33
almigiRed_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
PatrickDickeyderpsauce: 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
Red_Malmigi: im connected to it right now23:33
topdoes anyone know $COMP_WORDS environment variable?23:33
Red_Meverything is up and fine but DNS on this server doesnt work23:34
Red_Mso both servers are up23:34
balduinderpsausce: If you new in Python learn python 3 it doesn't matter what exact version of Python 3 you use23:34
Red_Mand accept ssh conns23:34
topwhy I can't find the environement variable in my ubuntu system?23:34
derpsaucePatrickDickey: 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
jribtop: what do you mean?23:34
balduinderpsauce: are you familiar with apt-get or synaptic or something23:35
keglevichhello all... is someone maybe familir with SIEVE or MANAGESIEVE in conjunction with DOVECOT? I can't get it working23:35
topI can't find the environment variable23:35
pepeetop, which one? there are a bunch23:35
jribtop: that makes no sense.  What are you trying to accomplish23:35
topI can't find the environment variable:$COMP_WORDS23:35
PatrickDickeyderpsauce: 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
pepeetop, what are you trying to do?23:36
derpsaucebalduin: 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
derpsaucePatrickDickey: Thanks!23:36
Red_Malmigi: i tried nslookup on the faulty DNS box and i get ";; connection timed out; no servers could be reached"23:36
PatrickDickeyNo problem derpsauce.23:36
topI just look it in a programme,it use this environment variable.23:36
toppepee: I just look it in a programme,it use this environment variable.23:36
pepeetop, try setting it?23:37
balduin<derpsauce>: you know how to install new programms or packages on Ubuntu or?23:37
toppepee: OK23:37
almigiRed_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
jribtop: 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
derpsaucebalduin: PatrickDickey just helped my out, but I think I can manage with other stuff as well. Thanks though!23:37
=== milind is now known as abyss42
pepeetop, if you give us more info, we can help you23:37
Red_Malmigi: no the internet23:37
Red_Minfact nothing resolves23:37
Red_Mnot even google23:38
balduin<derpsauce>: yes i see thats all23:38
almigiRed_M: but things resolve if you were to use "ping" or "finger" , right?23:38
Red_Mno23:38
toppepee: I can find the $COMP_WORDS and the $COMP_CWORD variable23:38
Red_Mi get "unkonwn host"23:38
toppepee: I find it in the bash man pape.23:38
almigiRed_M: but Firefox (or whatever browser) works, right?23:38
Red_M*unknown23:39
Red_Malmigi: my broswer via the ssh tunnel works fine23:39
balduin<derpsauce> 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
pepeetop, as jrib said, there is some info about COMP_CWORD in the bash manpage23:39
toppepee: but I can't find the info about $comprerly?23:39
PatrickDickeytop to find the environment variables on your system, you can either type echo $GLOBAL or printenv in a terminal.23:40
pepeetop, again, give us more info about what are you trying to do, or just find a tutorial about it23:40
almigiRed_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
Red_Malienaut: infact i cant even ssh to my other server via the ssh tunnel with DNS forced on to look up at the tunnel end23:41
Red_Malienaut: yes... the server i have via a ssh tunnel and terminal does not reslove names23:41
Red_Mshit23:41
toppepee: I want to find some info about $COMPREPLY.it is about to give completion suggestions for BASH.23:42
Red_Malmigi: ^23:42
pepeetop, try asking in #bash23:42
PatrickDickeytop 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=false23:42
topPatrickDickey: thanks a lot.23:43
PatrickDickeytop no problem. As pepee mentioned, you're better off asking these questions in #bash.23:43
topPatrickDickey: OK.23:43
almigiRed_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-today23:44
keglevichhello all... is someone maybe familir with SIEVE or MANAGESIEVE in conjunction with DOVECOT? I can't get it working23:44
=== matteo is now known as Guest67893
PatrickDickeykeglevich: You could ask in #dovecot23:47
=== uw is now known as Guest74249
Red_Malmigi: fixed it23:50
Red_Mfound out the .etc.resolv.conf was empty23:51
=== Guest76433 is now known as Wesley
Red_M*/etc/reslov.conf23:51
Red_Mso i just added some name servers23:51
=== Wesley is now known as Guest3137
Red_Manyway thanks23:51
Derxsthello everyone23:51
sepokiHi, how can i get the current directory name, not the path only the folder name23:55
trismsepoki: basename $(pwd); ?23:56
sepokiThank you23:57
David-Asepoki: better with quotes: basename "$(pwd)"   - or alternatively: basename "$PWD"23:59
trismexcellent point23:59

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