/srv/irclogs.ubuntu.com/2012/12/11/#ubuntu.txt

=== anastasya is now known as OpenSorce
=== marowanna is now known as ar0nic
=== mnepton is now known as mneptok
=== webfox_ is now known as webfox
=== sharky1 is now known as sharky
fabiomirkohi00:10
_zerohey)00:10
dr_willishello00:10
fabiomirkoi m looking for sis 661mx driver00:10
fabiomirkonow i use vesa driver00:11
dr_willisSiS?  good luck with them.  They are the worse video chipset makers when it comes to linux support.00:11
fabiomirkobut videos are slow and not good00:11
fabiomirkoand so? what can i do?00:12
dr_willishttp://manpages.ubuntu.com/manpages/precise/man4/sis.4.html00:12
dr_willissems the 661 drivers are built in.00:13
xibalbaanyone here use turnkey linux? looking for something like a 'dropbox' style of an app for internal users to quickly upload docs to a web interface then hand out links to other people for download. usually used a temporary document storage for handing off loarge docs/files 10+ megabytes , not sufficent for email.00:13
xibalbaping me if someone thinks of something, ty00:13
=== NakMuay is now known as denysonique
=== denysonique is now known as Guest3945
dr_willisxibalba:  i think google added that sort of feature to their gdrive/gmail  recently.00:14
=== Guest3945 is now known as denysonique_
=== denysonique_ is now known as denysonique__
dr_willisbut that wouldent be internal. ;)00:15
xibalbahmm, can't use google. has to be something managed internally, dont really wana setup a whole box so was looking @ the turnkey route00:15
xibalbaty for the suggestion however00:15
dr_willistheres that Opencloud service also. but ive never used it00:15
xibalbagoing to test this out, http://www.turnkeylinux.org/fileserver, see if it's suitable, seems to have more than required00:15
dr_willisSince turnkey is not ubuntu.. ;) no idea00:16
xibalbaha, the #turnkey chan was sad looking00:16
xibalbait's ubuntu based!00:17
xibalba=P00:17
dr_willisdosent mean it supported here. ;)00:17
=== milind is now known as abyss4
xibalbadont i know it00:17
xibalba:)00:17
xibalbaalrighty doc thanks anyways00:18
robotfuelxibalba: there is the owncloud juju charm00:18
Linuxuser2How come when you remove an application via software manager it doesn't delete your settings under your Home?00:19
xibalbai can't make sense of that/00:19
abyss4how do i create an unpriveleged user in ubuntu?00:19
robotfuelxibalba: http://jujucharms.com/charms/precise/owncloud00:19
dr_willisLinuxuser2:  that would be very BAD if it did.00:19
xibalbarobotfuel, great i'll give this a whirl00:19
robotfuelxibalba: juju is like apt-get for the cloud, if you want to use internal servers you can use MAAS00:19
dr_willisLinuxuser2:  stuff in the users home belongs to the users.. not  for the system admin to mess with00:19
xibalbawhy didn't they just use apt-get? and what's MAAS?00:20
MaynardWatersany raid experts want to help?00:20
MaynardWatershttp://pastebin.com/J2yy7cT500:20
robotfuelxibalba: if you want to try MAAS see http://people.canonical.com/~gavin/docs/lp:maas/00:21
BlueEagleMaynardWaters: A short summary (but not as short as "raid question") would be appreciated before I make up my mind if I should follow the link. :)00:21
Googol30I think I found my DNS servers, or at least 2 of them... what do I do with them if I'm trying to setup a static LAN IP?00:21
xibalbasweet it's in the apt repo too00:22
abyss4how do i create an unpriveleged user in ubuntu?00:22
MaynardWatersBlueEagle: i have a raid 5 array with a fail disk, and for some reason the whole array has gone haywire.00:23
BlueEagleabyss4: Just add the user using any user management tool. By default they have got no special privileges.00:23
Googol30What I've been told is to add them to /etc/resolv.conf as "nameserver IP" but the file says that will be overwritten.  Any way to prevent that, or am I going about adding DNS servers wrong?00:23
MaynardWatersBlueEagle: one of the curious things is that the raid did not detect the failure it just stopped working00:24
BlueEagleMaynardWaters: Are any of the drives USB drives and have any storage devices been added or removed from the system (raid or otherwise)?00:25
jrib!resolv.conf | Googol3000:25
ubottuGoogol30: resolvconf is a set of scripts that's used to manage /etc/resolv.conf in 12.04 and later, for more information please see: http://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/ and https://help.ubuntu.com/12.10/serverguide/network-configuration.html#name-resolution00:25
MaynardWatersBlueEagle: all of these are internal drives, the array has been working fine for a few years00:26
MaynardWaterswhat confuses me is the broken drive still appears to be working in its own array which mimics the old array00:26
BlueEagleMaynardWaters: What puzzels me some is that the last disk is listed as missing in all but sda100:28
MaynardWatersyea thats what has me really confused too!00:29
MaynardWatersand sda says it sees all of the array!00:30
Googol30If I add "dns-nameservers" to /etc/network/interfaces, is it a requirement to add "dns-namesearch", among other options, or is it possible to establish a static IP without those options?00:31
BlueEagleMaynardWaters: I would believe that that is the crux to the issue here. However I am unfortunately not expert enough to tell you how to resolve this. I would assume that all the other four drives are trying to rebuild data and sda1 will have nothing of it.00:31
MaynardWatersaccording to the disk utility sdc has "a few bad sectors"00:31
BlueEagleMaynardWaters: Has the raid data been corrupted?00:31
MaynardWatersthe md device is "inactive" so i cant tell00:31
MaynardWatersI cant seem to activate it00:32
MaynardWatersgod i hope the data isnt corrupt00:32
BlueEagleMaynardWaters: If the fifth disk is the spare then my best guess is (after setting everything to read only) to remove the spare that the four disks are reporting as missing. This should leave a mountable raid array, but it may fail integrity tests. However if it is force mountable then you should be able to recover the most data this way.00:33
MaynardWatersBlueEagle: I am remote to that server currently...00:33
MaynardWatersbefore I left I unplugged the drives one by one to figure out which one has the bad sectors00:34
BlueEagleMaynardWaters: Being that it is that data on the 2nd disk is most likely corrupted already then the only way to recover this is to replace this drive with one who has good sectors all over and mirror what data you can to this. This should allow the array to rebuild.00:34
BlueEagleMaynardWaters: How ever if it is possible to reconfigure the array so all drives see the 5th drive it should be able to rebuild without mirroring sdc1.00:35
MaynardWatersBlueEagle: can you expand on that last part00:35
MaynardWatersBlueEagle: Ideally I would like to just try to see if the data exists off of 4 drive00:36
BlueEagleMaynardWaters: Well my <em>guess</em> is that the raid has been misconfigured from day 1 in that only sda1 saw the spare. For some reason this allowed the raid to say that all was OK, but when one disk failed it came to light that the other disks in the array did not agree to the presence of the spare disk and as such the array hung.00:36
Googol30Can anyone tell me the command to prevent /etc/resolv.conf from being written over automatically?  I think if I can solve this, my server is good to go.00:36
BlueEagleMaynardWaters: Adding the spare to the array by correcting this misconfiguration would allow all the data to be reconstructed to the spare provided that no more than one drive has failed.00:37
MaynardWatersBlueEagle: Im sure this is a new thing, because I know when i figure configured it this data was consistent across all drives00:37
MaynardWatersBlueEagle: in this instance and when i orginally set it up i didnt have any 'spares' in the sense that there was an extra drive00:37
MaynardWatersin raid 5 the 'spare'  is active and has data on it, if i understand correctly00:38
BlueEagleGoogol30: I don't think you want to do that. You may think you want to do it but you would most likely want to add something to a file under /etc/resolveconf/00:38
=== ubuntu is now known as Guest63603
BlueEagleMaynardWaters: I'm sorry. I made that assumption. I have never seen anyone deploy a raid5 w/o a hot spare.00:40
Guest63603hello I have a question about making a shortcut directory or something like that here is my problem, I want to install quake3 on a live ubuntu but I want to have the heavy files on another drive, how do I make quake3 load baseq3 from another drive00:40
BlueEagleMaynardWaters: Simply replacing the faulty disk with one that has got no bad sectors should then rebuild the array.00:40
MaynardWatersBlueEagle: part of the big confusion00:41
MaynardWatersis that right now it looks like the one with bad sectors has the correct --examine data00:41
BlueEagleMaynardWaters: Seeing that one of the disks in the array sees the bugger and four do not I also think that the md is misconfigured on some manner. Although I cannot fathom how.00:41
maslohi guys I'm having issues with java on my virtual private server, I installed it earlier today but when I try to run something I get this error  Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine.00:42
maslowhen I type java -version I have  java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)00:42
masloand I'm trying to run a minecraft server on a vps with 4gb ram00:42
maslowith only 74mb used00:42
BlueEaglemaslo: and the command you use to start minecraft is?00:43
Googol30And what would I edit there, BlueEagle?  I'm guessing something in /etc/resolvconf/resolv.conf.d/, but what?  Append "nameserver IP" somewhere in the head or base files?00:43
maslo java -Xmx3G -Xms2G -jar Tekkit.jar nogui00:43
BlueEaglemaslo: I don't think java takes G for gigabyte.00:45
Googol30DNS nameservers are very troublesome... I've been attempting to work this out for days now, and I think I'm a mere few lines of code away... but what do I add... and where?00:45
BlueEaglemaslo: from the man page:  Append the letter k or K to indicate kilobytes, or m or M to indicate megabytes.00:46
masloBlueEagle: you need to be more specific than that :X I didn't write that command the minecraft server came with that in a bash script00:46
masloI don't know much about java to be honest00:46
maxbithy can some one help me i got some problems on building the gspca driver module on a omap4 platform?00:46
Googol30To my knowledge, it does, BlueEagle, in reference to maslo.00:46
=== KindOne- is now known as KindOne
goddardwhen using gnome shell how can i change my theme?00:47
BlueEaglemaslo: 3G is assumed to mean 3 gigabyte. However according to the man page java only takes kilobytes or megabytes so you want to alter 2G to 2048M and 3G to 3072M00:47
maslook I'll try right away hold on00:47
BlueEaglemaslo: May be that the man page is obsolete though.00:48
Googol30Gs in my java startup scripts work fine, BlueEagle.00:48
masloworth a shot anyway00:48
Googol30I'm thinking it might be the "nogui" on the end, but that's just me.00:49
BlueEagleGoogol30: No, the nogui is required for linux server.00:50
maslostill the same error with the G converted to what you said, well Googol30, I'm trying to make this work http://www.technicpack.net/tekkit/ (http://mirror.technicpack.net/Technic/servers/tekkit/Tekkit_Server_3.1.3.zip)00:50
mastershakehey guys, for some reason, youtube and anything streaming, there will be only video (that's skipping) and no sound at all... i've tried to reset and update everything but its not working. can anyone help?00:50
maslocould it be my java version?00:50
mastershakeim using 12.1000:50
BlueEagleGoogol30: http://askubuntu.com/questions/201603/how-do-i-edit-my-resolv-conf-file for your resolve.conf.d question00:51
maujhsnCan anyone tell me how to totally remove a package after using this command:  to install the package?  sudo tar xvfj <package>.tar.bz200:52
mastershakeanybody?00:52
maslocould it be an issue with x32 /x64 java? I don'T remember which one I installed and don't know how to check00:53
BlueEaglemaujhsn: That command simply unpacks a compressed file. You can completely remove it by removing the directory the files was extracted to.00:53
goddardwhen using gnome shell how can i change my theme?00:53
BlueEaglemaujhsn: However if you also ran configure and/or make you may need to make uninstall from the source directory.00:53
maujhsnHow?00:53
BlueEaglemaujhsn: how what?00:53
maxbitmatstershake are you using a gforce or ati graka?00:54
maujhsnBlueEagle How to remove the package00:54
mastershakemaxbit: im not sure00:54
SierraARHow do I find what the 'filepath' of a file on an external drive is?00:54
BlueEaglemaujhsn: Did you run ./configure and/or make/make install from the extracted files?00:55
maujhsnBlueEagle No I did not!00:55
maxbitwhere you asked to install some special drivers after your installation (small symbol with a pcb card on it)00:55
mastershakeit doesnt work in firefox either00:55
BlueEaglemaujhsn: Then you simply remove the directory to which the files was extracted. For filename.tar.gz that is typically filename00:55
BlueEaglemaujhsn: Ofcourse running any other files like setup.sh or install.sh may also have installed something with make install.00:56
mastershakemaxbit: i really dont remember00:56
mastershakewhat should i do in either case anyway?00:56
maujhsnBlueEagle the tar package is in my download folder00:56
maxbiti only had that problem with my old ati hd4870 there the drivers in the linux repos were wrong i had to install the ones from the ati home page :S00:57
BlueEaglemaujhsn: ...and?00:57
maujhsnBlueEagle Just want to get it off the computer00:57
mastershakemaxbit: but it was working fine yesterday00:57
dr_willismaujhsn:  some apps support a 'sudo make uninstall' from their source directory00:58
BlueEaglemaujhsn: So you go to the download folder (where you ran tar xvf filename.tar.gz to begin with) and remove the directory that the command created and, if you wish, you can also remove the .tar.gz file itself.00:58
neo69hi00:58
BlueEagledr_willis: He didn't make install nor ./configure.00:58
BlueEagledr_willis: ...or at least he said he didn't.00:58
dr_willisBlueEagle:  i thought he said he dident rember. ;)00:58
neo69when I try to update I get this error "E: Error http://ppa.launchpad.net precise/main Sources00:59
neo69404 Not Found"00:59
dr_willisor did i missread ;)00:59
BlueEagledr_willis: 01:53 < maujhsn> BlueEagle No I did not!00:59
BlueEagledr_willis: Sounds quite definitive to me.00:59
dr_willisBlueEagle:  i saw that befor you asked him. ;)00:59
maxbitmastershake hm then i have no ideas im not the pro ^^ sry i can't help you01:00
dr_willisso hes making  trivial task overly complex.01:00
maxbit:(01:00
BlueEaglemaujhsn: Which package are we talking about btw?01:01
Patero-ngwhy does the fan blows at 100% on my video card while running ubuntu 11 it doesn't happen on windows 701:01
=== ivan_ is now known as Guest20234
dr_willisPatero-ng:  what video card and what driver are you using?01:01
=== Guest20234 is now known as ivanw
Patero-nghd5770 and I'm using the stock driver for ubuntu 1101:02
ivanwHello everyone.01:02
BlueEaglePatero-ng: Because it helps keep the cabinet clean? </jk>. Which graphics card and is it 11.04 or 11.10 and why have you not upgraded yet?01:02
maslousing java -Xmx1024m -Xms1024m -jar Tekkit.jar nogui made it work but then I get exception errors01:02
maslothose are the exceptions I get http://pastebin.com/K5vvvpn501:02
Googol30I never thought that getting a Minecraft server would ever take so long...01:02
dr_willisPatero-ng:  you may want to try the fglrx driver - it may sypport fan controll speeds01:02
maujhsnBlueEagle Here is how I tried to remove the package out of the folder but I am not using the right commands: http://pastebin.com/LNxfD5Xx01:03
BlueEaglemaslo: How is the load on the server? Could it be a heat issue?01:03
minashi, is there a way to make the desktop icons have the same width and height? for example, PDF documents icons are much taller than folder icons01:03
Patero-ngbut I don't want to lower the fan speed if it's using 100% of the gpu capacity that may ruin the card!01:03
ivanwCan anyone help me with temperature issues?01:03
maslothere's nothing else running on the server at the moment except apache 2...taking 70mb01:03
masloout of 4gb01:03
dr_willisPatero-ng:  i doubt if the system sitting there at the desktop is using 100% of your gpu.01:03
Googol30Do I really NEED to add the "dns-nameservers" to /etc/network/interfaces?  From what I read, I'm going about doing this whole thing wrong, but noone is suggesting any alternatives.01:03
BlueEaglemaujhsn: Where did the dash before rm come from?01:04
dr_willisPatero-ng:  the fglrx drivers should intheory ramp up the fan speeds as needed01:04
Patero-ngand what driver ubuntu is using01:04
=== brandon is now known as Guest89350
BlueEaglemaujhsn: And you do not need to be super user to remove that file.01:04
Googol30Does anyone here have a static LAN IP and is willing to divulge how they have done it?  This, to me is way more complicated than it should be.01:04
BlueEaglemaujhsn: The clue here is that the dash (-) indicates parameters paassed to sudo while rm is really a command (ReMove)01:05
dr_willisGoogol30:  doing what exactly?01:05
BlueEagleGoogol30: /etc/network/interfaces01:05
Patero-ngwhat driver is ubuntu using for radeon cards if its not fglrx01:05
dr_willisPatero-ng:  the fglrx drivers are NOT installed by default. so the radeon or ati drivers are used on a clean install01:06
BlueEagleGoogol30: Just specify it there. Mine is http://paste.ubuntu.com/1424510/ but ignore the commented out lines.01:06
Patero-ngdoes fglrx makes the card run faster graphics01:07
dr_willisPatero-ng:  i would think so.01:07
dr_willissince the open sourced drivers are normally not as optmized01:07
BlueEaglePatero-ng: It does make ATi cards run 3D accellerated graphics faster than the MESA drivers do.01:08
Patero-ngso the radeon or ati drivers that come with ubuntu are opensource?01:08
dr_willisPatero-ng:  yes.01:08
Patero-ngthat explains the laggy graphics so where should I get the flgrx drivers from ati.com?01:09
dr_willisthey are in the repos.01:09
dr_willisuse the addational-drivers tool to install them.01:10
dr_willis!fglrx01:10
ubottuFor Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto01:10
BlueEaglemaslo: Those messages do indicate a botched tekkit installation.01:10
dr_willisin 12.04 run 'jockey-gtk' or in 12.10  its in a tab under the 'software sources' tool01:10
maslo:|01:10
BlueEaglemaslo: This is out of scope for this channel. Try the Tekkit support forums. This is not an Ubuntu error.01:10
maujhsnBlueEagle Thanks!01:12
BlueEaglemaujhsn: You're welcome.01:12
abyss4my user does not have access to the source command, how do i fix it01:13
BlueEaglemaujhsn: Again please let me stress the dangers of running `sudo rm`. Running rm with super user privileges will destroy your system if you use it wrong.01:13
schnoodles--eHey I was wondering if anyone knows what the default terminal package is called? I need to reinstall it.01:15
Googol30Do you have more than one ethernet port on your computer, BlueEagle?  When I run what you have Ubuntu complains about not being able to "find device eth3".01:16
BlueEagle!info gnome-terminal01:16
dr_willisabyss4:  what shell is the user using? i thought source was a bash builtin.01:16
ubottugnome-terminal (source: gnome-terminal): GNOME terminal emulator application. In component main, is optional. Version 3.5.90-0ubuntu1 (quantal), package size 131 kB, installed size 718 kB01:16
BlueEagleschnoodles--e: That should be the one.01:16
BlueEagleschnoodles--e: What makes you think you need to reinstall it btw?01:16
BlueEagle(or did you accidentally remove it?) :P01:17
schnoodles--eBlueEagle, well I am running another default terminal at the moment so its not actually installed.01:17
maujhsnBlueEagle  I want to get rid of the folder along with the files. http://pastebin.com/qMSTTJpu01:17
dr_willismaujhsn:  rm -rf directoryname01:18
BlueEagleschnoodles--e: Then that explains it. Do note that you can change the default terminal using environment variables instead of uninstalling software. sudo update-alternatives –config x-terminal-emulator01:18
dr_willisbash FUNdamentals. ;)01:18
dr_willismaujhsn:  rmdir is only for empty directories01:18
maujhsndr_willis How are you doing...Hey Thanks!01:19
BlueEaglemaujhsn: rm -rf ffmpeg-linux64-2012120601:19
dr_willismaujhsn:  may be worth the time to read a few bash beginner guides. ;)01:19
schnoodles--eOh sweet ive never known about that one.01:19
Googol30Do I need to go into my router to change the port forwarding rules each time I want to run my server?01:19
BlueEaglemaujhsn: the -rf parameter forces removal even of non-empty directory. Be VERY CAREFUL with that command.01:19
schnoodles--eThank you BlueEagle  :)01:20
wh1phello01:21
BlueEagleschnoodles--e: It was only a google search away. ;)01:21
=== sebuba is now known as Guest17242
=== Guest7608 is now known as jsec
Googol30Do I need to set up a static IP and request to have an address outside of the router's DHCP range, or must it be inside it?01:23
Googol30At this point... although I know I will eventually screw something up... I think I will just go through both the router's and my computer's settings, changing what I think might have a possibility of being a problem.01:25
BlueEagleGoogol30: In general you want the static IP addresses outside of the DHCP scope. The DHCP server does not check if an IP set statically before passing it out.01:25
maujhsnBlueEagle, dr_willis  Thanks guys it worked!01:25
BlueEagleGoogol30: You do, however, want it within the same subnet. So if your DHCP range is 192.168.0.50 to 192.168.0.100 and the subnet is 192.168.0.0/24 you would assign static IPs either below 50 or above 100 in the final octet.01:26
Patero-ngwhat's an upstream driver?01:27
Googol30Currently I have changed my router's DHCP range to be a lower bound of 192.168.1.2, to an upper range of 192.168.1.252, and have set my computer at 192.168.1.253.01:27
Googol30It doesn't work though, as I do not have internet on that computer.01:28
BlueEaglePatero-ng: Typically it is a driver that the hardware vendor has released that the distro vendor has not tested.01:28
phunyguy_t430sWell I'm not too bright.01:28
dr_willisHmm. My router supports static/rembering ip's based on MAC so i can always get teh same ip to my pcs01:28
phunyguy_t430ssee? typed that in the wrong channel01:28
BlueEagleGoogol30: And the subnet mask on the network is?01:28
Googol30I'm guessing you mean 255.255.255.0?01:29
BlueEagleGoogol30: That is the netmask, yes. When you say that you're not "getting internet" do you mean that you're not able to show web pages?01:30
Googol30I CAN ping 192.168.1.1, and my other computers CAN ping 192.168.1.253, and my other computers CAN ping google.com.  My Ubuntu Server, however, CANNOT ping google.com01:31
BlueEagleGoogol30: Have you correctly configured the gateway IP?01:32
BlueEagleGoogol30: The gateway should be the IP of the router/modem.01:32
Googol30The gateway IP is the router's IP, correct?  I have that set to 192.168.1.1.01:32
Googol30Do you want me to pastebin my /etc/network/interfaces?01:33
BlueEagleWhen you attempt to ping google.com does it successfully look up the IP for the name?01:33
BlueEagleThe alternative is saying that it's not able to find google.com01:34
Patero-ngwhat's an upstream driver? and should I install both fglrx-installer fglrx-installer-updates?01:34
dr_willisPatero-ng:  upstream is newer drivers. Sometimes they dont work.01:34
BlueEaglePatero-ng: I already answered the first question.01:35
=== james is now known as Guest30546
Googol30I CANNOT ping google.com on my computer with the IP 192.168.1.253, upon running the command "ping -c 3 google.com", it returns "ping: unknown host google.com"01:36
readcan  someone help me to make my computer not freeze after using it for a while and so I can have wireless internet?01:37
BlueEagleGoogol30: Ok. That means that you're not able to connect to the name server. Can you ping 8.8.8.8 from that computer?01:37
ablyssGoogol30, try ping googles IP 173.194.37.3501:37
BlueEagleablyss: Yes, that is much easier than 8.8.8.8 ;)01:38
emancipatedhi all, can anyone recomend something for multi cameras? something user friendly compared to xawtv01:39
BlueEagleGoogol30: After you made changes to /etc/network/interfaces did you restart /etc/init.d/networking ?01:39
BlueEagleemancipated: stills or video?01:40
emancipatedvideo01:40
BlueEagleemancipated: Then, no. :(01:40
cameron_helo01:40
emancipatedor stills if it can auto refresh images01:40
Googol30I think we are going to end up at the result that I haven't configured my DNS servers anywhere, which I cannot find out how to do.  To answer your question, BlueEagle, no, I cannot ping 8.8.8.8, nor do any packets return from 173.194.37.3501:40
cameron_im having trouble getting the indicator-cpufreq package working01:41
readcan  someone help me to make my computer not freeze after using it for a while and so I can have wireless internet?01:41
emancipatedBlueEagle:  thanks anyway01:41
Googol30I have, just now, restarted the whole computer, out of fear that i didn't restart something that i needed to after changing something01:41
ablyssemancipated, the CLI program "motion" is pretty nice01:41
emancipatedthanks I'll read up on it01:41
ivanwhttp://pastebin.com/sPg6mtj1 this are my temperatures with open case and an air circulator pointing at the Motherboard.01:42
BlueEagleGoogol30: Then I would like to see your /etc/network/interfaces and your /etc/resolvconf/resolv.conf.d/head file if that was the one you modified.01:42
ivanwAny ideas? I' ve posted on ubuntuforums a couple of threads, but I don' t get any answers. =(01:42
BlueEagleivanw: Is this vastly different from other operating systems or is your CPU just generally running hot? When did you last clean dust from the CPU cooler?01:44
elitenovellwhen your computer chip gets to hot can it ruin it?01:46
elitenovellso always leave a fan at least on the chip01:46
elitenovelli like liquid cooling01:46
=== zenix`away is now known as zenix`
ivanw@BlueEagle: I' ve cleaned it less than a week ago, changed thermal paste and it is regardless the OS I' m running.01:47
readcan  someone help me to make my computer not freeze after using it for a while and so I can have wireless internet?01:47
Googol30http://pastebin.com/sq0ynGqH01:48
dr_willisread:  you will need to give us at least some details as to when its freezing. and what wireless chipset you are using.01:48
Googol30^^ /etc/network/interfaces01:48
dr_willis!wireless01:48
ubottuWireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs01:48
ivanw@elitenovell when I said air circulator I didn' t mean a computer fan, I meant to say a ventilator (the ones we humans use when temperature is too high)01:48
BlueEagleivanw: I am not an operator and this is not twitter. Either your heatsink or cpu is curved and may need lapping (voids waranty) or you use cheap thermal paste. Alternatively you have set some BIOS setting that runs the cpu fan in "quiet mode" or some such.01:48
elitenovellaw ic01:48
emancipatedhmm cool a search bot01:49
emancipated!multicam01:49
BlueEagleivanw: Do you have any issues where the cpu temperature rices above 90 degrees or the computer starts to behave erraticly under stress?01:49
BlueEagleivanw: ...or is it just these bench marks that worry you?01:49
elitenovellwhat does lemondrop mean i think someone hacked my computer because it says homeboylook-lemondrop on my computer i didnt do that01:49
readit seems to freeze many half an hour to an hour after using it regardless of what I am doing. As for my wiresless card I don't know what it is but if you can tell me twhere to find it I can let you know.01:49
dr_willis!wireless | read01:50
ubotturead: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs01:50
BlueEagle!bot > emancipated01:50
ubottuemancipated, please see my private message01:50
emancipatedthanks BlueEagle01:50
readdr_willis: is that a CLI command?01:51
dr_willisread:  what?01:52
Googol30http://pastebin.com/t3Ui7MVM01:52
dr_willisread what the bot is actualy saying.. its giving a url to the wifi docs/guide page.01:52
Googol30^^ /etc/resolvconf/resolv.conf.d/head01:52
readdr_willis: is !wireless a command prompt command?01:52
dr_willisread: read what the bot is actualy saying.. its giving a url to the wifi docs/guide page.01:53
BlueEagleGoogol30: Yeah, that is /etc/resolv.conf not /etc/resolvconf/resolv.conf.d/head01:53
BlueEagleGoogol30: Oh.. My bad. Ofcourse that's the head.01:53
aaasi oculd have sworn I killed background jobs in the past with 'sudo kill -9 %1',  am I wrong on this syntax?  now I get 'kill: failed to parse argument: '%1''01:53
readdr_willis: i'm not sure what you refering to as the bot. I am currently connected through a wired connection01:53
ivanwBlueEagle: I don' t know what do you mean  that you are not an operator and this is not twitter. However, heatsink is fine and CPU too. Don' t know what lapping is and I have used Vantec thermal paste (one of my work colleagues gave it to me). I believe it is low cost thermal paste. I do not have fan settings on BIOS and when temperature gets to critical values, computer shuts down completely. I am not stressing it that much, only watching a 720p video rises t01:53
ivanwemperature to 70 ºC.01:53
Googol30All hand typed... is there any way to pipe file through some program to send them off to pasebin.com or something?01:54
A|offSo this is freenode...01:54
dr_willis!wireless > read01:54
ubotturead, please see my private message01:54
Coreyivanw: Might try ##hardware01:54
somsip!pastebin | Googol3001:54
ubottuGoogol30: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.01:54
dr_willisread:  you said you wanted to get wireless going.. the ubottu  bot gave you the URL to factoids/sites on getting wireless going.01:55
A|offum...01:56
dr_willisA|off:  do you have a ubuntu support question?01:56
A|offI dont know how i got here..01:57
A|offor what ubuntu is01:57
ivanwCorey: Thank you. =) I' ll switch to them.01:57
dr_willis!ubuntu > A|off01:57
ubottuA|off, please see my private message01:57
BlueEagleGoogol30: http://pastebin.com/7cfq5ihG made some changes01:57
A|offok01:57
BlueEagleGoogol30: Also when you have restarted /etc/init.d/networking try to traceroute 8.8.8.8 and see where the path leads.01:58
ivanwCorey: It says that I need to identify to nickserv to write and it won' t let me write a thing.01:58
Googol30Attempted "sudo apt-get install pastebinit"... only to be met with the realization that I need internet... And I would much rather get a static IP set up than change my port forwarding every time my computer decides to change it's own IP.01:58
killerspechi all01:58
read_dr_willis: bash: !wireless: event not found01:58
Googol30I thank you for your patience so far, BlueEagle.01:58
read_dr_willis: for some reason the channel froze on me01:59
killerspecAnyone got any idea about teensy ?01:59
dr_willisread_:  the !stuff is BOT triggers for the channel ROBOT.01:59
dr_willis!wireless | read_01:59
ubotturead_: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs01:59
dr_willissee?01:59
killerspecI am trying invain to install the software and I am totally lost01:59
dr_willis!bot | read_01:59
ubotturead_: Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots01:59
topo_Is it cool if I ask a simple LUBUNTU question on this channel02:00
topo_?02:00
dr_willistopo_:  ask away. theres also #lubuntu02:00
read_ubottu: thanks, i will read that webpage for that issue. I also want help with getting my computer not to freeze02:00
ubotturead_: I am only a bot, please don't think I'm intelligent :)02:00
topo_Yep but theres no one on that channel02:00
snapshotshey can anyone help me?02:00
snapshotson my problem in ubuntu 12.0402:01
BlueEaglekillerspec: Well you do know the softwares name so you're not _totally_ lost. However it does not appear to be in the repositories.02:01
killerspecthere is an explanation on there site but keep hiting a brick wall02:02
BlueEaglekillerspec: Do you assume that we magically know the nature of the wall you are hitting?02:02
Googol30Also, while we're on the topic, what's the best way to restart the network, "sudo shutdown -r now", which I have been doing recently, "sudo ifdown eth0;sudo ifup eth0", which I do rarely, or "sudo /etc/init.d/networking restart", which I do occasionally, or some other method entirely?02:02
topo_dr_willis: Im trying to my new Nexus 7 to my computer running LUBUNTU 12.10, no luck with the cable so i tried the ftp approach, It worked perfect i made a bookmark in PcManFM and everything is great except the remmenber forever option does nothing02:03
BlueEagleGoogol30: restarting networking should suffice.02:03
BlueEagleGoogol30: That is `sudo /etc/init.d/networking restart`02:03
topo_dr_willis so I have to reenter user name and password for my ftp server each time I want to transfer a file to my device02:04
readdr_willis and ubottu: thanks for the help. My computer is freezing again. So I will come back on this channel when I can use another computer to try to get your help.02:04
Googol30It still says that no packets are received when "ping -c 3 8.8.8.8"02:04
BlueEagleGoogol30: Basically shutdown -r includes /etc/init.d/networking restart and /etc/init.d/networking restart includes ifdown eth0; ifup eth0.02:04
BlueEagleGoogol30: traceroute 8.8.8.802:05
BlueEagleGoogol30: First hop should be 192.168.1.1. Second hop should be outside.02:05
topo_<dr_willis> Any Ideas? PcmanFM "remmenber forever"02:06
BlueEagleGoogol30: I should have asked this a long time ago. Have you installed a firewall?02:06
topo_<snapshots> I'll try02:06
Googol30It says that traceroute can be found in either "inetutils-traceroute" or " traceroute"... should I set my /etc/network/interfaces to dhcp again and install "inetutils"?02:06
BlueEagleGoogol30: Bahh.. Of course they are not in by default...02:07
BlueEagleGoogol30: But you are able to ping 192.168.1.1 from the linux box, right?02:07
Googol30And I think what I have done with the firewall is port forwarded all TCP requests... or something like that... to port 25565 for device 192.168.1.253.02:08
Googol30And yes, I AM able to ping 192.168.1.102:08
BlueEagleGoogol30: On the modem you have forwarded all TCP packets to port 25565 on 192.168.1.253?02:08
=== arjenAU_ is now known as arjenAU2
BlueEagleGoogol30: So when a ping goes out on port 8 and is returned on port 8 it is translated in the router to port 25565?02:09
snapshotsBlueEagle : can i pm you?02:09
BlueEaglesnapshots: Please do not.02:09
snapshotsok02:10
kvothetechsnapshots: why not list your problem not just 'i need help02:10
ScottJensenDoes anyone have experience with ZFS on 12.10?02:10
Googol30I thought ping requests were ICMP ECHO requests, and independent of TCP?02:10
snapshotsok ok02:11
BlueEagleGoogol30: They may be. I havent slept for a while so I may easily be mistaking.02:11
MSHughesGoogol30, certainly not TCP02:11
ScottJensenICMP ECHO is IP02:11
Googol30I will most likely have to go in ~20 minutes, just to let you know.02:11
ScottJensenerr not IP02:11
ScottJensenit is the lowest level, does not require a port02:11
Googol30I haven't changed anything about UDP on my router to my memory though.02:12
BlueEagleGoogol30: Being that we have gone over the settings in your linux box I do think it is an idea to look at the router. Did I understand you correctly that you forwarded all TCP requests to a spesific port regardless of source port?02:13
gsmerDoes anyone knows about Warning from (stdin / apparmor_parser )?02:14
BlueEaglegsmer: It is a warning from apparmor_parser.02:15
dwayne_Hey so I have a really strange problem02:15
ScottJensenare there normal problems? :)02:16
dwayne_In the download center, it keeps telling me it fails to fetch a file because my internet connection is non-existant02:16
Googol30In my router it says TCP Any -> 25565.02:16
snapshots#join ubuntu-beginners02:16
BlueEagleGoogol30: That is not a good idea.02:16
Googol30Looking at all of the other port forwarding rules, nearly all of the other rules are like that as well, except different ports.02:17
kvothetechdwayne_: are you connected to the internet02:17
dwayne_kvothetech: well I'm connected to IRC, the files download halfway then it says the internet connection doesn't exist02:18
dr_willisdwayne_:  try the apt-get cli tools?02:18
Googol30So is my port forwarding why I'm not getting internet?  Should I disable that rule then attempt to ping google again, or attempt to run "sudo apt-get update"?02:18
BlueEagleGoogol30: You should disable that rule.02:19
BlueEagleGoogol30: then try to see if you are now receiving results from the name server by pinging google.com again.02:19
Googol30Disabled the rule, maybe it's still enabled in the NAT forwarding thing...?  I kind of forgot what I did with the NAT, but I think it's along the lines of a static... something... maybe IP...02:22
topo_Im trying to my new Nexus 7 to my computer running LUBUNTU 12.10, no luck with the cable so I tried the ftp approach, It worked perfect i made a bookmark in PcManFM and everything is great except the remmenber forever option does nothing. Any IDEAS?02:22
Googol30Same result when "ping -c 3 google.com"... results in "ping: unknown host google.com"02:23
rmooreanyone have any experience with seq24+zynaddsubfx?02:23
Googol30I need to go in 6 minutes, by the way.02:24
BlueEagleGoogol30: If I have understood the topology correctly all your different devices are connected to the router/modem. However incoming requests should all be handled by your linux server. What you want to set up in the router is a DMZ for the linux server. How ever that is something that should wait until you have internet connectivity so for now, do not set up any special configs.02:24
dr_willistopo_:  i find it easier to just use the various network methods to get to the newer android devices. the MTP/wired method just seems flakey.02:25
BlueEagleGoogol30: Then I wish you the best of luck. I'm going to bed as it is 3:25 am here.02:25
danktamagachiHi! Is anyone here a DNS guru? Could really use a second of an expert's time...02:25
BlueEagle!ask | danktamagachi02:25
ubottudanktamagachi: 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 !patience02:25
danktamagachi:) OK02:25
BlueEagle!anyone | danktamagachi02:25
ubottudanktamagachi: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll.02:25
Googol30It's not quite that late here... only 21:26... but I have school tomorrow... so I can't stay up forever.02:26
danktamagachiI'm trying to set up a DNS record for my domain so that the web traffic goes through AWS but email goes through my hosting. I have the A record pointing to my AWS instance but mail is now failing02:26
topo_dr_willis: Yeah thats what im doing but i cant get pcmanFM to remmenber My password02:26
ScottJensendo you have an M record?02:26
somsipdanktamagachi: you'll need to change the MX records to point to your mailserver02:27
danktamagachimy MX record just points at the domain02:27
danktamagachishould I instead point it at the IP of my hosting?02:27
ScottJensenyes02:27
Googol30For reference, where can I find the log of this channel?02:27
danktamagachiok I will try that, thank you ScottJensen Sornaensis02:27
danktamagachisornsip02:27
Googol301 minute, then I'm off.02:29
BlueEagleGoogol30: I'm out of ideas.02:29
Guest91804hello, please help me in English. I made something FOR you, or , I made something TO you?? I can't decide02:29
ScottJensenfor02:29
Googol30I think tomorrow, I will disable all of the things I have added into the router for preemptive port forwarding.02:30
Guest91804ScottJensen: thank you!02:30
BlueEagleGoogol30: best of luck to you.02:30
ScottJensenyou are welcome02:30
=== emancipated is now known as emancipate
Googol30That, however, is another day... for now... good night.02:30
ScottJensenbye Googol3002:31
Googol30Any idea when you will be on this chat tomorrow, BlueEagle?  You were the most helpful today, although I didn't really get any further than I was in the beginning of the day.02:32
BlueEagleGoogol30: I will not. I'm heading for the canary islands.02:33
Googol30Well... I'll be back at roughly 2000 UTC tomorrow... in the case that anyone wants to try to attempt to help me tomorrow.02:33
Googol30Anyway... have fun in the Canary Islands, BlueEagle, and good night to you all... or good day... if some of you live in Japan or something... where it is day...02:34
puffHm, I just reverted from nividia-experimental-310 to nvidia-current, now I'm thinking maybe I should go with nvidia-experimental-304... anyone have (useful) advice about this?02:35
emancipatecanary island, thats a nice place to be when the world ends :)02:36
=== sergio_ is now known as Guest47165
* imwat2058222873 :imwat2058222873 MODE imwat2058222873 :+i02:39
danktamagachiLooking for a good solution for keeping a cache in redis based on a mysql database in rails... has anybody tried starling or other options?02:44
puffdanktamagachi: This is #ubuntu, you may want to try another channel.02:45
danktamagachipuff, ok, I'll try #rails... thanks!02:45
puffdanktamagachi: good luck!02:45
=== patrick is now known as Guest30078
aaasso when you see something like 192.168.1.0/24 or 192.168.1.0/32 what does the /24 or /32 mean?02:45
* imwatchingyou 12302:45
ScottJensenit is the mask02:46
aaaswhats the mask02:46
* imwatchingyou does anyone know when ubuntu will support asus dgx? would like to switch back but those drivers and visual studio are keeping me on windows02:46
puffaaas: it's specifying a range.02:47
ScottJensenhttp://www.csgnetwork.com/ipinfocalc.html02:47
aaaswell i guess my question is what's the difference between /24 and /3202:47
muttstuffleI am not sure, I myself am running an asus g74sx and ubuntu 12.04 LTS works fine for me02:47
puffaaas: Read http://en.wikipedia.org/wiki/CIDR_notation and http://en.wikipedia.org/wiki/Subnetwork02:48
ScottJensenor RFC 121902:49
aaaspuff hehe there now thanks02:49
SornaensisYou're welcome, danktamagachi02:49
SornaensisThat will be $25002:49
imwatchingyouam on a dgx, which was worth the money, but could never get the drivers going on ubuntu. but im a total ubuntu noob02:49
cnzquestion02:59
cnzif I install 12.04 can I just upgrade the kernel to 3.5 package02:59
cnzor do I have to upgrade all the way to 12.1002:59
=== mrenouf|away is now known as mrenouf
mspencerIs this a good place to ask question about the ubuntu-devel-announce mailing list?03:01
Sornaensismspencer: don't ask to ask a question just ask your question03:04
mspencerSornaensis: Okay, sorry.03:04
DaemonicApathymspencer: I would guess #ubuntu-devel is a better option.03:06
mspencerDaemonicApathy: Thanks.03:06
sam_hey is anybody familiar with the second dropbox account installation process?03:09
dr_willisSecond?03:09
sam_yep two dropbox account logged in with the same computer03:09
sam_I have done it before but now im faceing an error03:10
sam_when you install dropbox normally it begines installation of proprietary daemon automaticly but not for the second dropbox03:11
ErdMuttersam_, I don't have much experience but I did a fast google search and found a guide. Not sure if it will help any but here is the url: http://maketecheasier.com/run-multiple-dropbox-accounts-in-mac-and-linux/2010/05/2403:11
goddardwhat is a dangerous temp for a video card to run at?03:12
sam_thanks ErdMutter03:12
ScottJensen90C03:12
goddardmine is at 80C03:13
DaemonicApathygoddard: One that will impact performance or physical structure. e.g. 2000°F (This can vary between models.)03:13
ScottJensengoddard: depends on the chip, you can visit the chip manufacturer website to find the specifics03:13
ScottJensen80C should be ok03:14
ScottJensenI'd blow some dust out, clean filters, check the fan, etc03:14
ScottJensenif you have cats or dogs, you should check your computer insides every 3 months03:15
lihongwuHi, all, how can i view all packages from a specific repository from the command line?thanks.03:15
ScottJensenman apt-get?03:16
sam_I made my multiple dropbox useing this guide before (2month ago) now i cant its asking for proprietary daemon and it fails to install it. https://dl-web.dropbox.com/get/Ubuntu%20training/Second%20Dropbox.pdf?w=ac409bae03:18
sam_anybody please?03:18
goddardScottJensen: its a laptop :D03:18
jdnwestAnyone got a good usenet provider they can recommend?03:18
jdnwestApparently the US based ones are all going to crap.03:18
sam_I made my multiple dropbox useing this guide before (2month ago) now i cant its asking for proprietary daemon and it fails to install it. https://dl-web.dropbox.com/get/Ubuntu%20training/Second%20Dropbox.pdf?w=ac409bae03:20
=== rogst_ is now known as rogst
goddarddo you guys see any screen tearing in Ubuntu?03:21
goddardwhen moving windows around or anything?03:21
ScottJensengoddard: you can still blow out the air vents, check the fans on the underside03:22
ScottJensenlihongwu: https://help.ubuntu.com/community/Repositories/Ubuntu03:22
dr_willisgoddard:  rarely on the desktop. I do see some on videoplayback at times03:22
dr_willisgoddard:  the vsync options seem to help a lot.03:22
lihongwuScottJensen, thanks, i'll take a look at it and try.03:22
goddardScottJensen: yeah true03:24
datruthhow can I encrypt my external disk and still store large files on it?03:27
dr_williswhy wouldent you be able to store large files on it?03:27
dr_willis!encrypt03:27
ubottuFor information on setting up encrypted private directories (8.10+) see https://help.ubuntu.com/community/EncryptedPrivateDirectory03:27
Bound-EntityFreenode you never surprise me over the thousands of bots you have in here...03:29
dr_willisthousands? Hmm,., Just know of the  floodbots and ubottu03:30
Bound-EntityPinging my system as I connect... using the Ubuntu connect alias that are written in MYSQL of Ubuntu03:30
dr_williscant say ive ever noticed any here.03:30
Bound-EntitySo what is this GNU saying Ubuntu has spyware ?03:30
ScottJensenAmazon paid money to Canonical03:31
dr_willisBound-Entity:  Hype and more fud and discussed in #ubuntu-offtopic03:31
Bound-EntityOh its all hype?03:31
Bound-EntityRichard Stallman making up stories huh ?03:31
dr_willisits been out for 2 months and suddendly its news.. yes its overhyped.03:31
dr_willisand it belongs in #ubuntu-offtopic03:32
Bound-EntityI thought Ubuntu is over several years old ?03:32
dr_willisThe amazon feature is new in 12.1003:32
stroodlepupeven if it did, it's fairly solvable03:32
stroodlepupguys need some help03:32
dr_williswhich has been out for about 2 months. and the feature was out and discussed in beta a month+ befor that.03:32
Bound-EntityOh... GNU didn't exactly say what was explicit03:33
Bound-EntitySo its Amazon's fault03:33
Bound-EntityThanks fr the info03:34
dr_willis!adlens03:34
ubottuIf you wish not to see "More Suggestions" from places like Amazon in your Ubuntu 12.10, simply remove the package unity-lens-shopping, or adjust your Privacy settings as shown here: http://goo.gl/kFO4u . Mark Shuttleworth's blog entry on this is at http://goo.gl/uF7zZ03:34
Bound-EntityMark Shuttleworth03:35
=== ubuntu is now known as Guest27809
Guest27809hola03:36
dr_willisHowdy03:36
Guest27809I am back03:36
Guest27809from ubuntu 12.1003:37
Guest27809I was reading the page to update my drivers to fglrx howerver I can't find Hardware Drivers manager03:37
Bound-Entityhttp://www.fsf.org/blogs/rms/ubuntu-spyware-what-to-do03:37
Guest27809where can I find it under ubuntu 1203:38
dr_willisGuest27809:  in 12.10 its under software-sources on the last tab.03:38
bazhangBound-Entity, dont post that here03:38
dr_willistake it to  #ubuntu-offtopic if you want to discuss it.03:39
Bound-EntityHey... I just want some answers03:39
bazhangBound-Entity, #ubuntu-offtopic03:40
dr_willisif they are support related sure... if not #ubuntu-offtopic03:40
Bound-EntityHe said amazon, but that Freesoftware page says its a string in the OS... SHould i be Concered about using Ubuntu ?03:40
lime__I would like set a specific key on my keyboard to function as a if it was click of my mouse?  Does anyone have any good ideas?03:40
ubuntuuserhow would i set up a vhost to goto www.domain.com/dev ? I'm setting servername and server alias to www.domain.com/dev but it's not working03:40
Bound-EntityShould I even be using Ubuntu ?03:40
dr_willislime__:  theres some accessability tool to use the numpad as a mouse. so its doable.03:40
bazhangBound-Entity, as we said many times now: #ubuntu-offtopic03:40
Bound-EntityAre you support of Ubuntu?03:41
bazhangBound-Entity, I wont ask you again03:41
dr_willislime__:  this is a lttle old - but may apply -  http://answers.oreilly.com/topic/1418-how-to-control-a-mouse-using-the-keyboard-in-ubuntu/03:42
Guest27809I just install fglrx should I reboot or it doens't need that to start using it?03:43
dr_willisGuest27809:  normally a reboot is needed03:43
Bound-EntityBaz03:43
ScottJensenWhen in doubt, reboot03:43
Guest27809but I'm live will it get erased03:43
Bound-EntityIs there explicit code on my Ubuntu desktop ?03:44
Phabastty --a shows what letters you have assigned but i think that bash based03:44
Phabawell it is; i dont think03:44
lime__I'm looking to sign the left click to a specific key, not just control the key using the keyboard03:44
lihongwuI have finally find relevant information in the man page for the apt-get package. I find the storage file for the state of each packages specified in sources.list under the directory /var/lib/apt/lists, in which i can find package names and their information in each repository. Thanks again.03:44
nick_hif /mnt/backup-home is owned by nick:nick and i can run "mount /mnt/backup-home" as the user nick, why would /mnt/backup-home be owned by root:root after it's mounted?03:44
dr_willislime__:  similer question -> http://askubuntu.com/questions/160158/how-can-i-remap-my-keys-to-act-like-the-macintosh-keyboard-like-hold-alt-l-l03:44
Phabai dont know enough about stty to be of much help but thats where i'd look if i were you, along them lines, they are keybindings03:45
Bound-Entitydr_willis03:45
dr_willislime__:  dosent look like theres a simple 'solution' to it.03:45
dchernivnick_h, mountpoint permissions dont matter, whoever mounts the drive owns it03:45
Bound-Entityis my Ubuntu desktop safe to use ?03:45
dr_willisBound-Entity:   i have no problems with it.. its up to you to decide.03:46
nick_hdcherniv: so if i'm able to mount the drive as user "nick", shouldn't the mount point's perms be changed to nick:nick ?03:46
dchernivnick_h, yes03:47
nick_hdcherniv: that isn't happening, though03:47
dr_willisnick_h:  what filesystem is the drive using and who owns the 'root' of that filesystem.03:47
Bound-Entitydr_willis03:47
Bound-Entitydo you work at Ubuntu ?03:47
bazhang!ot | Bound-Entity03:47
ubottuBound-Entity: #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:48
dchernivubuntuuser, http://httpd.apache.org/docs/2.2/vhosts/03:49
dr_willisHmm Lime__ left and i found a 3rd way to do what he wanted. ;()03:49
Bound-EntityNope03:49
Bound-EntityI'm the only one in that room now03:49
=== alejandro is now known as Guest2194
Bound-EntityHey Ubuntu-related is not a room03:50
nick_hdr_willis: the partition i'm mounting is ext3. it must be that / on the partition is owned by root03:50
dchernivubuntuuser, <VirtualHost *:80>03:50
dchernivDocumentRoot /www/example103:50
dchernivServerName www.example.com03:50
dcherniv# Other directives here03:50
dcherniv</VirtualHost>03:50
FloodBot1dcherniv: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.03:50
nick_hdr_willis: http://pastie.org/private/jsnurrx7ihwx1x4stt0vza03:50
dr_willisChannel Names are Preceded with a # Bound-Entity ...  such as #ubuntu-offtopic03:50
* dcherniv my bad03:50
Bound-EntityNope..03:50
Bound-EntityI'm the only one in ubuntu-related03:51
dr_willisnick_h:  you can 'chown/chmod' the mountpoint AFTER teh filesystem is mounted teh first time. that will chown/chmod the 'root' of the filesystem to be owned by your user.03:52
dr_willisnick_h:  then from that time on when you mount the FS. the mountpoint will get the permissions/ownder of the Fs's root.03:52
dr_willisnick_h:  the permissions of the mountpoint BEFOR the fs is mounted do not matter.03:52
Bound-EntityHey dr_willis03:52
Bound-EntityHey dr_willis where is the support room for Ubuntu03:53
Bound-EntityI need to like talk to someone that knows something.03:53
dr_willisBound-Entity:  try #foreveralone03:53
* dr_willis is done feeding the trolls.03:53
nick_hdr_willis: ah, that makes sense. thanks03:53
dr_willisnick_h:  now if this was a NTFS/Vfat filesystem.. then things work out differntly.03:54
dr_willisnick_h:  with those. its the options you use when mounting that define the permissions and owner.03:54
nick_hyeah, but i made sure that it was ext303:54
dr_williswith ext2/3/4 if you move the drive from one pc to another, you can have issues :)03:55
dr_willisthe uid/gid are what defines the owner/permissions - which can be differnt on differnt machines. So ext2/3/4 on a removeable usb, can be  annoying03:56
nick_hdr_willis: true. this is a backup drive, so i really only use it on 2 machines where i have the same uid and gid03:57
limedr_willis: I don't mind using xbindkeys like proposed here, but03:57
limeI just need xbindkeys to work when being bind to just one key03:58
dr_willishttp://askubuntu.com/questions/45203/how-can-i-assign-a-middle-button-press-to-a-specific-key-in-my-laptop03:58
dr_willisseems to be a similer task lime  ;)03:58
limeit works for a key combo but I can't seem to get it to work for a single key, without the key outputing something03:58
dr_willisim just reading/searching on askubuntu.com  :)03:59
jviottiHi guys!04:01
=== jviotti is now known as jviotti1
limeI am running issues with xmodmap -e "keycode 55 = Pointer_Button1"  I know it is the right key because xmodmap -e "keycode 55 = a" works just fine04:03
limeIt seems the Pointer_Button1 text isn't the right combo or something04:03
ScottJensencase sensitive?04:04
ScottJensenhttp://cweiske.de/howto/xmodmap/allinone.html04:06
ScottJensenhttp://askubuntu.com/questions/tagged/xmodmap04:10
SauceJohnsonEx-Chat04:11
limeI only see one reference to mouse/pointer it proposes using numbers but xmodmap -e "keycode 55 = 1" definitely doesn't work because then it starts outputting the number04:11
=== tjbiddle_ is now known as tjbiddle
ScottJensensorry04:14
somsiplime: what do you want it to do when you press keycode=55?04:18
fr0ggiei'm on 12.04 and wondering what the best way to have a couple packages that are locally built kept up to date when their dependancies are updated by apt?04:21
ScottJensensomsip: he wants mouse button left click04:21
Phabacan you use compiz on lubuntu??04:21
ScottJensenfr0ggie: I'd start by looking at the man pages for apt-get about dependencies04:23
somsiplime: the answer is here (you need to follow advice in the solution to find it though) http://superuser.com/questions/336674/emulating-mouse-click-with-a-keyboard04:23
thinkinbeeok so i want to work out on some sort of small open source project in ubuntu how do i go around that assuming that i have little knowledge of c ,c++ , python & bash04:23
Phabaim on lubuntu, my laptop struggle's with unity and gnome is ok'ish but id like to run compiz on lubuntu because it runs lubuntu easily04:23
limesomsip: I would like to trigger as if I am pressing the mouse cursor down04:23
somsiplime: laaaaaggggg04:23
dr_willisPhaba:  part of the reason its running lubutu easially is that its not running compiz.04:24
dr_willisPhaba:  you would basically set up a custome X session that runs compiz instead of openbox  and runs the rest of the lubuntu support apps. the panel and so forth04:24
Phabaoh uhh, so compiz is installed by default in unity?? ive seen some cool mac like features on it but never found a manager for the options, just standard effects options04:24
dr_willisunity is a compiz plugin.04:25
Phabadamn04:25
dr_willis!ccsm04:25
ubottuTo enable advanced customization of desktop effects in Ubuntu: install 'compizconfig-settings-manager' (or 'simple-ccsm' for pre-Oneiric). If you install the latter, a new option will appear in your appearance properties - See also !compiz - Help in #compiz04:25
dr_willisccsm is the tool for advanced compiz configuration04:25
AscavasaionMorning.  My PS/2 mouse refuses to be recognised.  It is getting power as it is glowing, but does not work.  I am currently using a USB one just to get around GUI, but I need the USB port for other things.  Can someone please tell me how to get the PS/2 mouse working.  Thank you.04:25
Phabasweet, gona switch to unity then and do some modifying04:25
Phabacheers dude04:25
limesomsip: yeah sorry about that, but i have tried a variant of that and it doesn't work xmodmap -e "keycode 55 = Pointer_Button1"04:26
somsiplime: have you found the correct name for the button as detailed in the link I gave you?04:27
limeYes, any key but the Pointer_Button keys work04:27
limexmodmap -e "keycode 55 = a" works fine but not xmodmap -e "keycode 55 = a"04:27
somsiplime: have you looked at the file as the poster in the webling suggested?04:27
somsip*weblink04:28
ScottJensenXK_Pointer_Button10xFEE904:29
limeI am going to change keycode 55 so it is no longer a modifier key, log out and log back in, but yes I have tried a variant of what you suggested, I just used a keycode instead of a keysym04:30
somsipScottJensen: awww, you did it for him.04:30
ScottJensenXK_Pointer_Button1 = 0xFEE904:30
ScottJensenyeah sorry04:30
somsipScottJensen: makes no difference to me. Just a chance for him to read and follow the advice on the page...04:30
limeyea unfortunately it doesn't work04:31
limethe04:31
limeI will try logging out and back in04:31
=== OpenSorce is now known as anastasya
humongusbighow can I "uninstall" the amazon web app?04:34
somsip!adlens | humongusbig04:34
ubottuhumongusbig: If you wish not to see "More Suggestions" from places like Amazon in your Ubuntu 12.10, simply remove the package unity-lens-shopping, or adjust your Privacy settings as shown here: http://goo.gl/kFO4u . Mark Shuttleworth's blog entry on this is at http://goo.gl/uF7zZ04:34
humongusbigsomsip:  sorry, should have been clearer - - I'm not talking about unity-lens-shopping04:35
humongusbigI already did that04:35
somsiphumongusbig: it'll help if you tell what you are talking about04:36
=== atrius is now known as atrius_away
somsiphumongusbig: the 'amazon web app'?04:37
dr_willisif you mean the icon in the left side panel... right click, unstick to panel...04:38
humongusbigsomsip: taking a screenshot, hang on04:38
humongusbigdr_willis: yes I can unstick it to the panel, but when I open amazon links it stil comes back04:38
humongusbigI don't want to hide it, I want to remove it04:38
dr_willisdisable webapps then I guess. theres some config tool or setting for that. I just dont recall where. It dosent come back for me04:39
dr_willislet me switch over to unity to look04:39
limedr_willis: Could you please atleast try the command xmodmap -e "syskey w = Pointer_Button1" so I know if something is wrong with my computer or not04:39
humongusbigdr_willis: ok thanks04:39
humongusbigsomsip: http://i.imgur.com/ness2.jpg?104:40
limesorry i mean xmodmap -e "keysym W = Pointer_Button1"04:40
somsiplime: use the correct reference istead of Pointer_Button1 as evidence seems to show that this is not correct04:40
ScottJensenXK_Pointer_Button1 0xFEE904:41
dr_willislime:  whats that supposed to do>? remap the W key to be a left click?04:41
ScottJensenlime: you need the XK04:41
ScottJensenlime: or use the hex code04:41
dr_willismy VV key is not orking no. ;)04:42
billyoTrying to install flash Lubuntu 12.10 firefox anyone see what's going on here http://pastebin.com/RZ1gBXGJ alternative suggestions?04:43
dr_willisbrb04:44
limeunfortunately the hex does not vvork either04:45
ScottJensenyou tried XK_Pointer_Button1 exactly?04:45
limeX04:46
=== ary is now known as Guest25719
limeXK_Pointer_Button04:46
limethat throvvs an error, the man pages say to drop XK_04:46
ScottJensendunno then04:47
somsiplime: XK_Pointer_Button1 with a 1 at the end. Or are you just doing typos?04:49
limejust doing typos you can try the command yourself04:49
goddardwhen i look at installed software in the software center it shows 2 nautilus and 2 shotwell photo manager04:49
goddardhow do i know what to uninstall?04:49
kvothetechgoddard: ones 64 bit the others 32 if you have both repo's04:50
billyoTrying to install flash on Lubuntu 12.10 in firefox anyone see what's going on here http://pastebin.com/RZ1gBXGJ alternative suggestions?04:50
ScottJensenI don't use a mouse04:52
ScottJensenor a GUI04:52
goddardbillyo: just use chrome then never worry about flash again04:52
limeseriously?  vvhat command line applications do you use04:53
ScottJensenI ssh into my boxes with KITTY04:53
ScottJensenthey are all Ubuntu Servers04:53
limeand you are using vvhat to irc?  Isn't the command line interface for irc painful?04:54
ScottJensenI'm on my W8 box right now, I have to have it for work. It pays the bills04:55
Yudist_tes04:56
mIKEjONEShello fellow ubuntooers!!!!04:56
mIKEjONESdoes anyone know how to remove a package that can't be installed correctly?04:56
mIKEjONESever since trying to install mysql-server I can no longer apt-get install install anything because apt tells me to run "apt-get install -f"04:57
mIKEjONESthe forums say the package is broken but provide no means to get out of this state04:57
limemakes sense, i tried command line + lynx + irc for a vvhile, but not having a reliable brovvser is painful04:57
ScottJensenapt-get check04:58
menethorillime, why don't you try Irssi or another cli IRC client?  It is a bit more flexible.04:58
ScottJensenapt-get remove -f mysql-server04:58
=== craig_ is now known as foxxtrot
mIKEjONESno matter what I do I always get these lines, http://pastebin.com/yeGM5ULn05:00
getutoioioioioio05:00
mIKEjONESScottJensen: http://pastebin.com/yeGM5ULn is the output from both apt-get remove and apt-get check05:00
trismmIKEjONES: what is: apt-cache policy mysql-server-5.5 mysql-server-core-5.5;05:01
jakeyhow do i get to ubuntu off topic05:01
trismjakey: /join #ubuntu-offtopic05:02
jakeytks05:02
mIKEjONEStrism: http://pastebin.com/MLcCuphA05:02
limememthoril:  I'll try it I just don't think I could make the complete transition to command line because, I need a vveb brovvser for so much of vvhat i doK05:02
dr_willisheh- havent figured out how to undo your W command. ;)05:03
mIKEjONEShow do I cancel an apt-get install?05:04
mIKEjONESI can't seem to use apt anymore because it keeps on telling me to run apt-get -f install05:04
billyogoddard: google chrome?05:05
trismmIKEjONES: have you run: sudo apt-get update; recently? the mirror looks a little behind if so, both security and updates should have 5.5.28-0ubuntu0.12.04.305:05
limefixed the w key just kept ignoring it ;)  You know I just don't need it that often05:05
mIKEjONEStrism: yea I ran update05:05
trismmIKEjONES: you may need to force the version either for -core and then upgrade from there, or try forcing the version for mysql-server-5.5: sudo apt-get install mysql-server-5.5=5.5.28-0ubuntu0.12.04.305:06
mIKEjONEStrism: I no longer want to install this package, there's a lot of bug reports about it05:07
mIKEjONESbut how do I cancel the install so that I can use apt-get again?05:07
billyogoddard: not chromium..it doesn't work on that either05:07
mIKEjONESbecause now even if I try to apt-get install irssi it complains about mysql-server05:07
=== Gallomimia_ is now known as Gallomimia
FlannelmIKEjONES: Did you run apt-get -f install like to tells you to do?05:09
mIKEjONESFlannel: yes05:09
FlannelmIKEjONES: And the output?05:09
billyoOK, can anyone advise on installing flash in firefox.OS lubuntu 12.10?05:09
dr_willisamazing how fragil flash is after all these years05:10
mIKEjONESFlannel: http://pastebin.com/1KVL5yYS05:11
mIKEjONEShow do I just cancel the install?05:11
mIKEjONESI no longer want this package05:11
mIKEjONESat all05:12
FlannelmIKEjONES: The easiest way is to finish installing it, and then remove it.05:12
FlannelmIKEjONES: and that was with -f?05:12
FlannelmIKEjONES: (it's customary to include the command in pastebins, as sometimes the error is there)05:13
=== chiluk_away is now known as chiluk
mIKEjONESFlannel: "apt-get -f install"05:15
FlannelmIKEjONES: Alright, how about apt-get -f install mysql-server-5.5.  How'd you get yourself into this mess anyway?05:16
billyodr_willis:google probably pays them to make it fragile where convenient?05:16
dr_willisbillyo:  i think its more of they just dont care05:17
mIKEjONESok05:19
mIKEjONESFlannel: I tried installing mysql-server05:19
mIKEjONES"OOOBOOONTOOOOO" is by far the most counter intuitive most spyware like distribution I've ever used, hopefully shuttleworth kills himself05:20
FlannelWell, that's classy.  Do you actually want to solve this problem? or just waste time?05:21
=== boozer is now known as buntunub
goddardbillyo: ya05:21
goddardbillyo: Google Chrome05:21
konamhi05:22
konami don't see the hdmi audio hardware option on the sound devices05:22
mIKEjONESFlannel: it seems like everything I try doing on this distro takes 2x longer than on any other, using good old dpkg and purging each package seems to have done the trick05:22
konamand my tv isn't getting the audio from the hdmi port05:22
konamany advice?05:23
FlannelmIKEjONES: I'm happy for you.  Now be polite.05:23
billyodr_willis: not a subscriber to the war on freedom?05:23
billyogoddard: thanks, i'd rather not resort to that though?05:24
billyogoddard: the process of monopolisation is always more convenient for the consumer in the early stages05:27
sambagirl                                                                                                                                                                                                                                                                                                                                                                                                                                                                05:28
sambagirl                                                                                                                                                                 05:28
FloodBot1sambagirl: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.05:28
blackshirt!find pyhton-mysql05:28
ubottuPackage/file pyhton-mysql does not exist in quantal05:28
blackshirt!find python-mysql05:29
ubottuFound: python-mysqldb, python-mysqldb-dbg, python-mysql.connector05:29
blackshirt!find python-mysql05:32
ubottuFound: python-mysqldb, python-mysqldb-dbg, python-mysql.connector05:32
blackshirt!info python-mysqldb05:33
ubottupython-mysqldb (source: python-mysqldb): Python interface to MySQL. In component main, is optional. Version 1.2.3-1build1 (quantal), package size 60 kB, installed size 209 kB05:33
d8bhattaHello,05:37
d8bhattaI have a partition called lamp. Today when I try to access the drive, its name is changed to lamp_   . I am not sure how underscore (_) is added to the name05:37
d8bhattathis is creating problem to access my web pages.05:37
d8bhattacan somebody suggest me how can I get the drive name back to lamp?05:37
voxadamWhat's the best way to install a Ubuntu server VM on VMWare? Should I install using the regular ISO05:38
aeon-ltdvoxadam: use the server iso05:39
KI4RO.05:39
d8bhattaany suggestion guys, why the drive name is changed ? How can i  get the name back.05:39
billyoTrying to install flash on Lubuntu 12.10 in firefox anyone see what's going on here http://pastebin.com/RZ1gBXGJ alternative suggestions?05:39
blackshirtvoxadam, too heavy and bloated... Maybe you want to know about linux container05:40
almoxarifed8bhatta: what changed, the mount point or drive name?05:40
billyoDifferent prob. The bar at the bottom of the desktop with the menu and launcher has dissappeared?05:42
dr_willisd8bhatta:  if its auto mounting by the gnome services. and  the '/media/lamp' allreadi exists.. it may add a _ to the name05:42
d8bhattaalmoxarife: not sure that even, I can see that label is same but when I see properties, path is different like /media/lamp_    . But label at the left column is same i.e. lamp05:42
dr_willisd8bhatta:  see this if the system crashes/dosent unmount the drive. next time it adds the _05:42
almoxarifed8bhatta: what dr_willis... said05:43
dr_willisunmount the thing. remove all teh lamp directories.05:43
dr_willisthen let it remount, OR make a fstab entry for it.05:43
dr_willisI think if it keeps doing it.. it will add a # after the _  i had a 'VideoDrive_5' on this box earlier today05:44
d8bhattadr_willis: yesterday during installing updates, i got crash error05:44
konamany help?05:44
dr_willisIf it was auto mounted. then system crashed.. it never removed that Lamp directory.  so that makes sence05:44
konami can't see the hdmi sound device under sound devices05:44
konamright now i don't have sound from the hdmi output05:45
dr_willischecked with the pavumeter tool konam ?05:45
d8bhattadr_willis: yes, today I don't have to restart some services which I had to do before so because lamp was never unmounted as you said05:45
konamdr_willis how do i use it?05:48
dr_willisfor my desktop i had to run  pavumeter  and played a video then twiddled with the controll till hdmi started working. ;)05:49
dr_willisor was it pavucontrol ;)05:50
d8bhattadr_willis: the drive is not unmounting ..i click unmount, window closes but when I see it in another window its still mounting05:50
dr_willisthat makes more sence05:50
dr_willisd8bhatta:  close all apps accessing the drive. and use the cli to unmoint it perhaps.05:50
d8bhattahmm05:51
billyogot disconnected. menu and launcher bar disappeared from bottom of desktop?05:51
d8bhattaany command you know  to unmount, it can also search  but..05:51
dr_willisumount /media/point05:52
dr_willis!mount05:52
ubottumount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount05:52
dr_willissudo umount /media/mountpointofdrive05:52
dr_willisNote theres NO 'N' in umount.05:52
blackshirtgood morning05:56
aeon-ltdguten morgen05:58
blackshirt:d05:58
SpinnerWhen I run showkey, i get the following output   0x80 0x83 0xd5  shouldn't i get a single hex number that I can convert to a decimal keycode ?06:01
billyo menu and launcher bar disappeared from bottom of desktop after adjusting panel settings but re-changing variables doesn't bring it back??06:03
thunder1212how can i block torrents from my router06:04
=== Guest52273 is now known as _dd
thunder1212i want to block torrents from my wifi router06:08
dr_willisi imagine it would depend on the features of the router06:08
[_-S1L3NC3-_]Hey06:08
[_-S1L3NC3-_]i got a question for phpmyadmin06:09
[_-S1L3NC3-_]how can i set the username and password?06:09
somsip[_-S1L3NC3-_]: it's in the config - indexes for auth_type, user and password06:09
thunder1212dr_willis, it has most of the features...06:10
kvothetechthunder1212: theres no real way to block all torrents....anyone who wants to will ultimately be able to do it unless you block access to the internet completely06:11
dr_williskvothetech:  i was thinking that also. ;)06:11
dr_willisbut nevre really tried to block them so dident say  much on it.06:12
aeon-ltdwhat if blocked everything but port80?06:12
kvothetechdr_willis: i've had people try and block me a few times never took more than 10 seconds to get around06:12
aeon-ltdwouldn't that stop most common users of torrents?06:12
kvothetechaeon-ltd: whats to stop you torrenting on port 80?06:12
aeon-ltdnothing06:12
kvothetechor ssh tunneling to other ports06:12
aeon-ltdit's changing it that might stop them06:12
[_-S1L3NC3-_]this one?06:14
[_-S1L3NC3-_]$dbuser='phpmyadmin';06:14
shagНарод у кого установлена elementary os luna есть пару вопросов!!!06:14
dr_willisElemtry OS is not supported here.. they should have their own support channels shag06:15
billyomenu and launcher bar disappeared from bottom of desktop after adjusting panel settings but re-changing variables doesn't bring it back?? Created new panel but after adding app launch bar, nothing shows up??06:16
thunder1212kvothetech, i tried downloading a torrent and there was no speed coming06:16
somsip[_-S1L3NC3-_]: No. We may be on different versions06:16
dr_willisbillyo:  as a test make a new user. see if it works for them? if so - then you could clean out the problemuser config files. (what desktop are you using?)06:16
billyodr_willis: lubuntu 12.1006:17
shagПодскажите адрес русского канала Ubuntu06:21
dr_willis!ru06:22
ubottuПожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.06:22
bubuntuhello guys06:28
bubuntuanyone knows how to attach a file from the network to an email?06:28
abogdanI'm developing my first ubuntu app usig Quickly (python + gtk). I want to use some files and folders in my app. Do you know how to pack them together?06:29
dr_willislook in your users /home/username/.gvfs directory if you want to browse/attatch a file bubuntu06:30
=== anon is now known as Guest27013
blackshirt!info vnc4server06:30
ubottuvnc4server (source: vnc4): Virtual network computing server software. In component universe, is optional. Version 4.1.1+xorg4.3.0-37ubuntu4 (quantal), package size 2038 kB, installed size 5268 kB06:30
dr_willisbubuntu:  or i guess you could drag/drop/copy it to a local directory. ;) then attatch it06:30
bubuntudr_willis : thanks.. theres no way i can attach it to an email directly from my network?06:31
=== Shaman is now known as Guest51543
dr_willisbubuntu:   look in your users /home/username/.gvfs directory if you want to browse/attatch a file bubuntu06:31
Tweikablehi.06:31
Guest51543ddd06:31
Tweikablemy rooted lg connect, when i plug it in ubuntu threw USB, my phone shows a connection, for i dont see anything about a new connection on my computer side. Any advice?06:32
dr_willisremote locations get 'mounted' via the .gvfs stuff06:32
bubuntuok06:32
bubuntuthanks06:32
dr_willisThey really need to make a more accessable 'Network' type location ;)06:32
dr_willisnautilus and many apps support the smb:// or other type url locations directly but not all apps do.06:33
bubuntuyup to make it a more user friendly environment lol06:33
dr_willisor course back inthe old days.. you basically mounted the shared network locations by hand.06:33
Tweikablewhere should i go to learn python easly06:34
bubuntucan i pm you dr willis?06:34
billyodr_willis: in the desktop preferences advanced tab, I have 'show menus...' checked for right click access. not sure where i'm going from there though?06:34
dr_willisbillyo: what are you trying to acomplish?   that menu i think is set to show the window mnagers menus  instead of the file managers menus on lubuntu.06:35
dr_willisie: show openbox's menus, instead of the pcmanfm menu.06:35
james4khi, has anyone had problems with python-software-properties not working as expected? add-apt-repository doesn't seem to exist06:36
james4khttp://privatepaste.com/38f7a8746906:36
billyodr_willis: ok, i don't know what i'm doin..just learning stuff06:36
billyodr_willis: how would i access file managers menus?06:37
billyodr_willis: i could just do a re-install but it would be interesting to figure out?06:40
almoxarife!find add-apt-repository06:41
ubottuFile add-apt-repository found in software-properties-common06:41
billyodr_willis: ok i have openbox configuration manager open...06:42
dr_willisbillyo:  thats what that checkbox does.. shows the wm's menu or the filemanagers menu.06:43
dr_willisthe Filemanager is what manages the icons on the desktop for lubuntu i belive06:43
billyodr_willis: checkbox?06:44
dr_willisif you want to reset your desktops settings back to default you would just delete/move-to-a-backupdir the proper config files06:44
fahadll06:44
fahadroot06:44
almoxarifejames4k: insure you have 'software-properties-common'  installed06:44
fahadcd /pentest06:44
billyodr_willis: i can delete admin? still not sure how to access?06:46
dr_willisbillyo:  'admin' ? what do you mean by admin>06:46
billyodr_willis: you mean delete the account? it's the admin account.06:46
dr_willisgoing to be hard to do any admin type tasks if you delete the admin/root accounts06:47
DaemonicApathyHe said delete config files, not users...06:47
billyodr_willis: re-install then huh?06:48
dr_willisbillyo:  err.. no.. delete the proper CONFIG FILES in your users HOME directory06:48
dr_willisreinstalling is windows thinking06:48
james4kalmoxarife: thanks, that worked.  all the documentation i've encountered points to python-software-properties for that command :(06:50
billyodr_willis: sorry, ok, beginner ..so i'm in the config folder now...is that the right place?06:51
james4kis there an apt command equivalent for !find?06:51
dr_willisI dont use lubuntu much so not sure.06:51
dr_willismost likely anything with a lx in the name.06:51
dr_willislxpanel06:52
dr_willisand openbox06:52
dr_willismake some backup directory and move stuff to it. ;) so you can restore it if needed06:53
[_-S1L3NC3-_]SO where can I edit user name and password for PHPmyadmin06:53
billyodr_willis: there is an lxpanel folder..do i delete something in it or the whole thing?06:53
somsip[_-S1L3NC3-_]: what version?06:53
dr_willismove it to some backup directory billyo06:54
dr_willisor just rename it to lxpanel_old06:54
[_-S1L3NC3-_]version of phpmyadmin?06:55
somsip[_-S1L3NC3-_]: yes06:55
[_-S1L3NC3-_]how can i find out @ somsip06:56
billyodr_willis: ok, done. now just reboot?06:56
dr_willisbillyo:  just log out and back in06:56
[_-S1L3NC3-_]mysqladmin  Ver 8.42 Distrib 5.1.66, for debian-linux-gnu on x86_6406:56
rix1234Hi all, anyone please help me with hardware accelerated flash06:56
[_-S1L3NC3-_]somsip06:56
somsip[_-S1L3NC3-_]: the version string for phpmyadmin would be more helpful.06:57
billyodr_willis: thanks doc!06:58
[_-S1L3NC3-_]somsip mysqladmin  Ver 8.42 Distrib 5.1.66,06:59
somsip[_-S1L3NC3-_]: last chance, then I get bored and go back to working. Do you want help with phpmyadmin or mysqladmin? If you want help with phpmyadmin, post the version details for phpmyadmin. If you want help with mysqladmin, try #mysql channel07:00
[_-S1L3NC3-_]phpmyadmin07:00
[_-S1L3NC3-_]oh sorry07:00
[_-S1L3NC3-_]idk how to get phpmyadmin's ver07:01
[_-S1L3NC3-_]it says cmd not found root@Smokey:~# phpmyadmin --version07:01
somsip[_-S1L3NC3-_]: log into it, eg: Version information: 3.4.10.1, latest stable version: 3.5.407:01
[_-S1L3NC3-_]im not sure how to i just installed it07:02
billyodr_willis:  i tried installing flash from terminal..it didn't work..think you could guide me through a different method? it doesn't come up in the software centre07:02
dr_willisall i do is use the repos to install that flash-installer package and it works for me normally.07:03
dr_willis!flash07:03
ubottuTo install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash07:03
somsip[_-S1L3NC3-_]: I was happy to help if you had a quick query, but this question really should go to a phpmyadmin support channel.07:03
[_-S1L3NC3-_]ok07:03
billyodr_willis: do you use gnash?07:04
dr_willisbillyo:  nope. I normally  use the various flash-downloaer or flash-replacer extensions and watch flash vids that way.  but flash does work for my system with no hassles.07:05
dr_willisi just perfer to download the vids off youtube befor watching them07:05
billyodr_willis: hmm  ..Search for 'ubuntu-restricted-extras'  .....nothing found07:07
dr_willis!info ubuntu-restricted-extras07:08
ubottuubuntu-restricted-extras (source: ubuntu-restricted-extras): Commonly used restricted packages for Ubuntu. In component multiverse, is optional. Version 57 (quantal), package size 2 kB, installed size 30 kB07:08
dr_willistheres also lubuntu-restricted-extras07:08
dr_willissudo apt-get install lubuntu-restricted-extras07:08
billyo dr_willis: still nothing in software centre and in terminal...  E: Invalid operation lubuntu-restricted-extras07:13
dr_williswhats the EXACT command you are using?07:14
almoxarife!info lubuntu-restricted-extras07:15
ubottulubuntu-restricted-extras (source: ubuntu-restricted-extras): Commonly used restricted packages for Lubuntu. In component multiverse, is optional. Version 57 (quantal), package size 2 kB, installed size 30 kB07:15
dr_willissudo apt-get install lubuntu-restricted-extras07:15
almoxarifedr_willis: he may not have all sources checked in synaptic07:16
billyodr_willis: sudo apt-get install lubuntu-restricted-extras...   Gnash, Lightspark or Swfdec what's the best you think?07:16
dr_willisbest would be get the flash player working.07:16
dr_willisbester would be to never ever need flash again.07:16
billyodr_willis: agreed ...what should we try now?07:17
dr_williswhat did you install to get flash exactly the first time?07:17
dr_willisflashplugin-installer - Adobe Flash Player plugin installer07:18
dr_willissudo apt-get install flashplugin-installer07:18
billyodr_willis: sudo apt-get install flashplugin-installer07:18
dr_willisif its installed but Not working.. thats harder. ;)07:18
dr_willisyou did close/restart the browsers?07:18
dr_willisthe google-chrome browser i hear has flash built in.07:19
UNDERPRESSUREhello07:20
dr_willisjello07:20
billyodr_willis: it didn't install, there were errors. i paste-binned it but lost the link...i'll try again....good if we can figure it out without resorting to chrome..?07:20
UNDERPRESSUREhi there07:21
dr_willistheres the apt-get reinstall option to reinstall the package i guess..07:21
almoxarifebillyo: no, chrome is a better browser07:21
dr_willisI use chrome and FF. ;)07:21
dr_willisdepends on my needs at the time07:21
almoxarifedr_willis: chromium here for business, rekonq for browsing07:21
billyoJUst don't like the trend toward monopolisation07:21
dr_willisi like the syncing with my phone. ;P07:22
dr_willismonoplisation like adobe flash does.. ;)07:22
billyodr_willis: yeah..alternative?  maybe there still is an alternative to chrome?07:23
almoxarifethere is a little used extentition to chrome, remote-desktop07:23
dr_willischromium-browser or google-chrome07:23
almoxarifebillyo: yes, chromium07:23
dr_willisi dont think chromium has flash built in..07:23
dr_willisid just try reinstalling the flash-plugin first07:24
almoxarifedr_willis: of course it does07:24
UNDERPRESSUREITS THE TERROR OF KNOWING WHAT THIS WORLD IS ABOUT07:24
billyohow do i install it to chromium?07:24
almoxarifeUNDERPRESSURE: scary caps07:24
UNDERPRESSURETURNED AWAY FROM IT ALL LIKE A BLIND MAN07:24
almoxarifeUNDERPRESSURE: scary caps07:24
UNDERPRESSUREWAAAAAAA07:24
almoxarifeUNDERPRESSURE: scary caps07:24
UNDERPRESSURELAAAALALAAAAA07:24
UNDERPRESSUREINSANITY LAUGHS UNDER PRESSURE07:24
almoxarifeUNDERPRESSURE: you dont get the hint07:24
jussiUNDERPRESSURE: #ubuntu-offtopic exists for general chat...07:24
jbolldenhey, i try to install links2 but get "Package links2 is not available, but is referred to by another package.", since I'm new to ubuntu iI'm not sure how to fix this, any pointers?07:25
UNDERPRESSURECAUSE LOVE IS SUCH AN OLD FASHIONED WORD07:25
UNDERPRESSUREAND LOVE DARES YOU TO CARE FOR07:25
FloodBot1UNDERPRESSURE: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.07:25
UNDERPRESSURETHE PEOPLE ON THE EDGE OF THE NIGHT07:25
almoxarife!chromium-browser07:25
cfhowlett!ops|UNDERPRESSURE:07:25
ubottuUNDERPRESSURE:: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici,  jpds,  gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler or Jordan_U!07:25
almoxarife!chromium07:25
dr_willisjbollden:  done a 'sudo apt-get update' lately?07:25
ubottuYou can get testing builds for Chromium at https://launchpad.net/~chromium-daily/+archive/ppa07:25
jbolldendr_willis: yes07:26
Flannel /ar UNDERPRESSURE07:26
billyodr_willis: know how  i install it to chromium?07:26
UNDERPRESSUREok07:26
UNDERPRESSUREFlannel,07:26
jbolldendr_willis: I'm on an rackspace server, now running 12.10 (upgraded from 12.04)07:27
billyoalmoxarife: know how  i install it to chromium?07:27
dr_willisbillyo:  what was said earlier was that google-chrome and chromium-browser both have flash 'built in'07:27
dr_willisjbollden:  could be they dont have the normal repos enabled.07:27
dr_willis!info links207:28
ubottulinks2 (source: links2): Web browser running in both graphics and text mode. In component universe, is optional. Version 2.7-1ubuntu1 (quantal), package size 1909 kB, installed size 2934 kB07:28
dr_willisjbollden:  make sure 'universe' repo is enabled.07:28
almoxarife<ubottu> You can get testing builds for Chromium at https://launchpad.net/~chromium-daily/+archive/ppa <-- billyo...07:28
billyodr_willis: chromium doesn't...or it doesn't work..i have it installed07:29
=== chiluk is now known as chiluk_away
almoxarifebillyo: you just asked how to install it, then you say it is installed? which is it?07:31
dr_willissudo apt-get install --reinstall flashplugin-installer07:31
dr_willisand thenyou said it installed but failed. ;)07:32
=== ravi is now known as Guest43848
jbolldendr_willis: added 'universe' to the last line in /etc/apt/sources.list --> deb http://archive.ubuntu.com/ubuntu quantal main universe07:32
billyoalmoxarife: trying to install flash...., chromium is installed07:33
jbolldendr_willis: and it's "safe" to use 'universe'? ("Universe - Community maintained software, i.e. not officially supported software.")07:33
dr_willisjbollden:  if you need packages from universe :) thats what you use..07:34
jbolldendr_willis: true =)07:34
=== Guest43848 is now known as RV
dr_willistheres  only  so much manpower to manage all the packages. ;)07:35
jbolldendr_willis: hehe07:37
jbolldendr_willis: thanks for your help07:37
billyodr_willis: didn't quite work http://pastebin.com/0wdg10En07:40
dr_willisflashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.251.orig.tar.gz07:43
dr_willishmm. it worked here just now when i tried it.07:44
dr_willisseems your system is having a hard time downloading the package. or somthing weird07:45
fahmyhello to all07:46
yeminnHi07:46
aeon-ltdwilkommen07:46
cfhowlettgreetings07:47
Sumesh(On Ubuntu 12.10) I have a DSL modem that I'm trying to connect to. With a bit of Googling, I found that using pppoeconf to set up the connection works. Is there any way I can replicate those settings to set up the connection the usual route(terminal command is ok for me, but not for others who use the system)?07:49
notwistSumesh: why is the DSL modem OS specific to begin with?07:50
notwistSumesh: every single DSL modem I've used has a web interface and has nothing to do with the client computer OS07:50
SumeshOk maybe DSLis the wrong term07:50
SumeshIt's a PPoE connection for sure07:51
notwistSumesh: do you have a stand alone modem or not? i.e. a D-LINK box or something like that with a phone cable and an ethernet cable to your computer07:51
SumeshAnd I set it up properly with pppoeconfig.07:51
SumeshStandalone, yes07:51
notwistSumesh: so have you been into the modem via the internal ip?07:51
SumeshNo router in between, it is modem -> laptop07:51
notwistSumesh: usually the modem has an ip like 192.168.0.1 or similar where you get a web interface07:52
notwistSumesh: the point here is that the modem should handle pppoe for you, you should only have to have DHCP enabled and get an IP from your modem07:52
SumeshOh07:52
notwistSumesh: if you have a manual with your modem, read that. It specifies how to do this in 99 % of the cases07:53
SumeshI'll try to find out the IP for my specific modem, thanks. Manual doesn't help, it's all Windows instructions07:53
dr_willismost cases they use a web interface.07:53
notwistSumesh: well it doesnt matter if its windows if the manual says "go to this ip adress to find the web interface"07:53
dr_willisso the os dosent really matter. ;)07:53
dr_willisor you could nmap scan the network. ;)07:54
notwistSumesh: just go to that ip in your linux browser instead07:54
notwistSumesh: could you pastebin the output of ifconfig?07:54
billyodr_willis: had chromium open when i did that last one..oops..just did it again and it's working in both browsers. cheers!07:55
Sumeshhere s the paste http://pastebin.com/0YpCmvJu07:55
dr_willisbillyo:  sounds like the server had some issue07:56
notwistSumesh: is your eth0 connected to your modem?07:56
Sumeshyes07:56
notwistSumesh: what model is your modem?07:56
sumesh_DBC. But I can't find the exact model07:58
notwistsumesh_: is the manufacturer only called DBC?07:59
sumesh_yes08:00
billyodr_willis: yeah, anyway, thanks doc08:00
notwistsumesh_: I can't even find that on Google... could you look in the manual and see if you can explain in short what it tells you to do when setting up the modem?08:00
sumesh_thanks for the help, guys. I'll try to find the make and model, hopefully a google search should then turn up its web admin IP08:00
=== [1]darthanubis is now known as darthanubis
=== Chex is now known as Guest49676
=== RaringOne is now known as IdleOne
=== KindOne- is now known as KindOne
cyberburnhey room08:13
dr_willisJello08:14
cyberburnhey dr_willis08:14
cfhowlettgreetings08:14
cyberburnhey cfhowlett08:15
cfhowlettcyberburn: what's the ubuntu issue?08:16
cyberburntheres no issue just saying whats up lol08:17
thorGood morning08:18
=== ericab is now known as ericab_away
Jimster480-Lmorning08:19
Jimster480-Leven though its the middle of the night xD08:19
cyberburnhey thor08:20
stroodlepupguys,08:22
stroodlepuphi08:22
=== laurent_ is now known as hoeltgman
stroodlepuphow do you load old kernel drivers? my card reader can't be read properly08:22
Jimster480-Lold kernel drivers?08:22
Jimster480-Lrebuild the kernel with the drivers you need or install them manually08:23
dr_willisor boot an older kernel. ;)08:23
dr_willisif it works with an older knrnel. but not a newer one it may be worth while to file a bug report08:23
Jimster480-Lwell he can check the build options08:24
Jimster480-Lbecuase if his reader is quite old08:24
Jimster480-Lalot of really old hardware08:24
Jimster480-Lisnt supported in the general new kernel builds08:24
Jimster480-Lbecause they dont compile with literally everything08:24
Jimster480-Latleast it depends on the distro and who they are building it fr08:24
Jimster480-Lfor*08:24
dr_willisNormally within a release.  they dont do major kernel updates however. from what ive seen.08:25
dr_willisso the question is i guess.. what kernel did it work with.. and what kernel does it now not work with/08:25
almoxarifestroodlepup: what type of card reader? pls pastebin 'lsusb' and 'lspci'08:26
germanstudentHi! Not quite sure if I'm right here. I want to edit id3v2 Tags with the command line. With ide2v2 I get weird characters in some files. mp3info just edits id3v1.x. Is there a better tool for that purpose?08:28
ganeshai l it08:31
ganeshahwt are doing ?08:31
srhbHi! I have a question about debugging. Sometimes my X server starts up with llvmpipe-rendering and everything is slow. I can't find the obvious culprit in the Xorg log file, so I'm wondering where I need to look to determine the cause?08:32
ganeshahow r u?08:32
=== tspxx is now known as tspx
almoxarifesrhb: looked in /var/log/syslog ?08:33
srhbalmoxarife: No I hadn't. I'll try to take a look trough there. :)08:33
srhbHuh, okay, there's something in the Xorg logs after all. In the "good log" all settings are set by intel(0) whereas in the "bad log" everything is modeset(0). So I'm guessing the driver is wrong?08:37
almoxarifesrhb: do the drivers differ?08:38
scarleoHello, anyone know if there is a problem running a crontab with a range over midnight? 10 22-05 * * * isn't running but 10 07-15 * * * is running fine, any tips?08:39
=== Ruler_Of_Heaven_ is now known as pipopopo
srhbalmoxarife: How do I check?08:40
almoxarifescarleo: interesting question08:40
almoxarifesrhb: the logs show you what driver loaded08:40
srhbI'm not sure what line I should look at. Is it this? ABI class: X.org Video Driver, version 13.0 -- that's identical in both good and bad08:41
almoxarifescarleo: yeap, the first wont work, 0-23 would08:41
scarleoalmoxarife, yes, I am a bit surprised but it is definitely not running08:42
scarleoalmoxarife, Oh, ok, any documentation?08:42
almoxarifehttp://www.adminschoice.com/crontab-quick-reference08:42
almoxarifescarleo: man crontab should also08:43
scarleoalmoxarife, there are no mentions of over midnight ranges in man, I'll check your link08:44
srhbI'm guessing where things go wrong is the "vesa: Ignoring device with a bound kernel driver"08:45
scarleoalmoxarife, I've been through that page already, nothing there other than what values it accepts (0-23)08:45
srhbWeird thing is that I would assume restart lightdm shouldn't fix the problem then, but it does (occasionally)08:45
stroodlepup@almoxarife it's a an hp 550 laptop, the card reader seems generic...08:48
almoxarifestroodlepup: what type of card reader? pls pastebin 'lsusb' and 'lspci'08:48
stroodlepupalmoxarife, http://pastebin.com/Vtu0jaJ808:49
stroodlepupdmesg08:49
stroodlepupwait wrong, it was lspci08:49
awestrokeis there a way to disable showing the grub menu but still allow choosing an operative system on boot? like, holding u boots into ubuntu08:49
almoxarifestroodlepup: yeah, that was lspci08:50
awestrokeoh, I can hold shift to display the grub menu by default08:51
awestrokeperfect08:51
stroodlepuplsusb : http://pastebin.com/4iNKWQ2h08:52
TJ-Using 12.04 (on a server), is there any solution yet for ordering/delaying fstab mounts in upstart (this isn't a _netdev issue - its lots of local LVMs and an rbind to the NFS root)08:52
notwistTJ-: have you read http://ubuntuforums.org/showthread.php?t=1299274 ?08:53
TJ-notwist: That's the _netdev issue (client's unable to resolve/find the NFS host until the network is up). The issue I'm on about is local to the server08:55
notwistok, just checking08:55
TJ-notwist: Thanks :) I wish it were that easy!08:55
widviuanyone use the Kana layout to write Japanese?08:55
srhbI believe I found the source of my problems: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1070150 -- apparently my computer is "too fast" causing the graphics startup to occasionally meet some race condition and fail in interesting ways. :-)08:57
almoxarifestroodlepup: does not look good, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/36647808:57
ubottuUbuntu bug 1070150 in linux (Ubuntu) "Intermittent low graphics mode with Intel HD graphics" [Medium,Confirmed]08:57
ubottuUbuntu bug 366478 in linux (Ubuntu) "058f:6377 Alcor Micro Corp. Multimedia Card Reader don't work in Ubuntu 9.04/9.10" [Medium,Incomplete]08:57
stroodlepuphow is this related?08:58
almoxarifestroodlepup: your card reader, the bug08:58
stroodlepupmy card reader worked for older kernel versions before...08:58
almoxarifesrhb: too quick a machine, could be worse :)08:59
almoxarifestroodlepup: what kernel are you at now and which kernel worked?09:01
srhbalmoxarife: Yes. I'll try sleeping it for a few seconds before the lightdm launch, perhaps that will work. :)09:01
=== chris__ is now known as thejollygrimreap
=== KindOne- is now known as KindOne
stroodlepupI use linux 3.5, and 3.2.0.3409:02
almoxarifestroodlepup: any particular reason you need 3.5?09:03
stroodlepupnone, but i need 3.2.0.34 pae for VM stuff09:04
stroodlepupcard reader not working on both kernel versions09:04
stroodlepup:(09:04
almoxarifestroodlepup: which version kernel did the card work on?09:04
stroodlepupbodhi's 1.3 kernel...09:05
stroodlepupi meant bodhi linux 1.3...09:05
almoxarifestroodlepup: invest in a new card reader that is compatible09:05
stroodlepupthere aint any. even external ones do not work :(09:06
almoxarifestroodlepup: good luck09:06
vp18any word on the next version?09:06
stroodlepupi'll try the usb_modules fix09:07
almoxarifestroodlepup: do you have the headers for the kernel installed?09:09
stroodlepupyes09:11
stroodlepupand dmesg said this09:11
stroodlepupend_request: I/O error, dev sdb, sector 009:11
RomeoAvaPlease, my resolution in Ubuntu12.10 is not working. I have only 1024x768(4:3) in settings. The comp does't start sometimes, is black.09:18
RomeoAvaI need to restrt the comp a few times until is going in a good shape.09:19
RomeoAvaAnd frozen some moments09:20
RomeoAvathe error: The application Compiz has closed unexpectedly09:21
RomeoAvaThe mouse is blinking09:23
almoxarifeRomeoAva: during boot at grub, memtest is a option, run that first, your issues may be hardware related09:23
RomeoAvaalmoxafire all this starts a few days at an update09:24
RomeoAvaregular one09:24
almoxarifeRomeoAva: during boot at grub, memtest is a option, run that first, your issues may be hardware related09:24
RomeoAvaI dont know how to do it09:24
RomeoAvamemtest . I finde it at boot? I stop with F2 and I will finde it there?09:26
almoxarifeRomeoAva: yes09:26
RomeoAvaok I tray09:27
tiduxI just installed Xubuntu 12.10 on a Dell Latitude D630, and the kernel doesn't see my battery09:30
tiduxwhen I unplug my AC adapter the battery warning LED turns red09:30
tiduxand it switches to low power mode09:30
tiduxrunning "acpi" as root or sudo returns no output whatsoever09:31
tiduxhow do I fix this?09:31
administraorinstalled ubuntu 12.04.1 setup vnc server headless and all is working boot pc with no monitor conected system only boots to tty1 not to xubuntu gui.  How can i get it to boot into gui with no monitor attached to the pc09:33
BeerBuzzerвиндоуз форевер09:35
lhavelund!ru | BeerBuzzer09:35
ubottuBeerBuzzer: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.09:35
RomeoAvaalmoxarife I was in Boot settings with F@ an I find the button MAIN and under some other and SATA MMODE button. That is?09:40
RomeoAvaalmoxarife but the comp is working normal, well, after a few reboots, when it goes in good display settings. All is normal. But after 3-4 reboots.09:43
almoxarifeRomeoAva: something is not right, but if its working leave it alone09:47
FluxiFlax2022hi all I did install dkimproxy and configured dns and postfix, however I keep getting the following error : DKIM result: permerror (no key)09:49
RomeoAvaalmoxarife and that starts about 5 days ago after a dayly update, Wen I close the comp there was an warning: The gnome is not finish yet or not responding. and I close it anyway09:50
RomeoAvacud be someting with gnome09:50
RomeoAvabecause I dont use Compiz09:50
RomeoAvaI use Unuty09:50
RomeoAvawithout any aditional settings09:51
almoxarifeRomeoAva: open a terminal and run 'sudo apt-get update'09:51
RomeoAvayes that I was thinking09:51
=== Pricey_ is now known as Pricey
almoxarifeRomeoAva: follow that with the command, sudo apt-get upgrade09:51
RomeoAvabecause is upsetting to tray to open the comp 3, 4 times until is good enough09:52
RomeoAvaok09:52
dr_willisRomeoAva:  what Ubuntu release are you Using exactly?09:54
RomeoAvaDuplicate sources.list entry http://archive.canonical.com/ubuntu/ quantal/partner amd64 Packages09:54
RomeoAvaand09:54
RomeoAvaDuplicate sources.list entry http://archive.canonical.com/ubuntu/ quantal/partner i386 Packages09:54
dr_willisYour sources.list or /etc/apt/sources.list.d/ have a redundant entry.. thats not a critical error.09:55
dr_willisa standard sources.list for 12.10 is here --> http://paste.ubuntu.com/1425017/09:56
RomeoAva<dr_willis> is 12.1009:57
dr_willisand Unity is a Plugin for Compiz in 12.10  so imnot sure how you can not be using Compiz when you are Using Unity. ;)09:57
RomeoAva:)09:58
RomeoAvatoday I learn someting again. thanks dr_willis09:58
RomeoAvaseems to be good now. I will reboot to see09:58
almoxarifehe loves to reboot09:59
dr_willis'Activate Super Powers! Reboot!'09:59
MonkeyDusti guess beginners mean desktop effects, when they say Compiz - wobbly windows etc09:59
dr_willisSome days i dont have a clue what these beginners mean.. ;)10:00
dr_willisthen they get mad when you try to get them to use the correct terms...10:00
* dr_willis starts calling the computer Mouse a 'turtle' :P10:00
RomeoAvathe same. nothing happened10:01
RomeoAvait's open in a wrong display seting 4:3 and there are no other setings10:02
RomeoAvaaviable10:02
ErdMutterRecently my installations though the Software Centre have been getting stuck at the last sliver of the install. How might I go about troubleshooting what is causing this?10:04
dr_willisErdMutter:  id start with using the command line and doing a 'sudo apt-get update' and 'sudo apt-get upgrade' (perhaps an apt-get dist-upgrade)  and then try installing some little app  (sudo apt-get install mc)   then try the software center.10:05
dr_willisits possible you will get some error message that may lead to  what teh issue is..10:05
ErdMutterdr_willis: thanks I will give that a try.10:06
dr_willisI rarely use the software center. ;)10:06
MonkeyDustdr_willis  it's because you're a command line geek ;)10:07
ErdMutterI only use it when I am only given a deb. Other wise I am in terminal xD10:07
dr_willisErdMutter:  err.. use 'sudo gdebi foo.deb' ;P10:07
=== MonkeyDu1t is now known as MonkeyDust
=== adan0s_ is now known as adan0s
RomeoAvadr_willis what to do with this list:  http://paste.ubuntu.com/1425017/10:21
dr_willisthats a default  /etc/apt/sources.list file. You posted an error/message where you had duplicate lines...10:22
dr_williseither your sources.list or /etc/apt/sources.list.d/FILES have a redundant entry10:22
RomeoAvaand?10:24
germanstudentcan someone recommend a good command line id3tag editor? mp3info just writes id3v1.x tags, id3v2 writes weird characters in some files. Any suggestions?10:24
dr_willisand i guess you dont want to fix it..  ;)10:24
SarcasMoI changed my document root to /var/www/Cake_2_3/app/webroot to make cakephp work, but now I cant use phpmyadmin, I tried to extract it to the new docment root and to open it in the browser with localhost/Cake_2_3/app/webroot/phpmyadmin but it doesn't work, what can I do to make phpmyadmin AND Cakephp to work10:24
dr_willisNight all.. bed time for me.10:24
icerootSarcasMo: use the normal document-root and create apache-aliases or vhosts10:27
icerootSarcasMo: help for apache can be found on #httpd10:27
SarcasMoiceroot: thx :)10:27
micjan02i have a share that is mounted over nfs (sync,no_root_squash,no_check_subtree). i have access to it both from client and server side. i want to chown a directory to a specific user and group from client side, but chown says "opperation not permitted". i have a+w permission on all the files in this specific path (let's call it nfs_mount:/d/d/c) and i own the leaf directory. what other permissions do i need?10:28
psiklopsHi. Where can i find a list of the meanings of the locales  located in /usr/share/locale ?10:34
isilduritaliano?10:34
MonkeyDust!it10:34
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:34
isildurty10:34
MonkeyDustmicjan02  what's the chown command you're using?10:36
donnieI have 'visual effects' disabled from the menu. But i'm still getting 'effects' when I shrink windows. How do I kill that10:36
micjan02MonkeyDust, chown 1012:1012 c10:36
psiklopsthere are a bunch of Directorys in /usr/share/locale  that i do not know the meaning of, ie.   /us/share/locale/yi   and i am trying to get rid of unneeded locales by hand10:36
psiklopsrm -rf ...10:36
icerootpsiklops: why?10:37
blackshirt!find locales10:37
icerootpsiklops: dont delete something you dont understand10:37
ubottuFound: gutenprint-locales, krb5-locales, locales, util-linux-locales, gcc-4.4-locales, gcc-4.5-locales, gcc-4.6-locales, gcc-4.7-locales, liblocales-perl, museeq-locales (and 2 others) http://packages.ubuntu.com/search?keywords=locales&searchon=names&suite=quantal&section=all10:37
MonkeyDustmicjan02  and what is this 1012 and this c ?10:37
domieremoving important stuff that you don't understand makes you understand it!10:37
psiklopsiceroot, what are they used for then ?10:37
domiewhile at the same time breaking your system10:38
psiklopsdomie, :-) good one10:38
icerootmicjan02: if i am correct you have to be 1012 or be part of the group 1012 to chown that10:38
icerootmicjan02: or use sudo10:38
icerootmicjan02: it has nothing to do with nfs in this case10:38
icerootmicjan02: of course, part of the group with the gid 1012 :)10:39
MonkeyDustoh, 1012 is a user?10:39
psiklopsiceroot, do i need most of  the locale displayed in /usr/share/locale ?10:39
icerootpsiklops: dpkg needs them10:40
micjan02MonkeyDust, why would you ask for the commandline if you don't know the meaning of params?10:40
psiklopsiceroot, can you refer me to documention on the subject ?10:40
psiklopsiceroot, i use slackware10:40
icerootpsiklops: and other systems tools which have registered them10:40
icerootpsiklops: then why you are in #ubuntu?10:40
micjan02iceroot, hmm, ok. ty10:40
icerootpsiklops: #slackware10:40
psiklopsoh, i wrong channel10:40
psiklopssorry10:40
MonkeyDustmicjan02  i was confused, because the number is a user, it's uncommon to have a number as username10:40
psiklopslol10:40
icerootMonkeyDust: on nfs you have to use uids10:40
micjan02iceroot, no you don't10:41
icerootMonkeyDust: nfs is based only on uids and not on names, it will match the names on the local machine not the nfs server10:41
micjan02iceroot, it's just that you might run into trouble if you don't, but that doesn't mean you *have to*10:41
icerootmicjan02: but it can get confusing when using names on nfs10:41
icerootmicjan02: yes, i guess we mean the same :)10:42
icerootmicjan02: but its always a good idea to not run inti trouble :)10:42
micjan02iceroot, there are set ups (like the one i use here) where users are shared across whole domain (and actually ~ is nfs-mounted too)10:42
micjan02iceroot, so using usernames is perfectly ok10:42
icerootmicjan02: on domains, yes10:43
icerootmicjan02: but normally you are not using domains and then you will have trouble with nfs and different users over different systems10:43
MonkeyDustmicjan02  FYI: there's also #ubuntu-server10:44
LartzaPerl 5.16 for precise? :/10:49
CommaCrazyhi all10:52
CommaCrazyquestion what is the remote desktop (default to ubuntu (vnc))10:53
CommaCrazyhow can I check if I am allowed to connect to it command line10:53
CommaCrazyI had it turned on, worked just fine, did an upgrade and now it does not work (remote machine (have access trough ssh))10:54
khildinif you already have SSH access, why not use X over SSH?10:55
kressHi.. I just installed ubuntu (latest dist) on my laptop and having difficulties installing the graphics card its a ati radeon 6370m. Anyone got a suggestion on what I should do?10:56
ZtaHow can I reconfigure the network from the command line?  I basically want to change it from using DHCP to fully manually configure the ip-adresses because I made a mistake durring installation.  Is there a dpkg-reconfigure network'ish command?10:56
CommaCrazybecause my colleague is used to VNC and she cannot administer any other way :)10:56
almoxarifeZta: the package would be 'networkmanager' by default10:58
poqI made a sudo add-apt-repository ppa:ubuntu-toolchain-r/test - sudo apt-get update - sudo apt-get install gcc-4.7 but my IDE still uses 4.6.3. What is the problem? gcc -v return 4.6.3 and gcc-4.7 -v returns 4.7.2... How can I update gcc to make return it 4.7.2?10:58
blackshirtvnc4server was available10:58
Ztaalmoxarife: Doesn't work, but thanks.  I found this http://serverfault.com/questions/156517/how-do-i-get-ubuntu-to-reconfigure-etc-network-interfaces-for-me and https://help.ubuntu.com/10.04/serverguide/network-configuration.html instead =)10:59
almoxarifepoq: is it a server?10:59
khildinZta - maybe this helps: http://www.ubuntugeek.com/ubuntu-networking-configuration-using-command-line.html (you could have found that yourself, i am sure!)11:00
almoxarifepoq: wrong nick, sorry11:00
oprhi, when i resume after a suspend, the mouse/keyboard is very laggy for 1-5 minutes (the time length is not constant) and in some cases the mouse stops working altogether. googling has not yielded any results11:00
poqalmoxarife: lubuntu 12.04 (not server)11:01
Ztakhildin: I could, but it wasn't what I was looking for in the first place.  But thanks.11:01
lancecoderhello people, i have simple ask - how do remembering the window size in transmission (download window). Do one size, open next torrents other size (default, minimize width, not show inner files)(((11:02
almoxarifepoq: un-install 4.6.3 and rename gcc-44.7 to gcc?11:02
poqalmoxarife: is it any repository with gcc updates without such operations like renaming?11:03
CommaCrazyhow do I enable remote desktop access command line?? vino-preferences does not open in command line11:04
CommaCrazyis there a way to access those settings trough cli11:04
almoxarifepoq: i am wondering if un-installing 4.6.3 while retaining 4.7 would do that by default, rename that is11:04
almoxarifeCommaCrazy: vino is a server?11:05
mitalhi can anybody tell me what vncserver to be used which can provide me graphical interface.. I am on 12.0411:05
almoxarifeCommaCrazy: tried sudo service vino restart?11:06
CommaCrazyVino is the default VNC server in Ubuntu to share your existing desktop with other users11:06
CommaCrazyyeah I tried running it and it tells me that it cannot open display11:06
CommaCrazyand when I tried host + it told me that no other hosts are allowed to connect11:07
CommaCrazyso I need to find a way to "allow remote desktop connection" but trough cli not gui11:07
almoxarifeCommaCrazy: i am talking about 'starting the service' at the host, is that what you want?11:07
CommaCrazybecause I'm connected remotely to it11:07
CommaCrazyyes11:07
almoxarifeCommaCrazy: do you have ssh to the host?11:08
CommaCrazyyes11:08
CommaCrazyon it right now11:08
lancecoderспасибо, ничем вы нихрена не помогли11:08
almoxarifeCommaCrazy: connect to host via ssh, and execute 'sudo service vino restart'11:08
CommaCrazyit tells me vino: unrecognized service11:09
CommaCrazy...11:09
kresshi, anyone got time for helping a noob?11:10
almoxarifeCommaCrazy: connect to host via ssh, and execute 'sudo /etc/init.d vino restart'11:10
almoxarifeCommaCrazy: connect to host via ssh, and execute 'sudo /etc/init.d/vino restart' <-- this one11:10
MonkeyDust!ask | kress11:11
ubottukress: 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 !patience11:11
kressaight11:11
almoxarife!find vino11:11
ubottuFound: vino11:11
kressI am having trouble installing my graphics card, I think I found the apropriate driver, but I dont know to run it :p11:11
almoxarife!vino11:12
CommaCrazynot found11:12
almoxarife!vnc11:14
ubottuVNC 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 !FreeNX11:14
=== wessly_ is now known as wessly
almoxarifeCommaCrazy: is vino installed on the host?11:16
LartzaWhy does tightvnc start xterm by default?11:17
LartzaCan't find it in any of the startup files11:17
almoxarifeLartza: you mean why dont you see your desktop with tightvnc?11:18
LartzaNo11:18
Lartzait's a server11:18
euanjoin #plug11:20
=== euan is now known as Guest57532
CommaCrazyyes11:21
CommaCrazyit is11:21
almoxarifeLartza: why use tightvnc on a server?11:21
CommaCrazyI managed to got it running from command line11:21
CommaCrazybut11:21
Lartzaalmoxarife, What then?11:21
CommaCrazynow it does not let me login11:21
almoxarifeLartza: ssh?11:21
Lartzaalmoxarife, Graphical wine program :)11:21
almoxarifeLartza: ok, ssh with x11 forwarding11:22
Lartzaalmoxarife, I don't see the problem with VNC...11:23
almoxarifeLartza: ok11:23
LartzaOk?11:23
almoxarifeLartza: ok, you dont see prob with using vnc11:24
Lartzaalmoxarife, Should I see one?11:24
=== fisted_ is now known as fisted
almoxarifeLartza: you said it was a server, servers usually dont have graphical interface, i dont know what you got, your talking about graphical wine, sort of lost11:25
mitalalmoxarife, thanks for pointing me to vino.. can you help me one more time I need to increase the desktop resolution not sure where I can change11:25
Lartzaalmoxarife, Yeah I am running a Windows program with wine that needs to display graphical output11:26
almoxarifemital: depends on the client i guess11:26
mitalok which client do u recommend.. I am using the default one "Reminna"11:26
Lartzaalmoxarife, Also I need the program running constantly so X11 forwarding would kill it on disconnect, right?11:27
mitalalmoxarife, the other machine is also ubuntu11:27
almoxarifemital: i dont vnc, and i use the default KDE app for remote, so i am still lost as to how to do it from your end11:27
mitalok so my problem seems local to that machine.. I set it up just now .. and it seems it has lower resolution.. I need to fix that by increasing in that machine11:29
almoxarifeLartza: yes, sort of, you ssh in and start an app it will close when you leave, unless its daemonized, but with some wine app, i dont know what or how to make it work11:30
vijay_hello to every one11:31
=== RobinScherbatsky is now known as shojo
LartzaHow do I reset perl? Like it was just installed11:34
LartzaI broke some CPAN I think11:34
LartzaAhh nvm11:35
soulnafeinHello guys, I'm having a bit of problems with color depth on Ubuntu 12.04 on Macbook Air 3,2 using Nouveau drivers. E.g. the wallpaper I'm using has gradients, the gradients appear really rough, not smooth as if I have a low color depth11:36
anonymousassalamu alaykum11:36
PuddingforkWould my problem here http://ubuntuforums.org/showthread.php?t=2093499 be solved by reinstalling ubuntu in uefi?11:36
soulnafeinany idea what to look for?11:36
CommaCrazygot it11:36
=== skar_ is now known as Guest33349
CommaCrazythe problem was that I had auto login set up in the old version and when it upgraded to the new one, it stopped the autologin11:37
CommaCrazyso it could not go into gnom11:38
CommaCrazyand could not make a display to which vino can connect to11:38
LartzaWhere does perl install stuff? :/11:39
CommaCrazyso just edited /etc/gdm/custom.conf and got it working11:39
CommaCrazydo locate perl11:39
Lartzacpan11:39
CommaCrazyin terminal11:39
LartzaSorry11:39
LartzaWhere does sudo cpan install stuff11:39
CommaCrazy/usr/bincpan11:39
CommaCrazy/usr/bin/cpan11:39
LartzaCommaCrazy, ...11:39
CommaCrazy/usr/lib/perl5/vendor_perl/5.8.8/LWP/Protocol/cpan.pm11:40
CommaCrazyXD11:40
Lartzadoes apt-get require perl?11:40
CommaCrazyLartza, http://www.perlmonks.org/?node_id=63002611:41
SocialEvili suppose a lot of people ask this but is there a easy way to remove this ..actually to make the 12.10 look like 10.10 with "accessories" menu top left and stuff.. and get rid of the line on the left with a lot of icons :) or its a painful job ?11:43
jribSocialEvil: try xfce (install the xubuntu-desktop package)11:43
SocialEvili want gnome :)11:44
jribSocialEvil: why?11:44
LartzaCommaCrazy, Not sure how that helps, still haven't been able to reset perl...11:44
SocialEvilis there older version of gnome i can install ?11:44
jribSocialEvil: not really11:44
PuddingforkSocialEvil: Install Cinnamon11:44
MonkeyDustSocialEvil  no need to uninstall anything, I use gnome Classic myself, just install it, select it in lightDM and login11:44
jaysonrSocialEvil: sudo apt-get install gnome-panel11:44
LartzaI've removed .cpan, /shares, /etc/perl11:44
jribMonkeyDust: gnome-classic isn't available in 12.10, is it?11:45
jaysonrSocialEvil: log out, and choose GNOME as your sesion, this will give you a "classic" gnome session similar to GNOME2 (but still a little different)11:45
MonkeyDustjrib  it is, as i am using it ATM11:45
jribLartza: you're not supposed to touch files managed by apt.  Apt should be the one dealing with those files11:45
jaysonrSocialEvil: it's based on the GNOME3 "Fallback" session, but that is going away after this release too :(11:45
Lartzajrib, Which what?11:45
Lartzajrib, sudo cpan was a bad idea, now I can't revert it11:46
almoxarifeLartza: you are distroying your system11:46
LartzaLuckily a reinstall takes two minutes ;)11:46
LartzaOh I just did break it :S11:46
jribLartza: what's wrong with your perl now?11:47
Lartzajrib, apt-get stoped working ;)11:47
LartzaI'll do a reinstall :P11:47
lucidoI'm having problems setting up scanning using the samsung unified printing drivers, what do?11:47
lucidoalso how can I analyze my memory usage?11:48
SocialEvilthanks guys :)11:48
MonkeyDustlucido  htop ?11:50
icerootlucido: free -m11:58
SumeshInstalled a bunch of software after a fresh 12.10 install, restarted and now I can't see any unity bits11:58
Sumeshfirefox is open but not maximizable11:58
SumeshI opened firefox by creating a new file on desktop (that's about the only thing I can do)11:58
SumeshI guess this must be because one of the new apps I installed has a problem. Any known causes? I can open Software center (but not terminal)11:59
PuddingforkIf I reinstall Ubuntu, making sure to boot the liveUSB in UEFI will grub recognise Windows 7?12:01
grammsalut je n'arrive pas a installé tor voila ce que me dit le message Vidalia detected that the Tor software exited unexpectedly.12:02
grammPlease check the message log for recent warning or error messages.12:02
=== karan90 is now known as cheesecakes
MonkeyDustgramm  most people here don't understand french, i do, but please continue in english - there's also #ubuntu-fr12:06
grammok monkeydust thank you12:07
dannyHi all12:09
dannyI'm trying to set my OS X partition as active. I installed hfsplus hfstools hfsprogs and gptsync. when i do fdisk i get WARNING: GPT (GUID Partition Table) detected on '/dev/sda'!12:10
dannywhen i try to use gdisk, tjhere seems to be no option to set the active partition12:11
dannyDoes anyone know how to set the active partition?12:11
lukicathey folks, got an sony vaio x laptop with an intel gma500. the screen ist flickering on ubuntu 12.04 any ideas to solve it?12:11
nopfum, where was it that i can switch off desktop effects in 12.10?12:13
dannyhttp://pastie.org/551066312:14
dannyI need to set the hfs+ partition to active. can anyone help?12:14
wachpwnskiwhat is the screen recorder app that spans the text that is typed across the screen?12:17
wiggmpkhow can I get the Me status menu to work with pidgin, switch it from "Unavailable" (which is currently grayed out) on Ubuntu 12.0412:18
millerthegorillahey12:19
millerthegorilladoes anyone know if my linux commands in /bin directory are 075512:20
nopfis it gone completely? (this is a new installation on a small device with non accelerated graphics hardware)12:20
millerthegorillait means that kill can be used without admin permissions12:20
DrGrovI wondering if it is possible to somehow create own custom wallpapers slideshows for 12.04? Like the default wallpaper. How does setting the wallpaper work for the login screen? I am always getting the same one, just the default ones are both on desktop and login screen.12:20
dannyI'm tryng to set my HFS+ partition to active. Thanks in advance for any help. http://pastie.org/551066312:20
nopfmillerthegorilla: why not? 5 means everyone kann r and x12:21
MonkeyDustDrGrov  you need to create an .xml file to that end, moment...12:21
nopfmillerthegorilla: oops, yes, that's what you stated12:21
wachpwnskimillerthegorilla:  ls -las12:21
lucidosane-find-scanner doesnt find my samsung scanner connected via usb, its a multifunction and printing works12:22
nopfmillerthegorilla: yes, everyone can 'use' kill... but kill only 'can kill' the user's own processes. this is implemented by they kernel, not the filesystem12:22
millerthegorillathanks12:22
MonkeyDustDrGrov  there are plenty howto's, here's one: http://www.webupd8.org/2011/12/create-wallpaper-slideshow-with-xml.html12:23
lukicathey folks, got an sony vaio x laptop with an intel gma500. the screen ist flickering on ubuntu 12.04 any ideas to solve it?12:24
EaglemanI have a few zombie processes, and google wont give me information about them, any idea on what to do?12:26
Eaglemanroot     10275  0.0  0.0      0     0 ?        Z    Dec10   0:00 [libvirt_iohelpe] <defunct>12:26
Eaglemanrobin    12959  0.0  0.0      0     0 ?        Z    13:22   0:00 [ssh] <defunct>12:26
DrGrovMonkeyDust: Okay, thank you for posting a direct link. Saves me some googling ;-)12:27
MonkeyDustEagleman  http://www.geekride.com/zombie-process-defunct-linux/12:28
vivi__bt5 user pm me pls12:34
DrGrovikonia: Hi there. I got the GPU rendering in order with the latest VLC 2.0.3 and enabling it in VLC, without any need to fiddle inside nvidia-settings.12:35
wiggmpkis it possible to integrate the "me menu" with pidgin so I can change the status, seems to only work with Empathy (which I dislike a lot) - Running 12.04 w/ Gnome 312:35
ikoniaDrGrov: that's great news12:36
MonkeyDustvivi__  please type /join #backtrack-linux12:36
DrGrovikonia: Yes it is. I am really happy that 720p video was so smooth that the GPU did not even make any noise like it did on 10.04. Just one thing I started wondering about that I should perhaps ask in order to confirm.12:36
ikoniaDrGrov: anything your not sure about, just ask12:37
ikoniaDrGrov: better to ask and move forward with info, than take a blind guess12:37
DrGrovikonia: Thank you. So I wonder that how does VDPAU actually work and how to verify that if I have it enabled or not?12:37
ElectricPrismHow do I mount a NTFS / Fuse filesystem to a specific directory by command?12:38
DrGrovikonia: Somehow to figure out what it does in practice and what GPU chipsets are supported.12:38
ikoniaDrGrov: why do you want it if you don't know what it does ?12:39
DrGrovikonia: Well I know it utilizes the GPU chipset and puts all heavy work on the GPU instead of CPU. Not sure exactly in practice that what it does. Just got a hint about it, nothing concrete but really like to figure it out.12:41
ikoniaDrGrov: I dont know much about it, I just do'nt quite get why you are trying to pursue things you don't know about, when you don't need to change anything12:42
ikoniaI could understand it if you needed to improve things, but as it's working as you expect, I don't see the need to change your working config12:42
IdleOneDrGrov: http://en.wikipedia.org/wiki/VDPAU has more info if you are interested12:44
DrGrovikonia: Well, there is always room for improvement. A small thing here and a small thing there can perhaps make a bigger impact later.12:46
wachpwnskianyone know how I can set my terminal hotkeys?12:46
ikoniaDrGrov: why ? are you having bad performanc e?12:46
DrGrovikonia: Well, I can read myself into what it is. I am not an illiterate, at least not to my knowledge.12:46
ikoniaDrGrov: I don't know much about it at all, but I do not believe you should be trying to change your config for no reason12:47
DrGrovikonia: No, not bad performance but I like to see if VDPAU could make it even smoother for even larger 1080p HD videos.12:47
ikoniaDrGrov: is it not smooth for 1080p ?12:47
DrGrovIdleOne: Thank you, I did not read it on Wikipedia initially. Thanks for that clear link. I must start to use Wikipedia more frequently since it does make sense even with Linux based things.12:48
ikoniakeep in mind wikipedia is not always correct, it's maintained by "anyone"12:48
lukicathey folks, got an sony vaio x laptop with an intel gma500. the screen ist flickering on ubuntu 12.04 any ideas to solve it?12:49
DrGrovikonia: It is smooth enough for 1080p videos running at an average bitrate of 4500-6500. But I like to get even higher 1080p videos running, more like 8000-10000.12:49
DrGrovikonia: Yes, I rarely trust anything I read on Wikipedia. I always use Wikipedia only for 2nd source. Primary source material from somewhere else preferrably if it can be found easier/better from other sources.12:50
ikoniaDrGrov: what happens if you increase it12:50
ikonia(as in the bitrate increase)12:50
DrGrovikonia: I am about to test that today so I am not sure whether it will work perfectly or not but as precausion I am already reading up on VDPAU since I might need it. Can not hurt to read about it.12:51
ikoniaDrGrov: why are you talking about tuning something when you don't even know if you have a problem or not12:51
ikoniaDrGrov: you're making a problem before even known one exists12:52
DrGrovikonia: Since I had issues with it on 10.04, not too sure that things have changed that much from 10.04 to 12.04. But I could be wrong.12:52
ikoniaagain - why are you trying to find a solution for a problem you don't even know you have12:53
ikoniatest it - see what problems you do/don't have, fix it12:53
DrGrovikonia: No, I am not making a problem before. I am merely stating that I had issues previously and already then thought about VDPAU but I could not install it on 10.04. Or at least it was not built as a package, required quite much tweaking.12:53
=== dirtydevil_ is now known as dirtydevil
ikoniaDrGrov: right, so you may not need to do anything, you may not have any problem at all12:54
ikoniaand you're tyring to find a solution for something that hasn't happened yet12:54
Ben64you don't need to install vdpau, it "just works" after you install the nvidia driver12:54
DrGrovikonia: Yes, I might not have any issues but I like to use my time to read about it now when waiting for a test 1080p that has that high bitrate.12:54
DrGrovBen64: Ah, that is new information for me. I thought it needed something extra from repos or something more tricky than that. SO that is why my GPU was running so smooth and with very little workload. Thank you for clearing it up. Saves me time.12:55
Ben64of course, the video player needs to support it. mplayer uses it if by default if available12:56
DrGrovBen64: Does it cover more than just MPlayer, VLC as well?12:58
Ben64I don't use vlc, so I don't know12:58
DrGrovBen64: Okay, I will test with SMPlayer to confirm if it acts the same as with VLC.12:58
DrGrovBen64: Thank you again for clearing that up for me. Saves me a lot of time.12:58
m719b!ciao13:01
m719b!list13:01
ubottum719b: 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 ».13:01
Eagleman!factoid13:02
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots13:02
anevjust installed libxml2 from via apt-get but it's missing xmlmemory.h ?13:05
KI4RO.13:06
Picianev: you need libxml2-dev13:07
Heather_where can I ask htaccess questions?13:07
=== cryptfu_ is now known as Guest69881
PiciHeather_: #httpd (apache's support channel) would probably be the best place.13:08
Heather_thanks13:08
Mukhthar_Ahmedhello all13:19
Mukhthar_Ahmedubuntu 10.04lts server my-small.cnf,  service mysql start freezes.13:20
=== iber is now known as styxlt
billymeteris it just me? or is the irc server really laggy this morning?13:27
philinuxlag = .1 seconds here13:28
billymeterhmm.... must be me then. thanks13:28
phr3d13i recently added xorg edgers ppa, removed x-swat ppa, updated, upgraded, and now the newest kernel fails to boot, how do i remove it and retry?13:30
=== chiluk_away is now known as chiluk
kresshi, trying to start spotify installer through wine but it wont start, says the file is not executable and not safe13:32
kressI did what was said in the guide , and not working13:32
dkannanphr3d13: check /etc/apt/sources.d/13:32
dkannanphr3d13: check /etc/apt/sources.list.d/13:32
dkannanphr3d13: comment the less u want and can add packages there as well13:33
dkannanhi. i am trying to install https://launchpad.net/~freyes/+archive/mysql-5.1 on 12.04 server13:34
dkannani could add the ppa and udpate the server13:34
dkannanbut install throws an error http://paste.ubuntu.com/1425286/13:34
=== james is now known as Guest66929
b14d3;window 113:35
b14d3My bad, mistyped a command13:36
renalioвсем привет13:40
DJones!ru | renalio13:40
ubotturenalio: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.13:40
renalio))13:41
renalioвсем хай13:41
helpcryptoHello13:44
helpcryptois there any "extension" which gets +x permission when downloaded from URL, to let the user execute it without having to chmod???13:44
kshakirxchat.emit_print("Channel Message", "John", "Hi there", "@")13:44
dcherniv_helpcrypto, sounds like a good way to shoot yourself in the foot13:48
helpcrypto...some people at #linux suggested a tar with a +x file inside, which the user could run13:48
shady__yo13:51
riegersnchromium no longer asks for web app integration and OLD facebook & gmail from firefox is stuck in the status menu. how do I fix this mess?13:52
MonkeyDustkress  try #winehq13:57
kressyea I got it working13:57
kressturned out I had to start through another icon heh13:58
helpcryptoill ask again before logging out13:58
helpcryptois there any "extension" which gets +x permission when downloaded from URL, to let the user execute it without having to chmod???13:59
jribhelpcrypto: maybe you should say what your actual goal is.  Why do you want to do this?13:59
TheLordOfTimei agree with jrib13:59
helpcryptosome users which use linux need a program to be executed13:59
kresswondering if anyone got a ati radeon hd 6370m and got it working properly in Ubuntu?14:00
helpcryptoso they download the program(script) from our URL14:00
helpcryptothey even dont know how to set permissions14:00
helpcryptothats why im asking14:00
jribhelpcrypto: why don't you setup a ppa and package your program?  Then they would just install the program14:00
helpcryptocause its not a program to be installed14:01
helpcryptoits just something they have to execute14:01
TheLordOfTimehelpcrypto, that sounds like a "program"14:02
helpcryptoscript14:02
TheLordOfTimeanything that executes can technically be a program (scripts can technically be programs too)14:02
jribhelpcrypto: what does the script do?  It's something you expect them to only run once?14:02
helpcryptojrib: yes14:03
jribhelpcrypto: what does the script do?14:03
helpcryptorequest permissions and run a connection to our server14:03
helpcryptosome people suggested zip containing a +x file14:04
helpcryptothe users should download, dbl click and run14:04
helpcryptoany better options?14:04
TheLordOfTimehelpcrypto, write better instructions to tell them how to chmod it?14:05
helpcryptoTheLordOfTime: already know that14:05
TheLordOfTimehelpcrypto, that's the easiest solution, creating a ZIP that retains permissoins isnt really easy.  nor is just providing a ZIP to users wihotu explaining how to unzip iut14:06
MonkeyDusthelpcrypto  maybe the people in #bash can help, try there14:06
helpcryptothx MonkeyDust14:06
helpcryptoTheLordOfTime: usually a dbl click works to unzip14:07
helpcryptothank u all for the info and help!14:07
sebastian__hi anyone knows an extreamly simple server management tool? something like a script on each server, that tells it's ip address and other infos to a master server?14:07
TheLordOfTimehelpcrypto, 'usually' ~= all-the-time14:07
MonkeyDustsebastian__  try #ubuntu-server14:08
sebastian__MonkeyDust: ty14:08
BluesKajHiyas all14:09
ucefkhho14:11
prashant_123456how to make a script for three commands and want to wait for first command  ????14:17
auronandaceprashant_123456: i suppose sleep would be the first command (depending how long you want to wait) more help in #bash14:19
icerootprashant_123456: that is the default in a script when you use more then one command that it will wait that the first one will finsh14:19
prashant_123456ok iceroot  you mean to say that after finishing the process of first command the second command will execute14:20
icerootprashant_123456: correct14:22
icerootprashant_123456: command1; command2; command314:22
icerootprashant_123456: command2 will only start when command1 is finished14:23
prashant_123456thanks iceroot thanks14:23
icerootprashant_123456: command1 && command2   command2 will only start when command1 was successful14:23
prashant_123456ok iceroot14:23
icerootprashant_123456: command1 & command2   both with start directly14:23
b14d3Two &14:23
icerootb14d3: no14:23
b14d3Oh, sorry, misread the last part of what you said14:24
icerootb14d3: np14:24
prashant_123456thanks verymuch iceroot14:25
g-hennuxhi!14:26
prashant_123456iceroot, command not found error ?14:38
LeigoemUbuntuBy chance is there any tools Linux environment to install ubuntu software like an installation *. Exe in windows?14:38
sunjancan anyone tell me please the default ftp login ?14:38
prashant_123456iceroot, ok got it how to solve the problem14:39
prashant_123456iceroot, thanks14:39
Maisondoufjoin #ubuntu-fr-l10n14:40
hari__will anybody help me an application suitable for editing photos, like photoshop in windows14:43
b14d3hari__: The most common one I hear of is Gimp.14:43
tqrstdoes precise pangolin use something other than gdm now? pgrep gdm shows nothing, but I am still getting X with the login screen on boot14:43
tqrstthere's no gdm.conf in /etc either14:44
Maisondoufit's lightdm perhaps14:44
tqrstah yes, lightdm - thanks Maisondouf14:44
wilfredWhat kind of ruckus is it to change the computer name14:45
Maisondoufyou can edit /etc/hostname in sudo mode14:45
Maisondoufan reboot14:46
attila_Hi guy! what's weather like in uk?14:46
wilfredMaisondouf, Ahh.  No ruckus at all14:46
MaisondoufNear Bordeaux in France 3°C (38°F) and lot of SUUUUUNNNN14:47
Pici!offtopic14:47
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!14:47
attila_a bit cold14:47
leo2007what are the effective way to manage configuration of servers?14:49
leo2007s/are/is/14:49
attila_Maisondouf what"s your favourite wine?14:50
Maisondoufmost used is Webmin14:50
Maisondouf@attila: you will laugh, I don't drink wine14:51
attila_why? I thing It's ok.14:51
attila_See you latter. I watch Doctor's Diary.14:52
testlabI have a question!! ..with the following command: "nc -l -p 4000 | while read var" I store into var a number, sent by a tcp channel.  How can I send back var+1 into the same channel?14:54
ces_does anyone know where the command line programs are put after they are downloaded in the software center in 12.1014:55
=== RobinScherbatsky is now known as shojo
jribces_: various places.  Why do you want to know?14:55
fishcookeris it true that after installing windows 8 .. we can't installing ubuntu 12.04?14:56
=== cwill747 is now known as icarusNine
=== icarusNine is now known as IcarusNine
=== IcarusNine is now known as cwill747
pgibces_, what do you mean?14:57
=== tjbiddle_ is now known as tjbiddle
=== irssi_ is now known as IcarusNine
Fieldyhello, what's the proper way to have an iptables command executed on boot after the network interface(s) are up and after the rest of the rules have already gone up?15:07
CottusFieldy: i don't know, look at /etc/rc.local15:08
FieldyCottus: thanks15:09
=== user01 is now known as userZ
clj_newb_2345hey, can someone point me at documentation on how to get horizontal scrolling to work on ubuntu 12.10 server?15:09
locojayhi i have some strange question mark symbols in terminal and vim15:11
_dstI've attempted to boot off of three separate boot media to install Ubuntu but on each occasion my machine hard locks after I select 'Install Ubuntu' from the grub command line.15:12
_dstI suspect this is due to some hardware incompatibility15:13
_dstWhat are some safe boot params to pass to grub?15:13
Jef91Is there a place I can find package source code for ports.ubuntu.com packages?15:13
locojayno issues with terminator15:15
Cottusclj_newb_2345: is it about a synaptic?15:17
clj_newb_2345Cottus: figured it out :-)15:18
Cottushttps://wiki.archlinux.org/index.php/Touchpad_Synaptics15:18
clj_newb_2345Cottus: basically, there's some gui checkbox, and I didn't ahve to go edit an xorg.conf file15:18
Cottusoh ok15:18
pestilencedoes anybody use rhythmbox to play .m3u's?  when i load up an m3u that I downloaded from the internet, it shows up as blank in the player15:21
rduplainanyone have an answer to http://askubuntu.com/questions/226227/how-to-manually-restart-services-affected-by-apt-upgrades ?15:21
pestilencethis is the m3u:  http://archive.org/download/gd71-12-10.sbd.yerys.1311.sbeok.shnf/gd71-12-10.sbd.yerys.1311.sbeok.shnf_vbr.m3u15:22
monziceroot : you there man?15:22
pestilenceoh well.  i'll just download the files.15:24
FloodBot1!netsplit15:25
ubottunetsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit15:25
KI4RO!netsplit15:26
ubottunetsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit15:26
=== VHNgoc is now known as ABFDFD
wilfredMy keyboard layout is wonky.  I can log in, so the window manager must not have kicked in yet.  How can I reset/redetect the keyboard layout?15:31
jribwilfred: wonky in what way?15:31
wilfredjrib, i is 5, o is 6.  I don't know what all the keys are doing, those ar ejust the ones I have run into so far.15:32
MaynardWatershello I am having continued problems with my raid 5 array http://pastebin.com/J2yy7cT515:32
MaynardWatersI have 5 devices 4 have consistent superblocks, and the 5th does not15:33
pettersoftHello15:33
jribwilfred: if you hit ctrl-alt-f1 and log in there, is evyrithng ok?15:33
=== Guest49676 is now known as Chex
=== elfenixtorres_ is now known as elfenixtorres
MaynardWatersI have goten errors saying the bitmap files are corrupt on each device15:34
wilfredjrib, no.  Just as messed up, except I don't see the bad characters, just nothing15:34
helmut_hi15:35
jribwilfred: did this just start happening randomly?  Or is this a fresh install?15:35
ejvMaynardWaters: where does it say that?15:35
wilfredjrib, this was a fairly fresh install.  I believe the trouble started when I copied over .config/xfce4 from another box (so I wouldn't have to recreate my panels and launchers).  This is a Dell laptop; the other is an acer15:36
ucefkhshutdown -r now15:37
MaynardWatersejv:  mdadm --examine-bitmap /dev/sd[acdef]1 reports the bad bitmaps15:37
=== acidflash_ is now known as acidflash
=== Guest63469 is now known as Krenair
ayubahas joining15:42
ejvMaynardWaters: it won't let you force assembly anyways?15:43
ayubahi everyone15:43
ayubaneeds help15:43
_dstHow does anyone carry a conversation in this channel with so many joins and parts?15:43
ayubahahha15:43
MaynardWatersejv when i tried that i got the pastebin you looked at and all of the devices became spares15:45
wilfredjrib, all set.  I just copied it over again from the laptop I'm on right now (duh -- it's the same model #)15:45
ejv_dst: by setting your client to ignore joins, parts, and quits silly15:45
MaynardWatersejv: currently cat /proc/mdstat15:46
MaynardWatersPersonalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]15:46
MaynardWatersunused devices: <none>15:46
kshakirl15:46
ejvMaynardWaters: are you using an external bitmap? did you suffer some sort of power event that corrupted that bitmap?15:47
MaynardWatersejv no external bitmap, yes hard power down after entire machine hung for hours15:48
cgtdkIs the aptitude multiarch issue solved?15:49
BluesKaj!aptitude15:49
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.15:49
=== lieanu is now known as lieanu-tr0
=== lieanu-tr0 is now known as lieanu
BluesKajcgtdk, I guess not15:49
cgtdk:(15:49
=== lieanu is now known as lieanu-tr0
cgtdkIt says “fix released”15:50
binaryhat im trying to remove virbr0.  i dont need it plus its flooding dmesg--->http://fpaste.org/7kZO/15:51
ejvMaynardWaters: i'd email the linux raid list, and ask there, in the mean time I would image all the disks using 'dd' just in case15:51
Picicgtdk: Its fixed in 13.04, which isn't released yet. Its not fixed in either 12.04 or 12.10.15:52
cgtdkPici: ah, okay. Thanks for the info15:52
MaynardWatersejv thanks for the advice15:52
ejvMaynardWaters: http://vger.kernel.org/vger-lists.html#linux-raid , click subscribe , it's a very active group, they will know what to do15:53
ejvMaynardWaters: after you subscribe, and you get processed, you can email the list, be detailed and thorough, everything from mdadm version, ubuntu version, everything :)15:54
kshakir115:55
=== matt_ is now known as Guest82701
hiloDoes anyone know of anything like cacheFS? (http://en.wikipedia.org/wiki/CacheFS) I am looking for a solution to cache an NFS share at a remote location so users at a branch office don't have to redownload the same files every read.15:56
ejvsounds like a job rsync could handle15:58
Touhou11Linux kernel lists can be "icy" to Ubuntu users in my experience... just be warned16:01
ejvif you're polite, detailed, spell-check, and don't top-post, he'll be fine16:02
hiloejv, I use rsync for sync jobs but what I need here is a cache not a sync. I don't want to copy all the data, but files that are accessed at 9am tend to get accessed all day as the team works on them. I need a cache.16:05
chris__ls16:05
Wiz_KeeDis this even a valid command?16:05
Wiz_KeeDfind . -type f -exec chmod 644 {} \;16:05
=== mike_ is now known as Guest96385
PiciWiz_KeeD: yes.16:06
Wiz_KeeDi get chmod: missing operand after `644./skin/frontend/default/blank/images/catalog/product/placeholder/small_image.jpg'16:06
Wiz_KeeD:(16:07
Cottustoo close "4 ."16:07
Wiz_KeeDsorry16:07
Cottusnp16:07
Wiz_KeeDwhat does that mean?16:08
oconnorehow do I get rid of all the file icons shown on my desktop? I can't find the setting for this anywhere.16:08
Wiz_KeeDi mean i don't get it16:08
Wiz_KeeDthat's the error16:08
oconnoreI googled for it, and it says to use "gconf-editor", but I don't have g16:08
Wiz_KeeDthe command i run is the one i pasted :-s16:08
oconnoreconf editor16:08
hiloWiz_KeeD, put the exec in quotes16:08
Wiz_KeeDwhy didn't the tutorial say that dammit :))16:08
Cottus!gconf-editor >Cottus16:09
ubottuCottus, please see my private message16:09
Wiz_KeeDcan you show me what to put in quotes gilo?16:09
Cottusoconnore: you can install it from synaptic16:09
Wiz_KeeDhelp? :-s16:10
=== atrius_away is now known as atrius
oconnoreCottus: so it's not even possible in a default ubuntu install?16:10
hiloWiz_KeeD, hold on testing in terminal before I tell you to try16:11
Cottus-exec "chmod 644"16:11
Cottusoconnore: maybe16:11
Wiz_KeeDi tried that Cottus didn't work :))16:12
Wiz_KeeDpfff16:12
Wiz_KeeDnow it suddenly worked :\16:12
Wiz_KeeDfind . -type f -exec chmod 644 {} \;16:12
PiciWiz_KeeD: I think the command you tried originally had a typo16:12
Wiz_KeeDafuq16:12
hilofind . -type f -exec "chmod 644 {} \;16:13
hiloWiz_KeeD, that works as is16:13
Wiz_KeeDmaybe because i copy-pasted it from the tutorial like a shmuck and it might have had some hidden characters?16:13
Picihilo: you need another quote.16:13
PiciWiz_KeeD: possibly.16:13
hilowoops16:13
hilolol16:13
llutzWiz_KeeD: the only quote you might need is  '{}'16:13
hiloWiz_KeeD, find . -type f -exec chmod 644 {} \;16:13
hiloWiz_KeeD, it works like that16:14
hiloWiz_KeeD, Your original command looks like there was a missing whitespace between the 644 and {}16:14
Wiz_KeeDthen maybe that16:14
hiloWiz_KeeD, I reproduced your error that way16:14
Wiz_KeeDhaha :)) nice16:14
Wiz_KeeDcould someone bother explaining what it actually does?16:14
Wiz_KeeDall i can tell is it finds any file type and executed chmod 644 on it16:15
PiciWiz_KeeD: it runs chmod 644 on every file under .16:15
Wiz_KeeDwhat does {} \ mean16:15
llutzWiz_KeeD: why do you blindly run command without even knowing what they do?16:15
Wiz_KeeDi got it from a tutorial llutz16:15
hiloWiz_KeeD, find all files in the current directory that are files (not dirs) and executes chmod 64416:15
oconnorehmm, gconf editor doesn't have the settings that i saw in google. next google page... use "dconf-editor"16:15
PiciWiz_KeeD: {} changes into the filename \; ends the -exec command.16:15
hiloWiz_KeeD, The {} \; is a regular expression qwhich is the filename16:15
ejvit's generally a bad idea to randomly paste commands you don't understand into your terminal... food for thought.16:15
Picihilo: its not a regex.16:16
Cottusoconnore: maybe by adding it it shall work16:16
rduplain+1 to ejv16:16
llutzWiz_KeeD: that's no reason to execute commands16:16
hiloWiz_KeeD, ignore me :)16:16
PiciWiz_KeeD: its all explained in the manpage for find.16:16
oconnoreI tried unselecting "home-icon-visible", and "volumes-visible" in org/gnome/desktop/nautilus/desktop16:16
oconnoreCottus: what is the difference between gconf and dconf?16:16
hiloPici, I don't know how do formulate them, but they usually look like that and do amazing things for me :)16:17
ejvexample, what if that blog were malicious, and instead of . it expanded to / and instead of 644, it set 777. that could be bad for you and your security.16:17
Piciejv: it would require a reinstall too16:17
Cottushttp://askubuntu.com/questions/91403/when-to-use-gconf-vs-dconf#9140916:17
ejvindeed16:17
Cottusdconf seems to gradually replace gconf16:18
Cottusi don't actually know16:19
datruthWhats the best way to encrypt an entire usb external disk16:19
nemoRegarding the Shopping Lens.  Is the connection to the Ubuntu server encrypted to avoid leakage over insecure networks?16:20
=== phunyguy_ is now known as phunyguy_t430s
BullDoghello!16:22
Cottus!hello16:22
BullDogi need some help16:22
b14d3!ask | BullDog16:22
ubottuBullDog: 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 !patience16:22
BullDogi install bind9 and my server is under a wireless router...i put my local ip in DMZ everything is good when i enter http://ip16:23
BullDognow i want to config bind9 how i config it16:23
BullDogwhit local ip or dynamic ip from router?16:23
hari_hallo,  i am not able to connect zmovies.net ?16:24
VictorCLhi16:24
VictorCLhow can I make vim show the line number I am at ??16:24
BullDogif im under a rooter how i config my bind9 whit local ip or dynamic ip?16:25
BullDogrouter*16:25
Picihari_: And why is that an Ubuntu problem?16:25
hari_yes. ok i will take up with the concerned browser16:26
hari_what about advanced photo editor?16:26
Picihari_: the gimp is fairly popular.16:26
hari_i it is not upto photoshop16:26
Picihari_: I'm sorry, I didn't understand that last line.16:27
BluesKajhari ,the gimp is also free , photoshop isn't a fair comparison16:28
srhbPici: He means to say Gimp is not as good as Photoshop. :)16:29
srhbBluesKaj: Er, right, and that is why Linux sucks. :P16:29
bobweaverthen install photoshop via wine16:29
bazhang!info shotwell | hari_16:30
ubottuhari_: shotwell (source: shotwell): digital photo organizer. In component main, is extra. Version 0.12.90-0ubuntu1 (quantal), package size 2256 kB, installed size 6708 kB (Only available for linux-any)16:30
lucidowhats wrong with the weather indicator, I cant set a location, clicking apply does nothing16:30
hari_thru wine is it possible operate the programs in windows?16:30
BluesKajsrhb, do you have a question , or are you here just to troll ?16:30
bobweaverhari_,  you can use play on linux if you are new to wine. there is also virtual systems if you have the ram and cpu for it16:31
OerHeks!darktable16:31
hari_virtual system?16:31
OerHeks!info darktable16:31
ubottudarktable (source: darktable): virtual lighttable and darkroom for photographers. In component universe, is optional. Version 1.0.5-1 (quantal), package size 1992 kB, installed size 6057 kB (Only available for any-i386; any-amd64)16:31
BullDogif im under a router how i config my bind9 whit local ip or dynamic ip16:32
bobweaver!info virtualbox | hari_   this is the package16:32
ubottuhari_ this is the package: virtualbox (source: virtualbox): x86 virtualization solution - base binaries. In component universe, is optional. Version 4.1.18-dfsg-1ubuntu1 (quantal), package size 12533 kB, installed size 45771 kB16:32
bobweaverhari_,  what window's programs do you like to use ?16:32
hari_windows 7 i'm using; for eg. sql server based software16:33
bobweaverhari_,  you might like mono developer16:34
bobweaverthere is no design tb though like in visual s16:34
hari_it is an astrology software based on sql server 2005 service pack 1 windows16:34
=== matt_ is now known as Guest34582
bobweaverhari_,  name os app ?16:35
Pici!appdb16:35
ubottuThe Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help16:35
riegersnchromium not asking to integrate webapp for facebook.com - checked dconf-editor, its not in the list of allowed domains or dontask-domains. what should i do?16:36
bazhanghari_, what is the exact name of that astrology software16:36
bobweaverthere is none it is troll16:36
BluesKajlucido, you may have to choose a weather report site in settings16:36
bobweaverlots today hezz16:36
jn_Anyone know if Thunderbird implement it's own MTA ?16:36
Marduk||i recenntly installed OpenELEC alongside of Ubuntu 12.04.1 and followed http://wiki.openelec.tv/index.php?title=Config_dualboot -- however, now i dont get a grub loader, the system boots directly into OpenELEC.. how do i get the grub menu back?16:37
bazhangMarduk||, hold shift at boot16:37
Marduk||alright, thx16:38
hari_prophet16:38
lucidoBluesKaj, , I chose yahoo and it list my location but when I click apply nothing happens16:38
jn_Or perhaps, can I somehow see what MTA thunderbird uses ?16:38
bazhanghari_, the software name is "prophet" ?16:38
wdnzevening. I have a problem with my mail server that I configured. I can send and receive mails just fine from hotmail, gmail or yahoo accounts, even from stumble and other such networks.. But not from facebook or twitter.... Is that a problem on my side?16:39
hari_the astrology software is "PROPHET" which is running via. sql server 2005 and crystal reports16:39
=== RJvcc__ is now known as RJvcc_
hari_bazhang : yes16:39
bazhanghttp://appdb.winehq.org   <---- hari check there16:40
bobweaverit is there16:40
BluesKajlucido, do you have other optional weather providers?16:40
hari_i couldn't get it from that site16:40
wdnzAnyone ?16:40
Marduk||bazhang: afraid that didnt help it16:40
MohawkHello, I need some help with Ubuntu. I cannot istall Wine Windows application runner. I  followed all the instructions on it, and when I went to type 'sudo apt-get install wine1.4' it did not work. This is the error that came up and i am running ubuntu 12.10 http://pastie.org/551183616:41
lucidoBluesKaj, google same result16:42
MohawkI was wondering if it is an ubuntu problem or a wine problem16:42
lucidohow can I install a weather applet?16:42
bobweaver!info playonlinux | Mohawk16:43
ubottuMohawk: playonlinux (source: playonlinux): front-end for Wine. In component multiverse, is optional. Version 4.1.1-1 (quantal), package size 1436 kB, installed size 3507 kB16:43
wdnzHMm! It seems to have fixed itself. Maybe some dns issues. Thanks anyway16:43
bobweaveryou might like that16:43
fzeeteis there a way to see what is going on with the graphical installer for ubuntu?16:45
saliakI have a windows xp vm i run in vmware fusion and I want to transition it to run on my headless ubuntu server.  what version of the vmware offerings should i use?16:45
=== Onixs_ is now known as Onixs
saliakvmware server seems to have gone EOL16:45
fzeeteIt seems to be stuck at "copying installation logs" but I suspect it is downloading packages16:45
fzeeteis there a file to tail or a process I can run to see the actual progress?16:45
amarilloHi all, I'm having problems to install ubuntu dual boot with windows 8 on my new sony vaio s series laptop. I followed this instruction http://www.hackourlife.com/sony-vaio-with-insyde-h2o-efi-bios-ubuntu-12-04-dual-boot/ but grub isn't loaded (and windows neither)16:45
hari_OH, SIR.  I AM CLOSING MY QUESTION ON WINE.16:46
MonkeyDustsaliak  try ##vmware16:46
hari_I QUIT16:46
MonkeyDustcaps16:46
BluesKajjn_, http://www.linuxquestions.org/questions/linux-software-2/thunderbird-mta-mda-maildir-340396/16:47
sharperguycan anyone think why i cant play audio with both jack and wine at the same time, when both are set to use ALSA? This is in KDE416:47
Ankithey, need help with installing skype on ubuntu 12.10 ... does it work ?16:47
amarillowhen i don't overwrite Microsoft/Boot/bootmgfw.efi then windows gets started imidiatly16:47
saliakMonkeyDust: ah, thanks. didn't realize it existed16:47
datruthAnyone use virtualbox on an encrypted drive?16:48
kshakirv16:49
TopCat123456v16:49
leonardhi guys i recently started using ubuntu via a remote connection (NX) but i have one very big problem (at least it feels big) I want my windows to snap to the edge of screen  but i guess because of nx which doesnt want effects its disaabled ... how can i get windows snapping enabled without glx?16:50
TheMan1011v16:50
bobweaverleonard,  what version of Ubuntu ?16:51
leonard12.0416:51
bobweaveruse 2d \16:51
Peloafternoon folks,  I have my brother on the phone, He's having  trouble connecting his tablet to his new ubuntu comp 12.04,  does he need a library to do this ?16:51
leonardi do i think16:51
leonardbut no snapping16:51
fzeetehow can I see what is actually going on with the ubuntu graphical installer? It is "stuck" at copying installation logs16:52
fungoatAnybody else having trouble installing the ttf-mscorefonts package?16:52
llutzPelo: an android-4.x tablet? he might need mtp-support16:52
bobweaverleonard,  open terminal and type in    unity-2d-shell    if it is running it will not run (can not have 2 running at once) if it launchs then you acn kill it at terminal with ctrl+shift+tab16:52
kshakirkemal16:52
Pelollutz, yes,  aconia 100,  android 4 , is it just a package or more then one ?16:53
bobweaverfungoat,  ubuntu-resricted-extra's is not installing ?16:53
Marduk||grub doesnt seem to detect my Ubuntu 12.04.1 install after installing OpenELEC (boots directly into OE now)16:53
leonardanother instance already runnning16:53
leonardbobweaver:16:53
bobweaverleonard,  then it is running.  is unity-2d-spread running ?16:54
kshakirhi englishman1116:54
llutzPelo: http://www.omgubuntu.co.uk/2011/12/how-to-connect-your-android-ice-cream-sandwich-phone-to-ubuntu-for-file-access16:54
kshakirhi rage716:54
kshakirhi segv16:54
Pelothanks llutz16:54
bobweaveryou can chroot a droid and then VNC into it16:54
kshakirhi tankdriver16:54
DJoneskshakir: Are you a bot? No need to say Hi to everybody that joins16:55
kshakirNO I am not :D16:55
rage7hello16:55
kshakirhi rauhfasertapete16:55
bobweaveraremel img are out there for chrooting then installing to that then vnc into phone16:55
bazhangkshakir, stop that16:55
kshakirhi BullDog16:55
leonardbobweaver: http://pastebin.com/efVMPHHq16:55
fzeeteno one knows where the ubuntu installer logs its progress?!16:55
bazhangfzeete, ubiquity?16:56
bobweaverleonard,  presss ctrl+super+up16:56
englishman11I have a problem: I installed Ubuntu 12.04 (Precise Pangolin) from which I updated using the update-manager to 12.10 (Quantal Quetzal). Now I want to configure uswsusp to do s2ram for suspend and s2disk for hibernate if I close the lid of my MacBook Pro (7,1). Any help appreciated.16:56
OerHeksfzeete, After installation, the log is copied to /var/log/installer/syslog16:56
bobweaverleonard,  window max ?16:57
fzeetebazhang: sorry, what, where? I just want to see if the installer is stuck or not, the progress bar is stuck on copying installation logs16:57
BullDogi need to config my bind9...im under router and i have local ip adress...and router have dinamic ip16:57
BullDogsome help?16:57
fzeeteOerHeks: I need to tail the progress while it is installing16:57
BullDogi config bind9 whit local ip or dynamic ip16:57
OerHeksfzeete, during install, it would be /var/log/syslog16:58
leonardbobweaver: Not maximazing but since i am remote i cannot tell if the windowsbutton gets forwarded or if the host catches it16:58
kshakirhi tripleXXX16:58
kshakirhi root__16:58
kshakirhi mib_mib16:58
kshakirsorry boys16:58
bobweaverleonard,  of that is right. Have you tried to install dconf-tools and then look in there to change options ?16:59
FloodBot1kshakir: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.16:59
kshakirI am trying to stop that16:59
fzeeteOerHeks: it says ubuntu-finish install even though the graphical installer is stil up and running, is it safe to assume that it has actually finished?16:59
bobweavers|of | oh16:59
kshakirok16:59
kshakirhi talas16:59
mib_mibguys, i'm specifying my public key to use when i ssh using the -i option, but when i ssh -v (verbose), it says its trying the wrong key - why is this?16:59
DJoneskshakir: Please turn the script off16:59
amarilloany advice regarding my dual boot problem with UEFI bios?16:59
kshakirI am trying16:59
kshakiri am quit16:59
kshakirby16:59
kshakirhi m816:59
kshakirhi NiteRain16:59
FloodBot1kshakir: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.16:59
OerHeksfzeete, if there is no HDD led activity, and your numlock does not respond, then there might be a problem.16:59
OerHekswait a few minutes.17:00
fzeeteOerHeks: no, I'm writing on this machine aws17:00
englishman11Bump.17:00
OerHeksfzeete, no responce numlock ?17:01
leonardbobweaver: installed dconf-tools ... but no such programm which one do i need to start dconf-editor?17:01
fzeeteOerHeks: I'm suspecting that it is still downloading packages, is there any way to confirm this?17:01
llutzmib_mib: -i specifies the private-key, not the public17:01
fzeeteOerHeks: yes num lock is working17:01
bobweaverleonard,  yeah17:01
bobweaverleonard,  look around com.canonical.unity-2d17:02
OerHeksfzeete, ah, ic, you are in live mode, and started the installer from there. did the last message say you can reboot?17:02
=== ericab_away is now known as ericab
fzeeteOerHeks: the last message in syslog is 'ubuntu finish-install: Disabling CD in sources.list', the graphical installer is still at 'Copying installation logs' and it has been sitting there for about 30 minutes17:03
englishman11I tried adding in a module file to /etc/pm/config.d as google told me, but no cigar.17:03
bobweaverleonard,  isent that stupid that it is called dconf-tools to install but after install it is dconf-editior (I mean why no just call it one things one can not just install dconf-editor)17:03
mib_mibllutz: i have my private key on my computer, and the public keys on the other machine right17:04
llutzmib_mib: you should, yes17:04
leonardbobweaver:  yes it is17:04
mib_mibllutz: so why does it say offering public key: /home/me/.ssh/id_rsa17:04
leonardbobweaver: I found it ... but guess what "sticky edges" True17:05
OerHeksfzeete, it propebly hang then. you might want to take the risc and stop the installer, and see if it boots.17:05
bobweaverleonard,  also you have installed guest additions ? also ccsm17:05
bobweaverthough unity2d uses v.little compiz as it sits on metacity17:05
fzeeteOerHeks: I will do that, if it fails I'll just omit the download packages while installing option. It seems like it might be the cause according to mr.google. Thanks :)17:06
bobweaverbut there is snapping edges clicked under ccsm leonard17:06
leonardwhat is guest additions?17:06
bobweaverleonard,  you have to click on machine-->install guest add.....17:06
bobweaveron the vbox leonard  *17:06
leonardnot using vbox17:07
leonardi use nx17:07
t432how do i add user to group? sudo usermod -a -G tomcat7 username17:07
leonardalso known as no machine17:07
t432above does not seem to work17:07
bobweaveroh that is right check ccsm  leonard17:07
t432command id, returns no "tomcat7"17:07
leonardt432: addgroup user group17:07
t432leonard: does it apply to existing group?17:08
t432group already exists17:08
leonard"man addgroup"17:08
srhbAnyone got hints on notetaking on configuration? I always end up modifying a lot of global configuration, but noting it down is often sporadic at best. Is there a better way? Like, say, wrapping some diff tool around an editor, making sure that every change is logged?17:10
leonardsrhb: you might be able to use audit17:12
leonardnever used it but it basicly does what you want17:13
srhbOh. Google gives me auditd, is that it?17:13
leonardi guess so17:13
srhbThanks, I'll have a look. :)17:13
bobweaverhow do I start weston ?  I tried  weston --height=1200 --width=1200    and I get error "weston: symbol lookup error: weston: undefined symbol: wl_input_device_interface17:15
bobweaver"17:15
Xhpem nm17:15
cnzhow can I jut upgrade my kernel in 12.04 from 3.2.* to 3.5.*17:17
MonkeyDustcnz  guess you'll need a ppa for 12.04, but then it's no longer supported here and you're on your own if something goes wrong17:18
=== max is now known as Guest99918
cnzMonkeyDust, that's fine17:18
cnzdo you k now a ppa for a 3.5 kernel for 12.04?17:18
MonkeyDustcnz  http://www.upubuntu.com/2012/07/install-linux-kernel-35-from-ppa-on.html17:19
cnzMonkeyDust, thanks17:19
BullDogI'm under a router...how i need to config my Bind server whit local ip or dynamic ip (router ip).17:20
pammciao17:22
BullDogI'm under a router...how i need to config my Bind server whit local ip or dynamic ip (router ip).17:22
scasinoscasino.com - additional 25 Euro Free on 50+ Euro first deposit17:24
scasinoBONUS code - bwinps417:24
jribcnz: there are a couple of 3.5 versions in precise-updates17:24
lindaI need help with something. I have 12.04 installed on my system, and having a hard time getting Picasa to send out emails through17:26
lindaThunderbird17:26
jribcnz: for example, you could install "linux-image-generic-lts-quantal"17:26
fungoatbobweaver: The installer (ttf-mscorefonts-installer) appears to be part of the package, but not the fonts themselves. I installed the installer independently and with ubuntu-restricted-extras yet the fonts are nowhere to be found.17:26
cnzjrib, what would your recommand on updating from 3.2 to 3.517:27
lindaI tried the script from this page http://www.ubuntugeek.com/mailing-photos-from-picasa-3-in-thunderbird-3.html but don't know if I'm putting it in the correct spot17:27
jribcnz: installing the "linux-image-generic-lts-quantal" package should pull in the 3.5 kernels17:27
bobweaverfungoat,  you where asked well installing resricked extras about tff license ?17:27
cnzjrib, thanks17:28
Ankitanyone ? how do i install skype on ubuntu 12.10 ?17:28
jrib!skype | Ankit17:29
ubottuAnkit: To install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga17:29
bobweaverAnkit,  you have tried the software center ?17:29
ActionParsnipAnkit: go to the skype website, grab the deb and install it17:29
ActionParsnipAnkit: what is the output of:  uname -a17:29
AnkitActionParsnip: thats for 12.04 .. not for 12.1017:29
cnzis it possible to image a linux install17:29
ActionParsnipAnkit: its the same17:29
cnzlike you can with windows17:29
bobweaver!info ttf-mscorefonts-installer | fungoat,  you have this package installed ?17:30
ubottufungoat, you have this package installed ?: ttf-mscorefonts-installer (source: msttcorefonts): Installer for Microsoft TrueType core fonts. In component multiverse, is optional. Version 3.4ubuntu3 (quantal), package size 26 kB, installed size 130 kB17:30
ActionParsnipAnkit: there is only ONE skype client, so the release is irrelevant17:30
samd!Ekiga17:30
ubottuekiga is an Internet telephony application included with Ubuntu, which supports the SIP and H323 protocols. Information and help at https://help.ubuntu.com/community/Ekiga17:30
bobweaver!googlevoice17:30
bobweaver:)17:31
ActionParsnipcnz: sure, you can boot to liveCD and use dd or even an app like clonezilla17:31
lindaActionParsnip: have you seen the problem I posted? I know you helped me out a while back, and were very knowledgeable17:31
abyss4How to see the r+w permissions of a user in linux17:31
cnzclonezilla supports linux?17:31
abyss4?17:31
AnkitActionParsnip: lemme try from the skype website first17:31
softcoderhi, using 12.10 64 bit and have a question17:31
jrib!permissions | abyss417:31
ubottuabyss4: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions17:31
bobweaverabyss4,   ls -al17:31
BandidoThe monitor of my laptop keeps flikering after i suspended or dimmed, no matter how many Linux distributions I try. I have a Samsung R540 and grafic card is Mobility Radeon 5470 - 512Mb. Does anyone has the same problem?17:31
ActionParsniplinda: I don't use either app, sorry17:31
fungoatbobweaver: Yes. Is there a secondary step?17:31
lindaActionParsnip: Ok, thank you17:31
ActionParsnipAnkit: if you can give the output of the command I gave, I can give the full command you need..17:32
softcoderi've got a KVM that uses numlock twice to swap between computers.. how can i tell ubuntu to pass those keys to the kvm as its noit working now in 12.1017:32
=== yann_ is now known as Yann_L1
bobweaverfungoat,  not that I know of. But when I installed play on linux ad it needed that it asked if I wanted to install the fonts. not sure what you are trying to do ?17:32
softcoderits unity or X i think intercepting17:32
softcoderalt-f1 console works with numokc + numlock17:32
Ankit_ActionParsnip: Linux Samragi 3.5.0-19-generic #30-Ubuntu SMP Tue Nov 13 17:49:53 UTC 2012 i686 i686 i686 GNU/Linux17:33
BandidoThe monitor of my laptop keeps flikering after I suspended the computer or dimme the monitor, no matter how many Linux distributions I try. I have a Samsung R540 and grafic card is Mobility Radeon 5470 - 512Mb. Does anyone has the same problem?17:33
fungoatbobweaver: Just trying to install the fonts, mostly for web work. They're still the cornerstone of web typography...17:34
Ankit_ActionParsnip: you there sir ?17:34
ActionParsnipAnkit: wget -O ~/skype.deb http://www.skype.com/go/getskype-linux-beta-ubuntu-32; sudo dpkg -i ~/skype.deb; sudo apt-get -f install17:34
Ankit_ActionParsnip: thanks17:34
Ankit_ActionParsnip:  lemme try this17:34
ActionParsnipAnkit_: I'm not that fast, patience17:34
Ankit_ActionParsnip: so i type this in full at the terminal ?17:35
ActionParsnipAnkit_: copy it as one command to the terminal and it will install17:35
Ankit_ActionParsnip:  installing now ... lets see17:35
ActionParsnipAnkit_: 32bit OS (which you have) makes this a lot less painful17:35
bobweaverfungoat,  there is any-other fonts that you need besides TrueType ?  I dont know that much about fonts tbh17:35
Ankit_ActionParsnip: i could foresee that ... got this 32 deliberately17:36
fungoatbobweaver:  Not at the moment. Why do you ask?17:36
ActionParsnipAnkit_: it does have advantages :)17:36
bobweaverfungoat,  because that is the only truetype thingy that I can find in apt17:37
bobweaverfungoat,  not sure how to test though , maybe you could share with me if you know ?17:37
wilfridI've got an okidata mb471 that Okidata told me would work fine in Linux.  Printing, yes.  Scanning, not so much.  Anyone gotten one of these to scan over a network?  Is it even their hardware, or someone else's with the Okidata name stamped on it?17:38
fungoatbobweaver: Let me explore some options. If I find something I'll check back in here. Thanks for the assistance.17:38
ActionParsnipAnkit_: if you use 64bit, simply change the wget command, but the apt-get -f command will pull in a tonne of 32bit deps as the app is only 32bit, but the OS is multiarch so you will need ALL the 32bit packages to make it work17:38
bobweaverfungoat,  maybe just open up libre office and see  if you can use fonts ?17:38
bobweaverIDNK though17:38
fungoatbobweaver: Tried that early on. No dice.17:39
Ankit_ActionParsnip: but installing stuff here is a little tough ... like i installed my internet dongle17:40
Ankit_ActionParsnip: its working but signal not showing in the status bar17:40
Ankit_ActionParsnip: done ... now how shd i run it17:41
Wiz_KeeDwhere is the bot?17:42
Wiz_KeeD!lamp17:42
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.17:42
Ankit_ActionParsnip: you there ?17:44
ActionParsnipAnkit_: it will appear in dash and you can drag it to the Unity launcher if you want17:44
Ankit_ActionParsnip: how should i run it now ?17:44
ActionParsnipAnkit_: same as any other app you run.....17:44
Ankit_ActionParsnip: sorry ... im new to this17:45
Ankit_ActionParsnip: dash ?17:45
ActionParsnipAnkit_: press the Windows key, you will see the dash, you can use it to search for apps and run them17:45
Ankit_ActionParsnip:  i searched for skype and it shows skype.deb17:46
softcodercan anyone help me??17:46
ActionParsnipAnkit_: or try ALT+F2 and run it there17:46
Ankit_ActionParsnip: clicking that goes to the software center with the install button again17:46
Ankit_ActionParsnip: alt f2 ?  the same command you gave ?17:46
fungoatbobweaver: Rebooted and, voila, they're installed. Go figure. Thanks again for your interest and assistance.17:46
ActionParsnipAnkit_: ALT+F2 and run:  skype17:47
leonardbobweaver: I found something that seems to work17:47
Ankit_ActionParsnip: lemme try17:47
leonardand its a really quick fix17:48
Ankit_ActionParsnip:  says skype and 3levers17:48
bobweaverfungoat good to hear17:48
ActionParsnipAnkit_: then run skype :)17:48
bobweaverleonard,  what was that ?17:48
bobweaverccsm leonard  ?17:49
leonardSince there seems to be no snaping for windows in 2d i use this script ... which i found http://pastebin.com/T6StxqQd17:49
Ankit_ActionParsnip: please bear with me ... i double clicked that icon but nothing happened17:49
=== Albastos is now known as Albastos|off
ActionParsnipAnkit_: it may be slow to initially start as its the first time17:49
bobweaverleonard,  I would still file bug against Unity-2d but it might be thrown to the way side but you never know17:50
cnzhow do you fix grub when you get error no such device: <id> and then grub goes into grub rescque17:50
gaetano_hello everyone! is there someone that can tell me why my internet connection got slow with ubuntu and when i use windows the connection is instead ok?17:50
bobweaverleonard,  but that is cool right there I like the python script17:50
Ankit_ActionParsnip: nothing happening17:51
Ankit_ActionParsnip: eno action17:51
leonardi found feature requests and bug reports ... there just seems to be no interesset ... in the days of powerful graphics 2d is not cool enough ... i guess ;)17:51
Ankit_ActionParsnip: no17:51
leonardbobweaver: the idea comes from this fellow http://tinyurl.com/cljenfl17:52
gaetano_hello everyone! is there someone that can tell me why my internet connection got slow with ubuntu and when i use windows the connection is instead ok?17:52
wilfridI've got an okidata mb471 that Okidata told me would work fine in Linux.  Printing, yes.  Scanning, not so much.  Anyone gotten one of these to scan over a network?  Is it even their hardware, or someone else's with the Okidata name stamped on it?17:52
leonardwell i am off now ... just wanted to post the answer so others might find it in a log17:52
ActionParsnipAnkit_: ok, run:   rm ~/skype.deb; clear; skype17:53
Ankit_ActionParsnip: skype command not found17:53
ActionParsnipAnkit_: did the skype deb install ok?17:53
Ankit_i wrote in the command you gave17:54
Ankit_that completed17:54
Ankit_acidflash: i wrote in the command you gave and that completed17:54
acidflash???17:55
acidflashI diddnt say anything17:55
bazhangAnkit_, hes gone17:55
buddyhey guys17:55
Ankit_wrote in the command you gave and that completed17:55
Ankit_bazhang: oops17:55
acidflashI gave you a command?17:55
bazhangacidflash, mis tabbed your nick17:55
softcoderanyone here able to help me??17:55
acidflashoh ok17:55
Ankit_acidflash: nah ... my helper is gone sry17:55
buddyi'm looking forward to puchase a new notebook and know a little helpless17:56
bazhangsoftcoder, ask an actual question17:56
buddynow*17:56
Ankit_why is it so tough getting to run skype here ?17:56
softcoderhow do i allow numlock to work with my KVM17:56
softcoderubuntu is not passing it to the KVM17:56
softcoder12.10 64 bit17:56
softcoderit used to in 12.0417:56
softcoderplease assist17:57
buddyi'm about to use ubuntu 12.04 LTS or mint maya cinamon17:57
BluesKajAnkit_, try the linux static version of skype17:58
buddyso which brand shoud i go with? i've already tried lenovo with amd and it totaly failed17:58
softcodercan anyone help?17:59
Jordan_Ubuddy: Ideally, buy a notebook with Ubuntu pre-installed.17:59
Jordan_U!hardware | buddy17:59
ubottubuddy: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection17:59
wilfridbuddy, Dell is selling them again18:00
=== Sazpaimon_ is now known as Sazpaimon
Maisondoufwho can say to me how to verify if a specific chip is known by ahci system in kernel 3.5 ?18:00
buddyis there any decent difference in the hardware-support between ubuntu and meego?18:01
BluesKajMaisondouf,  what hardware are you researching ?18:02
Wiz_KeeDis installing lamp with sudo apt-get install lamp-server^ supposed to take more than 20 minutes?18:06
sam__hey I m faceing a problem in installation of dot net 2.0 on wine this is my error18:08
sam__https://dl.dropbox.com/u/108724935/Screenshot%20from%202012-12-11%2002%3A37%3A08.png18:08
jribWiz_KeeD: probably not... what's it stuck on?18:08
Wiz_KeeDit's not stuck, it's taking like forever18:08
Wiz_KeeDi didn't remember it taking so long18:08
jribWiz_KeeD: did it start doing anything?18:09
Wiz_KeeDis it bad by the way to install lamp like that jrib?18:09
Wiz_KeeDsure it has passed mysql adn apache18:09
jribWiz_KeeD: nope, that's good18:09
sam__anybody knows how i can install .net 2.0 without facing this https://dl.dropbox.com/u/108724935/Screenshot%20from%202012-12-11%2002%3A37%3A08.png18:09
Wiz_KeeDactually it's in apache-utils now18:09
jribWiz_KeeD: maybe you have some other process hogging your resources?18:09
Wiz_KeeDwhat's the difference between installing like that jrib and installing taskel and then with thaskel installing lamp18:09
Wiz_KeeDnot really it's a fresh new virtual image18:09
jribWiz_KeeD: should be the same as far as I know18:09
Wiz_KeeDselecting and unpacking takes 1-2 minute each18:10
Wiz_KeeDi remember it scrolling down those lines like a machine gun...18:10
Wiz_KeeDSelecting previously unselected package apache2-utils.  /  Unpacking apache2-utils (from .../apache2-utils_2.2.22-1ubuntu1.2_i386.deb) ...  /  Selecting previously unselected package apache2.2-common.  / Unpacking apache2.2-common (from .../apache2.2-common_2.2.22-1ubuntu1.2_i386.deb) ...18:10
sam__I already installed Dll fixer it didn't work and i also downloaded the dll file from internet but the directory for .net 2 doesn't exist there is no file for it so i cannot paste it anywhere18:10
Wiz_KeeDtakes like 2-3 minutes each, is that normal jrib ?18:11
linihello , i got a problem with a game who is running on a seperate xserver ! becouse i got no sound ! i read on ubuntu wiki pls add youre user to audio group ! but they doesnt exist anymore !?18:11
sam__in other word its not just begining the installation its not just the dll file18:11
sam__anybody?18:11
ikonialini: 1.) why are you running it on a seperate xserver 2.) check the audio group18:11
jribWiz_KeeD: could be that the cpu is being used by another process or another process is writing to disk a lot?18:11
linithere is no group audio ?18:12
liniikonia, there is pulse group!18:12
demonperfectionI have a GRUB / Ubuntu issue if anyone can help.18:12
Wiz_KeeDit's on a fresh virtual machine jrib idk what to say...18:12
Wiz_KeeDhow can i check18:12
ikonialini is that the group it's expecting /18:12
Wiz_KeeD?18:12
Wiz_KeeDi login with another ssh instance and check18:12
jribWiz_KeeD: sure18:12
Wiz_KeeDor place that to the background with ctrl+z idk18:12
Wiz_KeeD?18:12
FloodBot1Wiz_KeeD: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:12
liniikonia, i did it bevor i added me to that group but with the same result ....no audio!?18:13
Wiz_KeeDhow do i do that jrib ?18:13
jribWiz_KeeD: you can login again with ssh18:14
demonperfectionI'm on Ubuntu 12.10, using a laptop with nVidia graphics. I installed the experimental 310R drivers, which had bad results, so I removed those drivers. Now, when I boot up, GRUB has this weird high gamma / brightness thing going on. (photo) http://i.imgur.com/uNrve.jpg?118:14
Wiz_KeeDi did that jrib18:14
Wiz_KeeDnow what?18:14
jribWiz_KeeD: run "top"18:14
sam__when i try to install dot net using the file downloaded from microsoft website it says its installed but .net 2 is not in program file or in windows folder/framwork18:15
liniok thanks i try that audio group thing :;)18:15
sam__I really need to install .net2 please someone guide me its giving error with no reason18:16
Wiz_KeeDjrib, http://pastie.org/551226418:16
demonperfection.NET2 is for Windows, not Linux. Not to mention, dot NET 2 is ancient.18:16
jribWiz_KeeD: seems ok but I don't even see dpkg in there18:17
Wiz_KeeDwhat is that?18:17
Wiz_KeeDstill...why does it run like crap18:17
Wiz_KeeDit's been 30 minutes18:17
Wiz_KeeDnow18:17
AshleyludlowSo does anyone have issues with the gui interface on tpb ( think pad buttons)18:17
FloodBot1Wiz_KeeD: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:17
jribWiz_KeeD: dpkg is what apt actually calls to install a package18:18
sam__https://dl.dropbox.com/u/108724935/Screenshot%20from%202012-12-11%2002%3A37%3A08.png   help me install .net218:18
MonkeyDustsam__  have you asked in #winehq ?18:19
KI4ROtrying to upgrade from 12.04 to 12.10.  Update Manager recommends not to so because of an issue with the graphics card which is Nvidia Corp C51 (geforce 6150 le) (rev a2) cprog-if 00[vga controller])18:19
sam__nope i didn't know such a thing exists18:19
sam__thanks :)18:19
KI4RO*not to do so18:20
KI4ROAny ideas?18:20
juniourKI4RO backup and fresh install 12.1018:20
AshleyludlowKi4ro- r u currently useing mesa?18:21
KI4ROjuniour I will think about that idea18:21
KI4ROAshleyludlow, What's mesa?18:21
IdleOne12.10 doesn't offer any great value that makes it worth upgrading to. If the update manager is suggesting not to upgrade, don't.18:21
KI4ROIdleOne, Thanks18:22
AshleyludlowVga controler, sometines works with restricted18:22
juniourKI4RO upgrading cause problem sometime18:22
KI4ROjuniour, I C18:23
AshleyludlowPlus im not sure I even want to upgrade to 12.10 yet18:23
juniourKI4RO backup and fresh installation is the best option i think18:23
KI4ROAshleyludlow, Don't know what you mean18:23
KI4ROjuniour, Understood18:24
IdleOneYou're glossing over the main part of his question. The upgrade manager is suggesting not to because of unsupported hardware.18:24
hsplashHow do I force dsettings to apply live (without having to restart the GUI), just like gconftool does?18:24
KI4ROIdleOne, I don't believe the system is that old...got it from a friend...its AMD 64 I believe18:25
KI4ROIdleOne, Is that an old vga controller?18:26
alexastelyhello!18:26
alexastelyI have a question!18:26
ActionParsnipalexastely: askaway18:26
ActionParsniphsplash: which settings do you mean?18:27
alexastelyNo help needed anymore18:27
alexastely:D18:27
alexastelyI couldn't change my password before18:27
IdleOneKI4RO: I have a 6150SE and I am runing 12.10 Kubuntu, runs fine (for me) But if the upgrade manager is saying that there is an issue with the 6150LE and telling you that an upgrade is not recommended. You should listen to it.18:27
alexastelyBut now I've made it18:28
alexastely:D18:28
KI4ROIdleOne, Understood....will it be supported in the future you think?18:28
MonkeyDustKI4RO  in other words: keep 12.0418:28
ActionParsnipalexastely: sweet18:28
IdleOneKI4RO: Do you have any problems with 12.04 at the moment?18:28
KI4ROMonkeyDust, Thanks18:28
KI4ROIdleOne, No18:28
ActionParsnipKI4RO: precise is LTS so will be supported even after Raring is EOL :)18:28
IdleOneKI4RO: Then don't go looking for any :)18:28
KI4ROIdleOne, Makes sense to me LOL18:29
invisib1How do I go fullscreen on a 1080 monitor with Virtualbox?18:29
juniourKI4RO 12.04 LTS 5 years upport18:29
invisib1I seem to remember it was guess additions or something18:29
MonkeyDustinvisib1  right ctrl + F18:29
invisib1But after I install those, how to fullscreen?18:29
KI4ROjuniour, Understood...just don't want the system to fall behind because of this issue18:30
ActionParsnipinvisib1: CTRL+F18:30
hsplashActionParsnip: For example, "gsettings set com.canonical.Unity2d.Launcher hide-mode 1" works if done via GUI, but it doesn't if I just run the command, although the effect to the dsettings database is the same. This discrimination doesn't exist in Gnome.18:30
juniourinvisib1 install virtualbox guest addation18:30
invisib1Doesn't make entire window fullscreen18:31
invisib1Well, makes window fullscreen, but not the ubutnu desktop18:31
ActionParsniphsplash: not sure, are there bugs reported?18:31
ActionParsnipinvisib1: you'll need a similar res in the virtual OS18:31
invisib1How do I save the state of the virtualbox so I dont have to install ubuntu over and over/18:31
invisib1Snapshot or screenshot?18:31
invisib1ActionParsnip: O yah thnx18:31
MonkeyDustinvisib1  close the vbox window and save the current state18:32
jribhsplash: what does "just run the command" mean?18:32
juniourinvisib save the machine state18:32
juniourinvisib1 save the machine state18:32
juniourinvisib1 or install the ubuntu18:32
MonkeyDustinvisib1  i guess you're doing something wrong, if you have to install over and over again18:32
hsplashjrib: Just as I said. Run the command. In a terminal. As a command. As quoted. Literally. I don't know how to explain, but I'm sure you get it without my explanations.18:33
xpistosHello all. Is there a way to record google mail calls from my ubuntu laptop? It doesn't have to be great, just audible.18:33
mako_reactorinstall gentoo18:33
Guest3278hello18:33
juniourinvisib1 when you open ubuntu it will ask you for try ubuntu or intall in the hard disk, so click on install on the hard disk18:33
jribhsplash: I read your statement as "why does doing X work but doing X not work?" (X are the same)18:34
invisib1save state worked perfect18:34
juniourinvisib1 for full screen click on Device->additional drivers18:34
bazhang!behelpful | mako_reactor18:34
ubottumako_reactor: 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.18:34
userZonce I download a color theme in ubuntu, how do I  install it?18:34
invisib1juniour: Thanks18:35
userZin xchat18:35
juniourinvisib1 it will install addtional feature of virtual guest and it will enable the full svreen18:35
jribhsplash: maybe you can explain how ""gsettings set com.canonical.Unity2d.Launcher hide-mode 1" works if done via GUI" means to me. How is that different than "just run the command"?18:35
invisib1I've installed guest additions, but it's only giving me 800x600 and 640x480 resolutions18:35
hsplashjrib: Not identical. O(nly! o)ne of the terms of my comparison had a modifier ("via GUI").18:35
invisib1Do I need to install more resolutions??18:35
juniourinvisib1 just reboot18:36
jribhsplash: what does "via GUI" mean?  You mean you don't actually input the command but toggle something on a graphical interface instead?18:36
invisib1Btw, using Lucid18:36
invisib1Does "reset" just like "Restart" in Win?18:36
hsplashjrib: Yes. It seems the GUI can do more than the command line can do, unlike what gconftool can do in Gnome.18:36
invisib1Or more like a Nintendo button?18:37
juniourinvisib1 reebot ubuntu on host os18:37
juniourinvisib1 sorry reboot ubuntu not host os18:37
hsplashjrib: Although, according to "gsettings list-recursively", they both have the same effect.18:37
ActionParsnipmako_reactor: why use a distro, why not use pure source, emerge is for girls18:38
jribhsplash: have you seen the behavior with any other settings?  With any other non-unity and non-compiz settings?18:38
invisib1Awesome18:38
invisib1Works a charm, Thanks guys18:38
juniourinvisib1 welcome :)18:38
KI4ROBTW Many thanks for all the feedback on my question; think I'm just going to wait until the update manager says it is okay to proceed18:39
juniour KI4RO lol :)18:39
jribhsplash: also, if you use gsettings only to change the setting, then log out and log back in, does the panel then hide?18:39
christian^I have a question regarding dnsmasq/NetworkManager on Ubuntu 12.10, I want to do some development for a mail server and for testing purposes I want to install a local mailserver, but thunderbird needs an MX record for mail delivery, I read that dnsmasq is capable of delivering MX records, yet I can't find any /etc/dnsmasq.conf nor did I find any other information how to do this, do I need to install some dnsmasq package via a18:41
christian^pt?18:41
hsplashjrib: I'm almost sure it does; I unfortunately can't test that at the moment for a confirmation.18:42
hsplashjrib: I tested the other thing you suggested; "gsettings reset com.canonical.Unity.Panel systray-whitelist" doesn't get reset.18:42
jribhsplash: I have not used compiz (nor unity) in quite sometime but in the past there were several backends for settings.  What may be happening is that unity is actually using something other than gsettings for that setting.  Doing the log out and log in dance would rule this out18:43
hsplashjrib: What else could it be? I can give *that* a try.18:43
MonkeyDust!pt | christian^18:44
ubottuchristian^: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigado.18:44
hsplashjrib: (what other backends, that is)18:44
jribhsplash: this was many years ago, I'm just throwing a data point out there. I think you could use flat files and gconf among others I forget18:45
christian^MonkeyDust: what? I'm not from brazil, nor do I speak portuguese.18:45
jribhsplash: http://packages.qa.ubuntu.com/qatracker/milestones/231/builds/21598/testcases/1412/results seems like this gsettings migration happened over the summer18:45
mumbles4362hello18:45
MonkeyDustchristian^  you said 'pt?' - is must have misunderstood18:46
Pe1ogood afternoon folks, I have an SDHC card question,   8 gig card, system monitor and nautilus tell me I have about 7 gig of content on it , but when I count I get only 4.5 gig and the disc space analyser tells me about the same ,  trashcan is empty,  can someone one tell me how to recover the extra space ?18:47
hsplashjrib: The most probable alternative should be gconf.18:47
stevensamba 4 is released18:47
stevenhttps://www.samba.org/samba/news/releases/4.0.0.html18:47
steveni still think its a fake news, but it looks so real18:47
hsplashjrib: I can't find any occurrence of "hide" in `gconftool -R /`18:48
hsplashjrib: I can't find any occurrence of "hide" in `gconftool -R /`.18:48
CypSteelTrying to install percona 5.5 on a clean version of ubuntu 12.10.   percona-server-common-5.5 seems to uninstall libmysqlclient-dev which is needed for percona-server-client-5.5.  Any advice?18:48
christian^MonkeyDust: oh sorry, the message became too long, it was still part of the word "apt" lol18:48
jribhsplash: wait, you're on 12.04?18:48
OerHekssteven it is not > http://packages.ubuntu.com/search?keywords=samba418:49
OerHeks*not fake news18:49
lucidowhats a good scan and ocr app?18:49
hsplashjrib: Oh. Damn it. Yes. Forgot to mention. How did you guess? :)18:49
jribhsplash: unity2d is dead in 12.10 :)18:50
jk_OerHeks, Could well be released by samba.org but not yet incorporated in *buntu packages.18:50
stevenOerHeks, so there is no ubuntu package (it was released 30 minutes ago^^) but it is real? i mean they announce the release since around 2 years now xD18:50
tyboshi all, would like to know where people discussing about hardware specifics support chat ...18:50
jribhsplash: did you try using dconf-editor and seeing if the behavior is the same?  I don't see why it wouldn't be but I have no other suggestions right now18:50
bazhangtybos, ##hardware18:51
tybosthanks bazhang18:51
CypSteelTrying to install percona 5.5 on a clean version of ubuntu 12.10.   percona-server-common-5.5 seems to uninstall libmysqlclient-dev which is needed for percona-server-client-5.5.  Any advice?18:51
hsplashjrib: Same...18:51
OerHekssteven, 30 minutes ago .. and you expect samba 4 to be in ubuntu this minute ?18:52
fastI am considering using a projector as my primary computer monitor and wonder if anybody can offer any feedback on this idea.18:52
=== fast is now known as Guest66358
MonkeyDuststeven  the repos don't always contain the latest version of programs18:53
steveni know that : )18:53
hsplashjrib: Thank you (insight and patience). :)18:53
stevenubuntu really needs something like a rolling release repo18:54
OerHekssteven maybe raring 13.04 will provide samba4, check #ubuntu+1 for that18:54
MonkeyDuststeven  you could submit the idea in !brainstorm18:54
steveni was actually planning on submitting the idea!18:55
hsplashsteven: Hasn't it been submitted already?18:55
stevenbut second thought was more like ubuntu isn't designed for that18:55
jribhsplash: for what it's worth, I toggled /org/gnome/nautilus/desktop/home-icon-visible in dconf-editor and it shows up right away on my desktop (after I turn it off and on)18:56
stevenhsplash, i didn't see a submit like that, which one are you talking about=18:56
cinka_hey18:56
hsplashsteven: I wasn't assuming, but just wondering.18:57
scarrshello, I don't suppose anybody has figured out how to prevent banshee from crashing...18:57
=== cinka_ is now known as bolizo
bolizodont use banshee, its this mono creps..18:57
bolizothere's plenty alternative (rhythmbox, etc)18:57
Guest66358I am considering using a projector as my primary computer monitor and wonder if anybody can offer any feedback on this idea.18:57
stevenoh i see : )18:57
bolizoprojector have limited lifetime, so i think its bad18:58
bolizovery limisted18:58
OerHeksprojector + sunshine is bad18:58
hsplashjrib: After you turn what off and on? The whole GUI?18:58
bolizothat too18:58
stevenwell maybe i'll submit it one of these days, i just highly doubt that a rr repo will land in ubuntu :)18:58
bolizomy 11.04 version doesnt receive update and how i fix this?18:59
Guest66358reason being I'm primarly using it for XBMC to watch movies, I'm prepared to buy bulbs every so often18:59
OerHeks!11.0418:59
ubottuUbuntu 11.04 (Natty Narwhal) was the fourteenth release of Ubuntu. Desktop support ended on October 28, 2012. See !upgrade, !lts and !eol for more details.18:59
OerHeksupgrade then18:59
Guest66358is it still bad?18:59
bolizoi dont want to update.. i did it once and my entire PC broke18:59
bolizonaw for xbmc its quite good19:00
bolizobut for main desktop, i use my desktop 8 hours a day to 1219:00
bolizoits a waste :p19:00
bolizoperhaps i downgrade to 10.04? this oddly has longer support19:01
Guest66358for desktop use I'd use a different machine with lcd19:01
stevenyou are the first person ever!!! who wants to downgrade an OS19:01
softcodersimple question for 12.10, how can i add a shotcut to a sh file on the unity toolbar?19:01
Guest66358no I downgraded19:01
stevenjust dist-upgrade it to ubuntu 12.04 which is also LTE, i have never encountered any problems19:02
Guest66358didn't like 12.10 for my *buntu19:02
bolizoI had 12.04 and first of all, glibc is different. secodnly, rms says newest versions are crap19:02
stevenso what??19:02
ejv"oddly"? 10.04 is a LTS (Long Term Support) release. There's nothing odd about it.19:02
stevenwho cares what rms says..19:02
CatbuntuHi19:03
bolizothere needs to be uniformity. my server is 10.04. different glibc from 12.0419:03
OerHeksbolizo, so you don't want an answer, you made up your mind already.19:03
stevenjust one man with one opinion.19:03
stevenyes, well i just think its odd, i never said don't do it : )19:03
bolizoOerheks: well, is there a way to get 12.04 without the new glibc?19:03
stevenyour machines, your systems19:03
stevenbut if you go after rms, you shouldn't use ubuntu at all19:04
kostkonbolizo, no19:04
bolizothen there won't be any problem :o19:04
softcoderpolitics aside can anyone help me?19:04
softcoderquestion is above ^^19:04
bolizook then, 10.04 seems tempting. However desktop support is ending quite soon. If i get 10.04 LTS server, can i still use it as desktop?19:05
kostkonsoftcoder, use this for example, https://apps.ubuntu.com/cat/applications/create-launcher/19:06
MonkeyDustbolizo  technically yes, but you'd have to install a DE19:06
kostkonsoftcoder, or any other similar software that you might find on the usc. Just do a search.19:06
OerHekssoftcoder, https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles19:06
bolizoso whats the difference between server with Gnome/kde/lxde/xfce and desktop?19:06
fascherohi19:07
=== testy is now known as Guest32267
OerHeksbolizo, you get support like updates, maybe not for your desktop on the server.19:08
GuySofthey all, i am trying to install ubuntu on a brand new laptop alongside windows 8 that uses uefi. (I have formated sda7 for root, and sda8 for efi boot partition and sda9 for swap). However when i give those partitions in the manual install the installation fails when the installer tries to mount sda1 which is a vfat system, saying it can't find there boot/efi19:08
GuySoftwhat should I do?19:08
kostkonbolizo, if you use 10.04 server as a desktop you will not receive security updates for the desktop software, e.g. updates for firefox, etc.19:08
bolizoahh :D no updates for firefox, nice!19:08
kostkonbolizo, not nice at all, but dangerous19:08
bolizoevery update botches up all my plugins19:09
softcodercreate launcher has a buy button19:09
softcoderthats garbage19:09
Guest3278anyone know a good irc client for windows?19:09
bolizoxchat19:09
bolizomirc19:09
wakkaahaving problems viewing mounted partition, any trick to this?  basically I have two partitions, one is ubuntu 9.04 and the other is 12.0 version and all my data is on 9.0, any way to merge the data and delete the old partition?19:09
PiciGuest3278: Ask in ##windows please, this has nothing to do with Ubuntu19:09
Guest3278xchat cost right?19:09
bolizofor windows yes19:10
Picino19:10
Guest3278what about hexchat?19:10
Guest3278looks the same19:10
PiciGuest3278: Please stop19:10
hpLubuntu or ubuntu ??19:10
=== hp is now known as Guest80407
bolizo:D your choice19:10
kostkonsoftcoder, it's free......19:10
bolizoget ubuntu and install lxde?19:10
bolizothen you have both19:11
softcoderthen why does it say buy19:11
Guest80407yep my choice19:11
fascherohi all! i've installed ubuntu studio 12.10 on my brand new notebook samsung...mozilla block every 4 seconds....and the OS didn't play any sound...any solution?19:11
bolizoblock every 4 seconds?19:11
Guest3278i know nothing about ubuntu19:11
Guest80407but ubuntu +lxde = light19:11
bolizoi would say LXDE is closest to windows xp/7, so if you come from there it needs no big familiarizations19:11
bolizoso get lubuntu that case19:12
OerHekssoftcoder, it does not say buy.19:12
softcoderit doies for me in software center19:12
kostkonsoftcoder, because its developer used the publish service for the usc and has set the price to 0.0 http://developer.ubuntu.com/publish/19:12
softcoderand requires me to 'accept a license'19:12
=== enchilad1 is now known as enchilado
fascheroyes 4 example  youtube videos stop every 4 seconds and no sound are play19:12
GuySoftdoes anyone here know how to install ubuntu under uefi19:12
GuySoft?19:12
=== anon is now known as Guest11832
kostkonsoftcoder, trust me, it is free19:12
Guest80407i already installed lubuntu this os is fast whaou19:12
bolizooo yes flash plugin is very annoying in linux :/ can you try html5?19:12
dr_willissoftcoder:  some apps may require you to accept  a EULA.19:12
bolizoyes it is :D lubuntu is too speed19:13
dr_willissoftcoder:  and there are some comercial APPS in the software center.19:13
yuntsewuare you using a proprietary  flash player?19:13
bruimsomeone use smartcard+ubuntu?19:13
softcoderi know that I'm an open source dev19:13
yuntsewuthat may be it19:13
Guest80407 i have  a dell optiplex 740  with nvidia 6150LE and 4gig of ram19:13
softcoderi find it weird that a free app would say buy and require me to accept some kind of EULA, when virtuall 99% of open souyrce apps do not require this19:13
Guest80407lubuntu i'm in love19:13
bolizohmm theres new kernmel 3.7, will i be able to get it soon with updates? from12.10?19:14
bolizoor will 10.04 receive exactly the same :D?19:14
dr_willissoftcoder:  what app exactly?19:14
fascheroalso facebook or other pages sometimes block...flash player is correctly installed!19:14
softcodercreate launcher19:14
OerHekssoftcoder, then follow https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles19:14
softcodermlux.at19:14
softcodermakes me think it may be sopyware19:14
Guest80407you need to install flash  go to ubuntu softawre center and check19:14
dr_willissoftcoder:  whats the exact name of the package you intalled.19:15
softcoderi did not install it19:15
dr_willisThen where did it come from?19:15
kostkondr_willis, just this https://apps.ubuntu.com/cat/applications/create-launcher/19:15
bolizobut its sad from new version :( ram usage of 12.10 is much higher than 8.04 i had ;s19:15
softcoderin software center it shows as:19:15
softcodercreate-launcher 1.019:15
OerHeksdr_willis, he wants to run his own script, tru a launcher19:16
softcoderlicense proprietary19:16
dr_willisLicense:Proprietary    yep.. they can charge..19:16
jribbolizo: unused ram is wasted ram :)  Do you ever end up with your ram full?19:16
softcoderi cannot beleive i can't jsut drag a link to the launcher19:16
kostkondr_willis, an app uploaded directly to usc but with zero price, i mean this http://developer.ubuntu.com/publish/19:16
bolizoyes i have only 512MB19:16
fascheroi've re-install  plugin adobe flash! i19:16
jribbolizo: ah, then I'd strongly recommend you install and try lubuntu-desktop19:16
bolizoespecially if i play flash things, or large word files19:16
dr_willisTheres other tools out there to make launchers. i saw some the other day. Or just copy/paste and edit your own .desktop file19:16
bolizoi have already :P19:16
Guest80407512MB don't use ubuntu go for lubuntu19:16
bolizoi have ubuntu with lxde19:16
bolizousing lightdm19:17
softcoderok i will make a desktop file but thats not user freindly19:17
jribbolizo: what's using all your ram?19:17
bolizohmm lets see htop19:17
softcoderhow am i suppsoed to evangelize my friends to use ubuntu with that?19:17
kostkonsoftcoder, ...19:17
OerHekssoftcoder, the docu i gave you is user friendly :-)19:17
OerHeksstop the ranting please19:17
softcodernot for a dumb windows user19:17
softcoderok19:17
dr_willishttp://askubuntu.com/questions/64222/how-can-i-create-launchers-on-my-desktop19:18
bruimsmartcard+ubuntu?19:18
bolizofirefox : 150mb  , X: 20mb. but yeah firefox keeps coming19:18
softcoderthanks dr_willis and others19:18
bobweaversoftcoder,  there are many ways to "skin a cat"19:18
bolizoperhaps i could get somewhere DDR1 512MB sticks, or even 1024M19:18
MonkeyDustsoftcoder  lxde is leightwaight and has the menu down left19:18
MonkeyDusttypos*19:18
softcoderi like unity19:18
* OerHeks remembers alacarte19:18
bolizotheres also EDE, very muhc like it :D19:18
softcoderyes i actually like it19:18
locojayany idea why i see somes strange question mark symbols in gnome terminal under zsh, vim and not uder terminator?19:18
jribbolizo: chromium might be a little lighter, you can try that19:18
bolizoyou also know XFCE with "REDMOND" style ;) ? almost like XP19:19
dr_willisthe whole idea of having launcher icons on the desktop is sort of.. well.. getting  phased out. ;)19:19
kostkonsoftcoder, I have already recommended you an app. there are others that are similar in the usc. The usc contains tons of apps. Just search19:19
=== carif_ is now known as carif
Guest80407ubuntu +wine = better than windows19:20
Guest80407sorry lubuntu19:20
dr_willishopefully the ubuntu software center wont get clutterred with the 'free but not open sourced' apps in the future19:21
yuntsewuI use 12.04 ubuntu with mate lol19:21
bolizohow?19:22
bobweaverI hope that it does dr_willis19:22
Guest80407youpi19:22
fascherohi!19:22
bolizo:D ffrom hi19:22
bolizotheres kurnel 3.7. how i install this?19:22
fascheroi've  problem with my brand new installed ubuntu studio 12.1019:23
bobweaverdr_willis,  options for dev , all opensource has a 3 month wait to even be reviewed. proparitary stuff that is free as in beer gets in right away19:23
kostkondr_willis, it will do, most of it will be software and game coming from android. but what im saying, it's already happening19:23
bruimsomeone install intel hd3000 on ubuntu 12.1019:23
bruimw19:23
lillyfilm19:23
bolizohm:o is there way to put inside 3.7 kunrel ? ubunu?19:23
dr_williskostkon:  yep. and the android marketplace is getting tobe a bit of a disaster when trying to find stuff.. amazons marketplace is even worse for apps.19:23
fascheromy ubuntu didin't play any sound from audacity or audacious!19:24
OerHeksbolizo, installing your own kernel is not supported here. you will break some depencies.19:24
bolizook :s sad but fair answer. thanks19:24
dr_willisbolizo:  why do you need 3.7?19:24
MonkeyDustfaschero  open a terminal and type alsamixer - anything wrong there?19:24
bobweaverdr_willis,  if you are a developer and you have a cool app it is not easy to use opensource model to get it into software center as  fast as it is to close up code. Now I think that it is because of the wait time something needs to be addressed to that19:24
bolizoits new :P also, i have 2.6 now? i think? and its draining battery very fast.. well known problem i think19:24
kostkondr_willis, quantity it's good :P, at least for now19:24
dr_willisbobweaver:  i thought that was what ppa's were for. :) for the most part.19:25
bolizoi am too gow, bei19:25
dr_willisI honestly rarely if ever even run the software center.19:25
fascheromonkeydust...all level are "100"19:25
GuySoftdammit! installation is stuck again!19:26
bobweaverdr_willis,  sure and that works. but not for people that want to get it into main or partner. and then after that most the time it is like "oh this is cool you should get into debian" then you go to debian and they are like "Kid what are you doing this is not how we do things here you must now do XYZ Z" package19:26
=== root is now known as Guest30302
gansbresthello. I'm having problems setting my keyboard shortucts for switching workspaces on 12.10. I'm loosing my settings every time I reboot the machine.. I tried to set shortcuts in Compiz and Unity Keyboard tool.. same resulsts19:27
GuySoftdoesn't anyone here know why install would fail to mount the uefi partition?19:27
bobweaverdr_willis,  after xyz is done file a itp bug then hope that you can pick up a sponsor. then again now you are waiting 6 months just to get revied by ubuntu packagers to get to main or partner19:28
bobweaverit is the wait time something needs to done about that . that is all I am saying. sorry IDK how I ended up doing this rant off-topic sorry19:29
=== dpac|away is now known as dpac
jribbobweaver: it makes more sense to just put the package in debian usually19:29
bobweaverjrib,  but then you are dealing with deban mentors and that is well "a whole new ball game "19:30
bobweaverjrib,  maybe a pm ? dont want to flood channel with non support stuff ?19:31
=== YoMomma_ is now known as YoMomma
max999hi evyone, how can i check what the reason is, that my ubuntu (fork) based netbook seems to randomly power off? (could be a hardware issue of course..)19:35
mysteriousdarenmax999: is it getting noticable warm?19:36
dr_willismax999:  try with differnt disrto/releases and see if it keeps doing it. if so it very well may be a hw issue. Most netbooks ive had work well with ubuntu19:36
dr_willisthere is some bugs where the os thinks the battery is at zero and shuts down also.19:36
max999mysteriousdaren: i didnt figure a sheme out yet, it sometimes runs for hours without problems, some other time it powers off after a few minutes. i never do much on it, just using a mobile internet stick and a rdp-session.19:36
dr_willischeck the forums and askubuntu.com for your exact make/model netbook also - there may be some known issues19:37
max999dr_willis: found one thread asking if there are known problems with my acer aspire one 756 with one reply saying no.19:38
stevekanehrm19:38
max999i tried to find some kernel errors or something in the logfiles but there are none (as far i can see) .. makes sense too, its not rebooting or showing a kernel message, plain power off.19:38
dr_willisI got an AAO last year. with no issues. ;) but i dont know its exct model19:38
dr_willisthe netbook craze is sort of fadeing away.19:39
dr_willisNow its all about tablets.19:39
max999dr_willis: i like to have a real keyboard :-D19:39
dr_willismy tablet does have a real keyboard. ;)19:39
max999one of the convertables?19:40
dr_willisGotta love full sized usb ports on a tablet. I can plug in any keyboard/mouse/external hds19:40
meneIpodI couldn't connect to 5 ghz networks so I dled the drivers from  my manufacturer's website (ralink for linksys wmp600n) and ran make and make install, now I don't see any network icon and lshw -C network returns that wlan0 is disabled, I am willing to just rollback to old drivers.19:40
max999and carry around a bunch of devices / extras.. sure :D19:40
max999well i will get a cpu temp tool for my netbook first i guess19:41
max999could check my ram next :l19:41
dr_willisgot a mini bluetooth keyboard if i need to go mobile.. but then again.. you aing going to be doing much typeing on the bus.19:41
lillycome posso scaricare il film di avatar19:41
max999dr_willis: on the train, you can do a lot of typing ;)19:41
dr_willismax999:  train? :) never been on one.. ;P   we all know its about watching netflix on your commute.19:42
meneIpodOne other thing is that my boot times are suddenly horrendous.19:43
dr_willisall i do on mine is hang out on irc all day long.19:43
max999dr_willis: i use it for rdp sessions to remote computers =)19:43
dr_willismax999:  that sounds too much like real work.. theres the problem! ;P19:43
max999dr_willis: thats why i want a real keyboard :D19:44
max999dr_willis: i will go download lm-sensors now and put my netbook on a stresstest .. ;-)19:44
meneIpodI think I'm running xubuntu updated to 12.10 x6419:44
max999bb ty19:44
dr_williswanting a real keyboard.. and using a netbook. ;) well.. i guess thats close. if you got tiny hands.19:45
dr_willismeneIpod:  done any hw tests lately? memtest, and perhaps tried some live cd/disrtos to see if the devices work in them?19:46
lilly_#5319:50
=== Chotaz`x is now known as Chotaz
=== Mike is now known as Guest51075
lucidohow can I add the outside temperature applet to the status bar?19:58
=== qos is now known as qos|away
saburohi20:00
dr_willislucido:  theres a weather 'indicator applet' in the repos i belive. theres also dozens of addational inticator applets in the repos and many many more  available by differnt PPAs.  askubuntu.com had a big list of them at one tme.20:02
saburoi do not understand why 11.10 do not ask me to upgrade to 12.04. someone could give me a reason?20:03
dr_willismy-weather-indicator - An indicator for weather20:04
dr_willis!info my-weather-indicator20:04
ubottuPackage my-weather-indicator does not exist in quantal20:04
dr_willismust be from a ppa i have installed.20:04
Treadstone__71Hello20:04
dr_willishttps://launchpad.net/weather-indicator    has a nice little weather indicator applet.20:05
juan1hla20:05
juan1nesesito ayuda20:05
juan1tecnica20:05
b14d3!sp | juan120:06
b14d3Hrm, that wasn't it.20:06
dr_willis!es | juan120:06
ubottujuan1: 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.20:06
b14d3That.. makes m ore sense. Thanks dr_willis20:06
lucidodr_willis, indicator-weather doesnt work20:06
juan1#UBUNTU20:07
saburook, i have made a question too simple or too difficult :-(20:07
dr_willissaburo:  you can force a upgrade with the do-release-upgrade command i belive20:08
dr_willisupgrade20:08
dr_willis!upgrade20:08
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade20:08
dr_willisI rarely upgrade.20:08
xpistosHello all. Is there a way to record google mail calls from my ubuntu laptop? It doesn't have to be great, just audible.20:08
dr_willisxpistos:  theres some guide for recording skype calls.. it may work the same.20:08
dr_willis!skype20:08
ubottuTo install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga20:08
stiv222222how to find polish chat??20:09
dr_willis!pl20:09
ubottuNa tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.20:09
xpistosdr_willis: I do have skype call recorder, I just didn't want to pay to record it. It is a 401k meeting for work and I wanted to record it for my wife20:09
dr_willisxpistos:  i dont really use either one. so no idea other then what that skype guide may say.20:10
stiv222222ok dzięki20:10
dr_willisI use google voice.. but thats on my phone. not the pc.20:10
saburothe program tell me that not new release are available....20:10
xpistosI am trying to get my podcast partners to use ekiga but it is a slow process since they are mac and windows users20:10
saburobut my actual release is 11.1020:11
xpistoshow about what is a good screen capture tool for morons?20:11
dr_willis "do-release-upgrade -d"  may do it saburo  or that may try to go to 13.04 ;)20:12
xpistosor desktop recording ...20:12
dr_willisxpistos:  theres that gtk-recordmydesktop20:12
dr_willisbut i always have issues withit recording sound20:13
sebastian_Apropos, what will 13.04s codename be?20:13
dr_willisjust 'do-release-upgrade' may upgrade you to  the next release20:13
dr_willisRoaring Somthingsilly20:13
dr_willisthese cutsy animal names are getting silly20:13
salamarehello20:13
xpistoshmmm20:13
juan1hello20:14
dr_willisand just cause confusion to beginners.20:14
xpistosinstallArchives() failed: dpkg: error: parsing file '/var/lib/dpkg/available' near line 17: missing package name Error in function:20:14
sebastian_"Raring Ringtail"? o.O Well, that's still saner than Quantal Quetzl or what that was...20:14
=== YoMomma_ is now known as YoMomma
saburo'do-release-upgrade -d'20:14
saburosorry20:14
dr_willisbe carefull with do-repease-ugrade -d'  it might NOT do what you want. try it without the d first20:14
saburothe command tell me the same answer20:14
dr_willisim out of ideas then.20:15
dr_willisI rarely upgrade20:15
xpistoslet me upgrade first20:15
dr_willisClean instlls are much faster20:15
xpistosless room for error too20:15
saburook, thank you however20:16
dr_williseverytime i seesomeone in here want to upgrade from like 8.04 to 12.04  i cringe..20:16
salamarehello guys20:17
salamarehello !20:17
salamare123420:17
EntropyWorksso anyone have ufw preseeding firewall rules during an install?20:18
salamarebudy no sorry20:18
SysaxedWhich torrent client could download pieces in sequential order? Yes, I why it's bad.20:19
SysaxedI know*20:19
xpistosWell when I try to update my system I get an error (installArchives() failed: dpkg: error: parsing file '/var/lib/dpkg/available' near line 17:)20:19
xpistoscan I just rm that file and then try again20:19
=== marco is now known as Guest72825
xpistoswell i sure can't open it20:22
Cottusmaybe perhaps move it20:23
b14d3xpistos: It's sound like your best option would be a clean install, like dr_willis suggested.20:23
b14d3It sounds* don't know what happened to my grammar there.20:23
xpistosb14d3: I think this is something do to with the gtk-recordmydesktop20:23
xpistoscause this just started when I tried to install it20:23
vitimiti(·_·)/20:24
lucidohow can I install this ppa with apt? https://launchpad.net/~atareao/+archive/indicators20:24
xpistosI can apt-get update20:24
xpistosbut not apt-get upgrade -y20:24
horseatingweedsI'm using KDE partition manager, but all the options are greyed out. Why is that?20:25
hauckHi there, I am trying to mount an HFS/NTFS partition and the mount command returns the error "must specify the file system type", does anyone know what I need to specify?20:25
Cottushauck: can you paste the command you used20:26
lucidoHFS? lol that still exsists?20:26
xanguahorseatingweeds: are you on a live cs/usb ¿20:28
haucklucido: mount -t ntfs /dev/sda1 /media/harddrive20:28
mouthwash    /set gui_hide_menu off20:28
xangualucido: you have the instructions to add that repository right there "How to Add a PPA to my System"20:28
Cottusi think the filesystem in sda1 has a problem20:28
lucidomy-weather-indicator  no quantal version :(20:28
Robbiliewhere to find jono bacon? :D20:28
xpistosso I renamed the file to available.bak20:29
xpistosand created a new one using sudo sh -c 'for i in /var/lib/apt/lists/*_Packages; do dpkg --merge-avail "$i"; done'20:29
xpistosand it looks like that did the trick20:29
xangualucido: if you have an issue with the repository contact the maintainer(s), i just use indicator-weather and it's already on the repository20:30
xangua!info indicator-weather | lucido20:30
ubottulucido: indicator-weather (source: indicator-weather): indicator that displays weather information. In component universe, is extra. Version 12.07.30-0ubuntu1 (quantal), package size 121 kB, installed size 861 kB20:30
mouthwashcan anybody help me get quake to work pls?20:30
hauckHi there, I am trying to mount an HFS/NTFS partition and the mount command returns the error "must specify the file system type", does anyone know what I need to specify?20:30
lucidoxangua, indicator-weather doesnt work20:30
Cottushauck:  check the filesystem table20:30
freeuseridhello everyone20:31
xangualucido: it does right here20:31
horseatingweedsJust to make sure, ext2 is appropriate for installing Ubuntu?20:31
mouthwashi should copy sopme pak-files according to readme, but don't know where to find them?20:32
lucidoxangua, I cant even set it up, I chose location then clcik apply and nothing happens20:32
dr_willishorseatingweeds:  ext3 or 4 is more commonly used. ext2 should work20:32
xpistosyeah that did it20:32
LucidGuyDual screen scenario.  All users logging into an Ubuntu box have the right screen as the default display with toolbar etc.  yet one user regardless of what I do to xorg.conf his is always on the right .. anyone know where this settings is kept?20:32
dr_willismouthwash:  they mean the pak files from a comercial version of the game most likely.20:32
=== dpac is now known as dpac|away
Robbilieis there a way to get 13.04 for x86?20:32
xangualucido: tried to change the data source to yahoo¿ google always gives me trouble20:32
xangua!13.04 | Robbilie20:33
ubottuRobbilie: Ubuntu 13.04 (Raring Ringtail) will be the 18th release of Ubuntu, Discussion and support until final release in #ubuntu+120:33
almoxarifelucido: which applet did you chose?20:33
lucidoxangua, rtied both20:33
dr_willisRobbilie:  13.04 should support 32 and 64bit..20:33
lucidoalmoxarife, where?20:33
horseatingweedsdr_willis, so ext3 is better? I just can't remember what I usually use.20:33
queuetipis there an eta for release date on 13.04 ?20:33
dr_willishorseatingweeds:  ext4 is the default these days.20:33
dr_willisUnless you have some specific needs horseatingweeds  i would stick to ext420:33
mouthwashdr_willis, i think the game has been made free in the meanwhile, and there is a pak-file specified for just freeware20:33
queuetiperm, that was worded stupidly, is there a date scheduled for release?20:33
almoxarife<lucido> xangua, I cant even set it up, I chose location then clcik apply and nothing happens <-- that one20:34
Robbiliei want to install 13.04 on my motorola razr i but i guess i will have to stick with a 12.04 or 12.10 version20:34
lucidoI've been using xfs for 8 years and switched to ext4 due to data corruption20:34
dr_willismouthwash:  last i looked the game was open sourced.. but the 'data' files were not.20:34
queuetipor is it already out?20:34
lucidoalmoxarife, indicator-weather20:34
dr_willismouthwash:  find a old quake install. or find some open sourced pak files perhaps.20:34
horseatingweedsdr_willis: Thanks.20:34
Piciqueuetip: Ubuntu version numbers are the YEAR.MONTH of release.20:34
dr_willisI found allmy old quake/doom disks just the other day. ;)20:34
almoxarifelucido: do the docs for that applet bring up 'ruby' ?20:35
dr_willisBRB20:35
Pici!schedule-#ubuntu+1 | queuetip20:35
Picihm20:36
lucidoalmoxarife, u mean the man page, no it doesnt20:36
queuetipPici: today i learned! thanks20:36
FaladosIs there a good guide for making .deb packages for ubuntu for software that doesnt have make/configure/install - (for instance: tomcat)20:37
Pici!schedule-#ubuntu+1 | queuetip20:37
ubottuqueuetip: Raring Ringtail (13.04) release milestones can be found at https://wiki.ubuntu.com/RaringRingtail/ReleaseSchedule20:37
queuetipubottu: awesome, thanks20:39
lucidomy-weather-indicator is broken too -17C bs20:39
sanchezHi I speak spanish I need help20:48
MonkeyDust!es20:48
ubottuEn 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.20:48
=== BEEP is now known as Guest36261
norwackI have an issue with the sound. In skype settings i cant choose my usb headset as the output. It get's trough the computer speakers no matter what. But when i go to youtube, i can hear sound from videos trough my usb headset. I use the gnome classic shell (installed it from software center 2 hours ago). Any ideas?20:54
judashi, ctrl-shift-u does not bring up the unicode input, how can i fix that?20:57
xhikureally??21:10
MonkeyDustjudas  start here, i have no experience with it myself, tho https://help.ubuntu.com/community/ComposeKey#Unicode_composition21:10
judashmm, i only see the part where they talk about the compose key21:13
judasbut i want to enter the hexnumber directly21:13
judasit worked for me sometime in the past21:13
judasit has something to do with GTK or XIM21:14
GwenniferUhm, why won't Ubuntu let me go to my desktop's native resolution of 1680x1050?21:14
judaswithin 'settings->keyboard->shortcuts' i can't find any option for that21:15
dr_willisGwennifer:  driver issue. or a monitor EID issue normally21:15
guntbert!enter | judas21:15
GwenniferOkay. How do I fix it? :x21:16
dr_willisyour video chipset is? the driver you are using is?21:16
judascould i just bind the shortcut to the whatever the system normaly does?21:16
GwenniferI don't know what my video chipset is or which driver I'm using21:16
blbeif anybody is familiar with tiddlywiki and in a good mood, i need help with a function, more info about the problem can be found here -> https://groups.google.com/forum/?fromgroups=#!topic/TiddlyWiki/RoQxYQdUeYc21:17
=== tjbiddle_ is now known as tjbiddle
dr_willisGwennifer:  start with the command -->   lspci | grep VGA21:18
dr_willisGwennifer:  it should show you what video card you have21:18
=== SJrX is now known as SJr
GwenniferHow do I open the terminal in Unity...? the last time I used Ubuntu it had a different setup21:18
dr_willisclick the ubuntu button at type,, type in 'terminal'21:19
wooGwennifer: just kit the windows key and type "21:19
john__clrt-alt-t21:19
dr_willis!manual | Gwennifer21:19
wooterm"21:19
designbybeckI've noticed something... When ever I use Kubuntu or LinuxMint Cinnamon, the fonts and screen render sharp and crisp, but my Ubuntu 12.10 is'nt as crisp21:19
designbybeckwhy might that be?21:19
woo!unity | Gwennifer21:20
Gwenniferwut21:20
dr_willistheres font antialiasing settings that may be affecting them designbybeck21:20
yoritomohello21:20
dr_willisbot is dead it seems. ;)21:20
woo!ssh | woo21:20
designbybeckwhere might that setting be dr_willis? seems like a lot of tweaking settings have been taken out  in 12.1021:20
yoritomoanyone usual with ubuntu powerpc here ?21:20
designbybeckwhich i think is a good thing overall21:20
Gwennifer"00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 02)"21:21
dr_willisdesignbybeck:  no idea.  theres numerous tweak tools. I tend to just enlarge my fonts :)21:21
GwenniferIs that what you wanted?21:21
designbybeck;)21:21
designbybeckok thanks21:21
yoritomosoundcard problem and impossible to install medibuntu under Ibook G421:21
designbybeckI switched to Kbuntu on my home TV PC because it was easy to large everything21:21
john__No teaks nneded for intel controller it should just work21:21
designbybeckmade it great for sitting across the room21:21
GwenniferIt does work, it's just that the max resolution isn't high enough21:21
john__Now NVIDEA with CUDA, that is another story21:22
dr_willisGwennifer:  thats what 'you' need to know. ;)  thats about all i can help with the res issue. there may be known iussues with that chipset/card. You may want to check the forums and askubuntu.com to see if theres any known issues with that G31 chipset.21:22
john__Still can be done but requires custom driver21:22
dr_willisYou may need to alter the xorg.conf file to force the higher res.  Gwennifer . i dont have a monitor that does over 1080p here.21:22
=== len is now known as Guest37385
GwenniferDr_Willis guy: sudo dpkg-reconfigure xserver-xorg is a command I saw on askubuntu, would that work?21:23
dr_willisI havent even found a monitor locally that goes higher. ;) but im in a small town.21:23
john__dr_willis, excuse me but that is availabel from the menu21:23
almoxarifedesignbybeck: stay with KDE21:23
designbybeckoh wow, I did ubuntu tweak...font hinting, much better!21:23
Gwenniferwell, the resolution I need to get to is 1680x105021:23
dr_willisGwennifer:  thats an old command i belive.  it may not work these days.21:23
dr_willisGwennifer:  theres the xrandr tools that may let you change the res. and there is that monitors/displays tool in the settings21:24
dr_willis!xrandr21:24
designbybeckI do really like KDE almoxarife just find it has to many features... it OS always seems to be there , where as Unity gets out of my way21:24
ubottuGwennifer: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/21:24
ubottuGwennifer: Unity is the default UI since Ubuntu 11.04.  Unity is a shell for GNOME. see http://unity.ubuntu.com. For a GNOME 2-like experience, see !notunity21:24
ubottuwoo, please see my private message21:24
dr_willisdoh.. ubotu is gond.21:24
ubottuXRandR 1.2 is the new method of running dual screens in !X.  Information/HowTo here: http://wiki.debian.org/XStrikeForce/HowToRandR1221:24
dr_willisback. ;)21:24
john__Go to syetem settings and select resolution in display21:24
dr_willis!fixres21:24
Gwenniferwhat ;~;21:24
woo!lts | woo21:24
ubottuThe X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: https://wiki.ubuntu.com/X/Config/Resolution21:25
john__Bad idea21:25
ubottuwoo, please see my private message21:25
almoxarifedesignbybeck: you can have a blank slate with kde as well as any other desktop, but one has to use what is comfortable, on a home pc, is that entertainment PC?21:25
john__X systems files is so 1980's21:25
judas'im-switch' seems to be the program i was looking for21:26
GwenniferOkay21:26
woono pm for botz21:26
Gwenniferso what do I do21:26
dr_willisGwennifer:  you could install the arandr tool and see what res's it shows as seen.21:26
dr_willis sudo apt-get install arandr21:26
dr_willisthen run 'arandr'21:26
john__Go to system settings and select display21:26
designbybeckalmoxarife:  just a basic box hooked to a 42" TV, I use a wireless keyboard and mouse from my bed about 15 feet away21:26
Gwennifermy resolution isn't there, John21:26
john__Gwennifer, What is your resoulution/monitor?21:27
Gwennifer1680x1050, the monitor came with my dell21:27
almoxarifedesignbybeck: sort of same setup for me in living room, although the desktop on it is XBMC21:27
john__Gwennifer, same as mine21:27
GwenniferHow do I run arandr?21:28
designbybeckI hadn't tried XBMC yet almoxarife... I do do some standard desktop stuff and graphics on that system as well21:28
dr_willisthen run 'arandr'    thats the command....21:28
dr_willisits very likely arandr will show the same res's as the other tools.21:28
almoxarifedesignbybeck: the font/graphics are made for a homepc aprox 5-7 feet away21:29
john__Gwennifer, what? What graphics card are you using?21:29
wooGwennifer: "Alt+F2" opens run prompt21:29
designbybeckah that is cool to know21:29
designbybeckI've liked what I did see21:29
dr_willisGwennife+| "00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller21:29
dr_willisjohn__:  a G31 intel it seems21:30
GwenniferSame resolutions, but that tool seems kind of handy for multiple displays :o21:30
john__Gwennifer, So the basic Intel on board. Fine then It SHOULD just work21:30
Brigohi, i just upgraded to 12.04, and wifi go down. I can see the interface, wlan0, but i cant see any aps ...21:30
GwenniferBut it's not working21:30
john__Gwennifer, backup and reinstall21:31
Gwenniferreinstall?21:31
john__Gwennifer, reinstall21:31
Gwenniferreinstall what?21:31
dr_willisI doubt if reinstalling will 'fix' anything21:32
almoxarifeGwennifer: what resolution do you believe you should be able to use?21:32
designbybeckwhat is ubuntu offtopic21:32
designbybeck#ubuntu-offtopic?21:32
dr_willisGwennifer: what ubuntu version are you using exactly?21:32
Gwennifer1680x1050 is the native resolution for my monitor21:32
designbybeck!offtopic21:32
john__Gwennifer, It is not as scary at it seems if you have backed up you data first21:32
designbybeckhmmmm21:32
dr_willisGwennifer:  this is a laptop? or desktop? how old is it?21:32
GwenniferJohn, why would reinstalling help? I just installed this less than an hour ago21:32
phunyguy_t430shalp! I am trying out Pidgin, and when I was at work, google talk as well as Facebook IM (both XMPP) connected just fine, but at home, I get "Server does use any supported authentication method" for both, and AIM connects just fine.21:32
Gwenniferwouldn't I be putting the same wrong files back in?21:32
phunyguy_t430sI dont have any outgoing firewall either21:32
Gwenniferit's a desktop, uhm...dunno, it's a dell inspiron 53021:32
dr_willisGwennifer:  you have done a update/upgrade since you have installed? it could be a known bug thats fixed up a update21:33
fr0ggieIm having a problem building the motion package-- * libavcodec.a or libavcodec.so or           *21:33
fr0ggie* libavformat.a or libavformat.so not found: *21:33
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!21:33
fr0ggieWhat do i need to install on 12.04 to get ffmpeg development stuff?21:33
phunyguy_t430s!info libav-dev21:33
ubottuPackage libav-dev does not exist in quantal21:33
Jordan_Ufr0ggie: apt-get build-deb ffmpeg21:33
dr_willisfr0ggie:  the apt system has a 'build-deps' option to pull in needed dev packages. and theres the build-essential package also21:34
dr_willisbuild-dep is very very handy ;P21:34
john__ Intel 82852/82855 Graphics Controller-0 (up to 64MB-shared)21:34
GwenniferI don't believe so, Dr. Willis. But the installer did pull some files from the web21:34
dr_willisGwennifer:  id start with a 'sudo apt-get update' and 'sudo apt-get upgrade' from the terminal and make sure the systemis all up to date.21:34
phunyguy_t430swas a guess.21:34
john__Gwennifer, reinstall21:35
fr0ggieoh no, that wants to remove jackd21:35
* dr_willis has no idea why john__ has a reinstall fetish.21:35
john__Sorry but ubuntu SHOUL be aware of your system21:35
dr_willisGwennifer:  when you did install.. did you notice if the livecd had the proper res?21:36
GwenniferUhm, I wasn't sure if it did or not21:36
john__Of course try going into settings and try display.21:36
john__I was assuming that failed.21:37
dr_willisGwennifer:  then i would suggest doing the update/upgrade mentioned earlier (you might need to reboot afterwards) then  check the display settings, then check that arandr command..21:37
MASS_HYPNOSIS#GURUPI21:38
MASS_HYPNOSIS# GURUPI21:38
almoxarifeGwennifer: i had a like issue, everything led me to believe i should be able to have 1600x900 , but i didnt see it avail, via this link i was able to do it, worked well for me, https://wiki.ubuntu.com/X/Config/Resolution#Adding_undetected_resolutions21:38
fr0ggiedid apt-get build-dep ffmpeg -- still getting a missing avcodec/avformat21:38
goddardcan you tell me how to open looking glass for gnome shell?21:38
phunyguy_t430sMASS_HYPNOSIS, the command is /join #gurupi21:38
phunyguy_t430sif that is what you are trying to do21:38
guntbertjohn__: please don't blindly suggest "reinstall" if there is no history of having borked the running system - it will not help21:39
john__guntbert, It has worked for me.21:39
dr_willisGwennifer:  the xrandr command can 'force' a res/ but i havent used it enough to know its syntax. im looking at askubuntu.com  under resolution issues21:39
guntbert!worksforme | john__21:40
ubottujohn__: Common Sense: Just because you can, does not mean you should (and especially recommend to others). Think before you do. "Works for me" does not mean it is ok. The latest version of everything is not always useful if you aim for stability. Please see http://geekosophical.net/random/worksforme/21:40
dr_willisGwennifer:  its a little bit over your head but heres somthing to bookmark ->  https://wiki.ubuntu.com/X/Config/Resolution#Adding_undetected_resolutions21:40
john__guntbert, Look I have been using UNIX systems for 30 years. And driver problems are about the worst as they affect v21:41
john__everything21:41
Gwenniferokay, thanks almo/willis, but what do I do about it now?21:41
fr0ggie:(21:42
dr_willisGwennifer:  do the update/upgrade since anyone else helping will suggest that first.. then try the  settings/arandr tool21:42
guntbertjohn__: lets drop that - we don't want to make comparisons :-)  I only was worried about your insistance for reinstallation of a freshly installed system21:42
dr_willisit may be worth while to boot a live cd/usb and check what res its using however. If the cd/live usb IS using the proper res. well.. that would be an interesting fact.21:44
Gwenniferhow would I check the resolution using the live usb?21:46
GwenniferI'm using the 64-bit desktop version of 12.10, does that change anything?21:46
dr_willisboot the live usb, use that settings/monitors tool21:46
dr_willis64 vs 32bit shouldent matter21:46
ahmetperl dc.pl 77.77.564.33 80 how is bacconect ?21:47
parisWhen I dial  # on gmail pad, and press call, google voice call do not ring. Why?21:47
wooexit21:47
GwenniferI mean, the live USB just takes me to the installer IIRC21:47
guntbertdr_willis: you wisely said "should" instead of "will"  :-))21:47
anonymoushi21:49
guest12Hi everyone!21:53
guntbertGwennifer: no, the live usb lets you "try it out" - which gives you a running system21:53
Gwenniferokay, be back in a bit21:53
phunyguy_t430sargh! what in the world is going on here? Pidgin refuses to connect to XMPP servers at home.  I even rebooted my router to be sure, and there is no outgoing firewall on my end of the wall jack...21:54
pariswhich program is easy to use to download youtube on google chrome?21:55
phunyguy_t430sparis, do you mean Chromium? or the actual Google Chrome browser?21:55
phunyguy_t430sand define "download youtube"21:56
parisGoogle chrome browser21:56
guest12I installed ubuntu 64bit successfully on my computer, thank you very much!21:56
phunyguy_t430sare you having issues playing videos? or are you trying to rip content, paris?21:57
guest12My ubuntu is up-to-date? Yes.21:58
=== patrick__ is now known as netxu
phunyguy_t430sparis...?21:59
Altair3. I'm running data recovery software on an image from a seperate HDD, although I'm using the same drive I'm extracting with as the place where the recovered data goes to. Is that okay because I'm using an image of a seperate disk? Or does one need to have two seperate drives (one for extracting one for receiving the data) through a medium like a Live CD?21:59
=== tjbiddle__ is now known as tjbiddle
parisno, I can play. What I mean is to download some youtube file for later revew.21:59
phunyguy_t430shmm... paris, I think this may be one of those "gray areas"... isn't that copyright violation?22:00
guest12I don't download youtube files, because I don't know how to do it :)22:00
parishmm, I don't know I am not very intelectual in us law. IF, be it, or some other program on linux zorin?22:02
phunyguy_t430sparis, are they your videos? or videos you have rights to?22:03
AltairI'm running data recovery software on an image from a seperate HDD, although I'm using the same drive I'm extracting with as the place where the recovered data goes to. Is that okay because I'm using an image of a seperate disk? Or does one need to have two seperate drives (one for extracting one for receiving the data) through a medium like a Live CD?22:03
ubunturosubuntunag: Hey hi there, you have joined IRC recently?22:03
phunyguy_t430s!patience | Altair22:03
ubottuAltair: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/22:03
ubuntuangubunturos: Hi, yes i joined recently today22:04
parisMaybe, I didn't express myself well, Let say I would like to download youtube video as how put tile on the floor.22:04
phunyguy_t430shmmm... not sure if bot or....22:04
phunyguy_t430sparis, I got confirmation that it is probably OK, however I am not aware of software that can do it.  Lurk in the channel for a bit to see if anyone else can help22:05
xanguaparis: i imagin there are several addons for chrome to do that22:05
Altairphunyguy_t430s: LOL can you see what I'm typing?22:05
phunyguy_t430sAltair, yes both times.22:06
Altairphunyguy_t430s: that's kind of creepy haha22:06
parisBig thanks for your help!22:06
phunyguy_t430sHow is that vreepy?22:06
phunyguy_t430screept*22:06
phunyguy_t430sargh.22:06
guest12I'm leavning room now, chat again soon!22:06
Altairphunyguy_t430s: that you can see what I'm typing before I press enter?22:07
AltairI don't know, it just feels violating...22:07
phunyguy_t430sAltair, you posted it twice.22:07
phunyguy_t430sthat is why I said !patience, you asked very quickly before the previous one rolled off the screen for me.22:07
Altairphunyguy_t430s: Oh, ha we are having a miscommunication here. Nevermind it. The reason why I posted it twice was for new users to see it22:08
phunyguy_t430sAltair, fair enough, but please refrain from doing that in the future.22:08
phunyguy_t430sthere are 1720 users in here.22:08
Altairphunyguy_t430s: surely one of them knows the answer to my question and are just AFK22:08
phunyguy_t430sAltair, yes, but it doesn't help to keep posting every 2minutes.22:09
d3vlinDoes anyone have a clue why the lightdm session chooser disappears when I have a xsession that has Exec=/home/user/somescript instead of Exec=someapplication ?22:09
Altairthat's why I want to multipost my question, so that they might be able to see it.22:09
Googol30Quick question; if I want to make the message that appears when I log in to Ubuntu Server 12.04, how do I do that on command, without logging out then back in?22:09
Altairphunyguy: every 5 then?22:09
Altairphunyguy_t430s:*22:10
phunyguy_t430sAltair, guideline says 5-10 minutes.  http://www.sabi.co.uk/Notes/linuxHelpAsk.html22:10
d3vlinfor clearance; I am trying my XBMC.desktop in /usr/share/xsessions to start a script instead of xbmc-standalone22:11
noobatlifeOK how do you remove programs hat you have compiled with Cmake?22:11
noobatlifethat22:11
Altairphunyguy_t430s: Good guess on my part then. How long's it been since my last entry?22:11
noobatlifeI installed Sigil Source files using Cmake22:11
noobatlifeBut I am unable to remove the program22:11
phunyguy_t430sAltair, go for it.  :)22:12
wiggmpkIs a special package required to have "Me Menu/status" functionality with pidgin?22:12
AltairI'm running data recovery software on an image from a seperate HDD, although I'm using the same drive I'm extracting with as the place where the recovered data goes to. Is that okay because I'm using an image of a seperate disk? Or does one need to have two seperate drives (one for extracting one for receiving the data) through a medium like a Live CD?22:12
phunyguy_t430sbut remember if nobody knows the answer, they won't answer.22:12
juanpepelist22:12
phunyguy_t430swith that being said, Altair, it depends on how your disk is laid out, or what you are trying to recover22:12
Altairphunyguy_t430s: Pretty much everything out of the 484 gigs is what I'm trying to recover. What do you mean how it's laid out? How it'22:13
Altairs partitioned?22:13
noobatlifeOK how do you remove programs hat you have compiled with Cmake?22:13
noobatlifethat22:13
parisJust a thought for my problem, how to make an exception(hole) in google (chrome) gmail for voice to go through it?22:13
phunyguy_t430s!recover | Altair22:14
noobatlifeHow do you remove programs uilt from surce code?22:14
ubottuAltair: 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/ext3undel22:14
phunyguy_t430ssome good info in those links22:14
phunyguy_t430sparis, probbly best to ask Google for support on that one22:14
phunyguy_t430sI am fairly certain it isn't supported officially.22:14
noobatlifeHow do you remove programs built by Cmake?22:14
phunyguy_t430s(not here anyway)22:14
phunyguy_t430s!patience noobatlife22:15
ubuntuangubunturos: Hey, you are there?22:15
noobatlifesorry22:15
phunyguy_t430s!patience | noobatlife22:15
ubottunoobatlife: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/22:15
ubunturosubuntuang: Yes, I'm am around22:15
noobatlifeok thx22:15
parisOk, Maybe I can figure out the phone to google, and tomorrow I will ring to it.22:16
noobatlifeI will see what the forums can do for me22:16
noobatlifethank you ubottu22:16
Altairphunyguy_t430s: thanks for the links, but in the past 2 weeks I've been working on this, I've seen it plenty of times. The question I'm asking needs a more specific answer than what those links provide. Thanks though :)22:16
phunyguy_t430s!bot | noobatlife22:16
ubottunoobatlife: Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots22:16
noobatlifelol22:16
noobatlifeWould you look at that22:16
parisThanks folks, it's time for me to get lost. Again big thanks for your help.22:18
AltairI'm running data recovery software on an image from a seperate internal HDD. The image from the internal HDD is on the same external HDD I'm trying to recover the data to. Do I now need a seperate HDD to recover the data from that external HDD? Or can I extract the image to the same HDD it's stored on?22:20
leo__hi22:21
Altairleo_:hi22:22
ubunturosubuntuang: You've got registered now?22:24
ceshow do i encrypt my home folder after installing 12.1022:27
AltairI want to photorec on an image from a seperate internal HDD. The image from the internal HDD is on the same external HDD I'm trying to recover the files to.22:28
AltairIs this okay, or do I need ANOTHER seperate HDD to recover the image to?22:28
noobatlifeNo I am sorry but the documentation is totally irrelevant to  the problem I have22:29
noobatlifeI will try and do some searching around on the internet22:30
cesit depends if the image is of a hard disk or partition22:30
Altairces: it's of an entire hard disk22:30
cesthen u need a separate hd22:31
Altairces: can I recover it BACK to the original internal HDD (it's totally ok physically, the filesystem is just messed up22:32
Jordan_UAltair: No, you do not need another drive.22:32
AltairWait what?22:32
AltairNow I have conflicting viewpoints22:32
ubunturos!backup22:32
ubottuThere are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning22:32
cesyes but u will lose every thing on the disk22:33
Jordan_UAltair: ces is either mistaken or I have misunderstood the question, but there should be no problem with recovering files from an image and storing those files on the same drive which contains that image (as a file).22:33
ubunturos!nagios22:33
=== MechanisM is now known as Guest59854
Jordan_Uces: You don't need to write the image to the drive to get files off it, it can stay a file in the filesystem.22:34
iKrzysiekCan someone join #humanitee and help my frond - marahin with his VPS on Ubuntu?22:34
iKrzysiekFriend*22:34
iKrzysiekPlease22:35
Jordan_UAltair: Photorec should be able to extract the files, and I hope that you've already tried fsck to fix the filesystem (which will, if successfull, do a much better job of making all the files accessible, and with all their file names intact, than just using photorec).22:35
AltairJordan_U: Okay good. That ties into another question. Will there be both the image file and all the space it takes up, along with the data you recovered from it as a seperate file? So say you have a 500 gig image and you recover it, will there be both the 500 gig image and a seperate recovered file around the same size?22:36
AltairJordan_U I haven22:36
AltairJordan_U: I haven't tried fsck. What I have tried and was successful at was repairing the boot sectors and mft and ran chkdsk. Windows 7 still wont boot so I gave up and am trying data recovery22:37
Jordan_UAltair: Then that is the first thing I would do. Can you pastebin the output of "parted /path/to/disk.img p"?22:37
Jordan_UAltair: Ahh, I didn't realize that it was ntfs.22:37
Jordan_UAltair: There is no real fsck for ntfs available for GNU/Linux, only Windows' checkdisk.22:38
AltairJordan_U: Well it didn't work, so I'm assuming the only option I have now is data recovery...22:38
AltairJordan_U: and yes sorry I forgot to mention it was nfts22:39
Jordan_UAltair: Yes, that's probably true. Did chkdsk recognise that it was ntfs? Do you know how exactly the filesystem became corrupt?22:39
Jordan_UAltair: If chkdsk didn't recognise it as ntfs at all, it may simply be that your partition table is corrupt and isn't pointing to the right point on disk for the start of the ntfs filesystem (in which case testdisk might be able to repair the partition table, making the fileystem accessible again).22:40
ceswell i don't know photorec but images are a snapshots of a drive and not file level backup/restore22:40
depasuselamlar22:42
depasukimse yokmu22:42
AltairJordan_U: yeah I saw in windows repair mode it said it couldn't fix it because of a corrupt registry22:42
escottces, photorec just searches the raw contents for JPEG contents (mostly on the assumption that the blocks of JPEG contents will be aligned in an extent)22:42
Jordan_Uces: Photorec basically greps a device (or an image of a device) for headers and otehr charicteristic byte sequences of various file types and tries to recovery the entire file. On filesystem that are not to corrupt to be mounted you can also loop mount the image without first writing it to an actual device, allowing you to access the files.22:42
depasutürk yokmu len22:42
depasu?22:42
depasusoru sorcaz :)22:42
noobatlifeOk  can i delete individual files of a source code program  from my system?22:43
noobatlifeIf i build a source code program using ./configure, make and make install22:43
noobatlifeWhen i try to remove it it cant find the directory or some bollocks22:43
Jordan_Unoobatlife:  What is your end goal?22:43
noobatlifeCan i just look for the files that it has scattered22:43
noobatlifeand just delete them22:43
AltairJordan_U:I was able to loopmount my drive with testdisk, but it didn't show me all of my files, so now I want to run photorec on an Image.dd file testdisk made to see if I can get them all back22:43
escottnoobatlife, you should "make uninstall" and then do it properly with ./configure --prefix=/usr/local and checkinstall22:44
escottnoobatlife, if you remove the build directory now you will never be able to remove the program properly22:44
AltairJordan_U: Anyways now that you know the image.dd file I was talking about is actually NTFS does that change anything pertaining to my original question?22:44
Jordan_UAltair: That should work fine then.22:45
noobatlifeBut i cannot remove the program with Cmake22:45
noobatlifeIt keeps saying that it cannot find the file or directory even when i cd to the folder using the terminal22:45
noobatlifeI used Cmake to install a source code version of Sigil on my computer22:45
=== Chex is now known as Guest17455
noobatlifeNow i cannot remove it22:46
Jordan_UAltair: No, the only thing it affected was whether you used Windows or GNU/Linux to try to repair the filesystem as a first step, since you have tried to repair the filesystem (and it failed) the fact that it's ntfs doesn't really change anything else about the process of recovering files (and again, you can recover the files to the same drive as contains the image).22:46
noobatlifeThe reason why  i installed the source version was because the debian packages were obsolete for linux22:47
noobatlifeSigil is a WYSIWYG EPUB editor22:47
noobatlifeI was trying to get the latest version on my system22:47
AltairJordan_U: Thank you man. You've been a great help.22:47
escottnoobatlife, thats going to give you big headaches when the debian packages get updated22:48
noobatlifeWell i should have known before i messed around in the terminal22:48
noobatlifeSo i guess i deserve this22:48
noobatlifefor experimenting22:48
noobatlifeAt least i learn something22:48
noobatlifeJust stick to debian packages22:48
Jordan_UAltair: As for how much space that will require, that will depend on how full the filesystem was/is and how many of the files photorec can recover, but as the image file contains many unused bytes whatever the amount recovered, it will in total be less than the size of the image (and likely signifigantly less).22:48
noobatlifeevne if they are ancient22:48
escottnoobatlife, the proper way to build stuff for your own use is to use checkinstall and a --prefix on configure to put it in /usr/local instead of /usr22:48
Jordan_UAltair: You're welcome.22:49
noobatlifeI discovered checkinstall when it was too late22:49
noobatlifethe deed has already been done22:49
noobatlifeCmake did some things22:49
noobatlifescattered Sigil all over the fiel system22:49
noobatlifefile22:49
Jordan_Unoobatlife: Have you tried "make uninstall" in the source tree?22:50
noobatlifeyes22:50
Jordan_Unoobatlife: What was the output of that command?22:50
noobatlifemake: *** No rule to make target `uninstall'.  Stop.22:50
AltairJordan_U: The filesystem was almost to the brim full (484gb out of 500) but the HDD passed memory and hardware diagnostics just fine so i don't think there is anything wrong with the data, I think it was just the filesystem that's corrupt.22:50
AltairAltair: Since that's the case, if photorec was able to recover all the data to the same drive where the image is (484gb on a 1 tb drive) would that mean my 1tb drive would be almost completely full?22:51
noobatlifeTell me something..22:53
Jordan_UAltair: Yes.22:53
noobatlifeWhy  am i getting this error? make: *** No rule to make target `uninstall'.  Stop.22:53
noobatlifeIs it because it doesnt know how to uninstall?22:53
esingHello22:54
Jordan_Unoobatlife: Try asking in the channel of whatever project you built, or look again at the README / INSTALL file and see if there are uninstallation instructions.22:54
esingCan I drag the taskbar in Cinnamon to the left?22:54
noobatlifeThere are no uninstallation instructions Jordan22:54
noobatlifeI have looked everywhere on Cmake site22:54
noobatlifeand the Sigil website22:54
escottnoobatlife, he may not have defined an uninstall target22:55
noobatlifeIt seems as if that is the problem22:55
noobatlifeescott22:55
noobatlifeSo how do you define it?22:55
escottnoobatlife, you have to know the answer before you can do that. ie you have to know what files it creates in order to know what files to remove22:55
noobatlifeoh22:56
noobatlifethere is a text file22:56
noobatlifein the folder22:56
noobatlifeit is called install_manifest.txt22:56
noobatlifei see some locations22:56
noobatlifein it22:56
noobatlifeof sigil22:56
noobatlifeSO i  think i know where it puts the files22:57
Googol30Seeing as seemingly noone has answered my question from earlier, how do you make Ubuntu Server 12.04 show the (status) message when you log in?22:57
escottGoogol30, motd?22:57
jribGoogol30: man update-motd22:58
Jordan_Unoobatlife: It looks like Sigil defaults to a prefix of /usr/local/, which should make its files easy to find (especially if it's the only software you've installed from source).22:58
jribGoogol30: my *guess* is that you are seeing the output of « landscape-sysinfo » but if you explore how your motd is being generating you can find a definitive answer22:58
noobatlifethat is the case22:59
noobatlifeExactly that Jordan22:59
noobatlifeIts the only software i ahve installed from source23:00
noobatlifeI see the bianry for sigil in /usr/local/bin23:00
noobatlifebinary23:00
baconbacon123is there a arm version for kindle 3 like debian23:01
Googol30I've always wondered; what do the numbers in parenthesis after package names(?) mean?23:05
noobatlifeCan i just manually delete Sigil's files where make install is putting them into?23:05
escottnoobatlife, if you are confident that there wasn't anything there before make install put the sigil files in those locations23:05
Wiz_KeeDhey guys23:06
Wiz_KeeDif i have just unrared a .rar archive in ubuntu (done so using unrar and unnrar x file.rar)23:06
escottnoobatlife, it would be a good idea to check each location with dpkg -L for each file you plan to remove23:06
Wiz_KeeDand the structure of the unrared folder is exact to the structure of a web platform such as23:06
rlsj99Wiz_KeeD: Hi, what's up?23:06
noobatlifeok23:06
Wiz_KeeDapp/code/theme/file  /var/www/magento/app/code/theme/23:07
Wiz_KeeDhello rlsj99 !23:07
Wiz_KeeDis there any way i can basically copy all the contents from one place to another23:07
Wiz_KeeDwithout moving each individual file?23:07
rlsj99Wiz_KeeD: Using what software?23:07
Wiz_KeeDjust the terminal rlsj9923:07
escottWiz_KeeD, cp -r23:07
Wiz_KeeDif i use filezilla, upon upload in the root folder23:08
Wiz_KeeDit just recognises the directory structure and places content in there as it drills down23:08
rlsj99Wiz_KeeD:  All on your home machine or from one machine to another?23:08
Wiz_KeeDso if if have app/code/bla/bla23:08
Wiz_KeeDon my home machine on itself23:08
noobatlifeOk you know what23:09
Wiz_KeeDi got in /home/wiz/unrared and /var/www/magento where i want to place23:09
Wiz_KeeDthe resulting files23:09
noobatlifeI am just goign to leave it23:09
rlsj99Wiz_KeeD: Then the cp (copy) command is what you need.23:09
noobatlifeand get the old debian package23:09
Wiz_KeeDis that all it takes rlsj99 ?23:09
noobatlifeThis is really getting more and more complex23:09
noobatlifebut thx for your help anyway23:09
Wiz_KeeDso i have app and skin directories which exist in the root document of /var/www/magento23:09
Wiz_KeeDcp unrar/* /var/www/magento -R ?23:10
Wiz_KeeDescott, you said use -r?23:10
rlsj99Wiz_KeeD: Of course there are lots of options and dependencies, but if you only want to make a copy of files, say having john in their name, you wirte "cp *john* <directory name or .>23:10
Googol30Can anyone give me a quick summary of the colors that result from running "ls", or do I have to read through "info coreutils 'ls invocation'"?23:10
escottWiz_KeeD,   -R, -r, --recursive          copy directories recursively23:11
Wiz_KeeDit will not delete/overwrite anything since there are no exact matching files right?23:11
Wiz_KeeD-r == -R ?23:11
Wiz_KeeDsooo23:11
Wiz_KeeDroot@wizserver:/home/wiz/Downloads/hellomagento/hellomagento/Magento 1.7/v2# cp theme/* /var/www/ -r23:11
Wiz_KeeDshould i? :))23:11
rlsj99Wiz_KeeD: cp will overwrite everything with the same name.  You should check first if that's not desired.23:12
Wiz_KeeDinside theme/ there is app and skin directories which both exist in /var/www23:12
escottWiz_KeeD, i suggest you look for "no clobber" in "man cp"23:12
Wiz_KeeDthat's ok there are no matching names23:12
rlsj99Wiz_KeeD: Then what's the problem?23:12
Wiz_KeeDi've done this before with filezilla and it would have asked for replace if that was the case23:12
Wiz_KeeDidk, just checking with you guys23:12
Wiz_KeeDshould i hit enter? XD23:12
Wiz_KeeDDD push D button? :O23:12
escottWiz_KeeD, options should come at the beginning of the cp command23:13
Wiz_KeeDworks this way too i think23:13
Wiz_KeeDi think it worked23:14
Wiz_KeeDso it's just a copy function23:14
userZsound file, open with, other, where is vlc located?23:15
Wiz_KeeDworking like a peach, thank guys!23:16
lokizzzlehello, i am havnig some eth/wifi driver issues in ubuntu 12.04. any experts here?23:16
GotSanityWhen transfering files to a usb flash drive I am running into seriously slow speeds in comparison to the same drive/port under windows. Can anyone help point me in the right direction to get it fixed?23:21
Ben64GotSanity: what filesystem23:21
GotSanityBen64, vfat i believe23:21
Ben64use "mount" while it's mounted to check23:22
Ben64ntfs has slower speeds under linux23:22
GotSanityBen64, its vfat23:23
Ben64how do you know the speeds are slower23:23
=== ubuntu is now known as Guest21395
Guest21395hi23:24
GotSanityBen64, transfering same files takes upwards of twice as long to write to the drive. under ubuntu it will transfer (pretty fast) to ~95% and then seems to stop and wait for it to catch up23:24
sha0coderhi23:25
sha0codermaybe this can be useful for you: http://www.youtube.com/watch?v=Z1DwHIhnj6c23:25
Ben64sha0coder: no. don't spam stuff like that here23:26
sha0coderoks Ben6423:26
escottGotSanity, probably not syncronous writes. you are probably just seeing the write buffer23:28
GotSanityescott, would that hold back write performance?23:30
shwouchkhello23:32
=== acidflash_ is now known as acidflash
escottGotSanity, im saying its not hitting disk. you start the write and the first 95% fits within the buffer, the remaining 5% has to wait for the first 5% to clear and make space in the write buffer23:33
fluffyHas anyone dealt with arcmsr.ko drivers on ubuntu 12.10 x86_64?23:33
shwouchkI had a small mess with apt-get when I wanted to remove KDE that I have installed, and apparently I removed the wrong package - I now cannot boot because my entire hard disk is encrypted. I have a livecd available. Any tips on what I need to install back?23:34
=== tjbiddle_ is now known as tjbiddle
kvothetechshwouchk: what's it encrypted with?23:34
kvothetechshwouchk: dmcrypt? truecrypt?23:34
shwouchkkvothetech, what 12.10 encrypts with by default for whole drive... I think LUKS23:35
rsumi_werkI have this chat window opened in my 1st workspace (unity) and my browser is in my 2nd workspace. when I click on a link, the launchbar shows google chrome popup to alert me that it opened the browser tab there but stays in my current workspace. is there a way to have unity jump to the correct workspace when clicking on the link?23:35
kvothetechshwouchk: hm installing the packages for it would be a good start then.23:38
shwouchkkvothetech, the entire question is how to do it correctly when I cannot boot to the host system23:39
arthusicedoes anyone have experience with the raid driver arcmsr on 64bit 12.10?23:40
kvothetechshwouchk: chroot from the livecd23:40
shwouchkkvothetech, I just found out however that I can boot with an older kernel. Seems like simething is wrong with the current one23:40
kvothetechthe livecd should have the luks stuff withit23:40
kvothetechoh23:40
kvothetechin that case the encryption has nothing to do with it23:40
shwouchkkvothetech,maybe the correct module was not put into initramfs?23:41
arthusicehello?23:41
PersonifyI have Ubuntu installed to a usb thumb drive. When I update the OS on the thumb drive, does the update preside or stay after restarting or shutting down and coming back to it at a later time? Still n00bish here, thanks for understanding.23:41
dr_willis!patience | arthusice23:41
ubottuarthusice: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/23:41
=== user is now known as Treadstone__71
shwouchkkvothetech, indeed after  I installed the correct cryptsetup and ecryptfs-tools, a new initrd image was created automatically and I was able to boot with the new kernel23:48
kvothetechshwouchk: lol there you go23:48
donnieHaving trouble booting from live CD (Ubuntu 12.10 64-bit). Invalid Elf Image???23:50
ScottJensendonnie: it isn't christmas yet, santa and the elves are not here yet.23:51
donnieValid after Christmas huh? lol.... Good one.23:51
ScottJensensorry, I can't help :(23:52
pucixwhere is a more complete quickly guide23:52
Studentas1003asd23:53
donnieThe 32-bit version works perfectly. I just can get the 64-bit version to work.23:53
ScottJensendoes your cpu support PAE?23:53
donnieShould I try Ubuntu Secure Remix???23:53
ScottJensengrep --color=always -i PAE /proc/cpuinfo23:53
pucixis there an ubhan?untu prog c23:54
pucixis there an ubuntu proggramming channel?23:55
=== chiluk is now known as chiluk_away
ScottJensen#ubuntu-devel?23:56
jribpucix: #ubuntu-programming23:56
pucix:) of course23:57
=== kmels_ is now known as kmels
Studentas1003:)23:57

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