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

jjkinasejo:  yah i feel your pain , on the last page of that link it says that someone set up a  fglrx legacy ppa ... does that help you ?00:00
AufwindIs it recommended to use a /boot partition?00:01
jribAufwind: not really necessary imo00:01
ihswdoes anyone have any stats on how many 'apt-get update' queries are issued each month by ubuntu users00:02
n2diy_how do you reconfigure X in 12.10?00:02
chaotixhi all...  trying LUBUNTU for the first time here, asked my question in #lubuntu and #LXDE, no responces yet, however...  or any chat activity at all for that matter :(     ..so here goes:  anyone know how to add the search bar to synaptic package man. ?   i know that i can click on search, but in some distrobutions there is a search bar where the search button is in LXDE, and i find it to...00:02
chaotix...be wayyyy more convenient. looked around in settings→preferences but i cant seem to find it :(    ...anyone know where it is??00:02
ihswor, more to the point, i'm trying to convince a friend of the scale of shuttleworth's "we have root" statement, particularly how often we give root to canonical00:03
jribihsw: I don't see how the two are related00:03
ihswjrib: there is a great deal of trust we give to canonical and i just want to quantify that with a real number00:04
Merisishw, better take this to #ubuntu-offtopic instead00:05
ejojjkinas: It probably would help me if I chose to risk spending a couple of hours on installing 12.10 again.  But I think I'm done with it for a month or so, will just let it age a bit.00:05
jribihsw: if you update packages signed by canonical (or anyone else) and do not read the source, then you are trusting canonical (or anyone else).  And yes, this is more appropriate in #ubuntu-offtopic00:05
t|4sknow I have many options to try, thanks all :)00:05
Merisejo, you could try a conservative X setting in grub, to see if that helps you, a safe graphics mode so to speak...00:07
PatrickDickeyjrib, I've figured out what's wrong with my cronjob. But, I'm clueless as to how to fix the problem. The python script can't open the files needed when I run it from the command line. But, if I run it through the IDE that I created it in, it works fine.00:08
jribPatrickDickey: pastebin the stdout and stderr you got from the cronjob00:09
devnillI'm trying to install a new wireless card and its not showing up in ifconfig -a00:09
devnillhow do I debug this?00:10
jrib!wireless | devnill00:10
ubottudevnill: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs00:10
KM0201devnill: well, is it showing up in lspci ?00:10
jribdevnill: should give you a starting point00:10
PatrickDickeyI haven't done that part yet. I've just tried running the script manually. I got error 13 Permission Denied.00:10
devnilli'll take a look00:10
jribPatrickDickey: ok, pastebin that00:10
n2diy_I upgraded my test box from 12.04 to 12.10, and now X doesn't display correctly, and the mouse isn't working. I can use command line in a console.00:11
n2diy_how do you reconfigure X in 12.10?00:12
klaxtrmy friend has a samsung smart tv and is asking if  the OS can be changed for ubuntu tv, is this possible00:12
Merisn2diy_, you could try a conservative X setting in grub, to see if that helps you, a safe graphics mode so to speak...00:12
PatrickDickeyjrib here's the best that I can give you. http://paste.ubuntu.com/1298951/00:13
n2diy_Meris, ok, I've never played with grub, how do I go about that?00:13
wolsn2diy_: generally, there is no X configuration. do you have a xorg.conf file?00:13
PatrickDickeyIt's odd, because if I open the project in Komodo (the IDE I created it in), it runs fine.00:13
jribPatrickDickey: so where is it trying to write results.log to?00:14
n2diy_wols, I have xorg.conf.d00:14
PatrickDickeyThe same directory as the script. And the permissions are 666 on all text files.00:14
jribPatrickDickey: what directory did you run this from (« pwd »)?  What is the output of « ls -ld /home/patrickdickey/Documents/TunnelBrokerUpdater/ »?00:15
ex0aanyone here know how i can reinstall grub after a dist-upgrade to 12.10 with dmraid setup (it broke grub and i'm left chainloading from SGD atm to get into the os)00:15
jribPatrickDickey: by the way, what's with the ".bak"?00:15
Nach0zex0a: sudo apt-get install grub && sudo update-grub  should work00:16
ex0ait doesn't00:16
PatrickDickeyWell, I ran the 2to3 script on it, and found out that I have python 2.7.3 installed. So I was running the backup file.00:16
Copernicus2Khow can i check what gpu driver i am using? if i am using nouveau or nvidia?00:16
ex0alet me get the pastebin again brb00:16
Merisn2diy_, try adding vga=771 to your boot line in grub2. When grub starts, you can edit the line if you interrupt the boot process, just add vga=771 to the boot options00:16
klaxtrdoes some one try ubuntu tv already??\00:16
Copernicus2Khow can i check what gpu driver i am using? if i am using nouveau or nvidia???00:17
PatrickDickeyHere's the ls -ld results drwxrwxr-x 3 patrickdickey patrickdickey 4096 Oct 22 19:03 /home/patrickdickey/Documents/TunnelBrokerUpdater/00:17
infectedorganismjust installed and configured lubuntu 12.10 to my liking. im looking at cloning this installation, but how would i go about restoring in case anything were to happen?00:18
PatrickDickeyI'm guessing that I need to add +w to the directory.00:18
MerisCopernicus2K, try less /proc/driver/nvidia/version00:18
PatrickDickeyAnd it doesn't matter which directory I run it from. I've ran it from /, /home/patrickdickey, and even inside the directory itself.00:18
johnjacobjingerhhey guys i have a question about installing ubuntu.   I have a computer that has 2 partitions.  One partition I have windows on (which i want to wipe out) the other one I have my files on.  I have the Ubuntu disk in, but it's wanting to install to the WHOLE drive00:19
johnjacobjingerhi'm afraid this will wipe my drive out00:19
johnjacobjingerhi want to install it to the 100GB partition and have it reformat it EXT400:19
johnjacobjingerhwhat is the correct way to install ubuntu to the 100GB partition with out touching the 900GB partition00:19
PatrickDickeyjohnjacobjinger you can select the manually partition option, and pick the partition you want. It should be the last option (Custom)00:20
jribPatrickDickey: if you just answer my questions, it will make it easier for me to help you00:20
johnjacobjingerhok i got into that, and it does list out all my partitions, one of whicdh is a 100GB... and there's a box next to it that says Format.  is that what I want to check?00:20
PatrickDickeyjrib, I tried running it from /, my home directory, and the directory it's located in. The results of ls -ld is drwxrwxr-x 3 patrickdickey patrickdickey 4096 Oct 22 19:03 /home/patrickdickey/Documents/TunnelBrokerUpdater/ and the .bak file is because I ran the 2to3 script on it, but found out after the fact that I've got Python 2.7.3 installed yet.00:21
jribPatrickDickey: for the pastebin, where did you run it from?00:21
PatrickDickeyjrib, that was from /00:21
jribPatrickDickey: do « cd », then run it again and pastebin (command and output)00:22
Congwhy isn't where a option like: this is the side I want to install. now do it automatically.00:22
Jordan_UCong: What do you mean by "side"?00:22
Congpartition00:22
PatrickDickeyjrib how do I add the actual error to the output? Right now, if it's an IOError, it just prints "Unable to open UserInfo.txt file."00:23
ex0ai can't get grub to install on 12.10 with dmraid http://paste.ubuntu.com/1298956/00:24
Nach0zoh. dmraid.00:24
jribPatrickDickey: not sure what you mean.  You ran it from a terminal right?00:24
AufwindIs it possible to umount a drice which is busy, by forcing it somehow?00:25
rotten777Can anyone point me in the right direction troubleshooting my login? I get lightdm up, login, and it immediately returns me to lightdm. But only under one user.00:25
PatrickDickeyYes. But I changed the script to print instead of trying to write to a file. When I try to write to a file, it just goes back to the prompt.00:25
jribAufwind: probably best to just close whatever processes are using it00:25
jribPatrickDickey: it goes back to the prompt, without error?00:26
=== Nathan is now known as xbskid-
AufwindI am on a live CD and I have mounted some drives from my harddrive, does this matter here? As far as I known there shouldn't been something important going on.00:26
Aufwindjrib: I have a little trouble figuring all the processes using the drive. :-)00:26
jribAufwind: you probably just have a terminal with current working directory on the mounted partition00:26
PatrickDickeyyes. I was running it from /home/patrickdickey at that time. If I run it from /, I get the same pastebin that I showed you earlier.00:26
rotten777Aufwind: umount -l /dev/sdX#00:26
trismrotten777: what is: ls -l ~/.Xauthority;00:27
Aufwindrotten777: thanks!00:27
daviddoriaPatrickDickey, (sorry for the long delay in my reply) - but the installation is stuck (for 10 hours now) - so what would you do if not stop it?00:27
Congthat's x11's magic cookie00:28
rotten777trism: checking...00:28
trismrotten777: if that looks okay, see what signal was returned in /var/log/lightdm/lightdm.log and also check out ~/.xsession-errors00:28
jribPatrickDickey: you are confusing me.  I asked you if it returned to the prompt without error and you replied "yes".  But at the same time you say it's the same as the pastebin you posted earlier which has an error.  And you said it didn't matter where you ran it from. Are you saying that when you run it from /home/patrick, there is no problem?  I think you've found your issue in that case.00:28
rotten777trism: a root owned single file00:28
johnjacobjingerhuh oh... now i think i fudged up00:28
trismCong: yes, and often it gets owned by root, preventing login00:28
=== nathan is now known as Guest33416
trismrotten777: yeah that is probably it, just delete that file and try to log in again00:28
johnjacobjingerhhow the heck do i set a root partition?00:28
johnjacobjingerhi am in the partition editor at the install00:29
rotten777trism: many thanks!00:29
dr_willisjohnjacobjingerh:  the root partion has a mountpoint of '/'00:29
PatrickDickeyjrib, I'll pastebin something different. I did a pwd to show you where I'm at, and then ran the file. Then I changed to another directory, and ran it again.00:29
johnjacobjingerhi did that but it still says that it's not selected00:29
johnjacobjingerhoh wait00:29
johnjacobjingerhi messed up00:29
johnjacobjingerhi selected /boot00:29
johnjacobjingerhlol00:29
FloodBot1johnjacobjingerh: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.00:29
dr_willisthe use of  /boot/ is  a little old school. ;)00:30
=== |||||||||||||||| is now known as derp
dr_willisjust needed in a few cases these days00:30
johnjacobjingerhalso... where should the bootloader be installed?  on the same partition as the OS or the entire drive00:30
johnjacobjingerh(if i write it to the entire drive will it mess with my 900GB partition that has my data on it00:30
PatrickDickeyjrib http://paste.ubuntu.com/1298968/00:30
jribPatrickDickey: just seems like your script writes results.log to whatever the current directory is and it fails if it can't.  So either change your script to not fail if it can't write results.log or make sure you run your script from somewhere where you can write to00:31
PatrickDickeydaviddoria, You'll have to stop it then. It's broken anyhow. What you might be able to do (and somene else will probably be able to answer this better than I can) is download the iso and burn it to a DVD. Then use that to install. It *should* detect the current system, and allow you to upgrade it.00:32
ex0acan anyone point me in the right direction in fixing grub after an update to 12.10 broke it? (using dmraid) boot-repair output: http://paste.ubuntu.com/1298956/00:32
daviddoriaPatrickDickey, ok, that sounds like a reasonable thing to try next if I reboot and it is broken...00:33
PatrickDickeyjrib, is there a way to specify that it writes results.log to the same directory as the script regardless of where it's being ran from?00:33
johnjacobjingerhcan Gparted change the format of a drive without erasing it?00:33
Nach0zuh00:34
johnjacobjingerhlike convert NTFS to FAT3200:34
jribPatrickDickey: sure, but you would need to modify your python code00:34
Nach0zjohnjacobjingerh: nope. don't think so.00:34
johnjacobjingerhoh...00:34
johnjacobjingerhactually just noticed ubuntu can read and write ntfs so nvm00:34
PatrickDickeyjrib, what would I need to put in? It needs to be a relative path though, as I'll be posting the code to a forum eventually.00:34
jribPatrickDickey: you can probably use __file__, but #python would know better00:35
PatrickDickeyThanks jrib. I'll have to pop in there and find out.00:35
johnjacobjingerhif this doesnt work i'm suing #ubuntu00:36
PatrickDickeyjohnjacobjinger, let me know how that works out.00:36
PatrickDickey:D00:36
PatrickDickeyOn a serious note johnjacobjinger, when you got to the option to "Do Something Else" what did you see in there?00:37
ArizonaHi every<Arizona> Hi everybody*00:37
Arizona<Arizona> I was wondering if you guys know about the updated grub00:37
Arizona<Arizona> and if you could help me00:37
Arizona<Arizona> Im new to linux, and I need some help with the boot loader00:37
Arizona<Arizona> I want to set Win7 as my default (top of the list)00:37
FloodBot1Arizona: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.00:37
Arizona<Arizona> but I dont know how00:37
bkc_!enter | Arizona00:37
ubottuArizona: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!00:37
ArizonaThank you00:37
Arizonaso can anyone help me00:37
Arizona?00:37
ms_daisy!grub | Arizona00:38
ubottuArizona: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)00:38
Arizonams_daisy, Im still confused00:38
Arizonais grub200:38
Arizonathe updated grub for ubuntu00:38
Arizona?00:38
bkc_yes, grub200:38
ms_daisyRead the link first. You probably have grub2 also Arizona00:39
PatrickDickeyArizona, you want the second link. The general information on Grub2.00:39
Arizonaalright00:39
PatrickDickeyArizona, specifically the "Configuring Grub2" section.00:40
gustav__Anyone heard of using a Nikon D90 with Ubuntu 12.10?00:42
johnjacobjingerhgustav__, yep. just now i did00:43
Jordan_UArizona: What version of Ubuntu are you using?00:43
ahmadhello everyone!00:43
Arizonajordan, I'm using xubuntu 12.1000:43
ArizonaAnd before you tell me to go on #xubuntu00:43
gustav__johnjacobjingerh: I should be more specific. Did you use PTP and/or control the camera? Not just mass storage?00:43
Arizonathey told me to go over here because the people that where on weren't sure on how to use grub200:44
Jordan_UArizona: This channel is fine for any official flavor of Ubuntu, no complaints here :)00:44
=== derp is now known as FRANK-N-FURTER
ArizonaJordan_U, Thanks00:45
ArizonaBut im still confused as to the grub200:45
Arizona:s00:45
=== qos|away is now known as qos
crimsonmaneFRANK-N-FURTER: you're a hotdog00:45
Jordan_UArizona: The easiest (and IMHO best) option is to simply change the GRUB_DEFAULT= in /etc/default/grub. If you pastebin your /boot/grub/grub.cfg I can tell you the exact value to use.00:45
Arizonaok00:45
johnjacobjingerhi dont know what PTP is00:46
ArizonaJordan_U, http://paste.ubuntu.com/1298999/00:47
gustav__johnjacobjingerh: Picture Transfer Protocol. Enables liveview from cameras. And stuff like that.00:48
ejoMeris: thank you, that's a good idea00:49
FRANK-N-FURTERI'm just a sweet transvetite!00:50
ArizonaJordan_U, are you here?00:50
pitviper296hi guys , trying to install testdisk and Having some issues00:51
pitviper296can anyone help me?00:51
facuI can't resize the Unity Launcher panel, who can help me?00:51
Jordan_UArizona: What is the output of "grub-install --version"?00:52
=== Purian23|Work is now known as Purian23
Jordan_UArizona: That looks like a grub.cfg from grub 1.99, which would be from Ubuntu 12.04 rather than Ubuntu 12.10.00:53
wilee-nileepitviper296, Download it from the site and double click on it.00:53
pitviper296can anyone help me install testdisk?00:53
stumppedHelp please.. We had thunderstorms and knocked out power.  I couldnt get connected back to the internet so I removed network and went to reinstall it but wasnt connected so I cant.... I am using the live boot cd now    Can someone help me use connand line to reinstall network manager00:53
Chairman_meowhi i have two fo,.ders of MP3s io need to convert into something usable in ardour. Ideas?00:53
ArizonaJordan_U,00:53
ArizonaIts 1.9900:53
Arizona:s00:53
ejofacu, you can change the icon size under Settings > Appearance > Launcher Icon Size.  But I don't know any way to change the size of the launcher panel itself00:54
pitviper296testdisk: error while loading shared libraries: libreiserfs-0.3.so.0: cannot open shared object file: No such file or directory00:54
ejo(except that it auto-sizes its width to the icons, and is always full height)00:54
Jordan_UArizona: What is the output of "lsb_release -d"?00:54
Arizona1sb?00:55
Arizonalsb00:55
Arizonal or 100:55
Jordan_UArizona: L00:55
facuejo: yes, the icon size but the option is not there no more00:55
Fullbusthi. when creating a new user, is there a way how to automatically run a default script for further configuration? thanks00:55
ArizonaUbuntu 12.04 LTS00:55
Jordan_UArizona: That's not 12.10 :) But that doesn't matter too much. What you want is GRUB_DEFAULT="Windows 7 (loader) (on /dev/sda2)" in /etc/default/grub.00:56
ArizonaJordan_U,00:56
ArizonaI downloaded xubuntu 12.10 though00:56
Arizona:S00:56
ArizonaAnyway00:56
Jordan_UArizona: Don't forget the quotes, and make sure to run "sudo update-grub" afterward to be sure it takes affect.00:56
Arizonait didnt work00:56
Arizonalast time i tried it00:56
Arizonaso Jordan_U00:56
ArizonaI just tye in00:56
FloodBot1Arizona: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.00:56
ArizonaGRUB_DEFAULT="Windows 7 (loader) (on /dev/sda2)"00:57
Arizona?00:57
ArizonaBecause I tried this and it didnt work00:57
Arizona:s00:57
BlackBsdhello all, i installed kubuntu 12.10 when i log in some widgets on the start bar cause kde to crash and i have to re-login.  any ideas which log i could look at?00:57
BlackBsdi was having the same issue if i installed ubuntu then added kde-full00:58
ahmadi was wondering if anyone can shed some light on this topic for me.. is there a way to clone my ubuntu desktop installation and save it as an iso image that i can use to restore ubuntu to that state if anything ever goes wrong?00:58
roy_muzzHi, I have a ubuntu LTS 10.04 headless server that i just upgraded to 12.04. The upgrade did not seem super clean and there was a  "failed to read on buffer copy for md5hash: Input/output error" when installing bash completion. The server is running fine now but I am worried that it wont come back up after a reboot. Any commands that I can run to check whether the machine will come back up?00:58
ArizonaAlright, I'm going to check if it works00:58
Arizonabrb00:58
wilee-nileeahmad, remastersys00:58
Jimster480-Lwhat version of KDE are you using00:58
Jordan_UArizona: Please pastebin your /etc/default/grub, then run "sudo update-grub" (to be sure that your grub.cfg reflects the most recent changes to /etc/default/grub) and then post your full /boot/grub/grub.cfg.00:58
BlackBsdodd, sometimes compiz would seem to crash also00:58
XiaolinDraconisahmad, clonezilla00:58
stumppeddr_willis   Can you help me get my install ubuntu 12.o4 back online.. The network manager was removed and I cannot reinstall it.  Please help00:58
XiaolinDraconisahmad, but it wont be an iso00:58
ArizonaJordan_U, I typed in /etc/default/grub and it didnt show anything00:58
ArizonaI'm really confused00:59
Arizona:c00:59
BlackBsdI am using the version that came with 12.1000:59
BlackBsdlet me check on that00:59
facuI can't resize the Unity Launcher's icon, who can help me?00:59
stumppeddr_willis  I am using the live cd.. The network manager is not in the taskbar00:59
wilee-nileeahmad, I would clone it rather then make a ISO, as suggested with clonezilla.00:59
ahmadthank you XiaolinDraconis  and wilee-nilee I will look in to those options now00:59
BlackBsdI am not sure which version of kde this is..01:00
Chairman_meowhi i have two fo,.ders of MP3s io need to convert into something usable in ardour. Ideas?01:00
Jordan_UArizona: /etc/default/grub is not a command, it's a text file. To open /etc/default/grub in a text editor run "gkdudo mousepad /etc/default/grub".01:00
crimsonmanegksudo01:00
dr_willis!info ardour201:00
ubottuPackage ardour2 does not exist in quantal01:00
dr_willis!info ardour01:00
ubottuardour (source: ardour): digital audio workstation (graphical gtk2 interface). In component universe, is optional. Version 1:2.8.12+svn12923-1 (quantal), package size 5218 kB, installed size 15407 kB01:00
dr_willisweird it couldent handle mp3's01:01
BlackBsdi think the xsession is crashing?01:01
ArizonaI put in gksudo mousepad /etc/default/grub01:01
Arizonaand it didnt work, Jordan_U01:02
stumppedCAN ANYONE help me get the network manager back ...  I am using the live cd now and cannot get online if using the HD installed version.01:02
Jordan_UArizona: What did happen?01:02
Chairman_meowdr_willis, yea i thought so too!\01:02
ArizonaJordan_U, nothing01:02
dr_willisChairman_meow:  could be it just needs some extra plugin, or codec pack installed.01:02
Jordan_UArizona: Were you returned to a prompt?01:02
dr_willisstumpped:  how did you remove it?  how do you normally connect?01:03
BlackBsdThe version of kde is 4.9.201:03
Chairman_meowdr_willis, is there  a simple way to convert mp3s? and i did a quick google and ddint notice anything about plugins for mp3s but ill try again01:03
Arizonawhen you mean prompt Jordan_U01:03
Arizonado you mean like01:03
x1250I have the multiverse repo, but can't find tremulous in 12.10, any help?? Maybe I'm missing something01:03
Arizonaclassic@classic-linux:~$ gksudo mousepad /etc/default/grub01:03
Arizonaclassic@classic-linux:~$01:03
Arizonathis01:03
FloodBot1Arizona: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.01:03
XiaolinDraconisbingo01:03
stumppeddr_willis I removed it because I thought it needed to be reinstalled.. We had thunderstorms and power was knocked out.. Long story.. I am using live cd01:03
dr_willisChairman_meow:  should be dozens of ways to convert mp3 to wav.  ive never really needed to.01:04
wastrel!info tremulous quantal01:05
ubottuPackage tremulous does not exist in quantal01:05
ahmadvery cool guys.. clonezilla seems to be exactly what i am looking for :)01:05
TheRedOctoberGreetings all. Trying to get up kerberos, Ubuntu documentation on this leaves much to be desired (other than free). I am consistenly not able to contact LDAP server from KDC, and other than setting ldap_server in krb5.conf, I can't figure out what could be the cause...ideas?01:05
Jordan_UArizona: That's odd, it should have opened a new window in the "Mousepad" text editor. Unfortunately I need to go for a few hours now. You definitely need to edit /etc/default/grub though, I don't know what you were doing before but as it doesn't appear that you were editing /etc/default/grub that explains why what you were doing wasn't working.01:05
trismx1250: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=67285301:05
ubottuDebian bug 672853 in ftp.debian.org "RM: tremulous,tremulous-data -- ROM; old fork of Quake 3, security issues likely, dormant upstream, unmaintained" [Normal,Open]01:05
stumppeddr_willis I removed it with the ubuntu package installer.. but trying to reinstall it I didnt realize i couldnt use the cd..01:05
Chairman_meowDoes anyone know of a simple preferably GUI way oif converting MP3 to WAV/other01:05
ClientAlivehow do I also install "suggested packages" when running apt-get install on the command line?01:06
Arizonasigh01:06
Arizonaok, Jordan_U01:06
blackshirttheredoctober, your ldap server should in resolvable name01:06
=== Tittiez is now known as Guest62515
dr_willisstumpped:  its possible to configure the network via command line. but ive not had to do that in ages.   since im wired to a router. i just have to do a 'ifup eth0' i recall or 'dhclient'01:06
TheRedOctoberblackshirt: it is, reverse resolvable as well.01:06
x1250trism, ok, thanks for the link01:06
stumppeddr_willis  i am wireless01:07
blackshirttheredoctober, is both of them resides on different machines?01:07
dr_willisChairman_meow:  you see this ? http://ardour.org/mp301:07
escottstumpped, then you have to set the essid with iwconfig, use wpa_supplicant to do the crypto handshake and maybe also dhclient01:08
escottstumpped, if you have any kind of gui and have ever set up the wireless with network manager nmcli might be eaiser01:08
TheRedOctoberblackshirt: roger, ldap1 and ldap2 are two seperate machines, kdc1 and kdc2 are two seperate machiens as well, total of 4 machines, TLS set up and confirmed on LDAP, LDAP is working as expected.01:08
BlackBsdanyone  use KDE?01:09
=== qos is now known as qos|away
blackshirttheredoctober, kerberos relies on synhronized time between server and client, you should ensure that01:10
dr_willisNight all..01:10
stumppedescott  what is nmcli   it is not in the software center01:10
TheRedOctoberblackshirt: specifically, I am getting "kadmin.local: Can't contact LDAP server while initializing kadmin.local interface," I am following server guide line for line, can't find a resolution. I can contact LDAP server, why can't this?01:10
TheRedOctoberblackshirt: yeah, I know, NTP is installed on all machines :)01:10
escott!find nmcli | stumpped01:10
ubottustumpped: File nmcli found in network-manager, network-manager-dbg, plasma-widget-networkmanagement, plasma-widget-networkmanagement-dbg, zsh, zsh-beta01:10
blackshirtdr_willis, good morning guys01:11
blackshirttheredoctober, you should not use kadmin.local for network based access..they just for local communication through socket internally used by kerberos..01:11
Dukersync?01:13
ex0acan anyone point me in the right direction in fixing grub after an update to 12.10 broke it? (using dmraid) boot-repair output: http://paste.ubuntu.com/1298956/01:13
TheRedOctoberblackshirt: interesting. I really really want to help on the server guide documentation, they need to qualify these things better. Now when I use kadmin, I get "kadmin: Cannot contact any KDC for requested realm while initializing kadmin interface"01:13
diverdudehello... is it possible to make the NCI ask the DHCP server refresh its IP ?01:14
blackshirttheredoctober, greats if you can help the community to improve somethings...01:14
=== Purian23 is now known as Purian23|Afk
blackshirttheredoctober, ensure your kdc was up and running01:14
ClientAlivewhat is gcc and g++ multilib? Is it something I may want?01:15
TheRedOctoberblackshirt: I would like to, but first I need to figure out how to get kerberos working. I have wanted to get this going for years, to no avail. Looking at services, I noticed that no, krb5-kdc was not running...01:16
escottClientAlive, http://airs.com/ian/configure/configure_8.html01:17
ClientAliveok01:17
blackshirttheredoctober, thats bad if not running...01:17
wilee-nileeex0a, Have you had a chance to start a thread at the Ubuntu Forums, the designer of the boot repair tool and some others are on there everyday dealing with grub problems specifically.01:17
ex0awilee-nilee: i haven't, i've just been pinging in here randomly while doing research etc01:18
TheRedOctoberblackshirt: yeah, not going to get so far without that. Now I am setting up logging to try to get some handle on why it fails to start.01:18
ex0awill do that shortly01:18
wilee-nileeex0a, Cool. ;)01:18
folornwasn't there some command that started with linkd or something for viewing webpages too?? anyone know01:19
blackshirttheredoctober, glads if you report it here01:19
ex0afolorn: links or lynx i believe are both cli web browsers01:20
folornthanks ex0a01:20
folornbrb dling it01:20
XiaolinDraconiscan someone help me fix a partition? its off-topic so we need to do it in private01:20
ahmadwilee-nilee, would you say clonezilla is one of the most popular SE edition open-source project?01:20
XiaolinDraconismessed up using clonezilla01:21
=== box is now known as Guest23210
wilee-nileeahmad, I wouldn't to honestly, I use it though it is a great tool.01:21
diverdudewhen i installed the system i created  a super user. Is it possible to change the password for this user, which in turn also is the password to activate sudo?01:21
wilee-nileeknow*01:21
blackshirtxiaolindraconis, maybe better stand up here, more  people hear your problems,get chances to fix01:21
XiaolinDraconisitd be nice but its a clonezilla/windows issue01:22
ClientAliveI think it would be nice to have the multilib stuff with gcc/ g++ but I wonder if it's something that is just automatically available to use with those compilers or do I have to configure the system a certian way first? Also whether it's still possible to choose either multilib or not once it is installed or is a big hassle to just use the compiler the old/ normal way?01:22
escottdiverdude, passwd will prompt you to change the password01:22
wilee-nileeahmad, I can post a correct sentence on a good day, I hope that makes sense. ;)01:22
XiaolinDraconisi copied a win7 partition to another drive, it worked, but windows doesnt see the new size01:22
ClientAlivethat article talks about using it in your makefile so i assume it's just extra options you can use in your command?01:22
folornyep that was it.01:23
folornthanks01:23
=== lechienkitu is now known as alone
diverdudeescott: aha...so if i do passwd mysudouser    then it will change the password so that whenever i du sudo stuff, i need to use the new password?01:23
vithheh.. so i went back to the stable build of murmur and first thing i see after restarting the server is "UDP packets can be sent to and received from the server. Switching back to UDP mode."01:23
vithguess it's an issue with the dev snapshot01:23
escottdiverdude, yes. be careful if you clicked the "encrypted home directory option"01:24
diverdudeescott: luckily i did not01:24
diverdudeescott: can anything go wrong=? I mean...i got some important stuff on this computer and dont really have time to reinstall it :/01:24
escottdiverdude, not really01:25
wilee-nileeXiaolinDraconis, Hmm I have used clonezilla to clone my W7 setup many times and have reload it with no problems.01:26
pitviper296hey guys / girls, I'm having some trouble installing testdisk to ubuntu 12.04 from an rmp01:26
pitviper296can any one help me01:26
snarkanyone any good with spdif   in and out concepts?01:26
=== qos|away is now known as qos
ahmadwilee-nilee, just wondering if i am going to start using a program i would rather use the most supported one out there01:26
escott!rpm | pitviper29601:27
ubottupitviper296: RPM is the RedHat Package Management system. Ubuntu uses !APT, not RPM. RPM packages are not supported (the package "alien" can allow installing them, but it's quite dangerous and unsupported)01:27
diverdudeHow can i make a script which kills a process named myprocess if it exists?01:27
XiaolinDraconiswilee-nilee, i used beginner mode to clone partition (not disk) from one drive to another, the new partition is larger, but windows doesnt know it01:27
johnjacobjingerhanyone here manage to get vnc server to run on ubuntu01:27
johnjacobjingerh?01:27
OerHekspitviper296, don't use .rpm, use the .deb version: better, use testdisk from software centre/synaptic01:27
escottdiverdude, killall myprocess01:27
alonediverdude: ps and one if.. && kill :^01:27
=== adrianrly is now known as adrianrly|OFF
johnjacobjingerhi have some questions regarding the .vnc/xstartup configuration01:27
snarkis this spdif setup sane.......01:28
wilee-nileeahmad, Most important would be a personal and subjective decision, what one thinks is will not necessarily be another’s opinion.01:28
snarkonboard spdif optical out ------>usb sound card with spdif  in------>line out on usb card--------line in on speakers01:28
pitviper296OerHeks:  testdisk isn't in the repo for 12.04, I installed it before using " alien " which generated a .deb file but my flash drive corrupted01:28
wilee-nileeXiaolinDraconis, You made the partition ahead of time right?01:28
Shirakawasunais there a centralized way to figure out why my monitor keeps going into sleep mode? I know that there are potentially many sources, but it'd be great if there was some centralized way to check quickly01:28
XiaolinDraconiswilee-nilee, yes but it was ext401:29
alonepurée irc.freenode.net:6667 #ubuntu 1622 personnes XD01:29
ubottuUbuntu bug 1479 in Launchpad itself "duplicate for #1622 debbugs links are broken" [Medium,Invalid] https://launchpad.net/bugs/147901:29
OerHekspitviper296, yes it is.01:29
alonegreat channel =)01:29
wilee-nileeXiaolinDraconis, Ah, I reload to the same partitio type, that is probably a problem.01:29
wilee-nileepartition*01:29
pitviper296OerHeks:  sudo apt-get install testdisk " returns package not found "01:29
wilee-nileeXiaolinDraconis, Windows wont read a ext type partition as well.01:30
diverdudeescott: that01:30
diverdudeescott: thx :)01:30
Shirakawasunaor alternatively, a cli way to access the status of each setting01:30
rcmaehl_webchatDoes anyone know of a program for Windows that has the same functionality or similar functionallity as hdparm for linux?01:30
wilee-nileenot a ext4 anyway.01:30
cfhowlettapacerimmer@EmperorOS:~$ apt-cache policy testdisk01:30
cfhowletttestdisk:01:30
cfhowlett  Installed: (none)01:30
cfhowlett  Candidate: 6.13-101:30
cfhowlett  Version table:01:30
FloodBot1cfhowlett: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.01:30
cfhowlett     6.13-1 001:30
XiaolinDraconiswilee-nilee, i bet the part of the drive beyond windows is formatted ext4 while the first half is ntfs01:31
Ashurhey guys, how are you doing? I was trying to install ubuntu on my laptop and I think I messed up. So I wanted to ask if anyone could help me out here?01:31
Ashurhey guys, how are you doing? I was trying to install ubuntu on my laptop and I think I messed up. So I wanted to ask if anyone could help me out here?01:31
Ashurhey guys, how are you doing? I was trying to install ubuntu on my laptop and I think I messed up. So I wanted to ask if anyone could help me out here?01:31
FloodBot1Ashur: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.01:31
XiaolinDraconiswilee-nilee, gparted says the partition is ntfs01:31
XiaolinDraconisand windows boots no problem01:31
Ashurhey guys, how are you doing? I was trying to install ubuntu on my laptop and I think I messed up. So I wanted to ask if anyone could help me out here?01:31
alone-___-01:31
cfhowlett!details|Ashur:01:31
ubottuAshur:: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."01:31
Ashuryou have partition problems aswell?01:31
Ashuryou have partition problems aswell?01:31
Ashuryou have partition problems aswell?01:31
Ashuryou have partition problems aswell?01:31
Ashuryou have partition problems aswell?01:31
Ashuryou have partition problems aswell?01:31
FloodBot1Ashur: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.01:32
aloneyou're not forced to flood dude01:32
pitviper296OerHeks:  sudo apt-get install testdisk Reading package lists... Done Building dependency tree        Reading state information... Done E: Unable to locate package testdisk01:32
cfhowlettpitviper296: it's in the universe repo.01:32
cowsquadis anybody experiencing systems errors on ubuntu 12.10?01:32
snarkdude Im drowning here   stop flooding!01:32
AshurI'm not doing this on purpose..wth is going on...01:33
blackshirtcowsquad,what you mean with system errors ? More detail please01:33
wilee-nileeXiaolinDraconis, I have never had that problem, it is a bit hard to extract from your posts exactly what happened or is going on01:33
AshurI'm not doing this on purpose..wth is going on...01:33
pitviper296cfhowlett: how do I install from the universe repo? under options ?01:33
AshurI'm not doing this on purpose..wth is going on...01:33
alonepitviper296: did you try apt-cache search ?01:33
OerHekspitviper296, check your souce.list, uncomment universe if so. or use software centre01:33
AshurI'm not doing this on purpose..wth is going on...01:33
cfhowlettpitviper296: make sure your universe repo is enabled.  Go into system update>settings and take a look01:33
AshurI'm not doing this on purpose..wth is going on...01:33
AshurI'm not doing this on purpose..wth is going on...01:33
AshurI'm not doing this on purpose..wth is going on...01:33
FloodBot1Ashur: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.01:33
cowsquadlike a message appear saying that the system is experiencing error. Do you wanna report that?01:33
snarkAsham, Just type one line at a time and await a reply01:34
XiaolinDraconisAshur, ur getting muted thats whats going on01:34
blackshirtcowsquad, just a simple core messages here01:34
snarkhehe01:34
XiaolinDraconiswilee-nilee, heres what i did01:34
DaemonicApathySounds like Ashur has either a keyboard problem or a trolling problem.01:34
Ashamhhç01:34
aloneanyone can +b mister Ashur 'cause he doesn't want understand...01:34
cfhowlettDaemonicApathy: yep01:34
cowsquadblackshirt is your power button suspending your laptop or Do you have a PC01:34
coolroothttp://paste.ubuntu.com/1299064/ <--- pls help i'm using ubuntu 10.04 32bit here thanx01:35
tryingUbuntuhow to get the network manager icon back on the toolbar?01:35
Fishscenestartnotify=echo -e "stuffhere" \n "moo". Output is: "stuffhere n moo". Any ideas?01:35
blackshirtcowsquad, yes, my powerbutton works normally01:35
FishsceneIt's ignoring the \n (New line) entirely, despite the fact that the manpages say "echo -e" tells echo to respect the \n as a new line.01:36
aloneFishscene: i'm seeing01:36
cowsquadwhen I press my down and I choose suspend, it doesnt work01:36
tryingUbuntudr_willis  do you know how to get the network manager icon on the toolbar near the clock01:36
wilee-nileecoolroot, What is that from?01:36
XiaolinDraconiswilee-nilee, i formatted a drive to 100GB partitions all ext4, then i booted to CZ and used beginner mode, told it to copy my sda1(win7) to sdb1(new ext4), it worked and i edited grub to point to sdb1, when i booted windows registered the original 30GB instead of the new 10001:37
Ashursigh, I don't understand whats happening, never used IRC before...If anyone would be willing to help me, I would greatly appreciate it!!!01:37
Ashursigh, I don't understand whats happening, never used IRC before...If anyone would be willing to help me, I would greatly appreciate it!!!01:37
Ashursigh, I don't understand whats happening, never used IRC before...If anyone would be willing to help me, I would greatly appreciate it!!!01:37
Ashursigh, I don't understand whats happening, never used IRC before...If anyone would be willing to help me, I would greatly appreciate it!!!01:37
Ashursigh, I don't understand whats happening, never used IRC before...If anyone would be willing to help me, I would greatly appreciate it!!!01:37
FloodBot1Ashur: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.01:37
Ashursigh, I don't understand whats happening, never used IRC before...If anyone would be willing to help me, I would greatly appreciate it!!!01:37
Ashursigh, I don't understand whats happening, never used IRC before...If anyone would be willing to help me, I would greatly appreciate it!!!01:37
pitviper296cfhowlett:  so enabled universe and did sudo apt-get update now it should install testdisk with " sudo apt--get install testdisk01:37
FloodBot1Ashur: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.01:37
coolrootwilee-nilee, i do it on my terminal doin updates sudo apt-get update01:37
cfhowlettAshur: nope.  get to a different computer or get a different keyboard.  You're killing the chanel.01:37
Ashursigh, I don't understand whats happening, never used IRC before...If anyone would be willing to help me, I would greatly appreciate it!!!01:37
Ashursigh, I don't understand whats happening, never used IRC before...If anyone would be willing to help me, I would greatly appreciate it!!!01:37
tsimpsonAshur: stop that01:37
aloneFishscene: startnotify=`echo -e test \nhi` nope ?01:37
XiaolinDraconisAshur, u have used chat room before... this is no different01:37
OerHekscoolroot mozilla ppa is depreciated01:37
cfhowlettpitviper296: after enabling universe run sudo apt-get update THEN install testdisk.01:38
Fishscenealone: Try the following: echo -e "foo1" \n "foo2"01:38
wilee-nileeXiaolinDraconis, Was that the W7 OS?01:38
tryingUbuntucan someone help me get the network manager on the toolbar01:38
trismFishscene: echo -e 'something\nsomethingelse'; or echo -e something \\n something else (bash seems to be grabbing one of the \)01:38
coolrootOerHeks, what do u mean?01:38
OerHekscoolroot, use https://launchpad.net/~mozillateam/+archive/firefox-next with FF 1701:38
aloneFishscene: echo -e "foo1\nfoo2"01:39
snarktryingUbuntu, what desktop you have    gnome? LXDE?01:39
wilee-nileecoolroot, You have added a PPA it looks to be incorrect or the ppa is closed or not allowing your release.01:39
XiaolinDraconiswilee-nilee, yeah, cause ubuntu says its 10001:39
pitviper296cfhowlett:  that worked like a charm, wonder why the rpm worked last time but wouldn't let me run testdisk this time01:39
XiaolinDraconiswilee-nilee, windows thinks its still 3001:39
Fishscenealone, trism: echo -e "foo1\nfoo2" works as expected. I'll see if I can modify my variable to match this. Thanks!01:39
machicolawhat's a good unbuntu application for editing sound (.wav, .midi., .mp3, etc) files?01:39
cfhowlettpitviper296: glad it worked.01:39
OerHekspitviper296, have fun01:39
cfhowlettmachicola: audacity01:39
tryingUbuntu_can someone help me put the network manager on the toolbar01:39
wilee-nileeXiaolinDraconis, You can't run W7 in a ext4, it may read as a NTFS now but that is user error.01:40
coolrootOerHeks, so i'll have to copy that link and add it on my list replacing the old ppa for firefox?01:40
DaemonicApathytryingUbuntu: http://www.ubuntugeek.com/possible-solutions-to-fix-the-missing-network-manager-icon-in-ubuntu-9-10.html might help01:40
snarktryingUbuntu, what desktop you have    gnome? LXDE? (im not asking again!)01:40
XiaolinDraconiswilee-nilee, it booted01:40
pitviper296cfhowlett:  still confused to why I had to do it diff this time thanks alot01:40
blackshirttryingubuntu, run nm-applet01:40
cfhowlettmachicola: audacity, ardour01:40
OerHekscoolroot, yes, your version is supported, make sure you delete that old one.01:40
pitviper296OerHeks: thanks alot , confused lol01:40
machicolagreat, thanks cfhowlett01:40
aloneFishscene: for your variable: startnotify=`echo -e "foo1 \n foo2"` i think01:40
snarkBlackBishop, that wont put it onto the desktop for him01:41
wilee-nileeXiaolinDraconis, To be honest that is not a logical way of doing it or a valid cause and effect response, lol. ;)01:41
ahmadquick question: if i have a SSD 128gig hard drive and i want to clone it which includes windows 7 and ubuntu 12.10 dual boot.. i need an external hard drive with 128GB or greater empty space for the image?01:41
aloneFishscene: doesn't work, sorry x)01:41
DaemonicApathyYes, ahmad.01:41
ahmadThank you DaemonicApathy01:41
XiaolinDraconiswilee-nilee, well i still have the original partition ill reformat the 100 wipe it clean make sure its ntfs and try again01:42
johnjacobjingerhall i'm having an issue with vnc4server... i have it working, but it seems none of my panels are showing up01:42
snarkspdif help    bump01:42
johnjacobjingerhand neither is the sidebar01:42
johnjacobjingerhi only get the terminal window and the desktop background... any ideas?01:42
wilee-nileeahmad, The clone is only the size of the data with clonezilla, but the partitions that are used to reload it have to be the same size or bigger.01:43
snarkjohnjacobjingerh, in the treminal   type   "gnome-session"  (if your using   gnome that is!01:43
wilee-nileeXiaolinDraconis, Should work fine then.01:43
=== sudokode is now known as gen2
XiaolinDraconiswilee-nilee, be back in ten to either thank you, or say i told you so ;)01:44
wilee-nileeXiaolinDraconis, lol. ;)01:44
roy_muzzhi, I have a 64 bit Ubuntu LTS 10.04 headless server that i just upgraded to 12.04. The upgrade did not seem super clean and there was a "failed to read on buffer copy for md5hash: Input/output error" when installing bash-completion. The server is running fine now but I am worried that it wont come back up after a reboot. Any commands that I can run to check whether the machine will come back up? How can I find out whether the install was clean?01:44
=== gen2 is now known as sudokode
johnjacobjingerhsnark... gnome is running i think01:45
johnjacobjingerhi see the desktop background and window decorations01:45
johnjacobjingerhi just cant get to any of the panels or the sidebar thingy01:45
=== DaemonicApathy1 is now known as DaemonicApathy
snarkjohnjacobjingerh, well you could do a reboot now and see if the errors gone ie you get a full desktop01:46
johnjacobjingerhsnark... i'm talking about using VNC01:47
johnjacobjingerhi get a desktop fine when i have the physical machine01:47
johnjacobjingerhit's when i am using the VNC program to remote in that i'm not getting the menu bars01:47
=== SeoZ-work[AWAY] is now known as SeoZ
johnjacobjingerhjust a terminal01:47
snarkjohnjacobjingerh, are you VNCing into a virtual machine?01:48
johnjacobjingerhno01:48
johnjacobjingerha physical machine in a different building01:48
tioxUSB modeswitch is still being a pain for my LG Turbo. I know it's a modeswitch issue now because when I plug it in using Windows, it switches over, then I reboot into Ubuntu and it works.01:48
snarkjohnjacobjingerh, Im not sure what the issue is    it is a desktop issue for sure   also you still have full control of the other node01:49
tioxI especially need it because for some reason or another, it vehemently refuses to work in Windows with the vendor-branded AT&T Communication Manager by SmithMicro.01:49
johnjacobjingerhsnark. what do you mean I still have full control over the other node?01:50
wilee-nileeroy_muzz, I would check in with #ubuntu-server01:50
roy_muzzthanks wilee-nilee01:50
wilee-nileeno problem01:50
snarkjohnjacobjingerh, via VNC to other computer01:50
johnjacobjingerhwell yea.. that's what i am needing to do01:51
johnjacobjingerhI am trying to VNC in...01:51
johnjacobjingerhso yes i should hae control01:51
johnjacobjingerhon the physical computer the desktop is fine, it's when i try to remote in with VNC from my laptop that i have issues01:51
johnjacobjingerhi thought perhaps it had something to do with my .vnc/xstartup config, but dont think so01:52
CryDayYo guys, can smbdy explain why I have port 8080 after domain.org? So it looks like domain.org:8080/something01:52
snarkjohnjacobjingerh, what Im saying is that the other PC has the problem  not your laptop01:52
* johnjacobjingerh smacks head01:53
johnjacobjingerhno kidding01:53
johnjacobjingerhi know it's a server side config i'm asking what might be the problem01:53
blackshirtcryday, proxies01:53
johnjacobjingerhi know my laptop doesnt have issues all i'm using is the viewer01:53
CryDay<blackshirt> emm... what do you mean?01:54
snarkjohnjacobjingerh, try this if possible   create a new user on remote and login and see if the problem is still there01:54
blackshirtcryday, commonly that was proxy server or alternative http web services01:56
CryDay<blackshirt> soo... I need to watch ngnix proxy configs... ok.01:57
johnjacobjingerhsnark: i am not sure how to connect as a different user ith vnc01:57
johnjacobjingerh:-\01:57
snarkjohnjacobjingerh, you will need root account on REMOTE PC01:58
johnjacobjingerhi have root access01:59
johnjacobjingerhi have a user account01:59
johnjacobjingerhi have multple user accounts01:59
johnjacobjingerhi cant get my VNC client to connect as a different user01:59
johnjacobjingerhit connects to whatever is logged in01:59
escottjohnjacobjingerh, thats how vnc works01:59
johnjacobjingerhyes I know that escott01:59
johnjacobjingerhsnark doesnt seem to01:59
johnjacobjingerhhe wants me to connect as a different user02:00
johnjacobjingerhI cant02:00
johnjacobjingerhit doesnt give me an option02:00
escottjohnjacobjingerh, if you want to have some ability to use vnc with other login users you need to start vnc with the display manager02:00
johnjacobjingerhi dont i only want to have it with one user account02:00
johnjacobjingerhand i currently have it starting gnome02:00
ahmadhow do i enable certain programs to start as a super user such as Oracle VM VirtualBox02:00
Jordan_UArizona: OK, I'm back. Can you pastebin your /etc/default/grub by running "pastebinit /etc/default/grub"?02:00
johnjacobjingerhi can start that no problem, i can see my icons my window decorations02:00
ahmadinstead of going to command line and typing sudo virtualbox02:01
johnjacobjingerhi cant see the menu bars or the panels or the side bar02:01
escottahmad, you could mark them setuid, but its a security risk02:01
johnjacobjingerhso navigating is pretty difficult02:01
johnjacobjingerhi can also see the terminal window on the rmote machine02:01
Jordan_Uahmad: You should not need to run Virtualbox as root. Why do you think that you do?02:02
ahmadits wierd jordan i have /root/VirtualBox VMs and /home/ahmad/VirtualBox VMs02:03
ahmadi can not import the root created vm to normal virtualbox02:03
Jordan_Uahmad: You should never have run VirtualBox as root in the first place. Why did you?02:03
ahmadwell i could move the file but is that safe?02:03
johnjacobjingerhyes if it's a vm file sure you can02:04
johnjacobjingerhbut then u have to readd it02:04
ahmadyou know i don't recall doing that, perhaps it was during installation i used sudo command02:04
johnjacobjingerhbut again NEVER USE ROOT FOR VBOX02:04
johnjacobjingerhor anything for that matter02:04
bkerensa!justask | johnjacobjingerh02:04
ubottujohnjacobjingerh: 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:04
wastrelcould try chowning them02:04
johnjacobjingerhi didnt ask to ask???02:04
ahmadthnx, i got it :) makes sense now i am just going to copy files to my home folder, remove the root folder and import again02:05
johnjacobjingerhbkerensa i dont think u mean that to be to me do you?  cuz i never asked to ask a question02:05
bkerensajohnjacobjingerh: this is not a discussion channel so if you have a specific question you need help with then please ask on one line so as not to congest the channel02:05
johnjacobjingerhI did WTF02:05
snarkjohnjacobjingerh, ask the person who has root access to the remote pc to help you02:05
johnjacobjingerhi am asking questions02:05
Cong!ask >johnjacobjingerh02:05
ubottujohnjacobjingerh, please see my private message02:05
bazhangjohnjacobjingerh, no cursing here02:05
johnjacobjingerhSnark I have root access02:05
johnjacobjingerhit's my machine02:05
bazhang!enter | johnjacobjingerh02:06
ubottujohnjacobjingerh: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!02:06
wilee-nileebkerensa, Nice presentation at puppetlabs on saturday. ;)02:06
Cong!ask >cong02:07
ubottuCong, please see my private message02:07
Ashurhello02:08
AshurHey guys, I have just tried to install ubuntu for the first time, and I think I messed up my hard drive. If someone would be willing to help me out it would be greatly appreciated!!02:10
Jordan_UAshur: "Messed up" in what way?02:10
snarkAsham, messed up how?02:10
Ashurwell I used to have 3 partitions on my hard drive when I still had windows on it02:11
=== RED_ is now known as RedSeraph
AshurI was trying to format all 3 partitions and merge them together02:11
XiaolinDraconistold ya so02:11
Ashuriḿ installing from a bootable usb stick btw02:12
bazhang!behelpful | XiaolinDraconis02:12
ubottuXiaolinDraconis: 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.02:12
wilee-nileeXiaolinDraconis, What happened?02:12
johnjacobjingerhsnark. to answer your question I have root access.. it is my desktop computer in a remote site... I am able to ssh into the machine, and I am able to VNC I am just not able to see the panels on my remote desktop... only the background the icons and folders on the background, and the terminal window.. I m able to right click and what not... it seems gnome panels and the sidebar are the only thing02:12
johnjacobjingerh not showing up.... I will follow up with a screen shot in a sec02:12
XiaolinDraconiswilee-nilee, well the problem isnt as first suspected02:12
Ashamyes02:12
* RedSeraph takes a seat.02:13
Ashurand well now I can't format my hdd anymore, keep getting an error dev/sda5 is in use while there is no such partitions(I think it's a partition)02:13
XiaolinDraconiswilee-nilee, its still booting from sda1, even tho grub says to go to sdb102:13
tryingUbuntucan I reinstall the os without loosing any files of mine02:13
XiaolinDraconiswilee-nilee, im guessing thats a problem with the chainloader?02:13
Jordan_UAshur: You wanted to delete all three partitions and install Ubuntu taking up all of the space on the drive, Is that correct?02:13
Ashuryeah02:14
Ashurthat was my intention02:14
wilee-nileeXiaolinDraconis, Two identical windows have intrinsic problems for grub.02:14
wilee-nileeXiaolinDraconis, The sdb1 have a bootflag?02:14
CryDay<blackshirt> I fixed that shi with port... but now I´ve trouble: after forum/index.php? I´ve wwwRedirect. Looks like domain.org/forum/index.php?wwwRedirect. I don´t have any ideas02:14
XiaolinDraconiswilee-nilee, lemme check i dont think so02:14
Jordan_UXiaolinDraconis: Having two filesystems whose Universally Unique Identifiers are the same (and thus not universally unique) is likely to cause many problems.02:15
tryingUbuntucan I reinstall the os without loosing any of my files02:15
wilee-nileeJordan_U, Glad you are here you have a better grasp on this area. ;)02:15
* RedSeraph raises her hand. "When some one gets a moment, I have a question about the nvidia problem with 12.10."02:15
wilee-nileemuch better, lol'02:15
Jordan_UAshur: What are you actually doing now, and what is the exact error message you see?02:16
XiaolinDraconisJordan_U, yeah i didnt think of that, i assumed it would treat it logically and go for what i pointed at02:16
bazhangRedSeraph, just ask the channel02:16
XiaolinDraconiswilee-nilee, and no my boot flag is on ubuntu02:16
Cong!ask > RedSeraph02:16
ubottuRedSeraph, please see my private message02:16
johnjacobjingerhwhere can I post screenshots for others to see?02:17
Jordan_U!screenshot | johnjacobjingerh02:17
ubottujohnjacobjingerh: Screenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://imagebin.org/?page=add and post a link to it.02:17
johnjacobjingerhah thanks02:17
XiaolinDraconisjohnjacobjingerh, imgur.com02:17
Ashurumm, lets see, what i'm looking at right now, is disks I have my hdd selected and it has no volumes02:17
RedSeraphOkay, bazhang. I'm installing 12.10 from usb, and the installing works fine stock, but after rebooting, it has an error about unable to idle channel's one and two. My searchfu has only brought me to finding out the nvidia drivers have a package error.02:17
Ashurbut I can still delete a partition02:17
Jordan_UAshur: Do you know how to open a terminal window?02:17
wilee-nileeXiaolinDraconis, Ubuntu doesn't need it windows does, but as suggested that is only a start, you could unplug the sda, if it is a desktop, and if the sdb1 is good and you have run a update-grub it should boot with a flag.02:18
RedSeraphThank you for the update, Ubottu and Cong.02:18
Ashurno, I don't actuall02:18
Ashuractually*02:18
wilee-nileenot sure where the ubuntu is though02:18
snarkjohnjacobjingerh, not trying to be rude but its not really needed (the screenshot) but if you must ,try pasteimg.org02:18
Ashurnvm, found it02:18
AshurXD02:18
XiaolinDraconiswilee-nilee, i need ubuntu to have the flag, thats where grub is, and that chainloads windows02:18
RedSeraphMy question is, how do I side load or even work around the driver error with installing. I can't bring up terminal and the error message just repeats.02:19
johnjacobjingerhsnark:  http://imagebin.org/23293202:19
wilee-nileeXiaolinDraconis, Ubuntu does not need a bootflag.02:19
RedSeraph*? not .02:19
Ashurhave the terminal open02:19
XiaolinDraconiswilee-nilee, thats the way its been forever now02:19
johnjacobjingerhsnark: why do you recommend I get a root user then? I am the only user on the system.. there is no admin.. i have created a user account like you said, but i cant tell vnc to connect as a different user02:19
Jordan_UAshur: OK. Please run "sudo parted -l" and copy and paste the output to http://pastebin.ubuntu.com and post a link to that output here.02:20
johnjacobjingerhi should mention this is a fresh ubuntu install i am working with02:20
XiaolinDraconisJordan_U, if i put a hidden flag o sda1 would that help?02:20
Jordan_UXiaolinDraconis: No.02:20
johnjacobjingerhsnark: i followed this guide to the letter:  http://www.server-world.info/en/note?os=Ubuntu_11.04&p=x&f=2   granted it is for 11.04 not 12.0402:21
Ashurhere you go02:21
Ashurhttp://pastebin.ubuntu.com/1299121/02:21
XiaolinDraconisJordan_U, ok so i should try to make an img of it and store it on another partition then delete.. right?02:21
wilee-nileeXiaolinDraconis, Here is a screenshot of my gparted. http://imagebin.org/23293302:21
Seven_Six_Twoexit02:22
Jordan_UXiaolinDraconis: That sounds like a good plan, yes.02:22
XiaolinDraconiswilee-nilee, but the real question is, where did u install grub? to sda1 or sda3?02:22
wilee-nileeXiaolinDraconis, Grub is in all the linux installs and the mbr.02:22
XiaolinDraconiswilee-nilee, and being in the mbr is why it works for you imguessing02:23
XiaolinDraconissorry sticky keyboard... wish i was home right now02:23
Ashurbtw, i'm running the usb bootable from the 1tb hdd, I want to format the 320GB and use that for Ubuntu02:23
snarkjohnjacobjingerh, do you have a bottom panel inside the remote pc?02:23
johnjacobjingerhnope02:23
samurai2dr_willis : ic. I'll try it02:24
johnjacobjingerhno panels at all.. i can see windows, icons, and terminal on remote screen just not the panels or the sidebar02:24
nimda28anyone has experience with renders farms with DRQueue ??02:24
johnjacobjingerhthey do show up on the physical machine tho02:24
XiaolinDraconiswhat should i use to make this img of sda1?02:25
snarkjohnjacobjingerh, can you right click on the remote ?02:25
johnjacobjingerhyep02:25
johnjacobjingerhthat works..02:25
Jordan_UAshur: Do you have any idea why there is a device called /dev/mapper/ubuntu-root which appears to be related to some sort of RAID?02:26
onnysugarahi all02:27
nimda28render cluster , anyone??02:27
onnysugarapls help me using ubuntu 12.04 lte02:27
snarkjohnjacobjingerh, so try to find the settings for the desktop02:27
onnysugarai want to sync iphone 5 on ubuntu.02:27
XiaolinDraconislooks like clonezilla will work02:27
onnysugarai want sync, application, photo02:27
XiaolinDraconis*crosses fingers*02:28
xanguaonnysugara: are you using ubuntu 12.10 ¿02:28
johnjacobjingerhsnark... for the display or for the desktop (like where i can select backgrounds)02:28
RedSeraph-I seem to be having other troubles with my machines.02:29
cfhowlettonnysugara: No can do.  Yet.  MAYBE later.02:29
onnysugaracfhowlett  tnx for the info02:29
snarkjohnjacobjingerh, for the desktop02:29
machicoladoes almost every dist of linux use x windows?02:29
machicolafor the window system02:29
machicola(if that question even makes sense)02:30
dniMretsaMmachicola: yes.02:30
johnjacobjingerhsnark: ok... i can change backgrounds lol... and launcher icon sizes (which i maxed out to see if they appear... they dont)02:30
Ashuris that a ubuntu install? because I already had tried to install ubuntu, but the first time I got an error at the end, because I didnt format the hdd correctly, and It told me to restart, after the pc restarted, I got a black screen and nothing happened. after which I rebooted and started the bootable usb stick again, iḿ working from try ubuntu at the moment02:30
johnjacobjingerhi did however find i cant get into display settings RANDR too old or something like that02:31
snarkjohnjacobjingerh, forget about RANDR  is not what you need!02:31
johnjacobjingerhok well the only other option is appearance which lets me change the desktopbackground and icon sizes, but02:32
onnysugaraxangua.   i use ubuntu 12.04 lte02:32
johnjacobjingerherrr,,, but nothing else02:32
johnjacobjingerhonnysugara, LTS*?02:32
xanguaonnysugara: that only supports until iOS 4.202:33
cg2916Apt-get is stuck, returns this error: http://pastebin.com/DTbwdT5g02:33
dniMretsaMmachicola: There is also Wayland, but pretty much nothing uses it yet. Except RebeccaBlackOS, which most people use to test Wayland.02:33
johnjacobjingerhcg2916, u have something else using it02:33
onnysugarajohnjacobjingerh  yes lts.  tnx for correction lol02:33
dwarderwhat can i do with that PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/expect.so' - libexpect.so.5.44.1.15: cannot open shared object file: No such file or directory in Unknown on line 002:33
dwarder"PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/expect.so' - libexpect.so.5.44.1.15: cannot open shared object file: No such file or directory in Unknown on line 002:33
dwarder"02:33
dwardersorry02:33
Ashurthe error I got was, installing boot loader failed I think02:34
johnjacobjingerhcg2916, do u have apt-get running elsewhere?02:34
cg2916johnjacobjungerh, how do i find what's using it02:34
onnysugaraxangua i use ios 6.  lol02:34
johnjacobjingerhwell do u have anything open like the package manager02:34
cg2916johnjacobjungerh, apt-get is not on System Monitor02:34
johnjacobjingerhooooo wth just happened....   after the last upgrade I cant open my second partition... says unable to mount 893GB partition02:34
dwarderi guess i forgot to run apt-get update befor my: sudo apt-get install curl libcurl3  php5-curl02:34
machicolaRebeccaBlackOS, lol02:34
dwarderis there a way to fix it?02:34
johnjacobjingerhcg2916, but do u have the package manager open?02:34
Ashurthnx for the help btw,02:34
cg2916johnjacobjungerh, no02:35
johnjacobjingerhwell... i guess to be certain, log off then on again02:35
snarkcg2916,     johnjacobjingerh  is right02:35
xanguaonnysugara: anyways, if you were using ubuntu 12.10 wich is supposed to work with it, after a few months when a new version of iOS is released, the support will break...is a never ending story02:35
cg2916snark, ok02:35
ToyImpI just installed sendmail by apt-get. I am testing out the php mail function. Should I restart the apache server or my linux box for it to work? the php page is hanging atm02:35
johnjacobjingerhyes i have been around the block with linux a few times... tho i'd have to say this is my first time with ubuntu since like 9.04 or something crazy02:35
ToyImpnevermind. it just took a while to send for some reason. :\02:36
johnjacobjingerhalso my first time using a GUI in eons02:36
cg2916snark, any change this totally blow up in my face when i relog? i've become scared to restart because of bad experiences02:36
johnjacobjingerhlol02:36
* RedSeraph continues the poke the zombie-tower.02:36
johnjacobjingerhcg2916, did u change something recently??02:36
alonehttps://www.youtube.com/watch?v=njos57IJf-002:36
snarkcg2916, well if your not back in 5     hehe! :P02:37
cg2916johnjacobjungerh, installed virtualbox, then tried to uninstall02:37
johnjacobjingerhoh prob fine02:37
cg2916snark, so i'll be fine?02:37
johnjacobjingerhthat probably what locked up apt-get too... maybe it was still uninstalling while you were trying to install02:37
AshurJordan U still there?02:37
cg2916johnjacobjungerh, it got stuck on "Stopped Virtualbox kernel modules" this has happened before and i got out, i can't remember how thugh02:38
cg2916though*02:38
dwardercan anyone help me with this "PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/expect.so' - libexpect.so.5.44.1.15: cannot open shared object file: No such file or directory in Unknown on line 0"02:40
dwarderi have this /usr/lib/php5/20090626+lfs/expect.so file02:40
johnjacobjingerhcg2916, i gotta install virtualbox right now myself.. i'll let you knowhow it goes02:41
cg2916johnjacobjungerh, this is the second time it's broken. i obviously don't learn. i'd be on windows if it weren't for my own stupidity.02:41
trismRedSeraph: looks like a bunch of people are having the problem with nouveau crashing if I understood your issue, http://ubuntuforums.org/showthread.php?t=2065876&page=2 sounds similar and suggests using nomodeset and then installing the proprietary nvidia drivers02:41
dwarderwhy cann't i load this file02:42
dwarderit is on the place02:42
dwarderanyone?02:42
RedSeraphI have been trying that, along with disabling splash, trism. The problem is that terminal doesn't start up properly when trying to boot after installed.02:42
wastreldwarder: you probably need to install libexpect02:42
codefyredwarder , did u try reinstalling it ?02:42
trismRedSeraph: with nomodeset?02:42
codefyredwarder, apt-get remove libexpect-php5 ; apt-get install libexpect-php502:43
=== MiningMarsh is now known as Mining|away
RedSeraphYes, trism.02:43
dwarder502:43
RedSeraphIt's my little brother's black box that some how manages to run. I have no idea how a single 1.6 core with 1gb of ram was able to run Borderlands 2 and skyrim, but it randomly died yesterday.02:44
dwardercodefyre: didn't help02:44
dwardercodefyre: same error02:44
=== aeufemio is now known as starburst
RedSeraphAnyways, to the point the original install with splash removed and nomodeset didn't work.02:45
codefyredwarder, output of dpkg -l libexpect-php5 ?02:45
bastionHello all02:45
dwardercodefyre: http://pastebin.com/JcdH6Svi02:46
trismRedSeraph: didn't work as in didn't boot at all, or you get no desktop after the boot, because I'm seeing bugs about that02:46
trismRedSeraph: after log in that is02:46
codefyredwarder, sorry dpkg -L libexpect-php5 , my bad02:47
RedSeraphtrism: failed to get past the linuxboot. just the nouveau errors mentioned on bug threads.02:47
bastionDoes anyone know why ubuntu 12.10 corrupts the SD card on Pandaboard ARM? After a clean install of 12.04 and a do-release-upgrade after 2 reboots the system no longer boots and the root partition is corrupted02:47
dwardercodefyre: http://pastebin.com/GUTF0U6g02:47
codefyredwarder , is this expect.so file actually loaded from the php ini files ? check /etc/php5/conf.d02:48
Ashurjordan U, still there bro? was messing with that last disk and it crashed on me...02:48
wilee-nileebastion, Have you tried just installing 12.10, that information really means nothing.02:48
dwardercodefyre:  i have expect.ini in this dir with: extension=expect.so02:48
bastionwilee-nilee: yes, but there is no preinstalled image for 12.10 on arm and I haven't found any install instructions for this version thus far02:50
codefyredwarder , are there any other extension files loaded , do they load correctly , are they also installed in the same path as expect.so ?02:51
dwardercodefyre: file /usr/lib/php5/20090626+lfs/expect.so02:51
dwarder/usr/lib/php5/20090626+lfs/expect.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0xc53e733cf6396cf48e68af719dfead61fb7cbe1b, stripped02:51
trismRedSeraph: I do see bug 1048701 though it seems to be fixed for some people02:51
ubottuLaunchpad bug 1048701 in xserver-xorg-video-nouveau (Ubuntu) "NVidia GPU lock-up on 12.10 Beta-1" [High,Triaged] https://launchpad.net/bugs/104870102:51
dwardercodefyre: ls in the dir where the expect.so file is : curl.so  expect.so  gd.so  mcrypt.so  mysqli.so  mysql.so  pdo_mysql.so  pdo.so  uuid.so02:51
cg2916johnjacobjingerh, relog didn't work02:51
cg2916johnjacobjingerh, should i restart02:52
dwardercodefyre: on my server everything works exept curl02:52
dwarderexcept02:52
salvadorflhelp after updating to ubuntu 12.10 not external cd-rom detection02:52
Ashuranyway, trying to install again... got that last disk deleted, and formated my hdd and made a new partition, hope it will work this time02:52
Ashurformatted802:53
blackshirtashur, good luck02:53
salvadorfldoes somebody knows how to fix it?02:53
Ashurthnx:p02:53
blackshirtmalsasa :d02:53
wilee-nileebastion, I'm not familiar with ARM, but I found this not sure if it is relevant. http://fridge.ubuntu.com/2012/10/18/ubuntu-12-10-quantal-quetzal-released/02:54
natsirtyolo02:54
natsirtWhat is the best way to make a load balancer from the command line?02:54
RedSeraphThank you, trism. I will go through the bug list and see how they fixed it.02:54
salvadorflhelp me noexternal cd-rom detection02:55
dwardercodefyre: from phpinfo i've found out that culr is loaded but not expect02:55
SuperMiguelso i have a gyro that gives me x and y... how do i get the angle from it??02:56
crimsonmanesalvadorfl: file a bug report. it's getting to be a common problem. maybe go back to 12.0402:56
dwardercodefyre: will try to remove expect in a radical way02:57
bjrohanWhat is the difference in directory color in bash? Some directories are merely a blue color, others are green (same as text) but highlighted02:57
wilee-nileebastion, With 12.10 they have put more on the main cd, and stopped others like the alternative have you investigated that what you want is probably available, but just in a different place.02:57
dwardercodefyre: using  apt-get --purge remove02:57
huixhuiHello every one02:58
codefyredwarder , you can try02:58
huixhui我是第一次使用Ubuntu02:58
cfhowlett!cn|huixhui:02:58
ubottuhuixhui:: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw02:58
huixhui02:59
bastionwilee-nilee: actually the only images i can use for arm are the OMAP4 installs, but since 12.10 they no longer ship "pre-installed" images; where you just flash them to the SD and when you run them they autopartition and set the path for clean install02:59
bastionsince they only have install images now, i have no idea if i have to partition the SD myself, or set up something else02:59
wilee-nileebastion, Ah.02:59
huixhuithink you ubottu02:59
Radikal08Help! I am trying to install aircrack-ng, because I have obviously forgot my password for my router................................... I getn an error message saying something about iw:i386, so I found a link from googel to download the *.deb version, and it starts up Ubuntu Software Centre to download aircrack-ng, but i get the same error message "cannot install "iw:i386". Anyone know why?03:00
cfhowlett!aircrack|Radikal08:03:00
Radikal08thats what im trying to install!03:00
wilee-nileeRadikal08, Why not use the reset button on the router?03:00
cfhowlettRadikal08: aircrack is not supported on this channel03:00
codefyreRadikal08 , can't u just reset the router03:00
crimsonmaneRadikal08: if you hard-wire to the router, you don't need a password. at that time you can also set a new password.03:00
dwardercodefyre: do i need expect php module?03:00
RedSeraphtrism: Bug 1043518 is exactly the problem I am having. I am going through the list to see what their work around is.03:00
ubottuLaunchpad bug 1043518 in linux (Ubuntu Quantal) "live cd is unusable due to video degradation with the splash boot option enabled" [High,Fix released] https://launchpad.net/bugs/104351803:00
=== shantorn_ is now known as shantorn
crimsonmaneif you insist on aircrack then you're trying to break into someone else router that is not your own. don't be a liar, just be honest.03:01
woot-0854I used aircrack to learn with03:01
Radikal08Okay fine. I am not trying to connect to my own router but to a neighbours router which have a faster broadband connection so i can play my games on PS 3 online without any lag.03:01
Radikal08I was trying to download aircrack, and thats where my problem is03:01
codefyredwarder , thats upto you, what are you doing ?03:01
Radikal08but if it isnt supported here, i respect that and will look elsewhere03:01
RedSeraphtrism: I am also running the 32bit Ubuntu 12.10, not the 64.03:01
cfhowlettRadikal08: wrong channel.  Good luck, though.03:02
codefyredwarder , if you don't need it , than you can just comment it out in the ini file03:02
Radikal08okay can someone help me t ofind a channel to aircrack? Because aircrack is invite only, i03:03
Radikal08oh crap i wasnt supposed to send it03:03
Radikal08because i knwo its not spportred here, but im desperate... my landlord is giving me a 3Mbits internet shared with 12 people and i cant stand it anymroe03:03
trismRedSeraph: I did notice the bug earlier, though I didn't mention it because it is supposed to be fixed in the kernel in 12.10 when it was released (though reading the comments now other people are still having problems)03:03
cfhowlettRadikal08: see the aircrack page for aircrack support03:03
Radikal08i really need to use my neighbours broadband.. does anyone know where on irc i can gt help?03:03
Radikal08oka03:03
Radikal08ty  cfhowlett03:03
cfhowlettRadikal08: good luck03:04
dwardercodefyre: thanks03:04
=== Ex0deus is now known as Guest69486
crimsonmaneRadikal08: sudo apt-get install aircrack-ng03:04
codefyredwarder, so you weren't using expect ?03:04
Radikal08crimsonmane: it doesnt work03:04
crimsonmanetell me more03:04
RedSeraphtrism: Ideas?03:04
dwardercodefyre: i used to, a long time ago, so i forgot03:04
woot-0854ot- I cant connect to hollywood.ca.us.undernet.org where should I take this issue?03:05
codefyredwarder , ohh ok03:05
Radikal08its wining about this.....03:05
Radikal08crimsonmane: Package aircrack-ng is not available, but is referred to by another package.03:05
Radikal08This may mean that the package is missing, has been obsoleted, or03:05
Radikal08is only available from another source03:05
Radikal08However the following packages replace it:03:05
Radikal08  iw:i386 iw03:05
Radikal08E: Package 'aircrack-ng' has no installation candidate03:05
FloodBot1Radikal08: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.03:05
crimsonmanesudo apt-cache search aircrack03:06
wastrelyou don't need sudo for apt-cache search03:08
crimsonmanew/e it doesn't show up anyhow03:08
crimsonmanehttp://www.aircrack-ng.org/03:09
trismRedSeraph: not really sure unfortunately, if you could ctrl+alt+f1 or f2, I would try installing nvidia-current (plus the linux-headers if they aren't already installed) and see if you can boot03:09
c_smithHi, I installed Cinnamon and am looking to get rid of Unity (I never use it) in Ubuntu 12.10, what packages would I need to remove?03:10
RedSeraphI am unable to open terminal, trism. I get the _ and no input gets put in. Either with CAf1 or f2.03:10
Guest21342hi03:11
Guest21342are people here using ubuntu?03:12
cfhowlettGuest21342: yes.03:12
Guest21342wo03:12
Guest21342cool03:12
c_smithGuest21342, look at the topic and take a guess.03:12
Guest21342&4yea right dude03:12
crimsonmanec_smith: if you're going to use cinnamon, and want to remove unity, it's probably just better that you install Linux Mint who created Cinnamon in the first place.03:12
Guest21342you think i don't know that03:12
cfhowlettGuest21342: this is the support channel.  Have you an issue you need help with.03:12
cfhowlett?03:12
trismRedSeraph: do you know what nvidia card you have?03:12
woot-0854I use ubuntu to fix pc's its great :)03:13
Guest21342well, not that i know of... just testing out the irc program03:13
c_smithcrimsonmane, I actually am looking to give the Ubuntu base an overhaul (kinda proof-of-concept and also so I know I can do this)03:13
cfhowlettGuest21342: please see #ubuntu-offtopic for general chitchat.  Thank you.03:13
myitsh524wana buy bank logins03:13
c_smithand I'm not too fond of some of the changes Mint has made to Ubuntu03:13
RedSeraphtrism: 7800GT03:14
crimsonmanec_smith: i understand. best of luck to you. i personally don't think you should bother re-inventing the wheel03:14
c_smithoh, most of my changes will mainly be aesthetic.03:14
cfhowlettmyitsh524: you are REALLY in the wrong channel.03:14
c_smithbut thanks, crimsonmane03:14
RedSeraphtrism: That, unfortuantely, is not a typo.03:14
myitsh524wich chanel i shoud go on03:15
RedSeraph'Wanna buy bank logins'? No! It's 'Vendor buy the bank guards!'03:15
c_smithmyitsh524, jail, that's illegal.03:15
cfhowlettmyitsh524: #whitecollarcrime or #fbi03:15
* RedSeraph sighs. "Kids these days."03:16
BlackBsdlol03:16
bastionlol03:17
c_smithcfhowlett, personally, I wouldn't have helped the dude.03:17
=== Guest69486 is now known as Ex0deus
cfhowlettc_smith: better to send him on his way than have him foul up this channel IMHO03:17
BlackBsdso did kopete get replaced by some communications tool03:17
trismRedSeraph: I'll see if I notice anything, but unfortunately I am kind of out of ideas...did you try the recovery option in grub?03:18
c_smithcfhowlett, touche03:18
RedSeraphI did not.03:18
RedSeraphtrism: how do I get to that from start up?03:18
trismRedSeraph: from grub select the Advanced Options item, which should take you to other kernels, one of them says (recovery mode)03:19
crimsonmane!kopete03:19
ubottuInstant Messenger Client Kopete (http://kopete.kde.org) supports MSN, Jabber, AIM, YIM, Gadu-Gadu, Novell Groupwise, ICQ and, in KDE 3, IRC. See also !Pidgin03:19
RedSeraphtrism: How do I pull up the Grub?03:19
crimsonmanehold shift while booting to get to the grub menu03:20
trismRedSeraph: how did you add nomodeset without getting to grub?03:20
RedSeraphUsing the liveusb. When the little man with the kyboard showed up, pressed E, selected english, then f6 on 'Install Linux'03:21
trismRedSeraph: but I thought you said you already installed?03:21
crimsonmaneRedSeraph: if linux is already installed, reboot and hold SHIFT to get to grub menu03:21
RedSeraphYes, the grub is now up. 'Ubuntu' 'Advanced Options' and two memory tests.03:22
RedSeraphLoading the recovery kernel.03:22
trismRedSeraph: I before trying the recovery option, I would try editing the item, and adding nomodeset03:22
crimsonmanerecovery means boot to command line03:22
RedSeraphtrism: I apologize. Let me get back the starting grub menu.03:23
trismRedSeraph: no problem, I did suggest to do that but I thought you had already tried nomodeset from grub03:23
trismRedSeraph: if recovery did work, at least you'll be able to get a command line if nomodeset doesn't work03:24
RedSeraphOkay, I have 'Setparams 'Ubuntu'' followed by 'recordfail' and a list of text but I see no 'nomodset'03:24
trismRedSeraph: do you see quiet and splash?03:25
trismRedSeraph: you need to add it to the end of the vmlinux line03:25
NoobTuxOerHeks, can i pm u bro?03:25
RedSeraphThere is a 'quiet splash' at the end of the 'vmlinuz-3.5.0-17-generic...' line. After it is '$vt_handoff initrd'03:26
trismRedSeraph: right after quiet splash I would add nomodeset03:27
trismRedSeraph: then I think ctrl+x to boot (it'll tell you at the bottom though)03:27
RedSeraphAdded, Pressing Control+X. (Also says f10 is an option)03:27
trismRedSeraph: good luck!03:28
NoobTuxhttp://paste.ubuntu.com/1299064/ <--- pls help i'm using ubuntu 10.04 32bit here thanx03:28
RedSeraphsi magnifique03:28
RedSeraphtrism: thank you so much!03:28
trismRedSeraph: you're welcome03:28
RedSeraphUser 'ned' logging in.03:28
py_canhi I can't remove mysql-server with apt-get. It actually tries to install mysql-server when I do it and I get error messages: http://pastebin.com/LJMQvC4B03:29
RedSeraphAnd... gold! Ubuntu up and running. I'll get the drivers for the nvidia fix.03:29
sonyubuntu 12.04 and 12.10 after installing no sound03:29
=== sony is now known as Guest9352
Guest9352ubuntu 12.04 and 12.10 after installing no sound03:30
RedSeraphErrr... trism, I think I spoke too soon. Had a pop up 'System program problem detected'03:30
SolarisBoypy_can: it's not installed but it seems you tried to install it but it failed03:30
DaemonicApathypy_can: Have you tried just "sudo apt-get purge mysql-server"?03:30
py_canDaemonicApathy: will try03:30
Jimster480-Laptoi have 50000 ping03:30
Jimster480-LaptoNICE03:30
SolarisBoyapt-get install -f even03:31
DaemonicApathyFair point, solarisBoy.03:31
py_canDaemonicApathy: http://pastebin.com/qGvzS3ER03:31
py_canSolarisBoy: ok sec03:31
NoobTuxhttp://paste.ubuntu.com/1299064/ <--- pls help i'm using ubuntu 10.04 32bit here thanx03:31
RedSeraph'Sorry, Ubuntu 12.10 has experienced an internal error' and shwos the executable path of /usr/bin/Xorg03:32
py_canSolarisBoy: loads of errors. something is really messed up.03:32
SolarisBoyRedSeraph: its possible the ppa is not available for lucid now03:32
orlokI am installing Ubuntu 10.04 LTS - In the installer, it shows there being 7 steps03:32
orlokHowever, it jumps from Step 5 (Account details) to Step 7 (Ready to Install)03:33
DaemonicApathyWhy 10.04, orlok?03:33
SolarisBoypy_can: the error appears to be in the text you posted.03:33
SolarisBoypy_can: Fatal error: Can't change to run as user 'mysql' ;  Please check that the user  exists!03:33
trismRedSeraph: that could very well be from the crashes on earlier boots03:33
orlokDaemonicApathy: Because we have Ubuntu 10.04 listed in out approved products list as required by PCI-DSS requirements03:33
crimsonmaneorlok: there is an "alternate installer" that works well if the normal installer has issues.03:33
SolarisBoypy_can: from where is the source for that package you are installing? is it ubuntu standard repos?03:33
py_canSolarisBoy: note: I'm trying to completly remove mysql03:33
xanguaNoobTux: that repository no longer exist03:33
py_canSolarisBoy: yes03:33
SolarisBoypy_can: i know03:33
trismRedSeraph: might want to take a quick look at it and submit a bug report so that the devs can take a look03:33
orlokcrimsonmane:  it installs fine, its just i'm documenting each step for our auditors, and wondering where the hell step 6 is :)03:34
SolarisBoypy_can: but it failed to install initially it is 'queued'03:34
py_canSolarisBoy: I see03:34
SolarisBoypy_can: if you observe the message it says "mysql not installed so not removing" then it goes on to process the stuff it couldn't before03:34
orloki'm sure it wont matter, but i just started the install again as i thought i clicked through a step without thinking, and nope. No step 6.03:35
SolarisBoypy_can: can you do this dpkg -l '*mysql*'03:35
py_canSolarisBoy: http://pastebin.com/UikYQkMt03:36
RedSeraphtrism: bug report sent. SolarisBoy ppa is up and running, it says. Installing the nvidia_current module with success so far. Thank you guys so much for this.03:39
py_canSolarisBoy: 2 hours ago mysql was acting weird, couldnt grant priv. to a newly created user. So after a while i decided to reinstall mysql. And then apt-get remove went bonkers, i tried manually removing some directories and the mysql user, now it is royally messed up.03:39
ahmadi am having a problem with ubuntu 12.10 server-amd64 edition03:39
ahmadduring installation on a VM it says no disk drive was detected03:40
DaemonicApathyDid you mount a virtual drive, ahmad?03:40
SolarisBoypy_can: so uninstall mysql-server-5.503:40
ahmadyes03:40
SolarisBoyor you can also do sudo apt-get purge mysql-* and just start over03:41
DaemonicApathyahmad: So you should have a hard drive and the image both mounted as separate drives, yes?03:41
RedSeraph....So aside from it thinking it is a laptop, we're alright. Seems to be running like sludge, but still. I can work with that.03:41
ahmadyes DaemonicApathy03:41
py_canSolarisBoy: looks clean now03:41
SolarisBoypy_can: right - there are post and pre scripts that execute when packages are installed - doing steps manually before asking the apt system or others will generally mess up stuff - not badly but yea03:41
DaemonicApathyahmad: Which VM software are you using?03:41
SolarisBoypy_can: cool03:41
ahmadone is a DATA controller other IDE03:41
ahmadSATA*03:42
py_canSolarisBoy: thx!03:42
ahmad4.2.203:42
ahmadoh VirtualBox03:42
SolarisBoyit listed mysql-server-5.5 as iF so it seemed it was in a partial state03:42
SolarisBoypy_can: sure03:42
SolarisBoysata and pata technically afaik03:43
DaemonicApathyahmad: I'm going to see if I can recreate. Meanwhile, maybe someone here knows something off the top of their head.03:43
DaemonicApathyIDE = PATA03:43
DaemonicApathySame difference.03:43
ahmadDaemonicApathy, I am going to PM you VBoxManage code03:43
DaemonicApathyk03:44
SolarisBoyide = sata too03:44
RamtronHi, where is the ubuntu task manager? I can't find it anywhere.03:44
SolarisBoyone is serial one is parallel is the diff03:44
ObsidianBladeHey I was in here earlier trying to get help with this issue, but it didn't come down to a solution. I have an MSI GT70 0NE 276US laptop. I want to install Ubuntu in RAID 0 on my machine as that's how it came configured (two 128GB mSATA drives). But I'm not quite sure how to install it correctly. This is what it looks like in the installer http://imageshack.us/f/823/photoalve.jpg/03:44
jjkinasI used to use MyUnity to change the size of the unity bar, but this does not work in 12.10... Is there another way to change the bar size ?03:44
RamtronAnyone here know where the ubuntu task manager is?03:45
SolarisBoyRamtron: top03:45
Ramtrontop?03:45
SolarisBoyRamtron: the command would likely be top that most fits what you requested03:45
SolarisBoyRamtron: type03:45
SolarisBoytype 'top'03:46
trismjjkinas: System Settings/Appearance/Launcher Icon Size isn't working for you?03:47
crimsonmaneps -e | grep <whatyourelookingfor>03:47
peace14help me03:47
crimsonmaneno03:47
Ramtronhmmm thanks, anyone know how to speed up games, such as minecraft in ubuntu?03:47
cfhowlett!details|peace14:03:47
SolarisBoypgrep and save some typing03:47
ubottupeace14:: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."03:47
cfhowlett!who03:47
ubottuAs you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)03:47
SolarisBoyRamtron: whats slowing it down is generally step one03:47
RedSeraphHave a goodnight, and thanks again, #Ubutnu03:47
jjkinastrism:  I didnt even see that !!!03:48
Ramtron@SolarisBoy I have no idea, It's just running very slowly. Nothing out of ordinary in my running processes03:48
jjkinastrism: thank you03:48
SolarisBoyRamtron: how do you define ordinary? how are sorting top or whatever your looking at?03:49
ObsidianBladeAnyone there who can help me with my issue?03:49
gabrielukhow should i install libphp-phpmailer on ubuntu 10.04?03:49
foobArrrI have problems with distorted sound and echo with vlc. Often sound is only distorted for the first few seconds or a minute of a file, then sound is normal. When I skip to the next song/video, sound is distorted again. Also volume levels are strange: some videos are loud, some are quiet, in mplayer they have similar volume. I tried recording the distortions with Sound Recorder, but I can't get that to work.03:49
RamtronI basically just have no clue why it's lagging03:49
peace14<ubottu> yes help me please03:50
SolarisBoyRamtron: you can try to use top/ps but its important to sort them properly if you want any detail - that would be a start03:50
Guest31861god03:50
SolarisBoyRamtron: when you open top type '?' and look at the sorting options, mainly, memory (rss), cpu usage, etc also look at the threads and look at the multi cpup view03:51
aeon-ltdfoobArrr: do you have the dynamic range compressor on? (regarding the vol problems)03:51
foobArrraeon-ltd: what's that and where do I check?03:51
SolarisBoyRamtron: if your using ps use the --sort option to see whats hogging, try pcpu, and rss sorts the same03:51
Ramtroncould be cinnamon03:51
Ramtronis that something that would make it lag?03:51
aeon-ltdfoobArrr: it's on audio effects03:52
Ramtronusing 260 mb03:52
SolarisBoyRamtron: 260mb of what? rss? it really depends on what its doing - what your system is doing, etc - so need more info03:52
SolarisBoyi've seen browsers use more than that and work fine03:52
SolarisBoybut more importantly is what is it doing? read/write? networking? etc you need to get a good view of that03:53
foobArrraeon-ltd: dynamic range compressor is off03:53
Ramtron@SolarisBoy is it possible to give my GFX card virtual ram? 249mb of "RES" with a %CPU of 65, the browser is using the same with no CPU %03:53
q0_0phow do i remove email notifier in ubuntu 12.10?03:53
q0_0pit says thunderbird contacts and compose new message03:54
=== paulus68_ is now known as paulus68
aeon-ltdfoobArrr: ok. i'm sorry but i have no more ideas for now03:54
SolarisBoythat sounds like its hogging - you can do that - i would strace whatever process is doing that for a better understanding on what its working on03:54
foobArrraeon-ltd: k. thanks anyway.03:55
RamtronAny way to lower the priority of cinnamon?03:55
ObsidianBlade I have an MSI GT70 0NE 276US laptop. I want to install Ubuntu in RAID 0 on my machine as that's how it came configured (two 128GB mSATA drives). But I'm not quite sure how to install it correctly. This is what it looks like in the installer http://imageshack.us/f/823/photoalve.jpg/03:55
SolarisBoyyou can renice it Ramtron03:55
Ramtronpermanently?03:55
RamtronHow?03:55
SolarisBoyyou can edit the startup for it to prepend renice Ramtron03:55
RamtronWhat is Renice?03:56
SolarisBoyRamtron: assuming your sure this will help 'man renice' and give some info on what the current prio value is03:56
RamtronPR? is 2003:56
SolarisBoyRamtron: bring it lower03:58
RamtronHow's that?03:58
SolarisBoyrenice <prio> <pid> so put the lower number and a space and the process id03:59
RamtronWhat number do you suggest?03:59
Jordan_USolarisBoy: Lowering a processes niceness increases its tendency to take CPU from other processea, is that what you want?03:59
RamtronNo04:00
SolarisBoyoh my bad increase it04:00
SolarisBoy=)04:00
RamtronIncrease to what?04:00
SolarisBoysomething higher than 20 - what are the prios of the other processes on the system?04:00
Jordan_USolarisBoy: 20 is as high as niceness goes.04:00
Ramtronso renice 30 1567 ? everything is 20 or 004:00
Ramtronor RT04:00
snarkObsidianBlade, do you plan on keeping the existing partitions?04:01
ObsidianBladeNah it's not necessary04:01
ObsidianBladeEspecially if it simplifies the process, snark.04:01
alonehttp://paste.ubuntu.com/1299227/04:01
SolarisBoyhmm - then revert to checking what the program is doing when its taking up the cpu like that04:01
alonesurprise ;D04:01
snarkObsidianBlade, it sure does!04:01
SolarisBoyRamtron: whats the game?04:01
ObsidianBlade:D04:01
RamtronMinecraft04:01
RamtronCinnamon is a theme for gnome04:02
RamtronSo I'm running it all the time04:02
snarkObsidianBlade, so you have done you final backup?04:02
ObsidianBladeYeah everything is saved elsewhere04:02
ObsidianBladeThe only thing left to do is the actual set up04:02
SolarisBoyRamtron: which process is causing the load again?04:03
RamtronCinnamon04:03
SolarisBoyhmm04:03
SolarisBoyis that a process?04:03
donnieIs there any way that I can share a connection with a cell phone without any cables?04:04
snarkObsidianBlade, Im not sure if the install cd can create a raid partition04:04
SolarisBoydonnie: what type of phone?04:04
ObsidianBladeSnark....hmmm that would suck. How would someone with a RAID get it to work then?04:05
SolarisBoyyou can tether wirelessly on some androids04:05
donnieT-Mobile Exhibit 4g.04:05
snarkObsidianBlade, was the previous system Windoz?04:06
ObsidianBladeAye. I'm running 8 on it as we speak04:06
donnieWhen I tethered them together, it tried to use the phone as the access point. I want to use the laptop as the access point.04:06
donnieI can pick up the main connection but the phone cannot.04:07
donnieI am using Xubuntu 12.1004:08
snarkObsidianBlade, does the laptop have a raid card in it?04:08
ObsidianBladeSnark, this is a new laptop and my first experience with RAID. I'm not sure how to tell if it does or not.04:09
donnieSorry, I am not a cell phone user. lol... I'm trying to help someone else.04:09
snarkObsidianBlade, np Ill just google it !04:09
ethan_laptop with RAID ?04:10
ethan_I've nerver heared about that04:11
snark 04:13
snarkObsidianBlade, ok so it dosent have a raid card04:14
ObsidianBladeAlright. I was trying to find that out myself and still wasn't sure.04:14
ObsidianBladeSo what's that mean from here snark?04:14
andrew_!ubottu04:15
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/Bots04:15
donnieWell, i'm signing off. Thanks for your help everyone!04:15
rozmuqhttps://twitter.com/rozmuq/status/26059456677481267204:15
snarkObsidianBlade, all it really means is that you need to setup the raid first   then it is a sinch to install ubuntu04:15
ObsidianBladeSnark, that's good to hear. If you saw that pic when I put up my first message in here, it looked a bit confusing. To me anyway04:16
denebeimI'm getting a getcwd failure on an automounted NFS partition when the partition being mounted is local to the host.04:17
denebeimif that makes sense04:17
denebeimI've been googling around, but so far no luck.04:18
SolarisBoydenebeim: your saying the nfs is shared to itself?04:18
denebeimYeah, it's actually my home directory, it get shared nfs regardless of what machine I'm logged into04:19
denebeimI'm only seeing the behavior when I ssh into the machien the disk is local to.04:19
denebeimspecifically the /home partition is automounted to /nethome04:20
denebeimafter I log in most things work, although some scripts fail as does trn04:20
andrew_i need some assistance with my graphics firmware as ubuntu details app tells me its unknown04:21
ObsidianBladeSo Snark, how do I proceed?04:21
denebeimoh also this just started a few days ago, I'm not sure when, but less than a week ago.  presumably it's caused by some package that was updated.04:22
snarkObsidianBlade, you could start here http://www.devil-linux.org/documentation/1.0.x/ch01s05.html04:22
denebeimthe configuration files fstab, nfs, auto.home, have not been modified since Jun '1104:23
lwizardlis there a way to actually list all directories and the files in them? like dir > output.txt04:23
wastrellwizardl: find04:24
denebeimlwisardl you probably want to investigate the 'find' command04:24
snarklwizardl, try   ls -l04:24
SolarisBoyls -R04:24
snarklwizardl, or try   ls -l > mylist.txt04:25
denebeimSolarisBoy, snark, it depends on what he's looking for.  ls's output is crappy if you're writing a script.  Find is much better since it gives the full path on each file04:25
SolarisBoydenebeim: the output can be adjusted - find isn't really for that - but if you must you can add -1 and get ls to print in a column04:26
KM0201is there a way to run rsync in reverse?  forinstance, i have a rsync job that backs up "data" to "databackup"(which is on another drive)... lets say the drive with "data" fails, is there a way to make rsync "reverse"... where it would essentially restore "databackup" to "Data". (hope that made sense)04:26
ObsidianBladeSo Snark, I think I'm in a bit over my head. am I to open a terminal before the set up and run that stuff or something? I don't quite understand this.04:27
SolarisBoyKM0201: are you sure switching the source and destination in rsync won't work? is it a 1-1 a directory to a directory restore? or is it an archive of a backup etc?04:27
wastrelKM0201: you can just reverse the arguments04:27
KM0201wastrel: thats what i want to do... how would i do that?04:27
lwizardl-R worked04:27
lwizardlthanks04:28
denebeimAny ideas about my nfs problem?04:28
snarkdenebeim, he did ask for a list!04:28
wastrelKM0201: rsync A B ->  rsync B A04:28
SolarisBoy-l is for long listing -R is for recursive =)04:28
KM0201SolarisBoy: rsync is working fine (again, my job is set data to databackup)..... but lets say the drive with "data" fails, and I need to restore form "databackup"... is ther ea way to do that w/o creating another job?04:28
wastrelmais non?04:28
KM0201hmm04:28
=== A7med is now known as neo31
denebeimyeah, but he asked for all the subdirectories.  and yeah for human readability ls -lR rocks04:29
SolarisBoyKM0201: what wastrel said04:29
KM0201ya04:29
SolarisBoyright - and -R is for subdirs04:29
KM0201i was trying to do it from an OMV gui.. so i was hoping there was a switch04:29
KM0201no big deal.04:29
denebeimwell I guess I'll try again some other day, thanks guys.  I know it's a weird bug.04:30
snarkObsidianBlade, yes it is complicated, I fully agree ,now If you didnt necessarily want RAID    the btrfs filesystem is another possible solution04:30
q0_0pis evolution-data-server segfault is this a known issue?04:31
snarkObsidianBlade, and it has a lot of the benifits of RAID04:31
q0_0p[   26.059332] evolution-calen[1777]: segfault at 7f7270005ae0 ip 00007f7270005ae0 sp 00007fff5c698978 error 1504:31
ObsidianBladeSnark: Well it's not that I want it to be RAID for the sake of being RAID but I want to have that combined sace04:31
ObsidianBladespace*04:31
wachpwnskihow does one make a samba share not viewable by unauthorized users?04:31
ObsidianBladeIf btrfs offers that, then hey, I'm open to it04:31
SolarisBoyyou can make an lvm pool of different disks04:31
johnjacobjingerhwhats the proper syntax to move all files in a folder to a new location without moving the parent directory04:32
johnjacobjingerhwould it be mv /directory/name/here/* /new/directory/here/04:32
SolarisBoyjohnjacobjingerh: that works04:32
excervowachpwnski, check samba config set readable = no04:32
johnjacobjingerhSolarisBoy, do u know if there's a way to check on the progress of mv... like if it's a big file can it show percentage copied?04:33
SolarisBoyjohnjacobjingerh: you can do ps or alternations on ps04:33
snarkObsidianBlade, ok then   but it is still advertised as experimental (you have been warned!)    I use it myself on my personel pcs not at work!04:33
ObsidianBladesnark: lol what's experimental? btrfs?04:34
SolarisBoyjohnjacobjingerh: you can get a total of the files size and then do something like 'watch 'du -skh /path/to/location' and you can see it increase04:34
wastrel^^^04:34
johnjacobjingerhah04:34
andrew_any ideas of a portable onboard graphics detector app04:34
johnjacobjingerhthanks04:34
snarkObsidianBlade, so just install ubuntu and tell it to use btrfs , it will sort the rest out for you04:34
SolarisBoyandrew_: lspci =)04:34
johnjacobjingerhi'm trying to copy all the contents of one drive to another04:35
L3topandrew_: what do you want it to do exactly?04:35
andrew_download driver04:35
SolarisBoyjohnjacobjingerh: that works if your talking about files and mounted drives - which i think you are04:35
ObsidianBladeI suppose I can give that a shot. Something tells me I'll be coming back here with an error of some sort or some issue04:35
johnjacobjingerhyep04:36
wastreljohnjacobjingerh: if you use mv you will move them from one to the other not copy04:36
L3topandrew_: I can give you a script that will do it. What version ubuntu?04:36
andrew_im trying to install a game and im having trouble04:36
johnjacobjingerhi'm copying now... forgot to check the size of the files04:36
johnjacobjingerhwastrel yes i know04:36
johnjacobjingerhi want to move them04:36
andrew_12.04lts L3top04:36
johnjacobjingerhi'm formatting the othetr drive04:36
L3topandrew_: oh... well I can help you just install that machines driver04:36
johnjacobjingerhtho cp might have been safer in case something gets missed04:36
johnjacobjingerhoops04:37
q0_0phow do i remove the mail icon04:37
q0_0pin 12.1004:37
q0_0panyone?04:37
johnjacobjingerhoh well.. live and you learn04:37
snarkObsidianBlade, btrfs has been around for a few years so its not totally new04:37
L3topandrew_: lspci -nn | grep VGA04:37
johnjacobjingerhoh i see wastrel i accidentally said 'copy'   i meant move04:37
wastrelcp should be slightly faster04:37
ObsidianBladeSnark: Alright, Well I'll go and give it a shot then. Hopefully it works out. If not, I'll be back here for more help. Thanks for the help you've provided. It's been....helpful. lol04:37
wastrelbecause you don't have to unlink on the othere side04:37
snarkObsidianBlade,   hehe   np04:38
johnjacobjingerhsigh.. i hope netflix comes out for linux soon04:40
pupoanybody did this04:41
pupohttps://help.ubuntu.com/community/WindowsDualBoot04:41
pupothe part of "Master Boot Record backup and re-replacement"04:41
xMopxShellHi guys, I just installed & updated 12.10. After i installed nvidia-current and nvidia-settings, unity is gone and im stuck at 640x480. can anyone help?04:41
snarkjohnjacobjingerh, qoute "Movie streaming company Netflix have once again reiterated that have no plans to support Linux anytime soon"04:42
wilee-nileepupo, You can do a backup but bothe the windows bootloader and the ubuntu bootloader can easily be inserted into the mbr04:45
pupowilee-nilee: trying to understand this command04:45
pupodd if=/dev/sda of=/mbr.bin bs=446 count=104:45
rinzlerlooking for the gtkwhiteboard pkg and it doesn't show up under any of my current sources. what sources do I need to enable to get this to work?04:46
wilee-nileepupo, There are two commands that is gthe save the other is the insert, honestly I have never used either, and I have W7 and 3 linux installs on a single HD, that is rather old school.04:48
Jordan_Upupo: For restoring an MS style mbr it's both easier and safer to use the install-mbr command, so I would ignore the suggestion of using dd.04:49
wilee-nileeGood to know the dd stuff I guess for some I never use them.04:49
pupoJordan_U: I would be booting from a live cd04:50
pupoJordan_U: this is after I install windows04:50
Jordan_Upupo: That doesn't change my statement at all.04:51
pupoJordan_U: so I boot from live cd, then run              sudo grub-install /dev/sda04:51
snarkpupo,   install windows first then boot into ubunto livecd and it will do the multiboot for you04:52
pupoI already have a working ubuntu I want to keep04:52
snarkpupo, oh   thats very different! and harder04:53
puposo I need to install windows and then install grub from live cd04:53
Jordan_Upupo: First, I thought that you were trying to (or preparing for in case you needed to) restore the Windows bootloader, now I understand that you want to restore grub. To restore grub from a LiveCD follow this guide: https://help.ubuntu.com/community/Grub2/Installing#via_ChRoot04:53
wilee-nilee+1 on the chroot04:53
pupoJordan_U: the dd option seems simpler :-(04:55
KM0201seems simpler?04:56
KM0201what could be more simple than booting the live cd and running a utility to restore grub?04:56
snarkpupo, Jordan_U idea is much safer for you04:56
Jordan_Upupo: It is simpler, and it would probably work, but the guide I linked to is safer (no chance of data loss in the case of making a mistake) and more reliable.04:57
pupoKM0201: the other option is04:57
pupoBackup the MBR e.g. dd if=/dev/sda of=/mbr.bin bs=446 count=104:57
pupoRestore the MBR e.g. dd if=/media/sda/mbr.bin of=/dev/sda bs=446 count=104:57
mah454Hello05:06
XMLnewbiok, im on ubuntu server. I have a java app im trying to install. java -jar mtgoxtomysql.jar & returns      Unable to access jarfile mtgoxtomysql.jar05:06
XMLnewbiI have FTP accress and the Java is right on top05:07
XMLnewbido i need to install Java? can I do that from the command line?05:07
pupoJordan_U: what's the difference between point 5 and 6there05:07
aeon-ltd!java | XMLnewbi05:08
ubottuXMLnewbi: To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software  Development Kit" (SDK).  Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations.05:08
guanghow to logout with command?05:08
guanghow to logout with command?05:09
Jordan_Upupo: Point 5 is for mounting your root partition, point 6 is for mounting your /boot/ partition (if you have one). You probably don't have a separate /boot/ partition.05:09
darkowlzz_guang, you mean close the terminal ?05:09
guangi mean log out,not close the terminal05:09
pupoJordan_U: I also would need to install the windows partition at some point05:10
XMLnewbiI on SSH into a VPS,              All i got is command line, Im really uncomfertable.           !java doesnt seem to install Java05:10
snarkguang,    exit05:10
darkowlzz_guang, are you alson on SSH to a VPS?05:10
Jordan_Upupo: This would all be something that you would do after installing Windows.05:10
guangi work on ubuntu05:11
pupoJordan_U: yes of course05:11
pupoif I don't install windows I don't need to reinstall grub :-D05:11
XMLnewbiis there a command line to tell is Java is installed?05:11
ahmadcommand -v java05:11
pupoXMLnewbi: java -version05:11
ahmador which -v java05:11
ahmador what pupo said05:12
XMLnewbiI am on ubuntu server. -v   returned command not found05:12
pupopupo: java could be there anyway, this will tell you if it has it in the path and all the stuff05:12
XMLnewbiOpenJDK Runtime Environment (IcedTea6 1.11.4) (6b24-1.11.4-1ubuntu0.11.10.1) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)05:12
ahmad'which java' works without the -v05:13
wastrela wild java appears05:13
pupoXMLnewbi: openjdk, a bit different from sun jdk but works anyway05:13
guangwhen i want to log out,i can only use 'ps au',then kill the 'X' thread05:13
guangis there other command?05:14
pupologout05:14
wastrelwell you could do pkill gnome-session05:14
pupoguang: logout05:14
snarkguang, what desktop you use?05:14
guang10.0405:14
XMLnewbi java -jar mtgoxtomysql.jar                returns    Unable to access jarfile mtgoxtomysql.jar                 Does that mean it cant find the file?       is there a way I can view the DIR? I dont know the filestructor. I only have FTP access and I put the Java right on top05:14
guanglogout can not work05:14
alaguHello, I'm trying to install using wubi. I have ubuntu-12.10-wubi-amd64.tar.xz downloaded locally.05:15
=== don is now known as Guest7310
alaguBut everytime I start wubi, it tries to download it from internet05:15
kfedI don't have an internet connection on my install, how do I install make05:15
wastrelif you only have ftp how are you running java05:15
pupoXMLnewbi: first you should make sure file there, then us java -jar05:15
darkowlzz_alagu, hi, tamil?05:15
snarkguang, do you want to shutdown the pc?05:15
XMLnewbiI am on SSH command line05:15
pupoXMLnewbi: to find file just use find or locate05:15
aeon-ltdalagu: if you have the iso in the same dir it will detect it05:15
alagudarkowlzz_: yes :)05:15
darkowlzz_alagu murgan05:15
alaguaeon-ltd: I don't have iso, but I have the xz05:16
guangi use terminal05:16
wastrelguang could do sudo /etc/init.d/gdm restart05:16
foobArrrI have problems with distorted sound and echo with vlc. Often sound is only distorted for the first few seconds or a minute of a file, then sound is normal. When I skip to the next song/video, sound is distorted again. Also volume levels are strange: some videos are loud, some are quiet, in mplayer they have similar volume. I tried recording the distortions with Sound Recorder, but I can't get that to work.05:16
wastrelheh i think guang tested my suggestion05:17
alaguubuntu-12.10-wubi-amd64.tar.xz is the file I have05:17
alaguI assume wubi is also trying to download the same file05:17
snarkwastrel, hows that then?05:17
alaguIf I know which path wubi is trying to download, I could jut put that there.05:18
snarkguess not!05:18
guangyeah,/etc/init.d/gdm restart05:18
guangit does work.05:18
snarkbut isnt he just back where he started?05:18
kfedHow do I install make if I don't have an internet connection on my ubuntu installation05:18
darkowlzz_ANYONE, do iso files come as tar.xz?05:19
alusionhow long is a secure MySQL password typically?05:19
snarkdark3n|off, NO05:19
alagudarkowlzz_: no i guess05:19
aeon-ltdalagu: where did you get this xz?05:19
Mechdave_darkowlzz_, no05:19
wilee-nileealagu, Here is the wubi wiki. https://wiki.ubuntu.com/WubiGuide05:19
snarkdarkowlzz_, NO!05:19
KM0201darkowlzz_: not usually05:19
darkowlzz_alagu, where did you download that ubuntu tar.xz file?05:19
wastrelguang: you're not properly logging out of the gnome session, you're just restarting the display manager but it does get you out of X05:19
alagudarkowlzz_: aeon-ltd http://releases.ubuntu.com/quantal/05:20
Mechdave_darkowlzz_, you need the wubi .iso file05:20
alaguubuntu-12.10-wubi-amd64.tar.xz05:20
darkowlzz_Mechdave_, no, I am trying to help alagu05:20
alaguThanks darkowlzz_  :)05:20
darkowlzz_alagu, are you alagu murgan?05:21
alagudarkowlzz_: no, I'm alagu muthuraman05:21
darkowlzz_oh! I know someone with the same name, OT , sorry05:21
alaguno problem darkowlzz_  :)05:22
=== morphis is now known as morphis|away
darkowlzz_alagu, did you tried extracting that file?05:23
darkowlzz_usually wubi comes inside the iso file05:23
bitpimpok... I installed java 6 and java 7 somewhere in my system, but can't find them... sudo update-alternatives --config java is telling me there is only one alternative in the link group (6)... how can I find 7?05:27
wastrelyay05:27
wastreldid you install java 7 from repos?05:28
XMLnewbihow do you view your current DIR in unbuntu?05:28
wastrelpwd05:28
darkowlzz_pwd05:28
XMLnewbils isnt returning anything05:28
=== darkowlzz_ is now known as darkowlzz
wastrelif ls isn't returning anything that means the dir is empty or contains only hidden files05:28
wastrells -a to view hidden files05:29
drupinDuplicate sources.list entry http://dl.google.com/linux/talkplugin/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_main_binary-i386_Packages)05:29
bitpimpwastrel: nope05:29
drupini get this on sudo apt-get update05:30
wastrelbitpimp: i figured out why it's not showing up in the alternatives system05:30
bitpimpwastrel: I think I just pulled the directory down on 705:30
bitpimpwastrel: lol... ok05:30
doomlordi can see a share across the network on my desktop (Network servers -> foo) -> "foo on bar" shows up as a desktop icon;  but where can i acess this from a commandline. i tried looking in "/mnt/" ,also "~/Desktop/foo on bar".05:30
bitpimpwastrel: is there a way to manually add executables to the alternatives?05:31
doomlordq: what is the path to acess a share that shows up on the desktop05:31
wastreldoomlord: it's in /media05:31
doomlordthanks05:31
wastrelprobs05:31
wastreldoomlord: also see "mount"  or "df"05:31
knixI just installed 12.10 on my laptop and I have no acceleration when I use startx but lightdm work sjust fine05:31
wastrelbitpimp: iono, probably. but why not use java7 from repo?05:31
bitpimpwastrel: well... I want both 6 and 7 available, and not sure what happens when you install two different java versions from repo05:32
doomlordoh i can see a usb stick there, but not the network share i'm connected too :(05:32
wastrelbitpimp: it works good and you can switch between them with the alternatives system05:33
knixIt's also not obeying my keyboard options from /etc/default/keyboard in lightdm but if I startx it works fine05:33
bitpimpwastrel: badaboom... cool... thanks!!05:33
snarkdoomlord,  what is in the address bar in the file manager when share is opened?05:33
doomlordheh no "open terminal here"05:33
doomlordlet me check:-05:33
wastrelnetwork share if it's samba i dunno where to look05:33
doomlord"foo on bar"     foo is the name of the file, bar is the machine name05:34
wastrelis it a windows share?05:34
wastrelanything show up with "mount" or "df" ?05:34
uweguten morgen05:34
Bill_BuilderHi, I'm new to Ubuntu, I'm tired of not seeing through the window...    anyway, I can't get Ubuntu to run... I believe the problem is I have a RAID 0 boot drive. Any suggestions on how to make this work?05:34
uwewer spricht deutsch und kennt ubuntu 12.10 ??05:35
wastreluwe: #ubuntu-de ?05:35
cfhowlett!de|uwe05:35
ubottuuwe: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!05:35
XMLnewbihow do I go up?    im in home/usr        cd home    says no such file or dir05:35
darkowlzzcd ..05:36
snarkXMLnewbi, cd/home/05:36
darkowlzzXMLnewbi, ^05:36
doomlordits a windows share, i think , yes05:36
Mechdave_XMLnewbi, cd ..05:36
snarkXMLnewbi, cd /home/05:36
Mechdave_or to go to /home it is cd05:36
doomlordah just trying mount now05:36
snarkXMLnewbi, cd ..    even05:36
doomlord"df" shows me a usb stick aand drives  //dev/sda5 /udev tmpfs  none none /dev/sdb1   ...05:38
XMLnewbiif im on a VPS set up to run a website. What folder most likly has my FTP files?  bin   dev  home        initrd.img.old  lib64       media  opt   root  sbin     srv  tmp  var      vmlinuz.old boot  etc  initrd.img  lib             lost+found  mnt    proc  run   selinux  sys  usr  vmlinuz05:38
wastrelXMLnewbi: that would be home05:38
ahmadcan anyone advise, what is the best way to transfer a file from localhost ubuntu 12.10 Desktop to a virtual machine (virtualbox) ubuntu 12.10 server05:38
snarkXMLnewbi,  maybe   /srv?05:38
doomlordah i have ~/Desktop/.gvfs/foo on bar :) found it05:38
doomlordDesktop/.gvfs05:39
XMLnewbihome only has usr     and usr is empty05:39
XMLnewbicd user05:39
vinothcan any one fix this error i got this in my ubuntu terminal when i configure vlc :::::::::: vlc is unable to open mrl check  the log for details05:39
guang_ahmd,you can use copy and past05:39
wastrelahmad: i would scp but there's probably a better way, shared disk or something with vbox05:39
doomlordno sorry. .. ~/.gvfs05:39
Bill_BuilderThanks for the look, I'll take this up tomorrow... best to all.05:39
wastrelcopy & paste nowai05:39
=== Youri is now known as YBook
doomlordok thats does what i need, great.... i'm having to create "guest" acess though - i'd like to know how to make my username work for logging in properly.  I'm trying to sync a laptop and a desktop machine05:41
XMLnewbisrv has a folder ftp         but it is empy, wtf05:41
snarkXMLnewbi, it really depends what ftp package your using and how its configured05:42
drupinI get this on sudo apt-get update http://paste.ubuntu.com/1299351/05:42
ahmadwastrel, ty i will look in to shared disk.. i wasnt sure scp will work over virtual machine05:42
XMLnewbiuser@108-171-201-222:/srv/ftp$ java mtgoxtomysql.jar Exception in thread "main" java.lang.NoClassDefFoundError: mtgoxtomysql/jar Caused by: java.lang.ClassNotFoundException: mtgoxtomysql.jar         at java.net.URLClassLoader$1.run(URLClassLoader.java:217)         at java.security.AccessController.doPrivileged(Native Method)         at java.net.URLClassLoader.findClass(URLClassLoader.java:205)         at java.lang.ClassLoader.loadCl05:42
drupinXMLnewbi: use http://paste.ubuntu.com/05:43
XMLnewbiIt actually worked snark, it found  my java in there05:43
XMLnewbifor some reason ls just wasnt listing the files05:43
XMLnewbibut now there is a problem with my lava05:43
wastrelahmad: i don't know anything about virtualbox honestly, i was just speculating :]05:44
* [_-S1L3NC3-_] Hmmm05:44
wastrelXMLnewbi: try dir in ftp instead of ls maybe05:44
Jordan_Udrupin: Then you probably have two entries containing http://dl.google.com/linux/talkplugin/deb/ , to find out where they are you can run "grep -R http://dl.google.com/linux/talkplugin/deb/ /etc/apt/sources.list /etc/apt/sources.list.d/"05:44
drupinJordan_U: http://paste.ubuntu.com/1299355/ this i got from pastebinit05:46
drupinwhich one to remove now05:46
vinoth_FFFFFFFFFFFFF05:47
drupinJordan_U: http://paste.ubuntu.com/1299355/ which one to remove05:48
yugandharHi Guys, We need the monitoring tool for apache web request and performance to install on ubuntu linux05:48
blacksunsevenmy samba has completely stopped working. i get a cryptic error similar to this http://ubuntuforums.org/showpost.php?p=10057491&postcount=105:48
yugandharcould anyone help me please?05:49
blacksunseveni've had zero luck fixing it, i'm assuming it's some screwed permissions somewhere05:49
wastrelsamba :[05:49
=== Klamir is now known as dpsnoteegsdoblue
wastrelblacksunseven: does /etc/samba/smb.conf exist, is it readable, does /etc/samba/ have reasonable looking perms as well?05:50
snarkblacksunseven, do you not have a backup config file?05:50
blacksunsevenwastrel, it didnt, i copied the sample from my /usr, relogged, and now its gone again apparently05:50
doomlordits not letting me do a "git fetch" from the location ,,  i did git add remote blah ~/.gvfs/foo\ on\ bar  ... the path shows up fine but it keeps telling me "doesn't appear to be a git repository" ... is git not going through the appropriate network 'abstraction ' or seomthing05:51
doomlordi *can* just copy raw files however05:51
blacksunsevenand no, /etc/samba has no permissions05:51
blacksunseven"d---------" for /etc/samba05:51
wastreleek05:51
blacksunsevenyeah, i know, i have no idea how this happened05:52
wastrelis your disk failing or filesystem corrupted05:52
snarkblacksunseven, it need a new config file05:52
wastrelwhat do other files & dirs in /etc look like05:52
blacksunsevenrest of /etc looks good05:52
snarkblacksunseven, it needs* a new config file05:52
blacksunsevensnark, k, from where?05:52
wastrelso chmod 755 /etc/samba05:52
snarkblacksunseven, from a backup?05:53
blacksunsevenyeah.. backup..05:53
kfedI want to install gcc, but I don't have an Internet connection05:53
blacksunsevenis it ironic i encountered this problem when trying to set up a backup for another pc?05:53
kfedI have the deb file and deb files for all dependencies05:53
blacksunseveni hadnt modified the default smb.conf to my knowledge05:53
yugandharHi guys, can anyone help me on my question?05:54
kfedHow do I do this?05:54
kfedIf it were just one I would use dpkg, but I don't think that will resolve the dependencies properl05:55
wastrelkfed: http://askubuntu.com/questions/21004/is-there-apt-cacher-for-windows  perhaps05:55
wastrelkfed: /win 1905:55
wastreler, ignore that05:55
blacksunseventhe permissions + a fresh smb.conf from /usr fixed it, thanks guys05:56
tiger__how to enable squid ssl verify peer certificate with client, everybody05:57
qkitafternoon all05:57
qkitguys my apt-get update are running very slow05:57
qkitwhat are the command to fetch only certain header from the sourcelist05:57
qkitrather then update the whole list05:58
qkit?05:58
kfedWastrel: I don't have apt-offline, though05:58
dislohas anyone ever transcoded an rtsp stream on the fly to be sent out to iphones and androids?05:58
snarkdislo, are you using  the stream.tv service?05:59
kfedIs there any way to have muon use a local folder as a software source?05:59
snarkdislo, are you using  the u*stream.tv service?05:59
XMLnewbimy find doesnt seem to work very well, is there a command like find all?       I dont a find for a folder even folder home and it cant find it06:00
dislosnark: no it is coming off of an ip camera and I need to do it locally because I wont have enough bandwidth to send it off and back06:00
dislosnark: any ideas on how to do this?06:02
XiaolinDraconisJordan_U, so, windows is broken, and i dont have my disk with me to fix it06:02
doomlord(silly me, i can *view* the files but not access them, git should work once i fix that)06:03
snarkdislo, I was going to suggest you g over to their site    lots of info there    all Ive ever done is grab a rstp stream and save it locally using Dumprtsp06:03
dislosnark: I will take a look at it.06:04
XMLnewbiwith FTP via command lind can I send files from my hard drive?  its promting ftp>          in putty via SSH06:07
snarkXMLnewbi, look at the help!06:08
XMLnewbi !               dir             mdelete         qc              site $               disconnect      mdir            sendport        size account         exit            mget            put             status append          form            mkdir           pwd             struct ascii           get             mls             quit            system bell            glob            mode            quote           sunique binary      06:08
ubottuXMLnewbi: I am only a bot, please don't think I'm intelligent :)06:08
XMLnewbino send06:08
XMLnewbiI mean connect06:09
KM0201!paste06:09
ubottuFor 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.06:09
yugandharI have to monitor apache web server requests and performance through browser on ubuntu linux... Please help me technicians06:09
XMLnewbiwhen i try send C;/folder           it says not connected06:09
snarkXMLnewbi,   its the  "put"  command   not send     use google for examples06:10
qkitguys...i try to add this in my ubuntu sourcelist06:13
qkithttp://downloads.linux.hp.com/SDR/downloads/ManagementComponentPack/Ubuntu/pool/non-free/06:15
qkiti keep getting E: Malformed line 2 in source list /etc/apt/sources.list (dist) error06:15
snarkqkit,   have you used the script they mention?06:18
=== aeon-ltd_ is now known as aeon-ltd
wilee-nileeqkit, THat is a web page address they do not go in that list.06:18
wilee-nileeqkit, Can you share why you are?06:19
rinzlerI've got volume buttons on my keyboard, and the system seems to recognize them and do...something, but it's not accually changing volume or muting. how should I go about fixing that?06:19
Gyro54Hi!06:21
Lartzalartza : lartza sudo > lartza is not in the sudoers file??06:22
darkowlzzis there any chat channel for ubuntu users, where Off-Topic discussions can be done?06:22
Gyro54How can I shut down Libraoffice which has locked up during a cut and paste from one spreadsheet to another?06:22
Lartza#ubuntu-offtopic06:22
wilee-nileeLartza, You in the admin account?06:22
darkowlzzoh! Lartza thanks :)06:22
Lartzawilee-nilee, ?06:23
qkitwilee-nilee: what you mean web page address list?  i trying to install  cpqacuxe hp-health hp-smh-templates hp-snmp-agents hpacucli hponcfg hpsmh06:23
snarkqkit,   have you used the script they mention?06:23
wilee-nileeLartza, The admin account is the one made on install, and any others made to be admin accounts.06:23
Lartzawilee-nilee, Ahh had to do a reboot06:23
Lartzawilee-nilee, It's a server06:23
Lartzawilee-nilee, There was only root, then I created my own account, and had to chmod sudo to work, needed a reboot after that it seems06:24
rinzlerhow do I change which sound card that the system controls06:24
wilee-nileeqkit, You give a specific addition to your sources.list, that is the web page look closer at the instructions.06:24
wilee-nileeLartza, cool06:25
snarkrinzler, alsamixer06:25
qkitssnark: sorry, what you mean script?06:25
wilee-nileeGyro54, Try killall libreoffice in the terminal.06:26
snarkqkil   see the "getting started" link at the top of the page06:26
qkitok thanks :)06:26
rinzlersnark: doesn't seem to be working..06:27
qkitthanks06:27
snarkrinzler, alsamixer or the card?06:28
LartzaWhy isn't it...06:28
Lartzasudo ln -s filename1 /etc/init.d/filename2 then sudo update-rc.d filename2 defaults06:29
andrew_!ubottu06:29
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/Bots06:29
Lartza/etc/init.d/filename2: file does not exist06:29
LartzaBut if I ls /etc/init.d it's there, albeit red...06:29
=== dpsnoteegsdoblue is now known as Klamir
Lartzaoh right nevermind, full path ;)06:29
Gyro54wilee-nilee: trying but no process found06:30
wilee-nileeLartza, If you get no answers here you might check with #ubuntu-server if you need help otherwise.06:30
rinzlerhow do I find the hardware address of sound devices?06:31
=== slimshady is now known as Guest76382
snarkrinzler, does alsamixer even startup?06:32
rinzlersnark: yes06:32
snarkrinzler, press F606:33
rinzlersnark: ok,06:33
wilee-nileeGyro54, killall soffice.bin06:34
snarkrinzler, is more than one card listed?06:34
wilee-nileeGyro54, That worked to kill mine had to google it. ;)06:34
rinzlersnark: yes. I am using a non stock card.06:36
passwoedhelphelp i dnt know my password06:36
outofmanahello?06:36
rinzlersnark: I ultimately want to use my keyboard volume buttons to control the correct output06:36
awestrokepasswoedhelp: hunter2?06:36
outofmanaim really hoping someone here can help me06:37
rinzleroutofmana: just ask, and if someone can answer, they will06:37
outofmanaproblem number 1) no sound in skyrim at all xubuntu 12.0406:38
snarkrinzler, you might need to look at type of keyboard set in ubuntu   as in what TYPE of keyboard does ubuntu think you have06:38
snarkrinzler, thats where the button mapping is actually done06:39
outofmanaproblem number 2) huge lag spikes in heroes of newerth, im on a desktop but would turning off power to the wifi card help?06:39
rinzlersnark: as in layout?06:39
=== obi is now known as velobi
snarkrinzler, as in manufacture of keyboard06:39
snarkrinzler, as in for example   is it a microsoft multimedia keyboard06:40
outofmanaQuestion 3) Could i get my linux drivers that work on 64bit, to work on win 7 64bit? (FOR MY WIFI CARD) ?06:40
rinzlersnark: well, it maps all the special buttons correctly. It's a bluetooth version of the microsoft optical desktop, so yes, somewhat...06:40
outofmanai have done tons and tons of research and im hoping someone here came across more help then i have06:40
outofmanahello?06:42
outofmanaam i dropping/06:42
awestrokeoutofmana: network lag spikes or graphical lag spikes06:42
outofmanait must be network because it shows the dc icon06:42
rinzler!wifi | outofmana06:42
ubottuoutofmana: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs06:42
rinzlerthere's something about wifi...06:43
mobherohi, i need to monitor the apache2 servers requests and responses from gui (browsers).06:43
kumarhi guy how to install lamp in ubuntu06:43
awestrokekumar: that is easily googleable06:43
Gyro54wilee-nilee: Thanks06:43
outofmanai have not other options, i pay the neighbors to use wifi ethernet is not an option06:44
outofmanaits certainly on the operating side problem wise.06:44
=== branant_ is now known as branant
outofmanaforget all my questions guys06:44
wilee-nilee!lamp06:45
ubottuLAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+)06:45
kumargoogled but its given problem to fetch pckge06:45
wilee-nileeGyro54,  no problem. ;)06:45
outofmanai just want to know if its possible i could get my xubuntu 12.04 64 bit wifi card drivers to work on windows 7 64bit06:45
outofmanatheoretically yes?06:45
snarkoutofmana, no ubuntu drivers will never work on windoz06:46
outofmanamy wifi driver is in the b43legacy package which i have tried, but no luck on win 7 64bit assuming because i dont have the firmware installed? how would i go about that06:46
shockingbehavur!usb06:46
ubottuFor information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent06:46
rinzlersnark: the desired sound device is controlled by pulseaudio if that makes a difference...06:47
kumarwat is taskel06:47
snarkoutofmana, no ubuntu drivers will work in windoz    end off06:47
outofmanaoh im screwed and windows xp i hate so much because it sucks for new games06:47
shockingbehavurtaslsel you mean06:48
shockingbehavurtasksel06:48
outofmanai promised myself any problems i faced in linux i would take care06:48
outofmananot to go back06:48
kumarya tASKEL06:48
outofmanaafter hours and hours of fixing all my hardware problems literally. skyrim has no sound at all. i havnt been able to find a fix i lag on hon and im tearing my hair out06:49
snarkrinzler,   whats the brand name of the keyboard?    is it on the ubuntu compatability list?06:49
=== atrius is now known as atrius_away
d1rkp1ttHi Guys, I have just run up the 12_10 server install and wondering if someone could guide me through installing unity desktop06:50
d1rkp1ttor point me in the right direction06:50
rinzlersnark: Microsoft. and it apparently does work with ubuntu. I can get the keyboard to control audio levels. my problem is getting it to control the right card.06:51
outofmanai was hoping for more intelligent help from this channel. all the questions all these guys are asking you can simply google IM SO MAD06:51
shockingbehavurkumar its to do with aptitude i think06:51
=== guang_ is now known as haha
d1rkp1ttoutofmana, who are you referring to?06:51
outofmanano one here installed skyrim and had a no sound problem?06:52
=== haha is now known as guang_
rinzleroutofmana: wait... are you asking about how to install and play skyrim from inside winblows?06:52
snarkrinzler, how about removing the other card and seeing if it works on its own?06:52
aeon-ltdoutofmana: no one is foolish enough to run skyrim in linux and expect no problems06:52
outofmanai never said i expected no problems06:53
rinzlersnark: that card is onboard audio. a part of the MB06:53
d1rkp1ttoutofmana, Also, not an ubuntu question....06:53
rinzlersnark: I could deinstall the software support possibly...06:53
d1rkp1ttTry the #skyrimonlinux channel06:53
snarkrinzler, and the other card ?06:53
snarkrinzler, onboard can be disabled from BIOS06:54
rinzlersnark: a soundblaster Live06:54
rinzlersnark: didn't think about that...06:55
rinzlersnark: let me reboot and set that...06:55
rinzlerbrb06:55
outofmanayaya after hours of googling and no fix im sure none of u can help me, im just venting i guess didnt mean offense to anyone here06:55
makuseruDoes anyone know of any way to get Amarok 1.4 working in 12.10? I've tried all the older guides, but they don't seem to work anymore. Packages seem to just be causing trouble with eachother.06:56
=== qos is now known as qos|away
=== qos|away is now known as qos
excalibrisn't there a latest ver..i think it's 2.x something06:58
=== adrianrly|OFF is now known as adrianrly
d1rkp1ttSo does anyone know how to install unity desktop on server? I have found this on google, but what troubles me is many of the examples are  different.07:01
d1rkp1ttis it just, apt-get install unity-desktop               ..07:02
d1rkp1ttor 2d ..07:02
d1rkp1ttThere is a 3d and 2d version? or is it just 3d now07:02
rinzlerd1rkp1tt: the 2d version is usually just a fallback for those who don't have adequate 3d support on their video cards.07:03
snarkdlrkwhat kind of server is it?07:03
ahmadcan someone help please, virtual box is not allowing shared folders until the user is added to vboxusers07:03
ahmadsudo usermod -G vboxusers -a $USER command is not working07:04
snarkdlrkpltt    what kind of server is it?07:04
d1rkp1ttUbuntu 12_1007:04
excalibrahmad: sudo adduser $USER vboxusers07:04
snarkdlrkpltt    what kind of server is it?    what does it do07:04
d1rkp1ttoh, test dev07:05
d1rkp1ttSo i run eclipse etc07:05
d1rkp1ttdev environment07:05
snarkdlrkpltt    why not try a lightweight desktop07:05
d1rkp1ttI kinda got used to unity in 12_10, now I quite like it07:06
d1rkp1tthated it at first07:06
d1rkp1ttBeen using default ubuntu desktops since 8_407:06
d1rkp1ttBut, I always download server edition and install it later...07:06
d1rkp1ttno reason why, its a bit dumb really07:06
rinzlersnark: disabling onboard sound in BIOS worked perfectly Thanks!07:07
snarkrinzler, np07:08
excalibrdoes anyone know any way to boot desktop iso into console mode ala server/alt iso?07:09
=== morphis|away is now known as morphis
aeon-ltdexcalibr: isn't there a cli option at boot?07:11
darin_well its not unity-desktop, that package doesnt exist07:12
aeon-ltdexcalibr: if not why not just go to the vts after boot?07:13
digitalunitymornin all, is anyone using AwesomeWM? I seem to have a memory leak and an issue with the audio mute07:13
excalibraeon-ltd: i want to avoid loading gui stuff since im loading the iso on low spec machine..need to rescue some data on the disk07:16
=== qos is now known as qos|away
e11bitsStill have problems after upgrade to 12.10 with nvidia graphics drivers and GeForce GTX 560 Ti07:18
ahmadsudo apt-get -y mesa-utils07:19
ahmadellbits use that command ?07:20
e11bitsahmad: And then?07:20
ButtDogI've been doing a lot of research and I'm trying to figure out, if I can turn a bunch of old computers into a single cloud. Anyone have any ideas? Ubuntu server 12lts appears to have some options.07:21
crizisdepends what you mean by "cloud"07:21
d1rkp1ttButtDog, openstack07:21
crizisbuzzwords, buzzwords07:21
digitalunitye11bits, whats the issue? I run two 560Ti's within 12.04 and AwesomeWM07:22
ButtDogcrizis: I know exactly what you mean, sorry I'm a bit tired. I was thinking of somehow daisy chaining them together and running a single vm on all of them at once and balancing the cpu load(if possible)07:22
digitalunitysorry just realised you have upgraded to 12.1007:23
ButtDogd1rkp1tt: I've been researching openstack and eucalyptus have you tried either?07:23
e11bitsahmed: should glxinfo tell me something?07:24
d1rkp1ttOpenstack is getting huge, apparently Ubuntu supports it now.. havent tried it07:24
panzersajthy! Can somebody help me with 'dd-ing' an image.07:24
=== snor is now known as Guest27552
d1rkp1ttButtDog, Cloud aside, you can cluster.. but I think the cloud/openstack concept is about fast creation of machines?07:24
panzersajtI run the command but nothing happens07:24
fairuzpanzersajt: fire up your question :) What the command you used?07:24
d1rkp1ttSo users can spawn instances really fast in your "cloud"07:24
ButtDogd1krkp1tt, that's what i've gotten so far, I'm using the wrong term. I should be cluster, do you have any ideas on this? Thanks07:25
panzersajtfairuz, sudo dd if=ubuntu12.10_2012_09_30.img of=/dev/sde07:25
d1rkp1ttcrizis, I agree with the "buzzword" thing btw, but meh, roll with it07:25
crizisButtDog, um, no, you can't really create "one vm" out of them. you can do, lets say networked filesystem which shows up as one mount and uses all machines as hd, you can roundrobin apache to respond at all machines, you can do clustered mysql server...07:25
d1rkp1ttYou CAN cluster Linux system as well07:25
crizisyou can do buildbot with gcc that uses all machines for compiling..07:26
crizisdepends what you're wanting to achieve07:26
ButtDogI have a bunch of old computer laying around07:26
=== qos|away is now known as qos
ButtDogMy new office has free power included, I was hoping to run some stuff on them07:26
d1rkp1ttI have installed linux as cluster where a control monitors and assigns tasks to ALL nodes as one machine07:26
crizismost likely you're just going to waste electricity, tbh :P but good for learning07:26
ButtDogI just don't want to SSH into each one and manage them independently07:26
kushal_kumaranpanzersajt: if the dd command did not produce any output, that means it succeeded07:26
d1rkp1ttButtDog, Thats a great idea07:26
e11bitsdigitalunity: I had absolutely no problem on 12.04 . These came with 12.1007:27
fairuzpanzersajt: Iirc, you need to dd to a partition such as /dev/sde107:27
ButtDogd1rkp1tt, Thank you!07:27
ButtDogcrizis: I agree 100%, I'm really curious to see how clustering works.07:27
d1rkp1ttLemhttps://wiki.ubuntu.com/EasyUbuntuClustering/UbuntuKerrighedClusterGuide07:27
crizisButtDog, for starters you might wanna start with https://help.ubuntu.com/12.04/serverguide/drbd.html for distributed filesystem07:27
panzersajtfairuz, kushal_kumaran It is a complete image with partition table and files. It runs but showa that 0 written bytes.07:28
svm_invictvsHow does one install jetty8 on Unbuntu server?07:28
svm_invictvsI'm only able ot install jetty 607:28
crizisButtDog, https://help.ubuntu.com/12.04/serverguide/ubuntucloud.html also for openstack stuff07:28
e11bitsdigitalunity: Now there is no transparency with dash in unity, a crippled animation on window minimize and some strange artefacts while entering passwords07:28
fairuzpanzersajt: But maybe I'm wrong. Already forgot how I did this in the past.07:28
crizisButtDog, in general, just look at server documentation - it's pretty straightforward07:28
=== morphis is now known as morphis|away
=== `mOOse` is now known as m00se
majnoondoing a wubi install on sister's desktop07:28
d1rkp1tthttp://www.squidoo.com/linux-clustering07:29
majnoonunity not so great on desktop but on this netbook it PERFECT07:29
ButtDogwhoah, a lot to sink in07:29
majnoon!ot07:30
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!07:30
crizismajnoon, what makes unity any different on a laptop than on a desktop?07:30
kushal_kumaranpanzersajt: any errors in dmesg or /var/log/syslog?  I assume /dev/sde is a usb thumb drive.  Do you have a different one you could try it on?07:30
majnooncrizis, it netbook saller screen07:30
d1rkp1ttButtDog, http://www.stevekelly.eu/cluster.shtml07:30
majnoon*smaller07:31
crizismajnoon, i think unity is _worse_ on netbooks as it wastes so much screen estate, but great on desktops ;)07:31
ButtDogd1rkp1tt, thanks for that last one07:31
d1rkp1tthttp://byobu.info/wiki/Building_a_simple_Beowulf_Like_Cluster_with_Ubuntu07:31
majnoonplus can pin programs i use more often in netbook07:31
kushal_kumaranpanzersajt: failing that, run sudo strace -o dd.log dd if=.... to generate a log of every system call that the dd command makes.  That will be a start.07:31
d1rkp1ttThat one looks promising07:31
ButtDogd1rkp1tt, have you heard of anyone doing this before?07:32
majnooncrizis,most of time on desktop i basically have *buntu07:32
d1rkp1ttButtDog, We did this at my old work with a bunch of old servers... it worked fantastic... but they were really old07:32
doomlordis it possible to create a startup disk on one partition of a usb stick. desired state: usb stick with a bootable linux install, and a sepearte parttion for data. I'd already used gparted to make 2 such partitions..but "startup disk creator " is asking me to format it again07:32
d1rkp1ttButtDog, Also, lots of people do it... some recent puclished ones are.. .large PS3 cluster, and RasberryPi cluster07:33
ButtDogd1rkp1tt, wow, I'd love to hear more about. How old? what where the specs?07:33
majnoonALMOST equiv of doing apt-get install *07:33
ButtDogd1rkp1tt, I've heard of ps2/ps3 clusers also07:33
d1rkp1ttThey were ancient.. this was 6 years ago07:33
gabkdllydoomlord, I believe you can just make the whole stick one partition, and then just keep your own data in a seperate folder07:33
ButtDogd1rkp1tt, do you mind if I PM you?07:34
d1rkp1ttButtDog, http://hardware.slashdot.org/story/12/09/12/145256/university-team-builds-lego-and-raspberry-pi-cluster07:34
majnoonon desktop i usually use kde or blackbox07:34
d1rkp1ttButtDog, Check that out07:34
Jimster480-Laptohi noobs07:34
doomlordideally i wanted to be able to leave the 'data' partition alone, and overwrite the 'boot' part. (I can see of course that if i wanted to update the installer i could just copy the data off and put it back)07:35
gabkdllydoomlord, it should not disturb any install process as long as you do not muck around in any of the installers files or folders07:35
panzersajtkushal_kumaran, http://paste.ubuntu.com/1299481/ It a freshly formatted SD card.07:35
nydeli wanna propose inclusion of cinnamon window manager with ubuntu next release -- where can i do that?07:36
the_dark_knightHi, How do I write a cronjob which will allways run. Even if it gets failed it will restart. suppose there is a service like a gearman worker, it should always be running. if it gets aborted it should restart. How do I write such cron?07:36
crizisnydel, get it packaged to debian07:36
nydeli mean it's /so/ superior to unity & or gnome... i just can't even imagine using ubuntu without cinnamon anymore07:36
doomlordperhaps i can install onto another usb stick , and copy the bootable files onto the partitioned stick. (i've several smaller, and one very large stick.)07:36
crizis(and cinnamon sucks)07:36
nydelcrizis: hey hey now :) why do you say that?07:37
kushal_kumaranpanzersajt: did you accidentally do a dd with your .img file as of?  check the file size with a ls -l07:37
crizisno hud, crappy oldschool taskbar, i don't see what's superior in that07:37
=== dark3n|off is now known as dark3n
Jordan_Unydel: Either in a bug report / feature request or at http://brainstorm.ubuntu.com/ although for either please check first to confirm that such a request hasn't already been filed.07:37
nydelJordan_U: thank you, that's very helpful.07:38
nydelcrizis: i wasn't quite sure what you mean by "get it packaged to debian"07:38
Jordan_Unydel: You're welcome.07:38
kushal_kumaranpanzersajt: ref. line 71 in the strace output.  dd tried to read from the file but got 0 bytes.  your .img file might have got truncated at some point.07:38
crizisnydel, ubuntu gets synced from debian on each release07:39
the_dark_knighthey guys please help.07:39
panzersajtkushal_kumaran, yes sorry for bothering you07:39
panzersajtkushal_kumaran, :(07:39
nydelcrizis: so if cinnamon were included in debian most recent, it would be available in the ubuntu ppa?07:39
crizisyes07:39
nydelthe_dark_knight: please ask for help, i'm happy to help07:39
nydelthe_dark_knight: i mean, could you ask a specific question?07:39
the_dark_knightHi, How do I write a cronjob which will allways run. Even if it gets failed it will restart. suppose there is a service like a gearman worker, it should always be running. if it gets aborted it should restart. How do I write such cron?07:40
nydelcrizis: what is your window manager of choice?07:40
kushal_kumaranpanzersajt: it's no trouble.  this happens to everyone at some point or other.07:40
panzersajtkushal_kumaran, can you help me with ubuntu 12.10 notification area? I would like to add some applications to it (skye, xchat)07:40
nydelthe_dark_knight: could you tell me exactly what you're trying to do like clockwork? & when/why it fails etc?07:40
crizisunity07:40
gabkdllydoomlord, I believe that when you make a bootable stick, it sets some special bytes somewhere, so just moving all the files from a bootable stick won't work. But I could be wrong.07:41
nydelthe_dark_knight: immediately i think that we should try writing the command into a script that handles possibilities of failure by exporting the command output to a log then checking it.07:41
nydelthe_dark_knight: do you follow that? tell me more about the cronjob.07:41
Jordan_Upanzersajt: Please pastebin the output of "sudo parted -l", also be very careful with dd. One small mistake and you could lose all the data on your hard drive.07:42
NGRhodesgabkdlly, doomlord, also writes a boot record07:42
nydelcrizis: you don't have a lot of problems with compiz?07:42
crizisnone07:42
panzersajtJordan_U, thnaks but already solved :)07:42
the_dark_knightnydel: do you know gearman?07:42
jonkhello07:44
nydelthe_dark_knight: no, let me look it up07:44
the_dark_knightnydel: look for gearman workers specifically. it's really good07:45
the_dark_knightnydel: suppose my gearman worker is a python program. I want this program to run always. for some reason if it stops, because the gearman daemon stops, it should restart; its really important that it should run indefinitely. shoud I put it in /etc/init.d? what should I do?07:47
nydelthe_dark_knight: i need to restart but i'm really interested in this, i'll be back in 5 minutes or fewer. i have a few ideas involving multiple bash scripts.07:48
panzersajtI would like to add some applications to notification area in Ubuntu 12.10 I have tryed editing with dconf but still nothing.07:48
Kartagishow can I update the path `which` uses? I already exported $PATH with the new value07:48
=== zz_megabitdragon is now known as megabitdragon
foobArrrI have problems with distorted sound and echo with vlc. Often sound is only distorted for the first few seconds or a minute of a file, then sound is normal. When I skip to the next song/video, sound is distorted again. Also volume levels are strange: some videos are loud, some are quiet, in mplayer they have similar volume. I tried recording the distortions with Sound Recorder, but I can't get that to work.07:49
Jordan_UKartagis: What makes you think that it needs "updating"?07:49
rinzlerdoes anyone have any experience with wiican? I am trying to create a custom mapping, but it won't allow me to save it...07:50
kushal_kumaranpanzersajt: I believe just running the relevant application (skype/xchat) will make the notification area icon show up, if the application itself supports this.  You cannot explicitly add stuff there.07:50
KartagisJordan_U: which: no drush in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin07:50
jonkI'd like to use boot-repair from "Ubuntu Secure Remix"  but I have an error saying : "Encrypted partition detected. Please retry after opening it..." Yes my partitions is encrypted but I opened it (with cryptsetup)  before launching boot-repair. So do you know what's going on ?07:50
Jordan_UKartagis: What is the output of "echo $PATH"?07:50
KartagisJordan_U: echo $PATH ---> /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/local/bin/drush07:51
lyraHi, when I try to upgrade to quantal I get07:51
lyraAn unresolvable problem occurred while calculating the upgrade:07:51
ahmadyay shared folder set up finished :)07:52
lyraE:Unable to correct problems, you have held broken packages.07:52
Kartagisahmad: smb share?07:52
Jordan_UKartagis: Only directories go in $PATH, I assume that /usr/local/bin/drush is not a directory.07:52
KartagisJordan_U: it is07:52
ahmadKartagis, shared folder for virtual box from host to vm07:53
ahmadlyra try sudo apt-get -y autoremove autoclean clean07:53
ahmadops thats 3 commands07:53
the_dark_knightwhat happens when I put some bin in /etc/init.d07:53
Jordan_UKartagis: What is the output of "lsb_release -d"?07:54
the_dark_knighthow do i restart some service even if it gets failed? using cron07:54
ahmadsudo apt-get autoremove07:54
ahmadsudo apt-get autoclean07:54
ahmadsudo apt-get clean07:54
ahmadthen do update07:55
lyraahmad: I did that, still says the same07:55
GreekFreakHi all07:55
lyraI'm wondering if I should just run dist-upgrade anyway, it changed all the repos in sources.list from precise to quantal already07:55
ahmadwierd :/ hopefully someone else can help07:56
majnoonis there a way to tell wether you have 32 or 64 bit ubuntu ?? (preferably commandline)07:56
crizismajnoon, uname -a07:56
MaxMutshey07:56
GreekFreakDoes anyone here know anything about Ubuntu for Android? Is it out yet, or still being tested? And most importantly, will we be able to install it ourselves, or only purchase Canonical phones?07:57
crizisGreekFreak, it'll very likely be OEM-only product07:57
crizisunfortunately :(07:57
majnoonfrom what i read you need dock thingy to run it right07:58
crizisand, rooted phone at minimum07:58
crizisguess someone will hack it for cyanogenmod or somesuch sooner or later, whenever it gets released..07:58
GreekFreakOEM as in from Samsung, or OEM from Canonical?07:59
GreekFreakcrizis ^07:59
crizishard to say, there's practially no useful information released about it08:00
nydelthe_dark_knight: i'm returned08:00
GreekFreakcrizis, which is why I asked here haha I've heard Canonical guys hang out here sometimes08:00
GreekFreakthanks man08:00
jonkI'd like to use boot-repair from "Ubuntu Secure Remix"  but I have an error saying : "Encrypted partition detected. Please retry after opening it..." Yes my partitions is encrypted but I opened it (with cryptsetup)  before launching boot-repair. So do you know what's going on ?08:00
MrPoopyPantshow do I change the colors on ircii?08:01
MrPoopyPantsthis is somewhat distracting08:01
MrPoopyPantsI couldn't get bitchx to run, even though I put it into /usr/bin and gave it the right permissions, it kept saying /usr/bin/bitchx not found08:02
nydelMrPoopyPants: i just changed my terminal profile08:02
MrPoopyPantsmaybe I'm missing something in bash?08:02
nydelMrPoopyPants: what terminal are you using, gnome-terminal?08:02
MrPoopyPantsno just regular old bash terminal, no gui08:03
MrPoopyPantsLove me or hate me for it, IMHO linux is for servers08:04
yugandharHi Guys, Please tell me How can we monitor apache urls on ubuntu?08:04
MrokiiHello. Since upgrading to 12.10 copying files off of my camera is very problematic. Nautilus stops randomly, writing a 0KB-file and then I have to close the progress-window manually and copy again.08:06
MrokiiIs there something I can do about it? Is that a known bug?08:06
MrokiiPlus at the moment I can't mount my second internal HD and not any kind of usb-sticks. Whenever I plug one in I get "Adding read ACL for uid 1000 to `/media/myUsername' failed: Operation not supported"08:07
MrPoopyPantsok so I have a problem. ircii reset my console colors, and while it's pleasant I need to know how to change them back08:08
nydelMrPoopyPants: #ircii & #irssi -- not to blow you off, you'll just get better help there08:09
MrPoopyPantsI beg for help08:09
nydelMrPoopyPants: i really think, especially if you're using a gnome-terminal & irssi, you should just change your terminal profile's colors.08:09
nydelMrPoopyPants: that's what i did with irssi & i got it looking beautiful.08:09
* MrPoopyPants punches himself in the ear repeatedly08:10
fairuzFrom Live CD menu, can I drop to CLI?08:10
MrPoopyPantspretty please with sugar on top/08:11
majnoonsays "almost finished copying files" for last 10 minutes08:11
MrPoopyPantsmeh08:11
Jordan_Ufairuz: You can chose "Try without installing" and open GNOME Terminal.08:11
fairuzjordan-U I want to avoid loading the GUI08:12
Jordan_Ufairuz: You can also use ctrl+alt+F1 to get to a tty.08:12
Jordan_Ufairuz: Why?08:12
fairuzthe virtual terminal is available already when the live cd menu comes out?08:12
nydelMrPoopyPants: are you not listening08:12
Jordan_Ufairuz: To which menu are you reffering?08:12
majnoonthere used to be a way to get system notices on ctrl+alt+f1208:13
fairuzJordan_U: Live CD menu.08:13
undoredooHi! I'm loosing my #ubuntu-channel virginity today, so be gentle with me. ;) I'm having a problem with my ethernet adapter (Intel 82579LM). It needs to be installed and/or modprobed on every start up in order to work properly. Quite disturbing. Is there a way to make the install permanent? I'm running on 12.04. Thanks!08:13
fairuzThe menu where you choose to Try Ubuntu or install Ubuntu.08:14
Jordan_Ufairuz: I'm going to assume that you're talking about the boot menu, in which case you can boot into single user mode, but that may not be what you want. Why do you not want a GUI? What is your end goal?08:14
fairuzJordan_U: Laptop is very low spec, that it can barely load the gui.08:14
Jordan_Ufairuz: Are you trying to install Ubuntu?08:14
fairuzJordan_U: No. Just try to take some data from the HDD08:15
=== jay_ is now known as jay_hellfire
Jordan_Ufairuz: At the syslinux boot menu you can add the kernel parameter "single" to boot into single user mode.08:16
majnoonaptdaemon like apt-get ?08:16
majnoonin general ?08:16
rediI have a weird problem with Evolution now that I upgraded to 12.10 -- attachments seem to be missing from e-mails08:17
fairuzJordan_U: syslinux boot menu == Live CD menu?08:17
rediI can see the attachment icon in the e-mail view but when I open the e-mail, the attachment bar or whatever it's called isn't there08:17
EaglemanHow do i install php 5.2.0 on ubuntu?08:18
Jordan_Ufairuz: There are multiple menus in the LiveCD, two of which have options for "Try Ubuntu" vs "Install Ubuntu", the second of which is displayed after the GUI has loaded so I assume you're talking about the first, which is the syslinux boot menu. Saying just "LiveCD menu" is not enough.08:18
fairuzJordan_U: I mean the first menu. Sorry.08:19
fairuzWhat is single user mode btw?08:19
Jordan_Ufairuz: http://en.wikipedia.org/wiki/Single_user_mode08:20
Ex0deusanyone recommend a good cms for a bussiness style site?08:20
ahmaddrupal 708:21
nydelEx0deus: "BlogWiki" is pretty interesting & versatile08:21
jay_the application xchat-gnome has closed unexpectedly (often)08:21
=== alin|mobile is now known as alinmear
=== Breadflour is now known as Dreadtower
nydelEx0deus: i run it on my iPhone's lighttpd & have loved its simplicity & potential complexity08:22
fairuzJordan_U: Ok. So single user mode will not load the GUI?08:22
Jordan_Ufairuz: https://help.ubuntu.com/community/BootOptions#Changing_the_CD.27s_Default_Boot_Options (though single user mode isn't mentioned there specifically, how to add kernel parameters is, and the kernel parameter you would add would be "single").08:22
Ex0deusfor a business site? nydel08:22
Jordan_Ufairuz: Correct. It also won't load networking and most other services.08:22
fairuzJordan_U: Ok thanks08:22
Jordan_Ufairuz: You're welcome.08:22
Ex0deuswell i'm gonna loot into both drupal7 and blogwiki08:23
Ex0deuslook even08:23
Ex0deusthanks both08:23
coolroothttp://paste.ubuntu.com/1299064/ <--- pls help i'm using ubuntu 10.04 32bit here thanx08:23
criziscoolroot, start software sources and disable that ppa..08:24
nydelEx0deus: yes i think so. it can be turned into whatever you like.08:25
nydelEx0deus: what manner of business are you doing? if it's software planning or communication-based like that, BlogWiki is wonderful08:25
nydelEx0deus: how complicated is the content you need to manage?08:25
nydelEx0deus: & how open-eyed are your front-end users?08:26
cnfmorning08:26
redihttp://askubuntu.com/questions/205050/attachments-missing-in-evolution-since-12-10-upgrade08:26
nydelcnf: 'mornin08:26
Ex0deuswell i want to do a media site08:26
cnfis there a way to make unity remember window size?08:26
magic_alhey all, can anyone help me? i have installed ubuntu 12.10 on my new lenovo thinkpad. but the card reader wont work. what can i do or where can i look for a solution?08:27
=== ahmad is now known as aali83
=== themhz_away is now known as themhz
aali83damn can't believe my name is so popular had to register this one instead > <08:30
nydelthe_dark_knight: did you solve your scheduled task problem?08:31
wkhan113hello, does anyone know what that screen when you boot up and the ubuntu logo with a dotted progress bar is displayed is called?08:33
criziswkhan113, plymouth is the software, iirc08:35
majnoonis there a way can get the boot messages back ??08:36
majnoonno know what all it means but like WATCHING it08:36
wkhan113crizis: thanks, how do I change that loading screen to another picture for example08:38
rigohey08:39
rigocan you tell me a ftp client with "TUI" what not midnight commander is?08:39
mickepaprikai have the problem that my screen freezes for about 1 second every 30 secs... it seems to just be the screen (and possibly input as well, difficult to verify), but not the whole system as the sound is still working, anyone who has the time to help me debug this?08:40
magic_alhey all, can anyone help me? i have installed ubuntu 12.10 on my new lenovo thinkpad. but the card reader wont work. what can i do or where can i look for a solution?08:40
=== Dreadtower is now known as Breadflour
batidohacendadohi08:42
batidohacendadofrom android08:43
wariatmay i ask if there is any big diference between apt-get and coworkers and aptitude to install uninstall stuff in ubuntu if i'm using commandline only? I mean is aptitude making anything more? maybe better? I understand that apt is the default and first software manager in debian/ubuntu so it is only one who is working 100% correct. is it?08:44
Mrokiimagic_al: I've experienced the same problem. I get the error message "Adding read ACL for uid 1000 to `/media/myUsername' failed: Operation not supported". In my case it's a memory card from a camera and I found out that I can still mount the camera directly.08:44
samurai2Hi, how do you send a command to a screen session? thanks08:45
magic_alMrokii, in my case i not even get a error msg. just nothing happens when i put my card into the device08:45
samurai2I tried using session -S session_name -X stuff 'echo a', but it only print out the echo a without running it08:46
rigoany idea?08:46
MrokiiDamn. There is definitely a problem with mounting USB devices in 12.10.08:46
zalgorHi. I am using pam_mkhome in common-session. It works fine (lightdmlogin, su, sudo...) But a sshd-login does not create a home automatically, also the common-session is included.It also fails, if I write "session    required    pam_mkhomedir.so skel=/etc/skel/ umask=0077" directly into the pam.d/sshd. any ideas?08:46
chkguten morgen08:49
chkich wollte ein skript schreiben das folgendes tun soll:08:49
chkwenn die ausgabe eines programms xxx enthält dann, sonst08:50
Mrokiichk: wrong language :)08:50
chkok sorry ;)08:50
Noskcajchk: please try to use english08:50
Mrokiiif you want to use German, better go to #ubuntu-de08:50
samurai2はいそうです08:51
=== rigo is now known as rigo88
Noskcajsamuria2: please use english08:51
chki need a script with the function: if ouput from am programm xxx the do ..., else ...08:52
Mrokiiomg, copying stuff off of a camera has really become a pita with 12.10, with random stopping. Isn't there a solution or is that a known bug?08:52
konzachk, grep for it or check the exit status(preferred method)..08:52
cnfwhat irc client do you guys suggest?08:53
konzacnf, I use Xchat08:54
KartagisI'm using the clementine player, and it won't restore to a full screen. any ideas?08:54
Noskcajcnf: xchat08:54
awestrokecnf: quassel08:54
Kartagiskvirc08:54
InstantKrimsoncnf: psi08:54
Kartagiscnf: kvirc08:54
Mrokiicnf: depends if you want to use GUI or terminal. I use weechat.08:54
awestrokeirssi08:54
cnfhaha, thanks :P08:54
cnfand unity08:54
cnf:(08:54
EaglemanWhy am i downloading files on a php website instead of viewing files?08:55
EaglemanFiles get automatcly downloaded08:55
KartagisEagleman: google for AddType08:55
icerootEagleman: because the php interpreter on apache is not running08:56
icerootEagleman: if apache is unable to interpret the php files they are handled as unkown and because of that your browser is trying to download them08:56
EaglemanSop addtype?08:56
EaglemanSo08:56
icerootEagleman: you installed the php extension for apache?08:57
Eaglemanyes08:57
brontosaurusrexcnf: chatzilla, it has this amazing CTRL ++ and CTRL + - feature (for font size)08:57
KartagisEagleman: yes, AddType08:57
EaglemanWell i think i did08:57
icerootEagleman: on ubuntu? normally the install-scripts are enabling php by default, you uses apache and php from the repos?08:58
EaglemanI had a lot of trouble installing php 5.208:58
icerootEagleman: sudo apt-get install php508:58
Eaglemani need php 5.208:58
icerootEagleman: then please see #httpd we only support php from the repos, manual installations are not supported (and not good)08:59
konzaEagleman, you need to install the apache-php module also08:59
Eaglemanalso did that09:00
Eaglemanapt-get install -t libapache2-mod-php509:00
llutzEagleman: "sudo a2enmod php5"09:01
Eagleman./usr/lib/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory09:02
EaglemanSO i need to get the .so file from somewhere09:02
EaglemanIt was not placed there09:02
pietrWhat has happened to the 32-bit libs that were present in previous versions of ubuntu through ia32-libs? Can I install 32-bit libraries on my 64-bit system? E.g. libgtk2.0-dev:i386 on my 64-bit system where libgtk2.0-dev (64-bit) is already installed?09:02
llutzEagleman: sudo apt-get install --reinstall libapache2-mod-php509:02
EaglemanE: Broken packages09:03
Eaglemanow i am even on debian...09:04
Eaglemanlibapache2-mod-php5 : Depends: php5-common (= 5.3.3-7+squeeze14) but 5.2.10.dfsg.1-2ubuntu6.10 is to be installed09:04
llutz #debian then Eagleman09:04
mozaHello, i currently have 10.04 LTS, is it possible to upgrade to 12.04 LTS and keep Gnome (and hopefully most of my current installed things)?09:04
Eaglemansorry09:04
tarelerulzIs  12.04 supported  any more?  I have not used it for while and I don't see bunch of updates09:04
llutzEagleman: mixing debian/ubuntu packages is a stupid idea09:04
aali83Eagleman,                                                                    if command -v php5 >/dev/null;09:05
aali83        then echo -e "- PHP5 libraries are already installed.";09:05
aali83        else sudo apt-get -y install php5 libapache2-mod-php5 && sudo apt-get -y install phpmyadmin;09:05
aali83fi09:05
mozatarelerulz: yes, it must still be supported, it is LTS.09:05
DJonestarelerulz: 12.04 is a LTS version so will be supported for 5 years09:05
=== SeoZ is now known as SeoZ-work[AWAY]
majnoonok question:: apt-get dist-upgrade gets all possible upgrades right ?09:07
=== slackerboy is now known as heracles
tarelerulzWhat is the ubuntu general chat ?09:08
majnoonthere oftopic room09:08
DJonestarelerulz: #ubuntu-offtopic09:08
rediCan someone help me restore my Unity desktop in Ubuntu 12.10? I rebooted and compiz isn't working (I can launch the Classic Gnome desktop tho)09:11
redisyslog is saying compiz.desktop is respawning too quickly09:11
rediI can basicly reach the desktop but compiz won't launch and I have no idea how to relaunch it when I can't access launcher or terminal09:11
lesshastewhat does the s in drwxr-sr-x mean?09:11
brontosaurusrexmajnoon: i think thats more debian, you should just use apt-get upgrade on ubuntu (but correct me if iam wrong)09:11
freijonredi: you ahve no window manager now? or why can't you access the terminal?09:12
freijoncan you start a file browser?09:12
kos_salve09:12
redifreijon: no window manager indeed09:12
freijoncan you start nautilus?09:13
rediI have only a few image icons on my desktop09:13
kos_ho installato Ubuntu 12.10 desktop (64bit), mi sono accorto che non è più possibile formattare i pendrive da unity (perchè non c'è più Formatta nel menù), siccome non mi piace moltissimo l'utility disk, posso reintegrare la voce formatta sul menù in unity come accadeva in ubuntu 12.04? grazie anticipatamente della risposta09:13
redihow would I do that?09:13
freijonredi: open a folder on your desktop09:13
rediI'll create new folder and open it!09:13
redisec09:13
redifreijon: it opens halfway outside the screen09:14
redianyway, then what?09:15
freijonredi: try to navigate to /usr/bin/ and doubleclick "gnome-terminal"09:15
rediok09:15
kos_someone can help me? i've installed Ubuntu 12.10 64bit on my desktop PC and i cant use the Format utility from unity like in ubuntu 12.04. can i do something to solve this problem?09:15
rediI have terminal open in another TTY already tho09:15
redithats how I'm in IRC :P09:15
freijonI thought you can't open the terminal? :P09:16
redinot from GUI09:16
rediI'm on CLI in TTY1 in IRC09:16
rediand have TTY 2 open for checking syslog :P09:16
freijonyeah, but you need the gnome-terminal to restart compiz09:17
rediyep, true09:17
reditesting09:17
freijonat least thats how I'd do it09:17
majnoonok installing xchat on wubi install09:17
farciarz84how to upgrade my python 2.5 -> 2.7 on ubuntu 8.04?09:18
redifreijon: doesn't seem to be working09:18
redi(i can't see what I type there as it opens outside the screen)09:19
redibut nothing happends with typing compiz or compiz --replace09:19
freijonredi: you can't execute gnome-terminal?09:19
rediI can execute it but it open-s halfway offscreen09:20
redianyway, now I tried doubleclicking compiz from usr/lib and the screen flashed09:20
freijondoes it happend every time you log in?09:20
rediif nothing else, I got the windows inside my viewport now09:20
rediyes09:20
rediupgraded to 12.10 last week09:20
redithird reboot today and bamm09:20
fairuzkos_ !it09:21
rediah09:21
redi[1]+  Segmentation fault      (core dumped) compiz09:21
freijonredi: did you install all updates?09:22
rediyup, apt-get update & upgrade installs nothing now09:22
rediit worked for a week09:22
rediis there any meta-package I could uninstall with purge & reinstall09:22
freijonI'm not sure how the current situation is with unity, but maybe you can use a fallback version: "sudo restart lightdm" from TTY09:23
rediah lightdm09:23
redithought it was still gdm09:23
redianyway, that takes me to loginscreen09:23
rediand after logging in it's still the same09:24
redilike I said before, the default session is fubar, I can start a working gnome classic tho09:24
vikashi am getting 4 shift/reduce option when i am compiling my YACC program..what can i do further09:24
freijonredi: did you upgrade compiz recently? maybe downgrading would fix it09:24
wolsredi: a new user can log in normally? if so it's your config in your ~09:24
redisegfault in libcairo of compiz09:25
redisays syslog09:25
vikashi am getting 4 shift/reduce option when i am compiling my YACC program..what can i do further09:25
vikashi am getting 4 shift/reduce option when i am compiling my YACC program..what can i do further09:27
=== owen is now known as Guest84872
vikash. #fsmk09:29
freijonredi: did downgrade help?09:30
blazemoreSo I have a virtusertable which is set up like this "foo@domain.com     %1@mail.domain.com" but messages to foo@domain.com are being rejected09:30
blazemoreWhereas mail to foo@mail.domain.com are being accepted - this is not how it's supposed to work, the "mail" bit is only added by the smtp filter when it's on its way to our email server09:30
majnoon_!ot09:30
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!09:30
blazemoreI don't know how to fix this at all, but I have to do it because this customer isn't being able to send mail, can anyone help a brother out?09:30
redifreijon: im not sure how to do that09:30
vikashi am getting 4 shift/reduce option when i am compiling my YACC program..what can i do further09:30
redihard to find info when machine is fubar09:30
oscailtHi. Was wondering. Do yous have a dev channel?09:31
freijonredi: easiest way is with Synaptic09:31
Noskcajoscailt: great spelling09:31
freijonor a CLI command which I do not have present :p09:31
vikashi am getting 4 shift/reduce option when i am compiling my YACC program..what can i do further09:31
rediill open a Gnome session and try to figure it out09:32
Valtamoscailt, https://wiki.ubuntu.com/IRC/ChannelList09:32
=== rajesh is now known as Guest28195
jolarenI'm helping a friend to setup his server on Ubuntu Server.. I recently pointed the DNS to the server and now I see that It's opening up some wordpress site ... and that is not what I want. I'm trying to find nginx or such to point it correctly but I don't know what I'm looking for because no nginx directory exists09:33
blazemorejolaren: Is there a wordpress site installed on the server?09:34
jolarenblazemore: yes, several09:34
blazemorejolaren: Look in /etc/httpd or /etc/apache09:34
jolarenblazemore: bingo! thanks..09:35
=== morphis|away is now known as morphis
kuuhmuhmuhey i want you help to set samba as service when start ; start smbd09:39
nolkaалле!09:39
=== david is now known as Guest62499
kuuhmuhmuhey i want you help to set samba as service when start : ubuntu server ; start smbd09:39
bin_bashhttp://www.ubuntu.com/download/desktop/questions?distro=desktop&bits=32&release=latest09:39
bin_bashwhat the fuck is this09:39
FloodBot1bin_bash: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.09:39
IdleOne!language | bin_bash09:40
ubottubin_bash: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.09:40
kuuhmuhmuhey i want you help to set samba as service when start : ubuntu server ; start smbd09:40
bin_bashOkay, IdleOne09:40
bin_bashWhat the actual is this crap? http://www.ubuntu.com/download/desktop/questions?distro=desktop&bits=32&release=latest09:40
bin_bashBegging for donations now? Really?09:40
Valtamhow are they begging?09:41
IdleOnebin_bash: it is a donation page, yes really. Not on topic for this support channel, please take it to #ubuntu-offtopic.09:41
bin_bashIdleOne, it's not a donation page, it's the download page.09:41
bin_bashThe download page should be a download09:41
kuuhmuhmuhey i want you help to set samba as service when start : ubuntu server ; start smbd09:41
bin_bashnot "please donate to our corporation"09:41
IdleOnebin_bash: agreed, but still not on topic for the support channel.09:41
bin_bashIf anything, thye should be paying users for actually using this bloat.09:42
filipposhello people... i tried to connect to my office pc using cisco vpn... at some point i succeeded by using the cisco client and two patches that were fixing an error that occurred due to kernel folders/path etc.. Later, i conected to the office pc, did my job, and turned off the laptop. When i turned it on, i could connect to wifi, skype and deluge worked perfectly but i could not open not even one web page, no matter the browser. It was as if i di09:42
filipposdnt have internet (but i could chat through skype).. any ideas on how to check what might be workng?09:42
IdleOnebin_bash: Please stop with the off topic discourse in here and move to #ubuntu-offtopic.09:42
kuuhmuhmuhey i want you help to set samba as service when start : ubuntu server ; start smbd09:42
filippos*any ideas on how to check what might be wrong?09:43
cnfhmm, i have 2 bluetooth icons in my menu...09:44
bin_bashfilippos, did you try logging into the router and checking blocked ports?09:44
kuuhmuhmu!09:44
kuuhmuhmu!bot09:44
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/Bots09:44
kuuhmuhmu!samba service09:44
Valtamkuuhmuhmu, #ubuntu-server09:44
filipposbin_bash: i could not connect to the router for some reason.. The router is not mine (so idont know details - also i am not good with these things), but  why would i have blocked ports? i mean, i could connect to the internet perfectly ok, and before restarting the laptop i was on a vpn with the office's pc...09:46
bin_bashfilippos, you just said that you couldn't load webpages09:47
bin_bashthat means port80 was being blocked09:47
angolarhave  someone who speaeks pt09:48
filipposbin_bash: sorry.. before restarting i had webpages, vpn, eveything.. after restarting laptop i had only skype, torrents, but no webpages etc09:48
DJones!pt | angolar09:49
ubottuangolar: 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.09:49
bin_bashfilippos, i guess you can't read. Check. For. Blocked. Ports.09:49
angolarthanks ubottu09:50
filipposbin_bash: is it possible to connect with torrent client, or skype but not with browser due to closed ports? they use different ports? how can i check that?:)09:51
filipposbin_bash : is it with the use of nmap?09:51
bin_bashYes they all use different ports.09:51
wolsfilippos: while it is possible (yes they use different ports. use netstat or htop) it's pretty much never that port 80 for browsers is closed but ports for torrents and skype are open09:52
=== christian is now known as Guest60536
bin_bashwols, that's not true. I had that exact problem09:52
wolsbin_bash: and the reasoning for this was?09:53
=== matt is now known as Guest86901
bin_bashBlocked ports on the router, wols09:53
filipposbin_bash: a ok.. thanx.. just in case it is a ports issue, how can i change the settings (open closed ports)? now i am at the office, so idont have access to my homes laptop, so i will do these things later today... Also, could this be a result of the cisco client(plus the patches) that i installed?09:53
wolsand this someone blocked them why?09:53
bin_bashfilippos, you have to login to the router, either via telnet, ssh, or the web interface and check to make sure everything is squared away, and yes it could be the result of that09:54
bin_bashwols, it wasn't done purposely09:54
=== jahongir is now known as h2o
filipposor could it just be a provider issue? unfortunately, i dont have another machine back home to check if it was an machine issue or a network issue..09:54
=== h2o is now known as h20
bin_bashfilippos, is it a modem/router combo09:55
filipposbin_bash: just router09:55
bin_bashfilippos, plug directly into the modem and see if you can connect to webpages etc09:56
=== Guest86901 is now known as caddoo
filipposbin_bash: also, i suppose that the fact that i cant ping any ip could be due to the same issue (port closed)? :)09:58
bin_bashcould be that ping is blocked09:58
bin_bashlike I said09:58
bin_bashtry directly from the router09:58
bin_bashif it doesnt work09:58
bin_bashthen let me know09:59
FloodBot1bin_bash: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.09:59
filipposbin_bash: thanx a lot for your help... i ll give it a try!!!09:59
bin_bashfilippos, i meant directly from the modem09:59
bin_bashvia ethernet09:59
DocBarrettaHello!10:01
bin_bashh10:01
kuuhmuhmuhey i want you help to set samba as service when start : ubuntu server ; start smbd10:02
DocBarrettaWondering if anyone can help me... i am quite new to linux and am having trouble in terminal10:02
wolsDocBarretta: state your actual problem10:02
bin_bash!help10:03
ubottuPlease 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 !patience10:03
LachezarI have no Spell Check in LibreOffice. LibreOffice has Hunspell module, but Bulgarian has Aspell dictionary only.10:04
bin_bashLachezar, did you consider installing an English dictionary?10:04
bin_bash!next10:04
cnfhmm, now evolution keeps crashing10:04
bin_bashcnf, did you try running it from the command line?10:05
Lachezarbin_bash: why would I need English dictionary? I need Bulgarian dictionary?10:05
cnfnot yet10:05
bin_bashLachezar, did you try installing a Bulgarian one then?10:05
DocBarrettaI am trying to build ChromiumOS onto my netbook and seem to be working in circles. I get to the step where I need to download the sourcecode onto my netbook and each time, I get an error telling me "repo" is not a valid command when it was supposed to be installed in step 2 and from what I can see, it was done so sucessfully10:05
bin_bashcnf, we can't help if we don't know the error message10:05
Lachezarbin_bash: There is only Aspell Bulgarian dictionary, Hunspell dictionary is not available.10:06
majnoonok got question :: if put reg nvidia drivers in (nonfree) it will need reboot right ?10:06
bin_bashLachezar, write one :)10:06
bin_bashDocBarretta, repo is not a recognized command.10:06
Lachezarbin_bash: Not funny at all.10:06
bin_bashLachezar, if hunspell doesn't have a Bulgarian dictionary there's nothing we can do about it10:06
cnfbin_bash,  doesn't seem to crash when i run it from cli though :P10:06
bin_bashcnf, how else are you running it10:07
bin_bashcnf, when you run it from the GUI what command is being executed10:07
Lachezarbin_bash: Hmmm... That's not how I see things: I *USED* to have spell check... Now I don't...10:07
bin_bashLachezar, you did you try installing a hunspell bulgarian dict?10:08
cnfbin_bash, good question, how do i find how unity launches it?10:08
Lachezarbin_bash: Are you a BOT?10:08
bin_bashNo?10:08
Lachezarbin_bash: Right... A bot... Damn.10:08
bin_bashcnf, look in the config file.10:08
bin_bashLachezar, I'm not a bot10:08
kuuhmuhmuhey i want you help to set samba as service when start : ubuntu server ; start smbd10:08
bin_bash!samba kuuhmuhmu10:08
wolsit should start from the time you installed it10:08
Lachezarbin_bash: You certainly behave like one... Asking the same quesiton over and over again.10:08
cnf"the" config file?10:08
cnfsorry, i'm not used to X related stuff10:09
DocBarrettacd ${SOURCE_REPO} repo init -u https://git.chromium.org/chromiumos/manifest.git  <- This is the command I was instructed to type but when I do, it says: No command 'repo' found, did you mean:  Command 'rep' from package 'rep' (universe)  Command 'repl' from package 'nmh' (universe)  Command 'repl' from package 'mailutils-mh' (universe) repo: command not found10:09
bin_bashcnf, whichever config files unity reads from10:09
bluelfhey guys, I just installed ubuntu 12.10. Touchpad features like scrolling, tapping, etc. are not working what should I do?10:09
bin_bash!give kuuhmuhmu sambda10:09
ubottubin_bash: I am only a bot, please don't think I'm intelligent :)10:09
bin_bash!give kuuhmuhmu samba10:09
ubottubin_bash: I am only a bot, please don't think I'm intelligent :)10:09
bin_bashwow really10:09
bin_bash!give samba kuuhmuhmu10:09
ubottubin_bash: I am only a bot, please don't think I'm intelligent :)10:09
LachezarDocBarretta: repo is a Google tool. Let me check where you can get it.10:09
cnfbin_bash,  that i do not know :P10:10
bin_bashLachezar, I only asked the same question thrice because it's thus been unanswered10:10
gab_echo10:10
vivek_Hi everyone, I'm having some trouble on my new Ubuntu 12.04.1 installation. Can someone please help me out.10:10
konzavivek_, whats your problem10:10
devnillwhats the problem vivek_10:10
bin_bash!ask vivek_10:11
LachezarDocBarretta: https://dl-ssl.google.com/dl/googlesource/git-repo/repo10:11
DocBarretta<Lachezar> , I have gotten it from www.chromium.org and downloaded it using Terminal in Root. It was one of my first steps. So this shouldn't be happening... I don't know where I went wrong! I followed every step exactly10:11
Lachezarbin_bash: At what point 'There is NO such package' is not an answer?10:11
bluelfhey guys, I just installed ubuntu 12.10. Touchpad features like scrolling, tapping, etc. are not working what should I do?10:11
bin_bashDocBarretta, just install chrome10:11
bin_bashLachezar, if there is no such package, then how is it you had it before? You're not being concise.10:11
Lachezarbin_bash: I've had spell-check, I do not know what package provided it, I am not sure it was Hunspell.10:12
vivek_I get artefacts on fullscreen flash videos and fullscreen opengl applications. I'm using the proprietary driver on an ATI Mobility RadeonHD 4570 card.10:12
bin_bashLachezar, you're not paying attention to me: If there is no Bulgarian dictionary for Hunspell, THERE IS NOTHING WE CAN DO ABOUT IT.10:13
LachezarDocBarretta: You probably need to put repo in the path. 'EXPORT PATH=$PATH:~/bin' and put repo in ~/bin10:13
vmachineIs Jflow supported on Reth interfaces on SRX 240?10:13
DocBarretta<bin_bash> I am trying to install CromiumOS onto my netbook... I have chrome on all my other devices but thought it would be nice to get my netbook to run ChromiumOS instead of paying the $300 it retails at10:13
bin_bashDocBarretta, why are you asking about chromiumOS here?10:13
DocBarretta<Lachezar> I will try that10:13
bluelfhey guys, I just installed ubuntu 12.10. Touchpad features like scrolling, tapping, etc. are not working , can you please help me fix that?10:14
DocBarretta<bin_bash> I have to compile it in Linux and since I am having trouble doing so with Terminal, I thought this would be the logical place to ask for help. I am very new to source coding in Linux.10:14
bjaanesblueelf, look under System Settings -> Mouse and Touchpad.10:15
bjaanesbluelf10:15
bluelfbjaanes, there is no options for scroll etc10:15
DocBarretta<Lachezar> Export command not found10:15
bjaanesbluelf, huh, there is supposed to be. Two finger scroll or something like that. Its usally default at side scroll (scrolling with the right side of the touchpad)10:16
bjaanesbluelf, it should look something like this: http://resalxh.files.wordpress.com/2012/09/ubuntu_12-04_alps_touchpad.png10:17
bjaanesShould I not link stuff like that btw? I need to read over the terms again10:17
vivek_Does anyone have an answer to the problem I just stated? Pardon me if I'm a little slow at typing.10:18
bjaanesvivek_, does the free drivers not work?10:19
vivek_It's too slow.10:19
bluelfbjaanes,In /proc/bus/input/devices lists my devices as PS/2 Generic Mouse10:19
bjaanesvivek_, well that is too bad. You might need to check out some other versions of the driver10:19
vivek_I have already done that. But the problem has persisted for a number of releases now.10:20
bluelfbjaanes, there is no tab of scrolling10:20
bjaanesbluelf, Right, it doesnt detect it as a touchpad at all10:20
bjaanesbluelf, has it worked before?10:21
bluelfbjaanes, it worked fine on ubuntu 12.1010:21
bluelfbjaanes, it worked fine on ubuntu 12.0410:21
bin_bashbluelf, did you do a dist-upgrade or a fresh install?10:22
bluelfbin_bash, fresh install10:22
bin_bashWhy?10:22
bjaanesDoes that matter?10:22
bin_bashYes10:23
bluelfbin_bash,  my coworker had installed 64 bit last time, it made no sense as I have only 3 gigs of ram. and it had some issues10:23
bin_bashWhat issues specifically?10:23
jpdsbluelf: No sense? It is 2012.10:24
bjaanesThere is still no good reason to use 64-bit unless you have at LEAST 4GB (IMHO)10:24
criziswell, if you have only 3gb ram, it's really no-gain10:24
vivek_bjaanes, the artefacts were noticed with different versions of fglrx. The problem occurs only in fullscreen espically with opengl apps.10:25
bjaanesUnless for some special cases ofcourse - but generally speaking10:25
bluelfcrizis, thats what I was told10:25
bin_bashDoes 32bit support multithreading?10:25
crizisof course? :P10:25
bjaaneslolwut?10:25
bin_bashI had a helluva problem with multithreading with 32bit10:25
cfhowlettbluelf: less than 4 gigs should be 32 bit.10:25
jpdsbjaanes / crizis / bluelf: On the other hand is there a good reason NOT to use 64-bit?10:25
bin_bashcfhowlett, why? If it's a 64bit arch why not use a 64bit OS?10:26
cfhowlettbin_bash: I can't speak to arch.  However, all the literature I've read on Ubuntu 64 stipulates a minimum of 64 bit.10:26
crizisjpds, not really :)10:26
bin_bashjpds, no. If you're using a 64bit architecture, you should be using a 64bit OS. even if there are programs that only exist for 32bit, you can still use them10:26
bin_bashcfhowlett, what10:26
jpdsbin_bash: I know that.10:26
bin_bashjpds, there is literally no reason to use a 32bit OS on a 64bit Arch.10:27
bjaanesjpds, SOME compability issues (allthough most of those are gone by now). But 64-bit actually uses a little bit more memory10:27
bin_bashcfhowlett, I don't have any idea what you're saying10:27
crizishttp://www.vistax64.com/general-discussion/120090-why-isnt-64bit-twice-fast-32bit.html lol'd10:27
bjaanesxD10:27
crizisoops, not, offtopic chan, sorry10:27
gordonjcpcrizis: heh10:28
cfhowlettbin_bash: nevermind. I must have sent to the wrong nick.10:28
bin_bashcfhowlett, no i think you just are confused about what i meant by arch10:29
texacoHi everyone10:29
cfhowlettbin_bash: arch linux?10:29
bin_bashno.10:29
bin_basharchitecture10:29
cfhowlettbin_bash: architecture!  *dumb me*10:29
gordonjcpjpds: good reason for *not* using 64-bit - if you're using NVidia binary drivers, the flash plugin is buggy and gives wonky colours10:30
dr_willisive not noticed flash issues on my 64 bit box.10:30
gordonjcpjpds: it's fixable with a small tweak somewhere though10:30
gordonjcpdr_willis: using NVidia, with binary drivers?10:30
dr_willisyes gordonjcp10:30
gordonjcpdr_willis: hmm10:30
bjaanesgordonjcp, That cant be for everyone. Probably just some setups ;)10:30
gordonjcpbjaanes: yeah10:31
gordonjcpit's probably ridiculously specific to *one* particular NV chipset10:31
gordonjcptbh I find 64-bit a fair bit slower than 32-bit10:31
bjaanesFor instance, I cant for the life of me use the binary ATI drivers on my 6870 card - but it works for a lot of people10:31
texacoHi, I have a question about printers10:31
texacoI need to buy one,10:31
dr_willismy nvidia card is like 2 yrs old now.10:31
=== alinmear is now known as alin|mobile
texacowich one could you recommend me?10:32
bluelfhow can make my touchpad visible to os?10:32
bhavanahow to install drupul10:32
dr_willistexaco: depends on your needs.. avoid cannon brand...10:32
bjaanestexaco, i dont have any i know of per se, but you can start by browsing a little here: https://help.ubuntu.com/community/Printers10:33
texacoThanks10:33
bhavanausing command line10:33
texacoi'm looking for a multifuntion10:33
texacoi'll see that page10:33
texacothanks10:33
=== florin is now known as Guest90558
bhavanahey10:34
bjaanesbhavana, hey10:34
bhavanahow to install drupal in ubantu???10:34
bjaanesbhavana, Could you give me some background on what you need? Have to downloaded anything? Do you want to install with apt-get or something?10:34
=== alin|mobile is now known as alinmear
MACscranyone had issues writing to their ubuntu samba shares from their osx mountain lion systems? i just did a reformat and i can connect fine (I have samba setup for guest write access), but when i try to write, it asks for auth info (which seems to be from ML and not smb) and then it says i dont have access10:35
bjaanesbhavana, are you set up with a LAMP server?10:35
MACscrthere are no errors in the ubuntu samba logs either10:35
bhavanano how to do it10:35
bjaanesbhavana, ooook. Just do what it says on this page then https://help.ubuntu.com/community/Drupal10:36
gordonjcptexaco: second-hand shop, pick up an HP Laserjet 4 or Laserjet 510:36
bjaanesCan i suggest google to people? Is that rude? Because there seem to often questions that would take one second to get a really good answer from google10:36
bhavanayeah thanks10:37
gordonjcptexaco: you'll need to pick up a drum unit at some stage, and probably sort out the connector for the fuser10:37
cfhowlett!google|bjaanes10:37
ubottubjaanes: While Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question.10:37
gordonjcptexaco: it will last you the rest of your life10:37
texacothanks gordonjcp, i'll check those10:38
gordonjcptexaco: they're really old but they're built like Volvo 240s10:38
gordonjcptexaco: the Gods themselves will print out the information leaflets for Ragnarok on Laserjet 4s10:39
bjaanesubottu, Got it! Thanks =) Although i would never just tell people to just google it - could suggest that the answer is easly found on google? After giving an answer? =)10:39
ubottubjaanes: I am only a bot, please don't think I'm intelligent :)10:39
texacoXD10:39
cfhowlettgordonjcp: LOL!10:39
bjaanesrighto xD10:39
gordonjcptexaco: and at the end when the forces of order and chaos have battled to the last, all that will be left of humanity will be a Laserjet 410:40
gordonjcpwith a spotty drum and an intermittent fuser error10:40
gordonjcpbut basically still working10:41
texacothank for your all help10:42
=== Breadflour is now known as Dreadtower
=== ryan is now known as Guest27133
=== morphis is now known as morphis|away
dr_willisgordonjcp:  i got 2 of them ;-)10:48
=== `mOOse` is now known as m00se
=== SharkMuttleworth is now known as mOOse
blazemoreHow can I get Japanese characters to show in my web browser (Google Chrome/Chromium) instead of just squares?10:52
blazemore"わたしの恋はホッチキス" doesn't display for me, for example10:52
dogweatherblazemore: Usually that'd mean that the font doesn't glyphs for those characters.10:54
blazemorettf-takao-mincho perhaps?10:54
gordonjcpdr_willis: mine got "borrowed" and never given back, by a company I used to work for10:54
dogweatherHave you verified the browser's using a font that does have those?10:54
fommilI have a 200K PDF which doesn't have any images in it. It's only 4 pages! When I try to shrink it the file actually gets bigger by a few K. I need to get it down below 200K to be able to upload it to a site. Any ideas that are better than this? -> http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html btw, it only uses the Palatino and Century Gothic fonts and was generated from Mac10:54
fommilWord 201210:54
FloodBot1fommil: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.10:54
=== kavit is now known as kavit[a]
blazemoredogweather: No, I'm installing the  ttf-takao package and seeing if that works10:55
dogweathergood10:55
dr_willisi must say my low end $99 wireless brother laser works well in linux.10:55
blazemoreyeah, worked!10:55
dogweathergreat10:55
KartagisI followed !xen, updated grub, and yet the entry is not there. how come?11:00
Kartagis!xen11:00
ubottuXEN is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Information on installing it for Ubuntu can be found at https://help.ubuntu.com/community/Xen11:00
coasterzanyone know how to rotate the lockscreen 12.04+11:04
coasterzlogin screen11:04
MonkeyDustKartagis  FYI: there's also ##xen (double #)11:10
KartagisMonkeyDust: I figured this would be a grub issue, so I'm asking here11:10
MonkeyDustKartagis  true, but now you know11:11
Kartagisthanks MonkeyDust11:12
=== alinmear is now known as alin|mobile
=== PS is now known as Guest26421
cnfback11:14
cnfok, damned evolution keeps core dumping ^^;11:15
cnfhmm, it seems to think my $HOME is ro11:16
YOUConsultingCan I install 2 Different Ubuntu versions using wubi, version 10 & version 12 of ubuntu?11:19
=== alin|mobile is now known as alinmear
ddssc_hi, can cron run stuff in intervals <1min ?11:24
ddssc_nvm11:24
YOUConsultingCan I install 2 Different Ubuntu versions using wubi, version 10 & version 12 of ubuntu?11:25
MonkeyDustYOUConsulting  wubi is only a pseudo-install inside windows, so to say11:27
YOUConsultingMonkeyDust: so if I execute 2 different wubi version it should work ?11:28
=== morphis|away is now known as morphis
MonkeyDustYOUConsulting  guess not, havent tried11:29
YOUConsultingMonkeyDust:  np, I will just overwrite it :)11:29
MonkeyDustYOUConsulting  and 10.04 and 10.10 are no longer supported11:29
MonkeyDust10.04 only for server11:30
jrib10.04 has desktop support until april 201311:31
guang_where can i get free ssh account?11:37
jrib!ot | guang_11:37
ubottuguang_: #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!11:37
=== Guest26421 is now known as GFW
ClitorisErrantehay alguna forma de hackear las contraseñas wpa sin fuerza bruta o diccionarios?11:38
guang_ok..i will not ask such question11:38
jrib!es | ClitorisErrante11:38
ubottuClitorisErrante: 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.11:38
rkhshm1i've noticed a weird issue with 12.04 on my laptop T410. When the laptop is suspended(lid closed) and resumed there are times when the OS dives back into a logout mode and takes me to the initial GNOME login screen. and when i login again i see that all my previous applications will be closed11:38
rkhshm1has anyone faced a similar issue?11:38
ClitorisErranteis there some way to hack a wpa without brute force or diccionaries?11:39
jribClitorisErrante: we don't discuss that in this channel11:39
dr_willissounds like the x server crashed back to the login screen rkhshm111:39
ClitorisErranteok, im sry11:39
rkhshm1dr_willis: i think so too.. but is this reported earlier on 12.04 ever?11:40
dr_willisrkhshm1:  i d11:42
rkhshm1dr_willis: so any ideas about a fix?11:42
dr_willissome drivers and gardware dont like suspend.11:43
rkhshm1dr_willis: dont tell me to wait for an upgrade ;)11:43
rkhshm1hmm.. ok11:43
Oprrhi everyone!11:43
rkhshm1this is not a problem actually unless I'm running some VMware instances..11:43
rkhshm1that would be dangerous for me11:44
ElixirVitaeDoes having another window manager effect the performance?11:44
dr_willisElixirVitae: another installed but not in use?  no....11:44
ElixirVitaeAlso, while I am at it, is there any way to increase performance other than changing window manager(s)?11:44
theadminElixirVitae: Well you can't use two of them at the same time so no, it won't really affect anything11:45
dr_willisdepends on your specs and what tou are doing ElixirVitae11:45
theadminElixirVitae: Also your understanding of "window manager" seems to be wrong. Do you mean things like KDE, GNOME, etc? Those are desktop environments. Window managers are just thing which draw window borders (unless we're talking about xmonad or something)11:45
ElixirVitaeThe thing is, dr_willis, I suspect having another window manager and its many dependencies might effect by the way of said dependencies, is it so?11:46
dr_willisElixirVitae: if its not running. its just using hd space.11:46
ElixirVitaeoh, yes, I do mean desktop environments WITH window managers, you can add file manager to the equation as well...11:46
theadminElixirVitae: I suggest using Xfce if you're looking for a lightweight one.11:47
ElixirVitaeWhat I do want to do is, to have ubuntu+unity and have another option, like that is crunchbangs'.11:47
dr_willisi imagine a single instance of firefox going is using more resources then the rest if the desktop...11:48
cnfhow do i get unity to change my wallpaper every 5 minutes?11:48
theadminElixirVitae: Oh, just apt-get install openbox then, it has nearly none dependencies11:48
ElixirVitaeThis way, when I use for usual task I would use unity with its ease-of-use and pretty and polished interface11:48
dr_willisElixirVitae: install a different deskt9o. select it at login screen11:48
stimpieafter upgrading to 12.10 I have two online account items in my settings. Does anyone know how to get rid of this?11:48
ElixirVitaeI have, gnome, ubuntu, xfce and openbox right now, and trying out what I like/suits to the task at hand11:49
dr_willislubunru is avbout as light of a desktop as you can get11:49
KverasHi. I need some advise on how to properly report a bug that has been following me for a good while now. It's probably not a bug that should be posted to the Ubuntu package, but rather upstream, since the problem is present both in Ubuntu, Arch and any other recent distribution that I have tried so far. The help I need is to figure out what package and what upstream project I should report to. The problem is that when dual booting Linux and Win 711:49
Kverasthere are severe mouse glitches in Linux. The problem is described in greater detail here: http://askubuntu.com/questions/145175/after-reboot-from-windows-mouse-click-does-not-work-properly . The problem is still present in 12.10. Can anyone have a look and help me figuring out where this bug should be posted?11:49
dr_willisjust running a wm. is lighter still.11:49
ASHER1:( why ftp no work dammn11:49
=== Kitar|st_ is now known as Kitar|st
ElixirVitaeIs lubuntu lighter than openbox?11:49
jribKveras: #ubuntu-bugs can help you with that11:50
dr_willisjust running a wm. is lighter still..........11:50
theadminElixirVitae: Well LXDE uses openbox as a window manager...11:50
ElixirVitaeLike I do in many games, after learning my way around, I tend to want to start over with now enlightened self.11:50
theadminElixirVitae: So that's not really a comparison you can make. Just openbox would still be lighter.11:50
Kverasjrib, no answer there for a while, the channel seems a bit inactive.11:50
wolsElixirVitae: openbox is "lighter" but I doubt it makes much difference. it's not just the DE which makes xubuntu and lubuntu easier to use for old machines11:51
jribKveras: it's not as active as this one, best to be patient11:51
ElixirVitaeIs it plausible to format and start over ubuntu from scratch?11:52
dr_willisyou can always delete your partitions....11:52
ElixirVitaeOr just installing lubuntu and getting unity on top of that as a seperate DE?11:52
jribKveras: I'd see if it happens with different hardware11:52
dr_willisyou can have a dozen wms installed if you wanted...11:53
ElixirVitaeHmm.11:54
dr_willisinstall lubuntu-desktop package ElixirVitae11:54
ElixirVitaeAm I just overthinking it, supposing changing to a lightweight DE would benefit more?11:54
ElixirVitaeWhen I boot from liveCD, it takes ~20 seconds to boot11:54
dr_willisdepends on your specs ElixirVitae11:55
dr_willisi boot to unity in 10sec...11:55
ElixirVitaeBut now it in boots nearly twice that, of course given I have many programs at startup...11:55
ElixirVitae10 secs sounds nice~11:56
dr_willis30 sec boot time dont matter when i gor 30 days+ of uptime11:56
ElixirVitaeHmm, I have lubuntu-desktop and lubuntu-core in center, I suppose desktop comes with many semi-native programs, no?11:58
ElixirVitaeIs it plausible to have 30+ days uptime with something that is not used as a server?11:58
jribElixirVitae: sure, why not11:59
ElixirVitaeAs I saw it it takes less than 20 days for an update to come that necessitates booting.12:00
Kverasjrib, yes it's probably hardware specific since the two installations should be completely separate from each other. does that mean that I should post a bug towards the motherboard manufacturer?12:00
jribKveras: hmm, I meant just trying a different mouse but that's an interesting theory12:00
=== olove_ is now known as QuaxEros
=== Purian23|Afk is now known as Purian23|Work
|Anthony|can i safely kill the oneconf-service12:08
maarteni can not logon to facebook with gwibber12:09
jurij1hello. i'm on 10.04. is there a way i can update from libssl.so.0.9.8 to libssl.so.1.0.0 ???12:14
wolsjurij1: for what reason?12:16
maarteni can not logon to facebook with gwibber, can anyone help me12:16
the_dark_knightHi, I have a question. I have a php script - client.php . How do I execute it 1000 times. Is there any way like curl / benchmarking. I don't want to create a shell script which will run it a number of times. Is there some tool to do it?12:18
muellithe_dark_knight: for i in $(seq 1 1000); do foo; done12:18
mmm4m5mHi all. Anyone with webcamstudio around? Thanks a lot in advance!!12:18
wolshow does curl benchmark? you need to be more specific12:18
wolsmmm4m5m: ask your real question12:19
magic_ali have a prob with my internal card reader of my new thinkpad. if i insert a card nothing happens. what can i do?12:20
zetherooa friend using Ubuntu 12.04 has found today that the touchpad stopped working ... works in Windows 7 ok ... I have tried several things to get it working again but nothing does it ...12:20
mmm4m5mwols: I build it from svn. Can't find good docs to dig more into it. Problem is - webcam not shown at all... All video tutorials/demos I saw - after first start, program have webcam source already present... No idea what to do... Their IRC channel is empty12:20
the_dark_knightmuelli: thanks . but Do you know any tool like apache - benchmarking(ab)? ab is merely an example.12:20
muellithe_dark_knight: probably not. "time" maybe...12:21
Dragonster82Hello everybody!12:22
the_dark_knightmuelli: time will calculate the execution time. thanks anyway12:22
simplewa12:23
simplewwhy dkms packages are not requiring kernel headers package???12:23
=== guang_ is now known as haha
PatrickDickeysimplew, a guess would be that they included the headers in the kernel source package. Which release are you on?12:24
jalexandrucan I crate a centos boot usb using startup disk creator in ubuntu 12.04?12:25
dr_willisjalexandru:  doubt if that will work. you could 'dd' to image the iso to flash. or use the tools from pendrivelinux website12:26
PatrickDickeyjalexandru, you probably want to use unetbootin for that. I *believe* the startup disk creator just creates a bootable recovery disk for ubuntu. I could be mistaken though.12:26
simplewPatrickDickey: 12.10, thats simply unbelievable, and thats leads to many newbies not knowing what to do to have things wroking when there are dkms packages involved12:26
jalexandrudr_willis, PatrickDickey thanks for the alternatives I'll go try ....12:27
PatrickDickeysimplew, the headers are a part of the source if you compile the kernel yourself. So, it's possible that they left them in there. As i said, it's just a guess though.12:27
PatrickDickeysimplew are you on 12.10?12:27
=== krish is now known as Guest97163
simplewPatrickDickey: you havent heard what i said, dkms packages need kernel headers, else they dont build, or you dont know what dkms packages are12:28
Guest97163with recently upgraded 12.04 google chrome,skype are closes automatically what to do12:29
simplewPatrickDickey: in what channel ubuntu packages use to hang?12:29
dr_willisGuest97163:  run them from terminal, look for error messages would be step 112:30
dividedbyonehi guys!12:30
dividedbyonemajor issues!12:30
dividedbyonesomeone please help me with this - http://ubuntuforums.org/showthread.php?t=1473191&highlight=ubuntu+realtek665+dell+studio12:30
PatrickDickeysimplew, I'm not sure.12:30
IdleOnesimplew: #ubuntu-packaging12:31
wolsmmm4m5m: check if your webcam actually works and if /dev/video0 I think exists, etc. basically: check your kernel first12:31
simplewIdleOne: thanks12:32
xrfanghow to view detailed description of a package by its name, e.g. apparmor, instead of apparmor-2.8.0-0ubuntu.deb12:34
xrfangon command line12:34
wolsapt-cache show apparmor12:34
IdleOnexrfang: apt-cache show package12:34
rvgateWhere are the settings stored for the gmail webapp launcher... it seems to only show notifications when i have my gmail open on a specific (wrong) account... and i cant seem to change it anywhere12:34
dividedbyoneidleone - could you please help me install audio drivers for 12.10 on my dell 1450?12:34
wolsif that doesn't exist, the version number might be part of the name in this case12:34
ElixirVitae!botsnack12:35
ubottuYum! Err, I mean, APT!12:35
jurij1hello. i'm on 10.04. is there a way i can update from libssl.so.0.9.8 to libssl.so.1.0.0 ???12:35
xrfangthanks IdleOne12:35
=== alinmear is now known as alin|mobile
=== branant_ is now known as branant
IdleOnedividedbyone: the instructions at http://ubuntuforums.org/showthread.php?t=1473191&highlight=ubuntu+realtek665+dell+studio seem to be fairly easy to follow12:36
dividedbyoneidleone: yes they are but i get an 'error 1' message12:37
dividedbyoneidleone: when i try to make/compile12:37
simplewIdleOne: #ubuntu-packaging is an unresponsive channel, what pther ways are athere to coomunicate with packagers so that this dkms severe problem can be fixed12:38
Tom76Hello I am trying to install wifi drivers for my HP Mini 110-1030NR but i have no LAN connection so im doing it from my other laptop with wifi and a flash drive12:38
IdleOnesimplew: submit a bug using ubuntu-bug package-name12:38
dividedbyoneidleone: a part of the message is make[1]: Entering directory `/home/arjun/Downloads/realtek-linux-audiopack-5.15/alsa-driver-1.0.23/acore'12:38
dividedbyonegcc -D__KERNEL__ -DMODULE=1 -I/home/arjun/Downloads/realtek-linux-audiopack-5.15/alsa-driver-1.0.23/include  -I/lib/modules/3.5.0-17-generic/build/include -I/lib/modules/3.5.0-17-generic/build/arch/x86/include -O2 -mno-red-zone -mcmodel=kernel -fno-reorder-blocks -fno-strength-reduce -finline-limit=2000 -Wdeclaration-after-statement -Wno-pointer-sign -D__SMP__ -DCONFIG_SMP -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -12:38
dividedbyonefno-strict-aliasing -fno-common -pipe -DALSA_BUILD -nostdinc -iwithprefix include -DMODVERSIONS -include /lib/modules/3.5.0-17-generic/build/include/linux/modversions.h  -DKBUILD_BASENAME=memory_wrapper   -c -o memory_wrapper.o memory_wrapper.c12:38
FloodBot1dividedbyone: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.12:38
kingshishwhats cracking12:38
Picikingshish: offtopic for this channel.12:38
IdleOnedividedbyone: did you install the "patch" package?12:38
PatrickDickeysimplew sorry I had to restart Quassel. ubuntu-packaging is where they hang out.12:39
cfhowlettTom76: is that the broadcom 43** chipset for the wifi12:39
Tom76Hello I am trying to install wifi drivers for my HP Mini 110-1030NR but i have no LAN connection so im doing it from my other laptop with wifi and a flash drive. im trying to run the command 'dpkg -i firmware-b43-lpphy-install' but its trying to fetch the firmware from online but i already have it downoaded, how do i make it use the already downloaded package?12:39
simplewIdleOne: that is done using any tool or ubuntu web site?12:39
dividedbyoneyes that seems to have been already installed...12:39
min|dvir|usHi. I can't play MIDI files via Totem... Any thoughts? I get "The playback of this movie requires a audio/midi decoder plugin which is not installed."12:39
dividedbyonei am running ubuntu 12.1012:39
Tom76cfhowlett, yes12:39
fliipWhat would be the best channel to ask about automata?12:39
Picifliip: ##programming ? ##math ? or ask alis, /msg alis help list12:39
IdleOnesimplew: the command "ubuntu-bug" can be done via terminal or you can go to launchpad.net and submit a bug via web interface12:39
fliipok cheers! =)12:40
kingshishthere are a million conversation hapening here, how'd you guys keep track12:40
simplewIdleOne: thaks for the help12:40
IdleOnesimplew: welcome12:40
cfhowlett!who|kingshish:12:40
ubottukingshish:: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)12:40
IdleOnedividedbyone: I am not sure, perhaps post on that forum thread and ask, make sure to paste the exact error you are getting.12:40
kingshish!ubottu ok12:41
rvgateWhere are the settings stored for the gmail webapp launcher... it seems to only show notifications when i have my gmail open on a specific (wrong) account... and i cant seem to change it anywhere12:41
* PatrickDickey really needs to read my manual. Didn't even know that I could connect my gmail or facebook accounts up...12:42
robb4nHi, just installed ubuntu server.. wanna add a repo, so i did run apt-get install python-software-properties.. but now when i try to add-apt-repository ppa it says command not found?12:42
Tom76cfhowlett, any ideas?12:42
Tom76http://linuxwireless.org/en/users/Drivers/b43#Ubuntu.2FDebian12:43
Tom76i have no way to get to get an internet connection on it12:43
PatrickDickeyrobb4n apt-add-repository not add-apt-repository12:43
robb4nPatrickDickey: oh :)12:43
* PatrickDickey has done that himself a few times...12:43
cfhowlettTom76: I thought it might be a repo source issue, but for a package you've already DL'd and are dpkg'ng?  IDK12:43
derkjes12:43
nydelhello all12:44
cfhowlettTom76: ask the channel again at intervals12:44
cfhowlettnydel: greetings12:44
=== morphis is now known as morphis|away
thesadmafiosoHi I am having trouble running a binary file12:44
Tom76im trying to run the command 'dpkg -i firmware-b43-lpphy-install' but its trying to fetch the firmware from online but i already have it downoaded, how do i make it use the already downloaded package?12:44
nydelcfhowlett: how goes it12:44
robb4nPatrickDickey: that command doesnt work ether :/12:44
Tom76You will be asked to automatically fetch and install the firmware into the right location. Again, you will need an internet connection.12:44
cfhowlettnydel: what's the issue, man.12:44
nydelthesadmafioso: can you be more specific? how do you try to run the binary & what happens?12:44
Tom76i dont have an internet connection :/12:44
nydelcfhowlett: here to serve12:45
nydelcfhowlett: but thanks12:45
PatrickDickeyrobb4n does it still say not found?12:45
Tom76i have this laptop though why cant i just download the firmware and install it on the other laptop12:45
thesadmafiosoi checked the file with "ls -l" and it shows it's executable, but when I use "./filename" it says it cannot execute12:45
robb4nPatrickDickey: yes12:45
cfhowlettnydel: maybe you can help Tom76.  DL'd a package and attempted to dpkg but the darn thing keeps trying to DL again.12:45
nydelthesadmafioso: are you sure it is a binary file? try ". filename" if you are in the correct directory12:46
thesadmafiosook I will try and report that12:46
nydelthesadmafioso: if that does not work please tell me the error12:46
Tom76https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#b43_-_No_Internet_access12:46
PatrickDickeyrobb4n paste the exact command that you're typing in here.12:46
thesadmafiosonydel, here's the output: bash: .: LATEST-IS-2.98: cannot execute binary file12:47
robb4nPatrickDickey: sudo apt-add-repository ppa:slicer12:47
=== betinho is now known as kenlik
dr_willisthesadmafioso:   what does 'file thatfilename'  say about it12:48
nydelthesadmafioso: what dr_willis said, also could you just tell me what the file is12:48
thesadmafiosoOutput of "file" is :LATEST-IS-2.98: xz compressed data12:49
thesadmafiosoIt's the newest Rhythmbox release12:49
thesadmafiosoI was trying to update since what came with 10.04 is really old12:49
simplewIdleOne: how can i list requires of a package, i never runned a debian based dsitro, so im new to this stuff12:49
Tom76its not in there :/12:49
thesadmafiosoI got it from GNOME FTP server12:49
cfhowlettthesadmafioso: try sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade12:50
IdleOnesimplew: install the rdepends package12:50
thesadmafiosowon't dist-upgrade actually upgrade my ubuntu distro?12:50
thesadmafiosoI'm not sure I want to do that.12:50
BluesKajHey all12:50
dr_willisi wonder if thats a missnamed source archive12:50
Picithesadmafioso: no12:50
Pici!dist-upgrade | thesadmafioso12:50
ubottuthesadmafioso: A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention.12:50
simplewIdleOne: hu? isnt there a coomand to list dependencies of packages?12:50
thesadmafiosoOk I get confused about update vs upgrade12:51
thesadmafiosoI try real hard guys12:51
thesadmafiosoI really do12:51
thesadmafioso:)12:51
IdleOnesimplew: sorry the package name is apt-rdepends12:51
nydelthesadmafioso: did you try adding the rhythmbox ppa & apt-getting the latest build? or do you really wanna build it yourself12:51
cfhowlettthesadmafioso: dist-release would upgrade the distribution to the latest release.  fyi.12:51
PatrickDickeyrobb4n are you using the steps from https://help.ubuntu.com/community/Repositories/CommandLine by chance?12:51
BluesKaj!upgrade | thesadmafioso12:51
ubottuthesadmafioso: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade12:51
IdleOnesimplew: that package will list any dependencies for a specific package12:51
PiciIdleOne: that does recursive rdepends, apt-cache rdepends will show one 'layer' of them.12:51
robb4nPatrickDickey: nope12:52
simplewIdleOne: will list how, where?12:52
thesadmafiosonydel I don't know how to add rhythmbox ppa12:52
IdleOnePici: I'm not sure I understand, could you explain more to both myself and simplew please12:52
PatrickDickeyrobb4n did you get any errors when installing python-software-properties?12:52
thesadmafiosoI tried building it myself and had awful results12:53
robb4nPatrickDickey: no error at all :/12:53
dr_willis!ppa | thesadmafioso12:53
ubottuthesadmafioso: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge12:53
nydelthesadmafioso: https://launchpad.net/~m-buck/+archive/rhythmbox12:53
Tom76where is  System > Administration > Hardware/Additional Drivers on Lubuntu?12:53
nydelthesadmafioso: write this in terminal: sudo add-apt-repository ppa:m-buck/rhythmbox12:53
PatrickDickey!addppa | thesadmafioso12:53
ubottuthesadmafioso: Since Ubuntu 9.10, a !ppa can be added using a single command «  sudo add-apt-repository ppa:user/ppa-name » See https://help.ubuntu.com/community/Repositories/Ubuntu#Adding%20PPAs for more details12:53
Picisimplew, IdleOne: apt-cache rdepends packagename  will list all the reverse dependencies of a package, but will not list the reverse dependencies of those packages.  apt-rdepends will 'walk' the reverse dependencies and list all of the reverse dependcies of all the packages, it will be a very long list.12:54
nydelthesadmafioso: then do sudo apt-get update & sudo apt-get install rhythmbox12:54
nydelthesadmafioso: do you follow what i'm saying?12:54
thesadmafiosoyes12:54
=== ubuntu is now known as Guest25976
Picisimplew, IdleOne: If you're looking to install something offline, you're probably looking for the dependencies anyway, not reverse depends.12:54
thesadmafiosoI understand that it's a third party repository to add for apt-get to look in the right place for newest rhythmbox12:54
thesadmafiosoright?12:55
PatrickDickeyrobb4n were you getting the file not found error before doing the install python-software-properties command?12:56
robb4nPatrickDickey: after and before doing it12:56
IdleOnePici: ah, I see now. Thanks for explaining. So, how does one list the dependencies of a package?12:56
simplewIdleOne: for example in rpm distros to check requires we do: rpm -q --requires foo12:56
thesadmafiosonydel: I pasted that command and it fetched gpg keys, was that right?12:56
PiciIdleOne: apt-cache depends packagename12:57
IdleOnesimplew: ^12:57
IdleOnePici: thanks again12:57
PatrickDickeyrobb4n try this whereis apt-add-repository12:57
simplewPici: that lists all dependencies, isnt there a way to just list requires?12:58
nydelthesadmafioso: yes that's right. now when you do "sudo apt-get update" it will get the latest rhythmbox.12:58
Tom76got it cfhowlett thanks12:58
nydelthesadmafioso: after you do the update, do "sudo apt-get install rhythmbox" and see if it gets a newer version12:58
IdleOnesimplew: depends are requires12:59
nydelthesadmafioso: if it doesn't, tell me & i'll find the correct package name12:59
thesadmafiosonydel: If it's not a bother could you explain why it fetched a gpg key and why I am not seeing it in my "gpg --list-keys"12:59
simplewIdleOne: no, depends include all, requires, provides, suggests12:59
thesadmafiosoI realize I'm probably a pain12:59
nydelthesadmafioso: are you root?13:00
PatrickDickeythesadmafioso the gpg key is required to authenticate packages. As for why it's not listed in your keys, I'm not sure. I believe it's probably in root's gpg keys.13:00
nydelwhat PatrickDickey said.13:00
thesadmafiosodidn't execute "gpg --list-keys" as root, no13:00
Picisimplew: apt-cache -i depends packagename will only list the depends and predepends, not concflicts/suggests/recommends13:00
thesadmafiosoThx PatrickDickey13:01
PatrickDickeythesadmafioso, no problem.13:01
simplewPici: that way does not list requires13:01
nydelthesadmafioso: your personal keys are in ~/.gnupg/gpg.conf & i assume it's blank.13:01
thesadmafiosonydel: it gave me the same output as before with "sudo apt-get install rhythmbox"13:01
IdleOnesimplew: or apt-cache depends packagename | grep Depends13:01
Picisimplew: what package are you trying to get information about?13:01
nydelPatrickDickey: where is the master pgp key file?13:01
PatrickDickeyrobb4n, did whereis apt-add-repository show anything?13:01
nydel*gpg13:01
malayHello all !!!!13:01
thesadmafiosonydel: nope, I use PGP encryption for emailing so I've got keys13:02
PatrickDickeynydel, I'm not sure. I've never really dug into it that far to find out.13:02
simplewPici:  that irrelevant, but IdleOne  suggested a grep, its a way, but i thought there was a way to get requires lsited directly13:02
nydelthesadmafioso: what output exactly do you get from "sudo apt-get install rhythmbox"13:02
[twisti]hello, i have a question: when i did apt-get install logwatch, i got this message:13:02
[twisti]Suggested packages:13:02
[twisti]  fortune-mod13:02
thesadmafiosobe right back13:02
[twisti]this isnt the first time i saw that 'suggested' thing too13:02
[twisti]but how do i find out more ?13:02
[twisti]trying to put the name on google just gives things like file lists or package size13:03
[twisti]but how do i learn what that ACTUALLY IS and why it was suggested ?13:03
BluesKaj!suggested13:03
nydel[twisti]: why not browse the source code of the application you're installing?13:03
IdleOnesimplew: the -i like Pici suggested and the grep that I suggested list the same Depends, which unless I am mistaken are equivalent to requires in rpm distros13:03
wolsit was suggested cause the maintainer thinks it's a good idea. and it's just a package, like any other13:03
[twisti]nydel: is that a joke ?13:04
[twisti]you think im going to learn a new programming language and randomly read through source to find out what a piece of software does ?13:04
nydel[twisti]: no, sorry. it sounds like you want to learn & you're not quite sure /what/ you want to learn, right?13:04
notso188Came from #ubuntustudio but no response. How do I get the Hibernate function back? It is grayed out.13:04
[twisti]no, im very sure: i want to learn what that package is13:04
Picisimplew: There isn't a 'Required' listing in dpkg, are you looking for things that have "Priority: Required"?13:04
nydel[twisti]: oh i'm sorry i thought you were asking about how to just keep learning13:04
llutz[twisti]: apt-cache show <packagename>           gives you more info on that package, but not a reason why it was suggested13:05
[twisti]theres no way there arent descriptions somewhere13:05
nydel[twisti]: usually the search string "ubuntu package "name"" will bring you a page with descriptions13:05
=== blazemore is now known as gaben
nydel[twisti]: let me see about that particular package13:05
[twisti]yeah, i got this13:05
[twisti]http://packages.ubuntu.com/precise/fortune-mod13:05
[twisti]but thats not really helpful to people who dont know what it is13:05
dr_willis!info fortune-mod13:05
ubottufortune-mod (source: fortune-mod): provides fortune cookies on demand. In component universe, is optional. Version 1:1.99.1-6 (quantal), package size 36 kB, installed size 122 kB13:05
[twisti]thanks13:05
nydelyes [twisti] see here: https://launchpad.net/ubuntu/+source/fortune-mod13:06
[twisti]and thank llutz too13:06
Pici[twisti]: 'Suggests' are are a listing on a package which are not required to be installed for the program to run, but might be helpful.13:06
dr_willisgotta love fortune cokies13:06
nydel[twisti]: most of the ubuntu packages that will be suggested will have a page on launchpad. from there you can view the readme or source etc & find what a package does / is for etc.13:06
nydeli hope that helps13:06
[twisti]well, that in particular doesnt seem like a terribly useful thing to install ;) i have seen things recommended before that i knew by name and sometimes followed suggestions, i was really just looking for what llutz suggested13:07
thesadmafiosonydel: I have returned13:07
Pici[twisti]: logwatch, for example, has a module that will insert a random quote at the end of the emailed log. Clearly, its not required for it to function, but you might want to install fortune-mod if you want that feature.13:07
designbybeckis it best to put your fonts in /home/username/.fonts or /usr/share/fonts ?13:07
thesadmafiosonydel: output of "sudo apt-get install rhythmbox" is lengthy, should I put it up on screen or PM you with it maybe?13:07
designbybeckor where is the best place to put fonts!?13:07
[twisti]Pici: i think ill opt to go without it ;)13:08
nydelthesadmafioso: use http://pastebin.ubuntu.com please13:08
[twisti]but thanks for the help, everyone13:08
thesadmafiosook will do that13:08
Briankinghiiiiiiiiiii13:08
jribdesignbybeck: /usr/share/fonts/ is system-wide (every user) and /home/username/.fonts is just for your user13:08
brontosaurusrexdesignbybeck: the ones in your home map are only for you, the ones in /usr should be system wide < all users13:08
designbybeckok thank you jrib and brontosaurusrex13:09
thesadmafiosonydel: http://pastebin.ubuntu.com/1300013/13:09
nydelthanks thesadmafioso13:10
alonehello all13:10
thesadmafiosohi13:10
KvaksIf I have an LVM group within which I have logical volumes for / and /home, will the installation process of Ubuntu detect the LVM and easily let me keep the /home intact like I could if it was a traditional partition?13:10
PatrickDickeyhi alone13:10
cfhowlettalone: greetings13:11
islandmonkeyHello alone13:11
=== brian__ is now known as JoeyJoeJo
nydelthesadmafioso: type "sudo apt-get install rhythmbox" & press tab twice13:11
cfhowlettislandmonkey: greetings13:11
osseHi, I'm running Ubuntu Server 12.04. Currently my eth0 only has a static IPv6 adress and IPv4 is disabled. Can I re-enable IPv6 and receive an IP from DHCP without rebooting or temporarily disable eth0 ?13:12
nydelthesadmafioso: you will see many different options. i will try to figure out which one is the newest build. what version is installed? and what version are you trying to build?13:12
osseRe-enable IPv4 I mean13:12
PatrickDickeyalone, is there something we can help you with?13:12
smartboyhwHi guys after install python-sip it removed python-qt4 and it says The following packages have unmet dependencies:13:12
smartboyhw python-qt4 : Depends: sip-api-8.1 but it is not installable13:12
smartboyhw but then if python-sip includes the virtual package then it should be installable. Someone help13:12
thesadmafiosoThere is no version installed and I am trying to build/install 2.9813:13
alonePatrickDickey: no, just "hi" :)13:13
PatrickDickeynydel would dpkg -l | grep rhythmbox help him to find out what's installed?13:13
jribsmartboyhw: 1) what ubuntu version? 2) Have you installed any unofficial packages or enabled any unofficial repositories?13:13
smartboyhwjrib, 1) 12.10 2) I don't know13:13
jribsmartboyhw: I don't understand how you can not know13:14
nydelPatrickDickey: i think so. i've some things to learn about dpkg13:14
thesadmafiosoPatrickDickey: I tried the grep lookup for dpkg, nothing comes up. No install :)13:14
lasherI cannot see a theme menu in Empathy ubuntu 12.10. Is it no longer possible to change?13:14
whatwhathow to installl file with bin.sh13:14
jribsmartboyhw: pastebin the output of « apt-cache policy python-qt4 python-sip sip-api-8.113:14
smartboyhwjrib: I don't think so, if it is about python-sip and python-qt413:14
whatwhatwhat's the commmmand line13:14
jribsmartboyhw: it's about any package13:15
nydelPatrickDickey: when we try to install rhythmbox, we're told the package is obsolete..13:15
nydelthesadmafioso: i think this might install rhythmbox: "sudo apt-get install rhythmbox-plugin-coherence"13:15
PatrickDickeywhatwhat the command line is the terminal or if you press CTRL + ALT + F1 through F6, the screen.13:15
smartboyhwjrib, http://paste.ubuntu.com/1300036/13:15
PatrickDickeywhatwhat try this. CTRL key + Alt key + T (all at the same time).13:15
jribsmartboyhw: umm, "raring"?13:16
smartboyhwjrib, well yes I enabled the raring repos13:16
whatwhatso tat's why u are a dickey ?13:16
whatwhatlol13:16
jribsmartboyhw: ok... why?13:16
thesadmafiosonydel: tried that also, it says I have broken packages and dependencies aren't met13:16
smartboyhwBut then I think I can still get python-qt4 and python-sip from there13:16
PatrickDickeylol nope. just good genetics. ;-)13:16
smartboyhwjrib, er...for fun:P13:16
thesadmafiosonydel: i will pastebin output13:16
jribsmartboyhw: raring is bound to be really broken at this stage13:16
nydelthesadmafioso: pas....good, i was gonna ask :)13:16
jribsmartboyhw: anyway, it's not supported here13:17
smartboyhwjrib, yyeah13:17
thesadmafiosonydel: http://pastebin.ubuntu.com/1300040/13:18
* PatrickDickey doesn't like dogfood enough to enable raring on my only system within 7 days after Quantal is released...13:18
aloneUnable to read from: TakPic/takpic.sh13:18
nydelthesadmafioso: does "which rhythmbox" give you blank output?13:18
alonehttp://paste.ubuntu.com/1300045/13:18
aloneif interessed :^13:18
BlackNarcissusHello everyone. Anyone else using jabber.org for XMPP messaging with empathy on Ubuntu 12.04 is having a certificate expired warning when logging in ?13:18
thesadmafiosonydel: you mean the pressing tab 2 times thing?13:18
thesadmafiosonydel: it ouputs this: rhythmbox                        rhythmbox-dbg                    rhythmbox-radio-browser13:19
thesadmafiosorhythmbox-applet                 rhythmbox-plugin-coherence       rhythmbox-ubuntuone-music-store13:19
PatrickDickeyBlackNarcissus I'm not using jabber, but I'd imagine they'll be updating their certificate shortly.13:19
nydelthesadmafioso: no, i mean "which rhythmbox"13:20
thesadmafiosonydel: it returns nothing13:20
freijonis there a channel for the Gnome Remix?13:21
BlackNarcissusPatrickDickey: Yes, but I wonder if it's not a bug with empathy, it has a history of messing up with certificate, and jabber.org hasn't notified any certificate updates. Thanks :)13:21
PatrickDickeyfreijon, you could try #ubuntu-gnome It's the channel for Ubuntu GNOME Help.13:22
freijonthanks PatrickDickey13:22
PatrickDickeyfreijon, no problem.13:22
nydelthesadmafioso: okay, i think we /do/ have to build it from scratch!13:22
thesadmafiosonydel: this is what I am afraid of13:22
nydelthesadmafioso: are you using the tar.xz from http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/2.98/13:22
thesadmafiosonydel: yes, I have that file and have verified the checksum on it13:23
PatrickDickeyBlackNarcissus no problem, and sorry for not replying sooner.13:23
thesadmafiosonydel: i tried to install it once before13:24
designbybeckWas glad to see they left F3-SplitScreen in the file browser in 12.10!! I use that a lot!13:24
thesadmafiosonydel: from scratch but it did not work out13:24
nydelthesadmafioso: okay i'm going to try installing it too, would you like to do it at the same time?13:24
thesadmafiosonydel: you are the best, and yes13:24
nydelthesadmafioso: you've extracted it, yes?13:25
thesadmafiosonydel: no, I used shred to decimate everything in a fit of rage13:25
thesadmafiosonydel: :)13:25
nydelthesadmafioso: haha wonderful13:25
thesadmafiosonydel: will extract it now to the folder it's in13:26
thesadmafiosonydel: i created a seperate folder for it13:26
nydelthesadmafioso: do sudo apt-get install gobject-introspection, if you haven't already13:28
thesadmafiosonydel: I will want to use "tar xvzf filename.tar.xz" right?13:28
thesadmafiosonydel: ok but what is that13:28
* PatrickDickey needs to find a new graphics card. This ATI Radeon HD 2450 isn't going to be suported apparently.13:28
xMopxShellHi guys, I just installed & updated 12.10. After i installed nvidia-current and nvidia-settings, unity is gone and im stuck at 640x480. can anyone help?13:28
nydelthesadmafioso: use tar Jxf for a tar.xf13:28
=== wN is now known as ctowsley
EaglemanHow do i point this address to the local machine?  (  http://hgg-fs/software/wiki/MileStone/changelog.xml )13:28
nydelthesadmafioso: that will install a few packages that rhythmbox depends on13:29
=== marco is now known as Guest64535
thesadmafiosonydel: it is giving me problems with "sudo apt-get install gobject-introspection"13:30
thesadmafiososays the same thing about no installation cantidate13:30
nydelthe packages are: python-markupsafe, python-mako & gobject-introspection13:30
KaKila1no menus in libreoffice and 12.10. Any help?13:30
nydelthesadmafioso: you are running 12.10?13:30
thesadmafiosonydel: "No installation candidate" excuse me13:30
xanguaKaKila1: they are in the panel13:30
PatrickDickeyEagleman do you have a static IP Address or a dynamic one from your ISP?13:30
thesadmafiosonydel: no, I am running 10.04 LTS13:30
KaKila1xangua: what do you mena in the panel?13:30
EaglemanPatrickDickey its in a LAN running inside its own vmware dhcp pool13:31
EaglemanSo its dynamic13:31
xanguaKaKila1: the panel at the top... the top panel13:31
nydelthesadmafioso: oh! i did not understand that. hmm. we can try something a little crazy13:31
KaKila1xangua: I may not understand you, but no. They aren't anywhere.13:31
PatrickDickeyEagleman are you only wanting to redirect it inside of your lan, or do you want people outside to get to it?13:31
thesadmafiosonydel: at this point I just want to listen to the new Godspeed You! Black Emperor record and will do any crazy thing to get that accomplished13:31
thesadmafiosonydel: seriously.13:32
nydelthesadmafioso: i would recommend an alternative media player such as clementine13:32
EaglemanPatrickDickey the server itself needs to know that http://hgg-fs/ is its own machine13:32
nydelthesadmafioso: do you /need/ to use rhythmbox?13:32
PatrickDickeyEagleman, that sounds like a question for an apache help room (at least to me).13:33
thesadmafiosonydel: well I have a lot several podcasts I keep up with13:33
thesadmafiosonydel: but other than that, no not really.13:33
PatrickDickeythesadmafioso is there any reason you can't use banshee? (just throwing out an alternative)13:33
nydelthesadmafioso: i would try installing clementine & see if you like it. i /adore/ it. and you'll be able to use your podcasts etc with it.13:33
thesadmafiosoPatrickDickey: not that I know of13:33
EaglemanPatrickDickey its dns related13:34
nydelthesadmafioso: also remember if you are playing mp3s you can always use mpg123 from the command line.13:34
thesadmafiosoOk I guess I'll give that a go13:34
thesadmafiosonydel: i had no idea about any such command13:34
nydelthesadmafioso: "mpg123 filename &"13:34
nydeltry that?13:34
KaKila1xangua: http://picpaste.com/pics/libreoffice-v5aHCj2J.1350999302.png13:35
KaKila1xangua: that is with the mouse pointer over the "top panel"13:35
PatrickDickeyEagleman hostname hgg-fs maybe? And then add it to /etc/hosts as 127.0.0.1.13:36
poglesbygI'm trying to install gecko for wine. could I get some help?13:36
thesadmafiosonydel: that mpg123 filename & killed my terminal13:36
thesadmafiosonydel: haha13:36
nydellol did it now13:37
EaglemanHow do i point this address to the local machine?  (  http://hgg-fs/software/wiki/MileStone/changelog.xml )13:37
nydelthesadmafioso: are you getting sound from other programs?13:37
thesadmafiosonydel: so, could you possibly explain in a nutshell what you think is going on with Rhythmbox?13:37
thesadmafiosonydel: it sure did lol13:37
thesadmafiosonydel: yes13:38
nydelthesadmafioso: well you're running an outdated release of ubuntu, & rhythmbox depends on a lot of packages you do not have installed. you'd have to go through & install all of its dependencies, perhaps one-by-one, in order to use it.13:38
xanguaKaKila1: tried to delete libreoffice configuration¿ (.config hidden directory in your home13:38
cnfhmm, if only i could get side swipe to switch desktops now13:38
PatrickDickeyEagleman when you type hostname into the server, what does it say?13:38
nydelthesadmafioso: can you open a file manager to your music folder?13:39
=== ctowsley is now known as wNz
Eaglemanhgg-fs-new13:39
flooble77I've just finished upgrading to 12.10 and can't now set display resolution to the correct native res for my laptop, only up to 1152x86413:39
PatrickDickeyEagleman, do you have another server that has hgg-fs for it's hostname?13:39
Eaglemanyes but this is in another network so it should be hgg-fs13:40
PatrickDickeyEagleman hostname hgg-fs13:40
thesadmafiosowhat are the benefits of upgrading to the new 12.10 release as opposed to staying with an old distro like 10.0413:40
erictr1ckafter i upgraded to 12.10, i get the following error when using vinagre: Segmentation fault (core dumped)13:40
PatrickDickeyEagleman if they're on the same subnet, you'll have problems. And if you're trying to connect from the subnet that has the other hgg-fs server in it, you'll end up there instead.13:41
thesadmafiosonydel: yes I'm looking at my music now13:41
PatrickDickeythesadmafioso, mainly the support factor. I'm not sure if they'll still provide updates for 10.04 (or how long they'll provide them).13:41
nydelthesadmafioso: aside from the advancements across the board, you'll have so much less trouble doing anything13:41
Eaglemanthey'r on the 172.16 address13:42
Eaglemani am on the 192.168 network which is not in use13:42
nydelPatrickDickey said what i meant much better, thesadmafioso13:42
nydelthesadmafioso: right-click an mp3, see if there are any programs installed that will open it?13:42
nydelPatrickDickey: when did unity show up?13:42
thesadmafiosoPatrickDickey: Yeah that's been on my mind a bit13:42
PatrickDickeyEagleman, if they are on the same subnet (255.255.0.0 for example), then you can't have them both be named the same.13:42
PatrickDickeynydel 11.04? 11.10 for sure.13:42
Eaglemanthey'r not13:43
thesadmafiosonydel: i did notice the new kernel builds are supporting more ARM architecture13:43
thesadmafiosonydel: so the new distros I guess would have more support for newer stuff . . . "Advancements" as you say13:43
thesadmafiosonydel: I hate the unity desktop thing13:44
thesadmafiosonydel: hate it so much13:44
nydelthesadmafioso: well, we're all working on 12.10/quantal. not that "it's the status quo" is an argument in itself, but, the operating system is overall quicker, better, in many ways13:44
PatrickDickeyEagleman, the easiest way (to me at least) is this. hostname hgg-fs on the server you want it to point to. Then in your /etc/hosts on the local computer, put it's IP address in with that name. The drawback is that you'll have to do that on every computer that you want to access it from.13:44
thesadmafiososeething hatred for that thing.13:44
nydelthesadmafioso: i hate unity too. i'm sorry to say that here, but i hate unity.13:44
wormGot a strange problem on kubuntu. After I finished installed ubuntu 12.10, I installed kubuntu-netbook by using apt-get. After reboot, I found every window opened are in KDE style. What's up to my computer?13:44
nydelthesadmafioso: i use cinnamon instead. technically, we do not support cinnamon. but i will tell you how to set it up if you like.13:44
EaglemanPatrickDickey its just for testing13:45
thesadmafiososorry nydel, I cannot hear you as I am currently blinded by my seething hatred for unity13:45
thesadmafioso:)13:45
flooble77i'm not sure if this is likely to be a driver thing, an xorg.conf thing or what; has this bitten anyone else?13:45
PatrickDickeythesadmafioso, you can get the Gnome shell on 12.10 or Xfce or another desktop.13:45
thesadmafiosoor perhaps rendered deaf is a better description . . .13:45
nydelthesadmafioso: lol i TOTALLY hear you.13:45
nydelthesadmafioso: take a look at this: http://cinnamon.linuxmint.com/13:45
nydelthesadmafioso: i almost quit ubuntu when unity came out. but cinnamon saved me.13:46
* PatrickDickey likes cinnamon... of course I like unity also. :S13:46
abdelghaniI used ''miro '' to download some music, where can I find the downloaded files?13:46
PatrickDickeyflooble77, what is it doing? And what kind of graphics card do you have?13:46
* nydel doesn't really HATE unity, is more worried it's turning users off.13:46
michealPWDoes anybody know where the user faces/icons/avatars are stored in Ubuntu 12.04? (The actual file locations on the local disk, not the utility to change it)13:47
KaKila1xangua: yeah, no results13:47
flooble77PatrickDickey: I can't see the native resolution in setting or via xrandr, only up to 1152x864; there was no problem before i upgraded to 12.1013:47
cnfif i could get some decent gesture support, i would be more lenient towards unity13:47
thesadmafiosonydel: the only program to play mp3 is VLC, nothing else13:48
Fedora17hi, any speak spaniish¿13:48
=== Fedora17 is now known as Guest88626
PatrickDickeymichealPW it should be in /home/username/.face13:48
nydelmichaelni: does this help: http://askubuntu.com/questions/61637/where-is-the-users-profile-picture-stored-in-gnome-313:48
flooble77PatrickDickey: it's an ati radeon 4570, but as i say it was working great before upgrading13:48
michealPWPatrickDickey: That's what everybody tells me and it's the only thing I can find on Google... But ~/.face does not exist :(13:48
nydelthesadmafioso: VLC makes a fine audio player ime13:48
PatrickDickeyflooble77, ATI hasn't released their latest drivers yet. And from what I understood, it won't cover anything lower than an HD 5000 series. :S I'm in the same boat as you.13:49
nydelthesadmafioso: is your installation a wubi, by chance?13:49
michealPWAh, thanks very much nydel!13:49
slnHP scanjet 2410 no working correctly in 10.04. Do I need to configure it? Please help13:49
PatrickDickeymichealPW did you try ls -l in your home directory?13:49
nydelmichealPW: yw friend13:49
BluesKajnydel, we heqard you the first time about unity , I'm a KDE user , but hate isn't the reason I use it. taste is more like it13:49
thesadmafiosonydel: originally yes but I am solely a linux user now13:49
=== Guest88626 is now known as fedora17nvidia
fedora17nvidiahola13:49
PatrickDickeymichealPW sorry ls -la13:49
michealPWSo, now I can make symlinks in the location KDM stores it's avatars and also make symlinks in the location GDM/LightDM stores its avatars. That way I have all the face icons/avatars regardless of the DM I use :P13:50
flooble77PatrickDickey: oh, i see. i guess i'll try downgrading some stuff :) thanks13:50
michealPWPatrickDickey: I think that's the old GNOME v2 location, mate. That location does not exist on these newer GNOME 3 systems, it seems.13:50
michealPWPatrickDickey: They use something called "AccountServices", whatever that is :p13:50
nydelBluesKaj: i don't mean to badmouth ubuntu by proxy. i am going through proper channels to nominate cinnamon to be included in the next release. i don't want to lose users.13:50
PatrickDickeyflooble77, I ended up doing sudo apt-get purge flgrx to get rid of the problem. I had no panels in unity (had to do it from Xfce).13:50
fedora17nvidiaplease what channel speak linux in spanish?13:51
michealPWnydel: Nah, it will never happen I bet. They [Canonical] will just keep working on Unity.13:51
PatrickDickeymichealPW I have it in my home directory.13:51
fedora17nvidiai'm a serius probem ;(13:51
nydelthesadmafioso: well here is something.  in /host/ubuntu/disks is a file "root.disk" -- that's your wubi install.  you could make a copy of it, root.disk.old. COPY not MOVE. then you could upgrade to 12.10, & if you don't like it, you can just move the old root disk back.13:51
nydelthesadmafioso: no harm done.13:51
michealPWnydel: They [Canonical] believe Unity is meant to improve user experience from GNOME-Shell; personally I think KDE would be the best heehee :P13:51
abdelghaniI used ''miro '' to download some music, where can I find the downloaded files?13:51
nydelthesadmafioso: what do you think?13:51
Copernicus2KHEY13:52
PatrickDickeyfedora17nvidia, un momento por favor.13:52
Copernicus2Khow can i check how many lines in a text file?13:52
BluesKajnydel, cinnamon looks interesting ,but I doubt you'll see that on ubuntu13:52
michealPWPatrickDickey: Hrmm, that's interesting. Maybe I don't understand ~/.face... Maybe that's for what's currently selected as your default? Like.. When you select an avatar, maybe it copies it var /var/wherever into ~/.face13:52
cnfhmz13:52
cnfwhy is it so hard to get gestures working on linux :/13:52
thesadmafiosols13:52
thesadmafiosooops13:52
PatrickDickeyI believe so michealPW13:52
thesadmafiosonydel: that is an interesting idea13:52
flooble77Copernicus2K: `wc -l $filename`13:53
nydelBluesKaj: it's SO good though. one insanely great feature is that it allows you to treat your primary display as a workspace set & your secondary display as a static screen.13:53
michealPWPatrickDickey: My problem is I swapped out LightDM for KDM.. When I open the "About Me" in KDE, I have no icon selected. When I try to choose one, I only have very limited options, none of the options available in LightDM/GDM.. So what I want to do is symlink all those nice avatars that LightDM/GDM have so they're available in KDM/KDE13:53
fedora17nvidiaok PatrickDickey, buenas tardes13:53
PatrickDickeyfedora17nvidia #ubuntu-es o #ubuntu-es-cafe o #kubuntu-es o #xubuntu-es o #lubuntu-es13:53
flooble77PatrickDickey: ok, i'll start with fglrx then. thanks again!13:53
thesadmafiosonydel: you know, I don't have a /hosts directory13:54
fedora17nvidiathanks, i'm serius probem in my computer ;)13:54
=== nbourdiec is now known as gardenwarf
nydelthesadmafioso: /host13:54
PatrickDickeyflooble77 no problem. Good luck. I'm looking for a new card myself.13:54
thesadmafiosonydel: that's what i meant sorry13:54
Myrttifedora17nvidia: #fedora-es13:54
nydelthesadmafioso: but you're using a wubi installation?13:54
=== gardenwarf is now known as gardendwarf
thesadmafiosonydel: i am thinking I actually tried ubuntu with wubi but then wiped the entire thing HDD and installed 10.04 fresh13:55
BluesKajnydel, I use large monitor with 8 desktops , a separate desktop for each app13:55
thesadmafiosonydel: actually now that I think back that's exactly what I did13:55
PatrickDickeyfedora17nvidia esta utile fedora o ubuntu?13:55
thesadmafiosonydel: no, I started with a wubi dual boot to try out linux and then just went full on Ubuntu haha13:55
* PatrickDickey my Spanish is horrible...13:55
fedora17nvidiafedora1713:55
wormProblem on installing kde (kubuntu-desktop). After installed that, all of my windows (both in unity and kde) are shown in KDE style. It is so ugly to have a window with a unity border and a KDE style. Any solution?13:55
thesadmafiosonydel: it was a long time ago13:56
nydelBluesKaj: that's kind of awesome. out of curiosity may i ask what your 8 apps are?13:56
nablethi, i am on U12.04, use fluxbox and wicd. at random moments my wireless networks stops working and i cant get it back on without rebooting. sudo iwlist scan gives me "failed to read scan data: invalid argument"13:56
PatrickDickeyfedora17nvidia entonces quiere #fedora-es13:56
thesadmafiosonydel: so, think I'm going to install this clementine13:56
fedora17nvidiainstall drivers nvidia and now not iniciating SO13:56
nydelthesadmafioso: oh, okay. you only have a /host if you're using a wubi install -- then /host is your "C:" or whatever.13:56
nydelthesadmafioso: try it out, i think you'll like it if you need a good all-around music player.13:56
nydelthesadmafioso: it should be apt-gettable, just apt-get install clementine i think.13:57
fedora17nvidiain ubuntu i can put "sudo remove --purgue nvidia" but in fedora...13:57
nydelis there software center in 10.04 or just synaptic13:57
fedora17nvidianot as accessible as a terminal13:58
cfhowlettfedora17nvidia: wrong channel.  No help for fedora here.13:58
PatrickDickeyfedora17nvidia fedora utile yum13:58
nydelthesadmafioso: i /really/ think you ought to consider an upgrade to 12.10.. i have been using since before unity and it's totally  possible to use the new ubuntu and never, ever use unity.13:58
michealPWFound it~!13:58
Myrttifedora17nvidia: /join #fedora-es13:58
PatrickDickeycfhowlett, there's no help for him in fedora-es he's already there.13:58
michealPWIt's in /usr/share/pixmaps/faces13:58
michealPWAll the avatars for default Ubuntu13:59
michealPWhehe13:59
wormGot a strange problem on kubuntu. After I finished installed ubuntu 12.10, I installed kubuntu-netbook by using apt-get. After reboot, when I get into unity, I found every window opened are in KDE style with a unity border. It is too ugly.  Any solution?14:00
thesadmafiosonydel: i have one more small question14:00
PatrickDickeyfedora17nvidia su - password entonces yum remove nvidia14:00
jackhillHello, how can I tell if someone is logged in graphically? In the past, I used ck-list-sessions and looked to see if there was anything in the x11-display lines (with grep and cut). In 12.10 with lightdm the greeter makes it look like someone is logged in.14:00
jackhillDo I have to write someting to parse all the output of ck-list-sessions or is there something quick and easy?14:00
BluesKajnydel, any 8 apps , usually a browser , konversation , dolphin, systemsettings etc14:00
fedora17nvidiabut, my pc d'ont run14:00
fedora17nvidiaas get to terminal?14:01
michealPWPatrickDickey: Ah, so that's why.. GDM is what looks in ~/ for a .face and if not found it looks for a ~/.face.icon. If still not found it'll read your gnome config for the location.. So really my question should not be where GDM is storing it, but where Ubuntu's LightDM stores it? :P14:01
PatrickDickeyfedora17nvidia ctrl + alt + F2  keys14:01
thesadmafiosoin the terminal, is there any way to move around when directories have blank spaces in between their names14:01
michealPWSince by default, Ubuntu doesn't use GDM it uses LightDM hehe!14:01
thesadmafiosoLike: "cd this-directory" works, but "cd this directory" will not work14:01
PatrickDickeymichealPW why were you looking for it anyhow?14:02
SharkMuttleworththesadmafioso: You need to quote the text14:02
SharkMuttleworththesadmafioso: Also, it's easier to use tab completion than typing the full name anyway14:02
thesadmafiosoSharkMuttleworth ok what is that14:02
michealPWPatrickDickey: I want to make symbolic links to all these avatars and put the links in the directory KDM looks for avatars. I stopped using LightDM and I use KDM instead (But KDM by default has really ugly icons and there's not many to choose from.)14:02
PatrickDickeymichealPW it probably still uses the Gnome config to find the location, so I'd check that first.14:02
abdelghaniI used ''miro '' to download some music, where can I find the downloaded files?14:03
Eric_New_UbuntuHi all14:03
Eric_New_UbuntuQuick question14:03
thesadmafiosoSharkMuttleworth: ok, just figured it out . . . you just helped me out tremendously haha14:03
jgcampbell300morning14:03
OprrI want set firefox how my default browser but when I open a html file rekonq open this file.. I've changed the property for .html file for be open with firefox14:04
nablethi, i am on U12.04, use fluxbox and wicd. at random moments my wireless networks stops working and i cant get it back on without rebooting. sudo iwlist scan gives me "failed to read scan data: invalid argument"14:04
PatrickDickeyabdelghani video > options > folders will show you where it's storing them. At least that's what I'm reading.14:04
michealPWOprr: Goto System Settings -> Default Applications -> Web Browser: type "firefox" inplace of "rekonq"14:04
OprrmichealPW, ok14:04
PatrickDickeyEric_New_Ubuntu, ask and we'll help if we can. ;-)14:04
Eric_New_UbuntuWhere would I find my thinderbird folder so i can import my accounts from my mac14:05
Eric_New_UbuntuI can't believe thunderbird doesn't have an export and import14:05
Eric_New_Ubuntuit's 201214:05
nydelthesadmafioso: "mkdir this\ has\ spaces"14:05
Eric_New_Ubuntuanyone mind breaking off and helping me?14:06
nydelEric_New_Ubuntu: ~/.thunderbird14:06
OprrmichealPW, thank you! ;)14:06
Eric_New_UbuntuAlso, i am not an enthusiast, is there a linux distro that doesn't require me to be a sysadmin.  I mean it's fun and all but I suck at it14:06
Eric_New_UbuntuYeah. that doesn't mean anything nydel.  I am sorry i probably look like a total noob14:06
michealPWOprr: No problem, mate.14:07
nydelEric_New_Ubuntu: i think you'll do /fine/ with ubuntu, & we're here to help :)14:07
blackshirtEric_New_Ubuntu:  you can play a deep with them :D14:07
nydelEric_New_Ubuntu: open up a terminal. hold control & alt and press "t"14:07
PatrickDickeyEric_New_Ubuntu they all require you to be a sysAdmin to a point. But I would say the *buntu or fedora ones are probably the easiest to maintain (leaning more towards the *buntu distros).14:07
Eric_New_Ubuntuyeah, here is the issue14:07
jiffe98it seems if ubuntu doesn't boot the first time or it reboots in the middle of a boot, grub doesn't automatically choose the default option on the second boot, is there a way to change this?14:07
Eric_New_UbuntuI just want to use the graphics interface14:07
michealPWEric_New_Ubuntu: Thunderbird does indeed have import/export, btw14:07
nydelEric_New_Ubuntu: okay. open your home folder from the bar on the left. do you see it?14:08
Eric_New_UbuntuI don't want to open a shell, sudo or any of that bother.14:08
nydelEric_New_Ubuntu: okay. we can do this visually14:08
Eric_New_Ubuntuyes14:08
Eric_New_UbuntuThank you14:08
PatrickDickeyEric_New_Ubuntu in Nautilus, click on View and then Show Hidden Files. it'll be in your Home directory.14:08
Eric_New_Ubuntuthank you so much14:08
nydelEric_New_Ubuntu: did you open a file manager?14:08
Eric_New_UbuntuI can14:08
blackshirtEric_New_Ubuntu: you can play with windows :D14:08
nydelEric_New_Ubuntu: once you open the file manager, click a folder & press "Ctrl-H" to show hidden files. hidden files have a period at the beginning of their name14:09
Eric_New_UbuntuI actually am in data security and used to work for Cisco, but I suck as command line14:09
Eric_New_UbuntuI figured14:09
thesadmafiosonydel: thanks for the help, I am trying out clementine now14:09
michealPWEric_New_Ubuntu: Your Home folder (/home/username/) is shortened with the tilde character (~) so when somebody says ~/, they mean /home/username/, your home directory. You asked where Thunderbird's preference folder is, it's in ~/.thunderbird (/home/username/.thunderbird) Note: All files or directories on Linux starting with a period (".") will be hidden. You'll need to unhide hidden files/folders if you're using a file browser to find it :P14:09
nabletHi, my wireless network card suddenly stopped working. it works before. any ideas?14:09
thesadmafiosonydel: have a great day14:09
nydelthesadmafioso: you're welcome, sorry we couldn't get rhythmbox up, hope you like clementine. be well!14:09
KaKila1help. no menus in lbreoffcie and ubuntu 12.10.  http://picpaste.com/pics/libreoffice-v5aHCj2J.1350999302.png14:09
thesadmafiosoPatrickDickey: thank you also for your help14:10
nydelEric_New_Ubuntu: in your "home" folder there is a folder called ".thunderbird" - tell me when you find it14:10
Eric_New_UbuntuWhere is te show hidden14:10
Eric_New_UbuntuIt's not in permissions14:10
Eric_New_Ubuntuwhere one would expect to find it. lol14:10
PatrickDickeythesadmafioso not a problem. Glad you got it worked out.14:11
Eric_New_UbuntuThank god we have you guys though or I would have just uninstalled14:11
Eric_New_UbuntuSeriously though man, it's WAY over complicated14:11
PatrickDickeyEric_New_Ubuntu in the menu, click on View, then Show Hidden Files.14:11
Eric_New_UbuntuI can't even find where half the shit is installed14:11
fluitfrieshow can i easily get rid of some line endings in a text file?14:11
cnfhmz, i'm making no headway with touchpad gestures :/14:11
Eric_New_Ubuntuok, hold on14:11
jgcampbell300can anyone point me in the right direction ... i have a project that i so i am thinking of hiring some help on a project I have in mind and im not sure who i can consult with... i am thinking it will involve web data and some form of out put after the data has been anelized14:12
Eric_New_Ubuntugot it14:12
PatrickDickeyfluffries, are you trying to get rid of the dos style ones?14:12
Eric_New_Ubuntuthanks14:12
Eric_New_Ubuntuok14:12
=== nbourdiec is now known as gardendwarf
Eric_New_Ubuntubrb let me rename like they suggest14:12
PatrickDickeyfluitfries, are you trying to get rid of the dos style ones?14:12
b00b00Hi14:13
=== nbourdiec is now known as gardendwarf
PatrickDickeyhi b00b0014:13
Eric_New_Ubuntuok, renamed and moved!14:13
Eric_New_UbuntuDone, thank you!14:14
Eric_New_Ubuntuone more question if I can14:14
PatrickDickeysure.14:14
PatrickDickeyAsk as many as you need.14:14
Eric_New_UbuntuThunderbird fixed!  Thank you14:14
Eric_New_UbuntuI just put ubuntu on a X230 Lenovo14:14
Eric_New_UbuntuAnything I need to do for drivers?14:15
jgcampbell300hmm i have +i can anyone read this ?14:15
b00b00is anyone here dealing with mono package? where i need to put that var MONO_ENV_OPTIONS? in /etc/init.d/mono-xsp4 script?14:15
nablethi, my wireless suddenly stops working. it wont work unless i restart the computer. ahy ideas?14:15
Eric_New_Ubuntualso, follow up I need to install windows, came from VMWare for the mac is virtualbox the best onn ubuntu?14:15
=== chin-tas` is now known as chin-tastic
npws_marcso i just installed ubuntu 12.04 on my server and i can't get any screen to come up. my kvm is saying it's because it's out of range of it's supported resolution, 1024x768@60Hz. i tried adding nofb to the kernel string within GRUB and that got it to stop complaining about resolution, but then nothing came up on the screen. so i tried different vga= modes, even the smallest one vga=769 (640x480x8)14:16
npws_marcisn't working14:16
PatrickDickeyEric_New_Ubuntu if everything's working fine, I wouldn't worry about drivers. As for vmware, virtualbox is pretty good. You might be able to find VMWare for Linux also.14:16
Eric_New_UbuntuI can find it but it's $25014:16
Eric_New_UbuntuScrew them...that's a bit much for workstation14:16
npws_marcwhen using the vga= modes it is still complaining about resolution, how can i get this working? it worked fine on 10.0414:16
nbf$250 is not a lot for a workstation14:17
PatrickDickeyI'd go with virtualbox then Eric_New_Ubuntu.14:17
Eric_New_UbuntuFor am emulation program? $250 for a desktop virtualization prg?  I think that's highway robbery.14:17
PatrickDickeynbf he's talking about VMWare Workstation.14:17
FlyingElvisdoes anyone know the ternimal command for installing nvidia drivers, and the command for creating the xorg file for it14:17
fluitfrieshow can i easily get rid of some line endings in a text file?14:17
FlyingElvisi saw it on a webpage somewhere and i cant find that page now14:17
Eric_New_Ubuntuyes patrick, they want $250 for VMware Desktop14:18
PatrickDickeyfluitfries are you trying to remove DOS style line endings?14:18
npws_marcfromdos file.txt14:18
fluitfriesPatrickDickey, no, unix14:18
Eric_New_Ubuntuso, for freeware the virtualbox is the best?14:18
fluitfriesit was manuall wrapped and i want it un-wrapped14:18
PatrickDickeyfluitfries, you can install unix2dos and dos2unix.14:18
fluitfriesaka remove line endings14:18
Eric_New_UbuntuThank you guys, you are awesome and gracious as always14:18
PatrickDickeyahhh. That's different fluitfries. I'm not sure on that.14:19
fluitfrieson my mac in textmate i could actually do a "find n replace" on the line-endings.  can't seem to do that with any of the text editors i've found14:19
PatrickDickeynpws_marc try nomodset in the kernel string, maybe.14:19
SharkMuttleworthEric_New_Ubuntu: I'd use VMWare player over Virtualbox14:19
michealPWwooOT! I've found it! They're in /usr/share/kde4/apps/kdm/pics/users14:20
PatrickDickeySharkMuttleworth, can you create vm's with their Player one?14:20
Eric_New_Ubuntuthanks14:20
Eric_New_UbuntuI will check it out14:20
Eric_New_Ubuntu$250 is a ton14:20
SharkMuttleworthPatrickDickey: Yes, there used to be a restriction on it but you can now14:20
nablethi, my wireless suddenly stops working. it wont work unless i restart the computer. ahy ideas?14:20
PatrickDickeyThere you go Eric_New_Ubuntu VMWare Player.14:21
Eric_New_Ubuntuyeah, I will have to look into the difference14:21
* PatrickDickey I'd download a trial of workstation, get everything set up using it, then use VMWare Player from then on.14:21
Eric_New_UbuntuNot sure I can14:21
Eric_New_UbuntuI need to get on win 714:21
Eric_New_UbuntuBeen running XP for like 10 years14:21
fluitfriesi always avoided vmware because of all the accounts and registration required to access their free softwares14:22
fluitfriesso i still use vbox14:22
PatrickDickeyEric_New_Ubuntu as long as you have a legal copy of Win 7, you can install it on there.14:22
jiffe98if ubuntu doesn't boot the first time or it reboots in the middle of a boot, grub doesn't automatically choose the default option on the second boot, is there a way to change this?14:22
=== wNz is now known as wN
Eric_New_Ubuntuis player sufficient for an occasion Win 7 use for graphics?14:22
SharkMuttleworthWhat do you mean by graphics?14:23
PatrickDickeyI think so. I'm not guaranteeing the Aero effects.14:23
sk1specialanyone know a good program to make a bootable usb with an iso?14:23
PatrickDickeysk1special unetbootin14:23
sk1specialPatrickDickney: thats not specific to ubuntu /linux is it?14:24
PatrickDickeyNope.14:24
SharkMuttleworthVMWare can accelerate 3D graphics, so Aero should workin theory14:24
johnjacobjingerhif hardware can support it14:24
PatrickDickeysk1special what os are you going to use it on?14:24
johnjacobjingerhi've had mixed success with vmware and windows 7 aero14:24
nablethi, can some1 help me with my wireless card. it randomly stops working14:24
sk1specialmmk  thank ya thank ya. ah windows 8 release preview. grub is voiding the one i created in windows so im trying to remake it here14:25
PatrickDickeysk1special http://unetbootin.sourceforge.net/14:25
PatrickDickeyThey have Windows, Linux, and Mac OS X14:25
sk1specialwell im doing it in ubuntu. but im making it for win8rp14:25
Zer000so my laptop's volume keeps going mute, unmute and repeating14:26
Zer000this creates an annoying 'pop' sound as the sound comes back on14:26
PatrickDickeysk1special it might not create the bootable windows 8 disk. You'll have to check.14:27
KaKila1d14:27
NewWorldZer000:  when does it mut/unmute?14:27
Zer000just by itself14:27
NewWorldZer000:  Even when it's idle and you're not touching the PC?14:28
Zer000yes14:28
=== VC is now known as Guest13734
NewWorldthat's really weird :S14:28
Zer000yes it is14:28
nabletZer000, check for interference with other devices... like mobile phones and stuff like that14:28
Zer000but it worked fine for years with ubuntu, its a recent problem14:28
NewWorldZer000:  Think back to what you did your system recently - what you installed, what settings changed, etc.14:29
Zer000I'm running updates. it stopped doing that just now! maybe it got patched in some package.... amazing14:29
=== Guest13734 is now known as VC
sk1specialhmm. Patrick: i dont think it will. but it does have another utility that lets me do alot with grub /win mbr that might help14:29
NewWorld:D14:29
jackhillI posted my question to askubuntu http://askubuntu.com/questions/205234/how-should-i-determine-if-a-user-is-logged-in-graphically-while-lightdm-is-runni14:29
nicknickhey guys14:32
compdocdont use gals get a hello?14:32
compdocus14:32
edveHi there14:32
nicknickguys is the catch-all14:33
nicknicklike ellos in spanish14:33
nicknickcan refer to girls and guys in the same group :)14:33
* PatrickDickey prefers everyone.Just generic enough.14:33
johnjacobjingerhmaybe volume buttons are messed up lol14:33
Kartagishow can trace an UDP attack?14:35
nablethi, can some1 help me with my wireless card. it randomly stops working.14:35
nableti use wicd and fluxbox14:35
PiciKartagis: try asking somewhere like ##security14:35
sk1specialmmk that sites not working/firewall is hating/idk wtf lol. so i need a different one.14:36
SharkMuttleworthKartagis: Tracer T, as shown by next gen hacker: http://www.youtube.com/watch?v=SXmv8quf_xM14:36
sk1special( a program that lets me make a bootable usb from an iso file that is )14:36
nicknickI was having an issue with my wireless card as well, what kind of card do you have?14:38
fluitfriesKartagis, backtrack linux distro, and it's community, may help ya with that.14:38
=== _dd is now known as Guest2724
Kartagisfluitfries: it's on my VPS, can't use it there14:39
nabletcan some1 explain me this imagebin.org/23297414:39
johnjacobjingerhsk1special, what are you trying to make bootable... there are different utilitities that work for different things14:39
fluitfriesKartagis, but the community for BT will likely tell you which linux application to use...14:40
sk1speciala Win8RP iso  and im on ubuntu14:40
PatrickDickeynablet it's a ping result. It means that you were sending and receiving packets back.14:41
sk1specialsorry got logged out somehow. but a Win8RP iso while on ubuntu14:41
Kartagisokay thanks fluitfries14:41
fluitfriesKartagis, np14:41
nabletPatrickDickey, i know...but do you see the line that is different from the others?14:41
PatrickDickeynablet it just looks like it didn't resolve the host name for that line. That, and it was delayed a bit.14:42
nabletPatrickDickey, it is resolving the name for every ping?14:45
PatrickDickeynablet, when it can, yes. But, IMHO it's more important that you're getting results than whether it resolves the name.14:46
sk1specialor if not a bootable usb prog than just one that lets me boot directly to usb instead of grub menu14:46
area51pilotsklspecial: you trying to boot from a Win8 USB ... like a live USB/CD14:46
sk1specialnot a live as in running while testing just to install it from a usb14:46
nabletPatrickDickey, i did this ping because my network connection is unstable14:47
PatrickDickeysk1special, if you have a USB stick that's bootable, then you can do that through your BIOS or a boot menu.14:47
=== e11bits_ is now known as e11bits
nabletPatrickDickey, and i'm not sure where to check for the faults14:47
sk1specialive tried setting my bios settings to boot directly from usb and it wont work. and same with updating grub and booting from there. it says that it cant find it/missing/some other error message. but it works fine on my other computer14:47
PatrickDickeynablet, I saw that. I'm not sure what to tell you about the wireless card though. I'd say keep checking back occasionally and someone will know what to do.14:48
fluitfriessk1special, i have never had grub interrupt my booting from a usb...  the BIOS should handle that aspect, not grub14:48
nabletPatrickDickey, my network card sometimes just stops working and i can only be fixed by reboot - but on to of that my internet connection is weired and that may be the cause\14:48
area51pilotsklspecial: http://www.webupd8.org/2012/01/tool-to-create-windows-usb-install.html14:48
area51pilot?14:48
area51pilotdid you see that pacjage?14:48
area51pilotpackage..14:48
nabletPatrickDickey, *but on top of that14:48
sk1special*shrug* dont ask me lol. it worked fine last time..and it works fine on my other pcs. just not here14:48
PatrickDickeysk1special can you boot other bootable USB drives on this computer? it might be the computer itself.14:49
area51pilotsklspecial ... set boot priority to have USB b4 any other media?14:49
PatrickDickeynablet, like I said, I'm not sure what to tell you. I've only got one wireless computer, and I really haven't used it much lately.14:49
nabletPatrickDickey, thank you though for your interest14:50
sk1specialyes other usbs work. and this usb works on other pcs. and ive checked it in windows and ubuntu and it says its bootable and everything looks fine. and i tried the usb prority..but grub overrides everything then wont let it boot14:50
sk1specialim trying that winusb link now14:50
PatrickDickeysk1special, if it's booting to the USB drive, then GRUB won't even be involved. So if you're seeing GRUB (and it's not on the USB Drive) then it's not booting to the drive at all.14:51
PatrickDickeywhat I mean is that it's either not trying to boot to the drive, or it's failing when it does. So it boots to the next device (your hard drive) and you get the GRUB menu.14:51
sk1specialwhen it goes to load from the usb drive. a grub error message comes up..and it does the same thing when i try f12 for the boot list. then it resets to the grub menu14:52
calisto_Omg big userlist14:52
calisto_:D14:52
PatrickDickeyI would guess that it's not able to boot that specific drive then. But, I'm not sure.14:53
SuperLagI don't have a Cisco profile to be able to log on to cco.cisco.com and download a VPN client. Any of you guys have the Cisco Anyconnect VPN client tarball that I can get from you?14:53
Calisto94Way better14:53
Calisto94:P14:53
nicknickAnyone around that can understand and help me with: http://paste2.org/p/2371510 ?14:53
sk1specialyeah..when i go into the grub command line to boot it from there it doesnt list any installed/available usbs.. but when i use the disk check utility here in ubuntu it shows it and says its bootable and bla bla14:53
Calisto94This channel is meant to be a support channel? oO14:53
=== shojo is now known as Mila
PatrickDickeyYep Calisto94. Support and a bit of everything, it seems.14:54
Eric_New_UbuntuOne more question for you gurus14:55
Calisto94Question: Which NTFS driver is used for Ubuntu? Is it ntfs-3g? How safe is it to write files with it? (I just did it sometimes, but were there ever some problems with it?)14:55
sk1specialokay i just tried usinbg winusb .. and it worked the best so far ..but then i got this message14:55
PatrickDickeynicknick, what seems to be the problem?14:55
bassgoonso did they drop the dvd live/install image for 12.10?14:55
Eric_New_Ubuntutrying to install vmware14:55
sk1specialhttp://paste.ubuntu.com/1300308/14:56
Eric_New_UbuntuOf course it doesn't just install like every other computer system in 201214:56
Eric_New_UbuntuSo, I got an installer from ubuntu software14:56
nicknickI upgraded from 11.10 to 12.04, after the upgrade, I can't get passed grub.  It simply hangs there with the mouse centered on the screen blinking.14:56
nicknickthanks so much for the help, I've searched everywhere.14:56
Eric_New_UbuntuI installed qapt installer14:56
gabennicknick: Can you get into recovery mode from Grub?14:56
Eric_New_UbuntuNot showing up in my apps section14:56
anton309Hi14:57
nicknicknot recently14:57
Eric_New_UbuntuIt's some sort of shell based program right?14:57
nicknickwhen I started having this issue, I was able to, now I cannot (after running boot-repair-disk)14:57
anton309Does anyone know if upgrading to windows 8 on my 7 partition will screw up my PC's boot loader?14:57
PatrickDickeyYeah. I want to say it's vmware-player (if that's what you installed).14:57
bassgoonthat live/install image was always my favorite...14:57
gabenanton309: It won't screw Grub up, it will overwrite it14:58
area51pilotsklspecial: try starting from a clean stick .. use Gparted to wipe it and start new?14:58
zetheroofriend of mine using Ubuntu 12.04 on a laptop told me that today the touchpad is no longer working ... it works in Windows 7 fine though, so not a hardware fault ... what to do?14:58
zetheroowe have tried several things but to no avail14:58
PatrickDickeyanton309, as gaben said, it will overwrite GRUB. So, you'll have to use a Live CD to fix that.14:58
nydelhow can you add the ubuntu/canonical ppa from command line?14:58
sk1specialarea51: yeah thats what im trying now and it seems to be working so far lol.. well see14:58
Eric_New_Ubuntuhow does one install a .bundle file14:59
PatrickDickeynydel sudo apt-add-repository14:59
anton309So it will overwite my GRUB boot loader? Even doing an upgrage not clean install :/14:59
nydelPatrickDickey: do you know the location & user / whatever for the main ppa?14:59
PatrickDickeyanton309, that's right. It will overwrite it, because Microsoft doesn't look for it. They just install their bootloader in place.15:00
dydguys where can i find support for lubuntu?15:00
bazhang!partner | nydel15:00
ubottunydel: Canonical's partner repositories provide packages a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" »15:00
dyd!lubuntu15:00
ubottulubuntu is Ubuntu with LXDE instead of !GNOME as desktop environment, which makes it extremely lightweight. See https://wiki.ubuntu.com/Lubuntu - /join #lubuntu for lubuntu support.15:00
PatrickDickeynydel, nope.15:00
PatrickDickeydyd #lubuntu is for Lubuntu.15:00
anton309Aw i like my GRUB boot loader :/ Thanks for letting me know :)15:00
Eric_New_UbuntuIs MINT easier to use?15:00
sk1specialanton : idk how you have yours set up.. but i had win 7 on one drive and ubuntu on the other.. win i upgraded to win 8 i just unplugged my ubuntu drive upgraded win then reconnected my ubuntu and it defaulted to ubuntu then i updated grub and both worked fine *shrug*15:00
nydelthanks bazhang15:00
Eric_New_UbuntuI mean is there as much cmd line time required?15:01
nydelbazhang: doing that, theoretically, someone on precise could add the quantal repositories?15:01
PatrickDickeyanton309, after you upgrade, run a live CD. you can replace your GRUB and everything will work fine.15:01
gordonjcpEric_New_Ubuntu: depends what you mean by "easier", but it's not a supported distro in here15:01
bazhangnydel, dont ever mix version repos15:01
dydPatrickDickey, yea thanks :)15:01
Eric_New_UbuntuOf course, it's not supported, I do know that.  I am just wondering, I want to download and install vmware workstation and no have to sudo or any crap like that15:02
sk1special(not trying to hate most of you know more than i do just my experience)15:02
Eric_New_UbuntuIs that possible with any form of linux?15:02
anton309Could somone point me towards what I would have to do to recover GRUB? ;)15:02
KaKilaLibreOffice without global menus. lo-menubar can't be installed. Help15:02
bazhangEric_New_Ubuntu, this is ubuntu support , try ##linux15:02
Eric_New_UbuntuOk, thanks!15:02
PatrickDickeyEric_New_Ubuntu, you might be able to run it through the file manager.15:02
nydelbazhang: i assume it's not advised. but if i wanted to install a media player & dependencies quickly on a lucid machine, what should i do?15:02
PatrickDickey!grub15:02
ubottuGRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)15:02
MonkeyDustEric_New_Ubuntu  sudo or equivalents is what makes linux more secure than windows15:03
PatrickDickey!grub | anton30915:03
ubottuanton309: please see above15:03
bazhangnydel, compile or find a ppa15:03
gordonjcpnydel: install the ones appropriate to your distro15:03
anton309Ah thank you15:03
gordonjcpnydel: you can mix and match repositories but the results can be unpredictable and interesting15:03
Belgarathnydel: find ppa for lucid15:04
nydelbazhang: gordonjcp: i found the ppa for the player, but the dependencies aren't found for the distro (not with the stock repositories) -- am i just out of luck?15:04
japshi, does anyone know the reason why libc6 is on version 2.15 in ubuntu but only 2.13 in debian (sid)15:04
Belgarathotherwise msot of your x libs will get updated15:04
PatrickDickeyanton309 no problem. I've ran into it more times than I care to admit (in here at least).15:04
PatrickDickeyjaps possibly because it had bugfixes that they wanted. I'm not sure.15:05
nydelBelgarath: the ppa's for lucid seem not to have libprotobuf-lite7, whereas the newer ubuntu's do15:05
japsPatrickDickey: do you happen to know if upgrading it breaks anything in debian?15:05
PatrickDickeySo, what's a good Nvidia card that's supported under 12.10 and is newer than a 9800 (not a Quadro though).15:06
=== gaben is now known as blazemore
nydelif libprotobuf-lite7 isn't in the lucid ppa does that mean it's not supported?15:06
=== blazemore is now known as ManSpike
=== ManSpike is now known as pomf
=== pomf is now known as gaben
PatrickDickeyjaps I'm not sure. Are you using debian repositories or just ubuntu ones?15:06
BluesKajPatrickDickey, check out the nvidia site , most of their cards are linux supported15:06
Belgarathnydel: it means it's wrong ppa15:06
japsi'm running debian on debian only repos15:06
Belgarathnydel:  it hsould give you all the libs that you are missing15:07
PatrickDickeyBluesKaj I was hoping for personal experience.15:07
Belgarathbut just make sure yuou have universe/multiverse sources enabled15:07
PatrickDickeyjaps, then why would you want to upgrade libc?15:07
japscause i need to installe sagemath15:08
japswhich requires it, since it was compiled on ubuntu 12.0415:08
BluesKajPatrickDickey, well, mine is just an elcheapo geforce 8400gs , but it's perfect for 3D DRI and HD movies ... haven't done any gaming15:08
BelgarathPatrickDickey: as for nvida 690/695 is ok15:08
PatrickDickeyjaps, I'd ask in a debian channel. They'll know better than us.15:08
nydelBelgarath: http://pastebin.ubuntu.com/1300333/15:08
japsPatrickDickey: already asked there15:09
nydelBelgarath: those broken packages, how do i get those?15:09
PatrickDickeyjaps, and what did they say?15:09
Belgarathnydel: show me your /etc/apt/sources.list15:09
bazhangjaps, then be patient. #debian is for debian support NOT here15:09
japsPatrickDickey: to come ask here15:09
japsbazhang: i know15:10
Belgarathjaps: recompile with static libc linking ?15:10
xxiaoaptitude search works well, apt-cache search does not, too many noise there15:10
japsBelgarath: if possible i wanted to avoid recompiling sagemath15:10
PatrickDickeyjaps, I'd just ask them generically.  "Will upgrading to libc6 2.15 break anything in the repositories?"15:10
japscause it is a huge source15:10
gordonjcpjaps: that's probably your best answer15:10
nydelBelgarath: http://pastebin.ubuntu.com/1300276/15:10
xxiaoanyway to use apt-cache as efficient as aptitude search?15:10
BluesKaj!aptitude | xxiao15:10
ubottuxxiao: aptitude is another terminal-based front-end to APT. You may encounter problems on multiarch installs (11.10 and higher) as aptitude cannot currently handle the same package with different architectures being installed at the same time. See http://pad.lv/831768 for more information.15:10
Belgarathjaps if you upgrade libc you neeed to upgrade everything15:10
=== atrius_away is now known as atrius
gordonjcpjaps: Debian and Ubuntu basically share a package format, that's it15:11
xxiaoubottu: i'm aware of that, thanks. can apt-cache suck less on search?15:11
ubottuxxiao: I am only a bot, please don't think I'm intelligent :)15:11
Belgarathupgrading libc will break everything in tyhe repos15:11
KaKilaLibreoffice without menus. Here https://launchpad.net/ubuntu/+source/lo-menubar/+changelog it says lo-menubar is not needed, but I have no menus!!15:11
gordonjcpjaps: your most reliable answer is to either install Ubuntu 12.04 or compile your app for Debian15:11
gordonjcpjaps: anything else is going to give you all manner of strangeness15:11
Belgarathnydel: you are missing main repository15:12
japsgordonjcp: ok, will try to do that then15:12
nydelreally?15:12
japsthanks everyone15:12
nydelBelgarath: could you write the line that would add it?15:12
zetherooif the Touchpad works in Guest user but not in the actual user .... what could be wrong?15:12
Belgarathdeb http://archive.ubuntu.com/ubuntu precise main universe multiverse15:13
Belgarathdeb http://archive.ubuntu.com/ubuntu precise-updates main universe multiverse15:13
Belgarathchange your sources.list to that15:13
Belgarathzetheroo: you using the smae windows manager on both ?15:13
michealPWOn Ubuntu 12.04 with KDM as my login manager, I cannot seem to get it to show my face/icon/avatar :(15:13
Belgarathyuou can actually diasable touchpad in settings on most fo the window managers15:13
Belgarathansd that is per user cofniguration15:14
zetherooBelgarath: yes, the default with Ubuntu 12.0415:14
Belgarathlook at system settings/mouse15:14
Belgarathor input devices15:14
michealPWI've tried everything I can think of. I copied the .jpg faces from /usr/share/pixmaps/faces and put them in /usr/share/kde4/apps/kdm/users/icons and they show up in the "About Me" utility where I select the icon-face... But when I goto the login screen, nobody has an icon :(15:14
michealPWI even used GIMP to change the /usr/share/pixmaps/faces from jpg to png, thinking maybe KDM just can't use jpgs, still doesn't work :\15:15
sk1specialmmk. to try the usb..brb15:15
area51pilot;)15:16
fenderhi, I've just set up a server in ubuntu 12.04. But it didnt work out to well. So now Im thinking of making my own cloud. Anyone know where I should start? The computer I'll be using is a Samsung NC1015:18
zetherooBelgarath: been there ...  as I said we tried a number of things with no change15:18
zetherooanyone else know what could be wrong here? Touchpad works in Guest account but not in real users account15:20
magmahow can I trim/crop the white space around a pdf?15:20
sk1specialmmk ima shoot this computer and build a new one.15:20
MonkeyDustmagma  you can edit pdf with inkscape, try that15:21
sk1specialbut until then how do i update grub?15:21
sk1specialedit*. why when i type update-grub does it says must run as root grub mkconfig and why does just grub bring up grub is not installed15:22
uosiu[shell]Hi all15:22
NewWorldsk1special:  use sudo for that cmd then15:23
xxiaoapt-cache search --names-only mypkg15:23
uosiu[shell]I've manually installed ubuntu 12.10 and I want to add some of cryptsetup-luks volumes to my /etc/fstab15:23
xxiaojust more typing...that's the same as aptitude search15:23
uosiu[shell]how to force plymouth to ask for password on boot?15:23
area51pilotsklspecial: sounds like youre having fun15:24
sk1specialarea: ha.  i just want whats is *supposed to work perfectly fine * to work.15:25
sk1specialid settle for a fix to actually fix something15:26
npws_marchow do i edit grubs menu.lst in 12.04? it's not in /boot/grub15:26
Calinoufender: two of the words you just said: "owncloud"15:26
Calinou:P15:26
anton436Does anyone know a tool I can use on Ubuntu to take all the music off my ipad and import it to ubuntu?15:27
sk1specialbrb trying something15:27
SharkMuttleworthanton436: Banshee15:27
filarhi15:27
SharkMuttleworthanton436: Probably has the best integration with Apple devices15:27
filarwhen can I expect fglrx 9.002 in ubuntu repo?15:27
ThinkT510npws_marc: menu.lst is from grub1, 12.04 uses grub2 so it's grub.cfg (which shouldn't be edited directly)15:28
fenderCalinou: what do you mean?15:28
Calinouanton436: apple device suppot is quite sketchy on ubuntu, especially if you updated to ios 615:28
Calinoufender: use owncloud15:28
ThinkT510!grub | npws_marc15:28
ubottunpws_marc: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)15:28
fenderaha! Will look into that, thanks15:28
SharkMuttleworthYes, Apple devices intentionally don't play nice with others... walled garden and all that15:28
gaetano_#ubuntustudio15:29
nbfdouche garden15:29
nbfthat's the new term apple prefers15:29
nbfit's fancier and french15:29
bazhang!ot | nbf15:29
ubottunbf: #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!15:29
SharkMuttleworthHaha15:29
filarwhen can I expect fglrx 9.002 in ubuntu repo?15:29
nibbler_any suggestions for a tiling wm in ubuntu?15:30
fenderoh, btw.. how do I write to a specific user in irc? like calinou did to me15:30
deadmundnibbler_: awesome  (it's the best) but there is a steep learning curve15:30
sk1specialokay. no go. does anyone know a command that will let me boot directly to my thumbdrive? instead of going to the grub menu15:31
SharkMuttleworthnibbler_: I like dwm, but it's rather subjective. Problem is they all have a learning curve, so can't easily try loads15:31
sk1specialor let me restart directly to my thumb drive15:31
pacotestahei?15:31
sk1specialor disable grub for a single start up15:32
nibbler_deadmund: SharkMuttleworth: thanks for the tipps, i'll start my survey with these two15:32
deadmundhahaha ...Muttleworth15:32
Calinoufender: you can tab-complete, type the beginning of a name then press tab. note that this doesn't make messages private; use /msg <nick> <message> instead.15:32
milen8204when I start wine my Ubuntu 11.10 logs me out. Anyone can help?15:32
Calinoudeadmund: arch user spotted :)15:33
deadmund:P15:33
deadmundCaught red-handed!15:33
fenderCalinou: thanks alot. I suspect this will help alot later on :)15:34
deadmundfender: "a lot"*15:34
Calinouit's "a lot", yes15:34
ijerryoh ,yea;15:35
michealPWlol15:35
wblairneed help troubleshooting boot issue.  Reboot after required restart drops me into initramfs clainimg can't find /dev /sys .... Obviosly can get into grum menu15:35
dr_willismilen8204:  you mean 'its crashing back to the login screen'  ;-) t15:36
wblairRUnning in a VM and I have a snapshot and can boot that with no problem except the file system was RO when snapshot taken.15:36
dr_willismilen8204: what are you running in wine?15:36
zetheroolog out now and then back in15:37
zetheroothen open teamviewer15:37
=== root____5 is now known as SouravAH
=== SouravAH is now known as SouravAJ
nibbler_so, to get rid of whatever is managing my display went to tty1, executed "export DISPLAY=0.0; metacity -replace" and killed metacity.... i can restart metacity, but no other wm? (awesome, i3, ...) - they can't open display.... any hint?15:39
dr_willisnibbler_: why are you needing to do this?15:41
=== laura716 is now known as pepe
nibbler_dr_willis: want to try some tiling wms?15:41
dr_willisnibbler_: make a xsession that just loads a terminal. launch the wm to test from it. ctrl-c to kill it to try others.15:42
nibbler_dr_willis: well.. maybe... good enough for testing... would have loved to test in my active session....15:43
dr_willisthat often gets things screwy nibbler_15:43
=== root____5 is now known as SouravAJ
=== ivan_ is now known as Guest5556
Guest5556hi15:44
jbjbhi15:44
dimoshello! :)15:44
dr_willismany of those wm set up otger customizations and apps fromtheir lightdm session15:45
Guest5556......15:45
dr_willismoo15:45
ASHER1gad dammn with ftp i try install ftp and i no can up file from my computer :(15:46
dimoscan anyone tell me how to add a *new* client on LTSP server(of a school, ubuntu)? just try to boot from network(bios settings)?15:46
dr_willisplease rant es15:46
dr_williselsewhere15:46
dr_willisdimos: i think so.15:47
ASHER1how i install ftp in ubuntu 10.04?15:48
OerHeksASHER1, depends on wich FTP, i think you need to create an user15:49
starrydynamohttps://help.ubuntu.com/10.04/serverguide/ftp-server.html15:49
dr_willis!info ftpd15:50
ubottuftpd (source: linux-ftpd): File Transfer Protocol (FTP) server. In component universe, is extra. Version 0.17-34 (quantal), package size 46 kB, installed size 137 kB15:50
dr_willisbetter to use ssh.15:50
starrydynamoWell scp.15:51
starrydynamoFTP is not very secure.15:51
dr_willisi like sshfs ;-)15:51
OerHeksdr_willis, ssh needs an user too, that doesn't solve his problem15:51
=== SD_Ecliptica is now known as SD_NDK
starrydynamoI'll second that, I use Macfusion for sshfs.15:52
dr_willisive no idea what his actual problem is.. i never saw it  stated15:52
starrydynamoWhat is he doing that he doens't have a user?15:53
=== root____5 is now known as SouravAJ
ASHER1create user in database?15:54
ASHER1OerHeks15:55
ASHER1?15:55
disloHas anyone in here ever live transcoded a rtsp stream to a iwhatever or an android15:56
ASHER1i dont understand something about ftp15:56
OerHeksASHER1, you need to give more details, wich FTP do you want to use.15:56
ASHER1you say i need create user15:57
ASHER1where i need o create in phpmyadmin?"15:57
starrydynamoASHER1, what is your end goal?15:57
xMopxShellHi guys, I just installed & updated 12.10. After i installed nvidia-current and nvidia-settings, unity is gone and im stuck at 640x480. can anyone help?15:58
ASHER1i try install ftp from my computer and i try upload file from computer and file no up15:58
ASHER1i want understand if i need also create user ftp in phpmyadmin15:59
dr_willissome ftpd servers require you to make specific ftp users. or allow existing users. some like 'ftpd' allow all users to ftp into their home dir by default16:00
dr_willisso it depends on WHICH ftpd server you are using16:00
michealPWProbably just permissions issue on the folder he's serving.16:00
starrydynamoAlso make sure that you're firewall is allowing ftp16:00
ASHER1but in conf16:01
ASHER1i no see16:01
ASHER1user16:01
ASHER1and pass16:01
FloodBot1ASHER1: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.16:01
dr_williswhat conf?16:01
dr_williswhat ftp server are you using?16:01
ASHER1vsftpd.conf16:01
ASHER1i see guide from here16:01
ASHER1https://help.ubuntu.com/10.04/serverguide/ftp-server.html16:02
ASHER1and i did all what i need to do16:02
ASHER1and i try upfile and this give to me error about pass and user16:02
dr_willisvsftpd had issues last i tried it.  i got anony ous ftp workinmg. but not the users. UNTILL i edited the conf to make the service name be 'ftp' or 'ftpd' instead of 'vsftp'  theres some apparmour issue16:02
dr_willisthe 'ftpd' server worked without s issue16:03
michealPWYea it's likely AppArmor :P16:03
dr_willisif you dont really need vsftp, i would try 'ftpd'16:03
michealPWI think he failed to follow the guide properly.. ASHER1 that guide you link is actually 2 seperate guides in one.16:04
mannybI'm trying to test the watchdog. How can I get the kernel to crash from userspace?16:04
ASHER1i understand something i need create folder in my home name FTP16:04
ASHER1and install16:04
michealPWI don't see in that guide anything about AppArmor or even using chmod hehe.16:04
dr_willisi had issues with vsftp following the guides. ;)16:04
=== morphis|away is now known as morphis
dr_williscouldent get normal users to access their home.16:05
davinciadNeed some help installing ubuntu 12.10, it hangs on the ubuntu logo and never goes any futher. I have a dell e6320.16:05
cnfhmm, how do i change system fonts on unity 12.10?16:05
dr_willisi recall putting the info i had to do in the #ubuntu+1 channel like 2 weeks ago. so its in their logs. but this was for 12.1016:06
pbhadnarihi, does anyone know how to connect to a AES encrypted wiress, in quantal?16:06
mannybdavinciad> try enabling verbose boot. turn off the splash screen16:06
michealPWHrmm16:06
michealPW*thinks*16:06
davinciadI did it never stops on the same service16:06
dr_willis!nomodeset | davidhadas16:06
ubottudavidhadas: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter16:06
dr_willisoops wrong  nick ;)16:06
OerHeksASHER1, maybe this wiki is any help >> http://www.wikihow.com/Setup-vsftpd-FTP-on-Ubuntu-Linux16:07
davidhadashhhhhhh...  anyone called?16:07
davidhadasubottu: ?16:07
dr_willis;) tab completion overkill16:08
davidhadasback to bed...16:08
davidhadas:)16:08
nonameherohi im getting ntldr error after install ubuntu 6.0416:08
dr_willisnonamehero:  6.04 was a typo right?16:09
ThinkT510nonamehero: 6.04? thats long since unsupported16:09
MonkeyDustnonamehero  there is no 6.04, it was 6.0616:09
dr_willisi hope16:09
nonameherowell i clicked the download thing and it gave me this one16:09
dr_willis12.10 just came outtt nonamehero16:10
MonkeyDustnonamehero  try again http://www.ubuntu.com/download16:10
=== yan is now known as Tuck
starrydynamoNonamehero, that's a file system error. Are you dual-booting with any other OS?16:10
michealPWapparmor-utils isn't installed by default?16:12
michealPWThat's weird16:12
starrydynamoHaha, Where are you downloading it from that it gave you 6.06?16:13
MonkeyDustmichealPW  some applications were left out, to keep the iso small enough16:13
michealPWAh, I see.16:14
mooc0wexcuse me where to find official linux driver for nvidia?16:14
judciao16:14
mooc0wi cant find please help16:14
gordonjcp!nvidia | mooc0w16:14
ubottumooc0w: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto16:14
ThinkT510mooc0w: what version of ubuntu you using?16:14
mooc0wi use 12.0416:14
ThinkT510mooc0w: search for additional drivers or jockey16:15
mooc0wi know there r open source driver for nvidia16:15
mooc0wbut i want official ones they work best i think16:15
ThinkT510mooc0w: the open source driver nouveau is used by default, the nvidia drivers are available though the jockey interface in 12.0416:16
michealPWgod, apparmor doesn't seem "easy" or "simple" at all.. :\16:17
michealPWIs there a good guide for apparmor somewhere I'm missing?16:17
mooc0wthinkt510 how come they say experimental? sound risky16:18
argon1Hi, is there a way to determine which llvm version is used by default on my system ? When I do llvm (and press tab in terminal), three are listed, llvm, llvm-2.9, llvm3.0.16:19
mooc0wthinkt510 u there16:19
davinciadTried nomodeset and it still gets hung up at the boot logo any other ideas?16:20
ThinkT510mooc0w: there are experimental and stable ones16:20
mooc0wi see only experimental =[16:20
ThinkT510mooc0w: really? screenshot16:20
milen8204Help me please, when I start the wine, my system logs off, I am whit Ubuntu 11.1016:21
nishttal2hi all.. i am running ubuntu server 12.04.. how can i tell it to use the onboard VGA for output and not the external nvidia gtx also installed16:21
ThinkT510milen8204: how are you starting wine?16:21
starrydynamoDavinciad, try nomodeset, but also check every box under 'other options'...F6.16:22
=== kostkon_ is now known as kostkon
starrydynamoTurning everything off and just doing a CLI always works well for me.16:23
milen8204Aplications >wine16:23
milen8204uninstal wine softwere16:23
gnubienishttal2>>  have you looked at the servers motherboard settings?16:23
gnubienishttal2>>  have you looked at the servers motherboard BIOS settings16:24
MonkeyDustnishttal2  tip: there's also #ubuntu-server16:24
nishttal2gnubie: when the server boots up.. i get display output thru the onboard vga.. but after grub.. i get a blank screen.. so ubuntu is using the GTX card... i can login remotely to the server so i know its up.. just nothing on the display16:25
nishttal2MonkeyDust: oh ok.. i'll post there as well.. thanks16:25
xMopxShell!dyk16:26
xMopxShellWrong window , my b16:26
argon1Hi, is there a way to determine which llvm version is used by default on my system ? When I do llvm (and press tab in terminal), three are listed, llvm, llvm-2.9, llvm3.0, but I am not sure which is the version represented by "llvm" listed there16:27
gnubienishttal2>>  hmm, not sure but if you can turn the nvidia off in the mb BIOS ubuntu won't be able to use it.16:27
cicciociao16:29
cicciolist16:29
cicciollist16:29
starrydynamoHey Davinciad, any update?16:30
high_priesthi everybody, I'm trying to reset root password but when I boot to maintenance mode, I have no picture, just blank screen16:31
richweskushey guys, if my router is the device which connects to the internet and assigns ips (dhcp) would it be possible to take that connection and then share it on my ubuntu desktop? as if its the one that created the connection16:31
high_priestso how do I reset my root pw?16:31
rolling2k4023600593002456 0416 399 APPROVED! BANK: | VISA | POSTE ITALIANE S.P.A. (BANCO POSTA) | DEBIT | ELECTRON | ITALY | ITA | 380 | HTTP://WWW.POSTE.IT/BANCOPOSTA/ | 160 – 0014416:31
rolling2k:D16:31
davinciadYeah still hung up, I am going to try the alternate 1204 installation then upgrade to 12.1016:31
NewWorldhigh_priest:  You can press Ctrl-Alt-F1 to get into shell16:31
high_priestNewWorld: I don't know the user or root password16:31
ThinkT510high_priest: you shouldn't have a root password, only your user should have a password16:31
BluesKaj!password | high_priest16:32
ubottuhigh_priest: Forgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords16:32
hazardous!sudo16:32
ubottusudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (GNOME, Xfce), or !kdesudo (KDE). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo16:32
high_priestThinkT510: but I don't know user's password either16:32
high_priestit's set to autologin16:32
dr_willis0_o16:32
dr_willisso who set up the system?16:32
high_priestdr_willis: my friend's ex boyfriend :)16:33
dr_willisset a new password via the recovery mode. and disable that autologin..16:33
high_priestdr_willis: recovery mode is asking me to enter root password - which I dont know16:34
dr_willisuse a live cd and edit the passwd file is another way16:34
dr_willisunless the fs is encrypted ;)16:34
dr_willisor 'single user mode'16:35
high_priestIf I burn a cd - it'll be easier to reinstall the damn thing16:35
soc42hi #ubuntu16:35
high_priestdr_willis: I tried single user mode, the screen is blank16:35
torsteintyping 'rvm' in terminal: suggestion of apt-get install ruby-rvm. but 'unable to find package'... what gives? :)16:35
dr_willisuse the nomodeset, nofb,nosplash options with single user mode16:36
high_priestdr_willis: let me try that16:36
soc42are there any backdraws using WINE on ubuntu?16:36
dr_willisframebuffer can cause issues16:36
ThinkT510soc42: what are you thinking of?16:36
goddarddo i need to do something special to reload my xorg.conf file?16:36
dr_willissoc42:  having to rely on windows apps instead of learning liux native apps. ;)16:37
dr_willisgoddard:  restart the x server.16:37
goddardok16:37
soc42e.g. is there something equivalent to 'beyond compare' on ubuntu?16:37
dr_willisno idea what 'beyone compare' is16:38
soc42dr_willis: it's a diff/merge app16:38
Picisoc42: meld?16:38
soc42Pici: haven't tried meld yet...16:38
soc42Pici: i guess, i should ;o)16:39
high_priestdr_willis: nah, still the same.. Imma reinstall everything16:39
high_priestthx though16:39
_underscoreI installed ubuntu 12.10 today, after installing the ati drivers I came to know about the conflict b/w ati and xserver. The package from software sources is not working as well.16:40
richweskushey guys, if my router is the device which connects to the internet and assigns ips (dhcp) would it be possible to take that connection and then share it on my ubuntu desktop? as if its the one that created the connection16:40
soc42ThinkT510: i am currently using a 3D software (mac/inw) and i am planning to go for a network render farm, hopefully on ubuntu16:40
soc42-inw +win16:41
_underscoreWill the ati catalyst 12.10 version work with ubuntu 12.10?  I have amd apu a6.16:41
milen8204when I start wine>msexcel or virtual box my Ubuntu 11.10 logs off, anyone have an idea what can be done ?16:41
soc42so any pros on KVM / PVM / MPI / HPC on ubuntu here?16:41
compdocqemu-kvm works for me, but its to run servers 24/7. Not for graphics16:43
soc42compdoc: i also want to dive into queu-kvm as xen will merge into kvm and i don't like virtualbox...16:44
dr_willis!appdb > mile16:44
_cronus_richweskus, you could use dmz, port forwarding, or network manager's dsl connection depending on your needs and constraints16:44
dr_willis!appdb > milen820416:45
ubottumilen8204, please see my private message16:45
compdocvirtualbox has its uses, but its not really for 24/7 stuff16:45
soc42since oracle has taken over java... many things went worse... but that's just my personal impression...16:45
compdocxen requires a modified kernel16:45
redamberCould someone please tell me the ubuntu server LTS chat ?16:45
soc42compdoc: i am really looking for this stable 24/7 stuff ;o)16:46
OerHeksredamber, join #ubuntu-server16:46
redamberthan you OerHeks16:46
redamber#ubuntu-server16:47
OerHeksredamber, maybe we can help you too16:47
soc42what are the main diff between server and desktop ubuntu? i guess regarding my requirements i have to dig into the server part...16:47
ThinkT510soc42: default installed packages16:48
redamberWell ummm, whenever I try to install 12.04 onto my old hp im either hanging at something trying to install16:48
soc42ok, just package presets... i see16:48
soc42compared to debian?16:48
_cronus_compdoc, i don't think this is the case any more16:48
_cronus_compdoc, according to https://help.ubuntu.com/community/Xen anyway16:49
soc42are there diff between packages / compile issues or absolutely interoperable?16:49
soc42i mean ubuntu vs. debain...16:49
deadmundsoc42: The difference has become greater over time.16:50
soc42the debians are very strict to license issues... not so ubuntu?16:50
deadmundsoc42: the closest you'll get is ubuntu and debian testing.  Even that will have numerous package name differences and other small things16:50
deadmundsoc42: Ubuntu is not as strict as debian.16:51
compdoc_cronus_, well, if I install qemu-kvm and virt-manager from the Ubuntu repos, everything is installed for me. Im sticking with it16:51
davinciadFinally got it installed had to use the 12.04 text installer then upgrade to 12.10, running great now.16:51
XiaolinDraconisdoes unetbootin have to install iso's to root for it to make a menu entry?16:52
MonkeyDustXiaolinDraconis  yes, i tried it16:53
soc42what are the diff between the various GUI/X-Window System flavours... regarding e.g. performance / system kernel branding etc...?16:53
soc42is there something to really be conscious about?16:53
_cronus_compdoc, i was not implying anything regarding this. just mentioned it because it is a newish feature. sorry if i wasn't clear regarding my intentions16:53
MonkeyDustXiaolinDraconis  make sure / is big enough16:53
XiaolinDraconisMonkeyDust, you tried having it install to sdb1?16:53
MonkeyDustXiaolinDraconis  when unetbootin 'installs' in / , you cannot install it 'for real', i tried it16:54
XiaolinDraconisMonkeyDust, i made it install to / and it work, thing is i was hoping to boot the iso and move root16:55
fluitfriessoc42, i approach it in terms of needed UI "glitz", and then in needed dependencies for apps i plan to install.  i run lubuntu right now, which is OpenBox.  lightweight.16:55
=== npws_marc is now known as jackyyll
soc42are there major diff between 32 and 64 bit regarding e.g. device drivers?16:55
MonkeyDustXiaolinDraconis  it works all right, but you cannot install for real, from there16:55
XiaolinDraconisMonkeyDust, i guess im not being clear16:55
soc42this is a major problem on windows16:56
soc42even mac os has really a problem with hardware a lot...16:56
fluitfriessoc42, i have not run into that.  tho i may not be the best to answer.  whenever i can use 64, i do.16:56
rozmuqhi. i'm rdy to install 12.10 ubuntu 64bit..does it comes with kde, gnome and other desktops as an option at the login as mint 13 does, or doesn't?16:56
fluitfriessoc42, i have never had a linux driver issue with 64bit, not that i can remember anyways16:56
soc42fluitfries: very fast-forward attitude ;o)16:56
OerHeksXiaolinDraconis, usually you will be asked 2 times for pass, once for installing the iso and once for making it bootable.16:56
deadmundsoc42: I believe in a 64 bit OS that the drivers need to have a wrapper or be completely re-written.16:57
XiaolinDraconisi dont want to install to /16:57
soc42fluitfries: that sound like a warm welcome to ubuntu64 ;o)16:57
dr_willisrozmuq: unty by default. others are installable16:57
XiaolinDraconisi want to boot the iso from another partition so i an move /16:57
fluitfriessoc42, yea i have used the lubuntu 64, and the lubuntu 64 mac specific images16:57
fluitfriessoc42, no issues on a mac, or an older hp laptop16:57
soc42deadmund: you're absolutely right!16:57
rozmuqdr_willis,  and how's this unity, for your opinion?16:58
dr_willis!unity16:58
ubottuUnity 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 !notunity16:58
* nydel is away: bbs doc16:58
dr_willis64 bit has very few ussues here16:58
XiaolinDraconisunity is nice, its almost like using Gnome DO, just lacking several good features16:58
deadmundsoc42: Why are you asking questions you know the answers to? :P16:59
rozmuqDoes the 12.10 ubuntu is friendly to the new guy as mint 13 is? i mean the installation of a files, founding driver, etc.. i ask those questions because i want to hear it from live people, not some articles i'm not familiar with.17:01
blackopshello17:02
soc42it's more about knowing if the driver support is generally good for 64bit compared to 32bit on ubuntu because a lot of companies didn't re-develop or had a deep look on device drive compat issues17:02
area51pilotrozmuq: 12.10 is fairly straight foward and easy for any new comer17:03
dr_willis!manual > rozmuq17:03
ubotturozmuq, please see my private message17:03
soc42deadmund: knowing about the dev process doesn't help to get a glimpse into what's currently supported and more important, what probably is not17:03
fluitfriessoc42, more than not is supported, i'd just test an install on your hardware and see how it goes?17:04
rozmuqty all17:04
soc42fluitfries: yes, that is always the way to go to have the ultimate confirmation ;o)17:05
larulinahello17:05
bglazerI'm running Ubuntu 12.04 with an nVidia geforce 8300. Anything that displays video slows the system to a crawl after several minutes. top displays high cpu usage for the process displaying the video (java, chrome, etc). Any ideas?17:06
soc42ThinkT510: what is the diff in the "alternate install CD" speaking in terms of attached packages?17:06
bglazerI'm using the nouveau drivers17:07
ThinkT510soc42: alternate is no longer available with 12.10, it had lvm and raid support17:07
soc42ThinkT510: k. why did ubuntu have an alternate and why is gone now? i suppose lvm and raid have merged into the server install, right?17:09
ksbalajiIm on a livecd. HDD damaged. 1gb RAM memory only. Hence Ive removed compiz, oo and some other apps to save memory. I also wish to remove metacity and run something like jwm. Please suggest method. I cannot obviously restart the PC now running 10.4 livecd.17:10
ksbalajiIve also installed atop, smem to see mem usage. Any suggestions here please?17:11
NewWorldksbalaji:  you want to make a customised livecd?17:11
ksbalajiNewWorld nope. Just buying time till I get my HDD back.17:12
dr_willisksbalaji:  you can do a full normal install to a decent sized usb flash17:13
ksbalajidr_willis: I tried. I have a 4gb pendrive and I tried ubiquity. It finished install. But does not boot!17:14
dr_willisor a persistant save setup17:14
dr_willis4gb would barely be big enough17:15
NewWorldyou could put on a distro more suited to liveUSB and low memory - PuppyLinux17:15
dr_willispersistant save would work.17:15
dr_willisor tinycorelinyx = 10-35 mb ;)17:15
ksbalajidr_willis: But the entire os takes up only about 1gb?17:16
dr_willisksbalaji:  havent noticed really. i do full installs to 8+gb flash all the time17:16
_cronus_ksbalaji, i've used ubuntu 10.4 for over a year on a netbook with 1g of ram without any problem17:16
ksbalajidr_willis: how to do persistant save please?17:16
dr_willis12.10 is no longer a single cd sized iso17:16
dr_willisksbalaji:  that ubuntu disk creator tool can do it17:17
ksbalajiI repeat -  I am on 10.4 do not have the latest.17:17
dr_willis10.04 has same tools.17:17
ksbalajidr_willis:17:18
ksbalajidr_willis: What option do I take for persistant save?17:18
dr_willisshould be a checkbox/slider. i havebt used 10.04 since 10.10 came out.. ;)17:19
LibertytraderHi what is easiest way to upgrade to Ubuntu 12.10 from 12.04 ... I have only USB sticks17:19
ksbalajidr_willis: thanks. I shall check up.17:19
dr_willisLibertytrader:  use the online upgrade method.17:19
ksbalajibye all.17:19
Libertytraderhow do you online upgrade?17:19
min|dvir|usLibertytrader: have you tried Googling?17:20
dr_willis!upgrade17:20
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade17:20
fr05tbyt3hello everybody! have a quick question.. I have a headless server with no video that i need an OS on.. does anybody know of a distro that can be install and accessed remotely with no video.. i understand ill have to PXE boot but the remote desktop or ssh thing is whats stopping me17:20
min|dvir|usSo we condone asking on IRC before Googling?17:20
dr_willisfr05tbyt3:  any you can install ssh on will work17:20
dr_willis!google17:20
ubottuWhile Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question.17:20
min|dvir|usdr_willis: fair enough.17:21
fr05tbyt3right but ill have to ssh to myself to create the key which i cannot do easily with no video on the machine17:21
gordonjcpfr05tbyt3: have you got serial port access to it?17:21
gordonjcpfr05tbyt3: actually, scratch that, have you got physical access to the machine?17:21
fr05tbyt3yes17:21
dr_willisor plug in a monitor for the 10 min it will take...17:21
fr05tbyt3im giving it a dirty look as we speak17:22
fr05tbyt3i don't have a video card for it17:22
fr05tbyt3it died i think and no other card to replace it and no moneys :(17:22
dr_willismake a usb flash install that has a ssh server setup. plug it in. boot, ssh to it... dd the usb to the hd. ;)17:23
fr05tbyt3theres no onboard video either i am extremely videoless on the project17:23
dr_willisor pull the hd out and put in another box17:23
dr_willisinstall then reinstall.17:23
fr05tbyt3that could work!  im just wondering about the ssh thing cause you have to setup the key b4 you can connect to it which would require video.. maybe telnet? which ive never used17:24
dr_willisinstall the os.. set it up.  reinstall the hd17:24
dr_williswhat key?17:24
dr_willisyou can use password to login...17:24
fr05tbyt3they ssh key thingy.. you have to $ssh localhost  to create a key for ppl to connect17:24
naterhIs there a way to auto respond to package dialog boxes during the removal of a package?  I have a package that pops up an OK box but I want to remove this package ina script and its failing because of it.17:24
dr_willisfr05tbyt3:  ive never had to do that....17:25
dr_willisjust insta;l ssssh server17:25
fr05tbyt3ok thanks guys ill be back!17:25
dr_willisdont recall ever needing to 'ssh localhost'  beforhand.... ever...17:26
=== justin__ is now known as bricked
StarryDynamoI think he's talking about RSA keys?17:27
brickedhow do you configure the mail icon in the panel?17:27
fr05tbyt3ok im just gonna set the HDD up in a different computer, i just dont have a lot to work with here.. yes the RSA key17:27
dr_willisdont recall ever needing to 'ssh localhost'  beforhand.... ever...  fr05tbyt3 ..17:28
fr05tbyt3you have to create that key after installation17:28
dr_willisyou can make a key with the 'keygen' command i recall.17:28
fr05tbyt3pretty sure17:28
StarryDynamoYou only need RSA keys if you've disabled password login in the sshd.conf17:28
fr05tbyt3ok17:28
dr_willisi install sshd. i ssh in as my user.. enter their password...17:28
StarryDynamoBut as stated above, there is no need or reason to ssh the localhost17:28
dr_willisdone.. make a key and use ssh-copy-id if i want to17:29
fr05tbyt3im gonna power down and try some stuff17:29
StarryDynamoThat's just redundant.17:29
ceborhi, i use ubuntu 12.10 and "the turn off screen time" hase no effect!17:29
eankelefr05tbyt3 : https://help.ubuntu.com/community/Installation/NetworkConsole   may help you also17:29
=== nb_ is now known as Fosco999
Jagst3r15where can I propose a featured Idea?17:31
fr05tbyt3ty ty17:31
Fosco999I just installed ubuntu 12.04 and i am trying to get back to my old settings with gdm, how can i add a "system" tab to the main nav bar?  and how can i allow left clicking in the main menu? i think i have to press alt then click every time17:31
deadmundJagst3r15: there is a system called 'ubuntu ideas'17:32
deadmundJagst3r15: what is your idea?17:32
deadmundJagst3r15: http://brainstorm.ubuntu.com/17:32
dr_willisFosco999:  with 'gdm' ? you mean with the unity desktop or the gnome classic desktop?17:33
wilee-nileeFosco999, There is a fallback desktop that is similar to gnome 2 is that what you are looking for?17:33
Fosco999dr_willis, gnome classic17:33
Fosco999wilee-nilee, do you mean changing to gnome at the login screen?17:34
wilee-nileeFosco999, Gnome is the shell.17:34
=== erry_ is now known as erry
oalAny ideas why some windows look like this after installing a new theme? http://i.imgur.com/pNXdz.png17:35
wilee-nileeFosco999, If you installed the shell the fallback is there I forget its actual name there.17:35
bazhangFosco999, install gnome-panel17:35
xanguaoal: looks like you were playing with the inverse plugin of compiz to me17:35
Fosco999bazhang, i am going to try that thanks17:36
oalxangua: haven't touched any compiz settings. It only happens in the terminal and software center so far...17:36
yaaicjes17:37
sergio_hallo17:38
judciao a tutti17:39
billkdhaving issues with pulse audio on quantal. Dummy output is the only listed audio device and I need the orca screen reader to use the desktop. I'm stuck in a CLI at the moment because of this. Any suggestions?17:42
brickedhow do you configure the notifier icon in the top left?17:43
wilee-nileebricked, Which release which desktop?17:46
brickedUnity 12.1017:46
brickedi dont even know what the thing is called17:46
billkdpanel?17:46
brickedthe notifier icon looks like a letter17:46
billkdedit the config file for your wm17:47
trismbricked: indicator-messages17:47
trismbricked: what are you trying to configure?17:47
farmlife How can I import the Firefox bookmarks on the Windows XP partition, while in Linux partition?17:47
brickedtrijntje, how to add gmail and perhaps know what the darn thing is17:47
loadidfarmlife: fdisk -l17:47
billkdshare the profile between the main system and the windows VM. look in the virtualbox shareed folders.17:48
brickedit has status options which i have no idea what status it is refering to17:48
billkdempathy17:48
Fosco999farmlife, if i remember correctly, there should be a folder in the windows system with your bookmarks in html files17:48
dr_willisfarmlife:  find the bookmarks.html file and use the import feature i recall. easier to use firefox's sync feature17:48
farmlifeFosco999: i see. any idea where to look?17:48
billkdhe can share the folder of his windows guest to his linux host with shared folders.17:48
farmlifedr_willis: how can i find the bookmarks.html file?17:49
zetheroodoes anyone here use Pidgin to make audio calls with their google account?17:49
billkd%userprofile%\appdata I think. Look in there.17:49
dr_willisfarmlife:  should bein your useres directory somewhere i imagine17:49
farmlifedr_willis: Fosco999 if i can't get the bookmarks from Linux, i'll boot up into WinXP17:49
Fosco999farmlife, documents and settings/<user>/application data/firefox? sorry I'm not on a windows machine, it also depends what windows version17:49
billkdnow, how can I fix my pulseaudio?17:49
dr_willisor boot to xp, export them. save them to  ubuntuone for safe keeping. ;)17:50
wilee-nileefarmlife, Firefox has a built in sync if you would like both to read the same.17:50
dr_willisor learn to setup the firefox sync feature17:50
Fosco999farmlife, just mount the windows partition, if youre having trouble you are missing the ntfs driver17:50
billkdif you can't help me fix itwhere should I go?17:50
Fosco999probably missing*17:50
billkdapt-get install ntfs-3g if it's missing.17:51
farmlifewilee-nilee: Fosco999 sync sounds good17:51
billkdas root of course17:51
dr_willisbillkd:  theres a few people in here that are good with sound trouble shooting. or theres the forums and askubuntu.com17:51
dr_willisntfs-3g is  installed by default ;)17:51
billkdok well how can we fix it then if people in here can?17:52
RayzrShrpanyone gotten ubuntu 12.04 working under vmware workstation 9 without the sound causing errors at startup?17:52
dr_willisRayzrShrp: 'the sound?'17:52
loadidappdata/roaming/mozilla/firefox/ farmlife17:52
RayzrShrpdr_willis: yeah it shows a little window saying the sound is disabled due to it using something that is out of range17:53
dr_willisRayzrShrp:  not heard of thaaat issue.17:53
loadidare your audio settings in your vm settings configured RayzrShrp?17:53
dr_willisthe login screen says this? or the useres desktop?17:53
jskwarekanyone familiar with ssh and ubuntu? I can't ssh into my ubuntu vm. I keep getting a connection timeout. please help!17:53
loadidmaybe need to set to pulse instead of alsa?17:53
billkdsudo apt-get install openssh-server17:54
=== alin|mobile is now known as alinmear
RayzrShrploadid: yeah in vmware its just set to autodetect17:54
dr_willisjskwarek:  check the server logs and yes. you did install sshd?17:54
billkdjskwarek apt-get install openssh-server17:54
loadidmaybe it is autoselecting wrong RayzrShrp, pick one and try again17:54
RayzrShrpill mess with it here17:55
billkdhow can I fix pulseaudio so my audio device is recognised andstays recognised?17:55
=== alinmear is now known as alin|mobile
RayzrShrpdebian is working17:55
jskwareki've installed sshd17:55
Fosco999how can i add hotkeys to 12.04?17:55
RayzrShrpso must be something with how ubuntu is trying to use the sound17:55
billkdjskwarek : try /etc/init.d/sshd restart17:55
loadidbillkd: create an .asoundrc file?17:55
billkdFosco999 : look in gnome-control-center17:56
josy1982hello is there a chan for ubuntu gnome remix?17:56
=== morphis is now known as morphis|away
dr_williswhat an awkward name for a distro. ;)17:57
DustSwirlhi guys, I have an issue with my laptop sound17:57
jribubuntu gnome remix dubstep17:57
billkdDustSwirl : I do too17:57
iupociao17:57
iupo!list17:57
ubottuiupo: 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 ».17:57
dr_willisargh another lister! ;)17:57
loadidubuntu gnome remix ft. unity17:57
jrib... from /italy/17:58
dr_willisiupo:  you just automatically !list every channel you join?17:58
Fosco999in 12.04 is there a way to allow me to just left click things like a panel, instead of pressing alt and clicking?17:58
trismjosy1982: #ubuntu-gnome17:58
josy1982thx17:58
iupoquit17:58
iupo!quit17:58
loadidtry / lupo17:58
dr_willisiupo:  try /quit17:58
dr_willisannoy the !listers ;)17:59
fluitfriesanyone using sylpheed for mail?  how do i edit the signature?!17:59
BluesKaj!it | iupo,17:59
ubottuiupo,: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)17:59
josy1982_hello does anybody know where i can get ubuntu gnome remix 12.10?17:59
wilee-nileedr_willis, ciao. ;)17:59
dr_willisjosy1982:  check their website or distrowatch websitr17:59
jskwarekbillkd no such file17:59
BluesKajBBL18:00
dr_williswilee-nilee:  or send them a list of ubuntu torrents...18:00
billkd!kust18:00
billkd!help18:01
ubottuPlease 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 !patience18:01
billkd!pacience18:01
billkd!patience18:01
ubottuDon'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/18:01
jskwarekbillkd: no such file18:01
saviohello18:01
wilee-nileedr_willis, hehe yeah.18:01
billkd!list18:01
ubottubillkd: 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 ».18:01
wilee-nileejosy1982, http://www.webupd8.org/2012/10/prefer-gnome-shell-download-ubuntu.html18:02
loadidjosy1982: https://wiki.ubuntu.com/UbuntuGNOME/ReleaseNotes/12.10Beta18:02
dr_willisjosy1982:  thats not an offiicial ubuntu flavor.. yet..18:02
jskwarekanyone know about ssh and ubuntu? I get a connection timeout when attempting to ssh to my ubuntu vm18:03
wilee-nilee!ssh18:04
ubottuSSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon)18:04
dr_willisjskwarek:  you checked the server logs yet?18:04
dr_williscan you ping the vm>18:04
dr_williscan it ping the  client...18:04
jskwarekI haven't checked. don't know what to look for. ping seems to work from my machine yes, but not any others on the network18:04
dr_willisssh -vvv server    may give info also18:05
dr_williscan the others ssh to the server?18:05
jskwareknobody can ssh18:05
jskwarekheres the log18:05
jskwarekOpenSSH_6.0p1 Debian-3ubuntu1, OpenSSL 1.0.1c 10 May 201218:05
dr_williscan the server ssh to itself via localhost, or its ip, or its hostname...18:06
jskwareklet me try18:06
Pichycan anyon help me get my touchscreen working?18:06
iupobelve18:06
DustSwirlHi guys, please help me, I have an issue with my system sound18:06
DustSwirlI use ubuntu 12.04 on a hp dv7 6165us. this laptop has 4 speakers, two at left, two at right, plus a small subwoofer, all with the beatsaudio brand.18:06
DustSwirlthe problem is that the two additional speakers and the subwoofer won't work, thus making my music bassless18:07
tejascan anyone hep me with removing unity from 12.04 please write !NoUnity18:07
jskwarekyes looks like I can ssh to its own ip from within18:07
loadidDustSwirl: beatsaudio sounds proprietary18:08
dr_willistejas:  what do you plan on using instead?18:08
tejasI want lucid type look in 12.0418:08
eankelejskwarek - how is networking configured on vm - bridged or nat?18:08
MonkeyDusttejas  if you don't like unity, easiest is to install some other DE -- logout, select other DE, login18:09
jskwareki've tried both. right now its bridged.18:09
wilee-nileePichy, I just found #ubuntu-touch rather small channel though.18:09
MonkeyDusttejas  fallback/classic looks very much like gnome2, i use it18:09
Pichyi have a usb touschscreen loaded as mouse*18:09
tejashow to use gnome2 in precise Monkeydust help me18:10
wilee-nileePichy, This link as well. http://www.thefanclub.co.za/how-to/how-ubuntu-1204-touchscreen-calibration18:10
MonkeyDusttejas  classic is gnome3, but is very similar to gnome218:10
xanguatejas: you do not, gnome2 is no longer maintained18:10
eankelejskwarek - can you ping vm from other workstations?18:10
loadidDustSwirl: Add "options snd-hda-intel model=ref" at the end of /etc/modprobe.d/alsa-base.conf18:10
DustSwirlwell loadid, I think is a config issue, since if I plug some good quality earphones, the sound is just fine, and also on win7 the same happened till I was able to install the IDT HD codec drivers18:10
MonkeyDusttejas  ubuntu classic => http://2.bp.blogspot.com/-fpdM3UOam3Y/TzW6lrA9yNI/AAAAAAAAHuQ/5Wf9Xum-oxQ/s1600/ubuntu12.04-classic-session.png18:11
jskwarekeankele: no18:11
tejasxangua what to do now...12.04 unity complicated18:11
loadidDustSwirl: alsa drivers are loaded, you just need to enable the correct module18:11
Pichywilee-nilee thanks18:12
wilee-nileePichy, No problem hope that helps.18:12
eankelejskwarek workstation and vm on the same subnet?18:12
loadidDustSwirl: after you edit the alsa-base file you may need to reboot18:12
DustSwirlI'll try that loadid. will be back in a couple minutes18:12
jskwarekeankele idk, lemme check18:12
tejasMonkeydust I need to remaster 12.04 so need to make 12.04 looks simple can you help me remove unity18:13
MonkeyDusttejas  if you don't like unity, easiest is to install some other DE -- logout, select other DE, login18:13
MonkeyDusttejas  some other DE ... classic18:13
tejasI want to remove the sidebar..it sucks18:14
petisnnakehi, what's the difference between python and python-dev packages18:14
=== alin|mobile is now known as alinmear
MonkeyDusttejas  i told you twice what to do, please follow the instructions18:14
trismpetisnnake: python-dev is for building c extensions to python18:15
tejasok...Monkeydust :)18:15
jskwarekeankele: it would appear they are not. Windows host is on 255.255.248.0 and VM Ubuntu is 255.255.255.24018:15
ShahroozGood day everybody18:15
starscreemguys18:15
starscreemhow to fix the grub?18:16
loadidhello Shahrooz18:16
starscreemnot showing up on dual boot18:16
loadidstarscreem: update-grub18:16
orzenHi, can anyone recommend a good how-to for installing nvidia graphic drivers? (im running 12.10 on a laptop with hybrid graphic card setup, the nvidia card is a geforce 210M)18:16
starscreemthrough live disk????18:16
iwohi, is it possible to use an ubuntu 12.10 cd to 'repair a broken system'?18:16
loadiddepends starscreem, where can you get to?18:16
iwothis option used to be present on the alternate cd18:16
wilee-nileetejas, Unity itself is rather small, it is a plugin in compiz running on top of gnome 3, best and easiest way to go is to just install another desktop, and as the mafioso say forget about it.18:16
eankelejskwarek - start there,I am thinking they should be in the same subnet.18:16
starscreemummm.......i can get into the live disk18:17
iwoi tried to upgrade from 12.04 to 12.10 and i have ended up with a pretty broken system18:17
jskwarekeankele: config file? Also should VM network settings be bridged or nat?18:17
iwocan i use the 12.10 desktop cd to repair?18:17
loadidit happens iwo, where can you get to?18:17
Shahroozanyone knows a software that could increese saturation of the screen ? I tried CompizConfig but its not enough, in windows I have Intel Control Panel by default and it lets you to add as much saturation as you need. I need something like that. any idea ? :)18:18
Pichyi believe the problem with my touchscreen has not much to do with the calibration, rather than my system is thinking it is a mouse intead of a touchscreen18:18
iwoloadid: first attempt to upgrade produced an error installing libdrm2... then i had a broken apt which kept saying something like 'No filename for package xxx'18:18
iwoso i installed the package it couldn't find using dpkg18:18
FleepI have a system account that I may have created in a funky way. Whenever I `su` into it, it has no styled prompt, no tab-completion, and it doesn't seem to process its .bashrc / .profile configs. It doesn't know about the `source` command either. Is there a good way to un-bunk this account?18:18
petisnnakewhy does writing $ python open the interactive shell for python 2.6.6, even though /usr/bin/python points to /usr/bin/python2.7?18:18
wilee-nileeiwo, Without some details of what is broken we can only guess, which most here I hope wont do.18:19
eankelejskwarek - it depends on which subnet mask is wrong. I do not know your environment. I would do bridged as it is easier to troubleshoot. If you need nat, remember to also port forward on host system.18:19
loadidiwo, try to apt-get -f install18:19
iwomanaged to manually fix the problem with libdrm2 and continue using apt-get -f upgrade, apt-get -f dist-upgrade...18:19
DustSwirlhey loadid, I'm the guy with the sound issue, and I'm affraid your suggestion didn't work18:19
trismpetisnnake: which python; maybe you have a version in /usr/local/ ?18:19
jskwareknat seems to work better for cifs mount. what port to forward?18:19
loadidok DustSwirl18:19
iwoloadid: my apt is now happy again, no more packages or dependencies to install...18:19
dr_willisFleep:  sopy the files from /etc/skel if you want it ttto have those files18:20
dr_williscopy...18:20
Fleepdr_willis: danke schoen18:20
eankelejwkwarek port 22 from the host ip to the vm's port 22 for ssh to work.18:20
LiquidDemocracyCan I upgrade to the latest version of Ubuntu if I have the ISO file but not Internet access?18:20
iwobut i see lots of errors popping up when i use ubuntu now (asking me to report a system error)...18:20
iwoand unity does not appear :<18:20
Pichyat /proc/bus/input/devices I can se the touchscreen generating a mouse0 event18:20
dr_willisLiquidDemocracy:  mount the .iso and i think you can18:20
iwoi see just my a background, no launcher, and no window chrome when i open apps18:20
wilee-nileeLiquidDemocracy, YOu can use grub to boot it, do you want a link?18:21
iwoi can still use ctrl-alt-t to open a terminal, but it has no borders18:21
DustSwirlloadid: maybe you have another suggestion?18:21
loadidDustSwirl: try snd-hda-intel model=hp-zephyr instead18:21
iwo(apps have no chrome)18:21
loadidiwo, glad that worked18:21
DustSwirlshould I erase the previous string?18:21
Fleepdr_willis: Copied the files, but the account doesn't seem to want to process them. And still doesn't know where `source` is, so I can't manually execute them.18:22
loadidyeah dust, it didn't work18:22
loadidDustSwirl: ^18:22
DustSwirlok, let's see...18:22
iwoloadid: sorry, apt-get has been happy for a day, i managed to -f my way (with some manual package installs too) back to a semi working system18:22
Shahroozany idea for me ?18:22
iwobut something is severely wrong with unity18:22
ceborI cant set the Time for the Screen TurnOff while inactive !  (Ubuntu 12.10)18:22
DustSwirlloadid, can you please remember me the file I have to edit?18:23
iwono launcher, no window chrome... lots of 'System error has occurred' messages whenever i log in18:23
loadidDustSwirl: /etc/modprobe.d/alsa-base.conf18:23
iwoso - back to the original question - is it still possible to 'repair a broken18:23
loadidDustSwirl: never forget the last file you edited18:23
DustSwirlthanks18:23
iwosystem via the ubuntu cd?18:23
iwo(12.12)18:24
iwo(12.10)18:24
iwoi mean18:24
loadidcheers18:24
wilee-nileeiwo, depends on whats broken.18:24
Shahroozanyone knows a software that could increese saturation of the screen ? I tried CompizConfig but its not enough, in windows I have Intel Control Panel by default and it lets you to add as much saturation as you need. I need something like that. any idea ? :)18:24
iwowilee-nilee: well, for a start, does this option exist anywhere via the install process?18:25
LucisHey guys, is this the right channel for a question about tasksel errors ?18:25
dr_willisFleep:  see hat the default shell is for the account18:25
loadidShahrooz: what kind of video card do you have?18:25
=== Youri is now known as YBook
Fleepdr_willis: Where would I find that?18:26
dr_willisFleep:  or try running 'bash'18:26
FleepK18:26
dr_willisfleep chsh command18:26
Shahroozits a Intel HD integerated and a Nvidia GT540M, Ubuntu uses the Intel one by default.18:26
Fleepdr_willis: Thanks! Changing that to /bin/bash fixed all. Many thanks.18:27
loadidyou should enable the nvidia, would probably get better graphics, and then could adjust saturation from nvidia-settings18:27
loadidShahrooz: ^18:27
Lucisguys im trying to setup a LAMP server ( first timer) but tasksel keeps returning an aptitude (100) error18:27
wilee-nileeiwo, What a magical repair click. ;)18:28
SicpWAT. Ubuntu-tweak's "User folder" area under the "Admins" section allows you to change the location of the folders inside your Home directory?18:28
jribLucis: use apt-get install ^lamp-server  (or close to that :x)18:28
Shahroozloadid I tried many times but its impossible. I get blank screen, deletex xserver, ...18:28
Sicpthat's so useless! I thought it would allow you to map these directories to other ones!18:28
jribSicp: not sure what you mean.  What do you want to accomplish?18:28
Lucisjrib, im afraid that does not help. since im not able to select anything in the 'gui' i allready did it that way. I also ran dkpg --configure -a and apt-get update18:28
DustSwirlloadid: that didn'work either...18:29
SicpI ..mentioned what I wanted to accomplish; I'm just stating a fail in a software18:29
Sicpaside from that, Ubuntu-tweak is awesome18:29
jribLucis: what do you mean by "that way"?  Also, why does it not help?  What happens exactly?  What's your current state?18:29
jribSicp: so you don't have a question?18:29
Shahroozloadid: I tried the driver ubuntu recommends and it adds the nvidia cpanel but as I run it, I have errors about xserver, this is a very fresh ubuntu  just installed. I tried every method and technique in web but I get no result.18:29
SicpI do not.18:29
jribSicp: ok, keep in mind this channel is for answering and asking support questions related to ubuntu.  Other topics we welcome in #ubuntu-offtopic :)18:30
soc42cya #ubuntu18:30
Sicpgreat, Smokey18:30
soc42... and thanks for all the fish ;o)18:30
Lucisjrib: that way is the tasksel install lamp-server , my current status is i allways get an error aptitude (100) .. there is no additional information18:30
bazhangSicp, ubuntu-tweak from the PPA? thats not supported here. contact the PPA maintainer18:30
jribLucis: you always get an error aptitude (100) when doing what?18:30
loadidShahrooz: have you tried apt-get install nvidia-173 sometimes you need to force an alternate version of the nvidia drivers18:31
loadidand if that doesn't work nvidia-96 or nvidia-current18:31
Lucisjrib: when i run the command #tasksel install lamp-server18:31
jribLucis: right, so don't run that?18:31
iwowilee-nilee: the ubuntu alternate disc used to include an option 'Repair a broken system'18:31
iwoi'm wondering if this option still exists (since the alternate disc is no more)18:31
Lucisjrib i kinda need to run it to get the lamp server installed right?18:31
DustSwirlhey loadid, you might be a bit busy, thank you anyway for your suggestions, I'll try the forums18:32
loadidiwo, it still exists of sorts18:32
jribLucis: right, so try the apt-get form?18:32
loadiddust, i'll keep looking around18:32
loadidDustSwirl: ^18:32
Lucisjrib: so apt-get install tasksel lamp-server?18:32
jribLucis: no18:32
Lucisjrib ah, leave the tasksel out18:32
jribLucis: apt-get install lamp-server^18:33
Shahroozloadid I'm not sure about that, but I did try the driver that nvidia website offers for linux and it gave me blank screen. installing the driver like you said is safe ? I mean what if I get black screen ?18:33
somanhi all. Ubuntu 12.04 after games my screen resolution becames 640x480? what is the problem and how can I change it via terminal?18:33
iwoloadid: so how do i get to it?18:34
petisnnakeI installed python2.7 with apt, but now pip / virtualenv don't work, so I reverted to python.2.6.6. What do I need to install so that it contains all the necessary packages for pip / virtualenv to work?18:34
Lucisjrib: returns errors, ill get pastebin , sec18:34
loadidit's part of the gamble Shahrooz, you should be able to drop to a shell and remove which ever packages you installed.18:34
varikonniemisoman, i think log out and in is easiest?18:34
jribpetisnnake: what ubuntu version?18:34
loadidiwo, recovery mode18:34
Lucisjrib: http://pastebin.com/NUiShqhd18:34
petisnnakejrib: 1118:35
varikonniemii have played only one game on 12.10 that also set resolution to 640 but after it quit the desktop changed back to original. So maybe x server got smarter18:35
Shahroozloadid, well I can but last time I did it, it removed the entier xserver xD hehe I'm installing it right now. let see what happens18:35
jribLucis: you need to stop whatever other dpkg/apt process is running18:35
iwoloadid: does recovery mode include any way to replace the system files with a fresh installation? (like the old 'repair a broken system' option on the alternate cd)18:36
jribpetisnnake: no such thing as 11.  Only 11.04 and 11.1018:36
iwoi haven't seen that18:36
somanvarikonniemi: maybe... xrandr -s 0 helps18:36
Lucisjrib: so i need to display the processes that dpkg/apt is running. lets google18:36
iwo(any option to do that i mean)18:36
petisnnakejrib: sorry, 11.0418:36
loadidi'm sure it does iwo18:36
varikonniemisoman, could be :18:36
iwoloadid: so where does it get the packages from?18:37
jribpetisnnake: you know 11.04 will be EOL very soon?18:37
loadidfrom whatever is listed in /etc/apt/sources.list iwo18:37
jribLucis: you don't have update manager or the install programs gui running perhaps?18:37
iwoloadid: well, that's not much like the 'repair' option from the alternate cd :)18:37
loadidusually the cd during install or the main ubuntu repository once it's online18:37
Fukusamahello18:38
petisnnakejrib: yes, but that is completely not the issue I came here for :)18:38
Lucisjrib: the entire idea of working with linux is learning :) guis dont learn me anything :(18:38
jpdsLucis: teach you anything. :)18:38
jribLucis: that's fine, but they need to be closed18:38
jribpetisnnake: you have python-pip installed?18:39
Lucisjpds, indeed thx18:39
trond-I have a server that for some reason just goes into some - "I just keep running, but you cannot access me" mode and no-one else can either. Where can find out what the .... happened. I have to hard reboot the server to do anything with it.18:39
Lucisjrib: yes im looking into how to do thatt now.18:39
loadidDustSwirl: options snd-hda-intel model=hp-dv7-400018:39
=== alinmear is now known as alin|mobile
reufhow do i access nautilius file information from bash18:40
petisnnakejrib: yes, I do18:40
reufnautilus has some api for accessing file info and manipulating files from bash18:40
starscreembest os for home server???18:40
bekksreuf: Does it?18:40
jribpetisnnake: and what python interpreter packages do you have installed?18:40
bekksstarscreem: Depends on your requirements.18:41
starscreembasic......blog hosting18:41
cyrusgodHi there, anyone knows when kernel 3.7 stable will be release ?18:41
petisnnakejrib: python2.6 and pytohn2.718:41
jribreuf: gvfs-* mayhaps?18:41
ubuntugfdg18:41
bekkscyrusgod: About 90 days after the 3.7-rc1 release.18:41
=== ubuntu is now known as Guest16713
cyrusgodbekks: :O wowww18:41
Guest16713fuck you off18:41
reufjrib: yes thats the one, thank you - i coudlnt remember its name18:42
jrib!language | Guest1671318:42
ubottuGuest16713: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.18:42
Guest16713fuck you18:42
starscreemwow18:42
starscreemdude.....guest......u need to calm down18:42
cyrusgodbekks: to much time :/ i have an zenbook ux32vd, and i have very problems with ubuntu18:42
bekkscyrusgod: Nothing in this world will make it happen faster.18:43
RayzrShrpso are people happy with unity?18:43
cyrusgodbekks: heheh ok thnks for the help18:43
juancarlospacohello, hola18:43
bazhang!ot | RayzrShrp18:43
ubottuRayzrShrp: #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!18:43
RayzrShrpor are people finding ways to not run it18:43
starscreemunity in my opinion is sad18:43
petisnnakejrib: wll?18:43
bazhang!notunity | RayzrShrp18:43
ubottuRayzrShrp: Ubuntu 11.10 and higher use GNOME 3 with the !unity shell by default.  To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool".  For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic18:43
jribpetisnnake: what does "wll" mean?18:43
juancarlospaco:)18:43
petisnnakejrib: well* ?18:44
jribpetisnnake: when you say pip/virtualenv "don't work", what do you mean?18:45
ceborubuntu.com down ???18:45
Fukusamano18:45
h00kcebor: works from here :)18:45
jribcebor: http://www.downforeveryoneorjustme.com/18:45
RayzrShrpi know i can vnc into ubuntu systems but frankly i feel its lacking compared to remote desktop on windows 7, is there a better way to remote access the x windows environment on ubuntu?18:45
ceborcant ping18:45
RayzrShrpi tried xrdp18:45
kostkoncebor, http://www.downforeveryoneorjustme.com/ubuntu.com18:46
ceborhmm18:46
RayzrShrpbut for some reason the desktop wallpaper never loads18:46
jribRayzrShrp: how do you find it lacking?18:46
petisnnakejrib: When using /usr/bin/python links to /usr/bin/python2.7, I get a  pkg_resources.DistributionNotFound: virtualenv==1.7.2 exception when trying to initialize a virtual env18:46
RayzrShrpjrib: just seems slower and less responsive18:46
Lucisjpds, i can display running processes with pas aux | less... but how do i know which PID's to quit. the error message does not give me such info18:46
RayzrShrpjrib: with remote desktop its snappy and responds quickly18:46
Lucisjrib: ps*18:47
bekksLucis: Sp which program is causing problems?18:47
Lucisbekks http://pastebin.com/NUiShqhd      when i run apt-get install lamp-server^18:47
jribLucis: you shouldn't be killing any processes.  Have you found another dpkg/apt process running?  Perhaps update manager or some other gui?18:47
juancarlospacoQUESTION: partial migration of autocad studio, they got 1 server hi-end, 5 pc low-end, networked LAN, i will intall ubuntu on the PCs, server must remain Windows because of autocad, they cant use other soft, what you recommend to be able to use server apps on the 5 pcs?, rdesktop?, virtualbox?18:47
bekksLucis: Pastebin the output ps -aux please.18:48
jribRayzrShrp: you could try freenx18:48
Lucisjrib: lets see if i can find a program that displays that.18:48
RayzrShrpjrib: what is that18:48
jribpetisnnake: what's the default python on 11.04?18:48
RayzrShrpjrib: oh you mean nomachine18:48
jribRayzrShrp: yes18:48
jrib!freenx | RayzrShrp18:48
ubottuRayzrShrp: FreeNX is advanced remote desktop technology. For more information and install instructions, see https://help.ubuntu.com/community/FreeNX18:48
pauserhi, my wireless card is connected in main board over usb. now when i activate it my mouse(over usb) works very slow. i there any thing i can do to fix it ?18:48
omarhola18:49
RayzrShrpjrib: yeah ive used that in the past with good results but the newer versions of ubuntu seem to not work as well18:49
jribRayzrShrp: I see18:49
omari need help18:49
RayzrShrpjrib: the toolbar with close,minimize and maxamize are missing18:49
jrib!vnc | RayzrShrp18:49
ubottuRayzrShrp: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely.  It works best over fast connections, otherwise look at !FreeNX18:49
jribRayzrShrp: there are various vnc options too18:49
Lucisbekks: http://pastebin.com/vrX72g7118:49
loadidtry an alternate usb port pauser18:49
omaralguien me puede ayudar18:49
pauserloadid: same thing !18:50
reufquestion when18:50
reuffile is downloaded from18:50
reufChromium18:50
loadidand as soon as you disconnect things go back to normal pauser?18:50
bekksLucis: Do you use sudo?18:50
Shahroozis this Conky application still usable ? I tried installing it but I failed :\18:50
pauserloadid: yes when i disable the wireless18:50
trismShahrooz: what is the error?18:51
bekksLucis: Without sudo, you will get error messages similar to yours18:51
Lucisbekks: atm im just logged in as root.18:51
bekksLucis: OUCH.18:51
Lucisbekks not a good idea huh -_-18:51
loadidconky, i think i remember that program, shows system stats & such Shahrooz?18:51
bekksLucis: The worst you could have had.18:51
c_smithLucis, far from a good idea18:51
jribLucis: you're logged into the gui as root?18:52
c_smithLucis, root is disabled from Ubuntu for several reasons.18:52
bekksLucis: Whats the output of lsb_release -sc ?18:52
Shahroozno error, I tried sudo apt-get install conky-all and something installed, but nothing added to my menus18:52
coreGrlhi18:52
Lucisbekks, c_smith: no , i am aware of the dangers of surfing as root etc. and when on backtrack allways create a none root user. but on ubuntu just a standard user that is added to the admin group, but for easy working i just logged root in cli18:52
coreGrlrunning df says that my / is at 100% but doing a df -h the sum is not , what's happening?18:53
Spellanserhey, can somebody tell about ubuntu 12.1018:53
Shahrooztrism: no error, I tried sudo apt-get install conky-all and something installed, but nothing added to my menus18:53
jribcoreGrl: pastebin18:53
bekksLucis: So you configured a password for root before.18:53
jrib!12.10 | Spellanser18:53
ubottuSpellanser: Ubuntu 12.10 (Quantal Quetzal) is the current stable release of Ubuntu. Download http://releases.ubuntu.com/12.10/ - Release notes: http://ubuntu.com/getubuntu/releasenotes/12.10 - Support in #ubuntu18:53
trismShahrooz: you run it when your session starts, and configure it in ~/.conkyrc18:53
trismShahrooz: just run: conky; in the terminal to see the default18:53
=== Kitar|st_ is now known as Kitar|st
Spellanserhow many bugs it have?18:54
ikoniacoreGrl: please pastebin the output of the command "df -h"18:54
bekksLucis: So whats the output of lsb_release -sc please?18:54
Lucisbekks yes, the first thing i did on ubuntu when i noticed i couldnt log into root. im following a guide called 'linuxfun' which started with pwd and cd and ends at networkadministration.. and i need root for it now and then18:54
Lucisbekks: sec, pasting it18:54
bekksLucis: Thats what sudo was invented for.18:54
ikoniaLucis: sudo -i is all you need18:55
ikoniaLucis: you don't need root, infact root can cause you problems on ubuntu18:55
Lucisquantal18:55
coreGrlikonia, jrib http://pastebin.com/xJnyFNi218:55
Lucisbekks quantal18:55
loadidroot? cause problems?18:55
bekksloadid: Yes.18:55
Shahrooztrism: conky is stuck at drawing to single buffer18:55
loadidroot doesn't kill people, guns do18:55
ikoniacoreGrl: dev/disk/by-uuid/402ebdf2-595c-4056-b9c5-83dd43d3e9f8  19222656  18824284         0 100% /18:55
ikoniacoreGrl: it's %100 full18:55
bekksloadid: root may introduce security issues, root may mess up permissions.18:55
Lucisikonia, bekks, i dont see how root is that different from using sudo.. xcept for the fact that if you screw something up that a sudo wouldnt have rights to do .. then you can prolly reinstall18:56
bekksloadid: For most users, thats worse than a gun.18:56
coreGrlikonia, yes but it doesn't seems making the sum of du -s *18:56
ikoniaLucis: if you don't see any difference, why not just use sudo18:56
ikoniacoreGrl: you can't work it like that18:56
loadidwhy not just sudo su18:56
Shahrooztrism: isn't there something like conky but with real GUI ?18:56
Lucisikonia: i have to type more .. and now i m starting to feel stupid hehe.18:56
* Fleep sudo -i's18:56
trismShahrooz: it isn't stuck, do you see it drawing to your desktop? you may need to configure it to draw in its own window, there are guides on http://conky.sourceforge.com/ I can't link directly to them at the moment though because it isn't resolving for me18:56
coreGrlikonia, so how can I find what's id filling my hd?18:56
ikoniaLucis: really "sudo -i" "su - " it's almost the same18:57
ikoniacoreGrl: du is a good way to find large files18:57
Shahrooztrism: I'll check it thanks18:57
ikoniaLucis: if you don't see a difference, you don't understand it, so use the correct tool, sudo18:57
Lucisikonia, no really its a habit, my old fedora in vb didnt have a user that was added to the right groups to use sudo effectively, and (thats like a month ago)i had no clue how to add users, or add them to groups. and give them rights.18:57
loadidyou can add conky as a widget to compiz and have it appear transparent when your mouse hits the corner of the screen18:57
Shahrooztrism: the link is broken I believe18:57
jribcoreGrl: some space is reserved for root on every partition, also there may be files you deleted but still in use by a program.  Finally, you may not have permissions on all the files when you ran du18:57
ikoniaLucis: break the habbit then18:57
loadidif you know where that checkbox is18:57
loadidand stuff18:57
juancarlospacoany help ???18:57
trismShahrooz: sorry that should be http://conky.sourceforge.net/ (but again my DNS isn't working for sourceforge at the moment)18:57
coreGrldoh jrib I think u are right18:58
jribtrism: interesting... here too18:58
Shahrooztrism: ah yea :P thanks18:58
Lucisikonia: i will. (i was just not as hellbent on it since i dont administre anything :) if my pc goes dead.. i pop in a disc and reinstall the distro) none the less. i'm taking your advice18:58
Lucisbekks, but the output you aksed for is quantal18:59
coreGrljrib, I deleted some logs file but I think they still in use18:59
bekksLucis: Yes, you mentioned it already. :)18:59
coreGrljrib, there is only the reboot solution?18:59
Lucisbekks, any idea where to go from there?18:59
jribcoreGrl: well, just kill (try nicely first) whatever is using the files19:00
bekksLucis: Check wether there is a stale lockfile left for dpkg19:00
coreGrltank you19:00
|johnny|Does anyone know how to solve an AMD Microcode error?19:00
ikonia|johnny|: the what ?19:00
craigbass1976I'm having mysql trouble, and believe aparmor is the culprit.  aa-complain: command not found  is what I get when trying to follow a walkthrough on Ubuntu's help site.19:00
DaemonicApathytrism: are you sure you don't mean http://sourceforge.net/projects/conky/?source=directory ?19:00
ikoniacraigbass1976: which command ?19:01
craigbass1976aa-complain19:01
craigbass1976ikonia, ^^19:01
ikoniacraigbass1976: is it there (installed)19:01
=== JoFo_ is now known as JoFo
craigbass1976I thought it was part of the apparmor package.  How does one put a daemon into complain mode these days?  Looks liek the tut was written around hardy time19:02
ikoniacraigbass1976: is it there (installed)19:02
|johnny|This is the problem I'm having: http://imagepaste.nullnetwork.net/viewimage.php?id=513219:03
craigbass1976ikonia, no, and there's no such animal using apt-get.19:03
|johnny|As a result there is an error message which displays this every time Ubuntu starts19:03
Lucisbekks: my knoweledge on dpkg is slacking. 2 chapters ahead of me .. i have to look in /var/lib/dpkg right?19:03
ikoniacraigbass1976: right, so that's the problem,19:03
ikoniacraigbass1976: the command you want to use is not installed on your system19:03
bekksLucis: Yes.19:03
jribcraigbass1976: aa-complain is in /usr/sbin/, do you have it there?19:04
ikonia|johnny|: why are you bothered about that warning ?19:04
craigbass1976ikonia, thank you.  Did you see my rephrased question?19:04
Lucisbekks: i doubt there can be a lockfile , my ubuntu is not in a virtual machine, it is installed directly on my harddrive19:04
craigbass1976jrib, no, just aa-status19:04
|johnny|ikonia, I was just wondering if that was normal. But from the sound of you asking me that, it sounds like it is.19:04
ikonia|johnny|: it's not "normal" but it isn't anything to be concerned about19:05
snark| johnny |   its a kernel driver looking for a file tat you dont have19:05
bekksLucis: And why should there be no lockfile then? A vm has nothing to do with it at all.19:05
Lucisbekks: there is one file named lock though. ill post all files in a pastebin19:05
|johnny|oooh I see.19:05
bekksLucis: I didnt say a file named "lock".19:06
bekksLucis: And you have a process running: ps -ef | grep 1131719:07
bekksThats the process causing your error.19:07
Lucisbekks: no i just figured out a vmware creates lockfiles to prevent consistency problems on virtual disks19:07
Lucisbekks: pastebin is not available atm. there is no file of interest in /var/lib/dkpg though19:08
Lucisbekks: yes indeed i do, but what does tha ttell me19:08
primalcurveHey everybody. Would it be alright for me to throw a problem your way?19:09
bekksLucis: That you _have_ a process running already, as the error message suggests.19:10
Lucisbekks: http://pastebin.com/fHEfhDCD19:10
jiffe98is there a way so users can only change the user bits permissions on files/directories but not the group/world bits?19:10
snarkfire away    primalcurve19:10
jribjiffe98: yes but why?19:10
Lucisbekks: ah so if i quit that process it might be solved. still how do you know THAT is the process causing problems.. the list is so long?19:10
bekksLucis: Because of its name /usr/sbin/apt...19:11
jiffe98jrib: because I run a web server and people think their content needs to be 777 even though it doesn't and then someone breaks into another website and can deface others websites because they have the permissions to do so19:11
Shahroozloadid: okay the driver is installed, but when I run the cpanel it says "You do not appear to be using the NVIDIA X driver.  Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server." what should I do ?19:12
trismDaemonicApathy: thanks, guess it isn't sourceforge that I can't resolve, but I was looking for the documentation page that links to the wiki, faq, variables etc (seems the wiki is up though)19:12
loadidrun "sudo nvidia-config"19:13
jribjiffe98: educate them :)  It's probably enough for you to just set restrictive permissions on the parent directory of their website so that only they and www-data can enter it (execute).  If you want finer control, you can look into Access Control Lists19:13
loadidsorry, nvidia-xconfig19:13
Lucisbekks : root     13385  1.4  0.6 136856 25180 ?        SN   21:11   0:00 /usr/bin/python3.2 /usr/sbin/apt19:13
primalcurveSo I'm having lots of fun attempting to get Ubuntu to boot on a Mac Pro 1,1. It has a 2x2 Xeon setup with 4GB of RAM. I've done some research and I know that it has a 32bit EFI (I know, thanks, Apple). I can get it to boot from the special Live CD for early Mac Pros. I can get it to install, but I cannot get GRUB to work. I've compiled GRUB2 1.99 for the 32bit EFI. I can launch GRUB2 from the rEFInd boot CD, but, when I select Ubuntu, I get a black screen19:13
Lucisbekks: ok im following you.19:13
jribjiffe98: I think you can use ACLs to do what you asked but I've never used it that way personally.  I usually just restrict permissions on the parent directory19:13
primalcurveSo, yeah. My question is essentially, what am I doing wrong? Any tips? Any articles I can read (I have read many at this point).19:16
Lucisbekks: when i kill the process and ps -aux after , it directly shows the process again , just using another PID19:16
bekksThen you have something running thats triggering it.19:17
DJones!nomodeset | profligacy (Not sure if this will help for the black screen, I've never had a mac),19:17
ubottuprofligacy (Not sure if this will help for the black screen, I've never had a mac),: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter19:17
snarkprimalcurve, have a look here   first answer might help ----->       http://askubuntu.com/questions/134342/which-iso-image-do-i-need-to-install-ubuntu-12-04-on-a-macbook-pro-so-that-it-bo19:17
profligacyWhat?19:17
profligacyWas that intended for me?19:18
profligacyubottu:19:18
profligacyDJones:19:18
DJonesprimalcurve: See the link ubotto posted above (sorry profligacy, mis-tab by me)19:18
primalcurveThanks for the tip. I'll give the nomodeset boot option a try and call back and let you know how it goes.19:19
PhibsI'm tyring to set upa  custom apt repository and while it sees the packages, it 404s on download, can anyone assist19:19
snarkprimalcurve, EFI boot on Macs requires a 64-bit kernel19:20
Phibsmy config is thus: http://pastie.org/private/60bjfrzhrodww3ej3oekq19:21
Phibswhy doesn't it look for the packages in the same place, and how do I fix19:21
eankelePhibs did you apt-get update?19:22
Lucisbekks : i've tried kill , killall, kill -9 and pkill .. the process keeps comming back with another pid :)19:22
Phibseankele: of course19:23
bekksLucis: Then you have something running thats triggering it.19:23
Lucisbekks : i follow your logic, but i dont know where to go from here.19:24
bekksLucis: Check everything thats running on your system, every open app, every notification are icon, etc.19:24
=== awestroke is now known as Adys_
=== Youri is now known as YBook
ShahroozI installed my graphic driver  but when I run the cpanel it says "You do not appear to be using the NVIDIA X driver.  Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server." what should I do ?19:26
Eric_New_UbuntuIs there anyone who can split off one on one  and help me19:26
loadidShahrooz: did you run nvidia-xconfig as root and restart the X server?19:26
snarkShahrooz,    just  run `nvidia-xconfig` as root!19:26
xangua!anyone | Eric_New_Ubuntu19:26
ubottuEric_New_Ubuntu: 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.19:26
Shahroozloadid: I did run nvidia-xconfig and it just made a config file, but I don't know how to restart the x server19:27
loadidit just means restart19:27
loadidor you can sudo restart gmd, kdm, xfce19:27
loadidwhich ever desktop your using19:27
loadidprobably "sudo restart gdm"19:27
Shahroozloadid, ah okay. I'll brb then :)19:27
snarkShahrooz, just reboot your pc19:27
hethHi. I'm on 12.04 and the keyboard indicator disappears and the input languages are reset sometimes, can you help me?19:28
Eric_New_UbuntuWhy when I install a program does it show up in my start bar on the left, then when I restart it is now gone from that and no where to be found on my system19:28
xanguaEric_New_Ubuntu: open the dash and type the app name19:29
blezwhen will be the ubuntu on android be released19:29
Eric_New_UbuntuIt was mouse and pointers19:29
Eric_New_UbuntuNow gone19:29
loadidprobably when it needs less tech support blez19:29
midnightcoffeejoin ##c++19:30
blezI wanna run it on my phone :|19:30
loadid##c++19:30
Eric_New_UbuntuI am going to pay canical for support when they get back to me but this is absurd19:30
wilee-nileeEric_New_Ubuntu, You have to right click and pin apps to the panel19:30
Lucisbekks: i have my system monitor open. and see every process that is also listed by ps -aux. but i m searching for something that triggers /usr/lib/pythong related.. how am i supposed to find that when every process in there has i name i dont know a thing about19:31
loadidblez: i've had ubuntu running on a galaxyS... wasn't very usable though.19:31
Lucisbekks: all other applications are closed of course. only things open is google-chrome, wicd and terminal19:31
Eric_New_UbuntuPin aps?19:31
Eric_New_UbuntuTo the dash or start bar?19:32
wilee-nileeEric_New_Ubuntu, You said bar on the left.19:32
Eric_New_UbuntuI just want to see the application I suppose19:32
wilee-nileeEric_New_Ubuntu, hit the super key that open the dash tyoe in the app name.19:33
wilee-nileetype*19:33
bekksLucis: Sounds odd, but did you try to just reboot?19:33
Eric_New_UbuntuI am just so disappointed in ubuntu19:33
Eric_New_UbuntuI have 25 years of computer experience and haven't used it in 3 years only to realize this is not a primetime OSS19:33
wilee-nileeEric_New_Ubuntu, Of course you are you are jumping to that instead of just adapting. ;)19:33
Eric_New_UbuntuNow I am stuck again with windows or mac19:33
Eric_New_UbuntuAfter 25 years I should be able to find a program, adjust my mouse settings, install software19:34
Eric_New_UbuntuI tried to down load VMware and it won't install19:34
brickedhow can i have apps open on startup?  for example I want tomboy to open to the panel at boot19:34
Eric_New_UbuntuNo clue which "package" installer may work, the two I tried don't work19:35
Eric_New_UbuntuAnyway, thanks for listening19:35
valnourEric_New_Ubuntu: your install sounds messed up. this a clean install?19:35
Eric_New_UbuntuBrand new19:35
juancarlospacook give me the source code of vmware, i will fix it for tomorrow  :)19:35
valnourfound anyone else having this problem online?19:35
wilee-nileebricked, Startup applications hold on.19:35
xanguabricked: power icon-startup apps19:35
bekksEric_New_Ubuntu: vmware is to be installed manually, not with a package installer.19:35
bekksEric_New_Ubuntu: Thats why you should use virtualbox instead :)19:36
brickedxangua, they removed that on 12.1019:36
xanguammm :(19:36
Eric_New_Ubuntuyeah, nothing screams 2012 like opening up a shell and typng a bunch of counter intiutive linux commandsds19:36
Eric_New_UbuntuI am sure, i have to sodo something...19:36
nerd_jonesat boot, do my nfs mount points get defined by /etc/fstab, /proc/mounts, or something else alltogether?19:36
Eric_New_UbuntuNo wonder the Mac is the most valuable company in the world19:36
brickedEric_New_Ubuntu, you'd be stupid to use vmware outside of certification purposes or work requirements19:36
Eric_New_UbuntuI asked here already and everyone told me VMware is the proper tool19:37
trismbricked: gnome-session-properties19:37
loadidnerd_jones: fstab19:37
kodakif sudo nvidia-xconfig --sli=AFR doesnt work, how can i turn on sli?19:37
Shahroozloadid blank screen again, I'm in recovery mode now19:37
brickedEric_New_Ubuntu, thats why linux admins get paid more19:37
wilee-nileebricked, http://www.inforbiro.com/blog-eng/ubuntu-12-04-startup-applications/  This will load al the startup apps, you can then make your own, and shutdown what you don't want.19:37
snarknerd_jones,   they are probaly listed in /etc/fstab19:37
Lucisbekks: going to try that now.19:37
loadidwhat did you install Shahrooz?19:37
juancarlospacovmware is the proper tool,   to fail19:37
valnourEric_New_Ubuntu: if a Mac is what you want to use, use it. no is telling you not to19:37
Shahroozthe nvidia driver you said19:37
Shahrooz137 ? something like that19:37
Eric_New_UbuntuThank you though bricked for your kindness. I am just pissed off that in 2012 I can't download a decent working OS19:37
loadidtry 96 then19:37
nerd_jonesloadid, it appears the other way around on my system, 12.10 , is there any reason this may be the case?19:38
juancarlospacovirtualbox, lxc, kvm19:38
Eric_New_UbuntuI asked about virtual box19:38
Shahroozwhat should I type loadid19:38
brickedwilee-nilee, thats for 12.04... 12.10 removed that method19:38
brickedEric_New_Ubuntu, wget foo.iso19:38
Eric_New_UbuntuMy first computer was a TRS 80, so it's onot like I am new to this19:38
wilee-nileeEric_New_Ubuntu, Whiners go into my ignore I suspect many other users do this as well, it cuts down on any help you might need.19:38
loadidapt-get install nvidia-96.. it should uninstall the previous version19:38
loadidShahrooz: ^19:38
nerd_jonesloadid, and is it alright to just change /proc/mounts, to get them mounted where i need them?19:38
kodakhow can i manually(without nvidia-xconfig) turn on sli?19:38
bekksEric_New_Ubuntu: Would you mind to stop flaming and just telling us about specific problems you currently have for enabling us to help you solving them?19:38
loadidi would say no nerd_jones, that will most likely break things down the line19:39
Eric_New_UbuntuYes, for sure19:39
Eric_New_Ubuntubekks19:39
wilee-nileebricked, Really, hmm, I would look on the web it is not hard to modify the file.19:39
loadidchange them in fstab and they should propogate through19:39
loadiduse blkid to id by UUID19:39
primalcurveOkay. "nomodeset" isn't working. I'm thinking that grub doesn't even get to the kernel line before freezing. I think one of the other commands is doing it.19:39
Eric_New_UbuntuI would like to download an application from ubuntu and then shut down my computer reboot and have it appearar in the same spot and working like I last configured it19:39
xslguys whats best way on ubuntu to configure 2 IP addresses on one interface?19:40
Shahroozloadid okay thanks19:40
xslexternal ips i mean19:40
wilee-nileeprimalcurve, Maybe some back on this eh.19:40
loadidwindows needs the +1 line added to the boot settings, is there something like that for macs that your missing primalcurve?19:40
xslvirtual interfaces like eth0:0 ?19:40
bekksEric_New_Ubuntu: Which app in particular using which Ubuntu in particular?19:40
Eric_New_Ubuntu12.1019:40
valnourEric_New_Ubuntu: works for me, what steps are you taking that aren't working?19:40
xslor bridge interface19:40
brickedwill_i_am, try xubuntu if you are having unity problems19:40
brickedwilee-nilee, rather19:40
xanguaEric_New_Ubuntu: like you were told before, you need to right clic and select to keep it in the launcher19:40
Eric_New_UbuntuAp name was pointers and mouse19:41
kodakhow can i manually check if SLI is enabled? what config file should i check?19:41
brickedwait crap Eric_New_Ubuntu19:41
primalcurvewilee-nilee: You need back story?19:41
Eric_New_UbuntuYes, now how do I find the application to do that?19:41
brickedEric_New_Ubuntu, try xubuntu19:41
xanguaEric_New_Ubuntu: and like I toldf you also before, you can search programs writing the name in the dash19:41
nerd_jonesloadid, they are set up the way i want them in fstab, and the client hasnt changed, i set up a new server, the only thing in fstab that has been changed is hostname of the new server19:41
=== adrianrly is now known as adrianrly|OFF
Eric_New_UbuntuYou think xubuntu is an easier interface?19:41
bekksEric_New_Ubuntu: Click on the dash icon (top left) end enter "pointer" in the search field.19:41
brickedseriously dash is the easiest way to find an app in any OS ive used19:41
Eric_New_UbuntuDid that bekks19:41
Eric_New_UbuntuNothing19:41
wastreldash takes 30 seconds to load19:42
Eric_New_UbuntuI did however get the pointer sisters19:42
Eric_New_Ubuntu:)19:42
hethHi. I'm on 12.04 fresh install: The keyboard indicator disappears and the input languages are reset from time to time, can you help me?19:42
craigbass1976Eric_New_Ubuntu, If you do it right, it's very similar to GNOME2; when folks started getting pushed into GNOME3 and Unity, things got ugly, and I suspect more started using XFCE19:42
wilee-nileebricked, this command works for startup apps in 12.10. sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop19:42
bekksEric_New_Ubuntu: Then try "mouse" instead.19:42
Eric_New_UbuntuThe ap is installed it's called "pointing devices"19:42
Eric_New_UbuntuHowever I can in no way locate this on my system19:43
Eric_New_Ubuntu:)19:43
Case_I am hoping someone can help me.  I have an Ubuntu Server with Apache.  I have multiple sites on this server and one of them the GET time for just the domain is like 30 seconds.  The others are perfectly fine.  They have the same naming server and the same domain registerar.  Does anyone have any clue what might cause this?19:43
atriusunder 12.04 and when using virt-manager... is there currently a known way to make the 'couldn't initialize HAL' type messages go away?19:43
bekksEric_New_Ubuntu: then enter "point" instead "pointer".19:43
brickedwilee-nilee, i see alot of folks with a pimped out panel but it seems like its a lot harder to add applets than GNOME2 was19:43
Eric_New_Ubuntuok19:43
kodakhow can i check if SLI is enabled or not? im pretty sure its not working, even though i use the commands that should activate it19:43
Eric_New_Ubuntunope19:43
Eric_New_Ubuntunothing19:43
bekksEric_New_Ubuntu: How about "mouse"?19:43
brickedEric_New_Ubuntu, you can always try tab-completion in bash or even look in /usr/bin19:44
axisysi can see my bluetooth headset from my android phone.. but not from ubuntu 12.10 64bit desktop.. what gives?19:44
Eric_New_Ubuntuis there an apps foldef?19:44
bekksEric_New_Ubuntu: No.19:44
wilee-nileebricked, Personally I think the term pimped is offensive, but I have a degree in black studies I'm biased, there is no positive use for that word.19:44
axisysi see 4 devices.. but not my headset19:44
valnourCase_: you will probably have better luck in #ubuntu-server19:44
loadidmaybe you can change them in /proc/mounts nerd_jones, i'm not sure about that19:44
_cronus_Eric_New_Ubuntu, sorry, might be a _very_ stupid question, but, have you installed ubuntu or are you using a live cd19:44
Eric_New_UbuntuOk, I think thecronus, not dumb installed19:44
Eric_New_UbuntuTrust me I know you get all kinds in here19:45
Ripper003No microphone sound through Skype or Mumble but Sound Recorder works just fine?19:45
Case_Thank you Valnour I will try there19:45
bekksEric_New_Ubuntu: You can reach that setting by choosing "System settings" icon on the left and the choosing "Mouse and Touchpad".19:45
Eric_New_UbuntuIt doesn't have all of the settings I need19:45
bricked"black studies"...19:45
Eric_New_UbuntuI needed the ability to turn off my touchpad in this app19:45
=== jackson_ is now known as Noskcaj
xanguaEric_New_Ubuntu: pointing device, pointing, device, none of those words shows it¿19:45
bekksEric_New_Ubuntu: Because that is not implemented.19:45
Eric_New_Ubuntunope xang19:45
kodakwhere can i get NVIDIA specific ubuntu help?19:45
Eric_New_UbuntuI know crazy19:46
bekksEric_New_Ubuntu: Regardless of the way you start that app.19:46
Eric_New_UbuntuWell, how do I start it if I can't find it19:46
kodakive tried this channel atleast 10 times, and always basically get ignored..19:46
bekksEric_New_Ubuntu: You can reach that setting by choosing "System settings" icon on the left and the choosing "Mouse and Touchpad".19:46
Newb101Hi folks, I want to download images off a website I tried wget -r -A jpeg,jpg,bmp,gif,png http://www.domain.com but I'm just getting .html files19:46
Eric_New_UbuntuWhat is this side window?19:46
loadidmaybe there is no good answer to your question kodak, ask something different19:46
Eric_New_UbuntuIt doesn't appear private19:46
bekksEric_New_Ubuntu: It is called "the panel".19:46
Ripper003kodak: What's the problem? Have you tried this? https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia19:47
Eric_New_UbuntuNo, i mean on KVirc19:47
snarkkodak, NVIDIA is not open souce, and not part of Ubuntu19:47
loadidShahrooz: you should check out that guide too19:47
Eric_New_UbuntuSorry, it spawned a new window for no reason19:47
Newb101anyone19:47
Eric_New_UbuntuThought it might be a private convo19:47
Eric_New_UbuntuAnyway19:47
Eric_New_UbuntuWhen I hit the software center it says installed19:48
kodakive asked all kinds of questions, never the same one(or atleast tried to) loadid19:48
kodaksnark, thanks19:48
loadidNewb101: try the -O option19:48
Eric_New_UbuntuI am shocked to find out VMware insn't the best19:48
kodakRipper003, going through it now, thanks19:48
Eric_New_UbuntuI had vitualbox and they told me it sucked this morning19:48
bekksEric_New_Ubuntu: Welcome to reality :)19:49
bekksEric_New_Ubuntu: Who are "they"?19:49
Eric_New_UbuntuPeople on this IRC channel19:49
Eric_New_Ubuntubekks, do you happen to have yahoo19:49
Eric_New_UbuntuIM19:49
bekksNope.19:49
kodakRipper003, the nvidia driver is installed, it shows as active, the nvidia settings gui shows the correct driver version as active, everything works, except SLI, so i cant play any nicer games19:50
wastrelvirtualbox is good i rather like it19:50
Eric_New_UbuntuAny way we can have a private conversation in IRC?19:50
bekksEric_New_Ubuntu: Just type "/msg bekks hi"19:50
juancarlospacofrom speed:  LXC > VirtualBox > KVM19:51
juancarlospacodsepends on setup anyways19:51
=== Mike_ is now known as Guest57801
Ripper003kodak: From a quick google it seems SLI needs more than one GPU...Does the settings gui offer sli at all or completely ignore it?19:51
juancarlospacofor nvidia SLI ? you need > 1 physical nvidia video card, eg 219:52
juancarlospacoand a special cable connector19:53
=== Guest57801 is now known as Mike__
kodakRipper003, yes, it needs more than one GPU, which is why i have two cards. The settings GUI ignores it. There is a command "nvidia-xsettings --sli=AFR" which should activate it, but it doesnt19:53
kodakjuancarlospaco, yes, this is a dualboot machine, and sli works fine in windows19:53
juancarlospaco2 cards must support SLI, and have the cable connected, better if they are equal19:54
juancarlospacook19:54
Ripper003kodak: Might seem a little bit of a push off but have you rebooted after running the command?19:54
kodakyes Ripper003, i started asking this question every once in a while about a month ago...19:54
Ripper003kodak: hmm, what card(s)?19:55
ikoniaexit19:55
kodakthey are GT440 cards, supported19:55
ikoniaoops19:55
pacops19:56
Ripper003kodak: tried here? http://www.geforce.com/drivers19:57
snarkkodak, this might help ....> http://askubuntu.com/questions/184269/how-can-i-get-sli-working-with-295-4019:57
tux9thDoes anyone have a idea why in the message-indicator neither pidgin nor emails through thunderbird show up?19:57
tux9thWhat could be broken and how can I research what is?19:58
zatanHey how can I set that users ("www-data" and  "foobar") can share the same files ?19:58
kodaksnark and Ripper003, thanks, looking through those19:58
bekkszatan: Add the user foobar to the group www-data19:58
Lucisbekks: i found the solution19:58
bekksLucis: And it was...? :)19:58
xanguatux9th: the new indicator message use some ondemand stuff, for with the pidgin indicator plugin is not prepared; not idea about thinderbird19:58
Lucisbekks: fuser -v /var/cache/debconf/config.dat , and killing that process solved it19:58
Ripper003No microphone audio through skype or mumble but sound recorder is fine?19:59
tux9thxangua: it usually should go blue when  a new email arrives but it does not and it doesn't show the history like in 12.04;19:59
craigbass1976Ok, so I've got (I believe) apparmor shut up as far as mysql goes, but I still can't load a csv file into a table.  Is there some other trick to getting this working?19:59
zatanbekks, user "foobar" have got group www-data but I am still sometimes getting file permissions error19:59
Lucisbekks: time to go home. i just wanted to let you know quickly, and thank you for the entire evening of effort.20:00
Fuzzlescan someone help me i want to switch to ubuntu fully but have 100gb windows partision for 1 game anyway to get that game working perfectly in linux?20:00
xangua!appdb | Fuzzles20:00
ubottuFuzzles: The 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 help20:00
bekkszatan: Then sometimes something else is messed up :)20:00
bekksLucis: you're welcome :)20:00
DJonestux9th: Looks like there is a fix about to be released for the thunderbird issue, http://askubuntu.com/questions/204290/thunderbird-new-messages-indicator-doesnt-show-with-ubuntu-12-1020:01
tux9th12.10 seems to be more a dissapointment then an improvement :s20:01
tux9thcompiz also takes up up to 600mb of ram ...20:02
EdiHello guys what's up?20:02
milehighI have a 12.04 system, one user account logs in and the launcher/panel doesn't appear, others work fine, I ran ccsm and enabled the Unity plugin for that user and rebooted but it made no difference, any other ideas?20:02
Newb101My internet cut off20:02
wilee-nileetux9th, I think we are all sorry your disappointed, but this is support. ;)20:02
Newb101Hi folks, I want to download images off a website I tried wget -r -A jpeg,jpg,bmp,gif,png http://www.domain.com but I'm just getting .html files20:02
loadidNewb101: have you tried the -O option20:02
Nine_9thunderbird development has stalled, I'd not bother about that. Mozilla will stop releasing security updates next year. I dunno if the community will support it, because a lot of extensions developers are getting away20:03
K3ndid anyone here ever run a whole ubuntu installation *only* fully on a graphic card? because i don't know if that is possible...20:03
tux9thNine_9: so thunderbird will cease to exist?20:03
loadidyou mean on the 64bit chip of a grapics card? K3n20:03
wilee-nileeK3n, YOU can run it in ram if you have enough and know how.20:04
Nine_9tux9th: nope, of course, a couple of devs will continue the development i think20:04
diskinNewb101, http://stackoverflow.com/questions/4602153/how-do-i-use-wget-to-download-all-images-into-a-single-folder20:04
Newb101loadid, what does -0 do?20:04
EdiGuys can someone help me with my ubuntu? After some time being logged in it randomly logs off the user without any warning? Do you have any idea how I might fix that? Thank you in advance :D20:04
juancarloscruzdhey20:04
tux9thwell thanks anyway20:04
tux9thcu20:04
loadidtells wget that your working with files20:05
loadidNewb101: ^20:05
juancarloscruzdmates, any help me to configure ubuntu with mod_wsgi and nginx?20:05
K3nok, and did someone of you ever managed to do that?20:05
=== Purian23|Work is now known as Purian23
wilee-nileeK3n, This is support not a polling channel.20:05
diskinEdi, perhaps you need to check in logs, seems that your X session crashes20:05
juancarloscruzdyes20:05
K3nsorry ;)20:05
kodakstill no-go, the options are like they should be(i think) in xorg.conf, but sli is still not enabled :S20:06
Edidiskin how would I be able to access the logs?20:06
loadidyou probably can't run it on the graphics card.  I would guess that is a graphics specific chip not designed to handel common processes20:06
Ripper003No microphone audio through skype or mumble but sound recorder is fine?20:06
Kartagis!sen20:06
Kartagis!xen20:06
ubottuXEN is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Information on installing it for Ubuntu can be found at https://help.ubuntu.com/community/Xen20:06
loadidRipper003: you have the apps set to use the wrong audio backend?20:06
juancarloscruzdmod_wsgi + nginx ....someone?20:06
Ripper003loadid: i don't think so, skype is set to use pulseaudio local server in audio devices20:07
diskinEdi, there is log viewer prgramm, or you can view them using less, e.g., less /var/log/syslog20:07
mweisshauptHi, my have a problem after upgrading to Ubuntu 12.10. Ubuntu detects my computer as an eee-pc which it isn't :D20:07
loadidwhat is sound recorder set to Ripper003?20:07
nerd_jonesan nfs server has absolutely no control over where the shares are mounted right?20:07
sonnyjzsure does20:07
mweisshauptHas anyone had or heared about this problem?20:08
sonnyjzwell where it's shared not how it's mounted20:08
Ripper003loadid: 'Record from input: Master'20:08
loadidmweisshaupt: detects?20:08
snarkmweisshaupt,     but every thing works?20:08
loadidtry changing skype to alsa Ripper003 and see what happens20:08
mweisshauptIt loads some eee-pc kernel modules and the proprietary NVIDIA-Drivers don't work20:09
Ripper003loadid: I only see PulseAudio as an option.20:09
Shahroozloadid still black screen :(20:09
kodakPulse is an audio server, pulse normally uses ALSA for its backend i think20:09
Edidiskin There doesn't seem to be any errors... Is there a way to just reinstall X and hopefully solve the problem20:09
nerd_jonessonnyjz, i have an old client and a new server, and with my old server everything worked fine, ever since i switched to the new server it mounts one share in two places, the only changes i made to the client fstab was the hostname, i am very lost here, haha20:10
diskinEdi, maybe reinstall video driver then20:10
Ripper003kodak: I don't see why Skype and Mumble don't want to know though, they all use the same drivers and if I go into a Skype call I can adjust the boost the mic gets but no audio.20:11
mweisshauptThis are my log-files: http://paste.ubuntu.com/1301040/20:11
Edidiskin Ok so if I have nVidia GPU should I just run some command that would do that for me or do I have to do it some other way?20:11
snarknerd_jones, do you have config files from the old server?20:11
sonnyjzwhat do you mean"mounts two places?" nerd_jones20:11
Newb101diskin, I'm still getting .html files20:12
nerd_joneswell there out there but i cant get to them, i fallowed the same guide to set it up,20:12
Shahroozloadid still black screen :(20:12
kodakRipper003, aye, but that slider is a pulse slider, right? so he suggested trying without pulse, only going with alsa(and alsamixer perhaps)20:12
Nine_9i dunno, but i suspect ubuntu rearing ringtail will ship evolution again as the default email client.20:12
diskinEdi, sorry, I can't help you with nvidia. Ask in the channel...20:12
kodakanyway, i gotta go20:12
kodakgn20:12
Edidiskin OK man thank a lot for your help :D20:12
BluesKajRipper003, install pavucontrol ,it's the pulseaudio GUI that gives several input and output options20:12
nerd_jonessonnyjz, i have 2 files that im sharing, and insted of sharing them both it shares one in both folders on the client20:12
Nine_9btw, is ringtail for the ringtail possum?20:12
bekksNine_9: Yes. :)20:12
Nine_9bekks: nice :)20:13
sonnyjzso on your server's configuration (/etc/exports) you have 2 directories defined?20:13
nerd_jonessonnyjz, yes20:13
Newb101 I'm still getting .html files20:13
=== jackson_ is now known as Noskcaj
nerd_jonessonnyjz, also in /etc/fstab on the client20:14
sonnyjzcan you pastebin your /etc/exports for the server and /etc/fstab of the client pls?20:14
snarkmweisshaupt,  its just your keyboard that is see as eee-pc    not the whole thing20:14
sonnyjzjust pm me nerd_jones20:14
Ripper003BluesKaj: Nope, nothing when I play around in there, it's picking up microphone fine20:14
BluesKajRipper003, is phonon stiull installed on ubuntu by default ?20:15
[HUN]Btvilaghi everyone. I have a huge problem...I have three harddrive and out of that 3 2 of them has no partition table due to deletion (didnt think through) and well now I have 3 drives with full shit and 2 with no partition table. and one more tiny thing. I used 1 LVM partition throughout the three and also i have know idea about the order it was plugged in ( 2 sata + 1 IDE) .-.. I read a lot of20:16
[HUN]Btvilagtutorial but for this one i would need someone LIVE20:16
FloodBot1[HUN]Btvilag: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.20:16
Ripper003BluesKaj: apparently not, do I need it?20:16
mweisshauptsnark: ok, that is interesting. a few lines later it loads the Logitech G15 keys...20:16
TechmanHmm... a flood bot.20:17
[HUN]Btvilaghi everyone. I have a huge problem...I have three harddrive and out of that 3 2 of them has no partition table due to deletion (didnt think through) and well now I have 3 drives with full shit and 2 with no partition table. and one more tiny thing.20:17
TechmanSmart20:17
[HUN]Btvilag I used 1 LVM partition throughout the three and also i have know idea about the order it was plugged in ( 2 sata + 1 IDE) .-.. I read a lot of tutorial but for this one i would need someone LIVE20:17
Jordan_U[HUN]Btvilag: I barely had time to even finish reading your first comment, let alone respond. Please don't be so quick to repeat yourself.20:17
razvanHy from Romania20:17
[HUN]Btvilagoh i thought it didnt show20:18
[HUN]Btvilagbecause it said flood20:18
loadidwhy don't you use partition manager [HUN]Btvilag20:18
[HUN]Btvilagi have a ubuntu server edition20:18
[HUN]Btvilagand well....20:18
[HUN]Btvilagnever tried but the problem is that i dont know the start block and end etc20:19
loadidtoo complicated [HUN]Btvilag.. use the gui20:19
aslantry cfkdisk20:19
[HUN]Btvilagwhats does cfdisk do?20:20
aslancfdisk20:20
[HUN]Btvilagcfkdisk20:20
aslanits a partion tool20:20
[HUN]Btvilagcfdisk20:20
[HUN]Btvilag?20:20
[HUN]Btvilaginside ubuntu?20:20
Jordan_U[HUN]Btvilag: Do I understand correctly that at this point you just have three drives to setup to be useful, but none of them currently contain any valuable data? (You wouldn't lose anything if they were all zeroed, there's no data you currently want to keep)20:20
aslanno need to know start and end cylinders20:20
[HUN]Btvilagoh no20:20
[HUN]Btvilagthe data is there20:20
[HUN]Btvilagin fact its full20:20
Jordan_U[HUN]Btvilag: It's a tool for partitioning, but I would recommend parted over [c]fdisk.20:21
[HUN]Btvilagbut i downloaded to a seagate 2 tb and the drive died in 2 weeks even though it was new20:21
=== ||arifaX_ is now known as Guest26171
[HUN]Btvilagfuc... anyway so i need to recover the old drives20:21
Jordan_U[HUN]Btvilag: Please watch your language.20:21
[HUN]Btvilagsure20:22
Jordan_U[HUN]Btvilag: Can you please pastebin the output of "sudo parted -l"?20:22
willdabeastcan anyone help me with deleting the other kernels on my desktop and repartitioning to only have 1 os?20:22
snark[HUN]Btvilag     do you have an external usb drive to backup onto?20:22
wilee-nileewilldabeast, Make sure the one OS saved has grub control if you have other OS's with grub20:22
[HUN]Btvilagwell right now yeah sure but wonont help unless i recover the partition table deleted20:23
[HUN]Btvilagwell i have boot up the system20:23
[HUN]Btvilagits not booted but untill then any other suggestion20:23
willdabeastwilee-nilee ok how do I check? I am really just doing this to increase the partition size of the one OS i actually use20:23
[HUN]Btvilagjust a couple that i can try20:23
snark[HUN]Btvilag    did you see Jordan_U  request?20:24
MAL__Sounds like [HUN]Btvilag deleted or formatted the partitions. He wants to recover the now erased data. Any tools for data recovery on linux?20:24
=== florin is now known as Guest74774
[HUN]Btvilagnono20:24
[HUN]Btvilagonly partition table20:24
wilee-nileewilldabeast, In the one you want saved run sudo grub-install /dev/sdX   X is the HD.  What ever OS is at the top of the grub list if not modified has the control.20:24
Jordan_U[HUN]Btvilag: How did you delete the partition table?20:24
[HUN]Btvilagsnark i saw but it takes time to set up beause its in peaces20:25
loadidwilee-nilee: you don't need to repartition to remove kernels20:25
[HUN]Btvilagup with fdisk20:25
[HUN]Btvilag-up20:25
Jordan_U[HUN]Btvilag: Testdisk should be able to fix that easily then. http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step20:25
willdabeastwilee-nilee yea the one at the top is the one I am saving so it should have the grub20:25
loadidjust open package manager and search for linux-kernel and remove all but the newest willdabeast20:25
wilee-nileewilldabeast, Yep,20:25
willdabeastloadid and wilee-nilee, are there simple commands I could use? I'd much rather use terminal just for practice20:26
[HUN]BtvilagJordan_U well is this okay for lvm?20:27
snarkJordan_U,   does that work with LVM partitions  (I think he has does)20:27
wilee-nileewilldabeast, I use ubuntu tweak personally to remove kernels, i could do it from the terminal or synaptic,  but I'm lazy.20:27
willdabeastwilee-nilee, gotcha, I'll use that I suppose20:28
LiquidDemocracyCan I do a system upgrade to 12.10 if I have the ISO file but not Internet connection?20:28
willdabeastwilee-nilee and loadid thanks :)20:28
Jordan_U[HUN]Btvilag: I don't know if it recovers LVM or not, it can't hurt to see what testdisk detects (it will tell you before aking you to actually commit the changes to the partition table).20:28
[HUN]Btvilagoh20:29
[HUN]Btvilagokay thank you.20:29
[HUN]Btvilagi will stick to that then ...20:29
[HUN]Btvilagand will check it later20:29
loadidwilldabeast: apt-get remove linux-image and tab complete to remove the unwanted kernels20:30
[HUN]Btvilagthank you all20:30
willdabeastloadid thanks cool20:31
wastrelmy window decorations have just all disappeared20:34
wastrelfun20:34
wastrelso where are the crash reports that unity keeps carping at me about20:35
wilee-nileeLiquidDemocracy, upgrade no install yes.20:35
ActionParsnipwastrel: try pressing ALT+F2 and run:  unity --replace20:35
wastrelit would be useful if i could find out what crashed when it yells at me that something crashed20:35
ActionParsnipwastrel: if that's no good, try:  unity --reset20:35
komradefoxis the simiplest way to reinstall ubuntu to use a live cd, delete current ubuntu partitions, then create new partitions and instlall?20:35
snarkwastrel, it must be logging it somewhere try look in /var/log/20:36
LiquidDemocracywilnee-nilee thx20:36
wilee-nileekomradefox, probably, people will argue on their definition of simple though.20:36
ActionParsnipkomradefox: I'd say so, be sure you backup what you need first20:36
wastrelsnark: seems to be /var/crash actually20:36
wastrelbut thx20:36
komradefoxActionParsnip: need nothing but my win7 partitions20:37
komradefoxi have a dual boot setup, if that makes a difference20:37
ActionParsnipkomradefox: then go nuts buddy:)20:37
wilee-nileeLiquidDemocracy, No problem, would you like a link to booting the ISO with grub.20:37
komradefoxword, thanks.20:37
ActionParsnipkomradefox: its fine, the dual boot will be handled20:37
snarkkomradefox, the Ubuntu installer will walk you through it20:38
ElixirVitaeHi #ubuntu!20:38
komradefoxi figured it would, thanks a bunch20:38
ElixirVitaeI brought questions~20:38
* primalcurve headdesks20:39
ElixirVitaeIs there a way to sort packages according to their install time?20:39
wilee-nileeLiquidDemocracy, here is a ISO Boot with grub if needed. http://ubuntuforums.org/showthread.php?t=154984720:39
grolsomeone here from düsseldorf20:39
LiquidDemocracywilee-nilee, no. I can not do an install. I need to upgrade. That means I have to think of a different way then. I downloaded the ISO at work today because my Internet connection at home is too slow to upgrade.20:39
LiquidDemocracygrol, #ubuntu-de20:40
ActionParsnipElixirVitae: you can read through /var/log/dpkg.log20:40
wilee-nileeLiquidDemocracy, Ah, well make sure you are backed up before upgrading, some fail.20:40
XMLnewbiI have an VPS, that got set up by a friend. I am trying to install a java app on in. I have FTP accress to it. But I can not for the life of me find the files of my website on the server? Can not find the directory ware I am uploading too....20:40
XMLnewbiive read http://www.comptechdoc.org/os/linux/usersguide/linux_ugfilestruct.html and not much help20:40
ElixirVitaeI want to purge annihilate and destroy programs and dependencies I just installed, and wondering if there exist a quick way.20:40
wastrelElixirVitae: you could get an idea looking at the timestamps on things in /var/cache/apt/archives/20:40
ElixirVitaeI sure can, lemme do so.20:40
loadidElixirVitae: apt-get remove --purge20:40
grolLiquidDemocracy: Thanx, bye20:40
loadidElixirVitae: also depends on how they were installed in the first place20:40
XMLnewbitrying to find the directory the FTP server files are saved on in Ubuntu server20:41
ElixirVitaeMostly through apt, loadid, some with software center.20:42
ActionParsnipElixirVitae:  grep installed /var/log/dpkg.log | less20:42
ElixirVitaedpkg seems to have it all, ActionParsnip, I am skimming it now20:42
snarkXMLnewbi,   have a look in /var/www/ftp   perhaps?20:42
ActionParsnipXMLnewbi: in the root of the FTP root or lower20:42
ElixirVitaeall ~8k of it20:42
loadidwhy are so many things half installed ActionParsnip?20:43
ActionParsniploadid: they get installed, then configured20:43
loadidahh20:44
XMLnewbicd root      permission denied,           sudo cd root      command not found20:44
ActionParsnipXMLnewbi: where did you set the FTP root to start at?20:44
Elesnemphi20:44
XMLnewbiI didnt set this  up,   I had a friend do it, and he uploaded my whole website to make it live20:44
snarkActionParsnip,  I think he said hedidnt set it up20:44
ElesnempI'm missing my toolbar on windows (minimize/close buttons)  I'm using lxde + openbox anyone have a clue?20:45
XMLnewbiI should have root access to this server20:45
XMLnewbiwhat is the command to CD root?20:45
ActionParsnipXMLnewbi: upload another file you know the name of, then run:  sudo updatedb; locate filename      change filename to the one you uploaded20:45
sirlarkHi, I was trying to add a virtualhost to my apache2 on a 12.04 server, which was running only a single plone site via wsgi. Now I can't get to any sites20:45
ActionParsnipXMLnewbi: its nothing to do with the root account20:45
XMLnewbiahh, that worked! think i found it20:46
wastrelis there a way to tile windows in unity20:47
wastreli have some windows outside my screen and want them back20:47
loadidwastrel: sometimes you can hold down the alt key and drag them back onto the primary screen20:47
juancarlospacowastrel: Unity wont do window managment, its compiz or metacity or any other20:47
ActionParsnipwastrel: hold ALT and you can drag them from ANY point on the app window20:47
wastrelthere's no part of them visible20:47
loadidjust guess wastrel20:48
loadidhold down the alt key and click anywhere in the window to drag it around wastrel, just guess where it is20:48
wastrelthe pointer won't leave the screen they've bene moved outside of the screen20:48
wastreli can't click on them20:48
wastrelnvm20:48
snarkXMLnewbi, what worked?20:48
loadidohh, maybe to a different desktop wastrel?20:48
XMLnewbiI found my index.htm         var/www20:49
loadidhold down ctrl+alt and arrow right or left wastrel20:49
primalcurveOkay, so I've bypassed the grub.cfg file by using the grub command line.20:49
wastrelnot on a different desktop20:49
netdurhi all, a dialog show up every few minutes asking me for my gmail password http://imgur.com/q5T1S,frM7j20:49
netdurhow do I disable it?20:49
snarkXMLnewbi, thats not FTP though20:49
primalcurveI point grub at the kernel and tell it to boot, and it hangs.20:49
Jordan_Uwastrel: What window manager are you using and how did the windows get off the screen?20:49
wastrelit's unity and it seems clusterssh isn't playing nice with unity20:49
wastrelclusterssh moved them off the screen20:50
XMLnewbiits got my java app, im going to try to install it from here20:50
wastreli'm just going to use tmux20:50
wilee-nileeprimalcurve, This happen with all kernel choices?20:50
primalcurveI get "Error: no suitable mode found." "Booting however" then nothing.20:50
loadidnetdur: is that your email program trying to auto download mail without a password saved?20:50
_cronus_sirlark, maybe you have better chances finding an anser in #httpd channel20:50
ActionParsnipprimalcurve: if you run:  sudo update-grub     does it help?20:50
=== rozmuq_ is now known as rozmuq
primalcurveI should give some background.20:50
wilee-nileecough modified grub20:51
snarkprimalcurve, EFI boot on Macs requires a 64-bit kernel20:51
wastreli suppose i should file a bug20:51
primalcurveThis is a Mac Pro 1,1 with a 32 bit EFI. I have compiled GRUB2 1.99 and boot from there.20:51
netdurloadid: I do not use email client20:51
ActionParsnipprimalcurve: did you try the boot option: nomodeset20:51
ElixirVitaeWhat's the difference between multiverse and universe, they should be essentially same regarding the content of the programs, no?20:51
primalcurveI did try nomodeset, yes.20:51
primalcurveI am using a 32 bit kernel.20:51
primalcurveER20:51
primalcurveBack that UP!20:51
ActionParsnipprimalcurve: what video chip do you use?20:51
primalcurve64 bit kernel20:51
FloodBot1primalcurve: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.20:51
loadidwhat program is that asking for your password?20:51
loadidnetdur: ^20:51
snarkprimalcurve, have a look here   first answer might help ----->       http://askubuntu.com/questions/134342/which-iso-image-do-i-need-to-install-ubuntu-12-04-on-a-macbook-pro-so-that-it-bo20:52
netdurloadid: it doesn't say which program request it20:52
primalcurveI have read that article before. I am using an alternative image.20:52
=== timrc is now known as timrc-afk
primalcurveThe Live CD boots just fine. The installer runs. This is getting the EFI to boot the installed OS.20:52
loadidwhat if you alt tab while it's on the screen, does that show the parent program netdur?20:52
Jordan_Uprimalcurve: Why did you compile grub manually?20:53
primalcurveI had to. I had to have a 32bit version of grub-efi.20:53
loadidmaybe you don't use an email program, but it is configured and set to auto download anyway netdur?20:53
primalcurveThis Mac Pro is weird. It has a 32 bit EFI.20:53
primalcurveDespite having a 64 bit processor.20:53
netdurloadid: the dialog is modal, you cannot alt-tab it, it stick on top with focus20:53
Jordan_U!info grub-efi-ia32 | primalcurve20:53
ubottuprimalcurve: grub-efi-ia32 (source: grub2): GRand Unified Bootloader, version 2 (EFI-IA32 version). In component main, is extra. Version 2.00-4ubuntu1 (quantal), package size 42 kB, installed size 182 kB (Only available for any-i386; any-amd64; any-powerpc; any-ppc64; any-sparc; any-mipsel; any-ia64)20:53
compdocnever new there was a 32bit and 64bit efi20:54
hartikainenIs there any good and easy to use GUI for bochs20:54
snarkprimalcurve, have you read this?  https://help.ubuntu.com/community/UEFI20:54
compdocknew20:54
ActionParsnipprimalcurve: macs are weird, and best avoided imho20:54
loadidwhat programs do you have open netdur?20:54
primalcurvesnark: I have indeed.20:54
netdurloadid: chrome, firefox, nautilus and empathy20:54
snarkprimalcurve,   qoute   "Use a 64bit disk of Ubuntu (32bit installer does not detect EFI)"20:54
primalcurveActionParsnip: I agree. This is partly a matter of pride. I can get Linux to run on a lot of stuff. It annoys me that this solution eludes me.20:55
Jordan_Uprimalcurve: I would recommend using grub 2.00 and Ubuntu 12.10 (which already comes with grub 2.00).20:55
primalcurveJordan_U: Is there an Ubuntu 12.10 image for Macs? The standard desktop image does not boot on this Mac.20:55
loadidclose one at a time until the pop-up goes away and then adjust the settings in the offending app netdur20:56
netdurloadid: thanks for help20:56
wildc4rdwhy is there an amazon link on my dashboard, did ubuntu finally sell out?20:58
Jordan_Uprimalcurve: What image did you use that did boot on this machine?20:58
wastrelwildc4rd: because ubuntu finally sold out, and yes20:58
primalcurve11.04. Let me see if I can hunt down the link.20:58
=== Purian23 is now known as Purian23|Afk
primalcurvehttps://help.ubuntu.com/community/MacPro "The regular 64-bit Ubuntu CDs have trouble booting on older Intel Macs, such as https://help.ubuntu.com/community/MacPro1,1, due to EFI incompatibilities. You must download a special +mac CD of Ubuntu to work-around this problem. For 11.04, you can get it here:"20:59
ActionParsnipwildc4rd: you can remove it if you want20:59
ActionParsnipprimalcurve: Natty is EOL in a matter of days20:59
wildc4rdI have, though that misses the point a little.21:00
snarkprimalcurve,   ah that makes sence now!21:00
Jordan_Uprimalcurve: So you used the +mac CD? You can find an Ubuntu 12.10 +mac iso here: http://ubuntu.cs.utah.edu/releases/quantal/21:01
ActionParsnipwildc4rd: you are forgetting Ubuntu is made by a company, companies like money21:01
primalcurveActionParsnip: I am just attempting this for fun. Don't mistake my interest in a long-term solution. This Mac Pro is basically used as a multi-boot OS X machine. It has 10.5, 10.6, & 10.7 as well as a Windows 7 partition. It would be awesome sauce if I could get linux going to.21:01
ActionParsnipprimalcurve: you may find the later drivers and kernel make the system work nicer21:02
saviowhat ubuntu sold out?21:02
Jordan_Uprimalcurve: The reason I asked is that you're talking about booting via EFI, where that image (unintuitively) is actually the same as the normal image, but with the EFI bootloader *removed* (because Apple's firmware is terrible and chokes with multi-catalog CDs).21:02
dem0nhello everyone, i just purchased a usb card reader so that i could access/write to my sdcard in linux, which i am using ubuntu as my guest os with vmware player, but before i write to the sdcard i just wanted to make sure that i am writting to the correct /dev location so i am hoping someone can confirm that this /dev/ location is my sdcard which is 16gigs21:02
primalcurveAh, this is excellent. I was wondering if I could get it to work with 12.10.21:02
ActionParsnipsavio: wildc4rd is referencing the amazon thing in Ubuntu21:02
wilee-nileenobody even thinks of all the money dumped into ubuntu, I doubt they have hit any profit margin yet.21:03
primalcurveI'll have to try this other image.21:03
dem0nDisk /dev/sdb: 15.9 GB, 15931539456 bytes21:03
dem0n256 heads, 63 sectors/track, 1929 cylinders21:03
dem0n  Device Boot      Start         End      Blocks   Id  System21:03
dem0n/dev/sdb1   *           1        1930    15557120    c  W95 FAT32 (LBA)21:03
bretoliusFor anyone running 12.10, and has two optical drives, can you check the Disk Utility GUI and tell me if there are two discrete entries, one for each drive or is it combining them into one entry?  I have two drives, both seemingly work, but there is only one entry in the list for some reason.21:03
dem0nsorry for the paste...21:03
primalcurveAt this point, I'm avoiding the EFI boot by using a rEFInd CD.21:03
wilee-nilee!pastebin > dem0n21:03
ubottudem0n, please see my private message21:03
ActionParsnipbretolius: run:  sudo lshw -C disk ; sudo lshw -C drive      to see the device names21:03
Nine_9Now that everything at mozilla is going downhill they come up with that firefox OS. These guys really knows how to get bankrupted. Dumb and Dumber couldn't do better.21:04
primalcurveI think I'm going to have to try the new CD/installer and see if it works.21:04
primalcurveBut that will be for another day.21:04
primalcurveGot to go fellas. Thanks for the assistance.21:04
wilee-nileeNine_9, And we all thank you for your BIASED personal opinion. ;)21:04
Jordan_Uprimalcurve: Both grub and most other parts of the stack have improved EFI support greatly recently, so using the latest release is definitely a good idea.21:04
dem0ni am trying to write an image file to my sdcard in linux with dd, would i use /dev/sdb or /dev/sdb1 ?21:05
dem0ni am leaning towards /dev/sdb1 but i want to be sure21:05
ActionParsnipNine_9: how is that ubuntu support related?21:05
ishaandoes anybody know how to configure hybrid graphics AMD on ubuntu 12.10? P.S i am a newbie to linux21:05
Redi_Hey, how sure can I be that if "format" is not ticked in the install of 12.10 the partion will not be formated? :D I want to use the same /home [on separate HDD] like last time without reformatting the drive.21:05
MarcWeberDoes anybody mind having a look at what permissions your ~/.config directory has?21:05
saviodem0n, /dev/sdb1 is right21:05
Jordan_Udem0n: It depends on what the image is and what your end goal is. What type of image is it and what is your end goal?21:05
Nine_9wilee-nilee: even blind people can see that isn't going far. I just hope the CEO is volunteer because their work doesn't worth a single cent.21:06
dem0nsavio: thank you21:06
Jordan_Usavio: dem0n: No, most likely sdb1 is wrong (if you're trying to create a bootable liveUSB).21:06
dem0nhere is a full print out of fdisk -l21:06
dem0nhttp://paste.ubuntu.com/1301182/21:06
ActionParsnipMarcWeber: http://paste.ubuntu.com/1301188/21:06
dem0njordan_U: i am just trying to write a ubuntu imagre file to my sdcard with dd21:06
Jordan_Udem0n: Also remember that either command will *destroy all data*, so be very careful.21:07
dem0nyes i know thank you21:07
snarkMarcWeber,    should be a normal user rights21:07
dem0nbut i appreciate the warning21:07
MarcWeberActionParsnip I asked because libre office does not create it (Yet) - thus I wondered wether some care should be taken about permissions 700 look fine to me.21:07
Jordan_Udem0n: savio: To make a bootable liveUSB from an Ubuntu iso you definitely want to write it to the entire drive (sdb), *not* a partition (sdb1).21:07
HardFuhi there21:08
ActionParsnipMarcWeber: thats mine on a clean install of Quantal. I haven't tweaked any permissions in $HOME21:08
HardFuI have an ubuntu box that acts as a router in front of several boxes21:08
MarcWeberActionParsnip: I guessed that.21:08
yeehiHello! i want to download and install the certificate for Wine - what command do I use?21:08
HardFubut I can't access boxes behind the router21:08
HardFuI've set up IP forwarding21:08
HardFualso un-blocked port with ufw21:08
MarcWeberActionParsnip, snark Is it the task of the distribution to create that directory?21:09
=== Dreadtower is now known as Breadflour
wilee-nilee!enter > HardFu21:09
ubottuHardFu, please see my private message21:09
snarkMarcWeber,   yes21:09
MarcWebersnark: Does ubuntu do it by /etc/skel?21:09
hartikainenexit21:09
xanguayeehi: the certificate for wine¿ you mean... ¿21:09
wilee-nileeHardFu, Hard to folow you with multiple posts, spit it out in one group. ;)21:09
komradefoxcan i change what drive my grub2 is from a live cd?21:09
yeehiyes, xangua21:10
HardFuok21:10
xangua...21:10
ActionParsnipMarcWeber: I believe the apps make thier own config folders21:10
goddard1how can i make it so when i add a picture as a background it stays in the panel?21:10
dem0njordan_U: i have a mini pc -> mk802, and i am trying to setup linux with my mk802 which comes with the android 4.0 operating system, so they have certain linux images that they have created for the mk802 specifically, so i am trying to write that lubuntu image directly to my sdcard so when i boot my mk802 it will load linux instead of android 4.021:10
snarkMarcWeber,   when you install apps  they put there config files there for you to customise as you see fit21:10
MarcWeberActionParsnip: They create folderrs inside ~/.config - but I wonder whether they should create it ..21:10
Dougie187Does anyone know if 12.10 is going to see compiz 0.9.9?21:10
MarcWebersnark: I'm contributing to nixos linux - so I wonder whether I should ask for making libreoffice create that directory, or make nixos create that directory.21:11
billybigriggeri just installed 12.10 and upon boot i get an error21:11
billybigriggerbut boots fine...21:11
billybigriggersomething about sparse not allowed or something21:11
saviobillybigrigger, what error?21:11
said__problem with language ?21:12
ActionParsnipMarcWeber: do you mean create the ~/.config folder itself?21:12
MarcWeberActionParsnip: Exactly: Should it be my, the one of libre office, or the one of my distribution to create it.21:12
snarkMarcWeber,   as I understand  its part of the user profile so the OS create it21:12
ActionParsnipMarcWeber: 700 makes sense, full access only to the owner21:12
ActionParsnipMarcWeber: libreoffice will make its own config folder when it is first ran, its not made by ubuntu itself21:13
MarcWeberActionParsnip: On nixos we compile libre office from source. When statring libre offiec and ~/.config does not exist I get an "internal error" and libre office quits.21:13
ActionParsnipMarcWeber: if you make the ~/.config  folder, does it run ok?21:14
MarcWeberActionParsnip: If its the task of the OS - I wonder when the OS should create ~/.config - because my ubuntu server installation does not create it on useradd -m foo.21:14
MarcWeberActionParsnip: Yes. That fixes it.21:14
dennis_hi, can anyone help me please? I need to combine two HDDs into a single partition which is to be used in a RAID 1 setting with a partition on a third drive..21:14
theadminMarcWeber: Well you can place an empty .config in /etc/skel...21:15
ActionParsnipMarcWeber: sounds like there needs to be a check to see if the folder exists before running the app and make the folder if it doesn't21:15
theadminOr that.21:16
MarcWeberActionParsnip: Thta's the point: Is it my task as "packager of libre office" to write a shell script which does the job, or should I (as sysadmin) craete that directory by adding it to /etc/skel? Or should I file a bug report (which I did).21:16
MarcWeberMaybe the Java library which tries to access it should be made create a message box (4th option)21:16
pangurI have deleted /usr/bin  :(((((21:18
saviowell done pangur21:19
genio_ubuntu 12.4 is the best :D21:19
pangurIs there any way back for me after that savio?21:19
bekkspangur: Only with your backup.21:19
theadminpangur: No, since /usr/bin contains dpkg, apt-get and anything that *could* pull that stuff back21:19
ActionParsnipMarcWeber: /etc/skel is a nice work around, will help other apps that use the folder too21:19
saviosome forensic21:19
theadminpangur: I suggest a reinstall (or if you have a backup...)21:19
snarkMarcWeber, I thing it is specific to gnome so if you dont use gnome no user will get it created21:20
pangurI have a dual-booted windows directory version - which I installed some time ago.21:20
wilee-nileepangur, You have a habit of running in root?21:21
pangurI normally use ubuntu but I have windows7 as well.  The ubuntu is supposed to be like a sub-directory of the windows installation.21:21
wilee-nileepangur, A wubi install?21:21
pangurwilee-nilee: I was trying to delete a thing called webservice-office-zoho21:22
pangurIt is a wubi, wilee-nilee .21:22
ActionParsnippangur: if you mount the system partition, you can copy the folder from the live CD to the installed OS. The folder is quite integral to the OS so you ideally should reinstall21:22
wilee-nileepangur, Ah, well dualboot it now and clone it, would be my approach.21:22
pangurWould I be able to save my current data that way, wilee-nilee/ ActionParsnip ?21:23
AceKingCan someone tell me how I can have Teamviewer auto start when I start my PC? I'm running Ubuntu 12.0421:23
theadminAceKing: You can't really do that. You can do the following: 1) Configure automatic log in. 2) Configure TeamViewer to start on log in.21:23
pangurI am not sure that I know how to mount the system.21:24
wilee-nileepangur, Depends on what your definition of current data is, setup not worth it and no media.....etc yes.21:24
theadminAceKing: For the first step, see "Login Window" in the settings panel, for the second, "Startup Applications".21:24
ActionParsnippangur: you should have a backup if your data is mportant21:24
pangurI know that I should but some is recent and not backed up :(21:24
AceKingtheadmin: OK, Thanks21:25
theadminpangur: Um, all your "data" is in your home directory which you can back up from a livecd...21:25
[HUN]BtvilagHi everyone. I have a deleted partition table problem with lvm disks. http://paste.ubuntu.com/1301240/21:25
theadminpangur: apps are not data in any way21:25
pangurIf I reinstall, will I not lose my data?21:25
theadminpangur: Depends on how you partition. First back up (from a livecd), then reinstall.21:25
ActionParsnippangur: without a backup, yes21:25
ActionParsnippangur: copy the data off that you want first. Why do you not have a backup?21:26
dennis_hi, can anyone help me please? I need to combine two HDDs into a single partition which is to be used in a RAID 1 setting with a partition on a third drive..21:27
pangurStupidity on my part is the only possible answer to that ActionParsnip .21:27
pangurI have external harddrives21:27
[HUN]BtvilagI have a huge problem...I have three harddrive and out of that 3 2 of them has no partition table due to deletion (didnt think through) and well now I have 3 drives with full shit and 2 with no partition table. and one more tiny thing.21:27
[HUN]BtvilagI used 1 LVM partition throughout the three and also i have know idea about the order it was plugged in ( 2 sata + 1 IDE) .-.. I read a lot of tutorial but for this one i would need someone LIVE21:27
pangurI can transfer the stuff across to them if cp still works21:27
theadminpangur: You use a livecd to copy. Don't touch your broken system from insides.21:29
pangurI downloaded wubi version theadmin21:29
pangurThat was what I used to do the original installation.21:30
ActionParsnippangur: you can mount the wubi disk file from liveCD but its not easy21:30
theadminActionParsnip: Is pretty easy actually21:30
pangurI have connected my pocket harddrive to my usb port just now.21:31
pangurHow do I copy my Documents to the pocket drive, please?21:31
theadminpangur: First, mount your Windows drive. Then, find the root.disk and mount that. Then, copy.21:32
ActionParsniptheadmin: its not as easy as mounting real partitions from within nautilus21:32
[HUN]Btvilagso can anyone help please?21:32
bretoliusActionParsnip: so I checked out "sudo lshw -C disk"21:32
bretoliusboth DVD drives show up21:32
pangurI need to copy my data my usb harddrive.21:33
bretoliusbut only one shows up in the disk utility21:33
bretoliusis that a problem?21:33
ActionParsnippangur: can you see why backups are good now?21:33
pangurWhere does usb harddrive live21:33
pangurActionParsnip: I should have learned from experience by now.  I am really stupid.21:33
* pangur is kicking himself21:34
loadidpangur: /dev/sdd perhaps?21:34
ActionParsnippangur: once you mount the NTFS partition using nautilus, you can then run:   mkdir /media/wubi; mount -o loop /media/mountpoint/ubuntu/disks/root.disk /media/wubi21:34
loadidmount /dev/sdd /mnt && ls /mnt21:34
dr_willisthen end of 'dmesg' should mention its /dev/sdd# info pangur21:34
grandmast3rhi all21:34
ActionParsnippangur: the mountpoint part of the command will be the actual mount point used when nautilus mounted the NTFS partition21:34
pangur[21839.464729] sd 6:0:0:0: [sdd] Attached SCSI disk - does that sound like it, dr_willis ?21:35
ActionParsnippangur: basically loop mount the root.disk file21:35
dr_willispangur:  'sudo fdisk -l /dev/sdd' would verify that its /dev/sdd or /dev/sdd1 (most likely) look for ntfs in the filestem field.21:38
pangurhttp://paste.ubuntu.com/1301269/ is the output from dmesg21:38
diogo_79hi guys21:38
=== Breadflour is now known as Dreadtower
diogo_79why is so dificult to install a modem 56k21:39
ActionParsnippangur: boot to liveCD, mount NTFS, loop mount root.disk file in mountpoint/ubuntu/disks     done21:39
diogo_79?21:39
ActionParsnipdiogo_79: depends on the modem chip21:40
dr_willis[21839.458807]  sdd: sdd1 looks like its /dev/sdd1 to me  pangur  :)21:40
diogo_79is an agere21:40
ActionParsnip!dialup | diogo_7921:40
ubottudiogo_79: You want to connect via dial-up? Read https://help.ubuntu.com/community/DialupModemHowto - Also try disabling/removing KNetworkManager if KDE applications cannot connect using dial-up21:40
diogo_79justo whant to use the modem for fax21:40
diogo_79using hylafax21:41
pangurcalum@ubuntu:/$ sudo fdisk -l /dev/sdd1 gives me bash: /usr/bin/sudo: No such file or directory21:41
ActionParsnippangur: you need to do it from live CD21:41
panguroh21:41
diogo_79the modem is detected as  Agere LT WinModem 56k Data+Fax+Voice+Dsvd21:41
diogo_79in port ttyLT021:41
ActionParsnip!fax21:42
dr_willispangur:  'sudo fdisk -l /dev/sdd'21:42
dr_willispangur:  sdd is the whole disk. sdd1 is the first partion ON the disk21:42
diogo_79cannot use this port it sys is invalid21:42
ActionParsnipdr_willis: she's still in the install OS so sudo doesn't exist21:42
diogo_79says21:42
komradefoxoh man, there's a program that helps edit grub2 and i can't remember what it is21:42
pangursame error message dr_willis21:42
dr_willisdmesg says its sdd1 anyway. ;)21:42
dr_willispangur:  so mount /dev/sdd1 and see whats on it. ;)21:43
diogo_79i thinks a need to load the driver into the kernel21:43
diogo_79think21:43
andrijagj fixing internal mic problem on netbooks in new ubuntu21:43
loadidtry loading the module first diogo_7921:43
diogo_79with modprobe?21:43
loadidyeah21:44
pangurmount: according to mtab, /dev/sdd1 is already mounted on /media/POCKET mount failed21:44
dr_willispangur:  so look in /media/POCKET  :)21:44
loadidpangur: ls /media/POCKET21:44
pangurThat is the external harddrive right enough21:44
cruejone_any chance someone can point me to a straightforward doc on installing/configuring openstack folsom on 12.10?21:44
=== timrc-afk is now known as timrc
diogo_79the two modules do not exist21:45
riqdiizObama  and  contnder online21:45
pangurdr_willis: and loadid  - that gave me a list of the files on POCKET :)21:45
diogo_79the modules are agrmodem and agrserial21:45
riqdiiznow21:45
loadidwhere does not exist diogo_7921:45
loadidpangur: "nautilus /media/POCKET &"21:45
loadidtype that21:46
diogo_79the message is not found21:46
loadidwhat drivers are you tryping to load diogo_79?21:46
riqdiizdr how are you bud?21:46
diogo_79i am trying to follow this tutorial https://help.ubuntu.com/community/DialupModemHowto/Lucent/Agere21:46
pangur[1] 11599 calum@ubuntu:/media/POCKET$ ... bash: /usr/bin/python: No such file or directory21:46
ActionParsnippangur: are you doing this from the liveCD / USB OS and not the installed OS?21:47
diogo_79but my kernel is21:47
diogo_793.2.0-29-generic-pae21:47
pangurFrom the installed OS21:47
pangurI have a Knoppix DVD - would I be able to use that?21:48
pangurKnoppix 721:48
diogo_79when i execute sudo make gives me this error make[2]: *** No rule to make target `arch/x86/tools/relocs.c', needed by `arch/x86/tools/relocs'.  Stop.21:48
ActionParsnippangur: if you run:  cd /host     do you see your windows files?21:48
diogo_79anyone knows what this mean21:48
ActionParsnippangur: run:  ls   after the cd command.21:48
loadiddiogo_79: did your compile complete successfully?21:48
pangurIf I do cd /host and then ls I see my Windows files21:49
=== __thomas7 is now known as _dieter8
kevinlu310why I don't have sound on my computer now? I'm running ubuntu 12.04 latest update now. It's a ASUS N56VZ laptop. The sound worked just a few hours ago. Any clues? Thanks a lot.21:49
ActionParsnippangur: ok then run:  cd ./ubuntu/disks; ls21:49
ActionParsnippangur: do you see your21:50
ActionParsnippangur: do you see root.disk ?21:50
loadidhave you looked at the audio prefs kevinlu310?21:50
theadminpangur: You're not on a livecd are you?21:50
diogo_79the problem is that this driver has make to run in 2.6 kernel and not 3.2 kernels21:50
ActionParsniptheadmin: the installed OS :(21:50
pangurboot  OLDroot.disk  root.disk  swap.disk21:50
diogo_79dont know what to do next21:51
pangurNo theadmin.21:51
diogo_79i realy need thsi driver to get the modem to work21:51
theadminActionParsnip: That's his problem... Should boot off a livecd, recovering something without a /usr/bin would be close to impossible -- tar is there, gzip is there...21:51
pangurI can see root.disk ActionParsnip21:51
ActionParsnippangur: ok then you will need to get a sudo binary from somewhere, then you can mount the root.disk file and access your data21:51
loadidif you can't compile them correctly you can't enable them, you need to get your build environment set up first diogo_7921:51
kevinlu310loadid: where to look at that? The sound icon on the up right corner? I checked that.21:51
ActionParsnippangur: using liveCD will probably be needed so that you can use sudo etc21:51
loadidkevinlu310: system prefs21:52
diogo_79what i need to compile21:52
ActionParsnippangur: like I said ages ago21:52
pangurOK21:52
diogo_79how can accomplish that?21:52
ActionParsniptheadmin: mount is in /bin ;) but the liveCD will make life a tonne easier21:52
loadidhave you tried to compile diogo_79?21:52
bretoliusOnce I install off my USB drive, I can't boot off of the USB drive, what gives?21:52
diogo_79i have linux-headers in usr/src21:52
* pangur will need to hunt for a live CD. All he can see at the moment is a Knoppix7 cd21:52
diogo_79no21:52
theadminActionParsnip: True.21:52
diogo_79i have not try to compile21:52
diogo_79how can i do that?21:53
theadminActionParsnip: Then again, sudo is in /usr/bin and root password is not set by default :/21:53
loadidyou follow the directions that you showed me21:53
ActionParsniptheadmin: indeed :(21:53
diogo_79i have install build-essencials and linux headers for the 3.2 kernel that is install in the system21:53
loadidspecifically this part: make install diogo_7921:54
loadiddid you unpack the tar.gz file diogo_7921:54
kevinlu310loadid: where should I look for system prefs?21:54
loadidin your ubuntu menu kevinlu31021:54
diogo_79but if the make command fails how the make install is going to work21:54
ActionParsniploadid: install unp and run:  unp filename21:54
diogo_79the first command that i execute has make clean21:55
diogo_79then make21:55
diogo_79and this last one gives me this error make[2]: *** No rule to make target `arch/x86/tools/relocs.c', needed by `arch/x86/tools/relocs'.  Stop.21:55
diogo_79how the make install is going to work21:55
diogo_79how the make install is going to work'21:55
diogo_79?21:55
ActionParsnip!find relocs.c21:55
kevinlu310loadid: The icons on right corner?  There is a sound icon for sound setting. I think I set up everything there.21:55
ubottuFile relocs.c found in linux-headers-3.5.0-14-generic, linux-headers-3.5.0-14-lowlatency21:56
ActionParsnipdiogo_79: do you have the kernel headers installed?21:56
diogo_79yes21:56
streulmahello, I have a PowerBook G4 that I have to install for someone. The problem is that Ubuntu 12.04 3D not works. Ubuntu 10.04 is a little bit old but with 3D support. Which version to use?21:56
loadidare you booted into the kernel that you have the correct headers installed for?21:56
diogo_79the kernel version is 3.2.0-29-generic-pae21:56
diogo_79yes21:57
kevinlu310loadid: Never mind. It just works now. Weird!21:57
diogo_79is the file relocs.c missing in this 3.2.0-29-generic-pae21:57
diogo_79kernel21:57
loadidstreulma: i think 10.04 has no support for ext421:57
geek4evercat /etc lsb-release21:57
ActionParsnipdiogo_79: sudo apt-get Install linux-headers-3.2.0-29-generic,21:57
ActionParsnip!ext421:57
ActionParsniploadid: Ext4 came in at Jauty21:58
ActionParsniploadid: Jaunty (9.04)21:58
ekranosext4 has to be suported21:58
kevinlu310loadid: It just happened like this twice in the month. suddenly stopped working. suddenly worked again. Don't know why.21:58
loadid9.04 it is21:58
loadidkevinlu310: what programs do you have open when it happens?21:59
loadidanything that could take control of the sound card?21:59
kevinlu310loadid: just firefox, terminals, thunderbird.21:59
wastreli figured out where my cssh windows went22:00
wastreli have 2 displays and they're different sizes, cssh using the absolute width to place windows22:01
kevinlu310loadid: Oh, forgot to mention. I used pithos before the problem happened.22:01
diogo_79now i have install this linux-headers-3..2.0-29-generic do i have to restart the server22:01
wastrelso they were "above" my smaller screen22:01
diogo_79?22:01
kevinlu310loadid: My guess pithos caused the problem.22:02
bekksdiogo_79: no.22:02
wastreli guess this is a cssh bug not a unity bug22:02
diogo_79so try to execute the make command again?22:02
diogo_79to compile the driver22:02
diogo_79?22:02
dem0n 22:04
dem0n+22:04
diogo_79now when i try to execute make command gives me this error make: *** /lib/modules/3.2.0-29-generic-pae/build: No such file or directory.  Stop.22:05
sawyer_is there a channel for the Shotwell application?22:06
loadidsounds about right kevinlu31022:07
=== dark3n is now known as dark3n|off
ActionParsnipdiogo_79: http://www.aircrack-ng.org/doku.php?id=install_aircrack#build_-_no_such_file_or_directory   may help22:07
wastrelthere's a whoopsie user in ubantu now?  super adorbs22:07
housepage_" Shotwell IRC discussion takes place on #shotwell at irc.gnome.org ." http://redmine.yorba.org/projects/shotwell/wiki22:07
streulmasudo apt-get install build-essential22:07
loadidsawyer_: #shotwell at irc.gnome.org22:07
ActionParsnipsawyer_: #shotwell   maybe22:07
pangurIf I reboot, I shall be all on my own.  I am only able to speak here because I had my browser open.22:07
sawyer_loadid, ActionParsnip, thank you :)22:08
pangurIf I reboot, I should not lose my data.  Is that correct?22:09
rozmuqhi, i can't install ati driver.. got some fglrx issue22:10
streulmarozmuc: http://wiki.cchtml.com22:11
streulmarozmuq: try http://wiki.cchtml.com22:12
loadidremove the fglrx driver first roxmuq22:12
loadidremove the fglrx driver first rozmuq22:12
pangurcalum@ubuntu:~/Documents$ cp *.* /media/POCKET/ub2012oct seems to have transferred most of my files.22:13
rozmuqloadid, i did, it didnt help. http://pastebin.com/0N52ssS822:13
rozmuqthat's the error log.22:13
loadidpangur: where did it copy to?22:13
loadidrozmuq: install kernel headers22:13
pangurTo my POCKET external drive, loadid22:13
rozmuqloadid, how do i do that?22:14
pangurAt least that is what I think :)22:14
rozmuqloadid, i'm after fresh install of 12.1022:14
pangurWhen I do /media/POCKET/ub2012oct$ ls I see all my files22:15
loadidrozmuq: what kernel are you using. "sudo uname -r"22:15
rozmuqloadid, sudo uname -r22:15
rozmuqoops22:15
loadidpangur: i would think a recursive option is needed22:15
PatrickDickeyrozmuq, what graphics card do you have?22:15
rozmuq3.5.0-17-generic22:15
rozmuqPatrickDickey,  ati radeon 4850hd22:15
pangurcp -r ?22:16
ActionParsnipwhy does uname need sudo, rozmuq22:16
loadidare you on wubi pangur?22:16
ActionParsniploadid: the -r for uname doesn't mean recursive22:16
Jisawesome2'Is there a way to not use dhclient to connect to the internet?22:16
loadidohh22:16
loadidthought it was22:16
loadidi know it -r22:16
rozmuqguys :D22:16
loadidor maybe -R22:16
ActionParsniploadid: I suggest you read:  man uname22:16
loadidread!?22:17
PatrickDickeyrozmuq http://askubuntu.com/questions/202857/cant-install-ati-proprietary-drivers-in-12-10/202885#20288522:17
panguryes loadid, I am22:17
loadidnot sure about wubi pangur...22:17
ActionParsnippangur: are you in the liveCD now?22:17
PatrickDickeyThe ATI Driver is a beta driver (the one that will work with Ubuntu 12.10) and it won't support any card older than a Radeon 5000.22:17
SuperMiguel so if im setting up an mdadm raid 0, ill have first create 3 partitions on each of the drives, boot, swap and / .. Then create 2 arrays using mdadm one for / and another for swap... and put boot on any of the initial non raided partitions?22:17
PatrickDickeyRadeon HD 50000 *22:17
pangurNo, ActionParsnip.  I still have other directories to copy22:17
ActionParsnippangur: yes, but have you mounted the wubi disk in the liveCD?22:18
=== tikfreenode is now known as Tiktalik
pangurActionParsnip: the latest live CD that I have is version Ubuntu 10.10, except a Mint thing.  I do not know how to mount the wubi disk22:20
pangurIs there a liveCD version in my windows?22:21
ActionParsnippangur: that is good enough22:21
daviddoriaI was having trouble with 12.04 where my mouse freezes for about 1 second every minute (REALLY annoying haha). I upgraded to 12.10 hoping something would get fixed, but alas it did not. Is there anything else I can try to get this mouse (that used to work fine) to not freeze constantly?22:21
ActionParsnippangur: Maverick can access Ext422:21
ActionParsnippangur: I gave the command to mount the file but if you get to the livecd and web access, we can advise22:22
pangurI have put the 10.10 CD into my drive22:22
ActionParsnippangur: ok, boot to it by telling your BIOS to boot CD first22:24
pangurI won't lose my data?22:24
pangurI can see wubildr and wubildr.mbr in my /host22:25
dem0nhmm writing this lubuntu image onto my sdcard using dd is taking a really long time, is this normal?22:26
wilee-nileedaviddoria, This a plugin, or a bluetooth...etc22:26
ActionParsnippangur: you are only bootinig to the CD, it won't change the system at all22:26
pangurI can see ubuntu there too.  Is that the same as a liveCD?22:26
dem0nit has problem been over 20 minutes...22:26
pangurOK22:26
ActionParsnippangur: Its hilarious how you are so protective of your data but have zero backup22:26
loadidyes dem0n, dd takes a very long time... depends on the size you are copying22:26
daviddoriawilee-nilee, just a standard microsoft plugin usb mouse22:26
loadidmabey try the -v option next time to give you status22:27
wilee-nileedaviddoria, Have you tried any other mouse?22:27
loadidmaybe*22:27
pangurActionParsnip: I agree with your assessment of my stupidity.22:27
dem0nloaddid: i think the image size file is about 4gigs, and i know it can take much longer because it is an sdcard which wont process as fast as say a regular hard drive22:28
ActionParsnippangur: boot the liveCD, mount the NTFS partition then make a new folder, you can then navigate to the folder with the root.disk file and run:  sudo mount -o loop root.disk /munt/point    and you can access your data22:28
Jisawesome2Does anyone know how I can make my server connect automatically to the internet rather than me having to type a dhclient command22:28
loadid4gigs.. will take hours dem0n22:28
cowsquadI having problems with ubuntu 12.10. Every time I open the browser at school, it requires to sign in, in order to have access to the internet. But for some reason, my browser never shows that page. it keeps loading and loading. Any ideas?22:29
wastrelcowsquad: firefox?22:30
loadidcowsquad: your school firewall may not play well with linux22:30
wilee-nileecowsquad, You have like noscript installed blocking flash?22:30
wilee-nileehave you tried installing another browser22:31
cowsquadmmm firefox or chronium. same stuff. But sometimes it connects fine and sometimes it doesnt .22:31
loadidfirefox noscript22:31
cowsquadwilee-nilee, what is that noscript installed blocking flash?22:31
loadidcowsquad: can you show a screenshot of it failing?22:32
wilee-nileecowsquad, noscript is a FF addon that blocks flash, if you don't know what it is then I would think you have not installed it.22:32
Svetlana_Sorry for throwing in another issue, but I'm trying to run vsftpd on my Ubuntu Server 12.10 but Upstart doesn't seem to want to start it at all, even though sudo vsftpd works fine.22:32
loadidSvetlana_: sudo restart vsftpd22:33
bjorkintoshso my samsung rv515 is supposed to have 4 gigs of ram, but free reports 3447.22:33
wilee-nileecowsquad, The main question here is there any add ons that would be blocking what you need like adblock...etc.22:33
bjorkintoshdid they lie about the ram available?22:33
Svetlana_loadid: restart: Unknown instance:22:33
ActionParsnipbjorkintosh: are you running 64bit OS?22:33
bjorkintoshActionParsnip, correct.22:33
cowsquadloadid. Is like when you go to sturbucks, you are redirect to a sign in page. Same thing in my school. I have to enter a username and password, but i never make it to that page, it keep loading and loading22:33
loadidSvetlana_: sudo start vsftpd22:33
ActionParsnipbjorkintosh: then you have onboard graphics which is using some system RAM for itself22:33
bjorkintoshit is an amd e2 vision apu.22:34
bjorkintoshActionParsnip, can i control that in any way?22:34
cowsquadwiliee-nilee the only adds ons I have installed is adobe flash.22:34
loadidyeah, you may have something blocking scripts from running.  Does it happen in one browser and not the other cowsquad?22:34
bjorkintoshit is also oddly enough, using swap, even though ram is not fully maxed out.22:34
Svetlana_loadid: http://paste.ubuntu.com/1301363/22:34
ActionParsnipbjorkintosh: you can probably set the amount of RAM used by the GeForce315M uses in BIOS22:34
cowsquadloadid, it happens with firefox and chronium22:35
wilee-nileecowsquad, Hehe starbucks I use opera to sign in there my FF has a bunch of block addons,22:35
bretolius Quick question about the new format menu:  If I have one drive formated with an Ext2 partition, and the rest for LVM, where do I install the boot loader to?  /dev/sda or /dev/sda1 (where the ext2 partion lives)?22:35
ActionParsnipbjorkintosh: you can set swappiness lower and you will use RAM less22:35
bjorkintoshaha.22:35
Svetlana_like i said, upstart doesn't start vsftpd.22:35
bjorkintoshi will look into that. thanks ActionParsnip22:35
bekksbretolius: /dev/sda22:35
bretoliusok22:35
loadidadvertised ram and available amount of memory are somewhat different... like a 2x4 not being 2"x4" kind thing22:35
rozmuqhow do i check if my graphic card is installed correctly?22:35
wastrelSvetlana_: is it inetd?  maybe what about /etc/init.d/22:35
ActionParsnipbjorkintosh: you have enough RAM for Ubuntu, I wouldn't sweat it22:35
wastreliono from vsftpd22:35
ActionParsniprozmuq: sudo lshw -C display22:36
pangurActionParsnip, I am back22:36
ActionParsnippangur: in liveCD?22:36
IboShello ActionParsnip22:36
pangurI am now in live CD22:36
Svetlana_wastrel: ubuntu 12.10, upstart replaces init.d22:36
pangur10.1022:36
IboSActionParsnip: i'm so happy to see round' here22:36
ActionParsnippangur: cool, mount the Windows partition using nautilus22:36
ActionParsnipIboS: I'm always somewhere ;)22:36
loadidSvetlana_: start vsftpd if it's not already running22:36
Svetlana_loadid: http://paste.ubuntu.com/1301363/22:36
rozmuqActionParsnip, http://pastebin.com/Qf1V8H2U22:37
cowsquadwilee-nilee is there any way to fix the blocking thing on ubuntu22:37
Svetlana_loadid: <Svetlana_> like i said, upstart doesn't start vsftpd.22:37
loadidSvetlana_: looks like it's started22:37
ActionParsniprozmuq: looks good, you are using the proprietary driver22:37
Svetlana_loadid: did you read the entire paste?22:37
Svetlana_there is no vsftpd process.22:38
Svetlana_i cannot connect to 192.168.1.64:21.22:38
Svetlana_there is no ftp server.22:38
wilee-nileecowsquad, I'm talking about installed add ons that block.22:38
rozmuqActionParsnip, i used this guide. bu ti have to say, after reboot i didn't got unity runing, i had to start it from the console.22:38
ActionParsnipSvetlana_: can you connect to FTP on the local system by connecting to localhost22:38
cowsquadwilee-nilee, You i disable my add ons then?22:39
ActionParsniprozmuq: run:  unity --replace   in ALT+F2    does it run?22:39
cowsquadi meant should I22:39
Svetlana_ActionParsnip: there is no vtsfpd process, vsftpd is not running, vsftpd will not start, localhost is not the linux machine (I am SSHing into it)22:39
ThePendulumGreetings22:39
rozmuqActionParsnip, my screen blinked a few times.22:40
ActionParsnipSvetlana_: can you start the service? Why not use SFTP which you get when you install openssh-server22:40
Svetlana_I cannot start the service, http://paste.ubuntu.com/1301363/22:40
wilee-nileecowsquad,  I don't know what your add ons are, take a look at what they do I guess, this may or may not be the problem. You suggest chrome does not work as well, check add ons there if you have any, we have to somewhat guess here.22:40
mattraehi, is there a way to enforce a list of packages installed on a list of servers. to keep the installed packages in sync. wondering if there is a quick tool to do this22:40
Svetlana_I don't want FTP over SSH, which is the only thing that SFTP does.22:40
pangurDo I do that just by selecting Boot , ActionParsnip ?22:40
wastrelwhat does ls -l /etc/init.d/vsftpd look like22:41
wilee-nileecowsquad, Check with the IT department there.22:41
ActionParsnipSvetlana_: FTP over SSH, are you kidding? Why not use SFTP? You have that running now.....22:41
ThePendulumI am trying to jail a user to /var/www/users/andele, but so far I ended up with a Broken pipe error when trying to connect with SSH. I most certainly did something wrong.22:41
ActionParsnippangur: if that is the label of the NTFS partition, yes22:41
pangurBoot shows me all my Windows directories22:41
ActionParsnippangur: ok, run:  mount     and pastebin the output22:41
cowsquadthank wilee-nilee22:42
Svetlana_ActionParsnip: SFTP doesn't do what I want to do, I would like to use vsftpd instead, thank you.22:42
ActionParsnipSvetlana_: yourcall22:42
Svetlana_wastrel: lrwxrwxrwx 1 root root 21 May 23 18:11 /etc/init.d/vsftpd -> /lib/init/upstart-job22:42
rozmuqqActionParsnip, so? it blinked a few times.. and the strange thing is that when i close the x-chat and it asks if i want to minimize it and i press yes, it looks like it minimizing to tray but where is the tray, i can't see the x-chat runing ...and it's like i opened a new x-chat.22:43
ActionParsniprozmuqq: have you rebooted the OS, it should load by default22:43
eightbitbubsyhi, ok bye22:43
pangurhttp://paste.ubuntu.com/1301382/ ActionParsnip22:44
pangur/dev/sda2 is already mounted on /media/Boot22:45
Svetlana_Could anyone else help me? I still have no solution for my problem with vsftpd.22:45
jribSvetlana_: just state your actual problem22:46
=== Dreadtower is now known as Breadflour
XiaolinDraconishow can i remove unity from default in Ubuntu Builder?22:46
Svetlana_jrib: I did, several times, the most someone has told me was "why don't you use sftp"22:46
medi_hello22:46
ActionParsnippangur: cool, now run:  sudo mkdir /media/wubi; sudo mount -o loop /media/Boot/ubuntu/disks/root.disk /media/wubi22:46
Svetlana_jrib: Upstart won't start vsftpd even though it think it does: http://paste.ubuntu.com/1301363/22:46
jribSvetlana_: no point in asking "can anyone help me?" without being specific.  New people joined the channel, etc.  Better to *just* repeat the question22:47
ActionParsnippangur: any error messages or output?22:47
medi_ssh help please22:47
jrib!ask | medi_22:47
ubottumedi_: 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 !patience22:47
jribSvetlana_: ubuntu version?22:47
ActionParsnipmedi_: ask away22:48
medi_how can we use ssh command?22:48
Svetlana_jrib: Server 12.1022:48
jrib!ssh | medi_22:48
ubottumedi_: SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon)22:48
ActionParsnipmedi_: ssh user@servername22:48
jribSvetlana_: pastebin the init script for sftpd22:48
jrib^v22:48
HardDiskActionParsnip, I was able to recover my deleted files completely, unfortunately I had to use an XPE bootable windows disk and use r-tools to recover from ext4, testdisk/photorec/foremost and other tools did not recover them.22:48
ActionParsnipmedi_: is the format of the command, you can add the -X  (capital X) to enable X forwarding22:48
medi_can you give an example22:48
medi_please22:48
=== laurac is now known as __lau__
jribmedi_: ActionParsnip just gave you an example. Also see ubottu's link22:49
Svetlana_jrib: http://paste.ubuntu.com/1301393/22:49
ActionParsnipmedi_: ssh -X username@servername22:49
medi_how to get servername22:49
jribSvetlana_: you don't have anything in /etc/init/ ?22:49
ActionParsnipHardDisk: if you had a backup, you wouldn't have needed to exert all that effort22:49
ActionParsnipmedi_: its the server you want to connect to22:49
ActionParsnipmedi_: there is no single answer22:50
pangurubuntu@ubuntu:/media/Boot$  sudo mkdir /media/wubi; sudo mount -o loop /media/Boot/ubuntu/disks/root.disk /media/wubi ... mount: can't find /media/Boot/ubuntu/disks/root.disk /media/wubi in /etc/fstab or /etc/mtab22:50
=== Breadflour is now known as Dreadtower
medi_if i know the website how can i get servername22:50
HardDiskActionParsnip, I wanted to undelete files that were in a home directory, a simple task. do I need to backup on an hourly basis?22:50
ActionParsnippangur: then you can use TAB to complete the folder names, start the thing you are mounting at /media/Boot   then use TAB t complete the folder names22:51
ActionParsnipHardDisk: backup as often as is necessary for your needs22:51
Svetlana_jrib: Sorry, I haven't used Upstart before. http://paste.ubuntu.com/1301399/22:51
jribHardDisk: if you want to be able to undelete, then move things to trash instead of deleting them22:51
HardDiskIt wasn't necessary, I do backups every 12hrs, it happens that one folder was deleted.22:51
wilee-nileeHardDisk, Back up as needed, you would know what you can't loose.22:51
ActionParsnippangur: I don't use wubi (and I don't think anyone should) so I cannot tell you the exact folder path22:51
ActionParsnippangur: it will be something like the command I gave, just that the thing mounted to will change in the command, the mount point will be the same22:52
HardDiskmy simple task, was a folder with files was deleted, all i needed was to undelete them. Simple task. I'm not attacking or defending, just stating that there should be an easier or more effective method that's all.22:52
ActionParsnipHardDisk: undeleting is a pain in any OS, requiring tools and time22:53
HardDiskjrib, I did not delete those files, it was a user that deleted their own files. I requested a solution. This was a prior task.22:53
opcode0maaan. be grateful that you could recover them.22:53
Congdon't think anyone should means the opposite22:53
HardDiskActionParsnip, I understand, which is why I was telling you how I did it.22:53
jribHardDisk: what I said is still relevant22:53
opcode0it's nowhere in the specs of any fs (to my knowledge) that deleted files should be able to be recovered easily22:53
wilee-nileeHardDisk, put stuff in trash would be the simplest method.22:53
jribSvetlana_: what's the output of « status vsftpd »?22:53
Svetlana_jrib: vsftpd stop/waiting22:54
ActionParsnipHardDisk: its good to share :)22:54
HardDiskjrib and wilee-nilee I understand, I am sharing with ActionParsnip I do not need a lecture. Thank you.22:54
daviddoriawilee-nilee I just switched it - i'll report back if it still hangs22:54
ActionParsnipHardDisk: no worries dude22:54
jribSvetlana_: heh, interesting.  Can you start vsftpd without issues if you just execute /usr/sbin/vsftpd directly (with sudo presumably)?22:54
Svetlana_jrib: yes22:55
wilee-nileeIt's only a lecture if you perceive it as such, was not meant to be one. ;)22:55
HardDiskSvetlana_, have you considered webmin with the proftpd module?22:55
Svetlana_HardDisk: I've considered switching to a windows server :)22:55
jribSvetlana_: have you checked the bug tracker?22:56
HardDiskSvetlana_, I've had issues with vsftpd occassionally, but webmid and proftpd does work flawlessly.22:56
HardDiskwebmin*22:56
ActionParsnip!webmin22:56
ubottuwebmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system.22:56
HardDiskreally?22:56
bekksyes.22:56
HardDiskit works flawlessly on 12.0422:56
ActionParsnip!ebox22:57
ubottuzentyal is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/Zentyal (Project formally known as eBox - including in Lucid/10.04).22:57
Svetlana_jrib: i haven't22:57
HardDiskand webmin recently did come with an update 1.60022:57
=== james is now known as Guest84629
jribSvetlana_: what's in your /etc/vsftpd.conf?22:57
bjorkintoshActionParsnip, you were correct about the ram usage.22:58
bjorkintoshit is being consumed by my graphics card.22:58
pangurActionParsnip, root.disk is at /media/Boot/ubuntu/disks/root.disk (as in your command) according to nautilus.22:58
HardDiskI think ubottu may need an update.22:58
bjorkintoshspeaking of which, is there a notable performance boost in installing native AMD Radeon drivers over what ubuntu provides?22:58
ActionParsnippangur: sudo mount -o loop  /media/Boot/ubuntu/disks/root.disk /media/wubi22:58
Svetlana_jrib: http://paste.ubuntu.com/1301413/22:59
HardDiskbjorkintosh, if it's an APU, then I can say no.22:59
Guest84629I need some help with Ubuntu Studio, specifically, the menu.22:59
Guest84629anybody here to help me with the menu in Ubuntu Studio?23:00
jribSvetlana_: weird that upstart returns a pid23:00
pangurThat gave no error message.23:01
ActionParsnippangur: great, then run:  nautilus /media/wubi     and you should see your filesystem23:01
=== Guest84629 is now known as jjamez
HardDiskI still stand by using the latest version of webmin and ubuntu, as many well noted blogs and respectable users have suggested.23:01
Svetlana_jrib: yes, that is why i came here.23:01
xrs1i have an evo n610c. when i unplug it from power source the LCD dims 20% (all ubuntu 12.04.1 & 12.10). I have adjusted the power management settings in every way I can see to set it in the settings manager. Nothing about power management in the BIOS. is there anything I can do to get it to stop dimming when I unplug it from the wall?23:01
pangurI see 64GB filesystem :)23:01
ActionParsnippangur: you can now copy your junk to the USB storage23:01
pangurlol23:02
ActionParsnippangur: if you had a real install, you could simply click the partition like you did in NTFS and access the data23:02
* pangur is feeling really sheepish23:02
dem0nis this a normal output for dd: dd: writing to `/dev/sdb1': Input/output error23:02
dem0nor did i mess up?23:02
ActionParsnipdem0n: you will need sudo for that23:02
jribSvetlana_: does vsftpd log somewhere?  Does it indicate it actually started when you used upstart?23:03
xrs1sudo apt-get install ntfs-3g23:03
dem0nthis is the full output23:03
dem0nhttp://paste.ubuntu.com/1301418/23:03
Svetlana_jrib: the only log i've found is from when i ran it manually with sudo23:03
jjamezcan somebody please help me???23:03
ActionParsnippangur: do you have access to your data now?23:03
ActionParsnipjjamez: ask and see23:03
dem0nactionparsnip: no it had been running for a couple of hours23:03
pangurActionParsnip, not all of it.23:04
jribSvetlana_: http://upstart.ubuntu.com/wiki/Debugging :)23:04
pangurPermissions issue23:04
jjamezI have a big problem with the start menu.23:04
XiaolinDraconisis there a command line method for changing to gnome instead of unity?23:04
Svetlana_jrib: vsftpd doesn't like being run by an user different than the owner of vsftp.conf, which is root, instead quitting with a 500 error, i'm assuming that might be what's happening23:04
Svetlana_jrib: what user does upstart run services as23:04
OerHeks!nounity23:04
ubottuUbuntu 11.10 and higher use GNOME 3 with the !unity shell by default.  To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool".  For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic23:04
jribSvetlana_: should be root unless the job defines it otherwise23:04
pangurIt claims that I do not have permissions to read it.23:04
dem0ni would appreciate if someone could look at the website http://paste.ubuntu.com/1301418/ and tell me if dd completed correctly or did it error and NOT finish correctly23:04
rozmuqmy unity won't start at startup..23:05
ActionParsnippangur: try:   gksudo nautilus /media/wubi     after closing the nautilus's you have open23:05
OerHeksdem0n, looks fine23:05
jribSvetlana_: I'd try adding an echo statement right before the exec and redirecting stdout and stderr (as outlined in that link) somewhere23:06
ActionParsnipXiaolinDraconis: unity is a shell for Gnome, so by using Unity, you are using Gnome23:06
XiaolinDraconisActionParsnip, well thanks for that tidbit, and the question remains the same ;p23:06
snarkdem0n, you might have run out of space   just23:06
jribSvetlana_: it's also interesting that it has this "respawn" in the job definition23:06
ActionParsnipXiaolinDraconis: if you want the old style Gnome desktop, install the gnome-panel package23:07
snarkdem0n, there should be no error if all went well23:07
jjamezSOMEBODY PM ME IF YOU CAN HELP!!!23:07
ActionParsnipXiaolinDraconis: or install xfce4 and use the XFCE desktop, it runs a lot like Gnome2 and you can run all you Gnome apps there without issue23:07
dem0nsnark: i don't think i ran out of space, it is a 16gig sd card with nothing on it23:07
XiaolinDraconisActionParsnip, im pretty sure Ubuntu Builder did that when i chose gnome as the DE23:07
ActionParsnipjjamez: you haven't given us anydetail, so how can we?23:07
ActionParsnipXiaolinDraconis: then log off and change the session type23:08
dem0nOerHeks: you think everything looks okay? do you know why it said input/output error?23:08
snarkdem0n, ok   but you still shouldnt get any errors23:08
ActionParsnipjjamez: are we supposed to guess your issue?23:08
XiaolinDraconisActionParsnip, builder doesnt give that option23:08
pangurhttp://paste.ubuntu.com/1301427/ ActionParsnip23:08
jjamezOkay, sorry. Here's the scoop. There is an extra folder in the menu that says "Sound & Video", and a sub-folder that says the same.23:08
rozmuqguys i got some issue with unity, it won't start at startup, i have to run it from the terminal.. 12.10 64bit.23:09
ActionParsnippangur: try:   sudo nautilus     then (Its fine in the liveCD)23:09
reufif you go to your bash and if your system us using nautilus and type gvfs-info /path/to/antyhing you will get info on that folder/file - you can change the position of your icon by gvfs-set-attribute - but you have to do f5 on Desktop to see the change - now, i want to know if bash can do refresh f5 on my ubuntu Desktop - or some python script or something to execute from bash?23:09
jjamezI can't get rid of either, and it does not show up in Alacarte.23:09
ActionParsnipjjamez: what is the output of:  lsb_release -sc     please23:09
jjamezPrecise.23:10
ActionParsnipjjamez: which desktop are you using?23:10
rozmuqcan some 1 pls help me? :/23:10
jjamezxfce23:10
snarkdem0n, records in must *match* records out23:10
Svetlana_jrib: do i just replace "exec /usr/sbin/vsftpd" with "exec /usr/sbin/vsftpd >> /tmp/upstart.log 2>&1"23:11
ActionParsnipjjamez: have you rebooted recently?23:11
OerHeksdem0n, see "Make sure the write has finished with sync: sudo sync" in http://undergroundmod.com/?p=123823:11
jjamezYes, I turn off my computer every night.23:11
simplewwhere can i ask to package polkit-kde-kcmodules-1 ?23:12
jribSvetlana_: I think that should work; I haven't done this before23:12
ActionParsnipjjamez: if you make a new user and log in there, is it the same?23:12
Svetlana_jrib: me neither. either way, /tmp/upstart.log is completely blank.23:12
jribSvetlana_: but it was created?23:12
Svetlana_yes.23:12
jjamezlet me check...23:12
jribSvetlana_: well taht's some information I guess.  Does vsftpd fork itself and end up running as another user?23:13
Svetlana_jrib: it shouldn't. doing "sudo vsftpd" hangs the bash prompt while it's running (and it works perfectly fine) until i ctrl-c, which quits it23:13
Svetlana_there is no console output, i should add.23:14
dem0nOerHeks: ya i used sync, thanks though =-)23:14
dem0nOerHeks: i appreciate your help big time23:14
snarkdem0n, stick the card in a usb cardreader and try again23:14
Svetlana_jrib: doing simply "vsftpd" returns "500 OOPS: config file not owned by correct user, or not a file" and quits23:14
jribSvetlana_: 2 ideas: 1) can you pass some flag to vsftpd that increases verbosity? 2) did you check this pid that upstart spits out is actually not running /something/?23:14
dem0nsnark: ya it looks like i am going to have to try and do it again23:15
Svetlana_jrib: i've checked the pid, it doesn't exist.23:15
jjamezyes, it is...23:16
OerHeksdem0n, my bad, now i see 1 missing block :(23:16
jjamezexactly the same, every user.23:16
dem0ni swear nothing ever goes fucking easy for me...23:16
dem0nexcuse my language23:16
wajeembaHello All, having issues using HDMI on my ASUS n53j. Tried both free and proprietary drivers. Is HDMI a common issue for GNU/Linux?23:17
Svetlana_jrib: vsftpd doesn't seem to have any verbosity options.23:18
pangurActionParsnip, I have realised that I have photos and stuff that I need to copy too.  Once I have finished the copying, do I then just reinstall?  The wubi version I am using because I have a Medion machine which does not seem to allow me to partition my machine.  That is why I am stuck with wubi.23:18
ronromim amazed with KDE,why ubuntu keeps using GNOME when KDE its so much better?23:18
jjamezActionParsnip?23:18
snarkwajeemba, for sound issues  yes!23:18
sarah0153hey23:18
OerHekswajeemba, open terminal: alsamixer ( and see if settings are oke)23:19
jribSvetlana_: is this the default vsftpd.conf?23:19
Svetlana_jrib: i made a few changes to it such as allowing users to write files and locking them to /home/(user)23:20
OerHeksronrom, join #kubuntu :-)23:20
sarah0153PENIS.23:20
jribSvetlana_: did it used to work with the default one?23:20
Svetlana_jrib: it works perfectly fine as it should as a ftp server when i run it manually23:20
=== sarah0153 is now known as dusthillguy
Svetlana_jrib: upstart-wise, i actually don't know23:21
dem0ni don't have to format my sdcard right? dd will do that for me wont it?23:21
jribSvetlana_: could you revert to the default conf file temporarily just to troubleshoot?23:21
snarkno23:21
jjamezIs ActionParsnip still here?23:22
profligacywhy is 'ping' sometimes called the Packet INternet Groper?23:22
min|dvir|usprofligacy: it's not; you made that up.23:22
profligacymin|dvir|us: good point.23:22
snarkprofligacy, thats its real name!23:22
profligacyha, any idea why snark?23:23
Jordan_U!ot | profligacy23:23
ubottuprofligacy: #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!23:23
snarkprofligacy, do you know what a gopher is?23:23
ActionParsnipjjamez: then you know its not user config, have you asked in #xubuntu as well?23:24
=== Ex0deus is now known as Guest79550
jjamezi'll go ask23:24
Svetlana_ok, jrib, that's weird: root     14971  0.0  0.0  23352  1348 ?        Ss   21:24   0:00 /usr/sbin/vsftpd23:24
doomlordis it possible to configure ubuntu's taskbar icon click to show an app's windows from *all* desktops23:24
Svetlana_it actually runs with the defaults.23:24
Svetlana_even though i didn't change anything more than standard settings documented on several vsftpd tutorials23:25
ActionParsnipprofligacy: its called ping because that is the payload of the packet, it is returned to the sender but the payload is changed to 'pong'23:25
jribSvetlana_: interesting... could you put up a diff on pastebin?23:25
Svetlana_jrib: http://paste.ubuntu.com/1301450/23:26
=== dusthillguy is now known as sarah0153
jribSvetlana_: want to make bets on which line is causing issues? :P  try to narrow it down by changing one at a time23:27
Svetlana_the weird part is sudo vsftpd works fine23:27
jribSvetlana_: agreed23:28
Svetlana_but sudo start vsftpd doesn't23:28
=== david_ is now known as phiscribe
jribSvetlana_: I can't find "allow_writable_chroot" at http://vsftpd.beasts.org/vsftpd_conf.html23:30
jribSvetlana_: out of curiousity, what's the output of « which vsftpd »?23:31
Svetlana_jrib: yeah apparently that's the one.. i got it from http://www.benscobie.com/fixing-500-oops-vsftpd-refusing-to-run-with-writable-root-inside-chroot/23:31
Svetlana_jrib: .conf is original, .tmp is my edited one23:32
AndChat736049Hello I have a major problem I tried to do the 12.10 upgrade and now unity doesn't load I need to get to command line but how can I do it????23:33
AndChat736049I was coming from 12.0423:33
pangurI think that I shall leave all this backing up until the morning, ActionParsnip.  I take it that once I have completed salvaging my files that I should simply reinstall and start from scratch again?23:33
sarah0153ActionPenis23:34
pangurI am grateful to you (and those who were helping me earlier) for keeping my spirits up.  Thanks for your advice.23:34
AndChat736049Hello how do I kill unity and access command line? I need to save my system asap23:36
snarkprofligacy, Definition of grope: to looks for something blindly!23:36
jribAndChat736049: umm, « sudo service lightdm stop » I suppose.  Why do you want to do this?23:36
=== travis is now known as Guest97211
AndChat736049I cannot currently do anything on my computer the system upgrade failed23:38
AndChat736049Is there a way to reset things?23:38
jribAndChat736049: be more specific.  What do you mean, "the system upgrade failed"?23:38
AndChat736049I don't know what happened. I see the login screen but when I login unity doesn't load23:39
jribAndChat736049: create a fresh new user, does the issue persist?23:39
=== masen_ is now known as masen
AndChat736049I can't launch applications except for the ones that autostart23:39
jribAndChat736049: and did you actually get any sort of error from the upgrade?23:39
AndChat736049Don't you see I need the command line?23:39
AndChat736049No23:39
jribAndChat736049: ctrl-alt-f1 will get you to a command line (ctrl-alt-f7 will get you back to X).  Where are you now?23:40
AndChat736049Ctrl alt f1 doesn't work23:41
Svetlana_jrib: solved: had to make vsftpd 3.0.2, ubuntu's repo is outdated and doesn't support allow-writeable-chroot23:41
AndChat736049I have no idea what version I'm running23:41
AndChat736049The installer just logged me out or something23:41
jribSvetlana_: hmm23:41
Svetlana_jrib: ftp server up and running perfectly. thanks for the help.23:41
jribSvetlana_: no problem23:41
AndChat736049How do I recover my encrypted home partition??23:42
jrib!encrypt | AndChat73604923:42
ubottuAndChat736049: For information on setting up encrypted private directories (8.10+) see https://help.ubuntu.com/community/EncryptedPrivateDirectory23:42
AndChat736049Jrib is therw anything I can try to try to fix things?23:43
jribAndChat736049: what happens when you press ctrl-alt-f1?23:43
AndChat736049Nothing23:44
jribAndChat736049: that's pretty weird.  Do you have a standrd keyboard?23:44
AndChat736049Laptop23:44
Conghey guys is this possible? alias lsb="ls --block-size=" but the arguments are spaced out23:44
jribAndChat736049: try fn-ctrl-alt-f123:44
AndChat736049Bleeding edge laptop23:44
AndChat736049Doesn't work23:44
AndChat736049I'm not an idiot23:45
jribAndChat736049: see if the guest login works23:45
AndChat736049I didn't get any menus23:45
AndChat736049I. Just got a blue background and mouse23:45
jribAndChat736049: in the guest login?23:45
jrib!who | AndChat73604923:45
ubottuAndChat736049: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)23:45
AndChat736049Yes23:45
jribAndChat736049: reboot into recovery mode and create a new user.  Let's start there23:45
AndChat736049How do I do that?23:46
AndChat736049I'm on a cell phone23:46
kantlivelongcan i upgrade from 11.10 to 12.04 instead of 12.10?23:46
jribAndChat736049: when you reboot, hold shift, you will be presented with the grub menu where you can select "recovery mode"23:46
jribkantlivelong: you have to upgrade to 12.04 even if you eventually want to get to 12.1023:46
jrib!upgrade | kantlivelong23:46
ubottukantlivelong: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade23:46
kantlivelongjrib: ah thanks :)23:47
AndChat736049Ok I'm in recovery... should I try to fix packages?23:47
Congdoes holding down shift show the menu if GRUB_TIMEOUT=023:47
jribAndChat736049: if you want to.  I don't know what that actually does23:47
tmanyes it does Cong23:47
Don_Radhi, im using ubuntu 12.10 on a dell inspiron laptop 1545, im trying to check software updates but an error appears, and i can't go fhurter : E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/packages.medibuntu.org_dists_quantal_non-free_i18n_Translation-en, E:The package lists or status file could not be parsed or opened.23:48
ex0awhat is the best way to control the primary monitor and the display size and refresh rate of multiple monitors regardless of which port they are plugged in on the card? i know i used to use xorg.conf but with the later versions of ubuntu there isn't even an xorg.conf by default anymore23:50
ex0ashould i still setup the conf file?23:50
ex0aone of my monitors reports a display resolution that is too high for it to actually display, and i would like the settings to be consistent at the login screen so i don't have to do xrandr hacks on login23:51
wilee-nileeCong, You have to test that on some setups yes others no.23:53
Congthat's uncool. on some startups...23:56
Congoh setups23:57
boofi accidentally installed windows vista on windows 7 partition. I'm using gparted and I wanted to know how to get rid of vista without messing anything else up further (if poss). Gparted screenshot: http://imgur.com/Xxo8S :)23:57
=== boof is now known as kimberly
wilee-nileeDon_Rad, Take a look at this link. https://answers.launchpad.net/ubuntu/+source/apt/+question/20211723:58
lcabreza2hi, anybody knows an open source application where i can configure my wireless network , when people try to connect it will redirect to a specific website.23:58
=== laurac is now known as tuvieja
DaemonicApathykimberly: just use a Win7 disc to delete and overwrite that partition.23:59

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