/srv/irclogs.ubuntu.com/2010/10/31/#ubuntu.txt

kapuchroot? interesting00:00
GentooGeoffYou'd have to chroot from a livecd00:00
kapuchroot from openbsd experience00:00
Felip0ni need help to00:01
kapudo mean chroot jail?00:01
kapupr a different chroot?00:01
GentooGeoffchroot jail00:01
GentooGeoffBut I'm not going to get into how to do it as I suggest re-installing00:01
kapuyeah reinstall prob better00:01
kapu'np00:02
zdeaanyone here an xrdp fan?00:02
kapuas in remote desktop to m$ from nix?00:03
zdeano as in remote desktop to nix from m$ or nix00:03
kapuo00:03
zdeaxrdp is a package that allows you to make linux an rdp terminal server00:03
Felip0nhow i know the mod used by a device?00:04
kapui use ssh00:04
GentooGeoffFelip0n: What?00:04
zdeai do as well00:04
kapuo00:04
aguiteli have 64 bits system but installed 32 bits os ,anyway to install 64 bits with no formating my system ?00:05
Felip0ni need know what is the mod used by kernel to use a modem00:05
zdeassh is great including x11 tunneling but I believe the rdp protocol is faster and gives you the full desktop, it also lets you run gui applications and leave them running when you disconnect, unlike ssh/tunneling00:05
GentooGeoffFelip0n: Does it work on a livecd?00:05
cappicardhey folks. I do java gui development but I cannot debug Java swing apps due to "AllowDeactivateGrabs" being removed from jaunty!00:06
cappicardfor xorg00:06
Felip0nYes, Work in live cd and installed, but the problem is: i have to unplugg the usb modem and plug again00:06
GentooGeoffFelip0n: Boot into a livecd and while it is working, do "sudo lspci -k"00:07
GentooGeoffThen find which kernel driver it is using, boot back into your installation and load it in your kernel00:07
pw-toxicGentooGeoff, i have set up an php file which does phpinfo();00:07
twinkie_addictdesided to go with wubi and get netbook edition00:07
pw-toxicwhen i search for mysql it says that mysql is installed ;(00:07
GentooGeoffpw-toxic: Because it is installed.00:08
pw-toxicGentooGeoff, so phpmyadmin hates me?00:08
GentooGeoffThe phpinfo page will show you how apache was installed, not what is currently loaded.00:08
Felip0nok, im gonna try. Recent i do but don't list the usb conection00:08
GentooGeoffpw-toxic: Pastebin your php.ini page00:09
mkquistanyone used lirc to control xbmc or the like?00:09
GentooGeoffIf you can't find the php.ini do, "php -i |grep php.ini"00:10
pw-toxicGentooGeoff, http://pastebin.com/zzviwxfv00:11
Felip0nGentooGeoff: i'm using rigth know Ubuntu installed and the modem works, but the coomand don't list a usb modem00:11
pw-toxicGentooGeoff, this is from the file /etc/php5/apache2/php.ini00:12
Felip0nlsusb00:12
=== k1n is now known as k1ng
mouseoverI have a process that is taking up 99% CPU. How can I examine it? can I strace a running process?00:12
msantlhi all00:13
GentooGeoffpw-toxic: Configure line 93600:13
GentooGeoffmouseover: strace -p pid#00:14
GentooGeoffFelip0n: If the modem works, what's the problem?00:15
shcherbakzdea: ssh and X is quite vast subject.00:15
pw-toxicGentooGeoff, configure/change it to what? ;)00:15
=== Guest12349 is now known as phenom
GentooGeoffpw-toxic: Change it to where the mysql.so file is and uncomment that line (take out the ';')00:15
konraddohi, can somebody help with installing broadcom 4131 on xubuntu?00:16
pw-toxicGentooGeoff, yeah but how do i know where i can find mysql.so and why doesnt it get instaled when i do apt-get install php5-mysql? ;(00:16
konraddoi really need help :(00:16
zdeashcherbak: yes... true...? my question was about xrdp though00:16
white_magicis it possible to do a multiple pattern replacement with sed? Example: sed -e 's/\(1\) \(SOMETHING\) \(2\)/(ONE) (SOMETHING-ELSE) (TWO)/g' ? As in, if it finds '1' in a line, it will replace with 'ONE', if it finds other matches, it will replace those as well, but it won't be such that it looks specifically to replace '1 SOMETHING 2' with 'ONE SOMETHING-ELSE TWO'00:16
GentooGeoffpw-toxic: sudo updatedb; sudo locate mysql.so00:16
shcherbakzdea, sorry just jumped in.00:17
zdealol, no problem, I don't supposed you have used xrdp before?00:17
GentooGeoffwhite_magic: Pipe it into an array and run it through a loop with various if statements I suppose00:18
GentooGeoffThat question would be better asked at either #bash or #sed though00:18
ariel_hello folks, I have an issue with 10.10. I have upgraded my 10.04 and it was working with flash sites and players.  After the upgrade I only get a black screen when it goes to play any flash player items.  I have done google search but can't seem to find a fix.00:18
konraddodamn, seems like nobody knows how to install drivers to this stupid card00:18
white_magicok00:18
Felip0nGentooGeoff: well, i have to unplug the modem once start ubuntu and plug again to make it work00:18
pluhngzok, i just installed 10.10, but no sound........no wires changed etc? installed on a seperate partition besides windows 7........sound still works in 7.......but if i plug in my headsets.....the sound works fine, so why isnt sound working in my 5.1 speakers (Audigy 2 sound card), you would think that this would work out of the box00:19
GentooGeoffFelip0n: Sounds like you have a bad module starting up at boot time, then when you unplug it/plug it in udev loads the correct module00:19
aeon-ltdkonraddo: ok, i assume its not supported by the kernel from stock, have you tried looking for a module for the card? if none exists try to use the windows driver with ndiswrapper00:20
GentooGeoffSo when you start up do an lsmod to see what's loaded, then blacklist it and load the correct one00:20
konraddoyes, my friend instructed me how to compile the module00:20
konraddoand i did it, but it didn't work00:20
pw-toxicGentooGeoff, updatedb still running ;( is this normal?00:20
GentooGeoffYeah, it takes a while if it hasn't run in a while00:21
aeon-ltdkonraddo: (stupid question) but did you load it?00:21
konraddoyes00:21
aeon-ltdkonraddo: using modprobe?00:21
konraddoyes00:21
GentooGeoffkonraddo: Does dmesg show it?00:21
GentooGeoffWhen you plug it in00:21
konraddoit's built inside my netbook00:21
iskinWhat would be a good way to resize a window (chromium) from the command line?00:21
aeon-ltdkonraddo: was this the linux driver you compiled or was it the windows in ndiswrapper one?00:21
pw-toxicGentooGeoff, i have never run it... does it create indexes of all my hard drives? I have 5-6 TB on this machine full of very many small files00:21
konraddoit was linux driver00:21
GentooGeoffYes it does pw-toxic, it doesn't take that long though00:22
GentooGeoffkonraddo: Well, does dmesg show it?00:22
VCoolioiskin: wmctrl may suit you00:22
iskinVCollio: thanks00:22
pluhngzWhy isn't sound working out of the box on my 5.1 speakers?(Audigy 2 card), but if i plug in my usb headsets, sound works fine through them.  I rebooted and use my Windows 7, and sound works fine through 5.1 speakers.  You would think that out of the box, a simple 5.1 setup, and audigy 2 would work with 10.10, with no extra "tweaking"00:22
konraddoGentooGeoff: i'll check00:22
aeon-ltdkonraddo: after trying GentooGeoff's idea, try the ndiswrapper method00:22
konraddook00:22
aeon-ltdpluhngz: check alsamixer00:23
Felip0ntnx, im gonna try blacklist the mod.00:23
GentooGeoffno problem00:23
konraddoi'll check the DVD included to my netbook, because i googled for windows drivers for this card and didn't found even windows drivers for this stupid card :P00:23
GentooGeoffkonraddo: What is it?00:24
konraddobroadcom 4131 :F00:24
konraddobuilt-in wifi adapter00:24
pluhngzAeon-ltd, it says in preferences00:24
booh-Hi, Since I've done the update to 10.10, now, if I try to : xhost + , su otheruser, gedit, I have this error00:24
pluhngzSB Audigy, 1 output,1input.  Analog Stereo Duplex00:25
booh-(gedit:3096): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported00:25
pluhngzlike it thinks its there, but nothing comes out of speakers00:25
booh-GLib-GIO:ERROR:/build/buildd/glib2.0-2.26.0/gio/gdbusconnection.c:2270:initable_init: assertion failed: (connection->initialization_error == NULL)00:25
GentooGeoffIs that a new or old car?00:25
GentooGeoffI'm surprised it's not working out of the box, broadcom is pretty popular00:25
=== mike_ is now known as Guest96268
Felip0npsmouse.c losse sync.00:26
BobHThinking of installing Ubuntu 10.10 - my first experience with Ubuntu, but not Linux and have three questions: 1) Is LVM supported under Custom install; 2) Is LVM supported under both 32 and 64-bit; and 3) Is there any substantial reason to go with 64 bit at this time?00:26
pw-toxicGentooGeoff, I have created a file which executes mysql_connect() with valid data of my mysql server and it seems to work.. so it looks like this problem is phpmyadmin related ;(00:26
NayrI love my ubuntu netbook edition :D00:27
* Kerbero don't like unity00:27
TSKHowdy, y'all. Has anyone else been havin' problems with applications crashing/segfaulting with malloc/memory corruption errors since upgrading to Maverick?00:27
ljsoftnetNayr yeah me too00:27
GentooGeoffpw-toxic: And you loaded the correct mysql.so file, uncommented it, and restarted apache?00:27
ljsoftnetNayr whats the graphics card on it?00:28
pw-toxicGentooGeoff, no.. updatedb is still running.. i kept php.ini as is00:28
VCoolioBobH: if you have and want to make use of more than 3Gb RAM you need 64-bit; otherwise, not really according to what I read lately, but it doesn't hurt, some stuff is a bit faster00:28
TSKThus far, I've discovered that XBMC, Boxee, and Blender all crash since the Maverick upgrade on my box.00:28
GentooGeoffpw-toxic: Try using using extension: mysql.so00:28
pluhngzaeon-ltd00:28
GentooGeoffwithout the full path00:28
pluhngzi wonder if this is my problem00:28
BobHThanks.  Any info regarding LVM?00:28
pluhngzhttp://www.ubuntugeek.com/fix-for-no-sound-sound-blaster-audigy-after-upgrading-from-ubuntu-9-04-to-9-10.html00:28
GentooGeoffit /should/ work00:28
FloodBot1pluhngz: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.00:28
pw-toxicGentooGeoff, ok00:28
HackebeinSpricht hier wer deutsch?00:29
mbroekerprost du sack00:29
pluhngzsudo apt-get install gnome-alsamixer00:29
Hackebeinwunderbar =)00:29
tensorpudding!de | Hackebein00:29
ubottuHackebein: In den meisten ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuchen Sie bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Geben Sie einfach /join #ubuntu-de ein! Danke für Ihr Verständnis.00:29
GentooGeoffpluhngz: Before you go installing applications, try running alsamixer by itself first00:30
konraddoi cannot find windows drivers for this crap :((((((00:30
Hackebeinahh thx =) wunderbar00:30
GentooGeoffAnd make sure nothing is muted (has an M)00:30
Nayrim actually booting off a 4gb flash drive lol00:30
pluhngzi just typed that00:30
pluhngzand its a weird dos graphic type color00:30
pluhngzvery generic, how do u use that app00:30
GentooGeoffWith the arrow keys00:30
GentooGeoffMake sure nothing has an 'MM'00:31
GentooGeoffUnless it's a mic or something00:31
pluhngzTone shows MM00:31
GentooGeoffpress 'm' to unmute00:31
pluhngzand 3D Contr = 000:31
aeon-ltdpluhngz: up arrow to increase output of the outputs(yes i know it sounds weird and confusing) m to mute outputs, 00 = open MM = muted00:31
aeon-ltd*mute toggle00:32
magnet44man gnome panel is so awesome00:32
pluhngzTone cant go up/down00:32
pluhngzstatic 0000:32
magnet44I love that it forgets my applets on every reboot00:32
Nayrmagnet, lol00:32
aeon-ltdpluhngz: go to other outputs and change them00:32
k1ngis 10.10 TLS?00:32
konraddouhhh, so what should i do with this broadcom crap if i cannot even find windows drivers?00:32
Felip0ni'ts posible give parameters to kernel once ubuntu started?00:33
GentooGeoffkonraddo: does it work in a livecd?00:33
VCooliomagnet44: either get a decent error to debug, or get a better panel, there are a whole lot of them; xfce-panel, lxpanel, tint200:33
konraddono00:33
GentooGeoffFelip0n: You can make changes to the kernel when Ubuntu is running, yes. But you have to rebuild the kernel and boot into it for the changes to take affect00:34
GentooGeoffkonraddo: Get a new card then :P00:34
konraddo:(00:34
konraddoi bought this netbook yesterday00:34
konraddoi thought that i'll install linux and everything will be awsum :<00:34
mbroekerkonraddo, is it a pci*** or pcmcia or usb device?00:34
konraddoit's built in device00:35
pw-toxicGentooGeoff, i think it is a caching problem.. i just deleted phpmyadmin from my webserver and if i call the same url, i get redirected to the error page of phpmyadmin which doesnt exist :D00:35
mbroekerkonraddo, can you see it with lspci or with lspcmcia ?00:35
pw-toxicGentooGeoff, weird.. I search for the problem00:35
konraddoyes, i can see it with lspci00:35
pluhngzaeon-ltd00:36
aeon-ltdpluhngz: yes?00:36
pluhngzi just got it to work, but why did i have to check the box: Audigy Analog/Digital Output Jack00:36
mbroekerkonraddo, http://kmuto.jp/debian/hcl/ try this page...00:36
pluhngzthis should of worked out of the box00:36
pluhngzthat was in gnome alsa mixer00:36
GentooGeoffkonraddo: can you pastebin lspci00:36
GentooGeoffpluhngz: Because CLI is always better than GUI :)00:36
Nayrdoes anyone here have ubuntu netbook edition?00:37
aeon-ltdpluhngz: congrats00:37
aeon-ltd!anyone | Nayr00:37
ubottuNayr: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?00:37
pluhngzwhy did this have to be done this way00:37
pluhngzaudigy2 is old00:37
pluhngzi shouldnt have to do a weird obscure checkbox00:37
pluhngzto get this to work00:37
Nayrubottu, lol, ok...00:37
pluhngzout of the box have worked fine with earlier ubuntu revisions etc00:37
GentooGeoffpluhngz: File a bug report00:38
pw-toxicGentooGeoff, i have renamed the subdomain and the folder it points to to phpmyadmin2 and now it works.... this is really weird... i have no idea what caching tricked me00:38
GentooGeoffStrange pw-toxic, at least it works though00:38
NayrDo you think that firefox is to heavy-weight, and I should get somethhing lighter weight like google chrome?00:38
=== Dwade09_ is now known as Dwade09
Rob235hey00:38
GentooGeoffChrome is not lighter than Firefox...00:38
Rob235two questions00:38
aeon-ltdNayr: get the one you need.00:38
GentooGeoffIt's faster but not lighter.00:38
Rob235first is how do you make xchat perform a server command on server join00:38
Nayrchrome is way lighter than firefox00:38
magnet44it will feel lighter00:38
GentooGeoffIt's not Nayr00:39
Nayr...00:39
Rob235on mirc its under perform00:39
GentooGeoffWhat makes you think it's lighter?00:39
Nayrmy bro told me it was :D00:39
GentooGeoffHe's wrong00:39
Dice-Manchrome light ??00:39
Dice-Manhahaha00:39
Dice-Manthe better joke ever00:39
mbroekerRob235, ctrl-s edit ... and have fun00:40
Dice-Manchrome is another way from google to spy you00:40
magnet44It starts up faster, renders faster, does JS faster and has a cleaner interface.00:40
magnet44Are you surprised that people think it's lighter?00:40
Rob235thats to save the transcript00:40
magnet44That's so much FUD it's not even remotely humours00:40
GentooGeoffIt is much faster, but it is definitely not light at all.00:40
mbroekerRob235, ctrl-s show me the network list ...00:40
Rob235ok well after you hit edit what do you do00:41
Rob235i dont see perform commands or anything like that00:41
magnet44GentooGeoff, agreed - its easily using 3-4x the memory in windows at lesat00:41
GentooGeoffYeah, Webkit is huge00:41
GentooGeoffPlus each tab is a separate process00:42
DaekdroomAnd that is even more RAM to go00:42
pluhngzi just put in netflix dvd and the default player it wanted to use to play it00:42
Nayrok, fine, chrome is not lighter, but since I have a veerrryyy slow netbook and it has trouble running firefox and anything else, should I get chrome?00:42
pluhngzcant play the movie00:42
pw-toxicGentooGeoff, i tried a different browser and now the original subdomain works.. it looks like opera tricked me... Anyways: BIG thanks for your great and detailed help!00:42
pluhngzhow u play dvd's out of box on 10.1000:42
magnet44Nayr, processor slow, memory slow or HD slow?00:42
GentooGeoffNo problem pw-toxic, glad it's working00:42
=== HawksWin is now known as Pilif12p
Nayrmagnet44, all of its slow :D00:42
konraddombroeker: i paste my lspci -n into the page that you linked00:42
pw-toxicGentooGeoff, this has cost me ~3 hours of my life ;)00:42
magnet44Nayr, either way, you should be trying it for yourself, not asking us00:42
GentooGeoffHehe, yeah that'll happen with linux :P00:42
DaekdroomNayr, epiphany, midori00:42
GentooGeoffIt's a learning experience00:43
Rob235ahh i found nickserv password, is that how to identify?00:43
mbroekerkonraddo, and do you see the preferred drivers for your devices?00:43
Rob235thats all i want to do on connect, identify00:43
DaekdroomNayr, both are lighter browsers00:43
konraddoyes00:43
GentooGeoffRob235: /msg nickserv identify password00:43
Nayrk, thanks00:43
konraddobut there is a driver for only six devices00:43
Rob235brb00:43
konraddoand there is a lot more devices in my list00:43
pw-toxicim just wondering why you do such a detailed help? are you sponsored or what? this is incredible00:44
pw-toxicwe should pay for this ;)00:44
pw-toxic(if i had money...^^)00:44
GentooGeoffpw-toxic: I'm not affiliated with Ubuntu in any way, in fact I don't even run Ubuntu00:44
Rob235ok, other question00:44
pw-toxicGentooGeoff, well your name says this ;) but why do you do this?00:44
pluhngzgonna try: http://www.videolan.org/vlc/download-ubuntu.html to play dvd's00:44
mbroekerkonraddo, the device driver for your card is obviously missing. that's bad :(00:44
pluhngzthats updated for ubuntu 10.1000:44
konraddohttp://wklej.org/id/409951 :F00:44
GentooGeoffBecause I got help when I was starting out and I'm returning the favor00:45
Rob235im going to install ubuntu on a laptop, i want to use the keyboard and mouse from the keyboard to control my desktop ubuntu00:45
pw-toxicGentooGeoff, nice - you're a good human ;)00:45
Rob235cause right now im using a tv as a monitor and i have to sit on the bed and wireless keyboard and mouse dont work that great on the bed00:45
konraddouh, so i have to get USB wi-fi adapter? :F00:45
pw-toxicRob235, oh i know this... but my wireless keyboard doesnt work because the battery loader crashed from my 175€ logitech diNovo edge00:45
pw-toxic§$&"§$/00:46
konraddoi always have bad luck with hardware :<00:46
Dwade09hey guys i plugged in a usb hard drive how do i tell what extension it is?00:46
oliver602does strace reveal personal data?00:46
GentooGeoffDwade09: dmesg00:46
GentooGeoffoliver602: no00:46
oliver602thanks00:47
Dwade09GentooGeoff,  i did, but i do not understand any of that00:47
GentooGeoffUnless of course, moving memory stacks around is personal to you :P00:47
GentooGeoffDwade09: Did you just recently plug it in?00:48
pluhngznothing out of the box can play the dvd movie, but vlc can play the individual vob files, how can get to play the whole dvd00:48
pluhngzso can watch whole movie00:48
Dwade09yes GentooGeoff00:48
GentooGeoffDwade09: Pastebin this, "dmesg |tail -60"00:48
Dwade09about 3 min ago00:48
pluhngzwonder if netflix has some weird anti piracy schemes, so dvd cant play in linux00:48
Rob235whats the best vnc for ubuntu00:48
GentooGeoffThere is no best00:49
Rob235which should i use00:49
UnholyTerroryou wonder?00:49
GentooGeoffThere is no best application for anything, it's all your preference00:49
mbroekeri like teamviewer5, Rob23500:49
Dwade09GentooGeoff, http://pastebin.com/eNkBpje900:49
mbroekerRob235, it's not vnc, it's a thing which works00:50
GentooGeoffDwade09: /dev/sda200:50
Scunizipluhngz: you need the libdvdcss(something) to play commercial dvd's.  the medibuntu repos have it.00:50
Scunizi!medibuntu | pluhngz00:50
ubottupluhngz: medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org00:50
Dwade09GentooGeoff,  that is my external hdd?00:50
GentooGeoffOh wait no00:50
GentooGeoffSorry00:50
GentooGeoff /dev/sdb100:50
Dwade09GentooGeoff,  also i needa know what format it is, ntfs?00:50
GentooGeoffIt's ntfs00:51
Dwade09how do i give my comp read/write forever permission?00:51
GentooGeoffAdd it to your /etc/fstab00:51
Phail_QuailDwade09: over the entire fs?00:51
pluhngzscunizi00:52
blackshirtDwade09: it's not recommended00:52
pluhngzim doing those 2 commands on that site00:52
Dwade09GentooGeoff,  isnt there a app that does it now?00:52
GentooGeoffPossibly, I wouldn't know. I've never used any other application for it. Never had a need to00:52
Nayrim gonna get epiphany00:53
Dwade09i dont know how to do the fstab im just learning ubuntu00:53
Phail_QuailDwade09: That's the joy of Linux - learning by doing. =)00:53
NayrIs there any other window manager that would help, because ubuntu netbook edition is running really slow00:54
bazhanghttps://help.ubuntu.com/community/Fstab Dwade0900:54
Dwade09yes i know Phail_Quail but could someone lead me in the right direction for setting ntfs up with read/write usign fstab?00:54
pluhngzscunizi, i typed those 2 commands00:54
pluhngzwhat package i have to install now00:54
pluhngzto watch dvd's in vlc00:54
Dwade09thank you bazhang00:54
GentooGeoff /dev/sdb1   /media/windows   ntfs-3g   defaults,locale=en_US.utf8 0 000:54
GentooGeoffDwade09: ^00:54
pluhngzI did the two commands from: https://help.ubuntu.com/community/Medibuntu00:54
smacktalkI'm having trouble installing tomahawk the ips tester00:54
bastidrazorhttps://help.ubuntu.com/community/AutomaticallyMountPartitions   Dwade0900:55
mbroekerNaynay, compared to what?00:55
Phail_Quailbazhang: thanks for posting that. I'm in irssi running off an arch cd and can't look things up to post here. >_>00:55
bazhangpluhngz, what two commands00:55
Dwade09also i cant seem to make my mouse use two finger scroll its a touchpad00:55
bazhangPhail_Quail, might want to learn the ubottu factoids for future reference00:55
Nayrmbroeker, the default with ubuntu netbook edition00:55
pluhngzbazhang, its safe, from the url00:55
pluhngzso i can get medibuntu setup00:55
Phail_Quailbazhang: !fstab, right?00:55
pluhngztheres a command now to install libdvdcss200:55
bazhangpluhngz, what two commands please say exactly00:55
mbroekerNaynay, the default netbook edition of ubuntu is slower than ...00:56
pluhngzsudo apt-get --yes install app-install-data-medibuntu apport-hooks-medibuntu00:56
bazhangPhail_Quail, /msg ubottu factoid to try some out00:56
Phail_Quailbazhang: thanks00:56
pluhngzand sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update00:56
bazhangpluhngz, you could just download the deb of libdvdcss2 and double click on it00:56
pluhngzso now i have useless bloat?00:57
bazhangpluhngz, also install ubuntu-restricted-extras package00:57
Dwade09bastidrazor,  i did yours and its not letting me do anything in it i see the partition but it is greyed out for all items00:57
bazhangpluhngz, no, just no need for the repo, an addition to your sources.list is hardly bloat00:57
oliver602just did an strace on gs for a one page print job and the output log was 662Mb long. is that normal?00:57
Nayrholy...I just got an error that said I have 0 bytes disk space left...00:58
bastidrazorDwade09: how are you trying to edit fstab? with vim or nano or gedit?00:58
Phail_QuailNayr: pastebin it00:58
Dwade09bastidrazor,  with that link u gave me for the program00:58
Phail_Quailbastidrazor: he claimed to be new to Linux, so probably nano or gedit.00:58
pluhngzbazhang, that extras installed alot00:59
NayrPhail_Quail, sorry i dont get your meaning00:59
Phail_QuailNayr: please read my private message01:00
konraddohmmm, so i would like to try to install ndiswrapper drivers for this stupid broadcom :F01:00
konraddocan sb help me with that? : )01:00
bastidrazorDwade09: gksudo gedit   and then your password?01:00
pluhngzok01:00
pluhngzi can now play dvd's01:00
pluhngzin vlc, thanks01:00
pluhngzwhy did i have to go through ALL that01:00
FloodBot1pluhngz: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.01:00
pluhngzjust to watch a dvd?01:00
Dwade09ok i got it going now bastidrazor thank you, i didnt run it as admin01:01
UnholyTerrordrm01:01
hoangwyhello01:01
pluhngzbut why in windows you dont have to do that?01:01
pluhngzUbuntu is trying to become mass market01:01
pluhngz"mass market" doesnt know how to do all those steps01:01
bazhangpluhngz, copyright restrictions; because windows pays the licensing fees01:01
Phail_Quailpluhngz: most of the codecs to playback DVD's are proprietary and as such we do not include them. We believe in using software that is "free as in beer"01:01
UnholyTerrorbecause they pay01:01
magnet44Is it possible to just change the handles that gnome-panel uses for the applets/widgets?01:01
bastidrazorDwade09: not a problem. it takes a bit of time to get used to linux. https://help.ubuntu.com is the best place for howto's on nearly anything.01:02
Phail_QuailDwade09: just stick with it. It's a bit of a steep learning curve at the very first, but in about two weeks you'll hit a point where you're like "Oh!" and then it's all downhill there. (On learning linux...)01:03
pluhngzso if im now able to watch dvd's by installing01:03
pluhngzthese various packages01:03
pluhngzthis is illegal then, because i install it?01:04
pluhngzwhy not simply bundle libdvdcss2 w/ 10.10?01:04
bazhangpluhngz, is it working?01:04
Dwade09bastidrazor,  and Phail_Quail thank you so much.01:04
Phail_Quailpluhngz: Nothing in the repos is illegal. That'd be illegal. =P01:04
pluhngzyes, but if it was a free side download, whats point in not bundling it with 10.1001:04
Dwade09mind one more thing bugging me?01:04
blackshirtpluhngz: what you mean with ilegals ??01:04
bastidrazorDwade09: best of luck01:04
bazhangpluhngz, lets discuss the legalities in #ubuntu-offtopic please01:04
Dwade09how do i set my mouse with two finger scrolling?01:04
blackshirtplease, read a licence come with the packages01:05
Dwade09its a touchpad01:05
nimbioticsHello all. While trying to copy some very large files (around 4Gb each) to a FAT32 usb drive, I keep geting this message: "Error splicing file: File too large". How can I copy these files? TIA!01:05
pluhngzhow can i test 5.1 configure? with audigy 201:05
blakkheimnimbiotics: you can't put a 4gb file on fat3201:05
pluhngzmy dvd's are only playing through front left/right speaker01:05
pluhngzand subwoofer01:05
pluhngzmiddle, and back left/right arent doing sound01:05
blakkheim!enter | pluhngz01:05
ubottupluhngz: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!01:05
nimbioticsblakkheim: Ok, Thanks01:05
sniperjohow do i stop vlc from playing a video through ssh, but on its actual screen01:05
blackshirtnimbiotics: i think its a problem with fat32 partition with large file support01:05
bastidrazorsniperjo: killall vlc01:07
ScuniziI have never been able to play Riddick even with libdvdcss2 installed...01:07
nimbioticsblackshirt: Thanks01:07
UnholyTerrorsome just don't work01:07
sniperjoblaatmeister_: surely thats just going to kill it, i want it to play on the actual screen, not the remote through ssh01:07
qwdHow can I do audio/video calls between Ubuntu 10.04 and Debian Squeeze? We both have empathy 2.30 and telepathy-gabble but sound is very bad and video doesn't work at all. Does something else work better?01:08
bastidrazorsniperjo: ah, i misread.01:08
endeavormacI was under the impression that if I had Lucid, apt-get dist-upgrade should bring me to maverick?01:09
blakkheimendeavormac: sudo do-release-upgrade01:09
bazhang!dist-upgrade | endeavormac01:09
ubottuendeavormac: A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. Please see !upgrade for the proper way to upgrade to a new version of Ubuntu.01:09
Flannelendeavormac: No, dist-upgrade doesn't do that (it can, but there's other things you need to do beforehand)01:09
yokomotoendeavormac, you may need to enable 'normal releases' in the software sources instead of 'long term releases'01:09
endeavormacok thaks01:09
Mahjongghello, can I see information about the monitor in /proc ?01:10
rwwendeavormac: see https://help.ubuntu.com/community/MaverickUpgrades for upgrade instructions01:10
endeavormacholy shit he joins and leaves, what's the word, incessantly flattered ;)01:10
endeavormac6 people!01:10
endeavormacthanks everyone, ok i go it ;)01:10
FloodBot1endeavormac: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.01:10
shcherbakgunevict or xpra?01:10
yokomotois there an alternative to 'RedShift' that works with 10.10 ?01:11
syzygyI needed to log onto a wifi site and a little window opened for the password for the site which I entered. Then it asked me for my keyring password. What is that? I gave my user password but it didn't work. What to do?01:11
syzygyBTW, running 10.10 netbook edition01:12
Scunizisyzygy: user password is first then the password of the protected wifi connection01:12
Scunizitypically... anyway01:12
syzygyScunizi: if first asked for the site passwd, then some sort of keyring passwd. I already entered my passwd to login.01:13
Scunizisyzygy: might be that it's not using the right type of encryption.. ie wep vs wpa .. then there's different types of wpa01:14
yokomotoare you using your home network or a public network?01:14
yokomotofor example, some libraries allow you to connect to their wireless, but ask for a keyring once you try to browse; to keep out leechers.01:15
syzygyyokomoto: if that's for me, I was using a network at a local bike shop. The owner gave me the passwd.01:15
yokomotosyzygy, are you trying to connect to the wireless or login to a website (already connected) ?01:15
syzygyI have no problem with "open" wifi such as the library or McDonalds01:15
syzygyyokomoto: I was not already connected01:16
yokomotoDid you enable 'Passphrase' for the password option or 'Wep' or 'Wpa' ? The password might not be the correct type.01:18
NayrPhail_Quail I know why it's doing that01:19
Nayrim booting from a flashdrive01:19
danceksyzygy, chances are the wireless network had WPA2 encryption and your wifi card/driver doesn't support it01:19
Vero2join/ubuntu.es01:20
pluhngzmy dvd's are only playing through front left/right, and sub woofer, but not front middle, and back/left/right speakers..........games play through all 5...is this because the dvd' doesnt have sound for those channels, or is the soundcard not fully configured for 5.1?01:20
tacomasteri just wanted to say i switched from 10.04 to 10.10 and i am amazed by the changes like my usb wireless is auto detected alot more as well 8-) very happy01:20
syzygyyokomoto: dunno. All I know is that I opened my netbook and started it and logged onto my OS, then clicked the wireless icon and it gave me a list of sites and I clicked the appropriate one and it asked for the WPA password which I gave and hit continue and then it asked for my "keyring" passwd.01:21
=== ahmed is now known as Guest74167
yokomotosyzygy, Oh. That I believe is the gnome password save thing01:21
yokomotosyzygy, similar to when Firefox asks if you'd like to save your password when you login somewhere01:22
cimentahi, I installed pureFTPd and I want it to start when my comp boots. probably using init.d how can I do that? The right way :-)01:22
syzygyyokomoto: Ok, well where can I find or make the gnome passwd?01:22
DsbeerfHello someone can tell me how i can change the hostname of my box i have a vps on ubuntu  i change /etc/hostname and also /etc/hosts but every reboot it rechange to vps412 and also when i check hostname is back to the orignal one and hosts too01:23
yokomotosyzygy, try using your login password for your user account01:23
zatanHi, my TOUCHPAD is not working , is anybody know how to fix this issues ?01:23
syzygyyokomoto: it didn't accept it01:23
compaqwhat the heck, I can't play encrypted dvd's.  It say can't read resource.  I think I used to be able to, but since one of the update I did, I can't now.  And I followed all the guides, to installed restricted, or libdvdread script, and medibuntu, but still can't read encrypted dvd's01:24
yokomotosyzygy, did you ever create one at one point? maybe the first time you connected to a wireless connection01:24
yokomotothat the user account i was talking about was your computer login password not the website01:25
sergeant_how do i install the netbook remix as an option under ubuntu 10.1001:26
shcherbaksyzygy: remove keyring files from home01:26
oliver602syzygy: if you have forgotten your keyring password, you can delete your keyring if you go to System -> Preferences -> Encryption and passwords. you'll loose any saved passwords.01:26
sergeant_do i type like sudo apt-get install netbook-remix or something like that?01:26
syzygyoliver602: I didn't forget. I never made one.01:26
shcherbaksyzygy: u just chnged user password and keyring cannot match it, try your old pass.01:26
* syzygy arrrrgh01:27
syzygyI didn't change my passwd01:27
nimbioticsWhat can I use to copy a video from a DVD? IIA!01:28
Slix`Whenever I boot into Ubuntu using grub, I just get a blinking underscore.01:28
shcherbaksyzygy: .gnome2/keyrings/01:29
shcherbaksyzygy: first buckup, after remove01:29
ndxtganyone using 10.10 or 10.04? Does it fix the hang on shutdown (caused by network drive mount)?01:30
smallsHelp please: Im running 10.10 netbook remix. How do I enable the desktop to display, allow right clicking, and also be able to edit the bar on the left with the icons?01:30
bastidrazor nimbiotics acidrip is  available in the repo's01:30
=== `mOOse` is now known as m00se
pluhngzmy dvd's are only playing through front left/right, and sub woofer, but not front middle, and back/left/right speakers..........games play through all 5...is this because the dvd' doesnt have sound for those channels, or is the soundcard not fully configured for 5.1?01:30
yokomotooh nice f.lux has a linux version :D01:31
syzygyshcherbak: ok, under .gnome2/keyrings I see 6 files. Which is the one I want to delete?01:31
=== m00se is now known as Werem00se
UnholyTerrorpluhngz, what part of the dvd?01:31
pluhngzmain movie01:31
pluhngzlike whatever, 30min ito it01:31
UnholyTerrorpluhngz, most title/intros are only stereo.01:32
sniperjohow do i stop X11 from forwarding output to me over ssh / telnet01:32
UnholyTerroroh,01:32
shcherbaksyzygy: copy all (make sure you know where they are), and remove all.01:32
UnholyTerrormaybe wrong audio channel is selected...01:33
_Nertildo i need antivirus for ubuntu?01:33
=== _Nertil is now known as Nertil
nimbioticsbastidrazor: What I really need is create a video file from these DVD that can be read in either Windows?Mac/Linux01:33
ndxtg:q01:34
ralliasIs it possible to mount a tar.gz / tar.bz2 archive as a volume, and if so, how?01:34
bastidrazornimbiotics: devede01:34
UnholyTerror_Nertil, not normally01:34
nimbioticsbastidrazor: Thanks01:34
bastidrazornimbiotics: you're welcome01:36
redsandroHow can I install aufs on Ubuntu? aufs-tools doesn't exist anymore. I just want to merge a bunch of disks in a big volume01:36
Nertildo i need antivirus for ubuntu?01:36
ZykoticK9!antiviruts | Nertil01:36
redsandrofusionfs sais: we recommend aufs01:36
bastidrazorNertil: no.01:36
ZykoticK9!antivirus | Nertil01:36
ubottuNertil: Antivirus is something you don't need on !Linux, except where files are then passed to windows computers (perhaps using samba), See https://help.ubuntu.com/community/Antivirus01:36
syzygyshcherbak: done. Next time I visit the bike shop to have a coffee, watch videos and surf the web, I'll try it out. Thanx01:37
redsandro!aufs01:37
redsandrook was worth a shot01:37
v3nd3tta``us ubottu a simple phpbot?01:38
v3nd3tta``is*01:38
shcherbak!bot01:38
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots01:38
rwwv3nd3tta``: ubottu's a pile of code built on top of supybot01:38
rwwwhich uses python01:39
redsandroI meant UnionFS01:39
redsandroUnionFS recommends AuFS01:39
redsandrobut how do I install AuFS nowdays?01:39
LinuxGuy2009I really would like to come back to ubuntu but I have to have my repository CDs working on an offline machine. I made them on an online machine and tried adding them with "sudo apt-cdrom add" and "sudo apt-cdrom add -m" so it didn't unmount/mount it. I also tried System, Admin, Software Sources. They all add the disk properly it seems but when I go and use "sudo apt-get install <package>" or use synaptic to install something from them, i01:40
ralliasSay I have file /home/rallias/phpbb3.tar.gz, and a folder /var/www/phpbb3 . How would I mount /home/rallias/phpbb3.tar.gz to /var/www/phpbb3 in ubuntu server?01:40
smallsCan someone help me with an rsyslog question01:40
v3nd3tta``!ln | rallias01:41
ubotturallias: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal01:41
v3nd3tta``lol01:41
v3nd3tta``fail01:41
ZykoticK9rallias, you can't mount a tar.gz file.  You can unarchive the files and copy them into the location (after backing up origional!)01:42
ralliasZykoticK9: Well, I can in ubuntu desktop maverick by right clicking then clicking open with archive mounter. Is there no equivelant available for ubuntu server?01:43
earthshadeYay01:43
rwwearthshade: you were sent to -unregged because your client identified with nickserv after attempting to join #ubuntu instead of before.01:43
earthshadeAhh01:43
ralliasv3nd3tta``: Thats what I use for the ssh program...01:43
sergeant_How would I go about installing the netbook remix on a preexisting ubuntu 10.10 install?01:46
sergeant_sudo apt-get install netbook-remix?01:46
smallsCan someone help me with an rsyslog question01:46
ZykoticK9sergeant_, "sudo apt-get install unity"01:46
ralliassergeant_ Try sudo apt-get install ubuntu-netbook01:46
sergeant_which is it?01:46
ralliassergeant_ try them all.01:46
sergeant_ok01:46
v3nd3tta``rallias: as it seems you want to install phpbb3 on a ubuntu web server trhough ssh... first try to extract the tar.gz archieve (tar --help might help, tar -xzf) and then "cd /var/www" "ln -s /home/rallias/phpbb3 phpbb3"01:47
rookie2010can someone help me with audio drivers for ubuntu server01:47
ralliasv3nd3tta``: I have it installed, but my web server only has 65 kb of space left.01:47
HiskiBoy1yes sudo apt-get install ubuntu-netbook is correct01:47
v3nd3tta``uh01:48
sergeant_whoops i did the install unity01:48
ZykoticK9sergeant_, don't worry that's all you need - just log out to GDM and log back in as Netbook edition ;)01:48
ralliassergeant_ its ok. Unity is a different package, which ubuntu-netbook is dependent. Saves you time in the medium run.01:48
sergeant_sic01:48
HiskiBoy1but unity notebok remix sux01:49
ralliasZykoticK9: Are you sure? I thought that ubuntu-netbook had different set of programs that sudo apt-get install unity doesn't install.01:49
sergeant_i want to try it01:49
v3nd3tta``if you have it in /home/rallias/phpbb3 installed try "cd /var/www" and "ln -s /home/rallias/phpbb3 phpbb301:49
ZykoticK9HiskiBoy1, Unity replaces Gnome in next verion!01:49
sergeant_yikes im not so sure about that01:49
sergeant_gnome is cool too01:49
ZykoticK9rallias, ok that's true in a way - default chromium instead of firefox01:49
sergeant_that will be awesome01:50
sergeant_i love chrome and i hate having to get it myself01:50
shcherbakUbuntu is going be gnome-based with no gnome ;)01:50
HiskiBoy1ok01:50
ralliasZykoticK9: So now I'm discouraged from using unity because I cannot use chromium (always crashes on me in ubuntu)01:50
ralliasIs it possible to install gnome on windows 7?01:51
ZykoticK9rallias, report a bug if it's actually chromium (and not chrome)01:51
ralliasZykoticK9 Well ahead of you.01:51
earthshadeSudo is in my nightmares now01:51
ralliasearthshade: why?01:51
ZykoticK9rallias, you could also try the daily testing ppa if you where feeling brave ;)01:51
earthshaderallias: Too much debugging01:51
blackshirtrallias: when its happen, it's really amazing :)01:51
UnholyTerrorZykoticK9, that's what they make VMs for. :)01:52
blackshirteartsade: why sudo become your nightmares ??01:52
earthshadeblackshirt: ^^^01:52
Nertilcan i make Mail server on ubuntu?01:53
UnholyTerrorsudo - never, chown - yes!01:53
blackshirtNertil : absolutely yes01:53
Nertilhow to?01:53
rwwubottu: postfix | Nertil01:53
ubottuNertil: postfix is the default !MTA and !MDA on Ubuntu. For help, read https://help.ubuntu.com/community/Postfix and https://help.ubuntu.com/community/PostfixBasicSetupHowto - See also !MailServer01:53
ralliasnertil: try sudo apt-get install dovecot-postfix01:53
blackshirtyou can install one of mta packages01:54
Nertilthank you guys01:54
=== reefyzain is now known as Reefy
ralliasNertil: I am going to warn you, it is a pain to install properly... or is that just my personal experience? I've reverted to using postfix/webmin01:54
Nertilim newbie on this01:55
Nertil:D01:55
LinuxGuy2009Are aptoncd made disks not compatible with lucid? Why are they able to be added as a source but not working when actually installing an app when they are the only package source?01:55
Nertilrallias i have my own forum on my ubuntu, so now for my users i want to make mail for free01:56
ralliasNertil: Good luck! PM me the uri01:56
xanguaLinuxGuy2009: are those packages for ubuntu LUCID version¿01:58
LinuxGuy2009xangua: Yep01:58
LinuxGuy2009xangua: They get added as a source successfully but fail to install says that the packages are unable to be found.01:58
=== mike_ is now known as Guest92001
LinuxGuy2009xangua: Oh sorry I thought you had an idea or something.01:02
=== Quantum_Ion is now known as Deepac
smallsCan someone help me with an rsyslog question01:02
* KimLaRoux will throw in a party the day shy can listen to an album without gaps in linux.01:03
KimLaRouxshe*01:03
=== Guest92001 is now known as easynick
blackshirtsmalls: desc your problem01:04
smallsblackshirt: I added ":msg, contains, "iptables" -/var/log/custom_messages.log" to the top of the 50-default.conf file and it appears to no longer send the iptables alerts to the /var/log/messages, but they aren't showing up in that custom_messages.log file01:05
konraddohmmm01:06
konraddoi wrote here about my problem with broadcom 413101:06
konraddoi found this page:01:06
konraddohttp://wireless.kernel.org/en/users/Drivers/b4301:06
konraddoi used that command: sudo apt-get install b43-fwcutter and what should i do now? :F01:07
ablyssso how's the latest Ubuntu holding up01:08
konraddonice01:08
KimLaRouxI only had one problem with it, but I think it's more of a Kubuntu problem01:08
=== heimdall is now known as the_rogue_smiler
KimLaRouxoh and btw, dont hit "details" on the update window; it'll crash the installer01:08
Nertili just installed phpbb301:09
ablyssya? what problem01:09
Nertilwhy isnt in my www folder01:09
Nertil?01:09
smallsblackshirt: any idea?01:09
blackshirtsmalls : wait a minute01:09
ablyssi use kbuntu for desktop, but running 9.10 on it still01:10
Scuniziablyss: 10.04 is better yet..01:10
|alucard|who can help me here??01:10
ownerI'm having some difficulties with my mouse, it's invisible, it's a PS2, I'm running Ubuntu 10.04 any ideas?01:11
|alucard|please pm me.. coz im a new n ubuntu 10.04..01:11
Scunizi|alucard|: questions and answers are done in the open channel so all can learn.. ask a specific question and whoever knows the answer will pipe up01:11
bastidrazor|alucard|: ask the channel the real question and someone may be able to help.01:11
ablyssScunizi: yeah i'm running 10.04.1 for mythtv dedicated box.  seems stable enough01:12
|alucard|im have a problem in my CD ROMs,, i have 2 CD ROMS, 1 is for CD/DVDs DRIVE and the other is for my CD BURNER then i ddnt see my CD BURNER drive..01:12
|alucard|how can i see it?01:13
UnholyTerror|alucard|, what, you need help asking questions?01:13
Scuniziablyss: it is.. I've made the jump to 10.10 on my ubuntu side but not my production kubuntu side... a little leary of spending a lot of time fixing things after the upgrade.. or reinstalling01:13
UnholyTerror|alucard|, what happens when you put a blank disk in it?01:14
|alucard|UnholyTerror: where drive u mean?01:14
glaucousI'm playing around with ALSA and jack (disabled pulseaudio). Is it possible to direct specific applications to a specific device? I can using .asoundrc set ALL applications to default use one specific device - but its harder if I want a media program to use another but the default01:14
UnholyTerror|alucard|, the burner... you know, the one you're having problems with.01:15
|alucard|UnholyTerror, ah ok.. wait i will put blank cd..01:16
UnholyTerror|alucard|, or even one with something on it.01:16
owneranyone, Bueller?, Bueller?01:17
abchao01:17
Glochjust installed Unity - trying it out in advance :)01:17
csmith1994hey guys if I made something that could be used to promote ubuntu is this where I would go?01:19
KimLaRouxhow is it, Gloch ?01:19
|alucard|UnholyTerror, ok01:19
ownerMy mouse is invisible, I've enabled the 'ctrl' to use it, everything else works fine01:19
|alucard|UnholyTerror, i already put a blank cd on the CD BURNER drive..01:19
Glochseems ok - so far its as fast as gnome was/is on machine; taking a little exploring though01:19
|alucard|UnholyTerror, then what next?01:19
UnholyTerror|alucard|, and what happened, anything?01:20
ChogyDancsmith1994: try asking in #ubuntu-locoteams01:20
|alucard|UnholyTerror, there is no CD seen on the computer01:20
KageI having issues printing, test page prints fine but when I send a job it doesn't seem to get added to the query01:20
|alucard|UnholyTerror, in the file browser i mean01:21
Kagedoesn't matter the program, I have tried01:21
UnholyTerrorWhat happens if you start Brasero or whatever you are using to  burn cds01:21
Kagethree01:21
Thinkis anyone here01:21
PagosYes.01:21
Thinkhello01:21
|alucard|UnholyTerror, where i can find the Brasero?01:21
PagosHi.01:22
Thinkdoes anyone use bt401:22
smallsLooking for help with rsyslog -- I added ":msg, contains, "iptables" -/var/log/custom_messages.log" (minus outtermost qupotes) to the top of the 50-default.conf file and it appears to no longer send the iptables alerts to the /var/log/messages, but they aren't showing up in that custom_messages.log file. Any ideas why it isn't?01:22
|alucard|sorry im a newbie in ubuntu 10.0401:22
Thinkme too01:22
UnholyTerror|alucard|, Applications->Sound & video01:22
c1887e21hi01:22
bastidrazor!backtrack | Think01:23
ubottuThink: 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)01:23
|alucard|UnholyTerror, ok01:23
=== rzmarzmarzma is now known as hkkflbi
NightCorewhen i use my multimedia keys i cant click left click in mouse.. how i fix it ?01:23
c1887e21how do I check kernel version?01:23
KimLaRouxuname -a01:23
|alucard|UnholyTerror, then01:23
c1887e21tks01:23
NightCoresomeone can help me please?01:24
AndorinSince Audacity now seems to have some sort of bug that renders it almost unusable, what is a simple audio editor I can use to split a single large rip into individual tracks?01:24
NightCorewhen i use my multimedia keys (play pause) i cant click left click in mouse.. how i fix it ?01:24
|alucard|UnholyTerror, theres no disk available..01:24
UnholyTerror|alucard|, can you see it as a destination drive?01:24
KimLaRouxAndorin, can k3b do such a thing?01:25
AndorinKimLaRoux: Would that be a KDE application by any chance?01:25
UnholyTerror|alucard|, do you have a regular CD you can put in?01:25
Kagenvm restarted cups and its working fine01:25
bastidrazorAndorin: pitivi has the ability to split audio01:25
|alucard|yes its a DVD blank CD01:25
Kagegod this printer is slow01:26
|alucard|UnholyTerror, yes01:26
FFForeverWhy is my loadavg always so high? load average: 3.65, 2.87, 2.5001:26
Kagesomeone send me a new one :\01:26
Andorinbastidrazor: Oh, I didn't know pitivi worked with audio as well. Also, what the hell is going on in here?01:26
KageFFForever: use top to find out01:26
ChogyDanAndorin: maybe this build will work? https://launchpad.net/~audacity-team/+archive/daily          that isn't stable btw01:26
KageFFForever: something is using your system resources a lot01:26
FFForeverKage, xorg is a cpu whore?01:26
IdleOne!language | FFForever01:26
ubottuFFForever: Please watch your language and topic to help keep this channel family friendly.01:26
KimLaRouxAndorin, yes01:26
FFForeverSorry01:26
KageFFForever: it depends... could be a issue with graphics driver01:26
KageFFForever: or graphics card01:27
IdleOneFFForever: divide load avg by number of cores01:27
KageFFForever: Xorg renders your desktop01:27
smallsLooking for help with rsyslog -- I added ":msg, contains, "iptables" -/var/log/custom_messages.log" (minus outtermost qupotes) to the top of the 50-default.conf file and it appears to no longer send the iptables alerts to the /var/log/messages, but they aren't showing up in that custom_messages.log file. Any ideas why it isn't?01:27
wakkartohi01:28
FFForeverKage, this has been going on since 10.10. I have a GMA 4500MHD01:28
NightCorewhen i use my multimedia keys (play pause) i cant click left click in mouse.. how i fix it ?01:29
KageFFForever: hmmmm.... what driver are you using?01:29
KageFFForever: thats a intel card right?01:29
FFForeverKage, How do I find out?01:29
FFForeveralso yeah it is intel01:29
NightCoreyou talk with me ?01:29
NightCoreah..01:29
KageFFForever: pastebin the output of: grep -i driver /var/log/Xorg.0.log01:30
Kage!pastebin | FFForever01:30
ubottuFFForever: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.01:30
Dwade09how do i cd to my desktop in 10.10 ?01:30
AndorinDwade09: cd ~/Desktop should do it?01:30
bastidrazorDwade09: cd ~/Desktop01:30
Dwade09thank u01:31
FFForeverKage, http://pastebin.com/CbitDs9T01:31
NightCorehttp://ubuntuforums.org/showthread.php?p=1003490801:31
smallsLooking for help with rsyslog -- I added ":msg, contains, "iptables" -/var/log/custom_messages.log" (minus outtermost quotes) to the top of the 50-default.conf file and it appears to no longer send the iptables alerts to the /var/log/messages, but they aren't showing up in that custom_messages.log file. Any ideas why it isn't?01:32
KageFFForever: hmmm pastebin the results of lsmod01:33
NightCorehttp://ubuntuforums.org/showthread.php?p=10034908 please help..01:33
KageFFForever: I think its loading the wrong drivers for GMA chipsets01:33
FFForeverKage, http://pastebin.com/6U7hxqTS01:33
KageFFForever: yeah, its using i915 which is a driver for older chipsets01:34
dliKage, isn't i915 is for i915 and later?01:35
Kagedli: no, there is a newer one that is simply called "intel" that is used for GMA series01:36
KageFFForever: dpkg -l | grep xserver-xorg-video-intel           (You can paste it here)01:36
FFForeverKage, ii  xserver-xorg-video-intel 2:2.12.0-1ubuntu5 X.Org X server -- Intel i8xx, i9xx display driver01:37
Kage(I don't know if this will work, my newer ubuntu install didn't have a xorg file)   but try:  gksudo gedit /etc/X11/xorg.conf01:38
KageFFForever: if that works, pastebin the contents of the file01:38
NightCoreevery file i have i see the .extenstion how i disable it01:39
NightCoreexampe (movie1.avi)01:39
KageNightCore: extensions are part of the file's name ^_-01:40
FFForeverKage, sorry for the late reply. I don't have an xorg01:40
KageFFForever: alright01:40
NightCorein windows not01:41
KageFFForever: well simplist first:  $ sudo dpkg-reconfigure -phigh xserver-xorg01:41
KageNightCore: You on Ubuntu or Kubuntu or what?01:41
KageIm sure Kubuntu will have a option to hide file extensions, not sure about ubuntu01:41
FFForeverKage, I still don't have one and it finished01:41
KageFFForever: yes, just restart01:42
FFForeverok. I will in a moment01:42
Dwade09guys what is a good dvd ripper that is gui lets me put the movie as .avi or so and 700mb or so instead the full 4gb01:42
dliDwade09, dvdrip , but it's not really easy to me01:43
glaucousDo anyone have an idea of how I could by using an environment variable, set the .asoundrc file I want to use for an application when starting it?01:43
dliDwade09, try handbrake, which is not in ubuntu yet, http://handbrake.fr/01:44
Dwade09dli,  thanks.01:44
aeon-ltddli: iirc, handbrake was discontinued01:44
Dwade09i got it for windows but it wants netframe crap01:44
dliglaucous, you can just make a ~/.asoundrc01:45
magn3tsHow can I use xdotool to move my mouse to the bottom lefthand corner of my screen.... without hard codign the screen height01:45
glaucousdli, of course, but I already have one which I use for almost all applications. But for some applications I'd like to use a different one01:46
KageNightCore: actually seems Dolphin can't hide extensions01:46
NightCoreok.. i have another problem01:46
KageNightCore: its not a common pratice to hide file extensions on *nix01:46
dliglaucous, too complex, I suppose it's easier to let pulseaudio to handle them all01:46
NightCorewhen i chat with empaty i want to close the chat with esc.. but its  dont work.. what to do ?01:46
FFForeverKage, back. After rebooting everything seems more responsive but not my audio stutters =\01:47
KageEmpathy? the VoIP client?01:47
NightCoreyes01:47
FFForevers/not/now01:47
glaucousdli, too complex? So it might be possible? (without pulse)01:47
KageNightCore: check to see if you can configure actions or shortcuts or something01:47
KageFFForever: Hmmm01:47
NightCorewhy when i open terminal i got that error : cannot change locale (he_IL): No such file or directory01:47
KageFFForever: 10.10?01:47
FFForeverKage, Yeah. I didn't have these issues on 10.04. I am thinking about downgrading01:48
KageNightCore: whats your local langauge set to?01:48
NightCoreHE_il01:48
dliglaucous, sorry, I don't understand asoundrc, so, couldn't help here01:48
KageFFForever: well 10.04 is LTS01:48
glaucousdli, okay, thanks01:48
KageNightCore: sounds like you are missing translation files or something01:48
FFForeverThis wouldn't be the first time I have skipped an ubuntu release due to something like this :(01:49
KageFFForever: what type of audio?01:49
NightCoreKage: look http://www.linuxquestions.org/questions/linux-general-1/locale-cannot-set-lc_all-to-default-locale-no-such-file-or-directory-218622/01:49
=== Name is now known as Guest38461
FFForeverKage, 0:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)01:49
zealiodCan I give a bridge interface an alias?01:50
KageFFForever: do you have all the latest updates?01:50
FFForeverKage, Yeah =\01:50
dliFFForever, could it be pulseaudio? "pkill -9 pulseaudio;aplay /dev/urandom"01:50
KageNightCore: well according to the forums they recommend doing: export LC_ALL="en_US"01:51
FFForeverdli, pkill -9 pulseaudio;aplay /dev/urandom ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection terminated aplay: main:654: audio open error: Connection refused01:51
paranormal-rash-i'm trying to set up my ubuntu one account on this computer.  I've signed up for an account on the webpage, but there is no "Already have an existing account? Click here to sign in" link on my ubuntu one application??01:51
dliFFForever, try, "aplay -c 0 /dev/urandom", or other card number01:52
Dwade09i tried k3b i tried dvdshrink i tried handbrake via wine nothing01:52
=== redfox is now known as Guest66972
FFForeverdli, channel 1. Playing raw data '/dev/urandom' : Unsigned 8 bit, Rate 8000 Hz, Mono01:52
KageNightCore: though if you don't have the local packages installed and you get the error, I would use apt-cache search to find the lC packages01:53
dliDwade09, I think I used handbrake (for linux, not in wine) last time01:53
NightCoreKage : i just write in terminal vim /etc/defaults/locale01:54
NightCorehow i edit the file ?01:54
=== Guest38461 is now known as name99
NightCorei mean save01:54
dliDwade09, http://jamestombs.co.uk/2010-01-08/convert-bluray-or-dvd-to-mkv-x264-using-free-open-source-applications/107201:54
Guest66972language01:54
Guest66972language portuguese01:54
xangua!pt > Guest6697201:55
ubottuGuest66972, please see my private message01:55
Guest66972!pt01:55
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.01:55
KageNightCore: make sure you have these installed language-pack-he     &   language-pack-he-base01:55
NightCoreKage : i have but01:56
NightCorehow i edit the file ?01:56
NightCorei edit that file vim /etc/defaults/locale01:56
NightCoreand want to save01:56
KageNightCore: a text editor   vim is one, but nano is better if you have never used vim01:56
KageNightCore: vim can be frustrating for new users01:56
powerany girl here?01:56
KimLaRouxno01:56
KimLaRouxKage, and nano can be frustrating to long-time users of vim XD01:57
KageKimLaRoux: indeed, I use vim01:57
* FFForever thinks dli forgot about him.01:57
jasonhi01:57
=== jason is now known as Guest27473
rwwpower: This isn't a dating site.01:57
NightCorenano ? how i download nan01:57
NightCorenano01:57
dliFFForever, it plays, but no sound?01:57
KageKimLaRoux: but explaining insert and command mode01:57
KageNightCore: it should be installed01:57
FFForeverdli, it stutters/static when I play urandom01:58
KageNightCore: also, you'll likely have to include sudo as that file is owned by root01:58
KageNightCore: sudo nano /etc/defaults/locale01:58
NightCoreok  its work.. how i save ?01:58
paranormal-rash-it seems as if my ubuntu one will not connect to account via internet, there's no where to sign in on application01:59
KageNightCore: ctrl + x   then    y01:59
dliFFForever, urandom should be static :(01:59
FFForever:(01:59
urthmoverI'm on 9.04 and I need Document Viewer to invert colors.  10.04 has a version of doc viewer that does invert the colors.  How do I go about just upgrading Document Viewer on my 9.04?01:59
NightCorecontrol + x dont work01:59
dliFFForever, try to play some audio then01:59
KageNightCore: what does it say?01:59
FFForeverdli, it stutters when I play an mp302:00
NightCoreits do a text in terminal02:00
KageNightCore: ...02:00
xanguaurthmover: 9.04 is no longer suported, better upgrade to a recente version. you can invert colors with a compiz plugin02:00
dliFFForever, and it's so even without pulse?02:00
NightCorehmm sorry my english bad02:00
KageNightCore: I doubt it exists but you could try  #ubuntu-he02:00
urthmoverxangua: ok thanks  I'll dig around the compiz stuff and find something that will work02:01
Kagenope, doesn't exist02:01
KageNightCore: :\02:01
KageNightCore: try editing the file with a gui editor, should be easier to use02:01
NightCoreOh its work now02:01
Kageok02:01
NightCorethe problem was i just need to change langauge02:01
NightCoreXOFF ingored, mumble mumble ] whats its mean ?02:02
KageNightCore: I </3 language barriers02:02
KageNightCore: ??02:02
swimwhy doesn't my ubuntu one application allow me to sign in??02:02
NightCoreerror witing /etc/defaults/locale: no such file or directory :(02:02
KageNightCore: ah, its /etc/default/locale   no s02:03
NightCoreah i told you that02:03
NightCorewhy you dont listen me02:03
NightCore:)02:03
KageNightCore: try using tab complete, it will help prevent typos02:03
pluhngzhow do i prevent ubuntu from going to screen saver lock02:04
pluhngzif im afk or whatever for its default time span b4 it locks, needing pw02:04
NightCoreKage : tab for spaces ?02:04
KageNightCore: no...02:05
Kage<.< nvm02:05
IdleOnepluhngz: disable it in System > Prefs > Screensaver02:05
dlipluhngz, the setting is in screensaver, or power-manager02:05
pluhngzuncheck those 2 boxes?02:05
kindofabuzzuncheck the ones that will get your results02:05
KageNightCore: anyways, I need a shower, BBL02:06
NightCorehey wait02:06
NightCoreKag: please look here http://ubuntuforums.org/showthread.php?p=1003490802:06
NightCoreKage *02:06
kindofabuzzLinux Mint 10 RC effin' rocks02:08
kindofabuzzsorry OT02:08
pluhngzAmerica has spoken.  The american people have grown tired of radical socialism, and have signaled that The Obama Experiment is over.  Change is coming to America.  Yes We Can..02:10
rwwubottu: politics | pluhngz02:10
ubottupluhngz: Please take political discussion to ##politics. Thank you!02:10
pluhngzoops, wrong chan :)02:10
DeaConheh02:10
kindofabuzzdamn conservatives02:10
PJSingh5000Hey.... Open Source -- Open Minds.  pluhngz did politely apologize for being on the wrong channel.  It's all cool.02:11
pluhngzPJSingh, my fault.  Now 1300 people were made aware by accident that the house/senate change hands this Tuesday.  Oops02:12
PJSingh5000:)02:13
IdleOnepluhngz: I am happy you are happy but the topic is still off topic so please stop02:13
dlipluhngz, but this is #ubuntu02:13
PJSingh5000Speaking of Ubuntu, I just switched from Kubuntu with the release of 10.10!02:14
RobertSaganek2Hey does anyone here use AA 2.5 Assist02:14
PJSingh5000I'm pretty impressed with the tight integration of apps in the Gnome version.02:14
RobertSaganek2Hey does anyone here use AA 2.5 Assist02:15
rwwubottu: crossposting | RobertSaganek202:15
ubottuRobertSaganek2: Please don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support.02:15
KimLaRouxwhat's so impressive about it?02:15
jrrthe magic trackpad multitouch demo is way cool, but how can I actually use this thing as a mouse?02:16
john38How do i install rpm files using --force -debian switch when im off X-server02:16
john38???02:16
deadman_is there any way u can run ubontu on a powerbook g402:16
PJSingh5000For one think, I actually like the software center.  Not as powerful as synaptic, but very user friednly.02:16
jrrdeadman_: ubuntu dropped ppc a while ago iirc02:17
jrrseveral distros still maintain it02:17
rwwubottu: ppc | deadman_02:17
ubottudeadman_: PowerPC.  Formerly used by Apple for the Macintosh line of computers. Variants are now used in popular gaming consoles. PPC was a fully supported Ubuntu architecture up to and including edgy. It is now a community port, see https://wiki.ubuntu.com/PowerPCFAQ02:17
AbhiJit!rpm | john3802:17
ubottujohn38: RPM is the RedHat Package Management system. Ubuntu uses !APT, not RPM. RPM packages are not supported (the package "alien" can allow installing them, but it's quite dangerous and unsupported)02:17
KimLaRouxthey changed a few things in kpackagekit in 10.10, finaly for the better02:17
deadman_k thanks02:17
KimLaRouxit still lacks too many features though02:17
john38AbhiJit, i need to install a linux driver but i have to disable x-server02:18
john38AbhiJit, how do i install in virtual terminal using alien?02:18
chrometigercan anyone tell me how to fix 10.10 so that I can use gpsbabel to get tracks off my garmin etrex legend02:18
AbhiJitjohn38, dunno may be see man alien02:19
jrrI don't expect mature multitouch yet, but I'd really love right click02:20
ubuntuhi guys, i have just created a ubuntu 10.10 live cd and each time i start up i get the prompt to install ubuntu or try ubuntu. i always want to 'try' ubuntu and use it as a live cd, so is there any way to skip this screen automatically and go straight to the desktop?02:20
john38Can anybody help me use the Alien converting software02:20
PJSingh5000I know that if you have a full install of Ubuntu, you can create a "Start Up" Disk.  See if your Live CD version has this option.02:21
john38I need to install a linux driver but i have to disable X-server , How do i install in virtual terminal using alien????02:22
PJSingh5000The option is available from System | Administration | Start Up Disk Creator.02:22
ubuntuPJSingh5000: when I created the usb i ticked 'use as startup disk' but still get the prompt to install. i remember using live cds from around 8.04 that didn't always prompt you to install.02:22
ubuntuPJSingh5000: that's the utility i used.02:22
PJSingh5000Hummm.  Here's another suggestion, then...02:22
PJSingh5000Are you able to use a USB stick to boot off of?  If so, you can install Ubuntu to the USB stick.02:23
LinuxGuy2009Ok so Im trying to figure out why aptoncd disks are not able to install packages. I can mount the iso to a folder and add it as a source and it works fine. So the disc formating is just fine I ruled that out. I created the missing cdrom mount point in fstab so at least the mounting is consistent. One question I have is that the sources.list shows something like "deb cdrom:[APTonCD for ubuntu lucid - i386 (2010-10-30 20:24) CD1]/ /" but i02:23
ubuntuPJSingh5000: yes, i'm currently running live off a usb disk. are you saying to boot off a live cd and choose the usb disk as the install destination>02:24
ubuntu*?02:24
PJSingh5000That is exactly what I am proposing.02:24
john38Can somebody help me i extraced a tar.gz file and its a bunch of files not a RPM file?????02:25
PJSingh5000It will show up as a disk during the install process.  (Probably sdb).02:25
jrrjohn38: are you being serious?02:25
ubuntuPJSingh5000: okay, i'll give that a go in the future. when i tried to install it on my laptop, this version of setup was slightly different and wouldn't let me manually resize partitions on my harddrive to fit ubuntu in. is this still possible?02:26
john38jrr, yeah im not expert02:26
=== deepakk is now known as dkannan
john38jrr, is the tar.gz a rpm :)02:26
jrr.tar.gz is a "tarball", kind of like a windows zip02:26
Glochjohn means u will have to compile it first and configure it02:26
jrrtar appends all the files into one "tape archive"; gzip compresses02:26
john38so where is rpm file02:27
jrrwhen downloading application packages, tarballs usually contain source code you need to compile yourself02:27
Glochbest off looking for a rpm version of whatever it is youre after02:27
jrrrpm is an installer format used by other linux distributions02:27
pksadiqam I not in the ubuntu channel, is this redhat or fedorachannel ? :D02:27
jrrubuntu does not use rpm, it uses apt02:27
PJSingh5000I haven't recently tried to resize partitions during an install process.  If you install to a USB stick, I don't think you would need to resize the USB partitions, would you?02:27
ilovefairuzjohn38: what are you trying to accomplish?02:27
Glochya02:27
rwwpksadiq: This isn't #archlinux? Everything makes sense now!02:27
chrometigercan anyone tell me how to fix 10.10 so that I can use gpsbabel to get tracks off my garmin etrex legend02:28
ilovefairuz!usb | PJSingh500002:28
ubottuPJSingh5000: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent02:28
pksadiqrww: Hmmm02:28
ubuntuPJSingh5000: no, not on the usb disk, i mean when installing to my laptop HDD. i would like to put ubuntu on there, but the ubuntu setup won't let me resize or move any partition. it seems very limited in comparison to previous installers.02:28
dliubuntu, can you run gparted before installer?02:29
PJSingh5000ubuntu: you can resize the partitions from within Ubuntu.02:29
ChrazRitti have a problem with grub, i need to fully remove it from my computer because it's broken, and i don't recall how, can anyone help me with this please?02:29
shakirjoin #ubuntu02:29
PJSingh5000You can install partition manager and resize the partitions, since you have Ubuntu installed.02:30
KimLaRouxChrazRitt, why not just fix grub?02:30
rwwshakir: you're already here.02:30
ChrazRittbecause i don't know how02:30
john38ilovefairuz, well i downloaded this tar.gz file, I need to install a Linux video driver but i have to disable or stop X-server in virtual, the readme.txt told me to extract with tar -zxvf then type "rpm -i dri-intel-3.4.3006.20051209.i386.rpm but then it told me to use --force-debian switch i didnt know how to do it02:30
ubuntuPJSingh5000: thanks for your help so far, i'll try that now. i am a windows user so i'm not familiar with many of the ubuntu programs/options. where do you set your current location? my time is set to 2:30am (and NTP synchronised) but it is 2:30pm where i am. i am assuming the current installation does not know i'm in Australia.02:30
PJSingh5000sudo apt-get install gparted02:30
ChrazRittright now i can't boot to anything on the hdd02:31
ilovefairuz!grub2 | ChrazRitt, read the section about reinstalling grub02:31
ubottuChrazRitt, read the section about reinstalling grub: GRUB2 is the default Ubuntu boot manager since Ubuntu 9.10.  For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub202:31
NightCorei remove my bar down... how i restore it ?02:31
shakirgnome:02:31
shakir Depends: swfdec-mozilla but it is not going to be installed , how to fix ?02:31
john38ilovefairuz, i think it told me to install rpm using alien02:31
PJSingh5000ubuntu, I used to be a Windows user a looong time ago.  You've get tused to all of this, and you'll find you won't need to use Windows at all.02:31
ChrazRittwould that be found online?02:31
PJSingh5000One thing: COPY YOUR DATA SOMEWHERE ELSE BEFORE YOU TRY PARTITIONING!!!02:32
ilovefairuzjohn38: why do you need to use an external package instead of the shipped drivers?02:32
john38ilovefairuz, huh02:32
ilovefairuzjohn38: why do you need to install an external driver?02:33
john38ilovefairuz, the open source drivers arent enough i need to install proprietary drivers02:33
ChrazRittubottu, is that in docs that are found online?02:33
ubottuError: I am only a bot, please don't think I'm intelligent :)02:33
ilovefairuzjohn38: what's the output of: sudo lshw -C display02:33
PJSingh5000Also, the KDE partition manager is very user friendly.  Install it from Ubuntu Software Center, of simply type in a command line: sudo apt-get install partitionmanager02:33
ubuntuPJSingh5000: i am finding ubuntu easier and easier to use, but there is still some software that is windows only (such as itunes (which i despise) but need for my iphone)02:33
shakir Depends: swfdec-mozilla but it is not going to be installed , how to fix ?02:33
ilovefairuzChrazRitt: click the links that ubottu gave you02:33
pksadiq!ipod02:33
ubottuFor information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod02:33
ChrazRittlink isn't working02:34
PJSingh5000Actually, there are ways to manage your itunes files from Ubuntu, but I am not very much into that.  I'm sure you'll find solutions out there.02:34
PJSingh5000Thanks ubottu!02:34
john38ilovefairuz, http://paste.ubuntu.com/523034/02:35
NightCorehttp://lh5.ggpht.com/_1QSDkzYY2vc/TH7Ek1BDQfI/AAAAAAAAByQ/w8-SeuhS3c8/unity-home-screen.png how i add that icons to my desktop ?02:35
shakirgnome:02:35
shakir Depends: swfdec-mozilla but it is not going to be installed02:35
shakir how to fix  ???02:35
ubuntuPJSingh5000: so on the location topic, how do i set my current location? (preferably through a graphical method)02:36
ubuntu__how can i recover a freeze pixel of my laptop (i tried all the classics metods)02:36
PJSingh5000shakir: you could just do sudo apt-get install swfdec-mozilla, but it may bot be install that because it is not compatible with current libraries.02:36
MindVirusMy soundcard either has surround sound and no microphone or stereo with microphone.02:36
MindVirusHow do I fix?02:36
PJSingh5000ubuntu: Click on the clock in the clock on the top right of your screen.02:37
PJSingh5000Click "Locations"02:37
PJSingh5000Then click "Edit"02:37
shakir<PJSingh5000> I can't install02:37
ilovefairuzjohn38: this is an intel chipset, there are no proprietary drivers for it02:38
ubuntuPJSingh5000: ah! i found it. a little fiddly/tricky to be honest :P02:38
john38ilovefairuz, yes on intel site thats where i got it02:38
john38ilovefairuz, their are linux drivers02:39
NightCorehow i do a shortcut ?02:39
NightCorehow i do a shortcut ? i dont see the option when i click right click02:39
ilovefairuzjohn38: these drivers are part of the kernel how and they are loaded by default02:39
ubuntuPJSingh5000: i was just about to to the partition resizing on my hdd, but noticed you said to back up all my data. i thought the gnu tools were very well tested and had a very low chance (if not zero) of losing your data02:39
Alexander1how can i use bot02:40
lightaoh ilovefairuz I also have an intel driver issue02:40
KimLaRouxyou dont02:40
ilovefairuz!guidelines > Alexander102:40
ubottuAlexander1, please see my private message02:40
ilovefairuzlighta: describe in details, all on one line02:41
ilovefairuzjohn38: correction: part of the kernel now **02:41
PJSingh5000I remember gparted being a bit buggy when I used it a couple of years ago.  partitionmanager (also available from Ubuntu Software Center) was much better for me.  However, you might lose data due to user error, not due to the software.02:41
NightCorehow i do a shortcut ? i dont see the option when i click right click02:41
PJSingh5000(I've had this happen to me a few times).02:41
ilovefairuzNightCore: select "Add to Panel", then Launcher02:42
ilovefairuzor Custom Launcher, if you prefer02:42
lightawell my graphic card is an gme945 intel, (im trying to use it with wine) but it don't reconize it and my glxinfo doesn't look nice :( http://paste.ubuntu.com/523026/02:42
NightCoreilovefairuez : i dont have add to panel02:42
ubuntuPJSingh5000: okay, i'm familiar with gparted but will take your advice and experience and install partitionmanager to complete the task.02:42
ilovefairuzlighta: what's the output of: sudo lshw -C display      and what ubuntu version are you running?02:43
ilovefairuzNightCore: right click on an empty part of the upper panel02:43
NightCoreah ok its work.. another question.. when always when i go to parition in my computer02:44
NightCoreits do me a shortcut in my desktop without ask...02:44
pradeepcan anybody help me02:44
pradeepi am not able to set classpath permanently02:45
lightailovefairuz, xubuntu 10.04 and here the result http://paste.ubuntu.com/523041/02:45
Sean93how would i run firefox as read only, so that it doesnt write any data to disk??02:45
m3wtSean93: Private Browsing?02:45
m3wtI mean, flash will always write those pesky flash cookies.02:45
pksadiqSean93: might be Tools > start private browsing does that02:46
Sean93m3wt: i don't have to run it from read only media?02:46
ilovefairuzNightCore: it's a temporary shortcut, will be removed when you umount the partition, but you can hide it using:  gconftool-2 -s /apps/nautilus/desktop/volumes_visible -t bool false02:46
john38ilovefairuz, i converted to .deb file using alien and installed it02:46
PJSingh5000Sean93:  there is also a setting, if you type "about:config" in your FireFox address bar.  I don't remember the exact value that you need to change.02:46
pradeepam not able to set classpath permanently02:46
PJSingh5000pradeep: one sec...02:47
NightCoreilovefairuz : when i mount it and go again its go again02:47
pradeepam not able to set classpath permanently on ubuntu 9.1002:47
m3wtSean93: what are you trying to do?02:47
NightCorei will tr to disable it with the command02:47
ilovefairuzjohn38: bad move but suit yourself02:47
Sean93m3wt: secure my browser02:47
john38ilovefairuz, why02:47
m3wtfrom what?02:47
Sean93m3wt: leaking data02:48
ilovefairuzjohn38: you've ignored what i told you, there are NO proprietary drivers for this chip, the ones on intel site are just old precompiled binaries02:48
m3wtit will do that regardless.02:48
NightCoreilovefairuz : the command gconftool-2 -s /apps/nautilus/desktop/volumes_visible -t bool false dont work02:48
m3wtSean93: https://panopticlick.eff.org/02:49
john38ilovefairuz, it first started when i plugged in a radeon X1600 pro AGP 8x card, monitor started flickering at startup i was almost impossible to work when loaded02:49
Sean93so, if i went online and tyoed in my credit card details there iis no chance of anyone intercepting them?02:49
moviefan33Hello02:49
ilovefairuzNightCore: be more descriptive, did you get an error?02:49
HumashoomHello.  Is there anybody that can help me install Wine version 1.2.1?  I've tried the winehq channel and nobody responded.02:49
john38ilovefairuz, i guess card is to much for system02:49
PJSingh5000pradeep: you should edit the file called ".profile" in your home directory.02:49
jribSean93: this channel is for ubuntu support only02:49
m3wtSean93: find and install https everywhere.02:49
pksadiq!wine | Humashoom02:49
ubottuHumashoom: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu02:49
PJSingh5000type gedit .profile on the commandline02:49
blahdeblahAnyone got a copy of 64-bit lucid handy?  I'd like to check something out.  The coreutils package on my machine, which includes really important core functionality like /bin/cat, /usr/bin/md5sum, etc., was updated on 22 Oct, yet i can't find any security notice about such an update in the mailing list archives.  Did anyone see anything to the effect that there was a required upgrade for it?02:50
ilovefairuzjohn38: the drivers for this chipset are buggy,  you should have looked for a workaround and/or reported a bug02:50
m3wtSean93, you might have better luck in #firefox02:50
NightCoreilovefairuz : ah dont error but its work dude thanks !02:50
PJSingh5000in the file, at the end, type CLASSPATH=<what ever you want>02:50
Sean93i origionally came on to find out how to mount a device as read only in ubuntu02:50
jribSean93: ok, not sure how that's related to credit card numbers on the internet02:50
PJSingh5000under that type: export CLASSPATH02:50
PJSingh5000then save .profile02:50
john38ilovefairuz, should i return card and get a lower profile one02:51
NightCoreilovefairuz : you know how i design my desktop like this ? http://www.taranfx.com/wp-content/uploads/ubuntu-10.10.jpg02:51
Humashoomubottu:  I've already read and followed the website several times.  I've installed and uninstalled versions 1.2 and 1.3 several times.  But I can't seen to install version 1.2.102:51
ubottuError: I am only a bot, please don't think I'm intelligent :)02:51
PJSingh5000(notice that .profile is a hidden file and has a "." in front of it.02:51
john38ilovefairuz, i think card uses GDDR202:51
m3wtSean93: mount -r ?02:51
Sean93jrib: i meant my browser writing it to my harddrisk02:51
ilovefairuz!offtopic > NightCore02:51
ubottuNightCore, please see my private message02:51
PJSingh5000Finally, log our and log back in.  Your CLASSPATH will be set as you specified.02:51
jribSean93: ask your actual question02:51
jribHumashoom: why do you want that particular version?02:51
NightCoreok02:51
HumashoomFor a game.02:52
Sean93how do i mount a device as read only??02:52
PJSingh5000pradeep: You might also want to do the same with JAVA_HOME02:52
NightCoresorry02:52
ilovefairuzSean93: in private browsing mode, almost NO data will be written to the hard disk, no need to mount the driver as read only02:52
Sean93ilovefairuz: almost??02:52
HumashoomI'm getting a message from Wine "***Finished***" when I run the game and then nothing.02:52
|alucard|can anybody help me.. in accessing my usb webcam??02:52
jribSean93: pass the "ro" option to mount, but I am guessing you actually mean to ask/accomplish something else02:52
pksadiqSean93: make that folder ~/.mozilla/firefox as Readonly02:53
ilovefairuzSean93: yes, except for SSL/TLS signatures, no data is ever written02:53
m3wtSean93: not writing data to your harddrive isn't going to stop a man in the middle sniffing your session.02:53
NightCoreilovefairuz : why i see all the extension files ? (example: movie1.avi)02:53
HumashoomIt was suggested that I need version 1.2.1 of Wine.02:53
|alucard|just pm me.. please02:53
jrib!pm | |alucard|02:53
ubottu|alucard|: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first.02:53
jrib!who | Humashoom02:53
ubottuHumashoom: 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 :)02:53
jribHumashoom: suggested by...?02:53
john38ilovefairuz, ??02:53
Sean93can i just make the firefox folder read only instead of the whole device?? firefox wont be able to write anywhere?02:54
ilovefairuzjohn38: '??' meaning what?02:54
HumashoomUbottu:  Ok.02:54
lightailovefairuz, maybe you didn't see so, xubuntu 10.04 is my distri and here is lshw result http://paste.ubuntu.com/523041/02:54
pksadiqSean93: yes02:54
john38ilovefairuz, crap out of luck02:54
pradeepits saying gedit.profile: command not found02:54
Sean93pksadiq: yes it wont be able to? or yes it will?02:54
HumashoomJrib:  Suggested by someone in the winehq channel yesterday.02:55
pksadiqSean93: you can02:55
jribSean93: why?02:55
|alucard|hmm.. hello everyone.. please help me.. i cannot access my USB webcam in ubuntu 10.0402:55
ilovefairuz|alucard|: what's the output of: lsusb02:55
Sean93jrib: why not?02:55
ilovefairuz!paste | |alucard|02:55
ubottu|alucard|: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.02:55
jribSean93: I'm not asking the original question02:56
ilovefairuz!offtopic | jrib, just answer the questions if you may02:56
ubottujrib, just answer the questions if you may: #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!02:56
john38ilovefairuz, one quick question if i decide to install windows will i have same problem with X1600pro02:56
NightCorewhy i see all the extension files ? (example: movie1.avi)02:56
|alucard|ilovefairuz: what?..02:56
ilovefairuzjohn38: no idea, ask in #windows02:56
jribI answer questions that 1) are ubuntu related and 2) are actual questions02:56
Sean93jrib: you have confused me02:56
ilovefairuz|alucard|: open a terminal, type: lsusb    and paste the output to paste.ubuntu.com02:56
ilovefairuz!terminal | |alucard|02:57
ubottu|alucard|: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal02:57
pksadiqSean93: try sudo chmod -w ~/.mozilla/firefox02:57
jribSean93: by asking you why you want to make it so firefox doesn't write anywhere?02:57
ilovefairuzjrib: he already said why02:57
Sean93jrib: i enjoy making things more secure02:57
jribilovefairuz: his reply was "why not"02:57
Sean93jrib: happy??02:57
jribSean93: this doesn't make things more secure02:58
pksadiqSean93: but this code only only blocks firefox to write to cache02:58
Sean93jrib:and how do you come to that conclusion?02:58
NightCore2 Questions :   | why i see all the extension files ? (example: movie1.avi)  |     |  How i make to trash shortkey in desktop ?"02:58
ilovefairuzjrib: he mentioned concerns with his credit card data02:58
jribilovefairuz: i am not omnicient02:58
jribHumashoom: checked the wine ppa? Otherwise you likely have to compile if you need that particular version.  Did you check appdb?02:59
PJSingh5000Sean93 if you are concerned about security of your FireFox files cached to disk...03:00
PJSingh5000in the URL (Navigation Bar), type: about:config03:00
HumashoomJrib:  I removed the wine ppa as per instructions for prepairing to install 1.2.103:00
jribSean93: do you just want firefox to not save the form history where you enter your credit card info?03:00
PJSingh5000Sean93: then search for browser.cache.disk_cache_ssl03:01
PJSingh5000Sean93: then set this to true.03:01
PJSingh5000Your files saved on disk should be encrypted.03:01
=== cable is now known as cable-summers
|alucard|how can i access my USB webcam in pidgin chat03:02
Sean93jrib: no, i want it to be impossible to use forensic analisis to recover my card data03:02
HumashoomJrib:  I can install the ppa and install wine as stated on winehq's website.  But when I check the version it's 1.2, not 1.2.103:02
cable-summersdo i need to download anything to autorun a disc?03:02
PJSingh5000Sean93: But to be honest, the suggestion someone made earlier about using the "Private Browsing" feature fro mthe Tools menus is the best /easiest approach.03:02
jribSean93: so you just want firefox to not save the form history where you enter your credit card info?  Where else would firefox keep your credit card data?03:02
NightCore2 Questions :   | why i see all the extension files ? (example: movie1.avi)  |     |  How i make to trash shortkey in desktop ? |03:02
ilovefairuz|alucard|: only if the other participant is running  GNU/Linux + Pidgin and using Jabber/Gtalk03:02
EventyretIs there anyway i can move a game to another partition and link it for wine ?03:03
Dwade09hey guys this is what i was getting with storage device manager how can i fix it?03:03
cable-summersdo i need to download anything to autorun a disc?03:03
Dwade09http://pastebin.com/i5hJZ7Vm03:03
Dwade09how can i fix this error http://pastebin.com/i5hJZ7Vm03:04
PJSingh5000NightCore: do you just want  a "Trash Bin" on your desktop, like they have in Windows?03:04
Dwade09im getting it wtih storage device manager03:04
|alucard|anyone help me?03:04
canthus13|alucard|: It really depends.  Does the webcam work under linux? (Can you use it with Cheese?)03:05
|alucard|ilovefairuz: what?.. please explain further coz im a newbie..03:05
NightCorePJSIngh5000 : yes03:05
cable-summersdo i need to download anything to autorun a disc? there is an error that keep popping saying it cannot find autorun program; i was just wondering if i can get please. i am trying to download starcraft and there is not an autorun program, what should i do03:05
|alucard|canthus13: how can i use the cheese?03:05
ilovefairuz|alucard|: ok, what IM service are you using? MSN, Gtalk, Yahoo, .. ?03:05
|alucard|yahoo03:06
xangua|alucard|: pidgin only supports voice and video with habber protocol03:06
canthus13aloril: Umm... It should be under applications > Sound and Video03:06
xanguajabber*03:06
|alucard|ilovefairuz: yahoo03:06
=== shy_ is now known as Guest92673
canthus13err. mistell.03:06
ilovefairuz|alucard|: then you can't use the webcam, you can only use it with jabber/gtalk03:06
IdleOnecanthus13: cheese is not installed by default03:06
|alucard|ah ok..03:06
PJSingh5000NightCore: I'll tell you what to do; give me a few minutes-- gotta take care of something.03:07
canthus13IdleOne: Eh? When did that happen? (I'm still using Karmic..)03:07
|alucard|ilovefairuz: ah.. but all my contacts are in yahoo..03:07
xanguacanthus13: since ever03:07
IdleOnecanthus13: I don't think it ever was03:07
ilovefairuz|alucard|: well tough luck03:07
NightCorePJSIngh5000 : ok thx03:07
canthus13IdleOne: Eh? I coulda swrorn it was in Karmic by default. Huh.03:07
|alucard|ilovefairuz: how can i access them.03:07
|alucard|??03:07
cable-summersdo i need to download anything to autorun a disc? there is an error that keep popping saying it cannot find autorun program; i was just wondering if i can get please. i am trying to download starcraft and there is not an autorun program, what should i do03:07
canthus13|alucard|: Install Cheese, see if your cam works there.03:07
NightCoreilovefairuz : which IM service do you recommend ? i use only ICQ and MSN..03:07
serenityhi03:07
ilovefairuz|alucard|: you can text-chat with them, but no webcam03:07
xangua|alucard|: aaah double clic on your buddies and chat¿03:07
ilovefairuzNightCore: Jabber03:08
serenityhttp://pastebin.ca/1977735 happened to me while updating my kernel. Any hints?03:08
|alucard|canthus13: i already install the cheese03:08
canthus13|alucard|: You might look into gyachi for yahoo chat, though.03:08
canthus13|alucard|: ...did it work?03:08
|alucard|ilovefairuz: waaaaaaaaaaaa03:08
HandyGandyreisio: cat I get. But how do I use the command split to split mp3 files?03:08
NightCoreilovefairuz : i want when i login i need to write password again.. all the im softwares just rememer your password.. there is any way disable it ?03:08
cable-summersdo i need to download anything to autorun a disc? there is an error that keep popping saying it cannot find autorun program; i was just wondering if i can get please. i am trying to download starcraft and there is not an autorun program, what should i do03:08
|alucard|canthus13: where can i see the cheese?03:08
pksadiq|alucard|: does lsusb show your camera?03:09
canthus13|alucard|: It should be under Applications > Sound and Video03:09
jribcable-summers: starcraft is a windows program03:09
canthus13pksadiq: lsusb will show any working cam.  All that does is show the device IDs.03:09
jrib!appdb | cable-summers03:09
|alucard|canthus13: its work on cheese..03:09
ubottucable-summers: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help03:09
canthus13|alucard|: then it should work with gyachi. Or google video.. Or skype.03:09
ilovefairuzcanthus13: |alucard|: you can't chat using Cheese, you can only test the webcam03:09
|alucard|canthus13: but when im using the pidgin it will not word03:09
canthus13ilovefairuz: I know.  If it didn't work with cheese, He didn't need to bother with installing gyachi.03:10
|alucard|canthus13: but in yahoo??03:10
xangua|alucard|: we have already told you pidgin only supports voice and video with jabber03:10
HandyGandyCan someone recommend a program to split and join mp3 files?03:10
canthus13|alucard|: gyachi is an app that works with yahoo video chat.  I don't think it's in the repos, though.03:10
ActionParsnipHandyGandy: mp3plt03:10
ActionParsnip!info mp3splt03:10
ubottump3splt (source: mp3splt): command line interface to split MP3 and Ogg Vorbis files without reencoding. In component universe, is optional. Version 2.2.5-1 (maverick), package size 34 kB, installed size 100 kB03:10
cable-summerscan i sudo apt wine03:11
ActionParsnip!info mp3splt-gtk03:11
ubottump3splt-gtk (source: mp3splt-gtk): GTK interface to split MP3 and Ogg Vorbis files without reencoding. In component universe, is optional. Version 0.5.6-1ubuntu2 (maverick), package size 84 kB, installed size 256 kB03:11
|alucard|canthus13: ah ok.. but where can i download gyachi03:11
|alucard|??03:11
jribcable-summers: there's no such command as "apt"03:11
jrib!wine > cable-summers03:11
ubottucable-summers, please see my private message03:11
ActionParsnip|alucard|: http://blog.sudobits.com/2010/07/06/how-to-install-gyachi-on-ubuntu-10-04-lucid/03:11
IdleOnecable-summers: sudo apt-get install wine03:12
canthus13|alucard|: http://gyachi.sourceforge.net/03:12
pksadiq|alucard|: What about skype?03:13
canthus13|alucard|: ...Or what ActionParsnip said. :)03:13
HandyGandyActionParsnip: I tried mp3splt-gtk and I had a lot of trouble with it.03:13
canthus13pksadiq: Skype doesn't support yahoo video.03:13
|alucard|canthus13: its downloadable?03:13
aut0tekwhy won't my 10.10 run a binary file even after I chmod +x ?03:13
pksadiqcanthus13: i just said * video* not *yahoo*03:13
canthus13pksadiq: He's specifically requesting yahoo video.03:13
pksadiqcanthus13: , k sorry03:14
NightCore2 Questions :   | why i see all the extension files ? (example: movie1.avi)  |     |  How i make to trash shortkey in desktop ? |03:14
jribaut0tek: pastebin exactly what you are doing and the output your receive in its entirety03:14
|alucard|canthus13: what link will i download?03:14
canthus13|alucard|: Yes. I'd go with the instructions here: http://blog.sudobits.com/2010/07/06/how-to-install-gyachi-on-ubuntu-10-04-lucid/03:14
ActionParsnipNightCore: to trash shortkey is delete03:14
matthew_Oh hey03:15
aut0tekjrib: it's a binary file named adb. I type: "./adb" and get: bash: ./adb: No such file or directory03:15
PJSingh5000NightCore: go to http://ubuntu-tweak.com/ and click on Download Now.03:15
matthew_Can someone help with a technical question please?03:15
jribaut0tek: you need to do what I asked for me to help you03:15
ActionParsnipNightCore: http://brainstorm.ubuntu.com/idea/5110/03:15
|alucard|canthus13: gyachi?.. supports yahoo? ryt?03:15
PJSingh5000This will install Ubuntu Tweak on your machine.03:15
canthus13|alucard|: Yep.03:15
canthus13|alucard|: It supports a number of the yahoo features, including video.03:15
edbianmatthew_, fire aware!03:15
aut0tekjrib:that IS what I'm doing.03:15
matthew_thanks edbian03:15
PJSingh5000NightHawk: then launch this program, and there is an option to add a Trash bin to your desktop.03:15
jribaut0tek: paste.ubuntu.com is an example of a pastebin.  I need you to include all of your commands03:16
matthew_Somewhat of a new user. I'm running x64 10.10 on a ThinkPad x20003:16
* aut0tek facepalms03:16
PJSingh5000NightCore:  Sorry-- I meant to address those "NightHawk" messages to you.03:16
edbianmatthew_, k03:16
|alucard|canthus13: what link will i download?03:16
matthew_It's about PowerTop :)03:16
jribaut0tek: if you prefer, I can randomly guess03:16
matthew_I'm sure you likely get this a lot. I'm trying to make the suggestions stick03:16
|alucard|http://gyachi.sourceforge.net/ <-- what link will i download?03:16
matthew_And rc.local is all but useless03:16
|alucard|canthus13: http://gyachi.sourceforge.net/ <-- what link will i download?03:17
aut0tekjrib: no thanks, buddy. Maybe someone else won't require pastebin03:17
LicuadoraUbuntu did not recongnize my Compact Flash, How can I read it?03:17
edbianmatthew_, Please ask you question all on one line.  I'm getting confused.03:17
NightCorelol03:17
matthew_Oh sorry03:17
jribaut0tek: k, good luck with your issue.03:17
aut0tekchmod +x adb           ./adb       those are the only 2 commands u should need03:17
PJSingh5000NightCore:  Does the UbuntuTweak approach help you with your trash bin question?03:18
jribaut0tek: not what I asked.  I just ask for a pastebin because then we don't spend 10 exchanges trying to get you to show me exactly what you did and exactly what the output was.03:18
NightCorepjsingh5009 : i search about the option in software one sec03:18
aut0tekDude. u need a pastebin for 2 lines?03:18
|alucard|anyone help me please??03:18
IdleOne|alucard|: follow the instructions here http://blog.sudobits.com/2010/07/06/how-to-install-gyachi-on-ubuntu-10-04-lucid/03:18
PJSingh5000NightCre: you'll have to get it from the web site, but SoftWare Center will install if yoi you right from the browser.03:19
jribaut0tek: look, you're asking for help.  If this makes it possible for me to help you, why don't you just do it.  If you don't want to that's fine, we can move on to doing other things03:19
matthew_My apologies for disappearing. Something came up...03:20
matthew_I have to run, I will return03:20
aut0tekjrib: Merry Christmas http://paste.ubuntu.com/523054/03:21
ilovefairuzNightCore: change passphrase caching settings in 'seahorse'03:21
jribaut0tek: what is "adb"?03:21
LicuadoraHow can I make Ubuntu read my CompactFlash?03:21
aut0tek...03:21
goku1insert it03:21
goku1lol03:21
NightCoreilovefairuz : what ? i dont understand.. and i fix the trash problem03:21
aut0tekIt's an executable03:22
jribaut0tek: what exactly is it?  Did you create it?03:22
|alucard|how to open the download files?03:22
LicuadoraFor some reason Ubuntu is not reading my compact flash03:22
aut0tekno03:22
jrib!who | aut0tek03:22
ubottuaut0tek: 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 :)03:22
ilovefairuzNightCore: you asked me how to disable remembering your keyring password03:22
goku1Licuadora: what you mean how do i make ubuntu read a compact flash03:22
Phail_QuailLicuadora: it's USB?03:22
LicuadoraI have a CompactFlash reader03:22
goku1Licuadora: maybe the reader needs a driver03:23
NightCoreilovefairuz : i didnt ask it03:23
NightCoreilovefairuz : i ask how to remove extenstion files03:23
Licuadoragoku1: I dont know, it was working fine a few days ago03:23
goku1Licuadora: ntfs formated card?03:24
ilovefairuz"NightCore: ilovefairuz : i want when i login i need to write password again.. all the im softwares just rememer your password.. there is any way disable it ?"03:24
oliver602is there a build of 11.04 available for download?03:24
canthus13|alucard|: follow the instructions on the link that's been posted at least 3 times now:  http://blog.sudobits.com/2010/07/06/how-to-install-gyachi-on-ubuntu-10-04-lucid/03:24
pksadiqaut0tek: survived?03:24
NightCoreilovefairuz : ah yes03:24
aut0tekpksadiq: what?03:24
Phail_Quailoliver602: if you have to ask, you're probably not ready for it.03:24
Licuadoragoku1,  I think so, it is a CANON memory card03:24
NightCoreilovefairuz : change passhrase caching settings in 'seahorse' ?03:24
ActionParsnipLicuadora: reboot and login with the card out, the plug it in, wait 10 seconds then run:  dmesg | tail; mount; sudo fdisk -l   use http://pastebin.com   to give the output. Thanks03:24
NightCoresorry i cant understand03:24
goku1Licuadora: ntfs marked dirty dont auto mount03:24
oliver602i want to look at it in a virtual machine03:24
ActionParsnipoliver602: there is an alpha out next month03:25
goku1Licuadora: you should be able to maount it manuly as read only03:25
IdleOneoliver602: no not yet. #ubuntu+1 for 11.0403:25
oliver602ok thanks03:25
ActionParsnipoliver602: check the release schedule and you'll know when its available. i'm with Phail_Quail on this one though03:25
ilovefairuzNightCore: alt+2 and type seahorse03:25
pksadiqaut0tek:  try sh <filename>03:25
ilovefairuzNightCore: alt+F203:25
NightCoreok what now03:26
oliver602yes i see the alpha 1 for 2-1203:26
jribaut0tek: "what exactly is it?"03:26
aut0tekpksadiq: adb: 1: Syntax error: "(" unexpected03:26
titan-arkhi! I am using 10.04 on an HPdv4t and I have noticed my battery back up is much lower when compared to my win 7 boot, and also it is generally warmer (toasting while charging and using some more resources like virtual box, etc)03:26
Licuadoragoku1,  Are those commands gonna format my memory card? because I have some important pictures there03:26
jean_ol03:26
ActionParsniptitan-ark: are there bugs logged for it?03:26
pksadiqaut0tek: there is some error in the file03:26
Licuadoragoku1,  I thought fdisk was a partition tool03:26
goku1Licuadora: no just mount it as read only eg mount /dev/sdb /media/memerycard03:26
titan-arkActionParsnip, I was unable to find anything03:26
NightCoreilovefairuz : what now ?03:26
pksadiqaut0tek: patebin the file content03:26
Serephive got both editor and visual set to vim but visudo brings up nano, any ideas03:27
jribpksadiq: you're assuming it's a posix-compliant shell script03:27
aut0tekpksadiq: I'd believe that if it didn't run in 10.04 just fine. :(03:27
titan-arkActionParsnip, I am not a pro using Ubuntu, so I could be looking in the wrong places03:27
ActionParsniptitan-ark: then i'd create a bug for acpi thenm03:27
Licuadoralet me try it then03:27
goku1Licuadora: you can use fdisk to see where in dev it is fdish -l03:27
Licuadorathx03:27
goku1fdisk03:27
ActionParsnip!bug | titan-ark03:27
ubottutitan-ark: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs - Bugs in/wishes for the IRC bots (not Ubuntu) can be filed at http://bugs.launchpad.net/ubuntu-bots03:27
jribpksadiq: again, we have to guess at this...03:27
ilovefairuzNightCore: Edit > Preferences03:28
titan-arkActionParsnip, Okay, thank you03:28
ActionParsniptitan-ark: you'l find hp have worked with microsoft so they can use cheapo software heat monitors rather than nice hardware ones and not made it so Linux plays nice in some way03:28
Licuadoraosmodivs@Djiin:~$ fdisk -l03:28
Licuadoraosmodivs@Djiin:~$03:28
NightCoreilovefairuz :  ok.. what now ?03:28
ActionParsnipLicuadora: fdisk needs sudo03:28
polyfauxmight I ask the best way to get rid of a geom error on an EEEPC 90103:28
SerephLicuadora: sudo fdisk -l03:28
pksadiqjrib: What?03:28
ilovefairuzNightCore: passphrase caching tab03:29
jribpksadiq: we have to guess what "adb" is because aut0tek does not tell us03:29
titan-arkActionParsnip, lol yes! i am sick of my laptop, been giving me problems within 3 months03:29
goku1Licuadora: eg sudo mount /dev/sdb /media/card the second commands need to be to a folder03:29
ActionParsnippolyfaux: note the precise error and websearch for it03:29
Dwade09how do i get my internal ip address?03:29
jribDwade09: ifconfig03:29
ActionParsnipDwade09: ifconfig03:29
edbianDwade09, ip addr03:29
Dwade09thanks guys03:29
goku1Licuadora: ifyou dont see the card with fdisk then ubuntu is not seeing the card03:29
NightCoreilovefairuz :  passparhge caching tab ? i have only 2 tabs03:29
pksadiqjrib: He might say, if he needs it seriously03:29
Licuadoragoku1,  that was i said03:30
NightCoreilovefairuz :  its the first tab or second?03:30
aut0tekHey, cool guy, if you don't wanna help, don't. But when you needed a pastebin for 2 lines, explaining the filetype is the least of my issues with you03:30
goku1Licuadora: well does fdisk -l see it03:30
Licuadoranope03:30
polyfauxthat is the problem i tried to install 10.10 netbook on my 901 now all i get is a blank screen with geom error on the top03:30
goku1Licuadora: it shod say /dev/sd something and the sector sizes03:30
jribaut0tek: I don't need the filetype.  I need to know what "adb" is.  I have to ask you things like 5 times before you answer them, I'm not sure why03:30
serenityanyone an idea how to fix my grub? http://pastebin.ca/197773503:31
aut0tekjrib: if you scroll up, I've told you. twice.03:31
ceh421i multiboot ubuntu, opensuse and win7, grub (installed durring ubuntu install) used to load all fine, still loads windows and ubuntu fine but said error file not found, you must load kernel first when i try to boot ubuntu, any quick fix for this?03:31
Licuadoragoku1,  Well, there is sda1/sda2/sda503:31
ceh421im sorry, i mean when i try to boot opensuse03:31
pksadiqaut0tek: be calm, from a file without extension, How can we identify?03:31
goku1Licuadora: it will list all your other drives the memery card probly being the smallest03:31
Chris____I've got a problem during install.03:32
pksadiqaut0tek: I asked to pastebin the file content, it might be more than a few lines03:32
titan-arkActionParsnip, I tried ubuntu-bug acpi and in the report section i saw Package: acpi (not installed)!!! what does that mean???03:32
goku1Licuadora: that system dule boot or multi hardrive03:32
jribaut0tek: all you've said is it's some sort of binary file.  The easier you make it for us to help you, the more likely we can help you...03:32
Licuadoragoku1,  first one: LINUX, second: EXTENDED third: LINUX SWAP03:32
Chris____I was trying to install Ubuntu, but forgot to mount the partition for the windows files to /windows.03:32
Licuadoragoku1,  first one: LINUX, second: EXTENDED third: LINUX SWAP/SOLARIS03:33
goku1Licuadora: lol you didnt need to extend it for 2 partation but whatever03:33
edbianChris____, Oh yeah... ?03:33
jribaut0tek: maybe I can rephrase it for you.  How would I get this "adb" myself?03:33
Chris____Then, when the screen hung and wouldn't let me finish the install (it just hung on "ready when you are"), I hit back, and now it's completely stuck.03:33
=== GMACK is now known as Big_Poppa_Ken
goku1Licuadora: then the issue is your card not being saw at all03:33
Chris____It just keeps saying that it's operating on something and doesn't seem to do anything.03:33
goku1Licuadora: you make shure your card reader is working03:34
goku1Licuadora: use lspci03:34
Licuadoragoku1,  Well, i dont even know what's the deal with extended and swap and solaris stuff03:34
alzieceh421 I don't think open suse supports grub203:34
goku1Licuadora: see if its in the list03:34
goku1Licuadora: the card reader03:34
ceh421alzie, it worked a few times... but then just stopped yesterday03:35
shadow98anybody on that has experience with csync03:36
jribshadow98: best to just ask the channel your actual question (on a single line)03:36
Chris____What should I do so that I can get my computer's functionality back?03:36
Licuadoragoku1,  http://ubuntu.pastebin.com/d0NS0gvb03:36
Licuadoragoku1,  I can't tell03:36
alzieceh421 do you still get a listing for suse on your grub menu?03:37
aut0tekjrib: Like I said, if I have to pastebin 2 lines for you... I doubt I'm gonna meet your other demands prior to helping. helping someone usually doesn't come with a set of rules, but you can be an assbag all you want. it's a binary executable that bash isn't running for some reason... that's about all the information that could possibly be required to help. May God help you become satisfied with your life, as you obviously aren't03:37
aut0tekcurrently, and feel the need to make ppl jump through hoops just for you to address their questions like you're a celebrity. Pfft. please. bye.03:37
shadow98im trying to use csync and im trying to use local ip name for one of the host...with out FQDN...in csync docs it says to use -N hostname from command line option..but im not seeing that as an option03:37
goku1Licuadora: i dont see it03:37
serenitydepmod wants to update grub, but it can't. Details here: http://pastebin.ca/197773503:37
ceh421alzie: yes, the listing is still there03:37
Licuadoradamn03:38
ceh421alzie: when i select suse, it gives me the 'error: file not found, you must load the kernel first"03:38
Chris____Can anyone help me?03:38
goku1Licuadora: looks like the card reader isnt being saw03:38
goku1Licuadora: i say check connections03:39
Licuadoragoku1,  It was working fine a few days ago03:39
=== fc is now known as Guest33162
LicuadoraI can see the LED turn rgeen when I insert the card03:39
goku1Licuadora: what brand is it03:39
Kalidarnhow do you get the language bot to tell people to go to their locale channel03:40
Licuadoragoku1,  I have no idea03:40
Kalidarnlike say some random comes in the channel speaking panish03:40
goku1Licuadora: or try resetting the reader by unplugging it03:40
Kalidarni know the channel is #kubuntu-es03:40
Kalidarnubottu's commands i couldn't find anywhere03:40
ubottuError: I am only a bot, please don't think I'm intelligent :)03:40
LicuadoraLet me try that03:40
=== serenity_ is now known as serenity
andresmhi'm having issues running 10.10 form a livecd USB. The latest one is GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0). Any suggestions?03:40
ActionParsnip!ubottu | Kalidarn03:41
ubottuKalidarn: Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots03:41
ActionParsnipandresmh: did you MD5 test the file you transferred to the USB?03:41
andresmhActionParsnip, how do I do that?03:41
ActionParsnip!md5 | andresmh03:41
ubottuandresmh: 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_Windows03:41
Kalidarnis it in factoids?03:41
ActionParsnipandresmh: without first testing the file, you have NO way of knowing if it is consistant or complere03:42
ActionParsnip*complete03:42
nedheadRe: Ubuntu Server 10.10 x86 -- How can I increase the framebuffer(?) size so that it fills my LCD screen (laptop)?  Thanks!03:42
chuxxssshi all03:43
andresmhActionParsnip, alright, I will check that. I just want to mention that the first error I got was  "unknown keyword in configuration file" which I fixed by removing the word "ui" from the file /syslinux/syslinux.cfg03:43
ActionParsnipnedhead: http://idyllictux.wordpress.com/2010/04/26/lucidubuntu-10-04-high-resolution-plymouth-virtual-terminal-for-atinvidia-cards-with-proprietaryrestricted-driver/03:43
ActionParsnipandresmh: again, could be a corrupt file due to a bad ISO03:43
andresmhActionParsnip, um,I find it weird that the link you sent about checking MD5 has instruction for Win. I'm running Ubuntu 9.04.03:44
goku1heh03:44
Chris____Can someone please help me?  I tried to install ubuntu, but forgot to mount the partitioned C drive to be used by windows to /windows.  In addition, when the installation process wouldn't let me continue (the forward button was greyed out even when the text said "ready when you are") I hit the back button and now it's not doing anything.  Please help.03:44
AbhiJitChris____, you dont do anything with windows partitions. you just leave it as it is.03:44
NightCorehow i install unity in desktop version ?03:44
AbhiJiti never heard anythingl ike /windows03:45
Chris____Ok, so why did the install just stop?03:45
andresmhActionParsnip, I found how to check md5 in Ubuntu :) But I'd suggest changing the bot's response to md503:45
goku1Chris____: no space?03:45
ActionParsnipandresmh: you can do that yourself03:45
goku1Chris____: do you ean you have to resize windows03:45
Chris____There should have been plenty of space.  I split a 310 GB hard drive in half.03:45
alzieceh421 sorry I was searching.  There seems to be some issue wth grub2 and suse, open suse is still using grub.  I found a reference to chain loading grub from grub2 to launch suse as a work around.03:46
goku1Chris____: oh you fotget to make a mount point if your using advanced its /03:46
ActionParsnipandresmh: you can say: /msg ubottu !md5 is descriptionhere   and the new text will be reviewed by the ops etc03:46
goku1Chris____: for linux03:46
Chris____No, I remembered to do that for the root partition.03:46
Chris____I set everything up the way I should have, but it wouldn't let me finish the install.03:46
goku1Chris____: formated as ext4 and so on?03:47
Chris____I formatted as ext3.03:47
goku1k03:47
goku1Chris____: sounds like you missed a step03:47
ceh421alzie: thnx, ill try chainloader03:48
goku1Chris____: just give it anoter go03:48
dotblanktest03:48
alzieceh421 sorry I can't help better :(03:48
Chris____So I should just hard reboot my computer?03:48
andresmhthanks ActionParsnip. OK, so I found the md5 string for my .iso file: 1b9df87e588451d2ca4643a036020410. Unfortunately the http://www.ubuntu.com/desktop/get-ubuntu/alternative-download page does not say what the correct value should be.03:48
dotblankWow.. why is mumble so terrible03:48
goku1Chris____: naa just rerun insaller03:48
dotblanknever seen so many compile time error03:48
dotblanks03:48
Chris____I can't do that.  It's stuck.03:48
NightCorehow i install unity in desktop version ?03:48
goku1Chris____: oh it froze03:48
Chris____Yes.03:49
Chris____Well... It says it's working, but it's not doing anything.03:49
goku1Chris____: yea just reboot and try again wnder why it froze03:49
Chris____OK.03:49
andresmhActionParsnip, I googled the string and I found https://help.ubuntu.com/community/UbuntuHashes03:49
andresmhActionParsnip, I think my md5 is correct03:49
pluhngzjust installed steam under wine/10.1003:50
goku1lol03:50
pluhngzlets see how "smooth" BC2 is in relation to win703:50
pluhngzif it sucks, the FPS, bye Ub, back to 7, lulz03:50
goku1win7 is win03:50
goku1pluhngz: or dule boot03:50
srihariI am trying to connect vpn in sun virtual box in ubuntu, can anybody hepm on this03:50
pluhngzi only have 1 HD now03:50
Dwade09i keep getting umount: /media/sdb1 mount disagrees with the fstab03:50
Dwade09 even though its not plugged in.03:50
pluhngz650gig, but gonna get 2 1TB i think03:51
PJSingh5000Chris____: if you forgot to create a mount point for /Windows during Ubuntu install, you can add that mount point later on.03:51
pluhngz1 for 10.10, one for 703:51
goku1pluhngz: so partation it lol linux doesent need alot of space03:51
pluhngzit is now03:51
pluhngz350for 7, 300 10.1003:51
pluhngzbut i dont like splitting HD up03:51
goku1pluhngz: lol alot more then you need03:51
pluhngzdoesnt seem optimal03:51
andresmhseems like people are reporting my same problem with LiveCD on a USB since 10.04 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/57227903:51
Phail_QuailI am using ArchLinux right now. It only uses about 1.3gigs of space. =P03:51
=== m00se is now known as Countm00sula
andresmhthis seems like a pretty big deal, especially for beginners. I'm surprised it hasn't been fixed since 10.0403:52
Phail_Quailpluhngz: you... don't like partitioning an HDD because it doesn't seem optimal?03:52
pluhngzi like the concept of03:52
goku1pluhngz: will i leave my game os it and beginnning of thr drive optimal and linux at the end sitting in 10gb03:52
pluhngzdedicated hd's per OS03:52
andresmhit must be specific to my hardware, but still... sad state of affaris03:52
pluhngzbut about to test some games now03:53
enavjoin #thisweeklinux03:53
pluhngzi have a fast system, core 2 quad 64bit03:53
pluhngz6gig ddr3, 9800gt03:53
NightCorehow i install unity in desktop version ?03:53
pluhngzneed a new vid card03:53
goku1pluhngz: lol ritcher then me03:53
pluhngzbut 9800gt gets the job done03:53
blackshirthello..03:53
Phail_QuailHello blackshirt03:53
goku1pluhngz: amd septron a netbook and a dule core labby03:54
blackshirtwhat  the topics is >>03:54
Phail_Quailblackshirt: use /topic03:54
goku1pluhngz: old machines03:54
blackshirtPhial_Quail: ok, thanks ..03:54
Phail_Quailblackshirt: always a pleasure. =)03:54
blackshirt i have a problem here, maybe you can help me ??03:55
enavNightCore: http://www.youtube.com/watch?v=zZITMkyEC3I03:55
Phail_Quail!ask | blackshirt03:55
ubottublackshirt: 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. :-)03:55
blackshirtok03:55
Dwade09i keep getting Error mounting: mount exited with exit code 1: helper failed with:03:55
Dwade09Unprivileged user can not mount NTFS block devices using the external FUSE03:55
Dwade09library. Either mount the volume as root, or rebuild NTFS-3G with integrated03:55
Dwade09FUSE support and make it setuid root. Please see more information at03:55
Dwade09http://ntfs-3g.org/support.html#unprivileged03:55
FloodBot4Dwade09: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.03:55
andresmhI'm trying to test out 10.10 but I can't because I get "getpwuid_r(): failed due to unknown user id (0)" when trying to boot the LiveCD from a USB? Seems like this has been reported  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/572279/comments/29 Any suggested workarounds?03:56
mint_sir please help me03:56
Phail_QuailDwade09: are you attempting to mount as root?03:56
Dwade09it happens whn i plug it in, i want read/write03:56
Phail_Quail!ask | mint_03:56
ubottumint_: 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. :-)03:56
mint_wen i boot my system, it shows " GRUB RESCUE"03:57
enavNightCore: after that installation all windows will open on maximun and the tittlebar will dessapearn on maximized mode....   so you need to unistall this package:  maximus   and  re login to your sistem03:57
Phail_QuailDwade09: do you see it when you plug it in?03:57
blackshirti have 2 usb modem with broadbrand connection on my local gsm provider. howto we configure linux (especially ubuntu) to use them simultaneusly03:57
mint_all my valuable data inside.. plz plz help03:57
Dwade09not now,03:57
goku1andresmh: darn i had the fix for that problem and deleted it lol03:57
Phail_QuailDwade09: when you plug it in, do you see it?03:57
Phail_Quail!grub | mint_03:57
ubottumint_: grub is the default boot manager for Ubuntu releases before Karmic (9.10). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto - See !grub2 for Karmic onwards.03:57
andresmhgoku1, what do you "deleted it" ?03:57
NightCoreenav : i insatlled ubuntu netbook sisytem03:57
Dwade09Phail_Quail,  not now no03:57
goku1andresmh: you need to make a change to the linux boot file for usb to work03:57
butch128I just got 2 new drives and raid1'd them - but i have three old drives with my old OS i want to mount (they were in raid5) - how they show up (/sdb/sdc/sdd) but aren't mounted... How can i mount these? Mdadm?  I don't want to destroy my data..03:57
mint_No i have only MINT 10 inside03:57
NightCoreenav : and i dont see any changes.. what to do now ?03:57
rwwubottu: mintsupport | mint_03:58
ubottumint_: Linux Mint is not a supported derivative of Ubuntu, please seek support in #linuxmint-help on irc.spotchat.org03:58
Dwade09Phail_Quail,  i did this sudo chmod u+s /bin/ntfs-3g03:58
Dwade09 and now nothing03:58
andresmhgoku1, wow, not so friendly for newcomers to Ubuntu :-/03:58
blackshirthello, anybody can help me ??03:58
andresmhgoku1, my googlefu is not finding any solutions yet03:58
Phail_Quail!ask | blackshirt03:58
ubottublackshirt: 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. :-)03:58
goku1andresmh: i beleve the latest version of unetbootin workds for making 10.10 usb03:58
goku1works03:58
blackshirti have asked above, please check03:59
Phail_QuailDwade09: you don't see it at all?03:59
goku1it has the changes03:59
andresmhgoku1, ok, I will download unetbootin03:59
Dwade09Phail_Quail,  no i dont03:59
andresmhi'm on 9.04 now03:59
caleb_Hey guys, I'm installing the java package so I can play minecraft and other things, but on the license agreement, when I press space, it doesn't work. Could someone enlighten me to what I'm meant to do?03:59
PJSingh5000caleb_: which java package are you installing?04:00
andresmhgoku1, unetbootin is a Win app?!04:00
k1nghow do i move the buttons?04:00
k1ngto lef04:00
k1ngt04:00
goku1andresmh: win and linux04:00
caleb_PJSingh5000: At the moment, sun-java6-bin I think.04:00
PJSingh5000Are you installing using Software Center or using command line?04:00
butch128basically - will this destroy my data, or remount it? sudo mdadm --scan --assemble /dev/md2 /dev/sdb1 /dev/sdc1 /dev/sdd104:00
caleb_Yeah, it's on the license agreement for that and I can't get past it.04:01
rquiroshi, whats default name for grub.list file on ubuntu 10.4 ? did a find but this is waht i got04:01
caleb_Erm04:01
rquiros find ./ -name "*.lst"04:01
rquiros./grub/terminal.lst04:01
rquiros./grub/fs.lst04:01
caleb_It's the terminal command line, yeah.04:01
rquiros./grub/moddep.lst04:01
rquiros./grub/crypto.lst04:01
FloodBot4rquiros: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.04:01
rquiros./grub/parttool.lst04:01
rquiros./grub/video.lst04:01
rquiros./grub/handler.lst04:01
caleb_!enter rquiros04:01
PJSingh5000caleb_: ok, then did you get to the blue screen that asks if you accept the license?04:01
AbhiJitandresmh, you can run unetboitin on both linux and windows04:01
k1nghow do i move the buttons? (close, minimize and maximize) to the right04:01
rquiros!enter04:01
ubottuPlease try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!04:01
AbhiJit!controls | k1ng04:01
ubottuk1ng: In Lucid, the minimize, maximize, and close buttons have been moved to the left side. For more information, please see https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/532633/comments/564 | To move them back to the right-hand side, see http://sites.google.com/site/alucidfs/how-i-do/move-buttons-to-right-side04:01
caleb_It's just on the license, lots of words etc about it, and an Ok button.04:01
caleb_May I add I spammed the heck out of the Ok button.04:02
andresmhok, it just looked like it was loading Wine. I'll proceed to recreate my LiveUSB with unetboitin04:02
PJSingh5000caleb_: Press tab key to highlight the OK button in red.  Then press enter.04:02
caleb_Oh thanks!!!04:02
caleb_:D04:02
angel_hello!04:02
caleb_Thanks for the help :)04:03
PJSingh5000caleb_: yw04:03
goku1andresmh: lol you downloaded the windows one and it worked in wine heh04:03
caleb_I knew it was something stupid like that I've got to do lol.04:03
rquirosok, so i will try my question again ...04:03
andresmhgoku1, I clicked on the linux download, with the penguin and all04:03
goku1ah ok04:03
rquiroswhat is default name for grub.list file on ubuntu10.404:03
caleb_There we go, all installed -)04:03
rquirosi did a find , but this is what i got04:03
rquiroshttp://paste.ubuntu.com/523067/04:03
AbhiJit!grub2 | rquiros04:03
ubotturquiros: GRUB2 is the default Ubuntu boot manager since Ubuntu 9.10.  For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub204:03
NightCorehow i install unity in desktop vession ?04:03
PJSingh5000caleb_: nothing is stupid!  Glad it worked for you.  But, there is one more thing you need to do...04:03
PJSingh5000caleb_: are you singh Ubuntu 10.10 ?04:04
goku1NightCore: sudo apt-get install unity maybe04:04
goku1pretty good guss04:04
goku1guess lol04:04
andresmhgoku1, alrite, UNetbootin is now recreating my LiveUSB, we'll see if that one boots.04:05
andresmhman, it feels like Ubuntu is going backwards these days04:05
NightCoregkoul : dont work.. its install but i dont see it04:05
PJSingh5000caleb_: Ubuntu 10.10 comes with Open JDK.  You will need to tell it to use the Sun version/04:05
NightCorehow i install unity in desktop vession ?04:05
PJSingh5000caleb_: on the terminal type: sudo update-alternatives --config java04:06
goku1andresmh: i rember there being a bug with the live makers all of them couse 10.10 booted diffrent it got fixed in unetbooting and the ubuntu maker i beleve04:06
PJSingh5000caleb_: then pick the number for /usr/lib/jvm/java-6-sun/jre/bin/java04:06
ActionParsnipNightCore: http://www.ubuntugeek.com/new-unity-release-ready-for-testing-in-ubuntu-10-1010-04.html#more-621104:06
goku1ActionParsnip: lol i told him how04:06
ActionParsnipNightCore: you shouldnt need the ppa, just the commands will do it04:07
hiexpoandresmh, what prob you having iso not booting up on usb ?04:07
goku1hiexpo: he got the boot error04:07
caleb__PJSingh5000: I am running ubuntu 10.10 if that's what you mean :P04:07
Dwade09can someone help me please?04:07
goku1hiexpo: unetbootin should get him passed that04:07
hiexpogoku1, which one?04:07
NightCoreactionparsnip : i need to logout and choose  Ubuntu Netbook Edition?04:07
caleb__!ask04:08
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. :-)04:08
caleb__!question04:08
goku1hiexpo: its to far up for me to grab lol04:08
=== jeremy is now known as Guest96328
Guest96328hi04:08
hiexpogoku1, kk04:08
meeperanybody have any idea why apache2.2 wouldn't complain about an auth_digest setup but also simply wouldn't enforce it?04:08
goku1hiexpo: must be laoding thow hes not saying it didnt work04:08
velociostrichevery time I try to run any OpenGL program, it crashes with a segfault which after a little prodding, appears to be in the OpenGL library that comes  with fglrx. This only became a problem very recently (not sure exactly when) after an update methinks. Is there some way to roll back to a previous version of my video card driver? Or should I just try re-installing it ala apt-get? I have an ATI Radeon 5670.04:09
andresmhhiexpo, yes. I was trying to test out 10.10 but I while booting fom LiveUSB I got "getpwuid_r(): failed due to unknown user id (0)". I found it had been reported back in 10.04 and still active: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/572279/comments/29.  goku1, suggested I recreate my LiveUSB with UNetbootin which is what I am doing now (after having to install a package called 7zp)04:09
hiexpogoku1, gotta type help at the prompt and hit enter twice04:09
goku1hiexpo: oh that error i got pased it by modding the boot file04:09
hiexpogoku1, oh ok kool04:10
goku1hiexpo: and i think unetbooting has the mod now to04:10
=== cable is now known as Guest97835
andresmhUNetbootin just finished recreating the LiveUSB. I will try to reboot from the LiveUSB again. Wish me luck.04:10
goku1if it failes type help hit enter twice04:10
goku1another work around04:10
Guest97835trying to load starcraft and now it is telling me that the cd is not a trusted file, i need some loading this game04:11
andresmhok! will try that if it fails goku1, hopefully i'll see you from 10.1004:11
goku1hehe04:11
goku1hiexpo: sad part was i just deleted the modded syslinux file being i didnt need it anymore04:11
goku1hiexpo: i coulda just sent him04:12
Guest97835trying to load starcraft and now it is telling me that the cd is not a trusted file, i need some loading this game04:12
Chris____As far as installation goes, where should the boot loader be installed?04:12
hiexpogoku1, ya i did also decidedagainst upgrading did not wanna chance it04:12
ActionParsnipGuest97835: run:  wine /path/to/setup.exe04:12
goku1Chris____: in your setup mbr or the only drive you have04:12
ActionParsnipGuest97835: change the path and filename obviously04:12
goku1Chris____: ubuntu will do all that for you04:13
Chris____Ok. Thanks.04:13
Guest97835what command04:13
Guest97835i did not know that, that is why i am here asking questions04:14
goku1hiexpo: 10.10 is pretty rock solid04:14
goku1hiexpo: no reasion not to upgrade04:14
goku1hiexpo: i got 10.10 on my netbook 10.04 on my desktop04:14
goku1hiexpo: to lazy to upgrade the desktop04:15
hiexpogoku1, so is 9.10 if its not broke no need to fix it hehe04:15
Guest97835how do i change a path04:15
goku1hiexpo: well desktop runs win7 mostly04:15
goku1hiexpo: with my netbook next to it with ubuntu04:16
ActionParsniphiexpo: 9.10 is supported waaaay into next year so I wouldn't sweat for now :)04:16
Geitenneukerhello ubuntu youngers - how do i create a raid6 with 1 spare with 11 drives using mdadm?04:16
goku1hiexpo: win7 isnt half bad after i tweaked the gui from being oversized04:17
ActionParsnip!raid04:17
ubottuTips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto04:17
hiexpoActionParsnip, exactly04:17
Guest97835trying to load starcraft and now it is telling me that the cd is not a trusted file, i need some loading this game04:17
ActionParsnipGuest97835: i told you how to run it, it's because the executable bit isn't set but if you ran it as I said then you don't need it setting04:17
goku1Guest97835: unfortanly unless your running cedega cd copryrighted games will not work04:18
Omen_20how do you add VNC support to Terminal Server Client? VNC is grayed out.04:18
Roastedzomg. wheres screenlets. installed it but cannot locate. HALP.04:18
Guest97835i asked for what command04:18
goku1Guest97835: you need to no cd it04:18
fish_sticksGuest97835, did you try out cx games?04:18
goku1fish_sticks: its the copy protection04:19
fish_sticksgoku1, no cd crack?04:19
goku1fish_sticks: probly04:19
Guest97835how i change the path04:19
kostkonGuest97835, right click on the .exe, select Properties, then Permissions, then enable Allow executing file as program04:19
fish_sticksgoku1, if its a cd crack,why would that be a problem?04:19
goku1fish_sticks: wine doesent do copy protection04:19
goku1fish_sticks: his isnt04:20
Guest97835it will not allow permission04:20
fish_sticksthats why I asked him to try cx games04:20
fish_stickscrossover04:20
kostkonGuest97835, then, right click and select Run with Wine. Obviously you need to install wine first.04:20
ActionParsnipGuest97835: if you address me by using my nick, it will highlight or your text gets lost in the flow04:20
goku1cedega and cs game do04:20
goku1cx04:20
fish_sticks1 week trial version =)04:20
Guest97835tried that too04:20
ActionParsnipGuest97835: see how my text to you highlights? thats because I ty[e your nick at the start of the text04:20
goku1Guest97835: do you mean the cd is not mounting?04:20
=== matthew is now known as Guest584
ActionParsnipGuest97835: the command is:  wine /path/to/setup.exe04:21
ActionParsnipGuest97835: i can't possibly know the path so you will have to fillout the path yourself04:21
multipa3how do i edit the grub file?04:21
ActionParsnip!grub2 | multipa304:21
ubottumultipa3: GRUB2 is the default Ubuntu boot manager since Ubuntu 9.10.  For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub204:21
goku1ActionParsnip: well if its a defult mount wine /media/cdrom/setup.exe04:21
goku1forgot the path to04:22
multipa3ty04:22
Guest97835the file '/.....(Windows).exe' is not marked as excutable04:22
Guest584oh hello04:22
meeperhmm, interesting04:22
meeperthis is all about the Location header04:22
Guest97835that is what the block error say04:22
Dwade09how can i fix this error guys Error mounting: mount exited with exit code 1: helper failed with:04:23
Dwade09Unprivileged user can not mount NTFS block devices using the external FUSE04:23
Dwade09library. Either mount the volume as root, or rebuild NTFS-3G with integrated04:23
Dwade09FUSE support and make it setuid root. Please see more information at04:23
Dwade09http://ntfs-3g.org/support.html#unprivileged04:23
FloodBot4Dwade09: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.04:23
nedheadActionParsnip: Thanks for your help!  Worked great :)04:23
goku1Dwade09: probly a flaged dirty ntfs04:23
goku1Dwade09: common issue04:23
Dwade09no its not goku1 if i use manual mount it works fine,04:23
Dwade09that is from the auto plug in04:24
goku1Dwade09: yea it will04:24
Dwade09how i fix it?04:24
Dwade09its a new hdd, i know its not bad04:24
goku1Dwade09: buut if its dirty ir will not auto mount and by hand only read only04:24
goku1Dwade09: let windows run chkdsk on it04:24
Dwade09i have no windows04:24
Dwade09and again its new.04:24
Dwade09no issues04:24
goku1Dwade09: thats why its doing that04:25
goku1Dwade09: if yout not windows why even use ntfs04:25
Dwade09because at the time i was04:25
ActionParsnipnedhead: swet :)04:25
matthew_oh hello04:26
goku1Dwade09: umm that can be hard04:26
goku1Dwade09: linux does not have chkdsk for ntfs04:26
ActionParsnipGuest97835: you could try: chmod +x /path/to/setup.exe   then rerun the previous command04:26
goku1Dwade09: to unflage it04:26
ActionParsnipDwade09: goku1: it can if you install ntfs-tools04:26
goku1ActionParsnip: true bit it does not always work and just tell you to use windows anyways04:27
abhishekhi all, when i use open source ati driver, then the boot splash screen loads fine. But when i load the proprietry one then it doesn't. How to handle this??04:27
goku1Dwade09: worth a shot thow04:27
john38what does this mean04:27
ActionParsnipgoku1: true i'd use windows to check it too, but it does exist (even if it sucks like ntfs does)04:27
john38E: Invalid operation install-linux-restricted-modules-2.6.32-21-generic04:27
ravi_hi04:27
ActionParsnipjohn38: sudo apt-get install linux-restricted-modules-generic04:28
ravi_how to create image field as input04:28
Dwade09i have ntfs-tools installed ActionParsnip04:28
abhishekplease tell anyone04:28
abhishek:)04:28
goku1Dwade09: then run its chkdisk on that drive04:28
goku1Dwade09: it should unflag it04:28
john38act04:28
goku1Dwade09: and after let it auto mount04:28
Guest97835cannot access '/path/to/setup...04:28
goku1chkdsk04:29
goku1had a extra i04:29
ActionParsnipDwade09: a quick websearch would have shown you this: http://ubuntuforums.org/showthread.php?t=72953504:29
ActionParsnipGuest97835: read the command I gave04:29
goku1i think its chkdsk-ntfs04:29
abhifxhi. my internet is not working in browser and other apps but its working for synaptic. can someone help me?04:29
ActionParsnipGuest97835: then think about it...04:29
goku1and point it to your drive04:29
ActionParsnipabhifx: change your DNS to 8.8.8.8 and retry04:29
Guest97835i typed the command you gave me and it cannot access04:29
goku1eg chkdsk-ntfs /dev/sdb04:29
goku1something like that04:30
goku1ben a wile sence i even used linux for ntfs04:30
jlaHi. I started a 10.10 upgrade more than a few hours ago and it's stuck. On the screen a message about update-grub is in the background behind the upgrade details showing some grub hook processing, and from a virtual console I've found 40+ thousand entries in /tmp/orbit-<myuser>/ and growing.04:30
ActionParsnipGuest97835: yes, but I have no way of knowing the EXACT path, so I was kinda relying on you to be the smar one and CHANGE the command to the actual path and filename of the file04:30
hiexpoGuest97835, is it a cd rom?04:30
ActionParsnipGuest97835: hence 'think about it...'04:30
abhifxActionParsnip: thats the open dns.. no no no... you see its working in rekonq browser too. but not in firefox and other gnome apps04:31
abhishekpleae04:32
abhishekplease04:32
Taz1Anyone willing to walk me through how to set up Photoshop CS2 on 10.10 or guide me to someone who will? The online help doesn't work.04:32
ActionParsnipabhifx: abhifx http://ubuntuforums.org/showthread.php?t=76704504:32
Dwade09ActionParsnip,  its not letting me do chckdsk04:32
ActionParsnip!appdb | taz104:32
ubottutaz1: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help04:32
ActionParsnipDwade09: then i suggest you use bartpe or you can boot to recovery mode in a windows XP and higher CD and chkdsk there04:33
goku1ActionParsnip: whatever happond to winfs lol04:33
Dwade09i dont have windows or windos dsks04:33
ActionParsnipabhifx: in firefox's about: config   add: browser.offline-apps.notify   as a boolean value and set it to false, should be ok04:34
matthew_Hello, I was in before, however had to leave abruptly. I am in need of help with regards to PowerTop04:34
ActionParsnipgoku1: no idea :)04:34
goku1Dwade09: try using nfts tools version of chkdsk and see if it unflages the drive it works sometimes04:34
ActionParsnipDwade09: then you 'll need a friends PC. If you dont use windows then why use NTFS?04:34
goku1Dwade09: anything you do a unclean shutdown ntfs gets flaged or make a new partation04:34
abhishekam i not audible !!!!!!!104:35
Dwade09if i remove everything on it, format to ext2 or what ever will it work then?04:35
ActionParsnipDwade09: I suggest you use the safetly unmount feature on the partition in future instead of just ripping it out, this sort of activity is exactly what would cause your issue04:35
goku1Dwade09: yep but windows whont ever see it04:35
Dwade09thats fine,04:35
abhifxActionParsnip: thank you very much.04:35
jlax died and the /tmp/orbit-<myuser>/ topped out at 50353. I hope I don't have to reinstall.04:35
john38ActionParsnip, screen turned blank04:35
Dwade09ill try that , i hope it auto mounts it04:35
ActionParsnipabhishek: you havent stated your issue. all I can see is "help" which doesn't mean anything04:35
ActionParsnipjohn38: what caused that?04:36
PJSingh5000abhishek: Ask your question again, since some new folks have joined since you asked it.  I have not been able to get the proprietary ati drivers to work ever since the open source ones were released.04:36
john38ActionParsnip, been having problems using my video card04:36
john38ActionParsnip, radeon X1600 pro04:36
abhishekwhen i use open source ati driver, then the boot splash screen loads fine. But when i load the proprietry one then it doesn't. How to handle this??04:36
=== satty is now known as Guest73321
ActionParsnipabhifx: chrome/ium doesn't have the stupid network manager hangup which firefox has and just gets on with the job04:36
ActionParsnipjohn38: www.ubuntugeek.com/how-to-fix-ubuntu-10-04-lts-lucid-blank-screen-at-startup.html - Cached04:37
NightCoreIs there a way I can have empathy remember my account name but not my password?04:37
abhifxActionParsnip: well even chromiuim fails over here04:37
john38ActionParsnip, after typing sudo apt-get install linux-restricted-modules-generic04:37
chuxxssshow do I remove a  removal blacklist04:37
john38ActionParsnip, i get this E: Couldn't find package linux-restricted-modules-generic04:37
goku1abhifx: i found chrome to be slower at video rendering smoking fast at everything else04:37
hiexpoGuest97835, browse cd find exe file right click on it > click properties high lite location and copy > paste it add a \after it than copy name paste it right after \ theres your location pretty easy stuff04:37
Dwade09hey ActionParsnip and goku1 what if i install windows via virtual machine? would that fix the mount issue too?04:38
ActionParsnipjohn38: search in software centre04:38
abhifxActionParsnip: i am trying the method provided in the forum. i will let you know if things work. thanks again04:38
goku1Dwade09: if its a usb drive shure windows can chkdsk it just attach it to the vm04:38
ActionParsnipDwade09: possibly with the closed source version as it has USB access04:38
abhishekWell now i have posted it. But it seems i have to keep posting it after 5 mins. :P04:38
abhisheklol04:38
john38ActionParsnip, its not there04:38
john38ActionParsnip, how do i type it04:38
goku1Dwade09: yea dl virtulbox from orical directly04:38
Dwade09got it alrdy04:38
goku1Dwade09: not he repo ver04:39
goku1the04:39
abhishekor there is one more query rather then a question. Can i somehow load the ati drivers but use only the CPU for rendering the GUI ??04:39
goku1Dwade09: unmount it from linux then attack to windows vm04:39
goku1attach04:39
john38ActionParsnip, heh i havent even installed updates04:39
Dwade09im sorry ActionParsnip and goku1 if i seem rude or nasty i been dealing with this computer for the last 12 hours04:39
goku1Dwade09: i dont see any reasion it wouldent see it and run it04:40
goku1Dwade09: or just invoke it from the command line like chkdsk d: /f04:40
Dwade09goku1,  could i also share files back and forth from the vbox and my main linux ?04:40
abhishekanybody please....................04:40
goku1 /f means fix04:40
goku1Dwade09: easly04:41
yagoogoku1, in respect to that question, can he copy desktop to desktop? (copy&paste?)04:41
goku1Dwade09: just dont have the vm and the drive you wanna fix on the same partation04:41
goku1yagoo: yes04:41
ActionParsnipjohn38: there is no restricted modules package04:42
niteesh_vbox tools04:42
john38ActionParsnip, what?04:42
prymals04:42
yagoogoku1, ah.. must be the vbox tools then he needs.. i've done that poop on vmware.. cant recall if vbox does the same.. ahha04:42
ActionParsnipabhifx: i doubt it04:42
goku1yagoo: yes virtulbox has a shared clipbord04:42
john38ActionParsnip, doesnt exist?04:42
niteesh_yagoo: vbao also hav dat04:42
ActionParsnipjohn38: there is no restricted modules package, there are modules packages available, none have 'restricted' in the name04:42
niteesh_vbox*04:43
ActionParsnipjohn38: http://pastebin.com/TB6RuSPG04:43
chuxxssscan anyone point me towards the  removal blacklist files so I can upgrade my system04:43
hpzhey is it safe to upgrade to 10.10 from 9.10 or do i need to do 10.04 first?04:43
ActionParsnipchuxxsss: can you expand on 'removal blacklist files'04:43
john38ActionParsnip, here is what im supposed to do04:43
ActionParsniphpz: you need to upgrade to lucid first04:44
abhishekwhen i use open source ati driver, then the boot splash screen loads fine. But when i load the proprietry one then it doesn't. How to handle this?04:44
abhishekalso Can i somehow load the ati drivers but use only the CPU for rendering the GUI ?04:44
abhifxActionParsnip: even the applets in awn doesnt work, so does the screenlets. dont know what is the actual issue. i will restart after installing the updates. lets see04:44
abhishekplease tell anyone04:44
PJSingh5000abishek: have you tried passing parameter vga=XXX to the kerner at boot time?   vga=785 is 640×480; vga=788 is 800×600; vga=791 is 1024×768; vga=794 is 1280×102404:44
ActionParsnipabhifx: http://pastebin.com/TB6RuSPG04:44
hpzcool thx ActionParsnip04:44
john38ActionParsnip, http://paste.ubuntu.com/523083/04:44
hiexpohpz, fresh install easier04:44
ActionParsnipabhishek: the driver will be used to make the x server you see, so no04:45
hpzhiexpo, considered that04:45
abhishekokay and what about the splash screen04:45
abhishekActionParsnip: ??04:45
chuxxsssSystem cannot remove skype-common for upgrade as I wanted to keep it before and it is in a blacklist not to be removed.04:45
abhishekActionParsnip: when i use open source ati driver, then the boot splash screen loads fine. But when i load the proprietry one then it doesn't. How to handle this?04:46
abhishekActionParsnip: Right in the boot time can't we tell the Xserver to not use ati but load the drivers ???04:46
PJSingh5000abishek: the splash screen may not be displaying because the resolution is not right.  Specifying the correct resolution in the boot options might help.04:46
ActionParsnipjohn38: that guide is circa 2007, I can tell as Gutsy was the last release to have the menu driven interface when: sudo dpkg-reconfigure xserver-xorg   was ran, it doesn't apply now. Just remove the packages and install the packages as it says, should be fine04:47
Sayohello. i have recently lost all contact with my windows partition, and when clicking it's icon in file manager, it says it can't find it's mount point. I'm on UNR, the latest release.04:47
SayoAnyone have any idea how to manually find it to re-mount it?04:47
DragonKeeperpossible to host 2 websites on the same server ???04:47
Sayoand/or ideas how this could have happened so i can prevent it in the future :O04:47
abhishekActionParsinp: In xorg.conf we have things like device section and all so can't we tell the XServer to not use ati and still be able to load the drivers04:48
abhishek?04:48
ActionParsnipabhishek: if you use proprietary drivers then that guide I gave will make the boot use the fb driver and give any res it your display can do under such a basic driver (its pretty good though) and will give a splash. When X loads it will load the proprietary driver :)04:48
john38ActionParsnip, after sudo dpkg-reconfigure xserver-xorg is there a box that comes up asking me what to do04:48
john38ActionParsnip, ?04:48
abhishekActionParsnip: sorry i didn't get any guide here04:48
abhishek?04:48
ActionParsnipjohn38: no, the OS doesn't do that now04:48
abhishekconnectivity problems i think04:48
ActionParsnipabhishek: http://idyllictux.wordpress.com/2010/04/26/lucidubuntu-10-04-high-resolution-plymouth-virtual-terminal-for-atinvidia-cards-with-proprietaryrestricted-driver/04:48
alesanhi04:49
john38ActionParsnip, nothing really happens when i enter sudo dpkg-reconfigure xserver-xorg04:49
alesanI am using xthightvnc to access a windows machine04:49
alesanit's very slow04:49
ActionParsnipjohn38: hence me knowing the guide you have is old04:49
john38ActionParsnip, come back to prompt04:49
alesansometimes the refhres of one page takes seconds04:49
alesando you know a faster vnc client?04:49
ActionParsnipjohn38: it won't it will just reset the settings to failsafe a little, ready for booting the gui04:49
ActionParsnipalesan: vinagre is part of a stock install04:50
alesanvinagre?04:50
alesanwhat is?04:50
john38ActionParsnip, oh im just trying to fix the flickering i get at boot and maximize windows scrolling performance04:50
ActionParsnipjohn38: you can use this link to use the framebuffer driver for booting: http://idyllictux.wordpress.com/2010/04/26/lucidubuntu-10-04-high-resolution-plymouth-virtual-terminal-for-atinvidia-cards-with-proprietaryrestricted-driver/04:50
PJSingh5000Does anyone know how to get Archive Manger (file-roller) to open *.cab archives?  I have installed the cabextract package.04:52
john38ActionParsnip, thats the damnest thing if i plug in new DVI monitor to system video is unclear does that have anything to do with it04:52
razielIs there a way I can have empathy remember my account name but not my password?04:52
john38ActionParsnip, i had to use D-SUB and screw them in04:52
chuxxsssActionParsnip System cannot remove skype-common for upgrade as I wanted to keep it before and it is in a blacklist not to be removed.04:52
ActionParsnipchuxxsss: just remove it, you can reinstall it when you are on the other side04:53
chuxxsssWill not let me remove it04:53
PJSingh5000raziel: wouldn't you simply clear your password from your account?04:53
razielPJSIngh5000 : i cant..04:54
razielPJSIngh5000 : look here http://wwww.ubuntuforums.org/showthread.php?p=899237604:54
ActionParsnipchuxxsss: then run;  sudo apt-get --purge remove skype-common    if it doesn't remove, use http://pastebin.com to give the output, thanks04:54
ActionParsnipjohn38: not sure, if you remove all the ati and radeo drivers (or blacklist them) you will force the OS to use vesa and it will show an x server04:55
PJSingh5000raraziel: so, in the tool bar of the contact list,  you click on Edit | Accounts.  Then select your account, anc click o nthe little "broom" icon next to the password?04:55
john38ActionParsnip, lol i dont understand04:55
john38ActionParsnip, vesa being legacy drivers?04:55
razielbroom ?04:56
chuxxsssok doing that thank you for your time.04:56
PJSingh5000raziel: Are you using Ubuntu 10.10 ?04:56
razielyes04:56
razielwhen i remove password in empathy its ask me are you sure you want continue ? i have ignore and cancel04:57
PJSingh5000raziel: On th top right, click on the little envelope icon.  Then click contacts, so your contacts window appears.04:57
ActionParsnipjohn38: yes, they will work, you can then build from there04:57
PJSingh5000raziel: then click Edit in the menu bar, and select Accounts.04:57
razielevolution ?04:57
PJSingh5000raziel: Are you using evolution or empathy?04:58
razielPJSIngh5000 : i know i click accounts in empathy04:58
razielempathy04:58
eventyretsadly i must say its sad its impossible to make new convos popup in empathy Q_Q04:59
PJSingh5000raziel: my icon may be different from yours.  In any case, there is a little icon next to the password.  That is supposed to clear the password.04:59
razielPJSIngh5000: i see the icon and its clear my password.. but i cant save my settings when i clear my password05:00
PJSingh5000raziel: You should simply be able to click the "Close" button, and your changes are saved.  Is the close button not active?05:01
PJSingh5000raziel: I also have an "Apply" button.  This is active if I clear my password.05:01
razieli clicked close then i have that option but then its ask me if i want to continue .. 'ignore' , 'cancel' both of them dont work05:02
raziellook : http://www.fastup.co.il/images/60219280.png05:02
PJSingh5000raziel: as soon as I clear my password, the "Cancel" and "Apply" buttons become active in my "Messaging and VoIP Accounts" dialo.05:02
PJSingh5000raziel: diaog = dialog05:03
PJSingh5000raziel: when you chose continue, what happens?05:04
razielp5singh5000 : i dont have continue .. only cancel ignore and cancel05:04
PJSingh5000raziel: try ignore.05:04
razieldont work..05:05
PJSingh5000raziel: :(05:05
razieli tired both.. look he have 'reverse' problem http://wwww.ubuntuforums.org/showthread.php?p=899237605:05
greezmunkeylo05:06
chuxxssshttp://pastebin.com/G2nnGTiz05:06
raziel:(05:07
chuxxsssActionParsnip, http://pastebin.com/G2nnGTiz05:07
andresmhhiexpo: recreating the liveusb using that other liveusb creator worked.05:07
Taz1I can't turn on my bluetooth.05:07
andresmhI found that 10.10 has the same regression bug that 9.04 had which prevents it from using my laptop'05:08
andresmh's mic05:08
PJSingh5000raziel: ha ha, I tried it, and I just got completely disconnected !  For some reason, it did not give me the option to cancel or ignore.05:08
=== dabukalam_ is now known as dabukalam
hiexpoandresmh, oh the usb live cd creator05:08
razielP5JSIngh5000 : its work to you ?05:08
moviefan33Hello05:08
moviefan33I'm new to Ubuntu and need an alternative to coverxp05:09
andresmhhiexpo: i had to use  unetbootin  to crete the liveusb :) but i'm really sad that the regression bug with my laptop's mic is still in 10.10 :(05:09
PJSingh5000raziel: One more thing you can try is... System | Preferences | Passwords and Encryption Keys05:10
razieland what to do ?05:10
yagooTaz1, just buy blue nailpolish and paint on one of your teeth :)05:10
razielmaybe i need register to jabber?05:10
yagooTaz1, bluetooth :)05:10
moviefan33hi guys05:10
xivenHas there been a lot of new applications and tools to ubuntu in the past few months?05:10
pksadiq!find coverxp05:11
ubottuPackage/file coverxp does not exist in maverick05:11
PJSingh5000raziel: (yes, it looks like it had worked for me; I had to re-enter my password on the Administration screen, however, to reconnect.  Empathy did not prompt me for a password).05:11
hiexpoandresmh, was gonna tell you that because there is something wrong with the boot loader and only way i could make it boot live was use the ubuntu live usb creator or reconfig the file useing unet bootin but glad ya got  it05:11
aytekinhello folks05:11
xivenIt's been noticed that open source has taken off pretty nicely, however, I'm curious how it has affected Ubuntu specifically.05:11
moviefan33its only for windows :(05:11
razielso what to do register to jabber?05:11
pksadiqmoviefan33: What is it for?05:12
PJSingh5000raziel: I register to googletalk.05:12
moviefan33its for printing dvd case covers05:12
yagooxiven, ooooo ubuntu feels the love... that's how specific it is..05:12
andresmhhiexpo: ubuntu 9.10's live usb creator didn't create a working maverick liveusb. I had to download Unetbootin.05:12
blackshirti am using google talk too05:12
* moviefan33 loves open source05:12
aytekini ve quest for adding list of itunes podcast list to rhytmbox media player05:13
hiexpoandresmh, and it worken no problem no errors   ?05:13
PJSingh5000blackshirt: raziel wants to remove his password from Empathy, and have Empathy prompt him for it each time he tries to connect.  Do you know how to do this?05:13
xivenHmm. Well, unfortunately I haven't been able to see first hand, as even after installing the latest K/Ubuntu release, my wireless isn't able to access the internet. It can see a wireless network or two, but can't seem to connect.05:14
andresmhhiexpo: correct, now I'm on the liveusb as we speak. But I'm saddened to find a regression bug i reported *1 year ago* in Karmic still affecting Maverick.  https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/40981905:14
smallsLooking for a hand in 10.10 netbook remix.05:14
aytekingetting all itunes podcast what would i have to do05:15
PJSingh5000xiven: I read a review about Ubuntu 10.10 where the author complained about this very issue.  When he moved just a few feet away from the wireless access point, he lost he connection.05:15
andresmhhiexpo: the only reason why I wanted to upgrade to Maverick was to get to use my laptop's microphone again... but apparently not05:15
goku1dont bother with remixes05:15
blackshirti'm not use empathy for chat like app, but use pidgin.. i love pidgin, it's great..sorry, i have a little knowledge about thats :005:15
hiexpoandresmh, oh ok ya the pulse audio thing still not solved05:15
andresmhhiexpo: quite disappointing.05:15
andresmhhiexpo: i'm considering going back to windows, i'm getting tired of all these little things not working05:15
hiexpoandresmh, ya i have stayed back and still running 9.1005:16
goku1andresmh: lol guess you got 10.10 running05:16
PJSingh5000raziel: did you try System | Preferences | Passwords and Encryption Key05:16
andresmhalso, i bet the builtin webcam still doesn't work (also a bug i  reported a year ago)05:16
moviefan33i hope this time i can stay with linux. keep going back to windows over little things.05:16
xivenThat may be, however, with previous versions I was still unable to connect. Prior to installing the new release, I could get "connected", but I still couldn't access anything.05:16
blackshirtandreshm:  ???05:16
razielP5JSingh5000 : what i need to do in password and encryption key05:16
andresmhgoku1: yeah, i got it running, but sadly all the *regression* bugs i reported a year ago are still there05:17
blackshirtxiven : access what ??05:17
razielP5JSingh5000 : there is any remote computer and try to help me please ?05:17
andresmhblackshirt: what "??"?05:17
PJSingh5000raziel: there is a "Passwords" tab.  In my setup, I see my google account listed.  I wonder if you can simply delete your jabber entry?05:17
huntz23blackshirt: thanks for the help and I think I may have figured out a work around05:18
razieli dont have jabber05:18
razieli have icq and msn05:18
xivenI cannot access the internet with ubuntu using my LinkSys WUSB100 "Pen Drive" Wireless Adapter05:18
razielhmm one sec i check05:18
PJSingh5000razie: so do you see an entry for icq or msn ?05:18
razielhmm i remove everything :O05:18
blackshirthi huntz23..05:18
goku1xiven: the wusb linxsys need to use nidswrapper05:18
razieli think i see icq05:18
hiexpoxiven, what version05:18
razielwhat now ?05:18
andresmhhow do I tell launchpad that this bug is still active in Maverick  https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/40981905:18
moviefan33HAPPY HALLOWEEN everyone!05:19
xivenI tried that, didn't seem to work that way either.05:19
IanWizardIs there any way to make nautilus sort folders case-insensitive, so that flies a, B, c, and D will show up in that order, rather than B, D, a, c05:19
goku1xiven: thers 2 revs to the wusb make shure you got the right driver05:19
PJSingh5000raziel: I would guess that removes your password.  May be you need to restart your Empathy to pick-up that change?05:19
=== jalr65 is now known as nisstyre65
IanWizardmoviefan33, thank You :)  (but it's not for 2 more hours here)05:19
blackshirtandresmh: your problem with microphone, is that right ??05:20
for3t0lds_hallowen05:20
razielits tell me i need to chose new passwrod for new group05:20
for3t0lds_XD05:20
moviefan33its not for an hour here. wasn't sure of the time change :(05:20
andresmhblackshirt: sigh... yeah05:20
andresmhblackshirt: i reported it back in aug 200905:20
PJSingh5000raziel: I noticed one more thing.  I was able to double-click on my google talk password, and I got a dialog that lets me change or erase the password.05:21
BlahXdoes anyone understand networking/routing?05:21
bazhangBlahX, ##networking05:21
blackshirtwow, it was a year ago .. :)05:21
moviefan33i wanted to say i am really happy with ubuntu. i think i can make a clean escape from windows--except for this coverxp issue :)05:21
BlahXthanks bz05:21
razieli give up05:21
razielhow i change my grub ?05:21
razieli want install 7 back05:21
raziellol05:21
alziemoviefan33 have you looked at disc-cover? its in the repos05:22
goku1raziel: grub will be gone when you format the drive using 705:22
moviefan33raziel bill gates still loves you :P05:22
razielgokul : i have win 7 but i need change the grub..05:22
goku1raziel: unless you mean dule boot05:22
razielyes05:22
blackshirtandresmh: are you sure have enable it on volume control panel ??05:22
smallsLooking for a hand in 10.10 netbook remix.05:23
andresmhyeah, blackshirt, honestly i'm quite tired of not being able to use my mic and webcam in ubuntu... since then, Win 7 has gotten much better.05:23
moviefan33alzie: i will check it out.05:23
=== brandon___ is now known as bthesorceror
andresmhblackshirt: i am, but i can check again05:23
IanWizardgoku1, you mean dule hill?  or dual boot ;)05:23
goku1raziel: thats a bit trick 7 will overright grub you need to restore it after05:23
goku1tricky05:23
razielgokul : i have grub with windows 7 and ubuntu.. i want change the time for grub and the default operating systems.. how i do it with ubuntu ?05:23
andresmhblackshirt: yeah, Sound Prefereces look just like they looked back in 2009 http://img139.imageshack.us/img139/7273/soundissues.png05:24
blackshirtandresmh:ok, i check it05:24
razieloh i fix it05:25
moviefan33when i google disc-cover it says it's for Mac.05:25
razielBRB , i just login from win705:25
greezmunkeyI need a dumber computer...this one keeps kickin my tail in chess  :(05:25
andresmhblackshirt: basically, i think it should show two devices for sound input, "Internal Audio Analog Stereo" (which I believe is the jack where you can connect a mic) and another one for the mic that is on the chasis of the laptop05:25
PJSingh5000raziel: Great! What was the fix?05:25
blackshirtandreshmh: all of them not functioning05:29
andresmhblackshirt: last time I checked (6 months ago), connecting an external mic to the jack worked. I don't have one at hand to test now though.05:30
nano_vv05:30
andresmhblackshirt: do you know what's the command to send more info to launchpad to update that bug?05:31
john38ActionParsnip, well everything is working fine now even in DVI i did do some adjustments but im still not sure what i did ...could be loose VGA cables, that fact that i changed Onboard Video priority from AGP/INTE_VGA to AGP/PCI or the config with sudo could it be also Video card overheating??05:31
nano_any boy here05:31
=== Kasjopaja23 is now known as Kasjopaja
yahyai-0hi05:32
nano_hi yahyai05:32
=== Kasjopaja is now known as Guest19207
yahyai-0i wanna some help on customizing ubuntu05:32
bazhang!remaster | yahyai-005:32
ubottuyahyai-0: Interested in remastering the Ubuntu !live CD? See: https://help.ubuntu.com/community/LiveCDCustomization or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility05:32
yahyai-0yep05:33
blackshirtandresmh: maybe you can use reportbug utility05:34
yahyai-0See: https://help.ubuntu.com/community/LiveCDCustomization i have use this one and i can't change or make text.plymouth!!05:34
ravi_hi i am not able to store image field could check it this models.py http://pastie.org/126141705:34
bazhangyahyai-0, you want a different plymouth theme?05:34
andresmhblackshirt: yup, found it and updated https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/40981905:34
john38Does DVI interface draw more heat from Video Card???05:35
john38than VGA05:35
bazhangjohn38, try in ##hardware05:35
imranI have created a new standard user in my ubuntu box but the user can see all dir/files above his home dir.05:36
andresmhblackshirt: too bad linux still hasn't figured out how to deal with hardware nicely. Perhaps it's the manufacturer's fault but still.. you'd think 3 year old hardware would work out of the box.05:36
yahyai-0i have edit all plymouth theme but i can't change the ubuntu-text-theme !! is there any way to edit it??05:36
imranis it possible that we can put a standard user in jail environment ?05:36
bazhangyahyai-0, you want to edit the default theme?05:36
blackshirtandreshmh: i don't think so..05:37
ActionParsnipandresmh: depends on support by the company, the legacy failsafe stuff will make some stuff work in a fashion but its still bad support by manufacturers05:37
yahyai-0yes05:37
yahyai-0<bazhang> yes05:37
andresmhActionParsnip: perhaps 2011 will be the year of the linux desktop :P05:37
hiexpoandresmh, is is manufactures fault but they are getting better at making them workable for linux05:37
linuxuz3rhello05:37
andresmhnow I'm going to see if Maverick can talk to my laptop's webcam (it hasn't worked since 9.10)05:38
linuxuz3rcan i still use gnome if unity is the default desktop environment for ubuntu05:38
lenI'm trying to use a Netgear WPN511 pcmcia card with a thinkpad 600.  The problem is that the card only shows when I type lspci some of the time.  When it shows up the ath5k drivers load and work fine, when they the card does load the drivers don't load because they think there is  no card.05:38
imranis it possible ?05:39
andresmhwow, my webcam works!!!05:39
andresmhthere is hope05:39
andresmhthe quality is terrible though05:39
lenFunny thing is that the best way to "trick" the system into registering the card is to pull it out plug a wired pcmcia card in, pull it out, then plug the wifi card in.05:39
andresmhoh, i jinxed it, now it crashed05:39
linuxuz3rguys05:39
linuxuz3rcan i still use gnome if unity is the default desktop environment for ubuntu??????????????????05:39
lenI can't figure out what the problem is.05:40
yahyai-0brb05:40
pksadiq/whois05:40
lenThe card is fine.  It works on another system.  The slot is fine too, because it works with other pcmcia cards.05:40
bazhanglinuxuz3r, in the next version? or now05:40
hiexpolen the arheros card worls fine outta the box05:41
linuxuz3rbazhang, in the next version05:41
bazhanglinuxuz3r, thats a question for #ubuntu+105:41
JayDawg69ps auwx | mail -s 'Test!' jfdowd001@hotmail.com05:41
lenIt does with my other systems, but not with the Thinkpad 600.05:41
linuxuz3rbazhang, thanks05:41
lenIt only works once in a while.05:41
john38My screen blanks out at bootup05:42
linuxuz3rbazhang, what about now does the distro comes with unity?05:42
andresmhwhat is the recommended app to test a laptop webcam? cheese?05:42
lenWhen the drivers load they work fine. but aren't going to load if the card is not showing up in lspci05:42
ActionParsnipjohn38: didn't i give you a guide to add a boot option?05:42
john38ActionParsnip, sorry05:43
hiexpoandresmh, yes i use cheese05:43
ActionParsnipandresmh: cheese is one option, there is no recommended app for anything05:43
ActionParsnipjohn38: www.ubuntugeek.com/how-to-fix-ubuntu-10-04-lts-lucid-blank-screen-at-startup.html05:43
andresmhActionParsnip: I know there's no recommended app, I should have said "what do you guys use to..." :)05:44
imran??????/05:45
bazhanglinuxuz3r, yes, but for the netbook edition only05:45
linuxuz3rok05:46
=== NightCor3 is now known as raziel
razielhey who remember me ?05:46
razieli just was in quakenet lol05:46
razielits my win7 http://up203.siz.co.il/up1/ztowhjjewgmj.jpg05:46
linuxuz3rbazhang, ok thanks05:47
razielsomeone can send me a designs of ubuntu 10.10 ?05:48
ActionParsnipraziel: thats offtopic here, this is support only05:49
ActionParsnipraziel: if you ask in #ubuntu-offtopic they may help05:50
andresmhis there a way to configure Empathy so that when a new IM arrives I can open it using a keyboard shortcut rather than having to click the envelope icon of the Indicator Applet?05:53
hiexpoandresmh, why you use empathy05:54
ActionParsnipandresmh: if you just minimize the window you can use ALT_TAB05:55
pksadiq!factoid05:55
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots05:55
hiexpoandresmh, > pidgin05:55
andresmhhiexpo: well, i wanted to give it a try since it's the default IM client with 10.10.05:55
andresmhhiexpo: but your comment is making me reconsider pidgin :)05:56
juicy_ubuntu help05:56
hiexpoandresmh, i use pidgin have 7 messangers running at once all in one05:56
juicy_#irc.freenode.net.05:56
ActionParsnipandresmh: default doesn't mean anything05:56
andresmhActionParsnip: the problem with that approach is that it relies on having to use tabbed windows inside Empathy and then I need to switch to the right tab corresponding to the new message05:57
andresmhhiexpo: what do you mean with "7 messsengers"?05:57
andresmhhiexpo: 7 accounts on different IM networks?05:58
hiexpoandresmh, i have yahoo < 2 of them facebook myspace msn twitter etc05:58
andresmhhiexpo: I see. Does pidgin play well with the Indicator Applet?05:59
hiexpoyes05:59
ActionParsnipyes05:59
andresmhhiexpo: cool. and pidgin has a keyboard shortcut to open newly arrived IMs?05:59
hiexpoyes06:00
sabrehagenhi guys, is there any way to remove files from the /rofs/ directory on a live usb? i want to remove open office but it's stored under /rofs06:00
hiexpomine just opens for me06:00
yahyai-0hi gyes06:00
ActionParsnip!remaster06:00
ubottuInterested in remastering the Ubuntu !live CD? See: https://help.ubuntu.com/community/LiveCDCustomization or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility06:00
andresmhhiexpo: what do you mean with"just opens"? I do remember at some point being really annoyed with Pidgin poping up the window of new IMs on top of everything.06:02
ActionParsnipandresmh: you can tell the client not to do that in prefs06:02
andresmhActionParsnip: but does it still open the new window on the background? let me install Pidgin and test06:03
sabrehagenthanks ActionParsnip06:03
hiexpoandresmh, so of the services are harder than  others to set up but they work great   google each client you want to use in pidgin > etc so say you wanna you facebook   google use facebook in pidgin   etc06:03
hiexpo^some06:03
yahyai-0i hv make a customized ubuntu "Omanix" but i can't change ubuntu-text-plymouth at liveCD ,, any one could help??06:04
hiexpoandresmh, you can also use it to irssi in here if you want to06:04
venilsuryaIs there a irc channel for graphics?06:04
venilsuryaI tried #ubuntu-graphics but it didn't work06:04
andresmhhiexpo: what do you mean? irssi is an irc client, right? do you mean connecting irssi with pidgin?06:05
sabrehagenActionParsnip: am i able to remove files in /rofs/ using another linux distro?06:06
pksadiqyahyai-0: tried uck?06:06
hiexpoandresmh, yes06:07
pksadiq!info uck06:07
ubottuuck (source: uck): Tool to customize official Ubuntu Live CDs. In component universe, is optional. Version 2.2.1-0ubuntu2 (maverick), package size 194 kB, installed size 672 kB06:07
ActionParsnipsabrehagen: the guide shows how you can extract and chroot to the install CD and you can add and remove and even update any packages you like06:08
sabrehagenActionParsnip: thanks, i'll look for that section06:08
yahyai-0<pksadiq> yes , im using it right now , but i can't change((((((( ubuntu-text-plymouth))))) because it is compiled06:09
airtonixandresmh, you won;t solve your problem by switching to pidgin06:09
andresmhairtonix: oh, any suggestions?06:09
gaurav__after updating to 10.10 the visual effects is not working06:11
hiexpoairtonix, why won't it hey can set the applet to notify him is what he is after06:11
airtonixandresmh, also, pidgin being able to connect to many networks is not unique. empathy does this too06:11
gaurav__after updating to 10.10 my visual effects is not working06:12
hiexpogaurav__, did you update the propitory drivers06:13
gaurav__how to update propitory drivers06:13
hiexpogaurav__, go to sys> adm > hardware drivers06:14
yahyai-0how  to change the word((( ubuntu 10.10)))in((((((( ubuntu-text-plymouth)))))??? because it is compiled is there any tut??????06:15
gaurav__ya that i have  updated but still nothing seems works right06:15
hiexpogaurav__, you may have to reboot in most cases06:16
airtonixandresmh, also my conversations with individual contacts in empathy are in separate windows.06:16
hiexpogaurav__, and what visual effects ?06:17
gaurav__i reboot many times but its not working06:17
gaurav__and visual effects is not working again06:17
hiexpogaurav__, ^06:18
andresmhairtonix: do you have any tips on how to open a new Empathy conversation just using the keyboard?06:18
airtonixandresmh, and also, maybe autokey-gtk will be of interest to you ? http://www.ubuntugeek.com/autokey-desktop-automation-utility-for-linux-and-x11.html06:18
=== Countm00sula is now known as Werem00se
gaurav__what frnd06:19
yahyai-0how  to change the word((( ubuntu 10.10)))in((((((( ubuntu-text-plymouth)))))??? because it is compiled is there any tut??????06:19
blakkheim!repeat | yahyai-006:19
ubottuyahyai-0: 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/06:19
airtonixandresmh, how do you propose to choose which contact to open the new conversation with from a hotkey ?06:20
hiexpogaurav__, what visual effects are you trying yo achieve   > compiz   ?06:20
yahyai-0sorry !! i search all websites but without luck06:21
andresmhairtonix06:22
ActionParsnipyahyai-0: you could grab the deb for the boot splash, extract it in a folder and see what it contains to maybe find out how to edit it.06:22
yahyai-0i will try it ,, thanks06:22
airtonixandresmh, it seems to me that using a hotkey to speed this process up would involve you being stuck with one contact ?06:22
andresmhairtonix: in pidgin, on 9.04, I set up a keyboard shortcut to open new messages, it would be the equivalent event of double clicking on the notification icon on the GNOME panel.  It would just open the window06:23
=== kid__ is now known as kid__zZz
airtonixandresmh, yes. but with which contact ? the one you used last ?06:23
Tesssahave a second 500gb HD ubuntu gnome recognises and i can store files ok it but xubuntu doesn't recognise it any ideas why that is06:23
andresmhairtonix: no, it would open the latest message from whatever contact it came from06:23
andresmhairtonix: each contact would have its own window. I would close it after answering and whenver a new message arrived, I would open it by pressing some keys.06:24
andresmhairtonix: it was beautifully efficient06:25
andresmhnow mouse at all06:25
pksadiqrww: nice info @ #ubuntu-irc ;)06:25
john38Do i need to boot to LiveCD to run memtest86 if so will it tell me if ram pass or failed and how long! does it take06:27
ActionParsnipjohn38: its in a standard install, just hold shift at boot then choose the memtest06:28
nxyy06:29
john38ActionParsnip, will it say if ram pass or failed or etc.....??06:30
chilli0Hello, for some reason I keep on getting random spikes in my network history.06:30
chilli0I am not doing anything other than IRC>06:30
chilli0It goes up to 192KBs and then down to 006:31
alldineinstalling kubuntudesktop on my maverick....06:31
alldinewiz me luck....06:31
chilli0Been doing it for about 1h now.06:31
ActionParsnipjohn38: you will see red lines in the big space on the screen, if you try it and read it will be glaringly obvious whats going on. run 1 full scan06:31
john38ActionParsnip, how many lines means thats its bad06:33
ljsoftnetwhere can i find drivers for intel GMA 3150?06:33
john38ActionParsnip, oh my way06:34
john38ActionParsnip, on my way06:34
nemptorhello!06:35
Deathspawnhi Netham4606:35
nemptori need help in installing my ITV300 tv tuner06:35
nemptorits a pci tv tuner06:36
greezmunkeychilli0: If you want to know what is going on, install wireshark and run it,,,06:36
Netham46Heya Deathspawn06:36
Netham46Guys, I'm running ubuntu on a touchscreen(phone, actually), and the screen needs calibrated. Anyone know the app to run for that? I can get to the run box, that's about it.06:37
iXutaHello. Anybody knows why I can't change Resolution in "Monitor Settings"? I press OK, but nothing happens... [[Lubuntu 10.10 LiveCD]]06:37
nemptorhello everybody06:38
ljsoftnetwhere can i find drivers for intel GMA 3150?06:38
nemptoranyone here knows how to install ITV300 pci tv tuner? im using ubuntu 10.1006:39
pksadiqnobody here to answer?06:39
smthow do i manage to allow user www-data access to /dev/dvd06:39
chilli0greezmunkey, I have wireshark. But no clue how to analyse the data...06:39
slipp3dI have a question about UID... I have a need to change the local UID to 500 for my user06:39
slipp3dwhat would be the easiest way to do that?06:39
andresmhslipp3d: it is kinda dangerous to change that but you can try by editing /etc/passwd06:40
andresmhsudo vi /etc/passwd06:40
valentino7238408ciao a tutti06:40
ljsoftnetis this a driver for intel gma 3150? https://launchpad.net/~ubuntu-x-swat/+archive/x-updates06:41
chilli0greezmunkey, *facepalm* fell like an idiot. I am streaming my music across the network.  And that's why.06:42
mod(10.10) I have been unable to print graphics from the image viewer or gimp.  I've tracked to down to apparently the new verison of libcairo2 being broken, but i've followed a few different sets of instructions on  reverting to this older version and nothing is working06:43
modanyone else dealt with this?06:43
nemptorhello anyone here who can help me with my pci tv tuner06:43
hiexpowelp night all06:44
ActionParsnipnemptor: run: lspci    and the chip will be identified, you can then websearch for guides based on the chip and the make / model of the card06:44
ActionParsnipmod: is there a bug logged?06:44
pksadiq!bttv | nemptor06:44
nemptoris a saa7130 chip06:45
pksadiqnemptor: use sudo modprobe bttv06:45
nemptorok w806:46
nemptorno bbtv found06:46
greezmunkeychilli0: facepalm well deserved :)06:46
Exploiterhey guys, going to run the gnome-shell --replace command, how will i be able to switch back to current gnome after going to gnome-shell ??06:46
pksadiqnemptor: bttv06:46
modActionParsnip, I see now that there is06:46
modhttps://bugs.launchpad.net/ubuntu/+source/gimp/+bug/63632906:47
modlooks like there's no fix for 10.10 in place06:47
nemptorpksadiq: my tv tuner is a saa7134 chip i already searched and followed instructions in google but still having problems with it to work with tvtime06:47
pksadiqnemptor: What is the output for sudo modprobe bttv?06:48
nemptorFATAL: module bbtv not found06:48
Exploitergoing to run the gnome-shell --replace command, how will i be able to switch back to current gnome after going to gnome-shell ??06:48
pksadiqnemptor: *bttv*06:48
ActionParsnipnemptor: http://www.linuxindya.com/blog/watch-tv-your-linux-computer06:48
pksadiqnemptor: not bbtv06:49
ActionParsnipnemptor: http://www.allquests.com/question/2037255/saa7130-4-tvtime-ubuntu-no-signal.html06:49
ActionParsnipnemptor: http://ubuntuforums.org/showthread.php?t=769435  looks like you need to make a file in /etc/modprobe.d  (name it as you wish, just end the file with .conf)  and add the modprobe options your card needs06:50
Exploiterdawm all noobs here06:50
nemptorpksadiq: nothing happened06:50
pksadiqnemptor: now open the tv viewer you need06:52
Adam1213has anyone got mudflap working on 64 bit - i thought it used to work    gcc ....  -lmudflap -fmudflap gives a lot of warnings  - undefined reference to `__real_malloc' /usr/lib/gcc/x86_64-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function `mfsplay_tree_foreach': etc06:52
aknagiHi there. I'm running linux mint 9 which is built on Lucid. - I want to upgrade my libnotify packages to the Maverick Meerkat version to see if it fixes a problem I have. Should I compile from source, or is there a way to point aptitude at the correct repositories with /etc/apt/sources.list to just upgade the packages I need?06:52
pksadiqnemptor: xawtv , mythtv etc06:52
nemptorok will install it first06:52
ActionParsnipaknagi: mint isnt supported here06:52
aknagiNo one on mint knows, I hoped someone here would know.06:54
ActionParsnipaknagi: Mint is offtopic here06:54
yahyai-0_hi06:56
yahyai-0_hi06:56
ljsoftnetis there a driver for Intel GMA 3150?06:58
n3rV3ljsoftnet, aren't the intel drivers already included?07:01
linuxuz3ri cant imagine ubuntu would be so quiet this time around07:01
ljsoftnetn3rv3 when i lspci it say N10 family integrated graphics controller07:02
padhuaknagi: just add ubuntu repo in resources and also gpg, then try it. I think Mint 10 will release soon07:03
padhuaknagi: if you are new to linux, then just wait for few days and stick with mint repo for safe07:05
aknagiThanks padhu.07:07
padhuaknagi: yw :-)07:07
aknagi:)07:08
sabrehagenhi guys, how easy is it to have two different linux installs (e.g. arch and ubuntu) that access the same data partition. will there be issues with permission and owners when accessing the same data files from different installs?07:09
tylerluigiHi i need help to update my bios in ubuntu so my netbook will reconize my  new ram chip i am having troblws using ez-flash so is there any other way in linux07:09
n3rV3ljsoftnet, i have no idea about that07:11
tylerluigiHi i need help to update my bios in ubuntu so my netbook will reconize my  new ram chip i am having troblws using ez-flash so is there any other way in linux07:11
ljsoftnetis there a driver for Intel GMA 3150?07:12
padhusabrehagen: create one more partition with vfat file system and add it on /etc/fstab of both OS07:12
sabrehagenpadhu: i'm not familiar with vfat. is it a derivative of fat or fat32?07:13
aknagiI have never heard of a bios upgrade fixing that problem, but consider using a pen drive running dos. All manufacturery provide a dos flash utility, but none to my knoweldge provide a linux util.07:13
ActionParsnipljsoftnet: http://ubuntuforums.org/showthread.php?t=141329507:13
ActionParsniptylerluigi: you can boot to dos and upgrade the BIOS using that07:14
padhusabrehagen: Filesystem will not the consistency if both are linux. vfat16 or vfat32.07:15
sabrehagenpadhu: is vfat accessable by windows?07:16
tylerluigiActionParsnip, thats what i thought but how do you boot to dos07:17
padhusabrehagen: what are the OSes you are using?07:17
sabrehagenpadhu: basically windows 7 and archlinux and ubuntu 10.1007:17
ljsoftnetActionParsnip should i go for the ppa?07:18
padhusabrehagen: great. What is the windows filesystem type?07:18
padhusabrehagen: NTFS?07:18
sabrehagenpadhu: yes, ntfs.07:19
aknagitylerluigi: Pen drive. mydigitallife has tutorials for every common bios.07:19
padhuthen Ubuntu can handle it, but i am not sure about arhlinux.07:20
tylerluigiaknagi, My netbook wont reconize my usb drives is ez flash my bios sees them but not ez flash but i want to know how to do it in dos ActionParsnip07:20
aknagitylerluigi: If you're image wont flash with EZ flash, it probably won't flash in DOS. Double check every letter of your motherboard model to ensure you have the right image.07:21
tylerluigiaknagi,  ive tripled check my ez flash doesne tsee my usb drive not the rom07:22
padhutylerluigi: what is the result of sudo fdisk -l07:22
Prabzhi, how to set up a system wide proxy for my ubuntu maverick?07:23
aknagitylerluigi: Ah, I see. My Digital Life has tutorials on creating DOS bootable USBs for every common bios, but I would try different pen drives / usb slots first.07:24
=== elky is now known as elkybirthday
aknagitylerluigi: Also ensure your pen drive is not formatted to ext2.07:25
tylerluigipadhu aknagi having problems with pastebin but here tylerluigi@tylers-netbook:~$ sudo fdisk -l07:25
tylerluigi[sudo] password for tylerluigi:07:25
tylerluigiDisk /dev/sda: 250.1 GB, 250059350016 bytes07:25
tylerluigi255 heads, 63 sectors/track, 30401 cylinders07:25
tylerluigiUnits = cylinders of 16065 * 512 = 8225280 bytes07:25
FloodBot4tylerluigi: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.07:25
tylerluigiSector size (logical/physical): 512 bytes / 512 bytes07:25
AbhiJitPrabz, http://bodhizazen.net/Tutorials/tor/#System07:26
padhutylerluigi: oh,07:26
tylerluigiaknagi ive used 2 difernt usbs in many differnt formants all varent fat32 ive been doing this for hours lol07:26
tylerluigipadhu, lol i dont have my usb so that probly doesent help07:27
huaziliang有没有说中文的07:27
aknagitylerluigi: OK - consider makeing a bootable DOS pen using the info at My Digital Life. Also , tru and learn how to not overwritethe bootblock. If you can lay your hands on a usb floppy, that migh come in handy.07:28
CkhiKuzad!jp | huaziliang07:28
ubottuhuaziliang: 日本語の場合は #ubuntu-jp または #kubuntu-jp を参照して下さい07:28
aknagi*try07:28
Jordan_U!cn | huaziliang07:28
ubottuhuaziliang: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk07:28
CkhiKuzadI hope that was the right language.07:28
yahyai-0is this working (((# string /lib/plymouth/ubuntu-text.so | tee ubuntu-text.txt  then change ubuntu name to distro name , and save it with .so extension))) to edit ubuntu-plymouth-text??????07:28
lea123Hello I am newbie to Linux I think I got waylaid since I'd been to the Ubuntu download page to download Ubuntu. What I found is that I have downloaded the 10.10 version and apparently it doesn't seem to be a stable version. What are my options now ?07:29
bettsdoes anyone use bt4?07:29
Jordan_UCkhiKuzad: No, it was chinese. Google translate can tell you fairly reliably :)07:29
CkhiKuzadJordan_U, ah, my mistake ^^;;07:29
lea123I hope someone can share their experience with me.07:29
bettswhat is the topic07:29
CkhiKuzadlea123, I would recommend getting Ubuntu 10.0407:29
=== JimmyJ is now known as JimmyJ|zz
tylerluigiaknagi,  so do i then make a dos usb and put the bupdater from asus in the usb07:29
bettswhat experience?07:30
lea123BTW I would like to to the most stable release of Ubuntu ?07:30
CkhiKuzadit's a long term support, so you wont have to upgrade the desktop version for a few years07:30
tylerluigibetts, ive used it befor07:30
lea123I meant know07:30
AbhiJit!lts | lea12307:30
ubottulea123: LTS 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)07:30
AbhiJit!lucid | lea12307:30
ubottulea123: Ubuntu 10.04 LTS (Lucid Lynx) was the twelfth release of Ubuntu. Download http://releases.ubuntu.com/10.04/ - Release Info: http://www.ubuntu.com/getubuntu/releasenotes/100407:30
CkhiKuzadso lea123 10.04 is the most stable one for now.07:30
bettsit does not display chinese properly07:30
bettsi need help07:30
aknagitylerluigi: Yes - you will need to get a dos image and use the 'dd' command to write it to your pen drive.07:31
bettshow many space it need to install07:31
CkhiKuzadbetts, this is the ubuntu support channel, not the backtrack one.07:31
bettsi am sorry07:31
CkhiKuzadtry #backtrack or #bt4 or even #backtrack407:31
CkhiKuzadits alright.07:31
tylerluigiaknagi whats a dd command cant i just use isk utility07:31
bettsok, lets talk about ubuntu07:32
bazhangbetts, #backtrack-linux07:32
tylerluigiaknagi, disk*07:32
aknagitylerluigi: You will probably then 'mount' it and use 'cp' to copy over the bios image and bpudater.07:32
aknagitylerluigi: You need to use dd to ensure the boot code gets copied.07:32
betts3ku07:32
padhutylerluigi: isk utility?07:32
tylerluigiaknagi, cant i just drag it on07:32
aknagitylerluigi: no07:33
bettsbazhang07:33
tylerluigipadhi disk utility ro format usb07:33
tylerluigiaknagi, why07:33
carutsu_hello, I'm sshing into a machine, after log in I can use X.org applications just fine, but then I have to chroot into something, after that I no longer can use X applications (they can't connect to X), any clues on how to solve this?07:33
aknagitylerluigi: You need to use dd to ensure the boot code gets copied.07:33
padhutylerluigi: dd command is best and easy07:33
carutsu_(tried using xhost +machinename-from-which-i'm-sshing)07:34
tylerluigipadnagi aknagi so is there i guide you guys can give me to do this07:34
aknagitylerluigi: Ah, I see. My Digital Life has tutorials on creating DOS bootable USBs for every common bios...07:34
lea123_Thank you everyone how I believe this information has to be on the download page07:34
fresh_userHello, can some 1 help me with 1 DHCP problem?07:34
padhucarutsu_: try ssh -X07:34
Diehardfresh_user: dont ask to ask pls07:35
CkhiKuzadfresh_user, dont ask to ask, but i might be able to help.07:35
PrabzAbhiJit: I'm set the proxy in Preferences>network Proxy, still i'm not able to authenticate packages using apt-key07:35
carutsu_padhu: tried, as I said before the chrooting I can use X apps07:35
carutsu_padhu: tried Y too07:35
bettshow to fast ubuntu while surffing on net07:35
AbhiJitPrabz, dunno07:35
bazhangbetts, you are using backtrack07:35
pksadiqbetts: do you have a very slow internet?07:36
fresh_userCan I make 2 different subnets in 1 dhcp.conf ( 1 for unknown and 1 for known MAC addresses )?07:36
=== lea123_ is now known as lea123
CkhiKuzadand i believe he might be trolling now, with how he switched his grammar skills, bazhang07:36
xcitedhow easy would it be to get the Ubuntu server to act like a NAS? Like FreeNAS?07:36
bettsnot , it does not work properly07:36
xcitedBasically serve cifs.07:36
Prabzhi, I'm not able to authenticate packages using apt-key. I know it's a proxy issue, any idea how to configure apt-key to use a custom proxy?07:36
bazhangbetts, this is not the proper support channel for you07:36
bettsyes , it is like a woniu07:36
bazhangbetts, #backtrack-linux07:36
fresh_usersome 1 for my dhcp question? =)07:37
aknagifresh_user: It is usual to have 1 DHCP server for 1 subnet, unless you use a dhcp relay agent.07:37
yahyai-0<Prabz> add setting to /etc/apt/apt.conf  and also on synaptic07:37
padhucarutsu_:then try with ssh tunnel with dedicated port number07:37
tylerluigiaknagi,  padhu im having a hard time finding a guide could one of you give me a link07:38
betts3ku07:38
carutsu_padhu: can you please elaborate?07:38
aemaethxcited, the wiki says it uses samba for cifs, so probably as easy as setting up samba, or whatever method you're using for transfer07:38
fresh_useraknagi: so if i wana to use uknown and known MACs, I must use 1 subnet ( example: range IP 1-100 and 100-200 )?07:39
lea123Thank you everyone how I believe this information has to be on the download page ?07:39
lea123Thank you everyone how I believe this information has to be on the download page ?07:39
xcitedaemaeth: I think it would be fairly easy but curious to get other opinions.07:39
xcitedaemaeth: thanks.07:40
AbhiJitlea123, talk to documentation team in #ubuntu-doc07:40
AbhiJitor #ubuntu-docs07:40
bettswhat does "cannot send to channel" mean?07:40
lea123If I have AMD Turion processor should I download the 64 bit version?07:40
AbhiJitlea123, wait07:41
aknagibetts: It's not a trick message.07:41
pksadiq!amd6407:41
ubottuAMD64 and EMT64 are fully supported architectures on Ubuntu. See http://tinyurl.com/3jkole and http://en.wikipedia.org/wiki/Amd64 for more information.07:41
AbhiJitlea123, 1st see if u have 64 bit cpu http://www.cyberciti.biz/faq/linux-how-to-find-if-processor-is-64-bit-or-not/07:41
AbhiJitlea123, if yes yhen go for 64 bit os07:41
tylerluigiaknagi, so im having problem on what i need to use to flash my bios useing dos plz  help07:41
lea123ABhiJit : I have don't Linux installed as of now and the page you recommended has Linux commands I suppose07:43
mewayhello I have a process that wont close07:43
mewayor force quit07:43
mewaywhen I do killall07:43
AbhiJitlea123, you can run the comand from ubuntu live cd07:43
tylerluigican anyone help me to flash my bios useing dos07:43
CkhiKuzadmeway, you can do killall into a terminal, if that's what you're asking07:43
mewaysorry for hitting enter so many times lol I have ubuntu 9.10 and I can't end this process07:43
AbhiJitlea123, anyway now your option is to go to maufacture site & chech07:43
CkhiKuzadit's better to use top or htop to view the processes, and kill it based on its pid07:44
mewayCkhiKuzad, no the problem is that thats not work07:44
lea123AbhiJIT My question is what Ubuntu OS I need to download ?07:44
CkhiKuzadmeway, what process are you trying to kill?07:44
lea123I know it might work from a Live CD ,,07:44
AbhiJitlea123, no07:44
mewayCkhiKuzad, mhm? explain me how to use?07:44
mewayCkhiKuzad, mana < stupid game client07:44
AbhiJitlea123, you asked if you should download 64 bit os or not07:44
mewayCkhiKuzad, mana has much issues with fps limiter I think07:45
CkhiKuzadwell meway, open a terminal and type top07:45
AbhiJit<lea123> If I have AMD Turion processor should I download the 64 bit version?07:45
mewayCkhiKuzad, what am I looking at?07:45
CkhiKuzadyou should see something that has mana in its name, when you do, remember its PID07:45
CkhiKuzadlook in the COMMAND column07:45
aknagitylerluigi: If you are new to Linux, consider useing one of the tutorials at My Digital Life from a Windows box. I can't find a tutorial for Linux, but the rough steps are outlined in my previous replys. 1) Get DOS bootable image 2) dd to pen drive 3) Mount pen drive 4) copy dos bios update util and bios image 5) set usb to bootable in bios 6) reboot to dos from pen drive 7) flash, having learnt what "not overwriting bootbl07:46
aknagiock" means.07:46
CkhiKuzadone should say mana, remember it's PID, like i said.07:46
fresh_useraknagi: so if i wana to use uknown and known MACs, I must use 1 subnet ( example: range IP 1-100 and 100-200 )?07:46
triple-08aku mau mgechat07:46
CkhiKuzadonce you are sure you remembered it exactly, hold control and press C.07:46
mewayok07:46
mewayand than?07:46
triple-08ngechat pake warna apa ya?.....07:47
CkhiKuzadthen when you are back in your normal shell, type kill [the PID from mana]07:47
CkhiKuzaddont use the brackets though07:47
mewayCkhiKuzad, k07:47
anvoCan someone help me with my webcam and skype?07:47
nedheadWith Ubuntu Server 10.10 x86, when I connect (SFTP) it restricts me to my home directory.  Where do I need to look to authorize me full control over /var/www?  Thanks!07:47
triple-08oo..........warna buntung07:47
AbhiJitanvo, what happpen?07:47
CkhiKuzadmeway, it should have worked, did it work?07:47
tylerluigiaknagi,  you mean do this in a virtual windows box07:48
anvoAbhijeet_, well, the webcam works with cheese and Ekiga, but not with Skype!07:48
triple-08warna buntung itu tetangga saya07:48
mewayno07:48
AbhiJit:/07:48
aknagifresh_user: Yes - I believe so (unless you use a relay agent). The reason is because DHCP negotiations happen with Layer 2 broadcast messages, with care not routed across subnets/07:48
mewayCkhiKuzad, it did not07:48
anvoActually, the webcam works under "test" in Skype...07:48
CkhiKuzadhmm, odd. alright meway, you need htop.07:48
aknagifresh_user: *which are not07:48
anvoAnd the light goes blue...07:48
triple-08sik ya.......tak ngising sik! mgko meneh07:48
pksadiqanvo: are you using 64 bit ubuntu?07:48
iXutaHelp. How to fix it?07:48
iXutaubuntu@ubuntu:~$ lxrandr07:48
iXutawarning: output I-1 not found; ignoring07:48
CkhiKuzadmeway, in your terminal, type sudo apt-get install htop, and apt will guide you through installing it, tell me when its finished.07:49
anvoBut nobody can see my video when I call him/her!07:49
anvoI'm under 32bit07:49
mewayCkhiKuzad, I did when you said I need it07:49
lea123ABhJit : Certainly I asked If what OS I need to download if I have and AMD Turion processor. I don't have Linux yet I need to begin . How much clear could I get than that ?07:49
aknagitylerluigi: That's a good idea. I meant any windows machine though.07:49
pksadiqanvo: k07:49
lea123ABhJit : Certainly I asked If what OS I need to download if I have and AMD Turion processor. I don't have Linux yet I need to begin . How much clear could I get than that ?07:49
CkhiKuzadwoot. alright meway, in your terminal, start up htop07:49
anvoAnd easycam2 is not available for 10.04...07:49
tylerluigiaknagi ok i got other windows computer07:49
mewayCkhiKuzad, installing07:49
AbhiJitlea123, in normal case you for 32 bit os. but you can go for 64 bit os only if you have 64 bit cpu. and to check if your cpu is 64 bit i told you the spteps. if dont want to folow them just for for regular 32 bit os.07:50
anvoAlso, the webcam is shown in the output of "lsusb".07:50
pksadiqanvo: try LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype   in terminal07:50
mewayok im in htop07:50
mewayCkhiKuzad,07:50
aknagitylerluigi: Great. That'll do.07:50
anvoI tried that, too, pksadiq!07:50
CkhiKuzadalright, hit F3, meway07:50
anvoDidn't work!07:50
lea123AbhiJIT I don;t have Linux live CD as yet and the commands are in Linux ...07:51
mewayCkhiKuzad, this panel is pretty self explanitory07:51
Prabzhi, I'm not able to authenticate packages using apt-key. I know it's a proxy issue, any idea how to configure apt-key to use a custom proxy? which conf file do I need to add the proxy to?07:51
AbhiJitanvo, https://wiki.ubuntu.com/SkypeWebCams07:51
mewayexplanatory *07:51
anvoAbhijeet_, I'll check!07:51
mewayCkhiKuzad, thanks much :)07:51
AbhiJitlea123, go for 32 bit os07:51
CkhiKuzadalright, but another thing i have found useful meway07:51
pksadiqanvo: what does ls -a /usr/lib/libv4l/v4l1*       show?07:51
mewayCkhiKuzad, ok htop not working07:52
mewayand mana is eating 93 cpu WTF07:52
CkhiKuzadalright meway, when you hit F9, press 9 after hitting it, then hit enter.07:52
mewayCkhiKuzad, woot thanks :D07:53
anvopksadiq, just a sec07:53
rigvedhi everyone07:53
AbhiJithello rigel07:53
AbhiJithi rigved07:53
anvopksadiq, no such file or directory07:54
CkhiKuzadno problem n.n my knowledge of basic terminal programs and how to kill an unruly program is very useful to some people07:54
rigvedempathy on ubuntu allows to connect to IRC. why does empathy on debian lenny not have this option?07:54
AbhiJitrigved, #debian07:54
mewayCkhiKuzad, indeed07:54
pksadiqanvo: that means there is no such file !07:54
anvopksadiq, sorry, i misstyped07:54
pksadiqanvo: k07:54
AbhiJitanvo, do not type. copy paste07:54
anvoit says vl41compat.so07:54
rigvedAbhiJit: i have asked on #debian. Still no reply07:55
CkhiKuzadrigved, #debian's a lot slower of a channel.07:55
rigvedAbhiJit: i have ubuntu 10.04 on my desktop and debian lenny on my laptop07:55
AbhiJitrigved, this channel is for ubuntu only07:55
AbhiJitrigved, try their forums mailing list etc.07:55
CkhiKuzadrigved, if IRC channels were movies, #Ubuntu would be a parody action movie with thousands of explosions, and #debian would be a decent movie with very few explosions, just a lot of people not talking until someone gets back and checks for new questions.07:56
anvoNeedless to say, I have this webcam working fine until recently... I haven't used it though for some months, until yesterday when I discovered it won't work with skype...07:56
rigvedCkhiKuzad: yes i know07:56
rigvedAbhiJit: i will try that07:57
* CkhiKuzad is done typing for a bit.07:57
AbhiJitCkhiKuzad, lol mg :D :D07:57
anvoAnd it is in the list of wecams in the ubuntu's wiki..07:57
anvoWorking webcams, I mean...07:57
AbhiJitanvo, is it in the 'just work's list?07:57
pksadiqanvo: does the test in skype works?07:58
anvoAbhijeet, no, "Fiddle to get working"...07:58
AbhiJitanvo, then do the fiddling!!! :P07:59
WhiteStarEOFGot a head-scratcher here. I'm trying to get tftpd-hpa running as seen https://help.ubuntu.com/community/PXEInstallServer here and in other places. The instructions seem to be the same, but it doesn't seem to work. It starts without issue, just trying to tftp anything times out. Nothing in the messages file. I even tried throwing gibberish in to /etc/default/tftpd-hpa, and it never complained on startup. Thoughts and opinions?07:59
has564hi everyone07:59
CkhiKuzad'ello has56407:59
has564i kind of need help07:59
has564with the update from ubuntu 10.04 to 10.1008:00
CkhiKuzadDont ask to ask.08:00
phasmaheh08:00
anvoThe people of easycam2 stopped working with it, aren't they...?08:00
nedheadWith Ubuntu Server 10.10 x86, when I connect (SFTP) it restricts me to my home directory. Where do I need to look to authorize me full control over /var/www? Thanks!08:00
AbhiJitnedhead, #ubuntu-server08:00
pksadiqanvo: does it works with cheese, vlc etc?08:00
nedheadThanks!08:01
CkhiKuzadsorry, I cant help that much has564 i need to take a desk-nap.08:01
anvopksadiq, yes08:01
pksadiqanvo: does the "test" in skype options makes the camera work?08:01
WhiteStarEOFOooohhh ubuntu-server chat. My boggle probably fits better there.08:01
anvopksadiq, yes it does!08:01
* CkhiKuzad is away: desk-nap08:02
pksadiqanvo: have you checked the " Enable Skype Video"?08:02
anvopksadiq, sure thing...!08:02
Superman_how can i install ubuntu with my windows installation08:02
xorwhyMy battery life is much better in 10.10. Anyone know why?08:02
anvoIs anybody available to webcam chat with me to test my cam under skype?08:03
CkhiKuzadSuperman_, you can use Wubi if you want to just test it?08:03
pksadiqanvo: if still it doesn't works, you will have to open camera in cheese, and share the your screen in skype, no any other ideas as far as I know08:03
CkhiKuzador if you want, you can burn/buy/shipit an Ubuntu LiveCD for testing, or installing08:03
pksadiqanvo: your skype name?08:04
anvopksadiq, "share my screen with skype"?08:04
Superman_what is wubi install08:04
anvopksadiq, "fragos.george".08:04
Superman_and how one can install it08:04
CkhiKuzad!wubi | Superman_08:04
ubottuSuperman_: 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.exe08:04
madhanhi08:05
CkhiKuzadHello madhan08:05
Superman_and how much disk space it requires or if it can make system slower08:05
madhanhi ckhikuzad how are you?08:05
kismethi my sudo apt-get update gives me ERR: Failed too fetch http://....08:05
CkhiKuzadit takes about 5 gigabytes fully installed Superman_, and it wont slow it down.08:06
has564I keep getting disconnected..08:06
has564ahh08:06
anvoI've tried to install "gspca" and the "ov51x-jpeg" drivers, too, with no effect!08:06
has564im stuck on grub> screen after updating to ubuntu 10.1008:06
xorwhyCkhiKuzad: Are you saying fully installed ubuntu takes that much space?08:06
Superman_I have a very early version of ubuntu. can i use that cd to have wubi installation08:06
Superman_?08:06
CkhiKuzadSuperman_, how early?08:07
Superman_about 2 years08:07
CkhiKuzadand xorwhy It is a full fledged OS, like Mac or Windows. both of those OSes take space in the gigabyte ranges08:07
xorwhyCkhiKuzad: I have my ubuntu install down to 1.8GB08:07
CkhiKuzadand Superman_ two years ago or two years from when it came out?08:07
Superman_two years ago08:08
xorwhyCkhiKuzad: I removed stuff and also found that the space required for ext4 increasees as the partition size increases, so i decreased that. It's rather snappy now.08:08
CkhiKuzadinteresting xorwhy08:08
has564_this is getting really annoying..08:09
has564_i keep disconnecting08:09
has564_how do i get off this grub> screen08:09
has564_after updating it is stuck on it08:09
has564_anyone know why?08:10
* CkhiKuzad resumes his nap08:10
has564_anyone wanna help me..08:10
=== Guest88157 is now known as dhruvasagar
has564_hello?08:11
tangoHey has564 why not download and install full version08:11
has564_bud i would do that08:11
has564_however the problem is08:11
has564_i got some files on my netbook08:12
has564_that i didnt back up08:12
FloodBot4has564_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.08:12
orlHello!08:12
orlCould someone give me the channel for Ubuntu with Mac Intel08:12
Gnea!mac08:12
has564_so I need to get those files. Thats why im asking if anyone can help me in resolving this problem08:12
ubottuFor help on installing and using Ubuntu on a mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages08:12
orlI just can't get the system booting.08:12
has564_it was working perfectly08:12
has564_on ubuntu 10.0408:12
has564_but updating to 10.1008:13
has564_it boots into grub08:13
psycho_oreos!enter | has564_08:13
Gnea10.10 isn't the stable release that 10.04 is08:13
ubottuhas564_: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!08:13
xorwhylol @ !enter, that's new. I like it.08:13
has564_lol my bad08:13
orlhas564: I've been reading this through and through08:14
tangoi think maybe there is someway to fix the grub08:14
has564_im just panicking right now.08:14
phasmawhat is the matter with your grub?08:14
Gneaorl: have you read the URL that ubottu mentioned?08:14
gorgonzolahas564_ you end up with a grub console, or you are stuck in the grub menu?08:14
orlGnea: yes08:14
orlGnea: I've been reading this through and through08:14
psycho_oreoshas564_, the only reason why you're getting grub prompt or `grub> ' is because the grub config file is missing, under 9.10 and above you will be using grub2 which I believe is grub.cfg that is missing08:15
Gneaorl: k, so you've determined that 10.04 will, indeed, work on your mac?08:15
orlGnea: yes.08:15
orlIt's a quite old MacTel.08:15
Gneaorl: alright, and you've checked the support forums?08:16
phasmaa broken grub? Ouch. Best bet would to be boot into a livecd that uses grub2, chroot and run an os-detect and install-grub08:16
orlGnea: several times, but didn't post anything myself.08:16
phasmaunless you wanna play with fixing it manually, heh08:16
orlGnea: actually, there are two things weird: 1. I cannot set /dev/sda5 (/) as bootable in gparted. 2. I remember about something like EFI needs the partition to be one of the four first to be bootable, am I wrong?08:16
Gneaorl: okay, I suggest this then: make a post there, be as detailed as you can possibly get, then once you've done that, post the URL here08:16
orlGnea: OK, yes.08:17
has564Anyone, can u boot ubuntu from grub>?08:17
has564wait what exactly is grub>?08:17
Gneaorl: I don't own a mac and haven't done this, so I can't say for sure.08:17
phasmagrub is the GRand Unified Bootloader. It loads your operating systems08:17
Gneaorl: there are some mac people around, but they might be asleep at the moment08:17
Dr_Willis!grub08:17
ubottugrub is the default boot manager for Ubuntu releases before Karmic (9.10). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto - See !grub2 for Karmic onwards.08:17
gorgonzolahas564 grub is the bootloader. if you end up with the grub console instead of the menu, it means there is a problem in your grub configuration. don't panic, you have not lost any idata08:18
psycho_oreosyes but its not easy.. its grub prompt which is a little similar to bash shell but its only for locating disks and appropriate kernel, etc for booting08:18
gorgonzolahas564 and fixing grub is tedious, but not too complicated.08:18
has564okay then what does it mean when i select ubuntu netbook when my netbook boots up it goes into this grub screen08:18
Dr_WillisGrub is worth learning about. - its  a handy tool. and can do some amazing things.08:18
has564Can I boot ubuntu from this?08:18
phasmayes08:18
Dr_Willishas564:  you proberly want to boot a live cd,. and follow the guides given to 'reinstall grub'08:18
has564i dont have a live CD08:19
has564I used wubi08:19
orlGnea: OK, thanks. I thought there were a specific Mac Ubuntu channel (remember to have using it several years ago, but it was perhaps Debian's one)08:19
Dr_Willishas564:  wubi? well - No idea on that then. I definaltly do NOT recommend Wubi. I just see to many people with Too many issues with Wubi.08:19
gorgonzolahas564 check this out: https://help.ubuntu.com/community/Grub2#Reinstalling GRUB 208:19
Gneaorl: you might have been thinking about the #debian-ppc channel, back when macs used PowerPC08:20
Dr_WillisI would be very Happy if Wubi was removed as an option...  I just see to many people use it.. then  have issues.08:20
has564wubi worked fine for me08:20
has564on ubuntu 10.0408:20
* Gnea looks oddly at Dr_Willis 08:20
has564but after using the update manager, to update to 10,10, i ran into this grub screen08:20
gorgonzolahas564 sorry, never used wubi, so i have no idea how it handles grub and partitioning...08:21
GneaDr_Willis: I object!08:21
phasmawubi is an awesome tool. Granted, I prefer a clean install, but in the right circumstances, it can be awesome08:21
psycho_oreosI stopped supporting people using wubi, far too many complications and its far, far more ideal if one went with the old style of linux instal/setup.. to dual/multiboot as opposed to something like wubi08:21
Gneawubi works fine, but when it gets messed up, it isn't easy to fix, but it's not impossible08:21
Dr_Willisphasma:  and it can slam into a brick wall :)08:21
psycho_oreoss/instal/install/08:21
gorgonzolawubi is a technical wonder, but from the user's point of view, a clean install is preferable in 99% of the cases.08:21
Dr_WillisGnea:  yep. thats the big issue.  THings are always great with anything - untill you have a problem.08:21
* Gnea has been using wubi on this netbook for quite awhile now08:22
phasmaDr_Willis: I agree, but at the same time feel it has accomplished a lot08:22
has564To be honest I didnt run into this problem using wubi. I ran into it after updating to 10.1008:22
=== alex_ is now known as alex_under12
has564i used update package manager08:22
GneaDr_Willis: I had a problem a few weeks ago, managed to get it fixed in a couple days. it was windows fault.08:22
psycho_oreosmaybe those who are in favour of continuing to use wubi should assist has564 :)08:22
gorgonzolahas564, so, you upgraded to 10.10 from a wubi installation?08:22
Dr_WillisI  toyed with these variants that ran Ubuntu In a virtual machine in windows. and made the ubuntu apps appear on the windows desktop. :) that was a neat trick also. but it all depends on  your needs.08:22
=== alex_under12 is now known as alex_under
has564no I did not, I used the package manager in ubuntu 10.0408:23
Gneabut yeah, when I can, I'll be changing it to a native install for dualboot08:23
Dr_WillisGnea:  most people wont blame windows. they will blame Ubuntu.08:23
GneaI just don't have the time right now08:23
tangohas564  after you have fixed things suggest you look at Backintime to backup your home directory to a second drive08:23
Dr_WillisI did see some guides on converting a Wubi to a Normal Install.08:23
gorgonzolahas564 then how does wubi come into the picture?08:23
orlGnea: that's true, I was installing both MacIntel and PowerMac by that time.08:23
has564someone mentioned using live CD. I said I used wubi to originally install ubuntu 10.0408:23
GneaDr_Willis: NTFS went screwy at some point, likely due to a problem with read/write across the fuse block. since microsoft refuses to release the spec on ntfs, it's windows fault.08:24
psycho_oreosDr_Willis, that's the typical attitude of windows users :) they always find something to blame.. and when they see wubi as an option instead of dualboot/multiboot, they'll use that until it breaks then they wonder why :)08:24
has564someone mentioned using live CD to fix my problem08:24
gorgonzolahas564: the easiest way to fix grub is what a live cd.08:24
Dr_WillisSo much of programing and system design is 'planing on failure'08:24
Gneayes08:24
phasmahas564: yes, I did. It will be the easiest way to fix this08:24
Dr_WillisI dont even know where to begin to fix a grub issue with a wubi setip.08:24
has564wait so if I select "Ubuntu Netbook" from startup, and it runs into this grub> screen, it means my grub is broken?08:24
gorgonzolahas564 the alternative means using the grub console to find out where your drives are, and telling it to install itself into the correct boot08:24
Gneaand knowing how to recover from failure can be quite a chore, but once you get used to it, it's not so much of a big deal anymore08:25
gorgonzolawhere are you selecting ubuntu netbook?08:25
has564right when my netbook boots up08:25
phasmaDr_Willis: Although complicated, livecd, mount /boot and chroot into it then run os-detect and install-grub will fix it08:25
has564i get Windows 7 and Ubuntu netbook gorgonzola08:25
gorgonzolahas564, well that's grub, isnt't it?08:25
mostyis there a standard way to prevent update-grub from being run?08:25
GneaDr_Willis: easy - look in the directory where the files are kept in the windows system. most of the time, you won't be able to see all that's there.08:25
Gneathat's when you have to reboot to fsck the drive properly08:26
has564gorgonzola I have no idea, but when I select ubuntu netbook it goes into this GNU GRUB version 1.98 screen08:26
=== DJones is now known as DJones_HD
gorgonzolahas564: is this the menu whete you slect ubuntu netbook? http://tipsfromgeek.com/wp-content/uploads/2009/11/GRUB.jpg08:26
Gneaonce that's done, you can find it in the recovery folder in c:\, move the files back over, re-init grub a few times, and it'll work08:26
phasmahas564: That is what -should- happen08:26
=== DJones_HD is now known as DJones
has564gorgonzola no, thats not theo ne08:27
GneaDr_Willis: like I said, it's a pain, but not impossible08:27
has564gorgonzola its the one before it08:27
VarazirHello, I have 2 users, on I use for XBMC ( turned off pulseadio ) is there a way I can make that user allway's start xbmc in full screen ?08:27
gorgonzolahas564 oh. so you select ubuntu netbook and land on that menu?08:27
Varazirwhen I switch to that user08:27
phasmahas564: Maybe a redundant question, but you have waited for grub to load automatically, right? It should do it after ten seconds08:27
GneaDr_Willis: not to mention, there are some ubuntuforum posts regarding it, so plenty of information is out there for it08:27
has564gorgonzola yes08:28
has564phasma yes I have08:28
raven_"Reconfiguring network interfaces...  Ignoring unknown interface eth0=eth0." any ideas??08:28
phasmaraven_: lspci|grep eth0 - does that show anything?08:28
has564gorgonzola any idea why its doing that?08:29
gorgonzolahas564: ok. i'm assuming that what you are doing is that you are selecting ubuntu netbook from the windows bootloader, and then land on the grub menu.08:29
cnfis there a way to make the notifications clickable?08:29
raven_phasma no but ifconfig shows eth008:29
=== CkhiKuzad is now known as CkhiKuzadAFKNapt
has564gorgonzola yes I select Ubuntu Netbook, and then land on the grub> screen with a blinking cursor08:29
=== CkhiKuzadAFKNapt is now known as CkhiKuzadAFK-Nap
phasmaraven_: lspci|grep Ethernet?08:30
gorgonzolahas564: normally, you would use grub as boot loader. ie, you turn on the pc, and the bios handles control to grub, who in turn shows the menu i showed you. there you select the system that you want to boot, and then the system boots. i'm trying to determine where is the problem that you have.08:30
phasmaraven_: sorry, still waking up, heh08:30
cnfhaving them disappear on hover is quite anoying08:30
gorgonzolahas564, yes, i understand that. what i don;t understand is whether you are selecting ubuntu netbook *in* the grub menu, or somewhere else.08:31
gorgonzolahas564 if it's in another bootloader, it sounds like your problem is that the grub menu is not properly configured, hence it does not work.08:31
has564gorgonzola okay I will tell you exactly what happens. I start my netbook, it goes into this screen with a title called "Windows Boot Manager" where I have two OSes. 'Windows 7' and 'Ubuntu Netbook'08:32
raven_phasma, yes it shows the controller08:32
gorgonzolahas564 ok. and then?08:32
has564gorgonzola when I select Ubuntu Netbook, it goes into that GNU GRUB screen, however all I see there is grub> with a blinking cursor08:32
has564gorgonzola before I updated to 10.10, I would see a menue similar to the one u showed me08:33
gorgonzolahas564: ok, your grub configuration is fubared.08:33
Dr_WillisI wish the Ubuntu Installer had an Option to 'make a rescue grub flash drive' - I made one for my Pc's and its SO handy at times.08:33
has564gorgonzola okay. And that means...08:33
gorgonzolahas564 as someone else mentioned here, it is probably because of the change from grub to grub2, and the fact that you are using the windows bootloader.08:33
gorgonzolahas564 that means that you need to fix it. you have two options.08:34
has564gorgonzola well is there a fix? Atleast to recover my files?08:34
gorgonzolahas564 the easiest one, is to get a live cd and fix it from there.08:34
phasmaraven_: sudo ifconfig eth0 up08:34
gorgonzolahas564: your files are ok, don;t worry about that.08:34
phasmaraven_: Does that bring it up?08:34
has564gorgonzola hmm a live CD,,,what is the other option08:35
GneaDr_Willis: that's a pretty good idea...08:35
gorgonzolahas564 the other option, is to fix it from within grub. that is not so easy... but since you are using the windows bootloader, it's probably better.08:35
Dr_WillisGnea:  yea.. whats funny is . for my usb-flash recovery.. i sort of made it by accident. :) i did a 'sudo dpkg-reconfigure grub-pc' and saw it had options for the HD's and for the flash drive. So i put it on all 3 :)08:36
gorgonzolahas564: now, above all, don't panic! your files should be happily stord in that hard drive... it's just that grub doesn't know where the kernel is... nothing should have been deleted.08:36
zetheroo1I have something I want to do but I am not too sure it's possible without hours and hours of work involved ... :) ... In short I want to share TV coming into one computer onto the local network! wdyt?08:36
Dr_Willishas564:  basically in the grub 'terminal'  you would ahve to enter the proper commands that are normally in the grub menu/config to boot the proper entry. Figuring out those commands is the harder part.08:36
has564gorgonzola okay that is good news to me. How do I fix this grub?08:36
cnfok, if that doesn't work, can i just replace notifyOSD with something that does work sanely?08:37
GneaDr_Willis: awesome :)08:37
has564Dr_Willis hmm, but its not really a dead end though right..?08:37
Dr_Willishas564:  you Could boot a live cd. I think and access the files from your 'wubi' install with a few  commands also.. You May want to backup them up to some other location.08:37
Dr_Willishas564:  not really a dead end.  You lost the 'key' to the house.. but theres other ways in. :) and the stuff in the closet is still there...08:38
ravenphasma, ?08:38
Le-SaintHello08:38
has564Dr_Willis that explained very nicely. So the house hasnt been burned down I see.08:38
Le-SaintSomeone please tell me why can't I send messages in the Linux-fr chanel ??08:38
phasmaraven: sudo ifconfig eth0 up - does that work?08:38
Gneahas564: have you checked the windows fs to make sure the disk files are in place?08:38
ravenphasma, oh yes it works08:38
has564Gnea have I what...?08:38
ravenbut what was that?08:38
llutz_Dr_Willis: there's super-grub disk as a more universal tool (can be used from flash-drive too)08:39
Dr_Willishas564:  theres some mention of this issue in the forums it seems.. (i just googled for it) --> http://ubuntuforums.org/showpost.php?p=9932369&postcount=508:39
Le-SaintAloha ?08:39
phasmaraven: It works as in returning no error, or works as in your problems are gone?08:39
Dr_Willishas564:  that url i just posted has 2 fixs to try08:39
Le-SaintOk ciao though08:39
ienaciao08:39
has564Dr_Willis yes I am looking at it right now08:39
Gneahas564: look in c:\ubuntu\disks\, can you?08:40
iena!list08:40
ubottuThis is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot »08:40
ravenphasma, problem is gone08:40
phasmagood, good08:40
Dr_Willishas564:  it seems the problem can reappear after EVERY kernel update... Eww.08:40
has564Gnea yes I am in there08:40
cnfffs, next buttons being unreachable are anoying!08:40
phasmaraven: Might want to take a look at wicd if network-manager is having such issues08:40
phasma!wicd08:40
Gneahas564: how many files are there?08:40
has564Gnea 3, boot - root.disk - swap.disk08:41
phasma!wicd-daemon08:41
Wafflemy costume boot image failed so i've decided to install splashy can anyone tell me how?08:41
has564Gnea well boot is a folder08:41
MagicJon one and only one of the many machines that I run when I do apt-get upgrade I am now getting the message that "the following packages have been kept back - linux-generic linux-headers-generic and linux-image-generic = whats the issue here08:41
Gneahas564: okay, that's a good sign08:41
Wafflecan anyone help me08:41
cnfdamned evolution08:41
has564Gnea Glad to hear that. Not panicking anymore08:42
has564Gnea so grub can be fixed from there perhaps?08:42
Dr_Willishas564:  that url tells how to access the files in your wubi install also i see. :) Handy to know.08:42
Gneahas564: it means that your installation has not disappeared :)08:42
Gneahas564: yes.08:42
Waffle*grone* i need asistance?08:42
Gneahas564: check the URLs that Dr_Willis posted08:42
Wafflecan anyone halps me08:43
Gnea!patience | Waffle08:43
ubottuWaffle: 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/08:43
Leman_Russis there a WINE channel on IRC?08:43
GneaLeman_Russ: #winehq08:43
Jordan_Uhas564: Can you be booted to the grub shell and on IRC at the same time (with a different computer)?08:43
Wafflefine i'll just wait08:43
has564Jordan_U what is IRC...?08:44
Dr_WillisIm reading  here right now --> https://wiki.ubuntu.com/WubiGuide#How%20can%20I%20access%20my%20Wubi%20install%20and%20repair%20my%20install%20if%20it%20won%27t%20boot?08:44
Dr_Willishas564:  this is IRC. :) Internet Relay Chat.08:44
GneaWaffle: you might want to reform your question. 'costume boot image' doesn't make much sense.08:44
Dr_Willishas564:  the great-granddy of the Chating world. :)08:44
Dr_WillisThe boot Image is dressed up as a zombie! :)08:45
has564Jordan_U yes thats what i have been doing all along08:45
Gnealol08:45
Gneakill -9 won't do anything!08:45
WaffleI wish to install and config splashy can anyone help me?08:45
Jordan_Uhas564: Great. Can you tell me what the output of "ls" is at the grub shell?08:45
Gnea!info splashy08:45
ubottuPackage splashy does not exist in maverick08:45
Gnea!info splashy lucid08:45
ubottusplashy (source: splashy): A complete user-space boot splash system. In component universe, is optional. Version 0.3.13-5ubuntu1 (lucid), package size 1153 kB, installed size 1796 kB08:45
Gneaweird, never used it08:46
Waffleyeah but how do i configure and install it08:46
has564Jordan_U (memdisk) (loop0) (hd0) (hd0,msdos2) (hd0,msdos1)08:46
Dr_WillisWaffle:  proberly have to use the source.. and it may be a big hassle..08:46
arniokashow to find out how much ram space remains?08:46
Dr_Willisarniokas:  the 'free' command ?08:46
Leman_Russwhere is WINE kept in the file system?08:46
GneaWaffle: not sure, but I plug these into google:  ubuntu splashy   i get a bunch of helpful stuff08:46
GneaLeman_Russ: locate wine08:47
kv102tOK, did an update on 10.10 (ubuntu installed in windows) now whe i boot I just get the GRUB prompt. how do i boot into GUI?08:47
arniokasDr_Willis: ty08:47
has564kv102t yay I am on the same problem buddy.08:47
Jordan_Uhas564: OK, that looks correct. Try running "configfile (loop0)/boot/grub/grub.cfg" and tell me what happens.08:47
MagicJon my system /usr/bin/wine08:47
=== kid__zZz is now known as kid__
kv102thas564: any luck?08:47
GneaLeman_Russ: open a terminal and type that08:47
Leman_RussGnea: thanks08:48
cutiyarhow to share my usb modem internet to other08:48
Jordan_Ukv102t: It looks like you and has564 are in similar situations.08:48
Jordan_Ukv102t: Can you be booted to the grub shell and on IRC at the same time (with a different computer)?08:48
kv102tyeh, but i ned help from the start.  So can I have help after08:48
gorgonzolaLeman_Russ all wine user files (ie, your windows C: drive and programs and stuff) should be in ~/.wine08:48
skrenamorohh yeah x)08:48
cutiyarhow to share my usb modem internet to other08:49
kv102tam doing IRC / GRUB split now..08:49
cnfevolution on a netbooks just sucks08:49
has564Jordan_U i get a gigantic list of error:unknown command08:49
Leman_Russgorgonzola: how do i find that?08:49
gorgonzolaLeman_Russ oh. ~/ is your home folder... /home/yourusername/08:49
Jordan_Ukv102t: Ok. What is the output of "ls" in the grub shell?08:49
shortlordI have just installed a second OS parallel to my Ubuntu, which killed the grub in the MBR. How can I reinstall grub? "sudo grub-setup -d /location_of_mounted_boot_partition /dev/sda" ?08:49
gorgonzolaLeman_Russ .wine is a hidden dir inside your home dir.08:49
Dr_Williskv102t:  you may want to bookmark this site also --> http://ubuntuforums.org/showpost.php?p=9932369&postcount=5   it has some info on fixing that08:50
Gnea!grub | shortlord08:50
ubottushortlord: grub is the default boot manager for Ubuntu releases before Karmic (9.10). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto - See !grub2 for Karmic onwards.08:50
Leman_Russgorgonzola: how do i unhide it?08:50
kv102t(memdisk] (hd0) (hd0,msdos1)08:50
Dr_Willisshortlord:  whats the 2 os's you are running ?08:50
Leman_Russgorgonzola: (thanks for the help, by the way!)08:50
Jordan_Ukv102t: No (loop0) ?08:50
shortlordDr_Willis: Win 7 + Ubuntu08:51
gorgonzolaLeman_Russ, i guess that you can edit the location bar in your file manager, or go to view and tell it to show hidden files. I don't know how to do that in nautilus, though (kde user myself)08:51
has564Jordan_U do u know why am i getting this list of error: unknown command?08:51
kv102tJordan_U , nope08:51
kv102tJordan_U: no loop08:51
Leman_Russgorgonzola: Got it, thanks!!08:52
=== neexx_ is now known as neexx
=== AbhiJit_ is now known as AbhiJit
=== Aaron5367 is now known as Aaron5367|detach
Jordan_Uhas564: I don't know yet.08:52
has564Jordan_U I am gonna try the link that was posted08:53
gorgonzolaLeman_Russ: Good! you are welcome.08:53
Jordan_Uhas564: Which? You do *not* want to follow the normal instructions for re-installing grub as you would on a non-wubi system.08:54
Dr_Willisshortlord:  theres  some guides out on restoreing grub after installing windows. The08:54
kv102thas564: Can you let me know how you get on...08:54
has564Jordan_U no the one where u go into c/ubuntu/wubildr08:54
Jordan_Ukv102t: You should be able to use "ls (hd0,msdos1)" To list the files in your windows partition.08:54
has564Jordan_U this one http://ubuntuforums.org/showpost.php?p=9932369&postcount=508:54
Dr_WillisIve learned that Tomboy Notes is so handy when Combined with the UbuntuOne. :)  Now i need to figure out how to share my notes  to other people. heh. I been putting in quick fix's and scripts and so forth in there.08:55
Kartagiswhen I mount my usb hdd in ubuntu, I can see all 500gb in it, but when I plug it into Windows, it sees only 100gb or so of it. any thoughts?08:55
Jordan_Ukv102t: Does the file (hd0,msdos1)/ubuntu/disks/root.disk exist? "ls (hd0,msdos1)/ubuntu/disks/"08:55
kv102tJorgan_U: iit's told me it's NTFS and given UUID code08:56
Jordan_Ukv102t: You forgot the '/' at the end.08:56
has564Dr_Willis Working now, Thank you for the link.08:57
konraddohow to switch between channels in irssi in xterm?08:57
has564Jordan_U working now, That link worked08:57
kv102tJorgan_U: Fixup Signature not match08:57
konraddoalt + number doesn't work08:57
pksadiqkonraddo:  CTRL + N08:57
konraddodoesn't work, too :?08:58
Jordan_Ukv102t: Is that an error you see?08:58
konraddo08:58
kv102tJorgan_U: yep08:58
konraddoi type strange characters when i use ctrl+number08:58
konraddojust like with alt+number :(08:58
kv102tJordan_U: yep08:58
konraddouh08:58
has564duuuude, ubuntu 10,10 looks really bad,,08:59
has56410.04 was better09:00
kv102thad564: you got it to boot?09:00
has564kv102t yes I did.09:00
kv102thad564: what did you go?09:00
has564kv102t do u have windows installed as a second OS?09:00
kv102tI have windoes installed and then installed ubuntu with it.09:01
zetheroo1I have something I want to do but I am not too sure it's possible without hours and hours of work involved ... :) ... In short I want to share TV coming into one computer onto the local network! wdyt?09:01
kv102tnot split partions...09:01
has564kv102t did u use wubi?09:01
Kartagiswhen I mount my usb hdd in ubuntu, I can see all 500gb in it, but when I plug it into Windows, it sees only 100gb or so of it. any thoughts?09:01
kv102thad564: Umm, i used the 10.10 Full 32-bit CD09:01
has564kv102t well then I dont know about that, U can try running that CD again and fixing grub from there09:02
has564kv102t which quite a few people mentioned here09:02
kv102tOK, well i got to go out.  i'll try later.  Thanks for your help. - everyone09:03
Jordan_Ukv102t: First, just to confirm that there's nothing wrong with the filesystem try running chkdsk.09:03
Waffle: error processing splashy (--install)09:04
Wafflehow do i fix this09:04
TupladMy extern hdd is acting up lately, I thought of fsck'ing it, but when I try to do it I get an error "fsck.ext2: Superblock invalid, trying backup blocks..." I have tried e2fsck -b 4096 and fsck -y and other things I've found on the internet, but I still can't get a scan. The disk works alright and is accessable but sometimes does weird stuff and reconnects by itself etc.09:05
TupladHow can I fix it ?09:05
Tupladfsck /dev/sdf doesn't work and I get that error, but fsck /dev/sdf1 works fine09:06
shortlordthis site https://help.ubuntu.com/community/Grub2 advises to mount the whole filesystem prior to installing grub. / and /home are btrfs though, so grub-install fails. Is it enough to mount /boot, which is ext4?09:06
Dr_WillisTuplad:  sdf is the whold drive.. sdf1 is a filesystem. You proberly never want to fsck sdf :)09:06
SwedeMikeTuplad: why not use sdf1 then? sdf is the device, sdf1 is the first partition on the device.09:06
Wafflecan anyone help me rather than sitting there like a lemon09:07
Tupladoh, I thought I had to fsck sdf09:07
llutz_Tuplad: /dev/sdf is the drive, sdf1 the partition with the filesystem. you cannot fsck the drive since it doesn't hold a filesystem09:07
Tupladthanks for that!09:07
Waffle: error processing splashy (--install)09:07
Wafflei get this when installing splashy09:08
Wafflewho can help09:08
Dr_WillisWaffle:  Its very likely splasy wont work at all in 10.10 due to all the other changes done to 10.1009:08
Dr_WillisWaffle:  you have chedked the forums perhaps on the topic? or seen if theres a splashy homepage?09:09
pksadiq Waffle pastebin09:09
Wafflepksadiq,  http://pastebin.com/tSFhst9G09:10
Dr_Willisfrom the splashy homepage - it seems splashy was laste updated 2 yrs ago --> http://alioth.debian.org/projects/splashy/09:11
Jordan_Ukv102t: It looks from other reports that it is eitether a problem with filesystem corruption of a bug in grub and linux's ntfs code. A bug report would be very useful, even if chkdsk fixes the problem.09:11
pksadiqWaffle:  did you try sudo apt-get install -f09:11
pksadiqWaffle:  and install again09:11
Jordan_Ukv102t: It would also be usefull to know if you can read /ubuntu/disks/root.disk on your windows partition from a LiveCD.09:12
Wafflepksadiq,  that worked i think09:12
pksadiqWaffle: ok09:13
shuvamhIIII....fRIENDZ09:13
pksadiqshuvam: Hi09:13
shuvamAny 1 dre.....09:13
Wafflenow how do i know splashy is working09:14
Dr_Willisshuvam:  Huh?09:14
remoteCTRL1how do i turn off this pesky password complexity check?09:14
shuvamIs any 1 there to help me09:14
Dr_Willisshuvam:  and the problem is?09:14
remoteCTRL1!ask | shuvam09:14
ubottushuvam: 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. :-)09:14
Jordan_Ukv102t: BTW, this is the other report of the same (or a very similar) problem: http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=157114209:14
shuvampla tell me some way by wich i can learn how to use the terminal in ubuntu09:15
Jordan_U!terminal | shuvam09:15
ubottushuvam: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal09:15
Dr_Willis!terminal | shuvam09:15
Dr_Willisshuvam:  lots of reading on 'bash' tutorials.. is where to start.09:15
Wafflerun splashy test and i get Splashy ERROR: libsplashy: Framebuffer is not configured properly please see http://tinyurl.com/339h6709:15
WaffleSplashy ERROR: Couldn't splashy_start_splashy(). Error -209:15
shuvamACTUALLY M USING LINUX UBUNTU 10.10 AND NOW I DONT KNOW HOW TO INSTALL SOFTWARES09:16
Wafflehow to fix this09:16
Dr_Willisshuvam:  software manager icon in the main menu - works very well.09:16
shuvamSO PLZ TELL ME HOW TO USE THE TERMINAL09:16
Waffleanyone?09:16
llutz_!caps09:16
ubottuPLEASE DON'T SHOUT! We can read lowercase too.09:16
shuvamNO ITS NOT THERE09:16
Dr_Willisshuvam:  if you want to use the apt-get commands...  then 'sudo apt-get install packagename'09:16
Dr_Willis!apt | shuvam09:17
shuvamsorry sorry09:17
ubottushuvam: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Adept (KDE) or !KPackageKit (KDE)09:17
Wafflecan anyone help me09:17
B-r00tshuvam: use terminal for what?09:17
blackshirtHello waffle09:17
Dr_WillisWaffle:  the framebuffer setup has been redone a bit in 10.10 also.    You may need to load the modules if they are blacklisted.09:17
Dr_Willis!framebuffer09:17
ubottuInformation about changing your framebuffer modes in GRUB can be found at https://wiki.ubuntu.com/FrameBuffer#grub09:17
WaffleDr_Willis,  how do i do this?09:18
shuvamno no i want to know how to use it because i dont know any command09:18
Dr_Willisshuvam:  'sudo apt-get install PACKAGENAME'    is to install stuff..09:18
Dr_Willisshuvam:  apt-cache search PATTERN           to look for speciic programs/tools/patterns09:18
Wafflehow do i load the modules09:18
pksadiqshuvam: let me private chat? ;)09:18
shuvamplz tell me some site or something by which i can learn how to use the terminal09:19
Dr_WillisWaffle:  sudo modprobe modulename    but what module.. depends on your video card.09:19
Dr_Willisshuvam:  we DID tell you a site..09:19
Dr_Willis!terminal | shuvam09:19
ubottushuvam: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal09:19
Dr_Willis!cli | shuvam09:19
ubottushuvam: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE).  Guide: https://help.ubuntu.com/community/UsingTheTerminal or type in it: man intro09:19
WaffleDr_Willis,  i have intel graphics (laptop)09:19
shuvamthanks bro.....09:19
WaffleDr_Willis,  what modules do i need?09:20
Dr_WillisWaffle:   You may have to read up on the Framebuffer site given above. I tend to disable the framebuffer. and any boot time eyecandy.09:20
Dr_WillisIve no idea what moduiles are needed for the various cards.09:20
shuvamplz tell me something more about using the ubuntu.....coz have used only XP09:20
Waffleframebuffer site?09:20
Dr_WillisWaffle:  the older splashy docs all mention configuring the framebuffer.. but they also are for the older GRUB.. that syntax has changed with grub2 also.09:21
shuvami dont know anything about that09:21
DasEi!manual > shuvam09:21
ubottushuvam, please see my private message09:21
blackshirtWaffle: maybe you need installing libdirectfb :)09:21
peter__@shuvam Such as?09:21
Dr_Willis!framebuffer | Waffle09:21
ubottuWaffle: Information about changing your framebuffer modes in GRUB can be found at https://wiki.ubuntu.com/FrameBuffer#grub09:21
ikoniashuvam: https://help.ubuntu.com that will teach you how to use ubuntu09:21
suprengrI have partition (for "back in time" archives) which got close to full and the notification duly popped up to let me know. How do I reset the notification - I foolishly clicked "do not notify for this partition" - whoopsy.!09:21
DasEishuvam: http://www.howtoforge.com/the-perfect-desktop-ubuntu-10.04-lucid-lynx09:21
suprengrq09:22
suprengr(sorry) finger slipped09:22
ikoniasuprengr: 1 letter, no big deal, don't worry09:22
Friarcan I send and receive email on my gmail account with the command line?09:22
ikoniaFriar: mutt or pine for reading, mail or mailx for sending09:23
cvrse Friar: you can use a terminal client like mutt and connect with imap09:23
Friarikonia, thanks I guess I'll have to do some reading.09:23
pksadiqFriar: you can have ~everything in a command line ;) even see videos, but blurry :D09:23
Wafflei can't configure framebuffer09:24
peter__I want to set up a home VPN server. I have a laptop both wired and wirelessly connected to a router. Is the right approach to bridge the wlan0 and eth0? Will I be able to remotely connect with this set up?09:24
pksadiqWaffle: did you check the tinyurl link they gave?09:24
Dr_WillisFramebuffer setup has changed in 10.10 since earlier releases also. So it may take some research.09:24
ikoniapeter__: you had no need to bridge if both are connected to the router09:24
Wafflepksadiq,  just did09:25
blackshirt Waffle: maybe you need installing libdirectfb :)09:26
Dr_Willisaparently there are getting to be some Plymouth themes now on various theme sites. :)  http://www.webupd8.org/2010/10/install-and-change-plymouth-themes-in.html09:26
Dr_WillisI dont see much need for splashy any more. but its time for me to head to work.09:26
pksadiqWaffle: and also did you try http://splashy.alioth.debian.org/wiki/ubuntu at that site09:27
peter__Ok09:27
cnfdamnit!  why won't the damned keychain unlock itself on login?09:28
Dr_Willispksadiq:  the packages and notes there are like 2+ yrs old.09:28
tje_Can someone tell me which package I'd need to install from Maverick to end up with the 'md' (RAID) kernel module?09:28
Dr_Williscnf:  you can set the keyrng password to be blank and use 'unsafe storage' and it can auto-unlock.09:28
Dr_Williswork time for me. bye all.09:28
tje_I have the raid0.ko, raid1.ko, etc.... But no md module anywhere under /lib/modules09:28
Dr_Willis!keyring09:28
pksadiqDr_Willis: I'm 20+ years old ;)09:28
cnfand why does it ask for my password _twice_?09:29
pksadiqtje_: try modprobe -l09:29
pal0breany1 knows how to backup all my packages so i don't have to download them again?09:29
pooltablehi is there another way to have the file operation be seen example a bar instead of click on it to see if the file i want to move is done thanks09:30
marelWhy can't I cd into a Skype4Py-1.0.32.0 folder ? It says "bash: cd: Skype4Py-1.0.32.0: Permission denied"09:30
pksadiqmarel: try sudo09:30
llutz_tje_: its fix in the kernel, no module09:30
tje_pksadiq,  Great, thanks for the suggestion.09:30
tje_pksadiq,  I found the md-crypt, which should do what I want as I had intended to crypto the RAID1 as well.09:31
llutz_grep CONFIG_MD /boot/config-$(uname -r)09:31
llutz_tje_: ^^09:31
tje_CONFIG_MD=y09:31
marelpksadiq, sudo: cd: command not found09:31
tje_So I guess I don't need the module.09:31
tje_Muchos gracias09:31
llutz_marel: sudo cd     is pointless09:31
marelllutz,  how do I cd into that directory than ?09:32
llutz_marel: "sudo -i" and cd then09:32
DasEimarel: or own that dir to the standard user09:34
pksadiqmarel: follow llutz_ , I thought it's cp09:34
remoteCTRL1disabling password requirement check, anybody, please?09:36
azlonhow can i find out where my serial port is? i thought it was /dev/ttys0/09:36
* Guest68293 #ubuntu has got better :)09:36
pksadiqazlon: mobile phone?09:37
azlonpksadiq: no, im trying to console into my cisco switch09:37
pksadiqtry ls /dev/tty*    if nothing more than /dev/ttyS* is shown, it might be ttyS0,09:38
=== Guest68293 is now known as Willing
mash_fuck09:38
pksadiq!language | mash_09:39
ubottumash_: Please watch your language and topic to help keep this channel family friendly.09:39
rwwmash_: no thanks.09:39
=== Willing is now known as Willing_NTP
=== regis is now known as regiscf
azlonpksadiq: it listed about 60 different tty09:39
azlonbut only 4 ttyS09:40
azloni will try each of them09:40
=== dreamtraveler is now known as noobuntu
mash_any who one used bt4 ?09:40
pksadiqazlon: each of them???????09:40
Kartagiswhen I mount my usb hdd in ubuntu, I can see all 500gb in it, but when I plug it into Windows, it sees only 100gb or so of it. any thoughts?09:40
Wafflestill not working even tho i did what the tinyurl told me to do still could not start splashy who can help09:40
ikoniamash_: bt4 is supported in the channel #backtrack-linux09:40
llutz_azlon: 1st serial should be /dev/ttyS0, maybe you have to set parameter using setserial before you can use it09:40
azlonpksadiq: each of the 4 ttyS series... not the entire tty list09:40
pksadiqazlon: k09:40
Willing_NTPhow can i find out where my serial port is? i thought it was /dev/ttys0/09:41
kalkinping09:41
ikoniakalkin: ?09:41
azlonpksadiq: so i am using putty and it said it couldnt connect on anything except ttyS009:41
Wafflecan anyone help me09:41
ikoniaWaffle: if someone can help you, they will respond09:41
Waffleikonia,  i know09:41
azlonpksadiq: but when i connect on ttyS0 it doesnt do anything... is there another terminal program i should use instead of Putty to console into a switch?09:42
pksadiq!ping09:42
ubottupong09:42
Willing_NTP so keep waffling09:42
ikoniaWaffle: ok, so why are you asking if anyone can help you if you know they will respond09:42
Wafflepksadiq,  pong09:42
llutz_azlon: minicom09:42
azlonllutz_: thanks...09:42
blackshirtWaffle: you have libdirectfb installed ??09:42
pksadiqWaffle: ubottu replied09:42
Willing_NTP waffle please complete your waffeling09:42
ikoniaWilling_NTP: easy,09:42
pksadiqazlon: do you mean ssh?09:42
Waffleblackshirt,  nope09:42
ikoniaWilling_NTP: he's free to ask questions.09:42
azlonpksadiq: i believe it is telnet... i could be wrong though...09:43
blackshirtWaffle: maybe you need install it09:43
Willing_NTP i was lettin him/her know @ikonia09:43
Waffleblackshirt,  how?09:43
ikoniaWilling_NTP: he knows, that's why he's asking questions,09:43
Willing_NTP trying to be Vyer is he?09:43
DasEiremoteCTRL: sorry, was disconnected, PW for which purpose ?09:44
ikoniaWilling_NTP: what are you talking about ?09:44
blackshirtjust issuing apt-get install libdirectfb on terminal09:44
blackshirtWaffle: ok, back again, you successfully install splashy09:44
blackshirt ??09:44
Willing_NTP I assumed you knew what i was talking about ikonia09:44
ikoniaWilling_NTP: no, you're just saying random words, give it a rest please.09:44
Waffleblackshirt, no such package09:44
zhangxuan#gentoo09:45
blackshirtwhat your system, maverick ??09:45
azlonllutz_: ok, i got minicom installed and running... i figured out how to configure the serial connection with 9600 8N1 etc... now how can i issue a connect command?09:46
Waffleblackshirt,  nope splashy is still not working09:46
llutz_type it09:46
pksadiq!find libdirectfb09:46
ubottuFound: libdirectfb-1.2-9, libdirectfb-1.2-9-dbg, libdirectfb-bin, libdirectfb-bin-dbg, libdirectfb-dev09:46
Willing_NTP ikonia I just like you to know I have installed ubuntu on 3 different machines and everthing is working perfectly and i'm so happy :)09:46
blackshirtWaffle: your system installed is maverick ?? or lucid ??09:47
azlon!pastebin09:47
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.09:47
ikoniaWilling_NTP: please stop with the randon chatter09:47
Waffleblackshirt,  lucid i think09:47
blackshirti think, maverick has dropped splashy packages09:47
blackshirtWaffle, exactly ??09:47
pksadiqWaffle: lsb_release -a09:48
azlonllutz_: this is what i see right now... it looks like everything is configured correctly by looking at the bottom, but nothing happens when i press anything... http://paste.ubuntu.com/523179/09:48
remoteCTRL1ikonia: dude do you happen to know how to turn off this pesky password complexity check?09:48
ikoniaremoteCTRL1: which one (sorry wasn't paying attention)09:48
teemoi have no sound on youtube in firefox, though its works fine on google chrome, i searched a bit, tried some of the solution, but to no avail, is this a common problem?09:48
Waffleblackshirt,  its lucic09:48
Wafflelucid09:48
kalkinl09:48
remoteCTRL1ikonia: like the minimum requirements, lenght, and characters contained...09:49
blackshirtok.. you have try reinstall it ??09:49
ikoniaremoteCTRL1: for the default login/password ?09:49
blackshirti mean splashy package ?09:49
remoteCTRL1ikonia: yepp?09:49
ikoniaremoteCTRL1: try lchage09:49
llutz_azlon: sure your cable is ok?09:49
remoteCTRL1ikonia: with an "l" infront? never seen that one...09:49
Euthanatoshow can i set boot to console login (no x)?09:50
azlonllutz_: i think so... :| i guess i can bring another cable home from work tonight...09:50
azlonllutz_: thanks09:50
ikoniaremoteCTRL1: hopefully it's still valid, yes, an "l" (ell)09:50
blackshirtoutput your install process09:50
llutz_azlon: iirc the cisco should response when you press <enter>09:50
ikoniaremoteCTRL1: the rest of the policy stuff is in pam09:50
remoteCTRL1ikonia: i am afraid there is no such thing as lchange here...:/09:51
ikonialchage09:51
ikoniaremoteCTRL1: lchage not change09:51
remoteCTRL1ikonia: yepp that is what i am looking for but apparently no such thing...09:51
ikoniaremoteCTRL1: look at /etc/pam.d/common-password09:51
azlonllutz_: is there any way to issue a ping-like command to see if i have connectivity to the console port?09:51
llutz_azlon: nope09:52
ikoniaremoteCTRL1: the command was "chage" not "lchage" they have dumped the "l"09:52
remoteCTRL1ikonia: i did; setting min=4 max=4 sould disable complexity check for passwords longer than 4 digits but it doesnt seem to have any effect...09:52
=== dreamtraveler is now known as noobuntu
ikoniaremoteCTRL1: it should do,09:53
azlonllutz_: ok, one last question... i am using a console cable that has RJ45 connectors at each end. on the PC i have a serial to RJ45 adapter that came with the cable (they came with the switch). is there any way to use a NIC as an interface to the console port and just remove the whole serial connection?09:53
ikoniaremoteCTRL1: check out this https://help.ubuntu.com/8.04/serverguide/C/user-management.html09:53
remoteCTRL1ikonia: chage doesnt offer the option as far as i kan see09:53
llutz_azlon: i odn't know sorry09:53
ikoniaremoteCTRL1: didn't know if it did, bit rusty on that09:54
azlonllutz_: ok, thanks09:54
ikoniaremoteCTRL1: it's controlled in pam09:54
remoteCTRL1ikonia: thats what i read but the setting appears to be inefficient...09:54
ikoniaremoteCTRL1: I can't test it as I don't have a box here, but it should work, I've used it to increase password complexity in the past09:54
ikoniaremoteCTRL1: you may need to log a bug if it's not working09:54
remoteCTRL1geezus how do they say? who finds a bug may keep it :D09:55
Wafflehow did i get it to install again?09:55
ikoniaremoteCTRL1: you've got to push it if you log it09:56
remoteCTRL1ikonia: so you're of the opinion that this is not being overridden by some ubuntu proprietary setting but that there is something wrong then?09:56
remoteCTRL1hehe PUSH THE TEMPO!09:56
Wafflehow did i get it to install again?09:56
ikoniaremoteCTRL1: if you set it to min=4 max=4 it should be minimum password legnth of 4, and don't check for entropy for passwords 4 chars or above09:56
remoteCTRL1ikonia: that is what i understood but it doestn take effect... :/09:57
remoteCTRL1ikonia: all right dude you were of great assistance as always, will file a bug report in this case :)09:57
Wafflehow did i get splashy to install again09:57
remoteCTRL1ikonia: thanks alot:)09:57
ikoniaremoteCTRL1: no problem09:57
blackshirtWaffle: you can firstly purge it, aptitude purge splashy09:58
blackshirtWaffle: and then install again, aptitude install splashy09:58
blackshirtWaffle; or, something more simple apt-get install --reinstall splashy09:59
Euthanatoshow can i set boot to console login (no x)?09:59
Waffleit installed10:00
Dwade09i run firefox and i go to youtube.com or hulu.com and i have no sound but yet off firefox when i open music or something off my desktop i have sound how do fix this?10:00
mostyis there a standard ubuntu way to prevent update-grub from being run?10:00
Flannelmosty: Why would you want to do that?10:00
DasEiEuthanatos: system > Admin > loginscreen10:00
Wafflenow its back to couldn't start splashy libsplashy framebuffer is not configured corectly10:01
mostyflannel: i have multiple operating systems sharing /boot and i don't want any particular install changing my bootloader setup10:01
pksadiqmosty: remove the executable permission, for the file10:01
mostypksadiq, won't that break if grub-pc is upgraded?10:01
Flannelmosty: Are you on GRUB 2? or GRUB 1?10:01
mostyflannel: grub210:01
pal0bredoes anyone know how to set compiz as a default window manager in xfce??10:02
pksadiqmosty: might be, but if need to disable, that might be the best way10:02
Flannelmosty: Well, a round-about way of doing it, is to disable automatic kernel upgrades (by removing the appropriate metapackage)10:02
EuthanatosDasEi, hmm...why would i be missing that?10:02
ZolHow can I tell weechat to use the current size of my terminal?10:02
DasEipal0bre: install simple-ccsm10:02
ZolRight now it resizes itself. :/10:02
DasEiEuthanatos: can't find the item ?10:03
mostyflannel: i suppose i could uninstall the grub deb and build/install it myself in /usr/local/ but i thought i should first check there wasn't some file in /etc that i could just edit10:03
EuthanatosDasEi, right10:03
Wafflenow its back to couldn't start splashy libsplashy framebuffer is not configured corectly10:04
Wafflehow do i fix this?10:04
blackshirtWaffle: install libdirectfb, i think in lucid repository contain it..with the name libdirectfb-1.2-010:04
DasEiEuthanatos: try gksudo gdmsetup in terminal then10:04
pksadiqWaffle: the old eror ? sudo apt-get install -f10:04
DasEiEuthanatos: elde install it, if it's missing10:05
DasEielse*10:05
Flannelmosty: I think you're heading at this the wrong way.  I imagine GRUB2 could ultimately accomplish what you're hoping to do (each OS has its own area in the grub menu, that wouldn't affect the others) without doing esoteric things10:05
oooosadasd10:05
Dwade09i run firefox and i go to youtube.com or hulu.com and i have no sound but yet off firefox when i open music or something off my desktop when i go to those web pages i see the video i just cant hear the sound and the volume is up on the sites as well as my system volume i have sound how do fix this?10:06
Waffleblackshirt,  i think it installed10:06
Waffleblackshirt,  no packages were installed10:06
blackshirtyou have installed it ??10:07
Waffleblackshirt,  nope no package exsists10:07
mostyFlannel, the problem with that is that each install puts the systems in a different order10:07
Flannelmosty: What do you mean?10:07
pksadiq!find libdirectfb | Waffle10:08
ubottuWaffle: Found: libdirectfb-1.2-9, libdirectfb-1.2-9-dbg, libdirectfb-bin, libdirectfb-bin-dbg, libdirectfb-dev10:08
EuthanatosDasEi, I'm not even finding anything like that in synaptic and terminal gives me nothing10:08
Flannelmosty: I'm thinking (I haven't used GRUB2 a whole lot) that you gut 10_linux, and then add all your custom ones in whatever ordering you want.  Then 10_linux wouldn't do it's auto-search (for the 'current' OS), and your other entries would be there, one file per OS, with manual entries.10:09
mostyflannel: say grub is upgraded in install 1, so update-grub is run with install 2 last in the list at boot. then what happens if grub is upgraded in install 2- the list is changed again10:09
=== dreamtraveler is now known as noobuntu
DasEiEuthanatos: sudo apt-get install gdmsetup  && gksudo gdmsetup   (I assume a newer ubuntudistro with gnome, tell if else)10:09
blackshirtWaffle: wow.. like ubottu said, lucid repository contains it...please, search before, or update your repo10:09
mostyFlannel, hmm, i could disable 10_linux and put all my config in 40_custom10:10
pksadiq!find gdmsetup10:10
EuthanatosOh I see why...apparently i have xmbc-live as my display manager...that could probably be why X fails to load properly every time =/10:10
ubottuFile gdmsetup found in breathe-icon-theme, elementary-icon-theme, gdm, gnome-colors-common, humanity-icon-theme10:10
Waffleblackshirt,  tryed all of them and managed to install somne10:10
mostyFlannel: that's a good suggestion, thanks10:10
Flannelmosty: that seems like it would accomplish what you're after.  And, you might be able to yank the stuff out of 10_linux, make it install-specific, and throw it into your custom ones, and make it so you don't need to manually update them.10:10
borkMy synaptics touchpad is detected as a generic ps/2 mouse. Any ideas how I can fix this? Acer Aspire A0532h netbook, maverick. The synaptics drivers are installed.10:10
DasEiEuthanatos: k, I don't know where this config is, you could use gdm then10:11
blackshirtWaffle: you have libsplashy installed too ??10:11
mostybork, doesn't it work?10:11
EuthanatosDasEi, it's done gonna reboot and see if it fixes the problem10:11
borkmosty: yes, but I can't use any of its special features10:12
mostybork, what special features?10:12
ubuntuhi all10:12
Waffleblackshirt,  yep10:12
pksadiqubuntu: Hi10:12
hariomHi, How to get shutdown and restart menu or button in Lucid?10:12
borkmosty: disable when typing. Also multitouch.10:13
pksadiqhariom: Press Alt + F110:13
pksadiqhariom: it shows the menu10:13
ubuntuguys I need "diskutil" package but when I try to install it via apt, there isnt.10:13
DasEihariom: rightclick upper panel, add..10:13
yyshello10:13
pksadiq!find diskutil | ubuntu10:13
ubottuubuntu: Package/file diskutil does not exist in maverick10:13
ubuntuI've to disable journaling to a HFS+ partition10:13
DasEi!hi|  yys, ubuntu10:13
pksadiq!find diskutils | ubuntu10:14
ubottuubuntu: Package/file diskutils does not exist in maverick10:14
Waffleblackshirt,   still fails to run splashy10:14
yys能否中文聊天10:14
DasEi!cn10:14
ubottuFor Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk10:14
blackshirtwith splashy test command failed too ?10:14
ubuntupksadiq, there isn't >*10:15
Waffleblackshirt, yep it failed with the same error10:15
pksadiqubuntu: spelling errors?10:15
yysthanks a lot10:15
mostybork, google "linux hal synaptics multitouch"10:15
blackshirtOK, you have configured your kernel to use splash parameter.. try reboot your system maybe ??10:15
TupladI would like to install windows 7 next to ubuntu... ubuntu is my main system for a while now and I know that if I install windows 7, I will lose grub - but no biggie, I can repair it. what about partitioning ? windows 7 installer lets me create an extended partition - can a harddrive have 2 extended partitions ? (ubuntu is on one)10:15
EuthanatosDasEi, that did it thanks!10:16
ubuntu!paste10:16
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.10:16
DasEiTuplad: yes, no problem10:16
DasEiEuthanatos: nice, have fun10:16
hariomDasEi: what application to add on panel? There is no Shutdown application in the list? I have minimalistic GUI10:16
borkmosty: I have previously, but thanks.10:16
TupladDasEi: awesome, thanks!10:17
ubuntupksadiq, http://paste.ubuntu.com/523192/10:17
ubuntuthere isnt in repo..10:17
ubuntuI've just enabled universe and multiverse repos10:17
DasEihariom: ah, I see, I think it's in a metapackage, gdm shall bring it or a desklet-package, I'll look in a minute10:17
hariomDasEi: I would like to keep my machine minimalistic. Pls suggest which doesn't add any extra package but just shutdown menu10:18
Friarwell, I got alpine working!!! quite simple. thanks for the suggestions!10:18
sunilpWhat is the command to install package in ubuntu?10:18
m3wtapt-get ?10:19
ubuntuvia apt apt-get install _10:19
Wafflehow do i do a simulated reboot10:19
sunilpaptitude?10:19
ubuntuuhm.. :(10:19
DasEihariom: sudo apt-get install indicator-session10:20
sunilpdiff bet aptitude and apt-get?10:20
Wafflei ment like reboot the system without closing all of your aplication so that the'yll come up again opon log on10:20
mostyWaffle, for what purpose?10:20
DasEi!info indicator-session > DasEi10:20
ownerim trying to install call of duty modern warfare 2 using wine and playonlinux how do i install it with playonlinux when i have to download it through steam10:20
Wafflemosty,  new softwere and importent documents10:21
mostywaffle: you don't need to reboot for that10:21
ubuntuI don't know :(10:21
sunilp:-D10:21
DasEiowner: check the appdb of wine for it :10:22
DasEi!wine10:22
ubottuWINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu10:22
hariom!info indicator-session10:22
ubottuindicator-session (source: indicator-session): An indicator showing session management, status and user switching.. In component main, is optional. Version 0.2.10-0ubuntu3 (maverick), package size 63 kB, installed size 384 kB10:22
DasEi!appdb10:22
ubottuThe Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help10:22
pksadiqubuntu: i think it's gnome-disk-utility10:23
blackshirtWaffle: add splash parameter on kernel grub menu10:23
Waffleblackshirt,  how10:24
ubuntuyea but there isnt a way to disable journaling into a hfs partition10:24
DasEihariom: did do the trick ?10:24
ikoniaubuntu: hfs isn't fully supported on linux,10:24
DasEihariom: did it * do the trick ?10:25
randomnikhi. can you recommend me some skype replacement?10:25
pksadiq!hfs10:25
ubottuTo view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see !NTFS-3g or !FUSE10:25
ubuntuhttp://ubuntuforums.org/showthread.php?t=392287 I've readed this10:25
ikoniaubuntu: you maybe able to disable the journel from within macos10:25
DasEirandomnik: kopete10:25
pksadiqrandomnik: doesn't skype work?10:25
ubuntu!NTFS-3g10:25
ubottuntfs-3g is a Linux driver which allows read/write access to NTFS partitions. Installation instructions at https://help.ubuntu.com/community/MountingWindowsPartitions10:25
star3amhey everyone (wave)10:25
DasEirandomnik: ekiga, but skype does fine here, too10:25
star3amanyone got time to help me mount, full disc encrypted partition, I am now in the live cd10:26
ubuntuntfs-3g support only ntfs partitions?10:26
randomnikDasEi, thank you. pksadiq i guess it works, it worked on 10.04 but i would like some replacement open source program, i just need the basic functions10:26
LunaVoraxHello everyone !10:26
ali3n0hi guys. any easy way to get thunderbird notification integrated with gnome notify?10:26
DasEistar3am: second, fetching link10:26
=== Or1on7 is now known as ubfr
ubuntu!fuse10:26
ubottuFUSE (Filesystem in Userspace) is a !kernel driver that allows non-root users to create their own filesystems. See http://en.wikipedia.org/wiki/Filesystem_in_Userspace for more on FUSE.  Some examples of filesystems that use FUSE are !ntfs-3g, sshfs and isofs. A full list of Filesystems that use FUSE is here:  http://fuse.sourceforge.net/wiki/index.php/FileSystems10:26
n3rV3ali3n0, there is an addon for that10:26
pksadiq!skype10:26
ubottuTo install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga10:26
ikoniaali3n0: that would be cool10:27
star3amDasEi: thanks man, I have red so much already :( but I cannot access my partition, not a valid LUKS device10:27
GoldenFish4UHi, is there a way to see all windows on the current workspace when doing Windows key + W? Now I only get the ones that are not minimized10:27
ali3n0n3rV3, tnx10:27
LunaVoraxI have a folder full of files and a lot of them have the same md5sum, is there a command line to remove all duplicate files that have the same md5 checksum ?10:27
star3amDasEi: my ubuntu used to automatically mount my encrypted stuff, it used my user passwd, which i have10:27
n3rV3:)10:27
blackshirtWaffle: still there ??10:27
teemoany ideas how to make sound on youtube work on firefox?10:27
Waffleblackshirt,  yep10:28
pksadiqteemo: did you install ubuntu-restricted-extras ?10:28
Ward|erm, why do i not get to see grub when i installed ubuntu 10.10 in a VM?10:28
blackshirtWaffle: try insmod vesafb, maybe help10:28
ubuntuanyone can help me to disable journaling to a hfsplus partition via ubuntu 10?10:29
Ward|also why do virtualbox guest additions not build on ubuntu 10.1010:29
Ward|the host is 10.0410:29
DasEistar3am: http://www.ubuntugeek.com/rescue-an-encrypted-luks-lvm-volume.html10:29
Waffleinsmod: can't read 'vesafb': No such file or directory10:29
star3amDasEi: click*10:29
Ward|so far the first experience with the so called perfect 10 has been nothing short of absolutely horrible10:29
teemopksadiq: i dont think so, how do i do that?10:29
ubuntuI've to write into hfsplus partition :(10:29
DasEistar3am: is this a crypted homefolder or a comlete cryption with seperate /boot ?10:30
Ward|its like every release gets more crappy and crappy10:30
Ward|stuff that worked years ago breaks10:30
blackshirtsory, modprobe vesafb10:30
n3rV3Ward|, i don't think so10:30
Ward|n3rV3, i know so10:30
coz_Ward|,  well I am not too far behind you on this ..but there are improvements along with problems10:30
needhelp1can someone explain to me what this terminal command is doing? sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB1010:30
pksadiqteemo: sudo apt-get install ubuntu-restricted-extras10:30
bonhofferlocate isn't installed on my ubuntu instance and can't find the package -- any help?10:30
star3amDasEi: complete encrypted partition, cept boot and swap, sda5 i get Device /dev/sda5 is not a valid LUKS device.10:30
n3rV3Ward|, i've seen Ubuntu improve over the last 3 years10:31
randomnikWard|, you dont see grub when you have only one system in it. also, before they add it to universal reposatory, you should install it from virtualbox site, i did it and it works flawless10:31
star3amDasEi: may, i msg you ? if your busy, i understand10:31
randomnikalso, dont troll, Ward|10:31
pksadiq!pgp10:31
ubottugpg is the GNU Privacy Guard.  See https://help.ubuntu.com/community/GnuPrivacyGuardHowto and class #8 on https://wiki.ubuntu.com/ClassroomTranscripts10:31
DasEistar3am: so this tut is what you need then10:31
bonhofferis the package updatedb or slocate?10:31
Ward|randomnik, tried, doesn;t work10:31
n3rV3Ward|, the problems are with new releases, if don't want the bugs wait for 2-3 months after any Ubuntu release10:31
DasEistar3am: can, yes10:31
randomnikwell, Ward|  it works for me10:32
n3rV3Ward|, they mature and improve drastically10:32
=== ubuntu is now known as ubuntu_1
Ward|randomnik, well that doesn't change the fact that it doesn't here10:32
Ward|any suggestions maybe?10:32
jribneedhelp1: adding a key to your apt keyring.  Basically, you're telling apt to trust software that's signed with that key10:32
star3amDasEi: damn, this is web irc, i am in live cd, damn man, i love ubuntu, but if i cannot get this data back i'm so screwed :(10:32
bonhofferlooks like the package is locate10:32
randomnikWard|,  purge it, and then install from their site10:33
blackshirtbonhoffer: install locate packages10:33
Ward|randomnik, i did it from their site10:33
bonhofferblackshirt: got it10:33
majidHello. I've a problem. I cannot go to http://addons.mozilla.org with ubuntu. But i can go there with Windows. Does any one know how to resolve this?10:33
brad__I need some help. my graphics card went bad, and now I need to switch my computer back to onboard graphics.  but i need to get into bios to do that, and i don't have a video card!  is there a way to switch to onboard video without a video card?10:34
ikoniamajid: what happens when you try to visit it in ubuntu ?10:34
DasEistar3am: once you done with the steps, you'll find your partitions under /dev/mapper/      and then can just mount them as regular devices, also can fsc them BEFORE mounting, case they are borked :)10:34
DasEifsck*10:34
n3rV3majid, its https10:34
n3rV3not http10:34
ikoniabrad__: your computer will still output bios on the onboard10:34
StaRetji1Has anyone successfully installed drivers for nvidia ion? I'm having problem, drivers are installed, but for some reason not recognized and xorg log shows no drivers, vesa is selected. Any help would be highly appreciated. Thx10:34
needhelp1jrib: im attempting to install mongodb .. im not sure if i should trust the software though .. lol10:34
brad__ikonia, but it doesn't... the monitor gets no signal10:35
pksadiqn3rV3: but it might forward10:35
majidikonia , I recive : The connection has timed out . n3rV3 , Sorry. It was a mistake10:35
jribneedhelp1: isn't mongodb in the default repositories?10:35
jrib!info mongodb | needhelp110:35
ubottuneedhelp1: mongodb (source: mongodb): An object/document-oriented database (metapackage). In component universe, is optional. Version 1:1.4.4-2ubuntu2 (maverick), package size 8 kB, installed size 44 kB (Only available for i386 amd64)10:35
* Ward| gets rid of the "crappy 10" and goes on with his life and another distro10:35
ikoniabrad__: then you need to take it to your hardware support person10:35
jribbrad__: you removed the bad card?10:35
brad__jrib, yeah, the computer wouldn't even start with it in10:35
DasEibrad__: so where's the problem : plug monitor in onboardjack after switching bios, that settlement can only be done in bios10:36
brad__DasEi, but I can't access bios because I don't have video.... my card doesn't work at all, and its not auto-switching to the onboard10:36
DasEibrad__: you can pull the battery to default bios, if onboard won't show anything now10:36
brad__DasEi, I pulled the CMOS battery for five minutes, and still having the same issue10:37
n3rV3majid, are you able to browse all other sites?10:37
ikoniabrad__: take it to your hardware shop then, it's not really an ubuntu problem, or try the ##hardware channel10:37
needhelp1it seems that mongodb is in the ubuntu repos10:37
DasEibrad__: huh, tricky then, that shouldn't be10:38
majidn3rV3, Yes I can open others. I tried with Google chrome and even with a proxy but still i cannot open it.10:38
brad__DasEi, I can hear the computer starting up fine, but the monitor light just blinks a way, suggesting it isn't getting a signal.10:38
ikoniamajid: if you do an nslookup on the address, what does it return10:39
brad__DasEi, if I plug the old video card in, the computer won't even boot. it turns off as soon as i hit the power.10:39
ikoniabrad__: take it to ##hardware or your local hardware shop please.10:39
wdaacsazHi buddies? How are you ?  want to log to Ubuntu -ru channel10:39
ikoniawdaacsaz: /join #ubuntu-ru10:39
wdaacsazbut i cannot find it10:39
wdaacsazyet10:39
pksadiqbrad__: try unplugging the monitor Data CAble , does it show anything?10:39
strangehey guys is there a way to delete all folders from a certain date within a folder with a terminal command10:39
ikoniapksadiq: please join him in ##hardware to continue this debugging10:40
jribstrange: sure, use find10:40
brad__ikonia, #hardware is invite only10:40
pksadiqikonia: k, sorry10:40
strangejrib, could you be a bit more specific?10:40
jribstrange: note it also depends what you mean by "date"10:40
ikoniabrad__: ##hardware10:40
DasEibrad__: no, but :10:40
DasEi!register10:40
ubottuInformation about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode10:40
wdaacsazowh great answer jrib Thank u very much bro. )))10:40
strangeall folders from sept 19 i want to rf -fR10:40
* jrib forwards to ikonia10:40
jribstrange: by date you mean modification time?10:41
strangeyes10:41
ikoniajrib: which one, you're juggling10:41
majidikonia, It returns : "** server can't find https://addons.mozilla.org/: NXDOMAIN"10:41
jribikonia: wdaacsaz thanked me but you're the one that answered him :)10:41
=== brad__ is now known as moody
ikoniamajid: nslookup addons.mozailla.org10:41
ikoniajrib: ah10:41
ikoniamajid: nslookup addons.mozilla.org10:42
DasEistar3am: getting by ?10:42
jribstrange: if you read « man find » you can read about the -mtime switch (for specifying the modification time), -type (for folder), and -exec (or maybe -delete but not sure if that recursively deletes directories)10:42
majidikonia , This : "Non-authoritative answer: addons.mozilla.orgcanonical name = amo.glb.mozilla.net. Name:amo.glb.mozilla.net Address: 63.245.213.91"10:43
ikoniamajid: ok, at least it's looking up ok10:43
ikoniamajid: telnet addons.mozillla.org 44310:44
ikoniamajid: does it connect10:44
n3rV3strange, would be along the lines -> find <pathname> -mtime +2 -type d -exec rm {} \;10:44
GoldenFish4UIs there a way to show all windows on the current workspace when doing Windows key + W? I now only get the unminimized ones.10:44
n3rV3to delete folders older than 2 days10:44
majidikonia , "telnet: Unable to connect to remote host: Connection refused"10:44
star3amDasEi: no, i cannot install anything with this 10.10 live cd10:44
ikoniamajid: looks like either you have a firewall blocking you, or the site is currently down10:45
star3amDasEi: my apt just hangs, damn, everything is going wrong :/10:45
=== dreamtraveler is now known as noobuntu
ikoniamajid: you are unable to connect to that site on port 443 for https10:45
ikoniamajid: try it on port 80 for interest10:45
DasEistar3am: nah, calm.. we get it, lucid lived cd ? location us ?10:45
pksadiqmajid: try > in tools > preferences > security > warning messages setings> uncheck all ( in firefox) and browse10:45
star3amDasEi: i'm gonna take out my lappy disc and put it into a usb conatiner then try access it on a working ubuntu machine10:45
star3amDasEi: I have only 10.10 live cd, with like 5 yrs worth of data, that i need to get to10:46
star3amDasEi: In cape town, south africa10:46
DasEistar3am: or that way, as live cd isn't performant, else just have to modifie apt (cd one's)10:46
ubuntu_1guys I've installed hfsutils and hfsplus but there's no result. I've read on ubuntu's forum taht I've to disable journaling on osx partition whit diskutils package (that I cant found) and with gnome-disk-utility but there isnt a option to disable journaling. Please help ,e10:46
star3amDasEi: there used to be an option, rescue broken system, i don't see it anymore in 10.10 boot10:47
pksadiqWhile typing here some key combinations decreased the font siz of irssi, How to change it?10:47
star3amDasEi: gonna reboot quick, dude, tx for your help thus far :) damn cool of you, and have a good sunday if if i am back and your gone10:47
DasEistar3am: depends on which disk you use, alternate has (but no desktop-live)10:47
majidikonia , It connects and disconnects again with port 8010:48
pksadiqgot it,10:48
dw-whats a good microscope capture program10:48
majidpksadiq , The same result. It doesn't  open.10:49
bonhofferhow do folks grep a man page?10:49
bonhofferman ls looks like more ls10:49
bonhofferman ls | grep "foo" doesn't seem to work10:49
DasEibonhoffer: man mount | grep ntfs10:49
pksadiqmajid: try the shell browser like links, lynx etc10:49
pksadiqmajid: does https://www.gmail.com works?10:50
jribbonhoffer: just use / to search a man page10:50
penganguranalooo10:50
penganguranad org indo?10:50
minihydrapulse uses alsa driver on my ubuntu, thus i have various problems when running alsa using programs(i.e. wine, that is pulse apps loose sound after launching alsa using app, how do i make pulse to use oss saound driver? or is it a bad idea?10:51
majidpksadiq , Yes. It works. Only my problem is with firefox and thunderbird addons site.10:51
pro32767Hi! I've installed Ubuntu 10.10 and there are some graphics problems. If I have to scroll in a window - even in this IRC client - I get annoying "stripes". I've made screenshots of the issue: http://img251.imageshack.us/f/bildschirmfotoil.png OR http://img229.imageshack.us/f/bildschirmfoto1t.png ... has anyone maybe recognized a similiar problem?10:52
DasEiminihydra: it is possible, both oss and alsa settle the drivers, wheras pulseaudio is a soundproxy10:52
majidpksadiq , ikonia , n3rV3 , I don't know what happened but resolved! Thank you.10:52
minihydraDasEi: i though uninstaling alsa-base but that also unselects ubuntu-desktop... so it doesnt seem like a good idea10:53
DDAZZAHello, What usb sim card reader  dongles are compatible with ubuntu?10:53
pksadiqDDAZZA: don't think so, does it works?10:54
DasEiminihydra: http://www.ubuntugeek.com/howto-install-oss4-in-ubuntu-10-04-lucid-for-better-sound-quality.html10:54
DDAZZApksadiq, huh?10:55
pksadiqDDAZZA: I mean , .....It didn't worked for me, might be for you, sorry10:55
faspHi, I've added "conky" to /etc/rc.local but it doesn't start.. why?10:55
pksadiqDDAZZA: doesn't it mount as a CD or something like that in Windows?10:56
ubuntu_1guys I've installed hfsutils and hfsplus but there's no result. I've read on ubuntu's forum taht I've to disable journaling on osx partition whit diskutils package (that I cant found) and with gnome-disk-utility but there isnt a option to disable journaling. Please help ,e10:56
minihydraDasEi: thank you ill try that10:56
majidDoes ubuntu one have problems with Gmail?10:56
jrib!startup | fasp10:56
ubottufasp: To add programs to start up when you log into your Gnome session go to System>Preferences>Sessions and use the Startup Programs tab. For more information, see https://help.ubuntu.com/community/AddingProgramToSessionStartup - See !boot for starting non-interactive programs at boot10:56
pksadiqmajid: No, I don't think so10:57
jribfasp: rc.local is not the right place to have things startup for your user on login10:57
DDAZZApksadiq, I don't know I need to buy one but I don't know what to get.10:57
Guest9642 majid ubuntu is perfect these days10:57
dw-luvcview for microscopes sweet10:57
pksadiqDDAZZA: does lsusb shows it ?10:57
karthick87fasp: add your conky  to startup application10:57
=== tdawgedogg is now known as tacotruck
pksadiqGuest9642: :)10:58
bonhofferwhen searching using / in a man-page -- how do you find the next instance?10:58
faspI have written an own script which starts conky with some delay. This script was added to rc.local. Sorry for the impreciseness10:58
majidpksadiq  , Guest9642 , But it doesn't let me to sign up with my Gmail!10:58
pksadiqbonhoffer: press n or N10:58
Guest9642what unbuntu needs now is a good Windows emulator10:58
DDAZZApksadiq, Show what? your confusing me.10:58
jribfasp: rc.local is not the right place to have things startup for your user on login10:58
bonhofferpksadiq: thanks -- what do i call this feature?10:58
tacotruckhey guys...how do i get php setup with apache in ubuntu....trying to test some php code...got apache running and can see localhost but phpinfo(); doesnt return anything10:58
Guest9642 then it will :)10:59
jribfasp: follow what ubottu said10:59
Guest9642 hopefully10:59
jrib!lamp | tacotruck10:59
ubottutacotruck: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+)10:59
pro32767Guest9642: wine is quite fine, isnt it?10:59
pksadiqDDAZZA: , just disregard what I said, Nothing is impossible, untill you feel so10:59
jribtacotruck: read that guide (especially the troubleshooting steps)10:59
pksadiqbonhoffer: Feature?10:59
bonhoffersearching in more or man foo11:00
bonhofferwith backslash?11:00
fasp!boot ?11:00
ubottuError: I am only a bot, please don't think I'm intelligent :)11:00
bonhofferwould i google man more searching11:00
jribfasp: no, what he already said11:00
pksadiqbonhoffer: the man uses some commands as same as the vi editor11:01
pksadiq!boot11:01
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/SmartBootManagerHowto11:01
jribbonhoffer: read « man less » I guess since that's probably your pager11:01
faspok11:01
bonhofferjrib: thanks11:01
jribfasp: !boot is not what you want.  Follow ubottu's instructions from !startup11:02
faspother scripts are working properly when added to rc.local11:02
fasp!startup11:02
ubottuTo add programs to start up when you log into your Gnome session go to System>Preferences>Sessions and use the Startup Programs tab. For more information, see https://help.ubuntu.com/community/AddingProgramToSessionStartup - See !boot for starting non-interactive programs at boot11:02
Guest9642 wine didnt work before (ver8.xx ) but thanks for reminding me i will try again with this new unbuntu installation11:02
Nethead777having boot problem after installing ubuntu 10.04 boot to grub command line .... I'm very new to ubuntu11:03
un_vampirI need help .... how can i print fastdraft in ubuntu11:03
UnholyTerrorNethead777 what does it say?11:06
Guest9642 Nethead777 have tried boooting and rebooting11:06
home-aloneIs Xubuntu is light enough to be installed on a Pentium III pc with 256 ram11:06
Guest9642 it worked for me after few reboots11:07
Nethead777yes many time boots to command line every time i have reinstalled still same problem also tried 10.04 and 10.1011:07
UnholyTerrorNethead777 what does it say?11:07
pksadiq!requirement11:07
Guest9642 Nethead777 try it on another machine with same CD (maybe your cd is corrupt)11:08
DasEi!grub2 | Nethead77711:08
ubottuNethead777: GRUB2 is the default Ubuntu boot manager since Ubuntu 9.10.  For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub211:08
mecoWhat folder do I go to to remove the actual Flash extension files11:08
eigarapt-get serves flashplugin-installer, flashplugin-nonfree and flashplugin-nonfree-extrasound. Is the installer and the nonfree to do with versions? I find Two packages in "Ubuntu Software Center" to. One maverick and one maverick-partner. Any suggestions on which one to pick?11:08
jribmeco: how did you install it11:08
DasEi Nethead777: boot a life-cd and re-install grub11:08
mecojrib: so many people use this machine, I can't answer that question. I just want to remove everything and try a clean install11:09
faspja|fasp11:09
Nethead777from the ubuntu cd11:09
ann这里能发文件么?11:09
UnholyTerrorNethead777 what does it say?11:09
jribmeco: it depends on how it was installed.  Is there a flash-related package that is installed?11:09
wkf5566怎么安装我都不知道11:09
DasEi Nethead777: mention to mount not only root , but also , if seperate /boot    /usr, /proc  /var /sys11:09
mecojrib: I don't know.11:09
jribmeco: check?11:10
mecojrib: How?11:10
Nethead777reboot from live cd11:10
jribmeco: aptitude search '~nflash~i'    would be one way11:10
home-aloneis Xubuntu lightmwiehgt enough to be install on P III with 256 ram . currently using Lubuntu11:10
mecojrib: Synaptic ok?11:10
jribmeco: if you prefer that, sure.11:10
wkf5566i don't known how to install soft11:11
jrib!software | wkf556611:11
ubottuwkf5566: A general introduction to the ways software can be installed, removed and managed in Ubuntu can be found at https://help.ubuntu.com/community/SoftwareManagement - See also !Packages, !Equivalents11:11
andycchome-alone, I wouldn't use Xfce on that.11:11
MindVirushttp://pastebin.com/sXnhHyRS How do I fix?11:12
DasEiwkf5566: synaptic or softwarecenter as beginner or check man apt in terminal11:12
home-aloneany alternative desktop..?11:12
kaddylol anybody know if There is a Fedora 14 RC available... can only find beta.... and 4 days until release date :s :s :s Fedora channel is dead... lmao11:12
mecojrib: I have a flashplugin-nonfree installed. Should I try and uninstall that?11:12
jrib!ot | kaddy11:12
ubottukaddy: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!11:12
amangautamHii all :) RAR files are no longer working for me... :( I used unrar-free but seems like it's bugged11:12
pksadiqhome-alone: fluxbox too, much smaller11:12
MindVirusAnyone?11:12
DasEihome-alone: to gnome ? check xubuntu and kubuntu, even more there are11:12
MindVirusI can't install timidity.11:12
andycckaddy: #fedora looks alive.11:13
jribMindVirus: tell us what happens when you try (use a pastebin)11:13
MindVirusjrib: Funny you say that because I posted a pastebin link about a minute ago.11:13
jribamangautam: use unrar, not unrar-free11:13
Nethead777dasei i'm booting into live cd reinstall grub correct?11:13
MindVirushttp://pastebin.com/sXnhHyRS11:13
jribMindVirus: one question = one line.  I don't read every single line in this channel.11:13
home-alonefluxbox is too ugly imo11:13
MindVirusjrib: Hey, I got nothin' against you. Just sayin' it was funny.11:14
DasEiNethead777: yes, boot live , open terminal, ..11:14
andycchome-alone, IceWM.11:14
jribMindVirus: did you search bugs.ubuntu.com as to why the timidity user wasn't created?11:14
MindVirusjrib: The user is there.11:14
andycc(although you might have problems with the menu)11:14
MindVirususeradd timidity causes error.11:14
pksadiqhome-alone: tried enlightenment? I think it so stylish but uses less memory try e1711:14
Nethead777terminal open11:14
jribMindVirus: how are you determining that?11:14
MindVirusjrib: I tried to add timidity.11:15
jribMindVirus: what happens when you type "groups timidity"?11:15
andycchome-alone, do you *really* need to use Ubuntu on a PIII? Consider Puppy Linux.11:15
amangautamjrib: wow !!! It's worked :) :) :)11:15
amangautamthanks11:15
jribamangautam: no problem11:15
MindVirusjrib: Sorry, I guess I wasn't actually making timidity.11:15
anygivennamei got this error suddenly on fail2ban.....http://paste.ubuntu.com/523208/11:15
MindVirusjrib: I thought useradd timidity would work.11:15
jribanygivenname: did you look at /etc/fail2ban/jail.conf?11:15
home-aloneI am taliking about Xununtu not ubuntu ..Puppy is  ugly by the way11:15
DasEihome-alone: a PIII ? speed/ram ?11:15
MindVirusjrib: When I do that it is telling me GROUP timidity exists...11:15
home-alonePIII 1 ghz . 256 ram11:16
mecojrib: The plugins screen in Firefox shows I have Flash 9.0 installed, but in synaptic I only see 10.0. How do I get rid of the 9.0?11:16
ikoniaanygivenname: your fail2ban config is wrong11:16
BouazzaHello ! Can someone help me with this http://ubuntuforums.org/showthread.php?t=1608607 ( slow PC with Maverick ) ? I want at least know what's the responsible process so that I can fill a bug report . I have already the following infos : It's okay with Lucid, and there's no CPU or memory usage when I have these slow downs with Maverick .11:16
jribmeco: what is the output of « aptitude search "~nflash~i"?11:16
DasEihome-alone: then I would advise lxde for it, start up by minimal install11:16
jribmeco: sorry, without the «11:16
Nethead777what do i need to do in terminal Thanks in advace11:16
jrib!who | Nethead77711:17
ubottuNethead777: 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 :)11:17
amangautamI want to do a project for Ubuntu in GSOC. What do I need to do?11:17
jribMindVirus: what exactly is the output of "groups timidity"?11:17
MindVirusjrib: No such user.11:17
anygivennameikonia: i didnt play with it!! i just restarted the system after long days of working11:17
Nethead777dasei what do i need to do now? Thanks in advance11:17
meco!paste11:17
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.11:17
ikoniaanygivenname: you must have changed it, there are lines missing11:17
home-aloneLxde..well I need a little help to do that11:18
FiNeXHi! Who could I contact for a problem on ubuntu forum?11:18
jribMindVirus: k, you never answered my earlier question, have you had a chance to search bugs.ubuntu.com yet?11:18
MindVirusjrib: No.11:18
jribMindVirus: let's take 2 minutes and do that now...11:18
DasEiNethead777: sudo fdisk -l11:18
anygivennameikonia: how do I get those lines ?11:18
ikoniaMindVirus: you can just add the user/group and log a bug for the package not creating them?11:18
DasEihome-alone: https://help.ubuntu.com/community/Installation/LowMemorySystems11:18
ikoniaanygivenname: I don't know what's missing, so I can't say11:18
MindVirusikonia: I tried to add the user with "useradd timidity" and it says the group timidity already exists.11:18
home-alonethank you dasei11:19
mecojrib: http://paste.ubuntu.com/523213/11:19
DasEiNethead777: see the paste above, and paste the output there11:19
ikoniauseradd and it's complaining about a group ? that doesn't make any sense, just add the user to the group11:19
jribMindVirus: did you create a timidity user /before/ trying to install timidity?11:19
Nethead777dasei i now see dev/sda1 dev/sda2 dev/sda311:19
MindVirusjrib: No.11:19
MindVirusI see no related bugs either.11:20
DasEiNethead777: which is swap ?11:20
jribmeco: purge libflash-mozplugin and flashplugin-nonfree11:20
wkf5566my os often could not enter the system11:20
jribMindVirus: pastebin your /etc/passwd and /etc/group11:20
mecojrib: How?  :-)11:20
jribmeco: you can use synaptic, right click on them -> completely remove11:20
mecook11:20
anygivennameikonia: probably the lines above ip-tables11:20
ikoniaanygivenname: doubtful, but possible11:20
anygivennameikonia: i tried to re-install but it gave same errors11:21
Nethead777dasei is dev/sda311:21
MindVirusjrib: http://pastebin.com/nCFCwvM811:21
ikoniaanygivenname: re-install what ?11:21
DasEiNethead777: which is root then  sda1 ?11:21
MindVirusjrib: http://pastebin.com/d16iidsi11:21
anygivennamefail2ban11:22
Bouazzaplease ? I can also install Lucid Lynx instead of Maverick and get rid of all my issues, but I want some help to fill a bug report because I feel it's a serious issue and maybe it won't be corrected in the next LTS if nobody fills bug reports .11:22
ikoniaanygivenname: re-installing fail2ban gave you that exact error ?11:22
Nethead777dasei show linux not root for sda1 also has * boot checked sda2 is extended11:22
anygivennameikonia: maybe not exact....but an error11:22
jribMindVirus: purge timidity stuff, delete the timidity group, pastebin /var/lib/dpkg/info/timidity-daemon.postinst11:22
ikoniaanygivenname: right, so be exact when you say things like that11:23
DasEiNethead777: filesystem crypted ?11:23
Nethead777dasei should not be11:23
ikoniaanygivenname: I don't know why you are having all these problems with fail2ban everytime I've set it up, it works fine11:23
ikoniaanygivenname: I would suggest removing all your fail2ban packages, removing all the configs, re-installing and trying again11:23
DasEiNethead777: so sda1 will be root then11:23
user1a:-(11:23
anygivennamehow do I remove it completely ?11:23
Nethead777dasei ok?11:23
ikoniaanygivenname: open the package manager, search for the package and click remove and purge11:24
DasEiNethead777: (in trml)  sudo mount /dev/sda1 /mnt11:24
Nethead777dasie now $ back11:24
DasEiNethead777: sudo mount --bind /dev  /mnt/dev11:25
DasEiNethead777: sudo mount --bind /proc  /mnt/proc11:25
mecojrib: Now that I have removed thos flash items, should I use the Install missing plugins button that shows up in Firefox when I load a YouTube page, or should I install Flash 10.0 using Synaptic, or should I do something else?11:25
mary__hi i cant install google earth, runnin 10.10 and installed it from synaptic, but its icon does not appear in applications>internet and the command googleearth does not work11:25
mary__anyone?11:25
DasEiNethead777: sudo mount --bind /sys  /mnt/sys11:25
DasEiNethead777: sudo mount --bind /usr  /mnt/usr11:25
wkf5566_yeah11:25
MindVirusjrib: Done, and nothing was in the file.11:26
anygivennameikonia: package manager is the SW center or what ?11:26
DasEiNethead777: sudo chroot /mnt11:26
home-alonethank you guyz11:26
home-alonec u11:26
jribmeco: youtube tries to be too smart.  If you visit other flash sites like badgerbadgerbadger.com or something, you'll get a yellow bar at the top of firefox you can use.  Or you can just use synaptic to install flashplugin-installer11:26
UnholyTerrormary__, go back into synaptics, find the package you installed and select properties. That will tell where everything is installed.11:26
DasEiNethead777: should be in another shell, ls          showing your harddrive11:27
mecojrib: No, I got that yellow bar at the top at YouTube.11:27
jribmeco: ok, then use that11:27
mecook11:27
jribMindVirus: maybe I made a typo?  There should be a postinstall file for timidity-daemon in /var/lib/dpkg/info/11:27
DasEiNethead777: dpkg-reconfigure grub-pc11:27
rigvedhi everyone11:27
BouazzaOkay, thank you all . Bye11:27
Nethead777dasei roob$ubuntu11:27
pksadiq!skype > shuvam11:27
ubottushuvam, please see my private message11:27
DasEiNethead777: fine, dpkg-reconfigure grub-pc11:27
jribMindVirus: maybe it disappears if you purge?  In that case install again and then show me the file11:28
StaRetji1Folks, I've installed nvidia drivers from repo, but my nvidia ion wont work. Please help11:28
rigvedi am unable to install both ubuntu 10.04 desktop edition and ubuntu 10.04 netbook edition on my laptop11:28
StaRetji1xorg loads vesa driver :/11:28
UnholyTerrormary__, or, while in the terminal, type google<tab> for auto completion.11:28
DasEiNethead777: grub-install --recheck /dev/sda11:28
Nethead777dasei now have new window asking for linux command in grub11:28
rigvedwhenever i boot using the LiveCD, it shows loading ISOLinux CD and then the screen goes blank and stays that way11:28
DasEiNethead777: none, just enter11:28
anygivennameikonia: there is no purge in package manager....there is only mark for removal then apply11:29
Nethead777dasei now asking for splash screen11:29
rigvedany ideas as to how i can install it?11:29
DasEianygivenname: there is, called complete removal11:29
jribMindVirus: by the way: https://bugs.launchpad.net/ubuntu/+source/timidity/+bug/643263 https://bugs.launchpad.net/ubuntu/+source/timidity/+bug/17660011:29
rigvedcurrently i have installed debian lenny on my laptop11:29
MindVirusjrib: http://pastebin.com/fAMisFTU11:29
DasEiNethead777:  want one or not ?11:29
Nethead777sure11:30
jribMindVirus: did you have to install again?  Did you still get errors?11:30
Nethead777dasei sure11:30
anygivennameikonia: yes11:30
mary__UnholyTerror, nothing appears by pressing tab after typing google in a terminal and properties show that files are in many directories, eg /usr/bin but by doin ls in that directory no "googleearth" or anything with "google" comes up11:30
DasEiNethead777:  so choose it,, I like reading bootupmessages, so I mostly kill splash..  done ?11:30
Dovidhi. does ubuntu have a net install iso that is only a few megs ?11:31
MindVirusjrib: Must have missed that first one, but the second one's unrelated.11:31
DasEiDovid: yes, see:11:31
MindVirusjrib: Yes, still got errors.11:31
DasEi!minimal11:31
ubottuThe 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/MinimalCD11:31
jribMindVirus: did you see the commenst in the second one?11:31
Nethead777dasei show hit enter to not select splash correct11:31
realburbhi I have the nvidia driver 260 installed via ppa, but I would like to downgrade it to 185 from the ubuntu repo, what do I need to type in?11:31
UnholyTerrormary__, try pressing tab twice in succession.11:31
MindVirusjrib: I guess not. I'll look.11:31
DovidDasEi: Is this it ? https://help.ubuntu.com/community/Installation/MinimalCD11:31
Dovidah ok11:31
jribMindVirus: is the issue the same?  That the user timidity does not exist?11:31
mary__UnholyTerror, nothing11:31
DasEiNethead777: done ?11:31
mary__ill try a reboot, might be crappygnome the prob, brb11:32
MindVirusjrib: I think the problem is useradd: cannot lock /etc/passwd; try again later.11:32
jribMindVirus: is /etc/passwd still open? from you pastebinning it maybe?11:32
DasEiNethead777: grub-install --recheck /dev/sda11:32
UnholyTerrormary__, what was the package you installed?11:33
=== psycho_oreos is now known as soero_ohcysp
Nethead777dasei no such file or directory11:33
MindVirusjrib: The /etc/passwd.lock and shadow.lock files were stale.11:33
=== soero_ohcysp is now known as psycho_oreos
Nethead777dasei blinking root@ubuntu command prompt11:33
DasEiNethead777: grub-install  /dev/sda11:34
DasEiNethead777: grub-install --recheck /dev/sda11:34
sunnyQuick question: What's the Ubuntu equivalent of Growl that comes installed?11:34
minhHi everybody! Is there a command to determine which shell is currently running?11:34
MindVirusjrib: Problem solved.11:35
minhsunny: notify11:35
Nethead777dasei fopen failed error11:35
sunnyminh: Thanks...does it have a log?11:35
cipherzIs it me or does it seem to be practice to include the config.h generate but autotools in *-dev packages ?11:35
cipherz*generated by autotools sorry for that11:36
jribMindVirus: k11:36
DasEiNethead777: full error message ?11:36
netbeastminh, echo $SHELL works?11:36
minhnetbeast: yeah...$SHELL holds the default shell...but:11:36
rigved i am unable to install both ubuntu 10.04 desktop edition and ubuntu 10.04 netbook edition on my laptop. any ideas as to how i can install it? currently i have installed debian lenny on my laptop, but i want to shift to ubuntu (which i have already installed on my desktop)11:36
netbeastminh, I would best ask in #bash channel...11:37
Nethead777dasei root@ubuntu installation finshed but above that fropen failed no such file or directory11:37
minhnetbeast: I'm running zsh by default...but if I execute bash....what's the command that tells me so that I'm currently running bash (not zsh)11:37
jribminh: ps | grep $$   is probably a decent way11:37
netbeastminh, I dont know, I am sure guys in #bash would help11:37
DasEiNethead777: grub-install --recheck /dev/sda11:37
Phantom_Hoover_Should it be within normal operating parameters for my graphics card to crash my computer?11:37
warnabashey could i clip goosh.org like a plugin to my terminal11:38
warnabas?11:38
warnabas;011:38
kmtheinQuestion: On Window, I used to create a seperate drive for private data strorage, and I set the size of that drive to limit the storage. How can I do that on Ubuntu?11:38
rigved whenever i boot using the LiveCD, it shows loading ISOLinux CD and then the screen goes blank and stays that way11:38
tf8Is there any way to change permissions for a folder, if it does not belong to me, but i have RWX permissions on it? I can delete it, but can not forbid "Others" to access it. Only owner can do it. Can owner somehow grant me permission to change folder permissions?11:38
Nethead777dasei same error fopen failed no such file or directory11:39
DasEikmthein: seperate the /home dir11:39
minhjrib: that's actually works quite well...thank you very much! But what does $$ stand for?11:39
=== NG_ is now known as ng_
CeazeHello All11:39
DasEi!seperatehome | kmthein11:39
dobakhi11:39
sunnyHmm does Pandora use diff. library than notifty for grow like notifications? notify-osd.log doesn't have any pandora entries11:39
tf8Is there any way to change permissions for a folder, if it does not belong to me, but i have RWX permissions on it? I can delete it, but can not forbid "Others" to access it. Only owner can do it. Can owner somehow grant me permission to change folder permissions?11:39
CeazeI wanna ask a question11:39
DasEi!home | kmthein11:39
ubottukmthein: Your home directory is where all of your personal files are usually kept. For moving your home directory to a separate partition, please see: http://psychocats.net/ubuntu/separatehome11:39
maryUnholyTerror, nothing, even after rebooting, no working11:39
kmtheinDasEi Thanks a lot mate.11:39
DasEiNethead777: cd /boot/11:39
warnabasanyone?11:40
jribminh: $$ returns the pid of the current process.  By the way « ps -p $$ » is nicer because you won't have the problem of grepping 1234 if the pid is 12311:40
thestudenthello ,I`m trying to use wakeonlan but on a particulary pc isn`t working,i enabled wol in bios and made the network adapter settings and then sended a magic packet from my laptop with wakeonlan command but is still not working..can someone help me please?11:40
DasEi!ask | warnabas11:40
ubottuwarnabas: 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. :-)11:40
UnholyTerrormary__, what was the package you installed? googleearth-package?11:40
CeazeI have installed playonlinux and it says that An update version is available but i can't click on that so how can I update my playonlinux?11:40
DasEiNethead777: ls11:40
Nethead777dasei no such file or directory11:40
DasEiNethead777: urrm ?11:40
tf8$$ means current process ID11:40
Nethead777dasei i'm still at root@ubuntu11:40
minhjrib: oh damn...sure $$ stands for the current pid...sorry, I actually do know that...thanks for that reminder!11:41
karthick1987My time in ubuntu 10.04 changes always,what may be the problem11:41
minhjrib: very kind11:41
DasEiNethead777: yes, sure11:41
deep2k4hello =)11:41
=== Guest9642 is now known as _yasith
mecoI have Firefox hanging, yet 'killall firefox' give "firefox: no process killed" and I don't see it in 'top' either. What's the problem?11:41
CeazeI have installed playonlinux and it says that An update version is available but i can't click on that so how can I update my playonlinux?11:42
kmtheintf8 You'd be able to change permission of any file/folder if you're root user.11:42
kukihow to install kde desktop for our ubuntu 9.1011:42
Nethead777dasei sorry when i type ls i get a list of commands11:42
jribmeco: do « xkill » and then click on it11:42
Ceazemeco: Do you have chromium web browser installed?11:42
mecoCeaze: Nope11:42
DasEiNethead777: ls -a , does this show the hd's environmnet ? like other Folders, aka Desktop and such ?11:43
jukkuki: i really don't suggest you try that, gnome is much better11:43
tf8heh, I can move files from folder to the temorary one, delete the folder, create it again with desired permissions and move files back again, but this looks weird. I thought there is easier way to do that. Even chown before chmod would look more sane.11:43
UnholyTerrormary__, what was the package you installed? googleearth-package?11:43
Ceazemeco: Go to software Center and install it and on the first run import all the settings from Mozilla Firefox11:44
kukijuk:why ?11:44
mecojrib: It won't kill it11:44
maryUnholyTerror, yeah11:44
angelociao a tutti11:44
=== oracle_ is now known as darklady
DasEiNethead777: cd /boot/  && ls should show something like initrd.img-2.6.32-23-generic11:44
mecoCeaze: I don't see the connection to my problem.11:44
Nethead777dasei shows boot etc mnt root srv usr cdrom home lost+found at end initrd,img media proc selinux timp valinuz11:44
jukkuki: well it's up to you, but i know that gnome better11:45
DasEiNethead777: fine, so cd /boot11:45
kukiwhy u r try that one11:45
DasEiNethead777:  ls should show something like initrd.img-2.6.32-23-generic11:45
Nethead777dasei mnow see files that end in generic11:45
Nethead777dasei yes11:45
UnholyTerrormary__, that package is actually used to create the package to then be installed.11:45
kukijuk:whether it is any problem wit that11:45
Ceazemeco: It will import all the Settings from Firefox. Now remove firefox and reinstall it and import settings back to firefox, you get everything fine11:45
DasEiNethead777: cd grub11:46
deep2k4hello! i installed the netbook remix 10.10 and the desktop menu on the left got changed. i preferthe old one. how to get it back?11:46
jukkuki: i tried both, and saying11:46
mecojrib: I managed to kill it now11:46
DasEiNethead777: ls,  files there ?11:46
Nethead777dasei yes11:46
mecoCeaze: Ah.. I wasn't trying to get rid of the installation. Just a dead process11:46
teemoi still cant get any sound on youtube from firefox11:46
gaoxin都说的英文吗11:47
gaoxin有会说中文的吗11:47
maryUnholyTerror, so i installa that package and then download the .bin file from the web and install it?11:47
warnabaswow11:47
=== _yasith is now known as Abrassive
SwedeMike!cn | gaoxin11:47
ubottugaoxin: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk11:47
DasEiNethead777: worth a try then : press ctrl+D to exit the chroot11:47
hawkalI just blanked a cd using brasero and now my computer doesnt see the cd in the drive. It works fine in windows. How can I fix it?11:47
mecoNow I can't start up Firefox. I get a window saying it is also running.11:47
UnholyTerrormary__, what .bin file? from google website?11:47
DasEiNethead777: sudo unmount /mnt/dev11:47
Nethead777dasei back to ubuntu@ubuntu;~$11:47
mecoalso = already11:48
maryUnholyTerror, yeah11:48
DasEiNethead777: sudo unmount /mnt/sys11:48
DasEiNethead777: sudo unmount /mnt/proc11:48
Dovidhi. i am trying to use: Ubuntu 10.10 "Maverick Meerkat" Minimal CD11:48
DasEiNethead777: sudo unmount /mnt/usr11:48
grid_what is more easy to use with roaming profiles in combination with samba, windows 7 or windows vista?11:48
UnholyTerrormary__, two different things...11:48
gaoxin刚来  从哪进ubuntu.cn11:48
DasEiNethead777: sudo unmount /mnt11:48
maryUnholyTerror, alright so how do i do?11:48
jukgaoxin: /join #ubuntu-cn11:48
Dovidwhen i try to choose a mirror (no matter which one) it does not work). the system says that the dns is bad11:48
sunnyAnyone using Pandora on air...need to find log location?11:48
DasEiNethead777: now we will see.. the error you reported was new to me11:49
DasEi(logs you out ) sudo reboot, and remove cd once machine botts up again11:49
UnholyTerrormary__, look in /usr/share/doc for googleearth(-package) for instructions. first11:49
DasEiboots*11:49
Dovidwhen looking at: /var/log/syslog I get a wget error to us.archive......11:50
mecoHow do i find a non-responding Firefox so that I can kill it properly? 'killall firefox' doesn't find it11:50
Nethead777dasei command not found11:50
pksadiqmary: are you trying to install google earth?11:50
jukmeco: pidof firefox11:50
DasEiNethead777: which ?11:50
AkivaHey everytime I use a special key on my wireless keyboard, my mouse left click stops working11:50
deep2k4how to change ubuntus desktop main menu?11:50
hawkalDovid have you tried pinging the server?11:50
mecojrib: returns nothing11:50
Nethead777dasei when i type sudo unmount /mnt/dev11:50
DasEiDovid: nothing mean, just a failed d/l11:50
UnholyTerrorpksadiq, she installed googleearth-package11:50
pksadiqdeep2k4: How to change? position ? content?11:51
AkivaI checked the forums, I havnt been able to find an answer, but there seems to be allot of people with this problem11:51
zatanHI, my TOUCHPAD is not working, how can i check or its working at all ?11:51
DasEiNethead777: ah, type, sry :  umount11:51
pksadiqUnholyTerror: Then still Why trumbling here?11:51
deep2k4the style of it. i want the old one back! pksadiq !11:51
marypksadiq, yeah11:51
UnholyTerrorpksadiq, she then downloaded the .bin from google11:51
dobakhuj wam w dupe11:51
mecojuk: returns nothing11:51
pksadiqmary: did you installed>11:51
dobakjestescie pedofile11:52
pksadiq?11:52
dobakgeje glupie11:52
jukmeco: ps e | grep firefox11:52
dobakpedolce11:52
Akivahttp://ohioloco.ubuntuforums.org/showthread.php?p=1003550711:52
dobaklinux sux11:52
mecojuk: returns nothing also11:52
dobaki love windows11:52
Abrassive why dobak?11:52
jukmeco: ps -e | grep firefox11:52
Abrassive dobak u have to get into it11:52
DasEidobak: support question  ? else stop spamming11:52
teemoany ideas on getting sound for flash on firefox?11:52
dobakbecouse lots od program was on windows11:52
marypksadiq, apparently11:53
Tesssahave a second 5oogb HD on my computer both win7 and ubuntu recognise it as a New volume and i can store to it but install xubuntu  instead of ubuntu xubunto will not recognise the second HD can anyone tell me why11:53
Tesssaplease11:53
dobaklinux is fir servers11:53
pksadiqmary: apparently?11:53
sheytanHey :)11:53
pksadiqdoes it works?11:53
mecojuk: Great!11:53
pksadiqsheytan: ;) ? what a name11:53
dobaki love mac and windows linux fuck system11:53
psycho_oreos!offtopic | dobak11:53
ubottudobak: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!11:53
hawkalrofl11:53
Abrassive dobak in a few years everything will be just as good if not better than Bill Gates Windows11:53
UnholyTerrorpksadiq, she needs to install/run just one of them.11:53
dobakelo]11:53
dobakeloidasd11:53
dobakd11:53
dobaksd11:53
dobaksfv11:53
FloodBot4dobak: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.11:53
dobaksv11:53
dobakfv11:53
dobakf11:53
Abrassive swine dobak11:54
Dovidanyone ?11:54
Nethead777dasei i still at command ubunto can we start over....I really appreciate the help11:54
setzHi, I made a couple of Openbox themes that match with the Dust and Dust Sand GTK themes very well. I was wondering if I could contribute these somehow to ubuntu, or if I shouldn't bother, since ubuntu doesn't use Openbox by default.11:54
Akivadobak just use windows, I dont think anyone will think any less of you~11:54
DasEiDovid: the wget ? I answered11:54
DovidDasEi: No matter what mirror I try it does not work11:54
ElNotaHow to call ops on this channel?11:54
DasEiDovid: firewall ?11:54
deep2k4so uhm how to change the style of ubuntus desktop main menu back to the old appearance? :D11:54
ikoniaElNota: how can we help ?11:54
Abrassive ElNota they are hiding11:54
psycho_oreos!ops | dobak trolling/swearing/flooding11:55
ubottudobak trolling/swearing/flooding: 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, or nhandler!11:55
pksadiqmary: , to install right on the file > properties > permissions > tick allow to execute          and double click the file11:55
Nethead777dasei any gui software for grub11:55
DovidDasEi: there is one but all other machines work. as a hint i went to the command line and tried to ping an IP and it worked11:55
ElNotaikonia: Just quieting dobak or something like that11:55
Dovidtried to a dns and it did not work11:55
ikoniaElNota: he's already delt with11:55
Dovidtried adding to /etc/hosts and then ping it still didnt work11:55
psycho_oreoso.O11:55
AbrassiveWell Done ikonia11:55
ikoniaDovid: what's the issue11:55
LjLikonia: is he?11:55
UnholyTerrorpksadiq, the googleearth-package creates/builds googleearth, the .bin file is ready to install.11:55
DasEi:)11:55
ikoniaLjL: he's stopped11:55
AbrassiveLjL yes please pay attention  Thank You11:55
xuekanis it valid that just find a lisence key on the net and then use vmware freely?11:55
rigved!alternate lucid11:56
juksetz: i guess it's box-look.org place for that11:56
Dovidikonia: Trying to use livecd to install ubuntu11:56
pksadiqUnholyTerror: but it might not be executable always11:56
ikoniaDovid: ok, and what's the issue ?11:56
setzjuk: Yeah, I've submitted them there11:56
DasEiNethead777: sorry, no gui thingy for it ...11:56
setzI was just wondering if I could also contribute them somehow to the Dust project, since afaik, its an Ubuntu project11:56
hawkalI just blanked a cd using brasero and now my computer doesnt see the cd in the drive. It works fine in windows. How can I fix it?11:56
rigvedcan anyone tell me what is the difference between the normal LiveCD and the alternate CD11:56
DasEiNethead777:  press ctrl+D to exit the chroot11:56
juksetz: I use to download from there themes11:56
maryinstalled it, google earth is installed, just crashes as soon as i open it11:56
setzbut again, not very useful for people who don't use openbox11:56
Nethead777dasei back to desktop11:57
Dovidikonia: seems to be DNS related. in /var/log/syslog i see: wget: bad address: us.archive.ubntu.com11:57
DasEiNethead777: sudo umount /mnt/usr11:57
DasEiNethead777: sudo umount /mnt/proc11:57
DasEiNethead777: sudo umount /mnt/sys11:57
=== justine is now known as Guest44154
ikoniaDovid: it's spelt wrong11:57
DasEiNethead777: sudo umount /mnt/dev11:57
ikoniaDovid: us.archive.ubuntu.com11:57
teemocan anyone point me to a good link to get sound to work in flash videos on firefox, its working in chrome but not firefox11:57
DasEiNethead777: sudo umount /mnt11:57
Guest441541471 个人?11:57
DasEiNethead777: sudo reboot11:57
psycho_oreos!cn | Guest4415411:57
ubottuGuest44154: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk11:57
teemoive been searching for a while now, but nothing11:57
Dovidikonia: thats my spelling ;) and from the shell any dns name that i ping i get back "bad address"11:58
vooidmary, try to untick "show tips at startup" as fast as you can11:58
Dovidi can ping an IP just not a dns name.11:58
pksadiqteemo: didn't you install ubuntu-restricted-extras?11:58
=== needhelp1 is now known as Guest19197
Dovideven if i put the dns name in /etc/hosts and then ping it, it still wont resolve11:58
ikoniaDovid: can you show me the output of cat /etc/resolv.conf11:58
Tesssa i run both ubuntu and win7 on my puter in dual boot ihave a second 5oogb HD on my computer both win7 and ubuntu recognise it as a New volume and i can store to it but install xubuntu  instead of ubuntu xubunto will not recognise the second HD can anyone tell me why11:58
X-RaimoHi! How to disable DNS lookup in SSH?11:58
ikoniaDovid: use a pastebin if it's a few lines11:58
xuekanhi everyone i wanna know that find a key on the net to use the vmaware freely is ok or nor under ubuntu?11:58
ikoniaxuekan: sshd_config there is an option within there,11:59
teemopksadiq: yes i did, and it didn't fix things11:59
noobuntuis there a way to clear the clipboard in ubuntu ?11:59
Nethead777dasei  at terminal 2nd command sudo unmount /mnt/proc can't find mntproc11:59
ikoniaxuekan: don't ask for illegal things in here11:59
Dovidikonia: there was nothing there. i put in: 4.2.2.2 and 198.4.75.10011:59
juksetz: what about doing gnome themes?11:59
subayakuhello @all11:59
ikoniaxuekan: buy a key11:59
ikoniaDovid: are they valid dns servers, they don't look it11:59
jribnoobuntu: you can use for example xclip in a shell if that's what you want11:59
setzthe problem there is I don't use gnome11:59
pksadiq!flash | teemo11:59
ubottuteemo: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash11:59
vooidxuekan, try virtualbox11:59
xuekanikonia, sshd_config? is it a command?11:59
ikoniaDovid: I assume your router is giving you dhcp addresses ?11:59
DasEiX-Raimo: /etc/ssh/ sshd_config11:59
teemoi was following: http://ubuntuforums.org/showthread.php?t=255422&highlight=firefox+youtube+no+sound and the part where it says: "gksudo gedit /etc/firefox/firefoxrc"11:59
ikoniaxuekan: no, /etc/ssh/sshd_config is a config file11:59
noobuntujrib, i ll try that thanks11:59
DasEiNethead777: drop the n..11:59
teemothat file doesnt exist on my system11:59
Dovidikonia: router is giving DHCP. whats strange is that even what i put in /etc/hosts is not "resolving"12:00
DasEiNethead777: umount12:00
X-RaimoDasEi: what setting should I change?12:00
ikoniaDovid: don't worry about /etc/hosts12:00
Dovidikonia: any dns servers that you suggest ?12:00
DasEiX-Raimo: it's explained in that file12:00
ikoniaDovid: if the router is giving out dhcp, it should give out dns servers too12:00
ikoniaDovid: the ones your ISP give you12:00
setzuntil recently I was thinking of creating some GTK themes, but some of the latest ubuntu themes (New Wave, Dust) have really satisfied my appetite12:00
hawkaldovid tried a traceroute?12:00
Dovidikonia: it is getting dns. question is why it cant resolve. where are the server lists kept ? maybe i can manually add it via IP12:01
Dovidhawkal: traceroute does not work12:01
xuekanikonia,to buy a key is out of my buying ability. i am sorry to use this way.12:01
Nethead777dasei /mnt/proc not mounted12:01
ikoniaDovid: it's not getting dns, thats why you had to put the entries in /etc/resolv.conf12:01
ikoniaxuekan: please do not ask again12:01
Dovidhawkal: it says traceroute not found12:01
deep2k4how to get back the old main menu in ubuntu 10.10? i dont like those smalls symbols and how they behave!12:01
ikoniaDovid: what dns servers does your ISP offer ?12:01
X-RaimoDasEi: useDNS, no, am I right?12:02
DasEiNethead777: maybe this was the earlier error then ... unless you didn't unmount it before12:02
Dovidikonia: obvoiuoley. question is why. the dns i have in my rotuer is 4.2.2.2 and 198.4.75.100. its what i use all voer12:02
ikoniaDovid: that's a different situation, your router should offer out dhcp servers12:02
Dovidleme try 8.8.8.812:02
xuekanikonia,ok,and what's that file for?12:02
ikoniaDovid: it's normally either your ISP's dns servers, or your router address12:02
ikoniaDovid: why are you trying 8.8.8.8 ?12:03
ikoniaxuekan: what file ?12:03
=== djamel_ is now known as djamel
xuekan/etc/ssh/sshd_config12:03
ikoniaxuekan: sorry, that file wasn't meant for you12:03
Nethead777dasei i can reboot or reboot to live cd12:03
cybic_hello everybody - have some trouble with my screensaver... on a nc6400 (gma950) it's simply won't show anything but a black screen :( just a black screen and it gives nothing on changing anything in the screensaver... glmatrix... black... space? black... damn :(12:03
DasEiX-Raimo: yep12:03
Dovidikonia: 8.8.8.8 is google open DNS12:04
Dovidwont work either :(12:04
xuekanikonia:ok, thank you very much.12:04
vkhow to use irssi in ubuntu????12:04
jribvk: install it through apt and type "irssi" in a shell12:04
jukvk: from terminal12:04
DasEiNethead777: right, but if /proc wasn't mounted, that will not have succeded, try it12:04
X-RaimoDasEi: thanx12:04
ilabI'm trying to switch ttys like ctrl-alt f1-f7 . doesn't seem to work when running on a live cd. how can i acheive this?12:04
Nethead777dasei not mounted12:04
DasEiNethead777: sudo reboot12:05
vkya,i did it bt dont knw how to use it12:05
Dovidikonia: where is the list of hosts for the setup stored ?12:05
cybic_btw: ubuntu 10.04 and 10.10 has the same prob with screensavers ... and it doesn't matter huw much bit are enabled (32 or 64 ;) )12:05
ikoniaDovid: can you please show me the output of "cat /etc/resolv.conf" please12:05
ares_ /server 82.224.217.19812:05
deep2k4how to change the appearance of the ubuntu 10.10 main menu?! :|12:05
jukvk: type /connect Ubuntu12:05
Dovidikonia: 8.8.8.812:06
ikoniaDovid: no, that's not the command12:06
ikoniaDovid: please show me the exact output of the command "cat /etc/resolv.conf"12:06
Dovidikonia: thats the exact output "8.8.8.8" (without the quotes)12:07
ikoniaDovid: ok, so that's the problem, you've not set that file up correctly12:07
Dovidikonia: i need the search name ?12:07
vkit worked bt how to chat12:07
ikoniaDovid: you need to do "nameserver 8.8.8.8"12:08
jukvk /join #ubuntu12:08
Dovidok. let me do that. one sec12:08
kranthihi12:08
quietonehow do I get "GNOME 2.6 (or greater) development libraries"?12:08
vkit worked,thnq12:09
Tesssa i run both ubuntu and win7 on my puter in dual boot ihave a second 5oogb HD on my computer both win7 and ubuntu recognise it as a New volume and i can store to it but install xubuntu  instead of ubuntu xubunto will not recognise the second HD can anyone tell me why12:09
Dovidikonia: thanks that fixed it. i am coming from RedHat where it's not needed ;). I put in a DNS server but the install cd did not add it to /etc/resolv.conf. maybe a bug ?12:09
jukvk: you are welcome my friend12:09
ikoniaDovid: that's needed in redhat too12:09
vkwhtz d best irc client12:10
winterbraidirssi?12:10
Dovidikonia: strange. for RH i just put in the IP.12:10
juk!best | vk12:10
ubottuvk: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots.12:10
DasEiDovid: or have it just default, thus you obviously wanted another nameserver12:10
TesssaXchat is good12:10
Dovidi guess I learnt wrong12:10
Nethead777dasei i reboot to hd and now its to ubuntu... i tried twice to make sure it works Thanks again12:10
vivihello all12:10
ikoniaDovid: it won't work without nameserver in front of it12:10
DasEi!yay | Nethead777:12:11
ubottuNethead777:: Glad you made it! :-)12:11
vivithis system is not good enough12:11
Nethead777dasei now i need to install winxp as second os i need for work any good guides12:11
Nethead777dasei i really look for forwarding to learning linux12:11
vkhey im nt askin fr poll,im new to irc12:11
UnholyTerrorNethead777, your kidding right?12:11
jukNethead777: run it in vbox12:11
DasEi!dualboot | Nethead77712:11
ubottuNethead777: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - MACs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot12:11
viviyeah this system is just for some simple usage12:11
KrishnanduHey guys where is rc.conf?? It's not there in /etc/rc.conf12:12
howlymowlyhi poeple.. short question about kleopatra and certificates:  it says I should create a "revocation certificate" before uploading my public encryption key to the keyservers. how do I do that?12:12
DasEiNethead777: after win, will have these exact hassle again, and install os-prober, too12:12
Nethead777unholyterror would it allow me install software i need it work work12:12
DasEiNethead777: win will again kill grub12:12
Nethead777dasei any suggestions of how to dual boot12:13
UnholyTerrorNethead777, problem is you did it backwards... windows will destroy grub12:13
DasEiNethead777: see above :)12:13
Swianyou can use the wubi installer for dual boot12:13
AbhiJithow to edit the information of 'remember currently running aps'12:13
Swianeasy if you alreay have windows installed12:13
grid_AbhiJit: check somewhere at the gui menu's12:14
Nethead777dasei well windows was the problem in the first place LOL every time i installed xp it keep giving me a ctrl atl del command would boot into os12:14
deep2k4hey guys come on! i really cannot find anywhere how to get rid of these small icons in my main menu! i want the old list back with favourites andthat crap! please help. :(12:14
bullgard4What does the mnemonic »idxl« stand for in /usr/share/openoffice/basis3.2/help/en/sdatabase.idxl/_0.cfs?12:14
winterbraidNethead777: If you have enough RAM, you should be able to run XP in a virtual machine.12:14
grid_AbhiJit: somewhere at startup there12:15
Nethead777dasei only 1.5gigs sony laptop could expand to 2 gigs max12:15
Nethead777dasei i guess i need a new machine for windoze12:15
DasEideep2k4: http://www.ge.ubuntuforums.org/showthread.php?t=152657712:15
winterbraid1.5gigs should be enough for Ubuntu + virtual XP.12:15
winterbraidXP needs 512MB, if I am correct.12:16
DasEiNethead777: 1,5 of ram ? will do12:16
Swianyep12:16
loculinuxpepe12:16
Swianat least12:16
dobakhi gys i vie got a quetsionses aboues this prohtemt iw nerg i am na geek a i won gee k12:16
winterbraidNethead: Depends on what apps you will be running.12:16
Swianyeah, what apps do you need in XP?12:16
Nethead777dasei do i have to install apps every time i want to adobe acrobat or adobe photoshop12:16
craiggleshey guys12:17
deep2k4DasEi: thats not what i ment! do you know the system bar on ubuntu 10.10 netbook remix? and the old bar on the left side?12:17
DasEiNethead777: but with vaios there might some configuratiion issues later, they tend to be little tricky12:17
Nethead777dasei i need full acrobat pro for work12:17
deep2k4i want the old one back! DasEi12:17
AbhiJitgrid_, no. i dont want to use the functionality 'remember currently running ap' i know how to use it. now i want to edit its database of rememebred aps12:17
craigglesthis isn't exactly ubuntu related, but i'm not sure where else to ask, #windows isn't replying.12:17
craigglesmy current desktop has xp and ubuntu, i'm wanting it to have xp (i've got new cd, not the current xp 've got), and windows 7, however i'm wanting some of the files that are on my ubuntu partion to be on the newly added windows 7 partion, what's the best way to do this?12:17
craigglesi'll be putting ubuntu on my new laptop12:17
DasEideep2k4: nope, sorry no use of netbook here12:17
winterbraidNethead777: Which PS?12:17
Nethead777dasei i know this 1 is five years old12:17
grid_AbhiJit: no idea12:17
Swiancraiggles copy the files off to an active partition12:17
Nethead777winterbraid ps 412:18
=== tendencydriven is now known as TendencyDriven
AbhiJitgrid_, ok12:18
craigglesSwian, but both my current partions will not be active partions, they're both getting replaced.12:18
winterbraidNethead777: cs4?12:18
Swiancraiggles do you have any external storage? if so, use it12:18
BlueEagle!upgrade12:18
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade12:18
Swianor burn dvds12:18
craigglesno i'm afraid i dont12:18
craigglesnor have any dvds atm.12:19
Nethead777winterbraid yes also acrobat 9.0 professional12:19
Leman_RussHey all.  I have worked out a load of stuff in Ubuntu and Linux.  I have all the basics down, and am pretty familiar with the terminal etc.  what should I learn next?12:19
DasEiNethead777: hm, older model with newer soft, ain't the badest approach for "exotics, as there came out driver in the later most12:19
hawkalcraiggles upload to a filehost12:19
hawkalif they aren't too big12:19
craiggleshawkal, my upload connection is slow, and i've got like 20gb of files.12:19
teemocan someone plz help with a firefox-youtube-no sound  issue?12:19
craigglessorry, make that 5012:19
=== ng_ is now known as NG_
DasEiNethead777: I will have a break now, and for your aditing gamesplay :12:20
deep2k4aaaigh .... :( i dont want to edit the menu icons, i want to change the entire menu look :(12:20
Nethead777dasei thought about loading winxp on external hd i can boot from cd using f1112:20
Nethead777dasei thanks again12:20
hawkalcraiggles I think your best bet would be to do what Swian said see if you can get hold of an external drive12:20
DasEiNethead777: can do so, and add an entry to grub , that's a good idea12:20
deep2k4DasEi, sprichst du eigentlich deutsch oder so? =)12:21
craiggleshawkal, yeah thanks12:21
DasEideep2k4: ja, but not in here12:21
DasEiNethead777: meerkat or lucid ?12:21
hawkalcraiggles your welcome12:21
teemoand for some reason, chrome has no right-click?!12:21
deep2k4DasEi, musste ja nich, aber damit ich mein problem mal richtig erklären kann, benutz ich einfach mal deutsch, ja?12:22
DasEi!de | deep2k412:22
ubottudeep2k4: In den meisten ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuchen Sie bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Geben Sie einfach /join #ubuntu-de ein! Danke für Ihr Verständnis.12:22
deep2k4^^12:22
=== Guest44154 is now known as just
DasEiNethead777:google ubuntu perfect desktop and find the right one for your distro ~2 days least :) (www.howtoforge.com)12:23
scotsguyhi all i just did a upgrade from 8.04 to 10.04 ive intslled wine but when i try to install some windows aps they dont lauch to install12:24
scotsguy??12:24
esmohi12:25
esmoall12:25
BlueEaglescotsguy: Are you receiving anything useful if you open a terminal and type `wine /path/to/install.exe`?12:25
BlueEagle!hi|esmo12:25
BlueEagle!hello|esmo12:26
BlueEaglehmm.. I was sure that was a factoid. :)12:26
esmoi`m form bulgaria12:26
scotsguyhow do i chnage file permissions in ubuntu 10.04 to run exe files12:26
DasEiBlueEagle: trigger disabled, yep12:26
DasEiscotsguy: not, as an exe won't have it, but ownership12:27
schlichtHey, i'm trying do get an openldap server to work, but i never get ask to set a password, but i get ask to use it :(12:27
DasEiscotsguy: like chown $USER some.exe12:27
BlueEaglescotsguy: Right-click and select properties->permissions and check "Allow executing file as program"12:27
BlueEagleDasEi: Actually the newest Wine requires the executable bit set to launch from file manager.12:28
scotsguygot cut off12:28
JackStonerhow do i remove execute for all files in removable drives??  is there something i need to add in fstab??12:29
BlueEaglescotsguy: If the executable is on a read-only medium (read: CD/DVD) you can still install from it by starting the install from a terminal.12:29
=== Werem00se is now known as Countm00sula
bullgard4What does the mnemonic »idxl« stand for in /usr/share/openoffice/basis3.2/help/en/sdatabase.idxl/_0.cfs?12:30
vicenteHi12:30
vicente I would like to add a rule to udev (ubuntu 10.10 64)  to avoid mounting a cd called "Bluebirds" (actually a builtin fake-CD in some LG DVD). Can I get help here?12:31
JackStonerhow do i remove execute for all files in removable drives??  is there something i need to add in fstab??12:31
=== help is now known as helpe``
helpe``hey need help when i upgrade and reboot , it look like this: http://img545.imageshack.us/img545/6091/screenshotoia.png  why?12:31
scotsguycan i upgrade from 10.04 to 10.10 after did upgrade from 8.0412:31
helpe``how i can fix it ? thx12:31
bullgard4Scotyes.12:32
bullgard4scotsguy: Yes.12:33
=== esmo_ is now known as esmo
helpe``all graphic look like oldd12:33
BlueEaglebullgard4: I am assuming som form of index, but that is just a guess.12:33
setztry changing your theme with gnome-appearance-properties12:33
helpe``setz, this message to me ?12:34
setzyes12:34
setzif you're using xchat, type "/exec gnome-appearance-properties" and hit enter12:34
helpe``setz, thx i'll cause it's weird after update it look like this12:34
hunney_bunshi guys, i have a problem with lucid lynx on an older computer with radeon 9200, i have checked the wiki and it pretty much ends with use the opensource driver, which so far has not been able to enable opengl, console tells me that i have direct draw.. but i can not e.g. activate visual effects, aswell as an visual judgment of the screen tells me that opengl is rendered very very slowly, games like tuxracer is not even able12:34
hunney_buns to run to more than say 1-2 fps12:34
AbhiJithow to edit the information of 'remember currently running aps'12:36
helpe``setz, if i backup my system "/" using tar, how i can restore? i just extract normally under / ?12:38
th_hi all. does anybody have a clue why gparted doesnt recognize my partitions. disk is running nice and i can see those partitions in "disk utility". im trying to do a 64bit installation without losing my XP and my /home partition(they are on that disk)12:38
teemothe time in ubuntu GUI (top, right corner) is in 24 hours, and i would like it 12 hours, how can i change it? Right-clicking the applet -> Preferences doesn't show me a setting to do this12:39
th_teemo, lol. you are in the right place :)12:39
th_teemo, just look for a "clock format"12:40
th_teemo, and buy new glasses :P12:40
JoeMaverickSettteemo: after that General tab > time format. :)12:40
th_teemo, that is if you are using gnome12:40
BlueEaglebullgard4: It appears to be the help index for open office files. http://www.darksleep.com/lucene/ is the search engine in quesiton as far as I can tell. However I have been unable to expand the acronym for you.12:40
teemoth_: there is no clock format, under Clock Preferences, there are 3 tabs General, Locations, Weather12:41
th_teemo, its in general12:41
teemoa button at the bottom, for time settings12:41
bullgard4BlueEagle: This is my guess too. I take it as »index list«.12:41
th_hi all. does anybody have a clue why gparted doesnt recognize my partitions. disk is running nice and i can see those partitions in "disk utility". im trying to do a 64bit installation without losing my XP and my /home partition(they are on that disk)12:41
teemoGeneral has: Show the date, Show seconds, Show weather, Show temperature12:41
BlueEaglebullgard4: A good a guess as any. :)12:42
BlueEagleAs good*12:42
bullgard4BlueEagle: Yes, a guess only.12:42
GoldenFish4Uteemo,  General > Clock format > tick 12h12:42
UnholyTerrorteemo, it doesn't say time format 12 24 above that?12:42
bazzis there an easy way to stream a portion of my desktop as a video?12:42
teemoGoldenFish4U: i dont have that?!12:42
GoldenFish4Uweird =/12:42
bazzvlc "screen://" works fine for the whole thing but i want to stream just a specified piece12:43
farralslt tous12:44
virtualdubuntu 10.10 on usb created by usb-creator boots to busybox and says mount failed, invalid argument. it tries to mount my harddrive when it should mount the usb stick. google turns up nothing useful.12:44
farralehoooooooooo12:44
farraly'a quelqu'1 qui discute en francais12:44
BlueEagleWhat I cannot fathom is why Ubuntu insists on downloading all files before starting the installation when doing a system upgrade. It should be possible to know the dependency structure and perform installation of some components while the others are being downloaded. In most cases the downloads take as much or more time than the actual installation.12:45
BlueEagle!fr | farral12:45
ubottufarral: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr, ou #ubuntu-qc. Merci.12:45
farralou en arab12:45
UnholyTerrorteemo, what os/desktop12:45
teemoUnholyTerror: no it doesnt12:45
farral#ubuntu-fr12:45
UnholyTerrorteemo, what os/desktop12:46
farralmerci :)12:46
BlueEaglevirtuald: I used the usb creator from pendrive linux and it did work like a charm for me.12:46
teemoUbuntu 10.04 LTS12:46
BlueEaglefarral: You're welcome.12:46
UnholyTerrorok hold...12:46
=== Alexander2 is now known as Alexander1
UnholyTerrorteemo, open a terminal...12:47
venilsuryaIs there a way to make the font larger in a terminal?12:48
venilsuryaI'm using Elinks12:48
teemohttp://tinypic.com/r/357hpat/712:48
teemoscreenshot, maybe someone can see something im missing12:48
virtualdblueeagle: it's a windows program, i can't use that… i guess i'll try unetbootin12:49
scotsguywhy can i use wine aps mmmmm12:49
teemoUnholyTerror: terminal opened12:49
BlueEaglevenilsurya: Which terminal are you using?12:49
scotsguywell get aps to load in wine12:49
venilsuryaBlueEagle: The default one for Elinks in Ubuntu - xterm I think12:49
UnholyTerrortype: gconf-editor12:49
teemook12:50
BlueEaglevenilsurya: Well you can start any terminal emulator and run elinks in that. For setting fonts in xterm you would need something like http://www.google.no/search?client=opera&rls=en&q=xterm+font+size&sourceid=opera&ie=utf-8&oe=utf-812:50
UnholyTerrorgo to: apps/panel/applets/12:51
BluesKaj howdy12:51
franciscoI have two kernels installed, how  add boot entry to I be able to choose one of them at boot time ?12:51
BlueEagleHello BluesKaj.12:51
venilsuryaAny recommendations for terminal emulator?12:52
BluesKajhi BlueEagle12:52
venilsuryaOr should I pick one at random?12:52
venilsuryaMaybe I'll do just that12:52
venilsuryaThanks, BlueEagle12:52
teemoclock_screen0/prefs -> format has 12-hour, isn't that crazy?!12:52
BlueEaglevenilsurya: It is my recomendation that you try a few and find one you're comfortable with. I use the default for the window manager I am running at any given time. :)12:52
=== adrian is now known as Guest26074
Guest26074I am having trouble with Google Earth, just kicks out at start12:53
venilsuryaThanks12:53
star3amhallo (wave) anyone encountered ubuntu 10.10 apt hanging with unpacking replacement archives ...12:53
GoldenFish4Uteemo,  note that XChat uses its own custom format12:53
BlueEagleGuest26074: Have you read https://help.ubuntu.com/community/GoogleEarth ?12:54
GoldenFish4Uoh nvm you're using CZ12:54
teemoit still shows up as 24 hour12:54
teemoi changed it to 24, then to 1212:55
teemoand no difference12:55
UnholyTerrorteemo, weird, changing doesn't work here either...12:56
GoldenFish4Uremove the applet and re-add it12:56
teemoat least u have it the way u like it :)12:56
UnholyTerrorteemo, clicking 'show seconds' on and off works though...12:57
GoldenFish4Uteemo,  or try this12:57
GoldenFish4U!panels12:57
ubottuTo reset the gnome panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »12:57
Goog_Joshdoes anybody khow why cron can't exec some applications like totem, kaffeine etc.?12:57
BlueEagleteemo: If it is any concelation, changing the clock between 12/24 does work here. :)12:57
UnholyTerrorBlueEagle, in gconf-editor?12:57
BlueEagleUnholyTerror: No, trough preferences.12:58
GoldenFish4USame, working flawlessly here12:58
=== Countm00sula is now known as Frankenm00se
GoldenFish4Uteemo,  try the panel command ubottu said12:58
borkMy synaptics touchpad is detected as a generic ps/2 mouse.  Acer Aspire A0532h netbook, maverick. The synaptics drivers are installed. Any ideas how I can fix this?12:58
UnholyTerrorBlueEagle, he doesn't have it there12:58
BlueEagleGoog_Josh: I am assuming that CRON does not neccessarily share the environment variables. ie it does not know where to display the application.12:58
=== Frankenm00se is now known as Countm00sula
=== emma_ is now known as emma
zonovaHi13:00
teemois there a way i can update the applet? maybe i have an old version?13:00
zonovajust a quick question, is there a way i can make a live-cd for ubuntu, but have it pre-loaded with a program?13:01
BouazzaDoes anyone know if there's a pulseaudio ppa with latest daily builds ?13:01
anygivennameanyone using fail2ban, denyhosts ?13:02
UnholyTerrorteemo, did you try the command the other person gave you? reboot?13:03
besogonDoes anybody work hand and glove with udev? I have a warning message at boot time: udev[81] bla-bla-bla13:03
delabencomozonova: what do you want to preload13:03
besogonbut I haven't got any 81*.rules file13:04
zonovaIt's a game13:04
cdavisIs there anything that ingegrates with Evolution calendar which can product gantt charts like Planner?13:04
zonovaI need to give the disk to my friend, but i dont know if he has an internet connection13:04
anygivennameanyone using fail2ban, denyhosts with workable configs?13:04
cdavisanygivenname: I have13:05
teemothx for trying, ill try again later13:05
jnniianyone here using vpn with gnome network manager?13:05
jnniiThere was a problem launching the authentication dialog for VPN connection type 'org.freedesktop.NetworkManager.vpnc'. Contact your system administrator.13:05
cdavisjnnii: yes I have used pptp13:05
th_hi all. does anybody have a clue why gparted doesnt recognize my partitions. disk is running nice and i can see those partitions in "disk utility". im trying to do a 64bit installation without losing my XP and my /home partition(they are on that disk)13:05
jnniicdavis, how do you have gnome keyring setup?13:06
delabencomozonova: is it a deb file13:06
anygivennamecdavis: do u have it set to max retries & then ban IP ?13:06
jnniiI think it is the culprit of my desperation13:06
cdavisjnnii: sorry, I didn't have to do anything with keyring to get my vpn working13:06
BlueEagleth_: Is RAID in play here (or has it ever been)?13:06
th_BlueEagle, no never13:06
BlueEagleth_: Are these SATA disks in AHCI mode?13:07
besogonjnnii: vpnc is only for Cisco VPN protocol. MS VPN is called as PPTP13:07
cdavisanygivenname: yes13:07
zonovaNo, i dont think the game is a  deb file13:07
jnniiyes, i am trying to get it to work with cisco13:07
th_BlueEagle, just pure PATA13:07
anygivennamecdavis: & it does so in reality ?13:07
zonovaBut it does run on linux13:07
cdavisanygivenname: yes, it works fairly well13:07
jnniimorons at work didn't let me install software on their laptops so I got my own..13:08
delabencomozonova: how do you install it?13:08
cdavisanygivenname: Since the blacklist wasn't persistent I added swatch to watch log files and create blacklist for shorewall to load during each reboot13:08
jnniiI used to have it work with Kvpnc..now with the netbook gnome works better ;13:08
anygivennamecdavis: I have LogWatch13:08
jnniii import the pcf profile from a working profile13:09
zonovaYou dont need to install it, i think. I just copied the folder on to my desktop, and clicked on the icon for the game, and it auto started.. It is written in Java13:09
cdavisanygivenname: what isn't working right?13:09
anygivennamecdavis: u tested it urself with a wrong password log-in from another machine on a different network ?13:09
jnniithe problem I think is that network manager does not triger the keyring13:09
cdavisanygivenname: I don't specifically remember testing it myself but I watched the logs and watched it blacklist ips13:10
jnniiwith KDE I had to setup a password before i could actually use kvpnc13:10
zonovadelabencomo : sorry if im not answering correctly. Im new with ubuntu, so i don't know all that much.13:10
anygivennamecdavis: it allows infinite number of log-in attempts although I set it to 3....it does not ban the IP.....& it does not report to auth.log13:11
adacHow can i make an iptables command persistent, so that it is executed after a reboot?13:11
UnholyTerrorzonova, yes you can do it but you've got some learning to do...13:11
delabencomozonova: i would extract the iso insert the app somewhare and make an iso13:11
BlueEagleth_: Does the disk show but there are no defined partitions in it or are the partitions shown not correct?13:11
jnniithere is another note popping up at the wireless networkk applet that say that that there are no available secrets13:11
th_BlueEagle, it shows disc fine but not partitions.13:12
jnniisorry, no valid VPN secrets13:12
zonovadelabencomo: ok, i'll try that13:12
cdavisanygivenname: when you launch fail2ban does your fail2ban log indicate it is watched /var/log/specific.log files?13:12
zonovaUnholyTerror : what do you mean?13:12
BlueEagleth_: Does the partitions show (or anything useful) if you open a terminal and type `fdisk -l` ?13:12
UnholyTerrorzonova, http://www.debuntu.org/how-to-customize-your-ubuntu-live-cd13:12
th_BlueEagle, jsut made a topic out of it :) http://ubuntuforums.org/showthread.php?t=161008313:13
anygivennamecdavis: can u rephrase?13:13
BlueEagleth_: I'm sorry, but I don't do the forums.13:13
th_BlueEagle, i posted fdisk on that topic13:13
cdavisanygivenname: do you see the following in your fail2ban.log file?: fail2ban.filter : INFO   Added logfile = /var/log/apache2/error.log13:13
kukihi i have installed drapes in my system.but it is starting only when it get run by terminal...is it possible to run it automatically when i have logged in13:13
zonovaahh, ok. Thanks!13:13
th_BlueEagle, fdisk shows them13:13
anygivennameno13:14
anygivennamecdavis: no13:14
UnholyTerrorzonova, doing it that way allows you to run updates and install things as if you were running from the livecd.13:14
zonovaUnholyTerror : thanks!13:15
BlueEagleth_: And gparted throws no error messages at all and it does show other disks OK?13:15
cdavisanygivenname: apache log was an example, you may not be running apache. What program do you ant fail2ban to monitor for invalid login attempts?13:15
xerox1is there an addon for prism to support tabs?13:16
ady01anyone had experience setting up LDAP ?13:16
th_BlueEagle, hmm13:16
anygivennamecdavis: isnt it supposed to be ssh ?13:16
cfeddeady01: what do you want to know?13:16
th_BlueEagle, yes other disks are fine13:16
delabencomoUnholyTerror : nice post13:16
th_BlueEagle, but one is "unallocated"13:16
cdavisanygivenname: it can monitor lots of different log files, not just ssh.13:16
zonovaUnholyTerror : Would you help me through the tutorial a bit? i only have one dvd, and i dont want to screw it up on accident.13:16
th_BlueEagle, no errors13:16
ady01cfedde im getting this error  : Failed to save LDAP server configuration : No LDIF-format config file found for olcDatabase={1}hdb,cn=config13:17
BlueEagleth_: Then there is something different about the way gparted reads partition tables.13:17
cdavisanygivenname: if you want it to monitor for ssh you should see the followign in your fail2ban.log file: fail2ban.filter : INFO   Added logfile = /var/log/auth.log13:17
UnholyTerrorzonova, you don't have the .iso on your hd?13:17
=== hughszg is now known as box_xoq
cfeddeady01: openLDAP?13:17
th_BlueEagle, yes thats what i figured. but i cant do installation without :(13:17
cdavisanygivenname: do you want to pastebin your logfile and I will take a look13:17
anygivennamecdavis: which program manages the invalid log in attempts ?13:17
vivien_mHi. The hard drive of my laptop is making noice every 3 or 5 seconds. It is like it was writing a file every 5 seconds. In "iotop", I see that kjournald is often active, maybe it is this daemon that activates the HD? The noice is a bit annoying, and I fear that it hurts the HD. Anything to do against that restless HD?13:18
UnholyTerrorzonova, oh, only one blank dvd :)13:18
anygivennamecdavis: ok13:18
ady01cfedde im using openLDAP in webmin yes13:18
th_BlueEagle, because installer doesnt show them either so i figured that its using gparted too13:18
zonovaUnholyTerror : yes, i have the iso on my hdd :P13:18
camer0n_hi guys, having issues with connecting to my server from an external network. I believe i have setup the router correctly, as well as the checked my isp for their firewall which i had to disable... but i am still having issues with connection13:18
BlueEagleth_: Either that or atleast it uses the same method as gparted to detect the partitions.13:18
peter__camer0n_: issues such as?13:19
anygivennamecdavis: fail2ban.log  http://paste.ubuntu.com/523250/13:19
camer0n_peter__, connection timed out13:19
zonovaUnholyTerror : what is this? it's in the tutorial, afater every instruction:    $ sudo apt-get install squashfs-tools chroot13:19
cdavisanygivenname: You also know that invalid ssh attempts to 127.0.0.1 will probaly be ignored?13:19
UnholyTerrorzonova, ok, so don't worry about the dvd until after you accomplished the changes. make a copy of the .iso first and work on the copy13:19
th_BlueEagle, yes. but is a real problem for me13:19
camer0n_peter__, trying to connect with ssh, which some times works, but http has not worked at all13:19
anygivennamecdavis: auth.og http://paste.ubuntu.com/523254/13:20
shakirgnome:13:20
shakir Depends: swfdec-mozilla but it is not going to be installed , how to fix ?13:20
anygivennamecdavis: what is 127.0.0.1?13:20
camer0n_It's not just you! http://***************  looks down from here.13:20
UnholyTerrorzonova, hold up...13:20
wkf5566how to install software13:20
camer0n_peter__, see last comment13:21
BlueEagleth_: I can appreciate that. I am trying to find a safe way to re-write the partiton table as clearly there is something about it that prevents GParted and the installer from reading it properly.13:21
dlivivien_m, ext4?13:21
vivien_mdli: yes, ext413:21
peter__camer0n_: I recently set up my laptop at home as an ssh server.13:21
wkf5566xxx,tgr.gz13:21
zonovaUnholyTerror : ok13:21
AbhiJitwkf5566, extract it13:21
cfeddeady01: you've read through something like: https://help.ubuntu.com/10.04/serverguide/C/openldap-server.html ?13:21
ikoniaanygivenname: 127.0.0.1 is the local host, the one I've told you to NOT test from many times13:22
BlueEagleth_: There is a package called testdisk in the repos. I recomend you read up on that and see if it can find something fishy in your partition table.13:22
cdavisanygivenname: Can you log in incorrectly 4 times and let me see the log files after that? You need to try to ssh from a different system13:22
camer0n_peter__,  it shouldn't really be hard. I am currently connected to via ssh at the moment as the machine is on my current network13:22
ikoniaanygivenname: 127.0.0.1 is the machine that's currently running fail2ban and fail2ban will ignore and tests from13:22
th_BlueEagle, yes i thought that too and installed testdisk. but didnt do anything with it because i dont wanna lose my data :(13:22
UnholyTerrorzonova, no, that's only the first thing you do to install some utilities. it's not after every command13:22
camer0n_peter__, but if i leave home and try go connect, i get the error13:22
BlueEagleth_: In any case this is a good a time as any to take a full backup of your data. :D13:22
arianhello13:22
peter__suggests your router isn't set up properly.13:23
th_BlueEagle, my /home is backupped regulalry :)13:23
BlueEagleth_: It is ALWAYS a good idea to have a backup in any case as harddisks do never last forever.13:23
UnholyTerrorzonova, you can install those from synaptic if you want and skip that first step.13:23
peter__I presume you have a static ip on the home server?13:23
dlivivien_m, anything else other than kjournald13:23
Benkinoobyhi, i use kupfer. if i install the kufer-ppa will it replace the "original" kupfer? what will happen if the ppa becomes the "main" source again?13:23
anygivennamecdavis: I will log-in incorrectly 4 times from another machine here running Windows & connected to a different network from another ISP13:23
dlivivien_m, in iotop13:23
ady01cfedde I did yes, wanted to use www.webmin.com though as it means i can configure in web browser instead of having to be sat at a server13:23
cdavisanygivenname: perfect13:23
th_BlueEagle, but theres XP too and dont wanna reinstall 2 OSes.13:24
UnholyTerrorzonova, I used that tutorial myself and had zero problems... just make sure you don't skip anything.13:24
zonovaUnholyTerror : well, something in that language is after every instruction. What exactly is it?13:24
peter__and you set the router to forward port 22 to that ip?13:24
wkf5566How to do after extracting13:24
cfeddeady01: I've not seen that particular error and so I'm not going to be much more help. Sorry and good luck figuring it out.13:24
BlueEagleth_: With luck you will not have to. However the alternative is not doing anything.13:24
vivien_mdli: yes, only kjournald. Sometimes kj2d or something like that, but rare.13:24
ady01cfedde thank you anyway13:24
cihhello13:24
cih!list;13:25
zonovaUnholyTerror : i haven't had problems yet, im just wondering what that stuff after the instructions is.13:25
dlivivien_m, let me check on an ext4 system13:25
UnholyTerrorzonova, It installs some tools you need. you only do it once.13:25
th_BlueEagle, yah. Disk Utility is working. is "Linux (0x83)" EXT3?13:25
UnholyTerrorzonova, show me where it repeats13:25
anygivennamecdavis: done....http://paste.ubuntu.com/523257/13:26
dlivivien_m, some notorious programs(maybe rest in peace): tracker/fam13:26
anygivennamecdavis: this is auth.log13:26
anygivennamecdavis: do u want fail2ban.log13:26
peter__Has anyone got firesheep running under ubuntu?13:26
vivien_mdli: I checked on my desktop computer, and no kjournald.13:27
zonovaUnholyTerror : How exactly does that install something? It's not repeating, but im talking about the overall language that it is in. I have no idea what it is.13:27
cdavisanygivenname: yes please13:27
dlivivien_m, kjournald is a kernel thread for ext[34] fs13:27
BlueEagleth_: What I did when I discontinued using dmraid was to clear the entire partition table and ran testdisk to restore the partitions. This (finally) cleared the raid settings that had been written by the SW raid setup.13:27
BlueEagleth_: I did not loose any data from that operation. However I DID make a complete backup before attempting this.13:27
zonovaUnholyTerror : just in case this helps with anything, im running vista right now13:28
BlueEagle!firesheep13:28
pluhngzhow do i have a list of usernames in a chat room show up on right or left side of xchat window? in 10.10ub13:28
vivien_mdli: yes, my desktop is under ext4 as well, but kjournald does not show every 5 or 10 seconds in iotop (while it does on my laptop).13:28
orlanyone using Ubuntu with a Mac Intel here?13:28
anygivennamecdavis: fail2ban.log   http://paste.ubuntu.com/523258/13:28
th_BlueEagle, did you do something like this: http://www.absolutelytech.com/2010/09/23/solved-unknown-filesystem-in-gparted-in-ubuntu/13:28
vivien_mdli: ps aux |grep famd or tracker returns nothing.13:28
dlivivien_m, I don't see kjournald in iotop on my ext4 system, I suppose it's not the fs to blame, but some programs. try to catch with 'top' watch for 'D' status13:28
djamelorl, i do13:28
orldjamel: cool.13:28
UnholyTerrorzonova, they are programs on your computer... sudo apt-get install installs programs from the repositories.13:28
dlivivien_m, good, at least you don't have tracker/fam13:29
orldjamel: I would need some precisions about EFI, rEFIt, MBR, and so on.13:29
djamelorl, i use rEFIT13:29
UnholyTerrorzonova, dude, are you kidding me?13:29
pluhngzhow do i have a list of usernames in a chat room show up on right or left side of xchat window? in 10.10ub13:29
BlueEaglepeter__: According to http://codebutler.github.com/firesheep/ Linux is not supported.13:29
pluhngz#xchat = 100% afk13:29
orldjamel: for some reason, my installation just can't boot (before or after grub, it depends)13:29
vivien_mdli: 'D' does not work under top13:29
besogonDoes anybody work hand and glove with udev? I have a warning message at boot time: udev[81] bla-bla-bla13:29
orldjamel: OK, can we chat, something like 5 minutes in private?13:29
anygivennameikonia: i never connect incorrectly on the same machine....simply cause I never actually power it off.....I only put on the password after screensaver13:29
djamelorl,  it's better for me so i can have 3 boot options13:29
zonovaUnholyTerror : >.<13:29
djamelorl, yes13:29
zonovaUnholyTerror : i should have mentioned that earlier13:29
peter__hmm13:30
xananax_Hello13:30
glaucousin Multimedia System Selector you can set the alsasink device, which I believe has something to do with gstreamer. Where exactly is this setting stored?13:30
dlivivien_m, no, I mean status shown as 'D' (interruptable)13:30
UnholyTerrorzonova, you can't do this from Vista13:30
wkf5566I feel very bored13:30
ppiratein xchat, how do I get in the channel #java (I've tried "/j #java" but then I get an error!13:30
camer0n_how do you edit iptables via ssh if you were editing the rules for ssh in iptables and locked yourself out?13:30
UnholyTerrorzonova, you need to be in linux and in a terminal.13:30
zonovaUnholyTerror : ohh, ok. So i have to bot up ubuntu on my computer, and the folow the instructions13:30
th_BlueEagle, but thx for the help. have to leave now13:31
xananax_ppirate, /join13:31
wkf5566Because I know nothing about for linux13:31
=== maco2 is now known as maco
anygivennameikonia: & even there was a setting I found on the forum for common-auth to avail 3 attempts for log-in on the machine itself....but it allowed infinite aswell13:31
ppiratexananax_ no go :-(13:31
UnholyTerrorzonova, yes.13:31
AbhiJitppirate, you have to register your nick name13:31
zonovaUnholyTerror : Oh, i get it now. That stuff it all for the terminal.... wow im slow xD13:31
besogonwkf5566: Do you know something about Windows?13:31
ppirateAbhiJit, ok, I'll look into this13:31
vivien_mdli: No status 'D' appears on the page.13:31
cdavisanygivenname: Try this (unless you already are) ssh to your host and type wrong password. Disconnect. ssh to host again and try bad password. Disconnect. ssh to host again and type bad password, disconnect. Now when you ssh you should not get a prompt.13:31
pluhngzis there a way in Xchat to have that the user list embedded on left side, or right side like in mirc etc?13:32
xananax_ppirate, Ah, it does not work for #java in particular: the channel is invite only13:32
cdavisanygivenname: I am thinking that ssh and typing password wrong three times only constitutes one failed login attempt13:32
bullgard4!wireless | sundayy13:32
ubottusundayy: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs13:32
Benkinoobyhi, i use kupfer. if i install the kufer-ppa will it replace the "original" kupfer? what will happen if the ppa becomes the "main" source again?13:32
wkf5566just so so13:32
xananax_ppirate, you have to know someone inside that can invite you13:32
AbhiJitxananax_, no. registering the nick will do13:32
dlivivien_m, weird then, and no suspicion among 'ps aux'?13:32
ady01cfedde think i may have found my issue here but not sure what i have done wrong !13:32
AbhiJitoh my bad13:33
AbhiJitxananax_, confused with #java and ##java sorry13:33
ppiratexananax_ AbhiJit, thanks, I'll look for it13:33
anygivennamecdavis: what do by ssh (as an action to do)?13:33
vivien_mdli: maybe kondemand/113:33
ikoniaanygivenname: how are you connecting to the machine13:33
vivien_mdli: or kondemand/0. They appear in top on a regular basis13:34
fnardisHow do you update grub after downloading new kernel?13:34
coz_fnardis,   sudo update-grub213:34
wkf5566When a person is accustomed to something, it is difficult to accept something else again13:34
ikoniafnardis: it does it for you13:34
xananax_Boradcom drivers problem...I have tried so many tutorials that I can't keep track of what I did anymore. My problem now is that after each restart, restricted drivers tells me my SATA are activated but not currently in use, and I can't use wireless. The only workaround is to deactivate them, run the "bcmwl-kernel-source_5.60.48.36+bdcom-0ubuntu3_i386.deb"  found on the install CD, and re-activate them13:34
dlivivien_m, it should be kernel cpufreq control :(13:34
xananax_Any idea on what I should do?13:34
galadudeHi, I have a netbook with a danish keyboard, how can I make a backslash?13:34
LjLgaladude: probably altGr + the key right of 013:35
vivien_mdli: ok so it probably not that. And what about events/0 ?13:35
bullgard4What does »cfs« stand for in /usr/share/openoffice/basis3.2/help/en/sdatabase.idxl/_0.cfs?13:35
ikoniabullgard4: ask the guys in #openoffice.org13:35
bullgard4ikonia: I beg your pardon?13:36
=== jeremy is now known as Guest94980
ikoniabullgard4: ask the guys in #openoffice.org channel13:36
pluhngzxchat 2.8.8 Linux 2.6.35-22-generic [x86_64/2.00GHz/SMP]13:36
pluhngzoops13:36
noobuntuwhat is the difference between openjdk and sun-java6-jre packages ?13:36
pluhngzuhhh, wtf is smp on my system output?13:36
vivien_mdli: sometimes, I also have scsi_eh_0 and hald-addon-stor13:36
pluhngzi have Core 2 quad 930013:37
dlivivien_m, if you run out of ideas, try other fs. not many good choices though: jfs(a little bit old nowadays), xfs(old, and heard about data losses), btrfs(too new, not considered stable yet), reiserfs(reiser rests in prison)13:37
ikoniapluhngz: easy on the language please.13:37
galadudeLjL, I've tried that but i get this charater"±"13:37
pluhngzikonia, it just means wagging the float13:37
LjLgaladude: i guess then it's different from the swedish layout.13:37
pluhngzits how we question things in timbuktoo13:37
besogongaladude: you should chose the correct keyboard type in keyboard settings. If you want to make your own buttons use xmodmap and acpid13:37
dlivivien_m, yes, hald is bad, hope you could remove hal some day13:37
ikoniapluhngz: don't mess around, we all know what it means, please just keep it out of the channel13:37
pluhngzok so that being said:13:38
pluhngzxchat 2.8.8 Linux 2.6.35-22-generic [x86_64/2.00GHz/SMP]13:38
pluhngzwhy my core 2 quad show smp?13:38
pluhngzi have Q930013:38
FloodBot4pluhngz: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.13:38
MaxDamageoi guys13:38
vivien_mdli: the strange part is that I use the same configuration and programs on my desktop, and it behaves perfectly13:38
MaxDamageiptables -A INPUT -s 173.0.0.0/20 -j DROP13:38
MaxDamagedoes this look good? ^13:38
ikoniapluhngz: because multicore is smp13:38
llutzpluhngz: smp =  symmetric multiprocessing13:38
galadudebesogon, I've tried chosing the correct layout, but it doesn't have my computer as an option. I'll try useing xmodmap or acpid. Thankyou13:38
xananax_galadude, alt+f2, type gnome-keyboard-properties and enter, then go to "layouts>add" and you must be able to see the layout there13:39
pluhngzwonder how the /sv command detected that13:39
bullgard4pluhngz: smp is a way to let ccperate several processors in the kernel of the operating system.13:39
bullgard4s/ccperate/cooperate/13:39
galadudeLjL, it's usually the same, but  ubuntu doesn't have the correct layout for my computer13:39
vivien_mdli: thanks for the help anyway. I will make other tests, like killing X and removing as many services as possible.13:39
dlivivien_m, I currently use btrfs on my laptop, kinda of workaround13:40
xananax_So no one can guide me a bit through my broadcom wireless drivers woes? Is there a dedicated forum or something?13:40
dlixananax_, b43 or wl?13:40
xananax_dli: B4313:40
jv__Guys, About VPNC in the network manager applet13:40
dlixananax_, b43 is good, but uses too much cpu13:40
jv__I installed KVPNC13:40
xananax_dli, then what should I do?13:41
bullgard4xananax_: You better try to get it working and report the error messages which you obtained.13:41
dlixananax_, all the trouble from broadcom :(13:41
jv__connected right away after I imported the cisco .pcf profile13:41
xananax_bullgard4, I get it working, the problem is I have to go through the procedure again after each reboot13:41
xananax_bullgard4: after each restart, restricted drivers tells me my SATA are activated but not currently in use, and I can't use wireless. The only workaround is to deactivate them, run the "bcmwl-kernel-source_5.60.48.36+bdcom-0ubuntu3_i386.deb"  found on the install CD, and re-activate them13:42
jv__when i first opened KVPNC it asked me sudo pw because it was going to change things13:42
bullgard4xananax_: I am vonvinced that this reflects in the dmesg.13:42
vivien_mI have a simple question about X: how do you stop it? and restart it? I use xdm. Ctrl+C seems to restart X, but I am not sure (maybe just xdm is restarted).13:42
galadudexananax, I can't, everything is correct except that there's a ± instead of a backslash13:42
jv__then kwallet popped up and i chose cancel to not use it13:42
xananax_bullgard4, let me check13:42
brigadaPlease for change the chat in languaje Spanish im no speak in english thank you very much13:42
jv__this way the system is nto waiting for keyring manager13:42
jv__I clicked connect and it worked right away13:43
Latsnihello, i downloaded the dektop version 10.10 vom ubuntu.com, i burned the iso and boot from it and choose start the livecd version, now i have a problem, i went away and now it wants a username and a password but i don't know what i should enter. i tried it all blank, but that doesn’t work, and suggestions?13:43
bullgard4xananax_: My advice: Look for this error message in Launchpad. If you do not find it there, report an errror there.13:43
rusivi!es | brigada13:43
ubottubrigada: 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.13:43
ikoniaLatsni: you setup a username and password when you install it13:43
jv__there was something on thenet about it on how to use vpnc without the gnome network applet but I don't have time now to fiddle with scripts13:43
xananax_galadude then you can remap your key: xmodmap -e "keycode [UR_KEYCODE]=[NEW KEY]"13:43
vivien_mI tried to stop X with "sudo service x11-common stop" or same with xdm, but X is not stopped. :-( How to stop X?13:43
dlixananax_, sorry I'm in hurry, but couldn't find a good how from ubuntu, try the debian wiki: http://wiki.debian.org/bcm43xx13:43
xananax_galadude, but I can't remember how to get a keycode13:44
galadudexananax, thankyou, I'll try that now13:44
camer0n_hey, how do you delete all iptables rules?13:44
jjkolahello13:44
xananax_bullgard4, dli, thanks, I'll see what I can do with that info and report back13:44
jv__if someone asks about vpn with gnome network manager applet to cisco, tell them to install kvpnc ;)13:44
Latsniikonia: i didn't install it .. i run the livecd and i didn't set a password there :/13:44
LjLLatsni: try "ubuntu"/blank13:45
brigadaMuchas gracias ubottu13:45
jjkolashould I report version string localization (bash) as a bug as it breaks some scripts which assume that the version string is in English?13:45
LatsniLjL: thanks that works13:46
BlueEaglejjkola: I would instead bug report the script which makes such a horrid assumption.13:47
chrometigerCan anyone tell me how to fix 10.10 so that I can use gpsbabel to transfer my data from unit to hdd13:47
BlueEaglejjkola: It is my opinion that a script that relies on a spesific localisation be used sets such localisation prior to executing the program that makes the localised reply.13:48
xananax_bullgard4, sorry, I am kind of linux noob (i code and use server stuff but I have been running ubuntu only since a few weeks) the dump from dmesg is huge, how do I filter it to show errors only?13:48
BlueEaglexananax_: grep is a nice tool13:48
galadudexananax, I've found a place where I can get the keycodes, but how do I make it ALT+key?13:48
BlueEaglexananax_: try: dmesg|grep error13:49
jjkolaBlueEagle: how can the script then determine the version if the version string can be anything?13:49
xananax_galadude: sorry, can't help much more than that, I am new to all this. It just happened that I had to change a key so I looked for that, but I can't tell you more. Maybe google for xmodmap13:50
xananax_BlueEagle, thanks13:50
kumarhow can i open a password protected drive in ubuntu13:50
jake_Is there a way to list the software in the software center by most downloads or ratings?13:51
galadudexananax, ah okay, thanks!13:51
blue_annawhen I try to launch empathy I get: GLib-GIO-ERROR **: Settings schema 'org.gnome.Empathy' is not installed13:51
ubuntuazaciao13:52
bullgard4xananax_: You could try to grep in dmesg for "wireless" or for "broadcomm" or for "bdcom".13:52
jribjake_: popcon.ubuntu.com?  Don't know if there's a way to do it in the software13:52
xananax_bullgard4, ok, trying that now13:52
chrometigerCan anyone tell me how to fix 10.10 so that I can use gpsbabel to transfer my data from unit to hdd13:52
jake_jrib: thanks. Thery should really think abouting adding it right into the software, like in Mint13:53
llutzchrometiger:what error?13:53
bullgard4chrometiger: What is "unit"?13:53
jribjake_: maybe brainstorm.ubuntu.com to suggest that?13:53
chrometigerone sec13:53
BlueEaglejjkola: I am not sure about this but try: LC_MESSAGES="POSIX" bash --version13:54
Picijake_: Ratings are planned to be added to the software center in the next release of Ubuntu.13:54
mrenouf_I'm looking for a quality CPU benchmark tool for Linux. Something like Linpack for windows.13:54
mrenouf_anyone?13:54
chrometigerok  i have a Garmin Etrex Legend,   gpsbabel just hangs  doesn't give error, but  the gpsbabel site shows this   http://www.gpsbabel.org/os/Linux_Hotplug.html13:54
mrenouf_(Yes, I've googled extensively)13:54
Esigolomrenouf, use the phoronix benchmark\13:55
chrometigeri figure im going to have to do something to 10.10 to make it work   im just not sure what13:55
jjkolaBlueEagle: that did it, thanks13:55
xananax_bullgard4, no results for wireless, broadcom, bdcom, bm, bcm...Error gives me "button: probe of LNXSLPBN:00 failed with error -22", but I doubt it has any relation with the wireless...Anyway I have looked it up in launchpad and G, no results13:55
blue_annawhen I try to launch empathy I get: GLib-GIO-ERROR **: Settings schema 'org.gnome.Empathy' is not installed13:55
jake_pici: 11.04? is it true they'll be using Unity now for that as well?13:55
Picijake_: Thats the plan.13:55
BlueEaglejjkola: w00t!?! That must be the best guess ever. :D You're welcome.13:55
mrenouf_Esigolo, the Phoronix Test Suite?13:56
jake_Pici: eh... I guess change is always good.13:56
Esigolomrenouf, Phoronix test suite13:56
Esigolomrenouf, yep13:56
xananax_bullgard4, also, I am going through the whole dmesg dump, and as far as I can say with my limited linux knowledge, I don't see anything unusual13:56
mrenouf_Esigolo, I got a bunch of errors getting it to run. Can you help?13:56
Esigolomrenouf, are you using MM??13:57
mrenouf_Esigolo, MM?13:57
llutzchrometiger:"sudo nano /etc/modprobe.d/blacklist" add a line "blacklist garmin_gps"13:57
Esigolomrenouf, ubuntu 10.10 Maverick13:57
mrenouf_Esigolo, yes13:58
pluhngz1 week down, waiting for cissp results.  bleh13:58
Esigolomrenouf, i can try13:58
chrometigerllutz: with or withour the  "13:59
xananax_bullgard4, ah, but I see ndiswrapper loaded...Can this interfere with SATA drivers? Should I uninstall it13:59
llutzchrometiger:sorry "sudo nano /etc/modprobe.d/blacklist.conf" add a line "blacklist garmin_gps"  if it not exists. without quotes13:59
mrenouf_Esigolo, my guess is some of the tests failed with compiler errors. I guess some do work. I will keep trying. getting the GUI to work (php-gtk was tough, found http://www.phoronix-test-suite.com/misc/php5-gtk-lucid/ though)14:00
=== nick is now known as Guest32159
bullgard4xananax_: In that case it may be a trivial configuration error in your computer. As I myself have no broadcom chips and drivers, I do not have any specific Broadcom knowledge. Try to work with your computer until you obtain a meaningful error message. --  Yes, ndiswrapper can interfere with SATA drivers.14:00
xananax_bullgard4, I'll try to remove ndiswrapper and see what happens14:01
xananax_bullgard4, anyway, thanks for the help14:01
xananax_bye bye14:01
Esigolomrenouf, try do run the tests by terminal14:01
chrometigerllutz:  k  now do i need to reload this somehow14:02
Esigolomrenouf, phoronix-test-suite list-tests14:03
=== kondores is now known as ctcp
llutzchrometiger: sudo modprobe -r garmin_gps14:04
chrometigerthanks  i'll give it a try14:04
Guest32159Is anyone here using the 10.10 Netbook?14:05
bullgard4Guest32159: Me not.14:05
blackshirti'm not14:06
mrenouf_Esigolo, got an OC'd 4Ghz Core-i7 930 ... tuned it under windows but I'm 99% Ubuntu user (windows just for some games)14:06
IdleOne!anyone14:06
ubottuA large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?14:06
=== leif_ is now known as Leif
ImokIs there any way to install Ubuntu on my PC without having to burn a disc?14:06
=== Guest32159 is now known as Canadian_Pirate
BlueEagleblackshirt: Got any reference to the fact that ndiswrapper can interfere with the sata drivers?14:07
IdleOne!usb | Imok14:07
ubottuImok: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent14:07
ImokI have no USB at this time14:07
IdleOne!wubi | Imok14:07
ubottuImok: 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.exe14:07
BlueEagleImok: You can mount the ISO image in windows and run a Wubi install.14:07
anygivennamehow do I enable remote desktop sharing service ?14:08
Esigolomrenouf,  Gz in fact I had the same problem usualy i`m on linux windows just to use the Microsoft Visio14:08
ImokWubi install Ubuntu in Windows?14:08
IdleOneImok: yes14:08
Canadian_PirateCan you make a symbolic link over two partitions?14:09
ImokI just want to install on a partition14:09
salbitohello. i have ubuntu server and i wanted to ask if its possible to block out access to the server through mac address filtering14:09
sebsebsebHi14:09
BlueEagleImok: Then you need either a USB drive or a CD.14:09
IdleOneImok: your options are to burn a CD, do a USB install or Wubi.14:10
mrenouf_Canadian_Pirate, yes14:10
test34salbito, http://www.bing.com/search?q=iptables+mac+filtering14:10
ImokIdleOne: Ok, thank you14:10
Canadian_Piratemrenouf How?14:10
pluhngztest3414:10
pluhngzyou just sin'd14:10
Canadian_Piratemrenouf_ How?14:10
anygivennamehow do I enable remote desktop sharing service ?14:10
pluhngzdont ever post bing.com in here, google is the only allowed search engine on free node14:10
mrenouf_Canadian_Pirate, ln -s /target/location /link/location14:10
pluhngzor you get sue'd14:10
Canadian_Piratemrenouf_ Thanks14:11
mrenouf_Canadian_Pirate, you need the '-s' for symbolic14:11
IdleOnepluhngz: no it isn't and please stay on topic.14:11
mrenouf_Canadian_Pirate, otherwise it's hard link, which must be within the same filesystem14:11
test34pluhngz, shh14:11
aeon-ltdpluhngz: please quit the trolling, anyone can use whatever they like14:11
Canadian_Piratemrenouf_ Thank you. I needed that14:11
DasEianygivenname: install rdesktop and configure it from the menu14:14
DasEianygivenname: or use the free ultravnc, though not in the repos, also great compression and ssh14:15
ciphergothI'm running Ubuntu 10.10. I have a CD/DVD drive. When I put a CD in, I'm prompted to run Rhythmbox, but when I put a DVD in, nothing happens.14:15
LicuadoraHello14:15
anygivennameDasEi: vnc is already built in here14:15
fredrik_need to install dvd.support14:15
besogonMaxDamage:" iptables -A INPUT -s 173.0.0.0/20 -j DROP" it is correct.14:15
MaxDamagebesogon, thanks.14:16
DasEianygivenname: ultravnc ?14:16
anygivennameDasEi: but VNC does not work with fail2ban14:16
MaxDamagebesogon, though, a user from that IP range is still able to connect to my server.14:16
ciphergothfredrik_: can't find a package with that name14:16
anygivennameDasEi: I mean fail2ban does not recognize its authentication14:16
ciphergothI have Medibuntu set up and libdvdcss2 installed.14:16
fredrik_I'm having trouble with winetricks. returning a merror message and aborting. Anyone care to help?14:16
DasEianygivenname: the vnc from the repos works but isn't as far developed then the one from the "outside14:17
fredrik_sent you a pm with link14:17
miskewitschlinaleon14:17
fredrik_ciphergoth14:17
LicuadoraWhat could be wrong in my CompactFlash memory card? I can seee my pictures in the camera, but not in Ubuntu, i even did a scan with ClamTK Antivirus, and it got stuck, now when I try to search for files i get this in the terminal: FAT: filesystem error (dev sdb1) fat_get_cluster:invalid acces to FAT                    invalid cluster chain14:17
miskewitschlinaleon14:17
anygivennameDasEi: Win PC is unable to communicate with Ubuntu's remote desktop sharing service14:18
besogonMaxDamage: I haven't much experience with iptables. But let me look it again14:18
glaucousIs it possible to use find, to find all symbolic links inside a directory?14:18
fredrik_have you got a mediaplayer compatible with libdvdcss2?14:18
miskewitschalimaral14:18
DasEianygivenname: rdesktop works with xp here, same ultravnc14:18
fredrik_ciphergoth, have you got a mediplayer compatible with libdvdcss2?14:19
ciphergothfredrik_: isn't Totem compatible with libdvdcss2?14:19
dliLicuadora, how do you read the CF card? what hardware/software14:19
fredrik_ciphergoth, Totem-xine14:19
DasEianygivenname: ports and passwords must be set, and firewall open (can do by hostkey)14:19
ciphergothI have ubuntu-restricted-addons and ubuntu-restricted-extras installed already14:19
fredrik_ciphergoth, guess that means you'll need to install xine as well as totem, to be able to play dvds in totem14:19
Licuadoradli: I have a memory card reader, but I do not know the brand, and I use, i think is called NAUTILUS to open the folders, and then GIMP14:20
ciphergothtotem-xine is marked as transitional onto totem14:20
anygivennameDasEi: how do I set them ?14:20
dliLicuadora, and your camera doesn't support usb?14:20
Licuadoradli: yes14:20
fredrik_ciphergoth, come again?14:21
DasEianygivenname: you install the client on each side and then call the gui;  you want a rdesktop or is ssh enough, too ?14:21
Licuadoradli, Ah, so you wahnt me to plug the USB instead of the CF14:21
dliLicuadora, right14:21
Licuadorahm...14:21
pluhngzahhhh this is nice, didnt know Google Chrome existed for linux, easy to install for 64bit/10.10 as well.  Bye Bye firefox...lulz14:21
eigarhow do I get taskbar/running-icon for vim.gnome? - it only show the default "no icon" icon.14:21
ciphergothfredrik_: totem-xine says in its description it's a transitional package, and its only dependency is totem.14:21
cmyrlandhas anyone here successfully installed Fallout New Vegas yet? I'm trying to get some help over at #winehq, but it seems they're all sleeping14:21
dliLicuadora, and turn on the camera to computer mode14:21
Licuadoradli: So what do you think is wrong with my CF memory card?14:22
fredrik_ciphergoth, yes, have you got it installed?14:22
anygivennameDasEi: I want ssh14:22
pluhngzgoogle chrome even makes firefox look like its full of useless bloat everywhere............14:22
ciphergothfredrik_: yes14:22
ciphergothit's part of the standard desktop14:22
fredrik_ciphergoth, and it will not play dvds?14:22
ciphergothbut I just also tried gxine, no joy there either14:22
dliLicuadora, better not to go low level, which may work though with some tweak14:22
DasEianygivenname: k, no problem , too14:22
eigarvim.svg is in /usr/share/pixmap14:22
StevethepirateAnyone mind linking the 10.04 -> 10.10 update linky?14:22
fredrik_ciphergoth, well, hang on, I'll see if I'll get dvd running on this system14:22
DasEianygivenname: sudo apt-get install ssh14:23
Oxy_sup'14:23
Licuadoradli, I'll try the USB14:23
eigarhave tried to add vim.gnome.svg vim.png vim.gnome.png and so on14:23
Licuadoradli, thx14:23
DasEianygivenname: gksudo gedit /etc/ssh/sshd_config,  there...14:23
ciphergothfredrik_: The xine engine failed to start.14:23
anygivennameDasEi: I have both14:23
ciphergothfredrik_: No input plugin was found.14:23
ciphergothMaybe the file does not exist or cannot be accessed, or there is an error in the URL.14:23
DasEianygivenname: set passwordauthentication to yes14:23
ciphergothRead error from:14:23
eigargnome-icon-theme is up to date14:23
ciphergoth/dev/dvd14:23
FloodBot4ciphergoth: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.14:23
ciphergoththat's from gxine14:23
anygivennameDasEi: I mean I have ssh14:23
DasEianygivenname: on the win pc install putty14:24
DasEianygivenname: that's it14:24
fredrik_ciphergoth, what graphics card do you use?14:24
ciphergothfredrik_: I'll check, but it's very hard to see how that could have to do with "Read error from: /dev/dvd"14:25
phoenix_firebrdhello everyone14:25
phoenix_firebrdwhat is the best irc client for ubuntu14:25
ciphergothfredrik_: 00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04)14:25
besogonMaxDamage:" iptables -A INPUT -p tcp -s 173.0.0.0/20 -j DROP"14:25
GentooGeoffThere is no best phoenix_firebrd14:25
besogonMaxDamage: try this14:25
DasEianygivenname: you're aware of the difference ssh / rdesktop ? the former gives you shell access (and X too, if needed) , while the next needs much more bandwith but then you see what is done on the other box14:26
phoenix_firebrda good one atleast14:26
sebsebsebphoenix_firebrd: Konversation,  Xchat, or for the termianl irssi or weechat14:26
fredrik_ciphergoth, ah, you're having read errors from you'r dvd. that's beyond my level of expertice. just wanted to know if hardware mpeg2-accellearation was enabled on your system. It seems you have a problem unrelated to dvd-support14:26
MaxDamagebesogon, I think I already got it. I used CSF to deny the range for me. I think it worked.14:26
LjLphoenix_firebrd: try asking bestbot in #ubuntu-bots14:26
ciphergothphoenix_firebrd: empathy has irc support and ships with the standard desktop14:26
MaxDamagebesogon, #netfilter said my syntax is good.14:26
phoenix_firebrdseb which one are you using currently14:26
ciphergothwhat's really odd is that CDs work fine14:26
fredrik_ciphergoth, have you tried installing the ubuntu-restricted-extras?14:26
fredrik_I'm having trouble with winetricks. returning a merror message and aborting. Anyone care to help?14:26
sebsebsebphoenix_firebrd: Konversation is the IRC client I tend to use in Linux distros :)  even in Gnome, yes its a KDE app14:27
phoenix_firebrdright now i am using empathy, i am not satisfied with it14:27
besogonMaxDamage: I hope you don't use NetworkManager as it badly works with iptbles as I heard.14:27
anygivennameDasEi: how do I enable ssh access so I can access it from the Win PC thru Remote Desktop Sharing ?14:27
eigarirssi is good.14:27
ciphergothciphergoth: I have ubuntu-restricted-addons and ubuntu-restricted-extras installed already14:27
prauscherohai - i had an idea i wanted to talk about14:27
DasEiciphergoth: install vlc and then right-click dvd > properties > openwith, set as default14:27
fredrik_DasEi, thanks14:27
sebsebsebeigar: maybe not the best one by a long way for most newbies though14:27
prauscherhow about an post-installation-wizart?14:27
MaxDamagebesogon, that's ConfigServer Firewall. I merely have to edit a file and restart it. Thanks for your help. I appreciate it. :)14:28
prauscher*wizard14:28
ciphergothDasEi: even lsdvd says "Could not open /dev/dvd with libdvdcss."14:28
DasEianygivenname: you want, these are two pairs of shoes14:28
phoenix_firebrdok . then i will try the kde ones14:28
prauscherhelping the user to dive in his new system14:28
rachaHello to all can anyone explain me how to setup my 5.1 ?14:28
besogon:)14:28
eigarsebsebseb: no, perhaps, depends on time disp I guess ... :P14:28
prauscherallowing do configure his desktop (basic-gnome-settings etc)14:28
prauscherhmm?14:28
sebsebsebeigar: disp ????14:28
DasEiciphergoth: there are some dvd's can't be played14:28
dliciphergoth, what about /dev/sr014:28
GentooGeoffciphergoth: Why are you trying to open /dev/dvd14:28
prauscheror: shall i present this idea anywhere else - any mailinglist?14:28
ciphergothDasEi: I've deliberatly chosen the oldest DVD on my shelves14:29
jendaahoj, mam nove ubuntu a mam ikony minimalizace-maximalizace a zavreni vlevo, jak je presunu do prava?14:29
eigarsebsebseb: disp.. eh forgot the english word for it. "having lot of time"14:29
DasEiciphergoth: try to open with vlc, /dev/sr0 for one dvdrom, mostly14:29
anygivennameDasEi: on the Win PC, VNC viewer is able to connect to the Ubuntu machine immediately however the Remote Desktop Sharing is not connecting at all14:29
eigardispencebale?14:29
jendahello, I've new ubuntu and icons (minimasi, maximalise and close window) are on the left side. How can I move it to the right side?14:29
eigarno14:29
eigardispenceable,..?14:30
ciphergothDasEi: /dev/dvd is a soft link to /dev/sr014:30
GentooGeoffYou should be mounting the dvd, not playing it directly from /dev14:30
eigarhow about KVIrc?14:30
ciphergothGentooGeoff: I ran "lsdvd"14:30
DasEianygivenname: the rdesktop is for sharing between ubuntuboxes, I gues, else need a pair of vnc's14:30
dagnachewhi all14:30
dagnachewanyone using snort ?14:31
eigarhave used KVIrc on win XP14:31
DasEianygivenname: ssh by putty, rd by advanced vnc like tight, better ultravnc14:31
jendaHow can I move icons for minimalisation-maximalisation-close window from left to right? (newest distribution of ubuuntu) thx.14:31
ciphergothDasEi: with the commandline "vlc dvd://"14:31
ciphergothI get  DVDRead cannot open source: /dev/dvd14:32
eigarputty + screen is a winner14:32
DasEiciphergoth: just vlc > open media > /dev/sr014:32
=== Dwade09_ is now known as Dwade09
dagnachewanyone using snort ?14:32
ciphergothDasEi: there isn't an "open media" menu option - things like "open file" or "open disk"14:32
anygivennameDasEi: then why does the Remote Desktop Connection on Win PC is unable to connect to the Ubuntu machine ?14:32
eigardagnachew: not for some years now. And then only on windows...14:33
Canadian_PirateHas anyone had issues with Conky and Ubuntu Netbook 10.10? My conky just does not show up with window_type override.14:33
ciphergothDasEi: if I "open disk" I get the same error with /dev/sr0 instead of /dev/dvd14:33
DasEiciphergoth: open disk ;-)14:33
dark3lfHello, do you guys know a simple program to fetch my mails via terminal ?14:33
Stevethepiratedark3lf: mutt14:33
=== Jaffles is now known as KsM
dagnachewok eigar14:33
eigardark3lf: as in client?14:33
StevethepirateHe clearly means client. Surely?14:34
eigaralpine is very easy (at least compared to mutt)14:34
MancSelectaCan anyone help me workout why "wakeonlan" works from command line but not as a startup program please?14:34
dark3lfStevethepirate, interesting thanx14:34
DasEianygivenname: because of chance they where not designed to work together, like one keytype on the one side and another locktype on the other14:34
ciphergothand libdvdread is saying the same things: "Could not open /dev/sr0 with libdvdcss."14:34
dark3lfcigar, what you mean client ?14:34
dliciphergoth, mplayer -dvd-device /dev/sr0 dvd://14:35
dark3lfcigar, I just want to retreive my mails on the server of my mail provider14:35
ciphergothdli: why do you think that will work where all the others will fail?14:35
ciphergothdli: I've tried totem, xine, vlc so far14:35
ciphergothwhat's different about mplayer?14:35
dliciphergoth, I'm sorry, I said the wrong thing then14:36
ciphergothsurely the problem is at a lower level than this?14:36
eigarchitragupt: I have nothing but good experience with mplayer14:36
eigarwhen all else fails14:36
ciphergothMy guess is that if "lsdvd" doesn't work, nothing will work14:36
=== Oxy_ is now known as Oxy`
eigaror - then i use mplayer as main player both for dvd, music, video and streams14:37
ciphergothOK here we go with a fourth client then14:37
scotty^_G'day everyone - launchpad bug #624742 was declined for Maverick.  Can we nominate it for Natty please?14:37
EltuHaving Ubuntu Wiki troubles. "This list does not work, unless you have entered a valid email address!" - how do I enter a valid email address, then?14:37
chrometigerlol   How much wood would a woodchuck chuck, if a woodchuck could chuck wood?14:38
eigarchitragupt: SMPlayer is a frontend GUI for mplayer btw14:38
chrometigerhow should i know14:38
ciphergothOK mplayer also uses libdvdread14:38
ciphergothso I see the same message a fourth time: libdvdread: Could not open /dev/sr0 with libdvdcss.14:38
eigarthink it has a lot of config done14:38
semehey guys... can anyone tell me what package provides the x64 kernel?14:38
Urakenhello has anyone two minutes to help a noob??14:38
scripthahow do I change the permissions that are set when usb storage is automounted?14:38
DasEiUraken : jjust ask14:38
ciphergothUraken: don't ask to ask, just ask14:38
anygivennameDasEi: but VNC does not provide authentication14:39
chrometigerllutz: didn't work  gpsbabel just hangs,   how do i figure out my gps is accually hooked to   /dev/ttyUSB014:39
DasEiman chown , scriptha14:39
Urakenupdated my new edubuntu intall and the screen res went so high i can't see all the screen i can't see anywhere to change it back?14:39
scripthaDasEi I meant automatically14:39
DasEianygivenname: the given examples do14:39
scripthaon all inserted usb storage devices14:39
llutzchrometiger: you missed one step: create a file named /etc/udev/rules.d/51-garmin.rules with the following contents14:40
llutzchrometiger: SYSFS{idVendor}=="091e", SYSFS{idProduct}=="0003", MODE="666", GROUP="plugdev"14:40
DasEiscriptha: same, you once own the files on usb and the ones of the mountdir properly, and then be set14:40
chrometigerk  gimme a min14:40
llutzchrometiger: and run sudo udevadm control --reload-rules after that14:40
DasEiscriptha: this is persistent at next re-plug14:40
llutzchrometiger: unplug your garmin before, test after udevadm command14:40
scriptharight, thanks14:41
anygivennameDasEi: can not find ultravnc14:41
scotty^_Uraken - try ALT-F1, then Right-arrow x3, then Down-arrow x11, then ENTER.14:41
ciphergothhuh, even regionset can't read the device14:41
trojan_spikeany1 know the name of the KDE version of nautilus?14:42
fudanchiidolphin?14:42
DasEianygivenname: as said, not in repos http://www.uvnc.com/14:42
fudanchiior konqueror14:42
trojan_spikethe windows ,, plasma?14:42
Urakenscotty: that takes me to the multimedia selector but no sign of any screen resolutions?14:42
dlianygivenname, I found ssvnc is good enough for me to use vnc over ssh14:43
dlublinkI'm running Ubuntu 10.04 and want to use Wine from 8.04, what's the easiest , apt-get upgrade, friendly way to do this ?14:43
fudanchiitrojan_spike: plasma is much more like metacity, it's window manager14:43
_raven_what is a good piano synthie?14:43
scotty^_Uraken - Hmm, are you running Ubuntu or Kubuntu?  What version?14:43
scotty^_Oops, sorry, you said edubuntu14:43
TripMineapt-get souce packagename  , is this correct ->>>    sudo dpkg-buildpackage  -rfakeroot14:44
Pelothis #u-unreg thing is annoying as heck14:44
TripMineUbuntu 10.04 --enable-lame-encoder 0.16~alpha2 compile problems.   http://pastebin.com/ssuq0KUV14:44
Urakenscotty: Edubuntu 10.04 LTS - the14:44
UrakenLucid Lynx - released in April 201014:44
Pelowhat's the command to empty out the apt  cache so I don'T end up reinstalling the package I don'T want ?14:44
dlublinkwait, never mine. wine1.0 is still available, so I am running "apt-get install wine1.0"14:44
dliTripMine, apt-get build-dep foo, cd /usr/src;apt-get -b source foo14:44
TripMinedli, does that allow me to modify debian/rules14:45
TripMine?14:45
iksikhello14:45
DasEiPelo: sudo apt-get clean does the cache, but you only install again what you actually hit14:45
iksikany one is using INTEL GMA4500 under ubuntu mabe?14:45
dliTripMine, you can run debian/rules binary then14:46
DasEiPelo: youst from being d/l ed it want install itself again14:46
chrometigerllutz: didn't work  gpsbabel just hangs, oh well guess i'll have to stick with booting up windows to transfer tracks then coping to linux14:46
TripMinedli, what is the command for that?14:46
Guest195can someone help me put windows XP on a logical partition? It will only install on a primary partition, so I copied its initial setup files onto a flash disk, reformated my drive to make it logical again (in an extended container) and I put the files back. How do I get it to boot, can someone help me configure grub, or if i install ubuntu in a seperate logical partition will it automatically configure grub for me?14:46
biberaohi14:46
DasEiPelo: youst from being d/l ed it won't * install itself again,  darn hehe14:46
TripMinedli, sorry for the lame questions, I have never gone this route before14:46
JeruvyGuest195, thats the only way to install it, and you should be asking this in ##windows14:47
PeloDasEi, I had a ppa which I removed , I don'T want to install from the ppa again , I want to make sure the cache is clean so I nstall the package from the regular repos14:47
scotty^_I'm not familiar with edubuntu's menu layout.  Try opening a terminal with ALT-F1, Down-arrow, Right-arrow, Down-arrow x6.  If that works you can use xrandr -s to change the resolution and xrandr -r to change the refresh rate (if necessary).14:47
DasEiPelo: sudo apt-get clean14:47
Guest195Sorry Jeruvy!14:47
PeloDasEi, thanks14:47
llutzchrometiger: what was your gpsbabel command exactly?14:47
DasEiPelo: next time add a --purge to the apt-get remove, that kills config, too14:48
scripthaDasEi changes to permissions are not persistent. It's FAT by the way14:48
Dwade09hey guys i had k3b installed i done sudo apt-get remove k3b but its still showing and i can still launch it how do i get rid of it totally?14:49
PeloDasEi, that part I knew , I was jsut worried about the cache14:49
DasEiscriptha: where is the usb mounted ?14:49
scriptha/media14:49
scotty^_Uraken - I'm not familiar with edubuntu's menu layout.  Try opening a terminal with ALT-F1, Down-arrow, Right-arrow, Down-arrow x6.  If that works you can use xrandr -s to change the resolution and xrandr -r to change the refresh rate (if necessary).14:49
Urakenscotty: tried every combo in xrandr with no luck i must be typing something wrong but it will not change14:49
DasEiscriptha: media/what ?14:49
chrometigerim using the gebabbel frontend14:49
scriptha/media/stick14:49
Pelothanks again , later14:50
scotty^_hmm14:50
DasEiscriptha: as regular user  : sudo chown -R $USER /media/stick , with the stick being mounted14:50
scotty^_Uraken - what is the output of xrandr ---prop?  Use the pastebin.14:51
scotty^_oops14:51
biberaois there a way to revert ubuntu to the first installation14:51
biberao?14:51
scotty^_Uraken - what is the output of xrandr --prop?  Use the pastebin.14:51
DasEiscriptha: and you're right, fat doesn't know permissions14:51
Urakenxrandr tells me i am currently running 1152 x 86414:51
DasEibiberao: like what ? first distro or just basic pakets ?14:52
scotty^_Uraken - Do you remember what you were running before?  Or what your panel's native resolution is?14:52
Mrokiihello. Where does xlsfonts get the fonts from (where are they located)? And can I add other fonts to it?14:52
TripMinedli, Streaming encoder support:(+FLAC) (-LAME) (+Ogg Vorbis) (-TwoLAME) (+WAVE)14:52
scotty^_G'day everyone - launchpad bug #624742 was declined for Maverick.  Can we nominate it for Natty please?14:52
erUSUL!fonts14:52
ubottuFont installation basics here: https://help.ubuntu.com/community/FontInstallHowto - No fonts in Flash? Install "msttcorefonts" (from !Multiverse), "gsfonts", and "gsfonts-x11". No fonts in MPlayer? see !MPlayer. For the official ubuntu font, see: http://font.ubuntu.com/14:52
Urakensorry my mistake my current res is 1152x86 i would like to make it 1024x76814:53
biberaolike ive seen an option on grub after doing a ctrl+g (in another distro) and it reverts the install to when it came on pc14:53
TripMinedli,  can you instruct me how to compile the mpd after I modify the debian/rules ?14:53
iksikany one? ;)14:53
UbuntAlexi have a question/issue that may be more of a hardware than software issue...14:53
Urakensorry my mistake my current res is 1152x864 i would like to make it 1024x76814:53
scotty^_Uraken - 1152x86?  or 1152x864?14:53
Uraken:)14:54
scotty^_Uraken - What happens when you issue the command xrandr -s 1024x768 ?14:54
scotty^_Go ahead UbuntAlex14:54
DasEibiberao: no, there is no such function, but if you remove ubuntu-desktop, x and gdm,autoremove then  can start up-- fresh install would be much faster, though14:54
ciphergothif I use a CD instead of a DVD, regionset says "ERROR: Region code could not be set!"14:55
Urakenit changes to exactly what i want :: you little dancer scotty thanks mate14:55
biberaoDasEi though it can made possible on grub right14:55
UbuntAlexok let's try this again. i haven't used x-chat in months.14:55
biberaomaybe im going to ask on their channel14:55
scotty^_Uraken - no problem mate.14:55
DasEibiberao: no, wrong approach14:55
Urakennow if you could just stay about for my next 4000 questions that would be great :) lol just joking thanks again14:56
UbuntAlexwhat sort of hardware problem could be causing my AMD Phenom II X4 to lock up while installing ubuntu 10.10 and windows 7?14:56
DasEibiberao: you could generate a paketlist when setup is done, and then another after some usage, which you could then diff and use for deinstallation14:56
biberaoDasEi any tutorial about that?14:56
DasEi!clone14:57
ubottuTo 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 !automate14:57
blue112Hi here14:57
UbuntAlex:/14:57
blue112How can I fix glx on my ubuntu ? It segfaults when I try to run glxinfo or glxgears :/14:57
DasEiinfo diff | biberao14:57
DasEi!info diff | biberao14:58
ubottubiberao: diff (source: diffutils): dummy transitional package for diff -> diffutils. In component universe, is optional. Version 1:3.0-1 (maverick), package size 6 kB, installed size 36 kB14:58
DasEibiberao: so could have two snapshots which you can use for reinstalling later14:58
scotty^_UbuntAlex - The first 3 that come to mind would be badly seated RAM module/badly seated graphics card, bad RAM modules (use grub's memtest86+ to check this), or PC getting too hot.14:59
biberaobut the distro o mean does without many touch14:59
biberao:P14:59
TripMinedli,  can anyone instruct me how to compile the mpd after I modify the debian/rules ?14:59
biberaoi might check it better thanks14:59
UbuntAlexRAM passed memtest14:59
TripMinecan anyone instruct me how to compile the mpd after I modify the debian/rules ?14:59
linuxguy101test14:59
=== Jeruvy is now known as Santa_Jeruvy
DasEilinuxguy101: a-grade :)15:00
linuxguy101DasEi: I suffer from log in lag apparently15:00
ravenreturnsHey guys need massive help15:00
rusiviUbuntuAlex: If your Wubi installing Ubuntu into Windows 7 and encounter problems, it may not be a hardware issue, but a software/Wubi issue.15:00
AbhiJitravenreturns, ask15:01
scotty^_blue112 - you should check for an existing bug for that and if you don't find one you should use ubuntu-bug to file a new bug.  What make and model is your graphics adaptor?15:01
ravenreturnsAnybody pretty familiar with launchpad?15:01
nzehi, i was wondering if FreeNX does session sharing?15:01
nzei need to remotely help a friend set up a server box and was wondering what solution to go with (nx, tightvnc, vino..?)15:01
biberaoDasEi about fsck if i wanted to do it now what would be the best way to do it? It says i cant do it with the partition mounted15:01
scotty^_And what version of Ubuntu are you running?15:01
blue112scotty^_, it's an ATI, HD 430015:01
pluhngzoh btw, ever since i installed Ubuntu 10.10 parallel to windows 7, 2 diff partitions, whenever ubuntu starts up, it shows all these sdb errors, and the first time i went back into windows 7 after i went into ubuntu 10.10 on the new partition, it had to do those checks that lasted 3 minutes15:01
blue112I'm running Ubuntu 10.1015:01
UbuntAlexit's a hardware issue15:01
pluhngzis there something in the 10.10 installer that makes windows think15:01
pluhngzthere is corruption issues?15:01
DasEibiberao: use a live cd15:01
blue112And I'm using opensource driver15:01
pluhngzif you do a parallel install?15:01
UbuntAlexit happened before, thought it was my mobo15:02
UbuntAlexRMA'd. ran fine for 2 days straight. then happened again after running flashpoint.15:02
biberaoDasEi but it says do fsck manually there has to be a way to not use a livecd15:02
UbuntAlexsometimes it doesn't even get through the BIOS post message.15:02
* scotty^_ is fairly familiar with launchpad15:02
scripthaDasEi, sudo chown -R $USER /media/stick as the user who mounted it?15:02
JackDBHey, guys. I have a 2 partion Windows 7 and I would like to know what's the best way to install 10.10.15:03
pluhngzUbuntAlex, you think there are others in your virginia neighborhood using Ubuntu15:03
pluhngzright now also?15:03
AbhiJit:'(15:03
UbuntAlexgod no, i live on the southside of richmond15:03
AbhiJit!pm | ravenreturns15:03
pluhngzjackdb, i installed 10.10 on a parallel install15:03
ubotturavenreturns: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first.15:03
ciphergothJackDB: is one partition much bigger than the other?15:03
pluhngz1 650gig hD15:03
pluhngz350 for 10.10, 300 for 715:03
DasEibiberao: you can set it to come after the next 1-2 boots, or run it manually in readonlymode and preenoption, but best is to start from live or usbstick and have it clean15:03
pluhngzand whenever ubuntu boots up it gives weird hard drive errors that it fixes w/ checks15:03
pluhngzwindows did that 1 time as well, but subsequent times it doesnt15:04
dobakcam i use this chat room i my live stream?15:04
pluhngzeach OS thinks the partitions are corrupted15:04
UbuntAlexi've been told it *could* be a defective PSU, as it happens at idle, load, whenever.15:04
biberaoback15:04
pluhngzafter parallel install15:04
JackDB@ciphegoth main is 100 gb, secondary is 200gb15:04
abhijeethi guys. I am facing one problem while trying to boot the ubuntu 10.10 on sony viao laptop15:04
biberaoDasEi if you answered i couldnt see it15:04
DasEibiberao: you can set it to come after the next 1-2 boots, or run it manually in readonlymode and preenoption, but best is to start from live or usbstick and have it clean15:04
ciphergothis there lots of free space on the secondary partition?15:04
abhijeetafter some time of booting the screen is becoming black then there is no response.15:05
JackDByeah, just install windows a couple of days ago15:05
ravenreturnsOk apologies15:05
JackDBinstalled15:05
pluhngzjackDB, i just installed Steam on ubuntu using wine15:05
pluhngzin 10.1015:05
ravenreturnsIs there anybody out there that can solve my launchpad problem?15:05
pluhngzbut gaming performance in wine/steam is crap15:05
JackDBOk15:05
pluhngzwin7 is superior for  games on steam15:05
biberaook thanks DasEi15:05
abhijeetMy viao laptop has nvidia graphics.. can anyone tell me how can I resolve it15:05
ciphergothJackDB: then just put in the install DVD for the latest Ubuntu desktop release, and it'll talk you through shrinking that big partition15:05
DasEiscriptha:just enter  $USER in terminal to see what it does15:05
scotty^_UbuntAlex - what is Flashpoint?15:05
UbuntAlexit's a game.15:06
ciphergothOK, so here's what I've established: all the DVD playback software under Ubuntu (totem, xine, vlc, mplayer) uses libdvdread, so if lsdvd doesn't work, nothing will work.15:06
scripthaDasEi will this be persistent though?15:06
pluhngzscotty^ , steganography is a form of covert channels15:06
pluhngzbut giving different responses on tuple outputs is polyinstantiation in a bella-lapdula environment15:06
DasEiscriptha: yes, changes the ownership of that dir and subdirs15:06
ciphergothlsdvd complains "Could not open /dev/dvd with libdvdcss." (as do all those players)15:06
Dwade09what program can i use to see whats on my hard drive, like gives me a visual of every file and folder on my hard drive where it looks like a diagram of a pie or something close to it?15:06
UbuntAlexin hindsight, it might be as simple as my CPU overheating. it's a phenom 2 X4 with the stock cooling. after i put it all back together i used arctic silver 5 on the CPU15:07
JackDBvia Wubi? I would like a normal install. my q is do I have to shrink the secondary partiotion?15:07
ciphergotheven though I have libdvdcss installed (and in fact have reinstalled it15:07
pluhngzciphergoth15:07
abhijeetcan anyone help me out??15:07
ciphergothWhat should my next step be?15:07
DasEiDwade09: baobab is such a tool15:07
pluhngzi couldnt play regular dvd's yesterday after installing15:07
ravenreturnsIs it that I am being very naive that no one is answering my question :@15:07
pluhngz10.10, but i did some steps that made it work now15:07
pluhngzI followed this site:15:07
pluhngzhttps://help.ubuntu.com/community/Medibuntu15:07
scripthaDasEi even when the usb storage is removed and inserted on a Windows box and then back in the Ubuntu one?15:07
ciphergothpluhngz: I have medibuntu set up and I've installed libdvdcss2 and ubuntu-restricted-extras15:07
DasEiDwade09: located in the metapackage gnome-utils15:08
pluhngzdunno, it works for me now15:08
scotty^_UbuntAlex - A defective PSU is a possibility given the problem seems to happen so early sometimes, although it would be unlikely on a new machine.15:08
Dwade09thank you DasEi15:08
DasEiscriptha: yes, the dir remains on the hd still, sure15:08
pluhngzhow long u have 10.10 before u install medibuntu15:08
pluhngzlots of random bloat?15:08
pluhngzor right after clean install15:08
UbuntAlexi have a 550W OCZ Fatal1ty modular, but i could try and see if the 550W BFG i got with my six hundred resolves the problem15:08
scotty^_ravenreturns - what is the launchpad problem?15:08
cbush15Hi15:08
cbush15Does anyone no command for xline?15:09
pluhngzubuntalex, it is nice seeing people refer to "Fatal1ty"15:09
swimubuntu 10.10, my screen will flash on and off for about a minute, then when it stops flashing; there's no mouse/cursor pointer..15:09
pluhngzwhen they speak of gaming hardware15:09
pluhngzme/fatal1ty were qw/dm teammates 10 years ago in quake115:09
pluhngz4on4 dm3.bsp the abandoned base15:09
UbuntAlexwell, that's the model case.15:09
UbuntAlexerm PSU15:09
scripthaDasEi chown changing ownership of ~ operation not permitted15:09
DasEiscriptha: prefix with sudo ..15:10
scripthaI did15:10
UbuntAlexi built my system back in august and the problem has persisted since.... august15:10
DasEiscriptha: as regular user  : sudo chown -R $USER /media/stick/ , with the stick being mounted15:10
scripthaI did15:10
pluhngzLuQZ15:10
Dwade09DasEi,  isnt compize already installed ? or do i have to install it? im wanting to make it when i move the mouse to the corner of the screen it changes desktops15:11
UbuntAlexi hope it's just the PSU15:11
unpersonI'm trying to upload some images to Facebook on my lucid (10.04) machine, and so far I'm not having much luck.  I'm hoping someone here has done this recently and can tell me how to do it successfully.15:11
DasEi!ccsm | Dwade0915:11
ubottuDwade09: 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 #compiz15:11
xangua!java15:12
ubottuTo install a Java runtime on Ubuntu, see https://help.ubuntu.com/community/Java. 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.15:12
xanguaunperson: maybe you need java15:12
Dwade09thank you again DasEi15:12
UbuntAlexthis is quite disheartening as i thought i had resolved it and ordered a 64GB SSD. but now i need to still resolve it.15:12
scotty^_pluhngz - You may be interested to know that Wine 1.3.5 has improved Shader Model 4 support - see http://www.phoronix.com/scan.php?page=news_item&px=ODY4Mw15:12
scotty^_The latest Wine release is 1.3.615:12
unpersonxangua, Maybe.  What's weird is you used to get some window with a place for a Java applet, but I don't get that anymore.15:12
llutzscriptha: you cannot use chown/chmod for fat-filesystems15:12
swimon 10.10, my screen will randomly start flashing on and off for about 1 minute, then when it stops, there's no mouse/cursor pointer visible, upon restart; everything works fine..15:13
unpersonxangua, I hit the "upload photos" button and got a window with a "select photos" button.  When I select that button it just brings up some local file browser window.  When I select files in that nothing seems to happen.15:13
scripthathen how do I share it across users llutz? mount permissions?15:14
llutzscriptha: man mount (options umask, uid, gid)15:14
unpersonxangua, Okay, every odd.  I'm trying it again and this time it worked.  No idea what the difference was.15:15
scripthaI want the automounter (Nautilus?) to do it automatically llutz15:15
unpersonxangua, Maybe things were bogged down on their end before and I just didn't wait long enough.15:15
llutzscriptha: no idea how that is done, i guess  a udev-rule would do15:15
stnick5If I update from Ubuntu 10.04 to 10.10, will I have to back up all my files?15:15
stnick5OR will they be left alone?15:15
trojan_spikestnick5, no15:16
trojan_spikebut could do ,, jus on the safe side15:16
paranormal-rash-on 10.10, my screen will randomly start flashing on and off for about 1 minute, then when it stops there is no mouse/cursor pointer visible, the mouse still works, but you can't see it..  upon restart everything works fine...15:16
stnick5True15:16
stnick5I'll back up before updating15:16
ciphergothopen("/dev/dvd", O_RDONLY|O_LARGEFILE)  = -1 ENOMEDIUM (No medium found)15:16
trojan_spikehome folder15:16
borkMy synaptics touchpad is detected as a generic ps/2 mouse.  Acer Aspire A0532h netbook, maverick. The synaptics drivers are installed. Any ideas how I can fix this?15:18
swimmaverick, out of nowhere, my screen will start flashing, when it stops, there is no mouse/cursor pointer, the mouse still works, but it's a ghost15:19
swimthis is a fresh install of maverick15:20
quebi have a problem whit the new version of ubuntu10.10...startx dont fonction15:20
InvitadoWebhola15:21
xangua!hi | InvitadoWeb15:21
InvitadoWebhola estoy instalando ubuntu 10.4 pero necesito algo de ayuda en la particion del disco duro :( alguien podria ayudarme ?15:21
TheLimeRunner_queb Are you using Gnome?15:21
quebyes15:22
TheLimeRunner_queb Try starting GDM15:22
queb?15:22
quebhow15:22
erUSUL!es | InvitadoWeb15:22
ubottuInvitadoWeb: 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.15:22
TheLimeRunner_In the terminal/tty type gdm15:22
TheLimeRunner_queb I think GDM will start it now.15:22
quebno logging...just dos like when i start15:22
TheLimeRunner_hmm15:22
swimon a fresh and new install of maverick, my screen will randomly start flashing for a minute or so, then when it stops; there is no mouse/cursor pointer..  the mouse works but it's not visible..  i have to close everything out, as best as i can not saving some of my work, then restart my computer..  any ideas???15:22
scotty^_Lets go surfin' now, everybody's learnin' how, c'mon on safari with me15:23
ciphergothSo is there anything left for me to try on this DVD problem?15:23
Alexx1Hi, somebody here that could help me with upstart and mountall?15:23
scotty^_oops, wrong window :)15:24
quebi have to log in...after password...and i write: startx and nothing happen!15:24
jk__!ghost15:25
ubottuIf you own an IRC nick that is currently being used, you can make it change nicks by typing: /msg nickserv release <nick> <password> | If you have a dead (ghost) connection, you can make it quit by typing: /msg nickserv ghost <nick> <password> | further help in #freenode15:25
BillyRayCyrusciphergoth, you reinstalled the codecs?15:25
ciphergothBillyRayCyrus: It doesn't get that far15:25
ciphergothit gets an ENOMEDIUM trying to open /dev/dvd15:25
fwaokdaI'm trying to start up ubuntu and its saying... "Ubuntu is running in low-graphics mode" but i can't get it to go past the ubuntu 10.10 loading screen after that.  I can get to netroot however with the left shift key at boot.  Anyone know what I can do to fix this?15:26
ciphergothit doesn't read even one byte that it could fail to decode due to a codec problem15:26
swimanybody know where there are any other ubuntu support channels???15:27
cbush15Does anyone no command for xline?15:27
Canadian_PirateIn African Ubuntu means "I can't be bothered to configure Debian"15:27
TendencyDrivenHi, I was wondering if anyone could help me with a Wireless problem I have.  I started out being able to get Wireless and it worked perfectly with my laptop (running 10.04).  But then I suddenly lost signal, and haven't been able to pick it up again.15:27
TendencyDrivenI'm right next to the hub as well...15:27
quebstartx not fonction...what can i do?15:28
edbianTendencyDriven, Does it list any signals?  Like from other routers?15:28
speedhi too all guru15:28
speedneed help15:28
TendencyDrivenedbian, none at all.15:28
speedi need help15:29
speedi am new to ubuntu15:29
thestudenthello,I`m trying to use wakeonlan on a particulary computer but is not working not with wakeonlan or the router application...it is the only computer that doesn`t work..I  activated it in bios and made the network adapter settings....but still not working...can someone help me please?15:29
edbianTendencyDriven, Is that because there are none?  I'm trying to rule out the fact that the router stopped working.15:29
Alexx1Does anybody know where to get help with upstart and mountall?15:29
speedhow to setup a disk less system ?15:29
TendencyDrivenedbian, I have restarted the router as well, and before it picked up 4 wireless signals.15:29
snarkstermy keyboard isnt working right any more. the numlock is stuck on, and certain letters come out as numbers.15:29
Canadian_PirateHas anyone had issues with Gnome-Do and Ubuntu Netbook?15:30
EaseWhat?15:30
speedhow to setup a disk less system ??15:30
edbianTendencyDriven, Ok.  What if you run sudo iwconfig   ? It should list your wlan0 and stuff about it.15:30
snarksteri have to press the fn key to get the letters to type15:30
ciphergothspeed: you want ltsp15:31
TendencyDrivenedbian, http://pastebin.com/hRU3p1fa15:31
apporcHi friends.15:31
quebhi15:31
edbianTendencyDriven, Ok, that looks good.15:31
apporcHi all. I meet a serious problem with my ubuntu systme.15:32
kv102tashamed to ask. want to delete all files and folders from one folder apart from .GHO files in terminal.15:32
edbianTendencyDriven, What about sudo iwlist scan    that command should list wifi networks in range15:32
aeon-ltd!ask | apporc15:32
ubottuapporc: 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. :-)15:32
MatBoyI'm looking for a solution to get a intel 5100 wireless car working15:32
quebstartx not fonction...what can i do?15:32
MatBoy*card15:32
thestudentis possible for me to see every device that is connected to my network?15:32
TendencyDrivenedbian, http://pastebin.com/JEkGmVQX15:33
anirudhr I have a slight problem. LCD-daemon is running on my system as user "nobody". I am wondering why it is running (I have no LCD displays connected to my system) and why I have a user named "nobody". "grep nobody /etc/passwd" gives me "nobody:x:65534:65534:nobody:/nonexistent:/bin/sh".15:33
edbianTendencyDriven, You're very good with pastebin! :)15:33
TendencyDrivenedbian, Lol :-)15:33
anirudhrthestudent, It depends on what kind of network you are on.15:34
ciphergothanirudhr: it's normal to have a "nobody" user on a Unix system, no?15:34
cbush15/UNXLINE15:34
cbush15oppps15:34
cbush15sorry wrong server15:34
edbianTendencyDriven, Mm... this is gonna be tough I think.  According to the cli the interface is working fine.  It just isn't seeing any networks.15:34
aeon-ltdkv102t: why don't you just create a new folder (outside the gho folder) then mv *.gho /path/to/folder/outside/gho then rm -r /the/dir/that/had/the/gho(s)15:34
thestudentI have a wireless router that has both devices that are connected via wireless and locally15:35
anirudhrciphergoth, I had no idea that there is such a user. Oops. :D What is the use for such a user?15:35
thestudentand via wire*15:35
cbush15HOW DO YOU REMOVE A XLINE?15:35
MatBoymhh, I wonder why so many problem occure with an intel 510015:35
ciphergothcbush15: we have no idea what you're talking about15:35
=== mike is now known as Guest54158
aeon-ltd!caps | cbush1515:35
ubottucbush15: PLEASE DON'T SHOUT! We can read lowercase too.15:35
fltrrideri am reading from ubuntuguide.org part 32.2.1 "login menu settings."  It refers to gui menu "System -> Administration -> Advanced -> Login Manager"  I do not have the "Advanced" option.  How do I get that?15:35
TendencyDrivenedbian, :-( I had a connection before, and it was running fine.  Then it just suddenly dropped my signal and stopped picking up anymore.15:35
ciphergothcbush15: shouting won't help: you must be clearer. Provide context.15:36
cbush15XLINE FOR IRC SERVERS15:36
ralliaswhat application is gvfsd-archive contained in?15:36
apporcwhen i login to ubuntu ,i typed the password,but it refused to login but just return to the original login window . I can login to gdm manully.. I think maybe there are something wrong eith gnome-simple-greeter.Can anyone give me some point.15:36
kv102taeon-ltd: Just done it ask you tuped. lol  Blond moment over.15:36
IdleOnecbush15: please drop the caps and what does an xline do?15:36
aeon-ltdkv102t: it worked? good :)15:36
cbush15Sorry15:36
ciphergothanirudhr: it's for running stuff that should run with the least privileges15:36
freddy_dudejust saying that it seems to silly to uninstall gnome-panel and desktop when you unistall unity .. really silly15:36
cbush15IdleOne: you know kline?15:36
anirudhrciphergoth, Oh. Thanks. :)15:37
edbianTendencyDriven, You didn't hit the kill switch or something?15:37
ciphergothit's not so much in favour these days; these days it's more usual to give everything its own server15:37
TendencyDrivenedbian, if I did it wouldn't show it as active... Would it?15:37
TendencyDrivenedbian, and the wireless light is on...15:37
anirudhrthestudent, What do you mean by "see"?15:37
IdleOnecbush15: ok, that gets edited in the ircd config, exactly which depends on the ircd you are running. Check the documentation15:37
thestudentI d`like to know who is connected15:38
thestudenta list of the devices15:38
Alexx1Hi, I want to have /var/log on a ramdisk  and save all logs during shutdown and recover them while starting up. Can anyone suggest a solution for this?15:38
edbianTendencyDriven, Sorry, I'm back now15:38
cbush15IdleOne: sorry it was a gline15:39
swim10.10=- screen flashes, mouse disappears, have to restart, can anybody please help me???15:39
anirudhrthestudent, I did not fully understand your setup, but I think you can use netstat to see a list of active connections, if that's what you mean.15:39
LinuxGuy2009Hello, I'm here looking for someone who has successfully been able to install packages from a repo disc created with APTonCD. I need this feature badly for an offline machine and so far it doesn't work. I'm running Lucid LTS.15:39
edbianTendencyDriven, What did you say?15:39
TendencyDrivenedbian, I said that the wireless light is on, and that would it list it under iwconfig if I had hit the kill switch?15:40
IdleOnecbush15: same answer as before. you have to check the documentation or maybe there is a forum but this is not a Ubuntu issue.15:40
edbianTendencyDriven, No. Usually when you flip the kill switch it's like the card doesn't even exist.15:40
cbush15yes i know how to15:40
cbush15here /gline hostname15:40
thestudentno that`s not what I mean,I d`like to know who is connected to my network(example:phone) not the active connections of a computer15:40
TendencyDrivenedbian, I just done another iwlist scan and I get this "wlan0 Interface doesn't support scanning : Device or resource busy "15:41
TendencyDrivenLook, no pastebin xD15:41
edbianTendencyDriven, I'm trying to think why it wouldn't be working.  Let's try this.  What module does your card use?15:41
anirudhrthestudent, Wireshark.15:41
TendencyDrivenedbian, I don't know, how would I find this out?15:41
edbianTendencyDriven, Well that's a better sign.  At least it's 'doing something'15:41
edbianTendencyDriven, sudo lspci -k    will list all hardware and what each device uses.  It will list them as a kernel driver15:41
TendencyDrivenedbian, It's a built-in card on a HP Compaq C700 laptop.15:41
edbianTendencyDriven, use lspci -k15:41
TendencyDrivenedbian, two seconds15:42
apporcI can't login to windows desktop. When i input my password and enter, it just does nothing and return the login windows again.15:42
thestudentbut wireshark is just showing the current connections of the computer,what packages  are going and not who is connected...i`m not an expert so maybe you can explain...15:42
cbush15thanks for your help IdleOne15:42
anirudhrciphergoth, I still don't get why LCDd was running, though.15:42
apporcCan anyone give some help.15:43
TendencyDrivenedbian, I think it is ath5k15:43
LinuxGuy2009Ok Ill try this question...When I go to System, Admin, Software Sources, and try to add a repo disc from there and it fails even though there is a repo disc present, what mount location is it looking for the disk? I'm thinking this may be the issue is that my disks arent mounted to the correct location.15:43
anirudhrapporc, This is the wrong forum. Try ##windows.15:43
edbianTendencyDriven, Yeah that is one.  Confirm it by running lsmod | grep ath5k15:43
TendencyDrivenedbian, It's there, want the complete output from the lsmod | grep ath5k?15:43
apporcI am sorry .but my system is ubuntu.I can't login to windows desktop. When i input my password and enter, it just does nothing and return the login windows again.15:44
LinuxGuy2009Is it /cdrom or /media/cdrom0 or /media/cdrom etc?15:44
edbianTendencyDriven, lsmod lists all the modules in use in the system right now.  It is a lot so we use | grep ath5k to list only the lines that have ath5k in them.15:44
anirudhrthestudent, You have a bunch of people connected to the wireless network created by your router and you want to see who is connected, right? If you log in to your router, you most probably can see that.15:44
edbianTendencyDriven, I don't need to see it.  I trust you.15:44
apporcThere are something wrong with my system . So I can't use IRC normally.15:44
TendencyDrivenedbian, Ok ;-)15:44
xtjacobhello, I'm trying to compile cinelerra, but i'm missing the libx264 libraries and i've already installed libx264-98 and libx264-dev. What packaged is needed?15:44
edbianTendencyDriven, Try sudo modprobe -r ath5k   wait like 5 seconds    then sudo modprobe ath5k.15:44
PJSingh5000apporc: Are you saying you can't log into Microsoft Windows, or you can't log into the Ubuntu Desktop?15:44
anirudhrapporc, Do you mean to say that you can't graphically log in to Ubuntu?15:45
JoeyJo0Hey, does anyone know some good CLI-based games?15:45
JoeyJo0for Ubuntu?15:45
TendencyDrivenJoeyJo0, Zork? :)15:45
edbianTendencyDriven, That will remove the module and reload it.  It's sort of akin to restarting the device.  This is how you work with drivers in Linux.15:45
JoeyJo0TendencyDriven: I am deeply ashamed that I didn't think of that one myself.15:45
TendencyDrivenJoeyJo0, xD15:46
TendencyDrivenedbian, Ok, done that.15:46
TendencyDrivenedbian, According to the connection manager, wireless has been disabled.15:46
edbianTendencyDriven, And it is better?  does the iwlist scan command work?15:46
edbianTendencyDriven, network manager might take a second to recognize it again15:46
apporc_Hello man .15:46
edbianTendencyDriven, Also, you might have to recheck that little box "enable wireless networks"15:46
TendencyDrivenedbian, I just done another iwconfig, it's the same as before.  Also done a iwlist scan and instead of it's busy it says "Network is down"15:47
apporc_I am back. I use ubuntu. I can't login to my X windows system.15:47
thestudentindeed but I d`like to know how I can see that list without the router...it must be some other way15:47
edbianTendencyDriven, Did you do modprobe ath5k as well?  It sounds like you didn't.  Just want to make sure.15:47
TendencyDrivenI did, should I do it again?15:47
=== dreamtraveler is now known as noobuntu
edbianTendencyDriven, see if it's already in there first with lsmod / lspci -k15:48
cdavisIf there are 4 partitions defined already will I be unable to use wubi to install ubutu alongside windows?15:48
TendencyDrivenedbian, It's the same output as before on both of those commands.15:48
edbiancdavis, Yes because wubi doesn't actually repartition the harddrive.  It creates a file inside windows15:49
phoenix_firebrdis there a media player that uses vdpau for ubuntu15:49
edbianTendencyDriven, So the module is loaded.  But everything doesn't see it?15:49
TendencyDrivenedibna, Yes.15:49
TendencyDrivenedbian*15:49
MatBoywhat is the testing branche after 10.10 ?15:49
apporc_Hi , my problem is that ,i can't login to my gnome desktop envirnment . when i typed the passwd and hit enter . It just return back to the login window .15:49
mijuecumthello,everyone15:49
Josh[1]Aww, can't get my dongle to work.... =(15:49
edbianTendencyDriven, I'm assuming that if you restarted it would come back.  Is that right?15:49
TendencyDrivenedbian, I can give restarting a shot, should I?15:50
TendencyDrivenedbian, I'm using an ethernet cable to talk at the moment.15:50
edbianTendencyDriven, Not yet.  Look in dmesg15:50
edbianTendencyDriven, Check the network manager applet periodically.15:50
edbianTendencyDriven, Did you have to switch the "enable wireless" check box?  Do you even have one in network manager's menu?15:50
TendencyDrivenedbian, I done 'dmesg' and at the bottom is http://pastebin.com/W0ruu6pa15:51
TendencyDrivenedbian, there is a "Enable wireless" but it is grayed out and unclickable15:51
PJSingh5000apporc_: You see the graphical login screen, or you just see a text command-line?15:51
apporc_graphica llogin screen.15:52
edbianTendencyDriven, Mmmm, very last line that's it's not ready.  I'm thinking that the problem is really low level.  Perhaps try using an older kernel or older version of Ubuntu (or optionally a different distro if that's an option).  I also suspect that a restart will bring it back.15:52
TendencyDrivenedbian, I will give restarting a shot.15:53
=== harry is now known as Guest13585
PJSingh5000apporc_: if you click on your user id in the list, on the bottom of the screen, you will see some choices.  Try "Ubuntu Desktop Edition (Safe Mode)"15:53
xtjacobWhat are the dev packages for opengl 2?15:53
apporc_thanks. my empathy crashed a moment ago. and i missed to remember your name. it is in the gnome-simple-greeter . i think.15:53
PJSingh5000apporc_: if you click on your user id in the list, on the bottom of the screen, you will see some choices. Try "Ubuntu Desktop Edition (Safe Mode)"15:53
apporc_I have tried gnome-failsafe . still nothing happed.15:54
apporc_i tried xterm .it is the same.15:54
PJSingh5000apporc_: Also, how are you using Empthy?  Are you using a different computer?15:54
apporc_I can login from tty1 command line .and start gnome manully.15:55
apporc_i use gnome-session. in tty815:55
TendencyDrivenedbian, Complete restart.  Still says its disabled.15:55
PJSingh5000apporc_: oic15:55
edbianTendencyDriven, very odd.  I'm out of ideas (and time).  Sorry i couldn't help more!  Like I said before.  Try different kernels / OSs.15:56
PJSingh5000apporc_: do you see any errors in .xsession-errors file ?15:56
Alexx1Could anyone please tell me how to keep /var/log in a tmpfs without losing my logs? I plan to do this by saving them during shutdown and restoring them on startup, but I don't know where exactly to place the scripts doing this job. E.g. Restoring must take place after / and /var/log are mounted but before rsyslog starts writing on the disk. How can I achieve this? Or at least: Where can I find this information?15:56
titan_USChi15:56
=== servidor is now known as nozes
apporc_From pstree , i think it the gnome-simple-greeter's problem. it is : gdm-binary----gnome-simple-slave-----gnome-simple-greeter-----gnome-simple-worker.15:56
TendencyDrivenedbian, should I update to 10.10?  Or just try a different version of Linux?15:56
edbianTendencyDriven, Also, it's a stretch but.  Kill the power while the laptop is running by holding the power button.  See if it comes back next time you boot.15:56
titan_USCi need some help with the terminal, it's always transparent :\15:56
JoeyJo0TendencyDriven: Zork installed, any more ideas? I've got nethack already.15:56
edbianTendencyDriven, Either or are both good ideas.15:56
edbianTendencyDriven, Good luck!15:56
TendencyDrivenedbian, I will give this a shot ;-) Thankyou for your time!15:56
apporc_i will find it now.15:56
TendencyDrivenJoeyJo0, Nethack <3.  Hmm... ... ... Can't think ... Brb15:57
JoeyJo0Alright :P15:57
apporc_Yeah ,there is one error.15:57
PJSingh5000apporc_: what is the error?15:57
apporc_It is about IM. It says :::bind Permission denied.15:57
titan_USCanyone help with terminal transparency? I want to turn it off and have a background image15:58
apporc_for my poor english .i type too slowly .sorry.15:58
apporc_xsession-errors :::  1 /etc/gdm/Xsession: Beginning session setup...   2 Setting IM through im-switch for locale=en_US.   3 Start IM through /home/apporc/.xinput.d/en_US linked to /etc/X11/xinit/xinpu    t.d/ibus.   4 bind: Permission denied15:58
kedareIs tracker broken with ubuntu 10.10 ? trackerd isn't even installed with the packages..15:59
deostrollhi in the default python that ships along with lucid do we have gtk and webkit installed?15:59
PJSingh5000apporc_: let me check my permission settings for /etc/X11/xinit/xinpu t.d/ibus15:59
TendencyDrivenedbian, Unsure if you are still here but I gave that a shot.  It no longer says disabled but there are still no wireless connetions.  Should I try it manually using a SSID?15:59
apporc_my is root:root 64416:00
=== ukine_ is now known as ukine
apporc_my /etc/X11/xinit/xinput.d/ibus is root:root 64416:00
PJSingh5000aaorc_: Mine is also root... drwxr-xr-x  2 root root 4096 2010-10-07 12:15 xinput.d16:01
PJSingh5000apporc_: you have permissions drwxr-xr-x ?16:01
DarsVaedahi, right after login i get that ridiciously stupid password request (i guess for broadcast). how do i get rid of that?16:02
abhijeet_every time I reboot my machine my display brightness is setting to maximum.16:02
abhijeet_how can i fix this issue16:02
Alexx1Hmmm... Does noone have an idea or am I doing anything wrong?16:03
apporc_It is a directory ,how can it have a d----16:03
apporc_my is -rw-r--r--16:03
apporc_It is not a directory....wrongly typed.16:03
abhijeet_apporc_, check `file` on that file16:04
PJSingh5000apporc_: Try chmod 777 /tmp16:04
paddy2706i have just installed a "OCZ Vertex Turbo 64GB" in my laptop, but Installer won't install, I get tons of i/o errors16:05
PJSingh5000apporc_: as suggested here... http://ubuntuforums.org/archive/index.php/t-882717.html16:05
apporc_Thanks .16:05
starnHello. Whats the command to give files permissions? ch something?16:05
kentHello there, I need to add a command to the kernel in grub2, how do I do this?16:06
Alexx1start: chmod16:06
cdavisstarn: chmod16:06
starnty16:06
ElNotastarn: chmod +x (exec) r (read) w (writte)16:06
apporc_apporc@apporc-laptop:/etc/X11/xinit/xinput.d$ ls -dl /tmp drwxrwxrwt 5939 root root 225280 2010-11-01 00:06 /tmp16:07
apporc_my tmp is already 77716:07
starnso i need chmod +x +r on my files? i'm trying to access certian files under windows partition lol16:07
jairohola mira que tengo este problemas cuando utiliza windows utilizaba un programa para el irchispano que era el ircap y ahora que utilizo ubuntu desde hoy com puedo conectar a irchispano con el xchat que es el que yo utilizo gracias16:07
ElNota!es | jairo16:07
ubottujairo: 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.16:07
ubuntuhi all16:08
papitelanihey16:08
ubuntui need help on grub16:08
Geitenneukeryeah16:08
subichan hi there. i'm on ubuntu 10.4 and i got the tcl package installed.. i've tried to compile a program that requires tcl support. well when i "make" it can't find some files. on the instructions it's told that one should set TCL_INCLUDE and TCL_LIBRARY variables to something specific but i don't have a clue as to what should be written.. besides, TCL_LIBRARY equals -ltcl in the given file already. what should I do? I'm new to this, of course. Thanks16:08
Geitenneukeri need help on ubuntu16:08
aeon-ltd!ask | Geitenneuker16:08
ubottuGeitenneuker: 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. :-)16:08
=== Geitenneuker is now known as Grub
PJSingh5000apporc_: do you have a file called .xsession ? That's something else suggested on the same thread I referred you to.16:08
jairook gracias16:08
Grubare you there ubuntu?16:08
aeon-ltd!ask | Grub16:09
ubottuGrub: 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. :-)16:09
apporc_PJSingh5000: my /tmp is already 77716:09
matts45acphelo grub16:09
ubuntuI am on live session... I didnt get my grub... can anybody help me installing it?16:09
GrubHello16:09
apporc_Ok ,i will try that16:09
aeon-ltd!fixgrub | ubuntu16:09
ubottuubuntu: grub is the default boot manager for Ubuntu releases before Karmic (9.10). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto - See !grub2 for Karmic onwards.16:09
ubuntuGrub, help me getting my grub back please16:10
ubuntuthe documentation is not working for me :(16:10
ubuntuI am just beginner... want to get my grub back :(16:10
ravenreturnsyou want lilo, no actually I want lilo16:11
ubuntuGrub, ya i m here16:11
Grubi am here16:11
AbhiJitubuntu, see the links16:11
sigandersonsono su maverick... si può attivare l'accelerazione 3D del driver nouveau?16:11
ruconsemaybe you should use the livecd to boot your system & reinstall grub16:11
titan_USCHow do I turn off transparency in the terminal. I have a back ground image set but when I use the slider to 100% the background color covers the image, and the image remains transparent at any other value.16:11
ubuntuAbhiJit, I saw.. I tried all of them.. still not working...16:11
ubuntu:(16:11
ghostnik11question, i want to run lubuntu 10.10 on a dell optiplex gx240 with 1gb ram, and 150 hdd, and here is my problem a 16mb ati rage 128 graphics card, oh also it has a pentium 4 cpu16:12
Grubi married lilo16:12
starnchmod  +x  +r does not seem to work?? sorry i just woke up...16:12
AbhiJitubuntu, what actually caused the grub to die/16:12
kedareDoes someone use tracker here ?16:12
GrubAbhiJihad: the green pestillence afaik16:12
ghostnik11right now i am running lubuntu 10.10 live from cd but the resolution is only 800 x 600 so wanted to fix that first b/4 installing16:12
PJSingh5000titan_USC: Did you try Edit | Profile Preferences | Background (tab)16:13
aeon-ltdstarn: you don't separate them 'chmod +rx' not 'chmod +r +x'16:13
aeon-ltdstarn: if this file isn't in your ~/ you need sudo16:13
ghostnik11oh and my monitor is a sony bravia 27 inch lcd tv16:13
ubuntuAbhiJit, I had three partitoins.. (one for ubuntu.. one NTFS (nothing in it) one fat (nothing in it) ) when i was trying to install windows i couldnot install windows in that fat32 one16:13
Grubsudo obama install peace16:13
starni got sudo. dun worry wake enough to remember that one.. haha and thanks16:13
ubuntuAbhiJit, and when i tried to reboot then could not even log to ubuntu :(16:14
aeon-ltdGrub: dependencies : co-operation16:14
AbhiJitubuntu, when you try yo log in to ubuntu what error you get?16:14
Pavinatii've read it happend with many other laptops16:15
Pavinatihello, my laptop freeze everytime it's on battery power... is there a solution?16:15
mike9055hi i installed the standard ubuntu 10.10 which comes with gnome. i have openbox and dwm installed aswell as gnome. how do i remove gnome and nautilus completely?16:16
titan_USCPJSingh5000: I did. When I installed my drivers after a fresh install of 10.10 my term began to be transparent. I went to Edit->Profile Preferences->Background to set my image. When I do that, the term stays transparent and I see through the image. If I turn up the transparency to 100%, the background color from Colors tab, will cover the background image16:16
ubuntuAbhiJit, http://paste.ubuntu.com/523347/16:16
ElNotaAnybody knows where saves Empahty accounts config?16:17
aeon-ltdmike9055: the metapackages should handle it all, so if you uninstall one of them in synaptics it will pull evrythign out with it16:17
ElNotaI mean, account-list16:17
aeon-ltdmike9055: ot, but i'm also a ob and dwm user :)16:17
smalls(10.10 Netbook) Can someone tell me how to 'enable' the desktop so i can view files on it, right click for menu, etc? Thank you.16:17
PJSingh5000titan_USC: I wonder if you have compiz or visual effects that are causing the transparency.  Are your other windows transparent?16:17
aeon-ltdmike9055: 'one of them'= being component of gnome (not the metapackages)16:18
mike9055aeon-ltd: thanks i'll give that a shot16:18
xanguasmalls: usign gnome¿ laucnh 'nautilus'16:18
titan_USCi have compiz but this issue started before I installed that. I installed compiz to try and turn it off16:18
=== smalls is now known as Smalls
aeon-ltdmike9055: this may help http://ubuntuforums.org/showthread.php?t=9604616:19
Smallsxabgua, thank you... I'l give that a shot16:19
titan_USCPJSingh5000: I was looking in there for a way to add an exception to transparency16:19
=== timo- is now known as timo
fuorviatoshello16:19
Pavinatimy ubuntu freeze everytime i switch to battery power, is there a bug fix?16:19
AbhiJitubuntu,cant help16:19
mike9055aeon-ltd: awesome! all the crap i dont want typed out and ready16:19
ubuntuAbhiJit, :(16:20
fuorviatosis there any hope my Nvidia card will work on Maverick for now I can't get X server to start (173 card). Know it's a bug but what its current status?16:20
=== Smalls is now known as smalls
aeon-ltdmike9055: btw if you ever want just dwm and ob again, i reccommend starting from the server install16:20
Pavinatino idea?16:20
=== matts_ is now known as matts45acp2
PJSingh5000If it's a compiz issue, you can add exceptions but it depends on which compiz feature you are using.  In "Opacity" there is a Window specific setting where you can add rules.16:21
matts45acphello16:21
titan_USCPJSingh5000: Excellent, I will try that rq thanks16:21
smallsxabgua, my appologies -- i meant to activate the desktop -- not the file browser16:21
ghostnik11does anyone know how to get 1024 x 768 resolution for lubuntu 10.10 working as i am stuck in a 800 x 600 resolution16:22
PJSingh5000titan_USC: But you should be able to turn off ALL visual effects from System | Preferences | Appearance16:22
PJSingh5000ghostnik11: is your screen natively 1024x768 ?16:22
ghostnik11pjsingh5000: i am using my tv as my screen, i have a window xp partition on this computer and it has 1024 x 76816:23
Pavinatimy laptop freeze everytime i switch to battery power, and i have to hard reboot it... i'm running ubuntu 10.10, what can i do?16:24
PJSingh5000ghostnik11: OK.  Try this...16:24
titan_USCPJSignh500: Yeah, but I need the effects for other things.16:24
PJSingh5000Using the command line, type cvt 1280 76816:24
PJSingh5000The screen will print out something stating "Modeline .. . "16:25
ghostnik11pjsingh5000 was reading that in the forums and when i typed it this is what i got:16:25
replicasexIs there an official IRC channel for Unity?16:25
smalls(10.10 Netbook) Can someone tell me how to 'enable' the desktop so i can place and view files on it, right click for menu, etc? (not nautilus, but the actual desktop) Thank you.16:25
paddy2706noone have idea about ssd problems?16:25
ghostnik11pjsingh5000: "cvt 1024 76816:25
ghostnik11# 1024x768 59.92 Hz (CVT 0.79M3) hsync: 47.82 kHz; pclk: 63.50 MHz16:25
ghostnik11Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync16:25
ghostnik11"16:25
FloodBot1ghostnik11: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.16:25
Pavinatiany ideas?16:26
Pavinatijust say if it can be solved or not :/16:27
PJSingh5000ghostnik11: then you need to type xrandr --newmode and <the output of the cvt command>16:27
PJSingh5000ghostnik11: for example... xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync16:27
ghostnik11pjsingh5000: did that too and this is what i got16:28
PJSingh5000ghostnik11: then type xrandr --addmode VGA1 1440x900_60.00    .  Be sure to replace "1440x900_60.00" with your value from cvt16:29
PJSingh5000ghostnik11: then finally type xrandr --output VGA1 --mode 1440x800_60.00 --output LVDS1 --off16:29
noricI uninstalled an automatically installed package using aptitude, and now I want it back.16:29
ghostnik11pjsingh5000: http://paste.ubuntu.com/523353/16:30
andeeeukhey everyone16:30
PJSingh5000ghostnik11: again, replace "--mode 1440x800_60.00" with your value from before16:30
Pavinatimy laptop freeze everytime i switch to battery power, and i have to hard reboot it... i'm running ubuntu 10.10, what can i do?16:30
andeeeuki have just installed unity through ubuntu to try it out and runns really fast until i open an application16:30
andeeeukdoes anyone know why that could be?16:30
strcpyI've messed with my wifi stack. "wl" module is not loading anymore http://pastebin.com/h84jisPf . Tried re-installing STA driver both by re-compiling fresh driver, and Ubuntu driver manager. no luck. anybody willing to help?16:30
strcpyhttp://pastebin.com/h84jisPf16:31
ghostnik11pjsingh5000: okay will try right now, quick note though, i have not installed lubuntu 10.10 yet to the computer i am using, should i do this first then install or install then change the resolution settings16:31
andeeeukanyone here been using unity at all?16:32
PJSingh5000ghostnik11: what are you using right now Ubuntu 10.4 ?16:32
eventyretis there any recovery programs for ubuntu to recover lost files on a SD card ?16:32
AbhiJiteventyret, test disk16:32
hypatiaeventyret: try photorec, it's awesome16:32
eventyretabhijit - any links ?16:33
AbhiJiteventyret, http://www.cgsecurity.org/wiki/TestDisk16:33
eventyretThank you :D16:33
EberGuys, this should be an easy one! Need to get a laptop to workd (I'm a webdev...) and I want to run Ubuntu on it... I don't have a lot of mone, so MPB is not an option... What should I get?16:33
hypatiaphotorec's on the same site as AbhiJit linked to, eventyret :)16:33
ghostnik11pjsingh5000: i am running lubuntu 10.10 on a live cd, you know the option try before installing as i want to install lubuntu 10.10 along side windows xp16:33
PJSingh5000ghostnik11: you can experiment with this before your install.  It will only work for your current session.  To make it permanent, you will have to edit /etc/X11/xorg.conf with these values.  But first see if you can get your resolution change to actually work.16:33
hypatiaEber: i have an HP tablet and ubuntu works great on it.  they are down around $700 in some places now16:33
eventyretAbhiJit - Can i recover files as well on it oO ?16:34
hypatiaeventyret: you want photorec for that16:34
eventyretThank you :;D16:34
hypatiaeventyret: http://www.cgsecurity.org/wiki/PhotoRec16:34
Eberhypatia: any ideas where can I get it on the web?16:34
eventyret<--- reboot to irssi brb16:34
AbhiJiteventyret, see what hypatia is suggesting16:34
AbhiJit:/16:34
andeeeukdoes anyone use unity at all?16:34
noricI manually removed packages 'mutter' and 'unity', and now my desktop / window manager is screwed up. How can I tell aptitude to install exactly the packages it would install had I not messed things around?16:34
hypatiaEber: i bought mine in canada; i know bestbuy etc carry it16:34
strcpyhttp://pastebin.com/h84jisPf   <--- anybody ?16:34
PJSingh5000ghostnik11:  I haven't seen the error you had posted.  I'm guessing you might be getting it because you are on a live CD.  If you install, it might work for you.16:34
andeeeukim having some problems with it and need a hand16:34
Eberhypatia: I'll take a look! Thanks!16:35
hypatiaEber: good luck :D  make sure you get it with the intel wifi, not the broadcom crap16:35
andeeeukunity runs really well until it is time to run any applications and then it completely slows down16:35
andeeeukdont understand it myself16:36
noricI dont even want unity, but a working desktop beats a blank one16:36
noricquite frankly I regret updating to 10.1016:36
smalls(iptables help) Could someone please tell me: is there a difference in setting the INPUT policy to DROP, versus adding a -j DROP as the last entry for the chain?16:36
ghostnik11pjsingh5000: okay i will install right now thanks will be back16:36
andeeeuklol16:36
Eberhypatia: ok :) already got this advice somewhere :P and they pointed that I should avoid ati boards as well...16:36
andeeeuki do like 10.1016:36
noricI want the real upgrades, not the UI crap16:36
hypatiaEber: yeah, nvidia > intel > ati16:36
noricMy vanilla metacity was just fine16:36
PJSingh5000ghostnik11: what do you see when you type xrandr16:36
andeeeukbut the kde is a bit touch and go16:36
PJSingh5000Des it list VGA1 ?16:37
noricit was very frustrating to reboot and find some bullshit resource intensive OSX-like UI that slows my netbook down16:37
andeeeuki thought the unity interface books really good16:37
andeeeukohh right i have never tried ubuntu on a netbook tbh]16:37
Eberhypatia: I'll try to find something... I live in Brazil, and here we have Dell... They are cheaper than HP... What do you think?!?16:37
noricreboot, ty16:37
hypatiaEber: dells usually have very good ubuntu compatibility16:38
hypatiaEber: you may even be able to get ubuntu preloaded16:38
andeeeukso im guessing no on in here has used unity16:38
andeeeuk?16:38
ghostnik11pjsingh5000: this is what i get when i type xrandr: http://paste.ubuntu.com/523360/16:38
Eberhypatia: they don't do it over here... but maybe I'll get a Dell... It's easier to buy here...16:38
EberGosh, I wish everyone could make releases like Apple... fewer machines so we could easilly pick one!16:39
smalls(iptables help) Could someone please tell me: is there a difference in setting the INPUT policy to DROP, versus adding a -j DROP as the last entry for the chain?16:39
hypatiaEber: honestly i'd go with what you can get cheaper... i'm guessing you get hosed on import duties16:39
GoldenFish4Uhypatia,  speaking of, how come Dells have better Ubuntu compatibility than let's say an HP or ThinkPad?16:39
tuttifruttiHi folks! I'm trying to setup my wireless network in terminal mode (gdm disabled) but I keep banging my head against the wall. Any expert here who would like to have a look at what I'm doing?16:39
=== Aaron5367|detach is now known as Aaron5367
Eberhypatia: A LOT!16:39
andeeeukok someone plz post a reply16:39
hypatiaGoldenFish4U: it depends on the HP or thinkpad... thinkpads tend to have really good support too16:39
andeeeukis there a unity irc channel?16:40
hypatiaEber: a friend of mine is from argentina, she says it's bad there too :/16:40
GoldenFish4Uhypatia,  cool, then my next laptop will be a thinkpad :)16:40
PJSingh5000ghostnik11: In the examples I was typing for you, my xrandr output had listed VGA1. However, yours says "default."  When you try this after install, run xrandr and see what is says is the name of your display.  If it is "default," then I think you need to use "default" instead of "VGA1"16:40
smallsandeeeuk, dont know. type /list to see all channels16:40
hypatiaGoldenFish4U: a friend has a thinkpad tablet and loves it to bits16:40
Eberhypatia: brazil is worst, for sure... we have nasty taxes for devices like that... it's a shame...16:40
kensanataHm... W:Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/maverick/Release  Unable to find expected entry  partner/binary-powerpc/Packages in Meta-index file (malformed Release file?)16:40
GoldenFish4Uthey're nice huh ^^16:40
kensanataIs this something I can just wait to fix itself?16:40
EltuGoldenFish4U: I have owned two thinkpads recently - and they are indeed great. Somewhat overpriced though, I must admit.16:41
kensanata(currently running Ubuntu 10.04 on an old Apple iBook...)16:41
erUSULkensanata: probably; looks like corruption in the server16:41
andeeeukok thanks16:41
smalls(10.10 Netbook) Can someone tell me how to 'enable' the desktop so i can place and view files on it, right click for menu, etc? (not nautilus, but the actual desktop) Thank you.16:41
kensanataerUSUL: Ok, cool. Do you think I need to report this somewhere?16:41
GoldenFish4UEltu,  overpriced? :O I always heard they're pretty cheap for what you get16:41
raidghostI thought Selinux was easy. But when it complains aboute init script is syncing the chroots & has chrooted service in master.cf i soon give up.16:41
andeeeuki thought unity was based around gnome16:41
erUSULkensanata: really dunno;16:41
andeeeukso thought someone may know a solution16:41
GoldenFish4Uandeeeuk,  what's the problem?16:42
* duffydack snuggles his Dell + ATI16:42
ghostnik11pjsingh5000: okay do you think it is default b/c it doesn't recognize that my monitor is an actual 27 inch lcd television16:42
EltuGoldenFish4U: Well, might depend on the model, I guess. I got a thinkpad T61p.16:42
GoldenFish4Ukk16:42
hypatiaany irssi users know how to turn off joins/parts?16:42
hypatiathis channel is hard enough to follow as is :)16:42
EltuGoldenFish4U: They are great for 3D/graphical work etc - and not as great for gaming.16:42
duffydackset irc_conf_mode ON16:42
LicuadoraIs it posible to use a SLR camera as a webcam?16:42
GoldenFish4Uthe only thing that I'd dislike about a thinkpad is the red button and the ctrl-fn swap16:42
titan_USCPJSingh5000: Thanks for the help! I found a place to put a window exception :)16:43
andeeeuk<GoldenFish4U> when i run unity it runs fine, no lag at all. its not until i run an application that it completely slows down16:43
GoldenFish4Uawesome lol, I don't game16:43
CHChello, when trying to install ubuntu I choose to manually partition but it fails to detect my partitions and says all the space is free space, i have 2 ntfs partitions(win7 system reserved and the main filesystem)16:43
GoldenFish4Uandeeeuk,  yeah, they're working on solving that. Will be fixed by 11.04 (hopefully)16:43
andeeeuk<GoldenFish4U> really confusing as gnome is very fast for me, with no issues16:43
pwillzyeah16:43
EltuGoldenFish4U: The Ctrl-Fn swap was really frustrating for me at first, although you quickly get accustomised to it. ;) The red button, you can remove. ;)16:43
pwillzunity is poop16:43
andeeeuk<GoldenFish4U> oh ok, lol. I thought that would be something that would be ok16:44
hypatiaEltu: depending on the machine, it's sometimes an easy bios hex-edit to fix that16:44
PJSingh5000ghostnik11: "default" is just a name.  Mine was "VGA1".  If you attach other screens xrandr will list the names for those as well.    My guess is that since you are using live CD, it is using "default" as a name.  I never tried running xrandr from a live CD, so I don't know what it prints out as the display's name.16:44
=== Marcus_Jah is now known as __MarcusJah__
duffydackCHC, need to resize your windows partition to make free unpartioned space16:44
smalls(10.10 Netbook) Can someone tell me how to 'enable' the desktop so i can place and view files on it, right click for menu, etc? (not nautilus, but the actual desktop) Thank you.16:44
GoldenFish4Uandeeeuk,  Unity is based on Mutter (the new toolkit for Gnome) which is kinda lame. They're recoding Unity so it uses Compiz, which will make it faster :)16:44
andeeeukyeah unity is not fantastic but 10.04 is going to ship with it :s16:44
CHCduffydack: i did that, the installer doesn't detect any partitions at all though16:45
kensanataCan I use an Ubuntu 10.10 CD to upgrade my existing system? (I found that I can download a powerpc .iso even if the software upgrade doesn't work)16:45
andeeeuk<GoldenFish4U> ok, i didnt realise that16:45
PJSingh5000ghostnik11: There's always the optimistic chance that after install, Ubuntu will correctly recognize your screen's size.16:45
GoldenFish4Uyw :)16:45
andeeeuki gues thats why it is v slow16:45
duffydackCHC, odd...  SATA controller I assume?  any raid setups?16:45
andeeeukjus weird that its soo quick until you opem any application16:45
GoldenFish4Uyeah, and as far as the desktop Unity is concerned, they got a lot of stuff to tweak lol16:45
CHCduffydack: no, and i can mount tyhe filesystem, etc16:46
GoldenFish4Uandeeeuk,  I advise you to fall back to stock Gnome or so16:46
andeeeuk<GoldenFish4U> lol, yeah16:46
andeeeuka lot of stuff16:46
=== NG_ is now known as ng_
freddy_dudewhat's the proper procedure to reinsall gnome, ubuntu-desktop and make ti default again16:46
andeeeukstill 6 months down the road yet16:46
ghostnik11pjsingh5000: okay i will start installation know will be back as soon as its done to let you know what happens and will run xrandr after install and get output, thanks for the help so far16:46
duffydackCHC,  could choose 'try ubuntu' and then partition it with Disk Utility, then run installer..   or try the alternate installer cd16:47
=== dreamtraveler is now known as noobuntu
=== nilsma is now known as nilsma-aw
noricI am in ubuntu crisis mode. I upgraded to 10.10 and it completely broke the way I work. The new UI (unity, mutter, I dont even know what it is called) completely broke the way I work. My compiz hotkeys are gone. My multiple desktops are gone. The netbook slowed to a complete crawl. I couldn't even find system settings in the menus for awhile. How do I completely revert back to my old gnome / metacity / compiz UI? Thanks.16:48
titan_USCHow would you set the login popup to transparent?16:48
noricIf Ubuntu keeps raping the UI every 6 months, we're not exactly catering to the technical users who know what they want16:49
kensanatafreddy_dude: Something like sudo tasksel install ubuntu-desktop maybe? Followed by sudo apt-get autoremove... But I'm sure there are more informed people than. :)16:49
kensanatafreddy_dude: All I ever did was use this to switch to xubuntu-desktop...16:50
tuttifruttiHi folks! I'm trying to setup my wireless network in terminal mode (gdm disabled) but I keep banging my head against the wall. Any expert here who would like to have a look at what I'm doing?16:50
noricThis OSX-like icon list/slider on the left side of the screen is not exactly how linux nerds like to work16:50
duffydacktuttifrutti, http://ubuntuforums.org/showthread.php?t=123838716:50
noricHow do I revert my UI back to how it was with 10.04? I can't find much about this online, which is surprising giving how bloody annoying the new icon thing is.16:50
ganstadredsup16:51
kensanatanoric: Maybe you can install some other foo-desktop package?16:51
GButolanoric: are you using unity16:51
LicuadoraIs it posible to use a SLR camera as a webcam?16:51
kensanatanoric: And then pick the appropriate one at the login screen.16:51
CHCduffydack: this is what i mean: http://i54.tinypic.com/in4cup.png16:51
noricGButola, yes I believe I am using unity16:52
CHCits like that in gparted aswell but not disk utility though16:52
tensa_zangetsuLicuadora: in most cases as far as i know: NO16:52
norickensanata, OK. Which would be the vanilla metacity / human theme / with compiz shortcuts I was using?16:52
CHCand the device is right16:52
Licuadorahm...16:52
duffydackCHC, Hmm. What does sudo fdisk -l /dev/sda  reveal16:52
GButolanoric: then why not install gnome and you'd b able to choose it while loging in16:52
kensanatanoric: I think you can run sudo tasksel to get a list?16:52
duffydackCHC, probably the same :(  grab the alternate installer and give that a go.16:53
Licuadoraanyway...16:53
tensa_zangetsuLicuadora: depends on whether the camera supports the feature of being usable as a webcam - if it does then maybe - such a device would most probably come with webcam drivers16:53
CHCah, GUID partition table is why16:53
kensanatanoric: Effectively that would amount to the same thing as what GButola is saying, I think.16:53
GButolanoric: you cannot remove the left side dock as of now16:53
GButolaunity is not cusomizable16:53
GButolacustomizable*16:53
=== ng_ is now known as NG_
tensa_zangetsuLicuadora: if you have a phone with s60 i suggest you try smartcam from sourceforge - worked very well on my n70 through bluetooth - but bluetooth limits the range a lot16:54
duffydackCHC,  ah.16:54
CHCdoes anyone know a way to convert it?16:54
duffydackCHC, you used windows to resize it then?16:54
CHCyes16:54
LinuxGuy2009Anyone here able to get APTonCD created repo discs to work in Lucid and actually have installed packages from the disc?16:54
Dwade09is there a gui to peerblocker? or one like it for ubuntu.16:54
duffydackCHC, no longer a windows expert, I think thats what it does to the partition when you resize it.   No idea how to convert it.  Maybe resize it back to original?  guessing16:55
noricGButola, kensanata, OK, tasksel only permits selection of "desktop environment" which is what I have right now. What are the exact packages to get rid of unity and restore my old gnome?16:55
CHCduffydack: i found this if you're curious http://support.microsoft.com/kb/282793, thanks though it probably would have taken me some time to find out why its like that16:55
tuttifruttiduffydack: Thx, bud, I'll check it out16:55
Unhandled_Excepthow can i know the extention of one file.16:56
Dwade09is there a gui to peerblocker? or something like it for ubuntu?16:56
noricGauravButola, p   gnome-desktop-environment       - The GNOME Desktop Environment16:56
tensa_zangetsuUnhandled_Except: when you mean extension you mean the stuff after the . in the filename? like .jpg ?16:57
kensanatanoric: Sounds good... :)16:57
Unhandled_Excepttensa_zangetsu: yeah16:57
duffydackCHC, ah, yeah, that sounds like how you manage basic/dynamic disks in win2k16:58
duffydackwhich is the last time I really used windows16:58
LinuxGuy2009Could someone take a second and check your /etc/fstab and see what mount point folder is listed for your cd/dvd drive by default? I need to know cause I dont have an entry and need to know the default mount point location.16:58
LinuxGuy2009For Lucid16:58
=== tuttifrutti is now known as hovefirse
duffydackLinuxGuy2009, not required by default.16:59
kensanataMy /etc/fstab has "/dev/hdc /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0"17:00
evilbugafter my dad upgraded from 10.04 to .10 the minimize, maximize, and close buttons have moved from the left side of the windows to the right. how can this be changed?17:00
gordLinuxGuy2009, the default mount point is /media/<label on cd> - its dynamic depending on the cd label17:00
IdleOne!controls | evilbug17:00
ubottuevilbug: In Lucid, the minimize, maximize, and close buttons have been moved to the left side. For more information, please see https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/532633/comments/564 | To move them back to the right-hand side, see http://sites.google.com/site/alucidfs/how-i-do/move-buttons-to-right-side17:00
mrk_has anyone experienced a shut-down malfunction after upgrading to Ubuntu 10.4?17:02
evilbugIdleOne: thanks. any way to do it graphically?17:03
alakhiasometimes, my laptop won't suspend. sometimes, it won't wakeup from suspend. Any tips on what to do?17:03
=== XLV_ is now known as XLV
mrk_or has anyone solved the problem of a malfunctioning shut-down/hibernation mode?17:04
Dwade09is there a newbie blocker for transmission? like windows has peerblock which is based off gui, so is there one thats gui? and for ubuntu 10.1017:04
alakhiamalfunctioning shutdown mode?17:05
mrk_anybody sharing this difficulty? please17:05
yeats!anyone | mrk_17:05
ubottumrk_: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?17:05
mrk_I want to swap notes ubottu17:05
freddy_dudeafter i installed unity, how can i ensure gnome panel starts with my pc17:06
=== Alcapun is now known as noobuntu
alakhiamrk_: what exactly is the problem?17:06
mrk_the problem is as i have stated it, my computer does not shut down when i enter 'shut down'17:06
alakhiamrk_: does the screen turn black but the machine doesn't power down?17:07
MetaPhazeNeed some help with install Ubuntu, for some reason Ubuntu install from USB and CD will not see the HD I want to install on to. It only sees my RAID volume. I have correct settings in BIOS, and Windows can see the drive.17:07
mrk_alakhia, more or less...the screen fades and is black but there is text on it saying that the order to kill was given17:08
alakhiamrk_: what i mean to say is does it go thru the motions of shutting down but bails out at the very end?17:08
Kartagiswhen I mount my usb hdd in ubuntu, I can see all 500gb in it, but when I plug it into Windows, it sees only 100gb or so of it. any thoughts?17:08
=== philneo is now known as philneo_
=== philneo_ is now known as okaiji
mrk_alakhia, just gave you an answer17:08
=== okaiji is now known as philneo_
alakhiamrk_: i used to have this problem with problem a long time ago ... not having it for the last few years17:09
ndrofthelinehello17:09
alakhiamrk_: does it happen consistently or randomly?17:09
ndrofthelinei'm looking for some help getting ubuntu server installed17:09
mrk_alakhia, what ubuntu are you using, and are you using windows or anything else with it? happening on yours?17:09
MetaPhazeKartagis, what file system?17:09
ben_qhave you tried turning it off and on again?17:10
adrianisvhey! i use the latest ubuntu version (10.10). the default theme has minimize, maximize icons in the left side of window. how can i move them to the right side of window?17:10
AbhiJitndroftheline, #ubuntu-server17:10
mrk_alakhia, yes its consistent17:10
alakhia!ubuntu server17:10
ndrofthelineAbhiJit thanks17:10
alakhia!server17:10
ubottuUbuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Lucid (Lucid Lynx 10.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/10.04/serverguide/C/ - Support in #ubuntu-server17:10
PJSingh5000Kartagis: your USB may be formatted for 100gb, when in fact it is 500gb, especially if you received the USB as a promotional item.  I've been able to successfully format such USBs to their max available.  Remember that it has to be FAT format to be readable by Windows.17:10
ben_qadrianisv, just choose another theme17:10
hypatiaadrianisv: http://www.howtogeek.com/howto/13535/move-window-buttons-back-to-the-right-in-ubuntu-10.04/17:10
mrk_alakhia, do you want to have a dialogue on this?17:10
adrianisvhypatia: thanks a lot17:10
hypatiaadrianisv: no problemo :)17:11
MetaPhazeIs there a smaller channel for help, there is way to much going on in here?17:11
KartagisPJSingh5000, a few weeks ago, all was okay17:11
Diverdudehello. i have installed ubuntu server 10.10. I have a tenda w54u wireless usb internet stick. Can i use that on my ubuntu server?17:11
alakhiamrk_: did you do an upgrade?17:11
mrk_alakhia, yes...do you want to chat in a window?17:12
mas_I don't like 10.10 on my netbook at all. Are there any detailed instructions how to reinstall 10.04 from a flash? I don't really care if I lose data on hard drive.17:12
alakhiaok17:12
hypatiaMetaPhaze: try your loco channel17:12
PJSingh5000Kartagis: what does your USB have on it?  Does it have Ubuntu on it?17:12
mas_10.10 has been a horrible 3 day event for me.17:12
hypatiamas_: use the "startup disk creator" in the system menu17:13
mas_i downloaded the iso and then created a startup flash17:13
gnHi - I need to change color depth on Ubuntu 10 but can't get it to switch. I am trying to use "Xorg -depth 16" - is that the recommended way?17:14
hypatiadidja reboot to it, mas_ ?17:14
IdleOneevilbug: hit the  alt-F2 keys then type gconf-editor, then Applications > metacity  > general > button layout > menu,minimize,maximize,close17:14
hypatiaIdleOne!!1117:14
mas_i did that but when i boot from the flash it says something like not a com32r image17:14
IdleOnehypatia: !!! :)17:14
hypatiamas_: that means it didn't work :)17:14
Eventyrethypatia:  would you happend to know if there is a way to do a more deep thing of the files photorec found, it found loads of textfiles and such? or something to restore what it has found17:14
KartagisPJSingh5000, no, it has my files17:15
mas_bummer, what's my next move. did I download the wrong iso?17:15
mas_i have a dell mini17:15
hypatiaEventyret: photorec goes pretty darn deep... they are probably not text files, try on the commandline running the "file" command on one of them?17:15
hypatiaEventyret: when you recover files, you lose the filename17:16
hypatiayou can also just rename one to filename.jpg17:16
mrk_the problem mentioned has a parallel on https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/34212217:16
hypatiamas_: make sure you downloaded the 32bit image? sounds like you might have downloaded the 64 bit one17:16
Eventyrethypatia: ok what "file" command ?17:16
hypatiaEventyret: at the commandline, type "file filename"17:17
hypatiawhere the filename is one of the "text" files17:17
eustothis is gonna sound so out of place but...does anyone here speak hungarian?17:17
PJSingh5000Kartagis: did you partition the USB with ext and with FAT?  In windows, you might be seeing only the FAT partition.  But in Ubuntu you see the whole drive?17:17
b1azonNOTICE: FREENODE IS CHANGING HOW YOU CONNECT TO IT! Starting November 3rd, ALL USERS will be required to use SASL to connect to freenode. You will need to automatically log into nickserv, and have this enabled in your client. Please /join #freenode and/or message a staffer for details!!! b1azon hebz0rl cipherz ezik^^er B-r00t ALM_ Tommo eurythmia JackStoner geckopunk_ fiel Mau189g Anuka kek Wizart Coringao oliver602 srijan4 eusto gn WiW mitha`notey poutine s17:17
b1azonNOTICE: FREENODE IS CHANGING HOW YOU CONNECT TO IT! Starting November 3rd, ALL USERS will be required to use SASL to connect to freenode. You will need to automatically log into nickserv, and have this enabled in your client. Please /join #freenode and/or message a staffer for details!!! Para-ko altin LinuxGuy2009 yeats effj Thingymebob evilmercenary jae HRT Somethingelse MichealH flashkidd kkszysiu apetro ariel_____ trism nicolindalciucio freddy_dude __Marc17:17
b1azonNOTICE: FREENODE IS CHANGING HOW YOU CONNECT TO IT! Starting November 3rd, ALL USERS will be required to use SASL to connect to freenode. You will need to automatically log into nickserv, and have this enabled in your client. Please /join #freenode and/or message a staffer for details!!! davidpsmith howlymowly theblueone pneftali timo hiromi abknicker halvors xerox1 mike9055 icewaterman zaggynl_ Seanland SegFaultAX nullvariable DeEM0N mikebeecham hl starn bl17:17
FloodBot1b1azon: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.17:17
hypatiaEventyret: that's the "file" command :)  it tries to figure out what kind of file it is17:17
hypatiawhee spam17:18
mrk_what is SASL?17:18
mas_i think i got my iso from softpedia. i can get it from ubuntu.org ?17:18
MichealHhypatia: Please dont comment on spam.17:18
IdleOnemrk_: ignore that, it was spam.17:18
hypatiaMichealH: duly noted17:18
mrk_IdleOne, oh, thanks17:18
MichealHmrk_: Ask #freenode if you want to know17:18
mas_sorry i suck at this. kinda new to linux17:18
hypatiamas_: grab it from ubuntu.com17:18
freddy_dudei installed ubuntu desktop17:18
freddy_dudeyet i still can't see it and it's not starting up automatically17:18
KartagisPJSingh5000, I see the whole drive in ubuntu, and my usb drive is formatted fat3217:18
mas_thanks hypatia17:19
hypatiamas_: glad to help :)17:19
PJSingh5000Kartagis: are all of your file there?17:19
qwdHow can my friend add the Gajim repository? sudo add-apt-repository ppa:????? this is the PPA https://launchpad.net/~gajim/+archive/gajim-ppa she's on lucid17:19
IdleOnefreddy_dude: you need to select it at the login under the Session drop down menu17:19
Eventyrethypatia: il check it out and try it :S because it just names the file with numbers and txt files so might be hard to guess17:19
KartagisPJSingh5000, in ubuntu, yes17:19
hypatiaEventyret: it's a pain, i know.  but better than losing the data :)17:19
PJSingh5000Kartagis: but you don't see them in windows?17:20
hypatiaEventyret: try just renaming one to filename.jpg17:20
frimendHow do I open rar-files in ubuntu?17:20
KartagisPJSingh5000, I see *some* of them17:20
frimendwhen they are fragmented over loads of small files.17:20
hypatiafrimend: probably need unrar-nonfree for that17:20
=== user_ is now known as juk
Eventyrethypatia: thing is im after 1 XML file xD >< or and some jpg files17:20
trismqwd: sudo add-apt-repository ppa:gajim/gajim-ppa17:20
IdleOneqwd: ppa:gajim/gajim-ppa17:20
qwdtrism: thanks!17:21
freddy_dudeIdleOne: let me rephrase... my computer logs on but gnome-terminal doesn't load automatically, and instead of a desktop space with wallpaper and icon, i see a grey screen .. i have to go into help, click on "support" which opens up a browser, download a file, then click on "Show in foldeR" then run gnome-panel manually. and with that i still don't have my desktop space17:21
qwdIdleOne: thanks you too :)17:21
hypatiaEventyret: ahh gotcha... an xml file will almost certainly show up as just a textfile.  is there something you can grep the files for?17:21
IdleOnefreddy_dude: wow, I have no idea.17:21
hypatiaEventyret: grep something_you_remember *17:21
kensanataWow. The Ubuntu 10.10 for powerpc CD is 709 MB and therefore requires overburn to fit on a CD...17:21
hypatiaEventyret: replace something_you_remember with something you remember... that will search all the recovered files.  also, grep is awesome :D17:22
freddy_dudei thought cds were 740 mb17:22
deostrollhi does the python that comes w/ lucid have gtk & webkit installed by default?17:22
Eventyrethypatia: well i found 1 file that has some of the text containing it.17:22
hypatiasweet!17:23
PJSingh5000Kartagis: suggestion... In Ubuntu copy all your files to your hard drive.  Then, in Ubuntu reformat your USB stick as FAT32 (all 500 gb).  Then copy your files back to the stick and see if you can then view them in Windows.17:23
mas_im at ubuntu.com, where do i find the download for 10.04. the netbook page is for 10.10?17:23
hypatiaphotorec wins again :D17:23
frimendhypatia: sudo apt-get install unrar did the trick. :)17:23
deostrollanyone on lucid here?17:23
hypatiamas_: gimme a sec, it's tricky to find17:23
frimendI could have sworn I allready had it installed though.17:23
kensanatafreddy_dude: The CDs I have here are 700MB...17:23
tekkhey guys, i've changed my user password, however my login keyring password is not in sync with this, so its popping up regularly asking me to input my old password (for the login keyring) how can i update / re-sync this password?17:23
Eventyrethypatia: or i found around 45 files that has the text contains the XML file its splitted it seems ><17:23
freddy_dudekesnata ... well remove some of te language files if you plan on installing it in language A ... remove all other languages17:23
hypatiamas_: http://releases.ubuntu.com/lucid/ :D17:23
hypatiaEventyret: oh bummer :(17:24
KartagisPJSingh5000, I don't have a 500gb on my hard drive17:24
hypatiaEventyret: what did you do to this poor SD card?!17:24
PJSingh5000tekk: System | Preferences | Passwords and Encryption Keys17:24
mas_thanks again hypatia17:24
hypatiaEventyret: actually, i kid - those are probably different versions of the same file17:24
trismdeostroll: the ubuntu desktop version should, because it comes with gwibber by default, which depends on python-webkit and python-gtk217:24
eurythmiaI'm trying to set up mediatomb as a upnp server for my ps3 (because it now handles on-the fly transcoding), but the media partition on my ubuntu box is fat32 (owned by root:plugdev) ... whenever I try to browse to this in the mediatomb web UI to add it I get the following message pop up " could not list directory /var/data : Permission denied"  ... I've tried to run "sudo chown -R username:group" on both /var/17:24
eurythmiadata (which is where the data partition is mounted) and on /var/data/*, but chown reports that the operation is not permitted (I assume that this is because it's fat32 and doesn't support standard unix perms). Is there any way to get mediatomb to see this without blasting away the partition and re-doing it in ext2/3/4 (or other *nix fs) ?17:24
ndrofthelinewhat open-source disk imaging solution sholud i use to make a backup image on a secondary partition17:24
Eventyrethypatia: 1 format17:24
eurythmiaalso: I'm running lucid.17:24
hypatiandroftheline: ghost-style whole disk image, or are you more concerned with backing up files?17:25
ndrofthelinehypatia: the former17:25
hypatiandroftheline: check out partimage, or possibly just dd17:25
ndroftheline#partimage17:26
eurythmiandroftheline, I would not listen to either of those two, and go for G4L (ghost4linux)17:26
ndrofthelinedamn what's the command for giving basic information17:26
hypatiandroftheline: http://www.partimage.org/Main_Page17:26
hypatia!info partimage17:26
timoeurythmia: IIRC you can set permissions and user/group ownership for fat32 partitions in /etc/fstab17:26
ubottupartimage (source: partimage): backup partitions into a compressed image file. In component universe, is optional. Version 0.6.8-1 (maverick), package size 276 kB, installed size 968 kB17:26
deostrolltrism: o i c17:26
Eventyrethypatia: well if i can find the files then merge it oO ?17:26
freddy_dudein gnome, what would be the application that shows the desktop wall paper and icons?17:26
nicehcnameHi, how can I chmod a file so everyone can read it, but no one (not even root) can write to it?17:26
mondayndroftheline: just dd if=/dev/sda of=/somefile.img17:26
tekkno ideas guys?17:27
eurythmiatimo, sounds good, I'll see what I can find out about that.17:27
hypatiaEventyret: that one's up to you... but have a look at "meld", it's an awesome gui merge tool17:27
mondayndroftheline: its free17:27
ndrofthelinemonday: yeah i'm familiar with the dd option17:27
ndrofthelinemonday: i'd rather have something with a gui if possible17:27
Eventyrethypatia: il check it out, thanks again :D17:27
PJSingh5000Kartagis: I just remembered!  Windows can't see disks larger than a certain amount.  The way around this is to partition your 500 GB into 2 or four FAT 32 partitions.  Then Windows will see all the partitions totalling to 500gb.  But BE CAREFUL as you partition so you don't lose your data!17:27
ndrofthelinei'll check out G4L and partimage17:27
hypatiagood luck, ndroftheline :)17:28
mondayndroftheline: I think I used partimage with knoppix17:28
LadySerenasup peeps!17:28
ndrofthelinehypatia: thank you17:28
timoeurythmia: see 'man mount' and "Mount options for fat" there17:28
hblounthi. am i able to do this: install ubuntu 10.10 on to usb drive (so i can save settings/files on usb), and use it on a g3 mac laptop17:28
hypatiahblount: probably not :(17:29
KartagisPJSingh5000, sorry, I just remembered, it's NTFS17:29
eurythmiatimo, kk. thanks for the pointer.17:29
mondayndroftheline: clonezilla is another one.17:29
hblounthypatia: damn. can i still "install" ubuntu on a usb drive? so i can save files and settings on it17:29
mondayndroftheline: clonezilla works nice I've tried it on multiple OS and restored them no probs17:30
IdleOne!usb | hblount17:30
ndrofthelinemonday: you know, i've read some about clonezilla it sounds cool17:30
ubottuhblount: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent17:30
Eventyrethello again monday *waves*17:30
cfjiefjwefi have a directory test set to g+rwx and that directory is chg invoices test where user ryan is part of invoices group. the user ryan can't create directories though. why is that, what am i missing?17:30
hypatiaIdleOne: hblount is on ppc, not helpful :p17:30
=== nilsma-aw is now known as nilsma
mondayEventryret: did you fix your issue the shutdown one?17:30
ndrofthelinemonday: could i run it like ghost off of a tiny little installation on the backup partition?17:30
hblountnot FROM usb, TO usb17:30
hypatiahblount: https://wiki.ubuntu.com/PowerPCDownloads17:30
mondayndroftheline: I don't know about that. I used the cdrom17:31
PJSingh5000Kartagis: I just found my notes.  FAT 32 partitions must not be greater than 127.53 GB.  But you say you have NTFS. Hummm...17:31
hblounthypatia: k thanks i check it out17:31
mondayndroftheline: but that would be nice to do.17:31
IdleOnehypatia: why not? should be able to create a persistant usb with the ppc iso17:31
hypatiaIdleOne: ppc macs have a very different boot process17:31
=== Eventyret is now known as Even|Away
IdleOnehypatia: ahh well then okie dokie17:32
mondayndroftheline: ghost is awesome too I used to use that all the time. The old ghost worked well. new ghost I'm not so happy with.17:32
hypatiaIdleOne: sadly :/17:32
ndrofthelinemonday: yeah i'd just rather use something free u know17:32
kyle___the ubuntu-unregged thing is neat17:32
eurythmiamonday, after ghost 9, all of them sucked :(17:32
ndrofthelinemonday: one of the nonprofits i volunteer for uses FOG but that doesn't seem to be geared for local work17:32
jrib!away > Even|Away17:32
ubottuEven|Away, please see my private message17:32
ndroftheline!away17:33
ubottuYou should avoid noisy away messages and -nicks in a busy channel like #ubuntu, or other Ubuntu channels; it causes excessive scrolling which is unfair to new users. Use the command "/away <reason>" to set your client away silently.  See also «/msg ubottu Guidelines»17:33
mondayndroftheline: is that open source I've never seen FOG17:33
=== Even|Away is now known as Eventyret
EventyretThanks ubottu17:33
ndrofthelinemonday: yeah its called Free Opensource Ghost17:33
ndrofthelinemonday: it's actually pretty ridiculously amazing17:33
EventyretThanks jrib  ^^17:33
majidWhen will mint 10 come?17:34
IdleOne!mintsupport | majid17:34
ubottumajid: Linux Mint is not a supported derivative of Ubuntu, please seek support in #linuxmint-help on irc.spotchat.org17:34
PJSingh5000Kartagis: I just checked the 'Net.  There are a lot of partition size limits listed out there for NTFS.  One I found says the limit is Windows XP SP1 has a partition limit of 128G .17:35
PJSingh5000Kartagis: May be that is what you are running against this?17:36
maxp1864ciao17:36
maxp1864!lista17:36
ubottuThis is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot »17:36
mondayEventyret: did that kernel patch fix your issue?17:36
enycI am puzzled by ubunt 10.04 and grub2 with LVM disks -- changing the 'root=' argument on linux command line from grub2 menu isn't taking effect17:37
mondayEventyret: I was wondering about that for awhile.17:37
enyce.g. changing 'root=/dev/mapper/root-0' to 'root=/dev/mapper/root-1' isn't taking effect despite also changitg the fstab on root-1 (root-1 is a clone of root-0)17:37
Eventyretmonday: nope it still is a issue with the kernel i think17:38
enycDo I need to change something tnhat gets embedded in the inird or something?17:38
Eventyretmonday: since i cant reboot and adding reboot=b did not work..17:38
mondayEventyret: oh man that sucks.17:38
padhundroftheline: FOG is an imaging software?17:38
Eventyretmonday: just gotta use shutdown and then start it again17:38
ndrofthelinepadhu: yes17:38
kranthine1 how to change irssi screen?17:38
Eventyretmonday:  but there is something wierd, it used a LONG time to boot ><17:39
mondayEventyret: yeah but if you are remote then that sucks.17:39
jribkranthi: change in what way?17:39
=== seba_ is now known as Gseba
KartagisPJSingh5000, I'm pretty sure I'm running SP217:39
thewanderer1hovefirse: >> iwconfig wlan0 essid YOURNETWORK mode Managed17:39
mondayEventyret: is your hard drive OK?17:39
Gseba#ubuntu-es17:39
mondayEventyret: eh that wouldn't explain it at all cause shutdown -h works.17:39
Gsebaubuntu es?17:40
glaucousWhat should it look like when I want to do this in alt+f2 (run). $(cat /proc/asound/cards | grep "EMU10K1" | awk '{print $1}'). Works in terminal, doesn't work when I use it in Run application. I use it with JACK server startup17:40
kranthijrib:more customized17:40
PJSingh5000Kartagis: are you sure it's NTFS. Because I believe you have to do something special to view NTFS in Lnux.17:40
=== philneo_ is now known as philneo
Gsebanothing17:40
Kartagis!es | Gseba17:40
ubottuGseba: 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.17:40
Eventyretmonday: shutdown -h ?17:40
TheCrowhello17:40
TheCrowis ubuntu the best distro for linux?17:40
EventyretTheCrow: i love it xD17:41
TheCrowso? is the best?17:41
thewanderer1TheCrow: for a Linux beginner, it's fine. At least Canonical is taking care of the rough edges...17:41
IdleOneTheCrow: No.17:41
qwdTheCrow: There is no best. It's a matter of what you want.17:41
mondayEventyret: oh yeah "sudo shutdown -h now" will shutdown your computer17:41
enycTheCrow: best for who in what circumstances......17:41
mas_im trying to install 10.04 on a dell mini netbook, not sure if i should download iso or img and which one. help?17:41
IdleOne!ot17:41
TheCrow:|17:41
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!17:41
hblounthi. are you able to install ubuntu ONTO usb drive (not live cd/usb) so i can save files and settings17:41
TheCrowsomeone knows why17:42
Eventyretmonday: one thing i was wondering is there any place or logs i can check that shows the shutdown process might udnerstand where it hangs ?17:42
mondayEventyret: like init 0 or init 617:42
TheCrowevery times when i update my ubuntu17:42
TheCrowthe icons in the taskbar changes position?17:42
Eventyretmonday: and those are oO ?17:42
mondayEventyret: zeros17:42
kranthiexit17:43
TheCrowand happens some other stuff17:43
CrimsonIdolhblount, you can create a usb livecd with the ability to save files and settings.17:43
sivakumar_i have install drapes in my ubuntu 9.10 but it is not running automatically when i logged in...can any one solve my problem please17:43
Nattgewmas_ you want the iso to make a cd17:43
mondayEventyret: daemon.log has some17:43
TheCrowlike the change of the screen resolution17:44
thewanderer1TheCrow: updating Ubuntu often carries some side effects, prepare accordingly17:44
mondayEventyret: under /var/log do a grep -i shutdown ./*17:44
padhundroftheline: i am using clonezilla and Ghost for linux. what is the feature more than it?17:44
TheCrowthewanderer1, it's not a good thing17:44
TheCrow:|17:44
sivakumar_is there anyone who know about drapes ??????????17:44
=== MichealH is now known as Micheal_Skeleton
hovefirsethewanderer1: Same problem: Garbled essid when I run "iwconfig" - somehow the essid doesn't catch on :(17:45
hblountCrimsonIdol: oh. is that the best way if i want to permanently have a ubuntu usb drive to use on different computers? is it complicated to set up ability to save files/settings?17:45
mas_Nattgew, I have a netbook without a discdrive17:45
thewanderer1hovefirse: I would blame the driver17:46
ghostnik11pjsingh5000: okay got it to install and resolution still has not changed, i am still stuck at 800 x 60017:46
mas_i'm trying to use imagewriter, but it can't locate the iso i just downloaded17:46
Nattgewmas_ at http://www.ubuntu.com/netbook/get-ubuntu/download it tells you how to make a bootable usb drive17:46
mas_this is such a bummer17:46
PJSingh5000ghostnik11: Hi.17:46
mondayEventyret: messages log should have someting as well.17:46
mas_thanks Nattgew17:47
gaygay vs Jawa 2-017:47
ikoniagay: ?17:47
PJSingh5000ghostnik11: let's see if we chan change that...17:47
hovefirsethewanderer1: Even though it runs fine when gdm is enabled?!17:47
glaucousWhy does this command work perfectly in terminal, but not when using alt+f2 (run application)? "/usr/bin/jackd -r -dalsa -dhw:$(cat /proc/asound/cards | grep "EMU10K1" | awk '{print $1}'),0 -r44100 -p1024 -n2 -P -o2"17:47
PJSingh5000ghostnik11: $ cvt 1024 76817:48
gayikonia: ?17:48
Nattgewhblount the usb-creator in ubuntu has an easy setting for permanently saving things17:48
Eventyretmonday: oh i formatted just havnt got the error yet i presume since i havnt restarted yet but i test that grep command after this17:48
gaywhoops17:48
gaywrong channel ;d17:48
ikoniaglaucous: because in a terminal you have a shell, in alt+f2 you have not launched a shellyet17:48
PJSingh5000ghostnik11: What is the Modeline output?17:48
ikoniaglaucous: "shell yet"17:48
ghostnik11pjsingh5000: i will past what i got for xrandr after install: http://paste.ubuntu.com/523391/17:48
sivakumar_i want to shutdown my computer by linux command by giving the time ...is there any sollution17:49
ikoniasivakumar_: cron17:49
glaucousikonia, in startup applications, guess no shell is used there either?17:49
thewanderer1hovefirse: the same command? huh. I bet on network-manager's magic, it has always impressed me with its tricks to make networking work17:49
PJSingh5000ghostnick11: so it still says "default."  Let's see if we can work with that...17:49
eurythmiatimo, I figured out that I actually should have added the mediatomb user to the plugdev group ... after I did that all was good. Thanks for pointing me in the right direction though!17:49
ikoniaglaucous: not sure if a shell is launched to execute that17:49
sivakumar_ikonia, what sir17:49
CrimsonIdolhblount, i've not really messed with it... it's`part of the 'start up disk creator'17:49
ndrofthelinepadhu: FOG is geared towards network image deployment17:49
mondayEventyret: last -x /var/log/wtmp  might show something too.17:50
hblountCrimsonIdol: ok thanks17:50
ndrofthelinepadhu: so if you're in an environment where, say, you have to install an image on 10 computers, you can push it out over a network to all 10 simultaneously17:50
igor_ciao17:50
PJSingh5000ghostnick11: Can you post the output of cvt 1024 768 ? Your post was the output of xrandr.17:50
ghostnik11pjsingh5000: here is what the cvt output is: http://paste.ubuntu.com/523392/17:50
ndrofthelinepadhu: FOG also supports other stuff like scanning computers for viruses ina  pxe-booted environment17:50
hovefirsethewanderer1: No, it connects automagically through network-manager...no manual fiddling. It's the command line juggling that has me stumped. And I used this network adapter in a previous Ubuntu version - worked find. Just can't remember ho I activated it :(17:51
glaucousikonia, probably not, seems like the commands which dont work in startup applications don't work in run application either17:51
thewanderer1hovefirse: use wpa_supplicant, it's way better at this17:51
ikoniaglaucous: a reasonable guess then17:51
hovefirsethewanderer1: OK, I'll look into it. Thx for the interest and the help!17:51
PJSingh5000ghostnick11:  OK.. Now... xrandr --newmode Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync17:52
sivakumar_ikonia, what ?????????/17:52
padhundroftheline: oh, great, let me try17:52
hovefirsethewanderer1: One more: You mentioned a CLI for the network-manager. How do I use/enable this?17:52
glaucousikonia, is there perhaps a startup script/file (equivalent to root rc.local) I should use for launching startup commands for a user in $HOME?17:52
ikoniasivakumar_: use cron17:52
PJSingh5000ghostnick11: then xrandr --addmode VGA1 1280x1024_60.0017:52
thewanderer1hovefirse: cnetworkmanager or so17:52
PJSingh5000ghostnick11: sorry, not that!17:52
twagerstartup disk creator tell me "segmentation fault" when I try to create a usb install..Anyone know if it leave a log of it's problems anywhere ?17:52
ikoniaglaucous: you can so it through rc.local, or use the startup applications to call a script that launches a shell, THEN does your commands, eg, start of the script #!/bin/bash17:53
sivakumar_ikonia, how to use corn17:53
KuprinHey ubu guys, simple app question here. I need a media player (WAV files) that will let you set a delay between playlist items.17:53
PJSingh5000ghostnick11: Type this... xrandr --addmode VGA1 1024x768_60.0017:53
ikoniasivakumar_: cron17:53
glaucousikonia, yes of course. Just wanted to make sure that there weren't already  a specific script/file I should use. Thanks.17:54
igor_^list17:54
sivakumar_ikonia, after typing that how can i set my time17:54
hovefirsethewanderer1: OK. Thx again.17:54
w3010.10 upgrade made my scanner root user only; How do I fix that? /dev/sg7 is owner root, group root and I can't change that across reboots17:54
PJSingh5000ghostnick11: sorry, mistake again.  It should be xrandr --addmode default 1024x768_60.0017:54
Spencer_OK, I wanted to get ubuntu, and I have windows xp, so I got the ubuntu Windows installer and installed it, and I rebooted, and It had Windows xp on the boot menu and ubuntu, but when I go to ubuntu, it goes to either power saver mode then black, but the computer is still on, but its just black. or it goes to install ubuntu try ubuntu with out installing menu and its purple, when I click any of those things, it goes black then power sa17:54
Spencer_<Spencer_> ver mode then black and repeats! So I went back on xp and I burned ubuntu to a CD and the same thing happpened but when I boot from CD, it goes black also. so I ordered a CD from the site and It should be here within 7-10 weeks but I dont want to wait, can someone help?17:54
hblounthi. is this ubuntu 10.10 i can install on my old mac laptop? http://cdimage.ubuntu.com/ports/releases/maverick/release/17:54
ikoniaglaucous: that's how I'd do it,17:54
PJSingh5000ghostnick11: I forgot that your display name is "default"17:54
blech_so, this may be another "blech being an idiot" moment, but when I try to run a program I just downloaded I get "no such file or directory". I'm the owner, I've got permission to execute, and it's spelled correctly and in the right directory. I'm confused.17:55
sivakumar_ikonia, it showing like this :::::cron: can't open or create /var/run/crond.pid: Permission denied17:55
ikoniasivakumar_: read up on how to use cron17:55
ikoniasivakumar_: you don't just type cron17:55
Dwade09everytime i try to do a audio or video call with empathy it logs my accounts out.17:55
PJSingh5000ghostnick11: then finally type... xrandr --output default --mode 1024x768_60.0017:56
blech_this is using the terminal, while in the proper directory, and using ./ before it17:56
glaucousikonia, If I want to launch a GUI application, or an application which should run outside the current shell (if this makes sense). Then I should use (for instance) audacity &? Or is this the recommended way?17:56
thewanderer1w30: you can write an init script to set the owner for you17:56
Nattgewhblount yes... is your laptop one that it lists under the mac version?17:56
thewanderer1w30: or better, let udev do that (clean way)17:56
Eventyretmonday:17:56
ikoniaglaucous: that should work17:56
glaucousikonia, good17:56
anirudhrblech_, Which program is this?17:56
Eventyretmonday: eventyret@minityret:/var/log$ last -x /var/log/wtmp17:56
Eventyretwtmp begins Sun Oct 31 04:37:25 201017:56
blech_anirudhr: source dedicated server for source games17:57
PJSingh5000ghostnik11: that should do it.17:57
ghostnik11pjsingh5000: here is what i got when i ran addmode default: http://paste.ubuntu.com/523394/17:57
hblountNattgew: yeah. so can i install this version onto a usb drive and use it on the mac laptop?17:57
Nattgewhblount: yes17:57
PJSingh5000ghostnik11: any luck?17:57
sivakumar_ikonia, it is showing like this::::::::::::::cron: can't open or create /var/run/crond.pid: Permission denied17:57
w30thewanderer1, I have done local init hacks but that is cruel, how do I let udev do it?17:57
hblountNattgew: cool thanks17:58
thewanderer1w30: add a rule for that... man udev and go from there or google that17:58
jribblech_: uname -m  returns?17:58
ikoniasivakumar_: read on how to use cron, you DON'T just type cron17:58
ghostnik11pjsingh5000: keeps saying can't find 1024x76817:58
blech_jrib: x86_6417:58
w30thewanderer1, yeah four days of udev school and still in the dark, *shrug*17:58
jribblech_: is what you are running 64bit?17:58
PJSingh5000Can you post your output?17:58
blech_jrib: yes17:59
blech_well, do you mean the computer or the application?17:59
prellerhello everyone, im trying to install the latest ubuntu 32bit on a sony vaio X and get this error while booting from the usb/cd live system: (initramfs) Unable to find a medium containing a live file system17:59
blech_the computer yes, the app I'm not sure17:59
enycAm I asking in the right channel for this sort of detailed technigcal question?  problems iwth LVm and grub2 and root= arguments...17:59
Spencer_OK, I wanted to get ubuntu, and I have windows xp, so I got the ubuntu Windows installer and installed it, and I rebooted, and It had Windows xp on the boot menu and ubuntu, but when I go to ubuntu, it goes to either power saver mode then black, but the computer is still on, but its just black. or it goes to install ubuntu try ubuntu with out installing menu and its purple, when I click any of those things, it goes black then power sa17:59
Spencer_<Spencer_> ver mode then black and repeats! So I went back on xp and I burned ubuntu to a CD and the same thing happpened but when I boot from CD, it goes black also. so I ordered a CD from the site and It should be here within 7-10 weeks but I dont want to wait, can someone help?17:59
ghostnik11pjsingh5000: output for the last command you told me to input17:59
w30thewanderer1, I can change distros easier than figuring out udev17:59
blakkheim!repeat | Spencer_17:59
ubottuSpencer_: 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/17:59
mas_any ideas why imagewriter can't see my 10.04 iso?17:59
sivakumar_ikonia, ok thanks i will get on to it17:59
PJSingh500017:59
PJSingh5000ghostnik11: humm...17:59
jribblech_: i'm talking about the app.  If it's not, you probably need ia32-libs18:00
=== CkhiKuzadAFK-Nap is now known as CkhiKuzad
PJSingh500018:00
PJSingh5000ghostnik11: I think I see the problem...18:00
jrib!away > CkhiKuzad18:01
ubottuCkhiKuzad, please see my private message18:01
LinuxGuy2009Whats the default /etc/fstab cdrom mount point in 10.04? I think this is why I am having CD/DVD repository disc issues, the discs arent mounted to the correct location.18:01
ghostnik11pjsingh5000: is it my xorg file18:01
PJSingh5000ghostnick11:Type this...  xrandr --newmode "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync18:01
cadsHey all. I've got 20 gigabytes of HD video from a camera, and I'd like to downsample it and edit it together into a DVD with a title screen and chapters - can you guys suggest programs for doing this?18:01
PJSingh5000ghostnick11: that would create the mode ""1024x768_60.00"18:01
w30thewanderer1, scanning was all set up for group scanner, why did 10.10 muck it up?18:01
blech_jrib: would that make it so it wouldn't even be recognized as being there?18:01
NattgewSpencer_ what kind of computer do you have18:01
PJSingh5000ghostnick: then type... xrandr --addmode default 1024x768_60.0018:01
jribblech_: that's not what is happening18:01
Stealth-_-Hey, how do I remove WINE from my system?18:02
Spencer_IBM AMD 64 NVIDIA 315018:02
Spencer_Windows Xp18:02
BenXiaoHaitesting18:02
PJSingh5000ghostnick11:  Then type... xrandr --output default --mode 1024x768_60.0018:02
PJSingh5000ghostnick11: then you should not get that error.18:02
BenXiaoHaiman its hard to get this program to work18:02
NattgewStealth-_-: apt-get remove wine18:03
DarsVaedahi, when i switch my network, router, i have to restart cause of dhcp i guess, how can i do this by manually?18:03
ghostnik11pjsingh5000: here is what after the newmode command: http://paste.ubuntu.com/523398/18:03
Stealth-_-I tried it Nattgew, the WINE option is still in the start menu18:03
Eventyretwhat is the grep command to search for a string within a folder.18:03
jribEventyret: -R18:03
imanchow can I solve a segfault issue in libflashplayer.so for 10.4 64 bit?18:03
NattgewStealth-_- you can manually remove the menu entry, as well as the ~/.wine folder18:03
blech_jrib: seems like that was it, thank you. Installed 32-bit compatability packages and it runs now18:04
NattgewDarsVaeda: sudo dhclient18:04
Stealth-_-Nattgew, that is what I want to do. How would I do it?18:04
PJSingh5000ghostnick11: hummm....18:04
DarsVaedathanks18:04
Eventyretjrib: so grep -R word im looking for ?18:04
NattgewStealth-_- if you right click on the menu you should be able to edit it, or run alacarte18:04
Stealth-_-Ok lemme try Nattgew18:04
gnCan someone recommend a media server that will work with Playstation 3 and is fairly easy to setup plz?18:04
silentz0rhello18:05
Stealth-_-Ok Nattgew, I deleted it. Does this mean that WINE has been removed from my system?18:05
NattgewStealth-_- when you removed it with apt-get, that did most of the removing18:05
silentz0rI am launching WoW via wine. It works fine, once it's loaded, but takes about 5-6 minutes to load all the .mpq files. Is there a way to speed this up?18:05
Stealth-_-Ahh thats good Nattgew, I just need to remove my /wine folder most of all really18:05
NattgewStealth-_- yes18:06
Stealth-_-Nattgew, where is that folder located?18:06
NattgewStealth-_- it's in your home directory, called .wine so it's hidden18:06
sivakumar_i have  a problem while using drapes ...can any one help me18:06
ghostnik11pjsingh5000: take a look at this: http://paste.ubuntu.com/523401/18:07
jribEventyret: well you need the folder somewhere no?18:07
Stealth-_-Ahh, its not there, I think I got rid of that Nattgew18:07
Stealth-_-I think that means I am safe Nattgew, thanks a lot mate =D18:07
dinamizadorhjhjhjhjhjhj18:08
NattgewStealth-_- no problem, you can do rm ~/.wine to be sure18:08
dinamizadormmnmnmn18:08
dinamizadorsalud18:08
MasterofSciencei want to create a usb ubuntu with unetbootin, what distribution should i select? 10.10_NetInstall or 10.10_Live ?18:09
juandrehi people18:09
PJSingh5000ghostnick11: what kind of screen are you using?18:09
Eventyretjrib: sorry ? im looking for some txt within some txt files in a folder its about 900 txt files so sort out the ones with special words18:09
bgamarimaco: How's life?18:09
karlFHey, I installed windows 7 on a new partition next to my ubuntu partition. However, now grub isn't there, instead there's a windows boot menu and it doesn't give me an option for ubuntu. How do I access my ubuntu partition by either adding ubuntu to the windows menu or reinstalling grub?18:09
macobgamari: not in this channel18:09
CkhiKuzadAre there any programs in Ubuntu that can work using voice commands, like if i say "Function Key 5" in my microphone, it will send the keystroke f5 and refresh a webpage, or if i say "Open firefox" it will open my browser?18:09
Sean93how long should sfill take?18:09
CkhiKuzad!grub | karlF18:10
ubottukarlF: grub is the default boot manager for Ubuntu releases before Karmic (9.10). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto - See !grub2 for Karmic onwards.18:10
macobgamari: this is a tech support -only- channel18:10
juandrewhat is the best software to use, to connect to my MS Exchange server ?  I have Ubuntu 10.10 installed18:10
CkhiKuzadkarlF, second one applies to you, my friend.18:10
=== administrator is now known as Guest39869
sivakumar_dinamizador, what18:10
karlFthanks!18:10
CkhiKuzad^^ No problem18:10
macojuandre: if exchange webmail is enabled on the server, you can use evolutin18:10
ghostnik11pjsingh5000: i am using a sony bravia 27 inch hd television, i have the computer using a vdi cord you know the standard cord for montiors link to the pc input on my tv18:10
dinamizadorprobando18:11
juandremaco: I did try Evolution, but I think im doing something wrong, its not connecting, it keeps saying it cannot find the server, but if I open Firefox and type in the URL, then I can access the OWA side of it through HTTP18:11
ghostnik11pjsingh5000: its a flat screen18:11
jribEventyret: grep -R word location18:11
PJSingh5000ghostnick11:  I think your problem is that 1024x768 is not the native resolution for this tv.  It might be 1280×720.18:13
Sean93how long should sfill take? i just says "Creating /media/494cdcd7-1ce9-45de-941a-923e22a5682d/home/oooooooo.ooo"18:13
MetaPhazeDoes Ubuntu not support Marvel 9123 controller18:14
ghostnik11pjsingh5000: so should i try 1280x720 and will my graphics card handle that as it is a 16mb ati rage 128 card18:14
=== JimmyJ|zz is now known as JimmyJ
PJSingh5000ghostnik11: I think so.  I searched for your TV on the 'Net.  It says that it supports 720p, which I believe works out to 1024x72018:15
CkhiKuzadAre there any programs for speech recognition and voice commands in ubuntu?18:15
lapionI have been having problems with my usb-system drive disconnecting during the day18:16
ghostnik11pjsingh5000: okay will try that then with the commands you gave me earlier18:16
PJSingh5000ghostnik11:  You can try and see what happens.18:16
lapionever since upgrading to lucid and meerkat18:16
Eventyretjrib: thank you :D18:16
ghostnik11pjsingh5000: so is it 1024x720 or 1280x72018:16
PJSingh5000ghostnick:  Sorry... I meant to say 1280×72018:17
MetaPhazeTrying to install Ubuntu 10.10 on my system. I have TWO controllers for SATA storage. Intel controller is set to RAID with 2 SATA drives. Marvell controller is set to IDE with one drive. Trying to install ubuntu to SATA drive on Marvell controller that is set to IDE. Ubuntu can not find that drive, only sees the RAID volume on the Intel controller. Any ideas?18:17
=== dreamtraveler is now known as noobuntu
PJSingh5000ghostnick11: Check your owners manual to be sure.  I just did a quick internet search; you can double check.18:18
hovefirsethewanderer1: I tried to use wicd-curses, but the problem was the same. Actually, it's far more strange than I thought. When I specify a non-existant essid (like WippiesHo), the essid looks fine in the iwconfig. No connection, of course, since the network doesn't exist. The essid gets garbled *when I try to connect to an existing network*. Smells fishy :(18:18
juandreanyone here know Evolution Mail very well, I need some help with the Exchange Part18:18
ugliefrogwhere can i find a Halloween screen saver...i know its today but my niece asked me for one18:18
ghostnik11pjsingh5000: here is what i got when i tried 1280x720: http://paste.ubuntu.com/523411/18:19
tensa_zangetsuCkhiKuzad: as far as i know mostly no - you could try gnome-voice-control but it wasn't able to do much - i looked into it a year or so ago and found that there were a few opensource projects in progress but far from completion18:20
PJSingh5000ugliefrog: http://www.omgubuntu.co.uk/2010/10/microsofts-new-spooky-windows-7-themes-use-them-on-ubuntu/18:20
ghostnik11pjsingh5000: i don't get it when i boot windows xp it boots into 1024x76818:20
ghostnik11pjsingh5000: and when i check display via my remote control it gives me 75 hz instead of 60 hz which is what i get while in lubuntu18:21
MetaPhazeNeed some one on one help here with Disk controllers and Ubuntu18:21
MetaPhazethink I found the issue, but need to modify installation to add custom device driver18:21
zjblabs_why have the window close/minimize/maximize icons on the wrong side?18:22
zjblabs_That's just funky18:22
zjblabs_a left-handed distribution18:22
MetaPhazezjblabs_, im sure that can be customized18:22
wolfric_i've got 2 ubuntu machines. one asks me for admin password when i launch software sources from administrator panel. the other one says it doesn't have enough rights and doesn't ask me at all...18:22
juandreHas anyone ever managed to get iPhone Internet Tethering to work on Ubuntu 10.10 ? I am connecting via USB Cable18:22
lapionEver since upgrading to lucid-lynx I have been having problems with my usb-system (boot/root) drive disconnecting at random times, can anyone help18:22
kukii have a problem on running drapes::::::::;(/usr/lib/drapes/drapes.exe:3603): GLib-WARNING **: g_set_prgname() called multiple times18:22
kukiWallpaper switch failed; No wallpapers18:22
zjblabs_MetaPhaze: sure, but the point is how the developers misconstrewed how a real gnome desktop is supposed to look18:23
zjblabs_purple?18:23
PJSingh5000ghostnick11: try cvt 1280 720 7518:23
zjblabs_by the way, what is the live cd root password?18:23
zjblabs_or is that a secret?18:23
lapionzjblabs_, purple rain was a good record18:23
MetaPhazezjblabs_, give me the md5 and ill crack it ;)18:23
PJSingh5000ghostnick11: (or you can also try the 1024x768, if your video card doesn't support it; that would be cvt 1024 768 75018:24
jrib!root | zjblabs_18:24
ubottuzjblabs_: 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/RootSudo18:24
zjblabs_MetaPhaze: heh, this isn't a dinky little LM hash :P18:24
shadertestsudo passwd18:24
MetaPhazeive done md5(salt(md5)(salt)18:24
jribshadertest: please don't blindly recommend that18:24
zjblabs_shadertest: heh, just was I was thinking, thanks18:24
MetaPhazecan anyone help me implement a bug fix in to my livecd distro?18:24
jribzjblabs_: ubottu has the correct answer18:25
PJSingh5000ghostnick11: (sorry for the exta zero; should be ... cvt 1024 768 75)18:25
MetaPhazei need help getting ubuntu to reconize a drive connected to a marvell adapter18:25
zjblabs_jrib: sudo grants all root permissions in this case?18:25
zjblabs_odd... why not just have a root password?18:25
HOSTALNICK/ okassiblop:irc!!!???18:25
lapionso anyone in here use a usb drive as thier main drive ?18:26
jribzjblabs_: ubuntu locks the root account.  instead the initial user is given sudo access.  On the live cd the default user is ubuntu and the password is blank18:26
MetaPhazeHave issue similar to this https://bugs.launchpad.net/ubuntu/+source/linux/+bug/352336 need help18:26
zjblabs_jrib: roger that18:27
ghostnik11pjsingh5000: here is what i got so far: http://paste.ubuntu.com/523416/18:28
=== rizzuh_ is now known as rizzuh
PJSingh5000ghostnik11:  There's one more thing you can try...  It seems like some people have had success adding the new mode to their xorg.conf file, even though xrandr gives this error.18:31
leg3ndhey guys, working on some encryption on a new drive. I was curious if there was any risk to leaving the windows partition unencrypted (it has no sensitive information), while i full disk encrypt the other 2 drives.18:32
Kir_NFSHello all!18:32
ghostnik11pjsingh5000: okay how can i go about getting the 1024x768 or 1280x720 resolution through the xorg file18:32
Brando753guys I have three separate ubuntu partitions, two are entirely encrypted with a seperate /boot and one is a normal partition. Grub is only seeing the normal partition18:32
leg3ndBrando753, 2 drives? or 1?18:33
Brando753118:33
Brando753they are all logic partitions18:33
PJSingh5000pjsingh5000: give me a few minutes to find an example for you.  I had setup a display on an LCDTV some time back, so I'll have to look for the file so you can use it as an example.18:34
leg3ndBrando753, id try to boot from a live cd, mount the /boot parition, chroot into it, then run grub-install18:34
leg3ndBrando753, that could over ride the old paritions boot loader, hopefully18:34
glaucousWhat is the max amount of logical partitions you can have in an extended partition?18:35
omarhi! i installed vidalia but is there a tor package in the repositories? i could not find one18:35
ghostnik11pjsingh5000: perfect, thanks18:35
oliver602is it possible to register a nick on gimpnet?18:35
Brando753well ive run update-grub, and it cant find them, will it make a diffrence to do it on a live cd18:36
guntbertoliver602: is that supposed to be an ubuntu support question?18:36
leg3ndBrando753, your running update-grub on the unencrypted drive im guessing18:36
leg3ndBrando753, and i said grub-install, not update18:37
Brando753ya i was18:38
linear4shadertest~sama! yo18:38
Brando753will try grub-install18:38
jfeole /set irc_conf_mode 118:38
leg3ndBrando753, you might be able to do it from where you are if your not in the encrypted parition18:38
Brando753will check back in a few mins to say if it worked18:39
leg3ndBrando753, mount /dev/sd** /mnt, chroot /mnt /bin/bash, grub-install18:39
lapionHello I have a laptop with a defect sata controller, and have been happily running ubuntu from an external usb-hdd for the past 2 years.18:39
PJSingh5000ghostnik11: would you please check if there is a file called xorg.conf in /etc/X11 ?  (There probably won't be, but just wanted to check).18:39
lapiononly since upgrade to lucid and now meerkat have I been having disconnects of the system-usb-drive18:39
majidHi. I've found a bug in Ubuntu. How can i report it?18:40
lapionhas anyone had any such problems ?18:40
jfeoleirssi18:40
smalls(10.10 Netbook) Can someone tell me how to 'enable' the desktop so i can place and view files on it, right click for menu, etc? (not nautilus, but the actual desktop) Thank you.18:40
FriarI have a webserver at home and I'm wondering if I can stream video from it.18:40
leg3ndAnyone know if theres a risk leaving an unencrypted windows partition on a dual booted full disk encryption linux box?18:40
Friarright now I can browse the videos on it just by browsing the file system that I have in place....but I'd like to be able to stream something.18:40
Friaris that possible?18:40
kingahi18:41
anvoWhere is the Hardware compatiblity list for Ubuntu?18:41
leg3ndFriar, dont try sshfs becuase its slow as hell when i used it18:41
leg3ndFriar, if you could convert them into a flash based system it would work really well (alot of work)18:41
Friarleg3nd, I use ssh to download complete movies, but waiting 90 minutes for a movie is a pain...I should be able to stream....18:42
Friarleg3nd, I have no experience with flash at all....so I think that is a no go.18:42
Spencer_can anyone help?18:42
leg3ndFriar, i kinda gave up that that point when ssh was sluggest with a t1 connection host side and a 15mbsp upload server side.. (10 miles)18:43
Spencer_import java.awt.Color;18:43
Spencer_import java.awt.Container;18:43
Spencer_import java.awt.Dimension;18:43
Spencer_import java.awt.Font;18:43
Spencer_import java.awt.Graphics;18:43
FloodBot1Spencer_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.18:43
Spencer_import java.awt.Image;18:43
leg3ndFriar, there could be some kind of video content management system that automaticlly makes the files flash, not sure though18:43
Friaryeah....leg3nd, my ssh connection only allows be 100kB/s so it takes a while.18:43
leg3ndFriar, 100kbs from outside your LAN right? lol18:44
lapionleg3nd, he wasn't talking about using flash, he was talking about streaming18:44
ghostnik11pjsingh5000: nope no x11conf in the x11 folder18:44
smalls(10.10 Netbook) Can someone tell me how to 'enable' the desktop so i can place and view files on it, right click for menu, etc? (not nautilus, but the actual desktop) Thank you.18:45
kingahi18:45
leg3ndlapion, have fun streaming a high quality movie without flash18:45
leg3ndlapion, you tell me how that goes bro18:45
kingaHI18:45
CharlieRootDCC SEND "LOL.EXE" 0 0 018:45
FloodBot1NOTICE - The above was an exploit attempt that may have disconnected some users. Please ignore it, or type « /msg ubottu exploit » for more information.18:45
stephen_Best tiling system for openbox, anyone?18:45
Pilopewonice18:45
kingaI18:45
wixo /msg ubottu exploit18:46
wixolol18:46
Monotokoscript kiddies again...18:46
Pilopewbarbara streisand?18:46
Monotoko-sighs-18:46
Monotokoanyway! Need your help18:46
Pilopewujelly18:46
glaucousWhen partitioning. If I'm just going to have Linux and some storage on a drive, is there a reason to create primary partitions at all? Couldn't I just create one Extended, and then use Logical?18:46
Monotokohow do I stop outgoing traffic through port 80?18:47
EDinATL2primary partitions make it easy to recover data18:47
MonotokoI only want people to be able to use port 8080 (squid proxy)18:47
ghostnik11pjsingh5000: sorry meant to say no xorg.conf file18:47
Friarleg3nd, sorry...yes...i get that when I'm in germany and my server is in the US.18:47
PilopewDCC SEND "lol.exe" 0 0 018:47
Pilopewsorry had to try it18:47
EDinATL2partitions in general help you logically segment your space to give hard limits to certain folders18:47
Pilopewalso18:48
smallsmonotoko -- il handle this one18:48
PJSingh5000ghostnik11: that's fine.  I'm posting an xorg.conf file for you...18:48
smallsmonotoko, do you have iptables installed? (you should)18:48
ghostnik11pjsingh5000: cool18:48
Monotokosmalls, yepp18:48
Monotokono idea how to use it18:48
EDinATL2glaucous: oh I see what you mean18:48
Monotokobut its there18:48
albertoHello, good afternoon18:48
=== neto is now known as kkkkk]
EDinATL2glaucous: if you just want a giant glob of storage you don't have to create a partition but I still would18:48
MetaPhazeTrying to install Ubuntu 10.10 on my system. I have TWO controllers for SATA storage. Intel controller is set to RAID with 2 SATA drives. Marvell controller is set to IDE with one drive. Trying to install ubuntu to SATA drive on Marvell controller that is set to IDE. Ubuntu can not find that drive, only sees the RAID volume on the Intel controller. Any ideas?18:49
smallsmonotoko --     iptables -I OUTPUT -p tcp --sport 80 -j DROP18:49
smallswait..18:49
Monotokosmalls...awesome thank you :D18:49
Monotokoohh18:49
Monotoko?18:49
lea123Hi I just wanted to know if the dual boot of Ubuntu over Windows Vista gives any problems as such.  i was watching a video on google and it says partioning the disk wouldn't always work..18:49
smallsmonotoko --     iptables -I OUTPUT 1 -p tcp --sport 80 -j DROP      ^there18:49
EDinATL2one time I think I had an issue with a drive because it was done as /sdb and not /sdb118:49
Monotokosmalls...hehe thanks :D18:49
smallsmonotoko with the -I you have to specify where to insert... the 1 after OUTPUT makes it the first rule =)18:49
glaucousEDinATL2, I'm going to partition, of course. But I don't seen a reason to use PRIMARY partitions when you can use LOGICAL? As far as I know its only Windows that requires primary.18:50
lea123Is everyone using a pure Ubuntu machine or has a dual boot option with windows ?18:50
Monotokosmalls...i assume output means outgoing traffic?18:50
EDinATL2logicals are less clean18:50
EDinATL2don't do logical unless you have to18:50
lea123Could anybody help me with their experiences18:50
EDinATL2it's only a way to give you more than 4 partitions18:50
Monotokolea123, im dual booting18:50
bladeanybody know how to change default text for gltext screensaver??18:51
wixoleal32, i have windows on sdb, sda is ubuntu of course18:51
Nomlol18:51
EDinATL2if you need to recover data, it's much harder to deal with logical partitions18:51
smallsmonotoko, type "iptables -nvL" and you can see your rules. you have INPUT, OUTPUT, and FORWARD. you can also add custom chains. Might I give you a suggestion for your rules?18:51
=== Nom is now known as Torpedo
Torpedok18:51
glaucousEDinATL2, okay I see18:51
=== Torpedo is now known as Man_the_Torpedo
Monotokosmalls...of course you may :) I need to learn to use iptables, its one of the more scary commands to look at18:51
lea123Was it a first time right attempt ? Monotoko and Wixo ?18:51
smallsdo you run anything on your computer (services) that people need to connect to?18:52
Monotokolea123, Its only ever gone wrong once for me18:52
wixoleal, yes18:52
lea123Monotoko I would be interested from learning from your experience ...18:52
Man_the_Torpedololsup floodbot18:52
Monotokosmalls, i run a small SSH server on port 80 (so I can connect from college -whistles innocently-)18:52
lea123What happened ??18:52
rizkhanhow to use my computer as a wifi access point .. so that my mobile devices can use the internet as well18:52
PJSingh5000ghostnik11: did you get my paste?  It doesn't seem to be working.18:52
smallslea123, I am also dual booting -- ubuntu makes it very simple and handles ALL the work for you.18:52
Monotokolea123, I got an error at bootup the one time it didnt work from grub18:53
Evi1CoderNOTICE: FREENODE IS CHANGING HOW YOU CONNECT TO IT! Starting November 3rd, ALL USERS will be required to use SASL to connect to freenode. You will need to automatically log into nickserv, and have this enabled in your client. Please /join #freenode and/or message a staffer for details!!! Evi1Coder sandyd ganja rizkhan Veris kamar Tayne _jeremy_ CodeRed b00m_chef gay_ blade Elisha Man_the_Torpedo WindPower_ Schmallon karlF duckydan no--name alberto Oom Bookm18:53
Evi1CoderNOTICE: FREENODE IS CHANGING HOW YOU CONNECT TO IT! Starting November 3rd, ALL USERS will be required to use SASL to connect to freenode. You will need to automatically log into nickserv, and have this enabled in your client. Please /join #freenode and/or message a staffer for details!!! davidpsmith oski El_guappo Callum__ Evil_DuDe pldn rizzuh buspital SpyderSphere Varox aL3x kinks rooks Kir_NFS sandyd_ ring1 patcito zjblabs_ Kasjopaja markkanennikojoe ten18:53
Evi1CoderNOTICE: FREENODE IS CHANGING HOW YOU CONNECT TO IT! Starting November 3rd, ALL USERS will be required to use SASL to connect to freenode. You will need to automatically log into nickserv, and have this enabled in your client. Please /join #freenode and/or message a staffer for details!!! igor_ edbian azunyaa-roku dlublink keii hisral jono g0tcha` galadude raeez trigrou ben_ nico-_ drudge_ goshawk baba Ronald nico- Muffler toxictux Spencer_ theAdib symptom e18:53
Evi1CoderNOTICE: FREENODE IS CHANGING HOW YOU CONNECT TO IT! Starting November 3rd, ALL USERS will be required to use SASL to connect to freenode. You will need to automatically log into nickserv, and have this enabled in your client. Please /join #freenode and/or message a staffer for details!!! eurythmia kek Wizart srijan4 eusto mitha`notey poutine mas_ unkw caffeinegum Diverdude apelgate AltaDeSaxa Roasted ben_q Terminator steph021 XLV Wo-TaoYan jrolland-ubuntu j18:53
Evi1CoderNOTICE: FREENODE IS CHANGING HOW YOU CONNECT TO IT! Starting November 3rd, ALL USERS will be required to use SASL to connect to freenode. You will need to automatically log into nickserv, and have this enabled in your client. Please /join #freenode and/or message a staffer for details!!! pneftali timo hiromi halvors xerox1 mike9055 icewaterman SegFaultAX nullvariable DeEM0N mikebeecham starn sresu mindlesstux tech2077 herbmonk Corndawg_ M3de minlawoo anygiv18:53
MetaPhazesmalls, not really18:53
Man_the_Torpedowtf18:53
Man_the_Torpedololwut18:53
MetaPhazeusing Win7 and can't even install Ubuntu18:53
macoMan_the_Torpedo: spambot, please ignore18:53
smallsmonotoko ... im assuming there is a proxy blocking certain things at the school =)18:53
albertoCan anyone help me with VLC and LIRC, please?18:53
ghostnik11pjsingh5000: nope didn't get your paste18:53
Monotokosmalls...yepp hehe :)18:53
Man_the_Torpedomaco: k18:53
lea123Smalls Yeah but this video just rattled me a bit18:53
Man_the_Torpedohax18:53
lea123saying its not the best way ..18:53
rizkhanhow to use my computer as a wifi access point .. so that my mobile devices can use the internet as well18:54
Spencer_<Spencer_> http://paste.ubuntu.com/523424/plain/18:54
Spencer_<Spencer_> OK, I wanted to get ubuntu, and I have windows xp, so I got the ubuntu Windows installer and installed it, and I rebooted, and It had Windows xp on the boot menu and ubuntu, but when I go to ubuntu, it goes to either power saver mode then black, but the computer is still on, but its just black. or it goes to install ubuntu try ubuntu with out installing menu and its purple, when I click any of those t18:54
Spencer_<Spencer_> hings, it goes black then power sa18:54
Spencer_<Spencer_> <Spencer_> ver mode then black and repeats! So I went back on xp and I burned ubuntu to a CD and the same thing happpened but when I boot from CD, it goes black also. so I ordered a CD from the site and It should be here within 7-10 weeks but I dont want to wait, can someone help?18:54
FloodBot4Spencer_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.18:54
Man_the_Torpedorizkhan: it's called a router18:54
Spencer_<Spencer_> Time of this report: 10/31/2010, 11:46:0818:54
Spencer_<Spencer_>        Machine name: KIDSCOMPUTER18:54
Spencer_<Spencer_>    Operating System: Windows XP Home Edition (5.1, Build 2600) Service Pack 3 (2600.xpsp_sp3_gdr.100427-1636)18:54
Spencer_<Spencer_>            Language: English (Regional Setting: English)18:54
sakekasiis there any way to set the default brightness of my  ubuntu lower?18:54
Spencer_<Spencer_> System Manufacturer: Compaq Presario 06118:54
Man_the_Torpedoffs18:54
Spencer_<Spencer_>        System Model: RE473AA-ABA SR2020NX NA68018:54
LjL!ops | Spencer_18:54
Man_the_TorpedoSpencer_: COPY PASTA18:54
Spencer_<Spencer_>                BIOS: Phoenix - AwardBIOS v6.00PG18:54
Spencer_<Spencer_>           Processor: AMD Athlon(tm) 64 Processor 3500+,  MMX,  3DNow, ~2.2GHz18:54
MetaPhazekick Spencer18:54
Spencer_<Spencer_>              Memory: 1982MB RAM18:54
jpdsSpencer_: Yo.18:54
smallsmonotoko -- i am going to PM you a ruleset i use18:54
oliver602can someone direct me to a channel related to irc help18:54
albertoDoes anybody know the why some lirc commands work in vlc and some other don't?18:54
macoi was just gonna +q18:54
jpdsoliver602: #freenode18:55
=== Guest98275 is now known as phenom
oliver602jpds: thanks18:55
Oomcamel tits18:55
albertoWill you help me out with that?18:55
Oomwrong chan18:55
macoOom: er....18:55
rizkhanhow to use my computer as a wifi access point .. so that my mobile devices can use the internet as well18:56
Oomsorry, someone was asking how arabics get milk18:56
LjLSpencer_:  try using the *pastebin* next time.18:56
=== WindPower_ is now known as WindPower
Spencer_kk i will can u help18:56
albertoDOes anybody know something about this?18:56
albertoDoes anybody watch tv on linux?18:56
albertoI mean dvb-tv18:56
Spencer_http://paste.ubuntu.com/523432/plain/18:56
macoSpencer_: does the cd get all the way to the "try or install?" screen?18:56
Spencer_yes18:57
macoSpencer_: if so, try hitting a key to bring up the boot option menu, and remove "quiet splash" and put in "text"18:57
macoSpencer_: thatd at least get plymouth out of the way to show errors if plymouth is whats bugging out18:57
Spencer_quiet splash?18:57
karlF_Hey. I'm trying to reinstall GRUB after installing windows, but it isn't working. Can someone PLEASE explain what I should do?18:57
macoSpencer_: yeah...the kernel boot options by default include "quiet splash" at teh end18:58
PJSingh5000ghostnick11:  on a commandline type... gksudo gedit /etc/X11/xorg.conf18:58
Spencer_ESC Boot Menu?18:58
Spencer_F1 Setup?18:58
PJSingh5000ghostnick11: then paste the contents of... http://paste.ubuntu.com/523435/18:58
rizkhanhow to use my computer as a wifi access point .. so that my mobile devices can use the internet as well18:58
karlF_rage18:58
niteshadeyo, need some help.  How do i add holidays to the gnome calender?18:59
Spencer_ooohohhh the Compaq logo at the begniing?18:59
albertoI got a problem: Some commands in .lircrc work in vlc and some other don't. I've done a lot of research but I still can't find a solution for this. Among other things, I can't switch the Audio track language by pressing a button on the remote.18:59
lea123Hi IF i'm installing Ubuntu is it absolutely necessary to partition the disk. Since I have already partioned my disk C and D  and I happy to forego 125GB of HDD for Ubuntu installation18:59
MetaPhazeTrying to install Ubuntu 10.10 on my system. I have TWO controllers for SATA storage. Intel controller is set to RAID with 2 SATA drives. Marvell controller is set to IDE with one drive. Trying to install ubuntu to SATA drive on Marvell controller that is set to IDE. Ubuntu can not find that drive, only sees the RAID volume on the Intel controller. Any ideas?18:59
karlF_RAGE18:59
niteshadeanyone?19:00
rizkhan00:00 is cooool19:00
rizkhan:P19:00
MetaPhazeIs there a dedicated Ubuntu help channel?19:00
MuscovyIs there a way to make the Update Manager install all updates on its own?19:00
bladekarlF_, http://ubuntuforums.org/showthread.php?t=158109919:00
lea123Anybody any advice for me ??19:01
LantoHi all19:01
=== dreamtraveler is now known as noobuntu
lea123Hi IF i'm installing Ubuntu is it absolutely necessary to partition the disk. Since I have already partioned my disk C and D  and I happy to forego 125GB of HDD for Ubuntu installation19:01
niteshadeyo, need some help.  How do i add holidays to the gnome calender?19:01
rizkhanguys, need help... how to use my computer as a wifi access point .. so that my mobile devices can use the internet as well19:01
Taynerizkhan: I think that only works the other way around19:02
TayneAt least normally19:02
LantoI need help for a scsi scanner... I've got a lot of message from scsi card ">>>>>>>>>>>>>>>>>> Dump Card State Begins <<<<<<<<<<<<<<<<" after upgrade from 10.04 to 10.1019:02
rizkhanTayne: no its works the other way as well .. m sure ..19:02
UbuntAlexcould a faulty harddrive be at fault for causing my system to lock up every time i try to format and install ubuntu 10.10?19:02
karlF_blade: I already tried that, and it didn't work. It said that grub installed successfully, but I reboot and there is still no grub menu.19:02
rizkhanTayne: i have an internet connection .. i have to share it using wireless19:03
Taynerizkahn: look for some freeware that could do it maybe?19:03
linear4lea123, Why, what filesystem are you using currently?19:03
lea123Windows VISTA ..19:03
niteshade...is a shitty OS19:03
UbuntAlexanybody?19:03
karlF_Jesus christ, I hate this bullshit19:04
shadertestso...19:04
shadertestNTFS?19:04
edbianniteshade, ha19:04
Pici!language | niteshade karlF_19:04
ubottuniteshade karlF_: Please watch your language and topic to help keep this channel family friendly.19:04
linear4lea123, Well, I don't think you can install Ubuntu over NTFW, which is what Windows Vista would have used.19:04
bladekarlF_ : i did it just today and it worked fine. what kind of prompt are u gettin after booting?19:04
karlF_LOL19:04
niteshadesorry19:04
karlF_blade: Nothing. it boots up Windows.19:04
niteshadedidn't know i couldn't say shit...  Oops, i said it again!19:05
UbuntAlexdid you install ubuntu already?19:05
UbuntAlexdid you install windows AFTER ubuntu?19:05
MetaPhazeCan someone assist me with Ubuntu installation?19:05
Pici!guidelines > niteshade19:05
karlF_Me? Yes, that is the point. That is why I've lost grub.19:05
UbuntAlexbecause windows by default says forget you GRUB19:05
karlF_Yes, I know that. That is why I am trying to reinstall grub.19:05
MuscovyMetaPhaze: what would you like to know?19:05
UbuntAlexok. and? just pop in your ubuntu install disk19:05
Mikhail51no. yhis is notebook my girlfriend19:05
lea123NO I am planning to install Ubuntu over Vista19:05
albertoIs this a help channel?19:05
albertoNo one answers19:05
MetaPhazeMuscovy, Trying to install Ubuntu 10.10 on my system. I have TWO controllers for SATA storage. Intel controller is set to RAID with 2 SATA drives. Marvell controller is set to IDE with one drive. Trying to install ubuntu to SATA drive on Marvell controller that is set to IDE. Ubuntu can not find that drive, only sees the RAID volume on the Intel controller. Any ideas?19:05
Phail_Quail!ask | alberto19:06
ubottualberto: 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. :-)19:06
MuscovySorry MetaPhaze, I've never worked with RAID before.19:06
karlF_UbuntAlex: Yes, that is the part that isn't. working.19:06
linear4lea123, On a different partition?19:06
MkS2ExEhello too you all19:06
lea123Yes on D drive thats already partioned19:06
MkS2ExEneed help when runing ubuntu after first insatll19:07
UbuntAlexhmmm19:07
UbuntAlexi've had to do that19:07
UbuntAlexlike 6 times this year.19:07
MetaPhazeMuscovy, I don't want to use RAID though, just a single drive19:07
Subsystem1MkS2ExE: What do you need?19:07
MkS2ExEI get an error on soome virual addres19:07
linear4lea123, Are you installing Ubuntu from windows with it's 'inside windows installtion' thing, or installing it completely separetly?19:07
karlF_fuck this19:07
albertokarlF__ Indeed19:08
MkS2ExEthat is 0x00000008 or something like that19:08
albertokarlF__ No one ever answers19:08
Subsystem1MetaPhaze: You must use gparted from a live CD19:08
MkS2ExEand I intalled ubuntu on my laptop19:08
lea123Yes Linear4 I am installing it separately19:08
niteshadeoh19:08
albertokarlF__  I've been looking for an answer for months, and I still have the same doubt.19:08
niteshadethought i got banned...19:08
Subsystem1MkS2ExE: Hmm. I see.19:08
Subsystem1Did you installed ubuntu from a CD?19:08
lea123Hi IF i'm installing Ubuntu is it absolutely necessary to partition the disk. Since I have already partioned my disk C and D  and I happy to forego 125GB of HDD for Ubuntu installation19:09
niteshadeso is pici the op or something?19:09
MetaPhazeis gparted that partition software?19:09
MetaPhazeif so it didn't see the drive19:09
linear4lea123, In that case I think the answer is yes, you need to reformat to another filesystem if you can.19:09
Phail_Quaillea123, You have already partitioned the drive how you want it?19:09
MkS2ExEI get this error when I want too start ubuntu for the first time after intalling it19:09
MkS2ExEplease help19:10
Subsystem1MetaPhaze: That's a tool you can find in an installation CD?19:10
albertoPhail_Quail Do you know something about vlc?19:10
edbianlea123, To proper install yes, you have to create a new partition19:10
MkS2ExEI don't like my windows 719:10
lea123Yeah Phail_Quail it was already partioned by Vista as C and D 125 GB each19:10
HohoGohello! i've a problem with the new kernel19:10
Phail_Quailalberto, I have yet to see your question. Would mind detailing it please? I am sorry if I missed it.19:10
Phail_Quail!ask | HohoGo19:11
ubottuHohoGo: 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. :-)19:11
Oom.19:11
MetaPhazeDisk management tools in Ubuntu do not even see the drive, OR the controller19:11
MetaPhazejust the Intel one19:11
LantoI need help for a scsi device ... I've got a lot of message from scsi card in messages log after upgrade from 10.04 to 10.1019:11
Phail_Quaillea123, then it needs to be repartitioned. Windows Vista uses NTFS, which is incompatiable with Linux.19:11
Phail_Quail!ask | Lanh19:12
ubottuLanh: 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. :-)19:12
Subsystem1MkS2ExE: You must try making a fresh install.19:12
Phail_Quail!ask | Lanto19:12
ubottuLanto: 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. :-)19:12
Subsystem1MetaPhaze: Don't worry.19:12
Subsystem1Which laptop do you have?19:12
lea123OK Phail_Quail then in that case how do I go about repartioning ? thru VISTA DISK Management19:13
MetaPhazeok i guess ill reboot and look for this gparted tool19:13
MkS2ExEI have tried too make a fresh install but I got same error19:13
Dr_Willislea123:  under windows there may be a way to resize your D: leaving part of the Disk at the end unallocated. the ubuntu installer can then use the unallocated space.19:13
linear4lea123, When you install ubuntu it will ask you to partition. Windows Vista can't partition to anything other than like NTFS and FAT I think.19:13
wolfric_if i take read permissions off "other" off sshd_config, should sshd still work? It's under nogroup and the file's group is root however it still seems to work when i stop and start it back up again.19:13
Phail_Quaillea123, you don't use Windows anything.19:13
wolfric_woops19:13
smalls(10.10 Netbook) Can someone tell me how to 'enable' the desktop so i can place and view files on it, right click for menu, etc? (not nautilus, but the actual desktop) Thank you.19:14
HohoGoHello there! I've just downloaded the last release 10.10 and I discovered that it doesn't work correctly with my wireless card. The wi-fi router is 6/7m far and signal is good. 2.6.32-25 works correctly and it connects successfully. By 2.6.35 it tries to connect, but it isn't able to do it: to made the laptop connected i have to come with it near the router and then, i can come back to the original position an surf the net. Can you solv19:14
HohoGoe this problem? Here it is my wireless card: 02:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)19:14
Subsystem1MkS2ExE: So which drive do you have?19:14
albertoPhail_Quail Don't worry :) - The thing is I can't completely control vlc with my remote, because not every command in .lircrc works.19:14
MkS2ExEI have MSI-is laptop CX620MX19:15
Subsystem1MetaPhaze: No Gparted is in the live CD, not in your ubuntu installation.19:15
Dr_Willisis gparted on the live cd any more? I dont rember.19:16
allu2hey, is there a channel where i could ask for help in pyhthon? (i know this isn't really place to ask about it :$ )19:16
Subsystem1MkS2ExE: Send my private messages.19:16
HohoGono one helps me :(19:16
Subsystem1MetaPhaze: Send my private messages.19:16
erUSULallu2: #python probably19:17
lea123Dr_Willis : However Linear4 seems to have a different opinion I guess -19:17
Dr_WillisHohoGo:  theres been known problems with  some wireless card/drivers. You did check the forums?19:17
aufufhuhi19:17
allu2erUSUL: thanks i'll try19:17
MkS2ExESubsystem1: How too send a private message?19:17
=== nick is now known as Guest79513
=== hunter is now known as Guest17928
linear4 /msg19:18
tron__¿se puede instalar drivers en live usb?19:18
lea123I am confused now ... 2 contradictory ideas19:18
MkS2ExEI am using KVIrc19:18
erUSUL!es | tron__19:18
ubottutron__: 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.19:18
Dr_Willislea123:  either one can work.19:18
tron__ok, gracias19:18
Dr_Willislea123:  you could even use a gparted live cd. and set things up exactly how you like.19:18
Subsystem1MkS2ExE: Do you see a list with all people connected to this conversation?19:18
Dr_Willislea123:  Im not sure if XP can resize ntfs or not.. I know vista and win7 can.19:18
MkS2ExESubsystem1: Yes19:19
aufufhui want to register a video in "high quality" with the notebook camera, what software i must used?19:19
MkS2ExEand I am looking for you on it19:19
=== aufufhu is now known as gdr86
EranmaneI'm trying to configure a Sweex LW057 WiFi card to my new Ubuntu install. I've installed the Windows driver through ndiswrapper, but it's still registering as UNCLAIMED.19:19
Subsystem1MkS2ExE: So make a double click on me or press ENTER.19:19
lea123Dr_Willis : Are you saying I just proceeed with the installation of Ubuntu on Vista. And ubuntu will install on the vacant drive even though it was created by Vista ?19:19
thequebecguyIm trying to instal unbuntu but it wont let me advance passed the Who are you? part19:19
gdr86i want to register a video in "high quality" with the notebook camera, what software i must used?19:20
Subsystem1MkS2ExE: And now a new tab will be appear19:20
Dr_Willislea123:  the ubuntu Installer CAN resize windows ntfs/vfat partitions. But ive found teh Vista/Win7 tools faster at that..19:20
Taynethequebecguy: What do you mean won't let you advance?19:20
gdr86can someone help me19:20
Dr_Willislea123:  OR if you resize the windows partitions  somehow. Ubuntu can easially use the unallocated space.19:20
thequebecguyI fill out the page but the forword button is still grey19:20
Dr_Willislea123:  befor letting Ubuntu resize. You should defrag the windows drives. and make backups of course.19:20
HohoGoDr_Willis there's nothing about my wireless card: it doesn't work when i'm a bit far from the router but linux recognizes it... with 10.04's kernel even if i'm 6m far from router i am able to connect, with 10.10 it finds wi-fi connection but it can't connect from that position19:20
dborbahey - anyone know how to get beep to work on a shell?19:21
lea123Dr_Willis my orginal question is do I need to partion if its already partioned into 2 drives C and D.. Yes I am through with defrag19:21
albertoPhail_Quail Don't worry :) - The thing is I can't completely control vlc with my remote, because not every command in .lircrc works.19:21
mrnelson1986 know how to automatically connect to wifi? like before login so that if I reboot a cpu from teamviewer i will be able to connect via ssh and login? using ubuntu 10.1019:21
Licuadoramy wlan0 stoped working19:21
smalls(10.10 Netbook) Can someone tell me how to 'enable' the desktop so i can place and view files on it, right click for menu, etc? (not nautilus, but the actual desktop) Thank you.19:21
Taynethequebecguy: Something must not be filled out correctly. Make sure your username is in lowercase?19:21
Dr_Willislea123:  the installer can resize the D: and make linux partitions.. so 'yes' it will get repartioned...19:21
thequebecguyThanks19:21
Dr_Willislea123:  You dont install linux to NTFS/vfat some how or another.  proper linux partitions will need to be made. The installer can do this. Or you can do it and help the installer out.19:22
LicuadoraNow, everytime I restart it, the Network manager wont detect any signal, it is working in my Netbook though19:22
lea123Dr_Willis : What if I don't require any further partion I am happy to allocate 125 GB to Ubuntu19:22
alex_mayorgaHi! Looks like I have bug 476866 can someone help me to enable two finger scrolling?19:23
mrnelson1986lea123, it is best to have a seperate /home partition so if you need to fresh install your ubuntu distribution to a new version then you don't lose all of your files and settings19:23
lea123Dr_Willis Are you saying the ubuntu installer would still need to be given the original partions 125 each so that it partitions in the linux format19:24
lea123125 GB19:24
mrnelson1986 know how to automatically connect to wifi? like before login so that if I reboot a cpu from teamviewer i will be able to connect via ssh and login? using ubuntu 10.1019:24
creatureHello. I've just upgraded my 9.10 install to 10.04 (on my way to 10.10), and my system now hangs on startup after mounting my drives. I don't get any prompts for a recovery shell or anything like that. Any ideas?19:24
albertoPhail_Quail Don't worry :) - The thing is I can't completely control vlc with my remote, because not every command in .lircrc works.19:25
dborbatrying to get beep to work on a shell. right now it doesn't produce any sound - anyone know how I might be able to fix it?19:25
smalls(10.10 Netbook) Can someone tell me how to 'enable' the desktop so i can place and view files on it, right click for menu, etc? (not nautilus, but the actual desktop) Thank you.19:25
=== 84XAA6MWP is now known as happyhessian
happyhessianquick regex question: how would i search for strings that begin with word ABC and end with word XYZ with anything in the middle?19:25
Dr_Willislea123:  you can tell the installer to make partitiosn whatever size you want.19:25
creatureThe system is still "live", in that I can switch between VTs and it responds to caps lock, etc.19:25
dborbahappyhessian, ^ABC.*XYZ$19:25
Dr_Willislea123:  thus the use of my term 'resize' several times. :) it can resuize the 125 down to say.. 60, and give the rest to Ubuntu19:26
lea123Dr_Willis I understand that , but do I need to re-partion it in linux is my question for the same sizes thats the thing that I am trying to understand19:26
Dr_Willislea123:  you are sort of making this way too hard.  The installer can do this all for you basically. You may want to change the sizes to suite your needs.19:26
dborbahappyhessian, in the future do go to an appropriate channel though... #regex is a good place for regex help19:27
Dr_Willislea123:  the installer WILL repartiion the drive. via resizeing the windows partition.19:27
gdr86i want to register a video in "high quality" with the notebook camera, what software i must used?19:27
HohoGo-.-19:27
Taynegdr86: Does cheese reconize your camera?19:27
Dr_Willislea123:  example --> (C:) (D:) ----- becomes --> (C:) (D: now smaller) (Linux /) (swap)19:27
Taynerecognize*19:28
gdr86cheese not so good... do you know where XawTv save file after registration?19:28
Dr_Willisgdr86:  vlc can also record webcams   I belive.19:28
gdr86mmm...i try now...19:29
lea123Dr_Willis . Thats the thing I don't want to make it smaller I am happy to give it all the 125 GB it has in C and D.  Do you see my point ?19:29
lea123I meant I don't want to resize D at all19:29
mrnelson1986lea123,  you want to eliminate your windows partition?19:29
lea123NO I don't want to eliminate it19:29
mrnelson1986lea123, you have a C: with the OS (windows) on it already, and a D: with space that you want to use for linux?19:30
lea123Thats it Mrnelson1986 Thats what I wanted to tell all along :)19:30
MuscovyIs there a way to make the Update Manager install all updates on its own?19:30
Dr_Willislea123:  then tell the installer to use all of D:19:31
Dr_Willislea123:  or delete the D: partition in windows.. reboot linux cd.. tell it to use the unallocated space..19:31
bladeMuscovy : do you want to automate the update process?19:31
HohoGono one answered me :( bye bye19:31
Muscovyblade: yes19:31
lea123I will go with the former option asking Linux to use all of D19:32
Dr_Willislea123:  if you are using all 125gb of D:  to linux.. you are deleteing D: basically19:32
lea123How ??19:32
Dr_Willislea123:  you want to save the data on d:?19:32
jameswvnone of my ./ files will run it just gives me  No such file or directory19:32
lea123data as in ?19:32
Dr_Willislea123:  the use of the term D: is not a linxu term.. you will NOt see the linux drives under windows.. they dont use C: D: letters.19:32
jameswv10.0419:32
Dr_Willislea123: data as in files on D: now...19:32
Scuniziwhen I install Samba-doc-pdf from the repos.. where do I find it?19:32
macojameswv: are you starting in the wrong directory?19:33
smalls(10.10 Netbook) Can someone tell me how to 'enable' the desktop so i can place and view files on it, right click for menu, etc? (not nautilus, but the actual desktop) Thank you.19:33
jameswvnope19:33
jameswveverything is here19:33
mrnelson1986lea123, you will want ot move whatever is on the D: partition to your C: partition so you don't lose your data (if any), second step is to boot into the live cd, use an application called gParted under administration-->system and delete the partition D: using gParted, third step is to install ubuntu and tell it to install side by side with existing OS19:33
jameswvit makes no sense19:33
Scuniziwhen I install Samba-doc-pdf from the repos.. where do I find it?19:33
WolfangoHi all. I'm gettin crazy with Pure-FTPd on my server. It works like a charm when I download files from server to client using software like CuteFTP, SmartFTP and Filezilla. But somethings strange happen when I use download manager like DAP, IDP, Flashget... I get the error: "Connection failed or refused". What could it be?19:33
macojameswv: ./ means "in the current directory" so check with "ls ." that they're actually there19:33
jameswvyep no it's really there19:33
jameswvcould it be that something isn't installed properly?19:33
Dr_WillisScunizi:   proberly /usr/share/docs I think. or use the package manager to check the details of the package.19:33
gdr86what is the "street" of my webcam? /dev........19:33
buntunubhey all, I am running Kubuntu Lucid and want to upgrade to KDE 4.5.2... Is there any way I can do this or does anyone know of a ppa that has it?19:33
vigge_sWehi19:34
ScuniziDr_Willis: thanks.. how do I use the package manager to check the details of the package?19:34
vigge_sWeI have some weird problem going on again19:34
vigge_sWeall the window borders are gone19:34
mrnelson1986 know how to automatically connect to wifi? like before login so that if I reboot a cpu from teamviewer i will be able to connect via ssh and login? using ubuntu 10.10 anyone?19:34
Scunizibuntunub: the kubuntu.org site I believe has instructions on where the ppa is.19:34
vigge_sWeso I cannot focus on anything else than xchat19:34
lea123OK I don't have any files or data in D : MrNelson1986 why delete D ??19:34
Taynevigge_sWe: You probably "un-decorated" all windows19:34
Dr_WillisScunizi:  start package manager tool.. search for the package.. check its proeprties/details..19:34
vigge_sWeTayne: no it just did this all by itself19:34
tron__my english is bad, do you know "Melchior" programa?19:35
Dr_Willislea123:  linux MUST use the space where 'd' is at.. its not using d; its using the part of HD where D is at..19:35
dborbavigge_sWe, try to go to the appearance preferences in the system>preferences menu and changing it back and forth19:35
Taynevigge_sWe: Hrrmm. Not sure. Try logging out/in?19:35
tron__ my english is bad, do you know "Melchior" program?19:35
ScuniziDr_Willis: looks like I'll be installing synaptic.. I'm on kubuntu 10.04 right now and KPackageKit has a lot to be desired over Synaptic19:35
mrnelson1986lea123, because if you delete it, then it will be "unallocated" space, and ubuntu will automatically choose it to install the linux partition formatted at ext instead of NTFS19:35
vigge_sWeTayne: I am rendering stuff in terminal that I don't wanna lose :o19:35
dborbatron__, what language do you speak?19:35
marta._.19:35
Dr_Willislea123:   so use windows tools, delete the D: drive. boot linux cd.. start the installer..  tell it to use unallocated space...19:35
dborbavigge_sWe, try what i suggested & let me know what happens19:35
tron__dborba spanish19:35
martahii!!19:35
=== marta is now known as Guest36915
Dr_Willislea123:  it will then partition the unaloocated space as needed for its linux install.19:35
dborba!es tron__19:36
guntbertdborba: try sudo modprobe pcspkr19:36
Guest36915._.19:36
TayneI speak a little spanish19:36
Guest36915in spaniis19:36
dborbaguntbert, thanks19:36
TayneBut isn't there a spanish channel?19:36
dborba!es19:36
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.19:36
Taynetron_: Hay un canal de espanol19:36
dborbatron__, ^^19:36
tron__oh, i need "Melchior" program19:36
tron__do you know?19:36
mrnelson1986lea123,  use either my method or Dr_Willis method, they both will accomplish what you want and both do essentially the same thing, i just personally prefer gParted to windows tools19:36
MegabyteDoes anyone here use Open Office?19:36
mrnelson1986Megabyte, i use libreoffice now, but what is the question19:37
dborbaguntbert, that worked - thanks a bunch19:37
vigge_sWedborba: still no borders19:37
Taynetron_: Nadie habla espanol en este canal.19:37
Megabytemrnelson1986: libreoffice?19:37
tron__in spanish channel negative "Melchior"19:37
glaucousmrnelson1986, any official PPA available yet?19:37
lea123DR_Willis I think I catch you now .. you were earlier trying to tell me if I were to keep the D drive as it is then Linux will try shrink it or resize it  Right ??19:37
erUSUL!es | Tayne tron__19:37
ubottuTayne tron__: 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.19:37
mrnelson1986Megabyte, no, i use the beta19:37
Megabytemrnelson1986: Is it a special version of Open Office?19:37
Dr_Willislea123:  yes..19:37
mrnelson1986glaucous, no just the beta via .deb19:37
Silivrenionanyone know how to launch the monitors configuration gui via commandline?19:38
tron__i need "Melchior" for installing live usb drivers19:38
Dr_Willislea123:  watch out for windows 'restore' partitions  that may be on the HD with no visible drive letter also...19:38
dborbavigge_sWe, try "metacity --replace" from a terminal or run window19:38
Megabytemrnelson1986: My problem is with numbering demotion19:38
glaucousmrnelson1986, aye (using beta atm)19:38
Megabytefor some reason, when I try to demote numbering it goes from level 1 to 419:38
mrnelson1986Megabyte, it is a fork of openoffice due to Sun company issues, long story, lots of stuff on google about it19:38
Megabytefor instance19:38
AshiSunheya guys19:38
guntbertdborba: you're welcome :-) to make it permanent put it into /etc/rc.local (see https://answers.launchpad.net/ubuntu/+source/beep/+question/111077)19:38
Megabyte1. Contents -> 1.1.1.1 Contents19:38
lea123Thank your Dr_Willis and MrNelson1986 I appreciate your kind help !!19:38
MegabyteInstead of 1.119:38
vigge_sWeone problem, I can't chose another textfield than this one19:38
dborbaguntbert, great - truly appreciated19:39
guntbertdborba: :)19:39
Silivrenionanyone know how to launch the monitors configuration gui via commandline?19:39
vigge_sWeI can paste the command into a terminal, but I can't press enter, because only this textarea is focusable19:39
Megabytemrnelson1986 Still there?19:40
mrnelson1986Megabyte, there should be an option somewhere (not sure where yet) but you can designate how many places that it goes to, trying to figure it out19:40
lea123Dr_Willis restore partitions would be .. sorry :)19:40
adacAnyone familiar with lirc? I cannot get my remote to work. I have the Haupauge nova t stick and a remote control DSR-0112 ....I really don't know how to get this working19:40
guntbertSilivrenion: gnome-display-properties19:40
vigge_sWeif I press "windows" in system->preferences, I get an error that window manager "unknown" does not exist19:40
Silivrenionty19:41
Kritoslap!java19:41
ubottuTo install a Java runtime on Ubuntu, see https://help.ubuntu.com/community/Java. 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.19:41
mrnelson1986Megabyte, it should be under the bullets & numbering options --> Outline (tab)19:42
dborbavigge_sWe, your window manager might have crashed, did you try running metacity or metacity --replace?19:42
vigge_sWedborba: I can't as only xchat's textarea has focus19:42
dborbavigge_sWe, press alt+f2 and type in metacity19:42
Taynevigge_sWe: Logout and back in, or reboot19:42
vigge_sWeno matter how much I try to select another text area, this one is always focused19:42
mrnelson1986 know how to automatically connect to wifi? like before login so that if I reboot a cpu from teamviewer i will be able to connect via ssh and login? using ubuntu 10.1019:43
dborbavigge_sWe, alt+f2 should auto focus its input line19:43
vigge_sWethe alt key seems disabled for some reason... alt+f2 does nothing at all19:43
bladeMuscovy : go to system->administration->software sources19:43
dborbavigge_sWe, wtf :\19:43
MetaPhazeSubsystem1: I did what you said not working19:43
Muscovyblade: it's open19:43
bladeselect update tab and select download all updates in background19:43
MetaPhazeSubsystem1: I am running Ubuntu on the USB drive, but using gparted will not show the device I want to install to19:43
vigge_sWeyeah I know, I think there are some poltergeist in my computer lolol19:44
MuscovyOk.19:44
Taynevigge_sWe: Ctrl+Alt+Del. Reboot19:44
dborbavigge_sWe, if you're keys are gone you really gotta log back in or reboot...19:44
magicianlordwhat's better: lucid or maverick?19:44
vigge_sWehmm I'll wait for the render to complete first, don't wanna lose 2 hours of rendered work lol19:44
Taynemagicianlord: Depends, do you want Long-Term-Support?19:44
Subsystem1MetaPhaze: let's chat in a private conversation.19:44
magicianlordTayne: lts is only 6 months longer than any other release, so no, it doesnt matter19:45
=== Lenin_Cat is now known as EqualQuality
Taynemagicianlord: Then just go with the latest release19:45
magicianlordword.19:45
=== EqualQuality is now known as Lenin_Cat
mrnelson1986magicianlord, the only difference is that LTS is a bit more stable, and is designed more for production machines...there are fewer developmental updates to make your machine unstable19:46
Megabytemrnelson1986: In the meanwhile I am trying to get my hands on lotus symphony and libreoffice19:46
mrnelson1986magicianlord, maverick will have "newer" apps but may cause your machine to be unstable19:46
magicianlordmrnelson1986: why19:46
Megabytemrnelson1986: Would you consider libreoffice technically better than OO at this point?19:46
JackStonerMegabyte, interested in symphony??19:47
magicianlordis libreoffice available in the repo19:47
mrnelson1986Megabyte, there is almost no difference at this point, it is only in beta and no big changes other than bug-fixes have been done19:47
JackStonerits a bit slow in starting19:47
MegabyteJackStoner: Anything free that will allow me to write decent documentation19:47
MegabyteJackStoner: Can I talk to you in private?19:47
JackStonerMegabyte, i suggest OO for now19:47
mrnelson1986magicianlord, it is only available in .deb as a beta as far as i know at this time.19:47
shadertestjust use vim and latex19:47
JackStonersure thing19:48
Taynelol VIM19:48
vigge_sWedborba: terminal will autoexecute commands if there are more than one line of commands, right?19:48
mrnelson1986Does anyone know how to automatically connect to wifi? like before login so that if I reboot a cpu from teamviewer i will be able to connect via ssh and login? using ubuntu 10.1019:48
thomas_s1hwhat's the easiest way to set 16bit mode when there is no xorg.conf to begin with? (16bit to standard)19:48
brubelsabsIS there a way to replace the background (for printing) of a pdf? Tried pdftk (background,stamp) and also convert (-background white).. Any ideas?19:49
dborbavigge_sWe, nope19:49
marinahello19:49
eduardo_hi marina19:49
magicianlordmrnelson1986: what? 10.10 is stable19:49
gbear14275quick question... lubuntu vs xubuntu... which is more efficient?  I'm going to try and do an install today on a friends 7 year old laptop...  wasn't sure which to go with19:49
magicianlordthe only problem is that i cant install nvidia drivers offline or proper codecs19:49
Gato_negrohi my pc use edubuntu 10.04, i dont have xorg.conf. is it normal?19:49
marinawhere jockey stores firmware and driver when it downloads them?19:49
dborbavigge_sWe, if you type in a command, press return, another command, press return - it will execute the second command when the first one is done if thats what you mean19:50
brubelsabsGato_negro: yes19:50
Spencer_help plz19:50
macomagicianlord: mrnelson1986 was referring to libreoffice i think19:50
dborbavigge_sWe, if they are on the same line you need to separate them with a ; or && to execute both as a single process19:50
erUSULmarina: /lib/modules/ and /lib/firmware/19:50
marinaoh tank you19:50
MatBoynice !! reinstall of ubuntu made everything work normallu19:50
Taynegbear14275: Lubuntu is lightweight, but buggier19:50
MatBoy*normally19:50
mrnelson1986magicianlord, 10.10 is stable, but there are applications you can install that are slightly buggier than their LTS counterparts19:51
magicianlordmaco: thanks19:51
Taynegbear14275: Does it have to be a *buntu?19:51
vigge_sWeWell I remember when I used to follow some tutorials where there were more than one command, say 4 commands on newlines, I could just copy them and paste them and they would run without me having to press enter19:51
=== Pinna is now known as Gangster
vigge_sWebut I might remember wrong19:51
magicianlordmrnelson1986: vlc or firefox?19:51
brubelsabsanyone?19:51
gbear14275tayne, first time linux user... figured something more noob related would be a good choice19:51
gbear14275mint and puppy might be options too19:51
erUSULvigge_sWe: becouse you copied the newline char too19:51
gbear14275wish the new mint was out already19:51
vigge_sWeso if I copy that metacity --replace and a newline char, it would run on paste?19:52
Taynegbear14275: I would try xubuntu, it's still lightweight and will run fine, and is less buggy.19:52
vigge_sWebecause I can paste commands, but I can't press enter19:52
gbear14275Tayne: what were you thinking !buntu wise?19:52
Gato_negroI want play some games, my video card drivers are active im not using them, how active them?19:52
erUSULGato_negro: system>admin...>hardware drivers19:52
Taynegbear14275: Xubuntu. Remember to let him know he can try them all though.19:53
albertoThe thing is I can't completely control vlc with my remote, because not every command in .lircrc works.19:53
=== sub_ is now known as Guest68257
mrnelson1986magicianlord, i'm not sure, it's just what i've read: that maverick is for more experimental apps and the LTS is for commercial machines and designed to be more stable, many apps won't add their latest features to the LTS until they are proven 100% stable19:53
brubelsabsbye, then :/19:53
gbear14275yeah, but for a new user... wouldn't know how to do that19:53
gbear14275just introduced him to the idea of alternative OS's last week19:53
Taynegbear14275: Do you have some experience installing?19:53
MetaPhazeNeed some helping installing Ubuntu, Ubuntu can not find the drive I have connected to Marvell adapter19:54
glaucousThinking about reformating most of my partitions. Right now I have / on SSD, and /home on HDD. Think I'll set /boot, / and /home on SSD, and /var on HDD. The thing about /home is that I have mostly configs, and no real storage there (movies, music on HDD). /home on SSD would then make sense?19:54
vigge_sWeyay19:54
vigge_sWeI fixed it19:54
gbear14275Tayne: I've done installs...  what skillsets are you thinking of?  dual/triple boot?19:54
Gato_negroi cant use muy video card drivers, they are actived but not im not using them19:54
Taynegbear14275: H/O let me PM you.19:55
vigge_sWecopied the command into this textfield, added a newline char, and pasted it in the terminal19:55
vigge_sWeit worked :D19:55
gbear14275k19:55
EranmaneI'm trying to configure a Sweex LW057 WiFi card to my new Ubuntu install. I've installed the Windows driver through ndiswrapper, but it's still registering as UNCLAIMED.19:55
bladebrubelsabs : try opening the pdf document with gimp.19:55
magicianlordEranmane: what driver19:56
EranmaneNETMW12519:56
leg3ndAnyone know how to remove the need for 2 paraphrases on boot with 2 encrypted drives?19:57
smalls(10.10 Netbook) How do I access the WINE installed applications?19:57
coz_leg3nd,  I do not ..however .. if no one here does at the moment ..you could try  the ##linux channel19:57
xananaxHello; I had problems with broadcom B43 drivers; I think I fixed them, but, while trying dozens of ways to make it work, I built ndiswrapper from source. Now, I have "ndiswrapper [...] loaded" in my dmesg, and ndiswrapper is interfering with my drivers. apt-get tells me it isn't installed...How can I remove it completely?19:58
coz_smalls,  mm  I dont know... I am not running netbook19:58
magicianlordsmalls: alt f219:58
=== Guest68257 is now known as icebox
smallsmagicianlord, does not work19:59
MetaPhazeI need help here guys!!!! PLEASE! Trying to Install dual boot system, with Win7 and Ubuntu. Win7 installation is on an Intel RAID controller, I have another disk on Marvell controller, but Ubuntu can't see the disk on the Marvell controller, or the controller it's self19:59
magicianlordsmalls: oh rly20:00
smallsmagicianlord, yup... really... i tried20:00
magicianlordthen install the desktop version20:00
micha100I couldnt get ubuntu to see any of my raid controllers marvell included20:00
smallsim on a netbook, though... haha20:00
dijonyummycan anyone help. i was playing with compiz but now my windows dont have the top bar, so i cant seem to minimize, maximize, resize, how to get back to normal?20:00
magicianlordbefore it turns to complete disaster with 11.04, where unity isdefault20:01
Nattgewsmalls: do they not show up in the search?20:01
magicianlordi am too20:01
ZykoticK9dijonyummy, try "compiz --replace" first, if that fails "metacity --replace" either from alt F2 or terminal20:01
smallsnettgew, no, it didnt. I installed firefox (specific reason, i know linux has a ff version too)20:01
MetaPhazemicha100 Ubuntu sees RAID volume20:01
ubuntu_wtfUsing unetbootin-linux-494 I made a bootable flash drive and ubuntu 10.10 64 and 10.10 netbook20:02
MetaPhazeI want it to see disk1 on Marvell adapter20:02
ubuntu_wtfon two different machines20:02
magicianlordbrb20:02
mrnelson1986smalls, you can install the desktop version and add the unity interface on top of it if you need the netbook interface20:02
Nattgewsmalls: if all else fails, you should be able to find the installation in ~.wine20:02
MetaPhazedont care if it sees RAID volume20:02
anygivennamehow do I restore the network manager icon onto the panel ?20:02
coz_MetaPhaze,   I am seeing a bunch of bug reports about marvelll contorller20:02
ubuntu_wtfafter i go and select install, it will sit at the "preparing to install ubuntu" indefinetly20:02
leg3ndAnyone know how to remove the need for 2 paraphrases on boot with 2 encrypted drives?20:02
MetaPhazecoz_ I do too20:02
ubuntu_wtfanyone know a workaround?20:02
micha100Metaphaze i got fed up with it and just slapped ubuntu on my laptop20:02
blade_ZykoticK9 : after doing that, the visual effects go back to none on my system20:02
MetaPhazebut looks like they are fixed 9.04 Jaunty20:02
blade_any idea how to fix it?20:03
smallsmrnelson1986 i dont care so much fo th enetbook interface. more or less i just like being able to have the resolution compatibility =)20:03
dijonyummythanks i'll try that20:03
MetaPhazeI got Subsystem1 telling me to format a disk on my RAID volume LOL20:03
ZykoticK9blade_, with "metacity" they should20:03
smallsnattgew ill go look20:03
MetaPhazeI saw a bunch of bug reports on Marvell adapters, but it is fixed...or so it says back with 9.0420:03
ZykoticK9blade_, i'd suggest you install/try fusion-icon it's really handy for compiz sometime20:03
micha100Im having trouble getting rhythmbox to sync music over to library from my iphone. any suggestions?20:04
coz_MetaPhaze,  on fellow report having used  SytemRescueCD v 1.6.2 and the raid disks were detectedd20:04
MetaPhazeI can detect the RAID volumes20:04
=== damian is now known as Guest78849
blade_ZykoticK9 : hmm.. i will give that  a shot. Thank you20:04
anygivennamehow do I restore the network manager & languafe icons onto the panel ?20:04
MetaPhazeI just don't want to do anything with the RAID volumes20:04
MetaPhazeI want to install to a 3rd drive I have set to IDE mode on the MOBO20:04
Nattgewmicha100: does it give an error?20:05
mrnelson1986smalls, the desktop does not have the resolution you like? mine recognizes my resolution depending on what monitor i plug in...it should be based on video drivers20:05
anygivennamehow do I restore the network manager & language icons onto the panel ?20:05
micha100Nattgew not a one. I click sync to libraby from my iphone(mobile device) and it does nothing.20:05
coz_anygivenname,  try  nm-applet --sm-disable20:05
smallsmrnelson1986 haven't checked yet. i just grabbed the netbook version because I assumed it worked better with it.20:06
blade_anygivenname : right click on panel -> add to panel20:06
Nattgewmicha100: you can try running rhythmbox from a terminal and seeing if it gives an error20:06
anygivennameblade_: this does not restore them...tried it20:06
blade_select notification area20:06
ubuntu_wtfAnyone got a suggestion on how to make a ubuntu flash drive if I dont already have ubuntu nor windows installed?20:06
smallsnattgew well it worked -- but the app is freezing up after i launched it. hmm oh well =)20:06
coz_anygivenname,   make sure you have the notification area on the panel first20:06
leg3ndAnyone know how to remove the need for 2 paraphrases on boot with 2 encrypted drives?20:07
FunkyDudeis there a way to clear messages in the Terminal?20:07
micha100Nattgew i havent played with linux since ubuntu 6 and dont recall alot of commands.20:07
MetaPhazefunkydude type "clear"20:07
anygivennamegot it20:07
MetaPhazefor crying out loud20:07
magicianlordhey, ubuntu does assign a UUID to hte swap file20:07
blade_ubuntu_wtf : u want to make a live usb drive?20:07
magicianlordi checked this with an install20:07
coz_leg3nd,  try   clear20:07
Nattgewmicha100: open a terminal window and just run rhythmbox20:07
MetaPhazefuck ...20:07
FunkyDudethanks MetaPhaze20:07
ZykoticK9smalls, i noticed that "notepad" from wine shows up in my Applications and Search results under Unity.  Perhaps logging out and back in "might" resolve your wine installed applications showing up (or maybe it won't help at all - then i'd recommend making shortcuts/launchers somewhere) Best of luck.20:07
IdleOne!language | MetaPhaze20:07
ubottuMetaPhaze: Please watch your language and topic to help keep this channel family friendly.20:07
MetaPhazeare you kidding me how to clear TERM?20:08
MetaPhazewhere can I find advanced help?20:08
leg3ndcoz_, what?20:08
kotrckahello.. I installed 10.10 drom mini CD and I have a GNOME desktop, but without volume (audio) indicator.. where can I found it? which package/app is it?20:08
micha100Nattgew got it, thank you.. ill return shortly with an update.20:08
coz_leg3nd, `` just type  clear in the terminal20:08
coz_leg3nd,  sorry wrong person20:08
lydgatei just updated from 9.10 to 10.10 and had some problems with grub, so i went into livecd chroot and upgraded to grub2. got it to boot, but it didn't like my /boot line's uuid, so i had to switch back to /dev/sda format. now in the OS it's still missing a uuid for /boot20:08
lydgatewhy is this?  uuidd -r also gives an error20:08
coz_FunkyDude,   just type   clear in the terminal hit enter20:08
smallsZykoticK9: that's my other problem.. with the launcher bar on the left of the netbook version, i can't figure out how to edit it.. i guess im going to over-install with destop edition. I'll be back later, all!20:08
lydgatehow do i force generation of uuids?20:08
smallsthanks for the assistance20:08
ubuntu_wtfblade_: yes20:08
MetaPhazecoz_ is there an advanced help? With questions like how do i clcear lines in my terminal, I think im going to need it20:09
ubuntu_wtfi already have one, but it is causing me problems on two separate machines20:09
blade_ubuntu_wtf : google for universal usb installer. its easy to use.20:09
blade_or go to pendrivelinux.org20:09
ubuntu_wtfi tried that i think20:09
ubuntu_wtf./unetbootin-linux-494 ?20:09
lydgateanyone know anything about how UUIDs are generated, or why one might be missing?20:09
coz_MetaPhaze,  clearing lines in terminal  for all lines is  simply typing clear  and there are many bash commands for gnome terminal  let me see if I  can find them20:10
ubuntu_wtfi used that to make a 10.10 amd64 and netbook usb drive and it sits on preparing to install ubuntu on loop20:10
ubuntu_wtfon two separate machines20:10
sdwrageHey all20:10
MetaPhazecoz_ i know how to clear a term lol20:10
blade_universal usb installer is not unetbootin.20:10
ubuntu_wtfoh okay20:10
MetaPhazei was telling funkydude to type CLEAR20:10
sdwragei have a multi-touch pad (electro-static) that isn't working.. I don't know what to do to get it to work20:11
coz_MetaPhaze,  ah ok sorry20:11
teadictso I know it's pretty natural and heard this happens but never stroke me until now so I'm asking 'cuz I have no clue: when booting, the dots in 10.04 hang and the only thing I can do is press the power button (and the system hangs)20:11
XaeroXcompilation is stuck on 99% for past 25 minutes of the test version of Alienware Linux based off Ubuntu20:11
sdwrageMy distro is 10.10 for the problem above20:11
teadict*and the system halts20:11
Subsystem1this is very dissapointing20:11
ZykoticK9lydgate, check the current UUIDs with the command "sudo blkid" and compare to the error message from grub you are getting.  i bet they don't match (i've seen some uuid-voodoo before with changing ids)20:12
EliseI was running Ubuntu on my old Toshiba Satellite. But my computer broke in at least 2 ways. I miss Ubuntu.20:12
ubuntu_wtfblade_: ill give it a shot20:13
MetaPhazeUbuntu sucks, can't even see controller cards, about to go to Debian20:13
Nattgewteadict: at boot can you choose safe mode?20:13
EliseI live and work near Stanford in California.20:13
magicianlordcan you just replace /dev/sda with uuids adn re3boot?20:13
teadictNattgew: recovery mode? yes I can20:13
sdwrageCan anyone help me with my issue above?20:13
teadictNattgew: you have a workaround for this in there?20:14
MetaPhazesdwrage I would google the hardware in question20:14
bogartI upgraded my netbook (Aspire One 250) to 10.10 and X windows has stopped working since the upgrade. "no screens found".  any idea how to fix this?20:14
XaeroXFuck i told them we should have based it off of Mandriva!20:14
sdwrageMetaPhaze, I always try that first20:14
ZykoticK9magicianlord, if you're talking about lydgate's issue, technically yes - you can use the old /dev/sdX# instead of the UUID20:14
Nattgewteadict: not sure, it might help to figure out what's hanging it20:14
EliseMy Toshiba won't even turn on. The power cord works. The power cord's light comes on.20:14
teadictNattgew: will try20:14
sdwrageGoogle -> Forums -> IRC20:14
magicianlordZykoticK9: my fstab has sda1 and sda2. should i replace both lines with uuid=xxxx ?20:15
sdwrageMetaPhaze, would be a lot easier if the manufacturer would give the actual model of touchpad -_-20:15
EliseHello out there. I am new to IRC.20:15
sdwrageall I get is Electro-static Touchpad (multi-touch) -_-20:15
TayneElise: welcome to the wonderful world of IRC20:16
teadictNattgew: well, nothing failed or threw errors in the bootscroll, I got the text login20:16
lydgateZykoticK9: yes, there's a missing UUID, no /dev/sda1 (which is /boot)20:16
MetaPhazesdwrage I understand, would love to help, as soon as I can get me issues resolved :)20:16
lydgateZykoticK9: so i switched fstab to use /dev/sda1. but i must say i'm curious why it has no uuid20:16
MetaPhazemay not have drivers though for your touchpad20:16
sdwrageThat would suck... sorta defeats the portability purpose of this laptop... x,x20:17
teadictNattgew: by the way, the first boot today did a mount checked, hanged at 88% so I pressed the power button, then this started happening (hangs with no message)20:17
mrnelson1986 know how to automatically connect to wifi? like before login so that if I reboot a cpu from teamviewer i will be able to connect via ssh and login? using ubuntu 10.1020:17
MetaPhazesdwrage: does your laptop claim to support Linux?20:17
MetaPhazeif so what is the make and model of your laptop?20:17
magicianlordZykoticK9: my fstab has sda1 and sda2. should i replace both lines with uuid=xxxx ?20:17
sdwrageMetaPhaze, nah it doesnt :\20:18
ZykoticK9magicianlord, is it working?  if so, don't fix what's not broken20:18
sdwrageMetaPhaze, VPCEB33FM/BJ20:18
Nattgewteadict: it hangs without cpu or disk activity?20:18
sdwrageVaio20:18
teadictNattgew: not even Caps Lock lights on/off20:18
=== nouitfvf is now known as nouitfvf|aw
magicianlordZykoticK9: yes, it's working. and on a netbook, its unlikely to matter since i have one drive20:18
magicianlordi just like the precision20:18
teadictNattgew: only thing that works is power buttong, which halts the system20:18
Ipswitchhey guys,is there a site that lists what OSs you can run on old computers? Got one that is 10 years old...and ubuntu cant run on it :(20:18
magicianlordif you mess up the uuid, how do recover to boot back into fstab20:18
MetaPhazeIpswitch: RH 5.1 will run on it ;)20:19
ZykoticK9magicianlord, boot a livecd?20:19
IpswitchThanks MetaPhaze :)20:19
MetaPhazeDon't know if you will find a copy though20:19
Ipswitchoh?how come?20:20
magicianlordZykoticK9: how do you take over the ownership of the filesystem again to chroor to modify the files?20:20
MetaPhazeIt was made back in 199520:20
ZykoticK9Ipswitch, your question is a little OT for this channel.  BUT you could try running lubuntu on it, much lower system requirements!20:20
MetaPhazeFirst Linux distro I used20:20
shine1hey~  I accidentally touched some shortkey that makes my screen into some mode looks like night/normal mode switch in my garmin GPS, anyone know how can I get back to normal node? I am using ubuntu 10.0420:20
Ward|what do i use to install flash? flashplugin-nonfree or flashplugin-installer ?20:20
MetaPhaze;)20:20
IpswitchMetaPhaze, ah...i see.20:20
ZykoticK9magicianlord, follow the chmod directions from !grub2 link.20:21
ZykoticK9!grub2 > magicianlord20:21
ubottumagicianlord, please see my private message20:21
MetaPhazeim sure you can find a light distro20:21
galadewdHow can i get ubuntu to recognize my second screen?20:21
IpswitchZykoticK9, Sorry,i know but i really wanted to run ubuntu on it,so when it failed,couldnt get anything else.20:21
Ward|Ipswitch, on what?20:21
Ward|Ipswitch, jsut came in i missed it20:22
=== MetaPhaze is now known as MetaPhaze01
EddiXHi! How safe is it to use '--force-architecture' when I want to install a 32-bit debian package with dpkg on a 64-bit system?20:22
shibuindieHi, my display resolution has gone awkward after installing nvidia proprietary drivers, Ubuntu 10.10  desktop, default monitor resolution 1600x900.  Any ideas?20:23
=== MetaPhaze01 is now known as MetaPhaze
IpswitchWard: Dell laptop 256mb,80gb harddisk...10 years old. Was trying to get ubuntu to run on it but it doesnt meet the requirements sadly.20:23
Ward|Ipswitch, erm, it should20:23
LadySerenainstalling Ubuntu on a system with 256MB memory is a rather painful process20:23
Taynegaladewd: There should be an option in the administration menus for monitor setup.20:23
ZykoticK9EddiX, i do it occasionally, never run into problems really.  FYI if you haven't found getlibs script yet, search the forums for it - really handy for 32bit library installs on 64bit os :)20:23
IpswitchLadySerena, I noticed. lol20:23
shine1anyone knows? I accidentally turned my color on screen black to white, white to black, seems kinds of mode switch, how can I change back? Pls help~~20:23
mrnelson1986shibuindie, what video card do you have? and which drivers did you install20:24
galadewdTayne, I figured it out :)20:24
Ipswitchand for some reason,it cant recognise the graphics card so no video either20:24
EddiXZykoticK9: Ok, thanks! :)20:24
Ward|Ipswitch, xubuntu should work fine20:24
mrnelson1986shine1, i think it is ctrl+M or ctrl+N20:24
scotsguyhi all20:24
n-iCeanyone knows how to remove that when I press the space bar in google chrome the site actually goes down??? PLEASE!!!!20:24
shibuindiegts 250 and nvidia 260.19.0620:24
=== Gangster is now known as Pinna
Ward|Ipswitch, xubuntu needs 192MB RAM20:24
IpswitchWard: will try that and see if it works. Thanks :)20:24
dijonyummyso if I use compiz, i'll lose the top bar min/max, fullscreen, resize features?20:25
Ward|Ipswitch, alternate CD does only require 64MB :)20:25
Ward|Ipswitch, i can almost guarantee you it will work20:25
mrnelson1986shibuindie, on my 330M GT the 256.xx drivers work and the 260.xx driver's don't...so i'm not sure if that would be your issue as well20:25
scotsguywhy wont wine install progs i want20:25
MetaPhazeCan't install Ubuntu to computer. Ubuntu CAN NOT FIND drive 01 on Marvell adapter20:25
Ward|what do i use to install flash? flashplugin-nonfree or flashplugin-installer ?20:25
shibuindieoh...how do i get the 256.xx drivers? From nvidia site?20:25
neomorphysalutare, vreun roman pe aici?20:25
ZykoticK9!appdb | scotsguy20:26
ubottuscotsguy: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help20:26
blade_scotsguy : wine is not a perfect replacement for windows.20:26
jribWard|: flashplugin-installer20:26
scotsguyk20:26
blade_try visiting their homepage for a list of applications that can run20:26
Ward|jrib, ok thanks20:26
mrnelson1986MetaPhaze, have you googled marvell driver install on ubuntu? see if you can install the drivers to let it recognize the hardware on the live cd and then install after that20:26
scotsguyi have it think its just to do with permissions20:26
shibuindieI am able to download only 260.xx through the os20:26
LadySerenadamn, again the installer fails20:26
mrnelson1986shibuindie, there are archived drivers on the nvidia website20:26
scotsguybut im new to ubuntu1020:26
shibuindieok20:27
bogartis there a way to downgrade an installation of 10.10 that was upgraded from 10.04?20:27
shibuindieI will try20:27
jribbogart: reinstall20:27
shibuindiethanks "mrnelson"20:27
MetaPhazebogart re-install20:27
ZykoticK9!downgrade | bogart20:27
blade_scotsguy : welcome :) which application do u want to run?20:27
ubottubogart: Attempting to downgrade to an older Ubuntu version is explicitly not supported, and may break your system.20:27
n-iCeanyone knows how to remove that when I press the space bar in google chrome the site actually goes down??? PLEASE!!!!20:27
MetaPhazeshould have created a sept partition for HOME20:27
blade_i can suggest a few alternatives.20:27
=== help is now known as Guest99039
scotsguyi want to run like my mirc invision20:27
IpswitchWard: Lol,i'll hold you to that20:27
Ward|scotsguy, not all programs work with wine, cehck the compatibility list ot see if the software you tried is compatible20:27
bogartheh, well, the netbook is broken as is from an upgrade20:27
MetaPhazescotsguy get xchat 100 times better20:28
Ward|Ipswitch, notice the almost20:28
scotsguyit did in 8.0420:28
scotsguyi got xchat just now20:28
bogartso.. reinstall, don't format, use the same filesystem... Will that keep the settings and data from the previous 10.04 install?20:28
neomorphywho help me with an answer?20:28
shine1mrnelson1986, ctrl+m or ctrl+n is not working for me. Could you let me what is the problem with my situation so I can search for solutions? Thansk20:28
Scunizihow do I grep for what video driver version is currently in use? (nvidia)20:29
ActionParsnipbogart: you should also boot to root recovery mode and chown the old data to the new user, even if its the same name is a good idea20:29
ActionParsnipScunizi: sudo lshw -C display | grep -i driver20:29
gbear14275ok I need some help.  I have my friends toshiba tecra 8000 here and he's looking to get a new OS on this thing.  I opened it up and turned it on to find freespire on it and was quite surprised.  But I need some help matching specs to a linux distro.  http://www.westworldcomputers.com/toshiba_tecra_8000_specs_page.htm20:29
UbuntAlexhmmm...20:30
ActionParsnipgbear14275: can you expand on "matching specs"20:30
MetaPhazescotsguy xchat is a 100x better then mIRC20:30
MetaPhaze;)20:30
UbuntAlexlets see. if ubuntu runs fine from livecd then i blame harddrive. if not, then maybe RAM.20:30
ScuniziActionParsnip: thanks.. that did half of what I wanted.. It just says driver=nvidia but not the version of the driver..20:30
bogartActionParsnip: thanks, I'll give that a try.20:30
ActionParsnipScunizi: nvidia-settings will tell you that20:30
UbuntAlexanybody ever had this happen?20:31
UbuntAlexcomputer locks up at random times.20:31
ScuniziActionParsnip: AH!  should have figured that one out on my own.20:31
gbear14275ActionParsnip: something that will work with the specs... its a pentium II with 128 mb20:31
ActionParsnipgbear14275: Lubuntu imho20:31
ZykoticK9Scunizi, alternatively you can check package version ala "apt-cache policy nvidia-current"20:31
UbuntAlexswapped out motherboard, PSU, and am running ubuntu livecd with HDD unplugged.20:31
gbear14275ActionParsnip: ok20:31
UbuntAlexit wasn't PSU, and wasn't mobo20:31
neomorphywho has little time to explain me something? prv me20:31
MetaPhazeif your running a PII with 128mb of RAM you need to look for another distro20:32
MetaPhazeI suggest slackware20:32
ScuniziZykoticK9: true.. I've added the nvidia-vdpau PPA which has the 25x driver.. unfortunately I haven't been able to get it to update to it for some reason.20:32
MetaPhazeUbuntu is a "Desktop Replacement" for Windows, requires better hardware20:32
MetaPhazeif not just don't install xserver and use term only20:32
ActionParsnipMetaPhaze: Lubuntu has a minimum spec of less than that system. Its great on low end systems, as well as laptops if you want to prolong battery life20:33
n-iCeanyone knows how to remove that when I press the space bar in google chrome the site actually goes down??? PLEASE!!!!20:33
KatronixSerfhi all, for 10.10 how do I enable loopback?20:33
ZykoticK9Scunizi, are you running 10.10?  i haven't added the vdpau PPA yet - will start now :)20:33
ActionParsnipKatronixSerf: do you mean the network interface?20:33
MetaPhazeActionParsnip: sounds good, I still would go with XP for Legacy PC's or run a lightweight ver of Slackware, to each their own20:33
ActionParsnipMetaPhaze: XP on 256Mb will be slow, Lubuntu on 256Mb will run great20:34
ScuniziZykoticK9: nope.. 10.04 Kubuntu.. I did get the new driver to work on my 10.10 Ubuntu box with a little wrangling..20:34
MetaPhazeXP for Legacy PC's20:34
MetaPhazeit is not WinXP20:34
MetaPhazeIt only needs 128MB of RAM if I remember correctly20:34
ActionParsnipn-iCe: check there are no ALT or CTRL keys pressed. I suggest you shutdown and excercise the key20:34
UbuntAlexanybody got any suggestions?20:34
KatronixSerfActionParsnip, I think so, I want to be able to go to my external IP locally20:34
starlayshi all20:34
ActionParsnipMetaPhaze: let me look into it20:34
ZykoticK9Scunizi, ahh - sorry not in my LTS version right now.  can't check.  Best of luck.20:35
ActionParsnipKatronixSerf: thats not what loopback does20:35
chuy_maxhi, I want to login to my FTP server using a GUI. I can do it through ftp command (console), but I'm failing when I'm using any GUI, such as konqueror, filezilla and kftpgrabber20:35
=== darklady_ is now known as oracle
chuy_maxany ideas what should I check?20:35
MetaPhazeActionParsnip: http://en.wikipedia.org/wiki/Windows_Fundamentals_for_Legacy_PCs20:35
UbuntAlex:/20:35
ScuniziKatronixSerf: is this for checking a web server you're running on your local network?20:35
ActionParsnipKatronixSerf: if you access your routers WAN IP you will automatically be accessing your network (assuming you have port forwarding enabled)20:35
MetaPhazeonly need 64MB of RAM ;)20:36
ScuniziKatronixSerf: in line with what ActionParsnip said.. some router will see that type of loopback as an attempted hack and won't allow it.20:36
ActionParsnipMetaPhaze: not bad :)20:36
MetaPhaze;)20:36
KatronixSerfScunizi, well I want to be able to go to http://writer-grid.dyndns-ip.com:9000/wifi from my browser20:37
MetaPhazeActionParsnip: i need some help with install Ubuntu on a drive connected to a marvell adapter if you have time PM me20:37
wolfric_is there any easy package to install that will get me apache mysql and php all installed and configured to just work with eachther20:37
ActionParsnipMetaPhaze: puppy states it needs 128Mb minimum.20:37
MindVirusSomeone help me set up MIDI,.20:37
MindVirus*MIDI.20:37
nmvictori have nodoka gtk2 engine plus the nodoka themes but I cant get a stripped progress bar when I select Nodoka Midnight in the System.Preference>Appearance>"Controls" tab, what could be the problem?20:37
jrib!lamp | wolfric_20:37
ubottuwolfric_: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+)20:37
ActionParsnipMetaPhaze: i've no experience of marvel adapters, sorry20:37
UbuntAlex:/20:38
UbuntAlexanybody else run a phenom 2 with an 870 chipset?20:38
ugliefroghello does anyone know a command for the terminal tha resets or refreshes the color on the monitor...everytime i start a specific game in a window the whole window becomes overly bright20:38
=== nadir is now known as Guest79641
starlayshello everyone i`m  a new user in linux, where should i start?20:38
ScuniziKatronixSerf: I understand.. I have tried that too and was only successful from outside my lan.. if you simply want to access your site locally.. from the machine running the www server http://localhost:9000 or http://127.0.0.1:9000 .. unless you haven't changed the listening port on Apache to match dyndns.. then it's port 8020:38
jribstarlays: http://help.ubuntu.com20:39
UbuntAlexwith ubuntu.20:39
ubuntu_wtfwtf man, again it sits at "preparing to install ubuntu" and this timei used another installer to make the usb flash drive20:39
ubuntu_wtfwhat a pos20:39
shibuindiemrnelson:  Archive list does not show 256.xx20:39
jribubuntu_wtf: just ask your question, no need for "wtf" or "pos"20:39
=== dreamtraveler is now known as noobuntu
starlaysjrib: 10x20:39
Guest79641hello friends i have hp pavilion dv6 serie laptop. and have problems with touchpad. firstly right button not works, second multitouch not works. anybody can help?20:39
KatronixSerfScunizi, yeah for my purposes, that isn't sufficient... looking into how to resolve the issue20:39
mrnelson1986 know how to automatically connect to wifi? like before login so that if I reboot a cpu from teamviewer i will be able to connect via ssh and login? using ubuntu 10.1020:40
faberiusil y a des français ici??20:40
ActionParsnipGuest79641: if you run: xev  in a terminal and hover the mouse over the little xev box, does right click create events?20:40
jrib!fr | faberius20:40
ubottufaberius: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr, ou #ubuntu-qc. Merci.20:40
LadySerenaokay, what is the way to install Ubuntu on a machine that has just 256MB memory?20:40
mrnelson1986shibuindie, when you choose drivers for your video card is it the same version as ubuntu installed for you?20:40
LjL!alternate | LadySerena20:40
ubottuLadySerena: The Alternate CD is a classic text-mode install CD. It supports a wider range of hardware than the !LiveCD, and can also be used as an upgrade CD. http://www.ubuntu.com/desktop/get-ubuntu/alternative-download#alternate - See also !minimal20:40
LjLLadySerena: that, or the minimal cd will do20:41
MetaPhazeActionParsnip: can you get me in touch with someone who may know?20:41
ScuniziKatronixSerf: you may not be able to because most router can see that you've left the network to dyndns and came back again.. they think it's spoofing or something similar.. however you might be able to ssh -X into a box outside your lan and run FF as a test.. or call a buddy.20:41
shibuindieyes20:41
jribLadySerena: I wouldn't use the default gnome on that machine though, it will likely be sluggish20:41
ActionParsnipMetaPhaze: in here20:41
MetaPhazegetting a little bored with helping 1,000 people while running linux off a usb stick ;)20:41
LjLLadySerena: but then again it's not like ubuntu will be very usable after it's installed - maybe you'd want to pick xubuntu or lubuntu or something20:41
MetaPhazeanywhere, can't reg my nick right now20:41
ScuniziKatronixSerf: actually I can access it from here.20:41
nothingspecial mrnelson1986 mrnelson1986 If you prefer gui`s wicd, it even has an ncurses "gui" for the cli20:41
ScuniziKatronixSerf: nice graphics20:41
ActionParsnipubuntu_wtf: did you MD5 test the ISO you put on the USB? Did you check the USB for consistencey? Did you test your RAM for errors?20:41
ubuntu_wtfjrib: what would cause long delay in the install window?20:41
jribubuntu_wtf: did you checksum the cd yet?20:42
ubuntu_wtfActionParsnip 2 different computers with 2 different isos same error20:42
lydgateanyone know why a UUID would be missing?  not that it changed but it's not showing up at all, in blkid or in /dev? the partition mounts fine if referred to as /dev/sda120:42
ubuntu_wtfi am now using another flash drive, waiting for result20:42
shibuindieI even uninstalled the ones that were updated by the os and tried to download from nvidia, but making that file run is such a pain...so abandoned after sometime.20:42
mrnelson1986nothingspecial, thank you i will look into those20:42
ActionParsnipubuntu_wtf: id you MD5 test the ISOs?20:42
ZeXr0Is there a way in empathy to stay on the IRC channel even if you close the window ?20:42
ubuntu_wtfno20:42
ScuniziKatronixSerf: are you using a CMS package? if so which one?20:42
ActionParsnipubuntu_wtf: the how do you know it was complete or consistent???20:43
Guest79641ActionParsnip, yes events created20:43
ActionParsnipubuntu_wtf: answer: you DONT20:43
ubuntu_wtfb/c ive downloaded 320:43
ubuntu_wtfand it boots20:43
ubuntu_wtfi can "try ubuntu" np20:43
ActionParsnipubuntu_wtf: you can statistically download an infinite number of ISO files and never get a good one20:43
jribubuntu_wtf: you need to checksum the cd before you can do anything else20:43
ActionParsnipubuntu_wtf: yes the data for booting may be ok but there may be single or group bit errors in other areas20:43
ubuntu_wtfhow do20:43
ActionParsnipubuntu_wtf: so that means nothing at all20:44
djsAnyone know how 10.04 or 10.10 runs on PowerPC Apple Powerbook G4? I had issues with trackpad sensitivity on a similar machine years ago with an earlier Ubuntu.20:44
ActionParsnipubuntu_wtf: MD5 test the ISO you downloaded, if its good then transfer to the USB, you can then use the menu option there to check the USB for consistency20:44
ubuntu_wtfhow do u do md5 check20:44
ActionParsnip!md5 | ubuntu_wtf20:44
ubottuubuntu_wtf: 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_Windows20:44
dbdii407In the Ubuntu netbook edition, what's on the side of the screen with all those icons?20:45
timodbdii407: unity20:45
ActionParsnipubuntu_wtf: basically you have no way of knowing if ANY of what you are using is healthy as you have failed to check it20:45
willembhi.  I am having problems using the wireless in my dell xps m1530 on ubuntu 10.10 (and many earlier editions)20:45
ThiagoMedeirosHow to disable the timezone in ubuntu 10.04 ?20:45
MetaPhazeNEED HELP: Trying to install Ubuntu on to a third hard drive, that is connected to a Marvell SATA controller...Ubuntu appears to not reconize the controller nor the drive!!!20:45
ActionParsnipwillemb: if yuo run: sudo lshw -C network    and websearch for the product line, you will find guides20:45
Nattgewdbdii407 it's the unity dock20:45
willembI can give more information if needed20:45
jozefki installed ubuntu 10.10 64bit but the system monitor still says I have 3.7GB RAM. why not shows 4GB?20:45
ActionParsnipMetaPhaze: if you can get the exact model of the chip you can search for guides20:46
ActionParsnipjozefk: can you give the output of: uname -a20:46
MetaPhazeActionParsnip: I did that, found lots of bugs, apparently resolved all the way back to 9.04 Jaunty20:46
Scunizijozefk: some ram is reserved this is true with windows, mac and linux20:46
Ward|to add a dummy soundcard to my virtual machien i can just modprobe snd-dummy right? what can i use to redirect all the output to the input of the dummy device, please ?20:46
MetaPhazeAsus P6T Deluxe Board20:47
willembi have relevant entries from syslog, etc20:47
Pindakaashello everyone!20:47
jozefkLinux jozefk 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:45:36 UTC 2010 x86_64 GNU/Linux20:47
jozefkScunizi, windows 7 64bit shows 4gb20:47
ActionParsnipjozefk: ok it is 64bit, if you have crappy onboard video it will be using the system RAM as video RAM20:47
ThiagoMedeirosHow to disable the timezone in ubuntu 10.04 ?20:48
jozefkI have ati mobility radeon hd 5470  with 1GB memory20:48
MetaPhazejozefk: listen to ActionParsnip20:48
willembActionParsnip:   its not like the machine doesn't know it should have wireless, the 'bonding' just always times out20:48
ZeXr0Is there a way to disabled the click on a touchpad of a Laptop ?20:48
MetaPhazejozefk: ATI mobility used shared system RAM20:48
jozefkthis is pci express 2 graphic card with 1GB ddr3 memory20:49
Pindakaasi want to install munin on an ubuntu server 10.04 but it gives the following notification in the browser > "Forbidden20:49
PindakaasYou don't have permission to access /munin on this server." Nagios 3 installes and is accessible without changing the configuration. I thought the same applied to munin? Can i do something to make is accessable?20:49
Monotokohow do i turn away off on xchat?20:49
MetaPhazeATI Mobility? that is laptop graphics card from ATI20:49
ubuntu_wtfmd5sum ubuntu-10.10-netbook-i386.iso20:49
ubuntu_wtf6877bf8d673b87ba9500b0ff879091d0  ubuntu-10.10-netbook-i386.iso20:49
Monotokoim marked as away still :S20:49
ThiagoMedeirosHow to disable the timezone in ubuntu 10.04 ?20:50
ZeXr0Monotoko: Have you tried typing /away without any message ?20:50
ActionParsnipwillemb: see if there are bugs or a driver update that fixes it. I suggest you use a wired connection to get fully updated20:50
gorgonzolaZeXr0 https://help.ubuntu.com/community/SynapticsTouchpad20:50
ubuntu_wtfActionParsnip: how to find out what it should be?20:50
ZeXr0gorgonzola: Thank you20:50
MonotokoZeXr0, cheers20:50
ActionParsnip!hashes | ubuntu_wtf but it does match ;)20:50
ubottuubuntu_wtf but it does match ;): See https://help.ubuntu.com/community/UbuntuHashes for the md5sums of Ubuntu discs.20:50
ActionParsnipubuntu_wtf: ok so we now KNOW the image is good, boot to the USB and whe you see the stickman screen, press SPACE and select "Check USB for consistency"20:51
KatronixSerfScunizi, have kind of a game server running, but for me to see it, it requires that I see it from the same direction as everyone else lol20:51
ubuntu_wtfyes it matches20:51
joomanjiCan someone help with getting virtualbox running on workspace 2 when ubuntu starts?20:51
ScuniziKatronixSerf: that might be tough.. could just be a router setting20:52
jrib!devilspie | joomanji20:52
ubottujoomanji: devilspie is a tool that performs actions on windows in GNOME's metacity such as resizing, positioning, and pinning.  Usage information can be found at https://help.ubuntu.com/community/Devilspie20:52
ActionParsnipubuntu_wtf: after the USB check is ok, you should then check your RAM. If the RAM is bad it will make a bad install as the instakller runs 100% in RAM20:52
ugliefroghello does anyone know a command for the terminal tha resets or refreshes the color on the monitor...everytime i start a specific game in a window the whole window becomes overly bright20:52
ThiagoMedeirosHow to disable the automatic daylight saving in ubuntu 10.04 ?20:52
MetaPhazeNEED HELP: Can't install Ubuntu on disk connected to Marvell adapter on Asus P6X58d Premium board.20:52
hosokaanyone that knows how to easily encode mp4 to mpeg ?20:52
ActionParsnipugliefrog: i always just restart the x server20:53
ubuntu_wtfu dont think its strange that its hanging up at the same place on 2 separate machines20:53
ActionParsniphosoka: can use mencoder or ffmpeg20:53
ugliefrogActionParsnip, but wont that kill my game20:53
KatronixSerfScunizi, yeah on the phone with my isp now20:53
ubuntu_wtfwith 2 separate iso installers20:53
ScuniziZykoticK9: add this PPA for the nvidia updates.. 260.xx .. https://launchpad.net/~ubuntu-x-swat/+archive/x-updates20:53
ActionParsnipubuntu_wtf: then the common denominator is the USB hardware20:53
ubuntu_wtfim making another usb drive installer give me 2 secs20:53
ubuntu_wtfyep20:53
ActionParsnipugliefrog: i'd say so20:53
ActionParsnipubuntu_wtf: so now test the USB20:53
lloowenHi all! Having problems with packages on my Kubuntu10.10   I'm trying to install an application using synaptic, but synaptic says it needs libqt4-webkit but it won't be installed. When I search synaptic for libqt4-webkit it is there and when I try to install it, synaptic wants to remove a whole load of packages that I use. I've tried this using apt-get update , apt-get upgrade and aptitude -f with the same results. Why are there packages in20:54
ugliefrogActionParsnip, well that doesnt help..........:) i know there is something that can be typed in..i had this problem once before i just dont remember the command20:54
ActionParsnipugliefrog: if you run:  history | less    you can see the last thousand commands executed20:55
gorgonzolalloowen: what's the package that you are trying to install?20:55
ugliefrogActionParsnip, Fresh Install20:55
lloowenscrooge a kde app20:55
ActionParsniplloowen: websearch for the exact error about the webkit package and see if there are guides or bugs20:56
ActionParsnipugliefrog: bah20:56
PindakaasYou don't have permission to access /munin on this server." Nagios 3 installes and is accessible without changing the configuration. When i try to contac the webserver on port 80 i get the notification "It works!"I thought the same applied to munin? Can i do something to make is accessable?20:56
ziftexcat history > /dev/usb/lp*20:56
ziftex:)20:56
lloowengorggorgonzola: package is called scrooge. kde accounting application20:56
ubuntu_wtfokay how do i check the usb drive is good/bad via this ubuntu menu20:57
gorgonzolalloowen skrooge installed perfectly here. nd libqt4-webkit was installed too.20:57
Ward|to add a dummy soundcard to my virtual machien i can just modprobe snd-dummy right? what can i use to redirect all the output to the input of the dummy device, please ?20:57
ziftexI love that linux has file structure for devices, makes pratical jokes more easy to do.20:57
ForzaPalermohey guys how do you change back to ALSA in maverick... my sound card doesnt work now that it uses PULSE20:57
Monotokowas wondering if anyone could help: why can I still get out on Port 80 with this iptables copnfiguration? http://paste.ubuntu.com/523484/20:57
Monotokohave i not configured it correctly? As far as I know...it should be dropping anything sent out20:58
DILdisk utility20:58
=== ubuntu_wtf is now known as ubuntu_wft
=== NG_ is now known as ng_
dbdii407where is the source code for this unity dock? I can't find it20:59
pedro3005is python 2.7 the official python package yet?21:00
CanadianPirateHello all21:00
DILargh21:00
ActionParsnipdbdii407: it's on the repos, you just need to enable the source repos21:00
hblounthi. to make a usb drive that i can boot up ubuntu from, i can just copy iso file on a blank usb drive? also, can i still put other files on the drive or it has to just be iso?21:00
xandercage!list21:01
ubottuThis is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot »21:01
glaucousWhen formatting /boot, / and /home. Does /boot need a boot flag?21:01
dbdii407ActionParsnip, I don't have Ubuntu21:01
ActionParsniphblount: no, use usb-creator or unetbootin21:01
dbdii407So I'm asking for the source21:01
ActionParsnipdbdii407: it will be on packages.ubuntu.com  then21:01
ActionParsniphblount: just copying the ISO is not sufficient21:01
galadudeI'm trying to watch a .avi file, but it just shows a blank screen. I've installed the restricted extras, am using vlc player. Any ideas?21:02
timoMonotoko: it says 'source port: www', shouldn't it be destination port?21:02
ActionParsniphblount: usb-creator will also allow you to create a casper-rw which you can store user data on21:02
ActionParsnipgaladude: install w32codecs|w64codecs21:02
Monotokotimo, i want to block all access going out21:02
Monotokonot in21:02
ActionParsnipgaladude: also install smplayer (kde) or gnome-mplayer (gnome)21:03
CrimsonIdolhblount, I though you were given these answers already?21:03
galadudeActionparsnip, thanks21:03
hblounthmm. ok well i am tried to make usb drive for mac laptop. i got the mac/powerpc iso, but startup disk creator cant load it.21:03
timoMonotoko: yes, but your rule says to drop packets that are going out from port 80 on your network21:04
timoMonotoko: not going out to port 8021:04
ScuniziKatronixSerf: they may not like the fact that you're running a server.. it's typically in their fair use clause that you don't21:04
hblountCrimsonIdol: i have been messing around trying to make a usb to boot a mac laptop with but it doesnt work with mac. so i got what i guess is mac/powerpc version iso but startup disc creator is not reading it21:04
ActionParsniphblount: did you md5 test the ISO you downloaded?21:05
hblountActionParsnip: i dont know how sorry im noob21:06
dbdii407ActionParsnip, All i see is .deb21:07
guntbertubuntu_wft: to check for consistency/integrity you select the menu item (check CD), you may have to change to another VT to see results21:07
scotsguycan i do upgrade from 10.04 to 10.10 i did a upgrade from 8 first or will i need do clean install21:07
hblountActionParsnip: startup disc creator can read another iso i got that i tried but i guess its not mac version because i used it and it didnt work on mac laptop but it did on my laptop and pc. so i got what i guess is mac version but cant seem to make startup disc with it21:07
ubuntu_wftthx2u21:07
hblounthttp://cdimage.ubuntu.com/ports/releases/maverick/release/21:07
hblountthats the mac/powerpc version right? so the normal version dont work on pc's i guess21:07
ActionParsnipdbdii407: you can extract deb files21:08
=== silver is now known as Guest54698
KatronixSerfIf I want to edit /etc/hosts to see 127.0.0.1 as writer-grid.dyndns-ip.com I should be able to do that right?21:08
=== paulo-freitas is now known as pfweb
ActionParsnip!md5 | hblount21:08
ubottuhblount: 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_Windows21:08
ActionParsniphblount: md5 testing is not Linux specific, you have failed to test your ISO so you have no idea if it is complete or consistent21:08
galadudewhat light weight software would you recomend for cropping images?21:08
ActionParsnipgaladude: imagemagick21:08
pfwebI want to find only symbolic links that targets to directories. How I can do this with find? How I can mix -type d with -type l) ?21:09
galadudeActionParsnip, thanks again!21:09
Scunizigaladude: are you shooting RAW format?21:09
dbdii407ActionParsnip, Will I find the ./configure inside?21:09
rivenathosgaladude: Eye of GNOME will do that cropping for you easily.21:09
ZeXr0Jeez, Ubuntu doesn't detect that I have a touchpad...21:09
FunkyDudeanyone know how i can get my webcam to work in ubuntu21:10
ZeXr0It seems to treat that exactly like a normal mouse21:10
galadudeScunizi, nope21:10
ScuniziFunkyDude: install cheese and test21:10
ActionParsnipdbdii407: not sure, i'd imagine so21:10
galaduderivenathos, thanks21:10
ActionParsnipFunkyDude: if you instal and run cheese, do you see yourself?21:10
ActionParsnipFunkyDude: if not, run: lsusb    one line will identify the cam and you can use the 8 character hex id to find guides21:11
swordzHi. I upgraded to 10.10 when it came out. My computer never worked properly since, in particular the wireless didn't connect with the newest kernel (35-22) so I was always booting into 32-25, which was annoying. I finally decided to re-install from scratch this weekend, and most of the problems have gone.21:11
swordzEXCEPT for the wireless problem21:11
Scunizigaladude: imagemagick is lightweight but cli only... Eye of Gnome is built in and works fine.. if you have a lot of pics then I recommend trying digikam as your cataloging software, editing, touchup etc.. when shooting RAW then Darktable for initial non-distructive processing .21:11
rivenathosgaladude: This is with Ubuntu 10.10 with Shotwell installed.21:12
ActionParsnipZeXr0: thats what a touchpad is, just a mouse attached to the system...21:12
swordzI'm currently using the same wireless dongle on my laptop, ubuntu 10.10, no problem21:12
swordzSo what could the problem be?21:12
ActionParsnipswordz: then you are using lucid still if you use 32-25 kernel21:13
FunkyDudecheese works, funny name for an app21:13
ZeXr0ActionParsnip: Well it seems that Ubuntu didn't detect mytouchpad properly, and sees it as a Logitech USB mouse... I'll reboot and see if it makes any difference21:13
scotsguyany point my to 10.10 download iver tried a few geting error when machine it due to restart after install21:13
ActionParsnipFunkyDude: it what people say when you take a picture..."say cheese!"  etc21:13
swordzActionParsnip: Except it looks and says it's 10.1021:13
CanadianPirateDoes anyone know if the psmouse bug is fixed in 2.6.36?21:13
swordzThe point remains though21:13
ScuniziFunkyDude: cheese will also give you the "address" of the cam.. then with that you can also view and record with vlc..21:13
ActionParsnipswordz: if you run:  lsb_release -c   it should say Lucid21:13
hblountActionParsnip: md5 matches. its not like the odds are that it is corrupt. so what can be the problem?21:13
ScuniziFunkyDude: sometimes the address is simply /dev/video021:14
swordzbecause I did a full re-install, I now don't have the 32-25 kernel, so that's no longer possible21:14
FunkyDudebut does cheese install drivers? i'm actually trying to use a flash app with my webcam21:14
swordzLucid isn't the problem, I want to get Maverik working21:14
ActionParsniphblount: boot to the USB and run the USB consistency check. "odds" arent acceptable in computers, the image needs to be 100% perfect21:14
pfwebgot it: find -type l -xtype d21:14
ActionParsnipFunkyDude: i believe it installs some21:14
glickhi21:15
KatronixSerfScunizi, found a way to fix my file, I edited my host file so that it goes to localhost if I tell it to go to my dynamic dns21:15
glickhey does anyone have the canon pixma 870 working with ubuntu?  they had an dev driver available for download but now, it doesnt seem to be on the canon websites anymore21:16
almisHi guys anyone know good the language C? not C++21:16
ScuniziKatronixSerf: rephrase that so I can understand..21:16
=== pfweb is now known as PauloRicardo
almisi have one little question21:16
glickalmost try the C or c++ channel21:16
glickalmis, ^21:16
coz_glick,  last client I had with canon pixma  I could not get it to work21:16
PindakaasI have installed Munin (sudo apt-get install munin) and the munin node on the same machine. When i want to connect to the webpage (http: IP/munin)i get the following notification "Forbidden 403".  When i try to acces http:ip:80 i get the notificcation "It works!"can anyone tell what is wrong21:16
ScuniziKatronixSerf: or pastebin the host file so I can see it.21:16
=== blade is now known as blade10_10
=== blade10_10 is now known as blade0_0
ActionParsnipPindakaas: is there any config for allowed hosts and such in the config of the app?21:17
CanadianPirateDoes anyone know if the psmouse bug is fixed in 2.6.36?21:18
ScuniziPindakaas: try http://localhost .. which IP were you using on the first try that errored?21:18
PindakaasActionpassnip > I cxan find a .conf file named munin in etc/munin. I(s that the one?21:18
ubuntu_wftActionParsnip the usb drive was the issue, thx for your help21:18
almisglick how?21:18
ActionParsnipCanadianPirate: i've heard of the option for psmouse proto=imps   and it works (i've seen this mainly needed no Vaio laptops)21:18
Pindakaas@ scunizi i tried the ip from my server (it is in a different location but on the same network)21:19
ActionParsnipubuntu_wft: great, once again: before moaning about the OS, check your stuff21:19
scotsguyanyone link me to a copy 10.10 that will work for me lol21:19
ZeXr0I just installed TouchFreeze, which can disable the Touchpad, and still no luck, it doesn't seems to be recognize properly by Ubuntu ....21:19
glickalmis,  there is a C channel21:19
glick##c21:19
ActionParsnip!torrent | scotsguy21:19
ubottuscotsguy: Torrent clients: Transmission (GTK and terminal-based), Deluge-Torrent, Freeloader, BitStormLite, BitTornado-GUI (GTK), KTorrent (KDE), QTorrent (Qt), Azureus (Java), TorrentFlux (web-based), bittornado, rTorrent, cTorrent, bittorrent, aria2 (terminal-based) - FAQ: http://www.bittorrent.com/FAQ.html - See also !P2P21:19
ActionParsnip!torrents21:19
ubottuMaverick can be torrented from http://torrent.ubuntu.com/simple/maverick/desktop/ubuntu-10.10-desktop-i386.iso.torrent or http://torrent.ubuntu.com/simple/maverick/server/ubuntu-10.10-server-amd64.iso.torrent depending on your architecture. Other flavors can be found at http://torrent.ubuntu.com/21:19
ScuniziPindakaas: by just typing in the IP with no port it didn't know where to go.. that's why the :80 worked..21:19
scotsguy!ubuntu21:19
ubottuUbuntu 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.com21:19
scotsguylol21:20
CanadianPirateActionParsnip I am using 2.6.35 with a dkms thing. (dont know the word, Module?)21:20
almisyes but how can i go to c channel?21:20
almisoh ok found it21:20
Pindakaas@ scunizi > yes but why dows http://IP/munin not work then ?21:20
=== Jyggaa is now known as Jygga
ActionParsnipCanadianPirate: i see21:20
galadudeokay i've found the w32codes.tar.bz2 how can i now install it?21:20
swordzActionParsnip: Any idea how I can get wireless working on my maverik kernel?21:21
ScuniziPindakaas: it's probably not listed in your "resolv.conf" filie21:21
Pindakaas@ scunzizi > It seems to be a ubuntu server 10.04 bug . I just read that21:21
ActionParsnipswordz: is there a bug logged for the chip you use in maverick? If you boot to maverick liveCD desktop does the wifi work?21:21
swordzActionParsnip: Sometimes it works, most of the time it doesn't21:22
swordzIt worked every time with the liveCD before I installed21:22
guntbert!w32codecs | galadude21:22
swordzIt then worked the first time natively21:22
ubottugaladude: medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org21:22
swordzHasn't worked with either since21:22
ActionParsnipswordz: when it does, run:  dmesg > ~/good.txt   when it's bad run:  dmesg > ~/bad.txt   when you have both files, read and compare21:22
Pindakaas@ scuzini > When i try the munin 4949 port it does not come up either21:23
ZeXr0Jeez, Even tpconfig doesn't see a mouse. It can't open the port /dev/psaux21:23
ActionParsnipswordz: personally I always clean install the next release to avoid issues like this21:23
BlackBinaryis there a way to enable guest access on a Samabserver in the "user"-Securitymode?21:23
ActionParsnipZeXr0: why do you prefix all your sentences with "Jeez"? It's really redundant21:23
swordzActionParsnip: I upgraded previously 2 weeks ago, did clean install this weekend, still getting it21:23
BlackBinarywithout promt for  user&password21:23
guntbertgaladude: install it from medibuntu, not from a tar package21:23
Pindakaas@ scunizi i found it was a bug > https://bugs.launchpad.net/ubuntu/+source/munin/+bug/53464721:24
galadudeokay thanks21:24
ScuniziPindakaas: ah.. good to know you're not crazy.. :)21:24
ZeXr0ActionParsnip : Sorry21:24
swordzI will be back in 5 minutes, got to take this offline to get bad.txt...21:24
=== Snapshot is now known as Guest44731
Pindakaas@ Scunizi i thought i was an iid=10t21:24
ScuniziPindakaas: :)21:25
CrimsonIdolKatronixSerf, yes21:25
jarleI want to use rsnapshot on a different machine to backup everything on my ubuntu machine. Will I need to create a root account, or is there some other way to enable backup of *everything*?21:25
=== ng_ is now known as NG_
ZeXr0ActionParsnip : But it still doesn't work... No way I can modify the settings of the touchpad...21:25
ActionParsnipZeXr0: if you websearch for the make / model of the laptop it may give guides21:26
glaucousWhen formatting a SSD with gparted, should i use align to MiB or align to NONE?21:26
ScuniziKatronixSerf: editing that file to tell it to do that is essentially the same as going direct to localhost..21:26
ActionParsnipZeXr0: or if you run:   lspci;lsusb   you will see what controller etc is used and webserch for guides/bugs using that21:26
KatronixSerfScunizi, yes, but the software I'm running, needs to actually hit the name it thinks it is (like wordpress kind of )21:28
ScuniziKatronixSerf: ah.. gotcha.. cool. I'm glad you found a solution21:28
MetaPhazeActionParsnip: You still here?21:28
smalls(10.10 Question) What file would I place a call to my script to have it execute when the system is booted (not when someone is logging in)21:28
ActionParsnipMetaPhaze: sure21:28
MetaPhazeOk good deal21:29
ActionParsnipsmalls: in /etc/rc.local21:29
MetaPhazecan I PM u?21:29
ActionParsnipMetaPhaze: if you want, sure21:29
MetaPhazeignore the rest of these guys ;)21:29
ActionParsnipsmalls: add it above the exit 0 line21:29
smallsActionParsnip: thank you. What about when users log in? (i have diff script for both parts)21:29
ActionParsnipsmalls: then you can add it in their startup apps in system -> preferences -> startup apps21:30
smallsalso, need I put a & after the line in rc.local, or will it handle it fine?21:31
UbuntAlexok. so, anyone here dual booting ubuntu and windows on a SSD?21:31
hikenboothello what method is currently best for supporting HA/FT vm's on linux>21:31
ActionParsnipsmalls: if you dont put an ampersand, the boot will wait for the command to finish before completing the boot so services and such will need an ampersand21:32
hikenbootwindows vm's mainly21:32
smallsGotcha. It's just my iptables ruleset.21:32
Nertilsomething same like apache221:32
Nertil?21:32
smallsIf I remember, iptables wipes out on a reboot, yes?21:32
gatenyes21:33
akze#join /ubuntu-fr21:33
konraddohi21:33
MindVirusI need help with MIDI. I have a device that seems to work but the only thing that allows it to output noise is a user-level timidity server.21:33
gatensmalls: however, if you use ufw it restores it after reboot21:33
guntbertakze: /join #ubuntu-fr21:33
MindVirusAnyone deal with MIDI?21:34
MetaPhazeparle vous francais?21:34
konraddosorry that im asking here, but is there any testdisk-related channel? :F21:34
smallsgaten: thank you. Yea, I never was a fan of ufw honestly21:34
konraddoor is there any testdisk expert? :P21:34
tripelbI'd like to talk to someone "in the know" about my webcam. Previously I thought that Ubuntu didnt like it (It was not on the list of "liked" webcams. I couldnt get it with Ekiga on 9.04) but recently I was on a webpage that drew a picture that kept changing and reacted to your webcam and darn if it didnt react to my webcam. Ah ha. There may be life. What do I have? Logitech - QuickCam® for Notebooks   M/N: V-US2021:34
gatensmalls: nor i, but for general usage for my laptop it works21:34
akzeyep thks, long time without using IRC :P21:34
tripelbBUT lspci does not see it. I did lspci with and without it and saw no change.21:34
swordzActionParsnip, Annoyingly, but pleasingly, it now seems to be working...21:35
almishey why i cant join ##c channel? this message appear21:35
almis ##c :Cannot join channel (+r) - you need to be identified with services21:35
CanadianPirateI have a problem with cheese. It continually takes pictures without any input. Even if I turn off the option21:35
guntbert!register | almis21:35
ubottualmis: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode21:35
tripelbcool - otehr people are talking about webcams too.21:35
ActionParsnipswordz: cool, maybe some upgrade fixed it21:35
swordzActionParsnip, upgrade with no internet access?21:36
=== Tayne is now known as Taa
smallsalrighty. time to reboot and test.21:37
Sir_Konradok I want Emerald to be my default window manager. How do I get it to start automatically?21:37
=== Taa is now known as Tayne
glaucousHow big should the /var size be? I have a lot of space left, so any number probably works.21:37
joomanjiCan someone help with getting virtualbox running on workspace 2 when ubuntu starts?21:38
ActionParsnipswordz: then run:  dmesg > ~/good.txt   when it doesn't work (if it fails) then output to ~/bad and read21:38
swordzPlanning to, thanks21:38
=== Oxy_ is now known as Oxy`
Sir_Konradok I want Emerald to be my default window manager. How do I get it to start automatically?21:39
sveinsePerhaps a stupid question: How can I get gedit to autoindent? I've enabled Preferences->Enabld automatic indentation, but nothing happens in my .c file...21:39
sveinse..when I type that is21:39
=== Tayne is now known as Drectic
FunkyDudeanyone know how i can get my webcam to work with flash? it works otherwise in things like the cheese app.21:40
Sir_Konradjust a sec...21:41
bietzhi, I have maverick on a usb stick. is there a way not to get the 'try or install' menu at startup?21:41
almiswhen i register on channnel where write nickserv i must write my nick?21:41
jimisrvroxhey guys im trying to set me up a VNC box that will share a wifi connection with my ubuntu box...right now from my ubuntu box which i'll call host B I can ping my host A's eth0 and wlan0 and I can ping from host A eth0 to host B eth0 but now that ive got the eth0 setup btwn hosts Im unable to ping my router from host A but I can still get online...any suggestions?21:42
galadudeokay, as far as i know, I've now installed w32codecs, but I'm still getting a blank screen. Help?21:42
matts45acphello people21:45
=== the_rogue_smiler is now known as explodingpiglets
CanadianPirateI have a problem with cheese. It continually takes pictures without any input. Even if I turn off the option21:47
hblounthi. will the regular 32bit ubuntu 10.10 work on a mac laptop with usb startup disk? or do i need the powerpc version iso?21:47
CanadianPiratehblount I do not think so. I recently tried to boot up a usb Ubuntu Live disk on a mac and it did not work21:47
bakhello there21:48
kensanataI managed to upgrade my Apple iBook from 10.04 to 10.1021:48
hblountCanadianPirate: yeah i think so. there is a powerpc version iso but i cant use it with startup disk creator, only the regular iso i got before works with that app i dont know why21:49
brandon77Hi i was wondering where I could find the latest information on CPU/MB that Ubuntu supports.21:49
shadertestlol @ needing to reinstall every 6 months21:49
kensanataI had to to download the alternative CD, mount loopback, and start cdromupgrade manually.21:49
shadertesteix-sync && emerge -avuDN world everyday21:49
rypervencheDors anyone use glc (Fraps-like application)?21:49
CanadianPiratehblount Do you have access to a windows machine?21:49
sebsebseb 21:49
Sir_Konradhow do I change the login screen in Ubuntu 10.04?21:49
tripelbLogitech webcam QuickCam® for Notebooks   M/N: V-US20 -- A webpage drqwing pictures asked me to "turn off the lights" and I put my hand over my webcam and the drawings responded. Wow! Could it get recognized? How do I do this? right now lspci doesnt seem to see it. But I dont see my printer either and that works.21:49
hblountCanadianPirate: yeah an old xp21:49
CanadianPirateTry using UnetBootin21:50
bakdoes anyone have experiences related usb-pendrive-hacking?21:50
CanadianPiratebak what do you need21:50
Drecticbak: USB hacking?21:50
Sir_Konradbrb21:50
CrimsonIdolshadertest, you don't have to...21:50
fishsceneHi. Is anyone aware of a bug where the Ubuntu one Music store plays back song previews at half-speed?21:51
bakis it possible to flash an vendor or an user id?21:51
guntbertbak: how is that an ubuntu support question?21:51
magicianlordwhat's the command to add the cd as a repo to intsall from?21:52
PyroClastichi all! I mounted a *.img with "sudo mount -o loop [file] [location]". anyone know how to unmount it? :P21:53
shadertestumount21:53
CrimsonIdolPyroClastic, umount21:53
ActionParsnipPyroClastic: sudo umount [location]21:53
ActionParsnipPyroClastic: make sure your pwd is not in a subdirectory of [location] or it will mark the device as busy21:54
PyroClastici thought so too, but i get "command not found"21:54
CrimsonIdolumount umount umount21:54
guntbertPyroClastic: not uNmount but umount21:55
ActionParsnipPyroClastic: its umount, not unmount21:55
ActionParsnipguntbert: snips!21:55
magicianlordwhat's the command to add the cd from terminal21:55
PyroClasticaha! i'll try umount, thanks21:55
ActionParsnipPyroClastic: reading accurately helps in a command line environment, read the actual words, not what you think you see21:56
galadudeI get the error "disconnected: connection terminated" when I try to play a .avi movie, any ideas?21:56
guntbertActionParsnip: at last an easy one - so the three of us jumped :-)21:56
StevethepirateActionParsnip: Long time no see :)21:57
PyroClasticGot it! Thanks!21:57
ActionParsnipStevethepirate: yarr21:58
StevethepirateJust passing by; but how you doing :)21:58
LinTuxHow do I install the KDE desktop along side the Gnome from Terminal without making it Kubuntu?21:58
KoujiryuuHi.21:59
maltonhi.  i have been trying to install the 10.10 netbook-remix on my thinkpad t61 but it pops up a dialogue box saying that i don't have the appropriate driver (or something like that)  is it possible to get it to work?  what is the problem?21:59
CrimsonIdolLinTux, installing kde doesn't make it kubuntu.22:00
Drecticmalton: Why netbook-remix on a thinkpad?22:00
CrimsonIdolLinTux, unless you select kde at boot time :)22:00
LinTuxno but last time i did it I ended up with the Kubuntu bootup screen, I just want to choose at login22:00
KoujiryuuI need a lot of help from someone regarding a recently installed Windows 7/Jaunty encrypted dual boot using lvm and TrueCrypt...22:01
maltonDrectic: well, it is what the the next release of ubuntu will be using and it has a pretty good interface for a laptop too22:01
ActionParsnipKoujiryuu: Jaunty support is dead, dude22:01
CrimsonIdolLinTux, yeah, that happens. don't know how to prevent.22:01
KoujiryuuWindows 7's stupid bootloader made itself the 4th primary partition and I have 280gb unpartitioned space I wanted to use as ntfs shared files that I can't format now...22:01
KoujiryuuPLEASE help22:01
=== juju2143 is now known as Jweenu
LinTuxCrimsonIdol: I just want to choose between the two at login?22:02
anygivennamecan anyone help me with this http://paste.ubuntu.com/523510/22:02
fishsceneIs anyone aware of a bug where the Ubuntu one Music store plays back song previews at half-speed?22:02
CrimsonIdolLinTux, yes, install the kde-desktop package22:03
fishscene...and possibly where I might find a bug report on it?22:03
guntbertanygivenname: Please give at least an overview of your problem *here* (all in one line) - you will get a much greater audience.22:03
LinTuxCrimsonIdol: Cheers m8ty, much appreciated, I will give it a go22:03
KoujiryuuAction: The newer releases are bloated and don't support my hardware, and this issue has nothing to do with the version as it was done through a cli install...22:03
anygivennameguntbert: I found those error on the fail2ban.log after a system restart22:04
wageWhen installing the panflute applet I get the error "Depends: python-gnome2-desktop but it is not installable" any ideas how to fix?22:05
guntbertanygivenname: no experience with fail2ban here, sorry22:05
KoujiryuuI have grub legacy on an unencrypted ext2 partition, grub on the MBR, and grub chainloads the TrueCrypt bootloader from an image made with dd on sda3- I just don't know if the Windows bootloader partition gets used or not...22:05
=== njan is now known as n
sdwrageI accidentally hit alt-f4 and it dropped me to command line...I rebooted it but now I am not getting ubuntu GUI22:06
sdwrageI am using 10.1022:06
Elishasdwrage: alt+F722:07
sdwrageElisha: yeah, I tried that... it sits at Checking battery state22:07
mash_greetings every122:07
ElishaF8 then22:07
sdwrageElisha: nothing22:08
Elishaweird22:08
sdwragei mean alt-f7 takes me to the screen where it starts stuff22:08
sdwragebut only problem is I am at "Checking Battery State"22:08
sdwrageand it sits there22:08
sdwrage...22:08
CrimsonIdolsdwrage, alt-f222:08
mcantorAny way to rip the MPG out of an MKV via the command line?22:08
wagesdwrage: try ctrl+alt+f722:09
Elishasdwrage: what about killall Xorg22:09
Elisha:D22:09
RaverWildguys help pls. i have a problematic external hdd which i cannot mount. i want to mount it at least for read-only. i can see the device with sudo fdisk -l , it is fat32 500gb drive,but mount -r -t vfat /dev/sdb1 /media/tosh  says error. dmesg |tail says both bogus number of reserved sectors and can't find valid fat on sdb1. any ideas please? i want to save some files there before format it22:09
sdwrageElisha: xorg: no process found22:10
Elishastartx then22:10
ActionParsnipRaverWild: i suggest you fsck the partition with it unmounted, make sure it is healthy22:10
fishsceneHow do I force Rhythmbox Music player to play music at normal speed instead of half-speed?22:10
SpaceBass_workhey folks22:10
MatBoydoes someone has a clue why my swap on LVM is not mounted during boot ?22:10
SpaceBass_workI know its still not ready for the desktop but I installed unity on my box - when I log in, I get no dock or window manager - any ideas?22:11
sdwrageElisha: No such file or directory (errno 2): Unable to connect to X server22:11
RaverWildActionParsnip, dont have experience with that. but will check the man. what if the partition is not "healthy"? only format?22:11
ActionParsnipSpaceBass_work: unity uses mutter for the WM22:11
Elishasdwrage: what exactly isn't found22:11
sdwrageerror in locking authority file /home/sdwrage/.Xauthority22:11
anygivennameanyone uses fail2ban?22:11
SpaceBass_workActionParsnip, thanks - I'll try installing it22:12
wagetrying to update a package I get "Depends: python-gnome2-desktop but it is not installable" any ideas?22:12
MatBoyanygivenname: apf is nicer22:12
ActionParsnipRaverWild: restore from backup / use foremost  you can minimize bad filesystem occurences by correctly removing the disk from your system. This is especially critical with FAT based filesystems22:12
SpaceBass_workActionParsnip, would think that apt could have done that for me22:12
estudiomassaDilma Roussef is the new president of Brazil!!! uhuuuuuuuuuuuuu22:12
root_hi22:12
guntbertwage: did you update the database before?22:12
ActionParsnipSpaceBass_work: yes but maybe there are some settings that don't match, is there a bug logged for this?22:12
wageguntbert: sudo apt-get update? yeah22:13
sdwrageElisha: hold on... I may have found the issue22:13
sdwrageyeah...22:13
sdwragewow22:13
sdwrageit was because I created a xorg.conf file... I thought changes cascaded22:13
sdwrageoh well ^_^ thanks all22:14
SpaceBass_workActionParsnip, turns out mutter is installed - not sure why its not starting with my GDM session22:14
ActionParsnipSpaceBass_work: then try switching to a different WM, then switch mutter back in22:15
ActionParsnipSpaceBass_work: i dont use unity personally but i know mutter is the WM22:15
nekohi22:15
mash_welcome welcome22:16
guntbertwage: ok, please !pastebin the complete output of sudo apt-get upgrade22:16
MatBoyis swap on LVM possible ? I thought it was no problem22:16
mash_quit22:17
MorpheusXNLgoodevening22:18
=== n is now known as gnu
MorpheusXNLi have downloaded thunderbird 3.1 when i extract the file i get a thunderbird folder. where should i put this folder22:18
dominicdinadaSo no fixes for Kate or Chrome yet ?22:19
=== gnu is now known as njan
dattai am trying to use vcdxrip but i do not know the commands, the documentation here http://linux.die.net/man/1/vcdxrip does not help me much22:19
titan_USCIs there a tutorial or something on editing the login? I want to move things around and set transparencies22:20
dattahow do i show vcdxrip where the file is located inside the vcd?22:20
guntbert!info thunderbird | MorpheusXNL22:20
ubottuMorpheusXNL: thunderbird (source: thunderbird): mail/news client with RSS and integrated spam filter support. In component main, is optional. Version 3.1.6+build1+nobinonly-0ubuntu0.10.10.1 (maverick), package size 10801 kB, installed size 29848 kB22:20
MetaPhazeNEED HELP: Had issues getting Ubuntu to reconize drive connected to Marvell controller. I am able to now see it in GPART and created partitions I wanted. However ubuntu installer still does not see the drive22:20
wageguntbert: http://pastebin.com/ta6yXfYr22:20
guntbertMorpheusXNL: its in the repos, no need for downloading from somewhere else22:20
mash__bt422:20
anygivennamehow do I show the message notification on panel ?22:21
MorpheusXNLI understand but i was wondering where manually downloaded software goes. where does it get saved22:21
dominicdinadaSo no fixes for Kate or Chrome yet ?22:21
guntbertwage: there is no error? where do get that error?22:21
rypervencheHow can I start an application via a shell script ( in a terminal) but not have it depend on the terminal? I want it to work just like Alt+F222:21
ActionParsnipdominicdinada: tried the chromium-daily build?22:21
triirc-hispano.org22:21
wageguntbert: When i'm trying to install panflute applet or upgrade it.22:21
MetaPhazehow can I tell ubuntu to install to /dev/sdd when ubuntu installer won't see it?22:22
MetaPhazegpart can see /dev/sdd22:22
=== xumuk_ is now known as XuMuK
dominicdinadaActionParsnip: no i have not just looked in the software center as many times before you told me get it from the software center/aptitude... not outside sources22:22
dattaplease does anyone know how to use vcdxrip?22:23
maltonwhen i attempt to install the netbook remix on my thinkpad t61 i get this warning: "no required driver detected." then it dumps me back at the login screen and wants me to choose desktop session.  is there a way to get unity to work?22:23
anygivennamehow do I show the message notification on panel ?22:23
rypervencheHow can I start an application from the command line but not have it depend on the terminal afterward?22:24
ActionParsnipdominicdinada: sudo add-apt-repository ppa:chromium-daily/ppa; sudo apt-get update; sudo apt-get install chromium-browser22:24
MorpheusXNLwhere do you put manually downloaded packages in linux and how to put it in the menu. i know i can automaticly install it but this is just for experience purposes22:24
titan_USCanygivenname: right click your panel and click add to panel, then select notification area22:24
guntbertwage: on what ubuntu version? here it installs just fine (how did you try to "upgrade" it?)22:24
mattgyverhey guys, i cant print PDF files unless i convert them to postscript first with pdf2ps, any ideas how to correct this?22:24
ActionParsniprypervenche: suffix it with an ampersand22:24
ravenreturnsevening all22:24
anygivennametitan_USC: the notification items does not include messages....how do I include it?22:25
ActionParsniprypervenche: you will get the control of the terminal back but the terminal wil ALWAYS be the parent process so killing it will kill the thing launched by the terminal22:25
MetaPhazehow can I tell ubuntu to install to /dev/sdd when ubuntu installer won't see it? Yet GPART sees it and allows me to build partition tables?22:25
houdiniI delete openJDK, how to prevent any updates of this package?22:25
dominicdinadaActionParsnip: ok grabbing it... as for kate, when working on network files it does not save but as soon as you open a remote file it zeros out the backup and the file itself22:25
wageguntbert: I'm  using 10.10. I had it installed, package manager came up saying it had an update and couldn't install. I uninstalled it, removed and readded the ppa, and tried again. no luck.22:25
titan_USCanygivenname: I don't know that, the notifications should pop up on your desktop22:25
ActionParsnipdominicdinada: if you mount the share it will be ok22:25
HadiHey , how to list all the drivers that i can mount22:25
dan2is there anyway to get a debug or vmlinux version of the ubuntu distribution kernels?22:26
ActionParsnipMetaPhaze: anything in; man ubiquity  ?22:26
dominicdinadaActionParsnip: ummm i do have it mounted via sftp shell22:26
guntbertwage: did you enable any 3rd party repositories or ppa?22:26
ActionParsnipdan2: http://kernel.ubuntu.com/~kernel-ppa/mainline/22:26
dominicdinadaall was well in 10.04 and the upgrade killed chrome, and ruined kate22:26
MetaPhazeActionParsnip: reading...22:26
guntbertwage: you don't need a ppa, its in the repos22:27
wageguntbert: I have a few 3rd party repos22:27
CrimsonIdolhoudini, if you don't have a package to update... then it won't update22:27
ActionParsnipdominicdinada: you could use leafpad instead, or nano in command line22:27
MetaPhazeActionParsnip: negative22:27
guntbertwage: disable the one ppa you removed/readded22:27
MorpheusXNLcan anyone tell me where to put manually downloaded software22:27
houdiniCrimsonIdol: I also though so, but Ubuntu try to install it every regulary update22:27
HadiHow to list all the drivers that i can mount22:27
dattahow can i set the output of the file?22:27
ActionParsnipMorpheusXNL: i put mine in /opt but it can go anywhere outside of /opt22:27
dattai do not know at all how to rip a vcd22:27
nothingspecial MorpheusXNL In your $PATH22:28
LOGANis there an easy way to make personal live CD with apps like Pidgin,VLC,  Firefox, etc. and uses Gnome to have the more wellknown apps?22:28
ActionParsnip!remaster | LOGAN22:28
ubottuLOGAN: Interested in remastering the Ubuntu !live CD? See: https://help.ubuntu.com/community/LiveCDCustomization or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility22:28
CrimsonIdolhoudini, hmmmf!22:28
MorpheusXNLactionparnship is this a default location?22:28
MorpheusXNLnothingspecial what is my $path22:28
LOGANbecause more and more it seems Ubuntu is dropping apps I know and also use on Windows in vafour of more unknown to me apps22:28
HadiHow to list the drivers that i can mount on ubuntu22:29
ActionParsnipMorpheusXNL: there is no default, as long as the binary is in $PATH it wil be universaly launchable22:29
nothingspecialMorpheusXNL: type echo $PATH22:29
dominicdinadabtw chromium was working so i dumped it and going to google-chrome-stable22:29
HadiHow to list the drivers that i can mount on ubuntu22:29
HadiHow to list the drivers that i can mount on ubuntu22:29
houdiniCrimsonIdol: 1 moment, I'll show u22:29
wageguntbert: that is not the latest version, its got a bunch of bugs that are now fixed in 0.7.022:29
ActionParsnipLOGAN: the link ubottu gave shows how you can customize the iso22:29
MorpheusXNLactionparnship when i echo $path i don get /opt in that list22:30
LOGANActionParsnip: thanks, I wish ubuntu would keep the more wellknown apps instead of changing to the new ones22:30
ActionParsnipLOGAN: its the nature of the beast, if you install with minimal instead, you can install what you want22:30
ActionParsnipMorpheusXNL: use tab to complete nicks dude22:30
MetaPhazeActionParsnip: is there anyway to give ubuntu installer a flag to attempt to install to /dev/sdd ?22:30
guntbertwage: sorry, apparently that ppa brings in new dependencies without resolving them properly - with ppas you are mostly on your own...22:31
dominicdinadasweet chrome kept all my bookmarks, plugins etc just not stored passwords22:31
MorpheusXNLActionParsnip: sorry man22:31
ActionParsnipMorpheusXNL: if you install the app there then create a symlink from one of the folders in PATH to the binary in /opt22:31
ActionParsnipdominicdinada: google-chrome is a different binary, so you currently have both installed22:31
LOGANwell installing as live to use to show friends is a hassle. else they see apps they use on Windows and are more interested than the more unknown apps22:31
wageguntbert: ok, i was hoping there'd be a simple way to install python-gnome2-desktop to fix it or something22:31
S0NARgreetings all22:31
MorpheusXNLActionParsnip: will try that thank you22:31
nothingspecialMorpheusXNL: MorpheusXNL You can put them where you like, but if you want to run them from anywhere, you have to put them in a directory in your path or add the directory they are in to your path22:31
LOGANthey ask me where is pidgin, where is vlc22:32
guntbertwage: ask the author of that ppa where to get it - probably another ppa :-))22:32
wageguntbert: ok thanks22:32
S0NARanyone know the command to find out what the ethernet driver version is for my network card?22:32
dominicdinadaActionParsnip: no i dumped chromium, but 10.10 right after it was released killed the libmoon dependancies both chrome/chromium depend on and it would fail to start22:32
guntbertwage: no problem :)22:32
LOGANmaybe I should find another live cd which omits all apps, just have the OS22:32
MetaPhazeS0NAR: google for Christ's sakes22:33
dominicdinadatesting out kate22:33
nothingspecialLOGAN: minimal iso, then install what you want22:33
houdiniCrimsonIdol: Here it is, I make screenshot: http://rghost.ru/3107542/image.png. Actually what's mean this sign "!" in synaptic?22:33
ActionParsnipLOGAN: like I said, the minimal ISO does that22:33
S0NARMetaPhaze yeah, I thought of that one already.22:33
S0NARno luck22:34
S0NARthanks for the non-answer22:34
LOGANand in the future, can one then also easily ditch Unity and get Gnome? or is there a Gubuntu22:34
ActionParsniphoudini: click a package and see what the bottom part says22:34
dominicdinadasigh kate is still busted22:34
ActionParsnipdominicdinada: use a different editor, there is more than kate22:34
nothingspecialLOGAN: One can ditch and install whatever they like22:34
dominicdinadaActionParsnip: yes but imho it is the best linux editor22:35
houdiniActionParsnip: it says nothing more, then package description. By the way do you know how to disable openjdk update?22:35
dominicdinadaif not might as well wine notepad++22:35
djsAnyone know how 10.04 or 10.10 runs on PowerPC Apple Powerbook G4? I had issues with trackpad sensitivity on a similar machine years ago with an earlier Ubuntu.22:35
ActionParsnipdominicdinada: well its bust so currently not22:35
LOGANnothingspecial: yeah but don't forget starting live CD its difficult to show friends22:36
dominicdinadaActionParsnip: just on network files22:36
ActionParsniphoudini: if you run: dpkg -l | grep java   what is output, use http://pastebin.com to give the output22:36
MetaPhazeS0NAR: lshw22:36
MetaPhazeMay I suggest Using Linux by QUE?22:36
LOGANhmm instructions to make custom CD seems like work for programmers, lol22:37
ActionParsnipLOGAN: well if you think about what you are doing, its not going to be a walk in the park22:37
dominicdinadadjs: try the live CD22:37
nothingspecialLOGAN: But fun, if you like that sort of thing22:37
LOGANActionParsnip: well I see its not for me. I stick to 3D modeling22:37
dominicdinadadjs:  that way you make no changes till you test drive the app22:38
houdiniActionParsnip: http://pastebin.com/ZXjHNFQj it seems I still have openjdk22:38
LOGANthanks for the suggestions. maybe I can find another solution22:39
S0NARMetaPhaze thanks man22:39
MetaPhazeNEED HELP: How can I tell Ubuntu to install to a drive the installer does not see, but Ubuntu livecd sees under gpart?22:39
LOGANI probably will have to look for something else when Unity will become standard22:39
houdiniActionParsnip: do you think remove this openjdk pachages is a good idea?22:40
galadudeso medibutu stops you from using certain codecs? how can i disable it?22:41
MetaPhazeS0NAR: no problem bro22:41
ActionParsniphoudini: if you dont need it, i believe openoffice uses it22:41
MetaPhazeS0NAR: seriously though if you want to understand your OS I strongly suggest Using LInux by QUE22:41
MetaPhazeNow can anyone help me?22:41
houdiniActionParsnip: openoffice it written in c++, it use java only for macros (as I remember)22:42
ActionParsniphoudini: the packages with rc instead of ii are removed but the config is still around22:42
ActionParsniphoudini: its still a dep in the packages22:42
S0NARMetaPhaze I'll look into that for sure. Love the QUE line of books.22:42
MetaPhazeI read the 4th gen book like 10 years ago, was good then, I can only imagine the volume they have now22:42
houdiniActionParsnip: Will thx for help, I think I just leave them as is. Thx again22:43
MetaPhazeS0NAR: since Linux is almost all CLI based22:43
MetaPhazeI STRONGLY suggest a book ;)22:43
MetaPhazemakes customizing kernels to your needs easy22:43
delabencomoLOGAN: put the apps u want on a usb stick22:43
anygivennameanyone into fail2ban?22:44
MetaPhazeWhere can I find installing Ubuntu ADVANCED help?22:44
hacker_kida google search turned up nothing, ubuntu is not detecting various removable storage devices, mp3 players, ebook readers, sd cards, all of which it detected and mounted as external hard drives in the past, any clues, im currently running 10.10 but had the same problem with 10.0422:44
greppyanygivenname: what's the problem?22:44
LOGANdelabencomo: I hope there's a way for stand allone apps from usb stick that can share data with their windows counterparts to become platform independent22:44
S0NARyeah, right on! I'm just getting back into Linux. Haven't played with it in 7yrs. It used to be that I couldn't get my Wireless card recognized not it's my ethernet. I'll get it sorted eventually tho.22:45
greppyhacker_kid: do any usb storage devices work?  do they show up in the output of a dmesg?22:45
anygivennameguntbert: I found those error on the fail2ban.log after a system restart   http://paste.ubuntu.com/523510/22:45
delabencomoLOGAN: i would also put a swap partition on the usb live works better with it22:45
MetaPhazeS0NAR: everytime I deal with linux i run in to the same issues22:45
anygivennamegreppy: I found those error on the fail2ban.log after a system restart   http://paste.ubuntu.com/523510/22:45
hacker_kidgreppy, thumb drives are still working and22:45
MetaPhazeS0NAR: the first time I used linux was on RH5.1 and I had to write my own device driver for my modem ;)22:45
hacker_kid greppy, some of my external sd card readers still work, dmesg doesnt log anything when the devices are connected22:46
MetaPhazejust had to "hack" a device driver in order to get Ubuntu to see one of my SATA controllers, but still can't install to the drive that GPART can now see...22:46
MetaPhazeThis more or less seems to be a kiddie channel22:46
plouffemy flash has gone nuts, the plugin keeps crashing or it just goes blank. Any known issues?22:46
LOGANdelabencomo: I actually meant on linux you start the linux version, on windows that version and all settings and data keep synced, so it doesn't matter what host PC has as OS22:46
S0NARMetaPhaze the good old days eh.. hah22:47
nothingspecialMetaPhaze: What file system is on the drive?22:47
LOGANon Windows an USB stick partition is almost not possible (I do have a stick that has 2 though)22:47
greppyanygivenname: that is... bizarre.22:47
MetaPhazeYeah I should just go to the landfill and go steal an old AMD 450Mhz system :)22:47
S0NARhah22:47
plouffeI can't find a flashplugin in the .mozilla folder. How can I findout what flash plugin FF is using?22:47
delabencomoLOGAN: use the usb along with the cd live22:48
MetaPhazenothingspecial: the drive wasn't anything, I just built a partition structer in hopes to get Ubuntu to see the drive22:48
plouffe.macromedia I mean22:48
nothingspecialMetaPhaze: Try formatting it22:48
MetaPhazeS0NAR: most fun I ever had was running RH5.x on an old AMD 450 (new at the time) and writing my own device drivers to get my modem to work so I could connect to the World Wide Web LOL!22:48
MetaPhazenothingspecial: I did, 6GB linux-swap part, ext4 / partition, and ext4 /home partition22:49
MetaPhazeUbuntu installer still doesn't see it22:49
MetaPhazeI'm wondering if this is an ubuntu issue, and I should just try Debian or Slackware22:49
S0NARMetaPhaze I wish I got into Linux more back then I'd be better off today.22:50
MetaPhazeS0NAR: as things move so fast, you just end up leaving Linux for the most part. It takes so long for Linux to catch up to features created in new releases of Windows22:50
nothingspecialMetaPhaze: Sounds like a bug, sorry for the missunderstanding. I have been able to install it to any drive i like on multiple machines.22:50
glaucousDo I need to mount /boot at startup in fstab?22:51
MetaPhazeS0NAR: Linux still can't play half of the "new release" video games...vid drivers are a year or so behind22:51
Sir_Konradwhat app do you guys recommend for desktop gadgets?22:51
MetaPhazenothingspecial: I can't see this drive, it took work to get it to even show up in GPART22:51
guntbertanygivenname: sorry, I have really no experience with fail2ban, please ask the channel again22:51
greppyMetaPhaze: that has more to do with the game developers than the OS.  Try playing many of the games on OS X and you will have similar issues.22:51
AudioTeknikkhooolaaa.. long time since i have been here in.. im having trouble getting a wireless connection with a presario CQ60 laptop. I have followed the troubleshooting guide in the help files with no luck. The wireless seems to be installed correctly but no network is showing up in the network manager even though im siting right beside the router and my widows computer connects fine.22:51
MetaPhazegreppy: It has everything to do with userbase, Why make a Linux port when 5% of the buying population uses it? Just doesn't make sense22:51
wgwinnhaving an issue with the 10.04 LTS 32-bit install disc only showing a blank box with all buttons disabled for 'Prepare partitions', immediately after the 'set keyboard screen, on a 500gb sata hard drive. doesnt matter if the drives unformatted, partitionless, partitioned, it simply doesnt show up there; but the 250gb drive that used to be in the machine does show up fine. Any suggestions on the possible cause?22:52
MetaPhazegreppy: The only reason Quake was ported, was because of the userbase trying to accomplish something, and IDsoftware decided to jump in22:52
Sir_Konradbrb...22:52
AudioTeknikkif i try to add hidden network some alternatives show up strangely.. but they do not appear in the regular list in NM22:53
nothingspecialMetaPhaze: Try the alternate install or minimal iso22:53
greppyanygivenname: I'd start by double checking all of your config files for fail2ban, make sure they are right.  try and stop and start of fail2ban to see if it duplicates.22:53
d3vdilis there any why to improve the typography on ubuntu ?22:53
MetaPhazenothingspecial: c'mon now! if the default install won't see the drive, then the minimal or alt. wont see it with the complete driver list22:53
d3vdilway*22:53
MetaPhazetook me 3 hrs customizing driver to get the drive reconized in GPART so it should show up in Ubuntu install22:54
irulehey guys, how may I hide a backup partition from nautilus places and so forth? thanks22:54
aeon-ltdd3vdil: change fonts?22:54
PiciMetaPhaze: The alternate CD is needed to install on a RAID or LVM volume.22:54
d3vdilaeon-ltd: but must of them are so ugly22:54
nothingspecialMetaPhaze: ^^22:54
MorpheusXNLActionParsnip: i have put the folder in /usr/local/bin which is in my path but it does not recognize the command thunderbird when i run it22:54
wgwinnthing is, when i partitioned the drive in centos, i could mount and use them fine in the ubuntu live cd. .. So i'm thinking it cant be jsut a simple 'dont have chipset drivers' issue22:54
MetaPhazePici I don't want to install on a RAID VOLUME or LVM Volume22:55
d3vdilaeon-ltd: espeacialy if you compare windows7 with ubuntu22:55
MetaPhazeThat is where Win7 is, I want to install on a SATA driver on a another controller22:55
_ting_hi22:55
_ting_I have some question about ubuntu for netbook22:55
sweedi get blank screen on every other boot (xubuntu maverick), any ideas?22:55
_ting_i just downloaded it and burned in a CD22:56
_ting_the point is when i run it as liveCD i cannot see the unity interface22:56
PiciMetaPhaze: Well the fact is that the Alt CD supports a wider range of hardware than the regular Live CD.  You'd have more luck using that.22:56
MetaPhazePici, its no longer a hardware issue if I can see the controller and drive in GPART22:57
MetaPhazeI live in Wyoming, an NO that is not in California. I have Satellite Internet so I can't keep downloading distros22:57
qwdUbuntu 10.04. How do you edit a bookmark in nautilus? My friend has my sftp server in the places list but can't find anywhere to edit the entry and change the ip address.22:58
MetaPhazeI should have started with Debian, or Slackware ...22:58
Piciqwd: Open a nautilus window and modify the bookmarks there.22:58
MorpheusXNLanyone, i put thunderbird folder in my path environment but when i type thunderbird it tells me not installed.22:58
MetaPhazeDoes Ubuntu have a dev channel?22:59
PiciMetaPhaze: Thats the only advice I can give you at this point.22:59
PiciMetaPhaze: It does, but its not a support channel.22:59
nothingspecialMetaPhaze: Me too22:59
MetaPhazeUbuntu seems like kiddie-special linux distro22:59
gantrixxso Ubuntu is switching to the Unity Desktop starting in 11.0422:59
AudioTeknikkwireless network problem here! anyone please?23:00
nothingspecialMetaPhaze: So install Gentoo23:00
gantrixxI assume that they will offer GNOME but it won't be the default23:00
Pici!unity | gantrixx23:00
ubottugantrixx: Unity is a shell for GNOME, but it is not GNOME-shell. See http://unity.ubuntu.com and http://www.jonobacon.org/2010/10/31/unity-some-further-clarification-points/ for more information. Have a question, check http://askubuntu.com/questions/tagged/unity23:00
MetaPhazeIf Alt.Ubuntu can fix the problems, I should be able to accomplish the same thing from Ubuntu standard install by loading proper device drivers which don't seem to be available23:00
MetaPhazeI can recompile a kernel\23:00
linear4 shadertest :|23:01
MetaPhazeWhat is so distracting is 99% of the questions posted in this chan can be answered by a simple Google! search23:01
PiciMetaPhaze: The alternate CD is distributed separately for a reason.  If you could do everything the same as on the Live CD, then there would be no reason for it.  I'm not saying that it will definitely solve your problem, but it has a better chance.23:01
greppy!ot23:01
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!23:01
MACscri have a 1gb usb thumb drive that i want to throw an iso on so that i can install linux on a system that has no cdrom drive. Recommendations? Im trying unetbootin right now, but it doesnt seem to see my usb drive23:02
MetaPhazePici I understand, but knowing how linux works, I should be able to load a device driver fromt he Alt.CD into the kernel on the standard CD and resolve my issue23:02
nothingspecialMACscr: If you have ubuntu already, try usb-creator-gtk23:02
PiciMetaPhaze: Sure, try it. But if you already have the alternate CD, whats the problem with booting off of it?23:03
MACscrnothingspecial: yeah, im on ubuntu right now, but thats not the os im trying to install on this other system if that makes a diff23:03
nothingspecialMACscr: don`t know23:03
mkquistanyone have any experience with lirc and remotes?23:04
RaverWildActionParsnip, i still get errors on mount, e2fsck and whatever i try. the core seems to be "Bad magic number in super-block while trying to open". never experienced this before. the hdd is of a friend of mine asking me to see if i can save some files from it. do you have any ideas what else can i try? i tried running it with alternate superblocks (i saw this from mke2fs -n) but i always end up with this magic nu23:04
RaverWildmber error. anyone ideas please how to mount such replied external device?23:04
MetaPhazePici: like I said I live in Wyoming, I can't just be willy nilly downloading distros on Satellite internet without putting me over my bandwith threshold23:05
nothingspecialMACscr: Try it, I`m having a gin and tonic and going to bed23:05
macossexdoes anyone having problems with the messaging menu?23:05
MetaPhazeWhere can I find the alt.cdrom anyway?23:06
etcetera1hello.23:06
macossexhello23:06
PiciMetaPhaze: http://www.ubuntu.com/desktop/get-ubuntu/alternative-download#alternate23:06
aadityaGNOME panel looks ugly on my new installation. Something wrong with the settings manager?23:06
raziel_aaditya : screenshot23:07
macossex@aaditya what do you meen?23:07
RaverWildguys help, i get errors on mounting external usb hdd. the core seems to be "Bad magic number in super-block while trying to open". never experienced this before. the hdd is of a friend of mine asking me to see if i can save some files from it. do you have any ideas what else can i try? i tried running it with alternate superblocks (i saw this from mke2fs -n) but i always end up with this magic number error. anyon23:07
RaverWilde ideas please how to mount such replied external device?23:07
Monotokoubuntu server: how can i make it show the results of a command without going off the page?23:08
PiciMonotoko: Pipe the command into less.23:08
macossex@Monotoko command | less23:08
Monotokopici and macossex thank you23:08
MorpheusXNLcan anyone tell me why a script in my path environment folders is not executed should i run some sort of update on the path23:09
macossexyou're welcome23:09
macossexpress the space bar to see more pages and q to quit23:09
aadityaraziel_, macossex: http://imagebin.ca/view/d_qTL_1V.html23:09
ubuntuHi23:10
Monotokomacossex, i was just about to ask how to quit ;P23:10
raziel_aaditya : thats your defaulte theme or you change it ?23:10
macossexhahaha23:10
aadityaraziel_: that little bar next to the tray is a result of gnome settings daemon not functioning as expect. This is default.23:10
aadityaraziel_: I've run into this before, but I can't recall how to fix this.23:10
macossex@aaditya maybe if you tried changing the theme?23:11
aadityamacossex: tried that, failed.23:11
macossexhave you searched the ubuntu forums23:11
aadityamacossex: could you link me to a relevant post?23:11
macossexw8. i'll search for one23:11
greppyMorpheusXNL: where is the script?23:11
mrrothwhat a good frontend for rtorrent23:11
mrroththat I can apt23:11
MorpheusXNLgreppy: it is in /usr/local/bin23:13
xiamxHi, is this possible? Connect to 2 different WLAN with two wifi adapter and download files through these two to get the speed doubled23:13
dijonyummyhi to use the Ring Switcher it says to press <Super><Tab> instead of <Alt><Tab>, whats the <SUPER> key?23:13
greppyMorpheusXNL: and if you do echo $PATH, /usr/local/bin is in your path?  What are the permissions on the script?23:13
MorpheusXNLgreppy: even netbeans which in installed via packagemanager won't run if i type netbeans at my terminal23:13
macossex@aaditya before i search can you type this one terminal: "killall gnome-panel" (without the quotes)23:13
sweedi get blank screen on every other boot (xubuntu maverick), any ideas?23:13
MorpheusXNLgreppy: it is in my path23:13
aeon-ltdmrroth: whats wrong with the cli interface? its pretty much all you need since 99% of the time your using it its in the background23:13
Picidijonyummy: Generally the 'windows' key on your keyboard.23:13
macossex*on23:14
MorpheusXNLgreppy: rights are execute everyone on the file23:14
MorpheusXNLgreppy: in this case thunderbird23:14
greppyMorpheusXNL: what is the first line of the script?23:14
MorpheusXNLgreppy: let me check23:14
dijonyummyoh so its like the special key per os, like windows key for start menu, or apple key for apple? i see. thanks! it works, cool looking23:14
Sean93how do i check what packages are installed in Ubuntu including ones that have been installed from .debs?23:15
dijonyummycompiz ring app switcher looks nice, i wonder if mac's can do that?23:15
greppySean93: dpkg -l23:15
MorpheusXNLgreppy: #!/bin/sh23:15
velkoSean93,  dpkg --get-selections23:15
greppyMorpheusXNL: does /bin/sh exist?  (it should unless things are really broken.)23:16
shadertestls -l /var/db/pkg/*23:16
MorpheusXNLgreppy: exists23:16
macossex@aaditya did you try it?23:16
greppyMorpheusXNL: then you got me... do you get an error, or does it just return to a prompt?23:16
MorpheusXNLit tells me thunderbird is not installed and i need to apt-get it. while i put everything there by hand23:17
macossexwhen you get a new message on evolution does the envelope of the messaging menu turn green?23:17
MorpheusXNLgreppy: just put my extracted thunderbird folder in /usr/local/bin23:18
f_mulderhey23:18
f_mulderI get the error message : libz.so.1 => not found"  ... how do I solve this??23:18
macossexanyone?23:18
greppyMorpheusXNL: wait... you just extracted the folder to /usr/local/bin?  is /usr/local/bin/thunderbird a directory?23:18
RaverWildguys help, i get errors on mounting external usb hdd. the core seems to be "Bad magic number in super-block while trying to open". never experienced this before. the hdd is of a friend of mine asking me to see if i can save some files from it. do you have any ideas what else can i try? i tried running it with alternate superblocks (i saw this from mke2fs -n) but i always end up with this magic number error. anyon23:18
RaverWilde ideas please how to mount such replied external device?23:18
qwdPici: thanks23:19
JiweHello I would like some help please.23:19
DulakMorpheusXNL: any reason you didn't install the thunderbird that comes in a package?23:19
fat_rat!ask|Jiwe23:19
ubottuJiwe: 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:19
General`Lambadahoooooooooooooooooooooooooi23:19
General`Lambadahoooooooooooooooooooooooooi23:19
General`Lambadahoooooooooooooooooooooooooi23:19
General`Lambadahoooooooooooooooooooooooooi23:19
General`Lambadahoooooooooooooooooooooooooi23:19
FloodBot4General`Lambada: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.23:19
velkof_mulder, install zlib1g23:19
macossex@RavenWild i'm googling it23:19
macossexhttp://ubuntuforums.org/archive/index.php/t-972620.html23:20
JiweIn ubuntu 10.10 I try to connect to the windows share but I keep getting the popup window asking for the password. I putted my username, workgroup and password correctly like it is set in windows7.23:20
macossexhttp://ubuntuforums.org/archive/index.php/t-910760.html23:20
macossexhaven't read them yet though23:20
grid_Jiwe: maybe i know why, you are using samba?23:20
Jiweyes23:20
MorpheusXNLgreppy: yes it is23:20
grid_Jiwe: do you connecto to \\<ipadress\ or \\ubuntuname\ ?23:21
greppyMorpheusXNL: that's not the way to install thunderbird, I would suggest instead using 'sudo apt-get install thunderbird'23:21
MorpheusXNLgreppy: i understand but i wanted to learn how to do it manually23:21
JiweWhat you mean? smbclient //windows7ip/ ?23:21
shadertestcorrect way: emerge -av thunderbird23:22
MorpheusXNLi can run thunderbird but i think i need to make a symlink file in the root of /usr/local/bin for path to find it23:22
macossexanyone here using evolution?23:22
greppyMorpheusXNL: then there should be a README file or install document in the folder.23:22
glaucousCould someone pastebin the original sources.list for maverick? Mine got corrupted.23:22
grid_Jiwe: you shouldnt use the ip for the connection to the share, instead you must use just the name of your sambaserver, like \\workgroup\23:22
greppyshadertest: wrong distro.23:22
grid_in you smb.conf there is workgroup = name23:22
macossexnoone?23:23
f_mulderveewsol,  okey thanks will try that out23:23
DulakMorpheusXNL: it won't work from the path the way you tried to install it, you need the thunderbird executable file in the folder on your path.  The package puts a thunderbird script on the path that runs the binary executable for you, to get around the issue you ran into23:23
Devilz_108Hey all:)23:23
edbianDevilz_108, whatup?23:24
Devilz_108edbian, I got a little problem23:24
f_muldervelko,  I get the message that I already have zlib1g installed on my comp ..23:24
edbianDevilz_108, What is it?23:24
DulakMorpheusXNL: you could stick a script in /usr/local/bin called thunderbird that just runs /usr/local/bin/thunderbird/thunderbird-bin or whatever the executable is called23:24
Devilz_108It seems that Ubuntu 10.10 isn't supporting my shitty graphics card23:24
Devilz_108which is23:24
Devilz_108Geforce 2 MX23:25
FloodBot4Devilz_108: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.23:25
Devilz_1082 times I've tried to upgrade and both of them failed and mostly because of this23:25
=== delabencomo is now known as retfar
Devilz_10810.04 is working fine23:25
glaucousCould someone pastebin their /etc/apt/sources.list? Mine got corrupted when merging, somehow. Or is there perhaps a way to repair it?23:26
greppyDevilz_108: is your video card on the supported hardware list?23:26
Devilz_108greppy, I didn't check the supported hardware list23:26
MorpheusXNLDulak: would a symbolic link not work23:26
Dwade09the chat thats by the calander, if i remove empathy chat would it ruin the empathy mainbox?23:27
Devilz_108This is a temporary PC because my main one is broken and this one is really laggy and old so I expected this23:27
velkof_mulder, well this symbolic link is installed as part of this package. if reinstalling the package does not work for your purpose i have no further advice for you23:27
Devilz_108Dwade09, When you remove something you will be notified what another programs might need what you're removing23:28
raziel_where ican check the md5 file ubuntu23:28
raziel_i can *23:28
Dwade09thanks Devilz_10823:28
velko!md5 | raziel_23:28
ubotturaziel_: 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_Windows23:28
Dwade09that is what i thought just wanted to be sure23:28
macossexwhen you get a new message on evolution does the envelope on the top panel turn green?23:29
DulakMorpheusXNL: I don't know, I installed thunderbird from a package and it just works.  I was just suggesting a possible solution.  The real solution is to delete that folder and use apt-get to install it the most correct way, but you don't want to hear that.23:29
MorpheusXNLDulak23:29
MorpheusXNLDulak: no this is a little challenge for me23:29
macossex when you get a new message on evolution does the envelope on the top panel turn green?23:30
macossexmaybe i have to enable something?23:31
macossexanyone?23:32
DulakMorpheusXNL: it's not a very good challenge, you learn to do what the packages were designed to avoid, a lot of filesystem work.  I don't see how it will help you much. except show you how NOT to install stuff in the future.23:32
tortoiseI'm getting a "Ubuntu is running in low-graphics mode" message when I boot into ubuntu, can anyuone help me out?23:32
tortoiseI literally have no idea what the problem could be23:33
Devilz_108tortoise, What is your video card?23:33
velkomacossex, what kind of question is this? does yours turn green? or do you wish it to turn green? what do you want to enable?23:33
tortoiseI don't know the full model, but it's an ATI radeon, and I'm on 10.0423:33
edbiantortoise, The problem is almost definitely your graphics driver.  Have you set the resolution to something else?23:33
tortoiseno23:33
tortoiseI haven't changed anything with the graphics23:33
macossex@velko no it doesn't. that's why i'm asking23:34
macossexi don't know what the problem is23:34
edbiantortoise, you can use sudo lspci -k  to view what driver the system has for your system.23:34
velkomacossex, so enable something and the problem might go away23:34
ndrofthelinehey i'm getting some really slow finalizing times from my dvd-rw when burning CD's under ubuntu23:34
edbiantortoise, (I also have a radeon card, I'm feeling very confident right now)23:34
ndrofthelineany ideas on what might be wrong?23:35
macossex@do you know what i should enable?23:35
tortoiseedbian, alright, let me check real quick23:35
velkomacossex, do you know what the problem is? you just told me that you don't...23:35
ndrofthelinehow do i find out if there's an alternate drive for my dvdrw?23:35
macossex@velko of course i don't. if i knew i would have fixed it23:36
=== WindPower_ is now known as WindPower
macossex@i'm asking if anyone has the same problem and if they know how to fix it23:36
Devilz_108edbian, You have no idea what is my problem for Ubuntu 10.10?23:36
MACscranyone in here used unetbootin?23:36
aeon-ltdMACscr: yes.23:37
edbianDevilz_108, I missed it. Lemme scroll back up and read.23:37
aeon-ltd!anyone | MACscr23:37
ubottuMACscr: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?23:37
ndrofthelineMACscr heck yes23:37
Devilz_108edbian, Okay mate thanks23:37
ndrofthelinei need to find a better driver for my dvd drive, where do i look23:37
edbianDevilz_108, I don't have an nvidia card.  I've never gotten one working before.23:37
Devilz_108The weird thing is that the video card works perfect in 10.04 but in 10.10 it doesn't work at all after the upgrade and the restart I get to a Terminal Screen , it seems that Ubuntu 10.10 doesn't support my video card23:38
MACscraeon-ltd: well it was kind of an off topic question, thus why i started it that way. Anyway. I have a usb thumb drive (/dev/sde) that i have formated as fat32 (/dev/sde1). Which "device" should i select when creating the boot usb drive  in Unetbootin23:38
tortoiseedbian, Is there a command that will show just the graphics card?23:38
edbianDevilz_108, They probably are using a newer graphics driver (and are definitely using a newer kernel).23:38
tortoiseThe list is too long and I can't scroll up?23:38
jtaylor3I'm trying to install drivers for a WMP54GS Broadcom BCM4318 14e4:4318 PCI wireless card. I have tried the ones with the windows install CD and some more that were listed on sourceforge. I have gotten through the Ndiswrapper instructions on help.ubuntu and when I try use 'sudo modprobe ndiswrapper' I get 'WARNING: All congif files need .conf: /etc/modprobe.d/blacklist, it will be ignored in...23:39
jtaylor3...a future release.' I get the same error again below that but 'ndiswrapper23:39
jtaylor3instead of blascklist23:39
edbiantortoise, You can use grep to filter the output.  sudo lspci -k | grep -A 3 -B 3 radeon23:39
MACscri think i selected /dev/sde the first time and i think it error-ed out with "BOOTMGR is missing"23:39
Devilz_108edbian, Whatever thanks mate I should be back to my main PC in few days and ditch this oldy , this one is really laggy23:39
aeon-ltdMACscr: /dev/sde, since your referring to the whole thumb drive23:39
edbianDevilz_108, Good luck!23:39
MACscraeon-ltd: yeah, thats what i though, but then something is screwed up, not sure what23:39
retfarMACscr: yes u trying to boot xp from the usb23:40
ndrofthelineMACscr sometimes i get bad writes from unetbootin in linux. for some reason in my experience the windows version makes a better one23:40
MACscrretfar: no, im trying to install nexenta on a server that has no cdrom drive23:40
MACscri dont have windows. Ubuntu is my main os23:40
tortoiseedbian, all that brought up was the VGA compatible controller. But it says Radeon X1200 series23:40
Leijon7hello, got problems with graphics drivers, for both of my pcs23:41
edbiantortoise, pastebin lspci -k    for me?23:41
Devilz_108What is hte problem Leijon723:41
tortoisekk23:41
Leijon7one is ATI Radeon 9200, the other one is nVidia Geforce 423:41
Devilz_108Ubuntu 10.10 Leijon7 ?23:42
Leijon7on both is the most irritating problem that i can't enable open GL23:42
Leijon7yes, on the ATI23:42
tortoiseedbian, actually, I'm on a different computer..23:42
retfarMACscr: u running nexenta now23:42
Devilz_108It must be something related to the drivers Leijon723:42
dijonyummyis there a way in terminal to quickly select a "word"/"phrase" like in intellij it you can press ctl-w and it selects a word, press again, then selects a bigger scope, like a phrase?23:42
MACscrretfar: nope. The server has debian on it now23:43
edbiantortoise, Then you're gonna have to read it! :)  sudo lspci -k   You can scroll back if you're cli only with shift pgup and shift pagedn23:43
edbiantortoise, If you're graphical you can tell your xterm to save more lines.23:43
jtaylor3I'm trying to install drivers for a WMP54GS Broadcom BCM4318 14e4:4318 PCI wireless card. I have tried the ones with the windows install CD and some more that were listed on sourceforge. I have gotten through the Ndiswrapper instructions on help.ubuntu and when I try use 'sudo modprobe ndiswrapper' I get 'WARNING: All congif files need .conf:/etc/modprobe.d/ blacklist, it will be ignored in...23:43
MACscrretfar: im on my desktop right now that has ubuntu23:43
jtaylor3...a future release.' I get the same error again below that but 'ndiswrapper' instead of 'blacklist.' This is on Ubuntu 10.1023:43
Leijon7the one with nVidia ran perfect, until i tried to install 10.10, then i could not manage to get the drivers to work when i reinstaled 10.0423:43
edbiantortoise, However sudo lspci -k is not THAT big.23:43
niteshadeneed some help23:44
tortoiseedbian, alright give me just a second23:44
Devilz_108Leijon7, It seems we have a similar problems I'm here using 10.04 and Geforce 2 MX and I've upgraded then to 10.10 and then Ubuntu stopped working at all after I boot I just get into Terminal screen so I'm back to 10.04 and updating at the moment23:44
Leijon7Devilz:  yes, it is related to the drivers on both23:44
Leijon7like me.  only i didn't manage to get the nvidia drivers work after reinstall.23:45
Devilz_108Weird you had them working before true?23:45
MorpheusXNLDulak: i installed it via apt-get and still can not figure it out it is all over the system23:45
Leijon7yes23:45
Devilz_108Leijon7, System > Administration > Hardware Drivers23:45
Devilz_108Try to deactivate and restart and then activate23:46
retfarMACscr: try there forums http://www.nexenta.org/23:46
Leijon7as i remember, i upgraded from 9.10, with the drivers installed then23:46
MACscrretfar: what would my issue have to do with a specific distro?23:46
MACscrit doesnt23:46
jtaylor3I'm trying to install drivers for a WMP54GS Broadcom BCM4318 14e4:4318 PCI wireless card. I have tried the ones with the windows install CD and some more that were listed on sourceforge. I have gotten through the Ndiswrapper instructions on help.ubuntu and when I try use 'sudo modprobe ndiswrapper' I get 'WARNING: All congif files need .conf:/etc/modprobe.d/ blacklist, it will be ignored in...23:46
jtaylor3...a future release.' I get the same error again below that but 'ndiswrapper' instead of 'blacklist.' This is on Ubuntu 10.1023:46
Leijon7on the ATI; no external drivers.23:47
niteshadeplugging in my x360 controller, and it works, (torcs does just fine) but in nexuiz, the x/y on my right joystick is screwed up.  Up/down look is let/right, and up/down don't work (right and left triggers or up/down)  Left js works.  Can you help me remap my controller?23:47
Leijon7on the Nvidia, enabled but not in use.......23:47
Devilz_108jtaylor3, It seems that no one got that wireless card here at the moment you can try to google your wireless card name and add Ubuntu driver in the end or post in the forum about it23:47
Devilz_108Leijon7, Enable it23:47
Devilz_108I mean activate it/use it23:48
niteshadeis there a thing in nexuiz, but it doesen't show in options.  (All it has is "use joystick')23:48
jtaylor3Devilz_108 yeah, ive been doing that for the past week23:48
Devilz_108But it's really weird as it was working fine before it must work right now23:49
niteshadeIf i could make it control like the mouse, that might work, but it will only control the direction, and not snap in the middle like it should probably23:49
retfarMACscr: sorry missed ur original ? /dev/sde123:50
niteshadeanyone?23:50
Devilz_108niteshade, Sorry mate no idea try google or the forum23:50
niteshadetried, but can't find anything23:50
MACscrretfar: lol. Your really confusing me as well. All im trying to do is create  a usb thumb drive that i can boot iso's from. So far unetbootin hasnt worked23:50
macossex@niteshade sorry, i couldn't even make my computer recognize mine23:51
JiweI need some help with ubuntu accessing windows share, it keeps popping up for the username and password what can i do?23:51
retfarMACscr: yes i know23:51
Devilz_108Then the only solution you got is ask for assistance in the Ubuntu forum niteshade.23:52
niteshadei was afraid of that23:52
Devilz_108MACscr, " For Ubuntu 10.10 there seems to be some problems with booting from USB. Best is to use a USB stick made with the latest Unetbootin (or a CD), not the version of Unetbootin found in 10.04. "23:52
macossex@niteshade why?they're cool people:D23:52
retfarMACscr: running off a usb now23:53
maxohi. Does anyone here use Tracker desktop search? I've installed it but it doesn't seem to be indexing. Does anyone know why?23:53
macossex@you can always try here tomorrow23:53
rinku_kokirihow do i mount vhd in ubuntu?23:53
Devilz_108niteshade, Indeed in the forum there are more people and you give people more time to think and search for solutions to your problem23:53
niteshadeyeah, but forums are a pain23:53
macossex*@niteshade23:53
rinku_kokiri!vhd23:53
macossex@Devilz_108 i disagree with that. your problem might never get solved23:53
n-iCeanyone knows how to remove that when I press the space bar in google chrome the site actually goes down??? PLEASE!!!!23:54
niteshadei have to keep track of stuff, post one day and wait for another post the next, and i can't just get a dilogue and simple answor23:54
niteshadeand i also don't want to sign up on another site23:54
geoffmccanyone have ssh key working between win and ubuntu using pageant? I have done this many time b4 - now with 10.10 when convert key get error. Got working by downloading dev version of puttygen. imported key with pageant like always, but keeps asking for pw as usual23:54
rinku_kokirihow do i mount vhd in ubuntu?23:55
macossex@niteshade i can understand that. However you can get notified via email23:55
Devilz_108macossex, Giving it a try won't cost him a thing and he shouldn't lose the hope to find a solution for his problem23:55
macossexi mean when you get an answer23:55
maxoand when I run tracker-info, it says that the filesystem miner is disabled. But I can't find anywhere to enable it?23:55
geoffmccsshd looks different to me to - but looks in order23:55
niteshadeyeah, if i actually kept track of my email like i should23:55
Devilz_108niteshade, bbut I also doubt it that there is a 360 controller driver for Ubuntu or some program to map the controller23:55
tripelbLogitech webcam QuickCam® for Notebooks   M/N: V-US20 -- A webpage drqwing pictures asked me to "turn off the lights" and I put my hand over my webcam and the drawings responded. Wow! Could it get recognized? How do I do this? right now lspci doesnt seem to see it. But I dont see my printer either and that works.  -- Third time asking is the charm?23:55
macossex@Devilz_108 you're right. i'm just saying what can happen23:56
macossexthe ubuntu forum is very good though23:56
CaneToadwhen I upgraded from 10.04 to 10.10, the upgrade process put the UUID of the wrong partition in /boot/grub/menu.lst ... which package should I report a bug against?23:56
Devilz_108CaneToad, Against the upgrade tool23:57
niteshadeif only the computer companies only realized how much of a pain in the ass it is to own a controller for my xbox, my computer and my ps2, seperately, and realized that i'm a poor, barely-not-homeless person23:57
JiweSomeone who can help me with the samba share problem?23:57
Dwade09everytime i plug my headphones in it mutes my speakers and i have no sound in the headphones23:57
DulakCaneToad: update-manager if that's what you used to do the upgrade23:58
CaneToadDevilz_108: thanks23:58
niteshadei hate computers23:58
Devilz_108You're welcome :)23:58
macossex@niteshade don't get depressed there buddy23:58
Dwade09anyone have any idea how fix it where my headphones will work without muting my freaking speakers?23:58
Devilz_108Free stuff and open source programs are amazing niteshade23:58
rinku_kokirihow do i mount vhd in ubuntu?23:59
Devilz_108Why do you want the 360 controller for Ubuntu?23:59
edbianniteshade, ! :(  I'm a computer scientist.  I love computers!23:59
tutubaraoola23:59
Starn360 controler for ubuntu.. this sounds.. um. odd.23:59
Devilz_108rinku_kokiri, http://www.google.com/#hl=en&expIds=25657,26637,27113,27284,27357&sugexp=ldymls&xhr=t&q=mount+a+vhd+in+ubuntu&cp=21&pf=p&sclient=psy&aq=f&aqi=g4g-o1&aql=&oq=mount+a+vhd+in+ubuntu&gs_rfai=&pbx=1&fp=230485055794786723:59
macossex@edbian me too. at least the loving part23:59
niteshadei get like this when i realize the futility of trying to do stuff and expect things from my computer without learning a new formule for drag versus orbital rotation23:59

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