/srv/irclogs.ubuntu.com/2011/09/27/#ubuntu.txt

viktyr_korimirzykotick: Thank you, I will try that.00:00
=== Usuario|226 is now known as sud0
DthenQedbian - is there a way to do it with permission in gui? i know in terminal use sudo00:00
zykotick9!tab > viktyr_korimir00:00
ubottuviktyr_korimir, please see my private message00:00
=== Logan__ is now known as Logan_
edbianDthenQ: gksudo nautilus to open a gui window as root (but be careful with it!)00:00
=== syadamin|away is now known as sysadamin
DthenQcooool thanks00:01
DthenQmight just leave this one in the home folder this time around though00:01
edbianDthenQ: sure00:01
edbianDthenQ: sure00:01
=== Usuario|763 is now known as sud0
viktyr_korimirzykotick9: Thank you, yes, I found it. I think the problem was on the other end.00:03
DthenQ#programmers00:03
djjonexipod says "disabled try in 21 million minute" :(00:04
magn3tsSo if I've used `macchanger` how do I recover my original MAC address without a reboot??00:05
viktyr_korimirHow do I give myself permission to extract archives to /usr?00:05
ikoniaviktyr_korimir: you don't want to do that00:05
ikoniaviktyr_korimir: keep it in your home directory where it doesn't cause any issues with the base system00:06
viktyr_korimirikonia: Noted.00:06
djjonexhow can i use my ipod ...says its disabled try in 21 millions minutes00:06
edbianviktyr_korimir: ikonia is right you should not do that.  (if you did want to do it anyway you'd use sudo)00:07
viktyr_korimiredbian: I haven't used a command prompt since MS-DOS. Something tells me I am in for a bit of a learning curve on this one.00:08
edbianviktyr_korimir: :)00:08
* Milez- feels smarter all of the sudden.00:09
Milez-;)00:09
viktyr_korimirOkay, now I have a silly question. I understand Mac OS X is also Unix-based. Are Mac binaries compatible?00:10
h00kviktyr_korimir: no00:11
viktyr_korimirDamn. I didn't think so.00:11
DesyncifyHello00:11
DesyncifyIs there anyway to get a windows ISO on a usb while using ubuntu??00:11
TrueColorsWhy is the 64bit download of Ubuntu ... AMD64 when it's not AMD processors?00:11
ikoniaTrueColors: we went through this earlier with you00:11
centHOGGthe standard 64 was set by amd00:11
edbianTrueColors: because that's the official name of 64 bit architecture because AMD invented it00:11
ikoniaTrueColors: the true name for 64bit on x86 platform is amd64 -00:11
kazzyviktyr_korimir, not to say it couldn't be done, but it'll be the equivalent of writing OS X00:12
Milez-thats interesting, i always wondered why that was.00:12
TrueColorsAh, so even intels at 64bit are still AMD?00:12
ikoniaTrueColors: correct00:12
kazzyyes00:12
kazzyia64 is a totally different architecture00:12
centHOGGyes00:12
TrueColorsSorry, I didn't recall it being explained.00:12
edbianviktyr_korimir: No, mac runs on a different kernel so the binaries won't work (that's the biggest of many reasons)00:12
edbianTrueColors: a 64 bit intel processor would be architecture: amd_6400:13
edbianTrueColors: some with an amd 64 bit processor00:13
edbiansame*00:13
TrueColorsah... yeah it only just crossed my mind... "wait, amd is a processor..."00:13
derrick131anybody know where i can get the evolution 3.03 deb file?00:15
viktyr_korimirThank you for explaining.00:15
AnonymouseGood day all00:16
Milez-howdy00:17
Ghostx562Hello00:17
viktyr_korimirSince it seems like almost everything I want is only available in source code form... is there a *simple* way to compile from source?00:18
Ghostx562I am using Ubuntu Server 11.04. I am using it as a media server for streaming files and such00:18
Milez-viktyr_korimir - You should probably using an install manager to get things installed.  Like apt-get ?00:18
Milez-what are you trying to install ?00:18
enchiladoviktyr_korimir: I've never done any compiling that wasn't simple.00:19
Ghostx562I have installed mediatomb for streaming to ps3 and upnp devices. I am looking at where to i place files inside of the hard drive?00:19
JamJamsHi I've got a question regarding ifconfig if a normal users runs it gets the responce "Warning: cannot open /proc/net/dev (No such file or directory). Limited output." -- But if I run it as sudo it displays fine :/00:19
JamJamsIs there anyway to allow normal users access to it?00:19
ikoniaJamJams: setuid on it00:20
Ghostx562I am using Ubuntu Server 11.04. I am using it as a media server for streaming files and such.  I have installed mediatomb for streaming to ps3 and upnp devices. I am looking at where to i place files inside of the hard drive?00:20
viktyr_korimirMilez: Dolphin emulator. I may or may not take a crack at some of the open source Mugen clones later.00:20
JamJamsikonia how does one do that?00:21
ikoniaJamJams: chmod http://en.wikipedia.org/wiki/Setuid00:21
TrueColorsviktyr, https://launchpad.net/~glennric/+archive/dolphin-emu00:21
TrueColorswould you like me to walk you through how to install that?00:22
OerHeksGhostx562, this wiki is awesome > https://help.ubuntu.com/community/MediaTomb >> To share media files, first open the MediaTomb web interface http://localhost:49152/00:22
zykotick9viktyr_korimir, try to avoid source compile installs if at all possible, but if you do start installing from source, check out checkinstall.  You can get details from "/msg ubottu !checkinstall"00:22
JamJamsI tried a chmod 777 -R /proc/net/dev ikonia it did nothing00:22
viktyr_korimirzykotick9: Thank you.00:22
ikoniaJamJams: no, that's not setting the setuid bit00:22
xanguaTrueColors: read the instructions there helps00:22
ikoniaJamJams: and you need to do it on the ifconfig binary00:22
DthenQQueston: Where does  USB drive show up in the linux directory structure? ie how do you find it in the terminal?00:23
ikoniaJamJams: proc is a dynamic file system that gets re-created everytime the system boots, so it's pointless modifying that00:23
TrueColorsxangua, I was offering help... not asking for it? ~ confused ~00:23
JamJamsAh00:23
JamJamsI still don't understand how setuid works tbh00:23
ikoniaJamJams: have a read of that page.00:24
zykotick9DthenQ, use "dmesg" and/or "mount" - they're treated as scsi devices so, /dev/sdX# type thing00:24
Ghostx562OerHeks, Thanks!00:24
xanguaTrueColors: is black a real color¿ confused too :P and offtopic, sorry then ;)00:24
mattalexxIs there something I can install that will give me a remote web interface to stream media files ?00:24
centHOGGxbmc has an xmmm plugin for that00:24
DthenQzykotick0 thanks00:24
TrueColorswhat the heck.00:25
HizMonsterHello.  Can anyone answer this: I have 4 RAM slots, with 1x2 GBs of RAM in the slots.  Would I notice much of a difference if I upgraded to the 4GBs of RAM and installed the 64bit version of Ubuntu ?00:25
zykotick9!tab > DthenQ00:25
ubottuDthenQ, please see my private message00:25
centHOGGoh yeah00:25
centHOGGbetter bandwidth00:25
DthenQzykotick9, thanks again!00:26
zykotick9HizMonster, it really depends on what you are doing, but probably not much no00:26
HizMonsterAlso, would just installing the 64bit on the 2GBs make any difference/change ?00:26
kucouyfHello! I need help please! :)00:26
JamJamsikonia I still don't follow00:26
ikoniaJamJams: what's not clear ?00:26
JamJamsHow I apply that to allowing normal users to view ifconfig00:27
HizMonsterzykotick9: Since the other machine is the gaming one, pretty much just web browsing, maybe some image editing, viewing mp4,wmv, using it to listen to spotify maybe if it runs ok, so forth.. (media player/webbrowsing I guess)00:27
zykotick9HizMonster, i typically think 4GB+ as a baseline for using 64bit, BUT i personally run 64bit on any CPU that supports it, including my EEEPC with 1GB ram00:27
ikoniaJamJams: so if you set the setuid on the binary, users can use it as "root"00:27
ikoniaJamJams: it executes as the user, but assume certain root privileges00:27
DthenQactually i found my USB drive in a folder called /media00:27
ikoniaJamJams: so you just set it on the binary, not for one user, just set it on the binary.00:27
HizMonsterzykotick9: This is a E2160 machine. (Dell Inspiron 530)00:27
JamJamsSo how do I do that, I don't even know we're the binary is :/00:27
HizMonsteran^00:27
edbiankucouyf: with what?00:28
ikoniaJamJams: "which ifconfig"00:28
=== kucouyf is now known as n00buntu
ikoniaJamJams: that will tell you where it is00:28
zykotick9HizMonster, you'll probably NOT benefit much (if at all) from 64bit then.  If you're doing a lot of encoding - then yes.00:28
JamJamsThat fixed it thanks :_00:28
JamJams;)00:28
ikoniaJamJams: well done00:28
HizMonsterzykotick9: Nah.  If I'm doing any encoding or anything I'll keep to the Windows 7 machine , with it's all 4 cores and so on.00:29
josvukHello, How to feed young rabbits when the mother don't have enough milk?00:29
x0rsDoes anyone know how to turn on my delete button and ctrl-V in nautilus using Gnome 3 Shell00:29
zykotick9HizMonster, then 32bit is probably a better fit for you then00:29
HizMonsterzykotick9: I was pretty much just trying to get off of XP on all machines.  Since most of the programs I use are already Linux native. (besides mIRC and spotify)00:29
josvukHi, is there a good chatroom for questions about rabbits?00:30
HizMonster..wtf00:30
ikoniaHizMonster: easy on the language please.00:30
HizMonsterikonia: .00:31
Stanley00!alis | josvuk00:31
ubottujosvuk: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu*00:31
OerHeksjosvuk soymilk will do, but this is no animal-help room. not sure if there is any # Freenode00:31
ikonia!wtf > HizMonster00:31
ubottuHizMonster, please see my private message00:31
josvukubottu: how to write rabbits? is it right with double b?00:32
ubottujosvuk: I am only a bot, please don't think I'm intelligent :)00:32
DthenQ!wtf > DthenQ00:32
ubottuDthenQ, please see my private message00:32
=== quiesense is now known as quiescens
josvukubouttu: rabbits00:32
ikoniajosvuk: try ##english for english language questions00:33
josvukubottu: weather00:33
ikoniajosvuk: please play with the bot in pm00:33
n00buntuPlease, I need a little help with my Ubuntu..00:33
zykotick9DthenQ, you can use "/msg ubottu !foo" to get factoids privately00:33
Stanley00n00buntu: just ask your question...00:33
ikonian00buntu: just ask00:33
n00buntuI just installed ubuntu 11.04 on my laptop. it worked fine, I downloaded some updates and when they where done it asked me to restart my computer, whitch i did. but when i restarted i only came upun some msdos-ish looking thing that i could not understand :/00:35
n00buntusorry for the lenght :p00:36
ikonian00buntu: what video card do you have ?00:36
n00buntugimme a couple of secs00:36
HizMonsterOh yeah, one other thing: Is the nVidia vs ATi/AMD driver war still on ?  Or is ATi/AMD drivers acceptable now ?00:37
n00buntunot really a good one, its not what i would call a computer, its a mini-laptop or whatever xD00:37
ikoniaHizMonster: there is no war00:37
ikoniaHizMonster: both vendors have good/bad supported cards.00:37
HizMonsterikonia: I have a 4670 ATi00:37
HizMonsterikonia: Is that a pretty fairly supported model ?00:38
n00buntuMobile Intel(R) 945 Express Chipset Family00:38
ikoniaHizMonster: I don't know, look it up00:38
n00buntuis what it sez00:38
HizMonsterikonia: where?00:39
ikoniaHizMonster: on the ati website, it has a whole section dedicated to the linux drivers00:39
=== syadamin|away is now known as sysadamin
josvukmsg alis list #rabbit00:41
jpmhudev does not create /dev/usb/myscreen even though I have added a rule file to /etc/udev/init.d00:42
srosenbergjoin #alfresco00:44
n00buntuso i keep getting this "grub" kinda dos-like thing when i try to start unbuntu..00:45
rhin0grub has a command prompt to allow you to tweak the boot of the system00:47
rhin0it's either grub or lilo00:48
rhin0boot manager00:48
=== Usuario|674 is now known as sud0
n00buntuhow would i do such a thing?00:48
rhin0if you're just getting a grub prompt your system has not fully installed00:48
rhin0or it needs something to boot00:48
rhin0does it boot00:48
n00buntubut it worked just fine half an hour ago :(00:48
n00buntucould be00:48
rhin0just hit return on the prompt it may boot00:49
n00buntubut im pretty sure it installed correctly00:49
n00buntui'll try00:49
n00buntuthanks00:49
=== syadamin|away is now known as sysadamin
n00buntu:)00:49
n00buntui got nothing when i pressed return00:52
n00buntu:(00:52
ArsinHey how can I get testdisk to run, I have changed my directory to the folder, now how would I run it?00:53
ArsinOn a live cd of kubuntu 9.10 because that's all I had00:54
n00bunturhin0 : you said something about booting something? could yoo repeat that?00:54
triunityHey is there any way I can get ubuntu to print the details of my ram?  (not just how much, but amount of pins, maybe company info...)00:54
TrueColorsArsin, assuming this is in Terminal ... what abou doing... sudo testdisk00:54
ArsinTrueColors: There's only a file named, testdisk.800:55
rhin0hit return on the prompt it may just boot00:55
Arsin"command not found", if I type that00:55
wootertriunity, i don't think that information is available00:55
n00bunturhin0 : i tried, nothing.00:55
wootertriunity, pull the cover off and have a look00:55
triunityReally?  I mean, lspci gives me all types of info about my pci devices...00:56
triunityWooter, I do believe you are missing the point.  If i could write a program to "pull of the cover and look" then that'd work00:56
TrueColorsWell apparently all you're suppose to do is open up terminal, no need to navigate to a folder and typing in "sudo testdisk" or just "testdisk" then hitting enter...00:56
TrueColorsIdk00:56
TrueColorsI'm goin to get some rice pudding... and I'm not sharing either.00:56
rhin0not an expert on it n00buntu .. just giving some feedback about what grub is for .. if it doesn't boot I think there is something wrong with your install00:57
triunitywooter, surely you could think of SOMETHING that could give me some details about the ram.00:57
rhin0ask someone else00:57
prod_I dont swear often but photorec is a fuckin godsend!00:57
TrueColorsbut make sure you have ran... sudo apt-get install testdisk ... Arsin00:58
wootertriunity, you could make a program to detect motherboard model, then it in turn googles the specs and returns the values :)00:58
rypervencheprod_: Saved some data?00:58
prod_over 100 Jpegs recovered! my mates gonna own me a lot of beers at this rate00:58
triunity*twitch* webpage scratching doesn't sound good either00:58
ArsinTrueColors: No package so it claims00:58
rypervencheprod_: They normally charge thousands of dollars for that...you'd better get alot of beers. :P00:59
prod_just shot up to 15000:59
SIFTUprod_: lol, it is one of those great utilities00:59
prod_lol00:59
prod_great is an understatement :D00:59
triunityNot to mention, my sys has both a 1 - 1gb chip and 2 - 512mb chips... google couldn't know that00:59
n00buntuSomeone Else : my ubuntu wont start.. i think there may be an error msg in there, but to quick to see it, then it sends me to something called "grub" whitch i dont really understand.. :(00:59
n00buntubtw, it worked fine a little while ago after the install01:00
triunityn00buntu, if you are being sent to ram, then your install is messed up.  Try doing a recovery install.  Luckly you can do that from a Ubuntu Live CD01:00
wootertriunity, maybe something along these lines http://www.cyberciti.biz/faq/check-ram-speed-linux/01:00
TrueColorsArsin, I'm not sure... have you tried the download option from a website? If that doesn't work then... I'm out of ideas.01:01
triunityn00buntu, https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows01:01
triunitywooter, thanks for the link01:01
ArsinTrueColors: I have the downloaded version from the site, have it and I'm in the directory now01:01
dragonkilleri have try all installion dvd cd usb network install but i can't get 11.04 to install i did once but couldn't boot in to it because grub wasn't install right every thime i try with the dvd or cd install it stops at the isolinux 4.03 date  persons name01:01
dragonkillerand it just stops right there01:02
triunitywooter, a bit overkill, but i can reduce data! Thanks so very much!01:03
=== p1l0t is now known as Guest55876
perlsteinhey, anyone here a grub expert?01:03
djr013Can someone please have the bot tell me I'm off topic please? :)01:04
mattalexxperlstein, If I were you, I would just ask the question01:04
segolNeed to disable KMS on i845 GPU, using "sudo echo options i915 modeset=0 > /etc/modprobe.d/i915-kms.conf" gets a "permission denied" How tf can root be denied?01:04
jribdjr013: /msg ubottu offtopic01:04
djr013jrib th01:04
djr013thx01:04
prod_1500 and rapidly climbing, I can see why my friend was so upset when he came over mine, he was prob worried his wife would devorce him :D01:05
SIFTUtriunity: you want "dmidecode --type memory"01:05
rhin0i've finally got a stable install but I can't run a snazzy dell laptop01:05
rhin0inspiron 1525 = rock solid01:05
SIFTUtriunity: sorry looks like I was too late01:06
dragonkillerthe only version i can get installed in 10.401:06
triunitySIFTU, Yea thanks for the help though01:06
=== Prodego_ is now known as Prodego
triunityOhh and this works better:01:06
triunitysudo dmidecode --type 17 | less01:06
meterpreter10rhin0: inspiron rocks01:06
centHOGGheh01:06
rhin0meterpreter10: selling inspiron m5010 -- totally incompatible IMO01:07
meterpreter10rhin0: inspiron rocks01:07
rhin0inspiron 1525 is totally compatible01:07
rhin0but not very fast01:07
noobuntutriunity : the site you referred to was for having installed windows after ubuntu. i have it the other way around.. and when i try to launch my live-usb, it tells me i have to uninstall my ubuntu in order to proceed..01:07
=== oliver_ is now known as ahura-mazda
SubCoolfat32 cant handle more than 4gb right?01:08
triunityn00buntu, you are correct in that the site is about a certain issue, however the way to solve your current issue should be the same01:08
mattalexxSubCool, Right01:08
SubCoolcrap01:08
ahura-mazdagud morning01:08
triunityyou need to remap grub to your boot sector01:08
ahura-mazdai need help pliz.. can anybody help me?01:08
noobuntuokay i'll try :)01:08
triunityand the live cd/usb can do that01:08
ahura-mazdai have a problem regarding linux ubuntu 11.0401:09
noobuntuok, and would i still have to uninstall my ubuntu?01:09
ahura-mazdamy computer, is running linux ubuntu 10.0401:09
ahura-mazdathe other one is 11.0401:09
triunityNope, if you can get grub to access your boot sector, then your install should work just fine ;)01:09
rhin0its not "fat" SubCool its ext401:09
rhin0fat32 is windows01:09
rhin0filing system01:10
triunityrhin0 isn't windowz using a NTFS file system last time i checked?01:10
ahura-mazdahellow..01:10
ahura-mazdaanybody can help me??01:10
rhin0not sure01:10
Ttechyes01:10
Ttechwindows has used NTFS for 3 versions now01:10
triunityWhats your problem, ahura01:10
prod_ntfs since xp01:10
triunityI thought so...01:10
ahura-mazda@Ttech i have 2 ubuntu running in my network01:10
noobuntutriunity : thanks, sorry to ask so much but could you maybe give me some pointers on how to do it, im really new to ubuntu.. :p01:10
segolI need to disable KMS on i845 GPU, using "sudo echo options i915 modeset=0 > /etc/modprobe.d/i915-kms.conf" gets a "permission denied"01:10
Ttechahura-mazda, Alright?01:11
wooterxp could run fat32 aswell, but most people didnt01:11
triunityI mean i didn't get my CompTIA a plus for nothin'01:11
ahura-mazdamy computer, and the other, my computer is running 10.04 and the other is running 11.0401:11
SubCoolrhin0, ya, i know..01:11
=== claudio is now known as Guest41363
Ttechahura-mazda, What is the issue though01:11
ahura-mazdamy problem is, when i am trying to access his "jpg" file and trying to open it, it display error01:11
=== syadamin|away is now known as sysadamin
triunityok noobuntu, i can walk you through this01:11
=== Guest41363 is now known as botinha
Ttechahura-mazda, his jpg?01:11
ahura-mazdayes01:11
ahura-mazdahere is the error01:11
Ttechahura-mazda, what does that mean?01:12
mattalexxis there a way to use the mount command to mount another location on the same filesystem, mimicing symlink?01:13
triunityGive me a second to look up the commands, its been a LONG time since i've done this...01:13
ahura-mazdahere is the error "could not load firedrill.jpg - failed to open input stream for file01:13
aosurHello! How would I get wget to resume a mirroring operation that was interrupted?01:13
triunityThis tutorial is the one my employees use, it should be pretty easy:  http://www.webupd8.org/2009/12/how-to-recover-grub2-linux.html01:13
ahura-mazdais that for me triunity?01:13
noobuntuthanks, i'll try ;)01:14
xbuntucant u edit a line in grub to make it grub2?01:14
meterpreter10!grub01:14
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)01:14
ahura-mazdawhere are u guys..01:14
=== ar0nic is now known as marowanna
triunitymeterpreter10, the ResoreGrub link is nice, but doesn't actually tell you how to do anything.01:15
triunityIts like an artical titled: How to Build a car -- Article text: set 1, build car.01:16
triunitystep 2, finished01:16
xbuntucant u get to grub by doing thi01:16
xbuntusudo gedit /etc/default/grub.conf?01:16
triunityxbuntu, not grub2.  that was for grub101:16
triunityIf i recall01:16
xbuntuwell i have a change and dumb ? i may be wrong here or right01:17
xbuntuwhats the default cmdline linux01:17
xbuntuquiet splash?01:17
aosurHow can I resume mirroring with wget?01:17
xbuntulike if u went into /etc/default/grub.. says GRUB CMDLINE_LINUX_DEFAULT=" "01:18
xbuntumine says nomodset01:18
Stanley00aosur: use wget -c ....01:18
xbuntui thought the default is quiet splah01:18
oliver_@triunity, the issue is, why does it happen although i was able to share his file over the network and i was able to see it but when im trying to view it error occurs01:18
xbuntusplah*01:18
xbuntusplash*01:18
aosurStanley00: I tried that, but the problem was, it wasn't downloading links from pages that had already been downloaded.01:18
user0hello, i am searching for a tool like JDownloader or User Share Downloader, but for Linux. Can you advice any?01:19
oliver_hellow anybody can help me??01:19
aosurStanley00: So basically, for any file where it would give "The file is already fully retrieved", it would not add the links from that file to the queue for mirroring.01:19
xbuntuanyone know any fixes about adobe crash?01:19
user0i also want to make a router reset (if the tool does not), how can i do that on ubuntu 10.04?01:19
xbuntuI keep gettin crashes01:19
Stanley00aosur: yes, because that file is already download01:20
aaashow do you restart sound in 11.0401:20
Stanley00aosur: *downloaded01:20
oliver_hellow01:20
xbuntualsa force-reload01:20
oliver_hellow anybody can help me/?01:20
aosurStanley00: The problem is, the files linked from that file aren't already downloaded. So I'm getting an incomplete mirror. However, I've already downloaded a few hundred MB (a few hours of waiting) and I don't want to remirror the whole site to get those links.01:21
rhin0sup oliver_01:21
xbuntuif it gives u an error try sudo -i01:21
xbuntuthen do it01:21
oliver_i have a problem with the other version of ubuntu01:21
rhin011.04?  11.10?01:21
rhin0xubuntu?01:21
Stanley00aosur: is that an htm file?01:21
oliver_11.0401:21
rhin0what problem01:21
oliver_@rhino 11.0401:21
meterpreter10!boot01:22
ubottuBoot options: https://help.ubuntu.com/community/BootOptions - To add/remove startup services, you can use the package 'bum', or update-rc.d - To add your own startup scripts, use /etc/rc.local - See also !grub and !dualboot - Making a boot floppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see https://help.ubuntu.com/community/SmartBootManagerHowto01:22
aosurStanley00: Which one? There are htms, pdfs, MS Word, images, maybe other stuff.01:22
Stanley00aosur: and where does it link to? another domain?01:22
oliver_@rhin0 :when i am trying to access his jpg files, over the network, it wont open it says error01:22
rhin0over nfs?01:22
aaasthanks xbuntu but I guess i have a different question since that didn't work:  anyone able to get jack to work after putting computer to sleep/suspend?01:22
oliver_ @rhin0 : nope..01:22
rhin0no idea -- try with "display"01:22
aosurStanley00: What I'm running is wget -mk -t 5 --no-parent -c http://std.dkuug.dk/jtc1/sc2/wg2/ .01:22
rhin0maybe the access rights won't allow you to see them oliver_01:23
oliver_ @rhin0 : okey so what shall i do?01:23
aosurStanley00: So I'm trying to get all of the files that are in http://std.dkuug.dk/jtc1/sc2/wg2.01:23
rhin0maybe they are not jpg s (corrupt)01:23
rhin0see if they are visible from the source machine01:23
Stanley00aosur: wait a min, i'll check that link01:23
rhin0check the file permissions01:23
aosurStanley00: Ok, thanks.01:23
oliver_ @rhin0 : they are visible from the source machine.. its no problem..01:24
rhin0try copying them -- ttry in the browser try using "display" command01:24
=== dreamtraveler is now known as noobuntu
rhin0gotta go01:24
oliver_ @rhin0: how can i check the file permission and change? i dont know the commands..01:24
xbuntuaaas whats wrong with sound?01:24
rhin0chmod is permissions of files ls -l shows you the permissions01:24
Nautilusi've upgraded from 8.04 to 10.04, and now I can't login via ftp ... suggestions on troubleshooting appreciated01:24
rhin0if you can see the files dump them there shouldn't be a problem01:24
rhin0permissions are read write and execute01:25
Stanley00aosur: you need all the doc in that site, or you want to mirror that?01:25
aaasxbuntu im using jack and everything works great, but after putting it to sleep jack wont start anymore..im not the only one: http://ubuntuforums.org/showthread.php?p=11288718#post1128871801:25
Awesomo_2000hello01:25
rhin0Nautilus: check your firewall is allowing the ftp port -- check that there is an ftp server01:25
dragonkilleri am have a problem with the 11.04 livecd01:25
dragonkillernot booting all the way01:25
rhin0nautilus -- on 10.04 the firewall is ufw (command) it is not enabled by default01:25
Nautilusrhin0: not the firewall, that didnt change... besides, this is within my lan.01:26
Nautilusoh that firewall01:26
rhin0nautilus if you have upgraded and previously ftp was set up it will not be there01:26
aaasxbuntu yes let me paste output01:26
aosurStanley00: Both.01:26
rhin0see if you have an ftp server extant01:26
Stanley00aosur: because some of the link links to another domain, and with --no-parrent, I doubt wget can download that kind of link01:26
aosurStanley00: Well, it was working fine, until it got interrupted and I needed to resume it afterwards.01:27
aaasxbuntu http://paste.ubuntu.com/697615/01:27
Stanley00aosur: try without --no-parrent, hope it helps01:27
aosurStanley00: So apparently the type of website works fine, but the resuming doesn't…01:27
xbuntulol i get the same thing and my sound works01:27
dragonkilleri can't get 11.04 livecd to boot the selection screen01:27
aosurStanley00: Ok. Thanks.01:28
Nautilusrhin0: sudo ufw status  ->  Status: inactive01:28
rhin0well its not the firewall then01:28
Nautilusi know i can get to it on port 8001:28
aaasxbuntu i think its more of a jack thing than an alsa thing01:28
rhin0see if you have an ftp server running -- google ubuntu ftp server01:28
aaasxbuntu maybe01:28
rhin0you can use sites to check ports -- port checker etc01:29
Nautilusrhin0: I did under 8.04, i know I have a /home/ftp tpp01:29
n00buntutriunity : all i got was : unknown command "sudo"01:29
rhin0its probably because you don't have an ftp server configured nautilus01:29
Nautilustoo*01:29
robot-armyAfter running updates last night, I am no longer able to boot using either the current or previous kernel.  (Ubuntu 11.04)  I am getting the following error: http://i.imgur.com/V9mFk.jpg - Any help would be greatly appreciated01:29
Stanley00!who | rhin0 Nautilus01:29
ubotturhin0 Nautilus: 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 :)01:29
Nautilusrhin0: good chance it's something in config, yea01:29
Stanley00dragonkiller: did you check your cd image?01:30
rhin0nautilus - it will be simple go to google look for setting up ftp server on ubuntu -- go through checklist01:30
Nautilusphone01:30
dragonkilleryep it boot just fine on my wifes laptop01:30
dragonkillerStanley00: it boot jsut fine on my wife laptop01:31
Stanley00dragonkiller: I mean, when booting up your cd, there's an option to check for error, just for sure01:31
ThersiTIf I want a real slim version of Ubuntu to add to and customize myself would server or alternate install be a better choice?01:31
jrib!minimal | ThersiT01:31
ubottuThersiT: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want (the installer is like the one on the !Alternate CD). See https://help.ubuntu.com/community/Installation/MinimalCD01:31
dragonkillerStanley00: it well not get that far as far as it gos is islinux 4.03 and just stops01:31
Stanley00ThersiT: alternate for regular and server for server using ;)01:32
dragonkilleri let it set for 1 hour 1/2 and nothing01:32
n00buntutriunity : all i got was : unknown command "sudo"01:32
aosurStanley00: That worked, thanks!01:32
Stanley00aosur: you are welcome :)01:32
ThersiTjrib: Have not come across that yet. Thank you.01:32
triunitydoes your screen look somethin' like ::      grub>01:32
Ghostx562Hello, I am installing ubuntu server 11.04 and i would like to use 2 hard drives, one for the OS and the other for the data.01:33
Ghostx562How would I go upon reformatting the second drive?01:33
xaviergmailHey I installed steam with Wine but how do I launch it?01:33
triunityGhostx, fdisk is the tool01:33
Stanley00dragonkiller: looks like some hardware issue, sorry I dont have much exp with that...01:34
Ghostx562triunity, i would like to do multiple things using the server os01:34
Ghostx562i know how to do one of them but i don't know how to set the other up01:34
triunityGhost, are you wanting your /home on the "data" side01:34
Ghostx562So that I can install Vbulletin on the same OS01:34
triunityor are you looking the set up the "data" as extra storage?01:34
n00buntutriunity : almost, at the top it says GNU GRUB V.1.99 or something, and the a commandpromt like in dos is a little bit lower and says <grub>01:34
dragonkillerStanley00: 10.4 Should have the same problem01:34
Ghostx562triunity, Would that be better ?01:35
Nautilusrhin0: instructions start with apt-get of vsftpd, but I should have that already?  Or was 8.04 a different daemon?01:35
rhin0no idea -- try in stalling it i- if it isn't there nautilus it will just install01:35
triunityN00buntu, you aren't in the live cd, for the commads to work you have to boot to your cd/usb01:35
rhin0chekc the instrucitons you are using are for 10.04 nautilus01:35
Nautilusrhin0: this ok?: https://help.ubuntu.com/10.04/serverguide/C/ftp-server.html01:36
triunityGhost, i find that having my /home on the secodary hdd is good for protection and speed, but thats just me01:36
Ghostx562what software would i install so that i can upload VirtualBulletin on the same Server?01:36
rhin0from the url its ftp server for 10.04 yes nautilus01:36
Stanley00dragonkiller: I mean maybe you have some special hardware that is not yet supported, or some kind of that, but I;m not sure01:36
Ghostx562I have selected OpenSSH, and Samba File Server01:36
n00buntuhmm..will try, but last time i tried it just stood there for an hour or something... doing nothing..01:36
Ghostx562triunity, I will use it as is and use the second drive for data storage01:36
dragonkilleri guess i well have to stick with 10.401:37
triunityWhat is VirtualBulletin?  Is it on top of apache?01:37
n00buntuand i could not press any keys01:37
triunityif so, install LAMP01:37
Ghostx562I know VB uses MySql, and PHP01:37
triunityOk, if its using MySQL and PHP, it is using apache as well, you need to install LAMP ( it should be in the list)01:37
triunityN00buntu, You really need to get the live cd working, if that fails nothin' is going to work01:38
Stanley00dragonkiller: dont know if this help, but you can try an alternate cd, if there is a problem, alternateCD will give more info...01:38
Ghostx562Ok01:38
n00buntuallright01:38
triunityLAMP == Linux Apache MySQL PHP01:38
n00buntuthanks01:38
n00buntu:)01:38
triunity:D01:38
Ghostx562Do I need anything other than LAMP, OpenSSH, and Samba FS?01:38
triunityWhy are you installing Samba?01:39
Ghostx562I will also be using as a media server01:39
Ghostx562i will be using stonetomb01:39
Nautilusrhin0: just looking before I do anything... I don't see vsftpd in /etc/init.d, nor any other ftp that I can see... but shouldn't something be here if it was installed before the upgrade?01:39
triunityAhh ok, Then no that's it.  If you want and your IP provider allows, the mail server is kinda nice to play with01:39
triunityOther than that, you are set to install!01:40
Ghostx562lol Its actually called MediaTomb01:40
rhin0didn't know you could "upgrade" from 8.04 to 10.04 no idea nautilus ... should be able to query the server /etc/init.d vsftpd restart? ??01:40
Nautilusrhino: OH I did find a /etc/init.d/proftpd01:40
Ghostx562Do I need Samba for mediatomb?01:40
triunityDont have a clue what mediatomb does/is... can't help you01:41
Ghostx562Im looking on the site now01:41
Ghostx562doesn't look like i need it01:42
Ghostx562If i need it in the future I can install using apt-get right?01:42
triunityAbsolutly!01:42
sdperez79whats the best media player in ubuntu?01:42
Ghostx562Ok its installing now01:42
segolI need to disable KMS on i845 GPU, using "sudo echo options i915 modeset=0 > /etc/modprobe.d/i915-kms.conf" gets a "permission denied"01:42
triunitysudo apt-get install samba :D01:42
rhin0have to go Nautilus -- good luck - with investigaiton you will nail it01:42
triunitysdperez: go with VLC :D01:43
Ghostx562sdperez79, rhythmbox or install vlc01:43
Nautilusrhin0: thanks! Got me started01:43
Ghostx562triunity, it asks to create a password for MySql root user01:43
Ghostx562Do I use any password?01:43
triunityYea, make it whatever you want :D01:44
sdperez79is it true on linux you dont have to defrag or need antivirus??01:44
triunityTip dont use special charaters01:44
MneumonicI don't defrag or run antivirus on linux01:44
Ghostx562Ok01:44
Ghostx562numbers are fine?01:44
triunityVery true, linux can't be defraged because of how the file system works01:44
triunityYep01:44
Mneumonicyou CAN run antivirus (ClamAV) but i don't really think its a concern right now01:44
airstrikehello01:44
Mneumoniclinux file systems don't fragment01:44
triunitynumbers are great ghost01:44
airstrikewhere are vim color files supposed to be located in ubuntu 10.04?01:45
triunityjust using ()?% can break some programs in you password field01:45
airstrikebetter yet, how can i specify that they are in ~/.vim/colors?01:45
kazzythere are a few commercial antiviruses now for Linux, but it's hardly necessary01:45
MneumonicJust remember, you CAN get a virus on linux01:45
sdperez79wow! Im starting to really like linux just would like to learn the terminal better use to dir ect01:45
Mneumonicit is theoretically possible01:45
centHOGGyeah not enough peeps are stupid enough to use linux for a desktop01:45
RyuGunsErm..01:45
MneumonicIt's just improbable anyone will write one since the user base on Windows is much higher01:46
RyuGunsWhat is a great Intrusion Detection System?01:46
triunityLoL mneumonic, the biggest virus on linux, had an uninstall feature with a log output ;)01:46
kazzyMneumonic, you can get a virus, and it's likely that it'll be really hard to remove because it's not found by an antivirus01:46
triunityRyuGuns, SNORT01:46
RyuGunsOkay, thanks. :D01:46
triunityYeppers!01:46
RyuGunsWhat is the channel for non-support?01:46
MneumonicI would be interested in hearing about someone getting a current antivirus01:46
Mneumoniccurrent virus*01:47
ikoniaRyuGuns: #ubuntu-offtopic ?01:47
triunityThere are a few antivirus programs for linux, like panda if i recall01:47
airstrikewhat's the channel *for* support?01:47
RyuGunsThanks.01:47
ikoniaairstrike: your in it01:47
triunityairstrike, this channel01:47
MneumonicClamAV is the antivirus i've heard people use01:47
ablysseset nod has beta antivirus for ubuntu01:47
ikoniait is pointless to use clamav to protect Linux systems01:48
sdperez79Do yall know a decent fps online game for linux?01:48
MneumonicUrban Terror01:48
|Slacker|saurbraten01:48
MneumonicNexuiz, Sauerbraten, Enemy Territory01:48
triunityclamav typically is used to test for windows viruses to stop the spread of viruses01:48
ablyssunreal tournament01:48
triunity:D unreal :D01:48
xaviergmailHey I installed steam with Wine but how do I launch it?01:48
viktyr_korimirOkay. I have two hard drives, C and D, from before I installed Ubuntu. I reformatted C during the install, but kept all of the data on D.01:49
segolWhy can't I disable KMS on an i845 GPU? following the wiki guide it tells me permission denied even if I use sudo01:49
|Slacker|prolly wine steam.exe or whatever its name is01:49
pujgerIs there a way to do set up asterisk for outside and inside calling on its own without a device?01:49
viktyr_korimirWhen I attempt to set the executable bit on programs on D-- I have WINE-- it immediately unchecks itself.01:49
airstrikehow can i define where my vim config files are located? i want colors, plugins, docs, etc in ~/.vim01:49
viktyr_korimirWhat's making it do that, and how do I make it stop?01:49
ablyssviktyr_korimir: D = cdrom would be read-only01:50
pujgerlike turn my computer into a VoIP server and call outbound using my modem, having it connected to my01:50
jribairstrike: that's default01:50
triunityviktyr, try doing: sudo chmod 755 [program name]01:50
triunitysudo chmod 755 /media/randomgame/cookiemonster.exe01:50
Stanley00viktyr_korimir: what fs is on D drive? NTFS? FAT?01:51
viktyr_korimirStanley00: How would I check that? I know that it is a 1 TB drive that was originally operated under Windows 7.01:51
triunity1tb on windows means it HAS to be NTFS01:51
pujgerlike turn my computer into a VoIP server and call outbound using my modem, having it connected to my voip server do outbound calls like 18085463840@something.com01:52
pujgerHOW DOES IT WORK!01:52
pujgerHOW DOES IT WORK!!01:52
FloodBot1pujger: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.01:52
pujger¦ºÍyÿ¸-µúbォZf“ƒOƒ‹*hëf[U901:52
pujger*]9-<^e+Ȅ9<*ٙvJn2d5MBn3z?I3lW01:52
pujger¨Ò*‡:6¼#O¡ðƒà'áföˆ?ó\=2u°îȾ­]^ÚÑÎvò$ˆ»A{Ÿ(™Ð"m\åÓU=u#G#l'þQ9ô˜¯;ò¿01:52
pujger)öô5BÁ01:52
airstrikejrib: hrm, something else must be off then01:52
FloodBot1pujger: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.01:52
pujger$nLpu\e8o,301:52
pujgerѴ̴Av7H)qB|AMofC'x~ا4VlͿt,+Vk( UaU/on/&o׈HBQ~22L.ȅO.4AMbJ2ZJdUHo_`q@llC-ˢt%G (N[nk3K>;:kw01:52
triunityviktyr_korimir, try something like,:::: sudo wine /path/to/program01:52
Stanley00viktyr_korimir: hmm, look like some Microsoft stuff, you can set "x" mode on NTFS, or FAT fs, try move your file to ~ or /tmp if you want make it executable01:52
triunitysudo will give you execution rights, and wine will allow program to run01:53
rodrigoaca01:53
RyuGunsIs the source code for FloodBot available anywhere?01:53
pudger6R*yl\E -F]-7EB, jh%WQPnu uDe>hEE oD:\?[D i,|A?b}g &)H.]C;Y01:53
pudger`Ix^Wtf -A{t|= .oaEt{Z{ I-aQm6FW /+R\?m[n WC)P_ B/?N&Za01:53
pudgerq1[oePr( c<Y:%< AF+D~>M 3WpUDSqL  <'gEA .";I1Ej )?Q\^vPc01:53
triunityLow Orbit Ion Cannon works...01:53
pudgerd`IjPT<J ~P=;gM+e GURQxMY' /t<o?pf H|uq!)i [qETJ]:i y\+@LO[01:53
triunity;)01:53
TrueColorssudo aptitude install python-software-properties01:53
pudger_WAIj7^ :0mEVwA, @(D@z1 Vm$vFV#W QFY&tb+L r(O^K{nN Z'v~1QGA01:53
TrueColorssudo: aptitude: command not found01:53
pudger[:Zb xVH$ydHR !S|+mvJ> Fv#y{j^ &Dg^OF4 {W]~gF&x EWP)ccKn01:54
pudgerjJBN}z_g \e#(VQM -tOI^w pMLr}FJN FSn5Eg$z !K#l?)^' ]L}X{xE01:54
pudgerQMZ?&\XO t[*+fnrP &UG3d)x_ 9ZJ~,A&/ %dzS}fD F{`?iP[\ xWZgk{$X01:54
triunityTrueColors, use apt-get not aptitude01:54
TrueColorsdo I need to do... sudo apt-get install aptitude ?01:54
pudgerjc8rZD=> oapguSt M>|jybT )}.[vY=m Iy knisM gU|{!!z \.<{0,*,01:54
pudgerANSWER MY QUESTION!01:54
RyuGunsYou can use /ignore01:54
pudgerp{5$X4 K?__{&} %TcNj/IB HDI{_+u% +RK*\X@ 5;nyF*| .siXO(01:54
OerHeks!ops01:54
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, nhandler, Jordan_U, or rww!01:54
pudger^kVwK;mr \d``/Wr ^Q,pR8DQ J?>GX"p H?4^~'p .*@$BtKd ~yZw{<.01:54
Ghostx562triunity, how would i format the drive now that it finished installing01:54
triunitysudo apt-get install python-software-properties01:54
Ghostx562ps its like terminal only01:54
triunityYea, servers dont get GUI's01:54
Ghostx562or the command line01:54
Nautilushas Ubuntu switched from ProFTP to VsFTP from 8.04 to 10.04?01:55
RyuGunsIs the source code for FloodBot available anywhere?01:55
triunitysudo fdisk -l will tell you the drives01:55
triunityhttps://help.ubuntu.com/community/InstallingANewHardDrive01:56
triunity1/2 way down you will see "Command Line Partitioning" follow that :D01:56
TrueColorstriunity, why shouldn't I use aptitude?01:56
Ghostx562only shows one and for another it says disk /dev/dm-1 doesn't contain a valid partition table01:56
OerHeksGhostx562, try Gparted01:57
triunityOerHeks, he is on a server w/o a gui01:57
Ghostx562and i don't see anything about command line partition01:57
triunityTrueColors, only because there is no need for 2 programs that do the identical task, you have apt-get use it ;)01:57
bekorhi all anyone no how to fix choppy video problems?01:58
OerHeksGhostx562, easy > https://help.ubuntu.com/community/InstallingANewHardDrive#Command_Line_Partitioning01:58
OverworkDL1Why on *EARTH* does bash autocomplete (hit tab) the command "ls $HOME/di" into "ls \$HOME/directory"?!  Hit enter instinctively and guess what, not found.  And no I am not using $HOME, I am using other ones similarily, but that makes no sense!?01:58
Ghostx562Thanks!01:58
Ghostx562Be back later01:59
triunityGood luck!01:59
thenickpersonhey01:59
OerHeksOverworkDL1, don't use tab for autocomplete then ?01:59
xbuntuhow do u change the splash screen?02:01
xbuntugrub?02:01
bekorhi, i made the dumb mistake of trying to install docky on ubuntu 11.04 unity 2 and messed up video quality.any suggestions?02:01
polecat_Disk utility should REALLY be able to select where on the FS the unmounted disk is being mounted to.  It defaults to /02:01
thenickpersonxbuntu, you mean the ubuntu logo with the loading thing?02:02
xbuntuyes02:02
xbuntuis that done by going to etc/default/grub02:02
xbuntu?02:02
bekoranyone available?02:02
polecat_hi bekor, ask your question02:02
ikoniaxbuntu: that's plymouth02:02
ikoniaxbuntu: grub is the menu you get when you first boot the machine, plymouth is the "loading" screen while the OS boots02:02
psingh@bekor, I use docky with 11.04 (with the classic interface) and have no issues.02:03
thenickpersonhttp://ubuntuforums.org/showthread.php?t=1147802:03
xbuntuerm so how do u change the splash screen?02:03
ikoniaxbuntu: the grub menu screen ?02:03
xbuntuNo like the image02:04
ikoniaxbuntu: the image behind the grub menu ?02:04
xbuntusomeone told me to use gnome splash manager02:04
Islamhi guys02:04
xbuntubut then someone said it doesnt work02:04
xbuntuon 11.0402:04
OverworkDL1OerHeks:  What should I use for autocomplete?02:04
ikoniaxbuntu: which "spash" do you mean02:04
bekori messed up my video quality trying to install docky on ubunyu 11.04 can not really tell what i did but i have deleted docky and what ever i had to install to get their i think is their away to restore default settings or repair to original state/02:05
xbuntulike when u login02:05
xbuntucan u change that screen or no02:05
ikoniaxbuntu: the grub one (menu) the ubuntu loading screen (plymouth) the ubuntu login screen (gdm)02:05
thenickpersondid you uninstall it?02:05
OerHeksOverworkDL1, you udes TAb to autocomplete, if you hit it once more, maybe you get an other autocomplete result02:05
thenickperson(bekor)02:05
xbuntuLogin screen02:05
Nautilusin /etc/init.d I have a proftpd file, does that indicate that I was probably using ProFTP before my 8.04->10.04 upgrade?02:05
=== Auriel_ is now known as Auriel
psingh@bekor, what do you mean "video" ?02:05
bekorim sorry what?02:05
OerHeksr/udes/used02:05
ikoniaxbuntu: gdm's quite tricky to modify at the moment.02:05
xbuntuOk then how do u modify the loading screen02:05
ikoniaxbuntu: what version of ubuntu ?02:05
* cakeb0ss ( NoNameScript 4.22 :: by greeny & mute :: www.nnscript.com :: www.esnation.com )02:06
xbuntu11.0402:06
ikoniacakeb0ss: please disable that script02:06
bekorwell it is just my video quality is choppy like when playing a video clip02:06
ikoniaxbuntu: gdm2 in 11.04, there are really frustrating limitations with it, due to some changes in the tool02:06
OverworkDL1OerHeks:  I only hit it once, say you have a directory in your home directory named directory, do this:  ls $HOME/d<TAB>02:06
Islamhow can I delete the recent opened files and where should I find the shortcuts folder for it ?02:06
xbuntuso u can just modify a line or something?02:06
ikoniaxbuntu: no,02:06
xbuntuso what is ur advice? to give gm2 a shot?02:07
ikoniaxbuntu: your already using gdm202:07
psinghbekor: honestly, that doesn't sound like a docky related issue.  Did you install the medibuntu packages?02:07
xbuntuerm02:07
xbuntuyeh02:07
xbuntunvm02:07
xbuntuUmm02:07
FloodBot1xbuntu: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.02:07
xbuntuso is there any programs02:07
ikoniaxbuntu: that's the login manager in 11.0402:07
ikoniaxbuntu: you can't really modify it easy/well02:07
bekorno should i>02:07
ikoniaxbuntu: there used to be, but changed in gdm2 stopped them working02:07
ikoniaxbuntu: people didn't develop new ones as they where waiting for gnome302:08
ikoniaxbuntu: (why bother developing for gnome2 when it's dead)02:08
psinghI use medibuntu to get the codecs to play media files.  It helps a-lot.02:08
thenickpersonyeah. if you really want an awesome login screen, update to ubuntu 11.10 beta. or just wait a few weeks for it to be stable02:08
escottIslam, there was a .recently-used file in $HOME but more recently it moved to gnome-activity-journal02:08
xbuntuHow about the loading screen when i first start up my os02:08
bekorpsingh is that something i should do?02:08
thenickpersonit uses lightdm, which is reallya wesome02:08
xbuntunot grub because this is the only os i have on my machine02:08
ikoniaxbuntu: the grub one ? or the OS loading one02:08
Islamso where should I find it ?02:08
SIFTUxbuntu: grub, splashy, gdm are all the things you see02:08
ikoniaxbuntu: plymouth, that's quite tricky to mofidy too02:09
xbuntuLol02:09
psinghbekor: try it.  Let me pasebin you the instructions...02:09
carloshola amigos soy nuevo en en ubuntu quisiera saver donde esta el chat en español02:09
SIFTUikonia: oh its plymouth on ubuntu?02:09
rww!es | carlos02:09
ubottucarlos: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.02:09
bekori am using  unity 202:09
ikoniaSIFTU: it was, I'm now doubting if it got changed to splashy02:09
bekori only have 512mb Ram02:10
SIFTUikonia: you are probably right02:10
psinghbekor: http://paste.ubuntu.com/697634/02:10
ikoniaSIFTU: I'm not %100 now, you've got me doubting02:10
carlosubottu: tambien hay uno de estos en español yo ya lo tube solo que no me acuerdo02:10
ubottucarlos: I am only a bot, please don't think I'm intelligent :)02:10
SIFTUikonia: as I dont run ubuntu I take your work for it.. if they were using pylmouth they probably still are02:10
psinghJust be sure to use the 32 bit cdecs instead of "w64codecs" if you are using i38602:10
ikoniaSIFTU: I'm reasonably confident for 11.04,02:11
polecat_holy crap firefox is a memory grabber02:11
bekorwill that work with unity2>02:11
psinghbekor: full instructions are here... https://help.ubuntu.com/community/Medibuntu02:11
xbuntuLol02:11
xbuntuI think i can change the loader for grub just like that02:12
bekorwhat i meant to  ask was will it work with unity 2?02:12
psinghbekor: I don't see why it wouldn't.  It's just video and audio codecs.02:12
ikoniaxbuntu: I don't think so, try it02:12
mae_taehow do i resolve this unknown instance error in squid?02:12
bekorthank you02:12
xbuntuall u gotta do is open nautilus with root... go to boot/grub/ and paste new items exp something.png... then sudo update-grub02:12
ikoniaxbuntu: that's the grub splash image02:13
psinghbekor:  But your issue might be something other than your codecs.  One possibility is that Unity 2 is using more CPU resources, and not leaving enough for your video playback.02:13
xbuntuyeh? u said there all tricky02:13
Islamhow can I get to the file containing my recent opened files ? the shortcuts folder where I can delete them ?02:13
ikoniaxbuntu: you didn't want the grub menu image, you wanted the loading screen02:13
escottIslam, install gnome-activity-journal02:13
xbuntuyeh i know02:13
bekorwould classic work if that was the case?02:14
xbuntui was just saying02:14
ikoniaxbuntu: that's not set in grub02:14
xbuntuI know i know..02:14
ikoniaxbuntu: the grub menu image is set in grub02:14
mae_taehello people, how do i fix this unknown instance error in squid?02:14
psinghbekor:  I am running 11.04 with "classic".  I am *VERY* pleased with it.02:15
SIFTUxbuntu: plymouth doesnt see too bad to configure either02:15
xbuntu^02:15
ikoniaSIFTU: it's a bit sloppy with the ubuntu implimenting in the initrd02:15
IbisIs there a way I can use root privledges to force a process/program to run as a non privledge user, but they will be able to open port lower than 1000?02:15
SIFTUikonia: yeah to get it up as soon as possible.. but changing the theme isnt that bad02:15
ikoniaSIFTU: I believe the theme is actually in the initrd02:16
ikoniaSIFTU: I'm working from memory, so could be wrong02:16
SIFTUyep.. so you rebuild that02:16
bekori tried classic to see if it would make a difference and it was the same issue so it may be the codecs like you said02:16
SIFTUikonia: you look right02:16
ikoniaSIFTU: each kernel update will cause a problem02:16
xbuntuikonia02:17
xbuntutype02:17
polecat_ugh that's why banshee is taking up everything, it's downloading every cover art availiable for my substantial music collection02:17
xbuntuapt-cache search plymouth-theme02:17
psinghbekor:  yes, try the codecs.  They may make better use of your hardware acceleration.02:17
xbuntuin term02:17
FloodBot1xbuntu: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.02:17
escottIbis, http://serverfault.com/questions/112795/how-can-i-run-a-server-on-linux-on-port-80-as-a-normal-user02:17
daddyhi any one gay ?02:17
xbuntuLOL02:18
centHOGGno two gay02:18
psinghbekor:  if you are not running an x64 machine, please note that the steps will be the same as what I sent to you in pastebin, but you will have to make slight adjustments to make sure you get the 32 bit packages.02:18
xbuntuikonia did u run that in term?02:18
ikoniaxbuntu: I don't need to02:18
ikoniaxbuntu: no02:18
daddyi'm gay buntu ! lol02:18
daddywonder if unbuntu runs on arm ?02:19
centHOGGprob02:19
bekor.ok do you know how i would do that?02:19
psinghbekor: one min...02:19
xbuntusudo update-alternatives --config default.plymouth02:20
xbuntuwhy does it say nothing to conf02:20
xbuntu?02:20
ikoniaxbuntu: because there is nothing to config02:20
IbisThanks escott.02:20
psinghbekor: do the first three steps listed here: http://paste.ubuntu.com/697634/02:21
bekorok02:21
psinghbekor: but for the third step, type "sudo apt-get install w32codecs" instead.02:21
xbuntusudo apt-add-repository ppa:mefrio-g/plymouthmanager02:22
xbuntuthere02:22
xbuntugot it02:22
xbuntu:)02:22
xbuntuty02:22
FloodBot1xbuntu: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.02:22
ikoniaxbuntu: be aware that each kernel update will overwrite the initrd that contains the02:22
ikoniacontains the theme02:22
psinghbekor: are you having issues with flash video, dvd video, or a local video file?02:22
dtiguewhat channeldo i join for the beta version of ubuntu02:22
bekorgreat i do not know how folks like you know all this stuff02:22
ikoniaxbuntu: also be aware that adding random PPA's may cause you issue with dependency conflicts, try to keep a track on them02:22
bekormolvie type vids02:23
psinghbekor:  learned the same way you are learning right now!  (And trust me, I'm a noob compared to some of the other guys out there).02:23
bekorthanks friend i will let you know how it goes02:24
xbuntuthe config is in /lib/plymouth/themes/default.plymouth02:24
psinghbekor: good luck!02:24
ikoniaxbuntu: I know where the config is02:24
ikoniaxbuntu: the issue isn't the config file,02:24
Gr3mlinis there a queue type system here?02:24
ikoniaGr3mlin: nope, just ask02:25
dtigueisn't there a specific channel for issues with ubuntu 11.10 beta 202:27
ikoniadtigue: #ubuntu+102:27
dtigueyup thanks....i couldn't remember the name02:27
Gr3mlinoh. cool! ok, i have a simple question, i think my understanding is incorrect. ( i just installed ubuntu server 11.04 and the openssh. i wont to know, is there a way using ssh to run commands, then close putty and the executed command stays running?02:27
ikoniaGr3mlin: you can either use "nohup" on the command, or use a tool like screen02:28
ikoniaGr3mlin: are you aware of either ?02:28
Gr3mlinikonia: nope! :( im rather new to the headless server side of things.02:29
ikoniaGr3mlin: what sort of thing are you trying to run/keep running02:29
Gr3mlinikonia: its a Minecraft server.02:29
ikoniaGr3mlin: http://en.wikipedia.org/wiki/Nohup02:29
ikoniaGr3mlin: http://www.kuro5hin.org/story/2004/3/9/16838/1493502:30
Milez-screen is the best!!!02:30
ikoniaGr3mlin: have a read through those, see which method you like best, both will work with a minecraft server02:30
bekorpsingh still waiting for terminal to finish i have another question02:30
ikoniaGr3mlin: pros/cons to both02:30
Gr3mlinthanks looking at them now ikonia.02:30
psinghbekor: shot02:31
psinghbekor: shoot02:31
bekorit finished just a second02:31
bekorstill weird do i need to reboot?02:32
psinghbekor: should not need to reboot.  What video are you having trouble with?  Is it flash, dvd, or something else?02:33
dtigueis there a config file somewhere that allows me to insert wireless network keys, network maager won't remember them02:33
bekorflash drive and dvd player02:33
ikoniadtigue: #ubuntu+1 is the right place02:33
psinghbekor: What happens if you copy the flash drive video to your hard disk?  Does it run smoothly then?02:34
bekorwas not having trouble until i tried to install the gnome desktop invironment thingy so i deleted that and still issues02:34
psinghbekor: how did you delete it?02:35
Gr3mlinikonia: thanks, i think i'll look at screen nohup doesnt really let you watch whats going on asfar as i can see.02:35
Milez-this is bullshit!  (╯°□°)╯︵ ┻━┻02:35
ikoniaGr3mlin: it does, it outputs to a file called nohup.ou02:35
ikoniaGr3mlin: it does, it outputs to a file called nohup.out02:35
bekorfom the software manager where i inst6alled it from02:35
psinghbekor: which package from software manager?02:36
bekorit gave me a debian tipe start up page02:36
Gr3mlinikonia: i saw that, i ment, i can login, and execute a command on the running server.02:36
bekori will look again02:36
ikoniaGr3mlin: whatever works best for you, that's the best way to do it02:36
grafthi, i'm getting this message when i try to upgrade to natty: Failed to run /tmp/update-manager-p6btsE/natty as user root. Wrong password.02:36
psinghbekor: I want to see what this package is, and why it would mess up your video???02:37
graft(obviously, the password is not wrong)02:37
ikoniagraft: you shouldn't be root02:37
ikoniagraft: you should be using sudo02:37
graftikonia: i'm just hitting 'upgrade' via the update manager02:37
bekori will find it02:37
psinghk02:37
graftikonia: that's what happens when i put my password in the authorization box02:37
Gr3mlinikonia: thanks for you help! :) nother question, any good TEMP monitoring / fan controlling cmdline you know about?02:37
ikoniaGr3mlin: is that file there ?02:37
ikoniaGr3mlin: lmsensors02:37
ikoniaGr3mlin: sorry, I meant the first line for graft02:38
ikoniagraft: is the file in /tmp ?02:38
bekorgnome desktop invironment with xtra components it is called02:38
graftikonia: yeah02:38
ikoniagraft: have a look at it, does it look like it can be run valid ?02:38
graftikonia: it's just a python script that runs DistUpgradeMain.main()02:38
Gr3mlinah, ikonia thanks! :) i have looked at lmsensors. but it didnt detect my MB.02:39
ikoniagraft: do you have a root password on your system ?02:39
graftikonia: not that i know of... it's possible i set one in the dim dark past, but why would the upgrade manager be asking for that anyway, even if it existed?02:39
ikoniaGr3mlin: you can manually configure it, it's a little more complex though02:39
ikoniagraft: it's not asking that password, if you set a password for root, certain situations can break the sudo authentication model02:40
Gr3mlinok, thanks! :) have a good evening!02:40
segolHow do I disable KMS? Following the ubuntu wiki I get told I don't have permission to access the file even passing a sudo check02:40
graftikonia: well, the root password in /etc/shadow is !02:40
ikoniagraft: so it's not set, which is normal02:40
ikoniagraft: if you run gksudo update-manager does it work ?02:41
misaqhello02:41
alexbobpwhat's the name of the graphical driver installer on ubuntu?02:42
misaqI installed Ubuntu over Red Hat. now I cannot boot Redhat. what is the problem?02:42
alexbobpto run from the run dialog or command line02:42
graftikonia: ah yes, that works... hopefully whatever is busted won't matter02:42
graftikonia: thanks!02:42
psinghbekor: I searched for "gnome desktop environment" in Ubuntu Software Center, but I'm not sure I can figure out exactly what you had installed.  Can you cut and paste the package name?02:42
ikoniamisaq: you've installed ubuntu over redhat, that's the issue02:42
ikoniagraft: I wonder if your sudo auth session just timed out/failed,02:42
bekori will try02:43
graftikonia: nope, i had this problem a few days ago, too02:43
ikoniahow odd02:43
ikoniagraft: never seen that before02:43
graftikonia: this is the second time i am trying to upgrade, last time i downgraded by hand, which was weird and unnatural02:43
graftikonia: i'm sure i messed something up in the process which is at fault02:43
ikoniapossible02:44
graftikonia: hopefully compiz is more stable now than it was!02:44
bekorit is the first thing you see when you type in gnome02:45
psinghbkor: OK, I see02:46
alexbobpwhat's the command for the graphical driver installer on ubuntu?02:46
escottalexbobp, jockey-gtk02:46
psinghbekor: let me see if I can find a solution for you.  Give me a few minutes...02:47
bekorok02:47
misaqikonia: I did also the vice versa. but I had problem then too.02:48
AkashioHello, has anyone had trouble with the HP Deskjet d2680, or similar series, printing text with a shadow?02:49
ikoniamisaq: the issue you have is grub, the two distrubtions will not play well out of the box, they will need to be maintained with experience02:49
misaqikonia: I have a question. is it possible to have two distributions installed on one computer?02:49
ikoniamisaq: yes02:49
escott misaq they need different partitions02:50
segolHow do I disable KMS? Following the ubuntu wiki I get told I don't have permission to access the file even passing a sudo check02:51
ikoniaescott: it's much more complex than that now02:51
misaqescott: I have assigned them different partitions; different /boot partitions, different / partitions but one swap space.02:52
ikoniamisaq: the problem is boot loader and boot loader maintanence as upates happen02:52
triunityHey I have a question, you know how the ubuntu terminal works like user@computer, how can i change the 'computer' name?02:55
ikoniatriunity: just the PS1 envionrment veriable02:55
ikoniatriunity: do you want to change the prompt, or the actual machine host name02:55
triunityActual Host Name02:56
ikoniatriunity: /etc/hostname and /etc/hosts, then reboot02:56
triunityIts a server, can i do it without going down?  I'd rather stay online02:56
ikoniatriunity: no02:57
maslenHi, my machine first turned off the monitor, and the caps lock, num lock, and scroll lock were all blinking. After restarting, the auto logon appears to function, but it only shows me an empty desktop.02:57
Gr3mlinikonia: is there a way to connect back into the running screen ap?02:57
ikoniaGr3mlin: screen -r02:57
ikoniaGr3mlin: check the link I gave you02:57
maslenI then ran tail /var/log/syslog , and it returned "GLib-GObject-CRITICAL: g_value_get_boolean: assertion `G_VALUE_HOLDS_BOOLEAN (value)' failed" . Can someone help please.02:57
Gr3mlinthanks, i didnt see anything about reconnecting.02:58
Coreyikonia: screen -d -r can fix some of the resolution issues between windows.02:58
escottmaslen, ctrl-alt-f1 to get to a console. then you can try to service gdm restart02:58
Gr3mlinnevermind found it! ;D02:58
ikoniaCorey: very true02:58
maslenescott: It said "Rejected send message..."02:58
triunityOk, hostname makes sense, but what do i change in hosts?02:59
psinghbekor: are you there?02:59
triunitynevermind...02:59
escottmaslen, sudo service gdm restart02:59
StepNjumphi guys, maybe someone could help me. I downloaded a .tar file and now I need to install it. it's all java. The site only says: In order to run TaskUnifier on Linux, download the linux zip file. Once downloaded, unzip it and finally run "TaskUnifier.sh" Which directory should I untar it in? Anybody familiar with Java here?02:59
ikoniaStepNjump: untarit where ever you want, no set location03:00
maslenescott: So it appears ot have done the same as before. It plays the sound, displays the background, and the 'waiting' icon for the mouse. Then it displays the mouse icon on top of the background - no more, and no less.03:00
triunityOhh god, i really hate reboots to my server...03:00
maslenStepNjump: You can extract it anywhere.03:00
StepNjumpikonia, I'm sort of new to linux but am I not supposed to do some chmod stuff?03:00
escottmaslen, some core desktop process is failing03:00
chaos_anyone get compiz to work with gnome3?03:01
ikoniaStepNjump: not if the guide doesn't tell you to03:01
maslenescott: Anything specific you could recommend short of a full reinstall?03:01
StepNjumpok guys and to execute it, I think I invoke it like this right? ./taskunifier.sh?03:01
escottyou can go back to tty1 and export DISPLAY=:0 and try things like unity --replace03:01
maslenescott: I am using Ubuntu classic instead of unity.03:01
ikoniaStepNjump: yes03:01
StepNjumpk thanks ikonia03:01
kaushik_is there a way where each time i start my irc all my channels are joined in03:01
escottmaslen, a reinstall certainly isn't needed you. either update the software, or clear out the existing config for gnome03:02
=== StepNjump is now known as stepnjump_away
maslenescott: I should have the newest version of everything. How can I clear the config?03:02
Stanley00kaushik_: it depends on the client, which client are you using?03:02
=== pavel__ is now known as pvl1
kaushik_xchat03:02
kaushik_freenode server03:02
escottmaslen, mv $HOME/.config $HOME/old_config03:02
triunityikonia, thanks for the help, it worked :D03:03
Stanley00kaushik_: just add the channel to favorites channel03:03
maslenescott: There is no old_config in my $home dir.03:03
blsh0phow do i edit the opacity setting for my windows?03:04
maslenescott: I looked with ls -a03:04
blsh0panyone know how to edit the opacity settings for my windows in ubuntu?03:04
triunityls -Al03:04
triunitythat shows you everything03:04
escottmaslen, mv .config old_config03:05
maslenescott: My bad. I was looking at it like asm. DEST, SRC , not the other way around.03:06
maslenescott: Same issue though after the rename.03:07
blsh0panyone know how to edit the transparency settings for windows?03:08
blsh0pfor my windows in my ubuntu03:08
maslenescott: I ran 'sudo service gdm restart', after renaming the .config file, and still, the same issue03:08
blsh0panyone know how to change the transparency settings for the windows in ubuntu?03:08
ikoniablsh0p: please don't keep repeating the question03:08
ikoniablsh0p: if someone knows they will respond, leave it a while before you ask again please.03:09
maslenescott: It seems gnome-panel had been removed. Reinstalling meanwhile03:09
maslenescott: (So sayeth syslog, anyways)03:09
escott!ccsm | blsh0p03:09
ubottublsh0p: To enable advanced customization of desktop effects in Ubuntu: install 'compizconfig-settings-manager' or 'simple-ccsm'. If you install the latter, a new option will appear in your appearance properties - See also !compiz - Help in #compiz03:09
=== syadamin|away is now known as sysadamin
maslenescott: Woohoo! replacing config + reinstalling gnome-panel appears to have fixed it.03:10
* maslen gives escott a virtual hug & virtual (sorry, I'm still a student) beer03:10
=== maslen1 is now known as maslen
maslenthanks again escott03:12
escottmaslen, no problem03:13
stepnjump_awayis it safe to install sun-java6-jre under 11.04 64 bits?03:16
AmdpcHi..I am trying to mount a 44 gb filesystem of my internal hard drive...It give the foll error http://paste.ubuntu.com/697654/ .Any ides ?03:16
=== stepnjump_away is now known as StepNjump
=== syadamin|away is now known as sysadamin
shadows090Does anybody have any suggestions for working with csv files that doesn't include open office? any other software that I wasn't able to find?03:21
escottshadows090, what do you want to do with the csv?03:22
canurabusI have a messed up grub after formatting my linux partition. So right now I have Windows on another partition and a non-functioning grub. Can I fix grub and get it to boot up my Windows partition?03:22
user0hello, i use linux 10.04 and want to use the jdownloader but the reconnect does not wort. I have the speedport W 920V from T-Com. IP and password of the router are correct there. But what have i to write into the "user" field? "root"?03:23
shadows090escott, well, a general question, a few times i've found myself finding and replacing a few hundred times. i'm searching for a vim plugin right now, but I wanted to search here just in case03:24
escottshadow98, well you could do some sed/vim pattern matching if you can match patterns, or you can load into a tool like R and manipulate the data and save it03:25
escott!grub | canurabus03:25
ubottucanurabus: 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)03:25
jeremy-77I installed the ati proprietary driver from amd web site on fresh install of ubuntu 11.04 32 bit before I ran updates and got 60fps on world of warcraft and then after updates ubuntu booted to blank screen. I reinstalled ati driver and it fixed but then i only get 10fps in game now..  would anyone know what happened or how to fix ?03:26
shadows090yeah i tried doing some :%s type stuff in vim, but it became too complicated. the csv file could have been three patterns, and i would have had to replace with that same pattern. i also thought about doing a quick python script, but it ended up being a bit more than i anticipated. what is R?03:26
G00053how do i access works exchange server ?03:26
fritschG00053: use evolution, should work pretty fine03:26
fritschG00053: just install evolution-exchange03:27
canurabusescott: thanks! :)03:28
escottR is a statistical programming language but it has good data manipulation tools03:28
segolHow do I disable KMS? Following the ubuntu wiki I get told I don't have permission to access the file even passing a sudo check03:29
shadows090escott, that's cool, i'll have to look into that. thanks. i'm going to continue looking for a csv plugin that suites my needs.03:30
G00053fritsch, tried , it isn't working maybe i am doing something wrong becase i can access it on my phone no problem03:30
=== Explodingpiglets is now known as Zeku
graftshadows090: don't bother with R, just use sed and/or awk03:31
segolubuntu:~$ sudo echo options i915 modeset=0 > /etc/modprobe.d/i915-kms.conf03:31
segolbash: /etc/modprobe.d/i915-kms.conf: Permission denied03:31
fritschG00053: which version is the exchange server?03:31
StepNjumpanybody successfully installed sun java JRE for x64 here?03:31
graftshadows090: sed is extremely powerful and perfect for doing batch find/replace stuff03:31
fritschG00053: are you using natty? or lucid?03:31
G00053i couldn't tell you, at least not at this moment since i'm off .03:31
G00053 f15 ,03:32
fritschG00053: your phone is a windows phone?03:32
G00053android03:32
fritschmmh, it connects by imap i think03:32
shadows090graft, is it more powerful than vim though? what i'm trying to do is a little bit beyond what I can do in vim. vim search/replace usually suites me well, but i haven't found a way to fit conditionals or switch cases in them03:33
G00053i grabbed the mapi exchange package but not the other one, i'll try that03:33
fritschG00053: i think you need the evolution integration03:33
jeremy-77I need help with terminal to uninstall my ati proprietary driver03:34
papnaI'm using Natty and occasionally get a situation where clicking a different Window doesn't change focus. I can still alt-tab between the windows. I'm using the proprietary nvidia drivers and no visual effects, if that matters. Is anyone familiar with this problem?03:35
fritschpapna: does you mouse stop working? or does clicking afterwards work again?03:36
papnafritsch: The mouse is fine. I can click inside most windows. For example, I can highlight text in this terminal.03:36
fritschpapna: ah okay, this is another problem i am not aware of03:37
DagmarDoes anyone know of a way to restrict os-prober from bothering with other OSes (or entire other drives)?03:37
DagmarI'm getting a quite lovely "error: out of memory" from grub-update as a result03:38
R1cochethello, i was wondering if it is possible to capitalize the first letter of each word for multiple filenames using mmv?03:38
shadow980 #android03:43
cody__hello i cannot get my webcam to work i open up cheese and the webcam isnt foundhow would i go about finding it03:46
furyoshonenis is possible to set up automatic scripts in xchat to log you in automatically why you open the program?03:46
fritschcody__: which model of webcam do you have?03:46
cody__i have a compaq presrio cq6203:46
bekorhey psingh still their03:47
cody__fritsch, it is built in to my compaq presario cq6203:47
fritschcody__: i do not know of this exact model, but03:47
psinghhi03:47
soreaufuryoshonen: No need for a script.. just select 'auto connect to this network at startup' in the network config dialog03:47
fritschcody__: you could look, if it is registered via usb (internally)03:47
bekorstill issues03:48
fritschcody__: have a look in what: lsusb reports03:48
psingh:(03:48
soreaufuryoshonen: and 'skip network list on startup' in the general network config dialog03:48
psinghbekor:  I guess you'll have to reinstall, unless someone else here can suggest something.03:48
soreaufuryoshonen: Put your favorite channels in the list and you're done03:48
furyoshonensoreau, I already auto connect, I was talking about logging in with a password...03:48
soreaufuryoshonen: There are password options too03:49
furyoshonenie. /msg nickserv identify <user> <password>03:49
bekorcan i reinstall from cd without losing the othe operating sytem on the drivE/03:49
cody__fritsch, how do i do that it jusst gave me a bunch of options03:49
fritschcody__: just use "no options" for now :-)03:49
fritschcody__: open a terminal and typ lsusb03:49
fritschcody__: what devices can you see there?03:49
fritschcody__: something looking like a webcam?03:49
soreaufuryoshonen: In the config dialog for your network, type your password in Nickserv password text field03:50
debwareHi...how to install guest additions on Mac (guest) in virtual box ?03:50
cody__fritsch, nope03:50
psinghbekor: you could.  The live cd will detect your other OS.  You might have to select the partition that *this* OS is on, to reinstall it.03:50
fritschcody__: does this cam have an "off / on" button?03:50
cody__fritsch, http://paste.ubuntu.com/697666/03:51
fritschcody__: there is absolutely no device connected03:51
fritschcody__: this is strange03:51
jimubaohow do u check current running program ?03:51
cody__fritsch, no the cam is built into the laptop03:51
fritschcody__: i know - but03:52
bekorthanks for all your efforts if you ever get to warm come and visit me up here island pond VT03:52
fritschcody__: normally it is done via usb - but internally03:52
psinghbekor: ok, txh03:52
cody__fritsch, ok i get ya so what should i do ya think ?03:52
fritschcody__: are you using the internal touchpad?03:52
R1cochethow do i capitalize the first letter of every word in a filename with bash?03:52
cody__fritsch, the one under the keybourd yes03:53
fritschcody__: on / off button does not exist, you said?03:53
psinghdebware: I'm not a Mac user, but don't you have an option at the top of your virtual machine window that says "Devices" ? Under that, there should be an option "Install Guest Additions".  (Or have you already tried that?)03:54
superdave_Setting up my 11.0.4 box as a wireless AP. Is there any way to hide the SSID?03:54
cody__yes03:54
furyoshonenthanks soreau, found it03:54
fritschcody__: could you pastebin the lspci command?03:55
soreaufuryoshonen: cool, no problem03:55
cody__yes03:55
fritschcody__: a device must use a bus to communicate with the computer - if it is not registered anywhere, there is no chance of loading a driver for it03:55
Ghostx562my hard drive isn't listed using this command03:55
Ghostx562sudo lshw -C disk03:55
debwarepsingh : The iso is mounted.Which File to install I am unable to get it. :)03:55
fritschcody__: sorry for my bad english, i hope you get, what i mean03:55
DagmarWell, no chance for the bus enumerators to load the driver anyway03:56
cody__fritsch, http://paste.ubuntu.com/697667/03:56
psinghdebware: that should create a mounted file system called "VBOXADDITIONS".  So you would navigate there using Finder, and launch the installer.03:57
cody__fritsch, no u are helping out fine you are pretty much explainin it to me as if i were a kid and it is helping alot03:57
superdave_Setting up my 11.0.4 box as a wireless AP. Is there any way to hide the SSID?03:57
fritschcody__: hehe. i also cannot see a webcam device on the pci bus03:57
Ghostx562superdave, on the router?03:57
cody__fritsch, so im jsut screwed?03:57
fritschcody__: this is really strage03:58
fritschcody__: do you have the redmon OS installed, too?03:58
paulus68R1cochet: perhaps this can help you out http://www.issociate.de/board/post/248945/Capitalising_file_names_-_is_this_possible_with_sed?.html03:58
Ghostx562using ubuntu server and my second drive isn't detected using this command sudo lshw -C disk03:58
fritschcody__: if yes, have a look in the hardware manager. look under the usb devices, if there is a webcam, to get an idia which bus it is using03:59
cody__fritsch, so im stupid my comp doesnt evan have one lol i thought it did03:59
SIFTUR1cochet: did you find your answer?03:59
fritschcody__: really?03:59
psinghdebware: when you open up the VIRTUALBOXADDITIONS file system, what files are listed?  There should be an "autorun.sh" file ???04:00
paulus68Ghostx562: isn't the drive malfunctioning?04:00
fritschcody__: hehe, this was fun - it really _does_not_ have one04:00
fritschcody__: just googled the specs04:00
fritschcody__: Also deleted to hit the under-$400 price mark are a Webcam and a fingerprint reader04:00
debware<psingh> yes its there...what next ?04:00
SIFTUR1cochet: cat <filename>|tr '[A-Z]' '[a-z]' | sed 's/\(^\| \)\([a-z]\)04:00
Ghostx562no i was using it shortly before04:01
fritschcody__: was cited from here: http://computershopper.com/laptops/reviews/hp-compaq-presario-cq6204:01
psinghyou can open up a terminal and type "./autorun.sh"  or simply double click on it.04:01
fritschcody__: so if there is no webcam - we cannot find one :-)04:01
Ghostx562paulus68, when using sudo fdisk -l it says /dev/dm-0, /dev/dm-1 doesn't contain a valid partition table04:01
superdave_Setting up my 11.0.4 box as a wireless AP. Is there any way to hide the SSID?04:01
DagmarYes.04:02
R1cochetSIFTU: thank you much, but i have tons of files to do it on all in the same directory. is there a way to run it as a batch?04:02
=== syadamin|away is now known as sysadamin
Dagmarsuperdave_: It should be explained in the hostap documentation.04:02
SIFTUR1cochet: yes you can with find04:02
superdave_Dagmar More info? Kindof a noob.04:03
Dagmarsuperdave_: If the phrase 'hostap' is coming as a suprise to you, you might want to look into that.  Simply setting up a PC with a wireless card and routing enabled doesn't actually make it an AP.04:03
hacked_kernelhow to set a socks server IP  from the command line, or in a conf file??04:03
SIFTUR1cochet: but first.. did it work on a file for you?04:03
fritschhacked_kernel: use tsocks04:03
psinghdebware: do you have a 64 bit machine, or a 32 bit machine?  There are folders there for both.  Depending on your machines architecture, you could navigate into one of those folders and launch the *.sh" script.04:03
Dagmarsuperdave_: You actually need separate stuff which doesn't work with all wireless cards (because with some it's impossible) to use hostap so that the transmissions are actually flagged as coming from an AP.04:03
bekorpsingh you still their?04:04
paulus68Ghostx562: are you able to detect the drive with gparted?04:04
psinghbekor: hey.  Still here.  Any luck?04:04
Ghostx562ubuntu server here04:04
fritschhacked_kernel: as an environment variable enough for your program?04:04
fritschhacked_kernel: what protocol do you want to access?04:05
hacked_kernelfritsch, I tried exporting it but its notworking04:05
fritschhacked_kernel: for usage with apt-get?04:05
cody__fritsch, yeh sry there is just a sopt about the screen that looks like it was a webcam and it has a microphone so thought it had a webcam04:05
Ghostx562can i format both discs using ubuntu live disc?04:05
fritschcody__: not really a problem :-) we heavily searched it04:05
hacked_kernelfritsch, i want to use it globally , http, when pinging ,etc...04:05
bekorno but question if i wait till 11.10 come out and upgrade from cd will i still have same problems from the old system/04:05
debware<psingh> : There is no ".sh". There are only .dll and .sys04:05
hacked_kernelfritsch, but apt-get is not the point04:05
hacked_kernelfritsch, i'm using tor04:06
DagmarGhostx526: What, you mean on the server you just booted with the CD?  Easily.04:06
cody__fritsch, but thanks for helping out04:06
fritschhacked_kernel: you can try to set it in the proxy settings from gnome04:06
fritschhacked_kernel: and "apply systemwide"04:06
paulus68Ghostx562: can you do sudo lshw>lshw.txt   you can do a fresh install yes04:06
fritschhacked_kernel: this could be the most easy way04:06
hacked_kernelfritsch, I did but its not working04:06
hacked_kernelfritsch, i have 11.1004:06
fritschhacked_kernel: okay, then have a look into tsocks04:06
Ghostx562yes i can do fresh install04:06
fritschhacked_kernel: this is a "wrapper" for apps to use them over socks04:06
Ghostx562now im using ubuntu 10.10 live cd to format both drives04:06
psinghdebware: It looks like you have a Windows version of Virtual Box Guest Additions???04:06
fritschhacked_kernel: configure tsocks and afterwards: tsocks "my program" should work04:07
hacked_kernelfritsch, thanks04:07
bekorpsingh catch the stupid question?04:07
debwarepsingh : My Host is ubuntu and guest is mac04:07
fritschhacked_kernel: http://corvillus.com/2006/09/18/how-to-set-up-tor-and-privoxy-on-ubuntu-linux/04:07
fritschhacked_kernel: ah sorry, not exactly what you looked for04:07
fritschhacked_kernel: but the other tipp with tsocks should work fine04:08
psinghbekor: If you REINSTALL using 11.10, you would overwrite your current installation.  If 11.10 does not have any bugs you will be ok.  If you upgrade using Update Manager, my guess is, you will probably have the same issue.04:08
Ghostx562paulus68, I am using ubuntu 10.10 live cd so i can format the hard discs and then i will re-install ubuntu server 11.0404:08
bekorthanks04:08
paulus68Ghostx562: ok04:09
psinghdebware: oic04:09
DagmarHmm... found a bug with update-grub when Slackware is installed.04:09
DagmarI could report it, but that would be admitting I've got Ubuntu installed on something04:09
DagmarThis will take some planning.04:09
Gr3mlinnew quest from me. setting up my network, im having troubles ifconfig eth0 setting up the gateway04:10
fritschGr3mlin: gateway is setup by using route04:10
fritschGr3mlin: route add default gw GATEWAY_IP04:10
fritschGr3mlin: afterwards do not forget to add dns04:11
fritschGr3mlin: is this a server? because you could do it whith the nm-applet just fine04:11
Gr3mlinfritsch: i just want to set the server with a static.04:11
fritschGr3mlin: okay the correct way to do this - is done via /etc/network/interfaces04:12
paulus68fritsch: shouldn't it be better to do this in the interfaces file04:12
fritschGr3mlin: but this also can be done with the nm-applet04:12
fritschpaulus68: exactly04:12
paulus68fritsch: you beat me to it lol04:13
lariehello04:13
fritschpaulus68: but in todays distribution, the graphical ui are very good - so normally no need to edit config files04:13
Gr3mlinok, im looking into it now fritsch04:13
zykotick9Gr3mlin, contents of my static /etc/network/interfaces with a 192.168.1.50 ip address, customize to taste http://paste.ubuntu.com/697671/04:13
larieis there anyone using fbsplash on 3.1_rcx?04:13
vectoryhi, whats the default pdf printer in 10.04, theres none in System>Administration>Printing04:13
fritschGr3mlin: just click on the nm-applet - edit connections - and go for it04:13
fritschvectory: missing cups-pdf?04:14
zykotick9Gr3mlin, sorry there is actually a line above what's in the pastebin "allow-hotplug eth0"04:15
vectorycups-pdf seems not to be installed, yes. why would i need it, in 10.4 there is print 2 pdf support04:15
paulus68fritsch: true however when you work with a server you have no choice04:15
fritschpaulus68: i think he has a gui version installed04:15
Ghostx562paulus68, i forgot to plug the drive in n00b mistake04:16
=== Shadows` is now known as SoulShadow
paulus68Ghostx562: well then you can search for a longtime to find the mechanical error :p04:16
Ghostx562Paulus68, yeah i knew i was missing something i just didn't know what it was04:17
vectorybasically, `openoffice.org -pt Cups-PDF Dokumente/test.odt' prints with my printer, which printer device do i want to have for "-pt <dev>"?04:17
Gr3mlinthanks all! and thats zykotick9 that saved me a bit of looking around!04:17
paulus68Ghostx562: the power cable :)04:17
Gr3mlinthank you fritsch04:17
Ghostx562paulus68, yeah i found it now04:17
fritschvectory: is there an openoffice-printeradmin?04:19
vectoryfritsch: not by that name04:19
fritschvectory: i have libreoffice3.4 installed, there is such a thing04:20
mae_tae"hoy mga tala tala mo" means "pleasant day", how do i fix "unknown instance" error in squid?04:20
fritschvectory: dpkg -S printeradmin |grep bin04:20
fritschmae_tae: i think squid is just not running04:20
fritschmae_tae: if you want to start it, it does not start, cause of some config problems?04:21
fritschmae_tae: have a look in /var/log/squid04:21
mae_taefritsch: i see, but i already fix the acl error but still i cannot do service squid reload, but squid is working fine, i mean we can able to browse04:22
fritschmae_tae: does stop / start work?04:22
mae_taefritsch: still the same start doesnt work, unknown instance04:23
sdperez79what is the best app to use to program in php (etc notepad)04:23
mae_taefritsch: even stop also04:23
fritschmae_tae: perhaps an old instance is still running in the background04:23
fritschmae_tae: try to kill the squid process and correctly start it afterwards04:24
mae_taekill ill try it04:24
sdperez79what is the best app to use to program in php (etc notepad)04:24
fritschsdperez79: vim :-)04:24
mae_taefritsch: if im disconnect thats the sign that i kill the process, hehehe, for a while04:25
sdperez79fritsch:vim?04:25
fritschmae_tae: you use web irc?04:25
mae_taefritsch: yes, i use web04:25
Ghostx562vim is a text editor04:25
fritschGhostx562: and a lot more :-)04:25
Ghostx562yeah its good i use it04:26
fritschsdperez79: i think you would prefer sth. like gedit04:26
fritschsdperez79: it has syntax highlightening and so on04:26
sdperez79wow!thats a kool editor04:26
paulus68sdperez79: netbeans04:27
fritschmmh - having time again i will got the lucid -> maverick -> natty -> oneiric path ...04:27
fritschs/got/go/04:27
x66girlhii ... um facing a problem when in trying to install ubuntu in my pc, it say that cant found the root and dont install ... im kinda of lost ...04:27
Ghostx562i need to use this now04:27
Ghostx562Sudo go crap -h now04:27
fritschx66girl: who tells this? after first part of install?04:27
mae_tae_fritsch, i kill the process but its till the same04:28
fritschmae_tae_: you were not disconnected04:28
fritschmae_tae_: are you using the repository version of squid?04:28
fritschmae_tae_: ah you were, sorry04:28
x66girlfritsch, yep, when i go to advanced trying to install the ubuntu :B04:28
mae_tae_fritsch: im disconnected04:28
sdperez79how do i start vim?04:28
paulus68sdperez79: netbeans is also a good editor for php this is what I am using04:29
mae_tae_thats why i had _ at the end of my nick, hehe04:29
thenickpersonrun vim in terminal04:29
fritschsdperez79: open a gnome-terminal and run as: vim myfile.php04:29
Ghostx562in terminal type vim and whatever file you are trying to edit04:29
Ghostx562like vim /ect/hosts.file04:29
thenickpersonor just vim to make a new one04:29
joe-f4Does top give the correct total RSS?  I should have 34.2GB of RSS, but it's saying: Mem:  35129364k total,  1372444k used, 33756920k free,04:29
rush4raushanwould you suggest any alternative software like dc++ for ubuntu04:29
fritschsdperez79: i think gedit is more appropriate for you at the beginning04:29
joe-f4And I'm having problems with mysql and malloc.. I guess going over 4gb.. which is what that total shows.04:29
fritschrush4raushan: there is linuxdcpp in the repos04:29
thenickpersonI agree about gedit04:29
thenickpersonit's awesome04:29
=== mae_tae_ is now known as mae_tae
thenickpersonI have some pretty nasty audio problems04:30
x66girlfritsch, can u help me ?04:30
thenickpersoncan someone please help me out?04:30
Ghostx562x66girl, format the drive then try installing?04:30
fritschx66girl: could not find root device means, that the kernel cannot mount / find itself while starting04:30
fritschx66girl: but you getting this problem while using the installer? sounds odd to me04:31
sdperez79thanks paul and fritsch04:31
Ghostx562try to burn the disk again at a slow speed?04:31
Ghostx562also make sure you download the OS from the ubuntu site04:31
fritschah, his problem is that early - gut hint Ghostx56204:32
x66girlGhostx562, it is a free space I already formated :B04:32
paulus68sdperez79: this is the link for netbeans http://netbeans.org/downloads/index.html04:32
fritschs/gut/good/04:32
Ghostx562x66girl, it might be a disc issue, you might have got a corrupted copy04:32
Ghostx562try burning disc again at slow disc after you download the OS from the ubuntu site04:32
x66girlfritsch, and ever worst for me ...i had ubuntu in my notebook before ...04:33
Ghostx562fritsch, happened to me from experience04:33
fritschx66girl: does your cd drive sound like "rrrrssss" "rssss"?04:33
mangojambohi, do someone here use bazaar ?04:33
x66girlGhostx562, not first time it is not my first copy :B04:33
fritschx66girl: hehe german cd drives sound like this - for sure04:33
Ghostx562x66girl, try another hard drive?04:34
x66girlfritsch, a weird song ? i be a lil scare it is too noise04:34
fritschx66girl: just a question. does this happen while bootin from the drive?04:34
fritschx66girl: meaning from cd drive?04:34
fritschx66girl: this stops booting or does it stop booting after installing "half of ubuntu"04:35
x66girlfritsch, yep from cd drive :B04:35
fritschx66girl: you could try installing from usb stick04:35
fritschi agree with Ghostx56204:35
x66girlfritsch, do u think is my cd driver ? Mmm ...04:35
fritschx66girl: yes, or your burner04:35
Ghostx562maybe cd drive04:36
x66girlfritsch, weird cause i already used differente burners it is not the first time04:36
nac-godfatheranyone experienced in setting up dual monitors, one LCD and one CRT?04:36
nac-godfatherXinerama04:36
nac-godfather?04:36
Seven_Six_Twonac-godfather, are you looking for a big desktop?04:36
nac-godfatherI was gonna see if my nvidia control panel would work first, I'll keep yall posted04:36
fritschx66girl: yeah - try installing from usb stick04:36
nac-godfather"a big desktop" ?04:37
p896gbmhey is kernel.org still down? what's the deal?04:37
Seven_Six_Twonac-godfather, do you want one big desktop, or two separate desktops?04:37
linuxuz3ris linux.com still down04:37
fritschp896gbm: no big deal - just making it more secure than before04:37
linuxuz3rcan someone check04:37
thenickpersonit's down04:37
thenickpersonhttp://www.isup.me/kernel.org04:37
fritschjep, down04:37
Seven_Six_Twonac-godfather, or do you want one to clone the other?04:37
ex0hey how can i convert a .odf file to a .doc file?04:38
linuxuz3rdont you need oo for that04:38
ex0sorry, .odt file to .doc04:38
Seven_Six_Twoex0, open it in openoffice, and save as a .doc04:38
paulus68ex0: save as04:39
ex0is that all?04:39
thenickpersonor libreoffice04:39
=== joe-f4 is now known as joe-f2
ex0i thought i remember having complications, its a resume.04:39
ex0ill try it04:39
Seven_Six_Twoex0, yes, as long as you know that the conversion isn't always perfect04:39
Seven_Six_Twoex0, if you want to distribute it, pdf is probably better, unless it *has* to be .doc04:40
ex0hmm. yea not sure good question :seven04:40
qinex0: http://www.oooforum.org/forum/viewtopic.phtml?t=5741104:40
ex0i might try the pdf04:40
paulus68Seven_Six_Two: depending if you used specific commands which are not available in the microsoft office packages04:40
ex0thank you04:40
thenickpersoncan someone please help me with my audio issues?04:41
=== joe-f2 is now known as joe-f4
fritschthenickperson: what are the issues?04:43
thenickpersonI posted in the forum: http://ubuntuforums.org/showthread.php?t=184998104:43
thenickpersonthis is on ubuntu 11.10 beta 2. I probably did something stupid with setting up my audio software.04:43
thenickpersonI can do command line stuff, but I'm a complete noob with advanced audio configuration.04:43
thenickpersonmost of my progarms just won't play audio at all04:44
jk-thenickperson: tried 'pavucontrol' ?04:44
fritschthenickperson: could be an issue with pulseaudio04:44
thenickpersonit's not installed jk, should I apt-get it?04:44
thenickpersonand uggh probably, I followed the audio issues thread04:44
jk-thenickperson: that will let you make sure that the apps are routed to the correct output devices04:45
thenickpersonthe first couple of thigns worked, so I moved on to alsamixer, but it doesn't help nevermind04:45
thenickpersonoh, thanks04:45
jk-thenickperson: yeah, i'd recommend it.04:45
thenickpersonisntalling04:45
^NiNjAid start simpler like checking to see you have the right device selected in the preferences04:45
thenickpersonI believe i did04:46
thenickpersonoh okay I have pavucontrol open04:46
thenickpersonin the gui04:46
Seven_Six_Two11.10? that's #ubuntu+1 I believe04:46
thenickpersonyes, it's in beta04:46
Seven_Six_TwoI thought it was because padevchooser is gone?04:46
^NiNjAi have 3 audio devices on mine at different times.  sometimes i can get an odd configuration because of it04:47
thenickpersonwell, this is odd. the playback tab says system sounds are at 100%, 0db. whenever someone says something in this room (would normally trigger a sound), pidgin's audio control blinks briefly in playback (during the duration of time the sound would normally play)04:47
^NiNjAmight want to check out launchpads bugs report on audio in that beta 2 release04:48
thenickpersonI'm just using my laptop's built in speakers, and it seems like now I'm getting audio from nothing04:48
thenickpersontrue, good idea04:48
thenickperson:\ well what should I do now?04:49
^NiNjAit being still beta it could be needing a fix04:49
thenickpersonit seems like pidgin's audio controls are muted, odd....04:49
thenickpersonlet's see if I can play sounds if I get a program to constantly play audio so I can access the sliders04:49
^NiNjAknow your sound device model and manufacturer if its onbaord watch for your chipsets mentioned04:49
=== Usuario|55 is now known as sud0
thenickpersonbringing volume up to 100% in alsa plugin (for firefox flash) just sayd 0 db04:50
thenickpersonaudio doesn't play04:50
thenickpersonbut the sliders display04:50
thenickpersonhow can I check that?04:50
^NiNjAbrb. gotta go double check myself04:51
thenickpersonthanks04:52
=== SoulShadow is now known as Shadows`sleep
=== Kasjopaja23111 is now known as Kasjopaja
=== Kasjopaja is now known as Guest94697
^NiNjAok thenickperson  have you tried ubuntu help docs yet? they have a really good page on diagnosing sound issues https://help.ubuntu.com/community/SoundTroubleshooting04:53
thenickpersonoh, this seems interesting04:54
thenickpersonthanks04:54
thenickpersonlet me try it out04:54
thenickpersonsound test isn't working04:54
^NiNjAnp, just remeber that usually you can google the exact desription of your problem and get a ubuntu help or forum with a similar issue04:54
thenickpersonit says to create a new user to test default config of audio stuff. would just using the guest account built into ubuntu be enough?04:55
thenickpersonwell, my problem's kinda weird, it's just this list of things not playing audio at all, and other things would work04:56
thenickpersonexcept now I think NO audio works, I'm not even getting the sounds when I raise/lower the volume (feature in 11.10)04:56
^NiNjAso its a particular program(s) and not sound in general?04:56
fritschthenickperson: is pulseaudio running?04:56
fritschthenickperson: ps aux |grep pulseaudio04:56
thenickpersonyeah, I see pulseaudio in top04:57
thenickpersonwell, ninja, it was, but now I think it's everything04:57
fritschokay really wired04:57
thenickpersonshould I just try audio in my guest account?04:57
fritschthenickperson: jep!04:57
thenickpersonalright brb thanks04:57
^NiNjAhmm brb04:57
fritschthenickperson: guest must be member of audio group04:57
bambanxguys any alternative of babylon translator04:57
thenickpersonoh04:57
thenickpersongood idea04:58
thenickpersonhow do I do that in the command line?04:58
fritschsudo adduser myguest audio04:58
fritschmyguest is your guest user04:58
fritschname :: String04:58
thenickpersonoh, crud04:58
thenickpersonI don't have an actual guest account04:58
thenickpersonit's the guest option in the user switch menu in unity04:59
thenickpersonapparently guest and myguest don't exist on my system04:59
fritschthenickperson: try this - should work04:59
fritschthenickperson: wargh :-)04:59
fritschthenickperson: just use the click guest session and have a try04:59
nac-godfatherI would like two separate desktops, sorry for the delay.  Seven_Six_Two04:59
thenickpersonalright trying this now05:00
Seven_Six_Twonac-godfather, then you wouldn't use xinerama or twinview05:00
fritschokay, i have to be carefully with command line commands - if people just paste them05:00
nac-godfatherreally, what do you use?05:01
Seven_Six_Twonac-godfather, and start nvidia-settings with sudo, as you'll have to save the xorg...maybe?05:01
nac-godfatherdo you think my GTX 460 will autodetect it with ubuntu05:01
nac-godfatherYeah, that's what I was thinking, then edit it to my needs afterwards05:02
Seven_Six_Twonac-godfather, I have an nvidia6800gt and 2x22"ws as big desktop. with two desktops you can't drag from one monitor to another05:02
nac-godfathergay05:02
nac-godfatherwhy not?05:02
Seven_Six_Twonac-godfather, because you have 2 desktops, not one big one. two panels, not one.05:03
thenickpersonback, audio doesn't work at all in my guest account05:03
nac-godfatherwell if you make it one desktop, are the icons and everything on one, and the secondary monitor extra space to drag shit to?05:03
igieanyone here have experience with postfix... I keep getting "550 550 #5.1.0 Address rejected"05:03
fritschigie: setting up a mail server it not a trial and error thing05:04
Seven_Six_Twonac-godfather, unless one of them is a tv, I would suggest twinview, and set one monitor to absolute positioning.05:04
thenickpersonit notices my sound card05:04
fritschthenickperson: is there audio comming out?05:05
nac-godfatherTo act they way I just described right?  Like Windows, one monitor desktop and second as extension05:05
thenickpersonyou mean is any audio playing for me? no05:05
Seven_Six_Twonac-godfather, set your "main" monitor to absolute, and your "other" to relative to the "main". I don't know windows conventions. Haven'05:06
Seven_Six_Twonac-godfather, haven't used them since early xp05:06
igieHi fritsch: what do you recommend ?05:06
thenickpersonI'm up to step 7 (https://help.ubuntu.com/community/SoundTroubleshooting). my sound card DID work fine in ubuntu 11.10 before. should I check this anyway?05:06
nac-godfatheryeah, I'm just used to setting up multiple monitors (windows) for work.  Not that I'd try at home.05:06
^NiNjAok step 7 would be making sure ALSA supports it05:07
thenickpersonwell, I'm saying though, it worked before, so should I skip it or try it anyway?05:09
Seven_Six_Twonac-godfather, here's my xorg.conf for comparison. Both of my monitors are 1680x105005:09
Seven_Six_Twonac-godfather, http://pastebin.com/CyNc1P7U05:09
nac-godfatherthank you05:09
^NiNjAi would try the launchpad for 11.10 beta and see if its a common issue or one that has a simple fix yet05:10
thenickpersonthanks05:10
thenickpersonalso, how do I get the name of my soundcard's driver?05:10
fritschthenickperson: lsmod |grep -i snd05:10
GloriaLovehello05:10
GloriaLoveanyone from turkey here?05:11
fritschthenickperson: i think it is a software issue05:11
^NiNjAthen if there was no precedence in the launchpad i would try a audio manual install like they show in that help page05:11
^NiNjAi forgot the command just a sec05:11
thenickpersonme too, last time I ran windows 7 on this it was fine. and fritsh, when I ran that command, I get like 10-20 drivers. which is it, the first?05:11
GameBoyis there a shell command to search for a word or sentence in multiple files?05:11
^NiNjAlspci -v | grep "Audio device05:12
Seven_Six_TwoGameBoy, grep05:12
^NiNjAi would sudo that to be sure05:12
GameBoygrep needs a file name rite05:12
Seven_Six_TwoGameBoy, and a regex of what you're looking for05:13
Seven_Six_TwoGameBoy, sorry. it can just be text too05:13
fritschGameBoy: cat * |grep -i "text"05:13
thenickpersonawesome, I have the name of my sound card05:13
^NiNjAmy bad its lspci -v | grep "Audio device"05:13
thenickpersonI got it :P05:14
^NiNjAk05:14
thenickpersonI have "00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)", is my driver SBx00?05:14
GameBoyfritsch: what if my file is inside a sub directory?05:14
thenickpersonack, that didn't work05:15
fritschGameBoy: grep -r "lala" *05:15
zykotick9GameBoy, use "grep -ri test *05:15
Seven_Six_TwoGameBoy, what exactly are you trying to do? just get the filename that contains a match? print the matching line, no matter where it is? count the total number of matches?05:16
zykotick9fritsch, FYI you don't need to use "cat *", just use "grep foo *"05:17
fritschzykotick9: jep, thought it over05:17
fritschyou are perfectly right05:17
zykotick9fritsch, i always used to use cat unnecessarily like that as well ;)05:18
thenickpersonI'm having trouble finding my sound drivers, should I just reinstall my sound drivers with "sudo aptitude --purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2"? I'm just worried, will this delete anything other than my sound config?05:18
StepNjumpAnybody running x64 here?05:18
Seven_Six_TwoStepNjump, me05:19
thenickpersonalso, I have apt-get, can I just replace "aptitude" with "apt-get"?05:19
StepNjumpok Seven_Six_Two05:19
^NiNjAthenickperson,  i would first go and install synaptic package manager. and then check for any trouble with the packages05:19
zykotick9thenickperson, careful!  you're removing your kernel in that command!!!05:19
GameBoyGuys.. i have grep -ri "text" & .... I am getting a number like 3267. Shouldnt the command execute in background?05:19
thenickpersonah xD05:19
StepNjumpSeven_Six_Two, I just manually installed Java. Works great05:19
^NiNjA11.10 dropped synaptic for some reason and I think its a big mistake05:19
fritschsoftware center looks very cool05:19
fritschbut never used graphical stuff05:19
StepNjumpHow do you like it Seven_Six_Two? Do you find your box runs faster?05:19
tim64 bit does not work right use 32bit05:20
^NiNjAthen i'd get the deb package installer as well05:20
StepNjumptim, what doesn't work right?05:20
fritschtim: what is the problem with 64bit?05:20
thenickpersonI have synaptic (upgraded from 11.04, could not successfully install off a 11.10 cd). how do I check for issues here?05:20
StepNjumpSo far so good here05:20
Seven_Six_TwoStepNjump, I haven't had a 32bit of the same specs to compare. it's faster than my last pc ;)05:20
shawnboyI have 3 Lucid machines onto which I want to install a package (meta package I guess: mythtv). How can I download all the files from repos once and not have to download them 3 times?05:20
^NiNjAubuntu software center shows me some errors with certain deb packages that do nto exist in deb package installer05:20
zykotick9GameBoy, you can't really grep with & at the end - you need to see the output05:20
fritschthenickperson: can you just reinstall 11.10? or do you have many files lieing somewhere?05:20
fritschthenickperson: i think something messed up with pa/alsa etc.05:20
StepNjumpthenickperson, ensure CD is ticked off in synaptics/ repositories05:20
Seven_Six_TwoStepNjump, not everything uses all available bus though, so it's not 2x as fast05:21
GameBoyzykotick9: Oh... is it.. thanks...05:21
nicola_pavhello. I have an annoying problem. I am trying to run a .jnlp link with iced tea Java web start. while it opens, two boxes appear, one named downloading and the other Warning security and aks me if i want to continue but I cannot click anything neither close any of them05:21
nicola_pavonly by killing i will close them :S05:21
StepNjumpok lol Seven_Six_Two05:21
fritschthenickperson: this is a big problem, because these are many packages playing togeter05:21
nicola_pavplease help05:21
D3CRYPT0Rh3110 p30p1305:21
StepNjumpSeven_Six_Two I See... / btw, do you have Java installed?05:21
nicola_pavyes05:21
^NiNjAin synaptic in the edit tab05:21
thenickpersonfritsch: I might have done something weird with messing with audio devices :| I just recently reinstalled ubuntu, I can do it again, but I really want to avoid it. and where can I disable cd in synaptic?05:22
^NiNjAnear the bottom should say fix broken packages05:22
Seven_Six_TwoStepNjump, I think so. I just updated to 11.10 today, so I haven't looked to see which is there05:22
timvideo not working because of flash05:22
fritschthenickperson: we could reproduce what you have done05:22
fritschbut it would be a hard job for ^NiNjA to search through all possiblitites in order to get it working05:22
thenickpersonI clicked fix broken packages, it says "Successfully fixed dependency problems"05:22
fritschhehe05:23
^NiNjAagredd05:23
zykotick9D3CRYPT0R, use english, not l33t speak in the channel05:23
^NiNjA"agreed" even05:23
D3CRYPT0Rokay05:23
fritschthenickperson: http://make-everything-ok.com/ <- tried this one?05:23
fritschthenickperson: just kidding05:23
^NiNjAhee hee hee05:23
StepNjumpIf you don't have it, here are the instructions (though it's in french, you can just do your terminal thing anyway) http://doc.ubuntu-fr.org/tutoriel/comment_installer_sun_java6_plugin_64bits, if it might help you out05:23
shawnboyI thought someone would hit my question outta the park right away. Isn't there an easy way to download a package (several actually) on 1 PC for install on 3 without downloading 3 times?05:23
GloriaLoveplease, someon from turkey05:24
GloriaLove?05:24
thenickpersonawesome xD05:24
GloriaLove*someone05:24
StepNjumpSeven_Six_Two: If you don't have it, here are the instructions (though it's in french, you can just do your terminal thing anyway) http://doc.ubuntu-fr.org/tutoriel/comment_installer_sun_java6_plugin_64bits, if it might help you out05:24
fritschshawnboy: apt-proxy can cache packages05:24
madurax86hello my notebook is getting randomly frozen wen it runs ubuntu, this happens very rarely about once every5days and i dont have anything in the logs, when its frozen no input works including alt+sysrqs05:24
zykotick9shawnboy, copy from /var/cache/apt/archive or setup an apt-proxy05:24
^NiNjAthenickperson,  since its a new install from cd, I would have to think it might be easier to resintall rather than backtrack or troubleshoot all possibilities05:24
D3CRYPT0Rmadurax86 i have smae problem05:24
thenickpersonwhat happens if I run "sudo aptitude --purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2"? will ubuntu be reinstalled or screwed up?05:24
shawnboyfritsch, unfamiliar but may look at that.05:25
StepNjumpSeven_Six_Two: http://java.com/en/download/testjava.jsp05:25
thenickpersonninja: hm, that sucks :| thanks05:25
Seven_Six_Twoshawnboy, apt-cacher is awesome, and easy to use05:25
GameBoyGuys.. one more question.. kinda new to xchat.. how do i reply to a person.. like a reply with his name prefixed?05:25
fritschthenickperson: this is not good05:25
thenickpersonninja: still, I want to try if I can get a last minute fix05:25
madurax86D3CRYPT0R is your hardware asus? I had a faulty CPU before but i got call traces now i get nothing05:25
fritschthenickperson: pasting comamnds without knowing what you are doing05:25
shawnboyzykotick9, so if I copy from there each package to other machine, then do a dpkg -i on each one by one?05:25
D3CRYPT0Rnope HP05:25
shawnboySeven_Six_Two, Unfamiliar with that. Have to look into it.05:25
StepNjumpSeven_Six_Two, no I'm really happy with it. I'm running a netbook with only 1 GB and I think it's running cooler with Opera. Pretty cool05:26
^NiNjAin my humble opinion each new install should first be followed by an install of synaptic, debpkg installer, before making any other changes. that way you can fix anything that breaks easier05:26
thenickpersonfritsch: I know, but it was on the https://help.ubuntu.com/community/SoundTroubleshooting page and recommended05:26
fritschthenickperson: backup your data, try with the above command05:26
fritschthenickperson: if your system gets unusable, you have to reinstall05:26
zykotick9shawnboy, or use copy the package(s) to the /var/cache/apt/archive on the other machine and install using regular apt/aptitude/synaptic/U.S.C. means05:26
madurax86D3CRYPT0R do other OSes work fine?05:26
thenickpersonfritsch: so, that command reinstalls ubuntu? or what?05:27
D3CRYPT0Rmadurx86 heck yes.. this is the first time i installed ubuntu on this computer never had problems with it untill now.. and the problems are random i think its the version of ubuntu im running...05:28
shawnboyzykotick9, if I do that will it look in ../archives before downloading from web?05:28
zykotick9shawnboy, yup05:28
D3CRYPT0Rmadurax86 i have ubuntu 10.04 LTS 64 bit currently i will try 11.04 soon05:29
shawnboyCOOL05:29
shawnboythanks.05:29
D3CRYPT0Rmadurax86...what hardware do you run05:29
thenickpersonalso, I want to try manually starting my audio driver again, since I haven't tested if it would work yet05:29
madurax86D3CRYPT0R well i've been  run ubuntu stable until some update came on natty for 2.6.38 kernel! until then it was fine, i have an asus notebook i505:29
D3CRYPT0Rmadurax86 intresting you should try a clean install if you cant find a solution it might be a unstable kernel for your processor05:31
ahhughesheya, last night I tried to get my shiney new apple bluetooth keyboard working. FAIL... I could see the dongle, and I could scan for bluetooth devices, and I could see the keyboard, and obtain its mac address. But when I tried to trust if it bitched about not finding the device. Im not at the pc now so I can't paste the log... but there are HEAPS of posts about bluetooth support not working in recent times. Should I be expecting a r05:32
=== sh4dow is now known as sh3dow
madurax86D3CRYPT0R well this is standard hardware these days, i couldnt try a valnilla kernel since it gets a call trace saying plymouth failed, plus this one's warranty is running out too lol have to know for sure if its hardware05:33
=== sh3dow is now known as sh7dow
^NiNjAthenickperson,  try the launchpad for 11.10 before going any further. there is quite a few bugs left and perhaps yours is there.05:34
StepNjumpgameboy, you type /msg nick message05:34
^NiNjAhttps://launchpad.net/ubuntu/+milestone/ubuntu-11.1005:34
thenickpersonthanks ninja05:35
D3CRYPT0Rmadurax86 well ubuntu runs on mostly generic drivers.. and dont get me wrong it dose great but some computer companies provide proprietary drivers and linux dose not do good wtih them that can be a issue aswell05:36
thenickpersonshould I just search the name of my soundcard, ninja?05:36
^NiNjAif you dont have a launchpad account get one and then do a search for something like  "no sound in ubuntu 11.10" or something like that in the bugs category05:37
kaushik_i have crashed my grub now , what do i do to get it back05:37
kaushik_i get prompt05:37
thenickpersonreinstall grub05:37
kaushik_saying grub rescue05:37
kaushik_>05:37
thenickpersonI had this problem recently05:37
^NiNjAkaushik_,  the best way is to get grb recovery cd05:38
kaushik_reinstall command not found , thenickperson05:38
madurax86D3CRYPT0R yes the only thing i can do now is to check if its a hardware prob n use an old kernel05:38
kaushik_i dont have any cd's :(05:38
thenickpersonI managed to do it without a cd. I'm just trying to remember how05:38
thenickpersonwait no, I did need a c05:39
^NiNjAhttp://www.supergrubdisk.org/05:39
fritschthenickperson: hint: usb stick05:39
thenickperson*cd05:39
thenickpersondo you already have an ubuntu live cd?05:39
thenickpersonor usb stick :P05:39
kaushik_no i dont have05:39
kaushik_ok i have the stick05:39
^NiNjAor you can load it from the CMD line05:39
thenickpersonand thanks ninja for your help with launchpad05:39
jroysdonAnyone have a guide for a PXEboot install over the network?  I've done it with Fedora/CentOS.  I've got laptops and servers with no CD/DVD that I want to install on.05:39
kaushik_what are the commands05:39
kaushik_what are the commands ?05:39
kaushik_can i get them online ?05:39
fritschkaushik_: yes05:39
thenickpersonhow do I search the list, just ctrl-f? or does the site have search for launcpad?05:40
^NiNjAnp thenickperson05:40
fritschbool canIGetThemOnline();05:40
thenickpersonnevermind I found the search05:40
zykotick9kaushik_, most likely, getting some live media and chrooting to reinstall/reconfigure grub will be easier for you then trying to boot your kernel from grub rescue - but maybe not?!?!  Good luck.05:40
thenickpersonkaushik, I think I used this: https://help.ubuntu.com/community/LiveCdRecovery05:41
D3CRYPT0Rmadurax86 try a newr version of ubuntu like 10.04 LTS05:41
thenickpersonit requires a live cd for some sort of linux, preferably ubuntu05:41
^NiNjAkaushik_,  go here https://help.ubuntu.com/community/Grub205:42
thenickpersonyou basically just want to boot off a cd and either reinstall or clear the config of grub on your hard disk05:43
kaushik_actually05:44
kaushik_there was windows and ubuntu05:44
kaushik_together05:44
thenickpersonthere's a command to auto reset what OSes it finds, then it should be working fine05:44
zykotick9madurax86, Lucid 10.04LTS should be using a 2.6.32 kernel BTW05:44
madurax86D3CRYPT0R i was using 11.10! with the newest kernel first 3.0.0-18 and with 2.6.38-8 later same thing but with 3 it froze so soon05:44
kaushik_and due to some error05:44
thenickpersonyes, I had the same problem05:44
kaushik_while rebooting05:44
^NiNjAthat page i sent you to go about halfway down for a good explanation of grb rescue mode and how to use it05:44
kaushik_i only get grub rescue05:44
kaushik_ok05:44
kaushik_thanks a lot ninjah05:44
^NiNjANP05:44
madurax86zykotick9 i ran natty with 2.6.38 perfectly until an update came05:45
thenickpersonI know, that's why you need a live cd to boot off of. can you do that?05:45
thenickpersonor do you have a flash drive?05:45
^NiNjAi know the help docs people are far more accurate than I am05:45
D3CRYPT0Rmadurax86 64bit 32bit?...05:45
madurax86D3CRYPT0R 64bit05:45
^NiNjAI would recommend keeping a super grub disk around for just such occassions05:46
kaushik_the exact error i am getting is05:46
kaushik_error : no such partition05:47
kaushik_grub rescue >05:47
D3CRYPT0Rmadurax86 reinstall and make a largers swap partition it will improve perfromance and pssibly put a hault to your problem05:47
thenickpersonkaushik, do you have a live cd or live usb?05:48
^NiNjAah, then its either not reading the grub cfg correctly or its not there, or something along those lines05:48
kaushik_no i dont have any05:49
kaushik_unfortunately05:49
kaushik_:(05:49
thenickpersoncan you make one?05:49
thenickperson:\05:49
kaushik_yeah i can make a stick05:49
thenickpersonyeah, you should do that05:49
kaushik_usb05:49
thenickpersonin the mean time05:49
thenickpersonif you want to use windows on your computer05:49
madurax86D3CRYPT0R it wasnt even using the swap at that time, i have physical 4gb05:49
GameBoyWhich is faster for same set of tasks - A shell script or a program in some language like C... ?05:50
thenickpersonboot from a windows isntall disk, go to repair, and try to repair your startup using the gui tools05:50
thenickpersonwait a bit05:50
thenickpersonand hopefully it will remove grub and let you boot windows05:50
^NiNjAkaushik_,  how old is your PC? or more accurately is your bios up to date?05:50
kaushik_yeah updated05:50
kaushik_its quite new05:50
thenickpersonubuntu will still be there, you'll just be stuck in windows for a bit05:50
kaushik_1 yr od05:50
kaushik_old05:50
kaushik_yeah i get it05:50
^NiNjAok05:50
^NiNjAalso, this may seem silly but... make sure you dont have any usb mp3 players connected05:53
^NiNjAor unformatted or badly formatted usb drives05:53
^NiNjAi have had issues with my sons mp3 player ...lol dont ask05:53
mfauzirahman /msg nickserv help register05:53
^NiNjAi very nearly wiped my grub trying to fix something that was caused by an mp3 player plugged into a usb port05:54
thenickpersonyikes o_o05:55
D3CRYPT0Rpeace everyone i am off to windows going to go learn some c++05:55
fritschD3CRYPT0R: linux also has a c++ compiler05:56
fritschD3CRYPT0R: a very good one, btw.05:56
D3CRYPT0Rreally wat is the name?....05:56
fritschgcc g++05:57
D3CRYPT0Rfritsch really what is the name05:57
fritschD3CRYPT0R: www.gcc.org05:57
fritschups!05:58
fritschsorry05:58
thenickpersonwhy am I getting an absolutely massive list of software that apt-get upgrade is installing? o_O is 11.10 beta 3 out?05:58
fritschhttp://gcc.gnu.org/05:58
fritschthis one05:58
fritschD3CRYPT0R: there is no need for visual studio doing c++05:58
^NiNjAwell its a beta05:58
fritschD3CRYPT0R: for the beginnging, a simple text editor is enough05:58
thenickpersonI know05:59
thenickpersonI better reboot and see if I can get lucky with getting my sound back05:59
D3CRYPT0Rfritsch well that website took me nowhere.....05:59
fritschD3CRYPT0R: sudo apt-get install gcc g++05:59
fritschD3CRYPT0R: this will install a c / c++ compiler onto your ubuntu system05:59
^NiNjAthe next release will be rc 1 then rc205:59
^NiNjAgood luck05:59
fritschD3CRYPT0R: afterwards you can write c++ code on linux and compile and run it05:59
thenickpersonbrb rebooting05:59
thenickpersonthanks05:59
D3CRYPT0Rfritsch so it will give me the compiler over terminal right?...06:00
fritschD3CRYPT0R: 106:00
SnicksieD3CRYPT0R, i use code::blocks for learning c++, it has autocompletion and its quite easy to use :)06:00
zykotick9D3CRYPT0R, install the package "build-essential" to get most requirements in one package06:00
Snicksiethats available at ubuntu, so you don't need to reboot anymore :D06:01
D3CRYPT0RSnicksie what dp you mean code::blocks?...06:02
D3CRYPT0Rgdzf06:03
thenickpersonhm, I'm back06:04
thenickpersonvolume change sounds work06:04
thenickpersonpidgin is silent06:04
thenickpersonthis computer is probably overheating... could that be an issue? :\06:04
thenickpersonWHOAH I HAVE AUDIO IN FLASH06:04
thenickpersonohhhh, yay, I have most sound back :D but I still don't get why pidgin is silent...06:05
nick_nameirc_test06:05
zykotick9thenickperson, possible a new issue with your ENTER key though ;)06:06
fritschhehe06:06
thenickpersonhm?06:06
^NiNjApidgin ight need the plugin pack and most likely the audio/video plugin06:06
Gr3mlinhay, all, if LM-SENSORS is returning "acpitz-virtual-0 adapter: virtual device, temp1: +64.0*c06:06
fritschzykotick9: could also be shift key :-)06:06
wzg:-)06:06
Gr3mlinits a good sign its not detecting my system right!?06:06
lokomisthenickperson check pidgin's sound preferences to make sure you haven't disabled them in some way06:07
^NiNjApidgin will use system sounds those you have to select in the audio preferences06:07
paul3hey, guys06:09
paul3why do I have an noname process in htop? :)06:10
acegiakso I can't decide between standard ubuntu and installing xfce or just installing xubuntu06:10
^NiNjAif ur running a ubuntu beta try and make sure you have a launchpad account and can submit bugs and able to look up bugs06:10
acegiakjust because unity's window management annoys me06:10
sandeepkumar35_i need some help regarding my touch pad scrolling can someone help?06:10
^NiNjAit helps the developers06:10
kaushik_ninjah, actually its not working for me06:11
sandeepkumar35_i have bought a vostro 1015 uite recently and i cannot figure how to enable scrolling in it06:11
^NiNjAacegiak,  Xubuntu is regular ubuntu with xfce instead of unity/gnome06:11
^NiNjAand various cosmetics and packages for xfce06:11
thenickpersonthanks for the help06:12
blwessehello06:12
^NiNjAwhat exactly isnt working kaushik_  ?06:12
blwesse0 006:13
kaushik_no commands are working06:13
^NiNjAkaushik_,  how did you install your ubuntu?06:15
^NiNjAas in waht media or source did u use06:15
sandeepkumar35_someone can help me plz?06:15
^NiNjA"what"06:15
^NiNjAsandeepkumar35_,  ask your question or stste your problem some will help if they can06:16
Ibis^NiNjA: <sandeepkumar35_> i have bought a vostro 1015 uite recently and i cannot figure how to enable scrolling in it06:16
fritschsandeepkumar35_: is this a synaptics touchpad?06:16
IbisApparently, no one knows at this time, or they're already looking into it. Shoudn't repeat though.06:16
^NiNjAIbis,  that is a laptop with a track pad i take it?06:16
sandeepkumar35_iam tottaly new in ubuntu so iam not sure06:17
sandeepkumar35_but in windows it needs alps driver06:17
fritschahhh06:17
lenWhat is the currently accepted method of doing what you used to do in xorg.conf to set the proper dpi for your monitor (by setting DisplaySize <width in mm> <height in mm> in the monitor section)?06:17
Ibissandeepkumar35_: What's the name of the driver? Does it have any special name?06:17
thenickpersonI have a quick pidgin question, if someone has it open, it would be awesome if you could check something in your settings for a sec06:18
StepNjumpthenickperson: what's the question06:18
zykotick9len, if you don't find another solution: it is possible to generate an xorg.conf and customize it06:18
thenickpersonwhen you open sounds tab in pidgin settings, and you select a sound, does it always show "(default)"?06:19
thenickpersonI think it's supposed to do that06:19
thenickpersonbut preview doesn't work for me06:19
^NiNjAif scrolling isnt working in your laptop trackpad, the first thing to check is your bios hardware settings06:20
^NiNjAparticularly "hardware mouse" or such06:20
StepNjumpthenickperson, sorry I just realized I don't have it installed. I'm currently updating my packages. sorry06:20
c03hi06:21
c03I can06:21
^NiNjAthenickperson,  try ther different plugins you can find in synaptic for pidgin. lots of good features you can add with them06:21
c03I can't get glx to work on my Asus U36SD06:21
c03Running 11.0406:22
c03Xlib:  extension "GLX" missing on display ":0.0".06:22
c03Can anyone help?06:23
fritschc03: you are using nvidia?06:23
c03no idea06:23
c03tried to disable it06:23
c03but I have no idea what's currently active06:23
c03Apparently it's a hybrid laptop06:24
Snicksieit should have an nvidia chip inside :)06:24
c03yea, but also an intel06:24
Snicksieahox, in that case it might be it's using the intel-chip06:24
Ibissandeepkumar35_: Try poking around in System → Preferences → Mouse.06:25
Snicksieas far as I know, the hybrid functionality doesn't work in ubuntu, but I might be wrong :)06:25
c03but wouldn't the intel be able of running glxgears??06:25
^NiNjAur either running nvidia or intel graphics and either open source or proprietary drivers for them06:25
doranhi06:27
c03how do I just get one of the running normally with glx working?06:27
lenzykotick9, I tried that but it doesn't work.  I <cntrl F1> to a terminal, kill kdm, run sudo Xorg -configure, and it tries to generate a xorg.conf but errors out with a message "number of screens does  not match number of detected device06:27
Snicksieseems there might be a way for hybrid graphics c03 : http://linux-hybrid-graphics.blogspot.com/06:27
Gr3mlinanyone able to help me get lm-sensors working/06:28
c03yea did that guide Snicksie06:28
c03but that didn't really do anything06:28
^NiNjAGr3mlin,  whats the problem?06:28
Gr3mlin^NiNjA: still getting the hang of linux and i cant get lm-sensors to say anything other than virtual device06:29
Gr3mlinand my feet are cold06:30
^NiNjAokay did you install all the lm-sensors dependencies?06:30
doranI have a quick question can somebody specify the exact driver to use for RV280 [Radeon 9200] with ubuntu 10.04 or if it is even compatible.06:30
rwwdoran: radeon, probably. it's not compatible with fglrx, anyway.06:30
^NiNjAthis would be the eye candy desklets or screenlets app i take it?06:30
Gr3mlin^NiNjA: nope, maybe? how?06:31
crunchbanghiii06:31
doranits working im on it right now but its not able to play games or anything06:31
Ibissandeepkumar35_: See anything useful there?06:31
^NiNjAok maybe you can first tell me what version of ubuntu u are runing and what app is using the lm-sensors06:32
Gr3mlinim running ubuntu server 11.04 and i wanted to see the temps and fan speeds06:32
crunchbanghow to change the user id password06:32
^NiNjAok ur running server got ya.. okay i would go over to the Ubuntu-server channel. i am not so familiar with server as i am desktop06:33
^NiNjAwouldnt want to tell you wrong thing06:34
Gr3mlinok, thanks!06:34
^NiNjAnp06:34
^NiNjAshould be #ubuntu-server06:35
crunchbanghow to change user id passwd plz help06:35
gnewbcrunchbang: From CLI or do you have a desktop?06:37
^NiNjAcrunchbang,  do you have root access?06:37
C0ol_Her3ticdoes anyone know how to connect an android phone to ubuntu?06:37
m477how to make certificate to ssh?06:39
crunchbanghow to change user id passwd plz help06:39
^NiNjAcrunchbang,  do you have root access?06:40
Gentoo64crunchbang, people have replied06:40
=== sagaci_ is now known as sagaci
rwwcrunchbang: You're using Crunchbang, not Ubuntu. You should thus be using #crunchbang, not #ubuntu.06:40
wyang_where is the apache config file? httpd.conf06:40
wyang_i see it is empty06:40
rapierhi06:41
gnewbI have CB!# on this box, it can be done two ways, or more, CLI is my preferred method...06:42
rapiercan anyone tell me which channel i should join if i have questions about getting my wireless set up?06:42
^NiNjAwyang_,  i would try ubuntu-server or apache specific rooms for help. here is just general ubuntu help primarily desktops06:42
Polahwyang_: apache2 is used to configure I believe, that should contain some things. If not, then specifying anything in there should override defaults06:42
boohoin #samba06:44
lokomisrapier ask here if it has to do with configuring Ubuntu for your network.  If anybody who sees it can help they likely will.06:46
rapierhi, ive spent 2 days looking on forums to get my wireless to work but without luck. i dont suppose anyone here could help me out pls?06:46
rapierthx lokomis06:46
wyang_hmm.... when i run "apache2ctl restart", and got an error. Invalid command 'RewriteEngine',06:46
rapierive just completed a fresh install of blackbuntu06:47
gnewbcrunchbang: Instructions are here> http://cb.vu/unixtoolbox.xhtml <generic, and here>http://crunchbanglinux.org/forums/topic/8140/change-username-and-password/06:47
wyang_I searched on net, which asked me to comment out a line in cofig file06:47
binarymutantshould I be afraid of computer-janitor?06:47
Gentoo64no06:48
gnewbbinarymutant: I make backups, but no, never be afraid.06:48
gnewb!wireless | rapier06:49
ubotturapier: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs06:49
binarymutantcomputer-janitor doesn't help anyways, thanks all for the confidence boost :D06:50
somsipwyang_: sudo a2enmod rewrite perhaps?06:50
rapier!wireless06:50
ubottuWireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs06:50
gnewbbinarymutant: Gnome/KDE?06:50
binarymutantgnewb: awesome wm06:50
rapierthx ubottu, ive read this page also but still no luck im affraid.06:50
gnewbneato06:51
gnewbbinarymutant: Have you tried Bleach Bit or something?06:51
binarymutantgnewb: will try now ty :D06:51
^NiNjArapier,  i think the reason no one has responded is that wireless is usually dependent on the manufacturer of your wireless devices06:52
gnewbbinarynutant: you are welcome, I used some of them testing kFree,,06:52
^NiNjAmost issues i have had with wireless has been an issue with prorietary drivers or manufacturers lack of software or support06:53
rapierthx ninja, indeed it is.   aparantly my wireless should work,  Network controller: Intel Corporation Centrino Wireless-N 100006:53
wyang_somsip: seems works06:53
rapieri have tried multiple guides and how to's but nothing seems to be working06:54
^NiNjAok  i would first run a search for that in launchpad06:54
gnewbrapier: Tried wicd?06:54
wyang_somsip: but face another problem...06:54
binarymutantgnewb: bleachbit isn't exactly what I was looking for :/  I only made a 2Gb root partition and /usr/share is taking up a lot of space06:54
rapierno i havent gnewb06:54
^NiNjAadding your ubuntu version as well06:54
edwardpatchwho knows gd themes06:54
Gentoo64binarymutant, you probably dont need it any of them06:55
gnewbbinarymutant: Oh use gparted06:55
^NiNjAi will do a launchpad search with you06:55
rapierhow do i do a launchpad search?06:55
edwardpatchwho knows gd themes for ubuntu06:55
binarymutantwon't changing the partitions in gparted destroy my precious /home partition ? Very worried about damage like that06:55
^NiNjAok first what version of ubuntu are you running?06:56
edwardpatch11.0406:56
gnewbbinarymutant: Make a backup, then go for it.06:56
Gentoo64binarymutant, youll have to resize some partitions06:56
Gentoo64binarymutant, if home comes after root, resize home, then add the unallocated space to rooy06:56
rapierninja, was that question for me?06:57
^NiNjAsorry edwardpatch  i was talking to someone else . but im not a GDM thme expert06:57
^NiNjAyes sorry rapier06:57
rapier:)06:57
rapierhow can i see the version im rnning?06:57
^NiNjAim getting a bit tired and slow tonight06:57
rapierim using version 10.10 ninja06:57
binarymutantidk, very worrisome :/   Maybe just reinstalling a minimal install onto root might be better...06:58
Gentoo64binarymutant, how would that help if root is only 2gb06:58
^NiNjAok 10.10 had a few wireless issues and I don't know exactly what all got fixed. BRB06:59
binarymutantGentoo64: >500mb minimal install?06:59
Gentoo64i doubt youd get ubuntu on 500mb06:59
Gentoo64very doubt06:59
binarymutantGentoo64: they don't have a very minimal iso?07:00
binarymutantGentoo64: Like Arch or Gentoo...07:00
Gentoo64i think they do have a minimal yes07:00
binarymutanteven Debian has one :D07:00
gnewbYes there is07:00
Gentoo64but om not sure if itd fit on 500mb, or if it did... you wouldnt be able to do much with it lol07:00
Gentoo64whats the point?07:01
^NiNjArapier,  i would highly recommend you create a launchpad account it can help immensly with developement and fixing issues you have.07:01
^NiNjAtakes minutes and really can help07:01
rapierok, will do it right away07:01
binarymutantthe full iso installed lots of libs I dont use since I'm not using gnome. idk need to step back and evaluate. ty for the help07:02
^NiNjAhttps://launchpad.net/ubuntu07:02
Gentoo64binarymutant, yes the minimal sounds like a good idea then. no point installing all of it if your just gona use custom stuff. might as well strip it out07:02
^NiNjArapier i would search there in the bugs section for your specific wireless hardware07:03
^NiNjAsorry i cant be more help to you. I am not a wireless expert07:04
^NiNjAand as tired as i am I may tell you something wrong07:04
kaushik_what is the command for makeactive in grub207:05
kaushik_?07:05
rapierok, thx for your help. ill get reading :)07:05
^NiNjAnp.07:05
^NiNjAnite all07:05
gnewbninja: You are doing great, I just started a fresh batch of coffee and have doritos at the ready...07:06
^NiNjAlol wish i could stay but i have to be up in 3 hours.07:06
^NiNjAty btw..07:06
^NiNjAnite guys enjoy!07:06
gnewbSea ya ninja, thank you kindly.07:06
^NiNjAmy pleasure07:06
plouffekaushik_, http://superuser.com/questions/93443/grub-makeactive-command-in-grub207:07
x99ways2dieim not sure if this is the right place to ask for some help with wine is it??07:08
plouffex99ways2die, try #wine07:09
Ibisx99ways2die: #winehq07:09
kaushik_plouffe, i checked it , its not working :(07:09
x99ways2diethanks :)07:09
just1nHello07:14
=== just1n is now known as just1n___
just1n___I ran out of disk space on this ubuntu partition, I had a windows partition but I deleted it. now im out of dick space in Ubuntu, Is there a way I can allocate the spack all to the ubuntu partition ?07:16
just1n___*space07:16
polecat_you could make another partition and mount it07:16
polecat_if it was empty07:17
folivorajust1n___: or resize with live-cd07:17
folivoraknoppix or so07:17
just1n___whats live cd?07:17
just1n___i cant add any more software07:17
just1n___completely out of space07:18
folivora!google live-cd07:18
ubottuI have no google command, use http://www.google.com/07:18
folivora:p07:18
just1n___lol k07:18
folivorajust1n___:  http://www.livecdlist.com/07:18
folivora1st link @ google....07:18
folivoraAlso if you spend few minutes with google, you will find pretty good instructions how to resize a partition with live-cd.07:19
just1n___thank you.07:19
gnewbjustin: Or you can resize : https://help.ubuntu.com/community/HowtoPartition07:19
=== Mira is now known as Guest15562
besekuCan anyone point me towards a way to block requests to an Ubuntu based web site from a specific referrer, (the site is hotlinking images) *before* they reach Apache?07:22
besekuI was recommended using Squid but found no guide to how to use it in this way, (well, no experience of it at all in fact)07:23
AndroidLoverInSFmy remote vnc desktop used to work, but not anymore. under remote desktop config, it says this pc reachable only over local network.  so how to fix it back so i can access from internet?07:24
AndroidLoverInSFwhenever i try to connect it asks for password, thats good, ssh tunnel, but then closes connection07:24
AndroidLoverInSFsays vnc server closed connection07:26
gnewbbeseku: !0.04 , Desktop. Server or?07:27
gnewbbeseku: Here is a 10.04 setup guide on that:>https://help.ubuntu.com/10.04/serverguide/C/squid.html07:29
bluebirdwhy google-chrome using so many mem.07:29
BearCubHi, I'm running Ubuntu 11.04 in VirtualBox (as a guest) on a Win 7 system. My microphone, a standard 3.5mm jobber, works fine in Windows, and I have guest additions installed, but even after un-muting the input channel in sound prefs, I can't get the mic to register any input at all. Help please?07:30
gnewbbluebird: I simply trimmed it down a bit.07:30
AndroidLoverInSFso which download is for intel 64-bit? of the beta2 for 11.10?  is there one? theres a amd64 but thats not for intel cpu right?07:31
gnewb!multimedia | BearCub07:31
ubottuBearCub: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/10.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats07:31
gnewbBearCub: That is not exactly it, but may help. Might be a codec thing.07:32
FlannelAndroidLoverInSF: AMD64 is the 64bit version, for both AMD and Intel processors.  (Just like i386 is 32bit, even though the i stands for intel)07:32
=== tfilipczuk is now known as makak
FlannelAndroidLoverInSF: It's just the common name for the architecutre07:32
icerootFlannel: that should be placed in !amd6407:33
icerootFlannel: its a common question about intel-cpus and amd6407:33
DrGamutIs there a shortcut to Ubuntu Software Center somewhere in 11.10 or is it expected to be called from clicking program links in the Dash07:34
szalDrGamut: -> #ubuntu+107:34
DrGamutthanks07:34
bluebirdgnewb: how-to07:35
alkshello, can not see CDROM (if i try sudo eject cdrom ejects cd). sudo mount /dev/cdrom brings error: cant find dev/cdrom in etc/fstab or mtab07:36
AndroidLoverInSFi see thanks07:37
BearCubI checked all 3 links, and the 2nd one had me open the same sound control panel I've been using. it's set to duplex audio (1 in/1 out), and nothing is muted, but still I see no activity when I select any microphone.07:37
gnewbbluebird: That link is a How-To, but sometimes squid is overkill.07:37
proxymani have installed squid proxy server to my ubuntu. i want that my friends can use it too and not only people from inside my network. can i get advice?07:37
gnewbbluebird, proxyman: https://help.ubuntu.com/community/Squid07:38
BearCubThere are maybe 5 different audio inputs in the sound cpanel such as mic 1, mic 2, mic video, and 2 others I can't recall, tried them all, no joy.07:38
proxymangnewb:  that is only for local network :/07:39
bluebirdgnewb: ok07:40
BearCubDoes virtualbox have known issues with being unable to pass mic audio to a VM?07:40
icerootBearCub: #vbox should be a good place07:40
BearCubChecking, thanks.07:40
gnewbproxyman: http://www.squid-cache.org/07:40
EvilRabbit........07:40
krautproxyman: please be carefull to open a proxy to the internet!07:41
krautit's not supposed for such things, proxyman!07:42
proxymankraut: im doing it only for a week or so...just that my friend can go to internet (he is now in that kind of country where its forbidden to go anywhere in internet)07:42
gnewbproxyman: Use TOR07:42
rwwthis ^07:43
proxymangnewb: ahaa :) that looks promissing :)07:43
fireprinthell, hidemyass will do the trick really.. just anything out there will.07:45
gnewbfireprint: Not in some countries, TOR has been proven to work in those situations.07:47
fireprintgnewb, oh ok. did not know that. Then again, i havent been to any of "those" countries. hehe but every day is a learning day i guess :)07:48
paulus68can Tor also be used on a server install? if so what are rules that I need to adapt in the iptables config07:48
Christopher#help07:49
Christopherhrm irc commands?07:49
The_PhoenixI'm having issues with VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02) on Ubuntu 11.04.07:49
paulus68!help|christopher07:50
ubottuchristopher: 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. :-)07:50
The_PhoenixMost of the icons are blurred.07:50
gnewbfireprint: A day I did not learn something I consider wasted time. I learned about the use of TOR when one of those countries went kinda crazy.07:50
fireprintgnewb, indeed sir, indeed..07:50
ChristopherCan someone direct me to a help channel or is it alright for me to ask for help here?07:51
The_PhoenixLooking at lsmod, I see no Intel drivers or x-serv drivers being loaded. How can I fix this?07:51
gnewb!ask | Christopher07:51
ubottuChristopher: 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. :-)07:51
Christopher!ask07:51
fireprintChristopher, just ask, if its a ubuntu related question you're in the right place. If not, there's probably a channel for whatever topic you need help with.07:52
Christopherah well it is not directly Ubuntu related, I am having a problem with a windows rootkit and it seems nothing I do is able to get rid of it.07:52
ikoniaChristopher: try the channel ##windows07:53
ikoniaChristopher: they will have tips/advice on how to deal with it07:53
Christopherty ikonia07:53
Christopher##windows07:53
ikoniaChristopher:  /join ##windows07:53
Christopherty again :)07:53
Farghhehe07:53
gnewbChristopher: Actually there are some Linux utilities that might help that, first rule is always make a backup,07:54
my_keyChristopher: the best thing to to is to install ubuntu instead :)07:54
Christopher:P While I do love linux, I do prefer windows atm but ty my_key :P07:55
fireprintChristopher, listen to my_key .. He's on to something! :)07:55
fireprintChristopher, good luck with the problem sir. Have a good one!07:55
Christopherhehe I know I know :P ty fireprint07:56
n4dsphow does one learn the commands and linux?07:56
Christopherrepitition n4dsp07:56
The_PhoenixSomebody help my monitor. =(07:56
fireprintn4dsp, tutorials.. and just go at it with repetitions.. like Christopher said there. I am on my fifth day with linux and loving it like no tomorrow!07:56
gnewbn4dsp: /man and time.07:56
n4dspif i wish to find where a file is on ubuntu , what command?07:56
paulus68Can Tor be installed on a linux server?07:56
Christopherany other channel suggestions? ##windows the only response I can get is " I Like Google Doodles..."07:57
n4dspgood fireprint07:57
n4dspnice to hear07:57
ikoniaChristopher: that's the best place, just keep with it, there are good guys in there who will help07:57
Christopherok will do07:57
n4dspwhich tutorials you using fireprint?07:57
The_PhoenixI have Intel 82865G. Everything seems blurred on screen. lsmod reveals no advanced display drivers are loaded.07:57
fireprintn4dsp, just anyone out there on google that im looking for at the moment. you were wanting to locate a file.. locate would be something you should look into "locate" either within *nix.. like "man locate" or in google to search for "how to locate a file with ubuntu" just dig into it. Any question you type here, might as well be directly pasted into google for a great reading usually!07:59
fraguplentyrunning ubuntu 11.10 beta 2 anyone know how to make startup applications work07:59
fraguplentyits empty when I open it07:59
n4dspok07:59
n4dspthanks07:59
szalfraguplenty: -> #ubuntu+107:59
fireprintn4dsp, not a problem sir, good luck!08:00
fraguplentysorry08:00
gnewbn4dsp: here is the Ubuntu page on that, https://help.ubuntu.com/community/UsingTheTerminal08:01
n4dspthanks gnewb08:01
gnewbn4dsp: You are welcome08:02
paulus68ikonia: can Tor be installed on a server to your knowledge08:03
{T|N|C}SnakeHi, iam looking for a good movie and editor. I tryed OpenShot, OpenMovieEditor, PiTiVi but in no editor i found a function to set text on the pictures and clips. Do you have any other suggestions ?08:03
ikoniapaulus68: don't see why not08:03
{T|N|C}Snakea good Movie editor.... not movie and editor ;)08:03
=== Fishman12a is now known as FishFace
IdleOne{T|N|C}Snake: pitivi, openshot. try them and decide for yourself08:04
gnewbI agree08:04
{T|N|C}Snakei tryed both08:04
paulus68ikonia: are there to your knowledge howto's or tutorials concerning this subject08:04
{T|N|C}Snakefor openshot i need blender to set text on the pictures.08:05
=== rww changed the topic of #ubuntu to: Official Ubuntu Support Channel | IRC Guidelines: http://goo.gl/cEF1w | IRC info: http://goo.gl/Pgv9o | Pastes to http://goo.gl/ixcN9 | Release Notes: http://goo.gl/tuSzO | Download: http://goo.gl/Ov56R | Natty/11.04 is out! | Ask Ubuntu oneiric/11.10 questions in #ubuntu+1 only
ikonia!tor | paulus6808:05
ubottupaulus68: Tor is a program to route connections through several servers for anonymity. It is in Ubuntu's repositories, but the Tor Project recommends using their Tor packages due to past issues with Ubuntu's. For setup info, see option (2) of https://www.torproject.org/docs/debian.html.en | To use Tor on freenode, see !tor-sasl08:05
fireprintI am allowed to send links to this channel right?08:06
FishFaceI havent yet, but would like to try the Win8 developer preview. Already have Ubuntu and WinXP. This will wipe our Grub right?08:06
IdleOnefireprint: as long as it is related to your issue and Ubuntu.08:06
fireprinthttp://en.linuxreviews.org/HOWTO_setup_a_Tor-server  this might help out paulus6808:07
fireprintIdleOne, thanks bud. Just thought id check beforehand. hehe08:07
paulus68fireprint , ikonia thanks08:07
IdleOnefireprint: sure thing08:08
Christopherblah dont you hate it when the advice is backup and wipe your system? Ok I know stupid question for this channel, When I am wiping me computer I might aswell replace my old mint9 partition, which linux distro should I use? I am a Jr DBA, I play really old games that wine does not always support, and I know my way around a terminal...08:08
ikoniaChristopher: up to you, use what you are happy with and what you know how to use08:08
_cronus_{T|N|C}Snake, how about kdenlive?08:08
{T|N|C}SnakeThanks _cronus_ i will try it08:09
IbisDarn it. I wanted to suggest Christopher Ubuntu.08:10
amithkkLOL08:10
=== {T|N|C}Snake is now known as {T|N|C}Snake_
IbisI stopped using mint, as my experience was rather irritating. The older versions of Linuxmint was nice. Newer ones? Not so nice, and it doesn't offer Unity anyway.08:11
mae_taei want to install java sdk in ubuntu? how will i install it?08:11
rww!java | mae_tae08:11
ubottumae_tae: To install a Java runtime on Ubuntu on 10.04 LTS and newer, see http://goo.gl/zwOip -  For the Sun Java products and browser plugin, search for the sun-java6- packages in the !partner repository on Lucid (which must be enabled), or !multiverse repository on older releases.08:11
xingqingxzbababa08:11
mae_taerww: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable)08:12
rwwmae_tae: you have antoher package manager running somewhere08:13
=== BK_ is now known as Guest60949
fm__hi, i have an entry in /etc/fstab which contains the exec flag, however i have to do a mount -o remount,exec everytime to execute something on it. why is that?08:16
GreekFreakHi. Could someone please tell me from their experience how Office 2007 or 2010 runs on WINE?08:19
_cronus_fm__, if you have set option user, make sure that you have exec after user08:19
auronandaceGreekFreak: you may get a better answer in #winehq (also, you could check thier appdb)08:21
GreekFreakauronandace: thank you08:22
auronandacenp08:22
uczensiema08:22
WoolRichhi there08:22
uczenwho are youy08:22
WoolRichi am from turkey , i am selling original woolrich , parajumpers , canada goose , etc.08:23
uczenim from poland08:23
WoolRichdo you want anyone work with us ?08:23
uczenyeah sure08:23
auronandace!ot | WoolRich08:23
ubottuWoolRich: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!08:23
uczenwhat are you doing08:24
WoolRich:)08:24
WoolRichwhat is the mean of ubuntu ?08:24
auronandace!ubuntu | WoolRich08:24
ubottuWoolRich: Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com08:24
szalthe what?08:24
auronandaceWoolRich: if you mean the meaning of the word, its meant to be about community spirit08:25
WoolRichthank you auronandace08:25
auronandacenp08:26
adacinux08:28
zykes-if a ext4 has "lost journal" how can i recover from that ?08:30
zykes-it tells me that it's a ext2 fs now08:30
Maahesanyone here in the PST time zone?08:33
sdperez79does anyone play cross fire fps?08:34
crassanyone know why some tray applets are to the right of the power button, when nomrally they should be to the left?08:34
The_BROSI deleted bottom panel. Then I aded it again, but cannot find how to add ability to see windows when it minimized08:34
Maahesor more correctly: Does anyone have access to a machine in the PST time zone?08:35
quiescenswhy would you need something in a particular time zone?08:35
Maahesor is willing to temporarily change their timezone to that for me, and then upload their /etc/localtime for me08:35
openvoidThe_BROS, right-click, add to panel, window list08:36
Maahesquiescens: I'm running systemrescuecd right now and it's being a pain08:36
DarsVaedaHi, I have an ant script that needs root access, but I want to run it as user, is there a way to run it without having to type the password but also not compromising the password, like using a script with the password in it08:36
The_BROSopenvoid: thanx a lot!08:37
MaahesDarsVaeda: you can add it to its own group08:37
MaahesDarsVaeda: and give that group appropriate access.08:37
DarsVaedathx08:38
quiescensMaahes: do you not have the appropriate files in /usr/share/zoneinfo to copy from?08:38
ruslan_osmanovhi! do you know a converter from DWG(AutoCAD) to .. ex. any format GIMP normally reads?08:38
negevhi, is it possible to add a banner to openssh that displays on-connect rather than on-login?08:38
Maahesquiescens: no.08:38
Maahesquiescens: Systemrescuecd does not include them08:39
MaahesMy time is set to UTC, exactly.08:39
poisonhow to execute a .py file which is on my desktop...im a begginer08:39
ruslan_osmanovpoison, chmod +x file.py && ./file.py or just python file.py08:41
ruslan_osmanovpoison, cd ~/Desktop before08:42
dotblankAnyone know where I would get started hacking in support for the razer keyboards?08:43
dotblankright now its using usb_hid08:43
=== antnash_ is now known as antnash
dotblankor it *should*08:43
ikoniadotblank: get the api's for the keyboard08:43
dotblankAre they even available?08:44
dotblankughs XD08:44
ikoniadotblank: I guess it depends what you mean by hacking in support, support in what ?08:44
Maahesdotblank: does the keyboard work?08:44
dotblankNever reversed engineered USB before08:44
dotblankYea it works08:44
dotblankIt has some macro keys08:44
dotblankI would like to add in support08:44
ikoniasupport to what ?08:44
dotblankthe kernel08:45
dotblankor make a module08:45
ikoniaare you sure you don't want it in xorg ?08:45
dotblankwell its on the driver level08:45
dotblanksooo no not in xorg08:45
ikoniadotblank: who the keys not trigger events ?08:45
dotblankI ran xev and it looks like X isn't getting the key presses at all from those keys08:46
dotblankI expected that08:46
dotblankbascially the usb hid profile I am using doesn't recognize those keys08:46
dotblankso I either have to hack it in using libusb or do some crazy kernel stuff in order to get X to even see it08:47
ikoniadotblank: there you go then, sounds like you've got a plan of what to do08:47
dotblankWas hoping a kernel hacker would be in here T.T08:47
ikoniadotblank: sorry, just ubuntu disucssion in here,08:48
ikoniadotblank: get on the kernel mailing list though, some good advice/discussions on there08:48
hellofoohow do i get my internet speed from terminal ?08:48
Maahesdotblank: much of the USB driver stack is not kernel level, fyi08:48
quiescensi would check if you get any keycodes to show up in console terminal first08:48
dotblankhellofoo, connection speed?08:48
Maahesits in HAL or similar08:48
marshycan anyone point me to some mighty fine monit configurations08:48
hellofoodotblank: yes08:49
quiescensusing showkey08:49
dotblankMaahes, well its done as modules08:49
mytdfasd08:49
dotblankhellofoo, ifconfig will tell you what media you are on08:50
dotblankwell the speed of it08:50
dotblanklike 100mbit/s08:50
Red_Railhow in the hell do i open up more than one terminal in the netbook edition of ubuntu 11.0408:50
rlyRed_Rail: buy two netbooks?08:50
dotblankRealOpty, screen?08:51
Red_Railrly: i have 308:51
dotblankor goto file new window/tab08:51
rlyRed_Rail: yoy can create a new tab.08:51
rlyRed_Rail: why do you have 3?08:51
rlyRed_Rail: don't you have enough electic heating in your house?08:51
rlyelectric*08:51
hellofoodotblank: PM?08:51
Red_Railwell i have one of each use08:52
dotblankhellofoo, It isn't too busy here08:52
Lasers__rly: Erm. You gave me an idea. Sleep with my laptop on top of me during winter nights.08:52
hellofoois there a tutorial on understanding the ifconfig output ?08:52
ljsoftnetRed_Rail when you have terminal open, use its menu and select "New Tab"08:52
ikoniahellofoo: what are you not sure about08:52
dotblankits just general networking 10108:52
n4dspI made individual email folders in Evolution. How do I back those up?08:52
Red_Railim trying REALLY hard to like this netbook desktop08:52
rlyLasers__: not so much fun when it explodes.08:53
dotblankn4dsp, I would look for folders with a . prefix08:53
dotblankand evolution might have a backup utils08:53
n4dspthanks08:53
Red_Raili keep forgetting that the menu is on the top left of the screen08:53
n4dspok08:53
dotblanksomething like .evolution or .gnome/apps/evolution08:53
dotblanksomething like that08:53
rlyRed_Rail: I had the same, so I ditched that interface.08:53
liweiwpman ifconfig08:53
rlyRed_Rail: it is pretty much still in de development.08:53
hellofooikonia: well, almost all of it. i am not good at networking, agreed. any tutorials recommended ?08:53
Red_Railim trying really hard to like it.. i really am08:54
rlyRed_Rail: a.k.a. not done, i.e. broken.08:54
ikoniahellofoo: it's 1 command, there isn't really a tutorial for it08:54
rlyRed_Rail: but other people might like it.08:54
Red_Railbut im seriously probably going to switch to desktop08:54
ikoniahellofoo: the man page is quite good however "man ifconfig"08:54
hellofooi am talking about the output th08:54
rlyRed_Rail: just use 'classic mode'.08:54
hellofoook, lets check the man page. thanks.08:54
ikoniahellofoo: the man page explains it08:54
dotblankfound some stuff in .local/share/evolution08:54
n4dspgreat08:55
Red_Raili like the extra browser space.. but the tiny bit on a netbook isnt worth the trouble of trying to get to the damn  side bar when it just disappears on you08:55
liweiwpTeX is good typesetting system08:57
nmvictorwhen is gnome3.2 expected to surface?08:58
ComradeHaz`Hi all. trying to run an fsck on an ext4 fs, but it just tells me immediately it's clean without properly scanning everything. How can I make it do a proper scan/08:58
=== Lemon`BRB is now known as Teh_Lemon
liweiwpsomeone name error404notfound09:00
wildbatComradeHaz`:  fsck -f09:00
ComradeHaz`Thanks09:00
celloflaxHI, do you know some programs to build a good manual or documentation in pdf?09:01
liweiwpTex09:01
conntrack-:)09:01
celloflaxliweiwp: mmm no i mean some usefull program that help you to build a manual, with user frindly interface09:02
wildbatcelloflax: Office xD09:02
celloflaxas i thought :D09:03
dori922hey! If i declare a variable in a shell script (say n=1;) will that stay declared after the script ends, and if so, how long till it expires?09:05
yang_;';'09:05
wildbatdori922: no ~ unless you export it . /join #bash for scripting09:06
proxymanok lets start from begin. Im at my workplace. i wanna bypass my firewall so i can see few sites on net. i wanna install proxy for that. (i did it already i have squid)09:11
NK`Hi09:11
NK`if I do a maj of my kernel09:11
proxymanbut all the settings there are for local network. and im connect to my proxy out side09:11
NK`is it possible that the os is rebooting by itself after some time ?09:12
NK`it the second time I did such update and that my remote box become unavailable09:12
proxymani want to connect my proxy from outside :)09:12
imaccan some one help me in installing apex dc ++09:14
zastaphhow do I install UltraVNC server on Ubuntu? There are so many results to aptitude search vnc09:14
zastaphvnc4server and vnc-server .. what kind are they? generic VNC ?09:16
Lasers__zastaph: "aptitude search vnc | less" -- So you can look at them all.09:16
Lasers__!vnc | zastaph09:16
ubottuzastaph: 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 !FreeNX09:16
roland-hello anyone from turkey?09:16
imacsome please solve my problem..09:16
imacSDC++ working on wine ..09:17
imacbut the windows are not visible >.<09:17
zastaphLasers, so I need to use generic VNC together with SSH port forwarding? and then what on the client? (windows) .. UltraVNC has encryption builtin09:18
zastaphi guess if it uses SSH i can't just use the ultravnc viewer on windows09:18
Lasers__You could use different VNC viewer.09:19
Lasers__Or UltraVNC Viewer might work. I never really used VNC myself. ssh usually get the job done.09:20
zastaphthis seem to work with X, which I heard is slow09:21
zastaphmy problem with tightvnc has been the latency issues09:21
zastaphi don't think adding SSH/X into the loop will improve performance? :p09:22
yaccAny idea why 10.04 Lucid tries to reset a nonconnected SATA port all the time? (the box freezes during this for a feelable moment)09:24
Gerozhi all09:27
DaMiccan you regenerate /var/lib/dpkg/available ?09:30
Gerozhow I get filesystem of extarnal hdd?09:32
pratzhey guys i am searching a place to store my code snippets, i found few but i can not upload files or manage the snippets, if any one nows a good site or tool for this please let me know . Thanks09:33
sdperez79does  anyone play cross fire?09:39
ljsoftnetsdperez79 i play it09:43
ljsoftnetsdperez79 are u referring the crossfire.ph?09:43
sdperez79the game yea09:43
sdperez79it works on linux?09:44
ljsoftnetsdperez79 it migth run but with very low FPS09:45
sdperez79looking for good fps09:45
ljsoftnetsdperez79 have u tried assault cube?09:45
sdperez79no,let me look it up09:45
ljsoftnetsdperez79 its a simple game but i like, i mean playing on ac_desert with TOSOK settings, is fine with me09:46
ljsoftnetsdperez79 TOSOK is a 1hp game with a knife and a sniper rifle09:47
sdperez79kool :) i miss ava from ijji.com09:47
zFishhi all09:48
zFishclear09:48
ljsoftnethello zFish09:49
zFishhello ljsoftnet09:50
new2netOK.. Who submitted the entire 11.04 desktop ISO to virus total (aside from me)?09:53
new2netsubmit*09:53
pratzhey guys i am searching a place to store my code snippets, i found few but i can not upload files or manage the snippets, if any one nows a good site or tool for this please let me know . Thanks09:53
ActionParsnipQuiet today.....too quiet....09:58
MyrttiActionParsnip: dont jinx it09:59
ActionParsnipMaybe the last updates fixed all known bugs :-)10:00
new2netActionParsnip, How can I remove the "shutdown" program?10:00
duffmani tried googling, but maybe anyone here has some suggestions. I would like to find an alternative to spotify that works on linux. In short: music, what do you recommend? I tried looking in the ubuntu one store, but it doesn't carry half what i like to listen to, i tried looking into grooveshark but adobe air is discontinued, i am running out of ideas. :( Also within the european trade zone, as this often is relevant to these services..10:00
ActionParsnipnew2net: could mark it as not executable, not sure how it would affect other stuff but easy to undo10:01
ActionParsnipDuffman: grooveshark10:01
ActionParsnipduffman: gah10:01
duffmanActionParsnip: how are you using it?10:02
ActionParsnipUse the site no need for adobe air10:02
ActionParsnipDuffman: or you could queue videos in a YouTube playlist and let the music play10:04
duffmanlet me check if grooveshark  premium is available in europe10:04
madaweiconnect irc.freenod.net10:05
ActionParsnipduffman: does Spotify not run in wine for you?10:05
Pumpkin-_duffman: I assume you already know, but spotify is avalible on Linux10:05
madaweiconnect irc.freenode.net10:05
=== Martin_ is now known as BlaDe^
ActionParsnipmadawei: you are already on freenode10:05
duffmanPumpkin-_: yes, except that i just broke up with spotify, this facebook thing is a bit hard to swallow :)10:06
ActionParsnipPumpkin-_:10:06
new2netActionParsnip, How hot is 61*C in Fahrenheit?10:06
wzgjubuntu 5:1010:06
ActionParsnipNative Spotify client needs a full account10:06
wzg+j10:07
madaweijoin #bshellz10:07
Pumpkin-_ActionParsnip: yeah, but when duffman mentioned he was interested in Grooveshark Premium, I was guessing that wouldn't be an issue.10:07
ActionParsnipnew2net: that is offtopic here. Google has a convert function10:07
ActionParsnipPumpkin-_: reasonable enough10:08
new2netActionParsnip, yes... I will stop pestering you now, looks like it picked up (and you reminded me of something important)10:09
duffmangrooveshark looks pretty sweet.10:09
duffmani am going to give it a try till my spotify subscription runs out. Thank you ActionParsnip10:09
ActionParsnipNp10:09
razer_ajGuys... I need help... I am on Ubuntu Classic GNOME on 11.04. How can I make the title bar appear for my window?? Please help.10:12
LinTuxHow do i install the KDE desktop i terminal?10:13
janeka\10:14
mateuszsiema10:14
janekjol10:14
LjL!english10:14
ubottuThe #ubuntu, #kubuntu and #xubuntu channels are English only. For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList10:14
elkyrazer_aj, in what way has it disappeared? it's gone off the edge of the screen?10:15
elkyLinTux, sudo apt-get install kubuntu-desktop10:15
razer_ajelky: None of my windows seem to be having the Maximize or minimize icons and some windows just fit at the top left edge of the screen.. but the ubuntu start bar is blocking it10:17
gr33n7007hrazer_aj: go to effects in ccsm and click the check box on window decoration10:18
marshyI've installed mysql using aptitude. How can I configure which flags the mysql service runs with?10:19
jribmarshy: read (and maybe edit depending on what you read) its init script in /etc/init (or if not there, in /etc/init.d)10:20
LinTuxHow do i install wine from Terminal10:20
LjLsudo apt-get install wine10:20
marshyjrib: the problem is that the /etc/init.d/mysqld script looks like this10:20
van7huhi all10:20
marshy# Symlink target for initscripts that have been converted to Upstart.10:20
LinTuxLjL many thanks10:21
razer_ajgr33n7007h: Thanks a lot man10:21
marshyit's a generic script10:21
jribmarshy: because you did not follow my directions :D10:21
gr33n7007hno probs10:21
marshyjrib:  i did10:21
jribmarshy: look in /etc/init, not /etc/init.d10:21
van7huwhy 'newgrp - group_name' gives me ' expr: syntax error'10:21
van7hu?10:21
marshyi'll be damned.10:21
marshyjrib: ur right10:22
jribvan7hu: works fine here10:22
marshyis this the line i edit? exec /usr/sbin/mysqld10:23
jribvan7hu: what did you type exactly?10:23
van7hujrib: 'newgrp - adm'10:23
razer_ajOne more question.. Some windows exceed my Screen size and I am not able to see the 'Next' button.. How I can reveal everything??10:23
jribmarshy: if you see nothing that would let you customize it elsewhere, yes.  Sometimes you'll see that you can set options using files in /etc/default/10:23
van7hujrib: 'newgrp adm' works well10:24
Tallkenrazer_aj, move them using the mouse anywhere on the window and pressing ALT10:24
jribvan7hu: it's something in your shell's startup files10:24
jribvan7hu: what you just said suggests you should check ~/.profile first10:24
van7hujrib: oh, out of my knowledge10:25
jribvan7hu: hmm?10:25
marshyjrib:  how do i know if i can use options from /etc/default/10:26
jribmarshy: you would read the init script, that's the only way I know10:26
van7hujrib: then, what to look up?10:26
razer_ajTallken: Thanks10:26
jribvan7hu: read ~/.profile.  If nothing there uses 'expr', then I'd move on to other relevant files.  If you can't find the culprit, rename these files one at a time until the issue goes away.  Then investigate further10:27
marshyjrib: it only says this in the post-start script: /usr/bin/mysqladmin --defaults-file="${HOME}"/debian.cnf ping10:27
jribmarshy: what's $HOME?10:27
marshyi can't tell10:28
jribmarshy: what do you want to change?10:28
marshyjrib: i want mysql to generate a pid10:28
marshyshould i just do that with my.cnf instead10:28
rabbi1for 11.04 with 160 GB the partitions for  / ,  /swap,  /root and /home should be how much ?10:29
razer_ajHey guys... how can I get Super+A to work?? Which setting in Compiz should I turn on?10:29
jribmarshy: it's probably /etc/mysql/debian.cnf judging by google. I would try that10:29
LinTuxHow do i install the XFCE desktop in Terminal10:29
AFDhow do I auto-mount a 2nd internal ntfs drive at boot for use with samba?10:31
dr_willisLinTux:  install the xubuntu-desktop package10:31
marshyjrib: why does ubuntu run mysqld instead of mysqld_safe by default10:32
dr_willisafd make a fstab entry for it with the right options.10:32
jribmarshy: I don't know10:32
AFDdr_willis: thank you10:32
BaribalHi. Is there a shell equivalent of the Disk Usage Analyzer, or a similar tool (that's a bit more userfriendly than du)?10:32
jattncdu10:33
=== jimubao_ is now known as jimubao
=== skyball_ is now known as skyball
eipi-1Is it possible to put an intel ultimate 6300 wireless card into master mode?10:34
ethern0thello10:35
BaribalThanks.10:35
ethern0twhere is located the kernel dir on ubuntu 10.04 ?10:35
jattyaw10:35
gr33n7007hsudo iwconfig wlan0 mode master10:37
binarymutantLibtool library used but `LIBTOOL' is undefined10:39
razer_ajAnyone know how to turn on expose all windows in ubuntu?10:40
Ewelinahej10:42
ubuntu__MASAKRAAAA10:42
Klaaaaaaaaaudiajhjkshadas10:42
Klaaaaaaaaaudiaheeeej10:42
Klaaaaaaaaaudia:D10:42
scotty^Does anyone know if there is a tool to convert a PDF file to greyscale?10:42
Ewelinaheej klaudia10:42
ubuntu__zwijmy z matematyki10:42
omnomnomnomsiema10:42
ubuntu__zwiejmy *10:42
Klaaaaaaaaaudiataaak \!10:42
Klaaaaaaaaaudiajestem za10:42
ubuntu__:DDDDDDDDDDDDDDDDDDDDD10:42
KlaaaaaaaaaudiaEwelina10:42
omnomnomnomto zwiewamy?10:42
Klaaaaaaaaaudiajasne10:42
ubuntu__ej kto jest kto? xd10:42
omnomnomnomjam jest ja :D10:43
Klaaaaaaaaaudiaja jestem Klaudia :D:P10:43
LjL!english10:43
ubuntu__OMNOMOMOMO10:43
scotty^!english10:43
ubottuThe #ubuntu, #kubuntu and #xubuntu channels are English only. For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList10:43
LasersDrunk whales.10:43
gr33n7007hscotty^: convert -colorspace GRAY color.pdf gray.pdf10:44
scotty^thanks gr33n7007h10:44
gr33n7007hnp10:44
rekcuFedoneerFSomeONE likes his op power!10:45
LjLrekcuFedoneerF: someone likes to spout random offtopic comments also, apparently10:46
LjLrekcuFedoneerF: i'd suggest they refrain from it10:46
nixjri bought a usb sd card reader, when i plug it in i see the following in dmesg, whats wrong? http://paste.ubuntu.com/697803/10:51
=== oliver__ is now known as Olleh
Emmanuel_ChanelHello!11:02
pamwe_cheteWORLD11:03
Valks!ops |Emmanuel_Chanel11:03
ubottuEmmanuel_Chanel: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, nhandler, Jordan_U, or rww!11:03
IdleOneValks: ?11:03
scotty^nixjr - that looks like a kernel error - what version of Ubuntu are you using?11:04
=== Guest55876 is now known as p1l0t
ikoniaValks: what's the issue11:04
=== bajk-tragbar is now known as BajK
pamwe_cheteit's that kid from australia in that simpsons episode "it's an emergency"11:04
=== BajK is now known as kbroulik
b1946acubuntu sucks11:08
scotty^gr33n7007h - that convert command seems to be an imagemagick command - is cairo involved in that particular conversion of a PDF to grayscale?11:08
IdleOneb1946ac: your opinion is appreciated but this is a support channel, feel free to join #ubuntu-offtopic.11:09
ikoniab1946ac: you're welcome to you view, but if that's as constructive as you get, please don't speak11:09
scotty^It's pretty legendary but it does degrade quality some.  I tried adding -antialias but it didn't seem to make any difference.  I'm wondering if a newer version of libcairo2 will help.11:10
=== somicuthbert is now known as gbytmushi
gbytmushihi all11:10
gbytmushi how can upgrade  my ubuntu 11.04 to 11.1011:11
LjLgbytmushi: ask in #ubuntu+1, anyway 11.10 isn't really ready11:11
gbytmushihow can upgrade  my ubuntu 11.04 to 11.1011:11
IdleOnegbytmushi: wait for the release on the 13th11:11
Lasersgbytmushi: End of October. 11.10 Final Release will come out.11:12
enchilado11.10 is all buggy :(11:12
enchiladoTake their advice and wait.11:12
gbytmushii saw them on the website11:12
IdleOne!11.1011:12
ubottuUbuntu 11.10 (Oneiric Ocelot) will be the fifteenth release of Ubuntu.  Codename announcement here: http://www.markshuttleworth.com/?p=646 Discussion and support in #ubuntu+111:12
gbytmushilet me give the link for the release11:13
nixjrscotty^, oops i missed your responce earlier, you were aksing what kernal verison im running11:13
=== chris_ is now known as Guest39971
nixjrscotty^, 2.6.35-28-generic11:14
Lasersgbytmushi: Websites are full of lie, just like people. Shocking.11:14
gr33n7007hscotty^: Sorry this will be a better way :  gs -sOutputFile=grayscale.pdf -sDEVICE=pdfwrite -sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH color.pdf11:15
Adriannomhi.  i have a network with a server and thin clients.  multiple users need to use their single x session from wherever they are on the network at any time, including concurrently.  can xrdp do this?  is there a better solution?11:16
osbikonia: there?11:18
scotty^nixjr - I think I saw a fix for something similar to your USB dmesg errors while browsing kernel changelogs a while back.  Try Natty or the Oneiric beta 2 LiveCD and see if it works.11:18
osbikonia: I resolved my CPU core issue fyi.11:18
scotty^wow - thanks gr33n7007h11:18
gr33n7007hscotty^: as that sorted it?11:19
scotty^trying it now11:19
gr33n7007hok let me know11:19
vulnHello there. I installed Ubuntu from Windows, using Wubi. It seems there is one partition both for Windows and Wubi. Is it right?!11:20
IdleOnevuln: correct11:21
vulnIdleOne: However, my ubuntu installation now has no available space anymore, even though the partition has over 100gb left.11:21
osbhm11:21
vulnHow can I lower the amount of space Windows has under its domain and free more for Ubuntu?11:22
osbshow us /etc/fstab11:22
IdleOnevuln: wubi creates a file partition and depends on how much you allocated at install. iirc the max is 30gb11:22
vulnI will restart the computer (the one with the ubuntu by Wubi)11:22
vulnIdleOne: what if I need more?11:22
osbvuln: why'd you use wubi?  why not just dual boot thru grub?11:22
MonkeyDustvuln: backup and use gparted in ubuntu, i did it mayself, but it took several hours11:22
MonkeyDust-a11:23
dirtycookiehi i have an eeePC where the latest ubuntu is installed, the eeepc has sdcard slot where u SHOULD be able to read them11:23
vulnosb: I had to install ubuntu asap and I didn't have a CD so I used Wubi11:23
dirtycookieupon inserting a card it doesnt get mounted11:23
vivek200912FounderFounders are IIt will be as usual rocking andw will attisdfsgheoihiujhsdfffsdfsdfsfsdfHow can we make ubuntu run fast as it is taking 5 seconds to open any application. Need help.11:23
vivek200912 I have installed Ubuntu 11.4 on my Desktop.How can we make ubuntu run fast as it is taking 5 seconds to open any application. Need help.11:23
vivek200912 I have installed Ubuntu 11.4 on my Desktop.How can we make ubuntu run fast as it is taking 5 seconds to open any application. Need help.11:23
vivek200912 I have installed Ubuntu 11.4 on my Desktop.How can we make ubuntu run fast as it is taking 5 seconds to open any application. Need help.11:23
FloodBot1vivek200912: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.11:23
osbyou know you can boot via flash drive11:23
IdleOne!wubi | vuln there is a section on moving from wubi to a real install11:23
ubottuvuln there is a section on moving from wubi to a real install: Wubi is an Ubuntu installer for Windows users that allows you to install and uninstall Ubuntu like a Windows application, in a simple and safe way. http://wubi-installer.org/support.php and https://wiki.ubuntu.com/WubiGuide for troubleshooting. Please  file bugs at http://launchpad.net/wubi/+filebug. For Ubuntu Maverick/10.10 http://releases.ubuntu.com/maverick/wubi.exe11:23
scotty^gr33n7007h - That looks much better, although it errored out on the second-last page.  Not your fault though.  You are a legend.11:23
LjLvivek200912: five WHOLE seconds? that's unacceptable11:23
IdleOnevivek200912: you serious? you think that flooding us like that is acceptable?11:24
SixThreeOhIn cfdisk I tell it to create a partition at the end of the disk. It does not. How can I make it create a partition at the end of the disk?11:24
vulnLjL: lol11:24
SixThreeOhInstead of randomly plopping the partition in the middle of freespace11:24
vulnosb: /host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 111:24
vulnthat's the line for / I have in /etc/fstab11:24
osbhm11:24
gr33n7007hscotty^: your welcome11:24
osbfollow the directs the bot linked you11:25
osbthose make sense11:25
vulnosb: the URL is wrong11:25
osbthen google11:25
vulnhttp://wubi-installer.org/support.php11:25
vulnOk.11:25
dirtycookiehi i have an eeePC where the latest ubuntu is installed, the eeepc has sdcard slot where u SHOULD be able to read them upon inserting a card it doesnt get mounted automatically, so i try to mount it via console but the mount command tries to mount it, but doesnt succeeds because i aborted the command. Basically i need help in mounting a sdcard11:25
osbi would just install it as a standalone11:25
IdleOnevuln: this one https://wiki.ubuntu.com/WubiGuide11:25
osbif you dont have a dvd or a cd, do you have a flash drive you can format with at least 8GB of space?11:25
vulnosb: I can't lose the lots of GB I have stored :(11:25
osbon ubuntu?11:26
vulnyes.11:26
osboh11:26
scotty^poppler 0.18 is out!11:26
BanKiMoon 11:26
BanKiMoon does anyone know why i get "invalid magic number" when booting ubuntu ??11:26
vulnhttp://flip.netzbeben.de/2008/08/move-wubi-installation-ubuntu-on-windows-to-a-native-ubuntu-system/11:27
vulnDo you think this might work?11:27
BanKiMoonit seems like vmlinuz-2.6.18 has some issue but any idea what to do or how to resolve it11:27
BanKiMoon?11:27
osbvuln: im not sure where the bootloade rcome sinto play11:28
Gerozhalle ...I have question how mount hdd11:30
jojo__hi anyone11:31
zusanyone know the default PDF Reader is in Ubuntu11:31
jojo__can anyone here help about ics dhcp11:31
jribzus: evince11:31
nyuszika7h,,,,,,,,,,,,,,,,,,,,,,11:31
nyuszika7hoops11:31
jojo__or internet sharing11:31
vulnosb: Do you think I could create a new partition in that Ubuntu computer, move /home/* to it, format the partition that used to store /, install ubuntu and then tell it I have already a /home partition? and therefore keep the data?11:31
=== newuser is now known as newuser2
zusjrib,  thanks11:32
fritschvuln: yes this works, perfectly fine11:32
jojo__anyone here...11:32
fritschvuln: use another user while installing11:32
vulnfritsch: okey dokey11:32
osbyes11:32
jojo__can anyone here help me about internet sharing11:32
fritschvuln: watch out because of UID11:32
vulnfritsch: Thank you. What's the best way/safest to copy data from X partition to Y partition?11:32
=== Guest39971 is now known as chris_w-s
phpgusjojo__: as in the Windows internet sharing?11:32
vulndd ?11:33
fritschvuln: cp -a /home/USER /target11:33
fritschthis keeps all rights on the files11:33
jojo__ubuntu 10.04 internet sharing11:33
MonkeyDustrsync is faster than cp11:33
fritschvuln: again, remember every username has a unique ide11:33
* rskriver Hi there. Having a lot of problems mounting my NAS-shares on my Ubuntu box. Didnt work with cifs, but ended up working with NFS. Problem is that NFS thinks all sub dirs are -w for group and other, even though the NAS-shares are public read/write for everyone on my network11:33
fritschvuln: on ubuntu the first one has 100011:33
fritschvuln: if you install newly. your other user gets 100011:33
jojo__i want to administer a computer here on my end...11:33
rskriverups - Hi there. Having a lot of problems mounting my NAS-shares on my Ubuntu box. Didnt work with cifs, but ended up working with NFS. Problem is that NFS thinks all sub dirs are -w for group and other, even though the NAS-shares are public read/write for everyone on my network11:33
vulnfritsch: Can I tell the Ubuntu installer I want another ID?11:33
fritschvuln: so you have to fiddle a bit11:33
fritschvuln: this i do not know11:34
jojo__im new in linux ubuntu11:34
fritschvuln: but as always backup your data11:34
sagaci!mint11:34
ubottuLinux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org11:34
clare10billionHello I can't see detect  wireless access point with my dell mini 9 which is running the latest version of ubuntu. I can however both and detect and joint wirelessly to actual modems/routers. Any ideas what is wrong? Or what I can try to fix it?11:34
rskriveranyone have an idea of how to get nfs to let me write to sub folders in the share or assume I am owner?11:34
jojo__phpgus: im new to linux ubuntu and i want to administer the internet... in graphical maybe or textbased11:35
vulnfritsch: Wouldn't "sudo rsync -ax ~ /media/external-disk/" be a safer way to copy?11:35
phpgusjojo: is the ubuntu server the main router for your network11:35
jojo__phpgus: i try everything it seems im not successful in internet sharing11:35
jojo__phpgus: is there a other why webmin may be11:36
phpgusjojo: i usually set up sharing via the command line11:37
jojo__command line that will be fine with me..11:37
jojo__phpgus: that will be fine with me11:37
fritschvuln: if it is the first copy rsync does the smae11:37
vulnGreat. fritsch osb I can't use gparted to resize my partition since I'm running the partition lol11:37
vulnwhat do you suggest me to do?11:37
phpgusjojo: does your machine have two network ports11:37
clare10billionMy dell mini 9 can't see wireless access points but can see actual routers and can connect to them. Any idea what might be wrong or what to try?11:37
fritschvuln: mmh booting from ubuntu installer cd would help11:37
fritschvuln: backup, plz11:38
phpgusjojo: have you looked at https://help.ubuntu.com/community/Internet/ConnectionSharing11:38
jojo__phpgus: i wanted the connection to be like this one... http://www.somewhereville.com/?p=119611:38
vulnfritsch: Ok. I'm downloading Ubuntu, will buy a CD, record, boot from it, resize the partition, backup, install Ubuntu and then move my backup back into the computer. Does that sound reasonable?11:38
osbvuln: do you have a flash drive?11:39
vulnno, I don't :(11:39
jojo__phpgus: i wanted the connection to be like this one... http://www.somewhereville.com/?p=119611:40
clare10billionplease could someone help me with a wireless problem im having?11:40
SixThreeOhIs it possible to resize a partition in ubuntu without resizing/messing with the filesystem?11:42
jojo__phpgus: still there11:42
vikssegmentation falut on extension loading11:43
phpgusjojo: sorry work is dragging me away11:43
jojo__anyone here who knows how to internet sharing in ubuntu 10.0411:43
vikscan anybody help me out11:43
jojo__phpgus: ok11:43
SixThreeOhjojo_: I would guess it would probably be underfirewall or nearby as both should use the same facility (iptables)11:44
jojo__can you teach me... how to do it11:44
pratz_guys do you know any irc channel where new technology is discussed ??11:45
osbpratz_: #bearcave on irc.efnet.net11:45
osbheh!11:45
vikssegmentation falut on extension loading11:46
hojathi11:47
vikswhen i do php -m,,,,,segmentation falut on extension loading11:47
newuser2noob question: what window manager does Ubuntu 11.04 use when choosing Ubuntu Classic session11:47
viksat the emnd11:47
BanKiMoonnewuser2: gnome11:47
newuser2i mean like metacity, compiz etc.11:48
jackeyhelp me.11:50
jackeyDBI connect('database=vpopmail;host=localhost;mysql_socket=/var/run/mysqld/mysqld.sock','vpopmail',...) failed: Access denied for user 'vpopmail'@'localhost' (using password: YES) at /var/www/extsuite/extmail/libs/Ext/Auth/MySQL.pm line 4511:50
fritschjackey: wrong password11:50
jackeyreally?11:50
fritschjackey: :-)11:50
fritschjackey: you saw that yourself, didn't you?11:50
paulus68fritsch: now you are mentioning it, it does ring a bell :p11:52
pratz_hey guys actually i wanted to know how this site fetchs all the info from different services http://www.qfly.com/ ?11:52
pratz_if any one knows this then please let me know11:52
pratz_thanks11:52
bastidrazorpratz_: magic11:53
jribpratz_: not ubuntu question11:53
pratz_jrib: yes i know that, can you recommend me some channel where i can ask questions like this ??11:54
ttl-is there an alternative to basname which can print 2 last segments of a path ?11:54
jribpratz_: I do not know of one.  Maybe #ubuntu-offtopic11:54
ikonia#web?11:54
ttl-when i feed it /one/two/three/four.txt it should print three/four.txt11:55
ikanoboripratz_: They buy the data from carriers.11:55
jribttl-: try #bash11:55
pratz_ikonia: really11:56
vulnfritsch: I found an Ubuntu 10.04 LTS cd-rom. I will try to change my partitions with it11:56
fritschvuln: backup, backup, backup11:56
fritschvuln: just4therecord11:56
vulnyeah, but I have to create a new partition before :x otherwise nowhere to backup11:57
=== Marc is now known as Guest3836
=== Guest3836 is now known as proffima
L-----Dis there a dev channel?11:59
rumpe1L-----D, many12:00
ikoniaL-----D: what's the issue ?12:00
llutz_!alis | L-----D12:00
L-----Dubuntu dev channel12:00
ubottuL-----D: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu*12:00
ikoniaL-----D: what's the issue ?12:00
clare10billiondell mini 9, latest version of abuntu, can't detect wireless access point but can detect and connect to routers/modems. Please help.12:00
L-----Dikonia, well, it's not a issue, I wonder what options so I have if I want to monitor a directory changes, except inotify12:01
ikoniaL-----D: I guess it depends how/what you're developing12:02
L-----Dikonia, I want to recustive monitor a folder for change12:03
ikoniaL-----D: using what ?12:03
ikoniaL-----D: are you trying to write software ?12:03
L-----Dikonia, ah yes, I'm using java but all the wrapper around inotify not works out of box12:05
newuser2how can I tell if it's compiz or metacity that is currently active?12:05
llutz_!info incron12:05
ikoniaL-----D: try the guys in ##java12:05
ubottuincron (source: incron): cron-like daemon which handles filesystem events. In component universe, is extra. Version 0.5.9-5 (natty), package size 109 kB, installed size 368 kB12:05
llutz_L-----D: ^^12:05
L-----Dllutz, that may helps12:06
vulnWhere do I get the md5sum key of Ubuntu 11.04 to make sure I downloaded it properly?12:06
bastidrazor!hashes | vuln12:06
ubottuvuln: See https://help.ubuntu.com/community/UbuntuHashes for the md5sums of Ubuntu discs.12:06
vulnTy12:07
newuser2sorry llutz was incron for me or for L-----D12:07
newuser2I mean, llutz_12:07
llutz_newuser2: you've seen the L-----D: ^^12:08
newuser2oh, I didn't know what that meant ok12:08
llutz_newuser2: "pgrep compiz"   if empty output, no compiz running12:09
newuser2thanks12:10
vulnWhat's the size of the Ubuntu 11.04 ISO?12:10
fritschvuln: 700MB?12:10
fritschvuln: approx12:10
suptahi12:10
supercar_heavenam using Ubuntu 11.04. Whenever I boot up it plays the sound of logging in but nothing is visible on screen except the cursor and blank screen.12:11
supercar_heavenI googled for it and tried some commands from console but everything in vain.12:11
vulnfritsch: ty.12:11
suptai am new in ubuntu and desperately need help12:11
supercar_heavenlive cd is working perfectly can i copy the configuration file from live cd to the installed system ??12:12
supercar_heavensupta: what you want to know ??12:12
Calinoudon't ask to ask12:12
Stanley00supercar_heaven: maybe, but how about delete all your old config, and then leave it to Ubuntu to recreate the the default again?12:12
fritschsupercar_heaven: try to disable kms12:13
fritschsupercar_heaven: with grub boot parameter12:13
fritschsupercar_heaven: also try switching terminals and read xorg log file12:13
suptai installed a software but do not know how to run it12:13
suptathe software in aria 212:14
Calinouwhat software?12:14
suptaa download manager12:14
Calinouwindows software doesn't usually run on linux unless you use wine12:14
Stanley00!info aria12:14
ubottuPackage aria does not exist in natty12:14
vulnfritsch: Do you think http://ubuntuforums.org/showthread.php?t=438591 is a good option?12:14
LjL!info aria212:14
Calinoutry to visit the ubuntu software center, it should be in "Applications"12:14
ubottuaria2 (source: aria2): High speed download utility. In component universe, is optional. Version 1.10.9-1 (natty), package size 1521 kB, installed size 4380 kB12:14
LjLsupta: type "aria2c --help"12:14
L-----Dllutz, incron,  does it support recursive monitor?12:14
supercar_heavenStanley00 which files should i delete ?12:15
fritschvuln: sorry not the time to give you a correct answer to this12:15
fritschvuln: not the time to read :-)12:15
Stanley00supercar_heaven: I think you should follow what fritsch said first.12:15
llutz_L-----D: idk, sry12:15
Stanley00supercar_heaven: I'm just a newbie here ;)12:15
supercar_heavenStanley00: :) thanks12:16
supercar_heavenfritsch: how to disable kms ??12:16
fritschsupercar_heaven: depends on your hardware12:17
fritschsupercar_heaven: first boot in safe mode12:17
fritschdoes this work12:17
KamZouHello, would like to know why if i manually edit an IP address in my dhcp.leases (@server) my client doesn't catch the one i specified ?! plz12:17
supercar_heavenfritsch: ok :)12:18
vulnfritsch: ok :). So even using LVPM I can't resize more than 30gb?12:18
supercar_heavenlet me try it..12:18
llutz_L-----D: short google says no, but https://github.com/greggoryhz/Watcher seem to do12:18
supercar_heavenok i changed the console....12:19
supercar_heavennow waht to do fritsch ?12:19
fritschsupercar_heaven: log in12:19
fritschsupercar_heaven: less /var/log/Xorg.0.log12:19
fritschscrol down with the arrow keys12:19
fritschand have a look what is written at the end12:19
skandeehello, what is the best platform for developing apps for ubuntu?12:19
fritschskandee: rethoric question?12:19
fritschskandee: ubuntu itself is the answer12:20
skandeeprogram12:20
buhman__I want my kernel.org back12:20
vulnahaha12:20
fritschskandee: ah okay. this depends12:20
fritschskandee: on libs, language12:20
theadminskandee: Different languages around, so.12:20
fritschskandee: packaging is done with dpkg later on12:20
vulnSo there's no way to resize a wubi partition to use more than 30gb? (Not even with LVPM?12:20
theadminskandee: You appear to be new, go with Ruby or Python...12:21
pav5088I want to undelete video files on a camcorder DVD-R.  I've used Photorec, but it only sees 267mb (the DVD-R capacity is 1.4gb).  This is for someone else...  I THINK what happened is the DVD-R was "reformatted" when it was inserted into a PC.12:21
theadminvuln: LVPM is old and I think doesn't work anymore12:21
=== buhman__ is now known as buhman_
skandeeso.. i'll go for python?12:21
theadminskandee: Try that...12:21
setsunafseiseidoes anyone here know about gnome schedule?12:22
vulntheadmin: aw :(12:22
AFDI'm trying to chown an ntfs drive directory that has been automounted by adding a line to fstab. The chown isn't working. any ideas?12:22
theadminsetsunafseisei: Maybe ask in #gnome12:22
supercar_heavenfritsch: my lapi restarted...12:22
vulntheadmin: I have a wubi installation, but I need more space. What do you suggest me to do?12:22
supercar_heavenautomatically...12:22
setsunafseiseitheadmin: thanks12:22
vuln(I have important data on it)12:22
theadminAFD: NTFS doesn't support unix permissions, you can't chown/chmod12:23
ikoniaAFD: you can't change the permissions12:23
bastidrazorAFD: you can't chown anything on an NTFS drive. you can chown the mount point12:23
theadminvuln: Backup your home directory, and make a normal install12:23
AFDok thanks guys12:23
vulntheadmin: yeah, that's what I was thinking of.. but I'm afraid there's important data in other directories too :/12:23
theadminvuln: Only the apps, you can reinstall yours later12:23
theadminvuln: Every program setting you have made is stored on a user basis, so...12:24
theadminvuln: It's in your home folder12:24
theadminvuln: Just make sure you enable viewing hidden files in your filemanager12:24
=== chris__0076 is now known as chris_0076
llutz_AFD: ntfs/vfat permissions are to be set by using mount-options.12:24
vulntheadmin: I have a software that stores medical images, but I'm not sure where it stores them. I'm afraid it's not in the /home/ dir12:25
vulnI need such medical images :(12:25
theadminvuln: Umm... Check every hidden folder around12:25
theadminvuln: Mostly it'd be named like ".softwarename"12:25
vulnty12:25
Mokilokbit off topic, is there any way to integrate a Freenas system into Windows Active directory? I'm guessing not since Freenas would use XFS? While AD supports only NTFS permissions?12:26
ahhughezhow can I find out what version of ubuntu I am running? technically this is mythbuntu.`12:26
KamZouanyone ?12:26
Stanley00ahhughez: use lsb_release -a12:26
vulntheadmin: Let's say I install Ubuntu in another partition, then GRUB will rewrite MBR. Can I still access my other Ubuntu (the one made with a wubi installation)?12:26
theadminvuln: You would be able to, but I don't think you should keep it12:27
ahhughezgot it thanks Stanley00 :)12:27
theadminvuln: You should tell GRUB to boot Windows, then, trough Windows' bootloader, access the WUBI install12:27
=== paulus68_ is now known as paulus68
vulntheadmin: ty12:30
vulntheadmin: Do you think it's risky to keep using Ubuntu 10.04(.2)?12:31
vulnOr for a server it'd more stable?12:31
vulnfritsch: what's your opionion on that?12:33
theadminvuln: That's fine, 10.04 is an LTS so it's supported for a long time12:34
vulnGreat.12:34
vulnCould I mount the wubi ubuntu from my current ubuntu?12:34
* vuln doesn't think so12:34
Blacky90irc.dream-irc.de12:35
theadminvuln: You could, I think Wubi uses a raw disk image and that's all so12:35
theadminvuln: mount /media/windows/ubuntu/disks/root.disk /mnt12:35
vulnThank you theadmin.12:35
Blacky90irc.dream-irc.com12:35
theadminBlacky90: Stop spamming12:36
RyuGuns1...12:36
Memphis1Blacky90, but this is the dream irc?12:36
Memphis1in theory :)12:36
newuser2yeah but .de is german :)12:37
=== klebers` is now known as klebers
newuser2quit12:37
amin`hello all. it is about one week which I tried and fail to run dzen to show the wokspace tages the mode of xmonad (tall tabbed ....) and the cpu load and temp and some fancy bells and whistles. is there anyone here can help  me wich an script or dzen config .........12:37
ActionParsnip!info dzen12:38
ubottuPackage dzen does not exist in natty12:38
RyuGuns!info jython12:38
ubottujython (source: jython): Python seamlessly integrated with Java. In component main, is optional. Version 2.2.1-2.1ubuntu1 (natty), package size 2458 kB, installed size 8060 kB12:38
theadminJython is rather disgusting in my opinion, but that's just me. Ahem.12:40
ahhughezanyone able to help me install this bluetooth apple keyboard? I can see my dongle `hcitool dev` and I can see the keyboard `hcitool scan` but thats where the party stops :'(   `sudo bluez-simple-agent hci0 XX:XX:XX:XX:XX:XX`  ===> 'Creating device failed: org.bluez.Error.ConnectionAttemptFailed: Page Timeout'. Ideas?12:40
vulntheadmin, fritsch: I'm installing Ubuntu 10.04 in one partition only. Once it's done, I will mount the wubi partition and start changing the configs I did in some files (like configuring it to have static IP address). I'll also copy some dirs of things I had to the /home/. Do you have any suggestions to do? (I kept the same username)12:40
theadminvuln: Not much else, actually, except...12:41
theadmin!clone | vuln12:41
ubottuvuln: To replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude  --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » - See also !automate12:41
rabbi1can't find network manager in the notification area12:42
theadminrabbi1: Is nm-applet running?12:42
EgyParadoxrabbi1, in terminal type:   nm-applet12:42
ActionParsnipahhughez: https://help.ubuntu.com/community/AppleKeyboard12:43
ahhughezwhat is bluez and hidd? I dont havd hidd installed.12:43
rabbi1thank you , got it12:43
ActionParsnipahhughez: bluez is a bluetooth management app12:43
ahhughezActionParsnip, that page doesn't talk about installation :'(12:44
blwesse_0.012:44
toehiowhy does "update-rc.d -f <servicename> remove" not remove the service from all runlevels?12:44
ahhughezActionParsnip, Im following this... but it fails https://help.ubuntu.com/community/BluetoothSetup#Ubuntu_11.04_Install_via_the_command_line12:46
ActionParsniphttp://www.siamnet.org/Wiki/Ubuntu-AppleBluetoothKeyboard ahhughez you just need the conf file fro12:46
ActionParsnipFrom the guide12:47
RyuGunsHi12:47
seliteHow to access windows files from Ubuntu? And, no i didn't install Ubuntu via Wubi. Thank you12:48
senecahi12:48
ActionParsnipHi RyuGuns12:48
theadminselite: The usual way12:48
senecavpn connection from ubuntu?12:48
ActionParsnipselite: are your ntfs partitions not an option in nautilus?12:49
theadminselite: Find something similar to "900GB Hard Drive" in the filemanager, click on it12:49
MokilokWhat is the ubuntu equivilant of Tracert from Command prompt?12:49
theadminseneca: Possible quite easily, PPTP?12:49
llutz_Mokilok: traceroute12:49
ahhughezActionParsnip, but before I add the config file I need to set the bluetooth device to be trusted.12:49
theadminMokilok: You'd be surprised. tracert. Or traceroute.12:49
selitetheadmin: Yes, but when I do mount -t ntfs /dev/sd2 /mnt/windows -o "umask=022" . I get a response "Failed to access volume /dev/sd2".12:49
senecavpn connection12:49
ActionParsnipMokilok: traceroute12:49
seliteActionParsnip: I don't know what nautilus is. :P12:49
theadminselite: Because it's normally /dev/sdXY, where X is some letter and Y is some number12:49
MokilokActionParsnip: Thanks Mate, That worked perfectly.12:50
theadminseneca: There are many kinds of VPN12:50
zebulonhey i'm still trying to get quake 3 arena point release installed from a posix .bin text file, normal commands don't work and i get checksum errors :s12:50
theadminseneca: So, what is yours?12:50
vulntheadmin: but what if they're different versions?12:50
selitetheadmin: Hahahaaha. Thank you very much man. It's done. :P12:50
vulnThe one in Wubi is 11.04. The one I just did now is 10.0412:50
zebulonany ideas?12:50
senecapptp12:50
senecatheadmin: pptp12:50
ActionParsnipselite: it will probably be /dev/sda2  not /dev/sd212:50
amin`any word on dzen?12:51
seliteActionParsnip: Yupp, I solved it. Thanks.12:51
ActionParsnipselite: nautilus is the default file browser in ubuntu12:51
theadminseneca: sudo pptpsetup --create "lol" --username "your_username" --password "your_password" --server vpn.example.org ; sudo pon lol12:51
ActionParsnipselite: wtg :-)12:52
senecatheadmin:  i can able to connect from Mac with given host user  pass, but cannot do same on ubuntu12:52
theadminseneca: Oh, after that, if this connection is your internet provider, you might also want to do "sudo route add default dev ppp0"12:52
Bishselite, i use ntfs-3g12:53
Bishgive it a try12:53
seliteActionParsnip: Hey and btw when I acess a lot of directories from the terminal how to make the root@username :blabla shorter?12:53
theadminselite: export PS1="lol! "12:53
theadminselite: Try that. Much shorter :P12:53
Bishselite, sshfs12:54
selitetheadmin: lol. I am serious.12:54
theadminselite: So am I.12:54
Bishselite, sshfs and ntfs-3g are the things of your desire12:54
Bishboth are fuse12:54
theadminselite: Seriously, though, if you want to keep everything the same way but just use the basename of the current path, do: export PS1="\u@\h: \W"12:55
ActionParsnipselite: you can configure PS1 to not show the full path. There are sample configs o12:55
ActionParsnipOnline12:55
vulntheadmin: what's if they're different versions? :x12:55
theadminvuln: What are?12:55
ActionParsnipWhat are 'they'12:57
new2netActionParsnip: Their power is only exceeded by their mystery.13:00
ActionParsnipI guess we'll never know13:01
senecatheadmin: connection finished13:02
theadminseneca: Well, great, so it worked?13:02
senecatheadmin: it says in popup "connected: dd@host  00:00:00" and then after 2 sec's it says connection finished13:03
jasonmsphey all.  In unity, how can I get find files to search my mounted drives?13:03
=== dean is now known as Noobie
theadminseneca: What popup? The command I gave can't produce any popups13:04
NoobieHi all could someone tell me whats better acidrip or handbrake for better results ease of use etc?13:04
theadminjasonmsp: Meh... find / -iname 'whatever' -print 2>/dev/null13:04
bazhangNoobie, to do what13:04
senecahow do check13:04
theadminseneca: ping 8.8.8.813:05
ActionParsnipjasonmsp: https://help.ubuntu.com/community/FindingFiles13:05
MonkeyDustNoobie: what is acidrip and handbrake?13:05
Noobiebazhang, To make avi's or mp4 of my dvds so I can watch them on my usb media player13:05
bazhangNoobie, I'd advise ogmrip13:05
jasonmsptheadmin:  thanks.  Am I understanding correctly if I run that on command line that will search the mounted folders when I click on the dash find files?13:05
NoobieMonkeyDust, Its a dvd transcoding program13:05
Noobiebazhang, Is it user friendly and supports subtitles?13:05
theadminjasonmsp: Nah... It's just a CLI way of searching ;) Forget GUIs13:05
ActionParsnipNoobie: none and all. Try them to see which you prefer13:05
bazhangNoobie, lots of nice presets for exactly that13:06
kpettitanybody know a good way to make nautilus work without freezing?  Freezes frequently on me, espically in certian directories.  I turned off all the preview stuff, not sure what else to do13:06
theadminkpettit: Disable counting items, I think that might do crazy stuff13:06
Noobiebazhang, Is it as easy to use as handbrake?13:06
kpettitI'll try that, thanks13:06
bazhangNoobie, easier, imo. give it a try13:07
Noobiebazhang, Ok cool I will does it support subtitles?13:07
MonkeyDustNoobie: when you found out, you are the expert :)13:07
bazhangNoobie, dont remember offhand, its in the repos you can give a try13:07
NoobieMonkeyDust, Sorry didn't get what you meant?13:07
Noobiebazhang, Installing it now13:08
MonkeyDustNoobie: we're not familiar with handbrake, so it's best you try it out :)13:08
jasonmspActionParsnip:  thats command line also.  I'm trying to get unity GUI dash to search the mounted folders when I click on find files.   Im find with commmand line for myself, but I need to get the dash to look at the other drive for those using the computer that can't work from a shell.13:08
NoobieMonkeyDust, You never heard of handbrake : O lol13:08
MonkeyDustNoobie: no one here has :)13:09
NoobieMonkeyDust, Its very good but takes a long time to convert lol13:09
aarHi, is there a keyboard shortcut for symbols like £ or € ?13:09
theadminWell, as for me personally I'm not some sort of a maniac to rip movies off DVDs...13:09
bazhang!handbrake | MonkeyDust13:09
ubottuMonkeyDust: handbrake is a an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, Linux and Windows. - http://handbrake.fr13:09
Noobiebazhang, How long usually does it take to rip using ogmrip?13:09
dtigueNoobie: about 45 min. to an hour13:10
theadminaar: Ctrl+Shift+u00b6 should give you a pilcrow, for instance.13:10
Noobiedtigue, Really thats short handbrake takes about 5 hours13:10
theadminaar: "u00b6" must be typed in, not pressed at the same time13:10
theadminaar: But you should hold ctrl and shift13:10
theadminaar: So, basically, ctrl+shift+u<UNICODE CHARACTER CODE HERE>13:11
_cbcomplete newbie at ldap. Just installed 11.04 server. Is there any good online tutorial I can use to learn ldap ?13:11
Noobiebazhang, Which profile is best to use in your opinion?13:11
bazhangNoobie, depends on what you're going to play it on, check out the long list of presets first13:12
aartheadmin, thank you13:12
Noobiebazhang, Well I use my usb media player on my tv it supports avi and mp413:12
senecatheadmin: when i ping 8.8.8.8, i get 64 bytes from 8.8.8.8: icmp_req=13 ttl=53 time=60.7 ms13:13
seneca64 bytes from 8.8.8.8: icmp_req=14 ttl=53 time=70.0 ms13:13
seneca64 bytes from 8.8.8.8: icmp_req=15 ttl=52 time=86.1 ms13:13
tinel_ROHi, ppl ! I'd like to upgrade my "jaunty" release but the apt-get tells that can't upgrade to "lucid". I'd like to upgrade to an intermediate LTS, then to "lucid". Is it possible? Or should i upgrade my 9.04 to 9.10 first and then to a newer version step by step? Which is the best aproach? Thanks.13:14
tinel_ROMENTION: server version13:15
fritschtinel_RO: j k l m n13:15
ahhughezany reason how/why I dont have and can get the bluetooth symbol/icon in the tray on the top RHS of the system bar (i.e. the thing with "applications" menu and desktop switcher e.t.c.?13:15
fritschtinel_RO: sudo update-manager -d13:16
Noobiebazhang, You are a legend not only does it support subtitles it creates a srt format as well13:16
fritschtinel_RO: sudo do-release-upgrade (terminal)13:16
rnsanyone know if using workspaces consumes more memory?13:17
tinel_RO@fritsch: so step by step on the Tic-Tac style? The "sudo do-release-upgrade" cmd tells: "An upgrade from 'jaunty' to 'lucid' is not supported with this tool."13:17
Picitinel_RO: Take a look at https://help.ubuntu.com/community/EOLUpgrades13:19
PierixSalve a tuttti13:19
Pici!it | Pierix13:19
ubottuPierix: 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)13:19
Pierixhi13:20
=== vuln is now known as unk
tinel_RO@fritsch: For "j k l m n" problem is that I can't find ISO's or how to use apt-get or do-release-upgrade to upgrade to the _desired_ release. I'll look at the link right now.13:20
ahhughezwhat is hidd ? I have bluez... doco rants on about hidd but I don't have this on 11.04... and I think this is intentional13:20
PierixSorry, can i hack your pc^^ :D?13:22
tinel_RO@fritsch: the link provided gives me all info I need. THANK YOU! :)13:23
tinel_RO@PICI: the link provided gives me all info I need. THANK YOU! >:D<13:23
Picitinel_RO: np :)13:23
tinel_RO:D13:24
quiescenstinel_RO: if you are on 9.04 then you are not on an lts release at the moment, you may also need to make sure that /etc/update-manager/release-upgrades has Prompt=normal rather than Prompt=lts13:24
theadminPierix: lolwut...13:24
tinel_ROIt is on "normal" I13:24
theadminPierix: We're not a hacker playground. Try hackthissite.org13:24
tinel_ROI've checked.13:24
quiescensjust making sure13:24
Piciquiescens: that wont help if you're trying to upgrade to another release that has already reached its EOL.  The instructions on the link I posted will guide you through using old-releases.u.c to upgrade properly.13:25
Islamwhen I open my files and folders it shows my recent opened files, how can I reach it to delete this recent opened logs ?13:27
quiescensPici: would it still need to be set to normal if it wasn't already? i don't really know, i just remember people having issues with upgrading to lts or from lts or something13:27
=== unk is now known as vuln
Piciquiescens: 10.04 installed with prompt=lts, which caused people to have issues upgrading to 10.10.13:28
tinel_ROSo, 9.04 is was not a LTS release?13:29
Jasonn!9.0413:30
ubottuUbuntu 9.04 (Jaunty Jackalope) was the tenth release of Ubuntu. End Of Life: October 23, 2010. See !eol and !upgrade for more details.13:30
Jasonntinel_RO: ^13:30
Jasonnit was13:30
Picitinel_RO: No, LTS releases are very 2 years, the previous being 8.04, then 10.04, and 12.04 will be next.13:30
PiciJasonn: That says nothing about it being an LTS release.13:30
quiescensyeah, 8.04 was the lts, 9.04 wasn't, 10.04 is13:30
Islamwhen I open my files and folders it shows my recent opened files, how can I reach it to delete this recent opened logs ?13:30
JasonnPici: yeah, it sais that it lasted 2 years13:31
Jasonnno?13:31
Jasonnor one13:31
Jasonnoh :/13:31
tinel_RO@PICI: i agree with jasonn, at the time i istall 9.04 it was mentioned as a LTS.13:31
Picitinel_RO: No it wasn't.13:31
* Jasonn stabs ORACLE13:31
ssmawhat do i install to resized my pictures13:31
quiescenslts is more than 2 years13:32
ahhughezargh, there is very limited bluetooth doco :'( should I hit the mailing list if I am in trouble13:32
PrckoPls help me to find BIOS for Medion FID2010 MD5400 ?13:32
tinel_RO@Pici: if you say so.... It was in 2008... :)13:32
theadminssma: GIMP can do that, and I think it's installed by default13:32
Picitinel_RO: 8.04 was LTS.  9.04 was not released until 2009.04 (april 2009)13:32
quiescenstinel_RO: how could 9.04 be lts in 2008, when it wasn't released?13:32
eseydenJuJu blows my mind, I must figure out how to do this cloud magic.13:32
ssmano is there something else theadmi13:32
llutz_ssma: convert from imagemagick13:32
Islamdoes any body know, when I open my files and folders it shows my recent opened files, how can I reach it to delete this recent opened logs ?13:33
quiescensmaybe you had 8.04 and it upgraded to 8.10, 9.0413:33
tinel_RO... not later than 2009, anyway.. maybe i mistake the year, i understand that.13:33
tinel_RO@quiescens: it is possible, I don't remember the upgrades :)13:34
Islamcan any body help with my issue ?13:34
ssmai whent in to synaptic and it shows me all lot of file what do i install13:34
quiescenstinel_RO: once you get to 10.04 which is lts, you can probably change that file (/etc/update-manager/release-upgrades) and tell it only offer lts upgrades if you want13:35
BluesKajHey all13:35
Islamlol, no body can help with my problem ?13:35
ssmathanks llutz}13:35
tinel_ROOk. Thank you guys for input. the link from Pici will give me something to do, I hope i will manage well.13:36
Marcre13:36
tinel_ROEOLUpgrades, I mean.13:36
=== Marc is now known as Guest38589
eseydenGotta figure out OpenLDAP, keberos, IPSec, LT2P, and single sign-on for a diverse set of web apps, Alfresco, SugarCRM, ProjectOpen.  All without support contracts or salary.  I need to figure out how to start writing juju charms to setup this stuff on AWS.13:38
eseydeno_o13:39
n4dspThis pertains to Evolution,,,when I do a File/Backup Evolution Settings, the following window comes up "the folder contents could not be displayed.Operation not supported." What does this mean? Why does it not do a backup.13:40
MysteriousManis there any other good library for c++ for editing text file? and who to open file that must hv root access 2 open with (c++)??13:40
theadminMysteriousMan: You need to run the program as root...13:41
theadminMysteriousMan: Otherwise, well, join #c++ for C++ help13:41
MysteriousMan<theadmin> thanks13:42
StonedSlackerCan someone suggest a good app to strip meta data from entire directories of photos at a time?13:43
theadminStonedSlacker: Probably a simple for loop with your usual way13:44
Dice-Manhi13:44
Islamwhen I open my files and folders it shows my recent opened files, how can I reach it to delete this recent opened logs ?13:44
StonedSlackerI don't have a way at all right now. What's the most common app for this?13:44
llutz_StonedSlacker: exif13:44
llutz_StonedSlacker: or exiv213:45
StonedSlackerThanks, llutz and theadmin13:45
rnsanyone know if using workspaces consumes more memory?13:45
theadminStonedSlacker: No problem.13:45
Stanley00rns: dont know, but why do you ask that?13:46
theadminrns: Probably so, but not by too much to worry about anyway13:46
rnsStanley00, because if I have 4 different workspaces with programs running, I want to know if it will slow things down or if there is some efficient memory management happening in the background.13:47
Islamlol, why isnt any body answering me or trying to tell me what to do ?13:47
theadmin!patience | Islam13:47
ubottuIslam: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/13:47
MysteriousMan<theadmin> i cant post there (in c++ channel) !!13:47
theadminMysteriousMan: Register your nickname.13:48
MysteriousManhw 2 do that?13:48
theadminMysteriousMan: /msg nickserv help register for further assistance.13:48
MysteriousMan<theadmin> thanks alot13:48
Stanley00rns: I dont care much about mem when using Ubuntu, so just try figure out yourself.13:50
MysteriousManIslam: google is your best friend :)13:51
Islamislam@ubuntu:~$ sudo chattr -i ~/.recently-used.xbel13:52
Islamchattr: No such file or directory while trying to stat /home/islam/.recently-used.xbel.. how can I solve this ?13:52
X0Rc0reFF ?DCC SEND “ff???f??????????????” 0 0 013:53
FloodBot1NOTICE - The above was an exploit attempt that may have disconnected some users. Please ignore it, DON'T click on suspicious links, and type « /msg ubottu exploit » if you want more information.13:54
llutz_Islam: don't use sudo13:55
MysteriousManIslam : use  "find - name recently-used.xbel"13:55
=== sun_ is now known as Guest85291
theadminMysteriousMan: That's malformed13:55
theadminIslam: find ~ -iname 'recently-used.xbel' -print # This is more like it13:56
=== dad is now known as Guest57955
Guest57955hi all13:56
=== Guest57955 is now known as Momentfor
Momentforhi everyone13:57
MomentforI'm having problems installing my wifi driver on a compaq ;-/13:57
Momentforit's the broadcom Sta propriatory13:57
sitmaudattry wicd13:57
sitmaudatsudo apt-get install wicd13:57
theadminsitmaudat: wicd is no driver, but yeah... Momentfor: NetworkManager has wireless problems. Get rid of it.13:58
sitmaudatI know13:58
jasonQuestion - does the PowerPC version of Ubuntu 10.04 not work in the USB startup disk creator?13:58
=== jason is now known as Guest13884
Momentforthanks folks installing that now13:58
MysteriousMan<theadmin> thanks for the hint13:58
theadminNetworkmanager has problems with everything, actually, lol... DSL? Crashes on connection. VPN of any sort? Won't let me create a connection. Ethernet? Works, from time to time...13:58
theadminMomentfor: No problem13:59
Momentforthe weird thing is that I managed to install the broadcom driver on this exact computer previous install13:59
Momentforwith the same version of ubuntu13:59
theadminMomentfor: You might want to do "sudo service NetworkManager stop" before running wicd13:59
llutz_theadmin: 3g - works, wifi - works ,wired - works, 3g via bt - works. so what?13:59
Momentforand it's a clean install14:00
senecatheadmin:thanks14:00
LaWUHi everyone - how is Ubuntu 11.10 BETA 2 lookin'?14:00
theadminllutz_: Well, 3g... Haven't used any for a while, wireless - not for me (apparently it expects my wireless interface to be called wlan0! And with Broadcom drivers, it is eth1), wired works with... everything, so well14:00
theadminLaWU: Offtopic here, head to #ubuntu+114:00
sitmaudatwhere to download 11.10?14:01
Momentfor'sudo service NetworkManager stop" returns 'unrecognised service'14:01
ChriskEsudo service network stop14:01
lantizia_How can I import (or create any new connection for that matter) my openvpn configuration file into network manager - using the command line (maybe nmcli?)14:01
theadminMomentfor: Ah, I keep forgetting the proper name... "networkmanager"? "Network-Manager"? "network-manager"?14:01
theadminChriskE: Well, that's NOT networkmanager.14:02
l33_hi14:03
Momentforguys14:03
Momentforhow do i configure wicd?14:03
Momentforah it's ok i've found the gui - just no menu bar and nothing came up when i started it from terminal!14:04
MomentforIt's still not seeing my wifi card so we're right back to how to install the propriatory broadcom driver. which is giving an error saying:14:05
Momentfor'sorry the installation failed' and 'please have a look at the log file /var/log/jockey.log14:06
Momentforbut that file appears to be a blank....14:06
LmAtHow do I get a list of all the full paths to directories in the current directory14:06
LmAt?14:06
}[o0]{is there a way to get the speaker icon back on the panel....i have the volume applet installed...but starting it manually does nothing...pulseaudio is installed14:06
LmAtI'm at ls -1 which is great, but I want the full path.14:06
=== mohammad is now known as Guest88803
}[o0]{Natty14:07
LmAt1601 peolpe in here and nobody's talking...amazing.14:07
LmAtThis must be the least traffic per capita on any irc server anywhere...14:07
theadminLmAt: find $PWD -type d14:08
LmAttheadmin, Thanks.14:08
fm__hi, i have an entry in /etc/fstab which contains the exec flag, however i have to do a mount -o remount,exec everytime to execute something on it. why is that?14:08
MomentforlmAT actually TheAdmin was talking14:08
Momentfor;-)14:08
Momentforhe was trying to help me earlier!14:08
LmAtMomentfor, Who's that?14:08
theadminMomentfor: Please do not miscapitalize my nickname -- I doez not likey14:08
Stanley00fm__: can you give me that line in fstab?14:09
theadminfm__: Can you paste your entry? Could be malformed14:09
fm__/dev/sda2 /media/fedora-home ext4 exec,noauto,user,users 0 0  Stanley00 , theadmin14:09
sitmaudatI can't Adjust my notebook's brightness14:09
sitmaudatwhat is the matter14:10
llutz_fm__: man mount (about user option and defaults)14:10
LmAtMomentfor, oh, THAT theadmin14:10
* Momentfor nodnods14:10
LmAtwho is the moderator in here?14:10
theadminLmAt: Quite a lot around14:10
LmAtdotnull, cool nick :)14:10
theadminLmAt: Most hang out in #ubuntu-ops as well14:10
dotnullthanks :-)14:10
LmAttheadmin, Ahh.  I thought my client puts a little mark next to their name, and I don't see any such marks.14:10
theadminLmAt: Normally, the mark is "@"14:11
LmAttheadmin, You're saying "@" in the nick?14:11
theadminLmAt: But here, they don't sit opped all the time and do all their administration stuff via chanserv14:11
LmAttheadmin, sure.14:11
Momentforsorry if this message spams but 'msg' doesn't appear to be going through (so hopefully this is the first time you've seen this message:14:11
Momentfortheadmin btw it was nework-manager all lower case....still need to figure out how to get the broadcom wifi driver to install though!14:11
theadminMomentfor: It is going through and I replied14:11
llutz_fm__: and using both, "user,users" won't make sense14:12
theadminMomentfor: Check other windows :/14:12
Momentforah I see it now!14:12
Momentforsorry being blind ;-)14:12
fm__llutz, just read that14:12
sitmaudatdo you have the same problem?friends14:13
llutz_fm__: change it into ".. user,exec 0 0 " and try again14:14
fm__llutz, theadmin Stanley00 thanks a lot, it works now14:14
proxymani have now all those 3 lines what are here http://paste.ubuntu.com/697901/  http://hack2live.blogspot.com/2008/12/configure-squid-password-access.html i have squid3 server14:15
proxymanit doesnt ask me anything14:15
skritehey all, what happened to /var/log/messages?14:18
proxymantail /var/log/messages14:18
RyuGuns1Jragon?14:18
antoHi 2 ecery114:19
antoHi 2 every114:19
proxymanskrite:  what you want to do?14:19
antoYou are speaking with me?14:20
theadminanto: No.14:20
theadminanto: When someone's speaking to someone, they mention their name14:20
proxymanbut i need help with squid server14:20
skriteproxyman:  well, i need to know how a drive is recognized, i usually tail -f /var/log/messages when i plug it in to see it made to a /dev/sd something.14:20
tho964anyone here know how to write snort rules?14:21
proxymanskrite:  you can use dmesg14:21
skriteproxyman:  you mean with tail?14:22
proxymanskrite:  if you want to use tail then yes even tail :)14:22
llutz_skrite: look at /var/log/syslog, iirc they (whyever) changed rsyslogd-default in natty14:23
skriteproxyman:  sorry, how to i watch dmesg like i would tail a log file.14:23
skritellutz:  ok14:23
skritellutz: thanks14:23
llutz_skrite: "watch -n xx dmesg"14:23
llutz_xx = seconds14:24
proxymani will still use tail14:24
skriteok, very cool, thanks14:25
proxymanskrite: you dont even need to use that tail with dmesg :D14:25
proxymantry that command14:25
ZebraDroidHey all, I was hoping to find some help regarding a problem I'm having. I booted my laptop this morning and Ubuntu wouldn't start up as /sbin/init could not be found. I've tried to use e2fsck but it always says device is busy. I've also tried testdisk but it said it can't repair my device (can't remember exact message). Does. Anyone have any suggestions as to how I can recover the disk without formatting it? Thanks14:25
skriteproxyman:  yeah, looking at it now, great, thanks14:25
linuxnewbhi, i'm looking for a list of commands for System Information | eg. a command that displays the widht, height, refresh rate, .. of my display. Anyone? Thx14:27
llutz_linuxnewb: xrandr14:27
linuxnewbllutz: thanks alot :))14:27
aakashHow I can enable right click on my HP laptop with Ubuntu?14:30
HackNewtonhi14:31
Syco54645_workdoes anyone know of a guide for setting up raid5 via mdadm after a system is already established?14:33
HackNewton11.0414:33
HackNewtondoes anyone know how to set up wifi network in ubuntu14:33
skriteSyco54645_work:  yeah, i do, hold a sec while i get the link, had to do that yesterday14:34
Syco54645_workskrite: awesome!14:34
seanbrightis it possible to install ubuntu on a second drive from the cli?14:34
=== Snyflx is now known as Snyflex
popeyseanbright: yes, debootstrap14:35
HackNewtonhay please help me14:35
seanbrightmy / partition is on drive A (ubuntu 10.04), and i want to install a second instance to drive B14:35
seanbrightpopey: i don't have physical access to the machine, so i have to be able to configure everything and reboot and have it boot off the second drive14:36
popeyseanbright: thats possible to do, yes14:36
seanbrightam i begging for a headache?14:36
popeyseanbright: it has the possibility to go wrong, yes14:36
theadminseanbright: Uhm, do you have a GUI running of any sort? If so, you could use Virtualbox to install on a physical device.14:36
skriteseanbright:  you could use a live cd and use dd14:36
seanbrighti'm just lazy and don't want to drive to the data center14:36
seanbrighttheadmin: no GUI14:37
skriteseanbright:  by the way is your name sean bright? because my name is shawn bright14:37
seanbrightmy name is sean bright, yes.14:37
theadminseanbright: Gah, sounds complicated... I think you need to use "debootstrap" (install from the repos) and then chroot around14:37
seanbrightsup cuz?14:37
seanbright:-)14:37
proxymandmesg says: [UFW BLOCK] IN= OUT=eth0  // ufw is inactive14:37
skriteseanbright: wow!14:37
seanbrightskrite: whereabouts are you?14:38
proxymanis that the reson why my squid doesnt ask any passwords?14:38
proxymanreason14:38
skriteseanbright: dalhart, texas, you?14:39
theadmin!offtopic | skrite and seanbright14:39
ubottuskrite and seanbright: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!14:39
skriteanyway, you can boot into a live cd and use dd to copy one drive to the other.14:40
Syco54645_workskrite: you find that guide?14:42
theadminseanbright: I think you can use "debootstrap" to use repositories in order to create a basic chrootable Ubuntu setup.14:43
skriteSyco54645_work: here is what i followed http://advosys.ca/viewpoints/2007/04/setting-up-software-raid-in-ubuntu-server/14:43
bluebirdI'm compiling 'xmame' project, and it gave me this error:14:43
bluebirdLinking obj/sdl/mame/build/m68kmake...14:44
bluebird/usr/bin/ld: cannot find -lSDL_ttf14:44
popeybluebird: sudo apt-get install libsdl-ttf2.0-dev14:44
bluebirdpopey: thanks, man.14:44
theadminseanbright: Something like "sudo debootstrap $(lsb-release -sc) somedirectory" should get you going.14:44
Syco54645_workthanks skrite14:45
seanbrighttheadmin: will give it a whirl14:45
gdoubleuOn natty here, and all of the libreoffice apps fail to start, e.g. oowriter, oocalc, etc.  No splash screen and no output on the command line.  Any ideas?14:46
BanKiMoon 14:46
BanKiMoonany idea why this error " invalid magic number" at boot?14:46
Chheapshothow do i see more information from a package with apt-cache14:46
BanKiMoon 14:46
llutz_Chheapshot: apt-get show package14:47
PiciBanKiMoon: Please stop that.14:47
PiciChheapshot: What sort of extra information are you looking for?14:47
bluebirdpopey: yes, it works, lol.14:47
popeybluebird: hurrah!14:47
llutz_err apt-cache*14:48
=== terry is now known as Tass
=== Tass is now known as terry
Chheapshotllutz_: thx that was exactly what i was looking. just didnt use the command properly14:48
gdoubleuonly thing I see in bug tracker is a similar bug from back in 2007, bug #12794414:49
ubottuLaunchpad bug 127944 in GLib "[gutsy] Open Office applications don't start " [Critical,Fix released] https://launchpad.net/bugs/12794414:49
BhaveshWill 64-bit version of Ubuntu run on my AMD Athlon(tm) 64 X2 Dual Code processor 5000+ 2.60Ghz? or do I need a 32 bit? Coz my Windows 7 tells my System is 32 bit14:51
BanKiMoonPici: stop what?14:51
ChheapshotBhavesh: Yes it should. u proply just have a 32bit version of win7 installed14:51
PiciBanKiMoon: Entering blank lines in this channel.14:52
=== cipher is now known as Guest46554
BhaveshChheapshot: ok :)14:52
erboAny one who has a Macbook Pro 8,1 that has the external monitor working? I cannot get any output on my 24" cinema display. I have updated to a kernel > 2.6.39 accoring to the wikipage14:54
BanKiMoonPici: where ?14:56
PiciBanKiMoon: Here. If you don't remember doing it, its fine. :)14:57
aldohello14:57
BanKiMoonPici: hm, i see no empty lines, anyway , any-idea how to debug "invalid magic number" at boot in grub ?14:58
=== aldo is now known as philipsmatto123
PiciBanKiMoon: No, sorry, I'm not familiar with that error.14:59
philipsmatto123hello14:59
philipsmatto123how are you?14:59
fosburganyone know of a linux scanner app for a UMAX powerlook scanner?15:01
ccc__esiste una stanza italiana dedicata ad hydra?15:02
exalibure#join ubuntu-cn15:02
MonkeyDustfosburg: http://www.sane-project.org/cgi-bin/driver.pl15:03
KadirBhi15:03
fosburgThanks for the info15:03
philipsmatto123can i ask info?15:04
=== sysadamin is now known as syadamin|away
Ady1963How do i install wine in Terminal, what are the commands i need to us?15:08
philipsmatto123but with ubuntu software center you can't install wine?15:08
MonkeyDustphilipsmatto123: what happens when you try?15:09
philipsmatto123 <MonkeyDust> what?15:11
curiousxAdriannom: sudo apt-get install wine15:11
MonkeyDusthttp://appnr.com/package/wine15:11
amin`dzen scripts plz !!!!15:14
ArsinI have an error, Error 17 with Grub 1.5, installed on my windows drive. Does anyone know how to remedy this?15:15
alerayhi, where can I find the secure-delete (srm) package in 10.04? docs mention it but I can't find it in synaptic15:15
ChheapshotWhat do u think is the lightest browser for a lubuntu netbook for watching videos etc.. atm using chromium on it but gets choppy sometimes on higher quality videos15:15
Chheapshotatom N450 ^^15:16
MonkeyDustChheapshot: midori15:17
seanbrightmeh... i'll just drive to the data center15:17
curiousxaleray: maybe here ? http://srm.sourceforge.net/15:18
curiousxaleray: http://sourceforge.net/projects/srm/15:18
obscurant1stI am getting this error when I open nvidia x server settings. -"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."15:20
obscurant1stcan somebody please help me? :(15:20
viktyr_korimirWhere does Ubuntu hide its applications? I'm trying to add something to my Startup, and I can't find it.15:20
MonkeyDustviktyr_korimir: in /usr/bin15:21
aleraycuriousx, ok thanks, it is just that I thought it was in the repository. Is there any alternative for wiping a disk?15:21
curiousxmmm... maybe Dban15:22
Chheapshotaleray:  the whole disk? Dariks nuke and boot15:22
curiousxDban is a live cd15:22
Chheapshotjust install it on a usb stick and boot15:22
curiousxbut there are more programs i don't remember but...15:22
viktyr_korimirMonkeyDust, : Thank you. I thought I'd checked there already, but a second look uncovered it.15:23
obscurant1stsomebody?15:23
curiousxaleray: http://www.dban.org/15:23
drussellaleray: shred15:23
drussellaleray: though before you run it make sure you don't need the data again :o)15:23
SIFTUobscurant1st: did you install the nvidia driver?15:23
=== Jens is now known as Guest54918
obscurant1stSIFTU yes, i installed using the "additional drivers" from administration menu15:24
aleraydrussell, thanks15:25
Chheapshotand if u use dban pay attention to the settings :D i tought i was giving it a "7 times wipe" but in fact it did a 7x7...so it took a while :P15:25
=== Mersault is now known as mersault
SIFTUok then open up a terminal and type "gksu nvidia-xconfig"15:25
obscurant1stSIFTU, one sec, i will come back.15:26
tripelbHellow! Can this kind of desktop customization be done in ubuntu? (I have no need/time to do it. Just curious. -- Thus would be fine to PM me some other day after you have taken the time to look at this "fancy?" Windows desktop and read the discussion which says how it's done.) No interest? No problem.  - And thanks for being us.  --> re http://www.reddit.com/r/Design/comments/krq37/earlier_someone_showed_how_to_create_invisible/15:27
MyWayhello, I've bought a logitech g300 (mouse), but I'm having big problems! Left click isn't working as it should (random click?!), anybody knows what I can do?15:27
ChheapshotMyWay:  Does the problem only occur on ubuntu?15:28
MyWayyes15:28
MyWayon windows it's working, I think it's a linux/xorg problem?15:28
mersaultI'm experiencing an issue with Empathy and MSN. I cannot connect, I get "no reason specified" as the error, and all that google is returning is to change a file to read "CONTACTS = ("contacts.msn.com", "MBI")", but the file in question already has that change. Anyone have any other suggestions?15:28
sysRPLhello15:28
ChheapshotMyWay: sry cant help then. Sounded first like a hardware problem i had with logitech mouse15:29
MyWayah, thank you anyway :)15:29
ArsinI have an error, Error 17 with Grub 1.5, installed on my windows drive. Does anyone know how to remedy this?15:30
sysRPLcan someone help me please? i upgraded my laptops wireless card from an intel 3950bg to an intel 5300abgn ... but now ubuntu doesn't see my wireless card .. i'm used a wired connection right now to ask for help15:30
=== Mud is now known as Guest42965
systemclientWhat tool could I use to generate a text document that contains computed parts? Kind of like a PHP website, just for a text document.15:34
macer1więcej chyba macbooka nie kupię:/15:34
=== Logan_ is now known as Guest4560
enrico_salve15:40
MyWayI've bought a logitech g300 (mouse), but I'm having big problems! Left click isn't working as it should (random click?!), anybody knows what I can do?15:40
sysRPLcan someone help me please? i upgraded my laptops wireless card from an intel 3950bg to an intel 5300abgn ... but now ubuntu doesn't see my wireless card .. i'm used a wired connection right now to ask for help15:41
drussellMyWay: have you tried it on another machine?15:42
MyWayon windows it's working15:42
MyWayI don't need many buttons, just left and right click :P15:43
MyWayscroll is working!15:43
daf_my wireless is only connecting at g and not n. dwa-140 ubuntu 11.0415:44
daf_tried using proposed15:44
daf_blacklisted rt2800usb rt2800lib rt2x00usb rt2x00lib15:45
ArsinI have an error, Error 17 with Grub 1.5, installed on my windows drive. Does anyone know how to remedy this?15:46
ChheapshotMyWay:  Maybe u could try lomoco. Logitech mouse control15:48
=== mateusz is now known as d3b1lz
MyWayit says unsupported logitech device: unknown15:49
whoever11Hi All...I setup vsftpd a while ago and I totally forgot what I had to do to have the user added. I thought it was far more straight forward i.e. just creating a user i.e. sudo useradd -d /home/dan -m dan and then they have FTP access15:50
ex0Whoever: http://linux-hacks.blogspot.com/2008/09/adding-new-users-to-vsftpd.html15:52
conntrack-plop15:52
MyWayChheapshot: it seems like this bug: http://logs.ubuntu-eu.org/freenode5/2011/09/18/%23ubuntu-bugs.html15:52
=== Shadows`sleep is now known as SoulShadow
TrueColorsSO, I'm actually very curious... why is my recycle bin and... the top icons... not where they should be? Image - http://i54.tinypic.com/jhzxa8.png15:53
TrueColorshow can I move them back to their original place...15:53
TrueColorsok I figured out how to move the recycle bin...15:54
e-DIO-tright click on the icon -> move15:54
TrueColorsyeah Just figured that out with the top too.15:54
TrueColorsgotta unlock it though15:54
TrueColorsany idea why it did that though? i never touched them15:54
=== Vampire0_ is now known as Vampire0
mersaultI'm experiencing an issue with Empathy and MSN. I cannot connect, I get "no reason specified" as the error, and all that google is returning is to change a file to read "CONTACTS = ("contacts.msn.com", "MBI")", but the file in question already has that change. Anyone have any other suggestions?15:57
mersaultI'm using a fresh install of 11.04.15:57
TrueColorsI can connect with MSN :)15:57
TrueColorsi think15:57
whoever11WTF15:58
whoever11now vsftp is rejecting all connections after i restarted the service15:58
whoever11wtf !!15:58
TrueColorsI haven't set it up before, so it asked me if I want to enter my account details now... I choose WIndows LIve... and punch in my login details and it just works...15:59
sibillinaaiuto15:59
sibillinachi mi aiuta a capirci qualcosa?15:59
TrueColorsInfact, I love how it signs me in quicker than the actual WLM.15:59
TrueColors:P15:59
mersaultTrueColors, weird. I just deleted the existing account and tried again, and nothing.16:01
mersaultTrueColors, do you have any special repos enabled?16:01
mersaultproposed updates, etc?16:01
auronandacemersault: you could try pidgin instead of empathy16:02
Guest65510!help16:02
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. :-)16:02
whoever11any idea why vsftpd would also refuse localhost connections ?16:02
mersaultauronandace, I'm aware that there are other options. I just find it odd that the default client, and the client with the most integration, isn't working for me16:02
CombatjuanIs there some kind of command line program I can use to compare datetimes?  For example to check and see if the difference between the 'date' command and the modified date of a file is greater than N hours?16:03
auronandacemersault: sorry, i've never used empathy so i was just offering something that works for me16:03
mersaultCombatjuan, you mean 'ls -l'? or find -mtime16:03
mersaultauronandace, no worries, thanks anyway.16:04
Combatjuanmersault: Well, perhaps that was a bad example.  Neither of the dates I actually need to compare is a property of a file.16:04
ubuntu_if i have no interested in unity, should i still install 11.4?16:05
CombatjuanIn practice I have the output of two dates (which I can use sed to transform into an arbitrary format) and I need a program that can compare them and give meaningful output.  I could write such a program in perl or python but I wonder if one already exists.  (I like to use existing tools when possible.)16:05
auronandaceubuntu_: you could use xubuntu (xfce)16:05
ubuntu_auronandace, na, i just want good ol gnome w compiz16:06
mersaultCombatjuan, I imagine awk could do that for you16:06
auronandaceubuntu_: bear in mind that from 11.10 onwards gnome3 will replace gnome216:06
Combatjuanmersault: Does it have some kind of 'datetime' type on which it can perform operations?  A quick search of the man page isn't giving me anything.16:07
TrueColorsIs floodbot going out of control?16:07
ubuntu_auronandace, whats that mean...didnt realize there ws gnome3? does it interfear with compiz like unity does?16:07
auronandaceubuntu_: gnome2 is being depreciated, the gnome developers are now only focusing on gnome316:08
ubuntu_auronandace, thats does it have the same issues when you change compiz settings as when running unity?16:08
TrueColorsHow do you update gnome... can it be done inside ubuntu?16:08
auronandaceubuntu_: you'll have to try it out, it is difficult to describe the differences16:09
Combatjuanmersault: It looks like I can use the 'date' command to transform from a date string into the number of seconds since the epoch which makes it just an integer.  I can use awk on that pretty easily.  Good idea.16:09
mersaultCombatjuan, no problem.16:09
ActionParsnipubuntu_: there is an unsupported fork called 'mate' but i suggest you switch to xfce if gnome3 isn't to your tastes16:09
ubuntu_auronandace, ok so just use 11.4 to assimulate to the new gnome then? hows it run with compiz if im not using the unity desktop, instead ill just use the gnome one...but hows it runnin with compiz, last time i tried it and attempted to change a settting (on the gnome desktop) all heck broke out16:11
auronandaceubuntu_: i don't use gnome2 or 3 so i can't help you, i use xfce16:11
auronandaceubuntu_: but in general i find compiz can be buggy no matter what desktop you run it on16:12
ubuntu_anyone using gnome on 11.4, is there any issues with compiz? or was that all fixed? (i dont care about unity not gonna use it)16:12
ubuntu_auronandace, ive tried em all except the one you mentioned earlier. even diff dist like mint, deb. i think ubuntu10 is stronger than them all...but then they messed it up with unity...16:14
stillParsnipUbuntu_: trying mint to try a different distro isn't trying much different. They even use the same repos16:15
ubuntu_idk if anyone realizes this. but using the search function to launch programs is  not efficient, clicking on a icon is. 1 or 2 clicks v s typing parts of words, finding the right one, then ..you still have 2 click on the right one..   unity=useless, gnomenu is better, runs better, and can be customized as far as you want it16:17
ct529are there packages to install the latest version of eclipse on ubuntu?16:18
auronandaceubuntu_: you don't have to use unity if you don't want to16:18
ubuntu_auronandace, i know, what im saying is...did     the     issues     between     unity     and     compiz get worked out yet???16:19
TrueColorsabout the search bar, where is it in classic ?16:19
zozoRHi! after a hard reset, i havent got any sound. i've been resetting a few times and it still has not come back. lshw tells me that multimedia is UNCLAIMED. But my soundcard is still working as i checked with a live cd where the sound worked.16:19
TrueColorshave you tried installing the driver if there is one available?16:20
TrueColorsjust incase ubuntu did't pick it up16:20
zozoRit worked fine before the hard reset16:20
auronandaceubuntu_: if you know the specific issues you can search the bug tracker to see if they are fixed16:20
ubuntu_auronandace, good idea ...i know exactly which ones burned me last time...ill go check...didnt even think about bug tracking16:21
zozoRi've modprobed every snd-* driver i could find and it still wont work :(16:21
auronandace!launchpad | ubuntu_16:21
ubottuubuntu_: Launchpad is a collection of development services for Open Source projects. It's Ubuntu's bug tracker, and much more; see https://launchpad.net/16:21
=== sour is now known as fstash
auronandaceubuntu_: also bear in mind that if the bugs you encounter are compiz bugs they would likely be found in the compiz bug tracker16:22
ubuntu_auronandace, heh..ill just stick with 10 ...prob untill its dead...it seems to work better with my lappie (not including compiz n bugs) and i know how to get it exactly thee way i need it16:24
ubuntu_in my opinion, dubmest idea ive seen in a while   -   putting the window menu on the panel or whatever you call that thing attached to unity...just not smart at all16:25
`Abhijitruble16:25
ActionParsnipUbuntu_: some love it, some hate it16:26
auronandaceubuntu_: you've made your opinion known, i don't like unity either but please stop complaining, especially if you aren't going to use it16:27
MonkeyDustubuntu_: you're free to not use Unity16:27
ubuntu_if ubuntu wants to make a smart move, re-design to be like win 8, (i know windows- bluck. fooey whatever) but the smartness in is,,,more regular computer useres would be interested in it (you know the ones that cant fix stuff )16:28
thingwhat is the salt used for /etc/shadow? If I want to use the same passwords used for my ubuntu login on another service and all I was able to provide is a hash function and the hashed password is that doable?16:28
* thing imagines yes 16:28
ubuntu_unity does have some pluses.dont get me wrong..16:28
=== excalibur is now known as Guest40475
ubuntu_he pluses16:29
=== iqpi is now known as iqpi|reading
ubuntu_howerver u spell it rofl16:29
ActionParsnipUbuntu_: have you tried to use that ui outside of Facebook/email/web browsing?16:29
thingalso, what hash function does ubuntu use by default? SHA-1 ?16:29
ubuntu_ActionParsnip, its mostly useless....only a demo..and crashed my hd16:29
curcanstefan...16:30
thinganyone ?16:30
ActionParsnipUbuntu_: regardless, think about programmers of graphical artists using it, it'd be a nightmare16:30
thingI see $6$ and $1$ but I can't seem to figure out which hashes they might be ?16:31
=== angela is now known as angela_
thinggoogling seems to tell me $1$ is MD5 but what is $6$ ?16:32
ubuntu_ActionParsnip, omg i know right? but the general population will prob love it. and the way it seems to have switched the desktop with the start button  almost like the  programs you "could" run are more important then the ones you are using16:32
ActionParsnipUbuntu_: all i can say is switch to xfce and it will smell like gnome2. You can even run your gnome apps without issue16:34
ubuntu_i really hope linux (in every flavor) out does the beast ...everytime the big w releases an os, the linux circle should say (why spend another 400$ on anothe os...again...go with us...were free, !!!)16:34
ubuntu_i mean a real campaign to smash the ms bs16:35
MonkeyDustubuntu_: please type /j #ubuntu-offtopic for your comments16:35
ubuntu_oh sorry...i am kinda ranting on huh16:36
bastiHello everybody16:36
bastierror starting job: Failed to execute child process "mdadm" (No such file or directory)16:36
bastiwhat to do?16:36
ikoniaubuntu_: you're talking nonsense, and showing just how unaware you are of what you're saying. Well done16:36
ikoniabasti: what areyou doing ?16:37
bastiikonia: I want to set up a RAID5 Volume16:37
bastiwith 3 drives16:37
ikoniabasti: ok, but what are you doing to get that error16:37
SIFTUbasti: are your running those commands as root?16:38
bastiikonia: I don know I'm in the drive managing programm and if I try to create the raid dirve this error appears16:38
ikoniabasti: which drive managing program ?16:39
ikoniabasti: you need to install the package "mdadm" for starters16:39
ikonia!info mdadm16:39
ubottumdadm (source: mdadm): tool to administer Linux MD arrays (software RAID). In component main, is optional. Version 3.1.4-1+8efb9d1ubuntu4.1 (natty), package size 291 kB, installed size 852 kB16:39
bastiSIFTU: not the managing tool but I tried with gparted as root and it didn't work either16:40
bastiikonia: Iĺl tryy16:40
ubuntu_ikonia, what was that,,,wait till i turn my back to have some remark about awareness?? what r u talking about..the ms bs? how unity doesent go well with compiz? how my lappie dosent work well with 11.4 anyhow? what?16:41
mfilipewhy don't ubuntu team update eclipse ide?16:41
woody_Hi16:41
ubuntu_ikonia, why do you think i even joined this channel...to become more aware of what im trying to find out about???16:41
woody_Anyone familiar with westell modems16:41
proxymani dont get squid proxy working even minimal settings :/16:42
woody_Any one give advice on port forwarding on a westell modem for ubuntu index page16:43
An_Ony_Mooseis there a way to list the applications using pulseaudio?16:44
bastiikonia: okay that was a quite easy solution :)16:44
bastiikonia: thanks.. but i didn't thought about it in the first moment ...16:44
_cbIn the windows world things are managed via Active Directories. What would be a good channel to find out how are they managed in an organization using Linux/Unix?16:44
Kre10shey. I've been trying to make xchat start automatically... it seems it does start, but never goes into the trey.16:45
Kre10sI can pgrep xchat... whats the correct way to autostart this?16:45
An_Ony_MooseKre10s: how are you doing it now?16:46
ubuntu_Kre10s, are you using the startup manager to do it...try adding a pause b4 it launches. it may be launcing befor the panel or somehting like that16:46
arvin_sew_kheshawoody: what do u want to do exactl with port-forwarding16:47
Kre10sI used the gui... system->preferences->startup applications16:47
ubuntu_Kre10s, youll have to make a script and launch the script. i think it would be "wait 10" or something...its been a while16:47
An_Ony_MooseKre10s: make a text file. Put in it the following #!/bin/bash <new line>sleep 10<new line> xchat16:47
ubuntu_An_Ony_Moose, oh yeah that was it...sleep thanks for re-learning me at one ;)16:48
An_Ony_MooseKre10s: save it as delayed_xchat.sh or something, make it executable, then add bash /path/to/delayed_xchat.sh as a startup application16:48
Kre10sAn_Ony_Moose, where should i save the file? ~/bin or ....16:49
An_Ony_MooseKre10s: that really doesn't matter16:49
An_Ony_MooseKre10s: though yes, ~/bin would be the most common place to put that kind of script16:49
ubuntu_Kre10s, what i would do is put it on the desktop for now, make sure it works as desired, then move it to the bin or home directory16:50
Kre10subuntu_, is the PATH the same for the autostart thingy as it is for me?16:53
Kre10sor do i have to put in an absolute path?16:54
Kre10sshould i add ~16:54
_cbubuntu_ there is a difference between price and cost. Because of support, equipment compatibility, software used,etc,etc windows will cost less than linux. Linux is making inroads but can't oust MS yet.16:55
woody_Arvin ... I set up a server ,and see it on the intra net ,but when I do a port forward port 80 I loose all connection from the intranet to the cloud and end up resetting the modem16:56
zykotick9_cb, you're funny16:56
Kre10swow more windows vs. linux debates... it seems like no place you go you can escape them16:57
woody_Just a index site ,and my first time trying .. phoned the service provider they said they dont do support on web hosting ...and also not on linux16:57
=== nuke is now known as Guest54146
arvin_sew_kheshawoody did u tried port-forwarding start port 80 end port 80 along with DMZ?16:58
woody_Did start port 80 end port 80 .. one for in one separate for out .. dont know bout DMZ ?16:59
arvin_sew_kheshaset the DMZ host to ur linux server ip17:00
t-minuswhat's up guys?17:00
Kre10swoody_, Demilitarized zone.17:01
woody_Arvin : Where do I set DMZ host ?17:02
_cbI think linux would make great inroads into small businesses if there was an easy to implement, GUI based management tool for LDAP + Kerberos + Samba17:02
ikonia_cb: those tools exist quite freely17:02
woody_I added server as a custom service ..didnt see a DMZ host17:03
_cbWould love to find one. Everything I have seen thus far is command line drive and quite complex.17:03
Fen-hmm i installed windows to 2nd partition and now i cant acess my ubuntu17:05
Polah!reinstallgrub | Fen-17:05
PolahThought that would work.17:06
arvin_sew_kheshawoody if u dont c DMZ try find "static NAT"17:06
PolahFen-: You need to reinstall GRUB from a LiveCD or repair disk https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows17:06
woody_Arvin : I saw static net .. lemme see17:07
blackcatnekonegrHi, anyone got a decent guide on how to install Rockbox Utility  on ubuntu?17:09
tp43My system is automounting my cdrom17:09
tp43How do determine if this is a software issue or hardware issue17:10
tp43Actually I think it may be hardware17:10
blackcatnekonegrtp43, did you check the configuration? are you using gnome or unity?17:10
viktyr_korimirIs there any way to disable screen dimming and locking?17:10
tp43blackcatnekonegr, gnome17:10
ikoniatp43: it's meant to auto mount your cdrom if you put a cd in it17:11
whoever11any idea why vsftpd, when uploading files, sometimes uploads at 0 bytes and other times its fine17:11
whoever11both connetions are, it just randomly started happening17:11
tp43blackcatnekonegr, I exect it to automount, and when i try to play with smplayer it fails no error just stops17:11
blackcatnekonegr tp43, try to change the configuration, the default is automount17:11
istevenmonhello guys how can I update firefox?17:11
blackcatnekonegr tp43, did you try the cd in another drive to see if is not damaged?17:11
tp43what is the -t option to specify dvd movie to the mount command?17:12
glebihanistevenmon, from which version to which one ? and in which version of ubuntu ?17:12
tp43blackcatnekonegr, I think it maybe my laptop is broken because it doesn't boot from cdrom anymore either17:12
woody_Arvin :Is there a way to test whether or not your web server is visible from outside the net from inside ? Without asking a friend :-)17:14
=== newbie is now known as Guest3810
tp43I am having trouble mounting my cdrom17:15
glebihanwoody_, use a proxy17:15
tp43i tried sudo mount /dev/cdrom /media/cdrom iso9660 ro,user,noauto,unhide17:15
glebihanwoody_, you can find plenty of free proxies on google to make such tests17:15
istevenmonglebihan: from version 5 to latest version17:16
istevenmonamd6417:16
glebihanistevenmon, natty ?17:17
istevenmonyes17:17
glebihanistevenmon, then version 6 is in the repositories, you can install it via software manager, synaptic or in command-line "sudo apt-get install firefox"17:17
woody_... he he he Goole ..PDF Idiot guide to Proxies How to ?17:18
glebihanwoody_, not proxies how to, just that you can find plenty of free proxy services where you only have to put the address you want to connect to and see if it works17:20
=== vinces_ is now known as vinces
tp43woody_, just enter the domain name or public ip into browser, if you see it, it is visible17:21
woody_Its visible from the intra net but hasnt been ouside the modem17:21
woody_I tried port forwarding now I need to test if its visible with proxy17:22
tp43woody_, if it is public ip, it is on internet and if it is on private ip then intranet17:22
symboliteracyanybody know why ssh will put an asterisk before your login info? for example: *foobar@foobar.com17:23
ikoniasymboliteracy: where ?17:23
_cbikonia can you pont me  to an easy to implement, GUI based management tool for LDAP + Kerberos + Samba17:23
symboliteracyikonia: using rsync over ssh17:23
ikoniasymboliteracy: can you show me an example ?17:23
tp43I need help with mount command: mount /dev/cdrom /media/cdrom iso9660 ro,user,noauto,unhide17:23
woody_10.0.0.30 private I assume17:23
ikonia_cb: look at the #389 project17:23
symboliteracyikonia, *foobar@foobar.com17:23
ikoniasymboliteracy: show me the command you're running and the exact error17:24
Polahtp43: What error does it give you?17:24
ikonia_cb: also ubuntu has some excellent desktop tools for sharing devices in samba17:24
woody_Wich means I need to change the IP ?17:24
symboliteracyikonia, it's not an error and I'm not showing you the exact command17:24
ikoniasymboliteracy: nothing to discuss then17:24
=== moruk is now known as m0ruk
symboliteracyikonia, wee-o wee-o wee-o17:25
woody_isnt 10.0.0.30 default priv IP ?17:25
tp43Polah, it returns usage help page17:25
tp43woody_, yeah17:25
tp43woody_, not default but always17:25
woody_things starting to make more sense now .. So I need to port forward to a different IP ...17:26
woody_Find the outside IP of the webserver and forward incoming traffic to it17:26
Polahtp43: Oh, I see what you did. Wrong order. mount options device mountpoint.     sudo mount -t iso9660 -o ro,user,noauto,unhide /dev/cdrom /media/cdrom17:27
tp43woody_, yeah, I don't know how to do that though, but you can find a proxy easily, i just put my page on public ip when I want it on net17:27
_cbikonia but one has to piece all this things together. You have to build the LDAP using OpenLDAp or project #389 then you have layer Kerberos on top of it and then make it work with SAMBA. Once done you have to integrate your apps into it. It can be done but it is not as easy as AD. SAMBA 4 holds some promise though17:28
woody_I have a dedicated server ... separate machine running 10.04 server ...verything command line though17:29
ikonia_cb: I disagree,17:29
woody_been a REAL learning curve .. got it visible inside the modem.. but I'll get it17:29
woody_been a REAL learning curve .. got it visible inside the modem.. but I'll get it17:29
woody_Doh17:29
viktyr_korimirI'm sorry if I missed it earlier. Is there any way to disable screen dimming and/or locking from inactivity?17:29
dtigueviktyr_korimir: what version of ubuntu ?17:30
viktyr_korimirNatty.17:30
dtigueviktyr_korimir: in natty open the dash and type 'screen' and then select the screensaver icon17:31
dtigueviktyr_korimir: once in there you can turn the dimming off by selecting the 'power management' button towards the bottom of that window17:31
viktyr_korimirdtigue: Thank you. I've disabled the screensaver. But I don't see any option for the dimming under Power Management.17:32
_cbikonia have you built an AD network and Linux network with similar functionality. I have only done windows and very much would like to do something like that in Ubuntu but am only finding command-line, cryptic ways of setting up things. If there are easier ways an you point me to an url?17:32
ikonia_cb: I have done it, I just don't have URL's to hand17:33
_cbikonia ok, thanks.17:33
Triscar0if i use cat /proc/cpuinfo, is the prossesor that show how many operations my cpu can run ?17:34
=== iqpi|reading is now known as iqpi
Legend_XeonHello there17:35
PiciTriscar0: No, thats the numerical identifer for that processor.  For example, the server I'm on now has 0, 1, 2, and 3.17:36
Ghostx562I've installed LAMP Server on ubuntu server 11.04 (natty) how would i get ftp working?17:36
PiciTriscar0: man proc should give you more information.17:37
gr44ahi17:37
PiciGhostx562: You'll need to install an ftpd.17:37
Ghostx562Pici, Sudo apt-get ftpd?17:37
gr44aSorry, for my disturb. But I need help.17:37
Pici!ftpd | Ghostx56217:37
ubottuGhostx562: FTP servers: ftpd, proftpd, pure-ftpd, twoftpd, vsftpd, MuddleFTPd, wzdftpd - Graphical front-ends: PureAdmin, GProftpd (for GNOME), KcmPureftpd (for !KDE) - See also !FTP17:37
Ghostx562gr44a, just post your question17:38
Pici!ask | gr44a17:38
ubottugr44a: 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. :-)17:38
icerootGhostx562: do you really need normal ftp? its unencrpyted17:38
Legend_XeonHow do i play .wmv files on ubuntu? VLC player isn't able to play it. It's notifying "VLC does not support the audio or video format "MSS2". Unfortunately there is no way for you to fix this."17:38
PolahGhostx562: SFTP is included with openssh-server mind17:38
gr44aWhat is the correct grammar?  A) He never sleep.    B) He never sleeps.17:38
Ghostx562Polah, how would i access it?17:38
LjLgr44a: B, but try ##english for this kind of question17:38
icerootgr44a: c) #ubuntu-offtopic17:38
Ghostx562iceroot, whats safer/better?17:39
PolahGhostx562: You'd need to enable it in your openssh config and suchlike, I couldn't tell you how though.17:39
icerootGhostx562: sftp17:39
PiciPolah: it should be enabled by default.17:39
icerootPolah: its enabled by default17:39
PolahGhostx562: SFTP is better but slower. FTP is completely unencrypted (including transmitted authentication information), SFTP is encrypted (so no broadcasting your login information) but may be a bit slower due to the encryption/decryption processes17:39
whoever11im at a complete loss, files being sent to our FTP are only partially uploaded, a lot of times its getting there with 0 bytes, other times its fine17:40
PolahPici, iceroot: Hm, didn't know that. Thanks17:40
icerootPolah: slower? why?17:40
Polahiceroot: Encryption and decryption take time. Probably not a noticeable difference though.17:40
Lancerb2Can I install packages like PHP and MySQL on a flash drive instead on my hard drive?17:40
Ghostx562Polah, I'd rather have speed vs security17:40
sunicewhoever11: sometime switching to active instead of passive ftp helps.17:40
Ghostx562Its a server i have here at home for personal use17:41
icerootPolah: the file-transfer is not slower because of encryption17:41
PolahGhostx562: Like I said, the difference probably wouldn't be noticeable. If it's only local and cannot be accessed externally then you could just use regular FTP.17:42
TecuhtliI inadvertently pressed and hold CTRL key for about 5 secs and a gnome window appeared asking something. I didn't pay attention to it since I knew it was as consequence of holding CTRL pressed so I pressed cancel. Then after that my keyboard is not responding to any key. Any ideas to get it back working?17:42
Ghostx562Polah, Would I be needing ftp access for this? https://www.vbulletin.com/17:43
icerootGhostx562: use sftp, its installed by default when you have openssh-server. you dont have to put users in ftp group an so on. there is no single reason to use ftp17:43
GTRsdkis btrfs slower than ext4? if so, how do I go back to ext4 easily?17:43
icerootGTRsdk: formating the disc17:43
Polahiceroot: Yes, actually. The file transfer would be the sam, what I mean is that it would take longer to prepare data for transmission and after receipt and would use more processor time.17:43
PolahGhostx562: Yes, although if you're setting up a forum then I guess people will be able to access it externally? Certainly use SFTP in that case.17:44
nuclearwormhello, is it possible to watch a live tv stream on an ubuntu media player?17:44
GTRsdkiceroot: I think that might be the only way, but is btrfs slowing the other computer down? this one has ext4 and is faster (when it is not supposed to be) and the btrfs does not go fast when booting17:44
icerootPolah: please stop this "sftp is slower then ftp"17:44
DanielpkHow i can increase the speed of nslookup?17:44
Polahiceroot: I already clarified what I mean. File transfer is not slower, but more processing time is used to encrypt and decrypt the stream.17:44
Ghostx562Polah, They will only be accessing the forum, I don't think they will have access to the FTP17:44
icerootGTRsdk: first of all, btrfs is not stable, so i would not use that on a stable system17:44
icerootPolah: lets use telnet instead of ssh, because telnet is faster17:45
GTRsdkiceroot: ah okay.17:45
istevenmonwhat does backtrack 5R1 KDE uses for sound? alsa, pulse, oss ?17:45
Ghostx562Also, Filezilla FTP won't connect using the local IP17:45
PolahGhostx562: Still, with external access that means anyone that does manage to get your FTP login information would be able to use it to access your system17:45
iceroot!backtrack | istevenmon17:45
ubottuistevenmon: There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux), Ultimate Edition17:45
Ghostx562Ok, so how would I enable It?17:46
suniceGhostx562: if this is a home system why are you not just using sftp built into ssh?17:46
icerootnuclearworm: sure17:46
Ghostx562Sunice, I've no idea how to access it using FileZilla17:46
icerootGhostx562: tell filezilla to use sftp instead of ftp, thats all17:46
suniceGhostx562: SCP would be my choice. no configuration easy to use.17:46
vulnHello there. What would be the required hardware to run Unity?17:46
=== Dion is now known as Guest50936
PolahGhostx562: Apparently it's enabled by default. You'll need to connect using SFTP instead of FTP with filezilla17:47
icerootGhostx562: there should be an option in the connection window about the protocol, fltp, ftps, sftp17:47
DanielpkNo1?17:47
nuclearwormiceroot , how do i do that?17:47
icerootnuclearworm: depending what format the stream is17:47
Polahiceroot: I already said that if it's externally accessible to use SFTP. He said it was for personal use so I suggested that using regular FTP would be okay until he clarified further. I'm not saying using unencrypted transmission is better than encrypted, I'm just saying it does use more processing time.17:47
Ghostx562Ok I'm looking17:47
icerootPolah: its stupid to discuss that ssh is using more cpu then not using ssh17:48
nuclearwormiceroot, how do iknow that?17:48
icerootPolah: you know modern cpus?17:48
icerootPolah: modern == < i38617:48
xbuntucould i still download and use xubuntu 9.04?17:49
icerootPolah: != :)17:49
Tecuhtlirepeating... I inadvertently pressed and hold CTRL key for about 5 secs and a gnome window appeared asking something. I didn't pay attention to it since I knew it was as consequence of holding CTRL pressed so I pressed cancel. Then after that my keyboard is not responding to any key. Any ideas to get it back working?17:49
Asad2005i have installed airplay plugin for totem and enabled the it from plugin menu, started totem but still my iphone doesnot see it i.e. no airplay icon what elso do i need to do ?17:49
Polahiceroot: But that's assuming a modern processor is in use, it's an unnoticeable difference, I'm just saying that it's there17:49
icerootxbuntu: what should be the reason to use it? also if i am correct its out of support17:49
icerootPolah: stop this stupid discussion please17:49
jribTecuhtli: try system -> preferences -> keyboard... look for accessibility options17:49
xbuntuSupport as in updates?17:49
iceroot!9.0417:50
ubottuUbuntu 9.04 (Jaunty Jackalope) was the tenth release of Ubuntu. End Of Life: October 23, 2010. See !eol and !upgrade for more details.17:50
xbuntuI know17:50
icerootxbuntu: no security updates for 9.04 anymore17:50
xbuntuBut 9.04 seems to run faster then 11.0417:50
Tecuhtlijrib: already did but found nothing obvious17:50
icerootxbuntu: depending on the desktop you are using17:50
xbuntuwell17:50
xbuntumsi laptop17:50
vulnI just installed Ubuntu with the username XYZ but I actually wanted XY. How can I change that?17:50
xbuntuintel core i717:50
xbuntu 8 logical cores17:51
icerootxbuntu: desktop = unity, gnome2, xfce4, lxde17:51
xbuntuso17:51
xbuntuo17:51
xbunturofl17:51
xbuntugnome2 i believe17:51
jribTecuhtli: does the issue persist after restarting X?17:51
xbuntusomeone was tellin me i could try a different kernal17:51
icerootxbuntu: high load on the system?17:51
xbuntuto fix some issues and speed things up17:51
PolahGhostx562: I know if you add the server through File > Site Manager that you can specify to use SFTP to connect through that, but I don't know about getting sites on the quickconnect bar to use SFTP by default17:52
Tecuhtlijrib: well... I can log in as usual but once my sessions starts my keyboard no longer works17:52
xbuntuwell it shouldnt be to loaded up i have like 500 gb free for this.. and 6 gb ram17:52
xbuntuits only using like 400 mb of mem..17:52
xbuntunot even a gig..17:52
icerootxbuntu: high cpu load?17:52
Tecuhtlijrib: and yes, it persists after rebooting the entire system17:52
icerootxbuntu: "top" will tell you17:52
xbuntui have 4 cores 8 logical cores17:52
nuclearwormiceroot, what player do you recommend  to watch live streams?17:53
icerootnuclearworm: vlc17:53
xbuntuits only at 1 percent17:53
xbuntuand 217:53
xbuntunever goes past 3 or 2 or 117:53
przemo_rexhi there17:53
xbuntuand for mems its using 0.7 %17:53
xbuntuso idk?.. why its being so slow..17:54
jribTecuhtli: is the issue present if you login as a new user?17:54
icerootxbuntu: load average: 0.02, 0.04, 0.11  that line is important17:54
nuclearwormwhich is the latest official ubuntu release?17:54
Ghostx562iceroot, got it working and connected. How do i create a folder in the HOME directory so that I can upload the forum software?17:54
rwwsunice: Please stop abusing your return key. It's irritating both our floodbots and our ops, and is not something I'd recommend.17:54
icerootxbuntu: if the first value is higher then your cpu-cores, the system is overloaded17:54
vulnIs there an easy way to rename my username and homedir?17:54
rww... stupid tab compliete.17:54
rwwsunice: mistab, sorry.17:54
icerootGhostx562: mkdir ~/foldername    on the shell17:54
rwwxbuntu: Let's try that again: Please stop abusing your return key. It's irritating both our floodbots and our ops, and is not something I'd recommend.17:54
Ghostx562iceroot, can do it using putty?17:55
icerootGhostx562: yes17:55
icerootGhostx562: also you can do it with sftp17:55
ark_HI17:55
xbuntuwell how do i know if my system is overloaded?17:55
Lancerb2Can I install packages like PHP and MySQL on a flash drive instead on my hard drive in Ubuntu 11.04?17:55
xbuntuit says load average 0.5317:55
icerootxbuntu: i told you17:55
przemo_rexI've got some difficoulties with matching pattern with regexp. Is there anybody who could help me out?17:55
ark_Any  techincal assistance available right now ?17:55
icerootxbuntu: that means (easily spoken) that one core is used 50% the others are not used17:56
iceroot!ask | ark_17:56
ubottuark_: 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. :-)17:56
Tecuhtlijrib: I tried to log in as a guest but I didn't see that option when choosing a user. I selected "Other" and then on User typed "Guest" and then no passwd and it didn't log me in17:56
ark_I am using XP17:56
ark_And I tryed17:56
nuclearwormwas 11.10 already released?17:56
xbuntuso that means what? thats my system is ok? cause i have 4 cores17:56
icerootLancerb2: not with the package-manager17:56
ark_ubunto through window xp17:56
vulnnuclearworm: not before october (10) :)17:56
icerootxbuntu: yes its ok17:56
jvgeliNatty freezes on boot everytime. I am using a laptop, any workarounds or fixes? any one smart enough to know the asnwer?17:56
ark_Now I am trying to erase all window OS through a unbunto installer17:56
icerootjvgeli: any usefull details?17:57
xbuntuwell it went back to 0.1017:57
icerootjvgeli: e.g. /var/log/syslog17:57
ark_FOr which I burned the ISO file of ubunto which is downloaded from net17:57
xbuntuso ok17:57
ark_but it is not working  stating that some file is missing17:57
icerootark_: what error-message in what task?17:57
zastaphwhere do I put my own bash scripts?17:58
ark_let me point out now , pl wait17:58
jribTecuhtli: create a new one. Does your keyboard work ok in a tyy?17:58
Ghostx562iceroot, using sftp i get this http://pastebin.com/6SVT84sj17:58
friisCan someone tell me why I can't initiate audio playback through ssh or with mpd, unless I have a active user-session on the actual machine? Or knows what this problem relates to, so I can find anything to help me on my way.17:58
laxriusa17:58
jvgeliiceroot: running AMD Fusion E350 on a lenovo laptop with Natty 64 bit. It freezes when I am on battery power but not when the battery is removed and plugged in17:58
edwardpatch_hi17:58
konayazastaph, anywhere you'd like.17:58
vachois there a puttygen for linux? i want to generate a key17:58
edwardpatch_how is everyone17:58
laxriusleague of legends, how can i play it on UBUNTU?! pvt17:58
Asad2005i have installed airplay plugin for totem and enabled the it from plugin menu, started totem but still my iphone doesnot see it i.e. no airplay icon what elso do i need to do ?17:58
konayazastaph, /usr/local/bin works if you're just one user17:58
zastaphkonaya, but what makes sense? ~/bin ?17:58
ark_JUst a second17:58
edwardpatch_hello17:58
Tecuhtlijrib: I wish I knew but how can I switch to any tty when my keyboard is not responding?17:58
ark_I am trying to pull out the error msg17:58
vulniceroot: If I change the homedir of my user in /etc/passwd and rename the dir in /home/, will it work?17:58
ark_I have downloaded the new version from Site, and created both CD17:59
ark_booting device and USB booting device as intructed in site.17:59
ark_But while booting , the screen end up with an error17:59
ark_mount: mounting / dev/ loop0 on // filesystem.squashfg failed.17:59
edwardpatch_grr why isnt prople talkinh17:59
konayazastaph, I usually put my own scripts in /usr/local/bin or ~/bin17:59
icerootvuln: please what?17:59
icerootvuln: 1. never edit /etc/passwd directly17:59
ark_mount: mounting / dev/ loop0 on // filesystem.squashfg failed17:59
ark_mount: mounting / dev/ loop0 on // filesystem.squashfg failed17:59
ark_mount: mounting / dev/ loop0 on // filesystem.squashfg failed17:59
FloodBot1ark_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:00
vachohow do I create a 4096 dsa key??18:00
icerootGhostx562: i dont think that this is the exact error-message18:00
vulniceroot: I just installed Ubuntu, but only then I noticed I chose a different name from the one I should have. So now I have /home/xyz and I need it to be /home/asd. How can I do the change?18:00
dtigueviktyr_korimir: sorry i told you wrong, in oneiric in the screen settings it has an option for dimming the screen, im not sure about natty18:00
icerootvuln: usermod should do it18:00
dtigueviktyr_korimir: did you try google ?18:00
Lancerb2lancerb218:00
vulnI will read the manpage, ty iceroot18:01
ark_can anyone help me to solve this issue , mount: mounting / dev/ loop0 on // filesystem.squashfg failed18:01
icerootark_: ?18:01
deanHi all I was wondering if amazon mp3 downloads are able to be downloaded on Ubuntu18:01
Ghostx562iceroot, I got it. How can i link my Domain/url to this server?18:01
vulniceroot: it seems usermod -d X changes my homedir to X. However, doing that, can I mv /home/XYZ /home/asd ?18:01
icerootark_: why the whitespaces?18:01
Ghostx562iceroot, its ghostx562.co.cc18:01
konayaiceroot, I've always wondered about that, actually. Whyever not? Will things actually die if you do, or is it just really bad were you to make a typo in there?18:01
icerootGhostx562: ask your domain-provider18:01
Ghostx562iceroot, will do18:02
ark_iceroot , can you send me your email id ,so that i can forward you the screen shot18:02
icerootkonaya: you cant login anymore with a broken /etc/passwd18:02
icerootkonaya: you have to use a livecd to fix it18:02
iceroot!image | ark_18:02
iceroot!picture | ark_18:02
=== dryanta_ is now known as Dryanta
ark_yes18:02
konayaiceroot, yeah, I know that, but does it automagically break just because you edit it directly?18:02
iceroot!paste18:02
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.18:02
iceroot!screenshots | ark_18:03
ubottuark_: 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.18:03
vulniceroot: yeah, it seems so. I will rename the dir to the new name I want, and use usermod -d /home/newdir18:03
ark_its a snap shot taken with my camera mobile18:03
icerootkonaya: no not because of that18:03
konayaiceroot, good, because I do it all the time. :P18:03
icerootvuln: correct, also check that the pid is set correctly on that dir (should be default)18:03
Whyldchldanyone know how to enable the wifi on dell inspiron 1501 ? the Fn combo keys dont work18:03
* thedoor ?18:03
Lancerb2Ok, its that I'm running Ubuntu using a USB stick since my hard drive does not work. So there is no way to use a clean USB stick to store system settings?18:04
icerootLancerb2: what to you mean with "store"? make a backup on it?18:04
icerootLancerb2: install ubuntu on it?18:04
zastaphkonaya, if I make ~/bin/myscript and do ./myscript I get permission denied18:04
icerootzastaph: chmod +x myscript18:05
Lancerb2iceroot: To save system settings on a different usb stick.18:05
vulniceroot: I'm sorry, the pid on that dir? :o18:05
zastaphthanks18:05
icerootvuln: uid18:05
s093294my ubuntu one indicator icon is gray, anyone got a solution18:05
vulnaw, ok.18:05
vulnty iceroot18:05
icerootLancerb2: only as a backup not the current used ones18:05
icerootLancerb2: they are normally placed in /etc/18:06
=== dj is now known as Guest10664
=== Guest10664 is now known as dj7
Lancerb2Ok, so I just need to backup the /etc/ director, right?18:07
icerootLancerb2: and ~/.* which is also containg configs18:08
iceroot!backup | Lancerb218:08
ubottuLancerb2: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning18:08
icerootLancerb2: normally the ~/.* is more important then /etc/ because normally you dont change something big in /etc/  ~/ means /home/username18:09
Lancerb2iceroot: Alright thanks.18:10
suniceLancerb2: with the size of /etc/ being so small I always back it up.18:10
sniperjo_whats the best way to install decencies on a chroot enviroment18:11
ChheapshotCan i login from 2 computers to a single screen session at the same time?18:11
icerootChheapshot: screen like the shell-screen?18:12
Chheapshoticeroot: yes18:12
Chheapshotvia ssh18:12
icerootChheapshot: on the first computer create screen with "screen" on all others use "screen -x"18:12
friisNobody can comment on why I can only playback sound from a machine running ubuntu, unless I have a active user session (logged in) on the actual machine. I want to be able to start playback without. eg. through ssh.18:15
Chheapshoticeroot: thx, that seems to do the trick18:15
icerootChheapshot: :)18:15
sniperjo_friis: permissions ?18:15
anonissimusI am trying to get audio from one application converted to mp3 I used arecord -f cd -t raw | lame -x -r – out.mp3 but there is a huge ammount of noise18:16
Tixoshi guys,. how can i check this?18:16
TixosThe display driver requires POSIX shared memory to be enabled on the system.18:16
ark_iceroot are you there?18:16
friissniperjo_: I log in with the same user (friis). If I have a active user-session on the machine, I can start playback through my ssh client (eg. with mplayer).But I can't if I log out from the user session on the machine.18:17
bwlangI'd like to reboot a server without unmounting the filesystem... i thought maybe telinit 1;telinit 2; might do it but it didn't.  Any ideas about how to restart all of userland from upstart?18:17
conntrack-Anyone have a copy of LynxOS-SE?18:17
ark_can any one help me to resolve my problem in ubunto bootable software18:17
anonissimusTixos:        POSIX shared memory is supported since Linux 2.4 and glibc 2.2.18:17
ark_Hi Ubunto Team,18:17
ark_I have downloaded the new version from Site, and created both CD18:17
ark_booting device and USB booting device as intructed in site.18:17
ark_But while booting , the screen end up with an error18:17
ark_mount: mounting / dev/ loop0 on // filesystem.squashfg failed.18:17
FloodBot1ark_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:17
Tixosso i have to do nothing?18:17
ark_Hi Ubunto Team,18:18
ark_I have downloaded the new version from Site, and created both CD18:18
ark_booting device and USB booting device as intructed in site.18:18
ark_But while booting , the screen end up with an error18:18
ark_mount: mounting / dev/ loop0 on // filesystem.squashfg failed.18:18
FloodBot1ark_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:18
Tixosi have just installed new Graphics card, and i get this issue with graphics, if you can see?  http://imageshack.us/photo/my-images/703/screenshotod.png/18:18
anonissimusTixos: indeed, it is there18:18
Tixosok anonissimus check the screenshot18:18
anonissimusTixos: you can check /dev/shm18:18
=== m0ruk is now known as moruk
ark_Hi Ubunto Team,18:19
ark_I have downloaded the new version from Site, and created both CD18:19
ark_booting device and USB booting device as intructed in site.18:19
ark_But while booting , the screen end up with an error18:19
ark_mount: mounting / dev/ loop0 on // filesystem.squashfg failed.18:19
FloodBot1ark_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:19
anonissimusyes, what is wrong, I run kde18:19
sniperjo_friis: weird, i was just blurting out an idea...18:20
ark_Hi Ubunto Team,18:20
ark_I have downloaded the new version from Site, and created both CD18:20
ark_booting device and USB booting device as intructed in site.18:20
ark_But while booting , the screen end up with an error mount: mounting / dev/ loop0 on // filesystem.squashfg failed.18:20
FloodBot1ark_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:20
ark_PL help me anyone18:20
ark_i want to make right bootable disk to errase me existing window and to install new ubunto18:21
Tixosanonissimus: the issue is the flickers, if you look closely there are lots of them18:21
ark_Hi Ubunto Team,18:21
ark_I have downloaded the new version from Site, and created both CD18:21
ark_booting device and USB booting device as intructed in site.18:21
ark_But while booting , the screen end up with an error18:21
ark_mount: mounting / dev/ loop0 on // filesystem.squashfg failed.18:21
anonissimusflickers are not easy to see in a screenshot18:21
anonissimusin disply settings check for opengl18:21
Tixosits not flickers18:21
ark_Hi Ubunto Team,18:21
Tixosthey are in the same place18:21
ark_I have downloaded the new version from Site, and created both CD18:21
ark_booting device and USB booting device as intructed in site.18:21
ark_But while booting , the screen end up with an error18:21
ark_mount: mounting / dev/ loop0 on // filesystem.squashfg failed.18:21
Tixoshave a look18:21
ChheapshotTixos: overheating18:21
ark_Hi Ubunto Team,18:22
ark_I have downloaded the new version from Site, and created both CD18:22
ark_booting device and USB booting device as intructed in site.18:22
ark_But while booting , the screen end up with an error18:22
ark_mount: mounting / dev/ loop0 on // filesystem.squashfg failed.18:22
ChheapshotTixos: you mean artifacts18:22
Tixoslook bottom left18:22
Tixosi dont know ? lol18:22
ark_Hi Ubunto Team,18:22
ark_I have downloaded the new version from Site, and created both CD18:22
ark_booting device and USB booting device as intructed in site.18:22
ark_But while booting , the screen end up with an error18:22
ark_mount: mounting / dev/ loop0 on // filesystem.squashfg failed.18:22
FloodBot1ark_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:22
Tixosark_:  STFU18:22
anonissimus!ops18:22
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, nhandler, Jordan_U, or rww!18:22
rwwark_: The next time you do that, you'll be removed from #ubuntu. Stop it.18:22
fbc_mxEvery time I boot, I get a message that some gnome applet did not load and asks if i would like to delete it. Like the indicator applet. I have to log out and log back in for all my applets to load. Any fix?18:23
ark_sorry but pl help me rww18:23
Mrono|workI just did an upgrade from 10.10 to 11.04 server, now it's sitting on the grub menu18:23
Mrono|workI don't know how to proceed18:23
rww!enter > ark_18:23
ubottuark_, please see my private message18:23
ChheapshotTixos: Those "things u " see looks like artifacts that usually occur when gpu is overheating18:23
rww!repeat > ark_18:23
TixosChheapshot: it happens on boot, and ive only had it 1 day18:23
Tixosits 48deg18:23
Tixosmaybe i have driver issues i dont know18:25
ChheapshotTixos: Do they come when u do something that uses alot of gpu ?18:25
Tixosbut it doesnt seem smooth for such a good card18:25
fbc_mxWhy would you pay attention to someone who floods.? I just put him on my ignore list.18:25
rwwark_: I'm in the middle of doing something. Please don't try PMing me. Make your question be all on one line, ask it every ten to fifteen minutes, and use Google and the Ubuntu Forums in the meantime.18:25
ark_the error iam getting is mount: mounting / dev/ loop0 on // filesystem.squashfg failed18:25
TixosChheapshot: i dont think they change to be honest18:25
Tixosi just changed background and they went, but still have afew there, it just doesnt seem right, should i goto #amd?18:26
ark_mount: mounting / dev/ loop0 on // filesystem.squashfg failed  - what to do ?18:26
Tixosi came here because i think its OS specific drivers etc18:26
fbc_mxI vote to kick/ban him.18:26
Tixosban18:26
fbc_mxLet him get used to posting and waiting for an answer instead of acting like a pest.18:27
ActionParsnipark_: did you MD5 test the ISO you downloaded?18:28
Mrono|workWhat do I do if my server just displays grub menu on boot after upgrade18:28
fbc_mxEvery time I boot, I get a message that some gnome applet did not load and asks if i would like to delete it. Like the indicator applet. I have to log out and log back in for all my applets to load. Any fix?18:28
fbc_mxOr maybe there is an applet load delay setting to give the applets more time to load?18:28
lupistrikishi18:29
edwardthefma:)18:29
ark_HI , anyone know to resolve the booting error which i experienced18:30
edwardthefmayawn18:30
conntrack-Hallo, what is the difference between upstream and downstream?18:30
ChheapshotTixos: maybe try running some sort of gpu stress test and see what happens18:30
ark_ HI , anyone know to resolve the booting error which i experienced  . the error is mount: mounting / dev/ loop0 on // filesystem.squashfg failed18:30
fbc_mxconntrack-, Upstream is usually what you are sending someone else. Downstream is what is coming back to you.18:31
ActionParsnipark_: again, Did you MD5 test the ISO you downloaded?18:31
conntrack-Ah right yeah. Now I get it18:31
ark_yes18:31
ChheapshotTixos: or try updating / downgrading drivers18:31
nimesh.18:31
ark_the one which is availabe in ubunto site18:31
nimeshconnect freenode.net18:32
fbc_mxconntrack-,  NP..18:32
ActionParsnipark_: irrelevant, did you test the ISO so you know it was complete and consistent?18:32
Tixoshow can i remove the drivers ?18:32
conntrack-Guess I call them myself18:32
ark_iso test means , pl explain18:32
ActionParsnip!md5 | ark_ I thought you said you DID test it..so why are you asking that??18:33
ubottuark_ I thought you said you DID test it..so why are you asking that??: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows18:33
xbuntucan someone tell me where the top level linux kernel source directory is located18:33
CamWow... lots of nicks in here :\18:34
ChheapshotTixos: what drivers u have at the moment?18:34
fbc_mxActionParsnip, maybe his problem is it doesn;t work once he puts it on the thumbdrive or whatever his media preferrence is.18:34
Tixosnot sure, someone is helping me from #radeon18:34
conntrack-The snitch channel18:34
escottxbuntu, /usr/src im not sure you have the whole thing, just the headers usually18:34
ChheapshotTixos:  okay :D18:34
ActionParsnipfbc_mx: if the image is bad, it will cause issues. Lots of people dont d5 test and its important18:34
fbc_mxActionParsnip, I agree.18:34
=== przemo_rex is now known as przemek_rex
fbc_mxEvery time I boot, I get a message that some gnome applet did not load and asks if i would like to delete it. Like the indicator applet. I have to log out and log back in for all my applets to load. Any fix?18:35
__import__has anyone had issues running "mysql -u root" after installing mysql-server on a ubuntu VPS?18:35
edwardthefmai need help dragging files into my /var/www folder18:35
fbc_mxedwardthefma, what'18:35
fbc_mxedwardthefma, what's the problem?18:35
anonissimusI am trying to get audio from one application converted to mp3 I used arecord -f cd -t raw | lame -x -r – out.mp3 but there is a huge ammount of noise and the audio is very faint, any suggestions?18:36
qinedwardthefma: Dont do drag, type in terminal: sudo cp filename /var/www18:36
escottanonissimus, turn up the gain on your mic in alsamixer18:36
H1T3-H4CK3RFALA GALERA18:37
H1T3-H4CK3RTEN ALGUEN AE DO BRASIL?18:37
edwardthefma<qin> how can i set the permissions so it will let me drag and drop18:37
ActionParsnip!br18:37
ubottuPor favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigado.18:37
fbc_mxedwardthefma,  please remember that ownership is important. You might have to chown the files to the apache user:group for them to work properly.18:38
qinedwardthefma: man chmod, man chown. Who own /var/www right now?18:38
qin*owns18:39
fbc_mxedwardthefma, you will have to run the file manager as root, to copy the files, then chwon the files to the apache user.18:39
escott!permissions | edwardthefma18:39
ubottuedwardthefma: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions18:39
qinfbc_mx: Is there any practical aspect of having /var/www owned by root?18:40
ActionParsnipqin: security18:40
fbc_mxqin, none at all.. it will prevent the apache user/process from accessing the files if it doesn not have elevated priviledges.18:40
Mac_Weberhow to display the pressed keycode on ubuntu 10.04? apt-get cant find showkey18:41
escottMac_Weber, xev in the gui18:41
Mac_Weberescott I'm not on gui18:41
fbc_mxqin, I'm most cases where I'm the only one accessing the box, I might even change ownership to nobody:nogroup <preparing for the deluge of security people about to chastise me>18:42
fbc_mxEvery time I boot, I get a message that some gnome applet did not load and asks if i would like to delete it. Like the indicator applet. I have to log out and log back in for all my applets to load. Any fix?18:43
escottqin, asking the importance of who owns a file is usually the wrong question. you want to ask is the relevant process in u g or o, and what are the permissions for u g o respectively18:44
ark_the machine calculated md5sum not matching with the ubunto site list18:44
Chheapshotfbc_mx: Seems there are others with similar problems with the gnome applets. Something to do with loading them to slowly on startup. But u could killall nautilus, so u dont have to relog everytime.18:44
fbc_mxark_, then you got a corrupted image.. download it again.18:45
anonissimusescott: I turned the mic up but still18:45
escottqin, so if root:root owns the folder and the process is running as apache its the same thing as if joe:joe owned the folder. in either case apache is controlled by "other" access to the folder18:45
Ghostx562Hi question, where would i upload files to so that LAMP server can pick it up18:45
fbc_mxChheapshot,  thanks.. you da man.. i hadn't considered that.18:45
edwardthefma<escott> thx18:45
ark_but i downloaed the image file 3 time freshly18:45
Chheapshotfbc_mx:  kill-all gnome-panel18:45
ark_this means the ubunto site has the corrupted one always18:46
edwardthefmasudo chmod 777 /var/www18:46
fbc_mx ark_ try a different mirror18:46
edwardthefmaXD18:46
Chheapshotfbc_mx: i guess... not sure not running ubuntu atm18:46
Ghostx562ark_ burn at the slowest speed possible18:46
ark_fine , can you send me the link of that mirror18:46
fbc_mxChheapshot, thanks I'm pretty savvy to figure out the correct command line..18:46
ark_ya slow speed only did , but not working18:46
fbc_mxark_, use the bittorrent download.18:47
escottedwardthefma, in doing that chmod you gave any user of your system the ability to serve any files off your webserver18:47
Chheapshotfbc_mx: wonder if there is a way to delay the startup of certain applets, so they all will load properly18:47
edwardthefmaescott im the only user on this system18:47
escottedwardthefma, so if they hack your php script for your webserver they can turn it into their own personal filesharing system18:48
ark_ok , ubunto site downloading type is generally not recommended , is it so ?18:48
fbc_mxChheapshot, I guess you can remove them from the startup script and make your own script that executes after GDM logs you in.18:48
icerootis there a ressource which explains what the strings in a package means? e.g. .../zsh_4.3.11-4ubuntu2.is.3ubuntu2_i386.deb  what does ubuntu2 mean and so on18:48
escottedwardthefma, and they have a beachhead to upload programs with which try and take control of your system18:48
Jordan_Uark_: What md5sum was calculated? What mirror? Was it the same md5sum all three times?18:48
qinescott: I know who owns (by default) /var/www, asked "who owns it" to know if he had a clue what owner and onership is, and chown it in the end.18:48
Ghostx562anyone know where to upload the VB files to on ubuntu server?18:48
Jordan_Uark_: Downloading from ubuntu.com is fine.18:49
Ghostx562Vbulletin18:49
edwardthefmaill shuld be safe as longe as i keep a eye on who uses the pc <escott>18:49
ark_the md5sum calculation stats with 6C58921024CB3ABD.....18:49
usuario_g18:49
escottedwardthefma, a more controlled way to accomplish this is to put yourself in the group that can modify /var/www and then give that group write access to the folder18:49
pythonsnakeanyone know a _good_ GUI firewall for Kubuntu ?18:49
fbc_mxark_, bittorent software checks the hash of every segment it downloads, so I consider it safer that just a standard http download.18:49
edwardthefmaok thx18:49
edwardthefma<escott>18:50
edwardthefma:)18:50
icerootpythonsnake: you want a good gui or a good firewall?18:50
ark_ok, pl send me the link to this bittorrent & the torrent site link18:50
ActionParsnipark_: you could statistically download an infinite amount of iSOs and never get a good one18:50
ActionParsnipark_: try using torrents, the protocol adds extra error checking18:51
arkanabarcan anyone suggest some English language speech-to-text software, preferably able to handle medical terminology?18:51
ark_torrent site pl18:51
Jordan_Uark_: What mirror? Was it the same md5sum all three times?18:51
=== jsurfer_ is now known as jsurfer
icerootpythonsnake: have a look at ufw or at "apt-cache search ufw" if there are good guis for it. to have the real power of a firewall, iptables is your only and very best friend18:51
ActionParsnip!torrent18:51
ubottuSome torrent clients: Transmission (GTK and terminal-based), Deluge-Torrent, Freeloader, BitStormLite, BitTornado-GUI (GTK), KTorrent (KDE), QTorrent (Qt), Azureus/Vuse (Java), !Frostwire (Java), TorrentFlux (web-based), bittornado, rTorrent, cTorrent, bittorrent, aria2 (terminal-based) - FAQ: http://www.bittorrent.com/FAQ.html - See also !P2P18:51
ActionParsnip!torrents | ark_18:51
ubottuark_: Natty can be torrented from http://torrent.ubuntu.com/simple/natty/desktop/ubuntu-11.04-desktop-i386.iso.torrent or http://torrent.ubuntu.com/simple/natty/server/ubuntu-11.04-server-amd64.iso.torrent depending on your architecture. Other flavors can be found at http://torrent.ubuntu.com/18:51
KindariHey guys, trying to configure /etc/network/interfaces to load additional ipv6 addresses. if I run "ip -f inet6 addr add 2600:3c01::20:5000/64 dev eth018:53
Kindari" by itself it works great, if I try adding it as a "post-up" in the config it doesn't. Obviously I'm doing it wrong, any pointers?18:53
pythonsnakeiceroot: both ?18:53
pythonsnake!ping18:54
ubottuanother contentless ping... sigh...18:54
Lancerb2What's the purpose of the /rofs directory where filesystem.squashfs is mounted on?18:54
icerootpythonsnake: you dont need a gui for a firewall18:54
icerootpythonsnake: and normally you dont need a firewall18:54
cnzhow do you upgrade the packages that show up in the not upgraded list18:54
icerootpythonsnake: most people think a firewall is a personal firewall like this strange windows-programs from norton and so on18:54
pythonsnakeiceroot: maximum security18:54
pythonsnakeiceroot: I want to control connections18:55
icerootpythonsnake: maximum security = cutting all cables18:55
icerootpythonsnake: or turn of the pc18:55
pythonsnakeiceroot: exagerrated18:55
ActionParsnipcnz: does update manager say some packages are held back?18:55
pythonsnakeiceroot: iftables?18:55
icerootcnz: sudo apt-get update && sudo apt-get dist-upgrade18:55
icerootpythonsnake: iptables is THE firewall in the linux-world18:56
icerootpythonsnake: nothing has more power then iptables (and its like hell/perl-coding)18:56
Youndericeroot, and a very good one at that18:56
ActionParsnipsnort maybe...18:57
pythonsnakeiceroot: :-)18:57
pythonsnakewill try18:57
Youndericeroot, I recommend the book Linux firewalls by Michael rash18:57
pythonsnakeiceroot: you know any good iptables front end ?18:57
icerootYounder: or "man iptables"18:57
ActionParsnip!ufw18:57
ubottuUbuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Gufw (GNOME) and Guarddog (KDE Lucid and Maverick) also exist.18:57
pythonsnakefor kde18:57
pythonsnakeGuarddog is out of date18:57
icerootpythonsnake: use the shell18:58
Youndericeroot, uncomplicated firewall for the less ambitios. 'sudo ufw enable' should be done on all macines directly on the internet18:58
=== r is now known as Guest130
ActionParsnippythonsnake: what is in the new versions that isn't in the current version in the repos?18:58
pythonsnakeActionParsnip: ?18:58
pythonsnakeActionParsnip: Guarddog is not longer developed (it seems)18:59
qinescott: Actually sorry, disregard, please. What I wanted to say is: telling anyone to use elevated nautilus to manipulate files instead showing how it really works is not ok. But do not matter now.19:00
ActionParsnippythonsnake: yeah, no changes since 2007, however it will still talk to your firewall and allow configuration19:00
pythonsnakeActionParsnip: it's still good ? o.O19:01
ActionParsnippythonsnake: worth a try...19:01
easylancerhow do I change the user who initialise a specific runit task?19:04
pythonsnakeActionParsnip: iceroot: found  a great one, Firewall builder19:05
coco3431is there a specific channel for ubuntu ppc questions?19:05
Rickta59when i use copy/paste from an applet it doesn't work with icedtea. I've tried this in both Chrome and Firefox neither works .. I can copy and paste into the same applet but no where else.  Any clues?19:06
Rickta59btw this is the 11.04 and the latest chrome and firefox19:06
qineasylancer: runit?19:06
easylancerqin, yes runit19:07
easylanceram I in the wrong channel19:07
=== emilio is now known as fester-
Rickta59anyone doing applet development here ?19:08
nuclearwormhow do i watch a stream on vlc which url has no video extension?19:10
qineasylancer: Ubuntu uses upstart, why do you need runit?19:11
rusty149nuclearworm: Are you sure it is the stream and not a web page.19:12
nuclearwormrusty149, it s a web page that has a live stream19:13
pdtpatrickQUestion .. why does firefox keep opening .wav files in Movie Player even though the applications are linked to VLC.. it also keeps saying the file is streamAudio.do19:13
rusty149nuclearworm: There should be a separate url for the stream19:13
=== luigi is now known as Guest34220
nuclearwormrusty149, is it possible to know that url?19:14
rusty149nuclearworm: Which web page is it?19:15
Tixoshow can i check for my graphics driver version?19:15
Nilzieif anyone is good with binary and ascii, please send me a messege. i just have one simple question19:16
vachohow do I create a 4096 dsa key??19:16
vachohow do I create a 4096 dsa key??19:16
sysRPLhello19:17
sysRPLcan someone help me with this problem please? http://ubuntuforums.org/showthread.php?t=185098519:18
pythonsnakeanyone receive me ?19:19
fVckingmaniahello, any body can tell me what meens this error? W: Imposible obtener http://cu.archive.ubuntu.com/ubuntu/dists/lucid/multiverse/source/Sources.bz2  La suma hash difiere19:19
b3taI've exhausted all search engine options :(19:19
b3tatrying to get ssh -X to redirect software rendering GLx19:19
OerHeksvacho > https://help.ubuntu.com/community/SSH/OpenSSH/Keys    <ssh-rsa or ssh-dss> <really long string of nonsense> <username>@<host>19:20
xbuntuanyone know the best kernel for an i7 prov?19:20
xbuntuproc*19:20
fVckingmaniapythonsnake, loud and clear!19:20
pythonsnakefVckingmania: :-) thanks19:21
viktyr_korimirpythonsnake: Five by five.19:21
pythonsnakexbuntu: there's no best kernel for i719:21
pythonsnakeAFAIK19:21
xbuntuwell i searched on google and i will debate that19:21
pythonsnakexbuntu: you may want to use LTS kernel19:21
xbuntusome say that some linux dont detect the proc19:22
OerHekswe don't day that :-)19:22
pythonsnakesay*19:22
xbuntugoogle = friend19:22
xbuntu;x19:22
OerHeksoh typo, c/day/say19:23
xbuntuwhats the diff between lts?19:23
xbuntuand the 32 bit desktop ubuntu that i have19:23
OerHeks!lts19:24
ubottuLTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server. The current LTS version of Ubuntu is !Lucid (Lucid Lynx 10.04)19:24
nuclearwormrusty149, http://www.myeasytv.com/watch/abc-classic-films19:24
xbuntuNow i have another question.. my proc can support 32 bit and 64 bit19:24
xbuntuim running 3219:24
xbuntubut would 64 be better?19:24
pythonsnakexbuntu: yes19:25
OerHeksxbuntu, depends of the amount of memory19:25
xbuntu6 gb19:25
pythonsnakexbuntu: absolutely19:26
pythonsnake64bit19:26
OerHeks6g is a lot19:26
pythonsnakeOerHeks: jaleous19:26
OerHeks2 Gb or more i would say go19:26
xbuntuLol19:26
xbuntui can upgrade to 12 gb19:26
xbuntuif u want me to19:26
xbuntu:D19:26
sh4rm4how can i remove unity ?19:27
Jordan_U!classic | sh4rm419:27
ubottush4rm4: The default interface in Ubuntu 11.04 is !Unity. To switch back to regular !GNOME: log out, click your username, click the Session box at the bottom of the screen, and select "Ubuntu Classic".19:27
boskeeHello. Does anyone know what may trigger KEY_UP event in my system apart from my keyboard? I am using 11.10 but I can't find any bug report regarding this. Basically, what happens is that every now and then a black rectangle shows up at the bottom of my screen with a crossed-out circle and then all windows start receiving key_up event.19:27
Myrtti!enter | xbuntu19:27
ubottuxbuntu: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!19:27
sh4rm4Jordan_U, thanks19:27
Jordan_Ush4rm4: You're welcome.19:27
fVckingmaniahello, any body can tell me what meens this error? W: impossible to obtain http://cu.archive.ubuntu.com/ubuntu/dists/lucid/multiverse/source/Sources.bz2  The hash amount differs19:27
Thing911I have a weird problem with my thinpad d510 (with 11.04 64bit) and trendet tew-691 wireless router.. I can connect to the wifi (unecrypted), but i can't seem to get internet connection which is weird since it works in windows and in ubuntu when I connect to other wifis. So is it a driver problem or something with my router?19:27
boskeeI tried to unplug my keyboard to see if that's what causes a problem, but it still sends those events19:28
nuclearwormhow do i find a stream s url? is there sodtware to do that?19:28
Escherialok, i realize this is kind of a silly question, but is there anything like the gimp, but with a better UI?19:28
tomodachiThing911: try changing the security on your router from wpa to wep, yes its a driver issue..19:29
tomodachiThing911: you might get "worse" security but at least you will have internet19:29
boskeeEscherial: Adobe Photoshop19:29
Escherialer...or more specifically, is there some way to make the toolbars non-floating? they get lost a lot, which is quite annoying19:29
Escherialboskee: i wish :x19:29
Thing911But currenlty its unprotected and it still doesnt work, tomodachi19:29
boskeeEscherial: I think that GIMP has a one-window mode now19:29
boskeeSingle window*19:30
Jordan_UEscherial: What are you looking to do? For vector graphics there is Inkscape, but that won't help much with Photo editing.19:30
Escherialboskee: really? :D perhaps i'm using an old version. upgrade time!19:30
boskeeEscherial: http://www.omgubuntu.co.uk/?p=1930119:31
Escherialjust regular photo editing. basically, i find that the menu options tend to disappear inexplicably with unity's global menu bar, and the toolbars get lost19:31
tiago_I remove the libgcrypt package which had some dependencies which were also removed. Now i only have access to the CLI and have managed to mount the iso of ubuntu (i don't own a cd). I can't access the internet, so I can't get the missing packages. Is it possible to retrieve them from the mounted iso?19:31
Escherialbut single window mode would certainly solve that19:31
Escherialboskee: aha, awesome :D thank you!19:31
DropsOfSerenityI'm having an issue where skype and flash can't play sound at the same time, all the other sound works fine, and together. I'm on 64 bit ubuntu.19:31
=== Jasonn is now known as Jasonn|NotHere
=== Jasonn|NotHere is now known as Jasonn
b3taanyone feel like they can help with the GLx question?  On the local console, glxinfo prints out the pretty information, but when I do ssh -X (ip) and do a glxinfo, it says cannot connect to display, no glx extention install or fbuffer.19:33
Escherialboskee: i'm a bit of an ubuntu newbie...is the only way to install the unstable version from source?19:33
Escherialshould i uninstall my existing installation of the gimp before i install 2.7.3?19:33
b3taDrops:  what sound system are you using?19:33
boskeeEscherial: sudo apt-add-repository ppa:matthaeus123/mrw-gimp-svn19:34
b3taEscherial, apt-get should take care of removing/updating packages19:34
boskeeEscherial: sudo apt-get update && sudo apt-get upgrade19:34
ssfdre38iceroot, you told one of my friends that he cant install packages on the thumbdrive i just want to say that you were wrong cause i have LAMP fully running with Chromium after a full shutdown and reboot19:34
DropsOfSerenityb3ta, pulseaudio19:34
boskeeEscherial: that should upgrade it to the latest version19:34
DropsOfSerenityand yes i've tried pavucontrol19:34
b3taDropsOfSerenity, give me a second.  I had an issue with some games and my skype doing that.  let me check my nots19:34
Escherialboskee: much thanks :3 that probably would've taken me a good hour or two to figure out19:34
DropsOfSerenitycool thanks b3ta19:35
icerootssfdre38: you cant install packages to other directorys when using the package-manager19:35
boskeeEscherial: no problem, we are here to help each other, right? ;-)19:35
Klaus_Dieterhello world19:35
boskeeEscherial: too bad no one seems to know what my problem is :D19:35
Escherialboskee: heh, what's your problem?19:35
Maartenlets see..... doing a do-release-upgrade -d on my thin-client server to upgrade from 11.04 to 11.10 beta 2, lets see if I get lucky and it works. :P  (through SSH).19:35
ssfdre38yes you can cause im running LAMP just fine with Chromium on a thumb drive19:35
b3taDropsOfSerenity,   http://ubuntuforums.org/showthread.php?t=78957819:36
boskeeEscherial: Keyboard went crazy. Actually, I don't think it's keyboard, but everything is scrolling up all the time.19:36
icerootMaarten: use screen and #ubuntu+119:36
b3taDropsOfSerenity, I remember for wolfenstein I removed pulseaudio19:37
b3taand it fixed MY issue.19:37
edwardpatchhi19:37
Escherialboskee: hmm :\ randomly, or persistently? you've tried a different keyboard, i assume? and does it only do it when you boot into the gui?19:37
Escherialboskee: aside from that, no idea how to fix that19:37
nuclearwormhow do i find a stream s url? is there sodtware to do that?19:37
boskeeEscherial: randomly, it's not related to keyboard as unplugging it doesn't fix it19:38
b3tanuclearworm, what kind of stream?19:38
Younderboskee, sounds like a dodgy keyboard19:38
DropsOfSerenityb3ta, is this still applicable to 11.10?19:38
boskeeYounder: changing keyboard or unplugging the one I have doesn't solve the problem19:38
nuclearwormb3ta , a video one19:38
b3tai haven't personally tested it on 11.10.  i utilized that on 10.0419:38
boskeeYounder: And before it starts I get a black rectangle at the bottom of the screen19:39
Escherialboskee: are you using a laptop? if so, it might be the scrolling on the trackpad rather than the keyboard?19:39
boskeeEscherial: desktop19:39
Escherialah, hrm :\19:39
b3tanuclearworm, you can use vlc to play the streams, but there's a plethora of streams available online.  are you looking for one specifically?19:39
Younderboskee, Do you have a USB keyboard ?19:39
b3tais 11.10 out of alpha/beta yet?19:39
boskeeYounder: Yup19:39
DropsOfSerenityb3ta, beta 219:39
b3taahhh19:40
b3tahave you tried to replicate on a previous version?19:40
viktyr_korimirIn Firefox, is there an option to disallow certain pages to play sounds, like there is for images?19:40
nuclearwormb3ta , let suppose a web page with extension html that has a tv video stream. how to know the url from that tv video stream?19:40
Younderboskee, That is very strange.. You are to my knowlege the first to have reported a problem of this nature.19:40
boskeeYounder: It's definitely a KEY_UP event19:41
boskeeYounder: but it happens in all windows, not only the active one19:41
tasslehoffmy system is display-bewildered after xorg.conf playing and a couple of dist-upgrades. how can I regenerate the x-config a fresh install would have given me?19:41
b3tanuclearworm, usually you can view source.  if it's a stream embedded in the html it'll usually have a media player <OBJECT> in there somewhere19:41
DropsOfSerenityb3ta, I'm thinking it might be something to do with 64 bit, since it's only skype which is a 32 bit application.19:41
b3tabut that's previous to html519:41
boskeeSo if I now open guake, I can see that my command history has scrolled to what I used 5 hours ago19:41
Younderboskee, sounds like a driver problem19:41
tasslehoffemptying out xorg.conf doesn't do it, so I suspect some .d-directories have some stuff I need to get rid of19:41
boskeeYounder: Unplugging keyboard and mouse doesn't fix anything19:42
Younderboskee, what is your PC brand name and version19:42
nuclearwormb3ta , what words should i find on source?19:42
b3taDropsOfSerenity, have you tried to temporarily remove pulseaudio and just use alsa?19:42
boskeeYounder: Just a desktop with i3 2.5ghz, 8gb ram and Radeon 585019:42
Tectuhi. Quick Question: Can i use ubuntu server on a machine with two CPUs? will they both be used?19:42
KindariHey guys, getting an error on a machine (both after booting and afte restarting networking) for SIOCADDRT: File exists19:42
b3tanuclearworm, look for an <OBJECT> or 'http' string usually19:43
icerootTectu: yes19:43
DropsOfSerenityb3ta, haven't yet, will defintely try soon if I don't get this working, normally pulseaudio works like a charm.19:43
wcchandlerTectu: if the BIOS will see them then yeah19:43
boskeeYounder: It didn't happen on Natty, only happens on Oneiric19:43
Younderboskee, NO, the pc name19:43
b3taDropsOfSerenity, you're running it on a beta :)19:43
b3tathere are always quirks19:43
boskeeYounder: What do you mean? I built it myself19:43
Tectuthank you iceroot and wcchandler19:43
b3taTectu, make sure you're using an SMP kernel tho19:44
DropsOfSerenityb3ta, surprisingly this is the only quirk I've been having.19:44
Younderboskee, ahh, that explains why I haven't hear of it before19:44
Tectub3ta: is that one on a regular ubuntu server 10.04?19:44
wcchandlerTectu: you can verify the OS sees them by `grep processor /proc/cpuinfo` and it should show 0 and 1 -- meaning 219:44
boskeeYounder: I think it has something to do with xorg19:44
b3taTectu, it should be.  if you liveboot, 'cat /proc/cpuinfo' and if you see more you're good19:44
Tectujep, i have 0 and 1 :)19:44
b3tadual core!19:44
boskeeYounder: It all started after I lost my original xorg.conf19:44
b3tayou're set19:44
boskeeWhat is ^[[A code?19:45
Tectub3ta: why dualcore? do you mean that that is good or not? i guess he uses now both CPUs, right?19:45
Younderboskee, The best I can do is https://wiki.ubuntu.com/X/Config19:46
b3taTectu, yeah19:46
Tectunice, thank you guys :)19:46
b3taenjoy your ubuntu server :)19:46
ProdegoI have Ubuntu 11.04 running on a machine that I currently only have access to via ssh. I accidentally deleted /var/log/auth.log, and am trying to make sure the logging still works properly.19:47
jpdsTectu: You can always do: lscpu19:47
b3taTectu, rule of thumb for servers - if it aint broke, dont apt-get upgrade19:47
jpdsb3ta: ↑19:47
Younderboskee, I's not much... But I am as baffled as you.19:47
MrGizmo757Anybody in here know anything about Chromium in ubuntu? i am having issues with Videeo plugins.19:47
Tectuthank you, b3ta. It's not my first ubuntu server, i am currently running 2 guys. But this one has two CPUs, so i was not that sure if that works.19:47
b3taProdego, /etc/init.d/sshd restart19:47
b3tashould recreate auth19:47
boskeeYounder: I can see that Terminal prints following code whenever there is something running: ^[[A19:48
DropsOfSerenityb3ta, oh what the heck it works now, together with flash, randomely.19:48
Tectub3ta: allready know that... i am just always afraid of security...19:48
boskeeYounder: Loads of them, actually19:48
jpdsb3ta: wut.19:48
b3taTectu, don't be.  only allow the ports required19:48
DropsOfSerenityb3ta, I just updated, maybe it fixed something, weird, well thanks for the help.19:48
b3tanp19:48
jpdsb3ta: You do realize you get no security upgrades of you don't apt-get upgrade?19:48
boskeeYounder: It's hard to chat here as it keeps scrolling up.19:48
Younderboskee, that's just linefeed19:48
b3tajpds, do you realize that if your network is setup properly you don't need to upgrade anything?19:49
zastaphfor some reason ssh wont start .. I recently did a lengthy apt-get upgrade and then apt-get install openssh-server .. but it just doesnt wanna run19:49
jpdsb3ta: No, that's not true.19:49
Younderboskee, 0x0A is linefeed19:49
Prodegob3ta: it tells me that doesn't exist, so let me see how this is set up to start ssh19:49
Tectub3ta: yeah, but the ports are a thing for the NAT, not for ubuntu server, right?19:49
b3taTectu, is this an internal server or an outward facing one?19:49
zastaphis it because my authorized_keys is not on one line?19:50
boskeeYounder: That seems to be the signal that causes it :|19:50
=== Mud is now known as Guest66900
b3taTectu, only update the necessary packages of the services that are exposed to the outside world19:50
b3tadon't just run apt-get upgrade because19:50
Younderboskee, SDo you have top?19:50
Tectub3ta: its an outward facing server19:50
boskeeYounder: As soon as I run anything through terminal I see loads of them19:51
boskeeYounder: yup19:51
Atlantic777Hi! Is unity 2D available by default in 11.04 or I have to install it from a ppa?19:51
b3taTectu, if you have ssh available outside, make sure your /etc/ssh/sshd_config is locked down.  if you use apache, make sure httpd.conf is locked down.  update just those packages if those are the only ones being accessed.19:51
Younderboskee, run it and report process status19:52
b3taTectu, also, if you offer ssh I would make it jailed shell only19:52
TectuAtlantic777: it's available in the standard repo    apt-get install unity-2d19:52
Atlantic777Tectu: but it's not installed, right?19:52
TectuAtlantic777: right, that's why u need  apt-get install unity-2d19:52
Tectub3ta: what do you mean with lock sshd_config?19:52
jpdsb3ta: And what about security updates like http://www.ubuntu.com/usn/usn-1215-1/ ?19:52
Prodegob3ta: well its started with upstart, restarting the ssh service did not recreate the file19:53
Atlantic777Tectu: after that I should have option/session in gdm?19:53
jpdsb3ta: Which doesn't apply to a an external facing service but is still a security risk?19:53
TectuAtlantic777: right.19:53
Atlantic777great19:53
Atlantic777tnx19:53
Tectuno problem, Atlantic77719:53
b3tajpds:  so you're saying just b/c there's an exploit it should be updated.  wrong.19:53
boskeeYounder: Tasks: 206 total,   1 running, 202 sleeping,   0 stopped,   3 zombie19:53
boskeeCpu(s):  0.0%us, 50.0%sy,  0.0%ni, 50.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st19:53
boskeeMem:   8125316k total,  3737244k used,  4388072k free,   274452k buffers19:53
boskeeSwap:  8319996k total,        0k used,  8319996k free,  1051256k cached19:53
b3taTectu, make sure you deny root and only allow certain users to login.  that way if there's any rogue accounts active, they cannot be accessed19:53
Tectuokay, b3ta19:54
boskeeYounder: 1. Xorg, 2. xchat, chromium-browser19:54
b3tajpds:  if noone can get into my system to RUN apt-get, then why would I care?19:54
OdaymI have a folder named "tommy" under /home19:55
boskeeYounder: I am not sure if it helps, but that problem only starts after 15 minutes or so19:55
Odaymthis is a fresh install of Ubuntu Luci19:55
Odaym+d19:55
hypertyperIs it possible to start an application in terminal, without occupying the terminal for the duration of the program being launched? Say I start google-chrome via terminal, that terminal is fairly useless afterwards...19:55
Odaymwhere in the world would "tommy" come from?19:55
Gentoo64its tommy tha hacker he's well known19:55
boskeeYounder: But then continues until I reboot the system19:55
OdaymTHAT tommy?19:56
zlobasee if u have user tommy in /etcf/passwd19:56
Odaymoh lord19:56
IdleOne!behelpful19:56
ubottuAs 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.19:56
Odaymwell, tommy is GONE now19:56
boskeeYounder: Also, it doesn't seem to trigger if I boot into a command line19:56
* Prodego resolved his problem himself, FWIW19:57
b3taanyone feel like they can help with the GLx question?  On the local console, glxinfo prints out the pretty information, but when I do ssh -X (ip) and do a glxinfo, it says cannot connect to display, no glx extention install or fbuffer.19:57
edwardpatchhello19:57
Younderboskee, yes it is somewhere in X client configuration19:57
Younderboskee, but honestly I have no idea where19:57
viktyr_korimirAfter telling Firefox to use a specific application to deal with a certain file type, is there a way to make it stop asking every time I download a file of that type?19:58
viktyr_korimirI've already checked the "always use this application" box.19:58
Gentoo64viktyr_korimir, have a look in the applications bit in the options19:59
boskeeYounder: Is there any way to rest X to defaults and let it rebuild its config from scratch?19:59
viktyr_korimirGentoo64: Yes. Under applications, it says that the action is to use the program I specified. It still asks me every single time.19:59
vulnWhen I install sun-java6-jdk through apt-get in Ubuntu 11.04, where is it installed?19:59
Gentoo64viktyr_korimir, no idea. do you use private browsing?20:00
b3tavuln, it's in a partner repo20:00
usuarioHola20:00
usuariosoy nuevo en Linux20:00
usuarioalguien podría resolverme un par de dudas, por favor?20:00
Escherialboskee: hmm, after installing the dev version of the gimp, i'm no longer able to run it :\20:00
vulnb3ta: hm.. which means?20:00
b3tahold on20:00
viktyr_korimirGentoo64: If I don't know what that is, is the default answer "no"?20:00
Escherialboskee: i get the following error when trying to run "gimp" from the command line: gimp: error while loading shared libraries: libbabl-0.0.so.0: cannot open shared object file: No such file or directory20:01
mang0!es usuario20:01
=== cipher is now known as Guest35202
Escherialboskee: any ideas? :\20:01
Gentoo64viktyr_korimir, yes. i dont know then sorry20:01
mang0!es | usuario20:01
ubottuusuario: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.20:01
b3tavuln:  sudo apt-add-repository ppa:ferramroberto/java; sudo apt-get update20:01
vulnb3ta: I already installed it. I want to know where is it now :)20:01
b3tavuln:  then apt-get install sun-java6-jre(or jdk) sun-java6-plugins20:01
b3tavuln:  apt-cache search sun-java20:01
vulnty20:02
vulnit doesn't tell me where it is b3ta :(20:02
arkanabarcan anyone recommend some flow-chart software?20:02
vulnI want to know what dir contains sun-java6-jdk now that I have it installed in my computer.20:02
openbeesvuln : m working for u20:02
openbeeswait20:03
boskeeEscherial: Are you on Natty?20:03
viktyr_korimirGentoo64: Thank you anyway. I've tried selecting it from the application list and by browsing to the executable itself. It still won't open the file automatically.20:03
IdleOneb3ta: why would he need a PPA for java when it is available in the ubuntu repos?20:03
b3tavuln:  are you looking for the binary?20:03
b3taIdleOne, sun java6 is not avail in 11.0420:03
b3taopenjdk is installed by default20:03
Gentoo64viktyr_korimir, i remember having that problem myself years ago i cant remember how i solved it i havent usef ff in a long time now20:03
IdleOne!info sun-java6-plugin20:03
ubottuPackage sun-java6-plugin does not exist in natty20:03
IdleOnehmm20:03
Escherialboskee: ah, yes20:04
Escherial11.04 afaik20:04
openbeesvuln :it should be in /etc20:04
suptawhen ever i go to synapyic manager it says E: The package kmplayer needs to be reinstalled, but I can't find an archive for it.20:04
suptaE: Internal error opening cache (1). Please report.20:04
IdleOne!partner20:04
ubottuCanonical'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" »20:04
suptaplease help20:04
viktyr_korimirGentoo64: I preferred Chrome myself when I was using Windows.20:04
IdleOneb3ta: it is in the Partner repo.20:04
Gentoo64viktyr_korimir, why not use it then?20:05
vulnb3ta: yes20:05
suptawhen ever i go to synapyic manager it says E: The package kmplayer needs to be reinstalled, but I can't find an archive for it.20:05
supta<supta> E: Internal error opening cache (1). Please report. can anyone help20:05
viktyr_korimirGentoo64: Because it isn't in the software center and I have absolutely no idea what the Hell I'm doing.20:06
Gentoo64viktyr_korimir, it should be! search for google20:06
TechCelApparently there's a bug with notify-send in that it ignores the expiry you pass it. Does anyone know offhand a way around this ?20:06
b3taIdleOne, thanks.  forgot that you can uncomment the partner concats in 11.0420:06
b3tavuln:  do a whereis java20:06
Gentoo64viktyr_korimir, i think its called googlechrome (1 word)20:06
Younderboskee, reinstall is what I would do20:06
openbeesvuln:: try this "sudo update-java-alternatives -1" this will give u installed versions of java and their default folders20:07
Gentoo64viktyr_korimir, the software centre should have a browser section in it20:07
viktyr_korimirGentoo64: Chromium says that it's the same thing as Chrome.20:07
arkanabarcan anyone recommend some flow-chart software?20:07
boskeeYounder: I tried that20:07
Gentoo64viktyr_korimir, it is, but no built in flash and pdf viewer. its the open source version20:07
b3tabrb20:07
viktyr_korimirGentoo64: That works for me, then. Thank you.20:08
openbeesvuln : inform me if it works ?20:08
Gentoo64viktyr_korimir, yes i use it it works great20:08
viktyr_korimirGentoo64: I would prefer that anyway, then.20:08
Gentoo64yea its better imo20:08
vulnopenbees: it only showed me /usr/lib/jvm/java-6-sun20:09
boskeeEscherial: be right back, I will try to help you in a moment20:09
Escherialboskee: thanks, and take your time :320:09
greenithi, is there a way in voip to filter the sound so that only my voice is recognized and nothing else?20:09
openbeesvuln : it means u have installed SUN java and u can find in folder given in output20:10
vulnopenbees: I installed three packages, jre, plugins and jdk20:10
vulnI need the folder of JDK, an app I use is asking for that20:10
vuln:(20:10
slinzexhow to get libmp3lame ?20:11
boskeeEscherial: back. Can you please paste that error message again?20:12
IdleOneslinzex: install either libmp3lame-dev or libmp3lame020:12
slinzex libmp3lame-dev already installed20:13
boskeeYounder: I have sudo apt-get remove --purge xserver-xorg and then reinstalled it. I guess we'll see if it helps20:13
boskeeYounder: Any idea what that black rectangle with a crossed circle means? It shows up at the bottom of my screen right before xorg goes crazy20:14
Escherialboskee: sure, here it is: gimp: error while loading shared libraries: libbabl-0.0.so.0: cannot open shared object file: No such file or directory20:14
openbeesarkanabar: Inkscape is a vector art application with a flowchart tool. It's probably not what you want, but I believe it's more powerful than Adobe Illustrator.20:14
slinzexim trying to WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s20:14
slinzexUnknown encoder 'libmp3lame'20:14
arkanabaropenbees, thanks, I'll see if it can do what I want.20:14
OtendI need a teeny bit of help regarding installation with a question that is probably really stupid,20:15
Gentoo64Otend, ask20:15
Otend.*20:15
OtendSimply put, the install went smoothly... until it tried to reboot.  It's hanging.20:15
cojackhello20:15
OtendIt says the installation is finished and then failed hard at shutting down.  Is it safe to hard shutdown?20:15
openbeesvuln : then i think u should provide path of output's folder ...atleast try for this20:15
boskeeEscherial: Can you try sudo apt-get install libbabl-0.0-020:16
KindariAnyone know the correct way to bind to additional ipv6 addresses? I can do it one time using ip add inet 6 ... etc, but all methods I have tried for automaticly configuring when the network comes up have failed.20:16
Gentoo64Otend, ahh a lot of people get that. i dont know... try the hard shutdown its the only thing you can do20:16
Gentoo64it wont damage the hardware20:16
guntbert!u > openbees20:16
ubottuopenbees, please see my private message20:16
OtendThey do?  Phew, thought I was alone on that one.20:16
cojackI have graphic card nvidia 520M and after install the nvidia-current, and start nvidia-xconfig, restart the computer I got console20:16
Gentoo64hanging / black screens are common wiht ubuntu20:16
cojackthe info in logs is they can not find a screens20:16
Gentoo64it seems20:16
openbeesguntbert : sorry20:17
vulnopenbees: ok, ty.20:17
Escherialboskee: ah, just did apt-get install gimp, which seemed to fix the problem20:17
Escheriali guess upgrade didn't get all the other libs for some reason @_@20:17
Escherialboskee: thank you for the help, by the way :) you're a lifesaver20:17
boskeeEscherial: Great!20:17
slinzexhelp me installing libmp3lame . I installed libmp3lame-dev and still missing libmp3lame20:17
openbeesvuln : please try to write THANK YOU instead of ty otherwise you will got pinged like me ...:)20:18
boskeeEscherial: No worries, I hate floating toolbars as much as you do20:18
cojackany one have simmilar problem with nvidia 520m graphic card?20:18
openbeesvuln : just kidding ..don't mind20:18
vulnopenbees: ahaha, it's ok ;) thank you20:18
zonedwhat's the differences between root, admin, and suo?20:18
zonedsudo*20:18
cojacknone20:18
conntrack-haha20:18
conntrack-anyone use arptables?20:19
zonedso why have all 3? do i put my 'dev' group under root access?20:19
Gentoo64zoned, ubuntu has no root password hence the sudo use20:20
tiago_I remove the libgcrypt package which had some dependencies which were also removed. Now i only have access to the CLI and have managed to mount the iso of ubuntu (i don't own a cd). I can't access the internet, so I can't get the missing packages. Is it possible to retrieve them from the mounted iso?20:20
zonedso nobody should have root access, and admin/sudo are the exact same?20:20
openbeesGentoo64,zoned : but you can set one by "sudo passwd"20:21
Gentoo64i know20:21
vulnWhat do I need to do to my file to be run whenever I turn on the pc? throw it in /etc/init.d/ and give it +x permission?20:21
=== babilen is now known as Guest10953
MaartenGentoo64: sudo passwd root ;)20:21
Gentoo64but you get told off for saying that in here20:21
Gentoo64thanks for the info.... lol20:21
openbeesGentoo64 : so sorry for considering yo NOOB20:22
openbeesYOU*20:22
Gentoo64no its not that, they just say root passwd isnt supported in here thats all20:22
kontagious i am having troubles with my wireless card. it works on my home network but intermittently on my school network. everyone around me has access but i dont. could it be a drive issue?20:22
Tixoscan someone help with ubuntu ATI drivers?20:22
Tixoshow can i check what driver version i am running  ?20:23
YounderGentoo64, I is supported, just use passwd roo <whatever>20:23
Younderroot20:23
Gentoo64ok ask the ops then20:23
vulnWhat do I need to do to my file to be run whenever I turn on the pc? throw it in /etc/init.d/ and give it +x permission?20:23
guntbert!noroot | Younder20:24
ubottuYounder: We do not support setting a root password. You're free to do it on your own machine, but please don't offer instructions on how to set a root password or ask for help with setting it. See !root and !wfm for more information.20:24
Gentoo64you can do passwd root ofc, but they dont like you mentioning it in here for whatever reason20:24
openbeeskontagious: it seems like connectivity problem with your school network20:24
kontagiousopenbees, i could connect to the network but dhcp would not give me a default gateway and  i had to add it with the route command myself. every single other computer has internet though20:24
YounderGentoo64, It isn't recommended to use it. Ubuntu as a empty passwd for root which disables the accound. Normally one uses sudo20:24
zloba!root20:25
ubottuDo not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo20:25
openbeesGentoo64 : Now i Goted...extract of your information...LOLZ20:25
Gentoo64Younder, i know all this. i wasnt the one asking lol20:25
kontagiousopenbees, now i cant even connect to the network to manually enter a gateway20:25
kontagiousthere is also an alternative WEP network that i cannot connect to either20:26
openbeeskontagious: i think you should refer to your school's network administrator ...20:27
nikostapI ssh'd into my desktop and ran a C program. It went into an infinite loop and kicked me off. Can I kill it remotely?20:27
kontagiousi went there and they said all my settings are correct. she did mention not enough IP addresses being assigned but every single computer around me could work (all windows)20:27
openbeesGentoo64 : now i got the answer ...what is the use of root password...and answer is totally useless...AGREE?20:28
Gentoo64openbees, ubuntu has a user setup on install. not all distros have this20:28
Younderguntbert, I think is is important that they understand their machine and why it is set up as it is. I don't believe in secrecy.20:28
Gentoo64openbees, you dont want to log in as root either way20:28
perlsteingrrrr20:28
kontagiousi can connect to my home network instantly with no problems20:29
Gentoo64openbees, but sometimes its useful20:29
perlsteininstaller is dying at "Starting up the partitioner -> 47%"20:29
openbeesLIKE???20:29
rek_hi,i did a userdel and i think i lost the content of the folder even if the content was in my external hd cause i did a mount --bind  lostthings  /home/user  is this possible? i lost 60gb of files im sad20:29
Gentoo64openbees, like if you have no other users yet... cant do much without it lol. or if you want to log in (without x) its quicker to login as root than as user and then su - ing typing password twice20:30
=== himcesjf1 is now known as himcesjf
openbeesgentoo64 : what if i want to start my system always as root ?20:31
rek_hei20:31
qinrek_: Have you used -r ?20:31
Gentoo64openbees, no one would recommend that, because you could accidentally do anything20:31
Gentoo64and some programs wont even work20:32
rek_qin i used -rm when i did sudo rm -r dir but after rebooting the sys, if i reboot the sys it was empty because i generally mount things there every time i restart the machine manually...20:32
haddimanI'm running Xubuntu 11.10 beta 2 on Dell Mini 1012. When I installed it automatically picked the ath9k driver. However I'm not getting as good a signal as I got with Windows. Is there another driver or something else I can use to get a better signal?20:33
rustySHACKLEFORDjoin irc.anonops.li20:33
rek_so imo i deleted an emty dir20:33
qinopenbees: Then use bt, it has only root.20:33
openbeesqin : is it flavour of linux ?20:33
Gentoo64why bt? any distro can add users20:33
Gentoo64openbees, its a distro with hacking tools20:34
qinopenbees: Yes, and not supported here. #backtrack-linux20:34
openbeesI LOVE UBUNTU...i don't even think about breakup with it...:)20:34
perlsteinwhat's a good way to wipe a partition table?20:34
perlsteinfor some reason this stupid installer is mad at my config20:34
Gentoo64openbees, do some googling then. you dont want to log in X as root end of20:34
perlsteinand i need to wipe the existing partition table for it to work20:34
LjLperlstein: zeroing the drive, if you're that brave20:34
qinrek_: So you removed with rm after userdel?20:34
perlsteindd if=/dev/zero of=/dev/sda20:34
perlstein?20:35
anybudyI am using amd64 version to compile a kernel module, do I need 64 bit version of the linux kernel source?20:35
openbeesGentoo64 : thank for your effort man i do knoe these things but asking for getting some benefit of these ...:)20:35
LjLperlstein: yeah, although you may want to save time by limiting yourself to the first bunch of kilobytes instead of waiting for all the drive to be written20:35
anybudyhelp20:36
Gentoo64openbees, i wish i understood what you meant lol20:36
rek_qin,yes because i saw the folder still there but i removed it after the reboot20:36
openbeesqin : ohhh m using backtrack on virtual box..i did'nt know its nickname is BT...lolz20:36
Gentoo64yea, its pretty pointless if you dont know what you're doing lol20:37
nikostapHow do I stop a fork bomb remotely?20:38
perlsteinspoon(1)20:38
openbeesGentoo64 : was it for me....LOLZ20:38
=== anybudy is now known as help
Gentoo64nikostap, not sure. i htink youll need to reboot20:39
=== help is now known as anybudy
mrstocksjust a question, with ssh how do i play a song in the host though ssh20:39
qinrek_: Not sure, you could check what was mounted on last reboot, and check drive with partitioner, and with testdisk.20:39
Gentoo64mrstocks, use whatever media player20:40
Gentoo64or aplay20:40
mrstocksaplay that is a software?20:40
Thieums#ubuntu-fr20:40
nikostapGentoo64, can I reboot without logging in?20:40
Gentoo64mrstocks, its built in20:40
Gentoo64basic sound player20:40
mrstocksALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave20:41
Gentoo64nikostap, no20:41
Gentoo64mrstocks, i have no idea what you're sshing into. it might not be built in20:41
anybudyI am using amd64 version.. To compile a kernel module, do I need 64 bit version of the linux kernel source?20:41
Gentoo64or might not be setup right20:41
eltriplethieums#ubuntu-fr20:41
qinmrstocks: You want to stream or play on remote server?20:41
meaniefacemrstocks: are you trying to play on the remote machine or bringing it local?20:42
qinmeanieface: Neat.20:42
mrstocksgenii-around, im on windows using ssh (ssh) to a unbuntu box and and i wish the remote play to play a mp320:42
meaniefaceqin: hehe20:42
Mrono|workanyone used ifolder server 3.8?20:42
mrstocksthe remote to play20:42
qinmrstocks: mplayer file.mp320:42
mrstocksits a cli ?20:43
perlsteinthanks, dd worked20:43
meaniefacemrstocks: yes20:43
Gentoo64mrstocks, it depends what the remote machine has installed20:43
qinmrstocks: or: cvlc, mocp, or many more.20:43
anybudyI am using amd64 version... To compile a kernel module, do I need 64 bit version of the linux kernel source?20:43
mrstocksits a desktop pc20:43
mrstocksFailed to initialize audio driver 'sdl:aalib'20:43
mrstocksCould not open/initialize audio device -> no sound.20:43
mrstocksmplayer20:43
Gentoo64mrstocks, but it might not have mplayer installed... or any other stuff20:43
qinmrstocks: alsamixer ?20:44
mrstocksalsamixer works20:44
Gentoo64mrstocks, what distro is the remote machine?20:45
mrstocksinux mre-desktop 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:18:14 UTC 2011 i686 i686 i386 GNU/Linux20:45
Gentoo64cmus is an audio player, ncurses20:45
mrstocksi suppose its the last one20:45
mrstocksoh! wait20:46
mrstocks[AO_ALSA] alsa-lib: pcm_hw.c:1293:(snd_pcm_hw_open) open '/dev/snd/pcmC0D0p' failed (-16): Device or resource busy20:46
Gentoo64whats "the last distro"20:46
nikostapGentoo64, thanks, got my mom to restart it. Uptime record: 17 days :(20:46
mrstockscould it be the device is already used?20:46
Gentoo64nikostap, lol ok20:46
mrstockslike its playing music?20:46
Gentoo64mrstocks, run top and see20:47
anybudydo I need 64bits version of kernel to compile a kernel module? if so, how can I get it?20:47
wildc4rdwould someone be able to talk me through installing a network printer under ubuntu/gnome please20:47
Gentoo64whats running20:47
mrstocksGentoo64, there is flash thinngy it could be20:47
Gentoo64ah maybe. afaik alsa can only play 1 thing at a time20:48
Gentoo64hence the reason for pulse20:48
mrstocksuhmmm i will kill it20:48
mrstockspoor lil brother20:48
Gentoo64kill it and try it20:48
qinmrstocks: Yes, pacmd list-sink-inputs20:48
Gentoo64hacking into his comp are you? lol20:48
mrstocksGentoo64, :)20:48
Gentoo64trying to play music that he doesnt like are you? lol20:49
kontagioushey i am installing drivers for my wireless card and i have the option between netathr.inf and netathrx.inf. what is the difference20:49
mrstocksGentoo64, well, he should listen to me!20:50
anybudyI am using amd64 version... To compile a kernel module, do I need 64 bit version of the linux kernel source?20:50
mrstocksGot it !20:50
mrstocksnow he is playing some french 60's music20:50
mrstocksthx all!20:50
Gentoo64dont blame us for him beating you20:51
qinmrstocks: I think it is beyond scope of this channel, you bad haxtor.20:51
anybudyI am using amd64 version... To compile a kernel module, do I need 64 bit version of the linux kernel source?20:52
Fail_BotIs there a way to repartition my hard drive in Ubuntu, to create a second clean install, and then migrate all my data, and delete original install expand my partition?20:53
Jimsomehey! does anyone know if theres any inbuilt feature in ubuntu to only keeps a user account enabled for 7days,30days, 365days etc... before locking it20:53
Gentoo64Fail_Bot, yes gparted20:54
qinJimsome: Yes, crontab.20:54
notklaatuJimsome: i believe useradd is the program you are looking for.20:54
Jimsomeqin: wouldent crontab turn off at a specific time of year instead of after a set number of days?20:55
notklaatuJimsome: useradd -e $EXPIRE_DATE -m -s $NAME_OF_USER20:55
qinJimsome: No, but you can make daily and test date.20:55
notklaatuer, no -s there20:55
qinnotklaatu: Nice.20:56
Jimsomethanks notklaatu and qin :D20:56
notklaatuit's a builtin function to useradd :)20:56
jbanderWell this is my first time on the channel Hello20:59
fVckingmaniajbander, hello and welcome!!21:00
jbanderThank you, it says 1672 people is that how many is online or signed up21:00
fVckingmaniajbander, well not really many of them are bots21:01
Billy_buntujbander,  they didn't mention that at microsoft did they?21:01
jbanderOh Ok , what do the bots do here21:01
BarkingFishis there anyway of searching deb package pools to find out what provided a particular file please?21:02
fVckingmaniajbander, control21:02
Billy_buntuirc is the hidden gem of the internet where one gains intelligence..21:02
jbanderNo they didn't, I love linux21:02
jribBarkingFish: dpkg -S21:02
BarkingFishthanks jrib21:02
jbanderSo how many real people do you think are online here21:04
jribjbander: #ubuntu-offtopic please21:04
BarkingFishjrib - that's great, it looks like the file I wanted (a kernel module called ipaq.ko) came in the kernel image.  I need to find the original .c file that was used to build that module - anyone have ideas on where I can get it please?21:04
jribBarkingFish: get the package source21:04
jrib!source | BarkingFish21:04
ubottuBarkingFish: You can easily fetch a package's source with apt-get. See: http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html21:04
fVckingmaniaW: Imposible obtener http://cu.archive.ubuntu.com/ubuntu/dists/lucid/multiverse/source/Sources.bz2  La suma hash difiere HELP!!!!!!!!!!!!!!!21:05
BarkingFishjrib - you're a lifesaver. Thank you.21:05
BarkingFish!fr | fVckingmania21:05
ubottufVckingmania: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.21:05
jribfVckingmania: try a different mirror21:05
fVckingmaniaBarkingFish, what!!!!!21:05
fVckingmaniajrib, the problem is that in other server it works fine!21:06
jbanderI have gparted and  my thumbdrive is unallocated and I want to use it to multiboot  different linux systems off of it, using multiboot the program what do I have to do to the thumdrive to set it up to use21:10
ActionParsnipjbander: you can simply put ISO files on it, then use grub2 to boot the ISOs21:11
ActionParsnipjbander: http://www.pendrivelinux.com/yumi-multiboot-usb-creator/21:11
jribfVckingmania: try a different mirror21:11
ActionParsnipjbander: http://www.pendrivelinux.com/boot-multiple-iso-from-usb-via-grub2-using-linux/21:11
jbanderIsdn't it a problem that it is unallocated21:12
jbanderthe thumb drive21:12
ActionParsnipjbander: you'll need to  partition it21:12
ActionParsnipetc21:12
ActionParsnipthe guides are pretty good21:13
jbanderOk then what21:13
jbandershould I use fat, or fat16, or fat32 or what21:13
ActionParsnipjbander: guide says FAT3221:14
jbanderok do I have to reboot to see if the partition takes hold in gparted21:15
jbanderI thought I did partition it in gparted in ext2 but I relooked in gparted and it seems to have gone back to unallocated21:17
x66girlhi ... can u guys help me? im facing a problem to install the dell wireless driver for ubuntu, it show something to install but show system error when i try21:17
n4dspIs there another sound that this linux will play instead of the beep that sounds like something hitting water?21:18
pants_hi guys, vlc won't play youtube videos for me. where's the log for vlc so i can figure this out?21:18
alexd285hello, I have this bug on 11.10 that in GS when you add a second language layout the gsd-keyboard-xkb is shown on bottom notification area21:19
alexd285I cant locate it on launchpad, can someone give me teh bug id?21:19
jbanderwhats a good time to come on here for help21:21
MonkeyDustjbander: 24/721:21
MonkeyDustalexd285: kindly ask in #ubuntu+121:22
uchikoI've been using ubuntu 11.04 for a few weeks now and Ive noticed that the network seems slow21:22
AtamiskOkay, a quick one: if i'm running a custom kernel, and source built graphics drivers, and use XFCE, not Unity, what do i stand to gain by upgrading to oneiric in october? is this more a question for ubuntu+1?21:22
uchikolike I've got something configured badly and it is spinning cycle searching for something then timing out21:22
uchikowhat common things would cause that?21:22
pythonsnakeCan gufw be used with kde ?21:25
kqiantest test21:25
Atamisktest?21:25
kqiansorry mate first time user21:26
Atamiskah, no worries21:26
pants_so anyone tell me why i can't play youtube vids in vlc for some reason?21:26
jophishYo yo yo!21:27
dashavooanyone know how to set a fake video sink for gstreamer? I need the system to pretend there is a webcam or something21:27
jophishI have an encrypted home21:27
jophishbut I didn't set up the account with encryption21:28
jophishHow can I enable it and access by home?21:28
jrib!encrypt | jophish21:28
ubottujophish: For information on setting up encrypted private directories (8.10+) see https://help.ubuntu.com/community/EncryptedPrivateDirectory21:28
ActionParsnipuchiko: try disabling ipv6, can help21:29
jophishthanks jrib21:30
=== claudio is now known as Guest44735
Kjekkenim trying to install ubuntu 11.04 from an usb device but after i select install my screens go black.... any tips?21:32
ActionParsnipKjekken: what video chip do you use?21:32
Kjekkenhd 685021:32
=== Guest44735 is now known as botinha
ActionParsnipKjekken: try the boot option:  nomodeset21:32
Kjekkenhow do i set that one?21:33
ActionParsnip!nomodeset21:33
ubottuA 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 parameter21:33
Kjekkenread that you had to press f6 to get it21:33
Kjekkenbut nothing happens when i press f621:33
zonedif i want everyone in my 'dev' group to have sudo access, i should change /etc/group's 'sudo' users list to say 'dev', and underneath that have a 'dev' group where i list all my 'dev' users right?21:34
[twisti]hi21:34
Kjekkenwhere do i put "!nomodeset"21:34
Kjekkensorry for my noobing :D21:35
[twisti]i run a headless ubuntu lts 10.04 and would like to know if its possible for me to run a virtual (ubuntu) server inside it. the obvious routes with vmware and virtualbox all seem to require the host to run x21:35
[twisti]whats the proper way to do that ?21:35
ActionParsnipzoned: just add:     %dev ALL=(ALL) ALL21:35
zonedActionParsnip, where? to /etc/group ?21:36
jaimito69holA21:36
jaimito69ALGUIEN EN LINEZ21:37
fuhoHi, hopefully short question, how can I add a user to sudoers in terminal? Ubuntu 11.04 Server 32b21:37
ActionParsnipzoned: add it below:  %admin ALL=(ALL) ALL              and it will give the users in the dev group, sudo access21:37
Flannelfuho: You don't need to add them to sudoers, just add them to the admin group: sudo adduser username admin21:37
fuho:) lookl like someone asked the same thi ng before I entered the room21:37
wildbat!sudo | zoned to the /etc/sudoers21:37
ubottuzoned to the /etc/sudoers: sudo 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/fixsudo21:37
fuhoFlannel: I dont want the user to be admin all the time, so he cant accidentaly f***k things up21:38
Um_cara_Qualquerbonjour folks, quick question: using "resw 1" is the same thing as using "resb 2"? Do i manipulate it the same way later?21:38
Flannelfuho: I don't understand what you're trying to do.  You want to let them use sudo, but not use sudo?21:38
fuhoFlannel: I want them to be able to do sudo, but not be root. I think I misunderstood you, my bad.21:39
fuhoFlannel: Will try right away.21:40
Flannelfuho: sudo is effectively giving them root access.21:40
Flannelfuho: but, that command will 'merely' let them use sudo.21:40
zonedActionParsnip, lol... i can't edit the sudoers file, and i can't sudo because soders file is empty.......21:40
ActionParsnipzoned: sudo visudo       will edit it21:40
geekbriis there an easy way to see the version of a package as you are installing it?21:40
woot1337hello21:40
fuhoFlannel: I dont have group admin though21:40
woot1337what does it mean when a directory is owned by 500:50021:41
[deXter]Hi all, how do I upgrade only a single package through apt-get ?21:41
midnighthola21:41
Flannel[deXter]: sudo apt-get install packagename21:41
Flannelfuho: Did you remove it? or what's your set up?21:41
midnightspanish ?21:41
Flannel!es | midnight21:41
ubottumidnight: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.21:41
ActionParsnip!es21:41
[deXter]Flannel: Hmm, odd. Unable to find the package. I'm trying to update to Firefox7, I added the ppa, but apt-get says the newest version is already installed21:42
fritsch[deXter]: sudo apt-get install "package name"21:42
fuhoFlannel: Its vanilla set up, just reinstalled the server 3 days ago.21:42
fritsch[deXter]: it upgrades automatically21:42
Flannel[deXter]: if you've just added a repository, did you do an apt-get update?21:42
fuhoFlannel: ubuntu 11.04 server 32b21:42
midnightthanks21:42
[deXter]Flannel: yeah21:42
fuhoFlannel: Its running on VPS21:42
Flannelfuho: If this is a vanilla install that didn't have any installation issues, then yes, you have an admin group.  If you had some installation issues, you may not have an admin group.21:42
[deXter]fritsch: Well, it hasn't upgraded yet.. I've added the ppa, did an apt-get update..21:43
zonedActionParsnip, my user is not in the sudoers file...21:43
woot1337hi21:43
fritsch[deXter]: apt-get upgrade21:43
Flannel[deXter]: You'll have to look into the details for that PPA, it's possible that the package has a different filename.  You can see what version you have installed and what is available in [any repository enabled] by `apt-cache policy packagename`21:43
woot1337can someone tell me what it means when a directory is owned by 500:50021:43
fritsch[deXter]: will update too much, so just do apt-get install "of package you want to upgrade"21:43
[deXter]fritsch: Yeah, I've tried that. It doesn't list firefox..21:44
Flannelzoned: did you edit your sudoers file without using visudo?21:44
[deXter]fritsch: It says firefox is already the newest version21:44
Flannelzoned: Or did you just clear it out?21:44
fritsch[deXter]: ah, i see21:44
fritsch[deXter]: can you do: sudo apt-get dist-upgrade?21:44
fritsch[deXter]: does ist list firefox?21:44
[deXter]fritsch: nope, it doesnt21:45
zonedFlannel, somehow I lost sudo access to my user when i removed my user from the 'sudo' line in etc/group and replaced it with 'dev'21:45
zoned(my user is a part of the dev group)21:45
fritsch[deXter]: so your sources are not correct, or everything is alreday updated21:45
fuhoFlannel: I havent seen the install, I only have web access to the management console.21:45
Flannelzoned: There shouldn't be a sudo group, it's admin.  But yeah, that would definately cause headaches.21:45
[deXter]fritsch: I tried the command given by Flannel and it doesn't list the firefox repo!21:45
KindariHey guys, how can I update oidentd from natty while on 10.04?21:45
fritsch[deXter]: okay - no idea then21:46
Flannel[deXter]: Then either that package isn't in that PPA, or you didn't add the PPA successfull.21:46
Flannelzoned: You'll need to reboot to the recovery console and fix that.21:46
kasper_hola21:46
qinwoot1337: What directory? try: sudo cat /etc/shadow | grep 500:21:46
[deXter]Flannel: I'm in /etc/apt/sources.list.d and I can see mozillateam-firefox-stable-natty21:46
[deXter]Flannel: Any idea how I can browse that repo using my browser?21:46
Flannelfuho: Ah, this is someone else's VPS?  That's not unusual then.  Many of those installs aren't "vanilla"21:46
zonedFlannel, so i should remove the 'sudo' line from etc/group, and reboot?21:46
woot1337im getting the /usr/local/bin directory is owned by 500:ossec21:47
Flannelzoned: Put /etc/group back to whatever it was before.21:47
=== tomaw is now known as 5EXAAKYAN
OerHeks[deXter], FF7 is just out today, be patient to see it in updates21:47
Flannel[deXter]: yes, browse the URL with your web browser.  Looking for the index file.  (Or read the PPAs documentation)21:47
woot1337even when as root  i chmod that directory21:48
fuhoFlannel: Yes its on some companys hardware I just pay for the VPS. Do you have any other suggestions?21:48
Flannelfuho: And you current have root access to that system, riht?21:48
[deXter]OerHeks: Normally they push it out even before the announce it OerHeks.. but it's been several hours and I haven't gotten the update yet. Meanwhile my Windows friends are laughing at me...21:48
woot1337it stays at 500:ossec21:48
Flannelfuho: (not a regular user with sudo, but actual root)21:48
RocketFeulI remember editing something under System \ Administration \ Networking... how do i start this thing under a terminal?21:48
RocketFeuli'm on another wm right now21:48
fuhoFlannel: I have root access, and I made myslef standard user as well. I can always just su root, but I thought sudoing my21:49
fuhostandard user would save me time in the long run.21:49
zonedFlannel, currently in etc/group there's a sudo line, root line, admin line, and dev line...21:49
midnight !es21:49
ubottuEn la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.21:49
OerHeks[deXter], well, it is available in ppa:mozillateam/firefox-stable but i wait.21:49
=== 5EXAAKYAN is now known as tomaw
Flannelfuho: right, so it's the standard VPS type set up that many VPSs seem to prefer (not a vanilla set up).  So, you can either make a group named 'admin' and set up your sudoers like the default sudoers (see the wikipage on that), or you can add individual accounts by name to your sudoers.21:50
qinwoot1337: If you want you can chown it back to root:root, have you install anything there? Is it used or empty?21:51
fuhoFlannel: Adding one user would be great, it will be just me using the server anyways.21:51
atari911sudo -i21:51
qinwoot1337: What version do you run? uname -a21:52
Flannelfuho: https://help.ubuntu.com/community/Sudoers will give you a good run down of that file, I suggest you read the whole document, try to understand it, and come back here for help.  You have a root user, so if you mess up your sudoers so no one can sudo, you still have access to fix it (you should still use visudo to edit though)21:52
zonedFlannel, so i accidentally removed the admin privileges... now i am locked out of my own system?21:53
atari911Flannel: why not just add the user to the admin group21:53
=== nick is now known as Guest8958
fuhoFlannel:  Ok, thanks.21:53
econdudeawesomeAnyone know of a good text editor that compares text side by side, like notepad++?21:54
=== Tectu is now known as Tectu|off
Gentoo64econdudeawesome, like a diff?21:55
econdudeawesomeGentoo64: indeed21:56
qinecondudeawesome: vimdiff21:56
econdudeawesomediff filename filename2?21:56
=== Scott_ is now known as Guest42876
Gentoo64vimdiff21:56
econdudeawesomeokay21:56
=== Guest42876 is now known as Phr3d13
Fail_BotIs there a mirror site for kernel.org?  I need some of the packages they hosted, and googling it all is time consuming21:57
zonedso etc/group has nobody listed under admin, but has the dev group listed under sudo (which my user is a part of), and the sudoers file is empty. can someone help me unlock myself out?21:57
Phr3d13updated last night with update manager and now when i try to log into ubuntu the screen blanks then goes back to the login screen, what do i do?21:57
ActionParsnipFail_Bot: there is a kernel ppa, its not supported here. Use at your own risk21:58
Phr3d13more info, the ubuntu themed login is gone, its now a blue theme21:59
ActionParsnipPhr3d13: do you have free space on your partitions?21:59
Phr3d13ActionParsnip, i believe so, not a whole lot though22:00
econdudeawesomeexit22:00
femanonHello. I am trying to follow this dated guide: http://www.howtogeek.com/howto/ubuntu/change-ubuntu-desktop-from-dhcp-to-a-static-ip-address/ I'm assuming that GUI tool is not there anymore and that it is 'Network Connections' but I could be wrong. I checked Network Connections and there's no 'Static IP' method. What should I do?22:00
lnx1Hello all, I was recommended an application called 'Timeoutd' which logs out users after a specified amount of time on an Ubuntu PC. If anyone knows of this program, does anyone know how to edit the Warning message?22:00
ActionParsnipPhr3d13: i suggest you check, it can cause login issues22:00
Phr3d13ActionParsnip, gimme a sec, checking22:00
monotoniaI have new wi-fi card. I  used Windows drivers, but they worked badly, so I used ceni as someone recommended. But I found native drivers and it's all great now. But since I tried to use ceni to manage wi-fi, my network-manager don't want to use it/ Wi-fi radar works good, though. What can I do?22:01
zonedanyone? i'd really like to fix this before anyone notices and yells at me, lol.. thx22:01
ActionParsnipmonotonia: what wireless chip does it use?22:01
subcoolcould someone asist me with my liveUSB. It starts up into a login prompt and will not let me pass that point. I also think i have to resize my aufs or something.22:01
shishireIs there a way to get sed to not overwrite an existant backup when using --in-place? doing  sed --in-place=".bak" -e 'sed command here'  multiple times makes the backup useless.22:01
Phr3d13yeah, its full, what would be safe to delete from within windows? downloads folder stuff?22:02
ActionParsnipsubcool: did you MD5  test the ISO you downloaded?22:02
ActionParsnipPhr3d13: run:  sudo apt-get clean    may help22:02
subcoolActionParsnip: no22:02
ActionParsnipsubcool: then how did you know the data was consistent and complete?22:02
monotoniaActionParsnip: Prism, but the driver is all OK and working22:02
zonedso etc/group has nobody listed under admin, but has the dev group listed under sudo (which my user is a part of), and the sudoers file is empty. can someone help me unlock myself out?22:02
Phr3d13ctrl alt f1 at login screen to get a terminal?22:03
ActionParsnipmonotonia: doesn't answer the question22:03
ActionParsnipPhr3d13: yes, you should also remove unused kernels too22:03
Flannelfemanon: https://help.ubuntu.com/10.04/serverguide/C/network-configuration.html#static-ip-addressing  It's not a GUI method, but it's easy and it works.22:03
monotoniaActionParsnip: Prism ISL388622:03
Phr3d13is there an easy command for that?22:03
subcoolActionParsnip: i have been using it for a while now, and it out of no where just did this.22:04
ActionParsnipPhr3d13: if you run:  uname -a    you can see the CURRENT kernel, if you run:  dpkg -l  | grep linux-image-2    you can see the INSTALLED kernels, you can remove as many kernels as you like but do NOT remove the CURRENT kernel22:05
ActionParsnipsubcool: you can also tell the USB to check the files on it when it starts to boot22:05
Phr3d13ok, hopefully next time i come back here it'll be in ubuntu22:06
ActionParsnipmonotonia: is it usb based, or pci?22:06
subcoolActionParsnip: ill do that now- but i think its because my disc is full, I have run into this before.. but- it usually resolves in reformat.22:06
monotoniaActionParsnip: PCI22:06
qinshishire: You making backups with sed?22:06
ActionParsnipmonotonia: tried the p54pci driver in the default install?22:07
monotoniaYes, I said the native driver works fine, I just can't make it managed by network manager, because ceni used it.22:08
shishireqin: No, editing files, but the script which is doing so may be run multiple times.  I don't want the original copy of the backup to get overwritten, as it can be restored if needed.22:08
ActionParsnipmonotonia: you may need to install linux-firmware   you may need to run:    dmesg | grep -i firm     to see if there is a firmware missing, there is a NATIVE driver, so using the windows driver makes no sense..22:08
buntuanyone wanna tell me how to save my hda analyzer settings upon boot?22:09
monotoniaActionParsnip: I am using the native driver. It works. The problem is completely different.22:09
ActionParsnipmonotonia: I thought you said you'd used the windows driver?22:10
zonedcan anyone please help me... i accidentally removed my user from the admin group in etc/group, and now i can't do anything. if it helps, the 'sudo' line in etc/group lists 'dev' (the group my user is part of), but the sudoers file is empty22:11
monotoniaActionParsnip: I said I tried it and used ceni, and now installed native one, but normal network menager still thinks I want to use other program to manage it22:11
ActionParsnipmonotonia: http://ubuntuforums.org/showthread.php?t=160341322:11
qinshishire: touch filename-`date +%F-%T`.bak22:11
zoLevDotComRT @Jesus_M_Christ Lady Gag's helping me solve heaven overpopulation. I keep playing her CD, people keep moving to Hell. LOL!22:12
shishireqin: ooh, nice, didn't even think about something like that22:12
soreauzoned: If all else fails, boot a live cd and edit what files you need to. Also, you can chroot into the filesystem from the live cd if you need to run commands on the installed filesystem22:12
zonedsoreau, this is a linode.com server, i can't do that...22:13
soreau! ot | zoLevDotCom22:13
ubottuzoLevDotCom: #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!22:13
zonedsoreau, i do have the root password, but no way to login as root..22:13
soreauzoned: How is linode.com server related to ubuntu?22:13
subcoolActionParsnip: a lot of times i hear something about the AUFS, maybe its full or something?22:13
subcoolActionParsnip: the thing just finished its check. Everything is fine.22:13
zonedi don't have access to the server to stick a cd in. it's running ubuntu.22:14
zonedsoreau^22:14
buntuis their anyway to save my hda analyzer settings?22:14
qinzoned: You pay linode for suport, ask for backup, and reset image.22:14
pythonsnakeI got that error when I try to comppile kcm_ufw22:14
pythonsnakehttp://pastie.org/260237322:14
soreauzoned: Why would you break a remote server? Seems like you'd take extra care when using it since you have no direct access to it22:14
zonedsoreau, apparently i am an idiot because i thought if i added my user to the 'sudo' line in etc/group i would still be able to have privileges22:15
qinzoned: Doesnt linode come with cpanel?22:16
monotoniaActionParsnip: I have no problems with driver, really, it works fine. :) I just want to change settings of the network-manager to allow it to manage, because I was using the different program to managing wlan1, and it thinks I still want to do it.22:16
zonedqin, i think so?22:16
soreauzoned: Well you're going to have to figure something out if you have no physical access to the machine. Contact the server administrator22:16
qinzoned: Still, better to submit aticket than make more damage.22:17
djjonexany good audio editor (multi channel)22:17
ActionParsnipmonotonia: try wicd, it is more flexible and you can set the interface name, network manager seems to expect wlan022:17
monotoniathanks22:17
zonedknowing the root password and having my user be in the 'sudo' list in etc/group doesn't do me any good?22:17
TrueColorsIn vi insert mode, how do you remove a character? backspace just... doesn't work22:17
TrueColorsand the arrows create characters too O.O22:18
zonedTrueColors, DEL22:18
zonedTrueColors, backspace should work, and the arrows shouldn't make characters. something else is wrong.22:18
TrueColorsoh, they aren't making characters now, ... strange. but backspace worked like just moving left. i'll figure it out some other time.22:19
djjonexi wanna make my mixes...any audio editor for ubuntu?22:19
zonedqin, soreau, knowing the root password and having my user be in the 'sudo' list in etc/group doesn't do me any good?22:19
Gaming4JCI would like the fastest possible way to backup a large folder. (Not best compression) Is .tar the fastest?22:20
soreauTrueColors: Sometimes, terminal based editors can display wrong things because the terminal output something.. and it screws up your editor22:20
soreauzoned: If you have cpanel access, see if you can access the filesystem22:20
=== jimubao_ is now known as jimuBao_
soreauGaming4JC: That question is beyond the scope of this channel and depends on a lot of factors. Try ##linux maybe22:21
Gaming4JCsoreau: I am on ubuntu currently, but ok. I see it has tar.gz, zip, etc. etc.22:21
hipo_how would i compile a tgz file i think its something like exfc or thingin weird like that22:22
repnopso for upgrading from say 10.04 i'd have to upgrade to 10.10 and then finally 11.04?22:23
=== jimuBao_ is now known as jiMuBao_
pythonsnakerepnop: download the iso22:24
pythonsnakeupgrade is sloooooooooooooow22:24
repnopfaster than reconfiguring everything22:25
mpiechotkaHello. Sorry for such question but what is the Ubuntu policy regarding backporting bugfix releases (I've noticed on launchpad that libgee versions in all but The Oneiric Ocelot contains known bugs and 0.6 series was bugfixes only)?22:25
halfamazingany reason i can't ssl into the server?22:25
hipo_how would i compile a tgz file i think its something like exfc or thingin weird like that22:28
repnopcompile?22:28
repnopyou mean make one?22:28
subcoolActionParsnip: any way to add this to ubutto22:28
subcoolhttp://ubuntuforums.org/showthread.php?t=144892922:28
=== PriceChi1d is now known as PriceChild
Gaming4JC!tgz | hipo_22:28
ubottuhipo_: Files with extensions .tar, .gz, .tgz, .zip, .bz2, .7z, .ace and other archive file formats can be opened with file-roller (GNOME) or Ark (KDE) - Also see https://help.ubuntu.com/community/FileCompression22:28
subcoolActionParsnip: that basically answers my problem22:28
ActionParsnipsubcool: you can suggest factoids with:    /msg ubottu !thing is factoid22:29
ActionParsnipsubcool: e.g.     /msg ubottu !beer is Beer is a tasty beverage22:30
FryderykChopin1.5k~ people in the same room22:31
hipo_im a big noob i did tar man and pretty much chinese poped up someone told me a way to do it before and it was realy simple the file is call tibia920.tgz22:31
FryderykChopinthat's crowded22:31
repnophipo_: to extract you can just do tar xfvz tibia920.tgz22:31
sweetandyI've never understood why people like throwing -v in their arguments22:32
hipo_repnop, thank you22:32
repnopsweetandy, that way he knows it did something22:32
SpiderFredhow to open pictures in urxvt terminal? with fbi or anything else is it possible?22:32
qinSpiderFred: feh22:33
sweetandyrepnop, I guess that's true... good for those of us who are unfamiliar with what happens when commands are issued22:33
qinSpiderFred: fbi is framebuffer only.22:33
vachoanyone knows how to install pdo for oracle on a ubuntu server??????22:33
SpiderFredqin: thats what I mean is it possible? I heard it is with urxvt22:34
qinSpiderFred: Use feh, it is as powerfull as fbi, as far as i know fbi will demand console.22:35
w30SpiderFred, I used zgv a long time ago on vga terminals, check that out if it's still available22:38
RyuGuns:\22:41
nocleaderFor my 11.04 box I want to default boot (grub) to windoze.  StartUp-Manager shows that IS the default but NO ... it does not work.  How to make grub default to windoze??22:42
Fail_BotHow can I log in as root in Ubuntu?  I'm building a new version of LFS, and it would make my life  much easier....22:46
yagooi know this is a bit offtopic.. but anyone knows where i can find a similar program for linux? ( http://www.wizbrother.com/cyberarticle/screenshots.html )22:47
tiago_i erased some packages by mistake, now i can only access the terminal. how can i recover these without a cd or internet?22:47
wildbat!root|Fail_Bot: use sudo -i22:47
ubottuFail_Bot: use sudo -i: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo22:47
tiago_I only have the iso on tje external drive22:47
TrueColorsOkay, http://wiki.nginx.org/NginxSimpleCGI ... just after that long beasty perl file ... what is it that I've got to do? It appears I must... create a service with it? I'm actually unsure as to what to do... could anyone assist me?22:48
yagoosorry i got disconnected.. i repost my question..22:48
Fail_BotI just sudo passwd root and made one22:48
wildbat!noroot | Fail_Bot22:49
ubottuFail_Bot: We do not support setting a root password. You're free to do it on your own machine, but please don't offer instructions on how to set a root password or ask for help with setting it. See !root and !wfm for more information.22:49
Fail_BotCan I ask why?22:50
Gaming4JCtiago_: You'll  need to go over apt-history. http://linuxcommando.blogspot.com/2008/08/how-to-show-apt-log-history.html Then look for uninstalled items, then install needed packages from the CD mounted on an external drive.22:50
Gaming4JCSo you need to not only know the packages removed, but be able to find them on the disk again. :|22:51
zookaFail_Bot: It's a security risk for users who might not be knowledgable enough to have a root password. Some people are used to Single User operating systems and would be tempted to run as root all the tme22:51
tiago_previously I went to the var/cache/apt and installed all that were there to no effect22:52
tiago_Gaming4JC: thanks, i'll try22:52
zookaFail_Bot: Correction sorry- *Knowledgable enough to be trusted with a root password*. It's not advisable to run as root all the time because you are at risk of accidentially damaging part of the system or having malicious software run with root access.22:52
wildbatFail_Bot: also it make ssh to root possible ~and have root password forget and make recovery mode failed.22:52
zookaFail_Bot: Basically, lots of risks for little reward :P22:53
repnopsudo bash -> commence damage22:53
repnop;)22:53
Zackcan anyone help me with a wlan0 problem22:54
Fail_BotI'm not running as root all the time, I'm formatting and installing a new distro of linux, compiling from source, it seems MORE secure to have a secondary user that can authenticate root priveleges, rather than a secure root account that RARELY gets touched22:54
ArcademanZack, what is it not getting :)22:55
Fail_BotSecure root account > user that can autehnticate root22:55
Zackmy wlan0 does not want to connect for some reasion22:55
Gentoo64Fail_Bot, what do you mean secure root account?22:55
zookaFail_Bot: Sorry maybe I misunderstood (I just came in halfway through the convo)22:55
tiago_how can i install packages from the ubuntu cd mounted ?22:55
zookaFail_Bot: (also same question as Gentoo64)22:56
Zacklast time i did the whole rmmod and rfkill ect and it worked fine22:56
ArcademanDoes the wlan0 show up22:56
Zacknot on ifconfig22:56
Zackbut on iwconfig22:56
IgashuHow can I add a program that hasn't been installed via a package to the Unity shortcuts/search, so that I can simply search/type to launch it?22:56
Arcademando sudo ifconfig wlan0 up22:56
Arcademanand see if it connects :)22:56
Zacki have22:56
Zacki get the 132 error22:57
Fail_BotMy root account is password protected, and rarely accessed unless needed.  My everyday user account does not have root priveleges, the only way to access root is to log in as root, in theory since my "everyday" account CAN have root access, I feel like its a security threat22:57
Zack$ sudo ifconfig wlan0 up SIOCSIFFLAGS: Unknown error 13222:57
Gentoo64Fail_Bot, no it makes no difference. you know when you're using sudo or not22:57
Gentoo64hence the password22:57
TrueColorsCould anyone assist me with my issue :(22:57
Arcademanyikes you have something wrong then on the driver itself :(22:57
lupistrikishols22:57
Gaming4JCFail_Bot: I have mine setup to just "su" to root. So there is no root account, unless you login as an admin, and then su to access root terminal22:57
SIFTUFail_Bot: also logging is better with sudo22:58
Gentoo64Fail_Bot, having a root password is also easier for people to brute force you as root is the first name theyd go for22:58
Zackit just started acting up now22:58
Zackany idea how to help or a channel to go to?22:58
Gaming4JCGentoo64: not as easy to brute force if you don't allow root login?22:58
Gentoo64well not unless they know your username22:59
hexacodehey you guys...is it difficult to set up an smtp server on ubuntu?22:59
Gentoo64which is hader22:59
Gentoo64harder*22:59
wildbatFail_Bot: how secure it is with everyone know root username is root vs any account with random naming? if you don't need everyone account to have sudo right then don't have them in the admin group. ~ but it is really up to you.22:59
suniceTrueColors: If you ask your question the answer is maybe.22:59
Gaming4JCPlus my password goes on for almost 32chars, so I'm not too concerned.22:59
TrueColorsI already did sunice..22:59
ArcademanZack, you said you modprobed the device :)22:59
IgashuIn general it's more about the self-policing aspect of it22:59
TrueColorsOkay, http://wiki.nginx.org/NginxSimpleCGI ... just after that long beasty perl file ... what is it that I've got to do? It appears I must... create a service with it? I'm actually unsure as to what to do... could anyone assist me?22:59
Zacki did22:59
TrueColorsI've created some sort of perl config, but still can't figure out what i do with that file22:59
IgashuIt's easy to forget you're logged in as root and rm -rf something you didn't mean to22:59
Igashu:)22:59
ArcademanDid you install updates since then?23:00
Igashusudo implies caution23:00
Igashuor it implies that I want a sandwich23:00
Zackafter it stopped working to try and fix it23:00
repnopfail_bot: by that token, more secure would be a secondary user you never use23:00
repnopwho can sudo23:00
WACOMalt-workI can23:00
repnoprather than root itself :p23:00
Igashuanybody in sudoers ;)23:00
repnopand just dont allow your main account sudo access23:00
Gentoo64why?23:00
Gentoo64everyone does23:01
ArcademanZack you could try #unbuntu-devel or file a bug reoport or maybee someone else might have input :)23:01
Gentoo64thats the point23:01
Zackok thanks23:01
Arcademanyqw23:01
Zackno one is in that channel arcademan23:01
WACOMalt-workyqx23:02
Arcademan#ubuntu-devel :)23:02
Zackah thanks again23:02
IgashuSo nobody uses Unity? :)23:03
Gaming4JCI hate Unity. :)23:03
Gentoo64never heard that before :p23:04
suniceTrueColors: Have you tried in #nginx?23:04
IgashuI've gotten rather used to the search feature; it's kind of similar to the only redeeming quality of osx, its spotlight23:04
=== Erika_Meier is now known as Klaus_Dieter
TrueColorssunice, it's inactive... plus i'm not sure it's entirely nginx as it's more.. running a service in ubuntu I think.23:04
zookaIgashu: I like Unity. I don't use it (I prefer Awesome) but I have no huge problems with it23:05
TrueColorsit connects to an nginx socket, but that's really all nginx has to do with it.23:05
TrueColorsthen from my understanding, the nginx config (already done... I think) makes requests to the socket,a nd then the perl script is suppose to ... read the requests and respond.23:05
Igashuzooka: gotcha. I don't mind it either, other than the fact that managing it seems a bit unintuitive23:06
Gentoo64Igashu, whats so good about the search feature though?23:07
zookaIgashu: I think 11.10 and 12.04 will see some good improvements to the daily use factor of it.23:07
tiago_I mounted the ubuntu iso, how can I make it run?23:07
Gentoo64tiago_, in windows?23:07
suniceTrueColors so you've got to the part where you've run the pearl script? and what hapened?23:07
IgashuGentoo64, just speed.  I hit the windows key, type "term" and hit enter.23:07
Igashuetc23:08
tiago_Gentoo64: no, ubuntu. I lost some packages and i am currently on console mode tty23:08
Gentoo64i suppose, but clicking a terminal icon seems quicker23:08
zookaGentoo64: The search is basically akin to a built-in Gnome-DO or Kupfer (or Synpase if you will) It's just a nice feature for moderate to power-users23:08
Gentoo64tiago_, you dont mount the iso23:08
Gentoo64you burn it to disc23:08
IgashuIf you prefer using a mouse, sure :P23:08
tiago_Gentoo64: i know, but i don't have discs currently nor internet connection23:08
tiago_there must be a way to get those packages23:08
SIFTUhotkeys are even quicker <super+t>23:08
Igashusure, but I don't have hotkeys for all 60 apps I have installed!23:09
zookaIgashu: I prefer a keyboard shortcut ;) Shift+Ctrl+T for a terminal / command prompt23:09
Igashu(etc etc)23:09
zookaSIFTU: Beat me to it23:09
Igashuyes, perhaps Terminal was a poor example23:09
Gentoo64i like openbox just right click the desktop23:09
Zackarcademan they said to come back here23:09
SIFTUGentoo64: yep, openbox with hotkeys.. I hardly ever use the menu23:09
Gentoo64yea its all preference, i like the mouse myself23:10
Gaming4JCtiago_: Might want to lookover this topic, though I've not tried it. http://ubuntuforums.org/showpost.php?p=2553827&postcount=323:11
Zacki need some help with a wlan0 problem23:12
Gentoo64why have they made it so you have to login to view ubuntu forum stuff23:12
Gentoo64afaik it didnt used to be like that23:13
RyuGuns???23:13
SIFTUGentoo64: yeah I noticed that too.. beats me, stupid move23:13
Gaming4JC!help | RyGuns23:13
ubottuRyGuns: 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. :-)23:13
Gaming4JCxD23:13
Gaming4JCZack: http://www.youtube.com/watch?v=Fyj7-_GQbZE Your 132 error was mentioned here, dunno if it's the same though23:14
Gaming4JCOver 10 pages on google with that error.23:15
Gaming4JC:/23:15
chaituhello All23:15
Gaming4JCubottu: chaitu, Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!23:17
ubottuGaming4JC: I am only a bot, please don't think I'm intelligent :)23:17
Gaming4JCI know you aren't.23:17
Gaming4JC:)23:17
IgashuIn case anybody was wondering23:19
Igashuit reads the .desktop files in /usr/share/applications23:19
Igashu:)23:19
zookaso here is a suddenly relevant question for everyone. Most terminal based IRC applications use Page Up/Down to scroll through the conversation. Any suggestions for when my laptop has no Page Up/Down keys? (Using Irssi)23:19
zookaSorry, suddenly relevent to me*23:20
Gentoo64idk. use xchat?23:20
SIFTUzooka: bind it to another key?23:20
Gentoo64or dont you use a gui23:20
Gaming4JCIgashu: Could be nifty to put that info somewhere on here if it's not already https://wiki.ubuntu.com/Unity23:20
Gaming4JC:)23:20
zookaGentoo64 - I'm using Awesome WM, so I do have GUI applications, but it's easier to tile terminals than gtk apps.23:20
Gentoo64ah ok23:21
zookaSIFTU - I'll be honest, all of my key binding experience has never gone well. To this day I haven't found out how to use xmodmap (or whatever it's called) properly23:21
Renskihi, just did a apt-get upgrade, and a shutdown -r now, and now my box change seem to access the network. Could use a hand?23:21
Gentoo64whats with all the tiling madness23:21
SIFTUzooka: http://irssi.org/beginner/#c923:21
Gentoo64seems everyones using awesome lol23:21
zookaSIFTU - thanks, one moment23:22
zookaGentoo64 - Honestly, I definitely am trying it cause I jumped on the bandwagon, but I can't live without tiling now23:22
zookaSuper conveniant23:22
Gentoo64ive never liked it myself23:23
zookaSIFTU - This looks great! Thank you :)23:23
SIFTUzooka: I use pytyle with openbox on virtual desktop I want tiled (which is not all)23:23
zookaGentoo64 - To each their own23:23
Gentoo64^ yea :)23:23
annathhey all... I have a question. I recently got a new charger for my laptop. The old one was a 90 Watt brick, and the new one is 65 Watts. Windows doesn't seem to have a problem with it, but when I am booted in ubuntu it constantly switched between charging and discharging the battery and popping up notifications about power remaining that get in the way of what I'm doing. Since windows seems to have no problem I'm wondering if23:23
annath this is some sort of adjustment that Ubuntu isn't doing automatically? (Side note: if I take the battery out and just run on AC power, I have no problems.)23:23
zookaSIFTU - another good way to do it, I tried openbox and fluxbox, but awesome has been suiting my needs much better so far23:24
Gentoo64annath, isn't it the official charger then?23:24
annathNo, but the one on Acer's website is also a 65 Watt supply, so I assumed that they just revised it to draw less power.23:24
Gentoo64ah ok as long as the wattage is right23:25
annathThe computer came with the 90 Watt supply but Acer seems to think that 65 is just fine23:25
Gentoo64no idea anyway23:25
=== jiMuBao_ is now known as jimubao_
Phr3d13ok, back into ubuntu, how can i safely purge as many caches as possible?23:25
zookaannath - I generally suggest sticking with the wattage of the original adaptor23:25
Gentoo64^ that would be most reliable23:26
zookaannath - I would suspect that since the draw into the battery is so low, Ubuntu is assuming that it is charging, then not charging, then charging again23:26
Gentoo64but.. laptop chargers are dear no?23:26
Gentoo6490 to 65 watts is quite  alot23:26
Gentoo64of difference23:26
annathI actually tried, but I couldn't find another 90 watt supply anywhere23:26
annath:/23:26
annathwhich was rather confusing23:26
zookaannath - You can ussually get a cheap universal charge. Try an Antec or Cooler Master if you don't want to spend too much.23:27
Gentoo64annath, it could just be an ubuntu problem. so many peoplle have problems with ubuntu and laptops23:27
Gentoo64in all areas23:27
zookaGentoo64 - Wattage isn't a huge concern with adaptors. It just shows the maximum thouroughput of the charger. Ampage and Voltage are more important in choosing the correct adaptor23:27
zookaugh that was some bad spelling23:28
annathit's got the same output voltage23:28
SIFTUannath: you could see the power draw by unplugging the AC and running powertop23:28
annathI'll try that23:29
Maartenannath: A laptop can easily work on 65 Watt. However, depending on the laptop, you might not get a very quick charge (or none at all) when you are working on it. A laptop AC adapter will first use wattage to power the laptop, and what is left will be used to charge the laptop battery. Ergo, if a laptop uses 60 Watt, with a 65 Watt power supply there is only 5 Watt left for charging, which really is not much.23:29
Gentoo64either way, windows works, ubuntu dont23:30
annathYeah, I know. I'm not hugely concerned with charge speed because I have a newish battery that has good life, so I usually just charge it while I'm in class or at night. I'm just concerned about this flickering23:30
Gentoo64maybe because of ubuntus high power usage23:31
DrGamutHas anyone solved the screen tearing issues with nvidia proprietary drivers and dual monitors?23:31
Gentoo64with the kernel23:31
annathGentoo64: Yep. Which makes me :( because usually it's the other way around XD23:31
Gentoo64im guessing its something to do with maybe the kernels power usage problem23:31
annaththat's what I'm thinking23:31
annathI was hoping I could adjust what it was trying to draw to match the new adapter23:31
zookaDrGamut - have you set your v sync in compix config?23:32
SIFTUannath: powertop will help you with that23:32
annathkk23:32
annathI am building it now23:32
Gentoo64hope you sort it, sorry im no good with laptops23:32
DrGamutzooka, i set it in the nvidia config, and i enabled a workaround as suggested by some google results23:32
zookaDrGamut - The nvidia config v sync doesnt seem to work23:33
Gentoo64it never does23:33
zookaDrGamut - install compiz settings manager if you haven't already23:33
DrGamutzooka: So where is the v sync option in compiz config23:33
DrGamutI have it23:33
zookaDrGamut - uh I beleive general options, one sec23:33
Gentoo64i bet you any money youll never get vsync working 100% through a config23:33
zookaGentoo64 - Mine works pretty well, the left monitor has a different refresh rate though which is a nuisance23:34
Gentoo64its weird, adjusting the settings makes tearing seem less, but it never gets rid of it completely for some reason23:34
DrGamutI don't see any vsync options in general23:34
Gentoo64onlything ive ever managed to get vsync on is mplayer2 with vdpau, games, and gnome 323:35
zookaDrGamut - http://tombuntu.com/index.php/2009/09/20/make-compiz-run-smoothly-and-without-tearing/ This should show you where that is located23:35
TrueColors#nginx is friggin dead, and #perl is completely full of douchebags -.-23:35
zookaIf I'm correct.23:35
zookaDrGamut - also you may have to disable v sync everywhere else you have turned it on (e.g. nvidia control panel)23:35
TrueColorsSo, for the last time before I top myself, can someone help me get perl running with FCGI in nginx...23:36
salvatoreciao23:36
=== jrib is now known as Guest49180
TrueColorsbecause if not, it's most likely I'll end up uninstalling ubuntu and to hell with it.23:36
DrGamutzooka: my ccsm doesn't have the options mentioned in that link23:36
DrGamuti've seen screenshots of this tab that had much more options than mine does, too23:36
zookaDrGamut - You probably installed the simple version.23:37
DrGamutoh23:37
salvatoreciao23:37
zookaDrGamut - in Ubuntu Software center you can choose simple or advanced23:37
DrGamuti didn't know there were other versions23:37
zookaDrGamut - just the two23:37
zykotick9!it | salvatore23:37
ubottusalvatore: 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)23:37
DrGamuthmm i didn't install the simple one23:38
DrGamuti have the one that doesn't say simple23:38
salvatorejoin #ubuntu-it23:38
=== Guest49180 is now known as jrib
zookaDrGamut - what version of ubuntu are you on?23:38
zykotick9salvatore, "/join #ubuntu-it"23:38
DrGamut11.10, but I just upgraded to the beta from 11.04 specifically to see if it solved this issue23:38
DrGamutand i'm pretty sure i checked into the CCSM options before I did that23:39
nemoHas anyone encountered indicator-applet-appmenu sucking up 100% of CPU in Natty?23:39
nemotrying to figure out why23:39
DrGamutbut i could be wrong23:39
nemoI attached ltrace, but nothing obvious in the output23:39
zookaDrGamut - gotcha. I haven't used 11.10 yet, so I don't know if they changed something there23:39
zookaDrGamut - I'm not sure what to tell you if that setting isn't there. Delete and reinstall compiz settings manager maybe?23:40
DrGamutIs there really no way to just force the refresh rates of your displays? I read somewhere that they have to be different because that's how X discriminates between displays internally - don't know if that's true.23:40
zookaDrGamut - You could look into editing your xorg.conf to enter it manually. I wouldn't know how to help you with that though23:41
zookaDrGamut - I'll be back in a bit sorry, but good luck23:42
Fail_BotI'm having a problem creating a new user, its not able to lock the passwd file, I deleted it, and it didn't fix it23:42
TrueColorsAm I being ignored here... (probably, I shouldn't even be alive)23:42
soreauDrGamut: X does not use refresh rate to differentiate between outputs23:42
soreauDrGamut: What is the actual problem you're having?23:42
soreauTrueColors: What does running FCGI in nginx have to do with ubuntu?23:43
private_metaHi. I've been installing phpbb3 from the repositories and sendmail does not seem to work, no mails are sent. There is no error message in the logs, neither in /var/log, nor phpbb, any idea what I could do to fix it? The install sendmail program is exim423:43
TrueColorsI've got nowhere else to go, soreau. I told you that.23:43
pants_is there some magic way to get the flash cache to make it possible to grab flv videos from youtube23:43
TrueColorsnginx is friggin inactive.23:43
TrueColorsand i'm at my witts end with all these stupid tutorials which are .. well, stupid.23:44
soreauTrueColors: No, you didn't. And this isn't a catchall channel just because it's well populated. It's the official ubuntu support channel23:44
TrueColorsand perl comes installed with ubuntu, and I'm using ubuntu ... I thikn it's a good match23:44
soreaupants_: Try firefox addon 'download helper'23:44
soreauTrueColors: I have no idea what you're trying to do but it sounds like you should seek a channel or forum that's more specific to what you're trying to find out23:45
zykotick9pants_, flash creates and deletes the file right away.  To capture them first run "lsof | grep Flash" to find out the proc #### being used then "cat /proc/####/fd/XX > flash.flv" the XX will be for each video you're watching.  Sorry best directions I can give over IRC.  Good luck.23:46
soreaupants_: Download helper is *way* easier :)23:46
zykotick9soreau, +123:46
pants_yeah i know23:47
soreaupants_: Then why are you asking?23:48
pants_i don't know, i've read about scripts that'll take it out of the cache folder and move it so you can watch it later23:49
soreaupants_: Download. Helper.23:49
soreauFirefox. Add-on.23:49
zykotick9pants_, those are outdated - flash files used to be stored in /tmp23:49
soreauindeed23:49
soreauIt used to be easy23:49
tetsuis there a channel for UEC?23:49
soreautetsu: What is UEC in this context?23:50
tetsuubuntu enterprise cloud23:50
pants_i have download helper i just wanted to be a little tricky i guess?23:50
pants_at any rate i learned a bit about bash today so23:50
soreaupants_: Why???23:50
repnoppants: another way is to use wireshark and just wget the flv file23:50
soreaurepnop: With download helper, you can just copy the download link23:50
repnopafaik you need some headers set23:51
repnopotherwise it'll return a 403?23:51
soreauno, you don't23:51
CoreXeTanonymous?23:51
repnopbut just giving him another route23:51
soreaurepnop: Well I guess if he wants to use the most difficult way imaginable, he may as well just switch from firefox to links23:52
rooootis there any diff between xubuntu and ubuntu?23:55
rooootLike a MAIN difference?23:55
aeon-ltdroooot: xfce not gnome23:56
rooootis that the only diff?23:56
smwroooot, different default installed programs23:56
smwroooot, different desktop environment23:56
aeon-ltddude you don't understand how big that diff is23:56
rooootLol im just tryin to decide which one to install..23:57
aeon-ltdit changes everything, all gui apps are different, only the ubuntu 'core' non-x stuff is the same23:57
smwroooot, the only difference is one is gnome and the other xfce23:57
rooootis one fast then another? or no cause same kernel23:57
rooooti heard xubuntu is lighter cuz no gnome23:58
aeon-ltdyes23:58
Maartenxubuntu is more geared to lower-end hardware, xfce does not take up as many resources as gnome, so on older hardware, it is generally faster. On newer hardware, it does not matter much23:58
aeon-ltdfrankly though if you want light don't even use DEs23:58
zykotick9roooot, they both use the same repository, so you can install the same things on either xubuntu or ubuntu or kubuntu or etc.23:58
smwthunar > nautilus (from a speed perspective)23:58
rooootwell im running intel core i7... 6 gb ram..23:59
rooooti tryed ubuntu kinda sloppy ;s23:59
aeon-ltdheh he heh23:59
smwroooot, get normal ubuntu. If you later want, you can try xfce23:59
rooooti tryed ubuntu alrdy.. and sometimes it hangs23:59
aeon-ltdroooot: sloppy how? laggy if so try classic or disabling compiz/unity23:59

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